/*
 Theme Name:   wonderbuild
 Template:     Divi
*/


@import url("../Divi/style.css");


/* =Theme customization starts here
-------------------------------------------------------------- */

/* SETTING BREAKPOINT FOR MOBILE MENU */
@media only screen and ( max-width: 1130px ) {
#top-menu-nav, #top-menu {display: none;}
#et_mobile_nav_menu {display: block;}
#et_top_search {margin-top: 10px;}

}


.mobile_menu_bar:before {color:#261b1f !important;}


/* MOBILE MENU TEXT WITH CLOSE AND OPEN X */

.mobile_menu_bar:after {
    content: 'MENU';
    position: relative !important;
    bottom: 8px;
    left: 10%;
    color: #261b1f !important;
    font-size:20px;
}

/* Change the hamburger to X when opened */
.mobile_nav.opened .mobile_menu_bar:before {
    content: '\4d';
}




/*Category buttons on Shop Online page*/
.categorylinks a{
border: 1px solid gray;
padding: 5px;
background: #e8e8e8;
}


/* WOO COMMERCE STYLE UPDATES */
.woocommerce-shipping-calculator, .woocommerce-shipping-destination {
  display:none !important;
}



/* WOOCOMMERCE SIDEBARD STYLES */
.et_pb_widget h4 {
    font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif !important;
    color: #191716;
    font-size: 16px !important;
    font-weight: 700;
    text-transform: uppercase;
}

input {
    padding: 4px 6px;
    border-width: 1px;
    border-radius: 4px;
    border-style: solid !important;
    border-color: #999 !important;
    font-weight: 400;
    font-size: 15px;
}

.woocommerce .woocommerce-breadcrumb a {
    color: #000;
}