/*
Theme Name: AIOS Starter Theme (Child)
Theme URI: http://biancorealty.com
Description: AIOS mobile semi-custom theme.
Author: AgentImage
Author URI: http://www.agentimage.com
Version: 1.2.6
Tags: one-column, two-columns, right-sidebar, custom-menu, full-width-template, sticky-post
License: Proprietary
License URI: http://www.agentimage.com
Template: aios-starter-theme
*/



/*

TABLE OF CONTENTS

1. Custom CSS
2.	IP styles
3. MEDIA QUERIES ARE AUTOMATICALLY REMOVED FROM THIS FILE, they must be placed in style-media-queries.css

*/

/*******************************************************
 *
 * 1. Custom CSS
 *
 *******************************************************/

/* Global */

body {
	font-family: 'Poppins', sans-serif;
	font-size: 12px;
	background: #FFF;
	color: #000000;
	margin: 0;
}

a,
a:hover,
a:active,
a:focus {
	color: #363636;
	outline: 0;
}

.transition,
.btn-mo {
	transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
}

.hidden-onload {
	opacity: 0;
}

.hidden-onload.active {
	opacity: 1;
}

/*** header ***/

header {
	width: 100%;
	display: block;
	background: url('images/hdr-bg.png') bottom center no-repeat;
	position: fixed;
	top: 0;
	left: 0;
	/* height: 165px; */
	height: 135px;
	z-index: 999;
}

.hdr-overlay {
	background: url('images/hdr-overlay.png') top center no-repeat;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	height: 150px;
	z-index: 1;
}

header .container {
	position: relative;
}

header .hdr-logo {
	/* width: 23%; */
	width: 16%;
	/* float: left; */
	text-align: center;
	/* margin-top: -80px; */
	margin-top: -45px;
	position: relative;
	z-index: 2;
}

header .hdr-logo img {
	max-width: 100%;
	margin: auto;
}

header .hdr-contact {
	position: relative;
	z-index: 2;
	color: #ccc;
	font-size: 14px;
	line-height: 14px;
	text-transform: uppercase;
	/* padding-top: 27px; */
	padding-top: 15px;
}

header .hdr-contact a {
	color: #ccc;
}

header .hdr-contact .hdr-add {
	position: relative;
	z-index: 9999;
	cursor: pointer;
}

header .hdr-contact .hdr-add span {
	float: left;
	margin-right: 10px;
	line-height: 28px;
}

header .hdr-contact .hdr-ph {
	font-size: 16px;
	text-align: right;
}

header .hdr-contact .hdr-ph span {
	font-size: 8px;
	display: inline-block;
	-ms-transform: rotate(25deg);
	/* IE 9 */
	-webkit-transform: rotate(25deg);
	/* Safari */
	transform: rotate(25deg);
	/* Standard syntax */
}

header .hdr-contact .hdr-smi {
	text-align: right;
	font-size: 16px;
}

header .hdr-contact .hdr-smi a {
	display: inline-block;
	margin-left: 12px;
	text-decoration: none;
}

header .hdr-contact .hdr-chat {
	text-transform: uppercase;
	text-align: right;
}

header .hdr-contact .hdr-chat span {
	width: 14px;
	height: 12px;
	display: inline-block;
	background: url('images/hdr-chat-icon.png') top center no-repeat;
	margin-right: 3px;
}

.hdr-divider {
	/* margin: 13px 0 25px; */
	margin: 13px 0 10px;
	display: block;
	height: 1px;
	width: 100%;
	background: url('images/hdr-sep.png') top center no-repeat;
}

/*** Navigation ***/

.navigation {
	width: 95%;
	display: block;
	z-index: 2;
	margin: 0 auto;
}

.menu-main-container {}

.menu-main-container>* {}

.navi {
	/* float: left; */
	position: relative;
	z-index: 2;
	margin: 0;
	padding: 0;
	width: 38.5%;
	text-align: right;
}

.menu-main-container {
	font-size: 0;
	text-align: center;
}

.menu-main-container>* {
	display: inline-block;
	vertical-align: top;
}

.navi:first-child {
	text-align: left;
}

.navi li {
	display: inline-block;
	margin: 0 12px;
	position: relative;
}

.navi:first-child>li {
	margin: 0px 16px;
}

.navi:first-child li:first-child {
	margin-left: 0;
}

.navi li.menu-item-833 {
	margin-right: 0;
}

.navi li a {
	display: inline-block;
	color: #fff;
	/* font-size: 17px; */
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: none;
	position: relative;
	margin: 0;
	padding-bottom: 5px;
	border-bottom: 1px solid rgba(0, 0, 0, 0);
}

.navi li:hover a {
	border-bottom: 1px solid #800020;
	text-shadow: 1px 1px 15px rgba(255, 255, 255, 1);
}


/*SUBMENU*/
.navi .sub-menu {
	list-style: none outside none;
	margin: auto;
	display: none;
	padding: 9px 0;
	position: absolute;
	width: auto;
	left: 0;
	z-index: 100;
	width: 210px;
	background: rgba(37, 37, 37, 0.75);
	margin-left: -15px;
}

.navi li.menu-item-125 .sub-menu {
	width: 195px;
}

.navi li.menu-item-118 .sub-menu {
	width: 267px;
}

.navi li:hover .sub-menu {
	display: block;
}

.navi .sub-menu li {
	margin: 0;
	position: relative;
	display: inline-block;
	width: 100%;
}

.navi .sub-menu a {
	color: #fff;
	display: block;
	line-height: 16px;
	font-weight: 300;
	text-align: left;
	padding: 10px 20px;
	border: 0;
	font-size: 14px;
}

.navi li.menu-item-833 .sub-menu {
	left: auto;
	right: 0;
}

.navi li.menu-item-833 .sub-menu a {
	/* font-size: 16px; */
}

.navi .sub-menu a:hover {
	background: rgba(128, 0, 32, .7);
}

.navi li:hover .sub-menu a {
	border: 0;
}

/*** Homepage ***/

/** HERO **/
#hero {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 1;
	min-height: 720px;
}

.cycloneslider-template-responsive-img {
	min-height: 720px;
}

.cycloneslider-slide,
.cycloneslider-slide img {
	width: 100% !important;
}

#hero h4.hero {
	display: none;
}

#hero .static-tagline {
	position: absolute;
	top: 190px;
	left: 0;
	width: 100%;
	text-align: center;
	font-family: 'Dancing Script', cursive;
	font-weight: bold;
	font-size: 60px;
	text-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4), 2px -3px 0px rgba(255, 255, 255, 0.4);
	z-index: 99;
	color: #fff;
}

#hero .static-tagline img {
	max-width: 100%;
}

/** HERO **/

.hp-qs {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	z-index: 99;
	background: rgba(0, 0, 0, 0.6);
}

.hp-qs .black-strip {
	width: 100%;
	height: 189.81px;
	/*
		background: #000;*/
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 0;
}

.hp-qs label {
	display: none;
}

.sidebar .hp-qs {
	position: relative;
	bottom: auto;
	z-index: 1;
}

.hp-qs .qs-wrap {
	width: 100%;
	color: #fff;
	padding-top: 20px;
	position: relative;
	padding: 15px 0;
	display: inline-block;
	/*margin-bottom: 40px;*/
}

.hp-qs .qs-wrap .qs-default {
	opacity: 1;
	width: 100%;
	max-width: 393px;
	height: 393px;
	background: url('images/hp-qs-bg.png') top center no-repeat;
	background-size: 100% auto;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.hp-qs .qs-wrap .qs-hover {
	width: 60%;
	height: 60%;
	position: absolute;
	background: url('images/hp-qs-bg-hover.png') top center no-repeat;
	background-size: 100% auto;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto auto;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	opacity: 0;
	z-index: 2;
}

.hp-qs .qs-wrap:hover .qs-hover {
	-webkit-transform: rotate(160deg);
	-moz-transform: rotate(160deg);
	transform: rotate(160deg);
	opacity: 0.8;
}

.hp-qs .qs-wrap .qs-default:before {
	content: "";
	opacity: 1;
	width: 100%;
	max-width: 393px;
	height: 393px;
	background: url('images/QS-new1.png') top center no-repeat;
	background-size: 100% auto;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	-webkit-transition: all 0.7s ease-in-out;
	-moz-transition: all 0.7s ease-in-out;
	-ms-transition: all 0.7s ease-in-out;
	-o-transition: all 0.7s ease-in-out;
}

.hp-qs .qs-wrap:hover .qs-default:before {
	-webkit-transform: rotate(160deg);
	-moz-transform: rotate(160deg);
	transform: rotate(160deg);
}

.sidebar .hp-qs .qs-wrap {
	background: #3f3f3f;
	border: 3px solid #aaa;
	padding: 30px 0;
	height: auto;
	float: none;
	display: inline-block;
	margin-bottom: 30px;
	height: auto !important;
}

.hp-qs .qs-wrap .textwidget {
	position: relative;
	z-index: 99;
}

.hp-qs h4,
.sidebar .hp-qs span.qs-title {
	color: #fff;
	text-transform: uppercase;
	font-size: 24px;
	line-height: 24px;
	font-weight: 700;
	text-align: center;
	display: block;
	margin-bottom: 8px;
}

.hp-qs h5,
.sidebar .hp-qs span.qs-sub-title {
	text-transform: uppercase;
	/* font-size: 30px; */
	/* line-height: 30px; */
	font-size: 20px;
	line-height: 20px;
	font-weight: 400;
	text-align: center;
	display: block;
	margin-bottom: 20px;
}

.hp-qs h5 {
	display: inline-block;
	width: 10%;
	margin-bottom: 0px;
	vertical-align: middle;
	text-align: right;
}

.hp-qs form {
	width: 90%;
	display: inline-block;
	margin: 0 auto;
	vertical-align: middle;
	padding: 0px 10px;
}

.sidebar .hp-qs form {
	width: 90%;
}

.hp-qs .qs-wrap select,
.hp-qs .qs-wrap input[type="text"] {
	display: inline-block;
	width: 14.08%;
	/* height: 55px; */
	height: 34px;
	font-size: 12px;
	color: #fff;
	line-height: 24px;
	border: 1px solid #ababab;
	outline: 0;
	background: #000;
	padding: 0 10px;
	float: left;
	margin-left: .5%;
}

.hp-qs .qs-wrap select {
	padding-left: 5px;
}

.sidebar .hp-qs .qs-wrap select {
	width: 100%;
}

.sidebar .hp-qs .qs-wrap #citystate {
	width: 100%;
}

.hp-qs .qs-wrap select.wide {
	width: 100%;
	display: block;
}

.hp-qs .qs-wrap a {
	float: right;
	width: 12%;
	height: 24px;
	line-height: 26px;
	background: #606060;
	color: #fff;
	font-size: 15px;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	margin-left: .5%;
}


.hp-qs .qs-wrap .qs-sub {
	width: 12%;
	/* height: 55px; */
	height: 35px;
	margin-left: .5%;
	line-height: 24px;
	background: #8b2942;
	text-align: center;
	color: #fff;
	font-size: 15px;
	float: left;
	border: 0;
	text-transform: uppercase;
	outline: 0;
	-webkit-appearance: none;
}

.hp-cta {
	width: 100%;
	display: block;
	position: relative;
	z-index: 2;
	display: none;
}

.hp-cta h4 {
	display: none;
}

.cta-btn {
	width: 14.28%;
	display: inline-block;
	position: relative;
}

.cta-list-2 {
	font-size: 0;
	text-align: center;
}

.cta-list-2 a,
.cta-list-2 div.off {
	width: 100%;
	max-width: 309px;
	margin: 0 auto;
	display: inline-block;
	vertical-align: middle;
	height: auto;
	text-decoration: none;
	position: relative;
	overflow: hidden;
}

.cta-list-2 .shadow {
	height: 18px;
	width: 100%;
	max-width: 309px;
	background: url('images/hp-cta-shadow.png') top center no-repeat;
	background-size: 100% auto;
	margin: -2px auto 0;
	display: block;
}

.cta-list-2 a img,
.cta-list-2 div.off img {
	display: block;
	width: 100%;
	height: auto;
	z-index: 1;
}

.cta-list-2 a .cta-color,
.cta-list-2 div.off .cta-color {
	opacity: 1;
	z-index: 2;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.cta-list-2 a:hover .cta-color,
.cta-list-2 div.off:hover .cta-color {
	opacity: 1;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

.cta-list-2 a div.spiral1,
.cta-list-2 div.off div.spiral1 {
	background: url('images/hp-cta-spiral.png') top center no-repeat;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-webkit-transform: rotate(0deg) scale(1);
	-moz-transform: rotate(0deg) scale(1);
	transform: rotate(0deg) scale(1);
	-ms-transform: rotate(0deg) scale(1);
	-o-transform: rotate(0deg) scale(1);
}

.cta-list-2 a:hover div.spiral1,
.cta-list-2 div.off:hover div.spiral1 {
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	-webkit-transform: rotate(160deg) scale(2);
	-moz-transform: rotate(160deg) scale(2);
	transform: rotate(160deg) scale(2);
	-ms-transform: rotate(160deg) scale(2);
	-o-transform: rotate(160deg) scale(2);
	opacity: 0;
}

.cta-list-2 a div.spiral2,
.cta-list-2 div.off div.spiral2 {
	background: url('images/hp-cta-spiral2.png') top center no-repeat;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	-webkit-transition: all .7s ease-in-out;
	-moz-transition: all .7s ease-in-out;
	-ms-transition: all .7s ease-in-out;
	-o-transition: all .7s ease-in-out;
	-webkit-transform: rotate(-160deg) scale(3);
	-moz-transform: rotate(-160deg) scale(3);
	transform: rotate(-160deg) scale(3);
	-ms-transform: rotate(-160deg) scale(3);
	-o-transform: rotate(-160deg) scale(3);
	opacity: 0;
}

.cta-list-2 a:hover div.spiral2,
.cta-list-2 div.off:hover div.spiral2 {
	-webkit-transition: all .7s ease-in-out;
	-moz-transition: all .7s ease-in-out;
	-ms-transition: all .7s ease-in-out;
	-o-transition: all .7s ease-in-out;
	-webkit-transform: rotate(0deg) scale(1);
	-moz-transform: rotate(0deg) scale(1);
	transform: rotate(0deg) scale(1);
	-ms-transform: rotate(0deg) scale(1);
	-o-transform: rotate(0deg) scale(1);
	opacity: 1;
}

.cta-list-2 a .cta-center-holder,
.cta-list-2 div.off .cta-center-holder {
	font-size: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	z-index: 3;
	text-align: center;
	padding: 0 10px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .7);
}

.cta-list-2 a .cta-center-holder:before,
.cta-list-2 div.off .cta-center-holder:before {
	content: '';
	width: 0%;
	height: 100%;
	display: inline-block;
	vertical-align: middle;
}

.cta-list-2 a .cta-center-holder .cta-text,
.cta-list-2 div.off .cta-center-holder .cta-text {
	color: #fff;
	font-size: 12px;
	line-height: 18px;
	padding: 0;
	margin: 0;
	vertical-align: middle;
	display: inline-block;
	position: relative;
	z-index: 2;
}

.cta-list-2 a .cta-center-holder .cta-text .title-bold,
.cta-list-2 div.off .cta-center-holder .cta-text .title-bold {
	font-weight: 600;
	font-size: 18px;
	line-height: 24px;
	text-transform: uppercase;
	display: block;
	margin-bottom: 5px;
}

.cta-list-2 a .cta-center-holder .cta-text .title-normal,
.cta-list-2 div.off .cta-center-holder .cta-text .title-normal {
	font-weight: 300;
	font-size: 28px;
	line-height: 1.2;
	text-transform: uppercase;
	display: block;
}

.cta-list-2 a .cta-center-holder .cta-text .divider,
.cta-list-2 div.off .cta-center-holder .cta-text .divider {
	display: block;
	width: 70px;
	height: 1px;
	background: #fff;
	/* margin: 20px auto 18px; */
	margin: 10px auto;
}

.hp-welcome {
	width: 100%;
	display: block;
	padding: 40px 0;
	font-size: 16px;
	line-height: 22px;
}

.hp-welcome p {
	margin-top: 15px;
}

.hp-welcome h1 {
	color: #363636;
	font-size: 36px;
	line-height: 30px;
	font-weight: 400;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 20px;
}

.hp-welcome h1 span {
	font-weight: 700;
}

.hp-welcome .sub-title {
	display: block;
	font-family: 'Dancing Script', cursive;
	line-height: 1;
	font-size: 36px;
	text-align: center;
	color: #363636;
	font-weight: 700;
}

.hp-fp {
	width: 100%;
	display: block;
	margin-top: 10px;
	margin-bottom: 30px;
}

.hp-fp h4 {
	color: #363636;
	font-size: 36px;
	line-height: 30px;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 5px;
	margin-bottom: 25px;
}

.hp-fp li,
.hp-fp .slick-slide {
	height: 240px;
	float: left;
	margin: 0;
	position: relative;
}

.slick-fp {
	font-size: 0;
	text-align: center;
}

.slick-fp a {
	width: 100%;
	margin: 0;
	vertical-align: middle;
	height: auto;
	text-decoration: none;
}

.slick-fp a {
	color: #fff;
}

.slick-fp a .cta-center-holder {
	font-size: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
	text-align: center;
}

.slick-fp a .cta-center-holder.fp-details {
	top: 250px;
	background: rgba(128, 0, 32, .85);
}

.slick-fp a:hover .cta-center-holder.fp-details {
	top: 0;
	height: 100% !important;
}

.slick-fp a .cta-center-holder.fp-details .fp-text-det {
	width: 100%;
	display: inline-block;
	vertical-align: middle;
}

.slick-fp a .cta-center-holder:before {
	content: '';
	width: 0%;
	height: 100%;
	display: inline-block;
	vertical-align: middle;
}

.slick-fp a .cta-center-holder.view-det span {
	text-transform: uppercase;
	font-size: 24px;
	width: 100%;
	vertical-align: middle;
	display: inline-block;
	color: #fff;
}

.slick-fp a:hover .cta-center-holder.view-det {
	opacity: 0;
}

.slick-fp a .cta-center-holder.fp-details {
	display: inline-block;
}

.slick-fp a:hover .cta-center-holder.fp-details {
	height: auto;
	font-size: inherit;
	font-family: 'Source Sans Pro', sans-serif;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
}

.slick-fp a .cta-center-holder.fp-details .price {
	font-weight: 600;
	font-size: 30px;
	display: block;
}

.slick-fp a .cta-center-holder.fp-details .address {
	font-weight: 300;
	margin-top: 22px;
	font-size: 14px;
	line-height: 16px;
	display: block;
}


.slick-fp a .cta-center-holder.fp-details .view-more {
	font-weight: 600;
	margin-top: 22px;
	font-size: 16px;
	display: block;
}

footer {
	background: #171717;
	background-size: 100% auto;
	width: 100%;
	display: block;
	margin-top: 0;
	padding-bottom: 0;
	text-transform: uppercase;
	border-top: 5px solid #8b2942;
}

footer h2 {
	display: none;
}

footer .footer1 {
	font-size: 12.5px;
	color: #fff;
	/*margin-top: 30px;*/
}

footer .footer1 .footer1-left {
	display: inline-block;
	width: 39%;
	vertical-align: top;
	padding-top: 25px;
	line-height: 24px;
}

footer .footer1 .footer1-left a {
	color: #fff;
}

footer .footer1 .footer1-left span {
	display: inline-block;
	margin: 0 12px;
}

footer .footer1 .footer1-center {
	display: inline-block;
	width: 15%;
	vertical-align: top;
	margin: 0 43px;
}

footer .footer1 .footer1-right {
	display: inline-block;
	vertical-align: top;
	padding-top: 25px;
	line-height: 24px;
	padding-left: 25px;
	width: 35%;
}

footer .footer2 {
	font-size: 11px;
	color: #474747;
	margin-top: 25px;
	padding-bottom: 30px;
}

footer .footer2 a {
	color: #fff !important;
	text-decoration: none;
	font-size: 12px;
}

.aios-starter-theme-demo-footer-copyright,
.aios-starter-theme-demo-footer-copyright a {
	color: #fff !important;
}

section.footer2 .menu-main-container {
	text-align: left;
}

footer .footernav li {
	display: inline-block;
	border-left: 1px solid #474747;
	line-height: 11px;
	padding: 0 10px;
}

footer .footernav li:first-child {
	border: 0;
	padding-left: 0;
}

.aios-starter-theme-demo-footer-copyright {
	text-align: left;
}

footer .footer2 .footer2-logo {
	text-align: right;
	color: #fff;
	font-size: 20px;
	padding-right: 50px;
}

footer .footer2 .footer2-logo span {
	color: #fff;
}


/*******************************************************
 *
 * 2. IP Styles
 *
 *******************************************************/

#inner-page-wrapper {
	padding-top: 215px;
}

/* Adjust minimum height of page area */
#content-sidebar,
#content-full {
	min-height: 500px;
}

/** Adjust width of content columns **/
#content-sidebar #content {
	width: 77.08%;
}

#content-full #content {
	width: 100%;
}

/* Adjust width of sidebar */
.sidebar {
	width: 20.83%;
	padding-top: 30px;
}

.sidebar h4,
.sidebar h5 {
	color: #fff;
	margin: 0;
}

.sidebar h5 {
	line-height: 28px;
	margin-top: 5px;
}

.sidebar a.side-cta {
	display: block;
	width: 100%;
	background: #8b2942;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	padding: 20px 5px;
	margin: 5px 0;
	text-decoration: none;
	font-size: 18px;
	font-weight: 300;
	line-height: 20px;
}

.sidebar a.side-cta span {
	font-size: 22px;
	display: block;
	font-weight: 600;
}

/* Adjust line height of page elements */
#content h4,
aside h4,
#content p,
aside p,
#content blockquote,
aside blockquote,
#content ul,
aside ul,
#content fieldset,
aside fieldset,
#content form,
aside form,
#content ol,
aside ol,
#content dl,
aside dl,
#content dir,
aside dir,
#content menu,
aside menu {
	line-height: 1.7
}

/* Style post/page main headings (h1) */
#content .entry-title,
#content .entry-title.calc-page {
	color: #363636;
	font-size: 35px;
	line-height: 30px;
	font-weight: 600;
	text-transform: uppercase;
	/*letter-spacing: 10px;*/
	margin-bottom: 10px;
	text-align: center;
}

/* Style category/archive/etc main headings (h1) */
#content .archive-title {}

/* Styles for category/archive/search/etc subheadings (h2) */
#content .archive-subtitle {}

/*** map pop up ***/

.pop-map {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
}


/*IDXBROKER*/
/*div#IDX-cczContainer,div#IDX-basicBottom .IDX-control-group {
    display: none;
}
*/
.IDX-quickList ul {
	margin: 0 !important;
}


/*end IDXBROKER*/

.pop-map .pop-overlay {
	background: rgba(27, 27, 27, .85);
	position: absolute;
	width: 100%;
	height: 100%;
}

.pop-map .iframeholder {
	width: 60%;
	height: 80%;
	margin: 0 auto;
	position: relative;
	margin: 5% auto 0;
}

.pop-map .iframeholder .overlay {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(49, 49, 49, .75);
	font-size: 18px;
	line-height: 18px;
	padding: 25px;
	color: #fff;
	font-weight: 300;
	text-transform: uppercase;
	text-align: left;
}

.pop-map iframe {
	border: 3px solid #800020 !important;
	width: 100%;
	height: 100%;
}

.pop-map .close {
	color: #fff;
	font-size: 18px;
	font-weight: 300;
	width: 25px;
	height: 25px;
	border: 1px solid #fff;
	border-radius: 50%;
	text-align: center;
	line-height: 25px;
	text-shadow: 0 0 0;
	position: absolute;
	margin-top: -33px;
	opacity: 1;
	right: 0;
}


/*   Modified */
.IDX-wrapper-standard .IDX-navbar-default {
	background: none;
	border: none;
}

.IDX-wrapper-standard .IDX-navbar-default .IDX-navbar-nav>li>a {
	color: #8b2942;
	font-size: 16px;
	font-weight: bold;
}

.IDX-wrapper-standard .IDX-navbar-default .IDX-navbar-nav>li>a:focus,
.IDX-wrapper-standard .IDX-navbar-default .IDX-navbar-nav>li>a:hover {
	color: #8b2942;
	background-color: #fff;
}

.IDX-wrapper-standard .IDX-navbar-default .IDX-navbar-nav>.IDX-active>a,
.IDX-wrapper-standard .IDX-navbar-default .IDX-navbar-nav>.IDX-active>a:focus,
.IDX-wrapper-standard .IDX-navbar-default .IDX-navbar-nav>.IDX-active>a:hover {
	color: #8b2942;
	background: none !important;
}

.IDX-page-mapsearch li.IDX-searchNavItem {
	text-decoration: underline;
}

.IDX-page-mapsearch li.IDX-searchNavItem.IDX-nav-mapsearch.IDX-active {
	text-decoration: none;
}


.prop-info-det .row:first-child {
	background: #8B2942;
}

.prop-info-det .row:first-child a {
	color: #FFF;
}

div#IDX-submit-group {
	margin-top: 0;
}

#IDX-advancedSearchFields {
	clear: both;
	margin-top: 0;
}

#IDX-basicBottom {
	margin: -81px 10px auto;
	width: 100%;
	zoom: 1;
	clear: both;
}

/* end  Modified */

/*** IP CSS ***/

.page-id-93 #content .entry p {
	line-height: 2.5;
}

.page-id-93 .sidebar .hp-qs {
	display: none;
}

#content p.page-text-intro {
	line-height: 24px;
}

#content .community-links-page h2 {
	margin-bottom: 0;
}


/* MEDIA QUERIES ARE AUTOMATICALLY REMOVED FROM THIS FILE, they must be placed in style-media-queries.css */


.qs-wrap select option {
	color: #fff;
}

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

.page-id-86 .agent-holder {
	/*float: left;*/
	display: inline-block;
	width: 19%;
	margin-bottom: 30px;
	padding: 0 15px;
	/*min-height: 460px;*/
	min-height: 355px;
	vertical-align: top;
}

.page-id-86 .agent-holder .agent-contact-email a {
	word-break: break-word;
	color: #000;
}

.page-id-86 .agent-holder-inner {
	border: 1px solid #ddd;
}

.page-id-86 .agent-holder .attachment-agent-image {
	width: 100%;
	float: none;
}

div#IDX-detailsField-partialBaths,
div#IDX-detailsField-fullBaths {
	/* display:none; */
}

.agent-social>a>div {
	float: none !important;
	display: inline-block;
}

.page-id-86 .agent-holder .attachment-agent-image img {
	width: 100%;
	max-width: 100% !important;
}

.page-id-86 .entry-title,
.page-id-88 .entry-title,
.page-id-101 .entry-title,
.page-id-146 .entry-title,
.page-id-102 .entry-title,
.page-id-103 .entry-title,
.page-id-94 .entry-title {
	text-align: center;
}

.page-id-86 #content .entry-title {
	line-height: 1.2;
	/*letter-spacing: 5px;*/
}

.page-id-86 .agent-holder .agent-all-contact {
	width: 100%;
	float: none;
	margin: 0;
	padding: 10px;
}

.page-id-86 .agent-holder .agent-img-icon {
	display: none;
}

.page-id-86 .agent-holder .agent-contact-detail {
	padding-left: 0px;
	font-size: 11px;
}

.page-id-86 .agent-contact-position,
.page-id-86 .agent-contact-phone,
.page-id-86 .agent-contact-fax,
.page-id-86 .agent-contact-website,
.page-id-86 .agent-contact-lang {
	display: none;
}

.page-id-86 .agent-holder .agent-contact-name {
	font-weight: 600;
	font-size: 17px;
	font-family: 'Source Sans Pro', sans-serif;
}

.page-id-86 .agent-contact-mobile,
.agent-holder .agent-contact-mobile {
	color: #8b2942;
	font-weight: bold;
}

.page-id-86 .agent-contact-mobile:before {
	content: "C:";
	display: inline-block;
	display: none;
}

.about-page .cta-list-2 a .cta-center-holder .cta-text {
	font-size: 12px;
}

.about-page .cta-list-2 a .cta-center-holder .cta-text .title-bold {
	/* font-size: 25px;	 */
}

.cta-list-2 a .cta-center-holder .cta-text .title-normal {
	font-size: 14px;
}

a.pfcta {
	display: inline-block;
	width: 130px;
	height: 130px;
	text-align: center;
	position: relative;
	border-radius: 50%;
	margin: 17px;
	background-size: cover !important;
	border: 1px solid #ddd;
}

a.pfcta em {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
	left: 0;
	padding: 0 10px;
	font-style: normal;
	color: white;
	font-size: 17px;
	text-shadow: 1px 1px 2px #000;
	line-height: 1.3;
}

a.pfcta1 {
	background: url('images/hp-cta6.jpg') no-repeat center;
}

a.pfcta2 {
	background: url('images/hp-cta5.jpg') no-repeat center;
}

a.pfcta3 {
	background: url('images/hp-cta3.jpg') no-repeat center;
}

a.pfcta4 {
	background: url('images/pfcta4.png') no-repeat center;
}

a.pfcta5 {
	background: url('images/pfcta5.jpg') no-repeat center;
}

a.pfcta6 {
	background: url('images/pfcta6.jpg') no-repeat center;
}

a.pfcta6-new {
	background: url('images/linkedin-icon.png') no-repeat center;
}

a.pfcta7 {
	background: url('images/pfcta7.jpg') no-repeat center;
}

a.pfcta8 {
	background: url('images/pfcta8.jpg') no-repeat center;
}

.schedule-page .aidefcf-left,
.buynewhome-page .aidefcf-left,
.arrangeashowing-page .aidefcf-left,
.askrealestate-page .aidefcf-left {
	width: 55%;
	float: none;
	display: block;
	margin: 0 auto;
}

.IDX-showcaseCell.listing410639,
.IDX-showcaseCell.listing410606,
.IDX-showcaseCell.listing410596 {
	display: none;
}

#GS_schoolSearchWidget {
	display: none;
}

.schedule-page .aidefcf-radio,
.buynewhome-page .aidefcf-radio,
.askrealestate-page .aidefcf-radio {
	border: none;
}

.schedule-page .aidefcf-radio label,
.buynewhome-page .aidefcf-radio label,
.arrangeashowing-page .aidefcf-radio label,
.askrealestate-page .aidefcf-radio label {
	display: block;
}

.form-extras p>span {
	display: inline-block;
	width: 150px;
}

.form-extras select {
	width: 150px;
}

a.bsearch {
	display: block;
	width: 150px;
	text-align: center;
	background: #171717;
	color: white;
	font-size: 16px;
	padding: 10px 0;
	margin: 5px auto;
	transition: all 0.3s ease-in-out;
}

a.bsearch:hover {
	text-decoration: none;
	background: black;

}

/*Custom Page for TV Online*/
.main-video {
	text-align: center;
	margin: 0 auto 0;
	display: block;

}

.main-video img {
	width: 100%;
}

.thumb-video {
	margin: 0;
}

.thumb-item img {
	width: 100%;
	margin: 0;
	padding: 0;
	height: auto;
	outline: none !important;
	opacity: 9;
}

.thumb-item.slick-slide.slick-current.slick-active img {
	opacity: 8;
}

.thumb-video .thumb-item {
	position: relative;
}

.slick-initialized .slick-slide {
	outline: none !important;
}

.main-video canvas {
	display: block;
	width: 100%;
	margin: 0 auto;
}

.main-video .video-main-slick {
	position: relative;
}

.main-video .video-item {
	position: relative;
	z-index: 1;
}


.IDX-cloned-featuredopenhouse .IDX-resultCellContainer,
.IDX-cloned-featuredopenhouse #IDX-resultsContent,
.IDX-cloned-featuredopenhouse #IDX-resultsFooter,
.IDX-cloned-featuredopenhouse #IDX-resultsMLSRights {
	display: block;
}

.IDX-cloned-featuredopenhouse #IDX-resultsContent .IDX-categoryListings .IDX-resultsCell {
	width: 33%;
	display: inline-block;
	border: none;
}

.new-cell-conatiner {
	background: #d1d3d4;
	padding: 15px 5px;
}

.new-cell-conatiner span {
	line-height: 20px;
	display: block;
	font-weight: 700;
	text-transform: uppercase;
}

.new-cell-photo {
	margin: 5px 0;
}

.new-cell-oh span {
	text-align: center;
}

.oh-price {
	color: #8b2942;
}

.new-cell-link {
	margin: 0 auto;
	text-align: center;
}

.new-cell-link a {
	display: inline-block;
	border: 1px #000 solid;
	padding: 5px;
	font-weight: 700;
	color: #fff;
	background: #8b2942;
}

.sidebar .cta-list-2 .cta-btn {
	margin-bottom: 0;
}

.sidebar .cta-list-2 a .cta-center-holder .cta-text .title-bold {
	font-size: 28px;
}

/* AGENT GRAYSCALE */

/*.agent-holder-inner img {
	-webkit-appearance: all .5s ease;
	-moz-appearance: all .5s ease;
	appearance: all .5s ease;
	-webkit-filter: grayscale(1);
  	filter: grayscale(1);
}

.agent-holder-inner:hover img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}*/

.aios_agent h1.entry-title {
	display: none;
}

.aios_agent .agent-holder .attachment-agent-image {
	max-width: 250px;
	margin-bottom: 20px;
}

.agent-contact-position {
	text-transform: uppercase;
}

.postid-225 .agent-contact-position {
	text-transform: none;
}

input.wpcf7-form-control.wpcf7-captchar {
	display: inline-block;
	width: 155px;
}


#return-to-top {
	position: fixed;
	top: 65%;
	right: 10%;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	border-radius: 50%;
	border: 1px solid #000;

	display: none !important;
}

#return-to-top span {
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	background: url(images/arrow-up.png) center center no-repeat;
	background-size: 65%;
}


/*.agent-contacts .agent-contact-mobile:before {
	content: "C:" !important;
}*/

.agent-property-link {
	display: none;
}

.single-aios_agent .agent-holder .agent-contact-name {
	font-size: 32px;
}

.single-aios_agent .agent-holder .agent-contacts {
	font-size: 18px;
}

.single-aios_agent .agent-contact-mobile:before,
.single-aios_agent .agent-contact-phone:before {
	display: none;
}

#content .entry {
	font-size: 14px;
}

.page-id-89 #content .entry-title {
	text-align: center;
}

#content .pleft h2,
#content .pright h2 {
	margin-bottom: 0;
}

#content .pleft ul,
#content .pright ul {
	margin-top: 0;
}

img.car {
	display: block;
	margin: 0 auto;
}

.page-id-94 .cta-list-2 a .cta-center-holder .cta-text .title-bold {
	line-height: 1;
}

.page-id-94 .cta-list-2 a .cta-center-holder .cta-text p {
	font-size: 12px;
}


.agents-wrap {
	position: relative;
	width: 100%;
	height: auto;
}

.page-id-88 #content p.page-text-intro {
	margin: 30px 0;
	line-height: 24px;
}

.about-page {
	line-height: 26px;
}

.page-id-88 .cta-list-2 a .cta-center-holder .cta-text .divider {
	display: none;
}

/*new css*/
.page-id-80 .sidebar .hp-qs,
.page-id-80 .sidebar a.side-cta {
	display: none;
}

.single-aios_agent .agent-holder .attachment-agent-image {
	margin-right: 2%;
	display: inline-block;
	width: 26%;
	vertical-align: top;
}

.single-aios_agent .agent-holder .agent-contacts {
	width: 70%;
	margin-left: 0;
	/* height: 355px; */
	display: inline-block;
	vertical-align: top;
}

.single-aios_agent .agent-holder .agent-description {
	width: 100%;
	float: none;
}

.fl-content .entry-title {
	text-align: center;
}

/*FEAUTERD LISTINGS PAGE*/
#featured-listings-slides {
	width: 100%;
	position: relative;
	font-size: 0;
}

#fl-img-thumb-wrap {
	display: inline-block;
	vertical-align: middle;
	width: 80%;
}

#fl-desc-slider {
	display: inline-block;
	vertical-align: middle;
	width: 20%;
}

.fli-item {
	position: relative;
}

.fli-img {
	display: inline-block;
	vertical-align: top;
	width: 80%;
	border: 5px solid #800020;
}

.fli-img img {
	width: 100%;
	min-height: 500px;
}

.flt-img img {
	max-width: 300px;
	margin: 0 auto;
	width: 65%;
}

.flt-img {
	border-left: 2.5px solid #800020;
	border-right: 2.5px solid #800020;
	cursor: pointer;
}

.fl-desc {
	background: #800020;
	width: 30%;
	padding: 60px 20px;
	color: #fff;
	font-size: 0;
	display: inline-block;
	vertical-align: top;
	position: absolute;
	height: 100%;
	right: 0;
}

.fld-left {
	display: block;
	vertical-align: middle;
	width: 100%;
}

.fld-left .price {
	font-size: 25px;
	display: block;
	font-weight: 600;
	line-height: 1;
}

.fld-left .address {
	font-size: initial;
	line-height: 1;
	margin-top: 10px;
	margin-bottom: 10px;
	display: block;
}

.fld-right {
	display: block;
	vertical-align: middle;
	width: 100%;
	text-align: left;
	margin-top: 140px;
}

.fld-right span {
	display: block;
	font-size: 15px;
	line-height: 1.5;
}

.fld-right .agent-name {
	font-size: 20px;
	text-transform: uppercase;
}

.fl-logo {
	margin-top: 20px;
}

.fl-logo img {
	max-width: 150px;
	margin: 0 auto;
	width: 100%;
}

#fl-thumb-slider {
	width: 100%;
	margin: 0 auto;
	border: 5px solid #932641;
	border-top: 0;
}

/*** new featured listings layout ***/

.fl-slide-contact {
	display: block;
	background: #000;
	padding: 12px 0;
	width: 100%;
	position: relative;
}

.fl-contact-info {
	position: absolute;
	width: 25%;
	height: 100%;
	left: 50%;
	margin-left: -12.5%;
	top: 0;
	color: #fff;
	font-size: 0;
	text-align: center;
	background: #000;
	z-index: 9;
}

.info-temp {
	vertical-align: middle;
	height: 100%;
	width: 1%;
	display: inline-block;
}

.info-wrap {
	width: 99%;
	padding: 0 5%;
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
}

.fl-contact-info img {
	max-width: 100%;
	display: block;
	margin: 0 auto 10px;
}

#fl-img-slider-new {
	font-size: 0;
}

.fl-item {
	display: inline-block !important;
}

.fl-item .item-wrap {
	width: 100%;
	display: inline-block;
	padding: 0 25% !important;
}

.fl-item canvas {
	width: 100%;
	display: block;
	height: auto;
	background-size: cover !important;
	background-repeat: no-repeat;
}

.fl-item .fl-item-thumbs {
	display: block;
	width: 100%;
	overflow: hidden;
}

.fl-item .fl-item-thumbs .thumbs-wrap {
	margin: 0 -1%;
	font-size: 0;
}

.fl-item .fl-item-thumbs .thumbs-wrap canvas {
	margin: 1%;
	display: inline-block;
	width: 48%;
	height: auto;
}

.fl-item .fl-details {
	padding: 10px;
	color: #fff;
	text-align: center;
	display: block;
	width: 100%;
}

.fl-item .fl-details .price {
	font-size: 25px;
	display: block;
	font-weight: 600;
	line-height: 1;
}

.fl-item .fl-details .address {
	font-size: initial;
	line-height: 1;
	margin-top: 10px;
	margin-bottom: 10px;
	display: block;
}

/*SEARCH ALL PROPERTIES*/
.sap-top {
	background: #363636;
	padding: 15px 0;
	color: #fff;
	font-size: 0;
	position: relative;
	z-index: 10;
}

.st-left {
	display: inline-block;
	vertical-align: middle;
	width: 50%;
}

.st-left .results-number {
	color: #fff;
	font-size: 20px;
	margin: 0;
}

.st-right {
	display: inline-block;
	vertical-align: middle;
	width: 50%;
	text-align: right;
}

ul.sap-tabs li {
	font-size: 15px;
	color: #fff;
	display: inline-block;
	vertical-align: middle;
	padding: 10px 15px;
	width: 75px;
	text-align: center;
	border: 1px solid #fff;
	border-radius: 1px;
	margin: 0 -0.5px;
	cursor: pointer;
	background: transparent;
}

ul.sap-tabs li.current {
	background: #fff;
	color: #363636;
}

.sap-bottom {
	background: #eaeaea;
	padding: 10px 0;
	font-size: 0;
	position: relative;
	z-index: 10;
}

.sb-left {
	display: inline-block;
	vertical-align: top;
	width: 15%;
	font-size: initial;
}

.sb-right {
	display: inline-block;
	vertical-align: top;
	/*width: 85%;*/
	width: 22%;
	font-size: initial;
}

ul.sb-accordion>li {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
}

ul.sb-accordion {
	text-align: right;
}



ul.sba-sub {
	position: absolute;
	background: #eaeaea;
	padding: 20px 30px;
	margin-top: 10px;
	left: 50%;
	text-transform: initial;
	font-size: 15px;
	display: none;
	min-width: 250px;
	margin-left: -125px;
}

/*.sb-accordion li.active .sba-sub{
	height: auto;
}*/


.sb-left .sb-accordion {
	position: relative;
	text-align: left;
}

.sb-left ul.sb-accordion>li {
	margin: 0;
}

ul.sb-accordion>li {
	position: relative;
	font-size: 20px;
	text-transform: uppercase;
	margin: 0 35px;
	cursor: pointer;
}

ul.sb-accordion>li:before {
	content: '';
	display: inline-block;
	height: 2px;
	width: 14px;
	position: absolute;
	top: 10px;
	right: -25px;
	background-color: #b5b5b5;
}

ul.sb-accordion>li:after {
	display: inline-block;
	content: '';
	height: 14px;
	width: 2px;
	position: absolute;
	top: 4px;
	right: -19px;
	background-color: #b5b5b5;
}

ul.sb-accordion>li.active:after {
	visibility: hidden;
}

#sap-content {
	position: relative;
	z-index: 1;
}

.sap-tab-content {
	display: none;
	background: #ededed;
	padding: 15px;
}

.sap-tab-content.current {
	display: inherit;
}

/*** More Filters ***/
.more-filters-wrap {
	position: relative;
}

.more-filters-wrap ul.sb-filter {}

.more-filters-wrap ul.sb-filter>li {
	position: relative;
}

.more-filters-wrap ul.sb-filter>li:before {
	content: '';
	display: inline-block;
	height: 2px;
	width: 14px;
	position: absolute;
	top: -18px;
	right: 0;
	background-color: #b5b5b5;
}

.more-filters-wrap ul.sb-filter>li:after {
	display: inline-block;
	content: '';
	height: 14px;
	width: 2px;
	position: absolute;
	top: -24px;
	right: 6px;
	background-color: #b5b5b5;
}

.more-filters-wrap ul.sb-filter>li>span {
	font-size: 20px;
	text-transform: uppercase;
	position: absolute;
	top: -28px;
	right: 20px;
	cursor: pointer;
}

.more-filters-wrap ul.sb-filter>li.active:after {
	visibility: hidden;
}

.filters-form {
	background: #fbfbfb;
	width: 100%;
	/*height: 100px;*/
	padding: 20px 30px;
	display: none;
	position: absolute;
}

.filter-title {
	position: relative;
}

.filter-title h2 {
	font-size: 28px;
	text-transform: uppercase;
}

.filter-top-btn {
	position: relative;
}

.filter-top-btn input {
	position: relative;
	display: block;
	height: 39px;
	background-color: #9B9B9B;
	border: 1px solid transparent;
	color: #fff;
	font-size: 14px;
	text-align: center;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.filter-top-btn input.reset-btn {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 86px;
	text-align: right;
	padding: 9px 14px;
	background: #9B9B9B url("images/icon-reset.png") left 14px center no-repeat;
}

.filter-top-btn input.updt-srch-btn {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 123px;
	margin-left: 15px;
	background: #324b72;
}

.filter-top-btn a {
	position: absolute;
	top: 7px;
	right: 0;
	display: block;
	width: 28px;
	height: 28px;
	border: 1px solid #333;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	color: #333;
	font-size: 18px;
	text-align: center;
	outline: none;
	text-decoration: none;
	padding: 0 0;
}

.filter-form-fields {
	position: relative;
	display: block;
	width: 100%;
	font-size: 0;
	margin-top: 22px;
}

.fltr-group-top,
.fltr-group-mid,
.fltr-group-bottom {
	position: relative;
	display: block;
}

.fltr-group {
	padding: 11px;
}

.fltr-group,
.fltr-group-item {
	position: relative;
	display: inline-block;
	vertical-align: middle;
}

.fltr-group.currency {
	width: 16.12%;
}

.fltr-group.mid {
	width: 32.41%;
}

.fltr-group-item {
	width: 100%;
}

.fltr-group.mid .fltr-group-item {
	width: 50%;
}

.fltr-group.long {
	width: 24.45%;
}

.fltr-group-mid .fltr-group.mid {
	width: 24%;
}

.fltr-group input.rentals {
	width: 50%;
}

.fltr-group input.for-sale {
	width: 50%;
	background: #9AA881;
	border: none;
	color: #ffffff;
}


.fltr-group label {
	display: block;
	font-size: 12px;
}

.fltr-group select {
	width: 100%;
	height: 40px;
	padding: 0 10px;
	background: url("images/arrow-down.png") right 7px center no-repeat;
	border: 1px solid #bebebe;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-size: 14px;
	color: #525252;
}

.fltr-group input[type="text"],
.fltr-group input[type="button"] {
	width: 100%;
	height: 40px;
	padding: 0 10px;
	background: transparent;
	border: 1px solid #bebebe;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-size: 14px;
	color: #525252;
}

label.has-labels {
	display: inline-block;
	vertical-align: top;
	margin-left: 10px;
}

/*IE*/
select::-ms-expand {
	display: none;
}

.filter-form-fields .loc-btn {
	position: relative;
	display: block;
	width: 108px;
	height: 30px;
	background: #9aa881;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 14px;
	text-align: center;
	padding: 6px 0;
	text-decoration: none;
}

div#IDX-coreSearchFields ul {
	padding: 0 !important;
	margin: 0 !important;
}

.IDX-wrapper-standard .price-range .IDX-half {
	width: 100%;
}

.sba-sub .select2-container .select2-choice {
	padding: 0 !important;
}

.IDX-wrapper-standard .more-filters .IDX-searchForm .IDX-control-group {
	width: 100% !important;
	margin: 2px 0 !important;
}

.beds-idx select,
.baths-idx select,
.idx-type select {
	width: 100%;
	height: 39px;
	color: #999;
	border: 1px solid #ccc;
	margin: 2px 0;
}

.sba-sub .IDX-control-group {
	margin-bottom: 0;
}

.idx-wrapper #IDX-resultsCountWrap {
	display: none;
}

.idx-wrapper #IDX-resultsCountMessage {
	display: none;
}

.idx-wrapper #IDX-resultsTopActions {
	margin: 25px 0;
}

.idx-wrapper #IDX-resultsRefineSearchWrap {
	display: none !important;
}

.idx-wrapper #IDX-resultsTopActions {
	display: none;
}

.IDX-wrapper-standard .IDX-row-content {
	display: block;
}

.IDX-wrapper-standard .IDX-control-group {
	margin-bottom: 0px;
}

.IDX-wrapper-standard .select2-container.select2-container-multi .select2-choices .select2-search-field,
.IDX-wrapper-standard .select2-container a.select2-choice,
.IDX-wrapper-standard .select2-container a.select2-default {
	min-height: 30px;
}

.IDX-wrapper-standard .select2-container.select2-container-multi .select2-choices .select2-search-field {
	height: 30px;
}

#IDX-search-additional-content #IDX-per-group {
	clear: left;
}

/*.IDX-wrapper-standard .select2-container, .IDX-wrapper-standard .select2-container a.select2-choice, .IDX-wrapper-standard .select2-container a.select2-default, .IDX-wrapper-standard .IDX-controls, .IDX-wrapper-standard .IDX-controls .IDX-select, .IDX-wrapper-standard .IDX-control-group {
	min-height: 30px;
}



.IDX-wrapper-standard .select2-container .select2-choice .select2-chosen {
	margin-top: 0;
}

.IDX-wrapper-standard .select2-container.select2-container-multi .select2-choices .select2-search-field, .IDX-wrapper-standard .select2-chosen, .IDX-wrapper-standard .select2-input.select2-default {
	height: 30px;
}

.IDX-wrapper-standard .IDX-control-group {
	margin: 0;
}*/

/*IDX Listings ITEM*/
.idx-listings-wrap {
	width: 100%;
	padding: 30px 0;

	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: center;
}

.idx-item-results {
	float: left;
	width: 33.33%;
	padding: 0 10px;
	margin: 0 0 20px;
	max-width: 370px;
}

.idx-item {
	width: 100%;
	border: 1px solid #727272;
}

.idx-img {
	width: 100%;
}

.idx-img img {
	width: 100%;
}

.idx-content {
	padding: 10px;
	min-height: 270px;
	;
}

.idx-address {
	font-size: 17px;
	margin-bottom: 10px;
	font-weight: 600;
	color: #535353;
	text-align: center;
	min-height: 48px;
}

.idx-content .idx-address a {
	color: #8b2942;
}

.idx-price {
	font-size: 17px;
	color: #000;
	margin-bottom: 5px;
}

.idx-mls {
	font-size: 17px;
	color: #000;
}

.idx-photos-details {
	margin-top: 20px;
	text-align: center;
}

.idx-price span {
	display: inline-block;
	vertical-align: middle;
}

.idx-price span.IDX-label {
	margin-right: 10px;
}

.idx-mls span {
	display: inline-block;
	vertical-align: middle;
}

.idx-mls span.IDX-label {
	margin-right: 10px;
}

.idx-photos-details a {
	display: block;
	color: #fff;
	background: #800000;
	width: 200px;
	font-size: 0;
	height: 40px;
	position: relative;
	margin: 0 auto;
}

.idx-photos-details a:before {
	content: 'Photos & Details';
	font-size: 18px;
	position: absolute;
	width: 100%;
	left: 0;
	top: 7px;
}

.idx-wrapper #IDX-resultsFooter {
	display: none;
}

.idx-wrapper #IDX-resultsContent {
	display: none;
}

/*OPEN HOUSES*/
.oh-idx-wrapper div#IDX-resultsPager-header {
	display: none;
}

.oh-idx-wrapper div#IDX-resultsTopActions {
	display: none;
}

.idx-date-time {
	padding: 10px;
	text-align: center;
	background: #d1d3d4;
}

.idx-date-time span {
	display: block;
	font-size: 15px;
	line-height: 1.5;
}

.oh-idx-list {
	margin-top: 40px;
}

.oh-idx-wrapper div#IDX-resultsFeaturedListings {
	display: none;
}

.page-template-template-open-houses .idx-item-results {
	width: 24.5%;
}

body.page-template-template-featured_listings-new {
	background: #000;
}

.page-id-1057 .container.fl-content {
	padding-top: 170px !important;
}

.page-id-1057 .fl-slide-contact {
	margin-bottom: 50px;
}

.page-id-1057 footer .footer1 {
	margin-top: 0;
}

.page-template-template-featured_listings header,
.page-template-template-featured_listings-new header {
	/*display: none;*/
}

.page-template-template-featured_listings div#inner-page-wrapper,
.page-template-template-featured_listings-new div#inner-page-wrapper {
	padding-top: 0;
	margin-bottom: 0;
}

.page-template-template-featured_listings-new div#inner-page-wrapper {
	background: #fff;
}

.page-template-template-featured_listings footer,
.page-template-template-featured_listings-new footer {
	/*display: none;*/
}

.back-button {
	position: absolute;
	left: 3%;
	top: 5%;
	width: 200px;
	height: 40px;
	background: #932641;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
}

.page-template-template-featured_listings-new .back-button {
	top: 25px;
}

.back-button a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 10px 0;
	font-size: 15px;
	color: #fff;
	text-decoration: none;
}

span.view-detailed {
	font-size: 20px;
	color: #fff !important;
}

span.view-detailed a {
	color: #fff !important;
}

/*  */

.page-template-template-featured_listings .back-button,
.page-template-template-featured_listings-new .back-button {
	background: #000;
}

.page-template-template-featured_listings .fli-img {
	border: 5px solid #000;
	min-height: 695px;
}

.page-template-template-featured_listings .fl-desc {
	background: #000;
}

.page-template-template-featured_listings #fl-thumb-slider {
	display: none;
}

.page-template-template-featured_listings #inner-page-wrapper {
	margin: 0;
}

#IDX-search-additional-content #IDX-searchRefinement-group {
	display: none;
}

/*** calculator page ***/

.page-template-template-calculator .right-cta h1 {
	display: none;
}

.page-template-template-calculator h1 {
	text-align: center;
}

.page-template-template-calculator td {
	padding: 10px;
}

.page-template-template-calculator td.border {
	border: 1px solid #ccc;
}

.page-id-101 #content-full,
.page-id-146 #content-full,
.page-id-102 #content-full,
.page-id-103 #content-full {
	position: relative;
}

.page-id-101 #content .entry-title,
.page-id-146 #content .entry-title,
.page-id-102 #content .entry-title,
.page-id-103 #content .entry-title {
	max-width: 70%;
	margin-left: auto;
	margin-right: auto;
}

.top-burgundy {
	background: #8b2942;
	color: #fff;
	font-size: 12px;
	border-radius: 50%;
	position: absolute;
	top: -42px;
	/*top: 70px;*/
	right: 0;
	text-align: center;
	padding: 20px;
	width: 120px;
	height: 120px;
}

.page-id-101 .top-burgundy {
	top: 70px;
	z-index: 100;
}

.page-id-101 .top-burgundy a {
	color: #fff;
	text-decoration: none;
}

.goto-arrow {
	position: fixed;
	bottom: 60px;
	right: 80px;
	z-index: 100;
	cursor: pointer;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.goto-arrow.arrow-left {
	left: 80px;
	right: initial;
}

.highlight {
	color: #800020;
	font-weight: 700;
}

.IDX-controls select#IDX-pt {
	width: 50%;
}

#IDX-propSubType-group #IDX-propSubType {
	/*width: 60%;*/
}

#IDX-propSubType-group>.IDX-control-label {
	width: 100%;
	float: left;
}

#IDX-propSubType-group>.IDX-controls {
	width: 55%;
	float: left;
}

.IDX-coreFields {
	width: 45%;
}

div#IDX-bd-group {
	width: 26%;
	padding-left: 0;
}

div#IDX-tb-group {
	width: 26%;
	margin-right: 30% !important;
	padding-right: 0;
}

.IDX-wrapper-standard .IDX-cczList select {
	height: 100px;
}

.IDX-advancedBox {
	height: 50px;
}

#IDX-bottomSubmitButtons {
	display: block;
	width: 100%;
}

div#IDX-sqft-group {
	width: 26%;
	padding-left: 0;
}

div#IDX-acres-group {
	width: 26%;
	margin-right: 30% !important;
	padding-right: 0;
}

div#IDX-advanced_garageParking {
	width: 25%;
	float: left;
	margin-right: 10px;
}

div#IDX-advanced_style {
	float: left;
	width: 25%;
}

#IDX-propSubType-group .IDX-control-label {
	font-size: 12px;
}

div#IDX-detailsAddress,
#IDX-detailsPrice,
#IDX-detailsPropStatus,
.IDX-propertyDetails,
#IDX-listingSqAcres,
div#IDX-propertyRemarksDetails p {
	color: #111;
}

div#IDX-fieldsWrapper {
	margin-top: 110px;
}

.page-id-93 .entry em {
	color: #800020;
}

.page-id-243 #IDX-description {
	font-size: 14px;
	line-height: 2;
}

.page-id-243 div#IDX-fieldsWrapper {
	margin-top: 0;
}

.page-id-243 .IDX-contactFormRight {
	display: none;
}

.IDX-wrapper-printable div#IDX-detailsContainer-a301-1-3 {
	display: none;
}

.page-id-243 .IDX-detailsLabel,
.page-id-243 #IDX-detailsHeadFields .IDX-fieldLabel,
.page-id-243 #IDX-detailsHead #IDX-detailsField-propStatus .IDX-fieldLabel {
	color: #000;
}

.page-id-243 #IDX-subPtRow {
	margin-top: 20px;
}

.page-id-243 #IDX-propSubType-group .IDX-selectableListLabel {
	width: 50%;
}

.page-id-243 .IDX-advMinMax {
	width: 45%;
}

.page-id-243 div#IDX-bd-group {
	width: 46%;
	padding-left: 0;
}

.page-id-243 div#IDX-tb-group {
	width: 46%;
	margin-right: 0 !important;
	padding-right: 0;
}

.page-id-243 div#IDX-sqft-group {
	width: 46%;
	padding-left: 0;
}

.page-id-243 div#IDX-acres-group {
	width: 46%;
	margin-right: 0 !important;
	padding-right: 0;
}

.page-id-243 .IDX-advancedSearchColumn {
	width: 100%;
}

.page-id-243 .IDX-advancedSearchColumn .IDX-advancedWrap {
	width: 49%;
	float: left;
}

.page-id-243 #IDX-contentFields .IDX-fieldLabel {
	color: #000;
}

.page-id-243 #IDX-detailsTopLinks {
	top: -20px;
}


span.IDX-detailsAgentInfoText,
.kathy-contact {
	font-size: 20px !important;
}

div#IDX-walkscoreContainer {
	display: none;
}

/*** About ***/
#post-88 .cta-btn,
#post-94 .cta-btn {
	width: 50%;
}

/*** showcase page ****/

.page-id-154 #content h1.entry-title {
	display: none;
}

.page-id-154 #content #ytc-wrapper .ytcplayer-wrapper {
	width: 100%;
	max-width: 500px;
	display: block;
	margin: 0 auto 30px;
}

.page-id-154 #content #ytc-wrapper .ytc-thumbnails {
	width: 100%;
	max-width: 900px;
	display: block;
	margin: 0 auto;
}

/*** IDX css ***/

#IDX-searchNavList li {
	color: #8b2942;
	font-size: 16px;
	font-weight: bold;
}

#IDX-searchNavList li a {
	color: #8b2942;
	text-decoration: underline;
}

.IDX-page-advanced #IDX-bottomSubmitButtons,
.IDX-page-advanced #IDX-searchFilter {
	display: none;
}

.IDX-page-advanced .IDX-control-label {
	font-weight: bold;
}

.IDX-page-advanced #IDX-formSubmit {
	width: auto !important;
}

.IDX-page-advanced .IDX-advancedSearchColumn .IDX-advancedWrap {
	width: 100%;
}

.IDX-page-advanced div#IDX-sqft-group,
.IDX-page-advanced div#IDX-acres-group {
	width: 100%;
}

.IDX-page-advanced div#IDX-acres-group {
	margin-right: 0 !important;
	padding-left: 0;
}

.IDX-page-advanced #IDX-propSubType-group .IDX-selectableListLabel {
	width: 100%;
}


.IDX-page-advanced div#IDX-advanced_garageParking,
.IDX-page-advanced div#IDX-advanced_style {
	width: 48%;
}


/*** agents detailed page ***/

.agent-holder.agent-details {
	font-size: 0;
	width: 100%;
}

.agent-holder.agent-details .attachment-agent-image {
	width: 22%;
	margin-right: 8%;
	display: inline-block;
	font-size: 14px;
}

.agent-holder.agent-details .agent-contact-name {
	font-size: 32px;
}

.agent-holder.agent-details .agent-contacts {
	font-size: 18px;
	display: inline-block;
	width: 70%;
	margin-left: 0;
}

#IDX-showcaseGallery-agents {}

#IDX-showcaseGallery-agents .IDX-showcaseCell {
	width: 100%;
	min-width: 100%;
	padding: 3px !important;
	vertical-align: top;
	display: inline-block !important;
	margin-bottom: 5px;
}

#IDX-showcaseGallery-agents .IDX-showcaseRow {
	display: inline-block !important;
	width: 100%;
	margin-bottom: 10px;
}

#IDX-showcaseGallery-agents .IDX-showcaseContainer a {
	display: inline-block;
	width: 50%;
	margin-right: 2%;
	height: 100% !important;
	vertical-align: middle;
}

#IDX-showcaseGallery-agents .IDX-showcaseContainer a canvas {
	background-size: cover !important;
	width: 100%;
	height: 100%;
	display: block;
}

#IDX-showcaseGallery-agents .IDX-showcaseContainer .details-wrap {
	display: inline-block;
	width: 48%;
	vertical-align: middle;
	font-size: 18px;
	padding-right: 3%;
}

#IDX-showcaseGallery-agents .IDX-showcaseLink:before {
	height: auto;
	content: none !important
}

#IDX-showcaseGallery-agents .IDX-showcaseLink {
	display: block;
	position: relative;
}

#IDX-showcaseGallery-agents .IDX-showcasePhoto {
	max-height: 100%;
	margin: auto;
	height: auto;
}



#IDX-showcaseGallery-agents .IDX-showcaseContainer {
	border: 1px solid #666;
	-webkit-box-shadow: 1px 1px 3px rgba(22, 22, 22, .4);
	box-shadow: 1px 1px 3px rgba(22, 22, 22, .4);
	display: block;
	width: 100%;
}

#IDX-showcaseGallery-agents.IDX-showcaseTable {
	table-layout: fixed;
	border-spacing: 8px;
	font-size: 11px;
}

#IDX-showcaseGallery-agents .IDX-showcaseRow {
	display: table-row;
}

#IDX-showcaseGallery-agents .IDX-showcaseCell {
	display: table-cell;
}

#IDX-showcaseGallery-agents .IDX-showcaseLink {
	height: 100%;
	width: 100%;
	font-size: 0;
	text-align: center;
	display: inline-block;
}

#IDX-showcaseGallery-agents .IDX-showcaseLink:before {
	height: 100%;
	content: "";
	display: inline-block;
	vertical-align: middle;
}

#IDX-showcaseGallery-agents .IDX-showcasePhoto {
	max-width: 100%;
	display: inline-block;
	vertical-align: middle;
}

.IDX-showcaseTable {
	display: none;
}


.IDX-showcaseCityStateZip span {
	white-space: pre;
}

#IDX-showcaseGallery-agents .IDX-showcaseCell div {}

#IDX-showcaseGallery-agents .IDX-showcaseListingID,
#IDX-showcaseGallery-agents .IDX-showcaseBeds,
#IDX-showcaseGallery-agents .IDX-showcaseBaths,
#IDX-showcaseGallery-agents .IDX-showcaseFull,
#IDX-showcaseGallery-agents .IDX-showcasePartial,
#IDX-showcaseGallery-agents .IDX-showcaseRemarks,
#IDX-showcaseGallery-agents .IDX-showcaseDisclaimerLink,
#IDX-showcaseGallery-agents .IDX-showcaseStatus,
#IDX-showcaseGallery-agents .IDX-showcaseStateAbrv {
	display: none;
}

#IDX-showcaseGallery-agents .IDX-showcaseContainer {
	position: relative;
	font-size: 0;
	height: auto !important;
}


/*** property details new layoout ***/

.prop-det-nav {
	display: inline-block;
	width: 100%;
}

.prop-det-nav a {
	color: #a1a1a1;
	font-weight: 600;
	text-decoration: none;
	text-transform: uppercase;
	position: relative;
}

.prop-det-nav a.prev-listing {
	float: left;
	padding-left: 25px;
}

.prop-det-nav a:before {
	position: absolute;
	content: '';
	width: 18px;
	height: 12px;
	left: 0;
	top: 5px;
	background: url("images/listing-prev.png");
}

.prop-det-nav a.next-listing {
	float: right;
	padding-right: 25px;
}

.prop-det-nav a.next-listing:before {
	right: 0;
	left: auto;
	background: url("images/listing-next.png");
}

.details-wrap h1 {
	color: #363636;
	font-size: 30px !important;
	font-weight: 600 !important;
	text-transform: uppercase;
	display: block;
	line-height: 1;
	margin-top: 10px !important;
}

.details-wrap .gallery-main {
	display: block;
	margin-bottom: 5px;
}

.details-wrap .gallery-main .slick-arrow {
	/*display: none !important;*/
}


.details-wrap .gallery-main .slick-next {

	right: 0px;
	background: url(images/next-arrow.png);
	width: 90px;
	height: 70px;
}

.details-wrap .gallery-main .slick-prev {
	left: 0px;
	background: url(images/prev-arrow.png);
	width: 90px;
	height: 70px;
}

.details-wrap .gallery-main canvas,
.gallery-overlay canvas {
	display: block;
	width: 100%;
	height: auto;
	background-size: cover !important;
}

.det-view-full {
	color: #363636;
	font-size: 10px;
	text-transform: uppercase;
	display: block;
	margin: 10px 0 5px;
	text-align: center;
	cursor: pointer;
}

.gallery-th-wrap {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.gallery-th-wrap .gallery-th-inner img {
	padding: 0 3px;
	height: 70px;
}

.gallery-th-wrap .gallery-th-prev,
.gallery-th-wrap .gallery-th-next {
	left: 0;
	top: 0;
	width: 20%;
	height: 100%;
	background: rgba(0, 0, 0, .67);
	position: absolute;
	z-index: 9;
	cursor: pointer;
}

.gallery-th-wrap .gallery-th-next {
	left: auto;
	right: 0;
}

.gallery-th-wrap .gallery-th-prev:before,
.gallery-th-wrap .gallery-th-next:before {
	position: absolute;
	content: '';
	width: 12px;
	height: 19px;
	left: 50%;
	margin-left: -6px;
	top: 50%;
	margin-top: -9px;
	background: url("images/gallery-th-prev.png");
}

.gallery-th-wrap .gallery-th-next:before {
	background: url("images/gallery-th-next.png");
}

.gallery-th-wrap .gallery-th-next {
	left: auto;
	right: 0;
}

.prop-desc {
	display: block;
	width: 100%;
	font-size: 14px;
	color: #000;
	line-height: 24px;
	text-align: justify;
}

.prop-desc h2,
.prop-room-layout h2,
.prop-info h2 {
	font-size: 20px;
	line-height: 1;
	color: #363636;
	padding: 25px 0 20px;
	border-top: 1px solid #dbdbdb;
	border-bottom: 1px dotted #dbdbdb;
	margin-bottom: 10px;
}

.prop-room-layout h2,
.prop-info h2 {
	border-top: 0;
}

.prop-info h2 {
	padding-top: 0;
	margin: 0 !important;
}

.prop-room-layout {
	display: none;
	margin-top: 30px;
}

.prop-room-layout ul {
	margin-left: 0 !important;
	list-style-type: none !important;
}

.prop-room-layout li {
	list-style-type: none;
	text-align: center;
}

.prop-room-layout li.text-left {
	text-align: left;
}

.prop-info {
	display: block;
	width: 100%;
}

.prop-info .prop-info-det {
	font-size: 14px;
	color: #363636;
	border-bottom: 1px solid #dbdbdb;
	padding-bottom: 30px;
}

.prop-info .prop-info-det .row {
	margin: 10px -15px;
}

.prop-info .prop-info-det .det-info {
	font-weight: 500;
}

.prop-det-contact {
	margin-top: 75px;
	display: block;
	text-align: center;
	color: #363636;
	font-size: 18px;
	padding-bottom: 80px;
	border-bottom: 1px solid #dbdbdb;
}

.prop-det-contact img {
	margin: 0 auto 25px;
	display: block;
}

.prop-det-contact img.realtor {
	margin: 25px auto 0;
}

.prop-det-contact span {
	font-weight: 500;
}

.details-wrap p.prop-det-disc {
	font-size: 12px;
	line-height: 1 !important;
	margin-top: 40px !important;
	text-align: center;
}

/* Overlay style */
.gallery-overlay {

	display: none;
}

.aiosp-content .gallery-overlay {
	display: block;
}

.gallery-pop-wrap {
	width: 70%;
	display: block;
	margin: 0 auto;
}

.gallery-pop-wrap .slick-prev {
	left: -50px;
}

.gallery-pop-wrap .slick-next {
	right: -50px;
}

.page-template-template-property-details .aiosp-wrap .aiosp-container .aios-popup-body {
	min-height: auto !important;
}


p.agent_name {
	font-size: 25px;
	text-align: center;
	margin: 5px 0px !important;
}

/*** end new property details ***/

.IDX-advMinMax {
	width: 45% !important;
}

.IDX-page-advanced #IDX-propSubType-group .IDX-selectableListLabel {
	width: 50% !important;
}

a.det-view-full.aios-content-popup {
	font-size: 14px;
	font-weight: 500;
	color: #8b2942;
}

.page-id-1242 #content .entry-title {
	display: none;
}



#IDX-showcaseSlides .IDX-showcaseSlide {
	min-height: inherit !important;
}

#IDX-showcaseSlides .IDX-showcaseSlide img {
	position: inherit !important;
}

.goto-arrow {
	display: none;
}

.home ul.ui-autocomplete.ui-front.ui-menu {
	max-height: 150px;
	overflow-y: scroll;
}

.page-template-template-featured_listings-new .container.fl-content {
	width: 100%;
	padding: 0 3%;
}

.page-template-template-featured_listings-new .container.fl-content .addtoany_list a {
	padding: 0;
	margin-right: 4px;
}



.aidefcf-radio .wpcf7-list-item {
	margin-left: 0;
}

.IDX-totalResults-1 #IDX-map {
	width: 66%;
}

.IDX-totalResults-1 #IDX-resultsPager-header {
	display: none !important;
}

.IDX-totalResults-1 #IDX-resultsContent {
	display: block !important;
}

.IDX-totalResults-1 #IDX-resultsSeparatorTextActive {
	display: none !important;
}

#sap-tab-1 .idx-listings-wrap {
	padding: 30px 0 0 0 !important;
}

.page-template-template-open-houses #IDX-resultsContent,
.page-template-template-open-houses #IDX-resultsFooter,
.page-template-template-open-houses #IDX-resultsMLSRights,
.page-template-template-open-houses .addtoany_share_save_container {
	display: none;
}

.page-template-template-properties .IDX-field-sqFt {
	display: none;
}

.single-aios_agent .agent-holder iframe {
	min-height: 1500px;
}

#IDX-gallerySummary #IDX-detailsField-sqFt {
	display: none;
}

img.new_logo {
	width: 215px;
	margin-top: 24px;
}

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

div#IDX-propSubType-group {
	display: block;
}

.IDX-wrapper-standard .IDX-topAction:last-of-type {
	display: none;
}

a#IDX-newSearch {
	display: none !important;
}

.nav-btns {
	text-align: right;
}

.nav-btns>div {
	display: inline-block;
}

.nav-btns>div:first-child {
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px solid #ccc;
}

.home .cta-list-2 .cta-btn:nth-child(3),
.home .cta-list-2 .cta-btn:nth-child(4),
.page-id-1242 .cta-list-2 .ipcta-btn:nth-child(5),
.page-id-1242 .cta-list-2 .ipcta-btn:nth-child(6),
.page-id-80 .cta-list-2 .ipcta-btn:nth-child(6),
.page-id-80 .cta-list-2 .ipcta-btn:nth-child(7),
.page-id-88 .cta-list-2 .ipcta-btn:nth-child(6),
.page-id-88 .cta-list-2 .ipcta-btn:nth-child(7),
.page-id-94 .cta-list-2 .ipcta-btn:nth-child(6),
.page-id-94 .cta-list-2 .ipcta-btn:nth-child(7) {
	display: none;
}

.hp-qs>.container {
	width: 100%;
	padding: 0;
}

.hp-qs .cta-list-2 .row {
	max-width: 1140px;
	margin: auto;
}

.hp-qs .cta-list-2.cta {
	background: #000;
	padding: 10px;
}

.scr-top-btn {
	color: #fff;
	font-size: 18px;
	text-align: right;
	cursor: pointer;
}

.scr-top-btn img {
	width: 35px;
	margin-left: 10px;
}

.page-id-1057 #IDX-showcaseGallery-63288 {
	display: block;
}

.page-id-1057 #IDX-showcaseGallery-63288 .IDX-showcaseCell {
	min-height: 400px;
}

.page-id-1057 #IDX-showcaseGallery-63288 .IDX-showcasePhoto {
	margin: 0 auto !important;
}


/** hp contact form **/

.hp-contact-form input,
.hp-contact-form button,
.hp-contact-form textarea {
	outline: none;
	border: none;
}

.hp-contact-form {
	width: 100%;
	display: block;
	margin-top: 40px;
	margin-bottom: 70px;
}

.hp-contact-form h4 {
	color: #363636;
	font-size: 36px;
	line-height: 30px;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 5px;
	margin-bottom: 25px;
}

.hp-contact-form .cwu-form-wrap {
	position: relative;
	max-width: 940px;
	margin: 0 auto;
}

.hp-contact-form .cwu-form-wrap .input-container {
	display: inline-block;
	vertical-align: top;
	width: calc(calc(100% / 2) - 7px);
	padding-right: 7px;
}

.hp-contact-form .cwu-form-wrap .input-container input,
.hp-contact-form .cwu-form-wrap .input-container textarea {
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	color: #6e6e6e;
	border-bottom: 1px solid #b8b8b8;
	width: 100%;
	height: 49px;
	background: transparent;
}

.hp-contact-form .cwu-form-wrap .input-container.contact-phone,
.hp-contact-form .cwu-form-wrap .input-container.contact-message,
.hp-contact-form .cwu-form-wrap .input-container.contact-lname {
	padding-right: 0;
}

.hp-contact-form .cwu-form-wrap .input-container.contact-message {
	width: calc(100% - 14px);
	padding-top: 31px;
}

.hp-contact-form .input-container.contact-message textarea {
	height: 57px;
	resize: none;
}

.hp-contact-form .cwu-form-wrap .contact-submit {
	max-width: 200px;
	margin: 0 auto;
	padding-top: 47px;
}

.hp-contact-form .cwu-form-wrap .contact-submit input {
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
	font-weight: 500;
	color: #052439;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
	border: 1px solid #052439;
	background: transparent;
	width: 100%;
	padding: 15px 0;
}

.hp-contact-form .cwu-form-wrap .contact-submit input:hover,
.hp-contact-form .cwu-form-wrap .contact-submit input:focus {
	color: #fff;
	background: #8b2942;
	border: 1px solid #8b2942;
}

.hp-contact-form .cwu-form-wrap .wpcf7-response-output.wpcf7-display-none {
	position: absolute;
	width: 100%;
	font-size: 13px;
	text-align: center;
	padding: 5px;
	margin: 0;
}

.hp-contact-form .cwu-form-wrap span.wpcf7-not-valid-tip {
	font-size: 12px;
	margin: -14px;
	position: absolute;
	left: auto;
	right: 14px;
	width: auto;
	top: 17px;
}

.hp-contact-form .cwu-form-wrap .wpcf7-response-output {
	position: absolute;
	width: 100%;
	margin: 1.5em 0 0;
}

/*Agent Details Listings*/

.single-aios_agent div#inner-page-wrapper>.container {
	width: 100%;
	padding: 0;
}

.single-aios_agent .agent_listings {
	position: relative;
	padding: 50px 30px;
}

.single-aios_agent .agent_listings::before,
.single-aios_agent .agent_listings::after {
	content: '';
	position: absolute;
	left: 0;
	width: 100%;
	height: 70%;
}

.single-aios_agent .agent_listings::before {
	filter: grayscale(1);
	background-image: url(images/agent-listings-bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	top: 0;
	z-index: 1;
}

.single-aios_agent .agent_listings::after {
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 1) 100%);
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 1) 100%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ccffffff', endColorstr='#ffffff', GradientType=0);
	bottom: 30%;
	z-index: 2;
}

.single-aios_agent .agent_listings_wrap {
	max-width: 1140px;
	margin: 0 auto;
	display: block;
	z-index: 3;
	position: relative;
}

.agent_listings_title {
	padding-bottom: 40px;
}

#content .agent_listings_title h2 {
	color: #363636;
	font-size: 36px;
	line-height: 30px;
	font-weight: 400;
	text-transform: uppercase;
	text-align: center;
	margin: 0;
}

.single-aios_agent .agent_listings-img-wrap canvas {
	display: block;
	width: 100%;
	height: auto;
	min-height: 250px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	transition: 400ms ease;
	-webkit-transition: 400ms ease;
}

.agent_listings_feed {
	position: relative;
	clear: both;
}

.single-aios_agent .agent_listings_item {
	/*padding: 0 5px;*/
	padding: 5px;
	width: 50%;
	float: left;
	position: relative;
}

.single-aios_agent .agent_listings_item a {
	display: block;
	width: 100%;
	position: relative;
	overflow: hidden;
}

.single-aios_agent .agent_listings-img-wrap {
	width: 100%;
}

.single-aios_agent .agent_listings-item-hover {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 90%;
	height: 90%;
	max-width: 320px;
	max-height: 300px;
	text-align: center;
	color: #fff;
	z-index: 10;
	opacity: 0;
	line-height: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 15px;
	transform: translateY(100%);
	padding: 15px;
	transition: 400ms ease;
	-webkit-transition: 400ms ease;
}

.single-aios_agent .agent_listings-item-default {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 15px;
	color: #fff;
	z-index: 1;
	transform: translateY(0);
	transition: 400ms ease;
	-webkit-transition: 400ms ease;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.single-aios_agent .agent_listings-item-default::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #8b2942;
	opacity: 0.7;
}

.single-aios_agent .agent_listings-item-default>div {
	position: relative;
}

.single-aios_agent .agent_listings-address-text span {
	display: block;
}

.single-aios_agent .agent_listings-address-text {
	font-size: 18px;
	line-height: 1.25;
}

.single-aios_agent .agent_listings-price-text {
	font-size: 25px;
}

.single-aios_agent .agent_listings_item a:hover .agent_listings-img-wrap canvas {
	filter: grayscale(1);
}

.single-aios_agent .agent_listings_item a:hover .agent_listings-item-default {
	opacity: 0;
	transform: translateY(100%);
}

.single-aios_agent .agent_listings_item a:hover .agent_listings-item-hover {
	opacity: 1;
	transform: translateY(0);
}

.single-aios_agent .agent_listings-item-hover::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #8b2942;
	opacity: 0.7;
}

.single-aios_agent .agent_listings-item-hover>div,
.single-aios_agent .agent_listings-item-hover>ul {
	position: relative;
}

.single-aios_agent .agent_listings-item-hover ul.agent_listings-util-text {
	font-size: 0;
	margin: 0 !important;
	line-height: 1 !important;
}

.single-aios_agent .agent_listings-item-hover ul.agent_listings-util-text li {
	display: inline-block;
	vertical-align: middle;
	padding: 0 18px;
	font-size: 15px;
	font-weight: 300;
	letter-spacing: .200em;
	text-transform: uppercase;
}

.single-aios_agent .agent_listings-item-hover ul.agent_listings-util-text li:last-child {
	padding-right: 0;
}

.single-aios_agent .agent_listings-item-hover .agent_listings-price-text {
	font-size: 35px;
	display: block;
	letter-spacing: .050em;
	font-weight: 400;
}

.single-aios_agent .agent_listings-item-hover .agent_listings-address-text {
	font-size: 18px;
	line-height: 1.3;
	letter-spacing: .100em;
	text-transform: capitalize;
	font-weight: 300;
	display: block;
}

.single-aios_agent .agent_listings-item-hover ul.agent_listings-util-text li:not(:last-child) {
	border-right: 1px solid #fff;
}

.single-aios_agent .agent_listings-item-hover ul.agent_listings-util-text li:first-child {
	padding-left: 0;
}

.single-aios_agent .agent_listings-view-details {
	background-color: transparent;
	border: 1px solid #fff;
	color: #fff;
	max-width: 150px;
	font-size: 12px;
	padding: 10px 0;
	padding-left: 0.4em;
	width: 100%;
	font-weight: 300;
	letter-spacing: .400em;
	text-align: center;
	text-transform: uppercase;
	line-height: 1;
	display: block;
	margin-top: 15px;
}

.single-aios_agent .agent_listings_navigation {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	padding-top: 40px;
	gap: 60px;
	display: none !important;
}

.single-aios_agent .agent_listings_arrow.agent_listings_arrow_prev {
	order: 1;
}

.single-aios_agent .agent_listings_arrow.agent_listings_arrow_next {
	order: 3;
}

.single-aios_agent .agent_listings_view_more {
	order: 2;
}

.single-aios_agent .agent_listings_arrow button {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 25px;
	background: transparent;
	border: none;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 300;
	letter-spacing: .400em;

	transition: 400ms ease;
	-webkit-transition: 400ms ease;
}

.single-aios_agent .agent_listings_arrow.agent_listings_arrow_next button {
	flex-direction: row-reverse;
}

.single-aios_agent .agent_listings_arrow button span {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: #8b2942;
	color: #fff;
	font-size: 18px;
	position: relative;

	transition: 400ms ease;
	-webkit-transition: 400ms ease;
}

.single-aios_agent .agent_listings_arrow button:hover {
	color: #8b2942;
}

.single-aios_agent .agent_listings_arrow button:hover span {
	background: #000;
	color: #fff;
}

.single-aios_agent .agent_listings_arrow.agent_listings_arrow_next span::before {
	position: relative;
	left: 3px;
}

.single-aios_agent .agent_listings_arrow.agent_listings_arrow_prev span::before {
	position: relative;
	left: 1px;
}

.single-aios_agent .agent_listings_view_more a {
	background-color: transparent;
	border: 1px solid #8b2942;
	color: #8b2942;
	max-width: 200px;
	font-size: 15px;
	padding: 15px 20px;
	width: 100%;
	font-weight: 300;
	letter-spacing: .400em;
	text-align: center;
	text-transform: uppercase;
	line-height: 1;
	display: block;

	transition: 400ms ease;
	-webkit-transition: 400ms ease;
}

.single-aios_agent .agent_listings_view_more a:hover {
	background: #8b2942;
	color: #fff;
}





.open-house.idx-mls {
	font-weight: 500;
}

.idx-mls {
	font-size: 15px;
	margin-bottom: 12px;
}

.idx-price {
	font-size: 15px;
	margin-bottom: 12px;
}

.idx-content .idx-address {
	margin-bottom: 10px;
}

/*Agent Details Listings*/


.open-house .idx-date {
	margin: 2px 0 2px 10px;
	font-weight: normal;
	display: block;
}

.open-house span.idx-date:first-child {
	margin-top: 5px;
}

.amh-navigation .amh-menu,
.amh-navigation .amh-menu ul {
	width: 100%;
}

.wpcf7 form .wpcf7-response-output {
	text-align: center;
}

.aidefcf-wrapper .use-floating-validation-tip span.wpcf7-not-valid-tip {
	font-size: 10px;
	width: auto;
	line-height: 12px;
	position: absolute;
	top: 10px;
	right: 5px;
	left: auto;
}


.page-id-87 header {
	z-index: 10000;
}

.page-id-87 .aios-mobile-header-wrapper {
	z-index: 10001;
}