:root {

}

.ihf-results-template #content > #breadcrumbs,
.ihf-results-template h1.entry-title {
    display: none;
}

.ihf-results-template .properties-pagination ul {
    margin: 0 !important;
}

.ihf-results-template #content-full {
    margin-top: 0;
}

.ip-banner{
    display: none;
}
.ip-container #main-wrapper{
    overflow: hidden;
}
#inner-page-wrapper{
    margin-bottom: 0;
    overflow: hidden;
}
.ip-banner-properties {
    position: relative;
    width: 100%;
}
.ip-banner-properties canvas {
    display: block;
    position: relative;
    z-index: 0;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 350px;
}
.ip-banner-properties .banner-overlay{
    position: absolute;
    width: 100%;
    height: 100%;
}
.ip-banner-properties .banner-overlay::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 1;
    left: 0;
    background: #000;
    opacity: 0.25;
}
.ip-banner-properties::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 80%;
    top: 0;
    z-index: 1;
    left: 0;
    background: linear-gradient(to top, transparent 0%, #000000 100%);
    opacity: 0.50;
}
.ip-banner-properties::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 26%;
    bottom: 0;
    z-index: 1;
    left: 0;
    background: linear-gradient(to bottom, transparent 0%, #000000 100%);
    opacity: 0.50;
}
.ip-banner-properties #breadcrumbs{
    position: absolute;
    bottom: 13px;
    z-index: 2;
    letter-spacing: 0.125em;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
}
#inner-page-wrapper > .container{
    width: 100%;
    padding: 0 0;
}
.properties-inner{
    position: relative;
}
.ip-properties-title.global_site_title{
    padding-top: 110px;
    padding-bottom: 50px;
}
.ip-properties-title.global_site_title h2{
    width: max-content;
    margin: auto !important;
}
.ip-properties-title.global_site_title h2 strong{
    padding-left: 42px;
}
.ip-properties-title.global_site_title h2 span{
    background: unset;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
}
.ip-properties-accent{
    background-color: #c7c7c7;
}
.ip-properties-accent canvas{
    opacity: 0.6;
}
.properties-listings{
    margin: 0 2.94%;
    position: relative;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.listings-bg{
    position: absolute;
    width: 100%;
    height: auto;
    top: 420px;
}
.properties-content{
    position: relative;
    width: calc(50% - 1px);
    margin-bottom: 29px;
}
.properties-content:first-child .details{
    background: none;
}
.properties-content:first-child .details::before{
    background: none;
}
.properties-content:first-child a:hover .details::before{
    background-image: url(/wp-content/themes/gkeshishyan-pending.com/images/accent-logo.png);
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
}
.properties-content a{
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}
.properties-content a::before {
    width: 2px;
    height: 125px;
    content: '';
    position: absolute;
    z-index: 1;
    left: 31px;
    bottom: 0;
    background: rgb(153,153,153);
    background: linear-gradient(180deg, rgba(153,153,153,1) 0%, rgba(255,255,255,1) 24%, rgba(255,255,255,1) 50%, rgba(166,166,166,1) 76%, rgba(186,185,185,1) 100%);
}
.properties-content a:hover::before{
    z-index: 4;
    background: linear-gradient(180deg, rgba(153,153,153,1) 0%, rgb(255 255 255) 38%, rgb(255 255 255) 50%, rgb(171 171 171) 76%, rgb(203 203 203) 100%);
}
.properties-content .fp-img{
    position: relative;
}
.properties-content .fp-img::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 30%;
    bottom: 0;
    left: 0;
    background: linear-gradient(to bottom, transparent 0%, black 100%);
    opacity: 0.1;
    transition: var(--default-transition);
    z-index: 1;
}
.properties-content a:hover .fp-img::before{
    opacity: 0;
}
.properties-content .fp-img::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.3;
    transition: var(--default-transition);
}
.properties-content a:hover .fp-img::after{
    opacity: 0;
}
.properties-content .fp-img canvas{
    position: relative;
    display: block;
    height: 100%;
    width: 100%;
}
.properties-content .fp-img img{
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    font-size: 0;
    width: 100%;
    height: 100%;
    outline: none;
}
.properties-content .details{
    padding: 29px 0px 17px 49px;
    position: relative;
    background-color: #121212;
    max-width: 529px;
    position: relative;
    transition: var(--default-transition);
}
.properties-content a:hover .details{
    background-color: #b8b8b8;
    max-width: 100%;
}
.properties-content .details::before {
    width: 143px;
    height: 100%;
    content: '';
    position: absolute;
    z-index: 1;
    right: 36px;
    top: 0;
    background-image: url(/wp-content/themes/gkeshishyan-pending.com/images/accent-logo.png);
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.03;
    transition: var(--default-transition);
}
.properties-content a:hover .details::before {
    opacity: 0.15;
    filter: brightness(0) invert(0);
}
.properties-content .details::after {
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    top: 0;
    background-image: url(/wp-content/themes/gkeshishyan-pending.com/images/properties/bg-details-accent-hover.jpg);
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
    opacity: 0;
    transition: var(--default-transition);
}
.properties-content a:hover .details::after {
    opacity: 0.5;
}
.properties-content .price{
    margin-bottom: 12px;
    color: #ffffff;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0.075em;
    position: relative;
    z-index: 4;
    transition: var(--default-transition);
}
.properties-content .address{
    color: #999999;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 0.05em;
    position: relative;
    z-index: 4;
    transition: var(--default-transition);
}
.properties-content a:hover .address{
    color: #fff;
}
.properties-pagination{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 15px 0 110px;
}
.properties-pagination .prev,
.properties-pagination .next{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 45px;
    border: 3px solid #b5b4b4;
    transition: var(--default-transition);
}
.properties-pagination .prev:hover,
.properties-pagination .next:hover{
    color: #000 !important;
    background: #b5b4b4;
}
.properties-pagination .prev{
    margin-right: 30px;
}
.properties-pagination .next{
    margin-left: 20px;
}
.properties-pagination i{
    font-size: 14px;
}
.properties-pagination .prev i{
    transform: scale(-1);
}
.properties-pagination ul li{
    display: inline-block;
    padding: 0 8px;
    letter-spacing: 0.495em;
}
.properties-pagination ul li a{
    color: #999999;
    transition: var(--default-transition);
    font-size: 18px;
}

.properties-pagination li.active a,
.properties-pagination ul li a:hover{
    color: #fff !important;
}

.properties-pagination li.active a {
    pointer-events: none;
  }
.properties-pagination ul li.current a{
    color: #fff;
}
.properties-pagination ul li:nth-child(6){
    letter-spacing: 0.2em;
    font-size: 12px;
    padding-left: 3px;
}
.properties-pagination .ellipsis a {
    pointer-events: none;
}
/**************************************************/
/*MEDIA AND OTHER MOBILE STYLES*/
@media only screen and (max-width: 1280px){
    .properties-listings {
        margin: 0 1.94% !important;
    }
}
@media only screen and (max-width: 991px){
    .ip-properties-title.global_site_title{
        text-align: center;
    }
    .properties-content:first-child .details{
        background-color: #121212 !important; 
    }
    .properties-content:first-child a:hover .details{
        background-color: #b8b8b8 !important;
    }
    .properties-content:first-child .details::before{
        background-image: url(/wp-content/themes/gkeshishyan-pending.com/images/accent-logo.png) !important;
        background-size: 100% auto !important;
        background-position: center !important;
        background-repeat: no-repeat !important;
    }
    .properties-content:first-child a:hover .details::before{
        background-image: url(/wp-content/themes/gkeshishyan-pending.com/images/accent-logo.png) !important;
        background-size: 100% auto !important;
        background-position: center !important;
        background-repeat: no-repeat !important;
    }
    .properties-content{
        width: 100% !important;
        max-width: 500px !important;
        margin: auto !important;
        margin-bottom: 29px !important;
    }
    .properties-pagination{
        margin: 15px 0 60px !important;
    }
    .properties-pagination .prev{
        margin-right: 10px !important;
    }
    .properties-pagination .next{
        margin-left: 10px !important;
    }
    .properties-pagination ul li {
        padding: 0 3px !important;
        letter-spacing: 0.195em !important;
    }
    .properties-content .address span {
        display: block;
    }
}
