/*!
Theme Name: laketahoe
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: laketahoe
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.

laketahoe 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.
 */
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,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

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

p {
	margin: 0;
}

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: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

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

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

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

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

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

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

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

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

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

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

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

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

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

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

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

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

.main-navigation li {
	position: relative;
}

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

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

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

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

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

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

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

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

.post {
	margin: 0 0 1.5em;
}

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

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

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

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

.bypostauthor {
	display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

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

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

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

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

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

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

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

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

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

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

	/*rtl:ignore*/
	float: left;

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

.alignright {

	/*rtl:ignore*/
	float: right;

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

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

/* Flipper on home page */
:not(.vcv-wb-editor) .flip-card {
	background-color: transparent;
	width: 300px;
	height: 200px;
	border: 1px solid #f1f1f1;
	perspective: 1000px;
}

:not(.vcv-wb-editor) .flip-card-inner {
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
	transition: transform 0.8s;
	transform-style: preserve-3d;
}

:not(.vcv-wb-editor) .flip-card:hover .flip-card-inner {
	transform: rotateY(180deg);
}

:not(.vcv-wb-editor) .flip-card-front, :not(.vcv-wb-editor) .flip-card-back {
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

:not(.vcv-wb-editor) .flip-card-front {
	background-color: #bbb;
	color: black;
}

:not(.vcv-wb-editor) .flip-card-back {
	background-color: dodgerblue;
	color: white;
	transform: rotateY(180deg);
}

/* Common styles */
@font-face {
	font-family: 'poppins';
	src: url('./fonts/poppins-regular-webfont.woff2') format('woff2'),
	url('./fonts/poppins-regular-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'poppins_light';
	src: url('./fonts/poppins-light-webfont.woff2') format('woff2'),
	url('./fonts/poppins-light-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'poppins_bold';
	src: url('./fonts/poppins-bold-webfont.woff2') format('woff2'),
	url('./fonts/poppins-bold-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

.container, .section {
	max-width: 1405px;
	padding: 0 20px;
	margin: 0 auto !important;
}

.mobile {
	display: none;
}

#vcv-editor .mobile {
	display: block;
}

#page.site {
	overflow: hidden;
}

/* END Common styles */

/* Header */
.site-header.regular .menu-section.mobile {
	display: none;
}

.site-header.regular .menu-section.desktop {
	display: block;
	max-width: unset;
}

.site-header.homepage .header-section {
	min-height: 750px;
	height: calc(100vh - 140px);
}

.site-header.homepage .menu-section,
.site-header.regular .menu-section {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 23px 0 0;
	max-width: 920px;
	margin: 0 auto;
}

.site-header.homepage .menu-section .menu-item {
	font-size: 28px;
	letter-spacing: 1px;
	line-height: 27px;
	color: #ffffff;
	font-family: "poppins_bold";
	text-align: center;
	text-decoration: none;
}

.site-header.homepage .menu-section .logo,
.site-header.regular .menu-section .logo {
	max-width: 210px;
	display: block;
}

.site-header.homepage .promo-section {
	max-width: 716px;
	margin: 156px 49px 0 0;
	padding: 44px 84px 44px 54px;
	float: right;
	border-radius: 3px;
	background-color: rgba(255, 255, 255, 0.5);
}

.site-header.homepage .promo-section .promo-section-title {
	font-size: 42px;
	letter-spacing: 0.3px;
	line-height: 40px;
	color: #012244;
	font-family: "poppins_bold";
}

.site-header.homepage .promo-section .promo-section-description {
	font-size: 18px;
	padding: 19px 0;
	line-height: 26px;
	color: #2e3655;
	font-family: "poppins_light";
}

.site-header.homepage .promo-section .promo-section-actions .action-item {
	margin: 13px 30px 0 0;
	width: 200px;
	display: inline-block;
	border-radius: 3px;
	font-size: 20px;
	line-height: 64px;
	font-weight: 600;
	font-family: "poppins_bold";
	text-align: center;
	text-decoration: none;
}

.site-header.homepage .promo-section .promo-section-actions .action-item:nth-child(odd) {
	background-color: #c7dcd9;
	color: #398a7c;
}

.site-header.homepage .promo-section .promo-section-actions .action-item:nth-child(even) {
	background-color: #cdd1e3;
	color: #012244;
}

.site-header.homepage .learn-section {
	height: 140px;
	background-color: #e5e8f1;
	display: flex;
	align-items: center;
	justify-content: center;
}

.site-header.homepage .learn-section .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 990px;
	width: 100%;
}

.site-header.homepage .learn-section .learn-section-title {
	font-size: 36px;
	line-height: 29px;
	color: #012244;
	font-family: "poppins_bold";
	text-align: center;
}

.site-header.homepage .learn-section .learn-section-action {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 261px;
	height: 62px;
	border-radius: 3px;
	background-color: #012244;
	font-size: 23px;
	line-height: 21px;
	color: #e5e8f1;
	font-family: "poppins_bold";
	text-align: center;
	text-decoration: none;
}

.sticky-header.homepage {
	display: none;
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 115px;
	background-color: #ffffff;
	filter: drop-shadow(0px -5px 8px rgba(21, 34, 99, 0.4));
	transition: box-shadow .2s;
}

.site-header.regular {
	height: 115px;
}

.sticky-header.homepage .menu-section.mobile {
	display: none;
}

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

.sticky-header.homepage .logo,
.site-header.regular .logo {
	max-width: 171px;
	max-height: 93px;
	margin: 10px 0 5px 23px;
}

.sticky-header.homepage .menu-section,
.sticky-header.homepage .menu-section ul,
.site-header.regular .menu-section.desktop,
.site-header.regular .menu-section.desktop ul {
	margin: 0;
	padding: 0;
}

.sticky-header.homepage .menu-section,
.site-header.regular .menu-section {
	width: 100%;
}

.sticky-header.homepage .menu-section ul,
.site-header.regular .menu-section.desktop ul {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.sticky-header.homepage .menu-section ul li,
.site-header.regular .menu-section.desktop ul li {
	list-style: none;
	margin-left: 68px;
}

.sticky-header.homepage .menu-section ul li a,
.site-header.regular .menu-section.desktop ul li a {
	font-size: 24px;
	letter-spacing: 1px;
	line-height: 27px;
	color: #012244;
	font-family: "poppins_bold";
	text-align: center;
	text-decoration: none;
}

.sticky-header.homepage .menu-section ul li.contact-us-page {
	background-color: #012244;
}

.site-header.regular .menu-section.desktop ul li.contact-us-page {
	background-color: #5caa9d;
}

.sticky-header.homepage .menu-section ul li.contact-us-page a,
.site-header.regular .menu-section.desktop ul li.contact-us-page a {
	color: #ffffff;
	height: 47px;
	width: 254px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.sticky-button {
	position: fixed;
	z-index: 99;
	top: 50%;
	right: 0;
	margin-top: -90px;
	width: 118px;
	height: 181px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #5caa9d;
	font-size: 24px;
	line-height: 32px;
	color: #ffffff;
	font-weight: 800;
	font-family: "poppins_bold";
	text-decoration: none;
	writing-mode: tb-rl;
	transform: rotate(-180deg);
}

.sticky-button:hover, .sticky-button:focus, .sticky-button:active {
	color: #ffffff;
}

/* END Header */


/* Footer */
.site-footer .social-info-row {
	display: flex;
	align-items: center;
}

.site-footer .social-info-row .part {
	width: 50%;
}

.site-footer .social-info-row .phone-part {
	border-radius: 3px;
	background: #5caa9d;
}

.site-footer .social-info-row .phone-part .content {
	width: 551px;
	float: right;
	padding: 56px 0 36px;
}

.site-footer .social-info-row .phone-part .section-title {
	font-size: 44px;
	line-height: 29px;
	padding-left: 3px;
	color: #ffffff;
	font-family: "poppins_bold";
}

.site-footer .social-info-row .phone-part .section-info {
	font-size: 22px;
	line-height: 32px;
	color: #ffffff;
	margin: 24px 0 0;
	font-weight: 300;
	font-family: "poppins";
}

.site-footer .social-info-row .phone-part .section-info .phone {
	padding-right: 20px;
	letter-spacing: -0.6px;
	font-family: "poppins_light";
	border-right: 2px solid #fff;
}

.site-footer .social-info-row .phone-part .section-info .email {
	padding-left: 25px;
	font-size: 20px;
	letter-spacing: 1.6px;
	font-weight: bold;
	font-family: "poppins";
}

.site-footer .social-info-row .socials-part {
	background: #e5e8f1;
	padding: 41px 0 40px 80px;
}

.site-footer .social-info-row .socials-part a {
	text-decoration: none;
	margin-right: 25px;
}

.site-footer .footer-data {
	display: flex;
	margin: 35px 0 0;
	padding-bottom: 24px;
	border-bottom: 2px solid #e5e8f1;
}

.site-footer .footer-data .part {
	width: 50%;
}

.site-footer .footer-data .address-part .logo {
	width: 225px;
}

.site-footer .footer-data .address-part .addresses {
	margin: 20px 0 0;
	font-size: 22px;
	line-height: 32px;
	color: #2e3655;
	font-family: "poppins_light";
}

.site-footer .footer-data .address-part .addresses .title {
	font-weight: bold;
	font-family: "poppins";
}

.site-footer .footer-data .address-part .email {
	margin: 32px 0 0;
	font-size: 22px;
	letter-spacing: 0.4px;
	line-height: 32px;
	color: #012244;
	font-weight: bold;
	font-family: "poppins";
}

.site-footer .footer-data .menu-part .menu {
	padding: 22px 20px 0 0;
	margin: 0;
	list-style: none;
}

.site-footer .footer-data .menu-part .menu-item {
	text-align: right;
}

.site-footer .footer-data .menu-part .menu-item a {
	text-decoration: none;
	font-size: 26px;
	line-height: 50px;
	color: #012244;
	font-weight: 800;
	font-family: "poppins_bold";
}

.site-footer .footer-data .menu-part .subscribe-form {
	width: 370px;
	float: right;
	padding: 59px 20px 0 0;
}

.site-footer .footer-data .menu-part .subscribe-form .title {
	font-size: 26px;
	color: #5caa9d;
	font-family: "poppins_bold";
}

.site-footer .footer-data .menu-part .subscribe-form .gform_wrapper {
	margin: 0;
}

.site-footer .footer-data .menu-part .subscribe-form .gform_wrapper ul li.gfield {
	margin: 0;
	padding: 0;
	border: none !important;
}

.site-footer .footer-data .menu-part .subscribe-form .gform_wrapper.gform_validation_error ul li.gfield.gfield_error {
	max-width: 100% !important;
	width: 100% !important;
}

.site-footer .footer-data .menu-part .subscribe-form .gform_wrapper ul li.gfield .ginput_container,
.site-footer .footer-data .menu-part .subscribe-form .gform_wrapper ul li.gfield .ginput_container input {
	margin: 0;
}

.site-footer .footer-data .menu-part .subscribe-form .gform_wrapper ul li.gfield .ginput_container input {
	margin: 6px 0;
	padding: 10px 18px 4px;
	width: 100%;
	border: none !important;
	outline: none;
	background-color: #e5e8f1;
	font-size: 19px;
	height: 64px;
	color: #2e3655;
	font-weight: 400;
	font-family: "poppins";
}

.site-footer .footer-data .menu-part .subscribe-form .gform_wrapper .validation_message {
	padding: 0;
}

.site-footer .footer-data .menu-part .subscribe-form .gform_confirmation_message {
	padding: 10px 0 0;
}

.site-footer .footer-data .menu-part .subscribe-form .subscription-gravity-form {
	height: auto;
	overflow: hidden;
}

.site-footer .footer-data .menu-part .subscribe-form .subscription-gravity-form .validation_error {
	display: none;
}

.site-footer .footer-data .menu-part .subscribe-form .gform_wrapper .gform_body {
	width: 80%;
	float: left;
}

.site-footer .footer-data .menu-part .subscribe-form .gform_wrapper .gform_footer {
	width: 20%;
	float: left;
	clear: none;
	margin: 0;
	padding: 0;
}

.site-footer .footer-data .menu-part .subscribe-form .gform_wrapper .gform_footer input {
	margin: 6px 0;
	padding: 0;
	background: #5caa9d;
	color: #fff;
	border: none;
	outline: none;
	border-radius: 0;
	display: block;
	width: 100%;
	height: 64px;
	cursor: pointer;
}

.site-footer .copyright {
	font-size: 16px;
	letter-spacing: 1.9px;
	line-height: 58px;
	color: #2e3655;
	font-weight: 400;
	font-family: "poppins";
}

/* END Footer */

/* Home Page */
.section .section-title {
	font-size: 50px;
	line-height: 32px;
	letter-spacing: 0.4px;
	color: #012244;
	font-family: "poppins_bold";
}

.promo-section {
	padding: 55px 20px 40px;
}

.promo-section .promo-column.flip-section .vce-text-block-wrapper {
	margin: 0;
}

.promo-section .promo-column.flip-section .flip-card {
	width: 100%;
	height: 135px;
	margin-bottom: 22px;
	max-width: 619px;
	border: none;
	float: right;
}

.promo-section .promo-column.flip-section .flip-card .promo-flip-front {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 32px;
	color: #2e7c6f;
	font-weight: 500;
	font-family: "poppins";
	text-align: center;
	border-radius: 3px;
	background-color: #c7dcd9;
}

.promo-section .promo-column.flip-section .flip-card .promo-flip-back {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	border-radius: 3px;
	background-color: #cdd1e3;
	font-size: 20px;
	line-height: 25px;
	color: #012244;
	font-weight: 500;
	font-family: "poppins";
}

.promo-section .promo-column.text-section {
	margin: 119px 0 0;
}

.promo-section .promo-column.text-section .vce-col-content {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

.promo-section .promo-column.text-section .promo-title {
	margin-right: 36px;
	max-width: 545px;
	font-size: 35px;
	float: right;
	line-height: 39px;
	color: #2e3655;
	font-weight: 300;
	font-family: "poppins_light";
}

.promo-section .promo-column.text-section .promo-title > div {
	margin-bottom: 17px;
}

.promo-section .promo-column.text-section .promo-sub-title {
	margin-right: 35px;
	max-width: 545px;
	font-size: 35px;
	float: right;
	line-height: 39px;
	letter-spacing: -0.3px;
	color: #2e3655;
	font-weight: 300;
	font-family: "poppins_bold";
}

.partner-section {
	padding: 98px 50px 26px;
	border-top: 2px solid #e5e8f1;
}

.partner-section .description {
	padding: 7px 0 0;
	font-size: 22px;
	line-height: 32px;
	letter-spacing: -0.1px;
	color: #2e3655;
	font-weight: 300;
	font-family: "poppins";
}

.partner-section .description a {
	text-decoration: none;
	font-weight: bold;
	color: #2e3655;
	letter-spacing: 0.2px;
}

.partner-section .partner-columns {
	padding: 60px 0 0;
	max-width: 1220px;
	margin: 0 auto;
}

.partner-section .partner-column {
	padding: 0 15px;
}

.partner-section .partner-column .partner-column-title {
	margin: 3px 0 0;
	font-size: 42px;
	line-height: 32px;
	letter-spacing: 0.5px;
	color: #012244;
	font-family: "poppins_bold";
}

.partner-section .partner-column .partner-column-title > div,
.partner-section .partner-column .partner-column-description > div {
	margin: 0;
}

.partner-section .partner-column .partner-column-description {
	margin: 10px 0 0;
	font-size: 23px;
	letter-spacing: -0.5px;
	line-height: 32px;
	color: #012244;
	font-family: "poppins";
}

.testimonial-section {
	padding: 108px 20px 115px;
	border-top: 2px solid #e5e8f1;
}

.testimonial-section .section-title {
	padding: 0 30px;
	color: #5caa9d;
}

.testimonial-section .testimonial-columns {
	margin: 27px auto 0;
	max-width: 1365px;
}

.testimonial-section .testimonial-columns .slick-list {
	padding: 25px 0;
}

.testimonial-section .testimonial-columns > div {
	align-items: stretch;
	display: block;
}

.testimonial-section .testimonial-column {
	display: flex !important;
	border-radius: 3px;
	filter: drop-shadow(0px 11px 9px rgba(21, 34, 99, 0.58));
	background-color: #012244;
	padding: 60px 35px 22px;
	margin: 0 15px;
	outline: none;
}

.testimonial-section .testimonial-column > div {
	display: flex;
	flex-direction: column;
}

.testimonial-section .testimonial-column .vce-col-content {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.testimonial-section .testimonial-column .testimonial-text {
	font-size: 22px;
	line-height: 32.5px;
	color: #fefefe;
	font-weight: 300;
	font-family: "poppins";
}

.testimonial-section .testimonial-column .testimonial-author {
	font-size: 22px;
	letter-spacing: 0.5px;
	line-height: 23px;
	color: #5caa9d;
	font-family: "poppins_bold";
}

.testimonial-section .testimonial-column .testimonial-author > div {
	margin: 0;
}

.testimonial-section .testimonial-column .testimonial-author-position {
	font-size: 17px;
	letter-spacing: 2.6px;
	color: #fff;
	font-family: "poppins";
}

.testimonial-section .slick-prev:before, .testimonial-section .slick-next:before {
	content: unset;
}

.testimonial-section .slick-prev:hover, .testimonial-section .slick-next:hover,
.testimonial-section .slick-prev:focus, .testimonial-section .slick-next:focus,
.testimonial-section .slick-prev, .testimonial-section .slick-next {
	height: 42px;
	width: 26px;
	top: calc(50% - 10px);
	background-size: cover;
	background-image: url('./img/slider-arrows.png');
	background-repeat: no-repeat;
}

.testimonial-section .slick-prev {
	left: -7px;
}

.testimonial-section .slick-next {
	right: -7px;
	background-position: 100% 0 !important;
}

/* END Home Page */

/* Guest Page */
.intro-section {
	height: 675px;
}

.intro-section > .vce-row-content {
	align-content: flex-end !important;
}

.intro-section .intro-block {
	max-width: 733px;
	padding: 45px 25px 12px;
	margin: 0 auto 100px;
	border-radius: 3px;
	background-color: rgba(255, 255, 255, 0.6);
}

.intro-section .intro-block .intro-block-title {
	font-size: 42px;
	letter-spacing: 0.2px;
	line-height: 40px;
	color: #012244;
	font-family: "poppins_bold";
}

.intro-section .intro-block .intro-block-title > div {
	margin-bottom: 10px;
}

.intro-section .intro-block .intro-block-description {
	font-size: 18px;
	line-height: 26px;
	color: #2e3655;
	font-family: "poppins_light";
}

.intro-section .intro-block .intro-block-description > div {
	margin-bottom: 10px;
}

.intro-section .intro-block .intro-block-action {
	margin: 27px 0 0;
}

.intro-section .intro-block .intro-block-action .vce-button--style-basic-wrapper {
	width: 100%;
	max-width: 270px;
}

.intro-section .intro-block .intro-block-action a {
	display: block;
	width: 100%;
	border-radius: 3px;
	background-color: #7f87a9;
	font-size: 20px;
	line-height: 33px;
	color: #012244;
	font-weight: 600;
	font-family: "poppins";
	text-align: center;
}

.intro-section .intro-block .intro-block-action a:hover {
	background-color: #7f87a9;
	color: #012244;
}

.feature-section {
	max-width: 1405px !important;
	padding: 40px 0 42px;
}

.feature-section .section-title {
	font-size: 45px;
	letter-spacing: 0.2px;
	color: #012244;
	padding: 23px 0;
}

.feature-section .feature-columns {
	max-width: 1265px;
	margin: 30px auto;
}

.feature-section .feature-column .feature-column-image {
	height: 174px;
}

.feature-section .feature-column .feature-column-image > div {
	margin: 0;
}

.feature-section .feature-column .feature-column-description {
	font-size: 20px;
	line-height: 31px;
	color: #2e3655;
	font-family: "poppins_light";
	text-align: center;
	padding: 0 45px;
}

.feature-listing-section {
	padding: 115px 46px 6px;
}

.feature-listing-section .feature-listing-description {
	font-size: 22px;
	line-height: 32px;
	color: #012244;
	font-family: "poppins_light";
	padding: 14px 0 0;
}

.feature-listing-section .feature-listing-description a {
	font-size: 22px;
	color: #012244;
	text-decoration: none;
	font-family: "poppins_bold";
}

.feature-listing-section .feature-listing-description p {
	margin-bottom: 32px;
}

.testimonial-section.guest {
	border-top: unset;
	padding: 45px 17px 75px;
	margin: 0 auto !important;
}

.testimonial-section.guest .testimonial-columns {
	margin: 70px auto 15px;
	max-width: 1280px;
}

.testimonial-section.guest .testimonial-column {
	padding: 55px 20px 22px 33px;
}

.testimonial-section.guest .testimonial-column .testimonial-text {
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 24px;
}

.testimonial-section.guest .testimonial-column .testimonial-author {
	font-size: 20px;
	padding: 0 2px;
}

.testimonial-section.guest .testimonial-column .testimonial-author-position {
	font-size: 15px;
	padding: 0 2px;
}

.search-listing-section {
	height: 236px;
}

.search-listing-section > div {
	align-content: center !important;
	padding-top: 23px;
}

.search-listing-section .search-listing-title {
	font-size: 36px;
	line-height: 38px;
	color: #012244;
	font-family: "poppins_bold";
	text-align: center;
	float: right;
	padding-right: 79px;
	width: fit-content;
}

.search-listing-section .search-listing-action .vce-button--style-basic-wrapper {
	width: 100%;
	max-width: 261px;
	margin: 7px 20px;
}

.search-listing-section .search-listing-action a {
	display: block;
	width: 100%;
	border-radius: 3px;
	padding: 20px 0 17px;
	font-size: 24px;
	line-height: 26px;
	font-weight: 600;
	font-family: "poppins";
	text-align: center;
}

.search-listing-section .search-listing-action a:hover {
	background-color: #cdd1e3;
	color: #012244;
}

.villas-posts-section {
	max-width: 1280px;
	margin: 0 auto;
	padding: 80px 0 0;
}

.villas-posts-section .slick-prev:before, .villas-posts-section .slick-next:before {
	content: unset;
}

.villas-posts-section .slick-prev:hover, .villas-posts-section .slick-next:hover,
.villas-posts-section .slick-prev:focus, .villas-posts-section .slick-next:focus,
.villas-posts-section .slick-prev, .villas-posts-section .slick-next {
	height: 36px;
	width: 22px;
	top: calc(50% + 30px);
	background-size: cover;
	background-image: url('./img/slider-arrows.png');
	background-repeat: no-repeat;
}

.villas-posts-section .slick-prev {
	left: -50px;
}

.villas-posts-section .slick-next {
	right: -50px;
	background-position: 100% 0 !important;
}

.villas-posts-section .slick-track {
	display: flex !important;
	align-items: center;
}

.villas-posts-section .villa-item {
	margin: 0 15px;
	border-radius: 3px;
	background-color: #e5f1ef;
	overflow: hidden;
	outline: none;
}

.villas-posts-section .villa-item a {
	color: #012244;
	text-decoration: none;
}

.villas-posts-section .villa-item .villa-image {
	width: 100%;
	max-height: 232px;
	object-fit: cover;
}

.villas-posts-section .villa-item .villa-title {
	font-size: 22px;
	line-height: 29px;
	font-family: "poppins_bold";
	padding: 36px 28px 0;
}

.villas-posts-section .villa-item .villa-location {
	font-size: 22px;
	line-height: 29px;
	color: #5caa9d;
	font-family: "poppins";
	padding: 0 28px 0;
}

.villas-posts-section .villa-item .villa-description {
	font-size: 14px;
	line-height: 23px;
	color: #012244;
	font-family: "poppins_light";
	padding: 17px 40px 37px 28px;
}

.villas-posts-section .villa-item .villa-features {
	background-color: #d4e6e3;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	justify-items: center;
	padding: 20px 5px 9px;
}

.villas-posts-section .villa-item .villa-feature-item .icon {
	display: block;
	margin: 0 auto;
	max-width: 86px;
	height: 38px;
}

.villas-posts-section .villa-item .villa-feature-item .feature-title {
	font-size: 13px;
	color: #012244;
	font-family: "poppins_bold";
	text-align: center;
	padding: 13px 0 10px;
}

/* END Guest Page */

/* Owner Page */
.intro-section.owner {
	height: 681px;
}

.intro-section.owner > div {
	width: 100%;
	max-width: 1405px;
	margin: 0 auto;
}

.intro-section.owner .intro-block {
	max-width: 716px;
	padding: 60px 65px 1px 54px;
	margin: 0 132px 186px;
	float: right;
}

.intro-section.owner .intro-block {
	background-color: rgba(255, 255, 255, 0.8);
}

.intro-section.owner .intro-block .intro-block-title {
	color: #5caa9d;
	font-size: 45px;
	text-align: left;
}

.intro-section.owner .intro-block .intro-block-title > div {
	margin-bottom: 15px;
	text-align: left;
}

.intro-section.owner .intro-block .intro-block-description {
	padding: 0 3px;
}

.intro-section.owner .intro-block .intro-block-action {
	margin: 17px 0 0;
}

.intro-section.owner .intro-block .intro-block-action .vce-button--style-basic-wrapper {
	width: 100%;
	max-width: 203px;
}

.intro-section.owner .intro-block .intro-block-action a {
	background-color: #5caa9d;
	color: #eef2f1;
}

.cash-section {
	padding: 40px 0 95px;
}

.cash-section .section-title {
	font-size: 51px;
	line-height: 53px;
	letter-spacing: 0.2px;
	color: #012244;
	padding: 23px 0 12px;
}

.cash-section .section-description {
	font-size: 22px;
	line-height: 32px;
	color: #012244;
	max-width: 1305px;
	margin: 0 auto;
	font-family: "poppins_light";
}

.experience-section {
	max-width: 1340px;
	margin: 0 auto !important;
	padding: 142px 0 88px;
}

.experience-section .section-title {
	font-size: 41px;
	line-height: 32px;
	color: #012244;
	font-family: "poppins_bold";
	padding: 0 0 45px;
}

.experience-section .experience-row {
	padding: 15px 0 0;
}

.experience-section .experience-item {
	outline: none;
}

.experience-section .experience-item .vce-col-content {
	padding: 20px;
	max-width: 535px;
	margin: 0 auto !important;
}

.experience-section .experience-item .experience-logo {
	height: 130px;
}

.experience-section .experience-item .experience-logo .vce-single-image-wrapper {
	margin: 0;
}

.experience-section .experience-item .experience-logo img {
	height: 130px !important;
	object-fit: contain !important;
}

.experience-section .experience-item .experience-title {
	font-size: 32px;
	line-height: 32px;
	color: #012244;
	font-family: "poppins_bold";
	margin: 30px 0 0;
}

.experience-section .experience-item .experience-description {
	font-size: 20px;
	line-height: 30px;
	color: #2e3655;
	font-family: "poppins_light";
	margin: 11px 0 0;
}

.experience-section .experience-item .experience-title > div,
.experience-section .experience-item .experience-description > div {
	margin: 0;
}

.platform-section {
	max-width: 1280px !important;
	margin: 0 auto !important;
	padding: 18px 0 45px;
}

.platform-section .section-title {
	font-size: 42px;
	line-height: 32px;
	letter-spacing: 0.2px;
	color: #012244;
	padding: 23px 0 41px;
}

.platform-section .slick-prev:before, .platform-section .slick-next:before {
	content: unset;
}

.platform-section .slick-prev:hover, .platform-section .slick-next:hover,
.platform-section .slick-prev:focus, .platform-section .slick-next:focus,
.platform-section .slick-prev, .platform-section .slick-next {
	height: 36px;
	width: 22px;
	top: 50%;
	background-size: cover;
	background-image: url('./img/slider-arrows.png');
	background-repeat: no-repeat;
}

.platform-section .slick-prev {
	left: -50px;
}

.platform-section .slick-next {
	right: -50px;
	background-position: 100% 0 !important;
}

.platform-section .slick-track {
	display: flex !important;
	align-items: center;
}

.platform-section .platform-item {
	width: 226px;
	height: 100px;
	border-radius: 3px;
	background-color: #ffffff;
	display: flex !important;
	align-items: center;
	justify-content: center;
	margin: 0 15px;
	outline: none;
}

.platform-section .platform-item img {
	margin: 0 auto;
}

.full-circle-section {
	padding: 117px 0 20px;
}

.full-circle-section .section-title {
	font-size: 42px;
	line-height: 32px;
	color: #012244;
}

.full-circle-section .full-circle-diagram {
	width: 836px;
	height: 836px;
	padding: 31px;
	margin: 90px auto 63px;
	border-radius: 50%;
	border: 9px solid #5caa9d;
	position: relative;
}

.full-circle-section .full-circle-diagram-main-bg {
	height: 100%;
	width: 100%;
	background-size: cover;
	background: linear-gradient(to right, rgba(1, 34, 18, 0.5), rgba(1, 34, 18, 0.5)), url('./img/circle-section-bg.jpg');
	border-radius: 50%;
}

.full-circle-section .full-circle-diagram .item {
	position: absolute;
}

.full-circle-section .full-circle-diagram .item .dot {
	width: 90px;
	height: 90px;
	border-radius: 45px;
	background-color: #012244;
	position: absolute;
	left: 50%;
	top: 0;
}

.full-circle-section .full-circle-diagram .item .text {
	display: none;
	width: 455px;
	height: 389px;
	text-overflow: ellipsis;
	overflow: hidden;
}

.full-circle-section .full-circle-diagram .item:hover .text {
	display: block;
}

.full-circle-section .full-circle-diagram .item:hover .dot {
	background-color: #5caa9d;
	cursor: pointer;
}

.full-circle-section .full-circle-diagram .item .text .title {
	font-size: 43px;
	line-height: 50px;
	color: #ffffff;
	font-family: "poppins_bold";
	text-align: center;
	padding-bottom: 26px;
	letter-spacing: 0.2px;
}

.full-circle-section .full-circle-diagram .item .text .description {
	font-size: 28px;
	line-height: 35px;
	color: #ffffff;
	font-family: "poppins_light";
	text-align: center;
	letter-spacing: -0.2px;
}

.full-circle-section .full-circle-diagram .item .background-dot {
	width: 125px;
	height: 160px;
	border-radius: 47%;
	background-color: #ffffff;
	position: absolute;
	left: calc(50% - 19px);
	top: -35px;
}

.full-circle-section .full-circle-diagram .item-1 {
	left: calc(50% - 45px);
	top: -41px;
}

.full-circle-section .full-circle-diagram .item-1 .text {
	position: absolute;
	right: -345px;
	top: 263px;
	width: 600px;
	height: 389px;
}

.full-circle-section .full-circle-diagram .item-2 {
	right: 13px;
	top: 186px;
	transform: rotate(70deg);
}

.full-circle-section .full-circle-diagram .item-2 .text {
	position: absolute;
	right: -382px;
	top: 257px;
	width: 600px;
	height: 389px;
	transform: rotate(-70deg);
}

.full-circle-section .full-circle-diagram .item-2 .dot {
	top: -3px;
	left: -6px;
}

.full-circle-section .full-circle-diagram .item-3 {
	right: -26px;
	bottom: 267px;
	transform: rotate(124deg);
}

.full-circle-section .full-circle-diagram .item-3 .text {
	position: absolute;
	right: -434px;
	top: 241px;
	width: 600px;
	height: 389px;
	transform: rotate(-124deg);
}

.full-circle-section .full-circle-diagram .item-3 .dot {
	top: -1px;
	left: -8px;
}

.full-circle-section .full-circle-diagram .item-4 {
	left: -12px;
	top: 259px;
	transform: rotate(-64deg);
}

.full-circle-section .full-circle-diagram .item-4 .text {
	position: absolute;
	right: -341px;
	top: 254px;
	width: 600px;
	height: 389px;
	transform: rotate(64deg);
}

.full-circle-section .full-circle-diagram .item-4 .dot {
	top: -13px;
	left: -3px;
}

.full-circle-section .full-circle-diagram .item-5 {
	left: 75px;
	bottom: 312px;
	transform: rotate(85deg);
}

.full-circle-section .full-circle-diagram .item-5 .text {
	position: absolute;
	right: -242px;
	bottom: 145px;
	width: 600px;
	height: 389px;
	transform: rotate(-85deg);
}

.full-circle-section .full-circle-diagram .item-5 .dot {
	top: 8px;
	left: 2px;
}

.full-circle-section .full-circle-diagram .item-6 {
	left: calc(50% - 45px);
	bottom: 50px;
}

.full-circle-section .full-circle-diagram .item-6 .text {
	position: absolute;
	right: -345px;
	bottom: 155px;
	width: 600px;
	height: 389px;
}

.full-circle-section .full-circle-diagram .item-6 .dot {
	top: 5px;
	left: 0;
}

.partnership-section {
	height: 236px;
}

.partnership-section > div {
	padding: 57px 0 0;
}

.partnership-section .partnership-title {
	font-size: 36px;
	line-height: 38px;
	color: #012244;
	font-family: "poppins_bold";
	text-align: center;
	float: right;
	padding-right: 48px;
	width: fit-content;
}

.partnership-section .partnership-action .vce-button--style-basic-wrapper {
	width: 100%;
	max-width: 261px;
	margin: -12px 6px 0;
}

.partnership-section .partnership-action a {
	display: block;
	width: 100%;
	border-radius: 3px;
	padding: 20px 0 17px;
	font-size: 24px;
	line-height: 26px;
	font-weight: 600;
	font-family: "poppins";
	text-align: center;
}

.partnership-section .partnership-action a:hover {
	background-color: #cdd1e3;
	color: #012244;
}

/* END Owner Page */

/* About Page */
.intro-section.about {
	height: 683px;
}

.intro-section.about .intro-block {
	max-width: 715px;
	min-height: 235px;
	padding: 60px 49px 12px;
	margin: 0 auto 68px;
}

.intro-section.about .intro-block .intro-block-description {
	padding: 18px 5px;
}

.unique-section {
	padding: 101px 0 39px;
}

.unique-section .section-title {
	font-size: 45px;
	line-height: 57px;
	letter-spacing: 0.2px;
}

.unique-section .section-title > div {
	margin-bottom: 11px;
}

.unique-section .section-description {
	font-size: 22px;
	line-height: 31px;
	color: #012244;
	font-family: "poppins_light";
	padding: 0 0 45px;
}

.unique-section .unique-items {
	max-width: 1255px;
	margin: 0 auto;
	padding: 35px 0 0 0;
}

.unique-section .unique-items .unique-item-logo img {
	max-width: 180px;
	margin: 0 auto;
	position: static !important;
	width: 100% !important;
	display: block;
}

.unique-section .unique-items .unique-item-logo .vce-single-image-wrapper {
	margin-bottom: 18px;
	height: 140px;
}

.unique-section .unique-items .unique-item-description {
	font-size: 20px;
	line-height: 32px;
	color: #2e3655;
	font-family: "poppins_light";
	text-align: center;
	max-width: 310px;
	margin: 0 auto;
}

.estate-section-wrap {
	height: 527px;
}

.estate-section {
	padding: 54px 0;
}

.estate-section .section-title {
	font-size: 53px;
	line-height: 32px;
	color: #ffffff;
}

.estate-section .section-description {
	padding: 21px 0;
	font-size: 31px;
	line-height: 36px;
	color: #012244;
	font-family: "poppins_light";
	max-width: 1280px;
	margin: 0 auto;
}

.support-section {
	padding: 89px 0 81px;
	max-width: 1298px;
	margin: 0 auto;
}

.support-section .support-image {
	max-height: 388px !important;
}

.support-section .support-image img {
	position: static !important;
	max-height: 388px !important;
	max-width: 636px !important;
}

.support-section .section-title {
	font-size: 39px;
	line-height: 46px;
	color: #012244;
	font-family: "poppins_bold";
	padding: 2px 90px 0 35px;
	letter-spacing: 0.1px;
}

.support-section .section-title > div {
	margin-bottom: 15px;
}

.support-section .section-description {
	font-size: 19px;
	line-height: 25px;
	font-family: "poppins_light";
	padding: 0 20px 0 33px;
}

.support-section .section-description p {
	margin-bottom: 25px;
}

.support-section .section-action .vce-button--style-basic-wrapper {
	width: 100%;
	max-width: 261px;
	margin: 11px 30px 0;
}

.support-section .section-action a {
	display: block;
	width: 100%;
	border-radius: 3px;
	padding: 20px 0 17px;
	font-size: 24px;
	line-height: 26px;
	font-weight: 600;
	font-family: "poppins";
	text-align: center;
}

.support-section .section-action a:hover {
	background-color: #cdd1e3 !important;
	color: #012244 !important;
}

/* END About Page */

/* Contact Page */
.contact-form-section-wrap {
	min-height: 680px;
}

.contact-form-section-wrap > .vce-row-content {
	align-content: flex-end !important;
}

.contact-form-section {
	max-width: 990px;
	min-height: 440px;
	margin: 0 auto 125px !important;
	padding: 50px 50px 0;
	border-radius: 3px;
	background-color: rgba(255, 255, 255, 0.8);
}

.contact-form-section .left-section {
	padding: 14px 30px 0 11px;;
}

.contact-form-section .left-section .section-title {
	font-size: 45px;
	line-height: 40px;
	color: #012244;
}

.contact-form-section .left-section .section-title > div {
	margin-bottom: 17px;
}

.contact-form-section .left-section .section-description {
	font-size: 17px;
	line-height: 28px;
	padding-left: 2px;
	color: #2e3655;
	font-weight: 300;
	font-family: "poppins_light";
}

.contact-form-section .left-section .contact-us-info .phone-section,
.contact-form-section .left-section .contact-us-info .email-section {
	font-size: 18px;
	line-height: 34px;
	color: #2e3655;
	font-weight: 500;
	font-family: "poppins";
	display: flex;
	align-items: center;
}

.contact-form-section .left-section .contact-us-info .phone-section span,
.contact-form-section .left-section .contact-us-info .email-section span {
	margin-left: 15px;
}

.contact-form-section .left-section .contact-us-info .socials-section {
	margin: 32px 0 0;
}

.contact-form-section .left-section .contact-us-info .socials-section img {
	width: 40px;
	height: 40px;
	object-fit: contain;
	margin-right: 13px;
}

.contact-form-section .right-section {
	max-width: 395px !important;
}

.contact-form-section .right-section .gform_wrapper {
	margin: 0;
}

.contact-form-section .right-section li.gfield {
	margin: 0 !important;
	padding: 0 !important;
}

.contact-form-section .right-section li.gfield input,
.contact-form-section .right-section li.gfield textarea {
	margin: 0 0 9px !important;
	padding: 13px 16px 8px !important;
	width: 100% !important;
	background-color: #e5e8f1;
	font-size: 19px !important;
	color: #2e3655;
	font-family: "poppins" !important;
	border: none;
}

.contact-form-section .right-section li.gfield input::placeholder,
.contact-form-section .right-section li.gfield textarea::placeholder {
	color: #2e3655;
	opacity: 1
}

.contact-form-section .right-section li.gfield input:-ms-input-placeholder,
.contact-form-section .right-section li.gfield textarea:-ms-input-placeholder {
	color: #2e3655;
}


.contact-form-section .right-section li.gfield input::-ms-input-placeholder,
.contact-form-section .right-section li.gfield textarea::-ms-input-placeholder {
	color: #2e3655;
}

.contact-form-section .right-section div.ginput_container {
	margin: 0 !important;
}

.contact-form-section .right-section .gform_footer {
	text-align: right;
	margin: 28px 0 0 !important;
	padding: 0 !important;
}

.contact-form-section .right-section .gform_footer input {
	margin: 0 !important;
	padding: 19px;
	width: 100% !important;
	max-width: 202px;
	border: unset;
	border-radius: 3px;
	background-color: #cdd1e3;
	font-size: 20px !important;
	line-height: 25px;
	color: #012244;
	font-family: "poppins_bold";
	text-align: center;
	cursor: pointer;
}

.contact-form-section .right-section .gform_wrapper .gfield_description {
	padding-top: 0 !important;
}

.contact-form-section .right-section .gform_wrapper div.validation_error,
.contact-form-section .right-section .gform_ajax_spinner {
	display: none !important;
}

.looking-section-wrap {
	min-height: 387px;
	margin-bottom: -25px;
	z-index: -1;
}

.looking-section-wrap .looking-section {
	padding: 48px 0 0;
}

.looking-section-wrap .section-title {
	font-size: 51px;
	line-height: 53px;
}

.looking-section-wrap .looking-section-actions {
	margin: 45px 0 0;
}

.looking-section-wrap .looking-section-actions .vce-button--style-basic-wrapper {
	width: 100%;
}

.looking-section-wrap .looking-section-actions .left-action a,
.looking-section-wrap .looking-section-actions .right-action a {
	font-size: 32px;
	line-height: 32px;
	font-family: "poppins_bold";
	text-align: center;
	padding: 38px;
	max-width: 478px;
	width: 100%;
	display: inline-block;
}

/* END Contact Page */

@media only screen and (max-width: 1120px) {
	/* Header */
	.sticky-header.homepage .menu-section ul li,
	.site-header.regular .menu-section.desktop ul li {
		margin-left: 25px;
		text-align: center;
	}

	.sticky-header.homepage .menu-section ul li.contact-us-page a,
	.site-header.regular .menu-section.desktop ul li.contact-us-page a {
		width: 240px;
	}

	/* END Header */
	/* Guest Page */
	.villas-posts-section .villa-item .villa-features {
		grid-template-columns: 1fr 1fr;
	}

	/* END Guest Page */
	/* Footer */
	.site-footer .social-info-row {
		flex-direction: column;
	}

	.site-footer .social-info-row .part {
		width: 100%;
	}

	.site-footer .social-info-row .phone-part .content {
		width: unset;
		float: unset;
		text-align: center;
	}

	.site-footer .social-info-row .socials-part {
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 41px;
	}

	.site-footer .social-info-row .socials-part a {
		margin: 0 10px;
	}

	/* END Footer */
}

@media only screen and (max-width: 960px) {
	/* Header */
	.header-wrapper.desktop {
		display: none;
	}

	.header-wrapper.mobile {
		display: block;
		overflow: hidden;
	}

	.site-header #mobileMenuToggle {
		display: block;
		position: relative;
		z-index: 1;
		-webkit-user-select: none;
		user-select: none;
	}

	.site-header #mobileMenuToggle a {
		font-size: 28px;
		letter-spacing: 1px;
		line-height: 27px;
		color: #012244;
		font-family: "poppins_bold";
		text-align: center;
		text-decoration: none;
	}

	.site-header #mobileMenuToggle input {
		display: block;
		width: 40px;
		height: 32px;
		position: absolute;
		top: -7px;
		left: -5px;
		cursor: pointer;
		opacity: 0; /* hide this */
		z-index: 2; /* and place it over the hamburger */
		-webkit-touch-callout: none;
	}

	.site-header #mobileMenuToggle span {
		display: block;
		width: 42px;
		height: 7px;
		margin-bottom: 5px;
		position: relative;
		background: #012244;
		border-radius: 3px;
		z-index: 1;
		transform-origin: 4px 0;
		transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
		background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
		opacity 0.55s ease;
	}

	.site-header #mobileMenuToggle span:first-child {
		transform-origin: 0 0;
	}

	.site-header #mobileMenuToggle span:nth-last-child(2) {
		transform-origin: 0 100%;
	}

	.site-header #mobileMenuToggle input:checked ~ span {
		opacity: 1;
		transform: rotate(45deg) translate(-2px, -1px);
		background: #232323;
	}

	.site-header #mobileMenuToggle input:checked ~ span:nth-last-child(3) {
		opacity: 0;
		transform: rotate(0deg) scale(0.2, 0.2);
	}

	.site-header #mobileMenuToggle input:checked ~ span:nth-last-child(2) {
		transform: rotate(-45deg) translate(0, -1px);
	}

	.site-header #mobile-menu {
		position: absolute;
		width: 100vw;
		right: -25px;
		padding: 0;
		margin: 30px 0 0;
		background: #FFFFFF;
		list-style-type: none;
		-webkit-font-smoothing: antialiased;
		transform-origin: 0 0;
		transform: translate(100%, 0);
		transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
	}

	.site-header #mobile-menu li {
		padding: 0;
		margin: 0 0 25px;
	}

	.site-header #mobileMenuToggle input:checked ~ ul {
		transform: none;
	}

	.site-header.regular {
		height: unset;
	}

	.site-header.homepage .container,
	.site-header.regular .container {
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 5px 25px 0;
		height: 106px;
	}

	.site-header.homepage .menu-section,
	.site-header.regular .menu-section {
		display: block;
		margin: 0;
		padding: 0;
	}

	.site-header.regular .menu-section .menu-item {
		font-size: 28px;
		letter-spacing: 1px;
		line-height: 27px;
		color: #ffffff;
		font-family: "poppins_bold";
		text-align: center;
		text-decoration: none;
	}

	.site-header.homepage .logo,
	.site-header.regular .logo {
		max-width: 98px;
		margin: unset;
	}

	.site-header.regular .menu-section.mobile {
		display: block;
		width: unset;
	}

	.site-header.regular .menu-section.desktop {
		display: none;
	}

	.site-header.homepage .header-section {
		background-size: cover;
		max-height: 283px;
		height: unset;
		min-height: unset;
	}

	.site-header.homepage .header-section .promo-section-title {
		padding: 40px 65px;
		font-size: 28px;
		line-height: 28px;
		color: #ffffff;
		font-family: "poppins_bold";
		text-align: center;
	}

	.site-header.homepage .promo-section-description {
		padding: 30px 20px;
		font-size: 18px;
		line-height: 26px;
		color: #2e3655;
		font-family: "poppins_light";
		text-align: center;
	}

	.site-header.homepage .promo-section-actions {
		width: calc(100% - 76px);
		margin: 0 38px;
		padding-bottom: 35px;
		border-bottom: 2px solid #e5e8f1;
	}

	.site-header.homepage .promo-section-actions .action-item {
		width: calc(100% - 50px);
		margin: 0 25px 20px;
		display: block;
		border-radius: 3px;
		font-size: 20px;
		line-height: 64px;
		font-weight: 600;
		font-family: "poppins_bold";
		text-align: center;
		text-decoration: none;
	}

	.site-header.homepage .promo-section-actions .action-item:nth-child(odd) {
		background-color: #c7dcd9;
		color: #398a7c;
	}

	.site-header.homepage .promo-section-actions .action-item:nth-child(even) {
		background-color: #cdd1e3;
		color: #012244;
	}

	.sticky-button {
		margin-top: -80px;
		width: 90px;
		height: 160px;
		font-size: 21px;
	}

	/* END Header */
	/* Home Page */
	.section .section-title {
		font-size: 30px;
		line-height: 32px;
		letter-spacing: 0.5px;
		text-align: center;
	}

	.promo-section {
		padding: 45px 20px 40px;
	}

	.promo-section .vce-row-content {
		flex-direction: column;
		text-align: center;
	}

	.promo-section .promo-column {
		width: 100% !important;
		margin: 0 !important;
	}

	.promo-section .promo-column.text-section .promo-title,
	.promo-section .promo-column.text-section .promo-sub-title {
		float: none;
		margin: 0 auto;
	}

	.promo-section .promo-column.text-section .promo-title {
		font-size: 26px;
		line-height: 27px;
	}

	.promo-section .promo-column.text-section .promo-title > div {
		margin-bottom: 15px;
	}

	.promo-section .promo-column.text-section .promo-sub-title {
		padding: 0 11px;
		font-size: 26px;
		font-weight: 800;
		font-family: "poppins";
		line-height: 30px;
	}

	.promo-section .promo-column.flip-section .flip-card {
		height: auto;
		float: none;
		margin: 0 auto 34px;
	}

	.promo-section .promo-column.flip-section .flip-card-front,
	.promo-section .promo-column.flip-section .flip-card-back {
		position: static !important;
		transform: unset;
		width: auto;
		height: auto;
	}

	.promo-section .promo-column.flip-section .flip-card:hover .flip-card-inner {
		transform: unset;
	}

	.promo-section .promo-column.flip-section .vce-col-content .vce-text-block .promo-flip-front {
		font-size: 23px;
		letter-spacing: -0.2px;
		height: 76px;
	}

	.promo-section .promo-column.flip-section .vce-col-content .vce-text-block .promo-flip-back {
		font-size: 14px;
		line-height: 23px;
		padding: 14px 25px;
	}

	.promo-section .promo-column.flip-section .vce-col-content .vce-text-block:first-child .promo-flip-front,
	.promo-section .promo-column.flip-section .vce-col-content .vce-text-block:nth-child(4n) .promo-flip-front {
		background-color: #c7dcd9 !important;
		color: #2e796c;
	}

	.promo-section .promo-column.flip-section .vce-col-content .vce-text-block:first-child .promo-flip-back,
	.promo-section .promo-column.flip-section .vce-col-content .vce-text-block:nth-child(4n) .promo-flip-back {
		background-color: #dfefed !important;
	}

	.promo-section .promo-column.flip-section .vce-col-content .vce-text-block:nth-child(2n) .promo-flip-front {
		background-color: #cdd1e3;
		color: #012244;
	}

	.promo-section .promo-column.flip-section .vce-col-content .vce-text-block:nth-child(2n) .promo-flip-back {
		background-color: #e2e5f4;
	}

	.promo-section .promo-column.flip-section .vce-col-content .vce-text-block:nth-child(3n) .promo-flip-front {
		background-color: #b9b9bd;
		color: #2f3030;
	}

	.promo-section .promo-column.flip-section .vce-col-content .vce-text-block:nth-child(3n) .promo-flip-back {
		background-color: #e6e6e7;
	}

	.partner-section {
		padding: 65px 30px 26px;
		border-top: none;
	}

	.partner-section .section-title > div {
		margin-bottom: 22px;
	}

	.partner-section .description {
		padding: 0;
		font-size: 17px;
		line-height: 28px;
		text-align: center;
	}

	.partner-section .description a {
		display: block;
	}

	.partner-section .partner-columns .vce-row-content {
		flex-direction: column;
		text-align: center;
	}

	.partner-section .partner-columns .partner-column {
		width: 100% !important;
		margin-bottom: 45px;
	}

	.partner-section .partner-columns {
		padding: 30px 0 0;
	}

	.partner-section .partner-columns .partner-column-image .vce-single-image-inner {
		padding: 0 !important;
	}

	.partner-section .partner-columns .partner-column-image img {
		max-width: 105px;
		position: static !important;
	}

	.partner-section .partner-column .partner-column-title {
		margin: 0;
		font-size: 33px;
		line-height: 25px;
	}

	.partner-section .partner-column .partner-column-description {
		margin: 7px 0 0;
		line-height: 26px;
		font-size: 17px;
	}

	.testimonial-section {
		padding: 46px 17px 114px;
		border-top: none;
	}

	.testimonial-section .section-title {
		padding: 0;
	}

	.testimonial-section .testimonial-columns {
		margin: 57px auto 0;
		padding: 0;
	}

	.testimonial-section .testimonial-columns > div {
		padding: 0 20px;
	}

	.testimonial-section .testimonial-column {
		padding: 56px 28px 16px;
		margin: 0 15px;
		filter: unset;
	}

	.testimonial-section .testimonial-column .testimonial-text {
		font-size: 20px;
		line-height: 29px;
		letter-spacing: -0.2px;
	}

	.testimonial-section .testimonial-column .testimonial-author {
		font-size: 20px;
		line-height: 19px;
		letter-spacing: 0;
		padding: 3px 3px 0;
	}

	.testimonial-section .testimonial-column .testimonial-author-position {
		font-size: 15px;
		color: #fff;
		padding: 0 3px;
		letter-spacing: 2.4px;
	}

	/* END Home Page */
	/* Guest Page */
	.intro-section {
		height: 280px;
	}

	.intro-section .intro-block {
		max-width: calc(100% - 16px);
		padding: 27px 25px 17px;
		margin: 0 auto 39px;
	}

	.intro-section .intro-block .intro-block-action .vce-button--style-basic-wrapper {
		width: 100%;
		max-width: 185px;
		margin: 0;
	}

	.intro-section .intro-block .intro-block-action {
		margin: 18px 0 0;
	}

	.intro-section .intro-block .intro-block-action a {
		padding: 9px;
		font-size: 13px;
		line-height: 18px;
	}

	.intro-section .intro-block .intro-block-title {
		font-size: 25px;
		line-height: 22px;
	}

	.intro-section .intro-block .intro-block-description {
		font-size: 13px;
		line-height: 19px;
		padding: 0 20px;
	}

	.intro-section .intro-block .intro-block-description br {
		display: none;
	}

	.feature-section-wrap {
		padding: 0 !important;
	}

	.feature-section {
		padding: 13px 0 42px;
	}

	.feature-section .section-title.desktop {
		display: none;
	}

	.feature-section .section-title.mobile {
		display: block;
		font-size: 30px;
		line-height: 38px;
		letter-spacing: -0.1px;
		text-align: center;
		padding: 23px 0 12px;
	}

	.feature-section .section-title > div,
	.feature-section .feature-columns {
		margin: 0;
	}

	.feature-section .feature-column {
		max-width: 290px;
		margin: 12px auto !important;
	}

	.feature-section .feature-columns .feature-column-image {
		height: fit-content;
	}

	.feature-section .feature-columns .feature-column-image .vce-single-image-inner {
		padding: 0 !important;
	}

	.feature-section .feature-columns .feature-column-image img {
		width: 100px !important;
		display: block;
		object-fit: contain !important;
		margin: 0 auto !important;
		text-align: center;
		position: static !important;
	}

	.feature-section .feature-column .feature-column-description {
		font-size: 16px;
		line-height: 29px;
		color: #2e3655;
		font-family: "poppins_light";
		text-align: center;
		padding: 0;
		margin: 20px 0 0;
	}

	.feature-section .feature-column .feature-column-description > div {
		margin-bottom: 10px;
	}

	.feature-listing-section {
		padding: 56px 21px 40px;
	}

	.feature-listing-section .section-title {
		font-size: 33px;
		line-height: 32px;
		letter-spacing: 0.3px;
	}

	.feature-listing-section .section-title > div {
		margin: 0;
	}

	.feature-listing-section .feature-listing-description {
		font-size: 15px;
		line-height: 25px;
		padding: 20px 0 0;
		text-align: center;
	}

	.feature-listing-section .feature-listing-description p {
		margin-bottom: 10px;
	}

	.feature-listing-section .feature-listing-description a {
		font-size: 15px;
	}

	.testimonial-section-wrap {
		background-color: transparent !important;
		padding: 30px 0 15px !important;
	}

	.testimonial-section.guest .section-title {
		padding: 0;
		margin: 0 -34px;
		letter-spacing: 1px;
	}

	.testimonial-section.guest .section-title > div {
		margin: 0;
	}

	.testimonial-section.guest {
		padding: 16px 17px 0;
	}

	.testimonial-section.guest .testimonial-columns {
		margin: 29px auto 15px;
	}

	.testimonial-section.guest .testimonial-columns > div {
		padding: 0 20px;
	}

	.testimonial-section.guest .testimonial-column {
		padding: 52px 28px 16px;
		margin: 0 15px;
		filter: unset;
	}

	.search-listing-section {
		height: 171px;
	}

	.search-listing-section > div {
		align-content: flex-start !important;
		padding-top: 0;
	}

	.search-listing-section .search-listing-column {
		width: 100%;
	}

	.search-listing-section .search-listing-title {
		padding: 25px 0 0 !important;
		font-size: 26px;
		line-height: 27px;
		width: 100%;
	}

	.search-listing-section .search-listing-title > div {
		margin: 0;
	}

	.search-listing-section .search-listing-action .vce-button--style-basic-wrapper {
		margin: 17px auto 0;
		display: block;
		max-width: 190px;
	}

	.search-listing-section .search-listing-action a {
		font-size: 16px;
		padding: 11px 0 8px;
		letter-spacing: 0.5px;
	}

	.villas-posts-section {
		padding: 10px 0 0;
		margin: 0 12px;
	}

	.villas-posts-section .villa-item {
		margin: 0 8px;
	}

	.villas-posts-section .slick-prev {
		left: -24px;
	}

	.villas-posts-section .slick-next {
		right: -24px;
	}

	.villas-posts-section .slick-prev:hover, .villas-posts-section .slick-next:hover,
	.villas-posts-section .slick-prev:focus, .villas-posts-section .slick-next:focus,
	.villas-posts-section .slick-prev, .villas-posts-section .slick-next {
		top: calc(50% + 4px);
	}

	.villas-posts-section .villa-item .villa-features {
		grid-template-columns: 1fr 1fr 1fr;
	}

	/* END Guest Page */
	/* Owner Page */
	.intro-section.owner {
		height: 283px;
	}

	.intro-section.owner > div {
		width: unset;
		margin: 0 auto;
	}

	.intro-section.owner .intro-block {
		max-width: calc(100% - 16px);
		padding: 27px 25px 17px;
		margin: 0 auto 45px;
		float: none;
	}

	.intro-section.owner .intro-block .intro-block-title {
		font-size: 25px;
		line-height: 22px;
		text-align: center;
		color: #012244;
	}

	.intro-section.owner .intro-block .intro-block-action a {
		background: #c7dcd9;
		color: #297064;
	}

	.intro-section.owner .intro-block .intro-block-title > div {
		margin: 0;
	}

	.intro-section.owner .intro-block .intro-block-description {
		font-size: 13px;
		line-height: 19px;
		padding: 10px 5px 0;
		text-align: center;
	}

	.intro-section.owner .intro-block .intro-block-description br {
		display: none;
	}

	.intro-section.owner .intro-block .intro-block-action .vce-button--style-basic-wrapper {
		width: 100%;
		max-width: 203px;
		margin: 0 auto;
		display: block;
	}

	.cash-section-wrap {
		padding: 0 !important;
	}

	.cash-section {
		padding: 31px 0 0;
	}

	.cash-section .section-title {
		font-size: 27px;
		line-height: 28px;
		padding: 0 10px;
	}

	.cash-section .section-title > div {
		margin-bottom: 20px;
	}

	.cash-section .section-title.mobile {
		display: block;
	}

	.cash-section .section-title.desktop {
		display: none;
	}

	.cash-section .section-description {
		font-size: 12px;
		line-height: 19px;
		padding: 0 20px;

	}

	.experience-section {
		padding: 37px 0 22px;
	}

	.experience-section .section-title {
		font-size: 27px;
		line-height: 30px;
		letter-spacing: 0;
		padding: 0 20px 0;
	}

	.experience-section .section-title > div {
		margin: 0;
	}

	.experience-section .experience-item .experience-logo img {
		height: 104px !important;
	}

	.experience-section .experience-item .experience-title {
		font-size: 25px;
		line-height: 25px;
		margin: 10px 0 0;
	}

	.experience-section .experience-item .experience-description {
		font-size: 15px;
		line-height: 29px;
		margin: 5px 0 0;
	}

	.multiple-platforms-section-wrap {
		width: calc(100% - 30px);
		margin: 0 15px !important;
		padding: 0;
		padding: 0 16px;
	}

	.platform-section {
		padding: 18px 0 19px;
	}

	.platform-section .section-title {
		line-height: 24px;
		padding: 0 0 5px;
	}

	.platform-section .platform-item {
		height: 53px;
	}

	.platform-section .slick-prev:hover, .platform-section .slick-next:hover,
	.platform-section .slick-prev:focus, .platform-section .slick-next:focus,
	.platform-section .slick-prev, .platform-section .slick-next {
		height: 23px;
		width: 15px;
	}

	.platform-section .slick-prev {
		left: -18px;
	}

	.platform-section .slick-next {
		right: -18px;
	}

	.partnership-section {
		height: auto;
	}

	.partnership-section > div {
		align-content: flex-start !important;
		padding-top: 0;
	}

	.partnership-section .partnership-column {
		width: 100%;
	}

	.partnership-section .partnership-title {
		padding: 5px 10px 0 !important;
		font-size: 26px;
		line-height: 35px;
		width: 100%;
	}

	.partnership-section .partnership-title > div {
		margin: 0;
	}

	.partnership-section .partnership-action .vce-button--style-basic-wrapper {
		margin: 17px auto 40px;
		display: block;
		max-width: 255px;
	}

	.partnership-section .partnership-action a {
		font-size: 22px;
		padding: 20px 0 15px;
		letter-spacing: 0.5px;
	}

	.full-circle-section {
		padding: 42px 0 20px;
	}

	.full-circle-section .section-title {
		font-size: 42px;
		line-height: 32px;
		color: #012244;
	}

	.full-circle-section .full-circle-diagram-wrap {
		overflow: hidden;
	}

	.full-circle-section .full-circle-diagram {
		width: 413px;
		height: 413px;
		padding: 15px;
		margin: 19px auto 33px;
		border-radius: 50%;
		border: 5px solid #5caa9d;
		position: relative;
	}

	.full-circle-section .full-circle-diagram .item .dot {
		width: 45px;
		height: 45px;
		border-radius: 45px;
		background-color: #012244;
		position: absolute;
		left: 25px;
		top: 20px;
	}

	.full-circle-section .full-circle-diagram .item .text .title {
		font-size: 21px;
		line-height: 25px;
		padding-bottom: 26px;
		letter-spacing: 0.2px;
	}

	.full-circle-section .full-circle-diagram .item .text .description {
		font-size: 14px;
		line-height: 19px;
		letter-spacing: -0.2px;
	}

	.full-circle-section .full-circle-diagram .item .background-dot {
		width: 68px;
		height: 99px;
		border-radius: 48%;
		background-color: #ffffff;
		position: absolute;
		left: calc(50% - -13px);
		top: -18px;
	}

	.full-circle-section .full-circle-diagram .item-1 {
		left: calc(50% - 45px);
		top: -41px;
	}

	.full-circle-section .full-circle-diagram .item-1 .text {
		right: -188px;
		top: 150px;
		width: 280px;
		height: 200px;
	}

	.full-circle-section .full-circle-diagram .item-2 {
		right: -6px;
		top: 61px;
		transform: rotate(70deg);
	}

	.full-circle-section .full-circle-diagram .item-2 .text {
		position: absolute;
		right: -209px;
		top: 143px;
		width: 280px;
		height: 200px;
		transform: rotate(-70deg);
	}

	.full-circle-section .full-circle-diagram .item-2 .dot {
		top: 17px;
		left: 22px;
	}

	.full-circle-section .full-circle-diagram .item-3 {
		right: -42px;
		bottom: 153px;
		transform: rotate(114deg);
	}

	.full-circle-section .full-circle-diagram .item-3 .text {
		position: absolute;
		right: -201px;
		top: 137px;
		width: 280px;
		height: 200px;
		transform: rotate(-114deg);
	}

	.full-circle-section .full-circle-diagram .item-3 .dot {
		top: 17px;
		left: 23px;
	}

	.full-circle-section .full-circle-diagram .item-4 {
		left: -32px;
		top: 144px;
		transform: rotate(-66deg);
	}

	.full-circle-section .full-circle-diagram .item-4 .text {
		position: absolute;
		right: -177px;
		top: 142px;
		width: 280px;
		height: 200px;
		transform: rotate(66deg);
	}

	.full-circle-section .full-circle-diagram .item-4 .dot {
		top: 12px;
		left: 24px;
	}

	.full-circle-section .full-circle-diagram .item-5 {
		left: 35px;
		bottom: 178px;
		transform: rotate(85deg);
	}

	.full-circle-section .full-circle-diagram .item-5 .text {
		position: absolute;
		right: -139px;
		bottom: 70px;
		width: 280px;
		height: 200px;
		transform: rotate(-85deg);
	}

	.full-circle-section .full-circle-diagram .item-5 .dot {
		top: 2px;
		left: 26px;
	}

	.full-circle-section .full-circle-diagram .item-6 {
		left: calc(50% - 45px);
		bottom: 22px;
	}

	.full-circle-section .full-circle-diagram .item-6 .text {
		position: absolute;
		right: -188px;
		bottom: 72px;
		width: 280px;
		height: 200px;
	}

	.full-circle-section .full-circle-diagram .item-6 .dot {
		top: 2px;
		left: 25px;
	}

	/* END Owner Page */
	/* Footer */
	.site-footer .social-info-row .phone-part .content {
		padding: 43px 0 24px;
	}

	.site-footer .social-info-row .phone-part .section-info {
		font-size: 18px;
		margin: 20px 0 0;
	}

	.site-footer .social-info-row .phone-part .section-info .phone {
		padding-right: 15px;
	}

	.site-footer .social-info-row .phone-part .section-info .email {
		padding-left: 18px;
		font-size: 18px
	}

	.site-footer .social-info-row .socials-part {
		padding: 40px 20px 45px;
	}

	.site-footer .social-info-row .socials-part img {
		max-width: 40px;
		display: block;
	}

	.site-footer .social-info-row .socials-part a {
		margin: 0 15px;
	}

	.site-footer .footer-data {
		margin: 41px 0 0;
		padding-bottom: 29px;
	}

	.site-footer .footer-data .address-part .logo {
		max-width: 125px;
	}

	.site-footer .footer-data .address-part .addresses {
		margin: 11px 0 0;
		font-size: 12px;
		line-height: 18px;
	}

	.site-footer .footer-data .address-part .email {
		margin: 17px 0 0;
		font-size: 12px;
		line-height: 20px;
	}

	.site-footer .footer-data .menu-part .menu {
		padding: 0;
		margin: 8px 0 0;
	}

	.site-footer .footer-data .menu-part .menu-item a {
		font-size: 17px;
		line-height: 42px;
	}

	.site-footer .footer-data .menu-part .subscribe-form {
		width: 100%;
		float: none;
		padding: 0;
	}

	.site-footer .footer-data .menu-part .subscribe-form .title {
		display: none;
	}

	.site-footer .footer-data .menu-part .subscribe-form .gform_wrapper ul li.gfield .ginput_container input {
		margin: 16px 0 6px;
		padding: 10px 18px;
		font-size: 15px;
		height: 37px;
	}

	.site-footer .footer-data .menu-part .subscribe-form .gform_wrapper .gform_footer input {
		margin: 16px 0 6px;
		width: 100%;
		height: 37px;
		font-size: 12px;
	}

	.site-footer .footer-data .menu-part .subscribe-form .gform_wrapper .validation_message {
		padding: 0 !important;
	}

	.site-footer .footer-data .menu-part .subscribe-form .gform_confirmation_message {
		font-size: 14px;
	}

	.site-footer .copyright {
		font-size: 9px;
		letter-spacing: 1px;
		line-height: 34px;
	}

	/* END Footer */
	/* About Page */
	.intro-section.about {
		height: 283px;
	}

	.intro-section.about .intro-block {
		max-width: calc(100% - 16px);
		min-height: unset;
		padding: 27px 25px 17px;
		margin: 0 auto 45px;
	}

	.intro-section.about .intro-block .intro-block-title {
		font-size: 30px;
		line-height: 28px;
		max-width: 269px;
		margin: 0 auto;
	}

	.intro-section.about .intro-block .intro-block-title p {
		text-align: center !important;;
	}

	.intro-section.about .intro-block .intro-block-description {
		padding: 7px 11px 0;
	}

	.intro-section.about .intro-block .intro-block-description p {
		text-align: center !important;;
	}

	.unique-section {
		padding: 26px 10px 39px;
	}

	.unique-section .section-title {
		font-size: 28px;
		line-height: 28px;
		letter-spacing: 0.2px;
		padding: 0 10px;
	}

	.unique-section .section-description {
		font-size: 13px;
		line-height: 22px;
		padding: 0;
	}

	.unique-section .unique-items .unique-item-description {
		font-size: 12px;
		line-height: 19px;
	}

	.unique-section .unique-items {
		padding: 0 0 0 0;
	}

	.unique-section .unique-items .unique-item {
		flex: 50%!important;
	}

	.estate-section {
		padding: 14px 0;
	}

	.estate-section .section-title {
		font-size: 36px !important;
		line-height: 36px !important;
		color: #ffffff;
		max-width: 414px;
		margin: 0 auto;
	}

	.estate-section .section-title > div {
		margin-bottom: 12px;
	}

	.estate-section .section-description {
		font-size: 24px;
		line-height: 24px;
		padding: 0;
	}

	.support-section {
		padding: 0;
		background: #FFFFFF;
		min-height: 336px;
	}

	.support-section .support-image-column {
		display: none;
	}

	.support-section .support-text-column .vce-col-content {
		width: 90%;
		margin: -121px auto;
		border-radius: 6px;
		background: #FFFFFF;
	}

	.support-section .support-text-column .section-title {
		padding: 25px 40px 0;
	}

	.support-section .support-text-column .section-title > div {
		margin-bottom: 9px;
	}

	.support-section .support-text-column .section-description {
		padding: 0;
		font-size: 15px;
		line-height: 19px;
		max-width: 349px;
		margin: 0 auto;
		text-align: center;
	}

	.support-section .section-action .vce-button--style-basic-wrapper {
		max-width: 212px;
		margin: 0 auto 20px;
		display: block;
	}

	.support-section .section-action a {
		font-size: 19px;
		padding: 12px 0 11px;
	}

	/* END About Page */
}

@media only screen and (max-width: 767px) {
	/* Contact Page */
	.contact-form-section-wrap {
		min-height: 33px;
	}

	.looking-section-wrap .section-title {
		font-size: 34px;
		letter-spacing: 0;
	}

	.looking-section-wrap .looking-section {
		padding: 62px 0;
	}

	.looking-section-wrap .looking-section-actions {
		margin: 63px 0 0;
	}

	.looking-section-wrap .looking-section-actions .left-action a,
	.looking-section-wrap .looking-section-actions .right-action a {
		display: block;
		max-width: calc(100% - 123px);
		margin: 0 auto;
		padding: 30px 20px 25px;
		font-size: 23px;
		line-height: 23px;
		letter-spacing: 0.3px;
		font-family: "poppins";
	}

	.contact-form-section {
		padding: 33px 15px 14px 30px;
		min-height: unset;
		margin: 45px auto 85px !important;
	}

	.contact-form-section .left-section {
		padding: 0;
	}

	.contact-form-section .left-section .contact-us-info .socials-section {
		display: none;
	}

	.contact-form-section .left-section .contact-us-info {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.contact-form-section .left-section .contact-us-info .phone-section span,
	.contact-form-section .left-section .contact-us-info .email-section span {
		font-size: 13px;
		line-height: 20px;
		margin-left: 5px;
	}

	.contact-form-section .left-section .section-title {
		font-size: 21px;
		line-height: 19px;
		letter-spacing: -0.1px;
		text-align: left;
		padding: 2px 0 0 9px;
	}

	.contact-form-section .left-section .section-description {
		font-size: 14px;
		line-height: 16px;
		text-align: left;
		padding: 0 0 0 10px;
	}

	.contact-form-section .left-section .vce-shortcode-wrapper {
		margin-bottom: 20px;
	}

	.contact-form-section .right-section {
		max-width: 360px !important;
		margin: 0 auto !important;
	}

	.contact-form-section .right-section .gform_footer input {
		display: block !important;
		margin: 0 auto !important;
	}

	.contact-form-section .right-section li.gfield input,
	.contact-form-section .right-section li.gfield textarea {
		margin: 0 0 5px !important;
		padding: 7px 8px 3px !important;
		width: 100% !important;
		font-size: 11px !important;
	}

	.contact-form-section .right-section li.gfield textarea {
		max-height: 67px;
	}

	.contact-form-section .right-section .gform_footer {
		margin: 4px 0 0 !important;
	}

	.contact-form-section .right-section .gform_footer input {
		padding: 4px;
		font-size: 17px !important;
		background-color: #5caa9d;
		max-width: 265px;
	}

	/* END Contact Page */
}

@media only screen and (max-width: 450px) {
	.section .section-title {
		font-size: 26px;
		line-height: 20px;
	}


	/* Guest Page */
	.testimonial-section.guest .section-title {
		margin: 0;
	}

	.search-listing-section .search-listing-title {
		padding: 25px 15px 0 !important;
	}

	.search-listing-section {
		height: auto;
		overflow: hidden;
	}

	.search-listing-section .search-listing-action .vce-button--style-basic-wrapper {
		margin-bottom: 20px;
	}

	/* END Guest Page */
	/* Owner Page */
	.full-circle-section .full-circle-diagram {
		width: 300px;
		height: 300px;
		padding: 15px;
		margin: 19px auto 33px;
		border-radius: 50%;
		border: 5px solid #5caa9d;
		position: relative;
	}

	.full-circle-section .full-circle-diagram .item .dot {
		width: 35px;
		height: 35px;
		border-radius: 45px;
		background-color: #012244;
		position: absolute;
		left: 30px;
		top: 22px;
	}

	.full-circle-section .full-circle-diagram .item .text .title {
		font-size: 13px;
		line-height: 15px;
		padding-bottom: 5px;
		letter-spacing: 0.2px;
	}

	.full-circle-section .full-circle-diagram .item .text .description {
		font-size: 11px;
		line-height: 16px;
		letter-spacing: -0.2px;
	}

	.full-circle-section .full-circle-diagram .item .background-dot {
		width: 51px;
		height: 59px;
		border-radius: 48%;
		background-color: #ffffff;
		position: absolute;
		left: calc(50% - -22px);
		top: 9px;
	}

	.full-circle-section .full-circle-diagram .item-1 {
		left: calc(50% - 45px);
		top: -41px;
	}

	.full-circle-section .full-circle-diagram .item-1 .text {
		right: -131px;
		top: 100px;
		width: 175px;
		height: 164px;
	}

	.full-circle-section .full-circle-diagram .item-2 {
		right: 18px;
		top: 0;
		transform: rotate(62deg);
	}

	.full-circle-section .full-circle-diagram .item-2 .text {
		position: absolute;
		right: -151px;
		top: 98px;
		width: 175px;
		height: 164px;
		transform: rotate(-62deg);
	}

	.full-circle-section .full-circle-diagram .item-2 .dot {
		top: 22px;
		left: 30px;
	}

	.full-circle-section .full-circle-diagram .item-3 {
		right: -34px;
		bottom: 96px;
		transform: rotate(114deg);
	}

	.full-circle-section .full-circle-diagram .item-3 .text {
		position: absolute;
		right: -112px;
		top: 105px;
		width: 175px;
		height: 164px;
		transform: rotate(-114deg);
	}

	.full-circle-section .full-circle-diagram .item-3 .dot {
		top: 23px;
		left: 29px;
	}

	.full-circle-section .full-circle-diagram .item-4 {
		left: -31px;
		top: 89px;
		transform: rotate(-66deg);
	}

	.full-circle-section .full-circle-diagram .item-4 .text {
		position: absolute;
		right: -111px;
		top: 98px;
		width: 175px;
		height: 164px;
		transform: rotate(66deg);
	}

	.full-circle-section .full-circle-diagram .item-4 .dot {
		top: 23px;
		left: 30px;
	}

	.full-circle-section .full-circle-diagram .item-5 {
		left: 45px;
		bottom: 121px;
		transform: rotate(72deg);
	}

	.full-circle-section .full-circle-diagram .item-5 .text {
		position: absolute;
		right: -91px;
		bottom: 20px;
		width: 175px;
		height: 164px;
		transform: rotate(-72deg);
	}

	.full-circle-section .full-circle-diagram .item-5 .dot {
		top: 19px;
		left: 29px;
	}

	.full-circle-section .full-circle-diagram .item-6 {
		left: calc(50% - 50px);
		bottom: 36px;
	}

	.full-circle-section .full-circle-diagram .item-6 .text {
		position: absolute;
		right: -136px;
		bottom: 31px;
		width: 175px;
		height: 164px;
	}

	.full-circle-section .full-circle-diagram .item-6 .dot {
		top: 19px;
		left: 30px;
	}

	/* END Owner Page */
	/* Contact us Page */
	.contact-form-section {
		padding: 33px 15px 14px;
	}

	.contact-form-section .right-section {
		max-width: 340px !important;
	}

	.contact-form-section .right-section .gform_footer input {
		color: #19564c;
	}

	/* END Contact us Page */
	.site-footer .social-info-row .phone-part .section-info {
		margin: 10px 0 0;
	}

	.site-footer .social-info-row .phone-part .content {
		padding: 26px 0 18px;
	}

	.site-footer .social-info-row .phone-part .section-title {
		font-size: 32px;
	}

	.site-footer .social-info-row .phone-part .section-info {
		font-size: 16px;
	}

	.site-footer .social-info-row .phone-part .section-info .email {
		font-size: 16px;
	}
}

@media only screen and (max-width: 400px) {
	/* Header */
	.site-header.homepage .header-section .promo-section-title {
		padding: 40px 15px;
	}

	.sticky-button {
		margin-top: -70px;
		width: 70px;
		height: 140px;
		font-size: 17px;
	}

	/* END Header */
	/* Home Page */
	.promo-section .promo-column.flip-section .vce-col-content .vce-text-block .promo-flip-front {
		font-size: 21px;
	}

	.testimonial-section .testimonial-column .testimonial-author-position {
		font-size: 13px;
		letter-spacing: 0.4px;
	}

	/* END Home Page */
	/* Guest Page */
	.intro-section {
		height: 335px;
	}

	.feature-section .section-title.mobile {
		font-size: 22px;
	}

	.testimonial-section.guest .section-title {
		margin: 0;
	}

	.testimonial-section.guest .testimonial-column {
		padding: 40px 20px 16px;
	}

	.search-listing-section .search-listing-title {
		font-size: 21px;
	}

	.testimonial-section.guest .testimonial-column .testimonial-text {
		font-size: 17px;
		line-height: 29px;
	}

	/* END Guest Page */
	/* Owner Page */
	.intro-section.owner .intro-block {
		max-width: calc(100% - 16px);
		padding: 27px 25px 17px;
		margin: 0 auto 20px;
	}

	.cash-section .section-title {
		font-size: 22px;
		line-height: 22px;
	}

	.experience-section .section-title {
		font-size: 22px;
		line-height: 22px;
	}

	.partnership-section .partnership-title {
		font-size: 21px;
	}

	/* END Owner Page */
	/* About Page */
	.intro-section.about .intro-block {
		margin: 0 auto 13px;
	}

	.unique-section {
		padding: 26px 30px 39px;
	}

	.unique-section .section-title {
		font-size: 24px;
		line-height: 26px;
	}

	.estate-section {
		padding: 14px 20px;
	}

	.estate-section .section-title {
		font-size: 30px !important;
		line-height: 36px !important;
		margin: 0 auto 22px;
	}

	.support-section .support-text-column .section-title {
		font-size: 26px;
		line-height: 24px;
	}

	.support-section .support-text-column .section-description {
		padding: 0 10px;
	}

	/* END About Page */
	/* Contact Page */
	.contact-form-section .left-section .contact-us-info {
		align-items: flex-start;
		flex-direction: column;
	}

	.contact-form-section .left-section .section-description > div,
	.contact-form-section .left-section .contact-us-info > div {
		margin-bottom: 10px;
	}

	/* END Contact Page */
	/* Footer */
	.site-footer .social-info-row .phone-part .section-info {
		font-size: 15px;
	}

	.site-footer .social-info-row .phone-part .section-info .phone {
		padding-right: 10px;
	}

	.site-footer .social-info-row .phone-part .section-info .email {
		padding-left: 10px;
		font-size: 14px;
	}

	/* END Footer */
}

@media only screen and (max-width: 320px) {
	/* Header */
	.site-header #mobileMenuToggle a {
		font-size: 22px;
		line-height: 23px;
	}

	.site-header.homepage .header-section .promo-section-title {
		padding: 40px 0;
		font-size: 22px;
		text-shadow: 1px 1px 1px black;
	}

	/* END Header */
	/* Home Page */
	.promo-section .promo-column.text-section .promo-title {
		font-size: 19px;
		line-height: 23px;
	}

	.promo-section .promo-column.text-section .promo-sub-title {
		font-size: 19px;
	}

	.promo-section {
		padding: 45px 20px 22px;
	}

	.partner-section {
		padding: 30px 30px 26px;
	}

	.section .section-title {
		font-size: 22px;
		line-height: 20px;
	}

	.testimonial-section {
		padding: 14px 17px 80px;
	}

	.testimonial-section .testimonial-column {
		padding: 28px 28px 16px;
	}

	.testimonial-section .testimonial-column .testimonial-text {
		font-size: 16px;
	}

	.testimonial-section .testimonial-column .testimonial-author {
		font-size: 18px;
	}

	.testimonial-section .testimonial-column .testimonial-author-position {
		font-size: 12px;
		letter-spacing: 1px;
	}

	/* END Home Page */
	/* Guest Page */
	.intro-section {
		height: 335px;
	}

	.feature-section .section-title.mobile {
		font-size: 22px;
	}

	.testimonial-section.guest .section-title {
		margin: 0;
	}

	.testimonial-section.guest .testimonial-column {
		padding: 40px 20px 16px;
	}

	.search-listing-section .search-listing-title {
		font-size: 17px;
	}

	.testimonial-section.guest .testimonial-column .testimonial-text {
		font-size: 17px;
		line-height: 29px;
	}

	/* END Guest Page */
	/* END Owner Page */
	.intro-section.owner .intro-block {
		padding: 27px 15px 17px;
		margin: 0 auto 10px;
	}

	.partnership-section .partnership-title {
		padding: 5px 0 0 !important;
		font-size: 18px;
	}

	.partnership-section .partnership-action a {
		font-size: 17px;
		padding: 12px 0 10px;
	}

	/* END Owner Page */
	/* Contact Page */
	.looking-section-wrap .looking-section {
		padding: 20px 0;
	}

	.looking-section-wrap .looking-section-actions .left-action a,
	.looking-section-wrap .looking-section-actions .right-action a {
		max-width: calc(100% - 40px);
		padding: 30px 10px 25px;
	}

	/* END Contact Page */
	/* Footer */
	.site-footer .social-info-row .phone-part .section-title {
		font-size: 35px;
	}

	.site-footer .social-info-row .phone-part .section-info {
		font-size: 15px;
	}

	.site-footer .social-info-row .phone-part .section-info .phone {
		padding-right: 10px;
	}

	.site-footer .social-info-row .phone-part .section-info .email {
		padding-left: 10px;
		font-size: 13px;
	}

	.site-footer .social-info-row .socials-part a {
		margin: 0 7px;
	}

	.site-footer .footer-data .menu-part .menu-item a {
		font-size: 14px;
		line-height: 32px;
	}

	.site-footer .copyright {
		line-height: 19px;
	}

	.site-footer .footer-data .menu-part .subscribe-form .gform_wrapper .gform_body {
		width: 75%;
	}

	.site-footer .footer-data .menu-part .subscribe-form .gform_wrapper .gform_footer {
		width: 25%;
	}

	.site-footer .footer-data .menu-part .subscribe-form .gform_wrapper ul li.gfield .ginput_container input {
		padding: 10px 5px;
		font-size: 12px;
	}

	/* END Footer */
}