/*-----------HEADER-----------*/

.site-header {
	background-color: white;
	border-bottom: 0px;
}

div.storefront-primary-navigation {
	margin-top: 30px;
	background-color: #efefef;
}

body:not(.home) .header-widget-region {
  display: none;
}

/*-----------MOBILE HEADER-----------*/

@media screen and (max-width: 768px) {
	div.storefront-primary-navigation {
		background-color: white;
}
}
/*-----------MENU-----------*/

ul.menu li a:hover {
	color: #888888;
}



/*-----------PUNCHLINE-----------*/

.header-widget-region .widget {
	padding-top: 28px;
}

.header-widget-region {
		background: linear-gradient(215deg,rgba(91,135,68,100) 0%, rgba(60,89,45,100) 100%);
	margin-bottom: 0;
}

.header-widget-region {
	padding: 35px 0px;
}

.punch-line {
	color: white;
	text-align: center;
	font-size: 42px;
}


/*----------PAGE BREADCRUMBS----------*/

.storefront-breadcrumb {
	margin-bottom: 20px;
}



/*----------PAGE TITLE----------*/

.entry-title {
	margin-bottom: 20px;
}


/*-----------BUTTONS-----------*/

button,
input[type='button'],
input[type='reset'],
input[type='submit'],
.button,
.wc-block-grid__products .wc-block-grid__product .wp-block-button__link,
.added_to_cart {
	background-color: #dedede;
	color: #444444;
	font-size: 14px;
	font-weight: 400;
	border-radius: 2px;
	margin: 0px 5px 0px
}

.button:hover {
	background-color: #d1d1d1;
	color: #444444;
	font-size: 14px;
	font-weight: 400;
	border-radius: 2px;
	margin: 0px 5px 0px
}


.widget-area .widget a.button {
	font-weight: 400 !important;
}

/*-------MESSAGE/ALERTS------*/

.woocommerce-message {
	background-color: #EE3F3E !important;
}

.woocommerce-info, .woocommerce-noreviews, p.no-comments {
	background-color: #EE3F3E !important;
}

/*-----------TYPOGRAPHY-----------*/

.widget-area .widget a {
	font-weight: 400 !important;
}

h1, h2, h3, h4, h5, h6{
	color: #444444;
}
	


/*-----------LINKS-----------*/


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

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


/*------RESPONSIVE SETTINGS-------*/

@media screen and (min-width: 768px) {
	.col-full {
		max-width: 75%;
	}
	
	.site-main ul.products li.product {
		width: 28%;
		font-size: .8em;
	}
}



/*-------CHECKOUT FORM----------*/

#billing_state_field {
	width: 50%;
	margin-right: 10%;
}

#billing_postcode_field {
	width: 50%;
	margin-right: 0;
}

/*-----------FOOTER-----------*/

.site-footer {
			background: linear-gradient(215deg,rgba(91,135,68,100) 0%, rgba(60,89,45,100) 100%);
	color: white;
	border-top: 6px #373435 solid;
}

.site-footer a:not(.button):not(.components-button) {
	color: white;
}

.site-info {
	text-align: center;
}

a.genericon {
	font-size: 28px;	
}

.wp-block-social-links {
}


/*-------WIDGET HEADINGS------*/

#block-3, #block-5, #block-11, #block-15, #block-20 {
	margin-bottom: 20px;
}


