/*******************************************************
 *
 * Screening Room
 *
 *******************************************************/

 #inner-page-wrapper > .container {
    width: 100%;
    padding: 0;
}

#inner-page-wrapper {
   margin-bottom: 0;
}


#content-sidebar, #content-full {
    margin-top: 0;
}

section.get-in-touch-area {
   display: none;
}

.ip-banner canvas{
   min-height: 513px;
}

.ip-screening-room-area{
    position: relative;
    padding: 75px 0 125px;
    line-height: 1;
    z-index: 1;
}

.ipsr-inner {
    position: relative;
}

    .ipsr-holder {
        padding: 0 35px;
        font-size: 0;
    }

        .ipsr-title{
            font-weight: 300;
            font-size: 40px;
            letter-spacing: .25em;
            color: #333333;
            line-height: 1;
            text-transform: uppercase;
            text-align: center;
            margin-bottom: 75px;
        }

        .ipsr-list{
            display: flex;
            flex-wrap: wrap;
            margin: 0 -4px;
        }

            .ipsr-item-wrap{
                width: 20%;
                padding: 4px;
                display: inline-block;
            }

                .ipsr-item{
                    position: relative;
                    display: block;
                    width: 100%;
                    overflow: hidden;
                }

                    .ipsr-item-image{
                        position: relative;
                        background: #000;
                    }
                    .ipsr-item-image::after{
                        content: '';
                        position: absolute;
                        bottom: 0;
                        left: 0;
                        width: 100%;
                        height: 34.5%;
                        background: linear-gradient(to bottom, rgba(0,0,0,0.02) 0%,rgba(0,0,0,0.06) 1%,rgba(0,0,0,0.17) 18%,rgba(0,0,0,0.36) 43%,rgba(0,0,0,0.48) 63%,rgba(0,0,0,0.5) 70%,rgba(0,0,0,0.5) 100%);
                        opacity: 0;
                        -webkit-transition: all 0.3s ease-in-out;
                        -o-transition: all 0.3s ease-in-out;
                        transition: all 0.3s ease-in-out;
                    }
                        .ipsr-item-image canvas{
                            display: block;
                            width: 100%;
                            background-repeat: no-repeat;
                            background-position: center;
                            background-size: cover;
                            opacity: .65;
                        }
                    .ipsr-item-icon{
                        position: absolute;
                        top: 50%;
                        left: 50%;
                        font-style: normal !important;
                        font-size: 36px;
                        color: #fff;
                        opacity: .75;
                        transform: translate(-50%, -50%) translateZ(0);
                    }
                    .ipsr-item-label{
                        position: absolute;
                        bottom: 0;
                        left: 0;
                        font-weight: 500;
                        font-size: 14px;
                        letter-spacing: .1em;
                        text-transform: uppercase;
                        text-align: center;
                        color: #fff;
                        padding: 20px 10px;
                        width: 100%;
                        text-overflow: ellipsis;
                        overflow: hidden;
                        white-space: nowrap;
                        transform: translateY(0);
                        -webkit-transition: all 0.3s ease-in-out;
                        -o-transition: all 0.3s ease-in-out;
                        transition: all 0.3s ease-in-out;
                    }
            .ipsr-item:hover .ipsr-item-image::after,
            .ipsr-item:focus .ipsr-item-image::after{
                opacity: 1;
            }
            .ipsr-item:hover .ipsr-item-label,
            .ipsr-item:focus .ipsr-item-label{
                /*transform: translateY(0);*/
            }
        .ipsr-cta{
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            margin-top: 100px;
        }  
            .ipsr-cta-item{
                display: flex;
                justify-content: center;
                align-items: center;
                text-transform: uppercase;
                font-size: 17px;
                font-weight: 400;
                color: #fff;
                background: #000;
                -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;
                width: 100%;
                max-width: 341px;
                height: 61px;
                font-family: 'Manrope', sans-serif;
                margin: 0 10px;
                pointer-events: auto;
                letter-spacing: .2em;
            }
                .ipsr-cta-item span{

                }
            .ipsr-cta-item:hover,
            .ipsr-cta-item:focus{
                color: #fff;
                background: #996d5d;
            }

/* IP Pagination */
.ipsr-pagination {
    display: block;
    text-align: center;
    margin-top: 65px;
}

#content .ipsr-pager ul {
    list-style-type: none;
    display: block;
    margin: 0;
}

#content .ipsr-pager ul li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 20px;
    position: relative;
}

.ipsr-page-arrows, .ipsr-pager {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.ipsr-pager {
    margin: 0 10px;
}

#content .ipsr-pager ul li.ipsr-page-item.active a, #content .ipsr-pager ul li.ipsr-page-item:hover a,
#content .ipsr-pager ul li.slick-active button, #content .ipsr-pager ul li:hover button {
    color: #996d5d;
}

#content .ipsr-pager ul li button {
    border: none;
    background: transparent;
    font-size: 13px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 2.6px;
}

#content .ipsr-pager ul li.ipsr-page-item:before,
#content .ipsr-pager ul li: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 .ipsr-pager ul li.ipsr-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 .ipsr-pager ul li.ipsr-page-item.active:before,
#content .ipsr-pager ul li.slick-active:before {
    opacity: 1;
    visibility: visible;
}

.ipsr-page-arrows {
    cursor: pointer;
}

.ipsr-page-arrows.ipsr-prev-btn span {
    color: #cccccc;
}

.ipsr-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;
}

.ipsr-page-arrows.ipsr-next-btn span {
    color: #333333;
}


.ipsr-page-arrows.ipsr-prev-btn span:hover {
    color: #333;
}

.ipsr-page-arrows.ipsr-next-btn span:hover {
    color: #000;
}

/* 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/featured-properties/footer-form-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: #fff;
    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: #996d5d;
}


.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: #fff;
    -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: #996d5d;
}



.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: rgb(153 109 93 / 90%);
    z-index: 1;
}

.footer-info-wrapper:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 38.75%;
    height: 100%;
    background: rgba(55, 55, 57,.90);
    pointer-events: none;
    z-index: 1;
}


/* 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: #fff;
    margin: 0;
}

.sm-title h2 span {
    font-weight: 600;
}

.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;
}

.footer-contacts span:first-child {
    padding-left: 30px;
}

/*******************************************************
 *
 * Mobile styles and other media queries
 *
 *******************************************************/

@media only screen and (max-width: 1440px) {
}

@media only screen and (max-width: 1366px) {
}

@media only screen and (max-width: 1280px) {
}

/* iPad(landscape) | iPad(landscape) | Galaxy Tab 4 (landscape) | Galaxy Tab 3 (landscape) */
@media only screen and (max-width: 1199px) {

    .ipsr-holder {
        padding: 0 15px;
    }

    .ipsr-item-label{
        font-size: 12px;
    }

    .footer-col-left {
        padding: 86px 30px 90px;
    }

    .footer-col-right {
        padding: 86px 30px 91px;
    }

}

/* iPad(portrait) | Galaxy Tab 4(portrait)  */
@media only screen and (max-width: 991px) {

    .ip-banner canvas {
        min-height: 170px;
    }

    .ip-screening-room-area {
        padding: 60px 0;
    }

    .ipsr-title {
        margin-bottom: 40px;
    }

    .ipsr-item-wrap {
        width: calc(100%/3);
    }

    .ipsr-item-label {
        font-size: 17px;
    }

    #content .ipsr-pager ul li {
        padding: 0 15px;
    }

    .ipsr-pagination {
        margin-top: 30px;
    }

    #content .ipsr-pager ul li.ipsr-page-item a{
        font-size: 20px;
    }

    .ipsr-cta{
        margin-top: 40px;
    }

    .footer-col-left {
        width: 100%;
        padding: 50px 30px 50px;
        background: rgba(55, 55, 57,.90);
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .footer-col-right {
        width: 100%;
        padding: 86px 30px 91px;
        background: rgb(153 109 93 / 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;
    }

}

/* Galaxy Tab 3(portrait) | Galaxy S5(landscape) */
@media only screen and (max-width: 767px) {
    .ipsr-item-wrap {
        width: 50%;
    }
    .ipsr-cta{
        flex-direction: column;
    }
    .ipsr-cta-item{
        margin: 10px auto;
    }
}

/* Galaxy S5(portrait) | iPod Touch(landscape) | iPod Touch(portrait) */
@media only screen and (max-width: 480px) {
    .ipsr-title{
        font-size: 30px;
    }

    .ipsr-item-wrap {
        width: 100%;
        max-width: 320px;
        margin: 0 auto;
    }

    .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;
    }

}