body {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 21px;
	font-style: normal;
	line-height: 1.7;
	color: #070707;
}

h1, h2, h3 {
    font-family: "Oswald", sans-serif;
	color: #EB141E
}

h2 {
    font-size: 44px;
}

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: #EB141E;
	text-decoration: none;
	-webkit-transition: all .2s;
	    -o-transition: all .2s;
	    transition: all .2s;
	font-weight: 500;
}

a:hover {
	color: #070707;
	text-decoration: none;
	opacity: .96;
}

.color-red {
	color: #EB141E;
}
.color-white {
	color: #ffffff;
}

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

.centered {
	text-align: center;
}

.underlined:after {
	content: '';
	position: absolute;
	width: 85px;
	height: 4px;
	background: #e9eaea;
	bottom: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
}

.view-more-link {
	font-size: 16px;
    font-weight: 500;
    color: #070707;
    text-transform: uppercase;
    border: 2px solid #EB141E;
    padding: 13px 30px;
    font-family: "Oswald", sans-serif;
}
a.view-more-link:hover {
    background-color: #EB141E;
    color: #FFFFFF;
    opacity: 1.0;
}

.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;
}
/**
 * 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: #FFFFFF;
		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: 90%;
	}

	.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: 76px;
	}

	#logo a {
		position: absolute;
		display: inline-block;
		max-width: 180px;
		top: 20px;
    	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: #e9eaea;
	    padding: 10px;
	    color: #EB141E !important;
	}
	li.order a:hover {
	    opacity: 0.8;
	}

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

	.main-nav li {
		position: relative;
		display: inline-block;
		font-weight: 600;
		font-size: 18px;
		margin: 0 18px;
/* 		line-height: 35px; */ /* Not needed */
		font-family: "Oswald", sans-serif;
	}

	/*.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: #070707;
	    position: absolute;
	    width: 11px;
	    height: 9px;
	    left: -19px;
	    top: 7px;
	    background-image: url(https://stg-cassclay-stage.kinsta.cloud/wp-content/uploads/2025/07/arrow_up-e1753207820697.webp);
	    -webkit-background-size: contain;
	    background-size: contain;
	    background-position: center center;
	    background-repeat: no-repeat;
	    cursor: pointer;
	}

	.main-nav li a {
		color: #EB141E;
		text-decoration: none;
		font-family: "Oswald", sans-serif;
		font-weight: 500;
		padding-bottom:8px;
	}

	.main-nav li a:hover {
		color: #EB141E;
		opacity: 1.0;
	}

	.sub-menu {
		position: absolute;
		background-color: #fff;
		background-size:contain;
		background-image: url(/wp-content/uploads/2025/07/cass-clay-barnwood-white-background.webp);
		top: 51px;
    	left: -25px;
		margin: 0;
		padding: 20px 25px;
		min-width: 283px;
		opacity: 0;
		visibility: hidden;
		-webkit-transition: all .4s;
	    	-o-transition: all .4s;
	    	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: #070707;
	}

	.sub-menu li a:hover {
		border: none;
	    color: #EB141E;

	}

	#menu-item-1826 .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-1826 .sub-menu li {
		width: 22%;
		padding: 0 15px;
		margin-bottom: 20px;
		text-align: center;
	}

	#menu-item-1826 .sub-menu a,
	.product-category-link {
		position: relative;
		display: block;
		text-align: center;
		padding-top: 220px;
		/*color: #78af64;*/
		font-size: 18px;
		font-weight: 500;
	}

	.product-category-link {
		padding-top:402px;
	}

	#menu-item-1826 .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;
	}
	.product-category-link::before {
		height: 350px;
	}

	#menu-item-1826 .sub-menu li:first-child a::before,
	.product-category-link.milk-and-cream::before {
		background-image: url(../img/milk.png);
		background-size: 60% auto;
	}

	#menu-item-1826 .sub-menu li:nth-child(2) a::before,
	.product-category-link.juice::before {
		background-image: url(../img/juice.png);
		background-size: 60% auto;
	}

		#menu-item-1826 .sub-menu li:nth-child(3) a::before,
	.product-category-link.cottage-cheese::before {
		background-image: url(../img/cottage-cheese.png);
		background-size: 60% auto;
	}
	#menu-item-1826 .sub-menu li:nth-child(4) a::before,
		.product-category-link.sour-cream-and-dips::before {
		background-image: url(../img/sour-cream.png);
		background-size: 60% auto;
		background-position: 50% bottom;
	}

	#menu-item-1826 .sub-menu li:nth-child(5) a::before,
	.product-category-link.butter::before {
		background-image: url(../img/butter.png);
		background-size: 65% auto;
		background-position: 50% bottom;
	}

	#menu-item-1826 .sub-menu a:hover::before,
	.product-category-link:hover::before {
		-webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
            transform: translateY(-10px);
	}
	/* For the product page */
	.product-category-link.sour-cream-dip::before {
		background-image: url(/wp-content/uploads/2023/08/mayfield-sour-cream-menu.png);
		background-position: 50% bottom;
		background-size: 60%;
	}

	#menu-item-1826 .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(/wp-content/uploads/2025/07/search_icon.webp);
	    -webkit-background-size: contain;
	    background-size: contain;
	    background-position: center center;
	    background-repeat: no-repeat;
	    cursor: pointer;
	}

	.search-toggle.is-active {
		background-image: url(/wp-content/uploads/2025/07/Exit.webp);
		background-size: 14px 14px;
	}

	#site_search {
		padding: 14px 40px;
	    position: absolute;
	    right: -46px;
    	bottom: -122px;
		background-image: url(/wp-content/uploads/2025/07/cass-clay-barnwood-white-background.webp);
	    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: 'Roboto', sans-serif;
	    font-size: 14px;
	    font-style: normal;
	    line-height: 2.3;
	    color: #070707;
	    border: none;
	    border-bottom: 2px solid #EB141E;
	    width: 323px;
	    padding: 3px 40px 3px 0;
	    background: transparent;
	    outline: none !important;
	}

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

	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(/wp-content/uploads/2025/07/search_icon.webp);
	    -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: #EB141E;
		color: #FFFFFF;
	}
	section.footer-image-section {
		height: 420px;
	    background-size: cover;
	    background-repeat: no-repeat;
	    background-position: bottom;
	}

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

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

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

	.social-side, .social-link-dark {
		display: -webkit-box;
		justify-content: center;
	    display: -ms-flexbox;
	    display: flex;
	    -webkit-box-align: center;
	        -ms-flex-align: center;
	            align-items: center;
	}

	.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.facebook {
		background-image: url(/wp-content/uploads/2025/07/FB_Static_Icon.webp);
	}

	.social-link-dark .social-link.facebook {
		background-image: url(/wp-content/uploads/2025/07/FB_-Hover_Icon.png);
	}

	.social-link.facebook:hover {
		background-image: url(/wp-content/uploads/2025/07/FB_-Hover_Icon.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(/wp-content/uploads/2025/07/IG_Static_Icon.webp);
	}

	.social-link.instagram:hover {
		background-image: url(/wp-content/uploads/2025/07/IG_Hover_Icon.png);
	}
	.social-link-dark .social-link.instagram {
		background-image: url(/wp-content/uploads/2025/07/IG_Hover_Icon.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: 4px;
	    height: 4px;
	    border-radius: 50%;
	    background: #FFFFFF;
	    left: -3px;
	    top: 10px;
	}

	.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: #ffce03;
	}

	.copyright {
		margin-right: 10px;
	}

	.foot-top-nav {
		padding: 0;
		margin: 0 0 10px;
		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: #FFFFFF;
	    left: -3px;
	    top: 18px;
	}

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

	.foot-top-nav a {
		color: #fff;
		font-size: 16px;
		font-weight: 300;
	}

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

	.back-to-top {
	    background-image: url(/wp-content/uploads/2025/07/back_to_top_static.webp);
	    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(https://stg-cassclay-stage.kinsta.cloud/wp-content/uploads/2025/08/back_to_top_hover_grey-2.webp);
    }
	.back-to-top.active {
	    display: block;
	}

/*home*/
	#mainpageSlider .slide-item {
		height: 558px; /*was 510*/
		-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);
	}

	#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;
	}
	.promoActive {
	    padding-top: 95px;
	}
	.promoLogo {
	    height: 164px;
	    width: 100%;
	    background-size: contain;
	    background-repeat: no-repeat;
	    background-position: top left;
	}
	.promoCopy {
	    color: #fff;
	    font-weight: 900;
	    font-size: 25px;
	    line-height: 121%;
	    margin-bottom: 33px;
	}
	.promoButton {
	    font-size: 16px;
	    font-weight: 900;
	    color: #fff;
	    text-transform: uppercase;
	    border: 3px solid #fff;
	    padding: 13px 30px;
	    font-family: "Oswald", sans-serif;
	    background: #bc2131;
	}
	a.promoButton:hover {
	    background: #FFCD00;
	    color: #bc2131;
	}
	.promoRight {
	    height: 500px;
	}
	.promoFeatureProduct {
	    height: 365px;
	    background-size:contain;
	    background-repeat: no-repeat;
	    background-position: center center;
	}
	#violator-image {
	    position: relative;
	    /* width: 546px; */
	    text-align: center;
	    display: flex;
	    /* margin: 0 auto; */
	    align-items: center;
	    justify-content: center;
	}
		#violator-image > img {
		    top: -67px;
		    position: absolute;
		}

	#mainpageAdditionalSlider {
		background-image: url(/wp-content/uploads/2025/07/cass-clay-barnwood-white-background.webp);
		-webkit-background-size: cover;
		 background-size: cover; 
		 background-position: center center;
		 background-repeat: no-repeat;
	}

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

	#mainpageAdditionalSlider .title {
		position: relative;
	    display: inline-block;
	    font-family: 'Oswald';
	    color: #FFFFFF;
	    font-size: 51px;
	    text-transform: none;
	    padding: 0 70px;
	    margin-bottom: 0px;
	    font-weight: bold;
	}
	#mainpageAdditionalSlider h2 {
	    position: relative;
	    display: inline-block;
	    font-family: 'Roboto';
	    color: #070707;
	    font-size: 51px;
	    text-transform: none;
	    padding: 0 70px 28px;
	    margin-bottom: 0px;
	    font-weight: bold;
	    margin-bottom: 23px;
	}
	#mainpageAdditionalSlider .title sup {
	    font-size: 39%;
	    top: -1.2em;
	}

	/*#mainpageAdditionalSlider .title::before,
	#mainpageAdditionalSlider .title::after {
		content: '';
	    position: absolute;
	    width: 55px;
	    height: 1px;
	    top: 33px;
	    background: #fff;
	}*/

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

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

	#mainpageAdditionalSlider .text {
	    width: 63%;
	    margin: 0 auto;
	    color: #FFFFFF;
	    font-size: 20px;
	    font-weight: 500;
	    line-height: 1.6em;
	}

	.main-page-products-block > div {
	    width: 100%;
	    background-size: cover;
	    text-align: center;
   		padding: 143px 0 225px 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: #FFCD00;
	    color: #fff;
	    opacity:1.0;
	}

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

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

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

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

	.main-page-link-block .text-side {
		width: 50%;
		text-align: center;
		padding: 12% 0;
	}

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

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

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

	.main-page-link-block .text {
	    width: 68%;
	    margin: 0 auto 42px;
	    font-size: 20px;
	    line-height: 1.5em;
	}

/*Our story */
	#ourStorySlider .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);
	}

	#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 {
	}

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

	#ourStoryAdditionalSlider .title {
		position: relative;
	    display: inline-block;
	    font-family: 'Montserrat';
	    color: #EB141E;
	    font-size: 51px;
	    text-transform: none;
	    padding: 0 70px;
	    margin-bottom: 0px;
	    font-weight: bold;
	}
	#ourStoryAdditionalSlider .title sup {
	    font-size: 39%;
	    top: -1.2em;
	}

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

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

	#ourStoryAdditionalSlider .text {
	    width: 74%;
	    margin: 0 auto;
	    color: #111;
	    font-size: 20px;
	    font-weight: 300;
	    letter-spacing: -.5px;
	    line-height: 1.6em;
	}

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

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

	.ourStory-link-block .text-side {
		width: 50%;
		text-align: center;
		padding: 131px 90px 60px;
		background-size:cover;
	}

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

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

	.ourStory-link-block .text {
	    width: 81%;
	    margin: 0 auto 49px;
	    font-size: 20px;
	    line-height: 1.5em;
	}
/*this is on the prouduct landing page: Farmer Pledge*/
	.our-story-difference {
	    position: relative;
	    background-size: cover;
	    padding: 59px 0 8px;
	}

	.our-story-difference .title-block {
	    width: 100%;
	    padding: 0;
	    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: 22px;
	    line-height: 1.5em;
		font-family: "Oswald", sans-serif;
		font-weight: 400
	    width: 82%;
	    color: #EB141E;
	}

	.our-story-difference .micetype {
	    font-size: .6em;
	    line-height: 1.5em;
	    color: #fff;
	    margin: 0 auto 39px;
/* 	    width: 82%; */  /* Commenting out since it's not needed */
	    color: #070707;
	}


	div.popout-image {
	    width: 165px;
	    float: left; /* Was float: center */
	    margin-left: 0; /* Was 25px */
	}

	.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: 90px 90px 60px;
		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: 35px;
	    font-weight: bold;
	    line-height: 125%;
	}

	.dfa-block .text {
	    width: 81%;
	    margin: 0 auto 42px;
	    font-size: 20px;
	    line-height: 1.5em;
	}

/*History Timeline*/
	#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;
	}

	#ourHistoryyAdditionalSlider {
	}

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

	.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:nth-child(even) {
		-webkit-box-orient: horizontal;
	    -webkit-box-direction: reverse;
	        -ms-flex-direction: row-reverse;
	            flex-direction: row-reverse;
	}

	.ourHistory-link-block .text-side {
	    width: 50%;
	    display: flex;
	    justify-content: center;
	    text-align: center;
	    align-items: center;
	}

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

	.ourHistory-link-block .text {
	    width: 81%;
	    margin: 0 auto 49px;
	    font-size: 20px;
	    line-height: 1.5em;
	}
	.ourHistory-link-block-below {
	    width: 64%;
	    margin: 0 auto;
	    text-align: center;
	    padding: 60px;
	    line-height: 140%;
	}
	/*change the order of the subsequent image/text blocks*/
	.ourHistory-link-block ~.ourHistory-link-block .image-side {
	    order: 1;
	}

/*News & Events*/

	.news-events-title-img img {
		width: 100%;
	}

	.news-events-section {
		padding: 54px 0 70px;
	}
	.news-events-section h1 {
		font-size: 46px;
	    font-weight: 500;
	    padding-bottom: 41px;
	    margin-bottom: 31px;
	    color: #6B3529;
	    text-align: center;
	}

	.news-events-section .subtitle {
		text-align: center;
	    max-width: 745px;
	    margin: 0 auto;
	}
	.news-events-links-section {
		padding: 50px 0;

	}
	.news-events-link-block h2 {
	    font-size: 30px;
	    color: #6B3529;
	    padding-bottom: 20px;
	}
	.news-events-link-block .copy-block {
	    font-size: 18px;
	    padding: 10px 0 40px 0;
	}
	.news-events-link-block {
	    text-align: center;
	    background: #fff;
	    min-height: 414px;
	    justify-content: center;
	    align-items: center;
	    vertical-align: middle;
	    padding: 57px 44px;
	    margin: 20px 0;
	    width:100%;
	}
	.news-events-link-block .icon {
	    width: 166px;
	    margin: 0 auto 29px;
	}

/*product single*/
	.product-title-section .bg-block {
		height: 65px;
		background-image: url(/wp-content/uploads/2025/07/cass-clay-barnwood-white-background.webp);
		background-position: center;
	}

	.product-title-section .container {
		padding-top: 50px;
    	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;
	}

	.product-title-section .product-image img {
		/*max-width: 350px;
		max-height: 350px;*/
	}

	.product-title-section .product-title h2 {
		text-align: center;
		margin-bottom: 47px;
	}

	.product-title-section .product-title h2 span {
		display: block;
		font-family: 'Roboto', sans-serif;
	    font-weight: 600;
	    font-size: 24px;
	    font-style: normal;
	    color: #EB141E;
	}

	.product-title-section .product-title .product-title-2 {
		font-family: 'Roboto', sans-serif;
	    font-weight: 300;
	    font-size: 36px;
	    line-height: 1.6;
	    font-style: normal;
	    color: #070707;
	}

	.product-title-section .product-subtitle {
		text-align: center;
	}

	.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: 65px 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 ul {
		padding: 0;
		margin: 0;
		list-style-type: none;
	}

	.nutritions-column li {
		border-bottom: 1px solid #C3B9AC;
		display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    -webkit-box-pack: justify;
	        -ms-flex-pack: justify;
	            justify-content: space-between;
	    -webkit-box-align: start;
	        -ms-flex-align: start;
	            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;
		background-image: url(/wp-content/uploads/2025/06/cass-clay-redwood-iStock-1326830677.webp);

	}

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

	.product-categories-links-section {
		background-image: url(/wp-content/uploads/2025/06/cass-clay-redwood-iStock-1326830677.webp);
		padding: 30px 50px;
		background-size: contain;
	}

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

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

	.product-category-link {
		font-size: 30px;
	    font-weight: 500;
	    text-decoration: none;
	    color: #FFFFFF;
	    font-family: "Oswald", sans-serif;
	}

	.product-category-link:hover {
		color: #070707;
	}

/*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: 50px;
	    color: #fff;
	    text-shadow: #999 2px 2px 5px;
	    margin:0;
	}

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

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

	.products-title-section h1,
	.wheretobuy-section h1,
	#ourStoryAdditionalSlider h2 {
	    font-size: 46px;
	    font-weight: 500;
	    padding-bottom: 41px;
    	margin-bottom: 31px;
    	color: #EB141E;
	}

	.products-title-section h3 {
	    font-weight: 500;
	}

	.product-title-section a.view-more-link {
	    text-align: center;
	    /* margin: 0 auto; */
	    display: table;
	    margin: 20px auto;
	}

	.subcategory-products-wrap h3 {
	    font-size: 34px;
	    text-transform: none;
	    font-weight: 900;
	    margin-bottom: 61px;
	}

	.subcategory-products-wrap .products-wrap {
		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-bottom: 57px;
	    border-bottom: 2px solid #EB141E;
	    padding: 32px 0;
	}

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

	.subcategory-products-wrap .product-item {
		display: block;
		text-align: center;
		margin-bottom: 50px;
		padding: 0 15px;
	}
	a.product-item {
	    color: #070707;
	    font-size: 15px;
	}
		a.product-item:hover {
			color: #EB141E;
		}
	.product-title {
	    margin-top: 45px;
	}
	.subcategory-products-wrap .product-title {
		font-weight: 500;
	}

	.subcategory-products-wrap .product-title span {
		display: block;
	}


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

	.subcategory-products-wrap .product-item:hover .product-image {
		-webkit-transform: translateY(-10px);
	    -ms-transform: translateY(-10px);
	    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: "Oswald", sans-serif;
    	color: #EB141E;
		font-size: 20px;
		margin: 0 30px;
	}

	.prep-info span {
		display: block;
	}

	.prep-info .prep-name {
		font-family: 'Oswald', sans-serif;
		font-weight: 500;
		font-size: 20px;
	    line-height: 1.5;
		color: #070707;
		margin-bottom: 15px;
	}

	.prep-info .prep-value {
		font-size: 18px;
		line-height: 1.5;
	}

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

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

	.recipe-info-section h4 {
		margin-bottom: 20px;
		color: #EB141E;
	}
	.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: #EB141E;
	    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-family: "Oswald", sans-serif;
		font-weight: 500;
		margin-bottom: 10px;
		text-transform: uppercase;
	}
	div.print-only {
		display: none;
	}
	div#print a {
	   	font-size: 16px;
	    font-weight: 900;
	    color: #070707;
	    text-transform: uppercase;
	    border: 3px solid #EB141E;
	    padding: 13px 30px;
		margin-top: 25px
	    font-family: "Oswald", sans-serif;
	    background: #fff;
	}
	div#print a:hover {
	    background: #EB141E;
	    color: #FFFFFF;
	}
	.jssocials-share-link { 
		font-size: 14px;
    	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: #EB141E;
		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.4;
		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: 30px;
	    color: #fff;
	    line-height: 130%;
	    font-family: "Oswald", sans-serif;
		padding-top:19px;
	}

/*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;
	}

	.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: 'Oswald', sans-serif;
		font-size: 30px;
		color: #ffce03;
		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: #ffce03;
		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: #ffce03;
	}

	.recipes-filter-section .filter-dropdown-btn::after {
		content: '';
		color: #ffce03;
		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: #ffce03;
		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: 68px;
	}

	/*.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(/wp-content/uploads/2025/07/cass-clay-barnwood-white-background.webp);
	    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-image: url(/wp-content/uploads/2025/06/cass-clay-redwood-iStock-1326830677.webp);
		background-size: contain;
		-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: 12px 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 20px;
	}

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

	.page-nav-section .page-nav a {
	    font-size: 22px;
	    font-weight: 600;
	    text-decoration: none;
	    color: #FFFFFF;
	    font-family: "Oswald", sans-serif;
	}

	.page-nav-section .page-nav a:hover {
	    color: #070707;
		text-decoration: #070707;
		border-bottom: 2px solid #070707;

	}

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

	.faq-block .section-title {
	    font-family: "Oswald", sans-serif;
		color: #EB141E;
		font-size: 45px;
		margin-bottom: 13px;
	}

	.faq-item .question {
		position: relative;
		font-size: 20px;
		color: #070707;
		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: 170px 0 390px;
		background-size: cover;
	    background-repeat: no-repeat;
	    background-position: center center;
	}

	.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-forms-section {
		background: #e9eaea;
		padding: 50px 0;
	}

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

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

	.contact-forms-section a {
	    color: #EB141E;
	    font-family: "Oswald", sans-serif;

	}
		.contact-forms-section a:hover {
		    color: #070707;
		}

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

	.contact-item h3 {
		font-size: 30px;
		margin-bottom: 28px;
	}

	.contact-item__copy {
		margin-bottom: 23px;
		padding: 0 20px;
	}
		.contact-item__copy .social-link-dark {
		    padding: 32px 0 0;
		}

	.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;
	}

	.family-top-info-section .title-copy {
		position: relative;
	    font-weight: 900;
	    line-height: 2;
	    padding-left: 80px;
	    margin-top: 30px;
	    color: #EB141E;
	    font-size: 18px;
	}

	.family-top-info-section .title-copy::before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 39px;
		height: 31px;
		background-image: url(/wp-content/uploads/2025/07/quote_icon.webp);
		-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.5em;
	    margin-bottom: 30px;
	    padding: 30px 0 20px;
	    font-size: 18px;
	}

	.farm-family-content-section .quote-block {
		position: relative;
	    font-weight: 900;
	    line-height: 2;
	    margin: 30px 0;
	    color: #EB141E;
    	font-size: 18px;
	}

	.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;
	}

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

	.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;
		text-transform: uppercase;
	}

	.post-nav-section .prev_post a {
	    padding-left: 35px;
	    color: #070707;
	    font-family: 'Oswald', sans-serif;
	}

	.post-nav-section .next_post a {
		padding-right: 35px;
	    color: #070707;
	    font-family: 'Oswald', sans-serif;
	}

	.post-nav-section .post-nav-link a::before {
		content: '';
		position: absolute;
		top: 11px;
		background-image: url(/wp-content/uploads/2025/07/arrow_up.webp);
		width: 16px;
		height: 10px;
		-webkit-background-size: contain;
		background-size: contain;
		background-position: center center;
		background-repeat: no-repeat;
	}

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

	.post-nav-section .next_post a::before {
		right: 0;
            transform: rotate(90deg);
	}
	.post-nav-section .next_post a:hover,
	.post-nav-section .prev_post a:hover {
		color: #EB141E;
	}
	

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

	.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 {
		padding-top:30px;
		position: absolute;
		font-family: "Oswald", sans-serif;
		font-size: 20px;
		font-weight: 400;
		text-transform: uppercase;
		height: 100px;
		width: 100%;
		left: 0;
		bottom: 0;
		background: #FFFFFF;
		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(/wp-content/uploads/2025/07/Map_Pin.webp);
		-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: #FFFFFF;;
		font-size: 30px;
		text-align: center;
		padding: 30px;
		font-family: "Oswald", sans-serif;
		font-weight: 400
	}

	a.farm-family-block {
		color: #070707;
	}

	a.farm-family-block:hover {
		color: #EB141E;
		text-decoration: underline;
		text-decoration-color: #000000;
	}
/*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;
		min-height:445px;
	}

	.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: #ffce03;
		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-position: 0px -70px;
	    background-size: cover;
	    background-repeat: no-repeat;
	}

	.history-top-section .title-block {
		padding: 104px 0 60px;
	}
	.history-top-section sup {
	    font-size: 16px;
	    top: -22px;
	}

	.history-blocks-section {
		padding-top: 40px;
		padding-bottom: 30px;
	}
	.history-blocks-section h2 {
	    font-size: 35px;
	    color: #EB141E;
	}

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

	.history-time {
	    font-family: "Oswald", sans-serif;
		text-align: center;
		font-size: 27px;
		color: #EB141E;
		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: 2px;
		background: #000000;
	}

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

/* Fun Facts */

	.fun-facts-top-section {
		background: #f9f9f9;
		text-align: center;
	}
	.fun-facts-top-section .bg-block {
	    height: 100px;
	    background-position: 0px -70px;
	    background-size: cover;
	    background-repeat: no-repeat;
	}

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

	body.page-template-fun-facts .evently-sided-block .image {
		height:414px;
	}
	body.page-template-fun-facts .evently-sided-block .title {
	    font-family: 'Roboto', cursive;
	    color: #6B3529;
	    font-size: 36px;
	    font-weight: 500;
    	margin-bottom: 12px;
	}
	body.page-template-fun-facts .evently-sided-block .copy {
	    font-size: 18px;
	    line-height: 1.6;
	}
	body.page-template-fun-facts .culture-blocks-section .evently-sided-block:nth-child(odd) .text-side {
		padding-left: 60px;
	}
	body.page-template-fun-facts .culture-blocks-section .evently-sided-block:nth-child(even) .text-side {
		padding-right: 60px;
	}

/*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: #fff;
		text-align: center;
	}
	.wheretobuy-section p {
	    text-align: left;
	}

	.wheretobuy-section .title-block {
		padding:64px 0 31px;
	}
	.wheretobuy-section h3 {
	    font-size: 51px;
	    font-weight: 700;
	}
	.wheretobuy-section .subtitle {
	    width: 73%;
	    margin: 0 auto;
	    font-size: 19px;
	}

/*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;
}

/*food service*/

.food-service-bg-section {
    height: 398px;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}
.food-service-title-section {
	text-align: center;
	padding: 60px 0 0;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}
.food-service-title-section h1 {
    font-size: 46px;
    margin-bottom: 20px;
} 
section.food-service-food-items-section {
    background-size: contain;
}
section.food-service-food-items-section .row {
    padding-bottom: 59px;
} 

section.food-service-food-items-section h3 {
    text-align: center;
    font-size: 35px;
}
.food-service-food-item__copy {
    text-align: center;
    font-size: 16px;
    font-weight: 900;
}

.food-service-food-item > .product-image {
	height: 200px;
	width: 100%;
	max-width: 200px;
	-webkit-background-size: contain;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center bottom;
	margin: 0 auto 14px;
	    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.food-service-call-to-action-section {
	text-align: center;
	padding: 60px 0;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}
.food-service-call-to-action-section h2 {
    font-size: 35px;
}
.food-service-call-to-action-section .text {
    margin: 20px auto 49px;
    font-size: 20px;
    line-height: 1.5em;
}

/*schools*/

.schools-bg-section {
    height: 398px;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}
.schools-title-section {
	text-align: center;
	padding: 60px 0 53px;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}
.schools-title-section h1 {
    font-size: 46px;
    margin-bottom: 20px;
}   
section.schools-food-items-section {
    padding-top: 68px;
    background-size: contain;
}
section.schools-food-items-section .row {
    padding-bottom: 59px;
} 

section.schools-food-items-section h3 {
    text-align: center;
    font-size: 35px;
}
.schools-food-item__copy {
    text-align: center;
    font-size: 16px;
    font-weight: 900;
}

.schools-food-item > .product-image {
	height: 200px;
	width: 100%;
	max-width: 200px;
	-webkit-background-size: contain;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center bottom;
	margin: 0 auto 14px;
	    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}


.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);
    -webkit-background-size: cover;
    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; }

/* TM and Registered styling */
span.reg {
	font-size: .6em;
	position: relative;
	top: -10px;
	left: 0;
}
p>span.reg {
	font-size: .7em;
    position: relative;
    left: -1px;
    top: 0px;
}
.subtitle p>span.reg {
    top: -10px;
}
.recipe-info-block span.reg {
	left: 0;
	top: -11px;
}
#footer-background {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
	height: 81vh;
	max-height: 300px;
}
@media only screen and (min-width : 1200px) {
	#footer-background {
		max-height: 450px;
	}
}