@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//sacred-vibes.site/wp-content/themes/woodmart/fonts/woodmart-font-1-300.woff2?v=8.3.4") format("woff2");
	font-display:swap;
}

:root {
	--wd-text-font: "Comfortaa", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(22,22,22);
	--wd-text-font-size: 16px;
	--wd-title-font: "Comfortaa", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 500;
	--wd-title-transform: uppercase;
	--wd-title-color: rgb(17,17,17);
	--wd-entities-title-font: "Comfortaa", 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: "Comfortaa", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Comfortaa", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Comfortaa", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 14px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: rgb(216,159,54);
	--wd-alternative-color: rgb(175,140,68);
	--btn-default-bgcolor: rgb(175,140,68);
	--btn-default-bgcolor-hover: rgb(175,152,89);
	--btn-accented-bgcolor: #83b735;
	--btn-accented-bgcolor-hover: #74a32f;
	--wd-form-brd-width: 1px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
	--wd-link-color: rgb(232,195,95);
	--wd-link-color-hover: rgb(232,178,30);
}
.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: 223px;
}
.wd-page-title .wd-page-title-bg img {
	object-fit: cover;
	object-position: center center;
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 5px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 5px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-accented-bottom-active: -1px;
--btn-accented-brd-radius: 0px;
--btn-accented-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .15);
--btn-accented-box-shadow-hover: inset 0 -2px 0 rgba(0, 0, 0, .15);
--wd-brd-radius: 5px;
}

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


.wd-page-title {
background-color: rgb(35,33,31);
}

legend, h1, h2, h3, h4, h5, h6, .title {
	line-height: 1.2;
}

p {
	line-height: 1.3;
}

h1 {
	font-size: 30px;
	font-weight: 600;
}

h2 {
	font-size: 34px;
	font-weight: 600;
}


h3 {
	font-size: 18px;
	font-weight: 600;
}

h4 {
	font-size: 16px;
	line-height: 1.2;
	margin-bottom: 5px;
	font-weight: 600;
}

.entry-title {
	color: #fff;
}

.home h2 {
	font-size: 40px;
	margin-bottom: 40px;
}

.privacy-policy h2 {
	font-size: 28px;
	margin-bottom: 20px;
}

.privacy-policy p {
	font-size: 16px;
	line-height: 1.4;
}

.wd-content-layout {
	padding-top: 0;
}

.block-shadow {
	box-shadow: 10px 10px 30px -3px black;
}

.what-is p {
	color: #111;
}

.human-photo img {
	box-shadow: -10px 10px 15px -14px #6d6a66
}

.name {
	color: #ffffff;
  font-weight: 600;
}

.nickname {
	color: #d9d2bd;
	font-weight: 600;
	font-size: 18px;
}

.name + p {
	color: #d2d2d2;
}


.service-row {
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.service-row .wpb_column {
	width: 45%;
	margin-bottom: 50px;
	border-radius: 5px;
}

.service-text-block {
	padding: 20px;
	background-color: #E7E4DD;
	min-height: 400px;
}

.service-text-block p {
	color: #333;
	font-size: 16px;
	line-height: 1.2;
}

.service-text-block .number {
	font-size: 40px;
	font-weight: 600;
	line-height: 1.2;
	color: #8A6521;
}

.service-text-block .time-session {
	font-size: 18px;
	line-height: 1.2;
	color: #8A6521;
}

.wd-content-layout {
	padding-block: 0;
}

.yoast-breadcrumb .breadcrumb_last {
	color: #d2d2d2;
}

.img-block {
	margin-bottom: 15px;
}

.info-list {
	list-style: none;
	padding: 0;
}

.info-list li {
	margin-bottom: 0;
}

.kriss-main-photo {
	margin-bottom: 0;
}

.kriss-main-text {
	padding: 20px;
}

.kriss-main-text p {
	font-size: 18px;
	color: #202020;
}

.kriss-col-service .vc_column-inner {
	padding: 0;
	border-radius: 5px;
	max-width: 370px;
}

.kriss-col-service .wpb_single_image {
	margin-bottom: 0;
}

.kriss-service-text-block {	
	min-height: 300px;
  padding: 15px;
  margin-bottom: 0;
}

.kriss-service-text-block .card-description strong, .kriss-service-text-block p, .kriss-service-text-block h3, .kriss-service-text-block .info-list {
	color: #292929;
} @media (min-width: 768px) and (max-width: 1024px) {
	.service-row {
	display: flex;
	justify-content: space-around;
	flex-direction: column;
	align-items: center;
}

.service-row .wpb_column {
	width: 95%;
	margin-bottom: 50px;
	border-radius: 5px;
}
}

@media (min-width: 577px) and (max-width: 767px) {
	.service-row {
	display: flex;
	justify-content: space-around;
	flex-direction: column;
	align-items: center;
}

.service-row .wpb_column {
	width: 95%;
	margin-bottom: 50px;
	border-radius: 5px;
}
}

@media (max-width: 576px) {
	.service-row {
	display: flex;
	justify-content: space-around;
	flex-direction: column;
	align-items: center;
}

.service-row .wpb_column {
	width: 95%;
	margin-bottom: 50px;
	border-radius: 5px;
}
}

