/*
 Theme Name:   wonderbuild
 Template:     Divi
*/


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



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



h1, h2{
font-family: proxima-nova, sans-serif;
font-weight: 600;
font-style: normal;
}

h3, h4{
font-family: proxima-nova, sans-serif;
font-weight: 500;
font-style: normal;
}

h5 {
font-family: proxima-nova, sans-serif;
font-style: normal;
color: #20a2dc; 
font-weight: 700;
}

h6{
font-family: proxima-nova, sans-serif;
font-style: normal;
color: #20a2dc; 
font-weight: 700;
}

p{
font-family: proxima-nova, sans-serif;
font-weight: 300;
font-style: normal;
}


.menu-item {
font-family: proxima-nova, sans-serif;
}


/*OVERHANGING LOGO */
#top-header {z-index: 99999;}
#logo {
    max-height: 200%;
    margin-top: -25px;
    z-index: 100000;
}
@media only screen and (max-width : 980px) {
    #logo { margin-top: 0px}}




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

/* MENU support BUTTON */
.support {border-radius: 0px;}
.support a {color: #fff !important;}

li.support {
	background-color: #c33f97; 
	font-weight: 700; 
	text-transform: uppercase; 
	text-align: center; 
	padding: 10px 10px 10px 10px !important;
	border-radius: 4px;
	-moz-transition: all 0.5s; 
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
    margin: -5px 20px 10px 0px !important;
}
	
li.support:hover {background-color:#d26fb1 !important;}

#top-menu-nav ul li a:hover {
opacity: 1 !important;
}


@media only screen and (min-width : 981px) {
            li.support {height: 33px;}}

.et_mobile_menu li.support  {
  height:50px !important;
  margin-top: 20px !important;
}
.et_mobile_menu li.support a {
  padding: 5px !important;
}





/* PROGRAM MENU LABELS in MAIN MENU */
li.program-label a {
  font-size: 13px !important;
  color: #333 !important;
  background: #ccc;
  padding: 2px 0 2px 8px !important;
  margin: 5px 0px;
  text-transform: capitalize !important;
}
li.program-label a:hover {
  color: #333 !important;
  background: #ccc !important;
  opacity: 1 !important;
}
@media only screen and ( max-width: 1140px ) {
	li.program-label a {padding: 0px;
	}}



.nav li ul {
    position: absolute;
    padding: 0px 0px 20px 0px;
}
@media only screen and ( max-width: 1140px ) {
.nav li ul {
    position: absolute;
    padding: 0px !important;
}	
}


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

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

.mobile_menu_bar:after {
    content: 'MENU';
    position: relative !important;
    bottom: 8px;
    left: 10%;
    color: #0e79b8;
    font-size:20px;
}
/* Change the hamburger to X when opened */
.mobile_nav.opened .mobile_menu_bar:before {
    content: '\4d';
}

.et_mobile_menu li a  {
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
}
.et_mobile_menu li li a  {
    font-size: 16px;
    padding-left: 0px;
    font-weight: 500
}




/* GETTING SKI CONDITIONS TO SHOW ON TOP, ON MOBILE MENU */
@media only screen and (min-width : 1140px) {
li.ski-conditions-mobile {display:none !important;}
}






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

/* PAGE HEADER STYLES */
.page-header .header-content {
  background-color: rgb(14,121,184,.9);
  padding: 3% !important;
  border-radius: 10px 10px 0 0;
}

.page-header .et_pb_fullwidth_header {
  padding-bottom: 0px !important;
  height: 400px;
}

.page-header .et_pb_fullwidth_header .et_pb_fullwidth_header_container {
   position: absolute !important;
   bottom:0;
   left: 0; 
  right: 0; 
  margin-left: auto; 
  margin-right: auto; 
  width: 80%; /* Need a specific value to work */
}


@media only screen and (max-width : 767px) {
  .page-header .header-content {margin: 0px !important;}
}


.homepage-slider .et_pb_slide_description {
  background-color: rgb(14,121,184,.9);
  padding: 2% !important;
  border-radius: 10px 10px 0 0;
}


.homepage-slider .et_pb_slides .et_pb_slider_container_inner {
    display: table-cell;
    width: 50%;
    vertical-align: bottom;
}

@media only screen and (max-width : 1170px) {
.homepage-slider .et_pb_slides .et_pb_slider_container_inner {
    width: 80%;
}
}



/* GRAVITY FORMS SUBMIT BUTTON AND OTHER STYLES */

.gform_wrapper input[type="submit"] {
	background-color: #c33f97;
	padding: .5% 2%;
	border-width: 1px;
	border-color: #c33f97;
	color: #ffffff;
    font-size: 16px;
	border-radius: 7px;
}

.gform_wrapper input[type="submit"]:hover {
	background-color: #d26fb1;
	padding: .5% 2%;
	border-width: 1px;
	border-color: #d26fb1;
	color: #fff;
}


.gsection_title {
  color: #20a2dc;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 30px;
  border: none;
  padding-bottom: 0px;
}


/* GRAVITY FORMS COUPON APPLY BUTTON */
.gform_wrapper input#gf_coupon_button.button {
	background-color: #c33f97;
	padding: .3% 1%;
	border-width: 1px;
	border-color: #c33f97;
	color: #ffffff;
    font-size: 14px;
	border-radius: 7px;
}

.gform_wrapper input#gf_coupon_button.button:hover {
	background-color: #d26fb1;
	padding: .3% 1%;
	border-width: 1px;
	border-color: #d26fb1;
	color: #fff;
}




/* ELITE TEAM BIO HEADSHOT STYLES */
.elite-headshot-name-label {
  background: #fac61d;
  padding-top: 10px;
  width: 80%;
  text-align: center;
  margin: -50px auto
}




/* THE EVENTS CALENDAR STYLES */
.tribe-events .tribe-events-c-search__button {
    background-color: #c33f97;
    color: #FFF;
}

.tribe-events .tribe-events-c-search__button:hover {
    background-color: #d26fb1;
    color: #FFF;
}

.tribe-events .tribe-events-l-container {padding-top: 0px !important;}
.tribe-events .tribe-events-c-subscribe-dropdown__container {display:none !important;}
.home .tribe-events .tribe-events-calendar-list-nav {display: none;}

.tribe-events .tribe-events-l-container {
    min-height: 100% !important;
}


/* WOOCOMMERCE CHANGE CART TO BAG ICON */
.et-cart-info span:before {
    content: "\e079" !important;
    margin-right: 10px;
    position: relative;
}
.woocommerce div.product form.cart .variations td, .woocommerce div.product form.cart .variations th {
    line-height: 1em;
    vertical-align: middle;
}

.woocommerce div.product form.cart .variations {
    margin-bottom: 1em;
    border: 0;
    width: 100%;
    background: #f4f4f9;
}

.woocommerce div.product form.cart .variations td select {
    background-color: #FFFFFF;
    border: 1px solid #ccc;
    border-radius: 3px;
    color: #666 !important;
    font-size: 16px;
}

.woocommerce div.product form.cart .variations td {
    padding: 0px !important;
}
#content-area table th {
    padding: 1em;
}

.woocommerce .quantity input.qty, .woocommerce-page .quantity input.qty {
      color: #666;
    font-size: 16px;
    padding: 1em;
    line-height: 0;
    border: none;
    font-weight: 700;
}

.nyp .woocommerce-Price-currencySymbol {display:none;}



/* PROGRAM GRID */
.program-grid .et_pb_blurb_content {
  background: rgb(11,51,75,.7);
  padding: 4%;
}




/* VERTICAL TABS */
#fancy-tabs ul.et_pb_tabs_controls:after{
  border:none;
}
#fancy-tabs ul.et_pb_tabs_controls {
    background-color: #f4f4f9;
}
.et_pb_tab_content li {
  line-height: 1.5em !important;
  font-size: 16px !important;
}
#fancy-tabs {border:1px solid #20a2dc;}
#fancy-tabs .et_pb_tabs_controls li {
  border-right: none;
}

#fancy-tabs .et_pb_tab {
  height: 100%;
  border: none;
}



/* PREVENT PHOTO GALLERY IMAGE DISTORTION */
.et_pb_gallery_image img { 
    width: auto !important;
    height: auto !important;
    position: relative;
    left: 50% !important;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}



/* BULLET STYLES */
.et_pb_tab_content ul, .et_pb_toggle_content ul, .et_pb_text_inner ul {
  margin: 2% 5%; 
  list-style:none;
}

.et_pb_tab_content ol, .et_pb_toggle_content ol, .et_pb_text_inner ol {
    margin: 2% 5%;
    list-style-position: outside;
}

.et_pb_tab_content ul li::before, .et_pb_toggle_content ul li::before, .et_pb_text_inner ul li::before {
  content: "\203A"; 
  color: #0e79b8; 
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; 
  width: 1em; 
  margin-left: -1em; 
}

.et_pb_tab_content ul li li ::before, .et_pb_toggle_content ul li li::before, .et_pb_text_inner ul li li::before {
  content: "\00B7"; 
  color: #666; 
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; 
  width: 1em; 
  margin-left: -1em; 
}

/* BUTTONS ON UNIVERSITY PAGE TO BE SAME SIZE*/
.uni-buttons.et_pb_button { 
	min-width: 220px; 
	text-align:center; 
}



/* FOOTER NEWSLETTER OPTIN */
.et_pb_newsletter_form p.et_pb_newsletter_field input[type=text] {
  padding: 6px 6px !important;
}