/*

Theme Name: Crofter's Organic
Author: Madwell
Author URI: http://madwell.com
Version: 1.0

Theme styles can be found in /css

*/

.store-locator__map.wpb_content_element {
	height: auto !important;
	min-height: 660px !important;
}
.single-blog .banner-title h1 {
	background: rgba(0, 135, 192, 0.8);
	color: #fff;
	padding: 5px 20px 20px;
	line-height: 1em;
}

/* navigation overrides */
.site-header__container .nav-about img.menu-item_top {width: 60px; max-width: none;}
header .site-header__navigation > li {padding:0 20px;}
.header-menu > li a:last-child {color:#43452f !important;}
.header-menu > li .menu-item a,
.header-menu > li a:last-child:hover {color:#fff !important;}


@media only screen and (max-width: 1200px) {
	header .site-header__navigation > li {
	    padding: 25px 11px;
	}
}

/* recipe grid overrides */
.recipe-category__content .wrapper {display:flex;flex-flow:wrap;}
.recipe-category__item img {width:100%;}
.recipe-category__item {width:100%;}

div.recipe-download .gform_wrapper {margin-top:30px;}

@media only screen and (min-width: 600px) {
	.recipe-category__item.col-4 {width:50%;}
}

@media only screen and (min-width: 1023px) {
	.recipe-category__item.col-4 {width:33.333%;}
}

/* single product overrides */
.big-jar.small-jar .product .product__hero__slider--content {bottom: -42px;}
.big-jar.small-jar .product .product__hero__slider--nav .slick-list {padding-top:50px !important;}
body.product-premium-berry-harvest .product .product__hero--right {height:610px;}