/*!
Theme Name: acme real estate V3
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: acme-real-estate
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/* COLORS
OLD yellow: #ffcb04
logo yellow: #ffcb07
dark yellow: #b69100
dark gray: #555555
light gray: #EBEBEB


*/

@font-face {
    font-family: 'BW Darius';
    src: url('webfonts/bwdarius-black-webfont.woff2') format('woff2'),
         url('webfonts/bwdarius-black-webfont.woff') format('woff'),
         url('webfonts/bwdarius-black-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: 'Montserrat', sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
    -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
	text-decoration: none;
}

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

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0 0 0.67em 0;
}
h1 b,
h2 b,
h3 b,
.home .premium-blog h2 b {
	color:#ffcB00;
}
.ac-carousel-content .text h3 {
	font-size: 18px;
	margin-bottom: 0;
	text-transform: uppercase;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

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

pre {
	overflow: auto;
}

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

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

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

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}
.alignnone {
	display: block;
	margin: 0 0 10px;
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #555555;
	font-family: 'Montserrat', sans-serif;
	/*font-size: 20px;*/
	font-size: 1rem;
	line-height: 1.5;
	font-weight: 500;
}

h1, h2, h3, h4, h5, h6 {
	/*clear: both;*/
}
.vc_separator h4,
h1 strong, .h1 strong, h2 strong, .h2 strong, h3 strong, .h3 strong {
	letter-spacing: 1.5px;
}

.vc_separator h4 {
	white-space: normal;
	text-align: center;
}

.vc_separator.wpb_content_element.sep-no-space {
	padding-bottom: 0;
	padding-top: 0;
}
h1.entry-title {
    font-family:"BW Darius", serif;
font-size: 54px;
text-transform: lowercase;
line-height: 1;
font-weight: 700;
margin: 20px 0;
    letter-spacing: 0;
}
h3.small-heading {
font-family: "BW Darius", Sans-serif;
font-size: 54px;
text-transform: lowercase;
font-weight: 700;
line-height: 1;
margin: 10px 0 32px;
}
.row-wrap h3.small-heading {color:#fff;}
p {
    margin: 0 0 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

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

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

big {
	font-size: 125%;
}
.read-more,
p.excerpt {
	display: none;
}

.parent-pageid-39 h4 {
font-weight: bold;
color: #FFCB00 !important;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

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

ul {
	list-style: disc;
}
.single-ac_person ul {
    list-style-type: none;
    padding: 0;
}
ol {
	list-style: decimal;
}

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

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.vfbp-form .btn{
	border: 1px solid #ffcb07;
	background: #fff;
	color: #ffcb07;
	font-size: 16px;
	/*font-size: 0.75rem;*/
	line-height: 1;
	padding: 6px;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background-color:#ffcb07;
	color: #fff;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	background-color:#ffcb07;
	color: #fff;
}

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

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

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}
.list-signup h3 {
    color: #FFCB00;
font-family: "BW Darius", Sans-serif;
font-size: 40px;
font-weight: normal;
text-transform: lowercase;
line-height: 1em;
}
.site-header .header-list {
    display: inline-block;
    vertical-align: top;
    padding: 1px 10px 0 0;
    color: #95989A;
    margin: 0;
}
.list-signup .fd-btn {
font-family: "Montserrat" !important;
font-weight: 700 !important;
}
.site-header .list-signup .yikes-easy-mc-form input[type=email] {
    padding: 5px;
}


/*
.yikes-mailchimp-container-1  {
    display: block;
    margin: 0 auto;
    background: transparent;
}
.site-header .yikes-mailchimp-container-1 {
    display: inline-block;
}
.site .yikes-easy-mc-form .field-no-label, .site .yikes-easy-mc-form label {
    display: inline-block;
    margin-bottom: .5em;
}
.site .yikes-easy-mc-form input[type=email], .site .yikes-easy-mc-form input[type=number], .site .yikes-easy-mc-form input[type=password], .site .yikes-easy-mc-form input[type=text], .site .yikes-easy-mc-form input[type=url], .site .yikes-easy-mc-form select, .site .yikes-easy-mc-form textarea {
    box-sizing: border-box;
    display: inline-block;
    width: auto;
    max-width: 100%;
}
.site .yikes-easy-mc-form input[type=email], .site .yikes-easy-mc-form input[type=number], .site .yikes-easy-mc-form input[type=text], .site .yikes-easy-mc-form input[type=url], .site .yikes-easy-mc-form select {
    padding: 10px;
    background-color: #fff;
    border: 1px solid #ffcb07;
    display: block;
    margin-bottom: 0;
    width: 100%;
    font-size: 16px;
    line-height: 1;
}
.yikes-easy-mc-form label.label-inline {
    float: left;
    width: 200px;
    padding-right: 10px;
}
.site .yikes-easy-mc-form .yikes-easy-mc-submit-button {
  
    width: 100%;
    margin-top: .5em;
    min-height: 40px;
    padding: 10px;
}
.site .site-header .yikes-easy-mc-form .yikes-easy-mc-submit-button {
  
    width: 100%;
    margin-top: 0;
    min-height: 10px;
    padding: 8px;
}
.site-header .yikes-easy-mc-form label.label-inline {
    float: left;
    width: auto;
    padding-right: 10px;
}
.site-header .yikes-easy-mc-form .submit-button-inline-label {
    width: auto;
    min-width: 90px;
    float: left;
}
.site-header .yikes-mailchimp-container {
    
    display: inline-block;
}
.site-header  .yikes-easy-mc-form .field-no-label, .site .yikes-easy-mc-form label {
    display: inline-block;
    margin-bottom: 0;
}
.site-header .yikes-easy-mc-form .submit-button-inline-label .yikes-easy-mc-submit-button {
    margin-top: 0;
    margin-bottom: 0;
}

.visual-form-builder li.vfb-two-column div span, .visual-form-builder li.vfb-three-column div span, .visual-form-builder li.vfb-auto-column div span {
	margin: 0 15px 0 0;
	width: auto;
}*/
#form_success {
	font-size: 18px;
	font-weight: bold;
}

.form_heading {
	background-color: #ffca08;
	border-bottom: 1px solid;
	color: white;
	font-size: 18px;
	font-weight: bold;
	padding-left: 10px;
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
.site-header {
    padding: 20px 0 0;
    margin: 0 auto;
}
.site-branding {
	position: absolute;
	max-width: 110px;
	padding: 0 20px 0 0;
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #ffcb07;
}

a:visited {
	color: #ffcb07;
}

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

a:focus {
	outline: thin dotted;
}

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

.btn-primary,
.button {
	    background: transparent;
    border: 1px solid #ffcb07;
    border-radius: 4px;
    color: #ffcb07;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 0.25em;
    line-height: 100%;
    padding: 6px 8px;
    text-transform: uppercase;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    width: auto;
}
.btn-primary:hover,
.button:hover 
	{
    background-color: #ffcb07;
    border-color: #ffcb07;
    color: #ffffff;
}


/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
/*.responsive-menu-slide-left button#responsive-menu-button {
	right: 15%;
}*/
.header-contact {
    display: inline-block;
    padding: 6px;
    border: 1px solid #ccc;
    line-height: 1;
    margin: 0;
    width: 100%;
    text-align: center;
    vertical-align: top;
}
/* socials contact above navigation
.main-navigation {
    display: block;
    padding: 6px 0 0;
}*/

.main-navigation {
    display: flex;
    padding: 6px 0 0;
    flex-direction: row;
    justify-content: right;
}

/* socials contact above nav
.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0 0 0 120px;
    padding-left: 0;
}*/
.main-navigation ul {
    display: none;
    list-style: none;
    /* margin: 0 0 0 120px; */
    padding-left: 0;
}

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

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

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

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

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

.main-navigation li {
    position: relative;
    display: inline-block;
    margin: 0 8px 0 0;
}

.main-navigation .menu a {
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 18px;
    color: #95989A;
    line-height: 1;
    cursor: pointer;
    padding: 2px 5px;
    font-weight: 500;
}
.main-navigation a:hover {
	color: #000;
}
.main-navigation .current-menu-ancestor > a,
.main-navigation .current-menu-item a,
/* highlites our agents on single agent pages*/
.single-ac_person .menu-item-24466 a{
color: #ffcb07;
xxxbackground-color: #fff;

}
.current-menu-parent.menu-item-37724 > a {
    color:#fff;
}
.sub-menu {
	/*border-bottom:1px solid #ccc;*/
}
.sub-menu {display:block;}
.sub-menu li {
    background-color: #fff;
    /* border: 1px solid #ccc; */
    padding: 6px 6px;
   
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    line-height: 1;
}
.menu2 {
    padding: 0 0 2px;
    margin: 0 0 2px;
    
}
.main-navigation .footer_social_bar {
    display: inline-block;
    /*padding: 4px;*/
    vertical-align: top;
}
.main-navigation .list-signup {
    display: none;
   
}
.line-break {
    /* flex: 1 0 100%; */
    display: block;
    width: auto;
    margin: 0 0 10px;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}
.main-navigation.toggled .list-signup {
    display: flex;
    order: 4;
    flex: 1 0 100%;
}

.resource-nav {
	padding: 0;
	list-style: outside none none;
}

.resource-nav li {
	display: inline-block;
}

.resource-nav a {
	text-transform: uppercase;
	border-bottom: 2px solid #fff;
	display: block;
	padding: 5px;
	color: #8e8e8e;
}

.resource-nav .active a {
	border-bottom: 2px solid #ffca08;
}


@media screen and (min-width: 1000px) {
	.line-break {
    /* flex: 1 0 100%; */
    display: block;
    width: 100%;
    margin: 0 0 10px;
}
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
    display: block;
    margin: 0;
}
	.line-break {
    /* flex: 1 0 100%; */
    display: block;
    width: 100%;
    margin: 0 0 10px;
}
/*	.main-navigation ul {
		display: block;
	}*/
	.main-navigation .nav-top .footer_social_bar,
	.main-navigation .list-signup {
    display: flex;
    order: initial;
    flex: initial;
	}
	.nav-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin: 0;
    order: 2;
    margin-left: auto;
    flex-direction: column-reverse;
}
}
/* this is for socials above nav, left side
.nav-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin: 8px 0 0 120px;
}*/
.nav-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    order: 2;
   /* margin: 8px 0 0 120px;*/
    flex-direction: column-reverse;
}

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

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

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

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

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

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

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}


/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

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

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

.openhouse-container p {
	margin: 0 0 5px;
	font-weight:700;
}

.site {
    padding: 0 20px 20px;
}
.site-content {
	max-width: 3000px;
	margin: 0 auto;
	position:relative;
	z-index: 1;
}


.site-header, .entry-content, .site-footer {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    min-height: 120px;
    z-index: 3;
}
.single-ac_person article {
    max-width: 1200px;
    margin: 0 auto;
}
.single .entry-content {
    max-width: 1200px;
}
.page-header{
    display: none;
}
.parent-pageid-39 .page-header {
display: block;
}
.post-thumbnail.banner {
    margin: 0 -20px 20px;
     min-height: 400px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 38%;
	/*min-height: 200px*/
}
.single-ac_person .post-thumbnail.banner {
margin: 0;
width: 300px;
height: 300px;
border-radius: 50%;
padding: 0;
float: right;
display: inline-block;
clear: none;
min-height: unset;
}
/* adjusts banner image for about us page */
.post-24861 .post-thumbnail.banner {
background-position: top center;
}
.single-ac_person h1 {
	clear: none;
}
.ac_person li {
	border-bottom: 1px solid #ccc;
	line-height: 1.3;
	margin: 0 0 8px;
	padding: 0 0 5px;
}

.ac_person ul {
	list-style: outside none none;
	margin-bottom: 30px;
	padding: 0;
}
.post-thumbnail img {
    display: block;
    margin: 0 auto;
}
.the-content {
	/*padding: 20px 0;*/
    clear: both;
}
.single-ac_person .the-content {
    clear: none;
}
.wrapper {
    width: 95%;
    margin: 3em auto;
}

.masonry {
    margin: 1.5em 0;
    padding: 0;
    -moz-column-gap: 1.5em;
    -webkit-column-gap: 1.5em;
    column-gap: 1.5em;
    font-size: .85em;
}
.round {
    border-radius: 50%;
}
.grid-item {
    position: relative;
}
.image {
	display: block;
	min-height: 280px;
}
.press-grid .grid-item.hentry {
    display: block;
    width: 32.3%;
    margin: 0.5%;
    float: left;
}
.press-grid .image {
    min-height: 200px;
}
.navigation.pagination {
        margin: 0 auto 1.5em;
        max-width: 1280px;
}
.tag-coming-soon .image > a:after,
.tag-vacation-rental .image > a:after,
.tag-for-rent .image > a:after,
.tag-leased .image > a:after,
.tag-escrow .image > a:after,
.tag-active .image > a:after,
.tag-sold .image > a:after {
	background-color: rgba(0,0,0,0.7);
	content: "ACTIVE";
	font-size: 14px;
	display: block;
	left: 0;
	padding: 10px;
	position: absolute;
	top: 0;
}

.tag-sold h1::before {
	color: #ffca08;
	content: "SOLD! ";
}

.tag-escrow .image > a:after {
	content: "IN ESCROW";
}

.tag-leased .image > a:after {
	content: "LEASED";
}

.tag-sold .image > a:after {
	content: "SOLD";
}

.tag-for-rent .image > a:after {
	content: "FOR RENT";
}


.tag-coming-soon .image > a:after {
	content: "COMING SOON!";
}

.tag-vacation-rental .image > a:after {
	content: "VACATION RENTAL";
}
.nav-links {
font-size: 20px;
margin: 0 auto;
display: block;
text-align: center;
}
.nav-links a,
.nav-links .page-numbers.current {
    margin: 0 8px;
}
.image img {
	display: none;
}
.text {
    position: absolute;
    bottom: 0;
    padding: 16px;
    background-color: rgba(0,0,0,0.25);
    border-radius: 0 0 0 30px;
}
.text p,
.text h3,
.text a{
	font-size: 18px;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	line-height: 1.1;
	font-weight: 700;
	color: #fff;
	text-decoration: none;
}
.text p,
.feature-tags{
	color: #ffcb00;
}
.ac-grid-col .ac-grid-post .text .ac-grid-terms {
	color: #fff;
	display: none;
	line-height: 1.2;
}
.ac-tile-col .ac-tile-title,
.ac-grid-title strong {
	letter-spacing: .07em;
}

.wpb_wrapper .ac-grid-post div.image:hover img,
.wpb_wrapper .ac-tile-col:hover img {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

.press-grid .feature-tags {
    display: none;
}
.feature-tags {
font-family: 'BW Darius';
font-weight: 900;
font-size: 24px;
position: absolute;
top: 20px;
right: 20px;
text-transform: lowercase;
color: #FFCB00;
line-height: 1;
text-align: right;
margin: 0;
}
.entry-header .feature-tags {
position: unset;
text-align: left;
text-shadow: none;
color: #FFCB00;
font-size: 36px;
}
span.oh-time-grid {
    background-color: #ffcb07;
    color: #fff;
    padding: 3px 6px;
    line-height: 1;
    margin: 0 0 4px 0;
    display: inline-block;
	font-size:14px;
}
.ac-grid-col {
    display: inline-block;
    background: #fff;
    padding: 0;
    margin: 0 0 1.5em;
    width: 100%;
    box-sizing: border-box;
    box-shadow: 2px 2px 4px 0 #ccc;
}
.testimonial img {
    display: block;
    border-radius: 50%;
}
.testimonial .su-quote-inner {
    color: #ffcb07;
    font-size: 26px;
    font-style: normal;
    font-weight: bold;
    line-height: 1.4;
    vertical-align: inherit;
}
.pad .su-quote.testimonial {
    padding-top: 50px;
}
.testimonial .su-quote-cite {
    font-size: 18px;
    margin: 10px;
}
.training .column {
    float: left;
    margin: 0 1%;
}
.training .full {
    width: 100%;
    float: none;
    clear: both;
}
.training .onefourth {
    width: 23%;
}
.training .twothird {
    width: 64.6%;
}
.training .onethird {
    width: 31.3%;
}
.training .half {
    width: 48%;
}
.training ul {
    padding: 0 0 0 18px;
}
.training h2 {
    margin: 0 0 10px;
    color: #ffcb07;
}
.training .intro {
}
.training h3 {
    text-transform: uppercase;
    margin: 18px 0 10px;
    font-size: 16px;
	 color: #ffcb07;
}
.training img {
    height: auto;
    border-radius: 50%;
    margin: 0 auto;
    display: block;
}
.featured-row {
    display: flex;
    width: 100%;
}
.column.featured {
    border: 2px solid #ffcb07;
    padding: 2%;
    margin: 1% 1% 3%;
    border-radius: 16px;
}
.training .vfb-col-12 {
    padding-left: 0;
}
@media only screen and (max-width: 900px) {
    .featured-row {
    display: block;
}
    .training .onefourth {
        width: auto;
    }
    .training .twothird {
        width: auto;
    }
    .training .onethird {
        width: auto;
    }
    .training .half {
        width: auto;
    }
}

@media only screen and (min-width: 400px) {
    .masonry {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }
}

@media only screen and (min-width: 700px) {
    .masonry {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
	
}

@media only screen and (min-width: 900px) {
    .masonry {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
}

@media only screen and (min-width: 1100px) {
    .masonry {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }
}

@media only screen and (min-width: 1280px) {
    .wrapper {
        width: 1260px;
    }
}

/* agent grid */

.agents-loop {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /* align-content: center; */
}
.agent {
    text-align: center;
    width: 20%;
    padding: 1%;
    /* float: left; */
    /* margin: 2.5%; */
}
.agent-photo {
display: block;
width: 100%;
margin: 0 !important;
}

.agent-info {
    text-align: left;
    padding: 10px;
    margin: 0 0 0 100px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.agent p {
    line-height: 1.2;
    margin: 0 0 4px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.agent p.agent-name {
font-size: 16px;
letter-spacing: 0;
line-height: 1;
margin: 8px 0;
}
.agent p .text-icon {
    font-size: 16px;
}
.agent a {
	    color: #555;
}
.agent-socials a,
.agent-meta a{
	margin: 0 4px;
}
.agent-socials {
padding: 8px 0;
}
.agent-name a {
    font-weight: bold;
}

.agent-photo img {
    width: 100%;
    height: auto;
    /*border: 1px solid #ffcb07;*/
    border-radius: 50% !important;
}
/* SINGLE AGENT */
/*.single-ac_person a.agent-photo {
    float: right;
    display: block;
    width: 33%;
}*/
.single .agent-meta {
margin: 0 0 30px;
}
.agent-meta p {
    margin: 0;
    font-size: 20px;
    text-transform: uppercase;
}
.agent-meta.agent-socials {
    margin: 10px 0;
}
.agent-meta i {
    font-size: 22px;
   /* padding: 10px 10px 20px 0;*/
}
/* listing single */
.single .open-house {
    background-color: #ffcb07;
    color: #fff;
    font-weight: 700;
    font-size: 24px;
	line-height: 1.2;
    text-transform: UPPERCASE;
    padding: 6px 12px;
    margin: 0 0 10PX 0;
    display: inline-block;
}
.listing-info .open-house {
    color: #fff;
    background-color: #ffcb07;
    display: inline-block;
    padding: 0 4px;
    margin: 0 0 10px;
}
.listing-info {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 700;
}
.listing-info span {
	color: #95989A;
}
.listing-info > p, .listing-info ul {
    margin: 0 0 4px;
}
.listing-meta {
    margin: 0;
    list-style-type: none;
    padding: 0;
	font-size: 20px;
}
.listing-meta li {
    display: inline-block;
    margin: 0 20px 0 0;
}

.listing-agent .agent {
	width: auto;
	float:left;
}
.listing-agent .agent-photo {
    width: 90px;
	height: 90px;
    float: left;
}

.listing-agent .agent-photo {
    width: 90px;
	height: 90px;
    float: left;
	display: block;
}

.agent-info {
    text-align: left;
    padding: 10px;
    margin: 0 0 0 100px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.agent-info p {
    line-height: 1.2;
    margin: 0;
}
.row-wrap {
padding: 20px 40px;
background-color: #999;
margin: 50px 0 50px;
border-radius: 0 50px;
}


.postgrid,
.homegrid {
    display: grid;
    /* grid-template-columns: repeat(12, 1fr); */
    /*grid-template-rows: 3fr 2fr;*/
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin: 0 auto 1.5em;
    max-width:1280px;
}
.press .homegrid {
grid-template-rows: 2fr;
}
.homegrid .image img {display: none;}
.grid-item.hentry {
margin: 0;
background-size: cover;
background-position: center;
/* margin-bottom: 20px; */
border-radius: 0 30px;
}

a.grid-link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
}
.postgrid .grid-item,
.homegrid .grid-item {
    justify-self: stretch;
    align-self: stretch;
    grid-column: span 4;
    xxxgrid-row-start: 2;
    xxxgrid-row-end: 3;
    margin: 0;
    position: relative;
    background-position: center;
    background-size: cover;
}
/* hides tags on press grid. no-tags class added to post widget */
.no-tags .tag-holder {display:none}

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

.postgrid .grid-item:nth-child(1),
.homegrid .grid-item:nth-child(1) {
	grid-column: 1 / span 6;
  grid-row: 1 / 2;
	
}
.postgrid .grid-item:nth-child(2),
.homegrid .grid-item:nth-child(2) {
   grid-column: span 6;
	grid-row: 1 / 2;
}

}


/* hide everywhere except on home page */
.feature-cats {
    display: none;
}
.home-features .feature-cats {
    display: block;
}
span.edit-link {
    display: none;
}

.more-posts {
text-align: center;
padding: 30px 0 0;
font-size: 1.35em;
}
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

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



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

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

.bypostauthor {
	display: block;
}

/*		SU Row + Column
---------------------------------------------------------------*/

.su-row {
	clear: both;
	zoom: 1;
	margin-bottom: 1.5em;
}
.su-row:before,
.su-row:after {
	display: table;
	content: "";
}
.su-row:after { clear: both; }
.su-column {
	display: block;
	margin: 0 4% 0 0;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.su-column-last { margin-right: 0; }
.su-row .su-column { margin: 0 0 0 4%; }
.su-row .su-column.su-column-size-1-1 { margin-left: 0; margin-right: 0; }
.su-row .su-column:first-child { margin-left: 0; }
.su-column-centered {
	margin-right: auto !important;
	margin-left: auto !important;
	float: none !important;
}
.su-column img,
.su-column iframe,
.su-column object,
.su-column embed { max-width: 100%; }
@media only screen {
	[class*="su-column"] + [class*="su-column"]:last-child { float: right; }
}
.su-column-size-1-1 { width: 100%; }
.su-column-size-1-2 { width: 48%; }
.su-column-size-1-3 { width: 30.66%; }
.su-column-size-2-3 { width: 65.33%; }
.su-column-size-1-4 { width: 22%; }
.su-column-size-3-4 { width: 74%; }
.su-column-size-1-5 { width: 16.8%; }
.su-column-size-2-5 { width: 37.6%; }
.su-column-size-3-5 { width: 58.4%; }
.su-column-size-4-5 { width: 79.2%; }
.su-column-size-1-6 { width: 13.33%; }
.su-column-size-5-6 { width: 82.66%; }
/* Styles for screens that are less than 768px */
@media only screen and (max-width: 768px) {
	.su-column {
		width: 100% !important;
		margin: 0 0 1.5em 0 !important;
		float: none !important;
	}
	.su-row .su-column:last-child {
		margin-bottom: 0 !important;
	}
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

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

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

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

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

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

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

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
## FOOTER
--------------------------------------------------------------*/
.site-footer {
    padding: 20px 0 0;
}
#footer-copyright {
	background-color: #8e8e8e;
}

footer .widget .wpb_column {
	padding: 0;
}
.footer-contact {
    border-bottom: 1px solid #ccc;
    margin: 0 0 20px;
    padding: 0 0 20px;
    display: flex;
    justify-content: space-between;
	font-size: 20px;
	letter-spacing: 1px;
}
.site-info {
    color: #CED3D6;
font-size: 16px;
text-align: center;
margin: 10px 0;
padding-top: 30px;
}
.list-signup form {
padding: 0!important;
}
.footer_social_bar {
    display: inline-block;
}
.footer_social_bar .fab {
    font-size: 22px;
    margin: 0;
    padding: 0 5px;
}
.header-contact,
.header-contact:visited,
.footer_social_bar a,
.footer_social_bar a:visited{
    color: #95989A;
}
.header-contact:hover,
.footer_social_bar a:hover {
    color: #555555;
}
.footer_social_bar a.forbes {
    opacity: .69;
}
.footer_social_bar a.forbes:hover {
    opacity: 1;
}

.menu-v2-main-menu-container {
    margin: 0 0 0 110px;
    align-self: flex-end;
	}
.ac_posts {
	overflow: inherit;
}

body .su-posts-teaser-loop .su-post-thumbnail img {
	border: 0 none;
	border-radius: 0;
	display: inline-block;
	height: 100%;
	margin: 0 auto;
	max-height: none;
	max-width: none;
	padding: 0;
	width: auto;
}

body .su-posts-teaser-loop .su-post-thumbnail {
	display: block;
	float: left;
	height: 70px;
	margin: 0 1em 0 0;
	width: 100px;
	overflow: hidden;
	text-align: center;
}
body .widget .su-posts-teaser-loop .su-post-thumbnail {
	display: block;
	float: none;
	height: 120px;
	margin: 0 0 10px;
	width: 100%;
}
body .su-posts-teaser-loop h2.su-post-title {
	border: medium none;
	clear: none;
	display: block;
	font-size: 1em;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

.widget .su-post {
	line-height: 1.2;
	margin: 0 0 10px;
}

.widget .su-posts {
	list-style: outside none none;
	padding: 0;
}

@media only screen and (max-width: 1000px) {
	.site-header{
    min-height: 100px;
}
	
	.site-branding {
    	max-width: 80px;
	}
	.menu-v2-main-menu-container {
    margin: 0;
    align-self: flex-end;
	}
	.main-navigation {
		display: block;
    	padding: 0;
    	margin: 0;
	}
	.menu-v2-main-menu-container {
    margin: 20px 0;
	}
	.main-navigation li {
		position: static;
		float: none;
		display: block;
		margin: 0;
	}
	.nav-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    order: 2;
    margin: 8px 0 0 120px;
    flex-direction: row;
}
	.sub-menu li {
    padding:0;
	}
	.menu-item-has-children:before {
        content: "+";
        color: #ccc;
        font-size: 1.7em;
        float: right;
        position: relative;
        line-height: 1;
        padding: 14px;
        pointer-events: none;
        }
	.menu-item-has-children.open:before {
		content: "-";
	}
	/*.main-navigation li.menu-item-has-children {
		padding-right: 15px;
	}*/
	.main-navigation .menu a {
    	padding: 14px 0;
	}
	
	.nav-menu > li > a {
    	display: block;
    	border-bottom: 1px solid #ffcb07;
	}
	
	.main-navigation ul ul {
    	float: none;
    	position: static;
    	top: 100%;
    	z-index: 1;
    	padding: 0 0 0 20px;
	}
	.main-navigation ul ul.sub-menu {display:none;}
	.press-grid .grid-item.hentry {
    display: block;
    width: 49%;
    margin: 0.5%;
    float: left;
}
	.postgrid {
		grid-template-columns: 1fr 1fr;
		}	
	.yikes-mailchimp-container-1 {
		width: 100%;
	}
	.agent {
		width: 25%;
	}
}
@media only screen and (max-width: 800px) {
	/*.main-navigation.toggled .nav-top .footer_social_bar {
		order: 3;
		flex: 0 0 100%;
		padding: 20px 0 0 0;
	}*/
    .training .column {
        xxxwidth: 100%;
        float: none;
        xxxpadding: 0;
    }
	.responsive-menu-slide-left button#responsive-menu-button {
	right: 2px;
	}
	.header-contact {
   /* margin: -18px;*/
	}
	.homegrid {
		grid-template-rows: 1fr;
		grid-template-columns: 1fr 1fr;
	}
	.homegrid .grid-item {
		grid-column: span 1;
		grid-row-start: auto;
		grid-row-end: auto;
	}
	.homegrid .grid-item:nth-child(1) {
		grid-column: span 1;
		grid-row: auto;

	}
	.homegrid .grid-item:nth-child(2) {
		grid-column: span 1;
		grid-row: auto;
	}
	.postgrid {
		grid-template-columns: 1fr 1fr;
	}
	.agent {
		width: 33%;
	}
	body,
	button,
	input,
	select,
	optgroup,
	textarea {
		font-size: 16px;
	}
	.footer-contact, .footer-contact > a {
		display: block;
		text-align: center;
		margin: 0 0 10px;
	}
	.footer-contact a.button {
    	display: inline-block;
	}
	.site .yikes-easy-mc-form .submit-button-inline-label {
    	min-width: 1px;
	}
}
@media only screen and (max-width: 700px) {
	/*.nav-top .footer_social_bar {
		order: 3;
		flex: 0 0 100%;
		padding: 20px 0 0 0;
	}*/
	.site {
    padding: 0 10px 10px;
	}
	.nav-top {
    margin: 8px 0 30px 90px;
	}
	
	.main-navigation.toggled .list-signup {
    flex-wrap: wrap;
	}
	.press-grid .grid-item.hentry {
    display: block;
    width: 100%;
    margin: 0.5% 0;
    float: none;
}

	.homegrid {
    grid-template-rows: 1fr;
    grid-template-columns: 1fr;
	}
	.postgrid {
    grid-template-columns: 1fr;
	}
	.main-navigation.toggled .list-signup {
    margin: 20px 0 0 -120px;
	}
	
	.single .open-house {
    font-size: 22px;
    DISPLAY: inline-block;
    line-height: 1;
    padding: 4px 8px;
	}
	h1.entry-title {
    font-size: 28px;
    line-height: 1;
	}
	.listing-meta li {
    display: block;
    margin: 0 20px 10px 0;
	}
	.listing-info > p, .listing-info ul {
    margin: 0 0 14px;
    line-height: 1;
		font-size: 22px;
	}
	.listing-agent {
    margin: 20px 0;
	}
	.single-ac_person .post-thumbnail.banner {
    width: 200px;
    height: 200px;
	}
	
}
.vfb-col-1, .vfb-col-2, .vfb-col-3, .vfb-col-4, .vfb-col-5, .vfb-col-6, .vfb-col-7, .vfb-col-8, .vfb-col-9, .vfb-col-10, .vfb-col-11, .vfb-col-12 {
    padding-left: 0;
    padding-right: 0
    }
.vfb-col-12 .vfb-col-6 {padding-left: 15px}
@media only screen and (max-width: 768px) {
    .vfb-col-12 .vfb-col-6 {padding-left: 0}
    .vfb-col-6 input.vfb-namepart-last {
    margin-top: 10px !important;
}
}
@media only screen and (max-width: 500px) {
	.agent {
    width: 50%;
	}
	.single-ac_person .post-thumbnail.banner {
    margin: 0 auto 20px;
    padding: 0;
    float: none;
    display: block;
    clear: both;
    }
    
	.homegrid {
    grid-template-rows: 1fr;
    grid-template-columns: 1fr;
	}
	.postgrid {
    grid-template-columns: 1fr;
	}
	.header-contact {
		display: none;
		margin-top: 10px;
	}
	.main-navigation.toggled .header-contact {
		display: block;
	}
	.line-break {
    flex: 1 0 100%;
    margin: 20px 0 0 -80px;
	}
	
}


.page-header {
/* display: none; */
max-width: 1200px;
margin: 0 auto;
}


.elementor-icon{
color: #FD78606B;
border-color: #FD78606B;
}
.elementor-icon.smallicon {
font-size: 500px;
}

.elementor-icon i:before, .elementor-icon svg:before {
position: absolute;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
}
.fa-circle:before {
content: "\f111";
}
.elementor-icon i, .elementor-icon svg {
width: 1em;
height: 1em;
position: relative;
display: block;
}

.elementor-icon {
display: inline-block;
line-height: 1;
-webkit-transition: all .3s;
-o-transition: all .3s;
transition: all .3s;
color: #818a91;
font-size: 50px;
text-align: center;
}
/* 

CUSTOMIZER STYLE DUMP 
UNKNOWNS BELOW

*/


/*

.parent-pageid-23720 .su-column > div {
	font-size: 18px;
	line-height: 1.75;
}


.archive.woocommerce ul.products li.product, .archive.woocommerce-page ul.products li.product {
	width: 25%;
}

.ls-fullwidthdark .ls-nav-prev, .ls-fullwidthdark .ls-nav-next {
    opacity: .5;
}

.su-row .su-column {
	margin: 0 0 0 2%;
}

.su-subpages {
	list-style: outside none none;
	padding: 0;
}

.su-subpages a {
	text-transform: uppercase;
	background-color: #ffffff;
	background-image: none;
	border: 2px solid #ffca08;
	border-radius: 4px;
	color: #333333;
	cursor: pointer;
	display: inline-block;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.42857;
	margin-bottom: 0;
	padding: 11px 12px;
	text-align: center;
	vertical-align: middle;
	transition: all .2s ease-in-out 0;
}

.su-subpages a:hover {
	background-color: #ffca08;
	color: #fff;
}



*/




















