/*
 Theme Name:   Kenton
 Description:  Kenton Theme
 Author:       The Bridge
 Author URI:   http://the-bridge.co.uk
 Template:     storefront
 Version:      1.0.0
*/

body {
	font-family: 'Roboto', sans-serif;
}

a, a:visited {
	color: #000000;
}

a:hover {
	text-decoration: underline;
}

.site-footer {
	background-color: #383838;
	color: #b0b0b0;	
}

.site-footer #footer-col1 {
	width: 100%;
}

 @media screen and (min-width: 600px) {
 	.site-footer #footer-col1 {
		width: 30%;
		float: left;		
	}	 	 
 }

.site-footer #footer-col2 {
	width: 100%;	
}

 @media screen and (min-width: 600px) {
 	.site-footer #footer-col2 {
		width: 70%;
		float: left;
	}	 	 
 }

.site-footer a {
	color: #b0b0b0 !important;		
}

#footerlogo {
	margin-bottom: 20px;
}

#footersocial {
	float: left;
}

 @media screen and (min-width: 600px) {
 	#footersocial {
		float: right;
	}	 
 }

#footersocial a {
	float: left;
	margin: 0 10px 0 0;
}

#menu-footer-menu {
	overflow: hidden;
	width: 100%;
}

 @media screen and (min-width: 600px) {
 	#menu-footer-menu {
		overflow: auto;
		width: 300px;
	}	 
}

.kenton-footer-menu {
	width: 100%;
	overflow: hidden;
	float: left;
}

 @media screen and (min-width: 600px) {
 	.kenton-footer-menu {
		width: 350px;
		overflow: hidden;
		float: right;
	}	 
 }

.kenton-footer-menu li {
	float: left;
	list-style-type: none;
	margin: 37px 10px 0 10px;
	width: 100%;
}

 @media screen and (min-width: 600px) {
 	.kenton-footer-menu li {
		width: auto;
	}	 
 }

.kenton-footer-menu li a {
	text-decoration: none !important;
}

#footer-signup {
	width: 100%;
	text-align: right;
	overflow: hidden;
	margin-bottom: 10px;
}

#footer-signup-inner {
	width: 100%;
	float: left;
}

 @media screen and (min-width: 600px) {
 	#footer-signup-inner {
		width: 80%;
		float: right;
	}	 
 }

#footer-signup h3 {
	color: #b0b0b0;
	float: left;
	width: 100%;
	text-align: left;
	font-size: 2em;
	margin-bottom: 0px;
}

#footer-signup #signuptextbox {
	width: 50%;
	font-style: italic;
	color: #b0b0b0;
}

@media screen and (min-width: 600px) {
	#footer-signup #signuptextbox {
		width: 75%;
	}	
}

#footer-signup #signuptextbox::placeholder {
	font-style: italic;
	color: #b0b0b0;
}

#footer-signup #footersignupsubmit {
	background-color: #f59244;
	color: #ffffff;
	width: 40%;
	margin-left: 5px;
}

@media screen and (min-width: 600px) {
	#footer-signup #footersignupsubmit {
		width: 25%;
		margin-left: 0px;
	}	
}

#footer-signup #footersignupsubmit:hover {
	color: #000000;
}

#masthead {
	background-color: #000000;
	height: 112px;
}

.home #masthead {
	height: 230px;
}

@media screen and (min-width: 600px) {
	#masthead {
		height: 230px;
	}	
}

#masthead .menu-footer-menu-container {
	display: none;
}

#header-text {
	display: none;
}

.home #header-text {
	display: none;
}

@media screen and (min-width: 600px) {
	.home #header-text {
		display: block;
	}
}

#header-text-mobile {
	display: none;
}

.home #header-text-mobile {
	display: block;
	clear: both;
	text-align: center;	
}

.home #header-text-mobile h1 {
	padding: 5px 0 0px 0 !important;
}

@media screen and (min-width: 600px) {
	.home #header-text-mobile {
		display: none;
	}
}


.home #masthead {
	background-image: url('img/homepage-header-4.jpg');
	background-color: #000000;
	background-repeat: no-repeat;
	background-position: center top;
	height: 300px;
	background-size: cover; 
}

@media screen and (min-width: 600px) {
	 .home #masthead {
	 	height: 500px;			
	 	background-image: url('img/homepage-header-4.jpg');	 	
	}
 }
 
 @media screen and (min-width: 1000px) {
	 .home #masthead {
	 	background-image: url('img/homepage-header-4.jpg');	 	
	}
 }

 @media screen and (min-width: 700px) {
 	#masthead .storefront-primary-navigation .col-full {
		border-top: 1px solid #ffffff;
	}
}

#masthead .storefront-primary-navigation #site-header-cart {
	display: none;
}

 @media screen and (min-width: 768px) {
 	#masthead .site-header-cart {
		margin: -20px 60px 0 0 !important;
	}	 
 }

#masthead .primary-navigation {
	margin-top: 20px;
}

#header-text {
	clear: both;
	text-align: center;
}

.home #content .col-full {
	max-width: 100%;
	padding: 0;
	margin: 0;
}

.home #masthead h1 {
	color: #fff;
	font-family: arial;
    font-weight: bold;
    font-size: 1.9em;
    margin: 85px 0 85px 0;
}

 @media screen and (min-width: 600px) {
 	.home #masthead h1 {
	    font-size: 3em;
	    margin: 60px 0 60px 0;
	}	 
 }
 
  @media screen and (min-width: 700px) {
 	.home #masthead h1 {
	    font-size: 4.5em;
	    margin: 85px 0 85px 0;
	}	 
 }

#site-navigation {
	width: 100% !important;
}

#site-navigation.toggled .menu {
	background-color: #000000;
	padding: 20px 0 20px 0;
	opacity: 0.8;
	margin-top: 10px;
}

#site-navigation.toggled .menu a {
	border: 0px;
	font-size: 1.4em;
}

#site-navigation #menu-header-menu {
	margin: 0 0 0 100px;
}

#site-navigation #menu-header-menu .sub-menu {
	background-color: #000000;
	opacity: 0.8;
	padding: 20px 0;
}

#site-navigation #menu-header-menu .sub-menu a {
	font-size: 1em;
	border-right: 0px !important;
	margin: 5px 0;
}

#site-navigation #menu-header-menu .sub-menu a:hover {
	color: #c0c0c0;
}

#site-navigation li a {
	color: #fff;
	padding: 0 19px;
	margin: 0;
	font-size: 1.6em;
	font-weight: 100;
	border-right: 1px solid #ffffff;	
}

@media screen and (min-width: 600px) {
	.primary-navigation #menu-header-menu .menu-item a {
		padding: 0 10px;
		font-size: 1em;	
	}	 
}

@media screen and (min-width: 800px) {
	.primary-navigation #menu-header-menu .menu-item a {
		padding: 0 10px;
		font-size: 1.1em;		
	}	 
}

@media screen and (min-width: 900px) {
	.primary-navigation #menu-header-menu .menu-item a {
		padding: 0 11px;
		font-size: 1.2em;		
	}	 
}

@media screen and (min-width: 1150px) {
	.primary-navigation #menu-header-menu .menu-item a {
		padding: 0 19px;
		font-size: 1.6em;		
	}	 
}

#site-navigation li:nth-last-child(2) a {
	border: 0px;	
}

.homepage-row {
	width: 100%;
	clear: both;
	margin-bottom: 40px;
	overflow: hidden;
}

.homepage-row-inner {
	width: 100%;
	margin: auto auto;
}

 @media screen and (min-width: 600px) {
	 .homepage-row-inner {
		max-width: 66.4989378333em;
 	}
 }

.homepage-section-box {
	width: 80%;
	margin: 40px auto;
}

.homepage-section-box img {
	margin: auto auto;
}

 @media screen and (min-width: 600px) {
 	.homepage-section-box {
		width: 30%;
		margin: 0 1.6%;
		float: left;
	}	 
 }

.homepage-row .homepage-row-inner .homepage-section-box .homepage-section-image {
	background-color: #929292;
	padding: 0;
	height: 196px;
	position: relative;
}

.homepage-row .homepage-row-inner .homepage-section-box .homepage-section-image img {
	max-width: 85%;
	margin: auto auto;
	position: absolute;
  	top: 50%;
  	left: 50%;
  	transform: translate(-50%, -50%);
}

.homepage-row .homepage-row-inner .homepage-section-box .homepage-section-image-9 img {
	max-width: 100%;
	margin-top: -10px;
}

.homepage-row .homepage-row-inner .homepage-section-box .homepage-section-text {
	background-color: #e5e5e5;
	padding: 8%;
	height: 330px;
}

.homepage-row .homepage-row-inner .homepage-section-box .homepage-section-text h2 {
	line-height: 1em;
}

.homepage-row .homepage-row-inner .homepage-section-box .homepage-section-text p {
	line-height: 1.2em;
}

.homepage-row .homepage-row-inner .homepage-section-box .homepage-section-text a {
	background-color: #f59244;
	color: #ffffff;
	padding: 5px 15px;
}

@media screen and (min-width: 600px) {
	.homepage-row .homepage-row-inner .homepage-section-box .homepage-section-text a {
		padding: 5px 5px;
	}		
}

@media screen and (min-width: 700px) {
	.homepage-row .homepage-row-inner .homepage-section-box .homepage-section-text a {
		padding: 5px 30px;
	}	
}

.homepage-row .homepage-row-inner .homepage-section-box .homepage-section-text a:hover {
	color: #000000;
}

.homepage-row .homepage-quote {
	width: 100%;
	overflow: hidden;
	height: 350px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	padding-top: 30px;	
}

@media screen and (min-width: 600px) {
	.homepage-row .homepage-quote {
		padding-top: 50px;	
		height: 300px;		
	}
}

.homepage-quote-2 .homepage-quote-innner .homepage-quote-text {
	font-size: 2em;
}

@media screen and (min-width: 600px) {
	.homepage-quote-2 .homepage-quote-innner .homepage-quote-text {
		font-size: 3.5em;
	}	
}

.homepage-quote-innner {
	width: 100%;
	text-align: center;
}

@media screen and (min-width: 600px) {
	.homepage-quote-innner {
		max-width: 66.4989378333em;
		margin: auto auto;
	}
}

.homepage-quote-text {
	color: #ffffff;
	font-size: 2em;
	line-height: 1.2em;
	margin: 0 10px 10px 20px;
	font-weight: bold;
}

.homepage-quote-text a {
	color: #ffffff;	
	text-decoration: none;
}

@media screen and (min-width: 600px) {
	.homepage-quote-text {
		font-size: 3em;	
	}	
}

.homepage-quote-name {
	color: #f59244;	
	font-size: 1.7em;
	margin: 0 10px 10px 20px;
}

.homepage-quote-name a {
	color: #f59244;	
	text-decoration: none;
}

.homepage-row .homepage-quote-1 {
	/** background-image: url('img/homepage-quote-bg-1.png'); **/
	/** background-image: url('img/homepage-header.png'); **/
	background-image: url('img/homepage-strip.jpg');
}

.homepage-row .homepage-quote-2 {
	/** background-image: url('img/homepage-quote-bg-2.png'); **/
	/** background-image: url('img/homepage-header.png'); **/
	background-image: url('img/homepage-header-4.jpg');
	font-size: 80%;
	height: 350px !important;
}

.widget_shopping_cart_content #site-header-cart li a {
	color: #000000 !important;
}

#site-header-cart li a {
	color: #ffffff !important;
}

button, input[type="button"], input[type="reset"], input[type="submit"], .button, .widget a.button {
	background-color: #f59244;
	color: #ffffff !important;	
}

button.alt, input[type="button"].alt, input[type="reset"].alt, input[type="submit"].alt, .button.alt, .widget-area .widget a.button.alt {
	background-color: #f59244;
	color: #ffffff;
}

.woocommerce-active .site-header .site-branding {
	width: 30%;
}

.site-header-cart .cart-contents::after {
	line-height: 1;
	font-size: 1.6em;
}


@media screen and (min-width: 600px) {
	.contact-page .has-2-columns .wp-block-column:first-of-type {
		flex-basis: 30%;
	}

	.contact-page .has-2-columns .wp-block-column:last-of-type {
		flex-basis: 70%;
	}	
}

.has-2-columns h2 {
	text-align: center;
}

.has-2-columns h2 a {
	color: #f59244;
	text-decoration: none !important;
}

.has-3-columns h2 {
	text-align: center;
}

.has-3-columns h2 a {
	color: #f59244;
	text-decoration: none !important;
}

.single-product #primary {
	width: 100%;
}

.single-product #secondary {
	display: none;
}

.smalltext {
	font-size: 0.65em;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message, .woocommerce-noreviews, p.no-comments {
	background-color: #f59244;
}

.woocommerce-product-details__short-description p {
	color: #f59244;
}

#product-manuals li {
	min-height: 30px;
	list-style-type: none;
	padding-left: 50px;
	background-image: url('/wp-content/uploads/2019/05/document.png');
	background-size: 30px 30px;
	background-repeat: no-repeat;
	margin: 10px 0 10px 0;
}

#product-reviews li {
	min-height: 30px;
	list-style-type: none;
	padding-left: 50px;
	background-image: url('/wp-content/uploads/2019/05/reviews.png');
	background-size: 30px 30px;
	background-repeat: no-repeat;
	margin: 10px 0 10px 0;
}

#product-additional-images {
	width: 100%;
	clear: both;
	overflow: auto;	
}

#product-additional-images li {
	list-style-type: none;
	float: left;
	margin: 20px;
	text-align: center;
	height: 200px;
}

#product-additional-images .product-additional-images-img-black {
	width: 150px;
	height: 150px;
	margin: auto auto;
}

#product-additional-images li img {
	width: 150px;
	margin: auto auto;
}

.associated-products {
	overflow: auto;
	width: 100%;
}

.associated-products .associated-products-block {
	float: left;
	margin: 20px;
	width: 100%;
	text-align: center;
}

@media screen and (min-width: 600px) {
	.associated-products .associated-products-block {
		width: 200px;
	}	
}

.associated-products .associated-products-block-img {
	height: 150px;
	text-align: center;
}

.associated-products .associated-products-block-img img {
	max-width: 150px;
	margin: auto auto;
}

.associated-products .associated-products-button {
	background-color: #f59244;
	color: #ffffff;
	padding: 10px 20px;
}

.twocol-col1 {
	width: 100%;
}

.twocol-col2 {
	width: 100%;
}

@media screen and (min-width: 600px) {
	.twocol-col1 {
		float: left;
		width: 30%;
	}

	.twocol-col2 {
		float: left;		
		width: 70%;
	}	
}

.storefront-breadcrumb {
	margin: 0;
}

.widget_shopping_cart_content {
	/**
	background-color: #000000;
    opacity: 0.8;
	**/
}

.site-header-cart .widget_shopping_cart {
	background-color: #000000;
}

.site-header-cart .widget_shopping_cart a {
	color: #ffffff;
}

.site-header-cart .widget_shopping_cart p {
	color: #ffffff;	
}

.site-header-cart .widget_shopping_cart span {
	color: #ffffff !important; 	
}

.site-header-cart .widget_shopping_cart .woocommerce-mini-cart__empty-message {
	color: #ffffff;
}

.site-header-cart .widget_shopping_cart .buttons, .site-header-cart .widget_shopping_cart .total {
	background-color: #000000;
    opacity: 0.8;
}

.added_to_cart, .site-header-cart .widget_shopping_cart a.button {
	background-color: #f59244;
}

.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
	max-width: 100%;
}

.menu-toggle {
	background-color: #000000 !important;
	color: #ffffff;
}

button.menu-toggle::after, button.menu-toggle::before, button.menu-toggle span::before {
	background-color: #ffffff;
}

.single-product div.product .woocommerce-product-gallery {
	margin-bottom: 0px !important; 
}

.single-product div.product .images, .single-product div.product .summary, .single-product div.product .woocommerce-product-gallery {
	margin-bottom: 10px !important; 	
}

.archive-image-wrapper {
	border: 1px solid #e5e5e5;
	padding: 3px;			
	width: 256px;
	height: 256px;
	margin: 0 auto 1.618em;
	vertical-align: middle;
	position: relative;
}

.size-woocommerce_thumbnail {
	position: absolute;
    top: 0;
    bottom: 0;
    margin: auto auto !important;
    max-width: 248px;
    max-height: 248px;	
}

.woocommerce-loop-product__title {
	font-weight: bold !important;
	min-height: 50px;
}

.woocommerce-loop-product__link div {
	min-height: 150px;
}

@media screen and (min-width: 600px) {
	.woocommerce-loop-product__link div {
		min-height: 120px;
	}	
}

@media screen and (min-width: 1000px) {
	.woocommerce-loop-product__link div {
		min-height: 90px;
	}	
}

a:focus, button:focus, input:focus, textarea:focus {
	outline: none;
}

#wpsm_accordion_927 .ac_title_class {
	font-family: 'Roboto', sans-serif !important;
}

#primary #main #post-55 .entry-content #wpsm_accordion_927 .wpsm_panel-body {
	font-family: 'Roboto', sans-serif !important;
	color: #6d6d6d !important;	
}

.underspace {
	margin-bottom: 20px;
}

.widget_emailblaster {
	margin: 0px;
}

.EmailBlasterForm {
	height: 80px !important;
}

.woocommerce-price-suffix {
	font-size: 100%;
}

.woocommerce-variation-price {
	display: none;
}

.site-header .custom-logo-link img, .site-header .site-logo-anchor img, .site-header .site-logo-link img {
	max-width: 150px;
}

@media screen and (min-width: 600px) { 
	.site-header .custom-logo-link img, .site-header .site-logo-anchor img, .site-header .site-logo-link img {
		max-width: 210px;
	}	
}

.producttable {
	margin: 0 0 10px 0;
}

.producttable td, th {
	padding: 3px;
}

@media screen and (min-width: 600px) {
	.producttable td, th {
		padding: 5px;
	}	
}

.highlight {
	color: #f59244;
}

table td, table th {
	padding: 0.5em 1.41575em;
}

@media screen and (min-width: 600px) {
	#menu-item-2500 {
		display: none;
	}
}

.allow {
	color: #f59244;
	font-weight: bold;
}

.add_to_cart_inline .add_to_cart_button {
	clear: both;
	display: block;
	width: 50%;
	text-align: center;
	margin-top: 5px;
}

.add_to_cart_inline .added_to_cart {
	clear: both;
	display: block;
	width: 50%;
	text-align: center;
	margin-top: 5px;
}

.custombuttons {
	height: 77px;
}

@media screen and (min-width: 1000px) {
	.custombuttons {
		height: 50px;
	}
}

.custombuttons a {
	width: 80%;	
}

@media screen and (min-width: 800px) {
	.custombuttons a {
		width: 255px;	
	}	
}

@media screen and (min-width: 900px) {
	.custombuttons a {
		width: 300px;	
	}	
}

@media screen and (min-width: 1000px) {
	.custombuttons a {
		width: 360px;	
	}	
}

.chw-title {
	display: none;	
}