@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//ths-academy.com/wp-content/themes/woodmart/fonts/woodmart-font-1-400.woff2?v=8.3.3") format("woff2");
}

:root {
	--wd-text-font: "Rubik", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(0,0,0);
	--wd-text-font-size: 18px;
	--wd-title-font: "Rubik", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 800;
	--wd-title-transform: uppercase;
	--wd-title-color: 999999;
	--wd-entities-title-font: "Permanent Marker", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 400;
	--wd-entities-title-color: rgb(255,255,255);
	--wd-entities-title-color-hover: ffffff;
	--wd-alternative-font: "Permanent Marker", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Permanent Marker", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 400;
	--wd-widget-title-transform: capitalize;
	--wd-widget-title-color: rgb(43,99,96);
	--wd-widget-title-font-size: 24px;
	--wd-header-el-font: "Rubik", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 500;
	--wd-header-el-transform: capitalize;
	--wd-header-el-font-size: 34px;
	--wd-otl-style: none;
	--wd-primary-color: rgb(43,99,96);
	--wd-alternative-color: rgb(239,239,239);
	--btn-default-font-family: "Permanent Marker", Arial, Helvetica, sans-serif;
	--btn-default-font-weight: 400;
	--btn-default-transform: uppercase;
	--btn-default-bgcolor: rgb(234,183,45);
	--btn-default-bgcolor-hover: rgb(234,183,45);
	--btn-accented-font-family: "Permanent Marker", Arial, Helvetica, sans-serif;
	--btn-accented-font-weight: 400;
	--btn-accented-transform: uppercase;
	--btn-accented-bgcolor: rgb(43,99,96);
	--btn-accented-bgcolor-hover: rgb(43,99,96);
	--wd-form-brd-width: 1px;
	--notices-success-bg: rgb(255,255,255);
	--notices-success-color: rgb(43,99,96);
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
	--wd-link-color: rgb(15,15,15);
	--wd-link-color-hover: rgb(239,239,239);
	--wd-link-decor-style: solid;
	--wd-link-decor-style-hover: solid;
	--wd-link-decor-color: rgb(0,0,0);
	--wd-link-decor-color-hover: rgb(239,239,239);
}
.wd-age-verify-wrap {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
}
.wd-promo-popup-wrap {
	--wd-popup-width: 600px;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 280px;
}
.wd-page-title .wd-page-title-bg img {
	object-fit: cover;
	object-position: center center;
}
.wd-footer {
	background-color: rgb(255,255,255);
	background-image: none;
}
.single-product .wd-page-content {
	background-color: #FAFAFA;
	background-image: none;
}
body, [class*=color-scheme-light], [class*=color-scheme-dark], .wd-search-form[class*="wd-header-search-form"] form.searchform, .wd-el-search .searchform {
	--wd-form-color: rgb(15,15,15);
	--wd-form-placeholder-color: rgb(191,191,191);
	--wd-form-brd-color: rgb(15,15,15);
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}

@media (max-width: 768.98px) {
	:root {
		--wd-text-font-size: 10px;
	}

}
:root{
--wd-container-w: 1280px;
--wd-form-brd-radius: 35px;
--btn-default-color: #fff;
--btn-default-color-hover: #fff;
--btn-accented-color: #333;
--btn-accented-color-hover: #333;
--btn-default-brd-radius: 35px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-accented-brd-radius: 35px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--wd-brd-radius: 0px;
}

@media (min-width: 1280px) {
[data-vc-full-width]:not([data-vc-stretch-content]),
:is(.vc_section, .vc_row).wd-section-stretch {
padding-left: calc((100vw - 1280px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
padding-right: calc((100vw - 1280px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
}
}


.wd-page-title {
background-color: rgb(255,255,255);
}

/* Division */
.vc_custom_1549281707434 .woodmart-google-map-content{
	background-color:rgba(255,255,255,0.73);
	border-style:dotted;
	border-width:1px;
	border-color:#111111;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	border-bottom-right-radius:10px;
	border-bottom-left-radius:10px;
	box-shadow:14px 12px 13px -1px rgba(0,0,0,0.63);
	animation-fill-mode:both;
}

/* Division (onscreen) */
.vc_custom_1549281707434 .woodmart-google-map-content.yp_onscreen{
	animation-duration:1s;
	animation-delay:0s;
	animation-name:spaceInRight;
}

/* Division */
.vc_custom_1549283594757 .woodmart-google-map-content{
	position:relative;
	top:40px;
	background-color:rgba(255,255,255,0.67);
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	border-bottom-right-radius:10px;
	border-bottom-left-radius:10px;
	box-shadow:14px 13px 17px -6px #0c0c0c;
}

/* Day  title */
.wcs-timetable .wcs-row .wcs-day .wcs-day__title{
	background-color:#adc304;
}

/* Modal call */
.wcs-row .wcs-day .wcs-timetable__classes .wcs-class .wcs-modal-call{
	font-weight:700;
	font-size:13px;
}
/* Division */
.vc_custom_1549281707434 .woodmart-google-map-content{
	background-color:rgba(255,255,255,0.73);
	border-style:dotted;
	border-width:1px;
	border-color:#111111;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	border-bottom-right-radius:10px;
	border-bottom-left-radius:10px;
	box-shadow:14px 12px 13px -1px rgba(0,0,0,0.63);
	animation-fill-mode:both;
}

/* Division (onscreen) */
.vc_custom_1549281707434 .woodmart-google-map-content.yp_onscreen{
	animation-duration:1s;
	animation-delay:0s;
	animation-name:spaceInRight;
}

/* Division */
.vc_custom_1549283594757 .woodmart-google-map-content{
	position:relative;
	top:40px;
	background-color:rgba(255,255,255,0.67);
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	border-bottom-right-radius:10px;
	border-bottom-left-radius:10px;
	box-shadow:14px 13px 17px -6px #0c0c0c;
}
/* Column 1/12 */
.tablepress thead .column-1{
	background-color:#b1c903;
	font-weight:600;
	color:#ffffff;
}

/* Column 2/12 */
.tablepress thead .column-2{
	background-color:#b1c903;
	font-weight:600;
	color:#ffffff;
}

/* Column 2/12 */
.tablepress tbody .column-2{
	font-weight:700;
	color:#0c0c0c;
}

.entry-content .wpb_row .vc_column_container .vc_column-inner .wpb_wrapper .wpb_text_column .wpb_wrapper #tablepress-1_wrapper .tablepress tbody tr .column-1{
	border-width:1px !important;
}

.image-choices-field {
    max-width: 100%;
    margin-right: -3%;
}
.image-choices-field .image-choices-choice,
.gform_wrapper .gfield.image-choices-field li.image-choices-choice {
    	display: inline-block;
	position: relative;
	padding: 13px !important;
	overflow: visible;
	margin-bottom: 80px !important;
	border-color: #d8e3ec;
	transition: all 0.3s;
	border-radius: 3px;
	width: 17%;
	margin-right: 3% !important;
}
.image-choices-field .image-choices-choice,
.image-choices-field .image-choices-choice.image-choices-choice-hover {
	background-color: #ffffff;
}
.image-choices-field .image-choices-choice:after {
	content: "\2714" !important;
	width: 40px;
	height: 40px;
	overflow: hidden;
	border-radius: 50%;
	pointer-events: none;
	opacity: 0;
	transition: all .3s;
	text-align: center;
	line-height: 40px;
	color: #fff;
	display: block;
	position: absolute;
	left: 50%;
	top: 60%;
	margin: -20px 0 0 -20px;
	background-color: #333333;
}
.image-choices-field .image-choices-choice.image-choices-choice-other:after {
	top: 70%;
}
.image-choices-field .gfield_label {
	font-size: 1.6em;
	margin-bottom: 1.6em;
	display: block;
}
.image-choices-field .image-choices-choice label,
.gform_wrapper .gfield.image-choices-field li.image-choices-choice label {
	padding: 0 !important;
	display: block;
}
.image-choices-field .image-choices-choice.image-choices-choice-focus label {
    border-color: #00a7f7;
}
.image-choices-field .gfield_radio .image-choices-choice.image-choices-choice-focus.image-choices-choice-selected label {
    border-color: transparent;
}
.image-choices-field .image-choices-choice-image-wrap {
	background-size: cover;
	width: 100%;
	height: auto;
	padding-bottom: 100%;
}
.image-choices-field.image-choices-show-labels .image-choices-choice-text {
	padding: 7px 13px;
	margin: 0;
	position: absolute;
	width: 100%;
	left: 50%;
	transform: translateX(-50%);
	border-radius: 20px;
	bottom: -50px;
	transition: all 0.3s;
}
.image-choices-field.image-choices-show-labels .image-choices-choice-text,
.image-choices-field.image-choices-show-labels .image-choices-choice-price {
	font-size: inherit;
}
.image-choices-field .image-choices-choice.image-choices-choice-selected,
.image-choices-field .image-choices-choice.image-choices-choice-selected.image-choices-choice-hover {
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
	border-color: #333;
	background-color: #ffffff;
}
.image-choices-field .image-choices-choice.image-choices-choice-selected:after {
	color: #fff;
	opacity: 1;
	top: 50%;
}
.image-choices-field .image-choices-choice.image-choices-choice-other.image-choices-choice-selected:after {
	top: 60%;
}
.image-choices-field .image-choices-choice.image-choices-choice-selected .image-choices-choice-text {
	background-color: #333333;
	color: #fff;
}

@media only screen and (max-width: 736px) {

	.image-choices-field .image-choices-choice, 
	.gform_wrapper .gfield.image-choices-field li.image-choices-choice {
		width: 48%;
		margin-right: 2% !important;
	}

}

@media only screen and (max-width: 480px) {

	.image-choices-field .image-choices-choice, 
	.gform_wrapper .gfield.image-choices-field li.image-choices-choice {
		width: 98%;
		margin-right: 2% !important;
	}

}


/* keep it mobile friendly by only applying these styles for larger viewports */
@media only screen and (min-width: 300px) {
 
 body #gform_wrapper_13 { 
  max-width: 100%;
	font-size: 20px;
  margin: 0 auto;
 }
 
 body #gform_wrapper_13 ul li.gfield .ginput_container,
 body #gform_wrapper_13 ul li.gfield .gfield_description,
 body #gform_wrapper_13 div.ginput_complex label,
 body #gform_wrapper_13 input:not([type='radio']):not([type='checkbox']):not([type='submit']), 
 body #gform_wrapper_13 select, 
 body #gform_wrapper_13 textarea { 
  text-align:center;
 }
 
 body #gform_wrapper_13 ul.top_label li.gfield label.gfield_label {
  text-align: center;
  display: block;
 }
   
  body #gform_wrapper_13 .gform_footer,
  body #gform_wrapper_13 .gform_page_footer{
    text-align: center;
  }
 
}

.vc_progress_bar .vc_single_bar .vc_label {
    padding: .6em 1.2em;
    text-transform: uppercase;
    text-shadow: none !important;
    letter-spacing: .2px;
    font-weight: 600;
    font-size: 20px;
}