/*
Theme Name: Mike Lombardo Team
Theme URI: http://aios3-staging.agentimage.com/m/mikelom.com/htdocs
Description: AIOS mobile semi-custom theme.
Author: AgentImage
Author URI: http://www.agentimage.com
Version: 1.4.2
Tags: one-column, two-columns, right-sidebar, custom-menu, full-width-template, sticky-post
License: Proprietary
License URI: http://www.agentimage.com
Template: aios-starter-theme
*/


/*

TABLE OF CONTENTS

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


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


/* Sub Menu */

#nav li {
    position: relative;
}

#nav .sub-menu {
    list-style: none outside none;
    margin: 0;
    background: rgba(0, 0, 0, 0.9) url("images/submenu-fixer.png");
    display: none;
    padding: 0;
    position: absolute;
    width: 100%;
    min-width: 180px;
}

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

#nav .sub-menu a:hover {
    background: none repeat scroll 0 0 #b2b2b2;
    color: #000000;
    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: Arial, Helvetica, Georgia, 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; */
}

body {
    font-size: 14px;
    background: #FFF;
    color: #565656;
    margin: 0;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}

a:hover {
    text-decoration: none;
    color: inherit;
    outline: none;
}

a:link,
a:visited {
    outline: none;
}


/*** Header ***/

.header-main {
    width: 100%;
    z-index: 1020;
    margin: 0 auto;
    position: fixed;
    background: rgba(255, 255, 255, 1);
    height: auto;
    box-shadow: 1px 1px 6px #999;
    height: 96px;
}

.home .header-main {
    position: fixed;
    box-shadow: none;
}


/*** Header Area ***/

.hdr-logo {
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
}

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

.hdr-logo img.fix-logo {
    display: none;
}

.hdr-info {
    text-align: right;
    padding-top: 20px;
    color: #5f5f5f;
    font-size: 0;
}

.hdr-contact {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    font-size: 0;
}

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

.hdr-contact span {
    margin: 0;
    display: inline-block;
    padding: 0;
}

.sm-icon {
    display: inline-block;
    width: 26px;
    vertical-align: top;
}

.sm-icon a {
    padding: 0;
    display: inline-block;
    color: #7f7f7f;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    width: 26px;
    text-align: center;
    border: 1px solid #b2b2b2;
    line-height: 24px;
}

.sm-icon a:hover {
    color: #1c234d;
}

.sm-icon a.ai-font-facebook {
    font-size: 12px;
}

.sm-icon a.ai-font-facebook:hover {
    background: #7f7f7f;
    color: #fff;
    border-color: #7f7f7f;
}

.ai-font-phone-o {
    padding: 0;
    display: inline-block;
    color: #7f7f7f;
    width: 26px;
    text-align: center;
    border: 1px solid #b2b2b2;
    line-height: 24px;
    font-size: 10px;
}

.email-wrapp,
.phone-wrapp {
    display: inline-block;
    background: transparent;
    cursor: pointer;
    padding: 0;
    margin-right: 5px;
}

.phone-wrapp {
    background: #7f7f7f;
    padding-right: 5px;
}

.email-wrapp,
.phone-wrapp {
    color: #fff;
}

.email-wrapp:hover {
    background: #7f7f7f;
    padding-right: 5px;
}

.email-wrapp span em.ai-font-envelope-a,
.phone-wrapp span em.ai-font-phone-o {
    padding: 0;
    display: inline-block;
    color: #000;
    font-weight: normal;
    width: 26px;
    text-align: center;
    border: 1px solid #b2b2b2;
    line-height: 24px;
    font-size: 10px;
}

.phone-wrapp span em.ai-font-phone-o {
    color: #fff;
    border: 1px solid #7f7f7f;
}

.email-wrapp:hover span em.ai-font-envelope-a {
    color: #fff;
    border: 1px solid #7f7f7f;
}

.email-wrapp span.hdr-email {
    display: none;
}

.phone-wrapp span.hdr-phone {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
}

.email-wrapp:hover span.hdr-email {
    display: inline-block;
    color: #fff;
    font-size: 10px;
    line-height: 1;
}

.g-translate {
    display: inline-block;
    margin-left: 5px;
}

#translate-this .goog-te-gadget .goog-te-combo {
    background: url(images/translate-img.png) no-repeat !important;
    width: 143px !important;
    height: 26px !important;
    border: 0 !important;
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    font-size: 0;
}

#translate-this .goog-te-gadget .goog-te-combo option {
    color: #000;
    font-size: 12px;
}

.goog-te-gadget .goog-te-combo {
    margin: 0 !important;
}


/*** Navigation ***/

.nav-wrap {
    position: relative;
    background: rgba(255, 255, 255, 0.8);
}

.navigation {
    position: relative;
    margin-top: 0;
}

#nav {
    text-align: right;
}

#nav li {
    display: inline-block;
    margin: 0 0 0 44px;
}

#nav li a {
    font-weight: 400;
    color: #8eadcd;
    font-size: 14px;
    text-transform: uppercase;
    display: inline-block;
    margin: 0;
    outline: none;
    text-decoration: none;
    padding: 13px 0;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    border-bottom: 2px solid #fff;
}

#nav li:first-child {
    border-left: 0;
}

#nav li:hover {
    border-bottom: 2px solid #8eadcd;
}

#nav li:hover a {
    border-bottom: 2px solid #8eadcd;
}

#nav .sub-menu {
    min-width: 200px;
    left: 50%;
    margin-left: -100px;
    z-index: 9;
    padding: 2px 10px;
    background: none;
    color: #fff;
    text-align: left;
}

#nav .sub-menu a {
    padding: 0;
}

#nav .sub-menu li {
    width: 100%;
    position: relative;
    margin: 0;
}

#nav .sub-menu li:hover {
    background: transparent;
}

#nav .sub-menu li a {
    width: 100%;
    font-size: 12px;
    font-weight: 300;
    padding: 8px 0px;
    text-transform: none;
    color: #fff;
    text-transform: uppercase;
    border-left: none;
    margin: 0;
    background: rgba(147, 147, 147, 0.8);
    text-align: center;
    border: none !important;
}

#nav .sub-menu li a:hover {
    color: #fff;
    background: #7f7f7f;
    font-weight: 500;
    border: none !important;
}

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

.hdr-logo img.default-logo {
    display: block;
}

.hdr-logo img.fixed-logo {
    display: none;
}


/***Header Short***/

.header-main.short {
    position: fixed;
    z-index: 1010;
    top: 0;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    box-shadow: 1px 1px 6px #999;
}

.header-main.short .hdr-logo img.main-logo {
    display: none;
}

.header-main.short .hdr-logo img.fix-logo {
    display: block;
}

.cycloneslider-template-responsive .cycloneslider-pager {
    bottom: 30px !important;
}

.cycloneslider-template-responsive .cycloneslider-pager span {
    border: 1px solid #fff;
}


/*** HP SLIDE ***/

.slide-area {
    width: 100%;
    position: relative;
    z-index: 0;
    top: 0;
}

.hp-slide {
    width: 100%;
    z-index: 0;
    position: relative;
    height: 100%;
}

.cycloneslider-template-responsive {
    margin-bottom: 0 !important;
}


/** CTA Area **/

.cta-widget-area {
    width: 100%;
    margin: 0 auto;
    position: absolute;
    z-index: 2;
    background: url(images/slide-overlay.png);
    height: 100%;
    min-height: 778px;
    top: 0;
}

.cta-list {
    font-size: 0;
    text-align: center;
    position: relative;
    top: 50%;
    transform: translate(0, 400%);
    height: 100%;
}

.cta-list>a {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    max-width: 360px;
    height: 96px;
    text-decoration: none;
    background: transparent;
    font-size: 0;
    margin: 0 20px;
    border: 1px solid #fff;
    background: url(images/cta-arrow.png) no-repeat rgba(171, 190, 213, 0);
    background-position: 92% 50%;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}

.cta-list>a:hover {
    background: url(images/cta-arrow.png) no-repeat rgba(171, 190, 213, 1);
    background-position: 92% 50%;
    border: 1px solid rgba(171, 190, 213, 1);
}

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

.cta-list>a span {
    color: #fff;
    text-transform: uppercase;
    width: 100%;
    max-width: 360px;
    vertical-align: middle;
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 1px;
}


/*** Quick Search ***/

.qs-icon {
    width: 100%;
    padding-top: 27px;
    text-transform: uppercase;
    color: #747474;
    font-size: 24px;
    font-weight: 400;
    text-align: center;
    letter-spacing: 1px;
}

.qs-cont {
    padding-bottom: 27px;
    padding-top: 27px;
    position: relative;
    z-index: 1;
    width: 100%;
    font-size: 0;
    float: right;
    text-align: right;
}

.qs-cont form {
    width: 100%;
    margin: 0px auto;
}

.qs-cont select.wide {
    width: 30.5%;
    max-width: 185px;
}

.qs-cont div.btn-group {
    width: 15.5%;
}

.qs-cont select.normal {
    width: 30.5%;
    max-width: 180px;
}

.qs-cont select,
.qs-cont input[type="number"] {
    color: #3f3f3f;
    font-size: 12px;
    height: 49px;
    padding: 0 5px 0 12px;
    display: inline-block;
    width: 10.01%;
    max-width: 112px;
    vertical-align: top;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url(images/qs-arrow.png) no-repeat;
    background-position: 92% 50%;
    border: 1px solid #cfcfcf;
}

.qs-cont input[type="number"] {
    background: none;
}

.qs-cont input#qs-max-price::placeholder,
.qs-cont input#qs-min-price::placeholder {
    color: #3f3f3f !important;
    opacity: 1 !important;
}

.qs-cont input[type="number"] {
    -moz-appearance: textfield !important;
}

.qs-cont input[type="number"]::-webkit-inner-spin-button,
.qs-cont input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

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

.qs-cont .qs-cont-sub,
.qs-cont a.adv-srch {
    width: 15%;
    height: 49px;
    background: rgba(7, 149, 218, 1);
    text-align: center;
    color: #fff;
    appearance: normal !important;
    -webkit-appearance: normal !important;
    -moz-appearance: normal !important;
    border-radius: 0;
    border: 0;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    margin: 0;
    vertical-align: top;
    letter-spacing: 1px;
    max-width: 165px;
    display: inline-block;
    line-height: 49px;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 14px;
}

.qs-cont a.adv-srch {
    background: rgba(127, 127, 127, 1);
}

.qs-cont .qs-cont-sub:hover {
    background: rgba(7, 149, 218, 0.8);
}

.qs-cont a.adv-srch:hover {
    background: rgba(127, 127, 127, 0.8);
}


/*** Featured Properties ***/

.top-widget-wrapper {
    padding-bottom: 60px;
    position: relative;
    font-size: 0;
    width: 100%;
    margin: 0 auto;
}

.fp-info {
    position: relative;
}

.fp-title {
    font-size: 32px;
    color: #0795da;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 50px;
    text-transform: uppercase;
}

.fp-title span {
    color: #7f7f7f;
}

.fp-title:after {
    content: '';
    width: 10%;
    height: 2px;
    margin: 30px auto 0;
    display: block;
    background: #b1bed0;
}

.fp-list {
    font-size: 0;
    text-align: center;
    display: inline-block;
    position: relative;
    width: 100%;
}

.fp-list>a {
    display: inline-block;
    vertical-align: middle;
    height: auto;
    text-decoration: none;
    margin: 0;
    position: relative;
    width: 100%;
}

.fp-list>a .fp-center-holder {
    position: relative;
    background: #000;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}

.fp-list>a:hover .fp-center-holder {
    background: #a2bdda;
}

.fp-list>a .fp-center-holder img {
    z-index: 1;
    width: 100%;
    opacity: 0.8;
}

.fp-list>a:hover .fp-center-holder img {
    opacity: 0.1;
}

.fp-list>a .fp-center-holder .view-link {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    margin: 0 auto;
    vertical-align: middle;
    font-size: 0;
    top: 50%;
    transform: translate(0, -50%);
}

.fp-list>a .fp-center-holder .view-link:before {
    content: '';
    width: 0%;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.fp-list>a .fp-center-holder .view-link span {
    display: none;
}

.fp-list>a:hover .fp-center-holder .view-link span {
    border: 1px solid #fff;
    width: 100%;
    max-width: 200px;
    font-size: 12px;
    display: block;
    margin: 0 auto;
    height: 52px;
    line-height: 52px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 1px;
    background: rgba(171, 190, 213, 0.8);
    text-shadow: 2px 2px 4px #000000;
}

.fp-list>a .fp-info-holder {
    font-size: 0;
    position: relative;
    width: 100%;
    z-index: 1;
    bottom: 0;
}

.fp-list>a .fp-info-holder span {
    color: #bfa067;
    text-transform: uppercase;
    padding: 20px 0 5px;
    margin: 0 auto;
    vertical-align: middle;
    display: inline-block;
    font-size: 42px;
    position: relative;
    z-index: 2;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    font-weight: 300;
    width: 100%;
}

.fp-list>a .fp-info-holder p {
    font-size: 13px;
    color: #666666;
    line-height: 20px;
    padding: 30px 0;
}

.fp-list>a .fp-info-holder p em {
    display: block;
    font-style: normal;
    font-size: 10px;
    color: #949393;
    text-transform: capitalize;
    letter-spacing: 1px;
}


/** Welcome Area **/

.welcome-widget {
    border-top: 1px solid #dedede;
}

.welcome-widget h1 {
    font-size: 24px;
    color: #7f7f7f;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 30px;
    text-transform: uppercase;
}

.welcome-widget span {
    color: #0795da;
}

.welcome-widget em {
    display: block;
    font-size: 14px;
    font-style: normal;
}

.welcome-widget p {
    margin: 20px auto;
    text-align: center;
    width: 90%;
}


/*** Testimonials ***/

.testi-main-wrapp {
    width: 100%;
    background: url(images/testi-main-bg.jpg);
    min-height: 439px;
    margin: 60px auto 0;
    padding-top: 88px;
    padding-bottom: 88px;
    background-size: cover;
}

.testi-title {
    padding: 0 0 56px 0;
    text-align: center;
    text-transform: uppercase;
    font-size: 23px;
    color: #fff;
    font-weight: 700;
}

.testi-cont {
    width: 100%;
    color: #fff;
    position:relative;
   
}

.testi-cont p {
    width: 80%;
    margin: 20px auto;
    text-align: center;
    line-height: 28px;
    font-style: italic;
    font-weight: 300;
}

.testi-cont strong {
    display: block;
    margin: 60px 0 0;
    font-style: normal;
    text-transform: uppercase;
    font-size: 17px;
}

.testi-cont em {
    font-style: normal;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 1px;
}

.testi-list a {
    color: #fff;
}

.testi-list:hover a {
    color: #eeeeee;
}


/*** Get in Touch ***/

.ftr-form {
    padding-bottom: 30px;
    position: relative;
    width: 100%;
    background: #eaeaea;
    margin: 0 auto;
    display: none;
}

.ftr-form .title-form {
    font-size: 22px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
    display: inline-block;
    margin-top: 40px;
    width: 100%;
    margin-bottom: 30px;
}

.cont-form {
    margin-top: 30px;
    position: relative;
    margin-bottom: 30px;
    margin: 0 auto;
    text-align: right;
    float: right;
    font-size: 0;
    display: inline-block;
    width: 100%;
}

.cont-form form {
    position: relative;
}

.cont-form div.wpcf7 .ajax-loader {
    position: absolute;
    left: 100%;
    top: 30px;
}

.cont-form input[type='text'],
.cont-form input[type='tel'],
.cont-form input[type='email'],
.cont-form textarea {
    width: 100%;
    color: #969696;
    display: inline-block;
    font-size: 12px;
    height: 46px;
    font-weight: 400;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: none;
    vertical-align: top;
    border: 1px solid #969696;
    max-width: 220px;
    padding-left: 10px;
    margin-right: 4px;
    text-transform: uppercase;
    outline: none;
}

.cont-form .git-form-group {
    display: inline-block;
    vertical-align: middle;
}

.cont-form .use-floating-validation-tip span.wpcf7-not-valid-tip {
    font-size: 13px;
    top: 50%;
}

.cont-form textarea {
    width: 88%;
    border: transparent;
    max-width: 521px;
    height: 44px;
    padding-top: 13px;
    resize: none;
}

div.cont-form input[type='submit'] {
    height: 35px;
    text-align: center;
    color: #69615f;
    vertical-align: middle;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-appearance: none;
    width: 100%;
    max-width: 42px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    position: relative;
    border: 0;
    background: url(images/send-icon.png) no-repeat 10px 12px;
    display: inline-block;
    font-size: 0;
    outline: none;
}

div.wpcf7 .ajax-loader {
    position: absolute;
    right: 0;
}

::-webkit-input-placeholder {
    opacity: 1;
    color: #969696;
}


/* gray80 */

:-moz-placeholder {
    opacity: 1;
    color: #969696;
}


/* Firefox 18- (one color)*/

::-moz-placeholder {
    opacity: 1;
    color: #969696;
}


/* Firefox 19+ (double colons) */

:-ms-input-placeholder {
    opacity: 1;
    color: #969696;
}

div.cont-form div.wpcf7-validation-errors,
div.cont-form div.wpcf7-mail-sent-ok {
    text-align: center;
    color: #969696;
    width: 50%;
    margin: 2em auto;
    font-size: 14px
}

div.cont-form .cont-merge {
    width: 47.4%;
    border-right: transparent;
    height: 46px;
    display: inline-block;
    border: 1px solid #969696;
    max-width: 459px;
    vertical-align: middle;
}


/*** Footer ***/

.footer {
    font-size: 12px;
    font-weight: 300;
    width: 100%;
    color: #fff;
    padding: 60px 0;
    text-align: center;
    background: #0795da;
}

.ftr-info {
    width: 100%;
    margin: 30px auto 0;
    text-align: center;
    border-bottom: 1px solid #d0d0d0;
    padding-bottom: 30px;
}

.ftr-info p {
    margin: 10px 0;
}

.ftr-info a {
    color: #fff;
}

.ftr-info img.logo-fmls {
    width: 100%;
    max-width: 109px;
}

.footer li {
    display: inline-block;
    padding: 0 10px;
    line-height: 10px;
    text-transform: uppercase;
    font-size: 13px;
}

.footer li a {
    color: #fff;
}

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

.footer a {
    color: #fff;
}

.footer a:hover {
    color: #bfa067;
}

.footernav {
    /*padding: 15px 0 0;*/
}

.footer .copyright,
.sitemap {
    color: #fff;
    padding-top: 20px;
}

.footer .copyright a {
    color: #fff;
    font-weight: 500 !important;
}

.footer .copyright a.sitemap {
    font-weight: 300 !important;
}

em.ai-icon-ftr {
    font-size: 24px;
    padding: 20px 0 0;
    display: block;
    text-align: center;
    color: #fff;
}

.footer img {
    width: 100%;
    max-width: 262px;
    padding-bottom: 50px;
    padding: 0 10px;
    margin-bottom: 20px;
}

#content .archive-thumbnail {
    margin-top: 28px;
}


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

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


/* Adjust minimum height of page area */

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


/** Adjust width of content columns **/

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

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


/* 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 {
    /* display: none; */
}


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

#content .archive-title {}


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

#content .archive-subtitle {}


/*** QS ***/

.qs-title {
    color: #747474;
    padding: 10px 0 0;
    text-align: center;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 300;
    display: block;
}

.sidebar-qs select.wide {
    width: 100%;
    background-position: 97% 50%;
}

.sidebar-qs select {
    border-radius: 0;
    color: #3f3f3f;
    font-size: 12px;
    height: 33px;
    padding: 0 5px;
    display: inline-block;
    width: 49.5%;
    border: 1px solid #cfcfcf;
    margin: 1% 0;
    font-weight: 400;
    vertical-align: top;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url(images/qs-arrow.png) no-repeat;
    background-position: 92% 50%;
}

.sidebar-qs .left {
    float: left;
}

.sidebar-qs .right {
    float: right;
}

.sidebar-qs form#custom-quick-search {
    font-size: 0;
}

.sidebar-qs .qs-cont-sub,
.sidebar-qs a {
    width: 100%;
    height: 33px;
    background: rgba(7, 149, 218, 1);
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    appearance: normal !important;
    -webkit-appearance: normal !important;
    -moz-appearance: normal !important;
    border-radius: 0;
    border: 0;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    margin: 1% 0;
    vertical-align: top;
    letter-spacing: 1px;
    max-width: 100%;
    display: inline-block;
    line-height: 33px;
    font-size: 12px;
    font-weight: 600;
}

.sidebar-qs a {
    background: rgba(127, 127, 127, 1);
}

.sidebar-qs .qs-cont-sub:hover {
    background: rgba(7, 149, 218, 0.8);
}

.sidebar-qs a:hover {
    background: rgba(127, 127, 127, 0.8);
}


/*** CTA ***/

.ipcta-list {
    font-size: 0;
    text-align: center;
    position: relative;
    display: block;
    margin-top: 8px;
}

.ipcta-list>a {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    max-width: 360px;
    height: 96px;
    text-decoration: none;
    background: transparent;
    font-size: 0;
    margin: 10px 0;
    background: url(images/cta-arrow.png) no-repeat rgba(171, 190, 213, 0.8);
    background-position: 92% 50%;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}

.ipcta-list>a:hover {
    background: url(images/cta-arrow.png) no-repeat rgba(171, 190, 213, 1);
    background-position: 92% 50%;
}

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

.ipcta-list>a span {
    color: #fff;
    text-transform: uppercase;
    width: 100%;
    max-width: 360px;
    vertical-align: middle;
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 1px;
}

a.welcome-btn {
    background-color: rgba(7, 149, 218, 1);
    color: #ffffff;
    padding: 10px 25px;
}

a.welcome-btn:hover {
    background-color: rgba(7, 149, 218, 0.6);
}

.welcome-cont a:hover {
    background-color: rgba(7, 149, 218, 0.6);
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 15.5% !important;
}

button.btn.dropdown-toggle.bs-placeholder.btn-default {
    color: #3f3f3f;
    font-size: 12px;
    height: 49px;
    padding: 0 5px;
    display: inline-block;
    width: 100.01%;
    vertical-align: top;
    outline: none !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    /* background: url(images/qs-arrow.png) no-repeat; */
    background-position: 92% 50%;
    border: 1px solid #cfcfcf;
}

.bootstrap-select>.dropdown-toggle {
    width: 100%;
    padding-right: 25px;
    z-index: 1;
    padding: 13.5px 12px !important;
    font-size: 14px;
    line-height: 1.428571429;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
}

.sidebar .bootstrap-select>.dropdown-toggle {
    padding: 11px 10px !important;
}

.sidebar-qs .btn-group.bootstrap-select.show-tick {
    width: 100%!important;
}

.sidebar-qs button.btn.dropdown-toggle.bs-placeholder.btn-default {
    padding: 0 5px;
    display: inline-block;
    max-width: 100%!important;
    vertical-align: top;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: none !important;
    background-position: 92% 50%;
    border: 1px solid #cfcfcf;
    border-radius: 0;
    color: #3f3f3f;
    font-size: 12px;
    height: 33px;
    width: 100%;
    margin: 1% 0;
}

.sidebar-qs .dropdown-menu>li>a {
    /* display: block; */
    padding: 1px 14px;
    /* clear: both; */
    font-weight: normal;
    /* line-height: 1.42857143; */
    color: #333;
    white-space: nowrap;
}

.sidebar-qs button.btn.dropdown-toggle.btn-default {
    border-radius: 0;
    color: #000;
    font-size: 12px;
    height: 33px;
    padding: 0 5px;
    display: inline-block;
    width: 100%;
    border: 1px solid #777e89;
    margin: 1% 0;
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
    display: inline-block;
    overflow: hidden;
    width: 90%;
    white-space: nowrap;
    display: block;
    text-align: left;
    margin-top: -4px !important;
    font-size: 12px;
    color: inherit;
}

.sidebar-qs ul li span {
    float: left;
    text-transform: initial;
    padding:
}

.sidebar-qs .dropdown-menu>li>a {
    font-weight: normal;
    color: #333;
    white-space: nowrap;
    background-color: white;
}

button.btn.dropdown-toggle.bs-placeholder.btn-default span {
    margin-top: 0%!important;
}

.qs-cont button.btn.dropdown-toggle.btn-default span {
    margin-top: 0%!important;
}

.sidebar-qs button.btn.dropdown-toggle.bs-placeholder.btn-default span {
    /*margin-top: -2.5%!important;*/
    margin-top: -5px !important;
    margin-left: -3px;
}

.fp-imgs {
    /*background-size: 100% 114%; */
    background-position: center center;
}

img.logo2 {
    max-width: 138px;
}

.slick-slide {
    outline: none;
}

#content .ai-default-cf7wrap input[type="submit"]:hover {
    background: rgba(127, 127, 127, 1) !important;
}

.ai-contact-wrap span.context-email a:hover {
    color: rgba(7, 149, 218, 1) !important;
}

.qs-cont .dropdown-menu.inner {
    max-height: 270px !important;
}

.page-id-626 .agent-holder .agent-social a {
    margin-left: -8px;
}

.single-aios_agent .agent-holder .agent-contact-smi {
    margin-left: -7px;
}

#ihf-main-container .ihf-share-btn-facebook span {
    padding-top: 1px;
}

.page-id-936 .addtoany_content {
    display: none;
}

.page-id-936 #inner-page-wrapper {
    margin-bottom: 0;
}

.cont-form a {
    background-color: rgba(7, 149, 218, 1);
    color: #ffffff;
    padding: 10px 25px;
    font-size: 16px;
    margin: 0px auto;
    display: block;
    text-align: center;
    width: 100%;
    max-width: 186px;
    letter-spacing: 1px;
}

.page-id-936 .ftr-form {
    display: block;
}

.IA-image img {
    width: auto;
}


/*Best Agent Template*/

.header-main {
    height: 106px;
}

.header-main.short {
    height: 94px;
}

.page-template-template-best-agent #nav li a,
.page-template-template-valuation-landing #nav li a {
    color: #000;
}

.page-template-template-best-agent #nav li:hover,
.page-template-template-valuation-landing #nav li:hover {
    border-bottom: 2px solid #000;
}

.page-template-template-best-agent #nav li:hover a,
.page-template-template-valuation-landing #nav li:hover a {
    border-bottom: 2px solid #000;
}

.best-agent-top-area {
    width: 100%;
    position: relative;
    z-index: 0;
    top: 0;
    min-height: 750px;
}

.page-template-template-best-agent .cycloneslider-template-video .cycloneslider-slides,
.page-template-template-valuation-landing .cycloneslider-template-video .cycloneslider-slides {
    top: 106px;
}

.page-template-template-best-agent .cta-widget-area,
.page-template-template-valuation-landing .cta-widget-area {
    width: 100%;
    margin: 0 auto;
    position: absolute;
    z-index: 2;
    background: none;
    height: 80%;
    min-height: auto;
    top: 0;
}

.page-template-template-best-agent .cycloneslider-template-video .cycloneslider-volume,
.page-template-template-valuation-landing .cycloneslider-template-video .cycloneslider-volume {
    display: none;
}

.page-template-template-best-agent .cta-list,
.page-template-template-valuation-landing .cta-list {
    font-size: 0;
    text-align: center;
    position: relative;
    top: 20%;
    transform: translate(0, 400%);
    height: auto;
    margin-top: 100px;
}

.best-agent-wrap {
    background: url(images/section-1.jpg) no-repeat fixed top center transparent;
    background-size: cover;
    padding: 145px 0 128px 0;
    position: relative;
}

.best-agent-wrap > .container {
    z-index: 2;
    display: block;
    position: relative;
}

.best-agent-wrap::after {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    top: 0;
    left: 0;
    position: absolute;
    z-index: 1;
}

.best-agent-wrap h1 {
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 55px;
    color: #FFFFFF;
    text-transform: uppercase;
    text-align: center;
}

.best-agent-wrap p {
    font-family: 'Poppins';
    font-weight: normal;
    font-size: 20px;
    color: #FFF;
    text-align: center;
    margin: 5px 0 0px 0;
}

.best-agent-wrap p.sub-head {
    margin: 5px 0 95px 0;
}

.best-agent-desc,
.best-agent-desc2 {
    font-family: 'Poppins';
    font-weight: normal;
    font-size: 14px;
    color: #FFF;
}

.best-agent-1 .best-agent-desc {
    margin-top: 20px;
}

.best-agent-2 .best-agent-desc {
    margin-top: 140px;
}

.best-agent-3 .best-agent-desc {
    /*margin-top: 20px;*/
    margin-top: 10px;
    margin-left: 12px;
}

.best-agent-3 .best-agent-desc2 {
    margin-top: 100px;
}

.best-agent-container1 {
    margin-bottom: 43px;
}

.best-agent-container2 {
    margin-bottom: 43px;
}

.best-agent-container4 {
    margin-top: 60px;
    position: relative;
    display: block;
    margin-bottom: 100px;
}

.best-agent-3,
.best-agent-photo3 {
    padding: 0;
}

.best-agent-photo4 {
    position: absolute;
    left: 460px;
    top: -250px;
}

.best-agent-desc2 {
    position: absolute;
    top: -150px;
    right: 70px;
}

/*.best-agent-photo1 .aios-video-popup::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 279px;
    height: 207px;
    background-image: url(images/best-agent1-bg-hover.png);
    opacity: 0;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}*/

/*.best-agent-photo2 .aios-video-popup::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 571px;
    height: 339px;
    background-image: url(images/best-agent2-bg-hover.png);
    opacity: 0;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.best-agent-photo3 .aios-video-popup::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 463px;
    height: 355px;
    background-image: url(images/best-agent3-bg-hover.png);
    opacity: 0;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.best-agent-photo4 .aios-video-popup::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 245px;
    height: 349px;
    background-image: url(images/best-agent4-bg-hover.png);
    opacity: 0;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}*/

.best-agent-photo1 .aios-video-popup,
.best-agent-photo2 .aios-video-popup,
.best-agent-photo3 .aios-video-popup,
.best-agent-photo4 .aios-video-popup {
    position: relative;
    display: block;
}

.best-agent-photo1 .aios-video-popup:hover::after,
.best-agent-photo2 .aios-video-popup:hover::after,
.best-agent-photo3 .aios-video-popup:hover::after,
.best-agent-photo4 .aios-video-popup:hover::after {
    opacity: 1;
}

.testi-zillow-wrap {
    background: url(images/section-2.jpg) no-repeat fixed top center transparent;
    background-size: cover;
    padding: 122px 0 105px 0;
    position: relative;
}

.testi-zillow-wrap > .container {
    position: relative;
    z-index: 2;
}

.testi-zillow-wrap::after {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.8);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.testi-zillow-wrap h2 {
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 55px;
    color: #121212;
    text-transform: uppercase;
    text-align: center;
}

.testi-zillow {
    text-align: center;
}

.zillow-rating {
    margin: 10px 0 0 0;
}

.zillow-rating img {
    display: block;
    text-align: center;
    margin: 0 auto;
}

.zillow-desc {
    font-family: 'Poppins';
    font-weight: normal;
    font-size: 14px;
    max-width: 900px;
    margin: 70px auto 40px;
    letter-spacing: 0.5px;
    color: #111111;
}

.zillow-agent-name {
    display: block;
    text-align: center;
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 14px;
    color: 797979;
    margin: 5px 0;
}

.zillow-agent img {
    display: block;
    text-align: center;
    margin: 0 auto;
}

.testi-prev {
    background: url(images/testi-prev-black.png) no-repeat scroll 0 0 transparent;
    width: 29px;
    height: 53px;
    position: absolute;
    left: 0;
    top: 50%;
    cursor: pointer;
}

.testi-next {
    background: url(images/testi-next-black.png) no-repeat scroll 0 0 transparent;
    width: 29px;
    height: 53px;
    position: absolute;
    right: 0;
    top: 50%;
    cursor: pointer;
}

.press-wrap {
    /*background: #000;*/
    /*background: #000;*/
    background: url(images/section-3.jpg) no-repeat fixed top center transparent;
    padding: 80px 0 146px 0;
    position: relative;

}

.press-wrap::after {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    top: 0;
    left: 0;
    position: absolute;
    z-index: 1;
}
.press-wrap > .container {
    z-index: 2;
    display: block;
    position: relative;
}

.press-wrap h2 {
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 55px;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 60px;
}

.press-wrap img {
    max-width: 100%;
    margin-bottom: 30px;
    width: 100%;
}


.press-prev {
    background: url(images/testi-prev-white.png) no-repeat scroll 0 0 transparent;
    width: 29px;
    height: 53px;
    position: absolute;
    left: -5%;
    top: 50%;
    cursor: pointer;
}

.press-next {
    background: url(images/testi-next-white.png) no-repeat scroll 0 0 transparent;
    width: 29px;
    height: 53px;
    position: absolute;
    right: -5%;
    top: 50%;
    cursor: pointer;
}
.press {
    text-align: center;
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 15px;
    right: 0;
    height: 260px;
    width: 260px;
    opacity: 0;
    transition: .5s ease;
    /*background: url(images/press-hover.jpg) no-repeat;*/
}

.press:hover .overlay {
    opacity: 1;
}

.press .overlay:hover img {
    /*webkit-filter: blur(5px);
    filter: blur(5px);*/
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
}

.overlay-text {
    color: #FFF;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.cta-wrap {
    background: url(images/cta-bg.jpg) no-repeat scroll top center transparent;
    background-size: cover;
    padding: 136px 0 138px 0;
}

.cta-link a {
    color: #FFF;
    text-align: center;
    display: block;
    border: 1px solid #FFF;
    font-size: 35px;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-family: 'Poppins';
    font-weight: 600;
    text-decoration: none;
    line-height: 108px;
}

.contact-us-wrap {
    /*background: #FFF;*/
    background: url(images/section-4.jpg) no-repeat fixed top center transparent;
    padding: 98px 0 87px 0;
    position: relative;
}

.contact-us-wrap::after {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.8);
    top: 0;
    left: 0;
    position: absolute;
    z-index: 1;
}
.contact-us-wrap > .container {
    z-index: 2;
    display: block;
    position: relative;
}

.contact-us-wrap h2 {
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 55px;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    line-height: 60px;
    margin-bottom: 100px;
}

.contact-us-wrap h2 span {
    font-size: 21px;
    font-weight: normal;
    color: #818181;
    line-height: normal;
    display: block;
}

.contact-us-wrap label {
    color: #000;
}

.git-form-group input {
    border-bottom: 1px solid #000;
    border-top: none;
    border-right: none;
    border-left: none;
    max-width: 180px;
    height: 50px;
    outline: none;
    
}



.footer-form-best-agent input[type="submit"] {
    display: block;
    margin: 0 auto;
    -webkit-appearance: none;
    border: 2px solid #000;
    background: #FFF;
    color: #000;
    width: 200px;
    height: 68px;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

.git-form-group {
    padding: 0;
}

.footer-form-best-agent {
    padding: 0;
}

.cont-merge textarea {
    border-bottom: 1px solid #000;
    border-top: none;
    border-right: none;
    border-left: none;
    width: 100%;
    height: 35px;
    resize: none;
    display: block;
    outline: none;
}

.cont-merge {
    padding: 0;
    margin: 30px 0 50px 0;
}

.page-template-template-best-agent .footer {
    font-size: 12px;
    font-weight: 300;
    width: 100%;
    color: #fff;
    padding: 60px 0;
    text-align: center;
    background: #000;
}

.zillow-rating .fa-star {
    color: #ffde00;
    font-size: 20px;
}

.zillow-agent-rating {
    color: #ffde00;
    font-size: 14px;
}

.ipcta-list.no-arrow a {
    background: #bccbdd;
}

.ipcta-list.no-arrow>a:hover {
    background: #abbed5;
}

#ihf-main-container .ihf-grid-result-price.title-bar-1 {
    background-color: rgba(7, 149, 218, 1) !important;
    border-color: rgba(7, 149, 218, 1) !important;
}

.communities-section {
    display: block;
    margin-top: 80px;
}

.comm-title h2 {
    font-size: 32px;
    color: #0795da;
    text-align: center;
    padding-top: 0;
    padding-bottom: 50px;
    text-transform: uppercase;
}

.comm-cta-list {
    font-size: 0;
    box-sizing: border-box;
    text-align: center;
}

.comm-cta-item {
    display: inline-block;
    vertical-align: top;
    width: 20%;
    padding: 0 10px 30px;
}

.comm-cta {
    font-size: 18px;
    color: #7f7f7f;
    background-image: url(images/cta-comm-arrow.png);
    background-repeat: no-repeat;
    background-position: 95% 50%;
    border: 1px solid #7f7f7f;
    height: 90px;
    z-index: 1;
    max-width: 360px;
    margin: 0 auto;
    width: 100%;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}

.comm-cta:hover { 
    border: 1px solid rgba(7, 149, 218, 1);
    background-color: rgba(7, 149, 218, 1);
    background-image: url(images/cta-arrow.png);
    color: #fff;
}

.comm-cta a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
    line-height: 1.25;
}

.comm-cta a span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 30px 26px;
    word-break: break-word;
    height: auto !important;
    z-index: 1;
}

.testi-cont-wrapper {
    box-sizing: border-box;
    font-size: 0;
}

.testi-left {
    display: inline-block;
    width: 40%;
    vertical-align: middle;
}

.testi-image canvas {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    display: block;
    height: 300px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.testi-right {
    display: inline-block;
    width: 60%;
    vertical-align: middle;
}

.testi-list {
    font-size: 17px;
}


.git-form-group input ,
.cont-merge textarea,
.footer-form-best-agent input[type="submit"]{
        background: transparent;
}

.site-btn-holder {
    text-align: center;
    padding: 50px 0 0;
}

.site-btn-holder a {
    display: inline-block;
    margin: 0 auto;
    -webkit-appearance: none;
    border: 2px solid #fff;
    /*background: rgb(127, 127, 127);*/
    color: #ffffff;
    width: auto;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    padding: 30px 60px;

    background: url(images/cta-arrow.png) no-repeat rgba(171, 190, 213, 0);
    background-position: 95% 48%;
}



.best-agent-wrap canvas {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: block;
    transition: all 0.5s ease-in-out;
}


.canvas-holder {
    display: inline-block;
}

.col-md-5.best-agent-photo3 canvas {
    max-width: 420px;
}

.canvas-holder {
    border: 5px solid #fff;
    overflow: hidden;
}

.canvas-holder.left-curve,
.canvas-holder.left-curve canvas {
    border-radius: 45px 10px 45px 10px;
}

.canvas-holder.right-curve,
.canvas-holder.right-curve canvas {
    border-radius: 10px 45px 10px 45px;
}


.best-agent-photo1 canvas {
    background-position-x: 0;
}

.best-agent-photo4 canvas {
    background-position-x: -160px;
}

.canvas-holder:hover canvas{
/*    filter: blur(5px);*/
}
/* MEDIA QUERIES ARE AUTOMATICALLY REMOVED FROM THIS FILE, they must be placed in style-media-queries.css */

.page-template-template-first-time-home-buyers .ihf-grid-result.col-xs-4 {
    display: none;
}

.page-template-template-first-time-home-buyers .col-xs-4 {
    display: none;
}

.page-template-template-first-time-home-buyers .col-xs-6 {
    display: none;
}

.page-template-template-first-time-home-buyers div#ihf-board-disclaimers {
    display: none;
}

.page-template-template-first-time-home-buyers .ihf-link-back.ihf-powered-by {
    display: none;
}

.page-template-template-first-time-home-buyers #ihf-main-container .mt-25 {
    margin-top: 25px;
    display: none;
}

.page-template-template-veteran-military-buyers .ihf-grid-result.col-xs-4 {
    display: none;
}

.page-template-template-veteran-military-buyers .col-xs-4 {
    display: none;
}

.page-template-template-veteran-military-buyers .col-xs-6 {
    display: none;
}

.page-template-template-veteran-military-buyers div#ihf-board-disclaimers {
    display: none;
}

.page-template-template-veteran-military-buyers .ihf-link-back.ihf-powered-by {
    display: none;
}

.page-template-template-veteran-military-buyers #ihf-main-container .mt-25 {
    display: none;
}

.page-template-template-first-time-home-buyers .section-8, .page-template-template-veteran-military-buyers .section-8 {	
	overflow: hidden;
}
.page-template-template-valuation-landing .step3-info {
    width: 65%;
    float: right;
    font-weight: 300;
    color: #5c5c5c;
    font-size: 19px;
    line-height: 24px;
    position: relative;
    text-align: center;
}

.page-template-template-valuation-landing .step3-info .info-title {
    color: #666;
    font-size: 22px;
    line-height: 26px;
    display: block;
    font-weight: 400;
}

.page-template-template-valuation-landing .step3-info .info-sub {
    color: #666;
    font-size: 32px;
    line-height: 32px;
    text-transform: uppercase;
    display: block;
    font-weight: 700;
    margin-top: 5px;
}

.page-template-template-valuation-landing .step3-info .agent-name {
    color: #0489a4;
    font-size: 50px;
    line-height: 58px;
    font-weight: 700;
    display: block;
    margin-top: 30px;
    text-transform: uppercase;
}

.page-template-template-valuation-landing .step3-info .agent-pos {
    color: #494949;
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
    display: block;
    margin-bottom: 30px;
    margin-top: 8px;
}

.page-template-template-valuation-landing .step3-info .zestimate-message {
    font-size: 14px;
    margin: 0 0 10px 0;
}

.page-template-template-valuation-landing .step3-info .zestimate-disclaimer {
    font-size: 14px;
    margin: 0 0 10px 0;
}

.page-template-template-valuation-landing .step3-info .agent-description {
    font-size: 14px;
    margin: 0 0 10px 0;
}
.page-template-template-valuation-landing .step3-info {
    text-align: center;
    position: absolute;
    transform: translate(-50%);
    width: 100%;
    max-width: 900px;
    left: 50%;
    top: 26%;
    /* background-color: rgba(255, 255, 255, 0.8); */
}
.page-template-template-valuation-landing .step3-info .zestimate-table table th {
    text-align: center;
}
.page-template-template-valuation-landing .step3-info .zestimate-table table,
.page-template-template-valuation-landing .step3-info .zestimate-table table th {
    font-size: 11px;
    line-height: normal;
}/*
Theme Name: Mike Lombardo Team
Theme URI: http://aios3-staging.agentimage.com/m/mikelom.com/htdocs
Description: AIOS mobile semi-custom theme.
Author: AgentImage
Author URI: http://www.agentimage.com
Version: 1.4.2
Tags: one-column, two-columns, right-sidebar, custom-menu, full-width-template, sticky-post
License: Proprietary
License URI: http://www.agentimage.com
Template: aios-starter-theme
*/


/*

TABLE OF CONTENTS

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


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


/* Sub Menu */

#nav li {
    position: relative;
}

#nav .sub-menu {
    list-style: none outside none;
    margin: 0;
    background: rgba(0, 0, 0, 0.9) url("images/submenu-fixer.png");
    display: none;
    padding: 0;
    position: absolute;
    width: 100%;
    min-width: 180px;
}

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

#nav .sub-menu a:hover {
    background: none repeat scroll 0 0 #b2b2b2;
    color: #000000;
    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: Arial, Helvetica, Georgia, 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; */
}

body {
    font-size: 14px;
    background: #FFF;
    color: #565656;
    margin: 0;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}

a:hover {
    text-decoration: none;
    color: inherit;
    outline: none;
}

a:link,
a:visited {
    outline: none;
}


/*** Header ***/

.header-main {
    width: 100%;
    z-index: 1020;
    margin: 0 auto;
    position: fixed;
    background: rgba(255, 255, 255, 1);
    height: auto;
    box-shadow: 1px 1px 6px #999;
    height: 96px;
}

.home .header-main {
    position: fixed;
    box-shadow: none;
}


/*** Header Area ***/

.hdr-logo {
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
}

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

.hdr-logo img.fix-logo {
    display: none;
}

.hdr-info {
    text-align: right;
    padding-top: 20px;
    color: #5f5f5f;
    font-size: 0;
}

.hdr-contact {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    font-size: 0;
}

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

.hdr-contact span {
    margin: 0;
    display: inline-block;
    padding: 0;
}

.sm-icon {
    display: inline-block;
    width: 26px;
    vertical-align: top;
}

.sm-icon a {
    padding: 0;
    display: inline-block;
    color: #7f7f7f;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    width: 26px;
    text-align: center;
    border: 1px solid #b2b2b2;
    line-height: 24px;
}

.sm-icon a:hover {
    color: #1c234d;
}

.sm-icon a.ai-font-facebook {
    font-size: 12px;
}

.sm-icon a.ai-font-facebook:hover {
    background: #7f7f7f;
    color: #fff;
    border-color: #7f7f7f;
}

.ai-font-phone-o {
    padding: 0;
    display: inline-block;
    color: #7f7f7f;
    width: 26px;
    text-align: center;
    border: 1px solid #b2b2b2;
    line-height: 24px;
    font-size: 10px;
}

.email-wrapp,
.phone-wrapp {
    display: inline-block;
    background: transparent;
    cursor: pointer;
    padding: 0;
    margin-right: 5px;
}

.phone-wrapp {
    background: #767676;
    padding-right: 5px;
}

.email-wrapp,
.phone-wrapp {
    color: #fff;
}

.email-wrapp:hover {
    background: #7f7f7f;
    padding-right: 5px;
}

.email-wrapp span em.ai-font-envelope-a,
.phone-wrapp span em.ai-font-phone-o {
    padding: 0;
    display: inline-block;
    color: #000;
    font-weight: normal;
    width: 26px;
    text-align: center;
    border: 1px solid #b2b2b2;
    line-height: 24px;
    font-size: 10px;
}

.phone-wrapp span em.ai-font-phone-o {
    color: #fff;
    border: 1px solid #7f7f7f;
}

.email-wrapp:hover span em.ai-font-envelope-a {
    color: #fff;
    border: 1px solid #7f7f7f;
}

.email-wrapp span.hdr-email {
    display: none;
}

.phone-wrapp span.hdr-phone {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
}

.email-wrapp:hover span.hdr-email {
    display: inline-block;
    color: #fff;
    font-size: 10px;
    line-height: 1;
}

.g-translate {
    display: inline-block;
    margin-left: 5px;
}

#translate-this .goog-te-gadget .goog-te-combo {
    background: url(images/translate-img.png) no-repeat !important;
    width: 143px !important;
    height: 26px !important;
    border: 0 !important;
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    font-size: 0;
}

#translate-this .goog-te-gadget .goog-te-combo option {
    color: #000;
    font-size: 12px;
}

.goog-te-gadget .goog-te-combo {
    margin: 0 !important;
}


/*** Navigation ***/

.nav-wrap {
    position: relative;
    background: rgba(255, 255, 255, 0.8);
}

.navigation {
    position: relative;
    margin-top: 0;
}

#nav {
    text-align: right;
}

#nav li {
    display: inline-block;
    margin: 0 0 0 44px;
}

#nav li a {
    font-weight: 400;
    color: #5a7999;
    font-size: 14px;
    text-transform: uppercase;
    display: inline-block;
    margin: 0;
    outline: none;
    text-decoration: none;
    padding: 13px 0;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    border-bottom: 2px solid #fff;
}

#nav li:first-child {
    border-left: 0;
}

#nav li:hover {
    border-bottom: 2px solid #8eadcd;
}

#nav li:hover a {
    border-bottom: 2px solid #8eadcd;
}

#nav .sub-menu {
    min-width: 200px;
    left: 50%;
    margin-left: -100px;
    z-index: 9;
    padding: 2px 10px;
    background: none;
    color: #fff;
    text-align: left;
}

#nav .sub-menu a {
    padding: 0;
}

#nav .sub-menu li {
    width: 100%;
    position: relative;
    margin: 0;
}

#nav .sub-menu li:hover {
    background: transparent;
}

#nav .sub-menu li a {
    width: 100%;
    font-size: 12px;
    font-weight: 300;
    padding: 8px 0px;
    text-transform: none;
    color: #fff;
    text-transform: uppercase;
    border-left: none;
    margin: 0;
    background: rgba(147, 147, 147, 0.8);
    text-align: center;
    border: none !important;
}

#nav .sub-menu li a:hover {
    color: #fff;
    background: #7f7f7f;
    font-weight: 500;
    border: none !important;
}

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

.hdr-logo img.default-logo {
    display: block;
}

.hdr-logo img.fixed-logo {
    display: none;
}


/***Header Short***/

.header-main.short {
    position: fixed;
    z-index: 1010;
    top: 0;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    box-shadow: 1px 1px 6px #999;
}

.header-main.short .hdr-logo img.main-logo {
    display: none;
}

.header-main.short .hdr-logo img.fix-logo {
    display: block;
}

.cycloneslider-template-responsive .cycloneslider-pager {
    bottom: 30px !important;
}

.cycloneslider-template-responsive .cycloneslider-pager span {
    border: 1px solid #fff;
}


/*** HP SLIDE ***/

.slide-area {
    width: 100%;
    position: relative;
    z-index: 0;
    top: 0;
}

.hp-slide {
    width: 100%;
    z-index: 0;
    position: relative;
    height: 100%;
}

.cycloneslider-template-responsive {
    margin-bottom: 0 !important;
}


/** CTA Area **/

.cta-widget-area {
    width: 100%;
    margin: 0 auto;
    position: absolute;
    z-index: 2;
    background: url(images/slide-overlay.png);
    height: 100%;
    min-height: 778px;
    top: 0;
}

.cta-list {
    font-size: 0;
    text-align: center;
    position: relative;
    top: 50%;
    transform: translate(0, 400%);
    height: 100%;
}

.cta-list>a {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    max-width: 360px;
    height: 96px;
    text-decoration: none;
    background: transparent;
    font-size: 0;
    margin: 0 20px;
    border: 1px solid #fff;
    background: url(images/cta-arrow.png) no-repeat rgba(171, 190, 213, 0);
    background-position: 92% 50%;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}

.cta-list>a:hover {
    background: url(images/cta-arrow.png) no-repeat rgba(171, 190, 213, 1);
    background-position: 92% 50%;
    border: 1px solid rgba(171, 190, 213, 1);
}

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

.cta-list>a span {
    color: #fff;
    text-transform: uppercase;
    width: 100%;
    max-width: 360px;
    vertical-align: middle;
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 1px;
}


/*** Quick Search ***/

.qs-icon {
    width: 100%;
    padding-top: 27px;
    text-transform: uppercase;
    color: #747474;
    font-size: 24px;
    font-weight: 400;
    text-align: center;
    letter-spacing: 1px;
}

.qs-cont {
    padding-bottom: 27px;
    padding-top: 27px;
    position: relative;
    z-index: 1;
    width: 100%;
    font-size: 0;
    float: right;
    text-align: right;
}

.qs-cont form {
    width: 100%;
    margin: 0px auto;
}

.qs-cont select.wide {
    width: 30.5%;
    max-width: 185px;
}

.qs-cont div.btn-group {
    width: 15.5%;
}

.qs-cont select.normal {
    width: 30.5%;
    max-width: 180px;
}

.qs-cont select,
.qs-cont input[type="number"] {
    color: #3f3f3f;
    font-size: 12px;
    height: 49px;
    padding: 0 5px 0 12px;
    display: inline-block;
    width: 10.01%;
    max-width: 112px;
    vertical-align: top;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url(images/qs-arrow.png) no-repeat;
    background-position: 92% 50%;
    border: 1px solid #cfcfcf;
}

.qs-cont input[type="number"] {
    background: none;
}

.qs-cont input#qs-max-price::placeholder,
.qs-cont input#qs-min-price::placeholder {
    color: #3f3f3f !important;
    opacity: 1 !important;
}

.qs-cont input[type="number"] {
    -moz-appearance: textfield !important;
}

.qs-cont input[type="number"]::-webkit-inner-spin-button,
.qs-cont input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

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

.qs-cont .qs-cont-sub,
.qs-cont a.adv-srch {
    width: 15%;
    height: 49px;
    background: rgba(7, 149, 218, 1);
    text-align: center;
    color: #fff;
    appearance: normal !important;
    -webkit-appearance: normal !important;
    -moz-appearance: normal !important;
    border-radius: 0;
    border: 0;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    margin: 0;
    vertical-align: top;
    letter-spacing: 1px;
    max-width: 165px;
    display: inline-block;
    line-height: 49px;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 14px;
}

.qs-cont a.adv-srch {
    background: #767676;
}

.qs-cont .qs-cont-sub:hover {
    background: rgba(7, 149, 218, 0.8);
}

.qs-cont a.adv-srch:hover {
    background: rgba(127, 127, 127, 0.8);
}


/*** Featured Properties ***/

.top-widget-wrapper {
    padding-bottom: 60px;
    position: relative;
    font-size: 0;
    width: 100%;
    margin: 0 auto;
}

.fp-info {
    position: relative;
}

.fp-title {
    font-size: 32px;
    color: #0795da;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 50px;
    text-transform: uppercase;
}

.fp-title span {
    color: #7f7f7f;
}

.fp-title:after {
    content: '';
    width: 10%;
    height: 2px;
    margin: 30px auto 0;
    display: block;
    background: #b1bed0;
}

.fp-list {
    font-size: 0;
    text-align: center;
    display: inline-block;
    position: relative;
    width: 100%;
}

.fp-list>a {
    display: inline-block;
    vertical-align: middle;
    height: auto;
    text-decoration: none;
    margin: 0;
    position: relative;
    width: 100%;
}

.fp-list>a .fp-center-holder {
    position: relative;
    background: #000;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}

.fp-list>a:hover .fp-center-holder {
    background: #a2bdda;
}

.fp-list>a .fp-center-holder img {
    z-index: 1;
    width: 100%;
    opacity: 0.8;
}

.fp-list>a:hover .fp-center-holder img {
    opacity: 0.1;
}

.fp-list>a .fp-center-holder .view-link {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    margin: 0 auto;
    vertical-align: middle;
    font-size: 0;
    top: 50%;
    transform: translate(0, -50%);
}

.fp-list>a .fp-center-holder .view-link:before {
    content: '';
    width: 0%;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.fp-list>a .fp-center-holder .view-link span {
    display: none;
}

.fp-list>a:hover .fp-center-holder .view-link span {
    border: 1px solid #fff;
    width: 100%;
    max-width: 200px;
    font-size: 12px;
    display: block;
    margin: 0 auto;
    height: 52px;
    line-height: 52px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 1px;
    background: rgba(171, 190, 213, 0.8);
    text-shadow: 2px 2px 4px #000000;
}

.fp-list>a .fp-info-holder {
    font-size: 0;
    position: relative;
    width: 100%;
    z-index: 1;
    bottom: 0;
}

.fp-list>a .fp-info-holder span {
    color: #bfa067;
    text-transform: uppercase;
    padding: 20px 0 5px;
    margin: 0 auto;
    vertical-align: middle;
    display: inline-block;
    font-size: 42px;
    position: relative;
    z-index: 2;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    font-weight: 300;
    width: 100%;
}

.fp-list>a .fp-info-holder p {
    font-size: 13px;
    color: #666666;
    line-height: 20px;
    padding: 30px 0;
}

.fp-list>a .fp-info-holder p em {
    display: block;
    font-style: normal;
    font-size: 10px;
    color: #777676;
    text-transform: capitalize;
    letter-spacing: 1px;
}


/** Welcome Area **/

.welcome-widget {
    border-top: 1px solid #dedede;
}

.welcome-widget h1 {
    font-size: 24px;
    color: #767676;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 30px;
    text-transform: uppercase;
}

.welcome-widget span {
    color: #0795da;
}

.welcome-widget em {
    display: block;
    font-size: 14px;
    font-style: normal;
}

.welcome-widget p {
    margin: 20px auto;
    text-align: center;
    width: 90%;
}


/*** Testimonials ***/

.testi-main-wrapp {
    width: 100%;
    background: url(images/testi-main-bg.jpg);
    min-height: 439px;
    margin: 60px auto 0;
    padding-top: 88px;
    padding-bottom: 88px;
    background-size: cover;
}

.testi-title {
    padding: 0 0 56px 0;
    text-align: center;
    text-transform: uppercase;
    font-size: 23px;
    color: #fff;
    font-weight: 700;
}

.testi-cont {
    width: 100%;
    color: #fff;
}

.testi-cont p {
    width: 80%;
    margin: 20px auto;
    text-align: center;
    line-height: 28px;
    font-style: italic;
    font-weight: 300;
}

.testi-cont strong {
    display: block;
    margin: 60px 0 0;
    font-style: normal;
    text-transform: uppercase;
    font-size: 17px;
}

.testi-cont em {
    font-style: normal;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 1px;
}

.testi-list a {
    color: #fff;
}

.testi-list:hover a {
    color: #eeeeee;
}


/*** Get in Touch ***/

.ftr-form {
    padding-bottom: 30px;
    position: relative;
    width: 100%;
    background: #eaeaea;
    margin: 0 auto;
    display: none;
}

.ftr-form .title-form {
    font-size: 22px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
    display: inline-block;
    margin-top: 40px;
    width: 100%;
    margin-bottom: 30px;
}

.cont-form {
    margin-top: 30px;
    position: relative;
    margin-bottom: 30px;
    margin: 0 auto;
    text-align: right;
    float: right;
    font-size: 0;
    display: inline-block;
    width: 100%;
}

.cont-form form {
    position: relative;
}

.cont-form div.wpcf7 .ajax-loader {
    position: absolute;
    left: 100%;
    top: 30px;
}

.cont-form input[type='text'],
.cont-form input[type='tel'],
.cont-form input[type='email'],
.cont-form textarea {
    width: 100%;
    color: #969696;
    display: inline-block;
    font-size: 12px;
    height: 46px;
    font-weight: 400;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: none;
    vertical-align: top;
    border: 1px solid #969696;
    max-width: 220px;
    padding-left: 10px;
    margin-right: 4px;
    text-transform: uppercase;
    outline: none;
}

.cont-form .git-form-group {
    display: inline-block;
    vertical-align: middle;
}

.cont-form .use-floating-validation-tip span.wpcf7-not-valid-tip {
    font-size: 13px;
    top: 50%;
}

.cont-form textarea {
    width: 88%;
    border: transparent;
    max-width: 521px;
    height: 44px;
    padding-top: 13px;
    resize: none;
}

div.cont-form input[type='submit'] {
    height: 35px;
    text-align: center;
    color: #69615f;
    vertical-align: middle;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-appearance: none;
    width: 100%;
    max-width: 42px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    position: relative;
    border: 0;
    background: url(images/send-icon.png) no-repeat 10px 12px;
    display: inline-block;
    font-size: 0;
    outline: none;
}

div.wpcf7 .ajax-loader {
    position: absolute;
    right: 0;
}

::-webkit-input-placeholder {
    opacity: 1;
    color: #969696;
}


/* gray80 */

:-moz-placeholder {
    opacity: 1;
    color: #969696;
}


/* Firefox 18- (one color)*/

::-moz-placeholder {
    opacity: 1;
    color: #969696;
}


/* Firefox 19+ (double colons) */

:-ms-input-placeholder {
    opacity: 1;
    color: #969696;
}

div.cont-form div.wpcf7-validation-errors,
div.cont-form div.wpcf7-mail-sent-ok {
    text-align: center;
    color: #969696;
    width: 50%;
    margin: 2em auto;
    font-size: 14px
}

div.cont-form .cont-merge {
    width: 47.4%;
    border-right: transparent;
    height: 46px;
    display: inline-block;
    border: 1px solid #969696;
    max-width: 459px;
    vertical-align: middle;
}


/*** Footer ***/

.footer {
    font-size: 12px;
    font-weight: 300;
    width: 100%;
    color: #fff;
    padding: 60px 0;
    text-align: center;
    background: #007dba;
}

.ftr-info {
    width: 100%;
    margin: 30px auto 0;
    text-align: center;
    border-bottom: 1px solid #d0d0d0;
    padding-bottom: 30px;
}

.ftr-info p {
    margin: 10px 0;
}

.ftr-info a {
    color: #fff;
}

.ftr-info img.logo-fmls {
    width: 100%;
    max-width: 109px;
}

.footer li {
    display: inline-block;
    padding: 0 10px;
    line-height: 10px;
    text-transform: uppercase;
    font-size: 13px;
}

.footer li a {
    color: #fff;
}

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

.footer a {
    color: #fff;
}

.footer a:hover {
    color: #bfa067;
}

.footernav {
    /*padding: 15px 0 0;*/
}

.footer .copyright,
.sitemap {
    color: #fff;
    padding-top: 20px;
}

.footer .copyright a {
    color: #fff;
    font-weight: 500 !important;
}

.footer .copyright a.sitemap {
    font-weight: 300 !important;
}

em.ai-icon-ftr {
    font-size: 24px;
    padding: 20px 0 0;
    display: block;
    text-align: center;
    color: #fff;
}

.footer img {
    width: 100%;
    max-width: 262px;
    padding-bottom: 50px;
    padding: 0 10px;
    margin-bottom: 20px;
}

#content .archive-thumbnail {
    margin-top: 28px;
}


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

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


/* Adjust minimum height of page area */

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


/** Adjust width of content columns **/

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

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


/* 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 {
    /* display: none; */
}


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

#content .archive-title {}


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

#content .archive-subtitle {}


/*** QS ***/

.qs-title {
    color: #747474;
    padding: 10px 0 0;
    text-align: center;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 300;
    display: block;
}

.sidebar-qs select.wide {
    width: 100%;
    background-position: 97% 50%;
}

.sidebar-qs select {
    border-radius: 0;
    color: #3f3f3f;
    font-size: 12px;
    height: 33px;
    padding: 0 5px;
    display: inline-block;
    width: 49.5%;
    border: 1px solid #cfcfcf;
    margin: 1% 0;
    font-weight: 400;
    vertical-align: top;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url(images/qs-arrow.png) no-repeat;
    background-position: 92% 50%;
}

.sidebar-qs .left {
    float: left;
}

.sidebar-qs .right {
    float: right;
}

.sidebar-qs form#custom-quick-search {
    font-size: 0;
}

.sidebar-qs .qs-cont-sub,
.sidebar-qs a {
    width: 100%;
    height: 33px;
    background: #767676;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    appearance: normal !important;
    -webkit-appearance: normal !important;
    -moz-appearance: normal !important;
    border-radius: 0;
    border: 0;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    margin: 1% 0;
    vertical-align: top;
    letter-spacing: 1px;
    max-width: 100%;
    display: inline-block;
    line-height: 33px;
    font-size: 12px;
    font-weight: 600;
}

.sidebar-qs a {
    background: #767676;
}

.sidebar-qs .qs-cont-sub:hover {
    background: rgba(7, 149, 218, 0.8);
}

.sidebar-qs a:hover {
    background: rgba(127, 127, 127, 0.8);
}


/*** CTA ***/

.ipcta-list {
    font-size: 0;
    text-align: center;
    position: relative;
    display: block;
    margin-top: 8px;
}

.ipcta-list>a {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    max-width: 360px;
    height: 96px;
    text-decoration: none;
    background: transparent;
    font-size: 0;
    margin: 10px 0;
    background: url(images/cta-arrow.png) no-repeat rgba(171, 190, 213, 0.8);
    background-position: 92% 50%;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}

.ipcta-list>a:hover {
    background: url(images/cta-arrow.png) no-repeat rgba(171, 190, 213, 1);
    background-position: 92% 50%;
}

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

.ipcta-list>a span {
    color: #fff;
    text-transform: uppercase;
    width: 100%;
    max-width: 360px;
    vertical-align: middle;
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 1px;
}

a.welcome-btn {
    background-color: #007dba;
    color: #ffffff;
    padding: 10px 25px;
}

a.welcome-btn:hover {
    background-color: rgba(7, 149, 218, 0.6);
}

.welcome-cont a:hover {
    background-color: rgba(7, 149, 218, 0.6);
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 15.5% !important;
}

button.btn.dropdown-toggle.bs-placeholder.btn-default {
    color: #3f3f3f;
    font-size: 12px;
    height: 49px;
    padding: 0 5px;
    display: inline-block;
    width: 100.01%;
    vertical-align: top;
    outline: none !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    /* background: url(images/qs-arrow.png) no-repeat; */
    background-position: 92% 50%;
    border: 1px solid #cfcfcf;
}

.bootstrap-select>.dropdown-toggle {
    width: 100%;
    padding-right: 25px;
    z-index: 1;
    padding: 13.5px 12px !important;
    font-size: 14px;
    line-height: 1.428571429;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
}

.sidebar .bootstrap-select>.dropdown-toggle {
    padding: 11px 10px !important;
}

.sidebar-qs .btn-group.bootstrap-select.show-tick {
    width: 100%!important;
}

.sidebar-qs button.btn.dropdown-toggle.bs-placeholder.btn-default {
    padding: 0 5px;
    display: inline-block;
    max-width: 100%!important;
    vertical-align: top;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: none !important;
    background-position: 92% 50%;
    border: 1px solid #cfcfcf;
    border-radius: 0;
    color: #3f3f3f;
    font-size: 12px;
    height: 33px;
    width: 100%;
    margin: 1% 0;
}

.sidebar-qs .dropdown-menu>li>a {
    /* display: block; */
    padding: 1px 14px;
    /* clear: both; */
    font-weight: normal;
    /* line-height: 1.42857143; */
    color: #333;
    white-space: nowrap;
}

.sidebar-qs button.btn.dropdown-toggle.btn-default {
    border-radius: 0;
    color: #000;
    font-size: 12px;
    height: 33px;
    padding: 0 5px;
    display: inline-block;
    width: 100%;
    border: 1px solid #777e89;
    margin: 1% 0;
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
    display: inline-block;
    overflow: hidden;
    width: 90%;
    white-space: nowrap;
    display: block;
    text-align: left;
    margin-top: -4px !important;
    font-size: 12px;
    color: inherit;
}

.sidebar-qs ul li span {
    float: left;
    text-transform: initial;
    padding:
}

.sidebar-qs .dropdown-menu>li>a {
    font-weight: normal;
    color: #333;
    white-space: nowrap;
    background-color: white;
}

button.btn.dropdown-toggle.bs-placeholder.btn-default span {
    margin-top: 0%!important;
}

.qs-cont button.btn.dropdown-toggle.btn-default span {
    margin-top: 0%!important;
}

.sidebar-qs button.btn.dropdown-toggle.bs-placeholder.btn-default span {
    /*margin-top: -2.5%!important;*/
    margin-top: -5px !important;
    margin-left: -3px;
}

.fp-imgs {
    /*background-size: 100% 114%; */
    background-position: center center;
}

img.logo2 {
    max-width: 138px;
}

.slick-slide {
    outline: none;
}

#content .ai-default-cf7wrap input[type="submit"]:hover {
    background: rgba(127, 127, 127, 1) !important;
}

.ai-contact-wrap span.context-email a:hover {
    color: rgba(7, 149, 218, 1) !important;
}

.qs-cont .dropdown-menu.inner {
    max-height: 270px !important;
}

.page-id-626 .agent-holder .agent-social a {
    margin-left: -8px;
}

.single-aios_agent .agent-holder .agent-contact-smi {
    margin-left: -7px;
}

#ihf-main-container .ihf-share-btn-facebook span {
    padding-top: 1px;
}

.page-id-936 .addtoany_content {
    display: none;
}

.page-id-936 #inner-page-wrapper {
    margin-bottom: 0;
}

.cont-form a {
    background-color: rgba(7, 149, 218, 1);
    color: #ffffff;
    padding: 10px 25px;
    font-size: 16px;
    margin: 0px auto;
    display: block;
    text-align: center;
    width: 100%;
    max-width: 186px;
    letter-spacing: 1px;
}

.page-id-936 .ftr-form {
    display: block;
}

.IA-image img {
    width: auto;
}


/*Best Agent Template*/

.header-main {
    height: 106px;
}

.header-main.short {
    height: 94px;
}

.page-template-template-best-agent #nav li a,
.page-template-template-valuation-landing #nav li a {
    color: #000;
}

.page-template-template-best-agent #nav li:hover,
.page-template-template-valuation-landing #nav li:hover {
    border-bottom: 2px solid #000;
}

.page-template-template-best-agent #nav li:hover a,
.page-template-template-valuation-landing #nav li:hover a {
    border-bottom: 2px solid #000;
}

.best-agent-top-area {
    width: 100%;
    position: relative;
    z-index: 0;
    top: 0;
}

.page-template-template-best-agent .cycloneslider-template-video .cycloneslider-slides,
.page-template-template-valuation-landing .cycloneslider-template-video .cycloneslider-slides {
    top: 106px;
}

.page-template-template-best-agent .cta-widget-area,
.page-template-template-valuation-landing .cta-widget-area {
    width: 100%;
    margin: 0 auto;
    position: absolute;
    z-index: 2;
    background: none;
    height: 80%;
    min-height: auto;
    top: 0;
}

.page-template-template-best-agent .cycloneslider-template-video .cycloneslider-volume,
.page-template-template-valuation-landing .cycloneslider-template-video .cycloneslider-volume {
    display: none;
}

.page-template-template-best-agent .cta-list,
.page-template-template-valuation-landing .cta-list {
    font-size: 0;
    text-align: center;
    position: relative;
    top: 20%;
    transform: translate(0, 400%);
    height: auto;
    margin-top: 100px;
}

.best-agent-wrap {
    background: url(images/section-1.jpg) no-repeat fixed top center transparent;
    background-size: cover;
    padding: 145px 0 128px 0;
    position: relative;
}

.best-agent-wrap > .container {
    z-index: 2;
    display: block;
    position: relative;
}

.best-agent-wrap::after {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    top: 0;
    left: 0;
    position: absolute;
    z-index: 1;
}

.best-age   nt-wrap h1 {
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 55px;
    color: #FFFFFF;
    text-transform: uppercase;
    text-align: center;
}

.best-agent-wrap p {
    font-family: 'Poppins';
    font-weight: normal;
    font-size: 20px;
    color: #FFF;
    text-align: center;
    margin: 5px 0 0px 0;
}

.best-agent-wrap p.sub-head {
    margin: 5px 0 95px 0;
}

.best-agent-desc,
.best-agent-desc2 {
    font-family: 'Poppins';
    font-weight: normal;
    font-size: 14px;
    color: #FFF;
}

.best-agent-1 .best-agent-desc {
    margin-top: 20px;
}

.best-agent-2 .best-agent-desc {
    margin-top: 140px;
}

.best-agent-3 .best-agent-desc {
    /*margin-top: 20px;*/
    margin-top: 10px;
    margin-left: 12px;
}

.best-agent-3 .best-agent-desc2 {
    margin-top: 100px;
}

.best-agent-container1 {
    margin-bottom: 43px;
}

.best-agent-container2 {
    margin-bottom: 43px;
}

.best-agent-container4 {
    margin-top: 60px;
    position: relative;
    display: block;
    margin-bottom: 100px;
}

.best-agent-3,
.best-agent-photo3 {
    padding: 0;
}

.best-agent-photo4 {
    position: absolute;
    left: 460px;
    top: -250px;
}

.best-agent-desc2 {
    position: absolute;
    top: -150px;
    right: 70px;
}

/*.best-agent-photo1 .aios-video-popup::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 279px;
    height: 207px;
    background-image: url(images/best-agent1-bg-hover.png);
    opacity: 0;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}*/

/*.best-agent-photo2 .aios-video-popup::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 571px;
    height: 339px;
    background-image: url(images/best-agent2-bg-hover.png);
    opacity: 0;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.best-agent-photo3 .aios-video-popup::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 463px;
    height: 355px;
    background-image: url(images/best-agent3-bg-hover.png);
    opacity: 0;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.best-agent-photo4 .aios-video-popup::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 245px;
    height: 349px;
    background-image: url(images/best-agent4-bg-hover.png);
    opacity: 0;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}*/

.best-agent-photo1 .aios-video-popup,
.best-agent-photo2 .aios-video-popup,
.best-agent-photo3 .aios-video-popup,
.best-agent-photo4 .aios-video-popup {
    position: relative;
    display: block;
}

.best-agent-photo1 .aios-video-popup:hover::after,
.best-agent-photo2 .aios-video-popup:hover::after,
.best-agent-photo3 .aios-video-popup:hover::after,
.best-agent-photo4 .aios-video-popup:hover::after {
    opacity: 1;
}

.testi-zillow-wrap {
    background: url(images/section-2.jpg) no-repeat fixed top center transparent;
    background-size: cover;
    padding: 122px 0 105px 0;
    position: relative;
}

.testi-zillow-wrap > .container {
    position: relative;
    z-index: 2;
}

.testi-zillow-wrap::after {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.8);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.testi-zillow-wrap h2 {
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 55px;
    color: #121212;
    text-transform: uppercase;
    text-align: center;
}

.testi-zillow {
    text-align: center;
}

.zillow-rating {
    margin: 10px 0 0 0;
}

.zillow-rating img {
    display: block;
    text-align: center;
    margin: 0 auto;
}

.zillow-desc {
    font-family: 'Poppins';
    font-weight: normal;
    font-size: 14px;
    max-width: 900px;
    margin: 70px auto 40px;
    letter-spacing: 0.5px;
    color: #111111;
}

.zillow-agent-name {
    display: block;
    text-align: center;
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 14px;
    color: 797979;
    margin: 5px 0;
}

.zillow-agent img {
    display: block;
    text-align: center;
    margin: 0 auto;
}

.testi-prev {
    background: url(images/testi-prev-black.png) no-repeat scroll 0 0 transparent;
    width: 29px;
    height: 53px;
    position: absolute;
    left: 0;
    top: 50%;
    cursor: pointer;
}

.testi-next {
    background: url(images/testi-next-black.png) no-repeat scroll 0 0 transparent;
    width: 29px;
    height: 53px;
    position: absolute;
    right: 0;
    top: 50%;
    cursor: pointer;
}

.press-wrap {
    /*background: #000;*/
    /*background: #000;*/
    background: url(images/section-3.jpg) no-repeat fixed top center transparent;
    padding: 80px 0 146px 0;
    position: relative;

}

.press-wrap::after {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    top: 0;
    left: 0;
    position: absolute;
    z-index: 1;
}
.press-wrap > .container {
    z-index: 2;
    display: block;
    position: relative;
}

.press-wrap h2 {
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 55px;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 60px;
}

.press-wrap img {
    max-width: 100%;
    margin-bottom: 30px;
    width: 100%;
    transition: all 0.5s ease-in-out;
}


.press-prev {
    background: url(images/testi-prev-white.png) no-repeat scroll 0 0 transparent;
    width: 29px;
    height: 53px;
    position: absolute;
    left: -5%;
    top: 50%;
    cursor: pointer;
}

.press-next {
    background: url(images/testi-next-white.png) no-repeat scroll 0 0 transparent;
    width: 29px;
    height: 53px;
    position: absolute;
    right: -5%;
    top: 50%;
    cursor: pointer;
}
.press {
    text-align: center;
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 15px;
    right: 0;
    height: 263px;
    width: 263px;
    opacity: 1;
    transition: all 0.5s ease-in-out;
    overflow: hidden;
    /*background: url(images/press-hover.jpg) no-repeat;*/
}

.press:hover .overlay {
    opacity: 1;
    transition: all 0.5s ease-in-out;
}

.press .overlay:hover img {
    /*webkit-filter: blur(5px); 
    filter: blur(5px);*/
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
    transition: all 0.5s ease-in-out;
}

.overlay-text {
    color: #FFF;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.cta-wrap {
    background: url(images/cta-bg.jpg) no-repeat scroll top center transparent;
    background-size: cover;
    padding: 136px 0 138px 0;
}

.cta-link a {
    color: #FFF;
    text-align: center;
    display: block;
    border: 1px solid #FFF;
    font-size: 35px;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-family: 'Poppins';
    font-weight: 600;
    text-decoration: none;
    line-height: 108px;
}

.contact-us-wrap {
    /*background: #FFF;*/
    background: url(images/section-4.jpg) no-repeat fixed top center transparent;
    padding: 98px 0 87px 0;
    position: relative;
}

.contact-us-wrap::after {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.8);
    top: 0;
    left: 0;
    position: absolute;
    z-index: 1;
}
.contact-us-wrap > .container {
    z-index: 2;
    display: block;
    position: relative;
}

.contact-us-wrap h2 {
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 55px;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    line-height: 60px;
    margin-bottom: 100px;
}

.contact-us-wrap h2 span {
    font-size: 21px;
    font-weight: normal;
    color: #818181;
    line-height: normal;
    display: block;
}

.contact-us-wrap label {
    color: #000;
}

.git-form-group input {
    border-bottom: 1px solid #000;
    border-top: none;
    border-right: none;
    border-left: none;
    max-width: 180px;
    height: 50px;
    outline: none;
    
}



.footer-form-best-agent input[type="submit"] {
    display: block;
    margin: 0 auto;
    -webkit-appearance: none;
    border: 2px solid #000;
    background: #FFF;
    color: #000;
    width: 200px;
    height: 68px;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

.git-form-group {
    padding: 0;
}

.footer-form-best-agent {
    padding: 0;
}

.cont-merge textarea {
    border-bottom: 1px solid #000;
    border-top: none;
    border-right: none;
    border-left: none;
    width: 100%;
    height: 35px;
    resize: none;
    display: block;
    outline: none;
}

.cont-merge {
    padding: 0;
    margin: 30px 0 50px 0;
}

.page-template-template-best-agent .footer {
    font-size: 12px;
    font-weight: 300;
    width: 100%;
    color: #fff;
    padding: 60px 0;
    text-align: center;
    background: #000;
}

.zillow-rating .fa-star {
    color: #ffde00;
    font-size: 20px;
}

.zillow-agent-rating {
    color: #ffde00;
    font-size: 14px;
}

.ipcta-list.no-arrow a {
    background: #bccbdd;
}

.ipcta-list.no-arrow>a:hover {
    background: #abbed5;
}

#ihf-main-container .ihf-grid-result-price.title-bar-1 {
    background-color: rgba(7, 149, 218, 1) !important;
    border-color: rgba(7, 149, 218, 1) !important;
}

.communities-section {
    display: block;
    margin-top: 80px;
}

.comm-title h2 {
    font-size: 32px;
    color: #0795da;
    text-align: center;
    padding-top: 0;
    padding-bottom: 50px;
    text-transform: uppercase;
}

.comm-cta-list {
    font-size: 0;
    box-sizing: border-box;
    text-align: center;
}

.comm-cta-item {
    display: inline-block;
    vertical-align: top;
    width: 20%;
    padding: 0 10px 30px;
}

.comm-cta {
    font-size: 18px;
    color: #7f7f7f;
    background-image: url(images/cta-comm-arrow.png);
    background-repeat: no-repeat;
    background-position: 95% 50%;
    border: 1px solid #7f7f7f;
    height: 90px;
    z-index: 1;
    max-width: 360px;
    margin: 0 auto;
    width: 100%;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}

.comm-cta:hover { 
    border: 1px solid rgba(7, 149, 218, 1);
    background-color: rgba(7, 149, 218, 1);
    background-image: url(images/cta-arrow.png);
    color: #fff;
}

.comm-cta a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
    line-height: 1.25;
}

.comm-cta a span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 30px 26px;
    word-break: break-word;
    height: auto !important;
    z-index: 1;
}

.testi-cont-wrapper {
    box-sizing: border-box;
    font-size: 0;
}

.testi-left {
    display: inline-block;
    width: 40%;
    vertical-align: middle;
}

.testi-image canvas {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    display: block;
    height: 300px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.testi-right {
    display: inline-block;
    width: 60%;
    vertical-align: middle;
}

.testi-list {
    font-size: 17px;
}


.git-form-group input ,
.cont-merge textarea,
.footer-form-best-agent input[type="submit"]{
        background: transparent;
}

.site-btn-holder {
    text-align: center;
    padding: 50px 0 0;
}

.site-btn-holder a {
    display: inline-block;
    margin: 0 auto;
    -webkit-appearance: none;
    border: 2px solid #fff;
    /*background: rgb(127, 127, 127);*/
    color: #ffffff;
    width: auto;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    padding: 30px 60px;

    background: url(images/cta-arrow.png) no-repeat rgba(171, 190, 213, 0);
    background-position: 95% 48%;
}



.best-agent-wrap canvas {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: block;
    transition: all 0.5s ease-in-out;
}


.canvas-holder {
    display: inline-block;
}

.col-md-5.best-agent-photo3 canvas {
    max-width: 420px;
}

.canvas-holder {
    border: 5px solid #fff;
    overflow: hidden;
}

.canvas-holder.left-curve,
.canvas-holder.left-curve canvas {
    border-radius: 45px 10px 45px 10px;
}

.canvas-holder.right-curve,
.canvas-holder.right-curve canvas {
    border-radius: 10px 45px 10px 45px;
}


.best-agent-photo1 canvas {
    background-position-x: 0;
}

.best-agent-photo4 canvas {
    background-position-x: -160px;
}

.canvas-holder:hover canvas{
    /*filter: blur(5px);*/
    transform: scale(1.25);
}

/* DivTable.com */
.divTable{
	display: table;
    width: 100%;
    max-width: 625px;
    margin: 0 auto;
    font-size: 15px;
    padding-bottom: 10px;
        
}
.divTableRow {
	display: table-row;
}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
}
.divTableCell, .divTableHead {
	border: 1px solid #999999;
	display: table-cell;
	padding: 3px 10px;
}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
	font-weight: bold;
}
.divTableFoot {
	background-color: #EEE;
	display: table-footer-group;
	font-weight: bold;
}
.divTableBody {
	display: table-row-group;
}

.best-agent-slide {
    position: absolute;
    min-width: 1600px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.step3-info-wrap {
    background: rgba(255, 255, 255, 0.7);
}
/* MEDIA QUERIES ARE AUTOMATICALLY REMOVED FROM THIS FILE, they must be placed in style-media-queries.css */

.page-template-template-first-time-home-buyers .ihf-grid-result.col-xs-4 {
    display: none;
}

.page-template-template-first-time-home-buyers .col-xs-4 {
    display: none;
}

.page-template-template-first-time-home-buyers .col-xs-6 {
    display: none;
}

.page-template-template-first-time-home-buyers div#ihf-board-disclaimers {
    display: none;
}

.page-template-template-first-time-home-buyers .ihf-link-back.ihf-powered-by {
    display: none;
}

.page-template-template-first-time-home-buyers #ihf-main-container .mt-25 {
    margin-top: 25px;
    display: none;
}

.page-template-template-veteran-military-buyers .ihf-grid-result.col-xs-4 {
    display: none;
}

.page-template-template-veteran-military-buyers .col-xs-4 {
    display: none;
}

.page-template-template-veteran-military-buyers .col-xs-6 {
    display: none;
}

.page-template-template-veteran-military-buyers div#ihf-board-disclaimers {
    display: none;
}

.page-template-template-veteran-military-buyers .ihf-link-back.ihf-powered-by {
    display: none;
}

.page-template-template-veteran-military-buyers #ihf-main-container .mt-25 {
    display: none;
}

.page-template-template-first-time-home-buyers .section-8, .page-template-template-veteran-military-buyers .section-8 {	
	overflow: hidden;
}
.page-template-template-valuation-landing .step3-info {
    width: 65%;
    float: right;
    font-weight: 300;
    color: #5c5c5c;
    font-size: 19px;
    line-height: 24px;
    position: relative;
    text-align: center;
}

.page-template-template-valuation-landing .step3-info .info-title {
    color: #666;
    font-size: 22px;
    line-height: 26px;
    display: block;
    font-weight: 400;
}

.page-template-template-valuation-landing .step3-info .info-sub {
    color: #666;
    font-size: 32px;
    line-height: 32px;
    text-transform: uppercase;
    display: block;
    font-weight: 700;
    margin-top: 5px;
}

.page-template-template-valuation-landing .step3-info .agent-name {
    color: #0489a4;
    font-size: 50px;
    line-height: 58px;
    font-weight: 700;
    display: block;
    margin-top: 30px;
    text-transform: uppercase;
}

.page-template-template-valuation-landing .step3-info .agent-pos {
    color: #494949;
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
    display: block;
    margin-bottom: 30px;
    margin-top: 8px;
}

.page-template-template-valuation-landing .step3-info .zestimate-message {
    font-size: 14px;
    margin: 0 0 10px 0;
}

.page-template-template-valuation-landing .step3-info .zestimate-disclaimer {
    font-size: 14px;
    margin: 0 0 10px 0;
}

.page-template-template-valuation-landing .step3-info .agent-description {
    font-size: 14px;
    margin: 0 0 10px 0;
}
.page-template-template-valuation-landing .step3-info {
    text-align: center;
    position: absolute;
    transform: translate(-50%);
    width: 100%;
    max-width: 750px;
    left: 50%;
    top: 26%;
    /* background-color: rgba(255, 255, 255, 0.8); */
    padding-top: 20px;
}
.page-template-template-valuation-landing .step3-info .zestimate-table table th {
    text-align: center;
}
.page-template-template-valuation-landing .step3-info .zestimate-table table,
.page-template-template-valuation-landing .step3-info .zestimate-table table th {
    font-size: 11px;
    line-height: normal;
}

.fp-area .lazyloaded {
    display: block;
    margin: 0 auto;
}
.cta-list-wrawp>a:hover {
    background: url(images/cta-arrow.png) no-repeat rgba(171, 190, 213, 1);
    background-position: 92% 50%;
    border: 1px solid rgba(171, 190, 213, 1);
}
.cta-list-wrap>a span {
    color: #fff;
    text-transform: uppercase;
    width: 100%;
    max-width: 360px;
    vertical-align: middle;
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 1px;

}
.cta-list-wrap>a {
    display: inline-block;
    vertical-align: middle;
    width: 44%;
    height: 96px;
    text-decoration: none;
    background: transparent;
    font-size: 0;
    margin: 0 2%;
    border: 1px solid #fff;
    background: url(images/cta-arrow.png) no-repeat rgba(171, 190, 213, 0);
    background-position: 92% 50%;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    padding: 35px 7px;
}


.cta-list-wrap a[data-target="contact-section"] {
    display: inline-block;
    margin: 0 auto;
    -webkit-appearance: none;
    border: 2px solid #000;
    color: #ffffff;
    width: auto;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    padding: 30px 60px;
    background-position: 95% 48%;
    height: auto;
    background-color: #000;
}

#contact-us-wrap {
    display: none;
}

.category-testimonials #contact-us-wrap, .category-blog #contact-us-wrap, .single-post #contact-us-wrap  {
    display: block;
}

a.testi-arrows.testi-arrows-p {
    left: -100px;
}
a.testi-arrows {
    position: absolute;
    font-size: 35px;
    top: 50%;
    transform: translateY(-50%);
}

a.testi-arrows.testi-arrows-n {
    right: -100px;
}

.sidebar-qs input#qs-min-price {
    margin-right: 2px !important;
}
.sidebar-qs input#qs-min-price, .sidebar-qs input#qs-max-price {
    border-radius: 0;
    color: #3f3f3f;
    font-size: 12px;
    height: 33px;
    padding: 0 5px;
    display: inline-block;
    width: 49.5%;
    border: 1px solid #cfcfcf;
    margin: 1% 0px;
    font-weight: 400;
    vertical-align: top;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-position: 92% 50%;
    float: left;
    color: #000;
}


.sidebar-qs input#qs-min-price::placeholder, .sidebar-qs input#qs-max-price::placeholder{

color:#000;



}

.comm-table-contents {
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 20px;
    margin-top: 25px;
}
.comm-table-contents .table-contents {
    font-size: 24px;
    font-weight: 600;
}
.comm-table-contents > ul > li {
    font-size: 15px;
}
.comm-anchor {
  display: block;
  height: 100px;
  margin-top: -100px;
  visibility: hidden;
}
.comm-table-contents > p {
    display: none;
}