/************************************************
/************************************************

Stylesheet: Global Stylesheet

*************************************************/
/*********************
POSTS & CONTENT STYLES
*********************/
.grid-container,
.live {
	min-height: 93vh;
}

.article-header {
	margin-top: 2rem;
	margin-bottom: 2rem;
}

.page-title .vcard {
	border: 0px;
	padding: 0px;
}

.byline {
	color: #999;
}

.entry-content img {
	max-width: 100%;
	height: auto;
}

.entry-content .alignleft,
.entry-content img.alignleft {
	margin-right: 1.5em;
	display: inline;
	float: left;
}

.entry-content .alignright,
.entry-content img.alignright {
	margin-left: 1.5em;
	display: inline;
	float: right;
}

.entry-content .aligncenter,
.entry-content img.aligncenter {
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
}

.entry-content video,
.entry-content object {
	max-width: 100%;
	height: auto;
}

.entry-content pre {
	background: #eee;
	border: 1px solid #cecece;
	padding: 10px;
}

.wp-caption {
	max-width: 100%;
	background: #eee;
	padding: 5px;
}

.wp-caption img {
	max-width: 100%;
	margin-bottom: 0;
	width: 100%;
}

.wp-caption p.wp-caption-text {
	font-size: 0.85em;
	margin: 4px 0 7px;
	text-align: center;
}

.post-password-form input[type="submit"] {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 1rem 0;
	font-family: inherit;
	padding: 0.85em 1em;
	-webkit-appearance: none;
	border: 1px solid transparent;
	border-radius: 0;
	transition: background-color 0.25s ease-out, color 0.25s ease-out;
	font-size: 0.9rem;
	line-height: 1;
	text-align: center;
	cursor: pointer;
	background-color: #1779ba;
	color: #fefefe;
}

[data-whatinput='mouse'] .post-password-form input[type="submit"] {
	outline: 0;
}

.post-password-form input[type="submit"]:hover,
.post-password-form input[type="submit"]:focus {
	background-color: #14679e;
	color: #fefefe;
}

/*********************
IMAGE GALLERY STYLES
*********************/
.gallery {
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-right: -15px;
	margin-left: -15px;
}

.gallery::before,
.gallery::after {
	content: ' ';
	display: table;
}

.gallery::after {
	clear: both;
}

.gallery.gallery-columns-1 > dl {
	width: 100%;
	float: left;
	padding-right: 0.625rem;
	padding-left: 0.625rem;
}

@media print,
screen and (min-width: 40em) {
	.gallery.gallery-columns-1 > dl {
		padding-right: 0.9375rem;
		padding-left: 0.9375rem;
	}
}

.gallery.gallery-columns-1 > dl:last-child:not(:first-child) {
	float: right;
}

.gallery.gallery-columns-2 > dl {
	width: 50%;
	float: left;
	padding-right: 0.625rem;
	padding-left: 0.625rem;
}

@media print,
screen and (min-width: 40em) {
	.gallery.gallery-columns-2 > dl {
		padding-right: 0.9375rem;
		padding-left: 0.9375rem;
	}
}

.gallery.gallery-columns-2 > dl:last-child:not(:first-child) {
	float: right;
}

.gallery.gallery-columns-3 > dl {
	width: 33.33333%;
	float: left;
	padding-right: 0.625rem;
	padding-left: 0.625rem;
}

@media print,
screen and (min-width: 40em) {
	.gallery.gallery-columns-3 > dl {
		padding-right: 0.9375rem;
		padding-left: 0.9375rem;
	}
}

.gallery.gallery-columns-3 > dl:last-child:not(:first-child) {
	float: right;
}

.gallery.gallery-columns-4 > dl {
	width: 25%;
	float: left;
	padding-right: 0.625rem;
	padding-left: 0.625rem;
}

@media print,
screen and (min-width: 40em) {
	.gallery.gallery-columns-4 > dl {
		padding-right: 0.9375rem;
		padding-left: 0.9375rem;
	}
}

.gallery.gallery-columns-4 > dl:last-child:not(:first-child) {
	float: right;
}

.gallery.gallery-columns-5 > dl {
	width: 20%;
	float: left;
	padding-right: 0.625rem;
	padding-left: 0.625rem;
}

@media print,
screen and (min-width: 40em) {
	.gallery.gallery-columns-5 > dl {
		padding-right: 0.9375rem;
		padding-left: 0.9375rem;
	}
}

.gallery.gallery-columns-5 > dl:last-child:not(:first-child) {
	float: right;
}

.gallery.gallery-columns-6 > dl {
	width: 16.66667%;
	float: left;
	padding-right: 0.625rem;
	padding-left: 0.625rem;
}

@media print,
screen and (min-width: 40em) {
	.gallery.gallery-columns-6 > dl {
		padding-right: 0.9375rem;
		padding-left: 0.9375rem;
	}
}

.gallery.gallery-columns-6 > dl:last-child:not(:first-child) {
	float: right;
}

.gallery.gallery-columns-7 > dl {
	width: 14.28571%;
	float: left;
	padding-right: 0.625rem;
	padding-left: 0.625rem;
}

@media print,
screen and (min-width: 40em) {
	.gallery.gallery-columns-7 > dl {
		padding-right: 0.9375rem;
		padding-left: 0.9375rem;
	}
}

.gallery.gallery-columns-7 > dl:last-child:not(:first-child) {
	float: right;
}

.gallery.gallery-columns-8 > dl {
	width: 12.5%;
	float: left;
	padding-right: 0.625rem;
	padding-left: 0.625rem;
}

@media print,
screen and (min-width: 40em) {
	.gallery.gallery-columns-8 > dl {
		padding-right: 0.9375rem;
		padding-left: 0.9375rem;
	}
}

.gallery.gallery-columns-8 > dl:last-child:not(:first-child) {
	float: right;
}

.gallery dl {
	width: 100%;
	float: left;
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
}

.gallery dl:last-child:not(:first-child) {
	float: right;
}

/*********************
PAGE NAVI STYLES
*********************/
.page-navigation {
	margin-top: 1rem;
}

.off-canvas-wrapper {}

.off-canvas.main-nav {
	background: #1A1A19;
}

.off-canvas.main-nav .accordion-menu li {
	border-bottom: 1px solid #35383A;
}

.off-canvas.main-nav .menu .active > a {
	background: none;
}

.off-canvas.main-nav .accordion-menu a {
	color: #FFF;
}

.off-canvas.main-nav .button.expanded {
	margin-bottom: 0;
}

/*********************
COMMENT STYLES
*********************/
#comments .commentlist {
	margin-left: 0px;
}

#respond ul {
	margin-left: 0px;
}

.commentlist li {
	position: relative;
	clear: both;
	overflow: hidden;
	list-style-type: none;
	margin-bottom: 1.5em;
	padding: 0.7335em 10px;
}

.commentlist li:last-child {
	margin-bottom: 0;
}

.commentlist li ul.children {
	margin: 0;
}

.commentlist li[class*=depth-] {
	margin-top: 1.1em;
}

.commentlist li.depth-1 {
	margin-left: 0;
	margin-top: 0;
}

.commentlist li:not(.depth-1) {
	margin-left: 10px;
	margin-top: 0;
	padding-bottom: 0;
}

.commentlist .vcard {
	margin-left: 50px;
}

.commentlist .vcard cite.fn {
	font-weight: 700;
	font-style: normal;
}

.commentlist .vcard time {
	float: right;
}

.commentlist .vcard time a {
	color: #999;
	text-decoration: none;
}

.commentlist .vcard time a:hover {
	text-decoration: underline;
}

.commentlist .vcard img.avatar {
	position: absolute;
	left: 10px;
	padding: 2px;
	border: 1px solid #cecece;
	background: #fff;
}

.commentlist .comment_content p {
	margin: 0.7335em 0 1.5em;
	font-size: 1em;
	line-height: 1.5em;
}

.commentlist .comment-reply-link {
	float: right;
}

/*********************
COMMENT FORM STYLES
*********************/

/*********************
SIDEBARS & ASIDES
*********************/
.sidebar li {
	list-style: none;
}

.widget ul {
	margin: 0;
}

/*********************
TOP BAR
*********************/
.top-bar a,
.top-bar ul a {
	line-height: inherit;
	color: #000;
	text-decoration: none;
	cursor: pointer;
}

.top-bar .menu .active > a {
	background: none;
	color: #000;
}

.logo a {
	padding: 0 1rem;
}

.logo a img {
	max-width: 140px;
	height: 47px;
}

/*********************
FOOTER STYLES
*********************/
.footer {
	clear: both;
	margin-top: 1em;
}

.footer {
	margin-top: 0px;
	border-top: 1px solid #e6e6e6;
	background: #F0F0F0;
	position: absolute;
	bottom: 0;
	width: 100vw;
}

.footer p {
	margin-bottom: 0;
	text-align: center;
	font-size: .85rem;
}

/*********************
LIVE VIDEO PAGE STYLES
*********************/
.video {
	position: relative
}

.live button:focus {
	outline: none;
	outline-color: none;
	outline-style: none;
	outline-width: none;
}

.live .button.exact {
	position: absolute;
	right: 0
}

.live .button.exact-bottom {
	position: fixed;
	right: 0;
	bottom: 0;
	z-index: 999;
	margin-bottom: 0;
}

@media print,
screen and (max-width: 39em) {
	.live .button.exact-bottom {
		position: fixed;
	}
}

.tabs .js-off-canvas-overlay {
	background: transparent;
}

.live .position-right {
	width: 100%;
}

.position-right {
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
}

.tabs .off-canvas-content.is-open-right.has-transition-push {
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
}

.tabs .off-canvas-absolute {
	background: #fff;
}

.tabs .position-right.is-transition-push {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.live .position-right iframe {
	width: 90%;
	height: 70vh;
	overflow-x: hidden;
	overflow-y: scroll;
}

.live .tabs-content h1,
.live .tabs-content .h1 {
	font-size: 1.5rem;
	line-height: 1.4;
	margin-top: 0;
	margin-bottom: 0.5rem;
	font-weight: 500;
}

.live .tabs-content h2,
.live .tabs-content .h2 {
	font-size: 1.25rem;
	line-height: 1.4;
	margin-top: 0;
	margin-bottom: 0.5rem;
	font-weight: 500;
}

.live .tabs-content h3,
.live .tabs-content .h3 {
	font-size: 1.1875rem;
	line-height: 1.4;
	margin-top: 0;
	margin-bottom: 0.5rem;
	font-weight: 500;
}

.live .tabs-content h4,
.live .tabs-content .h4 {
	font-size: 1.125rem;
	line-height: 1.4;
	margin-top: 0;
	margin-bottom: 0.5rem;
	font-weight: 500;
}

.live .tabs-content h5,
.live .tabs-content .h5 {
	font-size: 1.0625rem;
	line-height: 1.4;
	margin-top: 0;
	margin-bottom: 0.5rem;
	font-weight: 500;
}

.live .tabs-content h6,
.live .tabs-content .h6 {
	font-size: 1rem;
	line-height: 1.4;
	margin-top: 0;
	margin-bottom: 0.5rem;
	font-weight: 500;
}

.live .off-canvas-content {
	height: 100%;
}

.live .tabs {
	background: #f0f0f0;
	border: #fefefe;
}

.live .tabs-panel .section {
	height: calc(100vh - 181px);
	overflow-y: scroll;
}

.live .tabs-panel .section.schedule {
	font-size: 80%;
}

.live .tabs-title > a {
	background: #F0F0F0;
	color: #A58F46;
	outline: none;
}

.live .tabs-title {
	border-right: solid 1px #e6e6e6;
	text-align: center;
	width: 20%
}

.live .tabs-title:first-child {
	border-left: solid 1px #e6e6e6;
}

.live .tabs-title:last-child {
	/** border-right: none; **/
}

.live .tabs-title a {
	padding: 1rem .375rem;
}

.live .tabs-title > a:focus,
.live .tabs-title > a[aria-selected='true'] {
	background: #fefefe;
	color: #D6B858;
}

.live .tabs-title.is-active a {
	background: #fefefe;
	color: #D6B858;
	border-bottom: 0;
}

.live .tabs-title:hover a {
	color: #d6b858;
}

.live .tabs.cell {
	background: #F0F0F0;
	padding-top: 0.9375rem;
}

.live .video {
	background: #000;
	text-align: center;
}

@media print,
screen and (min-width: 64em) {
	.live .video-wrapper {
		height: calc(100vh - 121px);
	}

}

@media print,
screen and (max-width: 64em) {
	.live .content {
		min-height: auto;
	}

	.live .tabs-panel .section {
		height: auto;
		overflow-y: hidden;
	}

	.live .grid-padding-x > .cell.video {
		padding-right: 0;
		padding-left: 0;
	}

	.live .responsive-embed,
	.live .flex-video {
		margin-bottom: 0;
	}
}

.live .accordion-menu a {
	background-color: #D6B858;
	color: #fff;
	border-top: solid 1px #d6b858;
}

.live .accordion-menu a:hover {
	background-color: #d6b858;
	color: #fff;
}

.workshop-leader {
	display: flex;
	align-items: center;
	border-top: solid 1px #e6e6e6;
	padding: 0.9375rem 0;
}

.image {
	display: flex;
	align-items: center;
}

#square {
	width: 100%;
	padding-bottom: 100%;
	position: relative;
}

.image-icon {
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	border-width: 0;
	border-color: #e6e6e6;
	border-style: solid;
	border-radius: 5px;
}

.title-time {
	margin-left: 0.9375rem;
}

.network-name,
.workshop-time {
	display: block;
}

.network-name {
	font-weight: 500;
}

.workshop-time {
	font-size: .8rem;
}

.action .button {
	margin: 0;
	float: right;
}

.network-name {
	font-size: 80%;
}

.workshop-time {
	font-size: 60%;
}

@media print,
screen and (max-width: 39em) {

	.action .button {
		font-size: .5rem;
	}
}

/*********************
VISUAL EDITOR STYLES
*********************/
body#tinymce {
	margin: 20px;
}

/*********************
PLUGIN STYLES
*********************/
.gform_body ul {
	list-style: none outside none;
	margin: 0;
}


.blue .gpoll_ratio_box,
.red .gpoll_ratio_box,
.orange .gpoll_ratio_box,
.green .gpoll_ratio_box {
	background-color: #D6B858 !important;
	color: white;
}

.blue .gpoll_bar_juice,
.red .gpoll_bar_juice,
.orange .gpoll_bar_juice,
.green .gpoll_bar_juice {
	position: relative;
	background-color: #D6B858;
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #D6B858), color-stop(1, #A58F46));
	background-image: -moz-linear-gradient(center bottom, #D6B858 37%, #A58F46 69%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D6B858', endColorstr='#A58F46');
	background-image: -ms-linear-gradient(top, #A58F46 0%, #D6B858 100%);
}

.gform_body [type="radio"]:checked,
.gform_body [type="radio"]:not(:checked) {
	position: absolute;
	left: -9999px;
}

.gform_body [type="radio"]:checked + label,
.gform_body [type="radio"]:not(:checked) + label {
	position: relative;
	padding-left: 28px;
	cursor: pointer;
	line-height: 20px;
	display: inline-block;
	color: #666;
}

.gform_body [type="radio"]:checked + label:before,
.gform_body [type="radio"]:not(:checked) + label:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 18px;
	height: 18px;
	border: 1px solid #ddd;
	border-radius: 100%;
	background: #fff;
}

.gform_body [type="radio"]:checked + label:after,
.gform_body [type="radio"]:not(:checked) + label:after {
	content: '';
	width: 12px;
	height: 12px;
	background: #D6B858;
	position: absolute;
	top: 3px;
	left: 3px;
	border-radius: 100%;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.gform_body [type="radio"]:not(:checked) + label:after {
	opacity: 0;
	-webkit-transform: scale(0);
	transform: scale(0);
}

.gform_body [type="radio"]:checked + label:after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.gform_wrapper .gfield_checkbox li label,
.gform_wrapper .gfield_radio li label {
	padding-left: 28px;
}


/***************
CSS from renew/org
*****************/
.page-title {
	font-family: "MADE Evolve Sans", sans-serif;
	font-weight: 700;
	font-size: 2.625em;
	color: #000;
	letter-spacing: 0.81px;
	line-height: 1.4;
	margin: 0;
	padding: 0;
}

/********************
WOO COMMERCE
*******************/
/* 2 COLUMN SETTINGS */

@media (min-width: 981px) {
  .woocommerce { overflow-y: scroll; overflow-x: hidden}
  .woocommerce:after { clear: both; }
  .woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 { width: 100%; }
  .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 { display: none; }
  .woocommerce .col2-set, .woocommerce-page .col2-set { float:left; width: 48%; }
  #order_review_heading, .woocommerce #order_review, .woocommerce-page #order_review, .woocommerce-page #wc_checkout_add_ons{
    float: left;
    width:48%;
    margin-left: 2%;
    margin-bottom:2rem;
  }
}
.woocommerce-message  {
    border-top-color: #D6B858;
}
.woocommerce-message::before {
	color:#D6B858;
}

.digital-locker .login p, .digital-locker .login label, .digital-locker .login label{
color:#fff;
}
.digital-locker .woocommerce h2 {
	color:#D6B858;
	text-align: center;
}
.digital-locker form .form-row .required, {
	color:#D6B858;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
	font-size: 100%;
	margin: 0;
	line-height: 1;
	cursor: pointer;
	position: relative;
	text-decoration: none;
	overflow: visible;
	padding: .618em 1em;
	font-weight: 700;
	border-radius: 3px;
	left: auto;
	color: #fff;
	background-color: #D6B858;
	border: 0;
	display: inline-block;
	background-image: none;
	box-shadow: none;
	text-shadow: none;
}

.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt:disabled[disabled],
.woocommerce #respond input#submit.alt:disabled[disabled]:hover,
.woocommerce a.button.alt.disabled,
.woocommerce a.button.alt.disabled:hover,
.woocommerce a.button.alt:disabled,
.woocommerce a.button.alt:disabled:hover,
.woocommerce a.button.alt:disabled[disabled],
.woocommerce a.button.alt:disabled[disabled]:hover,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt:disabled[disabled],
.woocommerce button.button.alt:disabled[disabled]:hover,
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt:disabled[disabled],
.woocommerce input.button.alt:disabled[disabled]:hover .woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
	background-color: #D6B858;
	text-decoration: none;
	background-image: none;
	color: #fff;
}

.single.woocommerce thead,
.single.woocommerce tbody,
.single.woocommerce tfoot {
	border: 1px solid #f1f1f1;
	background-color: #f1f1f1;
}

.single.woocommerce .variations .label {
	display: none
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
	background-color: #D6B858;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	font-weight: 500;
}

.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
	background-color: #A58F46;
	color: #fff;

}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
	border-radius: 0;
	font-weight: 500;
}

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

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

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
	position: absolute;
	top: .5em;
	left: .5em;
	font-size: 2em;
	z-index: 9;
	width: 36px;
	height: 36px;
	background: #fff;
	text-indent: -9999px;
	border-radius: 100%;
	box-sizing: content-box;
}

.woocommerce-checkout {
	margin-bottom: 4rem
}


.wc-block-components-button:not(.is-link) {
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	letter-spacing: inherit;
	line-height: inherit;
	text-decoration: inherit;
	text-transform: inherit;
	align-items: center;
	background-color: #D6B858;
	color: #fff;
	display: inline-flex;
	font-weight: 700;
	min-height: 3em;
	justify-content: center;
	line-height: 1;
	padding: 0 1em;
	text-align: center;
	text-decoration: none;
	text-transform: none;
	position: relative;
}

wc-block-components-button:not(.is-link):active,
.wc-block-components-button:not(.is-link):disabled,
.wc-block-components-button:not(.is-link):focus,
.wc-block-components-button:not(.is-link):hover {
	background-color: #A58F46;
	color: #fff;
}

/**
 * My Account
 */



.woocommerce-account .woocommerce-MyAccount-navigation ul {
	padding: 0;
	border-top: 1px solid #eee;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li {
	list-style: none;
	border-bottom: 1px solid #eee;
	padding-bottom: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a:before {
	opacity: 1;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
	padding: 10px 5px;
	display: block;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a:before {
	margin-right: 20px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a:before {
	font-family: 'Font Awesome\ 5 Free';
	content: '\f2bb';
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a:before {
	font-family: 'Font Awesome\ 5 Free';
	content: '\f09d';
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads a:before {
	font-family: 'Font Awesome\ 5 Free';
	content: '\f1c6';
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a:before {
	font-family: 'Font Awesome\ 5 Free';
	content: '\f2bb';
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--payment-methods a:before {
	font-family: 'Font Awesome\ 5 Free';
	content: '\f09d';
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a:before {
	font-family: 'Font Awesome\ 5 Free';
	content: '\f007';
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--my-subscription a:before {
	font-family: 'Font Awesome\ 5 Free';
	content: '\f09d';
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a:before {
	font-family: 'Font Awesome\ 5 Free';
	content: '\f057';
}

.woocommerce-account .woocommerce-MyAccount-content h2 {
	font-size: 25px;
	text-align: center;
	font-weight: 600;
}

.woocommerce-account p.order-again {
	text-align: right;
}

.woocommerce-account .woocommerce-EditAccountForm input[type="submit"] {
	margin-top: 50px;
	float: right;
}

.woocommerce-account .woocommerce {
	background: #fff;
	padding: 3rem 2rem;
	padding: 3rem 2rem;
}

.woocommerce a.remove {
	line-height: 0.7;
	color: #D6B858 !important;
	margin-right: 6px;
	border: solid 1px #D6B858;
}

.woocommerce a.remove:hover {
	color: #fff !important;
	background: #D6B858;
}

.ywcnp_variable_price_html {
	display: none
}

.wc_input_price {
	display: inline-flex
}

.subscription-details {
	display: none;
}

/* Checkbox and Radio buttons */
.woocommerce-grouped-product-list-item__quantity
[type="checkbox"]:not(:checked),
.woocommerce-grouped-product-list-item__quantity [type="checkbox"]:checked {
	position: relative;
	float: right;
	left:   auto;
    border-radius:0; 
    display: inline-block;
    top: 4px;
}

.woocommerce-grouped-product-list-item__quantity input:after {
  content: '';
  display: inline-block;
  background-color: #fff ;
  border: 1px solid #D6B858;
  border-radius: 0;
  cursor: pointer;
  height: 1em;
  line-height: 1;
  left: -2px;
  position: relative;
  top: -1px;
  width: 1em;
  text-align: center;
}

.woocommerce-grouped-product-list-item__quantity input[type="checkbox"]:checked:after {
  content: '\2714';
  background-color: #D6B858;
  border-color: #D6B858;;
  color: white;
  top: -1px;
  position: relative;
}

.woocommerce-grouped-product-list-item__quantity input[type="checkbox"]:checked:after {
  opacity: 1;
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
	position: absolute;
	left: -9999px;
}

[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label {
	position: relative;
	padding-left: 28px;
	cursor: pointer;
	line-height: 20px;
	display: inline-block;
}

[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 18px;
	height: 18px;
	border: 1px solid #D6B858;
	border-radius: 100%;
	background: #fff;
}

[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
	content: '';
	width: 12px;
	height: 12px;
	background: #D6B858;
	position: absolute;
	top: 3px;
	left: 3px;
	border-radius: 100%;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

[type="radio"]:not(:checked) + label:after {
	opacity: 0;
	-webkit-transform: scale(0);
	transform: scale(0);
}

[type="radio"]:checked + label:after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}



[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
	position: absolute;
	left: -9999px;
}

[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
	position: relative;
	padding-left: 1.95em;
	cursor: pointer;
}

/* checkbox aspect */
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 1.25em;
	height: 1.25em;
	background: #fff;
	border: 1px solid #D6B858;
}

/* checked mark aspect */
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
	content: '\2713\0020';
	position: absolute;
	top: 1px;
	left: 1px;
	font-size: 1.3em;
	line-height: 0.8;
	background: #D6B858;
	border: 1px solid #D6B858;
	color: #fff;
	transition: all .2s;
}

/* checked mark aspect changes */
[type="checkbox"]:not(:checked) + label:after {
	opacity: 0;
	transform: scale(0);
}

[type="checkbox"]:checked + label:after {
	opacity: 1;
	transform: scale(1);
}

/* disabled checkbox */
[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
	box-shadow: none;
	border-color: #bbb;
	background-color: #ddd;
}

[type="checkbox"]:disabled:checked + label:after {
	color: #999;
}

[type="checkbox"]:disabled + label {
	color: #aaa;
}

/* accessibility */
[type="checkbox"]:checked:focus + label:before,
[type="checkbox"]:not(:checked):focus + label:before {
	border: 1px solid #D6B858;
}

/* hover style just for information */
label:hover:before {
	border: 1px solid #D6B858!important;
}
/*********
DIGITAL LOCKER
***********/
.digital-locker .page-title {
	margin-bottom: 2rem;
	font-size: 6vw;
	max-width: 20%;
	line-height: 1;
    color:#fff;
}
.digital-locker .page-title:after {
    content: '';
    display: block;
    height: 1px;
    background: #D6B858;
}
.vimeography-gallery {
	width: 100% !important;
}

.vimeography-player-container {
	background: #111;
}

.vimeography-player {
	max-width: 900px;
	float: none;
	margin-left: auto;
	margin-right: auto;
}

.vimeography-thumbnail-container {
	margin: 1rem;
}

.vimeography-description {
	color: #fff!important;
}

.vimeography-paging-text,
h2.vimeography-title {
	color: #fff!important
}

.vimeography-theme-hero {
	padding-bottom: 2rem;
}

.vimeography-title[data-v-72b5d213]:after {
	content: '';
	width: 20%!important;
	min-width: 30px!important;
	height: 1px;
	background-color: #D6B858!important;
	display: block;
	margin: 1rem auto;
}

/*# sourceMappingURL=style.css.map */
