/*
Theme Name: Divi Child Waipak
Theme URI: http://ubtdigital.com/
Version: 1.0.01
Description: Divi child theme for waipak
Author: UBT Digital
Author URI: http://ubtdigital.com/
Template: Divi
*/
/*
@font-face{
	font-family: 'DINPro_Black';
	src: url("fonts/DINPro_Black.otf") format("opentype");
}
@font-face{
	font-family: 'DINPro_Bold';
	src: url("fonts/DINPro_Bold.otf") format("opentype");
}
@font-face{
	font-family: 'DINPro_Regular';
	src: url("fonts/DINPro_Regular.otf") format("opentype");
}
@font-face{
	font-family: 'DINPro_Medium';
	src: url("fonts/DINPro_Medium.otf") format("opentype");
}
 */
/*Fixing issues with how the menu lays out*/
 .et-cart-info span {
    top: -3px;
 }
#et_top_search {
    top: -1px;
}

@media (max-width: 1110px) {
 #et_mobile_nav_menu {
 display: block;
 }
 
#top-menu {
 display: none;
 }
#et_top_search {
    margin: 2px 20px 0 20px; 
    float: left;
}
.et-cart-info {
    bottom:-2px!important;
    position:relative;
}
 }

/* The aspect ratio of the image flipper breaks because of the DIVI product gallery */
@media (min-width:1000px) and (max-width:1300px) {
.cycle-slideshow.productimgfade.magni-box {
    display: none!important;
}
}

.page-template-template-full-width h1 {
 display:none
}


.page-template-template-full-width  .et_builder_inner_content > :not(.wp-block-divi-layout[class^=wp-block]) {
    max-width: 1080px;
    margin: auto;
} 

.wp-block-handpicked-products .wp-block-button a, .wp-block-handpicked-products .wp-block-button button {
    max-width: 250px;
    display: block!important;
    border-radius: 5px!important;
}

.wp-block-handpicked-products .wp-block-button a.wp-element-button {
    max-width:150px;
}
.wp-block-handpicked-products .wp-block-button a, .wp-block-handpicked-products .wp-block-button button {
    max-width: 250px;
    display: block!important;
    border-radius: 5px!important;
    font-weight: bold;
    margin: auto;
    border: none;
    padding: 11px;
    font-size: 14px!important;
}

.wc-block-grid__product-title {
    font-size: 1.5em;
    font-weight: 500;
    color: black;
}

.page-template-template-full-width footer#main-footer {
    margin-top: 0px;
} 
 .wp-block-divi-layout:last-child {
   margin:0px;
}
.page-template-template-full-width  #footer-bottom {
    background:none;
}