/*
Theme Name:		 Binduz Child
Theme URI:		 https://wp.quomodosoft.com/binduz
Description:	 Binduz Child is a child theme of Binduz
Author:			 QuomodoTheme
Author URI:		 http://quomodosoft.com/
Template:		 binduz
Version:		 1.0.1
Text Domain:	 binduz-child
*/


/*
    Add your custom styles here
*/

/* Featured Cars section (homepage) */
.ccw-manufacturer-badge {
	display: inline-block;
	background: #E74D58;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: 600;
	line-height: 1;
	padding: 8px 14px;
	border-radius: 6px;
	text-decoration: none;
	margin-bottom: 12px;
	transition: background-color .2s ease;
}
.ccw-manufacturer-badge:hover,
.ccw-manufacturer-badge:focus {
	background: #c93a44;
	color: #FFFFFF;
}

.ccw-nav-box {
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: 12px;
	min-height: 70px;
	text-decoration: none;
}
.ccw-nav-box img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100% !important;
	object-fit: cover;
	display: block;
	opacity: .88;
	transition: transform .35s ease, opacity .25s ease;
}
.ccw-nav-box:hover img {
	transform: scale(1.06);
	opacity: 1;
}
.ccw-nav-box::after {
	content: '';
	position: absolute;
	inset: 0;
	background: rgba(0,0,0,.38);
}
.ccw-nav-box__label {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
	color: #FFFFFF;
	font-size: 17px;
	font-weight: 600;
	font-family: Roboto, sans-serif;
	text-align: center;
	white-space: nowrap;
	text-shadow: 0 1px 3px rgba(0,0,0,.5);
}