/*resolution for ticket 863*/ 
div#offers-desktop .row .col-9 .row .card.h-100 .row.no-gutters {
    height: 100%;
}



/*search-results - tkt - 877 updated 22/09/2020*/
@media (min-width: 768px) {
    /*.vistry-house-card__image:hover + .vistry-house-card__btn {*/
    .vistry-house-card__image:hover ~ .vistry-house-card__btn {
        display: block !important;
        width: 70% !important;
    }
}

/*resolution for tkt 1029 tables styling*/

.property-value thead tr th{
    background-color:#CAD200;
    border-bottom:2px solid #000000;
}

.table-bordered th, .table-bordered td {
    border: 1px solid #000000;
}


/*resolution for tkt 1075*/
.img-holder__dynamic{
    height: auto;
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

@media (min-width:0px) {
    .img-holder__dynamic__header{
        min-height:250px !important;
    }
}
@media (min-width:768px) {
    .img-holder__dynamic__header{
        min-height:300px !important;
    }
}
@media (min-width:992px) {
    .img-holder__dynamic__header{
        min-height:450px !important;
    }
}


/*resolution for tkt 1079*/

.vistry-action-bar-desktop ul li .vistry-action-bar-icon-desktop {
    width: 28px !important;
}

/*resolution tkt 1098*/
@media (min-width:0px){
    .carousel-control-prev, .carousel-control-next {
        height: 50%;
    }
}
@media (min-width:768px){
    .carousel-control-prev, .carousel-control-next {
        height: 70%;
    }
}

@media (min-width:992px){
    .carousel-control-prev, .carousel-control-next {
        height: 80%;
    }
}


.carousel-indicators {
    bottom: -12px !important;
    left: 50% !important;
    margin-right: 0% !important;
    margin-left: 0%!important;
    width: 10% !important;
    transform: translate(-50%) !important;
}

@media (min-width: 768px){
    .vistry-carousel-caption {
        margin: 0 0 3px 10px !important;
    }
}

/*resolution for tkt 930*/

.vistry-action-bar-desktop ul li:hover {
    padding: 0px !important;
}
span.action_side {
    color: #fff;
    display: none;
}

.vistry-action-bar-desktop ul li:hover .action_side {
    display: inline-block;
    margin-right: 1rem;
}

.vistry-action-bar-desktop ul li {
    padding: 0px !important;
    margin-top:0px !important;
}

.vistry-action-bar-desktop li a {
    padding: 10px !important;
    width: 100%;
    display: inline-block;
}

/*part of 989 resolution*/

.underline{
    text-decoration:underline;
}

.covid-banner{
    display:flex;
    flex-wrap: nowrap;
}
.close-banner{
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
    position: absolute;
    right: 0%;
    top: -1%;
    border: 0px;
    background-color: transparent;
}


/*resolution tkt 883*/

.vistry-search-result-house-card{
    background-color:#fbfbfa !important;
}

/*resolution tkt 921*/
.vistry-section__title-bar-anchors{
    display:none !important;
}