@import url('https://fonts.googleapis.com/css2?family=Lilita+One&family=Roboto+Condensed&display=swap');
body {
	font-family: 'Lilita One', sans-serif;
	font-weight: 500;
	font-size: 19px;
	font-style: normal;
	line-height: 1.7;
	color: #333;
}

h1, h2, h3 {
	font-family: 'Lilita One', sans-serif;
	/* font-family: 'Roboto Condensed', sans-serif; */
}

h2 {
    font-size: 70px;
    font-weight: 500;
}

h3 {
	font-size: 45px;
	margin-bottom: 35px;
}

h4 {
	font-size: 24px;
	font-weight: 500;
}

b,
strong {
	font-weight: 500;
}

img {
	max-width: 100%;
}

a {
	color: #d9291c;
	text-decoration: none;
	transition: all .2s;
	font-weight: 500;
}

a:hover {
	text-decoration: none;
	color: #00acec;
}

.color-brown {
	color: #d9291c;
}
.color-teal {
	color: #00b7bd;
}
.post-type-archive-families .color-brown, .single-families .color-brown, .post-type-archive-products .color-brown, .relation-recipes-section .color-brown, .post-type-archive-recipe .color-brown, .page-template-where-to-buy .color-brown, .page-template-contact-us .color-brown{
	color: #d9291c;
}

.single-products .h2.color-brown, .single-products .color-brown:after{
	color: #d9291c;
}

.post-type-archive-products h3.color-brown{
	color: #00629b;
}
.color-white {
	color: #ffffff;
}
.text-uppercase {
	text-transform: uppercase;
}

.underlined {
	position: relative;
	padding-bottom: 30px;
}

.centered {
	text-align: center;
}
.flex-center{
	display: flex;
	align-items: center;
	justify-content: center;
}

.underlined:after {
	content: '';
	position: absolute;
	width: 85px;
	height: 4px;
	background: #00acec;
	bottom: 0;
	left: 50%;
		transform: translate(-50%, 0);
}
.border-dotted {
	border-top: 15px dotted #fff;
	border-bottom: 15px dotted #fff;
	padding: 25px 0;
}

.single-products h2.color-brown, .single-recipe .relation-recipes-section h2.color-brown{
	color: #d9291c;
}
.single-products .relation-recipes-section .underlined:after, .single-recipe .underlined:after{
	background: #d9291c;
}

.view-more-link {
    font-size: 1.7rem;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
    background-color: #d9291c;
    border: none;
    padding: 14px 34px;
    font-family: 'Lilita One', sans-serif;
    display: inline-block;
    border-radius: calc(55px/2);
		height: 55px;
		line-height: 1.1;
		margin-top: 25px;
}
a.view-more-link:hover,
.slick-slide .button.cta:hover {
    background-color: #00629b;
    color: #fff;
}
.slick-slide .button.cta:hover {
	
}

sup {
	font-size: 60%;
}

.relation {
    position: relative;
}
.relation__ratio {
    height: 0;
}
.relation__ratio--16x9 {
    padding-top: 56.25%;
}
.relation__ratio--1x1 {
    padding-top: 100%;
}
.relation__ratio--2x1 {
    padding-top: 50%;
}
.relation__content,
.relation iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
	overflow: hidden;
}
/**
 * Fade-zoom animation for popup
 */

/* start state */
.my-mfp-zoom-in .zoom-anim-dialog,
.my-mfp-zoom-in .mfp-iframe-holder .mfp-content {
	opacity: 0;

	-webkit-transition: all 0.2s ease-in-out; 
	-moz-transition: all 0.2s ease-in-out; 
	-o-transition: all 0.2s ease-in-out; 
	transition: all 0.2s ease-in-out; 



	-webkit-transform: scale(0.8); 
	-moz-transform: scale(0.8); 
	-ms-transform: scale(0.8); 
	-o-transform: scale(0.8); 
	transform: scale(0.8); 
}

/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog,
.my-mfp-zoom-in.mfp-ready .mfp-iframe-holder .mfp-content {
	opacity: 1;

	-webkit-transform: scale(1); 
	-moz-transform: scale(1); 
	-ms-transform: scale(1); 
	-o-transform: scale(1); 
	transform: scale(1); 
}

/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog,
.my-mfp-zoom-in.mfp-removing .mfp-iframe-holder .mfp-content {
	-webkit-transform: scale(0.8); 
	-moz-transform: scale(0.8); 
	-ms-transform: scale(0.8); 
	-o-transform: scale(0.8); 
	transform: scale(0.8); 

	opacity: 0;
}

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
	opacity: 0;
	-webkit-transition: opacity 0.3s ease-out; 
	-moz-transition: opacity 0.3s ease-out; 
	-o-transition: opacity 0.3s ease-out; 
	transition: opacity 0.3s ease-out;
}
/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
	opacity: 0.8;
}
/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
	opacity: 0;
}

/*header*/
	#header {
		background-color: #00b7bd;
		/*border-bottom: 3px solid #e1251b;*/
		position: relative;
		z-index: 15;
		-webkit-box-shadow: 0px 4px 9px 0px rgba(40, 41, 38, 0.33);
		-moz-box-shadow:    0px 4px 9px 0px rgba(40, 41, 38, 0.33);
		box-shadow:         0px 4px 9px 0px rgba(40, 41, 38, 0.33);
	}

	#header .container {
		max-width: 95%;
	}

	.header-wrap {
		display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    -webkit-box-pack: justify;
	        -ms-flex-pack: justify;
	            justify-content: space-between;
	    -webkit-box-align: center;
	        -ms-flex-align: center;
	            align-items: center;
	    position: relative;
	    height: 96px;
	}

	#logo a {
		position: absolute;
		display: inline-block;
		max-width: 320px;
		top: 5%;
		left: 0;
		z-index: 10;
	}

	.main-nav {
		list-style-type: none;
		padding: 0;
		margin: 0;
	}

	#top_nav {
		display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	}
	li.order a {
	    background: #e1251b;
	    padding: 10px;
	    color: #fff !important;
	}
	li.order a:hover {
	    opacity: 0.8;
	}

	#mobile-menu-btn {
		display: none;
	}

	.main-nav li {
		position: relative;
		display: inline-block;
		margin: 0 10px;
	}

	/*.main-nav li.menu-item-has-children:hover .sub-menu {
		display: block;
	}*/
	/*.main-nav li.menu-item-has-children {
	    margin-right: 35px;
	    display: inline-block;
	}*/
	.main-nav li.menu-item-has-children:before {
		content: '';
	    color: #008245;
	    position: absolute;
	    width: 11px;
	    height: 9px;
	    left: -25px;
	    top: 10px;
	    background-image: url(../img/drop-icon.png);
	    -webkit-background-size: contain;
	    background-size: contain;
	    background-position: center center;
	    background-repeat: no-repeat;
	    cursor: pointer;
	}

	.main-nav li a {
		color: #fff;
	    text-decoration: none;
	    padding-bottom: 8px;
	    font-weight: 500;
	    font-family: 'Lilita One', sans-serif;
	    font-size: 19px;
		text-transform:uppercase
	}

	.main-nav li a:hover {
		opacity: 1.0;
		 color: #00629b;
		/*border-bottom: 1px solid #ffffff;*/
	}

	.sub-menu {
		position: absolute;
		background-color: #fff;
		background-image: url(../img/texture-dropdown.jpg);
		top: 55px;
		left: -25px;
		margin: 0;
		padding: 20px 25px;
		min-width: 283px;
		opacity: 0;
		box-shadow: 0px 2px 14px #444;
		visibility: hidden;
		transition: all .4s;
	}

	.sub-menu.is-active {
		opacity: 1;
		visibility: visible;
	}

	.sub-menu li {
		display: block;
		text-transform: none;
		margin: 0 0 15px;
	}

	.sub-menu li:last-child {
		margin-bottom: 0;
	}

	.sub-menu li a {
	    color: #d9291c;
	}

	.sub-menu li a:hover {
		border: none;
	    color: #00acec;
	}

	#menu-item-3218 .sub-menu {
		display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    -webkit-box-pack: center;
	        -ms-flex-pack: center;
	            justify-content: center;
	    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-top: 60px;
        padding-bottom: 60px;
	}

	#menu-item-3218 .sub-menu li {
		width: 22%;
		padding: 0 15px;
		margin-bottom: 30px;
		text-align: center;
	}

	#menu-item-3218 .sub-menu a,
	.product-category-link {
		position: relative;
		display: block;
		text-align: center;
		padding-top: 220px;
		font-size: 21px;
	}

	#menu-item-3218 .sub-menu a::before,
	.product-category-link::before {
		content: '';
		position: absolute;
		width: 100%;
		height: 211px;
		left: 0;
		top: 0;
		background-size: contain;
	    background-repeat: no-repeat;
	    background-position: center bottom;
	    -webkit-transition: all .4s;
	    -o-transition: all .4s;
	    transition: all .4s;
	}

	#menu-item-3218 .sub-menu li:first-child a::before,
	.product-category-link.milk-and-cream::before {
		background-image: url(../img/milk.png);
		background-position: 41% bottom;
	}

	#menu-item-3218 .sub-menu li:nth-child(2) a::before,
	.product-category-link.ice-cream::before {
		background-image: url(../img/flavored-milk.png);
		background-position: 41% bottom;
	}

	#menu-item-3218 .sub-menu li:nth-child(3) a::before,
	.product-category-link.frozen_yogurt::before {
		background-image: url(../img/half-and-half.png);
		background-position: 45% bottom;
	}

	#menu-item-3218 .sub-menu li:nth-child(4) a::before,
	.product-category-link.frozen-treats::before {
		background-image: url(../img/cream.png);
		background-position: 45% bottom;
	}

	#menu-item-3218 .sub-menu li:nth-child(5) a::before,
	.product-category-link.sour-cream-and-dips::before {
		background-image: url(../img/juice.png);
		background-position: 45% bottom;
	}

	#menu-item-3218 .sub-menu li:nth-child(6) a::before,
	.product-category-link.cottage_cheese::before {
		background-image: url(../img/egg-nog.png);
		background-position: 45% bottom;
	}

	#menu-item-3218 .sub-menu li:nth-child(7) a::before,
	.product-category-link.other-products::before {
		background-image: url(../img/other.png);
		background-position: 45% bottom;
	}

	#menu-item-3218 .sub-menu a:hover::before,
	.product-category-link:hover::before {
		-webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
            transform: translateY(-10px);
	}

	.close-menu-btn {
		display: none;
	}

	.search-toggle {
		display: inline-block;
	    width: 18px;
	    height: 18px;
	    margin-top: 8px;
	    margin-left: 33px;
	    background-image: url(../img/search-icon.png);
	    -webkit-background-size: contain;
	    background-size: contain;
	    background-position: center center;
	    background-repeat: no-repeat;
	    cursor: pointer;
	}

	.search-toggle.is-active {
		background-image: url(../img/icon-close.png);
		background-size: 14px 14px;
	}

	#site_search {
		padding: 14px 40px 61px;
	    position: absolute;
	    top: 151px;
	    right: -51px;
	    bottom: -122px;
	    background-color: #fff;
	    background-repeat: no-repeat;
	    background-size: cover;
	    background-position: right bottom;
	    z-index: 10;
	    opacity: 0;
	    visibility: hidden;
	    -webkit-transform: translateY(-100%);
	    -ms-transform: translateY(-100%);
	    transform: translateY(-100%);
	    opacity: 0;
	    visibility: hidden;
	    -webkit-transition: all .4s;
	    -o-transition: all .4s;
	    transition: all .4s;
	}

	#site_search.is-active {
        opacity: 1;
        visibility: visible;
	}

	#site_search form {
		position: relative;
	}

	#site_search form .screen-reader-text {
		display: none;
	}

	#site_search form label {
		margin-bottom: 0;
	} 

	.search-field {
		font-family: 'Mulish', sans-serif;
	    font-weight: bold;
	    font-size: 14px;
	    font-style: normal;
	    line-height: 2.3;
	    color: #333;
	    border: none;
	    border-bottom: 2px solid #000;
	    width: 323px;
	    padding: 3px 40px 3px 0;
	    background: transparent;
	    outline: none !important;
	}

	.search-field::-webkit-input-placeholder {color:#999;}
	.search-field::-moz-placeholder          {color:#999;}/* Firefox 19+ */
	.search-field:-moz-placeholder           {color:#999;}/* Firefox 18- */
	.search-field:-ms-input-placeholder      {color:#999;}

	input[type="search"]::-webkit-search-decoration,
	input[type="search"]::-webkit-search-cancel-button,
	input[type="search"]::-webkit-search-results-button,
	input[type="search"]::-webkit-search-results-decoration {
	  -webkit-appearance:none;
	}

	.search-submit {
		position: absolute;
	    top: 3px;
	    right: 6px;
		font-size: 0;
	    border: none;
	    box-shadow: none;
	    width: 21px;
	    height: 21px;
	    padding: 0;
	    background: url(../img/search-icon-active.png);
	    -webkit-background-size: contain;
	    background-size: contain;
	    background-position: center center;
	    background-repeat: no-repeat;
	    outline: none !important
	}
/*content area*/
div#content {
    min-height: 508px;
}

/*footer*/
	#footer {
		background: #d9291c;
		color: #fff;
		padding:15px 0;
	}

	#footer .container {
		max-width: 90%;
	}

	#footer-background {
		height: 364px;
	    background-size: cover;
	    background-position: bottom center;
	}

	.footer-wrap {
		display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    -webkit-box-pack: justify;
	        -ms-flex-pack: justify;
	            justify-content: space-between;
	    padding: 25px 0 5px;
	}

	#footer a {
		color: #fff;
	}
		#footer a:hover {
		    text-decoration: underline;
		}

	.social-side, .social-spotlight-link-dark {
		justify-content: center;
		display: flex;
		align-items: center;
		position:relative;
		top:-10px;
	}

	

	.social-side ul, .social-link-dark ul {
		padding: 0;
		margin: 0;
		list-style-type: none;
	}

	.social-side li, .social-link-dark li {
		display: inline-block;
		margin: 0 5px;
	}

	.social-link {
		display: inline-block;
		width: 37px;
		height: 37px;
		-webkit-background-size: contain;
		background-size: contain;
		background-position: center center;
		background-repeat: no-repeat;
	}

    .social-link svg{
	    fill:#fff;
    }

     .social-link:hover svg{
	    fill:#64e1e2;
    }

/*	.social-link.facebook {
		background-image: url(../img/icon-fb.png);
	}

	.social-link-dark .social-link.facebook {
		background-image: url(../img/icon-fb-active.png);
	}

	.social-link.facebook:hover {
		background-image: url(../img/icon-fb-active.png);
	}

	.social-link.twitter {
		background-image: url(../img/icon-twitter.png);
	}

	.social-link.twitter:hover {
		background-image: url(../img/icon-twitter-active.png);
	}

	.social-link-dark .social-link.twitter {
		background-image: url(../img/icon-twitter-active.png);
	}

	.social-link.instagram {
		background-image: url(../img/icon-insta.png);
	}

	.social-link.instagram:hover {
		background-image: url(../img/icon-insta-active.png);
	}
	.social-link-dark .social-link.instagram {
		background-image: url(../img/icon-insta-active.png);
	}*/

	.bottom-menu-block {
		display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    font-size: 14px;
	}

	.foot-bottom-nav {
		padding: 0;
		margin: 0;
	}

	.foot-bottom-nav li {
		display: inline-block;
		padding: 0 10px;
		position: relative;
	}

	.foot-bottom-nav li::before {
		content: '';
		position: absolute;
		width: 3px;
		height: 3px;
		border-radius: 50%;
		background: #e1251b;
		left: -2px;
		top: 8px;
	}

	.foot-bottom-nav li:first-child::before {
		display: none;
	}

	.foot-bottom-nav li a {
		color: #fff;
	}

	.foot-bottom-nav li a:hover,
	.foot-bottom-nav li.current-menu-item a {
		color: #fff;
		text-decoration: underline;
	}

	.copyright {
		margin-right: 10px;
	}

	.foot-top-nav {
		padding: 0;
		margin: 0;
		list-style-type: none;
	}

	.foot-top-nav li {
		display: inline-block;
		padding: 0 13px;
		position: relative;
	}

	.foot-top-nav li:first-child {
		padding-left: 0;
	}

	.foot-top-nav li::before {
		content: '';
		position: absolute;
		width: 4px;
	    height: 4px;
	    border-radius: 50%;
	    background: #fff;
	    left: -3px;
	    top: 15px;
	}

	.foot-top-nav li:first-child::before {
		display: none;
	}

	.foot-top-nav a {
		text-transform: uppercase;
		color: #fff;
		font-size: 16px;
		font-weight: 500;
	}

	.foot-top-nav a:hover {
		color: #e1251b;
	}

	.back-to-top {
	    background-image: url(../img/top.png);
	    background-size: cover;
	    background-position: center center;
	    background-repeat: no-repeat;
	    width: 39px;
	    height: 39px;
	    display: none;
	    position: fixed;
	    bottom: 22px;
	    right: 22px;
	    border-bottom: none;
	    cursor: pointer;
	    z-index: 200;
	}
    .back-to-top:hover {
        background-image: url(../img/top-rollover.png);
    }
	.back-to-top.active {
	    display: block;
	}

/*home*/
#mainpageSlider, 
#mainpageSlider .row{
	background-repeat: no-repeat;
	background-size: cover;
	height: 69vh;
	background-position:50%;
}

@media only screen and (max-width: 768px){
	#mainpageSlider, 
	#mainpageSlider .row{
		background-position:left top;
	}
}



@media screen and (min-width: 1025px) and (max-width: 1440px) {
	#mainpageSlider, 
	#mainpageSlider .row{
		height: 53vh;
		background-position: bottom center;
	}
	#mainpageSlider .row .order-lg-last {
		padding-left: 7%;
	}
}

@media only screen and (max-width: 1024px) {
	#mainpageSlider {
		height: auto;
	}

	#mainpageSlider .row {
		padding-bottom: 30px;
		height: 60vh;
	}

	#mainpageSlider .row > .order-lg-last {
		display: flex;
		justify-content: center;
		align-items: flex-end;
		align-content: flex-end;
		flex-wrap: wrap;
		align-self: flex-end !important;
		max-width: 100% !important;
		flex: 1 1 100%;
		padding-bottom:40px;
	}

	#mainpageSlider .row .order-lg-last h1,
	#mainpageSlider .row .order-lg-last h3 {
		text-align: center;
		max-width: 80% !important;
		width: 80%;
	}
}
@media only screen and (min-width: 1440px) {
	#mainpageSlider .row .order-lg-last {
		padding-left: 7%;
	}
}
@media only screen and (max-width: 576px) {
	#mainpageSlider .row {
		background-size: 150%;
		height: 60vh;
	}
	#mainpageSlider .row .order-lg-last h1 {
		font-size: 2rem;
	}
}
@media (max-height: 650px) and (max-width: 768px) {
	.slick-list {
		height: 650px;
	}
	#mainpageSlider .row {
		background-size: 140%;
		height: 89vh;
	}
}
@media (max-height: 1000px) and (max-width: 768px) {
	.slick-list {
		height: 650px;
	}
	#mainpageSlider .row {
		background-size: 140%;
		height: 600px;
	}
}
	#mainpageSlider .slide-item {
		height: 800px;
		background-size: cover;
		background-position: center center;
		background-repeat: no-repeat;
		outline: none;
		-webkit-box-shadow: inset 0px -40px 70px -2px rgba(0,0,0,0.5);
		-moz-box-shadow: inset 0px -40px 70px -2px rgba(0,0,0,0.5);
		box-shadow: inset 0px -40px 70px -2px rgba(0,0,0,0.5);
	}

	#mainpageSlider .slick-dots {
		position: absolute;
	    left: 0;
	    top: 461px;
	    list-style-type: none;
	    display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    padding: 0;
	    -webkit-box-pack: center;
	    -ms-flex-pack: center;
	    justify-content: center;
	    width: 100%;
	    -webkit-transition: all .3s;
	    -o-transition: all .3s;
	    transition: all .3s;
	}

	#mainpageSlider .slick-dots button {
		width: 10px;
    	height: 10px;
	    padding: 0;
	    font-size: 0;
	    border: 1.5px solid transparent;
	    border-radius: 50%;
	    background: transparent;
	    margin: 0 10px;
	    cursor: pointer;
	    outline: none !important;
	}

	#mainpageSlider .slick-dots .slick-active button {
	    background: transparent;
	    cursor: default;
	}
	#mainpageAdditionalSlider {
		margin: 75px auto 0;
	}
	#mainpageAdditionalSlider h2 {
		color: #da291c;
		font-size: 4rem;
		text-transform: uppercase;
		text-align: center;
	}
	#mainpageAdditionalSlider h3 {
		color: #00b6bc;
		font-size: 3rem;
		text-transform: uppercase;
	}
	@media screen and (max-width: 450px) {
		#mainpageAdditionalSlider h2 {
			font-size: 2rem;
		}
		#mainpageAdditionalSlider h3 {
			color: #00b6bc;
			font-size: 1.5rem;
			text-transform: uppercase;
			margin-bottom:0;
			
		}
		
		#mainpageAdditionalSlider{
			margin-top:30px;
		}
	}

	#mainpageAdditionalSlider2 {
		 background-size: cover; 
		 background-position: center center;
		 background-repeat: no-repeat;
		 min-height: 337px;
		 background-color: #fff;
		 margin: 65px 100px 100px;
		  /*max-width: 85%; */
	}
	#mainpageAdditionalSlider .slick-slide {
		height: auto !important;
	}

	#mainpageAdditionalSlider2 .slide-item {
		display: flex;
		flex-direction: column;
		align-items: center;
		text-align: center;
		outline: none;
	}
	#mainpageAdditionalSlider2 .slide-item .circle{
		align-items: center;
		border-radius: 50%; 
		display: flex;
		justify-content: center;
		margin: 0 40px;
		padding: 0; 
		position: relative; 
	}
	#mainpageAdditionalSlider2 .slide-item .circle.image{
		display: flex;
		justify-content: center;
		align-items: center;
		width: 25vw;
		height: 25vw;
	}

	#mainpageAdditionalSlider2 .slide-item .circle img{
		max-height: 200px;
	}


    #mainpageAdditionalSlider2 .slick-track{
	   /* height:500px;*/
    }

    #mainpageAdditionalSlider2 .arrow-container{
	   top:12.5vw;
    }
    
     #mainpageAdditionalSlider2 .arrow-container.prev {
       left: -30px;
    }
   
     #mainpageAdditionalSlider2 .arrow-container.next {
       right: -105px;
    }

@media screen and (min-width:992px) and (max-width:1600px){
	#mainpageAdditionalSlider2 .slide-item .circle.image{
		/*width: 30vw;
		height: 30vw;*/
	}
	
	#mainpageAdditionalSlider2 .slide-item .circle img{
		max-height: 50%;
	}
	
	  #mainpageAdditionalSlider2 .arrow-container{
	   /*top:15vw;*/
    }
    
    /* #mainpageAdditionalSlider2 .arrow-container.prev {
       left: 5%;
    }
   
     #mainpageAdditionalSlider2 .arrow-container.next {
       right: -2%;
    }*/
}


	#mainpageAdditionalSlider2 .title {
		display: inline-block;
		/*font-family: 'Bree Serif', serif;*/
		color: #00b7bd;
		font-size: 3vw;
		text-transform: none;
		margin-bottom: 0px;
		font-weight: 500;
		/*position: absolute;*/
		bottom: 0;
		text-transform: uppercase;
		margin-top:30px;
	}

	#mainpageAdditionalSlider2 .title sup {
	    font-size: 39%;
	    top: -1.2em;
	}

	#mainpageAdditionalSlider2 .title::before {
		left: 0;
	}

	#mainpageAdditionalSlider2 .title::after {
		right: 0;
	}

	#mainpageAdditionalSlider2 .text {
	    width: 71%;
	    margin: 0 auto;
	    font-size: 20px;
	    font-weight: 400;
	    /* letter-spacing: 0.6px; */
	    line-height: 1.4em;
	    color: #333;
	}
	@media only screen and (max-width: 992px) {
		#mainpageAdditionalSlider2  {
			margin-top: 25px;
			min-height: auto;
		}
		
		#mainpageAdditionalSlider .slide-item{
			min-height: 400px;
			padding-bottom: 0 !important;
		}
		#mainpageAdditionalSlider2 .title{
			bottom: -5%;
		}
	}

	.main-page-products-block > div {
	    width: 100%;
	    background-size: cover;
	    text-align: center;
   		padding: 143px 0 187px 0;
	}
	.main-page-products-block .title {
	    margin-bottom: 15px;
	    color: #fff;
	    width: 26%;
	    margin: 0 auto;
	}
	.main-page-products-block .title h2 {
		font-size:35px;
	}

	.main-page-products-block .text {
	    width: 20%;
	    margin: 25px auto 42px;
	    font-size: 20px;
	    line-height: 1.4em;
	    color: #fff;
	}

	.main-page-products-block a.view-more-link {
		color: #fff;
	}
	.main-page-products-block a.view-more-link:hover {
	    background-color: #e1251b;
	    color: #fff;
	    opacity:1.0;
	}

	.main-banner-section {
		text-align: center;
		padding: 100px 0;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center center;
	}

	.main-banner-section .section-text {
		margin-bottom: 23px;
	}

	.main-page-link-block {
		display: flex;
		justify-content: center;
		position: relative;
	}
	@media only screen and (max-width: 992px) {
		section.main-page-links-section > div:nth-child(1) > div > div.full-width-background.d-md-block {
			background: url('https://stg-friendlys-staging.kinsta.cloud/wp-content/uploads/2024/06/hands-mobile.png') no-repeat bottom center !important;
			background-size: 90% !important;
		}
		
		section.main-page-links-section > div:nth-child(4) .text-side.full-width-block{
			background:#3ddee3 url('https://stg-friendlys-staging.kinsta.cloud/wp-content/uploads/2024/06/wheretobuy-mobile-2.png') no-repeat bottom center !important;
			background-size: 100% !important;
			padding-bottom:170px;
		}
		
		#mainpageAdditionalSlider2 .arrow-container{
			top:50%;
		}
	}

    @media screen and (min-width:769px) and (max-width:992px){
	
	#mainpageAdditionalSlider2 .slide-item .circle.image{
		width: 415px;
		height: 415px;
	}
	
	#mainpageAdditionalSlider2 .arrow-container {
       top: 245px;
    }
		
	 #mainpageAdditionalSlider2 .arrow-container.next {
       right: -80px;
    }
   }
	@media only screen and (max-width: 768px) {
		#content > section.main-page-links-section > div:first-child{
		/* #content > section.main-page-links-section > div:nth-child(1) > div.text-side.full-width-block > div.text { */
			min-height: 0;
		}
		
		#mainpageAdditionalSlider2 .slide-item .circle.image{
			width: 240px;
            height: 240px;
		}
		
		#mainpageAdditionalSlider2 .slide-item .circle img{
			width:150px;
			max-height:150px;
		}
		
		#mainpageAdditionalSlider2 .arrow-container{
			top:40%;
		}
		
		#mainpageAdditionalSlider2 .arrow-container.prev{
			left:10%;
		}
		
		#mainpageAdditionalSlider2 .arrow-container.next{
			right:-2%;
		}
		
				
		#mainpageAdditionalSlider2{
			
			margin:25px auto 0;
		}
	}
	@media only screen and (max-width: 992px) {
		.main-page-link-block img.full-width-background{
			display: flex;
			align-self: flex-end;
			justify-self: center;
		}
	}
	@media only screen and (max-width: 450px) {
		section.main-page-links-section > div:nth-child(1) > div > div.full-width-background.d-md-block {
			/*background: url('https://stg-friendlys-stage.kinsta.cloud/wp-content/uploads/2024/02/home-hand-icecream-all-mobile.png') no-repeat bottom center !important;
			background-size: contain !important;*/
		}
	}
	
	.main-page-link-block:nth-child(odd) {
			flex-direction: row-reverse;
	}
	@media only screen and (max-width: 768px) {
		.main-page-link-block:nth-child(odd) {
			flex-direction: column-reverse;
		}
		.main-page-link-block .text br{
			display: none;
		}
	}
	.main-page-link-block .text-side {
		background-size: cover;
		text-align: center;
		padding: 5.55% 4%;
		position: relative;
		width: 50%;
	}
	.main-page-link-block .text-side.full-width-block {
		width: 100%;
	}

	

	@media only screen and (max-width: 568px) {
		

	}
	@media only screen and (max-width: 1440px) {
		.main-page-link-block .text-side.full-width-block {
			background-size: cover;
			background-position: center bottom;
			background-repeat: no-repeat;
		}
		section.main-page-links-section > div:nth-child(1) > div{
			padding-bottom: 50%;
		}
	}
		
	section.main-page-links-section > div:nth-child(1) > div{
	/* section.main-page-links-section .main-page-link-block:first-child .full-width-block{ */
		padding: 4% 4% 217px;
		position: relative;
	}
	@media only screen and (max-width: 992px) {
		section.main-page-links-section > div:nth-child(1) > div{
			padding-bottom: 38%; 
		}
	}
	
	section.main-page-links-section > div:nth-child(1) > div > .full-width-background{
		background-repeat: no-repeat;
		background-position: bottom center;
		background-size: 95% auto;
		position: absolute;
		bottom: 0;
		left: 0;
		right: auto;
		width: 100%;
		height: 773px;
		z-index: 9;
	}

	@media only screen and (min-width: 1921px) {

		section.main-page-links-section > div:nth-child(1) > div > .full-width-background{
			background-size: 80% auto;;
			width: 100%;
		    height: 100%;
		}
    }	
    
	@media only screen and (max-width: 1440px) {
		section.main-page-links-section > div:nth-child(1) > div > .full-width-background{
			background-size: contain;
			left: 50%;
  		transform: translateX(-50%);
			height: 773px;
			width: 100%;
			z-index: 9;
		}
	}

	@media only screen and (max-width: 768px) {
		.main-page-link-block .text-side.full-width-block {
			background-size: cover;
			background-position: center bottom;
			background-repeat: no-repeat;
		}
		.main-page-link-block:nth-child(4) > div {
			background-size: contain !important;
			padding-bottom: 25%;
		}
	}
	@media only screen and (max-width : 479px) {
		section.main-page-links-section > div:first-child {
			min-height: auto;
			padding-bottom: 0;
		}
		section.main-page-links-section > div:nth-child(1) > div{
		/* section.main-page-links-section .main-page-link-block:first-child .full-width-block{ */
			padding-bottom: 0;
		}
	}
	.main-page-link-block .image-side {
		width: 51%;
		background-size: cover;
		background-position: 40% center;
		background-repeat: no-repeat;
		position: relative;
	}
	@media only screen and (max-width: 992px) {
		.main-page-link-block .image-side {
			background-size: cover;
			background-position: 50%;
		}

	}	
	.main-page-link-block .icon {
	    width: 101px;
	    margin: 0 auto 29px;
	}

	.main-page-link-block .title {
	    margin-bottom: 15px;
			text-transform: uppercase;
	}

	.main-page-link-block .text {
		color: #00b7bd;
		width: 55%;
		margin: 0 auto;
		font-size: 30px;
		line-height: 1.3;
	}

   .home-social-spotlight .icon__container img{
	max-width:110px;
   }
	@media screen and (max-width: 768px){
		.main-page-link-block .text {
			padding-bottom: 0%;
		}
		
		#mainpageAdditionalSlider2 .title{
			position:relative;
		}
	}
	@media screen and (max-width: 480px){
		.main-page-links-section > .main-page-link-block:first-child .full-width-block .text {
			padding-bottom: 55%;
		}
		
		.main-page-link-block .text {
		width: 85%;
		margin: 0 auto;
		font-size: 18px;
		line-height: 1.3;
	    }
		
		
	}
	.main-page-link-block .text h2{
		max-width: 400px;
		text-align: center;
		margin: 0 auto;
		font-size: 2.8rem;
		line-height: 1;
	}
	.main-page-link-block .text h4{
		max-width: 450px;
		text-align: center;
		margin: 40px auto 0;
	    font-family:Roboto Condensed, sans-serif;
		font-size:30px;
		font-weight:700;
		letter-spacing:-0.5px;
	}

    .main-page-link-block .text h4.border-dotted{
	 	   border-style: dotted;
           border-image-source: url(../img/dotsf.svg);
           border-image-slice: 33% 33%;
           border-image-repeat: round;
           border-width: 13px 0 13px 0;
     }
    
  
	.main-page-link-block:nth-child(4) .full-width-block .text h4.border-dotted{
		border: 0 none !important;
		padding: 0;
	}

	.main-page-link-block.alternating h2 {
		color: #da291c;
		line-height: 1;
		font-size:70px;
	}

    @media screen and (max-width: 768px){
	   .main-page-link-block.alternating h2 {
		   font-size:30px;
		}
		
		.main-page-link-block .view-more-link{
			transform:scale(70%);
			font-weight:normal;
		}
		
		.main-page-link-block .text h4.border-dotted{
			border-width: 7px 0 7px 0;
		}
   }

    @media screen and (max-width: 480px){
	    .main-page-link-block .text h4{
			font-size: 18px;
		}
		
		.main-page-link-block.alternating .text{
			padding-bottom:0%;
		}
   }

/*Our story */
	#ourStorySlider .slide-item {
		height: 510px;
		background-size: cover;
		background-position: center 81%;
		background-repeat: no-repeat;
		outline: none;
		box-shadow: inset 0px -40px 70px -2px rgba(0,0,0,0.5);
	}

	#ourStorySlider .slick-dots {
		position: absolute;
	    left: 0;
	    top: 461px;
	    list-style-type: none;
	    display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    padding: 0;
	    -webkit-box-pack: center;
	    -ms-flex-pack: center;
	    justify-content: center;
	    width: 100%;
	    -webkit-transition: all .3s;
	    -o-transition: all .3s;
	    transition: all .3s;
	}

	#ourStorySlider .slick-dots button {
		width: 10px;
    	height: 10px;
	    padding: 0;
	    font-size: 0;
	    border: 1.5px solid transparent;
	    border-radius: 50%;
	    background: transparent;
	    margin: 0 10px;
	    cursor: pointer;
	    outline: none !important;
	}

	#ourStorySlider .slick-dots .slick-active button {
	    background: transparent;
	    cursor: default;
	}

	#ourStoryAdditionalSlider {
		background-color: #fcfad8;
	}

	#ourStoryAdditionalSlider .slide-item {
		text-align: center;
		padding: 57px 0 66px;
		outline: none;
	}

	#ourStoryAdditionalSlider .title {
		position: relative;
	    display: inline-block;
	    font-family: 'Roboto';
	    color: #0075c9;
	    font-size: 51px;
	    text-transform: none;
	    padding: 0 70px;
	    margin-bottom: 0px;
	    font-weight: bold;
	}
	#ourStoryAdditionalSlider h2 {
	    position: relative;
	    display: inline-block;
	    font-family: 'Lilita One', sans-serif;
	    color: #d9291c;
	    font-size: 60px;
	    font-weight: 500;
		line-height: 1;
	    text-transform: uppercase;
	    padding: 0 0 15px;
	}

@media only screen and (max-width: 767px){
	#ourStoryAdditionalSlider h2 {
		font-size: 40px;
	}
}
	#ourStoryAdditionalSlider .title sup {
	    font-size: 39%;
	    top: -1.2em;
	}

	#ourStoryAdditionalSlider .title::before {
		left: 0;
	}

	#ourStoryAdditionalSlider .title::after {
		right: 0;
	}

	#ourStoryAdditionalSlider .text {
	    width: 59%;
	    margin: 0 auto;
	    color: #555555;
	    font-size: 20px;
	    font-family:Roboto Condensed, sans-serif;
		font-size:1.5rem;
		font-weight:700;
		letter-spacing:-0.5px;
		line-height:1.2;
	}

	.ourStory-link-block {
		display: flex;
		justify-content: center;
		min-height: 560px;
		position: relative;
	}

	.ourStory-link-block:nth-child(even) {
		flex-direction: row-reverse;
	}

	.ourStory-link-block .text-side {
		background-size:cover;
		padding: 12% 6%;
		position: relative;
		text-align: center;
		width: 50%;
	}
	.ourStory-link-block:nth-child(even)  .text-side .wavy-border.right{
		right: 0 !important;
	}
	.ourStory-link-block .image-side {
		background-size: cover;
		background-position: top center;
		background-repeat: no-repeat;
		position: relative;
		width: 50%;
	}

	.ourStory-link-block .title {
	    margin-bottom: 15px;
	}
	.ourStory-link-block .title h2 {
	    font-size: 50px;
	    font-weight: 500;
	    line-height: 125%;
	}

	.ourStory-link-block .text {
		color: #555555;
		font-family: 'Roboto Condensed', sans-serif;
		font-size: 1.3rem;
		font-weight: 400;
	    line-height: 1.5;
		margin: 0 auto 49px;
		width: 80%;
	}

	.our-story-difference {
	    position: relative;
	    background-size: cover;
	    padding: 88px 0;
	}

	.our-story-difference .title-block {
	    width: 81%;
	    text-align:center;
	    margin:0 auto;
	}

	.our-story-difference h3 {
	    font-size: 35px;
	    font-weight: bold;
	    line-height: 125%;
	}

	.our-story-difference .subtitle {
		margin: 0 auto 39px;
	    font-size: 19px;
	    line-height: 1.5em;
	    width: 82%;
	}

	.our-story-difference .micetype {
	    font-size: .6em;
	    line-height: 1.5em;
	}


	div.popout-image {
	    position: absolute;
	    bottom: 0;
	    right: 0;
	    /* height: 362px; */
	    width: 384px;
	}

	.dfa-block {
		display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    -webkit-box-pack: center;
	        -ms-flex-pack: center;
	            justify-content: center;
		min-height: 560px;
	}

	.dfa-block:nth-child(even) {
		-webkit-box-orient: horizontal;
	    -webkit-box-direction: reverse;
	        -ms-flex-direction: row-reverse;
	            flex-direction: row-reverse;
	}

	.dfa-block .text-side {
		width: 50%;
		text-align: center;
		padding: 12% 6%;
		background-size: cover;
	}

	.dfa-block .image-side {
		width: 50%;
		background-size: cover;
		background-position: top center;
		background-repeat: no-repeat;
	}

	.dfa-block .title {
	    margin-bottom: 15px;
	}
	.dfa-block .title h2 {
	    font-size: 50px;
	    font-weight: 500;
	    line-height: 125%;
	}

	.dfa-block .text {
	    width: 81%;
	    margin: 0 auto 42px;
	    font-size: 20px;
	    line-height: 1.5em;
	}
/*our history*/
	#ourHistorySlider .slide-item {
		height: 510px;
		-webkit-background-size: cover;
		background-size: cover;
		background-position: center center;
		background-repeat: no-repeat;
		outline: none;
		-webkit-box-shadow: inset 0px -40px 70px -2px rgba(0,0,0,0.5);
		-moz-box-shadow: inset 0px -40px 70px -2px rgba(0,0,0,0.5);
		box-shadow: inset 0px -40px 70px -2px rgba(0,0,0,0.5);
	}

	#ourHistorySlider .slick-dots {
		position: absolute;
	    left: 0;
	    top: 461px;
	    list-style-type: none;
	    display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    padding: 0;
	    -webkit-box-pack: center;
	    -ms-flex-pack: center;
	    justify-content: center;
	    width: 100%;
	    -webkit-transition: all .3s;
	    -o-transition: all .3s;
	    transition: all .3s;
	}

	#ourHistorySlider .slick-dots button {
		width: 10px;
    	height: 10px;
	    padding: 0;
	    font-size: 0;
	    border: 1.5px solid transparent;
	    border-radius: 50%;
	    background: transparent;
	    margin: 0 10px;
	    cursor: pointer;
	    outline: none !important;
	}

	#ourHistorySlider .slick-dots .slick-active button {
	    background: transparent;
	    cursor: default;
	}

	#ourHistoryAdditionalSlider h2 {
	    position: relative;
	    display: inline-block;
	    font-family: 'Bree Serif', serif;
    	color: #00acec;
	    font-size: 60px;
	    text-transform: none;
	    padding: 0 0 28px;
	    margin-bottom: 0px;
	    font-weight: 500;
	    margin-bottom: 23px;
	}

	#ourHistoryAdditionalSlider .slide-item {
		text-align: center;
		padding: 57px 0 66px;
		outline: none;
	}
	#ourHistoryAdditionalSlider .text {
	    width: 74%;
	    margin: 0 auto;
	    color: #111;
	    font-size: 20px;
	    letter-spacing: -.5px;
	    line-height: 1.4em;
	}

	.ourHistory-link-block {
		display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    -webkit-box-pack: center;
	        -ms-flex-pack: center;
	            justify-content: center;
		min-height: 560px;
	}

	.ourHistory-link-block .text-side {
		width: 50%;
		text-align: center;
		padding: 12% 6%;
		background-size:cover;
	}

	.ourHistory-link-block .image-side {
		width: 50%;
		background-size: cover;
		background-position: top center;
		background-repeat: no-repeat;
	}

	.ourHistory-link-block .title {
	    margin-bottom: 15px;
	}
	.ourHistory-link-block .title h2 {
	    font-size: 45px;
	    font-weight: 900;
	    line-height: 125%;
	}

	.ourHistory-link-block .text {
	    width: 81%;
	    margin: 0 auto 49px;
	    font-size: 20px;
	    line-height: 1.5em;
	}
	.ourHistory-link-block-below {
	    width: 58%;
	    margin: 0 auto;
	    text-align: center;
	    padding: 89px 128px;
	    line-height: 130%;
	}

	.ourHistory-link-block-below span {
	    display:block;
	    padding-top: 20px;
	    font-size:14px;
	}
	/*change the order of the subsequent image/text blocks*/
	/*do not do this for sites without the "row below" text*/
	.ourHistory-link-block ~.ourHistory-link-block .image-side {
	    order: 1;
	}


/*product single*/
	.product-title-section .bg-block {
		height: 65px;
		background-image: url(../img/light-grain-bg.jpg);
		background-position: center;
	}

	.product-title-section .container {
		padding-top: 80px;
    	padding-bottom: 110px;
	}

	.product-title-section .product-image {
		text-align: center;
		display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    -webkit-box-align: center;
	        -ms-flex-align: center;
	            align-items: center;
	    -webkit-box-pack: center;
	        -ms-flex-pack: center;
	            justify-content: center;
	    margin-top:50px;
	}

	.product-title-section .product-image img {
		max-width: 93%;
		max-height: 93%;
	}

	.product-title-section .product-title h2 {
		text-align: center;
		margin-bottom: 47px;
		text-transform:uppercase;
		font-size:50px;
	}

	.product-title-section .product-title h2 span {
		display: block;
		font-family: 'Lilita One', sans-serif;
	    font-weight: 500;
    	font-size: 30px;
	    font-style: normal;
		margin-top:30px;
	}

	.product-title-section .product-title .product-title-2 {
		font-family: 'Montserrat', sans-serif;
		font-weight: 400;
		font-size: 35px;
		line-height: 1.6;
		font-style: normal;
		color: #d9291c;
	}

	.product-title-section .product-subtitle {
		text-align: center;
		margin-top:-20px;
		font-family:'Roboto Condensed', sans-serif;
		color:#555;
		font-size:24px;
		padding-bottom:20px;
		font-weight:700;
		line-height:1.2;
		letter-spacing:-0.5px;
	}

@media screen and (max-width: 480px){
	.product-title-section .product-subtitle{
		font-size:16px;
	}
	
	.product-title-section .product-title h2 span{
		font-size: 18px;
	}
	.product-title-section .product-title h2 {
		font-size:24px;
	}
	
}

	.product-info-section {
		border-top: 1px solid #E1DCD5;
    	padding-top: 52px;
    	padding-bottom: 100px;
	}
	.ingredients-block {
	    font-size: 17px;
	    padding-top: 20px;
		text-transform: uppercase;
	}
	.ingredients-block .ingredients {
		font-size: 16px;
	}

	.ingredients-block .ingredients strong {
		font-weight: 500;
	}

	.nutrition-section {
		padding-left: 45px;
	}

	.top-nutr-facts-wrap {
		font-size: 16px;
		margin-bottom: 10px;
	}

	.top-nutr-facts-wrap .calories,
	.top-nutr-facts-wrap .calories-from-fat {
		font-size: 20px;
	}

	#nutritionfacts {
	    border: 1px solid #000;
    	padding: 20px;
    	margin: 0px 20px;
}
	.nutrition-title  {
		border-bottom: 1px solid #000;
	}

		#nutritionfacts h4 {
		    font-size: 48px;
		    font-weight: 900;
		    line-height: 79%
		}
		.top-nutr-fact {
		    font-size: 20px !important;
		    line-height: 137%;
		}
		.nutritionbold {
		    font-weight: 900;
		}
		.nutritionborder5 {
		    border-bottom: 6px solid #000;
		}
		.nutritionborder15 {
		    border-bottom: 15px solid #000 !important;
		}
		.amount-per-serving {
			font-size: 16px;
		}
		.calories {
		    line-height: 43px;
		}
			.calories > .left-side {
			    font-size: 35px;
			    font-weight: 900;
			}
			.calories > .right-side {
			    font-size: 35px;
			    font-weight: 900;
			}
	
	.nutritions-column {
		font-family: 'Montserrat', sans-serif !important;
	}

	.nutritions-column ul {
		padding: 0;
		margin: 0;
		list-style-type: none;
	}

	.nutritions-column li {
		border-bottom: 1px solid #C3B9AC;
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		font-size: 16px;
		/*padding: 7px 7px 7px 0;*/
	}

	.nutritions-column li.nutr-facts-table-header {
	    border-top: 4px solid #000;
    	border-bottom: 1px solid #000;
	}

	.nutritions-column li.sub {
		padding-left: 20px;
	}
	.nutritions-column li.subsub {
		padding-left: 40px;
	}

	.nutritions-column li:last-child {
		border-bottom: none;
	}

	.nutritions-column li.nutr-table {
		-ms-flex-wrap: wrap;
        flex-wrap: wrap;
	}

	.nutritions-column li.nutr-table .side {
		width: 50%;
		margin-bottom: 5px;
	}

	.nutritions-column li.nutr-table .side:nth-child(even) {
		text-align: right;
	    width: 35% !important;
	}

	.nutritions-column li.nutr-table .side:nth-child(odd) {
	    width: 65% !important;
	}

	.alrg-message {
		font-size: 14px;
		margin-top: 5px;
	}

/*products landing*/
	.products-title-bg {
	    height: 495px;
	    background-size: cover;
	    background-position: top;
	    background-repeat: no-repeat;
	}

	.products-title-section {
	    text-align: center;
	    padding: 60px 0 93px;
	    background-color: #fff;
	}

	.product-categories-links-section {
		background-image: url(../img/texture-dropdown.jpg);
		padding: 100px 0;
	}

	.product-categories-links-section .row {
		-webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
	}

	.category-link-block {
		width: 25%;
		margin-bottom: 20px;
	}

	.product-category-link {
		font-size: 18px;
		font-weight: 500;
		text-decoration: none;
		color: #AD8700;
	}

	.product-category-link:hover {
		color: #AD8700;
	}
	#farmers-pledge span {
	    display: block;
	    font-weight: 400;
	    font-size: 14px;
	}
	#farmers-pledge {
	    font-size: 20px;
	    font-weight: 400;
	    text-align: center;
	    margin: 0 0 85px;
	}

/*product category page*/
	.products-category-title-section {
		height: 450px;
	    background-size: cover;
	    background-repeat: no-repeat;
	    background-position: center center;
	    display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    -webkit-box-align: center;
	        -ms-flex-align: center;
	            align-items: center;
	    text-align: center;
	}

	.products-category-title-section h3 {
		font-size: 40px;
	}

	.products-wrap-section {
		padding-bottom: 30px;
	}

	.products-wrap-section .subtitle {
		text-align: center;
		margin-bottom: 70px;
	}

	.products-title-section h1,
	.wheretobuy-section h1 {
	    font-size: 60px;
	    font-weight: 500;
    	margin-bottom: 10px;
		text-transform: uppercase;
	}
	.products-title-section .subtitle {
		font-family: 'Roboto Condensed', sans-serif;
		font-size: 1.5rem;
		line-height: 1.2;
		color:#555;
		font-weight:700;
		letter-spacing: -0.5px;
	}

	.products-title-section h3 {
		font-weight: 500;
		font-size: 60px;
		text-transform: uppercase;
	}

	.product-title-section a.view-more-link {
	    text-align: center;
	    /* margin: 0 auto; */
	    display: table;
	    margin: 20px auto;
		border-radius: 25px;
		padding: 5px 34px;
		font-size:  1.5rem;
		line-height: 1.8;
	}

	.subcategory-products-wrap h3 {
	    font-size: 42px;
	    text-transform: uppercase;
	    font-weight: 500;
	    margin-bottom: 15px;
	}

	.subcategory-products-wrap .products-wrap {
		display: flex;
		align-items: flex-start;
		flex-wrap: wrap;
	    margin-bottom: 57px;
	   /* border-bottom: 5px dotted #69b4cc;*/
	    padding: 0;
		border-style: dotted;
        border-image-source: url(../img/dotsb.svg);
        border-image-slice: 33% 33%;
        border-image-repeat: round;
        border-width: 0 0 13px 0;
	}

@media screen and (max-width: 768px){
	.subcategory-products-wrap .products-wrap {
		border-width: 0 0 7px 0;
	}
}

	.subcategory-products-wrap .product-col {
		width: 25%;
		padding: 0;
	}

	.subcategory-products-wrap .product-item {
		display: block;
		text-align: center;
		margin-bottom: 50px;
		padding: 0 15px;
	}
	a.product-item {
	    color: #d9291c;
	    font-size: 18px;
	}
		a.product-item:hover {
			color: #00acec;
		}

@media screen and (min-width: 1024px) {
	a.product-item {
	    font-size: 24px;
		line-height:1.2;
	}
}


	.subcategory-products-wrap .product-title {
		color: #00b7bd;
		font-weight: 400;
	}

	.subcategory-products-wrap .product-image {
		height: 260px;
		width: 100%;
		/*max-width: 200px;*/
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center bottom;
		margin: 0 auto 14px;
		transition: all .4s;
	}

@media screen and (max-width: 1024px) {
	.subcategory-products-wrap .product-image {
		height: 200px;
	}
}

@media screen and (max-width: 767px) {
	.subcategory-products-wrap .product-image {
		height: 180px;
	}
}


	.subcategory-products-wrap .product-item:hover .product-image {
	    transform: translateY(-10px);
	}
 
/*recipe single*/
	.recipe-title-section {
		position: relative;
	}

	.recipe-title-section .recipe-image {
		position: absolute;
		width: 50%;
		height: 100%;
		top: 0;
		left: 0;
		-webkit-background-size: cover;
		background-size: cover;
		background-position: center center;
		background-repeat: no-repeat;
	}

	.recipe-title-section .container {
		max-width: 90%;
	}

	.recipe-title-block {
    	padding: 60px 50px;
		text-align: center;
	}

	.recipe-title-block .title {
		margin-bottom: 36px;
	}

	.prep-info-block {
		display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
   		 -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
	    margin-bottom: 48px;
	}

	.prep-info {
		font-family: 'Mulish', sans-serif;
    	color: #333;
		font-size: 20px;
		font-weight: 600;
		margin: 0 30px;
	}

	.prep-info span {
		display: block;
	}

	.prep-info .prep-name {
		font-family: 'Mulish', sans-serif;
		font-weight: 300;
		font-size: 18px;
		color: #333333;
		margin-bottom: 20px;
	}

	.prep-info .prep-value {
		font-size: 25px;
		line-height: .8;
	}

	.recipe-info-section {
		padding: 66px 0 20px;
	}

	.recipe-info-section .container {
		max-width: 90%;
	}

	.recipe-info-section h4 {
		margin-bottom: 20px;
	}
	.recipe-info-block ol {
	    list-style: none;
	}

	.recipe-info-block ol {
	  counter-reset: my-awesome-counter;
	  list-style: none;
	  padding-left: 40px;
	}
	.recipe-info-block ol li {
	  margin: 0 0 0.5rem 0;
	  counter-increment: my-awesome-counter;
	  position: relative;
	}
	.recipe-info-block ol li::before {
	    content: counter(my-awesome-counter);
	    color: #00a9e0;
	    font-size: 1.3rem;
	    font-weight: bold;
	    position: absolute;
	    --size: 32px;
	    left: calc(-1 * var(--size) - 8px);
	    line-height: var(--size);
	    width: var(--size);
	    height: var(--size);
	    top: 2px;
	    border-radius: 50%;
	}
	.recipe-info-section h4.color-brown {
	    font-weight: 900;
	}

	.share-block .share-title {
		font-size: 20px;
		font-weight: 500;
		margin-bottom: 25px;
		text-transform: uppercase;
	}
	div.print-only {
		display: none;
	}
	div#print a {
	    background: #000;
	    color: #fff;
	    padding: 5px 15px;
	    display: inline-block;
	    margin: 10px 0 0;
	    text-transform: uppercase;
	}

	.jssocials-share-link { 
		font-size: 14px;
    	padding: 15px;
    	border-radius: 50%;
	}

	.recipe-info-block {
		margin-bottom: 50px;
	}

	.recipe-info-block ul {
	    line-height: 1.7;
	    padding-left: 0.8em;
	}

	.relation-recipes-section {
		background: #f5f6f1;
		padding: 60px 0;
		text-align: center;
		background-size: cover;
	}

	.relation-recipes-section .row {
		-webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
	}

	.relation-recipes-section .section-title {
		margin-bottom: 58px;
	}

	.relation-recipes-section .section-title img {
		width: 65px;
    	display: inline-block;
    	margin-bottom: 25px;
	}

	.recipe-item {
		display: block;
		margin-bottom: 15px;
		text-align: center;
		overflow: hidden;
	}

	.recipe-item__bg {
		-webkit-background-size: cover;
		background-size: cover;
		background-position: center center;
		background-repeat: no-repeat;
		display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    /*-webkit-box-orient: vertical;
	    -webkit-box-direction: normal;
	        -ms-flex-direction: column;
	            flex-direction: column;*/
	    -webkit-box-align: center;
	        -ms-flex-align: center;
	            align-items: center;
	    -webkit-box-pack: center;
	        -ms-flex-pack: center;
	            justify-content: center;
	    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
	    padding: 30px;
	}

	.recipe-item__bg .bg-block {
		position: absolute;
	    width: 100%;
	    height: 100%;
	    top: 0;
	    left: 0;
	    background-size: cover;
	    background-position: center center;
	    background-repeat: no-repeat;
	    -webkit-transition: all 1s;
	    -o-transition: all 1s;
	    transition: all 1s;
	} 

	.recipe-item__bg::before {
		content: '';
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		background: #000;
		opacity: 0;
		visibility: hidden;
		-webkit-transition: all .2s;
	    -o-transition: all .2s;
	    transition: all .2s;
	    z-index: 1;
	}

	.recipe-item:hover .recipe-item__bg::before {
		opacity: 0.6;
		visibility: visible;
	}

	.recipe-item:hover .recipe-item__bg .bg-block {
		-webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
	}

	.recipe-item .title-block {
		position: relative;
		opacity: 0;
		visibility: hidden;
		-webkit-transition: all .2s;
	    -o-transition: all .2s;
	    transition: all .2s;
	    z-index: 2;
	}

	.recipe-item:hover .title-block {
		opacity: 1;
		visibility: visible;
	}

	..recipe-item__icon {
	    width: 85px;
	    margin-bottom: 6px;
	}

	.recipe-item__title {
	    font-size: 26px;
	    color: #fff;
	    line-height: 130%;
	    font-family: 'Bree Serif', serif;
	    padding-top: 15px;
	    font-weight: 600;
	}

/*recipes archive*/
	.recipes-title-section {
		text-align: center;
		padding: 185px 0 175px;
		background-size: cover;
	    background-repeat: no-repeat;
	    background-position: center center;
	}

	.recipes-title-section h3 {
		max-width: 500px;
	    margin-left: auto;
	    margin-right: auto;
	}

	.recipes-title-section .subtitle {
		font-size: 20px;
	    max-width: 530px;
	    margin: 0 auto;
	}

	.recipes-filter-section {
		position: relative;
		text-align: center;
		background: #dde1e8;
	}

	.recipes-wrap-section {
        padding: 35px 0 20px;
	    background: #dde1e8;
	    background-size: auto;
	    background-repeat: repeat;
	}

	.recipes-wrap-section .recipe-item-title {
		font-size: 24px;
		color: #fff;
		margin-bottom: 52px;
		text-align:center;
		display: block;
	}

	.recipes-filter-section {
		position: relative;
		padding: 45px 0;
	}

	.recipes-filter-section .fiter-title {
		font-family: 'Courgette', cursive;
		font-size: 30px;
		color: #e1251b;
		margin-bottom: 22px;
		position: relative;
		z-index: 4;
	}

	.recipes-filter-section .filter-dropdown-btn {
		display: inline-block;
		position: relative;
		font-size: 20px;
		font-weight: 500;
		color: #e1251b;
		text-transform: uppercase;
		z-index: 4;
		cursor: pointer;
		-webkit-transition: all .2s;
	    -o-transition: all .2s;
	    transition: all .2s;
	    display:none;
	}

	.recipes-filter-section .filter-dropdown-btn:hover {
		color: #e1251b;
	}

	.recipes-filter-section .filter-dropdown-btn::after {
		content: '';
		color: #e1251b;
		position: absolute;
		width: 16px;
    	height: 10px;
    	right: -30px;
    	top: 12px;
    	background-image: url(../img/drop-icon.png);
	    -webkit-background-size: contain;
	    background-size: contain;
	    background-position: center center;
	    background-repeat: no-repeat;
	    cursor: pointer;
	    display:none;
	}

	.recipes-filter-section .filter-dropdown-btn.is-active::after {
		background-image: url(../img/drop-icon-active.png);
		display:none;
	}

	.recipes-filter-section .filter-dropdown-btn.is-active {
		color: #754609;
	}

	.recipes-filter-section .filter-dropdown {
		/*display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    -webkit-box-orient: vertical;
	    -webkit-box-direction: normal;
	        -ms-flex-direction: column;
	            flex-direction: column;
	    -webkit-box-align: center;
	        -ms-flex-align: center;
	            align-items: center;
	    -webkit-box-pack: center;
	        -ms-flex-pack: center;
	            justify-content: center;
	    position: absolute;
	    width: 365px;
	    background: #fff;
	    z-index: 3;
	    -webkit-box-shadow: 0px 15px 30px 0px rgba(40, 41, 38, 0.2);
		-moz-box-shadow:    0px 15px 30px 0px rgba(40, 41, 38, 0.2);
		box-shadow:         0px 15px 30px 0px rgba(40, 41, 38, 0.2);
		left: 50%;
	    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
	    top: 0;
	    width: 365px;
	    padding: 135px 30px 30px;
	    -webkit-transition: all .2s;
	    -o-transition: all .2s;
	    transition: all .2s;
	    opacity: 0;
	    visibility: hidden;*/
	}

	.recipes-filter-section .filter-dropdown.is-active {
		opacity: 1;
		visibility: visible;
	}

	.recipes-filter-section .filter-btn {
		color: #e1251b;
		font-size: 21px;
		text-transform: none;
		cursor: pointer;
		-webkit-transition: all .2s;
	    -o-transition: all .2s;
	    transition: all .2s;
	    display:inline-block;
	    padding:10px;
	    font-weight: 500;
	}

	.recipes-filter-section .filter-btn:hover {
		color: #754609;
	}

	img.recipe-item__icon {
	    width: 90px;
	}

	/*.recipe-item-col {
		display: none;
	}

	.recipe-item-col.not-active {
		left: 0 !important;
	}

	.recipe-item-col.display {
		display: block;
	}*/

/*faq*/
	.faq-title-section .bg-block {
		height: 65px;
	    background-image: url(../img/light-grain-bg.jpg);
	    background-position: center;
	}

	.faq-title-section .title-block {
		text-align: center;
		padding: 54px 0 20px;
	}

	.faq-title-section .title-block h2 {
		margin-bottom: 42px;
	}

	.page-nav-section {
		background: #f5f6f1;
		background-size: cover;
		-webkit-box-shadow: 0px 0px 6px 0px rgba(3, 1, 4, 0.33);
		-moz-box-shadow:    0px 0px 6px 0px rgba(3, 1, 4, 0.33);
		box-shadow:         0px 0px 6px 0px rgba(3, 1, 4, 0.33);
		margin-bottom: 14px;
	}

	.page-nav-section .nav-toggler-mobile {
		display: none;
		text-align: center;
	    padding: 20px 0;
	    position: relative;
	    cursor: pointer;
	}

	.page-nav-section .page-nav {
		margin: 0;
	    padding: 24.5px 0;
	    list-style-type: none;
	    display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    -webkit-box-pack: center;
	        -ms-flex-pack: center;
	            justify-content: center;
	    -webkit-box-align: center;
	        -ms-flex-align: center;
	            align-items: center;
	}

	.page-nav-section .page-nav li {
		padding: 0px 33px;
	}

	.faq-block {
		margin-bottom: 52px;
	}

	.page-nav-section .page-nav a {
	    font-size: 20px;
	    font-weight: 500;
	    text-decoration: none;
	    color: #ffffff;
	    font-family: 'Lilita One', sans-serif;
	    text-transform: uppercase;
	}

	.page-nav-section .page-nav a:hover {
	    color: #84e6ef;
	}

	.faqs-blocks-section {
		padding: 43px 0;
	}

	.faq-block .section-title {
		font-family: 'Courgette', cursive;
		color: #e1251b;
		font-size: 45px;
		margin-bottom: 13px;
	}

	.faq-item .question {
		position: relative;
		font-size: 20px;
		color: #333333;
		font-weight: 500;
		border-bottom: 1px solid #EBE8E3;
		padding: 20px 50px 20px 0;
		cursor: pointer;
	}

	.faq-item .question.is-active {
		border: none;
	}

	.faq-item .question:after {
		content: '';
		position: absolute;
		width: 16px;
	    height: 10px;
	    margin-left: 15px;
	    top: 30px;
    	right: 10px;
	    background-image: url(../img/drop-icon.png);
	    -webkit-background-size: contain;
	    background-size: contain;
	    background-position: center center;
	    background-repeat: no-repeat;
	    cursor: pointer;
	}

	.faq-item .question.is-active:after {
		background-image: url(../img/drop-icon-active.png);
	}

	.faq-item .answer {
		display: none;
		font-size: 16px;
		background: #f5f6f1;
		padding: 28px 33px;
	}

	.faq-item .answer > p:last-child {
		margin-bottom: 0;
	}

/*about*/
	.about-title-section {
		text-align: center;
		padding: 170px 0 170px;
		background-size: cover;
	    background-repeat: no-repeat;
	    background-position: center center;
	}

	.about-title-section h3 {
		/*max-width: 500px;*/
	    margin-left: auto;
	    margin-right: auto;
	    text-shadow: #999 2px 2px 1px;;
	}
	.about-title-section .subtitle {
		font-size: 20px;
	    max-width: 530px;
	    margin: 0 auto;
	    text-shadow: #999 2px 2px 1px;;
	}

/*contacts*/
	.contact-title-section {
		text-align: center;
		padding: 150px 0 360px;
		background-size: cover;
	    background-repeat: no-repeat;
	    background-position: center center;
	}

    .contacts-title-section{
		padding:60px 0;
		text-align:center;
		
     }

    .contacts-title-section h1{
	   font-size:60px;
	   text-transform:uppercase;
    }

	.contact-title-section h3 {
		max-width: 500px;
	    margin-left: auto;
	    margin-right: auto;
	}
	.contact-title-section .subtitle {
		font-size: 20px;
	    max-width: 530px;
	    margin: 0 auto;
	}

    .map-section {
		position: relative;
	}

	.map-section h2 {
		position: absolute;
	    top: 53px;
	    left: 50%;
	    z-index: 2;
	    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
	}

	.map-section .map-block {
		display: block;
		width: 100%;
		height: 510px;
		background-size: auto 100%;
		background-position: center center;
    	background-repeat: no-repeat;
	}

	.map-section .map-block--mobile {
		display: none;
		width: 100%;
		height: 280px;
		background-position: center center;
		background-size: auto 100%;
    	background-repeat: no-repeat;
	}

	.map-section .map-info-mobile {
		display: none;
		text-align: center;
		padding: 45px 0;
	}

	.map-section .map-info-mobile p {
		margin-bottom: 0;
	}

	.map-section .map-info-mobile strong {
		font-weight: 400;
	}

	.map-section .map-info-mobile a {
		font-weight: 500;
	    display: inline-block;
	    margin-top: 10px;
	}

	.contact-row .col{
		display: flex;
		justify-content: center;
		align-items: flex-end;
	}
	.contact-forms-section {
		background: #f5f6f1;
		padding: 50px 0;
		background-size: cover;
	}

	.contact-forms-section .row {
		-webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
	}

	.contact-forms-section .col {
		margin-bottom: 30px;
	}

	.contact-item {
		background: #fff !important;
		text-align: center;
		padding: 15px 15px 80px;
		height: 100%;
	}

	.contact-item h3 {
		color: #00b7bd !important;
		font-size: 29px;
		margin-bottom: 28px;
		font-weight:700;
		text-transform: uppercase;
	}

	.contact-item__copy {
		color: #555555;
		margin-bottom: 23px;
		padding: 0 20px;
		font-size:24px;
		font-family:'Roboto Condensed', sans-serif;
		font-weight:700;
		line-height:1.2;
		letter-spacing:-0.5px;
	}
		.contact-item__copy .social-link-dark {
		    padding: 32px 0 0;
		}

    .contact-item a{
		font-size:24px;
		text-transform:uppercase;
    }

    @media screen and (max-width: 767px){
		.contacts-title-section h1{
			font-size:40px;
		}
		
		.contact-item__copy{
			font-size:18px;
			margin-bottom:0;
		}
		
		.contact-item{
		padding:0;
		}
		
		.contact-item a{
		font-size:18px;
		}
		
		.contact-title-section{
			padding: 50px 0 150px;
		}
		
		.main-top-slider-section #ourStorySlider .slide-item{
			height:200px;
		}
		
}

	.contact-item .form-link {
		font-size: 20px;
	    font-weight: 500;
	}

	.mfp-content {
		max-width: 920px;
	}

	.mfp-iframe-holder .mfp-content {
		max-width: 920px;
		/*padding: 60px 120px;*/
		padding: 0;
		background: #fff;
	}

	.mfp-iframe-scaler {
		/*overflow: visible;*/
		position: relative;
	}

	
	.feedback-popup .mfp-iframe-scaler {
		padding-top: 1150px;
	}

	.availability-popup .mfp-iframe-scaler {
		padding-top: 750px;
	}

	.feedback-popup .mfp-iframe-scaler iframe {
		left: 60px;
	}

	.availability-popup .mfp-iframe-scaler iframe {
		left: 85px;
	}

	.availability-popup .mfp-iframe-scaler iframe .wrapper {
		max-width: 100% !important;
	}

	.mfp-iframe-scaler iframe {
		-webkit-box-shadow: none;
            box-shadow: none;
        background: #fff;
	}

	.popup-content {
		background: #fff;
	}

	button.mfp-close {
		font-size: 0;
		background-image: url(../img/close-popup-icon.png);
		-webkit-background-size: contain;
		background-size: contain;
		background-position: center center;
		background-repeat: no-repeat;
		width: 26px;
		height: 26px;
		top: 60px;
		right: 60px;
	}

	.mfp-iframe-holder .mfp-close,
	.mfp-iframe-holder .mfp-close:active {
		top: 28px;
    	right: 30px;
		width: 26px;
	}

	button.mfp-close:active {
		top: 60px;
	}

	.popup-content {
		padding: 60px 120px 30px;
	}

	.retailer-form-popup h3 {
		text-align: center;
	}

	.retailer-form-popup h4 {
		font-size: 22px;
		margin-bottom: 20px;
		text-align: center;
	}

	.retailer-form-popup .form-subtitle {
		text-align: center;
		font-size: 16px;
	    max-width: 400px;
	    margin: 0 auto 30px;
	}

	.retailer-form-popup .form {
		display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    -webkit-box-align: start;
	        -ms-flex-align: start;
	            align-items: flex-start;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	    margin: 0 -15px;
	}

	.input-block {
		width: 100%;
		padding: 0 15px;
		margin-bottom: 25px;
	}

	.input-block__half {
		width: 50%;
	}

	.input-block__quart {
		width: 25%;
	}

	.b-input {
		width: 100%;
		background: #f5f6f1;
		border: none;
		font-weight: 300;
    	padding: 9px 20px;
    	outline: none;
	}

	textarea.b-input {
		max-height: 100px;
	}

	.b-label {
		display: block;
		font-size: 14px;
		font-weight: 500;
		text-transform: uppercase;
		color: #333;
		margin-bottom: 7px;
	}

	.selectric {
		border: none;
    	background: #f5f6f1;
	}

	.selectric .label {
		line-height: inherit;
		height: auto;
		font-size: 18px;
	    padding: 19px 20px;
	    padding-right: 0;
	    margin-left: 0;
	}

	.selectric .button {
		height: 100%;
		width: 50px;
		background: transparent;
	}

	.selectric .button:after {
		background-image: url(../img/drop-icon-active.png);
		border: none;
	    width: 10px;
	    height: 6px;
	    background-size: contain;
	    background-position: center center;
	    background-repeat: no-repeat;
	    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
	}

	.interest_opt {
		display: block;
		margin-top: 26px;
	}

	.wpcf7-checkbox input {
		position: absolute;
		z-index: -1;
		opacity: 0;
		margin: 10px 0 0 20px;
	}

	.wpcf7-checkbox .wpcf7-list-item {
		width: 33.33%;
		margin: 0 0 13px;	
	}

	.wpcf7-checkbox .wpcf7-list-item-label {
		position: relative;
		padding: 0 0 0 34px;
		cursor: pointer;
		font-size: 16px;
	}

	.wpcf7-checkbox .wpcf7-list-item-label:before {
		content: '';
	  	position: absolute;
	  	top: -2px;
	  	left: 0;
	  	width: 22px;
    	height: 22px;
    	border-radius: 0;
	  	background: transparent;
	  	border: 1px solid #E5E1DB;
	  	-webkit-transition: .2s;
	    -o-transition: .2s;
	    transition: .2s;
	}

	.wpcf7-checkbox .wpcf7-list-item-label:after {
		content: '';
	  	position: absolute;
	  	background-image: url(../img/icon-check-white.png);
	  	top: 4px;
	    left: 6px;
	    width: 12px;
	    height: 9px;
	  	-webkit-background-size: contain;
	  	background-size: contain;
	  	background-position: center center;
	  	background-repeat: no-repeat;
	  	-webkit-transition: .2s;
	    -o-transition: .2s;
	    transition: .2s;
	    opacity: 0;
	    visibility: hidden;
	}

	.wpcf7-checkbox input:checked + .wpcf7-list-item-label:before {
	  background: #AD8700;
	}
	.wpcf7-checkbox input:checked + .wpcf7-list-item-label:after {
	  opacity: 1;
	  visibility: visible;
	}

	.submit-block {
		text-align: center;
	}

	.submit-block .submitbtn {
	    font-size: 20px;
	    text-transform: uppercase;
	    font-weight: 500;
	    color: #fff;
	    border: none;
	    background: #607b56;
	    outline: none;
	    text-decoration: none;
	    -webkit-transition: all .2s;
	    -o-transition: all .2s;
	    transition: all .2s;
	    padding: 5px 20px;
	}

	.submit-block .submitbtn:hover {
		opacity: 0.85;
	}

	span.wpcf7-not-valid-tip {
		font-size: 16px;
    	font-weight: 300;
	}

/*farm single*/
	/*.family-title-img {
		padding-top: 50%;
	    background-size: cover;
	    background-position: center center;
	}*/

	.family-title-img img {
		width: 100%;
	}

	.family-top-info-section {
		padding: 54px 0 70px;
	}

	.family-top-info-section h2 {
		text-align: center;
		margin-bottom: 40px;
		font-size: 45px;
	}

	.family-top-info-section .title-copy {
	    position: relative;
	    font-weight: 500;
	    line-height: 2;
	    padding-left: 80px;
	    margin-top: 30px;
	    color: #00538b;
	    font-family: 'Bree Serif', serif;
	}

	.family-top-info-section .title-copy::before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 39px;
		height: 31px;
		background-image: url(../img/quote-icon.png);
		-webkit-background-size: contain;
		background-size: contain;
		background-position: center center;
		background-repeat: no-repeat;
	}

	.farm-family-content-section {
		padding-bottom: 60px;
	}

	.farm-family-content-section .single-image-block {
		margin-bottom: 30px;
	} 

	.farm-family-content-section .single-image-block img {
		width: 100%;
	}

	.farm-family-content-section .double-image-item {
		padding-top: 100%;
		-webkit-background-size: cover;
		background-size: cover;
		background-position: center center;
		background-repeat: no-repeat;
		margin-bottom: 30px;
	}

	.farm-family-content-section .copy-block {
	    line-height: 1.6;
		margin-bottom: 30px;
		padding: 30px 0 20px;
		font-size: 20px;
	}

	.farm-family-content-section .quote-block {
		position: relative;
	    font-weight: 500;
	    line-height: 2;
	    margin: 30px 0;
	    color: #00538b;
	    font-family: 'Bree Serif', serif;
	}

	.farm-family-content-section .quote-block::before {
		content: '';
		position: absolute;
		top: 0;
		left: -80px;
		width: 39px;
		height: 31px;
		background-image: url(../img/quote-icon.png);
		-webkit-background-size: contain;
		background-size: contain;
		background-position: center center;
		background-repeat: no-repeat;
	}

	.postid-4566 .farm-family-content-section .quote-block::before{
		display: none;
	}

	.post-nav-section {
	    background: #dbe0e8;
	    padding: 30px 0; 
    	background-size: cover;
	}

	.post-nav-section .post-nav-block {
		display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    -webkit-box-align: center;
	        -ms-flex-align: center;
	            align-items: center;
	    -webkit-box-pack: justify;
	        -ms-flex-pack: justify;
	            justify-content: space-between;
	}

	.post-nav-section .post-nav-link a {
		position: relative;
		font-size: 20px;
		font-weight: 500;
	}

	.post-nav-section .prev_post a {
	    padding-left: 35px;
	    color: #d9291c;
	    font-family: 'Bree Serif', serif;
	    font-size: 21px;
	    text-transform: uppercase;
	}
	.post-nav-section .next_post a {
		padding-right: 35px;
	    color: #d9291c;
	    font-family: 'Bree Serif', serif;
	    font-size: 21px;
	    text-transform: uppercase;
	}

	.post-nav-section .post-nav-link a::before {
		content: '';
		position: absolute;
		top: 11px;
		background-image: url(../img/drop-icon-left-right-active.png);
		width: 15px;
		height: 9px;
		-webkit-background-size: contain;
		background-size: contain;
		background-position: center center;
		background-repeat: no-repeat;
	}

	.post-nav-section .prev_post a::before {
		left: 0;
		-webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
	}

	.post-nav-section .next_post a::before {
		right: 0;
		top: 10px;
		-webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
	}
	.post-nav-section .next_post a:hover,
	.post-nav-section .prev_post a:hover {
		opacity: .75;
	}
	

/*farm archive*/
	.farm-famalies-wrap {
	    background: #dde1e8;
	    padding: 50px 0;
	    background-size: cover;
	}

	.farm-family-block {
		display: block;
		margin-bottom: 50px;
	}

	.farm-family-block .farm-family-image {
		padding-top: 86%;
    	position: relative;
    	overflow: hidden;
    	max-width: 100%;
	}

	.farm-family-block .farm-bg {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		-webkit-background-size: cover;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center center;
		-webkit-transition: all 1s;
	    -o-transition: all 1s;
	    transition: all 1s;
	}

	.farm-family-block:hover .farm-bg {
		-webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
	}

	.farm-family-block .state-info {
		position: absolute;
		font-size: 20px;
    	font-weight: 400;
		text-transform: uppercase;
		color: #fff;
		height: 100px;
		width: 100%;
		left: 0;
		bottom: 0;
		background: rgba(0, 26, 114, .7);
		display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    -webkit-box-pack: center;
	        -ms-flex-pack: center;
	            justify-content: center;
	    -webkit-box-align: center;
	        -ms-flex-align: center;
	            align-items: center;
	}

	.farm-family-block .state-info::before {
		content: '';
		position: absolute;
		width: 48px;
		height: 48px;
		background-image: url(../img/icon-state-pin.png);
		-webkit-background-size: contain;
		background-size: contain;
		background-position: center center;
		background-repeat: no-repeat;
		top: -24px;
		left: 50%;
		-webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
	}

	.farm-family-block .farm-family-name {
		background: #fff;
	    font-size: 30px;
	    text-align: center;
	    padding: 45px;
	    font-weight: 500;
		font-family: 'Bree Serif', serif;
	}

	/*a.farm-family-block {
		color: #008245;
	}

	a.farm-family-block:hover {
		color: #0075c9;
	}*/
/*crafted to care*/
	.crafted-top-section {
		background: #f5f6f1;
	}

	.crafted-top-section .bg-block {
		padding-top: 36%;
		background-size: cover;
    	background-position: center center;
    	background-repeat: no-repeat;
	}

	.crafted-top-section .title-block {
		padding: 60px 0 40px;
	}

	.evently-sided-blocks-section {
		padding-top: 75px;
	}

	.evently-sided-block {
		width: 100%;
		display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    -webkit-box-pack: center;
	        -ms-flex-pack: center;
	            justify-content: center;
	    -webkit-box-align: center;
	        -ms-flex-align: center;
	            align-items: center;
	    margin-bottom: 75px;
	    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
	}

	.evently-sided-block:nth-child(even) {
		-webkit-box-orient: horizontal;
	    -webkit-box-direction: reverse;
	        -ms-flex-direction: row-reverse;
	            flex-direction: row-reverse;
	}

	.evently-sided-block:nth-child(odd) .img-side {
		padding-right: 35px;
	}

	.evently-sided-block:nth-child(even) .img-side {
		padding-left: 35px;
	}

	.evently-sided-block .image {
		padding-top: 50%;
		-webkit-background-size: cover;
		background-size: cover;
		background-position: center center;
		background-repeat: no-repeat;
	}

	.history-blocks-section .evently-sided-block .image {
		-webkit-background-size: contain;
		background-size: contain;
	}

	.evently-sided-block:nth-child(odd) .text-side {
		padding-left: 85px;
		padding-right: 100px;
	}

	.evently-sided-block:nth-child(even) .text-side {
		padding-left: 100px;
		padding-right: 85px;
	}

	.evently-sided-block .title {
		font-family: 'Courgette', cursive;
		color: #e1251b;
		font-size: 30px;
		margin-bottom: 30px;
	}

	.crafted-block .title img {
		max-width: 284px;
	}

	.evently-sided-block .copy {
		font-size: 16px;
		line-height: 1.5;
	}

	.evently-sided-block .copy a {
		text-transform: uppercase;
		font-weight: 500;
		font-size: 20px;
	}

/*our culture*/
	.culture-top-section {
		background: #f5f6f1;
	}

	.culture-top-section .bg-block {
		padding-top: 36%;
		background-size: cover;
    	background-position: center center;
    	background-repeat: no-repeat;
	}

	.culture-top-section .title-block {
		padding: 60px 0 40px;
	}

	.culture-top-section .subtitle {
		text-align: center;
	    max-width: 745px;
	    margin: 0 auto;
	}

	.dark-wood-title {
		background-image: url(../img/kemps-dark-wooder-bg.jpg);
	    -webkit-background-size: cover;
	    background-size: cover;
	    background-position: center center;
	    background-repeat: no-repeat;
	    color: #f3ebcc;
	    text-align: center;
	    padding: 54px 0 45px;
	}

	.dark-wood-title .title {
		position: relative;
	    display: inline-block;
	    font-family: 'Courgette', cursive;
	    color: #f3ebcc;
	    font-size: 30px;
	    padding: 0 70px;
	    margin-bottom: 15px;
	}

	.dark-wood-title .subtitle {
		width: 70%;
	    margin: 0 auto;
	    color: #f5f6f1;
	    font-size: 20px;
	    font-weight: 300;
	}

	.dark-wood-title .title::before, 
	.dark-wood-title .title::after {
	    content: '';
	    position: absolute;
	    width: 35px;
	    height: 2px;
	    top: 18px;
	    background: #f3ebcc;
	}

	.dark-wood-title .title::before {
		left: 0;
	}

	.dark-wood-title .title::after {
		right: 0;
	}

	.culture-blocks-section .evently-sided-block:nth-child(odd) {
		-webkit-box-orient: horizontal;
	    -webkit-box-direction: reverse;
	    -ms-flex-direction: row-reverse;
	    flex-direction: row-reverse;
	}

	.culture-blocks-section .evently-sided-block:nth-child(even) {
		-webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
	}

	.culture-blocks-section .evently-sided-block:nth-child(odd) .img-side {
		padding-right: 0;
		padding-left: 35px;
	}

	.culture-blocks-section .evently-sided-block:nth-child(even) .img-side {
		padding-left: 0;
		padding-right: 35px;
	}

	.culture-blocks-section .evently-sided-block:nth-child(odd) .text-side {
		padding-left: 100px;
    	padding-right: 85px;
	}

	.culture-blocks-section .evently-sided-block:nth-child(even) .text-side {
		padding-left: 85px;
    	padding-right: 100px;
	}

/*history*/
	.history-top-section {
		background: #f9f9f9;
		text-align: center;
	}
	.history-top-section p {
	    text-align: left;
	}
	.history-top-section .bg-block {
	    height: 100px;
	    background-image: url(../img/light-grain-bg.jpg);
	    background-position: 0px -70px;
	    background-size: cover;
	    background-repeat: no-repeat;
	}

	.history-top-section .title-block {
		padding: 60px 0 60px;
	}

	.history-blocks-section {
		padding-top: 40px;
		padding-bottom: 30px;
	}

	.history-careers-section {
		padding: 40px 0;
		background-color: #f5f6f1;
	}
		.history-careers-section .subtitle {
			text-align: center;
		}

	.history-time {
		font-family: 'Courgette', cursive;
		text-align: center;
		font-size: 27px;
		color: #e1251b;
		margin-bottom: 0px;
	}

	.history-time span {
		position: relative;
	    background: #fff;
	    line-height: 3;
	    display: inline-block;
	}

	.evently-sided-block.history-block {
		position: relative;
		margin-bottom: 0;
		padding-bottom: 55px;
	}

	.evently-sided-block.history-block::before {
		content: '';
		position: absolute;
		left: 50%;
		top: 0;
		height: 100%;
		width: 1px;
		background: #e1251b;
	}

	.evently-sided-block.history-block:last-child::before {
		display: none;
	}

/*textpage*/
	.textpage-top-section .bg-block {
		height: 65px;
	    background-image: url(../img/kemps-dark-wooder-bg.jpg);
	    background-position: center;
	}

	.textpage-top-section .title-block {
		text-align: center;
    	padding: 54px 0 40px;
	}

	.textpage-content-section {
		padding-bottom: 60px;
		font-size: 16px;
		line-height: 1.5;
	}

	.textpage-content-section h3 {
		font-size: 26px;
		margin-bottom: 17px;
	}

	.textpage-content-section h4 {
		font-size: 24px;
		color: #754609;
		margin-bottom: 17px;
	}

/*where to buy page*/
	.wheretobuy-section {
		background: #f9f9f9;
		text-align: center;
		background-size: cover;
	}
	.wheretobuy-section p {
	    text-align: left;
	}

	.wheretobuy-section .title-block {
		padding: 60px 0 60px;
	}
	.wheretobuy-section h3 {
	    font-size: 51px;
	    font-weight: 700;
	}
	.wheretobuy-section .subtitle {
	    width: 73%;
	    margin: 0 auto;
	    font-size: 1.5rem;
		color:#555;
		font-family:'Roboto Condensed', sans-serif;
		font-weight:700;
		line-height:1.2;
		letter-spacing:-0.5px;
	}

     .wheretobuy-section h1{
	     font-size:70px;
     }

@media screen and (max-width: 767px){
	.wheretobuy-section .subtitle {
		font-size:20px;
	}
}

/*searchpage*/
	.search-title-section .bg-block {
		height: 65px;
	    background-image: url(../img/kemps-dark-wooder-bg.jpg);
	    background-position: center;
	}

	.search-title-section .title-block {
	    text-align: center;
	    padding: 54px 0 40px;
	}

	.search-results-section {
		padding-bottom: 30px;
	} 

	.search-results-section .result-block {
		border-bottom: 1px solid #E1DCD5;
		font-size: 16px;
		padding-bottom: 13px;
		margin-bottom: 16px;
	}

	.search-results-section .result-block:last-child {
		border-bottom: none;
	}

	.search-results-section .result-block h4 {
		font-size: 20px;
		margin-bottom: 5px;
	}

	.search-results-section .result-block p {
		margin-bottom: 0;
	}

/*newspage*/
	.page-template-simple-newspage .family-top-info-section,
    .page-template-simple-newspage-snow .family-top-info-section {
		padding: 35px 0 0;
	}

	.family-top-info-section .share-block {
		text-align: center;
		margin-bottom: 45px;
	} 

	.farm-family-content-section .video-block {
		margin-bottom: 30px;
	}

.page-template-simple-newspage .button-block {
	text-align: center;
	margin: 0 0 40px;
}

.middle-title-image-section {
	margin-bottom: 70px;
}

.middle-title-image-section {
	margin-bottom: 70px;
}

.middle-title-image-section .container {
	max-width: 1300px;
}

.middle-title-image-section .title-image {
	background-size: 100% 100%;
    background-repeat: no-repeat;
    position: relative;
    text-align: center;
    padding: 123px 0 59px;
}

.middle-title-image-section .title-image .left-image {
	position: absolute;
    width: 457px;
    top: -43px;
    left: 0;
}

.middle-title-image-section .title-image .right-image {
	position: absolute;
    width: 471px;
    right: 0;
    top: -43px;
}

.subhead-section {
	margin-bottom: 40px;
}

.subhead-section .icon {
	width: 65px;
	margin: 0 auto 20px;
}

.subhead-section .text {
	text-align: center;
}

.milk-mission-section {
	-webkit-background-size: cover;
	background-size: cover;
	text-align: center;
}

.milk-mission-section .container {
	position: relative;
    padding: 191px 15px 115px;
}

.milk-mission-section img {
	position: absolute;
}

.milk-mission-section .left-image {
	width: 281px;
    left: 0;
    top: 114px;
}

.milk-mission-section .right-image {
	width: 378px;
    right: 0;
    bottom: 0;
}

.media-release {
	text-align: center;
    padding-top: 54px;
    font-size: 20px;
    line-height: 1.6;
}

.media-release a {
	font-weight: 500;
    text-transform: uppercase;
    display: inline-block;
    display: none;
    margin-top: 8px;
}

.media-release .logos-row {
	margin: 40px 0 65px;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
            -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.media-release .logos-row .logo-item {
	width: 20%;
	padding: 0 20px;
}

.video-section {
	margin-bottom: 85px;
}

.hunger-section .title-block {
	background: #f5f6f1;
    text-align: center;
    padding: 75px 0 125px;
} 

.hunger-section .title-block h3 {
	max-width: 500px;
    margin: 0 auto;
}

.hunger-section .evently-sided-block {
	-webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}

.hunger-section .evently-sided-block:nth-child(odd) .img-side {
	position: relative;
	padding-left: 35px;
	padding-right: 0;
	margin-top: -60px;
}

.hunger-section .evently-sided-block:nth-child(odd) .text-side {
	padding-top: 107px;
	padding-right: 125px;
}

.hunger-section .add-image {
	position: absolute;
    width: 300px;
    top: 130px;
    left: -107px;
}

.essential-ingredients-section {
	background: #f5f6f1;
    padding-top: 50px;
}

.essential-ingredients-section .row {
	-webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
}

.essential-ingredients-section .title {
	font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #754609;
}

.essential-ingredients-section .image {
	padding: 0 30px;
}

.essential-ingredients-section .list-block li {
	position: relative;
    padding-left: 35px;
    margin-bottom: 20px;
    list-style: none;
    color: #754609;
    font-weight: 500;
}

.essential-ingredients-section .list-block li::before {
	content: '';
	position: absolute;
	width: 21px;
	height: 21px;
	top: 0;
	left: 0;
	background-image: url(../../../../../wp-content/uploads/2019/07/V-icon.png);
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
}

.bottom-copy-section {
	background: #f5f6f1;
	text-align: center;
	padding: 70px 0;
} 

.bottom-copy-section .title {
	color: #754609;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 40px;
}

.bottom-copy-section .copy {
	padding: 0 15px;
}

.bottom-title-section {
	background-image: url(../img/kemps-dark-wooder-bg.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	color: #f3ebcc;
	text-align: center;
	padding: 35px 0 30px;
}

/* hide recaptcha banner */
.grecaptcha-badge { visibility: hidden; }

/* Hero slider */
#mainpageSlider > div.slick-list.draggable div.col-lg-6.col-sm.order-lg-last.align-self-center {
	padding-left: 7%;
}

.slick-slide h1{
	font-family: 'Lilita One', sans-serif;
	font-size: 3rem;
	text-transform: uppercase;
	max-width: 50%;
}
.slick-slide h3{
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1.7rem;
	max-width: 32%;
	/* text-transform: uppercase; */
	margin-bottom: 1.4rem;
	margin-top:0.7rem;
	font-weight:700;
	letter-spacing:-0.5px;
}
.slick-slide a{
	font-family: 'Lilita One', sans-serif;
}
.slick-slide .button.cta{
	background-color: #fff;
	/*border: 1px solid #fff;*/
	border-radius: 100px;
	font-family: 'Lilita One', sans-serif;
	font-size: 2.3rem;
	line-height:56px;
	color: #de1831;
	display: block;
	padding: 0px 25px;
	text-align: center;
	text-transform: uppercase;
	width: fit-content;
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
	.slick-slide h1 {
		max-width: 75%;
	}
}
@media screen and (min-width: 992px){
	.slick-slide h3{
		max-width: 55%;
	}
}

/* Wavy border */
.wavy-border {
	background-color: #fff;
	display: block;
	position: absolute;
	top: 0;
	min-height: 100px;
	height: 100%;
	width: 53px;
	z-index: 99;
}
.wavy-border.right {
	right: -53px;
	--mask:
    radial-gradient(50.91px at calc(100% - 72.00px) 50%,#000 99%,#0000 101%) 0 calc(50% - 72px)/100% 144px,
    radial-gradient(50.91px at calc(100% + 36.00px) 50%,#0000 99%,#000 101%) calc(100% - 36px) 50%/100% 144px repeat-y;
		mask: var(--mask);
}

.wavy-border.left {
	right: 0;
		--mask:
			radial-gradient(50.91px at 72.00px 50%,#000 99%,#0000 101%) 0 calc(50% - 72px)/100% 144px,
			radial-gradient(50.91px at -36px 50%,#0000 99%,#000 101%) 36px 50%/100% 144px repeat-y;
			mask: var(--mask);
}
@media only screen and (max-width: 768px) {
	.wavy-border {
		display: none !important;
	}
	
	#mainpageSlider .slick-slide h3 {
		font-size:1.2rem;
	}
	
	#mainpageSlider .slick-slide .button.cta{
		transform:scale(70%);
	}
}
/* Home social plugin */
.home-social-spotlight h2 {
	margin: 0 auto;
}
.home-social-spotlight .social-spotlight-code{
	max-width: 75%;
	margin: 3% auto 0;
	position: relative;
	max-height:500px;
}

.home-social-spotlight .callout__facebook > img, .home-social-spotlight .callout__instagram > img{
	min-width:100%;
	object-fit:cover;
	max-height:470px;
}

.home-social-spotlight .social-spotlight-code .callout__instagram + .icon__container{
	bottom:-45px;
}

@media screen and (max-width: 767px) {
	.home-social-spotlight .social-spotlight-code{
		margin-bottom:20px;
		margin-top:20px;
	}
	
	 #mainpageSlider .arrow-container {
        top: 20%;
        transform: scale(80%);
	}
	
	#mainpageSlider .arrow-container.next{
		right:0;
	}
	
	#mainpageSlider .arrow-container.prev{
		left:0;
	}
	
	.header-wrap{
		height:46px;
	}
	
	.main-page-links-section > div:nth-of-type(2n) .image-side{
		/*background-size:140%;*/
	}
}	

.home-social-spotlight .social-spotlight-code .FeedLayout__wrapper{
	background-color: transparent !important;
}
.home-social-spotlight .social-spotlight-code .FeedGridLayout__cell{
	margin: 0 20px;
	border: 15px solid #fff;
}
.home-social-spotlight .social-spotlight-code .icon__container{
	display: flex;
	position: absolute;
	bottom: -60px;
	justify-content: space-around;
	width: 100%;
}
.home-social-spotlight .social-spotlight-code .icon__container .icon__fb,
.home-social-spotlight .social-spotlight-code .icon__container .icon__ig{
	background-color: #fff;
	border: 15px solid #fff;
	border-radius: 50%;
}

.home-social-spotlight .callout__facebook, .home-social-spotlight .callout__instagram {
	border: 15px solid #fff;
	display: flex;
	position: relative;
	padding: 0;
}

/*---Museum Page---*/
.museum-page .main-top-section{
	background-color:#f89aba;
	text-align:center;
	color:#fff;
	padding:50px 0 70px;
}

#MuseumSlider{
	margin-bottom:50px;
}

#MuseumSlider img{
	width:80%;
	height:auto;
}

.museum-intor-text{
	max-width:800px;
	margin:0 auto;
}
.museum-intor-text h1{
	font-size:55px;
	margin-bottom:20px;
}

.museum-intor-text h2{
	font-size:45px;
	line-height:1.1em;
	margin-bottom:30px;
}
.museum-intor-text p{
	font-size:25px;
	line-height:1.2em;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:bold;
}
.highlight{
	color:#de1831;
}

.museum-form-section{
   background-color:#de1831;
   padding:70px 0;
   color:#fff;
}

.museum-form-section form{
	color:#fff;
	font-weight:700;
	line-height:1.2;
	letter-spacing:-0.5px;
	font-family:'Roboto Condensed', sans-serif;
}

.museum-form-section form .hidden, .nf-form-cont form .hidden{
	display:none !important;
}

.museum-form-section .nf-form-content input[type="submit"]{
font-size: 1.7rem;
font-weight: 800;
color: #de1831;
text-transform: uppercase;
background-color: #fff;
border: none;
padding: 14px 34px;
font-family: 'Lilita One', sans-serif;
display: inline-block;
border-radius: calc(55px/2);
height: 55px;
line-height: 1.1;
}

.museum-form-section .nf-form-content input[type="submit"]:hover{
	background-color: #00629b;
    color: #fff;
}
.museum-form-section .nf-error .nf-error-msg, 
.museum-form-section .nf-error-msg{
	color:#000;
	letter-spacing:0;
}

.museum-form-section .nf-form-fields-required{
	display:none !important;
}

@media screen and (max-width: 767px) {
	.museum-intor-text h1{
		font-size: 40px;
	}
	.museum-intor-text h2{	
	   font-size:32px
	}
	.museum-intor-text p{
		font-size:20px;
	}
	#MuseumSlider img{
		width:95%;
	}
}
/*---FunClub Page---*/

#FunClubSlider .slide-item {
  height: 510px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  outline: none;
  box-shadow: inset 0px -40px 70px -2px rgba(0,0,0,0.5);
}

.fanclub-intro-section{
	background:#d9291c;
	padding:70px 0;
	color:#fff;
	font-size:40px;
	font-weight:700;
	line-height:1.2;
	letter-spacing:-0.5px;
	font-family:'Roboto Condensed', sans-serif;
	text-align:center;
}

.fanclub-form-section{
	padding:70px 0;
}

.fanclub-form-section h3{
	color:#fff;
	margin-bottom:60px;
}

.fanclub-form-section form{
	color:#fff;
	font-weight:700;
	line-height:1.2;
	letter-spacing:-0.5px;
	font-family:'Roboto Condensed', sans-serif;
}

.fanclub-form-section form .hidden, .nf-form-cont form .hidden{
	display:none !important;
}

.fanclub-form-section .nf-form-content input[type="submit"]{
font-size: 1.7rem;
font-weight: 800;
color: #fff;
text-transform: uppercase;
background-color: #d9291c;
border: none;
padding: 14px 34px;
font-family: 'Lilita One', sans-serif;
display: inline-block;
border-radius: calc(55px/2);
height: 55px;
line-height: 1.1;
}

.fanclub-form-section .nf-form-content input[type="submit"]:hover{
	background-color: #00629b;
    color: #fff;
}

.fanclub-form-section .nf-form-fields-required{
	display:none !important;
}


.fanclub-go{
	font-size: 40px;
    font-weight: 800;
    color: #00b7bd;
    text-transform: uppercase;
	background:#ffffff;
	height: 55px;
	line-height:55px;
	padding:0 30px;
	font-family: 'Lilita One', sans-serif;
	display: inline-block;
    border-radius: calc(55px/2);
	position:relative;
	top:-170px;
}

.fanclub-go:hover{
	color: #fff;
	background:#00b7bd;
}

.fanclub-popup .popmake-close{
	color:#fff;
	font-size:20px;
	position:relative;
	top:-145px;
}

.fanclub-page{
	background:#4ca8b3;
}

.fanclub-bottom-banner{
	margin-top:-2px;
}

.contact-item-image{
	/*height:460px;
	align-items: end;
	display:grid;*/
	margin-bottom:30px;
	text-align:center;
}

.fanclub-form-section .nf-error .nf-error-msg, 
.fanclub-form-section .nf-error-msg{
	color:#000;
	letter-spacing:0;
}

@media screen and (max-width: 1199px) {
	.contact-item-image img{
	   width:80%;
	}
}

@media screen and (max-width: 767px) {
	#FunClubSlider .slide-item{
		height:200px;
	}
	
	.nf-form-content input[type="submit"]{
		margin-top:20px;
	}
	
	.main-top-slider-section #FanClubySlider .slide-item{
		height:200px;
	}
	
	.fanclub-intro-section, .fanclub-form-section{
		padding:40px 0;
	}
	
	.fanclub-intro-section{
		font-size:1.5rem;
	}
	
	.fanclub-form-section .nf-field-container{
		margin-bottom:15px !important;
	}
	
	.fanclub-form-section .nf-form-content{
		padding:0;
	}
	
	.fanclub-form-section h3{
		margin-bottom:30px;
	}
	
	.contact-item-image img{
	   width:60%;
	}
	
	.contact-forms-section{
		padding-top:0;
	}
}

@media screen and (max-width: 1350px) {
	#logo a{
		max-width:240px;
	}
}

@media screen and (min-width:1200px) and (max-width: 1350px) {
	.main-nav li a{
		font-size:16px;
	}
}

@media screen and (max-width: 996px) {
	.home-social-spotlight .social-spotlight-code .icon__container {
		bottom: -28px;
	}
	.home-social-spotlight .social-spotlight-code .icon__container img,
	.home-social-spotlight > .full-width-block > .row .icon__container img {
		max-width: 57px;		
	}
		
	.home-social-spotlight .callout__facebook, .home-social-spotlight .callout__instagram {
	border: 5px solid #fff;
	}
	
	.fanclub-popup{
		transform:scale(60%);
	}
}

@media screen and (min-width: 1680px) {
	.home-social-spotlight > .full-width-block > .row {
		margin: 0 auto;
		width: 1600px;
	}
	.home-social-spotlight > .full-width-block > .row a > img{
		
	}
}

/* Boardwalk page styles*/

.boardwalk-intro-section{
	background-color:#f73e3f;
	background-repeat:no-repeat;
	background-size:100% auto;
	position:relative;
	overflow:hidden;
	color:#fff;
	font-size:30px;
	font-family:'Roboto Condensed', sans-serif;
	font-weight:bold;
	padding:0 0 7vw;
	text-align:center;
}

.boardwalk-intro-section .container{
	max-width:970px;
}

.boardwalk-intro-section .col-md-12 > div{
	margin-top:4vw;
}

.boardwalk-intro-section h2, .boardwalk-intro-section h3{
	margin-bottom:3vw;
}

.boardwalk-intro-section h3{
	font-size:55px;
}

.background-image-left, .background-image-right{
	position:absolute;
	top:40%;
	transform:translateY(-40%);
	max-height:700px;
}

.background-image-left img, .background-image-right img{
	max-height:700px;
}

.background-image-left{
	left:-10%;
}

.background-image-right{
	right:-10%;
}

.boardwalk-vs-section{
	display:flex;
	flex-direction:row;
	align-items:center;
	justify-content: center;
	margin:6vw -20% 0 !important;
}

.boardwalk-vs-section img{
	width:40%;
	display:block;
}

.boardwalk-vs-section img.vs-image{
	width:9%;
	margin:0 5.5%;
	max-width:83px;
}

.boardwalk-intro-section .action_section .button.cta{
background-color: #fff;
border: 0;
border-radius: 100px;
font-family: 'Lilita One', sans-serif;
font-size: 2.3rem;
line-height: 56px;
color: #da291c;
display: inline-block;
padding: 0px 25px;
text-align: center;
text-transform: uppercase;
}

.boardwalk-intro-section .action_section .button.cta:hover{
	background-color: #00629b;
    color: #fff;
}

.boardwalk-intro-section form .hidden, .nf-form-cont form .hidden{
	display:none !important;
}

.boardwalk-intro-section .nf-form-content input[type="submit"]{
font-size: 1.7rem;
font-weight: 800;
color: #de1831;
text-transform: uppercase;
background-color: #fff;
border: none;
padding: 14px 34px;
font-family: 'Lilita One', sans-serif;
display: inline-block;
border-radius: calc(55px/2);
height: 55px;
line-height: 1.1;
}

.boardwalk-intro-section .nf-form-content input[type="submit"]:hover{
	background-color: #00629b;
    color: #fff;
}

.boardwalk-intro-section .nf-form-fields-required{
	display:none !important;
}

.boardwalk-intro-section .submit-wrap{
	text-align:left;
}

.boardwalk-intro-section .ninja-forms-req-symbol {
  color: #fff;
}

.boardwalk-intro-section .nf-field-container {
   margin-bottom: 10px;
}

.boardwalk-intro-section .label-above .nf-field-element{
	vertical-align:top;
}

.boardwalk-intro-section .recaptcha-container{
	padding-top:15px;
	padding-bottom:15px;
}

.boardwalk-intro-section .recaptcha-container .nf-field-label{
	display:none;
}

.boardwalk-intro-section .checkbox-container{
	padding-bottom:15px;
}

.boardwalk-intro-section .checkbox-container .ninja-forms-req-symbol{
	position:relative;
	left:-3px;
}

.boardwalk-intro-section .nf-form-content input[type="submit"] {
  margin-top: 0px;
}

.boardwalk-intro-section .nf-error .nf-error-msg, 
.boardwalk-intro-section .nf-error-msg{
	font-size:14px;
	text-align:left;
	color:#000;
	font-weight:noraml;
	letter-spacing:0;
}

.boardwalk-intro-section form{
	font-size:18px;
	text-align:left;
	color: #fff;
    line-height: 1.2;
     letter-spacing: -0.5px;
    font-family: 'Roboto Condensed', sans-serif;
}



@media only screen and (max-width: 1400px) {
	.background-image-left img, .background-image-right img{
	max-height:400px;
   }
	
	.boardwalk-vs-section{
		margin:6vw -5% 0 !important;
	}
	
}

@media only screen and (max-width: 1080px) {
	.boardwalk-vs-section{
		margin:6vw 0 0 !important;
	}
	
	.background-image-left, .background-image-right{
	   display:none;
   }
	
}

@media only screen and (min-width: 800px) and (max-width: 910px) {
	.fa-info-circle{
		position:absolute;
	}
}

@media only screen and (max-width: 810px) {
	
	.boardwalk-intro-section .container{
		max-width:95%;
	}
	
	.boardwalk-intro-section h2{
		font-size:40px;
	}

	.boardwalk-intro-section h3{
		font-size:32px;
	}
	
	.boardwalk-intro-section{
		font-size:20px;
	}
	
	.boardwalk-intro-section .col-md-12 > div{
	margin-top:50px;
   }
	
	.boardwalk-intro-section .action_section .button.cta{
		transform: scale(70%);
		white-space: nowrap;
		transform-origin: left;
	}
	
	.boardwalk-intro-section .action_section{
		margin-bottom:30px;
		margin-top:30px !important;
		max-width:212px;
		display:inline-block;
	}
	.boardwalk-intro-section form{
		padding-bottom:20px;
	}
}


/* Flavor Faceoff page styles*/

.flavorfaceoff-main-section{
	background:#de1730;
	color:#fff;
	font-size:30px;
	font-family:'Roboto Condensed', sans-serif;
	font-weight:bold;
}

.flavorfaceoff-first-text-section{
	background-repeat: no-repeat;
    background-position: bottom;
}

.flavorfaceoff-main-section h2, .flavorfaceoff-main-section h3{
	margin-bottom:3vw;
}

.flavorfaceoff-main-section h3{
	font-size:55px;
}

.flavorfaceoff-second-text-section{
	padding:5% 0 2%;
}

.flavorfaceoff-main-section{
	padding:0 0 6%;
}

.flavorfaceoff-main-section .action_section .button.cta{
background-color: #fff;
border: 0;
border-radius: 100px;
font-family: 'Lilita One', sans-serif;
font-size: 2.3rem;
line-height: 56px;
color: #da291c;
display: inline-block;
padding: 0px 25px;
text-align: center;
text-transform: uppercase;
}
.flavorfaceoff-main-section .action_section .button.cta:hover{
	background-color: #00629b;
    color: #fff;
}

@media only screen and (max-width: 810px) {
	.flavorfaceoff-first-text-section .row > div{
		padding-bottom:30px;
	}
		.flavorfaceoff-main-section h2{
		font-size:40px;
		margin-top:20px;
		margin-bottom:40px;
	}

	.flavorfaceoff-main-section h3{
		font-size:32px;
	}
	
	.flavorfaceoff-main-section{
		font-size:20px;
	}
	
	.flavorfaceoff-second-text-section img{
		max-width:70%;
	}
	
	.flavorfaceoff-main-section .action_section .button.cta{
		transform: scale(70%);
		white-space: nowrap;
		transform-origin: center;
	}
	.flavorfaceoff-first-text-section img{
		max-height: 250px;
       width: auto;
       margin: 0 auto;
       display: block;
	}
	.flavorfaceoff-intro-section{
	background-size:200%;
   }
	
	.flavorfaceoff-first-text-section{
	  background-repeat: repeat-x;
      background-size: 300%;
   }
	
	.col2{
		order:2;
		width:100%;
	}
	
	.col1, .col3{
		width:50%;
	}

}





