html,body{
    overflow-x: hidden;
	background-color: black;
}
#woocommerce p {
	color: white;
}

.woocommerce-terms-and-conditions{
	color: black;
}

.demo_store a.woocommerce-store-notice__dismiss-link {
	display: none;
}

.woocommerce-store-notice, p.demo_store {
    position: fixed;
    top:auto;
    bottom: 0;
}

.bold{
    font-family: 'Anton', sans-serif;
}
.green-mark, .green-mark-padding{
    position: relative;
  line-height: 1.4em;
}
.green-mark::after{
    content: "";
    position: absolute;
    width: 50px;
    height: 1px;
    bottom: 0;
    left: 0;
    border-bottom: 5px solid #32DE8A;
}
.green-mark-padding::after{
    content: "";
    position: absolute;
    width: 50px;
    height: 1px;
    bottom: 0;
    left: 10px;
    border-bottom: 5px solid #32DE8A;
}

.center{
	text-align: center;
}

.btn{
    background-color: #32DE8A;
    color: #09090D;
    font-size: 18px;
    font-family: 'Anton', sans-serif;
}
.page{
    margin: 0px;
}

#home-hero{
    height: 90vh;
    background-color: black;
	
}

#half-hero{
    background-color: black;
}
#half-hero-product{
    height: auto;
    background-color: black;
    position: relative;
}

#wpmenucartli a{
	color: white;
}

#wpmenucartli a::visited{
	color: white;
}

.wpmenucart-contents{
	padding-left: 10px;
	vertical-align: -webkit-baseline-middle;
}

.hero-image{
    position: relative;
    top: 0;
    right: 0;
    height: 100%;
    z-index: 99;
}
.half-hero-image{
    position: absolute;
    top: 0;
    right: 0;
    height: 50% !important;
    z-index: 0;
}

.half-image-wrapper::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: -20%;
    z-index: 0;
    width: 70%;
    height: 50%;
    background-color: #0E0E13;
    transform: skew(-20deg);
    }
.navbar{
	align-items: flex-end;
}
.name-tag::after{
	content: '';
	 display: block;
	position: absolute;
 width: 0;
	left: 0;
	bottom: 0;
      height: 0;
      border-bottom: 54px solid #32DE8A;
      border-right: 30px solid transparent;

}




/* .image-wrapper::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: -20%;
    z-index: 0;
    width: 70%;
    height: 100%;
    background-color: #0E0E13;
    transform: skew(-20deg);
    }*/
.hero-panel{
    z-index: 99;
    position:relative;
    margin-top: 150px;
    color: white;
}


/* Navigation Styles */
nav{
    position:relative;
    z-index: 99;
}

.navbar-brand{
    width: 10%;
}

.navbar-expand-md .navbar-nav .nav-link{
    color: white;
}

.main-navigation{
    padding-top: 25px;
    padding-bottom: 25px;
}

.navbar-brand img{
    width: 100%;
}
h1,h2,h3,h4,h5,h6{
    font-family: 'Anton', sans-serif;
}

h1,h2{
    font-size: 64px;
}

h3{
    font-size: 36px;
}

.medium-text{
    font-size: 24px;
    font-weight: bold;
}
.category-panel{
    background-color: #09090D;
    color: white;
    z-index: 99;
    padding: 40px;
    border-radius: 10px;
    width: 100%;
	position:relative;
	margin-top: 50px;
}

.product-panel{
	padding-top: 20px;
}
.product-panel-image{
    border-radius: 5px;
}

.program-picker-section{
    min-height: 80vh;
    margin-top: -200px;
    padding-top: 300px;
    text-align: center;
    color: white;
}
.program-picker-section p{
    padding-left: 100px;
    padding-right: 100px;
}

.sika-sleep-section{
    min-height: 80vh;
    padding-bottom: 5%;
    text-align: center;
    color: white;
	align-content: end;
}
.sika-sleep-section p{
    padding-left: 100px;
    padding-right: 100px;
}


#seminarSection, #coachingSection, #experience-section{
    height: 50vh;
    background-color: black;
    position: relative;
}

.seminarImage{
    width: auto;
    height: 100%;
    position: absolute;
    right: 0px;
}


.imageWrapperRight::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: -20%;
    z-index: 0;
    width: 80%;
    height: 100%;
    background-color: rgb(14, 14, 19);
    transform: skew(-20deg);
    }

    .coachingImage{
        width: auto;
        height: 100%;
        position: absolute;
        left: 0px;
        overflow: hidden;
    }

    .coachingContent{
        z-index: 99;
        position:relative; 
        color: white;
    }

    .relative{
        position: relative;
    }


    .seminarContent, .coachingContent{
        margin: 0;
        top: 50%;
        z-index: 99;
        position:absolute;
        color: white;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        padding-right: 50px;
    }

    .seminarRow, .coachingRow{
        height: 50vh;
    }

.seminarRow{
	padding-left: 80px;
}

    .strong-section{
        background-color: #09090E;
        color: white;
        text-align: center;
        min-height: 80vh;
        padding-top: 150px;
    }
     .strong-section p, .strong-section-about p{
         width: 70%;
         margin: auto;
         font-size: 18px;

     }
    .strongList{
        list-style-type: none;
        list-style-image: url(img/tickIcon.png); 
        text-align: left;
        list-style-position: outside;
    }

    .strongList li{
        margin: 40px 5px;
        font-size: 24px;
    }

    .strongList li span{
        position: relative;
        left: 25px;
        top: -10px;
    }
    .strong-row{
        padding-top: 50px;
        width: 70%;
        margin: auto;
    }
    .testimonial-section{
        background-color: #09090E;
        min-height: 40vh;
        color: white;
        padding-top: 100px;
    }

    
    .green-bg{
        background-color: #32DE8A;
        margin-top: 80px;
        color: #09090D;
    }
    .testimonial-section .testimonial-image{
        margin-top: -30px;
        margin-bottom: -30px;
    }

    .testimonial-quotes{
        margin-bottom: 20px;
    }

    .testimonial-quote{
        padding-left: 40px;
    }

    .faq-section{
        background-color: rgb(14, 14, 19);
        min-height: 40vh;
        color: white;
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .site-footer{
        background-color: #09090D;
        color: white;
        padding-top: 50px;
		padding-bottom: 50px;
    }

    .site-footer .logo{
        width: 50%;
        margin: auto;
    }

    .experience-wrapper{
        background-color: #09090D;
        padding-top: 50px;
        padding-bottom: 150px;
    }

    .strong-section-about{
        background-color: #030304;
        color: white;
        text-align: center;
        
        padding-top: 150px;
        padding-bottom: 50px;
    }

    .name-tag{
        position: absolute;
        text-align: left;
        left: 0px;
        bottom:10%;
        color: white;
        background-color: #030304;
        padding-left: 50px;
		padding-right: 20px;
		padding-top: 15px;
		padding-bottom: 15px;
		font-family: 'Anton', sans-serif;
    }
    .relative{
        position: relative;
    }

    .team-section{
        background-color: #030304;
        color: white;
        padding-top: 150px;
        padding-bottom: 150px;
    }

    .half-width{
        width: 70%;
        margin: auto;
    }

    .youtube-section{
        text-align: center;
        background-color: #09090E;
        min-height: 40vh;
        color: white;
        padding-top: 50px;
		padding-bottom: 50px;
        margin: auto;
    }

    .youtube-section h2{
        display: inline;
    }

    .podcast-section{
        background-color: #030304;
        min-height: 40vh;
        color: white;
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .get-in-touch-section{
        padding-top: 100px;
        padding-bottom: 100px;
        text-align: center;
        color: white;
    
    }

    
    .get-in-touch-section p{
        padding-left: 100px;
        padding-right: 100px;
    }

    .seminar-intro-section{
        background-color: #030304;
        color: white;
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .seminar-details-section{
        background-color: #030304;
        color: #ddd;
        padding-top: 150px;
        padding-bottom: 150px;
    }

/* Styles for Accordion */
.toggle:last-child {
    border-bottom: 1px solid #ddd;
}
.toggle .toggle-title {
    position: relative;
    display: block;
    border-top: 1px solid #ddd;
    margin-bottom: 6px;
}
.toggle .toggle-title h3 {
    font-size: 20px;
    margin: 0px;
    line-height: 1;
    cursor: pointer;
    font-weight: 200;
}
.toggle .toggle-inner {
    padding: 7px 25px 10px 25px;
    display: none;
    margin: -7px 0 6px;
}
.toggle .toggle-inner div {
    max-width: 100%;
}
.toggle .toggle-title .title-name {
    display: block;
    padding: 25px 25px 14px;
}
.toggle .toggle-title a i {
    font-size: 22px;
    margin-right: 5px;
}
.toggle .toggle-title i {
    position: absolute;
    background: url('http://arielbeninca.com/Storage/plus_minus.png') 0px -24px no-repeat;
    width: 24px;
    height: 24px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin: 20px;
    right: 0;
}
.toggle .toggle-title.active i {
    background: url('http://arielbeninca.com/Storage/plus_minus.png') 0px 0px no-repeat;
}


.shop-wrapper{
    background-color: #030304;
    color: #ddd;
    padding-top: 150px;
}

.woocommerce-loop-product__title{
    font-size: 25px;
    color: #ffffff;
    text-decoration: none;
    padding-top: 20px;
}

.shop-wrapper a{
    text-decoration: none;
    color: white;
}

.add_to_cart_button, .product_type_external{
    background-color: #32DE8A;
    color: #030304 !important;
    display: block;
    padding: 10px;
    border-radius: 6px;
    margin-top: 10px;
    font-family: 'Anton', sans-serif;
    width: fit-content;
}

.single-product-panel{
    z-index: 99;
    position:relative;
    padding-top: 50px;
    color: white;
}


.single-product-image-wrapper::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: -20%;
    z-index: 0;
    width: 75%;
    height: 100%;
    background-color: #0E0E13;
    transform: skew(-11deg);
    }

    .single-procuct-image{
        position: absolute;
        top: 0;
        right: 0;
        height: 100% !important;
        z-index: 0;
    }

    .single_add_to_cart_button {
        background-color: #32DE8A;
        border-radius: 6px;
        border-color: #32DE8A;
        color: #030304;
        margin-top: 20px;
    }
.products a{
	text-decoration: none;
}

.products a:visited{
	text-decoration: none;
	color: white;
}
    .testimonial-panel{
        background-color: #09090D;
        color: white;
        margin-top: -100px;
        position:relative;
        z-index: 99;
        padding: 40px;
        border-radius: 10px;
        width: 100%;
    }

    .flex-control-nav, .flex-control-thumbs{
        display: flex;
        justify-content: space-between;
        margin: 0;
        list-style-type: none;
        padding: 0px;
    }

    .flex-control-nav li{
        flex-grow: 1;
    }

.flex-control-nav li img{
    width:100%;
}

    .woocommerce form .form-row-wide, .woocommerce-page form .form-row-wide{
        clear: both;
    }

    .woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea{
        box-sizing: border-box;
    width: 100%;
    margin: 0;
    outline: 0;
    line-height: normal;
    }

    input[type=text], input[type=email], input[type=tel], select, textarea{
        width: 100%;
        padding: 12px;
        border: 1px solid #ccc;
        border-radius: 4px;
        box-sizing: border-box;
        margin-top: 6px;
        margin-bottom: 16px;
        resize: vertical;
    }

    .coupon .input-text{
        width: 20%;
    }

    .coupon .button, .actions .button{
    background-color: #32DE8A;
    color: #030304 !important;
    border-color: #32DE8A;
    padding: 10px;
    border-radius: 6px;
    margin-top: 10px;
    font-family: 'Anton', sans-serif;
    width: fit-content;
    }

    .woocommerce table.shop_table{
        border: 1px solid rgba(197, 197, 197, 0.1);
    margin: 0 -1px 24px 0;
    text-align: left;
    width: 100%;
    border-collapse: separate;
    border-radius: 5px;
    }

    .woocommerce table.shop_table th {
        font-weight: 700;
        padding: 9px 12px;
        line-height: 1.5em;}

        .woocommerce table.shop_table td{
            border-top: 1px solid white;
    padding: 9px 12px;
    vertical-align: middle;
    line-height: 1.5em;
        }

        .woocommerce #content table.cart td.actions .coupon, .woocommerce table.cart td.actions .coupon, .woocommerce-page #content table.cart td.actions .coupon, .woocommerce-page table.cart td.actions .coupon {
            float: left;
        }

        button[name="update_cart"] {
            float: right;
          }
          .woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals {
            width: 100%;}

          .woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
            width: 48%;
            padding-bottom: 50px;
        }

            .woocommerce table.shop_table {
                border: 1px solid white;
                margin: 0 -1px 24px 0;
                text-align: left;
                width: 100%;
                border-collapse: separate;
                border-radius: 5px;
            }

.woocommerce table.shop_table tfoot th {
    font-weight: 700;
	border-top: 1px solid white;}

            .wc-proceed-to-checkout{
                background-color: #32DE8A;       
                font-family: 'Anton', sans-serif;
                padding: 15px;
                border-radius: 6px;
            }

            .wc-proceed-to-checkout a{
                color: #030304;
            }
.woocommerce-message, .woocommerce-info{
	padding: 20px;
	border-radius: 6px;
}

.woocommerce-info{
	margin-bottom: 40px;
}
#customer_details{
	padding-right: 100px;
}

            #add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods{
                text-align: left;
    padding: 1em;
    border-bottom: 1px solid #d3ced2;
    margin: 0;
    list-style: none outside;
            }

            #add_payment_method #payment ul.payment_methods li, .woocommerce-cart #payment ul.payment_methods li, .woocommerce-checkout #payment ul.payment_methods li {
                line-height: 2;
                text-align: left;
                margin: 0;
                font-weight: 400;
            }

            #add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
                background: #ebe9eb;
                border-radius: 5px;}
label{
                
    font-size: 18px;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;}

    #add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
        position: relative;
        box-sizing: border-box;
        width: 100%;
        padding: 1em;
        margin: 1em 0;
        font-size: .92em;
        border-radius: 2px;
        line-height: 1.5;
        background-color: #dfdcde;
        color: #515151;}

        #add_payment_method #payment div.form-row, .woocommerce-cart #payment div.form-row, .woocommerce-checkout #payment div.form-row {
            padding: 1em;
        }


            #stripe-payment-data a, .woocommerce-terms-and-conditions-link {
                color: #a46497 !important;
            }

            .woocommerce-privacy-policy-text {
                color: #000000;
            }

            .woocommerce-billing-fields__field-wrapper label{
                color: #ccc;
            }

.woocommerce table.shop_table td {
    border-top: 1px solid white;
    padding: 9px 12px;
    vertical-align: middle;
	line-height: 1.5em;}

.related-wrapper{
	padding-top: 100px;
	background-color:#09090D;
}
.related-wrapper h2{
	color: white;
}

.variations label{
	color: white;
}

#enter_your_lifts{
	margin-bottom: 100px;
}

#payment label{
	color: black;
}



@media screen and (max-width: 700px) {
	h1{
		font-size: 50px;
	}
	.navbar-brand{
		width: 22%;
	}
	
	.hero-image{
		margin-top:50px;
		position: relative;
		height: auto;
	}
  .image-wrapper::after, .imageWrapperRight::after{
    display: none;
}
	
	.hero-panel{
		margin-top:50px;
	}
	
	.program-picker-section p{
		padding:20px;
	}
	.program-picker-section h2{
		font-size: 40px;
		
	}
	.program-picker-section {
		margin-top:-240px;
		padding-top:-270px;
	}
	
	.sika-sleep-section{
		padding-top: 60%;
		min-height: 5vh;
	}
	
	#home-hero{
		height: auto;
	}
	
	.category-panel{
		margin-left: auto;
		margin-right: auto;
		margin-top: 0;
		background-color: #0c0c12;
		padding: 10px;
	}
	
	.medium-text{
		font-size: 18px;
	}
	
	.seminarRow, .coachingRow{
		padding-left: 0px;
		height: auto;
	}
	
	.seminarImage, .coachingImage{
		position: relative;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	
	.seminarContent, .coachingContent{
		position: relative;
		transform: none;
		top: 0;
	}
	
	#coachingSection, #seminarSection{
		height:auto;
	}
	
	.strong-section{
		min-height:50vh;
		padding-top: 80px;
	}
	
	.strong-section h2{
		font-size: 40px;
	}
	
	.strong-section p{
		width: 100%;
	}
	
	.strongList{
		padding-left: 0px;
	}
	
	.testimonial-section h2{
		font-size: 40px;
	}
	.navbar-collapse{
		background-color: #0c0c12;
	}
	
	#menu-menu-1{
		text-align: center;
    margin-left: 0;
		padding: 30px;
	}
	
	.navbar-collapse .menu-item{
		padding: 10px;
		font-family: 'Anton', sans-serif;
	}
	
	.half-hero-image{
		display: none;
	}
	
	.half-image-wrapper::after{
		display: none;
	}
	
	.seminar-intro-section, .shop-wrapper, .strong-section-about, .experience-wrapper, .team-section, .seminar-intro-section, .podcast-section{
		padding-top: 50px;
		padding-bottom: 50px;
	}
	
	.single-procuct-image, .single-product-image-wrapper::after{
		display: none;
	}
	#seminarSection, #coachingSection, #experience-section{
		height:auto;
		padding: 25px;
	}
	
	.half-width{
		width: 100%;
			
	}
	
	h2{
		font-size: 40px;
	}
	.seminar-intro-section img{
		padding-bottom: 50px;
	}
	
	.get-in-touch-section h2{
		padding: 50px;
	}
	
	.podcast-section img{
		padding: 40px;
	}
	#half-hero-product{
		height: auto;
	}
}