/*
Theme Name: Ideal Properties
Theme URI: http://aios2-staging.agentimage.com/i/idealpropertiesre.com/htdocs/
Description: AIOS mobile semi-custom theme.
Author: AgentImage
Author URI: http://www.agentimage.com
Version: 1.0.2
Tags: one-column, two-columns, right-sidebar, custom-menu, full-width-template, sticky-post
License: Proprietary
License URI: http://www.agentimage.com
*/


/*

TABLE OF CONTENTS

1. 	Reset
2. 	Custom CSS
3.	Unreset inner pages and widget areas
4.	Submenus
5.	Single column and two-column layouts
6.	Archive
7.	Sidebar
8.	Misc Wordpress classes
9.	AIOS Listings
10.	Mobile styles
  
*/


/*******************************************************
 *
 * 1. Reset
 *
 *******************************************************/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
tt,
var,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

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

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

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

area,
img,
map {
    outline: none;
}


/* Helpers */

.clearfix,
.clear {
    clear: both;
}

html {
    box-sizing: border-box;
}

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

.hide {
    display: none;
}


/*******************************************************
 *
 * 2. Custom CSS
 *
 *******************************************************/


/* Global */

body {
    font-family: "Montserrat";
    font-size: 12px;
    /*background: #acacac; Gray background*/
    background: #fff;
    color: #000000;
}

.outer {
    width: 100%;
    min-width: 1132px;
}

.inner {
    width: 1132px;
    margin: 0 auto;
}


/* Text formatting */

a:link,
a:visited {
    text-decoration: none;
    color: #000000;
}

a:hover {
    color: #5f5f5f;
}


/* Get in Touch, What's my Home Worth & Welcome Note*/

#form-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    top: 0;
    left: 0;
    z-index: 999;
    display: none;
}

#get-in-touch-form-wrapper {
    position: absolute;
    z-index: 999;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 400px;
    height: 645px;
    background: #fff6f6;
    display: none;
}

#wmhw-wrapper {
    position: absolute;
    z-index: 999;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 400px;
    height: 645px;
    background: #fff6f6;
    display: none;
}

#welcome-wrapper {
    position: absolute;
    z-index: 999;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 668px;
    height: 568px;
    background: #fff6f6;
    display: none;
}

#get-in-touch-form-wrapper .title,
#wmhw-wrapper .title {
    padding: 30px;
}

#welcome-wrapper .title {
    text-align: center;
    margin: 47px 0 45px;
}

#get-in-touch-form-wrapper span.close-btn,
#wmhw-wrapper span.close-btn,
#welcome-wrapper span.close-btn {
    position: absolute;
    right: -24px;
    top: 22px;
    background: rgba(255, 255, 255, 0.7);
    padding: 8px;
    cursor: pointer;
}

#get-in-touch-form-wrapper .title span,
#wmhw-wrapper .title span,
#welcome-wrapper .title span {
    font-size: 18px;
    color: #57792b;
    font-family: "Lato";
    font-weight: 300;
    text-transform: uppercase;
}

#get-in-touch-form-wrapper .title h2,
#wmhw-wrapper .title h2,
#welcome-wrapper .title h2 {
    font-size: 25px;
    color: #4c4c4c;
    text-transform: uppercase;
    letter-spacing: 3px;
}

#get-in-touch-form-wrapper p.instruction,
#wmhw-wrapper p.instruction,
#welcome-wrapper p.welcome-note {
    font-size: 15px;
    padding: 0 48px 0 30px;
    font-family: "Lato";
    line-height: 25px;
    font-weight: 300;
}

#welcome-wrapper p.welcome-note {
    text-align: center;
    padding: 0 60px;
}

.get-in-touch-form,
.wmhw-form {
    margin-top: 49px;
    width: 100%;
    height: 100%;
    position: relative;
    padding: 0 30px;
}

.get-in-touch-form input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required,
.wmhw-form input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    width: 338px;
    height: 40px;
    border: 1px solid #b0acac;
    padding: 15px;
    color: #626262;
    font-family: "Lato";
    font-style: italic;
    margin: 4px;
}

.get-in-touch-form textarea.wpcf7-form-control.wpcf7-textarea,
.wmhw-form textarea.wpcf7-form-control.wpcf7-textarea {
    width: 338px;
    height: 184px;
    border: 1px solid #b0acac;
    padding: 15px;
    color: #626262;
    font-family: "Lato";
    font-style: italic;
    margin: 4px;
}

.get-in-touch-form input.wpcf7-form-control.wpcf7-submit,
.wmhw-form input.wpcf7-form-control.wpcf7-submit {
    border: none;
    width: 142px;
    height: 42px;
    color: #fff;
    text-transform: uppercase;
    font-family: "Montserrat";
    background: #769f40;
    margin-top: 17px;
    border-radius: 0;
    -webkit-appearance: none;
}

.wmhw-form input.wpcf7-form-control.wpcf7-submit {
    float: left;
}

.wmhw-form .call-title {
    color: #626262;
    font-family: "Lato";
    font-style: italic;
    padding-left: 15px;
    padding-top: 32px;
}

.wmhw-form select#start-time {
    border: 1px solid #b0acac;
    width: 155px;
    height: 40px;
    float: left;
    padding-left: 15px;
    color: #626262;
    font-family: "Lato";
    font-style: italic;
    margin-top: 22px;
}

.wmhw-form select#end-time {
    border: 1px solid #b0acac;
    width: 155px;
    height: 40px;
    float: right;
    padding-left: 15px;
    color: #626262;
    font-family: "Lato";
    font-style: italic;
    margin-top: 22px;
}

.wmhw-form .wmhw-instruction {
    font-size: 11px;
    font-family: "Lato";
    font-style: italic;
    float: left;
    line-height: 20px;
}


/* Header */

#header-wrapper {
    background: #dbdbdb;
}

#header {
    min-height: 170px;
    padding: 42px 0px;
}

.header-logo {
    float: left;
    position: relative;
}

.header-text {
    float: left;
    margin-left: 257px;
    position: relative;
}

.header-contact {
    float: right;
    position: relative;
}

.phone-no p {
    color: #626262;
    font-size: 20px;
    text-align: right;
}

.phone-no a.top-phone {
    color: #769f40 !important;
    font-size: 20px;
    text-align: right;
}

.phone-no a.top-phone:before {
    content: "";
    background: url(images/phone.png) no-repeat;
    width: 21px;
    height: 15px;
    position: absolute;
    left: 76px;
    top: 2px;
}

.phone-no p span {
    color: #626262;
    font-size: 13px;
    text-transform: uppercase;
}

.phone-no > p > a {
    color: #769f40;
    font-size: 13px;
    text-transform: uppercase;
}

.header-social-icons {
    position: relative;
    margin-top: 5px;
    display: block;
    height: 30px;
}

.header-social-icons .fb {
    background: url(images/smi-new.png) no-repeat;
    background-position: 0 0;
    width: 18px;
    height: 22px;
    position: absolute;
    right: 59px;
}

.header-social-icons .linkedin {
    background: url(images/smi-new.png) no-repeat;
    background-position: -26px 0;
    width: 22px;
    height: 22px;
    position: absolute;
    right: 27px;
}

.header-social-icons .ig {
    background: url(images/smi-new.png) no-repeat;
    background-position: -57px 2px;
    width: 21px;
    height: 25px;
    position: absolute;
    right: 0px;
}

.header-search {
    margin-top: 8px;
    position: relative;
}

.header-search input.search {
    width: 330px;
    height: 50px;
    background: none;
    border: 1px solid #9e9e9e;
    position: relative;
    padding-left: 20px;
}

.search::-webkit-input-placeholder {
    font-family: "Lato";
    font-style: italic;
    color: #626262;
}

.search:-moz-placeholder {
    /* Firefox 18- */
    font-family: "Lato";
    font-style: italic;
    color: #626262;
}

.search::-moz-placeholder {
    /* Firefox 19+ */
    font-family: "Lato";
    font-style: italic;
    color: #626262;
}

.search:-ms-input-placeholder {
    font-family: "Lato";
    font-style: italic;
    color: #626262;
}

input.search-btn {
    width: 97px;
    height: 36px;
    border: none;
    background: #b8b8b8;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    font-family: "Montserrat";
    position: absolute;
    top: 6px;
    right: 6px;
    cursor: pointer;
    border-radius: 0;
    -webkit-appearance: none;
}

#header a.site-name {
    font-size: 30px;
    color: #333;
}


/* Navigation */

.nav-wrapper {
    position: relative;
    min-height: 43px;
    border-top: 2px solid #cccccc;
    background: #fff;
}

#nav {
    padding: 0;
    margin: 0;
    list-style: none;
    height: 41px;
    position: relative;
    z-index: 2;
}

#nav > li {
    display: inline-block;
}

#nav li:first-child a {
    border: none;
}

#nav > li > a {
    display: block;
    text-decoration: none;
    padding: 0px 15px;
    color: #626262;
    text-decoration: none;
    border-left: 1px solid #818181;
    font-size: 13px;
    text-transform: uppercase;
    margin: 14px 0;
}

#nav > li:hover > a {
    /*background:#769f3f;*/
    color: #769f3f;
}

#nav > li:nth-child(3) .sub-menu {
    margin-left: -2px !important;
}


/* Slideshow */

#slideshow-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
}

#homepage-slideshow:after {
    background: url(images/slide-top-shadow.png) no-repeat;
    height: 127px;
    width: 100%;
    background-size: 100% 100%;
    content: "";
    position: absolute;
    top: 0;
    z-index: 99;
}


/* Quick Search */

#quicksearch-wrapper {
    position: relative;
    width: 100%;
    background: #dbdbdb;
    height: 75px;
}

#quick-search-container {
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 1132px;
}

#properties-search {
    width: 100%;
    height: 100%;
    padding-top: 15px;
}

#properties-search > div {
    display: inline-block;
    vertical-align: middle;
}

.p-search {
    margin-left: 15px;
}

.p-search input.neighborhoods {
    width: 155px;
    height: 25px;
    vertical-align: middle;
    border: none;
    font: italic 12px "Lato";
    vertical-align: middle;
    padding-left: 5px;
    border-radius: 0;
    -webkit-appearance: none;
}

.p-search select {
    background: #fff url("images/qs-arrow.png") no-repeat scroll right 5px center !important;
    padding-left: 5px;
}

.p-search input.neighborhoods::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #000;
}

.p-search input.neighborhoods::-moz-placeholder {
    /* Firefox 19+ */
    color: #000;
}

.p-search input.neighborhoods:-ms-input-placeholder {
    /* IE 10+ */
    color: #000;
}

.p-search input.neighborhoods:-moz-placeholder {
    /* Firefox 18- */
    color: #000;
}

.p-search .select-btn {
    width: 100px;
    height: 25px;
    border: none;
    font: italic 12px "Lato";
    vertical-align: middle;
    border-radius: 0;
    -webkit-appearance: none;
    background: #fff;
}

.p-search .p-type,
.p-search .city {
    width: 168px;
    /* width: 109px; */
    height: 25px;
    border: none;
    vertical-align: middle;
}

.p-search input.ps-search {
    background: #769f3f;
    border: none;
    cursor: pointer;
    padding: 5px 20px;
    vertical-align: middle;
    color: #fff;
    text-transform: uppercase;
    font: bold 12px "Lato";
    margin-left: 10px;
    border-radius: 0;
    -webkit-appearance: none;
}

.p-search a.adv-search {
    background: #b8b8b8;
    padding: 5px 16px;
    vertical-align: middle;
    font: bold 12px "Lato";
    color: #fff;
    text-transform: uppercase;
}


/* CTA */

#cta-wrapper {
    min-height: 140px;
    /* 180px original height */
    width: 100%;
    position: relative;
    /*border-bottom: 1px solid #9a9a9a;*/
}

#cta {
    position: relative;
    height: 100%;
    width: 1008px;
    /*padding-top: 37px;*/
}

#cta a {
    /*color: #b6b6b6; gray text */
    color: #769f40;
    font-size: 14px;
    font-family: "Lato";
    text-transform: uppercase;
    font-weight: 300;
    position: absolute;
    padding-left: 30px;
    width: 100%;
    display: block;
    height: 100%;
}

#cta > div {
    display: inline-block;
    position: relative;
}

.cta-left,
.cta-middle,
.cta-right {
    background: url(images/cta-sprite.png) no-repeat;
    background-position: -315px 0;
    height: 109px;
    width: 314px;
}

.cta-left:hover,
.cta-middle:hover,
.cta-right:hover {
    cursor: pointer;
    background-position: 0 0;
}

.cta-left:after,
.cta-middle:after,
.cta-right:after {
    background: url(images/cta-sprite.png) no-repeat;
    background-position: 0 0;
    content: "";
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
}

.cta-left:hover:after,
.cta-middle:hover:after,
.cta-right:hover:after {
    opacity: 1;
}

.cta-left:hover a,
.cta-middle:hover a,
.cta-right:hover a {
    color: #22330b !important;
    z-index: 1;
}

.cta-middle {
    margin: 0 29px;
}

.testi,
.home-worth,
.relocation {
    width: 100%;
    height: 100%;
    position: relative;
    transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
}


/* Open house */

.testi a {
    font-weight: 700 !important;
    color: #363636 !important;
    text-transform: uppercase;
    font-size: 24px !important;
    padding: 34px 0;
    position: absolute;
    left: 0;
    right: 0;
}


/* What's my Home Worth & Relocation Services */

.home-worth a,
.relocation a {
    padding-top: 26px;
}

.home-worth span,
.relocation span {
    font-size: 24px;
    color: #363636;
    font-weight: 700;
}


/* Featured Property */

#featured-property-wrapper {
    width: 100%;
    min-height: 460px;
    /* 485px - original height */
    position: relative;
}

#featured-properties {
    width: 1008px;
    height: 460px;
    /* 485px - original height */
    position: relative;
    padding-top: 50px;
    overflow: hidden;
}

#featured-listings {
    float: left;
    position: relative;
    width: 1005px;
}

#featured-listings .textwidget:nth-child(2) .featured-listing-list {
    margin: 0 29px;
}

.fp-title-bg {
    background: url(images/fp-title-bg.png) no-repeat right center;
    width: 100%;
    max-width: 650px;
}

#featured-listings span,
#rental-property span,
#rental-property2 span {
    font-family: "Lato";
    color: #769f40;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 300;
}

#featured-listings h2,
#rental-property h2,
#rental-property2 h2 {
    font-size: 25px;
    color: #353535;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0;
}

.fp-communities {
    width: 100%;
    position: relative;
    /* padding-top: 22px; */
    overflow: hidden;
    margin: 0 -15px;
    display: inline-block;
    vertical-align: top;
}

div#featured-listings img {
    height: auto;
    width: 100%;
}

.fp-communities_ {
    display: inline-block;
    vertical-align: top;
}

.fp-community {
    display: inline-block;
    width: 314px;
    margin: 0 15px;
    position: relative;
}

.fp-community a {
    display: inline-block;
    position: relative;
}

.fp-photo {
    /*float: left;*/
    position: relative;
    padding-top: 5px;
}

.fp-details:before {
    content: "";
    background: url(images/pointer.jpg) no-repeat;
    width: 62px;
    height: 71px;
    position: absolute;
}

.fp-details {
    background: rgba(43, 43, 43, 0.8);
    height: 71px;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.fp-details_ p {
    padding-top: 0px !important;
    font-size: 12px !important;
}

.fp-details_ span {
    font-size: 12px !important;
}

.fp-details p {
    padding: 6px 11px 0 80px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 15px;
    font-style: italic;
    text-transform: uppercase;
}

#rental-property,
.featured-listing-list {
    float: left;
    position: relative;
    width: 315px;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
}

.featured-listing-list .rp-photo {
    background-position: center center !important;
    background-size: cover !important;
    -moz-transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
}

#rental-property2 {
    float: left;
    position: relative;
    width: 315px;
    display: inline-block;
    vertical-align: top;
}

.aios-listings-property-slideshow {
    margin-bottom: 28px;
    position: relative;
    max-width: 701px;
    margin: 0 auto;
}

.fp-rental {
    position: relative;
    overflow: hidden;
}

.fp-rental a {
    position: relative;
    display: inline-block;
}

.rp-photo {
    position: relative;
    padding-top: 5px;
}

.rp-title {
    background: url(images/rental-title-bg.png) no-repeat right center;
    margin-bottom: 20px;
    width: 100%;
}

.rp-title2 {
    background: url(images/rental-title-bg.png) no-repeat right center;
    width: 100%;
    margin-left: 14px;
}

#mls-total-listing {
    font-size: 16px;
}


/* Property Search & Testimonial Wrapper */

#testimonials-wrapper {
    width: 100%;
    min-height: 495px;
    position: relative;
    padding-top: 40px;
    display: none;
}

.property-description .property-det h3 {
    font-size: 20px !important;
}

#testimonial-content {
    height: 100%;
    position: relative;
    width: 1008px;
    margin: 0 auto;
}


/* Properties Search */


/*#properties-search {
	    float: left;
	    width: 662px;
	    height: 100%;
	    position: relative;
	}*/

#testimonials {
    float: left;
    width: 313px;
    height: 100%;
    position: relative;
    margin-left: 33px;
    display: none;
}

#properties-search span,
#testimonials span {
    font-family: "Lato";
    color: #769f40;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 300;
}

#properties-search h2,
#testimonials h2 {
    font-size: 25px;
    color: #353535;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0;
}

#testimonials span {
    color: #d2d2d2 !important;
}


/*	.p-search-container {
	    background: #919191;
	    height: 310px;
	    width: 663px;
	    position: relative;
	    margin-top: 34px;
	}

		.p-search {
		    width: 100%;
		    height: 100%;
		    padding-top: 32px;
		}

		.p-search-title {
			background: url(images/search-title-bg.png) no-repeat right center;
			width: 100%;
		}

		.p-search input {
			display: block;
			border: 1px solid #797979;
			background: #c8c8c8;
			padding-left: 15px;
		}

		.p-search select {
			display: inline-block;
			width: 289px;
			height: 39px;
			margin: 0 auto;
			border: 1px solid #797979;
			background: #c8c8c8;
			padding-left: 15px;
			font-family: "Lato";
			font-style: italic;
		    color: #626262; 
		}

		.p-search select.p-type. {
		    margin-top: 9px;
		}

			.p-search select.first-col {
			    margin: 4px 1px 5px 40px;
			}

		.p-search input.neighborhoods {
		    width: 582px;
		    height: 39px;
		    margin: 0 auto;
		    background: url(images/magnifying.png) no-repeat #c8c8c8 550px center;
		}

		.p-search input.ps-search {
		    width: 134px;
		    height: 34px;
		    border: none;
		    color: #fff;
		    font-size: 13px;
		    text-transform: uppercase;
		    font-family: "Montserrat";
		    background: #769f40;
		    margin-top: 16px;
		    margin-left: 40px;
		    display: inline-block;
		}

			.p-search a.adv-search {
			    font-size: 13px;
			    text-transform: uppercase;
			    color: #c8c8c8;
			    line-height: 65px;
			    position: relative;
			    margin-left: 35px;
			}*/

.p-search::-webkit-input-placeholder {
    font-family: "Lato";
    font-style: italic;
    color: #626262;
}

.p-search:-moz-placeholder {
    /* Firefox 18- */
    font-family: "Lato";
    font-style: italic;
    color: #626262;
}

.p-search::-moz-placeholder {
    /* Firefox 19+ */
    font-family: "Lato";
    font-style: italic;
    color: #626262;
}

.p-search:-ms-input-placeholder {
    font-family: "Lato";
    font-style: italic;
    color: #626262;
}


/* Testimonials */

.testimonial {
    height: 100%;
    position: relative;
    margin-top: 35px;
}

.testimonial p {
    width: 285px;
}

.testimonial p:first-child {
    font-size: 24px;
    color: #769f40;
    font-style: italic;
    font-family: "Lato";
    line-height: 32px;
}

.testimonial p:first-child + p {
    font-size: 15px;
    color: #000;
    margin-top: 19px;
    font-family: "Lato";
    font-weight: 300;
    text-transform: uppercase;
}

.testimonial a.read-more {
    background: #dfdfdf;
    color: #769f40;
    font-size: 13px;
    text-transform: uppercase;
    padding: 15px 30px;
    position: absolute;
    margin-top: 70px;
}


/* Blogs */

#blog-wrapper {
    width: 100%;
    min-height: 372px;
    position: relative;
    background: #dfdfdf;
}

#blog-content {
    position: relative;
    width: 100%;
    margin: 0 auto;
    height: 100%;
    text-align: center;
}

#blog-content-2 {
    position: relative;
    width: 100%;
    margin: 0 auto;
    height: 100%;
    text-align: center;
}

#blog-content > .blogs > .blog-img {
    float: left;
    width: 240px;
    margin-left: 16px;
    position: relative;
}

#blog-content-2 > .blogs > .blog-img {
    float: left;
    width: 240px;
    margin-left: 16px;
    position: relative;
}

.blog-title {
    padding-top: 45px;
}

.blog-title > h2 {
    font-size: 25px;
    text-align: center;
    color: #353535;
    text-transform: uppercase;
    font-weight: 700;
}

.blog-title > h1 {
    font-size: 25px;
    text-align: center;
    color: #353535;
    text-transform: uppercase;
    font-weight: 700;
}

.blogs {
    position: relative;
    padding-top: 40px;
    height: auto;
    display: inline-block;
    text-align: center;
}

#blog-content > .blogs .blog-img:first-child {
    margin-left: 0;
}

#blog-content-2 > .blogs .blog-img:first-child {
    margin-left: 0;
}


/*Advanced Search*/

.first_column {
    display: inline-block;
    vertical-align: top;
    width: 50%;
}

.second_column {
    display: inline-block;
    vertical-align: top;
    width: 46%;
}

.ad_row {
    margin: 0 0 9px 0;
    width: 100%;
}

.ad_row select,
.ad_row input[type=text] {
    width: 40%;
    height: 33px;
    margin: 0 0 0 7px;
}

span.label {
    display: inline-block;
    width: 23%;
}

.ad_row input[type=submit] {
    background: #769f3f;
    border: none;
    cursor: pointer;
    padding: 8px 25px;
    vertical-align: middle;
    color: #fff;
    text-transform: uppercase;
    font: bold 12px "Lato";
    /* margin-left: 10px; */
    border-radius: 0;
    -webkit-appearance: none;
}


/*end Advanced Search*/

#blog-content > .blogs > .blog-img > .title {
    background: rgba(43, 43, 43, 0.9);
    height: 50px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

#blog-content-2 > .blogs > .blog-img > .title {
    background: rgba(43, 43, 43, 0.9);
    height: 50px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

#blog-content > .blogs > .blog-img > .title > p {
    text-align: center;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 50px;
}

#blog-content-2 > .blogs > .blog-img > .title > p {
    text-align: center;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 50px;
}

.title a {
    color: #FFF;
}


/* Closing Costs */

.closing-costs.blog-img {
    display: none;
}


/* Footer */



.footer-left {
    float: left;
}

.footer-right {
    float: right;
    padding-top: 4px;
}

#footer {
    clear: both;
    color: #b9d296;
    width: 1008px;
    padding: 30px 35px;
    height: 100%;
    overflow: hidden;
}

#footer .footer-nav a {
    color: #b9d296;
    font-family: "Open Sans";
    border-left: 1px solid #b9d296;
    padding: 0 6px;
}

#footer a {
    color: #b9d296;
}


/* Footer navigation */

.footer-nav {
    float: left;
    width: 100%;
    padding-bottom: 5px;
}

.footernav li {
    float: left;
    display: inline;
}

#footer li:first-child a {
    border-left: none;
    padding-left: 0;
}


/* Footer copyright */

.footer-copyright {
    padding: 2px 0;
    color: #b9d296;
}


/*******************************************************
 *
 * 3. Unreset inner pages and widget areas
 *
 *******************************************************/

#content,
.widget-set {
    line-height: 1.2
}

#content th,
.widget-set th {
    font-weight: bolder;
}

#content h1,
.widget-set h1 {
    font-size: 2em;
    margin: .67em 0
}

#content h2,
.widget-set h2 {
    font-size: 1.5em;
    margin: .75em 0
}

#content h3,
.widget-set h3 {
    font-size: 1.17em;
    margin: .83em 0
}

#content h4,
.widget-set h4,
#content p,
.widget-set p,
#content blockquote,
.widget-set blockquote,
#content ul,
.widget-set ul,
#content fieldset,
.widget-set fieldset,
#content form,
.widget-set form,
#content ol,
.widget-set ol,
#content dl,
.widget-set dl,
#content dir,
.widget-set dir #content menu,
.widget-set menu {
    margin: 1.12em 0;
    line-height: 1.2
}

#content h5,
.widget-set h5 {
    font-size: .83em;
    margin: 1.5em 0
}

#content h6,
.widget-set h6 {
    font-size: .75em;
    margin: 1.67em 0
}

#content h1,
.widget-set h1,
#content h2,
.widget-set h2,
#content h3,
.widget-set h3,
#content h4,
.widget-set h4,
#content h5,
.widget-set h5,
#content h6,
.widget-set h6,
#content b,
.widget-set h6,
#content strong,
.widget-set strong {
    font-weight: bolder
}

#content blockquote,
.widget-set blockquote {
    margin-left: 40px;
    margin-right: 40px
}

#content i,
.widget-set i,
#content cite,
.widget-set cite,
#content em,
.widget-set em,
#content var,
.widget-set var,
#content address,
.widget-set address {
    font-style: italic
}

#content pre,
.widget-set pre,
#content tt,
.widget-set tt,
#content code,
.widget-set code,
#content kbd,
.widget-set kbd,
samp {
    font-family: monospace
}

#content big,
.widget-set big {
    font-size: 1.17em
}

#content small,
.widget-set small,
#content sub,
.widget-set sub,
#content sup,
.widget-set sup {
    font-size: .83em
}

#content sub,
.widget-set sub {
    vertical-align: sub
}

#content sup,
.widget-set sup {
    vertical-align: super
}

#content table,
.widget-set table {
    border-spacing: 2px;
}

#content thead,
.widget-set thead,
#content tbody,
.widget-set tbody,
#content tfoot,
.widget-set tfoot {
    vertical-align: middle
}

#content td,
.widget-set td,
#content th,
.widget-set th,
#content tr,
.widget-set tr {
    vertical-align: inherit
}

#content hr,
.widget-set hr {
    border: 1px inset
}

#content ol,
.widget-set ol,
#content ul,
.widget-set ul,
#content dir,
.widget-set dir,
#content menu,
.widget-set menu,
#content dd,
.widget-set dd {
    /*margin-left: 40px*/
}

#content ol,
widget-set ol {
    list-style-type: decimal
}

#content ol ul,
.widget-set ol ul,
#content ul ol,
.widget-set ul ol,
#content ul ul,
.widget-set ul ul,
#content ol ol,
.widget-set ol ol {
    margin-top: 0;
    margin-bottom: 0
}

#content ol,
.widget-set ol {
    list-style-type: decimal
}

#content ul,
.widget-set ul {
    list-style-type: disc
}

.page-id-275 div.wpcf7-mail-sent-ok {
    border: 2px solid #398f14;
    max-width: 355px;
    width: 100%;
    margin: 0;
}


/*******************************************************
 *
 * 4. Submenus
 *
 *******************************************************/

#nav .sub-menu {
    list-style: none outside none;
    margin: 0;
    background: #fff;
    display: none;
    padding: 0;
    position: absolute;
    width: 193px;
}

#nav .sub-menu a {
    color: #626262;
    display: block;
    font-size: 13px;
    min-height: 11px;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
}

#nav .sub-menu a:hover {
    background: none repeat scroll 0 0 #FAFAFA;
    color: #769f3f;
    text-decoration: none;
}

#nav .sub-menu li:first-child a {
    border-top: 1px solid #cccccc;
}

#nav .sub-menu .sub-menu {
    margin-left: 100%;
    margin-top: -27px;
}

#nav .sub-menu li {
    position: relative;
}


/*******************************************************
 *
 * 5. Single column and two-column layouts
 *
 *******************************************************/

#content-sidebar,
#content-full {
    width: 1132px;
    margin: 0 auto;
    min-height: 400px;
}

#content-sidebar:after,
#content-full:after {
    content: "";
    display: table;
    clear: both;
}


/* Content area with sidebar */

#content-sidebar #content {
    float: left;
    width: 100%;
}


/* Content area for full width template (no sidebar) */

#content-full #content {
    max-width: 1132px;
    width: 100%;
    padding: 10px 0;
}


/* Styles for entry */

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

#content .entry:after {
    content: "";
    display: table;
    clear: both;
}


/* Styles for post/page main headings (h1) */

#content .entry-title {
    font-size: 24px;
    color: #626262;
}


/* Styles for category/archive/etc main headings (h1) */

#content .archive-title {
    font-size: 24px;
}


/* Styles for category/archive/search/etc subheadings (h2) */

#content .archive-subtitle {
    font-size: 24px;
}

#inner-page-wrapper {
    margin-bottom: 30px;
}


/* Agents Page */

.single-aios_agent #content .entry-title {
    display: none;
}

.agent-holder .attachment-agent-image img {
    width: 70% !important;
}

.single-aios_agent .agent-holder .agent-img-icon {
    top: 0px !important;
}

.single-aios_agent .agent-holder .agent-contact-position  {
    margin-bottom: 20px;
}

.single-aios_agent .agent-holder .agent-contact-detail {
    margin-bottom: 8px;
}

.agent-holder .agent-all-contact {
    line-height: 30px;
}

#content-full .entry-title {
    font-size: 24px;
    color: #626262;
}

.single-aios_agent div#content {
    width: 100% !important;
}


/*******************************************************
 *
 * 6. Archive
 *
 *******************************************************/

#content .archive-thumbnail {
    width: 27%;
    float: left;
}

#content .archive-content.archive-has-thumbnail {
    width: 70%;
    float: right;
}

#content .archive-more {
    text-decoration: underline;
    font-style: italic;
}

#content .post {
    margin-bottom: 20px;
    padding-bottom: 20px;
}


/*******************************************************
 *
 * 7. Sidebar
 *
 *******************************************************/

.sidebar {
    float: right;
    width: 200px;
}

.widget-set h4.widget-title {
    display: block;
    background: #333;
    color: #000;
}


/*******************************************************
 *
 * 8. Misc Wordpress classes
 *
 *******************************************************/

.gravatar {
    float: right;
}

.comments-template ol.comment-list {
    margin: 20px 0 0 0;
    padding: 0;
    list-style: none;
}

.comments-template ol.children {
    margin: 20px 0 0 40px;
    padding: 0;
    list-style: none;
}

.comments-template ol.comment-list li.comment {
    margin: 10px 0;
    padding: 0;
    border-top: 1px dotted;
}

.comments-template .comment-meta {
    font-size: 10px;
}

.comments-template .screen-reader-text {
    display: none;
}

.comments-template .comment-navigation {
    margin: 10px 0;
    background: none;
}

.wp-caption {
    background-color: #f3f3f3;
    border: 1px solid #ddd;
    margin: 10px;
    padding-top: 4px;
    text-align: center;
    max-width: 100%;
}

.wp-caption img {
    border: 0 none;
    margin: 0;
    padding: 0;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

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

.category .post,
.archive .post {
    border-bottom: 1px dotted;
}

#content img.attachment-post-thumbnail.wp-post-image {
    float: left;
    margin: 0 10px 10px 0;
}

pre {
    white-space: pre-wrap;
    /* css-3 */
    white-space: -moz-pre-wrap;
    /* Mozilla, since 1999 */
    white-space: -pre-wrap;
    /* Opera 4-6 */
    white-space: -o-pre-wrap;
    /* Opera 7 */
    word-wrap: break-word;
    /* Internet Explorer 5.5+ */
}

.sticky {}

.bypostauthor {
    font-style: italic;
}

#content .alignleft {
    float: left;
}

#content .alignright {
    float: right;
}

#content .aligncenter {
    display: block;
    margin-left: auto !important;
    margin-right: auto !important;
}

#content img[class*="align"],
#content img[class*="wp-image-"],
#content img[class*="attachment-"],
#content img.size-full,
#content img.size-large,
#content img.header-image,
#content img.wp-post-image {
    max-width: 98%;
    margin: 0 1%;
    height: auto;
}

#content embed,
#content iframe,
#content object,
#content video {
    max-width: 100%;
}

#breadcrumbs {
    margin: 20px 0;
}


/** JOIN OUR TEAM PAGE **/

.job-inquiry {
    width: 100%;
    position: relative;
}

.job-inquiry div.wpcf7-validation-errors {
    border: 2px solid #f7e700;
    max-width: 355px;
    margin: 0;
    text-align: center;
}

.job-inquiry p {
    margin: 5px 0 !important;
}

.job-inquiry input.wpcf7-text {
    width: 100%;
    height: 30px;
    position: relative;
    padding: 10px;
    font: 12px "Montserrat";
    border-radius: 0;
    -webkit-appearance: none;
}

.job-inquiry textarea.wpcf7-textarea {
    width: 100%;
    padding: 10px;
    font: 12px "Montserrat";
}

.job-inquiry input.wpcf7-form-control.wpcf7-submit {
    width: 100%;
    height: 35px;
    background: #dbdbdb;
    border: 0;
    box-sizing: border-box;
    color: #769f40;
    font: 600 16px "Montserrat";
    text-transform: uppercase;
    cursor: pointer;
}

.home div.wpcf7-response-output {
    text-align: center !important;
}

.agent-holder .agent-description {
    padding: 20px 5px 5px 0 !important;
}

.agent-holder .agent-img-icon {
    top: 7px !important;
}

.agent-holder .attachment-agent-image img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
    object-position: top;
}

.agent-holder .attachment-agent-image img[src$="penina-profile-pic.png"] {
    object-position: center 32%;
}

#areaPickerExpandAll {
    width: 98%;
}

div#post-386 ul {
    margin-left: 40px;
}

div#post-236 ol {
    margin-left: 40px;
}

.aios-mobile-pack-wrapper .buyers-guide.blog-img p a {
    color: #fff;
}


/*******************************************************
 *
 * 9. AIOS Listings
 *
 *******************************************************/

.aios-listings-page .attachment-post-thumbnail {
    display: none;
}


/*new listing details*/

.aios-details-view {
    background: #000;
    max-width: 772px;
}

.ld-main-photo-list {
    display: block;
    max-width: 772px;
    width: 100%;
    margin: 0 auto;
    cursor: pointer;
}

.ld-thumb-photo-list {
    display: block;
    max-width: 108px;
    width: 100%;
    margin: 0 auto;
    padding: 1px;
    opacity: .7;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    cursor: pointer;
}

.ld-thumb-photo-list:hover {
    opacity: 1;
}

.listing-details-photo-slider,
.listing-details-photo-slider-thumbnails,
.aios-detaisl-content-view {
    max-width: 772px;
    width: 100%;
}

.listing-details-photo-slider-thumbnails img {
    width: 100%;
    border: solid 1px #fff;
    padding: 2px;
}

.listing-details-photo-slider .slick-arrow.slick-next {
    right: 0;
    background: rgba(0, 0, 0, .9) url(images/listing-details/right-arrow.png) center center no-repeat;
    border-radius: 8px 0 0 8px;
}

.listing-details-photo-slider .slick-arrow.slick-prev {
    left: 0;
    background: rgba(0, 0, 0, .9) url(images/listing-details/left-arrow.png) center center no-repeat;
    border-radius: 0 8px 8px 0px;
}

.listing-details-photo-slider .slick-arrow {
    position: absolute;
    z-index: 100;
    top: 0;
    bottom: 0;
    margin: auto;
    outline: none;
    border: none;
    width: 45px;
    height: 57px;
    background: rgba(0, 0, 0, .9);
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-size: 0;
    transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
    cursor: pointer;
    opacity: .5;
}

.listing-details-photo-slider .slick-arrow:hover {
    opacity: 1;
}

.listing-details-photo-slider-thumbnails .slick-arrow.slick-next {
    right: 0;
    background: #333 url(images/listing-details/t-right-arrow.png) center center no-repeat;
}

.listing-details-photo-slider-thumbnails .slick-arrow.slick-prev {
    left: 0;
    background: #333 url(images/listing-details/t-left-arrow.png) center center no-repeat;
}

.listing-details-photo-slider-thumbnails .slick-arrow {
    position: absolute;
    z-index: 100;
    top: 0;
    bottom: 0;
    margin: auto;
    outline: none;
    border: none;
    width: 25px;
    height: 100%;
    border-radius: 0;
    background: rgba(0, 0, 0, .9);
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-size: 0;
    transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
    cursor: pointer;
    opacity: 1;
}

.listing-details-photo-slider-thumbnails .slick-arrow:hover {
    opacity: .9;
}

.listing-details-photo-slider-thumbnails {
    padding: 2px 22px;
    margin: 5px 0 0;
}

.slick-slide {
    outline: 0 !important;
}

.aios-detaisl-content-view .rets-label {
    font-weight: bold;
}

.aios-detaisl-content-view .rets-description > div {
    margin-bottom: 5px;
}

.aios-detaisl-content-view {
    padding-top: 15px;
}

ul.list .prop-det .prop-beds span {
    display: inline-block;
    margin: 0 15px 5px 0;
}

ul.list li p.prop-desc {
    text-transform: uppercase;
}

ul.list li .prop-img-wrap {
    overflow: hidden;
}

ul.list li .prop-img-wrap .listing-item .listing-featured-image {
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center center !important;
    -moz-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.listing-details-wrap .photo-slideshow .photo-list {
    /* background-position: center center !important; */
    background-size: auto !important;
    /* background-repeat: no-repeat !important; */
    background: no-repeat center center;
}

.pop-gallery-wrap .pop-gallery .photo-list {
    /* background-size: cover; */
    /* background-position: center center !important; */
    background-size: auto !important;
    /* background-repeat: no-repeat !important; */
    background: no-repeat center center;
}

#content .listing-details-wrap .photo-slideshow img {
    height: 1000px !important;
}

#mls-details-page .listing-details-wrap .property-details .details-list {
    padding: 15px 0 !important;
}

#mls-details-page .listing-details-wrap .property-details .details-list .det-specs {
    padding: 0 !important;
}

#mls-details-page .listing-details-wrap .property-details .details-list .det-specs span, p#breadcrumbs, #content .listing-details-wrap .details-head span.details-price, #content .listing-details-wrap .property-details h1, #content .listing-details-wrap .property-details h2, #content .property-description h1, #content .property-description h2, #content .property-description .property-add-type span, #mls-details-page .listing-details-wrap .property-description .property-add-type strong, #content .property-description .prop-location h3, #listingImg {
    color: #990000 !important;
    font-size: 16px !important;
    font-weight: 700;   
    margin: 0 25px 0 0 !important;
    padding: 0 0 5px 0 !important;
}

div#listingImg img {
    max-width: 50%;
}

p#breadcrumbs {
    margin: 1.12em 0 0.5em !important;
}

#mls-details-page .listing-details-wrap .property-details .details-list .det-specs span small {
    color: #5f5f5f !important;
}

#mls-details-page .listing-details-wrap .property-description .property-add-type strong {
    font-size: 16px !important;
    margin-top: 5px;
}


/*******************************************************
 *
 * 10. Mobile styles
 *
 *******************************************************/

.mobile-featured-listings {
    padding: 30px 0;
    text-align: center;
}

.mobile-featured-listings:after {
    content: "";
    display: table;
    clear: both;
}

.mobile-featured-listings .featured-listing-list {
    float: none;
    text-align: left;
}

.mobile-featured-listings .rp-title span {
    font-family: "Lato";
    color: #769f40;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 300;
}

.mobile-featured-listings .rp-title h2 {
    font-size: 25px;
    color: #353535;
    text-transform: uppercase;
    letter-spacing: 2px;
}

#content .property-description .prop-location{
    height: 50px;
}

.hp-featured-slideshow .list {
	position: relative;
}

.hp-featured-slideshow .list .rp-photo:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 50%;
	z-index: 3;
	background: linear-gradient(to bottom,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%);
}

#featured-listings span.fp-price, 
.featured-listing-list span.fp-price, 
#rental-property span.fp-price, 
#rental-property2 span.fp-price {
	position: absolute;
	z-index: 5;
	top: 40px;
	left: 40px;
	font-size: 20px;
	color: #fff;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1;
}

@media only screen and (max-width: 1280px) {
    #content-sidebar #content {
        padding: 0 3%;
    }
}

@media only screen and (max-width: 1024px) {
    #ihf-main-container .row {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    #header {
        padding: 42px 10px;
    }
    .col-xs-6.ihf-map-info-window-detail {
        margin-left: 15px;
    }
    #properties-search h2,
    #testimonials h2 {
        font-size: 18px !important;
    }
    #properties-search {
        padding-left: 10px;
        padding-right: 10px;
    }
    .p-search {
        margin-left: 5px;
    }
    .ihf-grid-result-price {
        margin: -20px -34px 14px!important;
    }
    #content-sidebar,
    #content-full {
        padding: 0 3%;
    }
}

@media only screen and (max-width: 977px) {

    .footer .footer-git .git-field{
        
    width: 100%;
    }


    .field.fsm , .field.flg , .field.fmd{
        width: 100% !important;
    }

    .field.fmd input{

    height: auto !important;
    }


    .outer {
        min-width: 320px;
    }
    .inner {
        width: 100%;
    }
    #content-sidebar .sidebar,
    #content-full .sidebar {
        display: none;
    }
    #content-sidebar,
    #content-full,
    #content-sidebar #content,
    #content-full #content {
        width: 100%;
        padding: 0 3%;
    }
    #backhomelink {
        display: block;
        width: 90%;
        padding: 0 5%;
    }
    /* Top navigation */
    #nav .sub-menu a {
        padding-left: 0;
        padding-right: 0;
        width: 100%;
    }
    #nav .sub-menu,
    #nav > li > .sub-menu {
        position: relative;
        width: 100%;
        padding-top: 0;
        margin: 0 !important;
    }
    /* IHF 1.0 */
    .ihf-template .outer {
        min-width: 620px;
    }
    .ihf-template #content-sidebar,
    .ihf-template #content-full,
    .ihf-template #content-sidebar #content,
    .ihf-template #content-full #content {
        width: 100%;
        padding: 0;
    }
    /* IHF 2.0 */
    #ihf-main-container select[multiple],
    #ihf-main-container select[size] {
        width: 100%;
    }
    #ihf-main-container .row {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    /* WPCF7 */
    #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 {
        padding-left: 2%;
        padding-right: 2%;
        width: 94%;
        max-width: 292px;
    }
    /* ARCHIVE */
    #content .archive-thumbnail,
    #content .archive-content.archive-has-thumbnail {
        width: 100%;
        float: none;
    }
    #content .archive-thumbnail,
    #content .archive-content h2 {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
    #content .archive-more {
        text-decoration: underline;
        font-style: italic;
    }
    #ihf-main-container #ihf-detail-extrainfotabs .dropdown-menu > li > a {
        white-space: normal !important;
    }
    #ihf-main-container .modal {
        z-index: 9992 !important;
    }
    .aios-mobile-pack-social-media {
        z-index: 1000 !important;
    }
    .aios-mobile-pack-navigation {
        z-index: 9993 !important;
    }
    .aios-mobile-pack-header {
        padding: 84px 0 13px 0 !important;
    }

    #content .property-description .property-det p {
        padding: 10.5px 40px !important;
        font-size: 32px !important;
        line-height: 1.5em !important;
    }

    .details-list span small {
        font-size: 22px !important;
    }

    #mls-details-page .listing-details-wrap .property-details .details-list .det-specs span, p#breadcrumbs, #content .listing-details-wrap .details-head span.details-price, #content .listing-details-wrap .property-details h1, #content .listing-details-wrap .property-details h2, #content .property-description h1, #content .property-description h2, #content .property-description .property-add-type span, #mls-details-page .listing-details-wrap .property-description .property-add-type strong, #content .property-description .prop-location h3, #listingImg {
        font-size: 32px !important;
    }
}   div#listingImg img {
        max-width: 50%;
    }

@media only screen and (max-width: 750px) {
    #blog-content-2 > .blogs > .blog-img {
        float: none;
        width: 100%;
        margin-left: 0;
        position: relative;
        margin-bottom: 10px;
    }

    #content .property-description .property-det p {
        padding: 10.5px 40px !important;
        font-size: 32px !important;
        line-height: 1.5em !important;
    }

    .details-list span small {
        font-size: 22px !important;
    }

    #mls-details-page .listing-details-wrap .property-details .details-list .det-specs span, p#breadcrumbs, #content .listing-details-wrap .details-head span.details-price, #content .listing-details-wrap .property-details h1, #content .listing-details-wrap .property-details h2, #content .property-description h1, #content .property-description h2, #content .property-description .property-add-type span, #mls-details-page .listing-details-wrap .property-description .property-add-type strong, #content .property-description .prop-location h3, #listingImg {
        font-size: 32px !important;
    }
    div#listingImg img {
        max-width: 50%;
    }
    #content small, .widget-set small, #content sub, .widget-set sub, #content sup, .widget-set sup {
        font-size: .83em !important;
    }
}

@media only screen and (max-width: 640px) {
    .ihf-grid-result-address {
        white-space: normal !important;
        font-size: 12px !important;
    }
    .ihf-grid-result {
        margin-bottom: 65px;
    }
    .aios-mobile-pack-header {
        padding: 84px 0 13px 0 !important;
    }
    #content .aidefcf-subtitle span {
        font-size: 18px !important;
    }

    #content .property-description .property-det p {
        padding: 10.5px 40px !important;
        font-size: 32px !important;
        line-height: 1.5em !important;
    }

    .details-list span small {
        font-size: 22px !important;
    }

    #mls-details-page .listing-details-wrap .property-details .details-list .det-specs span, p#breadcrumbs, #content .listing-details-wrap .details-head span.details-price, #content .listing-details-wrap .property-details h1, #content .listing-details-wrap .property-details h2, #content .property-description h1, #content .property-description h2, #content .property-description .property-add-type span, #mls-details-page .listing-details-wrap .property-description .property-add-type strong, #content .property-description .prop-location h3, #listingImg {
        font-size: 32px !important;
    }
    #content small, .widget-set small, #content sub, .widget-set sub, #content sup, .widget-set sup {   div#listingImg img {
        max-width: 50%;
    }
        font-size: .83em !important;
    }
}

@media only screen and (max-width: 500px) {
    #areaPickerCustomListToggle {
        width: auto !important;
    }
    #areaPickerClearAll {
        width: auto !important;
    }
    #ihf-main-container .glyphicon {
        color: #fff !important;
    }
    #areaPickerExpandAllCloseButton {
        width: auto !important;
    }
    #ihf-main-container .btn-lg {
        font-size: 14px !important;
    }
    /*agent*/
    .agent-holder .attachment-agent-image {
        width: 100% !important;
    }
    .agent-holder .agent-contacts {
        text-align: center;
    }
    .agent-holder .agent-contact-detail {
        padding-left: 0;
        position: relative;
        width: 36%;
        margin: 0 auto;
    }
    .agent-contact-email.agent-contact-detail a {
        position: relative;
        padding-left: 22px;
    }
    .agent-holder .attachment-agent-image img {
        width: 100% !important;
    }
    .agent-holder .agent-all-contact {
        float: left;
        width: 100% !important;
        margin-left: 0 !important;
    }
    .entry .agent-holder a .agent-img-icon {
        top: 0px !important;
    }
    .agent-holder .agent-img-icon {
        top: 7px !important;
    }
    .agent-contact-email.agent-contact-detail {
        width: 100% !important;
    }
    .agent-social a div {
        float: none !important;
        display: inline-block;
    }
    .job-inquiry {
        width: 100%;
    }

    #content .property-description .property-det p {
        padding: 10.5px 40px !important;
        font-size: 32px !important;
        line-height: 1.5em !important;
    }

    .details-list span small {
        font-size: 22px !important;
    }

    #mls-details-page .listing-details-wrap .property-details .details-list .det-specs span, p#breadcrumbs, #content .listing-details-wrap .details-head span.details-price, #content .listing-details-wrap .property-details h1, #content .listing-details-wrap .property-details h2, #content .property-description h1, #content .property-description h2, #content .property-description .property-add-type span, #mls-details-page .listing-details-wrap .property-description .property-add-type strong, #content .property-description .prop-location h3, #listingImg {
        font-size: 32px !important;
    }
    #content small, .widget-set small, #content sub, .widget-set sub, #content sup, .widget-set sup {   div#listingImg img {
        max-width: 50%;
    }
        font-size: .83em !important;
    }

    #content .property-description .prop-location {
	    height: auto;
	}

	#content .property-description .property-add-type p {
		font-size: 18px;
	}
}

@media only screen and (max-width: 320px) {
    .agent-holder .agent-contact-detail {
        padding-left: 0;
        position: relative;
        width: 40%;
        margin: 0 auto;
    }

    #content .property-description .property-det p {
        padding: 10.5px 40px !important;
        font-size: 32px !important;
        line-height: 1.5em !important;
    }

    .details-list span small {
        font-size: 22px !important;
    }

    #mls-details-page .listing-details-wrap .property-details .details-list .det-specs span, p#breadcrumbs, #content .listing-details-wrap .details-head span.details-price, #content .listing-details-wrap .property-details h1, #content .listing-details-wrap .property-details h2, #content .property-description h1, #content .property-description h2, #content .property-description .property-add-type span, #mls-details-page .listing-details-wrap .property-description .property-add-type strong, #content .property-description .prop-location h3, #listingImg {
        font-size: 32px !important;
    }
    #content small, .widget-set small, #content sub, .widget-set sub, #content sup, .widget-set sup {   div#listingImg img {
        max-width: 50%;
    }
        font-size: .83em !important;
    }
}

.aios-listings-sorter {
    display: none;
}

.aios-listings-page #content .entry .wp-post-image {
    width: 300px;
    height: 225px;
}

.page-id-6 .aios-listings-container {
    display: none;
}

.aios-listings-property-slideshow img {
    height: 100% !important;
    width: auto !important;
    display: inline-block !important;
    min-height: 359px !important;
}

.aios-listings-property-slideshow-images {
    text-align: center !important;
}

.slick-slide img {
    display: inline-block !important;
}

div#rental-property:last-child {
    margin-left: 32px;
}


/* Auto complete select */

#ui-id-1 {
    max-height: 250px;
    overflow-y: scroll;
}

.fp-details_ h2 {
    color: #990000 !important;
}

#content .fp-details_ p,
#content .fp-details_ span {
    font-size: 16px !important;
    color: #990000;
    margin: .5em 0;
}



.single-aios_agent .aios_listings_thumbnail img {
    width: 100%;
    height: auto;
    position: absolute;
    height: 100% !important;
    width: auto !important;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
}

.single-aios_agent  .aios_listings_thumbnail {
    position: relative;
    height: 172px;
    width: 100%;
    background: #dedede;
}

.single-aios_agent .aios_listings_list{
    width: 100%;
    display: inline-block;
    max-width: 260px;
    margin: 0px 10px;
    vertical-align: top;
    padding: 10px 10px;
    border: 1px solid #d6d6d6;
    margin-bottom: 24px;
}

.single-aios_agent .aios_listings_priceline > span {
    font-weight: bold;
    line-height: 18px;
}

.single-aios_agent  .aios_listings_infoarea {
    padding: 10px;
    /* line-height: 21px; */
}

.single-aios_agent p.aios_listings_beds{
    line-height: 19px !important;
}

.single-aios_agent .aios_listings_addressline,
.single-aios_agent .aios_listings_city_stateline {
    font-size: 15px;
    line-height: 1.4;
}
.single-aios_agent .aios_listings_city_stateline {
    margin-bottom: 10px;
}

.single-aios_agent .aios_listings_description {
    padding-top: 10px;
}

.fp-details .fp-details_ {
    display: none;
}

#listingImg {
    padding-top: 20px;
    text-align: center;
    font-size: 14px;
}

div#listingImg img {
    max-width: 250px;
    width: initial !important;
}

div#listingImg p.agent-name {
    font-size: 23px;
    font-weight: 700;
    margin-bottom: 0 !important;
}
div#listingImg p.agent-pos {
    font-size: 18px;
    margin: 0;
}


    #content .property-description .prop-location a{
        color: #5f5f5f !important;
    }


    div#wpcf7-f352-o3 .field {
    display: inline-block;
}


.field.fsm {
    width: 18%;
}

.field.flg {
    width: 32%;
}

.field.fmd {
    width: 12%;
}

.field.fsm input, .field.flg textarea, .field.fmd input {
    width: 100%;
    padding: 10px;
    border: 1px solid #c6bfbf;
    text-transform: uppercase;
    font-size: 12px;
    height: 40px;
}

div#wpcf7-f352-o3 .field {
    display: inline-block;
    vertical-align: top;
}

.field.fmd input {
    background: #6b6b6b;
    color: #fff;
    border: 0px;
}

#footer-wrapper {
    position: relative;
    background: #749e3b;
    /* padding-bottom: 20px; */
}


.global-title strong {
    font-size: 35px;
    font-weight: 700;
    line-height: 1.4571;
    text-transform: uppercase;
    color: #749e3b;
    text-align: center;
    display: block;
}

.footer .footer-git .git-field {
    width: calc(100% / 3);
    padding: 0 7px;
}



/** Footer */
.footer {
    position: relative;
    z-index: 1;
}

.footer .footer-git,
.footer .footer-main,
.footer .footer-contact,
.footer .footer-navigation,
.footer .footer-copyright,
.footer .footer-disclaimer {
    position: relative;
    z-index: 1;
}

.page-id-116 .ip-banner canvas {
        background-position: left center;
}

.footer .footer-git {
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 77px 0;
    z-index: 1;
}

.footer .footer-git:after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
}

.footer .footer-git .git-inner,
.footer .footer-git .git-form,
.footer .footer-git form,
.footer .footer-git .git-field {
    position: relative;
}

.footer .footer-git .git-inner {
    background: url(images/form-logo.png) 97% 10% no-repeat #fff;
    background-size: 130px auto;
    padding: 78px 68px;
}

.footer .footer-git .git-form {
    margin-top: 40px;
}

.footer .footer-git form {
    margin: -35px -7px 0;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.footer .footer-git .git-field {
    width: calc(100% / 3);
    padding: 0 7px;
}

.footer .footer-git .git-field.lg {
    width: 100%;
}

.footer .footer-git .git-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    border: none;
    background: transparent;
    display: block;
    width: 100%;
    height: 29px;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.26px;
    color: #7f7f7f;
    margin-top: 35px;
    padding: 0 9px;
    border-bottom: 1px solid #bebebe;
}

.footer .footer-git .git-textarea {
    resize: none;
    height: 44px;
    padding-right: 60px;
}

.footer .footer-git .git-submit {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    border: none;
    margin: 0;
    padding: 0;
    background: transparent;
    font-size: 28px;
    position: absolute;
    bottom: 7px;
    right: 30px;
    transition: var(--transition);/*
    color: var(--global-button-hover-background);*/
    color: #749e3b;
}

.footer .footer-git .git-submit:hover,
.footer .footer-git .git-submit:focus {
    opacity: 0.5;
}

.footer .footer-git .wpcf7-form-control-wrap {
    display: block;
}

.footer .footer-git .ajax-loader {
    position: absolute;
    margin: 0;
    bottom: 15px;
    right: 10px;
}

.footer .footer-git div.wpcf7-response-output {
    position: absolute;
    bottom: 0;
    left: 9px;
    right: 9px;
    -webkit-transform: translateY(100%) translateY(15px);
    -ms-transform: translateY(100%) translateY(15px);
    transform: translateY(100%) translateY(15px);
    margin: 0;
}

.footer .footer-main {
    padding: 100px 0;
    background: #303030;
}

.footer .footer-logo {
    margin-bottom: 50px;
}

.footer .footer-logo .site-logo-text  {
    color: #fff;
}

.footer .footer-logo img {
    max-width: 200px;
}

.footer .footer-logo-list {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: row wrap;
}

.footer-logo-list > div {
    padding: 15px;
}

.footer .footer-contact ul {
    display: block;
}

.footer .footer-contact ul li {
    position: relative;
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.56px;
    color: #fff;
}

.footer .footer-contact ul li + li {
    margin-top: 16px;
}

.footer .footer-contact ul li span,
.footer .footer-contact ul li a,
.footer .footer-contact ul li i,
.footer .footer-contact ul li em,
.footer .footer-contact ul li p {
    display: inline-block;
    vertical-align: middle;
}

.footer .footer-contact ul li a {
    color: inherit;
    text-decoration: none;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.footer .footer-contact ul li a:hover,
.footer .footer-contact ul li a:focus {
    color: #cecece;
}

.footer .footer-contact ul li i {
    font-size: 12px;
    min-width: 30px;
}

.footer .footer-contact ul li i.phone {
    font-size: 14.42px;
}

.footer .footer-contact ul li i.envelope {
    font-size: 11px;
}

.footer .footer-contact ul li i.location {
    font-size: 18px;
    min-width: 26px;
}

.footer .footer-navigation {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.footer .footer-navigation ul {
    display: block;
}

.footer .footer-navigation ul + ul {
    margin-left: 48px;
}

.footer .footer-navigation ul li {
    position: relative;
}

.footer .footer-navigation ul li + li {
    margin-top: 15px;
}

.footer .footer-navigation ul li a {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.28px;
    text-transform: uppercase;
    color: #fff;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.footer .footer-navigation ul li a:hover,
.footer .footer-navigation ul li a:focus {
    color: #cecece;
}

.footer .footer-copyright {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6153;
    color: #fff;
}

.footer .footer-copyright a {
    color: inherit;
    text-decoration: none;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.footer .footer-copyright a:hover,
.footer .footer-copyright a:focus {
    color: #cecece;
}

.footer .footer-copyright .footer-agentimage {
    text-decoration: underline;
}

.footer .footer-mls {
    text-align: left;
    margin-top: 19px;
}

.footer .footer-mls i {
    display: inline-block;
    vertical-align: middle;
    font-size: 22px;
    color: #fff;
}

.footer .footer-disclaimer {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.6153;
    color: #fff;
    margin-top: 50px;
}

/** End of Footer */

/** Contact Form 7 Response Output */
div.wpcf7-response-output {
    margin-left: 0;
    margin-right: 0;
    text-align: center;
}

.hidden{
    display: none;
}

.footer .footer-git {
    background: transparent url(images/new-bg-git.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 77px 0;
    z-index: 1;
}

.footer-git .container {
    width: 100%;
    max-width: 749px;
    margin: 0px auto;
}

a#zillow-review-btn {
    background: #769f3f;
    border: none;
    cursor: pointer;
    padding: 16px 50px;
    vertical-align: middle;
    color: #fff;
    text-transform: uppercase;
    font: bold 12px "Lato";
    border-radius: 0;
    -webkit-appearance: none;
}

.testimonials-slider {
    top: 36px !important;
    position: relative;
}


.page-id-657 .wpcr3_reviews_holder{
    /*display: none !important; */
}



li[data-mls-number="418379"],
li[data-mls-number="431032"],
li[data-mls-number="418681"],
li[data-mls-number="433370"],
li[data-mls-number="378797"],
li[data-mls-number="379445"],
li[data-mls-number="435523"],
li[data-mls-number="445351"],
li[data-mls-number="378767"],
li[data-mls-number="378781"],
li[data-mls-number="381118"],
li[data-mls-number="382268"],
li[data-mls-number="385794"],
li[data-mls-number="385831"],
li[data-mls-number="396064"],
li[data-mls-number="396355"],
li[data-mls-number="401294"],
li[data-mls-number="403652"],
li[data-mls-number="404543"],
li[data-mls-number="407341"],
li[data-mls-number="409106"],
li[data-mls-number="411201"],
li[data-mls-number="416829"],
li[data-mls-number="420908"],
li[data-mls-number="423570"],
li[data-mls-number="425849"],
li[data-mls-number="428931"],
li[data-mls-number="431120"],
li[data-mls-number="434578"]{
    display: none !important;
}



.aios-roadmap-icon.ai-font-folder {
  font-size: 30px;
  color: #000;
  padding-top: 5px;
}


#content .property-description .prop-location {
    margin-bottom: 295px !important;
}






/** End of Contact Form 7 Response Output */