/*
 * ::::::::::: Custom Styles :::::::::::
 * Note: use this file to add or override any other styles.
 * DON'T EDIT TEMPLATE CSS/SCSS FILES DIRECTLY, JUST USE THIS FILE.
 */

 .works-latest .works-latest-item .works-latest-item-meta h5 a, .works-latest .works-latest-item .works-latest-item-meta h3 a, .works-latest .works-latest-item .works-latest-item-meta h5, .works-latest-item .works-latest-item-meta h3 {
  opacity: 1;
 }

 body .image-hover figure img {
     min-height: auto!important;
 }

 .box-item p.has-text-tertiary {
    color: #D8D8D8!important;
}

 @media screen and (max-width:768px) {
     body .works-latest .works-latest-item .works-latest-item-meta h3 {
         font-size: 18px;
     }

     body .image-hover figure img {
         min-height: auto!important;
     }

}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index:9999999;
}
.menu-wrap {
    
    background-color: white;
}
.site-header {
    position:initial !important; 
   /* border-bottom:solid 1px #eaeaea;*/
}
.header-shadow{
    box-shadow: 7px 4px 15px 1px #4c4848;
}
.markalar-image-grayscale {
    filter:grayscale(100);
}
.markalar-image-grayscale:hover{
    filter:none !important;
}