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

:root {
	--wd-text-font: "Oxygen", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #767676;
	--wd-text-font-size: 16px;
	--wd-title-font: "PT Sans", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: "PT Sans", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 500;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "PT Sans", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: none;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Oxygen", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 400;
	--wd-header-el-transform: none;
	--wd-header-el-font-size: 14px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: #336799;
	--wd-alternative-color: #336799;
	--btn-default-bgcolor: #336799;
	--btn-default-bgcolor-hover: #336799;
	--btn-accented-bgcolor: #336799;
	--btn-accented-bgcolor-hover: #336799;
	--wd-form-brd-width: 1px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
}
.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: 800px;
}
: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: #ffffff;
	background-image: none;
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}

@media (max-width: 1024px) {
	:root {
		--wd-text-font-size: 14px;
	--wd-header-el-font-size: 13px;
	}

}

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

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

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



html {
	scroll-behavior: smooth;
}
a.scrollToTop {
	bottom: 85px;
}
.delay {
	animation-duration: 1s;
}
.delayOne {
	animation-delay: 0.25s;
}
.delayTwo {
	animation-delay: 0.5s;
}
.delayThree {
	animation-delay: 0.75s;
}
form.wpcf7-form.invalid input {
	margin-bottom: 5px;
}
form.wpcf7-form.invalid .wpcf7-not-valid-tip {
	margin-bottom: 15px;
}
.wpcf7-response-output {
	margin-top: 20px !important;
}
.showTab {
	display: none;
}
@media (max-width: 1024px) {
	html {
		scroll-behavior: unset;
	}
	.hideSm {
		display: none;
	}
	.flexFix {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		align-content: center;
		flex-direction: column;
	}
	.reverse {
		flex-direction: column-reverse;
	}
	.flexFix > div {
		width: 100%;
		padding: 0 5%;
	}
	.flexFix.vc_row-has-fill > .vc_column_container > .vc_column-inner {
		padding-top: 20px !important;
	}
	.flexFix img {
		width: 100%;
		max-width: 500px;
	}
	.flexFix .title-wrapper {
		text-align: center !important;
	}
	.flexFix .title {
		text-align: center;
	}
	.flexFix .text-left {
		text-align: center;
	}
	.flexFix .wpb_single_image.vc_align_left {
		text-align: center;
	}
	.flexFix ul {
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
	}
	.footerFix {
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		align-content: center;
	}
	.footerFix > div {
		width: 100%;
		text-align: center;
		padding: 0 5%;
	}
	.footerFix .wd-title-container {
		text-align: center;
	}
/* 	.footerFix > div div {
		width: 100%;
		text-align: center;
	}
	.footerFix p {
		text-align: center !important;
	} */
	.footerFix .wpb_single_image.vc_align_left {
		text-align: center;
	}
	.footerFix .vc_row.wpb_row.vc_inner.vc_row-fluid {
		margin: 0 !important;
	}
	.mobile-hdr-icon .info-box-content {
		display: none !important;
	}
	.mobile-hdr-icon .box-icon-wrapper {
		margin: 0;
		max-width: 20px;
	}
	.showLg {
		display: none;
	}
	.showTab {
		display: block;
	}
	.whb-column.whb-mobile-right.whb-hidden-lg .wd-button-wrapper.text-left.inline-element {
		max-width: max-content;
		margin: 0;
		padding: 0;
		background: 0 0;
	}
	.whb-column.whb-mobile-right.whb-hidden-lg .wd-button-wrapper.text-left.inline-element a {
		max-width: max-content;
		margin: 0;
		padding: 0 7.5px;
		box-shadow: none !important;
		background: 0 0;
	}
	.whb-column.whb-mobile-right.whb-hidden-lg .wd-button-wrapper.text-left.inline-element a:before {
		font-family: "Font Awesome 5 Free";
		font-weight: 400;
		color: #333;
		font-size: 24px;
	}
	.whb-column.whb-mobile-right.whb-hidden-lg .wd-button-wrapper.text-left.inline-element a.mail:before {
		content: "\f0e0";
	}
	.whb-column.whb-mobile-right.whb-hidden-lg .wd-button-wrapper.text-left.inline-element a.phone:before {
		content: "\f095";
		font-weight: 700;
	}
	.wd-tools-element > a {
		padding: 0 7.5px;
	}
}

	ul.footer-hours{
	  padding-left: 0 !important;
	}

@media (max-width: 1024px) and (min-width: 768px) {
	.flexByTwo > div {
		width: 50%;
		padding: 0 5% 5%;
	}
	.flexByTwo {
		flex-direction: row;
	}
}

/* SITE SPECIFICss */
header ul#menu-primary-menu li a {
	font-size: 15px;
}
div#footer-logo {
	margin-bottom: 0px;
}
div#footer-logo img {
	max-width: 320px;
}
.single-product-page.single-product-content {
	padding: 80px 0;
}
.woocommerce-page .page-title-default {
	background-size: 100% 100%;
	background-position: center center;
	padding: 7.5% 0;
}
.entry-content > .woocommerce {
	padding: 80px 0;
}
@media (max-width: 2000px) {
	.hero-title h1 {
		font-size: calc(32px + 2.75vw) !important;
	}
}
@media (min-width: 2000px) {
	div.whoarewe-row .lb-img {
		position: absolute;
		left: -2.5vw;
		bottom: -2.5vw;
	}
	div.whoarewe-row .rt-img {
		position: absolute;
		right: 0;
		top: 0;
	}
}
@media (max-width: 1200px) {
	header ul#menu-primary-menu li a {
		padding: 0px 5px;
	}
}
@media (max-width: 1024px) {
	.contact-info-row.footerFix .box-title-custom {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
/* 	.footer-section .contact-info-row .wd-info-box .box-icon-wrapper {
		max-width: 100%;
		margin: 0px;
	}
	
	ul.footer-hours {
		max-width: max-content;
		margin: 0 auto;
	}

	ul.footer-hours li span {
		margin: 0 15px;
	}
*/
	
	.footer-section .contact-info-row .footer-hours li,
	.footer-section .contact-info-row .wd-info-box .info-box-inner p{
    max-width: 320px;
    width: 100%;
	}

	
	.promo-banners-row .promo-banner-wrapper {
		max-width: 500px;
		margin: 0 auto 50px;
	}
	.promo-banner .promo-banner-image {
		height: 450px !important;
		object-fit: cover;
	}
	.mobile-cta-icon.phone::before {
		color: #fff !important;
	}
	div.footer-section {
		padding-top: 25% !important;
	}
	.tution--pricing-row-inner > div {
		margin: 15px 0;
	}
}

/* PRE LAUNCH EDITS */
.hdr-text h2 {
	font-size: calc(32px + 2.75vw) !important;
	white-space: nowrap;
}
.logo-col .vc_column-inner {
	padding-top: 0px !important;
}
div.hero-section {
	padding: 2% 0 15%;
}
.vid-col .wpb_content_element {
	margin-bottom: 0px;
}
.site-logo img {
	max-width: 500px;
	width: 100%;
}
.site-logo {
	padding: 0px;
}
.checkList label a {
	color: #336799 !important;
	text-decoration: underline;
}

div.pum-overlay {
	background: rgb(0 0 0 / 75%);
}
div.pum-container {
	padding: 0px !important;
}
.pum-container .box-style-shadow {
	box-shadow: none;
	margin: 0px;
}
.pop-row * {
	color: #333;
	line-height: 1.5;
}
.popmake-close {
	background: #333 !important;
}
.pum-container .box-style-shadow > .info-box-content {
	border: 1px solid #111;
	padding: 25px;
}
.payment-btn {
	opacity: 0.5;
	cursor: default;
	pointer-events: none;
}
.payment-btn.active {
	opacity: 1;
	cursor: pointer;
	pointer-events: auto;
}

/* CALENDAR */
/* Container Spacing */
.em-view-container {
    margin: 40px auto !important;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    color: #333;
}

/* Meta Columns Layout */
.em-item-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    padding: 20px;
    background: #f9f9f9;
    border-radius: 8px;
    border-top: 4px solid var(--default-border, #a8d144);
    margin-bottom: 30px;
}

.em-item-meta-column {
    flex: 1;
    min-width: 250px; /* Forces wrap on small screens */
}

/* Typography & Icons */
.em-item-meta h3 {
    font-size: 1.1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
    color: #555;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
}

.em-item-meta-line {
    display: flex;
    align-items: flex-start;
    margin-bottom: 12px;
    line-height: 1.4;
}

.em-icon {
    margin-right: 12px;
    color: var(--default-border, #a8d144);
    width: 20px;
    text-align: center;
}

/* Add to Calendar Button */
.em-event-add-to-calendar {
    background: #fff;
    border: 1px solid #ccc;
    padding: 8px 15px;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.em-event-add-to-calendar:hover {
    background: #eee;
}

/* Event Content Section */
.em-event-content {
    padding: 20px 0;
    line-height: 1.6;
}

.em-event-content h3 {
    color: #d9534f; /* Alert color for "Closed" text */
    margin-bottom: 20px;
}

.em-event-content ol, .em-event-content ul {
    padding-left: 20px;
    margin-bottom: 20px;
}

/* Map Section */
.em-event-location {
    background: #eee;
    padding: 40px;
    text-align: center;
    border-radius: 8px;
    margin: 20px 0;
    color: #888;
}

/* Booking Section Alert */
.em-event-bookings {
    background: #fff5f5;
    border: 1px dashed #d9534f;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
}

/* --- Mobile Responsiveness --- */
@media (max-width: 768px) {
    .em-item-meta {
        flex-direction: column; /* Stack columns vertically */
        gap: 20px;
    }

    .em-item-meta-column {
        min-width: 100%;
    }

    .em-event-add-to-calendar {
        width: 100%; /* Full width button on mobile */
        text-align: center;
    }
    
    .em-item-header {
        padding: 10px;
    }
}
/* .em-event.em-item {
	display: flex !important;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
.em.em-list .em-item > div {
	width: calc(33% - 20px) !important;
}
span.em-icon.em-icon-ticket {
	position: relative;
	top: 3px;
}
.event-sched,
.em.em-list .em-item .em-item-info .em-item-desc {
	display: none;
}
.em-item-meta-line.em-event-time.em-event-meta-datetime {
	display: none !important;
}
.em.em-list .em-item .em-item-info {
	border-left: 4px solid #336799;
}
.em.pixelbones a {
	color: #181818 !important;
} */
.advance-fix {
	margin-bottom: -150px !important;
	padding-top: 20% !important;
}
.post-single-page.event {
	padding: 6% 0 0;
}
