/*
Theme Name: urbansoul
Theme URI: https://www.urbansouldesign.co.uk/
Author: urbansoul
Author URI: https://www.urbansouldesign.co.uk/
Description: An experimental block theme for designers, developers, and creators.
Text Domain: urbansoul
*/


/* Defaults
---------------------------------------------------------------------------- */

html {
	box-sizing: border-box;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-size: 16px;
	overflow-x: hidden;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}

a,
button,
input:focus,
input[type="button"],
input[type="submit"],
textarea:focus,
.wp-block-button__link {
	transition: all 0.2s ease-in-out;
}

a,
a:focus,
a:hover {
	text-decoration: none;
}

ol,
ul {
	margin: 0;
	padding: 0 0 0 12px;
	list-style-position: inside;
}

b,
strong {
	font-weight: var(--wp--custom--bold-weight);
}

blockquote {
	margin: 0;
}

sup {
	font-size: x-small;
}

/* Styles
--------------------------------------------- */
body {
	background: #fff;
	color: var(--wp--preset--color--dark-grey);
	width: 100%;
	max-width: 100%;
	overflow-x: hidden;
  position: relative;
	font-size: var(--wp--custom--html-font-size);
	font-family: var(--wp--custom--font-family-primary);
}
body.opened {
  overflow: hidden;
}

.editor-styles-wrapper:after{
  display: none;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5rem;
}

ul:not(.sub-menu),
ol:not(.sub-menu) {
	margin: 0 0 1rem 1rem;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul:not(.sub-menu),
li > ol:not(.sub-menu) {
	margin-bottom: 0;
	margin-left: 1.5rem;
}

.entry-content.wp-block-post-content {
	max-width: 100%!important;
	position: relative;
	display: block;
	z-index: 0;
}

.entry-content p a {
	text-decoration: underline;
}
.entry-content p a:focus {
	text-decoration: ;
}

/* .entry-content ul {
	list-style: none;
} */
.entry-content ul li, .entry-content ol li {
	position: relative;
	margin-bottom: 20px;
	margin-left: 28px;
}

.entry-content ul li::marker {
	color: var(--wp--preset--color--blue);
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5rem 1.5rem;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

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

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5rem;
	width: 100%;
}

/* Links
--------------------------------------------- */
a:focus {
	outline: 3px solid;
}

a:hover,
a:active {
	transition: var(--wp--custom--standard-transition);
	color: var(--wp--preset--color--blue);
}

/* Forms
--------------------------------------------- */
.wp-block-cover .frm_fields_container h2:not(.has-text-color) {
	color: var(--wp--preset--color--navy);
}
.frm_style_formidable-style.with_frm_style .form-field {
	margin-bottom: 30px;
}
.frm_fields_container .frm_primary_label,
.with_frm_style .frm_radio label, 
.with_frm_style .frm_checkbox label {
	color: var(--wp--preset--color--navy);
	font-size: var(--wp--preset--font-size--normal);
}
.with_frm_style .frm_inside_container.frm_label_float_top > label {
	top: -10px;
	color: var(--wp--preset--color--white);
	font-size: var(--wp--preset--font-size--normal);
}
.with_frm_style .frm_inside_container > label {
	top: 24px;
	color: var(--wp--preset--color--navy);
	font-size: var(--wp--preset--font-size--normal);
}
.with_frm_style .frm_radio, 
.with_frm_style .frm_checkbox {
	margin-right: 30px;
}
.with_frm_style .frm_radio input[type=radio]:before,
.with_frm_style .frm_checkbox input[type=checkbox]:before {
	box-shadow: inset 10px 10px var(--wp--preset--color--yellow);
}
.frm_style_formidable-style.with_frm_style .frm_submit button {
	background-color: var(--wp--preset--color--yellow)!important;
	border-radius: 0!important;
	color: var(--wp--preset--color--black)!important;
	font-family: var(--wp--custom--font-family-heading)!important;
	font-size: var(--wp--preset--font-size--normal)!important;
	font-weight: var(--wp--custom--bold-weight)!important;
	text-transform: uppercase;
	padding-top: 24px!important;
	padding-right: 24px!important;
	padding-bottom: 24px!important;
	padding-left: 24px!important;
	min-width: 208px;
	border: none!important;
	cursor: pointer;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin: 10px 10px 0 0;
}

.with_frm_style input[type=text],
.with_frm_style input[type=password],
.with_frm_style input[type=email],
.with_frm_style input[type=number],
.with_frm_style input[type=url],
.with_frm_style input[type=tel],
.with_frm_style input[type=file],
.with_frm_style input[type=search],
.with_frm_style textarea {
	padding: 24px!important;
	border-radius: 0!important;
	border: none!important;
	box-shadow: none!important;
	background-color: var(--wp--preset--color--pale-grey)!important;
	font-size: var(--wp--preset--font-size--large)!important;
	margin-bottom: 20px!important;
	color: var(--wp--preset--color--black)!important;
}
.with_frm_style .frm_radio input[type=radio], .with_frm_style .frm_scale input[type=radio], .with_frm_style .frm_checkbox input[type=checkbox] {
	background-color: var(--wp--preset--color--pale-grey)!important;
	border: none!important;
	box-shadow: none!important;
	color: var(--wp--preset--color--black)!important;
}
::placeholder {
	color: var(--wp--preset--color--black);
	opacity: 1;
}
.with_frm_style .frm_required {
	color: var(--wp--preset--color--yellow);
}
#frm_form_5_container .frm_fields_container > div {
	display: flex;
	flex-direction: column;
	margin-bottom: 0;
}
#frm_form_5_container #frm_field_71_container {
	align-self: center;
}
#frm_form_5_container .frm_submit {
	grid-column: span 6 / span 6;
	grid-column-start: 7;
	grid-row-start: 2;
}
#frm_form_5_container.frm_style_formidable-style.with_frm_style .frm_submit button {
	margin: 0;
	width: 100%;
	height: 100%;
	background-color: var(--wp--preset--color--yellow);
	color: var(--wp--preset--color--black);
	text-transform: uppercase;
	background-color: var(--wp--preset--color--yellow);
	border-color: var(--wp--preset--color--yellow);
	border-radius: 0;
	font-family: var(--wp--custom--font-family-heading);
	font-size: var(--wp--preset--font-size--normal);
	font-weight: var(--wp--custom--bold-weight);
	padding-top: 14px;
	padding-right: 14px;
	padding-bottom: 14px;
	padding-left: 14px;
}
@media (max-width: 600px) {
	#frm_form_5_container .frm_submit {
		grid-column-start: 1;
		grid-row-start: 10;
	}		
	#frm_form_5_container #frm_field_71_container {
		margin-bottom: 20px;
	}
	}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Header
--------------------------------------------- */
header {
	display: block;
	z-index: 2;
	width: 100%;
	padding-bottom: 40px;
}
.home header {
	padding-bottom: 0;
}

.wp-block-site-logo {
	margin: 0!important;
}

.home .logo-column, .custom-logo-link img {
	max-width: 190px!important;
}

@media (max-width:600px) {
	.wp-block-column.home-header-column-1 {
		display: none;
	}
	.column-logo .wp-block-spacer {
		height: 40px!important;
	}
		.wp-block-site-logo {
		float: left!important;
	}
	.custom-logo-link img {
		max-width: 90px!important;
	}
	.wp-block-cover.no-featured-image-no-title {
		max-height: 125px;
		min-height: 125px!important;
	}
}

@media(min-width:1150px){
	.home .logo-column, .home .custom-logo-link img {
		max-width: 280px!important;
	}	
}
.home-header .wp-block-columns:first-of-type {
	gap: 0;
}

.home header .wp-block-buttons {
	flex-direction: column;
}
.home header .wp-block-button {
	margin-top: 0;
}
.home header .wp-block-button .wp-block-button__link {
	width: 250px;
}
@media (min-width:768px) {
	.home header .wp-block-buttons {
		flex-direction: row;
	}	
}
header .wp-block-columns {
	flex-wrap: nowrap!important;
}
header .wp-block-cover, header .wp-block-cover-image {
	overflow: inherit;
}
.wp-block-cover.header-cover {
	min-height: 300px!important;
}
.wp-block-cover.header-cover .wp-block-post-title {
	margin: 0!important;
	padding: 0!important;
}

@media(min-width:801px){
	.wp-block-cover.header-cover {
		min-height: 500px!important;
	}	
}
@media(min-width:1025px){
	header{
		position: relative;
	}
	header + * {
		padding-top: 0!important;
	}
}
/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5rem;
	margin-bottom: 1.5rem;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5rem;
	margin-bottom: 1.5rem;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5rem;
}

.has-text-align-center {
	text-align: center;
	display: block!important;
	margin-left: auto!important;
	margin-right: auto!important;
}

/*--------------------------------------------------------------
# Mobile font sizes
--------------------------------------------------------------*/
@media (max-width:960px) {
	.has-xxxxxl-font-size, .wp-block-post-title {
		font-size: var(--wp--preset--font-size--xxxxl) !important;
	}
	.has-xxxxl-font-size {
		font-size: var(--wp--preset--font-size--xxxl) !important;
	}
	.has-xxxl-font-size {
		font-size: var(--wp--preset--font-size--xxl) !important;
	}
	.has-xxl-font-size {
		font-size: var(--wp--preset--font-size--xl) !important;
	}
	.has-xl-font-size {
		font-size: var(--wp--preset--font-size--large) !important;
	}
	.has-large-font-size {
		font-size: var(--wp--preset--font-size--normal) !important;
	}
}
@media (max-width:420px) {
	.has-xxxxxl-font-size, .wp-block-post-title {
		font-size: var(--wp--preset--font-size--xxxl) !important;
	}
	.has-xxxxl-font-size {
		font-size: var(--wp--preset--font-size--xxl) !important;
	}
	.has-xxxl-font-size {
		font-size: var(--wp--preset--font-size--xl) !important;
	}
	.has-xxl-font-size {
		font-size: var(--wp--preset--font-size--large) !important;
	}
	.has-xl-font-size {
		font-size: var(--wp--preset--font-size--normal) !important;
	}
	.has-large-font-size {
		font-size: var(--wp--preset--font-size--normal) !important;
	}
}

/*--------------------------------------------------------------
# Custom
--------------------------------------------------------------*/
.entry-header h1, h1.entry-title, .entry-content > h1, .schema-faq {
	width: 100%;
	max-width: var(--wp--custom--content-size);
	margin: 0 auto;
	position: relative;
	z-index: 1;
	color: var(--wp--preset--color--blue);
	text-align: left;
	padding: 0 6%;
}

.wp-site-blocks .wp-block-post-title {
	color: #fff!important;
	display: block;
}

#wp--skip-link--target {
	padding: 0!important;
	margin: 0!important;
}

.deg90 {
	transform: rotate(90deg);
}

.deg180 {
	transform: rotate(180deg);
}

.deg270 {
	transform: rotate(270deg);
}

.home .video-text {
	margin-top: -220px;
}

.home .video-text .wp-block-column:first-of-type {
	padding: 70px 0;
}

.home .video-text h2 {
	margin-bottom: 0!important;
	margin-top: 0!important;
	padding: 0;
	line-height: 1.4;
}

.home .video-text .wp-block-column:last-of-type .js-modal-btn {
	width: 116px;
	height: 73px;
	background: url(/wp-content/uploads/2023/06/Play-Video.svg) no-repeat;
	background-size: cover;
	cursor: pointer;
	position: relative;
	border: none;
}

.home .video-text .wp-block-column:last-of-type .js-modal-btn:after {
	position: absolute;
	left: 130px;
	top: 8px;
	width: 200px;
	font-size: var(--wp--preset--font-size--xxxl);
	font-weight: var(--wp--custom--bold-weight);
	font-family: var(--wp--custom--font-family-heading);
	content: 'PLAY VIDEO';
}

.home .video-text .wp-block-column:nth-of-type(2) p {
	margin-bottom: 0!important;
}

.modal-video {
	background-color: rgba(0,0,0,0.9)!important;
}

.modal-video-body {
	max-width: 1300px!important;
}

@media(min-width:782px){
	.offset-titles h2 {
		width: 150%;
		margin-left: -50%;
		margin-top: 50px;
		position: relative;
	}
}

/* .ghostkit-carousel-slide .wp-block-cover:before,
.wp-block-post.slick-slide figure:before {
	content: url(images/arrow-black.svg);
	width: 28px;
	height: 28px;
	position: absolute;
	right: -42px;
	top: 14px;
	background-color: var(--wp--preset--color--yellow);
	z-index: 2;
	transition: var(--wp--custom--standard-transition);
	transform: scale(2);
	padding: 2px;
} */

.ghostkit-carousel-slide .wp-block-cover .wp-block-cover__background,
.wp-block-post.slick-slide .wp-block-post-featured-image__overlay,
.ghostkit-carousel-slide img,
.wp-block-post.slick-slide img {
	transition: var(--wp--custom--standard-transition);
	height: 100%!important;
	width: 100%!important;
}

.ghostkit-carousel-slide .wp-block-cover:hover .wp-block-cover__background,
.wp-block-post.slick-slide:hover .wp-block-post-featured-image__overlay {
	opacity: .4;
}

/* .ghostkit-carousel-slide:hover img,
.wp-block-post.slick-slide:hover img {
	width: calc(100% + 10px)!important;
	height: calc(100% + 10px)!important;
} */

.ghostkit-carousel-bullets {
	position: relative;
	margin-top: 25px;
}

.ghostkit-carousel-bullets .swiper-pagination-bullet {
	width: 16px;
	height: 16px;
}

.cta .ghostkit-carousel-bullets .swiper-pagination-bullet:first-of-type {
	margin-left: calc(-50% - 20px);
}

.ghostkit-carousel-arrow {
	width: 50px;
	height: 50px;
	background-color: transparent;
	border-radius: 0;
	opacity: 1;
	box-shadow: none;
}

.ghostkit-carousel-arrow svg {
	width: 50px;
	height: 50px;
}

.our-mission .wp-block-columns .wp-block-column:first-of-type .wp-block-cover {
	width: 100%;
	height: 100%;
}
.wp-block-cover.our-mission .wp-block-cover__inner-container {
	padding: 0!important;
}
@media(max-width: 781px) {
	.our-mission .wp-block-columns .wp-block-column:first-of-type .wp-block-cover {
		height: min-content;
		min-height: auto!important;
	}
	.our-mission .wp-block-columns .wp-block-column:first-of-type .wp-block-image img {
		width: 100%!important;
		height: auto;
	}
	.our-mission .wp-block-columns .wp-block-column:first-of-type .wp-block-cover__image-background {
		width: 100%;
		height: auto;
		display: block;
		position: relative;
	}
	.our-mission .wp-block-columns .wp-block-column:first-of-type .wp-block-cover__image-background:after {
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		content: '';
		background-color: var(--wp--preset--color--yellow);
		opacity: .5;
		content: '';
	}
	.our-mission .wp-block-columns .wp-block-column:first-of-type .wp-block-cover__inner-container {
		position: absolute;
		width: 130px;
		height: 120px;
		left: 50%;
		margin-left: -65px!important;
		padding: 0!important;
	}
}
@media(max-width: 700px) {
	.our-mission .wp-block-columns .wp-block-column:first-of-type .wp-block-cover__inner-container {
		width: 130px;
		height: 120px;
		margin-left: -65px!important;
	}
}
/* Footer
--------------------------------------------- */
footer.wp-block-template-part {
	margin-top: 70px;
}
footer a {
	text-decoration: none;
	color: #fff;
}
footer ul {
	list-style: none;
}
footer figure {
	max-width: 100px;
}
footer .wp-block-heading {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid var(--wp--preset--color--yellow);
	font-weight: 500;
	text-decoration: none!important;
	}

/* Blocks
--------------------------------------------- */
.wp-site-blocks > * + * {
	margin-block-start: 0;
}

body:not(.single-post) .wp-block-post-content > div[class^="wp-block-"]:not(.alignfull),
body:not(.single-post) .wp-block-post-content > ol,
.wp-block-cover .wp-block-cover__inner-container, .header-block,
.wp-block-navigation__responsive-close,
.wp-block-post-content > div[class^="ghostkit-"]:not(.alignfull),
.page-template-default .wp-site-blocks > .wp-block-columns,
body:not(.single-post) .wp-block-post-title,
.wp-site-blocks > div[class^="wp-block-"]:not(.alignfull),
.wp-site-blocks > div:not(.entry-content),
.wp-site-blocks .wp-block-post-content > *:not(.alignfull),
.wp-block-query-title,
.body_map_outer
 {
	max-width: var(--wp--custom--content-size)!important;
	margin-left: auto!important;
	margin-right: auto!important;
	padding: 0 6%!important;
	position: relative;
}

.wp-block-post-content > div {
	margin-top: 0;
	margin-bottom: 0;
	margin-block-start: 0;
	margin-block-end: 0;
}

.wp-block-cover {
	padding: 0;
}

.wp-block-cover.home-hero .wp-block-columns > .wp-block-column:first-of-type img {
	max-height: 750px;
	width: auto;
}

.wp-block-buttons>.wp-block-button {
	margin-top: 30px;
}

.wp-block-button .wp-block-button__link,
#frm_form_5_container.frm_style_formidable-style.with_frm_style .frm_submit button {
	background-size: 200%!important;
	background-position: right bottom!important;
	transition: all .5s ease-out;
	background-repeat: no-repeat!important;
}

.wp-block-button.is-style-outline .wp-block-button__link {
	background-image: linear-gradient(to right, var(--wp--preset--color--yellow) 50%, transparent 50%)!important;
}

.wp-block-button:not(.is-style-outline) .wp-block-button__link,
.frm_style_formidable-style.with_frm_style .frm_submit button {
	background-image: linear-gradient(to right, var(--wp--preset--color--black) 50%, var(--wp--preset--color--yellow) 50%)!important;
	background-color: transparent;
	background-size: 200%!important;
	background-position: right bottom!important;
	transition: all .5s ease-out;
	background-repeat: no-repeat!important;
}

.wp-block-button .wp-block-button__link:hover,
.frm_style_formidable-style.with_frm_style .frm_submit button:hover {
	background-position: left bottom!important;
	color: var(--wp--preset--color--white)!important;
	text-decoration: none!important;
}

.wp-block-button.is-style-outline .wp-block-button__link:hover {
	color: var(--wp--preset--color--black)!important;
	border: 2px solid var(--wp--preset--color--yellow)
}

.wp-block-media-text {
	gap: 30px;
}

.wp-block-quote {
	padding-left: 1rem!important;
	border-left-color: var(--wp--preset--color--yellow);
}

.wp-block-heading a, .wp-block-heading:hover a {
	text-decoration: none;
}

.ghostkit-tabs-buttons {
	gap: 30px;
	border-bottom: 0;
	margin-bottom: 0;
}

.ghostkit-tabs-buttons-item {
	background-color: var(--wp--preset--color--green);
	border-radius: 10px 10px 0 0;
	border: 0;
	color: var(--wp--preset--color--white);
	font-weight: 700;
	padding: 24px;
	min-width: 200px;
	text-align: center;
	opacity: 1;
}

.ghostkit-tabs-buttons-item:hover, .ghostkit-tabs-buttons-item-active {
	opacity: .8;
}

.ghostkit-tabs-buttons-item:nth-of-type(1) {
	background-color: var(--wp--preset--color--pink);
}

.ghostkit-tabs-buttons-item:nth-of-type(2) {
	background-color: var(--wp--preset--color--blue);
}

.ghostkit-tabs-buttons-item:nth-of-type(3) {
	background-color: var(--wp--preset--color--green);
}

.ghostkit-tabs-buttons-item:hover {
	color: var(--wp--preset--color--white);
}

.ghostkit-tabs-content {
	border: 1px solid var(--wp--preset--color--navy);
}

.ghostkit-tabs-content .wp-block-media-text__content {
	padding-top: 80px;
	padding-bottom: 80px;
}

.wp-block-image.aligncenter {
	margin-bottom: 0;
}

.home .wp-block-post-content .wp-block-cover:first-of-type .wp-block-columns:first-of-type {
	gap: 0;
}

.home .wp-block-cover.cat-and-dog .wp-block-cover__inner-container {
	padding: 0;
}

.services-tabs .wp-block-media-text__content figure {
	max-width: 170px;
}

.wp-block-categories-list {
	list-style: none;
}

.wp-block-categories-list li, .wp-block-post-terms a {
	margin: 0 10px 20px 0;
	display: inline-block;
}

.wp-block-categories-list a, .wp-block-post-terms a {
	text-decoration: none;
	background-color: var(--wp--preset--color--grey);
	padding: 2px 10px!important;
	font-weight: var(--wp--custom--bold-weight);
	transition: var(--wp--custom--standard-transition);
}

.wp-block-categories-list a:hover, .wp-block-post-terms a:hover {
	background-color: var(--wp--preset--color--yellow);
	color: var(--wp--preset--color--white);
}

.wp-block-post-terms span {
	display: none;
}

ul.wp-block-social-links {
	margin: 0;
}

.yoast-breadcrumbs {
	margin-bottom: 70px!important;
}

.home .yoast-breadcrumbs {
	display: none;
}

.yoast-breadcrumbs span {
	color: var(--wp--preset--color--orange);
}

.single .post-sidebar {
	flex-shrink: 0;
}

.tax-resource_categories .wp-block-query li {
	overflow: hidden;
	position: relative;
	border: 1px solid var(--wp--preset--color--grey);
	padding: 22px;
}

.tax-resource_categories .wp-block-query li figure {
	max-width: fit-content;
}

.tax-resource_categories .wp-block-query li img {
	object-fit: cover;
	object-position: center;
	width: 100%;
	max-width: fit-content;
	transform: translateX(50%);
	margin-left: -50%;
}

.tax-resource_categories .wp-block-query h2 {
	font-size: var(--wp--preset--font-size--xxl);
	text-decoration: underline;
	margin-bottom: 25px!important;
}

.tax-resource_categories .wp-block-query .wp-block-post-excerpt__more-text a {
	padding: 20px 30px;
	background-color: var(--wp--preset--color--orange);
	color: var(--wp--preset--color--white);
	font-size: 1.2rem;
	font-weight: var(--wp--custom--bold-weight);
	transition: var(--wp--custom--standard-transition);
	text-decoration: none;
	display: flex;
	width: 155px;
	align-items: center;
	gap: 30px;
	margin-top: 30px;
	position: relative;
}
.tax-resource_categories .wp-block-query .wp-block-post-excerpt__more-text a:hover {
	background-color: var(--wp--preset--color--black);
	color: var(--wp--preset--color--white);
	text-decoration: none;
}
.tax-resource_categories .wp-block-query .wp-block-post-excerpt__more-text a img {
	width: 10.6px;
	height: 21.19px;
	position: absolute;
	right: 30px;
}

.slick-posts .wp-block-post-template li {
	position: relative;
	margin: 0;
	display: flex;
}
.slick-posts .wp-block-post-template li figure {
	margin: 0;
}
.slick-posts .wp-block-post-template h3 {
	font-size: var(--wp--preset--font-size--normal)!important;
	display: block!important;
	position: absolute;
	bottom: 20px;
	left: 20px;
	text-shadow: 0 0 6px var(--wp--preset--color--black);
	text-transform: uppercase;
	word-break: keep-all;
}
.slick-posts .wp-block-post-template h3 a {
	color: #fff;
	text-decoration: none;
	word-break: break-word;
	max-width: calc(100% - 40px)!important;
}
.slick-posts .slick-dots {
	text-align: center;
	display: flex;
	align-items: center;
	place-content: center;
	gap: 14px;
}
.slick-posts .slick-dots button {
	appearance: none;
	border: 1px solid var(--wp--preset--color--black);
	background-color: var(--wp--preset--color--black);
	border-radius: 30px;
	color: var(--wp--preset--color--black);
	width: 20px;
	height: 20px;
}
.slick-posts .slick-dots .slick-active button {
background-color: var(--wp--preset--color--yellow);
color: var(--wp--preset--color--yellow)
}
.slick-posts .slick-arrow {
	position: absolute;
	top: calc( 50% - 25px );
	bottom: calc( 50% - 25px );
	margin-top: 0;
	width: 50px;
	height: 50px;
	cursor: pointer;
	z-index: 1;
}
.slick-posts .slick-arrow svg {
	width: 100%;
	height: 100%;
}
.slick-posts .slick-arrow-prev {
	left: 20px;
}
.slick-posts .slick-arrow-next {
	right: 20px;
}
.wp-block-columns {
	gap: var(--wp--custom--large-gap);
}

.blog .wp-block-categories-list {
	position: absolute;
	left: 20px;
	top: 20px;
}

.blog .wp-site-blocks .wp-block-post {
	border: 1px solid var(--wp--preset--color--black);
	position: relative;
	min-width: 0;
}

.blog .wp-site-blocks .wp-block-post-featured-image {
	height: 250px;
	max-width: 100%;
}

.blog .wp-site-blocks .wp-block-post-featured-image img {
	filter: saturate(.3);
	transition: var(--wp--custom--standard-transition);
}

.blog .wp-site-blocks .wp-block-post-featured-image:hover img {
	filter: saturate(1);
}

.blog .wp-site-blocks .wp-block-post-title {
	margin: 0!important;
	padding: 0;
}

.blog .wp-site-blocks .wp-block-post-title a {
	color: var(--wp--preset--color--black)!important;
	text-transform: uppercase;
	text-decoration: none;
}

.blog .wp-block-post .wp-block-post-terms {
	position: absolute;
	top: 0;
	left: 0;
}

.blog .wp-block-categories-list a, .blog .wp-block-post-terms a, .wp-block-post-terms a {
	background-color: var(--wp--preset--color--yellow);	
	color: var(--wp--preset--color--black);
}

.blog .wp-block-post h2,
.blog .wp-block-post .wp-block-post-excerpt {
	padding: 0 20px!important;
}

.wp-block-query-pagination a.page-numbers {
	background-color: var(--wp--preset--color--black);
	padding: 5px 15px;
	color: #fff;
	text-decoration: none;
}

.wp-block-query-pagination a.page-numbers:hover {
	color: var(--wp--preset--color--black);
	background-color: var(--wp--preset--color--yellow);
}

.wp-block-query-pagination span.page-numbers:not(.dots),
.wp-block-query-pagination .wp-block-query-pagination-next,
.wp-block-query-pagination .wp-block-query-pagination-previous {
	padding: 5px 15px;
	background-color: var(--wp--preset--color--yellow);
	color: var(--wp--preset--color--black);
	text-decoration: none;
}

.wp-block-query-pagination span.page-numbers:not(.dots):hover,
.wp-block-query-pagination .wp-block-query-pagination-next:hover,
.wp-block-query-pagination .wp-block-query-pagination-previous:hover {
	color: var(--wp--preset--color--yellow);
	background-color: var(--wp--preset--color--black);
}

.wp-block-cover.posts-carousel .wp-block-cover__inner-container {
	margin: 0;
	padding: 0!important;
	max-width: calc(100% - 40px)!important;
}

.wp-block-cover.posts-carousel .wp-block-cover__inner-container .psac-post-carousel-wrp {
	max-width: 100%!important;
	margin: 0!important;
}

.wp-block-cover.posts-carousel .psac-post-carousel-wrp h2 {
	font-size: var(--wp--preset--font-size--normal)!important;
}

.psac-post-carousel.psac-design-1 .psac-post-title {
	line-height: 1.4;
}

.psac-slider-and-carousel .owl-nav {
	margin-top: -35px;
}

.psac-slider-and-carousel .owl-nav .owl-next, .psac-slider-and-carousel .owl-nav .owl-prev {
	display: inline-block;
	text-align: center !important;
	background: transparent;
	color: #fff;
	border: none;
	line-height: 1 !important;
	font-size: 70px;
	padding: 2px 15px 4px 15px !important;
	border-radius: 0px;
	box-shadow: none;
	-moz-transition: all 0.5s ease-out 0s;
	-ms-transition: all 0.5s ease-out 0s;
	-o-transition: all 0.5s ease-out 0s;
	transition: all 0.5s ease-out 0s;
	height: 50px;
}

.psac-slider-and-carousel .owl-nav .owl-next span, .psac-slider-and-carousel .owl-nav .owl-prev span {
	height: 50px;
	display: block;
	margin-top: -18px;
}

.psac-slider-and-carousel .owl-nav .owl-next:hover, .psac-slider-and-carousel .owl-nav .owl-prev:hover, .psac-slider-and-carousel .owl-nav .owl-next:focus, .psac-slider-and-carousel .owl-nav .owl-prev:focus {
	background: var(--wp--preset--color--yellow);
	color: #fff;
	border-color: var(--wp--preset--color--yellow);
}

@media(min-width:782px){
	.news-item-wrapper {
		flex-basis: calc(50% - 15px);
	}	
}

@media(max-width:720px) {
	.home .ghostkit-tabs-buttons {
		gap: 0;
	}
	.home .ghostkit-tabs-buttons a {
		width: 100%;
		border-radius: 0;
		padding: 16px;
	}
}

/*--------------------------------------------------------------
# Google Reviews
--------------------------------------------------------------*/
.gmbrr.dark.mustard .heading {
	color: var(--wp--preset--color--yellow);
}
.gmbrr.mustard .heading,
.gmbrr.mustard .listing .rating,
.gmbrr.mustard .listing a,
.gmbrr.mustard .rating,
.gmbrr.mustard .rating .star,
.gmbrr.mustard a {
	color: var(--wp--preset--color--yellow);
}
.gmbrr.dark.mustard .listing .rating,
.gmbrr.dark.mustard .listing a,
.gmbrr.dark.mustard .rating,
.gmbrr.dark.mustard .rating .star,
.gmbrr.dark.mustard a {
	color: var(--wp--preset--color--yellow);
}
.gmbrr.dark.mustard .count,
.gmbrr.dark.mustard .date,
.gmbrr.dark.mustard .relative-time-description,
.gmbrr.dark.mustard .vicinity,
.gmbrr.mustard .count,
.gmbrr.mustard .date,
.gmbrr.mustard .relative-time-description,
.gmbrr.mustard .vicinity {
	color: #c1bfb6;
}
.gmbrr.mustard .listing .rating .not,
.gmbrr.mustard .rating .all-stars,
.gmbrr.mustard .star.gray {
	color: rgba(199, 193, 172, 0.4);
}
.gmbrr.dark.mustard .listing .rating .not,
.gmbrr.dark.mustard .rating .all-stars,
.gmbrr.dark.mustard .star.gray {
	color: rgba(199, 193, 172, 0.3);
}
.gmbrr.tile.mustard .listing li {
	box-shadow: 0 0 0 2px var(--wp--preset--color--yellow) inset, 0 4px 2px 1px rgba(128, 128, 128, 0.1);
}
.gmbrr.dark.tile.mustard .listing li {
	box-shadow: 0 0 0 2px var(--wp--preset--color--yellow) inset, 0 4px 2px 1px rgba(196, 196, 196, 0.05);
}
.gmbrr.bubble.mustard .listing .text {
	box-shadow: 0 0 0 2px var(--wp--preset--color--yellow) inset;
}
.gmbrr.carousel.mustard .navigation .bullet a {
	border-color: var(--wp--preset--color--yellow);
}
.gmbrr.dark.carousel.mustard .navigation .bullet a {
	border-color: var(--wp--preset--color--yellow);
}
.gmbrr.carousel.bullet-solid.mustard .navigation .bullet a {
	border-color: rgba(229, 195, 71, 0.45);
	box-shadow: 0 0 0 0.8rem rgba(229, 195, 71, 0.45) inset;
}
.gmbrr.carousel.mustard .navigation .bullet a:hover {
	border-color: var(--wp--preset--color--yellow);
	box-shadow: 0 0 0 0.8rem var(--wp--preset--color--yellow) inset;
}
.gmbrr.carousel.mustard .navigation .current.bullet a,
.gmbrr.carousel.mustard .navigation .current.bullet a:hover {
	box-shadow: 0 0 0 0.8rem var(--wp--preset--color--yellow) inset;
	background-color: var(--wp--preset--color--yellow);
}
.gmbrr.carousel.bullet-solid.mustard .navigation .bullet a:hover {
	box-shadow: 0 0 0 0.8rem var(--wp--preset--color--yellow) inset;
}
.gmbrr.carousel.bullet-symbol.mustard .navigation .bullet a {
	color: rgba(229, 195, 71, 0.4);
	background-color: inherit;
	box-shadow: none;
}
.gmbrr.carousel.bullet-symbol.mustard .navigation .bullet a:hover,
.gmbrr.carousel.bullet-symbol.mustard .navigation .bullet.current a,
.gmbrr.carousel.bullet-symbol.mustard .navigation .bullet.current a:hover {
	color: var(--wp--preset--color--yellow);
	background-color: inherit;
	box-shadow: none;
}
.gmbrr.dark.bubble.mustard .listing .text {
	box-shadow: 0 0 0 2px var(--wp--preset--color--yellow) inset;
}
.gmbrr.bubble.mustard .listing .arrow.arrow-up,
.gmbrr.bubble.fill.mustard .listing .text::before,
.gmbrr.bubble.mustard .listing .text::before {
	border-top-color: transparent;
	border-bottom-color: var(--wp--preset--color--yellow);
}
.gmbrr.dark.bubble.mustard .listing .arrow.arrow-up,
.gmbrr.dark.bubble.fill.mustard .listing .text::before,
.gmbrr.dark.bubble.mustard .listing .text::before {
	border-top-color: transparent;
	border-bottom-color: var(--wp--preset--color--yellow);
}
.gmbrr.bubble.mustard .listing .arrow.arrow-down,
.gmbrr.bubble.fill.mustard .listing .text-first .text::after,
.gmbrr.bubble.mustard .listing .text-first .text::after {
	border-top-color: var(--wp--preset--color--yellow);
	border-bottom-color: transparent;
}
.gmbrr.dark.bubble.mustard .listing .arrow.arrow-down,
.gmbrr.dark.bubble.fill.mustard .listing .text-first .text::after,
.gmbrr.dark.bubble.mustard .listing .text-first .text::after {
	border-top-color: var(--wp--preset--color--yellow);
	border-bottom-color: transparent;
}
.gmbrr.bubble.fill.mustard .listing .text {
	background-color: var(--wp--preset--color--yellow);
}
.gmbrr.dark.bubble.fill.mustard .listing .text {
	background-color: var(--wp--preset--color--yellow);
}


/*--------------------------------------------------------------
# Ajax Load More
--------------------------------------------------------------*/
.alm-reveal {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}

.news-item-wrapper {
	position: relative;
	border: 1px solid var(--wp--preset--color--grey);
	padding: 22px;
}

.news-item-wrapper .news-tag {
	position: absolute;
	top: 47px;
	right: 47px;
	background-color: var(--wp--preset--color--white);
	color: var(--wp--preset--color--dark-grey);
	font-size: 1.2rem;
	font-weight: var(--wp--custom--bold-weight);
	padding: 5px 10px;
}

.news-item-wrapper .news-item-title {
	font-size: var(--wp--preset--font-size--xxl);
	text-decoration: underline;
	margin-bottom: 25px!important;
}

.news-item-date {
	margin-bottom: 38px!important;
}

.news-item-link {
	padding: 15px 30px;
	background-color: var(--wp--preset--color--orange);
	color: var(--wp--preset--color--white);
	font-size: 1.2rem;
	font-weight: var(--wp--custom--bold-weight);
	transition: var(--wp--custom--standard-transition);
	text-decoration: none;
	display: flex;
	width: 155px;
	align-items: center;
	gap: 30px;
	margin-top: 30px;
}
.news-item-link:hover {
	background-color: var(--wp--preset--color--black);
	color: var(--wp--preset--color--white);
	text-decoration: none;
}
.news-item-link img {
	width: 10.6px;
	height: 21.19px;
}


@media(min-width:782px){
	.news-item-wrapper {
		flex-basis: calc(50% - 15px);
	}	
}

/*--------------------------------------------------------------
# Body map
--------------------------------------------------------------*/
.body_map_outer {
	text-align: center;
}
.body_map {
  position: relative;
  width: 125px;
  display: inline-block;
  vertical-align: top;
}
.body_map img {
  width: 100%;
}
.body_part {
  position: absolute;
  width: 30px;
  height: 30px;
  text-align: center;
  -webkit-animation: bodypulse 2s ease-in-out infinite;
  animation: bodypulse 4s ease-in-out infinite;
}
.body-map-descriptions {
  background-color: #fff;
}

.criteria-title {
  display: inline-block;
  width: 100%;
}

.criteria-description {
  display: inline-block;
  width: 100%;
  top: 0;
}

.body_map .criteria-number {
  background-color: transparent;
  position: absolute;
  left: 0;
  top: -5px;
  width: 100%;
  font-size: 1rem;
}

.body_map_text {
  position: relative;
  top: 10%;
  width: 100%;
  background-color: #fff;
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.body_map_text .criteria-description {
  display: none;
}
.body_map_text .criteria-description .block{
  border: 2px solid #000;
  margin-bottom: 20px;
}
.body_map_text .criteria-description h4 {
  margin: 0;
  padding: 10px;
  background-color: #000;
  color: var(--wp--preset--color--yellow);
  font-size: 1.1rem;
}
.body_map_text .criteria-description ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.body_map_text .criteria-description li {
  margin-bottom: 5px;
}
.body_map_text .criteria-description a {
  display: block;
  padding: 10px;
  text-decoration: none;
  font-size: 1rem;
  line-height: 1.3;
}
.body_map_text .criteria-description .img {
  display: inline-block;
  vertical-align: top;
  width: 45px;
}
.body_map_text .criteria-description .file {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 45px);
}
.body_map_text .criteria-description li img {
  height: 35px;
  width: 35px;
  margin-right: 10px;
}
@media (min-width:511px) {
  .body_map_text {
    width: 280px;
    margin-left: 25px;
  }
}
@media (min-width:800px) {
  .body_map {
    width: 200px;
  }
  .body_part {
    width: 60px;
    height: 60px;
  }  
  .body_map .criteria-number {
    left: 0;
    top: 6px;
    font-size: 1.4rem;
  }
  .body_map_text {
    width: 300px;
  }
  .body_map_text .criteria-description h4 {
    font-size: 1.2rem;
  }
  .body_map_text .criteria-description a {
    font-size: 1.15rem;
  }
  .body_map_text .criteria-description.left {
    left: calc(-100% - 120px);
  }
}
@-webkit-keyframes bodypulse {
  0% {
      -webkit-transform: scale(1);
      opacity: 0.8
  }

  50% {
    -webkit-transform: scale(1.1);
    opacity: 1
  }

  100% {
      -webkit-transform: scale(1);
      opacity: 0.8
  }
}

@keyframes bodypulse {
  0% {
      transform: scale(1);
      opacity: 0.8
  }

  50% {
      opacity: 1;
      transform: scale(1.1);
  }

  100% {
      transform: scale(1);
      opacity: 0.8
  }
}
.workfit-form {
  padding: 40px;
}
#frm_form_7_container.with_frm_style .vertical_radio .frm_checkbox label{
  padding-left: 0;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team-grid-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.team-grid-wrapper .team-member-image-wrapper {
  width: 100%;
}
.team-member-image-wrapper {
  position: relative;
  z-index: 1;
  display: inline-block;
  overflow: hidden;
  width: 100%;
  margin-bottom: 2%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  text-decoration: none;
}
.team-member-image-wrapper ~ img {
  height: auto;
  width: 100%;
  max-width: 400px;
  vertical-align: top;
}

.team-name {
  margin-bottom: 5px;
  color: var(--wp--preset--color--black);
}

.team-title {
  color: #a7a7a7;
}

.intro {
  width: 100%;
  margin-bottom: 50px;
  font-size: 1.5rem;
  line-height: 2rem;
}

.team-modal-wrapper {
  width: 100%;
  min-height: 100vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: var(--wp--preset--color--black);
  margin-top: 83px;
}
.single-team .team-modal-wrapper p {
  color: #fff;
}
.white {
  color: #fff;
}

.team-text-wrapper {
  display: inline-block;
  width: 67%;
}

.team-text-wrapper.vertical-align-top {
  width: 100%;
}

.team-text {
  color: #fff;
}

.team-modal.bio-wrapper {
  display: inline-block;
  padding-left: 5%;
  width: 47%;
  vertical-align: top;
}

.team-modal.team-name {
  color: var(--wp--preset--color--yellow);
  font-size: 2rem;
}

.team-modal.team-image-wrapper {
  margin-top: 1px;
  margin-bottom: 50px;
}

.team-modal.team-quote {
  margin-top: 30px;
  margin-bottom: 30px;
  padding-left: 0px;
  border-left-style: none;
  color: #fff;
  font-size: 1.7rem;
  line-height: 130%;
  font-weight: 400;
  text-transform: none;
}

.team-modal.list-heading {
  color: var(--wp--preset--color--yellow);
}

.team-service-li {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 3px 9px;
  border: 1px solid var(--wp--preset--color--yellow);
  color: #fff;
  font-size: 0.8rem;
}

.modal-close-wrapper {
  position: absolute;
  top: 120px;
  right: 0px;
  width: 0px;
  height: 60px;
  padding: 11px;
  cursor: pointer;
}


.block-hover-wrapper {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 50px;
	height: 50px;
	background-color: var(--wp--preset--color--yellow);
	-webkit-transform: translate(100%, 0px);
	-ms-transform: translate(100%, 0px);
	transform: translate(100%, 0px);
	transition: all 300ms ease;
}

.block-hover-wrapper:before {
	content: url(images/right-arrow.svg);
	display: block;
	position: absolute;
	font-size: 20px;
	transform: translateY(-50%) translateX(-50%);
	top: 50%;
	left: 50%;
	width: 30px;
	height: 30px;
}

.team-member-image-wrapper:hover .block-hover-wrapper, .service-slide:hover .block-hover-wrapper, .expert-service:hover .block-hover-wrapper, .latest-news-grid:hover .block-hover-wrapper,  .latest-workshop-grid:hover .block-hover-wrapper {
transform: translate(0%, 0px);
	transition: all 300ms ease;
}

@media (min-width: 600px) {
	.single-team .wp-site-blocks .wp-block-columns.single-team-wrapper {
		max-width: 80%!important;
		margin: 0 auto;
		gap: 0;
	}	
}

@media (min-width: 769px) {	
	.team-grid-wrapper .team-member-image-wrapper {
		width: 31%;
	}
}


.single-team .wp-site-blocks {
	background-color: var(--wp--preset--color--black);
}

.single-team .wp-site-blocks h1.wp-block-post-title {
	padding: 0!important;
	color: var(--wp--preset--color--yellow)!important;
}

.single-team .wp-site-blocks .wp-block-columns.single-team-wrapper p {
	padding: 0;
	color: #fff;
	padding-left: 0!important;
	padding-right: 0!important;
}

.team-bio-wrapper {
  padding: 20px 0px;
}

/*--------------------------------------------------------------
# FAQs
--------------------------------------------------------------*/

.faq-section-title {
  margin-bottom: 15px;
}

.faq-question-wrapper, .schema-faq-section {
  position: relative;
  width: 100%;
  margin-top: 5px;

}
.ghostkit-accordion-item a.ghostkit-accordion-item-heading, .ghostkit-accordion-item .ghostkit-accordion-item-heading>a {
	padding: 0;
}
.ghostkit-accordion-item {
	margin-bottom: 10px;
}
.faq-title, .schema-faq-question, .ghostkit-accordion-item-heading {
	margin-bottom: 0px;
	color: var(--wp--preset--color--black);
	text-decoration: none;
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 1rem;
	line-height: 120%;
	font-weight: 600;
	text-transform: uppercase;
	padding: 22px 40px 22px 15px;
	background-color: #f5f5f5;
	display: block;
	position: relative;
	cursor: pointer;
}

.schema-faq-answer {
  margin-bottom: 5px;
  padding: 15px;
  display: none;
}
.faq-title-wrapper{
  width: 100%;
  text-decoration: none;
}

.faq-intro-wrapper {
  margin-bottom: 30px;
  text-align: center;
}

.faq-title-wrapper:after, .schema-faq-question:after{
	content: url(images/right-arrow.svg);
	display: block;
	position: absolute;
	font-size: 20px;
	transform: rotate(90deg) translateX(-50%);
	top: 50%;
	right: 20px;
	width: 24px;
	height: 24px;
	transition: transform 100ms linear;
	}

	.question:after {
	content: "\e603";
			font-family: 'webflow-icons';
			speak: none;
			font-style: normal;
			font-weight: normal;
			font-variant: normal;
			display: inline-block;
			transition: all 300ms linear;
			position: absolute;
			top: 20px;
			color: #555;
			font-size: 18px;
			right: 20px;
			transform: rotate(0deg)
	}
	
	.question:before {
	content: "\e603";
			font-family: 'webflow-icons';
			speak: none;
			font-style: normal;
			font-weight: normal;
			font-variant: normal;
			display: inline-block;
			transition: all 300ms linear;
			position: absolute;
			top: 20px;
			color: #fff;
			font-size: 18px;
			right: 21px;
			transform: rotate(0deg);;
			opacity: 0;
	}
	
	.question.open:before {
			content: "\e603";
			font-family: 'webflow-icons';
			speak: none;
			font-style: normal;
			font-weight: normal;
			font-variant: normal;
			display: inline-block;
			transition: all 300ms linear;
			position: absolute;
			top: 17px;
			color: #fff;
			font-size: 18px;
			right: 21px;
			transform: rotate(0deg);
			opacity: 1;
	}
	
	.question.open:after {
	transform: rotate(180deg);
			color: #fff;
			top: 23px;
			right: 20px;
			transition: all 300ms linear;
	}
	
	.faq-question-wrapper.toggled .faq-title-wrapper:after , .schema-faq-question.toggled:after {
		transform: rotate(-90deg) translateX(50%);
		color: var(--wp--preset--color--black);
	}
	
	.faq-title-wrapper {
		transition: all ease 300ms;
			color: #f5f5f5;
	}
	
	.faq-title-wrapper.clicked {
		background-color: var(--wp--preset--color--yellow);
	}
	
	.block-hover-wrapper {
			position: absolute;
			right: 0px;
			top: 0px;
			width: 50px;
			height: 50px;
			background-color: var(--wp--preset--color--yellow);
			-webkit-transform: translate(100%, 0px);
			-ms-transform: translate(100%, 0px);
			transform: translate(100%, 0px);
			transition: all 300ms ease;
	}
	.link {
		cursor: pointer
	}

/*--------------------------------------------------------------
# Scrollbar
--------------------------------------------------------------*/
::-webkit-scrollbar {
	width: 12px;
}
::-webkit-scrollbar-thumb {
	background: var(--wp--preset--color--yellow);
	border-left: 1px solid var(--wp--preset--color--yellow);
}
::-webkit-scrollbar-track {
	background-color: var(--wp--preset--color--black);
	border-left: 1px solid var(--wp--preset--color--black);
}

/*--------------------------------------------------------------
# Mobile tweaks
--------------------------------------------------------------*/
@media (min-width: 480px) {
	.running-lab .hotspot-button-wrapper:nth-child(3) {
		right: 40%;
	}
	.running-lab .hotspot-button-wrapper:nth-child(2) {
			right: 40%;
	}
	.running-lab .hotspot-button-wrapper:nth-child(6) {
			left: 15%;
	}
}
	
	 @media (min-width: 769px) {	
	.intro {
		width: 70%;
	}
}

	
	 @media (min-width: 991px) {
	.hotspot-button-wrapper {
		background-color: var(--wp--preset--color--black);
	}
	
	.hotspot-button-wrapper h5 {
		color: #fff;
		display: inline-block;
	}
	.hotspot-number {
		padding: 6px 13px;
		font-size: 1rem;
	}
	.service-arrow-right {
		width: 45px;
		height: 45px;
	}
	.service-arrow-left {
		width: 45px;
		height: 45px;
	}
}


/************************************ Image Hotspot  ***********************************/
@media(min-width:769px) {
	.mobile-only{
		display: none;
	}
}
.bg-light-grey.mobile-only {
  padding-bottom: 40px;
}
.image-hotspot-wrapper {
text-align: center;
position: relative;
}

.hotspot-button-wrapper {
  position: absolute;
  cursor: pointer;
  background-color: transparent;
  z-index: 1;
  text-decoration: none;
}

.hotspot-button-wrapper h5 {
  margin-bottom: 0px;
  color: transparent;
  display: inline-block;
  padding: 5px 15px;
  display: none;
}


.running-lab .hotspot-button-wrapper:nth-child(1) {
  top: 60%;
  right: 20%;
}

.running-lab .hotspot-button-wrapper:nth-child(2) {
  bottom: 3%;
    right: 68%;
}

.running-lab .hotspot-button-wrapper:nth-child(3) {
  bottom: 10%;
  right: 53%;
}

.running-lab .hotspot-button-wrapper:nth-child(4){
    bottom: 20%;
    right: 40%;
}
.running-lab .hotspot-button-wrapper:nth-child(5) {
bottom: 50%;
    right: 40%;
}
.running-lab .hotspot-button-wrapper:nth-child(6) {
bottom: 30%;
    left: 29%;
}
.running-lab .hotspot-button-wrapper:nth-child(7) {
    top: 5%;
    left: 30%;
}
.pain-control .hotspot-button-wrapper:nth-child(8) {
    top: 11%;
    left: 6.2%;
}
.pain-control .hotspot-button-wrapper:nth-child(7) {
    top: 21%;
    left: 19.6%;
  }
.pain-control .hotspot-button-wrapper:nth-child(6) {
    top: 30%;
    left: 32.6%;
  }
.pain-control .hotspot-button-wrapper:nth-child(5) {
    top: 39%;
    left: 44.6%;
}
.pain-control .hotspot-button-wrapper:nth-child(4) {
    top: 47%;
    left: 56.5%;
}
.pain-control .hotspot-button-wrapper:nth-child(3) {
    top: 55.6%;
    left: 68.6%;
}
.pain-control .hotspot-button-wrapper:nth-child(2) {
    top: 64.2%;
    left: 79.6%;
}
.pain-control .hotspot-button-wrapper:nth-child(1) {
    top: 72.2%;
    left: 90.6%;
}
.pain-control .hotspot-button-wrapper {
  background-color: transparent;
}
.pain-control .hotspot-button-wrapper h5 {
  color: #333;
  margin-bottom: 10px;
}
.active {
  z-index: 9998;
}

.hotspot-number {
	display: inline-block;
	background-color: var(--wp--preset--color--yellow);
	padding: 0px 10px;
	margin-right: 5px;
	font-weight: 700;
}
.criteria-number {
	display: inline-block;
	padding: 10px;
	background-color: var(--wp--preset--color--yellow);
	font-size: 1.5rem;
	font-weight: 700;
}
.pain-control #hs-1 .hotspot-text-wrapper, .pain-control #hs-2 .hotspot-text-wrapper, .pain-control #hs-3 .hotspot-text-wrapper {
  right: 0;
}
.hotspot-text-wrapper {
	padding: 20px;
	border: 1px solid #e4e4e4;
	background-color: rgba(255, 255, 255, 0.90);;
	position: absolute;
	display: none;
	min-width: 400px;
	box-shadow: rgba(23, 23, 23, 0.2) 0px 0px 15px 0px;
}
/*.pain-control .hotspot-text-wrapper {
  z-index: -1;
}*/
.hotspot-text-wrapper p{
margin-bottom: 0px;
}

.hotspot-pulse {
    display: block;
    background: #ffeb00;
    position: absolute;
    -webkit-animation: hotspotpulse 2s ease-out infinite;
    animation: hotspotpulse 2s linear infinite;
    opacity: 0;
    z-index: -1;
    left: -14px;
    top: -14px;
    height: 60px;
    width: 60px;
}
.pain-control .hotspot-pulse {
    right: -13px;
    top: -9px;
    left: auto;
}
.pain-control .hotspot-number {
  margin-right: 0;
  margin-left: 5px
}
.relative {
	position: relative;
}
.noclip {
	overflow: visible;
}
/** performalnce lab **/
.image-fader {
	width: 130px;
	height: 600px;
	position: absolute;
	right: -10px;
	bottom: 0;
}

.image-fader figure {
  position: absolute;
  top: 0px;
  left: 0px;
  animation-name: imagefade;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-duration: 9s;
  z-index: 1;
  opacity: 0;
}

@keyframes imagefade {
  0% {
    opacity:1;
  }
  1% {
    opacity:1;
  }
  17% {
    opacity:1;
  }
  25% {
    opacity:0;
  }
  92% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

.image-fader figure:nth-of-type(1) {
  animation-delay: 6s;
}
.image-fader figure:nth-of-type(2) {
  animation-delay: 3s;
}
.image-fader figure:nth-of-type(3) {
  animation-delay: 0s;
}

.glitch-wrapper {
position: absolute;
right: -324px;
    top: -131px;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: rotate(-90deg);
    width: 796px;
    height: 127px;
    text-align: center;
}
.glitch-wrapper h1.glitch {
  color: var(--wp--preset--color--yellow);
  font-family: sans-serif;
  font-weight: 800;
  font-size: 100px;
  padding: 30px;
position: absolute;
  top: 0px;
  left: 0px;
  animation-name: imagefade;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-duration: 9s;
  z-index: 1;
  opacity: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 900;
  font-style: italic;
}
.glitch-wrapper h1.glitch::before,
.glitch-wrapper h1.glitch::after {
  padding: 30px;
  color: var(--wp--preset--color--yellow);
  position: absolute;
  width: 100%;
  height: 100%;
  background: black;
  overflow: hidden;
  top: 0;
}
.glitch-wrapper h1.glitch:nth-of-type(1)::before,
.glitch-wrapper h1.glitch:nth-of-type(1)::after {
  content: "TRAIN";
}
.glitch-wrapper h1.glitch:nth-of-type(2)::before,
.glitch-wrapper h1.glitch:nth-of-type(2)::after {
  content: "PERFORM";
}
.glitch-wrapper h1.glitch:nth-of-type(3)::before,
.glitch-wrapper h1.glitch:nth-of-type(3)::after {
  content: "EXCEL";
}

.glitch-wrapper h1.glitch::before {
  left: 3px;
  text-shadow: -2px 0 red;
  animation-name: glitch-animation-1;
  animation-duration: 2s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: reverse-alternate;
}
.glitch-wrapper h1.glitch::after {
  left: -3px;
  text-shadow: -2px 0 blue;
  animation-name: glitch-animation-2;
  animation-duration: 2s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: reverse-alternate;
}
.glitch-wrapper h1:nth-of-type(1) {
  animation-delay: 6s;
}
.glitch-wrapper h1:nth-of-type(2) {
  animation-delay: 3s;
}
.glitch-wrapper h1:nth-of-type(3) {
  animation-delay: 0s;
}

@keyframes glitch-animation-1 {
  0% {
    clip: rect(144px, 350px, 29px, 30px);
  }
  5% {
    clip: rect(114px, 350px, 98px, 30px);
  }
  10% {
    clip: rect(44px, 350px, 42px, 30px);
  }
  15% {
    clip: rect(42px, 350px, 80px, 30px);
  }
  20% {
    clip: rect(26px, 350px, 11px, 30px);
  }
  25% {
    clip: rect(30px, 350px, 103px, 30px);
  }
  30% {
    clip: rect(116px, 350px, 50px, 30px);
  }
  35% {
    clip: rect(95px, 350px, 130px, 30px);
  }
  40% {
    clip: rect(89px, 350px, 148px, 30px);
  }
  45% {
    clip: rect(97px, 350px, 87px, 30px);
  }
  50% {
    clip: rect(133px, 350px, 119px, 30px);
  }
  55% {
    clip: rect(84px, 350px, 1px, 30px);
  }
  60% {
    clip: rect(77px, 350px, 115px, 30px);
  }
  65% {
    clip: rect(49px, 350px, 26px, 30px);
  }
  70% {
    clip: rect(20px, 350px, 136px, 30px);
  }
  75% {
    clip: rect(88px, 350px, 66px, 30px);
  }
  80% {
    clip: rect(17px, 350px, 110px, 30px);
  }
  85% {
    clip: rect(112px, 350px, 100px, 30px);
  }
  90% {
    clip: rect(107px, 350px, 117px, 30px);
  }
  95% {
    clip: rect(117px, 350px, 14px, 30px);
  }
  100% {
    clip: rect(102px, 350px, 73px, 30px);
  }
}
@keyframes glitch-animation-2 {
  0% {
    clip: rect(139px, 350px, 74px, 30px);
  }
  5% {
    clip: rect(120px, 350px, 125px, 30px);
  }
  10% {
    clip: rect(86px, 350px, 65px, 30px);
  }
  15% {
    clip: rect(32px, 350px, 7px, 30px);
  }
  20% {
    clip: rect(144px, 350px, 143px, 30px);
  }
  25% {
    clip: rect(72px, 350px, 107px, 30px);
  }
  30% {
    clip: rect(92px, 350px, 21px, 30px);
  }
  35% {
    clip: rect(74px, 350px, 71px, 30px);
  }
  40% {
    clip: rect(3px, 350px, 38px, 30px);
  }
  45% {
    clip: rect(139px, 350px, 8px, 30px);
  }
  50% {
    clip: rect(56px, 350px, 109px, 30px);
  }
  55% {
    clip: rect(21px, 350px, 1px, 30px);
  }
  60% {
    clip: rect(65px, 350px, 15px, 30px);
  }
  65% {
    clip: rect(102px, 350px, 150px, 30px);
  }
  70% {
    clip: rect(26px, 350px, 145px, 30px);
  }
  75% {
    clip: rect(93px, 350px, 130px, 30px);
  }
  80% {
    clip: rect(63px, 350px, 61px, 30px);
  }
  85% {
    clip: rect(94px, 350px, 95px, 30px);
  }
  90% {
    clip: rect(116px, 350px, 5px, 30px);
  }
  95% {
    clip: rect(129px, 350px, 2px, 30px);
  }
  100% {
    clip: rect(18px, 350px, 2px, 30px);
  }
}

.floating-images {
	position: relative;
}

.floating-images figure {
	width: 50%;
}

.floating-images figure {
  position: absolute;
  /* top: 0; */
  transform: translateY(200%);
  /* animation: var(--name) var(--duration) linear infinite; */
  box-shadow: 1px 3px 15px rgba(0, 0, 0, 0.5);
  z-index: 1!important;
}
.floating-images figure:nth-child(1) {
  animation-delay: 0s!important;
  animation: float-up calc(20s * 1.01031) linear infinite;
  left: -40px;
}
.floating-images figure:nth-child(2) {
  animation-delay: 2s!important;
  animation: float-up calc(20s * 1.4391) linear infinite;
  right: -40px;
}
.floating-images figure:nth-child(3) {
  animation-delay: 4s!important;
  animation: float-up calc(20s * 1.77913) linear infinite;
  left: 50px;
}
.floating-images figure:nth-child(4) {
  animation-delay: 6s!important;
  animation: float-up calc(20s * 2.0153) linear infinite;
  right: 50px;
}
/* .floating-images figure:nth-child(1) {
  --name: float-up-1;
  --duration: calc(20s * 1);
}
.floating-images figure:nth-child(2) {
  --name: float-up-2;
  --duration: calc(20s * 1.5);
}
.floating-images figure:nth-child(3) {
  --name: float-up-3;
  --duration: calc(20s * 1.2);
} */
@keyframes float-up {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(-200%);
  }
}

@media (min-width:622px) {
	.performance-lab-image-grid figure img {
		width: 130%;
		max-width: 130%;
	}

	.performance-lab-image-grid figure:nth-of-type(2) {
		margin-top: 50px;
	}

	.performance-lab-image-grid figure:nth-of-type(3) {
		margin-top: -30px;
	}
}

/** end performalnce lab **/
/** CSS3 Compare Pricing Tables **/
body div.p_table_1 div.column_1:hover li.row_style_1, 
body div.p_table_1 div.column_2:hover li.row_style_1, 
body div.p_table_1 div.column_3:hover li.row_style_1, 
body div.p_table_1 div.column_4:hover li.row_style_1, 
body div.p_table_1 div.column_1:hover li.row_style_2, 
body div.p_table_1 div.column_2:hover li.row_style_2, 
body div.p_table_1 div.column_3:hover li.row_style_2, 
body div.p_table_1 div.column_4:hover li.row_style_2, 
body div.p_table_1 div.column_1:hover li.row_style_3, 
body div.p_table_1 div.column_2:hover li.row_style_3, 
body div.p_table_1 div.column_3:hover li.row_style_3, 
body div.p_table_1 div.column_4:hover li.row_style_3, 
body div.p_table_1 div.column_1:hover li.row_style_4, 
body div.p_table_1 div.column_2:hover li.row_style_4, 
body div.p_table_1 div.column_3:hover li.row_style_4, 
body div.p_table_1 div.column_4:hover li.row_style_4, 
body div.p_table_1 div.active_column li.row_style_1, 
body div.p_table_1 div.active_column li.row_style_2, 
body div.p_table_1 div.active_column li.row_style_3, 
body div.p_table_1 div.active_column li.row_style_4, 
body div.p_table_1.p_table_hover_disabled div.active_column:hover li.row_style_1, 
body div.p_table_1.p_table_hover_disabled div.active_column:hover li.row_style_2, 
body div.p_table_1.p_table_hover_disabled div.active_column:hover li.row_style_3, 
body div.p_table_1.p_table_hover_disabled div.active_column:hover li.row_style_4 {
	/* padding: 11px 5px !important */
}
body div.p_table_1 div.column_1:hover, 
body div.p_table_1 div.column_2:hover, 
body div.p_table_1 div.column_3:hover, 
body div.p_table_1 div.column_4:hover, 
body div.p_table_1 div.active_column, 
body div.p_table_1.p_table_hover_light div.active_column:hover, 
body div.p_table_1.p_table_hover_disabled div.active_column:hover {
	/* top: -31px; */
}
body div.p_table_1_13 div.column_1 li.header_row_1,
body div.p_table_1_13 div.column_1 li.header_row_2, 
body div.p_table_1_13 div.column_3 li.header_row_1,
body div.p_table_1_13 div.column_3 li.header_row_2 {
    background: var(--wp--preset--color--grey) !important;
}
body div.p_table_1_13 div.column_2 li.header_row_1,
body div.p_table_1_13 div.column_2 li.header_row_2 {
    background: #000 !important;
}
body div.p_table_1_13 div.column_1 a.sign_up,
body div.p_table_1_13 div.column_2 a.sign_up,
body div.p_table_1_13 div.column_3 a.sign_up {
    background-image: linear-gradient(to right, var(--wp--preset--color--black) 50%, var(--wp--preset--color--yellow) 50%) !important;
    background-color: transparent!important;
    background-size: 200% !important;
    background-position: right bottom !important;
    transition: all .5s ease-out!important;
    background-repeat: no-repeat !important;
	color: #000!important;
	font-weight: var(--wp--custom--bold-weight)!important;
}
body div.p_table_1_13 div.column_1 a.sign_up:hover,
body div.p_table_1_13 div.column_2 a.sign_up:hover,
body div.p_table_1_13 div.column_3 a.sign_up:hover {
    background-position: left bottom !important;
    color: var(--wp--preset--color--white) !important;
    text-decoration: none !important;
}
body div.p_table_1 h1,
body div.p_table_1 h1 span,
body div.p_table_1 h2,
body div.p_table_1,
body div.p_table_1 * {
	font-family: var(--wp--custom--font-family-primary)!important;
}
body div.p_table_1 h2 {
	text-transform: uppercase;
}
body div.p_table_1_13 div.column_1 a.sign_up,
body div.p_table_1_13 div.column_2 a.sign_up,
body div.p_table_1_13 div.column_3 a.sign_up {
	background-color: transparent!important;
	border: none!important;
}
@media screen and (max-width: 479px) {
	.column_1, .column_2, .column_3 {
		width: 33.333%!important;
	}
	body div.p_table_responsive#medicenter_blue li.css3_grid_row_2_responsive,
	body div.p_table_responsive#medicenter_blue li.css3_grid_row_3_responsive,
	body div.p_table_responsive#medicenter_blue li.css3_grid_row_4_responsive,
	body div.p_table_responsive#medicenter_blue li.css3_grid_row_5_responsive,
	body div.p_table_responsive#medicenter_blue li.css3_grid_row_6_responsive,
	body div.p_table_responsive#medicenter_blue li.css3_grid_row_7_responsive,
	body div.p_table_responsive#medicenter_blue li.css3_grid_row_8_responsive,
	body div.p_table_responsive#medicenter_blue li.css3_grid_row_9_responsive,
	body div.p_table_responsive#medicenter_blue li.css3_grid_row_10_responsive,
	body div.p_table_responsive#medicenter_blue li.css3_grid_row_11_responsive,
	body div.p_table_responsive#medicenter_blue li.css3_grid_row_12_responsive,
	body div.p_table_responsive#medicenter_blue li.css3_grid_row_13_responsive {
		height: fit-content !important;
	}
}
/** end CSS3 Compare Pricing Tables **/

/** Pricing table **/
.box {
  width: 100%;
  margin: 50px auto;
}
.box .front {
	display: flex;
}
.box .front table {
	border-spacing: 0;
}
/* Services Col */
.services-table {
  float: left;
  margin-top: 79px;
  z-index: 0;
  margin-right: 5px;
}

.services-table tr {
  height: 40px;
  background: #fff;
  border-bottom: 1px solid #f4f4f4;
}

.services-table tr:last-child {
  border-bottom: none;
}

.services-table th.services {
  color: #707478;
  font-weight: 100;
  min-width: 375px;
  background: #fff;
}
table.services-table tr.price {
  height: 100px;
}
table.services-table tr.price-border,
table.services-table tr.price {
  background: transparent;
  border-color: transparent;
}
/* Entrepreneur and Business Pro Col */

table.price-matrix {
  -webkit-box-shadow: 0 0 16px 0 rgba(0, 0, 0, .07);
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, .07);
  float: left;
  min-width: 145px;
}

table.price-matrix tr {
  height: 40px;
  background: #fff;
}

table.price-matrix tr.price {
  height: 100px;
}

/* Headers */

table.price-matrix th.header-white {
  min-width: 200px;
  text-align: center;
  padding: 8px 0;
  background: #fff;
	font-weight: var(--wp--custom--bold-weight);
}

table.price-matrix th.header-white:first-child {
  border-right: 1px solid #e3e3e3;
}

th.header-white hr,
th.header-green hr {
  width: 70%;
  border-bottom: 1px solid;
}
table.price-matrix td {
	text-align: center;
}


/* Rows */

tr:nth-child(even) td {
  background: #f7fafb;
}

tr:nth-child(even) td.td-green {
  background: #489a5a;
}

tr:nth-child(odd) td.td-green {
  background: #54aa66;
}

td.border {
  border-right: 1px solid #e3e3e3;
}


/* Enterprise */

.enterprise {
  float: left;
  -webkit-box-shadow: 0 0 16px 0 rgba(0, 0, 0, .21);
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, .21);
  margin-top: -20px;
  min-width: 145px;
}

.enterprise tr {
  height: 40px;
}

th.header-green {
  color: #fff;
	font-weight: var(--wp--custom--bold-weight);
  min-width: 230px;
  text-align: center;
  padding: 25px 0 10px;
  background: #54aa66;
}

.enterprise tr.price {
  height: 100px;
}

.enterprise tr.price-border {
  height: 10px;
}

.enterprise td {
	text-align: center;
}

.front span.span {
  display:inline-block;
  text-align:center;
  width:230px;
  position:relative;
  left:380px;
  bottom:110px;
  font-size:60px;
}

/** End Pricing table **/

@-webkit-keyframes hotspotpulse {
    0% {
        -webkit-transform: scale(0.1);
        opacity: 0.0
    }

    50% {
        opacity: 0.7
    }

    100% {
        -webkit-transform: scale(1);
        opacity: 0.0
    }
}

@keyframes hotspotpulse {
    0% {
        transform: scale(0.1);
        opacity: 0.0
    }

    50% {
        opacity: 0.7
    }

    100% {
        transform: scale(1);
        opacity: 0.0
    }
}