.com-blog-cardProperty-ow-1 .card .CardContent{ padding:10px; }
.com-blog-cardProperty-ow-1 .card .img-box{ position:relative; overflow:hidden; }
.com-blog-cardProperty-ow-1 .card .img-box img{ transition: all .2s ease-in-out; }
.com-blog-cardProperty-ow-1 .card:hover .img-box img{ transform:scale(1.1); }
.com-blog-cardProperty-ow-1 .CardContent .tag-location{font-size: 13px; color:var(--text-color); }
.com-blog-cardProperty-ow-1 .CardContent .tag-location a{ color: inherit;}
.com-blog-cardProperty-ow-1 .CardContent .htitle{
	font-size: 1.2em;
	margin: 5px 0 0 0;
	line-height: 25px;
	color: #000;
}
.com-blog-cardProperty-ow-1 .CardContent .htitle a{ color:inherit; }
.com-blog-cardProperty-ow-1 .CardContent .htitle a:hover{ color:var(--primary-color); }
.com-blog-cardProperty-ow-1 .CardContent .desp{
	font-size: 13px;
	margin: 7px 0 15px 0;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	display: -webkit-box;
}
.com-blog-cardProperty-ow-1 .CardContent .inline{
	display: inline-block;
	width: 100%;
	line-height: 32px;
}
.com-blog-cardProperty-ow-1 .CardContent .inline .price{
	font-size: 17px;
	font-weight: 800;
}
.com-blog-cardProperty-ow-1 .CardContent .inline .btn{
	line-height: 32px;
	height: auto;
	background: transparent;
	color: #000 !important;
	border: 2px solid #000;
	opacity: 0.6;
}
.com-blog-cardProperty-ow-1 .CardContent .inline .btn:hover{
	opacity: 1;
	border-color: var(--primary-color);
	background: var(--primary-color);
}
.com-blog-cardProperty-ow-1 .CardContent .htitle{
	font-size: 1.2em;
	font-weight: 800;
	margin-bottom:2px; 
}
.com-blog-cardProperty-ow-1 .CardContent .inline{
	display: inline-block;
	width: 100%;
	line-height: 40px;
}
.com-blog-cardProperty-ow-1 .CardContent .inline .price{
	display: inline-block;
	float: left;
}
.com-blog-cardProperty-ow-1 .CardContent .inline .btn{
	display: inline-block;
	float: right;
	margin-bottom: 0;
}

@media(max-width:1280px){
	.com-blog-cardProperty-ow-1 .CardContent .htitle{	
		font-size: 1.1em;
		line-height: 1.35;
		font-weight: 600;
	}
}
@media(max-width:1024px){
	.com-blog-cardProperty-ow-1 .CardContent .inline,
	.com-blog-cardProperty-ow-1 .CardContent .inline .btn{
		line-height: 32px !important;
	}
}
@media(max-width:991px){
	.com-blog-cardProperty-ow-1 .list-items{
		flex: none;
		max-width: initial;
		width: 33.33333333%;
	}
}
@media(max-width:767px){
	.com-blog-cardProperty-ow-1 .list-items{
		width: 50%;
	}
}
@media(max-width:480px){
	.com-blog-cardProperty-ow-1 .CardContent .desp{ font-size:12px; }
	.com-blog-cardProperty-ow-1 .CardContent .inline .btn{ padding: 0 6px !important; }
	.com-blog-cardProperty-ow-1 .CardContent .inline, .com-blog-cardProperty-ow-1 .CardContent .inline .btn{
		line-height: 26px !important;
	}
}
@media(max-width:375px){
	.com-blog-cardProperty-ow-1 .list-items{padding: 0 4px;}
	.com-blog-cardProperty-ow-1 .CardContent .htitle,
	.com-blog-cardProperty-ow-1 .CardContent .inline .price{  
		font-size: 14px;
	}
	.com-blog-cardProperty-ow-1 .CardContent .inline .btn{
		font-size: 13px !important;
	}
}