.ip-banner {
    display: none;
}

div#inner-page-wrapper {
    margin-bottom: 0;
}

div#inner-page-wrapper > .container {
    width: 100%;
    padding: 0;
}

header.main-header {
    background: #000;
    padding: 20px 15px;
}

/* bio */
.ip-comm-det-bio-area {
    position: relative;
    padding: 195px 15px 0;
}

.ip-comm-det-bio-area::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 635px;
    background: #ebe5e5;
}

.ip-comm-det-bio-holder {
    max-width: 1320px;
    margin: 0 auto;
    position: relative;
    z-index: 5;
}

.ip-comm-det-bio-inner {
    display: flex;
    flex-wrap: wrap;
}

.ip-comm-det-bio-head .global-site-title {
    font-size: 80px;
}

.ip-comm-det-bio-photo {
    width: 61.364%;
}

.ip-comm-det-bio-photo > img{
    display: block;
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    aspect-ratio: 810 / 540;
}

.ip-comm-det-bio-head {
    width: 38.636%;
    padding-right: 30px;
    padding-top: 38px;
}

.ip-comm-det-bio-title {
    font-size: 48px;
    color: #000;
    font-family: var(--font-family-title);
    margin: 17px 0 0;
}

.ip-comm-det-bio-title span {
    font-family: var(--font-family-script);
    font-size: 104px;
    font-weight: 700;
    margin: 0 0 -34px;
    display: inline-block;
    position: relative;
}

.ip-comm-det-bio-text p {
    font-size: 16px;
    font-weight: 100;
    line-height: 1.6;
    letter-spacing: 0.02em;
    margin: 0 0 25px;
    color: #000;
}

.ip-comm-det-bio-text {
    margin: 90px 0 0;
}

/* highlight */
.ip-comm-det-highlights-feed {
    margin: 76px 0 0;
}

.ip-comm-det-highlights-list {
    border-top: solid 1px rgb(235 229 229 / 80%);
    display: flex;
    flex-wrap: wrap;
    padding: 73px 0 45px;
}

.ip-comm-det-highlights-list-title {
    width: 38.636%;
    font-size: 24px;
    color: #000;
    font-family: var(--font-family-title);
}

.ip-comm-det-highlights-list-content {
    width: 61.364%;
}

.ip-comm-det-highlights-list-content p {
    font-size: 16px;
    font-weight: 100;
    line-height: 1.6;
    letter-spacing: 0.02em;
    margin: 0 0 25px;
    text-align: justify;
}

/* properties */
.ip-comm-det-porperties-area {
    position: relative;
    padding: 95px 0 60px;
}

.ip-comm-det-porperties-area::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 76%;
    background: #000;
}

.ip-comm-det-porperties-head {
    padding: 0 15px;
    max-width: 1350px;
    margin: 0 auto;
    z-index: 2;
    position: relative;
}

.ip-comm-det-properties-feed {
    position: relative;
    margin: 55px -10px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    z-index: 2;
}

.fp-list {
    padding: 10px;
    margin-bottom: 65px;
    width: calc(100% / 3);
}

.fp-list a {
    display: block;
    position: relative;
}           

.fp-photo {
    position: relative;
    overflow: hidden;
}

.fp-photo img{
    aspect-ratio: 520 / 360;
    display: block;
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all 0.3s ease-in-out;
}

.fp-list a:hover .fp-photo img{
    transform: scale(1.1);
}

.fp-list-oh {
    position: absolute;
    top: 10px;
    left: 10px;
    color: #000;
    text-align: center;
    background: #ebe5e5;
    width: 150px;
    padding: 10px 5px;
    z-index: 2;
    box-shadow: 0 0 20px #0003;
    font-size: 11px;
    font-weight: 300;
    line-height: 1.65;
    letter-spacing: 0.1em;
}

.fp-list-oh span{
    font-size: 15px;
    font-weight: 600;
    font-family: var(--font-family-title);
    display: block;
}

.fp-list-view {
    position: absolute;
    bottom: 39px;
    right: 10px;
    width: 82px;
    height: 82px;
    border-radius: 100%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 100;
    padding: 5px;
    text-align: center;
    letter-spacing: 1px;
    line-height: 1.25;
    transition: all 0.3s ease-in-out;
    opacity: 0;
}

.fp-list-view::before,
.fp-list-view::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid;
    border-radius: 50%;
    transform: rotate(45deg);
}

.fp-list-view::after{
    transform: rotate(-45deg);
}

.fp-list a:hover .fp-list-view {
    opacity: 1;
}

.fp-list-content {
    position: absolute;
    bottom: -40px;
    left: 0;
    right: 0;
    z-index: 5;
    width: 95%;
    max-width: 314px;
    margin: auto;
    background: #ebe5e5;
    display: flex;
    flex-wrap: wrap;
    padding: 0 0px 0 29px;
    transition: all 0.3s ease-in-out;
}

.fp-list a:hover .fp-list-content{
    background: #1a1a1a;
}

.fp-list-content-info-address {
    font-size: 20px;
    color: #000;
    font-weight: 100;
    letter-spacing: 0.8px;
    border-bottom: solid 1px #bebebe;
    padding: 0 0 8px;
    transition: all 0.3s ease-in-out;
}    

.fp-list a:hover .fp-list-content-info-address,
.fp-list a:hover .fp-list-content-info-price,
.fp-list a:hover .fp-list-content-info-specs{
    color: #fff;
}
                
.fp-list-content-info-address span {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    margin: 0 0 3px;
}

.fp-list-content-info-price {
    font-size: 15px;
    font-weight: 100;
    letter-spacing: .4px;
    margin: 10px 0 0;
    transition: all 0.3s ease-in-out;
    color: #000;
}

.fp-list-content-info-specs {
    font-size: 12px;
    text-transform: uppercase;
    color: #000;
    letter-spacing: 1.4px;
    margin-top: -12px;
    opacity: 0;
    position: relative;
    transition: all 0.3s ease-in-out;
}

.fp-list a:hover .fp-list-content-info-specs{
    margin-top: 5px;
    opacity: 1;
    position: relative;
}

.fp-list-content-info {
    width: calc(100% - 34px);
    padding: 16px 0px 14px;
}

.fp-list-content-status {
    width: 34px;
    background: #fff;
    color: #000;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 200;
    transition: all 0.3s ease-in-out;
    position: relative;
}

.fp-list-content-status span {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-90deg);
    white-space: nowrap;
    letter-spacing: 1px;
}

.fp-list a:hover .fp-list-content-status{
    background: #333333;
    color: #fff;
}

.ip-comm-det-prop-btn {
    max-width: 1350px;
    padding: 26px 15px 0;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.ip-comm-det-prop-btn .global-site-btn a {
    margin: 0 0 0 auto;
}

/* market reports */
.ip-comm-det-market-reports-area {
    position: relative;
    padding: 130px 0 0;
}

.ip-comm-det-market-reports-inner {
    display: flex;
    flex-wrap: wrap;
}

.ip-comm-det-market-reports-image {
    width: 15.625%;
}

.ip-comm-det-market-reports-image img{
    display: block;
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    aspect-ratio: 255 / 470;
}

.ip-comm-det-market-reports-image:last-child {
    margin-top: 55px;
}

.ip-comm-det-market-reports-content {
    width: 68.75%;
    padding: 10px 15px 0;
}

.ip-comm-det-market-reports-content-inner {
    max-width: 877px;
    margin: 0 auto;
}

#ihf-main-container .ihf-market-report h4.ihf-section-title {
    color: #000;
    font-family: var(--font-family-title);
    font-size: 20px;
    font-weight: 600;
    margin: 45px 0 21px;
}

.ip-comm-det-market-reports-feed {
    position: relative;
}

#ihf-main-container .ihf-market-report .ihf-stat-block .ihf-stat-block-title {
    font-size: 30px;
    color: #000;
    font-family: var(--font-family-title);
    text-align: center;
    font-weight: 400;
}

.row.ihf-chart-main-container,
.ihf-listings-main-container,
div#ihf-board-disclaimers {
    display: none;
}

div#ihf-stat-blocks {
    margin: 0 !important;
    border: solid 1px #ebe5e5;
    background: #EBE5E5;
    background: linear-gradient(to top, rgba(235, 229, 229, 1) 0%, rgba(235, 229, 229, 0) 100%);
    padding: 60px 15px 151px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 46px;
}

#ihf-main-container .ihf-market-report .ihf-stat-block {
    background: transparent!important;
    color: #000;
    position: relative;
    height: 120px;
    border: none;
    border-radius: 0;
    font-size: 14px;
    padding: 10px;
    text-align: center;
    font-size: 16px;
    font-weight: 100;
    line-height: 1.6;
    letter-spacing: 0.02em;
}

.ihf-stat-block-container {
    width: auto !important;
    float: none !important;
    padding: 0 !important;
}

#ihf-main-container .ihf-market-report .ihf-stat-block .ihf-stat-block-text strong {
    font-weight: 100;
}

#ihf-main-container .ihf-market-report .ihf-stat-block .ihf-stat-block-icon {
    text-align: center;
    padding-left: 0;
    opacity: .5;
}

#ihf-main-container .ihf-market-report .ihf-stat-block .ihf-stat-block-text {
    text-align: center;
    padding-right: 0;
}

#ihf-main-container .ihf-market-report .ihf-stat-block .ihf-stat-block-text .text-right {
    text-align: center;
}

.ihf-market-report {
    font-size: 0;
}

.ip-comm-mr-btn .global-site-btn a {
    margin: -115px auto 0;
}

#ihf-main-container .ihf-market-report .ihf-stat-block-days-on-market-number {
    font-size: 29px;
}

/* newsletter */
.ip-comm-det-newsletter-area {
    position: relative;
    padding: 90px 15px 0;
}

    .ip-comm-det-newsletter-holder {
        max-width: 1420px;
        margin: 0 auto;
        position: relative;
        z-index: 5;
        background: #f8f1f1;
        padding: 30px 15px 0;
    }

        .ip-comm-det-newsletter-holder:after {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 80%;
            background: linear-gradient(to bottom,#fff,#fff0);
        }

        .ip-comm-det-newsletter-inner {
            position: relative;
            z-index: 2;
            max-width: 1200px;
            margin: 0 auto;
            display: flex;
            flex-wrap: wrap;
            align-items: flex-end;
        }

            .ip-comm-det-newsletter-left {
                width: 45.833%;
                padding: 0 0 0;
            }

                .ip-comm-det-newsletter-right {
                    width: 54.167%;
                    background: #ebe5e5;
                    padding: 70px 15px 0;
                    box-shadow: 0 0 55px #0000001a;
                    margin-bottom: -100px;
                }

                    .ip-comm-det-www-text p {
                        font-size: 16px;
                        color: #000;
                        font-weight: 100;
                        line-height: 1.6;
                        letter-spacing: 0.01em;
                    }

                        .ip-comm-det-wwu-content {
                            max-width: 465px;
                        }

                            .ip-comm-det-www-text {
                                margin: 46px 0 36px;
                                max-width: 422px;
                                text-align: justify;
                            }

                                .ip-comm-det-wwu-content .global-site-btn a {
                                    margin: 0 0 -20px auto;
                                }

                                    .ip-comm-det-newsletter-content {
                                        max-width: 470px;
                                        margin: 0 auto;
                                        position: relative;
                                    }

                                        .ip-comm-det-newsletter-content .nl-fields input {
                                            color: #000;
                                        }

                                    .ip-comm-det-newsletter-content .nl-text {
                                        margin: 19px 0 36px;
                                        color: #000;
                                    }

                                .ip-comm-det-newsletter-content .global-site-btn button {
                                    margin: 0 -40px -20px auto;
                                }

                            .ip-comm-det-newsletter-content .nl-form {
                                margin: 10px 0 0;
                            }

                            .ip-comm-det-newsletter-content .nl-subtext {
                                margin-bottom: 30px;
                            }

                                .ip-comm-det-newsletter-content .nl-subtext p {
                                    font-size: 16px;
                                    color: #000;
                                    font-weight: 100;
                                    line-height: 1.6;
                                    letter-spacing: 0.01em;
                                }

                        .ip-comm-det-newsletter-content .nl-form .wpcf7-response-output {
                            color: #000;
                        }

/* social media */
section.social-media-area {
    position: relative;
    padding: 128px 15px 100px;
}

    section.social-media-area::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 268px;
        background: #000;
    }

    .sm-holder {
        max-width: 1600px;
        margin: 0 auto;
        position: relative;
        z-index: 5;
    }

        .sm-inner {
            display: flex;
            flex-wrap: wrap;
        }

            .sm-head {
                width: 31.875%;
                padding-left: 100px;
            }

                .sm-head .global-site-title span {
                    display: inline-block;
                    transform: rotate(-3deg);
                    margin: 0 0 -43px;
                    position: relative;
                    bottom: -6px;
                } 
                
                    .sm-account a {
                        display: flex;
                        align-items: center;
                        font-size: 24px;
                        color: #000;
                        font-weight: 100;
                        transition: all 0.3s ease-in-out;
                    }

                        .sm-account a i {
                            width: 110px;
                            height: 110px;
                            background: #ebe5e5;
                            border-radius: 100%;
                            margin-right: -63px;
                            transition: all 0.3s ease-in-out;
                        }

                            .sm-account a:hover i {
                                background: #000;
                            }

                                .sm-account a:hover {
                                    color: #9d9494;
                                }

                                .sm-account {
                                    margin: 20px 0 95px;
                                }

                            .sm-feed {
                                width: 68.125%;
                                padding: 48px 0 0;
                            }

                        .sm-slick-slider .slick-slide > div > div {
                            display: block !important;
                        }

                    .sm-slick-slider:not(.slick-initialized) > div:not(:first-child){
                        display:none;
                    }

                .sm-slick-slider:not(.slick-initialized) .sm-list{
                    width: 25%;
                }

            .sm-list{
                padding: 25px;
            }

        .sm-slick-slider {
            margin: 0 -25px;
        }

            .sm-list a{
                display: block;
                position: relative;
                overflow: hidden;
            }

                .sm-list a img{
                    aspect-ratio: 280 / 380;
                    display: block;
                    width: 100%;
                    height: auto;
                    -o-object-fit: cover;
                    object-fit: cover;
                    transition: all 0.3s ease-in-out;
                }

                    .sm-list a:hover img{
                        transform: scale(1.1);
                    }

                    .sm-list a video {
                        width: 100% !important;
                        height: auto !important;
                        position: absolute;
                        top: 0;
                        bottom: 0;
                        left: 0;
                        right: 0;
                        z-index: 10;
                        margin: auto;
                    }

                    .sm-list a em {
                        position: absolute;
                        top: 0;
                        left: 0;
                        right: 0;
                        bottom: 0;
                        margin: auto;
                        z-index: 100;
                        width: 110px;
                        height: 110px;
                        /* border: solid 1px #fff; */
                        border-radius: 100%;
                        transition: all 0.3s ease-in-out;
                        opacity: 0;
                        display: flex;
                        align-items: center;
                        justify-content: center;
                    }

                    .sm-list a em::before,
                    .sm-list a em::after{
                        content: "";
                        position: absolute;
                        top: 0;
                        left: 0;
                        width: 100%;
                        height: 100%;
                        border: 1px solid #fff;
                        border-radius: 50%;
                        transform: rotate(45deg);
                    }

                    .sm-list a em::after{
                        transform: rotate(-45deg);
                    }

                        .sm-list a span{
                            color: #fff;
                            font-size: 15px;
                        }

                        .sm-list a:hover em {
                            opacity: 1;
                        }

                            .sm-slick-slider .slick-list {
                                padding-right: 150px;
                            }

                                .sm-head .global-site-btn a {
                                    margin: 0 60px 0 auto;
                                }

.ip-comm-det-www-text p a {
    color: #000;
    transition: all 0.4s ease-in-out;
}

.ip-comm-det-www-text p a:hover {
    opacity: .5;
}

@media only screen and (min-width: 992px) {

    /* properties */
    .ip-comm-det-porperties-head {
        padding: 0 0.938vw;
        max-width: 84.375vw;
    }

    .ip-comm-det-properties-feed {
        margin: 3.438vw -0.625vw 0;
    }

    .fp-list {
        padding: 0.625vw;;
        margin-bottom: 4.063vw;
    }     
    
    .fp-list-oh {
        top: 0.63vw;
        left: 0.63vw;
        width: 9.38vw;
        padding: 0.63vw 0.31vw;
        box-shadow: 0 0 1.25vw #0003;
        font-size: 0.69vw;
    }

    .fp-list-oh span{
        font-size: 0.94vw;
    }


    .fp-list-view {
        bottom: 2.438vw;
        right: 0.625vw;
        width: 5.125vw;
        height: 5.125vw;
        font-size: 0.688vw;
        padding: 0.313vw;
        letter-spacing: 0.063vw;
    }

    .fp-list-view::before,
    .fp-list-view::after{
        border-width: 0.063vw;
    }

    .fp-list-content {
        bottom: -2.5vw;
        max-width: 19.625vw;
        padding: 0 0px 0 1.813vw;
    }

    .fp-list-content-info-address {
        font-size: 1.25vw;
        letter-spacing: 0.05vw;
        border-bottom: solid 0.063vw #bebebe;
        padding: 0 0 0.5vw;
    }    

    .fp-list-content-info-address span {
        font-size: 0.75vw;
        letter-spacing: 0.075vw;
        margin: 0 0 0.188vw;
    }

    .fp-list-content-info-price {
        font-size: 0.938vw;
        letter-spacing: 0.025vw;
        margin: 0.625vw 0 0;
    }

    .fp-list-content-info-specs {
        font-size: 0.75vw;
        letter-spacing: 0.087vw;
        margin-top: -0.75vw;
    }

    .fp-list a:hover .fp-list-content-info-specs{
        margin-top: 0.313vw;
    }

    .fp-list-content-info {
        width: calc(100% - 2.125vw);
        padding: 1vw 0px 0.875vw;
    }

    .fp-list-content-status {
        width: 2.125vw;
        font-size: 0.75vw;
    }

    .fp-list-content-status span {
        letter-spacing: 0.063vw;
    }

    .ip-comm-det-prop-btn {
        max-width: 84.375vw;
        padding: 1.625vw 0.938vw 0;
    }

    /* market reports */
    .ip-comm-det-market-reports-area {
        padding: 8.125vw 0 0;
    }

    .ip-comm-det-market-reports-image:last-child {
        margin-top: 3.438vw;
    }

    .ip-comm-det-market-reports-content {
        padding: 0.625vw 0.938vw 0;
    }

    .ip-comm-det-market-reports-content-inner {
        max-width: 54.813vw;
    }

    #ihf-main-container .ihf-market-report h4.ihf-section-title {
        font-size: 1.25vw;
        margin: 2.813vw 0 1.313vw;
    }

    #ihf-main-container .ihf-market-report .ihf-stat-block .ihf-stat-block-title {
        font-size: 1.875vw;
    }

    div#ihf-stat-blocks {
        border: solid 0.063vw #ebe5e5;
        padding: 3.75vw 0.938vw 9.438vw;
        gap: 2.875vw;
    }

    #ihf-main-container .ihf-market-report .ihf-stat-block {
        height: 7.5vw;
        font-size: 0.875vw;
        padding: 0.625vw;
        font-size: 1vw;
    }

    .ip-comm-mr-btn .global-site-btn a {
        margin: -7.188vw auto 0;
    }

    #ihf-main-container .ihf-market-report .ihf-stat-block-days-on-market-number {
        font-size: 1.813vw;
    }

    /* social media */
    section.social-media-area {
        padding: 8vw 0.938vw 6.25vw;
    }

        section.social-media-area::after {
            height: 16.75vw;
        }

        .sm-holder {
            max-width: 100vw;
        }

            .sm-head {
                padding-left: 6.25vw;
            }

                .sm-head .global-site-title span {
                    margin: 0 0 -2.688vw;
                    bottom: -0.375vw;
                } 
                    
                    .sm-account a {
                        font-size: 1.5vw;
                    }

                        .sm-account a i {
                            width: 6.875vw;
                            height: 6.875vw;
                            margin-right: -3.938vw;
                        }

                            .sm-account {
                                margin: 1.25vw 0 5.938vw;
                            }

                                .sm-feed {
                                    padding: 3vw 0 0;
                                }

                            .sm-list{
                                padding: 1.563vw;
                            }

                        .sm-slick-slider {
                            margin: 0 -1.563vw;
                        }

                        .sm-list a em {
                            width: 6.875vw;
                            height: 6.875vw;
                            font-size: 0.938vw;
                        }

                        .sm-list a em::before,
                        .sm-list a em::after{
                            border-width: 0.063vw;
                        }

                            .sm-slick-slider .slick-list {
                                padding-right: 9.375vw;
                            }

                                .sm-head .global-site-btn a {
                                    margin: 0 3.75vw 0 auto;
                                }
}

@media only screen and (min-width: 992px) and (max-width: 1600px) {

    header.main-header {
        padding: 1.25vw 0.938vw;
    }

    /* bio */
    .ip-comm-det-bio-area {
        padding: 12.188vw 0.938vw 0;
    }

    .ip-comm-det-bio-area::after {
        height: 39.688vw;
    }

    .ip-comm-det-bio-holder {
        max-width: 82.5vw;
    }

    .ip-comm-det-bio-head .global-site-title {
        font-size: 5vw;
    }

    .ip-comm-det-bio-head {
        padding-right: 1.875vw;
        padding-top: 2.375vw;
    }

    .ip-comm-det-bio-title {
        font-size: 3vw;
        margin: 1.063vw 0 0;
    }

    .ip-comm-det-bio-title span {
        font-size: 6.5vw;
        margin: 0 0 -2.125vw;
    }

    .ip-comm-det-bio-text p {
        font-size: 1vw;
        margin: 0 0 1.563vw;
    }

    .ip-comm-det-bio-text {
        margin: 5.625vw 0 0;
    }

    /* highlight */
    .ip-comm-det-highlights-feed {
        margin: 4.75vw 0 0;
    }

    .ip-comm-det-highlights-list {
        border-top: solid 0.063vw rgb(235 229 229 / 80%);
        padding: 4.563vw 0 2.813vw;
    }

    .ip-comm-det-highlights-list-title {
        font-size: 1.5vw;
    }

    .ip-comm-det-highlights-list-content p {
        font-size: 1vw;
        margin: 0 0 1.563vw;
    }

    /* newsletter */
    .ip-comm-det-newsletter-area {
        padding: 5.625vw 0.938vw 0;
    }

        .ip-comm-det-newsletter-holder {
            max-width: 88.75vw;
            padding: 1.875vw 0.938vw 0;
        }

            .ip-comm-det-newsletter-inner {
                max-width: 75vw;
            }

                .ip-comm-det-newsletter-left {
                    padding: 0 0 0;
                }

                    .ip-comm-det-newsletter-right {
                        padding: 4.375vw 0.938vw 0;
                        box-shadow: 0 0 3.438vw #0000001a;
                        margin-bottom: -6.25vw;
                    }

                        .ip-comm-det-www-text p {
                            font-size: 1vw;
                        }

                            .ip-comm-det-wwu-content {
                                max-width: 29.063vw;
                            }

                                .ip-comm-det-www-text {
                                    margin: 2.875vw 0 2.25vw;
                                    max-width: 26.375vw;
                                }

                                    .ip-comm-det-wwu-content .global-site-btn a {
                                        margin: 0 0 -1.25vw auto;
                                    }

                                        .ip-comm-det-newsletter-content {
                                            max-width: 29.375vw;
                                        }

                                        .ip-comm-det-newsletter-content .nl-text {
                                            margin: 1.188vw 0 2.25vw;
                                        }

                                    .ip-comm-det-newsletter-content .global-site-btn button {
                                        margin: 0 -2.5vw -1.25vw auto;
                                    }

                                .ip-comm-det-newsletter-content .nl-form {
                                    margin: 0.625vw 0 0;
                                }

                                .ip-comm-det-newsletter-content .nl-subtext {
                                    margin-bottom: 1.88vw;
                                }

                                    .ip-comm-det-newsletter-content .nl-subtext p {
                                        font-size: 1vw;
                                    }
}

@media only screen and (max-width: 991px) {
    .ip-comm-det-bio-area {
        padding: 145px 15px 0;
    }

    .ip-comm-det-bio-head {
        width: 100%;
        padding-right: 0;
        padding-top: 0;
        text-align: center;
        margin-bottom: 30px;
    }

    .ip-comm-det-bio-head .global-site-title {
        font-size: 40px;
    }

    .ip-comm-det-bio-title {
        font-size: 35px;
    }

    .ip-comm-det-bio-title span {
        font-size: 80px;
    }

    .ip-comm-det-bio-photo {
        width: 100%;
    }

    .ip-comm-det-bio-text {
        margin: 50px 0 0;
    }

    .ip-comm-det-highlights-list {
        padding: 50px 0 45px;
        text-align: center;
    }

    .ip-comm-det-highlights-list-title {
        width: 100%;
        margin: 0 0 20px;
    }

    .ip-comm-det-highlights-list-content {
        width: 100%;
    }

    .ip-comm-det-porperties-area {
        padding: 50px 0;
    }

    .ip-comm-det-porperties-head {
        text-align: center;
    }

    .fp-list {
        width: 100%;
    }

    .fp-list a {
        max-width: 520px;
        margin: 0 auto;
    }

    .ip-comm-det-market-reports-area {
        padding: 50px 0 0;
    }

    .ip-comm-det-market-reports-image {
        display: none;
    }

    .ip-comm-det-market-reports-content {
        width: 100%;
    }

    .ip-comm-mr-btn .global-site-btn a {
        margin: 0 auto;
    }

    .ihf-stat-block-container {
        width: 100% !important;
    }

    div#ihf-stat-blocks {
        padding: 50px 15px;
    }

    #ihf-main-container .ihf-market-report .ihf-stat-block {
        height: auto;
    }

    .ip-comm-det-newsletter-area {
        padding: 50px 15px 0;
    }

    .ip-comm-det-newsletter-left {
        width: 100%;
        padding: 0;
        text-align: center;
    }

    .ip-comm-det-wwu-content {
        max-width: 100%;
    }

    .ip-comm-det-www-text {
        margin: 30px 0;
        max-width: 100%;
    }

    .ip-comm-det-wwu-content .global-site-btn a {
        margin: 0 auto 30px;
    } 
    
    .ip-comm-det-newsletter-right {
        width: 100%;
        padding: 50px 15px 0;
        margin-bottom: 15px;
    }

    .ip-comm-det-newsletter-content .global-site-btn button {
        margin: 0 auto 30px;
    }

    /* social media */
    section.social-media-area {
        padding: 70px 15px 30px;
    }

    .sm-head {
        width: 45%;
        padding-left: 0;
    }

    .sm-feed {
        width: 55%;
        padding: 48px 0 0;
    }

    .sm-account a i {
        width: 70px;
        height: 70px;
        margin-right: -45px;
    }

    .sm-account a {
        font-size: 16px;
    }

    .sm-slick-slider .slick-list {
        padding-right: 90px;
    }

    section.social-media-area::after {
        height: 50%;
    }
}

@media only screen and (max-width: 767px) {
    .fp-list-view {
        bottom: 82px;
    }

    .sm-list {
        padding: 10px;
    }

    .sm-head .global-site-title {
        font-size: 28px;
    }

    .sm-account a {
        font-size: 12px;
    }

    .sm-account {
        margin: 20px 0 50px;
    }

    .sm-slick-slider .slick-list {
        padding-right: 60px;
    }

    .sm-feed {
        padding: 0 0 0;
    }

    .sm-head {
        padding-top: 25px;
    }

    section.social-media-area::after {
        height: 30%;
    }
}

@media only screen and (max-width: 469px) {
    .sm-head {
        width: 100%;
        text-align: center;
    }

    .sm-account a {
        max-width: max-content;
        margin: 0 auto;
    }

    .sm-account {
        margin: 20px 0;
    }

    .sm-head .global-site-btn a {
        margin: 0 auto;
        border-color: #000;
        color: #000;
    }

    .sm-feed {
        width: 100%;
    }
}
