/*.page-template-properties div#main-wrapper::after {
    min-height: 122px;
    background: linear-gradient(to bottom, rgba(0,0,0,0.4) 0%,rgba(0,0,0,0) 100%);
}

.page-template-properties .ip-banner::before {
    opacity: 0;
}

.page-template-properties .ip-banner::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 70%;
    background: linear-gradient(to bottom, rgba(83,129,148,0.8) 0%,rgba(0,0,0,0) 100%);
    z-index: 1;
}

.page-template-properties header.main-header {
    background-color: transparent;
}*/

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

/*.page-template-properties header.main-header.show-fixed {
    background: rgb(61 61 61 / 88%);
}*/

.page-template-properties .gt-bg::after {
    top: 110px;
    background: linear-gradient(to bottom, rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%);
}

.page-template-properties .get-in-touch-area {
    padding: 33px 0 60px;
}

/*section1*/
.pr-section1 {
    position: relative;
    padding: 100px 0 40px;
}

.pr-s1-head {
    text-align: center;
    margin: 0 0 60px;
}

.pr-s1-listings {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.pr-s1-list {
    width: 50%;
}

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

.pr-s1-content {
    position: absolute;
    bottom: 47px;
    left: 0;
    width: 100%;
    padding: 0 40px;
    z-index: 1;
    color: #fff;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.pr-s1-list a:hover .pr-s1-content,
.pr-s1-list a:hover .pr-list-photo.global-photo::after {
    opacity: 0;
}

.pr-list-photo.global-photo::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
    pointer-events: none;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.pr-s1-list a:hover .pr-list-photo.global-photo img {
    opacity: .2;
}

.pr-s1-price {
    font-size: 60px;
    font-weight: 400;
    font-family: var(--font-family-title);
    text-shadow: 0px 2px 1px rgba(0, 0, 0, 1);
    color: #fff;
}

.pr-s1-address {
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    text-shadow: 0px 2px 1px rgba(0, 0, 0, 1);
    letter-spacing: 4px;
    color: #fff;
}

.pr-s1-hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    opacity: 0;
    text-align: center;
    color: #010101;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.pr-s1-list a:hover .pr-s1-hover {
    opacity: 1;
}

.pr-s1-hover .pr-s1-price, .pr-s1-hover .pr-s1-address {
    text-shadow: none;
    color: #010101;
}

.pr-s1-specs span {
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 0 17px;
    letter-spacing: 2.2px;
}

.pr-s1-specs {
    margin: 35px 0 45px;
}

.pr-s1-view {
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    color: #053e69;
    letter-spacing: 4px;
}

.ip-pr-btn.global-btn a {
    margin: 40px auto 0;
}

/*******************************************************
 *
 * Mobile styles and other media queries
 *
 *******************************************************/
@media only screen and (max-width: 1366px) {
} 
 
/* iPad(landscape) | iPad(landscape) | Galaxy Tab 4 (landscape) | Galaxy Tab 3 (landscape) */ 
@media only screen and (max-width: 1199px) {
    .pr-s1-price {
        font-size: 50px;
    }

    .pr-s1-address {
        font-size: 17px;
        letter-spacing: 2px;
    }
} 

/* iPad(portrait) | Galaxy Tab 4(portrait)  */ 
@media only screen and (max-width: 991px) {
    
    .pr-s1-list {
        width: 100%;
    }

    .pr-section1 {
        padding: 50px 0;
    }

    .pr-s1-head {
        margin: 0 0 30px;
    }
} 

/* Galaxy Tab 3(portrait) | Galaxy S5(landscape) */ 
@media only screen and (max-width: 767px) {
}

/* Galaxy S5(portrait) | iPod Touch(landscape) | iPod Touch(portrait) */ 
@media only screen and (max-width: 480px) {

    .pr-s1-head .global-title {
        font-size: 30px;
    }

    .pr-s1-price {
        font-size: 40px;
    }

    .pr-s1-address {
        font-size: 14px;
        letter-spacing: 1px;
    }

    .pr-s1-content {
        bottom: 15px;
        padding: 0 15px;
    }

    .pr-s1-specs {
        margin: 15px 0;
    }
}
 
