/* Trailer Feed t-feed design */

.t-feed {
	padding: 0;
}

.unit-grid-view .t-feed {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.unit-grid-view .t-img-holder a {
	margin-top: 0;
}

.unit-list-view .cash_price:before,
.t-feed .t-stock:before {
	content: " | ";
}

.unit-list-view .t-feed .t-details {
	padding: 0!important;
	width: 67%;
}


.unit-list-view .t-feed .t-meta,
.unit-list-view .t-feed .t-financial {
	padding: 0 15px;
}

.t-price {
	background: #FFF6B1;
	padding: 10px 5px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 10px;
}

.unit-grid-view .t-price {
	margin-bottom: 0;
}

.t-feed .sale_price:before {
	content: " | ";
	font-size: 16px;
	color: #000;
}

.unit-grid-view .sale_price:before {
	display: none;
}

.unit-grid-view .sale_price {
	display: block;
}

.unit-grid-view .t-details {
	padding-bottom: 0;
}

.unit-grid-view .t-details a {
	margin: 0;
}

.buttons-block .wh-half {
	width: 50%;
}

.t-financial p:first-child {
	border-bottom: #000 1px solid;
}

.t-financial .buttons-block a[href*="tel:"] {
	position: relative;
	border-right: #888 1px solid;
}

.t-financial .buttons-block a[href*="tel:"]:after {
	content: "or";
	position: absolute;
	top: 10px;
	right: -13px;
	display: block;
	width: 25px;
	height: 25px;
	border-radius: 25px;
	font-size: 11px;
	line-height: 25px;
	text-align: center;
    background: #000;
    color: #fff!important;
}

.t-financial .buttons-block a[href*="tel:"]:hover:after {
    color: #fff!important;
}

.t-financial a:hover {
	text-decoration: none;
}

.unit-list-view h3 {
	padding: 10px;
	text-align: center;
	margin: 0;
	background: #f6f6f6;
	border-bottom: #ccc 1px solid;
	font-size: 20px;
}

.unit-list-view .t-details {
	padding-top: 10px;
}

.unit-list-view .t-financial p {
	border-bottom: 0;
}

.toggle-list input:checked + i, .toggle-grid input:checked + i {
	color: #6F6598;
}

.t-meta ul {
    padding-top: 10px;
}

@media (max-width: 1000px) {
	.unit-grid-view .t-meta {
		display: none!important;
	}
	
	.t-details {
		padding-bottom: 0!important;
	}
	
	.t-meta li span {
		text-indent: 10px;
	}
}

@media  (max-width: 900px) {
	
	.unit-list-view h3 {
		font-size: 14px;
	}
	
	.unit-list-view .t-img-holder {
		width: 100%!important;
	}
	
	.unit-list-view .t-feed .t-financial {
		padding: 0;
	}
	
	.unit-list-view .t-financial {
		margin-bottom: 0;
	}
	
	.unit-list-view .t-btn {
		margin: 0;
		padding: 14px
	}
	
	.view-trailer-btn {
		border-bottom: #000 1px solid;
	}
	
}