/*
Theme Name: adventurerealty-tn.com
Theme URI: http://aios3-staging.agentimage.com/a/adventurerealty-tn.com/htdocs
Description: AIOS mobile semi-custom theme.
Author: AgentImage
Author URI: http://www.agentimage.com
Version: 1.4.3
Tags: one-coumn, two-columns, right-sidebar, custom-menu, full-width-template, sticky-post
License: Proprietary
License URI: http://www.agentimage.com
Template: aios-starter-theme
*/


/*

TABLE OF CONTENTS

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


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


/* Sub Menu */

#navi li {
    position: relative;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
    padding: 0 20px;
}

#navi>li:first-child {
    padding-left: 0;
}

#navi>li:last-child {
    padding-right: 15px;
}

#navi>li>a {
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    padding: 8px 0;
    display: block;
}

#navi>li:hover>a {
    color: #c3ab89;
}

#navi .sub-menu {
    list-style: none outside none;
    margin: 0;
    display: none;
    padding: 0;
    position: absolute;
    width: 320px;
    left: 50%;
    margin-left: -160px;
    top: 100%;
}

#navi .sub-menu .sub-menu {
    padding-top: 0;
    width: 320px;
}

#navi .sub-menu a {
    color: #FFFFFF;
    display: block;
    padding: 8px 0;
}

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

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

#navi .sub-menu li {
    width: 100%;
    position: relative;
    /* background: rgba(195, 171, 137, .5); */
    background: rgba(195, 171, 137, .9);
    text-align: center;
    padding: 0;
    font-size: 14px;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

#navi .sub-menu li a {
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

#navi .sub-menu li:hover {
    background: rgba(77, 49, 21, .9);
}

#navi .sub-menu li a:hover {
    color: #c3ab89;
}


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


/* Global */

body {
    font-family: 'Playfair Display', serif;
    font-size: 22px;
    font-weight: 400;
    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;
}

/********CSS Post Launch********/
img{
    max-width: 100%;
    height: auto;
}
a,
a:hover,
a:focus,
input,
input:hover,
input:focus,
textarea,
textarea:focus,
textarea:hover,
select:hover,
select:focus,
select,
button,
button:focus,
button:hover,
.btn-group.bootstrap-select.show-tick.qs-select,
.bootstrap-select .dropdown-toggle,
.bootstrap-select .dropdown-toggle:focus{
    outline: 0px !important;
}
#content .ihf-search .ihf-select-options ul,
#content .ihf-search .ihf-select-options,
#content .ihf-search .ihf-pagination,
#content #ihf-main-container .nav-tabs,
#content #ihf-main-container .chosen-results{
    margin: 0 0 0;
    padding: 0 0 0;
    list-style: none;
}
#content #ihf-main-container #ihf-search-adv2-submit{
    margin: 20px 0 0;
}
#content #ihf-main-container .ihf-grid-result-address{
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}
#content #ihf-main-container .ihf-listing-search-results .btn{
    padding: 6px 6px;
}
#content div.wpcf7-response-output,
div.wpcf7-response-output{
    text-align: center;
}

#ihf-main-container #ihf-mortgage-calculator-modal .mc-total-payment-subline,
#content #ihf-main-container .mc-total-payment-subline{
    color:#333;
}

#ihf-main-container .pagination>li>a,
#ihf-main-container .pagination>li>span{
    padding: 6px 9px;
}
#ihf-main-container #ihf-schedule-showing-request-form .form-control{
    padding: 6px 7px;
}
#content #ihf-main-container #ihf-search-location-tab{
    margin: 8px 5px 0 0;
}
#ihf-main-container #ihf-advsearch-features label{
    font-size: .8em;
}
html.name-Microsoft_Edge .ai-default-cf7wrap input[type="submit"],
html.name-Microsoft_Edge .ai-default-cf7wrap input.wpcf7-submit{
    margin: 6px 0 0;
}
#ws-walkscore-tile{
    background:#fff !important;
}
#hero .quick-search form select[name="propertyType"]{
    margin-left: 2%;
}
#content ul.ihf-navbar-nav{
    list-style: none;
    margin: 0 0 0;
}
#content .ihf-eureka .ihf-navbar{
    padding: 4px 14px;
}
#content #ihf-main-container .ihf-listing-open-home-text-grid,
#content #ihf-main-container .ihf-map-info-window-content{
    color:#777;
}
#content #ihf-main-container label{
    color:inherit;
}
#content #ihf-main-container .ihf-polygon-reset{
    color:#000;
}
#ihf-main-container .modal-body {
    color: #000;
}
body.page-id-0 > img,
body.page-id-0 > iframe{
    display: none !important;
}
#content #ihf-main-container #ihf-market-report-nav-container.row,
#content #ihf-main-container #ihf-market-report-nav-container.row .row,
#content #ihf-main-container .row #areaPickerContainer.row,
#content #ihf-main-container .row #ihf-search-location-tab .row,
#content #ihf-main-container .row #ihf-refine-map-search-form .row,
#content #ihf-main-container .row .ihf-grid-result-container .row,
#content #ihf-main-container .row #ihf-search-location-tab.row{
    margin-left: -15px;
    margin-right: -15px;
}
#content #ihf-main-container .row .row{
    margin-left: 0;
    margin-right: 0;
}
#ihf-main-container  .ihf-social-share .dropdown-menu > li > a{
    color:#000 !important;
}
#ihf-main-container  .ihf-social-share .dropdown-menu > li > a:hover{
    color:#fff !important;
}
#ihf-main-container #ihf-refine-map-search-form label{
    color:#fff !important;
}
#ihf-main-container #ihf-refine-map-search-form .checkbox {
    padding-left: 0px;
    margin-left: -15px;
}
#ihf-main-container ul.chosen-results {
    margin-left: 0 !important;
}
#content .ihf-eureka ul.ihf-dropdown-menu{
    margin: 0 0 0;
    padding: 0 0 0 0;
    list-style: none;
}
#content #ihf-detail-navrow .ihf-detail-navigation .pull-right{
    float: none !important;
    text-align: right;
}
#content #ihf-main-container .map-infobox-img{
    max-width: 100% !important;
}
#ihf-main-container #ihf-map-canvas .ihf-map-info-box-title{
    padding: 0 15px 0 0;
}
.ihf-captcha .g-recaptcha{
    transform-origin: left center;
    transform: scale(.75);
    -moz-transform: scale(.75);
    -webkit-transform: scale(.75);
}
.grecaptcha-badge{
    z-index: 91;
}
#content #IDX-main{}
#content #IDX-main #IDX-boxLabel_remarksConcat input{
    display: block;
    width: 100%;
}
#content #IDX-main ul.select2-choices,
#content #IDX-main ul.IDX-navbar-nav{
    margin: 0 0 0 0;
}
.areaPickerExpandAllTopBar:after{
    content:'';
    display: block;
    clear: both;
}
#ihf-main-container #ihf-main-search-form fieldset > div:nth-child(14) .checkbox{
  padding-left: 0px;
}
#ihf-main-container #ihf-main-search-form fieldset > div:nth-child(14) .checkbox label{
    padding-right: 30px;
    white-space: break-spaces;
}
#ihf-main-container #ihf-detail-features-tab > .row.mt-10{
    margin-left: 0;
    margin-right: 0;
}
#ihf-agent-sellers-rep-own-listing{
    max-width: 100%;
}
#ihf-main-search-form fieldset div[data-ihf-geographic-field="true"] .checkbox{
    padding-left: 0;
}
#content ul#IDX-searchNavList{
    margin: 0 0 0;
}
#content ul#IDX-searchNavList li:first-child{
    padding-left: 0px;
}
#content ul#IDX-searchNavList li:last-child{
    padding-right: 0px;
}
#IDX-formSubmit.IDX-formSubmit {
    font-size: 16px;
    margin-right: 20px;
    line-height: 18px;
}
#IDX-formSubmit.IDX-formSubmit {
    font-size: 16px;
    margin-right: 20px;
    line-height: 18px;
    font-weight:400;
}
#IDX-ccz-group .IDX-controls span{
    vertical-align: middle;
    margin: 0 0 0 10px;
}
#IDX-ccz-group .IDX-controls span:first-child{
    margin: 0 0 0 0;
}
#ihf-main-container #ihf-map-canvas{
    position: relative;
    z-index: 0;
}
#ihf-main-container #ihf-refine-map-search-form{
  margin: 0 0;
}
#ihf-main-container .ihf-mapsearch-refine-overlay-inner{
  padding: 8px 15px;
}
#ihf-main-container .ihf-grid-result{
    margin-bottom: 15px;
}
#ihf-main-container .ihf-grid-result:after{
    content: '';
    display: block;
    clear: both;
}
#listings-results .listings-map{
    position: relative;
    z-index: 0;
}
#content ul#idx-mlm-nav-links{
  list-style: none;
  margin: 0 0 0 0;
}
#ihf-map-canvas .leaflet-div-icon{
    background: none;
    border: 0px solid #666;
}
/********CSS Post Launch End********/

a,
a:hover,
a:visited,
a:focus,
a:active {
    color: inherit;
    text-decoration: none;
    outline: none;
}

label {
    display: none;
}

.hidden-item {
    display: none;
}

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

.slick-slide {
    outline: none;
}


/* HEADER */

.header-wrapper {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    padding: 20px 0 0;
    /*background: linear-gradient(#000000 15%, #543719 43%, #7e6c5b 100%);*/
    background: url(images/header-main-strip.jpg) repeat;
    background-size: 100% 100%;
    z-index: 1300;
    font-size: 0;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.header-wrapper::before {
    content: '';
    width: 100%;
    height: 22px;
    position: absolute;
    top: 0;
    left: 0;
    background: url(images/header-strip.png) repeat;
}

.header-logo {
    position: relative;
    width: 100%;
    padding-left: 15px;
    margin-bottom: -36px;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.header-logo img {
    width: 100%;
    max-width: 455px;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.header-top {
    width: 100%;
    position: relative;
    padding: 3px 0 8px;
    text-align: left;
}

/*.header-top a {
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}*/

.header-top a:hover {
    color: #fff;
}
a.skip-main {
    left:-999px;
    top:auto;
    width:1px;
    height:1px;
    overflow:hidden;
    z-index:-999;
        margin-right: 20px;
}
a.skip-main:focus, a.skip-main:active, a.skip-main:hover {
    color: #fff;
    background-color:#000;
    left: auto;
    top: auto;
    width: 30%;
    height: auto;
    overflow:auto;
    padding:5px;
    border-radius: 15px;
    border:4px solid yellow;
    text-align:center;
    font-size:1.2em;
    z-index:999;
}

.header-top>div {
    display: inline-block;
    vertical-align: middle;
}

.header-phone {
    position: relative;
    padding-right: 37px;
    padding: 0 15px;
}

.header-phone .phone-icon {
    position: relative;
    width: 27px;
    height: 26px;
    display: inline-block;
    vertical-align: middle;
}

.header-phone .phone-icon::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    width: 27px;
    height: 26px;
    background: url(images/phone-icon.png) no-repeat;
}

.header-phone {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
}

.header-mail,
.header-smi,
.header-translate {
    position: relative;
    padding: 0 15px;
}

.header-mail .mail-icon {
    position: relative;
    width: 33px;
    height: 21px;
    display: inline-block;
    vertical-align: middle;
}

.header-mail .mail-icon::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    width: 33px;
    height: 21px;
    background: url(images/mail-icon.png) no-repeat;
}

.header-mail {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
}

.header-smi a {
    font-size: 25px;
    color: #fff;
    padding: 0 10px;
}

.header-smi a:hover{
    color: #c3ab89;


}
.header-phone:hover {
    color: #c3ab89;
}


.header-mail:hover{

    color: #c3ab89;
}

.header-smi a:first-child {
    padding-left: 0;
}

.header-smi a:last-child {
    padding-right: 0;
}

.header-mail:hover a {
    color: #c3ab89;
}

html.ie9 .header-translate,
html.ie1 .header-translate {
    font-size: 14px;
}

.header-translator select {
    width: 139px;
    height: 31px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: none;
    outline: none;
    cursor: pointer;
    background: url(images/translate-btn.png) no-repeat;
}

.header-translator select:hover {
    opacity: .6;
}

.header-translator select {
    transition: 400ms ease;
    -webkit-transition: 400ms ease;
    -moz-transition: 400ms ease;
    -o-transition: 400ms ease;
    color: rgba(0, 0, 0, 0);
}

.header-translator select::-ms-expand {
    display: none;
}

.header-translator option {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #333;
}

.header-bottom {
    width: 100%;
    position: relative;
    text-align: right;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.nav-wrapper {
    width: 100%;
    position: relative;
}


/* FIXED HEADER */

.header-wrapper.fixed {
    padding: 0;
}

.header-wrapper.fixed .header-logo {
    margin-bottom: -42px;
    padding-top: 5px;
}


/* SLIDESHOW */

.slideshow-wrapper {
    width: 100%;
    position: relative;
    font-size: 0;
}

.slideshow-wrapper .cycloneslider-template-responsive-img .cycloneslider-caption {
    left: auto;
    bottom: 150px;
    right: 0;
    width: 100%;
    background: linear-gradient(to right, transparent 25%, rgba(0, 0, 0, 1));
    opacity: 1;
    color: #fff;
    text-align: right;
}

.slideshow-wrapper .cycloneslider-template-responsive-img .cycloneslider-caption-description {
    font-size: 0;
}

.caption-text-holder {
    height: 146px;
}

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

.caption-text-holder span {
    width: 100%;
    font-size: 40px !important;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
    line-height: 50px;
}

.caption-text-holder span em {
    text-transform: none;
}


/* TAGLINE */

.tagline-wrapper {
    width: 100%;
    position: relative;
    background: linear-gradient(#7e6c5b 0%, #543719 50%, #000000 115%);
    font-size: 0;
}

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

.tagline-text span {
    font-size: 50px;
    font-weight: 400;
    color: #fff;
    line-height: 1;
    padding-bottom: 10px;
    display: block;
}


/* WELCOME */

.welcome-wrapper {
    width: 100%;
    position: relative;
    background: url(images/welcome-bg-temp.jpg) #b29f8c bottom center no-repeat;
    background-size: cover;
    font-size: 0;
    padding-bottom: 50px;
}

.welcome-text-holder {
    width: 100%;
    position: relative;
    padding: 30px 0;
}

.welcome-text-holder span {
    font-size: 25px;
    font-weight: 400;
    font-style: italic;
    color: #000;
}

.welcome-text-holder h1 {
    font-size: 56px;
    font-weight: 400;
    color: #000;
    text-transform: uppercase;
    line-height: 45px;
    padding-bottom: 12px;
}

.welcome-text-holder p {
    font-size: 15px;
    font-weight: 400;
    color: #000;
    padding: 15px 0;
    letter-spacing: .3px;
}


/* CTA */

.cta-wrapper {
    width: 100%;
    position: relative;
    font-size: 0;
    background: #b29f8c;
    padding: 15px 0;
}

.cta-item {
    width: 100%;
    position: relative;
    max-width: 361px;
    margin: 0 auto 68px auto;
}

.cta-image {
    width: 100%;
    max-width: 361px;
    position: relative;
    text-align: center;
    padding: 0 26px;
}

.cta-image a {
    width: 100%;
    display: block;
    position: relative;
}

.cta-image a:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(178, 159, 140, .4);
    opacity: 0;
    z-index: 9;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.cta-image a:hover:before {
    opacity: 1;
}

.cta-image img {
    width: 100%;
    max-width: 100%;
    transform: translateZ(0);
}


/*.cta-image a:hover img {
                opacity: .6;
            }*/

.cta-item>a {
    position: relative;
    display: block;
    border-radius: 30px;
}

.cta-item>a::before {
    content: '';
    width: 100%;
    max-width: 369px;
    height: 67px;
    background: url(images/button-shadow.png) no-repeat;
    background-size: 100% 100%;
    pointer-events: none;
    position: absolute;
    left: 0;
    bottom: -28px;
    z-index: 1;
}

.cta-button {
    width: 100%;
    max-width: 361px;
    height: 58px;
    position: relative;
    background: url(images/button-bg.png) no-repeat;
    background-size: 100% 100%;
    text-align: center;
    text-transform: uppercase;
    padding: 12px 0;
    border-radius: 30px;
    z-index: 2;
}

.cta-button span {
    font-size: 22px;
    color: #fff;
    z-index: 3;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.cta-item>a:hover span {
    color: #000;
    text-shadow: 1px 1px 7px rgba(255, 255, 255, .7);
}

.ip-container .cta-button {
    width: 100%;
    max-width: 361px;
    height: auto;
    position: relative;
    background: url(images/button-bg.png) no-repeat;
    background-size: 100% 100%;
    text-align: center;
    text-transform: uppercase;
    padding: 12px 0;
    border-radius: 30px;
    z-index: 2;
}

.ip-container .cta-button span {
    font-size: 12px;
    color: #fff;
    z-index: 3;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}


/* CITY */

.city-wrapper {
    width: 100%;
    position: relative;
    font-size: 0;
    background: #b29f8c;
}

.city-title {
    width: 100%;
    position: relative;
    text-align: center;
    padding: 0 0 50px;
}

.city-title h2 {
    font-size: 50px;
    color: #624a3a;
    text-transform: uppercase;
    line-height: 45px;
}


/* PROPERTY TYPE */

.property-wrapper {
    width: 100%;
    position: relative;
    font-size: 0;
    background: #b29f8c;
    padding-bottom: 30px;
}

.property-title {
    width: 100%;
    position: relative;
    text-align: center;
    padding: 0 0 50px;
}

.property-title h2 {
    font-size: 50px;
    color: #624a3a;
    text-transform: uppercase;
    line-height: 45px;
}


/* TESTIMONIALS */

.testi-wrapper {
    width: 100%;
    position: relative;
    font-size: 0;
    background: #dfdacd;
    padding: 50px 0;
    border-top: 5px solid #fff;
}

.testi-title {
    width: 100%;
    position: relative;
    text-align: center;
    padding: 10px 0 50px;
}

.testi-title h2 {
    font-size: 50px;
    color: #624a3a;
    text-transform: uppercase;
    line-height: 45px;
    padding-bottom: 15px
}

.testi-title h3 {
    font-size: 20px;
    color: #9a826a;
    line-height: 25px;
}

.testi-fix {
    width: 100%;
    position: relative;
    /*overflow: hidden;*/
}

.testi-fix-inner {
    margin-left: -15px;
    margin-right: -15px;
}

.testi-slick {
    width: 100%;
    position: relative;
    outline: none;
}

.testi-item {
    width: 100%;
    max-width: 390px;
    position: relative;
    padding: 0 15px;
    margin: 0 auto;
    /*display: none;*/
}

.testi-text {
    width: 100%;
    position: relative;
}

.testi-text p {
    font-size: 14px;
    color: #816e5c;
    letter-spacing: .3px;
    line-height: 24px;
}

.testi-author {
    width: 100%;
    position: relative;
    padding: 20px 0;
    text-transform: uppercase;
}

.testi-author span {
    font-size: 20px;
    color: #624a3a;
}

.testi-stars {
    position: relative;
}

.testi-stars span {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    color: #ffec1f;
    padding-right: 5px;
}

.slick-arrows {
    width: 100%;
    height: 100%;
    position: absolute;
}

.slick-prev {
    width: 12px;
    height: 13px;
    border: none;
    background: url(images/left-arrow.png) no-repeat;
    position: absolute;
    z-index: 1;
    outline: none;
    top: 50%;
    left: 5%;
}

.slick-next {
    width: 12px;
    height: 13px;
    border: none;
    background: url(images/right-arrow.png) no-repeat;
    position: absolute;
    z-index: 1;
    outline: none;
    top: 50%;
    right: 5%;
}


/* FOOTER */

.footer-wrapper {
    width: 100%;
    position: relative;
    font-size: 0;
    background: linear-gradient(#7e6c5b 25%, #543719 70%, #000000 100%);
    z-index: 1;
}

.footer-disclaimer {
    width: 100%;
    position: relative;
    padding: 30px 0;
}

.footer-disclaimer p {
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    font-weight: 300;
    color: #c7af8c;
    letter-spacing: .7px;
}

.footer-middle {
    width: 100%;
    position: relative;
    font-size: 0;
    padding-bottom: 50px;
}

.footer-column {
    width: 21.406%;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}

.footer-nav {
    width: 14.375%;
}

.footer-nav span {
    display: block;
    padding: 15px 0;
    position: relative;
}

.footer-nav span::before {
    content: '';
    width: 13px;
    height: 1px;
    background: rgba(255, 255, 255, .35);
    position: absolute;
    top: 0;
    left: 45%;
}

.footer-nav span:first-child::before {
    display: none;
}

.footer-nav .footer-link {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 2px;
    color: #fff;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.footer-nav .footer-link:hover {
    color: #c7af8c;
}

.footer-smi-title {
    font-size: 20px;
    font-weight: 400;
    font-style: italic;
    letter-spacing: 2px;
    color: #c7af8c;
    padding: 15px 0;
}

.footer-smi-icons a {
    display: inline-block;
    font-size: 25px;
    color: #c7af8c;
    padding: 0 10px;
    vertical-align: middle;
    margin: 0px 20px 10px 0;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

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

.footer-aff-icon {
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px;
    margin: 0px 20px 10px 0px;
}

.aff-01 img {
    width: 100%;
    max-width: 68px;
}

.aff-02 img {
    width: 100%;
    max-width: 42px;
}

.aff-03 img {
    width: 100%;
    max-width: 77px;
}

.footer-office span {
    display: block;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: .5px;
    line-height: 20px;
    color: #c7af8c;
}

.footer-office span.office-title {
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    font-style: italic;
    letter-spacing: 2px;
    padding-bottom: 5px;
}

.footer-contact span {
    display: block;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: .5px;
    line-height: 20px;
    color: #c7af8c;
}

.footer-contact span.contact-title {
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    font-style: italic;
    letter-spacing: 2px;
    padding-bottom: 15px;
}

.footer-contact a {
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.footer-contact a:hover {
    color: #fff;
}

.footer-logo img {
    width: 100%;
    max-width: 264px;
}

.copyright-wrapper {
    width: 100%;
    position: relative;
    font-size: 0;
    padding: 30px 0;
    border-top: 1px solid #2d180a;
}

.copyright {
    display: inline-block;
    vertical-align: middle;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #c7af8c;
}

.mls-logo {
    float: right;
    display: inline-block;
    vertical-align: middle;
}

.mls-logo span {
    font-size: 23px;
    color: #c7af8c;
    padding-left: 7px;
}

.back-top-button {
    right: 15px;
    position: absolute;
    bottom: 23px;
}

.back-top-button span {
    color: #55391c;
    font-size: 18px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    width: 60px;
    height: 60px;
    padding: 8px 11px;
    cursor: pointer;
}

.back-top-button span:hover {
    background: #fff;
}


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


/* Adjust minimum height of page area */

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


/** Adjust width of content columns **/

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

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

#content-sidebar #content .entry,
#content-full #content .entry {
    font-size: 15px;
}


/* Adjust width of sidebar */

.sidebar {
    width: 20.83%;
}


/* 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-size: 28px;
}


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

#content .archive-title {}


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

#content .archive-subtitle {}


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

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

.ip-bg {
    position: fixed;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: url(images/ipbg-full.jpg) #b29f8c no-repeat;
    background-repeat: no-repeat;
    background-size: auto 100% !important;
}

.ip-bg::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2;
    /*background: linear-gradient(to bottom,rgba(255,255,255,0) 50%, #b29f8c 85%);*/
}

.ip-bg::after {
     content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 2;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 6%, #b29f8c 12%);
}


/*.page-id-4 .ip-bg {
        background: url(images/ipbg-buy.jpg) #b29f8c no-repeat;
    }

    .page-id-11 .ip-bg {
        background: url(images/ipbg-sell.jpg) #b29f8c no-repeat;
    }

    .page-id-145 .ip-bg {
        background: url(images/ipbg-smokymountain.jpg) #b29f8c no-repeat;
        background-position: -50px;
    }

    .page-id-195 .ip-bg {
        background: url(images/ipbg-smokymountain2.jpg) #b29f8c no-repeat;
        background-position: -50px;
    }

    .page-id-147 .ip-bg {
        background: url(images/ipbg-smokymountain3.jpg) #b29f8c no-repeat;
        background-position: -50px;
    } 

    .page-id-149 .ip-bg {
        background: url(images/ipbg-smokymountain4.jpg) #b29f8c no-repeat;
        background-position: -50px;
    }

    .page-id-151 .ip-bg {
        background: url(images/ipbg-smokymountain5.jpg) #b29f8c no-repeat;
        background-position: -50px;
    }  */


/* SIDEBAR */

.sidebar .cta-item {
    margin-bottom: 20px;
}

.sidebar .cta-button {
    padding: 10px 0;
}

.sidebar .cta-button span {
    font-size: 17px;
}

p#breadcrumbs {
    font-size: 14px;
}

.menu-item-237 .sub-menu {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    left: -320px !important;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
}

.ihf-detail-back-to-results a,
#ihf-detail-extrainfo-tabrow a {
    color: #003470 !important;
}

.agent-description {
    font-size: 15px;
    text-align: justify;
    white-space: pre-line;
    float: right;
    width: 73%;
    margin-top: -50px;
    padding-left: 20px;
}

#ihf-main-container #ihf-map-canvas {
    height: 600px !important;
}

.ihf-agent-info {
    display: block;
    float: left;
    width: 27%;
    font-size: 15px;
    /* text-align: justify; */
    /* white-space: pre-line; */
}

.ihf-agent-info button.btn.btn-primary.btn-block {
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
}

select#ihf-select-property-type {
    display: block;
}

div#ihf_select_property_type_chosen {
    display: none;
}

.single-aios_agent span.ihf_officeroster_agent_officeaddress {
    display: none;
}

.email-alert-popup #ihf-house-condo-search-fields {
    display: none !important;
}

.email-alert-popup select#ihf-select-property-type {
    display: block !important;
}

.email-alert-popup a.btn.btn-link.ihf-advanced-search-launch {
    display: none;
}

.email-alert-popup input#ihf_inforeq_phone {
    display: none !important;
}

.email-alert-popup .form-group.modal-select {
    display: none !important;
}

input.mailerts.pum-trigger {
    background: #222;
    border: 0px;
    color: #fff;
    padding: 10px 22px;
    border-radius: 5px;
}

#tabs .ui-tabs-nav {
    margin: 0 !important;
}

#tabs #ihf-main-container .ihf-grid-result {
    width: 50% !important;
}

#tabs .ui-widget-header {
    background: url(http://aios3-staging.agentimage.com/a/adventurerealty-tn.com/htdocs/wp-content/themes/adventurerealty-tn.com/images/header-main-strip.jpg) repeat !important;
    border: none !important;
}

#tabs .ui-state-default a,
#tabs .ui-state-default a:link,
#tabs .ui-state-default a:visited {
    color: #fff !important;
}

#tabs .ui-state-active a,
#tabs .ui-state-active a:link,
#tabs .ui-state-active a:visited {
    color: #c7af8c !important;
}

#tabs .ui-state-default,
#tabs .ui-widget-content .ui-state-default,
#tabs .ui-widget-header .ui-state-default {
    background: #b29f8c !important;
}

.single-aios_agent .ui-widget-content {
    background: #b29f8c;
    border-color: #b29f8c;
}

.single-aios_agent #tabs .ui-widget-header {
    background: #b29f8c !important;
    display: none;
}

.single-aios_agent #tabs .ui-state-default,
.single-aios_agent #tabs .ui-widget-content .ui-state-default,
.single-aios_agent #tabs .ui-widget-header .ui-state-default {
    background: url(images/header-main-strip.jpg) repeat !important;
}

.aiosp-wrap .aiosp-container .aios-popup-body {
    background: #fff;
    width: 80%;
    margin: 0 auto;
    padding: 1%;
    min-height: 500px;
    /* max-height: 700px; */
    overflow: hidden;
    /* overflow-x: hidden; */
}

.aiosp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box;
    /* max-width: 900px; */
    /* left: 50%; */
    /* margin-left: -450px; */
    max-width: 1090px;
    transform: translate(-50%);
    left: 50%;
    /* max-height: 700px; */
    /* overflow: scroll; */
}

.email-alert-popup #ihf-house-condo-search-fields {
    display: none !important;
}

.email-alert-popup a.btn.btn-link.ihf-advanced-search-launch {
    display: none !important;
}

.agent-holder .agent-contacts-main-info .aios-agents-module-fa {
    font-size: 15px;
}

#ihf-main-container .ihf-listing-detail .nav-tabs {
    margin-left: 0;
}

div#ihf-main-container div#ihf-search-tabs .nav-tabs {
    margin-left: 0;
}

div#ihf-main-container .chosen-drop ul.chosen-results {
    margin: 0;
    padding: 0;
}


/*** Agent Style ***/

#content .agent-contacts .agent-contact-email a,
#content .agent-contacts .agent-contact-email span {
    transition: 400ms ease;
    -webkit-transition: 400ms ease;
    -moz-transition: 400ms ease;
    -o-transition: 400ms ease;
}

#content .agent-contacts .agent-contact-email:hover a,
#content .agent-contacts .agent-contact-email:hover span {
    color: #fff;
}

#content .agent-holder .agent-social a {
    transition: 400ms ease;
    -webkit-transition: 400ms ease;
    -moz-transition: 400ms ease;
    -o-transition: 400ms ease;
}

#content .ai-default-cf7wrap .ai-contact-wrap span.context-email:hover em,
#content .ai-contact-wrap span.context-email:hover a {
    color: #fff;
}

#content .ai-default-cf7wrap .ai-contact-wrap span.context-email em,
#content .ai-contact-wrap span.context-email a {
    transition: 400ms ease;
    -webkit-transition: 400ms ease;
    -moz-transition: 400ms ease;
    -o-transition: 400ms ease;
}

#content .agent-holder .agent-social a:hover {
    color: #fff;
}

#content ul.sitemap-list li a:hover {
    color: #fff;
}

#content ul.sitemap-list li a {
    transition: 400ms ease;
    -webkit-transition: 400ms ease;
    -moz-transition: 400ms ease;
    -o-transition: 400ms ease;
}

#content .entry strong a[class^="asis-mailto-obfuscated-email"] {
    transition: 400ms ease;
    -webkit-transition: 400ms ease;
    -moz-transition: 400ms ease;
    -o-transition: 400ms ease;
}

#content .entry strong a[class^="asis-mailto-obfuscated-email"]:hover {
    color: #fff;
}

body.error404 .wpcf7-response-output {
    font-size: 14px;
    text-align: center;
}


/*** ihf ***/

.ihf-advanced-property-search label.ihf-select-property-type-label,
#ihf-main-search-form label[for="ihf-select-property-type"] {
    display: none !important;
}


/*** others ***/

input.mailerts {
    line-height: 1;
    padding: 10px;
}

.safari input.mailerts {
    background: #e9e9e9 !important;
    border: 1px solid #939393;
}

.aiosp-content.aios-popup-body div#email-alerts {
    padding-top: 40px;
    height: auto;
    visibility: visible;
}

.aios-popup-body .aiosp-close {
    font-size: 40px;
}

div#email-alerts {
    display: block !important;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}
#content-sidebar .sidebar {
    display: none !important;
}

/*.page-id-69 #content-full{padding-left:0px;}

.page-id-69 .ip-bg{
    background: #b29f8c !important;
 }*/

.agent-holder .attachment-agent-image {
    width: 27%;
    float: left;
}

.agent-holder .agent-contacts {
    width: 73%;
    float: right;
    padding-left: 20px;
}
/*body.page-id-1099 #main-wrapper .ip-bg {
    width: 3000px !important;
}*/


span.ihf-officeroster-agent-officeaddress {
    text-align: center;
    display: block;
}

span.ihf_officeroster_agent_alerttext {
    display: block;
    text-align: center;
}
