/*
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;
  }
}
/*
@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;
  }
}
*/
/* sub menü genişliği - Desktop*/
/*
#header ul.sub-menu {
    width: 200px !important;
}
*/
/* sub menü genişliği - Mobil*/
/*
#top ul.sub-menu {
    width: 250px !important;
}
*/

.image-overlay.overlay-type-extern .image-overlay-inside:before {
    content: '';
    background-image: url(https://alobocuk.com/wp-content/uploads/alobocuk-fav-icon.png) !important;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 60% 60%;
	color:#3a7633;
    background-color: #3a7633;
	
}

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

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

/* METİN */

.gallerypest{
  float: left; 
  padding: 9px;
}

div.gallerypest img {
    width: 280px;
    height: 188px;
}

div.pestdesc {
    padding: 1px;
    text-align: center;	
    color: blue;
    font-size: 15px;
   font-weight:bold;
   margin-top:-20px;
}


.servicebox {
  width: 95.5% !important;
  border-width:2px;
  border-color:#428bca !important;
  border-style:solid;
  -webkit-border-radius:10px 10px 10px 10px;
  -moz-border-radius:10px 10px 10px 10px;
  border-radius:10px 10px 10px 10px !important;
  padding:5px 5px 5px 5px !important;

}

.servicebox:hover{
  transform: translateY(-5px);
  box-shadow: 0px 10px 20px 2px rgba(0, 0, 0, 0.25);
}

.service-image {
    width: 250px;
    max-width: 250px;
    max-height: 450px;
    margin: -50px auto 0;
	margin-top: -20px !important;
    border-radius: 50%;
    overflow: hidden;
    padding: 0;
    box-shadow: 0 16px 38px -12px rgba(0,0,0,.56), 0 4px 25px 0 rgba(0,0,0,.12), 0 8px 10px -5px rgba(0,0,0,.2);
}


.yazi {
 font-family: 'Nunito Sans', 'Trebuchet MS', sans-serif;
 font-size: initial;
 text-align: justify;
 padding: 0px 10px 0px 10px;
}

.yazi h1, .yazi h2, .yazi h3, .yazi h4, .yazi h5, .yazi h6{
  text-align: center;
  font-family: 'Roboto Condensed', Impact, sans-serif;
  font-weight: 900;
  letter-spacing: 2px;
  text-shadow: 2px 3px 2px rgb(70 104 134 / 40%);
  color: #235f9d;
  line-height: 1.125;
  padding: 20px 0px 0px 0px;
}

.hasereslogan {
  border-width:2px;
  border-color: #428bca !important;
  border-style: solid;
  padding: 10px;
  background-color: #e3e3e3;
}

#hasereack{
-webkit-box-shadow: 0px 0px 8px 3px rgba(0,0,0,0.8); 
box-shadow: 0px 0px 8px 3px rgba(0,0,0,0.8);
/*
-webkit-box-shadow: 5px 5px 5px 0px rgba(36,140,85,1);
-moz-box-shadow: 5px 5px 5px 0px rgba(36,140,85,1);
box-shadow: 5px 5px 5px 0px rgba(36,140,85,1);

border-radius: 5px 5px 5px 5px;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
border: 0px solid #000000;
*/
}
#hasereack{
 background-color: #ffffff;
 display: block;
// color: #2f6e77;
padding:10px; 
}
#hasereack:hover{
   background-color:#eee;
}

.content-text h1{
  font-weight: 900;
}

.content-text h2{
  font-weight: 600;
}


/*tek sayfa blog yazılarında başlık ayarı*/
.content, .sidebar{
padding-top:20px;
padding-bottom:20px;
}

/*yazılarda bar genişlik ayarları*/

.inner_sidebar{
margin-left: 10px;
width:100%;
}

.iconbox_content_title{
   text-transform: capitalize !important;
}



