/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */

.wp-block-streamline-gutenberg-streamline-browse {
	background-color: #21759b;
	color: #fff;
	padding: 2px;
}

.text-uplift .text-primary.text-price,
.text-uplift .text-from,
.text-uplift .text-primary.text-price *{
    color: #fff!important;
    transition: 0.3s;
    font-weight: 500!important;
}
.text-uplift .text-primary.text-price strong{
    font-weight: 500!important;
}
.text-uplift span{
    display: inline-block!important;
    font-size: 14px!important;
}
.text-uplift .text-primary.text-price *{
    margin: 0!important;
}
.text-uplift .text-primary.text-price span{
    text-decoration: underline dotted;    
}
.text-uplift .text-primary.text-price i{
    margin-left: 2px!important;
}
.text-uplift .text-primary.text-price:hover,
.text-uplift .text-primary.text-price:hover *{
    color: var(--hover_color)!important;
}
.text-uplift .text-primary.text-price strong{
    text-decoration: none!important;
}
.reviews-wrapper .star_rating::before,
.reviews-wrapper .star_rating span::before{
    font-size:20px;
}
.reviews-wrapper .star_rating span::before{
    color: #ffffff;
}

.listings_wrapper_box .listing {
    padding: 0 calc(25px / 2);
    margin-bottom: 20px;
}
.listing > div {
    background: #fff;
    transition: 0.2s;
    box-shadow: 0 0 15px rgba(0,0,0,.2);
}
.listing-img {
    overflow: hidden;
}
.panel-image {
    position: relative;
}
.property_special {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.property_special .new_property {
    background: var(--main_color);
}
.property_special .on_special {
    background: var(--second_color);
}
.property_special > div {
    flex-grow: 1;
    font-size: 11px;
    color: #fff;
    text-align: center;
    padding: 3px 0;
    text-transform: uppercase;
    z-index: 9;
    font-weight: 500;
}
a.unit_location {
	position: absolute;
	color: rgba(41, 41, 41, 0.75);
	font-size: 16px;
	border-radius: 2px;
	top: 15px;
	left: 15px;
	z-index: 9;
	transition: all 0.3s;
	background: rgba(255, 255, 255, 0.8);
	padding: 6px 12px;
	max-width: 70%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-transform: capitalize;
}
.property_special + a.unit_location {
    top: 30px;
}
.listing-1 .btn-fav, .listing-2 .btn-fav {
    position: absolute;
    top: 12px;
    left: 12px;
    font-size: 1.5em;
    display: inline-block;
    z-index: 1;
}
.listing .btn-fav {
    top: 0;
    right: 15px;
    left: auto;
    padding-top: 13px;
    background: none;
    border-radius: 100%;
    text-align: center;
    transition: all 0.2s linear;
    cursor: pointer;
}
.listing .btn-fav.active i {
    color: var(--main_color);
}
.listing .btn-fav i {
	color: #fff;
	font-size: 28px;
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
}
.property_special ~ .btn-fav {
    top: 15px;
}
.listing-2 .petFriendly {
    position: absolute;
    top: 15px;
    right: 16px;
    font-size: 28px;
    line-height: 1;
    color: #fff;
}
.listing-img-container {
    z-index: 1;
    transition: .5s;
}
.listing-img .media-photo.media-cover {
    background: #1a1a1a;
    z-index: 0;
}
.panel-overlay-bottom-left, .panel-overlay-bottom-right, .panel-overlay-top-left, .panel-overlay-top-right {
    position: absolute;
}
.panel-overlay-label {
    background-color: rgba(60,63,64,.9);
    padding: 10px;
    color: #fff;
}
.panel-overlay-listing-label {
    width: 100%;
    bottom: 0;
    background: transparent linear-gradient(180deg, #2A2A2A00 0%, #2A2A2A 100%) 0% 0% no-repeat padding-box;
    z-index: 2;
    left: 0;
    padding: 15px;
    display: flex;
    /*flex-direction: column;*/
    justify-content: space-between;
    align-items: flex-end;
}
.left-part-reviews{
    display: flex;
    display: -webkit-flex;
    align-items: flex-end;
}
.reviews-wrapper{
    /*position: absolute;*/
    left: 10px;
    display: none;
    bottom: 20px;
}
.reviews-wrapper .rating {
    list-style-type: none;
    display: flex;
    padding: 0;
    margin: 0;
}
.reviews-wrapper .rating li {
    font-size: 20px;
    color: #fff;
}
.reviews-wrapper .rating li:not(:last-child) {
    margin-right: 5px;
}
.price_wrapper3 span {
    margin: 0;
    font-size: 20px;
    text-align: right;
    text-transform: capitalize;
}
.price_wrapper3 span:first-of-type {
	display: block;
	font-weight: 500;
	font-family: var(--body_font);
	font-size: 16px;
}
.price_wrapper3 .h3:first-child {
    font-weight: 700;
    font-size: 20px;
}
.price_wrapper3 span:first-child+.h6 {
    font-size: 16px;
}
.price_wrapper3.flex_dates span:first-of-type{
    display: inline;
    font-size: 14px;
}
.price_wrapper3.flex_dates button{
    background: var(--main_color);
    border: none;
    border-radius: 0;
    font-weight: 500;
    padding: 10px;
}
.price_wrapper3.flex_dates button:hover{
    background: var(--hover_color);    
}
.panel-body {
    position: relative;
    padding: 18px;
    text-align: center;
}
.panel-body .media .h5 {
	position: relative;
	margin: 0;
	font: 500 24px var(--original_font);
	color: #292929;
	padding-bottom: 5px;
	margin-bottom: 5px;
	text-transform: capitalize;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.panel-body .media .h5::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 2px;
    background: var(--main_color);
}
.text-muted {
    color:#292929;
    opacity:0.75;
    text-transform:capitalize;
    font-size: 16px;
    font-weight: 500;
    font-family: var(--body_font);
}
.carousel-control {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
    font-size: 32px;
    color: #fff;
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img {
    width: 100%;
    height: 340px;
    object-fit: cover;
}
.line {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 8px;
    background: var(--main_color);
    transition: .5s;
}
.detail-popup-btn{
    position:absolute;
    color:#fff;
    font-size:28px;
    right:50px;
    top:8px;
    z-index:9;
}
.detail-popup-btn:hover{
    color:#2DB999;
}
.detail-popup-btn:active{
    color:#fff;
} 
.property_special ~ .detail-popup-btn{
   top:23px; 
}
.view_more .quick-view-btn{
    padding: 0;
    width: auto;
    height: auto;
    font-size: 28px;
    border: 0!important;
    outline: 0!important;
    color:#fff;
}
.view_more{
    bottom: auto;
    top: 0;
    right: 55px;
    z-index: 9;
    padding-top: 13px;
}
.property_special ~ .view_more{
    top: 15px;    
}
.view_more .quick-view-btn i{
    font-size: 28px;
    transition: 0.2s;
}
.view_more .quick-view-btn:hover{
    color:var(--main_color);
}
/*Compare button*/
.listing .btn-cmp.compare-button{
    position: static;
    font-size: 26px;
}
.btn-cmp.compare-button{
    color:#fff;
}
.btn-cmp.compare-button .marked{
    color:var(--main_color);
}
.btn-cmp.compare-button span{
    display: block;
    text-align:center;
}
.btn-cmp.compare-button span.txt{
   text-transform: uppercase; 
   font-size:10px
}
.btn-cmp.compare-button span.square-check{
   width:26px;
   height:26px;
   border: 2px solid #fff; 
   margin: 0 auto 7px auto;
   box-shadow:0 0 7px #000;
   transition: 0.2s;
}
.btn-cmp.compare-button span.square-check i{
    font-size:20px;
    position: relative;
    top:-2px;
    transition: 0.2s;
}
.btn-cmp.compare-button.unmarked span.square-check{
   background:rgba(0,0,0,0.4) 
}
.btn-cmp.compare-button.unmarked span.square-check i{
    opacity: 0;
}
.btn-cmp.compare-button.marked span.square-check{
   background:var(--main_color); 
}

/*End Compare button*/

/*Responsive**Responsive**Responsive*/
@media(max-width: 1500px) {
.carousel-inner>.item>a>img, .carousel-inner>.item>img {
    height: 280px;
}
}

@media(max-width: 1199px) {
.carousel-inner>.item>a>img, .carousel-inner>.item>img {
    height: 340px;
}
}

@media(max-width: 1199px) {
.carousel-inner>.item>a>img, .carousel-inner>.item>img {
    height: 280px;
}
}

@media(max-width: 767px) {
.listings_wrapper_box .listing {
    padding: 0;
}
}






/* Plugin CSS */


/* Browse Properties Block */

/*.listings_wrapper_box {
    display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}*/
.panel-overlay-listing-label {
    display:none;
}

.glide__arrow {
    bottom:50px;
    top:auto;
}

.glide__arrow.slider__arrow {
    width:100%;
    border:none;
}
button.glide__arrow.glide__arrow--left {
    left:10px;
    max-width:100px;
    font-size:12px;
    padding:6px 10px;
    border:solid 1px #fff;
}
button.glide__arrow.glide__arrow--next{
    right:10px;
    max-width:90px;
    font-size:12px;
    padding:6px 10px;
    border:solid 1px #fff;
}

.glide__track {
    max-height:100px;
}

/* Remove Box Shadow */
.listing>div {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0);
}

/* Add Border and Round corners */
.listings_wrapper_box .listing >div{
    border-radius:10px;
    border: solid 0px #e1e1e1;
}

.listing-img-container img {
    border-radius:10px;
}

.panel-image.listing-img {border-radius:15px;}

/* Featured Image Same Height*/
.listing-img-container {
    min-height:300px;
    margin-bottom:0px;
    height:100%;
    width:auto!important;
}

.listing-img-container img{
    height:100%!important;
    width:auto!important;
    min-height:300px;
}

@media screen and (max-width:1150px) {
    .listings_wrapper_box {
    display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (max-width:891px) { 
    .listing-img-container {
    min-height:260px;
    max-height:260px;
    height:100%;
}

.listing-img-container img{
    height:100%!important;
    width:auto!important;
    max-width:auto!important;
    min-height:260px;
    }
}

@media screen and (max-width:767px) {
    .listings_wrapper_box .listing {
    margin-bottom: 20px!important;
    padding: 0 12.5px!important;
    }
}

@media screen and (max-width:549px) {
    .listings_wrapper_box {
    display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .listing-img-container {
    min-height:360px;
    max-height:360px;
    height:100%;
}

.listing-img-container img{
    height:auto!important;
    width:100%!important;
    max-width:100%!important;
    min-height:360px;
    }
} 



/* Featured Image Slider */

.slider__slides.glide__slides img{
    width:100%;
    max-width:100%;
    height:auto;
}
.slider__slides.glide__slides {
    width:100%;
    max-height:600px;
    overflow-y:hidden;
}

.slider__slides.glide__slides li {
    width:100%;
padding:0px;
    margin:0px 5px 0px 0px!important;
}