/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
body.woocommerce-account {
    max-width: 100%;
    overflow-x: hidden;
}

body.woocommerce-account header h1.entry-title {
	padding: 20px 40px;
	background: rgba(255, 255, 255, 0.8);
	/*max-width: 375px;*/
	font-size: 28px !important;
	text-transform: capitalize;
	min-height: 50px;
	align-items: center;
	justify-content: center;
	font-family: Marion, Verdana, Arial, sans-serif;
	display: flex;
}

.woocommerce-account.logged-in .entry-header {
	display: flex;
	align-items: center;
	justify-content: center;
}

.fl-module-video-list .fl-video-list {
	padding: 0 !important;
	margin: 0 !important;
}

.cf:before,
.cf:after {
	content: " ";
	display: table;
}

.cf:after {
	clear: both;
}

.videos-list {
	margin: 0px -9px;
}

.videos-list .woocommerce-info {
	position: sticky;
	top: 0;
	z-index: 1;
	background-color: #000;
	color: #fff;
}

.videos-list .woocommerce-info a {
	color: #fff !important;
	text-decoration: underline !important;
}

body.admin-bar .videos-list .woocommerce-info {
	top: 46px;
}
@media (min-width: 783px) {
	body.admin-bar .videos-list .woocommerce-info {
		top: 32px;
	}
}

.videos-list .woocommerce-info::before {
	display: inline-block !important;
	content: "\e016";
}

.videos-list .videos-list-wrapper {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 20px;
	width: 100%;
}

.videos-list .videos-list-wrapper p {
	margin-bottom: 0;
	width: 100%;
}

.videos-list .videos-list-wrapper p .btn {
	padding: 5px;
	background: #fff;
	border: 1px solid #767676;
	border-radius: 3px;
}

.videos-list .videos-list-wrapper p .btn:hover {
	border-color: #000;
}

.videos-list .video-list-elem {
	display: flex;
	flex-direction: column;
	width: calc(100% / 3 - 13.33px); /* 1/3 minus (gap * 2 per row / 3) */
	text-align: center;
}

.videos-list .video-list-elem .video-list-inner {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	height: 100%;
}

/* video thumb link styles req'd to display w/ flexbox parent */
.videos-list .video-list-elem .video-list-inner > a:not(.category-link) {
	display: block;
	width: 100%;
}

.videos-list .video-list-elem .video-elem-thumb {
	background-color: #c98f7e;
	background-size: cover;
	background-position: center center;
	margin-bottom: 15px;
}

.videos-list .video-list-elem .video-elem-thumb:before {
	content: "";
	display: block;
	padding-top: 65.467625899281%;
}

.videos-list .video-list-elem .video-elem-title,
.videos-list .video-list-elem .video-elem-artist,
.videos-list .video-list-elem .video-elem-date {
	font-family: "Lato", sans-serif;
	line-height: 1.3em;
	/* 	color: black; */
}

.videos-list .video-list-elem .video-elem-btns {
	margin-top: auto;
}

/*
.videos-list .video-list-elem .video-elem-title {
	font-size: 18px;
	font-weight: 900;
}
.videos-list .video-list-elem .video-elem-artist {
	font-size: 14px;
}
.videos-list .video-list-elem .video-elem-date {
	font-size: 16px;
	font-weight: 900;
	text-transform: uppercase;
	color: #c98f7e;
}
*/

.videos-list .video-list-elem .link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.videos-list .video-list-elem.disabled {
	opacity: 0.25;
}

.videos-list .video-list-elem.disabled .link {
	display: none;
}

.videos-list .tcb-workshop-filters {
	display: flex;
	width: 100%;
	margin-bottom: 30px;
}

.videos-list .tcb-workshop-filters ul {
	margin-bottom: 0;
}

.videos-list .tcb-workshop-filters ul li {
	cursor: pointer;
	display: inline-block;
	float: left;
	margin-right: 30px;
}

.videos-list .tcb-workshop-filters ul li.active {
	font-weight: bold;
}

.videos-list .tcb-workshop-filters form {
	position: relative;
	margin-top: 1em;
	margin-left: auto;
}

.videos-list .tcb-workshop-filters form input {
	padding: 0 32px 0 10px;
	border: 1px solid #E0E0E0;
	border-radius: 3px;
	color: #767676;
	font-family: Lato, sans-serif;
	font-size: 1em;
	line-height: 32px;

}

.videos-list .tcb-workshop-filters form button {
	position: absolute;
	top: 1px;
	right: 1px;
	width: 32px;
	height: 32px;
	background: transparent;
	border: 0;
	cursor: pointer;
}

.disabled .video-elem-thumb, .disabled .video-elem-title, .disabled .video-elem-artist, .disabled .video-elem-date {
	opacity: 0.25;
}

/**
TCB box swap CSS
 */
.tcb-acc-dash-wrapper {
	text-transform: uppercase;
	width: 100%;
	float: left;
	text-align: center;
}

.woocommerce-account.logged-in .entry-header {
	background: url("../images/accountdashboardheader.jpg") no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	text-transform: uppercase;
	padding: 10%;
}

.woocommerce-account.logged-in.woocommerce-orders .entry-header,
.woocommerce-account.logged-in.woocommerce-view-order .entry-header {
	background: url("../images/ordersheader.jpg") no-repeat center center;
	background-size: cover;
	height: 1px;
}

.woocommerce-account.logged-in.woocommerce-subscriptions .entry-header,
.woocommerce-account.logged-in.woocommerce-view-subscription .entry-header {
	background: url("../images/subscriptionsheader.jpg") no-repeat center center;
	background-size: cover;
	height: 1px;
}

.woocommerce-account.logged-in.woocommerce-tcn .entry-header {
	background: url("../images/craftersnightheader.jpg") no-repeat center center;
	background-size: cover;
	height: 1px;
}

.tcb-acc-dash-subsection {
	display: flex;
	float: none;
	margin-bottom: 50px;
	width: 100%;
	/*padding-left: 20px;*/
}

.tcb-acc-dash-subsection div {
	float: none;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 80px !important;
	position: relative;
	background-size: cover !important;
}

.tcb-acc-dash-subsection h3 {
	font-size: 19px !important;
	font-weight: bold !important;
	margin-bottom: 0 !important;
	z-index: 1;
}

.tcb-acc-dash-subsection .tcb-acc-dashboard {
	background: url("../images/accountdashboardbtn.jpg") no-repeat center center;
	padding: 2%;
}

.tcb-acc-dash-subsection .tcb-acc-gallery {
	width: 200px;
	background: url("../images/workshopgallerybtn.jpg") no-repeat center center;
	margin-left: 15px;
	padding: 2%;
}

.tcb-acc-dash-subsection .tcb-acc-subscription {
	width: 200px;
	background: url("../images/subscriptionsbtn.jpg") no-repeat center center;
	margin-left: 15px;
	padding: 2%;
}

.tcb-acc-dash-subsection .tcb-acc-orders {
	width: 200px;
	background: url("../images/ordersbtn.jpg") no-repeat center center;
	margin-left: 15px;
	padding: 2%;
}

.tcb-acc-dash-subsection .tcb-acc-crafter-night {
	width: 200px;
	background: url("../images/craftersnightbtn.jpg") no-repeat center center;
	margin-left: 15px;
	padding: 2%;
}

.tcb-current-sub-detail {
	background-color: #fff;
	padding: 30px;
	float: left;
	margin-bottom: 20px;
	display: flex;
	align-items: flex-end;
}

.tcb-current-sub-detail .tcb-sub-detail-left {
	width: 25%;
	float: left;
}

.tcb-current-sub-detail .tcb-sub-detail-left img {
	height: 200px;
	object-fit: cover;
}

.tcb-current-sub-detail .tcb-sub-detail-right {
	width: 70%;
	float: left;
	margin-left: 30px;
}

.tcb-current-sub-detail .tcb-sub-detail-right .upcoming-artist {
	margin-top: 20px;
}

.tcb-current-sub-detail .tcb-sub-detail-right .upcoming-artist a {
	padding: 20px;
	border: 2px solid #000000;
	background-color: #eaccaf;
	color: #000000;
	display: inline-block;
}

.tcb-current-sub-detail .button {
	border: 2px solid #CCC !important;
}

.tcb-current-sub-detail h4 {
	font-weight: bold !important;
}

.tcb-workshop-container h4 {
	text-align: center;
	font-size: 22px;
	display: inline-block;
	margin: auto;
	margin-bottom: 20px;
	color: black;
}

/* Start of Box Swap modal styles */

.tcb-workshop-container {
	text-align: center;
}
/*
.tcb-workshop-container ul.products.columns-3 {
	margin-left: 40px;
}

.tcb-workshop-container .woocommerce ul.products li {
	background-color: white;
	margin-right: 2.1%;
	padding-bottom: 20px;
	float: left;
	position: relative;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	cursor: pointer;
	box-shadow: 0 26px 41px 0 rgba(0, 0, 0, 0.05);
}

.tcb-workshop-container .woocommerce ul.products li:hover, .tcb-workshop-container .woocommerce ul.products li.active {
	outline: solid 2px #000;
}

.tcb-workshop-container .woocommerce ul.products li.active a.button,
.tcb-workshop-container .woocommerce ul.products li a.button:hover {
	background-color: #95603d;
	color: #FFFFFF;
}

.tcb-workshop-container .woocommerce ul.products li a {
	text-decoration: none;
	outline: none;
}

.tcb-workshop-container h2.woocommerce-loop-product__title {
	padding: 10px;
	margin-top: 0 !important;
	font-size: 1.2em;
}

.tcb-workshop-container .woocommerce ul.products li .artist {
	color: #cccccc;
	text-align: center;
	text-transform: uppercase;
	font-style: italic;
	height: 30px;
	display: block;
}

.tcb-workshop-container span.woocommerce-Price-amount.amount {
	color: #757474;
}

.tcb-workshop-container .woocommerce ul.products li.product img {
	width: 100%;
	height: auto;
	display: block;
	margin: 0 0 1em;
	box-shadow: none;
}

.tcb-workshop-container .products .button, .tcb-box-bottom .button {
	background-color: #000000;
	color: #FFFFFF;
	display: block;
	margin: 10px 20px 0;
	font-size: 16px !important;
}

.woocommerce-account #fancybox-content {
	overflow: auto !important;
}

.fancybox-skin {
	background-color: #f5f5f5;
}

.tcb-box-bottom h3 {
	text-transform: uppercase;
	font-style: italic;
}

.tcb-box-bottom a.button:hover {
	background-color: #95603d !important;
}

.tcb-box-bottom a.button {
	background: #000000 !important;
	color: #FFFFFF !important;
	font-size: 16px !important;
	margin-top: 30px !important;
	margin-bottom: 30px !important;
}

.tcb-box-swap-product-item-cont {
	background-color: white;
	padding: 10px 20px 30px;
	margin-top: -7px;
}
*/
/* End of Box Swap modal styles */

.tcb-acc-dash-subsection div:hover .opacity-layer, .tcb-acc-dash-subsection div.active .opacity-layer {
	display: block;
}

.tcb-acc-dash-subsection .opacity-layer {
	position: absolute !important;
	background-color: rgba(255, 255, 255, 0.75);
	z-index: 0;
	top: 0;
	/*bottom: 18px;*/
	left: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
	display: none;
}

.fancybox-inner {
	overflow: auto !important;
}

.tcb-box-bottom.woocommerce {
	padding: 20px;
}

table.subscription_details tbody a.button.disable {
	opacity: 0.4;
	pointer-events: none;
}

.tcb-sub-detail-actions a.skip_disable {
	pointer-events: none;
	opacity: 0.4;
}

.tcb-workshop-loader {
	display: inline-block;
	position: relative;
	width: 50px;
	height: 50px;
	top: 35px;
	left: 50%;
	float: left;
}

.tcb-workshop-loader div {
	box-sizing: border-box;
	display: block;
	position: absolute;
	width: 40px;
	height: 40px;
	margin: 8px;
	border: 4px solid #000000;
	border-radius: 50%;
	animation: tcb-workshop-loader 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
	border-color: #000000 transparent transparent transparent;
}

.tcb-workshop-loader div:nth-child(1) {
	animation-delay: -0.45s;
}

.tcb-workshop-loader div:nth-child(2) {
	animation-delay: -0.3s;
}

.tcb-workshop-loader div:nth-child(3) {
	animation-delay: -0.15s;
}

.tcb-workshop-filters ul {
	padding: 0;
}

.videos-list .tcb-workshop-filters ul li.active, .videos-list .tcb-workshop-filters ul li:hover {
	/* font-weight: bold; */
	/* text-decoration: underline; */
	border-bottom: 4px solid;
	padding-bottom: 10px;
}

.videos-list .tcb-workshop-filters ul li {
	cursor: pointer;
	display: inline-block;
	float: left;
	margin-right: 30px;
	font-size: 20px;
}

.woocommerce-account .woocommerce-loop-product__title {
	height: 4.8rem;
	line-height: 123% !important;
	font-weight: bold !important;
	margin-bottom: 1px !important;
}

.woocommerce-account ul.products li.product {
	height: auto !important;
}

@keyframes tcb-workshop-loader {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

@media (max-width: 768px) {
	.tcb-acc-dash-subsection {
		padding-left: 0;
		display: inline-block;
	}

	.tcb-acc-dash-subsection div {
		width: 100% !important;
		margin-bottom: 20px;
		margin-left: 0 !important;
		padding: 0 !important;
	}

	.tcb-sub-detail-left {
		float: none !important;
		width: 100% !important;
		margin-bottom: 20px;
	}

	.tcb-current-sub-detail .tcb-sub-detail-right {
		width: 100%;
		float: none;
		margin-left: 0;
	}

	.tcb-sub-detail-actions .skip_next {
		margin-top: 5px !important;
	}

	.tcb-workshop-container .woocommerce ul.products li {
		display: block;
		float: none;
		width: 100%;
		margin-bottom: 30px;
	}

	.fancybox-opened .fancybox-skin {
		padding: 15px !important;
	}

	.tcb-current-sub-detail {
		display: block;
		align-items: center;
	}

	.tcb-workshop-container ul.products.columns-3 {
		margin-right: 0;
		padding: 30px;
	}

	.woocommerce-account.logged-in.woocommerce-orders .entry-header,
	.woocommerce-account.logged-in.woocommerce-view-order .entry-header,
	.woocommerce-account.logged-in.woocommerce-subscriptions .entry-header,
	.woocommerce-account.logged-in.woocommerce-view-subscription .entry-header,
	.woocommerce-account.logged-in.woocommerce-tcn .entry-header {
		height: auto;
	}

	.tcb-workshop-container ul.products.columns-3 {
		margin-left: 0;
	}

	.tcb-workshop-loader {
		left: 40%;
	}
}

/** ASOM Section. */
.tcb-asom-section {
	background-color: #fff;
	border: 1px solid #ECECEC;
	margin: 30px auto;
}

.tcb-asom-section.hide-asom .tcb-asom-section-card-container {
	cursor: not-allowed;
	filter: grayscale(1);
	pointer-events: none;
}

.tcb-asom-section-container {
	padding: 30px;
}

.tcb-asom-section-headling-wrapper {
	margin-bottom: 20px;
}

body.woocommerce-account h2.tcb-asom-section-heading {
	font-family: "Lato Light",  sans-serif !important;
	font-size: 26px;
	font-weight: 300;
	line-height: 26px;
	margin-bottom: 10px !important;
	margin-top: 0 !important;
	text-align: left;
}

body.woocommerce-account p.tcb-asom-section-subheading {
	color: #986B49;
	font-family: "Lato",  sans-serif !important;
	font-size: 16px;
	font-weight: 700;
	line-height: 20px;
	margin-bottom: 0 !important;
	margin-top: 0 !important;
	text-align: left;
}

.tcb-asom-section-card-container {
	position: relative;
	width: 100%;
}

.tcb-asom-section-products {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(1, 1fr);
}

.tcb-asom-section-products.disabled {
	cursor: not-allowed;
	filter: grayscale(1);
	pointer-events: none;
}

.tcb-asom-section-product {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}

.tcb-asom-section-product-heading {
	display: flex;
	height: auto;
	margin-bottom: 10px !important;
    flex-direction: column;
    justify-content: flex-start;
}

body.woocommerce-account h3.tcb-asom-section-product-title {
	color: #2C2825;
	font-family: "Lato",  sans-serif !important;
	font-size: 22px;
	font-weight: 500;
	line-height: 28px;
	margin-bottom: 10px !important;
}

body.woocommerce-account p.tcb-asom-section-product-artist {
	color: #986B49;
	font-family: "Lato Light",  sans-serif !important;
	font-weight: 300;
	font-size: 14px;
	line-height: 16px;
	margin-bottom: 20px !important;
	text-transform: uppercase;
}

.tcb-asom-section-product-thumbnail-wrapper {
	height: 0;
    margin-bottom: 30px;
    overflow: hidden;
    padding-top: 87.66%;
    position: relative;
    width: 100%;
}

.tcb-asom-section-product-thumbnail-wrapper::after {
	content: "";
	display: block;
	padding-bottom: 100%;
}

.tcb-asom-section-product-thumbnail {
	height: 100% !important;
    left: 0;
    max-height: 100%;
    max-width: 100% !important;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
}

.tcb-asom-section-product-thumbnail-overlay {
	background: linear-gradient(180deg, rgba(47, 47, 47, 0) 0%, rgba(47, 47, 47, 0.15) 100%);
	box-shadow: 0 3px 6px -5px rgba(0, 0, 0, 0.8);;
	height: 100%;
	position: absolute;
	width: 100%;
}

.tcb-asom-button-wrapper {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	width: 100%;
}

.woocommerce .tcb-asom-button-wrapper a.button {
	border-radius: 3px !important;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 19px;
	margin: 0 5px 15px !important;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	transition: 0.5s;
	vertical-align: middle;
	width: 100%;
}

.woocommerce .tcb-asom-button-wrapper a.tcb-asom-section-select {
	background-color: #986B49;
	border: 1px solid #fff;
	color: #fff;
	min-width: 185px;
}

.woocommerce .tcb-asom-button-wrapper a.button.disabled {
	background-color: #ebe9eb;
	color: #515151;
	pointer-events: none;
}

.woocommerce .tcb-asom-button-wrapper a.tcb-asom-section-select:focus,
.woocommerce .tcb-asom-button-wrapper a.tcb-asom-section-select:hover {
	background-color: rgba(255, 255, 255, 0.8);
	backdrop-filter: blur(30px);
	border: 1px solid #000;
	color: #986B49;
}

.woocommerce .tcb-asom-button-wrapper a.tcb-asom-section-select-learn-more {
	backdrop-filter: blur(30px);
	background-color: rgba(255, 255, 255, 0.8);
	border: 1px solid #000;
	color: #986B49;
}

.woocommerce .tcb-asom-button-wrapper a.tcb-asom-section-select-learn-more:focus,
.woocommerce .tcb-asom-button-wrapper a.tcb-asom-section-select-learn-more:hover {
	background-color: #986B49;
	border: 1px solid #fff;
	color: #fff;
}

.woocommerce .tcb-asom-button-wrapper a.tcb-asom-section-select-learn-more:after {
	content: url("../images/arrow-right.svg");
	height: 5px;
	padding-left: 10px;
	transition: 0.5s;
	width: 20px;
}

.woocommerce .tcb-asom-button-wrapper a.tcb-asom-section-select-learn-more:focus:after,
.woocommerce .tcb-asom-button-wrapper a.tcb-asom-section-select-learn-more:hover:after {
	content: url("../images/arrow-right-white.svg");
}

@media (min-width: 800px) {
	.tcb-asom-section-headling-wrapper {
		margin-bottom: 60px;
	}

	body.woocommerce-account h2.tcb-asom-section-heading {
		font-size: 31px;
		line-height: 36px;
		margin-bottom: 5px !important;
	}

	.tcb-asom-section-products {
		grid-template-columns: repeat(2, 1fr);
	}

	.tcb-asom-section-product-heading {
		height: 100px;
	}

	body.woocommerce-account h3.tcb-asom-section-product-title {
		font-size: 25px;
		line-height: 30px;
	}

	body.woocommerce-account p.tcb-asom-section-product-artist {
		font-size: 16px;
		line-height: 19px;
		margin-top: -5px;
	}
}

@media (min-width: 1024px) {
	.tcb-asom-section-products {
		grid-template-columns: repeat(3, 1fr);
	}

	.woocommerce .tcb-asom-button-wrapper a.button {
		width: auto;
	}

	.tcb-asom-section-product-heading {
		height: 90px;
	}
}
