/*--------------------------- 
Add Plugin Front-End CSS here 
---------------------------*/

.property_amenities ul {
    margin: 0;
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
}
.property_amenities ul li {
    width: calc(33% - 10px);
}
.property_amenities ul li img {
    width: 22px;
}
.property_amenities ul li {
    display: flex;
    gap: 17px;
    font-weight: 400;
}

.property_images_gallery .images_gallery {
    display: flex;
    gap: 30px;
}
.property_images_gallery .images_gallery .column-3 {
    width: 25%;
}
.property_images_gallery .images_gallery .column-6 {
    width: 50%;
}
.property_images_gallery .images_gallery .column-3 img {
    padding-bottom: 25px;
    height: 225px;
    width: 100%;
    object-fit: cover;
}
.property_images_gallery .images_gallery .column-6 img {
    height: 436px;
    width: 100%;
    object-fit: cover;
}
.wpc-filters-section .wpc-filter-header button .wpc-filter-selected-values {
    display: none !important;
}
.wpc-filters-section.wpc-filter-layout-search-field {
    width: 40% !important;
    max-width: 40% !important;
}
.wpc-filters-section {
    width: calc(20% - 19px) !important;
	    position: relative !important;
}
.wpc-filters-section.wpc-filter-collapsible {
    position: relative !important;
    margin-bottom: 0px !important;
}
.wpc-filters-section .widget-title.wpc-filter-title {
    margin: 0 !important;
}
.wpc-filters-section.wpc-filter-collapsible .wpc-filter-content input.wpc-filter-search-field {
    border: 1px solid #dfdfdf !important;
    padding: 5px 10px;
}
.wpc-filters-section.wpc-filter-collapsible .wpc-filter-content {
    position: absolute !important;
    top: calc(100% - 2px);
    border: 1px solid #bcbcbc;
    padding: 12px 11px;
    width: 100%;
    z-index: 1;
    background: #fff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
	border-top: 1px solid #e5e5e5;
}
.wpc-filters-section.wpc-filter-collapsible .wpc-filter-content .wpc-term-item-content-wrapper a, .wpc-filters-section.wpc-filter-collapsible .wpc-filter-content .wpc-term-item-content-wrapper {
    font-size: 14px !important;
    color: #060606 !important;
}
.wpc-filters-section .wpc-filter-header button {
    width: 100% !important;
    border: 1px solid #bcbcbc !important;
    padding: 19px 22px !important;
    font-weight: 500 !important;
}
.wpc-filters-section input.wpc-search-field {
    padding: 15px 33px !important;
	border: 1px solid #bcbcbc  !important;
}
/*--------------------------- 
Responsive CSS here 
*
*   Remember these queries are a good start
*   but media queries go much deeper than this.
*
---------------------------*/
/*
Medium/Large Screens 
*/
@media only screen and (max-width: 1430px) {
    
}
/*
Medium Screens 
*/
@media only screen and (max-width: 1280px) {
    .property_images_gallery .images_gallery .column-3 img {
		height: 190px;
	}
	.property_images_gallery .images_gallery .column-6 img {
		height: 364px;
	}
	.wpc-filters-section.wpc-filter-collapsible .wpc-filter-content .wpc-term-item-content-wrapper a, .wpc-filters-section.wpc-filter-collapsible .wpc-filter-content .wpc-term-item-content-wrapper {
    font-size: 13px !important;
    color: #060606 !important;
}
	body .wpc-filters-main-wrap .wpc-filter-has-hierarchy .wpc-term-item-content-wrapper {
    padding-right: 0px !important;
}
}
/*
Large Tablet Screens 
*/
@media only screen and (max-width: 980px) {
    
}
/*
Medium Tablet Screens 
*/
@media only screen and (max-width: 768px) {
.property_amenities ul li {
    width: calc(50% - 10px);
}
	
	 .property_images_gallery .images_gallery .column-3 img {
		height: 144px;
	}
	.property_images_gallery .images_gallery .column-6 img {
		height: 270px;
	}
.wpc-filters-section.wpc-filter-layout-search-field {
    width: 30% !important;
    max-width: 30% !important;
}
	.wpc-filters-section {
    width: calc(24% - 19px) !important;
    position: relative !important;
}
}
/*
Small Tablet/Largest Phone Screens 
*/
@media only screen and (max-width: 600px) {
    .property_amenities ul li {
    width: calc(100%);
}
	.property_images_gallery .images_gallery {
		flex-wrap: wrap;
	}
	.property_images_gallery .images_gallery .column-3, .property_images_gallery .images_gallery .column-6 {
    width: 100%;
}
	.property_images_gallery .images_gallery .column-6 img, .property_images_gallery .images_gallery .column-3 img {
        height: auto;
    }
	.wpc-filters-section.wpc-filter-layout-search-field {
    width: 100% !important;
    max-width: 100% !important;
}
	.wpc-filters-section {
    width: calc(100%) !important;
    position: relative !important;
}
	.wpc-filters-section .widget-title.wpc-filter-title {
    margin-bottom: 20px !important;
}

}
/*
Large Phone Screens 
*/
@media only screen and (max-width: 420px) {
    
}
/*
Medium Phone Screens 
*/
@media only screen and (max-width: 380px) {
    
}
/*
Small Phone / Apple Watch Screens 
*/
@media only screen and (max-width: 320px) {
    
}