/*!
Theme Name: City Spaces
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: mynextoffice
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.

City Spaces is based on Underscores https://underscores.me/, (C) 2012-2020 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:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

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

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

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

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

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

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

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&family=Sanchez&display=swap');

:root {
	/*	--teal: #000;*/
	/*	--lightteal: #000;*/
	/*	--tealopacity: rgba(0, 0, 0, 0.85);*/
	--teal: #252b67;
	--lightteal: #252b67;
	--tealopacity: rgba(37, 43, 103, 0.85);
	/*	--orange: #c9b69a;*/
	--orange: #a58e54;
	/*	--orangeopacity: rgba(201, 182, 154, 0.85);*/
	--orangeopacity: rgb(165, 142, 84, 0.85);
	--lightorange: #001A6E;
	/*	--black: #000000;*/
	--black: #252b67;
	--grey: #9d9d9c;
	--lightgrey: #f2f2f3;
	--green: #8cc63f;
}

.blue_theme {
	--teal: #334f74;
	--lightteal: #334f74;
	--tealopacity: rgba(51, 79, 116, 0.85);
}

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

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

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

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

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

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

html {
	box-sizing: border-box;
}

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

/* Typography
--------------------------------------------- */
body {
	color: var(--black);
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.4;
	-webkit-appearance: none
}

button,
input,
select,
optgroup,
textarea {
	color: var(--black);
	font-family: "Cinzel", serif;
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.4;
	-webkit-appearance: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
	font-weight: 300;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

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

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

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: var(--orange);
	border: 0;
	height: 1px;
	margin-bottom: 1.5em
}

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
	color: var(--darkblue)
}

a:visited {
	color: var(--darkblue);
}

a:hover,
a:focus,
a:active {
	color: var(--darkblue);
}

a:focus {
	outline: none;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: var(--grey);
}

::-moz-placeholder {
	/* Firefox 19+ */
	color: var(--grey);
}

:-ms-input-placeholder {
	/* IE 10+ */
	color: var(--grey);
}

:-moz-placeholder {
	/* Firefox 18- */
	color: var(--grey);
}

::placeholder {
	/* Most modern browsers support this now. */
	color: var(--grey);
}

fieldset {
	padding: 0;
	border: none
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: var(--black);
	border: none;
	border-bottom: solid 1px var(--orange);
	border-radius: 0px;
	padding: 10px 7px;
	line-height: 1.4;
	width: 100%;
	margin-bottom: 12px;
	font-size: 15px
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: var(--black);
	border-color: var(--black);
	outline: none
}

input[type="text"]:focus-visible,
input[type="email"]:focus-visible,
input[type="url"]:focus-visible,
input[type="password"]:focus-visible,
input[type="search"]:focus-visible,
input[type="number"]:focus-visible,
input[type="tel"]:focus-visible,
input[type="range"]:focus-visible,
input[type="date"]:focus-visible,
input[type="month"]:focus-visible,
input[type="week"]:focus-visible,
input[type="time"]:focus-visible,
input[type="datetime"]:focus-visible,
input[type="datetime-local"]:focus-visible,
input[type="color"]:focus-visible,
input[type="checkbox"]:focus-visible,
select:focus-visible {
	outline-color: var(--black);
	border-radius: 0
}

input[type="checkbox"] {
	background: #FFFFFF;
	appearance: none;
	padding: 0px;
	width: 18px;
	height: 18px;
	cursor: pointer;
	border: solid 1px var(--orange);
	border-radius: 3px
}

input[type="checkbox"]:checked::after {
	content: '';
	background: url(/wp-content/themes/mynextoffice/img/icons/tick.svg) no-repeat center center;
	background-size: 14px 11px;
	width: 16px;
	height: 17px;
	display: block
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

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

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

/* Navigation
--------------------------------------------- */

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

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

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

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

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

.post,
.page {
	margin: 0;
}

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

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

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

.bypostauthor {
	display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

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

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

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

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

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

/* Accessibility
--------------------------------------------- */

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

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

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

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

	/*rtl:ignore*/
	float: left;

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

.alignright {

	/*rtl:ignore*/
	float: right;

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

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



/* - - - - - - - - - - GLOBAL - START - - - - - - - - - - */

main#primary {
	/*	padding-top: 106px*/
	padding-top: 0
}

.blog header.site-header {
	background: var(--teal);
}

.blog main#primary {
	padding-top: 106px;
}

.single-post header.site-header {
	background: var(--teal);
}

.single-post main#primary {
	padding-top: 106px;
}

.single-property header.site-header {
	background: var(--teal);
}

.single-property main#primary {
	padding-top: 106px;
}

@media only screen and (max-width: 767px) {
	.blog main#primary {
		padding-top: 80px;
	}

	.single-post main#primary {
		padding-top: 80px;
	}

	.single-property main#primary {
		padding-top: 80px;
	}
}

.page-template-default main#primary,
.page-template-template-sitemap main#primary {
	padding: 60px 15px
}

.page-wrapper {
	padding: 0 15px
}

h1,
h2 {
	font-family: "Cinzel", serif;
	font-weight: 400
}

h2 {
	font-size: 26px
}

.orange-txt {
	color: var(--orange)
}

.page-title-wrapper-outer {
	padding-top: 106px;
	position: relative
}

.page-title-wrapper {
	background: var(--teal);
	display: block;
	width: 100%;
	padding: 0 15px
}

.page-title-wrapper h1 {
	color: #FFFFFF;
	margin: 0;
	padding: 45px 0;
	text-align: center
}

.container {
	max-width: 1000px;
	margin: 0 auto;
	width: 100%;
	position: relative
}

.container-lg {
	max-width: 1200px;
	margin: 0 auto;
	width: 100%;
	position: relative
}

.clearfix {
	clear: both
}

.hidden {
	display: none
}

.img-border-offset {
	border: solid 2px var(--orange);
	padding: 0 0 20px;
	margin-left: 20px;
	margin-top: 20px;
}

.img-border-offset img {
	display: block;
	margin-left: -20px;
	margin-top: -20px;
	border-radius: 5px;
}

.img-border-offset-green {
	border-color: var(--green)
}

.img-border-offset-curved {
	border-radius: 5px
}

.col-info-box {
	background: none;
	margin-top: 30px
}

.info-box {
	color: var(--black);
	height: 100%;
	background-color: #fff;
	border-radius: 5px;
	overflow: hidden;
}

.info-box img {
	display: block;
	border-radius: 5px 5px 0 0;
}

.info-box .info-box-txt {
	padding: 30px 25px 35px;
	background: #fff;
	border-radius: 0 0 5px 5px;
}

.info-box h3 {
	font-family: "Cinzel", serif;
	font-weight: 400;
	font-size: 20px;
	margin: 0 0 12px
}

.info-box p {
	font-size: .8rem;
	font-weight: 300;
	margin: 0;
	line-height: 1.3rem
}

.info-box-blog {
	text-align: left
}

.info-box-blog h3 {
	font-size: 18px
}

.info-box-blog a {
	text-decoration: none
}

.info-box-blog p {
	font-size: 14px;
	font-weight: 400
}

.info-box-blog .info-box-txt>a {
	font-weight: 700;
	margin-top: 10px;
	display: block;
	font-size: 14px;
}

.info-box-blog .info-box-txt {
	padding: 25px
}

.button,
.button:visited,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: none;
	background: var(--orange);
	color: #FFFFFF;
	line-height: 1;
	padding: 10px 35px;
	font-weight: 300;
	text-decoration: none;
	display: inline-block;
	line-height: 1;
	font-size: 15px;
	border-radius: 0;
	transition: background 0.4s;
	border-radius: 5px;
	cursor: pointer
}

.button:active,
.button:focus,
button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	color: #FFFFFF;
	background: var(--orange);
	transition: background 0.4s
}

.button:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background: var(--lightorange);
	transition: background 0.4s;
	color: #FFFFFF
}

.button-bold {
	font-weight: 600
}

.button.button-teal {
	background: var(--teal)
}

.button.button-teal:hover {
	background: var(--lightteal)
}

.button.button-green {
	background: var(--green)
}

.button.button-green:hover {
	background: #a6e15a
}


.tabs .tabs-nav {
	border-bottom: solid 1px #cfd0d2;
	display: grid;
	grid-auto-flow: column
}

.tabs .tabs-nav a {
	text-align: center;
	text-decoration: none;
	padding: 9px 5px
}

.tabs .tabs-nav a.active {
	background: var(--orange);
	color: #FFFFFF
}

.tabs .tabs-content {
	display: none
}

.tabs .tabs-content.active {
	display: block
}

div.asl_r .results .item .asl_content h3,
div.asl_r .results .item .asl_content h3 a {
	font-family: "Cinzel", serif !important;
	font-weight: 400 !important;
	color: var(--black) !important;
	font-size: 15px !important
}

.hover_bkgr_mynextoffice,
.hover_bkgr_mynextoffice_share {
	background: rgba(0, 0, 0, .4);
	cursor: pointer;
	display: none;
	height: 100%;
	position: fixed;
	text-align: center;
	top: 0;
	width: 100%;
	z-index: 10000
}

.hover_bkgr_mynextoffice .helper,
.hover_bkgr_mynextoffice_share .helper {
	display: inline-block;
	height: 100%;
	vertical-align: middle
}

.hover_bkgr_mynextoffice>div,
.hover_bkgr_mynextoffice_share>div {
	background-color: #ececec;
	box-shadow: 10px 10px 60px #555;
	display: inline-block;
	height: auto;
	max-width: 600px;
	min-height: 100px;
	vertical-align: middle;
	width: 100%;
	position: relative;
	padding: 40px 45px 50px;
	text-align: left
}

.popupCloseButton {
	background-color: var(--orange);
	cursor: pointer;
	display: inline-block;
	font-weight: 300;
	position: absolute;
	top: 0px;
	right: 0px;
	font-size: 18px;
	line-height: 28px;
	width: 26px;
	height: 28px;
	text-align: center;
	color: #FFFFFF
}

.popupCloseButton:hover {
	background-color: var(--lightorange)
}

#share-popup h2 {
	margin: 10px 0 20px
}

.featherlight .featherlight-content {
	/*	background: #000;*/
	background: #252b67;
	padding: 20px 20px 0;
	/*	border-bottom: 20px solid #000*/
	border-bottom: 20px solid #252b67
}

.featherlight .featherlight-close-icon {
	background: none;
	color: #FFFFFF;
	line-height: 22px;
	width: 22px
}

.featherlight-next {
	top: 20px;
	right: 20px
}

.featherlight-previous {
	top: 20px;
	left: 20px
}

.featherlight-next,
.featherlight-previous {
	transition: opacity 0.3s ease-out 100ms;
	display: block;
	opacity: 0
}

.featherlight-next:hover,
.featherlight-previous:hover {
	background: rgba(0, 0, 0, .25);
	opacity: 1
}

.featherlight-next span,
.featherlight-previous span {
	text-shadow: none
}

.grecaptcha-badge {
	display: none
}

.post-list.property {
	display: flex;
	gap: 45px;
	padding: 0 0 55px;
	text-align: center;
	flex-wrap: wrap;
	justify-content: center;
}

.post-list.property .property-single {
	position: relative;
	background-color: #ffffff;
	border-radius: 5px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	border: 1px solid var(--grey);
	display: flex;
	flex-direction: column;
	width: 303px;
}

.post-list.property .property-single.featured:before {
	content: '';
	position: absolute;
	top: -16px;
	left: -12px;
	width: 110px;
	height: 110px;
	background: url(/wp-content/themes/mynextoffice/img/featured-ribbon-gold.png) no-repeat;
	background-size: 110px 110px
}

.post-list.property .property-single>a {
	display: block
}

.post-list.property .property-single img {
	border-radius: 5px 5px 0px 0px;
	display: block
}

.post-list.property .property-single .property-inner {
	padding: 25px 20px 30px;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	align-items: center
}

.post-list.property .property-single .property-inner h3 {
	font-family: "Cinzel", serif;
	font-weight: 400;
	margin: 0 0 15px
}

.post-list.property .property-single .property-inner p {
	padding-bottom: 30px;
	font-size: .9rem;
	margin: 0
}

.post-list.property .property-single .button {
	margin-top: auto
}

.arrow-section:before {
	content: "";
	position: absolute;
	bottom: -59px;
	left: 50%;
	border: solid 30px transparent;
	border-top-color: var(--teal);
	z-index: 1;
	margin-left: -30px
}

.teal-section {
	background: var(--teal);
	color: #FFFFFF;
	position: relative
}

.grey-section {
	background: var(--lightgrey);
	padding: 75px 15px
}

.nav-links {
	text-align: center
}

.frm_message,
.frm_error_style {
	background: #5D9914;
	padding: 10px 20px;
	border-radius: 5px;
	text-align: center;
	font-weight: 600;
	color: #FFFFFF;
	margin: 15px 0
}

.frm_error_style {
	background: #E60747
}

.frm_message p,
.frm_error_style p {
	margin: 10px 0
}

.grey-wrapper {
	background: var(--lightgrey)
}

.grey-block {
	background: var(--lightgrey);
	padding: 30px
}

.no-results {
	text-align: center;
	padding: 0 30px 30px
}

.page-title-video {
	width: 100%;
	height: 430px;
	position: relative
}

.page-title-video .video-bg {
	width: 100%;
	height: 100%
}

.page-title-video .page-title-wrapper {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	background: transparent;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 106px
}

.video-bg {
	background: #000000
}

.video-bg video {
	opacity: 0.85;
	object-fit: cover;
	width: 100%;
	height: 100%
}

@media (hover: none) {

	.featherlight-next,
	.featherlight-previous {
		opacity: 1
	}

	.featherlight-next span,
	.featherlight-previous span {
		text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.75)
	}
}

@media only screen and (max-width: 1024px) {

	.container,
	.container-lg {
		max-width: 768px
	}

	.page-title-video {
		height: 330px
	}
}

@media only screen and (max-height: 749px) {
	.hover_bkgr_mynextoffice>div {
		overflow-y: scroll;
		max-height: 93vh
	}
}

@media only screen and (max-width: 767px) {
	main#primary {
		padding-top: 80px
	}

	.hidden-mobile {
		display: none
	}

	.page-title-wrapper-outer {
		padding-top: 77px
	}

	.tabs .tabs-nav a {
		font-size: 13px
	}

	.hover_bkgr_mynextoffice>div,
	.hover_bkgr_mynextoffice_share>div {
		max-width: 300px;
		max-height: 93vh;
		overflow-y: scroll;
		padding: 25px 25px 30px
	}

	.popupCloseButton {
		line-height: 24px;
		width: 22px;
		height: 24px
	}

	.post-list.property {
		max-width: 320px;
		margin: 0 auto;
		grid-template-columns: 1fr
	}

	.post-list.property .property-single .property-inner h3 {
		font-size: 17px;
		margin-bottom: 10px;
	}

	.post-list.property .property-single .property-inner p {
		font-size: .8rem;
		padding-bottom: 15px;
	}

	.post-list.property .property-single img {
		width: 100%;
		height: 150px;
		object-fit: cover;
	}

	.page-title-video .page-title-wrapper {
		padding-top: 80px
	}

	.page-title-video {
		height: 200px
	}
}

@media print {
	.print-wrapper {
		break-inside: avoid
	}

	h2 {
		font-size: 16pt
	}

	main#primary {
		padding-top: 0
	}
}


/* header - start */

#print-header {
	display: none
}

header.site-header {
	/*	background: var(--orange);*/
	background: var(--tealopacity);
	padding: 0px 15px;
	position: absolute;
	width: 100%;
	z-index: 99;
	height: 106px;
	display: flex;
	align-items: center;
	transition: top 0.4s
}

.is-scrolled header.site-header {
	position: fixed;
	top: -106px
}

.is-scrolled.is-scrolled-animate-in header.site-header {
	top: 0px
}

.is-scrolled.is-scrolled-animate-in.admin-bar header.site-header {
	top: 32px
}

header.site-header .container {
	display: flex;
	justify-content: space-between;
	align-items: center
}

header.site-header .site-branding a {
	display: inline-block
}

header.site-header .site-branding img {
	height: 72px !important;
	display: block
}

header.site-header .location-search {
	min-width: 300px
}

.prop-search-form {
	display: flex
}

.prop-search-form input[type="text"] {
	height: 38px;
	border: none;
	margin: 0;
	padding: 10px;
	font-size: 14px;
	border-radius: 5px 0 0 5px
}

.prop-search-form input[type="submit"] {
	background: url(/wp-content/themes/mynextoffice/img/icons/search-icon-dark.svg) no-repeat center center #FFFFFF;
	background-size: 16px 22px;
	height: 38px;
	width: 42px;
	padding: 0;
	border-radius: 0;
	cursor: pointer;
	border-radius: 0 5px 5px 0
}

.location-form-lg .prop-search-form input[type="text"] {
	height: 54px;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 18px
}

.location-form-lg .prop-search-form input[type="submit"] {
	background-image: url(/wp-content/themes/mynextoffice/img/icons/search-icon-light.svg);
	background-color: var(--orange);
	height: 54px;
	width: 80px;
	background-size: 22px 30px
}


.main-navigation {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 25px
}

.menu-main-menu-container {
	display: none;
	position: absolute;
	background: #FFFFFF;
	top: 45px;
	right: -16px;
	z-index: 999;
	padding: 25px 25px;
	-webkit-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.1);
	width: 320px
}

.menu-main-menu-container:before {
	content: "";
	position: absolute;
	top: 0;
	margin-top: -28px;
	right: 13px;
	border: solid 15px transparent;
	border-bottom-color: #FFF;
	z-index: 1
}

.menu-main-menu-container ul {
	list-style: none;
	padding: 0;
	margin: 0
}

.menu-main-menu-container a {
	color: var(--black);
	text-decoration: none;
	font-size: 14px;
	margin: 3px 0;
	display: block;
	padding: 2px 0
}

.menu-main-menu-container a:before {
	content: '>';
	margin-right: 8px;
	color: var(--orange)
}

.menu-main-menu-container .sub-menu a:before {
	color: #FFFFFF
}

.main-navigation .contact-header {
	display: inline-block;
	text-align: right
}

.main-navigation .contact-header .tel {
	color: #ffffff;
	line-height: 1;
	font-size: 20px;
	font-weight: 300
}

.main-navigation .contact-header a {
	color: #ffffff;
	text-decoration: none
}

#contact-header-email-mob {
	display: none;
	font-size: 12px;
	text-align: center;
	text-decoration: underline
}

.main-navigation button {
	color: #FFFFFF;
	border: none;
	background: none;
	margin: 0;
	cursor: pointer;
	padding: 0
}

header.site-header .location-search-mob {
	display: none
}

.page-banner {
	width: 100%;
	height: 390px;
	overflow: hidden
}

.page-banner img {
	object-fit: cover;
	width: 100%;
	display: block;
	object-position: center center;
	height: 100%
}

@media only screen and (max-width: 1024px) {
	header.site-header .location-search {
		min-width: 135px;
		max-width: 250px
	}

	.book-a-tour-header-btn a {
		padding: 9px 15px;
		font-size: 13px
	}

	.main-navigation .contact-header .tel {
		font-size: 18px;
		line-height: 26px
	}

	.menu-main-menu-container {
		right: -11px
	}

	.menu-main-menu-container:before {
		right: 8px
	}
}

@media only screen and (max-width: 767px) {
	#logo {
		display: block
	}

	#anniversary-logo {
		display: none
	}

	header.site-header {
		padding: 15px 15px;
		flex-wrap: wrap;
		height: 80px;
		padding-top: 15px;
		padding-bottom: 15px
	}

	header.site-header .site-branding img {
		height: 50px !important
	}

	header.site-header .location-search {
		display: none
	}

	.main-navigation {
		gap: 20px
	}

	.main-navigation>a {
		font-size: 17px;
		margin-right: 15px
	}

	.main-navigation .contact-header .tel {
		font-size: 16px;
		line-height: 24px
	}

	.page-banner {
		height: 175px
	}
}

@media (max-width: 600px) {
	.is-scrolled.is-scrolled-animate-in.admin-bar header.site-header {
		top: 0px
	}
}

@media only screen and (max-width: 413px) {
	header.site-header .site-branding img {
		height: 46px !important
	}

	.main-navigation {
		gap: 15px
	}

	.main-navigation .contact-header .tel {
		font-size: 14px;
		line-height: 1
	}
}

@media only screen and (max-width: 359px) {
	header.site-header .site-branding img {
		height: 28px !important;
		margin-top: 5px
	}
}

@media print {
	#print-header {
		display: block;
		margin-bottom: 0;
	}

	header.site-header {
		display: none
	}
}

/* header - end */



/* footer - start */

#print-footer {
	display: none
}

#footer-testimonials {
	background: #ececec;
	padding: 45px 15px;
	position: relative
}

.single-locations #footer-testimonials {
	padding-top: 0;
	padding-bottom: 60px
}

#footer-testimonials h2 {
	margin: 0 0 10px
}

#footer-testimonials .item {
	display: grid;
	grid-template-columns: 1fr 3fr;
	align-items: center
}

#footer-testimonials .item img {
	width: 100%;
	height: auto;
	margin: 0 auto;
	max-width: 160px
}

#footer-testimonials .item .col-2 {
	border-left: solid 1px #b8b8b8
}

#footer-testimonials .item .col-1,
#footer-testimonials .item .col-2 {
	padding: 0 45px
}

.footer-testimonial blockquote {
	margin: 0 auto 10px;
	font-size: 16px;
	line-height: 24px;
	font-weight: 300;
	text-align: left;
	width: 100%
}

.footer-testimonial-quote-author {
	font-family: "Cinzel", serif;
	font-weight: 400;
	width: 375px;
	margin: 0 auto;
	display: block;
	font-size: 17px;
	text-align: left;
	width: 100%
}

#footer-testimonials .owl-theme .owl-nav [class*=owl-]:hover {
	background: none;
	color: var(--black)
}

footer.site-footer {
	background: var(--teal);
	color: #FFFFFF
}

footer.site-footer hr {
	margin: 0
}

#footer-newsletter {
	padding: 35px 15px
}

#footer-newsletter .row {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 30px
}

#footer-newsletter .heading {
	font-size: 25px;
	font-weight: 700
}

#footer-newsletter .frm_fields_container {
	display: flex;
	align-items: center;
	gap: 0
}

#footer-newsletter input[type="email"] {
	margin-bottom: 0;
	border: none;
	font-size: 13px;
	height: 42px;
	border-radius: 5px 0 0 5px;
	width: 320px;
	padding-left: 12px;
	padding-right: 12px
}

#footer-newsletter button {
	height: 42px;
	border-radius: 0 5px 5px 0;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 13px
}


#footer-contact-links {
	padding: 65px 15px 100px
}

#footer-contact-links a {
	color: #FFFFFF
}

#footer-contact-links .row {
	display: flex
}

#footer-contact-links .col-1 {
	width: 50%
}

#footer-contact-links .col-2 {
	width: 35%
}

#footer-contact-links .col-3 {
	width: 20%
}

#footer-logo img {
	margin-bottom: 25px;
	max-width: 190px;
	height: auto
}

#footer-contact-links .col-1 a {
	display: block
}

#footer-contact-links .col-1 a.circle-icon {
	text-decoration: none;
	font-weight: 600;
	margin-bottom: 12px;
	font-size: 15px;
	display: flex;
	gap: 12px
}

#footer-contact-links .col-1 a.circle-icon img {
	display: block;
	width: 24px;
	height: auto
}

#footer-social-links {
	display: flex;
	align-items: flex-end;
	gap: 23px;
	padding: 10px 0 0
}

#footer-social-links img {
	width: 18px;
	height: auto;
	display: block
}

#footer-social-links .fb-icon {
	width: 9px
}

#footer-contact-links h3 {
	margin-top: 0;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 15px;
	padding: 12px 0 5px
}

#footer-contact-links ul {
	margin: 0;
	padding: 0;
	list-style: none
}

#footer-contact-links ul li {
	font-weight: 300;
	font-size: 15px;
	text-decoration: none;
	padding: 2px 0;
	margin: 9px 0
}

#footer-contact-links ul li a {
	text-decoration: none;
	font-weight: 600
}

#footer-contact-links .col-3 a {
	font-weight: 300
}

#footer-copyright-links {
	padding: 20px 15px 60px
}

#footer-copyright-links .row {
	display: flex;
	justify-content: space-between;
	width: 100%;
	flex-wrap: wrap;
	align-items: center
}

#footer-copyright-links .col-1 {
	font-size: 13px;
	line-height: 1
}

#footer-copyright-links .col-2 {
	font-size: 13px;
	line-height: 1 text-align: center
}

#footer-copyright-links .col-2 a {
	color: #FFFFFF
}

#footer-copyright-links ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap
}

#footer-copyright-links ul li:first-child a {
	border: none
}

#footer-copyright-links ul li a {
	font-weight: 300;
	font-size: 13px;
	text-decoration: none;
	color: #FFFFFF;
	padding: 0 10px;
	border-left: solid 1px #FFFFFF;
	line-height: 1;
	display: block
}

#footer-copyright-links ul li:last-child a {
	padding-right: 0
}

@media only screen and (max-width: 1024px) {
	#footer-newsletter .heading {
		font-size: 20px
	}

	#footer-newsletter input[type="email"] {
		width: 275px
	}

	#footer-copyright-links .row {
		flex-direction: column;
		gap: 15px
	}
}

@media only screen and (max-width: 767px) {
	#footer-newsletter .row {
		flex-direction: column;
		gap: 15px
	}

	#footer-newsletter .heading {
		text-align: center;
		font-size: 18px
	}

	#footer-newsletter input[type="email"] {
		width: 225px
	}

	#footer-contact-links {
		text-align: center;
		padding: 60px 15px 75px
	}

	#footer-contact-links .row {
		flex-direction: column;
		gap: 30px
	}

	#footer-contact-links .col-1,
	#footer-contact-links .col-2,
	#footer-contact-links .col-3 {
		width: 100%
	}

	#footer-contact-links .col-1 a.circle-icon {
		justify-content: center
	}

	#footer-social-links {
		justify-content: center;
		padding-bottom: 10px
	}

	#footer-copyright-links ul {
		justify-content: center;
		column-gap: 20px;
		row-gap: 10px
	}

	#footer-copyright-links ul li a {
		border: none;
		padding: 0
	}
}

@media print {
	#print-footer {
		display: block;
		margin-top: 30px
	}

	.client-logos,
	.site-footer {
		display: none
	}
}

/* footer - end */

/* - - - - - - - - - - GLOBAL - END - - - - - - - - - - - */





/* - - - - - - - - - - HOMEPAGE - START - - - - - - - - - - */

/*.home header.site-header,
.post-type-archive-property header.site-header {
	background: var(--tealopacity)
}

.home main#primary,
.post-type-archive-property main#primary {
	padding-top: 0
}*/

#homepage-header {
	position: relative
}

#homepage-header .container {
	position: relative
}

#homepage-header-content {
	position: absolute;
	width: 100%;
	z-index: 2;
	height: calc(100% - 15px);
	display: flex;
	flex-direction: column;
	justify-content: center;
	color: #FFFFFF;
	padding: 80px 15px 15px
}

#homepage-header-content h1 {
	font-family: "Cinzel", serif;
	font-weight: 400;
	font-size: 50px;
	line-height: 1;
	display: block;
	max-width: 650px;
	margin: 0;
	margin-bottom: 25px;
}

#homepage-header-content .subheading {
	font-family: "Cinzel", serif;
	font-size: 35px;
	line-height: 1.2;
	display: block;
	padding: 25px 0 25px
}

#homepage-header-content form {
	max-width: 575px
}

#homepage-header-content .desc {
	display: block;
	padding: 20px 0 0;
	line-height: 1.8;
	font-size: 17px;
	max-width: 550px
}

#bespoke-sticker {
	position: absolute;
	right: 0;
	top: -100px;
	display: block;
	max-width: 225px
}

#bespoke-sticker img {
	width: 100%;
	height: auto;
	display: block
}

#homepage-slider {
	/*	background: #000000*/
	background: #252b67
}

#homepage-slider .img {
	width: 100%;
	height: calc(100vh);
	height: calc(100dvh);
	transition: height 0.4s;
	background-size: cover;
	opacity: 0.7
}

.admin-bar #homepage-slider .img {
	height: calc(100vh - 32px);
	height: calc(100dvh - 32px)
}

#homepage-slider .owl-dots {
	position: absolute;
	bottom: 5%;
	width: 100%;
	margin: 0
}

#homepage-slider .owl-dots .owl-dot span {
	margin: 3px;
	width: 12px;
	height: 12px
}

#homepage-slider .owl-dots .owl-dot.active span,
#homepage-slider .owl-dots .owl-dot:hover span {
	background: #FFFFFF
}

#homepage-header {
	opacity: 0
}

#homepage-header .video-bg {
	width: 100%;
	height: calc(100vh);
	height: calc(100dvh);
	transition: height 0.4s
}

.homepage-img-txt {
	padding: 90px 15px
}

.homepage-img-txt .container {
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: center;
	gap: 90px
}

.homepage-img-txt h2 {
	margin-bottom: 12px
}

.homepage-img-txt p {
	font-size: 15px;
	line-height: 30px;
	font-weight: 300;
	margin: 0 0 12px
}

.homepage-img-txt .reduced-line-height p {
	line-height: 26px
}

.homepage-img-txt p:last-child {
	margin-bottom: 0
}

.homepage-img-txt-blue {
	background: var(--darkblue);
	color: #FFFFFF
}

.homepage-img-txt .button {
	margin-top: 20px
}

#homepage-blue-info-boxes {
	background: var(--teal);
	color: #FFFFFF;
	text-align: center;
	padding: 75px 15px;
	position: relative
}

#homepage-blue-info-boxes h2 {
	margin: 0 0 10px
}

#homepage-blue-info-boxes>p {
	font-size: 14px;
	margin: 0 0 10px
}

#homepage-blue-info-boxes .container {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 35px
}

#homepage-blue-info-boxes>.button {
	margin-top: 75px;
	font-size: 15px
}

#featured-properties {
	padding: 60px 15px 90px;
	text-align: center;
	background-color: #f2f2f3
}

#featured-properties .container>p {
	margin-bottom: 45px
}

#featured-properties .post-list {
	padding-top: 25px
}

#homepage-testimonials-container {
	width: 100%
}

#homepage-testimonials-container h2 {
	text-align: center;
	display: block;
	padding: 0 15px 45px;
	margin: 0
}

#homepage-testimonials {
	/*	background: url(/wp-content/themes/mynextoffice/img/testimonials-bg-new.jpg) no-repeat center center #000;*/
	background: url(/wp-content/uploads/2025/04/testimonials-bg-new3-scaled.jpg) no-repeat center center #252b67;
	background-size: 1920px 579px;
	color: #FFFFFF;
	text-align: center;
	padding: 0 15px
}

#homepage-testimonials .container-lg {
	display: grid;
	grid-template-columns: 1fr;
	justify-items: end;
	align-items: center
}

#homepage-testimonials .col-1 {
	min-height: 475px;
	display: grid;
	grid-template-columns: 1fr;
	justify-items: end;
	align-items: center;
	max-width: 555px;
}

#homepage-testimonials-wrapper {
	max-width: 555px
}

#homepage-testimonials img {
	/*	border-radius: 50%;*/
	max-width: 110px;
	height: auto;
	margin: 0 auto 30px
}

.homepage-testimonial blockquote {
	margin: 0 auto 10px;
	font-size: 14px;
	line-height: 1.4;
	width: 375px;
	font-weight: 300;
	text-align: center
}

.homepage-testimonial-quote-author {
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	width: 375px;
	margin: 0 auto;
	display: block;
	font-size: 17px;
	text-align: center
}

#homepage-testimonials .owl-nav [class*=owl-]:hover {
	background: none
}

#homepage-testimonials .button {
	font-size: 14px;
	margin-top: 20px
}

.blog-post-grid {
	text-align: center;
	padding: 90px 15px 45px
}

.blog-post-grid h2 {
	margin: 0 0 15px
}

.blog-post-grid>p {
	font-size: 14px;
	margin: 0 0 45px
}

.blog-post-grid .container {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 40px
}

.blog-post-grid .col {
	border: solid 1px #eeeeee;
	-webkit-box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.025);
	box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.025);
	border-radius: 5px;
}

.blog-post-grid .info-box {
	margin-top: 0
}

.blog-post-grid>.button {
	margin-top: 45px;
	font-size: 15px
}

.btns {
	text-align: center;
}




@media only screen and (min-width: 768px) {

	#homepage-testimonials .owl-nav button.owl-next,
	#homepage-testimonials .owl-nav button.owl-prev {
		font-size: 40px;
		font-weight: 300;
		position: absolute;
		bottom: 25px
	}

	#homepage-testimonials .owl-nav button.owl-next {
		right: 0
	}

	#homepage-testimonials .owl-nav button.owl-prev {
		left: 0
	}
}

@media only screen and (max-width: 1024px) {

	#homepage-header-content h1 {
		font-size: 86px
	}

	#homepage-header-content .subheading {
		font-size: 30px
	}

	#homepage-header-content h1 {
		max-width: 500px
	}

	#bespoke-sticker {
		top: -50px;
		max-width: 200px
	}

	.homepage-img-txt .container {
		gap: 45px
	}

	#homepage-testimonials {
		background-position: -650px 0px
	}

	#homepage-video-section .wrapper iframe {
		height: 397px;
		max-width: 705px;
		margin: 0 auto
	}
}

@media only screen and (max-width: 782px) {
	.admin-bar #homepage-slider .img {
		height: calc(100vh - 46px);
		height: calc(100dvh - 46px)
	}
}

@media only screen and (max-width: 767px) {
	#homepage-header .container {
		padding-top: 110px
	}

	#bespoke-sticker {
		top: -25px;
		max-width: 140px
	}
}

@media only screen and (max-width: 767px),
only screen and (max-height:685px) {

	#homepage-header-content h1 {
		font-size: 56px;
		line-height: 1.1
	}

	#homepage-header-content .subheading {
		font-size: 24px
	}

	#homepage-header-content .desc {
		font-size: 14px;
		line-height: 1.6
	}

	.homepage-img-txt {
		padding: 60px 15px
	}

	.homepage-img-txt .container {
		grid-template-columns: 1fr;
		gap: 30px
	}

	#homepage-blue-info-boxes {
		padding: 60px 15px
	}

	#homepage-blue-info-boxes .container {
		grid-template-columns: 1fr;
		gap: 15px;
		max-width: 310px
	}

	#homepage-grey-info-boxes {
		padding: 60px 15px
	}

	#homepage-grey-info-boxes .container {
		grid-template-columns: 1fr;
		gap: 15px;
		max-width: 310px
	}

	#homepage-testimonials {
		background-position: right center;
		padding: 0
	}

	#homepage-testimonials .container-lg {
		display: block
	}

	#homepage-testimonials-wrapper,
	.homepage-testimonial blockquote,
	.homepage-testimonial-quote-author,
	#homepage-testimonials .col-1-wrapper,
	#homepage-testimonials .col-1 {
		width: 100%;
		max-width: 100%;
		display: block;
		min-height: auto
	}

	#homepage-testimonials .col-1 {
		padding: 60px 15px;
		background-size: cover
	}

	.blog-post-grid {
		padding: 60px 15px 30px
	}

	.blog-post-grid .container {
		grid-template-columns: 1fr;
		gap: 35px;
		max-width: 305px
	}
}

@media only screen and (max-width: 360px) {
	#homepage-header-content h1 {
		font-size: 40px;
		line-height: 1
	}

	#homepage-header-content .subheading {
		font-size: 22px;
		padding: 15px 0
	}

	#homepage-header-content .desc {
		padding-top: 15px
	}

	#homepage-header-content .prop-search-form input[type="text"],
	#homepage-header-content .prop-search-form input[type="submit"] {
		height: 50px
	}

	#homepage-slider .owl-dots {
		bottom: 4%
	}
}

/* - - - - - - - - - - HOMEPAGE - END - - - - - - - - - - - */





/* - - - - - - - - - - LOCATION - START - - - - - - - - - - */

#location-header {
	background: var(--teal);
	color: #FFFFFF;
	padding: 35px 15px 0
}

#location-header h1 {
	margin: 0;
	line-height: 1.4;
	font-size: 23px;
	padding: 0 0 3px
}

#location-location-share {
	display: grid;
	grid-template-columns: auto auto;
	padding: 0 0 15px;
	font-size: 14px
}

#location-share {
	text-align: right
}

#location-share a {
	font-size: 13px
}

#image-grid-wrapper {
	position: relative;
	padding-bottom: 50px;
}

#image-grid-buttons {
	position: absolute;
	bottom: 60px;
	right: 10px;
	width: 150px;
	font-size: 12px
}

#image-grid-buttons a {
	background: #FFFFFF;
	color: var(--black);
	text-decoration: none;
	display: block;
	text-align: center;
	margin-top: 10px;
	padding: 5px;
	-webkit-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.1)
}

#image-grid-buttons a:hover {
	background: #f4f4f4
}

#image-grid {
	display: grid;
	gap: 10px;
	min-height: 400px
}

#image-grid .item {
	overflow: hidden
}

#image-grid .item img {
	object-fit: cover;
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 5px;
}

#image-grid .item-1 {
	grid-column-start: 1;
	grid-column-end: 3;
	grid-row-start: 1;
	grid-row-end: 5
}

#image-grid .item-2 {
	grid-column-start: 3;
	grid-column-end: 4;
	grid-row-start: 1;
	grid-row-end: 3
}

#image-grid .item-3 {
	grid-column-start: 4;
	grid-column-end: 5;
	grid-row-start: 1;
	grid-row-end: 3
}

#image-grid .item-4 {
	grid-column-start: 3;
	grid-column-end: 4;
	grid-row-start: 3;
	grid-row-end: 5
}

#image-grid .item-5 {
	grid-column-start: 4;
	grid-column-end: 5;
	grid-row-start: 3;
	grid-row-end: 5
}

#location-intro {
	background: #ffffff;
	padding: 60px 15px 90px;
	position: relative
}

#location-intro-txt {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 60px;
	margin-bottom: 70px
}

#location-intro p {
	margin-top: 0;
	font-size: .9rem;
	line-height: 2rem
}

#location-intro .btns {
	display: flex;
	justify-content: center;
	gap: 15px;
	flex-wrap: wrap
}

#location-intro .btn-instructions {
	display: block;
	padding: 30px 0 0;
	max-width: 600px;
	margin: 0 auto;
	font-style: italic;
	text-align: center;
	font-size: 15px
}

#enquiry-form {
	border-radius: 5px;
	padding-bottom: 40px;
	box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.025);
	background: #FFFFFF;
	border: solid 1px #eeeeee
}

#enquiry-form h3 {
	font-family: "Cinzel", serif;
	font-weight: 400;
	text-align: center;
	font-size: 21px;
	margin-top: 0
}

#enquiry-form .frm_submit {
	text-align: center;
	padding-top: 15px
}

.info-section .container {
	display: flex;
	gap: 6%
}

.info-section .col {
	width: 47%
}

.info-section p {
	font-size: 15px;
	line-height: 30px;
	font-weight: 300
}

.info-section .button {
	margin-top: 10px
}

#property-features-single {
	padding: 70px 15px 75px
}

#property-features-single h2 {
	margin: 0 0 45px
}

.property-features {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 25px
}

.property-features li {
	display: flex;
	margin: 0;
	padding: 0;
	align-items: center;
	gap: 15px;
	font-size: 17px
}

.property-features .icon {
	min-width: 46px
}

.property-features img {
	display: block;
	max-width: 30px;
	height: auto;
	margin: 0 auto
}

.property-features img.gym {
	max-width: 24px
}

.property-features img.kitchen {
	max-width: 20px
}

.property-features img.lockers {
	max-width: 24px
}

.property-features img.onsite-cafe {
	max-width: 26px
}

.property-features img.phone-booths {
	max-width: 24px
}

.property-features img.reception {
	max-width: 28px
}

.property-features img.roof-terrace {
	max-width: 22px
}

#prop-single-info-section-2 {
	padding: 90px 15px 45px
}

#prop-single-info-section-2 .container {
	align-items: center
}

#location-map {
	padding: 60px 15px 15px
}

#location-map h2 {
	margin: 0
}

#location-map p {
	margin: 0;
	font-size: 14px
}

#map_wrapper {
	height: 525px;
	margin: 25px 0 60px;
	width: 100%
}

#map_canvas {
	width: 100%;
	height: 100%
}

#map_wrapper .gm-style .gm-style-iw-c {
	border-radius: 0
}

#map_wrapper .gm-ui-hover-effect>span {
	background-color: #929292
}

#map_wrapper .pop-up-styling {
	max-width: 180px;
	font-family: "Cinzel", serif;
	padding-left: 5px
}

#map_wrapper .pop-up-styling img {
	max-width: 100%;
	height: auto
}

#map_wrapper .pop-up-styling h3 {
	font-size: 14px;
	margin: 9px 0 12px;
	font-family: "Cinzel", serif;
	font-weight: 400;
	text-align: center;
}

#map_wrapper .pop-up-styling p {
	font-size: 12px;
	margin: 0
}

#map_wrapper .pop-up-styling p.first {
	margin: 7px 0 10px
}

#map_wrapper .pop-up-styling p a {
	text-decoration: none;
	font-weight: 700;
	font-size: 13px
}

#map_wrapper .pop-up-txt {
	padding: 0 15px
}

#map_wrapper .pop-up-styling .button {
	padding-left: 15px;
	padding-right: 15px;
	font-size: 14px;
	width: 100%;
	text-align: center;
	font-weight: 300;
	margin-bottom: 3px
}

.client-logos {
	margin: 55px 0 45px;
	padding-left: 15px;
	padding-right: 15px
}

.client-logos h2 {
	margin: 0 0 10px
}

.logo-slider .logo-slider-item {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100px
}

@media only screen and (max-width: 1024px) {
	#locations-index {
		grid-template-columns: 1fr 1fr
	}

	#location-intro-txt {
		grid-template-columns: 1fr;
		gap: 30px
	}
}

@media only screen and (max-width: 767px) {
	#locations-index {
		grid-template-columns: 1fr
	}

	.locations-template-default main.site-main {
		padding: 100px 0 0
	}

	#location-intro .container {
		display: flex;
		flex-direction: column
	}

	#location-intro {
		padding: 45px 15px 45px
	}

	#location-intro p {
		max-width: 100%
	}

	#property-features-single {
		padding: 55px 15px 60px
	}

	.property-features {
		grid-template-columns: 1fr
	}

	#prop-single-info-section-2 {
		padding: 60px 15px 0
	}

	.info-section .container {
		flex-direction: column;
		gap: 30px
	}

	.info-section .col {
		width: 100%
	}

	#map_wrapper .pop-up-styling {
		max-width: 160px
	}

	#map_wrapper .pop-up-styling img {
		height: 60px;
		width: 100%;
		object-fit: cover;
	}

	#map_wrapper .pop-up-styling h3 {
		font-size: 13px;
		margin: 0px 0 5px;
	}

	#map_wrapper .pop-up-styling .button {
		font-size: 12px;
		padding-top: 7px;
		padding-bottom: 7px;
	}
}

@media print {
	#location-header {
		/*		color: #000000;*/
		color: #252b67;
		padding: 0;
		background: none
	}

	#location-share,
	#image-grid-buttons {
		display: none
	}

	#image-grid-wrapper {
		padding-bottom: 0
	}

	#location-intro {
		padding: 0
	}

	#location-intro h2 {
		margin-bottom: 10px;
		margin-top: 25px
	}

	#location-intro p {
		font-size: 10pt;
		line-height: 16pt
	}

	#location-intro-txt {
		grid-template-columns: 1fr;
		margin-bottom: 10px
	}

	#location-intro-txt .col-r,
	#location-intro .btns,
	#location-intro .btn-instructions {
		display: none
	}

	#property-features-single {
		padding: 0;
		background: none
	}

	#property-features-single h2 {
		margin-bottom: 25px
	}

	.property-features li {
		font-size: 10pt;
		gap: 10px
	}

	#prop-single-info-section-2 {
		display: none
	}

	#location-map {
		padding: 0
	}

	.location-template #homepage-testimonials-container {
		display: none
	}
}

/* - - - - - - - - - - LOCATION - END - - - - - - - - - - - */





/* - - - - - - - - - - LOCATION SEARCH - START - - - - - - - - - - */

.search-wrapper {
	padding: 0;
	display: flex;
	position: relative;
}

.search-wrapper .prop-list-wrapper {
	width: calc((303px * 3) + (35px * 4));
}

.search-wrapper .prop-list-wrapper .post-list.property {
	gap: 35px;
}

.search-wrapper .prop-list-wrapper .post-list.property .property-single .property-inner {
	padding: 20px 15px 25px;
}

.search-wrapper #map_wrapper {
	margin: 0;
	width: calc(100% - ((303px * 3) + (35px * 4)));
	order: 2;
	display: flex;
	height: auto;
}

.search-wrapper #map_canvas {
	width: 100%;
	height: 100dvh;
	position: sticky !important;
	top: 0;
	border-radius: 5px;
}

/* 3 column layout */
.search-wrapper .prop-list-wrapper {
	width: calc((303px * 3) + (35px * 4));
}

.search-wrapper #map_wrapper {
	width: calc(100% - ((303px * 3) + (35px * 4)));
}

/* 4 column layout */
.search-wrapper .prop-list-wrapper {
	width: calc((303px * 4) + (35px * 5));
}

.search-wrapper #map_wrapper {
	width: calc(100% - ((303px * 4) + (35px * 5)));
}


.search-term {
	padding: 15px 0 0;
	display: block;
	color: #ffffff
}

#property-search-form {
	padding: 165px 15px 70px;
	margin-bottom: 90px;
	position: relative
}

#property-search-form .container {
	max-width: 650px
}

#property-search-form h1 {
	margin: 0 0 25px
}

#property-search-video-bg {
	width: 100%;
	height: 360px;
	position: relative;
	margin-bottom: 35px;
	opacity: 0
}

#property-search-video-bg .video-bg {
	width: 100%;
	height: 100%
}

#property-search-video-bg .video-bg video {
	object-position: center center;
	opacity: 0.8
}

#property-search-video-bg h1 {
	color: #FFFFFF
}

#property-search-video-bg #property-search-form {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0
}

#property-search-video-bg #property-search-form {
	margin-bottom: 0
}

/*
@media only screen and (max-width: 1535px) {
    .search-wrapper .prop-list-wrapper {width: calc( (303px * 2) + (35px * 3) );}
    .search-wrapper #map_wrapper { width: calc(100% - ( (303px * 2) + (35px * 3) ));}
}*/

@media only screen and (max-width: 1024px) {
	.search-wrapper .prop-list-wrapper {
		width: calc((303px * 1) + (35px * 2));
	}

	.search-wrapper #map_wrapper {
		width: calc(100% - ((303px * 1) + (35px * 2)));
	}
}

@media only screen and (max-width: 767px) {

	.search-wrapper {
		flex-wrap: wrap;
		row-gap: 30px;
	}

	.search-wrapper .prop-list-wrapper {
		width: 100%;
		/*padding: calc(40dvh + 20px) 20px 0;*/
		order: 2;
	}

	.search-wrapper .prop-list-wrapper .post-list.property .property-single .property-inner {
		padding: 15px 10px 20px;
	}

	/*.search-wrapper #map_wrapper {width: 100dvw; position: absolute; top:0; transition: top 0.3s; z-index: 100;}*/
	/*.search-wrapper #map_canvas {width: 100%; height: 40dvh; position: relative !important; top: auto;}*/
	.search-wrapper #map_wrapper {
		order: 1;
		width: 100dvw;
		height: 375px;
	}

	.search-wrapper #map_canvas {
		width: 100%;
		height: 375px;
		position: relative !important;
	}


	#property-search-form {
		padding: 110px 15px 40px
	}

	#property-search-form h1 {
		margin: 0 0 15px;
		font-size: 26px
	}

	#property-search-video-bg {
		height: 265px;
		margin-bottom: 0
	}
}


@media (max-width:2140px) and (min-width:768px) {
	.search-wrapper .prop-list-wrapper {
		width: 60%;
	}

	.post-list.property .property-single {
		width: calc(25% - 46px);
	}

	.search-wrapper .prop-list-wrapper .post-list.property .property-single .property-inner {
		padding: 10% 7%;
	}

	.post-list.property .property-single .property-inner h3 {
		font-size: 1.15em;
	}

	.post-list.property .property-single .property-inner p {
		font-size: 0.8rem;
	}

	.search-wrapper #map_wrapper {
		width: 40%;
	}

}

@media (max-width:1799px) and (min-width:768px) {
	.search-wrapper .prop-list-wrapper .post-list.property {
		gap: 2.5%;
	}

	.post-list.property .property-single {
		width: 22%;
		margin-bottom: 30px;
	}
}

@media (max-width:1380px) and (min-width:768px) {
	.search-wrapper .prop-list-wrapper .post-list.property {
		gap: 3%;
	}

	.post-list.property .property-single {
		width: 29.33333%;
		margin-bottom: 30px;
	}
}

@media (max-width:1150px) and (min-width:768px) {
	.search-wrapper .prop-list-wrapper .post-list.property {
		gap: 2%;
	}

	.post-list.property .property-single {
		width: 46%;
		margin-bottom: 30px;
	}
}





/* - - - - - - - - - - LOCATION SEARCH - END - - - - - - - - - - - */





/* - - - - - - - - - - BLOG - START - - - - - - - - - - */

.blog-header {
	background: var(--teal);
	padding: 70px 15px 240px;
	text-align: center;
	color: #FFFFFF
}

.blog-header .container {
	max-width: 900px
}

.blog-header h1 {
	margin-top: 0
}

.blog-header p {
	font-weight: 300;
	line-height: 1.8;
	font-size: 15px
}

.blog-wrapper-index {
	padding: 0 15px 75px;
	transform: translateY(-200px);
	margin-bottom: -200px
}

.blog-wrapper .row {
	display: grid;
	grid-template-columns: 4fr 2fr;
	gap: 55px;
	padding: 0
}

.blog-wrapper main {
	min-width: 700px
}

.blog-wrapper main h2 {
	margin: 15px 0 15px
}

.blog-wrapper main h2 a {
	text-decoration: none
}

.blog-wrapper-index .post {
	margin-bottom: 90px
}

.blog-wrapper-index .post:last-child {
	margin-bottom: 0
}

.blog-wrapper-index .post-thumbnail {
	display: block
}

.blog-wrapper-index .entry-wrapper {
	padding: 20px 0 0
}

.blog-wrapper-index img {
	border-radius: 5px;
	display: block
}

.blog-wrapper-index h2 {
	margin: 0 0 15px
}

.blog-wrapper-index h2 a {
	text-decoration: none
}

.blog-wrapper-index .entry-content p {
	margin-bottom: 25px
}

.blog-wrapper aside {
	margin: 0;
	background: #ffffff;
	padding: 30px;
	border-radius: 5px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1)
}

.blog-wrapper aside .widget {
	padding: 0 0 45px
}

.blog-wrapper aside .widget:last-child {
	padding-bottom: 0
}

.blog-wrapper aside h2 {
	margin: 0 0 20px;
	line-height: 1;
	font-size: 24px
}

.blog-wrapper aside ul {
	list-style: none;
	padding: 0;
	margin: 0
}

.blog-wrapper aside ul li {
	padding: 5px 0;
	margin-top: 5px
}

.blog-wrapper aside a {
	font-size: 17px;
	text-decoration: none;
	color: var(--orange);
	font-weight: 600
}

.blog-featured-img-wrapper {
	padding: 60px 30px;
	background: var(--teal);
	position: relative
}

.blog-wrapper-single .container {
	max-width: 800px
}

.blog-wrapper-single .entry-wrapper {
	padding: 75px 30px
}

.blog-wrapper-single .entry-content {
	margin: 0
}

.blog-wrapper-single h1 {
	margin-top: 0
}

.blog-wrapper-single .entry-content p {
	font-weight: 300;
	font-size: 15px;
	line-height: 1.9;
	margin: 40px 0
}

.blog-wrapper-single .entry-content p:first-child {
	font-weight: 500;
	font-size: 1.2em
}

.blog-wrapper-single .entry-meta {
	font-size: 12px;
	font-weight: 300;
	margin: 20px 0 0
}

.blog-wrapper-single .entry-meta a {
	text-decoration: none;
	font-weight: 400
}

.blog-back-btn,
.blog-back-btn:visited {
	font-weight: 700;
	color: var(--orange);
	text-transform: uppercase;
	text-decoration: none;
	font-size: 15px
}

#blog-single-related-posts {
	padding: 75px 15px
}

@media only screen and (max-width: 1024px) {
	.blog-wrapper .row {
		gap: 60px
	}

	.blog-wrapper main {
		min-width: 475px
	}

	.blog-wrapper aside {
		min-width: 200px
	}
}

@media only screen and (max-width: 767px) {
	.blog-header {
		padding: 30px 15px
	}

	.blog-wrapper-index {
		padding: 0 15px;
		transform: translateY(0px);
		margin-bottom: 0px;
		margin-top: 30px
	}

	.blog-wrapper .row {
		display: block;
		padding: 30px 0 0
	}

	.blog-wrapper main,
	.blog-wrapper aside {
		min-width: 100%
	}

	.blog-wrapper-index .post,
	.blog-wrapper-index .post:last-child {
		margin-bottom: 60px
	}

	.blog-featured-img-wrapper {
		padding: 30px 20px
	}

	.blog-wrapper-single .entry-wrapper {
		padding: 75px 20px
	}
}


/* - - - - - - - - - - BLOG - END - - - - - - - - - - - */





/* - - - - - - - - - - SITEMAP - START - - - - - - - - - - */

.page-template-template-sitemap .page {
	padding: 25px 15px
}

.page-template-template-sitemap .page h2 {
	margin: 20px 0 15px
}

.page-template-template-sitemap .page ul {
	padding: 0 0 0 20px;
	margin: 0
}

.page-template-template-sitemap .page ul li {
	padding: 5px 0
}

.page-template-template-sitemap .page ul li a {
	text-decoration: none;
	font-weight: 300
}

.page-template-template-sitemap .page h3 {
	margin: 0 0 10px;
	font-weight: 400
}

.page-template-template-sitemap .page .sitemap-posts ul {
	padding-bottom: 30px
}

.pages-sitemap ul,
.location-sitemap ul {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	column-gap: 75px;
	row-gap: 10px
}

.location-sitemap,
.pages-sitemap {
	padding: 0 0 30px
}

@media only screen and (max-width: 1024px) {
	.page-template-template-sitemap .page .row {
		gap: 75px
	}
}

@media only screen and (max-width: 767px) {

	.pages-sitemap ul,
	.location-sitemap ul {
		grid-template-columns: 1fr
	}
}

/* - - - - - - - - - - SITEMAP - END - - - - - - - - - - - */





/* - - - - - - - - - - CONTACT US - START - - - - - - - - - - */

#contact-header {
	padding: 100px 15px 225px;
	text-align: center
}

#contact-header .container {
	max-width: 825px
}

#contact-header h1 {
	margin: 0 0 25px
}

#contact-header p {
	line-height: 2;
	font-size: 14px
}

#contact-content {
	margin-bottom: -265px
}

#contact-content .form-container {
	transform: translateY(-265px);
	background: #FFFFFF;
	padding: 60px;
	border-radius: 10px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	max-width: 825px;
	margin: 0 auto
}

#contact-content .frm_form_fields .frm_fields_container {
	grid-template-columns: repeat(2, 1fr);
	row-gap: 10px;
	column-gap: 30px;
	grid-auto-rows: max-content
}

#contact-content .frm_fields_container>* {
	grid-column: auto
}

#contact-content #frm_field_5_container,
#contact-content #frm_field_8_container,
#contact-content .frm_submit {
	grid-column: 1 / -1
}

#contact-content #frm_field_8_container {
	padding-top: 15px
}

#contact-content .frm_checkbox label {
	display: flex;
	gap: 10px
}

#contact-content .frm_submit {
	padding-top: 45px;
	text-align: center
}

#contact-recent-posts {
	padding-top: 0
}

#contact-recent-posts .blog-post-grid {
	padding-top: 45px
}

@media only screen and (max-width: 1024px) {
	#contact-header {
		padding-top: 60px
	}

	#contact-recent-posts .blog-post-grid {
		padding-top: 0;
		padding-bottom: 0
	}
}

@media only screen and (max-width: 767px) {
	#contact-content .form-container {
		padding: 30px 30px 45px
	}

	#contact-content .frm_form_fields .frm_fields_container {
		grid-template-columns: 1fr
	}

	#contact-content .frm_fields_container>* {
		grid-column: auto !important
	}

	#contact-content .frm_checkbox label {
		flex-direction: column
	}
}

/* - - - - - - - - - - CONTACT US - END - - - - - - - - - - - */





/* - - - - - - - - - - FLIPBOOK PAGE - START - - - - - - - - - - */

#mynextoffice-flipbook-spacer {
	height: 115px;
	display: block;
	height: 100px;
	width: 100%
}

.single-3d-flip-book .fb3d-default-page {
	margin: 0 auto 45px;
	padding: 0 30px
}

/* - - - - - - - - - - FLIPBOOK PAGE - END - - - - - - - - - - - */





/* - - - - - - - - - - REGISTER MY SPACE - START - - - - - - - - - - */

#register-header {
	padding: 60px 30px 75px;
	text-align: center;
	position: relative
}

#register-header h1 {
	margin-top: 0
}

#register-header p {
	line-height: 1.8
}

#register-header p:last-child {
	margin-bottom: 0
}

#register-content .form-container {
	background: #FFFFFF;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	padding: 20px 60px 60px
}

#register-content h2 {
	margin: 30px 0 10px
}

#register-content .frm_form_fields .frm_fields_container {
	grid-template-columns: repeat(2, 1fr);
	row-gap: 10px;
	column-gap: 30px;
	grid-auto-rows: max-content
}

#register-content .frm_fields_container>* {
	grid-column: auto
}

#register-content #frm_field_13_container,
#register-content #frm_field_14_container,
#register-content #frm_field_15_container,
#register-content #frm_field_16_container,
#register-content #frm_field_19_container,
#register-content #frm_field_20_container,
#register-content #frm_field_21_container,
#register-content #frm_field_22_container,
#register-content #frm_field_23_container,
#register-content #frm_field_24_container,
#register-content #frm_field_25_container,
#register-content #frm_field_26_container,
#register-content #frm_field_27_container,
#register-content #frm_field_28_container,
#register-content #frm_field_29_container,
#register-content #frm_field_45_container,
#register-content .frm_submit {
	grid-column: 1 / -1
}

#register-content .frm_opt_container {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	row-gap: 15px;
	column-gap: 30px
}

#register-content .frm_checkbox label {
	display: flex;
	gap: 10px
}

#register-content .frm_dropzone.frm_single_upload {
	max-width: 100%
}

#register-content .frm_dropzone .frmsvg {
	max-width: 50px
}

#register-content .frm_dropzone .frm_upload_text {
	display: block
}

#register-content .frm_submit {
	padding-top: 30px;
	text-align: center
}

@media only screen and (max-width: 1024px) {
	#register-content .frm_opt_container {
		grid-template-columns: repeat(2, 1fr)
	}
}

@media only screen and (max-width: 767px) {
	#register-header {
		padding: 35px 15px 50px
	}

	#register-content .form-container {
		padding: 10px 30px 40px
	}

	#register-content .frm_form_fields .frm_fields_container {
		grid-template-columns: 1fr
	}

	#register-content .frm_opt_container {
		grid-template-columns: 1fr
	}

	#register-content .frm_fields_container>* {
		grid-column: auto !important
	}
}

/* - - - - - - - - - - REGISTER MY SPACE - END - - - - - - - - - - - */





/* - - - - - - - - - - BESPOKE PAGE - START - - - - - - - - - - */

.page-template-template-bespoke header.site-header,
.page-template-template-bespoke footer.site-footer {
	background: var(--orange)
}

.page-template-template-bespoke footer.site-footer hr {
	background-color: var(--teal)
}

.page-template-template-bespoke #footer-newsletter button {
	background-color: var(--teal)
}

.page-template-template-bespoke #footer-newsletter button:hover {
	background-color: var(--lightteal)
}

#bespoke-page-title video {
	opacity: 0.6
}

#bespoke-page-title img {
	max-width: 600px;
	height: auto;
	display: block;
	width: 100%
}

.page-template-template-bespoke h1 {
	font-size: 26px;
	margin-top: 0
}

.page-template-template-bespoke .info-section .container {
	gap: 8%;
	align-items: center
}

.page-template-template-bespoke .info-section .col {
	width: 46%
}

#bespoke-info-section-1 {
	padding: 86px 15px 90px
}

@media only screen and (max-width: 767px) {
	#bespoke-info-section-1 {
		padding-top: 35px;
	}
}

.features-section {
	padding: 75px 15px 80px
}

.features-section h2 {
	display: block;
	text-align: center;
	margin: 0 0 50px;
	line-height: 1;
	font-size: 28px
}

.features-section .container {
	display: flex;
	gap: 10%
}

.features-section .container .col {
	width: 45%;
	display: flex;
	flex-direction: column;
	gap: 50px
}

.features-section .item h3 {
	/*	color: var(--green);*/
	color: var(--orange);
	font-family: "Cinzel", serif;
	font-weight: 400;
	margin: 0 0 15px
}

.features-section .item p {
	font-size: 14px;
	line-height: 2.35;
	margin: 0
}

.cross-fade-img {
	background-size: cover;
	background-position: center center;
	margin-left: -20px;
	margin-top: -20px;
	border-radius: 5px;
	margin-right: 20px
}

.cross-fade-img img {
	opacity: 1;
	transition: opacity 1s;
	margin-left: 0;
	margin-right: 0
}

.cross-fade-img.fade img {
	opacity: 0
}

#bespoke-info-section-2 {
	padding: 90px 15px
}

#bespoke-ol-section-1 {
	padding: 70px 15px 75px
}

.ol-section {
	text-align: center
}

.ol-section h2 {
	margin: 0 0 30px;
	font-size: 28px
}

.ol-section ol {
	list-style: none;
	counter-reset: li;
	font-weight: 300;
	display: flex;
	flex-direction: column;
	font-size: 14px;
	gap: 13px;
	padding: 0 15px
}

.ol-section ol li::before {
	content: counter(li) ".";
	color: var(--orange);
	display: inline-block;
	width: 1.5em;
	margin-left: -1.5em;
	font-weight: 600
}

.ol-section ol li {
	counter-increment: li
}

.ol-section .button {
	margin-top: 35px
}

@media only screen and (max-width: 767px) {
	.page-template-template-bespoke main#primary {
		padding-top: 35px
	}

	#bespoke-info-section-1 {
		padding-bottom: 60px
	}

	#bespoke-info-section-1 .container {
		flex-direction: column-reverse
	}

	.page-template-template-bespoke .info-section .container {
		gap: 30px
	}

	.page-template-template-bespoke .info-section .col {
		width: 100%
	}

	.features-section {
		padding: 60px 15px 65px
	}

	.features-section h2 {
		margin: 0 0 30px
	}

	.features-section .container {
		flex-direction: column;
		gap: 50px
	}

	.features-section .container .col {
		width: 100%
	}

	#bespoke-info-section-2 {
		padding: 60px 15px
	}

	#bespoke-info-section-2 .container {
		flex-direction: column-reverse
	}

	#bespoke-ol-section-1 {
		padding: 55px 15px 60px
	}
}

/* - - - - - - - - - - BESPOKE PAGE - END - - - - - - - - - - - */