/* Navigation Styles */

.bullRingHeroVid .broken_link,
.brands_five_column .broken_link{
	text-decoration: none !important;
}

.header-nav > li > a{
	color: #fff;
}

.header-nav > li > a:hover{
	color: #AFAFAF;
}

.nav-dropdown-default .nav-column li > a, .nav-dropdown.nav-dropdown-default > li > a{
	color: #000; 
}

.nav-dropdown-default .nav-column li > a, .nav-dropdown.nav-dropdown-default > li > a:hover{
	color: #ba141a; 
}

.nav-dropdown-default .nav-column li > a, .nav-dropdown.nav-dropdown-default > li > a > li > a{
	color: #8D8D8D; 
}

/* Product Page - Breadcrumbs */

.product-main .woocommerce-breadcrumb {display: none;}

/* Fit Finder */


.page-id-34 .fitFinderFormWrapper{
	z-index: 5;
	
}

.woo-vpf-ymm-reset-search{
	display: none !important;
}

.fitFinderFormWrapper .woo-vpf-ymm-filter-vertical .woo-vpf-ymm-field{
	display: inline;
	float: left;
	width: 19%;
	margin-right: 1%;
	margin-bottom: 1.9rem;
	padding: 0;
}

.fitFinderFormWrapper .woo-vpf-ymm-field input[type="submit"]{
	width: 98%;
	margin-right: 0 !important;
}

/* Fit Finder Select Fields */

.fitFinderFormWrapper .chosen-container-single .chosen-single{
	font-size: 1.03rem;
	padding: 0.4rem 0 0 0.9rem !important;
	height: 38px;
	border: 1px solid #BA141A !important;
	border-radius: 0 !important;
	color: #000 !important;
}

.fitFinderFormWrapper .chosen-container-active.chosen-with-drop{
	font-size: 1.03rem;
	border: 1px solid #aaa !important;
	border-radius: 0 !important;
	
}

.fitFinderFormWrapper .chosen-container-single .chosen-single div b{
margin-top: 0.4rem;
}

/*Fit Finder Tablet Styles*/

@media screen and (min-width: 361px) and (max-width: 768px){
	.fitFinderFormWrapper .woo-vpf-ymm-filter-vertical .woo-vpf-ymm-field{
	display: block;
	float: none;
	width: 100%;
	margin-right: 0;
	margin-bottom: 1rem;
	padding: 0;
}

.fitFinderFormWrapper .woo-vpf-ymm-field input[type="submit"]{
	width: 100%;
	margin-right: 0 !important;
}

	
}

/* mobile sizes */

@media screen and (max-width: 360px){
	.fitFinderFormWrapper .woo-vpf-ymm-filter-vertical .woo-vpf-ymm-field{
	display: block;
	float: none;
	width: 100%;
	margin-right: 0;
	margin-bottom: 1rem;
	padding: 0;
}

.fitFinderFormWrapper .woo-vpf-ymm-field input[type="submit"]{
	width: 100%;
	margin-right: 0 !important;
}
	
}



/* 5 Column Brand Selection */

.brands_five_column {
width: 100%;
}

.b_col_1{
	max-width: 20%;
	flex-basis: 20%;
}

/* mobile sizes five col brand */

@media screen and (max-width: 360px){ 
	.b_col_1{
		max-width: 100%;
		flex-basis: 100%;
	}
	
}

/* tablet sizes five col brand */

@media screen and (min-width: 361px) and (max-width: 768px){
		.b_col_1{
		max-width: 100%;
		flex-basis: 100%;
	}
	
}


/* Hero Video Position */

.bullRingHeroVid div.section-bg video.video-bg{
	object-position: 50% 76%;
}

/* hero video mobile sizes */

@media screen and (max-width: 360px){
	.heroBtn p{
		width: 100% !important;
		margin: 3rem auto !important;
	}
	
	.heroBtn a{
		font-size: 0.9rem !important;
	}
	
}

/* hero video tablet sizes */

@media screen and (min-width: 361px) and (max-width: 768px){
	.heroBtn p{
		width: 100% !important;
		margin: 3rem auto !important;
	}
	
	.heroBtn a{
		font-size: 0.9rem !important;
	}
	
}


/* Install Video Title Blocks */



/* Install Video Padding Reset */

.installVids > .col {
padding: 0 9.8px 0 !important;
}

