/*
Theme Name: Gharibian Real Estate
Description: AIOS mobile semi-custom theme.
Author: AgentImage
Author URI: http://www.agentimage.com
Version: 1.5.6
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 */
.header ul.custom-nav {
    margin-top: 65px;
    display: flex;
    justify-content: space-between;
}

.custom-nav li {
    position:relative;
    display: inline-block;
}

.custom-nav li > a{
    font-weight: 700;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.custom-nav > li:hover > a{
    color: #1c9ec0;
}
  
.custom-nav .sub-menu {
    list-style: none outside none;
    margin: 0;
    display: none;
    padding: 0;
    position: absolute;
    width: 100%;
    min-width: 235px;
    left: 50%;
    transform: translateX(-50%);
    padding-top: 20px;
}

.custom-nav .sub-menu a {
    color: #FFFFFF;
    display: block;
    padding: 16px 0;
    background: rgba(22,100,166,.95);
    text-align: center;
}
.custom-nav .sub-menu a:hover {
    background: none repeat scroll 0 0 rgba(23, 163, 199, .95);
    color: #fff;
    text-decoration: none;
}
.custom-nav .sub-menu .sub-menu {
    margin-left: 100%;
 	top:0;
}
.custom-nav li:hover > .sub-menu {
    display: block;
}
.custom-nav .sub-menu li {
    position: relative;
    display: block;
    width: 100%;
}

.custom-nav .sub-menu > li::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: rgba(59,128,187,.95);
    bottom: 0;
    left: 0;
}

.custom-nav .sub-menu > li:last-child::after{
    display: none;
}

.custom-nav .sub-menu > li:first-child::before{
    content: '';
    position: absolute;
    width: 11px;
    height: 6px;
    top: -6px;
    left: 50%;
    transform: translateX(-50%);
    background: url('images/nav-arrow.png') no-repeat;
}


/*******************************************************
 *
 * 2. Custom CSS
 *
 *******************************************************/
 div#main-wrapper {
     overflow: hidden;
}
/* Global */

body{
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 400;
	background: #FFF;
	color: #000000;
	margin: 0;

    /* Remove the comment from line 85 to 86 if the font issue in safari occurs */
    /* -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; */
}

.aios-mobile-header-wrapper {
    z-index: 1030 !important;
}

a,a:hover,a:visited,a:focus,input,input:focus,textarea,textarea:focus,select:focus,select{
    outline: none !important;
    text-decoration: none !important;
}

.slick-slide{
    outline: none !important;
}

/* Header */
header.header {
    font-size: 0;
    position: absolute;
    width: 100%;
    z-index: 1010;
    padding-top: 12px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.header .row.custom,
.fixed-header .row.custom{
    display: flex;
    align-items: center;
}

.header .row.custom::before,
.fixed-header .row.custom::before{
    display: none;
}

.header-smi {
    display: flex;
    align-items: center;
}

.header-smi a{
    font-size: 13px;
    width: 36px;
    height: 36px;
    border: 1px solid #fff;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 50%;
    margin-right: 15px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.header-smi a:hover{
    background: #1664a6;
    border: 1px solid #1664a6;
}

.header-logo img {
    display: block;
    margin: 0 auto -45px;
}

.header-info {
    display: flex;
    align-items: center;
    margin-left: -28px;
}

.header-phone span{
    color: #fff;
    font-size: 14px;
}

.header-phone em {
    font-weight: 500;
    font-size: 17px;
    color: #fff;
    letter-spacing: 0.07em;
    padding-left: 12px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.header-phone em:hover{
    color: #1c9ec0;
}

.header-phone-inner {
    padding-bottom: 4px;
}

.header-email {
    max-width: 220px;
    width: 100%;
    height: 44px;
    background: #1664a6;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 15px;
}

.header-email span{
    color: #fff;
    font-size: 12px;
}

.header-email a {
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    letter-spacing: 0.07em;
    padding-left: 17px;
    text-transform: uppercase;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.header-email a:hover{
    color: #1c9ec0;
}
/* End header */

/* Fixed Header */
.header .fixed-header {
    position: fixed;
    z-index: 1020;
    width: 100%;
    top: -100px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.header.show-fixed .fixed-header {
    top: 0;
    background: rgba(255,255,255,.95);
    padding: 10px 0;
}

.header.show-fixed .custom-nav > li > a{
    font-weight: 500;
    font-size: 14px;
    color: #5d5d5d;
    letter-spacing: 0.07em;
}

.header.show-fixed .custom-nav > li > a:hover{
    color: #20c5f0;
}

.header.show-fixed ul.custom-nav {
    margin-top: 0;
    padding-left: 43px;
}
/* End Fixed */

/* Upper Fold */
.hp_upper_fold_wrap{
    font-size: 0;
}

.hp_upper_fold {
    position: relative;
}

.upper-fold::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 262px;
    top: 0;
    left: 0;
    background: url(images/upperfold-overlay.png) no-repeat;
    pointer-events: none;
    background-size: 100% 100%;
}

.hp_upper_fold::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.20);
    pointer-events: none;
}

.photo-left,.photo-right {
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
}

.photo-left {
    left: 0;
    width: 50%;
}

.photo-right {
    right: 0;
}

.photo-left canvas, .photo-right canvas {
    display: block;
    width: 100%;
    background-size: cover;
    height: 100%;
}


.photo-right canvas {
    background-position: top left -200px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.photo-right.upper-fold.expand canvas {
    background-position: top left 0;
}

.photo-left canvas{
    background-position: top right -221px;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}


.photo-left.upper-fold.expand canvas {
    background-position: top right 0;
}

.photo-right {
    width: 50%;
}

.upper-fold-canvas {
    display: block;
    width: 100%;
}

.upper-fold.expand{
    width: 71.6% !important;
}

.upper-fold{
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    cursor: pointer;
}

.photo-left.upper-fold.makeitshort {
    width: 30%;
}

.photo-right.upper-fold.makeitshort {
    width: 30%;
}

.uf-descrip {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}

.upper-fold-info{
    font-family: 'Muli', sans-serif;
    font-size: 65px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    text-shadow: 0px 0px 21px rgba(0, 0, 0, 0.8);
    font-weight: 700;
    margin-top: 56px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.uf-button {
    width: 100%;
    margin-top: 34px;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.uf-button a {
    position: relative;
    max-width: 185px;
    width: 100%;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    background: transparent;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    font-size: 14px;
    color: #fff;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin: 0 auto;
    pointer-events: auto;
    z-index: 1;
}

.uf-button a:hover{
    background: #1664a6;
    border: 1px solid #1664a6;
}

.uf-arrow {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 54px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    z-index: 2;
    pointer-events: none;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.uf-arrow.right {
    justify-content: flex-start;
    right: initial;
    left: 78px;
}

.uf-arrow span {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.4em;
    color: #fff;
    padding-right: 10px;
}

.uf-arrow.right span{
    padding-right: 0;
    padding-left: 10px;
}

.uf-arrow-inner {
    display: flex;
    align-items: center;
    pointer-events: auto;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.photo-left.upper-fold.expand .uf-button,
.photo-right.upper-fold.expand .uf-button,
.photo-left.upper-fold.expand .uf-arrow-inner,
.photo-right.upper-fold.expand .uf-arrow-inner{
    opacity: 1;
}

.photo-left.upper-fold.expand .upper-fold-info,
.photo-right.upper-fold.expand .upper-fold-info{
    margin-top: 0;
}
/* End Upperfold */

/* Hp Bg */
.hp-bg {
    position: relative;
}

.hp-bg::before{
    content: '';
    position: absolute;
    background: url(images/hp-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center top;
    width: 100%;
    height: 1470px;
    top: 290px;
}
/* End Hp Bg */
/* Hp Cta */
.hp-cta {
    font-size: 0;
    position: relative;
    margin-top: -290px;
}

.cta-circle a {
    position: relative;
    display: block;
}

.cta-img {
    position: relative;
    border: 2px solid #fff;
    border-radius: 50%;
    overflow: hidden;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.cta-circle a:hover .cta-img {
    border: 2px solid transparent;
}

.cta-img::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 219px;
    background: url(images/cta-overlay.png) no-repeat;
    background-size: cover;
    background-position: center;
    top: 0;
    left: 0;
    opacity: .50;
    z-index: 2;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.cta-circle a:hover .cta-img::after{
    opacity: 0;
}

.cta-img::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.35);
    top: 0;
    left: 0;
    border-radius: 50%;
    z-index: 1;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.cta-circle a:hover .cta-img::before{
    background: rgba(0,0,0,.10);
}

.cta-img canvas{
    display: block;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 50%;
    filter: grayscale(1);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.cta-circle a:hover .cta-img canvas{
    filter: grayscale(0);
}

.cta-descrip {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.cta-descrip span{
    display: block;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    text-shadow: 0px 0px 21px rgba(0, 0, 0, 0.8);
}

.cta-descrip em{
    font-family: 'Roboto Condensed', sans-serif;
    font-style: normal;
    display: block;
    font-size: 32px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    text-shadow: 0px 0px 21px rgba(0, 0, 0, 0.8);
}
/* End Cta */

/* Featured Properties */
.featured-properties {
    font-size: 0;
    position: relative;
    margin-top: 85px;
}

.fp-wrapepr > div {
    width: 50%;
}

.fp-wrapepr {
    max-width: 1600px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
}

.fp-left-inner {
    max-width: 605px;
    margin: 0 auto;
    padding-top: 62px;
}

.current-title {
    font-size: 40px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #1664a6;
    text-align: center;
    padding-top: 47px;
    padding-bottom: 38px;
}

.current-ratings {
    font-size: 25px;
    letter-spacing: 0.06em;
    color: #17a3c7;
    text-align: center;
}

.current-button {
    margin-top: 42px;
    margin-bottom: 60px;
}

.current-button a{
    max-width: 185px;
    height: 56px;
    background: #1664a6;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin: 0 auto;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.current-button a:hover{
    background: #17a3c7;
}

.current-logo img {
    display: block;
    margin: 0 auto;
}

.current-disclamer span{
    font-weight: 500;
    font-size: 14px;
    color: #1664a6;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.current-disclamer em{
    font-size: 13px;
    color: #7b7b7b;
    letter-spacing: 0.06em;
    font-family: 'Roboto Condensed', sans-serif;
    line-height: 20px;
    font-style: normal;
}

.fp-slick-holder{
    position: relative;
    margin: 0 -18px;
}

.fp-item {
    padding: 0 18px;
}

.fp-item a {
    position: relative;
    display: block;
    padding-bottom: 28px;
    background: transparent;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.fp-item a:hover{
    background: #17a3c7;
}

.fp-title {
    text-align: center;
    padding-bottom: 50px;
}

.fp-title span{
    font-weight: 300;
    font-size: 40px;
    color: #17a3c7;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.fp-title em {
    font-style: normal;
    font-size: 40px;
    color: #1664a6;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    padding-left: 12px;
}

.fp-descrip {
    text-align: center;
    padding-top: 24px;
}

.fp-descrip span {
    display: block;
    font-size: 30px;
    color: #1664a6;
    letter-spacing: 0.05em;
    padding-bottom: 10px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.fp-item a:hover .fp-descrip span {
    color: #fff;
}

.fp-descrip em {
    display: block;
    font-size: 12px;
    color: #747474;
    letter-spacing: 0.1em;
    font-style: normal;
    text-transform: uppercase;
    line-height: 16px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.fp-item a:hover .fp-descrip em{
    color: #fff;
}

.fp-image {
    position: relative;
    background: #000;
}

.fp-image canvas{
    display: block;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    opacity: 1;
}

.fp-item a:hover .fp-image canvas{
    opacity: .85;
}

.fp-logo-overlay {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 332px;
    height: 0;
    background: url(images/fp-logo-overlay.png) no-repeat;
    background-size: cover;
    opacity: .10;
    transform: translateX(-50%);
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.fp-item a:hover .fp-logo-overlay{
    opacity: .2;
    height: 276px;
}
/* End Featured Properties */

/* Welcome */
.hp-welcome {
    font-size: 0;
    position: relative;
    padding-top: 70px;
}

.welcome-left {
    padding-top: 115px;
}

.welcome-title {
    padding-bottom: 38px;
}

.welcome-title p{
    font-size: 18px;
    color: #898989;
    letter-spacing: 0.1em;
}

.welcome-title span{
    display: block;
    font-size: 65px;
    color: #1664a6;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-weight: 300;
}

.welcome-title em{
    font-style: normal;
    font-size: 28px;
    color: #17a3c7;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.welcome-descrip p {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 17px;
    color: #595959;
    letter-spacing: 0.04em;
    line-height: 26px;
    padding-bottom: 26px;
}

.welcome-button {
    margin-top: 20px;
}

.welcome-button a{
    max-width: 185px;
    width: 100%;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1664a6;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.welcome-button a:hover{
    background: #17a3c7;
}

.welcome-right {
    width: calc(((100vw - 1140px) / 2) + 100%);
}

.welcome-img{
    position: relative;
}

.welcome-img canvas{
    display: block;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
/* End Welcome */

/* Market Insight */
.market-insight {
    position: relative;
    font-size: 0;
    background: url(images/market-bg.jpg) no-repeat;
    background-size: cover;
    padding-bottom: 100px;
}


.mi-title {
    text-align: center;
    padding-bottom: 56px;
    padding-top: 82px;
}

.mi-title span{
    font-weight: 300;
    font-size: 40px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #17a3c7;
}

.mi-title em {
    font-size: 40px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #1664a6;
    font-style: normal;
    padding-left: 12px;
}

.mi-box {
    background: #1664a6;
    border-radius: 10px;
}

.mi-box-inner:first-child::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #105087;
    bottom: 0;
    left: 0;
}
.mi-box-inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 15px 24px;
    position: relative;
    border-bottom: 1px solid #105087;
}

.mi-box-inner:last-child{
    border-bottom: none;
}

.mi-list {
    width: 27%;
    padding: 0 30px;
    position: relative;
}

.mi-list::after {
    content: '';
    position: absolute;
    width: 1px;
    height: 63px;
    background: #2f7cbd;
    top: 0;
    right: 0;
}

.mi-list:last-child::after{
    display: none;
}

.mi-list:first-child{
    padding-left: 0;
    width: 23%;
}

.mi-list:last-child{
    padding-right: 0;
    width: 23%;
}

.mi-list-top {
    display: flex;
    justify-content: space-between;
    padding-bottom: 21px;
}

.mi-list-top span{
    display: block;
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    position: relative;
}

span.dot::after {
    content: '';
    position: absolute;
    height: 4px;
    width: 4px;
    border-radius: 50%;
    background: #fff;
    bottom: 6px;
    right: -8px;
}

.mi-list-top span.left {
    padding-left: 12px;
    margin-bottom: -14px;
}

.mi-list-bottom i {
    font-size: 12px;
    position: relative;
    color: #5da1db;
    top: -2px;
    padding-right: 15px;
}

.mi-list-bottom em{
    font-style: normal;
    font-size: 34px;
    color: #8fc4f0;
    letter-spacing: -0.02em;
}

.mi-list-bottom span {
    font-size: 14px;
    color: #8fc4f0;
    letter-spacing: -0.02em;
    padding-left: 15px;
}

.mi-list-bottom input {
    width: 100%;
    background: #fff url(images/ticker-arrow.png) no-repeat scroll right 12px center;
    border-radius: 10px;
    height: 43px;
    border: none;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #b1b0b0;
    padding-left: 11px;
}
/* End Market Insight */

/* Contact Form */
.contact-form{
    font-size: 0;
    position: relative;
    padding: 82px 0;
}

.contact-form::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url('images/form-bg.jpg') no-repeat;
    background-size: cover;
    background-position: center;
    filter: grayscale(1);
    opacity: .15;
}

.cf-title{
    text-align: center;
}

.cf-title span{
    font-size: 40px;
    color: #1664a6;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-weight: 300;
}

.cf-title em {
    font-size: 40px;
    color: #17a3c7;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-style: normal;
    padding-left: 12px;
}

.cf-title-descrip {
    font-size: 14px;
    color: #696969;
    letter-spacing: 0.05em;
    text-align: center;
    padding-top: 11px;
    padding-bottom: 28px;
}

.cf-wrapper {
    max-width: 946px;
    margin: 0 auto;
    position: relative;
}

.cf-md {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 2px;
    width: calc(100% / 3);
    padding: 0 1px;
} 

.cf-md input,
.cf-lg textarea{
    width: 100%;
    height: 34px;
    border: 1px solid #dfdfdf;
    background: #fff;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    color: #575757;
    padding-left: 14px;
    resize: none;
    overflow: hidden;
}

.cf-lg {
    padding: 0 1px;
    position: relative;
}

.cf-lg textarea {
    padding-top: 27px;
    padding-bottom: 89px;
    max-width: 100%;
    padding-right: 73px;
}

.cf-button input{
    max-width: 53px;
    width: 100%;
    height: 50px;
    background: #17a3c7 url('images/send-icon.png') no-repeat;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 12px;
    right: 12px;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
    border: none;
    padding: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.cf-button input:hover{
    background: #1664a6 url('images/send-icon.png') no-repeat;
    background-position: center;
}

.cf-wrapper span.ajax-loader {
    position: absolute;
    right: 0;
    bottom: 0;
}

.cf-wrapper div.wpcf7-response-output {
    font-size: 12px;
    position: absolute;
    bottom: -24px;
    width: 100%;
    margin: 0;
    text-align: center;
}

.cf-wrapper span.wpcf7-not-valid-tip {
    font-size: 12px;
}

.cf-wrapper .wpcf7-form-control-wrap{
    display: block;
}
/* End Contact Form */

/* Footer */
footer.footer{
    font-size: 0;
    background: #1664a6;
}

.footer-inner {
    padding: 74px 0;
}

.footer-info {
    /*max-width: 946px;*/
    max-width: 546px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    flex-wrap: wrap;
}

.footer-phone span {
    display: block;
    font-size: 14px;
    color: #20c5f0;
    padding-bottom: 15px;
}

.footer-phone em {
    font-size: 14px;
    color: #fff;
    letter-spacing: 0.05em;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.footer-phone em:hover{
    color: #17a3c7;
}

.footer-location span{
    font-size: 20px;
    color: #20c5f0;
    padding-bottom: 12px;
    display: block;
}

.footer-location em {
    font-size: 14px;
    letter-spacing: 0.04em;
    color: #fff;
    font-style: normal;
    display: block;
}

.footer-email span{
    font-size: 13px;
    color: #20c5f0;
    padding-bottom: 12px;
    display: block;
}

.footer-email a{
    font-size: 14px;
    letter-spacing: 0.04em;
    color: #fff;
    display: block;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.footer-email a:hover{
    color: #20c5f0;
}

.footer-logo {
    padding-top: 38px;
}

.footer-logo img {
    display: block;
    margin: 0 auto;
}

.footer-smi {
    display: flex;
    justify-content: center;
    padding-top: 23px;
}

.footer-smi a{
    max-width: 35px;
    width: 100%;
    height: 35px;
    border-radius: 50%;
    background: #17a3c7;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #fff;
    margin: 0 9px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.footer-smi a:hover{
    background: #4fb2cc;
}

.footer-bottom{
    background: #0e5591;
    padding-top: 44px;
    padding-bottom: 34px;
}

.footernav {
    display: flex;
    justify-content: space-between;
    max-width: 765px;
    margin: 0 auto;
}

.footernav li a{
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #fff;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.footernav li a:hover{
    color: #20c5f0;
}

.copyright{
    font-size: 12px;
    font-weight: 300;
    color: #fff;
    text-align: center;
    letter-spacing: 0.02em;
    padding-top: 15px;
}

.copyright a{
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.copyright a:hover{
    color: #20c5f0;
}

.mls {
    font-size: 20px;
    color: #fff;
    text-align: center;
    padding-top: 20px;
}
/* End Footer */
/*******************************************************
 *
 * 3. IP Styles
 *
 *******************************************************/
.ip-banner{
    position: relative;
    width: 100%;
}
    .ip-banner::before{
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
        background: rgba(0,0,0,.6);
    }
    .ip-banner canvas{
        display: block;
        position: relative;
        z-index: 0;
        width: 100%;
        min-height: 250px;
        background-color: #f9f7f7;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .ip-banner .container{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        z-index: 2;
    }
        .ip-banner h1 {
            font-weight: 700;
            font-size: 32px;
            text-align: center;
            color: #FFF;
            text-transform: uppercase;
            letter-spacing: 0.05em;
            line-height: 1.7;
        }
            .ip-banner h1 span{
                display: block;
                font-size: 24px;
                font-weight: 400;
                text-transform: none;
                letter-spacing: 0.01em;
            }
/* Adjust minimum height of page area */ 
#content-sidebar, #content-full{ min-height: 500px; margin-top: 20px;}

/** Adjust width of content columns **/
#content-sidebar #content{ width: 77.08%; }
#content-full #content { width: 100%; }

/* Adjust width of sidebar */
.sidebar{ width: 20.83%; }

/* fullwidth template */
.page-template-template-fullwidth #content {
    padding-left: 15px;
    padding-right: 15px;
}
    .page-template-template-fullwidth #content ihf-search[data-eureka-id*=""].ihf-eureka {
        margin-left: -15px;
        margin-right: -15px;
    }

/* 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 .entry-title(post/page) and .archive-title(category/archive/etc) main headings (h1) */
#content .entry-title,
#content .archive-title { 

}

/* Styles for category/archive/search/etc subheadings (h2) */
#content .archive-subtitle { 

}
	 
/* MEDIA QUERIES ARE AUTOMATICALLY REMOVED FROM THIS FILE, they must be placed in style-media-queries.css */

/* Side Logo */
.sidebar .fixed-logo img {
    display: block;
    margin: 0 auto;
}
/* End Side Logo */

/* Side Cta */
.side-cta{
    margin-top: 30px;
}

.side-cta .cta-img {
    max-width: 300px;
    margin: 0 auto;
}
/* End Side Cta */



.aios-roadmaps.no-border.black a.aios-roadmap-link.active-link, .aios-roadmaps.no-border.black a.aios-roadmap-link:hover {
    border: none;
    color: #1766a8;
}

/* amazon dow */

.mi-box {
    background: transparent;
}

.mi-box-inner {
    background: #1664a6;
}

.mi-box-inner:first-child {
    border-radius: 10px 10px 0 0;
}

/*.mi-box-inner:nth-child(2) {
    border-radius: 0 0 10px 10px;
}*/

.mi-box-inner.amzn-dow {
    background: transparent;
    justify-content: center;
    padding: 0;
}

.mi-box-inner.amzn-dow .mi-list {
    background: #1664a6;
    padding: 15px 30px;
    width: 26%;
}

.mi-box-inner.amzn-dow .mi-list:first-child {
    border-radius: 0 0 0 10px;
}

.mi-box-inner.amzn-dow .mi-list:last-child {
    border-radius: 0 0 10px 0;
}

.market-insight .mi-list {
    max-width: 285px;
}
.mi-list em.green{
    color:#64e875;
}
.mi-list em.red{
    color:#f9506e;
}

ul#ihf-search-location-tabs, ul#ihf-detail-extrainfotabs,
ul.chosen-results {
    margin-left: 0px !important;
    padding-left: 0px !important;
}
#ihf-main-container .nav-tabs {
    margin-left: 0;
}

#ihf-main-container .mc-total-payment-subline {
    color: #000;
}

.ihf-mapsearch-refine-overlay {
    max-width: 500px;
    height: 100%;
}

body img[src*="deviceid.trueleadid.com"] {
    display: none;
}

.grecaptcha-badge {
    z-index: 1010 !important;
}

.error404 div.wpcf7-response-output {
    text-align: center;
}
