/*
Theme Name: Kadence Child
Template: kadence
*/
/* Título */
.hp-listing--view-block .hp-listing__title {
	font-size: 1.4rem;
	line-height: 1.25;
}
/* URL */
.hp-listing--view-block .hp-listing__details a {
	font-size: .8rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
	width: 100%;
}
/* Texto inferior */
.hp-listing--view-block .hp-listing__attributes--primary .hp-listing__attribute {
	font-size: .92rem;
	line-height: 1.4;
}
/* SOLO PC */
@media (min-width:1024px){

	.hp-listing--view-block .hp-listing__attribute a{
		display:inline-block !important;
		max-width:100% !important;
		overflow:hidden !important;
		text-overflow:ellipsis !important;
		white-space:nowrap !important;
		vertical-align:bottom;
		font-size:.9rem;
	}

}