/*

Theme Name: lansfordrealty-new.com
Theme URI: http://aios3-staging.agentimage.com/l/lansfordrealty-new.com/htdocs/
Description: AIOS mobile semi-custom theme.
Author: AgentImage
Author URI: http://www.agentimage.com
Version: 1.3.2
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: "Lato", Sans-serif;
	font-size: 12px;
	background: #FFF;
	color: #000000;
	margin: 0;
}

.no-padding {
	padding: 0;
}

.error404 #get-in-touch-wrapper {
	display: none;
}

input,
select,
textarea {
	outline: none;
}

i.icon {
	font-style: normal !important;
}

/*** Header ***/
#header-wrapper {
	position: relative;
	width: 100%;
	/* padding: 33px 0 0;
	*/
	padding: 13px 0 0;
	background: #000;
	z-index: 1030;
}

.home #header-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1030;
	background: rgba(0, 0, 0, 0.65);
}

.header-logo {
	text-align: center;
	position: relative;
}

.header-logo a {
	width: 100%;
	height: 100%;
	display: block;
	margin: 0 auto;
	outline: none;
	text-decoration: none;
}

.header-logo h2 {
	/* font: 30px "Cardo";
	*/
	font: 25px "Cardo";
	color: #c1b096;
	text-transform: uppercase;
	letter-spacing: 5px;
}

.header-logo span {
	/* font-weight: 300;
	*/
	font-weight: 400;
	/* font-size: 16px;
	*/
	font-size: 13px;
	color: #cfcfcf;
	display: block;
	text-transform: uppercase;
	/* letter-spacing: 20px;
	*/
	letter-spacing: 15px;
}

/*** Navigation ***/
#navigation-wrapper {
	position: relative;
	width: 100%;
	height: auto;
	border-top: 1px solid #debf93;
	box-sizing: border-box;
	/* margin-top: 30px;
	*/
	margin: 15px 0px 0px;
}

.navigation {
	position: relative;
	width: 100%;
	text-align: center;
}

#navi {
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: relative;
	font-size: 0;
}

#navi>li {
	display: inline-block;
	position: relative;
	list-style-type: none;
	padding: 0 35px;
}

#navi>li>a {
	display: block;
	font-size: 13px;
	font-weight: 300;
	line-height: 1;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	text-decoration: none;
	outline: none;
	padding: 17px 10px;
	-webkit-transition: all .10s ease-in-out;
	-o-transition: all .10s ease-in-out;
	transition: all .10s ease-in-out;
	box-sizing: content-box;
}

#navi>li>a:after {
	/*display:block;
	content:attr(title);
	font-weight:bold;
	height:1px;
	color:transparent;
	overflow:hidden;
	visibility:hidden;
	*/
}

/*** Sub-menu ***/
.sub-menu {
	position: absolute;
	z-index: 10;
	width: 100%;
	padding: 0;
	margin: 0;
	display: none;
}

.sub-menu li {
	width: 100%;
	background: #000;
	position: relative;
}

.sub-menu li a {
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	font-size: 12px;
	width: 100%;
	height: 100%;
	padding: 10px;
	-webkit-transition: all .10s ease-in-out;
	-o-transition: all .10s ease-in-out;
	transition: all .10s ease-in-out;
}

#navi>li>ul.sub-menu li>ul.sub-menu {
	position: absolute;
	right: -100%;
	top: 0;
	padding-left: 1px;
	display: none;
}

/*#navi li:hover {
	background: #c1b096;
}
*/
#navi>li>a:hover,
.sub-menu li a:hover {
	text-shadow: 1px 0 0 #fff;
}

#navi>li:hover>.sub-menu,
#navi>li>ul li:hover>ul.sub-menu {
	display: block;
}

/*** Slideshow ***/
#slideshow-wrapper,
#slideshow-container {
	position: relative;
	width: 100%;
	height: 100%;
}

/*** CTA ***/
#cta-wrapper {
	bottom: 75px;
	z-index: 2;
	width: 100%;
	height: auto;
	padding: 47px 0;
	position: absolute;
}


#cta-wrapper.cta-static {
	position: absolute;
	bottom: 0px;
}

.cta-btn {
	position: relative;
	display: block;
	background: #c1b096;
	max-width: 360px;
	margin: 0 auto;
	-webkit-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}

.cta-btn:hover {
	background: #d0b489;
}

.cta-btn a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 30px 25px 32px 25px;
	text-align: left;
	text-decoration: none;
	outline: none;
}

/*.cta-btn.pm a {
	padding: 30px 23px;
}*/
.cta-btn a span {
	display: block;
	font-weight: 300;
	font-size: 21px;
	color: #fff;
	text-transform: uppercase;
	line-height: 1;
}

.cta-btn a span:after {
	content: "";
	position: absolute;
	vertical-align: middle;
	width: 42px;
	height: 49px;
	top: 0;
	bottom: 0;
	margin: auto;
}

.cta-btn.hr a span:after {
	background: url(images/cta-icons.png) no-repeat left;
	right: 7%;
}

.cta-btn.pm a span:after {
	background: url(images/cta-icons.png) no-repeat center;
	right: 6.5%;
}

.cta-btn.ao a span:after {
	background: url(images/cta-icons.png) no-repeat right;
	right: 5%;
}

/*** Agent & Welcome ***/
#agent-welcome-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 50px 0 28px;
}

/*** Agent ***/
#agent-wrapper {
	position: relative;
	text-align: center;
	width: 100%;
	height: 100%;
}

#agent-wrapper .image-holder {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

#agent-wrapper .image-holder img {
	display: block;
	width: 100%;
	height: 100%;
	max-width: 217px;
	margin: 0 auto;
}

.agent-information {
	position: relative;
	width: 100%;
	height: auto;
	margin-top: -15px;
}

.agent-information h2 {
	color: #c1b096;
	font: 25px "Cardo";
	text-transform: uppercase;
	display: block;
	line-height: 1;
	margin: 0;
}

.agent-information p {
	color: #7f7f7f;
	display: block;
	line-height: 1;
	margin: 0;
}

.agent-information p a {
	color: #7f7f7f;
}

.agent-information p.contact-email a {
	display: block;
	text-transform: uppercase;
	color: #7f7f7f;
	text-decoration: none;
	outline: none;
	margin-top: 3px;
}

/*** Welcome ***/
#welcome-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	padding-top: 17px;
}

#welcome-wrapper h1 {
	color: #c1b096;
	text-transform: uppercase;
	font: 30px/1 "Cardo";
	display: block;
}

.welcome-note {
	position: relative;
	width: 100%;
	height: 100%;
	margin-top: 16px;
}

.welcome-note p {
	font-size: 16px;
	font-weight: 300;
	color: #3c3c3c;
	line-height: 27px;
	margin-top: 28px;
}

.welcome-note p:first-child {
	margin-top: 0;
}

/*** Testimonials ***/
#testimonials-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	background: url(images/testi-bg.jpg) no-repeat center center;
	background-size: 100% 100%;
	padding: 70px 0;
	border-top: 5px solid #898989;
	border-bottom: 5px solid #898989;
	box-sizing: border-box;

}

#testimonials-wrapper:before {
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, .8);
	position: absolute;
	top: 0;
	left: 0;
}

#testimonials-container {
	position: relative;
	width: 100%;
	height: 100%;
	max-width: 82.89%;
	margin: 0 auto;
	background: rgba(193, 176, 150, .8);
}

.testi {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	outline: none;
	padding: 46px 0 42px;
}

.testi-holder {
	max-width: 79.15%;
	margin: 0 auto;
}

.testi p {
	display: block;
	font-size: 16px;
	color: #fff;
	text-align: center;
	line-height: 28px;
}

.testi span.testi-author {
	display: block;
	text-align: center;
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	margin: 30px auto 24px;
}

.testi .view-more-btn {
	display: block;
	width: 152px;
	height: 40px;
	line-height: 40px;
	margin: 0 auto;
	border: 1px solid #fff;
	box-sizing: border-box;
	color: #fff;
	text-align: center;
	text-decoration: none;
	outline: none;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
	-webkit-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}

.testi .view-more-btn:hover {
	background: #fff;
	color: #c1b096;
}

.testi-arrows {
	border: 0;
	font-size: 0;
	width: 24px;
	height: 41px;
	outline: none;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 1;
	cursor: pointer;
}

.testi-prev {
	background: url(images/testi-arrow.png) no-repeat;
	background-position: 0 0;
	left: 38px;
}

.testi-next {
	background: url(images/testi-arrow.png) no-repeat;
	background-position: -32px 0;
	right: 38px;
}

/*** Communities ***/
#communities-wrapper {
	width: 100%;
	display: block;
	position: relative;
	padding: 30px 0;
	background-color: rgba(53, 53, 53, .7);
}

h2.comm-title {
	font: 30px/1 "Cardo";
	text-transform: uppercase;
	color: #cdc0ab;
	display: block;
	text-align: center;
	margin-bottom: 20px;
}

.community-list {
	display: block;
	width: 100%;
	text-align: center;
}

.community-list a {
	font-size: 16px;
	display: block;
	font-weight: 300;
	color: #fff;
	line-height: 27px;
	text-decoration: none;
	outline: none;

	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}

.community-list a:hover {
	color: #cdc0ab;
}

/*** Get in Touch ***/
#get-in-touch-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 87px 0 50px;
}

#get-in-touch-container {
	position: relative;
	width: 100%;
	text-align: center;
}

#get-in-touch-container h2 {
	font: 30px/1 "Cardo";
	text-transform: uppercase;
	color: #c1b096;
}

#get-in-touch-container span {
	display: block;
	font-size: 18px;
	font-weight: 300;
	color: #3c3c3c;
	line-height: 2;
}

.git-form {
	width: 82.89%;
	margin: 30px auto;
	position: relative;
	font-size: 0;
}

.git-form label {
	display: none;
}

.c-name,
.c-email {
	display: inline-block;
	width: 50%;
	padding: 0 5px;
}

.c-name input,
.c-email input {
	width: 100%;
	height: 45px;
	border: 1px solid #ccbfaa;
	padding: 0 20px;
	font: italic 300 16px "Lato";
	outline: none;
}

.c-message {
	width: 100%;
	height: 115px;
	padding: 0 5px;
	margin: 10px auto;
}

.c-message textarea {
	width: 100%;
	height: 115px;
	border: 1px solid #ccbfaa;
	padding: 20px;
	font: italic 300 16px "Lato";
	outline: none;
}

.send-btn {
	width: 228px;
	height: 45px;
	margin: 30px auto 10px;
	position: relative;
}

.send-btn input {
	width: 100%;
	height: 100%;
	border: 0;
	font: 300 16px "Lato";
	background: #6f7186;
	color: #fff;
	-webkit-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}

.send-btn input:hover {
	background: #606385
}

.git-form .wpcf7-not-valid-tip {
	position: absolute;
	top: 50%;
	bottom: auto;
	transform: translateY(-50%);
}

.git-form .wpcf7-response-output {
	font-size: 16px;
	color: #707070;
	margin: 5px auto;
	font-weight: 300;
	position: absolute;
	margin: auto !important;
	width: 100%;
}

/*** Footer ***/
#footer-wrapper {
	position: relative;
	width: 100%;
	background: #201b21;
	padding: 55px 0 23px;
}

/*** Footer Navigation ***/
.footer-navigation {
	position: relative;
	text-align: center;
}

.footernav {
	position: relative;
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 0;
}

.footernav li {
	display: inline-block;
	border-left: 1px solid #767676;
}

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

.footernav li a {
	font-size: 13px;
	color: #767676;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 1;
	padding: 0 10px;
}

.footernav li a:hover {
	color: #fff;
}

/*** Footer Copyright ***/
.footer-copyright {
	text-align: center;
	color: #767676;
	display: block;
	margin: 5px auto;
}

.footer-copyright span {
	text-transform: uppercase;
	color: #cdc0ab;
}

.footer-copyright a {
	color: #cdc0ab;
}

.footer-copyright a:hover {
	color: #767676;
}

/*** Footer Logo ***/
.footer-logo {
	text-align: center;
	margin: 25px auto;
}

.footer-logo>div {
	display: inline-block;
	vertical-align: middle;
	color: #c1b096;
	font-size: 24px;
	margin: 0 2px;
}

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

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

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

/* Adjust width of sidebar */
.sidebar {
	width: 22%;
	margin-top: 25px;
}

.sidebar a.asis-mailto-obfuscated-email:hover {
	color: #c1b096;
}

/* 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 {
	font: 24px "Cardo";
	text-transform: uppercase;
	color: #c1b096;
}

/* Style category/archive/etc main headings (h1) */
#content .archive-title {
	font: 24px "Cardo";
	text-transform: uppercase;
	color: #c1b096;
}

/* Styles for category/archive/search/etc subheadings (h2) */
#content .archive-subtitle {
	font: 24px "Cardo";
	text-transform: uppercase;
	color: #c1b096;
}

#content .entry {
	font-size: 16px;
	font-weight: 300;
	color: #707070;
	line-height: 27px;
}

/*** Sidebar ***/
.sidebar #agent-wrapper {
	margin-bottom: 20px;
}

.sidebar .cta-btn {
	margin-bottom: 15px;
}

.sidebar .cta-btn a {
	padding: 30px 42px 30px 22px;
}

.sidebar .cta-btn a span {
	font-size: 19px;
}

.page-id-93 #content .wpcf7-form-control {
	border-bottom: 1px solid;
	border-left: 0 none;
	border-top: 0 none;
	border-right: 0 none;
}

.page-id-93 .full {
	max-width: 740px;
	width: 100%;
}

.dl-pdf {
	background-color: #656785;
	border-radius: 10px;
	box-shadow: 2px 2px 9px 1px #999;
	color: #ffffff;
	display: block;
	margin: 0 auto;
	max-width: 200px;
	padding: 10px 20px;
	text-align: center;
	text-shadow: 1px 2px 3px #000;
}

.dl-pdf:hover,
.dl-pdf:active {
	color: #ffffff;
}

.bbg {
	background-color: #444;
	color: #ffffff;
}

#rental-form-wrapper {
	border: 1px solid #333;
	overflow: hidden;
}

#rental-form-wrapper .col-md-9,
#rental-form-wrapper .col-md-2,
#rental-form-wrapper .col-md-3,
#rental-form-wrapper .col-md-5,
#rental-form-wrapper .col-md-6,
#rental-form-wrapper .col-md-4,
#rental-form-wrapper .col-md-12 {
	border-bottom: 1px solid #000;
	border-right: 1px solid;
	min-height: 31px;
}

#rental-form-wrapper .wpcf7-text {
	border: 0 none;
	width: 100%;
}

#rental-form-wrapper .sml .wpcf7-form-control-wrap .wpcf7-text {
	border-bottom: 1px solid;
	float: none;
	width: 203px;
}

.ai-dob .wpcf7-date,
.co-dob .wpcf7-date,
.ai-signature-date .wpcf7-date,
.co-signature-date .wpcf7-date {
	border: none !important;
}

.ai-current-own-rent .wpcf7-radio,
.ai-previous-own-rent .wpcf7-radio,
.ai-current-job-income-type .wpcf7-radio,
.co-current-own-rent .wpcf7-radio,
.co-previous-own-rent .wpcf7-radio,
.co-current-job-income-type .wpcf7-radio {
	display: block !important;
	height: 29px !important;
}

/*.ai-contact-wrap span.context-mob.cell {
	background: rgba(0, 0, 0, 0) url("images/icon-cfdefcell-dark.png") no-repeat scroll left center;
}
.ai-contact-wrap span.context-mob.fax {
	background: rgba(0, 0, 0, 0) url("images/icon-cfdeffax-dark.png") no-repeat scroll left center;
}*/
.context-mob em:first-child {
	font-size: 20px;
	width: 25px;
}

.context-email em:first-child {
	font-size: 14px;
	width: 25px;
}

/* MEDIA QUERIES ARE AUTOMATICALLY REMOVED FROM THIS FILE, they must be placed in style-media-queries.css */
.btn-pay {
	width: 100%;
	height: 100%;
	border: 0;
	font: 300 16px "Lato";
	background: #6f7186;
	color: #fff;
	padding: 10px 12px;
	-webkit-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}

.btn-pay:hover,
.btn-pay:focus {
	background: #6f7186;
	color: #fff;
	text-decoration: none;
}

/*.prop-det .prop-beds .det-smi {
	display: none;
}*/
.prop-button-container {
	float: left;
	width: 100%;
	text-align: right;
	padding: 10px 0;
}

ul.list li .prop-det .view-details {
	float: none;
	display: inline-block;
	vertical-align: middle;
	margin: 0;
}

.prop-button-container a.apply-button {
	display: inline-block;
	vertical-align: middle;
	width: 113px;
	height: 29px;
	line-height: 29px;
	text-align: center;
	text-transform: uppercase;
	background: #c1b096;
	color: #404040;
	text-decoration: none;
}

.prop-button-container a.apply-button:hover {
	background: #d0b489;
	color: #fff;
}

a[href*="http://www.vflyer.com"],
a[href*="http://lansfordrealty.vflyer.com"] {
	display: none;
}

/*CUSTOM LISTING STYLE*/
.page-template-custom-for-rent-listing-page #content .entry-title {
	font-size: 32px;
	font-family: "Lato", Sans-serif;
	font-weight: 300;
	color: #ba1119;
}

#content .sort-container form {
	margin: 0;
}

.sort-map-filter-section {
	background: #c1b091;
	padding: 15px 25px;
}

.filter-icon::before {
	content: url(images/icon-filter.png);
}

.sort-container label {
	color: #fff;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 400;
}

.sort-container select#sortContent {
	font-size: 13px;
	font-weight: 400;
	height: 28px;
	border-radius: 4px;
	text-indent: 8px;
	width: 100%;
	max-width: 168px;
	margin-left: 8px;
}

.map-and-filter-container {
	text-align: right;
	font-size: 13px;
	font-weight: 400;
	text-transform: uppercase;
}

.map-and-filter-container a {
	text-decoration: none;
	color: #fff;
}

.map-and-filter-container i.icon {
	display: inline-block;
}

.map-and-filter-container span.showmap {
	padding: 0 20px;
}

.filter-title {
	color: #ba1119;
	font-size: 22px;
	margin: 30px auto;
}

.cust-for-rent-list {
	background: #d3d3d3;
	padding: 40px;
	margin: 0 auto 40px;
}

.for-rent-image {
	position: relative;
}

.for-rent-image img.listing-status {
	position: absolute;
	top: 0;
	left: 0;
	width: 30%;
}

.for-rent-image canvas {
	display: block;
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	width: 100%;
}

.for-rent-details .house-details {
	margin: 0 -30px;
	font-size: 0;
}

.house-details .hd-col {
	display: inline-block;
	vertical-align: middle;
	padding: 0 30px;
	font-size: 14px;
	line-height: 1;
}

.house-details .hd-col.rent {
	border-right: 1px solid #afafaf;
	vertical-align: top;
}

.house-details .hd-col .hd-col-label {
	text-transform: uppercase;
}

.house-details .hd-col .hd-desc {
	font-size: 22px;
	font-weight: 400;
	color: #4e4e4e;
	padding-top: 4px;
}

.for-rent-details .fr-address {
	font-size: 21px;
	font-weight: 400;
	color: #4e4e4e;
	padding-top: 30px;
}

.for-rent-details .fr-map-location {
	padding-bottom: 30px;
}

.for-rent-details .fr-map-location a {
	color: #4e4e4e;
	font-size: 13px;
	text-decoration: none;
}

.for-rent-details .fr-map-location a i.icon {
	color: #ba1119;
	font-size: 14px;
}

.for-rent-details .house-excerpt-decription {
	font-size: 15px;
	color: #4e4e4e;
	font-weight: 400;
	padding-bottom: 20px;
}

.for-rent-details .cust-fr-buttons {
	text-align: right;
	padding: 30px 0 0;
}

.for-rent-details .cust-fr-buttons a {
	display: inline-block;
	vertical-align: middle;
	padding: 10px 30px;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 1;
	text-align: center;
}

.for-rent-details .cust-fr-buttons a.view-details {
	background: #6a6a6a;
	color: #fff;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
}

.for-rent-details .cust-fr-buttons a.view-details:hover {
	background: #990000;
}

.for-rent-details .cust-fr-buttons a.apply-now {
	background: #c1b096;
	color: #4e4e4e;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
}

.for-rent-details .cust-fr-buttons a.apply-now:hover {
	background: #d0b489;
	color: #fff;
}

.for-rent-listing-image {
	position: relative;
	padding: 20px 0 70px;
}

.fr-listing-slide-arrow .slick-arrow {
	position: absolute;
	top: 47%;
	z-index: 9;
	color: #fff;
	font-weight: 400;
	font-size: 50px;
	cursor: pointer;
	text-shadow: 1px 1px 1px #000;
}

.fr-listing-slide-arrow .fr-prev.slick-arrow {
	left: 15px;
}

.fr-listing-slide-arrow .fr-next.slick-arrow {
	right: 15px;
}

.fr-listing-image {
	position: relative;
	max-height: 492px;
}

.fr-listing-image .icon.ai-font-magnifying-glass-b {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	opacity: 0;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	-ms-transition: all 0.4s;
	transition: all 0.4s;
}

.fr-listing-image:hover .icon.ai-font-magnifying-glass-b {
	opacity: 1;
}

.fr-listing-image .icon.ai-font-magnifying-glass-b::before {
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	font-size: 50px;
	text-shadow: 1px 1px 1px #000;
}

.fr-listing-image .icon.ai-font-magnifying-glass-b::after {
	content: "";
	width: 0;
	height: 100%;
	display: inline-block;
	vertical-align: middle;
}

.fr-listing-image a {
	text-decoration: none;
}

.fr-listing-image canvas {
	display: block;
	width: 100%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	margin: 0 auto;
}

.fr-listing-full-details .fr-full-content {
	border-right: 1px solid #dedede;
	padding-right: 0;
}

.fr-full-description {
	border-top: 1px solid #dedede;
	padding-right: 15px;
	padding-top: 20px;
	margin-top: 40px;
}

.house-details::after {
	content: "";
	display: block;
	clear: both;
}

.house-details {
	margin: 13px -13px;
}

.house-details .frhd-col {
	float: left;
	padding: 0 13px;
	border-right: 1px solid #dedede;
}

.house-details .frhd-col:last-child {
	border-right: 0;
	text-transform: capitalize;
}

.house-details .map a {
	color: #4e4e4e;
}

.house-details .map a i.icon {
	color: #ba1119;
}


.house-policies {
	margin: 0 -20px;
}

.house-policies .house-pol-col .house-pol-title {
	font-size: 20px;
	font-weight: 400;
}

.house-policies::after {
	content: "";
	display: block;
	clear: both;
}

.house-policies .house-pol-col {
	float: left;
	padding: 0 20px;
}

#content .house-policies .house-pol-col ul {
	margin: 0;
	list-style-position: inside;
	white-space: nowrap;
}

.forrental-address {
	font-size: 26px;
	font-weight: 400;
}

.fr-details-sidebar {
	text-align: center;
}

.fr-details-sidebar .hd-col-label {
	text-transform: uppercase;
	font-size: 17px;
}

.fr-details-sidebar .hd-desc {
	font-size: 32px;
	font-weight: 400;
}

.fr-details-sidebar .rent,
.fr-details-sidebar .bed-and-bath {
	padding: 0 0 35px;
}

.fr-sb-buttons a {
	display: block;
	line-height: 60px;
	width: 100%;
	height: 60px;
	text-decoration: none;
	font-size: 24px;
	font-weight: 400;
	color: #fff;
	margin: 10px auto;
}

.fr-sb-buttons a.contact-us {
	background: #6a6a6a;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
}

.fr-sb-buttons a.apply-now {
	background: #c1b096;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
}

.fr-sb-buttons a.contact-us:hover {
	background: #990000;
}

.fr-sb-buttons a.apply-now:hover {
	background: #d0b489;
}

.fr-details-sidebar .share-this-listing {
	padding-top: 40px;
}

.share-this-listing span.sharethis-title {
	font-size: 18px;
	display: block;
	padding-bottom: 5px;
}

.share-this-listing .addtoany_list a>span {
	border-radius: 50% 50% !important;
	width: 39px !important;
	height: 39px !important;
}

.share-this-listing .addtoany_list a>span::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 0;
	height: 100%;
}

.share-this-listing .addtoany_list a>span svg {
	width: 22px;
	display: inline-block;
	vertical-align: middle;
}

.fr-details-sidebar .contact-details {
	font-size: 20px;
	padding: 50px 0;
	padding-bottom: 0px;
}

.fr-details-sidebar .contact-details .company-title {
	line-height: 1;
	font: 18px "Cardo";
	text-transform: uppercase;
}

.fr-details-sidebar .view-all-listing-btn a {
	font-size: 20px;
	color: #ba1119;
}

/*CUSTOM LISTING STYLE*/

.yoast-breadcrumbs {
	margin: 20px 0;
}

.error404 div.wpcf7-response-output {
	margin: 2em 0 1em;
}

.page-id-177 .service-cform form.wpcf7-form.use-floating-validation-tip {
	max-width: 355px;
}

.page-id-177 .service-cform .wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
	text-align: center;
}

#content .wpcf7 form input[type='text'],
#content .wpcf7 form input[type='password'],
#content .wpcf7 form input[type='email'],
#content .wpcf7 form input[type='number'],
#content .wpcf7 form input[type='tel'],
#content .wpcf7 form input[type='url'],
#content .wpcf7 form textarea {
	width: 100%;
	max-width: 767px;
	height: 26px;
}

.rental-submit-btn {
	width: 228px;
	height: 45px;
	margin: 0 0 10px;
	position: relative;
}

.rental-submit-btn input {
	width: 100%;
	height: 100%;
	border: 0;
	font: 300 16px "Lato";
	background: #6f7186;
	color: #fff;
	-webkit-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}

.rental-submit-btn input:hover {
	background: #606385
}


.aios-roadmaps.no-border a.aios-roadmap-link:hover {
	color: #c1b096 !important;
}

#post-63>div>center>a>button {
	display: inline-block;
	vertical-align: middle;
	width: 140px;
	height: 35px;
	line-height: 30px;
	text-align: center;
	text-transform: uppercase;
	background: #c1b096;
	color: #fff;
	text-decoration: none;
	border: 0;
}

#post-63>div>center>a>button:hover {
	background: #d0b489;
}

#wpcf7-f100-p93-o1>form>p:nth-child(10)>input {
	width: 25%;
	height: 40px;
	border: 0;
	font: 300 17px "Lato";
	background: #6f7186;
	color: #fff;
	-webkit-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}

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

.use-floating-validation-tip span.wpcf7-not-valid-tip {
	line-height: 12px;
	width: auto;
	font-size: 11px !important;
}

.page-id-83 #content input.hasDatepicker {
	width: auto !important;
}

.page-id-83 #content .rental-apply-sign,
.page-id-83 #content .apply-date-sign {
	display: inline-block;
}

.page-id-83 #content .apply-date-sign input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #bbb;
	outline: 0;
	border-radius: 0;
	background: #fff;
	line-height: 1;
}

.page-id-177 #content div.wpcf7-response-output,
.page-id-93 #content div.wpcf7-response-output,
.page-id-83 #content div.wpcf7-response-output {
	margin: 0 !important;
	width: 100%;
}

.page-id-93 #content .wpcf7 form input[type='text'] {
	max-width: 100% !important;
}

.aios-roadmaps.no-border.black a.aios-roadmap-link.active-link,
.aios-roadmaps.no-border.black a.aios-roadmap-link:hover {
	color: #c1b096;
}

.page-id-1054 #content .wpcf7 form textarea,
.page-id-1056 #content .wpcf7 form textarea,
.page-id-1052 #content .wpcf7 form textarea {
	/*height: auto;*/
	height: 80px;
}

#content .error-forms textarea {
	height: 92px !important;
}

#content .category-blog img {
	max-width: 100%;
}

.fr-details-sidebar .contact-details a {
	color: #707070;
}

.fr-details-sidebar .contact-details a:hover {
	color: #cdc0ab;
}

#content form .ai-default-cf7wrap textarea {
	height: 98px;
}

.toggle-map {
	padding-bottom: 30px;
}

.property-featured-details h3 {
	margin-top: 20px !important;
}


.term-currently-leased-properties .sort-map-filter-section .map-and-filter-container .sort-container {

	width: 22% !important;
}

.term-currently-leased-properties .sort-map-filter-section .col-sm-6 {
	width: 100%;
}

.term-for-rent .sort-map-filter-section .map-and-filter-container .sort-container {

	width: 22% !important;
}

.term-for-rent .sort-map-filter-section .col-sm-6 {
	width: 100%;
}


.fr-details-sidebar .asis-mailto-obfuscated-email {
	font-size: 20px;
	color: #707070;
	padding-bottom: 50px;
	display: block;
}

.page-id-83 .aiosp-wrap .aiosp-container .aios-popup-body {
	background: #fff;
	width: 40%;
	margin: 0 auto;
	padding: 1%;
	min-height: 250px;
}

input#okB {
	margin: 73px auto;
	padding: 0%;
	min-height: 80px;
	width: 100%;
	height: 100%;
	border: 0;
	font: 300 16px "Lato";
	background: #6f7186;
	color: #fff;
	-webkit-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}

.photo-slideshow .photo-list {
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #000;
}

.photo-slideshow .photo-list a img {
	width: 100%;
}

.photo-slideshow .slick-arrow {
	position: absolute;
	z-index: 2;
	top: 50%;
	font-size: 0;
	width: 50px;
	height: 60px;
	border: 0;
	background-color: rgba(255, 255, 255, 0.5);
	transform: translate(0, -50%);
	transition: all .3s ease-in-out;
}

.photo-slideshow .slick-prev {
	background-image: url('images/prev-thumb.png');
	background-size: 85%;
	background-repeat: no-repeat;
	background-position: center;
	left: 0;
}

.photo-slideshow .slick-next {
	background-image: url('images/next-thumb.png');
	background-size: 85%;
	background-repeat: no-repeat;
	background-position: center;
	right: 0;
}

.photo-slideshow .slick-arrow:hover {
	background-color: rgba(255, 255, 255, 1);
}

.for-rent-listing-image .fr-listing {
	display: none;
}

.aidefcf-wrapper div.wpcf7-response-output {
	margin: auto !important;
}