@import url('https://fonts.googleapis.com/css?family=Red+Hat+Display:400,500,700,900|Roboto:300,400,700&display=swap');

/* General Styles */
body {
	background-color: #fff;
	color: #333;
	font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 17px;
	font-weight: 300;
}

h1, .h1 {
	color: #295371;
	font-family: "Red Hat Display", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 900;
    font-size: 60px;
	line-height: 1.1;
	letter-spacing: -.01em;
	text-transform: uppercase;
}
h2, .h2 {
	color: #295371;
	font-family: "Red Hat Display", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 400;
    font-size: 45px;
	line-height: 1.3333;
	letter-spacing: -.01em;
	text-transform: none;
}

h2 em,
.h2 em {
	display: block;
	font-style: normal;
	font-weight: 700;
    font-size: 25px;
	line-height: 1.08;
	letter-spacing: -.01em;
}

h3, .h3 {
	color: #295371;
	font-family: "Red Hat Display", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 700;
    font-size: 40px;
	line-height: 1.175;
	letter-spacing: -.01em;
	text-transform: none;
}
h4, .h4 {
	color: #295371;
	font-family: "Red Hat Display", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 700;
    font-size: 30px;
	line-height: 1.2;
	letter-spacing: .125em;
	text-transform: uppercase;
}
h5, .h5 {
	font-family: "Red Hat Display", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 700;
    font-size: 25px;
	line-height: 1.08;
	letter-spacing: -.01em;
	text-transform: none;
}
h6, .h6 {
	font-family: "Red Hat Display", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 700;
    font-size: 20px;
	line-height: 1.35;
	letter-spacing: .025em;
	text-transform: none;
}

p {
	line-height: 1.706;
}



a {
	color: #5bc2e7;
	font-weight: 400;
}
/*
a:link,
a:active,
a:visited {
	color: #5bc2e7;
}
*/
a:hover,
a:focus {
	color: #295371;
}


.nice-select,
[type=color], [type=date], 
[type=datetime-local], [type=datetime], 
[type=email], [type=month], [type=number], 
[type=password], [type=search], [type=tel],
[type=text], [type=time], [type=url], [type=week], textarea {
    height: auto;
	background: #f2f2f2;
	border: 1px solid #f2f2f2;
	padding: 15px 25px;
	line-height: 1.2;
	box-shadow: none;
}
 
::placeholder {
	color: black !important;
}


address {
	font-style: inherit;
}

.button,
button,
input[type=submit],
input[type=button],
input[type=reset] {
	margin-bottom: 0;
	padding: .85em 3em;
	background-color: #5bc2e7;
	color: #fff;
	font-family: "Red Hat Display", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 700;
	line-height: 1.2;
	text-transform: uppercase;
	letter-spacing: .175em;
}
.button:hover,
button:hover,
input[type=submit]:hover,
input[type=button]:hover,
input[type=reset]:hover {
	background-color: #295371;
}



/* Stylized Links */
a.plus,
a.leftarrow,
a.rightarrow {
	font-family: "Red Hat Display", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 700;
	line-height: 1.2em;
	text-transform: uppercase;
	letter-spacing: .175em;
}

a.plus::before,
button.plus::before,
a.leftarrow::before,
button.leftarrow::before,
a.rightarrow::after,
button.rightarrow::after {
	font-family: "Red Hat Display", "Helvetica Neue", Helvetica, Arial, sans-serif;
	display: inline-block;
	transition: transform .3s;
}

a.plus::before,
button.plus::before {
	content: "+";
	margin-right: .5em;

	position: relative;
	top: 1px;
	left: -0.2em;
	font-size: 4em;
	margin-right: .05em;
	width: .25em;
	transform: perspective(1px) translateZ(0) scale(.32);
	transform-origin: right;
	vertical-align: text-top;
}
a.plus:hover::before,
button.plus:hover::before {
	transform: perspective(1px) translateZ(0) scale(.4);
}

a.leftarrow::before,
button.leftarrow::before {
	content: "<";
	margin-right: .5em;
}
a.leftarrow:hover::before,
button.leftarrow:hover::before {
	transform: translate(-.25em, 0);
}

a.rightarrow::after,
button.rightarrow::after {
	content: ">";
	margin-left: .5em;
}
a.rightarrow:hover::after,
button.rightarrow:hover::after {
	transform: translate(.25em, 0);
}







/* Header + Footer */
#site-header {
	position: relative;
	z-index: 99999;
	box-shadow: 0px -40px 25px 40px rgba(0,0,0,.33);
}
body.home #site-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	transition: background-color .5s, box-shadow .5s;
	background-color: #fff;
}
body.home.at-top #site-header {
	background-color: rgba(255,255,255,.8);
	box-shadow: none;
}
body.home.at-top #site-header .main-menu > .menu > li > .submenu {
	background-color: rgba(255,255,255,.8);
	padding-top: 0;
	box-shadow: none;
	top: 58px;
}
body.home.at-top #site-header .main-menu > .menu > li > .submenu > li:first-child {
	margin-top: -20px;
}

#responsive-menu-pro-container {
	bottom: auto !important;
    padding-bottom: 2em !important;
    max-height: 100% !important;
	box-shadow: 0em -1.5em 0.75em 2em rgba(0,0,0,.5);
}
#responsive-menu-pro-header {
	box-shadow: 0px -40px 25px 40px rgba(0,0,0,.33);
}

#section-header-top {
	position: absolute;
	top: 0;
	right: 0;
	background-color: transparent;
}
#section-header-top .container {
	padding: 0;
	max-width: none;
}
#site-header .util-nav > .menu {
	margin: 0;
	
	font-family: "Red Hat Display", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#site-header .util-nav > .menu li {
	
}
#site-header .util-nav > .menu li a {
	padding: .5em;
}

#site-header .util-nav > .menu li a[href^="tel:"] {
	color: inherit;
	font-size: 30px;
	letter-spacing: .066em;
}

#site-header .util-nav > .menu li.bigbutton a {
	padding: 1.75em 3em;
	background-color: #5bc2e7;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.2;
	letter-spacing: .175em;
	text-transform: uppercase;
}
#site-header .util-nav > .menu li.searchglass a::before {
	display: inline-block;
	content: "\e906";
	margin-right: 1em;
	font-family: 'icomoon';
	font-size: .9em;
	font-weight: 600;
	transform: rotate(-90deg);
}


#section-header-main {
	padding: 25px 0;
}
#section-header-main .container {
	max-width: none;
}
#site-header .main-menu > .menu {
	position: relative;
	z-index: 1;
	margin: 0;
	
	font-family: "Red Hat Display", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .04em;
}

#site-header .main-menu > .menu li {
	line-height: 1.2;
}
#site-header .main-menu > .menu li a {
	background-color: transparent;
	color: #295371;
	font: inherit;
}
#site-header .main-menu > .menu li a:hover {
	color: #5bc2e7;
}
#site-header .main-menu > .menu li.active > a {
	color: #5bc2e7;
}


#site-header .main-menu > .menu > li {
	margin: 0 .1em;
}
#site-header .main-menu > .menu > li > a {
	padding: .5em;
}

#site-header .main-menu > .menu > li.is-dropdown-submenu-parent > a::after {
	content: none;
	display: none;
}

#site-header .main-menu > .menu > li > .submenu {
	z-index: -1;
	top: -.5em;
	left: -.75em;
	padding: 3em 1.25em .5em;
	border: none;
	background-color: #fff;
	/*box-shadow: -0.5em 0.75em 0.666em -.25em rgba(0, 0, 0, .2);*/
}
#site-header .main-menu > .menu > li > .submenu > li {
	padding: .25em 0;
	border-bottom: 1px solid #757575;
}
#site-header .main-menu > .menu > li > .submenu > li:last-child {
	border-bottom: none;
}
#site-header .main-menu > .menu > li > .submenu > li > a {
	padding: .5em 0;
}



#site-footer {
	padding: 80px 0;
	background-color: rgba(0, 0, 0, .05);
}
#section-footer-main .section-wrapper > .grid-x {
	position: relative;
}
#section-footer-main .section-wrapper > .grid-x::after {
	content: "";
	position: absolute;
	top: 0;
	right: 36%;
	width: 1px;
	height: 100%;
	background-color: #757575;
}
#site-footer .footerlogo  {
	max-width: 288px;
}

#site-footer a[href^="tel:"] {
	color: inherit;
	font-family: "Red Hat Display", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 34px;
	letter-spacing: .02em;
}
#site-footer address {
	margin-top: .75em;
	font-family: "Red Hat Display", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: 500;
	font-style: normal;
	line-height: 1.4;
}

#site-footer .wpfox_social_media_icons {
	margin-top: 1.5em;
	font-size: 21px;
}
.wpfox_element.wpfox_social_media_icons ul.icons li.icon {
    display: inline-block;
	float: none !important;
}

#site-footer .footer-links > .menu {
	margin: 0 0 1em;
	display: block;
	columns: 2;
	font-family: "Red Hat Display", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 19px;
	font-weight: 700;
	line-height: 1.4;
}
#site-footer .footer-links > .menu li {
	padding: .25em 0;
}
#site-footer .footer-links > .menu li a {
	padding: 0;
	background-color: transparent;
	color: inherit;
	font: inherit;
}

#site-footer .copyright {
	margin-top: 28px;
	font-size: 13px;
}






/* Slick Slider */
.slick-prev,
.slick-next {
	z-index: 1; 
	height: 1em;
	width: 1em;
	font-size: 40px;
}
.slick-prev::before,
.slick-next::before {
	display: block;
	font-family: 'icomoon';
	content: "\e901";
	font-size: 1em;
	transition: opacity .3s;
}
.slick-prev {
	left: 1em;
}
.slick-next {
	right: 1em;
}
.slick-prev::before {
	transform: rotate(90deg);
}
.slick-next::before {
	transform: rotate(-90deg);
}

.slick-dots {
	bottom: 30px;
	font-size: 9px;
}
.slick-dots li {
	width: 1em;
	height: 1em;
	margin: 0 .5em;
}
.slick-dots li button {
	width: 1em;
	height: 1em;
	padding: 0;
	background-color: #fff;
	border-radius: 50%;
	font-size: 1em;
	opacity: .667;
	transition: opacity .3s;
}
.slick-dots li button::before {
	content: none;
	display: none;
}
.slick-dots li.slick-active button {
    opacity: 1;
}
.slick-slide:focus{
	outline: none;
}







/* VC Elements */


.vc_row {
	padding-top: 30px;
	padding-bottom: 30px;
}
.vc_row.vc_inner {
	padding-top: 15px;
	padding-bottom: 15px;
}
.vc_row .vc_column-inner {
	padding-top: 0 !important;
}

.vc_row.row_bottom_rule::after {
	content: "";
	position: relative;
	bottom: -30px;
	display: block;
	border-bottom: 1px solid #d9cfc5;
	border-bottom: 2px solid rgba(217, 207, 197, .75);
}

.vc_row.row_bottom_fade {
	box-shadow: inset 0px -200px 100px -100px #fff;
}


.vc_row.row_padding_none {
	padding-top: 0px;
	padding-bottom: 0px;
}
.vc_row.row_padding_none.row_bottom_rule::after {
	bottom: 0px;
}
.vc_row.row_padding_small {
	padding-top: 25px;
	padding-bottom: 25px;
}
.vc_row.row_padding_small.row_bottom_rule::after {
	bottom: -25px;
}
.vc_row.row_padding_medium {
	padding-top: 50px;
	padding-bottom: 50px;
}
.vc_row.row_padding_medium.row_bottom_rule::after {
	bottom: -50px;
}
.vc_row.row_padding_large {
	padding-top: 180px;
	padding-bottom: 180px;
}
.vc_row.row_padding_large.row_bottom_rule::after {
	bottom: -180px;
}

.vc_row.row_padding_top_none {
	padding-top: 0px;
}
.vc_row.row_padding_top_small {
	padding-top: 25px;
}
.vc_row.row_padding_top_medium {
	padding-top: 50px;
}
.vc_row.row_padding_top_large {
	padding-top: 180px;
}

.vc_row.row_padding_bottom_none {
	padding-bottom: 0px;
}
.vc_row.row_padding_bottom_none.row_bottom_rule::after {
	bottom: 0px;
}
.vc_row.row_padding_bottom_small {
	padding-bottom: 25px;
}
.vc_row.row_padding_bottom_small.row_bottom_rule::after {
	bottom: -25px;
}
.vc_row.row_padding_bottom_medium {
	padding-bottom: 50px;
}
.vc_row.row_padding_bottom_medium.row_bottom_rule::after {
	bottom: -50px;
}
.vc_row.row_padding_bottom_large {
	padding-bottom: 180px;
}
.vc_row.row_padding_bottom_large.row_bottom_rule::after {
	bottom: -180px;
}



.wpb_content_element, ul.wpb_thumbnails-fluid > li, .wpb_button {
    margin-bottom: 25px !important;
}




.wpfox_element.bottom-overflow {
	position: relative;
	z-index: 10;
	margin-bottom: -120px !important;
}





.wpfox_element.wpfox_social_media_icons ul.icons li.icon {
	padding: 0 5px !important;
}
.wpfox_element.wpfox_social_media_icons ul.icons li.icon a {
	display: inline-block;
	padding: .5em !important;
	background-color: #5bc2e7 !important;
	border-radius: 50% !important;
}




.wpfox_element.cta_bar {
	margin: 0;
	margin-bottom: 0 !important;
	padding: 90px 0;
	text-align: center;
}
.wpfox_element.cta_bar .wpb_wrapper {
	margin: 0 auto;
	max-width: 800px;
}

.wpfox_element.cta_bar.textlight {
	color: #fff;
}
.wpfox_element.cta_bar.textlight h2 {
	color: inherit;
}
.wpfox_element.cta_bar.bgblack,
.wpfox_element.cta_bar.bgblue {
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	padding-left: calc(50vw - 50%);
	padding-right: calc(50vw - 50%);
}
.wpfox_element.cta_bar.bgblack {
	background-color: #333;
}
.wpfox_element.cta_bar.bgblue {
	background-color: #295371;
}

.wpfox_element.cta_bar h2 {
	margin-bottom: 10px;
}
.wpfox_element.cta_bar h5 {
	margin-bottom: 15px;
}
.wpfox_element.cta_bar .content {
	margin-bottom: 30px;
}





.wpfox_element.recent_posts {
	
}
.wpfox_element.recent_posts .header {
	margin-bottom: 1em;
	color: #757575;
}
.wpfox_element.recent_posts ul.posts {
	display: grid;
	grid-template-columns: 50% 50%;
	grid-template-rows: auto auto;
	margin: 0;
	list-style-type: none;
}
.wpfox_element.recent_posts ul.posts li.post {
	padding: 25px 0;
	margin-left: 45px;
	border-bottom: 1px solid #d9cfc5;
}
.wpfox_element.recent_posts ul.posts li.post.firstpost + li.post {
	padding-top: 10px;
}
.wpfox_element.recent_posts ul.posts li.post:last-child {
	padding-bottom: 10px;
	border-bottom: none;
}
.wpfox_element.recent_posts ul.posts li.post.firstpost {
	position: relative;
	grid-column: 1 / 2;
	grid-row: 1 / last-line;
	margin: 0;
	padding: 25px 55px;
	border-bottom: none;
	background-size: cover;
	background-position: center center;
	color: #fff;
}
.wpfox_element.recent_posts ul.posts li.post.firstpost {
	position: relative;
	grid-column: 1 / 2;
	grid-row: 1 / last-line;
	display: flex;
    align-items: flex-end;
	background-size: cover;
	background-position: center center;
	color: #fff;
}
.wpfox_element.recent_posts ul.posts li.post.firstpost::before {
	content: "";
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
}
.wpfox_element.recent_posts ul.posts li.post .postwrap {
	position: relative;
	z-index: 1;
}

.wpfox_element.recent_posts ul.posts li.post .postdate {
	font-size: 14px;
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: -.01em;
}
.wpfox_element.recent_posts ul.posts li.post .posttitle {
	margin: 9px 0 6px;
	color: inherit;
}
.wpfox_element.recent_posts ul.posts li.post .posttitle a {
	color: inherit;
	font: inherit;
}
.wpfox_element.recent_posts ul.posts li.post .postexceprt {
	
}
.wpfox_element.recent_posts ul.posts li.post .readmore {
	text-transform: inherit;
	letter-spacing: inherit;
}
.wpfox_element.recent_posts .viewall {
	margin-top: 32px;
	text-align: right;
}
.wpfox_element.recent_posts .viewall a {
	color: inherit;
}






.wpfox_element.items_list {
	background-color: #eee;
}
.wpfox_element.items_list .wpb_wrapper {
	padding: 50px;
	text-align: center;
}
.wpfox_element.items_list .wpb_wrapper::before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url('../images/listitemsbg.jpg');
	background-size: cover;
	background-position: center center;
	opacity: .1;
}
.wpfox_element.items_list .wpb_wrapper h4 {
	margin-top: 20px;
	color: #757575;
}
.wpfox_element.items_list .wpb_wrapper .items-wrap {
	overflow: hidden;
	margin: 19px auto 0;
	max-width: 930px;
}
.wpfox_element.items_list .wpb_wrapper ul.items {
	margin: -2px 0 0;
	list-style-type: none;
	column-count: 3;
	column-gap: 50px;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.5;
}
.wpfox_element.items_list .wpb_wrapper ul.items li {
	padding: 13px 10px;
	border-top: 1px solid #333;
	break-inside: avoid;
}








/* testimonial slider */


.wpfox_element.testimonial_slider {
	margin-bottom: 0 !important;
}
.wpfox_element.testimonial_slider .wpb_wrapper {
	display: flex;
	align-items: stretch;
}
.wpfox_element.testimonial_slider .testominal-header {
	position: relative;
	display: flex;
    align-items: center;
	padding: 30px;
	padding-left: calc(50vw - 50%);
	margin-left: calc(50% - 50vw);
	background: #5bc2e7;
}
.wpfox_element.testimonial_slider .testominal-header::before {
	content: "";
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url('../images/orb-white.png');
	background-size: cover;
	background-position: center center;
	opacity: .1;
}
.wpfox_element.testimonial_slider .testominal-header > * {
	position: relative;
	z-index: 1;
}
.wpfox_element.testimonial_slider .testominal-header h3 {
	font-size: 60px;
	text-transform: uppercase;
	line-height: 1;
}
.wpfox_element.testimonial_slider .testominal-header h3 em {
    color: #fff;
    font-weight: 400;
	font-style: normal;
}

.wpfox_element.testimonial_slider .testimonials-container {
	position: relative;
	padding-right: calc(50vw - 50%);
	margin-right: calc(50% - 50vw);
	box-sizing: content-box;
	flex-grow: 1;
	width: 66.67%;
	background: #333;
}
.wpfox_element.testimonial_slider .testimonials-container::before {
	content: "";
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url('../images/testimonialbg.jpg');
	background-size: cover;
	background-position: center center;
	opacity: .1;
}


.wpfox_element.testimonial_slider .slick-prev {
    left: 30px;
}
.wpfox_element.testimonial_slider .slick-next {
    right: -30px;
}
.wpfox_element.testimonial_slider .testimonials {
	width: 100%;
	height: 100%;
    margin-bottom: 0;
	color: #fff;
}
.wpfox_element.testimonial_slider .testimonials .slick-slide {
    padding: 70px 55px 70px 145px;
}

.wpfox_element.testimonial_slider .testimonials .slick-slide .testimonial-content {
	margin-bottom: 1em;
	font-size: 26px;
	line-height: 1.4;
	color: #fff;
}
.wpfox_element.testimonial_slider .testimonials .slick-slide .testimonial-content br {
	display: none;
}
.wpfox_element.testimonial_slider .testimonials .slick-slide .byline-one {
	color: #5bc2e7;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.5;
	text-transform: uppercase;
	letter-spacing: .03em;
}
.wpfox_element.testimonial_slider .testimonials .slick-slide .byline-two {
    margin-top: 5px;
	color: #5bc2e7;
	font-size: 18px;
	font-weight: 400;
	font-style: italic;
	line-height: 1.5;
	text-transform: uppercase;
	letter-spacing: .03em;
}




/* Featured Properties */


.wpfox_element.featured_properties .properties-container{
	display: grid;
	grid-template-columns: auto auto auto;
	grid-column-gap: 12px;
	grid-row-gap: 10px;
}
.wpfox_element.featured_properties .property-top-header {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
	align-items: center;
}
.wpfox_element.featured_properties .featured-property-content {
	background: #f5f5f5;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
	width: auto;
}
.wpfox_element.featured_properties .featured-property-content:hover {
	display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow;
    transition-property: box-shadow;
	box-shadow: 0 0 15px #a0968f;
}
.wpfox_element.featured_properties .featured-property-content img {
	width: auto;
	height: 275px;
	object-fit: cover;
}
.wpfox_element.featured_properties .featured-property-content .property-text-block {
	padding: 30px;
	height: 150px;
}
.wpfox_element.featured_properties .featured-property-content .property-text-block .property-address {
	margin-bottom: 0px;
	font-size: 130%;
	height: 2.15em;
	overflow:  hidden;
}
.wpfox_element.featured_properties .featured-property-content .property-text-block .property-county {
	font-family: Arial;
	font-size: 17px;
	margin-bottom: 5px;
}
.wpfox_element.featured_properties .featured-property-content .property-text-block .property-type {
	color: #757575;
	font-size: 18px;
}

.wpfox_element.featured_properties .featured-property-content a.prop-textblock-link {
    color: unset;
}



/* short call out bar */

.short_callout_bar {
	background-color: #295371;
    padding: 30px;
    color: white;
}



/* Element: Team Member w/ Image */

.team_member_image {
	background: #f4f6f8;
	text-align: center;
	font-family: 'Red Hat Display', medium;
	filter: drop-shadow(3px 3px 3px #e8e8e8);
}

.team_member_image .bioimg {
    position: relative;
    padding-top: 55%;
    min-height: 13em;
    background: #554233;
}
.team_member_image .bioimg img {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.team_member_image .biodetails {
	padding: 40px 1em;
}

.team_member_image .full-name {
	margin-bottom: 2px;
	color: #295371;
	font-size: 19px;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.team_member_image .job-title {
	color: #333333;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: .175em;
}
.team_member_image .phone-number {
	font-size: 20px;
	font-weight: 500;
	letter-spacing: .06em;
	padding-bottom: 10px;
}
.team_member_image .email .button {
	padding-left: 2em;
	padding-right: 2em;
	white-space: nowrap;
}





/* Element: Intro Section */

.intro-container::before {
	position: absolute;
	left: 50%;
	top: -10%;
	content: "";
	height: 110%;
	border: 0.5px solid black;
}
.intro-container .content-left h3 {
	font-size: 32px;
	color: #333;
}



/* Element: Tri-Fold Information Link Bar */

.tri_fold_link .tri-fold-container {
	display: flex;
    justify-content: space-between;
}
.tri_fold_link .tri-fold-container .tri-fold-block {
	padding: 5px;
}
.tri_fold_link .tri-fold-container .tri-fold-block img {
	object-fit: cover;
	height: 256px;
	width: 100%;
}
.tri_fold_link .tri-fold-container .tri-fold-block .trifold-link {
	color: white;
	text-align: center;
	background-color: #5bc2e7;
	padding: 30px;
}
.tri_fold_link .tri-fold-container .tri-fold-block .trifold-link a {
	color: white;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 0.15rem;
}
.tri_fold_link .tri-fold-container .tri-fold-block:hover .trifold-link {
	background-color: #14679e;
}



/* Element: Call Out Bar */

.wpfox_element.call_out_bar {
	padding: 30px 0;
}

.wpfox_element.call_out_bar .callout-wrap {
	align-items: center;
}
.wpfox_element.call_out_bar .callout-wrap > .image {
	order: 1;
	max-width: 400px;
}
.wpfox_element.call_out_bar .callout-wrap > .text {
	order: 2;
}

.wpfox_element.call_out_bar.image-right .callout-wrap > .image {
	order: 2;
}
.wpfox_element.call_out_bar.image-right .callout-wrap > .text {
	order: 1;
}

.wpfox_element.call_out_bar.image-medium .callout-wrap > .image {
	max-width: 500px;
}

.wpfox_element.call_out_bar.image-medium .callout-wrap > .image {
	max-width: 500px;
}



/* Element: Team Member */

.wpfox_element.team_member .job-title{
	font-size: 18px;
	font-weight: 401;
	text-transform: uppercase;
}

.wpfox_element.team_member .phone-number{
	font-size: 18px;
	font-weight: 403;
	text-transform: uppercase;
}

.wpfox_element.team_member .full-name{
    font-size: 22px
}





/* Generic Page */

.page-header {
	position: relative;
	margin: 0 0 60px;
	padding: 90px 0;
	min-height: 30px;
	background-color: #295371;
	background-size: cover;
	background-position: center center;
	color: #fff;
	text-align: center;
}
.page-header::before {
	content: "";
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: #333;
	opacity: .5;
}
.page-header::after {
    content: "";
    display: table;
    clear: both;
}
.page-header .container {
	position: relative;
	z-index: 1;
}
.page-header .page-title {
	color: inherit;
}



/* Page: Homepage */

body.home .page-header {
	padding: unset;
	background-color: transparent;
}
body.home .page-header::before {
	content: none;
}
body.home .page-header .text-container {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	padding-top: 100px;
	flex-direction: column;
	justify-content: center;
	pointer-events: none;
	text-shadow: 0 0 5px rgba(0, 0, 0, .5);
}
body.home .page-header .text-container .slider-headline {
	color: white;
	font-size: 9em;
	letter-spacing: 0.07em;
}
body.home .page-header .text-container .slider-preheadline {
	color: white;
	font-size: 4.5em;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	margin-bottom: -15px;
}
body.home .page-header .frontpage-slider {
	 height: 700px;
}
body.home .page-header .frontpage-slider .slick-slide img {
	height: 700px;
    width: 100%;
    object-fit: cover;
    margin-right: 5px;
}
body.home .intro_section h1 em {
	display: block;
	font-style: normal;
	font-weight: 700;
    font-size: 30px;
	line-height: 1.08;
	letter-spacing: .01em;
}



/* Template: Core Service Page */

body.page-template-template-core-service .page-header {
	padding-bottom: 0;
}
body.page-template-template-core-service .page-header::before {
	opacity: .25;
}
body.page-template-template-core-service .page-header .page-heading {
	margin: 0 auto 90px;
	max-width: 740px;
	color: #fff;
}
body.page-template-template-core-service .page-header .page-heading strong {
	display: block;
	margin-top: 10px;
	color: inherit;
	line-height: 1;
}
body.page-template-template-core-service .page-header ul.menu {
	margin-top: 100px;
	justify-content: space-between;
	font-family: "Red Hat Display", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 700;
	font-size: 20px;
	line-height: 1.2;
	text-transform: uppercase;
	letter-spacing: .125em;
}
body.page-template-template-core-service .page-header ul.menu li {
	flex-grow: 1;
    margin-right: 12px;
}
body.page-template-template-core-service .page-header ul.menu li:last-child {
    margin-right: 0;
}
body.page-template-template-core-service .page-header ul.menu li a {
	width: 100%;
	padding: 1em;
	background-color: #333;
	color: #d9cfc5;
	font: inherit;
}
body.page-template-template-core-service .page-header ul.menu li.active a {
	background-color: #5bc2e7;
	color: #fff;
}
body.page-template-template-core-service .page-header ul.menu li a:hover {
	background-color: #295371;
}






/* Page: Leasing */

.wpfox_element.featured-smallheader .property-top-header h1 {
    font-weight: 700;
    font-size: 30px;
    line-height: 1.2;
    letter-spacing: .125em;
    text-transform: uppercase;
    
}





/* Page: Contact */

.hidden_label .gfield_label {
	display: none;
}

.emergency-contact {
	color: white;
	padding: 35px;
}
 
.under-map {
	color: white;
	background: #333333;
	padding: 40px;
	margin-top: -30px; 
}
 
.under-map .wpb_wrapper {
	font-size: 22px;
}

.under-map .wpb_wrapper h6 {
	font-size: 27px;
}

.contact-directions a.button {
	display: block;
}




/* Single Post */
body.single article {
	padding-bottom: 80px;
}
body.single .page-header {
	padding: 0;
	background-color: transparent;
}
body.single .page-header.hasimage {
	min-height: 448px;
}
body.single .page-header::before {
	content: "";
	display: none;
	background: transparent;
}
body.single .single-title {
	margin-bottom: 0.5em;
}

body.single .byline {
	margin-bottom: .75em;
	color: #757575;
	font-size: 19px;
	font-family: "Red Hat Display";
	font-weight: 700;
	line-height: 1.474;
}

body.single .wpfox_social_media_icons {
	margin-top: 3em;
}

body.single .backtoarchive {
	margin-top: 4em;
	padding-top: 1em;
	border-top: 1px solid #d9cfc5;
}
body.single .backtoarchive a {
	color: inherit;
}

ul.other-posts {
	margin: 0;
	list-style-type: none;
}
ul.other-posts li {
	position: relative;
	margin: 1em 0;
	background-color: #295371;
	background-size: cover;
}
ul.other-posts li::before {
	content: "";
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
}
ul.other-posts li a {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: flex-end;
	padding: 1em 1.5em;
	min-height: 200px;
	color: #fff;
	font-size: 19px;
	font-weight: 600;
}





/* Single Post - Property */

.property .page-header {
	margin-bottom: 100px;
	padding: 0;
	background-color: transparent;
}

.property-slider img {
    width: 900px;
    height: 450px;
    object-fit: cover;
	margin-right: 5px;
}

body.single-property ul.property-info {
	color: #757575;
	font-size: 20px;
	font-family: "Red Hat Display", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal;
	margin-left: 0;
}
body.single-property ul.property-info li {
	display: inline;
}
body.single-property ul.property-info li + li::before {
    content: " | ";
	margin: 0 10px;
	font-size: 22px;
}
body.single-property .property-address {
	margin-top: -1em;
	margin-bottom: 1em;
	font-weight: 500;
}
.property-callout .short_callout_bar {
	filter: drop-shadow(3px 3px 3px #295371);
}





/* Archive/Blog Page */
body.blog #site-content,
body.archive #site-content {
	padding-bottom: 60px;
}


body.blog .page-header,
body.archive .page-header {
	background-image: url('../images/newsheaderbg.jpg');
}
body.blog .page-header::before,
body.archive .page-header::before {
	content: none;
	display: none;
}
body.blog .page-header h1,
body.archive .page-header h1 {
	color: #fff;
}

.post-filters form {
	display: flex;
	margin: 0 auto 2em;
}
.post-filters button,
.post-filters a.button,
.post-filters [type=submit],
.post-filters [type=text],
.post-filters .nice-select {
	margin: 0;
	padding-top: 16px;
	padding-bottom: 16px;
	height: auto;
	line-height: 1.2;
}
.post-filters [type=text],
.post-filters .nice-select {
	margin-right: .5em;
}
.post-filters .nice-select {
	background: #f2f2f2;
	border: 1px solid #f2f2f2;
	width: 13em;
}
.post-filters button,
.post-filters a.button,
.post-filters [type=submit] {
	font-size: 14px;
    font-weight: 700;
}


.page-navigation {
	margin: 60px 0 0;
	text-align: right;
}
.page-navigation .pagination {
	margin: 0;
	color: #c8c8c8;
    font-size: 15px;
    font-family: 'Red Hat Display';
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .05em;
}
.page-navigation .pagination a,
.page-navigation .pagination .current {
	padding: 0 .4em;
	background: none;
    color: inherit;
    font: inherit;
}
.page-navigation .pagination a:hover {
	color: #1779ba
}
.page-navigation .pagination .current {
	color: #1779ba;
	text-decoration: underline;
}
.page-navigation .pagination .prev,
.page-navigation .pagination .next {
    color: #757575;
}






body.blog .posts {
	display: grid;
	grid-template-columns: 50% 50%;
	grid-column-gap: 12px;
	grid-row-gap: 60px;
}
body.blog .posts article.post header.article-header {
	position: relative;
	margin-bottom: 26px;
	background-color: #295371;
	background-size: cover;
}
body.blog .posts article.post header.article-header::before {
	content: "";
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
}
body.blog .posts article.post header.article-header a {
	position: relative;
    z-index: 1;
    display: flex;
    align-items: flex-end;
    padding: 1em 1.5em;
    min-height: 250px;
    color: #fff;
    font-weight: 600;
}
body.blog .posts article.post .date {
	margin-bottom: 10px;
	color: #333;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.2;
	letter-spacing: -.01em;
}
body.blog .posts article.post .readmore {
	text-transform: none;
	font-family: inherit;
	letter-spacing: inherit;
}






/* Archive Page - Property */
body.post-type-archive-property .page-header {
	padding: 0;
	min-height: 0;
	height: 420px;
}
body.post-type-archive-property .page-header .container {
	position: static;
}
body.post-type-archive-property .page-header .properties-map {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}
body.post-type-archive-property .page-header .properties-map .gm-style-iw-c {
	max-width: 250px !important;
}
body.post-type-archive-property .page-header .properties-map .property-content {
	text-align: left;
}
body.post-type-archive-property .page-header .properties-map .property-content .property-image {
	display: none;
}
body.post-type-archive-property .page-header .properties-map .property-content a {
	color: #333;
}
body.post-type-archive-property .page-header .properties-map .property-content .property-county {
	margin-bottom: 0.4em;
}
body.post-type-archive-property .page-header .properties-map .property-content .property-address {
	margin-bottom: 0.4em;
	font-size: 18px;
}
body.post-type-archive-property .page-header .properties-map .property-content .property-type {
	margin-bottom: 0.4em;
	color: #757575;
}




body.post-type-archive-property .post-filters .search-form {
	position: relative;
	z-index: 1;
	max-width: 870px;
	padding: 1.25em;
	margin-top: -100px;
	background-color: #fff;
}
body.post-type-archive-property .post-filters .filter-form {
	justify-content: flex-end;
}
body.post-type-archive-property .post-filters .filter-form [type=submit] {
	background-color: #5c5c5c;
}

body.post-type-archive-property .property-grid-wrap {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-column-gap: 12px;
	grid-row-gap: 20px;
}
body.post-type-archive-property .property {
	background: #f5f5f5;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
}
body.post-type-archive-property .property img {
	width: 100%;
	height: 275px;
	object-fit: cover;
}
body.post-type-archive-property .featured-property-content:hover {
	display: inline-block;
    transform: perspective(1px) translateZ(0);
    transition: box-shadow 0.3s;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	box-shadow: 0 0 15px #a0968f;
    vertical-align: middle;
}
body.post-type-archive-property .property a.prop-textblock-link {
    color: unset;
}
body.post-type-archive-property .property .property-text-block {
	padding: 30px;
}
body.post-type-archive-property .property .property-text-block .property-type {
	color: #757575;
	font-size: 18px;
}
body.post-type-archive-property .property .property-text-block .property-name {
	margin-bottom: 0px;
	font-size: 130%;
}
body.post-type-archive-property .property .property-text-block .property-address {
	margin-top: 5px;
	font-family: Arial;
	font-size: 17px;
	line-height: 1.2;
}










/* Small Desktop Size */

@media screen and (max-width: 1299px) {
	#section-header-main {
		padding: 10px 0 25px
	}
	#section-header-main .grid-x {
		/*margin: 0;*/
		min-height: 111px;
	}
	#section-header-main .grid-x > .cell {
		/*padding: 0;*/
		width: 100%;
	}
	
	#section-header-main .block.logo {
		/*width: 255px !important;*/
	}
	
	#site-header .main-menu > .menu {
		justify-content: flex-end;
		/*font-size: 13px;
		letter-spacing: .01em;*/
	}
	#site-header .main-menu > .menu > li > a {
		padding: .5em .25em;
	}
	
	
	
	/* Trifold Information Bar */
	
	.tri_fold_link .tri-fold-container .tri-fold-block img {
		height: 20vw;
	}
}




/* Mobile Menu Size */

@media screen and (max-width: 979px) {
	body {
		padding-top: 80px;
	}
	
	body.home .page-header .text-container {
		padding: 0;
	}
	body.home .page-header .frontpage-slider,
	body.home .page-header .frontpage-slider .slick-slide img {
		height: 590px;
	}
}



/* Tablet Media Query */

@media (max-width: 63.999em) {
	
	/* General Styles */
	h1, .h1{
		font-size: 45px;
	}
	h2, .h2 {
		font-size: 40px;
	}
	h3, .h3 {
		font-size: 35px;
	}
	h4, .h4 {
		font-size: 27px;
	}
	h5, .h5 {
		
	}
	
	
	/* Header and Footer */
	
	#responsive-menu-pro-header #responsive-menu-pro-header-bar-logo img {
		height: 60px;
	}
	
	#site-footer a[href^="tel:"] {
		font-size: 1.2em;
	}
	
	#site-footer .footer-links > .menu {
		columns: 1;
	}
	#site-footer .footer-links > .menu li {
		padding: 0;
	}
	
	#section-footer-main .section-wrapper > .grid-x::after {
		content: none;
	}
	
	
	.page-header {
		margin: 0 0 35px;
	}
	
	
	.vc_row.row_padding_none {
		padding-top: 0px;
		padding-bottom: 0px;
	}
	.vc_row.row_padding_none.row_bottom_rule::after {
		bottom: 0px;
	}
	.vc_row.row_padding_small {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.vc_row.row_padding_small.row_bottom_rule::after {
		bottom: -15px;
	}
	.vc_row.row_padding_medium {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.vc_row.row_padding_medium.row_bottom_rule::after {
		bottom: -30px;
	}
	.vc_row.row_padding_large {
		padding-top: 100px;
		padding-bottom: 100px;
	}
	.vc_row.row_padding_large.row_bottom_rule::after {
		bottom: -100px;
	}

	.vc_row.row_padding_top_none {
		padding-top: 0px;
	}
	.vc_row.row_padding_top_small {
		padding-top: 15px;
	}
	.vc_row.row_padding_top_medium {
		padding-top: 30px;
	}
	.vc_row.row_padding_top_large {
		padding-top: 100px;
	}

	.vc_row.row_padding_bottom_none {
		padding-bottom: 0px;
	}
	.vc_row.row_padding_bottom_none.row_bottom_rule::after {
		bottom: 0px;
	}
	.vc_row.row_padding_bottom_small {
		padding-bottom: 15px;
	}
	.vc_row.row_padding_bottom_small.row_bottom_rule::after {
		bottom: -15px;
	}
	.vc_row.row_padding_bottom_medium {
		padding-bottom: 30px;
	}
	.vc_row.row_padding_bottom_medium.row_bottom_rule::after {
		bottom: -30px;
	}
	.vc_row.row_padding_bottom_large {
		padding-bottom: 100px;
	}
	.vc_row.row_padding_bottom_large.row_bottom_rule::after {
		bottom: -100px;
	}


	.wpb_content_element, ul.wpb_thumbnails-fluid > li, .wpb_button {
		margin-bottom: 15px !important;
	}


	.wpfox_element.bottom-overflow {
		position: relative;
		z-index: 10;
		margin-bottom: -80px !important;
	}
	
	
	
	
	.wpfox_element.intro_section .intro-container {
		display: block;
	}
	.wpfox_element.intro_section .intro-container .cell {
		display: block;
		width: auto;
		margin: 0;
	}
	
	
	
	.wpfox_element.items_list .wpb_wrapper ul.items {
		columns: 2;
	}
	
	
	
	.wpfox_element.testimonial_slider .testominal-header {
		padding: 30px 40px;
	}
	.wpfox_element.testimonial_slider .testominal-header h3 {
		font-size: 45px;
	}
	.wpfox_element.testimonial_slider .testimonials-container {
		padding: 0 10px 0 0;
	}
	.wpfox_element.testimonial_slider .slick-prev {
		left: 10px;
	}
	.wpfox_element.testimonial_slider .slick-next {
		right: 10px;
	}
	.wpfox_element.testimonial_slider .testimonials .slick-slide {
		padding: 50px 60px;
	}
	.wpfox_element.testimonial_slider .testimonials .slick-slide .testimonial-content {
		font-size: 20px;
	}
	.wpfox_element.testimonial_slider .testimonials .slick-slide .byline-one {
		font-size: 16px;
	}
	.wpfox_element.testimonial_slider .testimonials .slick-slide .byline-two {
		font-size: 16px;
	}
	
	
	
	
	body.page-template-template-core-service .page-header ul.menu {
		font-size: 17px;
	}
	body.page-template-template-core-service .page-header ul.menu li a {
		padding: 1em .5em;
	}
	
	
	
	
	/* Page: Contact */
	
	.under-map .addressmap{
		font-size: 15px;
	}
	.under-map .wpb_wrapper h6 {
		font-size: 20px;
	}
	
	
	/* Archive Page - Property */
	
	body.post-type-archive-property .property-grid-wrap{
		display: grid;
		grid-template-columns: 50% 50%;
	}
	
	
	/* Homepage Intro Section  */
	body.home .intro_section h1 em{
		font-size: 3vw;
	}	
	
	
	/* Homepage Slider */
	
	body.home .page-header .text-container .slider-headline {
		font-size: 6em;
	}
	body.home .page-header .text-container .slider-preheadline {
		font-size: 3.5em;
	}
	
	
	/* Intro Section */
	.intro-container::before {
		border: none;
	}
	
	
	/* Featured Properties */
	
	.wpfox_element.featured_properties .properties-container{
		grid-template-columns: 50% 50%;
		grid-row-gap: 10px;
	}
	
	.wpfox_element.featured_properties .featured-property-content img {
		width: auto;
	}
	
	
	
	.wpfox_element.team_member .full-name {
		font-size: 18px;
	}
	.wpfox_element.team_member .job-title {
		font-size: 15px;
	}
	.wpfox_element.team_member .phone-number {
		font-size: 16px;
	}
	
	
	
	
	.team_member_image .full-name {
		font-size: 17px;
	}
	.team_member_image .job-title {
		font-size: 12px;
	}
	.team_member_image .phone-number {
		font-size: 17px;
	}
	
	
	/* Trifold Information Bar */

	.tri_fold_link .tri-fold-container .tri-fold-block .trifold-link {
		padding: 1.5vw;
	}
}



/* Mobile Media Query */

@media (max-width: 39.999em) {
	
	/* General Styles */
	
	h1, .h1{
		
	}
	h2, .h2 {
		
	}
	h2 em,
	.h2 em {
		
	}
	h5, .h5 {
		
	}
	
	
	.button,
	button,
	input[type=submit],
	input[type=button],
	input[type=reset] {
		padding: .85em 1.5em;
	}
	
	/* Header + Footer */
	#site-footer {
		text-align: center;
	}
	#section-footer-main .section-wrapper > .grid-x::after {
		content: none;
	}
	#site-footer .footerlogo {
		margin: 0 auto 1em;
		max-width: 200px;
	}
	#site-footer .wpfox_social_media_icons {
		margin-bottom: 1em;
	}
	
	
	
	.page-header {
		margin: 0 0 20px;
	}
	
	
	
	.wpfox_element.items_list .wpb_wrapper ul.items {
		columns: 1;
	}
	.wpfox_element.items_list .wpb_wrapper ul.items li {
		padding: .33em 0;
		border: none;
	}
	
	
	.wpfox_element.call_out_bar.image-left .callout-wrap > .image,
	.wpfox_element.call_out_bar.image-right .callout-wrap > .text {
		margin-bottom: 1em;
	}
	
	
	.wpfox_element.testimonial_slider .wpb_wrapper {
		display: block;
	}
	.wpfox_element.testimonial_slider .testominal-header {
		padding: 40px calc(50vw - 50%);
		margin: 0 calc(50% - 50vw);
		width: auto;
	}
	.wpfox_element.testimonial_slider .testominal-header h3 {
		width: 100%;
		text-align: center;
	}
	.wpfox_element.testimonial_slider .testominal-header h3 em {
		display: block;
	}
	.wpfox_element.testimonial_slider .testimonials-container {
		padding: 0 calc(50vw - 50%);
		margin: 0 calc(50% - 50vw);
		width: auto;
		overflow: hidden;
	}
	.wpfox_element.testimonial_slider .slick-prev {
		left: 0;
	}
	.wpfox_element.testimonial_slider .slick-next {
		right: 0;
	}
	
	
	
	/* Archive Page - Property */
	
	body.post-type-archive-property .property-grid-wrap{
		display: grid;
		grid-template-columns: 100%;
	}
	
	
	/* Homepage */
	
	body.home .page-header .text-container .slider-headline{
		font-size: 3em;
	}
	body.home .page-header .text-container .slider-preheadline{
	font-size: 1.5em;
		margin-bottom: 2px;
	}
	body.home .page-header .frontpage-slider {
		 height: 500px;
	}
	body.home .page-header .frontpage-slider .slick-slide img {
		height: 500px;
	}
	
	
	
	body.page-template-template-core-service .page-header {
		padding-bottom: 90px;
	}
	body.page-template-template-core-service .page-header .page-heading {
		margin-bottom: 0;
	}
	body.page-template-template-core-service .page-header ul.menu {
		display: none;
	}
	
	
	
	
	body.post-type-archive-property .post-filters {
		font-size: 15px;
	}
	body.post-type-archive-property .post-filters input,
	body.post-type-archive-property .post-filters button,
	body.post-type-archive-property .post-filters [type="submit"] {
		font-size: 1em;
	}
	body.post-type-archive-property .post-filters .nice-select {
		font-size: 1em;
	}
	body.post-type-archive-property .post-filters input {
		min-width: 0;
	}
	
	
	
	
	/* Intro Section */
	
	.intro-container::before {
		border: none;
	}
	body.home .intro_section h1 em {
		font-size: 4.2vw;
	}
	
	
	/* Featured Properties */
	
	.wpfox_element.featured_properties .properties-container {
		grid-template-columns: 100%;
		grid-column-gap: 12px;
	}
	
	.wpfox_element.featured_properties .featured-property-content img {
		width: auto;
		height: auto;
	}
	
	
	
	/* Tri Fold Information Bar */
	
	.tri_fold_link .tri-fold-container {
		justify-content: center;
	}
	.tri-fold-block{
		width: 90vw;
		align-items: center;
	}
	.tri_fold_link .tri-fold-container .tri-fold-block img {
		height: 50vw;
	}
	.tri_fold_link .tri-fold-container .tri-fold-block .trifold-link {
		padding: 3vw;
	}
	
	
	/* Recent Posts */
	
	.wpfox_element.recent_posts ul.posts {
		grid-template-columns: 100%;
	}
	.wpfox_element.recent_posts ul.posts li.post{
		margin-left: 0;
	}
	.wpfox_element.recent_posts ul.posts li.post.firstpost + li.post {
		padding-top: 23px;
	}
}