/*!
Theme Name: anthony-llobet
Theme URI: https://amendsolutionz.com/
Author: Amend Solutionz
Author URI: https://amendsolutionz.com/
Description: Hi. I'm a starter theme called <code>anthony-llobet</code>.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: anthony-llobet
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in iOS.
*/
@font-face {
    font-family: 'Acta Light';
    src: url('/wp-content/themes/anthony-llobet/inc/fonts/ActaW01-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Simplon Mono';
    src: url('/wp-content/themes/anthony-llobet/inc/fonts/SimplonMono-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Simplon Mono';
    src: url('/wp-content/themes/anthony-llobet/inc/fonts/SimplonMono-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Simplon Mono';
    src: url('/wp-content/themes/anthony-llobet/inc/fonts/SimplonMono-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Simplon Mono';
    src: url('/wp-content/themes/anthony-llobet/inc/fonts/SimplonMono-RegularItalic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Simplon Mono';
    src: url('/wp-content/themes/anthony-llobet/inc/fonts/SimplonMono-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Simplon Mono';
    src: url('/wp-content/themes/anthony-llobet/inc/fonts/SimplonMono-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Simplon Mono';
    src: url('/wp-content/themes/anthony-llobet/inc/fonts/SimplonMono-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Simplon Mono';
    src: url('/wp-content/themes/anthony-llobet/inc/fonts/SimplonMono-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Simplon Norm';
    src: url('/wp-content/themes/anthony-llobet/inc/fonts/SimplonNorm-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Simplon Norm';
    src: url('/wp-content/themes/anthony-llobet/inc/fonts/SimplonNorm-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Simplon Norm';
    src: url('/wp-content/themes/anthony-llobet/inc/fonts/SimplonNorm-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Simplon Norm';
    src: url('/wp-content/themes/anthony-llobet/inc/fonts/SimplonNorm-RegularItalic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Simplon Norm';
    src: url('/wp-content/themes/anthony-llobet/inc/fonts/SimplonNorm-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Simplon Norm';
    src: url('/wp-content/themes/anthony-llobet/inc/fonts/SimplonNorm-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Simplon Norm';
    src: url('/wp-content/themes/anthony-llobet/inc/fonts/SimplonNorm-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Simplon Norm';
    src: url('/wp-content/themes/anthony-llobet/inc/fonts/SimplonNorm-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

:root {
	--asfalt-grey: #7D9291; /*#5D6868;*/
	--off-white: #F0EDE8;
	--black: #1E1E1E;
	--care-green: #A69D59;
	--academy-brown: #A9583E;
	--kids-yellow: #D6AA6B;
	--skin-yellow: #E5C6BD;
}

*,
*::before,
*::after {
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b, strong {
	font-weight: 700;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: var(--black);
	font-family: 'Simplon Norm';
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Acta Light';
}
h1 {
	font-size: 3rem;
}
h2 {
	font-size: 2.5rem;
}
h3 {
	font-size: 2rem;
}
h4 {
	font-size: 1.8rem;
}
h5 {
	font-size: 1.5rem;
}
h6 {
	font-size: 1rem;
}
p {
	font-size: 1.2rem;
}
p:not(:last-child) {
	margin-bottom: 1em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: var(--off-white);
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: var(--off-white);
}

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

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
	color: var(--asfalt-grey);
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

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

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

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
/*.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}
@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}*/

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
/*.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}*/

.updated:not(.published) {
	display: none;
}

/*.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}*/

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* 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.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

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

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

/****************CSS****************/
section, header, footer {
	width: 100%;
	position: relative;
}
div {
	width: 100%;
}
.container {
	width: 100%;
	margin: 0 auto;
	max-width: 1440px;
}
/***********Header*******/
.site-header {
    position: fixed;
    z-index: 1;
	transition: background-color 0.3s ease, box-shadow 0.3s ease;
}
.sticky {
    background-color: var(--off-white);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
	z-index: 3;
}
.header-grid {
    display: flex;
    justify-content: space-between;
	padding-top: 10px;
}
.sticky .header-grid {
    align-items: center;
	padding-bottom: 10px;
}
.header-logo {
    display: flex;
    justify-content: center;
}
.header-logo a {
    display: block;
}
.header-logo a img {
	position: relative;
    z-index: 99999;
	width: 120px;
}
.menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: 998;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}
.main-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background-color: var(--asfalt-grey);
    color: var(--black);
    z-index: 999;
    transition: right 0.3s ease;
    background-image: url('/wp-content/uploads/2024/08/Menu-ICON.svg');
    background-repeat: no-repeat;
    background-position: center;
}
.main-menu .primary-menu {
    list-style: none;
    padding: 0;
    margin: 0;
	display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 20px;
    column-gap: 106px;
}
.footer-center img {
    width: 120px;
}
/*.main-menu .primary-menu li:not(:last-child) {
    margin-bottom: 2em;
}*/
.main-menu .primary-menu li a {
    color: var(--black);
    text-decoration: none;
    font-family: 'Simplon Norm';
	text-align: justify;
	font-size: 80px;
	font-style: normal;
	font-weight: 500;
	line-height: 104%;
	text-transform: uppercase;
	display: inline-block;
}
.menu-toggle {
    cursor: pointer;
    display: flex;
    justify-content: flex-end;
	position: relative;
    z-index: 9999;
}
.menu-open .menu-overlay {
    opacity: 1;
    visibility: visible;
}
.menu-open .main-menu {
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
	flex-direction: column;
	gap: 20px;
}
.main-menu .primary-menu li:nth-child(2n) {
    text-align: right;
}
.language {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
	width: 887.25px;
}
.language li a, .language li {
	color: var(--black);
	text-decoration: none;
	font-family: 'Simplon Norm';
	text-align: justify;
	font-size: 80px;
	font-style: normal;
	font-weight: 500;
	line-height: 104%;
	text-transform: uppercase;
}
/***********Header*******/

.hero-section {
	background-color: var(--asfalt-grey);
}
.hero-content {
    padding: 48px 0 151px;
    position: relative;
    margin: 0 0 0 84px;
    max-width: 420px;
}
.hero-image {
    padding: 48px 0 0;
    position: relative;
}
.hero-image img {
    border-radius: 16px;
    object-fit: cover;
    object-position: center;
    height: 100vh;
    width: 100%;
	box-shadow: 0px 4px 8px -2px rgba(30, 30, 30, 0.25);
}
.hero-mobile {
	display: none;
}
.hero-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0 20px;
}
.hero-title h1 {
    color: var(--off-white);
    text-transform: uppercase;
    text-align: center;
    font-size: 204.15px;
    line-height: 1.04em;
    font-family: 'Simplon Norm';
    font-weight: 400;
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
/*.page-id-577 .hero-title h1 {
    font-size: 160px;
}*/
.hero-title h1 .full-width {
    display: block;
    font-size: 213px;
}
.hero-title h1 .left {
    text-align: left;
    display: block;
	width: 33.33%;
}
.hero-title h1 .right {
    text-align: right;
    display: block;
	width: 33.33%;
}
.hero-title h1 .center {
    text-align: center;
    display: block;
	width: 33.33%;
}
.hero-title h1 .acta-font {
	font-family: 'Acta Light';
    font-weight: 300;
	width: 50%;
	font-size: 201.88px;
}
.about-title {
    padding: 228px 0 180px;
}
.about-title h2 {
	color: var(--black);
	text-align: center;
	font-family: 'Acta Light';
	font-size: 70px;
	font-style: normal;
	font-weight: 300;
	line-height: 90%;
}
.about-info {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    grid-column-gap: 252px;
    grid-row-gap: 252px;
    display: grid;
    padding-bottom: 180px;
    align-items: center;
}
.about-img img {
    border-radius: 8px;
    object-fit: cover;
    object-position: center;
    width: 100%;
	box-shadow: 0px 4px 8px -2px rgba(30, 30, 30, .25);
}
.about-content {
    max-width: 506px;
    margin-left: auto;
}
.about-content p {
	color: var(--black);
	text-align: justify;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 104%;
	text-transform: uppercase;
    font-family: 'Simplon Norm';
}
.btn-primary {
    display: inline-block;
    color: var(--black);
    text-transform: uppercase;
    font-family: 'Simplon Norm';
    font-weight: 500;
    font-size: 18px;
	font-style: normal;
	line-height: 90%;
}
.btn-primary:hover {
    cursor: pointer;
	text-decoration: none;
}
.about-content a.btn-primary {
    margin-top: 18px;
}
.services-section {
    padding: 82px 0 81px;
}
.flex {
    display: flex;
    justify-content: space-between;
}
.text-container {
    flex: 1;
    max-width: 40%;
}
.image-container {
    position: relative;
    flex: 1;
    max-width: 60%;
}
.main-image {
    border-radius: 8px;
	height: 861px;
	object-position: top;
    object-fit: cover;
	box-shadow: 0px 4px 8px -2px rgba(30, 30, 30, 0.25);
}
.overlay-image {
    position: absolute;
    top: 30%;
    right: 0;
    border-radius: 8px;
    box-shadow: 0px 4px 8px -2px rgba(30, 30, 30, 0.25);
    width: 504px;
    height: 470px;
    object-fit: cover;
}
.text-container h2 {
    font-family: 'Acta Light';
    position: relative;
    z-index: 2;
	color: var(--black);
	font-size: 240px;
	font-style: normal;
	font-weight: 300;
	line-height: 90%; /* 216px */
}
.text-container p {
    color: var(--black);
    text-align: justify;
    font-family: 'Simplon Norm';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 104%;
    margin: 16px 17px 40px 0;
}
.locations-section {
	background-color: var(--asfalt-grey);
	padding: 116px 0 212px;
}
.locations-title {
    margin-bottom: 30px;
}
.locations-title h2 {
    font-family: 'Acta Light';
    font-weight: 300;
    font-size: 240px;
    line-height: 90%;
    color: var(--black);
	font-style: normal;
}
.locations-content {
    max-width: 504px;
    margin: 0 5% 80px auto;
}
.locations-content p {
	color: var(--black);
	text-align: justify;
	font-family: 'Simplon Norm';
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 104%;
	text-transform: uppercase;
	margin-bottom: 32px;
}
.location-grid {
	display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
    grid-column-gap: 26px;
    grid-row-gap: 56px;
}
.location-image {
    position: relative;
}
.location-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
	border-radius: 8px;
	box-shadow: 0px 4px 8px -2px rgba(30, 30, 30, 0.25);
}
.location-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--off-white);
    color: var(--black);
    opacity: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
	transition: opacity 0.3s ease-in-out;
	border-radius: 8px;
}
.location-image:hover .location-overlay {
    opacity: 1;
}
.location-overlay .content {
    padding: 16px;
}
.location-overlay .content h3 {
    color: var(--black);
	text-align: center;
	font-family: 'Simplon Norm';
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: 90%;
	text-transform: uppercase;
    margin-bottom: 20px;
}
.location-overlay .content p {
	color: var(--black);
	font-family: 'Simplon Norm';
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 90%;
}
.location-overlay .content p strong {
    font-weight: 400;
    display: block;
    padding-top: 4px;
}
.location-content {
    padding-top: 20px;
}
.location-content h4 {
    font-family: 'Simplon Norm';
    text-transform: uppercase;
    margin-bottom: 4px;
	color: var(--black);
	text-align: justify;
	font-size: 32px;
	font-style: normal;
	font-weight: 500;
	line-height: 90%;
}
.no-img-location .location-content {
    background-color: var(--off-white);
    border-radius: 8px;
    height: 615.44px; /*89.424%;*/
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 60px;
}
.no-img-location .location-content .no-img {
    font-family: 'Acta Light';
	color: var(--black);
	text-align: center;
	font-size: 52px;
	font-style: normal;
	font-weight: 300;
	line-height: 90%;
}
.events-info {
    max-width: 588px;
    margin-top: 80px;
}
.events-info p {
    font-family: 'Simplon Norm';
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: justify;
	color: var(--black);
	font-style: normal;
	line-height: 104%;
	margin-bottom: 32px;
}
.academy-section {
    padding: 112px 0 80px;
}
.academy-info {
    display: flex;
}
.academy-image img {
    border-radius: 8px;
    width: 100%;
    box-shadow: 0px 4px 8px -2px rgba(30, 30, 30, 0.25);
    height: 776px;
}
.academy-content {
    flex: 1;
    max-width: 25%;
	position: relative;
}
.academy-image {
    flex: 1;
    max-width: 75%;
}
.academy-content h2 {
    font-family: 'Acta Light';
    position: relative;
    z-index: 2;
	color: var(--black);
	font-size: 240px;
	font-style: normal;
	font-weight: 300;
	line-height: 90%;
}
.absolute-content {
    margin-top: 30px;
}
.academy-content p {
    font-family: 'Simplon Norm';
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: justify;
    width: 146%;
	color: var(--black);
	font-style: normal;
	line-height: 104%;
	margin-bottom: 32px;
}
.academy-other-content {
    padding-top: 32px;
    max-width: 588px;
    margin-left: auto;
}
.academy-other-content p {
    font-family: 'Simplon Norm';
    font-size: 18px;
    font-weight: 400;
	text-align: justify;
	color: var(--black);
	font-style: normal;
	line-height: 104%;
}
.logo-section {
    border-top: 1px solid var(--black);
    border-bottom: 1px solid var(--black);
    padding: 26px 0;
}
.logo-center {
    display: flex;
    justify-content: center;
}
.logo-center img {
    height: 90px;
    object-fit: contain;
}
.testimonials-section {
    padding: 164px 0 264px;
}
.testimonials-title h2 {
    font-family: 'Acta Light';
	color: var(--black);
	font-size: 240px;
	font-style: normal;
	font-weight: 300;
	line-height: 90%;
}
.testimonials-content {
    margin: 30px auto 80px 0;
    max-width: 420px;
}
.testimonials-content p {
    font-family: 'Simplon Norm';
    font-weight: 500;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 1.04em;
    text-align: justify;
}
.testimonials, .womens-info {
	padding-left: 30px;
}
.testimonials-section .slick-slide {
    margin-right: 52px;
    overflow: hidden;
}
.testimonial-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    display: grid;
	align-items: center;
}
.testimonial-image img {
    border-radius: 8px;
    border: 1px solid var(--academy-brown);
	width: 100%;
    object-fit: cover;
	box-shadow: 0px 4px 8px -2px rgba(30, 30, 30, 0.25);
}
.testimonial-info h3 {
	font-family: 'Acta Light';
	color: var(--academy-brown);
	font-size: 24px;
	font-style: normal;
	font-weight: 300;
	line-height: 90%;
	margin-bottom: 32px;
}
.testimonial-info p {
	font-family: 'Simplon Norm';
	text-align: justify;
	color: var(--black);
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 104%;
}
.page-template-single-location .hero-section {
	padding-bottom: 89px;
}
.page-template-locations .hero-section {
	padding-bottom: 108px;
}
.page-template-single-location .hero-section .hero-content, .page-template-locations .hero-section .hero-content {
	padding-bottom: 0;
}
.hero-content p {
	color: var(--black);
	text-align: justify;
	font-family: 'Simplon Norm';
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 104%;
	text-transform: uppercase;
}
.page-template-locations .hero-content p {
	margin-bottom: 32px;
}
.page-template-single-location .locations-section {
	padding-top: 81px;
	padding-bottom: 253px;
}
.page-template-locations .locations-section {
	padding-top: 80px;
	padding-bottom: 180px;
}
.page-template-locations .locations-section, .page-template-single-location .locations-section {
    background-color: var(--off-white);
}
.page-template-locations .locations-section .location-overlay, .page-template-locations .locations-section .no-img-location .location-content, .page-template-single-location .locations-section .location-overlay {
    background-color: var(--asfalt-grey);
}
.find-us-section {
    padding-bottom: 240px;
}
.find-title {
    margin-bottom: 50px;
}
.find-title h2 {
	color: var(--black);
	font-size: 240px;
	font-style: normal;
	font-weight: 300;
	line-height: 90%;
}
.page-id-625 .find-title h2, .page-id-664 .find-title h2, .page-id-789 .find-title h2, .page-id-794 .find-title h2, .page-id-778 .find-title h2, .page-id-798 .find-title h2, .page-id-802 .find-title h2, .page-id-806 .find-title h2 {
    font-size: 230px;
}
.find-map iframe {
	width: 100%;
	border-radius: 8px;
	height: 808px;
	box-shadow: 0px 4px 8px -2px rgba(30, 30, 30, 0.25);
	display: block;
	/*filter: blur(0px) brightness(1) contrast(1) saturate(0.2) hue-rotate(230deg);*/
}
.find-us-quote {
    margin: 180px auto 0;
    max-width: 840px;
}
.find-us-quote h3 {
	color: var(--black);
	text-align: center;
	font-family: 'Acta Light';
	font-size: 70px;
	font-style: normal;
	font-weight: 300;
	line-height: 90%;
}
.btn-flex {
	display: flex;
	justify-content: space-between;
	margin-top: 32px;
}
.page-template-single-location .locations-section .locations-content p {
    margin-bottom: 0;
}
.page-template-single-location .locations-section .locations-content p:not(:last-child) {
    margin-bottom: 1.2em;
}
.page-template-single-location .locations-section .locations-content {
    margin-bottom: 71px;
}
.location-overlay .content .site-links {
    margin: 60px auto;
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: center;
    max-width: 50%;
    align-items: center;
    gap: 50px;
}
.location-overlay .content .site-links li a, .location-overlay .content .site-links li {
    text-decoration: none;
    color: var(--black);
    text-transform: uppercase;
    font-size: 1.5rem;
    line-height: .90em;
    font-weight: 500;
}
.page-template-single-location .locations-section .location-overlay .content p {
    text-transform: capitalize;
}
.find-content-grid {
    max-width: 38%;
    margin: 0 0 40px auto;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    display: -ms-grid;
    display: grid;
}
.find-left h4, .find-right h4 {
    font-family: 'Simplon Norm';
	margin-bottom: 20px;
	color: var(--black);
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: 90%;
	text-transform: uppercase;
}
.find-right {
    text-align: right;
}
.find-left p, .find-right p {
    margin-bottom: 10px;
	color: var(--black);
	font-family: 'Simplon Norm';
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 90%;
}
.map-location {
    display: flex;
    flex-direction: column;
    max-width: 38%;
    margin: 16px 0 0 auto;
}
.map-location p {
    font-weight: 500;
    text-align: left;
	color: var(--black);
	font-family: 'Simplon Norm';
	font-size: 18px;
	font-style: normal;
	line-height: 104%;
	text-transform: uppercase;
}
.map-location p:not(:last-child) {
	margin-bottom: 1.2rem;
}
.about_info {
    padding: 100px 0 160px;
}
.page-template-about .about_info {
    padding: 86px 0 160px;
}
.info-main {
    display: flex;
    flex-direction: column;
    row-gap: 100px;
}
.info-grid {
    display: flex;
	position: relative;
}
.info-content, .info-image {
	flex: 1;
	max-width: 50%;
}
#row-1 .info-image {
    max-width: 60%;
}
#row-1 .info-content {
    max-width: 40%;
}
#row-2 .info-image, #row-3 .info-image {
    margin-top: -15%;
}
.info-content h2 {
	margin-bottom: 30px;
	position: relative;
	color: var(--black);
	font-family: 'Acta Light';
	font-size: 240px;
	font-style: normal;
	font-weight: 300;
	line-height: 90%;
}
.info-image img {
    border-radius: 8px;
	object-fit: cover;
	box-shadow: 0px 4px 8px -2px rgba(30, 30, 30, 0.25);
}
#row-1 .info-image img, #row-3 .info-image img {
    height: 672px;
	width: 100%;
}
#row-2 .info-image img {
    height: 757px;
}
.info-content h3, .other-content-below h3 {
    font-family: 'Simplon Norm';
	margin-bottom: 10px;
	color: var(--black);
	text-align: justify;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 104%;
	text-transform: uppercase;
}
.info-content p, .other-content-below p {
    color: var(--black);
	text-align: justify;
	font-family: 'Simplon Norm';
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 104%;
	text-transform: uppercase;
}
#row-1 .info-content p {
    width: 420px;
    text-transform: none;
    font-weight: 400;
}
#row-2 .info-content p {
    width: 420px;
    text-transform: none;
    font-weight: 400;
}
#row-3 .info-content p {
	width: 420px;
    text-transform: none;
    font-weight: 400;
}
#row-3 .info-image img {
    width: 100%;
}
.other-content-below {
    margin: 80px 0 0 auto;
	max-width: 420px;
}
.other-content-below p {
	text-transform: none;
    font-weight: 400;
}
.mission-section {
    background-color: var(--asfalt-grey);
    padding: 120px 0 165px;
}
.mission-title {
    margin-bottom: 40px;
}
.mission-title h2, .vision-title h2 {
	color: var(--black);
	font-family: 'Acta Light';
	font-size: 240px;
	font-style: normal;
	font-weight: 300;
	line-height: 90%;
}
.mission-content {
    margin-bottom: 80px;
    max-width: 504px;
}
.mission-content p, .mision-other-content p {
	color: var(--black);
	text-align: justify;
	font-family: 'Simplon Norm';
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 104%;
	text-transform: uppercase;
}
.mission-image {
	margin: 0 auto 80px;
	max-width: 90%;
}
.mission-image img {
	border-radius: 8px;
	box-shadow: 0px 4px 8px -2px rgba(30, 30, 30, 0.25);
}
.mision-other-content {
    margin: 0 0 0 auto;
    max-width: 420px;
}
.vision-section {
	padding: 85px 0 240px;
}
.vision-grid {
    display: flex;
    gap: 84px;
	justify-content: space-between;
}
.vision-image {
    margin-top: 5%;
	max-width: 756px;
}
.vision-content {
    max-width: 504px;
}
.vision-content p {
	color: var(--black);
	text-align: justify;
	font-family: 'Simplon Norm';
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 104%;
	text-transform: uppercase;
}
.hero-menu {
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 88%;
    margin: 28px auto 0;
}
.hero-menu li a {
    color: var(--black);
    text-transform: uppercase;
	text-align: justify;
	font-family: 'Simplon Norm';
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 90%;
}
.hero-menu li a:hover {
    text-decoration: none;
	cursor: pointer;
}
.page-template-services .hero-content {
    max-width: 756px;
    margin-left: 80px;
	padding-top: 76px;
	padding-bottom: 46px;
}
.page-template-services .services-section {
    padding-top: 80px;
    padding-bottom: 140px;
}
.page-template-services .flex {
    align-items: flex-start;
}
.page-template-services .services-section .main-image {
    height: 781px;
}
.page-template-services .services-section .overlay-image {
    top: 38%;
    right: unset;
    left: -30%;
    width: auto;
    height: auto;
}
.page-template-services .text-container p {
    margin: 2em 0 0;
	width: 394px;
}
.page-template-services .services-section .image-container {
    margin-top: 8%;
}
.women-service .testimonials-title h2, .men-service .testimonials-title h2 {
    font-family: 'Simplon Norm';
	color: var(--black);
	font-size: 80px;
	font-style: normal;
	font-weight: 400;
	line-height: 90%;
}
.women-service .testimonials-content p, .men-service .testimonials-content p {
	margin-bottom: 32px;
}
.no-grid {
    grid-template-columns: repeat(1, 1fr);
}
.women-service-image img {
	border-radius: 8px;
	box-shadow: 0px 4px 8px -2px rgba(30, 30, 30, 0.25);
}
.women-service .testimonials-content, .men-service .testimonials-content {
    margin-left: auto;
    margin-right: 0;
}
.womens-info .testimonial-info h3, .mens-info .testimonial-info h3 {
    font-family: 'Simplon Norm';
    color: var(--black);
    text-transform: uppercase;
    margin-bottom: .2em;
	text-align: justify;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: 90%;
	width: 270px;
}
.womens-info .testimonial-info p, .mens-info .testimonial-info p {
    font-family: 'Simplon Norm';
    font-weight: 500;
	color: var(--black);
	text-align: right;
	font-size: 24px;
	font-style: normal;
	line-height: 90%;
	text-transform: uppercase;
}
.testimonials-section.women-service .slick-slide {
	margin-right: 16px;
}
.posts-slider .slick-slide {
    margin-right: 24px;
}
.men-service {
    background-color: var(--asfalt-grey);
	padding-bottom: 130px;
}
.mens-info {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: auto;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    display: grid;
	align-items: flex-start;
}
.mens-image {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -33%;
    margin-bottom: 120px;
}
.mens-image img {
    border-radius: 16px;
}
.testimonials-section.women-service {
	padding-bottom: 25%;
	padding-top: 0;
}
.men-service .image-container {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    margin-top: 116px;
}
.men-service .image-container .main-image {
    border-radius: 10px;
    height: auto;
    object-position: top;
    object-fit: cover;
}
.men-service .image-container .overlay-image {
    right: 15%;
    width: auto;
    height: auto;
    top: 18%;
}
.kids-service {
    background-color: var(--off-white);
	padding-top: 88px;
	padding-bottom: 180px;
}
.kids-grid {
    display: flex;
    justify-content: space-between;
    align-items: center;
	margin-bottom: 174px;
}
.special .kids-grid {
	margin-bottom: 218px;
}
.kids-grid .testimonials-content {
	margin: 0;
}
.kids-quote {
    margin: 196px auto 0;
    max-width: 840px;
}
.kids-quote h2 {
    color: var(--black);
	text-align: center;
	font-family: 'Acta Light';
	font-size: 70px;
	font-style: normal;
	font-weight: 300;
	line-height: 90%;
}
.special {
    padding-top: 0;
    padding-bottom: 256px;
}
.page-section {
	padding: 80px 0;
}
.single-post .page-section {
	background-color: var(--off-white);
	padding: calc(78px + 84.1px) 0 calc(240px - 80px);
}
.single-post .page-section .text-container {
    max-width: 45%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.hero-info-single {
    max-width: 420px;
}
.hero-info-single h3, .hero-info-single p {
    color: var(--black);
    text-align: justify;
    font-family: 'Simplon Norm';
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 104%;
    text-transform: uppercase;
}
.single-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    grid-column-gap: 82px;
    grid-row-gap: 82px;
    align-items: center;
}
.hero-info-single p {
    margin: 5px 0 0;
}
.single-post .page-section .image-container {
	max-width: 55%;
}
.single-post .page-section .image-container .main-image {
    height: 640px;
}
.single-post .page-section .text-container h1 {
	color: var(--black);
	font-family: 'Simplon Norm';
	font-size: 80px;
	font-style: normal;
	font-weight: 400;
	line-height: 90%;
}
.page-section .title {
	padding: 20px 0;
}
.page-section .title h1 {
    font-family: 'Simplon Norm';
    font-weight: 500;
    color: var(--off-white);
    text-transform: uppercase;
    font-size: 5rem;
    line-height: .90em;
}
.content-section {
    padding: 80px 0 210px;
}
.search {
	margin-bottom: 1.5em;
}
.search .search-form label {
	display: block;
	margin-bottom: 1em;
}
.search .search-form input.search-field {
    width: 50%;
    padding: 10px 20px;
    border: 1px solid var(--academy-brown);
    color: var(--black);
}
.search .search-form input.search-field:focus-visible {
    outline: unset;
    border-color: var(--care-green);
}
.search .search-form input.search-field::placeholder {
	color: var(--black);
}
.search .search-form input.search-submit {
    padding: 10px 20px;
    color: var(--off-white);
    background-color: var(--academy-brown);
    border: 1px solid var(--academy-brown);
    font-family: 'Simplon Norm';
    text-transform: uppercase;
    line-height: 1.04em;
    font-size: 1.2rem;
    text-align: center;
    width: 15%;
}
.search .search-form input.search-submit:hover {
    color: var(--academy-brown);
    background-color: transparent;
    cursor: pointer;
}
.posts-grid {
	display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
    grid-column-gap: 21px;
    grid-row-gap: 48px;
}
.post-details {
    text-decoration: none;
}
.post-thumbnail img {
	height: 368px;
	border-radius: 16px;
	box-shadow: 0px 4px 8px -2px rgba(30, 30, 30, 0.25);
	object-fit: cover;
}
.post-info {
    margin-top: 8px;
}
.post-info h2.post-title {
    font-family: 'Simplon Norm';
	color: var(--black);
	text-align: justify;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: 90%;
	text-transform: uppercase;
}
.read-more {
    margin-top: 16px;
    display: flex;
    justify-content: flex-end;
	text-decoration-line: underline;
}
.bottom-content {
    max-width: 504px;
    margin: 162px 0 0 auto;
}
.bottom-content p {
	color: var(--black);
	text-align: justify;
	font-family: 'Simplon Norm';
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 104%;
	text-transform: uppercase;
}
.bottom-content p:not(:last-child) {
	margin-bottom: 32px;
}
.archive-description p {
    color: var(--off-white);
    font-size: 2rem;
    line-height: 1.4em;
    margin-top: .5em;
}
.page-section .title h1 span {
    text-transform: capitalize;
	color: var(--kids-yellow);
}

.contact-banner {
    background-color: var(--asfalt-grey);
    padding: 102px 0 28px;
}
.contact-grid {
    display: flex;
    gap: 170px;
    align-items: center;
}
.contact-title h1 {
    color: var(--black);
    font-size: 240px;
    font-style: normal;
    font-weight: 300;
    line-height: 90%;
    font-family: 'Acta Light';
}
.contact-content p {
    color: var(--black);
    text-align: justify;
    font-family: 'Simplon Norm';
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 104%;
    text-transform: uppercase;
}
.form-section {
	background-color: var(--asfalt-grey);
	padding: 28px 0 56px;
}
.contact-from {
    max-width: 50%;
    margin: 0 0 0 auto;
}
.form-fields label {
    color: var(--black);
    font-family: 'Simplon Norm';
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 104%;
    text-transform: uppercase;
    display: block;
	margin-bottom: 8px;
}
.wpcf7-form-control-wrap {
    display: block;
}
.form-fields {
    margin-bottom: 24px;
}
.form-fields .form-input, .form-fields .form-textarea {
    color: var(--black);
    font-family: 'Simplon Norm';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 104%;
    background-color: transparent;
    border: unset;
    border-bottom: 1px solid var(--black);
    width: 100%;
    padding: 10px 20px;
	border-radius: unset;
}
.form-fields .form-input::placeholder, .form-fields .form-textarea::placeholder {
    color: var(--black);
    font-family: 'Simplon Norm';
    font-weight: 400;
}
.form-fields .form-input:focus-visible, .form-fields .form-textarea:focus-visible {
    outline: unset;
	border-color: var(--academy-brown);
}
.form-fields .form-textarea {
    resize: none;
    height: 100px;
}
.form-button .form-btn {
    background-color: unset;
    border: unset;
    color: var(--black);
    text-align: justify;
    font-family: "Simplon Norm";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 90%;
    text-decoration-line: underline;
    text-transform: uppercase;
	padding: 0;
}
.form-button .form-btn:hover {
    cursor: pointer;
    text-decoration-line: unset;
}
.events-section {
    padding: 86px 0 160px;
}
.events-section .flex {
    padding-bottom: 80px;
	align-items: flex-start;
}
.events-section .flex .text-container p {
    color: var(--black);
    font-weight: 400;
    margin: 43px 0 0;
	width: 394px;
}
.events-section .flex .image-container {
    margin-top: 133px;
}
.events-section .flex .image-container .main-image {
    width: 672px;
    height: 784px;
    border-radius: 8px;
    box-shadow: 0px 4px 8px -2px rgba(30, 30, 30, 0.25);
	object-position: unset;
}
.events-section .flex .image-container .overlay-image {
    right: unset;
    width: 336px;
    height: 492px;
    border-radius: 8px;
    box-shadow: 0px 4px 8px -2px rgba(30, 30, 30, 0.25);
    left: -32%;
}
.events-other-content {
    padding-bottom: 40px;
    max-width: 30%;
    margin: 0 30px 0 auto;
}
.events-other-content p {
	width: 420px;
	color: var(--black);
	text-align: justify;
	font-family: 'Simplon Norm';
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 104%;
	text-transform: uppercase;
}
.events-image {
    position: relative;
    margin-bottom: 80px;
}
.events-image img {
    border-radius: 8px;
    box-shadow: 0px 4px 8px -2px rgba(30, 30, 30, 0.25);
    height: auto;
    width: 100%;
}
.block-on-image {
    width: 96px;
    height: 362px;
    background-color: var(--academy-brown);
    position: absolute;
    left: 120px;
}
.events-other-content.content-left {
    margin: 0;
    max-width: 50%;
    padding: 0;
}
.events-other-content.content-left p {
    font-weight: 400;
    text-transform: none;
    width: 588px;
}
.about_info.events_info {
    background-color: var(--asfalt-grey);
    padding: 80px 0 400px;
}
.about_info.events_info .row-1 .info-image img {
    width: 672px;
    height: 896px;
    border-radius: 8px;
    box-shadow: 0px 4px 8px -2px rgba(30, 30, 30, 0.25);
}
.about_info.events_info .row-2 .info-image img {
	width: 504px;
	height: 674px;
    border-radius: 8px;
    box-shadow: 0px 4px 8px -2px rgba(30, 30, 30, 0.25);
}
.about_info.events_info .info-content h2 {
    margin-bottom: 40px;
    position: absolute;
}
.page-id-631 .about_info.events_info .info-content h2 {
    font-size: 200px;
}
.about_info.events_info .row-1 .info-content p {
    width: 504px;
    position: relative;
    top: 262px;
}
.about_info.events_info .row-2 .info-content p {
	width: 420px;
}
.about_info.events_info .row-2 .info-content {
    display: flex;
    justify-content: flex-end;
    align-items: self-end;
}
.about_info.events_info .row-2 .info-image {
    margin-top: -15%;
}
.about_info.team-building {
    padding: 85px 0 240px;
}
.about_info.team-building .info-content h2 {
    margin-bottom: 33px;
}
.about_info.team-building .info-content p {
    width: 504px;
}
.about_info.team-building .info-content .btn-primary {
    margin-top: 40px;
}
.about_info.team-building .info-content p:not(:last-child) {
    margin-bottom: 40px;
}
.about_info.team-building .info-image img {
    box-shadow: 0px 4px 8px -2px rgba(30, 30, 30, 0.25);
    width: 756px;
    height: 1008px;
}

/*****************Footer**************/
.site-footer {
    background-color: var(--asfalt-grey);
    padding: 33px 0 12px;
	background-repeat: no-repeat;
    background-position: 90% center;
    /*height: 675px;*/
}
.footer-title h2 {
    font-family: 'Acta Light';
    font-weight: 300;
	color: var(--black);
	font-size: 52px;
	font-style: normal;
	line-height: normal;
}
.line {
    width: 100%;
    height: 1px;
    background-color: var(--black);
	margin-top: 31px;
}
.footer-bottom {
    display: flex;
    align-items: flex-end;
    height: 530px;
}
.footer-center {
    display: flex;
    justify-content: center;
}
.footer-left, .footer-right {
    max-width: 21%;
}
.footer-center {
    max-width: 58%;
}
.footer-left p {
    font-family: 'Simplon Norm';
    font-weight: 500;
    text-transform: uppercase;
	text-align: justify;
	color: var(--black);
	font-size: 16px;
	font-style: normal;
	line-height: 104%;
	width: 207px;
}
.footer-links {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
	gap: 2px 16px;
	justify-content: center;
}
.footer-right .footer-links li {
    display: block;
    position: relative;
}
/*.footer-right .footer-links li:not(:last-child):after {
    content: '•';
    position: absolute;
    right: -22px;
    font-weight: 500;
}*/
.footer-links li a {
	text-decoration: none;
	font-family: 'Simplon Norm';
	color: #000;
	text-align: justify;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 104%;
	text-transform: uppercase;
}
.footer-links li a:hover {
	cursor: pointer;
	text-decoration: underline;
}
.footer-form {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.form-info-footer form .row-form {
    display: flex;
    justify-content: flex-end;
	gap: 20px;
}
.form-info-footer form .row-form .subscribe-field {
    color: var(--black);
    font-family: 'Simplon Norm';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 104%;
    background-color: transparent;
    border: unset;
    border-bottom: 1px solid var(--black);
    width: 100%;
    padding: 10px 20px;
    border-radius: unset;
}
.form-info-footer form .row-form .subscribe-field::placeholder {
    color: var(--black);
    font-family: 'Simplon Norm';
    font-weight: 400;
}
.form-info-footer form .row-form .subscribe-field:focus-visible {
    outline: unset;
	border-color: var(--academy-brown);
}
.form-info-footer form .row-form .wpcf7-spinner {
	display: none;
}
.form-info-footer form .row-form .subscribe-btn {
    background-color: unset;
    border: unset;
    color: var(--black);
    text-align: justify;
    font-family: "Simplon Norm";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 90%;
    text-decoration-line: underline;
    text-transform: uppercase;
    padding: 0;
}
.form-info-footer form .row-form .subscribe-btn:hover {
	cursor: pointer;
    text-decoration-line: unset;
}

.top-menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 30px;
}
.flags {
	display: flex;
	gap: 16px;
	width: auto;
	/*border-radius: 5px 0  0 5px;
	padding: 16px;
	background-color: var(--kids-yellow);
	position: fixed;
	z-index: 999;
	right: 0;
	width: auto;
	bottom: 80px;*/
}
.flag {
    width: auto;
}
/*@media only screen and (max-width: 1900px) {
	.page-id-577 .hero-title h1 {
		font-size: 150px;
	}
}*/

/***************************Single Service*********************/
.page-template-single-service .hero-content {
    max-width: 506px;
    margin-bottom: 0;
    padding-bottom: 51px;
}
.page-template-single-service .hero-content p {
	margin-bottom: 32px;
}
.page-template-single-service .services-section {
	padding-top: 48px;
	padding-bottom: calc(146px - 80px);
}
.page-template-single-service .services-section .text-container, .page-template-single-service .services-section .image-container {
    max-width: 50%;
}
.page-template-single-service .services-section .image-container .main-image {
    height: 611px;
	object-position: center;
	width: 100%;
}
.page-template-single-service .services-section .text-container h1 {
	font-family: 'Acta Light';
    position: relative;
    z-index: 2;
    color: var(--black);
    font-size: 240px;
    font-style: normal;
    font-weight: 300;
    line-height: 90%;
	margin-bottom: 43px;
}
.page-template-single-service .services-section .text-container p {
	margin: 0;
	max-width: 504px;
}
.page-template-single-service .services-section .text-container p:not(:last-child) {
	margin-bottom: 1em;
}
.section-green {
	background-color: var(--asfalt-grey);
	padding-top: 93px;
}
.section-white {
	background-color: var(--off-white);
	padding-top: 80px;
}
.single-service-section {
    padding-bottom: 80px;
}
.single-service-section .text-container, .single-service-section .image-container {
    max-width: 50%;
}
.single-service-section .text-container h2, .single-service-section .image-container h2 {
    color: var(--black);
    font-family: "Simplon Norm";
    font-size: 80px;
    font-style: normal;
    font-weight: 400;
    line-height: 90%;
}
.single-service-section .image-container h2 {
	z-index: 1;
    position: absolute;
    top: -70px;
}
.section-top {
    padding-top: 70px;
}
.single-service-section .text-container h2 {
	margin-bottom: 48px;
}
.single-service-section .text-container p {
    margin: 0;
    max-width: 504px;
    font-weight: 500;
    text-transform: uppercase;
}
.single-service-section .text-container p:not(:last-child) {
	margin-bottom: 32px;
}
.section-space:not(:last-child) {
    padding-bottom: 160px;
}
/*.single-service-section .section-top {
    padding-top: 160px;
}
.single-service-section .section-top#flex-1 {
    padding: 0;
}*/
.single-service-section .section-left .image-container .main-image {
    width: 100%;
    height: 848px;
}
.single-service-section .section-top .image-container .main-image {
    width: 756px;
	height: 795px;
}
.single-service-section .section-top .text-container {
	align-self: end;
	text-align: right;
}
.single-service-section .section-top .text-container p {
	margin-left: auto;
}
/***************************Single Service*********************/
.page-title {
    margin-bottom: 56px;
}
.page-title h1 {
    color: var(--black);
    font-family: 'Acta Light';
    font-size: 240px;
    font-style: normal;
    font-weight: 300;
    line-height: 90%;
}
.mobile-heading {
	display: none;
}
.related-posts {
    padding-bottom: 274px;
}
.related-title {
	margin-bottom: 48px;
}
.related-title h2 {
    color: var(--black);
    font-family: 'Simplon Norm';
    font-size: 80px;
    font-style: normal;
    font-weight: 400;
    line-height: 90%;
}
.page-id-1300 .locations-title h2, .page-id-1318 .locations-title h2 {
    font-size: 218px;
}
.page-id-1453 .contact-title h1, .page-id-642 .contact-title h1 {
    font-size: 170px;
}
.page-id-1531 .locations-title h2, .page-id-1543 .locations-title h2 {
	font-size: 216px;
}
.page-id-1531 .testimonials-title h2 {
	font-size: 232px;
}
.page-id-1642 .contact-title h1 {
    font-size: 200px;
}
.page-id-1642 .contact-grid {
    gap: 70px;
}
.insta-section {
    background-color: var(--care-green);
    padding: 80px 0;
}
.insta-section a {
    color: var(--black);
}
.insta-title {
	margin-bottom: 30px;
}
.insta-title h2 {
	font-family: 'Acta Light';
    font-weight: 300;
    font-size: 240px;
    line-height: 90%;
    color: var(--black);
    font-style: normal;
}
.page-id-2083 .contact-banner, .page-id-2083 .form-section, .page-id-2085 .contact-banner, .page-id-2085 .form-section, .page-id-2092 .contact-banner, .page-id-2092 .form-section, .page-id-2096 .contact-banner, .page-id-2096 .form-section {
    background-color: var(--off-white);
}

@media only screen and (max-width: 1500px) {
	.container {
		padding: 0 30px;
	}
	.hero-title h1 .full-width {
		font-size: 204.15px;
	}
	.overlay-image {
		right: -3.6%;
	}
	.page-id-1300 .language li a, .page-id-1300 .language li, .page-id-1300 .main-menu .primary-menu li a, .page-id-1318 .language li a, .page-id-1318 .language li, .page-id-1318 .main-menu .primary-menu li a, .page-id-1321 .language li a, .page-id-1321 .language li, .page-id-1321 .main-menu .primary-menu li a, .page-id-1334 .language li a, .page-id-1334 .language li, .page-id-1334 .main-menu .primary-menu li a, .page-id-1343 .language li a, .page-id-1343 .language li, .page-id-1343 .main-menu .primary-menu li a, .page-id-1352 .language li a, .page-id-1352 .language li, .page-id-1352 .main-menu .primary-menu li a, .page-id-1360 .language li a, .page-id-1360 .language li, .page-id-1360 .main-menu .primary-menu li a, .page-id-1366 .language li a, .page-id-1366 .language li, .page-id-1366 .main-menu .primary-menu li a, .page-id-1373 .language li a, .page-id-1373 .language li, .page-id-1373 .main-menu .primary-menu li a, .page-id-1380 .language li a, .page-id-1380 .language li, .page-id-1380 .main-menu .primary-menu li a, .page-id-1393 .language li a, .page-id-1393 .language li, .page-id-1393 .main-menu .primary-menu li a, .page-id-1406 .language li a, .page-id-1406 .language li, .page-id-1406 .main-menu .primary-menu li a, .page-id-1413 .language li a, .page-id-1413 .language li, .page-id-1413 .main-menu .primary-menu li a, .page-id-1422 .language li a, .page-id-1422 .language li, .page-id-1422 .main-menu .primary-menu li a, .page-id-1428 .language li a, .page-id-1428 .language li, .page-id-1428 .main-menu .primary-menu li a, .page-id-1444 .language li a, .page-id-1444 .language li, .page-id-1444 .main-menu .primary-menu li a, .page-id-1453 .language li a, .page-id-1453 .language li, .page-id-1453 .main-menu .primary-menu li a, .page-id-1672 .language li a, .page-id-1672 .language li, .page-id-1672 .main-menu .primary-menu li a, .page-id-1678 .language li a, .page-id-1678 .language li, .page-id-1678 .main-menu .primary-menu li a, .page-id-1683 .language li a, .page-id-1683 .language li, .page-id-1683 .main-menu .primary-menu li a, .page-id-1715 .language li a, .page-id-1715 .language li, .page-id-1715 .main-menu .primary-menu li a {
		font-size: 70px;
	}
	.page-id-1531 .language li a, .page-id-1531 .language li, .page-id-1531 .main-menu .primary-menu li a, .page-id-1543 .language li a, .page-id-1543 .language li, .page-id-1543 .main-menu .primary-menu li a, .page-id-1551 .language li a, .page-id-1551 .language li, .page-id-1551 .main-menu .primary-menu li a, .page-id-1557 .language li a, .page-id-1557 .language li, .page-id-1557 .main-menu .primary-menu li a, .page-id-1562 .language li a, .page-id-1562 .language li, .page-id-1562 .main-menu .primary-menu li a, .page-id-1566 .language li a, .page-id-1566 .language li, .page-id-1566 .main-menu .primary-menu li a, .page-id-1571 .language li a, .page-id-1571 .language li, .page-id-1571 .main-menu .primary-menu li a, .page-id-1576 .language li a, .page-id-1576 .language li, .page-id-1576 .main-menu .primary-menu li a, .page-id-1578 .language li a, .page-id-1578 .language li, .page-id-1578 .main-menu .primary-menu li a, .page-id-1583 .language li a, .page-id-1583 .language li, .page-id-1583 .main-menu .primary-menu li a, .page-id-1590 .language li a, .page-id-1590 .language li, .page-id-1590 .main-menu .primary-menu li a, .page-id-1605 .language li a, .page-id-1605 .language li, .page-id-1605 .main-menu .primary-menu li a, .page-id-1616 .language li a, .page-id-1616 .language li, .page-id-1616 .main-menu .primary-menu li a, .page-id-1623 .language li a, .page-id-1623 .language li, .page-id-1623 .main-menu .primary-menu li a, .page-id-1633 .language li a, .page-id-1633 .language li, .page-id-1633 .main-menu .primary-menu li a, .page-id-1638 .language li a, .page-id-1638 .language li, .page-id-1638 .main-menu .primary-menu li a, .page-id-1642 .language li a, .page-id-1642 .language li, .page-id-1642 .main-menu .primary-menu li a, .page-id-1673 .language li a, .page-id-1673 .language li, .page-id-1673 .main-menu .primary-menu li a, .page-id-1697 .language li a, .page-id-1697 .language li, .page-id-1697 .main-menu .primary-menu li a, .page-id-1701 .language li a, .page-id-1701 .language li, .page-id-1701 .main-menu .primary-menu li a, .page-id-1722 .language li a, .page-id-1722 .language li, .page-id-1722 .main-menu .primary-menu li a {
		font-size: 70px;
	}
	.page-id-1531 .locations-title h2, .page-id-1543 .locations-title h2 {
		font-size: 208px;
	}
}
@media only screen and (max-width: 1439px) {
	.hero-title h1, .hero-title h1 .full-width {
		font-size: 182px;
	}
	.testimonials-title h2, .text-container h2, .locations-title h2, .academy-content h2, .find-title h2, .info-content h2, .mission-title h2, .vision-title h2, .contact-title h1, .page-template-single-service .services-section .text-container h1, .insta-title h2 {
		font-size: 200px;
	}
	.page-id-625 .find-title h2, .page-id-664 .find-title h2, .page-id-789 .find-title h2, .page-id-794 .find-title h2, .page-id-778 .find-title h2, .page-id-798 .find-title h2, .page-id-802 .find-title h2, .page-id-806 .find-title h2 {
		font-size: 188px;
	}
	.overlay-image {
		right: -3.9%;
	}
	.no-img-location .location-content {
		height: 404.39px; /*87.27%;*/
		padding: 0 40px;
	}
	#row-1 .info-image {
		max-width: 55%;
	}
	#row-1 .info-content {
		max-width: 45%;
	}
	/*.page-id-577 .hero-title h1 {
		font-size: 150px;
	}*/
	.page-id-577 .about-title h2 {
		font-size: 67px;
	}
	.page-id-631 .about_info.events_info .info-content h2 {
		font-size: 180px;
	}
	.page-id-1300 .locations-title h2, .page-id-1318 .locations-title h2 {
		font-size: 196px;
	}
	.page-id-642 .language li a, .page-id-642 .language li, .page-id-642 .main-menu .primary-menu li a, .page-id-577 .language li a, .page-id-577 .language li, .page-id-577 .main-menu .primary-menu li a, .page-id-625 .language li a, .page-id-625 .language li, .page-id-625 .main-menu .primary-menu li a, .page-id-593 .language li a, .page-id-593 .language li, .page-id-593 .main-menu .primary-menu li a, .page-id-631 .language li a, .page-id-631 .language li, .page-id-631 .main-menu .primary-menu li a, .page-id-613 .language li a, .page-id-613 .language li, .page-id-613 .main-menu .primary-menu li a, .page-id-789 .language li a, .page-id-789 .language li, .page-id-789 .main-menu .primary-menu li a, .page-id-794 .language li a, .page-id-794 .language li, .page-id-794 .main-menu .primary-menu li a, .page-id-778 .language li a, .page-id-778 .language li, .page-id-778 .main-menu .primary-menu li a, .page-id-802 .language li a, .page-id-802 .language li, .page-id-802 .main-menu .primary-menu li a, .page-id-806 .language li a, .page-id-806 .language li, .page-id-806 .main-menu .primary-menu li a, .page-id-798 .language li a, .page-id-798 .language li, .page-id-798 .main-menu .primary-menu li a, .page-id-664 .language li a, .page-id-664 .language li, .page-id-664 .main-menu .primary-menu li a, .page-id-886 .language li a, .page-id-886 .language li, .page-id-886 .main-menu .primary-menu li a, .page-id-892 .language li a, .page-id-892 .language li, .page-id-892 .main-menu .primary-menu li a, .page-id-664 .language li a, .page-id-664 .language li, .page-id-664 .main-menu .primary-menu li a, .page-id-886 .language li a, .page-id-886 .language li, .page-id-886 .main-menu .primary-menu li a, .page-id-892 .language li a, .page-id-892 .language li, .page-id-892 .main-menu .primary-menu li a, .page-id-889 .language li a, .page-id-889 .language li, .page-id-889 .main-menu .primary-menu li a, .page-id-1230 .language li a, .page-id-1230 .language li, .page-id-1230 .main-menu .primary-menu li a, .page-id-1252 .language li a, .page-id-1252 .language li, .page-id-1252 .main-menu .primary-menu li a, .page-id-1267 .language li a, .page-id-1267 .language li, .page-id-1267 .main-menu .primary-menu li a, .page-id-1282 .language li a, .page-id-1282 .language li, .page-id-1282 .main-menu .primary-menu li a, .page-id-1709 .language li a, .page-id-1709 .language li, .page-id-1709 .main-menu .primary-menu li a {
		font-size: 66px;
	}
	.page-id-1531 .locations-title h2, .page-id-1543 .locations-title h2 {
		font-size: 186px;
	}
	.page-id-1531 .testimonials-title h2 {
		font-size: 210px;
	}
	.page-id-1642 .contact-title h1 {
		font-size: 150px;
	}
	.page-id-1531 .language li a, .page-id-1531 .language li, .page-id-1531 .main-menu .primary-menu li a, .page-id-1543 .language li a, .page-id-1543 .language li, .page-id-1543 .main-menu .primary-menu li a, .page-id-1551 .language li a, .page-id-1551 .language li, .page-id-1551 .main-menu .primary-menu li a, .page-id-1557 .language li a, .page-id-1557 .language li, .page-id-1557 .main-menu .primary-menu li a, .page-id-1562 .language li a, .page-id-1562 .language li, .page-id-1562 .main-menu .primary-menu li a, .page-id-1566 .language li a, .page-id-1566 .language li, .page-id-1566 .main-menu .primary-menu li a, .page-id-1571 .language li a, .page-id-1571 .language li, .page-id-1571 .main-menu .primary-menu li a, .page-id-1576 .language li a, .page-id-1576 .language li, .page-id-1576 .main-menu .primary-menu li a, .page-id-1578 .language li a, .page-id-1578 .language li, .page-id-1578 .main-menu .primary-menu li a, .page-id-1583 .language li a, .page-id-1583 .language li, .page-id-1583 .main-menu .primary-menu li a, .page-id-1590 .language li a, .page-id-1590 .language li, .page-id-1590 .main-menu .primary-menu li a, .page-id-1605 .language li a, .page-id-1605 .language li, .page-id-1605 .main-menu .primary-menu li a, .page-id-1616 .language li a, .page-id-1616 .language li, .page-id-1616 .main-menu .primary-menu li a, .page-id-1623 .language li a, .page-id-1623 .language li, .page-id-1623 .main-menu .primary-menu li a, .page-id-1633 .language li a, .page-id-1633 .language li, .page-id-1633 .main-menu .primary-menu li a, .page-id-1638 .language li a, .page-id-1638 .language li, .page-id-1638 .main-menu .primary-menu li a, .page-id-1642 .language li a, .page-id-1642 .language li, .page-id-1642 .main-menu .primary-menu li a, .page-id-1673 .language li a, .page-id-1673 .language li, .page-id-1673 .main-menu .primary-menu li a, .page-id-1697 .language li a, .page-id-1697 .language li, .page-id-1697 .main-menu .primary-menu li a, .page-id-1701 .language li a, .page-id-1701 .language li, .page-id-1701 .main-menu .primary-menu li a, .page-id-1722 .language li a, .page-id-1722 .language li, .page-id-1722 .main-menu .primary-menu li a {
		font-size: 64px;
	}
}
@media only screen and (max-width: 1299px) {
	.hero-title h1, .hero-title h1 .full-width {
		font-size: 172px;
	}
	.about-title h2 br {
		display: none;
	}
	.events-other-content {
		max-width: 36%;
	}
	.page-id-1300 .locations-title h2, .page-id-1318 .locations-title h2 {
		font-size: 186px;
	}
	.page-id-1453 .contact-title h1, .page-id-642 .contact-title h1 {
		font-size: 130px;
	}
	.page-id-1531 .locations-title h2, .page-id-1543 .locations-title h2 {
		font-size: 176px;
	}
	.page-id-1531 .testimonials-title h2 {
		font-size: 200px;
	}
	.page-id-1642 .contact-title h1 {
		font-size: 130px;
	}
}
@media only screen and (max-width: 1239px) {
	.about-title {
		padding: 128px 0 120px;
	}
	.hero-title h1, .hero-title h1 .full-width, .hero-title h1 .acta-font {
		font-size: 140px;
	}
	.about-title h2, .page-id-577 .about-title h2 {
		font-size: 48px;
	}
	.testimonials-title h2, .text-container h2, .locations-title h2, .academy-content h2, .find-title h2, .info-content h2, .mission-title h2, .vision-title h2, .contact-title h1, .page-template-single-service .services-section .text-container h1, .page-title h1, .insta-title h2 {
		font-size: 150px;
	}
	.overlay-image {
		right: -5%;
	}
	.no-img-location .location-content .no-img {
		font-size: 38px;
	}
	.no-img-location .location-content {
		height: 390.19px; /*83.96%;*/
	}
	.locations-section {
		padding-bottom: 116px;
	}
	.testimonials-section {
		padding: 104px 0 164px;
	}
	.main-image {
		height: 626px;
		width: 427px;
	}
	.overlay-image {
        width: 366px;
        height: 342px;
    }
	.image-container, .text-container {
		max-width: 50%;
	}
	.academy-image img {
		height: 596px;
	}
	.logo-center img {
		height: 38px;
	}
	.mens-info {
		grid-template-columns: repeat(3, 1fr);
	}
	#row-1 .info-image img, #row-2 .info-image img, #row-3 .info-image img {
		height: auto;
	}
	#row-1 .info-content {
        max-width: 55%;
    }
	#row-1 .info-image {
        max-width: 45%;
    }
	#row-2.info-grid {
		gap: 60px;
	}
	.events-other-content {
        max-width: 44%;
    }
	.about_info.events_info .info-grid {
		gap: 40px;
	}
	.about_info.team-building .info-content p {
		position: relative;
	}
	.main-menu {
		background-size: contain;
	}
	/*.page-id-577 .hero-title h1 {
		font-size: 134px;
	}*/
	.page-id-625 .find-title h2, .page-id-664 .find-title h2, .page-id-789 .find-title h2, .page-id-794 .find-title h2, .page-id-778 .find-title h2, .page-id-798 .find-title h2, .page-id-802 .find-title h2, .page-id-806 .find-title h2 {
        font-size: 154px;
    }
	.page-id-631 .about_info.events_info .info-content h2 {
		font-size: 148px;
	}
	.page-id-1300 .locations-title h2, .page-id-1318 .locations-title h2 {
		font-size: 164px;
	}
	.page-id-1453 .contact-title h1, .page-id-642 .contact-title h1 {
		font-size: 104px;
	}
	.page-id-642 .language li a, .page-id-642 .language li, .page-id-642 .main-menu .primary-menu li a, .page-id-577 .language li a, .page-id-577 .language li, .page-id-577 .main-menu .primary-menu li a, .page-id-625 .language li a, .page-id-625 .language li, .page-id-625 .main-menu .primary-menu li a, .page-id-593 .language li a, .page-id-593 .language li, .page-id-593 .main-menu .primary-menu li a, .page-id-631 .language li a, .page-id-631 .language li, .page-id-631 .main-menu .primary-menu li a, .page-id-613 .language li a, .page-id-613 .language li, .page-id-613 .main-menu .primary-menu li a, .page-id-789 .language li a, .page-id-789 .language li, .page-id-789 .main-menu .primary-menu li a, .page-id-794 .language li a, .page-id-794 .language li, .page-id-794 .main-menu .primary-menu li a, .page-id-778 .language li a, .page-id-778 .language li, .page-id-778 .main-menu .primary-menu li a, .page-id-802 .language li a, .page-id-802 .language li, .page-id-802 .main-menu .primary-menu li a, .page-id-806 .language li a, .page-id-806 .language li, .page-id-806 .main-menu .primary-menu li a, .page-id-798 .language li a, .page-id-798 .language li, .page-id-798 .main-menu .primary-menu li a, .page-id-664 .language li a, .page-id-664 .language li, .page-id-664 .main-menu .primary-menu li a, .page-id-886 .language li a, .page-id-886 .language li, .page-id-886 .main-menu .primary-menu li a, .page-id-892 .language li a, .page-id-892 .language li, .page-id-892 .main-menu .primary-menu li a, .page-id-664 .language li a, .page-id-664 .language li, .page-id-664 .main-menu .primary-menu li a, .page-id-886 .language li a, .page-id-886 .language li, .page-id-886 .main-menu .primary-menu li a, .page-id-892 .language li a, .page-id-892 .language li, .page-id-892 .main-menu .primary-menu li a, .page-id-889 .language li a, .page-id-889 .language li, .page-id-889 .main-menu .primary-menu li a, .page-id-1230 .language li a, .page-id-1230 .language li, .page-id-1230 .main-menu .primary-menu li a, .page-id-1252 .language li a, .page-id-1252 .language li, .page-id-1252 .main-menu .primary-menu li a, .page-id-1267 .language li a, .page-id-1267 .language li, .page-id-1267 .main-menu .primary-menu li a, .page-id-1282 .language li a, .page-id-1282 .language li, .page-id-1282 .main-menu .primary-menu li a, .page-id-1709 .language li a, .page-id-1709 .language li, .page-id-1709 .main-menu .primary-menu li a {
		font-size: 58px;
	}
	.page-id-1300 .language li a, .page-id-1300 .language li, .page-id-1300 .main-menu .primary-menu li a, .page-id-1318 .language li a, .page-id-1318 .language li, .page-id-1318 .main-menu .primary-menu li a, .page-id-1321 .language li a, .page-id-1321 .language li, .page-id-1321 .main-menu .primary-menu li a, .page-id-1334 .language li a, .page-id-1334 .language li, .page-id-1334 .main-menu .primary-menu li a, .page-id-1343 .language li a, .page-id-1343 .language li, .page-id-1343 .main-menu .primary-menu li a, .page-id-1352 .language li a, .page-id-1352 .language li, .page-id-1352 .main-menu .primary-menu li a, .page-id-1360 .language li a, .page-id-1360 .language li, .page-id-1360 .main-menu .primary-menu li a, .page-id-1366 .language li a, .page-id-1366 .language li, .page-id-1366 .main-menu .primary-menu li a, .page-id-1373 .language li a, .page-id-1373 .language li, .page-id-1373 .main-menu .primary-menu li a, .page-id-1380 .language li a, .page-id-1380 .language li, .page-id-1380 .main-menu .primary-menu li a, .page-id-1393 .language li a, .page-id-1393 .language li, .page-id-1393 .main-menu .primary-menu li a, .page-id-1406 .language li a, .page-id-1406 .language li, .page-id-1406 .main-menu .primary-menu li a, .page-id-1413 .language li a, .page-id-1413 .language li, .page-id-1413 .main-menu .primary-menu li a, .page-id-1422 .language li a, .page-id-1422 .language li, .page-id-1422 .main-menu .primary-menu li a, .page-id-1428 .language li a, .page-id-1428 .language li, .page-id-1428 .main-menu .primary-menu li a, .page-id-1444 .language li a, .page-id-1444 .language li, .page-id-1444 .main-menu .primary-menu li a, .page-id-1453 .language li a, .page-id-1453 .language li, .page-id-1453 .main-menu .primary-menu li a, .page-id-1672 .language li a, .page-id-1672 .language li, .page-id-1672 .main-menu .primary-menu li a, .page-id-1678 .language li a, .page-id-1678 .language li, .page-id-1678 .main-menu .primary-menu li a, .page-id-1683 .language li a, .page-id-1683 .language li, .page-id-1683 .main-menu .primary-menu li a, .page-id-1715 .language li a, .page-id-1715 .language li, .page-id-1715 .main-menu .primary-menu li a {
		font-size: 56px;
	}
	.page-id-1531 .locations-title h2, .page-id-1543 .locations-title h2 {
		font-size: 156px;
	}
	.page-id-1531 .testimonials-title h2 {
		font-size: 176px;
	}
	.page-id-1531 .language li a, .page-id-1531 .language li, .page-id-1531 .main-menu .primary-menu li a, .page-id-1543 .language li a, .page-id-1543 .language li, .page-id-1543 .main-menu .primary-menu li a, .page-id-1551 .language li a, .page-id-1551 .language li, .page-id-1551 .main-menu .primary-menu li a, .page-id-1557 .language li a, .page-id-1557 .language li, .page-id-1557 .main-menu .primary-menu li a, .page-id-1562 .language li a, .page-id-1562 .language li, .page-id-1562 .main-menu .primary-menu li a, .page-id-1566 .language li a, .page-id-1566 .language li, .page-id-1566 .main-menu .primary-menu li a, .page-id-1571 .language li a, .page-id-1571 .language li, .page-id-1571 .main-menu .primary-menu li a, .page-id-1576 .language li a, .page-id-1576 .language li, .page-id-1576 .main-menu .primary-menu li a, .page-id-1578 .language li a, .page-id-1578 .language li, .page-id-1578 .main-menu .primary-menu li a, .page-id-1583 .language li a, .page-id-1583 .language li, .page-id-1583 .main-menu .primary-menu li a, .page-id-1590 .language li a, .page-id-1590 .language li, .page-id-1590 .main-menu .primary-menu li a, .page-id-1605 .language li a, .page-id-1605 .language li, .page-id-1605 .main-menu .primary-menu li a, .page-id-1616 .language li a, .page-id-1616 .language li, .page-id-1616 .main-menu .primary-menu li a, .page-id-1623 .language li a, .page-id-1623 .language li, .page-id-1623 .main-menu .primary-menu li a, .page-id-1633 .language li a, .page-id-1633 .language li, .page-id-1633 .main-menu .primary-menu li a, .page-id-1638 .language li a, .page-id-1638 .language li, .page-id-1638 .main-menu .primary-menu li a, .page-id-1642 .language li a, .page-id-1642 .language li, .page-id-1642 .main-menu .primary-menu li a, .page-id-1673 .language li a, .page-id-1673 .language li, .page-id-1673 .main-menu .primary-menu li a, .page-id-1697 .language li a, .page-id-1697 .language li, .page-id-1697 .main-menu .primary-menu li a, .page-id-1701 .language li a, .page-id-1701 .language li, .page-id-1701 .main-menu .primary-menu li a, .page-id-1722 .language li a, .page-id-1722 .language li, .page-id-1722 .main-menu .primary-menu li a {
		font-size: 54px;
	}
}
@media only screen and (max-width: 1100px) {
	.page-template-single-service .services-section .text-container p, .single-service-section .text-container p {
		max-width: 404px;
	}
	.single-service-section .text-container h2, .single-service-section .image-container h2 {
		font-size: 66px;
	}
	.single-service-section .section-top .image-container .main-image, .single-service-section .section-left .image-container .main-image, .page-template-single-service .services-section .image-container .main-image {
		width: auto;
		height: auto;
	}
	.hero-section.page-section .flex {
		gap: 60px;
	}
	.single-post .page-section .text-container h1 {
		font-size: 64px;
	}
	.single-post .page-section {
		padding-bottom: calc(160px - 80px);
	}
	.content-section {
		padding: 0px 0 80px;
	}
	.page-id-1300 .locations-title h2, .page-id-1318 .locations-title h2 {
        font-size: 152px;
    }
	.page-id-1453 .contact-title h1, .page-id-642 .contact-title h1 {
		font-size: 90px;
	}
	.page-id-642 .language li a, .page-id-642 .language li, .page-id-642 .main-menu .primary-menu li a, .page-id-577 .language li a, .page-id-577 .language li, .page-id-577 .main-menu .primary-menu li a, .page-id-625 .language li a, .page-id-625 .language li, .page-id-625 .main-menu .primary-menu li a, .page-id-593 .language li a, .page-id-593 .language li, .page-id-593 .main-menu .primary-menu li a, .page-id-631 .language li a, .page-id-631 .language li, .page-id-631 .main-menu .primary-menu li a, .page-id-613 .language li a, .page-id-613 .language li, .page-id-613 .main-menu .primary-menu li a, .page-id-789 .language li a, .page-id-789 .language li, .page-id-789 .main-menu .primary-menu li a, .page-id-794 .language li a, .page-id-794 .language li, .page-id-794 .main-menu .primary-menu li a, .page-id-778 .language li a, .page-id-778 .language li, .page-id-778 .main-menu .primary-menu li a, .page-id-802 .language li a, .page-id-802 .language li, .page-id-802 .main-menu .primary-menu li a, .page-id-806 .language li a, .page-id-806 .language li, .page-id-806 .main-menu .primary-menu li a, .page-id-798 .language li a, .page-id-798 .language li, .page-id-798 .main-menu .primary-menu li a, .page-id-664 .language li a, .page-id-664 .language li, .page-id-664 .main-menu .primary-menu li a, .page-id-886 .language li a, .page-id-886 .language li, .page-id-886 .main-menu .primary-menu li a, .page-id-892 .language li a, .page-id-892 .language li, .page-id-892 .main-menu .primary-menu li a, .page-id-664 .language li a, .page-id-664 .language li, .page-id-664 .main-menu .primary-menu li a, .page-id-886 .language li a, .page-id-886 .language li, .page-id-886 .main-menu .primary-menu li a, .page-id-892 .language li a, .page-id-892 .language li, .page-id-892 .main-menu .primary-menu li a, .page-id-889 .language li a, .page-id-889 .language li, .page-id-889 .main-menu .primary-menu li a, .page-id-1230 .language li a, .page-id-1230 .language li, .page-id-1230 .main-menu .primary-menu li a, .page-id-1252 .language li a, .page-id-1252 .language li, .page-id-1252 .main-menu .primary-menu li a, .page-id-1267 .language li a, .page-id-1267 .language li, .page-id-1267 .main-menu .primary-menu li a, .page-id-1282 .language li a, .page-id-1282 .language li, .page-id-1282 .main-menu .primary-menu li a, .page-id-1709 .language li a, .page-id-1709 .language li, .page-id-1709 .main-menu .primary-menu li a {
		font-size: 52px;
	}
	.page-id-1300 .language li a, .page-id-1300 .language li, .page-id-1300 .main-menu .primary-menu li a, .page-id-1318 .language li a, .page-id-1318 .language li, .page-id-1318 .main-menu .primary-menu li a, .page-id-1321 .language li a, .page-id-1321 .language li, .page-id-1321 .main-menu .primary-menu li a, .page-id-1334 .language li a, .page-id-1334 .language li, .page-id-1334 .main-menu .primary-menu li a, .page-id-1343 .language li a, .page-id-1343 .language li, .page-id-1343 .main-menu .primary-menu li a, .page-id-1352 .language li a, .page-id-1352 .language li, .page-id-1352 .main-menu .primary-menu li a, .page-id-1360 .language li a, .page-id-1360 .language li, .page-id-1360 .main-menu .primary-menu li a, .page-id-1366 .language li a, .page-id-1366 .language li, .page-id-1366 .main-menu .primary-menu li a, .page-id-1373 .language li a, .page-id-1373 .language li, .page-id-1373 .main-menu .primary-menu li a, .page-id-1380 .language li a, .page-id-1380 .language li, .page-id-1380 .main-menu .primary-menu li a, .page-id-1393 .language li a, .page-id-1393 .language li, .page-id-1393 .main-menu .primary-menu li a, .page-id-1406 .language li a, .page-id-1406 .language li, .page-id-1406 .main-menu .primary-menu li a, .page-id-1413 .language li a, .page-id-1413 .language li, .page-id-1413 .main-menu .primary-menu li a, .page-id-1422 .language li a, .page-id-1422 .language li, .page-id-1422 .main-menu .primary-menu li a, .page-id-1428 .language li a, .page-id-1428 .language li, .page-id-1428 .main-menu .primary-menu li a, .page-id-1444 .language li a, .page-id-1444 .language li, .page-id-1444 .main-menu .primary-menu li a, .page-id-1453 .language li a, .page-id-1453 .language li, .page-id-1453 .main-menu .primary-menu li a, .page-id-1672 .language li a, .page-id-1672 .language li, .page-id-1672 .main-menu .primary-menu li a, .page-id-1678 .language li a, .page-id-1678 .language li, .page-id-1678 .main-menu .primary-menu li a, .page-id-1683 .language li a, .page-id-1683 .language li, .page-id-1683 .main-menu .primary-menu li a, .page-id-1715 .language li a, .page-id-1715 .language li, .page-id-1715 .main-menu .primary-menu li a {
		font-size: 48px;
	}
	.page-id-1531 .locations-title h2, .page-id-1543 .locations-title h2 {
		font-size: 144px;
	}
	.page-id-1531 .testimonials-title h2 {
		font-size: 162px;
	}
	.page-id-1531 .language li a, .page-id-1531 .language li, .page-id-1531 .main-menu .primary-menu li a, .page-id-1543 .language li a, .page-id-1543 .language li, .page-id-1543 .main-menu .primary-menu li a, .page-id-1551 .language li a, .page-id-1551 .language li, .page-id-1551 .main-menu .primary-menu li a, .page-id-1557 .language li a, .page-id-1557 .language li, .page-id-1557 .main-menu .primary-menu li a, .page-id-1562 .language li a, .page-id-1562 .language li, .page-id-1562 .main-menu .primary-menu li a, .page-id-1566 .language li a, .page-id-1566 .language li, .page-id-1566 .main-menu .primary-menu li a, .page-id-1571 .language li a, .page-id-1571 .language li, .page-id-1571 .main-menu .primary-menu li a, .page-id-1576 .language li a, .page-id-1576 .language li, .page-id-1576 .main-menu .primary-menu li a, .page-id-1578 .language li a, .page-id-1578 .language li, .page-id-1578 .main-menu .primary-menu li a, .page-id-1583 .language li a, .page-id-1583 .language li, .page-id-1583 .main-menu .primary-menu li a, .page-id-1590 .language li a, .page-id-1590 .language li, .page-id-1590 .main-menu .primary-menu li a, .page-id-1605 .language li a, .page-id-1605 .language li, .page-id-1605 .main-menu .primary-menu li a, .page-id-1616 .language li a, .page-id-1616 .language li, .page-id-1616 .main-menu .primary-menu li a, .page-id-1623 .language li a, .page-id-1623 .language li, .page-id-1623 .main-menu .primary-menu li a, .page-id-1633 .language li a, .page-id-1633 .language li, .page-id-1633 .main-menu .primary-menu li a, .page-id-1638 .language li a, .page-id-1638 .language li, .page-id-1638 .main-menu .primary-menu li a, .page-id-1642 .language li a, .page-id-1642 .language li, .page-id-1642 .main-menu .primary-menu li a, .page-id-1673 .language li a, .page-id-1673 .language li, .page-id-1673 .main-menu .primary-menu li a, .page-id-1697 .language li a, .page-id-1697 .language li, .page-id-1697 .main-menu .primary-menu li a, .page-id-1701 .language li a, .page-id-1701 .language li, .page-id-1701 .main-menu .primary-menu li a, .page-id-1722 .language li a, .page-id-1722 .language li, .page-id-1722 .main-menu .primary-menu li a {
		font-size: 50px;
	}
}
@media only screen and (max-width: 1023px) {
	.hero-title h1, .hero-title h1 .full-width, .hero-title h1 .acta-font {
        font-size: 136px;
    }
	.about-title h2, .page-id-577 .about-title h2 {
        font-size: 46px;
    }
	.about-info {
		grid-column-gap: 200px;
		grid-row-gap: 200px;
	}
	.about-content {
		max-width: 100%;
		margin-left: 0;
	}
	.no-img-location .location-content .no-img {
        font-size: 36px;
    }
	.events-other-content {
        max-width: 45%;
    }
	.events-image img {
		height: auto;
	}
	.find-content-grid {
		max-width: 40%;
	}
	.main-menu .primary-menu li a, .language li a, .language li {
		font-size: 70px;
	}
	.page-id-625 .find-title h2, .page-id-664 .find-title h2, .page-id-789 .find-title h2, .page-id-794 .find-title h2, .page-id-778 .find-title h2, .page-id-798 .find-title h2, .page-id-802 .find-title h2, .page-id-806 .find-title h2 {
        font-size: 148px;
    }
	.page-id-631 .about_info.events_info .info-content h2 {
		font-size: 120px;
	}
	.language {
		width: 789.59px;
	}
	.page-id-1300 .locations-title h2, .page-id-1318 .locations-title h2 {
        font-size: 146px;
    }
	.page-id-1531 .locations-title h2, .page-id-1543 .locations-title h2 {
		font-size: 138px;
	}
	.page-id-1531 .testimonials-title h2 {
		font-size: 158px;
	}
	.page-id-1642 .contact-title h1 {
		font-size: 112px;
	}
}
@media only screen and (max-width: 991px) {
	.section-top {
		padding-top: 0;
	}
	.hero-title h1, .hero-title h1 .full-width, .hero-title h1 .acta-font {
        font-size: 100px;
    }
	.about-info {
		grid-column-gap: 100px;
		grid-row-gap: 100px;
		padding-bottom: 100px;
	}
	.testimonials-title h2, .text-container h2, .locations-title h2, .academy-content h2, .find-title h2, .info-content h2, .mission-title h2, .vision-title h2, .contact-title h1, .page-template-single-service .services-section .text-container h1, .page-title h1, .insta-title h2 {
        font-size: 120px;
    }
	.overlay-image {
        right: -8.1%;
    }
	.location-grid {
		grid-template-columns: repeat(2, 1fr);
	}
	.location.no-img-location {
		display: none;
	}
	.academy-content p {
		width: 200%;
	}
	.testimonial-grid {
		grid-template-columns: repeat(1, 1fr);
	}
	.page-template-services .hero-content {
		max-width: 556px;
		margin-left: 40px;
	}
	.mens-info {
        grid-template-columns: repeat(2, 1fr);
    }
	.info-grid {
		flex-wrap: wrap;
		gap: 80px;
	}
	.info-grid .info-content, .info-grid .info-image {
		flex-basis: 100%;
		max-width: 100% !important;
	}
	#row-2 .info-image, #row-3 .info-image {
		margin-top: 0;
	}
	.info-main {
		row-gap: 80px;
	}
	#row-2 .info-image {
		order: 2;
	}
	#row-2 .info-content {
		order: 1;
	}
	#row-1 .info-image img, #row-2 .info-image img, #row-3 .info-image img {
        width: auto;
    }
	.mission-image {
		margin-left: 0;
		margin-right: 0;
		max-width: 100%;
	}
	.events-other-content {
        max-width: 60%;
    }
	.events-section .flex .text-container p {
		position: relative;
		z-index: 1;
	}
	.about_info.events_info .info-content h2 {
		position: unset;
	}
	.about_info.events_info .row-1 .info-content p {
		position: unset;
		top: unset;
	}
	.about_info.events_info .row-2 .info-image {
		margin-top: 0;
	}
	.about_info.events_info .row-1 .info-image img {
		width: auto;
		height: 696px;
	}
	.about_info.events_info .info-grid.row-2 .info-image {
		order: 2;
	}
	.about_info.events_info .info-grid.row-2 .info-content {
		order: 1;
	}
	.about_info.events_info, .about_info.team-building {
		padding-bottom: 160px;
	}
	.about_info.team-building .info-image img {
		width: auto;
		height: auto;
	}
	.contact-grid {
		gap: 40px;
	}
	.contact-from {
		max-width: 60%;
	}
	.find-content-grid {
		max-width: 52%;
	}
	.menu-open .main-menu {
		padding: 0 10px;
	}
	.main-menu .primary-menu li a, .language li a, .language li {
		font-size: 60px;
	}
	/*.page-id-577 .hero-title h1 {
		font-size: 98px;
	}*/
	.page-id-625 .find-title h2, .page-id-664 .find-title h2, .page-id-789 .find-title h2, .page-id-794 .find-title h2, .page-id-778 .find-title h2, .page-id-798 .find-title h2, .page-id-802 .find-title h2, .page-id-806 .find-title h2 {
        font-size: 112px;
    }
	.language {
		width: 691.94px;
	}
	.footer-form {
		flex-wrap: wrap;
        gap: 20px;
        justify-content: center;
	}
	.form-info-footer form .row-form {
		justify-content: flex-start;
	}
	.page-template-single-service .hero-content {
		max-width: 100%;
		margin: 0;
	}
	.page-template-single-service .services-section .flex, .single-service-section .flex {
		flex-wrap: wrap;
		gap: 40px;
	}
	.page-template-single-service .services-section .text-container, .page-template-single-service .services-section .image-container, .single-service-section .text-container, .single-service-section .image-container {
		max-width: 100%;
		flex-basis: 100%;
	}
	.page-template-single-service .services-section .text-container p, .single-service-section .text-container p  {
		margin-left: auto;
	}
	.page-template-single-service .services-section .image-container .main-image, .single-service-section .section-left .image-container .main-image {
		width: 300px;
    }
	.section-space:not(:last-child) {
		padding-bottom: 80px;
	}
	.single-service-section .image-container h2 {
		display: none;
	}
	.mobile-heading {
		display: block;
	}
	.single-service-section .section-top .text-container {
		align-self: end;
		text-align: left;
	}
	.single-service-section .section-top .text-container p {
		margin-left: 0;
	}
	.single-service-section .section-top .text-container {
		order: 1;
	}
	.single-service-section .section-top .image-container {
		order: 2;
	}
	.single-service-section .section-left .text-container {
		text-align: right;
	}
	.posts-grid {
		grid-template-columns: repeat(2, 1fr);
	}
	.single-grid {
		grid-template-columns: repeat(1, 1fr);
	}
	.single-grid .pv-img {
		display: none;
	}
	.hero-section.page-section .flex {
        flex-wrap: wrap;
		gap: 40px;
    }
	.single-post .page-section .text-container, .single-post .page-section .image-container {
		max-width: 100%;
		flex-basis: 100%;
	}
	.hero-info-single {
		margin-left: auto;
		margin-top: 40px;
	}
	.single-post .page-section .image-container .main-image {
		height: auto;
        left: 0;
	}
	.page-id-1300 .locations-title h2, .page-id-1318 .locations-title h2 {
        font-size: 112px;
    }
	.page-id-1453 .contact-title h1, .page-id-642 .contact-title h1 {
		font-size: 67px;
	}
	.page-id-642 .language li a, .page-id-642 .language li, .page-id-642 .main-menu .primary-menu li a, .page-id-577 .language li a, .page-id-577 .language li, .page-id-577 .main-menu .primary-menu li a, .page-id-625 .language li a, .page-id-625 .language li, .page-id-625 .main-menu .primary-menu li a, .page-id-593 .language li a, .page-id-593 .language li, .page-id-593 .main-menu .primary-menu li a, .page-id-631 .language li a, .page-id-631 .language li, .page-id-631 .main-menu .primary-menu li a, .page-id-613 .language li a, .page-id-613 .language li, .page-id-613 .main-menu .primary-menu li a, .page-id-789 .language li a, .page-id-789 .language li, .page-id-789 .main-menu .primary-menu li a, .page-id-794 .language li a, .page-id-794 .language li, .page-id-794 .main-menu .primary-menu li a, .page-id-778 .language li a, .page-id-778 .language li, .page-id-778 .main-menu .primary-menu li a, .page-id-802 .language li a, .page-id-802 .language li, .page-id-802 .main-menu .primary-menu li a, .page-id-806 .language li a, .page-id-806 .language li, .page-id-806 .main-menu .primary-menu li a, .page-id-798 .language li a, .page-id-798 .language li, .page-id-798 .main-menu .primary-menu li a, .page-id-664 .language li a, .page-id-664 .language li, .page-id-664 .main-menu .primary-menu li a, .page-id-886 .language li a, .page-id-886 .language li, .page-id-886 .main-menu .primary-menu li a, .page-id-892 .language li a, .page-id-892 .language li, .page-id-892 .main-menu .primary-menu li a, .page-id-889 .language li a, .page-id-889 .language li, .page-id-889 .main-menu .primary-menu li a, .page-id-1230 .language li a, .page-id-1230 .language li, .page-id-1230 .main-menu .primary-menu li a, .page-id-1252 .language li a, .page-id-1252 .language li, .page-id-1252 .main-menu .primary-menu li a, .page-id-1267 .language li a, .page-id-1267 .language li, .page-id-1267 .main-menu .primary-menu li a, .page-id-1282 .language li a, .page-id-1282 .language li, .page-id-1282 .main-menu .primary-menu li a, .page-id-1709 .language li a, .page-id-1709 .language li, .page-id-1709 .main-menu .primary-menu li a {
		font-size: 38px;
	}
	.page-id-1300 .language li a, .page-id-1300 .language li, .page-id-1300 .main-menu .primary-menu li a, .page-id-1318 .language li a, .page-id-1318 .language li, .page-id-1318 .main-menu .primary-menu li a, .page-id-1321 .language li a, .page-id-1321 .language li, .page-id-1321 .main-menu .primary-menu li a, .page-id-1334 .language li a, .page-id-1334 .language li, .page-id-1334 .main-menu .primary-menu li a, .page-id-1343 .language li a, .page-id-1343 .language li, .page-id-1343 .main-menu .primary-menu li a, .page-id-1352 .language li a, .page-id-1352 .language li, .page-id-1352 .main-menu .primary-menu li a, .page-id-1360 .language li a, .page-id-1360 .language li, .page-id-1360 .main-menu .primary-menu li a, .page-id-1366 .language li a, .page-id-1366 .language li, .page-id-1366 .main-menu .primary-menu li a, .page-id-1373 .language li a, .page-id-1373 .language li, .page-id-1373 .main-menu .primary-menu li a, .page-id-1380 .language li a, .page-id-1380 .language li, .page-id-1380 .main-menu .primary-menu li a, .page-id-1393 .language li a, .page-id-1393 .language li, .page-id-1393 .main-menu .primary-menu li a, .page-id-1406 .language li a, .page-id-1406 .language li, .page-id-1406 .main-menu .primary-menu li a, .page-id-1413 .language li a, .page-id-1413 .language li, .page-id-1413 .main-menu .primary-menu li a, .page-id-1422 .language li a, .page-id-1422 .language li, .page-id-1422 .main-menu .primary-menu li a, .page-id-1428 .language li a, .page-id-1428 .language li, .page-id-1428 .main-menu .primary-menu li a, .page-id-1444 .language li a, .page-id-1444 .language li, .page-id-1444 .main-menu .primary-menu li a, .page-id-1453 .language li a, .page-id-1453 .language li, .page-id-1453 .main-menu .primary-menu li a, .page-id-1672 .language li a, .page-id-1672 .language li, .page-id-1672 .main-menu .primary-menu li a, .page-id-1678 .language li a, .page-id-1678 .language li, .page-id-1678 .main-menu .primary-menu li a, .page-id-1683 .language li a, .page-id-1683 .language li, .page-id-1683 .main-menu .primary-menu li a, .page-id-1715 .language li a, .page-id-1715 .language li, .page-id-1715 .main-menu .primary-menu li a {
		font-size: 36px;
	}
	.page-id-1531 .locations-title h2, .page-id-1543 .locations-title h2 {
		font-size: 106px;
	}
	.page-id-1531 .testimonials-title h2 {
		font-size: 118px;
	}
	.page-id-1642 .contact-title h1 {
		font-size: 66px;
	}
	.page-id-1531 .language li a, .page-id-1531 .language li, .page-id-1531 .main-menu .primary-menu li a, .page-id-1543 .language li a, .page-id-1543 .language li, .page-id-1543 .main-menu .primary-menu li a, .page-id-1551 .language li a, .page-id-1551 .language li, .page-id-1551 .main-menu .primary-menu li a, .page-id-1557 .language li a, .page-id-1557 .language li, .page-id-1557 .main-menu .primary-menu li a, .page-id-1562 .language li a, .page-id-1562 .language li, .page-id-1562 .main-menu .primary-menu li a, .page-id-1566 .language li a, .page-id-1566 .language li, .page-id-1566 .main-menu .primary-menu li a, .page-id-1571 .language li a, .page-id-1571 .language li, .page-id-1571 .main-menu .primary-menu li a, .page-id-1576 .language li a, .page-id-1576 .language li, .page-id-1576 .main-menu .primary-menu li a, .page-id-1578 .language li a, .page-id-1578 .language li, .page-id-1578 .main-menu .primary-menu li a, .page-id-1583 .language li a, .page-id-1583 .language li, .page-id-1583 .main-menu .primary-menu li a, .page-id-1590 .language li a, .page-id-1590 .language li, .page-id-1590 .main-menu .primary-menu li a, .page-id-1605 .language li a, .page-id-1605 .language li, .page-id-1605 .main-menu .primary-menu li a, .page-id-1616 .language li a, .page-id-1616 .language li, .page-id-1616 .main-menu .primary-menu li a, .page-id-1623 .language li a, .page-id-1623 .language li, .page-id-1623 .main-menu .primary-menu li a, .page-id-1633 .language li a, .page-id-1633 .language li, .page-id-1633 .main-menu .primary-menu li a, .page-id-1638 .language li a, .page-id-1638 .language li, .page-id-1638 .main-menu .primary-menu li a, .page-id-1642 .language li a, .page-id-1642 .language li, .page-id-1642 .main-menu .primary-menu li a, .page-id-1673 .language li a, .page-id-1673 .language li, .page-id-1673 .main-menu .primary-menu li a, .page-id-1697 .language li a, .page-id-1697 .language li, .page-id-1697 .main-menu .primary-menu li a, .page-id-1701 .language li a, .page-id-1701 .language li, .page-id-1701 .main-menu .primary-menu li a, .page-id-1722 .language li a, .page-id-1722 .language li, .page-id-1722 .main-menu .primary-menu li a {
		font-size: 36px;
	}
}
@media only screen and (max-width: 767px) {
	.related-posts {
		padding-bottom: 120px;
	}
	.related-title {
		margin-bottom: 40.32px;
	}
	.related-title h2 {
		font-size: 42px;
	}
	.hero-info-single {
		max-width: 286px;
	}
	.single-post .page-section .text-container h1 {
        font-size: 42px;
    }
	.page-title {
		margin-bottom: 65px;
	}
	.content-section {
		padding: 38px 0 80px;
	}
	.post-thumbnail img {
		height: 344px;
	}
	.bottom-content {
		margin-top: 82px;
	}
	.posts-grid {
		grid-template-columns: repeat(1, 1fr);
	}
	.hero-desktop {
		display: none;
	}
	.hero-mobile {
		display: block;
	}
	.container {
        padding: 0 10px;
    }
	.container-posts {
        padding: 0 0 0 16px;
    }
	.hero-title {
		padding: 0;
	}
	.hero-title h1, .hero-title h1 .full-width, .hero-title h1 .acta-font {
        font-size: 61px;
    }
	.hero-image img {
		height: auto;
	}
	.hero-image img.hero-mobile {
		height: 711px
	}
	.about-title {
        padding: 160px 0 80px;
    }
	.about-title h2, .page-id-577 .about-title h2 {
        font-size: 34px;
    }
	.about-info {
		grid-template-columns: repeat(1, 1fr);
		grid-column-gap: 80px;
        grid-row-gap: 80px;
		padding-bottom: 80px;
	}
	.about-img img {
		width: 286px;
	}
	.flex {
		flex-wrap: wrap;
		gap: 80px;
	}
	.image-container, .text-container {
        max-width: 100%;
		flex-basis: 100%;
    }
	.services-section {
		padding: 60px 0 80px;
		overflow: hidden;
	}
	.testimonials-title h2, .text-container h2, .locations-title h2, .academy-content h2, .find-title h2, .info-content h2, .mission-title h2, .vision-title h2, .contact-title h1, .page-id-625 .find-title h2, .page-template-single-service .services-section .text-container h1, .page-title h1, .page-id-664 .find-title h2, .page-id-789 .find-title h2, .page-id-794 .find-title h2, .page-id-778 .find-title h2, .page-id-798 .find-title h2, .page-id-802 .find-title h2, .page-id-806 .find-title h2, .insta-title h2 {
        font-size: 52px;
    }
	.text-container p {
		margin-right: 0;
	}
	.main-image {
        height: 526px;
        width: 300px;
		left: -2%;
        position: relative;
    }
	.overlay-image {
        object-fit: cover;
        width: 366px;
        height: 341px;
		right: -50%;
    }
	.locations-content {
		max-width: 286px;
        margin-left: auto;
        margin-right: 0;
	}
	.location-grid {
		grid-template-columns: repeat(1, 1fr);
	}
	.location-grid .slick-slide {
		margin-right: 16px;
        overflow: hidden;
	}
	.location-content h4 {
		font-size: 18px;
		line-height: 104%;
	}
	.location-overlay .content h3 {
		font-size: 18px;
		margin-bottom: 10px;
	}
	.location-overlay .content p {
		font-size: 16px;
	}
	.events-info {
		max-width: 286px;
		margin-top: 103px;
	}
	.academy-info {
		flex-wrap: wrap;
	}
	.academy-content, .academy-image {
		flex-basis: 100%;
		max-width: 100%;
	}
	.locations-section {
        padding-bottom: 80px;
    }
	.location-container {
        padding-right: 0;
    }
	.academy-content p {
        width: auto;
    }
	.academy-section {
		padding: 75px 0 90px;
	}
	.absolute-content {
		margin-bottom: 40px;
	}
	.academy-image img {
        object-fit: cover;
        object-position: right;
    }
	.academy-other-content {
		padding-top: 40px;
		max-width: 286px;
		margin-left: auto;
	}
	.testimonials-content {
		margin: 30px 0 80px auto;
		max-width: 286px;
	}
	.testimonials {
		padding-left: 10px;
	}
	.womens-info {
		padding-left: 10px;
		padding-right: 0;
	}
	.container.container-mens {
		padding-right: 0;
	}
	.testimonials-section .slick-slide {
		margin-right: 16px;
	}
	/*.testimonials-section.women-service .slick-slide {
		margin-right: 0;
		overflow: hidden;
	}*/
	.site-footer {
		height: auto;
		background-position: center;
		background-size: contain;
	}
	.footer-bottom {
		flex-wrap: wrap;
		height: auto;
	}
	.footer-left, .footer-right, .footer-center {
		max-width: 100%;
	}
	.footer-left {
		order: 3;
		padding-top: 40px;
		display: flex;
        justify-content: flex-end;
	}
	.footer-right {
        order: 2;
		justify-content: center;
        display: flex;
        padding-top: 151px;
    }
	.footer-center {
		order: 1;
		padding-top: 41px;
	}
	.footer-title h2 {
		font-size: 32px;
	}
	.hero-title {
        position: absolute;
        bottom: -10%;
        top: unset;
        left: unset;
        transform: none;
    }
	.hero-content {
		padding: 40px 0 80px;
		margin: 0;
		max-width: 100%;
	}
	.page-template-locations .locations-section {
		padding-top: 40px;
		padding-bottom: 142px;
	}
	.find-us-quote {
		margin-top: 140px;
		max-width: 100%;
	}
	.find-us-section {
		padding-bottom: 140px;
	}
	.find-us-quote h3 {
		font-size: 32px;
	}
	.find-map iframe {
		height: 710px;
	}
	.page-template-locations .hero-image img, .page-template-services .hero-image img, .page-template-about .hero-image img, .page-template-single-location .hero-image img {
        height: 710px;
        /*object-position: right center;*/
    }
	.page-template-about .hero-image img, .page-template-single-location .hero-image img {
        object-position: center;
    }
	.hero-menu {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		margin-top: 44px;
		gap: 16px 60px;
	}
	.page-template-services .hero-content {
        max-width: 100%;
        margin-left: 0;
		padding-top: 44px;
		padding-bottom: 80px;
	}
	.mens-info {
        grid-template-columns: repeat(1, 1fr);
    }
	.page-template-services .text-container p {
		margin: 40px 0 0 auto;
		width: 282px;
	}
	.page-template-services .flex {
		row-gap: 40px;
	}
	.page-template-services .services-section .image-container {
		margin-top: 0;
	}
	.page-template-services .services-section .overlay-image {
		width: 170px;
		height: 237px;
		left: unset;
		top: 24%;
	}
	.page-template-services .services-section .main-image {
		width: 286px;
		height: 333px;
		left: unset;
		right: -29%;
	}
	.page-template-services .services-section {
		padding-bottom: 151px;
	}
	.women-service .testimonials-title h2, .men-service .testimonials-title h2 {
		font-size: 42px;
	}
	.testimonials-section.women-service {
		padding-bottom: 388px;
	}
	.mens-image {
		margin-top: -92%;
		margin-bottom: 125px;
	}
	.kids-grid {
		flex-wrap: wrap;
		row-gap: 40px;
		margin-bottom: 80px;
	}
	.kids-grid .testimonials-content {
		max-width: 286px;
		margin-left: auto;
	}
	.kids-quote {
		margin: 86px auto 0;
		max-width: 358px;
	}
	.kids-quote h2 {
		font-size: 32px;
	}
	.men-service .image-container .main-image {
		width: 215px;
		height: 287px;
		left: -23.5%;
	}
	.men-service .image-container .overlay-image {
		width: 215px;
		height: 286px;
		right: 0;
		top: 62%;
	}
	.men-service {
		padding-bottom: 264px;
	}
	.kids-service {
		padding-bottom: 140px;
		padding-top: 40px;
	}
	.special {
		padding-top: 0;
		padding-bottom: 146px;
	}
	.special .kids-grid {
		margin-bottom: 80px;
	}
	.page-template-about .hero-content {
		max-width: 286px;
		margin-left: auto;
	}
	.page-template-about .about_info {
		padding: 40px 0 80px;
	}
	.page-template-about .about_info .info-content h2 {
		margin-bottom: 20px;
	}
	#row-1 .info-content p, #row-2 .info-content p {
		width: 286px;
	}
	#row-1 .info-image img {
		width: 286px;
		height: 286px;
		margin-left: auto;
	}
	.info-content {
		position: relative;
	}
	#row-1 .info-image {
		margin-top: -27%;
	}
	#row-1 .info-image img {
		width: 286px;
		height: 286px;
		margin-left: auto;
	}
	#row-2 .info-image img {
		width: 286px;
	}
	#row-3 .info-content p {
		width: auto;
	}
	.other-content-below {
		margin: 44px auto 0 0;
		max-width: 286px;
	}
	#row-3.info-grid .info-content {
		max-width: 286px !important;
		margin-left: auto;
	}
	.mission-section {
		padding: 60px 0 80px;
	}
	.mission-title h2 br {
		display: none;
	}
	.mission-content {
		margin-bottom: 40px;
		max-width: 286px;
		margin-left: auto;
	}
	.mission-image {
		margin-bottom: 40px;
	}
	.mission-image img {
		width: 100%;
		height: 620px;
		object-fit: cover;
	}
	.mision-other-content {
		margin: 0 auto 0 0;
		max-width: 286px;
	}
	.vision-grid {
		flex-wrap: wrap;
		gap: 80px;
	}
	.vision-section {
		padding: 80px 0 140px;
	}
	.vision-image {
		order: 2;
		margin-top: 0;
		max-width: 286px;
	}
	.vision-content {
		order: 1;
		max-width: 286px;
		margin-left: auto;
        margin-top: 40px;
	}
	.page-template-events .hero-content {
        margin-left: auto;
        max-width: 286px;
    }
	.block-on-image {
		display: none;
	}
	.events-section {
		padding: 40px 0 80px;
	}
	.events-section .flex .text-container p {
		margin: 40px 0 0;
		width: 286px;
	}
	.events-other-content p {
		width: 286px;
		margin-left: auto;
	}
	.events-other-content.content-left p {
		width: auto;
	}
	.events-other-content.content-left {
		max-width: 100%;
	}
	.about_info.team-building .info-content p {
		width: 286px;
	}
	.events-other-content {
        max-width: 100%;
        margin-right: 0;
    }
	.events-section .flex .image-container {
		margin-top: 0;
	}
	.events-section .flex {
		gap: 56px;
	}
	.events-section .flex .image-container .main-image {
		width: 254px;
		height: 296px;
		position: relative;
		left: 37%;
	}
	.events-section .flex .image-container .overlay-image {
		width: auto;
		height: 210px;
		left: 8%;
		top: 22%;
	}
	.events-image {
		margin-bottom: 40px;
	}
	.about_info.events_info .row-1 .info-content p {
		width: 288px;
		margin-left: auto;
	}
	.about_info.events_info .row-1 .info-image img {
		height: 382px;
	}
	.about_info.events_info .info-grid.row-2 .info-content {
        max-width: 286px !important;
        margin-right: auto;
    }
	.about_info.events_info .row-2 .info-image img {
		height: 382px;
		width: 286px;
		margin-left: auto;
	}
	.about_info.events_info {
		padding-bottom: 80px;
	}
	.about_info.team-building {
		padding: 82px 0 140px;
	}
	.about_info.team-building .info-image img {
        width: 286px;
		height: 382px;
		margin-left: auto;
    }
	.about_info.team-building .info-content .btn-primary {
		margin-top: 0;
	}
	.contact-banner {
		padding: 160px 0 80px;
	}
	.contact-grid {
		gap: 40px;
		flex-wrap: wrap;
	}
	.contact-from {
		max-width: 100%;
	}
	.contact-content {
		max-width: 286px;
		margin-left: auto;
	}
	.form-section {
		padding: 0 0 180px;
	}
	.page-template-single-location .hero-section {
		padding-bottom: 40px;
	}
	.page-template-single-location .locations-section {
		padding-top: 40px;
		padding-bottom: 93px;
	}
	.find-content-grid {
        max-width: 100%;
        margin-left: 0;
    }
	.map-location {
		max-width: 215px;
	}
	.main-menu .primary-menu li a, .language li a, .language li {
		font-size: 33px;
	}
	.main-menu .primary-menu {
		column-gap: 60px;
		row-gap: 10px;
		width: 100%;
	}
	/*.page-id-577 .hero-title h1 {
        font-size: 52px;
    }*/
	.page-id-593 .hero-menu {
        column-gap: 0px;
    }
	.page-id-631 .about_info.events_info .info-content h2 {
        font-size: 60px;
    }
	.mens-image img {
		width: 358px;
		height: 680px;
		object-fit: cover;
	}
	.language {
		width: 100%;
	}
	.location-image {
		perspective: 1000px;
		cursor: pointer;
	}
	.location-image img, .location-overlay {
		backface-visibility: hidden;
	}
	.location-image .flip-card {
		width: 100%;
		height: 100%;
		position: relative;
		transition: transform 0.6s;
		transform-style: preserve-3d;
	}
	.location-overlay {
		transform: rotateY(180deg);
	}
	.flipped .flip-card {
		transform: rotateY(180deg); /* Flip the card */
	}
	.single-service-section .section-left .text-container h2 {
		text-align: left;
	}
	.page-template-single-service .services-section .text-container p, .single-service-section .text-container p {
        max-width: 286px;
    }
	.single-service-section .text-container h2, .single-service-section .image-container h2 {
		font-size: 42px;
		font-style: normal;
		font-weight: 400;
		line-height: 90%; /* 37.8px */
	}
	.single-service-section .section-top .image-container .main-image, .single-service-section .section-left .image-container .main-image, .page-template-single-service .services-section .image-container .main-image {
		left: 0;
	}
	.page-template-single-service .services-section .image-container .main-image, .single-service-section .section-left .image-container .main-image {
        width: 286px;
    }
	.single-service-section .section-top .image-container .main-image {
		width: 100%;
        height: 297px;
		object-position: center;
	}
	.page-id-1300 .locations-title h2, .page-id-1318 .locations-title h2 {
        font-size: 62px;
    }
	.main-menu .primary-menu {
		grid-template-columns: repeat(1, 1fr);
	}
	.main-menu .primary-menu li {
		text-align: center;
	}
	.main-menu .primary-menu li:nth-child(2n) {
		text-align: center;
	}
	.main-menu .primary-menu li {
		text-align: center;
	}
	.menu-open .main-menu {
		gap: 20px;
	}
	.page-id-1531 .locations-title h2, .page-id-1543 .locations-title h2 {
		font-size: 60px;
	}
	.page-id-1531 .testimonials-title h2 {
		font-size: 68px;
	}
	.insta-section {
		padding: 60px 0;
	}
}
@media only screen and (max-width: 424px) {
	.hero-title h1, .hero-title h1 .full-width, .hero-title h1 .acta-font {
        font-size: 54px;
    }
	.about-title h2, .page-id-577 .about-title h2 {
        font-size: 30px;
    }
	/*.page-template-locations .hero-image img, .page-template-services .hero-image img {
        height: 510px;
    }*/
	.page-template-services .services-section .main-image {
        right: -19%;
    }
	.events-section .flex .image-container .main-image {
        left: 28%;
    }
	.events-section .flex .image-container .overlay-image {
        left: 0;
    }
	.find-content-grid {
		grid-column-gap: 15px;
		grid-row-gap: 15px;
	}
	.page-id-625 .find-title h2, .page-id-664 .find-title h2, .page-id-789 .find-title h2, .page-id-794 .find-title h2, .page-id-778 .find-title h2, .page-id-798 .find-title h2, .page-id-802 .find-title h2, .page-id-806 .find-title h2 {
        font-size: 50px;
    }
	.page-template-single-location .find-title h2, .page-id-1300 .locations-title h2, .page-id-1318 .locations-title h2 {
        font-size: 54px;
    }
	.page-id-1531 .locations-title h2, .page-id-1543 .locations-title h2 {
		font-size: 52px;
	}
	.page-id-1531 .testimonials-title h2 {
		font-size: 58px;
	}
}
@media only screen and (max-width: 374px) {
	.hero-title h1, .hero-title h1 .full-width, .hero-title h1 .acta-font {
        font-size: 45.5px;
    }
	.testimonials-title h2, .text-container h2, .locations-title h2, .academy-content h2, .find-title h2, .info-content h2, .mission-title h2, .vision-title h2, .contact-title h1, .page-title h1, .page-title h1, .page-template-single-service .services-section .text-container h1, .insta-title h2 {
        font-size: 44px;
    }
	.about-title h2, .page-id-577 .about-title h2 {
        font-size: 25px;
    }
	.page-template-services .services-section .main-image {
        right: -5%;
    }
	.events-section .flex .image-container .main-image {
		left: 15%;
    }
	.find-content-grid {
		grid-column-gap: 0;
		grid-row-gap: 0;
	}
	.find-left p, .find-right p {
		font-size: 16px;
	}
	.main-menu .primary-menu li a, .language li a, .language li {
		font-size: 24px;
	}
	.page-id-625 .find-title h2, .page-id-664 .find-title h2, .page-id-789 .find-title h2, .page-id-794 .find-title h2, .page-id-778 .find-title h2, .page-id-798 .find-title h2, .page-id-802 .find-title h2, .page-id-806 .find-title h2 {
        font-size: 46px;
    }
	.page-template-single-location .find-title h2 {
        font-size: 46px;
    }
	.page-id-1300 .locations-title h2, .page-id-1318 .locations-title h2 {
        font-size: 46px;
    }
	.page-id-1453 .contact-title h1, .page-id-642 .contact-title h1 {
		font-size: 56px;
	}
	.page-id-1531 .locations-title h2, .page-id-1543 .locations-title h2, .page-id-1531 .testimonials-title h2, .page-id-1531 .testimonials-title h2 {
		font-size: 44px;
	}
}
.map iframe {
    width: 100%;
}
.page-template-soho .info-grid {
    gap: 30px;
    align-items: center;
}
.page-template-soho .info-main {
    row-gap: 40px;
}

/***************************Popup***************/
#bookingOverlay {
	display: none;
	position: fixed;
	inset: 0;
	background: rgba(0,0,0,0.55);
    z-index: 9999;
    align-items: center;
    justify-content: center;
    padding: 16px;
    box-sizing: border-box;
}
#bookingModal {
    background: var(--asfalt-grey);
    border-radius: 14px;
    padding: 36px 24px 28px;
    max-width: 500px;
    width: 100%;
    position: relative;
}
.bm-close {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1.5px solid var(--care-green);
    background: var(--care-green);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #fff;
    line-height: 1;
}
.bm-close:hover { background: var(--off-white); color: var(--black); }
.bm-title {
    margin: 0 0 5px;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    color: #111;
}
.bm-sub {
    margin: 0 0 22px;
    font-size: 14px;
    text-align: center;
}
.bm-option {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 16px;
    border-radius: 10px;
    border: 1.5px solid var(--off-white);
    background: var(--off-white);
    text-decoration: none;
    margin-bottom: 10px;
    cursor: pointer;
    transition: border-color 0.15s, background 0.15s;
}
.bm-option:hover { border-color: #fff; background: #fff; }
.bm-icon {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.bm-icon.app { background: var(--off-white); }
.bm-icon.web { background: var(--off-white); }
.bm-opt-title { font-size: 15px; font-weight: 600; color: #111; }
.bm-opt-sub   { font-size: 12px; color: #888; margin-top: 2px; }
.store-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}
.store-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    padding: 20px 12px 16px;
    border-radius: 12px;
    border: 1.5px solid var(--off-white);
    background: var(--off-white);
    text-decoration: none;
    transition: border-color 0.15s, background 0.15s;
}
.store-card:hover { border-color: #fff; background: #fff; }
.store-card img {
    width: 160px;
    height: auto;
    display: block;
}
.bm-back {
    text-align: center;
    margin: 18px 0 0;
    font-size: 13px;
    cursor: pointer;
}
.bm-back:hover { color: #000; }
@media (max-width: 600px) {
    #bookingModal { padding: 36px 16px 22px; }
    .store-grid { gap: 10px; grid-template-columns: repeat(1, 1fr); }
    .store-card img { width: 130px; }
}
/***************************Popup***************/