/*!
Theme Name: multispace
Author: inhinito
Author URI: http://www.inhinito.com
Description: inhinito custom theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: inhinitoTheme
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 with others.

inhinitoTheme is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

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:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */



/*-------------------------------------------------------------*/
/* 					   	  END SCREEN CORRECTIONS FONTS		   */
/*-------------------------------------------------------------*/

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

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

 html {
	height: 100vh;
    scroll-behavior: smooth;
	line-height: 1.15; 
	-webkit-text-size-adjust: 100%;
}

::-webkit-scrollbar-thumb:window-inactive {
    border-radius: 5px;
    background: rgba(0,0,0,.2)
}



:root {
	scrollbar-width: 7px !important;
}

::-webkit-scrollbar {
	width: 7px !important;
}

::-webkit-scrollbar-thumb {
	background: white !important;
	border-radius: 5px !important;
}

::-webkit-scrollbar-track {
	background: black !important;
}

header .current_page_item a::before {
	position: absolute;
    color: white;
    display: block;
    content: '•';
    left: 11px;
    top: 1px;
}

.footer-menus {
	position: relative;
}

.footer-menus #back-to-top-btn a {
	position: absolute;
	top: 9px;
    border: 1px solid white;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    right: 0;
    transform: rotate(-90deg);
}

#back-to-top-btn img {
	width: 13px;
	margin-top: 10px;
	margin-left: 16px;
}

.filter_gallery_251 > a {
	display: contents;
}

.gallery .grid-filters li::before {
	position: absolute;
    color: transparent;
    display: block;
    content: '•';
    left: -10px;
    font-size: 13px;
    top: 1px;
}

.sidirokastro-spa .top-section h1, .racing-circuit .top-section h1 {
	word-break: break-word;
}



.desktop .gallery li.active::before {
    color: white;
	transition: .3s;
}

.mobile .gallery .simplefilter_251 li.active {
	background-color: white !important;
	color: black !important;
	transition: .3s;
}

.current_page_item {
	position: relative;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
	padding: 0 !important;
	font-family: Manrope-Regular;
	line-height: 1.6;
	background-color: black;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; 
	height: 0; 
	overflow: visible; 
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; 
	font-size: 1em; 
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 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: bolder;
}

/**
 * 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;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 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;
}

/*-------------------------------------------------------------*/
/* 					   	  END SCREEN CORRECTIONS FONTS		   */
/*-------------------------------------------------------------*/

/*-------------------------------------------------------------*/
/* 					   	  START FONTS						   */
/*-------------------------------------------------------------*/

@font-face {
    font-family: Manrope-Regular;
    font-style: normal;
    font-weight: normal;
    src: url("/wp-content/themes/multispace/fonts/Manrope/Manrope-Regular.ttf") format("opentype");
}
.Manrope-Regular {
	font-family: Manrope-Regular;
}

@font-face {
    font-family: Manrope-Light;
    font-style: normal;
    font-weight: normal;
    src: url("/wp-content/themes/multispace/fonts/Manrope/Manrope-Light.ttf") format("opentype");
}
.Manrope-Light {
	font-family: Manrope-Light;
}

@font-face {
    font-family: Manrope-Medium;
    font-style: normal;
    font-weight: normal;
    src: url("/wp-content/themes/multispace/fonts/Manrope/Manrope-Medium.ttf") format("opentype");
}
.Manrope-Medium {
	font-family: Manrope-Medium;
}

@font-face {
    font-family: Manrope-Semibold;
    font-style: normal;
    font-weight: normal;
    src: url("/wp-content/themes/multispace/fonts/Manrope/Manrope-SemiBold.ttf") format("opentype");
}
.Manrope-Semibold {
	font-family: Manrope-Semibold;
}

@font-face {
    font-family: Manrope-Bold;
    font-style: normal;
    font-weight: normal;
    src: url("/wp-content/themes/multispace/fonts/Manrope/Manrope-Bold.ttf") format("opentype");
}
.Manrope-Bold {
	font-family: Manrope-Bold;
}


@font-face {
    font-family: Source-Regular;
    font-style: normal;
    font-weight: normal;
    src: url("/wp-content/themes/multispace/fonts/Source_Code_Pro/SourceCodePro-Regular.ttf") format("opentype");
}
.Source-Regular {
	font-family: Source-Regular;
}

@font-face {
    font-family: Source-Light;
    font-style: normal;
    font-weight: normal;
    src: url("/wp-content/themes/multispace/fonts/Source_Code_Pro/SourceCodePro-Light.ttf") format("opentype");
}
.Source-Light {
	font-family: Source-Light;
}

@font-face {
    font-family: HankenGrotesk-Light;
    font-style: normal;
    font-weight: normal;
    src: url("/wp-content/themes/multispace/fonts/HankenGrotesk/HankenGrotesk-Light.ttf") format("opentype");
}

.HankenGrotesk-Light {
	font-family: HankenGrotesk-Light;
}
/*-------------------------------------------------------------*/
/* 					   	    END	FONTS	 					   */
/*-------------------------------------------------------------*/


/*-------------------------------------------------------------*/
/* 					   	    START COLORS 					   */
/*-------------------------------------------------------------*/

.whiteFontColor {
	color: #fff;
}

.whiteBackgroundColor {
	background-color: #fff;
}

.blackFontColor {
	color: black;
}

.blackBackgroundColor {
	background-color: black;
}

.grayFontColor {
	color: #8b8d8d;
}

.grayBackgroundColor {
	background-color: #8d8d8d;
}


.beigeFontColor {
	color: #d6ae8f;
}

.beigeBackgroundColor {
	background-color: #d6ae8f;
}

/* .goldenFontColor {
	color: #baad99;
}

.goldenBackgroundColor {
	background-color: #baad99;
} */

* {
	font-family: Manrope-Regular;
	-webkit-font-smoothing: antialiased !important;
}

/*-------------------------------------------------------------*/
/* 					   	    END	COLORS	 					   */
/*-------------------------------------------------------------*/


/*-------------------------------------------------------------*/
/* 					   START ALL SCREENS        			   */
/*-------------------------------------------------------------*/

* {
    box-sizing: border-box;
}

html {
	height: 100vh;
	scroll-behavior: smooth;
}

#contentArea {
    max-width: 1920px;
    margin: auto;
}

h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	line-height: normal;
}

h1, h1 p {
	font-size: 55px;
    line-height: 1.3;
	letter-spacing: -4px;
}

h2, h2 p {
	font-size: 35px;
	line-height: 1.2;
}

h3, h3 p {
    font-size: 24px;
    line-height: 1.4;
}

h4, h4 p {
	font-size: 26px;
    line-height: 1.3;
}

h5, h5 p {
	font-size: 18px;
	line-height: 25px;
}

h6, h6 p {
	font-size: 15px;
	line-height: 22px;
}

p {
	font-size: 15px;
    letter-spacing: 0.5px;
    line-height: 1.5;
}

.mobile #colophon ul a {
	font-size: 15px;
    letter-spacing: 0.5px;
	padding-bottom: 2px;
}

.displaynone {
	display: none !important;
}

.displayblock {
	display: block !important;
}

.desktop .displayflex {
	display: flex !important;
}

.mobile .display-desktop {
	display: none !important;
}

.desktop .display-mobile {
    display: none !important;
}

/*-------------------------------------------------------------*/
/* 				    START ALL SCREENS - GENERAL CSS		       */
/*-------------------------------------------------------------*/

#mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-blocks-right {
	z-index: 9999;
}

.main_logo_link {
    z-index: 999999;
    position: relative;
}

#mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner, #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before, #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
	border-radius: 0;
}

.head-image {
	max-height: 100vh;
	/* max-height: 100vh; */
	position: relative;
	overflow: hidden;
}

.mobile .footer-label {
    font-size: 16px;
    padding-bottom: 8px;
    margin-top: 32px;
}

.mobile .footer-menus .first-col {
    padding-bottom: 1px !important;
    padding-right: 0;
    min-height: unset;
    max-width: 291px;
}

.mobile input#tnp-1 {
    font-size: 15px;
    height: 44px;
}

.mobile .tnp-field-button {
    top: 3px;
    right: 42px;
}

.mobile #colophon .tnp-submit {
    width: 38px !important;
    height: 38px !important;
}

.mobile .footer-menus {
	display: flex;
	flex-direction: column;
}

.mobile .footer-menus .first-col {
	order: 1;
}

.mobile .footer-menus .second-col {
	order: -1;
}

.mobile .footer-menus .third-col {
	order: 0;
}

.mobile .footer-menus .fourth-col {
	order: 2;
}

.mobile .fourth-col {
	padding-bottom: 48px;
}

.head-image h1 {
	position: absolute;
	top: 4vh;
	bottom: 0;
	margin: auto;
	height: fit-content;
	z-index: 1;
	width: fit-content;
}

.home .top_img {
	opacity: 0.82;
}

.head-image .left-title {
	left: 4vw;
}

.head-image .right-title {
	right: 4vw;
}

.mobile .overlay ul li a {
	margin-left: 0 !important;
}

.mobile #primary-menu a {
	font-size: 17px;
	padding-bottom: 5px;
	width: 100% !important;
	text-align: left;
	border-bottom: 1px solid #8c8c8c;
}

.mobile #primary-menu a::after {
	content: '';
	display: block;
	width: 17px;
	height: 17px;
	background-image: url(/wp-content/themes/multispace/images/white-menu-arrow.svg) !important;
	background-position: center;
	position: absolute;
	right: 0;
	top: 5px;
	background-repeat: no-repeat;
}

.mobile #primary-menu a:hover {
	opacity: 1 !important;
}

.mobile #primary-menu {
	width: 100% !important;
}

.contact-info-mobile a {
	text-decoration: none;
	color: white;
}

.menu-title {
	font-family: Source-Regular;
	display: block;
    margin-bottom: -21px;
}

.overlay {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	padding-left: 4vw;
	padding-right: 4vw;
	padding-top: 130px;
}

.contact-info-mobile {
	position: absolute;
	bottom: 23px;
	left: 4vw;
}

#masthead {
    position: fixed;
    left: 0;
    right: 0;
    margin: auto;
    top: 21px;
    width: fit-content;
    z-index: 999;
    padding-left: 30px;
    padding-right: 5px;
    padding-top: 14px;
    padding-bottom: 10px;
    border-radius: 30px;
    backdrop-filter: blur(33px);
    -webkit-backdrop-filter: blur(33px);
    /* background-color: rgb(236 234 229 / 43%) !important; */
	background-color: hsla(0,0%,100%,.1);
}

.logo-div {
	margin-top: -1px;
	margin-bottom: 1px;
}

@keyframes zoomIn {
	from {
	  transform: scale(1);
	}
	to {
	  transform: scale(1.1);
	}
}
  
.zoom-effect {
	animation: zoomIn 10s ease forwards;
}
/* 
.head-image {
	height: 100vh;
	overflow: hidden;
} */

.book-link,
#primary-menu a {
	color: black;
	font-family: Source-Regular !important;
	text-decoration: none;
	margin-left: 21px;
	font-size: 14px;
    letter-spacing: -0.8px;
}

.book-link span {
	font-family: Source-Regular !important;
	text-decoration: none;
	font-size: 14px;
    letter-spacing: -0.8px;
}

#primary-menu a {
	color: white !important;
}

#site-navigation {
	display: flex;
	flex-direction: row;;
}

.lb-outerContainer {
	background-color: transparent !important;
}

.lb-nav a.lb-prev,
.lb-nav a.lb-next {
	opacity: 1 !important;
}

.lightbox .lb-image {
	border-radius: 20px !important;
	max-width: 80vw !important;
}

.lb-close {
	top: 30px;
    position: fixed;
    right: 4vw;
}

.grid-filters img {
	border-radius: 20px !important;
	width: calc(100% - 15px) !important;
	margin-left: 7.5px !important;
	margin-bottom: 15px !important;
}

.lb-number,
.lb-caption,
.gallery .item-desc {
	display: none !important;
}

.lightbox .lb-image {
	border: 0 !important;
	border-radius: 20px;
}

.lb-outerContainer {
	background-color: transparent;
}

.book-link a {
	color: white !important;
	background-color: black !important;
	text-decoration: none !important;
	font-family: Source-Regular !important;
}

.menu-row {
	display: flex;
	flex-direction: row;
    align-items: flex-end;
}

.mobile .filter_gallery_251 {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.header-main-menu ul {
	margin-left: 37px !important;
    width: fit-content;
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    flex-direction: row;
    padding-bottom: 2px;
}

.book-link a {
	margin-bottom: -6px;
    margin-top: -10px;
	padding-top: 10px !important;
    padding-bottom: 10px !important;
    padding-right: 25px !important;
    padding-left: 25px !important;
	border-radius: 30px !important;
}

.btn-check:focus + .btn, 
.btn:focus {
	box-shadow: none !important;
}

.mobile button.mega-toggle-animated.mega-toggle-animated-slider::before {
	display: none;
}

.mobile header .call-us a.display-mobile {
	width: 32px;
    height: 32px;
    padding: 0;
    border-radius: 50%;
    display: flex;
    align-items: center;
	margin-right: 14px;
    justify-content: center;
}

.mobile .main_logo_link,
.mobile .main_logo_link img {
    width: 70px;
    height: 70px !important;
	object-fit: contain;
	overflow: hidden;
}

.gallery .masonry img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 9px;
    transition: .7s;
}

.gallery .masonry img:hover {
	transform: scale(1.05);
    transition: .7s;
}

.gallery .masonry {
    column-count: 2;
    column-gap: 10px;
}

.gallery .masonry .brick {
    box-sizing: border-box;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    counter-increment: brick-counter;
    margin-bottom: 10px;
    border-radius: 9px;
	overflow: hidden;
}

.mobile .top-section img {
	height: calc(100vh - 48px);
	/* height: 100vh; */
}

.gallery .all-gallery-images a {
    overflow: hidden;
    border-radius: 19px;
}

.mobile #masthead {
	height: 60px;
    top: 0;
    padding-left: 4vw;
    border-radius: 0 !important;
    width: 100%;
	padding-top: 12px;
}

.mnobile header .book-link a {
	top: 21px;
}

.mobile .frequent-questions .number {
	top: 18px;
}

.mobile .gym-rules .number {
    top: 19px;
}

.desktop .frequent-questions .accordion-body {
    padding-left: 43px !important;
	padding-top: 5px;
}

/* .mobile #masthead .row {
	position: relative;
} */

/* .mobile #masthead .row div,
.mobile #masthead .row {
	height: 70px !important;
} */

.mobile header .call-us {
	margin-top: 3px;
}

.mobile header .call-us img {
	width: 18px;
	margin-top: 1px;
}

.mobile .frequent-questions .accordion-header button,
.mobile .gym-rules .accordion-header button {
    padding-top: 18px !important;
    padding-bottom: 18px !important;
}

.mobile .frequent-questions .accordion-button::after, 
.mobile .frequent-questions .accordion-button:not(.collapsed)::after,
.mobile .gym-rules .accordion-button::after, 
.mobile .gym-rules .accordion-button:not(.collapsed)::after {
    width: 25px !important;
    height: 25px !important;
    background-size: 25px !important;
}

button.mega-toggle-animated.mega-toggle-animated-slider::before {
    content: 'Menu';
    margin-right: 20px;
    color: #3f4040;
    font-size: 22px;
    font-family: 'Manrope-Semibold';
    margin-top: -7px;
}

.mega-menu-menu-1-off-canvas-open button.mega-toggle-animated.mega-toggle-animated-slider::before {
	/* opacity: 0; */
	content: 'Close';
	color: #d6ae8f;
}

/* homepage grid */
.home_grid_1_big_2_sm {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3px;
    padding: 0;
	padding-bottom: 3px;
}

.home_grid_1_big_2_sm img, .home_grid_3_sm img {
	object-fit: cover;
}
  
.home_grid_3_sm {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(1, 357px);
    gap: 3px;
    padding: 0;
}

.third_grid_col {
    grid-column: 3/4;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 720px;
}

.desktop .third_grid_col,
.desktop .box1 {
    /* min-height: 77.3vh; */
    min-height: calc(66.6vh - 73.3px) !important;
    height: calc(66.6vh - 73.3px) !important;
}

.desktop .home_grid_3_sm,
.desktop .box2,
.desktop .box3,
.desktop .box4,
.desktop .box5,
.desktop .box6 {
	min-height: calc(33.3vh - 38.6px) !important;
    height: calc(33.3vh - 38.6px) !important;
}
/* 
.desktop .box_grid {
	min-height: calc(29vh - 55px);
	height: calc(29vh - 55px);
} */

.home .slick-list,
.home .slick-track {
	height: 100%;
}

/* .desktop .home {
	height: 100vh;
	width: 100vw;
	overflow: hidden;
} */

.home .slick-slide img {
    width: 100%;
	object-fit: cover;
    height: 100%;
}

.desktop .box3 {
	min-height: calc(38.65vh - 3px);
}

.box1 {
    height: 720px;
    grid-column: 1/3;
}
.box2 {
    height: 49.6%;
    grid-row: 1/4;
	margin-bottom: 3px;
}
.box3 {
    height: 50%;
    grid-row: 1/3;
}
.box4 {
    grid-row: 1/3;
}
.box5 {
	grid-row: 1/3;
}
.box6 {
	grid-row: 1/3;
}
.box_grid {
	counter-increment: step;
	position: relative;
}

.home_grid_3_sm > * {
    height: 357px;
}

.desktop .home_grid_3_sm > * {
	min-height: 38.4vh;
}


#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
	font-size: 22px;
    color: white !important;
    margin-bottom: 1.4vh;
    font-family: 'Manrope-Semibold';
	transition: .3s;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
	font-weight: normal;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:hover {
	color: #d6ae8f !important;
	font-weight: normal;
	transition: .3s;
	border: 0 !important;
}

.call-menu {
	display: flex;
	justify-content: flex-end;
	flex-direction: row;
}

.desktop .top-title h6 {
	width: 56%;
	max-width: 963px;
	min-width: 615px;
}

.call-us a {
	padding-left: 24px;
    padding-right: 24px;
    margin-right: 20px;
    display: block;
    text-decoration: none;
    padding-top: 10px;
    padding-bottom: 9px;
    transition: .3s;
    margin-top: -1px;
    font-size: 15px;
	border-radius: 50px;
}

.call-us a:hover {
	background-color: #d6ae8f !important;
	transition: .3s;
	color: white !important;
}

.main_logo_link img {
	width: 101px;
	height: 101px;
}

.top-services-section {
	position: relative;
}

/*cookies*/
#kuka_cookie-categories {
    margin-top: 15px;
}

.kuka_panel table p {
    font-size: small;
    line-height: normal;
}

.kuka_cookies_table p {
    font-size: small;
    line-height: normal;
}

#kuka_preferences-re-cookies svg {
    height: 100%;
}

#kuka_preferences-re-cookies {
    left: auto;
    right: 1em;
}

.cli-switch .cli-slider:before {
    background-color: #d6ae8f !important;
}

.cli-modal-content {
    border-radius: 20px !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
}

.cli-modal .cli-modal-close {
    right: 4px !important;
    top: -1px !important;
}

.wt-cli-privacy-overview-actions {
	padding-top: 12px !important;
}

.mobile #cookie-law-info-bar[data-cli-style=cli-style-v2] {
	padding: 21px !important;
}

.faqs .bottom-main-info {
    width: 241px;
}

a.cli-privacy-readmore:before {
	content: 'Δείτε περισσότερα' !important;
}

.desktop .cli-style-v2 {
    padding-top: 3px !important;
    padding-bottom: 3px !important;
}

.cli-collapsed a.cli-privacy-readmore:before {
	content: 'Δείτε λιγότερα' !important;
}

.cli-tab-section {
	margin-top: 0 !important;
}

.desktop .cli-modal-content {
	max-width: 550px !important;
}

.cli-modal-dialog {
	align-items: center;
	justify-content: center;
}

.cli-tab-header {
    background-color: white !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
	border-bottom: 0.5px solid #3f4040 !important;
    border-radius: 0 !important;
}

.cli-switch {
    border: 1px solid #d6ae8f !important;
    border-radius: 14px;
    margin-bottom: -1px;
}

.cli-switch .cli-slider {
    background-color: transparent !important;
    height: 20px;
    width: 38px;
    bottom: 0;
    cursor: pointer;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: .4s;
}

.cli-switch .cli-slider:after {
    content: 'Απενεργοποιημένα';
}

.cli-tab-container .cli-row {
    max-height: 51vh !important;
}

.cli-switch input:checked + .cli-slider:after {
    content: 'Ενεργοποιημένα';
}

.cli-privacy-readmore:hover {
	color: #3f4040 !important;
}

.cli-tab-section .cli-tab-content {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.cli-tab-container .cli-row::-webkit-scrollbar {
	display: none !important;
}

.cli-tab-header a:before {
	display: none !important;
}

#wt-cli-privacy-save-btn {
    border-radius: 23px;
    padding: 7px 15px !important;
    font-family: 'Manrope-Bold' !important;
    background-color: #d6ae8f !important;
    color: white !important;
    border: 2px solid #d6ae8f !important;
    transition: all .3s ease;
}

.cli-style-v2 .cli-bar-btn_container .cli-plugin-button {
	transition: .3s;
    border-radius: 18px;
	border: 1px solid #3f4040;
}

#wt-cli-accept-all-btn:hover {
	background-color: white !important;
	color: #3f4040 !important;
}

.cli_settings_button:hover {
	background-color: #3f4040 !important;
	color: white !important;
	transition: .3s;
}

.desktop .cli_settings_button {
	margin-right: 12px !important;
}

/**/

html {
	overflow-y: overlay !important;
}

.mega-menu-menu-1-off-canvas-open #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after,
.mega-menu-menu-1-off-canvas-open #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner {
	background-color: #d6ae8f !important;
	/* width: 34px; */
}

.mega-menu-menu-1-off-canvas-open .main_logo_link {
	z-index: 0;
}

/* .mega-menu-menu-1-off-canvas-open #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block {
    margin-right: 25px;
    margin-top: 33px;
} */

#mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner, 
#mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before, 
#mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
    border-radius: 4px;
	height: 3px;
}

.mobile .our-services .services-top-description {
    padding-top: 70px;
    padding-bottom: 55px;
}

.blog .error-of-empty-result {
	color: transparent !important;
	position: relative;
	text-transform: none;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.blog .error-of-empty-result::before {
	content: 'Δεν υπάρχουν σχετικά αποτελέσματα.';
	color: #3f4040 !important;
	font-size: 14px;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
}

.graps .big-tagline h3 {
	text-align: left;
}

.data-target-div1 .error-caf {
	background-color: transparent !important;
}

.box6 img {
	opacity: 0.7;
}

.mobile .our-services .see-classes {
    grid-template-columns: repeat(2,1fr);
}

.our-services .list-items {
    margin-top: 14px;
    margin-bottom: 14px;
}

.our-services .services-title h4 {
	margin-bottom: 0;
}

#back-to-top img {
	position: fixed;
    width: 50px;
    object-fit: contain;
    right: 25px;
    bottom: 30px;
    transform: rotate(180deg);
}

.our-services .services-top-description {
	padding-top: 140px;
    padding-bottom: 100px;
}

.reservation-cancellation-policy .title-text {
    margin-top: 0;
    margin-bottom: 0;
}

.reservation-cancellation-policy .single-service {
	display: flex;
	margin-bottom: 20px;
}

.reservation-cancellation-policy .single-service p {
	text-align: left;
	margin-top: 3px;
}

.reservation-cancellation-policy .fitness-number {
	border: 2px solid;
    border-radius: 50%;
    width: 33px;
    height: 33px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    margin-right: 20px;
}

.our-services .fitness-number {
	border: 2px solid;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	font-size: 23px;
	margin-right: 20px;
}

.our-services .title-text {
    margin-top: 0;
    margin-bottom: 0;
}

.class-box {
    padding-top: 30px;
    padding-bottom: 10px;
	padding-right: 10px;
}

.top-fitness-number {
	border-top: 1px solid;
	border-bottom: 1px solid #d6ae8f;
	width: fit-content;
	margin-bottom: 8px;
}

.class-box a {
	text-decoration: none;
}

.our-services .see-classes {
	display: grid;
    grid-template-columns: repeat(4,1fr);
}

.our-services .number-title {
	padding-top: 115px;
}

.grecaptcha-badge {
    display: none !important;
}

.our-services .number-title > h4:nth-child(2) {
	padding-top: 6px;
}

.our-services .number-title {
	display: flex;
}

.our-services .slick-slide img,
.single-inventions .slick-slide img {
    display: block;
    width: 100%;
	height: fit-content;
    object-fit: contain;
}

.error404 {
	height: 100vh;
	overflow: hidden;
}

.box_grid {
	background-color: black;
	position: relative;
	overflow: hidden;
}

.title-share {
	display: inline-flex;
}

.title-share h6 {
	font-size: 16px;
}

.box_grid video {
	opacity: 0.95;
	transition: 0.7s;
}

.box_grid img {
	opacity: 0.75;
	transition: 0.7s;
}

.box_grid a:hover video {
	transform: scale(1.03);
	transition: 0.7s;
}

.box_grid a:hover img {
	transform: scale(1.05);
	transition: 0.7s;
}

#mega-menu-wrap-menu-1 .mega-menu-toggle {
	background: transparent !important;
}

.mobile .caf-post-layout4 {
    margin-bottom: 75px !important;
}

.gallery .bottom-main-info {
    width: 260px;
}

.mobile .home_grid_1_big_2_sm {
    display: block;
	padding-bottom: 0 !important;
}

#mobile-homepage-slider .slick-slide {
	height: calc(100vh - 48px);
}

.mobile .homepage video {
	object-position: center;
}

.our-services .services-title-subtitle h4 {
	margin-top: 18px;
}

.mobile .box1 {
	height: calc(75vh - 128px);
	margin-bottom: 3px;
}

.mobile .home .third_grid_col {
	display: block;
	height: unset;
	/* height: calc(100vh - 108px); */
}

.mobile .home .box5 {
	height: calc(25vh - 13px);
}

.mobile .home .box2 {
	height: calc(25vh - 13px);
}

.mobile .home .box3,
.mobile .home .box4 {
	height: calc(50vh - 39px);
}

.mobile .box-1-info,
.mobile .box-2-info,
.mobile .box-3-info,
.mobile .box-4-info,
.mobile .box-5-info,
.mobile .box-6-info {
    bottom: 23px;
    left: 5%;
}

.mobile .home_grid_3_sm {
    display: flex;
    flex-direction: column;
}

.mobile .home .box6 {
	height: calc(75vh - 72px);
}

.box-1-info {
	position: absolute;
    bottom: 18px;
    left: 18px;
}

.box-2-info {
	position: absolute;
    bottom: 18px;
    left: 18px;
}

.box-3-info {
	position: absolute;
    bottom: 18px;
    left: 18px;
}

.box-4-info {
	position: absolute;
    bottom: 18px;
    left: 18px;
}

.box-5-info {
	position: absolute;
    bottom: 18px;
    left: 18px;
}

.box-6-info {
	position: absolute;
    bottom: 18px;
    left: 18px;
}

.homepage video {
	height: 100%;
	object-fit: cover;
}

.headerWrapper {
	height: 100%;
}

.error404 #main {
	padding-top: 0;
}

.top-services-section img {
	/* height: 100vh; */
	height: 76vh;
	width: 100%;
	object-fit: cover;
}

.gallery #back-to-top,
.our-services #back-to-top {
	opacity: 0;
	pointer-events: none;
	transition: .3s;
}

.one-centered-program .pilates-program-box {
	margin-left: auto;
	margin-right: auto;
}

.gallery.scrolled #back-to-top,
.our-services.scrolled #back-to-top {
	opacity: 1;
	pointer-events: auto;
	transition: .3s;
}

.mobile .inventionCroppedContent {
    width: 90%;
}

.invention-image {
	background-color: black;
}

.invention-image img {
	opacity: 0.7;
}

/* .error404 header {
	display: none;
} */

.error404 .page-content {
	display: flex;
    height: 100vh;
    background-color: black;
    overflow: hidden !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.error-404 img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    position: absolute;
    object-position: top;
	opacity: 0.4;
}

.social-media img {
	width: 37px;
}

.instagram {
	margin-right: 24px;
}

.fb {
	margin-right: 14px;
	margin-left: 3px;
}

.error-text {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.desktop .social-media {
	position: absolute;
    bottom: 9vh;
    left: 7vw;
}

.error-desc {
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
}

.error-title {
	font-size: 210px;
	margin-bottom: -11px;
}

.number {
	position: absolute;
}

/* about-me */

.our-program .container {
	width: 100%;
	max-width: unset;
}

  .our-program .container .topic {
	font-size: 30px;
	font-weight: 500;
	margin-bottom: 20px;
  }

  .our-program .content input {
	display: none;
  }

  .our-program .content .list {
	flex-direction: row;
	position: relative;
	width: fit-content;
	margin-top: 22px;
	border: 2px solid #f1e6da;
	border-radius: 60px;
	margin-bottom: 60px;
	margin-left: auto;
	margin-right: auto;
  }

  .get-directions-button {
	width: fit-content;
	margin-top: 35px !important;
  }

  .get-directions-button.btn {
	background-color: transparent;
	padding-top: 5px !important;
	padding-bottom: 4px !important;
	padding-right: 18px !important;
	padding-left: 18px !important;
  }

  .right-contact-col label {
	display: block;
    width: 87%;
  }

  .host-info a {
	opacity: 1;
	transition: .4s;
  }

  .host-info a:hover {
	opacity: 0.6;
	transition: .4s;
  }

  .our-program .content .list label {
	cursor: pointer;
	margin-right: 20px;
	margin-left: 20px;
	height: 53px;
	width: fit-content;
	padding-top: 14px !important;
	padding-left: 12px !important;
	padding-right: 12px !important;
	transition: all 0.5s ease;
	z-index: 1;
	position: relative;
  }

  .desktop .our-program .content .list label {
	width: 160px;
  }

  .our-program .content .slider {
	position: absolute;
	left: 6px;
	top: 5px;
	height: 43px;
	width: 100%;
	border-radius: 60px;
	transition: all 0.8s ease;
	background: #f1e6da;
  }

  .our-program .slider-tab:checked ~ .list .slider {
	width: 160px;
  }

  .our-program #tab-1:checked ~ .list .slider {
	left: 6px;
  }

  .our-program #tab-2:checked ~ .list .slider {
	left: 205px;
	width: 180px;
  }

  .our-program #tab-3:checked ~ .list .slider {
	left: 400px;
  }

  .our-program label.tab-3 {
	width: 126px !important;
  }

  .our-program .content .text {
	display: none;
  }

  .book-now-link {
	text-decoration: none;
    border: 1px solid white;
    display: flex;
	background-color: white;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-top: 8px !important;
	margin-top: 47px;
    padding-bottom: 7px !important;
    padding-right: 30px !important;
    padding-left: 30px !important;
    border-radius: 30px !important;
  }

  .testimonial-content {
	min-height: 291px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
  }

  .seventh-section {
	padding-bottom: 100px;
  }

  .our-program #tab-1:checked ~ .text-content .tab-1,
  .our-program #tab-2:checked ~ .text-content .tab-2,
  .our-program #tab-3:checked ~ .text-content .tab-3 {
	display: block;
  }

  .rating-icons {
	display: flex;
	flex-direction: row;
	justify-content: center;
  }

  .our-program .title {
	margin-bottom: 23px !important;
  }

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














.frequent-questions .from-the-gym a {
	color: #8b8d8d !important;
}

.mobile .frequent-questions .accordion-item h4 {
	font-size: 18px;
    line-height: 1.25;
    padding-right: 14px;
}

.mobile .frequent-questions .top-title {
    margin-bottom: 60px;
}

.tab-title {
	margin-left: 0;
}

.frequent-questions .accordion-body {
	padding-left: 55px !important;
    padding-bottom: 45px !important;
	padding-top: 3px !important;
    padding-bottom: 41px !important;
}

.accordion-button::after {
	content: "+";
    font-size: 32px;
    color: white;
    background-image: none;
    transition: .4s;
    font-family: 'HankenGrotesk-Light';
	position: absolute !important;
	right: 0;
	top: 17px;
}

.accordion-button:not(.collapsed)::after {
    background-image: none !important;
	transition: .4s;
	margin-top: 4px;
	margin-right: -9px;
	transform: rotate(45deg) !important;
}

.accordion-button {
	background-color: black;
}

.faqs .accordion-body {
	padding-left: 0;
	padding-top: 6px;
	padding-bottom: 44px;
	padding-right: 0;
}

.gym-rules .accordion-body {
	padding-left: 55px !important;
    padding-bottom: 62px !important;
}

.accordion-header button {
	padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 23px !important;
    padding-bottom: 23px !important;
}

.desktop .frequent-questions .accordion-header button {
	padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 23px !important;
    padding-bottom: 23px !important;
}
.error404 .error-404 .call-us a {
    margin-top: 40px;
	transition: .3s;
}

.error404 .error-404 .call-us a:hover {
	background-color: #3f4040 !important;
	transition: .3s;
}

.croppedContent {
	width: 92%;
	margin-left: auto;
	margin-right: auto;
}

.home .gallery-image-2 img {
	width: 69%;
    height: 36vw;
    object-fit: cover;
    margin-left: 31%;
	border-radius: 20px;
}

.home .gallery-image-3 img {
	margin-left: 6.2vw;
    width: 20vw;
    height: 18vw;
    object-fit: cover;
    margin-top: 10vw;
    border-radius: 20px;
}

.full-width-image img {
	width: 100%;
	height: 100vh;
	object-fit: cover;
	opacity: 0.7;
}

.full-width-image {
	position: relative;
	margin-top: 100px;
}

.mobile .modal-body {
	padding: 0 !important;
}

.mobile .modal-header button {
    width: 60px;
    height: 60px;
}

.mobile .modal-header button {
    margin-top: 16px !important;
}

.mobile .modal-body h3 {
    padding-bottom: 25px !important;
}

.mobile .modal-header p {
    font-size: 14px;
}

.full-width-image h3 {
	position: absolute;
	bottom: 45px;
	left: 5vw;
	width: 60vw;
	z-index: 1;
}

html:lang(el) .top-section h1 {
	font-family: 'Manrope-Light';
	letter-spacing: -1px;
}

.left-col .gallery-image img {
	width: 100%;
	height: 32vw;
	object-fit: cover;
	border-radius: 20px;
	margin-top: 48px;
}

.desktop #mega-menu-wrap-menu-1 {
    margin-top: 5px
}

.mobile .croppedContent {
	width: 92%;
}

.postCroppedContent {
	width: 52%;
	margin-left: auto;
	margin-right: auto;
}

.inventionCroppedContent {
	width: 70%;
	margin-left: auto;
	margin-right: auto;
}

.mobile .images-gallery h3 {
	padding-right: 0 !important;
	padding-bottom: 0 !important;
}

.top-section img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.mobile .our-services .bigger_font {
	font-size: 48px;
    line-height: 1;
	padding-left: 10px;
	padding-right: 10px;
}

.single-inventions .title-text .call-us a {
	margin-top: 38px;
	width: fit-content;
}

.list-items img {
	width: 20px;
	transform: rotate(-90deg);
}

.google,
.apple {
	margin-right: 12px;
}

.explore-space {
	width: fit-content;
	display: flex;
	margin-top: 42px;
	text-decoration: none;
}

.explore-space img {
	margin-right: 15px;
	width: 19px;
	height: 25px;
}

.two-buttons img {
	margin-right: 9px;
	max-height: 35px;
}

.our-app .first-title {
	padding-left: 12%;
	padding-bottom: 12px;
}

.our-app .two-buttons {
	padding-top: 20px;
}

.download {
	padding-left: 12%;
    padding-top: 25px;
}

.download h6 {
	padding-bottom: 22px;
}

.desktop .our-app .top-title h6 {
	text-align: left;
}

.desktop .our-app .top-title {
	padding-left: 12%;
	align-items: flex-start;
	margin-top: 53px;
	margin-bottom: 25px;
}

.mobile .dm-device {
    margin-bottom: 0;
}

.mobile .our-app .slick-slide {
	padding-right: 12px;
}

.desktop .dm-width {
    min-width:  324px;
}

.google,
.apple,
.browser-button {
	border-radius: 18px;
}

.two-buttons a {
	text-decoration: none;
	width: 170px;
	display: flex;
    align-items: center;
    justify-content: center;
    height: 55px;
    padding-bottom: 3px;
}

.desktop .our-app #main {
    max-width: 3000px;
    margin-left: auto;
    margin-right: auto;
}

.modal-header .close-modal-button span {
	letter-spacing: -0.5px;
}

.mobile .our-app .bottom-description {
	margin-top: 70px !important;
}

.mobile .two-buttons .browser-button,
.mobile .two-buttons .apple,
.mobile .two-buttons .google {
	width: 185px;
	margin-bottom: 12px !important;
}

.two-buttons .button-text p {
	font-size: 13px;
	line-height: 1.1;
}

.mobile .two-buttons a {
    width: 185px;
    padding-bottom: 1px;
}

.app-list-items {
	padding-left: 12%;
}

.our-app .single-list-item {
    display: flex;
    margin-bottom: 8px;
	align-items: flex-start;
}

.our-app .single-list-item img {
    margin-right: 12px;
	margin-top: 3px;
}

.browser-button:hover,
.apple:hover,
.google:hover {
	background-color: #d6ae8f !important;
	transition: .3s;
}

.apple,
.google {
	transition: .3s;
}

.desktop .screen-slide {
	padding-right: 4.5vw;
}

.screen-slide img {
	width: 100%;
	object-fit: contain;
	border-radius: 30px;
}

.two-buttons a span {
	font-size: 18px;
    display: block;
    margin-top: 2px;
}

.mobile .two-buttons .button-text p {
    font-size: 12px;
}

.mobile .two-buttons img {
    max-height: 34px;
}

html:lang(el).mobile #trp-floater-ls {
    right: calc(4vw + 123px) !important;
}

#trp-floater-ls .trp-language-wrap.trp-language-wrap-bottom {
    padding-left: 7px !important;
    padding-bottom: 8px !important;
}

.mobile #trp-floater-ls div:not(#trp-floater-poweredby) > a {
	width: 15px !important;	
}

.mobile #trp-floater-ls {
	right: calc(4vw + 128px) !important;
	top: 15px !important;
	z-index: 999 !important;
	height: 30px !important;
	width: 30px !important;
	min-width: 30px !important;
}

.mobile .two-buttons a span {
	font-size: 21px;
}

.desktop .our-app .top-title h3:before {
	margin-left: 0;
}

@keyframes fadeInUp {
	0% {
		transform: translate(0px, 30px);
		opacity: 0;
	}
	100% {
		transform: translate(0px, 0);
		opacity: 1;
	}
}

.mobile .fadeInUp {
	transform: translate(0px, 30px);
}

.fadeInUp {
	opacity: 0;
	transform: translate(0px, 70px);
	transform: none;
	animation-fill-mode: backwards;
}

.desktop .gallery-section {
	padding-left: 6vw;
    padding-right: 5vw;
}

.mobile .home .gallery-image-3 {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
}

.mobile .home .gallery-image {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
}

.mobile .home .left-col .gallery-image img {
	height: 88vw;
    max-width: 500px;
    width: 70vw;
    max-height: 638px;
}

.mobile .home .gallery-image-2 img {
    width: 70vw;
    margin-top: 25px;
    height: 59vw;
	margin-left: 0 !important;
}

.rating-icons h2 {
    margin-top: 3px !important;
    font-size: 30px !important;
    margin-left: 3px;
    margin-right: 3px;
}

.mobile .rating-icons h2 {
    margin-top: 7px !important;
    font-size: 27px !important;
    line-height: 1.1 !important;
}

.rating-icons {
	margin-top: 5px;
}

.mobile .single-testimonial .testimonial-content {
	width: 83vw;
	max-width: 450px;
}

.mobile .first-location-row {
	display: flex;
	flex-direction: column;
}

.mobile .first-location-row .left-col {
	order: 1;
	width: 100%;
}

.mobile .experience-content {
    width: 92% !important;
	align-items: flex-start;
    padding-top: 88px;
}

.mobile .experience-box-content img {
	height: 55vw;
	max-height: 290px;
}

.mobile .experience-title h3 {
	line-height: 1.2;
}

.mobile .single-experiences #main {
	padding-bottom: 16px !important;
}

.mobile .experiences-row .location-description {
	padding-right: 0;
	margin-bottom: 16px;
}

.mobile .home .fourth-section {
    padding-bottom: 80px;
	padding-top: 100px;
}

.mobile .gallery-info {
	flex-direction: column;
	align-items: flex-start;
	padding-bottom: 45px;
}

.mobile .img-room {
	width: 100px;
	height: 100px;
}

.mobile .testimonials-info {
    padding-bottom: 4px;
}

.mobile .rating-info {
	padding-top: 31px;
}

.mobile .room-box .img-room .room-icon {
    max-width: 62px;
    max-height: 50px;
}

.mobile .room-box p {
    font-size: 14px;
    padding-top: 7px;
    letter-spacing: -0.3px;
}

.mobile .meet-the-space .first-location-row {
	display: block;
}

.mobile .meet-the-space .experiences-row {
	display: flex;
	flex-direction: column;
}

.mobile .faq-left-col,
.mobile .faq-right-col {
	width: 100%;
}

.mobile .faq-cols {
	display: block;
}

.mobile .meet-the-space .experiences-row .left-col {
	order: -1;
	width: 100%;
}


.mobile .modal-content .modal-body .wpcf7 form.sent .wpcf7-response-output {
    width: 86vw !important;
}

.mobile .accordion-body p {
    width: 100%;
    font-size: 15px;
    letter-spacing: 0.5px;
    line-height: 1.5;
}

.mobile .tab-title {
    font-size: 18px;
    padding-right: 25px;
}

.mobile .accordion-header button {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 16px !important;
    padding-bottom: 17px !important;
}

.mobile .accordion-button::after {
    font-size: 26px;
    right: -4px;
    top: 11px;
}

.mobile .bottom-gallery-section img {
    max-height: 275px;
    max-width: 275px;
}

.mobile .faq-cols {
    padding-top: 80px;
    padding-bottom: 80px;
}

.mobile .accordion-button:not(.collapsed)::after {
	margin-right: -4px !important;
}

.mobile .faq-left-col h2 {
	letter-spacing: -1px;
	padding-bottom: 23px;
}

.mobile .faq-cols-container {
	width: 92% !important;
}

.mobile .faqs .accordion-body {
    padding-top: 0;
}

.overlay .logo-div a,
.overlay .logo-div h4 {
	width: fit-content;
	display: block;
}

.overlay .logo-div {
	position: absolute;
	top: 12px;
	left: 4vw;
}

#toggle2.active.button_container span:nth-of-type(3),
#toggle.active.button_container span:nth-of-type(3) {
	top: 19px;
}

#toggle2.button_container.active .top,
#toggle.button_container.active .top {
    top: -3px !important;
}

.fancybox-infobar, 
.fancybox-navigation .fancybox-button, 
.fancybox-toolbar {
    opacity: 1 !important;
    visibility: visible !important;
}

.fancybox-navigation .fancybox-button {
    top: calc(50% - 20px) !important;
}

.slick-arrow {
	opacity: 1 !important;
	pointer-events: auto !important;
	transition: .4s !important;
}

.slick-arrow.slick-disabled {
	opacity: 0.6 !important;
	pointer-events: none !important;
	transition: .4s !important;
}

.mobile .meet-the-space #main {
    padding-bottom: 138px;
}

#marquee {
    height: 112px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    z-index: 1;
    position: relative;
    overflow: hidden;
    width: 100%;
}

#marquee h4 {
    position: absolute;
    margin: 0;
    white-space: nowrap;
    animation: marquee 80s linear infinite;
}

/* @keyframes marquee {
    0% { transform: translateX(100%); }
    100% { transform: translateX(-100%); }
}

@-moz-keyframes marquee {
    0% { transform: translateX(100%); }
    100% { transform: translateX(-100%); }
}

@-webkit-keyframes marquee {
    0% { transform: translateX(100%); }
    100% { transform: translateX(-100%); }
} */

.mobile .meet-the-space .imgArea img {
    margin-left: 0;
    margin-top: 83px;
    width: 100%;
    height: 56vw;
}

#marquee img.star-icon {
    height: 14px;
    margin-bottom: 5px;
}

.mobile .space-grid-section {
    padding-top: 110px;
	padding-bottom: 55px;
}

.desktop .meet-the-space .space-grid-section {
	padding-bottom: 100px;
}

.mobile .meet-the-space .experiences-row .right-col,
.mobile .meet-the-space .space-grid-section .first-location-row .left-col {
    padding-left: 17px;
}

.mobile #more {
	margin-top: 34px;
}

.mobile footer .first-col {
	padding-top: 8px;
    margin-bottom: 5px;
}

.mobile .meet-the-space .experiences-row .right-col,
.mobile .meet-the-space .first-location-row .left-col,
.mobile .meet-the-space .first-location-row .right-col {
	width: 100%;
}

.mobile #space-images-slider img {
	max-width: 84vw;
	object-fit: cover;
	height: 64vw;
}

.mobile .full-width-image p {
	font-size: 22px;
	line-height: 1.3;
	font-size: 22px;
    line-height: 1.2;
}

.mobile .meet-the-space .space-grid-section h3, .home .fifth-section h3 {
    line-height: 1;
    font-size: 34px !important;
    margin-bottom: 12px;
}

.mobile .full-width-image h3 {
    bottom: 23px;
    left: 4vw;
}

.full-width-image p {
	font-family: 'Source-Regular';
    text-transform: uppercase;
}

.mobile .gallery .col-lg-12.col-md-12.col-xs-12.text-center {
	width: 92vw !important;
	right: 4vw !important;
	padding: 0 !important;
	position: relative !important;
	top: unset !important;
	right: unset !important;
	background-color: black !important;
}

.mobile .gallery .col-lg-12.col-md-12.col-xs-12.text-center li {
	border: 1px solid white;
	border-radius: 30px;
	padding-left: 12px;
	padding-right: 12px;
}

.mobile .first-location-row .right-col img {
	border-radius: 20px;
    height: 68vw;
    margin-top: 0;
    object-fit: cover;
    margin-bottom: 25px;
	max-height: 530px;
	width: 100%;
}

.mobile .home .experiences-row .right-col,
.mobile .home .location-description {
	max-width: 750px;
}

.mobile .list-link a {
    padding-left: 12px;
    margin-bottom: 10px;
    margin-right: 10px;
    padding-right: 12px;
    padding-top: 4px;
    padding-bottom: 3px;
}

.mobile .first-location-row .location-description,
.mobile .first-location-row h3 {
	padding-right: 0;
}

.mobile .experiences-row .right-col {
    padding-top: 27px !important;
}

.mobile .list-link a p {
    font-size: 14px;
}

.mobile .experiences-row .right-col {
    padding-top: 72px;
    padding-right: 0;
}

.mobile .mobile-exp-image {
    width: 100%;
    border-radius: 20px;
    height: 68vw;
	margin-top: 88px;
	max-height: 530px;
    object-fit: cover;
}

.mobile .single-testimonial .testimonial-content {
    padding-left: 6%;
    padding-top: 23px;
    padding-bottom: 23px;
    padding-right: 6%;
}

.mobile .experiences-row .right-col .explore-space {
	margin-top: 34px;
}

.mobile .home .fifth-section h3 {
	padding-right: 0 !important;
}

.mobile .explore-space p {
	letter-spacing: -0.5px;
}

.mobile .testimonials-info div {
    padding-right: 10%;
}

.mobile .experiences-row {
	display: flex;
	flex-direction: column;
}

.mobile .gallery-description {
	max-width: 100%;
}

.mobile .experiences-row .left-col,
.mobile .experiences-row .right-col {
	width: 100%;
}

.mobile .single #main {
	padding-bottom: 0;
}

.mobile .footer-bottom-row {
	display: block;
}

.mobile #experiences-slider .slick-prev, 
.mobile #testimonials-slider .slick-prev {
	top: -14px;
	left: 4vw;
	right: unset;
}

.mobile #experiences-slider .slick-next, 
.mobile #testimonials-slider .slick-next {
	top: -14px;
	left: calc(4vw + 53px);
	right: unset;
}

.mobile #experiences-slider, 
.mobile #testimonials-slider {
	padding-top: 40px;
}

.mobile .footer-bottom-row p {
    font-size: 12px;
    line-height: 1.4;
	letter-spacing: -0.2px;
}

.mobile .footer-menus .first-col,
.mobile .footer-menus .second-col,
.mobile .footer-menus .third-col,
.mobile .footer-menus .fourth-col {
    width: 100%;
}

.mobile .experiences #colophon {
    padding-top: 77px !important;
}

.modal-content .modal-body .wpcf7 form.sent .wpcf7-response-output {
    margin-top: 14px !important;
    font-size: 15px !important;
}

.experiences .experience-box h3 {
    line-height: 1.1;
    padding-top: 19px;
    padding-bottom: 12px;
}

.mobile .explore-gallery {
    padding-top: 5px !important;
    padding-bottom: 4px !important;
    padding-right: 16px !important;
    padding-left: 16px !important;
}

.mobile .gallery-right {
	margin-top: 23px;
}

.mobile .seventh-section {
    padding-bottom: 40px;
}

.mobile .footer-menus #back-to-top-btn a {
    top: 37px;
}

.mobile .third-col .footer-label {
	display: none !important;
}

.mobile .other-experiences p {
    padding-top: 10px;
	padding-right: 5%;
    margin-bottom: 38px;
}

.mobile .other-experiences {
    padding-top: 100px;
}

.mobile .other-experiences h2 {
	max-width: 300px;
    letter-spacing: -1px;
    line-height: 1;
}

.mobile .footer-menus {
	display: flex;
	flex-direction: column;
	width: 100%;
}

.mobile .experience-content p {
    text-align: left;
    font-size: 15px;
    letter-spacing: 0.5px;
    line-height: 1.5;
}

.mobile .experience-box-content {
	width: 84vw;
	max-width: 414px;
}

.mobile .single-keyword p {
    font-size: 13px !important;
    padding-bottom: 1px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 1px;
}

.mobile .key-words {
	margin-bottom: 35px;
	padding-right: 20px;
}

.mobile .experience-content h3 {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 26px;
    text-align: left !important;
}

.mobile .modal-info-form form {
	background-color: black !important;
    backdrop-filter: blur(19px) !important;
    -webkit-backdrop-filter: blur(19px) !important;
	padding-bottom: 75px;
	max-width: 700px;
}

.mobile .single-experiences .top-section h1 {
	max-width: 92vw;
	line-height: 1;
}

.mobile .wpcf7-response-output {
	margin-top: 10px !important;
    font-size: 14px !important;
}

.mobile .wpcf7-not-valid-tip {
    top: 35px !important;
}

.mobile .faqs #colophon {
    padding-top: 23px !important;
}

.mobile .first-location-row .right-col {
	width: 100%;
}

.mobile .full-width-image img {
	height: calc(100vh - 100px);
}

.mobile .rating-icons h2 {
	margin-top: 9px;
    font-size: 40px;
}

.mobile .gallery-left h2,
.mobile .gallery-left p {
	text-align: left;
}

.mobile .home .gallery-image-3 img {
    margin-left: unset;
    width: 47vw;
    height: 44vw;
    margin-top: -17vw;
	max-width: 350px;
    max-height: 400px;
}

.single-keyword p {
	font-size: 14px !important;
    margin-left: 5px;
    padding-left: 12px;
    margin-right: 5px;
    border-radius: 30px;
    border: 1px solid white;
    padding-right: 12px;
    padding-top: 1px;
	margin-bottom: 10px;
}

.kerkini-lake .top-section img {
	object-position: top;
}

.desktop .experiences .top-section img {
	object-position: bottom;
}

.single-keyword {
	opacity: 0.7;
}

.key-words {
	list-style: none;
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
	margin-bottom: 40px;
}

/* mask */
.dm-width {
	max-width: 323px;
	margin-left: 5vw;
 }
 
 .iphone-mockup {
	position: relative;
	z-index: 5;
 }
 
 .dm-device {
	 position: relative;
	 width: 100%;
	 padding-bottom:203.477897%;
	 margin-bottom: 20px;
 }
 
 .device {
   position: absolute;
	 top: 0;
	 bottom: 0;
	 left: 0;
	 right: 0;
	 width: 100%;
	 height: 100%;
	 -webkit-background-size: 100% 100%;
	 
	 background-repeat: no-repeat;
	background-image: url(https://res.cloudinary.com/di5yipnns/image/upload/v1482236588/apple-iphone_aivldo.png);
   background-size: cover;
	 background-position: center center;
 }
 
 .screen {
	overflow: hidden;
	 position: absolute;
	 top: 18.1%;
	 bottom: 20.6%;
	 left: 12.49%;
	 right: 17.4%;
	 background-position: center;
	 background-repeat: no-repeat;
	 background-size: contain;
 }

.our-program .nav-tabs .nav-link {
    width: 100%;
    border: 0px solid transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
	background-color: #f8f1ec;
	padding-top: 19px;
	padding-bottom: 19px;
	color: #3f4040 !important;
	font-size: 16px !important;
}

.our-program .nav-tabs .nav-link.active {
	background-color: #3f4040 !important;
	color: white !important;
}

.our-program .tab-content {
	padding-top: 22px;
	padding-bottom: 22px;
}

.desktop .our-program .program-tabs li {
	font-size: 20px;
    line-height: 27px;
}

.program-box img {
	width: 100%;
	object-fit: contain;
}

.mobile .home .mobile-title-desc h3 {
	font-size: 24px !important;
    line-height: 1.2 !important;
    letter-spacing: -0.5px !important;
    padding-bottom: 17px !important;
}

.meet-the-space .amenities-list {
    padding-bottom: 22px;
}

.mobile .meet-the-space .amenities-list {
    padding-bottom: 3px;
}

.mobile .home .second-section {
    padding-top: 84px !important;
}

.program-call a {
	width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

.program-call {
	padding-bottom: 125px;
	padding-top: 10px;
}

.desktop .our-program .program-tabs {
	width: 75%;
    margin-left: auto;
    margin-right: auto;
	min-width: 765px;
	max-width: 1800px;
}

.mobile .full-width-image h3 {
	padding-right: 0 !important;
}

.our-program .program-row {
	border-bottom: 1px solid #f8f1ec;
    padding-top: 19.5px;
    padding-bottom: 19.5px;
	padding-left: 10px;
	padding-right: 10px;
}

.mobile .our-program .nav-tabs .nav-link {
    padding-top: 16px;
    padding-left: 0;
    padding-bottom: 16px;
    padding-right: 0;
}

.mobile .home #main h3 {
	font-size: 18px;
    line-height: 1;
    padding-right: 20px;
    padding-bottom: 6px;
}

.home .fourth-section,
.home .second-section {
	padding-top: 120px;
}

#experiences-slider,
#testimonials-slider {
	position: relative;
}

#experiences-slider .slick-next,
#testimonials-slider .slick-next {
	position: absolute;
	right: 4vw;
	color: transparent;
	border: 1px solid white;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center;
	width: 40px;
	height: 40px;
	background-size: 26px 19px;
	top: -100px;
	border-radius: 50%;
	background-image: url(/wp-content/themes/multispace/images/right-arrow.svg);
}

.mobile .gallery-description p {
	max-width: 470px;
}

.mobile .home .mobile-title-desc {
	max-width: 650px;
}

.newsletter .back-home {
    margin-top: 35px;
}

.newsletter .newsletter-section {
	max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.lb-prev {
	position: fixed !important;
    left: 4vw !important;
    color: transparent !important;
    border: 1px solid white !important;
    background-color: transparent !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    width: 40px !important;
    height: 40px !important;
    top: calc(50vh - 20px) !important;
    border-radius: 50% !important;
    background-size: 26px 19px !important;
    transform: rotate(180deg) !important;
    background-image: url(/wp-content/themes/multispace/images/right-arrow.svg) !important;
}

.lb-next {
	position: fixed !important;
    right: 4vw !important;
    color: transparent !important;
    border: 1px solid white !important;
    background-color: transparent !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    width: 40px !important;
    height: 40px !important;
    top: calc(50vh - 20px) !important;
	transform: rotate(0deg) !important;
    border-radius: 50% !important;
    background-size: 26px 19px !important;
    background-image: url(/wp-content/themes/multispace/images/right-arrow.svg) !important;
}

.lightbox .lb-image {
    position: fixed;
	max-height: 90vh;
	object-fit: contain;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
}

.lb-data .lb-close {
	opacity: 1 !important;
}

.lb-loader {
	display: none !important;
}

#space-images-slider {
	position: relative;
}

#experiences-slider .slick-prev,
#testimonials-slider .slick-prev {
	position: absolute;
	right: calc(4vw + 70px);
	color: transparent;
	border: 1px solid white;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center;
	width: 40px;
	height: 40px;
	top: -100px;
	border-radius: 50%;
	background-size: 26px 19px;
	transform: rotate(180deg);
	background-image: url(/wp-content/themes/multispace/images/right-arrow.svg);
}

.mobile .logo-div {
	margin-top: 3px;
}

#space-images-slider .slick-prev {
	position: absolute;
	left: 4vw;
	color: transparent;
	border: 1px solid white;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center;
	width: 40px;
	height: 40px;
	bottom: -90px;
	border-radius: 50%;
	background-size: 26px 19px;
	transform: rotate(180deg);
	background-image: url(/wp-content/themes/multispace/images/right-arrow.svg);
}

.mobile .head-image h1 {
	top: 80px;
	margin: 0;
}

.mobile .home .head-image > h1:nth-child(2) {
	top: 133px;
}

#trp-floater-ls div:not(#trp-floater-poweredby) > a {
	padding: 0 !important;
}

#trp-floater-ls {
	top: 25px !important;
	position: fixed;
    width: fit-content;
    z-index: 9 !important;
    height: 44px !important;
	width: 44px !important;
	min-width: 44px !important;
	display: flex !important;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	right: calc(50vw - 420px) !important;
    backdrop-filter: blur(33px);
    -webkit-backdrop-filter: blur(33px);
    /* background-color: rgb(236 234 229 / 43%) !important; */
    background-color: hsla(0, 0%, 100%, .1) !important;
	background: hsla(0,0%,100%,.1) !important;
}

#trp-floater-ls div:not(#trp-floater-poweredby) > a:hover {
	background-color: transparent !important;
	opacity: 0.65;
    transition: .4s;
}

#trp-floater-ls div:not(#trp-floater-poweredby) > a {
	opacity: 1;
    transition: .4s;
}

#trp-floater-ls a {
	font-family: Source-Regular !important;
    text-decoration: none;
	color: white !important;
    margin-left: 21px;
	margin: auto !important;
    font-size: 14px;
    letter-spacing: -0.8px;
}

#trp-floater-ls.trp-floater-ls-codes #trp-floater-ls-current-language a, 
#trp-floater-ls.trp-floater-ls-codes #trp-floater-ls-language-list {
	margin-top: 0 !important;
}

#trp-floater-ls.trp-color-dark {
    background: transparent;
    box-shadow: none;
    border-radius: 50%;
    height: fit-content;
    padding: 0;
    margin: 0;
}

html:lang(el).mobile #trp-floater-ls .trp-language-wrap.trp-language-wrap-bottom {
    padding-left: 6px !important;
}

.mobile #trp-floater-ls.trp-color-dark {
	background: transparent !important;
	background-color: transparent !important;
	border: 1px solid white !important;
}

#trp-floater-ls .trp-floater-ls-disabled-language {
    height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
}

html body a.trp-floater-ls-disabled-language.trp-ls-disabled-language,
#trp-floater-ls-current-language {
	display: none !important;
}

#trp-floater-ls-language-list {
	display: block !important;
}

#space-images-slider .slick-next {
	position: absolute;
	left: calc(4vw + 70px);
	color: transparent;
	border: 1px solid white;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center;
	width: 40px;
	height: 40px;
	bottom: -90px;
	border-radius: 50%;
	background-size: 26px 19px;
	background-image: url(/wp-content/themes/multispace/images/right-arrow.svg);
}

.mobile .ht-cursor {
	display: none !important;
}

button.fancybox-button.fancybox-button--arrow_right {
	right: 2vw !important;
	color: transparent !important;
	border: 1px solid white !important;
	background-color: transparent !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	width: 40px !important;
	height: 40px !important;
	padding: 0 !important;
	background-size: 26px 19px !important;
	border-radius: 50% !important;
	opacity: 1 !important;
	background-image: url(/wp-content/themes/multispace/images/right-arrow.svg) !important;
}

.meet-the-space #main {
	padding-bottom: 170px;
}

.ht-cursor.-link-size:before {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}


.newsletter-section p {
	color: white;
	text-align: center;
}

.newsletter #main {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: calc(100vh - 80px);
	padding-top: 60px;
}

.back-home p {
	width: fit-content;
}

.newsletter h2 {
	padding-bottom: 10px;
}

.back-home {
	margin-top: 45px;
	width: fit-content;
	display: block;
	border: 1px solid white;
	margin-left: auto;
	margin-right: auto;
	text-decoration: none;
	padding-top: 8px !important;
    padding-bottom: 7px !important;
    padding-right: 20px !important;
    padding-left: 20px !important;
    border-radius: 30px !important;
}

.top-section {
	position: relative;
	max-width: 100vw;
	max-height: 100vh;
	overflow: hidden;
}

.top-section img {
	opacity: 0.8;
	width: 100%;
	height: 100vh;
	object-fit: cover;
}

.top-section h1 {
	position: absolute;
	text-align: center;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: fit-content;
	height: fit-content;
	margin: auto;
}

.experience-content {
	width: 60% !important;
	padding-top: 100px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.experience-content h3 {
	padding-left: 5%;
	padding-right: 5%;
	margin-bottom: 26px;
}

.desktop .logo-div h4 {
	line-height: 1.14;
}

.mobile .experiences .experience-info p {
    max-width: 730px;
}

.fancybox-thumbs__list a {
	border-radius: 10px;
}

.amphipolis .top-section img {
	object-position: top;
}

.experience-content p {
	font-size: 17px;
	line-height: 1.5;
}

.fancybox-thumbs {
	background: black;
	border-left: 2px solid white;
}

.desktop .newsletter .book-link a,
.desktop .error404 .book-link a {
    background-color: white !important;
}

.desktop .newsletter .book-link a span,
.desktop .error404 .book-link a span {
	color: black !important;
}

.fancybox-thumbs__list a:before {
    border: 3px solid #FFD303 !important;
    bottom: 0 !important;
    border-radius: 10px !important;
}

button.fancybox-button.fancybox-button--arrow_left {
	left: 2vw !important;
	color: transparent !important;
	border: 1px solid white !important;
	transform: rotate(180deg);
	background-color: transparent !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	width: 40px !important;
	height: 40px !important;
	padding: 0 !important;
	background-size: 26px 19px !important;
	border-radius: 50% !important;
	opacity: 1 !important;
	background-image: url(/wp-content/themes/multispace/images/right-arrow.svg) !important;
}

button.fancybox-button.fancybox-button--arrow_left svg,
button.fancybox-button.fancybox-button--arrow_right svg {
	opacity: 0 !important;
}

.home .fourth-section {
	padding-bottom: 150px;
}

.mobile .left-contact-col label {
	width: 100%;
}

.testimonials-info div {
	max-width: 500px;
    margin-top: 10px;
	padding-bottom: 45px;
}

.mobile .home #main h6 {
	font-size: 13px;
    line-height: 1.3;
    padding-right: 20px;
}

.mobile .our-program li.nav-item {
    width: 33%;
}

.desktop .our-app .headerWrapper {
    margin-top: 70px;
}

.desktop .left-app-section {
	display: flex;
	flex-direction: row;
}

.accordion-body span {
	display: inline !important;
}

  .footer-bottom-row {
	border-top: 1px solid white;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding-top: 10px;
	padding-bottom: 10px;
  }

  .footer-bottom-row a {
	text-decoration: none;
  }

  .contact-btn-2 {
	cursor: pointer;
	width: fit-content;
	transition: .4s;
	opacity: 1;
  }

  .contact-btn-2:hover {
	transition: .4s;
	opacity: 0.6;
  }

  .footer-bottom-row p {
	font-size: 13px;
  }

  .single-testimonial .testimonial-content {
	width: 30vw;
	margin-right: 20px;
	padding-left: 5%;
	padding-top: 22px;
	padding-bottom: 18px;
	padding-right: 5%;
  }

  #testimonials-slider .slick-list {
	padding-left: 4vw !important;
  }

  #testimonials-slider .slick-track > .single-testimonial .testimonial-content {
		/* 	background-color: #FFD303; */
	  background-color: #e5bd02;
/* 	  background-color: #7373a5; */
  }
/* 
#testimonials-slider .slick-track > .single-testimonial:nth-child(2) .testimonial-content,
#testimonials-slider .slick-track > .single-testimonial:nth-child(6) .testimonial-content,
#testimonials-slider .slick-track > .single-testimonial:nth-child(10) .testimonial-content,
#testimonials-slider .slick-track > .single-testimonial:nth-child(12) .testimonial-content,
#testimonials-slider .slick-track > .single-testimonial:nth-child(14) .testimonial-content,
#testimonials-slider .slick-track > .single-testimonial:nth-child(16) .testimonial-content,
#testimonials-slider .slick-track > .single-testimonial:nth-child(18) .testimonial-content,
#testimonials-slider .slick-track > .single-testimonial:nth-child(20) .testimonial-content{
	background-color: #648BC6;
 } */

/* 
 #testimonials-slider .slick-track > .single-testimonial:nth-child(4) .testimonial-content,
 #testimonials-slider .slick-track > .single-testimonial:nth-child(8) .testimonial-content {
	background-color: #59598B !important;
  }  */


  .testimonial-content {
	border-radius: 20px !important;
  }

  .desktop .gallery-description {
	min-width: 450px;
  }

  .desktop .rating-icons h2 {
	margin-top: 8px;
  }

  .room-boxes > .room-box:first-child .img-room,
  .room-boxes > .room-box:last-child .img-room {
    background-color: #648BC6;
    border: 7px solid #648BC6;
}

  .room-boxes > .room-box:nth-child(3) .img-room {
    background-color: #59598B;
    border: 7px solid #59598B;
}

.room-boxes > .room-box:nth-child(2) .img-room,
.room-boxes > .room-box:nth-child(4) .img-room {
    background-color: #FFD303;
    border: 7px solid #FFD303;
}
  



.mobile .room-boxes > .room-box:first-child .img-room,
.mobile .room-boxes > .room-box:last-child .img-room {
  border: 4px solid #648BC6;
}

.mobile .room-boxes > .room-box:nth-child(3) .img-room {
  border: 4px solid #59598B;
}

.mobile .room-boxes > .room-box:nth-child(2) .img-room,
.mobile .room-boxes > .room-box:nth-child(4) .img-room {
  border: 4px solid #FFD303;
}

  .top-section img {
	animation: scalein 8s;
  }

@keyframes scalein {
	from { transform: scale(1.11);}
	to   { transform: scale(1);}
}

.experiences .base-template {
	max-width: 100vw;
	padding-top: 120px;
	padding-bottom: 110px;
	overflow: hidden;
}

.emotions-slider-item__text p {
	display: none;
}

.mobile .main-space-info .upper-title {
    font-size: 14px;
    margin-bottom: 26px;
    letter-spacing: -0.4px;
}

.mobile .all-rooms-section .amenities-list h2 {
    margin-top: 85px !important;
}

.mobile #space-images-slider .slick-next {
    left: calc(4vw + 53px);
	bottom: -60px;
}

.mobile #space-images-slider .slick-prev {
	bottom: -60px;
}

.mobile .meet-the-space #colophon {
    padding-top: 0 !important;
}

.mobile .all-rooms-section .upon-request-list h2 {
	margin-top: 104px !important;
}

.all-rooms-section > h2:first-child {
    margin-top: 110px !important;
}

.testimonial-content p {
	display: -webkit-box !important;
    -webkit-line-clamp: 10 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.emotions-slider-item__text > p:first-child {
	display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
	max-width: 870px !important;
}

.emotions-slider__item a {
	text-decoration: none;
}

.contact .top-section h1,
.meet-the-space .top-section h1 {
    position: relative;
    text-align: left;
    top: unset;
    bottom: unset;
    left: unset;
    right: unset;
    width: fit-content;
    height: fit-content;
    margin: unset;
}

.the-space-title {
	flex-wrap: nowrap;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	position: absolute;
	height: fit-content;
	top: 0;
	bottom: 0;
	left: 4vw;
	margin: auto;
	width: 92vw;
}

.first-location-row .right-col img {
	width: 100%;
	border-radius: 20px;
	height: 30vw;
	object-fit: cover;
}

.first-location-row .location-description {
	padding-right: 10%;
}

.meet-the-space .space-grid-section h3,
.home .fifth-section h3 {
	font-size: 34px !important;
	margin-bottom: 10px;
}

.meet-the-space .space-grid-section .left-col,
.experiences-row .left-col,
.fifth-section .left-col {
	width: 43%;
}

.meet-the-space .space-grid-section .first-location-row .left-col {
	padding-left: 5.5%;
}

#space-images-slider img {
	height: 62vh;
	object-fit: contain;
	width: auto;
	border-radius: 20px;
	margin-right: 20px;
}

#space-images-slider .slick-list {
	padding-left: 4vw;
}

.space-grid-section {
	padding-top: 120px;
	padding-bottom: 90px;
}

.meet-the-space .imgArea img {
	margin-left: 13%;
	margin-top: -3vw;
	width: 87%;
	height: 36vw;
}

.book-now-main {
	border: 1px solid white !important;
}

.meet-the-space .space-grid-section .right-col,
.experiences-row .right-col,
.fifth-section .right-col {
	width: 57%;
}

.mobile .col-lg-12.col-md-12.col-xs-12.text-center li {
    margin-bottom: 4px !important;
    margin-right: 2px !important;
    margin-left: 2px !important;
    font-size: 14px !important;
}

.mobile #all-simplefilter {
    margin-right: 2px !important;
}

.list-link ul {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
}

.list-link a {
	padding-left: 21px;
    text-decoration: none;
    display: block;
    border: 1px solid white;
    border-radius: 30px;
    width: fit-content;
    margin-bottom: 12px;
    margin-right: 12px;
    padding-right: 21px;
    padding-top: 4px;
    padding-bottom: 3px;
}

.list-link a p {
	font-size: 18px;
}

.imgArea img {
	margin-top: -3vw;
    width: 87%;
    height: 42vw;
    object-fit: cover;
    border-radius: 20px;
}

#slider2 {
    transition: opacity 0.3s ease-in-out;
}

.list-inline img {
    transition: .5s;
}

.bottom-gallery-section img {
    height: auto;
	border-radius: 20px;
    max-width: 320px;
	max-height: 330px;
    object-fit: contain;
    margin-right: 20px;
}

.fancybox-image {
	border-radius: 20px;
}

.marquee-content li {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.list-inline {
    display: flex;
    justify-content: space-around;
    list-style: none;
    margin: 0;
}

.faqs .bottom-gallery-section {
	padding-bottom: 50px;
}


@keyframes marquee {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(-2000px);
	}
}

.desktop .home .sixth-section .gallery-description {
	max-width: 450px !important;
}

.marquee-content:hover {
	animation-play-state: paused;
}

.marquee {
	margin: 0 auto;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	box-sizing: border-box;
	position: relative;
}

.meet-the-space .marquee {
	height: 105px;
}

.lower-opacity {
	opacity: 0.7;
}

.vertical-line {
	width: 1px;
    margin-bottom: 30px;
    height: 63px;
}

.marquee-content {
    width: 100%;
    display: flex;
    line-height: 30px;
    animation: marquee 35s linear infinite forwards;
}

.rating-info {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: 70px;
	justify-content: center;
}

.experiences-row .right-col {
	padding-top: 82px;
	padding-right: 10%;
}

.desktop .meet-the-space .experiences-row .right-col {
	padding-right: 2%;
}

.fancybox-progress {
	background: #FFD303 !important;
}

.experiences-row .location-description {
	padding-right: 0;
	margin-bottom: 35px;
}

.all-rooms-section h2 {
	margin-top: 128px !important;
	padding-bottom: 28px;
}

.desktop .all-rooms-section h2 {
	padding-bottom: 34px;
}

.room-box p {
	padding-top: 8px;
}

.contact-cols,
.modal-info-form,
.faq-cols,
.footer-menus,
.all-amenities,
.room-boxes,
.experiences-row,
.first-location-row,
.second-experiences-row,
.second-section .images-gallery {
  	display: -ms-flexbox;
    display: flexbox;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
    width: auto;
    -webkit-flex-flow: row wrap;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: stretch;
    align-items: stretch;
    box-sizing: border-box;
}

.faq-cols {
	padding-top: 110px;
	padding-bottom: 118px;
}

.all-amenities .amenities-li {
	width: 100%;
}

.modal-info-form .modal-info {
	width: 33%;
}

.modal-info-form .modal-form {
	width: 67%;
}

.mobile .modal-info-form .modal-info {
    width: 100%;
    padding-top: 90px !important;
	padding-bottom: 50px !important;
}

.mobile .get-directions-button span {
	font-size: 13px !important;
}

.mobile .faq-left-col h2 {
	font-size: 30px;
}

.desktop #masthead {
	height: 52.81px !important;
}

.desktop .logo-div {
	height: 27px !important;
}

.mobile .get-directions-button.btn {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
    padding-right: 12px !important;
    margin-left: 17px;
    padding-left: 12px !important;
    margin-top: 14px !important;
}

.mobile .right-contact-col label {
	width: 100%;
}

.mobile .bottom-main-info {
    bottom: 17px;
    left: 4vw;
    width: 275px;
}

.mobile .the-space-title h1 {
	top: 80px;
	position: absolute !important;
}

.mobile .the-space-title > h1:nth-child(2) {
	top: 80px;
	right: 4vw;
}

.mobile .the-space-title > h1:nth-child(3) {
	top: 133px;
	right: 4vw;
}

.mobile .main-space-info {
    padding-top: 84px;
	max-width: 700px;
}

.mobile .meet-the-space .space-grid-section p {
	max-width: 700px;
}

.mobile .room-boxes .room-box {
	margin-bottom: 20px;
}

.mobile .the-space-title {
	margin: 0 !important;
	display: block !important;
}

.modal-info {
	position: relative;
}

.mobile .modal-info-form,
.mobile .modal-info-form .modal-form {
	width: 100%;
}

.footer-menus .first-col {
	width: 32%;
}

.accordion-item:last-of-type {
	border-radius: 0 !important;
	border-bottom: 0 !important;
}

.modal-body h3 {
    padding-bottom: 36px;
}

.form-row textarea {
	height: 200px;
}

.left-contact-col {
	width: 35%;
    margin-right: 20px;
}

.right-contact-col {
	width: calc(65% - 20px);
}

.mobile .left-contact-col ,
.mobile .right-contact-col{
	width: 100%;
    margin-right: 20px;
}

.form-row input {
	margin-bottom: 17px;
}

.accordion-body p {
	opacity: 0.8;
	width: 90%;
	font-size: 16px;
	line-height: 25px;
	letter-spacing: 0.5px;
}

.mobile .error-desc {
    max-width: 515px;
}

.faq-left-col {
	width: 34%;
}

.footer-menus .second-col {
	width: 20%;
}

.footer-menus .third-col {
	width: 20%;
}

.footer-menus .fourth-col {
	width: 28%;
}

.faq-right-col {
	width: 66%;
	padding-right: 5%;
}

div.tnp-subscription {
	max-width: 325px !important;
}

.all-amenities {
	justify-content: flex-start !important;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}

.all-amenities .amenities-li p {
	border-bottom: 1px solid #636363;
	padding-bottom: 3px;
	margin-left: 10px;
	margin-right: 10px;
	padding-top: 6px;
	padding-bottom: 6px;
}

.second-section .images-gallery .left-col {
	width: 50%;
}

.second-section .images-gallery .right-col {
	width: 50%;
}

.mobile .second-section .images-gallery .left-col,
.mobile .second-section .images-gallery .right-col {
	width: 100%;
}

.room-boxes .room-box {
	width: fit-content;
	margin-left: 10px;
	margin-right: 10px;
}

.img-room {
	position: relative;
	border-radius: 50%;
	width: 128px;
	height: 128px;
	overflow: hidden;
	background-color: white;
	border: 5px solid white;
}

.room-box .img-room .room-image {
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 100%;
	opacity: 0;
	object-fit: cover;
	transition: .4s;
}

.room-box .img-room .room-icon {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: fit-content;
	height: fit-content;
	z-index: 1;
	max-width: 70px;
	max-height: 62px;
}

.meet-the-space .marquee {
	color: #ffff;
	margin: 0 auto;
	text-align: center;
  }
  
  .meet-the-space .marquee-text {
	white-space: nowrap;
	font-size: 34px;
	line-height: 1;
	font-family: Source-Regular;
	text-transform: uppercase;
  }

  #more {
	background-color: black;
	border: 0;
	margin-left: auto;
	margin-right: auto;
	margin-top: 45px;
  }

  .amenities-list {
	display: flex;
	flex-direction: column;
  }
  
  .meet-the-space .spacer {
	margin-bottom: 30px;
  }
  
  .meet-the-space .marquee-section {
	  max-width: 100vw;
	  overflow-x: hidden;
  }

.main-space-info {
	padding-top: 120px;
	max-width: 950px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.desktop .main-space-info {
	width: 75%;
}

.host-info {
	margin-bottom: 40px;
}

.main-space-info .upper-title {
	margin-bottom: 32px;
}

.room-box .img-room .room-icon,
.room-box:hover .img-room .room-image {
	opacity: 1;
	transition: .4s;
}

.room-box:hover .img-room .room-icon {
	opacity: 0;
	transition: .4s;
}

  .uppercase {
	text-transform: uppercase;
  }

  .single-testimonial h5 {
	text-align: right;
	margin-top: 15px;
	  opacity: 0.8;
  }

  .bottom-main-info p {
	font-family: 'Source-Regular';
    line-height: 1.2;
	font-size: 14px;
	padding-bottom: 11px;
  }

  .bottom-main-info {
	font-family: 'Source-Regular';
    line-height: 1.3;
    font-size: 14px;
    letter-spacing: -0.4px;
  }

  .experience-title {
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
  }

 .experience-box-content {
    width: 30vw;
    overflow: hidden;
	text-decoration: none;
    display: block;
	margin-right: 20px;
}

.bottom-main-info {
	position: absolute;
	bottom: 20px;
	left: 30px;
	width: 275px;
}

#experiences-slider .slick-list {
	padding-left: 4vw !important;
}

.experience-box-content img {
	width: 100%;
	object-fit: cover;
	border-radius: 20px;
	height: 21vw;
}

.gallery #colophon {
	background-color: black;
    position: relative;
}

.other-experiences {
	padding-top: 140px;
}

  .other-experiences p {
	max-width: 540px;
	margin-bottom: 40px;
  }

  .main_logo_link {
	text-decoration: none;
  }

.mobile .our-program .program-call {
    padding-bottom: 100px;
	padding-top: 70px;
}

.desktop .our-program .program-call {
	padding-top: 90px;
}

.mobile .our-program .program-tabs {
	max-width: 655px;
	margin-left: auto;
	margin-right: auto;
}

.mobile blockquote.right {
    border-right: 3px solid #d6ae8f;
}

.mobile blockquote.left {
    border-left: 3px solid #d6ae8f;
}

.mobile .our-program .nav-tabs .nav-link {
    font-size: 14px !important;
}

.mobile .our-program .program-row {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 0;
    padding-right: 0;
}

.our-program li.nav-item {
    width: 16.65%;
	color: #3f4040 !important;
}

.our-program .nav-tabs {
    border-bottom: 0;
}

.home .box5 img {
	object-position: bottom;
}

.mobile .home .box4 img {
	object-position: right;
}

.our-services .image-gallery-box {
    padding-top: 155px;
}

.our-program .note {
	margin-top: 30px;
	padding-bottom: 65px;
}

.desktop .our-services .all-services > .single-service:nth-child(2n + 1) {
	padding-right: 2.5%;
}

.desktop .our-services .all-services > .single-service:nth-child(2n) {
	padding-left: 2.5%;
}

.mobile .our-app .wp-video {
    width: 266px !important;
    height: 547px !important;
}

.mobile .left-app-section {
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.data-target-div1 #caf-filter-layout1 li a, 
.data-target-div1 #caf-filter-layout1 li.more span {
    background-color: white !important;
    color: #3f4040 !important;
    text-transform: none !important;
    font-family: 'Manrope-Semibold' !important;
    font-size: 19px !important;
    font-weight: normal !important;
}

.desktop .program-call a {
	font-size: 17px !important;
}

.desktop .testimonial-content p {
	-webkit-line-clamp: 8 !important;
}

.caf-content {
	display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.heateor_sss_more > span.heateor_sss_svg:first-child:before {
	display: block !important;
	width: 19px !important;
	content: '' !important;
	height: 19px !important;
	background-image: url(/wp-content/themes/multispace/images/share.svg) !important;
	margin-left: 2px;
}

.our-partners .all-iventions {
	padding-bottom: 36px;
}

.our-partners .invention-image-container {
	margin-bottom: 22px;
}

.partner-button {
    padding-top: 10px;
    padding-bottom: 9px;
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
	color: #8b8d8d !important;
}

.our-partners .item-container img {
	width: 100%;
	object-fit: contain;
	border-radius: 30px;
    opacity: 1;
    transition: .7s;
}

.mobile .our-services .number-title {
    padding-top: 0;
}

.mobile .our-services .all-services {
	display: block;
}

.our-partners .invention-title-subtitle {
	text-align: center;
}

.our-partners .item-container a {
	text-decoration: none;
	height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.our-partners .main-container {
	box-sizing: border-box;
}

.our-partners .main-items-container {
	display: -ms-flexbox;
	display: flexbox;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	padding: 0;
	margin: 10px 0;
	list-style: none;
	width: auto;
	-webkit-flex-flow: row wrap;
	justify-content: flex-start;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: stretch;
	align-items: stretch;
	box-sizing: border-box;
}

.mobile .left-app-section.display-desktop {
	display: none !important;
}
  
.our-partners .item-container {
	margin: 0;
	width: 100%;
	padding: 15px;
	box-sizing: border-box;
	position: relative;
}

.our-inventions .main-container {
	box-sizing: border-box;
}

.our-inventions .main-items-container {
	display: -ms-flexbox;
	display: flexbox;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	padding: 0;
	margin: 10px 0;
	list-style: none;
	width: auto;
	-webkit-flex-flow: row wrap;
	justify-content: flex-start;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: stretch;
	align-items: stretch;
	box-sizing: border-box;
}
  
.our-inventions .item-container {
	margin: 0;
	width: 100%;
	padding: 25px;
	box-sizing: border-box;
	position: relative;
}

.our-inventions .item-container .invention-title-subtitle {
	text-align: center;
	padding-bottom: 12px;
	padding-left: 22px;
	padding-right: 22px;
}

.mobile .our-partners .item-container {
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 25px;
}

.mobile .partner-button {
	font-size: 14px;
}

.mobile .our-partners .bottom-description {
	margin-top: 0 !important;
}

.our-app {
	overflow-x: hidden;
}

.mobile .invention-title-subtitle p {
    padding-top: 12px;
    margin-bottom: 8px;
}

.mobile .our-app .top-title {
    margin-bottom: 20px;
}

.our-partners .bottom-description {
	margin-top: 70px;
    padding-bottom: 115px;
    text-align: center;
    padding-left: 5%;
    padding-right: 5%;
}

.our-services .services-boxes {
	display: -ms-flexbox;
    display: flexbox;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    padding: 0;
    margin: 20px 0;
    list-style: none;
    width: auto;
    -webkit-flex-flow: row wrap;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: stretch;
    align-items: stretch;
    box-sizing: border-box;
}

.our-services .services-boxes .service-box {
    width: 33.3%;
    padding-left: 0;
    padding-right: 0;
	margin-bottom: 37px;
}

.desktop .class-title-more p {
	font-size: 16px;
}

.service-box h4 {
	margin-top: 17px;
    margin-bottom: 5px;
}

.accordion-item {
	margin-bottom: 1px;
	border-bottom: 1px solid rgb(177,177,177);
}

.faq-cols-container {
	width: calc(100% - 60px) !important;
}

.desktop .service-box h4 {
    font-size: 22px;
    line-height: 1.2;
}

.desktop .postid-932 .top-section img {
	object-position: top;
}

.our-services .service-box a .class-img-container img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 1;
	transition: .4s;
	transform: scale(1.01);
}

.our-services .service-box a:hover .class-img-container img {
	opacity: 0.75;
	transform: scale(1.06);
}

.desktop .left-app-section.display-mobile {
	display: none !important;
}

.our-services .class-img-container {
	height: 17vw;
	width: 100%;
	border-radius: 20px;
	overflow: hidden;
	background-color: black;
	max-height: 424px;
}

.desktop .our-services .inventionCroppedContent {
	width: 81%;
}

.desktop .our-services .all-services-section {
	margin-left: -20px;
	margin-right: -20px;
}

.our-app .bottom-description,
.our-inventions .bottom-description {
	margin-top: 70px;
    padding-bottom: 80px;
    text-align: center;
    padding-left: 5%;
    padding-right: 5%;
}

.our-services .class-title-more {
	display: flex;
	flex-direction: column;
	align-items: center;;
}

.our-services .service-box a {
	text-decoration: none;
}

.our-inventions .item-container a {
	text-decoration: none;
}

.invention-title-subtitle h4 {
	position: relative;
}

.invention-title-subtitle p {
	display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
	padding-top: 16px;
	margin-bottom: 8px;
	/* font-size: 16px;
	line-height: 24px; */
}

.mobile .contact .top-title {
	padding-left: 5%;
	padding-right: 5%;
}

.invention-title-subtitle h4::after {
	content: "";
    position: absolute;
    left: 0;
    bottom: -7px;
    right: 0;
    display: block;
    margin: auto;
    height: 6px;
    width: 24%;
    border-bottom: 1px solid #d6ae8f;
    max-width: 47px;
}

.mobile .class-title {
	font-size: 37px;
}

.file-img-section {
	margin-bottom: 21px;
}

.single-fitnessclasses .accordion-item:first-of-type .accordion-button {
    border-top: 0px !important;
}

.mobile .single-fitnessclasses .accordion-header button {
    padding-left: 5% !important;
    padding-right: calc(5% - 6px) !important;
    padding-top: 18px !important;
    padding-bottom: 18px !important;
}

.mobile .single-fitnessclasses .accordion-item:last-of-type .accordion-collapse {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.mobile .single-fitnessclasses .accordion-body {
    padding-left: 5% !important;
    padding-right: 5% !important;
}

.mejs-overlay-button {
	transform: scale(0.8) !important;
}

.mobile .mejs-overlay-button {
	transform: scale(0.65) !important;
}

.mobile .class-info {
    padding-top: 35px;
}

.main-flow-description {
	width: 55%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.gallery-info {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-top: 120px;
    padding-bottom: 30px;
}

.gallery-description {
	margin-top: 10px;
    max-width: 32vw;
}

.explore-gallery {
	text-decoration: none;
    border: 1px solid white;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-top: 8px !important;
    padding-bottom: 7px !important;
    padding-right: 20px !important;
    padding-left: 20px !important;
    border-radius: 30px !important;
}

.gallery-info h6 {
	text-align: center;
}

.gallery-info h3 {
	padding-bottom: 10px;
	padding-top: 20px;
}

.mobile .our-partners .bottom-description,
.mobile .our-app .bottom-description,
.mobile .our-inventions .bottom-description {
    margin-top: 40px;
    padding-bottom: 70px;
    padding-left: 0;
    width: 100%;
	font-size: 23px;
	line-height: 34px;
    padding-right: 0;
}

.mobile .error404 .error-404 .call-us a {
    margin-top: 29px;
    margin-left: auto;
    margin-right: auto;
}

.mobile .error-desc {
	text-align: center;
    padding-left: 5%;
    padding-right: 5%;
	padding-top: 12px;
}

.mobile .our-services #main,
.mobile .single #main {
    padding-bottom: 70px;
}

.our-services .single-list-item {
	display: flex;
	align-items: flex-start;
	margin-bottom: 4px;
}

.faq-left-col h2 {
	letter-spacing: -2px;
    line-height: 1.1;
}

.our-services .single-list-item img {
	padding-top: 5px;
	margin-right: 12px
}

.mobile .error-desc {
    padding-left: 20px !important;
    padding-right: 20px !important;
    margin-top: 17px !important;
    padding-top: 0 !important;
}

.mobile .error-title {
    font-size: 140px;
    margin-bottom: -22px;
}

.mobile .previous-timeline {
	border: 0;
	padding-top: 0 !important;
    padding-bottom: 12px !important;
    padding-left: 0 !important;
	min-width: 258px;
} 

.mobile .next-timeline {
	border: 0;
	border-top: 1px solid #d6ae8f;
	padding-top: 12px !important;
    padding-bottom: 0 !important;
	min-width: 258px;
    padding-right: 0 !important;
}

.gallery-container {
	max-width: unset !important;
}

.mobile .next-timeline a,
.mobile .previous-timeline a {
    padding-bottom: 33px;
}

.desktop .single-post .postCroppedContent {
	max-width: 1700px;
}

.mobile .main-flow-description {
    width: 100%;
}

.mobile .dm-width {
    margin-left: auto;
    margin-right: auto;
}

.mobile .app-top-info {
	display: flex;
	flex-direction: column;
}

.mobile .app-top-info .right-app-section {
	order: -1;
}

.mobile .download {
    padding-left: 0;
    padding-top: 35px;
}

.mobile .app-list-items,
.mobile .our-app .first-title {
	padding-left: 0;
}

.desktop .reservation-cancellation-policy .main-flow-description,
.desktop .the-flow .main-flow-description {
	min-width: 650px;
	max-width: 1260px;
}

.desktop .our-inventions .item-container a {
	height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.mobile .single-main-content {
    padding-bottom: 20px;
}

.our-inventions .item-container img {
	width: 100%;
	height: 27vw;
	object-fit: cover;
	border-radius: 30px;
	opacity: 0.8;
	transition: .7s;
}

.mobile .contact textarea, .contact input {
    max-width: 90vw;
}

.desktop .our-inventions .all-iventions {
	padding-left: 2%;
    padding-right: 2%;
	max-width: 2500px;
	margin-left: auto;
	margin-right: auto;
}

.desktop .our-app .bottom-description {
	max-width: 1700px;
	padding-bottom: 100px;
	padding-top: 40px;
}

.desktop .our-partners .bottom-description,
.desktop .our-inventions .bottom-description {
	max-width: 1700px;
}

.desktop .our-inventions .item-container img {
	max-height: 950px;
}

.mobile .our-inventions .item-container {
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0;
}

.mobile .our-inventions .item-container .invention-title-subtitle {
    padding-bottom: 1px;
    padding-left: 14px;
    padding-right: 14px;
}

.our-partners .item-container a:hover img {
	opacity: 0.85 !important;
	transform: scale(1.05);
	transition: .7s;
}

.our-inventions .item-container a:hover img {
	opacity: 0.9;
	transform: scale(1.05);
	transition: .7s;
}

.our-services .all-services {
	display: -ms-flexbox;
    display: flexbox;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    padding: 0;
    margin: 10px 0;
    list-style: none;
    width: auto;
    -webkit-flex-flow: row wrap;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: stretch;
    align-items: stretch;
    box-sizing: border-box;
}

.our-app .wp-video {
	width: 308px !important;
    height: 640px !important;
    border-radius: 30px !important;
    overflow: hidden;
}

.our-app .wp-video-shortcode,
.our-app .mejs-container {
	height: 100% !important;
}

/* .our-app #video-wrapper {
	width: 320px;
} */

.desktop .our-app .video-app-right-col .headerWrapper {
	padding-left: 31%;
}

.desktop .our-services .all-services .single-service {
	width: 50%;
}

.our-partners .main-items-container > .item-container:nth-child(4) img,
.our-partners .main-items-container > .item-container:nth-child(2) img {
	opacity: 0.9;
}

.our-partners .main-items-container > .item-container:nth-child(4) a:hover img,
.our-partners .main-items-container > .item-container:nth-child(2) a:hover img {
	opacity: 0.9 !important;
}

.our-partners .main-items-container > .item-container:nth-child(4) .invention-image-container,
.our-partners .main-items-container > .item-container:nth-child(2) .invention-image-container {
	background-color: #8b8d8d;
}

.our-partners .invention-image-container {
	background-color: white;
	border-radius: 32px;
	overflow: hidden;
	margin-bottom: 19px;
}

.our-inventions .invention-image-container {
	background-color: black;
	border-radius: 32px;
	overflow: hidden;
	margin-bottom: 19px;
}

.our-partners .invention-title-subtitle h4::after {
	display: none;
}

.our-partners .invention-title-subtitle h5 {
	margin-top: 5px;
}

.next-timeline a {
	padding-bottom: 40px;
    position: relative;
    width: 100%;
    text-align: right;
    margin-bottom: -30px;
	display: block;
	text-decoration: none;
}

.previous-timeline a {
	padding-bottom: 40px;
    position: relative;
    width: 100%;
    margin-bottom: -30px;
	display: block;
	text-decoration: none;
}

.next-timeline {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

.project-title {
	font-size: 12px;
	line-height: 16px;
}

.mobile .extra-tags p {
    font-size: 14px;
}

.single-fitnessclasses .project-title {
	font-size: 14px;
}

.caf-meta-content-cats li a {
	background-color: #d6ae8f !important;
	border-radius: 50px !important;
    width: fit-content !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
	font-family: 'Manrope-Semibold' !important;
	text-decoration: none !important;
	pointer-events: none !important;
	color: white !important;
	text-transform: none !important;
    font-size: 14px !important;
}

.blog ul#caf-layout-pagination.post-layout4 {
    margin-top: 12px !important;
    margin-bottom: 25px !important;
}

.blog ul.caf-filter-container.caf-filter-layout1 {
	margin-bottom: 34px !important;
	margin-top: -10px !important;
}

.caf-post-layout4 {
	/* border: 1px solid #d6ae8f !important; */
	border-bottom: 1px solid #eaeaea;
}

.mobile .google {
	margin-right: 0;
}

.desktop .single-fitnessclasses .top-title h6 {
	min-width: unset;
	width: fit-content;
}

.single-fitnessclasses .invention-image {
	height: calc(100vh - 260px);
}

.reservation-cancellation-policy #main {
    padding-top: 0;
	padding-bottom: 78px;
}

.reservation-cancellation-policy .all-services {
	padding-top: 30px;
}

.reservation-cancellation-policy .invention-image,
.the-flow .invention-image,
.single-inventions .invention-image {
	height: 76vh;
	overflow: hidden;
}

.mobile .single-fitnessclasses .invention-image {
	height: calc(100vh - 240px);
}

.mobile .single-inventions .invention-image,
.mobile .the-flow .invention-image {
	height: 73vh;
}

.reservation-cancellation-policy .top-title {
	margin-top: 2px;
    margin-bottom: 0;
    height: 24vh;
    padding-bottom: 22px;
    text-align: center;
    align-items: center;
}

.reservation-cancellation-policy .top-title h2 {
	margin-bottom: 12px;
	margin-top: 3px;
}

.mobile .reservation-cancellation-policy .title-text {
    margin-top: 0;
    margin-bottom: 0;
}

.mobile .reservation-cancellation-policy .all-services {
    padding-top: 61px;
}

.mobile .reservation-cancellation-policy #main {
    padding-bottom: 53px;
}

.mobile .reservation-cancellation-policy .main-flow-description {
    width: 92%;
}

.the-flow .top-title,
.single-inventions .top-title {
	margin-top: 0;
	margin-bottom: 0;
    height: 24vh;
	padding-bottom: 22px;
    text-align: left;
    align-items: flex-start;
}

.mobile .postid-926 #video-wrapper {
	margin-top: 26px;
}

.class-info {
	/* padding-top: 64px; */
	padding-top: 54px;
}

.extra-tags {
	display: flex;
    flex-wrap: wrap;
	width: 100%;
	/* margin-top: 17px; */
	margin-top: 23px;
	margin-bottom: 34px;
}

.single-fitnessclasses .previous-timeline, 
.single-fitnessclasses .next-timeline {
    border: 1px solid #ededec;
}

.single-fitnessclasses .sixth-section {
	margin-top: 100px;
}

.extra-tags p {
	font-size: 15px;
	line-height: 1;
}

.extra-tags .tag {
	background-color: #ededec;
	display: inline-block;
    margin-right: 10px;
    padding: 10px 15px;
    border-radius: 30px;
	margin-bottom: 10px;
}

.seventh-section .gallery-description {
	margin-top: 0;
}

.desktop .right-class-col {
	padding-left: 0;
	/* padding-top: 53px; */
	padding-top: 141px;
}

.mejs-controls .mejs-time-rail .mejs-time-current {
	background: #d6ae8f !important;
}

.desktop .postid-918 .right-class-col {
	padding-top: 131px;
}

.right-class-col-2 {
	padding-top: 0 !important;
}

.desktop .right-class-col-2 {
	padding-left: 0;
	padding-right: 5%;
}

.desktop .class-info-2 {
	margin-top: 36px;
}

.desktop .left-class-col {
	padding-right: 5%;
}

.what-to-expect {
	border: 1px solid #ededec;
	padding-left: 20px;
    padding-right: 20px;
    padding-top: 22px;
    padding-bottom: 22px;
	margin-bottom: 44px;
}

.what-to-expect h5 {
	margin-bottom: 22px;
}


.video-col {
	display: block;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding-bottom: 28.3%;
    height: 0;
}

.video-col iframe {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-with-text .title-text {
	margin-top: 0;
	margin-bottom: 54px;
	padding-left: 0;
	padding-right: 33px;
}

.desktop .single-inventions .left-slider-text .title-text,
.desktop .our-services .left-slider-text .title-text {
    padding-right: 9%;
	margin: 0;
}

.the-flow .top-title h6,
.the-flow .top-title {
	text-align: center !important;
}

.the-flow .top-title {
	align-items: center !important;
}

.mobile .single-post .top-title {
    margin-top: 40px;
    margin-bottom: 0 !important;
}

.mobile .title-text {
    margin-top: 45px;
    margin-bottom: 45px;
}

.mobile .our-services #left-slider {
	margin-bottom: 65px;
}

.mobile .our-services .left-slider-text .title-text {
	margin-top: 0;
	margin-bottom: 40px;
}

.mobile .our-services .title-text {
    margin-bottom: 0;
	margin-top: 0;
}

.mobile .our-services .single-service {
	padding-top: 0;
}

.mobile .our-services .title-text h4, 
.mobile .single-inventions .title-text h4 {
    margin-bottom: 11px;
}

.mobile .reservation-cancellation-policy .fitness-number {
	width: 32px;
    height: 32px;
    margin-right: 14px;
    font-size: 14px;
}

.mobile .our-services .class-img-container {
	height: 58vw;
}

.mobile .our-services .fitness-number {
    width: 40px;
    height: 40px;
    margin-right: 14px;
}

.reservation-cancellation-policy .single-service p {
    margin-top: 5px;
}

.mobile .our-services .fitness-number {
    font-size: 18px;
}

.mobile .our-services .number-title {
	padding-top: 95px;
	margin-top: -30px;
}

.the-flow #main {
	padding-bottom: 85px;
}

.our-program .top-title {
    margin-bottom: 45px;
}

.mobile .the-flow #main {
	padding-bottom: 70px;
}

#right-slider,
#left-slider {
	position: relative;
}

.our-program .top-title h3:before {
	display: none;
}

.mobile .single-inventions .top-title {
	width: 90%;
	margin-top: 0;
	margin-bottom: 0;
	height: fit-content;
	padding-top: 15px;
	padding-bottom: 0;
}

.mobile .reservation-cancellation-policy .top-title,
.mobile .the-flow .top-title {
    width: 90%;
	margin-top: 0;
	margin-bottom: 0;
	height: fit-content;
	padding-top: 23px;
	padding-bottom: 0;
}

.mobile .reservation-cancellation-policy .invention-image {
	height: calc(100vh - 235px);
}

.mobile .reservation-cancellation-policy .top-title h2 {
	font-size: 31px;
}

.mobile .single-inventions .top-section,
.mobile .the-flow .top-section {
	padding-bottom: 60px;
}

.mobile .single-inventions .top-title h6,
.mobile .the-flow .top-title h6 {
    padding-top: 8px;
}

.mobile .our-services .services-boxes .service-box {
	width: 100%;
}

.mobile #back-to-top img {
    width: 45px;
    right: 7px;
    bottom: 35px;
    background-color: white;
    border-radius: 50%;
}

.mobile #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
	font-size: 18px;
	line-height: 1;
	text-align: center;
}

.mobile .class-box {
    padding-top: 24px;
    padding-bottom: 5px;
}

.our-services .top-services-section {
    z-index: 2;
}

#back-to-top {
	z-index: 1;
    position: relative;
}

.contact textarea, 
.contact input {
	border-radius: 0;
}

.mobile .single-inventions .title-text .call-us a {
    margin-top: 25px;
    text-align: center;
}

.mobile .single-inventions .top-title h1,
.mobile .the-flow .top-title h1 {
	font-size: 54px;
	line-height: 54px;
}

.mobile .video-with-text .title-text {
	padding-right: 0;
}

.mobile .video-col {
    width: 100%;
    padding-bottom: 56.3%;
}

.desktop .blog .all-posts {
    min-width: 870px;
}

#screens-slider .slick-prev {
	position: absolute;
    top: -68px;
    z-index: 1;
    left: 0;
    color: transparent;
    background-color: transparent;
    background-size: contain;
    width: 40px;
    height: 40px;
    display: block;
    background-image: url(/wp-content/themes/multispace/images/down_arrow.svg);
    transform: rotate(90deg);
    border: 0;
}


#right-slider .slick-prev,
#left-slider .slick-prev {
	position: absolute;
    bottom: -48px;
    z-index: 1;
    left: 0;
    color: transparent;
    background-color: transparent;
    background-size: contain;
    width: 40px;
    height: 40px;
    display: block;
    background-image: url(/wp-content/themes/multispace/images/down_arrow.svg);
    transform: rotate(90deg);
    border: 0;
}

.mobile .blog .top-title {
    margin-top: 55px;
    margin-bottom: 35px;
}

.mobile .caf-post-layout4 .caf-content-read-more {
	padding: 0 !important;
	padding-top: 5px !important;
}

.mobile .data-target-div1 .caf-post-layout4 a.caf-read-more {
    font-size: 14px;
}

.mobile .caf-post-layout4 .caf-content {
    font-size: 15px;
    line-height: 25px;
	padding-left: 0;
	padding-right: 0;
}

.mobile .srt-barbell .top-section img {
    object-position: right;
}

.mobile .contact .wpcf7-response-output {
	padding-bottom: 22px !important;
	font-size: 13px !important;
}

.mobile .all-posts {
    width: 100%;
}

.mobile .blog .caf-post-layout4 a.caf-f-img {
    width: 100% !important;
    display: block;
}

.mobile .blog .caf-post-layout4 #manage-post-area {
    width: 100% !important;
    height: fit-content !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 8px !important;
    padding-top: 17px !important;
}

.mobile .blog .caf-post-title {
	padding: 0 !important;
	padding-bottom: 7px !important;
}

.mobile .caf-post-layout4 .caf-featured-img-box {
    height: 56vw !important;
	max-height: 395px;
}

.mobile #manage-ajax-response {
	padding: 0 !important;
	max-width: 650px;
	margin-left: auto;
	margin-right: auto;
}

#caf-post-layout4 {
	padding-right: 0 !important;
}

.desktop .caf-post-layout4 .caf-featured-img-box,
.desktop .caf-post-layout4 #manage-post-area {
    min-height: 300px !important;
}

#screens-slider .slick-next {
	position: absolute;
    top: -68px;
    z-index: 1;
    left: 40px;
    color: transparent;
    background-color: transparent;
    background-size: contain;
    width: 40px;
    height: 40px;
    display: block;
    background-image: url(/wp-content/themes/multispace/images/down_arrow.svg);
    transform: rotate(-90deg);
    border: 0;
}

#right-slider .slick-next,
#left-slider .slick-next {
	position: absolute;
    bottom: -48px;
    z-index: 1;
    left: 40px;
    color: transparent;
    background-color: transparent;
    background-size: contain;
    width: 40px;
    height: 40px;
    display: block;
    background-image: url(/wp-content/themes/multispace/images/down_arrow.svg);
    transform: rotate(-90deg);
    border: 0;
}

.desktop .single-inventions .video-with-text,
.desktop .single-inventions .slider-with-text {
	padding-top: 40px;
	padding-bottom: 40px;
}

.mobile .gallery-container {
    margin-left: 0;
    padding: 0;
}

.mobile #right-slider, 
.mobile #left-slider {
    margin-bottom: 80px;
}

.desktop .single-inventions .slick-slide img,
.desktop .our-services .slick-slide img {
    object-fit: cover !important;
    min-height: 340px !important;
}

.mobile .single .single-list-item {
    align-items: flex-start;
}

.mobile .single .single-list-item img {
    margin-top: 3px;
}

.mobile .baguetteBox-button#previous-button {
    left: -4px;
	display: block !important;
}

.mobile .baguetteBox-button#next-button {
    right: -4px;	
	display: block !important;
}

.desktop .single-inventions .right-slider-text .title-text,
.desktop .our-services .right-slider-text .title-text {
    padding-left: 9%;
	margin: 0;
}

.desktop .single-fitnessclasses .class-top-title h2 {
	min-width: 44vw;
}

.the-flow .top-section,
.single-inventions .top-section {
	padding-bottom: 35px;
}

.data-target-div1 .caf-post-layout4 a.caf-read-more {
    border-color: transparent !important;
	font-family: 'Manrope-Bold' !important;
    color: transparent !important;
    padding: 0 !important;
    background-color: white !important;
	margin-bottom: 0 !important;
	transition: .3s;
}

.data-target-div1 .caf-post-layout4 a.caf-read-more:hover::before {
	transition: .3s;
	color: #d6ae8f !important;
}

.data-target-div1 #caf-filter-layout1 li a.active {
    border: 2px solid #d6ae8f !important;
    color: #d6ae8f !important;
	transition: .3s !important;
}

.desktop .caf-post-layout4 .caf-content-read-more {
    position: absolute !important;
    bottom: 23px !important;
}

.data-target-div1 #caf-filter-layout1 li a {
	border-radius: 50px !important;
    padding-bottom: 3px !important;
	padding-top: 2px !important;
	transition: .3s !important;
	border: 2px solid transparent !important;
}

.data-target-div1 .caf-post-layout4 a.caf-read-more::before {
    content: 'Διαβάστε περισσότερα';
	color: #3f4040 !important
}

.caf-post-layout4 #manage-post-area {
	display: flex !important;
	padding-left: 12px !important;
	padding-right: 12px !important;
	position: relative !important;
	height: 19vw !important;
	padding-top: 30px !important;
	padding-bottom: 40px !important;
	flex-direction: column !important;
}

.desktop .caf-post-layout2 .caf-featured-img-box {
	height: 26vw !important;
}

.data-target-div1 ul#caf-layout-pagination.post-layout4 li a, 
.data-target-div1 .prev-next-caf-pagination .caf-pagi-btn {
	background-color: white !important;
}

.caf-meta-content-cats {
	order: 0 !important;
}

.the-date {
	order: -1 !important;
}

.caf-post-title {
	order: 1 !important;
}

.caf-content {
	order: 2 !important;
}

.caf-content-read-more {
	order: 3 !important;
}

.caf-post-layout4 .caf-meta-content-cats {
    margin-top: -28px !important;
    margin-left: 95px !important;
}

.data-target-div1 ul#caf-layout-pagination.post-layout4 span.page-numbers.current {
	background-color: white !important;
	color: #d6ae8f !important; 
}

.desktop .blog .top-title {
    margin-bottom: 56px;
}

.all-posts {
	width: 68%;
    margin-left: auto;
    margin-right: auto;
}

.data-target-div1 .caf-post-layout2 #manage-post-area {
	border: 0 !important;
}

.caf-post-layout4 #manage-post-area {
    width: 51% !important;
}

.data-target-div1 .caf-post-layout4 .caf-post-title h2 a {
	text-transform: none !important;
}

.caf-post-layout4 .caf-featured-img-box {
    height: 19vw !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none none !important;
    border: 0 none !important;
	transform: scale(1) !important;
	transition: 0.7s;
	opacity: 0.8 !important;
}

article > .manage-layout1:first-child > a {
	background-color: black !important;
}

.caf-post-layout4 .caf-featured-img-box:hover {
	transform: scale(1.05) !important;
	transition: 0.7s;
}

.caf-read-more,
.data-target-div1 .caf-post-layout4 .caf-post-title h2 a:hover {
	color: #d6ae8f !important;
	transition: .3s;
}

.caf-read-more,
.data-target-div1 .caf-post-layout4 .caf-post-title h2 a {
	transition: .3s;
}

.caf-post-layout4 .caf-meta-content-cats {
	border-bottom: 0 !important;
}

.caf-post-title a {
	font-size: 24px !important;
    line-height: 31px !important;
    font-family: 'Manrope-Semibold' !important;
}

.mobile .postCroppedContent {
    width: 90%;
}

.single-post .title-share h6 {
	width: fit-content !important;
	min-width: unset;
}

.mobile .caf-post-title a {
	font-size: 21px !important;
    line-height: 28px !important;
}

.mobile .data-target-div1 #caf-filter-layout1 li a, 
.mobile .data-target-div1 #caf-filter-layout1 li.more span {
    font-size: 16px !important;
	padding-left: 12px !important;
	padding-right: 12px !important;
	margin-left: 5px !important;
	margin-right: 5px !important;
}

#caf-post-layout-container {
	overflow-x: hidden;
}

.mobile .caf-post-layout4 {
	padding-right: 0 !important;
}

.mobile .caf-filter-container .caf-mb-4 {
    margin-bottom: 16px !important;
}

.caf-post-layout4 .caf-post-title {
	margin-top: 10px !important;
}

.blog .caf-post-layout4 a.caf-f-img {
    width: 47% !important;
	overflow: hidden;
}

.caf-post-layout4 {
    margin-bottom: 64px !important;
    padding-left: 0 !important;
}

.previous-timeline,
.next-timeline {
	border: 1px solid #d6ae8f;
    padding: 18px !important;
    min-width: 300px;
}

.our-services #main,
.single #main {
    padding-bottom: 110px;
}

.single-main-content {
	padding-bottom: 40px;
}

.heateor_sss_more > span.heateor_sss_svg:first-child {
    background-color: transparent !important;
    padding-left: 74px !important;
    padding-top: 0 !important;
    margin-left: -68px;
}

#heateor_sss_sharing_more_providers #heateor_sss_sharing_more_content {
	padding-left: 20px;
}

#heateor_sss_sharing_more_providers {
    height: 253px !important;
    overflow: hidden;
    border-radius: 12px !important;
}

#heateor_sss_sharing_more_providers .all-services ul li a span {
    font-size: 16px !important;
    font-family: Manrope-Light !important;
    margin-left: 11px !important;
    border-radius: 4px;
}

#heateor_sss_sharing_more_providers .close-button::before {
    content: '';
    background-image: url(/wp-content/themes/multispace/images/close-icon.svg);
    display: block;
    width: 21px;
    height: 21px;
}

#heateor_sss_sharing_more_providers .close-button img {
	opacity: 0 !important;
}

#heateor_sss_sharing_more_providers .close-button {
    right: 13px !important;
    top: 12px !important;
}

#heateor_sss_sharing_more_providers .filter {
    display: none;
}

span.heateor_sss_svg {
    height: 30px !important;
    width: 30px !important;
    border-radius: 0 !important;
}

.single .top-title {
	margin-bottom: 15px !important;
}

.top-title h4 {
	margin-top: 4px;
    margin-bottom: 27px;
}

.post-category-title {
    background-color: #d6ae8f;
    width: fit-content;
    padding-left: 14px;
    padding-right: 14px;
    margin-bottom: 16px;
    margin-left: 22px;
    margin-top: -2px;
    padding-bottom: 2px;
    padding-top: 2px;
    border-radius: 50px;
}

.category-date {
	display: inline-flex;
}

.post-image {
	background-color: black;
}


#mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner, 
#mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before, 
#mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
	background-color: #3f4040;
}

.all-services::-webkit-scrollbar {
	display: none !important;
}

.post-image img {
	opacity: 0.8;
}

.big-tagline h3 {
	margin-top: 54px;
	margin-bottom: 54px;
	text-align: center;
	font-size: 24px;
	line-height: 33px;
}

.desktop .single-inventions .inventionCroppedContent,
.desktop .our-services .inventionCroppedContent {
    min-width: 920px;
	max-width: 2000px;
}

.mobile .post-category-title {
    font-size: 14px;
    margin-top: 0px;
}

.single-post .top-title h4 {
	text-align: left;
}

.desktop .postCroppedContent {
    min-width: 700px;
}

.list-items {
	margin-top: 6px;
}

a.heateor_sss_facebook {
	display: none !important;
}

.single-post .top-title {
	align-items: start;
}

.title-text {
	margin-top: 54px;
	margin-bottom: 54px;
}

.single .single-list-item {
	display: flex;
	margin-bottom: 4px;
}

.single .single-list-item img {
	margin-right: 12px;
}

.title-text h4 {
	margin-bottom: 12px;
	font-size: 25px;
	line-height: 31px;
}

.our-services .title-text h4,
.single-inventions .title-text h4 {
	margin-bottom: 23px;
}

.mobile .title-text h4 {
	font-size: 21px;
    line-height: 28px;
}

.tz-gallery {
	display: -ms-flexbox;
    display: flexbox;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    padding: 0;
    margin: 10px 0;
    list-style: none;
    width: auto;
    -webkit-flex-flow: row wrap;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: stretch;
    align-items: stretch;
    box-sizing: border-box;
}

.mobile .our-inventions .item-container img {
    height: 71vw;
}

.tz-gallery .single-gallery-image {
	margin: 0;
    width: 50%;
    padding: 4px;
	box-sizing: border-box;
}

.single-gallery-image a {
	overflow: hidden;
	display: block;
	border-radius: 9px;
}

.full-image img {
	border-radius: 9px;
}

.gallery #main {
    padding-bottom: 110px;
}

.mobile .gallery #main {
    padding-bottom: 5px;
}

.grid-filters {
	padding-top: 75px;
}

.mobile .filter_gallery_251 {
    margin-top: 50px !important;
}

.mobile .grid-filters {
    padding-top: 82px;
}

.gallery .simplefilter_251 li:hover,
.gallery .simplefilter_251 li.active,
.gallery li.active {
	background-color: transparent !important;
	/* color: #FFD303 !important; */
	position: relative;
}

.mobile .lightbox .lb-image {
	height: fit-content !important;
}

#all-simplefilter {
	margin-right: 8px !important;
}



/* initial styles */
.btn {
	position: relative;
	background-color: black;
	overflow: hidden;
	cursor: pointer;
	border: 0;
}

.label {
	position: relative;
	text-transform: uppercase;
	transition: color 0.3s ease-out;
	z-index: 1;
	color: white;
}

.bg {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 225%;
	min-height: 225%;
	aspect-ratio: 1;
	border-radius: 50%;
	background-color: #FFD303;
	transform: translate(-50%, -50%) scale(0);
	transition: transform 0.5s ease-out;
}
/* 
.book-now-main .bg {
	background-color: white;
} */

.book-now-main:hover {
	border: 1px solid #FFD303 !important;
}

/* hover styles */
.btn:hover .label {
	color: white;
}

/* .btn.book-now-main:hover .label {
	color: black;
} */

.btn:hover .bg {
	transform: translate(-50%, -50%) scale(1);
}

.wpcf7-submit,
.gallery .col-lg-12.col-md-12.col-xs-12.text-center li,
#primary-menu a,
.footer-bottom-row a,
.footer-menus li a {
	opacity: 1;
	transition: .4s;
	color: white;
}

.wpcf7-submit {
	border-radius: 0 !important;
}

.desktop .gallery .col-lg-12.col-md-12.col-xs-12.text-center li:hover,
#primary-menu a:hover {
	opacity: 0.65;
	transition: .4s;
}

.modal-open {
	/* height: 100vh; */
	overflow: hidden;
	/* padding-right: 7px; */
}

.wpcf7-submit:hover,
.footer-bottom-row a:hover,
.footer-menus li a:hover {
	opacity: 0.6;
	transition: .4s;
}

html {
	max-width: 100vw;
	overflow-x: hidden;
}


.gallery .col-lg-12.col-md-12.col-xs-12.text-center {
	width: fit-content;
    background-color: white;
    padding-left: 30px;
    padding-right: 5px;
    padding-top: 11px;
    padding-bottom: 12px;
    padding-left: 30px !important;
    padding-right: 30px !important;
    border-radius: 30px;
    backdrop-filter: blur(33px);
    -webkit-backdrop-filter: blur(33px);
    background-color: hsla(0,0%,100%,.1) !important;
    position: fixed;
    right: calc(4vw + 20px);
    top: calc(100vh - 90px);
    z-index: 1;
	box-shadow: 0 0 12px 0px #00000085;
}

.footer-label {
    font-size: 17px;
    opacity: 0.7;
    padding-bottom: 12px;
}

#colophon ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#colophon {
	padding-top: 40px !important;
}

.mobile .contact-btn-2,
#colophon ul a {
    text-decoration: none;
    color: white;
    padding-bottom: 5px;
    display: block;
    width: fit-content;
}

#colophon .tnp-submit {
	border-radius: 50% !important;
	width: 40px !important;
	height: 40px !important;
	overflow: hidden !important;
	background-color: white !important;
	color: transparent !important;
	background-image: url('/wp-content/themes/multispace/images/black-arrow.svg') !important;
	background-size: 12px !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
}

input#tnp-1 {
	background-color: black !important;
	border-radius: 50px !important;
	border: 1px solid white !important;
	color: white !important;
	height: 50px;
	padding-left: 20px !important;
}

#colophon form {
	position: relative;
	margin-top: 7px;
}

#colophon form label {
	display: none !important;
}

.tnp-field-button {
	text-align: left;
    position: absolute;
    top: 5px;
    right: 45px;
}

.footer-menus .first-col {
	padding-right: 50px;
	min-height: 190px;
}

input#tnp-1::placeholder {
	color: white;
}

div.tnp-subscription {
	margin: 0 !important;
}

.col-lg-12.col-md-12.col-xs-12.text-center li {
    padding: 0;
    margin-right: 8px;
    margin-left: 8px;
    background-color: transparent;
	font-size: 15px;
}

.simplefilter li {
	color: white !important;
	text-transform: uppercase !important;
	font-family: Source-Regular !important;
}

.filter_gallery_251 {
	margin-top: 60px !important;
}

.single-gallery-image a img {
	transform: scale(1);
	transition: .7s;
}

#baguetteBox-overlay {
	background: rgba(0,0,0,0.85) !important;
	backdrop-filter: blur(4px) !important;
	-webkit-backdrop-filter: blur(4px) !important;
}

#baguetteBox-overlay .full-image img {
	box-shadow: none !important;
}

.single-gallery-image a:hover img {
	transform: scale(1.05);
	transition: .7s;
}

.emotions-slider-item__info {
	padding-right: 8%;
}

.emotions-slider-item__content h3 {
	padding-bottom: 7px;
	padding-top: 10px;
}

.base-template__wrapper {
	max-width: 1560px;
}

.base-template__text {
	margin-bottom: 60px;
}

/**
 * Slider Instance
 */

.swiper {
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.emotions-slider {
	--color-gray: #818181;
	--color-gray-dark: #1e1e1e;

	padding-inline: 98px;
	position: relative;
}

.emotions-slider__slide {
	display: flex;
	align-items: center;
	min-height: 550px;
}

.slider-nav {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	position: absolute;
	z-index: 3;
	top: 50%;
	left: 0;
	translate: 0 -50%;
}

.slider-nav__item.slider-nav__item_next {
	position: absolute;
    right: 4vw;
    color: transparent;
    border: 1px solid white;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    width: 40px;
    height: 40px;
    background-size: 26px 19px;
	border-radius: 50%;
	z-index: 3;
}

.slider-nav__item.slider-nav__item_prev {
	position: absolute;
	transform: rotate(180deg);
    left: 4vw;
    color: transparent;
    border: 1px solid white;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    width: 40px;
    height: 40px;
    background-size: 26px 19px;
	border-radius: 50%;
	z-index: 3;
}

.slider-nav__item img {
	width: 26px;
    z-index: 9;
    height: 19px;
    object-fit: contain;
    margin-left: 7px;
    margin-top: 10px;
}

.slider-nav__item.disabled {
	opacity: 0;
	z-index: -1;
	pointer-events: none;
	transition: .3s;
}

.slider-nav__item {
	transition: .3s;
}

.slider-pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 8px;
	padding-top: 40px;
}

.swiper-pagination-lock {
	display: none !important;
}

.slider-pagination__item {
	width: 8px;
	height: 8px;
	border-radius: 99px;
	background: #fff;
	transition: all 0.3s ease-out;
	opacity: 0.2;
}

.slider-pagination__item.active {
	width: 30px;
	opacity: 1;
}

.swiper-slide {
	width: auto;
	height: auto;
}

@keyframes btn-arrow-move {
	0% {
		translate: 0;
	}

	100% {
		translate: 100% -100%;
	}
}

.mobile .emotions-slider-item {
	width: calc(50vw - 20px);
}

.learn-link {
	border-bottom: 1px dotted white;
	margin-top: 24px;
	display: block !important;
	width: fit-content;
}

.mobile .experience-image img {
	width: 96vw;
	object-fit: cover;
	height: 57vw;
}

.emotions-slider-item {
	width: calc(39vw - 30px);
	position: relative;
	overflow: hidden;
}

.experiences-list > .experience-box:nth-child(2n) .experience-image img {
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	margin-left: 4vw;
}

.experiences-list > .experience-box:nth-child(2n+1) .experience-image img {
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	margin-right: 4vw;
}

.experience-info {
	margin-left: 4vw;
	margin-right: 4vw;
}

.experience-info p {
	display: none;
}

.experience-info p:first-child {
	display: -webkit-box !important;
    -webkit-line-clamp: 3 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.experiences .experience-box {
	margin-top: 95px;
}

.experience-box a {
	text-decoration: none;
}

.mobile .swiper-slide {
	margin-right: 20px !important;
}

.mobile .emotions-slider {
	padding: 0 !important;
}

.emotions-slider-item__image {
	height: 20vw;
	overflow: hidden;
	overflow: hidden;
	transition: .4s;
	border-radius: 20px;
}

.swiper-slide-active .emotions-slider-item__image {
	height: 24vw;
	transition: .4s;
}

.emotions-slider-item__image img {
	width: 100%;
	height: 24vw;
	object-fit: cover;
	object-position: center;
}

.emotions-slider-item__content {
	display: flex;
	flex-direction: column;
	gap: 0;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 0;
	padding-bottom: 0;
}

.emotions-slider-item__header,
.emotions-slider-item__footer {
	max-height: 50px;
	overflow: hidden;
	transition: max-height 0.6s ease-in;
}

.emotions-slider-item__header-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 20px;
}

.emotions-slider-item__price {
	font-weight: 600;
	font-size: 22px;
	line-height: calc(24 / 22);
}

.emotions-slider-item__author {
	display: flex;
	align-items: center;
	gap: 4px;
}

.emotions-slider__slide:not(.swiper-slide-active) .emotions-slider-item__header,
.emotions-slider__slide:not(.swiper-slide-active)
	.emotions-slider-item__footer {
	max-height: 0;
}

.emotions-slider__wrapper {
	position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    box-sizing: content-box;
}

.swiper-slide.swiper-slide-active {
	opacity: 1;
	transition: .4s;
	pointer-events: auto;
}

.swiper-slide {
	opacity: 0.4;
	pointer-events: none;
	transition: .4s;
}

#baguetteBox-overlay .full-image img {
	max-height: 78vh !important;
	max-width: 80vw !important;
	object-fit: contain;
}

#previous-button,
#next-button,
.baguetteBox-button#close-button {
	background-color: transparent !important;
}

#close-button g {
    stroke-width: 3px !important;
}

#previous-button,
#next-button {
	transform: scale(0.7);
}

.baguetteBox-button#close-button {
	transform: scale(0.9);
}

.image-gallery-box {
	padding-top: 40px;
}

.gallery-container {
    margin-left: -19px;
    margin-top: 21px;
}

.our-services .image-gallery-box img,
.single-inventions .image-gallery-box img {
	width: 100%;
	object-fit: cover;
	height: 31vw;
}

.top-title {
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
    margin-top: 75px;
	margin-bottom: 85px;
}

.mobile .top-title {
    margin-top: 60px;
	margin-bottom: 70px;
}

.from-the-gym {
	margin-top: 50px;
}

.accordion-container {
	margin-top: 2px;
}

.frequent-questions #main,
.gym-rules #main {
    padding-bottom: 110px;
}

.mobile .frequent-questions #main,
.mobile .gym-rules #main {
    padding-bottom: 80px;
}

.top-title h3:before {
	content: "";
    position: absolute;
    left: 0;
    bottom: -12px;
    right: 0;
    margin: auto;
    height: 6px;
    width: 37%;
    border-bottom: 2px solid #d6ae8f;
	max-width: 120px;
}

.mobile .top-title h6 {
	max-width: 670px;
}

.accordion-button:not(.collapsed) {
	color: transparent !important;
    background-color: transparent !important;
    box-shadow: none !important;
	border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

.accordion-item:first-of-type .accordion-button {
	border-top: 0px !important;
	border-radius: 0 !important;
}

.accordion-button:focus {
    border-color: transparent !important;
    box-shadow: none !important;
	border-radius: 0 !important;
}

.frequent-questions .accordion-button::after,
.frequent-questions .accordion-button:not(.collapsed)::after,
.gym-rules .accordion-button::after,
.gym-rules .accordion-button:not(.collapsed)::after {
	background-image: url(/wp-content/themes/multispace/images/down_arrow.svg) !important;
	width: 30px !important;
    height: 30px !important;
	background-size: 30px !important;
}

.map iframe {
	height: calc(100vh - 110px);
	width: 100%;
}

.contact textarea,
.contact input {
	border: 0px !important;
	border-bottom: 1px solid #3f4040 !important;
	color: #3f4040;
	padding-bottom: 11px !important;
    margin-bottom: 20px !important;
}

.contact .wpcf7-submit:hover {
	background-color: #d6ae8f !important;
	transition: .3s;
}

.contact .wpcf7-submit {
	background-color: #3f4040 !important;
    transition: .3s;
    color: white !important;
	padding-left: 24px;
    padding-right: 24px;
    display: block;
    text-decoration: none;
    padding-top: 10px;
    padding-bottom: 9px;
    transition: .3s;
    font-size: 15px;
	border-bottom: 0 !important;
	font-family: Manrope-Semibold !important;
	border-radius: 50px;
	margin-bottom: 0 !important;
}

.working-hours {
	max-width: 330px;
}

:focus-visible {
    outline: -webkit-focus-ring-color auto 0px !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-transition: "color 9999s ease-out, background-color 9999s ease-out";
    -webkit-transition-delay: 9999s;
}










.form-row textarea,
.form-row input {
    border: 1px solid white;
	background-color: transparent !important;
	color: white !important;
    text-align: left !important;
    text-transform: none !important;
    padding-bottom: 15px !important;
    padding-top: 17px !important;
    width: 100%;
	border-radius: 8px;
	padding-left: 20px;
    padding-right: 20px;
    line-height: 1 !important;
}

.form-row textarea::placeholder,
.form-row input::placeholder {
	color: white;
}

.host-info div,
.location-info div {
	padding-left: 19px;
    padding-top: 3px;
}

.location-info a,
.host-info a {
	color: white;
	text-decoration: none;
}

.modal-content {
    background-color: rgba(0,0,0,0.5) !important;
	backdrop-filter: blur(9px);
	-webkit-backdrop-filter: blur(9px);
    /* background-color: black !important; */
    border-radius: 20px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	height: 100vh;
}

.contact-cols {
	justify-content: flex-start;
}

.modal-header button {
	background-color: transparent !important;
	margin-left: auto;
    margin-top: 22px;
}

.modal-header p {
	font-size: 15px;
}

.modal-dialog {
	width: 100vw !important;
	max-width: 100vw !important;
	height: 100vh !important;
	margin: 0 !important;
	border-radius: 0 !important;
}

.modal-header {
    padding: 0;
    border-bottom: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
	position: absolute;
	right: 4vw;
	z-index: 1;
}

.modal-info-form {
	width: 100%;
}

.modal-body {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.modal-header button {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 68px;
	height: 68px;
	border: 2px solid white;
	border-radius: 50% !important;
}

.wpcf7-submit {
	display: block;
	width: fit-content;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 3px;
	margin-top: 20px;
	border: 0;
	background-color: transparent;
	text-transform: uppercase;
	color: white;
	font-family: Source-Regular;
	border-bottom: 1px dotted white;
}

::selection {
    background: rgba(115, 115, 165, 0.7);
}

.wpcf7-not-valid-tip {
    color: #c42121;
    top: 33px;
    font-size: 13px;
    position: absolute;
}

form input {
	position: relative;
}

.wpcf7-spinner {
	display: none !important;
}

.wpcf7-response-output {
	color: white !important;
    border: 0 !important;
	padding: 0 !important;
	position: absolute;
	margin-left: 0 !important;
}

.contact .wpcf7-response-output {
	border: 0 !important;
    padding: 0 !important;
    font-size: 14px;
    margin: 0 !important;
}

.mobile .address {
    margin-bottom: 16px;
}

.mobile .map iframe {
    height: 74vw;
    height: 350px !important;
}

.mobile .contact textarea {
	height: 110px;
}

.mobile .contact form {
	margin-top: 37px;
}

.top-title h3 {
	position: relative;
	width: fit-content;
	margin-bottom: 27px;
}

.contact-info .call-us {
	width: fit-content;
	margin-top: 21px !important;
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: transparent !important;
	font-size: 16px !important;
	font-family: Manrope-Semibold !important;
	margin: 0 !important;
	padding: 0 !important;
}

.single-opening-hour {
	display: flex;
    justify-content: space-between;
	min-width: 246px;
	margin-bottom: 6px;
}

.contact-form {
	margin-top: 10px;
}

.map {
	filter: grayscale(100%);
}

.address a {
	text-decoration: none;
	color: #8b8d8d;
	font-family: Manrope-Light;
}

.address > * {
	color: #8b8d8d;
}

.working-hours > h6:first-child {
	margin-bottom: 5px;
}

.icon {
	width: 24px;
    border-radius: 50%;
    background-color: #d6ae8f;
    height: 24px;
	margin-right: 17px;
}

.icon img {
	width: 17px;
    margin-left: 3px;
    margin-bottom: 3px;
}

.address {
	display: flex;
	margin-top: 10px;
	margin-bottom: 38px;
}

.icon-2 img {
	width: 14px;
    margin-left: 5px
}

.icon-3 img {
	width: 12px;
    margin-left: 6px;
}

.icon-4 img {
	width: 15px;
    margin-left: 5px;
    margin-bottom: 3.3px;
}

.mobile .home_grid_3_sm_desktop,
.mobile .third_grid_col_desktop {
	display: none !important;
}

.mobile .home_grid_3_sm_mobile,
.mobile .third_grid_col_mobile {
	display: flex;
	flex-direction: row;
}

.mobile .home .box2,
.mobile .home .box3,
.mobile .home .box4,
.mobile .home .box5 {
	height: 37.6vh;
	width: 50vw;
}

.mobile .home .box6 {
	height: 37.6vh;
	margin-top: 3px;
}

.mobile .home .box2 {
	margin-right: 1.5px;
}

.mobile .home .box3 {
	margin-left: 1.5px;
}

/*-------------------------------------------------------------*/
/* 				    END ALL SCREENS - GENERAL CSS		       */
/*-------------------------------------------------------------*/

/*-------------------------------------------------------------*/
/* 					   	  START MEDIA						   */
/*-------------------------------------------------------------*/
/* 
@media only screen and (max-width: 1e+21px) {
	#mega-menu-wrap-menu-1 .mega-menu-toggle + #mega-menu-menu-1 {
		width: 100vw !important;
		top: -100vh !important;
		right: 0 !important;
		left: 0 !important;
		background: rgba(0,0,0,0.91) !important;
	}

	#mega-menu-wrap-menu-1 .mega-menu-toggle + #mega-menu-menu-1 {
		width: 100vw;
		max-width: 100%;
		transition: bottom 400ms ease-in-out, top 400ms ease-in-out;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		padding: 0;
		margin: 0;
		top: -100vh !important;
		right: 0 !important;
		left: 0 !important;
		z-index: 99;
		background-color: #DBDBDB;
	}

	.mega-menu-menu-1-off-canvas-open #mega-menu-wrap-menu-1 .mega-menu-toggle + #mega-menu-menu-1 {
		top: 0 !important;
		text-align: center;
		display: flex;
		backdrop-filter: blur(4px);
		-webkit-backdrop-filter: blur(4px);
	}

	#mega-menu-wrap-menu-1 .mega-menu-toggle.mega-menu-open:after {
		content: "";
		z-index: 9;
		display: none !important;
	}

	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
		background: transparent !important;
		border: 0 !important;
	}

    .mobile #mega-menu-wrap-menu-1 .mega-menu-toggle + #mega-menu-menu-1 {
        height: 100vh;
        max-height: 100vh;
        overflow: hidden;
    }

    .mobile #mega-menu-menu-1 {
        display: flex !important;
        justify-content: space-between !important;
        padding-top: 133px !important;
        padding-bottom: 170px !important;
    }

    .mobile .mega-wpml-ls-item a.mega-menu-link {
        flex-direction: row !important;
    }

    .mobile #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
        height: auto;
    }
} */

@media (max-width: 576px) {
	.mobile .grid-filters img {
		width: 100% !important;
		margin-left: unset !important;
		margin-right: unset !important;
		margin-bottom: 15px !important;
	}
	
	html:lang(el) .sidirokastro-spa .top-section h1,html:lang(el) .racing-circuit .top-section h1 {
		font-size: 37px;
	}
}

@media (min-width: 576px) {
	.mobile .modal-info .location-info {
		margin-top: 42px;
	}

	.mobile .modal-info .location-info {
		position: absolute;
		top: 107px;
		left: 50%;
	}

	.mobile .browser-button {
		margin-left: 23px;
	}

	.mobile .apple {
		margin-right: 23px !important;
	}

	.gallery .masonry {
		column-count: 3;
	}

	.mobile .our-app .two-buttons {
		display: flex;
	}

	.mobile .apple {
		margin-right: 23px;
	}

	.mobile .our-program li.nav-item {
		width: 16.65%;
	}

	.mobile .our-services .bigger_font {
		font-size: 54px;
	}

	.mobile .home #main h3 {
		font-size: 28px;
		line-height: 39px;
		padding-bottom: 0;
	}

	.mobile .home #main h6 {
		font-size: 15px;
		line-height: 22px;
	}
	
	.our-services .image-gallery-box img,
	.single-inventions .image-gallery-box img {
		height: 19vw;
	}

	.mobile .error-title {
		font-size: 170px;
	}

	.tz-gallery .single-gallery-image {
		width: 33%;
	}

	.mobile .contact-info {
		position: relative;
	}

	.mobile .contact-info > .address:nth-child(2) {
		position: absolute;
		top: -10px;
		left: 57vw;
	}

	.mobile .contact-info > .address:nth-child(3) {
		position: absolute;
		top: 50px;
		left: 57vw;
	}
}

@media (min-width: 768px) {
	h1, h1 p {
		font-size: 68px;
	}

	.mobile .the-space-title > h1:nth-child(3) {
		top: 147px;
	}

	.mobile #space-images-slider img {
		max-width: 68vw;
		height: 48vw;
	}

	.all-amenities .amenities-li {
		width: 50%;
	}

	.mobile .home .gallery-image-3 img {
		margin-left: 12vw;
	}

	.mobile .left-app-section {
		display: flex;
		flex-direction: row;
		margin-bottom: 35px;
	}

	.mobile .our-app .wp-video {
		margin-top: 64px !important;
		width: 266px !important;
		height: 529px !important;
	}

	.mobile .our-program label.tab-3 {
		width: 120px !important;
	}

	.mobile .our-program .content .list label {
		width: 160px;
	}

	.mobile .our-program .list p {
		font-size: 16px;
		line-height: 25px;
	}

	.our-services .services-boxes .service-box {
		margin-bottom: 47px;
	}

	.our-services .services-boxes .service-box {
		padding-left: 20px;
		padding-right: 20px;
	}

	.mobile .our-services .class-img-container {
		height: 28vw;
	}

	.mobile .our-services .services-boxes .service-box {
		width: 50%;
	}

	.mobile .our-services .all-services-section {
		margin-left: -20px;
		margin-right: -20px;
	}
	
	.previous-timeline a,
	.next-timeline a {
		padding-top: 19px;
		margin-top: -19px
	}

	.mobile .our-services .see-classes {
		grid-template-columns: repeat(3,1fr);
	}

	.mobile .next-timeline a,
	.mobile .previous-timeline a {
		padding-bottom: 40px;
	}

	.mobile .previous-timeline,
	.mobile .next-timeline {
		border: 1px solid #d6ae8f;
		padding: 18px !important;
	}

	.prev-next {
		position: relative;
		height: 91px;
	}

	.mobile .contact-info > .address:nth-child(2),
	.mobile .contact-info > .address:nth-child(3) {
		position: relative;
		top: unset;
		left: unset;
	}

	.previous-timeline {
		position: absolute;
		left: 0;
	}
	
	.next-timeline {
		position: absolute;
		right: 0;
	}

	.prev-next {
		display: flex;
		justify-content: space-between;
	}

	.mobile .contact .bottom-info {
		display: flex;
		justify-content: space-between;
		max-width: 800px;
	}

	.our-inventions .item-container {
		width: 33.3%;
	}

	.mobile .our-partners .item-container {
		width: 50%;
		padding: 15px !important;
	}

	.mobile .our-inventions .item-container img {
		height: 38vw;
	}

	.mobile .our-inventions .item-container {
		padding-left: 10px;
		padding-right: 10px;
	}
}


@media (max-width: 768px) {
	.mobile .left-app-section {
		margin-bottom: 31px;
	}

	.mobile .browser-button,
	.mobile .apple, 
	.mobile .google {
		margin-right: 0;
	}	

	.mobile .our-app .first-title,
	.mobile .download h5 {
		padding-right: 10%;
	}

	.mobile .two-buttons .browser-button, 
	.mobile .two-buttons .apple, 
	.mobile .two-buttons .google {
		width: 100%;
		margin-bottom: 12px !important;
	}

	.mobile .google, 
	.mobile .apple, 
	.mobile .browser-button {
		border-radius: 5px;
	}

	.mobile .two-buttons a span {
		font-size: 17px;
	}

	.mobile .two-buttons a {
		width: 100%;
		height: 50px;
	}

	.mobile .two-buttons img {
		max-height: 25px;
	}

	.mobile .our-program .content .list label {
		width: 198px !important;
	}

	.mobile .our-program .top-title {
		margin-bottom: 0;
	}

	.mobile .our-program .list p {
		text-align: center;
	}

	.mobile .our-program .content .list {
		width: 240px;
		border-radius: 26px;
		margin-bottom: 45px;
	}

	.mobile .our-program .slider-tab:checked ~ .list .slider {
		width: 224px;
	}

	.mobile .our-program #tab-2:checked ~ .list .slider {
		left: 6px;
		width: 224px;
		top: 55px;
	}

	.mobile .our-program #tab-3:checked ~ .list .slider {
		left: 6px;
		width: 224px;
		top: 110px;
	}

	.mobile .single-fitnessclasses .next-timeline {
		padding-top: 12px !important;
		padding-bottom: 16px !important;
		padding-right: 12px !important;
	}

	.mobile .single-fitnessclasses .previous-timeline {
		padding-top: 12px !important;
		padding-bottom: 12px !important;
		padding-left: 12px !important;
	}

	.single-fitnessclasses .prev-next {
		width: 100%;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
	}

	.single-fitnessclasses .previous-timeline,
	.single-fitnessclasses .next-timeline {
		min-width: unset;
		width: 48%;
	}
}

@media (min-width: 992px) {
	h1, h1 p {
		font-size: 10.072vw;
		line-height: 1.2;
	}

	h2, h2 p {
		font-size: 3.542vw;
		line-height: 1.2;
	}

	h3, h3 p {
		font-size: 30px;
    	line-height: 41px;
	}

	.emotions-slider-item__content h3,
	.experience-title h3 {
		font-size: 25px;
		line-height: 1.2;
	}
	
	h4, h4 p {
		font-size: 23px;
    	line-height: 30px;
	}
	
	h5, h5 p {
		font-size: 19px;
		line-height: 26px;
	}
	
	h6, h6 p {
		font-size: 16px;
		line-height: 25px;
	}
	
	p {
		font-size: 16px;
		line-height: 25px;
	}
	
	html:lang(el) #trp-floater-ls {
		right: calc(50vw - 425px) !important;
	}

	.left-contact-section {
		padding-bottom: 150px;
		height: 100vh;
		overflow-y: scroll;
	}

	.footer-menus .fourth-col {
		padding-left: 12px;
	}

	.home #main h3, 
	.home #main h3 p {
		font-size: 22px;
		line-height: 33px;
	}

	.experience-box-content {
		min-width: 400px;
	}

	.experience-box-content img {
		min-height: 250px;
	}

	.full-width-image p {
		line-height: 1.3 !important;
	}

	.meet-the-space .first-location-row .location-description {
		padding-right: 0;
	}
	
	.meet-the-space .imgArea img {
		margin-top: 3vw;
	}
	
	.two-programs-col {
		max-width: 1800px;
		margin-left: auto;
		margin-right: auto;
	}

	.our-partners .item-container {
		width: 50%;
	}

	.experience-content {
		min-width: 750px;
	}

	#homepage-slider .slick-slide {
		height: 100vh;
	}

	.faqs .tab-title {
		font-size: 21px;
	}

	.our-partners .item-container {
		padding: 15px;
	}
		
	.error-title {
		font-size: 210px;
	}

	.program-box {
		min-width: 446px;
	}

	.contact .wpcf7-response-output {
		margin-left: 25px !important;
		font-size: 13px !important;
	}

	.desktop .our-app .top-title {
		margin-top: 98px;
	}

	/* .pilates-program-box {
		width: 90%;
		margin-left: auto;
	} */

	.fitness-program-box {
		width: 90%;
		margin-right: auto;
	}

	.home .fourth-section {
		padding-top: 135px;
	}

	.box-1-info,
	.box-2-info,
	.box-3-info,
	.box-4-info,
	.box-5-info,
	.box-6-info {
		padding-right: 20px;
	}
	
	@keyframes fadeInUp {
		0% {
			transform: translate(0px, 90px);
			opacity: 0;
		}
		100% {
			transform: translate(0px, 0);
			opacity: 1;
		}
	}

	.blog .caf-post-title a {
		display: -webkit-box !important;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.home .imgArea img {
		margin-top: 70px;
	}

	.contact .wpcf7-not-valid-tip {
		margin-left: 25px;
	}

	.big-tagline h3 {
		font-size: 30px;
    	line-height: 41px;
	}

	.our-services .bigger_font {
		font-size: 57px;
		line-height: 1;
	}

	.single-inventions .bigger_font,
	.the-flow .bigger_font {
		font-size: 77px;
		line-height: 107px;
	}

	.our-services .image-gallery-box img,
	.single-inventions .image-gallery-box img {
		height: 17vw;
	}

	.left-contact-section::-webkit-scrollbar {
		display: none;
		width: 0;
	}

	.our-inventions .item-container img {
		height: 31vw;
	}

	#mega-menu-menu-1 > li:first-child {
		position: absolute !important;
		top: 26.5vh !important;
		left: 7vw !important;
	}

	.contact textarea, 
	.contact input {
		max-width: 270px !important;
		margin-left: 26px;
	}

	.experiences .base-template {
		min-height: 100vh;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}

	.base-template__wrapper {
		max-width: unset !important;
	}

	#mega-menu-menu-1 > li:nth-child(2) {
		position: absolute !important;
		top: 26.5vh !important;
		left: 37vw !important;
	}

	.our-inventions .item-container {
		padding: 14px;
	}
	
	#mega-menu-menu-1 > li:nth-child(3) {
		position: absolute !important;
		top: 26.5vh !important;
		left: 71vw !important;
	}
	
	#mega-menu-menu-1 > li:nth-child(4) {
		position: absolute !important;
		top: 40.5vh !important;
		left: 7vw !important;
	}
	
	#mega-menu-menu-1 > li:nth-child(5) {
		position: absolute !important;
		top: 40.5vh !important;
		left: 37vw !important;
	}
	
	#mega-menu-menu-1 > li:nth-child(6) {
		position: absolute !important;
		top: 40.5vh !important;
		padding-right: 7vw !important;
		left: 71vw !important;
	}
	
	#mega-menu-menu-1 > li:nth-child(7) {
		position: absolute !important;
		top: 54.5vh !important;
		left: 7vw !important;
	}
	
	#mega-menu-menu-1 > li:nth-child(8) {
		position: absolute !important;
		top: 54.5vh !important;
		left: 37vw !important;
	}
	
	#mega-menu-menu-1 > li:nth-child(9) {
		position: absolute !important;
		top: 54.5vh !important;
		left: 71vw !important;
		padding-right: 7vw !important;
	}
	
	#mega-menu-menu-1 > li:nth-child(10) {
		position: absolute !important;
		top: 68.5vh !important;
		left: 7vw !important;
	}
	
	#mega-menu-menu-1 > li:nth-child(11) {
		position: absolute !important;
		top: 68.5vh !important;
		left: 37vw !important;
	}
	
	#mega-menu-menu-1 > li:nth-child(12) {
		position: absolute !important;
		top: 68.5vh !important;
		padding-right: 7vw !important;
		left: 71vw !important;
	}

	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
		font-size: 1.615vw;
	}
}

@media (max-width: 1200px) {
	.desktop .left-app-section {
		transform: scale(0.85);
	}

	.desktop .our-app .two-buttons {
		position: relative;
	}

	.desktop .our-app .two-buttons .browser-button {
		position: absolute;
		left: 0;
		top: 87px;
	}

	.desktop .our-app .bottom-description {
		padding-top: 80px;
	}

	.desktop .our-app .wp-video {
		width: 243px !important;
		height: 489px !important;
		margin-top: 30px;
	}
}

@media (min-width: 1200px) {
	.meet-the-space .first-location-row .location-description {
		padding-right: 10%;
	}
	
	.meet-the-space .imgArea img {
		margin-top: -2vw;
	}
	
	.emotions-slider-item__content h3 {
		font-size: 30px;
		line-height: 38px;
	}

	.home .imgArea img {
		margin-top: 4px;
	}

	.desktop .left-app-section {
		transform: scale(0.8);
	}

	.desktop .our-app .top-title,
	.our-app .first-title,
	.download,
	.app-list-items {
		padding-left: 0;
	}

	.two-buttons a {
		width: 173px;
		height: 57px;
	}

	.two-buttons a span {
		font-size: 20px;
	}

	.desktop .our-app .top-title {
		margin-top: 115px;
	}

	.desktop .frequent-questions .accordion-item h4 {
		font-size: 22px;
	}

	.desktop .service-box h4 {
		font-size: 24px;
	}

	.desktop .right-class-col {
		padding-left: 5%;
	}

	.desktop .our-app .top-title {
		margin-bottom: 35px;
	}

	.download {
		padding-top: 25px;
	}

	.home #main h3, 
	.home #main h3 p {
		font-size: 27px;
    	line-height: 1.37;
	}

	.dm-width {
		max-width: 405px;
	}

	.our-services .see-classes {
		grid-template-columns: repeat(5,1fr);
	}

	.our-partners .item-container {
		width: 25%;
	}

	.box-1-info {
		bottom: 32px;
		left: 22px;
	}

	.box-2-info {
		bottom: 28px;
		left: 28px;
	}
	
	.box-3-info {
		bottom: 28px;
		left: 28px;
	}
	
	.box-4-info {
		bottom: 28px;
		left: 28px;
	}
	
	.box-5-info {
		bottom: 28px;
		left: 28px;
	}
	
	.box-6-info {
		bottom: 28px;
		left: 28px;
	}

	.our-services .image-gallery-box img,
	.single-inventions .image-gallery-box img {
		height: 13vw;
	}

	.video-with-text .title-text {
		padding-right: 53px;
	}

	.contact textarea, 
	.contact input {
		max-width: 90vw !important;
		margin-left: 0;
	}

	.contact .wpcf7-not-valid-tip {
		margin-left: 0;
	}

	.contact .wpcf7-response-output {
		margin-left: 0 !important;
		font-size: 14px !important;
	}
}

@media (min-width: 1400px) {
	html:lang(el) .top-section h1 {
	  letter-spacing: -5px;
    }
	
	.meet-the-space .imgArea img {
		margin-top: -3vw;
	}
	
	.desktop .meet-the-space .experiences-row .right-col {
		padding-right: 10%;
	}

	.meet-the-space .imgArea img {
		margin-top: -5vw;
	}

	h1, h1 p {
		font-size: 10vw;
        line-height: 1.2;
        letter-spacing: -0.8vw;
	}
	
	.emotions-slider-item__content h3,
	.experience-title h3,
	h3, h3 p {
		font-size: 2.083vw;
		line-height: 1.2;
	}
	
	h4, h4 p {
		font-size: 1.563vw;
		line-height: 1.2;
	}

	.our-inventions .item-container {
		padding: 25px;
	}

	.our-inventions .item-container img {
		height: 27vw;
	}

	.single-opening-hour {
		min-width: 300px;
	}

	.our-services .bigger_font {
		font-size: 65px;
		line-height: 1;
	}

	.single-inventions .bigger_font,
	.the-flow .bigger_font {
		font-size: 87px;
		line-height: 119px;
	}

	.our-services .image-gallery-box img,
	.single-inventions .image-gallery-box img {
		height: 11vw;
		max-height: 302px;
	}

	.tz-gallery .single-gallery-image {
		width: 25%;
	}

	.desktop .left-app-section {
		transform: scale(0.9);
	}

	.two-buttons a {
		width: 185px;
		height: 58px;
	}
	
	.home .imgArea img {
		margin-top: -3vw;
	}
	
	.faqs .tab-title {
		font-size: 23px;
	}

	.desktop .rating-icons h2 {
		margin-top: 0;
	}

	.faq-left-col h2 {
		letter-spacing: -4px;
	}
}

@media (min-width: 1600px) {	
	
	#trp-floater-ls {
		right: calc(50vw - 428px) !important;
	}
	
	.meet-the-space .marquee-text {
		font-size: 40px;
	}

	.experiences-row .location-description {
		padding-right: 15%;
	}

	.emotions-slider-item__content h3 {
		padding-bottom: 12px;
	}

	header .logo-div h4 {
		font-size: 24px !important;
		line-height: 1.1 !important;
	}

	.blockquote p,
	.blockquote {
		font-size: 24px !important;
	}

	.desktop .left-app-section {
		transform: scale(1);
	}

	.desktop .our-app .top-title {
		margin-bottom: 85px;
	}

	.download {
		padding-top: 75px;
	}
	
	.big-tagline h3 {
		font-size: 1.563vw;
		line-height: 1.2;
	}

	.our-partners .item-container {
		padding: 25px;
	}
}

@media (min-width: 1920px) {
	h1, h1 p {
        font-size: 157px;
        letter-spacing: -12px;
        line-height: 119px;
    }
	
	h2, h2 p {
		font-size: 55px;
		line-height: 1.2;
	}
	
	h3, h3 p {
		font-size: 40px;
		line-height: 53px;
	}

	.emotions-slider-item__content h3,
	.experience-title h3 {
        font-size: 35px;
        line-height: 40px;
    }
	
	h4, h4 p {
		font-size: 30px;
		line-height: 37px;
	}
	
	h5, h5 p {
		font-size: 20px;
		line-height: 27px;
	}
	
	h6, h6 p {
		font-size: 17px;
		line-height: 26px;
	}
	
	p {
		font-size: 17px;
		line-height: 26px;
	}

	.error-title {
		font-size: 220px;
		margin-bottom: -13px;
	}

	.single-experiences .top-section h1 {
		line-height: 1;	
	}
	
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
		font-size: 31px;
	}

	.faqs .accordion-body p {
		max-width: 1450px;
	}

	.faqs .faq-left-col h2 {
        max-width: 500px;
	}

	.error-text {
		top: 102px;
	}

	.big-tagline h3 {
		font-size: 35px;
		line-height: 44px;
	}

	.postid-918 .class-title {
		font-size: 60px;
	}

	.experience-content {
		max-width: 1600px;
	}

	.reservation-cancellation-policy .top-title {
		max-height: 250px;
	}

	.home .seventh-section .gallery-description p {
        max-width: 800px;
    }

	#manage-ajax-response {
		max-width: 2000px;
		margin-left: auto;
		margin-right: auto;
	}

	.desktop .blog .caf-post-layout4 .caf-featured-img-box {
		max-height: 550px;
	}

	.full-width-image h3 {
		max-width: 1510px;
	}

	.first-location-row .location-description {
		max-width: 1000px;
	}

	.experiences-row .right-col div {
		max-width: 900px;
	}

	.gallery-description p {
		max-width: 900px;
	}

	.modal-body form {
		max-width: 1800px;
	}

	.main-space-info {
		max-width: 1100px;
	}

	.single-testimonial .testimonial-content {
		max-width: 620px;
	}

	.left-contact-col label {
		width: 100%;
	}

	.images-gallery h3 {
		max-width: 1200px;
	}

	.meet-the-space .first-location-row .left-col p {
		max-width: 700px;
	}

	.home .gallery-image-3 img {
		margin-top: 70px;
	}
}

/*-------------------------------------------------------------*/
/* 						   END MEDIA 						   */
/*-------------------------------------------------------------*/