/*******************************************************
 *
 * Custom
 *
 *******************************************************/

/* Header */
.altman-header-col.header-logo-wrap,
.altman-header-col.header-broker-logo-wrap,
.altman-fixed-header-col.col-logo,
.altman-fixed-header-col.col-broker,
ul#sidenav-menu > li:first-child {
    /*display: none;*/
}
.altman-header-col.header-logo-wrap,
.altman-header-col.header-broker-logo-wrap,
ul#sidenav-menu > li:first-child {
    display: none;
}

.altman-header-col.headernav-wrap {
    width: 93.03% !important;
}
.altman-fixed-header-col.col-nav {
   /* width: 77.7% !important;*/
}
#header-nav > li {
    margin-right: 5.313vw !important;
}
#fixed-header-nav > li {
    /*margin-right: 5.375vw !important;*/
}

#fixed-header-nav > li:first-child {
    display: none;
}
#header-nav > li:last-child,
#fixed-header-nav > li:last-child {
    margin-right: 0 !important;
}
/* Header -- END */

main {
    position: relative;
}

#content .entry {
    padding: 32px 0 52px;
}

.entry-content a,
.entry-content a:hover,
.entry-content a:focus,
.entry-content a:visited {
    color:#d2ad41 !important;
}

body.ip-container{
    background-image: none;
    background-color: #000;
    color: #fff;
}

/*******************************************************
 *
 * Page Banner
 *
 *******************************************************/

.page-banner {
    position: relative;
}

.page-banner:after {
    content: "";
    display: block;
    width: 100%;
    height: 437px;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
}

/* .page-banner:before {
    content: "";
    display: block;
    width: 100%;
    height: 50%;
    position: absolute;
    z-index: 0;
    bottom: 0;
    left: 0;
    opacity: .50;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,1) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
} */

.page-banner canvas {
    display: block;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
    background-attachment: fixed;
    width: 100%;
    transition: none;
    -moz-transition: none;
    -webkit-transition: none;
    background-size: 100vw;
    min-height: 420px;
}
.safari .page-banner canvas {
    background-attachment: scroll;
}

.page-id-20 .page-banner canvas,
.page-id-316767 .page-banner canvas,
.page-id-316774 .page-banner canvas,
.error404 .page-banner canvas {
    min-height: 400px;
}

.single-aios_agent .page-banner canvas{
    background-size: 100vw !important;
}

.page-banner .video-wrapper {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    top: 0;
}

.single-video {
    position: relative;
}

.page-banner video {
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    top: -26%;
}

.video-controls {
    position: absolute;
    right: 2%;
    bottom: 120px;
    z-index: 4;
    transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    opacity: 0;
}

.page-banner:hover .video-controls,
.single-video:hover .video-controls {
    opacity: 1;
}

.video-controls > div {
    width: 43px;
    height: 43px;
}
.video-controls > div > div {
    display: inline-block;
    vertical-align: top;
    width: 43px;
    height: 43px;
    background-position: center center;
    background-size: cover;
    margin: 0 -4px;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
}

.video-controls div.banner-bttn-play {
    background-image: url(../../images/play.png);
    display: none;
}

.video-controls div.banner-bttn-pause {
    background-image: url(../../images/pause.png);
    display: block;
}

.video-controls div.banner-bttn-vol-up {
    background-image: url(../../images/bttn-volume-mute.png);
    display: none;
}

.video-controls div.banner-bttn-vol-mute {
    background-image: url(../../images/bttn-volume-up.png);
    display: block;
}

.video-controls div.banner-bttn-fullscreen {
    display: none;
    background-image: url(../../images/fullscreen.png);
}

.page-banner.active-banner canvas {
    filter: grayscale(100%);
    opacity: 0.5;
}

.page-banner .page-border {
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
    font-size: 0;
}

.page-banner .page-border:after {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    transition: all 1.5s ease-in-out;
    -moz-transition: all 1.5s ease-in-out;
    -webkit-transition: all 1.5s ease-in-out;
}

.page-banner.active-banner .page-border:after {
    opacity: 0.4;
}

.page_title_line_left {
    top: 98px;
    left: 5.5%;
    width: 245px;
    height: 105px;
}

.page_title_line_left:before,
.page_title_line_left:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.page_title_line_left:before {
    width: 100%;
    height: 21px;
}

.page_title_line_left:after {
    width: 21px;
    height: 100%;
}

.page_title_line_right {
    left: 15.5%;
    bottom: 45px;
    width: 245px;
    height: 105px;
}

.page_title_line_right:before,
.page_title_line_right:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
}

.page_title_line_right:before {
    width: 100%;
    height: 21px;
}

.page_title_line_right:after {
    width: 21px;
    height: 100%;
}

.page-banner .page-title {
    left: 0;
    right: 0;
    /*bottom: 175px;*/
    bottom: 45%;
    transform: translateY(50%);
    text-align: center;
    z-index: 3;
    font-size: 16px;    
}

.blog-post-first-title h1.xceed-title {
    font-size: 40px;
    line-height: 46px;
}

.page-title .container {
    position: relative;
}

.page-title .titlewrapper {
    position: relative;
    display: inline-block;
    margin-left: 30px;
    text-align: left;
}

.page-title .titlewrapper .entry-title:before,
.sec-one-about-content .entry-title:before,
.center-heading .entry-title:before,
.error404 .entry-title::before {
    display: block;
    text-align: left;
    color: #999999;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 1;
    font-family: 'Barlow', sans-serif;
    font-weight: 400;
    position: absolute;
    bottom: 100%;
    left: -5px;
}
.page-id-20 .center-heading .entry-title:before {
    content: "Luxury Real Estate";
}

.center-heading {
    text-align: center;
    margin: 80px 0 30px;
}
.center-heading h1 {
    display: inline-block;
}

.error-page-content-wrapper {
    text-align: center;
}

.page-id-13144 .page-title h1,
.page-id-13141 .page-title h1,
.page-id-13142 .page-title h1,
.page-id-13146 .page-title h1,
.page-id-13143 .page-title h1,
.page-id-13145 .page-title h1,
.page-id-319757 .page-title h1,
.page-id-13162 .page-title h1,
.page-id-13160 .page-title h1,
.page-id-13188 .page-title h1,
.page-id-13229 .page-title h1,
.page-id-13156 .page-title h1,
.page-id-13211 .page-title h1,
.page-id-13203 .page-title h1,
.page-id-13169 .page-title h1,
.page-id-13195 .page-title h1,
.page-id-13216 .page-title h1,
.page-id-13224 .page-title h1,
.page-id-13209 .page-title h1,
.page-id-13221 .page-title h1,
.page-id-13191 .page-title h1,
.page-id-13230 .page-title h1,
.page-id-13199 .page-title h1 {
    display: none
}

h2.ip-global-heading {
    position: relative;
    font-family: "Raleway", sans-serif;
    font-size: 50px !important;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    text-transform: uppercase;
    padding-left: 20px;
}
h2.ip-global-heading::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 4px;
    height: 110%;
    background: #d2ad41;
    pointer-events: none;
}
h2.ip-global-heading p {
    display: none;
}

.page-title h1,
.sec-one-about-content h1,
.center-heading h1,
.error404 h1 {
    position: relative;
    color: #fff;
    font-weight: 700;
    font-size: 66px;
    letter-spacing: -0.7px;
    text-transform: uppercase;
    line-height: 1em;
    border-left: 4px solid #cbaa45;
    padding-left: 16px;
    text-align: left;
    font-family: "Raleway", sans-serif;
}
.error404 h1 {
    display: block;
    width: 265px;
    margin: 0 auto 30px !important;
}
.error404 h1 {
    font-size: 140px !important;
}
.error-page-content-wrapper .error-page-image-holder {
    display: none;
}
.error404 div#content-full:last-child {
    display: none;
}
.error404 .error-forms input,
.error404 .error-forms textarea {
    background: transparent;
    border: none !important;
    border-bottom: 1px solid #fff !important;
    height: 51px;
}
.error404 .error-forms input::placeholder,
.error404 .error-forms textarea::placeholder {
    text-transform: uppercase;
}
.error404 .error-forms textarea {
    height: 110px;
}
.error404 input.wpcf7-submit {
    background: transparent !important;
    border: 1px solid #fff !important;
    transition: all .4s ease-in-out;
}
.error-page-content-wrapper .error-forms input[type=submit] {
    width: 320px;
    margin: 30px auto 0;
}
.error404 input.wpcf7-submit:hover {
    background-color: #cbaa45 !important;
    border-color: #cbaa45 !important;
}
.page-id-316767 .center-heading,
.page-id-316774 .center-heading,
.page-id-20 .center-heading,
.error404 h1 {
    margin: 0 0 30px;
}
.page-id-316767 .center-heading h1,
.page-id-20 .center-heading h1 {
    font-weight: 700 !important;
    font-size: 71px !important;
}
.page-id-316774 .center-heading h1 {
    font-weight: 700 !important;
    font-size: 51px !important;
}
.sec-one-about-content h1 {
    font-family: "Raleway", sans-serif;
    font-size: 56px;
    margin-bottom: 30px;
}
    .page-title h1 strong.d-md-block {
        display: inline!important;
    }   

    .page-border.d-block {
        display: none!important;
    }

.sec-one-about-content h1 strong{
    padding-right: 10px;
}

.breadcrumbs-container{
    display: block;
    padding: 5px 0;
    background: transparent;
    position: absolute;
    bottom: 0;
    text-align: left;
    z-index: 4;
}
    .breadcrumbs-container .yoast-breadcrumbs{
        position: relative;
        z-index: 3;
        margin-top: 0 !important;
        margin-right: 0 !important;
        margin-bottom: 0 !important;
        margin-left: 0 !important;
        text-align: left !important;
        font-family: 'Barlow', sans-serif;
        text-transform: uppercase;
        padding: 0 5px;
    }
    
        .breadcrumbs-container .yoast-breadcrumbs *{
            font-size: 12px !important;
            color: #fff !important;
            transition: color .3s ease;
        }
       /*  .active-banner .breadcrumbs-container .yoast-breadcrumbs * {
            color: #000!important;
        } */

/*******************************************************
 *
 * Content Section
 *
 *******************************************************/

main .title-section {
    font-weight: 700;
    font-size: 2.500em;
    color: #000000;
}

main .title-sub-section {
    font-weight: 600;
    font-size: 2em;
    color: #333333;
}

main p {
    font-size: 1.250em;
    line-height: 1.600em;
}


/*******************************************************
 *
 * Pagination
 *
 *******************************************************/

#blog-wrapper .slick-dots,
.page-nation{
    text-align: center;
    margin: 50px 0 0;
    font-size: 17px;
    line-height: 14px;
    color: #003366;
    position: fixed;
    bottom: 0;
    right: 5%;
    padding: 10px 20px;
    background: rgba(173, 169, 169, 0.78);
    z-index: 100;
}

#blog-wrapper .slick-dots:before,
#blog-wrapper .slick-dots:after,
.page-nation:before,
.page-nation:after {
    content: '';
    display: inline-block;
    background-color: #d2b66c;
    width: 40px;
    height: 1px;
    margin-top: 4px;
    vertical-align: middle;
}

.page-nation:before {
    margin-right: 10px;
}

.page-nation:after {
    margin-left: 10px;
}

#blog-wrapper .slick-dots li {
    display: inline-block;
    text-decoration: none !important;
    margin: 0 5px;
    vertical-align: top;
    cursor: pointer;
}

.page-nation .page-numbers.next,
.page-nation .page-numbers.prev {
    display: none !important;
}
#blog-wrapper .slick-dots li  a{
    color: #032241;
    display: block;
    text-decoration: none;
    cursor: pointer;
    font-size: 25px;

}

.page-nation a{
    color: #032241;
    text-decoration: none;
    cursor: pointer;
    padding: 0 7px;
    font-size: 25px;
    display: inline-block;
}

#blog-wrapper .slick-dots li.slick-active a,
.page-nation .current{
    font-weight: 600;
    font-size: 25px;
    display: inline-block;
    padding: 0 7px;
}

/*a.page-numbers + a.page-numbers {
    padding-right: 0;
    padding-left: 0;
}*/


/*******************************************************
 *
 * Archive Pages
 *
 *******************************************************/

.gray-bg-overlay:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #aaaaaa;
    opacity: 0.8;
}

.gold-bg-overlay:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #d2b66c;
    opacity: 0.8;
}

.tv-overlay-bottom-left {
    position: absolute;
    left: 0;
    top: -7%;
    height: 150px;
    width: 30%;
    z-index: 1;
    background-attachment: fixed;
    background-image: url(../../images/aboutus/about-section2-top.jpg);
    background-repeat: no-repeat;
    background-position: 0;
    background-size: 72vw;
}

.tv-overlay-top {
    position: absolute;
    right: 0;
    top: 35%;
    height: 512px;
    width: 5%;
    z-index: 1;
    background-attachment: fixed;
    background-image: url(../../images/aboutus/about-section2-top.jpg);
    background-repeat: no-repeat;
    background-position: 198%;
    background-size: 72vw;
}

.tv-overlay-bottom {
    position: absolute;
    left: 0;
    top: 8%;
    height: 104%;
    width: 68%;
    z-index: 1;
    background-attachment: fixed;
    background-image: url(../../images/aboutus/about-section2-top.jpg);
    background-repeat: no-repeat;
    background-position: 0;
    background-size: 63vw;
    z-index: 5;
}

.bp-image-overlay {
    position: absolute;
    right: 0;
    top: -16%;
    height: 80%;
    width: 32%;
    z-index: 1;
    background-attachment: fixed;
    background-image: url(../../images/aboutus/about-section2-top.jpg);
    background-repeat: no-repeat;
    background-position: 122% 2%;
    background-size: 63vw;
    z-index: 5;
}

.bp-image-overlay:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #032241;
    opacity: 0.8;
}

#blog-lp-wrapper {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 7;
}

#blog-lp-wrapper a.slick-arrow {
    color: #032241;
    top: 82%;
    cursor: pointer;
}

#blog-lp-wrapper a.slick-arrow.slick-prev {
    left: 105%;
}

#blog-lp-wrapper a.slick-prev:before {
    content: "\b0001";
    font-size: 50px;
}

#blog-lp-wrapper a.slick-next:before {
    content: "\b0002";
    font-size: 50px;
}

#blog-lp-wrapper a.slick-arrow.slick-next {
    top: 87% !important;
    right: -8%;
}

#blog-wrapper {
    position: relative;
    width: 68%;
    z-index: 4;
    margin-left: 10.5%;
    margin-top: 207px;
    z-index: 8;
}

#blog-wrapper .blog-card {
    float: left;
    position: relative;
    width: 49%;
    margin: 7px 0.5%;
    background: #fff;
}

#blog-wrapper .blog-card a {
    color: inherit;
    text-decoration: none;
    display: block;
}

#blog-wrapper .blog-card .blog-card-image {
    display: block;
    width: 100%;
    overflow: hidden;
    position: relative;
    background: #9a9a9a;
}

#blog-wrapper .blog-card .blog-card-image:after {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

#blog-wrapper .blog-card .blog-card-image canvas {
    display: block;
    width: 100%;
    height: auto;
    background-size: auto 100%;
    background-position: center top;
    background-repeat: no-repeat;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}

#blog-wrapper .blog-card:hover .blog-card-image canvas {
    opacity: 0.20;
}

#blog-wrapper .blog-card .blog-card-image .blog-text-snippet {
    position: absolute;
    left: 0;
    bottom: -20px;
    opacity: 0;
    color: #fff;
    font-weight: 300;
    font-size: 22px;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}

#blog-wrapper .blog-card:hover .blog-card-image .blog-text-snippet {
    opacity: 1;
    bottom: 0;
}

#blog-wrapper .blog-card .blog-card-image .blog-text-snippet p {
    line-height: 28px;
    padding: 35px 0;
    margin: 0 40px;
    position: relative;
}

#blog-wrapper .blog-card .blog-card-image .blog-text-snippet p:after {
    display: block;
    width: 14%;
    content: "";
    background: #d2b66c;
    height: 2px;
    position: absolute;
    left: 0;
    top: 23px;
}

#blog-wrapper .blog-card .blog-card-title {
    font-size: 0;
}

#blog-wrapper .blog-card .blog-card-title:after {
    content: "";
    height: 100%;
    width: 0;
    display: inline-block;
    vertical-align: middle;
}

#blog-wrapper .blog-card .blog-card-title h2 {
    line-height: 24px;
    color: #032241;
    font-size: 22px;
    font-weight: 600;
    position: relative;
    padding: 5px 5% 5px 14%;
    display: inline-block;
    vertical-align: middle;
}

#blog-wrapper .blog-card .blog-card-title h2:after {
    display: block;
    width: 9%;
    content: "";
    background: #d2b66c;
    height: 2px;
    position: absolute;
    left: 3%;
    top: 13px;
}

#content-sidebar,
#content-full,
.first-title-set {
    margin: 0 auto;
    max-width: 1325px;
    position: relative;
}

.first-title-set {
    margin-bottom: 360px;
}

.single-yoast-breadcrumbs,
.single-yoast-breadcrumbs a{
    font-size: 12px !important;
    color: #969696 !important;
}

.single-post .page-banner canvas {
    background-image: url(https://cdn.agentimagehosting.com/vYHcZxEnzr47srpPPrW8h/2020/12/Banner3-1.jpg) !important;
}

.single-post-overlay {
    position: relative;
}

.featured-image canvas {
    display: block;
    width: 100%;
    position: relative;
    z-index: 5;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.featured-image {
    float: right;
    width: 55.7%;
    margin-top: -15%;
}

.blog-post-first-title {
    width: 53%;
    background: url(../../images/ab-image.png) center center #032241;
    position: absolute;
    top: -252px;
    left: 0;
    z-index: 7;
    color: #fff;
    padding: 2% 3%;
    min-height: 408px;
    background-repeat: no-repeat;
}

.blog-post-first-title h1 {
    position: absolute;
    bottom: 12%;
    border-left: 5px solid #d2b66c;
    font-size: 55px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif !important;
    padding-left: 5%;
    padding-right: 5%;
    line-height: 56px;
}

.single-post-overlay {
    position: absolute;
    left: 34%;
    top: 156px;
    height: 140px;
    background-attachment: fixed;
    background-image: url(../../images/training-speaking/training-speaking-overlay-2.jpg);
    background-repeat: no-repeat;
    background-position: 0;
    background-size: 63vw;
    z-index: 5;
    width: 450px;
}

.blog-post-contents {
    color: #333;
    font-size: 20px;
    float: left;
}

.blog-post-contents p {
    font-size: 20px !important;
    line-height: 32px !important;
}

.blog-post-contents iframe {
    display: block;
    width: 100%;
}

.blog-post-contents a {
    color: inherit;
}

.recent-post-wrapper {
    width: 100%;
}

.recent-post-wrapper h2 {
    font-family: 'Raleway', sans-serif !important;
    font-size: 32px;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
}

.recent-post-wrapper a {
    text-decoration: none;
    color: inherit;
}

.recent-post-wrapper h2:after {
    display: block;
    content: "";
    width: 88px;
    height: 4px;
    position: absolute;
    left: 0;
    top: -20px;
    background: #d2b66c;
}

.recent-post-wrapper .recent-post-card {
    width: 100%;
    margin-bottom: 40px;
}

.recent-post-card canvas {
    display: block;
    width: 100%;
    height: auto;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center center;
}

.recent-post-card h3 {
    line-height: 17px;
    color: #032241;
    font-weight: 500;
    font-size: 24px;
    line-height: 1.5em;
    position: relative;
    margin: 10px 0;
    padding: 0 1px 0 14%;
}

.recent-post-card h3:after {
    display: block;
    width: 8%;
    content: "";
    background: #d2b66c;
    height: 2px;
    position: absolute;
    left: 3%;
    top: 14px;
}

.addtoany_header {
    margin: 0 0 0px !important;
}

.section-wrapper.section-four {
    background-image: url(../../images/aboutus/concierge-section-3.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center top;
    background-size: cover;
    text-align: center;
    padding: 71px 0 100px;
}

.section-wrapper.section-four h2 {
    color: #fff;
    font-size: 40px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    font-weight: 300;
    line-height: 43px;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    padding: 4%;
}

.section-wrapper.section-four h2 strong {
    display: block;
    font-weight: 700;
}

.section-wrapper.section-four p {
    color: #fff;
    font-size: 28px;
    line-height: 40px;
    font-weight: 300;
    padding-top: 50px;
}

.title-line--top {
    top: 0;
    left: 0;
    width: 245px;
    height: 105px;
}

.title-line--top:before,
.title-line--top:after {
    content: '';
    display: block;
    background-color: #d2b66c;
    position: absolute;
    top: 0;
    left: 0;
}

.title-line--top:before {
    width: 100%;
    height: 9px;
}

.title-line--top:after {
    width: 9px;
    height: 100%;
}

.title-line--bottom {
    right: 0;
    bottom: 0;
    width: 245px;
    height: 105px;
}

.title-line--bottom:before,
.title-line--bottom:after {
    content: '';
    display: block;
    background-color: #d2b66c;
    position: absolute;
    bottom: 0;
    right: 0;
}

.title-line--bottom:before {
    width: 100%;
    height: 9px;
}

.title-line--bottom:after {
    width: 9px;
    height: 100%;
}

.single-page-navigation {
    width: 100%;
    text-align: center;
    margin-bottom: 100px;
}

.single-page-navigation a {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    border: 2px solid #d2b66c;
    text-transform: uppercase;
    color: #032241;
    text-decoration: none;
    font-size: 18px;
    max-width: 278px;
    margin: 10px;
    padding: 18px 0;
    font-family: 'Raleway', sans-serif !important;
    font-weight: 500;
    letter-spacing: 3px;
    position: relative;
}

.single-page-navigation a:after {
    content: '';
    display: inline-block;
    position: absolute;
    background-color: #d6bd79;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    transition: all 0.2s linear;
    z-index: -1;
}

.single-page-navigation a:hover:after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.single-page-navigation a:hover {
    color: #fff;
}

.category #get-in-touch {
    margin-top: 230px;
}

.error404 #get-in-touch {
    margin-top: 0
}

.error404 .page-banner .page-title h1 {
    font-size: 2.438em;
    padding-bottom: 25%;
}

.error404 .page-banner .page-title h1 strong {
    display: block;
    font-size: 26px;
}

a.backtohome404 {
    display: block;
    position: relative;
    z-index: 5;
    font-weight: 600;
    color: #d2b66c !important;
    font-size: 20px;
    padding: 5px 0;
    font-family: 'Barlow Semi Condensed', sans-serif;
}

.page-template-template-beverly .lf-text-list a[target="_blank"] {
    color: #b19858;
}
.page-template-template-beverly .lf-text-list a[target="_blank"]:hover {
    color: #caa64b;
}

/*agent details page*/
.agent-holder .attachment-agent-image {
    position: relative;
}
    .agent-holder .attachment-agent-image img {
        display: block;
        position: relative;
        z-index: 2;
    }
    .agent-holder .attachment-agent-image img[src*="no_agent"] {
        opacity: 0;
        visibility: hidden;
    }
    .agent-holder .attachment-agent-image:before,
    .agent-holder .attachment-agent-image:after {
        content: '';
        position: absolute;
        top: 0;
        left: 15px;
        right: 15px;
        bottom: 0;
        margin: auto;
        z-index: 1;
    }
    .agent-holder .attachment-agent-image:before {        
        background-color: #0a0a0a;
    }
    .agent-holder .attachment-agent-image:after {
        content: "\a1";
        font-family: 'altman-font' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        position: absolute;
        font-size: 200px;
        color: #d2b66c;

        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

/*******************************************************
 *
 * Buttom Call To Action BUttons
 *
 *******************************************************/

.ip-buttom-cta-button-wrap {
    background: #fff;
    padding: 2vw 15px;
}

    .ip-buttom-cta-button-wrap .ip-btcta-button {
        max-width: 950px;
        margin: 0 auto;
        display: block;
        font-size: 0;
    }

    .ip-btcta-button.global-link a:not(:hover) {
        border-color: #000;
        color: #000;
    }

    .ip-btcta-button.global-link a {
        display: inline-block;
        vertical-align: middle;
        width: calc(33.33% - 11px);
        font-size: 15px;
        padding: 20px 0;
    }

    .ip-btcta-button.global-link a:not(:last-child) {
        margin-right: 16px;
    }
    


    
/*******************************************************
 *
 * Listing Sort
 *
 *******************************************************/

 .listing-sorter-wrap {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.listing-sorter{
    padding: 45px 10px 20px;
}
.category-record-breaking-sales .listing-sorter,
.category-pocket-listings .listing-sorter {
    display: none;
}

    .listing-sorter-btn {
        border-bottom: 1px solid #d2b66c;
        min-width: 230px;
        padding-top: 10px;

        display: flex;
        display: -webkit-flex;
        align-items: center;
        -webkit-align-items: center;
        justify-content: space-between;
        -webkit-justify-content: space-between;
    }

    .listing-sorter-btn .alt-heading-numerical {
        color: #999999;
    }

    .listing-sorter-btn a.sorter-arrow {
        font-size: 16px;
    }

    .listing-sorter-btn.sort-to-desc .alt-heading-numerical span:before {
        content: 'DESC';
    }

    .listing-sorter-btn .alt-heading-numerical span:before{
        content: 'ASC';
        display: inline-block;
    }

    .sorter-price-desc{
        margin-left: -10px;
    }

    .listing-sorter-btn .sorter-price-desc {
        display: none;
    }

.listing-search{
    position: relative;
}

    #listing-search{
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border-radius: 0 !important;
        display: block;
        background: transparent;
        border: none;
        border-bottom: solid 1px #d2b66c;
        font-size: 18px;
        padding: 10px 40px 10px 0;
        color: #bdbdbd;
        width: 370px;
        max-width: 100%;
        text-transform: uppercase !important;
        transition: color 0.3s linear;
        line-height: 1;
        font-family: 'Barlow', sans-serif;
    }
        /* #listing-search:focus{
            color: #000;
        } */
        
            #listing-search-button{
                position: absolute;
                top: 6px;
                right: 8px;
                padding: 0 !important;
                border: 0 !important;
                outline: 0 !important;
                background: transparent;
                font-size: 25px
            }
.page-id-329904 #floating-side-btn,
.page-id-329929 #floating-side-btn,
.page-id-316774 .addtoany_content {
    display: none !important;
}

.page-id-316767 #content-sidebar #content {
    width: 100%;
}
.page-id-316767 #contact-section-one .contactus-form {
    margin: 0 auto;
}
.page-id-316767 .secondary-button {
    font-size: 19px;
    font-weight: 700;
}
.page-id-316767 div.wpcf7-validation-errors {
    width: 70%;
    margin: 30px auto 0;
    text-align: center;
}

.error404 .page-banner canvas {
    background-image: url('../../../../../../uploads/2020/12/Banner4-2.jpg') !important;
}

.error404 .entry-title::before {
    content: "Content Not Found";
}

.page-logo {
    position: absolute;
    top: 59%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}
.page-logo img {
    max-width: 420px;
    transform: translateZ(0);
}

.page-id-26 .page-banner .page-title {
    display: none !important;
}
.error-page-content-wrapper .error-forms .error-col {
    width: 100%;
}

/* .page-template-template-orange-county .page-nation span, .page-template-template-orange-county .page-nation a {
    color: #000 !important;
} */

.page-template-template-orange-county .page-nation .page-numbers:hover {
    color: #fff !important;
    background: #d2b66c !important;
}

/* .page-template-template-san-diego .page-nation span, .page-template-template-san-diego .page-nation a {
    color: #000 !important;
} */

.page-template-template-san-diego .page-nation .page-numbers:hover {
    color: #fff !important;
    background: #d2b66c !important;
}
/*******************************************************
 *
 * Media Queries
 *
 *******************************************************/

@media(max-width: 1440px) {
    .page-banner canvas {
        background-size: 111vw;
    }
    .page-title h1, .sec-one-about-content h1 {
        font-size: 60px;
    }
}

@media(max-width: 1366px) {
    #get-in-touch {
        margin-top: 230px;
    }
    .page-banner canvas {
        background-size: 117vw;
    }
    .page-banner video {
        width: 120%;
    }
    #content-sidebar,
    #content-full {
        padding: 0 50px;
    }
    .first-title-set {
        margin: 0 72px;
    }
    .single-post-overlay {
        top: 90px;
    }
    .sidebar{
        margin-top: 150px;
    }
    #content-sidebar #content{
        margin-top: 0;
    }

    .single-aios_agent .page-banner canvas{
        background-size: cover !important;
    }
}

@media(max-width: 1280px) {
    .page-banner canvas {
        background-size: 140vw;
    }
}

@media(max-width: 1199px) {
    .sec-one-about-content h1 {
        font-size: 53px;
    }
    .agent-holder .attachment-agent-image:after {
        font-size: 120px;
    }
    .page-id-316767 .center-heading h1 {
        font-size: 53px !important;
    }
}

@media(max-width: 1024px) {
    .page-banner canvas {
        background-size: 180vw;
    }
}

@media(max-width: 991px) {
    .page-id-329500 .center-heading {
        margin: 60px 0 30px;
    }
    .page-title .titlewrapper .entry-title:before,
    .sec-one-about-content .entry-title:before,
    .center-heading .entry-title:before,
    .error404 .entry-title::before {
        font-size: 18px;
    }
    .page-title h1,
    .sec-one-about-content h1 {
        font-size: 35px;
    }
    .page-id-316767 .center-heading h1 {
        font-size: 67px !important;
    }
    h2.ip-global-heading {
        font-size: 34px !important;
    }
    .page-logo img {
        display: none;
    }
    .altman-fixed-header-col.col-logo,
    .altman-fixed-header-col.col-broker {
        display: inline-block;
    }
    /* .breadcrumbs-container{display: none !important;} */
    .blog-post-first-title {
        position: relative;
        top: 0 !important;
    }
    .featured-image canvas {
        display: none;
    }
    /* page Banner */
    .page-banner {}
    .page-banner:after {
        height: 300px;
    }
    .page-banner canvas {
        background-size: cover;
        background-attachment: initial;
    }
    .page_title_line_left {
        top: 30px;
    }
    .page-banner canvas {
        height: 260px;
    }
    .page-banner .page-title {
        transform: translateY(50%);
    }
        .page-banner .page-title .titlewrapper {
            margin-left: 0;
        }
        .page-banner .page-title h1 {
            font-size: 3em;
        }
    #blog-wrapper {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        padding: 15px;
        margin-top: 85px;
    }
    #blog-lp-wrapper a.slick-arrow {
        display: block !important;
    }
    #blog-wrapper .blog-card {
        width: 90%;
        float: none;
        margin: auto;
    }
    #blog-wrapper .blog-card .blog-card-title h2 {
        line-height: 20px;
        font-size: 18px;
    }
    #blog-lp-wrapper a.slick-arrow.slick-next {
        top: 50% !important;
        right: 12px;
    }
    #blog-lp-wrapper a.slick-arrow.slick-prev {
        left: 12px;
        top: 50%;
    }
    #blog-lp-wrapper .bp-image-overlay {
        display: none !important;
        top: -6%;
    }
    #content-sidebar #content {
        width: 100%;
        padding: 0 30px;
        margin-top: 40px;
    }
    .first-title-set{
        margin: -60px 0 0 !important;
    }
        .blog-post-first-title{
            width: 100% !important;
            min-height: auto !important;
            padding-top:40px;
            padding-bottom:40px;
        }
            .blog-post-first-title h1.xceed-title{
                position: static;
                font-size: 32px;
                line-height: 40px;
            }
    #get-in-touch {
        margin-top: 90px !important;
    }
    .video-controls{
        bottom: 0;
        opacity: 1;
    }
        .video-controls div.banner-bttn-fullscreen,
        .video-controls div.banner-bttn-pause {
            display: block;
            /* display: none !important; */
        }

    .ip-buttom-cta-button-wrap {
        padding: 40px 15px;
    }

    .ip-buttom-cta-button-wrap .ip-btcta-button {
        max-width: 420px;
        margin: 0 auto;
    }

        .ip-buttom-cta-button-wrap .global-link a {
            width: 100%;
            margin: 0 auto 10px !important;
        }

    .listing-sorter-wrap {
        max-width: 320px;
        margin: 0 auto 30px;
        display: block;
    }
}

@media(max-width: 768px) {
    .agent-holder .attachment-agent-image:after {
        font-size: 100px;
    }
    .agent-holder .attachment-agent-image:before,
    .agent-holder .attachment-agent-image:after {
        bottom: 20px;
    }
}

@media(max-width: 767px) {
    .error404 h1.entry-title {
        max-width: 170px;
    }
    .error404 #content .entry-title {
        font-size: 88px !important;
    }
    .error-page-content-wrapper .error-page-excerpt {
        font-size: 16px;
        padding: 0 15px;
    }
    .error-page-content-wrapper .error-page-cf-wrap {
        padding: 0 15px;
    }
    .error-page-content-wrapper .error-forms input[type=submit] {
        max-width: 320px;
        width: 100%;
    }
    /* .single-aios_agent .page-banner canvas {
        background-size: contain !important;
        height: 140px;
        min-height: 140px !important;
    } */
    .single-aios_agent .page-banner:after {
        opacity: 0;
    }
    .page-banner .page-title {
        /*bottom: 105px;*/
        bottom: 50%;
    }
    .page_title_line_left {
        height: 85px;
    }
    .page_title_line_right {
        height: 85px;
    }
    .page_title_line_left:before {
        width: 100%;
        height: 15px;
    }
    .page_title_line_left:after {
        width: 15px;
        height: 100%;
    }
    .page_title_line_right:before {
        width: 100%;
        height: 15px;
    }
    .page_title_line_right:after {
        width: 15px;
        height: 100%;
    }
    .page-banner .page-title h1 {
        font-size: 1.8em;
        text-align: left;
    }
    .page-banner {
        padding-bottom: 0;
        margin-bottom: 0;
    }
    .page-banner > canvas {
        height: 180px;
        min-height: 250px !important;
    }
    .page_title_line_left,
    .page_title_line_right {
        display: none !important;
    }
    .page-banner:after {
        height: 180px;
    }
    #content-sidebar,
    #content-full {
        padding: 0;
    }
    #content-sidebar #content {
        padding: 0;
    }
    #blog-lp-wrapper .tv-overlay-bottom {
        display: none !important;
    }
    #blog-wrapper .blog-card {
        margin-top: 0;
        margin-bottom: 20px;
    }
    .blog-post-first-title {
        position: static;
        min-height: 71px;
    }
    .featured-image,
    .single-post-overlay {
        display: none;
    }
    .blog-post-first-title h1 {
        line-height: 16px;
        font-size: 16px;
    }
    .first-title-set {
        margin: 0;
    }
    #content img {
        display: block;
        width: 100%;
    }
    .blog-post-contents {
        color: #333;
        font-size: 20px;
        float: none;
        width: 100%;
        word-break: break-word;
    }
    #blog-lp-wrapper a.slick-arrow.slick-next {
        color: #fff;
    }
    .center-heading {
        margin: 0 0 30px;
    }
    .center-heading h1 {
        font-size: 50px;
    }
    .page-id-316767 .center-heading h1 {
        font-size: 33px !important;
    }
    .page-id-316774 .center-heading h1 {
        font-size: 35px !important;
    }
    .error404 h1 {
        font-size: 35px !important;
    }
}

@media(max-width: 599px) {
    #blog-lp-wrapper a.slick-arrow {
        display: none !important;
    }
}

@media(max-width: 500px) {
    
    .category #get-in-touch {
        margin-top: 15px !important;
    }
    .agent-holder .attachment-agent-image:before,
    .agent-holder .attachment-agent-image:after {
        top: 20px;
    }
    h2.ip-global-heading {
        font-size: 25px !important;
    }
    .page-id-316767 #contact-section-one .contactus-form {
        padding: 0;
    }
    .page-id-20 .center-heading h1 {
        font-size: 45px !important;
    }
}
