/*
Theme Name: Lumberton, NC ReMax - Real Estate Exchange
Theme URI: http://aios3-staging.agentimage.com/r/realestateexchangenc.com/htdocs/
Description: AIOS mobile semi-custom theme.
Author: AgentImage
Author URI: http://www.agentimage.com
Version: 1.3.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

*/


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


/* Global */


/*MONTSERRAT FONT*/

@font-face {
    /*Bold*/
    font-family: Montserrat;
    src: url(fonts/montserrat/Montserrat-Bold.otf);
    font-weight: 700;
}

@font-face {
    /*Semi-bold*/
    font-family: Montserrat;
    src: url(fonts/montserrat/Montserrat-SemiBold.otf);
    font-weight: 600;
}

@font-face {
    /*Medium*/
    font-family: Montserrat;
    src: url(fonts/montserrat/Montserrat-Medium.otf);
    font-weight: 500;
}

@font-face {
    /*Regular*/
    font-family: Montserrat;
    src: url(fonts/montserrat/Montserrat-Regular.otf);
    font-weight: 400;
}

@font-face {
    /*Light*/
    font-family: Montserrat;
    src: url(fonts/montserrat/Montserrat-Light.otf);
    font-weight: 300;
}

@font-face {
    /*Extra Light*/
    font-family: Montserrat;
    src: url(fonts/montserrat/Montserrat-ExtraLight.otf);
    font-weight: 200;
}

@font-face {
    /*Thin*/
    font-family: Montserrat;
    src: url(fonts/montserrat/Montserrat-Thin.otf);
    font-weight: 100;
}

body.home {
    background: #fff;
}

body {
    margin: 0;
    color: #666666;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    background: url(images/ipbg2.jpg) no-repeat top center #fff;
    background-size: 100% auto;
}

a,
a:link,
a:active,
a:focus {
    color: #666666;
    outline: none;
    text-decoration: none;
}
a:hover{
    color: #538aa9
    }

/* HEADER */

.home .headerwrap {
    position: absolute;
}

.headerwrap {
    width: 100%;
    min-height: 109px;
    background: #1a1a1a;
    position: relative;
    z-index: 100;
    top: 0;
}

.head_logo {
    margin-top: 21px;
}

.head_logo img {
    width: 100%;
    max-width: 340px;
}

.contact-smis-hdr {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.contact-hdr {
    color: #fff;
    text-align: right;
    padding: 10px 0;
}

.contact-hdr a{
	color: #fff;
}

.contact-hdr a:hover {
    color: #538aa9;
}

.smis-hdr {
    margin-left: 15px;
}

.smis-hdr a {
    font-size: 20px;
    color: #ffffff;
}

.smis-hdr a:hover {
    color: #538aa9;
}

/* NAVIGATION */

.navigation {
    display: inline-block;
    vertical-align: top;
    margin-top: 20px;
}

#nav {
    padding: 0;
    list-style: none;
    /* text-align: center; */
    text-align: right;
    font-size: 0;
}

#nav > li {
    display: inline-block;
    position: relative;
    /* padding: 0 5px; */
    padding: 0 4px;
}

#nav > li:last-child {
    padding-right: 0;
}

#nav li a {
    display: block;
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    position: relative;
    text-shadow: none;
    padding: 0 0 0px 0;
}

#nav li a::after {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: opacity 0.3s, -moz-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    transform: translateY(10px);
}

#nav li a:hover::after,
#nav li a:focus::after {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
}



/*SUBMENU*/

#nav .sub-menu {
    min-width: 100%;
    list-style: none outside none;
    margin: auto;
    display: none;
    padding: 43px 0 0;
    position: absolute;
    width: auto;
    left: -50px;
    right: -50px;
    z-index: 100;
    background: none;
}

#nav .sub-menu li {
    position: relative;
    margin-bottom: 1px;
    background: rgba(26, 26, 26, 0.8);
    line-height: 35px;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#nav .sub-menu a {
    color: #fff !important;
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    padding: 0;
    background: none !important;
}

#nav .sub-menu a::after {
    display: none;
}

#nav .sub-menu li:hover {
    background: rgba(83, 138, 169, 0.8);
}

#nav .sub-menu li:hover a {
    color: #fff !important;
}

#nav .sub-menu .sub-menu {
    margin-left: 100.5%;
    margin-top: -2px;
    min-width: 253px;
}


/* HP SLIDESHOW */

.hp_slideshow {
    position: relative;
    z-index: 1;
}

.hp_widget1 {
    width: 100%;
    position: absolute;
    bottom: 242px;
    z-index: 2;
}

.hp_qs {
    padding: 28px 25px;
    min-height: 89px;
    background: rgba(26, 26, 26, 0.9);
}

.hp_qs h2 {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    line-height: 33px;
    text-transform: uppercase;
}

.qs_form {
    /*width: 83.9%;*/
    width: 83.5%;
    display: inline-block;
    vertical-align: top;
    font-size: 0;
    text-align: center;
}

.qs_form select {
    height: 33px;
    display: inline-block;
   /* vertical-align: top;*/
    margin-right: 1px;
    padding-left: 3px;
    color: #b7b7b7;
    font-size: 12px;
    font-weight: 300;
    border: none;
    background: #fff;
    outline: none;
}

.qs_form select.qs_long {
    /*width: 160px;*/
   /* width: 17%;*/
}

.qs_form select.qs_short {
    /*width: 85px;*/
    /*width: 9%;*/
}

.qs_form .qs_submit {
    /*width: 120px;*/
    width: 12.8%;
    height: 33px;
    padding: 0;
    margin: 0 1px 0 3%;
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    border: none;
    background: #538aa9;
    outline: none;
}

.qs_form a.qs_adv {
    /*width: 125px;*/
    width: 13.4%;
    height: 33px;
    display: inline-block;
    vertical-align: top;
    padding: 0;
    margin: 0;
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    background: #9bbfd4;
    line-height: 33px;
}


/* HP CTA */

.hp_widget2 {
    width: 100%;
    position: absolute;
    z-index: 2;
    bottom: -140px;
}

.cta_list {
/*    max-width: 300px;
    min-height: 290px;*/
    position: relative;
    margin: -5px auto;
    text-align: center;
    background: url(images/cta-bg.png) no-repeat top center;
    background-size: 100% 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: inline-block;
}


.cta_list > a {
    display: block;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    position:absolute;
    top: 0;
}

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

.cta_list h3 {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-size: 25px;
    font-weight: 300;
    line-height: 25px;
}

.cta_list h3 strong {
    display: block;
    font-weight: 700;
    text-transform: uppercase;
}

.cta_list:hover {
    background: url(images/cta-hover.png) no-repeat top center;
    background-size: 100% 100%;
}


/* HP WELCOME */

.hp_widget3 {
    padding: 220px 0 170px 0;
    background: #1a1a1a;
}

.welc_img {
    text-align: right;
}

.welc_imgwrap img {
/*    max-width: 215px;*/
    display: inline-block;
    vertical-align: top;
    border: 3px solid #fff;
}

.welc_imgwrap.agent1 {
    margin-right: 89px;
}

.welc_imgwrap.agent2 {
    margin-top: -83px;
}

.welc_imgwrap img {
    width: 100%;
/*    max-width: 215px;*/
}

.welc_imgwrap {
    padding-top: 200px;
}

.welc_txt {
    padding: 0 55px 0 20px;
}

.welc_txt h2 {
    margin: 45px 0 10px;
    color: #fff;
    font-size: 22px;
    font-weight: 300;
    text-transform: uppercase;
}

.welc_txt img {
    width: 100%;
    max-width: 326px;
}

.welc_txt p {
    color: #d9d9d9;
    font-size: 15px;
    font-weight: 100;
    margin-top: 30px;
    line-height: 25px;
    letter-spacing: 0.5px;
}

.welc_txt a {
    width: 194px;
    height: 41px;
    display: inline-block;
    margin-top: 35px;
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    border: 1px solid #fff;
    text-align: center;
    text-transform: uppercase;
    line-height: 41px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.welc_txt a:hover {
    border: 1px solid #538aa9;
    background: #538aa9;
}


/* HP FEATURED PROPERTIES */

.hp_featprop h2 {
    /* margin-top: 140px; */
    margin-top: 90px;
    color: #424242;
    font-size: 34px;
    font-weight: 200;
    line-height: 32px;
    text-transform: uppercase;
    letter-spacing: 5px;
}

.hp_featprop h2 strong {
    color: #538aa9;
    letter-spacing: 0;
}

.featprop {
    margin-top: -68px;
    padding-right: 3px;
}

.fp_list {
    /*margin: 0 0.3%;*/
    margin: 0 0.4%;
	background-size:auto 100%;
}

.fp_list img {
    width: 100%;
    max-width: 262px;
    margin: 0 auto;
}


/* FP ARROWS */

.hp_featprop .slick-arrow {
    width: 49px;
    height: 49px;
    position: absolute;
    z-index: 1;
    right: 19px;
    font-size: 0;
    border: none;
    outline: none;
    cursor: pointer;
    background: url(images/fp-arrows.png) no-repeat;
}

.hp_featprop .slick-prev {
    /* top: 160px; */
    top: 110px;
    background-position: 0 0;
}

.hp_featprop .slick-next {
    /* top: 210px; */
    top: 160px;
    background-position: 0 -62px;
}

.slick-slide,
.slick-slide *,
.slick-slide a {
    outline: none;
}


/* HP BLOG */

.hp_widget5 {
    margin-top: 80px;
}

.hp_blog {
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding-bottom: 45px;
}

.hp_blog:before {
    width: 100%;
    max-width: 1140px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    content: '';
    border-top: 1px solid #d4d4d4;
}

.hp_blog h2 {
    margin: 45px 0 35px;
    padding: 0 15px;
    color: #424242;
    font-size: 30px;
    font-weight: 200;
    text-transform: uppercase;
}

.hp_blog li h3 {
    margin-bottom: 15px;
    color: #538aa9;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    height: 50px;
}
.hp_blog li img {
    width: 100%;
    max-width: 360px;
    max-height: 232px;
    /*height: 300px;*/
}

.hp_blog li p {
    margin-top: 25px;
    /*padding-right: 10px;*/
    color: #777777;
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
}

.hp_blog li a.blog_more {
    width: 109px;
    height: 37px;
    display: inline-block;
    margin-top: 30px;
    color: #5c5c5c;
    font-size: 10px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    border: 1px solid #d9d9d9;
    text-align: center;
    text-transform: uppercase;
    line-height: 37px;
    letter-spacing: 2px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.hp_blog a.blog_more:hover {
    color: #fff;
    background: #538aa9;
    border: 1px solid #538aa9;
}


/* FOOTER */

.footerwrap {
    margin-top: 80px;
    color: #777777;
    font-size: 13px;
    font-weight: 300;
}
.footerwrap a {
    color: #777777;
}
.footerwrap a:hover {
    color: #538aa9;
}

/* FOOTER CONTACT INFO */

.foot_cntctinfo {
    line-height: 30px;
}

.foot_cntctinfo img {
    width: 100%;
    max-width: 285px;
    margin: 20px 0 25px;
}


/* FOOTER NAVIGATION */

.foot_navs {
    padding: 0 15px 0 50px;
}

.foot_navs h2 {
    margin: 20px 0 5px 0;
    color: #1a1a1a;
    font-size: 20px;
    font-weight: 300;
    text-transform: uppercase;
}

.footernav {
    width: 100%;
}

.footernav li {
    width: 49%;
    display: inline-block;
    vertical-align: top;
    line-height: 30px;
}


/* FOOTER CONTACT FORM */

.footform_wrap {
    padding: 35px 24px;
    background: #1a1a1a;
}

.footform_wrap h2 {
    margin-bottom: 30px;
    color: #ffffff;
    font-size: 20px;
    font-weight: 300;
    text-align: center;
    text-transform: uppercase;
}

.foot_form {
    font-size: 0;
}

.foot_form input {
    width: 100%;
    height: 45px;
    padding: 0 10px;
    color: #a9a9a9;
    font-size: 12px;
    font-weight: 300;
    border: none;
    outline: none;
    background: #fff;
}

.foot_form span.wpcf7-form-control-wrap {
    /*width: 150px;*/
    width: 49.68%;
    display: inline-block;
}

.foot_form span.wpcf7-form-control-wrap.your-name {
    float: left;
}

.foot_form span.wpcf7-form-control-wrap.your-email {
    float: right;
}

.form_bottom {
    width: 100%;
    height: 85px;
    display: inline-block;
    position: relative;
    margin-top: 2px;
}

.form_bottom textarea {
    width: 100%;
    height: 100%;
    padding: 15px 90px 10px 10px;
    color: #a9a9a9;
    font-size: 12px;
    font-weight: 300;
    border: none;
    outline: none;
    background: #fff;
}

.foot_form span.wpcf7-form-control-wrap.your-message {
    width: 100%;
    height: 85px;
    display: inline-block;
}

.foot_form .wpcf7-submit {
    width: 75px;
    height: 65px;
    padding: 0;
    margin: 0;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    position: absolute;
    top: 12px;
    right: 10px;
    border: none;
    background: #538aa9;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.foot_form .wpcf7-submit:hover {
    background: #9bbfd4;
}

.foot_form .use-floating-validation-tip span.wpcf7-not-valid-tip {
    font-size: 11px;
}

.foot_form div.wpcf7-response-output {
    color: #fff;
    font-size: 12px;
    text-align: center;
}


/* FOOTER COPYRIGHT */

.foot_copyright {
/*    min-height: 105px;*/
    margin-top: 60px;
    padding: 30px 0;
    color: #777777;
    font-size: 11px;
    font-weight: 300;
    background: #1a1a1a;
    line-height: 30px;
}

.foot_mls {
    float: right;
    color: #538aa9;
    font-size: 20px;
}


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

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

#inner-page-wrapper .container {
    background: #fff;
}

.yoast-breadcrumbs {
    font-size: 12px;
}


/* Adjust minimum height of page area */

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


/** Adjust width of content columns **/

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

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


/* Adjust width of sidebar */

.sidebar {
    width: 23.83%;
}


/* SIDEBAR QUICK SEARCH */

.side_qs {
    width: 100%;
    max-width: 300px;
    display: inline-block;
    vertical-align: top;
    margin: 0 auto 20px;
    padding: 15px 10px;
    background: rgba(26, 26, 26, 0.9);
}

.side_qs h2 {
    margin: 0 0 10px;
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    text-align: center;
    text-transform: uppercase;
}

.sideqs_form {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    font-size: 0;
    text-align: center;
}

.sideqs_form select {
    height: 33px;
    margin-bottom: 2px;
    padding-left: 3px;
    color: #b7b7b7;
    font-size: 12px;
    font-weight: 300;
    border: none;
    background: #fff;
    outline: none;
}

.sideqs_form select.sideqs_long {
    width: 100%;
}

.sideqs_form select.sideqs_short {
    width: 49.6%;
}

.sideqs_left {
    float: left;
}

.sideqs_right {
    float: right;
}

.sideqs_form .sideqs_submit {
    width: 49.6%;
    height: 33px;
    padding: 0;
    margin: 0;
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    border: none;
    background: #538aa9;
    outline: none;
}

.sideqs_form a.sideqs_adv {
    width: 49.6%;
    height: 33px;
    display: inline-block;
    vertical-align: top;
    padding: 0;
    margin: 0;
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    background: #9bbfd4;
    line-height: 33px;
}


/* SIDEBAR CTA */

.side_cta {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 20px;
}

.sidecta_list {
    max-width: 270px;
    max-height: 260px;
    margin: 10px auto 0;
    text-align: center;
    background: url(images/cta-bg.png) no-repeat top center;
    background-size: 100% 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.sidecta_list > a {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: 260px;
}

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

.sidecta_list h3 {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-size: 25px;
    font-weight: 300;
    line-height: 25px;
}

.sidecta_list h3 strong {
    display: block;
    font-weight: 700;
    text-transform: uppercase;
}

.sidecta_list:hover {
    background: url(images/cta-hover.png) no-repeat top center;
    background-size: 100% 100%;
}


/* 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 {
    color: #538aa9;
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
}


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

#content .archive-title {
    color: #538aa9;
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
}


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

#content .archive-subtitle {
    color: #538aa9;
    font-size: 15px;
}

.ai-contact-wrap span {
    font-size: 24px;
    line-height: 1.2;
}

.aidefcf-wrapper .wpcf7-form-control.wpcf7-select {
    color: #666666;
}

.single-aios_agent .agent-contact-name {
    display: none;
}


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


/** Agent Plugin **/

.agent-holder .attachment-agent-image img {
    width: 100%;
    max-width: 131px !important;
    margin: 0 !important;
    min-height: 168px;
}

.agent-holder {
    width: 45%;
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 15px;
}

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

.agent-multi-list {
    padding: 0;
    border-top: none;
}

.agents-about {
    text-align: center;
}

.agent-about {
    display: inline-block;
    width: 31%;
    margin: 10px 0;
    text-align: center;
}

.agent-about .agent-name {
    font-weight: bold;
}

.agent-about img {
    width: 100%;
    display: inline-block;
    max-width: 180px !important;
    height: 210px !important;
    object-fit: cover;
}





.smis-hdr a[aria-label="facebook"] {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #4d6baa;
    border-radius: 50%;
}

.contact-smis-hdr {
    margin-bottom: 14px;
}

.smis-hdr a[aria-label="facebook"]:hover {
    color: #fff;
    opacity: 0.8;
}










/*IDX*/
    ul#ihf-detail-extrainfotabs, #ihf-search-tabs > ul.nav-tabs, #ihf_select_property_type_chosen ul.chosen-results, #ihf_select_bedrooms_homes_chosen ul.chosen-results, #ihf_select_baths_homes_chosen ul.chosen-results{
        margin-left:0!important;
        }

        .ihf-advanced-property-search ul.chosen-results {
            padding-left: 0 !important;
        }
        #ihf-main-container .dropdown-menu > .active > a{
            color:#333 !important
            }

            #ihf-main-container .dropdown-menu > li > a:hover {
                        color: #000 !important;
                    }
            .page-id-0 #content ul{
                margin-left: 0 !important;
                padding: 0 !important;
        }
         #ihf-main-container .btn-primary:hover{
             background-color: #285e8e !important;
        }
        #ihf-main-container .pagination>li>a, #ihf-main-container .pagination>li>span{
            padding: 6px 8px !important;
        }
        .ihf-grid-result-address{
            display: block !important

        }


/*

*/
