/*
 Theme Name:     sterndale
 Description:    Child Theme
 Author:         Anthony T. Sterndale
 Author URI:     https://sterndale.net.au
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */

/* Home Page */



/* All Pages */



li::marker {
  color: #fa9911;
}



#footer-bottom {
    display: none;
}


#et-info-email {
  display: none;
}


.site-footer ul, 
.footer-navigation ul {
    display: flex;
    flex-direction: column;
}


/* Mobile */


/* Menu Breakpoint */



/* Parallax */

@media only screen and (min-width: 1367px) {
.parallax-ats {
  min-height: 0;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
}


/* Logo */

@media only screen and (max-width: 980px) {
.et_header_style_left #logo, .et_header_style_split #logo {
    max-width: 200%;
    min-height: 200%;
	background-color: #fff;
	box-shadow: 0px 0px 100px 0px rgba(0,0,0,.2)!important;	
}
}

/* CTA Button */

#top-menu > li.cta-item > a > span, .dtb-menu .et-menu > li.cta-item > a > span, .et-db #et-boc .et-l .dtb-menu .et_mobile_menu li.cta-item > a > span, #et-secondary-nav > li.cta-item > a > span {
 box-shadow: 0px 12px 18px -6px rgba(0,0,0,0.15)!important;
}

/* Button */

.et_pb_button {
  box-shadow: 0px 12px 18px -6px rgba(0,0,0,0.15);
}

.h6 {
	font-weight: 100;
}

/* WooCommerce */

.woocommerce-product-gallery__image {
    pointer-events: none !important;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
  display: none !important;
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
  max-width: 200px !important;
}

.related.products {
	display: none;
}

.et-cart-info {
  display: none !important;
}

.wp-block-latest-posts__post-title {
	color: #000 !important
}



/* show desktop menu on phone */
@media (max-width: 980px) {
	.pa-open-mobile-menu .et_pb_menu__menu {
		display: flex!important;
	}
	.pa-open-mobile-menu .et_mobile_nav_menu {
		display: none!important;
	}
}

/* QSM */

.qsm-quiz-container.qmn_quiz_container {
  min-width: 0 !important;
  
}


  .quiz_section select, .quiz_section textarea, .quiz_section input[type="text"] {
    
    width: 100% !important;
	  font-size: 16px !important;
   
  }


  .quiz_section select, .quiz_section textarea, .quiz_section input[type="email"] {
   
    width: 100% !important;
	font-size: 16px !important;
  
  }


.qsm-quiz-container.qmn_quiz_container {
  
  padding: 0px !important;
 
}

@media (max-width: 980px) {
.qsm-quiz-container.qsm-quiz-container-6 .qsm-progress-bar {
  height: 5px !important;
  max-width: 50px;
	display: none !important;
}
}


 .qsm_auto_pagination_enabled .qmn_pagination :nth-child(6) {
    order: initial !important;
	 
  }

.qsm-quiz-container.qmn_quiz_container .qmn_pagination .qsm-btn {
	font-weight: 400 !important;
	line-height: 22px !important;
	min-height: 0 !important;
	min-width: 0 !important;
}
