/*
Theme Name: Wheatland Realty
Theme URI: http://aios3-staging.agentimage.com/w/wheatland-realty.com/htdocs/
Description: AIOS mobile semi-custom theme.
Author: AgentImage
Author URI: http://www.agentimage.com
Version: 1.4.1
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
  
*/

@font-face {
    font-family: "NulshockRg";
    src: url("fonts/NulshockRg-Bold.woff") format('woff');
}


/*******************************************************
 *
 * 1. Navigation
 *
 *******************************************************/


/* Sub Menu */

#nav li {
    position: relative;
}

#nav .sub-menu {
    list-style: none outside none;
    margin: 0;
    background: transparent;
    display: none;
    padding: 0;
    position: absolute;
    width: 100%;
    min-width: 180px;
    text-align: center;
    padding-top: 20px;
    left: 50%;
    margin-left: -90px;
}

#nav .sub-menu a {
    color: #FFFFFF;
    display: block;
    padding: 10px;
    background: #00263d;
}

#nav .sub-menu a:hover {
    background: #bd955b;
    color: #fff;
    text-decoration: none;
}

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

#nav li:hover > .sub-menu {
    display: block;
}

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


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


/* Global */

body {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    background: #FFF;
    color: #000000;
    margin: 0;
    /* Remove the comment from line 85 to 86 if the font issue in safari occurs */
    /* -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; */
}

a,
a:hover,
a:visited,
a:focus,
select,
input,
textarea,
select:focus,
input:focus,
textarea:focus {
    text-decoration: none;
    outline: 0 !important;
    cursor: pointer;
    word-break: break-word;
}

#ihf-main-container .form-control:focus {
    border-color:
}

select,
textarea {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    border-radius: 0;
}

select::-ms-expand {
    display: none;
}


/*SLIDER MOBILE*/

.slideshow-wrap.section-rel.mobile {
    display: none;
}

.slick-slide {
    outline: 0;
}

.label-hide {
    display: none;
}

.no-gutter {
    padding-left: 0;
    padding-right: 0;
}

.no-margin {
    margin-left: 0;
    margin-right: 0;
}

.no-gutter-left {
    padding-left: 0;
}

.no-gutter-right {
    padding-right: 0;
}

.ease-transition {
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}

.section-wrap {
    position: relative;
}

.section-rel {
    position: relative;
    z-index: 500;
}


/*Fixed Header*/

.header-wrap.hf-fixed {
    background: #00263d;
}


/*Header*/

.header-wrap {
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 1027;
    padding-top: 20.5px;
    padding-bottom: 21.5px;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -o-transform: translateZ(0);
}

.ip-container .header-wrap {
    background: #00263d;
}


/*Header Contact*/

.header-right {
    padding-top: 7px;
}

.header-contact {
    text-align: right;
    margin-bottom: 12px;
}

.hc-field {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    line-height: 1;
}

.hc-field a {
    color: #fff;
}

.header-tel {
    border-left: 1px solid #c5c5c5;
    padding-left: 12px;
    margin-left: 5px;
}

.header-tel .ai-mobile-phone {
    font-size: 15px;
    font-weight: 700;
}

.header-tel i {
    font-size: 13px;
    margin-right: 7px;
}

.header-email {
    border-left: 1px solid #c5c5c5;
    padding-left: 12px;
    margin-left: 10px;
}

.header-email a {
    font-size: 15px;
    font-weight: 700;
}

.header-email a:hover {
    color: #bd955b;
}

.header-email i {
    font-size: 12px;
    margin-right: 7px;
}


/*SMI*/

.smi a {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-size: 15px;
    margin: 0 6px;
}

.smi a:hover {
    color: #bd955b;
}

.smi .ai-font-google-plus {
    font-size: 18px;
}


/*Header Navigation*/

.navigation {
    margin-right: -15px;
    text-align: right;
    margin-top: 15px;
}

.navigation .navi {
    font-size: 0;
}

.navigation .navi li {
    position: relative;
}

.navigation .navi > li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 3px;
}

.navigation .navi > li:last-child {
    margin-right: 0;
}

.navigation .navi li a {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    line-height: 1;
    padding: 10px 0;
    display: block;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.navigation .navi > li > a {
    padding: 0px 15px;
}

.navigation .navi > li > a:hover {
    color: #bd955b;
}


/*Slideshow*/

.slideshow-wrap {
    position: relative;
}

.slideshow-wrap .cycloneslider::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.15);
    z-index: 150;
}

.slideshow-tagline {
    position: relative;
    z-index: 500;
    text-align: center;
    padding-top: 395px;
    padding-top: 395px;
    padding-bottom: 320px;
}

.slide-title {
    width: 100%;
    height: 100%;
}

.slide-title::before {
    content: '';
    height: 100%;
    width: 0;
    display: inline-block;
    vertical-align: middle;
}

.slide-title h2 {
    font-family: 'NulshockRg';
    font-size: 55px;
    text-shadow: 2px 2px 8px #000;
    color: #fff;
    line-height: 1;
}


/*Quick Search*/

.qs-wrap {
    background: #00263d;
    min-height: 85px;
    padding: 20px 0;
    margin: -60px 0 0;
}

.qs-form {
    font-size: 0;
}

.qs-field {
    display: inline-block;
    vertical-align: middle;
}

.qs-field-merge {
    width: 77.63%;
}

.qs-searchinput {
    width: 85.87%;
}

.qs-searchbtn {
    width: 14.13%;
}

.qs-advsearchbtn {
    width: 5.27%;
    text-align: center;
}

.qs-form-label {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    line-height: 1;
    width: 17.10%;
}

.qs-field input {
    width: 100%;
    height: 33px;
    background: #fff;
    font-size: 12px;
    font-style: italic;
    color: #7c7d7e;
    text-align: left;
    border: none;
    padding: 0 10px;
}

.qs-searchbtn input {
    width: 100%;
    height: 33px;
    background: #bd955b;
    font-size: 12px;
    font-style: normal;
    color: #fff;
    text-align: center;
    border: none;
    text-transform: uppercase;
    font-weight: 500;
    transition: all 0.4s ease-in-out;
}

.qs-searchbtn input:hover {
    background: #ad7f3c;
}

.qs-advsearchbtn a {
    font-size: 26px;
    display: inline-block;
    vertical-align: middle;
    color: #bd955b;
    padding-top: 7px;
    transition: all 0.4s ease-in-out;
    outline: none;
    text-decoration: none;
}

.qs-advsearchbtn a:hover {
    color: #ad7f3c;
    outline: none;
    text-decoration: none;
}


/*Welcome*/

.welcome-wrap {
    min-height: 618px;
    position: relative;
    background: url(images/welcome-bg.jpg) no-repeat center / cover;
    padding-top: 50px;
    padding-bottom: 20px;
}

.welcome-photo img {
    margin: auto;
}

.welcome-label {
    text-transform: uppercase;
    color: #00263d;
    margin-bottom: 20px;
    margin-top: 5px;
}

.wl-text {
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
    vertical-align: bottom;
}

.wl-line {
    display: inline-block;
    vertical-align: bottom;
    position: relative;
    max-width: 292px;
    width: 100%;
    border-bottom: 1px solid #bd955b;
    margin-bottom: 7px;
    margin-left: 8px;
}

.wl-line::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -3px;
    height: 5px;
    width: 43px;
    background: #bd955b;
}

.wl-main {
    font-weight: 500;
    font-size: 40px;
    line-height: 1;
    display: block;
    margin: 8px 0 4px;
}

.wl-sub {
    font-weight: 500;
    font-size: 20px;
    line-height: 29px;
}

.welcome-desc {
    font-size: 14px;
    color: #2f2f2f;
    line-height: 26px;
    text-align: justify;
}

.welcome-desc p {
    margin-bottom: 20px;
}

.welcome-link a {
    display: block;
    max-width: 195px;
    width: 100%;
    height: 55px;
    line-height: 55px;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    border: 1px solid rgba(189, 149, 91, 0.62);
    background: #fff;
    color: #bd955b;
    margin: 35px 0 10px;
    transition: all ease .7s;
    -moz-transition: all ease .7s;
    -webkit-transition: all ease .7s;
}

.welcome-link a:hover {
    border: 1px solid rgba(0, 68, 31, 0.62);
    color: #fff;
    background: #00263d;
    transition: all ease .7s;
    -moz-transition: all ease .7s;
    -webkit-transition: all ease .7s;
}


/*Map*/

.map-wrap {
    font-size: 0;
    overflow: hidden;
}

.map-container {
    position: relative;
}

.map-overlays {
    right: 113px;
    top: 42px;
}

.map-label-main {
    font-size: 31px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1;
    color: #999999;
    font-family: 'Arimo', sans-serif;
    position: relative !important;
}

.map-label-main strong {
    color: #503b28;
}

.map-wrap {
    /*min-height: 907px;*/
    font-size: 0;
}

.map-main-wrap {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    background: #fff;
}

#map {
    position: relative;
    width: 1600px;
    margin: auto;
}

#transparent {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
}

#trueMap {
    z-index: 1;
}

#map .hovers {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

#map .hovers div,
#map .hovers div p {
    position: absolute;
}

#map .hovers .map-hovers > img {
    display: block;
    position: relative;
    z-index: 1;
}

#map .hovers .map-hovers > img {
    opacity: 0;
    margin: auto;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}

#map .hovers .map-hovers {
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}

#map .hovers div p {
    font: 24px/26px Arial;
    color: #141414;
    text-align: center;
    white-space: nowrap;
    z-index: 2;
}

.mapLabel {
    opacity: 1 !important;
    font-size: 11px;
    font-weight: 700;
    color: #fff;
    text-shadow: 1px 1px 2px #000;
    text-transform: uppercase;
    z-index: 100;
    text-align: center;
    line-height: 10.85px;
}

.map-labelmain {
    right: 101px;
    bottom: -715px;
}

.mapPin {
    background: url(images/map/pin-icon.png) no-repeat center;
    height: 35px;
    width: 22px;
    display: block;
    z-index: 150;
    opacity: 0;
}


/*Pin*/

div#mapWestmont .mapPin {
    top: -14px;
    left: 47px;
}

div#mapDownersGrove .mapPin {
    top: 61px;
    left: 79px;
}

div#mapLisle .mapPin {
    top: 17px;
    left: 76px
}

div#mapNaperville .mapPin {
    top: 172px;
    left: 179px;
}

div#mapAurora .mapPin {
    top: 106px;
    left: 241px;
}

div#mapNorthAurora .mapPin {
    top: -4px;
    left: 95px;
}

div#mapPlainfield .mapPin {
    top: 76px;
    left: 120px;
}

div#mapMontgomery .mapPin {
    top: -7px;
    left: 153px;
}

div#mapOswego .mapPin {
    top: 1px;
    left: 144px;
}

div#mapYorkville .mapPin {
    top: 77px;
    left: 80px;
}


/*Label*/

div#mapWestmont .mapLabel {
    top: 31px;
    left: 30px;
}

div#mapDownersGrove .mapLabel {
    top: 108px;
    left: 65px;
}

div#mapLisle .mapLabel {
    top: 66px;
    left: 74px;
}

div#mapNaperville .mapLabel {
    top: 228px;
    left: 161px;
}

div#mapAurora .mapLabel {
    top: 155px;
    left: 231px;
}

div#mapNorthAurora .mapLabel {
    top: 43px;
    left: 85px;
}

div#mapPlainfield .mapLabel {
    top: 126px;
    left: 102px;
}

div#mapMontgomery .mapLabel {
    top: 40px;
    left: 125px;
}

div#mapOswego .mapLabel {
    top: 48px;
    left: 133px;
}

div#mapYorkville .mapLabel {
    top: 124px;
    left: 62px;
}


/*Hovers*/

div#mapWestmont {
    right: 224px;
    top: 198px;
}

div#mapDownersGrove {
    right: 295px;
    top: 160px;
}

div#mapLisle {
    top: 116px;
    right: 425px;
}

div#mapNaperville {
    top: 108px;
    right: 522px;
}

div#mapAurora {
    top: 129px;
    left: 347px;
}

div#mapNorthAurora {
    top: 134px;
    left: 392px;
}

div#mapPlainfield {
    bottom: 152px;
    left: 576px;
}

div#mapMontgomery {
    top: 353px;
    left: 291px;
}

div#mapOswego {
    bottom: 313px;
    left: 389px;
}

div#mapYorkville {
    bottom: 244px;
    left: 223px;
}


/*CTA*/

.cta-wrap {
    background: #fff;
}

.cta-item-wrap {
    max-width: 263px;
    width: 100%;
    margin: 14px auto;
    display: block;
    position: relative;
}

.cta-img {
    position: relative;
}

.cta-img img {
    width: 100%;
    position: relative;
}

.cta-img svg {
    position: absolute;
    left: 0;
    top: 0 !important;
    width: 100%;
    height: 100%;
}

.cta-label {
    background: rgba(43, 43, 43, 0.75);
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 100;
    text-align: center;
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    line-height: 20px;
    padding: 11px 0;
}


/*Hover*/

.cta-link:hover .cta-img img {
    opacity: 1 !important;
    z-index: 100;
    /* transition: all ease .7s; */
    /* -moz-transition: all ease .7s; */
    /* -webkit-transition: all ease .7s; */
}

.cta-link:hover .cta-label {
    background: rgba(119, 118, 118, 0.75);
    transition: all ease .7s;
    -moz-transition: all ease .7s;
    -webkit-transition: all ease .7s;
}


/*Featured Properties*/

.featprop-wrap {
    padding: 65px 0 50px;
    overflow: hidden;
    background: #fff;
}

.featprop-label {
    font-size: 30px;
    font-weight: 300;
    color: #002942;
    line-height: 1;
    text-transform: uppercase;
    text-align: center;
}

.featprop-label span {
    font-weight: 500;
}

.featprop-holder {
    display: none;
}

.featprop-holder .slick-list {
    padding: 0 !important;
}

.featprop-slick-wrap {
    margin-top: 70px;
    font-size: 0;
    position: relative;
}

.featprop-item {
    height: 270px;
    overflow: hidden;
}

.featprop-img {
    position: relative;
    /*height: 270px;*/
    /*height: 345px;*/
}

.featprop-img img {
    width: 100%;
    display: block !important;
    opacity: 0;
    position: relative;
    z-index: 100;
    height: 350px;
}

.featprop-img svg img {
    width: 100%;
    display: block !important;
    opacity: 1!important;
    position: relative;
    z-index: 100;
}

.image-effect-holder svg img {
    display: block !important;
    opacity: 1!important;
}

.featprop-img svg {
    position: absolute;
    height: 100% !important;
    width: 100% !important;
    z-index: 2;
    top: 0;
    left: 0;
}

.featprop-img::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -30px;
    width: 0;
    height: 0;
    margin: auto;
    border-left: 29px solid transparent;
    border-right: 29px solid transparent;
    border-bottom: 30px solid #002942;
    z-index: 100;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}

.featprop-details-hidden,
.featprop-details-holder {
    display: none;
}

.featprop-slick-wrap .slick-arrow {
    position: absolute;
    top: 48%;
    height: 45px;
    width: 30px;
    font-size: 0;
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    z-index: 250;
}

.featprop-slick-wrap .slick-prev {
    background: rgba(0, 0, 0, 0.6) url(images/a-arrow-prev.png) no-repeat center;
    left: 2%;
}

.featprop-slick-wrap .slick-next {
    background: rgba(0, 0, 0, 0.6) url(images/a-arrow-next.png) no-repeat center;
    right: 2%;
}


/*hover*/

.featprop-link:hover .featprop-img svg {
    opacity: 0;
}

.featprop-link:hover .featprop-img img {
    opacity: 1 !important;
}

.chrome .featprop-link:hover .featprop-img::after {
    bottom: 48px;
}

.featprop-link:hover .featprop-img::after,
.msedge-true .featprop-link:hover .featprop-img::after {
    bottom: 0;
}


/*CEnter*/


/* .featprop-item.slick-center .featprop-img svg{
        opacity: 0;
    }

    .featprop-item.slick-center .featprop-img img{
        opacity: 1  !important;
    }

    .featprop-item.slick-center .featprop-img::after{
        bottom: 0;
    }*/

.featprop-details-wrap {
    background: #002942;
    min-height: 68px;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    line-height: 1;
    font-weight: 400;
    text-align: center;
    padding: 22px 0;
}

.featprop-address {
    font-weight: 300;
}

.featprop-price {
    color: #fff;
    font-weight: 700;
}

.fp-details-field {
    display: inline-block;
    vertical-align: middle;
    padding: 0 29px;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.fp-details-field:last-child {
    border-right: 0;
}

.beds-icon {
    background: url(images/bed-icon.png) no-repeat center;
    width: 20px;
    height: 20px;
    display: inline-block;
}

.baths-icon {
    background: url(images/bath-icon.png) no-repeat center;
    width: 22px;
    height: 18px;
}

.featprop-bedsbaths i {
    margin-right: 8px;
    display: inline-block;
    vertical-align: middle;
}

.featprop-bedsbaths span {
    display: inline-block;
    vertical-align: middle;
}

.featprop-bedsbaths span:first-child {
    margin-right: 15px;
}

.featprop-bedsbaths em {
    display: inline-block;
    vertical-align: middle;
    font-style: normal;
}


/*Video*/

.video-wrap {
    font-size: 0;
    padding: 25px 0 80px;
    background: #fff;
}

.video-label {
    font-size: 30px;
    font-weight: 300;
    color: #002942;
    line-height: 1;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 75px;
}

.video-label span {
    font-weight: 500;
}

.video-link {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    height: 487px;
    position: relative;
}

.video-link1 {
    background: url(images/video1.jpg) no-repeat center / cover;
}

.video-link2 {
    background: url(images/video2.jpg) no-repeat center / cover;
}

.video-link::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.35);
    z-index: 10;
}

.video-link::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 92%;
    width: 95.5%;
    z-index: 20;
    border: 1px solid rgba(255, 255, 255, 0.35);
}

.video-link img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 103px;
    width: 103px;
    z-index: 20;
}

.video-btn a {
    font-size: 14px;
    font-weight: 500;
    color: #bd955b;
    text-align: center;
    text-transform: uppercase;
    border: 1px solid #bd955b;
    line-height: 54px;
    height: 54px;
    max-width: 197px;
    width: 100%;
    margin: 68px auto 0;
    display: block;
    background: #fff;
    transition: all ease .7s;
    -moz-transition: all ease .7s;
    -webkit-transition: all ease .7s;
}

.video-btn a:hover {
    border: 1px solid rgba(0, 68, 31, 0.62);
    color: #fff;
    background: #00263d;
    transition: all ease .7s;
    -moz-transition: all ease .7s;
    -webkit-transition: all ease .7s;
}

.fp-btn a {
    font-size: 14px;
    font-weight: 500;
    color: #bd955b;
    text-align: center;
    text-transform: uppercase;
    border: 1px solid #bd955b;
    line-height: 54px;
    height: 54px;
    max-width: 197px;
    width: 100%;
    margin: 68px auto 0;
    display: block;
    background: #fff;
    transition: all ease .7s;
    -moz-transition: all ease .7s;
    -webkit-transition: all ease .7s;
}

.fp-btn a:hover {
    border: 1px solid rgba(0, 68, 31, 0.62);
    color: #fff;
    background: #00263d;
    transition: all ease .7s;
    -moz-transition: all ease .7s;
    -webkit-transition: all ease .7s;
}

.video-text {
    font-family: 'NulshockRg';
    font-size: 45px;
    font-weight: 500;
    color: #002942;
    text-align: center;
    line-height: 1;
    margin: 60px auto 0;
}


/*Testimonials*/

.testi-wrap {
    min-height: 668px;
    background: url(images/testi-bg.jpg) no-repeat center / cover;
}

.contact-wrap {
    background: #002942;
    min-height: 530px;
    max-width: 550px;
    width: 100%;
    margin: 80px auto 20px;
    text-align: center;
    padding: 32px;
    position: relative;
}

.contact-border {
    border: 1px solid #fff;
    width: 100%;
    height: 100%;
    position: relative;
    padding-bottom: 48px;
    padding-left: 15px;
    padding-right: 15px;
}

.contact-label {
    font-size: 45px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    line-height: 1;
    padding: 67px 0 30px;
}

.contact-sublabel {
    font-size: 31px;
    font-weight: 300;
    text-transform: uppercase;
    color: #fff;
    line-height: 1;
    padding-bottom: 85px;
}

.contact-btns a {
    display: block;
    max-width: 224px;
    width: 100%;
    margin: auto;
    background: #c09a63;
    color: #fff;
    height: 56px;
    text-transform: uppercase;
    font-size: 20px;
    position: relative;
    line-height: 1;
    transition: all 0.4s ease-in-out;
}

.contact-btns a:hover {
    background: #ad7f3c;
}

.contact-btns a::before {
    content: '';
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.contact-btns a span {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    text-align: center;
}

.contact-btns a.consultation-link {
    font-size: 14px;
}

.contact-divider {
    display: block;
    font-size: 13px;
    font-style: italic;
    font-weight: 300;
    text-align: center;
    color: #c09a63;
    position: relative;
    max-width: 193px;
    width: 100%;
    margin: 0 auto;
    padding: 14px 0;
}

.contact-divider em {
    display: inline-block;
    background: #002942;
    padding: 0 6px;
    position: relative;
}

.contact-divider::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
    background: #c09a63;
}


/*Testimonials*/

.testimonials-wrap {
    margin-top: 49px;
    padding-bottom: 20px;
}

.testi-label {
    font-size: 30px;
    font-weight: 500;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 45px;
    position: relative;
}

.testi-label::before {
    content: '';
    position: absolute;
    left: 15px;
    top: 1px;
    height: 25px;
    width: 30px;
    background: url(images/quote-left.png) no-repeat center;
}

.testi-label::after {
    content: '';
    position: absolute;
    right: 15px;
    top: 1px;
    height: 25px;
    width: 30px;
    background: url(images/quote-right.png) no-repeat center;
}

.testi-rating {
    height: 12px;
    width: 75px;
    background: url(images/rating-icon.png) no-repeat center;
    margin-bottom: 8px;
}

.testi-title {
    font-size: 17px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 3px;
}

.testi-content {
    font-size: 17px;
    font-weight: 400;
    line-height: 25px;
    color: #fff;
    text-align: justify;
}

.testi-item {
    margin-bottom: 50px;
}

.testi-holder .slick-dots {
    font-size: 0;
    text-align: center;
    margin-top: -5px;
}

.testi-holder .slick-dots li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 2.5px;
}

.testi-holder .slick-dots li button {
    font-size: 0;
    padding: 0;
    margin: 0;
    border: 0;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    background: #c09a63;
    outline: 0;
}

.testi-holder .slick-dots li {
    display: inline-block;
    vertical-align: middle;
    border: 0px solid #002942;
    border-radius: 50%;
}

.testi-link a {
    display: block;
    max-width: 293px;
    width: 100%;
    margin: auto;
    height: 64px;
    background: #c09a63;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    line-height: 64px;
    text-align: center;
    text-transform: uppercase;
    margin: 30px auto 15px;
    transition: all 0.4s ease-in-out;
}

.testi-link a:hover {
    background: #ad7f3c;
}


/*Active*/

.testi-holder .slick-dots li.slick-active {
    border: 3px solid #c09a63;
}

.testi-holder .slick-dots li.slick-active button {
    background: #002942;
}


/*Footer Contact*/

.fc-info .header-tel i {
    color: #00263d;
    font-size: 19px;
}

.fc-info .header-tel a {
    color: #be965d;
}

.fc-info .header-email i {
    color: #00263d;
    font-size: 17px;
}

.fc-info .footer-loc i {
    color: #00263d;
    font-size: 23px;
    vertical-align: middle;
    display: inline-block;
}

.fc-info .header-tel .ai-mobile-phone span {
    color: #be965d;
    font-size: 18px;
    font-weight: 400;
}

.fc-info .header-email span {
    color: #be965d;
    font-size: 18px;
    font-weight: 400;
}

.sidebar .bootstrap-select.btn-group .dropdown-menu {
    min-width: 237px;
}

.fc-info .header-email a:hover span {
    color: #ad7f3c;
}

.fc-info .footer-loc span {
    color: #be965d;
    font-size: 18px;
    font-weight: 400;
    vertical-align: middle;
    display: inline-block;
}

.fc-info .footer-loc {
    margin-top: 10px;
}

.fc-info .header-email {
    margin-left: 18px;
}

.fc-info .header-tel,
.fc-info .header-email {
    border-left: 0;
}

.fc-info-wrap {
    text-align: center;
    max-width: 500px;
    width: 100%;
    margin-left: 10px;
    margin-top: 57px;
}

.footer-smi .smi {
    text-align: right;
    margin-top: 75px;
}

.footer-smi .smi a {
    color: #00263d;
    font-size: 17px;
    transition: all 0.4s ease-in-out;
}

.footer-smi .smi a:hover {
    color: #ad7f3c;
}

.fc-logo {
    padding-top: 43px;
    padding-bottom: 43px;
}


/*Footer*/

.footer {
    min-height: 160px;
    background: #00263d;
    padding: 60px 0 20px;
}

.footer-nav ul {
    margin-left: -15px;
}

.footer-nav ul li {
    display: inline-block;
    vertical-align: middle;
}

.footer-nav ul li a {
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    padding: 0 15px;
    display: block;
    transition: all 0.4s ease-in-out;
}

.footer-nav ul li a:hover {
    color: #ad7f3c;
}

.footer-credits {
    font-size: 14px;
    font-weight: 300;
    color: #999999;
    margin-top: 9px;
}

.footer-credits a {
    color: #999999;
    font-weight: 300 !important;
    transition: all 0.4s ease-in-out;
}

.footer-credits a:last-child {
    color: #fff;
}

.footer-credits a:hover {
    color: #ad7f3c !important;
}

.sitemap-link {
    color: #999999;
}

.footer-realtor-logo {
    font-size: 29px;
    color: #999999;
    text-align: right;
}

.footercontact-wrap {
    background: #fff;
}

p.yoast-breadcrumbs {
    margin-top: -2px !important;
}

aside.sidebar .bootstrap-select.btn-group .dropdown-toggle .filter-option {
    font-style: normal !important;
}


/*******************************************************
 *
 * 3. IP Styles
 *
 *******************************************************/


/* Adjust minimum height of page area */

#content-sidebar,
#content-full {
    min-height: 500px;
    margin-top: 20px;
}


/** Adjust width of content columns **/

#content-sidebar #content {
    width: 77.08%;
}

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


/* Adjust width of sidebar */

.sidebar {
    width: 20.83%;
    padding-top: 40px;
}


/* 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-weight: 500;
    font-size: 33px;
    line-height: 1;
    display: block;
    text-transform: uppercase;
}


/* Style category/archive/etc main headings (h1) */

#content .archive-title {
    font-weight: 500;
    font-size: 33px;
    line-height: 1;
    display: block;
    text-transform: uppercase;
}


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

#content .archive-subtitle {
    font-weight: 500;
    font-size: 40px;
    line-height: 1;
    display: block;
    text-transform: uppercase;
}

.content .entry {
    font-size: 14px;
    color: #2f2f2f;
    line-height: 26px;
}

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


/*QS Sidebar*/

.qs-sidebar .qs-field {
    width: 100%;
    margin-bottom: 5px;
    float: left;
}

.qs-sidebar select {
    font-size: 12px;
    width: 100%;
    border: 1px solid #00263d;
    height: 28px;
    padding: 0 10px;
    background: #fff;
}

.qs-sidebar .qs-field-half {
    width: calc(50% - 2.5px);
}

.qs-sidebar .fl-r {
    float: right !important;
}

.qs-sidebar .qs-advsearchbtn a {
    font-size: 12px;
    padding-top: 0;
    background: #00263d;
    display: block;
    padding: 6.5px 0;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
}

.qs-sidebar .qs-advsearchbtn a:hover {
    background: #193b50;
}

.qs-sidebar .qs-form-label {
    font-size: 20px;
    color: #00263d;
    text-align: center;
    margin-bottom: 10px;
}


/*Sidebar Logo*/

.sb-logo {
    /* background: #00263d; */
    background: #fff;
    max-width: 238px;
    width: 100%;
    margin: 0 auto 0;
    /*margin: 253px auto 0;*/
    padding: 0 0 5px;
}
.sb-logo img {
    padding-top: 15px;
}

/*Sidebar Contact Info*/

.sb-contact {
    text-align: center;
    padding: 5px 0 20px;
}

.sb-contact .hc-field {
    padding-left: 0;
    margin-left: 0;
    border-left: 0;
    margin-bottom: 5px;
    margin-top: 7px;
}

.sb-contact .hc-field {
    display: block;
    color: #00263d;
}

.sb-contact .hc-field a {
    color: #00263d;
    transition: all 0.4s ease-in-out;
}

.sb-contact .hc-field a:hover {
    color: #ad7f3c;
}

.sb-contact .email a span {
    font-size: 12px;
}

.sidebar .contact-btns a {
    margin-bottom: 10px;
    max-width: 238px;
}


/*Popular Links*/
.sb-popularlnks {
    padding: 5px 0;
}

.sb-popularlinks-label {
    color: #c09a63;
    font-size: 21px;
   /* margin-top: 20px;*/
    text-transform: uppercase;
    text-align: center;
}

.sb-popularlnks ul {
    list-style-type: none;
    margin-left: 0 !important;
}

.sb-popularlnks ul li a {
    font-size: 18px;
    text-transform: uppercase;
    color: #00263d;
    display: block;
    border-bottom: 1px solid #00263d;
    padding: 5px 0;
    transition: all 0.4s ease-in-out;
}

.sb-popularlnks ul li a:hover {
    color: #c09a63;
}

button.btn.dropdown-toggle.bs-placeholder.btn-default,
button.btn.dropdown-toggle.btn-default {
    width: 100%;
    height: 33px;
    background: #fff;
    font-size: 12px;
    font-style: italic;
    color: #7c7d7e;
    text-align: left;
    border: none;
    padding: 0 10px;
}

.qs-wrap.section-rel {
    z-index: 999!important
}

aside button.btn.dropdown-toggle.bs-placeholder.btn-default,
aside button.btn.dropdown-toggle.btn-default {
    font-size: 12px;
    width: 100%;
    border: 1px solid #00263d;
    height: 28px;
    padding: 0 10px;
    color: black!important;
    font-style: none;
}

.slick-track {
    margin-bottom: -48px !important;
}

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

.footercontact-wrap {
    border-top: 1px solid #dbdbdb;
}

#ihf-main-container .ihf-grid-result-price a {
    color: #262626;
}

.page-id-20 .asis-mailto-obfuscated-email {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.page-id-20 .asis-mailto-obfuscated-email:hover {
    color: #bd955b;
}


/* Misaligned UL on IDX pages */

.page-id-0 #content ul {
    margin-left: 0 !important;
    padding: 0 !important;
}

.ihf-detail-tab-content {
    padding: 0 15px;
}

#ihf-main-container .form-control:focus {
    border-color: #ccc;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.fp-details-mobile-only {
    display: none;
}

.page-id-24 .agent-holder {
    width: 50%;
    position: relative;
    margin-bottom: 20px;
    float: left;
    min-height: 270px;
}

.page-id-24 .agent-multi-list {
    padding: 0;
    border: none;
}

.page-id-24 .agent-holder .attachment-agent-image img {
    height: 250px;
}

#ihf-main-container .mc-total-payment-subline {
    color: #666!important;
}


/*** Agent Styles ***/

body.ip-container .agent-holder .agent-contacts-heading {
    line-height: 1;
    margin-bottom: 10px;
}

body.ip-container .agent-holder .agent-contacts-heading .agent-contact-name a {
    margin-bottom: 10px;
    display: block;
}

body.ip-container .agent-holder .agent-contact-smi {
    text-align: left;
    width: auto;
}

body.ip-container .agent-holder .agent-social a:last-child .agent-contact-smi {
    margin-right: 0 !important;
}

.agent-license {
    padding: 2px 0 0;
}


/*Careers*/

a.careers-link {
    display: block;
    background: #085f31;
    height: 100px;
    position: relative;
    color: #fff;
    font-size: 0;
    text-align: center;
    overflow: hidden;
    max-width: 425px;
    width: 100%;
    margin: 15px auto;
}

.careers-col-2 a.careers-link {
    background: #086fa4;
}

a.careers-link:last-child {
    display: none !important;
}

a.careers-link span {
    display: block;
    font-size: 19px;
    line-height: 1.2;
    font-weight: 300;
}

a.careers-link span:first-child {
    font-weight: 700;
    font-size: 30px;
}

a.careers-link p {
    display: none;
}

a.careers-link::before {
    content: '';
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}

a.careers-link::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border: 1px dotted rgba(255, 255, 255, 0.5);
    margin: auto;
    width: 98%;
    height: 92%;
}

.square-icons::after {
    content: '';
    position: absolute;
    right: 25px;
    bottom: 8px;
    height: 30px;
    width: 30px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 5px;
}

.square-icons::before {
    content: '';
    position: absolute;
    right: 8px;
    bottom: 24px;
    height: 30px;
    width: 30px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 5px;
}

.careers-label {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
}

.careers-text {
    position: absolute;
    top: 11px;
    left: -75px;
    background: #f7e227;
    color: #000;
    font-size: 15px;
    z-index: 100;
    width: 200px;
    transform: rotate(-47deg);
    padding: 3px 0;
}


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

div.wpcf7-response-output {
    text-align: center;
    margin: 2em 0 1em;
}

.amh-navigation {
    background: #c09a63;
}

.amh-navigation .amh-menu li a {
    color: #fff;
}

.amh-navigation .amh-menu li:hover > a,
.amh-navigation .amh-menu li.open > a {
    background: #ad7f3c;
}

iframe {
    width: 100%;
}

.video-fix {
    position: relative;
}

.video-fix canvas {
    width: 100%;
    display: block;
}

.video-fix iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.error-page-cf-wrap div.wpcf7-response-output {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
}

.error-page-cf-wrap {
    font-family: 'Roboto', sans-serif;
}

.sign-exp-img img {
    margin: 15px auto;
}

.hc-field.agent-login a {
    font-size: 15px;
    font-weight: 700;
}

.hc-field.agent-login a:hover {
    color: #bd955b;
}

.hc-field.agent-login {
    border-left: 1px solid #c5c5c5;
    padding-left: 12px;
    margin-left: 10px;
}

@supports (-ms-ime-align: auto) {
    .featprop-link:hover .featprop-img::after {
        bottom: 0;
    }
}

.img-resp {
    background: url(http://wheatland-realty.com/wp-content/uploads/2018/01/Matterport_Dollhouse.png);
    background-repeat: no-repeat;
    max-width: 300px;
    min-height: 169px;
    margin: 0 auto;
}

.agent-holder .agent-contact-smi.ai-font-google {
    font-size: 20px;
}

