#inner-page-wrapper {
    margin-bottom: 0;
}
#inner-page-wrapper > .container {
    width: 100%;
    padding: 0;
}
.ip-banner {
    display: none;
}
#content-sidebar, #content-full {
    margin-top: 0;
}
.ip-team-details-wrap {
    font-size: 0;
}
.get-in-touch-area {
    display: none;
}

/* Banner : START */
.ip-team-details-banner {
    position: relative;
}
.ip-team-details-banner::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000000;
    opacity: 0.3;
    z-index: 2;
}
.ip-team-details-banner canvas {
    display: block;
    width: 100%;
    min-width: 250px;
    background-color: #cccccc;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}
.ip-team-details-banner .ip-breadcrumbs-holder {
    z-index: 3;
}
.ip-team-details-banner p#breadcrumbs {
    margin: 0;
    display: none;
}

.ip-team-details-banner p#breadcrumbs.custom-breadcrumbs {
    display: block !important;
}
/* Banner : END */

/* Bio : START */
.ip-team-details-bio {
    position: relative;
    background: url(../../images/team-details/bio-bg.jpg) no-repeat center center / cover;
    padding: 50px 0 0;
}
.ip-team-details-bio::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0.83) 100%);
}
.ip-team-details-bio-container {
    position: relative;
    width: 1280px;
    max-width: 100%;
    padding: 0 15px;
    margin: 0 auto;
}
.ip-team-details-bio-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ip-team-details-bio-image {
    width: 30.04%;
    display: flex;
    align-items: flex-start;
    /*margin-top: 77px;*/
}
.ip-team-details-bio-image img {
    margin: 0 auto;
}
.ip-team-details-bio-text {
    width: 63.6%;
    padding: 70px 0 20px;
}
.ip-team-details-bio-name {
    font-size: 50px;
    font-weight: 900;
    color: #333333;
    line-height: 1;
    letter-spacing: -0.05em;
}
.ip-team-details-bio-position {
    font-size: 22px;
    font-weight: 300;
    color: #333333;
    line-height: 1;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    margin-top: 14px;
}
.ip-team-details-bio-contact {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 28px;
}
.ip-team-details-bio-contact-item {
    font-size: 15px;
    font-weight: 300;
    color: #333333;
    line-height: 1;
    letter-spacing: 0.02em;
    margin-right: 28px;
    margin-bottom: 15px;
}
.ip-team-details-bio-contact-item:last-child {
    margin-right: 0;
}
.ip-team-details-bio-contact-item a {
    display: flex;
    align-items: center;
    transition: all 0.35s ease-in-out;
}
.ip-team-details-bio-contact-item a:hover {
    color: #000000;
}
#content .ip-team-details-bio-contact-item i {
    font-size: 15px;
    font-style: normal;
    margin-right: 9px;
}
#content  .ip-team-details-bio-contact-item i.ai-font-envelope-f {
    font-size: 12px;
}
#content .ip-team-details-bio-text p {
    font-size: 14px;
    color: #333333;
    line-height: 2.1;
    letter-spacing: 0.01em;
}
/* Bio : END */

/* Properties : START */
.ip-team-details-properties {
    padding: 105px 0 0;
}
.ip-team-details-properties-holder {
    padding: 0 35px;
    font-size: 0;
}
.ip-team-details-properties-inner {
    position: relative;
}
    .ip-team-details-properties-title {
        font-size: 40px;
        font-weight: 300;
        color: #333333;
        line-height: 1;
        letter-spacing: 0.25em;
        text-align: center;
        text-transform: uppercase;
        padding-top: 10px;
    }

        .iptdp-list{
            padding: 5px;
            display: inline-block;
            vertical-align: middle;
            width: 100%;
        }

            .iptdp-list a{
                display: block;
                position: relative;
                z-index: 1;
                line-height: 1;
                -webkit-transition: all 0.3s ease-in-out;
                -o-transition: all 0.3s ease-in-out;
                transition: all 0.3s ease-in-out;
            }

                .iptdp-list a:hover,
                .iptdp-list a:focus{
                    z-index: 5;
                }

                .iptdp-list canvas {
                    display: block;
                    width: 100%;
                }

                    .iptdp-list .iptdp-container2 .iptdp-front::after {
                        content: '';
                        position: absolute;
                        top: 0;
                        left: 0;
                        width: 100%;
                        height: 100%;
                        background: -o-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 49%,rgba(38,38,38,0) 50%,rgba(38,38,38,0) 69%,rgba(38,38,38,0.09) 74%,rgba(38,38,38,0.16) 77%,rgba(38,38,38,0.66) 93%,rgba(38,38,38,0.74) 96%,rgba(38,38,38,0.8) 100%);
                        background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0)),color-stop(49%, rgba(255,255,255,0)),color-stop(50%, rgba(38,38,38,0)),color-stop(69%, rgba(38,38,38,0)),color-stop(74%, rgba(38,38,38,0.09)),color-stop(77%, rgba(38,38,38,0.16)),color-stop(93%, rgba(38,38,38,0.66)),color-stop(96%, rgba(38,38,38,0.74)),to(rgba(38,38,38,0.8)));
                        background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 49%,rgba(38,38,38,0) 50%,rgba(38,38,38,0) 69%,rgba(38,38,38,0.09) 74%,rgba(38,38,38,0.16) 77%,rgba(38,38,38,0.66) 93%,rgba(38,38,38,0.74) 96%,rgba(38,38,38,0.8) 100%);
                    }

                        .iptdp-content{
                            position: absolute;
                            bottom: 15px;
                            width: 100%;
                            left: 0;
                            z-index: 5;
                            padding: 0 20px;
                            display: -webkit-box;
                            display: -ms-flexbox;
                            display: flex;
                            -webkit-box-align: end;
                                -ms-flex-align: end;
                                    align-items: flex-end;
                            -webkit-box-pack: justify;
                                -ms-flex-pack: justify;
                                    justify-content: space-between;
                        }

                            .iptdp-address {
                                font-size: 20px;
                                font-weight: 500;
                                color: #fff !important;
                                font-family: 'Manrope', sans-serif;
                                text-transform: uppercase;
                                letter-spacing: .2px;
                                margin-bottom: 7px;
                                margin-top: 11px;
                            }

                                .iptdp-address span {
                                    display: block;
                                    font-size: 20px;
                                    text-transform: uppercase;
                                    margin-top: 11px;
                                    letter-spacing: .2px;
                                }

                                    .iptdp-price {
                                        font-size: 20px;
                                        color: #fff !important;
                                        font-weight: 500;
                                        font-family: 'Manrope', sans-serif;
                                        letter-spacing: -.6px;
                                    }

                                        .iptdp-content-view {
                                            font-size: 20px;
                                            font-weight: 700;
                                            color: #fff !important;
                                            font-family: 'Manrope', sans-serif;
                                            margin-left: auto;
                                        }

                                            .container2 .back canvas {
                                                opacity: .3;
                                            }

                                                .iptdp-hover-content {
                                                    position: absolute;
                                                    top: 0;
                                                    left: 0;
                                                    width: 100%;
                                                    height: 100%;
                                                    padding: 44px 15px 0;
                                                }

                                            .iptdp-hover-label {
                                                font-size: 30px;
                                                color: #fff !important;
                                                text-transform: uppercase;
                                                letter-spacing: 7px;
                                                font-family: 'Manrope', sans-serif;
                                                margin-bottom: 17px;
                                            }

                                        .iptdp-hover-text {
                                            font-size: 14px;
                                            font-weight: 300;
                                            letter-spacing: .56px;
                                            font-family: 'Manrope', sans-serif;
                                            line-height: 2.05;
                                            color: #fff !important;
                                            text-transform: uppercase;
                                        }

                                    .iptdp-hover-inner {
                                        max-width: 390px;
                                        margin: 0 auto;
                                        position: absolute;
                                        top: 45%;
                                        -webkit-transform: translateY(-50%);
                                            -ms-transform: translateY(-50%);
                                                transform: translateY(-50%);
                                        left: 0;
                                        right: 0;
                                        width: 100%;
                                    }

                                .iptdp-hover-view {
                                    font-size: 20px;
                                    font-weight: 300;
                                    position: absolute;
                                    bottom: 26px;
                                    right: 24px;
                                    letter-spacing: 4.5px;
                                    font-family: 'Manrope', sans-serif;
                                    color: #fff !important;
                                }

                            .iptdp-slick-slider .slick-slide > div > div{
                                display: block !important;
                            }

                        .iptdp-list a canvas {
                            background-size: cover;
                            background-position: center;
                            background-repeat: no-repeat;
                        }

                    .iptdp-slick-slider .slick-list {
                        /*padding: 120px 0 100px;*/
                        /*padding: 50px 0;*/

                    }

                .iptdp-slider {
                    position: relative;
                    /*margin-top: 65px;*/
                    padding: 50px 0;
                }

                .iptdp-list-wrapper > div {
                    display: inline-block;
                    vertical-align: middle;
                    width: calc(100% / 3);
                }

                .sold .iptdp-slick-slider > div {
                    /*width: calc(100% / 3);*/
                    /*display: inline-block;
                    vertical-align: middle;*/
                }

            .iptdp-links {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -ms-flex-wrap: wrap;
                    flex-wrap: wrap;
                -webkit-box-pack: center;
                    -ms-flex-pack: center;
                        justify-content: center;
                margin-top: 14px;
                display: none;
            }

        .iptdp-links a{
            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;
            text-transform: uppercase;
            font-size: 17px;
            font-weight: 400;
            color: #000;
            background: #fff;
            border: solid 1px rgba(0,0,0,.8);
            -webkit-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
            width: 100%;
            max-width: 341px;
            height: 61px;
            font-family: 'Manrope', sans-serif;
            margin: 0 10px;
            pointer-events: auto;
            letter-spacing: 3.5px;
        }

    .iptdp-links a:hover,
    .iptdp-links a:focus{
        color: #fff;
        background: #000;
    }
    .iptp-sold-arrows {
        padding-bottom: 25px;
    }

    /*scp*/
    .iptdp-container2{
      -webkit-transform-style: preserve-3d;
              transform-style: preserve-3d;
        -webkit-perspective: 1000px;
                perspective: 1000px;
    }

    .iptdp-front, .iptdp-back {
        -webkit-transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
        transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
        -o-transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
        transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
        transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    .iptdp-back{
      background: #1a1a1a;
    }

    .iptdp-back canvas{
        opacity: .3;
    }

    .iptdp-back .iptdp-flip-inner {
        padding: 35px 15px 0;
    }

    .iptdp-container2:hover .iptdp-front,
    .iptdp-container2:hover .iptdp-back{
        -webkit-transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
        transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
        -o-transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
        transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
        transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    }

    .iptdp-back{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
    }

    .iptdp-flip-inner {
        -webkit-transform: translateY(0%) translateZ(40px) scale(1);
        transform: translateY(0%) translateZ(40px) scale(1);
        top: 0;
        position: absolute;
        left: 0;
        width: 100%;
        padding: 2rem;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        outline: 1px solid transparent;
        -webkit-perspective: inherit;
        perspective: inherit;
        z-index: 2;
        height: 100%;
    }

    .iptdp-front .iptdp-flip-inner {
        top: auto;
        bottom: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end;
        padding: 22px 32px;
    }

    .iptdp-container2 .iptdp-back{
        -webkit-transform: rotateY(180deg);
                transform: rotateY(180deg);
        -webkit-transform-style: preserve-3d;
                transform-style: preserve-3d;
    }

    .iptdp-container2 .iptdp-front{
        -webkit-transform: rotateY(0deg);
                transform: rotateY(0deg);
        -webkit-transform-style: preserve-3d;
                transform-style: preserve-3d;
    }

    .iptdp-container2:hover .iptdp-back{
      -webkit-transform: rotateY(0deg);
              transform: rotateY(0deg);
      -webkit-transform-style: preserve-3d;
              transform-style: preserve-3d;
    }

    .iptdp-container2:hover .iptdp-front{
      -webkit-transform: rotateY(-180deg);
              transform: rotateY(-180deg);
      -webkit-transform-style: preserve-3d;
              transform-style: preserve-3d;
    }

/* IP Pagination */
.iptdp-pagination {
    display: block;
    text-align: center;
    margin-top: 0;
    padding-bottom: 50px;
}

.pagi-count,
.page-numbers {
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    margin: 0 20px;
}

#content .iptdp-pager ul {
    list-style-type: none;
    display: block;
    margin: 0;
}

#content .iptdp-pager ul li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 20px;
    position: relative;
}

.iptdp-page-arrows, .iptdp-pager {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    cursor: pointer;
}

.iptdp-pager {
    margin: 0 10px;
}

#content .iptdp-pager ul li.iptdp-page-item.active a, #content .iptdp-pager ul li.iptdp-page-item:hover a {
    color: #8a764c;
}


#content .iptdp-pager ul li.iptdp-page-item:before {
    position: absolute;
    content: '';
    bottom: -4px;
    left: -2px;
    right: 0;
    margin: 0 auto;
    height: 2px;
    width: 100%;
    background: #cccccc;
    opacity: 0;
    visibility: hidden;
    max-width: 13px;
}

#content .iptdp-pager ul li.iptdp-page-item a {
    color: #333333;
    font-size: 13px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 2.6px;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

#content .iptdp-pager ul li.iptdp-page-item.active:before {
    opacity: 1;
    visibility: visible;
}

.iptdp-page-arrows.iptdp-prev-btn span {
    color: #cccccc;
}

.iptdp-page-arrows span {
    font-size: 19px;
    line-height: 1;
    font-weight: 600!important;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.iptdp-page-arrows.iptdp-next-btn span {
    color: #333333;
}


.iptdp-page-arrows.iptdp-prev-btn span:hover {
    color: #333;
}

.iptdp-page-arrows.iptdp-next-btn span:hover {
    color: #000;
}
/* Properties : END */

/* Testimonials : START */
.ip-team-details-testimonials {
    background: #8a764c;
    padding: 162px 0 90px;
}
.ip-team-details-testimonials-container {
    position: relative;
    width: 1100px;
    max-width: 100%;
    padding: 0 15px;
    margin: 0 auto;
}
.ip-team-details-testimonials-container::before {
    content: '';
    display: block;
    position: absolute;
    width: 159px;
    height: 138px;
    top: -75px;
    left: -122px;
    background: url(../../images/team-details/icon-quote.png) no-repeat center center / contain;
}
.ip-team-details-testimonials-title {
    position: relative;
    font-size: 50px;
    font-weight: 900;
    color: #ffffff;
    line-height: 1;
    letter-spacing: -0.05em;
    margin-bottom: 58px;
}
.ip-team-details-testimonials-holder {

}
.ip-team-details-testimonials-list {

}
.ip-team-details-testimonials-list:not(.slick-initialized) .ip-team-details-testimonials-item:nth-child(1) ~ div {
    display: none;
}
.ip-team-details-testimonials-item {

}
#content .ip-team-details-testimonials-item p {
    font-size: 20px;
    font-weight: 300;
    color: #ffffff;
    line-height: 1.8;
    letter-spacing: 0.01em;
    margin: 0;
}
.ip-team-details-testimonials span {
    display: block;
    font-size: 17px;
    color: #ffffff;
    line-height: 1;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    margin-top: 24px;
}
#content .ip-team-details-testimonials-list .slick-dots {
    text-align: right;
    margin-top: 50px;
    margin-left: 0;
}
.ip-team-details-testimonials-list .slick-dots li {
    display: inline-block;
    vertical-align: bottom;
    width: 50px;
    height: 2px;
    background: #c5bba6;
    margin-right: 40px;
    margin-bottom: 5px;
    transition: all 0.3s ease-in-out;
}
.ip-team-details-testimonials-list .slick-dots li:last-child {
    margin-right: 0;
}
.ip-team-details-testimonials-list .slick-dots li:not(.slick-active):hover {
    background: #ffffff;
}
.ip-team-details-testimonials-list .slick-dots li.slick-active {
    width: 80px;
    height: 5px;
    background: #3e3b36;
}
.ip-team-details-testimonials-list .slick-dots li button {
    display: none;
}
/* Testimonials : END */

/* Video : START */
.ip-team-details-video {
    padding: 0 0 95px;
    text-align: center;
}
.ip-team-details-video-container {
    position: relative;
    width: 1430px;
    max-width: 100%;
    padding: 0 15px;
    margin: 0 auto;
}
.ip-team-details-video-holder {
    position: relative;
}
.ip-team-details-video-holder::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #333333;
    opacity: 0.22;
    z-index: 2;
}
.ip-team-details-video-holder.is-playing::before {
    opacity: 0;
}
.ip-team-details-video-holder canvas {
    display: block;
    width: 100%;
    min-height: 250px;
    background-color: #cccccc;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.ip-team-details-video-holder div{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
    z-index: 2;
}
.ip-team-details-video-holder iframe,
.ip-team-details-video-holder div {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
    z-index: 2;
}
.ip-team-details-video-holder.is-playing iframe,
.ip-team-details-video-holder div {
    opacity: 1;
    pointer-events: auto;
}
.ip-team-details-video-holder a {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 3;
    transition: all 0.3s ease-in-out;
}
.ip-team-details-video-holder a:hover {
    opacity: 0.7;
}
.ip-team-details-video-holder.is-playing a {
    opacity: 0;
    pointer-events: none;
}
.ip-team-details-video-title {
    font-size: 35px;
    font-weight: 300;
    color: #333333;
    line-height: 1.2;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin: 44px 0 3px;
}
#content .ip-team-details-video p {
    font-size: 20px;
    color: #8a764c;
    line-height: 1.2;
    letter-spacing: 0.05em;
    margin: 0;
}
/* Video : END */

/* Contact : START */
.ip-team-details-contact {

}
/* FOOTER */
.footer-info-container {
    display: block;
    position: relative;
}

.footer-wrapper {
    display: block;
    position: relative;
}

.footer-container {
    display: block;
    position: relative;
}

.footer-info-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
    z-index: 2;
}

.footer-col-right {
    width: 61.25%;
    overflow: hidden;
    padding: 86px 30px 91px 119px;
    position: relative;
}

.footer-col-left {
    width: 38.75%;
    position: relative;
    padding: 86px 106px 90px 30px;
    font-size: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}

.footer-info-wrapper {
    position: relative;
    display: block;
    background: url(../../images/team-details/contact-bg.jpg) no-repeat;
    background-position: top center;
    background-size: cover;
    z-index: 1;
}

.footer-smi-widget .ip-footer-smi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    pointer-events: auto;
}

.footer-smi-widget .ip-footer-smi a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 20px;
    color: #333333;
    margin: 0 15px;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.footer-smi-widget .ip-footer-smi a:hover {
    color: #8a764c;
}


.footer-smi-widget .ip-footer-smi a:first-child {
    margin-left: 0;
}

.footer-smi-widget .ip-footer-smi a:last-child {
    margin-right: 0;
}

.footer-smi-wrap {
    display: block;
    position: relative;
    text-align: center;
    margin-bottom: 82px;
}


.footer-logo a {
    display: inline-block;
    position: relative;
}

/*.footer-logo img {
    max-width: 100%;
}
*/
.footer-contacts span {
    font-size: 22px;
    line-height: 25px;
    letter-spacing: 0.44px;
    /* color: #fff; */
    display: block;
    font-weight: 300;
    position: relative;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.footer-contacts span:not(:last-child) {
    margin-bottom: 26px;
}


.footer-contacts span a {
    color: #333333;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.footer-contacts span a:hover {
    color: #8a764c;
}



.footer-contacts span em.ai-font-phone {
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    margin-right: 10px;
}

.footer-contacts span em.ai-font-envelope-f {
    display: inline-block;
    font-size: 11px;
    font-weight: 600;
    margin-right: 10px;
}


.footer-contacts span em.ai-font-location-c {
    display: inline-block;
    vertical-align: middle;
    font-size: 26px;
    position: absolute;
    left: 0;
}


.footer-contacts {
    display: block;
    margin-bottom: 43px;
    margin-top: 40px;
}

/*.footer-logo {
    display: flex;
    margin-bottom: 45px;
}*/

.footer-info-wrapper:before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    width: 61.25%;
    height: 100%;
    background: rgba(138,118,76,.90);
    z-index: 1;
}

.footer-info-wrapper:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 38.75%;
    height: 100%;
    background: rgba(255,255,255,.90);
    pointer-events: none;
    z-index: 1;
}
.footer-col-left .footer-contacts-wrapper {
    width: 295px;
}


/* SEND US A MESSAGE */

.sm-title {
    display: block;
}

.sm-form-col.submit {
    max-width: 341px;
    position: relative;
}

#content .sm-title h2 {
    font-size: 50px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: -1.25px;
    color: #333333;
    margin: 0;
}

.sm-title h2 span {
    font-weight: 600;
}

#content .footer-col-right .sm-title h2 {
    color: #ffffff;
}

.sm-form-col input:not([type=submit]) {
    width: 100%;
    height: 42px;
    border: none;
    background: transparent;
    border-bottom: 1px solid rgba(255,255,255,.50);
    padding: 0 4px;
    font-size: 13px;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 2.6px;
    color: #fff;
    text-transform: uppercase;
}

.sm-form-col textarea {
    width: 100%;
    height: 76px;
    border: none;
    background: transparent;
    border-bottom: 1px solid rgba(255,255,255,.50);
    padding: 20px 4px 4px;
    font-size: 13px;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 2.6px;
    color: #fff;
    text-transform: uppercase;
    resize: none;
    overflow: hidden;
}

.sm-form-container {
    display: block;
    width: 100%;
    max-width: 630px;
}


.sm-form-col {
    width: calc(50% - 15px);
    display: inline-block;
    vertical-align: middle;
}

.sm-form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.sm-form-row.full .sm-form-col {
    width: 100%;
}

.sm-form-row.full {
    display: block;
}


.sm-form-row.full .sm-form-col:not(:last-child) {
    margin-bottom: 45px;
}

.sm-form-widget div.wpcf7 .ajax-loader {
    position: absolute;
    bottom: -16px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.sm-form-widget {
    position: relative;
    display: block;
    margin-top: 31px;
    font-size: 12px;
}

#content .sm-form-widget form {
    position: relative;
    margin: 0;
}

.sm-form-col input[type=submit] {
    width: 100%;
    height: 61px;
    border: none;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    font-size: 17px;
    line-height: 1;
    letter-spacing: 3.4px;
    color: #fff;
    text-transform: uppercase;
    padding: 0;
    background: transparent;
    border: 1px solid #fff;
}

.sm-form-col input[type=submit]:hover {
    background-color: #333333;
    border-color: #333333;
}


.sm-form-widget div.wpcf7-response-output{
    position: absolute;
    bottom: -48px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    color: #fff!important;
}


.sm-form-row:not(:last-child) {
    margin-bottom: 15px;
}

.agent-address span:first-child {
    padding-left: 30px;
}

.ip-neighborhood-map {
    display: block;
    position: relative;
    padding: 0 0 125px;
}

.ng-title {
    display: none;
}

.ng-links {
    display: none;
}
/*added*/
ul.slick-dots {
    list-style-type: none;
    display: block;
    margin: 0;
    font-size: 14px;
    cursor: pointer;
}
/* Contact : END */

.ip-team-details-bio-contact-item a em {
    margin-right: 8px;
}

.ip-team-details-properties.sold {
    padding: 0;
}




.ip-testi-dots {
    position: relative;
    z-index: 5;
    text-align: right;
    margin-top: 30px;
    /*display: none;*/
}

.ip-testi-dots ul li span {
    display: block;
    width: 30px;
    height: 2px;
    background: #c5bba6;
    cursor: pointer;
    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;
}

.ip-testi-dots ul li span::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    opacity: 1;
    background: #252525;
}

.ip-testi-dots ul li {
    display: inline-block;
    vertical-align: bottom;
    margin: 0 15px;
}

.ip-testi-dots li.slick-active span::after{
    height: 5px;
    /*opacity: .6;*/
}

.ip-testi-dots li.slick-active span{
    width: 60px;
}

.footer-contacts span:nth-child(1) a{
    margin-left: 23px;
}

@media only screen and (max-width: 1440px) {

    /* Properties : START */
    .iptdp-hover-inner {
        padding: 0;
        width: calc(100% - 60px);
    }

    .iptdp-hover-label {
        font-size: 21px;
    }

    .iptdp-hover-text {
        line-height: 1.5;
    }
    /* Properties : END */

}

@media only screen and (max-width: 1366px) {

    /* Properties : START */
    .iptdp-address {
        font-size: 14px;
    }

    .iptdp-address span {
        font-size: 20px;
    }

    .iptdp-price {
        font-size: 18px;
    }

    .iptdp-content-view {
        font-size: 17px;
    }

    .iptdp-hover-label {
        font-size: 23px;
        letter-spacing: 5px;
        margin-bottom: 20px;
    }

    .iptdp-hover-text {
        font-size: 12px;
        line-height: 1.6;
    }

    .iptdp-hover-view {
        font-size: 16px;
        letter-spacing: 3px;
    }
    /* Properties : END */

    /* Testimonials : START */
    .ip-team-details-testimonials-container::before {
        left: -42px;
    }
    /* Testimonials : END */

}

@media only screen and (max-width: 1280px) {

    /* Properties : START */
    .iptdp-back .iptdp-flip-inner {
        padding: 30px 30px 0;
    }
    /* Properties : END */

}

/* iPad(landscape) | iPad(landscape) | Galaxy Tab 4 (landscape) | Galaxy Tab 3 (landscape) */
@media only screen and (max-width: 1199px) {

    /* Properties : START */
    .iptdp-title{
        font-size: 35px;
        letter-spacing: 6px;
    }

    .iptdp-holder {
        padding: 0 15px;
    }

    .iptdp-content {
        padding: 0 10px;
    }

    .iptdp-hover-label {
        font-size: 18px;
        margin-bottom: 10px;
        line-height: 1;
    }

    .iptdp-hover-text {
        font-size: 11px;
        line-height: 1.4;
    }

    .iptdp-back .iptdp-flip-inner {
        padding: 21px 30px;
    }
    /* Properties : END */

    /* Testimonials : START */
    .ip-team-details-testimonials-container::before {
        left: -12px;
    }
    /* Testimonials : END */

    /* Contact : START */
    .footer-col-left {
        padding: 86px 30px 90px;
    }

    .footer-col-right {
        padding: 86px 30px 91px;
    }
    /* Contact : END */

}

/* iPad(portrait) | Galaxy Tab 4(portrait)  */
@media only screen and (max-width: 991px) {

    #inner-page-wrapper{
        margin-top: 120px;
    }

    .ip-team-details-banner p#breadcrumbs.custom-breadcrumbs{
        color: #000;
    }

    .ip-breadcrumbs-holder,
    .ip-team-details-banner canvas{
        background: transparent !important;
        display: none;
    }

    .ip-team-details-banner::after{
        opacity: 0;
    }

    .ip-team-details-bio{
        padding: 10px 0 0;
    }

    /* Banner : START */
    /* Banner : END */

    /* Bio : START */
    .ip-team-details-bio-inner {
        /*flex-direction: column-reverse;*/
    }
    .ip-team-details-bio-image {
        width: 100%;
        margin-bottom: 30px;
    }
    .ip-team-details-bio-text {
        width: 100%;
        text-align: center;
        padding: 0 0 20px;
    }
    .ip-team-details-bio-name {
        font-size: 30px;
    }
    .ip-team-details-bio-position {
        font-size: 18px;
    }
    .ip-team-details-bio-contact {
        flex-direction: column-reverse;
    }
    .ip-team-details-bio-contact-item {
        margin-right: 0;
    }
    /* Bio : END */

    /* Properties : START */
    .ip-team-details-properties {
        padding: 55px 0 0;
    }
    .ip-team-details-properties-holder {
        padding: 0 15px;
    }
    .ip-team-details-properties-title {
        font-size: 30px;
    }
    #content .iptdp-pager ul li {
        padding: 0 15px;
    }


    .iptdp-slick-slider {
        max-width: 800px;
        margin: 0 auto;
    }

    .iptdp-slick-slider > div {
        width: 50%;
    }

    .iptdp-hover-text {
        font-size: 14px;
        line-height: 1.8;
    }

    .iptdp-hover-label {
        font-size: 23px;
        margin-bottom: 20px;
    }
    .iptdp-back .iptdp-flip-inner {
        padding: 50px 20px 0;
    }
    /* Properties : END */

    /* Testimonials : START */
    .ip-team-details-testimonials {
        text-align: center;
        padding: 50px 0;
    }
    .ip-team-details-testimonials-container::before {
        position: relative;
        left: inherit;
        top: inherit;
        width: 80px;
        height: 80px;
        margin: auto auto 20px;
    }
    .ip-team-details-testimonials-title {
        font-size: 30px;
    }
    #content .ip-team-details-testimonials-list .slick-dots {
        text-align: center;
        margin-top: 50px;
    }
    .ip-team-details-testimonials-list .slick-dots li {
        width: 30px;
        margin-right: 15px;
    }
    .ip-team-details-testimonials-list .slick-dots li.slick-active {
        width: 35px;
    }
    /* Testimonials : END */

    /* Video : START */
    .ip-team-details-video-title {
        font-size: 30px;
    }
    /* Video : END */

    /* Contact : START */
    .footer-col-left {
        width: 100%;
        padding: 50px 30px 50px;
        background: rgba(255, 255, 255,.90);
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
        .footer-col-right {
            width: 100%;
            padding: 86px 30px 91px;
            background: rgba(138,118,76,.90);
          }

       .footer-info-main {
           display: block;
       }

       .footer-info-wrapper:before,
       .footer-info-wrapper:after {
            display: none;
       }


       .sm-form-container {
           margin: 0 auto;
       }

       .sm-title {
           text-align: center;
       }

       .sm-form-col.submit {
           margin: 0 auto;
           display: block;
       }

       .footer-contacts {
           text-align: center;
       }

       .footer-smi-widget .ip-footer-smi {
           -webkit-box-pack: center;
               -ms-flex-pack: center;
                   justify-content: center;
       }

       #content .sm-title h2 {
           font-size: 45px;
       }
    /* Contact : END */

    .iptdp-page-arrows span {
        font-size: 30px;
    }


}

/* Galaxy Tab 3(portrait) | Galaxy S5(landscape) */
@media only screen and (max-width: 767px) {

    /* Properties : START */
    /*.iptdp-slick-slider .slick-list {
        padding: 50px 0 15px;
    }*/

    .iptdp-links a {
        margin: 0 0 15px;
    }

    .iptdp-links {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    /* Properties : END */

    .iptdp-slick-slider > div {
        width: 100%;
    }

    .sold .iptdp-slick-slider > div{
        width: 100%;
    }

}

/* Galaxy S5(portrait) | iPod Touch(landscape) | iPod Touch(portrait) */
@media only screen and (max-width: 480px) {

    /* Properties : START */
    /* .ip-team-details-properties-title {
        font-size: 40px;
    } */

    .iptdp-hover-inner {
        width: calc(100% - 50px);
    }


    .iptdp-title {
        font-size: 30px;
        letter-spacing: 4px;
    }

    .iptdp-content-view {
        font-size: 13px;
    }

    .iptdp-list canvas {
        height: 340px;
    }

    .iptdp-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        text-align: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }

    .iptdp-front .iptdp-flip-inner {
        padding: 22px 15px;
    }

    .iptdp-hover-text {
        line-height: 1.8;
        font-size: 11px;
    }

    .iptdp-container2 .iptdp-back .iptdp-hover-view {
        margin: 0 auto;
        left: 0;
        right: 0;
        display: block;
        text-align: center;
    }

    .iptdp-address {
        font-size: 14px;
    }

    .iptdp-address span {
        font-size: 18px;
    }
    /* Properties : END */

    /* Contact : START */
    .footer-contacts span:first-child {
        padding-left: 20px;
    }


    .footer-col-right {
        padding: 86px 15px 91px;
    }

    .sm-form-col {
        width: calc(50% - 5px);
    }

    .sm-form-widget div.wpcf7-response-output {
        bottom: -70px;
    }

    .footer-contacts span {
        font-size: 20px;
        letter-spacing: normal;
    }

    .footer-contacts span br {
        display: none;
    }

    .footer-smi-widget .ip-footer-smi a {
        margin: 0 7px;
    }
    /* Contact : END */


}

.iptp-sold-arrows {
    display: none;
}

p#breadcrumbs-sold {
    display: block !important;
    font-size: 11px;
    text-transform: uppercase;
    font-family: 'Manrope', sans-serif;
    letter-spacing: .5px;
    color: #fff;
}