/**
* Theme Name: Elegance Mind & Body
* Template: hello-elementor
* Author: Blaze Media
* Author URI: https://blazemedia.co.uk/
*/

body * { font-family: var(--e-global-typography-text-font-family), Sans-serif; }

    .pmpro_btn:hover, .pmpro_btn:focus {
        background-position: 0 0;
        border-color: var(--pmpro--color--accent--variation);
        background-color: var(--e-global-color-secondary) !important;
        color: var(--e-global-color-text) !important;
		border-color: var(--e-global-color-secondary) !important;
    }


h1.entry-title {
	margin-top: 50px;
	color: #377880;
}

.cartRow {
	display: grid;
	grid-template-columns: 2fr 0.7fr 0.7fr 0.7fr;
	gap: 25px;
	margin-bottom: 25px;
}

.product-info img {
	max-width: 200px;
}

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
	width: 100%;
	display: grid;
	grid-template-rows: 0fr 0fr auto;
}

.woocommerce-cart .woocommerce {
	display: grid;
	grid-template-columns: 1fr 0.5fr;
	gap: 25px;
	margin-bottom: 50px;
}

.woocommerce-notices-wrapper {
	grid-column: span 2;
}

.woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals {
	background-color: #377880;
	color: #fff;
	padding: 25px;
	border-radius: 50px;
}

.woocommerce table.shop_table {
	border: 0px;
}

.woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals h2 {
	margin-top: 0px;
}

.woocommerce-cart .cart-collaterals .cart_totals table td, .woocommerce-cart .cart-collaterals .cart_totals table th {
	border-bottom: 0px;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
	background-color: transparent;
	border: 2px solid #fff;
	border-radius: 50px;
	font-weight: 400;
	text-transform: uppercase;
	transition: 0.3s;
	margin-bottom: 0px;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
	color: #377880;
	background-color: #fff;
}

.coupon {
	grid-column: span 2;
	display: grid;
	grid-template-columns: 2fr 1fr;
}

.page-content .product-info a {
	text-decoration: none;
	color: #377880;
	font-size: 18px;
}

.coupon input[type=text] {
	border-radius: 50px 0px 0px 50px;
	border-right: 0px;
	border-color: #377880;
}

.woocommerce .cart .coupon .button {
	border: 1px solid #377880;
	border-radius: 0px 50px 50px 0px;
	background-color: #377880;
	color: #fff;
}

.woocommerce .cart .coupon .button:hover {
	color: #377880;
	background-color: #fff;
}

button.button[name="update_cart"] {
	grid-column: 4 / 5;
	border: 2px solid #377880;
	border-radius: 50px;
	color: #377880;
	background-color: #fff;
}

button.button[name="update_cart"]:hover {
	background-color: #377880;
	color: #fff;
}

.woocommerce-cart .wc-proceed-to-checkout {
	align-self: flex-end;
	padding-bottom: 0px;
}

.mobTitle {
	display: none;
}

tr.cart-subtotal td, tr.order-total td {
	text-align: end;
}
.cartRow.cart_item {
	border-bottom: 2px solid #B3CBCE;
	padding-bottom: 10px;
}

button.wc-block-components-checkout-place-order-button {
	background-color: #377880;
	border: 2px solid #377880;
	color: #fff;
	border-radius: 100px;
	font-size: 20px;
	transition: 0.3s !important;
}

button.wc-block-components-checkout-place-order-button:hover {
	background-color: #fff;
	color: #377880;
}

main#content.post-40 {
	padding: 0px 20px;
}

table.pmpro_table thead:first-child tr:first-child th {
	border: 0px;
}

.page-id-41 .woocommerce {
	border: 1px solid #e8e8e8;
	border-radius: 8px;
	box-shadow: 2px 2px 7px rgba( 0, 0, 0, 0.07 );
	margin: 50px 0;
	padding: 25px;
	overflow: hidden;
}

nav.woocommerce-MyAccount-navigation ul {
	list-style: none;
	padding: 0px;
}

nav.woocommerce-MyAccount-navigation a {
	text-decoration: none;
}

.woocommerce-info {
	border-top-color: #377880;
}

.woocommerce-info::before {
	color:#377880;
}

.woocommerce .woocommerce-info .button {
	background-color: #fff;
	color: #377880;
	border: 2px solid #377880;
	border-radius: 50px;
	transition: 0.3s;
}

.woocommerce .woocommerce-info .button:hover {
	background-color: #377880;
	color: #fff;
}

.woocommerce-MyAccount-navigation-link--downloads {
	display: none;
}

.woocommerce-MyAccount-content fieldset {
	margin-bottom: 25px;
}

.woocommerce-address-fields__field-wrapper {
	margin-bottom: 25px;
}

.page-id-41 .woocommerce button.button {
	background-color: #377880;
	color: #fff;
	border: 2px solid #377880;
	border-radius: 50px;
	transition: 0.3s;
	float: right;
}

.page-id-41 .woocommerce button.button:hover {
	background-color: #fff;
	color: #377880;
}

.page-id-41 header.woocommerce-Address-title {
	display: flex;
	flex-direction: column;
	margin-bottom: 15px;
}

.page-id-41 header.woocommerce-Address-title h3 {
	margin-bottom: 0px;
}

nav.woocommerce-MyAccount-navigation ul li {
	border: 2px solid #377880;
	text-align: center;
	margin: 10px;
	border-radius: 50px;
	transition: 0.3s;
}

nav.woocommerce-MyAccount-navigation ul li a {
	transition: 0.3s;
	display: block;
	padding: 10px;
}

nav.woocommerce-MyAccount-navigation ul li:first-child {
	margin-top: 0px;
}

nav.woocommerce-MyAccount-navigation ul li:hover {
	background-color: #377880;
}

nav.woocommerce-MyAccount-navigation ul li:hover a {
	color: #fff;
}

nav.woocommerce-MyAccount-navigation ul li.is-active {
	background-color: #7a5971;
}

nav.woocommerce-MyAccount-navigation ul li.is-active a {
	color: #fff;
}

@media only screen and (max-width: 992px){
	.woocommerce-cart .woocommerce {
		grid-template-columns: 1fr;
	}
	.woocommerce-notices-wrapper {
		grid-column: span 1;
	}
	.coupon {
		grid-column: span 3;
	}
}

@media only screen and (max-width: 768px){
	.woocommerce-account .woocommerce-MyAccount-navigation {
		margin-bottom: 50px;
	}
}

@media only screen and (max-width: 576px){
	.woocommerce:not(body) {
		padding: 0px 10px;
	}
	.mobTitle {
		display: block;
	}
	.cartHeader {
		display: none;
	}
	.cartRow {
		grid-template-columns: 1fr 1fr;
		grid-template-rows: 1fr 1fr 1fr;
	}
	.cartRow.cartFooter {
		grid-template-rows: 1fr 1fr;
		margin-bottom: 0px;
	}
	.product-info {
		grid-column: 1 / 2;
		grid-row: 1 / 4;
	}
	.cartRow .product-price, .cartRow .product-quantity, .cartRow .product-subtotal {
		display: flex;
		justify-content: space-evenly;
	}
	.coupon {
		grid-column: span 4;
	}
	.product-subtotal {
		color: #377880;
		font-weight: 700;
	}
	tr.order-total {
		font-size: 18px;
	}
	.page-header .entry-title {
		padding: 0px !important;
	}
	body:not([class*=elementor-page-]) .site-main {
		padding: 0px 20px !important;
	}
}

div#videos {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 30px;
	padding: 0px 20px;
}

.video {
	cursor: pointer;
}

.video * {
	margin: 0px;
}

p.vidLength {
	font-size: 14px;
}

div#videoModal {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: #000000bd;
	z-index: 1000;
}

div#player {
	position: absolute;
	top: 10%;
	left: 25%;
	width: 50%;
	aspect-ratio: 16 / 9;
}

div#player > div {
    max-width: 1000px;
    margin: auto;
}

div#closeModal {
	position: absolute;
	top: 6%;
	left: 73%;
	border-radius: 5px;
}

div#closeModal svg {
	fill: #fff;
	width: 30px;
}

div#closeModal button {
	padding: 0px;
	background-color: transparent;
	border: 0px;
}

div#player > div, div#player > div > div {
	width: 100% !important;
	height: unset !important;
	aspect-ratio: 16 / 9;
}

section#goalsHead {
    font-family: 'Lexend';
    text-align: center;
    display: grid;
    align-items: center;
    justify-items: center;
    padding: 20px 100px;
    margin: 0px 0px 100px 0px;
    background: url(/wp-content/uploads/2025/08/VideoPageBanner.webp);
    height: 300px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

section#videoHead  {
    font-family: 'Lexend';
    text-align: center;
    display: grid;
    align-items: center;
    justify-items: center;
    padding: 20px 100px;
    margin: 0px 0px 100px 0px;
    background: url(/wp-content/uploads/2025/08/weeklyvideo-mobbanner.webp);
    height: 300px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

section#videoHead.how-to  {
    font-family: 'Lexend';
    text-align: center;
    display: grid;
    align-items: center;
    justify-items: center;
    padding: 20px 100px;
    margin: 0px 0px 100px 0px;
    background: url(/wp-content/uploads/2025/08/howtobanner.webp);
    height: 300px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


@media(max-width:767px) {
	section#videoHead {
		background: url(/wp-content/uploads/2025/08/weeklyvideo-mobbanner2.webp);
		background-position: 100%;
	}

section#goalsHead {
		background: url(/wp-content/uploads/2025/08/goalsmobbanner.webp) !important;
		background-position: 100%;
	}
	
	
section#videoHead.how-to {
		background: url(/wp-content/uploads/2025/08/howto-mobbanner.webp);
		background-position: 100%;
	}
	
	
}

section#videoHead > *, section#videoHead.how-to > * {
    grid-row: 1 / 2;
    grid-column: 1 / 2;
}

section#videoHead img, section#goalsHead img {
    object-fit: cover;
    width: 100%;
    max-height: 350px;
    border-radius: 20px;
}

section#goalsHead {
	background-image: url(/wp-content/uploads/2025/07/videobannertest2.webp);
}

section#videoContent {
	font-family: 'Lexend';
	max-width: 1400px;
	margin: auto;
}

div#search {
	display: flex;
	max-width: 650px;
	margin: 0px auto 20px;
	padding: 0px 20px;
}

div#search input:focus-visible {
    outline: 0px;
}

button#search {
    font-family: "Lexend", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    background-color: #7a5971;
    border-radius: 0px;
    padding: 10px 30px 7px 30px;
    border: 0px;
    color: #fff;
}

section#videoHead h1 {
    color: var(--e-global-color-text);
    margin-bottom: 50px;
    margin-right: 0px;
    font-size: 60px;
    font-weight: 600;
    width: 100%;
    font-family: var(--e-global-typography-secondary-font-family), sans-serif;
}

h3.vidTitle {
    color: #333;
    font-family: 'circe';
    margin-bottom: 10px;
    margin-top: 20px;
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 400;
}

div#pagination button.pageBtn {
    border: 0px;
    color: #7A5971;
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-size: var(--e-global-typography-text-font-size);
    font-weight: var(--e-global-typography-text-font-weight);
    line-height: var(--e-global-typography-text-line-height);
}

div#pagination button.pageBtn.active {
	background-color: #7A5971;
	color: #fff;
}

button#prevPage, button#nextPage {
    border: 0px;
    color: #7a5971;
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-size: var(--e-global-typography-text-font-size);
    font-weight: var(--e-global-typography-text-font-weight);
    line-height: var(--e-global-typography-text-line-height);
}

div#pagination button:hover, div#pagination button:active, div#pagination button:focus {
	background-color: #7a59712b;
}

div#pagination {
	display: flex;
	justify-content: center;
	margin: 50px 0px;
}

div#filters {
	margin-bottom: 50px;
	display: flex;
	justify-content: center;
	gap: 10px;
	padding: 0px 20px;
}

div#filters button {
    text-transform: capitalize;
    background-color: #7a5971;
    border-radius: 0px;
    padding: 20px 30px 20px 30px;
    border: 0px;
    font-family: "circe", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 32px;
    color: #fff;
}

div#search input {
	border-radius: 0px;
	border-right: 0px;
}

div#filters button:hover {
	background-color: #95f3ff;
}

div#filters button:hover, button#search:hover {
	background-color: #5C4255;
	color: #fff;
}

div#videoSection, div#videoSection .elementor-widget {
    position: static;
}


span.saving {
    width: fit-content;
    background: #7B5971;
    color: #fff;
    padding: 5px 20px;
    margin-top: 10px;
}

.pmpro_level_description_text {
    font-weight: 700;
    text-decoration: none !important;
}

p.pmpro_level_name_text {
    font-weight: 600;
	font-size: 120%;
	margin-bottom:10px;
}

.divider {
    height: 1px;
    background: #8f8f8f;
    margin: 15px 0px;
}


.savingswrap {
    margin-bottom: 20px;
    margin-top: 10px;
    display: flex
;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    column-gap: 20px;
}

span.oldprice {
    margin-bottom: -10px;
    text-decoration: line-through;
}


@media only screen and (max-width: 1500px){
    div#player {
        left: 10%;
        width: 80%;
    }
    div#closeModal {
        left: 86%;
    }
	section#videoHead, section#videoHead.how-to {
		padding: 0px 20px;
	}
}

@media only screen and (max-width: 1200px){
	div#filters {
		overflow-x: scroll;
		flex-wrap: nowrap;
		justify-content: start;
        scrollbar-width: none;
	}
	div#player {
		top: 1%;
	}
}

@media only screen and (max-width: 992px){
	div#videos {
		grid-template-columns: 1fr 1fr;
	}
}

@media only screen and (max-width: 768px){
	section#videoHead h1, section#videoHead.how-to h1 {
		font-size: 28px;
		margin: 0px;
		max-width: 100%;
		text-align: left;
		padding-right:25%;
	}

	section#videoHead img, section#videoHead.how-to img {
		max-height: 95px;
	}

    section#videoHead, section#videoHead.how-to {
        align-items: center;
        padding: 35px;
        margin-bottom: 50px;
    }
}

@media only screen and (max-width: 750px){
    div#player {
        left: 5%;
        width: 90%;
    }
    div#closeModal {
        left: 91%;
    }
}

@media only screen and (max-width: 576px){
	div#videos {
		grid-template-columns: 1fr;
	}
}