/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating will be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/
/*Add your own styles here:*/
/* Sticky header on mobile */
@media only screen and (max-width: 767px) {
  .responsive #top #main {
    /* Margin top value should be equal to header height*/
    margin-top: 100px;
  }
  .responsive #top #wrap_all #header {
    position: fixed;
  }
  
  .av-burger-menu-main {
      left:18px !important;
  }
  
  #menu-item-search{
      left:18px !important;
  }
  
  
}

@media only screen and (max-width: 768px) {
  #header_meta { display: none !important; }
  .responsive #top #main {
    /* Margin top value should be equal to header height*/
    margin-top: 80px;
  }
}


.image-overlay.overlay-type-extern .image-overlay-inside:before {
    content: '';
    background-image: url(https://immkalip.com.tr/wp-content/uploads/immlogo.webp) !important;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 50%;
	color:red;
    background-color: red;
	
}

.avia-image-overlay-wrap a.avia_image .image-overlay
{
	transform: scale(1) !important;
}

.avia_transform a:hover .image-overlay {
opacity: 0.7 !important;
}

/*Gallery */

#top div .avia-gallery img{
  padding: 10px 15px 10px 15px;
  border-radius: 5px;
  border-color:#428bca;
  width:100% !important;
  aspect-ratio: 1/1 !important;
}

.imalatcaption {
    text-shadow: 1px 1px 2px #000;
  //  font-size: 35px ;
    margin-top: -10px; 
	color: #4094af !important;
	line-height: 1;
	text-align: center !important;
}