/*
Theme Name: Johnson Hire & Sales
Theme URI: https://danhall.uk/
Template: neve
Author: Dan Hall
Author URI: https://danhall.uk/
Version: 1.0.1.1612214220
Updated: 2021-02-01 21:17:00

*/
/* Product page hide boxes */
.product_meta {
	display:none!important
}

@media (min-width: 960px) {
	#product_catdiv, #tagsdiv-product_tag, #neve-page-settings, #wpseo_meta, #postcustom, #slugdiv {
	display:none!important
}
}

.wc-block-components-sort-select {
    display: none;
}

header {
	margin-top:29px
}

.header-top-fixed {
	position: fixed;
	top: 0;
	display: flex;
	justify-content: space-between;
	background-color: #14171c;
	z-index: 999;
	width: 100vw;
	max-width: 100%;
	color: #fff
}

.header-container {
	display: none;
}

.header-phone {
	display: block;
	background-color: #14171c;
	width: 100%;
	padding: 5px;
	color: #fff;
	text-align: center
}

.header-phone i {
	color: #333;
	font-size: 20px
}

.header-phone button {
	width: 100%;
	padding: 3px 0
}

@media (min-width: 576px) {
	.header-phone {
	 	display: none
	}
}

@media (min-width: 576px) {

	header {
		margin-top:36px
	}

	.header-container {
		display: block;
}	
}

@media (min-width: 960px) {

	header {
		margin-top:36px
	}
}

.header-container {
	margin: 4px 20px
}

.header-container i {
	color:#fcaf3b
}

.header-container a {
	color:#fff
}

.hero-wrapper {
	width: 100vw;
	max-width: 100%;
	position: relative;
	height: 300px;
	background-image: url(http://www.johnsonhireandsales.co.uk/wp-content/uploads/2021/02/IMG-20210202-WA0017.jpg);
	background-size: cover;
	background-position: 0% 30%;
}

.background-position-30 {
	background-position: 0% 30%;
}

.hero-container {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.black-overlay {
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.4)
}

.wp-block-button.wc-block-components-product-button {
	display: none
}

.woocommerce.single .entry-summary>form.cart {
	display: none!important
}

.reviews_tab {
	display: none!important
}

.description_tab a {
	cursor: default!important
}

.single h1.entry-title, .woocommerce.single .product_title {
	font-size: 30px
}

@media (min-width: 960px) {
	.single-product .neve-main > .shop-container .nv-shop.col {
		max-width: 100%
	}
}

@media (min-width: 960px) {
	h1, .single h1.entry-title, .woocommerce.single .product_title {
		font-size: 30px
	}
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs li, .woocommerce div.product .woocommerce-tabs ul.tabs li, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li, .woocommerce-page div.product .woocommerce-tabs ul.tabs li {
	width: 100%;
    background-color: orange;
    padding-left: 20px;
}

.contact-align-center {
	margin: 0 auto;
	text-align: center;
}

@media (min-width: 960px) {
	.nv-single-page-wrap {
    	margin-bottom: 0;
	}
}

.footer-wrapper {
	width: 100vw;
	max-width: 100%;
	padding-top: 90px;
	padding-bottom: 20px;
	background-color: #14171c;
	text-align: center
}

.footer-container {
	color: #fff;
	font-size: 2em
}

.footer-container img {
	width: 260px
}

.footer-container i {
	color:#fcaf3b
}

.align-center {
	text-align: center
}