/*
 Theme Name:   Illdy Child Theme

 Description:  Ildy child theme
 Author:       Armand Breceda
 Author URI:   http://armandobreceda.com
 Template:     illdy
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

 Text Domain:  Illdy Child theme
*/
@import url('https://fonts.googleapis.com/css?family=Baloo');
.owl-prev, .owl-next {
  color: #231f20 !important;
}

.about-border {
  border: 2px solid #7C8188;
  padding: 65px 15px;
  margin-top: 50px;
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  .about-border {
    margin-left: 15px; 
    margin-right: 15px;
  }

  .bottom-header h2 {
    display: none;
  }
  #header .bottom-header.blog p {
   font-size: xx-large;
  }

}

.social-links-menu {
	padding: 15px 0px;
}

.social-links-menu li {
	display: inline-block;
	padding: 0px 8px;
	font-size: 42px;

}

.social-links-menu li a {
	color: #fff;
}

.social-links-menu li a:hover {
	color: #7C8188;
}

.section-description:empty {
  display:none;
}

.pink-bg {
  background-color: #F2D1C9;
  padding: 50px 0 50px 0;
}

.pink-bg h3 {
   padding-bottom: 35px;
   color: #fff;

}

.header-blog {
  background-color: #f2d1c9;
}

.white-border {
 border: 2px solid #fff;
 padding: 25px 15px;
}

.markup-format a {
    color: #2A2132;
    text-decoration: underline;
}


#contact-us .section-content .wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ng {
color: #8c9597;
}

#header {
    position: relative;
}

.overlay {
    background-color: #2c2f30;
    opacity: .25;
    -webkit-transition: opacity 0.5s 0.4s, visibility 0s 0.9s;
    transition: opacity 0.5s 0.4s, visibility 0s 0.9s;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
}
@media (min-width:993px) {
    .responsive-menu{
		display:none!important;
	}
}

/*iPhone plus portrait and landscape */
@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px) { 
	#full-width {
 		background-attachment: initial !important;
	}
}

/*iPhone 6 plus portrait and landscape */
@media only screen 
and (min-device-width : 414px) 
and (max-device-width : 736px) {
	#full-width {
 		background-attachment: initial !important;
	}
}

/*iPad Pro landscape plus portrait and landscape */
@media only screen 
and (min-device-width : 1024px) 
and (max-device-width : 1366px) { 
	#header {
 		background-attachment: initial !important;
	}
	#full-width {
 		background-attachment: initial !important;
	}

}