/*!
Theme Name: Arcadia
Theme URI: http://underscores.me/
Author: Godigitalalchemy
Author URI: https://godigitalalchemy.com/
Description: Arcadia - V4
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: arcadia
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Arcadia is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* 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; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * 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; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 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; /* 1 */
	font-size: 1em; /* 2 */
}

/* 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; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: 700;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * 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; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	appearance:none;
	-webkit-appearance:none;
	border-radius:0;
}

/**
 * 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; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * 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; /* 1 */
	padding: 0; /* 2 */
}

/**
 * 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; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * 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; /* 1 */
	font: inherit; /* 2 */
}

/* 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;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
optgroup,
textarea {
	font-family: acumin-pro, sans-serif;
	font-weight:400;
	color: #404040;
	font-size: 16px;	
}

h1, h2, h3, h4, h5, h6 {
	font-family: miller-display, serif;
	font-weight:300;	
}

h1{ font-size: 76px;}
h2{ font-size: 66px; }
h3{ font-size: 56px; }
h4{ font-size: 36px; }
h5{ font-size: 28px; }
h6{ font-size: 17px; }

p {
	line-height: 30px;	
	margin-bottom: 40px;
}

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;
	font-size: 15px;
	font-size: 0.9375rem;
	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;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fbf8f1;
	/* Fallback for when there is no custom background color defined. */
}

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: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
	vertical-align:middle;
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

label{
	color: #2B2B2B;
	font-size:14px;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background-color:#203452;
	font-size:15px;
	color:#FFFFFF;
	text-transform:capitalize;
	display:inline-block;
	padding:18px 38px;
	border:0;
	outline:0;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	
}

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 {
	
}

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,
select{
	background-color: #FFFFFF;
	border: 1px solid #E0E0E0;
	height: 48px;
	font-size: 14px;
	color: #000000;
	padding: 10px 28px;
	line-height: 28px;
	outline: 0;

}

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 {
	
}

select {
	
}

textarea {
	width: 100%;
	height: 192px;
	resize: none;
	overflow: auto;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #B7956D;
	text-decoration:none;
}

a:visited {
	
}

a:hover, a:focus, a:active {
	
}

a:focus {
	outline: 0;
}

a:hover, a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	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 {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	float: left;
	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: block;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# 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; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.post,
.page {
	
}

.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;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# 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 embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* 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;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

.wrapper{
	max-width:1440px;
	padding:0 20px;
	margin:0 auto;
	}


.site-header{
	background-color:rgba(45, 53, 67, 0.93);
	padding:24px 0;
	width: 100%;
	position:fixed;
	z-index: 900;
	left: 0;
	top: 0;
	}	
	
.site-header .wrapper{
	max-width:1900px;
	}	
	
.site-header .logo{
	max-width:240px;
	float:left;
	margin:8px 100px 8px 0;
	}
	
.site-header .main-nav{
	margin:24px 0 16px 0;
	float:left;
	}

.site-header .main-nav ul{
	padding:0;
	margin:0;
	list-style:none;
	position:relative;
	}
	
.site-header .main-nav ul li{
	float:left;
	margin:0 14px;
	}	
	
.site-header .main-nav ul li a{
	display:inline-block;
	padding:0 0 11px;
	letter-spacing: 0.8px;
	font-size:17px;
	font-weight:500;
	color:#FBF8F1;
	text-transform:capitalize;
	text-decoration:none;
	position:relative;
	}
	
.site-header .main-nav ul li a:after{
	content:'';
	position:absolute;
	left:50%;
	bottom:0;
	background-color:#E3D0B9;
	width:0;
	opacity:0;
	height:2px;
	transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
	transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	}
	
.site-header .main-nav ul li a:hover,.site-header .main-nav ul li.current-menu-item a{
	color:#E3D0B9;
	}	
	
.site-header .main-nav ul li a:hover:after,.site-header .main-nav ul li.current-menu-item a:after{
	width:20px;
	opacity:1;
	}
	
.site-header-inner{
	position:relative;
	}	
	
.site-header .main-nav ul ul{
	background: transparent linear-gradient(270deg, #AF9679 0%, #9B866E 47%, #AF9679 100%) 0% 0% no-repeat padding-box;
	box-shadow: 0px 3px 6px #00000021;
	width:6000px;
	position:absolute;
	left:0;
	top: calc(100% + 100px);
	text-align:center;
	padding:20px 0;
	transition:all 0.2s ease;
	-webkit-transition:all 0.2s ease;
	opacity:0;
	visibility:hidden;
	}
	
.site-header .main-nav li:hover > ul{
	top: calc(100% + 70px);
	opacity:1;
	visibility:visible;
	}	
	
.site-header .main-nav ul ul:before{
	background: transparent linear-gradient(270deg, #AF9679 0%, #9B866E 47%, #AF9679 100%) 0% 0% no-repeat padding-box;
	box-shadow: 0px 3px 6px #00000021;
	width:6000px;
	height:100%;
	position:absolute;
	left:-100%;
	top:0;
	content:'';
	z-index:99;
	}	
	
.site-header .main-nav ul ul:after{
	content:'';
	background-color: #af9679;
	width:10px;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:100;
	}			
	
.site-header .main-nav li li a{
	color:#FBF8F1 !important;
	}
	
.site-header .main-nav ul ul li a:after{
	width:0 !important;
	opacity: 0 !important;
	background-color: #FBF8F1;
	}
	
.site-header .main-nav ul ul li:hover a:after{
	width: calc(100% - 20px) !important;
    opacity: 1 !important;
	}			
	
.site-header .header-right{
	float:right;
	color:#FBF8F1;
	font-weight: 500;
	font-size: 15px;
	text-transform: capitalize;
	display: flex;
	align-items:center;
	-webkit-align-items:center;
	flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	margin:18px 0px;
	}

.site-header .header-right a{
	text-decoration: underline;
	color: inherit;
}

.site-header .header-right a:hover{
	color: #c9bbaa;
}	
	
.site-header .header-right .header-right-col{
	padding:1px 35px 1px;
	border-right:1px solid rgba(251, 248, 241, 0.5);
	}
	
.site-header .header-right .header-right-col:first-child{
	padding-left:0px;
	}
	
.site-header .header-right .header-right-col:last-child{
	padding-right:0px;
	border:0;
	}

.site-header .header-right .login-link{
	margin: 5px 0;
	font-weight:400;
}			
	
.site-header .header-right .search-icon{
	font-size: 20px;
	margin: 3px 0;	
	cursor: pointer;
}

.site-header .header-right .search-icon:hover{
	color:#c9bbaa;
}	
	
.hamburger-btn{
	width:28px;
	height:29px;
	position:relative;
	cursor:pointer;
	}

.hamburger-btn div{
	background-color:#fff;
	width:28px;
	height:2px;
	position:absolute;
	left:0;
	top:0;
	transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	}
	
.hamburger-btn div:nth-child(1){
	
	}
	
.hamburger-btn div:nth-child(2){
	width:17px;
	top:13px;
	}
	
.hamburger-btn div:nth-child(3){
	top:26px;
	}									

.hamburger-btn:hover div{
	width:28px;
	background-color:#c9bbaa;
	}
	
.hamburger-btn div:nth-child(2){
	width:17px;
	}

.banner-wrap{
	position:relative;
	z-index:499;
	height:100vh;
	overflow:hidden;
}	

.banner-slider{
	position: relative;
	height: 100vh;
}

.banner-slider .banner-image{
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.banner-slider {
  
  overflow: hidden;
  
}

.slick-actives .banner-slider .banner-image {
  width: 100%;
  animation: move 40s ease;
  /* Add infinite to loop. */
  
  -ms-animation: move 40s ease;
  -webkit-animation: move 40s ease;
  -o-animation: move 40s ease;
  -moz-animation: move 40s ease;
  position: absolute;
}

@-webkit-keyframes move {
  0% {
    -webkit-transform-origin: bottom left;
    -moz-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    -o-transform-origin: bottom left;
    transform-origin: bottom left;
    transform: scale(1);
    -ms-transform: scale(1);
    /* IE 9 */
    
    -webkit-transform: scale(1);
    /* Safari and Chrome */
    
    -o-transform: scale(1);
    /* Opera */
    
    -moz-transform: scale(1);
    /* Firefox */


  }

  50% {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    /* IE 9 */
    
    -webkit-transform: scale(1.1);
    /* Safari and Chrome */
    
    -o-transform: scale(1.1);
    /* Opera */
    
    -moz-transform: scale(1.1);
    /* Firefox */

  }


  100% {
    transform: scale(1);
    -ms-transform: scale(1);
    /* IE 9 */
    
    -webkit-transform: scale(1);
    /* Safari and Chrome */
    
    -o-transform: scale(1);
    /* Opera */
    
    -moz-transform: scale(1);
    /* Firefox */

  }
}

.home-banner .slick-arrow{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	z-index: 900;
}

.home-banner .slick-arrow.slick-prev{
	background-color:transparent;
	left:0;
	text-indent: -9999px;
	padding:0;
	font-size: 28px;
}

.home-banner .slick-arrow.slick-prev:before{
	width:40px;
	content:'\f053';
	font-family: "Font Awesome 5 Pro";
	font-weight: 300;
	position:absolute;
	left:0;
	top:0;
	text-indent:0;
}

.home-banner .slick-arrow.slick-next{
	background-color:transparent;
	right:0;
	text-indent: -9999px;
	padding:0;
	font-size: 28px;
}

.home-banner .slick-arrow.slick-next:before{
	width:40px;
	content:'\f054';
	font-family: "Font Awesome 5 Pro";
	font-weight: 300;
	position:absolute;
	right:0;
	top:0;
	text-indent:0;
}

.landing-wrap{
	position:relative;
	z-index:500;	
}

.top-flower {
	background: url(images/right-bg.png) no-repeat top center;
    background-size: contain;
    width: 540px;
    height: 688px;
    position: fixed;
    right: -220px;
	top:19%;
}

.toggle-container-active.page-template-template-gallery-php .top-flower {opacity: 0.4;}

.landing-wrap .landing-content{
	max-width:600px;
	background-color: #fbf8f1;
}

.landing-wrap .landing-content .landing-header{
	background-color:#FBF8F1;
	padding:20px 20px 50px;
	font-family: miller-display, serif;
	font-size:46px;
	font-weight:400;
	color:#363636;
	position:relative;
    top:-100px;
	margin-bottom:-130px;
}

.landing-wrap .landing-content .landing-header i{
	color:#B7956D;
	}
	
.landing-wrap .landing-content .landing-header .text-row-2{
	font-weight:300;
	}	
	
.hr{
	display:block;
	background-color:#505050;
	width:70px;
	height:3px;
	}
	
@-webkit-keyframes hr-slide-down {
	0% {
		-webkit-transform: translate(-50%, -60px) scale(.25, 0);
		transform: translate(-50%, -60px) scale(.25, 0);
		-webkit-transform-origin: bottom;
		transform-origin: bottom;
		transition-timing-function: cubic-bezier(.25, .46, .45, .94)
	}
	25% {
		-webkit-transform: translate(-50%, 0) scale(.25, 12);
		transform: translate(-50%, 0) scale(.25, 12);
		-webkit-transform-origin: bottom;
		transform-origin: bottom
	}
	50% {
		-webkit-transform: translate(-50%, 0) scale(.25, 1);
		transform: translate(-50%, 0) scale(.25, 1);
		-webkit-transform-origin: bottom;
		transform-origin: bottom
	}
	75% {
		-webkit-transform: translateX(-50%) scaleX(.15);
		transform: translateX(-50%) scaleX(.15);
		-webkit-transform-origin: left;
		transform-origin: left
	}
	100% {
		-webkit-transform: translateX(0) scaleX(1);
		transform: translateX(0) scaleX(1);
		-webkit-transform-origin: left;
		transform-origin: left
	}
}

@keyframes hr-slide-down {
	0% {
		-webkit-transform: translate(-50%, -60px) scale(.25, 0);
		transform: translate(-50%, -60px) scale(.25, 0);
		-webkit-transform-origin: bottom;
		transform-origin: bottom;
		transition-timing-function: cubic-bezier(.25, .46, .45, .94)
	}
	25% {
		-webkit-transform: translate(-50%, 0) scale(.25, 12);
		transform: translate(-50%, 0) scale(.25, 12);
		-webkit-transform-origin: bottom;
		transform-origin: bottom
	}
	50% {
		-webkit-transform: translate(-50%, 0) scale(.25, 1);
		transform: translate(-50%, 0) scale(.25, 1);
		-webkit-transform-origin: bottom;
		transform-origin: bottom
	}
	75% {
		-webkit-transform: translateX(-50%) scaleX(.15);
		transform: translateX(-50%) scaleX(.15);
		-webkit-transform-origin: left;
		transform-origin: left
	}
	100% {
		-webkit-transform: translateX(0) scaleX(1);
		transform: translateX(0) scaleX(1);
		-webkit-transform-origin: left;
		transform-origin: left
	}
}	
	
	
.hr.line{
	-webkit-transform: translate(-50%,-350px) scale(.25,0);
    -ms-transform: translate(-50%,-350px) scale(.25,0);
    transform: translate(-50%,-350px) scale(.25,0);
	}
	
.in-viewport-once .animate-line{
	-webkit-animation: hr-slide-down .8s cubic-bezier(.25,.46,.45,.94) both .8s;
    animation: hr-slide-down .8s cubic-bezier(.25,.46,.45,.94) both .8s;
	}		
	
.landing-wrap .landing-content .landing-header-content{
	padding:0 20px 20px;
	font-size:16px;
	color:#505050;
	line-height:36px;
	margin-bottom:70px;
	}
	
.landing-wrap .landing-content .landing-header-content p{
	line-height:30px;
	}	
	
.landing-wrap .landing-content .landing-header-content p:last-child{ margin:0;}	
	
.landing-wrap .landing-content .hr{
	margin:0 0 40px;
	}

	.icon-marker {
        animation-duration: 1s;
        animation-iteration-count: infinite;
        transform-origin: bottom;
    }
    .icon-bounce {
        animation-name: bounce-2;
        animation-timing-function: ease;
    }
    @keyframes bounce-2 {
        0%   { transform: translateY(0); }
        50%  { transform: translateY(-8px); }
        100% { transform: translateY(0); }
    }	
	
.location-bar{
	background-color:#000000;
	text-align:center;
	width:100%;
	position:fixed;
	left:0;
	bottom:0;
	z-index:900;
	font-size:15px;
	line-height:25px;
	color:#FFFFFF;
	text-transform:capitalize;
	padding:17px 0;
	transition: all 0.50s ease-in-out;
	}
	
.home .location-bar{
	 bottom:-80px;
	}			
	
.location-bar img{
	margin:0 18px 0 0;
	}	
	
.location-bar a{
	color:inherit;
	}
	

.landing-bottom-wrap{ position:relative; z-index:501; overflow:hidden; padding:100px 0 30px;}

.landing-bottom-wrap .wrapper{
	position:relative;
	z-index:100;
	}
	
	
.landing-bottom-wrap .landing-bottom-image{
	width: 956px;
    float: left;
    margin-left: -260px;
	position:relative;
	z-index:100;
	}	
	
	
.landing-bottom-wrap .landing-bottom-image .lbi-image-landscape{
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
	width: 600px;
	height: 570px;
	float:left;
	top: -50px;
	position:relative;
	box-shadow: 0px 10px 20px #00000029;
	}

.landing-bottom-wrap .landing-bottom-image .lbi-image-vertical{
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
	width:320px;
	height:570px;
	float:right;
	margin: 50px 0 0;
	box-shadow: 0px 10px 20px #0000003C;
	}
	
	
.landing-bottom-wrap .landing-bottom-content{
	width:49.5%;
	float:right;
	padding:100px 30px 100px 40px;
	font-size:16px;
	color:#F0EAE2;
	position:relative;
	z-index:100;
	}

.landing-bottom-wrap .landing-bottom-content h3{
	margin: 0 0 30px;
}

.landing-bottom-wrap .landing-bottom-content .hr{
	margin: 0 0 46px;
	background-color:#9B866E;
}	
	
.landing-bottom-wrap .landing-bottom-content p{
	line-height:30px;
	}
	
.landing-bottom-wrap .landing-bottom-content a{
	color:#967e63;
	text-decoration:underline;
	}

.landing-bottom-wrap .landing-bottom-content .cta-btn{
	color: #fff;
	text-decoration: none;
}			
	
.landing-bottom-wrap .landing-bottom-content p:last-child{
	margin:0;
	}	
	
.landing-bottom-wrap .landing-bottom-content .lbc-header{
	display: flex;
	align-items:center;
	-webkit-align-items:center;
	flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	margin:0 0 35px;
	}
	
.landing-bottom-wrap .landing-bottom-content .lbc-header .lbc-header-image{
	width:154px;
	}
	
.landing-bottom-wrap .landing-bottom-content .lbc-header .lbc-header-title{
	width:calc(100% - 154px);
	padding:0 0 0 28px;
	font-family: miller-display, serif;
	font-weight:400;
	font-size:36px;
	color:#F0EAE2;
	text-transform:capitalize;
	}			

.landing-bottom-wrap .landing-bottom-overlay{
	background-color:#2B3544;
	width:6000px;
	height:calc(100% - 50px);
	position:absolute;
	left:150px;
	top:0;
	z-index:99;
	}

.landing-bottom-wrap.full-bg .landing-bottom-overlay{
	width: 12000px;
    left: -6000px;
}	
	
.cta-wrap{
	background-size:235px;
	padding:150px 100px;
	text-align:center;
	position:relative;
}
	
.gallery-left-image {
	background: url(images/right-image.png) no-repeat left center;
	width: 425px;
	height: 686px;
	background-size: contain;
	position: fixed;
	left: -180px;
	bottom: -100px;
}	

.toggle-container-active.page-template-template-gallery-php .gallery-left-image {
	opacity: 0.4;
}
	
.cta-wrap h6{
	font-family: acumin-pro, sans-serif;
	font-weight:700;
	font-size:16px;
	letter-spacing: 0.8px;
	color:#505050;
	text-transform:uppercase;
	margin:0 0 0;
	}
	
.heading-bar{
	position:relative;
	margin:0 0 50px;
	}
	
.heading-bar h2 span{
	position:relative;
	z-index:100;
	}
	
.heading-bar .masked-wrapper {
    position: relative;
    z-index: 100;
}
	
.heading-bar h2{
	display:inline-block;
	font-size:40px;
	text-transform:capitalize;
	margin:0;
	padding:10px 32px;
	position:relative;
	}
	
.heading-bar h2:after{
	background:url(images/heading-row.png) repeat left top;
	background-size: 12px auto;
	width:100%;
	height:40px;
	position:absolute;
	left:0;
	bottom:0;
	 content:'';
	 z-index:99;
	}
	
.cta-btn{
	background-color:#203452;
	font-size:15px;
	font-weight:500;
	color:#FFFFFF;
	text-transform:capitalize;
	display:inline-block;
	padding:16px 20px;
	box-shadow: 0px 3px 6px #00000029;
	min-width: 120px;
	text-align: center;
	transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	}
	
.cta-btn:hover{
	background-color:#2B3544;
	}	


.cta-btn.light-brown{
	background-color:#C7A882;
}

.cta-btn.light-brown:hover{
	background-color:#B7956D;
	}	

.cta-btn img{
	position: relative;
	margin: 0 13px 0 0;
	top: -2px;
}	

.site-footer {
	position: relative;
	z-index: 600;
}

.footer-top-wrap{
	background-color:#AF9679;
	padding: 70px 0;
}

.footer-top-wrap .footer-logo{
	max-width: 205px;
	margin: 0 auto 30px;
}

.footer-top-wrap .footer-nav{
	text-align: center;
	margin: 0 0 40px;
}

.footer-top-wrap .footer-nav ul{
	padding: 0;
	margin: 0;
	list-style: none;	
}

.footer-top-wrap .footer-nav ul li{
	display: inline-block;
	margin: 0 20px;
}

.footer-top-wrap .footer-nav ul li:first-child{
	margin-left: 0;
}

.footer-top-wrap .footer-nav ul li:last-child{
	margin-right: 0;
}

.footer-top-wrap .footer-nav ul li a{
	font-weight:600;
	font-size: 15px;
	color: #FBF8F1;
	text-transform: uppercase;

}

.footer-top-wrap .footer-social{
	text-align: center;
}

.footer-top-wrap a{
	color:#FBF8F1;
	font-size: 20px;
	display: inline-block;
}

.footer-top-wrap a:first-child{
	margin-left: 0;	
}

.footer-top-wrap a:last-child{
	margin-left: 0;	
}

.footer-top-wrap .footer-social a{
	margin: 0 15px;
	}

.footer-bottom-wrap{
	background-color:#2B3544;
	padding: 20px 0;
	margin-bottom:61px;
	font-size: 14px;
	color:#BFBFBF;
	text-align: center;
	
}

.home .footer-bottom-wrap{
	margin-bottom:60px;
}

.footer-bottom-wrap .copyright{
	 display: inline-block;
	 margin: 0 50px 0 0;
}


.footer-bottom-wrap .footer-bottom-nav{
	display: inline-block;
	margin: 0 50px 0 0;
}

.footer-bottom-wrap .footer-bottom-nav ul{
	display: inline;
	padding: 0;
	margin: 0;
	list-style: none;
}

.footer-bottom-wrap .footer-bottom-nav ul li{ display: inline-block; }

.footer-bottom-wrap .footer-bottom-nav ul li:before{
	content: '|';
	padding: 0 5px;
}

.footer-bottom-wrap .footer-bottom-nav ul li:first-child:before{
	content:'';

}

.footer-bottom-wrap a{
	 color: inherit;
}

.footer-bottom-wrap .author-logo{
	max-width: 123px;
	display: inline-block;
}


.page-content-wrap{
	background-color:#FBF8F1;
	padding: 228px 0 110px;
	overflow: hidden;
}

.page-content-wrap .page-content-right-bg{
	background: url(images/right-bg.jpg) no-repeat left top;
    width: 583px;
    height: 405px;
    background-size: cover;
    position: absolute;
    right: -358px;
    top: 0;
}

.page-content-wrap .page-content-header{
	max-width: 920px;
	margin: 0 0 75px;
	font-size: 16px;
	color:#505050;
	position:relative;
	z-index:10;
}

.page-content-wrap .page-content-header p{
	margin: 0 0 40px;
	line-height: 30px;
}

.page-content-wrap .page-content-header .pch-content ul,.page-content-wrap .page-content-header .pch-content ol{
	margin:0 0 40px;
	padding:0 0 0 20px;
	}
	
.page-content-wrap .page-content-header .pch-content li{
	margin:0 0 10px;
	}	

.page-content-wrap .page-content-header .hr + .pch-content,
.page-content-wrap .page-content-header .spacer + .pch-content{
	margin-top:40px;
}

.page-content-wrap .page-content-header p:last-child{
	margin-bottom:0;
}

.pch-content.in-viewport{
	transition:all 0.2s ease;
	-webkit-transition:all 0.2s ease;
	}

.pch-content.in-viewport.in-viewport-once{
	opacity:1 !important;
	}

.page-content-wrap .page-content-header h1{
	font-size:55px;
	color:#363636;
	margin: 0 0 40px;
	text-transform: capitalize;
	 font-weight:300;
}

.page-content-wrap .page-content-header .hr{
	background-color:#9B866E;
}

.sorting-nav{
	position:relative;
	z-index:100;
	}

.sorting-nav ul{
	padding: 0;
	margin: 0;
	list-style: none;
}

.sorting-nav ul li{
	font-size: 17px;
	font-weight:500;
	color:#505050;
	padding: 3px 20px;
	float: left;
	text-transform:capitalize;
	border-right: 2px solid #f0eae3;
	cursor:pointer;
}

.sorting-nav ul li:first-child{
	padding-left: 0;
}

.sorting-nav ul li:last-child{
	padding-right: 0;
	border-right: 0;
}

.sorting-nav ul li.active,.sorting-nav ul li:hover{
	color:#B7956D;
}

.toggle-bar{
	margin: 0 0 20px;
}

.toggle-bar .toggle-btn{
	float: right;
}

.toggle-btn{
	background-color:#2D3543;
	width: 38px;
	height: 25px;
	border-radius: 13px;
	position: relative;
	cursor: pointer;
}

.toggle-btn .toggle-tracker{
	background-color: #fbf8f1;
    width: 21px;
    height: 21px;
    border-radius: 11px;
    position: absolute;
    left: 2px;
    top: 2px;
    transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;	
} 

.toggle-btn.active .toggle-tracker{
	left: 14px;
}

.toggle-btn.active{
	background-color:#fbf8f1;
	}
	
.toggle-btn.active .toggle-tracker{
	background-color:#2D3543;
	}	

.grid{
	position:relative;
	}
.grid:after{
	content:'';
	background-color: #fbf8f1;
	width:3px;
	height:100%;
	position:absolute;
	right:0;
	top:0;
	}

.grid-col-row{}

.grid-col-row .grid-col-holder{
	width:25%;
	padding:10px;
}

.grid-col-row .grid-col-holder img{
	width: 100%;
	object-fit: cover;
	object-position: center center;
}
.grid-col-row .grid-col-holder img.vertical{ height:660px;}

.grid-col-row .grid-col-holder img.horizontal{ height:320px;}

.grid-col-row .grid-col-holder.half{
	width: 50%;
}

.grid-col-row .grid-col-holder.half img{
	height: 660px;
}

.grid-col-row .grid-col-holder span.title {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	color: red;
	font-size: 20px;
	line-height: 22px;
	z-index: 9;
} 

.grid-col-row .grid-col-holder .grid-col-content{
	position: relative;
}

.grid-col-row .grid-col-holder .grid-col-content a {
	display: block;
}

.grid-col-row .grid-col-holder .grid-col-content blockquote{
	position: relative;
	padding: 65px 0;
	font-size: 18px;
	color: #363636;
	line-height: 18px;
	text-align: center;
	height: 320px;
}

.grid-col-row .grid-col-holder .grid-col-content blockquote p{
	margin:0 0 20px;
	line-height:27px;
}

.grid-col-row .grid-col-holder .grid-col-content blockquote a{
	color:#B7956D;
	text-decoration: underline;
}

.grid-col-row .grid-col-holder .grid-col-content blockquote a:hover{
	color:#C7A882;	
}

.grid-col-row .grid-col-holder .grid-col-content blockquote:before{
	background: url(images/top-quote.png) no-repeat center center;
	background-size: contain;
	content: '';
	width: 30px;
	height: 20px;
	position: absolute;
	left: 0;
	top: 25px;
}

.grid-col-row .grid-col-holder .grid-col-content blockquote:after{
	background: url(images/bottom-quote.png) no-repeat center center;
	background-size: contain;
	content: '';
	width: 30px;
	height: 20px;
	position: absolute;
	right:0;
	bottom: 25px;
}

.grid-pagination{
	text-align:center;
	}

.grid-pagination ul{
	padding:0;
	margin:0;
	list-style:none;
	}
	
.grid-pagination ul li{
	 display:inline-block;
	}	


.grid-pagination .grid-pagination-content{
	max-width: 1025px;
	margin: 0 auto;
	border-bottom: 2px solid #F0EAE3;
	padding: 40px 0;
}

.section-row-content{
	background-color:#2d3543;
	padding: 60px 0 0;
	margin: 0 0 170px;
	font-size: 16px;
	color: #F0EAE2;
}

.section-row-content p{
	margin: 0;
	line-height: 30px;
}

.section-row-content h2{
	margin: 0 0 30px;
	font-size: 46px;
	line-height: 54px;
	text-transform: capitalize;
	font-weight:300;
}

.section-row-content .hr{
	background-color: #9B866E;
	margin: 0 0 30px;
}

.section-row-content .wrapper{
	display: flex;
	align-items:stretch;
	-webkit-align-items:stretch;
	flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}

.section-row-content .section-row-image{
	width: 800px;
	margin: 0 0 -60px -280px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	top: -120px;
	box-shadow: 0px 10px 20px #0000003C;
}


.section-row-content .section-row-content-main{
	width: calc(100% - 522px);
	padding: 0 0 0 150px;
	
	display: flex;
	align-items:center;
	-webkit-align-items:center;
	flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}

.section-row-content .section-row-content-main .section-row-content-inner{
	margin-top:-120px;
}

.section-row-content.reverse .wrapper{
	flex-direction:row-reverse;
	-webkit-flex-direction:row-reverse;
}

.section-row-content.reverse .wrapper .section-row-content-main{
	padding: 0 150px 0 0;
}

.section-row-content.reverse .wrapper .section-row-image{
	margin: 0 -280px -60px 0;
}

.section-row-wrap{
	background-color: #FBF8F1;
	overflow: hidden;
	margin-top: -60px;
	position:relative;
	z-index:100;
}

.section-row-wrap .section-row-content:first-child{
	margin-top: 60px;
}

.section-row-wrap .section-row-content:last-child{
	margin-bottom: 0;
}

.two-column-content{
	background-color:#FBF8F1;
	padding: 140px 0;
	
}

.two-column-content .wrapper{
	max-width: 970px;
}								

.two-column-content .hr{
	background-color:#9B866E;
	margin: 0 auto 50px;
}

.two-column-content p{
	margin: 0 0 30px;
	line-height: 30px;
}
.two-column-content .two-column-content-head h3{
	text-align: center;
	margin: 0 0 36px;
}
.two-column-content .two-column-content-head p:first-of-type{
	font-size: 20px;
	color: #505050;
}

.two-column-content  .column-col{
	width: calc(50% - 10px);
	float: left;
}

.two-column-content  .column-col + .column-col{
	float: right;
}

.team-content{
	background-color:#DED0BF;
	padding: 120px 0;
	color: #505050;
	text-align:center;
	position:relative;
	z-index:100;
}

.team-content h2{
	 margin: 0 0 36px;
}

.team-content .hr{
	background-color:#9B866E;
	margin: 0 auto 50px;
}

.team-content-main{
	margin: 0 -20px 60px;
}

.team-content-main .team-content-col{
	background-color:#909090;
	width: 320px;
	height: 420px;
	margin:20px;
	float: left;
	position:relative;
	overflow:hidden;
}
.team-content-main .team-content-col .team-content-col-overlay{
	position: absolute;
	left: 0;
	opacity:0;
	bottom:-100%;
	z-index: 100;
	width: 100%;
	background-color: rgba(175, 150, 121, 0.95);
	color: #fff;
	padding: 16px;
	font-size: 14px;
	transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
}

.team-content-main .team-content-col:hover .team-content-col-overlay{
	bottom:0;
	opacity:1;
	}

.team-content-main .team-content-col .team-content-col-overlay h5{
	margin: 0 0 5px;
	font-size: 18px;
	text-transform: uppercase;
}
	
.team-content-main .team-content-col .team-content-col-overlay h5 + span{
	 display:block;
	}	

.team-content-main .team-content-col img{
	width:100%;
	height:420px;
	object-fit: cover;
	object-position: center center;
}



.video-wrap{
	padding: 137px 0 70px;
	text-align: center;
	position: relative;
	overflow: hidden;
}

.video-wrap:after{
	content:'';
	background-color:#F0EAE3;
	width: 1066px;
	height: 2px;
	position:absolute;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	bottom: 0; 	
}

.video-wrap h3{
	line-height: 70px;
	margin: 0 0 36px;
}

.video-wrap .hr{
	background-color: #9B866E;
	margin: 0 auto 50px;
}

.video-wrap .video-main{
	max-width: 1185px;
	margin: 0 auto 28px;
}

.video-wrap .video-main iframe,
.video-wrap .video-main object,
.video-wrap .video-main embed {   
	width: 100%;
	height:666px;
}

.video-logos{
	display: flex;
	align-items:center;
	-webkit-align-items:center;
	flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	margin:0 0 70px;
	}
	
.video-logos .vl-col{
	width:25%;
	padding:10px;
	}
	
.video-logos .vl-col a{
	background-color:#fbf8f1;
	display:block;
	border:2px solid rgba(64, 64, 64, 0);
	height:160px;
	transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	}
	
.video-logos .vl-col:hover a{
	border:2px solid rgba(64, 64, 64, 0.09);
	box-shadow:0 0 10px rgba(0, 0, 0, 0.09);
	}		
	
.video-logos .vl-col img{
	height:100%;
	max-width: calc(100% - 30px);
    max-height: 135px;
	display:block;
	object-fit: contain;
    object-position: center center;
	position:relative;
	left:50%;
	top:50%;
	transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
	}
	
.video-logos .vl-col:hover img{
	filter: grayscale(0);
	-webkit-filter: grayscale(0);
	}			 

.contact-content{}

.contact-content .contact-content-main{
	float: left;
	width: 800px;
	margin: 0 40px 0 0;
}

.contact-content .contact-content-main h2{
	margin: 0 0 36px;
	font-weight:300;
}

.contact-content .contact-content-main .hr{
	background-color:#9B866E;
	margin: 0 0 36px;
}

.contact-content .contact-content-main p{
	margin: 0 0 34px;
}

.contact-content .contact-content-main label{
	display: block;
}

.contact-content .contact-content-main input[type="text"],
.contact-content .contact-content-main input[type="email"],
.contact-content .contact-content-main input[type="url"],
.contact-content .contact-content-main input[type="password"],
.contact-content .contact-content-main input[type="search"],
.contact-content .contact-content-main input[type="number"],
.contact-content .contact-content-main input[type="tel"],
.contact-content .contact-content-main input[type="range"],
.contact-content .contact-content-main input[type="date"],
.contact-content .contact-content-main input[type="month"],
.contact-content .contact-content-main input[type="week"],
.contact-content .contact-content-main input[type="time"],
.contact-content .contact-content-main input[type="datetime"],
.contact-content .contact-content-main input[type="datetime-local"],
.contact-content .contact-content-main input[type="color"],
.contact-content .contact-content-main textarea,
.contact-content .contact-content-main select{
	width: 100%;
}

.contact-col{
	width: 50%;
	float: left;
}

.contact-col h6{
	text-transform:uppercase;
	font-weight:600;
	color: #000;
	margin: 0 0 16px;
}

.contact-col p{
	line-height:27px;
}

.contact-content-main .inside-grid-column h6{
	font-family: acumin-pro, sans-serif;
	text-transform:uppercase;
	font-weight:600;
	color: #000;
	margin: 0 0 16px;
}

.contact-content-main .inside-grid-column p{
	line-height:27px;
	}

.contact-content .contact-content-image{
	width: 820px;
    margin: 0px 0 0 -261px;
    float: right;
    right: -261px;
    position: relative;
}

.contact-content .contact-content-image img{
	width: 100%;
}


.section-features-row{
	/*background-color: #FBF8F1;*/
    padding: 50px 0 150px;
	position:relative;
	z-index:100;	
}

.section-features-row .section-features-image{
	width: 1106px;
	float: right;
	position:relative;
}

.section-features-row .section-features-list{
	position:relative;
}

.section-features-row .section-features-content{
	margin-right: -280px;
	width: 570px;
	float: left;
}

.section-features-row .section-features-content h3{
	margin: 0 0 36px;
}

.section-features-row .section-features-content .hr{
	margin: 0 0 50px;
	background-color:#9B866E; 
}

.features-list-row{
	clear: both;
	overflow: hidden;
	margin:0 0 50px;
}

.features-list-row:last-child{
	margin:0;
}

.features-list-row .flr-no{
	font-family: miller-display, serif;
	font-weight:400;
	width: 72px;
	margin-right: 20px;
	font-size: 76px;
	line-height:46px;
	float: left;
}


.features-list-row .flr-content{
	overflow: hidden;
	margin-right: 100px;
}

.features-list-row .flr-content h6{
	font-family: acumin-pro, sans-serif;
	font-size: 16px;
	font-weight: 700;
	margin:0 0 10px;
}

.features-list-row .flr-content p{
	margin: 0;
	line-height: 30px;
}

.section-certification-row{
	background:#2D3543;
	padding: 105px 0;
	text-align: center;
	color: #FBF8F1;
	position:relative;
	z-index:101;
}

.section-certification-row h3{
	margin: 0 0 30px;
}

.section-certification-row .hr{
	background-color:#9B866E;
	margin: 0 auto 28px;
}

.section-certification-row .certification-logo img{
	margin: 0 24px;
	display: inline-block;
}

.post-nav{
	border-top: 2px solid #F0EAE3;
	border-bottom: 2px solid #F0EAE3;
	padding: 24px 0px 19px;
	position:relative;
	z-index:200;
}

.post-nav-main{
	float:left;
}

.post-nav-main ul{
	padding: 0;
	margin: 0;
	list-style: none;
}

.post-nav-main ul li{
	 display:block;
	 float: left;
	 padding:0 17px;
	 cursor:pointer;
}

.post-nav-main ul li.active,.post-nav-main ul li:hover{
	color:#B7956D;
	}

.post-nav-main ul li:after{
	content: '';
    background-color: #F0EAE3;
    width: 2px;
    height: 20px;
    display: inline-block;
    margin-left: 34px;
    position: relative;
    top: 5px;
}

.post-nav-main ul li a{
	color:#505050;
}

.post-nav-main ul li a:hover,.post-nav-main ul li.active a{
	color:#B7956D;
	}

.post-nav-main ul li:last-child:after{
	opacity: 0;	
}

.post-nav-main ul li:last-child{
	margin-right: 0;
}

.post-nav-right{
	float: right;
}
.archive-list{
	font-size: 17px;
	color: #505050;
	position: relative;
}

.archive-list a{
	color: inherit;
}



.archive-list span{
	background: url(images/downarrow.png) no-repeat calc(100% - 5px) center;
    display: inline-block;
    padding: 10px 22px;
    background-size: 11px;
}

.archive-list ul{
	position: absolute;
    left: 0;
    top: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    width: 100%;
    text-align: right;
    background-color: #fbf8f1;
    border: 2px solid #F0EAE3;
    display: none;
}

.archive-list:hover ul{
	display:block;
	}

.archive-list ul li{
	font-size: 16px;
    padding: 4px 20px;
    border-bottom: 2px solid #F0EAE3;
}

.archive-list ul li:last-child{
	border-bottom: 0;
}

.current-post{
	padding: 40px 0;
	border-bottom: 2px solid #F0EAE3;
	position:relative;
	z-index:100;
}

.current-post .post-thumb{
	width: 175px;
	float: left;
}

.current-post .post-content{
	overflow: hidden;
	padding: 0 25px;
}

.current-post .post-content h5{
	margin: 0 0 17px;
}

.current-post .post-content p{
	line-height: 26px;
	margin:0;
}

.current-post .post-content .post-meta{
	font-size: 20px;
	margin:0 0 7px;
}

.post-grid-wrap{
	margin-top:70px;
	}

.post-grid-wrap .post-grid-col{
	width: 33.33%;
	border-right: 2px solid #F0EAE3;
}

.post-grid-wrap .post-grid-col .pgc-content{
	padding: 20px;
}

.post-grid-wrap .post-grid-col .pgc-content .post-thumb{
	margin: 0 0 50px;
}

.post-grid-wrap .post-grid-col .pgc-content .post-thumb img{
	width: 100%;
	max-height: 480px;
	object-fit: cover;
	object-position: center center;
}

.post-grid-wrap .post-grid-col .pgc-content .post-thumb .post-thumb-video{
	position: relative;
    overflow: hidden;
	}
	
.post-grid-wrap .post-grid-col .pgc-content .post-thumb .post-thumb-video iframe{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
	z-index:100;
	}	

.post-grid-wrap .post-grid-col .pgc-content .post-content{
	border-bottom: 2px solid #F0EAE3;
	padding: 0 0 45px;
}

.post-grid-wrap .post-grid-col .pgc-content .post-content .post-meta{
	font-size: 14px;
	margin: 0 0 10px;
}

.post-grid-wrap .post-grid-col .pgc-content .post-content h5{
	margin: 0 0 12px;
}

.post-grid-wrap .post-grid-col .pgc-content .post-content h5 a{
	color:#404040;	
}

.post-grid-wrap .post-grid-col .pgc-content .post-content p{
	line-height: 28px;
	margin: 0;
}

.post-grid-wrap .post-grid-col .pgc-content .post-content p a:hover{ color:#C7A882; }

.popup{
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999;
}

.popup .popup-container{
	background-color:#2D3543;
	position: relative;
	color:#FBF8F1;
	padding:25px 30px;
}

.popup .popup-container .popup-logo{
	width: 201px;
	float: left;
}


.popup .popup-container .popup-close{
	background:url(images/arrow-image.png) no-repeat center top;
	background-size:40px;
	width: 40px;
	height: 40px;
	margin: 7px 0;
	position: relative;
	float: right;
	cursor: pointer;
}

.popup .popup-container .popup-close:hover{
	background-position:0 -40px;
	}

/*.popup .popup-container .popup-close:before{
	font-family: "Font Awesome 5 Pro";
	content: "\f0aa";
	font-weight: 300;
	font-size: 40px;
	color: #fff;
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}*/

.popup .popup-container .popup-container-head{
	position: relative;
	z-index: 100;
}

.popup .popup-container .popup-container-head .wrapper{
	max-width: 1900px;
}

.popup .popup-container .popup-container-content{
	position: relative;
	z-index: 100;
}

.popup .popup-container .popup-container-image{
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 99;
	mix-blend-mode: overlay;
	opacity: 0.11;
}

.popup-container-content .header-top-content{
	margin: 68px 0 0;
}

.popup-container-content .header-top-content h6{
	font-family: acumin-pro, sans-serif;
	letter-spacing: 0.6px;
	font-weight:600;
	margin: 0 0 12px;
	font-size:12px;
	font-weight:400;
	text-transform:uppercase;
}

.popup-container-content .header-top-content h4{
	font-size: 35px;
	margin: 0 0 20px;
	font-weight: 300;
}

.popup-container-content .header-top-content .htc-col{
	width: calc(25% - 140px);
	margin-right:140px;
	float: left;
}


.popup-container-content .header-top-content .htc-col p{
	margin: 0 0 16px;
}

.popup-container-content .header-top-content .htc-col p strong{
	letter-spacing: 0.7px;
	}

.popup-container-content .header-top-content .htc-col p i{
	display: inline-block;
	color: #fff;
	font-size: 20px;
	margin-right: 10px;
}

.popup-container-content .header-top-content .htc-col:first-child{
	width: calc(50% - 140px);
}

.popup-container-content .header-top-content .htc-col:last-child{
	margin-right: 0;
	width: 25%;
}

.popup-container-content .header-top-content .htc-col label{
	display: block;
	font-size: 14px;
	color:#FBF8F1;
	text-transform: capitalize;
	margin: 0 0 14px;
}

.popup-container-content .header-top-content .htc-col input[type="text"],
.popup-container-content .header-top-content .htc-col input[type="email"],
.popup-container-content .header-top-content .htc-col input[type="url"],
.popup-container-content .header-top-content .htc-col input[type="password"],
.popup-container-content .header-top-content .htc-col input[type="search"],
.popup-container-content .header-top-content .htc-col input[type="number"],
.popup-container-content .header-top-content .htc-col input[type="tel"],
.popup-container-content .header-top-content .htc-col input[type="range"],
.popup-container-content .header-top-content .htc-col input[type="date"],
.popup-container-content .header-top-content .htc-col input[type="month"],
.popup-container-content .header-top-content .htc-col input[type="week"],
.popup-container-content .header-top-content .htc-col input[type="time"],
.popup-container-content .header-top-content .htc-col input[type="datetime"],
.popup-container-content .header-top-content .htc-col input[type="datetime-local"],
.popup-container-content .header-top-content .htc-col input[type="color"],
.popup-container-content .header-top-content .htc-col textarea,
.popup-container-content .header-top-content .htc-col select{
	width: 100%;
}

.popup-container-content .header-top-content .htc-col textarea{
	height: 96px;
}

.popup-container-content .header-top-content .htc-col button,
.popup-container-content .header-top-content .htc-col input[type="button"],
.popup-container-content .header-top-content .htc-col input[type="reset"],
.popup-container-content .header-top-content .htc-col input[type="submit"] {
	background-color: #FFFFFF;
	color:#2D3543;
	float: right;
	font-family: acumin-pro, sans-serif;
	font-weight:600;
	font-size:15px;
}

.popup-container-content .header-top-content .htc-col .gform_wrapper .gform_footer{
	clear: both;
	overflow: hidden;
	margin: 0 0 0;
}

.popup-container-content .header-top-content .htc-col .gform_wrapper{
	margin-bottom:65px; 
}

.search-area{
	margin: 0 0 70px;
}

.search-area input[type="text"],.search-area input[type="search"]{
	background:none;
	display: block;
	width: 100%;
	border: 0;
	border-bottom: 1px solid #F0EAE3;
	font-size: 56px;
	padding: 10px 0;
	margin: 0 0 26px;
	height: 70px;
	line-height: 48px;
	color: #fff;
	appearance:none;
	-webkit-appearance:none;
	border-radius:0;

}

.search-area ::-webkit-input-placeholder {
  opacity: 1;
  color: #fff;
}
.search-area ::-moz-placeholder {
  opacity: 1;
  color: #fff;
}
.search-area :-ms-input-placeholder {
  opacity: 1;
  color: #fff;
}
.search-area :-moz-placeholder { 
  opacity: 1;
  color: #fff;
}


.search-area .search-bottom{
	color:#FBF8F1;
	font-size: 16px;
}

.gallery-content{
	background-color:#FBF8F1;
	padding: 94px 120px;
	max-width:1160px; 
}

.gallery-content .gallery-content-image{
	background-color:#505050;
	width: 320px;
	float: left;
}

.gallery-content .gallery-content-main{
	overflow: hidden;
	padding: 0 40px;
}

.gallery-content .gallery-content-main h6{
	margin: 0 0 12px;
	font-size: 16px;
	font-family: acumin-pro, sans-serif;
	font-weight:600;
	text-transform:uppercase;
}

.gallery-content .gallery-content-main h4{
	margin: 0 0 15px;
}

.gallery-content .gallery-content-main .hr{
	background-color: #9B866E;
}

body div.fancybox-content{background:none;}
body div.fancybox-bg { background: #2B3544; }
body .fancybox-slide--html button.fancybox-close-small{ border: 2px solid #FFFFFF; border-radius:22px; color: #fff; opacity: 1; position: fixed; right:30px; top:30px; outline: 0;  }
body button.fancybox-close-small svg{ color: #fff; transform: scale(1.5); -webkit-transform: scale(1.5); }
body .fancybox-slide--html button.fancybox-close-small:hover{border-color:#c9bbaa;}
body button.fancybox-close-small:hover svg{ color:#c9bbaa;}

.properties-details-container{
	background-color:#FBF8F1;
	max-width:1400px;
	margin: 0 auto;
	padding: 70px;
}

.properties-details-container .property-gallery{
	width: 600px;
	float: left;
}

.properties-details-container .property-content{
	width:calc(100% - 600px);
	float:right;
	padding: 0 0 0 70px;
	font-size:16px;
	font-weight:300;
}

.property-content-back{
	margin:0 0 25px;
	}

.property-content h4{
	margin:0 0 10px;
	}

.property-content hr{
	border-color:#707070;
	opacity: 0.25;
	margin:30px 0;
	height:2px;	
}


.properties-details-container .property-content h6{
	font-family: acumin-pro, sans-serif;
	font-weight:700;
	text-transform:uppercase;
	font-size: 14px;
	margin: 0 0 16px;
}

.properties-details-container .property-content p{
	margin:0 0 36px;
}

.slider-nav{
	border-bottom:1px solid #707070;
	padding:10px 42px 30px;
	margin:0 0 30px;
	position:relative;
}

.slider-nav .slick-arrow{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	 z-index: 900;
}

.slider-nav .slick-arrow.slick-prev{
	left:0;
}

.slider-nav .slick-arrow.slick-next{
	right:0;
}

.slider-nav .slider__item{
	padding:6px;
}

.slider-nav .slider__item img{
	border:2px solid #fff;
}

.slider-nav .slick-current .slider__item img{
	border-color:#B7956D; 
}

.slider__counter{
	background-color:#505050;
	position: absolute;
	left: 1px;
    bottom: 4px;
	padding: 8px 15px;
	font-size: 14px;
	color:#FFFFFF;
}

.slider__counter:before{
	font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    content: "\f030";
    display: inline-block;
    margin-right: 10px;
}

.property-gallery-bottom{}
.property-gallery-bottom h6{
	margin: 0;
	text-transform: uppercase;
}

.property-gallery-bottom p{
	margin:0 0 15px;
}

.properties-details-container .property-content .property-address{
}

.properties-details-container .property-content .property-address p{
	margin: 0 0 10px;
	font-size:19px;
}

.properties-header{
	background: #2B3544 url(images/left-image.png) no-repeat calc(100% + 290px) top;
	background-size:600px;
    padding: 60px 40px 40px;
    color: #FBF8F1;
}

.properties-header .wrapper{
	max-width: 1900px;
}

.properties-header .properties-header-left{
	width: 404px;
	margin-right: 20px;
	float: left;
}

.properties-header .properties-header-left h3{
	margin: 0 0 20px;
	font-size: 46px;
}

.properties-header .properties-header-left .hr{
	background-color: #9b866e;
}

.properties-header .properties-header-content{
	max-width: 793px;
	overflow: hidden;
}

.properties-header .properties-header-content p{
	margin: 0 0 20px;
}

.properties-header-search{
	clear: both;
	margin: 40px 0 0;
}

.properties-header-search .property-search, .properties-header-search select {
	background:#fff url(images/down-arrow-2.svg) no-repeat calc(100% - 8px) center;
	background-size: 13px;
	float: left;
	height: 40px;
	padding: 5px 32px 5px 16px;
	line-height: 30px;
	margin-right: 19px;
	border: 0;
	color: #444444;
	font-size: 14px;
	outline: 0;
	appearance:none;
	-webkit-appearance:none;
	-moz-appearance:none;
	border-radius:0;

}

.properties-header-search select:hover,.properties-header-search select:focus{
	background:#fff url(images/down-arrow.svg) no-repeat calc(100% - 8px) center;
	}
	
.properties-header-search .property-search, .properties-header-search .cta-btn{
	background: #fff;
    height: 40px;
    float: left;
    color: #444;
    padding: 5px 20px;
    line-height: 28px;
	}
	
.properties-header-search .cta-btn{
	background:#C7A882;
    color: #fff;
	cursor:pointer;
	}
	
.properties-header-search .cta-btn:hover{
	background:#B7956D;
	}	

.properties-header-search .property-search{
	width: 343px;
	background:#fff url(images/zoom.svg) no-repeat calc(100% - 14px) center;
	background-size: 18px;
	padding: 5px 48px  5px 24px;
	font-size: 16px;
	appearance:none;
	-webkit-appearance:none;
	border-radius:0;
	
	
}

.page-content-wrap .page-content-left-bg{
	background: url(images/left-image.jpg) no-repeat center center;
    background-size: contain;
    width: 339px;
    height: 391px;
    position: absolute;
    left: -329px;
    bottom: 0;
}

.contact-content-left-bg{
	background:url(images/right-image.png) no-repeat -323px bottom fixed;
	}

body div.gform_wrapper label.gfield_label, body div.gform_wrapper legend.gfield_label{
	 font-weight:400;
	 font-size:14px;
}

body div.gform_wrapper textarea.large{
	height:192px;
}


.masked-wrapper{
    overflow: hidden;
}

.masked-wrapper .masked-row{
	display: block;
    will-change: transform;
    transition: -webkit-transform .8s cubic-bezier(.23,1,.32,1);
    transition: transform .8s cubic-bezier(.23,1,.32,1);
    transition: transform .8s cubic-bezier(.23,1,.32,1),-webkit-transform .8s cubic-bezier(.23,1,.32,1);
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
	}
	
.masked-wrapper.delay-2 .masked-row{
	transition-delay: .3s;
	}	

.masked-wrapper.in-viewport-once .animate{
	-webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}




.grid-pagination .wp-pagenavi span,
.grid-pagination .wp-pagenavi a{
	border:0;
	padding:0;
	color:#505050;
	font-family: acumin-pro, sans-serif;
	font-size:16px;
	font-weight:600;
	display:inline-block;
	margin:0 7px;
	}
	
.grid-pagination .wp-pagenavi .current{
	color:#B7956D;
	}	
	
.grid-pagination .wp-pagenavi .pages{ display:none;}	

.grid-pagination .wp-pagenavi .nextpostslink,.grid-pagination .wp-pagenavi .previouspostslink{ margin:0 35px;}


.properties-popup-overlay{
	background-color:#FBF8F1;
	width:100%;
	height:100%;
	position:fixed;
	left:0;
	top:0;
	z-index:901;
	}

.properties-popup{
	position:relative;
	z-index:902;
	}
	
.outer-wrap-holder{
	overflow:hidden;
	position:relative;
	}	
	
#location-popup{
	position:absolute;
	left:0;
	top:100%;
	width:100%;
	z-index:902;
	transition:top .6s ease;
	-webkit-transition:top .6s ease;
	}
	
#location-popup.active{
	top:0;
	}		
	
.properties-map-content{
	background-color:#FBF8F1;
	}
	
.properties-map-content .properties-map{
	width:50%;
	float:left;
	}
	
.properties-map-content .properties-map #pmap{
	height:calc(100vh - 290px);
	}	

.properties-map-content .properties-sidebar{
	width:50%;
	height:calc(100vh - 290px);
	overflow:auto;
	float:right;
	}
	
.properties-map-content .properties-sidebar #pdata{
	display: flex;
	align-items:stretch;
	-webkit-align-items:stretch;
	flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	}	
	
.properties-col{
	background-color:#fff;
	border: 1px solid #DDDDDD;
	margin:15px;
	width:calc(50% - 30px);
	position:relative;
	}
	
.properties-col:after{
	content:'';
	background-color:#B7956D;
	width:100%;
	height:4px;
	position:absolute;
	left:0;
	bottom:0;
	opacity:0;
	visibility:hidden;
	}
	
.properties-col:hover:after{
	opacity:1;
	visibility:visible;
	}
	
.gm-style .gm-style-iw-c{
	border-radius:0;
	}			
	
.properties-col h5{
	font-family: acumin-pro, sans-serif;
	font-weight:600;
	font-size:22px;
	margin:0 0 10px;
	}
	
.properties-col img{
	width:100%;
	height:195px;
	display:block;
	object-fit: cover;
	object-position: center center;
	}		
	
.properties-col .properties-col-main{
	position:relative;
	transition:all 0.2s ease;
	-webkit-transition:all 0.2s ease;
	}
	
.properties-col:hover{
	box-shadow: 0px 10px 20px #00000022;
	}	
	
.properties-main-holder{
	background-color:#FFFFFF;
	border-top:0;
	padding:20px;
	font-size:14px;
	color:#505050;
	}
	
.properties-col .address{
	margin:0 0 10px;
	}			
	
.properties-col-bottom{
	margin:30px 0 0;
	clear:both;
	overflow:hidden;
	}
	
.properties-col-bottom .properties-left{
	color:#505050;
	font-size:14px;
	float:left;
	}
	
.properties-col-bottom .properties-left i.icons{
	display:inline-block;
	}

.properties-col-bottom .properties-left i.icons img{
	width:auto;
	height:auto;
	}			

.properties-col-bottom .properties-mid{
	float:right;
	}
	
.properties-col-bottom .properties-mid:before{
	background-color:#B7956D;
	width:10px;
	height:10px;
	border-radius:5px;
	content:'';
	display:inline-block;
	margin:0 5px 0 0;
	}	
	
.properties-col-bottom .properties-mid a{
	text-decoration:underline;
	}	

.properties-col-bottom .properties-right{
	float:right;
	margin-left:25px;
	}
	
.properties-col-bottom .properties-right span{
	font-size:15px;
	color:#0B0B0B;
	font-weight:600;
	}
	
.location-close-btn,.mobile-close-btn{
	background:url(images/close-btn.png) no-repeat 0 0;
	background-size:40px;
	width:40px;
	height:40px;
	position:absolute;
	right:30px;
	top:30px;
	font-size:40px;
	color:#fff;
	cursor:pointer;
	}
	
.mobile-close-btn{
	background:url(images/close-btn-2.png) no-repeat 0 0;
	background-size:40px;
	right:20px;
	top:20px;
	}	
	
.location-close-btn:hover,.mobile-close-btn:hover{
	background-position:0 -40px;
	}	
	
.wpsl-info-window .popup-store-img{
	width:135px;
	float:left;
	}
	
.wpsl-info-window .popup-store-img img{
	width:100%;
	height:168px;
	object-fit: cover;
	object-position: center center;
	}	

.wpsl-info-window .wpsl-info-desc{
	overflow:hidden;
	padding:15px;
	line-height:normal;
	color:#404040;
	}
	
.wpsl-info-window .wpsl-info-desc a{ color:inherit;}

.wpsl-info-window .wpsl-info-desc a[role="note"] span{
	color:#B7956D;
	}	

.wpsl-info-window .wpsl-info-desc p{
	margin:0 0 10px;
	line-height:19px;
	}
	
.wpsl-info-window .wpsl-info-desc p strong{
	font-size:15px;
	}
	
.wpsl-info-window .wpsl-info-desc .popup-note{
	color:#505050;
	font-size:12px;
	font-weight:600;
	}
	
.wpsl-info-window .wpsl-info-desc .popup-note:before{
	background-color:#B7956D;
	width:7px;
	height:7px;
	border-radius:4px;
	content:'';
	display:inline-block;
	margin:0 5px 0 0;
	}			

	
.property-gallery .slick-arrow{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	z-index: 900;
}

.property-gallery .slick-arrow.slick-prev{
	background-color:transparent;
	left:0;
	text-indent: -9999px;
	padding:0;
	font-size: 28px;
}

.property-gallery .slick-arrow.slick-prev:before{
	width:40px;
	content:'\f053';
	font-family: "Font Awesome 5 Pro";
	font-weight: 300;
	position:absolute;
	left:0;
	top:0;
	text-indent:0;
	color:#fff;
}

.property-gallery .slick-arrow.slick-next{
	background-color:transparent;
	right:0;
	text-indent: -9999px;
	padding:0;
	font-size: 28px;
}

.property-gallery .slick-arrow.slick-next:before{
	width:40px;
	content:'\f054';
	font-family: "Font Awesome 5 Pro";
	font-weight: 300;
	position:absolute;
	right:0;
	top:0;
	text-indent:0;
	color:#fff;
}

.property-gallery .slider-for .slider__item img{
	width:100%;
	height:604px;
	object-fit: cover;
    object-position: center center;
}	

.property-gallery .slider-nav .slider__item img{
	width:100%;
	height:94px;
	object-fit: cover;
    object-position: center center;
}				


body div.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
body div.gform_wrapper textarea.large{
	font-family: acumin-pro, sans-serif;
	font-size:14px;
	padding:5px 16px !important;	
}

body div.gform_wrapper textarea.large{
	padding:10px 16px !important;		
}


body div.gform_wrapper ::-webkit-input-placeholder{ font-style:italic; }
body div.gform_wrapper ::-moz-placeholder{ font-style:italic; }
body div.gform_wrapper :-ms-input-placeholder{ font-style:italic; }
body div.gform_wrapper :-moz-placeholder{ font-style:italic; }

.toggle-container-active, .toggle-container-active .page-content-wrap{
	background-color:#282C34;
	color:#FBF8F1;
	}
	
.toggle-container-active .page-content-wrap .page-content-header h1,
.toggle-container-active .sorting-nav ul li,.toggle-container-active .grid-col-row .grid-col-holder .grid-col-content blockquote,
.toggle-container-active .grid-pagination .wp-pagenavi span, .toggle-container-active .grid-pagination .wp-pagenavi a,.toggle-container-active .cta-wrap h6{
	color:#FBF8F1;
	}
	
.toggle-container-active .sorting-nav ul li:hover,
.toggle-container-active .sorting-nav ul li.active{
	color:#B7956D;
	}	
	
.toggle-container-active .heading-bar h2:after{
	background-image:url(images/heading-row-black.jpg);
	}
	
.toggle-container-active  .sorting-nav ul li{
	border-right-color:#525458;
	}
	
.toggle-container-active .grid:after{
	opacity:0;
	}
	
.toggle-container-active .cta-wrap .cta-btn{
	background-color:#FBF8F1;
	color:#2C3442;
	}
	
.toggle-container-active .grid-pagination .grid-pagination-content{
	border-bottom-color:#484a50;
	}
	
.popup-login-content{
	width:300px;
	background-color:#F0EAE2;
	padding:30px 20px 20px;
	z-index:999;
	text-align:center;
	font-size:14px;
	}
	
.popup-login-content h5{
	margin:0 0 30px;
	}
	
.popup-login-content input[type="text"],
.popup-login-content input[type="password"]{
	width:100%;
	display:block;
	margin:0 0 15px;
	padding-left:35px;
	background-repeat:no-repeat;
	background-position:12px center;
	}
	
.popup-login-content input[type="text"]{
	background-image:url(images/circle-10.svg);
	}

.popup-login-content input[type="password"]{
	background-image:url(images/lock.svg);
	}	
	
.popup-login-content input[type="submit"]{
	width:100%;
	display:block;
	margin:0 0 10px;
	}
	
.popup-login-content .popup-login-footer{
	border-top: 1px solid #707070;
	margin:20px 0 0;
	padding:15px 0 0;
	}	
	
.popup-login-content .login-logo{
	width:158px;
	margin:0 auto;
	}
	
.popup-login-content form p{
	margin:0;
	}
	
.location-bar.active{
	bottom: 0;
	}
	
.scroll-nav-wrap{
	background: transparent linear-gradient(270deg, #AF9679 0%, #9B866E 47%, #AF9679 100%) 0% 0% no-repeat padding-box;
	box-shadow: 0px 3px 6px #00000021;
	width:100%;
	left:0;
	top:120px;
	position:fixed;
	padding:20px 0;
	z-index:900;
	transition:all 0.2s ease;
	-webkit-transition:all 0.2s ease;
	opacity:0;
	visibility:hidden;
	}
	
.scroll-nav-wrap.active{
	opacity:1;
	visibility:visible;
	}	
	
.scroll-nav-wrap ul{
	padding:0;
	margin:0;
	list-style:none;
	}
	
.scroll-nav-wrap ul li{
	border-right:2px solid rgba(251, 248, 241, 0.21);
	display:block;
	float:left;
	padding:2px 20px;
	}
	
.scroll-nav-wrap ul li:last-child{
	border-right:0;
	}		
	
.scroll-nav-wrap ul li a{
	font-size:15px;
	color:#FBF8F1;
	display:inline-block;
	top:3px;
	position:relative;
	padding:0 0 8px;
	}
	
.scroll-nav-wrap ul li a:after{
	
	}
	
.scroll-nav-wrap ul li a:after{
	content:'';
	position:absolute;
	left:50%;
	bottom:0;
	background-color:#FBF8F1;
	width:0;
	opacity:0;
	height:2px;
	transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
	transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	}
	
	
	
.scroll-nav-wrap ul li a:hover:after,.scroll-nav-wrap ul li.current-menu-item a:after{
	width:calc(100% - 20px);
	opacity:1;
	}					
	
		
.contact-content-main .gform_wrapper .gform_footer{
	    margin:1px 0 0;
}

.contact-content-main .gform_wrapper .gform_footer input.button, 
.contact-content-main .gform_wrapper .gform_footer input[type=submit], 
.contact-content-main .gform_wrapper .gform_page_footer input.button, 
.contact-content-main .gform_wrapper .gform_page_footer input[type=submit]{
	font-size:15px;
	}
	
.htc-col .gform_wrapper .gfield_required{ color:#fff;}
	
.mobile-menu-content{
	background-color:rgba(45, 53, 67, 0.98);
	width:calc(100% - 30px);
	height:100%;
	position:fixed;
	right:-100%;
	top:0;
	display:none;
	z-index:999;
	color:#fff;
	transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
}

.mobile-menu-content.active{
	right:0;	
}

.mobile-menu-content a{
	color:inherit;
}

.mobile-menu-content .mobile-nav{}

.mobile-menu-content .mobile-nav ul{
	padding:0;
	margin:0;
	list-style:none;
}

.mobile-menu-content .mobile-nav ul li{
	margin:0 0 20px;
}

.mobile-menu-content .mobile-nav ul li a{
	font-size:22px;
}

.mobile-menu-content .mobile-login{
	font-size:22px;
	margin:0 0 70px;
}

.mobile-menu-content .mobile-login a{
	text-decoration:underline;
}

.mobile-menu-content .mobile-login a:hover,.mobile-menu-content .mobile-nav ul li a:hover,.mobile-menu-content .mobile-nav ul li.current-menu-item a{
	color:#B7956D;	
}

.menu-content{
	position:relative;
	padding:80px 50px;
}

.menu-content-inner{
	max-height:calc(100vh - 160px);
	overflow:auto;
}


.menu-content-bottom{	
}

.menu-content-bottom p i{
	font-size:18px;
	margin:0 16px 0 0;
	}

.menu-content-bottom h6{
	font-family: acumin-pro, sans-serif;
	margin:0 0 15px;
	text-transform:uppercase;
	color:#959ca8;
	font-size:14px;
	font-weight:700;
}

.menu-content-bottom p{
	margin:0 0 30px;
}

.menu-content-bottom .mobile-add-cont p a{ color:#B7956D; text-decoration:underline;}

.menu-content-bottom .mobile-social-nav a:hover{ color:#C7A882;}

.mobile-show,.mobile-show-2{ display:none;}


.section-features-odd-row{ background-color: #f0eade; margin: -110px 0 80px; position: static; padding-top: 160px; }

.section-features-odd-row.section-features-style-1{ background-color:transparent; position:relative;}	


.testimonials-section-row {
	position:relative;
	z-index:103;
	}	

.testimonials-section-row .page-content-main .post-grid-wrap .post-grid-col{
	width:50%;
	}
	
.testimonials-section-row .post-nav{
	padding:10px 0px 17px;
	}
	
.testimonials-section-row h3{ text-align:center; margin:0 0 20px;}
.testimonials-section-row .hr{ background-color:#9b866e; margin:0 auto 36px;}	

.testimonials-section-row .page-content-main .post-grid-wrap .post-grid-col .post-thumb{ margin:0 0 20px; position:relative;}
.testimonials-section-row .page-content-main .post-grid-wrap .post-grid-col .post-thumb .play-icon{ color:rgba(41, 35, 34, 0.95); font-size:50px; position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); -webkit-transform:translate(-50%,-50%); }



.testimonials-section-row .page-content-main .post-grid-wrap{margin-top:50px;}

.testimonials-section-row .page-content-main .post-grid-wrap .post-grid-col .post-thumb img{
	max-height:317px;
	}
	
.properties-count{
	font-size:15px;
	color:#313131;
	text-transform:capitalize;
	margin:15px 15px 0;
	}
	
.gallery-grid{

	}	
	
.gallery-grid .lazy{
	background:#FBF8F1 url(images/preload.gif) no-repeat center center;
	transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	}
	
.video-content h6{
	font-family: acumin-pro, sans-serif;
	font-weight:700;
	margin:0 0 20px;
	font-size:20px;
	color:#505050;
}

.property-single-wrap{
	padding:181px 0 121px;
	}
	
.property-single-wrap .wrapper{
	display: flex;
	align-items:flex-start;
	-webkit-align-items:flex-start;
	flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	}	
	
.property-single-wrap .property-single-sidebar{
	width:calc(50% - 35px);
	margin:0 35px 0 0;
	}
	
.property-single-wrap .property-single-sidebar .back{
	margin:0 0 24px;
	color:#B7956D;
	font-size:14px;
	}
	
.property-single-wrap .property-single-sidebar .slider-nav{
	border:0;
	margin:0;
	}		

.property-single-wrap .property-single-content{
	width:50%;
	margin: 35px 0 0;
	}
	
.property-single-wrap .property-single-content h4{
	margin:0 0 15px;
	}
	
.property-single-wrap .property-single-content .psc_addr{
	margin:0 0 18px;
	}
	
.property-single-wrap .property-single-content .psc_row{
	display: flex;
	align-items:flex-start;
	-webkit-align-items:flex-start;
	flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	 justify-content:space-between;
	 -webkit-justify-content:space-between;
	}
	
.property-single-wrap .property-single-content .psc_row h6{
	font-family: acumin-pro, sans-serif;
	font-weight:700;
	font-size:16px;
	margin:0 0 10px;
	text-transform:uppercase;
	}
	
.property-single-wrap .property-single-content .psc_row .psc_social{
	font-size:18px;
	}
	
.property-single-wrap .property-single-content .psc_row .psc_social a{
	display:inline-block;
	margin:0 10px 0 0;
	}
	
.property-single-wrap .property-single-content .psc_row .psc_social a:last-child{
	margin-right:0;
	}
	
.property-single-wrap .property-single-content hr{
	border:0;
	height:2px;
	background-color:#dedbd6;
	margin:30px 0;
	}
	
.property-single-wrap .property-single-content .property-single-meta{
	display: flex;
	align-items:stretch;
	-webkit-align-items:stretch;
	flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	font-family: acumin-pro, sans-serif; 
	font-weight:700;
	font-size:16px;
	margin:0 0 30px;
	}	
	
.property-single-wrap .property-single-content .property-single-meta .meta-col{
	border-right:1px solid #000;
	padding:0 10px 0 0;
	margin-right:10px;
	}
	
.property-single-wrap .property-single-content .property-single-meta .meta-col:last-child{
	margin-right:0;
	border-right:0;
	padding:0;
	}
	
.property-single-wrap .property-single-content .psc_content{}

.property-single-wrap .property-single-content .psc_content h6{
	font-family: acumin-pro, sans-serif;
	font-weight:700;
	font-size:16px;
	margin:0 0 10px;
	}
	
.property-single-wrap .property-single-content .psc_content p{
	margin:0 0 30px;
	}
	
	
	
.property-single-wrap .property-single-content .psc_content-map .acf-map {
    width: 100%;
    height: 390px;
    border: 1px solid #BDA88F41;
	margin:0 0 30px;
}

.property-single-wrap .property-single-content .psc_content-map a{
	text-decoration:underline;
	}
	
.property-single-wrap .property-single-sidebar .slider-nav .slick-track{ margin:0;}	
.property-gallery .pms-slider{ margin:0 0 30px;}
.property-gallery .pms-slider:last-child{ margin:0;}
.property-gallery .pms-slider .slick-slide img{ height:420px; object-fit: cover; object-position: center center;}

.property-cta-row{
	margin:0 0 50px;
	}

.property-cta-row .cta-btn{
	min-width:222px;
	}

.property-cta-row .cta-btn.odd{
	background-color: #FFFFFF;
    border: 2px solid #D0D0D0;
    color: #25242B;
    box-shadow: none;
    margin-right: 10px;
	}
	
.property-single-wrap .property-single-sidebar .slider-nav  .slick-arrow.slick-next:before,
.property-single-wrap .property-single-sidebar .slider-nav  .slick-arrow.slick-prev:before{
	color:#404040;
	}
	
.property-gallery .pms-slider .slick-list{ background-color:#D0D0D0;}

.page-id-11 .banner-slider .banner-image{
	object-position: center bottom;
}																						

/* ==========================================================================
   Media Queries
   ========================================================================== */
@media only screen and (max-width: 1759px) {
	.properties-col-bottom .properties-mid{ float:none; margin:0; text-align:left; clear:both; padding-top:5px;}
	.properties-col-bottom .properties-right{ position:relative; top:9px; margin:0;}
	.section-row-content .section-row-image{ margin:0 0 -60px -30px; top:-150px;}
	.section-row-content .section-row-content-main{width: calc(100% - 800px); padding:0 30px;}
	.section-row-content .section-row-content-main .section-row-content-inner{ margin-top:0; padding-bottom:70px;}
	.section-row-content.reverse .wrapper .section-row-image{ margin:0 -30px -60px 0;}
	}

@media only screen and (max-width: 1439px) {
	.site-header{ padding:15px 0;}
	.site-header .main-nav ul li{ margin:0 10px;}
	.site-header .logo{margin-right:25px;}
	.site-header .main-nav{margin: 24px 0 10px 0;}
	.search-area input[type="text"], .search-area input[type="search"]{ font-size:45px;}
	.search-area{ margin:0 0 15px;}
	.home-banner .slick-arrow.slick-prev{left: 10px;}
	.home-banner .slick-arrow.slick-next{right: 10px;}
	.popup-container-content .header-top-content .htc-col:first-child{ width:calc(40% - 70px);}
	.popup-container-content .header-top-content .htc-col{ width:calc(30% - 70px); margin-right: 70px;}
	.landing-bottom-wrap .landing-bottom-image{ width:570px; margin-left:0;}
	.landing-bottom-wrap .landing-bottom-image .lbi-image-landscape{ width:357px; height: 339px;}
	.landing-bottom-wrap .landing-bottom-image .lbi-image-vertical{ width:190px; height: 338px;}
	.landing-bottom-wrap .landing-bottom-content { padding: 50px 30px 50px 40px; }
	.landing-bottom-wrap .landing-bottom-content .lbc-header { margin: 0 0 20px; }
	.landing-bottom-wrap .landing-bottom-content .lbc-header .lbc-header-title{ font-size:30px;}
	.landing-bottom-wrap .landing-bottom-overlay { height: 100%; }
	.scroll-nav-wrap{ top:96px;}
	.section-row-content .section-row-content-main{padding:0 0 0 70px;}
	.section-row-content.reverse .wrapper .section-row-content-main{padding:0 70px 0 0;}
	.team-content-main .team-content-col{width: calc(25% - 40px);}
	.team-content-main .team-content-col img,.team-content-main .team-content-col{height:370px;}
	.cta-wrap{ padding:100px;}
	.video-wrap{ padding:100px 0 70px;}
	.section-features-row .section-features-image{ width:800px; margin-top:100px;}
	.features-list-row .flr-no{ font-size:60px;}
	.features-list-row{ margin:0 0 30px;}
	.features-list-row .flr-content p{ line-height:26px;}
	.contact-content .contact-content-main{width:600px; font-size:15px;}
	.contact-content .contact-content-image{ width:calc(100% - 620px); right: -20px;}
	.contact-content .contact-content-image img{width: 100%; height: 750px; object-fit: cover; object-position: center center;}
	.location-close-btn{ right:10px; top:10px;}
	.properties-map-content .properties-map{width:45%;}
	.properties-map-content .properties-sidebar{width:55%;}
	.properties-col h5{ font-size:18px;}
	.properties-col-bottom .properties-left{ float:left; width:50%;}
	.properties-col-bottom .properties-right{ float:right; width:50%; text-align:right; top:0;}
	.properties-col-bottom .properties-mid{ clear:both; width:100%;}
	.properties-details-container .property-gallery{ width:500px;}
	.properties-details-container .property-content{ width:calc(100% - 500px);}
	.properties-details-container .property-content{ padding:0 0 0 35px;}
	.property-gallery .slider-nav .slider__item img{ height:65px;}
	.properties-header .properties-header-left h3{ font-size:40px;}
	.two-column-content,.team-content{ padding:100px 0;}
	.grid-col-row .grid-col-holder .grid-col-content blockquote{ margin:0;}
	.gallery-content{ padding:75px 60px}
	.property-cta-row .cta-btn{ min-width:150px;}
	
	
}

@media only screen and (max-width: 1199px) {
	
	h2{ font-size:56px;}
	h3{ font-size:46px;}
	.site-header .main-nav{ margin: 18px 0; text-align:center; position: absolute; width: 100%; top: calc(100% - 3px); left: 0; background-color: rgba(45, 53, 67, 0.93); padding: 15px 10px; border-top:1px solid #000; border-bottom:1px solid #000; }	
	.site-header .main-nav ul li{ display:inline-block; float:none;}
	.landing-bottom-wrap .landing-bottom-image{ width:420px;}
	.landing-bottom-wrap .landing-bottom-image .lbi-image-landscape{ width:263px; height:250px;}
	.landing-bottom-wrap .landing-bottom-image .lbi-image-vertical{ width:140px; height:249px;}
	.landing-bottom-wrap .landing-bottom-content{ width:54.5%;}
	.landing-wrap .landing-content .landing-header-content{ min-height:300px;}
	.landing-bottom-wrap .landing-bottom-content p{ line-height:26px;}
	.landing-bottom-wrap .landing-bottom-overlay { height: 100%; }
	.cta-wrap{ padding:70px 0;}
	.team-content-main .team-content-col{ margin:10px; width:calc(33.33% - 20px);}
	.video-wrap .video-main iframe, .video-wrap .video-main object, .video-wrap .video-main embed{height: 500px;}
	.section-features-row .section-features-image{ width:600px;}
	.page-content-wrap{ padding-bottom:80px;}
	.page-content-wrap .page-content-header{ margin-bottom:30px;}
	.section-certification-row .certification-logo img{ max-width:145px; margin:0 15px;}
	.grid-col-row .grid-col-holder{ width:33.33%;}
	.contact-content .contact-content-main{ width:450px; }
	.contact-content .contact-content-image{ width:calc(100% - 470px); }
	.properties-details-container .property-gallery{ width:auto; margin:0; float:none;}
	.properties-details-container .property-content{ float:none; width:auto;}
	.properties-details-container .property-content{ padding:0;}
	body button.fancybox-close-small svg{ transform:none; -webkit-transform:none;}
	body .fancybox-slide--html button.fancybox-close-small{ right:10px; top:10px; width:30px; height:30px; padding:0;}
	.location-close-btn{ font-size:30px; width:30px; height:30px; background-size:30px; }
	.team-content-main{ margin:0 0 60px;}
	.section-row-content .section-row-content-main .section-row-content-inner{margin-top: -70px;}
	.gallery-content .gallery-content-image{ float:none; margin:0 auto 40px;}
	.properties-header .properties-header-left{ width:auto; margin:0; float:none;}
	.properties-header .properties-header-content{ max-width:none;}
	.properties-header .properties-header-left h3{ font-size:33px; margin:0 0 19px;}
	.properties-header .properties-header-left .hr{margin:0 0 23px;}
	.properties-header{padding:60px 10px 30px;}
	.properties-col{ width:calc(100% - 16px); margin:8px;}
	.properties-details-container{ padding:30px;}
	.property-gallery .slider-for .slider__item img{ height:400px;}
	.gallery-content{ padding:45px 30px}
	.wpsl-info-window .popup-store-img{ width:auto; float:none;}
	.wpsl-info-window .popup-store-img img{ height:120px;}
	
	.property-single-wrap .property-single-sidebar{ width:100%; margin:0 0 30px;}
	.property-single-wrap .property-single-content{ width:100%; margin:0;}
	.properties-header-search .property-search{ width:250px;}
	
	.section-row-content .section-row-image{ width:auto; float:none; margin:0; top:0;}
	.section-row-content .section-row-content-main,.section-row-content.reverse .wrapper .section-row-content-main{ width:auto; padding:30px;}
	.section-row-content.reverse .wrapper .section-row-image{ margin:0;}
	.section-row-content .section-row-content-main .section-row-content-inner{ margin:0;}
}

@media only screen and (max-width: 1023px) {
	.site-header .main-nav{ display:none;}
	.site-header .header-right .header-right-col:first-child{ display:none;}
	.mobile-hide{ display:none;}
	.mobile-show{ display:block;}
	.mobile-menu-content{ display:block;}
}
   
@media only screen and (max-width: 979px) {
	
	h5{ font-size:20px;}	
	
	.landing-bottom-wrap .landing-bottom-image{ float:none; margin:0 auto 30px; width: 630px;}
	.landing-bottom-wrap .landing-bottom-image .lbi-image-landscape { width: 395px; height: 375px; }
	.landing-bottom-wrap .landing-bottom-image .lbi-image-vertical {width: 210px; height: 374px; }
	.landing-bottom-wrap .landing-bottom-content{ float:none; width:auto; padding:0px 30px 50px 30px;}	
	.landing-bottom-wrap .landing-bottom-image:before,.landing-bottom-wrap .landing-bottom-image:after{ content: ""; display: table; table-layout: fixed;}
	.landing-bottom-wrap .landing-bottom-image:after{ clear: both; }
	.footer-top-wrap .footer-nav ul li{ margin:0 5px;}
	.footer-bottom-wrap .copyright{ margin:0 0 10px; float:none; display:block;}
	.footer-bottom-wrap .footer-bottom-nav{ width:auto; float:none; display:block; margin:0 0 15px;}
	.footer-bottom-wrap .author-logo{ display:block; margin:0 auto;}
	.landing-bottom-wrap .landing-bottom-overlay{ height:100%;}
	.section-row-content{ margin:0;}
	.section-row-content .section-row-image{ width:auto; float:none; margin:0; top:0;}
	.section-row-content .section-row-content-main,.section-row-content.reverse .wrapper .section-row-content-main{ width:auto; padding:30px;}
	.section-row-content.reverse .wrapper .section-row-image{ margin:0;}
	.section-row-content .section-row-content-main .section-row-content-inner{ margin:0;}
	.two-column-content, .team-content{ padding:70px 0;}
	.section-features-row{ padding:50px 0 100px;}
	.section-features-odd-row{ margin:-60px 0 60px}
	.section-features-row .section-features-image{ float:none; width:auto; max-width:500px; margin:0 auto 30px;}
	.section-features-row .section-features-content{ width:auto; float:none; margin:0;}
	.contact-content .contact-content-main{ width:auto; float:none; margin:0; padding:36px 30px;}
	.contact-content .contact-content-image{ width:auto; float:none; margin:0; right:0;}
	.contact-content .contact-content-image img{ height:auto; max-height:500px;}
	.video-logos .vl-col{width:33.33%;}
	.video-logos .vl-col a{ height:100px;}
	.page-contact-content-wrap .wrapper{ padding:0;}
	.page-content-wrap{padding:104px 0 0;}
	.page-content-wrap .page-content-header{ max-width:none; margin-top:40px;}
	.section-row-content{ padding-top:30px;}
	.team-content-main{ margin:0 0 30px;}
	.team-content-main .team-content-col img, .team-content-main .team-content-col{ height:290px;}
	.section-row-wrap{ margin-top:0;}
	.section-row-wrap .section-row-content:first-child{ margin-top:30px;}
	
	.video-logos .vl-col img{ max-height:80px;}
	

}

@media only screen and (max-width: 767px) { 
	.section-row-content .section-row-content-main, .section-row-content.reverse .wrapper .section-row-content-main{ padding:30px;}
	.team-content-main .team-content-col{ width:calc(50% - 20px);}
	.video-logos .vl-col{width:50%;}
	.site-header .logo{ max-width:120px;}
	.hamburger-btn{ transform: scale(0.6); -webkit-transform: scale(0.6);}
	.site-header .header-right .search-icon{ font-size:15px;}
	.site-header .header-right .header-right-col{ padding:1px 8px 1px; border-right:0;}
	.site-header .header-right{ margin:7px 0px;}
	.site-header{ padding:7px 0;}
	.landing-wrap .wrapper{ padding:0;}
	.landing-wrap .landing-content{ max-width:none;}
	.landing-wrap .landing-content .landing-header{ background: #FBF8F1 url(images/right-bg.png) no-repeat calc(100% + 110px) top; background-size: 230px auto; padding:30px 20px 70px; font-size:36px;}
	.landing-wrap .landing-content .landing-header-content{ padding:0 20px 30px; min-height:150px; position:relative; z-index:100;}
	.hr{ width:35px;}
	.landing-wrap .landing-content .landing-header-content .hr{background-color:#9b866e; margin-bottom:17px;}
	.top-flower,.gallery-left-image{ display:none;}
	.mobile-hide{ display:none;}
	.mobile-show-2{ display:block;}
	.mobile-hide-2{ display:none;}
	.landing-bottom-wrap{ padding:0 !important;}
	.landing-wrap .landing-content .landing-header-content{ margin-bottom:10px;}
	.landing-bottom-wrap .wrapper{ padding:0;}
	.landing-bottom-wrap .landing-bottom-image .lbi-image-landscape{ width:auto; float:none; height:266px; top:0;}
	.landing-bottom-wrap .landing-bottom-image{ width:auto; margin:0 0 35px;}
	.landing-bottom-wrap .landing-bottom-content .lbc-header{ display:block; margin:0 0 44px;}
	.landing-bottom-wrap .landing-bottom-content .lbc-header .lbc-header-title{ width:auto; padding:0; font-size:25px; line-height:30px;}
	.landing-bottom-wrap .landing-bottom-content .lbc-header .lbc-header-image{ width:130px; margin:0 auto 40px;} 
	.landing-bottom-wrap .landing-bottom-content{ padding:0px 20px 35px 20px;}
	.landing-bottom-wrap .landing-bottom-content .lbc-header .lbc-header-title h6{ font-family: acumin-pro, sans-serif;  letter-spacing: 0.6px; font-weight: 600; margin: 0 0 7px; font-size: 12px; font-weight: 400;		text-transform: uppercase;}
	.cta-wrap{padding:35px 0;}
	.cta-wrap .cta-btn{ min-width:100%;}
	.cta-wrap h6{ font-size:13px;}
	.heading-bar h2{ font-size:36px;}
	.footer-top-wrap{ padding:35px 0 15px;}
	.footer-top-wrap .footer-logo{max-width:175px; margin:0 auto 20px;}
	.footer-top-wrap .footer-nav{ text-align:center; margin:0 0 20px;}
	.footer-top-wrap .footer-nav ul li{ display:block; margin:0; padding:7px 0;}
	.footer-top-wrap .footer-nav ul li a{ font-weight:400;}
	.footer-top-wrap .footer-social a{ margin:0 8px;}.footer-top-wrap a{ font-size:18px;}
	.footer-bottom-wrap .copyright{ margin:0 0 7px;}
	.footer-bottom-wrap .copyright,.footer-bottom-wrap .footer-bottom-nav{ font-size:12px;}
	.footer-add-widget{ text-align:center; color:#fff; font-size:15px; margin:25px 0 0; padding:25px 0 0; border-top:1px solid #988269;} 
	.footer-add-widget a{ text-decoration:underline; font-size:15px;}
	.footer-add-widget p{ line-height:26px; margin:0 0 20px;}
	.home-banner .slick-arrow.slick-next,.home-banner .slick-arrow.slick-prev{ display:none !important;}
	.location-bar img{ margin-right:9px;}
	#search-popup .popup-container{ padding:40px; min-height:413px;}
	.search-area{ margin:135px 0;}
	.search-area input[type="text"], .search-area input[type="search"]{ font-size:18px; height: 50px; margin:0; line-height: 30px;}
	.search-bottom{ display:none;}
	.popup .popup-container .popup-container-head{ position:absolute; width:100%; left:0; top:0;}
	.popup .popup-container .popup-container-head .wrapper{ padding:17px;}
	.popup-container-content .wrapper{ padding:0;}
	.popup .popup-container .popup-close{ background:url(images/close-btn-2.png) no-repeat 0 0; background-size:40px; margin:0;}
	.page-content-wrap{ padding:59px 0 40px !important;}
	.contact-content .contact-content-image img{ max-height:322px;}
	.contact-content .contact-content-main h2{ font-size:36px; margin:0 0 16px;}
	.contact-content .contact-content-main .hr{ margin:0 0 26px;}
	.contact-content .contact-content-main{ font-size:16px;}
	.contact-content-left-bg{ background:none;}
	.contact-content .contact-content-main{background:#FBF8F1 url(images/right-bg.png) no-repeat calc(100% + 110px) top; background-size: 230px auto;}
	.page-content-wrap{background: #FBF8F1 url(images/right-bg.png) no-repeat calc(100% + 162px) 90px; background-size: 285px auto;}
	.contact-content-main .lgc-column{ display:none;}
	.page-contact-content-wrap{ padding-bottom:0;}
	.page-content-wrap .page-content-header h1{ font-size:36px; margin:0 0 18px;}
	.page-content-wrap .page-content-header .hr + .pch-content, .page-content-wrap .page-content-header .spacer + .pch-content{ margin-top:24px;}
	.page-content-wrap .page-content-header{ margin-bottom:0;}
	.page-content-wrap .page-content-header p{ margin:0 0 30px;}
	.section-row-content{ padding:0;}
	.section-row-content .wrapper{ padding:0;}
	.section-row-content h2{ font-size:33px; margin:0 0 10px;}
	.section-row-content .hr{ margin:0 0 25px;}
	.scroll-nav-wrap{ display:none !important;}
	.team-content{ padding:40px 0;}
	.team-content h3{ margin:0 0 20px; font-size:33px; color:#000;}
	.team-content .hr{ margin:0 auto 25px;}
	.team-content-main{ margin:0 0 23px;}
	.team-content-main .team-content-col{ width:200px; float:none; margin:0 auto 20px;}
	.team-content-main .team-content-col img, .team-content-main .team-content-col{ height:264px;}
	.video-wrap{ padding:35px 0 15px;}
	.video-wrap h3{ font-size: 33px; line-height: 45px; margin: 0 0 19px;}
	.video-wrap .hr{ margin:0 auto 23px;}
	.video-logos{ margin:0 0 20px;}
	.team-content .cta-btn{ width:100%;}
	.page-content-header .cta-btn{ min-width:100%;}
	.landing-bottom-wrap .landing-bottom-content h3{ font-size:33px; margin:0 0 18px;}
	.landing-bottom-wrap .landing-bottom-content .hr{ margin:0 0 23px;}
	.landing-bottom-wrap .landing-bottom-content .cta-btn{ width:100%;}
	.section-features-row .section-features-image{ max-width:420px;}
	.section-features-row{ padding:35px 0;}
	.section-features-odd-row{ margin:0 0 35px;}
	.section-features-row .section-features-content h3{ font-size:33px; margin:0 0 18px;}
	.section-features-row .section-features-content .hr{ margin:0 0 23px;}
	.features-list-row .flr-no{ width:36px; font-size:50px;}
	.section-features-row .section-features-image{ margin:0 auto 25px;}
	.features-list-row{ margin:0 0 35px;}
	.section-certification-row{ padding:35px 0;}
	.section-certification-row h3{ font-size:33px; margin:0 0 19px;}
	.section-certification-row .hr{ margin:0 auto 23px;}
	.section-certification-row .certification-logo img{ max-width: 85px; margin: 0 15px;}
	.features-list-row .flr-content{ margin-right:0;}
	.grid-col-row .grid-col-holder{ width:100%;}
	.toggle-bar{ margin:0;}
	.toggle-bar .toggle-btn{transform: scale(0.7); -webkit-transform: scale(0.7);}
	.grid-col-row .grid-col-holder .grid-col-content blockquote{ font-size:16px;}
	.grid-col-row .grid-col-holder .grid-col-content blockquote p{ margin:0;}
	.sort-by-button-group-list,.post-nav-select,.archive-list-dropdown{ width:100%; appearance:none; -webkit-appearance:none; -moz-appearance:none; display:block; padding:5px 40px 5px 20px; line-height:36px; 
	border:1px solid #e9e9e9; color: #353535; font-size: 14px; margin:0 0 20px; background:#ffffff url(images/downarrow.png) no-repeat calc(100% - 13px) center; background-size:14px auto;}
	.grid-col-row .grid-col-holder{ padding:9px;}
	.post-nav-main,.post-nav-right{ float:none;}
	.post-nav-main{}
	.post-nav-main ul li{ float: none; border-bottom: 2px solid #f0eae3; padding: 7px 0 11px; }
	.archive-list{ margin-top:18px;}
	.archive-list span{ padding:5px 20px 5px 0;}
	.post-nav{ font-size:15px;}
	.post-nav-main ul li:after{ display:none;}
	.current-post .post-thumb{ width:140px; float:none; margin:0 auto 23px;}
	.current-post .post-content{ padding:0; text-align:center;}
	.post-grid-wrap .post-grid-col{ width:100%;}
	.post-grid-wrap .post-grid-col .pgc-content{ padding:9px;}
	.post-grid-wrap{ margin-top:35px;}
	.post-grid-wrap .post-grid-col .pgc-content .post-content{ padding-bottom:15px;}
	.post-grid-wrap .post-grid-col .pgc-content .post-thumb{ margin-bottom:20px;}
	.grid-pagination .grid-pagination-content{ padding:5px 0;}
	.post-grid-wrap .post-grid-col:last-child .pgc-content .post-content{ border-bottom:0;}
	button, input[type="button"], input[type="reset"], input[type="submit"]{ padding:14px 38px 15px; line-height:normal !important;}
	.properties-header{ background:#2B3544;}
	.properties-header-search{ background: #fbf8f1; margin: 22px -30px 0; padding: 20px 30px 0;}
	.properties-header-search .property-search,.properties-header-search .property-search, .properties-header-search select, .properties-header-search .cta-btn{ box-shadow:none; border:1px solid #f0f0f0; width:100%; display:block; float:none; margin:8px 0;}
	.properties-header-search .property-search{ padding-left:16px;}
	.properties-header{ padding:50px 10px 0;}
	.properties-map-content .properties-map,.properties-map-content .properties-sidebar{ width:auto; float:none;}
	#location-popup{ height:100vh; overflow:auto;}
	.properties-map-content .properties-sidebar{ height:auto; overflow:visible;}
	.properties-col{ width:calc(100% - 60px); margin:10px 30px;}
	.properties-col-bottom .properties-mid{ text-align:left; position: relative; top: 5px;}
	.properties-col h5{ color:#000;}
	.gallery-content .gallery-content-image{ width:auto; max-width:270px;}
	.gallery-content .gallery-content-main{ padding:0;}
	.property-gallery .slider-for .slider__item img{ height:277px;}
	.pms-slider{ margin:0 0 26px; padding:0 0 36px; border-bottom:2px solid rgba(204, 204, 204, 0.25);}
	.pms-slider .slider__item img{ width:100%; height:277px; display: block; object-fit: cover; object-position: center center;}
	.location-bar{ padding:16px 0;}
	.footer-bottom-wrap{ margin-bottom:59px;}
	.gallery-content .gallery-content-main h6{ font-size:14px;}
	.gallery-content-main h4{ font-size:33px;}	
	
	.pms-slider .slick-arrow{ position:absolute; top:50%; transform:translateY(-50%); -webkit-transform:translateY(-50%); z-index:100; width:30px; 
	height:30px; font-size:30px; display: block !important; padding: 0; text-indent: -9999px; background:none;}
	.pms-slider .slick-arrow.slick-prev{ left:5px;}
	.pms-slider .slick-arrow.slick-next{ right:5px;}
	.pms-slider .slick-arrow.slick-prev:after,.pms-slider .slick-arrow.slick-next:after{ position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); -webkit-transform:translate(-50%,-50%); color:#fff; text-indent:0px;
		font-weight:300;}
	.pms-slider .slick-arrow.slick-prev:after{ content:'\f053'; font-family: "Font Awesome 5 Pro";}
	.pms-slider .slick-arrow.slick-next:after{
		content:'\f054';
		font-family: "Font Awesome 5 Pro";
	}
	.properties-details-container .property-content{ color:#000;}
	.property-content h4{ font-size:30px;}
	.properties-details-container .property-content .property-address p{ font-size:16px;}
	.properties-details-container .property-content .property-address p + a{ text-decoration:underline;}
	.properties-details-container .property-content h6{ font-size:16px; margin:0 0 3px;}
	.property-content-back{ margin:0 0 15px; font-size:14px;}
	.properties-details-container .property-content p i{ font-size: 22px; margin:7px 3px 0 0;}
	.property-gallery-bottom h6{font-family: acumin-pro, sans-serif; font-size: 16px; font-weight: 700; color: #000; margin: 0 0 3px; }
	.property-gallery-bottom{ padding:30px 0 0; border-top:2px solid rgba(204, 204, 204, 0.25);}
	.properties-details-container .property-content p{ margin:0 0 30px;}
	.property-gallery-bottom .cta-btn{ width:100%;}
	.section-row-wrap .section-row-content:first-child{ margin-top:0;}
	.properties-header-tab{ background-color: #fbf8f1; margin: 0 -30px 0; padding:12px 0 20px;}
	.properties-header-tab ul{ position:relative; display: flex; align-items:center; -webkit-align-items:center; flex-wrap:wrap; -webkit-flex-wrap:wrap; padding:0; margin:0; justify-content: space-around; -webkit-justify-content: space-around;}
	.properties-header-tab ul li{ list-style:none;}
	.properties-header-tab ul li a{ color:#565655; font-size:18px; font-family: acumin-pro, sans-serif; font-weight:700; display:inline-block; padding:5px 5px;}
	.properties-header-tab ul:after{ position:absolute; left:50%; height:100%; top:0; width:1px; background-color:#d6d6d5; transform:translateX(-1px); -webkit-transform:translateX(-1px); content:''; }
	.properties-header-tab ul li.active a{ color:#af9679;}
	.properties-panes{ position:absolute; z-index:99; visibility:hidden; opacity:0; margin-top:-9999px;}
	.properties-panes.show{ position:relative; z-index:100; visibility:visible; opacity:1; margin-top:0;}
	.properties-map-content{ position:relative;}
	.properties-details-container .property-content .property-address + hr{ display:none;}
	.properties-details-container .property-content .property-mobile-slider{ margin-top:20px;}
	.testimonials-section-row .post-nav{ padding:0; border:0; margin:0;}
	.testimonials-section-row .page-content-main .post-grid-wrap .post-grid-col{ width:100%;}
	.testimonials-section-row .page-content-main .post-grid-wrap{ margin-top:0;}
	.testimonials-section-row h3{ font-size:33px; margin:0 0 18px; text-align:left;}
	.testimonials-section-row .hr{ margin:0 0 23px;}
	.video-content{ margin-bottom:17px;}
	.grid-col-row .grid-col-holder img.vertical{ height:auto;}
	.grid-col-row .grid-col-holder img.horizontal{ height:auto;}
	.property-single-wrap{ padding:80px 0 40px;}
	.property-single-wrap .property-single-sidebar h4{ font-size:30px; margin:0 0 10px;}	
	.property-single-wrap .property-single-sidebar .property-gallery .slick-arrow.slick-next:before,
	.property-single-wrap .property-single-sidebar .property-gallery .slick-arrow.slick-prev:before{ display:none;}
	.property-single-wrap .property-single-content .psc_row .cta-btn{ margin:0; display:block; width:100%;}
	.property-single-wrap .property-single-content .psc_row{ flex-direction:column ;}
	.property-single-wrap .property-single-sidebar .psc_addr{ margin:0 0 20px;}
	.property-single-wrap .property-single-sidebar .psc_addr a{ text-decoration:underline;}
	.property-single-wrap .property-single-sidebar{ margin:0 0 10px;}
	.property-single-wrap .property-single-content .psc_row .psc_social{ margin:0 0 20px;}
	.property-single-wrap .property-single-content .psc_content-map .acf-map{ height:300px;}
	.property-single-wrap .property-single-content .psc_content p{ margin:0 0 25px;}
	.properties-col-bottom{ overflow:visible; padding:0;}
	.properties-count{ margin:0 30px 5px;}
	.property-cta-row .cta-btn{ margin:5px 0; display:block; width:100%;}
	.post-nav.no-border{ border-top:0;}
	.grid-col-row .grid-col-holder.half{ width:100%; }
	.banner-wrap{ height:auto;}
	.banner-slider{ height:auto;}
	.landing-wrap .landing-content .landing-header{ top:0; margin-bottom:-40px;}
	.home-banner{ margin-top:59px;}
	
}

@media only screen and (max-width: 479px) {
	.video-logos .vl-col{width:100%;}
	.mobile-menu-content .mobile-login,.mobile-menu-content .mobile-nav ul li a{ font-size:20px;}
	.menu-content{ padding:80px 30px;}
	.mobile-menu-content .mobile-login{ margin:0 0 40px;}
	.contact-content .contact-content-image img{ max-height:222px;}
	.section-certification-row .certification-logo img{ max-width:60px; margin:0 10px;}
	.banner-wrap{ max-height:327px;}
	body div.fancybox-slide--html{ padding:0;}
	body div.fancybox-content{ padding:0;}
	body .fancybox-slide--html button.fancybox-close-small{ right:5px; top:5px; width:25px; height:25px; border-color:#FBF8F1; background-color:#FBF8F1;}
	body button.fancybox-close-small svg{ color:#505050; transform: scale(1.7); -webkit-transform: scale(1.7);}
	
	.gallery-content{ padding:50px 20px;}
	
}	
			
	
									
	
	
	
				