/*
 Theme Name:   wonderbuild
 Template:     Divi
*/


@import url("../Divi/style.css");
@import url("https://use.typekit.net/kst3zwv.css");



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

.home .et_pb_blog_grid img {border: 2px solid #ccc;}


.et-boc h1 {
  line-height: 1.2;
  letter-spacing: 0.05em;
  font-size: calc(2.96875vw + 0.6799rem);
  font-size: clamp(24px, calc(4.8vw - 7.2px), 54px);
}




body {
font-family: 'futura-pt', sans-serif; 
font-weight: 500;
font-style: normal;
}

h1 {
    font-family: 'futura-pt-light', sans-serif;
    font-weight: 300 !important;
    font-style: normal;
}

h2 {
font-family: 'futura-pt-bold', sans-serif;
font-weight: 700;
font-style: normal;
}

h3 {
font-family: 'futura-pt-bold', sans-serif;
font-weight: 600;
font-style: normal;
}

h4, h5 {
font-family: 'futura-pt-condensed', sans-serif;
font-weight: 600;
font-style: normal;
}



/* REMOVE BOTTOM BORDER FROM HEADER */
header#main-header.et-fixed-header, #main-header{
	-webkit-box-shadow:none !important;
	-moz-box-shadow:none !important;
	box-shadow:none !important;
}


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




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

/* SETTING BREAKPOINT FOR SEARCH ICON */
@media only screen and ( max-width: 980px ) {
#et_top_search {margin: 0px 5px;}
}



/* VERTICALLY ALIGN CONTENT MODULES IN A ROW */
.vertical-align { 
    display: flex; 
    flex-direction: column; 
    justify-content: center;
} 


/* INTERNAL PAGE HEADERS */

.internal-page-header .et_pb_fullwidth_header {
 display:flex;
 align-items: flex-end;
 padding-bottom: 0px !important; 
 border-bottom: 3px #f5f5f5 solid;
}

.internal-page-header .header-content {
    background: #fff !important;
    padding: 3% !important;
    display: inline;
    float: left;
    border-radius: 20px 20px 0px 0px;
}

.internal-page-header .header-content h1 {
  color: #aa5845 !important;
}

.internal-page-header .et_pb_fullwidth_header_subhead {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 17px;
    color: #aa5845 !important;
}

@media only screen and ( max-width: 767px ) {
.internal-page-header .header-content {
    margin: 0px !important;
	padding: 3% !important;
	border-radius: 10px 10px 0px 0px;
}
}


/* NOTIFICATION BUTTON CLOSE */
.ancr .ancr-close-icon {
    width: 25px;
    height: 25px;
    border: 5px solid #FFF;
}



/* CALENDAR STYLES */

.tribe-events .tribe-events-c-search__button {
    background-color: #f37155;
}

.tribe-events .tribe-events-c-search__button:hover {
    background-color: #729db6;
}


/* WOOCOMMERCE STYLE EDITS */

/* WOOCOMMERCE CHANGE CART TO BAG ICON */
.et-cart-info span:before {
content: "\e079";
margin-right: 10px;
position: relative;
}
.woocommerce-product-gallery__image {
  pointer-events: none;
}
h1.product_title {
    font-size: 30px;
}
section.related.products {
  border-top: 1px solid #000;
  padding-top: 20px;
}
.woocommerce div.product form.cart .variations label {
    font-weight: 600;
    line-height: .01em !important;
    padding-top: 0px;
    font-size: 14px;
}

.woocommerce div.product form.cart .variations th {
    line-height: 1em;
    text-align: right;
}

.woocommerce #content-area table th {
    padding-top:0px;
}
.woocommerce div.product .woocommerce-product-rating {
    margin-bottom: 0px;
    display:none;
}
.entry-summary p.price span {
    font-size: 22px !important;
    color: #aa5845;
    font-weight: 800;
}
.price {margin-bottom:20px;}



/* TM EXTRA PRODUCT OPTIONS */
.tm-custom-price-totals{display: none;
}

.tm-extra-product-options{
margin-top: 20px;
}

.tm-extra-product-options ul.tmcp-ul-wrap.tm-element-ul-radio {
  display:block;
}

.tm-extra-product-options ul.tmcp-ul-wrap.tm-element-ul-radio li.tmcp-field-wrap {
  padding: 0px;
}

.tm-extra-product-options ul.tmcp-ul-wrap.tm-element-ul-radio li {
    max-width: 100% !important;
}

/* membership sidebar */

.et_pb_widget_area_left {
	border-right: 0px;
	padding-right: 0px;
	border-left: 1px solid rgba(0,0,0,.1);
	padding-left: 30px;
}





/* RESEARCH PAGE TOGGLES */

/* Target the toggle title text directly */
.toggle-hummingbird .et_pb_toggle_title {
    position: relative;
    padding-left: 120px !important; /* Adjust for icon width + margin */
}

/* Add the image as a background icon on the left side of the title */
.toggle-hummingbird .et_pb_toggle_title::after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 71px; /* Set width of the icon */
    height: 43px; /* Set height of the icon */
    background-image: url('https://alaskawildlife.org/wp-content/uploads/2024/11/AWCC_icon_bird-trimmed.png');
    background-size: contain;
    background-repeat: no-repeat;
}


/* Target the toggle title text directly */
.toggle-beluga .et_pb_toggle_title {
    position: relative;
    padding-left: 120px !important; /* Adjust for icon width + margin */
}

/* Add the image as a background icon on the left side of the title */
.toggle-beluga .et_pb_toggle_title::after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 90px; /* Set width of the icon */
    height: 43px; /* Set width of the icon */
    background-image: url('https://alaskawildlife.org/wp-content/uploads/2024/11/AWCC_icon_whale-trimmed.png');
    background-size: contain;
    background-repeat: no-repeat;
}





/* Target the toggle title text directly */
.toggle-bear .et_pb_toggle_title {
    position: relative;
    padding-left: 120px !important; /* Adjust for icon width + margin */
}

/* Add the image as a background icon on the left side of the title */
.toggle-bear .et_pb_toggle_title::after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 90px; /* Set width of the icon */
    height: 43px; /* Set width of the icon */
    background-image: url('https://alaskawildlife.org/wp-content/uploads/2024/11/AWCC_icon_bear-trimmed.png');
    background-size: contain;
    background-repeat: no-repeat;
}


