/**
* Theme Name: Pauze
* Template: hello-elementor
* Author: Blaze Media
* Author URI: https://blazemedia.co.uk/
*/

* {
	font-family: 'Lexend';
}

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: #377880;
}

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;
	min-height: 1200px;
	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: #b3cbce;
	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#videoHead {
	font-family: 'Lexend';
	text-align: center;
	display: grid;
	align-items: end;
	justify-items: end;
	padding: 0px 100px;
	margin: 50px auto;
}

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

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

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: #377880;
	border-radius: 0px 100px 100px 0px;
	padding: 10px 30px 7px 30px;
	border: 0px;
	color: #fff;
}

section#videoHead h1 {
    color: #377880;
    margin-bottom: 50px;
    margin-right: 50px;
    font-size: 60px;
    font-weight: 600;
}

h3.vidTitle {
	color: #377880;
}

div#pagination button.pageBtn {
	border: 0px;
	color: #377880;
}

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

button#prevPage, button#nextPage {
	border: 0px;
	color: #377880;
}

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

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 {
	font-family: "Lexend", Sans-serif;
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
	background-color: #377880;
	border-radius: 100px 100px 100px 100px;
	padding: 20px 30px 20px 30px;
	border: 0px;
	color: #fff;
}

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

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

div#filters button:hover, button#search:hover {
	background-color: #b3cbce;
	color: #377880;
}

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

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

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

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

@media only screen and (max-width: 768px){
	section#videoHead h1 {
		font-size: 28px;
		margin: 0px;
		max-width: 50%;
	}

	section#videoHead img {
		max-height: 95px;
	}

	section#videoHead {
		align-items: center;
	}
}

@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;
	}
}