/*
Theme Name: Sports Afield Trophy Properties
Theme URI: https://4006f525445889328.temporary.link/SATP/
Description: This is a custom theme for Sports Afield Trophy Properties.
Author: SteckInsights
Author URI: https://steckinsights.com

Version: 3.4.3

Tags: accessibility-ready, block-styles, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, left-sidebar, one-column, right-sidebar, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, two-columns, wide-blocks

Template: genesis

License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Text Domain: genesis-sample
Requires at least: 5.4
Requires PHP: 5.6
*/

/* Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Container
	- Site Inner
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Genesis Simple FAQ
	- WPForms
- Skip Links
- Site Header
	- Title Area
- Site Navigation
	- Responsive Menu
	- Header Menu
	- Footer Menu
- Content Area
	- Entry Content
	- Entry Meta
	- Pagination
	- Entry Comments
- Sidebar
- Footer Widgets
- Site Footer
- Media Queries
	- Min-width: 960px
		- Site Header
		- Genesis Menu
		- Responsive Menu
		- Header Menu
		- Site Inner
		- Content
		- Sidebar
		- Author Box
		- After Entry
		- Column Classes
		- Entry Misc.
		- Footer Widgets
- Print Styles
*/

/* Importing Fonts */
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');

/* HTML5 Reset
---------------------------------------------------------------------------- */

/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css
---------------------------------------------------------------------------- */
/* stylelint-disable */
html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}
/* stylelint-enable */
.minion-font {
	font-family: "Minion Pro";
}
  

/* Box Sizing
--------------------------------------------- */

html {
	box-sizing: border-box;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}

/* Float Clearing
--------------------------------------------- */

.author-box::before,
.clearfix::before,
.entry::before,
.entry-content::before,
.footer-widgets::before,
.nav-primary::before,
.nav-secondary::before,
.pagination::before,
.site-container::before,
.site-footer::before,
.site-header::before,
.site-inner::before,
.widget::before,
.wrap::before {
	content: " ";
	display: table;
}

.author-box::after,
.clearfix::after,
.entry::after,
.entry-content::after,
.footer-widgets::after,
.nav-primary::after,
.nav-secondary::after,
.pagination::after,
.site-container::after,
.site-footer::after,
.site-header::after,
.site-inner::after,
.widget::after,
.wrap::after {
	clear: both;
	content: " ";
	display: table;
}


/* Defaults
---------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

html {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

body {
	background-color: #fff;
	color: #282B29;
	font-family: "Open Sans", sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.625;
	margin: 0;
	overflow-x: hidden;
}

button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	transition: all 0.2s ease-in-out;
}

a {
	color: #0073e5;
	text-decoration: none;
	transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

a:focus,
a:hover {
	color: #444444;
	text-decoration: none;
}

p {
	margin: 0 0 28px;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-bottom: 1px solid currentColor;
	clear: both;
	color: #eee;
	margin: 1.65em auto;
}

b,
strong {
	font-weight: 700;
}

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

mark {
	background: #ddd;
	color: #333;
}

blockquote {
	margin: 30px;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Playfair Display", serif;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 20px;
}

h1 {
	font-size: 62px;
}

h2 {
	font-size: 48px;
}

h3 {
	font-size: 36px;
}

h4 {
	font-size: 28px;
}

.entry-content h3,
.entry-content h4 {
	font-weight: 600;
}

.entry-content h4 {
	margin-top: 40px;
}

h5 {
	font-size: 20px;
	font-family: "Barlow Condensed", sans-serif;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-weight: 700;
}

h6 {
	font-size: 16px;
}

.mb-0 {
	margin-bottom: 0px !important;
}

.pb-0 {
	padding-bottom: 0px !important;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
	vertical-align: top;
}

figure {
	margin: 0;
}

/* Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

.gallery img {
	border: 1px solid #eee;
	height: auto;
	padding: 4px;
}

.gallery img:focus,
.gallery img:hover {
	border: 1px solid #999;
	outline: none;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

.gallery-item {
	float: left;
	margin: 0 0 30px;
	text-align: center;
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	color: #282B29;
	font-size: 16px;
	font-weight: 400;
	padding: 18px 14px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

:-ms-input-placeholder {
	color: #333;
	opacity: 1;
}

::placeholder {
	color: #333;
	opacity: 1;
}

button, input[type="button"], input[type="reset"], input[type="submit"], .site-container div.wpforms-container-full .wpforms-form input[type="submit"], .site-container div.wpforms-container-full .wpforms-form button[type="submit"], .button, .pin-content a.map-link {
	background-color: #333;
	border: 0;
	border-radius: 0;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-weight: 600;
	padding: 15px 30px;
	text-align: center;
	text-decoration: none;
	white-space: normal;
	width: auto;
	font-family: "Barlow Condensed", sans-serif;
	text-transform: uppercase;
	letter-spacing: 3px;
}

button:focus,
button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover,
.site-container div.wpforms-container-full .wpforms-form input[type="submit"]:focus,
.site-container div.wpforms-container-full .wpforms-form input[type="submit"]:hover,
.site-container div.wpforms-container-full .wpforms-form button[type="submit"]:focus,
.site-container div.wpforms-container-full .wpforms-form button[type="submit"]:hover,
.button:focus,
.button:hover {
	background-color: #CE402F;
	color: #fff;
}

.entry-content .button:focus,
.entry-content .button:hover {
	color: #fff;
}

.button {
	display: inline-block;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
	background-color: #eee;
	border-width: 0;
	color: #777;
	cursor: not-allowed;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 40px;
	width: 100%;
	word-break: break-all;
}

tbody {
	border-bottom: 1px solid #eee;
}

td,
th {
	line-height: 2;
	text-align: left;
	vertical-align: top;
}

td {
	padding: 0.5em;
}

tr {
	border-top: 1px solid #eee;
}

th {
	font-weight: 600;
	padding: 0.5em;
}

/* Screen Reader Text
--------------------------------------------- */

.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.widget_search input[type="submit"]:focus {
	background: #fff;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #333;
	display: block;
	font-size: 1em;
	font-weight: 700;
	height: auto;
	padding: 15px 23px 14px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.more-link {
	display: inline-block;
	position: relative;
	margin-bottom: 30px;
}


/* Structure and Layout
---------------------------------------------------------------------------- */

/* Site Container
--------------------------------------------- */

.site-container {
	animation: fadein 1s;
	word-wrap: break-word;
}

@keyframes fadein {

	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}

}

/* Site Inner
--------------------------------------------- */

.site-inner {
	clear: both;
	margin: 0 auto;
	padding: 60px 30px 0;
}

.archive-properties .site-inner {
	display: none;
}


/* Common Classes
---------------------------------------------------------------------------- */

/* Avatar
--------------------------------------------- */

.avatar {
	border-radius: 50%;
	float: left;
}

.author-box .avatar,
.alignleft .avatar {
	margin-right: 20px;
}

.alignright .avatar {
	margin-left: 20px;
}

.comment .avatar {
	margin: 0 15px 20px 0;
}

/* Genesis
--------------------------------------------- */

.after-entry,
.archive-description,
.author-box {
	margin-bottom: 40px;
}

.after-entry {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
	padding: 20px 30px;
}

.after-entry .widget:last-of-type {
	margin-bottom: 0;
}

.breadcrumb {
	border-bottom: 1px solid #eee;
	font-size: 16px;
	margin-bottom: 40px;
	padding-bottom: 10px;
}

.genesis-title-hidden .breadcrumb {
	margin-top: 40px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.entry-content .search-form {
	margin-bottom: 40px;
	width: 50%;
}

.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	margin-top: 10px;
}

.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* Titles
--------------------------------------------- */

.archive-description .entry-title,
.archive-title,
.author-box-title {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 10px;
}

.entry-title {
	font-size: 30px;
	margin-bottom: 10px;
}

.entry-title a,
.sidebar .widget-title a {
	color: #333;
	text-decoration: none;
}

.entry-title a:focus,
.entry-title a:hover {
	color: #0073e5;
}

.widget-title {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 20px;
}

.genesis-title-hidden .site-inner {
	padding-top: 0;
}

/* WordPress
--------------------------------------------- */

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter,
.singular-image {
	display: block;
	margin: 0 auto 30px;
}

img.alignnone,
.alignnone {
	margin-bottom: 15px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 20px 20px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 20px 20px;
}

figcaption,
.gallery-caption,
.wp-caption-text {
	font-size: 14px;
	font-weight: 600;
	margin-top: 0.5em;
	margin-bottom: 1em;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 30px;
}

/* Widgets
---------------------------------------------------------------------------- */

.widget {
	margin-bottom: 40px;
}

.widget p:last-child,
.widget ul > li:last-of-type {
	margin-bottom: 0;
}

.widget ul > li {
	margin-bottom: 10px;
}

.widget ul > li:last-of-type {
	padding-bottom: 0;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: 0;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* Featured Content
--------------------------------------------- */

.featured-content .entry {
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
}

.featured-content .entry:last-of-type {
	border-bottom: none;
	margin-bottom: 0;
}

.featured-content .entry-title {
	font-size: 16px;
	margin-bottom: 5px;
	margin-top: 10px;
}


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

/* Genesis eNews Extended
--------------------------------------------- */

.after-entry .enews {
	text-align: center;
	padding: 10px;
}

.sidebar .enews {
	background-color: #f5f5f5;
	padding: 30px;
}

.enews-widget input {
	font-size: 16px;
	margin-bottom: 10px;
}

.after-entry .enews-widget input {
	text-align: center;
}

.enews-widget input[type="submit"] {
	margin: 0;
	width: 100%;
}

.enews form + p {
	margin-top: 20px;
}

/* Genesis Simple FAQ
--------------------------------------------- */

.gs-faq__question {
	background: transparent;
	border-bottom: 1px solid #eee;
	color: #333;
	padding-left: 0;
	padding-right: 0;
}

.gs-faq__question:focus,
.gs-faq__question:hover {
	background: transparent;
	color: #0073e5;
}

.gs-faq__question::after {
	content: "\f132";
	font-family: dashicons; /* stylelint-disable-line font-family-no-missing-generic-family-keyword */
	float: right;
}

.gs-faq__question.gs-faq--expanded::after {
	content: "\f460";
}

/* WP Forms
--------------------------------------------- */

.entry-content .wpforms-container {
	margin-bottom: 40px;
}

.entry-content .wpforms-form .wpforms-field {
	clear: both;
	margin: 20px 0;
	overflow: hidden;
}

.site-container .wpforms-container .wpforms-form .wpforms-field input {
	border-radius: 0;
	height: auto;
	padding: 15px;
}

.site-container .entry-content .wpforms-form .wpforms-field-label {
	font-weight: 600;
}

.site-container .entry-content .wpforms-form .wpforms-field-sublabel {
	font-size: 14px;
	font-weight: 300;
}

.entry-content .wpforms-form .wpforms-field-hp {
	display: none !important;
	left: -9000px !important;
	position: absolute !important;
}

.site-container .entry-content .wpforms-form textarea {
	padding: 15px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-small {
	height: 120px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-medium {
	height: 200px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-large {
	height: 300px;
}


/* Skip Links
---------------------------------------------------------------------------- */

.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link .skip-link-hidden {
	display: none;
	visibility: hidden;
}

.genesis-skip-link li {
	height: 0;
	list-style: none;
	width: 0;
}

/* Display outline on focus */
:focus {
	color: #333;
	outline: #ccc solid 1px;
}


/* Site Header
---------------------------------------------------------------------------- */

.site-header {
	background-color: #fff;
	padding: 0 30px;
}

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

.site-header > .wrap:before, .site-header > .wrap:after {
	display: none;
}

.site-header > .wrap > .header-right > .wrap {
	display: flex;
}

header.site-header {
	position: relative;
	background: #282B29;
	padding: 20px 40px 25px;
	top: 0
}

.home .site-header, .home.admin-bar .site-header {
	position: absolute;
	top: 0;
	z-index: 99;
	width: 100%;
	background: none;
}

.home.admin-bar .site-header {
	top: 32px;
}

/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding-bottom: 25px;
	padding-top: 25px;
}

.wp-custom-logo .title-area {
	max-width: 280px;
	padding-bottom: 5px;
	padding-top: 5px;
	width: 100%;
	text-align: center;
}

.wp-custom-logo .custom-logo-link {
	display: block;
}

.wp-custom-logo .title-area img {
	width: auto;
	max-width: 356px;
	max-height: 100px;
	height: 100%;
	width: 100%;
}

.site-title {
	font-size: 20px;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 0;
}

.site-title a,
.site-title a:focus,
.site-title a:hover {
	color: #333;
	text-decoration: none;
}

.site-description,
.wp-custom-logo .site-title {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

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


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

.genesis-nav-menu {
	clear: both;
	line-height: 1;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: block;
	float: none;
	position: relative;
}

.genesis-nav-menu a {
	color: #333;
	display: block;
	font-size: 15px;
	font-weight: 400;
	outline-offset: -1px;
	padding-bottom: 12px;
	padding-top: 12px;
	text-decoration: none;
}

.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #0073e5;
	text-decoration: none;
}

.genesis-nav-menu .sub-menu,
.genesis-nav-menu .sub-menu a {
	width: 100%;
}

.genesis-nav-menu .sub-menu {
	clear: both;
	display: none;
	left: -9999px;
	margin: 0;
	opacity: 1;
	padding-left: 15px;
	position: static;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	font-size: 14px;
	position: relative;
	word-wrap: break-word;
}

.genesis-nav-menu .menu-item:focus,
.genesis-nav-menu .menu-item:hover {
	position: relative;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	display: block;
	left: auto;
	opacity: 1;
}

/* Responsive Menu
--------------------------------------------- */

.menu .menu-item:focus {
	position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
	left: auto;
	opacity: 1;
}

.js .nav-primary {
	display: none;
	position: relative;
}

.genesis-responsive-menu .genesis-nav-menu .menu-item:hover > .sub-menu {
	display: none;
}

.menu-toggle,
.sub-menu-toggle {
	background-color: transparent;
	border-width: 0;
	color: #333;
	display: block;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
	visibility: visible;
}

.menu-toggle:focus,
.menu-toggle:hover,
.sub-menu-toggle:focus,
.sub-menu-toggle:hover {
	background-color: transparent;
	border-width: 0;
	color: #0073e5;
}

.menu-toggle {
	float: right;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 15px 0;
	position: relative;
	z-index: 1000;
}

.menu-toggle.activated::before {
	content: "\f335";
}

.site-header .dashicons-before::before {
	transition: none;
}

.site-header .menu-toggle::before {
	float: left;
	margin-right: 5px;
	position: relative;
	text-rendering: auto;
	top: 1px;
}

.sub-menu-toggle {
	float: right;
	padding: 9px 10px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 100;
}

.sub-menu .sub-menu-toggle {
	padding: 12px 10px;
}

.sub-menu-toggle::before {
	display: inline-block;
	text-rendering: auto;
	transform: rotate(0);
	transition: transform 0.25s ease-in-out;
}

.sub-menu-toggle.activated::before {
	transform: rotate(180deg);
}

/* Header Menu
--------------------------------------------- */

.nav-primary {
	clear: left;
	padding-bottom: 15px;
	padding-top: 15px;
	width: 100%;
}

/* Footer Menu
--------------------------------------------- */

.nav-secondary {
	margin-top: 10px;
}

.nav-secondary .genesis-nav-menu {
	line-height: 1.5;
}

.nav-secondary .menu-item {
	display: inline-block;
}

.nav-secondary a {
	margin-left: 10px;
	margin-right: 10px;
	padding: 0;
}


/* Content Area
---------------------------------------------------------------------------- */

/* Entry Content
--------------------------------------------- */

.entry {
	margin-bottom: 40px;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 30px;
	padding-left: 40px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ul > li,
.entry-content ul ul > li {
	list-style-type: circle;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #f5f5f5;
}

.content .sticky {
	background-color: #f5f5f5;
	padding: 30px;
}

/* Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 16px;
	margin-bottom: 0;
}

.entry-header .entry-meta {
	margin-bottom: 20px;
}

.entry-footer .entry-meta {
	border-top: 1px solid #eee;
	padding-top: 20px;
}

.entry-categories,
.entry-tags {
	display: block;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

/* Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 60px auto;
	display: flex;
	float: left;
	text-align: center;
	width: 100%;
	align-items: center;
	justify-content: center;
	gap: 20px;
}


.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #f5f5f5;
	color: #333;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 4px;
	padding: 8px 12px;
	text-decoration: none;
}

.archive-pagination li a:focus,
.archive-pagination li a:hover,
.archive-pagination li.active a {
	background-color: #333;
	color: #fff;
}

div#agent-properties-pagination {
	display: block;
	float: left;
	margin: 40px auto 0;
	text-align: center;
	width: 100%;
}

.agents-pagination, .properties-pagination {
	text-align: center;
	margin: 10px auto 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 4px;
}

.pagination-btn {
	background-color: #333333;
  	color: #ffffff;
	border: 2px solid #282B29;
	padding: 18px 24px;
}

.pagination-btn:hover {
	color: rgb(162, 184, 174) !important;
}

.pagination-btn.active {
	background: transparent;
	border: 2px solid #282B29;
	color: #282B29;
	background-color: #ffffff;
}

.properties-pagination {
	margin-bottom: 0;
}

/* Entry Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	margin-bottom: 40px;
}

.comment-list li {
	padding: 40px 0 0 30px;
}

.comment-list .depth-1 {
	padding-left: 0;
}

.comment-header {
	margin-bottom: 30px;
}

.comment-content {
	clear: both;
}

.comment-content ul > li {
	list-style-type: disc;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.comment-header p {
	margin-bottom: 0;
}

.entry-pings .reply {
	display: none;
}

.comment-form-cookies-consent label {
	display: inline;
	padding-left: 10px;
}

/* Custom Styling
---------------------------------------------------------------------------- */
.full-width, .featured-properties, .before-footer.widget-area, .lifestyle-gallery {
	margin-left: calc(-100vw/2 + 100%/2);
	margin-right: calc(-100vw/2 + 100%/2);
	max-width: 100vw;
	width: 100vw;
	float: left;
}

/* Homepage Slider */
.homepage-slider-wrapper {
    position: relative;
    height: 32vw;
}

.homepage-slider {
    position: relative;
    overflow: hidden;
    height: 100%;
}

.homepage-slider .property-title {
	color: #FFF !important;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.homepage-slider .slider-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    pointer-events: none;
    display: flex;
    align-items: flex-end;
	padding: 20px;
}

.homepage-slider .slider-slide.active {
    opacity: 1;
    pointer-events: auto;
}

.homepage-slider .slider-slide::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #000;
    opacity: .3;
    z-index: 0;
}

.slider-indicators {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
    z-index: 2;
}

.slider-indicators .indicator {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    transition: background 0.3s ease;
	opacity: .5;
}

.slider-indicators .indicator.active {
    background: rgba(255, 255, 255, 1);
	opacity: .5;
}

.slider-indicators .indicator:hover {
    background: rgba(255, 255, 255, 0.8);
	opacity: .5;
}

@media only screen and (max-width: 1123px) {
    .homepage-slider-wrapper {
        height: 42vw;
    }
}

@media only screen and (max-width: 800px) {
    .homepage-slider-wrapper {
        height: 55vw;
    }
}

@media only screen and (max-width: 600px) {
    .homepage-slider-wrapper {
        height: 75vw;
    }
}

@media only screen and (max-width: 450px) {
    .homepage-slider-wrapper {
        height: 92vw;
    }
}

.full-width.no-max > .wp-block-group__inner-container {
	max-width: none;
	padding: 0;
}

.full-width > .wp-block-group__inner-container, .wp-block-cover.full-width > .wp-block-cover__inner-container {
	max-width: 1350px;
	padding: 0 30px;
	margin: 0 auto;
	position: relative;
}

.home .entry {
	margin-bottom: 0;
}

a.post-edit-link, .archive-description.taxonomy-archive-description.taxonomy-description {
	display: none;
}

.max-width, .large-max {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.large-max {
	max-width: 1000px;
}

.wp-block-cover.mobile-height, .boxes .wp-block-cover {
	height: 32vw;
}

.boxes .wp-block-cover {
	min-height: 32vw !important;
}

.boxes .wp-block-cover {
	transition: .4s;
	outline: 4px solid transparent;
}

.boxes .wp-block-cover:hover {
	outline: 4px solid #204334;
}

.barlow, .agent-contact-info a, .property-documents a, span.broker-agent-text, .underline-link a, .share-buttons span.share-text, .property-actions a.action-btn {
	font-family: "Barlow Condensed", sans-serif;
	letter-spacing: 3px;
}

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

.dark-trees, .light-trees {
	position: relative;
	display: inline-block;
	padding: 0 100px;
}

.dark-trees:after, .dark-trees:before {
	content: '';
	background-image: url(/wp-content/uploads/2025/08/trees-black-left.png);
	top: 0;
	left: 0;
	width: 70px;
	height: 100%;
	position: absolute;
	background-size: contain;
	background-repeat: no-repeat;
	display: flex;
	background-position: center;
}

.dark-trees:after {
	right: 0;
	left: unset;
	background-image: url(/wp-content/uploads/2025/08/trees-black-right.png)
}

.light-trees:after, .light-trees:before {
	content: '';
	background-image: url(/wp-content/uploads/2025/08/trees-white-left.png);
	top: 0;
	left: 0;
	width: 70px;
	height: 100%;
	position: absolute;
	background-size: contain;
	background-repeat: no-repeat;
	display: flex;
	background-position: center;
}

.light-trees:after {
	right: 0;
	left: unset;
	background-image: url(/wp-content/uploads/2025/08/trees-white-right.png)
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(206, 64, 47, 0.7);
    }
    50% {
        transform: scale(1.05);
        box-shadow: 0 0 0 10px rgba(206, 64, 47, 0);
    }
}

.pulse-animation {
    animation: pulse 1.5s infinite;
}

.map-toggle-button {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #CE402F;
    border: 2px solid #CE402F;
    color: white;
    font-family: "Barlow Condensed", sans-serif;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.map-toggle-button:hover {
    background: transparent;
    color: #CE402F;
}

.map-toggle-field {
    margin-left: auto;
}

.properties-content-container[data-map-visible="false"] .featured-properties {
    grid-template-columns: repeat(4, 1fr) !important;
}

.properties-content-container[data-map-visible="false"] .properties-listings-section {
    max-height: none !important;
    overflow: visible !important;
}

.properties-content-container[data-map-visible="true"] .featured-properties {
    grid-template-columns: repeat(2, 1fr) !important;
}

.properties-content-container[data-map-visible="true"] .properties-listings-section {
    max-height: none !important;
    overflow: visible !important;
}

.admin-bar .properties-map-section {
    top: 52px;
    height: calc(100vh - 72px);
}

/* Medium screens - 3 columns when map hidden */
@media only screen and (max-width: 1400px) {
    .properties-content-container[data-map-visible="false"] .featured-properties {
        grid-template-columns: repeat(3, 1fr) !important;
    }
}

/* Tablet - keep responsive behavior */
@media only screen and (max-width: 1123px) {
    .properties-content-container[data-map-visible="false"] .featured-properties {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

/* Mobile - map not available, single column */
@media only screen and (max-width: 800px) {
    .properties-content-container[data-map-visible="false"] .featured-properties,
    .properties-content-container[data-map-visible="true"] .featured-properties {
        grid-template-columns: repeat(1, 1fr) !important;
    }

	.properties-map-section {
        position: relative;
        top: 0;
        height: 500px;
    }
    
    .map-toggle-field {
        width: 100%;
        margin-left: 0;
    }
    
    .map-toggle-button {
        width: 100%;
    }

    .properties-content-container[data-map-visible="false"] .properties-listings-section,
    .properties-content-container[data-map-visible="true"] .properties-listings-section {
        max-height: none !important;
        overflow: visible !important;
    }
}

.featured-properties {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1em;
	padding: 0 1em;
}

.brokerage-featured-properties, #brokerage-properties h3 {
	clear: both;
  margin: 0 auto;
  padding: 40px 0;
}

.brokerage-featured-properties {
	margin-bottom: 50px;
}

#brokerage-properties-pagination .properties-pagination {
	margin: 10px auto 80px;
	padding: 30px 0 0 0;
}

@media only screen and (min-width: 960px) {
  .brokerage-featured-properties, #brokerage-properties h3 {
    max-width: 1350px;
	
  }
}


.blog .property-title, .single-properties .property-title {
	color: #fff;
}

.property-item {
	position: relative;
	background-size: cover;
	background-position: center;
	height: 32vw;
	color: #fff;
	padding: 20px;
	align-items: end;
	display: flex;
	transition: .4s;
	outline: 4px solid transparent;
}

.property-item:hover {
	outline: 4px solid #204334;
}

.property-item:after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: #000;
	opacity: .3;
	z-index: 0;
}

.property-item h2.property-title, .blog .property-title, .single-properties .property-title {
	margin: 0;
	z-index: 1;
	font-size: 32px;
}

.property-hero-slider .property-tag {
	position: relative !important;
	top: 0px;
    left: 0px;
	display: inline-block !important;
}

.property-tag {
    position: absolute;
    top: 10px;
    left: 10px;
    color: #fff;
    z-index: 1;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    padding: 5px 15px;
    letter-spacing: 0.6px;
    background: #C88E3C;
}

.property-tag.price-reduced {
	background: #472967;
}

.pending-sale {
	background: #054a74 !important;
}

.featured-listing {
	background-color: #013430 !important;
}

.property-tag.sold {
	background: #BD3727;
}

.property-overlay {
	padding: 10px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	position: relative;
	z-index: 1;
	transition: .5s;
	flex-wrap: wrap;
	margin-bottom: -40px;
	pointer-events: none;
}

.homepage-slider-wrapper .property-overlay {
	margin-bottom: 25px !important;
}

.property-item:hover .property-overlay {
	margin-bottom: 20px;
	pointer-events: auto;
}

.property-item .property-overlay .right-wrap,
.property-item .property-overlay .left-wrap {
	transition: .5s;
}

.property-item .property-overlay .left-wrap {
	width: 60%;
	max-width: 310px;
}

.property-item .right-wrap {
	width: 35%;
}

.property-item:hover .property-overlay .left-wrap,
.property-item:hover .property-overlay .right-wrap{
	margin-bottom: 30px;
}

.property-item .property-overlay span.view-details {
	opacity: 0;
	transition: .3s;
	font-weight: 700;
	color: #fff;
	font-family: "Barlow Condensed", sans-serif;
	letter-spacing: 3px;
	text-transform: uppercase;
	border: 2px solid #fff;
	display: inline-block;
	padding: 12px 20px;
}

.property-item:hover .property-overlay span.view-details {
	opacity: 1;
	margin-bottom: 0;
	text-align: center;
}

.property-item .property-overlay span.view-details:hover {
	background: #CE402F;
	border-color: #CE402F;
}

.property-overlay .details-button, .property-sidebar .gform-footer .gform_button {
	width: 100%;
}

.box-height .wp-block-cover, .boxes .wp-block-cover {
	height: 32vw;
}

.box-height {
	padding: 0 20px;
}

.property-item:hover .property-overlay {
	margin-bottom: 20px;
}

p.property-price {
	font-size: 20px;
	font-weight: 700;
	text-align: right;
}

p.property-acreage {
	font-size: 16px;
	text-align: right;
	margin-bottom: 3px;
}

p.property-location {
	margin-bottom: 0;
}

div#property-results {
	margin-bottom: 20px;
	display: block;
	width: 100%;
	float: left;
}

#property-results .pagination .pagination-btn.is-active,
#property-results .pagination .pagination-btn.is-active:hover {
  background: #fff;
  color: #000;
  cursor: default;
  pointer-events: none;
}

#property-results .pagination .pagination-btn.disabled {
  opacity: 0.5;
  pointer-events: none;
  padding: 18px 24px !important;
  margin: 0px !important;
  background-color: #575757 !important;
}

/* Homepage Filter */
form.homepage-filter-form, .properties-filter-wrap form.property-filter-form {
	display: flex;
	width: 100%;
	justify-content: center;
	gap: 10px;
}

.mark-reg {
	font-size: 25px;
	top: 10px;
  	position: absolute;
}

select#homepage-country {
	width: 300px;
}

select#homepage-state {
	width: 250px;
}

.homepage-property-filter button.search-button, .properties-filter-wrap button.search-button, .agents-filter-wrap button.search-button, .order-filter button.order-search-button {
	padding: 13.8px 40px;
	font-size: 20px;
	background: #CE402F;
	border: 2px solid #CE402F;
	outline: none;
}

.homepage-property-filter button.search-button:hover, .properties-filter-wrap button.search-button:hover, .agents-filter-wrap button.search-button:hover, .order-filter button.order-search-button:hover, .gform_footer .gform_button:hover, .pin-content a.map-link:hover, .gform_body .gform-button:hover {
	background: transparent;
	color: #CE402F;
}

.filter-field select {
	font-size: 16px;
	color: #282B29;
	font-weight: 500;
}

.filter-field, .property-sort-filter .sort-filter, .agent-order-filter .order-select-field {
	position: relative;
	display: inline-block;
}

.filter-field select, .property-sort-filter select#price_sort, .agent-order-filter select#order {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 17px 30px 17px 15px;
}

.filter-field::after, .property-sort-filter .sort-filter::after, .agent-order-filter .order-select-field::after {
	content: '';
	position: absolute;
	right: 10px;
	top: 60%;
	transform: translateY(-50%);
	width: 12px;
	height: 12px;
	background-image: url('/wp-content/uploads/2025/08/down-arrow.svg');
	background-repeat: no-repeat;
	background-size: contain;
	pointer-events: none;
}

#agent-order {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: none;
  padding: 14px 35px 14px 15px;
  border: black 2px solid;
}

#agent-order::-ms-expand {
  display: none;
}

.filter-field:last-child::after {
	display: none;
}

.location-search img, .location-search svg {
	max-width: 32px;
	position: relative;
	top: 3px;
}

.location-search a {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 70px;
	color: #fff;
	gap: 15px;
	font-weight: 600;
	outline: none;
}

.location-search span:after {
	content: '>';
	transform: scaleX(0.6);
	display: inline-block;
	font-size: 1.8rem;
	font-weight: 500;
	position: relative;
	top: 5px;
	margin-left: 12px;
}

.underline-link {
    margin-bottom: 5px;
}

.underline-link a {
    text-transform: uppercase;
    font-weight: 600;
    margin-left: 15px;
    text-decoration: underline;
    text-decoration-color: #CE402F;
    text-decoration-thickness: 2.5px;
    text-underline-offset: 3px;
    position: relative;
    top: -2.5px;
}

/* Homepage popup */

.satp-modal-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}
.satp-modal {
    background: #fff;
    max-width: 640px;
    width: 90%;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    position: relative;
    padding: 24px;
}
.satp-modal-close {
    position: absolute;
    top: 8px;
    right: 12px;
    background: transparent;
    border: none;
    font-size: 24px;
    cursor: pointer;
    line-height: 1;
}
.satp-modal-open .satp-modal-backdrop {
    display: flex;
}
.satp-modal input {
	border: 2px black solid;
}
.popup-title {
	font-weight: 700;
	font-size: 52px;
	padding-left: 10px;
	margin-bottom: 5px !important;
	color: #000;
	font-family: "Playfair Display", serif;
}
.popup-text {
	font-weight: 600;
	font-family: "Playfair Display", serif;
	font-size: 24px;
	color: #000;
}
.gform_required_legend {
	margin: 0 0 10px !important;
	font-size: 12px !important;
}
#satpModalClose {
	color: #000 !important;
	font-size: 50px !important;
	padding: 0px 5px !important;
	margin-right: 15px !important;
	margin-top: 10px !important;
}
#satpModalClose:hover {
	color: grey !important;
	font-size: 40px !important;
	border-radius: 10px !important;
	background: none !important;
}
body.satp-lock-scroll {
    overflow: hidden;
}

.satp-modal-content {
	padding: 25px !important;
	border: #005c29 2px solid;
	border-radius: 2px;
}

.newsletter-title {
	display: flex;
}

.newsletter-title img {
	height: 90px;
}

@media (max-width: 600px) {
	.newsletter-title {
		flex-direction: column;
	}
	.newsletter-title img {
	  width: 60%;
	  margin: auto;
	}
	.popup-text, .popup-title {
		text-align: center;
	}
	.popup-title {
		font-size: 38px;
	}
	.popup-text {
		margin: 0 0 10px;
	}
	#gform_4 .gform-body input {
	  padding: 6px 16px !important;
	}

	.satp-modal-content {
	  padding: 15px !important;
	}
}
/* Properties Filter */
.properties-filter-wrap, .agents-filter-wrap form.agent-filter-form {
	background: #204334;
	padding: 35px 30px;
}

.properties-filter-wrap .filter-field select {
	width: 200px;
}

.left-filter {
	display: flex;
	gap: 15px;
}

.listings-secondary-filter-wrap {
	display: flex;
	justify-content: space-between;
	padding: 40px 1em 20px;
	align-items: baseline;
}

.property-sort-filter {
	position: relative;
	top: 30px;
}

.archive .property-sort-filter, .blog .property-sort-filter, .single-properties .property-sort-filter {
	top: 0 !important;
}


.post-type-archive-properties .site-inner {
    padding: 0;
}

.property-sort-filter select#price_sort {
	border: 2px solid #282B29;
	width: 216px;
	font-size: 16px;
	color: #282B29;
	font-weight: 500;
	padding: 15px;
}

#property-results .load-more-wrapper {
	width: 100%;
	float: left;
}

#property-results button#load-more-btn, .pagination .page-prev, .pagination .page-next, .pagination .page-num {
	margin: 5px auto 0;
	display: block;
	border: 2px solid #282B29;
	background: transparent;
	color: #282B29;
}

.pagination .page-prev, .pagination .page-next, .pagination .page-num {
	padding: 10px;
}

/* Properties and Map */
.properties-content-container {
    display: flex;
	justify-content: center;
	align-items: flex-start;
    gap: 20px;
}

.archive-properties-map-only .properties-content-container {
    display: flex;
	justify-content: center;
	align-items: center;
}

.archive-properties-map-only .properties-map-section {
	max-width: 1050px !important;
	margin: 0 auto;
}

.post-type-archive-properties .properties-content-container .featured-properties, .blog .featured-properties, .single-properties .featured-properties, .single-properties .featured-properties, .properties-content-container .featured-properties {
    grid-template-columns: repeat(2, 1fr);
}

.properties-listings-section {
    flex: 1.4;
    max-height: none !important;
    overflow: visible !important;
}

.properties-map-section {
    flex: 1;
    position: sticky !important;
    top: 20px;
    height: calc(100vh - 40px);
    max-height: 850px;
}

.search-results .properties-map-section {
	max-width: 900px;
}

.properties-map-section div#properties-map {
    height: 100% !important;
    width: 100%;
}

.post-type-archive-properties .archive.featured-properties, .blog .featured-properties, .single-properties .featured-properties, .single-properties .featured-properties {
    max-width: 100%;
    margin: 0 auto;
    width: 100%;
}

.post-type-archive-properties .properties-content-container .property-item, .single-properties .properties-content-container .property-item {
    height: 26vw;
}

.blog .properties-content-container .property-item {
	height: 32vw;
}

.properties-content-container .property-item h2.property-title, .blog .property-title, .single-properties .property-title {
	font-size: 32px;
	margin-bottom: 5px;
}

.properties-content-container p.property-location {
	font-size: 16px;
}

.properties-content-container p.property-price, .properties-content-container p.property-acreage {
	text-align: left;
	float: left;
	margin-bottom: 15px;
}

.properties-content-container .property-item h2.property-title, .blog .property-title, .properties-content-container p.property-location, .blog .property-title, .single-properties .property-title  {
	width: 100%;
	float: left;
}

.acreage-price-wrap {
	gap: 8px;
	display: flex;
	align-items: center;
	transition: .4s;
}

.properties-content-container .properties-listings-section .property-item:hover .acreage-price-wrap {
	padding-bottom: 15px;
}

.properties-content-container .property-overlay {
	margin-bottom: -65px;
}

/* Map Popup */
.properties-map-section .gm-style-iw-chr {
	position: absolute;
	top: 0;
	right: 0;
	background: white;
  	border-radius: 50px;
	margin-top: 5px !important;
	margin-right: 5px !important;
}

.gm-ui-hover-effect {
	color: black !important;
	width: 30px !important;
	height: 30px !important;
}

.gm-ui-hover-effect > span {
	margin: 3px !important;
}

.properties-map-section .gm-style-iw-d {
	padding-top: 0;
	max-height: none !important;
	overflow: visible !important;
	min-height: 400px;
}

.properties-map-section .gm-style-iw.gm-style-iw-c {
	padding: 0 !important;
	max-height: none !important;
}

.properties-map-section h4.map-title {
	font-size: 24px;
	margin-top: 8px;
	margin-bottom: 10px;
}

.gm-style-iw-d .pin-content {
	text-align: center;
}

.properties-map-section .acreage-price-wrap {
	justify-content: center;
}

.pin-content p.location {
	margin-bottom: 10px;
	font-weight: 400;
	font-size: 14px;
}

.map-image {
	max-height: 200px;
	overflow: hidden;
}

.properties-map-section {
    position: relative;
}

.map-message {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 10px 15px;
    border-radius: 5px;
    font-size: 1.1em;
    z-index: 10;
    text-align: center;
    max-width: 80%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

.map-message p {
    margin: 0;
}

.archive-properties-map-only .site-inner {
	display: none;
}

.map-title {
  max-width: 1350px;
  margin: 20px 0;
  padding: 0 30px;
}

.map-title p {
	font-size: 12px;
}

/* Agents */
.post-type-archive-agents .site-inner {
	padding-top: 40px;
}

div#agents-list, #agent-results .agents-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.agent-card {
	width: 24%;
	margin-right: 1.33%;
	text-align: center;
	margin-bottom: 75px;
	min-height: 390px;
	  display: flex;
  flex-direction: column;
  align-items: center;
}

.agent-card:nth-child(4n+4) {
	margin-right: 0;
}

.agent-card img {
	width: 100%;
	min-height: 300px;
	image-rendering: smooth;
  	object-fit: fill;
}

.agent-profile-btn {
  margin-top: auto;
  display: inline-block;
}

.agent-card .agent-thumb {
	max-height: 295px;
	overflow: hidden;
	margin-bottom: 15px;
	width: 100%;
}

.agent-card .agent-title {
	font-size: 32px;
	font-weight: 600;
	margin-bottom: 8px;
}

.agent-title {
	margin-bottom: 10px;
}

.agent-card .agent-position {
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 8px;
}

.agent-card .agent-brokerage {
	font-weight: 500;
}

.agent-card a.agent-profile-btn {
	border: 2px solid #282B29;
	padding: 12px 20px;
	width: 100%;
	display: block;
	color: #282B29;
	font-family: 'Barlow Condensed';
	letter-spacing: 3px;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 20px;
	transition: .3s;
}

/* Agents Filter */
.agents-filter-wrap form.agent-filter-form {
	align-items: center;
	justify-content: center;
	width: 100%;
	display: flex;
	gap: 10px;
	color: #fff;
}

.agents-filter-wrap .filter-field select {
	width: 230px;
}

span.broker-agent-text {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 20px;
	margin-right: 18px;
}

.agent-order-filter {
	display: flex;
	max-width: 1350px;
	margin: 50px auto 0;
	padding: 0 30px;
	justify-content: space-between;
}

.agent-order-filter select#order {
	width: 150px;
	font-size: 16px;
	color: #282B29;
	padding: 15.5px;
	border: none;
	background: #CEC9B933;
}

.order-filter button.order-search-button {
	padding: 11px 16px;
	position: relative;
	top: 2px;
}

.name-search-section {
	margin-right: 15px;
	margin-left: auto;
}

#name-search {
  padding: 13px 8px;
  border: rgb(117, 117, 117) 2px solid;
}

.name-search-section::after {
  content: none !important;
  display: none !important;
}

/* Single Agents Page */
.single-agents .site-inner {
	max-width: 100%;
	width: 100%;
	padding: 0;
}

.single-agents .entry, .agent-order-filter h2 {
	margin-bottom: 0;
}

.agent-contact-info img {
	width: 100%;
	min-width: 25px;
	margin-top: 5px;
}

.agent-layout {
	display: flex;
	gap: 90px;
	max-width: 1350px;
	margin: 90px auto 40px;
	padding: 0 30px;
}

.agent-content-left {
	flex: 1;
}

.agent-info-card {
	flex: 0.45;
}

.agent-contact-info .contact-item {
	display: flex;
	align-items: flex-start;
	padding-bottom: 15px;
}

.agent-contact-info a.icon-link {
	max-width: 22px;
	margin-right: 12px;
	display: flex;
	align-items: center;
	width: 50px;
}

.agent-image-container {
	max-height: 250px;
	overflow: hidden;
}

.agent-image-container img {
	width: 100%;
}

.brokerage-overlay {
	margin: 30px 0 15px;
	border-bottom: 2px solid #000;
	padding-bottom: 15px;
	display: flex;
	align-items: center;
}

img.brokerage-logo {
	max-width: 145px;
}

.brokerage-name {
	font-weight: 600;
	padding: 0 20px;
	font-size: 16px;
	line-height: 1.4;
}

.brokerage-overlay button {
	padding: 14px;
	font-size: 1.4rem;
}

.agent-contact-info a {
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 0.5px;
}

.brokerage-left {
  min-width: 275px;
}

.brokerage-featured-image {
	margin-bottom: 15px;
}

.brokerage-header {
	display: flex;
	align-items: center;
	align-items: flex-start;
	gap: 140px;
	margin-bottom: 40px;
}

.brokerage-right {
	margin-top: 25px;
}

.brokerage-logo-large {
	min-width: 250px;
}

/* Lifestyle Section */
div#lifestyle {
	background: #CEC9B966;
	padding: 80px 0;
	text-align: center;
}

#lifestyle h3 {
	margin-bottom: 32px;
	font-weight: 600;
}


.lifestyle-gallery {
	position: relative;
	overflow: hidden;
    margin: 0 auto;
}

.lifestyle-gallery .slider-container {
	display: flex;
}

.lifestyle-image {
	height: 400px;
	padding: 0 10px;
	box-sizing: border-box;
	flex-shrink: 0;
}

.lifestyle-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	border-radius: 8px;
}

/* Lifestyle Slider */
.lifestyle-gallery {
	position: relative;
	overflow: hidden;
	border-radius: 0;
}


.lifestyle-gallery .slider-container {
	display: flex;
	transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	  border-radius: 0;
}

.lifestyle-gallery .slick-slide {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translateZ(0);
}

.lifestyle-image {
  width: 24.5%;
  overflow: hidden;
  position: relative;
  margin: 0 0.25%;
}

.single-agent-properties > .wrap {
	max-width: 1350px;
	margin: 50px auto;
	padding: 30px;
}

.single-agent-properties .archive.featured-properties {
	max-width: 100%;
	margin: 15px auto 0;
	padding: 0;
}

.single-agent-properties .property-item, .brokerage-featured-properties .property-link .property-item {
	height: 420px;
}

.property-link {
  width: 435px;
}

.featured-link {
  width: 100% !important;
}

.home .property-link {
  width: auto !important;
}

.single-agent-properties .property-item h2.property-title, .blog .property-title, .single-properties .property-title {
	font-size: 32px;
	margin-bottom: 10px;
}

.single-agents p.property-price {
	margin-bottom: 10px;
}

/* Archive Brokerage Page */
.brokerages-grid {
	display: grid;
	align-items: center;
	justify-content: flex-start;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
	margin-bottom: 60px;
}

.brokerage-item {
	text-align: center;
	box-shadow: 1px 1px 20px #00000021;
	padding: 45px 10px 20px;
}

.brokerage-image {
	margin-bottom: 20px;
	border-bottom: 1px solid #333;
	padding-bottom: 40px;
}

.brokerage-info span.phone-number {
	margin-top: 5px;
	display: block;
	color: #9b9b9b;
}

/* Brokerages Filter Bar Styles */
.brokerages-filter-bar {
    background: #204334;
    padding: 35px 30px;
    margin-bottom: 30px;
    border-radius: 0;
}

#brokerage-filter-form {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
    justify-content: flex-start;
}

.brokerages-filter-bar .filter-group {
    display: flex;
    align-items: center;
    gap: 10px;
}

.brokerages-filter-bar .filter-group input[type="text"]#s_brokerage {
    width: 250px;
    font-size: 16px;
    color: #282B29;
    font-weight: 500;
    padding: 15px;
    border: 2px solid #282B29;
    border-radius: 0;
    background-color: #fff;
}
#state_name {
    width: 100px;
    font-size: 16px;
    color: #282B29;
    font-weight: 500;
    padding: 15px;
    border: 2px solid #282B29;
    border-radius: 0;
    background-color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="%23282B29" d="M7 10l5 5 5-5z"/></svg>');
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 20px;
}
.brokerages-filter-bar .filter-group select#order_by, #country_id {
    width: 216px;
    font-size: 16px;
    color: #282B29;
    font-weight: 500;
    padding: 15px;
    border: 2px solid #282B29;
    border-radius: 0;
    background-color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="%23282B29" d="M7 10l5 5 5-5z"/></svg>');
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 20px;
}

.brokerages-filter-bar .filter-group .filter-button.search-button {
    background-color: transparent;
    color: #fff;
    border: 2px solid #fff;
	background-color: #333333 !important;
    padding: 13px 18px;
    border-radius: 0;
    font-size: 18px;
    line-height: 1;
}

.filter-group .filter-button {
	background-color: #CE402F !important;
}

.brokerages-filter-bar .filter-group .filter-button.search-button .dashicons {
    margin-right: 0;
}

.screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

@media (max-width: 768px) {
    #brokerage-filter-form {
        flex-direction: column;
        align-items: stretch;
    }
    .brokerages-filter-bar .filter-group {
        width: 100%;
        flex-direction: column;
        align-items: stretch;
        gap: 10px;
    }
    .brokerages-filter-bar .filter-group input[type="text"]#s_brokerage,
    .brokerages-filter-bar .filter-group select#order_by {
        width: 100%;
        min-width: unset;
    }
    .brokerages-filter-bar .filter-group .filter-button {
        width: 100%;
    }
}


/* Taxonomy Brokerage */
.tax-brokerage .agent-order-filter {
	padding: 0 0 20px;
}

/* Header Left */
.header-left button {
	border: 2px solid #fff;
	background: transparent;
	color: #fff;
}

.header-left button:hover, .agent-card a.agent-profile-btn:hover, #property-results button#load-more-btn:hover {
	background: #CE402F;
	border-color: #CE402F;
	color: #fff;
}

/* Header Right */
.header-right .widget, .header-left .widget {
	margin-bottom: 0;
}

.header-right a {
	color: #fff;
	font-family: "Barlow Condensed", sans-serif;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-weight: 600;
}

.header-right a:hover {
	color: #ce402f;
}

.header-right .widget_custom_html {
	width: 40px;
	margin-left: 30px;
}
/* Blog */
.blog-row {
	display: flex;
}

.news-hero {
  position: relative;
  width: 100%;
  min-height: 280px;
  display: grid;
  align-items: end;
  isolation: isolate;
  color: #fff;
  margin: 0;
}

.news-hero.has-image {
  background-image: var(---hero);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.news-hero.no-image {
  background: #2c2c2c;
}

.news-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.25) 0%,
    rgba(0, 0, 0, 0.45) 70%,
    rgba(0, 0, 0, 0.55) 100%
  );
  z-index: 0;
}

.news-hero__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 48px 16px;
}

.page-template-page-blog .site-inner {
	max-width: 100%;
	padding: 0px !important;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.page-template-page-blog .container {
	padding: 60px 30px 0;
}

@media only screen and (min-width: 960px) {
  .page-template-page-blog .container {
    max-width: 1350px;
  }
}

@media only screen and (max-width: 1275px) {
  .page-template-page-blog #primary, .search #primary {
	  max-width: 775px !important;
	}
}

@media only screen and (max-width: 920px) {
  .blog-row {
	  flex-direction: column;
	}
}
.news-hero__title {
  margin: 0;
  font-size: clamp(28px, 5vw, 48px);
  line-height: 1.1;
  font-weight: 700;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.4);
  font-family: "MinionPro-Bold";
}

body.admin-bar .news-hero {
  padding-top: 32px;
  justify-content: center;
  align-content: center;
}

.blog-pagination {
	display: flex;
	justify-content: center;
	gap: 6px;
	margin-bottom: 15px;
}

.blog-pagination .page-numbers {
  background-color: #333333;
  color: #ffffff;
  border: 2px solid #282B29;
  padding: 18px 24px;
}

.blog-pagination .current {
  background-color: #ffffff !important;
  color: #333333 !important;
  border: 2px solid #5f5f5f !important;
  padding: 18px 24px !important;
}

#genesis-sidebar-primary .widget_search input[type="submit"] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 62px !important;
  margin: 0px;
  padding: 10px 0;
  position: relative;
  width: 90px;
  white-space: nowrap;
  flex: 0 0 auto;
  background: #222;
  color: #fff;
  cursor: pointer;
}

#genesis-sidebar-primary .search-form {
  display: flex;
  align-items: center;
  gap: 2px;
  flex-wrap: nowrap;
}

#genesis-sidebar-primary .search-form .search-form-input {
  flex: 1 1 auto;
  min-width: 0;
  box-sizing: border-box;
}

#genesis-sidebar-primary .search-form .search-form-input,
#genesis-sidebar-primary .search-form input[type="submit"] {
  box-sizing: border-box;
  border-width: 1px;
  border-style: solid;
  border-color: var(--search-border, #ccc);
  padding: 8px 10px;
  line-height: 1.2;
}


#genesis-sidebar-primary .search-form input[type="submit"]:active {
  transform: translateY(0);
}

#genesis-sidebar-primary .search-form input,
#genesis-sidebar-primary .search-form label {
  margin: 0;
}

.blog-row article {
  display: flex;
  flex-direction: column;
}

.page-template-page-blog .widget-title {
	color: #FFF;
	text-align: center;
	background-color: #282b29;
	font-size: 22px;
	padding: 20px 5px;
}

.page-template-page-blog #primary {
  max-width: 880px;
}

.page-template-page-blog .blog-header {
	margin-top: 20px !important;
	font-size: 38px !important;
}

.page-template-page-blog  #featured-post-2 .category-news .entry-title,
.page-template-page-blog  #featured-post-2 .category-uncategorized .entry-title {
	font-size: 20px;
}

.page-template-page-blog #featured-post-2 article.category-news,
.page-template-page-blog #featured-post-2 article.category-uncategorized {
  display: grid;
  grid-template-columns: 150px 1fr;
  grid-auto-rows: min-content;
  column-gap: 16px;
  align-items: start;
}

.page-template-page-blog #featured-post-2 article.category-news > a.alignnone,
.page-template-page-blog #featured-post-2 article.category-uncategorized > a.alignnone {
  grid-column: 1;
  grid-row: 1 / span 2;
}

.page-template-page-blog #featured-post-2 article.category-news > header.entry-header,
.page-template-page-blog #featured-post-2 article.category-news > .entry-content,
.page-template-page-blog #featured-post-2 article.category-uncategorized > header.entry-header,
.page-template-page-blog #featured-post-2 article.category-uncategorized > .entry-content {
  grid-column: 2;
}

.page-template-page-blog #featured-post-2 article.category-news .entry-image,
.page-template-page-blog #featured-post-2 article.category-uncategorized .entry-image {
  width: 150px;
  height: 150px;
  object-fit: cover;
  display: block;
}

.page-template-page-blog #featured-post-2 .entry-time {
	color: #ce402f;
}

@media (max-width: 599px) {
  .page-template-page-blog #featured-post-2 article.category-news,
  .page-template-page-blog #featured-post-2 article.category-uncategorized {
    grid-template-columns: 1fr;
    row-gap: 12px;
  }
  .page-template-page-blog #featured-post-2 article.category-news > a.alignnone,
  .page-template-page-blog #featured-post-2 article.category-news > header.entry-header,
  .page-template-page-blog #featured-post-2 article.category-news > .entry-content,
  .page-template-page-blog #featured-post-2 article.category-uncategorized > a.alignnone,
  .page-template-page-blog #featured-post-2 article.category-uncategorized > header.entry-header,
  .page-template-page-blog #featured-post-2 article.category-uncategorized > .entry-content {
    grid-column: 1;
    grid-row: auto;
  }
}

.page-template-page-blog .entry-summary p {
	margin: 0 0 8px;
	margin: 0px !important;
}

#genesis-sidebar-primary #searchform-1 {
	width: 66%;
	padding: 18px 8px;
}

@media (min-width: 992px) {
  .news-hero {
    min-height: 380px;
  }
}

/* single.php Post Page */

.single .site-inner {
  max-width: 100%;
  padding: 0 !important;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.single .nav-links {
	margin-bottom: 25px;
	font-size: 15px !important;
	display: flex;
	flex-direction: row;
}

.single .container {
  padding: 60px 30px 0;
}

@media (min-width: 960px) {
  .single .container {
    max-width: 1350px;
  }
}

.single #primary {
  max-width: 880px;
}

.breadcrumbs {
  margin: 16px 0 24px;
  font-size: 14px;
  color: #666;
}
.breadcrumbs a {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid transparent;
}
.breadcrumbs a:hover {
  border-bottom-color: currentColor;
}

.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 1px, 1px) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.single .entry-meta {
  margin-bottom: 16px;
  color: #888;
  font-size: 14px;
}





/* Shared layout between Blog Page and Search results */
.search .site-inner {
  max-width: 100%;
  padding: 0px !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.search .container {
  padding: 60px 30px 0;
}

@media only screen and (min-width: 960px) {
  .search .container {
    max-width: 1350px;
  }
}

.blog-row {
  display: flex;
}

/* Hero used by Search */
.search-results .news-hero {
  position: relative;
  width: 100%;
  min-height: 280px;
  display: grid;
  align-items: end;
  isolation: isolate;
  color: #fff;
  margin: 0;
}

.search-results .news-hero.has-image {
  background-image: var(---hero);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.search-results .news-hero.no-image {
  background: #2c2c2c;
}

.search-results .news-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.25) 0%,
    rgba(0, 0, 0, 0.45) 70%,
    rgba(0, 0, 0, 0.55) 100%
  );
  z-index: 0;
}

.search-results #featured-post-2 article.category-news,
.single-post #featured-post-2 article.category-news,
.search-results #featured-post-2 article.category-uncategorized,
.single-post #featured-post-2 article.category-uncategorized  {
  display: grid !important;
  grid-template-columns: 150px 1fr !important;
  grid-auto-rows: min-content !important;
  column-gap: 16px !important;
  align-items: start !important;
}

.search-results #featured-post-2 article.category-news > a.alignnone,
.single-post #featured-post-2 article.category-news > a.alignnone,
.search-results #featured-post-2 article.category-uncategorized > a.alignnone,
.single-post #featured-post-2 article.category-uncategorized > a.alignnone  {
  grid-column: 1;
  grid-row: 1 / span 2;
}

.search-results #featured-post-2 .entry-time,
.single-post #featured-post-2 .entry-time {
  color: #ce402f;
}

.search-results #featured-post-2 article.category-news > header.entry-header,
.search-results #featured-post-2 article.category-uncategorized > header.entry-header {
  grid-column: 2;
}

.search-results .news-hero__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 48px 16px;
}

.search-results .news-hero__title {
  margin: 0;
  font-size: clamp(28px, 5vw, 48px);
  line-height: 1.1;
  font-weight: 700;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.4);
  font-family: "MinionPro-Bold";
}

.search-results body.admin-bar .news-hero {
  padding-top: 32px;
  justify-content: center;
  align-content: center;
}

.search-results .blog-pagination {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin-bottom: 15px;
}

.search-results .blog-pagination .page-numbers {
  background-color: #333333;
  color: #ffffff;
  border: 2px solid #282B29;
  padding: 18px 24px;
}

.search-results .blog-pagination .current {
  background-color: #ffffff !important;
  color: #333333 !important;
  border: 2px solid #5f5f5f !important;
  padding: 18px 24px !important;
}

.search-results .blog-row article {
  display: flex;
  flex-direction: column;
}

.search-results .search #primary {
  max-width: 880px;
}

.search-results .blog-header {
  margin-top: 20px !important;
  font-size: 38px !important;
}

@media (min-width: 992px) {
  .search-results .news-hero {
    min-height: 380px;
  }
}

.search-results #primary {
  max-width: 880px;
}

.search-results .post-hero.wp-post-image {
  width: 100%;
  max-height: 550px;
  height: auto;
  object-fit: cover;
  display: block;
  object-position: center center;
}

@supports (object-fit: cover) {
  .search-results .post-hero.wp-post-image {
    height: auto;
  }

  .search-results .post-hero-wrapper {
    position: relative;
    width: 100%;
    max-height: 500px;
    overflow: hidden;
  }

  .search-results .post-hero-wrapper > .post-hero.wp-post-image {
    width: 100%;
    height: 100%;
    max-height: none;
    object-fit: cover;
    object-position: center center;
    display: block;
  }
}


/* Custom Menu Toggle */
.custom-menu-toggle {
	width: 40px;
	height: 25px;
	position: relative;
	cursor: pointer;
	z-index: 1001;
	transition: .4s;
}

div#custom-menu-toggle.active {
	position: fixed;
	right: 30px;
}

.custom-menu-toggle span {
	display: block;
	position: absolute;
	height: 3px;
	width: 100%;
	background: white;
	border-radius: 2px;
	transition: all 0.4s ease;
}

.custom-menu-toggle span:nth-child(1) {
	top: 0;
}
.custom-menu-toggle span:nth-child(2) {
	top: 11px;
}
.custom-menu-toggle span:nth-child(3) {
	bottom: 0;
}

.custom-menu-toggle.active span:nth-child(1) {
	transform: rotate(45deg);
	top: 11px;
}

.custom-menu-toggle.active span:nth-child(2) {
	opacity: 0;
}

.custom-menu-toggle.active span:nth-child(3) {
	transform: rotate(-45deg);
	bottom: 11px;
}

.custom-menu-toggle span:nth-child(1), .custom-menu-toggle span:nth-child(3) {
	width: 85%;
}

.custom-menu-toggle.active span:nth-child(1), .custom-menu-toggle.active span:nth-child(3) {
	width: 100%;
}

/* Accessibility Menu */
.popup1 {
  width: 370px;
  background: #576cf5;
  bottom: 80px;
  right: 10px;
  position: fixed;
  transition: all 0.8s;
  padding: 0;
  border-radius: 10px;
  z-index: 99999;
}

.band1 {
  position: relative;
  top: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.2);
  text-align: right;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  transition: all 0.8s;
  padding: 5px 10px;
  overflow: hidden;
}

.accessibility_first {
  width: 50px;
  height: 50px;
  background: #456ef7 url('./images/disabled-svg.svg') no-repeat center;
  border-radius: 50%;
  position: fixed;
  right: 25px;
  bottom: 90px;
  z-index: 99999;
  background-size: 30px;
  text-indent: -99999px;
  cursor: pointer;
}

.accessibility_first:hover {
  background-color: #3d5ae0;
  box-shadow: 0 4px 8px rgba(69, 110, 247, 0.3);
}

.accessibility_second {
  width: 150px;
  height: 80px;
  background-color: #232934;
  position: fixed;
  right: 25px;
  bottom: 60px;
  color: #fff;
  padding: 0 6px;
  display: flex;
  cursor: pointer;
  z-index: 99999;
  border-radius: 8px;
}

.left-acces {
  border-right: 1px solid #4a505a;
  padding: 10px 5px 10px 0;
}

.arrowTop {
  background: url(../../../SATP/images/fast-svg.svg) no-repeat center;
  width: 100%;
  height: 20px;
  background-size: 15px;
  text-indent: -99999px;
  display: block;
}

.exploreRight {
  font-size: 14px;
  padding: 8px 10px 2px 10px;
  font-family: "Minion Pro";

}

.iconBox {
  background: url(../../../SATP/images/man.png) no-repeat center;
  width: 34px;
  height: 34px;
  background-size: 34px;
  text-indent: -99999px;
  display: block;
  margin-top: 7px;
  cursor: pointer;
}

.whiteBox {
  background-color: #fff;
  position: relative;
  padding: 10px 30px;
  text-align: center;
  margin: 10px;
  border-radius: 10px;
  font-size: 20px;
  font-weight: 700;
  z-index: 1;
  font-family: "Minion Pro";
}

#accessibility_third h4 {
  padding: 15px 10px;
  text-align: center;
  color: #fff;
  font-size: 25px;
}

.whiteBox span {
  display: block;
  font-size: 28px;
  margin: 10px 0;
}

.whiteBox .email-trop {
  font-size: 18px !important;
  font-family: "Minion Pro";
}

.closebtn {
  background: #fff
    url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23000"><path d="M19 6.4L17.6 5 12 10.6 6.4 5 5 6.4 10.6 12 5 17.6 6.4 19 12 13.4 17.6 19 19 17.6 13.4 12z"/></svg>')
    no-repeat center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  text-indent: -999999px;
  display: block;
  background-size: 12px;
  font-size: 0;
  line-height: 0;
  float: right;
  cursor: pointer;
}

.accessibility_third:after {
  content: "";
  position: absolute;
  width: 100%;
  background-color: #f1f3f7;
  bottom: 20px;
  height: 180px;
}

@media (max-width: 767px) {
  .popup1 {
    width: 280px;
    right: 10px;
  }

  #accessibility_third h4 {
    font-size: 20px;
    padding: 12px 6px;
  }

  .whiteBox {
    padding: 20px 20px;
    font-size: 15px;
    word-break: break-all;
  }

  .whiteBox span {
    font-size: 20px;
    margin: 5px 0;
  }

  .whiteBox .email-trop {
    font-size: 14px;
  }

  .closebtn {
    width: 16px;
    height: 16px;
    background-size: 8px;
  }

	select#country_id, #state_name {
		width: 100%;
	}
}

/* Offscreen Menu */
.header-right .widget_nav_menu {
	position: fixed;
	top: 0;
	right: -100%;
	width: 100%;
	max-width: 300px;
	height: 100vh;
	background-color: #204334b5;
	transition: right 0.4s ease;
	z-index: 1000;
	padding: 14rem 3rem 4rem;
	box-shadow: -4px 0 10px rgba(0, 0, 0, 0.3);
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	backdrop-filter: blur(15px);
}

.header-right .widget_nav_menu.active {
	right: 0;
	position: fixed;
}

.header-right .widget_nav_menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.header-right .widget_nav_menu li {
	margin-bottom: 1.5rem;
}

.header-right .widget_nav_menu a {
	color: white;
	font-size: 1.2rem;
	text-decoration: none;
	transition: color 0.2s ease;
}

.header-right .widget_nav_menu .menu a {
	font-size: 24px;
}

/* Single Properties */
.single-properties .site-inner {
	max-width: 1440px;
}

.satp-search-page .site-inner {
	display: none;
}

.single-properties header.site-header {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 9;
	background: transparent;
}

.property-detail-columns, .property-main-content .main-info {
	display: flex;
	justify-content: space-between;
}

.single-property-info span.single-property-tag {
	background: #204334;
	padding: 10px 12px;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1px;
}

.property-detail-columns, .main-info {
	gap: 20px;
}

.main-info .column-3 {
	flex: 0.6;
}

.property-documents {
	background: #CEC9B933;
}

.entry-content .property-documents li {
	list-style-type: none !important;
	width: 46%;
}

.property-documents ul {
	display: flex;
	flex-wrap: wrap;
	padding: 50px 65px 48px;
	margin: 0;
	gap: 0 8%;
}

.property-documents a {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	text-transform: uppercase;
	color: #282B29;
	font-weight: 600;
	margin-bottom: 24px;
	border-bottom: 1px solid #282B29;
	padding-bottom: 2px;
	font-size: 20px;
	line-height: 1.3;
}

.property-documents a:hover, .property-actions .action-btn:hover, .footer-widgets a:hover, .slider-nav button.nav-arrow:hover, .location-search a:hover, .header-right .widget_nav_menu a:hover, .underline-link a:hover {
	color: #CE402F !important;
}

.property-actions .action-btn svg path, .location-search a svg path, .property-actions .action-btn svg rect, .property-actions .action-btn svg circle {
	transition: .4s;
}

.property-actions .action-btn:hover svg path, .property-actions .action-btn:hover svg rect {
	stroke: #CE402F;
}

.property-actions .action-btn:hover svg circle {
	fill: #CE402F;
}

.property-actions .action-btn.video-btn:hover svg path:last-child, .location-search a:hover svg path {
	fill: #CE402F !important;
}

.border-bottom {
	border-bottom: 1px solid;
	padding-bottom: 10px;
	margin-bottom: 25px;
}

/* Property Slider Styles */
.property-hero-slider {
	position: relative;
	height: 750px;
	min-height: 750px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

.slider-container {
	position: relative;
	width: 100%;
	height: 100%;
}

.slider-backgrounds {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.slide-background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	opacity: 0;
	transition: opacity 1s ease-in-out;
}

.slide-background.active {
	opacity: 1;
}

@keyframes ken-burns {
	0%, 100% {
		transform: scale(1.05) translateX(0) translateY(0);
	}
	25% {
		transform: scale(1.08) translateX(-1%) translateY(-1%);
	}
	50% {
		transform: scale(1.06) translateX(1%) translateY(1%);
	}
	75% {
		transform: scale(1.07) translateX(-0.5%) translateY(0.5%);
	}
}

.slider-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #00000061;
	z-index: 1;
}

.slider-content {
	position: relative;
	z-index: 2;
	width: 100%;
	height: 100%;
	display: flex;
	padding: 0 30px 60px;
	margin: 0 auto;
	max-width: 1440px;
	align-items: flex-end;
}

.no-image-placeholder {
	width: 100%;
	height: 100%;
	background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 60px;
}

.single-property-info {
	max-width: 600px;
	color: white;
}

.single-property-title {
	font-size: 48px;
	font-weight: 400;
	line-height: 1.1;
	margin: 30px 0 10px 0;
}

.single-property-location {
	font-size: 24px;
	margin: 0 0 30px 0;
	font-weight: 400;
}

.single-property-details {
	display: flex;
	gap: 30px;
	align-items: center;
}

.property-detail-columns p, .main-info p {
	margin-bottom: 14px;
}

.single-property-acreage, .single-property-price, .property-actions .action-btn {
	font-size: 20px;
	font-weight: 600;
}

.single-property-price {
	font-size: 28px;
	font-weight: 600;
}

/* Slider Navigation */
.slider-nav {
	position: absolute;
	top: 50%;
	width: 100%;
	display: flex;
	justify-content: flex-end;
	padding: 0 30px;
	z-index: 3;
	pointer-events: none;
}

.nav-arrow {
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	pointer-events: all;
	background: transparent;
}

.nav-arrow:hover, .nav-arrow:active, .nav-arrow:focus, .action-btn:hover, .action-btn:focus, .action-btn:active {
	background: transparent;
	outline: none;
}
/* Slide Counter */
.slider-counter {
	color: white;
	padding: 12px 20px;
	font-size: 20px;
	font-weight: 600;
}

/* Single Property Popup Slider */
.gallery-modal {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.9);
}

.gallery-modal-content {
	position: relative;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.gallery-close {
	position: absolute;
	top: 20px;
	right: 35px;
	color: white;
	font-size: 40px;
	font-weight: bold;
	cursor: pointer;
	z-index: 10000;
}

.gallery-close:hover {
	opacity: 0.7;
}

.gallery-slider {
	position: relative;
	max-width: 90%;
	max-height: 90%;
}

.gallery-slides {
	position: relative;
	width: 100%;
	height: 100%;
}

.gallery-slide {
	display: none;
	width: 100%;
	height: 100%;
}

.gallery-slide.active {
	display: block;
}

.gallery-slide img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	max-height: 80vh;
}

.gallery-nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background-color: rgba(0, 0, 0, 0.5);
	color: white;
	border: none;
	padding: 16px;
	cursor: pointer;
	font-size: 18px;
	user-select: none;
}

.gallery-nav:hover {
	background-color: rgba(0, 0, 0, 0.8);
}

.gallery-prev {
	left: -50px;
}

.gallery-next {
	right: -50px;
}

.gallery-counter {
	position: absolute;
	bottom: -40px;
	left: 50%;
	transform: translateX(-50%);
	color: white;
	font-size: 16px;
}

.property-hero-slider.popup-active {
	z-index: 99;
}

@media (max-width: 768px) {
	.gallery-nav {
		padding: 12px;
		font-size: 16px;
	}

	.gallery-prev {
		left: 10px;
	}

	.gallery-next {
		right: 10px;
	}

	.gallery-close {
		top: 10px;
		right: 20px;
		font-size: 30px;
	}
}

/* Single Property Buttons */
.property-actions {
	position: absolute;
	bottom: 60px;
	right: 30px;
	display: flex;
	gap: 15px;
	z-index: 3;
}

.action-btn {
	color: white;
	display: flex;
	align-items: center;
	cursor: pointer;
	gap: 10px;
	transition: all 0.3s ease;
	background: transparent;
	font-size: 20px;
	padding: 0px 15px;
	border: none; /* Add this for button consistency */
}

/* Property Content Section */
.property-content-section {
	padding: 20px 0 40px;
}

.single-property-description {
	max-width: 800px;
	margin: 0 auto;
	font-size: 18px;
	line-height: 1.6;
	color: #333;
}

.property-main-content {
	display: flex;
	gap: 50px;
}

/* Inline Map Container */
.inline-map-container {
    padding: 40px 0;
    background-color: #f9f9f9;
}

.inline-map-container .map-title {
    margin-bottom: 20px;
    font-size: 36px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
	font-family: "Playfair Display", serif;
  	font-weight: 400;
  	line-height: 1.2;
}

.inline-map-container .wrap {
	padding: 5px 20px !important;
}

#map-embed-target iframe {
    border: 6px solid #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}


.boxes .wp-block-cover .details-button {
	opacity: 0;
	transition: .4s;
}

.boxes .wp-block-cover .wp-block-cover__inner-container {
	margin-bottom: -40px !important;
	transition: .4s;
	padding: 10px 10px 0;
}

.boxes .wp-block-cover:hover .wp-block-cover__inner-container {
	margin-bottom: 20px !important;
}

.boxes .wp-block-cover:hover .details-button {
	opacity: 1;
}

.boxes h3 {
	font-weight: 400;
}

.column-3 {
	padding-right: 20px;
}

.map-embed iframe, .video-embed iframe {
	width: 100% !important;
}

.video-embed iframe {
	height: 520px;
}

.video-embed {
	margin-top: 25px;

}

/* Property Sidebar */
.property-details {
	flex: 1;
}
.property-sidebar {
	flex: .4;
	background: #282B29;
	color: #fff;
	padding: 40px 30px;
	height: 100%;
}
.agent-image {
	width: 40%;
	float: left;
}

.agent-details {
	width: 100%;
	float: left;
	margin: 1%;
	padding: 10px 0px;
}

.agent-name {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 0;
	line-height: 1.1;
	color: #FFF !important;
}


.agent-info-section {
	display: flex;
	align-items: center;
}

p.agent-website {
	line-height: 1.1;
	margin-top: 0px;
	margin-bottom: 10px;
}

.agent-website a {
  font-size: 16px;
  color: #fff;
  display: block;
  max-width: 100%;
  overflow-wrap: break-word;
  hyphens: auto;
  line-height: 120%;
}
.agent-contact-buttons a {
	color: #fff;
	font-size: 16px;
	display: flex;
	align-items: center;
	gap: 5px;
	font-weight: 500;
}

.agent-contact-buttons {
	display: flex;
	gap: 15px;
}

button.download-pdf-btn {
	width: 100%;
	border: 2px solid #fff;
	margin-top: 20px;
	background: transparent;
	margin-left: 10px;
}

@media only screen and (max-width: 800px) {
	button.download-pdf-btn {
		margin-left: 0px !important;
	}

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

button.download-pdf-btn:hover, .site-container .wp-block-button.is-style-outline .wp-block-button__link:hover {
	background: #CE402F;
	border-color: #CE402F;
	color: #fff !important;
}

.property-share-section {
	margin-top: 10px;
}

.property-share-section .share-buttons, .property-share-section .share-buttons a {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	gap: 14px;
}

.property-share-section .share-buttons a:hover {
	color: #CE402F;
}

.share-buttons span.share-text {
	font-size: 20px;
	font-weight: 600;
}

/* Single Agent Template
---------------------------------------------------------------------------- */

.single-broker-details .site-inner {
	max-width: 100%;
	padding: 0px;
	margin: 0px;
}

/* Sidebar
---------------------------------------------------------------------------- */

.sidebar {
	font-size: 16px;
	line-height: 1.5;
	margin-left: 25px;
}

.sidebar .widget, .property-detail-columns, .property-description, .property-documents, .property-main-content .main-info {
	margin-bottom: 40px;
}

.sidebar p {
	margin-bottom: 20px;
}

/* Gravity Forms */
.gform-body .gform-button, .gform-footer .gform_button, .pin-content a.map-link {
    background: #CE402F;
}

.gform-body input {
    padding: 12px 20px !important;
}

#field_5_15, #field_5_17, #field_5_16, #field_5_18 {
	grid-column: span 6 !important;
}

#input_5_11_3_container {
	flex: 0 0 100% !important;
}


#gform_3_validation_container .gform-icon {
	height: 75px !important;
}

#gform_3_validation_container .gform_wrapper.gravity-theme .gform_validation_errors > h2 {
	line-height: 20px !important;
}

#gform_confirmation_message_1 {
	margin-bottom: 150px !important;
}

/* Sidebar Gravity Form */
.property-sidebar .gform_wrapper {
	margin-top: 40px;
}

.property-sidebar .gform_description {
	margin-bottom: 18px;
	font-size: 24px;
	line-height: 1.2;
	font-family: "Playfair Display", serif;
}

.property-sidebar .gform_wrapper input, .property-sidebar .gform_wrapper textarea, .gform_wrapper input {
	padding: 18px 15px !important;
}

.property-sidebar .gform_wrapper .gform-body input, .property-sidebar .gform_wrapper .gform-body textarea {
	font-size: 16px !important;
	border: none;
}

.gform_footer .gform_button, .pin-content a.map-link, .gform_body .gform-button {
	border: 2px solid #CE402F;
}

.property-sidebar .gform_wrapper.gravity-theme .gform_fields {
	grid-row-gap: 8px;
	grid-column-gap: 8px;
}

.property-sidebar .gform_wrapper.gravity-theme .gform_footer {
	margin-top: 0;
	padding-top: 0;
}

/* Footer Widgets
---------------------------------------------------------------------------- */

.footer-widgets {
	background-color: #282B29;
	clear: both;
	padding: 60px 0;
}

.footer-widgets .wrap {
	margin-left: auto;
	margin-right: auto;
}

.footer-widget-area {
	margin-bottom: 40px;
	padding-left: 30px;
	padding-right: 30px;
}

.footer-widget-area:last-child,
.footer-widgets .widget:last-child {
	margin-bottom: 0;
}

.footer-widgets h3.widgettitle.widget-title {
	font-family: 'Playfair Display';
	color: #fff;
	font-size: 24px;
	font-weight: 400;
}

.footer-widgets a, .footer-widgets p {
	font-size: 16px;
	color: #fff;
	font-weight: 300;
}

.widget-area.footer-widgets-2.footer-widget-area {
	text-align: center;
}

.footer-widgets-2 .widget {
	margin-bottom: 20px !important;
}

.footer-widgets-2 .widget-title {
	margin-bottom: 10px !important;
}

.footer-widgets .widget_media_image figure {
	display: flex;
	color: #fff;
	width: 100% !important;
}

figcaption.wp-caption-text {
	float: left;
	font-weight: 400;
	font-size: 16px;
	width: auto;
	padding-left: 20px;
	margin: 0;
}

.footer-widgets-3 .widget:first-child {
	margin-bottom: 0;
}

.footer-widgets-3 .widget_media_image {
	margin-bottom: 5px;
}

.footer-widgets-3 .widget_media_image img {
    max-width: 22px !important;
    width: auto;
}

.footer-widgets .widget_media_image a {
	display: flex;
	align-items: center;
}

.widget-area.footer-widgets-3.footer-widget-area {
	width: calc(100%/5.5);
}

.widget-area.footer-widgets-4.footer-widget-area {
	width: calc(100%/3.2);
}

.footer-widgets-4 .widget_text:first-child {
	margin-bottom: 20px;
}

/* Site Footer
---------------------------------------------------------------------------- */

.site-footer {
	background-color: #282B29;
	font-size: 15px;
	line-height: 1.5;
	padding: 40px 30px;
	text-align: center;
	border-top: .5px solid #fff;
	color: #fff;
	display: none;
}

.site-footer > .wrap {
	max-width: 1350px;
	padding: 0 30px;
	margin: 0 auto;
	font-size: 14px;
}

.site-footer p {
	margin-bottom: 0;
}

.site-footer .federal-statement {
	margin-top: 12px;
	display: block;
}


/* Media Queries
---------------------------------------------------------------------------- */

@media only screen and (max-width: 1500px) {
	.property-item h2.property-title, .blog .property-title, .single-properties .property-title  {
		font-size: 32px;
	}

	p.property-location {
		font-size: 16px;
		line-height: 1.2;
	}

	.home p.property-acreage, .single-agents p.property-acreage {
		margin-bottom: 0;
	}
}

@media only screen and (max-width: 1280px) {
	p.property-price {
		font-size: 18px;
	}

	.property-item h2.property-title, .blog .property-title, .single-properties .property-title  {
		font-size: 28px;
	}

	p.property-acreage {
		line-height: 1.2;
	}

	.boxes h2 {
		font-size: 40px;
	}

	.agent-card .agent-thumb {
		max-height: 240px;
	}

	.single-agent-properties .property-item {
		height: 32vw;
	}

	.property-filter-form {
    	flex-direction: column;
		justify-content: center;
  	}

	.left-filter {
		justify-content: center;
  	}

	.map-toggle-field {
		margin: 25px auto auto auto !important;
	}
}

@media only screen and (max-width: 1123px) {
	.featured-properties {
		grid-template-columns: repeat(2, 1fr);
	}

	.property-item, .single-agent-properties .property-item {
		height: 42vw;
	}

	.boxes h2 {
		font-size: 32px;
	}

	.post-type-archive-properties .properties-content-container .featured-properties, .blog .featured-properties, .single-properties .featured-properties {
		grid-template-columns: repeat(1, 1fr);
	}

	.post-type-archive-properties .properties-content-container .property-item, .blog .properties-content-container .property-item, .single-properties .properties-content-container .property-item {
		height: 35vw;
	}

	.search-results .properties-map-section {
	  max-width: 350px;
	}

	.brokerage-overlay {
		flex-wrap: wrap;
		justify-content: center;
		gap: 10px;
		text-align: center;
	}

	.agent-layout {
		gap: 40px;
	}

	.entry-content .property-documents li {
		width: 100%;
	}

	.lifestyle-image {
		width: 32.83%;
		height: 375px;
	}

	.lifestyle-image img {
		min-height: 33vw;
		max-height: 33vw;
	}
}
@media only screen and (max-width: 1023px) {
	.properties-filter-wrap .filter-field select {
		width: 100%;
		font-size: 14px;
	}

	.properties-filter-wrap button.search-button {
		font-size: 17px;
	}

	.properties-map-section .pin-content {
		max-width: 320px !important;
		min-width: 320px !important;
	}

	.agent-card {
		width: 49.3%;
	}

	.agent-card:nth-child(4n+4) {
		margin-right: 1.33%;
	}

	.agent-card:nth-child(2n+2) {
		margin-right: 0;
	}

	.agent-card .agent-thumb {
		max-height: 340px;
	}

	.agent-image, .agent-details {
		width: 100%;
		float: left;
		margin-left: 0;
	}

	.agent-info-section, .property-detail-columns, .property-main-content .main-info {
		flex-wrap: wrap;
		gap: 15px;
	}

	.property-detail-columns, .property-main-content .main-info {
		gap: 0 15px;
	}

	.main-info .column-3 {
		flex: auto;
	}

	.property-overlay {
		padding: 0px;
	}
}

@media (max-width: 1000px) and (min-width: 801px) {
  form.homepage-filter-form, 
  .properties-filter-wrap form.property-filter-form {
    flex-direction: column;
	justify-content: center;
  }

  .map-toggle-field {
	display: flex;
	justify-content: center;
  }
}

@media only screen and (max-width: 959px) {
	.footer-widgets-1 .widget_media_image {
		max-width: 300px;
		margin: 0 auto;
	}

	.footer-widget-area {
		text-align: center;
	}

	.footer-widgets .widget_media_image figure {
		justify-content: center;
	}

	.footer-widgets-3 .widget_text:first-child {
		margin-bottom: 10px;
	}

	.widget-area.footer-widgets-3.footer-widget-area, .widget-area.footer-widgets-4.footer-widget-area {
		width: 100%;
	}

	.property-sort-filter select#price_sort {
		width: 170px;
		font-size: 14px;
		padding: 15px 20px 15px 10px;
	}

	.property-sort-filter {
		top: 32px;
	}

	.search-results .properties-map-section {
  	  max-width: 255px;
  	}

	.blog .properties-content-container .property-item {
		height: 40vw;
	}
}

@media only screen and (max-width: 880px) {
	.boxes > .gb-layout-column-wrap {
		display: flex;
		flex-wrap: wrap;
		gap: 20px;
	}

	.box-height .wp-block-cover, .boxes .wp-block-cover {
		height: 62vw;
	}

	.header-right .menu .menu-item {
		margin-bottom: 1.5rem;
	}

	.slider-content {
		flex-wrap: wrap;
		flex-direction: column;
		justify-content: flex-end;
		align-items: flex-start;
	}

	.property-actions {
		position: relative;
		right: 0;
		bottom: 0;
	}

	.property-actions a.action-btn.map-btn {
		padding-left: 0;
	}

	.single-property-info {
		margin-bottom: 40px;
	}

	.header-left button {
		padding: 18px 20px;
		margin-top: 30px;
	}
}



@media only screen and (max-width: 800px) {
	.featured-properties {
		grid-template-columns: repeat(1, 1fr);
	}

	.left-filter {
		display: block;
	}


	.property-item, .single-agent-properties .property-item {
		height: 55vw;
	}

	form.homepage-filter-form, .properties-filter-wrap form.property-filter-form, .agents-filter-wrap form.agent-filter-form {
		gap: 1%;
		flex-wrap: wrap;
	}

	.properties-filter-wrap .filter-field, .homepage-property-filter .filter-field, .agents-filter-wrap .filter-field {
		width: 49.5%;
	}

	.properties-filter-wrap .filter-field select, .homepage-property-filter .filter-field select, .homepage-property-filter .filter-field select#homepage-country, .homepage-property-filter .filter-field select#homepage-state, .agents-filter-wrap .filter-field select {
		width: 100%;
		font-size: 14px;
		margin-bottom: 2%;
	}

	.properties-filter-wrap .filter-field:last-child, .properties-filter-wrap button.search-button, .homepage-property-filter button.search-button, .homepage-property-filter .filter-field:last-child, .agents-filter-wrap .filter-field:last-child, .agents-filter-wrap .filter-field:last-child button {
		width: 100%;
	}

	span.broker-agent-text {
		width: 100%;
		text-align: center;
		margin-bottom: 5px;
		margin-right: 0;
	}

	.properties-map-section, .slider-nav, .map-toggle-field {
		display: none;
	}

	.archive-properties-map-only .properties-content-container .properties-map-section {
		display: block !important;
	}

	.properties-listings-section {
		flex: 1;
		max-height: 100%;
	}

	.listings-secondary-filter-wrap, .post-type-archive-properties .properties-content-container .featured-properties, .blog .featured-properties, .single-properties .featured-properties {
		padding-left: 30px;
		padding-right: 30px;
	}

	.post-type-archive-properties .properties-content-container .property-item, .blog .properties-content-container .property-item {
		height: 55vw;
	}

	.agent-card .agent-thumb {
		max-height: 280px;
	}

	.agent-layout, .property-main-content {
		display: block;
	}

	.agent-image-container {
		max-height: 450px;
	}

	.agent-info-section, .download-pdf-section {
		max-width: 300px;
		margin: 0 auto;
		text-align: center;
	}

	.agent-contact-buttons {
		justify-content: center;
	}

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

@media only screen and (max-width: 600px) {
	.property-item, .single-agent-properties .property-item, .blog .properties-content-container .property-item, .post-type-archive-properties .properties-content-container .property-item, .box-height .wp-block-cover, .boxes .wp-block-cover {
		height: 75vw;
	}

	.agent-card {
		width: 100%;
		margin-right: 0;
	}

	.agent-card .agent-thumb {
		max-height: 400px;
	}

	.agent-order-filter, .property-actions {
		flex-wrap: wrap;
	}

	.agent-order-filter .order-filter {
		width: 100%;
		float: right;
		margin-top: 20px;
	}

	.post-type-archive-agents .site-inner {
		padding-top: 10px;
	}

	.light-trees:after, .light-trees:before, .dark-trees:after, .dark-trees:before {
		display: none;
	}

	.properties-filter-wrap .filter-field, .homepage-property-filter .filter-field, .agents-filter-wrap .filter-field {
		width: 100% !important;
	}

	.light-trees, .dark-trees {
		padding: 0;
	}

	h2 {
		font-size: 36px;
		line-height: 1.1;
	}

	h5, .single-property-price {
		font-size: 18px;
	}

	.underline-link a {
		width: 100%;
		top: 0;
		display: block;
		margin-left: 0;
	}

	.wp-custom-logo .title-area {
		max-width: 220px;
	}

	.lifestyle-image img {
		min-height: 50vw;
		max-height: 50vw;
	}

	.lifestyle-image {
		width: 49.5%;
		height: 300px;
	}

	.action-btn {
		padding: 10px 0;
	}

	.single-property-title {
		font-size: 34px;
		margin: 20px 0 5px 0;
	}

	.single-property-location {
		font-size: 18px;
		margin: 0 0 10px 0;
	}

	.single-property-acreage, .single-property-price, .property-actions .action-btn {
		font-size: 18px;
	}

	.single-property-info {
		margin-bottom: 20px;
	}

	.property-hero-slider {
		height: 650px;
		min-height: 650px;
	}

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

	.pin-content a.map-link {
		font-size: 14px;
		padding: 8px 6px;
		margin-left: 5px;
	}

	.properties-map-section h4.map-title {
		font-size: 16px;
		text-align: left;
		padding: 0px 4px;
	}

	.pin-content p.location, .acreage-price-wrap {
		text-align: left !important;
		padding: 0px 4px;
		justify-content: flex-start !important;
	}

	.gm-style-iw-d .pin-content {
		text-align: left !important;
		justify-content: flex-start !important;
	}

	.properties-map-section .gm-style-iw.gm-style-iw-c {
		min-width: 280px !important;
	}


}

@media only screen and (max-width: 450px) {
	.properties-filter-wrap .filter-field, .homepage-property-filter .filter-field, .agents-filter-wrap .filter-field {
		width: 100%;
	}

	.property-item, .single-agent-properties .property-item, .blog .properties-content-container .property-item, .post-type-archive-properties .properties-content-container .property-item, .single-properties .properties-content-container .property-item {
		height: 92vw;
		padding: 10px;
	}

	.single-agent-properties .property-item h2.property-title, .property-item h2.property-title, .properties-content-container .property-item h2.property-title, .blog .property-title, .single-properties .property-title {
		font-size: 28px;
		line-height: 1.2;
		margin-bottom: 10px;
	}

	.listings-secondary-filter-wrap, .post-type-archive-properties .properties-content-container .featured-properties, .blog .featured-properties, .single-properties .featured-properties, .properties-filter-wrap, .agents-filter-wrap form.agent-filter-form, header.site-header, .admin-bar .site-header, .footer-widget-area, .full-width > .wp-block-group__inner-container, .wp-block-cover.full-width > .wp-block-cover__inner-container, #lifestyle .wrap, .site-inner, .slider-content {
		padding-left: 15px;
		padding-right: 15px;
	}

	.wp-block-cover.hero {
		padding: 0;
	}

	.property-item .property-overlay .left-wrap, .property-item .right-wrap {
		width: 100%;
		max-width: 100%;
	}

	p.property-price, p.property-acreage {
		text-align: left;
		margin-top: 5px;
		margin-bottom: 0;
	}

	.property-overlay {
		margin-bottom: -50px;
	}

	.property-item:hover .property-overlay .left-wrap, .property-item:hover .property-overlay {
		margin-bottom: 0;
	}

	.property-item:hover .property-overlay .right-wrap {
		margin-bottom: 15px;
	}

	.property-item .right-wrap {
		display: flex;
		align-items: center;
		gap: 10px;
	}

	.property-item .right-wrap .property-price:after {
		content: '|';
		position: relative;
		left: 5px;
	}

	.header-right .widget_nav_menu {
		padding: 12rem 2.5rem 4rem;
	}

	.lifestyle-image {
		height: 275px;
	}

	.single-property-details {
		flex-wrap: wrap;
	}

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

@media only screen and (max-width: 400px) {
	.single-agent-properties .property-item h2.property-title, .property-item h2.property-title, .properties-content-container .property-item h2.property-title, .blog .property-title, .single-properties .property-title {
		font-size: 22px;
	}

	.listings-secondary-filter-wrap {
		display: block;
	}

	.property-sort-filter {
		top: 0;
		margin-top: 10px;
	}


}

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

	table {
		table-layout: auto;
		word-break: normal;
	}

}

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

	/* Genesis Menu
	--------------------------------------------- */

	.genesis-nav-menu .menu-item {
		display: inline-block;
	}

	.genesis-nav-menu .menu-item:focus,
	.genesis-nav-menu .menu-item:hover {
		position: relative;
	}

	.genesis-nav-menu > .menu-bold > a {
		font-weight: 700;
	}

	.genesis-nav-menu > .menu-highlight > a {
		background-color: #333;
		border-radius: 3px;
		color: #fff;
		font-weight: 600;
		margin-left: 15px;
		padding-left: 20px;
		padding-right: 20px;
	}

	.genesis-nav-menu > .menu-highlight > a:focus,
	.genesis-nav-menu > .menu-highlight > a:hover {
		background-color: #0073e5;
	}

	.genesis-nav-menu .sub-menu,
	.genesis-nav-menu .sub-menu a {
		width: 180px;
	}

	.genesis-nav-menu .sub-menu {
		border-top: 1px solid #eee;
		opacity: 0;
		padding-left: 0;
		position: absolute;
		transition: opacity 0.4s ease-in-out;
	}

	.genesis-nav-menu .sub-menu a {
		border: 1px solid #eee;
		border-top: 0;
		padding-bottom: 15px;
		padding-top: 15px;
	}

	.genesis-nav-menu .sub-menu .sub-menu {
		margin: -46px 0 0 179px;
	}

	/* Responsive Menu
	--------------------------------------------- */

	.js .nav-primary {
		display: block;
		padding-top: 15px;
	}

	.menu-toggle,
	.sub-menu-toggle {
		display: none;
		visibility: hidden;
	}

	/* Header Menu
	--------------------------------------------- */

	.nav-primary {
		clear: none;
		float: right;
		width: auto;
	}

	.nav-primary .genesis-nav-menu a {
		padding-left: 15px;
		padding-right: 15px;
	}

	/* Site-Inner
	--------------------------------------------- */

	.site-inner {
		max-width: 1350px;
	}

	/* Content
	--------------------------------------------- */

	.content {
		float: left;
		width: 100%;
	}

	.sidebar-content .content {
		float: right;
	}

	.full-width-content .content {
		float: none;
		margin-left: auto;
		margin-right: auto;
	}

	/* Sidebar
	--------------------------------------------- */

	.sidebar {
		float: right;
	}

	.sidebar-content .sidebar {
		float: left;
	}

	/* Author Box
	--------------------------------------------- */

	.author-box {
		background-color: #f5f5f5;
		padding: 30px;
	}

	/* After Entry
	--------------------------------------------- */

	.after-entry {
		padding: 40px 60px;
	}

	.after-entry .enews {
		padding-left: 30px;
		padding-right: 30px;
	}

	/* Column Classes
	--------------------------------------------- */

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		float: left;
		margin-left: 2.564102564102564%;
	}

	.one-half,
	.three-sixths,
	.two-fourths {
		width: 48.717948717948715%;
	}

	.one-third,
	.two-sixths {
		width: 31.623931623931625%;
	}

	.four-sixths,
	.two-thirds {
		width: 65.81196581196582%;
	}

	.one-fourth {
		width: 23.076923076923077%;
	}

	.three-fourths {
		width: 74.35897435897436%;
	}

	.one-sixth {
		width: 14.52991452991453%;
	}

	.five-sixths {
		width: 82.90598290598291%;
	}

	.first {
		clear: both;
		margin-left: 0;
	}

	/* Entry Misc.
	--------------------------------------------- */

	.after-entry,
	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-pings {
		margin-bottom: 60px;
	}

	/* Footer Widgets
	--------------------------------------------- */

	.footer-widgets .wrap {
		max-width: 1350px;
	}

	.footer-widget-area {
		float: left;
		margin-bottom: 0;
		width: calc(100% / 4);
	}

}

@media only screen and (min-width: 1728px) {
	.properties-listings-section {
		max-height: 750px;
	}

	.properties-map-section div#properties-map {
		height: 750px !important;
	}
}

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

	.post-type-archive-properties .properties-content-container .featured-properties, .blog .featured-properties, .single-properties .featured-properties {
		grid-template-columns: repeat(3, 1fr);
	}

	.post-type-archive-properties .properties-content-container .property-item, .blog .properties-content-container .property-item, .single-properties .properties-content-container .property-item {
		height: 18vw;
	}
}

/* Print Styles
---------------------------------------------------------------------------- */

@media print {

	*,
	*::before,
	*::after {
		background: transparent !important;
		box-shadow: none !important;
		color: #333 !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]::after {
		content: " (" attr(href) ")";
	}

	abbr[title]::after {
		content: " (" attr(title) ")";
	}

	a[href^="javascript:"]::after,
	a[href^="#"]::after,
	.site-title > a::after {
		content: "";
	}

	thead {
		display: table-header-group;
	}

	img,
	tr {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 2cm 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	.content,
	.content-sidebar {
		width: 100%;
	}

	button,
	input,
	select,
	textarea,
	.breadcrumb,
	.comment-edit-link,
	.comment-form,
	.comment-list .reply a,
	.comment-reply-title,
	.edit-link,
	.entry-comments-link,
	.entry-footer,
	.genesis-box,
	.header-widget-area,
	.hidden-print,
	.home-top,
	.nav-primary,
	.nav-secondary,
	.post-edit-link,
	.sidebar {
		display: none !important;
	}

	.title-area {
		text-align: center;
		width: 100%;
	}

	.site-title > a {
		margin: 0;
		text-decoration: none;
		text-indent: 0;
	}

	.site-inner {
		padding-top: 0;
		position: relative;
	}

	.author-box {
		margin-bottom: 0;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		orphans: 3;
		page-break-after: avoid;
		page-break-inside: avoid;
		widows: 3;
	}


	img {
		page-break-after: avoid;
		page-break-inside: avoid;
	}

	blockquote,
	pre,
	table {
		page-break-inside: avoid;
	}

	dl,
	ol,
	ul {
		page-break-before: avoid;
	}

}