@charset "utf-8";
/* CSS Document */

/*Align the coupon button on the checkout*/
body.woocommerce-checkout > section .woocommerce form.checkout_coupon {  
	align-items: center;
}
body.page-id-423 > section:first-of-type .container form [type="submit"] {
	height: 40px;
	margin-top: 0;
	transform: translateY(0px);
}
body.page-id-423 > section:first-of-type .container form {
	margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
	body.woocommerce-checkout .form-row:not(:last-of-type) {
		margin-right: 15px;
		margin-bottom: 0;
	}
}

/*Alignment of the quantity in the cart*/
body.woocommerce-cart > section .container .woocommerce form table.shop_table tbody .cart_item td.product-quantity {
	padding-top: 42px;
}
@media screen and (max-width: 768px) {
	body.woocommerce-cart > section .container .woocommerce form table.shop_table tbody .cart_item td.product-quantity {
		padding-top: 35px;
	}
}
/* Notes on checkout page textarea*/
body.woocommerce-checkout > section .woocommerce form.checkout section.bottom .order-notes {
	flex: 0 1 100%; 
}
body.woocommerce-checkout > section .woocommerce form.checkout section.bottom .order-notes textarea {
	max-width: 100% !important;
	width: 100% !important;
}
/*Checkout Design*/
body.woocommerce-checkout > section .container .woocommerce form.woocommerce-checkout {
	max-width: 980px;
}
body.woocommerce-checkout .accordion .accordion-body section.woocommerce-billing-fields .field-group, body.woocommerce-checkout .accordion .accordion-body section.woocommerce-shipping-fields .field-group {
    width: 100%;
}
body.firefox.woocommerce-checkout .woocommerce-checkout .billing .field-group, body.firefox.woocommerce-checkout .woocommerce-checkout .shipping .field-group {
	width: 100% !important;
}
body.woocommerce-checkout .accordion .accordion-body section.woocommerce-billing-fields .field-group .group, body.woocommerce-checkout .accordion .accordion-body section.woocommerce-shipping-fields .field-group .group {
	flex: 1 0 100%;
	padding-right: 0;
    margin-right: 0px;
}
body.woocommerce-checkout > section .woocommerce form.checkout section.shipping .field-group .group.shipping_city {
    flex: 1 0 100%;
}
body.woocommerce-checkout form.checkout .accordion .accordion-body .button {
	margin-top: 20px;
}
@media screen and (max-width: 768px) {
	body.woocommerce-checkout form.checkout .field-group .form-row:not(:last-of-type) {
		margin-right: 0;
		margin-bottom: 0;
	}
}
/*Checking out when already having an account*/
.woocommerce-error .showlogin, .woocommerce-error .loging-scroll {
	text-decoration: underline;
}
.woocommerce-checkout .woocommerce form.login input#password {
	border-top: 1px solid #C6C5C4;
}
.woocommerce-checkout .woocommerce-form.woocommerce-form-login.login.loging-show {
	display: flex !important;
	margin-bottom: 16px !important;
	padding: 32px !important;
	height: auto !important;
}
/*Checkout Payment*/
body.woocommerce-checkout .payment-details .accordion-body #order_review {
	flex-direction: column;
	width: 100%;
}
body.woocommerce-checkout .payment-details .accordion-body #order_review #payment {
	margin-left: 0;
	padding-right: 0;
	margin-top: 20px;
}
body.woocommerce-checkout .form-row.place-order {
	flex-direction: row;
}
body.woocommerce-checkout .payment-details .accordion-body #order_review table.shop_table {
	padding: 38px 32px 38px 32px;
}
body.woocommerce-checkout .payment-details .accordion-body #order_review table.shop_table tfoot tr.order-total {
	padding: 24px 0 17px;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table .recurring-totals {
	padding: 24px 0 0;
}
body.woocommerce-checkout .payment-details .accordion-body #order_review table.shop_table tfoot tr.cart-subtotal, body.woocommerce-checkout .payment-details .accordion-body #order_review table.shop_table tfoot tr.shipping {
	padding-bottom: 17px;
}
.woocommerce-checkout .woocommerce-shipping-totals .woocommerce-shipping-methods li {
  margin: 0;
}
.woocommerce-checkout #payment .payment_methods li img.eway-icon {
	margin: 0px 0 -8px;
}
body.woocommerce-checkout .payment-details.accordion[data-active="true"] {
	margin-bottom: 20px;
}
body.woocommerce-checkout form.checkout .accordion .accordion-body  #order_review #payment .button {
	margin-top: 0;
}
body.woocommerce-checkout .payment-details .accordion-body #order_review #payment ul label {
	margin-bottom: 0;
	padding: 0;
}
body.woocommerce-checkout .payment-details .accordion-body #order_review #payment ul {
	margin: 20px 0 0;
}

@media (max-width: 1150px) {
	body.woocommerce-checkout .payment-details .accordion-body #order_review #payment {
		max-width: 100%;
		width: 100%;
	}
}
/*Single Product Terms and Conditions*/
.terms-condition {
	margin: 0 0 30px;
}
.terms-condition.simple-product {
	margin: 28px 0 30px;
}
.terms-condition a, .terms-condition span.terms-condition-text {
	font-family: 'Founders Grotesk Medium';
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 1.5px;
	color: #928E8A;
	text-transform: uppercase;
}
.terms-condition a {
	text-decoration: underline;
}
.terms-condition a:hover {
	color: #928E8A;
	opacity: 0.5;
}
.terms-condition .form-group {
	margin-left: 10px;
}
.terms-condition .form-group input {
	display: none;
	height: auto;
    width: auto;
    padding: 0;
    margin-bottom: 0;
    cursor: pointer;
}
.terms-condition .form-group label {
    position: relative;
    cursor: pointer;
}
.terms-condition .form-group label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #c6c5c4;
	border-radius: 4px;
    width: 14px;
	height: 15px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
	top: 0px;
}
.terms-condition .form-group input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 0px;
    left: 6px;
    width: 3px;
    height: 10px;
    border: solid #928E8A;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
@media (max-width: 550px) {
	/*.terms-condition a {
		font-size: 15px;
		letter-spacing: 1.2px;
	}
	.terms-condition .form-group label::before {
		width: 18px;
		height: 16px;
		top: 0px;
	}
	.terms-condition .form-group input:checked + label::after {
		top: -2px;
		width: 4px;
		height: 12px;
	}*/
}
/*Credit Card Button*/
body.woocommerce-order-pay .woocommerce form .form-row.form-row-last {
	margin-bottom: 10px;
}
/*Billing Address*/
body.woocommerce-checkout .billing.woocommerce-billing-fields .header {
	margin-bottom: 0;
}
body.woocommerce-checkout .accordion .accordion-body section.billing.woocommerce-billing-fields .field-group {
	padding-top: 17px;
}
/*Checkout Different Address*/
body.woocommerce-checkout > section .woocommerce form.checkout section.woocommerce-shipping-fields .header {
	margin-bottom: 0;
}
body.woocommerce-checkout > section .woocommerce form.checkout section.woocommerce-shipping-fields .field-group {
	padding-top: 20px;
}
/*Open and close of accordions on checkout page*/
body.woocommerce-checkout form.checkout .billing-fields.accordion .accordion-header, 
body.woocommerce-checkout form.checkout .payment-details.accordion .accordion-header, 
body.woocommerce-checkout .woocommerce .review-cart .accordion-header {
	pointer-events: none;
}
body.woocommerce-checkout form.checkout .billing-fields.accordion .accordion-body, 
body.woocommerce-checkout form.checkout .payment-details.accordion .accordion-body {
	display: none;
	pointer-events: all;
}
body.woocommerce-checkout form.checkout .billing-fields.accordion .accordion-body > section,
body.woocommerce-checkout form.checkout .billing-fields.accordion .accordion-body > div,
body.woocommerce-checkout form.checkout .payment-details.accordion .accordion-body > h2, 
body.woocommerce-checkout form.checkout .payment-details.accordion .accordion-body > div {
	opacity: 0;
    transition: opacity 0.3s ease-in-out;
}
body.woocommerce-checkout .woocommerce .review-cart {
	cursor: pointer;
	transition: margin 0.3s ease-in-out;
}
body.woocommerce-checkout .woocommerce .review-cart .accordion-body {
	pointer-events: all;
	opacity: 0;
    transition: opacity 0.3s ease-in-out;
}
body.woocommerce-checkout .woocommerce .review-cart.accordion-active .accordion-body {
	display: flex;
	opacity: 1;
}
body.woocommerce-checkout form.checkout .accordion.accordion-holder {
	transition: margin 0.3s ease-in-out;
}
body.woocommerce-checkout form.checkout .accordion.accordion-holder .accordion-header-holder {
	cursor: pointer;
}
body.woocommerce-checkout form.checkout .accordion.accordion-active .accordion-body > section,
body.woocommerce-checkout form.checkout .accordion.accordion-active .accordion-body > div,
body.woocommerce-checkout form.checkout .accordion.accordion-active .accordion-body > h2, 
body.woocommerce-checkout form.checkout .accordion.accordion-active .accordion-body > div  {
	opacity: 1;
}
body.woocommerce-checkout .billing-fields .button.accordion-progress {
	margin-left: auto;
}
/*Checkout Page*/
body.woocommerce-checkout .accordion .accordion-body section .field-group .group.group.shipping_phone.shipping_email {
	display: none;
}
body.woocommerce-checkout .accordion .accordion-body section .field-group.gifts-only .group.shipping_phone.shipping_email {
	display: flex;
}
body.woocommerce-checkout .shipping .gift-warning {
	margin-bottom: 32px;
}
body.woocommerce-checkout > section .woocommerce form.checkout .billing-fields section.bottom {
	padding-top: 20px;
	margin-bottom: 32px;
}
body.woocommerce-checkout .accordion .accordion-body section.woocommerce-shipping-fields .field-group .group:last-child {
	margin-bottom: 12px;
}
body.woocommerce-checkout .shipping.has-gifts {
	margin-top: 26px;
}
body.woocommerce-checkout .payment-details.accordion-holder .accordion-body #order_review table.shop_table tfoot tr th {
	width: 160px;
}

@media screen and (max-width: 768px) {
	body.woocommerce-checkout form.checkout .billing-fields .field-group .form-row:not(:last-of-type) {
		margin-bottom: 32px;
	}
	body.woocommerce-checkout > section .woocommerce form.checkout .accordion-body section.bottom .order-notes {
		margin-bottom: 0;
	}
}
@media screen and (max-width: 480px) {
	body.woocommerce-checkout .payment-details.accordion-holder .accordion-body #order_review table.shop_table tfoot tr th {
		display: flex;
		margin-right: 0;
	}
}
/*Cart Page*/
body.woocommerce-cart.woocommerce-page > section .container .woocommerce .cart-collaterals {
	width: 50%;
}
body.woocommerce-cart > section .container .woocommerce .cart-collaterals .cart_totals table.shop_table {
	max-width: 490px;
	width: 100%;
}
body.woocommerce-cart.woocommerce-page > section .container .sfn-cart-addons {
  width: 40%;
}
body.woocommerce-cart > section .container .woocommerce .cart-collaterals .cart_totals table.shop_table tbody tr th {
	width: 160px;
}
@media screen and (max-width: 768px) {
	body.woocommerce-cart.woocommerce-page > section .container .woocommerce .cart-collaterals {
		width: 100%;
	}
	body.woocommerce-cart > section .container .woocommerce .cart-collaterals .cart_totals table.shop_table {
		max-width: 100%;
		width: 100%;
	}
	body.woocommerce-cart.woocommerce-page > section .container .sfn-cart-addons {
		width: 100%;
	}
}

/*Admin Bar Hover*/
html[lang="en"]{
    margin-top: 0 !important;
}
#wpadminbar {
    opacity: 0;
    transition: opacity 1s;
    width: 50vw;
	visibility: hidden;
	pointer-events: none; 
}
.logged-in #wpadminbar {
	visibility: visible;
}
#wpadminbar.admin-bar-link {
    opacity: 1;
	visibility: visible;
}
#wpadminbar.admin-bar-link .ab-top-menu li {
    pointer-events: auto;
}
#wp-admin-bar-root-default li:nth-child(1) a:before {
    pointer-events: auto;
}
.ab-top-menu li {
    pointer-events: none;
}
@media screen and (max-width: 600px) {
	body #wpadminbar {
		position: fixed;
	}	
}

/*my account/*/
body.woocommerce-account .header-account .container .nav-item.logout {
	margin-top: 2px;
}
body.woocommerce-view-order .woocommerce-MyAccount-content .order-details ul.wc-item-meta, 
body.woocommerce-order-received .order-details ul.wc-item-meta {
	padding-left: 0;
}
body.woocommerce-view-order .woocommerce-MyAccount-content .order-details ul.wc-item-meta li::before, 
body.woocommerce-order-received .order-details ul.wc-item-meta li::before {
	display: none;
}
body.woocommerce-order-received .woocommerce-order .cm-form {
	display: flex;
	width: 100%;
}
body.woocommerce-checkout.woocommerce-order-pay #order_review .shop_table {
	display: flex;
	width: 100%;
	flex-direction: column;
	text-align: left;	
}
body.woocommerce-checkout.woocommerce-order-pay #order_review table.shop_table tr {
	display: flex;
	width: 100%;
	max-width: 480px;
}
body.woocommerce-checkout.woocommerce-order-pay #order_review table.shop_table tr th, 
body.woocommerce-checkout.woocommerce-order-pay #order_review table.shop_table tr.order_item td {
	width: calc(33.333% - 15px);
	padding-right: 15px;
}
body.woocommerce-checkout.woocommerce-order-pay #order_review table.shop_table tr th.product-quantity, 
body.woocommerce-checkout.woocommerce-order-pay #order_review table.shop_table tr td.product-quantity {
	width: 18%;
}
body.woocommerce-checkout.woocommerce-order-pay #order_review table.shop_table tfoot {
	margin-top: 30px;
}
body.woocommerce-checkout.woocommerce-order-pay #order_review #payment {
	margin-top: 35px;
}
body.woocommerce-checkout.woocommerce-order-pay #order_review #payment ul.payment_methods {
	padding: 0;
	margin: 0;
}
body.woocommerce-checkout.woocommerce-order-pay #order_review #payment ul.payment_methods .wc_payment_method::before {
	display: none;
}
body.woocommerce-checkout.woocommerce-order-pay #order_review #payment ul.payment_methods .wc_payment_method .payment_box {
	margin-top: 8px
}
body.woocommerce-checkout.woocommerce-order-pay #order_review #payment .form-row #place_order.button {
	margin-left: 0;
}
body.page-id-423.woocommerce-checkout.woocommerce-order-pay > section:first-of-type .container form {
	width: 80%;
}
body.woocommerce-checkout.woocommerce-order-pay .woocommerce {
    flex-direction: column;
}
body.woocommerce-checkout.woocommerce-order-pay > section .woocommerce form.login p:first-child {
	margin: 12px 0 12px;
}
@media screen and (max-width: 768px) {
	body.page-id-423.woocommerce-checkout.woocommerce-order-pay > section:first-of-type .container form {
		width: 80%;
	}
}
/*Podcast Page*/
body.page-template-podcasts section.listing > .container .posts-listing .item .hero-image {
	background-size: contain;
}
/*Banner Small*/
body.page-template-podcasts .header-static-wrapper {
	border-bottom: none;
}
.section.section--banner-small {
	display: flex;	
	width: 100%;	
	height: 100%;
}
.banner-small {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	max-height: 500px;
	min-height: 500px;
}
.banner-small__bg-image {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: flex;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	z-index: 1;
}
.subscribe-box-holder {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	max-width: 980px;
	height: 100%;
	width: 100%;
	margin: 0 auto;
	padding: 0 60px;
	z-index: 2;
}
.banner-small .subscribe-box {
	display: flex;
	flex-direction: column;
	padding: 44px 44px 22px;
	background-color: rgba(58, 54, 52, 0.75);
	border-radius: 4px;
}
.banner-small .subscribe-box h2 {
	font-family: 'Tiempos Headline Bold';
	font-size: 36px;
	line-height: 43px;
    color: #FFFFFF;
	text-align: center;
	margin-bottom: 32px;
}
.banner-small .subscribe-box .buttons {
    display: flex;
	flex-flow: row wrap;
	justify-content: center;
}
.banner-small .subscribe-box .buttons .button { 
	font-family: 'Founders Grotesk Medium';
	font-size: 18px;
	line-height: 22px;
	font-weight: normal;
	display: flex;
	justify-content: center;
	align-items: center; 
	width: auto;
	height: auto;
	min-width: 160px;
	min-height: 60px;
	box-sizing: border-box;
	background-color: #D1232A;
	color: #FFFFFF;
	margin-bottom: 22px;
	padding: 6px 10px 0;  
	transition: all 0.25s ease;
	margin-right: 20px;
	text-align: center;
}
.banner-small .subscribe-box .buttons .button:last-child {
	margin-right: 0;
}
@media screen and (max-width: 1150px) {
	.section.section--banner-small {
		padding-top: 28px;
	}
	body.page-template-podcasts {
		padding-top: 0px;
	}
}
@media screen and (max-width: 768px) {
	.section.section--banner-small {
		padding-top: 14px;
	}
	.banner-small {
		padding: 48px 0;
		max-height: 100%;
	}
	.subscribe-box-holder {
		padding: 0 20px;
	}
	.banner-small .subscribe-box .buttons .button {
		width: 100%;
		margin-right: 0;
		flex: 1 0 auto;
	}
}

/* News letter Popup*/
section.newsletter-popup {
    z-index: 999;
}
html[lang="en-US"] {
  margin-top: 0px !important;
}
/*Mobile Menu*/
.header.mobile .container .hamburger-open {
	cursor: pointer;
	background-size: 20px 14px;
	width: 35px;
	height: 28px;
	margin-right: 23px;
	margin-left: -8px;
	z-index: 99; 
}
.header-mobile-menu .container .wrapper .hamburger-close .close-icon {
	cursor: pointer;
	margin-left: 6px;
}
.header-mobile-menu .container .wrapper .hamburger-close {
	cursor: pointer;
	max-width: 25px;
	max-height: 25px;
	margin: 17.5px 0 17.5px -6px;
}

/* Home */
@media screen and (max-width: 768px) {
	body .mid-boxes .container {
		overflow-x: inherit;
	}
}

/************ toggle button subscrption details page *****************/

.switch-subscribtion {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 17px;
}

.switch-subscribtion input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 13px;
  width: 13px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(13px);
  -ms-transform: translateX(13px);
  transform: translateX(13px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 17px;
}

.slider.round:before {
  border-radius: 50%;
}

/************ toggle button subscrption details page end *****************/