/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 08 2023 | 12:55:06 */
.login-register .favorite-link {
	display:none;
}

.property-overview-wrap ul li {
    text-align: left;
}

.blog-post-item .blog-post-meta ul {
    flex-wrap: wrap;
}
.blog-post-item .blog-post-meta ul li{
    width:100%;
}

.side-menu-item .icon-love-it{
	width:auto;
}

.blog-post-item .blog-post-content-wrap {
    min-height: 230px;
	
}

.home .blog-post-item {
   box-shadow: 0px 2px 0px 1px #ddd;
}

.home .advanced-search-widget {
    max-width: 1200px;
}

#op_featured .item-body {
    background: #fff;
    min-height: 256px;
}

#op_featured .d-flex {
	box-shadow: 0px 2px 0px 1px #ddd;
	margin-bottom:2px;
}

.op_property_grid .d-flex {
    align-items: flex-start!important;
    align-content: flex-start;
    background: #fff;
    box-shadow: 0px 2px 0px 1px #ddd;
}

.grid-view .d-flex {
	box-shadow: 0px 2px 0px 1px #ddd;
}

.item-listing-wrap .item-body {
    border-bottom: none;
    border-left: none;
    border-right: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.houzez-search-form-js {
	display: flex;
	flex-wrap: wrap;
}
.houzez-search-form-js > .form-group {
	flex: 0 0 24%;
	margin-left:0.5%;
	margin-right:0.5%;
	margin-bottom:0;
}
.houzez-search-form-js > .form-group:nth-child(-n+6) {
	margin-bottom:10px;
}
.houzez-search-form-js > button {
    flex: 0 0 24%;
    height: fit-content;
    border: 1px solid #fff;
    margin-left: 0.5%;
    margin-right: 0.5%;
    max-width: none;
}
@media all and (max-width:768px) {
	.houzez-search-form-js > .form-group {
		flex: 0 0 49%;
		margin-left:0.5%;
		margin-right:0.5%;
		margin-bottom:10px;
	}
	.houzez-search-form-js > .form-group:first-child {
		flex: 0 0 100%;
		margin-left:0;
		margin-right:0;
	}
	.houzez-search-form-js > button {
		flex: 0 0 100%;
		margin-left: 0;
		margin-right: 0;
	}
}