/*
Theme Name:  sneekeee-child
Theme URI:   https://dev.sneekeeeservices.com.au/endalldv
Version:     1.0
Description: A child theme of Divi. This is a custom child theme created for our clients.
Author:      Sneekeee Services
Author URI:  https://www.sneekeeeservices.com.au
Template:    Divi
*/

/*- Add any CSS custom code for this child theme below this line -*/

/* ----------------------------------- HEADER -------------------------------------- */
/* --------------------------------------------------------------------------------- */

@media all and (max-width: 980px) {
	.et_header_style_centered #main-header .mobile_nav {
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 2rem;
	}
	.mobile_menu_bar:before {
		top: 0 !important;
	}
}

#main-header, #main-footer {
    background: #151515 url(https://dev.sneekeeeservices.com.au/theabf/wp-content/uploads/2017/10/brilliant.png) repeat;
}

#main-header .login-account a.et_pb_button {
    font-size: 18px;
}

#main-header .login-account a.login-link {
    color: #e1e1e1;
    border: none;
}

#main-header .login-account a.register-link {
    color: white;
    border: none !important;
    background: #e08626;
}

.fw-nav-container {
    width: 100%;
    background: #0e0e0e;
}

.header-slogan {
    padding: 20px 0;
    color: white;
    font-style: italic;
}

.et_header_style_centered .fw-nav-container #top-menu>li>a {
    padding: 20px 0;
}

.fw-nav-container #top-menu {
    float: left;
}

.fw-nav-container #top-menu-nav  {
    width: 100%;
}

#et-secondary-nav .menu-item-has-children>a:first-child:after, #top-menu .menu-item-has-children>a:first-child:after {
    position: static !important;
}

.nav li ul.sub-menu {
    background: #151515;
}

/* -------------------------------- */

.overlay-blurbs .et_pb_blurb_content {
    max-width: 770px;
}

.overlay-blurbs .et_pb_main_blurb_image {
	margin-bottom: 0;
  display: block;
}

.overlay-blurbs .et_pb_main_blurb_image:before {
	content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.2s linear;
}

.overlay-blurbs .et_pb_main_blurb_image:before {
    background: rgba(0,0,0,0.4);
}

.overlay-blurbs .et_pb_blurb:hover .et_pb_main_blurb_image:before {
    background: rgba(0,0,0,0.6);
}

/*
.overlay-blurbs .overlay-black .et_pb_main_blurb_image:before {
    background: rgba(0,0,0,0.6);
}

.overlay-blurbs .overlay-blue .et_pb_main_blurb_image:before {
    background: rgba(0,38,77,0.6);
}

.overlay-blurbs .overlay-green .et_pb_main_blurb_image:before {
    background: rgba(26,119,21,0.6);
}

*/

.overlay-blurbs .et_pb_blurb h4 {
    text-align: center;
    font-size: 20px;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.8);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* opacity: 1;
    transition: opacity 0.2s linear;   */
}

/* .overlay-blurbs .et_pb_blurb:hover h4 {
    opacity: 0;
}  */

.overlay-blurbs .et_pb_main_blurb_image, .shop-grid .et_shop_image  {
    overflow: hidden;
}

.overlay-blurbs .et_pb_main_blurb_image img, .shop-grid .et_shop_image img {
    transition: all 5s linear;
    transform: scale(1);
    position: relative;
    z-index: -1;
}

.overlay-blurbs .et_pb_blurb:hover .et_pb_main_blurb_image img, .shop-grid .et_shop_image:hover img {
    transform: scale(1.2);
}


.overlay-blurbs .et_pb_blurb_content:before, .overlay-blurbs .et_pb_blurb_content:after  {
    content: "";
    position: absolute;
}

.overlay-blurbs .et_pb_blurb_content:before  {
    top: 0;
    left: 0;
    z-index: 100;
    width: 0;
    height: 0;
    border-left: 70px solid rgba(255,255,255,0.5);
    border-bottom: 70px solid transparent;
}

.overlay-blurbs .et_pb_blurb_content:after {
    content: "+";
    top: 6px;
    left: 10px;
    z-index: 110;
    font-size: 40px;
    color: white;
    transform: rotate(0);
    transition: all 0.2s linear;
}

.overlay-blurbs .et_pb_blurb_content:hover:after {
    transform: rotate(45deg);
}

.page-headers {
	background-color: #191919 !important;
}

.page-headers .et_pb_post_title {
	padding: 5% 0 !important;
}

.page-headers .et_pb_fullwidth_header .header-content {
    padding: 30px;
}

.page-headers .header-content {
    width: 100% !important;
    text-align: left;
    margin: 0 !important;
    padding-left: 0 !important;
    color: white;
}

.page-headers .header-content h1 {
    color: white;
}

.shop-grid .woocommerce ul.products li.product a img {
    object-fit: cover;
    height: 360px;
}

.page-headers .et_pb_post_title {
	padding: 3% 0 !important;
}

.header-strikethrough-dark h2, .header-strikethrough-light h2 {
    padding: 0 20px 10px 0;
    position: relative;
    z-index: 1;
    display: inline-block;
}

.header-strikethrough-dark.et_pb_text:after, .header-strikethrough-light.et_pb_text:after  {
     border-bottom: 5px solid #ffbf00;
     content: ' ';
     position: relative;
     top: -26px;
     display: block;
     z-index: 0;
}

.header-strikethrough-dark h2 {
    background: #0d0d0d;
    color: #eaeaea;
}

.header-strikethrough-light h2 {
    background: #eaeaea;
    color: #0d0d0d;
}

.shop-grid h2 {
    color: #e08626;
}

.shop-grid .woocommerce ul.products li.product .price {
    color: #eaeaea !important;
}

.shop-grid .et_overlay {
    background: rgba(0, 0, 0, 0.8);
    border: none;
    width: 100.5%;
}

.et_pb_gutters3.et_pb_footer_columns3 .footer-widget .widget_media_image {
    margin-bottom: 0;
}

.et_pb_gutters3.et_pb_footer_columns3 .footer-widget .custom-html-widget img {
    -webkit-filter: saturate(0.6);
    filter: saturate(0.6);
    transition: all 0.2s linear;
}

.et_pb_gutters3.et_pb_footer_columns3 .footer-widget .custom-html-widget img:hover {
    -webkit-filter: saturate(1);
    filter: saturate(1);
    cursor: pointer;
}
  
#gform_2 .switch-field {
  font-family: "Lucida Grande", Tahoma, Verdana, sans-serif;
	overflow: hidden;
}

#gform_2 .switch-title {
  margin-bottom: 6px;
}

#gform_2 .switch-field input {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
}
  
#gform_2 .switch-field .gfield_radio li {
  display: inline-block;
}

#gform_2 .switch-field label:not(.gfield_label) {
  display: block;
  white-space: nowrap;
  width: 180px;
  background-color: #e4e4e4;
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  text-shadow: none;
  padding: 6px 14px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition:    all 0.1s ease-in-out;
  -ms-transition:     all 0.1s ease-in-out;
  -o-transition:      all 0.1s ease-in-out;
  transition:         all 0.1s ease-in-out;
}
  
#gform_2 .gform_wrapper .top_label .gfield_label {
  	display: block !important;
  }

#gform_2 .switch-field label:hover {
	cursor: pointer;
}

#gform_2 .switch-field input:checked + label {
  background-color: #A5DC86;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#gform_2 .switch-field label:first-of-type {
  border-radius: 4px 0 0 4px;
}

#gform_2 .switch-field label:last-of-type {
  border-radius: 0 4px 4px 0;
}

.twitter-feed {
	  max-height: 500px;
    overflow-y: scroll;
    overflow-x: hidden;
}

#cff.cff-fixed-height::-webkit-scrollbar-track, .twitter-feed::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

#cff.cff-fixed-height::-webkit-scrollbar, .twitter-feed::-webkit-scrollbar
{
	width: 12px;
	background-color: #F5F5F5;
}
#cff.cff-fixed-height::-webkit-scrollbar-thumb, .twitter-feed::-webkit-scrollbar-thumb
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #555;
}



.entry-content table, body.et-pb-preview #main-content .container table {
    width: 100%;
    margin: 0 0 15px 0;
    border: 1px solid #eee;
    text-align: left;
}

.pmpro_thead-name {
    float: left;
    width: 55%;
}

.pmpro_thead-msg {
    float: right;
    font-size: .9em;
    font-style: italic;
    font-weight: normal;
    text-align: right;
    width: 45%;
}

.pmpro_checkout {
	padding: 20px;
  background: #f7f7f7;
  margin-bottom: 20px;
}

.pmpro_checkout hr {
	display: none;
}

.pmpro_asterisk {
    position: absolute;
    top: 0;
    right: 0;
    color: red;
}

form.pmpro_form .pmpro_checkout-fields div {
	position: relative;
}

form.pmpro_form label {
    font-size: 14px;
}

form.pmpro_form .input, form.pmpro_form textarea, form.pmpro_form select {
    border: 1px solid #AAA;
    display: inline-block;
    margin: 0 3px 0 0;
    max-width: none !important;
    padding: 10px;
    width: 100%;
}

#ExpirationMonth, #ExpirationYear {
	max-width: 30% !important;
}

.pmpro_checkout-field.pmpro_payment-cvv small {
	display: block;
}

#dateofbirth_m, #dateofbirth_d, #dateofbirth_y {
	width: 20%;
}

#dateofbirth_d, #dateofbirth_m {
	margin-right: 5px;
}

#dateofbirth_d, #dateofbirth_y {
	padding: 11px;
}

.pmpro_checkout-field-bphone, .pmpro_checkout-field-bcountry {
	display: none !important;
}

@media all and (min-width: 981px) {
  
  #main-header .login-account a.login-link {
    position: absolute;
    top: -51px;
    right: 0;
  }
    .et_header_style_centered #main-header .container  {
        text-align: left;
    }

    .header-slogan {
        position: absolute;
        top: 46px;
        left: 0;
        right: 0;
        margin: 0 auto;
        text-align: center;
        padding: 0;
        max-width: 260px;
    }

    .header-contact {
        position: absolute;
        top: 59px;
        right: 0;
    }
  
  	.et_header_style_centered #main-header div#et-top-navigation {
			width: 80% !important;
		}

    #et-info-phone, #et-info-email {
        width: 100%;
        display: block;
        font-size: 30px;
        text-align: right;
    }
    #et-info-email {
        margin-top: 10px;
        font-size: 14px;
    }

}

@media all and (min-width: 1400px) {
   .header-slogan {
        top: 60px;
        max-width: none;
    }
}

@media all and (max-width: 980px) {
  #main-header .login-account a.login-link {
    position: static;
    display: block;
          max-width: 272px;
    margin: 0 auto 10px;
  }
  
  .et_header_style_centered #main-header .mobile_nav {
  	padding: 15px 10px !important;
  }
  
  .et_mobile_menu {
  	background: #312f31;
  }
  
  .mobile_menu_bar:before {
    top: 10px;
    color: white;
	}
  
	.et_header_style_centered #main-header {
    padding: 20px 0 0 !important;
	}
  .et_header_style_centered header#main-header .logo_container {
  	max-height: none !important;
  }
}

@media all and (max-width: 400px) {
    .login-account a {
        font-size:  14px !important;
    }
    .login-account a:after {
        font-size: 24px !important;
    }

}