/*

Theme Name: Aaron Kirman Group

Theme URI: http://aaronkirmangroupcom.rs4.aios-staging.com/

Description: AIOS mobile semi-custom theme.

Author: AgentImage

Author URI: http://www.agentimage.com

Version: 1.5.0

Tags: one-column, two-columns, right-sidebar, custom-menu, full-width-template, sticky-post

License: Proprietary

License URI: http://www.agentimage.com

Template: aios-starter-theme

*/





/*



TABLE OF CONTENTS



1. Custom CSS

2.	IP styles

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

  

*/





/*******************************************************

 *

 * 1. Custom CSS

 *

 *******************************************************/





/* Global */



body {

    font-family: 'Noto Serif', serif, Arial, Helvetica, Georgia, Sans-serif;

    font-size: 14px;

    background: #fefbf0;

    color: #000000;

    margin: 0;

    /* Remove the comment from line 85 to 86 if the font issue in safari occurs */

    /* -webkit-font-smoothing: antialiased;

    -moz-osx-font-smoothing: grayscale; */

}



a,

a:hover,

a:focus {

    color: inherit;

    outline: none;    

}

nav a:focus, nav a:hover {

    text-decoration: none;

}



.ip-container #content a:hover {

    text-decoration: underline;

}





/* Noto Serif Light */



@font-face {

    font-family: 'Noto Serif';

    src: url('css/fonts/notoserif-light.woff') format('woff2'), url('css/fonts/notoserif-light.woff') format('woff');

    font-weight: 300;

    font-style: normal;

}



@font-face {

    font-family: 'Noto Serif';

    src: url('css/fonts/notoserif-lightitalic.woff') format('woff2'), url('css/fonts/notoserif-lightitalic.woff') format('woff');

    font-weight: 300;

    font-style: italic;

}





/* Noto Serif Light */



a.btn-a,

.btn-a {

    display: block;

    width: 193px;

    max-width: 100%;

    font: 500 15px 'Heebo', sans-serif;

    letter-spacing: .15em;

    color: #fff;

    text-transform: uppercase;

    text-align: center;

    border: 1px solid #fff;

    background: transparent;

    padding: 16px 0;

    -webkit-transition: color .3s ease, border-color .3s ease, background .3s ease;

    -o-transition: color .3s ease, border-color .3s ease, background .3s ease;

    transition: color .3s ease, border-color .3s ease, background .3s ease;

}



a.btn-a:hover,

.btn-a:hover {

    color: #000;

    border-color: #fff;

    background: #fff;

}



a.b-outline:hover,

.b-outline:hover {

    color: #fff;

    border-color: #000;

    background: #000;

}



.a-center {

    margin-left: auto;

    margin-right: auto;

}



.a-right {

    margin-left: auto;

    margin-right: 0;

}



a.b-outline,

.b-outline {

    border-color: #000;

    color: #000;

}



.section-title,

#content .section-title {

    font: 300 50px/1.2 'Heebo', sans-serif;

    letter-spacing: -.02em;

    color: #222222;

    text-transform: uppercase;

}



.section-title strong,

#content .section-title strong {

    font-weight: 400;

}



header.header-wrapper {

    position: absolute;

    top: 0;

    left: 0;

    right: 0;

    z-index: 102;

    padding: 23px 0 0;

}



.header-container {

    max-width: 1800px;

    padding: 0 100px;

    margin: 0 auto;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-pack: justify;

    -ms-flex-pack: justify;

    justify-content: space-between;

    -ms-flex-wrap: wrap;

    flex-wrap: wrap;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;

}



.header-logo {

    position: relative;

}



.header-logo img {

    max-width: 100%;

}



.header-navigation {

    text-align: right;

    margin-bottom: 17px;

}



#nav {}



#nav li,

#nav_ li {

    position: relative;

}



#nav li a,

#nav_ li a {

    font: 400 15px 'Heebo', sans-serif;

    letter-spacing: .1em;

    color: #fff;

    text-transform: uppercase;

    display: block;

}



#nav > li {

    display: inline-block;

    margin-left: 3.66em;

}



#nav > li:first-child {

    margin-left: 0;

}



#nav > li > a,

#nav_ > li > a {

    -webkit-transition: opacity .3s ease;

    -o-transition: opacity .3s ease;

    transition: opacity .3s ease;

    padding: 0 0 10px;

}



#nav:hover > li > a {

    opacity: .5;

}



#nav:hover > li:hover > a {

    opacity: 1;

}



#nav .sub-menu {

    list-style: none outside none;

    margin: 0;

    background: rgba(0, 0, 0, 0.8);

    opacity: 0;

    visibility: hidden;

    pointer-events: none;

    padding: 0;

    position: absolute;

    width: 100%;

    min-width: 180px;

    text-align: center;

    -webkit-transition: all .3s ease;

    -o-transition: all .3s ease;

    transition: all .3s ease;

}



#nav > li > .sub-menu {

    left: 50%;

    transform: translateX(-50%);

    min-width: 240px;

}



#nav .sub-menu a {

    color: rgba(255, 255, 255, .5);

    padding: 10px;

    -webkit-transition: all .3s ease;

    -o-transition: all .3s ease;

    transition: all .3s ease;

}



#nav .sub-menu li:hover > a {

    background: #000;

    color: rgba(255, 255, 255, 1);

}



#nav .sub-menu .sub-menu {

    margin-left: 100%;

    top: 0;

}



#nav li:hover > .sub-menu {

    opacity: 1;

    visibility: visible;

    pointer-events: all;

}



#nav .sub-menu li {

    position: relative;

}





/*mobile header*/



.mob_show {

    display: none;

}



.mob_show.open {

    right: calc(100% - 52px);

}



.mobile-header {}



.mobile-header .menu-primary-menu-container,

.mobile-header .menu-dashboard-navigation-container {

    position: fixed;

    top: 0;

    right: 0;

    bottom: 0;

    background: #191606;

    text-align: left;

    padding: 36px;

    width: calc(100% - 60px);

    -webkit-transform: translateX(100%);

    -moz-transform: translateX(100%);

    transform: translateX(100%);

    -webkit-transition: -webkit-transform 350ms cubic-bezier(.55, 0, .1, 1);

    transition: -webkit-transform 350ms cubic-bezier(.55, 0, .1, 1);

    -webkit-transition: transform 350ms cubic-bezier(.55, 0, .1, 1);

    -moz-transition: transform 350ms cubic-bezier(.55, 0, .1, 1);

    -ms-transition: transform 350ms cubic-bezier(.55, 0, .1, 1);

    -o-transition: transform 350ms cubic-bezier(.55, 0, .1, 1);

    transition: transform 350ms cubic-bezier(.55, 0, .1, 1);

}



.mobile-header .open ~ .menu-primary-menu-container,

.mobile-header .open ~ .menu-dashboard-navigation-container {

    transform: translateX(0);

}



#nav_ > li {

    display: block;

    margin-left: 0;

}

    #nav_ li:hover > a {

        opacity: .5;

    }



#nav_ > li > a {

    display: inline-block;

}



#nav_ .sub-menu {

    position: relative;

    display: none;

    text-align: left;

    padding: 0 10px;

}



#nav_ .sub-menu a {

    padding: 0 0 10px;

}



.mobile-header-button {

    width: 40px;

    height: 34px;

    position: absolute;

    right: 30px;

    top: 50%;

    transform: translateY(-50%);

    border: none;

    background: none;

    outline: none;

    cursor: pointer;

    font-size: 18px;

    color: #fff;

    z-index: 2;

    -webkit-transition: right 350ms cubic-bezier(.55, 0, .1, 1);

    -moz-transition: right 350ms cubic-bezier(.55, 0, .1, 1);

    -ms-transition: right 350ms cubic-bezier(.55, 0, .1, 1);

    -o-transition: right 350ms cubic-bezier(.55, 0, .1, 1);

    transition: right 350ms cubic-bezier(.55, 0, .1, 1);

}



.mobile-header-button i {

    display: block;

}



.mobile-header-button i.ai-font-close-d {

    position: absolute;

    top: 0;

    left: 0;

    right: 0;

    bottom: 0;

    height: 24px;

    margin: auto;

    font-size: 24px;

    opacity: 0;

}



.mobile-header-button.open i.ai-font-menu {

    opacity: 0;

}



.mobile-header-button.open i.ai-font-close-d {

    opacity: 1;

}



.mobile-header-bg {

    position: fixed;

    top: 0;

    right: 0;

    bottom: 0;

    left: 0;

    background-color: rgba(25, 22, 6, .75);

    pointer-events: none;

    opacity: 0;

    -webkit-transition: opacity 350ms cubic-bezier(.55, 0, .1, 1);

    -moz-transition: opacity 350ms cubic-bezier(.55, 0, .1, 1);

    -ms-transition: opacity 350ms cubic-bezier(.55, 0, .1, 1);

    -o-transition: opacity 350ms cubic-bezier(.55, 0, .1, 1);

    transition: opacity 350ms cubic-bezier(.55, 0, .1, 1);

}



.open ~ .mobile-header-bg {

    pointer-events: all;

    opacity: 1;

}





/*floating smi*/



.floating-smi.on-white,

.floating-smi.on-white a {

    color: #000;

}



.floating-smi.on-white .smi-list:before,

.floating-smi.on-white .smi-list:after {

    background: #000;

}



.floating-smi {

    position: fixed;

    top: 50%;

    transform: translateY(-53%);

    left: 30px;

    width: 20px;

    z-index: 3;

    color: #dddddd;

}



.page-template-template-featured-property-list .floating-smi {

    left: 10px;

    top: 30%;

}



.smi-list {

    position: relative;

    text-align: center;

}



.smi-list:before,

.smi-list:after {

    content: '';

    display: block;

    width: 1px;

    height: 35px;

    background: #fff;

    transition: all .3s ease;

}



.smi-list:before {

    margin: 0 auto 17px;

}



.smi-list:after {

    height: 14px;

    margin: 13px auto 0;

}



.smi-list a {

    display: block;

    font-size: 21px;

    margin-bottom: 18px;

    color: inherit;

    transition: all .3s ease;

}



.smi-list a:last-child {

    margin-bottom: 0;

}



.smi-list a:hover {

    opacity: .8;

}



.floating-smi span {

    display: block;

    font: 500 10px/1 'Heebo', sans-serif;

    text-transform: uppercase;

    letter-spacing: .5em;

    white-space: nowrap;

    position: relative;

    width: 92px;

    bottom: 0;

    left: 0;

    transform: rotate(-90deg) translate(-100%, 17px);

    transform-origin: bottom left;

    transition: all .3s ease;

}





/*section 1*/



section.section-1 {

    position: relative;

}



#hero {

    position: absolute;

    /*position: fixed;*/

    top: 0;

    left: 0;

    right: 0;

    bottom: 0;

    z-index: 1;

    background: #000;

}



.hero-jarallax,

#hero .custom-html-widget {

    height: 100%;

}



.hero-canvas {

    display: block;

    width: 100%;

    /*background-attachment: fixed;

    background-position: center 0;*/

    /*background: url(images/about-bg.jpg) repeat-y scroll top center transparent;*/

    background-size: 100% auto;

}



.home .section-1 .hero-canvas{

    pointer-events: none;

}



.hero-canvas canvas {

    display: block;

    width: 100%;

    /*height: 100vh;*/

    min-height: 800px;

    cursor: pointer;

    z-index: 2;

    position: relative;

}



.hero-jarallax.jarallax div[id*="jarallax-container"] > div {

    background-position: 50% 0!important;

}



.jarallax {

    position: relative;

    z-index: 0;

}



.jarallax > .jarallax-img {

    position: absolute;

    object-fit: cover;

    /* support for plugin https://github.com/bfred-it/object-fit-images */

    font-family: 'object-fit: cover;';

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    z-index: -1;

}



.jarallax canvas {

    width: 100%;

    display: block;

    background-position: 0 center;

}



section.section-1 .hero-overlay::before {

    z-index: 1;

}





/* Disable on IE */



.msie-true .jarallax > div[id*="jarallax-container"] > div {

    transform: none!important;

}



.hero-overlay {

    position: absolute;

    top: 0;

    left: 0;

    right: 0;

    bottom: 0;

    z-index: 2;

    /*padding-top: 7.2%;*/

    padding-top: 4.2%;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;

}



/*.hero-overlay {padding-top: 4.2%;}*/



.hero-tagline {

    text-align: center;

    position: relative;

    z-index: 2;

}



.hero-tagline h2 {

    font: 400 63.59px/1 'Heebo', sans-serif;

    color: #fff;

    text-transform: uppercase;

}



.hero-tagline h2 span {

    display: block;

    font-weight: 400;

    font-size: 15px;

    line-height: 1.2;

    letter-spacing: .5em;

    margin-bottom: 35px;

    text-shadow: 1px 0px 10px #000;

}

.section-1 .hero-tagline h2 span {

    text-shadow: 0px 0px 1px #000000, 1px 1px 1px #000000, 2px 2px 2px #000000, 3px 3px 3px #000000;

}



.hero-tagline a.btn-a {

    margin-top: 43px;

}



.section-relative {

    position: relative;

    background: #fefbf0;

}



.hero-tagline .tagline-slick:not(.slick-initialized) div:nth-child(n + 2) {

    display: none;

}





/*section 2*/

.section-group {

    overflow: hidden;

    z-index: 2;

    position: relative;

    background: url(images/about-bg.jpg) repeat-y scroll top center transparent;

    background-size: 100% auto;

}

section.section-2 {

    padding: 92px 0 104px;

    overflow: hidden;

    z-index: 2;

    /*background: url(images/about-bg.jpg) repeat-y scroll top center transparent;*/

    background-size: 100% auto;

    position: relative;

}



.section-container {

    /*max-width: 1310px;*/

    max-width: 100%;

    padding: 0 15px;

    margin: 0 auto;

}



.section-container:before,

.section-container:after {

    content: '';

    display: block;

    clear: both;

}



#about {

    /*width: 738px;*/

    max-width: 1145px;

    float: none;

    text-align: center;

    margin: 0 auto;

    display: block;

}



.about-text {

    margin: 0 40px;

}



#about .section-title {

    margin-bottom: 25px;

    color: #ffffff;

}



#about p {

    font-weight: 300;

    font-size: 15px;

    line-height: 30px;

    color: #ffffff;

    margin-bottom: 30px;

}



#about a.btn-a {

    margin-top: 34px;

}



#call-to-action {

    float: none;

    padding: 9px 0 0;

    max-width: 1145px;

    margin: 0 auto;

}



.cta-list {

    max-width: 1045px;

    margin: 0 auto;

    text-align: center;

}



a.cta {

    margin-bottom: 3px;

    color: #FFF;

    position: relative;

    z-index: 1;

    min-height: 218px;

    display: inline-block;

    width: 28.5%;

    margin: 0 75px;

    vertical-align: top;

}



    .cta-list a:first-child,

    .cta-list a:last-child {

        margin: 0;

    }



a.cta:before {

    content: '';

    position: absolute;

    left: 0;

    right: 0;

    top: 0;

    bottom: 0;

    background: #000;

    z-index: -1;

    opacity: 0;

}



.cta-img {

    /*width: 330px;*/

    /*width: 60.89%;*/

    position: relative;

}



.cta-img:before {

    content: '';

    position: absolute;

    left: 0;

    right: 0;

    bottom: 0;

    top: 0;

    background: url(images/overlay-cta.png) top left/auto 100% repeat-x;

}



.cta-img img {

    width: 100%;

    display: block;

}



.cta-details {

    width: 100%;

    text-align: center;

    position: relative;

}



.cta-details h2 {

    font: 300 25px/1 'Heebo', sans-serif;

    letter-spacing: -.02em;

    text-transform: uppercase;

    padding-bottom: 12px;

    margin-bottom: 5px;

    position: relative;

    display: block;

    margin-top: 12px;

    line-height: 24px;

}



.cta-details h2:after {

   /* content: '';

    position: absolute;

    right: 14px;

    left: -22px;

    bottom: 0;

    height: 1px;

    background: #000;*/

}



.cta-details p {

    font-weight: 300;

    font-size: 13px;

    line-height: 18px;

    color: #FFF;

}



.cta-details span {

    position: absolute;

    top: 100%;

    font: 700 13px/1 'Heebo', sans-serif;

    letter-spacing: .15em;

    opacity: 0;

    color: #fff;

}



a.cta:hover {

    color: #fff;

    text-decoration: none;

}



a.cta:hover .cta-details h2:after {

    /*left: -99px;

    background: #fff;*/

}



a.cta:hover .cta-details p {

    /*margin-bottom: 16px;*/

    color: #000;

}



a.cta:hover .cta-img:before {

    opacity: 0;

}



a.cta:hover .cta-details span,

a.cta:hover:before {

    opacity: 0;

}



a.cta,

a.cta:before,

.cta-details h2:after,

.cta-details p,

.cta-details span,

.cta-img:before {

    /*transition: all .3s ease;*/

}





/*section 3*/



section.section-3 {

    position: relative;

    z-index: 2;

}



#section-tagline-b {

    position: relative;

    cursor: pointer;

}



#section-tagline-b .hero-overlay {

    padding-top: 3.5%;

}



#section-tagline-b .hero-tagline h2 {

    font-size: 45px;

    line-height: 1.2;

    color: #fff;

}



#section-tagline-b .hero-tagline h2 span {

    margin-bottom: 0;

    margin-top: 21px;

}



#section-tagline-b .hero-tagline a.btn-a {

    margin-top: 50px;

    width: 223px;

}





#section-tagline-b .hero-tagline iframe {

    height: 600px;

    width: 800px;

    overflow: hidden;

    padding: 0;

    margin: 0;

    opacity: 0;

}



#section-tagline-b:hover .hero-tagline iframe {

    opacity: 1;

}



/*section 4*/



section.section-4 {

    padding: 61px 0 76px;

    z-index: 2;

    background: #FFF;

}



#featured-properties {

    max-width: 1300px;

    margin: 0 auto;

    /*padding: 0 62px;*/

}



#featured-properties .section-title {

    text-align: center;

    margin-bottom: 26px;

}



.fp-list {

    font-size: 0;

}



.fp-list .slick-arrow {

    position: absolute;

    z-index: 2;

    width: 57px;

    height: 57px;

    background: rgba(255, 255, 255, .75);

    font-size: 26px;

    color: #000;

    top: 20.4%;

    border: none;

    outline: none;

    transition: background .3s ease, color .3s ease;

}



.fp-list .slick-prev {

    left: -20px;

}



.fp-list .slick-next {

    right: -20px;

}



.fp-list .slick-arrow:hover {

    background: #000;

    color: #fff;

}



.fp {

    display: inline-block;

    vertical-align: top;

    padding: 19px 14px;

    width: 33.33333%!important;

}



.fp a {

    display: block;

    position: relative;

}



.fp-img {

    display: block;

    width: 100%;

    background-size: cover;

    background-position: center;

}



.fp-details {

    position: absolute;

    bottom: 0;

    left: 0;

    right: 0;

    background: rgba(0, 0, 0, .65);

    text-align: center;

    color: #fff;

    padding: 36px 0 31px;

    transition: padding .3s ease;

}



.fp-details:before {

    content: '';

    position: absolute;

    left: 0;

    right: 0;

    width: 0;

    bottom: 100%;

    margin: auto;

    height: 0;

    border-style: solid;

    border-width: 0 27.5px 29px 27.5px;

    border-color: transparent transparent rgba(0, 0, 0, .65) transparent;

}



.fp-details i {

    position: absolute;

    left: 0;

    right: 0;

    top: -9px;

    margin: auto;

    font-size: 22px;

    color: #fff;

    width: 22px;

    height: 12px;

}



#content .fp-title,

.fp-title {

    font: 400 16px/1 'Heebo', sans-serif;

    letter-spacing: .1em;

    text-transform: uppercase;

}



.fp-ammenities {

    font: 500 14px/1 'Heebo', sans-serif;

    letter-spacing: .05em;

    margin-top: 4px;

}



.fp-ammenities span {

    /*margin: 0 5px;*/

    text-transform: capitalize;

}



.fp-ammenities span:first-child {

    margin-left: 0;

}



.fp-ammenities span:last-child {

    margin-right: 0;

}



.fp-ammenities span.list-price {

    display: block;

    font-size: 16px;

    margin-top: 4px;

    

}



.fp-ammenities span.list-price .rent-label {

    text-transform: lowercase;

}

.ip-fp-ammenities span.list-price {

    display: block;

    font-size: 16px;

    margin-top: 4px;

    font-weight: 400;

}



.fp-details .btn-a {

    position: absolute;

    left: 0;

    right: 0;

    margin: auto;

    transform: none;

    top: initial;

    bottom: 30px;

    width: 173px;

    font-size: 13px;

    padding: 12.5px 0px;

    height: 46px;

    opacity: 0;

    bottom: 18px;

    transition: all .3s ease;

}



.fp-details .btn-a:hover {

    background: transparent;

    color: #fff;

}



.fp a:hover .fp-details {

    padding-bottom: 80px;

}



.fp a:hover .fp-details .btn-a {

    opacity: 1;

}



.page-template-template-hp-clone .fp:nth-child(4),

.page-template-template-hp-clone .fp:nth-child(8),

.home .fp:nth-child(4),

.home .fp:nth-child(8) {

    width: 100%!important;

}



.page-template-template-hp-clone .fp:nth-child(4) .fp-img,

.page-template-template-hp-clone .fp:nth-child(8) .fp-img,

.home .fp:nth-child(4) .fp-img,

.home .fp:nth-child(8) .fp-img {

    height: 478px;

}



.page-template-template-hp-clone .fp:nth-child(4) .fp-details,

.page-template-template-hp-clone .fp:nth-child(4) a:hover .fp-details,

.page-template-template-hp-clone .fp:nth-child(8) .fp-details,

.page-template-template-hp-clone .fp:nth-child(8) a:hover .fp-details,

.home .fp:nth-child(4) .fp-details,

.home .fp:nth-child(4) a:hover .fp-details,

.home .fp:nth-child(8) .fp-details,

.home .fp:nth-child(8) a:hover .fp-details {

    text-align: left;

    background: rgba(0,0,0,0.82);

    padding: 29px 4.85% 27px;

}



.page-template-template-hp-clone.fp:nth-child(4) .fp-details i,

.page-template-template-hp-clone .fp:nth-child(8) .fp-details i,

.home .fp:nth-child(4) .fp-details i,

.home .fp:nth-child(8) .fp-details i {

    display: none;

}



.page-template-template-hp-clone .fp:nth-child(4) .fp-details:before,

.page-template-template-hp-clone .fp:nth-child(8) .fp-details:before,

.home .fp:nth-child(4) .fp-details:before,

.home .fp:nth-child(8) .fp-details:before {

    display: none;

}



.page-template-template-hp-clone .fp:nth-child(4) .fp-details .btn-a,

.page-template-template-hp-clone .fp:nth-child(8) .fp-details .btn-a,

.home .fp:nth-child(4) .fp-details .btn-a,

.home .fp:nth-child(8) .fp-details .btn-a {

    display: block;

    left: initial;

    right: 23px;

    top: 0;

    bottom: 0;

}





/*section 5*/



section.section-5 {

    padding: 0 43px 94px;

    /*padding: 0 0 94px;*/

    z-index: 2;

}



section.section-5 .container {

    max-width: 100%;

}



#newsletter {

    border-left: none;

    border-right: none;

    padding: 43px 0 59px;

}



#newsletter .section-title {

    text-align: center;

    font-size: 40px;

    letter-spacing: -.02em;

    color: #222222;

    font-weight: 400;

    margin-bottom: 12px;

}



#newsletter p {

    text-align: center;

    font-weight: 300;

    font-size: 14px;

    line-height: 24px;

    color: #323232;

    margin-bottom: 25px;

}



.nl-form {

    max-width: 924px;

    margin: 0 auto;

    font-size: 0;

    position: relative;

}



.nl-form input[type="email"],

.nl-form input[type="submit"] {

    display: inline-block;

    vertical-align: top;

    outline: none;

    font-family: 'Heebo', Sans-serif;



}



.nl-form input[type="email"] {

    width: calc(100% - 193px);

    height: 56px;

    border: 1px solid #000;

    font-size: 15px;

    font-weight: 300;

    color: #666666;

    padding-left: 29px;

    line-height: normal;

    -webkit-box-shadow: none;

    box-shadow: none;

    background-color: #fefbf0;

}



.nl-form input[type="submit"] {

    height: 56px;

    background: #000;

    border: 1px solid #000;

    font-size: 15px;

    font-weight: 500;

    letter-spacing: .15em;

    color: #fff;

    text-transform: uppercase;

    width: 193px;

    transition: all .3s ease;

    border-left: none;

}



.nl-form input[type="submit"]:hover {

    background: #fff;

    color: #000;

}



.nl-form span.wpcf7-not-valid-tip {

    font-size: 13px;

    font-family: 'Heebo', Sans-serif;

    top: 18px;

}



.nl-form .use-floating-validation-tip span.wpcf7-not-valid-tip {

    top: 20px;

    bottom: initial;

    left: 30px;

}



.nl-form div.wpcf7-response-output {

    font-size: 13px;

    font-family: 'Heebo', Sans-serif;

    text-align: center;

    color: #666666;

    margin: 15px 0 0;

    position: absolute;

    left: 0;

    right: 0;

    top: 100%;

}



.nl-form div.wpcf7 .ajax-loader {

    position: absolute;

    margin: 0;

    bottom: -20px;

    right: 0;

}





/*footer*/



footer.footer-wrapper {

    position: relative;

    z-index: 2;

    background: url(images/about-bg.jpg) repeat-y scroll top center transparent;

    background-size: 100% auto;

    padding: 84px 0 81px;

    /*min-height: 443px;*/



}



.footer-nav {

    text-align: center;

    font-size: 0;

}



.footernav li {

    display: inline-block;

    vertical-align: top;

    border-right: 1px solid #fff;

    padding: 0 15px;

    margin-bottom: 15px;

}



.footernav li:last-child {

    border-right: none;

}



.footernav li a,

.footer-title {

    font: 700 13px/1 'Heebo', sans-serif;

    letter-spacing: .23em;

    color: #fff;

    text-transform: uppercase;

}



.footer-title {

    text-align: center;

    margin: 11px 0 20px;

}



.footer-contact-list {

    text-align: center;

    font-size: 14px;

    line-height: 1;

    color: #fff;

}



.footer-contact-list span {

    margin: 0 18px;

}



.footer-contact-list i {

    margin-right: 10px;

}



.footer-contact-list i.ai-font-envelope-f {

    font-size: 10px;

}



.footer-contact-list i.ai-font-location-c {

    font-size: 17px;

    top: 3px;

    margin-right: 6px;

}



.footer-logo {

    text-align: center;

    padding: 21px 0 34px;

    border-bottom: 1px solid rgba(255, 255, 255, .05);

    max-width: 810px;

    margin: 0 auto;

}



.footer-logo img {

    max-width: 100%;

}



.footer-copyright {

    text-align: center;

    font: 300 13px/1 'Heebo', sans-serif;

    letter-spacing: .02em;

    color: #fff;

    padding: 39px 0 0;

}



.footer-copyright a {

    font-weight: 300!important;

}



.footernav li a:hover,

.footer-contact-list span a:hover,

.footer-copyright a:hover {

    opacity: .8;

}





/*******************************************************

 *

 * 2. IP Styles

 *

 *******************************************************/



.ip-banner {

    width: 100%;

    position: relative;

}



.ip-banner:before {

    content: '';

    position: absolute;

    left: 0;

    top: 0;

    right: 0;

    bottom: 0;

    background: rgba(0, 0, 0, .1);

    z-index: 1;

}



.ip-banner canvas {

    display: block;

    width: 100%;

    height: 400px;

    min-height: 400px;

}





/* Adjust minimum height of page area */



#content-sidebar,

#content-full {

    min-height: 500px;

    margin-top: 30px;

}





/** Adjust width of content columns **/



#content-sidebar #content {

    width: 73%;

}



#content-full #content {

    width: 100%;

}





/* Adjust width of sidebar */



.sidebar {

    width: 25%;

}





/* 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 {

    font: 300 50px/1.2 'Heebo', sans-serif;

    letter-spacing: -.02em;

    color: #222222;

    text-transform: uppercase;

    margin: 0 0 .5em;

}





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



#content .archive-subtitle {

    font: 300 24px/1.2 'Heebo', sans-serif;

    letter-spacing: -.02em;

    color: #222222;

    text-transform: uppercase;

}



#content h1,

#content h2,

#content h3,

#content h4,

#content h5,

#content h6,

#content strong,

#content b {

    font-weight: 700;

}



#content .entry,

#content p {

    font-weight: 300;

    line-height: 30px;

    color: #323232;

}



.sidebar a.cta {

    display: block;

}



.sidebar a.cta:before {

    right: 0;

}



.sidebar .cta-img,

.sidebar .cta-details {

    width: 100%;

    text-align: center;

}



.sidebar .cta-details {

    padding: 0 15px 20px;

}



.sidebar .cta-details span {

    left: 0;

    right: 0;

    top: initial;

    bottom: 12px;

}



.sidebar a.cta .cta-details h2:after {

    left: 20%;

    right: 20%;

}



.sidebar a.cta:hover .cta-details h2:after {

    left: 0;

    right: 0;

}



.sidebar .cta-details p {

    /*margin: 1.12em 0!important;*/

}





/* IP FP Container Settings */

.page-template-template-featured-property-list #content-full {

    margin-top: 0;

}

.ip-cm-container {

    max-width: 1600px;

    padding: 0 40px;

    overflow: hidden;

    margin: 0 auto

}



.ip-cm-row {

    display: block;

}





/** IP Featured Property List **/



.ip-fp.fp-list {

    margin-left: -16px;

    margin-right: -16px;

}



.page-template-template-featured-property-list .section-title {

    text-align: center;

}



#content .fp-title {

    margin: 0;

}



#content .fp-details i {

    font-style: normal;

}



.ip-fp-pagination {

    display: block;

    margin-bottom: 80px;

    margin-top: 20px;

    text-align: center;

    font-size: 0;

}



#content .ip-fp-pagination ul,

.ip-fp-pagination ul {

    margin: 0;

    list-style: none;

    font-family: 'Heebo', sans-serif;

    font-weight: 600;

    line-height: 1;

}



.ip-fp-pagination ul li {

    display: inline-block;

    vertical-align: middle;

    padding: 0 2px;

    margin-bottom: 4px;

}



.ip-fp-pagination ul a {

    display: block;

    height: 47px;

    width: 47px;

    border: 1px solid #222222;

    font-size: 14px;

    text-align: center;

    transition: 400ms ease;

    -webkit-transition: 400ms ease;

    -moz-transition: 400ms ease;

    -o-transition: 400ms ease;

}



.ip-fp-pagination ul a:hover {

    background-color: #222;

    color: #fff;

}



.ip-fp-pagination ul a:before {

    display: inline-block;

    vertical-align: middle;

    content: '';

    height: 100%;

    width: 0;

}



.ip-fp-pagination ul a span {

    display: inline-block;

    vertical-align: middle;

}



.ip-fp-actions {

    display: block;

    font-size: 0;

    text-align: center;

    position: relative;

    overflow: hidden;

    margin-bottom: 20px;

}



.ip-fp-actions .ip-fp-search {

    float: left;

}



.ip-fp-actions .ip-fp-sort {

    float: right;

}



.ip-fp-actions .ip-fp-search {

    position: relative;

}



.ip-fp-actions .ip-fp-search input {

    font-family: 'Noto Serif', serif;

    font-size: 16px;

    color: #323232;

    border: none;

    background-color: transparent;

    border-bottom: 1px solid #d8d6cc;

    text-transform: capitalize;

    padding: 5px 10px;

    font-weight: 400;

    outline: none;

    max-width: 100%;

    width: 380px;

}



.ip-fp-actions .ip-fp-search button[type="submit"] {

    position: absolute;

    top: 0;

    right: 0;

    height: 100%;

    width: 21px;

    font-size: 21px;

    font-weight: 600;

    background: transparent;

    border: none;

    outline: none;

    background-image: url(images/ip-fp/magnify-icon.png);

    background-position: center;

    background-repeat: no-repeat;

}



.ip-fp-actions .ip-fp-sort {}



.ip-fp-actions .ip-fp-sort form > img {

    display: inline-block;

    vertical-align: middle;

}



.ip-fp-actions .ip-fp-sort form > span {

    font-family: 'Noto Serif', serif;

    font-size: 16px;

    text-transform: capitalize;

    line-height: 1;

    font-weight: 400;

    display: inline-block;

    vertical-align: middle;

}



.ip-fp-actions .ip-fp-sort form > span:before {

    content: '';

    display: inline-block;

    vertical-align: middle;

    width: 55px;

    margin: 0 20px;

    background-color: #d8d6cc;

    height: 1px;

}



.ip-fp-actions .ip-fp-sort .sorting-wrap {

    vertical-align: middle;

    display: inline-block;

    margin-left: 15px;

}



.sorting-wrap a {

    font-size: 30px;

	color: #222 !important;

	text-decoration:none !important;

}



.ip-fp-actions .sorting-wrap button {

    display: inline-block;

    vertical-align: middle;

    font-size: 24px;

    color: #222 !important;

    background: transparent;

    border: none;

    padding: 0;

    outline: none;

}





/*Single Details CSS Detached template-idxb-details.css*/



/*Single Details CSS Detached template-idxb-details.css*/



/*Meet Our Team*/



.ip-banner[data-id="40"]:before {

    background: rgba(0, 0, 0, .6);

}



.ip-banner[data-id="40"] canvas {

    height: 400px;

    min-height: 400px;

}



.ip_mot_wrapper {

    padding: 54px 0px 84px;

    overflow: hidden;

}



.ip_mot_title {

    text-align: center;

    text-transform: uppercase;

    font-family: 'Heebo', sans-serif;

    margin-bottom: 57px;

}



#content .ip_mot_title h1,

.ip_mot_title h1,

#content .ip_mot_title h2,

.ip_mot_title h2 {

    font-size: 50px;

    letter-spacing: -.02em;

    color: #222222;

    font-weight: 300;

    line-height: 1;

    margin: 0 0 27px;

}



#content .ip_mot_title h1 strong,

.ip_mot_title h1 strong,

#content .ip_mot_title h2 strong,

.ip_mot_title h2 strong {

    font-weight: 400;

}



#content .ip_mot_title p,

.ip_mot_title p {

    font-weight: 500;

    font-size: 15px;

    letter-spacing: .5em;

    color: #333333;

}



#content .ip_mot_pagination,

.ip_mot_pagination {

    text-align: center;

    font-family: 'Heebo', sans-serif;

    display: flex;

    justify-content: center;

    margin: 0 0 52px;

}



#content .ip_mot_pagination > li:first-child {

    width: 45px;

}



#content .ip_mot_pagination > li,

.ip_mot_pagination > li {

    width: 40.5px;

}



.ip_mot_wrapper .ip_mot_page_button {

    display: inline-block;

    vertical-align: top;

    height: 39px;

    /*width: 40.5px;*/

    width: 100%;

    border: 1px solid #969696;

    border-right: none;

    font-size: 15px;

    color: #000;

    text-transform: uppercase;

    background: #fefbf0;

    font-weight: 400;

    -webkit-transition: color .3s ease, background .3s ease, border .3s ease;

    -o-transition: color .3s ease, background .3s ease, border .3s ease;

    transition: color .3s ease, background .3s ease, border .3s ease;

    line-height: 39px;

    padding: 0;

}



.ip_mot_wrapper .ip_mot_pagination .ip_mot_page_button.active,

.ip_mot_wrapper .ip_mot_pagination .ip_mot_page_button:hover,

.ip_mot_wrapper .ip_mot_pagination .ip_mot_page_button:focus,

.ip_mot_wrapper .ip_mot_pagination>.active>a,

.ip_mot_wrapper .ip_mot_pagination>.active>a:focus,

.ip_mot_wrapper .ip_mot_pagination>.active>a:hover,

.ip_mot_wrapper .ip_mot_pagination>.active>span,

.ip_mot_wrapper .ip_mot_pagination>.active>span:focus,

.ip_mot_wrapper .ip_mot_pagination>.active>span:hover {

    background: #000;

    color: #fff;

    border-color: #000;

}



#content .ip_mot_wrapper .ip_mot_page_button:hover {

    text-decoration: none;

}



.ip_mot_wrapper .ip_mot_pagination>li:last-child>a {

    border-right: 1px solid #969696;

}



.ip_mot_wrapper .ip_mot_pagination>.ip_mot_page_button:hover + .ip_mot_page_button,

.ip_mot_wrapper #ip_mot_page_all + .ip_mot_page_button,

.ip_mot_wrapper .ip_mot_page_button.active + .ip_mot_page_button {

    border-left-color: #000;

}



.ip_mot_wrapper .ip_mot_pagination>li:first-child>a,

.ip_mot_wrapper .ip_mot_pagination>li:first-child>span {

    margin-left: 0;

    border-top-left-radius: 0;

    border-bottom-left-radius: 0;

}



.ip_mot_wrapper .ip_mot_pagination>li:last-child>a,

.ip_mot_wrapper .ip_mot_pagination>li:last-child>span {

    border-top-right-radius: 0;

    border-bottom-right-radius: 0;

}



.ip_mot_agent_list {

    margin-left: -10px;

    margin-right: -10px;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -ms-flex-wrap: wrap;

    flex-wrap: wrap;

}



.ip_mot_agent {

    padding: 0 10px;

    width: 20%;

    margin: 0 0 13px;

}



.ip_mot_agent a,

#content .ip_mot_agent a:hover {

    text-decoration: none;

}



#content .ip_mot_agent a .ip_mot_agent_name {

    -webkit-transition: color .3s ease, background .3s ease, border .3s ease;

    -o-transition: color .3s ease, background .3s ease, border .3s ease;

    transition: color .3s ease, background .3s ease, border .3s ease;

}



#content .ip_mot_agent a:hover .ip_mot_agent_name {

    color: #000;

}



.ip_mot_agent_img {

    background: #26211e;

}



.ip_mot_agent_img canvas {

    display: block;

    width: 100%;

    background-size: cover;

    background-position: center bottom;

    background-image: url(images/agents/agent-placeholder.png);

}

    .ip_mot_agent_img canvas[style="background-image: url(https://aaronkirmangroup.com/wp-content/uploads/2019/07/logo-email-300x176.png);"] {

        background-size: 90% auto;

        background-repeat: no-repeat;

        background-position: center;

        -webkit-filter: invert(1);

        filter: invert(1);

    }



.ip_mot_agent_name {

    font-size: 17px;

    font-weight: 400;

    font-family: 'Noto Serif', serif;

    line-height: 1;

    letter-spacing: -.02em;

    color: #7d7c78;

    text-align: center;

    padding: 15px 0;

}



#post-40 .entry-title {

    display: none;

}



.nl-form .your-email {

    display: inline;

}



a.page.current,

a.first,

a.page,

a.last,

a.next,

a.prev {

    display: inline-block;

    height: 47px;

    width: 47px;

    border: 1px solid #222222;

    font-size: 14px;

    text-align: center;

    transition: 400ms ease;

    -webkit-transition: 400ms ease;

    -moz-transition: 400ms ease;

    -o-transition: 400ms ease;

    color: #a08a58;

    text-align: center;

    padding: 8px !important;

    margin-left: 5px;

    font-weight: bold;

}



a.page.current:hover,

a.first:hover,

a.page:hover,

a.last:hover,

a.next:hover,

a.prev:hover {

    background-color: #222;

}



a.page.current {

    background-color: #222;

}



.easyPaginateNav {

    margin-bottom: 80px;

    margin-top: 20px;

    text-align: center !important;

    font-size: 0;

    max-width: 100%;

}



a.pp-cta-btn.btn-a.b-outline.aios-initial-setup-dead-link {

    color: #a08a58;

}



div#requestinformation .section-title,

#content .section-title,

select#preffered_contact,

input#approx_date_moveinput,

input#approx_date_move,

#first-name,

input#last-name,

input#email,

input#phone,

textarea#message {

    color: #fff !important;

}



.modal-backdrop {

    z-index: 0 !important;

}



.ip-single-pp .single-pp-map {

    display: inline-block !important;

    filter: grayscale(100%);

    width: 100%;

}





.ip-single-pp span.playbutton {

    width: 75px;

    height: 73px;

    background: url(images/play-btn.png) no-repeat;

    position: absolute;

    z-index: 6666;

    top: 50%;

    left: 50%;

    transform: translate(-50%, -50%);

	cursor: pointer;

}

    .ip-single-pp video {

        width: 100%;

        background: #000;

    }



span.hideit:hover{

	opacity:1 !important;

	transition: all 0.4s ease-in-out;

}

span.hideit{

	opacity:0 !important;

	transition: all 0.4s ease-in-out;

}





.page-id-38 #content .section-title, .page-id-9217 #content .section-title, .page-id-9220 #content .section-title, .page-id-9222 #content .section-title {

    color: #222222 !important;

    text-align: center;

}



.page-id-38 #content .ip-fp-search, .page-id-9217 #content .ip-fp-search, .page-id-9220 #content .ip-fp-search, .page-id-9222 #content .ip-fp-search {

    display: none;

}



.page-id-9217 .container, .page-id-9220 .container, .page-id-9222 .container, 

.page-id-35840 .container, .page-id-35840 .container, 

.page-id-38 .container{

    width: 100% !important;

}





/* AGENTS DETAILS PAGE */



.ip-banner[data-id="1202"] canvas {

    height: 400px;

    min-height: 400px;

}



.page-template-template-agents-details .ip-banner:before,

.single-aios_agent .ip-banner:before {

    background-color: rgba(0, 0, 0, 0.60);

}



.page-template-template-agents-details #inner-page-wrapper,

.single-aios_agent #inner-page-wrapper {

    background-color: #fefcf0;

}



.page-template-template-agents-details #inner-page-wrapper .container,

.single-aios_agent #inner-page-wrapper .container {

    width: 1382px;

    max-width: 100%;

}



.single-aios_agent #content {

    width: 100% !important;

    margin: 0 !important;

}



.single-aios_agent #content-full {

    background: none;

    margin-top: 30px;

}



.ip-agents-details-wrap {

    font-size: 0;

    padding-bottom: 100px;

}



.ip-agents-details-wrap a {

    text-decoration: none !important;

}



.ip-agents-details-left {

    width: 40%;

    max-width: 304px;

    display: inline-block;

    vertical-align: top;

    margin-right: 3.7%;

    margin-top: 70px;

}



.ip-agents-details-photo {

    display: inline-block;

    vertical-align: top;

}



.ip-agents-details-photo canvas {

    width: 100%;

    height: auto;

    display: block;

    background-size: cover;

    background-position: center;

    background-repeat: no-repeat;

}

    .ip-agents-details-photo canvas[style="background-image: url(https://aaronkirmangroup.com/wp-content/uploads/2019/07/logo-email.png)"] {

        background-size: 100% auto;

    }



.ip-agents-details-right {

    width: 56.3%;

    max-width: 760px;

    display: inline-block;

    vertical-align: top;

    margin-top: 77px;

}



.ip-agents-details-tab-btns {

    position: relative;

}



.ip-agents-details-tab-btns:after {

    content: '';

    width: 100%;

    height: 1px;

    background: #000;

    position: absolute;

    bottom: 0px;

}



#content .ip-agents-details-tab-btns ul {

    margin: 0;

        position: relative;

    z-index: 1;

}



.ip-agents-details-tab-btns ul li {

    display: inline-block;

    vertical-align: top;

}



#content .ip-agents-details-tab-btns ul li a {

    display: block;

    height: 51px;

    padding: 0 25px;

    color: #000000;

    font-size: 15px;

    font-weight: 300;

    font-family: 'Heebo', Sans-serif;

    text-transform: uppercase;

    line-height: 51px;

    -webkit-transition: all 0.3s ease-in-out;

    -moz-transition: all 0.3s ease-in-out;

    -ms-transition: all 0.3s ease-in-out;

    -o-transition: all 0.3s ease-in-out;

    transition: all 0.3s ease-in-out;

    border: solid 1px transparent;

    border-bottom: solid 1px transparent;

}





#content .ip-agents-details-tab-btns ul li a:hover {

    color: #ffffff;

    background-color: #000000;

    border: solid 1px transparent;

    border-bottom: solid 1px transparent;

}



#content .ip-agents-details-tab-btns ul li a.active {

    color: #000;

    background-color: transparent;

    border: solid 1px #000;

    border-bottom: solid 1px #fefbf0;

    font-weight: 500;

}







.ip-agents-details-tab-content {

    position: relative;

}



.ip-agents-details-content {

    width: 100%;

    position: absolute;

    top: 0;

    left: 0;

    font-size: 30px;

    display: none;

    opacity: 0;

    visibility: hidden;

    pointer-events: none;

    -webkit-transition: all 0.3s ease-in-out;

    -moz-transition: all 0.3s ease-in-out;

    -ms-transition: all 0.3s ease-in-out;

    -o-transition: all 0.3s ease-in-out;

    transition: all 0.3s ease-in-out;

}



.ip-agents-details-content.active {

    display: block;

    opacity: 1;

    visibility: visible;

    pointer-events: auto;

    position: relative;

}



.ip-agents-details-description {

    color: #323232;

    font-size: 14px;

}



.ip-agents-details-title {

    width: 100%;

    display: inline-block;

    vertical-align: top;

    font-weight: 300;

    font-family: 'Heebo', Sans-serif;

    text-transform: uppercase;

}



#content .ip-agents-details-title h2,

#content .ip-agents-details-title h1 {

    margin: 60px 0 0;

    font-size: 50px;

    font-weight: 300;

    letter-spacing: -0.02em;

}



#content .ip-agents-details-title h2 span,

#content .ip-agents-details-title h1 span {

    font-weight: 400;

}



.ip-agents-details-title .ip-agents-position {

    display: inline-block;

    vertical-align: top;

    margin: 15px 0 23px;

    color: #666666;

    font-size: 20px;

    line-height: 1;

    letter-spacing: 0.1em;

}



.ip-agents-details-info {

    width: 100%;

    display: inline-block;

    vertical-align: top;

    font-size: 0;

    font-weight: 400;

    font-family: 'Heebo', Sans-serif;

    text-transform: uppercase;

}



.ip-agents-details-info .ip-agents-details-info-item {

    display: inline-block;

    vertical-align: top;

    color: #333333;

    font-size: 14px;

    line-height: 1;

    letter-spacing: 0.3em;

}



.ip-agents-details-info .ip-agents-details-info-item:nth-child(2) {

    padding: 0 20px;

    margin: 0 20px;

    border-left: 1px solid #333333;

    border-right: 1px solid #333333;

}



#content .ip-agents-details-info .ip-agents-details-info-item a {

    color: #333333;

}



#content .ip-agents-details-info .ip-agents-details-info-item a:hover {

    color: #a08a58;

}



.ip-agents-details-txt-wrap {

    padding-right: 40px;

    color: #323232;

    font-size: 14px;

    font-family: 'Noto Serif';

    line-height: 30px;

    letter-spacing: 0.025em;

}



#content .ip-agents-details-txt-wrap p {

    margin: 30px 0 0;

}



.ip-agents-details-txt-wrap a.ip-agents-inquire-btn {

    width: 193px;

    height: 56px;

    display: inline-block;

    vertical-align: top;

    margin-top: 60px;

    color: #000000 !important;

    font-size: 15px;

    font-weight: 500;

    text-align: center;

    text-transform: uppercase;

    border: 1px solid #000000;

    line-height: 54px;

    -webkit-transition: all 0.3s ease-in-out;

    -moz-transition: all 0.3s ease-in-out;

    -ms-transition: all 0.3s ease-in-out;

    -o-transition: all 0.3s ease-in-out;

    transition: all 0.3s ease-in-out;

}



.ip-agents-details-txt-wrap a.ip-agents-inquire-btn:hover {

    color: #ffffff !important;

    background-color: #000000;

}





/* ACTIVE AND SOLD LISTINGS CSS */



#ip-agents-details-content-02,

#ip-agents-details-content-03 {

    margin-top: 40px;

    font-family: 'Heebo', Sans-serif;

}



.ip-fp-list-wrap {

    text-align: center;

}



.ip-fp-list {

    font-size: 0;

    /*margin-left: -14px;

    margin-right: -14px;*/

    padding-top: 30px;

}



.ip-fp-item {

    width: 50%;

    display: inline-block;

    vertical-align: top;

    padding: 15px 14px;

}



.ip-fp-item a {

    width: 100%;

    display: block;

    position: relative;

}



.ip-fp-item canvas {

    width: 100%;

    height: auto;

    display: block;

    background-size: cover;

    background-position: center;

    background-repeat: no-repeat;

}



.ip-fp-details {

    position: absolute;

    bottom: 0;

    left: 0;

    right: 0;

    background: rgba(0, 0, 0, .65);

    text-align: center;

    color: #ffffff;

    padding: 19px 0;

    transition: padding .3s ease;

}



.ip-fp-details:before {

    content: '';

    position: absolute;

    left: 0;

    right: 0;

    width: 0;

    bottom: 100%;

    margin: auto;

    height: 0;

    border-style: solid;

    border-width: 0 27.5px 29px 27.5px;

    border-color: transparent transparent rgba(0, 0, 0, .65) transparent;

}



.ip-fp-details i {

    position: absolute;

    left: 0;

    right: 0;

    top: -9px;

    margin: auto;

    font-size: 18px;

    font-style: normal !important;

    color: #fff;

}



#content .ip-fp-title,

.ip-fp-title {

    margin: 0;

    font-size: 16px;

    font-weight: 400;

    letter-spacing: .05em;

    text-transform: uppercase;

    line-height: 1;

}



.ip-fp-ammenities {

    font-size: 14px;

    letter-spacing: .05em;

    line-height: 1;

    margin-top: 7px;

}



.ip-fp-ammenities span {

    margin: 0 5px;

}



.ip-fp-ammenities span:first-child {

    margin-left: 0;

}



.ip-fp-ammenities span:last-child {

    margin-right: 0;

}



.ip-fp-details .btn-a {

    position: absolute;

    left: 0;

    right: 0;

    margin: auto;

    transform: none;

    top: initial;

    width: 150px;

    font-size: 12px;

    padding: 0;

    height: 45px;

    opacity: 0;

    bottom: 18px;

    line-height: 43px;

    transition: all .3s ease;

}



.ip-fp-details .btn-a:hover {

    background: transparent;

    color: #fff;

}



.ip-fp-item a:hover .ip-fp-details {

    padding-bottom: 80px;

}



.ip-fp-item a:hover .ip-fp-details .btn-a {

    opacity: 1;

}



.ip-loadmore-btn {

    width: 193px;

    height: 56px;

    display: inline-block;

    vertical-align: top;

    margin-top: 45px;

    text-align: center;

}



#content .entry .ip-loadmore-btn a {

    display: block;

    color: #000000;

    font-size: 15px;

    font-weight: 500;

    text-transform: uppercase;

    line-height: 54px;

    letter-spacing: 0.15em;

    border: 1px solid #000000;

    background-color: transparent;

    transition: all .3s ease;

}



#content .entry .ip-loadmore-btn a:hover {

    color: #ffffff;

    background-color: #000000;

}





/* PRESS CSS */



#ip-agents-details-content-04 {

    margin-top: 10px;

}



.ip-press-outer-wrap {

    font-size: 0;

    text-align: center;

}



.ip-press-inner-wrap {

    margin-left: -23px;

    margin-right: -23px;

    font-size: 30px;

    margin-top: 30px;

}



.ip-press-item {

    width: 50%;

    display: inline-block;

    vertical-align: top;

    padding: 50px 23px 0;

    margin-bottom: 50px;

    position: relative;

}



.ip-press-item:before {

    width: 88%;

    max-width: 352px;

    height: 1px;

    content: '';

    position: absolute;

    top: 0;

    left: 0;

    right: 0;

    margin: 0 auto;

    background-color: rgba(0, 0, 0, 0.15);

}



.ip-press-item:first-child:before,

.ip-press-item:nth-child(2):before {

    display: none;

}



.ip-press-item a {

    width: 100%;

    max-width: 352px;

    display: block;

    margin: 0 auto;

}



.ip-press-photo,

.ip-press-txt {

    width: 100%;

    display: inline-block;

    vertical-align: top;

}



.ip-press-photo canvas {

    width: 70%;

    height: auto;

    display: block;

    background-size: contain;

    background-position: center;

    background-repeat: no-repeat;

    transition: all .3s ease;

    margin: 0 auto;

}



.ip-press-txt {

    min-height: 125px;

    margin-top: 25px;

    color: #333333;

    font-size: 16px;

    font-weight: 500;

    line-height: 25px;

    letter-spacing: 0.05em;

    text-align: left;

    text-transform: uppercase;

    transition: all .3s ease;

}



.ip-press-outer-wrap .ip-loadmore-btn {

    margin-top: 15px;

}



.ip-press-item a:hover .ip-press-photo canvas {

    opacity: 0.8;

}



.ip-press-item a:hover .ip-press-txt {

    color: #a08a58;

}



.page-template-template-contact-us #content .entry-title {

    text-align: center;

    

}



.page-template-template-contact-us #content .entry-title span {

    font-weight: 400;

}



.page-template-template-contact-us #content-full {

    margin-top: 100px;

    margin-bottom: 100px;

}



.page-template-template-contact-us #inner-page-wrapper, #inner-page-wrapper {

    background: #fefbf0;

}



.page-template-template-contact-us .heateor_sss_vertical_sharing {

    display: none !important;

}



/*

.page-template-template-contact-us .smi-list:before, .page-template-template-contact-us .smi-list:after {

    background: #000;

}



.page-template-template-contact-us .floating-smi {

    color: #000;

}

*/



.inquire-cf {

    color: #000;

}



/*

.inquire-cf .row {

    min-height: 151px;

}

*/



.inquire-cf h2 {

    margin: 0 0 80px 0 !important;

    line-height: 1;

    font-size: 14px !important;

    font-family: 'Noto Serif', serif, Arial, Helvetica, Georgia, Sans-serif;

    font-weight: normal !important;

    color: #000;

    text-align: center;

}



.inquire-cf h3 {

    margin: 0 !important;

    font-size: 15px !important;

    font-family: 'Heebo', sans-serif;

    font-weight: normal !important;

    text-transform: uppercase;

    line-height: 1;

    color: #000;

    text-align: center;

    letter-spacing: 2px;

}



.inquire-cf label {

        display: block;

    

    line-height: 1;

    margin: 40px 0 15px 0;

    font-size: 15px;

    color: #000;

}



.inquire-cf label span {

    color: #9f9f9f;

    font-size: 15px;

}



.inquire-cf span.note {

    color: #9f9f9f;

    font-size: 15px;

    margin-top: 15px;

    display: block;

}



.inquire-cf input.text, .inquire-cf input.email, .inquire-cf input.phone {

    width: 100%;

    height: 56px;

    line-height: 56px;

    font-size: 15px;

    color: #000 !important;

    border: 1px solid #000;

    padding: 15px;

    background: transparent;

}



.inquire-cf .contact-phone-col {

    width: 30%;

    display: inline-block;

}



.inquire-cf .contact-phone-col:nth-child(2) {

    margin: 0 5%;

}



.inquire-cf .contact-phone-col:nth-child(2) label, .inquire-cf .contact-phone-col:nth-child(3) label {

    opacity: 0;

}



.inquire-cf input.phone {

    width: 100%;

    height: 56px;

    line-height: 56px;

    font-size: 15px;

    color: #000 !important;

    border: 1px solid #000;

    padding: 15px;

    background: transparent;

}



.inquire-cf textarea.textarea {

    width: 100%;

    height: 176px;

    line-height: 1.5;

    font-size: 15px;

    color: #000 !important;

    border: 1px solid #000;

    padding: 15px;

    background: transparent;

}



.inquire-cf input.submit {

        margin: 40px auto 15px;

    width: 193px;

    height: 56px;

    background: #000;

    border: 1px solid #000;

    text-align: center;

    color: #fff;

    text-transform: uppercase;

    font-size: 15px;

    font-weight: bold;

    letter-spacing: 2px;

    display: block;

    -webkit-transition: color .3s ease, background .3s ease, border .3s ease;

    -o-transition: color .3s ease, background .3s ease, border .3s ease;

    transition: color .3s ease, background .3s ease, border .3s ease;

}



.inquire-cf input.submit:hover {

    background: #fff;

    border: 1px solid #000;

    color: #000;

}



.inquire-cf .wpcf7-form div.wpcf7-response-output {

    clear: both;

}



.inquire-cf .use-floating-validation-tip span.wpcf7-not-valid-tip {

    right: initial;

    left: 20px;

    top: 15px;

    bottom: initial;

}



.page-id-40 #content-full {

    margin-top: 0;

    padding-top: 30px;

        background: #fefcf0;

}







/* THE LATEST */

body.page-template-template-latest {

    background-color: #fefbf0;

}

.page-template-template-latest .ip-banner:before {

    background-color: rgba(0,0,0,0.60);

}

    .ip-latest-wrapper {

        width: 100%;

        display: inline-block;

        vertical-align: top;

        padding: 55px 0 105px;

        text-align: center;

    }

        #content .ip-latest-wrapper h1.entry-title {

            margin: 0 0 50px;

            color: #222222;

            font-size: 50px;

            font-weight: 400;

            text-transform: uppercase;

        }

            #content .ip-latest-wrapper h1.entry-title span {

                font-weight: 300;

            }

        .ip-latest-content-wrap {

            font-size: 0;

        }

            .ip-latest-content .ip-latest-item {

                /*width: 41%;

                max-width: 458px;*/

                /*width: 100%;

                display: inline-block;

                vertical-align: top;

                margin: 40px 19px 0;

                border-bottom: 2px solid #000000;*/

                width: 100%;

                display: inline-block;

                vertical-align: top;

                margin: 40px 19px 0;

                border-bottom: 2px solid #000000;

                max-width: 458px;

            }

                .ip-latest-content .ip-latest-item:first-child,

                .ip-latest-content .ip-latest-item:nth-child(2) {

                    margin-top: 0;

                }

                .ip-latest-content .ip-latest-item a {

                    width: 100%;

                    display: block;

                }

                .page-template-template-latest.ip-container #content a:hover {

                    text-decoration: none;

                }

                .ip-latest-item-img {

                    width: 100%;

                    display: inline-block;

                    vertical-align: top;

                    font-size: 0;

                }

                    .ip-latest-item-img canvas {

                        width: 70%;

                        height: auto;

                        display: block;

                        background-size: contain;

                        background-position: center;

                        background-repeat: no-repeat;

                        margin: 0 auto;

                    }

                .ip-latest-item-txt {

                    min-height: 180px;

                    padding: 20px 0 20px 13px;

                    color: #333333;

                    font-size: 16px;

                    font-weight: 300;

                    line-height: 25px;

                    letter-spacing: 0.05em;

                    text-align: left;

                    -webkit-transition: all 0.3s ease-in-out;

                    -moz-transition: all 0.3s ease-in-out;

                    -ms-transition: all 0.3s ease-in-out;

                    -o-transition: all 0.3s ease-in-out;

                    transition: all 0.3s ease-in-out;

                }

                    .ip-latest-content-wrap .ip-latest-item a:hover .ip-latest-item-txt {

                        color: #ffffff;

                        background-color: #000000;

                    }

            .ip-latest-more-btn {

                width: 100%;

                display: inline-block;

                vertical-align: top;

                margin-top: 80px;

            }

                #content .entry .ip-latest-more-btn a {

                    width: 193px;

                    height: 56px;

                    display: inline-block;

                    vertical-align: top;

                    color: #000000;

                    font-size: 15px;

                    font-weight: 500;

                    font-family: 'Heebo', Sans-serif;

                    text-transform: uppercase;

                    line-height: 54px;

                    letter-spacing: 0.15em;

                    border: 1px solid #000000;

                    -webkit-transition: all 0.3s ease-in-out;

                    -moz-transition: all 0.3s ease-in-out;

                    -ms-transition: all 0.3s ease-in-out;

                    -o-transition: all 0.3s ease-in-out;

                    transition: all 0.3s ease-in-out;

                }

                    #content .entry .ip-latest-more-btn a:hover {

                        color: #ffffff;

                        background-color: #000000;

                        text-decoration: none;

                    }



/* THE LATEST POPUP */

.page-template-template-latest .aiosp-wrap .aiosp-container .aios-popup-body {

    max-width: 1140px;

    padding: 65px 97px;

}

.page-template-template-latest .aiosp-close {

    color: #888888;

    font-size: 40px;

    opacity: 1;

}

.page-template-template-latest .aiosp-close:hover {

    color: #000000;

}



.press-wrapper-item{

    display: none;

    width: 33%;

    max-width: 50%;

    float: left;

    padding: 40px 19px 0px;

}



.ip-latest-content-popup {

    text-align: center;

}

    .ip-latest-popup-title {

        width: 100%;

        display: inline-block;

        vertical-align: top;

        color: #818181;

        font-size: 14px;

        letter-spacing: 0.05em;

    }

        .ip-latest-popup-title h2 {

            margin: 30px 0;

            color: #333333;

            font-size: 30px;

            font-weight: 500;

            letter-spacing: 0.01em;

            line-height: 1;

        }

    .ip-latest-popup-img {

        width: 100%;

        display: inline-block;

        vertical-align: top;

        font-size: 0;

    }

        .ip-latest-popup-img canvas {

            width: 100%;

            height: auto;

            display: block;

            background-size: cover;

            background-position: center;

            background-repeat: no-repeat;

        }

    .ip-latest-popup-desc {

        color: #333333;

        font-size: 14px;

        font-weight: 300;

        line-height: 21px;

        letter-spacing: 0.05em;

        text-align: justify;

    }

        .ip-latest-popup-desc p {

            margin-top: 30px;

        }



.ip-press-inner-wrap img.press-spinner {

    margin-top: 100px;

}



.ip-loadmore-btn a {

    cursor: pointer;

}



/*About*/



.page-template-template-about .ip-banner:before {

    background-color: rgba(0,0,0,0.60);

}



.ip_about_wrapper {

    padding: 54px 0px 68px;

    overflow: hidden;

}



.ip_about_title {

    text-align: center;

    text-transform: uppercase;

    font-family: 'Heebo', sans-serif;

    margin-bottom: 57px;

}



#content .ip_about_title h1,

.ip_about_title h1 {

    font-size: 50px;

    letter-spacing: -.02em;

    color: #222222;

    font-weight: 300;

    line-height: 1;

    margin: 0 0 27px;

}



#content .ip_about_title h1 strong,

.ip_about_title h1 strong {

    font-weight: 400;

}





#content .ip-about-content img.left-img {

    float: left;

    margin: 0px 3% 40px 0;

    max-width: 100%;

    height: auto;

}



#content .ip-about-content p, #content .ip-about-content2 p {

    font-size: 15px;

    font-family: 'Noto Serif', serif;

    margin: 0px 0 28px 0;

    color: #323232;

    letter-spacing: 0.3px;

}



#content .ip-about-content2 img.right-img {

    float: right;

    margin: 0px 0% 10px 2%;

    max-width: 100%;

    height: auto;

}



#content .ip-about-content2 p.about-emp {

    font-size: 20px;

    font-family: 'Noto Serif', serif;

    margin: 0px 0 28px 0;

    color: #323232;

    letter-spacing: 0.3px;

    font-weight: 400;

}



.about-source {

    float: right;

    max-width: 350px;

    margin-top: 30px;

}



#content .about-source span {

    display: block;

    font-size: 12px;

    font-weight: bold;

    font-family: 'Noto Serif', serif;

    color: #323232;

    line-height: 0;

}



#content .entry .about-source a {

    font-size: 12px;

    font-family: 'Noto Serif', serif;

    color: #323232;

    text-decoration: none;

}



.ip-about-more-btn {

                width: 100%;

                display: inline-block;

                vertical-align: top;

                margin-top: 40px;

            }

                #content .entry .ip-about-more-btn a {

                    width: 193px;

                    height: 56px;

                    display: block;

                    vertical-align: top;

                    color: #000000;

                    font-size: 15px;

                    font-weight: 500;

                    font-family: 'Heebo', Sans-serif;

                    text-transform: uppercase;

                    line-height: 54px;

                    letter-spacing: 0.15em;

                    border: 1px solid #000000;

                    -webkit-transition: all 0.3s ease-in-out;

                    -moz-transition: all 0.3s ease-in-out;

                    -ms-transition: all 0.3s ease-in-out;

                    -o-transition: all 0.3s ease-in-out;

                    transition: all 0.3s ease-in-out;

                    text-decoration: none;

                    margin: 0 auto;

                    text-align: center;

                }

                    #content .entry .ip-about-more-btn a:hover {

                        color: #ffffff;

                        background-color: #000000;

                    }





.pp-got-qst-inner a.pp-git-btn {

    max-width: 100%;

    width: 193px;

    /*height: 45px;*/

    outline: none;

    text-decoration: none !important;

    float: right;

    padding: 16px 0;

    color: #191606;

}



.pp-got-qst-inner a.pp-git-btn:hover {

    color: #FFF;

    background: #191606;

}



.single-aios_agent .ip-agents-details-txt-wrap a.ip-agents-inquire-btn {

    display: block;

}



.single-aios-listings .modal.modal-listings {

    background: rgba(0,0,0,.5);

}



.msedge-true .jarallax > div > div {

    transform: none!important;

    top: 0!important;

    margin-top: 0!important;

    position: relative!important;

    height: 100%!important;

    display: none;

}

    .msedge-true .single-aios-listings .jarallax > div > div {

        display: block;

    }

    .msedge-true .single-aios-listings .jarallax > div > div.tagline-inner {

        display: inline-block!important;

        height: initial!important;

    }

.msedge-true .jarallax canvas {

    /*background-attachment: fixed;*/

    background-position: center;

    background-size: cover;

}

.msedge-true #hero {

    z-index: initial;

}



.page-id-1214 #content-sidebar #content {

   /* width: 50.657%;*/

}



.page-id-1214 .sidebar {

    /*float: left;

    width: 49.343%;*/

}



.page-id-1214 .sidebar a.cta {

    /*display: flex;*/

    width: 100%;

    margin: 0;

}



.page-id-1214 .sidebar a.cta:before {

    /*right: -36px;*/

}



.page-id-1214 .sidebar .cta-img,

.page-id-1214 .sidebar .cta-details {

    /*width: 60.89%;

    text-align: left;*/

}



.page-id-1214 .sidebar .cta-details {

   /* width: 39.11%;

    text-align: left;

    padding-left: 22px;

    position: relative;*/

}



.page-id-1214 .sidebar .cta-details {

    /*padding: 0 0 0 22px;*/

}



.page-id-1214 .sidebar .cta-details span {

    left: inherit;

    right: inherit;

    top: 100%;

    bottom: inherit;

}



.page-id-1214 .sidebar a.cta .cta-details h2:after {

    /*left: -22px;

    right: 14px;*/

}



.page-id-1214 .sidebar a.cta:hover .cta-details h2:after {

    /*left: -99px;

    right: 0;*/

}



.page-id-1214 .sidebar .cta-details p {

    margin: inherit;

    color: #000;

}



.page-id-1214 .sidebar .cta-details h2 {

    font: 400 25px/1 'Heebo', sans-serif;

    letter-spacing: -.02em;

    text-transform: uppercase;

   /* padding-bottom: 12px;

    margin-bottom: 9px;*/

    position: relative;

    color: #000;

}



.page-template-template-hp-clone .cycloneslider-template-fixed .cycloneslider-pager,

.home .cycloneslider-template-fixed .cycloneslider-pager {

    position: absolute;

    z-index: 200;

    bottom: 90px;

    right: 0;

    left: 0;

    text-align: center;

    top: auto;

}



.page-template-template-hp-clone .cycloneslider-template-fixed .cycloneslider-caption,

.home .cycloneslider-template-fixed .cycloneslider-caption{

    position:fixed;

    left:0;

    top:0;

    bottom: 0;

    right: 0;

    width:100%;

    z-index: 2;

    background: rgba(0,0,0,.20);

    color:#fff;

    text-align: center;

    height: 100%;

    padding-top: 0;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;

}



.page-template-template-hp-clone .cycloneslider-template-fixed .cycloneslider-caption-title ,

.home .cycloneslider-template-fixed .cycloneslider-caption-title {

    padding: 0;

    font-size: 22px;

    line-height: 1;

    margin-bottom: 0;

}



.page-template-template-hp-clone .cycloneslider-template-fixed .cycloneslider-caption-description,

.home .cycloneslider-template-fixed .cycloneslider-caption-description {

    padding: 0;

    line-height:1.2;

    font-size: 15px;

    text-align: center;

    position: relative;

    z-index: 2;

    width: 100%;

    margin-top: -150px;

}



.page-template-template-hp-clone .cycloneslider-caption-description h2 ,

.home .cycloneslider-caption-description h2 {

    font: 400 63.59px/1 'Heebo', sans-serif;

    color: #fff;

    text-transform: uppercase;

}



.page-template-template-hp-clone .cycloneslider-caption-description h2.small ,

.home .cycloneslider-caption-description h2.small {

    font: 400 45.59px/1 'Heebo', sans-serif;

}



.page-template-template-hp-clone .cycloneslider-caption-description h2 span ,

.home .cycloneslider-caption-description h2 span {

    display: block;

    font-weight: 400;

    font-size: 15px;

    line-height: 1.2;

    letter-spacing: .5em;

    margin-bottom: 35px;

    text-shadow: 1px 0px 10px #000;

}



.page-template-template-hp-clone .cycloneslider-caption-description a.btn-a ,

.home .cycloneslider-caption-description a.btn-a {

    margin-top: 43px;

}



.page-template-template-hp-clone .cycloneslider-template-fixed .cycloneslider-pager span.cycle-pager-active ,

.home .cycloneslider-template-fixed .cycloneslider-pager span.cycle-pager-active {

    background: #FFF;

}



.page-template-template-hp-clone .cycloneslider-template-fixed .cycloneslider-pager span ,

.home .cycloneslider-template-fixed .cycloneslider-pager span {

    display: inline-block;

    margin: 0 3px;

    width: 12px;

    height: 12px;

    border-radius: 0px;

    background: none;

    vertical-align: top;

    font-size: 0;

    line-height: 0;

    border: 1px solid #FFF;

}



.slide-address-price {

    font-size: 15px;

    font-weight: bold;

    font-family: 'Heebo';

    color: #FFF;

    letter-spacing: 4px;

    text-transform: uppercase;

    position: absolute;

    margin: 200px auto 0;

    left: 0;

    right: 0;

}



.slide-address-price span {

    margin: 0 8px;

}



.slide-address-price .hidden {

    display: inline-block !important;

    vertical-align: middle;

    margin-left: 20px !important;

    position: relative;

}



.home .cycloneslider-template-fixed .slide-address-price .cycloneslider-fixed-slide-image {

    display: none;

}



#section-tagline-b iframe {

    position: absolute;

    top: 0;

    opacity: 0;

    z-index: 1;

    background: #000;

}



.section-3 #section-tagline-b{

    cursor: initial;

}





.hp-vid-wrap span.hp-vid {

    opacity: 1;

    display: block;

    visibility: visible;

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;



    transition: 400ms ease;

    -webkit-transition: 400ms ease;

    -moz-transition: 400ms ease;

    -o-transition: 400ms ease;

}



    .hp-vid-wrap.playing span.hp-vid{

        opacity: 0;

        visibility: hidden;

    }



    .hp-vid img {

        max-width: 100%;

        display: block;

        /*width: 100%;*/

        height: 100%;

        object-fit: cover;

        object-position: center;

        margin: 0 auto;



    }

    .hp-vid-wrap .video-hide {

        position: relative;

    }

        .hp-vid-wrap .video-hide > canvas {

            display: block;

            width: 100%;

            min-height: initial;

            height: initial;

        }

        .hp-vid-wrap .video-hide > video {

            position: absolute;

            top: 0;

            left: 0;

            right: 0;

            bottom: 0;

            width: 100%;

            height: 100%;

        }



.hp-vid-wrap .play-btn-wrap {

    top: 0;

    left: 0;

    position: absolute;

    width: 100%;

    height: 100%;

    text-align: center;

    font-size: 0;

    background: rgba(0, 0, 0, .30);

    z-index: 2;



    transform: 400ms ease;

    -webkit-transform: 400ms ease;

    -moz-transform: 400ms ease;

    -o-transform: 400ms ease;

}



    .hp-vid-wrap.playing .play-btn-wrap{background: rgba(0, 0, 0, 0);}



    .hp-vid-wrap .play-btn-wrap:before{

        content: '';

        display: inline-block;

        vertical-align: middle;

        width: 0;

        height: 100%;

    }



    .hp-vid-wrap .play-btn-wrap .btn-wrap {

        display: inline-block;

        vertical-align: middle;

        width: 100%;

    }



        .hp-vid-wrap button.play-btn {

            color: #fff;

            height: 100px;

            width: 100px;

            border-radius: 100%;

            border: 0;

            font-size: 40px;

            text-align: center;

            background-color: rgba(255, 255, 255, .50);

            padding: 0;

            outline: none;

            position: relative;



            display: flex;

            margin: 0 auto;

            justify-content: center;

            align-items: center;



            transition: 400ms ease;

            -webkit-transition: 400ms ease;

            -moz-transition: 400ms ease;

            -o-transition: 400ms ease;

        }



        .hp-vid-wrap.playing button.play-btn{opacity: 0;}



            .hp-vid-wrap button.play-btn:before {

                content: '';

                display: inline-block;

                vertical-align: middle;

                height: 100%;

                width: 0;

            }



            .hp-vid-wrap button.play-btn span[class^="ai-font-play"] {

                display: inline-block;

                vertical-align: middle;

                margin-left: 8px;

            }



            .hp-vid-wrap.playing button.play-btn span[class^="ai-font-pause"]{opacity: 1}

            .hp-vid-wrap.playing button.play-btn span[class^="ai-font-play"] {opacity: 0;}





            .hp-vid-wrap.playing:hover button.play-btn,

            .hp-vid-wrap button.play-btn:hover{

                background-color: rgba(255, 255, 255, 1);

                color: #000;

                opacity: 1;

            }



            .hp-vid-wrap button.play-btn span[class^="ai-font-pause"] {

                position: absolute;

                left: 30px;

                top: 30px;

                opacity: 0;

            }



.video-hide #video {

    opacity: 0;

    visibility: hidden;



    transition: 400ms ease;

    -webkit-transition: 400ms ease;

    -moz-transition: 400ms ease;

    -o-transition: 400ms ease;

}

    

    .hp-vid-wrap.playing .video-hide #video{

        opacity: 1;

        visibility: visible;

    }



.firefox-true .home .cycloneslider-template-fixed .cycloneslider-pager {

    bottom: 90px;

}

.mac:not(.mobile) .hero-canvas canvas {

    height: 100vh;

}

.mac.chrome .home .cycloneslider-template-fixed .cycloneslider-pager {

    bottom: 70px;

    /*bottom: 17%;*/

}



.home .cycloneslider-template-fixed .cycloneslider-slide-image:not(.cycle-slide-active) .cycloneslider-caption {

    opacity: 0;

}



main {

    z-index: unset !important;

}



#hero .cycloneslider, #hero .cycloneslider .cycloneslider-slides, #hero .cycloneslider .cycloneslider-slide, #hero .cycloneslider .cycloneslider-slide canvas {

    min-width: 100% !important;

    min-height: 100% !important;

    height: 100% !important;

}

.mac #hero .cycloneslider,

.mac #hero .cycloneslider .cycloneslider-slides,

.mac #hero .cycloneslider .cycloneslider-slide,

.mac #hero .cycloneslider .cycloneslider-slide canvas {

    height: 100vh!important;

}



.page-template-template-our-founder .ip-banner:before {

    background-color: rgba(0,0,0,0.60);

}

/*Listing Alt start*/

/*Listing Alt end*/

.single-aios-listings #inner-page-wrapper {

    z-index: initial;

}



.sorting-wrap a.fp-sort-down, .sorting-wrap a.fp-sort-up {

    cursor: pointer;

}

label#status-term {

    display: none;

}



.fp a:hover label#status-term{

    display: inline-block;

}



/*New Press template*/

body.page-template-template-latest-new #inner-page-wrapper > .container {

    padding: 0;

    width: 100%;

}

.ip-press-row:last-child {

    margin-bottom: 0;

}

.ip-press-row {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -ms-flex-wrap: wrap;

    flex-wrap: wrap;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;

    -webkit-box-orient: horizontal;

    -webkit-box-direction: normal;

    -ms-flex-direction: row;

    flex-direction: row;

    margin-bottom: 109px;

}

.ip-press-row.alternate {

    -webkit-box-orient: horizontal;

    -webkit-box-direction: reverse;

    -ms-flex-direction: row-reverse;

    flex-direction: row-reverse;

}

    .ip-press-title {

        width: 33.375%;

        text-align: center;

    }

        #content .ip-press-title h2 {

            font: 300 105px/1 'Heebo', sans-serif;

            color: #000;

            padding-top: 10px;

            margin-top: 0;

            margin-bottom: 126px;

        }

    .ip-press-list {

        width: 66.625%;

        font-size: 0;       

    }

        .ip-press {

            width: 25%;

            height: 221px;

            

            position: relative;

            display: inline-block;

            vertical-align: top;



            -webkit-transition: background .3s;

            -o-transition: background .3s;

            transition: background .3s;

        }

            div:first-child > .ip-press:nth-child(odd),

            div:last-child > .ip-press:nth-child(even) {

                background: #4a4a4a;    

            }

            div:last-child > .ip-press:nth-child(odd),

            div:first-child > .ip-press:nth-child(even) {

                background: #3c3c3c;

            }

            .ip-press img {

                position: absolute;

                top: 0;

                left: 0;

                right: 0;

                bottom: 0;

                margin: auto;

                display: block;

                max-width: 70%;

                max-height: 50%;

                -webkit-transition: opacity .3s;

                -o-transition: opacity .3s;

                transition: opacity .3s;

                -moz-filter: brightness(0) invert(1);

                 -o-filter: brightness(0) invert(1);

                 -webkit-filter: brightness(0) invert(1);

         

                filter: brightness(0) invert(1);

            }

                .ip-press img.hover,

                .ip-press:hover img.default {

                    opacity: 0;

                }

                .ip-press:hover img.hover {

                    opacity: 1;

                }

                .ip-press img#press-img {

                    -moz-filter: none;

                    -o-filter: none;

                    -webkit-filter: none;

                    filter: none;

                }

        .ip-press:hover {

            background: rgba(0,0,0,.1)!important;

        }

    .ip-press-wrap a.btn-a {

        margin: 131px auto 87px;

    }

.ip-custom-slick-controls {

    text-align: center;

    font-size: 0;

}

    .ip-custom-slick-controls button {

        width: 48px;

        height: 55px;

        font-size: 16px;

        color: #000;

        border: none;

        background: #fff;

        margin: 0 5px;

        outline: none;

    }

    .ip-custom-slick-controls button.ip-custom-slick-prev {

        border-right: 1px solid #000;

    }

    .ip-custom-slick-controls button.ip-custom-slick-next {

        border-left: 1px solid #000;

    }



a.add_pocket_listing {

    padding: 12px;

    color: #fff;

    float: right;

    /* position: absolute; */

    /* text-decoration: none; */

}



.ip-pr-content p,

.ip-pr-content p a {

    color: #fff !important;

}



.ip-pr-content {

    margin-bottom: 90px;

}



.ip-pr-content img {

    max-width: 325px !important;

}



.ip-logo-list {

    width: 50%;

    margin: 30px 0;

    padding: 0 15px;

    text-align: center;

}



.ip-logos {

    display: flex;

    flex-wrap: wrap;

    background: #af0069;

}



.ip-logo-list img {

    margin: 0 auto;

}



.ip-logo-list span {

    display: block;

    /*max-width: 300px;*/

    margin: 0 auto;

}



#content .entry .ip-logo-list a {

    color: #fff;

}



#content .entry .ip-logo-list a:hover,

.ip-pr-content p a:hover {

    color: #a08a58;

}



.page-id-26704 .ip-logos {

    background: #FFF;

}



.page-id-26704 .ip-logo-list span a.itemlink{

    font-size: 30px;

    color: #000;

}



.page-id-26704 #content .entry .ip-logo-list a {

    color: #000;

}



.ai-contact-wrap .checkbox-563 span {

    font-size: 19px;

    font-weight: 300;

    line-height: 29px;

}

/*New Press template*/



/* IDXB search and results style */

.sr-qs-wrap .btn-group.bootstrap-select.show-tick.qs-select {

    padding-left: 37px;

}



.sr-qs-wrap button.btn.dropdown-toggle.bs-placeholder.btn-default {

    -webkit-appearance: none;

    -moz-appearance: none;

    outline: none;

    border: none;

    display: block;

    width: 100%;

    height: 48px;

    font-family: 'Heebo', sans-serif;

    font-size: 15px;

    font-weight: 300;

    color: #6b6b6b;

    text-transform: uppercase;

    border-bottom: 1px solid rgba(0, 0, 0, 0.15);

}



.page-template-template-idxb-featured-property-list .sr-qs-long.citywrap select#pricerange, 

.page-template-template-search-results .sr-qs-long.citywrap select#pricerange {

    padding-left: 37px;

}



.listing-fav {

    position: absolute;

    top: 10px;

    right: 10px;

    font-size: 20px;

    color: #fff;

    z-index: 1;

}



.fp > span.ai-font-heart-outline {

    position: absolute;

    top: 30px;

    right: 30px;

    font-size: 20px;

    color: #fff;

    z-index: 1;

}

/* IDXB search and results style end */



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







/*idx b https://homes.aaronkirman.com/idx/search/ css start************/



#IDX-main.IDX-wrapper-standard.IDX-category-search .IDX-navbar, #IDX-main.IDX-wrapper-standard.IDX-category-map .IDX-navbar {

    position: relative;

    min-height: 50px;

    margin-bottom: 20px;

    border: 0 none;

    background-color: transparent;

}



#IDX-main.IDX-wrapper-standard.IDX-category-search .IDX-controls label, #IDX-main.IDX-wrapper-standard.IDX-category-map .IDX-controls label, #IDX-main.IDX-wrapper-standard.IDX-category-search label {

    height: auto;

    font-size: 14px;

    color: #000;

    display: block;

    text-transform: uppercase;

    font-weight: 400;

    font-family: 'Heebo', sans-serif;

}



#IDX-main.IDX-wrapper-standard.IDX-category-search .IDX-navbar #IDX-navbar-collapse, #IDX-main.IDX-wrapper-standard.IDX-category-map .IDX-navbar #IDX-navbar-collapse {

    padding: 0 0 25px;

    border-bottom: 1px solid #cecece;

    margin-bottom: 57px;

}



#IDX-main.IDX-wrapper-standard.IDX-category-search .IDX-navbar #IDX-navbar-collapse ul, #IDX-main.IDX-wrapper-standard.IDX-category-map .IDX-navbar #IDX-navbar-collapse ul {

    padding: 0;

    margin: 0;

    width: 100%;

}



#IDX-main.IDX-wrapper-standard.IDX-category-search .IDX-navbar #IDX-navbar-collapse ul li, #IDX-main.IDX-wrapper-standard.IDX-category-map .IDX-navbar #IDX-navbar-collapse ul li {

    width: 20%;

    text-align: center;

    padding:0 5px;

}



#IDX-main.IDX-wrapper-standard.IDX-category-search .IDX-navbar #IDX-navbar-collapse ul li a, #IDX-main.IDX-wrapper-standard.IDX-category-map .IDX-navbar #IDX-navbar-collapse ul li a {

    border: 2px solid #000;

    font-size: 14px;

    text-transform: uppercase;

    color: #000;

    text-decoration: none !important;

    -webkit-transition: color .3s ease, border-color .3s ease, background .3s ease;

    -o-transition: color .3s ease, border-color .3s ease, background .3s ease;

    transition: color .3s ease, border-color .3s ease, background .3s ease;

}



#IDX-main.IDX-wrapper-standard.IDX-category-search .IDX-navbar #IDX-navbar-collapse ul li a span,

#IDX-main.IDX-wrapper-standard.IDX-category-map .IDX-navbar #IDX-navbar-collapse ul li a span{

    font-family: 'Heebo', sans-serif;

}



#IDX-main.IDX-wrapper-standard.IDX-category-search .IDX-navbar #IDX-navbar-collapse ul li a:hover, #IDX-main.IDX-wrapper-standard.IDX-category-map .IDX-navbar #IDX-navbar-collapse ul li a:hover {

    background-color: #000;

    color: #fff;

}



#IDX-ccz-group {

    float: right;

    display: block;

    width: 100%;

    padding-left: calc(50% + 15px);

    margin-top: -85px;

}



#IDX-main.IDX-wrapper-standard.IDX-category-search ul, #IDX-main.IDX-wrapper-standard.IDX-category-map ul {

    padding: 0;

    margin: 0;

}



#IDX-main.IDX-wrapper-standard.IDX-category-search .IDX-navbar #IDX-navbar-collapse ul li.IDX-active a, #IDX-main.IDX-wrapper-standard.IDX-category-map .IDX-navbar #IDX-navbar-collapse ul li.IDX-active a {

    color: #fff;

    background-color: #000;

}



#IDX-bd-group, #IDX-tb-group, #IDX-sqft-group, #IDX-acres-group  {

    width: 25%;

}



#IDX-main.IDX-wrapper-standard.IDX-category-search .select2-container .select2-choice .select2-arrow b {



    right: 15px;

    margin-top: -10%;

    border-left: 4px solid transparent;

    border-right: 4px solid transparent;

    border-top: 4px solid #000;

}



#IDX-main.IDX-wrapper-standard.IDX-category-search #IDX-coreSearchFields {

    padding: 5px 0;

    margin-left: -13px;

    margin-right: -13px;

    display: block;

    width: auto;

}



#IDX-main.IDX-wrapper-standard.IDX-category-search #IDX-coreSearchFields input,

#IDX-main.IDX-wrapper-standard.IDX-category-search #IDX-coreSearchFields select,

#IDX-main.IDX-wrapper-standard.IDX-category-search #IDX-coreSearchFields textarea{

    font-family: 'Heebo', sans-serif;

}



#IDX-main.IDX-wrapper-standard.IDX-category-search .select2-container .select2-choice .select2-chosen {

    margin-top: 4px;

    color: #999;

}



#IDX-main.IDX-wrapper-standard.IDX-category-search #IDX-action-buttons button {

    width: 100%;

    padding: 20px 0;

    margin: 10px 15px 0;

    display: inline-block;

    float: none;

    text-transform: uppercase;

    max-width: 256px;

    border: 2px solid #000;

    background-color: transparent;



    font-family: 'Heebo', sans-serif;



     -webkit-transition: color .3s ease, border-color .3s ease, background .3s ease;

    -o-transition: color .3s ease, border-color .3s ease, background .3s ease;

    transition: color .3s ease, border-color .3s ease, background .3s ease;

}



#IDX-main.IDX-wrapper-standard.IDX-category-search #IDX-action-buttons button:hover {

    color:#fff;

    background-color: #000;

}



#IDX-main.IDX-wrapper-standard.IDX-category-search #IDX-action-buttons {

    text-align: center;

}



#IDX-main.IDX-wrapper-standard.IDX-category-search .IDX-advancedWrap .IDX-advancedText {

    width: 100%;

    text-transform: uppercase;

    font-weight: 400;

}



#content .entry-title.idx-search-title {

    text-align: center;

    width: max-content;

    display: block;

    margin: .67em auto !important;

    position: relative;

    padding: 0 25px;



    

}





#content .entry-title.idx-search-title span {

    font-weight: 400;

}



/*#content .entry-title.idx-search-title::before, #content .entry-title.idx-search-title::after {

    content: '';

    position: absolute;

    width: 12px;

    height: 55px;

    border: 1px solid #000;

    border-top: none;

    border-bottom: none;

    top: 0;

}



#content .entry-title.idx-search-title::before {

    right: 100%;

}



#content .entry-title.idx-search-title::after {

    left: 100%;

}

*/

.IDX-searchAdvancedFields {

    width: auto;

    display: block;

    margin-left: -15px;

    margin-right: -15px;

}



#IDX-advanced_viewYN, #IDX-advanced_poolYN {

    width: 50%;

    display: inline-block;

    height: 69px;

    float: left;

}



#IDX-advanced_viewYN div .IDX-advancedText, #IDX-advanced_poolYN div .IDX-advancedText {

    margin-bottom: 10px;

}



#IDX-main.IDX-wrapper-standard.IDX-category-search #IDX-advanced_acres.IDX-advancedPair input, #IDX-main.IDX-wrapper-standard.IDX-category-search #IDX-advanced_distanceToBeachInMiles.IDX-advancedPair input,

#IDX-main.IDX-wrapper-standard.IDX-category-search #IDX-advanced_garageSpacesTotal.IDX-advancedPair input, #IDX-main.IDX-wrapper-standard.IDX-category-search #IDX-advanced_yearBuilt.IDX-advancedPair input {

    border: 1px solid #cecece;

    height: 40px;

    width: 47.7%;

}



#IDX-main.IDX-wrapper-standard.IDX-category-search #IDX-advanced_acres.IDX-advancedPair input:nth-child(2),

#IDX-main.IDX-wrapper-standard.IDX-category-search #IDX-advanced_distanceToBeachInMiles.IDX-advancedPair input:nth-child(2),

#IDX-main.IDX-wrapper-standard.IDX-category-search #IDX-advanced_garageSpacesTotal.IDX-advancedPair input:nth-child(2),

#IDX-main.IDX-wrapper-standard.IDX-category-search #IDX-advanced_yearBuilt.IDX-advancedPair input:nth-child(2)  {

    width: calc(46.5% - 10px);

    margin-right: 10px;

    float: left;

}



#IDX-main.IDX-wrapper-standard.IDX-category-search #IDX-advanced_acres.IDX-advancedPair input:nth-child(3),

#IDX-main.IDX-wrapper-standard.IDX-category-search #IDX-advanced_distanceToBeachInMiles.IDX-advancedPair input:nth-child(3),

#IDX-main.IDX-wrapper-standard.IDX-category-search #IDX-advanced_garageSpacesTotal.IDX-advancedPair input:nth-child(3),

#IDX-main.IDX-wrapper-standard.IDX-category-search #IDX-advanced_yearBuilt.IDX-advancedPair input:nth-child(3){

    width: calc(46.5% - 10px);

    margin-left: 10px;

    float: right;

}



#IDX-main.IDX-wrapper-standard.IDX-category-search #IDX-advanced_acres.IDX-advancedPair, #IDX-main.IDX-wrapper-standard.IDX-category-search #IDX-advanced_distanceToBeachInMiles.IDX-advancedPair,

#IDX-main.IDX-wrapper-standard.IDX-category-search #IDX-advanced_garageSpacesTotal.IDX-advancedPair, #IDX-main.IDX-wrapper-standard.IDX-category-search #IDX-advanced_yearBuilt.IDX-advancedPair {

    text-transform:uppercase;

    overflow: hidden;

    text-align: center;

}



#IDX-main.IDX-wrapper-standard.IDX-category-search #IDX-advanced_acres.IDX-advancedPair .IDX-advancedText, #IDX-main.IDX-wrapper-standard.IDX-category-search #IDX-advanced_distanceToBeachInMiles.IDX-advancedPair .IDX-advancedText,

#IDX-main.IDX-wrapper-standard.IDX-category-search #IDX-advanced_garageSpacesTotal.IDX-advancedPair .IDX-advancedText, #IDX-main.IDX-wrapper-standard.IDX-category-search #IDX-advanced_yearBuilt.IDX-advancedPair .IDX-advancedText {

    text-align: left;

}



#IDX-advanced_remarksConcat input {

    border: 1px solid #cecece;

    width: 100%;

    height: 188px;

}



#IDX-main.IDX-category-search > div:nth-child(3), #IDX-main.IDX-category-map > div:nth-child(3) {

    display: none !important;

}



#IDX-main.IDX-wrapper-standard.IDX-category-search.IDX-page-advanced #IDX-action-buttons {

    text-align: center;

    position: absolute;

}



#IDX-main.IDX-wrapper-standard.IDX-category-search.IDX-page-advanced {

    padding-bottom: 80px;

    position: relative;

}



#IDX-main.IDX-wrapper-standard.IDX-category-search.IDX-page-advanced .IDX-advancedWrap .IDX-radioLabel {

    display: inline-block;

    margin-left: 10px;

    vertical-align: top;

    margin-top: 5px;

}



#IDX-main.IDX-wrapper-standard.IDX-category-search.IDX-page-advanced input[type="radio"] {

    margin: 4px 15px 0 40px;

    line-height: 0;

    -moz-appearance: none;

    -webkit-appearance: none;

    width: 25px;

    height: 25px;

    border-radius: 100%;

    box-shadow: 1px 1px 2px inset #666;

    -moz-box-shadow:    1px 1px 2px inset #666;

    -webkit-box-shadow: 1px 1px 2px inset #666;



    outline: none !important;



}



#IDX-main.IDX-wrapper-standard.IDX-category-search.IDX-page-advanced input[type="radio"]:checked {

    background-color: #999;

}



#IDX-advancedSearchFields div#IDX-per-group {

    padding-left: 0 !important;

}



#IDX-advancedSearchFields  div#IDX-srt-group {

    padding-right: 0 !important;

}





div#idx-unlocked-notification{

    display: none;

}



.idx-search #inner-page-wrapper{

    background: #fff;

    padding-bottom: 35px;

}



a#IDX-mapTab-criteria {

    color: #333 !important;

    background-color: #fff;

    border-color: #ccc;

    text-decoration: none !important;

}



a#IDX-mapTab-criteria:hover{

    background-color: #e6e6e6;

    border-color: #adadad;

}

a#IDX-mapSearch {

    color: #000 !important;

}

/*idx b https://homes.aaronkirman.com/idx/search/ css end************/









/* Join Our VIP List Popup */

.ip-join-vip-list-popup-wrap a {

  display: none;

}

.aiosp-container.aiosp-inline-holder.aiosp-ref-ip-join-vip-list-popup-box {

  font-size: 0;

}

.aiosp-container.aiosp-inline-holder.aiosp-ref-ip-join-vip-list-popup-box .aiosp-content.aios-popup-body {

  max-width: 596px;

}

.aiosp-container.aiosp-inline-holder.aiosp-ref-ip-join-vip-list-popup-box .aiosp-close {

  width: auto;

  height: 12px;

  line-height: 0;

  right: 26px;

  top: 26px;

}

.ip-join-vip-list-popup-logo {

  text-align: center;

  margin-top: 46px;

}

.ip-join-vip-list-popup-logo img {

  max-width: 100%;

  max-height: 100px;

}

.ip-join-vip-list-popup-title {

  /*font-family: "Playfair Display", serif;*/

  font-family: 'Heebo', sans-serif;

  font-size: 33px;

  font-weight: 100;

  color: #000;

  text-align: center;

  text-transform: uppercase;

  letter-spacing: 1px;

  margin-top: 47px;

}

.ip-join-vip-list-popup-title span{

    font-weight: 400;

}

.ip-join-vip-list-popup-subtitle {

  /*font-family: "Montserrat", sans-serif;*/

  font-family: 'Heebo', sans-serif;

  font-size: 16px;

  font-weight: 400;

  color: #222;

  text-align: center;

  margin-top: 15px;

}

.ip-join-vip-list-popup-form {

  position: relative;

  max-width: 464px;

  margin: 25px auto 0;

}

.ip-join-vip-list-input-container {

  position: relative;

}

.ip-join-vip-list-input-container input {

  -webkit-appearance: none;

  -moz-appearance: none;

  outline: none;

  border: none;

  /*font-family: "Montserrat", sans-serif;*/

  font-family: 'Heebo', sans-serif;

  font-size: 13px;

  font-weight: 400;

  color: #222;

  width: 100%;

  height: 51px;

  border: 2px solid #000;

  padding-left: 16px;

  margin-bottom: 17px;

}

.ip-join-vip-list-input-container input::placeholder {

  text-transform: uppercase;

}

.ip-join-vip-list-contact-submit {

  max-width: 240px;

  margin: 0 auto;

}

.ip-join-vip-list-contact-submit input {

  outline: none;

  border: none;

  /*font-family: "Montserrat", sans-serif;*/

  font-family: 'Heebo', sans-serif;

  font-size: 14px;

  font-weight: 400;

  color: #222;

  letter-spacing: 1px;

  text-transform: uppercase;

  text-align: center;

  width: 100%;

  height: 50px;

  background: #fff;

  border: 2px solid #000;

}

.ip-join-vip-list-contact-submit input:hover {

  background: #000;

  color: #fff;

}

.ip-join-vip-list-cancel {

  /*font-family: "Montserrat", sans-serif;*/

  font-family: 'Heebo', sans-serif;

  font-size: 14px;

  font-weight: 400;

  color: #8f8f8f;

  text-align: center;

  cursor: pointer;

  margin-bottom: 34px;

}

.ip-join-vip-list-cancel:hover {

  color: #000;

}

.ip-join-vip-list-popup-form .wpcf7-response-output.wpcf7-display-none {

  bottom: -39px;

  width: 100%;

}

.ip-join-vip-list-popup-form .use-floating-validation-tip span.wpcf7-not-valid-tip {

    font-size: 12px;

    margin-top: 0;

    left: 25px !important;

    min-width: 140px;

    text-align: center;

    top: 50%;

    bottom: unset !important;

    transform: translateY(-50%);

}





.aiosp-container.aiosp-inline-holder.aiosp-ref-ip-join-vip-list-popup-box .aiosp-content.aios-popup-body{

    background: #fefbf0;

}



.ip-join-vip-list-input-container input,

.ip-join-vip-list-contact-submit input{

    border: 1px solid #000;

    background: transparent;

}



#sr-wrapper-no-listing > h3 {

    font-size: 18px;

    color: #555151;

    text-align: center;

}

/* Join Our VIP List Popup End*/





.ip-press-item a[href=""] {

    pointer-events: none;

}





/*********HP Clone**********/



#call-to-action {

    font-size: 0;

    padding-top: 60px;

}



/*********HP Clone End**********/