/*
 Theme Name:   wonderbuild
 Template:     Divi
*/


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


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

h1, h2, h3 {color:#f8992f !important;}

h3, h4 {text-transform: none;}

/* General link styles for body text */
body a {
  color: #007BA7;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}

/* Hover effect: thin underline */
body a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
}

/* Links inside Divi modules with Light text color */
.et_pb_text_light a,
.et_pb_text_light a:visited {
  color: #ffffff;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
}

/* Optional: refine hover for light text too (if you want consistency) */
.et_pb_text_light a:hover {
  color: #ffffff;
  text-decoration: underline;
}







/* REMOVING CONTROLLERS ON HOMEPAGE SLIDESHOW */
.home .et-pb-controllers {display:none !important;}


.vertical-align { 
    display: flex; 
    flex-direction: column; 
    justify-content: center;
} 

/* MENU BUTTON */

.register {border-radius: 0px;}
.register a {color: #fff !important;}

li.register {
background-color: #f26245 !important; 
font-weight: 700; 
text-transform: uppercase; 
text-align: center; 
padding: 10px 10px 12px 12px !important;
border-radius: 3px;
-moz-transition: all 0.5s; 
-webkit-transition: all 0.5s;
transition: all 0.5s;}

li.register:hover {background-color:#f26245;}

.et-fixed-header #top-menu .get-started a {
color: #fff!important;}
        
.register li.current-menu-ancestor > a, .register li.current-menu-item > a {
color: #fff !important;}
 
@media only screen and (min-width : 981px) {
            li.register {height: 33px;}}
 
@media only screen and (min-width : 981px) {
            li.register {height: 33px;}}


/* MAIN MENU SUBNAV MAKE WIDER */
.nav li ul {width:300px !important;}
#top-menu li li a {width: 260px;}



/* MAKE LOGO BIGGER ON MOBILE */
@media only screen and (max-width: 981px) {
#logo {
height: 90px; /*change this to adjust the size*/
max-height: 90px !important; /* change this to adjust the size */
padding-bottom:12px;
}
}


/* ALIGN HEADER BUTTONS Responsive Styles Smartphone Portrait */
@media all and (max-width: 479px) {
 .et_pb_fullwidth_header .et_pb_fullwidth_header_container .et_pb_button_two {
 margin-left: 0;
 }
}


/* ALIGN BLURB CONTENT */
.et_pb_blurb_container h4 {
 min-height: 42px;
}
.et_pb_main_blurb_image {
 width: 320px;
 height: 200px;
 overflow: hidden;
}


/* REMOVES FOOTER WIDGETS */
#footer-widgets .footer-widget li:before {
 display: none; 
} 
html #footer-widgets .footer-widget .et_pb_widget:not(.woocommerce) ul li {
 line-height: 26px; 
 padding-left: 0px; 
}


#footer-info {
    float: none;
    padding-bottom: 10px;
    color: #666;
    text-align: center;
}


/* WOOCOMMERCE */

#content-area table th, #content-area table tr, #main-content table.cart td, #main-content table.cart th, #main-content table.cart tr, table.cart td, table.cart th, table.cart tr {
    padding: 0px;
    max-width: 100%;
}

.woocommerce div.product form.cart .variations td select {
    font-size: 18px;
    padding: 4px 8px;
    font-weight: 500;
}

.woocommerce button.button, .woocommerce-page button.button {font-size: 23px !important;}
.woocommerce button.button:after, .woocommerce-page button.button:after {display:none;}


.woocommerce-page div.product .woocommerce-tabs {display: none;}