/*
 Theme Name:     EscapeH
 Theme URI:      https://www.mustardseedmarket.com
 Description:    Mustard Seed Market 2019-04-27 - Divi Child Theme
 Author:         Mustard seed Market
 Author URI:     https://www.mustardseedmarket.com
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */
/* KEEP SUBNAV DROPDOWN FONT SMALL */
#top-menu .sub-menu .menu-item a { 
    font-size: 13px; 
}



/* FULL WIDTH RESPONSIVE SLIDER CSS https://inovativhosting.com/how-to-make-the-divi-full-width-slider-responsive/ */
.custom-slider .et_pb_slides .et_pb_slider_container_inner {
display: block;
}

/* Equal Height Columns https://divi.space/css-course/how-to-set-equal-column-heights-using-flexbox/ */
.flex-row-wrapper {
 display: flex;
 }

 .iframe-container {
     position: relative;
/*     overflow: hidden; */
     padding-top: 56.25%;
	 min-height: 500px;
 }

 .iframe-container iframe {
   position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     border: 0;
 }

 .app-coupons-header {
background-color: #cca747;
}

/* Remove WooCommerce Sidebar */
body.woocommerce .entry-summary,body.woocommerce .woocommerce-product-gallery{padding-bottom:45px;}
.single-product #main-content .container:before,body.woocommerce-page #main-content .container:before{display:none;}
.single-product #left-area,body.woocommerce-page #left-area{width:100%;padding:0px !important;}