/*
Theme Name: Barry Estates
Description: AIOS mobile semi-custom theme.
Author: AgentImage
Author URI: http://www.agentimage.com
Version: 1.5.9
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 */

@font-face {
    font-family: 'Arcon Rounded';
    src: url('fonts/Arcon-Rounded-Regular.eot');
    src: url('fonts/Arcon-Rounded-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/Arcon-Rounded-Regular.woff2') format('woff2'),
        url('fonts/Arcon-Rounded-Regular.woff') format('woff'),
        url('fonts/Arcon-Rounded-Regular.ttf') format('truetype'),
        url('fonts/Arcon-Rounded-Regular.svg#Arcon-Rounded-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Arcon';
    src: url('fonts/Arcon-Regular.eot');
    src: url('fonts/Arcon-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/Arcon-Regular.woff2') format('woff2'),
        url('fonts/Arcon-Regular.woff') format('woff'),
        url('fonts/Arcon-Regular.ttf') format('truetype'),
        url('fonts/Arcon-Regular.svg#Arcon-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
    /*    font-family: 'Playfair Display', serif;*/
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: normal;
    background: #fff;
    margin: 0;
    /* Internet Explorer 10+ */
    /* scrollbar-width: none; */
    /* Firefox */
}


*:focus {
    outline: none !important;
}

a,
a:hover {
    text-decoration: none;
}

a:hover {}

a,
input {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

:before,
:after{
    pointer-events: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#main-wrapper {
    overflow: hidden;
}

.bootstrap-guide {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100vw;
    height: 100vw;
    opacity: .1;
    display: none;
}

.bootstrap-guide .container,
.bootstrap-guide .row,
.bootstrap-guide [class*='col-'] {
    height: 100%;
}

.bootstrap-guide .col-md-inner {
    background: #ff0000;
}


/*** Header ***/

.header {
    position: absolute;
    z-index: 100;
    width: 100%;
    margin: 0 auto;
    padding: 30px 0;
}

.header .container {
    width: 100%;
    max-width: 1530px;
}

.header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-flow: row wrap;
}

.header-logo {
    max-width: 210px;
}

.header-logo a {
    display: block;
}

.header-logo-inner {
    position: relative;
}

.header-logo-inner:before {
    content: '';
    width: 250px;
    height: 250px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#00000000', GradientType=1);
    opacity: .35;
    display: none;
}

.header-logo-inner img {
    width: 270px;
    position: relative;
}


/*** Header Navigation ***/

.header-navigation {
    flex-grow: 1;
    margin-left: 30px;
    margin-top: -30px;
}

.fixed-header .header-navigation {
    margin-top: 0;
}

.header-nav {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-flow: row wrap;
}

.header-nav li {
    position: relative;
}

.header-nav>li {
    /*padding: 0 27px;*/
    margin: 0 27px;
}

.header-nav>li:first-child {
    /*padding-left: 0;*/
    margin-left: 0;
}

.header-nav>li:last-child {
    /*padding-right: 0;*/
    margin-right: 0;
}

.header-nav li a {
    display: block;
    position: relative;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-align: center;
    transition: all .4s ease-in-out;
}

.header-nav li:hover>a {
    opacity: .7;
}

.header-nav .sub-menu {
    display: block;
    position: absolute;
    width: 160px;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(20px);
    z-index: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding-top: 16px;
    min-width: 220px;
}

.header-nav .sub-menu .sub-menu {
    margin-left: 100%;
    top: 0;
}

.header-nav>li>.sub-menu {
    left: -150%;
    right: -150%;
    margin: auto;
}

.header-nav li:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
}

.header-nav .sub-menu li {
    display: block;
}

.header-nav .sub-menu li a {
    background: rgba(255, 255, 255, .7);
    color: #153921;
    padding: 10.5px 0;
}

.header-nav .sub-menu li:hover a {
    background: rgba(21, 57, 33, .80);
    color: #fff;
}


/*** Fixed Header ***/

.fixed-header {
    position: fixed;
    transform: translate3d(0, -100%, 0);
    -webkit-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1001;
    opacity: 0;
    background: #fff;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding: 12px 0;
}

.fixed-header.show-fixed {
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
    opacity: 1;
}

.fixed-header .container {
    width: 100%;
    max-width: 1530px;
}

.fixed-header .header-logo-inner:before {
    display: none;
}

.fixed-header .header-logo-inner img {
    width: 56px;
}

.fixed-header .header-nav li a {
    color: #000;
}

.fixed-header .header-nav .sub-menu {
    padding-top: 33px;
}


/*** Fixed SMI ***/

.fixed-smi {
    position: fixed;
    top: 50vh;
    right: 27px;
    z-index: 100;
    transform: translateY(-50%);
}

.fixed-smi-inner {}

.fixed-smi-inner a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 42px;
    height: 42px;
    background: rgba(21, 57, 33, .80);
    border-radius: 50%;
    font-size: 20px;
    color: #fff;
    margin-bottom: 20px;
    box-shadow: 2px 3px 7px 0px rgba(0, 0, 0, 0.5);
}

.fixed-smi-inner a:hover {
    background: rgba(21, 57, 33, 1);
}

.fixed-smi-inner a:last-of-type {
    margin-bottom: 0;
}


/*** HP Slideshow ***/

#hp-slideshow-tagline {
    position: relative;
}

.hp-slideshow {
    position: relative;
}

.hp-slideshow:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.55) 10%, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.55) 10%, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.55) 10%, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#8c000000', endColorstr='#00000000', GradientType=0);
    z-index: 1;
}

.hp-slideshow:after {
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-image: url('images/ss-overlay.png');
    background-size: auto;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: .35;
}

.slideshow-tagline {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.slideshow-tagline-inner {
    position: relative;
}

.slideshow-tagline-inner h2,
.slideshow-tagline-inner h1 {
    /*font-family: 'Playfair Display', serif;
    font-family: 'Barlow Semi Condensed', sans-serif;*/
    font-family: 'Arcon';
    font-size: 75px;
    letter-spacing: 0.150em;
    color: #fff;
    text-align: center;
    text-shadow: 1px 2px 7px rgb(0 0 0 / 40%);
    text-transform: uppercase;
    line-height: 1;
}

.slideshow-tagline-inner h2 span {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    margin-top: 22px;
}

.slideshow-tagline-inner h2 span em,
.slideshow-tagline-inner span em {
    color: #fff;
    text-align: center;
    text-shadow: 1px 2px 7px rgb(0 0 0 / 40%);

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

    display: flex;
    justify-content: center;
    align-items: flex-end;
    align-items: center;
    font-size: 15px;
    font-weight: 600;
    font-style: normal;
    letter-spacing: 0;
    text-transform: none;
    margin-top: 16px;
}

.slideshow-tagline-inner h2 span em img,
.slideshow-tagline-inner span em img {
    margin-left: 10px;
    margin-bottom: 4px;
}


/*** Section Title ***/

.section-title {}

.section-title h2 {
    /*font-family: 'Playfair Display', serif;*/
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-size: 85px;
    font-weight: 600;
    letter-spacing: -0.025em;
    color: #000;
    width: 100%;
    position: relative;
    text-transform: uppercase;
}

article#content .section-title h2 span {
    display: block;
    /* font-family: 'Montserrat', sans-serif; */
    font-size: 73px;
    font-weight: 700;
    letter-spacing: 0.3em;
    color: #d4d4d4;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: -15px;
    position: relative;

    letter-spacing: -0.025em;
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-weight: 600 !important;
}

.section-title h2 span:after {
    content: '';
    width: 100%;
    height: 3px;
    position: absolute;
    /* top: 50%; */
    left: auto;
    right: 0;
    /* transform: translateY(-50%); */





    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 10%, rgba(21, 57, 33, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 10%, rgba(21, 57, 33, 1) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 10%, rgba(21, 57, 33, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#153921', GradientType=1);

    top: 68px;





    width: 60vw;
}

.section-content {}

.section-content p {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.02em;
    line-height: 1.8;
    color: #333;
}

.section-button {
    display: flex;
    justify-content: flex-start;
    align-content: center;
}

.section-button a {
    display: block;
    width: 310px;
    max-width: 100%;
    height: 60px;
    border: 1px solid #153921;
    padding: 4px;
}

.section-button a:hover {
    background: #e0e0e0;
    border-color: #e0e0e0;
}

.section-button-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background: #153921;
    font-family: 'Playfair Display', serif;
    /* font-family: 'Barlow Semi Condensed', sans-serif; */
    font-size: 17px;
    font-weight: 600;
    font-style: italic;
    letter-spacing: 0.25em;
    color: #fff;
    text-transform: lowercase;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.section-button a:hover .section-button-inner {
    color: #153921;
    background: transparent;
}


/*** Featured Properties ***/

#hp-fp {
    padding: 0 0 50px;
}

.hp-fp {
    position: relative;
    padding: 122px 0 105px;
}

.hp-fp-bg1 {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    opacity: .11;
}

.hp-fp-bg2 {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: bottom right;
    background-repeat: no-repeat;
}

.hp-fp .container {
    width: 100%;
    max-width: 1330px;
}

.hp-fp-inner {
    position: relative;
    z-index: 1;
}

.hp-fp-inner .section-title-button {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 67px;
}

.hp-fp-inner .section-title {
    flex-grow: 1;
}

.hp-fp-inner .section-title h2 span:after {
    width: calc(calc(100% - 242px) + 310px);
    right: -310px;
    z-index: -1;
}

.section-title h2 span {
    font-size: 45px;
    width: 100%;
    display: inline-block;
    color: #d5d5d5;
    letter-spacing: 7px;
}

.hp-fp-inner .section-button {
    margin-bottom: 7px;
}

.fp-items {}

.fp-items .slick-slide>div {
    display: flex;
    margin: 0 -10px;
    margin-bottom: 15px;
}

.fp-items .slick-slide>div:last-child {
    margin-bottom: 0;
}

.fp-items .slick-slide>div>.fp-item:first-child,
.fp-items .slick-slide>div:last-child>.fp-item:last-child {
    width: 53% !important;
}

.fp-items .slick-slide>div>.fp-item:last-child,
.fp-items .slick-slide>div:last-child>.fp-item:first-child {
    width: 47% !important;
}

.fp-item {
    /*width: auto !important;*/
    padding: 0 10px;
}

.fp-item a {
    display: block;
    height: 100%;
}

.fp-item-inner {
    position: relative;
    height: 100%;
}

.fp-photo {
    height: 100%;
}

.fp-photo canvas {
    display: block;
    width: 100%;
    /* height: auto; */
    height: 100%;
    min-height: 425px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.fp-item a:hover .fp-photo canvas {
    filter: grayscale(1);
}

.fp-info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    /*max-width: 470px;*/
    background: rgba(255, 255, 255, .7);
    padding: 11px 20px 20px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 1;
    transform: scale(1);
    transform-origin: bottom left;
}

.fp-item a:hover .fp-info {
    opacity: 0;
    transform: scale(0);
}

.fp-info.hover {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    max-width: none;
    height: 100%;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.55) 100%);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.55) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.55) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#8cffffff', GradientType=1);
    padding: 40px;
    opacity: 0;
    transform: scale(0);
    transform-origin: bottom left;
}

.fp-item a:hover .fp-info.hover {
    opacity: 1;
    transform: scale(1);
}

.fp-price {
    margin-bottom: 10px;
}

.fp-price span {
    display: block;
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-size: 40px;
    font-weight: 500;
    color: #000;
}

.fp-address {
    margin-bottom: 6px;
}

.fp-address span {
    display: block;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.03em;
    color: #000;
    text-transform: uppercase;
}

.fp-details {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.fp-info.hover .fp-details {
    margin-bottom: 21px;
}

.fp-details div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background-size: auto;
    background-position: center left;
    background-repeat: no-repeat;
    height: 16px;
    margin-right: 20px;
}

.fp-details div.fp-beds {
    padding-left: 29px;
    background-image: url(images/fp-icon-beds.png);
}

.fp-details div.fp-baths {
    padding-left: 29px;
    background-image: url(images/fp-icon-baths.png);
}

.fp-details div.fp-sqft {
    padding-left: 26px;
    background-image: url(images/fp-icon-sqft.png);
}

.fp-details div.fp-acres {
    padding-left: 26px;
    background-image: url(images/fp-icon-acres.png);
}

.fp-details div span {
    display: block;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.05em;
    color: #000;
    text-transform: uppercase;
}

.fp-desc {}

.fp-desc p {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.03em;
    line-height: 1.5;
    color: #000;
    margin-bottom: 21px;
    max-width: 512px;
}

.fp-desc p:last-child {
    margin-bottom: 0;
}

.fp-button {
    position: relative;
    padding-left: 50px;
    margin-top: 28px;
}

.fp-button:before {
    content: '';
    width: 75px;
    height: 1px;
    background: #153921;
    position: absolute;
    top: 50%;
    left: -40px;
}

.fp-button span {
    /*font-family: 'Playfair Display', serif;*/
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-size: 17px;
    font-weight: 400;
    font-style: italic;
    letter-spacing: 0.25em;
    color: #153921;
    text-transform: lowercase;
}


/*** Meet The Team ***/

#hp-mtt {
    padding: 100px 0;
    position: relative;
    z-index: 1;
}

.hp-mtt {
    position: relative;
}

.hp-mtt-bg {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    filter: grayscale(1);
}

.hp-mtt:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    opacity: .88;
}

.hp-mtt-inner.left {
    margin-top: -100px;
    margin-left: calc(calc(-1430px + 1170px) / 2);
    margin-right: -165px;
    position: relative;
    z-index: 1;
}

.mtt-video {}

.mtt-video a {
    display: block;
}

.mtt-video-inner {
    position: relative;
}

.mtt-video-photo {}

.mtt-video-photo canvas {
    display: block;
    width: 100%;
    height: auto;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.mtt-video-button {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
}

.mtt-video-button i {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 105px;
    height: 105px;
    font-size: 32px;
    color: #fff;
    background: rgba(0, 0, 0, .7);
    border-radius: 50%;
    padding-left: 6px;
}

.hp-mtt-inner.right {
    margin-left: -65px;
    margin-right: calc(calc(-1430px + 1170px) / 2);
    position: relative;
    z-index: 1;
    background: rgba(255, 255, 255, .88);
    margin-top: 200px;
    margin-bottom: -100px;
    padding: 80px 75px;
    box-shadow: 3px 4px 35px 0px rgba(0, 0, 0, 0.15);
}

.hp-mtt-inner .section-title {
    margin-bottom: 20px;
}

.hp-mtt-inner .section-title h2 span {
    color: #999;
}

.hp-mtt-inner .section-title h2 span:after {
    width: calc(calc(calc(100% - 124px) + 75px) + calc(calc(100vw - 1400px) / 2));
    right: calc(-75px + calc(calc(-100vw + 1400px) / 2));
}

.hp-mtt-inner .section-button {
    margin-top: 26px;
    justify-content: flex-end;
}


/*** Proven Performance ***/

#hp-pp {
    position: relative;
    padding: 100px 0 130px;
}

.hp-pp-bg {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    filter: grayscale(1);
}

#hp-pp:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.65) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.65) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.65) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#a6ffffff', GradientType=0);
}

.hp-pp {}

.hp-pp-inner {
    position: relative;
    z-index: 1;
}

.hp-pp-inner .section-title {
    margin-bottom: 47px;
}

.hp-pp-inner .section-title h2 {
    text-align: center;
}

.pp-items {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 0 15px;
}

.pp-item {
    width: 25%;
    padding: 0 15px;
}

.pp-item-inner {
    background: rgba(255, 255, 255, .8);
    min-height: 250px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    box-shadow: 8px 13px 30px 0px rgba(0, 0, 0, 0.1);
}

.pp-item-inner h2 {
    /* font-family: 'Playfair Display', serif; */
    font-size: 65px;
    /* font-weight: 400; */
    letter-spacing: -0.025em;
    color: #153921;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 20px;
    display: inline-block;
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-weight: 500;
}

.pp-item-inner h2 em {
    font-style: normal;
}

.pp-item-inner span {
    display: block;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 0.1em;
    color: #000;
    text-transform: uppercase;
    text-align: center;
}


/*** Client Testimonials ***/

#hp-ct {
    padding: 100px 0 0;
    position: relative;
    z-index: 1;
}

.hp-ct {}

.hp-ct .container {
    width: 100%;
    max-width: 1330px;
}

.hp-ct-top {}

.hp-ct-top-inner {}

.hp-ct-top-inner .section-title {
    margin-bottom: 58px;
}

.hp-ct-top-inner .section-title h2 span:after {
    width: calc(100% - 167px);
}

.hp-ct-bottom {
    position: relative;
    padding-top: 60px;
}

.hp-ct-bg {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.hp-ct-bottom-inner {
    margin-left: -115px;
    margin-bottom: -90px;
    background: #fff;
    padding: 88px 80px 80px;
    box-shadow: 3px 4px 35px 0px rgba(0, 0, 0, 0.15);
}

.ct-slider {
    position: relative;
}

.ct-slides {}

.ct-slide {}

.ct-slide-inner {}

.ct-slide-inner p {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.02em;
    line-height: 1.8;
    color: #333;
}

.ct-slide-inner span {
    display: block;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.2em;
    color: #000;
    text-transform: uppercase;
    margin-left: 60px;
    position: relative;
    margin-top: 60px;
    margin-bottom: 38px;
}

.ct-slide-inner span:before {
    content: '';
    width: 180px;
    height: 1px;
    background: #000;
    position: absolute;
    top: 50%;
    right: calc(100% + 20px);
}

.ct-slides .slick-list {
    overflow: visible;
}

.ct-slides .slick-dots {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 60px;
    width: 100% !important;
}

.ct-slides .slick-dots li {}

.ct-slides .slick-dots li button {
    width: 30px;
    height: 30px;
    background: transparent;
    border: 1px solid transparent;
    border-radius: 50%;
    padding: 0;
    font-size: 0;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.ct-slides .slick-dots li.slick-active button {
    border-color: #d4d4d4;
}

.ct-slides .slick-dots li button:before {
    content: '';
    width: 8px;
    height: 8px;
    background: #b2b2b2;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.ct-slides .slick-dots li.slick-active button:before {
    background: #153921;
}

.hp-ct-bottom-inner .section-button {
    position: absolute;
    bottom: 0;
    right: 0;
}


/*** Follow Us On Social ***/

#hp-fuos {
    padding: 0 0 68px;
}

.hp-fuos {
    padding: 122px 0 22px;
    position: relative;
}

.hp-fuos-bg1 {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    opacity: .15;
}

.hp-fuos-bg2 {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: bottom right;
    background-repeat: no-repeat;
}

.hp-fuos .container {
    width: 100%;
    max-width: 1450px;
}

.hp-fuos-top {}

.hp-fuos-top-inner {
    position: relative;
    z-index: 1;
}

.hp-fuos-top-inner .section-title {
    margin-bottom: 97px;
}

.hp-fuos-top-inner .section-title h2 span {
    position: initial;
    color: #999;
}

.hp-fuos-top-inner .section-title h2 span:after {
    width: calc(100% - 346px);
}

.hp-fuos-bottom {}

.hp-fuos-bottom-inner {
    position: relative;
    z-index: 1;
}

.yt-video {}

.yt-video a {
    display: block;
}

.yt-video-inner {
    position: relative;
}

.yt-video-photo {}

.yt-video-photo canvas {
    display: block;
    width: 100%;
    height: auto;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.yt-video-button {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.yt-video-button i {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 105px;
    height: 105px;
    font-size: 32px;
    color: #fff;
    background: rgba(0, 0, 0, .7);
    border-radius: 50%;
    padding-left: 6px;
}

.ig-items {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    margin: 0 -15px;
}

.ig-item {
    width: 33.33%;
    padding: 0 15px;
    margin-bottom: 30px;
}

.ig-item:nth-child(4),
.ig-item:nth-child(5),
.ig-item:nth-child(6) {
    margin-bottom: 0;
}

.ig-item a {
    display: block;
}

.ig-item-inner {
    position: relative;
}

.ig-item-photo {}

.ig-item-photo canvas {
    display: block;
    width: 100%;
    height: auto;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.ig-item-icon {
    position: absolute;
    bottom: 10px;
    left: 10px;
}

.ig-item-icon i {
    font-size: 25px;
    color: #fff;
}

.hp-fuos-bottom-inner .section-button {
    justify-content: center;
    margin-top: 40px;
}


/*** Footer ***/

.footer {}

.footer-top {
    position: relative;
    padding: 60px 0 120px;
}

.footer-top-bg {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    filter: grayscale(1);
}

.footer-top:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.3) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.3) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.3) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#e6ffffff', endColorstr='#4dffffff', GradientType=0);
}

.footer-top-inner.left {
    position: relative;
    z-index: 1;
    margin-left: -83px;
    padding-top: 130px;
}

.footer-top-inner.title {
    position: relative;
    z-index: 1;
    padding: 0 0 40px;
}

.footer-top-inner.title h2 {
    /* font-family: 'Playfair Display', serif; */
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-size: 87px;
    font-weight: 600;
    letter-spacing: -0.025em;
    color: #000;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
}

.footer-top-inner .section-title {}

.footer-top-inner .section-title h2 span {
    color: #808080;
}

.footer-top-inner .section-title h2 span:after {
    width: calc(100% - 89px);
}

.footer-top-inner.right {
    position: relative;
    z-index: 1;
    /*margin-left: -15px;
    margin-right: -150px;*/
    background: rgba(255, 255, 255, .88);
    padding: 76px 80px 40px;
    box-shadow: 28px 28px 55px 0px rgba(0, 0, 0, 0.05);
    margin: 0 auto;
    max-width: 915px;
    width: calc(100% - 20px);
}

.git-form {}

.git-form-inner {}

.git-form-row {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 -10px;
}

.git-form-col {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0 10px;
    margin-bottom: 41px;
}

.git-form-row.col-2 .git-form-col {
    width: 50%;
}

.git-form-row.col-3 .git-form-col {
    /*width: 33.33%;*/
    width: 50%;
}

.git-form-row:last-child .git-form-col {
    margin-bottom: 0;
}

/* .git-form-col span {
    display: block;
    width: 100%;
    position: relative;
} */

.git-form-col input,
.git-form-col select,
.git-form-col textarea,
.git-form-col .ui-selectmenu-button.ui-button {
    display: block;
    width: 100%;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, .5);
    padding: 10px 0;
    font-family: inherit;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.025em;
    color: #666;
    text-transform: uppercase;
    background: transparent;
    border-radius: 0;
}

.git-form-col select,
.git-form-col .ui-selectmenu-button.ui-button {
    background: url('images/ic-caret.png') no-repeat right 5px center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.git-form-col textarea {
    resize: none;
    height: 100px;
}

.git-form-col .testi-confirm {}

.git-form-col .testi-confirm label {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
}

.git-form-col .testi-confirm input {
    width: 20px;
    height: 20px;
}

.git-form-col .testi-confirm .wpcf7-list-item-label {
    width: calc(100% - 40px);
    font-size: 14px;
}

.git-form-col .wpcf7-checkbox a {
    color: #153921;
}

.git-button {
    display: block;
    width: 310px;
    max-width: 100%;
    height: 60px;
    border: 1px solid #153921;
    padding: 4px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
    margin-top: 14px;
}

.git-button:hover {
    background: #e0e0e0;
    border-color: #e0e0e0;
}

.git-button-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background: #153921;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.git-button:hover .git-button-inner {
    background: transparent;
}

.git-button-inner input {
    width: 100%;
    height: 100%;
    font-family: 'Playfair Display', serif;
    font-size: 17px;
    font-weight: 600;
    font-style: italic;
    letter-spacing: 0.25em;
    color: #fff;
    text-transform: lowercase;
    border: none;
    position: absolute;
    top: 0;
    left: 0;
}

.git-button:hover .git-button-inner input {
    color: #153921;
}

.git-form .ajax-loader {
    position: absolute;
    /*top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);*/
    left: 0;
    right: 0;
    top: calc(100% + 10px);
    margin: 0 auto !important;
}

.git-form .wpcf7-response-output {
    margin: 30px 0 0 !important;
    padding: 0 !important;
    text-align: center;
}

.git-form .wpcf7-not-valid-tip {
    position: absolute;
    top: 50%;
    left: 25%;
    width: 100%;
}

.git-form-row.col-custom .git-form-col:first-child {
    width: 32.9%;
}

.git-form-row.col-custom .git-form-col:nth-child(2) {
    width: 22.4%;
}

.git-form-row.col-custom .git-form-col:nth-child(3) {
    width: 21%;
}

.git-form-row.col-custom .git-form-col:nth-child(4) {
    width: 23.7%;
}

.git-form-col .ui-selectmenu-icon {
    display: none;
}

.git-form-col .wpcf7-radio input {
    width: 32px;
    height: 32px;
    font-size: 0;
    padding: 0;
    margin: 0 8px 0 0;
    border: 1px solid #153921;
    border-radius: 50%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.git-form-col .wpcf7-radio input:checked {
    background: url(images/ic-radio-dot.png) no-repeat center center;
    background-size: cover;
}

.git-form-col .wpcf7-list-item,
.git-form-col .wpcf7-list-item-label {
    display: inline-block;
    width: auto;
}

.git-form-col .wpcf7-list-item {
    margin: 0 0 0 40px;
}

.git-form-col .wpcf7-list-item:first-child {
    margin: 0 !important;
}

.git-form-col .wpcf7-list-item label {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.git-form-col .wpcf7-list-block .wpcf7-list-item {
    display: block;
}

.git-form-col .wpcf7-field-label,
.git-form-col .wpcf7-list-item-label {
    font-family: inherit;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.025em;
    color: #666;
    text-transform: uppercase;
}

.git-form-col .wpcf7-field-label {
    width: 29.6%;
}

.git-form-col .wpcf7-field-label+.wpcf7-form-control-wrap {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.git-form-row.col-2 .git-form-col .wpcf7-list-item {
    margin: 0 0 0 20px;
}

.git-form-row.col-2 .git-form-col .wpcf7-list-block .wpcf7-list-item {
    margin: 5px 0 0 0;
}

.git-form-row.col-2 .git-form-col .wpcf7-field-label {
    width: 45%;
}

.git-form-row.col-2 .git-form-col label[for="git-form-view-type"] {
    width: 25%;
    margin-top: 9px;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.git-form-row.col-align-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.footer-contact {
    margin-top: 66px;
}

.footer-contact-inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0 -20px;
}

.footer-contact-inner a {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.025em;
    color: #153921;
    text-transform: uppercase;
    position: relative;
    padding-left: 25px;
}

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

.footer-contact-inner a i {
    position: absolute;
    top: 2px;
    left: 0;
    font-size: 14px;
}

.footer-contact-inner a i.ai-font-envelope-f {
    top: 4px;
    font-size: 11px;
}

.footer-contact-inner a i.ai-font-location-c {
    top: 0;
    font-size: 20px;
}

.footer-bottom {
    padding: 48px 0 50px;
}

.footer-bottom-inner {}

.footer-logo {
    margin-bottom: 40px;
}

.footer-logo a {
    display: block;
}

.footer-logo-inner {
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-navigation {
    margin-bottom: 4px;
}

.footer-nav {
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-nav li {
    padding: 0 15px;
}

.footer-nav li a {
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.05em;
    color: #000;
    text-transform: uppercase;
    transition: all .4s ease-in-out;
}

.footer-nav li a:hover {
    opacity: .7;
}

.footer-copyright {
    margin-bottom: 25px;
}

.footer-copyright p {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.05em;
    color: #000;
    text-align: center;
}

.footer-extra-logos {
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-extra-logos i {
    font-size: 22px;
    color: #153921;
    margin-right: 5px;
}

.footer-extra-logos i:last-child {
    margin-right: 0;
}

.ctct-form-wrapper .ctct-message.ctct-error {
    margin-bottom: 20px;
}


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

.ip-banner {
    position: relative;
    width: 100%;
}

.ip-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    /*background: #000;
    opacity: .5;*/
    background: url(images/properties/props-banner-fade.png) center center repeat-x;
    background-size: auto 100%;
    background-position: center top;
    opacity: 1;
}

.ip-banner::before {
    /*background: url(images/properties/props-banner-fade.png) center center repeat-x;
    background-size: auto 100%;
    opacity: 1;*/
}

.ip-banner canvas {
    display: block;
    position: relative;
    z-index: 0;
    width: 100%;
    min-height: 250px;
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-id-44 .ip-banner canvas {
    min-height: 450px;
}

.ip-banner .container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.ip-banner h1 {
    font-size: 32px;
    text-align: center;
    color: #FFF;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    line-height: 1.7;
}

.ip-banner h1 span {
    display: block;
    font-size: 24px;
    text-transform: none;
    letter-spacing: 0.01em;
}


/* Adjust minimum height of page area */

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


/** Adjust width of content columns **/

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

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


/* Adjust width of sidebar */

.sidebar {
    width: 20.83%;
}


/* fullwidth template */

.page-template-template-fullwidth #content {
    padding-left: 15px;
    padding-right: 15px;
}

.page-template-template-fullwidth #content ihf-search[data-eureka-id*=""].ihf-eureka {
    margin-left: -15px;
    margin-right: -15px;
}


/* Adjust line height of page elements */

#content h4,
aside h4,
#content p,
aside p,
#content blockquote,
aside blockquote,
#content ul,
aside ul,
#content fieldset,
aside fieldset,
#content form,
aside form,
#content ol,
aside ol,
#content dl,
aside dl,
#content dir,
aside dir,
#content menu,
aside menu {
    line-height: 1.7
}


/* Style .entry-title(post/page) and .archive-title(category/archive/etc) main headings (h1) */

#content .entry-title,
#content .archive-title {
    /*font-family: 'Playfair Display', serif;
    font-size: 90px;
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-size: 58px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: -0.025em;
    color: #000;
    margin: 0;
    position: relative;*/
    position: relative;
    z-index: 1;
    /* font-family: 'Playfair Display', serif; */
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-size: 73px;
    font-weight: 600;
    letter-spacing: -0.025em;
    color: #000;
    width: 100%;
    line-height: 1;
    text-transform: uppercase;
}

#content .archive-title:after,
#content .entry-title:after {
    position: absolute;
    top: 0;
    right: 0;
    content: '';
    width: 100%;
    height: 3px;
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 10%, rgba(21, 57, 33, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 10%, rgba(21, 57, 33, 1) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 10%, rgba(21, 57, 33, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#153921', GradientType=1);
    z-index: 5;
    display: block;
}

#content .entry-title.entry-custom-title {
    z-index: 1;
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0.3em;
    color: #163a22;
    text-transform: uppercase;
    position: relative;
}

#content .entry-title.entry-custom-title span {
    position: relative;
    z-index: 1;
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-size: 73px;
    font-weight: 600;
    letter-spacing: -0.025em;
    color: #000;
    width: 100%;
    line-height: 1;
    text-transform: uppercase;
    display: block;
}

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

#content .archive-subtitle {}

/* Styled GIT Form */
.styled-git-form {
    line-height: 1;
    border: 1px solid #153921;
    max-width: 1000px;
    padding: 75px 30px 80px;
    margin: 0 auto;
}

.styled-git-form div.wpcf7 {
    position: relative;
    max-width: 760px;
    margin: 0 auto;
}

.styled-git-form .git-form-col {
    margin-bottom: 35px;
}

.styled-git-form .wpcf7-not-valid-tip {
    position: absolute;
    top: 20%;
    left: 20%;
    width: auto;
    font-size: 12px;
}

.styled-git-form .wpcf7 form .wpcf7-response-output {
    position: absolute;
    top: calc(100% + 15px);
    left: 0;
    width: 100%;
    margin: 0;
    text-align: center;
    font-size: 12px;
}

#content .styled-git-form form {
    margin: 0;
    line-height: inherit;
}

.customized-selectmenu .ui-widget.ui-widget-content {
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    letter-spacing: .025em;
    text-transform: uppercase;
    color: #fff;
    background: #153921;
    border: 0;
    border-radius: 0;
}

.customized-selectmenu .ui-widget.ui-widget-content>.ui-menu-item:first-child {
    display: none;
}

.customized-selectmenu .ui-widget.ui-widget-content .ui-menu-item-wrapper {
    font-weight: inherit !important;
    border: 0 !important;
    padding: 11px 12px 11px 30px;
}

.customized-selectmenu .ui-state-active,
.customized-selectmenu .ui-widget-content .ui-state-active,
.customized-selectmenu .ui-widget-header .ui-state-active,
.customized-selectmenu a.ui-button:active,
.customized-selectmenu .ui-button:active,
.customized-selectmenu .ui-button.ui-state-active:hover {
    color: #153921;
    background: #e0e0e0;
}

/* #Styled GIT Form */

.buy-git-form .git-button {
    margin-top: 0;
}

.sell-git-form .git-button {
    margin-top: 40px;
}

/* AIOS Listings */
.listings-bootstrap-pagination {
    display: inline-flex;
    width: 100%;
    justify-content: center;
    font-size: 14px;
    text-align: center;
    padding-top: 45px;
    clear: both;
}

/* #AIOS Listings */


/*Testimonials page */

.ai-modern-testimonials-results-wrapper::before {
    background-attachment: initial !important;
    background-position: top center !important;
    opacity: 0.7 !important;
}



.ai-modern-testimonials-results-content-quote {
    margin-bottom: 10px;
}

.ai-modern-testimonials-results-content-quote::before {
    content: '\b0174\00a0\b0174\00a0\b0174\00a0\b0174\00a0\b0174';
    letter-spacing: -0.2em;
    font-family: 'agentimage';
    font-size: 20px;
    display: block;
}

.ai-modern-testimonials-results-content-quote>div {
    display: none;
}

/* CONTACT */
.page-template-template-contact-us #content .entry-title {
    padding: 0 50px;
}

.page-template-template-contact-us #content .contact-main {
    margin-top: 20px;
}


button.site-arr-up {
    width: 52px;
    height: 52px;
    line-height: 52px;
    text-decoration: none;
    -o-border-radius: 52px;
    -moz-border-radius: 52px;
    -webkit-border-radius: 52px;
    border-radius: 52px;
    -webkit-transition: all .2s ease 0s;
    -moz-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;
    border: 2px solid #153921;
    background: 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    bottom: 83px;
    right: 20px;
    cursor: pointer;
    z-index: 1000;
    opacity: 0;
    pointer-events: none;
    transition: all .3s ease;
}

button.site-arr-up.active {
    opacity: 1;
    pointer-events: auto;
}

button.site-arr-up:hover {
    background-color: #153921;
}

.site-arr-up .ai-font-arrow-i-u {
    color: #153921;
    font-size: 21px;
    text-shadow: 0 0 0 #153921, 0 0 0 #153921, 0 0 0 #153921, 0 0 0 #153921, 0 0 0 #153921, 0 0 0 #153921, 0 0 0 #153921, 0 0 0 #153921, 0 0 0 #153921;
    transition: all .3s ease;
}

button.site-arr-up:hover .ai-font-arrow-i-u {
    color: #fff;
    text-shadow: 0 0 0 #fff, 0 0 0 #fff, 0 0 0 #fff, 0 0 0 #fff, 0 0 0 #fff, 0 0 0 #fff, 0 0 0 #fff, 0 0 0 #fff, 0 0 0 #fff;
}

.ai-modern-testimonials-heading .entry-title {
    /* font-family: 'Playfair Display', serif; */
    font-family: 'Barlow Semi Condensed', sans-serif;
    text-transform: uppercase;
    font-size: 73px !important;
    font-weight: 600 !important;
    letter-spacing: -0.025em !important;
    color: #000 !important;
    margin: 0;
    text-align: left !important;
    padding-bottom: 0 !important;
}

.ai-modern-testimonials-heading .entry-title::before {
    display: none !important;
}

.ftr-testimonials {
    padding-top: 30px !important;
}

.ftr-testimonials .wpcf7-not-valid-tip {
    width: auto;
}

#revform {
    background: #fff;
    width: calc(100% - 30px);
    margin: 0 auto;
    max-width: 800px;
    text-align: center;
    padding: 70px 15px;
    position: relative;
    letter-spacing: 0.020em;
}

#revform h2 {
    /*font-family: 'Playfair Display', serif;*/
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-size: 50px;
    font-weight: 400;
    letter-spacing: -0.025em;
    color: #000;
    margin: 0 0 20px;
}

#revform p {
    font-size: 14px;
    margin: 20px 0 0;
    line-height: 1.7;
}

#revform p:nth-of-type(1) {
    margin: 0 0 0;
}

.ai-modern-testimonials-heading .entry-title:after {
    position: absolute;
    top: 50%;
    right: 0;
    content: '';
    width: 60vw;
    height: 3px;
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 10%, rgba(21, 57, 33, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 10%, rgba(21, 57, 33, 1) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 10%, rgba(21, 57, 33, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#153921', GradientType=1);
    z-index: 5;
    display: block;
}

.ai-modern-testimonials-heading {
    overflow: hidden;
    padding: 0 2%;
}

.page-id-1383 #content .entry-title,
.page-id-1595 #content .entry-title {
    display: none;
}

#content .content-title {
    position: relative;
    margin-bottom: 45px;
}

#content .content-title h2 {
    position: relative;
    line-height: 1.1;
}

#content .content-title h2:before {
    content: '';
    width: 100%;
    height: 3px;
    position: absolute;
    top: 17px;
    right: 0;
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 10%, rgba(21, 57, 33, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 10%, rgba(21, 57, 33, 1) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 10%, rgba(21, 57, 33, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#153921', GradientType=1);
}

#content .content-title h2 span {
    position: relative;
    z-index: 1;
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0.3em;
    color: #163a22;
    text-transform: uppercase;
    position: relative;
}

#content .content-title h2 strong {
    position: relative;
    z-index: 1;
    /*font-family: 'Playfair Display', serif;*/
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-size: 58px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: -0.025em;
    color: #000;
    width: 100%;
    line-height: 1;
}

.post-page-for-sale .listings-disclaimer {
    display: none;
}

.pd-content-desc iframe {
    width: 100%;
}

.page-id-102 h1.entry-title {
    display: none;
}

.listings-title h1 strong {
    /*font-weight: 400 !important;*/
}

.page-id-1383 #content .content-title h2:before,
.page-id-1595 #content .content-title h2:before {
    width: 94%;
}

/*Buyers Style*/
.content-sub-title {
    z-index: 1;
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0.3em;
    color: #163a22;
    text-transform: uppercase;
    position: relative;
}


.page-id-1383 #content .content-title h2,
.page-id-1595 #content .content-title h2 {
    margin-bottom: 68px;
}

.page-id-1383 article#content .content-title {
    position: relative;
}

.page-id-1383 article#content .content-title::after {
    content: "";
    position: absolute;
    top: 100px;
    right: -100px;
    width: 625px;
    height: 625px;
    background-image: url('https://cdn.agentimagehosting.com/dIuqR11zPYGku98sKos43/2021/08/green-target.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    pointer-events: none;
    opacity: .2;
    z-index: -1;
}


/* IP COMMUNITIES MAP START */
#content .ip-communities-map-wrap .section-title h2 {
    font-family: 'Barlow Semi Condensed', sans-serif;
    /*font-size: 90px !important;*/
    font-size: 73px !important;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.025em;
    color: #000;
    width: 100%;
    max-width: 375px;
    margin: 0 0 50px;
    position: relative;
    text-transform: uppercase;
}

.ip-communities-map-wrap .section-title h2 span {
    margin-bottom: 10px;
    font-weight: 600;
    color: #163a22;
}

.ip-communities-map-wrap .section-title h2 span::after {
    max-width: 162px;
}

.ip-communities-map-wrap {}

.ip-communities-map-left {
    width: 46.78%;
    max-width: 650px;
    position: absolute;
    z-index: 2;
    padding: 200px 0;
    pointer-events: none !important;
    text-align: left;
}

.ip-communities-map-right {
    width: 74.5%;
    margin-right: -100px;
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.ip-communities-map #comm_map_wrap {
    width: 1043px;
    max-width: 100%;
    display: inline-block;
    vertical-align: top;
    position: relative;
}

#comm_map_wrap #comm_map {
    width: 100%;
}

#transparent {
    width: 1043px;
    height: 1108px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 4;
}

.ip-communities-map-subtitle {
    position: absolute;
    z-index: 2;
    top: 43.5%;
    left: 58%;
    color: #000000;
    line-height: 1.1;
    font-size: 40px;
    /*font-family: 'Playfair Display', serif;*/
    font-family: 'Barlow Semi Condensed', sans-serif;
    text-align: center;
}

/* MAP HOVERS */
#comm_map .comm_map_hovers {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

#comm_map .comm_map_hovers div {
    position: absolute;
    z-index: 1;
}

#comm_map .comm_map_hovers div img {
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#comm_map_carlsbad {
    top: 88px;
    left: 283px;
}

#comm_map_encinitas {
    top: 242px;
    left: 342px;
}

#comm_map_rancho_santa_fe {
    top: 278px;
    left: 433px;
}

#comm_map_cardiff {
    top: 349px;
    left: 379px;
}

#comm_map_solana_beach {
    top: 360px;
    left: 388px;
}

#comm_map_del_mar {
    top: 405px;
    left: 395px;
}

#comm_map_carmel_valley {
    top: 375px;
    left: 420px;
}

#comm_map_la_jolla {
    top: 471px;
    left: 379px;
}

#comm_map_downtown_san_diego {
    top: 799px;
    left: 519px;
}

#comm_map_point_loma {
    top: 839px;
    left: 415px;
}


/* MAP TEXTS */
.comm_map_txt {
    position: absolute;
    width: auto;
    z-index: 3;
    color: #ffffff;
    font-size: 16.83px;
    font-weight: 600;
    line-height: 1;
    text-align: center;
}

.comm_map_txt_dark {
    color: #383333;
}

.comm_map_txt::before {
    width: 3px;
    height: 3px;
    content: '';
    position: absolute;
    top: -5px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #ffffff;
    border-radius: 50%;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.comm_map_txt_dark::before {
    left: auto;
    right: -16px;
    top: 50%;
}

.comm_map_txt span {
    display: inline-block;
    vertical-align: middle;
}

.map_txt_carlsbad {
    top: 73px;
    left: 54px;
}

.map_txt_encinitas {
    top: 53px;
    left: 38px;
}

.map_txt_rancho_santa_fe {
    top: 53px;
    left: 34px;
}

.map_txt_cardiff {
    top: -3px;
    left: -62px;
}

.map_txt_solana_beach {
    top: 12px;
    left: -125px;
    min-width: 125px;
}

.map_txt_del_mar {
    top: 16px;
    left: -70px;
    min-width: 70px;
}

.map_txt_carmel_valley {
    top: 63px;
    left: 30px;
}

.map_txt_la_jolla {
    top: 72px;
    left: -31px;
}

.map_txt_downtown_san_diego {
    top: 40px;
    left: -59px;
}

.map_txt_downtown_san_diego.comm_map_txt_dark::before {
    right: 15px;
    top: -16px;
}

.map_txt_point_loma {
    top: 20px;
    left: -94px;
    min-width: 105px;
}

.map_txt_point_loma.comm_map_txt_dark::before {
    right: -10px;
    top: 9px;
}

.mobile-comm-list {
    width: 100%;
    text-align: center;
}

.mobile-comm-item {
    padding: 10px 0;
}

.mobile-comm-list a {
    color: #383333;
    font-size: 16.83px;
    font-weight: 600;
    line-height: 1;
}

/* IP COMMUNITIES MAP END */

.listings-title {
    position: relative;
    z-index: 0;
}

.listings-title h1 {
    position: relative;
}

.listings-title h1:before {
    content: '';
    width: 60vw;
    height: 3px;
    position: absolute;
    top: 76px;
    right: 0;
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 10%, rgba(21, 57, 33, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 10%, rgba(21, 57, 33, 1) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 10%, rgba(21, 57, 33, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#153921', GradientType=1);
}

.listings-title h1 span {
    position: relative;
    z-index: 1;
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0.3em;
    color: #163a22;
    text-transform: uppercase;
    position: relative;
}

.listings-title h1 strong {
    position: relative;
    z-index: 1;
    /*font-family: 'Playfair Display', serif;*/
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-size: 73px;
    font-weight: 600 !important;
    letter-spacing: -0.025em;
    color: #000;
    width: 100%;
    line-height: 1;
    text-transform: uppercase;
}

#post-110 .entry-title {
    width: calc(100% - 30px);
    margin: 0 auto;
    max-width: 1300px;
}

#post-110 .entry-title::after {
    top: 17px;
    width: 85%;
}



/* MEDIA QUERIES ARE AUTOMATICALLY REMOVED FROM THIS FILE, they must be placed in style-media-queries.css */
.pd-title .pd-title-content h1 strong {
    font-family: 'Barlow Semi Condensed', sans-serif !important;
}

.pd-exl .pd-exl-title {

    font-family: 'Montserrat', sans-serif;
}

.ip-communities-map-text {
    display: none;
}

.ip-comm-details-content-text p {
    font-weight: 300 !important;
}

.single-aios-communities #content .ip-comm-details-content-outer-wrap .section-title h2 {
    font-size: 73px !important;
    font-weight: 600 !important;
}

.ai-modern-testimonials-results-content-quote {
    color: #153921;
}

.sp-box {
    position: relative;
    margin: 20px 0;
}

.sp-box-inner {
    position: relative;
    padding: 20px 15px;
    border: 1px solid #000;
    line-height: 1.5;
}

.prop-item a {
    overflow: hidden;
}

.pd-content-desc h3 {
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.025em;
    color: #163a22;
    margin: 0 0 30px;
}

/* TESTIMONIALS */
.ai-modern-testimonials-results .ai-modern-testimonials-results-item:first-child .ai-modern-testimonials-results-wrapper::before,
.ai-modern-testimonials-slide .slick-slide .ai-modern-testimonials-results-wrapper::before {
    background-image: url(images/Downtown-SD.jpg) !important;
}

.ai-modern-testimonials-results .ai-modern-testimonials-results-item:nth-child(2) .ai-modern-testimonials-results-wrapper::before,
.ai-modern-testimonials-results .ai-modern-testimonials-results-item:nth-child(6) .ai-modern-testimonials-results-wrapper::before,
.ai-modern-testimonials-results .ai-modern-testimonials-results-item:nth-child(7) .ai-modern-testimonials-results-wrapper::before,
.ai-modern-testimonials-results .ai-modern-testimonials-results-item:nth-child(8) .ai-modern-testimonials-results-wrapper::before,
.ai-modern-testimonials-slide .slick-slide+.slick-slide .ai-modern-testimonials-results-wrapper::before,
.ai-modern-testimonials-slide .slick-slide+.slick-slide+.slick-slide+.slick-slide+.slick-slide+.slick-slide .ai-modern-testimonials-results-wrapper::before,
.ai-modern-testimonials-slide .slick-slide+.slick-slide+.slick-slide+.slick-slide+.slick-slide+.slick-slide+.slick-slide .ai-modern-testimonials-results-wrapper::before,
.ai-modern-testimonials-slide .slick-slide+.slick-slide+.slick-slide+.slick-slide+.slick-slide+.slick-slide+.slick-slide+.slick-slide .ai-modern-testimonials-results-wrapper::before {
    background-image: url(images/RSF.jpg) !important;
}

.ai-modern-testimonials-results .ai-modern-testimonials-results-item:nth-child(3) .ai-modern-testimonials-results-wrapper::before,
.ai-modern-testimonials-slide .slick-slide+.slick-slide+.slick-slide .ai-modern-testimonials-results-wrapper::before {
    background-image: url(images/FBR.jpg) !important;
}

.ai-modern-testimonials-results .ai-modern-testimonials-results-item:nth-child(4) .ai-modern-testimonials-results-wrapper::before,
.ai-modern-testimonials-slide .slick-slide+.slick-slide+.slick-slide+.slick-slide .ai-modern-testimonials-results-wrapper::before {
    background-image: url(images/CV.jpg) !important;
}

.ai-modern-testimonials-results .ai-modern-testimonials-results-item:nth-child(5) .ai-modern-testimonials-results-wrapper::before,
.ai-modern-testimonials-slide .slick-slide+.slick-slide+.slick-slide+.slick-slide+.slick-slide .ai-modern-testimonials-results-wrapper::before {
    background-image: url(images/Cielo.jpg) !important;
}

.ai-modern-testimonials-results .ai-modern-testimonials-results-item:nth-child(9) .ai-modern-testimonials-results-wrapper::before,
.ai-modern-testimonials-slide .slick-slide+.slick-slide+.slick-slide+.slick-slide+.slick-slide+.slick-slide+.slick-slide+.slick-slide+.slick-slide .ai-modern-testimonials-results-wrapper::before {
    background-image: url(images/Crosby.jpg) !important;
}

.ai-modern-testimonials-results-wrapper::before {
    background-size: cover !important;
    background-position: center !important;
}

.site-arrow-prev,
.site-arrow-next {
    display: inline-block;
    vertical-align: middle;
    font-size: 36px;
    cursor: pointer;
    color: #163a22;
    transition: all .3s ease;
}

.site-arrow-prev:hover,
.site-arrow-next:hover {
    color: #000;
}

.site-save {}

.site-save .site-save-inner {
    display: inline-block;
    position: relative;
    cursor: pointer;
}

.site-save .site-save-inner>a {
    font-size: 20px;
    color: #414141;
    display: inline-block;
}

.site-save img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.site-save-content a {
    font-size: 12px;
    display: block;
    color: #fff;
    margin: 10px 0;
}

.site-save-content a em {
    display: inline-block;
    width: 20px;
    text-align: center;
}

.site-save-content {
    display: block;
    background: rgba(21, 57, 33, .80);
    position: absolute;
    left: 50%;
    bottom: 100%;
    transform: translateX(-50%);
    min-width: 295px;
    padding: 27px 10px;
    font-weight: 500;
    font-size: 13px;
    color: #FFF;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s, opacity 0.3s ease-in-out;
}

.site-save-content::before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 11px 13.5px 0 13.5px;
    border-color: rgba(21, 57, 33, .80) transparent transparent transparent;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -13.5px;
}

.site-save.site-save-active .site-save-content {
    visibility: visible;
    opacity: 1;
}

/* .home .wpcf7-response-output {
    display: none;
} */

.page-id-507 .wpcf7-response-output {
    display: none;
}

.page-id-509 .wpcf7-response-output {
    display: none;
}


/* PROPERTY DETAILS PAGE - START */
.pd-exl .pd-exl-title,
.page-id-0 .pd-exl .pd-exl-title {
    max-width: 800px;
}

.pd-exl .pd-exl-title strong,
.page-id-0 .pd-exl .pd-exl-title strong {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 30px;
    font-weight: 700 !important;
    letter-spacing: 0.3em;
    color: #163a22;
    padding-right: 10px;
}

.pd-exl .pd-exl-title span,
.page-id-0 .pd-exl .pd-exl-title span {
    display: inline;
}

/* PROPERTY DETAILS PAGE - END */

.home .aiosp-content.aios-popup-body {
    min-height: auto;
    width: auto;
    padding: 25px 50px 15px;
}

p#breadcrumbs {
    display: none;
}

.grecaptcha-badge {
    z-index: 1000;
}

#hp-ona {
    position: relative;
    padding: 220px 0 123px;
    margin: -100px 0 0;
}

.hp-ona-bg1 {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    opacity: .3;
}

.hp-ona-bg2 {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: bottom right;
    background-repeat: no-repeat;
}

.hp-ona {}

.hp-ona-inner {
    display: flex;
    flex-flow: row wrap;
    position: relative;
    z-index: 1;
}

.hp-ona-inner>div {
    width: 50%;
}

.ona-photo {
    max-width: 484px;
    margin: 0 0 0 auto;
    box-shadow: 0px 3px 27px 0px rgba(0, 0, 0, 0.16);
}

.ona-photo canvas {
    display: block;
    width: 100%;

    height: auto;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.hp-ona-inner>div:last-child {}

.hp-ona-inner .section-title {
    margin: 8px 0 0 56px;
}

.hp-ona-inner .section-title h2 span {
    display: block;
    color: #999;
    margin: 0 0 -8px;
}


.hp-ona-inner .section-title h2 span:after {
    display: none;
}

.ona-info {
    background: #fff;
    box-shadow: 0px 3px 27px 0px rgba(0, 0, 0, 0.16);
    margin: 26px 0 0 -37px;
    max-width: 584px;
    padding: 33px 50px 61px 78px;
}

.ona-info h2,
.ona-info div.ona-info-name {
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-size: 50px;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
}

.ona-info>span {
    display: block;
    font-size: 18.75px;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
    margin: 0 0 8px;
}

.ona-info>span:first-of-type {
    margin: 0 0 22px;
}

.ona-info>span span {
    display: inline-block;
    min-width: 100px;
}

.ona-info>span a,
.ona-info>span em {
    font-style: normal;
    color: #575757;
    text-transform: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.ona-info>span a:hover {
    color: #999;
}

.ona-info .section-button {
    margin: 37px 0 0;
}

.page-template-template-pinnacle-residences .slideshow-tagline .container {
    padding: 0;
}

/* .page-template-template-pinnacle-residences .slideshow-tagline-inner h2 {
	font-size: 55px;
}*/

.page-template-template-pinnacle-residences .slideshow-tagline-inner h2 span {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-top: 22px;
}

.page-template-template-pinnacle-residences .slideshow-tagline-inner p {
    font-size: 20px;
    color: #fff;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.5;
    margin-top: 20px;
}

.page-template-template-pinnacle-residences .fixed-smi {
    display: none;
}

.page-template-template-pinnacle-residences.ip-container #main-wrapper {
    position: relative;
    z-index: 2;
}

.page-template-template-pinnacle-residences .footer {
    position: relative;
    z-index: 1;
}

.page-template-template-pinnacle-residences #pinnacle-content .slideshow-tagline-inner p {
    color: #fff;
}

.page-template-template-pinnacle-residences #pinnacle-content .slideshow-tagline-inner h2 span {
    color: #fff;
    text-shadow: 0 0 0 #fff;
}

.page-template-template-pinnacle-residences #pinnacle-content {
    padding: 50px 0 60px;
    background: #000;
}

input.ctct-label-top {
    display: block;
    width: 100%;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, .5);
    padding: 10px 0;
    font-family: inherit;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.025em;
    color: #666;
    text-transform: uppercase;
    background: transparent;
    border-radius: 0;
}

.git-form form p {
    width: calc(100% / 2 - 10px);
    display: inline-block;
    margin: 5px !important;
}

.ctct-form-wrapper .ctct-form-field.ctct-form-field-submit {
    margin: 0 0 1rem;
    padding: 5px;
    border: 1px solid;
    margin: 50px auto !important;
    display: block;
}

.ctct-form-wrapper .ctct-submit {
    cursor: pointer;
    background: #405d49;
    color: #fff;
    font-weight: 700;
    opacity: 1;
}



/*input#email___070bfb78ab7cdd34562689bbb508c671_0_3533869762 {
    display: block;
    width: 100%;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, .5);
    padding: 10px 0;
    font-family: inherit;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.025em;
    color: #666;
    text-transform: uppercase;
    background: transparent;
    border-radius: 0;
}*/

body #pojo-a11y-toolbar {
    bottom: 0 !important;
    top: auto !important;
}

body #pojo-a11y-toolbar.pojo-a11y-toolbar-left .pojo-a11y-toolbar-toggle {
    top: auto !important;
    bottom: 0 !important;
}

button:focus-visible,
a:focus-visible {
    outline-style: solid !important;
    outline-width: 5px !important;
    outline-color: red !important;
    transition: none !important;
}

/* High contrast and Negative contrast break canvas elements with backgrounds */
#pojo-a11y-toolbar .pojo-a11y-btn-high-contrast,
#pojo-a11y-toolbar .pojo-a11y-btn-negative-contrast,
#pojo-a11y-toolbar .pojo-a11y-btn-light-background,
#pojo-a11y-toolbar .pojo-a11y-btn-grayscale {
    display: none !important;
}

body.pojo-a11y-readable-font *[class*="ai-font-"] {
    font-family: agentimage !important;
}

.hp-slideshow>canvas {
    display: block;
    width: 100%;
    min-height: 670px;
}

.hp-slideshow div#cycloneslider-hp-slideshow-1,
#aios-slider-hp-slideshow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#hp-ct {
    opacity: 0;
    transition: opacity 1s;
}

#hp-mtt,
#hp-ona,
#hp-pp,
#hp-fuos,
.footer {
    display: none;
}

.ifrmap-ftr {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}


.ifrmap-ftr iframe {
    width: 100%;
}

.wpcf7-form-control-wrap span.wpcf7-not-valid-tip:not(:first-of-type) {
    display: none;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
    position: absolute;
    width: auto;
}

.error404 .wpcf7 form .wpcf7-response-output {
    text-align: center;
    margin: 0;
}

body #agents-single .agents-contact li.agent-email-address {
    margin-top: 0;
}

ul.sitemap-list li.page-item-1388,
ul.sitemap-list li.page-item-2537,
ul.sitemap-list li.page-item-2534 {
    display: none;
}

body.single-aios-listings #pd-video-popup {
    background-color: #000;
}

body.single-aios-listings .aiosp-ref-pd-ig-video-popup #pd-video-popup {
    background-color: #fff;
}

body .ip-comm-details-stats li span {	
	max-width: 100px;
	margin: 0 auto;
}

body.single-aios-agents .aiosp-container.aiosp-inline-holder.aiosp-ref-\#agents-popup-form .wpcf7 form .wpcf7-response-output {
    margin: 0;
    font-size: 12px;
    text-align: center;
    padding: 0.5em 1em;
}

body.single-aios-agents .aiosp-container.aiosp-inline-holder.aiosp-ref-\#agents-popup-form .wpcf7 form.use-floating-validation-tip .wpcf7-not-valid-tip {
    width: auto;
    font-size: 12px;
    left: auto;
    right: 0;
    top: 0px;
    padding: 0.35em 1em;
}