/*
Theme Name: JointsWP - CSS Child
Theme URI: http://www.jointswp.com
Template: JointsWP-CSS-master
Author: Your Name Here
Author URI: http://www.yoururlhere.com
Tags: Sass
Version: 4.0.1512732309
Updated: 2017-12-08 11:25:09

*/

html{
	font-size: 16px;
}

body{
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	color: #1F2126;
}

h1{
	font-family: 'Poppins', sans-serif;
	color: #00B5E5;
	font-size: 2.4rem;
	text-transform: uppercase;
}

.home h1{
	color: #fff;	
	font-size: 42px;
	text-transform: none;
}

h2{
	font-family: 'Poppins', sans-serif;
	font-size: 1.8rem;
	text-transform: uppercase;
}

h3{
	font-family: 'Poppins', sans-serif;
	font-size: 1.5rem;
}

a{
	color: #00B5E5;
}

a:hover, a:focus, a:active{
	color: #159CBF;
}

.is-stuck img.logo{
	width: 200px;
}

@media screen and (max-width: 639px) {
	.logo{
		width: 200px;
		margin-top: 10px;
		margin-bottom: 10px;
	}
}

.white{
	color: #fff;
}

.blue{
	color: #00B5E5;
}

.light-grey-bg{
	background-color: #EBEBEB;
}
.grey-bg{
	background-color: #343740;
}

.dark-grey-bg{
	background-color: #1F2126;
}
.blue-bg{
	background-color: #00B5E5;
}
.text-center{
	text-align: center;
}

.margin-bottom50{
	margin-bottom: 50px;
}

.margin-bottom30{
	margin-bottom: 30px;
}
.home-lead-background{
	background-repeat: no-repeat;
	height: 800px;
	background-size: cover;
	background-position: center center;
	margin-top: -100px;
}

@media screen and (max-width: 1024px) {
	.home-lead-background{
		height: 560px;
	}
}
@media screen and (max-width: 639px) {
	.home-lead-background{
		height: auto;
		margin-top: -130px;
	}
}

.lead-background{
	background-repeat: no-repeat;
	height: 540px;
	background-size: cover;
	background-position: center center;
}

@media screen and (max-width: 1024px) {
	.lead-background{
		height: 300px;
	}
}

.header{
	height: 112px;
	position: relative;
	z-index: 9999;
}

.home .top-bar{
	background-color: #1F2126;
}
.top-bar{
	background-color: #1F2126;
}
.home .is-stuck .top-bar{
	background-color: #343740;
	border-bottom: 1px solid #1F2126;
}

.top-member-bar{
	background-color: #1F2126;
	border-bottom: 2px solid #00B5E5;
	padding-right: 20px;
	height: 35px;
	position: relative;
	z-index: 99999;
}

.login-register-box{
	position: absolute;
	right: 20px;
	top: 2px;
}

.top-bar-links{
	display: block;
}

.top-bar ul{
	background-color: transparent;
}



.top-bar ul ul{
	background-color: #1F2126;
	border: none;
	border-bottom: 2px solid #00B5E5; 
}

.top-bar ul a{
	color: #fff;
}


.top-bar .top-bar-left{
	margin-left: 15px;
}

.menu a:hover{
	color: #00B5E5;
}

.menu .active > a{
	background: transparent;
}

.dropdown.menu .is-active > a{
	color: #00B5E5;
}
.dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after{
	border-color: #00B5E5 transparent transparent;	
}

@media screen and (max-width: 639px) {
	.menu{
		float: right;
		margin-right: 15px;
		margin-top: 15px;
		font-size: 1.2rem;
	}
	
	.menu .submenu{
		float: left;
		margin-left: 20px;
	}
	
	#menu-mobile-nav{
		margin-top: 100px;
		float: left;
		width: 100%;
	}
	#menu-mobile-nav a{
		color: #fff;
	}
	
	.off-canvas{
		background: #1F2126;
	}
}

.section-padding{
	padding: 50px 0px;
}

.lead-para{
	font-family: 'Poppins', sans-serif;
	color: #fff;
	font-weight: 600;
	text-align: center;
	padding-top: 260px;
	margin-bottom: 30px;
}

@media screen and (max-width: 1024px) {
	.lead-para{
		padding-top: 180px;
	}	
}

@media screen and (max-width: 639px) {
	.lead-para{
		padding-top: 150px;
	}	
}

.sub-lead-para{
	font-family: 'Poppins', sans-serif;
	font-size: 24px;
	color: #fff;
	font-weight: 600;
	text-align: center;
	margin-bottom: 40px;
}

.home-top-button{
	background-color: rgba(33, 33, 33, 0.8);
	border: 2px solid #fff;
	padding: 20px 40px;
	font-size: 18px;
}
.home-top-button:hover, .home-top-button:active, .home-top-button:focus{
	background-color: rgba(33, 33, 33, 1);
}

.header-fb-icon .fa-facebook-square{
	color: #fff;
}

.header-fb-icon{
	position: absolute;
	right: 360px;
	top: 3px;
}

@media screen and (max-width: 690px) {
	.header-fb-icon{
		position: absolute;
		right: auto;
		left: 20px;
	}
}

.search-menu .fa-search{
	color: #fff;
}

.search-menu{
	position: absolute;
	right: 290px;
	top: 3px;
}

@media screen and (max-width: 765px) {
	.search-menu{
		right: 300px;
	}
}

@media screen and (max-width: 640px) {
	.search-menu{
		right: auto;
		left: 60px;
	}
}

a.member-login-link, a.cart-contents{
	font-size: 14px;
}

a.member-login-link:hover, a.cart-contents:hover{
	color: #00B5E5;
}

.featured-product-single{
	background-color: #3E414A;
	text-align: center;
}

.single-product-details{
	padding: 20px;
}

.home-product-title{
	color: #fff;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1.1;
	margin-bottom: 35px;
}

.home-product-price{
	color: #fff;
	font-size: 1.3rem;
}

.home-product-price span{
	font-size: 1rem;
	color: #00B5E5;
}

.home-product-button{
	display: block;
	font-size: 1.1rem;
	background-color: #575A61;
	border: 2px solid #fff;
}

.home-product-button:hover{
	background-color: #00B5E5;	
}

.flag-bg{
	background-image: url("/img/home-flag-bg.png");
	background-size: fill;
	background-position: bottom left;
	background-repeat:no-repeat;
}

a.home-custom{
	background-color: #00B5E5;
	text-align: center;
	display: block;
	font-size: 1.1rem;
}

a.home-custom:hover{
	background-color: #159CBF;
}

.haul-bg{
	background-image: url("/img/haul_of_fame_BG.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat:no-repeat;
}

.testimonial-bg{
	background-image: url("/img/testimonial_BG.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat:no-repeat;
}

.testimonial{
	text-align: center;
	font-size: 1.1rem;
	color: #fff;
	font-weight: 500;
}

.testimonial-name{
	color: #fff;
	font-weight: 700;
}


.testimonial-wrapper{
	background-color: rgba(0, 0, 0, 0.4);
	padding: 50px 0px;
}

.testimonial-wrapper .slick-next{
	right: -75px;
}

.testimonial-wrapper .slick-prev{
	left: -75px;
}	

@media screen and (max-width: 640px) {
	.testimonial-wrapper .slick-next{
		right: -40px;
	}

	.testimonial-wrapper .slick-prev{
		left: -40px;
	}	

}

@media screen and (max-width: 640px) {
	.testimonial-wrapper .slick-next{
		right: -25px;
	}

	.testimonial-wrapper .slick-prev{
		left: -25px;
	}	

}


.usp-section{
	padding: 15px 0;
}

.usp-section img{
	max-width: 20%;
	margin-bottom: 10px;
}

.usp-section a{
	color: #fff;
	font-size: 1.1rem;
	display: block;
}

.usp-section a:hover{
	color: #fff;
}

@media screen and (max-width: 890px) {
	.usp-section img{
		max-width: 30%;
	}
}

@media screen and (max-width: 700px) {
	.usp-section img{
		max-width: 40%;
	}
}
@media screen and (max-width: 639px) {
	.usp-section a{
		margin-bottom: 40px;
	}
}

.shop-logos{
	padding: 15px 0px;
}

@media screen and (max-width: 767px) {
	.shop-logo{
		width: 50%;
	}
}

@media screen and (max-width: 639px) {
	.shop-logo{
		display: block;
		margin: 0 auto;
	}
}

@media screen and (max-width: 435px) {
	.shop-logo{
		width: 100%;
	}
}
.newsletter-signup{
	padding: 15px 0px;
}

.newsletter-title{
	color: #fff;
	font-weight: 600;
	font-size: 1.1rem;
	margin-bottom: 10px;
}

.newsletter-signup label{
	color: #fff;
	margin-top: 0px;
	font-size: 1.1rem;
}

.newsletter-signup .submit{
	border: 2px solid #fff !important;
	color: #fff !important;
	display: block !important;
	width: 100% !important;
	font-size: 1.1rem !important;
	background-color: #00B5E5 !important;
	margin-top: 30px !important;
	padding: 0.55em 1em !important;
	border-radius: 0px !important;
	font-weight: 400 !important;
}

.newsletter-signup .submit:hover{
	color: #00B5E5 !important;
	background-color: #fff !important;
}

.newsletter-signup [type="text"], .newsletter-signup [type="email"]{
	border: 2px solid #159CBF;
}

.footer{
	margin-top: 0px;
}

p.footer-nav-title{
	font-weight: 700;
	font-size: 1.3rem;
	text-align: left !important;
	margin-bottom: 0px;
}

@media screen and (max-width: 639px) {
	p.footer-nav-title{
		text-align: center !important;
	}	
}

.footer-one-wrapper nav .menu li{
	width: 100%;
}
.footer-one-wrapper nav .menu a{
	text-align: left;
	padding: 0.7rem 0rem;
}
@media screen and (max-width: 639px) {
	
	.footer-one-wrapper nav .menu{
		margin-bottom: 30px;
		margin-right: 0px;
	}
	.footer-one-wrapper nav .menu a{
		text-align: center;
	}	
}

.footer-one-wrapper nav .menu a:hover{
	color: #00B5E5;
}
.footer-one-wrapper{
	background-color: #343740;
	padding: 40px 0px;
}

.footer-one-wrapper .inner-footer p, .footer-one-wrapper .inner-footer a{
	color: #fff;
	text-align: center;
}

.footer-two-wrapper{
	padding: 50px 0px;
}

.footer-two-wrapper a{
	color: #00B5E5;
}

.small-footer-text, .small-footer-text a{
	font-size: 0.85rem;
}

.tiny-footer-text{
	font-size: 0.7rem;
}

.haul-truck-large{
	display: block;
	width: 330px;
	height: 330px;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	overflow: hidden;
	background-position: center center !important;
	border: 2px solid #fff;
	margin-left: 15px;
}

.haul-truck-small{
	display: block;
	width: 150px;
	height: 150px;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	overflow: hidden;
	background-position: center center !important;
	float: left;
	margin-right: 15px;
	margin-left: 15px;
	margin-bottom: 30px;
	border: 2px solid #fff;
}

.haul-of-fame-link{
	background-color: transparent !important;
	border: 2px solid #fff !important;
	color: #fff !important;
	width: 330px !important;
	margin-left: 15px !important;
	margin-top: 30px !important;
	font-size: 1.1rem !important;
	display: block !important;
	border-radius: 0px !important;
	font-weight: 400 !important;
}

.haul-of-fame-link:hover, .haul-of-fame-link:active, .haul-of-fame-link:focus{
	background-color: #fff !important;
	color: #00B5E5 !important;
}

@media screen and (max-width: 839px) {
	.haul-of-fame-link{
		width: 100% !important;
	}
}


@media only screen and (max-width: 839px) and (min-width: 640px){
	.haul-truck-small{
		height: 100px;
		width: 100px;
		margin-left: 15px;
		margin-right: 15px;
	}
	
	.haul-truck-large{
		width: 300px;
		height: 300px;
	}
	
	.haul-of-fame-link{
		width: 300px;
	}
}
@media screen and (max-width: 639px) {
	.haul-truck-large{
		margin: 0 auto;
	}
	
	.haul-of-fame-link{
		margin: 0 auto !important;
		margin-top: 30px !important;
		margin-bottom: 30px !important;
		width: 330px;
		display: block;
	}
	
	.haul-feed{
		display: none;
	}
	
	.home-trux-logo{
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 386px) {
	.haul-truck-large{
		width: 100%;
		height: 300px;
	}
	.haul-of-fame-link{
		width: 100% !important;
	}
}
@media screen and (max-width: 639px) {
	.testimonial-single{
		width: 80%;
		margin: 0 auto;		
	}
}

.bar-contact-us{
	padding: 10px 0px;
}

.lead-bar-type{
	font-family: 'Poppins', sans-serif;
	color: #fff;
	font-size: 1.8rem;
	font-weight: 700;
	margin-left: 20px;
	display: inline-block;
	margin-bottom: 0px;
}

@media screen and (max-width: 837px) {
	.lead-bar-type{
		text-align: center;
		display: block;
		margin-bottom: 20px;
		margin-right: 0px;
		padding: 0 15px;
	}
}

.grey-bg .bar-top-contact-us{
	display: inline-block;	
	float: right;
	margin-right: 20px;
}
.grey-bg .bar-top-contact-us p{
	text-align: right;
	color: #fff;
	font-size: 1.3rem;
	margin-bottom: 0px;
	font-style: italic;
}
.grey-bg .bar-top-contact-us span{
	font-weight: 700;
	font-style: italic;
	font-size: 1.6rem;	
}

.grey-bg .bar-top-contact-us span a{
	cursor: default;
}
.grey-bg .bar-top-contact-us span a{
	cursor: text;
	color: #fff;
}
.grey-bg .bar-top-contact-us span a:hover{
	color: #fff;
}

.grey-bg .bar-top-contact-us img{
	margin-left: 10px;
	margin-right: 10px;
}

@media screen and (max-width: 837px) {
	.grey-bg .bar-top-contact-us{
		display: block;
		float: initial;
		margin-right: 0px;
		padding: 0 15px;
	}
	.grey-bg .bar-top-contact-us p{
		text-align: center;
	}
}
@media screen and (max-width: 474px) {
	.grey-bg .bar-top-contact-us span{
		display: block;
	}
}

.light-grey-bg .bar-top-contact-us{
	display: inline-block;	
	float: right;
	margin-right: 20px;
}
.light-grey-bg .bar-top-contact-us p{
	text-align: right;
	color: #1F2126;
	font-size: 1.3rem;
	margin-bottom: 0px;
	font-style: italic;
}
.light-grey-bg .bar-top-contact-us span{
	font-weight: 700;
	font-size: 1.6rem;
	font-style: italic;
	color: #00B5E5;
}

.light-grey-bg .bar-top-contact-us span a{
	cursor: text;
	color: #00B5E5;
}
.light-grey-bg .bar-top-contact-us span a:hover{
	color: #00B5E5;
}

.light-grey-bg .bar-top-contact-us img{
	margin-left: 10px;
	margin-right: 10px;
}

@media screen and (max-width: 837px) {
	.light-grey-bg .bar-top-contact-us{
		display: block;
		float: initial;
		margin-right: 0px;
		padding: 0 15px;
	}
	.light-grey-bg .bar-top-contact-us p{
		text-align: center;
	}
}
@media screen and (max-width: 474px) {
	.light-grey-bg .bar-top-contact-us span{
		display: block;
	}
}

.bar-shop{
	display: block;
	font-size: 1.2rem;
	color: #FF9505;
	border: 2px solid #FF9505;
	background-color: transparent;
	margin-top: 50px;
}

.bar-shop:hover, .bar-shop:active, .bar-shop:focus{
	background-color: #FF9505;
	color: #fff;
}

@media screen and (max-width: 1024px) {
	.bar-gallery{
		width: 90%;
		margin: 0 auto;
	}
	
	.bar-gallery .slick-next{
		right: -49px;
	}
	.bar-gallery .slick-prev{
		left: -49px;
	}
}
@media screen and (max-width: 639px) {
	.bar-gallery .slick-next{
		right: -25px;
	}
	.bar-gallery .slick-prev{
		left: -25px;
	}
	
}

.bar-gallery .slick-prev::before, .bar-gallery .slick-next::before{
	color:  #343740;
}

.bar-highlight-wrapper img{
	margin-bottom: 20px;
}

@media screen and (max-width: 639px) {
	.bar-highlight-wrapper img{
		display: block;
		margin: 0 auto;
		margin-bottom: 30px;
	}
}

.highlight-bar-title{
	font-weight: 700;
	font-size: 1.2rem;
	color: #fff;
	margin-bottom: 10px;
}

@media screen and (max-width: 639px) {
	.highlight-bar-text{
		margin-bottom: 50px;
	}
}

.bar-feature-products{
	background-color: #F5F5F5;
}

.bar-feature-products-slide{
	width: 90%;
	margin: 0 auto;
}
.bar-feature-products-slide .slick-prev::before, .bar-feature-products-slide .slick-next::before{
	color:  #1F2126;
}

.bar-feature-products-slide .slick-prev{
	left: -55px;
}
.bar-feature-products-slide .slick-next{
	right: -55px;
}

@media screen and (max-width: 960px) {
	.bar-feature-products-slide .slick-prev{
	left: -40px;
	}
	.bar-feature-products-slide .slick-next{
	right: -40px;
	}
}

@media screen and (max-width: 760px) {
	.bar-feature-products-slide .slick-prev{
	left: -25px;
	}
	.bar-feature-products-slide .slick-next{
	right: -25px;
	}
	
}

.feature-product-single{
	background-color:  #343740;
	margin-left: 10px;
	margin-right: 10px;
}

.feature-product-details{
	padding: 15px;
}

.feature-product-title{
	text-align: center;
	font-weight: 600;
	font-size: 1.2rem;
	color: #fff;
}
.feature-product-price{
	text-align: center;
	color: #fff;
	font-size: 1.3rem;
}

.feature-product-button{
	display: block;
	color: #FF9505;
	border: 2px solid #FF9505;
	font-size: 1.1rem;
	background-color: transparent;
}

.feature-product-button:hover, .feature-product-button:focus, .feature-product-button:active{
	background-color: #FF9505;
	color: #343740;
}

.shop-lead-background{
	background-repeat: no-repeat;
	height: 300px;
	background-size: cover;
	background-position: center center;
	padding: 80px;
}

@media screen and (max-width: 770px) {
	.shop-lead-background{
		padding: 50px 30px;
		height: auto;
	}
}

.shop-title{
	font-size: 2rem;
	text-align: center;
	color: #fff;
	margin-bottom: 20px;
}

.shop-subtitle{
	font-size: 1.8rem;
	color: #fff;
	text-align: center;
}

.shop-sidebar{
	background-color: #343740;
	padding: 15px 0px;
}

#search-filter-form-259 ul{
	margin-left: 0px;
}
#search-filter-form-259 ul li{
	display: inline-block;
	width: 25%;
	padding: 0px 15px;
}
@media screen and (max-width: 770px) {
	#search-filter-form-259 ul li{
		width: 50%;
	}
	#search-filter-form-259 .sf-field-taxonomy-product_range{
		margin-bottom: 20px;
	}
	#search-filter-form-259 .sf-field-taxonomy-product_brand{
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 640px) {
	#search-filter-form-259 ul li{
		width: 100%;
		margin-bottom: 20px;
	}
	#search-filter-form-259 .sf-field-submit{
		margin-bottom: 0px;
	}
}
#search-filter-form-259 label{
	width: 100%;
}

#search-filter-form-259 select{
	margin-bottom: 0px;
}

#search-filter-form-259 [type="text"]{
	margin-bottom: 0px;
}

#search-filter-form-259 [type="submit"]{
	width: 100%;
	color: #fff;
	background-color: #FF9505;
	font-size: 1.2rem;
	border: 0px;
	padding: 10px;
	cursor: pointer;
	height: 45px;
}

#search-filter-form-259 [type="submit"]:hover{
	background-color: #ED8C07;
}

.shop-wrapper{
	padding: 50px 0px;
}

.searchandfilter select.sf-input-select{
	height: 45px;
}
@media screen and (max-width: 820px) {
	.searchandfilter select.sf-input-select{
		min-width: 100%;
	}
}
.woocommerce ul.products li.product a{
	background-color: #EBEBEB;
	display: block;
	margin-bottom: 0px;
	padding-bottom: 20px;
}

.woocommerce ul.products li.product a img{
	border: 2px solid #EBEBEB;
}

.woocommerce-loop-product__title{
	font-family: 'Poppins', sans-serif;
	font-size: 1.2rem;
	font-weight: 700;
	text-align: center;
	color: #1F2126;
}
.woocommerce ul.products li.product .price{
	font-weight: 600;
	color: #1F2126;
	text-align: center;
	font-size: 1.1rem;
	margin-bottom: 0px;
	margin-top: 15px;
}

.woocommerce ul.products li.product .button{
	background-color: #00B5E5;
	border-radius: 0px;
	font-weight: 500;
	color: #fff;
	display: block;
	padding: 15px 0px;
	margin-top: 0px;
	font-size: 1.1rem;
}
.woocommerce ul.products li.product .button:hover, .woocommerce ul.products li.product .button:focus, .woocommerce ul.products li.product .button:active{
	background-color: #159CBF;
}

.woocommerce a.added_to_cart{
	text-align: center;
	padding-bottom: 10px;
}

@media screen and (max-width: 960px) {
	#search-filter-form-259 select{
		font-size: 0.90rem;
	}
}
@media screen and (max-width: 770px) {
	#search-filter-form-259 select{
		font-size: 1rem;
	}
}
@media screen and (max-width: 450px) {
	.woocommerce-page ul.products li.product{
		width: 100%;
	}
}

.blog-bg{
	background-repeat: no-repeat;
	height: auto;
	background-size: cover;
	background-position: center center;
	padding: 60px;
}

@media screen and (max-width: 640px) {
	.blog-bg{
		padding: 20px;
	}
}

.blog-bg p{
	color:  #343740;
	text-align: center;
	font-size: 1.2rem;
	font-weight: 600;
}

.haul-of-fame-btn{
	background-color: transparent;
	border: 2px solid #fff;
	color: #fff;
	font-size: 1.2rem;
	display: block;
	width: 50%;
	margin: 0 auto;
}

.haul-of-fame-btn:hover, .haul-of-fame-btn:focus, .haul-of-fame-btn:active{
	background-color: #fff;
	border: 2px solid #fff;
	color: #00B5E5;
}

@media screen and (max-width: 740px) {
	.haul-of-fame-btn{
		width: 100%;
	}
}

.blog-archive-bg{
	width: auto;
	height: 240px;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	overflow: hidden;
	background-position: center center !important;
}
@media screen and (max-width: 770px) {
	.blog-archive-bg{
		height: 160px;
	}
}



.blog-most-recent-wrapper{}

.blog-most-recent-post{
	width: 100%;
	height: 130px;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	overflow: hidden;
	background-position: center center !important;
}

.blog-post-bg{
	background-repeat: no-repeat;
	height: auto;
	background-size: cover;
	background-position: center center;
	padding: 60px;
}
@media screen and (max-width: 1312px) {
	.blog-post-bg{
		padding: 60px 20px;
	}
}

@media screen and (max-width: 640px) {
	.blog-post-bg{
		padding: 30px 10px;
	}
	
}

.blog-archive-button{
	background-color: #00B5E5;
	display: block;
	font-size: 1.1rem;
}

.blog-archive-button:hover, .blog-archive-button:focus, .blog-archive-button:active{
	background-color: #159CBF;
}

.blog-post-button{
	background-color: #00B5E5;
	display: block;
	font-size: 1rem;
	padding: .55em 1em;
}

.blog-post-button:hover, .blog-post-button:focus, .blog-post-button:active{
	background-color: #159CBF;
}

.haul-of-fame-submit{
	padding: 20px 0px;
}
.haul-of-fame-submit h3{
	color: #00B5E5;
}

.shop-title{
	font-size: 2.4rem;
}

.blog-post-sidebar{
	background-color: #EBEBEB;
	padding: 15px;
}

.blog-post-sidebar h3{
	display: block;
	border-bottom: 2px solid #343740;
	padding-bottom: 5px;
	margin-bottom: 20px;
}

.haul-fame-blog-submission{
	color: #fff;
	background-color: #00B5E5;
	display: block;
	font-size: 1.1rem;
}

.haul-fame-blog-submission:hover, .haul-fame-blog-submission:focus, .haul-fame-blog-submission:active{
	background-color: #159CBF;
}

.back-to-haul{
	border: 2px solid#00B5E5;
	background-color: transparent;
	color: #00B5E5;
	font-size: 1rem;
	display: block;
}
.back-to-haul:hover, .back-to-haul:focus, .back-to-haul:active{
	background-color: #00B5E5;
	color: #fff;
}

.sitemap-ul, .sitemap-ul ul{
	list-style-type: none;
}

.sitemap-ul a, .sitemap-ul ul a{
	color: #343740;
}

.product-id-number{
	font-weight: 700;
	color: #343740;
}

.product-strip{
	display: block;
	height: 2px;
	background-color: #00B5E5;
	margin-bottom: 30px;
}

.woocommerce div.product p.price{
	font-weight: 700;
	color: #00B5E5;
	font-size: 1.5rem;
}

.available-icon{
	color:#22A116;
	display: inline-block;
	padding: 5px 15px;
	border: 2px solid #22A116;
	font-weight: 600;
	border-radius: 10px;
}

.sold-out-icon{
	color:#CC0033;
	display: inline-block;
	padding: 5px 15px;
	border: 2px solid #CC0033;
	font-weight: 600;
	border-radius: 10px;	
}

.woocommerce button.button.alt{
	background-color: transparent;
	color: #00B5E5;
	border: 2px solid #00B5E5;
	font-weight: 400;
	font-size: 1.2rem;
	border-radius: 0px;
	padding: .5em 2em;
}
.woocommerce button.button.alt:hover, .woocommerce button.button.alt:focus, .woocommerce button.button.alt:active{
	background-color: #00B5E5;
	color: #fff;
}

.woocommerce-product-details__short-description{
	background-color: #EBEBEB;
	padding: 15px;
	margin-top: 30px;
}

.related-products-wrapper{
	padding: 40px 0px;
}

.related-products-wrapper h2{
	color: #00B5E5;
	margin-bottom: 30px;
}

.single-product .section-padding{
	padding-bottom: 0px;
}

.woocommerce-page ul.products li.product{
	margin-bottom: 30px;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title{
	color: #1F2126 !important;
	padding: 0px 10px;
}

.shop-wrapper .product .click-to-order{
	white-space: normal !important;
	line-height: 25px !important;
	background-color: #343740 !important;
	color: #fff !important;
	padding: 10px !important;
}

.product-type-simple .click-to-order{
	white-space: normal !important;
	line-height: 25px !important;
	color: #CC0033 !important;
	background-color: transparent !important;
	font-weight: 400 !important;
	font-size: 1.2rem !important;
	padding: 0px !important;
}

.related-products-wrapper .click-to-order{
	white-space: normal !important;
	line-height: 25px !important;
	background-color: #FF9505 !important;
	color: #1F2126 !important;
	padding: 10px !important;
}

a.sold-out-link{
	color: #CC0033;
	font-weight: 600;
}

a.sold-out-link:hover{
	color: #AD0932;
}

.woocommerce-product-details__short-description ul{
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.woocommerce-product-details__short-description ul li{
	background-image: url("/img/bullet.png");
	background-repeat: no-repeat;
	line-height: 2em;
	padding-left: 25px;
	background-position: 7px 15px;
}



.product-type-wrapper{
	background-color: #343740;
	padding: 20px;
}

.product-type-title{
	font-size: 1.3rem;
	text-transform: none;
	color: #fff;
}

.product-vehicle-manufacturer{
	color: #fff;	
}

.product-vehicle-list{
	list-style-type: none;
	margin-left: 0px;
}

.product-vehicle-list li{
	color: #fff;
}

.bar-collection-lead-image{
	height: 460px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.bar-card{
	background-color: #343740;
	padding: 20px;
	margin-bottom: 30px;
}

.bar-card h3{
	text-align: center;
	color:  #00B5E5;
	text-transform: uppercase;
	font-size: 2rem;
}

.bar-card img{
	margin-bottom: 30px;
}

.bar-card p{
	color: #fff;
	text-align: center;
}

.bars-collection-btn{
	background-color:  transparent;
	border: 2px solid  #FF9505;
	color:  #FF9505;
	font-size: 1.2rem;
	display: block;
	margin-top: 30px;
}

.bars-collection-btn:hover, .bars-collection-btn:focus, .bars-collection-btn:active{
	background-color:  #FF9505;
	border: 2px solid  #FF9505;
	color:  #1F2126;
}

.bar-collection-wrapper h1{
	margin-bottom: 40px;
}

.cart-collaterals  .click-to-order{
	white-space: normal !important;
	line-height: 25px !important;
	background-color: #FF9505 !important;
	color: #1F2126 !important;
	padding: 10px !important;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button{
	background-color: transparent;
	border: 2px solid  #00B5E5;
	color:  #00B5E5;
	font-weight: 400;
	border-radius: 0px;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:focus, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:active{
	background-color: #00B5E5;
}

.woocommerce table.shop_table, .woocommerce input.button{
	border-radius: 0px;
}

.woocommerce-MyAccount-navigation ul{
	list-style-type: none;
	margin-left: 0px;
}

.woocommerce-MyAccount-navigation ul li{
	margin-bottom: 20px;
}

.search-submit{
	background-color: transparent;
	border: 2px solid  #00B5E5;
	color:  #00B5E5;
	font-weight: 400;
	font-size: 1.2rem !important;
	padding: 10px;
}

.search-submit:hover, .search-submit:active, .search-submit:focus{
	background-color: #00B5E5;
	color:  #fff;
}

@media screen and (max-width: 640px) {
	.search-submit{
		width: 100% !important;
	}
}

.search-post-link a{
	color: #EBEBEB;
}

.bar-collection-wrapper{
	background-color: #1F2126;
}

.woocommerce-product-gallery .flex-viewport{
	margin-bottom: 30px;
}

.woocommerce div.product div.images .flex-control-thumbs li{
	padding: 0px 10px 20px 10px
}

.slick-slider{
	z-index: 1;
}

.wpcf7-submit{
	background-color: transparent;
	border: 2px solid  #00B5E5;
	color:  #00B5E5;
	display: inline-block;
	padding: 10px 80px;
	font-size: 1.1rem;
	cursor: pointer;
	margin-top: 25px;
}

.wpcf7-submit:hover, .wpcf7-submit:active, .wpcf7-submit:focus{
	background-color: #00B5E5;
	color:  #fff;
}

@media screen and (max-width: 640px) {
	.wpcf7-submit{
		display: block;
		width: 100%;
	}
}

.about-bar{
	margin-bottom: 30px;
}

.about-bar-image{
	display: block;
	margin: 0 auto;
	margin-bottom: 20px;
}

.about-bar-link{
	background-color: transparent;
	border: 2px solid  #00B5E5;
	color:  #00B5E5;
	display: block;
	padding: 10px 20px;
	font-size: 1.1rem;
	cursor: pointer;
}

.about-bar-link:hover, .about-bar-link:active, .about-bar-link:focus{
	background-color: #00B5E5;
	color:  #fff;
}

.about-truckstop-logo{
	display: block;
	margin: 20px auto;	
}

a.about-truckstop{
	background-color: #00B5E5;
	text-align: center;
	display: block;
	font-size: 1.1rem;
	max-width: 300px;
	margin: 0 auto;
	margin-top: 30px;
}

a.about-truckstop:hover{
	background-color: #159CBF;
}

.about-bars-wrapper{
	margin-top: 30px;
}
.contact-page-details{
	color: #343740;
	font-size: 1.1rem;
	display: inline;
	margin-left: 15px;
}

p.contact-page-details a{
	color: #343740;
	cursor: text;
}
p.contact-page-details a:hover{
	color: #343740;
}


@media screen and (max-width: 1024px) {
	.contact-details-wrapper{
		margin-bottom: 20px;
	}
}
.contact-page-form{
	margin-top: 40px;
}

.fa-phone, .fa-envelope{
	color: #00B5E5;
}

.faq-wrapper{
	margin-bottom: 30px;
}

.faq-question{
	color: #00B5E5;
	font-size: 1.1rem;
	font-weight: 700;
}

ol { counter-reset: item; text-indent: -24px;}
ol > li { display: block; }
ol > li:before { content: counters(item, ".") " "; counter-increment: item; }
ol strong{line-height: 60px;}

.footer-tel{
	color: #fff;
	cursor: text;
}

.footer-tel:hover{
	color: #fff;
}

#post-186 .article-header{
	display: none;
}

.woocommerce input.button.alt{
	background-color: #00B5E5;
}

.woocommerce input.button.alt:hover, .woocommerce input.button.alt:focus, .woocommerce input.button.alt:active{
	background-color: #159CBF;
}

.woocommerce-checkout #payment ul.payment_methods li img{
	display: none;
}

ol > li::before{
	content: '';
}

/*2021 - MENU UPDATE */
.shop-lead-background {
    background-repeat: no-repeat;
    height: 340px;
    background-size: cover;
    background-position: center center;
    padding: 140px 80px 40px 80px;
}

#main-menu {background-color: #000;}

.menu-2021-update.top-bar {
    background-color: #00b5e5;
text-transform: uppercase;
font-size: 0.9rem;
font-weight: bold;
}
.menu-2021-container{

padding: 0 2rem;
max-width: 75rem;
float: none;
margin: auto;
}

.menu-2021-update.top-bar ul{    

    width: 100%;
    margin: 0;
    padding: 0;
}

.menu-2021-update.top-bar ul li{ 
font-size: inherit;
width: unset;
display: block;
flex: 0 1 auto;
list-style-type: none;

}
.dropdown.menu .is-active > a {
    color:  #060606 ;
}

.menu-2021-update.top-bar ul li:hover a{ 
color:#fff !important;
}
.menu-2021-update.top-bar ul li:hover li a{ 
color:#fff !important;
}
.menu-2021-update.top-bar ul li ul li a{ 
color:#fff !important;
}
.menu-2021-update.top-bar ul li ul li:hover a{ 
color:#fff !important;
background:#00b5e5;
}

.menu-2021-update.top-bar ul li.is-dropdown-submenu-parent > a::after {
    border-color: #060606 transparent transparent !important;
}

.header-2021 {
  
    padding: 10px;
}
.header-2021 .logo{padding: 10px;}
.header-2021-right {
text-align:right;
color:#fff !important;
font-weight:bold;
}
.header-2021-right p{margin:0px;}

.home-lead-background{margin-top:0px;}

.header-2021-right span {margin-top:12px; display: block;}

@media screen and (max-width: 640px) {
.menu {
    float: unset;}
.menu span {
    padding: 6px;
    vertical-align: middle;}

.header-2021, .header-2021-right {
    text-align: center;
}
.shop-lead-background {
    background-repeat: no-repeat;
    height: 400px;
padding-top:200px;
}
.shop-title {
    font-size: 1.2rem;
}
.shop-subtitle {
    font-size: 1rem;
}
}
