.rotatebox .images{
  /*width: 300px;*/
  height: 300px;
  position: relative;
}
.rotatebox .images img{
  /*width: 300px;*/
  height: 300px;
  display: block;
  position: absolute;
  top: 0;
  left: 9%;
}
@font-face{font-family:fontello;src:url(fonts/fontello.eot?9645371);src:url(fonts/fontello.eot?9645371#iefix) format('embedded-opentype'),url(fonts/fontello.woff2?9645371) format('woff2'),url(fonts/fontello.woff?9645371) format('woff'),url(fonts/fontello.ttf?9645371) format('truetype'),url(fonts/fontello.svg?9645371#fontello) format('svg');font-weight:400;font-style:normal}[class*=" icon-"]:before,[class^=icon-]:before{font-family:fontello;font-style:normal;font-weight:400;speak:none;display:inline-block;text-decoration:inherit;text-align:center;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-climate:before{content:'\e800'}.icon-e:before{content:'\e801'}.icon-external:before{content:'\e802'}.icon-i:before{content:'\e803'}.icon-left:before{content:'\e804'}.icon-mg:before{content:'\e805'}.icon-p:before{content:'\e806'}.icon-right:before{content:'\e807'}.icon-t:before{content:'\e808'}.icon-x:before{content:'\e809'}.icon-hand:before{content:'\e80a'}.icon-f:before{content:'\e80b'}.icon-cows:before{content:'\e80c'}.icon-farmers:before{content:'\e80d'}.icon-milk:before{content:'\e80e'}.icon-produce:before{content:'\e80f'}.icon-down:before{content:'\e810'}.icon-film:before{content:'\e811'}.icon-wine:before{content:'\e812'}.icon-bakedpot:before{content:'\e813'}.icon-cracker:before{content:'\e814'}.icon-grilled:before{content:'\e815'}.icon-sandwich:before{content:'\e816'}.icon-time:before{content:'\e817'}.icon-plus:before{content:'\e818'}.icon-milking:before{content:'\e819'}.icon-milktruck:before{content:'\e81a'}.icon-parlour:before{content:'\e81b'}.icon-grass:before{content:'\e81c'}.icon-shape:before{content:'\e81d'}.icon-map:before{content:'\e81e'}.icon-store:before{content:'\e81f'}.icon-talk:before{content:'\e820'}.icon-pdf:before{content:'\e821'}.icon-burger:before{content:'\e822'}
.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after, .twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
  content: " ";
  display: block;
  background: white;
  position: absolute;
  z-index: 30;
  -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5); }

.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after {
  width: 3px;
  height: 9999px;
  left: 50%;
  margin-left: -1.5px; }

.twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
  width: 9999px;
  height: 3px;
  top: 50%;
  margin-top: -1.5px; }

.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%; }

.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay {
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s; }

.twentytwenty-before-label, .twentytwenty-after-label {
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  transition-property: opacity; }

.twentytwenty-before-label:before, .twentytwenty-after-label:before {
  color: white;
  font-size: 13px;
  letter-spacing: 0.1em; }

.twentytwenty-before-label:before, .twentytwenty-after-label:before {
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  line-height: 38px;
  padding: 0 20px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.twentytwenty-horizontal .twentytwenty-before-label:before, .twentytwenty-horizontal .twentytwenty-after-label:before {
  top: 50%;
  margin-top: -19px; }

.twentytwenty-vertical .twentytwenty-before-label:before, .twentytwenty-vertical .twentytwenty-after-label:before {
  left: 50%;
  margin-left: -45px;
  text-align: center;
  width: 90px; }

.twentytwenty-left-arrow, .twentytwenty-right-arrow, .twentytwenty-up-arrow, .twentytwenty-down-arrow {
  width: 0;
  height: 0;
  border: 6px inset transparent;
  position: absolute; }

.twentytwenty-left-arrow, .twentytwenty-right-arrow {
  top: 50%;
  margin-top: -6px; }

.twentytwenty-up-arrow, .twentytwenty-down-arrow {
  left: 50%;
  margin-left: -6px; }

.twentytwenty-container {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  z-index: 0;
  overflow: hidden;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none; }
  .twentytwenty-container img {
    max-width: 100%;
    position: absolute;
    top: 0;
    display: block;
    bottom: 0;
  }
  .twentytwenty-container.active .twentytwenty-overlay, .twentytwenty-container.active :hover.twentytwenty-overlay {
    background: rgba(0, 0, 0, 0); }
    .twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label,
    .twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label, .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-before-label,
    .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-after-label {
      opacity: 0; }
  .twentytwenty-container * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box; }

.twentytwenty-before-label {
  opacity: 0; }
  .twentytwenty-before-label:before {
    content: attr(data-content); }

.twentytwenty-after-label {
  opacity: 0; }
  .twentytwenty-after-label:before {
    content: attr(data-content); }

.twentytwenty-horizontal .twentytwenty-before-label:before {
  left: 10px; }

.twentytwenty-horizontal .twentytwenty-after-label:before {
  right: 10px; }

.twentytwenty-vertical .twentytwenty-before-label:before {
  top: 10px; }

.twentytwenty-vertical .twentytwenty-after-label:before {
  bottom: 10px; }

.twentytwenty-overlay {
  -webkit-transition-property: background;
  -moz-transition-property: background;
  transition-property: background;
  background: rgba(0, 0, 0, 0);
  z-index: 25; }
  .twentytwenty-overlay:hover {
    background: rgba(0, 0, 0, 0.5); }
    .twentytwenty-overlay:hover .twentytwenty-after-label {
      opacity: 1; }
    .twentytwenty-overlay:hover .twentytwenty-before-label {
      opacity: 1; }

.twentytwenty-before {
  z-index: 20; }

.twentytwenty-after {
  z-index: 10; }

.twentytwenty-handle {
  height: 38px;
  width: 38px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -22px;
  margin-top: -22px;
  border: 3px solid white;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
  -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  z-index: 40;
  cursor: pointer; }

.twentytwenty-horizontal .twentytwenty-handle:before {
  bottom: 50%;
  margin-bottom: 22px;
  -webkit-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }
.twentytwenty-horizontal .twentytwenty-handle:after {
  top: 50%;
  margin-top: 22px;
  -webkit-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }

.twentytwenty-vertical .twentytwenty-handle:before {
  left: 50%;
  margin-left: 22px;
  -webkit-box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }
.twentytwenty-vertical .twentytwenty-handle:after {
  right: 50%;
  margin-right: 22px;
  -webkit-box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }

.twentytwenty-left-arrow {
  border-right: 6px solid white;
  left: 50%;
  margin-left: -17px; }

.twentytwenty-right-arrow {
  border-left: 6px solid white;
  right: 50%;
  margin-right: -17px; }

.twentytwenty-up-arrow {
  border-bottom: 6px solid white;
  top: 50%;
  margin-top: -17px; }

.twentytwenty-down-arrow {
  border-top: 6px solid white;
  bottom: 50%;
  margin-bottom: -17px; }

@font-face {
  font-family: 'Bliss ExtraLight';
  src: url('fonts/BlissPro-ExtraLight.otf');
}

@font-face {
	font-family: 'Bliss Pro Regular';
	src: url('fonts/BlissPro.eot');
	src: url('fonts/BlissPro.eot?#iefix') format('embedded-opentype'),
	url('fonts/BlissPro.woff') format('woff'),
	url('fonts/BlissPro.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

body.sidebarNo .leftContent {
    width: 100% !important;
}

nav.mainMenu {
    z-index: 999;
    position: relative;
}

.external-link i {
    color: #b19f6b;
    margin-left: 10px;
}

.bottom-socials .row > div.all-socials a i {
    position: relative;
    top: 0;
    left: 0;
}

.nearest-event i {
    cursor: pointer;
}

.event-wrp:not(.multiple-events) .nearest-event i.icon-right, .event-wrp:not(.multiple-events) .nearest-event i.icon-left {
    display: none;
}

.multiple-events > div:not(.current) {
    display: none;
}

i[disabled="disabled"] {
    display: none;
}

.event-info {
    position: relative;
}

.nav-container {
    position: absolute;
    left: 35px;
    right: 35px;
}

.nav-container i {
    font-size: 24px;
}

.nav-container i.icon-right {
    float: right;
}

body:not(.home) .mainConten{
    padding-top: 0;
}
body.post-type-archive-products .mainContent, body.page-template-tpl-contact .mainContent, body.page-template-tpl-products .mainContent{
    padding-top: 65px;
}

section.products .nav-tabs li.shredded,
section.products .nav-tabs li.savory-cheddar,
section.products .nav-tabs li.mild-cheddar,
section.products .nav-tabs li.sliced{
	display:none;
}

#sb_instagram .sb_instagram_header{
    margin: 0;
}


/* Print Button */

.printomatictext {
    position: absolute;
    top: 116px;
    right: 0;
    width: 267px;
    height: 115px;
    background: #1d592e;
    text-transform: uppercase;
    padding: 33px 60px;
    z-index: 999;
    color: white;
}
.printomatictext:after {
		content: '\e807';
    font-family: fontello;
    color: white;
    right: 30px;
    top: 44px;
    position: absolute;
    display: block;
}
@media (max-width: 560px) {
	.printomatictext:after {
		right: 18px;
	}
}
@media (max-width: 1120px) {
	.printomatictext {
			width: calc(100% - 130px);
	    display: block;
	    margin: 0 auto 70px;
	    text-align: center;
	    line-height: 140px;
	    height: 140px;
	    font-size: 28px;
	    padding: 0;
	    letter-spacing: 8px;
	    position: relative;
			top: 0;
	}
}

@media (max-width: 560px) {
	.printomatictext {
			width: calc(100% - 50px);
	    margin: 0 auto 30px;
	    line-height: 24px;
	    height: auto;
	    padding: 30px;
	    font-size: 20px;	
	}
}
@media all and (max-width: 1450px) {
    .article-content .online-buying {
      width: calc(100% + 35px);
    }
}

@media all and (max-width: 1050px) {
    .article-content .online-buying {
        bottom: auto;
        top: 0;
    }
}

@media all and (max-width: 560px) {
    .article-content .online-buying {
      width: calc(100%);
    }
    .single-grazings .centerDiv.main-content {
      padding-right: 25px !important;
    }
    .single-grazings .centerDiv.main-content .sidebar-container + div {
      padding-right: 80px;
    }
}




/***** Campaign Landing page *****/


@media (max-width: 1120px){
	.headerImage .caption.white p {
		font-size: 74px;
		line-height: 70px;
	}
}
@media (max-width: 600px){
	.headerImage .caption.white p {
		font-size: 44px;
		line-height: 50px
	}
}


@media all and (min-width: 1024px) {
	.page-template-tpl-campaign-landing .button {
		min-width: 200px;
	}	
}

/* Header section */

.page-template-tpl-campaign-landing .headerImage .caption {
	letter-spacing: 2.5px;
	padding: 3rem 1rem 0;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  transform: none;
}

.page-template-tpl-campaign-landing .headerImage .caption p {
	flex-basis: 100%;
	letter-spacing: 10px;
}

.page-template-tpl-campaign-landing .headerImage .caption p strong {
	font-family: "Bliss ExtraLight";
	font-weight: 100;
}
.page-template-tpl-campaign-landing .headerImage .caption p:first-of-type {
	font-size: 24px;
	line-height: 150%;
	
	padding-bottom: .5rem;
	margin-bottom: 0;
}
.page-template-tpl-campaign-landing .headerImage .caption p:last-of-type {
	font-size: 36px;
	line-height: 150%;
}
@media all and (max-width: 640px) {
	.page-template-tpl-campaign-landing .headerImage .caption p:last-of-type {
		font-size: 14px;
		letter-spacing: 4px
	}
}

@media all and (min-width: 640px) {
	.page-template-tpl-campaign-landing .headerImage .caption {
		padding: 0 5rem;
	}
	.page-template-tpl-campaign-landing .headerImage .caption p:first-of-type {
		font-size: 32px;
	}
	.page-template-tpl-campaign-landing .headerImage .caption p:last-of-type {
		font-size: 18px;
		letter-spacing: 6px
	}
}
@media all and (min-width: 1024px) {
	.page-template-tpl-campaign-landing .headerImage .caption p {
		letter-spacing: 5px;
	}
	.page-template-tpl-campaign-landing .headerImage .caption p:first-of-type,
	.page-template-tpl-savory-cheddar .headerImage .caption p:first-of-type,
	.page-template-tpl-mild-cheddar .headerImage .caption p:first-of-type {
		font-family: "Bliss ExtraBold";
		font-size: 50px;
		margin-bottom: 1rem;
		font-weight:800;
		letter-spacing:5px;
	}
	.page-template-tpl-campaign-landing .headerImage .caption p:last-of-type {
		font-size: 36px;
		line-height: 125%;
	}
	.page-template-tpl-campaign-landing .headerImage .caption p:last-of-type strong {
		font-family: "Bliss ExtraLight", sans-serif;
    	font-weight: 100;
    	font-size:24px;
    	letter-spacing:10px;
	}
	.headerImage .scroll-down {
		position: absolute;
		bottom: 2rem;
		left: -2rem;
	}
}


/* Products section */

.page-template-tpl-campaign-landing .products-wrapper {
	position: relative;
}
.page-template-tpl-campaign-landing .products-wrapper h2 {
	position: relative;
	z-index: 200;
	font-size: 32px;
	line-height: 120%;
	text-align: center;
}
.page-template-tpl-campaign-landing .products {
	text-align: center;
	padding: 2rem;
	margin-bottom: 2rem;
}
.page-template-tpl-campaign-landing .products .product {
	position: relative;
}
.page-template-tpl-campaign-landing .products .product-1 {
	margin-bottom: 2rem;
}
.page-template-tpl-campaign-landing .products h3 {
	font-size: 32px;
	line-height: 120%;
	margin-bottom: 1rem;
}
.page-template-tpl-campaign-landing .products-wrapper .bg-image-desktop {
	display: none;
}
.page-template-tpl-campaign-landing .products .bg-image-mobile {
	width: 50%;
	position: absolute;
	z-index: 100;
}
.page-template-tpl-campaign-landing .products .product-1 .bg-image-mobile {
	top: -75px;
	left: -2rem;
}
.page-template-tpl-campaign-landing .products .product-2 .bg-image-mobile {
	top: -75px;
	right: -2rem;
}
.page-template-tpl-campaign-landing .products .wrapper {
	position: relative;
	z-index: 200;
	color: #004413;
}
.page-template-tpl-campaign-landing .products .description p {
	font-size: 18px;
	line-height: 175%;
	letter-spacing: 1.5px;
	margin-bottom: 1.5rem;
}
.page-template-tpl-campaign-landing .products .button {
	background-color: #ad9962;
	font-family: "Bliss Light", sans-serif;
	font-weight: 100;
	padding-left: 1rem;
	padding-right: 1rem;
}
@media all and (max-width:640px) {
	.page-template-tpl-campaign-landing .products .button {
		width: 95%
	}
}
@media all and (max-width:350px) {
	.page-template-tpl-campaign-landing .products .button {
		width: 100%
	}
}
.page-template-tpl-campaign-landing .products .button span {
	display: block;
	position: relative;
	font-size: 18px;
	text-transform: uppercase;
}
@media all and (max-width:400px) {
	.page-template-tpl-campaign-landing .products .button span {
		font-size: 12px
	}
}
.page-template-tpl-campaign-landing .products .button span:after {
	display: inline;
	content: '\e807';
  font-family: fontello;
  font-size: 1rem;
	margin-left: 1rem;
}
@media all and (min-width:640px) {
	.page-template-tpl-campaign-landing .products {
		padding: 3rem;
	}
	.page-template-tpl-campaign-landing .products-wrapper h2 {
    font-size: 48px;
		line-height: 150%;
    letter-spacing: 10px;
    padding: 0 1rem;
	}
	.page-template-tpl-campaign-landing .products h3 {
		font-size: 48px;
		line-height: 150%;
    letter-spacing: 5px;
	}
	.page-template-tpl-campaign-landing .products .product-1 .bg-image-mobile {
		left: -3rem;
	}
	.page-template-tpl-campaign-landing .products .product-2 .bg-image-mobile {
		right: -3rem;
	}
	.page-template-tpl-campaign-landing .products .product .description {
		padding: 0 3rem;		
	}
	.page-template-tpl-campaign-landing .products .product .description p {
		font-size: 30px;
		margin: 2rem 0 2.5rem;
	}
	.page-template-tpl-campaign-landing .products .button {
		height: 120px;
		line-height: 120px;
		padding-left: 4rem;
		padding-right: 4rem;
	}
	.page-template-tpl-campaign-landing .products .button span {
		font-size: 28px;
	}
	@media all and (max-width:1000px) {
		.page-template-tpl-campaign-landing .products .button span {
			font-size: 20px;
		}
	}
	.page-template-tpl-campaign-landing .products .button span:after {
	  font-size: 1.2rem;
		margin-left: 1.5rem;
		position: relative;
		top: -2px;
	}
}
@media all and (min-width:768px) {
	.page-template-tpl-campaign-landing .products .bg-image-mobile {
		width: 40%;
	}
}
@media all and (min-width:1024px) {
	.page-template-tpl-campaign-landing .products {
		text-align: left;
		padding-bottom: 2rem;
		margin-bottom: 0;
	}
	.page-template-tpl-campaign-landing .products .product .wrapper {
		display: flex;
		flex-wrap: nowrap;
		justify-content: space-between;
	}
	.page-template-tpl-campaign-landing .products .product .wrapper > div {
		width: 48%;
	}
	.page-template-tpl-campaign-landing .products .product .bg-image-mobile {
		display: none;
	}
	.page-template-tpl-campaign-landing .products-wrapper .bg-image-desktop {
		display: block;
		width: 25%;
		position: absolute;
		z-index: 100;
		top: 15%;
	}
	.page-template-tpl-campaign-landing .products-wrapper .bg-image-desktop-left {
		left: 0px;
	}
	.page-template-tpl-campaign-landing .products-wrapper .bg-image-desktop-right {
		right: 0px;
	}
	.page-template-tpl-campaign-landing .products-wrapper h2 {
		font-size: 32px;
		margin-bottom: 4rem;
	}
	.page-template-tpl-campaign-landing .products h3 {
		font-size: 36px;
	}
	.page-template-tpl-campaign-landing .products .product .description {
		padding: 0;
	}
	.page-template-tpl-campaign-landing .products .product-1 {
		margin-bottom: 3rem;
	}
	.page-template-tpl-campaign-landing .products .product-1 .wrapper {
		padding-left: 25%;
	}
	.page-template-tpl-campaign-landing .products .product-2 .wrapper {
		padding-right: 10%;
	}
	.page-template-tpl-campaign-landing .products .product-1 .image {
		order: 2;
	}
	.page-template-tpl-campaign-landing .products .product .description p {
		font-size: 18px;	
	}
	.page-template-tpl-campaign-landing .products .product-1 .description {
		order: 1;
	}
	.page-template-tpl-campaign-landing .products .product-2 .description {
		text-align: right;
	}
	.page-template-tpl-campaign-landing .products .button {
		height: 70px;
		line-height: 70px;
		padding-left: 2rem;
		padding-right: 2rem;
	}
	.page-template-tpl-campaign-landing .products .button span {
		font-size: 18px;
	}
	.page-template-tpl-campaign-landing .products .button span:after {
		font-size: 1rem;
		position: static;
	}
}
@media all and (min-width:1280px) {
	.page-template-tpl-campaign-landing .products .product-1 {
		margin-bottom: 0;
	}
	.page-template-tpl-campaign-landing .products .product-1 .wrapper {
		padding-left: 22%;
		margin: 3em 0
	}
	.page-template-tpl-campaign-landing .products .product-2 .wrapper {
		padding-right: 20%;
	}
	.page-template-tpl-campaign-landing .products .product-1 .wrapper .image img, .page-template-tpl-campaign-landing .products .product-2 .wrapper .image img{
		max-width: 90%;
	}
}
@media all and (min-width:1440px) {
	.page-template-tpl-campaign-landing .products .product-1 .wrapper {
		padding-left: 20%;
	}
	.page-template-tpl-campaign-landing .products .product-2 .wrapper {
		padding-right: 20%;
	}
}
@media all and (min-width:1680px) {
	.page-template-tpl-campaign-landing .products-wrapper .bg-image-desktop {
		width: 20%;
	}
	.page-template-tpl-campaign-landing .products .product-1 .wrapper {
		padding-left: 5%;
	}
	.page-template-tpl-campaign-landing .products .product-2 .wrapper {
		padding-right: 5%;
	}
}
@media all and (min-width:1920px) {
	.page-template-tpl-campaign-landing .products-wrapper .bg-image-desktop {
		top: 5%;
	}
	.page-template-tpl-campaign-landing .products .product-1 .wrapper {
		padding-left: 0;
	}
	.page-template-tpl-campaign-landing .products .product-2 .wrapper {
		padding-right: 0;
	}
}


/* Product Locator section */

.page-template-tpl-campaign-landing .product-locator {
	background-color: black;
	position: relative;
	margin-bottom: 3rem;
}
.page-template-tpl-campaign-landing .product-locator .background {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: .56;
  z-index: 100;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.page-template-tpl-campaign-landing .product-locator .wrapper {
	text-align: center;
	padding: 10rem 2rem;
	position: relative;
	z-index: 200;
	color: white;
}
.page-template-tpl-campaign-landing .product-locator .wrapper p {
	font-size: 24px;
	line-height: 150%;
	text-transform: uppercase;
}
.page-template-tpl-campaign-landing .product-locator .wrapper h2 {
	font-family: "Bliss Bold", sans-serif;
	font-size: 32px;
	line-height: 150%;
	color: white;
	text-align: center;
	margin: 2rem 0;
}
.page-template-tpl-campaign-landing .product-locator .button {
	background-color: #ad9962;
	font-family: "Bliss Light", sans-serif;
	font-weight: 100;
	padding-left: 3rem;
	padding-right: 3rem;
}
.page-template-tpl-campaign-landing .product-locator .button span {
	display: block;
	position: relative;
	font-size: 20px;
	text-transform: uppercase;
}
@media all and (max-width:350px) {
	.page-template-tpl-campaign-landing .product-locator .button span {
		font-size: 12px;
	}
}
.page-template-tpl-campaign-landing .product-locator .button span:after {
	display: inline;
	content: '\e807';
  font-family: fontello;
  font-size: 1rem;
	margin-left: 1rem;
}

@media all and (min-width:640px) {
	.page-template-tpl-campaign-landing .product-locator .wrapper {
		padding: 20rem 2rem;
	}
	.page-template-tpl-campaign-landing .product-locator .wrapper p {
		font-size: 32px;
		letter-spacing: 5px;
	}
	.page-template-tpl-campaign-landing .product-locator .wrapper h2 {
		font-size: 48px;
		letter-spacing: 5px;
	}
	.page-template-tpl-campaign-landing .product-locator .button {
		height: 100px;
		line-height: 100px;
		padding-left: 7.5rem;
		padding-right: 7.5rem;
	}
	.page-template-tpl-campaign-landing .product-locator .button span {
		font-size: 28px;
	}
	.page-template-tpl-campaign-landing .product-locator .button span:after {
		font-size: 1.2rem;
		position: relative;
		top: -2px;	
	}

}
@media all and (min-width:768px) {
	.page-template-tpl-campaign-landing .product-locator .wrapper {
		padding: 8rem 2rem;
	}
}
@media all and (min-width:1024px) {
	.page-template-tpl-campaign-landing .product-locator .wrapper p {
		font-size: 18px;
	}
	.page-template-tpl-campaign-landing .product-locator .wrapper h2 {
		font-size: 36px;
	}
	.page-template-tpl-campaign-landing .product-locator .button {
		height: 70px;
		line-height: 70px;
		padding-left: 2rem;
		padding-right: 2rem;
	}
	.page-template-tpl-campaign-landing .product-locator .button span {
		font-size: 18px;
	}
	.page-template-tpl-campaign-landing .product-locator .button span:after {
    font-size: .75rem;
    top: -1px;
	}
}

.page-template-tpl-campaign-landing .product-locator .wrapper p {
    font-size: 16px;
    letter-spacing: 4px;
    position: absolute;
    width: 40%;
    max-width: 600px;
    left: 50%;
    transform: translateX(-50%) translateY(0);
    bottom: 10%;
}
@media all and (max-width:1100px) {
	.page-template-tpl-campaign-landing .product-locator .wrapper p {
	    font-size: 14px;
	}
}
@media all and (max-width:800px) {
	.page-template-tpl-campaign-landing .product-locator .wrapper p {
	    width: 90%;
	    bottom: 5%;
	}
}

/* Greezings carousel section */

.page-template-tpl-campaign-landing .grazings-wrapper {
	text-align: center;
	padding: 2rem 0;
}
.page-template-tpl-campaign-landing .grazings-wrapper .description {
	line-height: 150%;
	padding: 0 1rem;
	margin-bottom: 3rem;
}
.page-template-tpl-campaign-landing .grazings-desktop {
	display: none;
}
.page-template-tpl-campaign-landing .grazings .grazing {
	height: 100%;
	background-color: black;
}
.page-template-tpl-campaign-landing .grazings-mobile .grazing {
	min-height: 320px;
	position: relative;
	margin-bottom: .5rem;
}
.page-template-tpl-campaign-landing .grazings-mobile .grazing:last-of-type {
	margin-bottom: 0;
}
.page-template-tpl-campaign-landing .grazings .grazing .bg-image {
	position: absolute;
	z-index: 100;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: .7;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.page-template-tpl-campaign-landing .grazings .grazing .wrapper {
	position: absolute;
	z-index: 200;
	width: 100%;
	height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  padding: 0 1rem;
}
.page-template-tpl-campaign-landing .grazings .grazing .wrapper > * {
	flex-basis: 100%;
}
.page-template-tpl-campaign-landing .grazings .grazing .wrapper a {
	color: white;
}
.page-template-tpl-campaign-landing .grazings .grazing .wrapper h3 {
	font-family: "Bliss Bold", sans-serif;
}
.page-template-tpl-campaign-landing .grazings .grazing .link {
	text-transform: uppercase;
}
.page-template-tpl-campaign-landing .grazings .grazing .link:after {
  display: inline;
  content: '\e807';
  font-family: fontello;
  font-size: .75rem;
	margin-left: 1rem;
	position: relative;
	top: -1px;
}

@media all and (min-width:640px) {
	.page-template-tpl-campaign-landing .grazings-wrapper {
		padding: 3rem 0;
	}
	.page-template-tpl-campaign-landing .grazings-wrapper h2 {
		font-size: 48px;
		letter-spacing: 5px;
		line-height: 150%;
		margin-bottom: 3rem;
	}
	.page-template-tpl-campaign-landing .grazings-wrapper .description {
		font-size: 30px;
		letter-spacing: 5px;
		padding: 0 3rem 2rem;
	}
	.page-template-tpl-campaign-landing .grazings-mobile .grazing {
		min-height: 640px;
		margin-bottom: 1rem;
	}
	.page-template-tpl-campaign-landing .grazings .grazing .wrapper h3 {
		font-size: 48px;
		letter-spacing: 5px;
		line-height: 150%;
		margin-bottom: 3rem;
	}
	.page-template-tpl-campaign-landing .grazings .grazing .wrapper .link {
		font-size: 32px;
		letter-spacing: 5px;
	}
	.page-template-tpl-campaign-landing .grazings .grazing .link:after {
		font-size: 1.25rem;
		top: -3px;
	}
}
@media all and (min-width:768px) {
	.page-template-tpl-campaign-landing .grazings-mobile .grazing {
		min-height: 768px;
	}	
}
@media all and (min-width:1024px) {
	.page-template-tpl-campaign-landing .grazings-mobile {
		display: none;
	}
	.page-template-tpl-campaign-landing .grazings-desktop {
		display: block;
		width: 80%;
		margin: 0 auto;
	}
	.page-template-tpl-campaign-landing .grazings-wrapper {
		padding: 2rem 0 4rem;
	}
	.page-template-tpl-campaign-landing .grazings-wrapper h2 {
		font-size: 36px;
		margin-bottom: 3rem;
	}
	.page-template-tpl-campaign-landing .grazings-wrapper .description {
		font-size: 18px;
		margin-bottom: 2rem;
	}
	.page-template-tpl-campaign-landing .grazings .grazing:hover {
		background-color: #004413;
	}
	.page-template-tpl-campaign-landing .grazings .grazing:hover .bg-image {
		opacity: .3;
	}
	.page-template-tpl-campaign-landing .grazings .grazing .wrapper h3 {
		font-size: 24px;
		color: white;
		margin-bottom: 1.5rem;
	}
	.page-template-tpl-campaign-landing .grazings .grazing .wrapper .link {
		font-size: 16px;
		color: white;
	}
	.page-template-tpl-campaign-landing .grazings .grazing .link:after {
		font-size: .75rem;
    top: -1px;
	}
	.page-template-tpl-campaign-landing .grazings-desktop .owl-nav i {
		font-size: 2rem;
	}
	.page-template-tpl-campaign-landing .grazings-desktop	.owl-item {
		border: .5px solid white;
	}
	.page-template-tpl-campaign-landing .grazings-desktop	.owl-prev {
		position: relative;
		left: -11%;
	}
	.page-template-tpl-campaign-landing .grazings-desktop	.owl-next {
		position: relative;
		right: -12%;
	}
}

/* Coupon provider iframe section */

.coupon-provider {
	color: white;
	letter-spacing: 5px;
	background-color: #004413;
}
.coupon-provider svg {
	display: block;
	position: relative;
	top: -1px;
	max-width: 100%;
	margin: 0 auto;
}
.coupon-provider svg.mobile image {
	width: 100%;
	height: auto;
}
.coupon-provider svg.desktop {
	display: none;
}
.coupon-provider .wrapper {
	min-height: 300px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	text-align: center;
	padding: 0 1rem;
}
.coupon-provider .wrapper > div {
	flex-basis: 100%;
}
.coupon-provider .wrapper p {
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 2.5rem;
}
.coupon-provider .wrapper h3 {
	font-size: 24px;
	color: white;
}

@media all and (min-width:640px) {
	.coupon-provider .wrapper {
		min-height: 500px;
	}
	.coupon-provider .wrapper h3 {
		font-size: 36px;
	}	
}
@media all and (min-width:1024px) {
	.coupon-provider svg.mobile {
		display: none;
	}
	.coupon-provider svg.desktop {
		display: block;
	}
}

/* New products listing pages */
.page-template-tpl-slices .headerImage .pageImage img,
.page-template-tpl-savory-cheddar .headerImage .pageImage img,
.page-template-tpl-mild-cheddar .headerImage .pageImage img,
.page-template-tpl-shredded .headerImage .pageImage img{
	min-width:auto;
	min-height:auto;
}
.page-template-tpl-savory-cheddar .headerImage .pageImage img,
.page-template-tpl-mild-cheddar .headerImage .pageImage img {
	width:100%;
}
.page-template-tpl-savory-cheddar .headerImage .pageImage {
	background-position:bottom;
}
.page-template-tpl-savory-cheddar .headerImage .pageImage img {
	/*display:none!important;*/
	top: -10229px;
}
.page-template-tpl-slices .mainContent,
.page-template-tpl-savory-cheddar .mainContent,
.page-template-tpl-mild-cheddar .mainContent,
.page-template-tpl-shredded .mainContent{
	background:#f9f9f9;
}
.page-template-tpl-slices .mainContent .products,
.page-template-tpl-savory-cheddar .mainContent .products,
.page-template-tpl-mild-cheddar .mainContent .products,
.page-template-tpl-shredded .mainContent .products{
	padding-top:0;
}
.page-template-tpl-slices .mainContent section.products .product-block,
.page-template-tpl-savory-cheddar .mainContent section.products .product-block,
.page-template-tpl-mild-cheddar .mainContent section.products .product-block,
.page-template-tpl-shredded .mainContent section.products .product-block{
	height:450px;
}

/* Music Company Landing */
.page-template-tpl-music-campaign-landing h1.videoheader {
	position: absolute;
    top: 30%;
    text-align: center;
    width: 100%;
    z-index: 9999;
    color: white;
    font-size: 40px;
    letter-spacing: 10px;
	line-height: 45px; 
}
.page-template-tpl-music-campaign-landing section {
	text-align: center;
	padding: 0 1.5rem;
	margin-bottom: 3rem;
}
.page-template-tpl-music-campaign-landing .button {
	width: 250px;
	display: block;
	background-color: #ad9962;
  font-family: "Bliss Light", sans-serif;
  font-weight: 100;
  padding-left: 1rem;
  padding-right: 1rem;
}
.page-template-tpl-music-campaign-landing .button span {
  display: block;
  position: relative;
  font-size: 16px;
  text-transform: uppercase;
}
.page-template-tpl-music-campaign-landing .button span:after {
	display: inline;
  content: '\e807';
  font-family: fontello;
  font-size: 1rem;
  margin-left: 1rem;
}
.page-template-tpl-music-campaign-landing .text {
	margin-bottom: 1rem;
}
.page-template-tpl-music-campaign-landing .link {
	text-transform: uppercase;
}
.page-template-tpl-music-campaign-landing .link:after {
  display: inline;
  content: '\e807';
  font-family: fontello;
  font-size: .75rem;
  margin-left: 1rem;
  position: relative;
  top: -1px;	
}
.page-template-tpl-music-campaign-landing .pageSlider:after {
	display: none;
}
.page-template-tpl-music-campaign-landing .pageSlider .scroll-down {
	position: absolute;
	left: 50%;
  bottom: 2rem;
}
.page-template-tpl-music-campaign-landing .pageSlider .scroll-down:after {
  display: block;
  content: '\e810';
  font-family: fontello;
  font-size: .5rem;
  color: white;
}
.page-template-tpl-music-campaign-landing .headerImage .pageImage {
	height: 645px;
}
.page-template-tpl-music-campaign-landing .headerImage .caption {
	height: 100%;
  display: flex;
  flex-wrap: wrap;
	justify-content: center;
  align-content: center;
  line-height: 175%;
}
.page-template-tpl-music-campaign-landing .headerImage .caption > * {
	flex-basis: 100%;
}
.page-template-tpl-music-campaign-landing .headerImage .caption p {
	margin-bottom: 2rem;
}
.page-template-tpl-music-campaign-landing .headerImage .caption h2 {
  line-height: 125%;
	color: #fff;
}
.page-template-tpl-music-campaign-landing .headerImage svg path {
	fill: #fafafa;
}
.page-template-tpl-music-campaign-landing .intro {
	background-color: #fafafa;
	padding-top: 2rem;
	margin-bottom: 6rem;
}
.page-template-tpl-music-campaign-landing .intro h2 {
	line-height: 150%;
	margin-bottom: 2.5rem;
}
.page-template-tpl-music-campaign-landing .intro .text {
	line-height: 175%;	
}
.page-template-tpl-music-campaign-landing .intro .button {
	position: relative;
	bottom: -2rem;
	margin: 0 auto;
}
.page-template-tpl-music-campaign-landing .influencer {
	padding: 0;
}
.page-template-tpl-music-campaign-landing .influencer .picture {
	position: relative;
	min-height: 500px;
	background-color: #000;
	margin-bottom: 3rem;
}
.page-template-tpl-music-campaign-landing .influencer .picture .img {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .8;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: .8;
}
.page-template-tpl-music-campaign-landing .influencer .info {
	padding: 0 1.5rem;
}
.page-template-tpl-music-campaign-landing .influencer h2 {
	line-height: 150%;
}
.page-template-tpl-music-campaign-landing .influencer .info .text {
	line-height: 175%;
	margin-bottom: 2rem;
}
.influencer-recipes, .recipes-you-might-also-like {
	text-align: center;   
}
.influencer-recipes .recipe, .recipes-you-might-also-like .recipe {
	background-color: #000;
	position: relative;
	height: 250px;
	padding: 1rem;
	margin-bottom: 1rem;
}
.influencer-recipes .recipe h3, .recipes-you-might-also-like .recipe h3 {
	line-height: 150%;
}
.influencer-recipes .recipe .bg-image, .recipes-you-might-also-like .recipe .bg-image {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .8;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.influencer-recipes .recipe .content, .recipes-you-might-also-like .recipe .content {
	height: 100%;
  position: relative;
  z-index: 200;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  text-align: center;
}
.influencer-recipes .recipe .content > *, .recipes-you-might-also-like .recipe .content > * {
    width: 100%;
}
.influencer-recipes .recipe .content a, .recipes-you-might-also-like .recipe .content a {
  color: #fff;
}
.more-chiefs h2 {
	margin-bottom: 3rem;
}
.more-chiefs .chief {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 1rem;
}
.more-chiefs .chief .picture {
	position: relative;
	height: 320px;
	background-color: #000;
	border-bottom: 1px solid #fff;
}
.more-chiefs .chief .picture .bg {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .9;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.more-chiefs .chief .picture .content {
	position: relative;
	z-index: 200;
	height: 100%;
	color: #fff;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
	padding: 1rem;
}
.more-chiefs .chief .picture .content > * {
	flex-basis: 100%;
}
.more-chiefs .chief .picture .content h4, .more-chiefs .chief .picture .content a {
	color: #fff;
}
.more-chiefs .chief .more-chiefs-recipes {
	display: flex;	
}
.more-chiefs .chief .more-chiefs-recipes .recipe {
	flex-basis: 50%;
	position: relative;
	background-color: #000;
}
.more-chiefs .chief .more-chiefs-recipes .recipe:first-child {
	border-right: 1px solid #fff;
}
.more-chiefs .chief .more-chiefs-recipes .recipe .bg {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .8;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.more-chiefs .chief .more-chiefs-recipes .recipe .content {
	position: relative;
	z-index: 200;
	height: 100%;
	color: #fff;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
	padding: .5rem;
}
.more-chiefs .chief .more-chiefs-recipes .recipe .content h4 {
	font-size: 16px;
}
.more-chiefs .chief .more-chiefs-recipes .recipe .content a {
	color: #fff;	
}

.morechiefs .centerDiv {
	max-width: 1180px;
}
.morechiefs .chief {
	margin-bottom: 35px;
}
.morechiefs .chief_info {
	background-color: #ae9962;
}

.morechiefs .chief .chief_info .desc,
.morechiefs .chief .chief_info  .chief_ico  {
	float:right;
}

.morechiefs .chief:nth-child(odd) .chief_info .desc,
.morechiefs .chief:nth-child(odd) .chief_info  .chief_ico  {
	float: left;
}

.morechiefs .chief_info  .chief_ico {
    width: 42%;
}
.morechiefs .chief_info  .chief_ico img {
	width:auto;
	
}
.morechiefs .chief_info .desc {
	width: 58%;
    text-align: left;
    padding-left: 4%;
    padding-right: 10.8%;
}
.morechiefs .chief_info .desc h5 {
	margin-top: 21%;
    font-size: 20px;
    color: #004513;
    letter-spacing: 5px;
    margin-bottom: 35px;
}
.morechiefs .chief_info .desc span {
        color: white;
    font-size: 16px;
    line-height: 23px;
    display: inline-block;
    letter-spacing: 0.5px;
}
.morechiefs .recipe .content {
	display: none;
    position: absolute;
    top: 35px;
    left: 35px;
    bottom: 35px;
    right: 35px;
    background-color: #ffffffc7;
    padding: 30px 10px;
    padding-top: 50px;
    padding-left: 20px;
}
.morechiefs .recipe:hover .content{
	display:block;
}
.morechiefs .recipe .content h4{
    font-size: 27px;
    text-align: left;
    letter-spacing: 6px;
    line-height: 30px;
}
.morechiefs .recipe .spoty_playlist{
	background-image: url(images/spotify_mini.png);
    background-position: 0 50%;
    background-repeat: no-repeat;
    text-transform: uppercase;
    bottom: 32px;
    line-height: 44px;
    left: 25px;
    color: #015404;
    font-size: 24px;
    position: absolute;
    letter-spacing: 6px;
    padding-left: 80px;
    font-family: 'Bliss Pro Regular';
}

.morechiefs  .recipe{
	width: 50%;
    float: left;
    height: 360px;
    position: relative;
	background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; 
}


.outro {
    text-align: center;
}
.outro .icon {
	margin-bottom: 2rem;
}
.outro h2 {
	line-height: 150%;
}
.outro .text {
	line-height: 175%;
}

.playerWrap {
	border:5px solid #363636;
	border-radius:10px;
	overflow:hidden;
	top:50%;
	margin:auto;
	position: relative;
	background:black;
	z-index:1000;
	box-shadow: 4px 4px 11px 0px rgba(0, 0, 0, 0.53); 
}
.payerBackground {
	display:none;
	position: fixed;
    background-color: #00000096;
    z-index: 9999;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
	text-align:center;
}

.vjs-matrix button {
  min-width:0px;
}
.vjs-fullscreen-control,
.vjs-volume-panel-horizontal,
.vjs-play-control {
	display:none;
}

@media all and (min-width:375px) {
	.influencer-recipes .recipe, .recipes-you-might-also-like .recipe	{
		height: 275px;
	}
}
@media all and (min-width:414px) {
	.page-template-tpl-music-campaign-landing .button {
		width: 300px;
		padding-left: 3rem;
		padding-right: 3rem;
	}
	.influencer-recipes .recipe, .recipes-you-might-also-like .recipe	{
		height: 300px;
	}
}
@media all and (min-width:567px) {
	.page-template-tpl-music-campaign-landing .button {
		width: 400px;
	}
	.page-template-tpl-music-campaign-landing .button span {
		font-size: 28px;
	}
	.page-template-tpl-music-campaign-landing .headerImage .caption {
		margin-top: 75px;
	}
	.page-template-tpl-music-campaign-landing .headerImage .caption p {
		font-size: 32px;
	}
	.page-template-tpl-music-campaign-landing .headerImage .caption h2 {
		font-size: 48px;
	}
	.page-template-tpl-music-campaign-landing .intro h2 {
		font-size: 48px;
	}
	.page-template-tpl-music-campaign-landing .intro .text {
		font-size: 30px;
	}
	.page-template-tpl-music-campaign-landing .influencer h2 {
		font-size: 48px;		
	}
	.page-template-tpl-music-campaign-landing .influencer .info .text {
		font-size: 30px;
	}
	.influencer-recipes .recipe, .recipes-you-might-also-like .recipe {
		height: 400px;
	}
	.influencer-recipes .recipe h3, .recipes-you-might-also-like .recipe h3 {
		font-size: 48px;
	}
	.influencer-recipes .recipe .link, .recipes-you-might-also-like .recipe .link {
		font-size: 40px;
	}
	.more-chiefs .chief {
		flex-wrap: nowrap;
	}
	.more-chiefs .chief > div {
		flex-basis: 50%;
	}
	.more-chiefs .chief .picture {
		height: 100%;
		border-right: 1px solid #fff;
		border-bottom: none;
	}
	.more-chiefs .chief .more-chiefs-recipes .recipe:first-child {
		border-right: none;
		border-bottom: 1px solid #fff;
	}
	.more-chiefs .chief .more-chiefs-recipes {
		flex-wrap: wrap;
	}
	.more-chiefs .chief .more-chiefs-recipes .recipe {
		flex-basis: 100%;
		height: 250px;
	}
	.more-chiefs .chief .more-chiefs-recipes .recipe .content {
		padding: 1rem;
	}
	.more-chiefs .chief .picture .content h4, .more-chiefs .chief .more-chiefs-recipes .recipe .content h4 {
		font-size: 28px;
		line-height: 150%;
	}
	.more-chiefs .chief .link {
		font-size: 24px;
	}
	.outro h2 {
		font-size: 48px;
	}
	.outro .text {
		font-size: 30px;
	}
}
@media all and (min-width:767px) {
	.page-template-tpl-music-campaign-landing .button {
		width: 220px;
		padding-left: 1rem;
		padding-right: 1rem;
	}
	.page-template-tpl-music-campaign-landing .button span {
		font-size: 18px;
	}
	.page-template-tpl-music-campaign-landing .intro h2 {
		font-size: 36px;
	}
	.page-template-tpl-music-campaign-landing .intro .text {
		font-size: 18px;
	}
	.page-template-tpl-music-campaign-landing .influencer h2 {
		font-size: 36px;
	}
	.page-template-tpl-music-campaign-landing .influencer .picture {
		min-height: 750px;
	}
	.page-template-tpl-music-campaign-landing .influencer .info .text {
		font-size: 18px;
	}
	.influencer-recipes .wrapper, .recipes-you-might-also-like .wrapper {
		display: flex;
		flex-wrap: wrap;
	}
	.influencer-recipes .wrapper .recipe, .recipes-you-might-also-like .wrapper .recipe {
		flex-basis: 33%;
		height: 225px;
		border-right: 1px solid #fff;
		margin-bottom: 1px;
	}
	.influencer-recipes .wrapper .recipe:last-child, .recipes-you-might-also-like .wrapper .recipe:last-child {
		border-right: none;
	}
	.influencer-recipes .wrapper .recipe h3, .recipes-you-might-also-like .wrapper .recipe h3 {
		font-size: 24px;
	}
	.influencer-recipes .wrapper .recipe .link, .recipes-you-might-also-like .wrapper .recipe .link {
		font-size: 16px;
	}
	.more-chiefs .chief .more-chiefs-recipes .recipe {
		height: 350px;
	}
	.outro h2 {
		font-size: 36px;
	}
	.outro .text {
		font-size: 18px;
	}
}
@media all and (min-width:1023px) {
	.page-template-tpl-music-campaign-landing section {
		margin-bottom: 4.5rem;
	}
	.page-template-tpl-music-campaign-landing .button {
		margin: 0;
	}
	.page-template-tpl-music-campaign-landing .headerImage .caption p {
		font-size: 18px;
	}
	.page-template-tpl-music-campaign-landing .headerImage .caption h2 {
		font-size: 36px;
	}
	.page-template-tpl-music-campaign-landing .intro {
		padding-top: 3rem;
	}
	.page-template-tpl-music-campaign-landing .influencer {
		padding: 0 1.5rem;
	}
	.page-template-tpl-music-campaign-landing .influencer .wrapper {
		display: flex;
		align-items: center;
	}
	.page-template-tpl-music-campaign-landing .influencer .wrapper .picture {
		flex-basis: 40%;
		min-height: 550px;
		margin-bottom: 0;
	}
	.page-template-tpl-music-campaign-landing .influencer .wrapper .info {
		flex-basis: 60%;
		text-align: left;
		padding-left: 3rem;
	}
	.page-template-tpl-music-campaign-landing .influencer .wrapper .info h2 {
		margin-bottom: 2rem;
	}
	.page-template-tpl-music-campaign-landing .influencer .wrapper .info .text {
		margin-bottom: 3rem;
	}
	.influencer-recipes .recipe, .recipes-you-might-also-like .recipe {
  	padding: 2rem;
	}
	.influencer-recipes .wrapper .recipe, .recipes-you-might-also-like .wrapper .recipe {
		height: 300px;
	}
	.more-chiefs h2 {
		margin-bottom: 4.5rem;
	}
	.more-chiefs .chiefs {
		display: flex;
		flex-wrap: wrap;
	}
	.more-chiefs .chiefs .chief {
		flex-basis: 50%;
	}
	.more-chiefs .chiefs .chief:first-child {
		border-right: 1px solid white;
	}
	.more-chiefs .chief .more-chiefs-recipes .recipe {
		height: 225px;
	}
	.more-chiefs .chief .picture .content h4, .more-chiefs .chief .more-chiefs-recipes .recipe .content h4 {
		font-size: 18px;
	}
	.more-chiefs .chief .recipe .content > * {
		flex-basis: 100%;
	}
	.more-chiefs .chief .link {
		font-size: 14px;
	}
	.outro .icon {
		margin-bottom: 3.5rem;
	}
	.outro h2 {
		margin-bottom: 2rem;
	}
}
@media all and (min-width:1279px) {
	.page-template-tpl-music-campaign-landing .intro .button {
		bottom: -2.5rem;
	}
	.page-template-tpl-music-campaign-landing .intro .text {
		padding: 0 10%;
	}
	.influencer-recipes .wrapper .recipe, .recipes-you-might-also-like .wrapper .recipe {
		height: 350px;
	}
	.more-chiefs .chief .more-chiefs-recipes .recipe {
		height: 300px;
	}
	.outro .text {
		padding: 0 10%;
	}
}

/* Music Campaign Recipes */

.single-grazings.music-campaign .headerImage {
  margin-bottom: 3rem;
}
.headerImage .hero-bottom-svg {
	z-index:100;
}
.single-grazings.music-campaign section {
	text-align: center;
	padding: 0 1.5rem;
	margin-bottom: 3rem;
}
.single-grazings.music-campaign .headerImage .caption {
  display: flex;
  height: 100%;
  align-items: center;
}
.single-grazings.music-campaign .headerImage .caption.white p.title {
  font-size: 28px;
  line-height: 42px;
  letter-spacing: 2.5px;
  color: white;
  background-color: transparent;
}
.single-grazings.music-campaign .headerImage .caption.white p.title span {
  font-size: 20px;
  letter-spacing: .5px;
  text-transform: none;
  color: white;
}
.single-grazings.music-campaign .headerImage .scroll-down {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  margin-left: -5px;
}
.single-grazings.music-campaign .headerImage .scroll-down:after {
  display: block;
  content: '\e810';
  font-family: fontello;
  font-size: .5rem;
  color: white;
}
.single-grazings.music-campaign .headerImage:after, .single-recipes .headerImage:after {
  display: none;
}
.single-grazings.music-campaign .article-content {
  padding: 0;
}
.single-grazings.music-campaign .intro-cta-button .button {
  width: 275px;
  height: auto;
  display: block;
  background-color: #ad9962;
  font-family: "Bliss Light", sans-serif;
  font-weight: 100;
  padding: .5rem 1rem;
  margin: 0 auto;
}
.single-grazings.music-campaign .intro-cta-button .button span:after {
  display: inline;
  content: '\e807';
  font-family: fontello;
  font-size: 1rem;
  margin-left: 1rem;
}
.single-grazings.music-campaign .recipe-terms li {
  line-height: 28px;
  margin-bottom: 1rem;
}
.single-grazings.music-campaign .recipe-terms .heading {
  padding-bottom: .5rem;
}
.single-grazings.music-campaign .recipe-terms b {
  display: block;
  font-weight: 800;
}
.single-grazings.music-campaign .main-content  {
  font-size: 18px;
  text-align: left;
  letter-spacing: .5px;
}
.single-grazings.music-campaign .main-content span.heading {
  display: block;
  font-family: "Bliss ExtraBold";
  font-size: 24px;
  line-height: 36px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #ad9962;
  margin-bottom: 1rem;
}
.single-grazings.music-campaign .sidebar-container {
  margin-bottom: 3rem;
}
.single-grazings.music-campaign .sidebar-container .sidebar-box {
  font-size: 18px;
  text-align: left;
  padding: 0;
  background-color: transparent;
  margin: 0;
}
.single-grazings.music-campaign .sidebar-container .online-buying {
  display: none;
}
.single-grazings.music-campaign .more-recipes-from-menu h3 {
  font-size: 34px;
  line-height: 48px;
  letter-spacing: 2.5px;
}
.single-grazings.music-campaign .more-recipes-from-menu .recipes-list a {
  display: block;
  margin-bottom: 1rem;
}
.single-grazings.music-campaign .more-recipes-from-menu .recipes-list a:after {
  display: inline;
  content: '\e807';
  font-family: fontello;
  color: #ad9962;
  font-size: 1rem;
  margin-left: 1rem;
}
.single-grazings.music-campaign .gray-text {
  padding: 3rem 0;
  background-color: #fafafa;
}
.single-grazings.music-campaign .share-panel {
  position: relative;
  background-color: #1d592e;
  padding: 2rem 1rem;
  color: white;
  margin-top: 3rem;
}
.single-grazings.music-campaign .share-panel .title {
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.single-grazings.music-campaign .share-panel a {
  font-size: 1.5rem;
  color: white;
  margin: 0 .75rem;
}
.single-grazings.music-campaign .printomatictext {
    display: inline;
    position: static;
    width: auto;
    height: auto;
    background: transparent;
    padding: 0;
    color: white;
    line-height: 100%;
    margin: 0 .5rem 0 .75rem;
}
.single-grazings.music-campaign .printomatictext .fa {
  font-size: 2rem;
}
.single-grazings.music-campaign .printomatictext:after {
  display: none;
}
.single-grazings.music-campaign .printomatictext:hover {
  text-decoration: none !important;
}

.single-grazings .autor_playlist{
	background-color:#f7f7f7;
	padding:35px 10px 15px 10px;
	margin-top: 15px;
}
.single-grazings .autor_playlist .wrap {
	max-width:1180px;
	margin:auto;
}
.single-grazings .autor_playlist .wrap>div {
	float:right;
}
.single-grazings .autor_playlist .wrap>div:first-child {
	float: left;

}
.single-grazings .autor_playlist  .autor_info {
	width: 188px;
    height: 91px;
    background-color: #ae9962;
    text-align: center;
    display: inline-block;
    vertical-align: top;
	margin-right:20px;
}
.single-grazings .autor_playlist h5{
	font-size: 20px;
	margin-bottom: 0px;
	    letter-spacing: 5px;
}
.single-grazings .autor_playlist .autor_desc span {
	font-size:13px;
	font-family: 'Bliss Pro Regular';
}

.single-grazings .autor_playlist .autor_desc {
	display: inline-block;
    vertical-align: top;
    max-width: 450px;
	padding: 10px 0px;
}

.single-grazings .autor_playlist .spotify img {
	padding-top:25px;
	margin-right:20px;
}
.single-grazings .autor_playlist .spotify a {
	background-color: #ae9962;
    padding: 10px 40px;
    display: inline-block;
    text-align: center;
    color: white;
    font-family: 'Bliss Pro Regular';
    font-size: 16px;
    text-transform: uppercase;
    line-height: 19px;
    letter-spacing: 4px;
	margin-top: 15px;
}



@media all and (min-width:567px) {
  .single-grazings.music-campaign .headerImage .scroll-down {
    bottom: -1rem;
  }
}
@media all and (min-width:767px) {
  .single-grazings.music-campaign .headerImage .caption.white p.title {
    font-size: 48px;
    line-height: 80px;
  }
  .single-grazings.music-campaign .headerImage .caption.white p.title span {
    font-size: 32px;
    line-height: 50px;
  }
  .single-grazings.music-campaign .main-content {
    font-size: 30px;
    line-height: 48px;
  }
  .single-grazings.music-campaign .sidebar-container .sidebar-box {
    font-size: 30px;
    line-height: 48px;    
  }
  .single-grazings.music-campaign .intro-cta-button .button {
    width: 400px;
    padding: 1rem;
  }
  .single-grazings.music-campaign .intro-cta-button .button span {
    font-size: 28px;
  }
  .single-grazings.music-campaign .more-recipes-from-menu h3 {
    font-size: 48px;
    line-height: 64px;
  }
  .single-grazings.music-campaign .more-recipes-from-menu .recipes-list a {
    font-size: 28px;
    line-height: 36px;
    letter-spacing: 3px;
  }
  .single-grazings.music-campaign .main-content span.heading {
    font-size: 36px;
    margin-bottom: 2rem;
  }
  .single-grazings.music-campaign .share-panel .title {
    font-size: 24px;
  }
  .single-grazings.music-campaign .more-recipes-from-menu h3 {
    font-size: 48px;
    line-height: 64px; 
  }
  .single-grazings.music-campaign .outro h2, .single-grazings.music-campaign .recipes-you-might-also-like h2 {
    font-size: 48px;
    line-height: 72px;
  }
  .single-grazings.music-campaign .outro .text {
    font-size: 30px;
  }
}
@media all and (min-width:1023px) {
  .single-grazings.music-campaign section {
		margin-bottom: 4.5rem;
	}
  .single-grazings.music-campaign .headerImage .pageImage {
    height: 450px;
  }
  .single-grazings.music-campaign .headerImage .caption.white p.title {
    font-size: 36px;
    margin-top: 5rem;
  }
  .single-grazings.music-campaign .headerImage .caption.white p.title span {
    font-size: 18px;
    line-height: 30px;
  }
  .single-grazings.music-campaign .main-content {
    font-size: 18px;
  }
  .single-grazings.music-campaign .main-content span.heading {
    font-size: 24px;
  }
  .single-grazings.music-campaign .sidebar-container .sidebar-box {
    font-size: 18px;
  }
  .single-grazings.music-campaign .intro-cta-button .button {
    width: 300px;
    padding: .25rem 1rem;
  }
  .single-grazings.music-campaign .intro-cta-button .button span {
    font-size: 18px;
  }
  .single-grazings.music-campaign .more-recipes-from-menu h3 {
    font-size: 36px;
    line-height: 25px;
  }
  .single-grazings.music-campaign .more-recipes-from-menu .recipes-list a {
    font-size: 18px;
    line-height: 54px;
  }
  .single-grazings.music-campaign .gray-text {
    padding: 4rem 0;
  }
  .single-grazings.music-campaign .more-recipes-from-menu h3 {
    font-size: 36px;
    margin-bottom: 3rem;
  }
  .single-grazings.music-campaign .outro h2, .single-grazings.music-campaign .recipes-you-might-also-like h2 {
    font-size: 36px;
  }
  .single-grazings.music-campaign .outro .text {
    font-size: 18px;
  }
}
@media all and (max-width:1070px) {
	.single-grazings .autor_playlist .spotify a,
	.single-grazings .autor_playlist .autor_desc {
		display:block;
	}
	.single-grazings .autor_playlist .wrap,
	.single-grazings .autor_playlist .spotify {
		text-align:center;
	}
	.single-grazings .autor_playlist .spotify img {
		padding-bottom: 30px;
		padding-top: 20px;
	}
	.single-grazings .autor_playlist .wrap {
		text-align:center;
	}
	.single-grazings .autor_playlist .wrap>div ,
	.single-grazings .autor_playlist .wrap>div:first-child {
		float:none;
	}
	.single-grazings .autor_playlist .wrap>div {
		display:inline-block;
		vertical-align:top;
	}
}
@media all and (min-width:1279px) {
  .single-grazings.music-campaign .headerImage .pageImage {
    height: 400px;
  }
  .single-grazings.music-campaign .headerImage .caption.white p.title {
    margin-top: 0;
  }
  .single-grazings.music-campaign .headerImage .scroll-down {
    bottom: 2rem;
  }
  .single-grazings.music-campaign .main-content {
    display: flex;
    flex-wrap: nowrap;
  }
  .single-grazings.music-campaign .main-content #placeholder {
    display: none;
  }
  .single-grazings.music-campaign .sidebar-container {
    min-width: 200px;
    margin-right: 10rem;
  }
  .single-grazings.music-campaign .recipe-terms .heading {
    display: inline-block;
  }
  .single-grazings.music-campaign .share-panel {
    width: 130px;
    position: absolute;
    top: -3rem;
    right: 0;
    padding: 2.5rem 1rem;
  }
  .single-grazings.music-campaign .share-panel .title {
    text-align: right;
  }
  .single-grazings.music-campaign .share-panel a, .single-grazings.music-campaign .share-panel .printomatictext  {
    display: block;
    padding: 1rem;
  }
  .single-grazings.music-campaign .recipe-terms .products-wrapper {
    display: inline-block;
  }
  .single-grazings.music-campaign .recipe-terms b {
    display: inline-block;    
  }
  .single-grazings.music-campaign .recipe-terms .products-list .flex-wrapper {
    display: flex;
    flex-wrap: nowrap;
    text-align: left;
  }
  .single-grazings.music-campaign .recipe-terms .products-list b {
    display: block;
  }
  .single-grazings.music-campaign .recipe-terms .products-list .heading {
    margin-right: .5rem;
  }
}




/*** Influencers ***/

.single-influencers .headerImage {
	margin-bottom: 3rem;
}
.single-influencers .headerImage .pageImage {
	background-size: 255%;
	background-position: 0% top;
	background-repeat: no-repeat;
}
.headerImage .pageImage img {
  top: 0;
  right: inherit;
  bottom: inherit;
  left: 0;
}
.single-influencers section {
	text-align: center;
	padding: 0 1.5rem;
	margin-bottom: 3rem;
}
.single-influencers .section-title {
	font-size: 36px;
  line-height: 150%;
  margin-bottom: 2.5rem;
}
.single-influencers .link {
	text-transform: uppercase;
}
.single-influencers .link:after {
  display: inline;
  content: '\e807';
  font-family: fontello;
  font-size: .75rem;
  margin-left: 1rem;
  position: relative;
  top: -1px;	
}
.single-influencers .button {
	width: 250px;
	display: block;
	background-color: #ad9962;
  font-family: "Bliss Light", sans-serif;
  font-size: 16px;
  font-weight: 100;
  text-transform: uppercase;
  padding-left: 1rem;
  padding-right: 1rem;
}
.single-influencers .button:after {
	display: inline;
  content: '\e807';
  font-family: fontello;
  font-size: 1rem;
  margin-left: 1rem;
}

.single-influencers .headerImage .caption {
	color: white;
	letter-spacing: 2.5px;
	padding: 3rem 1rem 0;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  transform: none;
}
.single-influencers .headerImage .caption h2 {
	font-size: 32px;
	line-height: 48px;
	color: white;
}
.single-influencers .headerImage .caption p {
	font-size: 18px;
	line-height: 1.8rem;
	text-transform: none;
	letter-spacing: .5px;
	padding-bottom: 0;
	margin-bottom: 2rem;
}
.single-influencers .headerImage .caption .button {
	margin-bottom: 3rem;
}
.single-influencers .headerImage .scroll-down {
	position: absolute;
	bottom: 2rem;
}
.single-influencers .headerImage .scroll-down:after {
  display: block;
  content: '\e810';
  font-family: fontello;
	font-size: .5rem;
  color: white;
}

.single-influencers .more-chiefs .chief .picture .bg {
  /*background-position-x: left;*/
}


@media all and (min-width:414px) {
	.single-influencers .button {
		width: 300px;
		padding-left: 3rem;
		padding-right: 3rem;
	}
	.single-influencers .headerImage .pageImage {
		background-size: 300%;
	}
	.single-influencers .headerImage .caption h2 {
		font-size: 48px;
		line-height: 72px;
	}
	.single-influencers .headerImage .caption p {
		font-size: 30px;
		line-height: 48px;
	}
	.single-influencers .button {
		width: 400px;
	}
	.single-influencers .button span {
		font-size: 28px;
	}
}
@media all and (orientation:landscape) {
	.single-influencers .headerImage .pageImage {
		background-size: cover;
	}
}
@media all and (min-width:767px) {
	.single-influencers .button {
		width: 220px;
		padding-left: 1rem;
		padding-right: 1rem;
	}
	.single-influencers .button span {
		font-size: 28px;
	}
}
@media all and (min-width:1023px) {
	.single-influencers section {
		margin-bottom: 4.5rem;
	}
	.single-influencers .button {
		margin: 0;
	}
	.single-influencers .headerImage .caption {
    width: 42%;
    justify-content: flex-start;
    text-align: left;
    margin-right: 2rem;
	}
	.single-influencers .headerImage .caption h2 {
		font-size: 32px;
		line-height: 80px;
		letter-spacing: 2.5px;
    margin-bottom: .5rem;
	}
	.single-influencers .headerImage .caption p {
		font-size: 18px;
		line-height: 30px;
	}
	.single-influencers .button span {
    font-size: 18px;
  }
}
@media all and (min-width:1279px) {
	.single-influencers .headerImage .caption {
    width: 45%;
	}
	.headerImage .scroll-down {
  	left: -1.5rem;
	}
}
@media all and (min-width:1439px) {
	.headerImage .scroll-down {
  	left: -2rem;
	}
}
@media all and (min-width:1799px) {
	.single-influencers .headerImage .scroll-down {
  	left: -3.5rem;
	}
}

.headerImage .pageImage .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center center; 
}
.headerImage .pageImage .bg.desktop {
  display: block;
}
.headerImage .pageImage .bg.mobile {
  display: none;
}


/*CSS Grazings*/
.post-block .overlay {
    padding: 50px;
}

/*POPUP HOME*/
@keyframes popup {
	from {
	  opacity: 0;
	}
	to {
	  opacity: 1;
	}
  }
  
body .popup {
position: fixed;
z-index: 999999;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0);
font-family: "Bliss Pro";
color: #FFF;
text-transform: uppercase;
opacity: 0;
-webkit-transition: opacity .7s ease,background-color .7s ease;
-moz-transition: opacity .7s ease,background-color .7s ease;
-ms-transition: opacity .7s ease,background-color .7s ease;
-o-transition: opacity .7s ease,background-color .7s ease;
transition: opacity .7s ease,background-color .7s ease;
}
body .popup.out {
opacity: 0;
}
body .popup.in {
opacity: 1;
background-color: rgba(0, 0, 0, 0.9);
display: none;
}
body .popup.in .close {
opacity: 1;
}
body .popup.in .content .sec1 .bg-img {
-webkit-transform: scale(1.07, 1.07) translateY(-2.5%);
-moz-transform: scale(1.07, 1.07) translateY(-2.5%);
-ms-transform: scale(1.07, 1.07) translateY(-2.5%);
-o-transform: scale(1.07, 1.07) translateY(-2.5%);
transform: scale(1.07, 1.07) translateY(-2.5%);
}
body .popup.in .content .sec1 .wrap-txt {
opacity: 1;
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0);
}
body .popup.in .content .sec1 .products figure {
opacity: 1;
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0);
}
body .popup.in .content .sec1 .keep-scrooling {
opacity: 1;
}
body .popup.in .content .sec2 .keep-scrooling {
opacity: 1;
}
body .popup .close {
position: absolute;
right: 9%;
top: 3%;
letter-spacing: 0.3vw;
font-size: 1vw;
cursor: pointer;
opacity: 0;
z-index: 9;
-webkit-transition: opacity 1s 1s ease;
-moz-transition: opacity 1s 1s ease;
-ms-transition: opacity 1s 1s ease;
-o-transition: opacity 1s 1s ease;
transition: opacity 1s 1s ease;
}
@media screen and (max-width: 1100px) {
body .popup .close {
  right: 10%;
}
}
@media screen and (max-width: 800px) {
body .popup .close {
  width: 90%;
  background-color: rgba(1, 1, 1, 0.3);
  padding: 2em;
  padding-right: 3em;
  box-sizing: border-box;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 2.4%;
  text-align: right;
  font-size: 2.5vw;
  letter-spacing: 1vw;
}
}
@media screen and (max-width: 600px) {
body .popup .close {
  padding-right: 3em;
}
}
@media screen and (max-width: 350px) {
body .popup .close {
  padding-right: 3.5em;
}
}
body .popup .close:after {
content: "";
position: absolute;
top: 50%;
right: 0;
-webkit-transform: translateY(-50%) translateX(1.7vw);
-moz-transform: translateY(-50%) translateX(1.7vw);
-ms-transform: translateY(-50%) translateX(1.7vw);
-o-transform: translateY(-50%) translateX(1.7vw);
transform: translateY(-50%) translateX(1.7vw);
width: 19px;
height: 19px;
background-image: url('images/popup-home/close.svg');
}
@media screen and (max-width: 1100px) {
body .popup .close:after {
  -webkit-transform: translateY(-45%) translateX(2.5vw) scale(0.7, 0.7);
  -moz-transform: translateY(-45%) translateX(2.5vw) scale(0.7, 0.7);
  -ms-transform: translateY(-45%) translateX(2.5vw) scale(0.7, 0.7);
  -o-transform: translateY(-45%) translateX(2.5vw) scale(0.7, 0.7);
  transform: translateY(-45%) translateX(2.5vw) scale(0.7, 0.7);
}
}
@media screen and (max-width: 800px) {
body .popup .close:after {
  right: 5%;
}
}
@media screen and (max-width: 350px) {
body .popup .close:after {
  -webkit-transform: translateY(-47%) translateX(2.5vw) scale(0.6, 0.6);
  -moz-transform: translateY(-47%) translateX(2.5vw) scale(0.6, 0.6);
  -ms-transform: translateY(-47%) translateX(2.5vw) scale(0.6, 0.6);
  -o-transform: translateY(-47%) translateX(2.5vw) scale(0.6, 0.6);
  transform: translateY(-47%) translateX(2.5vw) scale(0.6, 0.6);
}
}
/*body .popup .content {
position: absolute;
left: 50%;
top: 50%;
-webkit-transform: translateY(-50%) translateX(-50%);
-moz-transform: translateY(-50%) translateX(-50%);
-ms-transform: translateY(-50%) translateX(-50%);
-o-transform: translateY(-50%) translateX(-50%);
transform: translateY(-50%) translateX(-50%);
margin: 0 auto;
width: 85%;
max-height: 85%;
overflow-y: auto;
overflow-x: hidden;
background-color: #fff;
text-align: center;
}*/

body .popup .content {
position: absolute;
left: 50%;
top: 50%;
-webkit-transform: translateY(-50%) translateX(-50%);
-moz-transform: translateY(-50%) translateX(-50%);
-ms-transform: translateY(-50%) translateX(-50%);
-o-transform: translateY(-50%) translateX(-50%);
transform: translateY(-50%) translateX(-50%);
margin: 0 auto;
width: 100%;
padding: 0 7.5%;
max-height: 85%;
overflow-y: auto;
overflow-x: hidden;
text-align: center;
}

@media screen and (max-width: 800px) {
body .popup .content {
  max-height: 95%;
  padding: 0 5%;
}
}
body .popup .content::-webkit-scrollbar {
width: 0;
}
body .popup .content::-moz-scrollbar {
width: 0;
}
body .popup .content::-scrollbar {
width: 0;
}
body .popup .content::-o-scrollbar {
width: 0;
}
body .popup .content h1, body .popup .content h2, body .popup .content h3 {
font-size: 2.1vw;
letter-spacing: 0.5vw;
font-weight: 600;
line-height: 3.3vw;
margin: 0;
color: #fff
}
figure.wrap-image {
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
@media screen and (max-width: 800px) {
body .popup .content h1, body .popup .content h2, body .popup .content h3 {
  font-size: 6vw;
  letter-spacing: 6px;
  line-height: 8vw;
}
}
@media screen and (max-width: 600px) {
body .popup .content h1, body .popup .content h2, body .popup .content h3 {
  font-size: 5vw;
}
}
body .popup .content figure {
margin: 0;
}
body .popup .content .sec1 {
position: relative;
z-index: 4;
background-size: cover;
background-position: center;
padding: 7% 0 27% 0;
}
@media screen and (max-width: 800px) {
body .popup .content .sec1 {
  /*min-height: 530px;*/
  min-height: 840px;
  background-position: 20%;
  padding: 20% 0 27% 0;
}
}
@media screen and (max-width: 600px) {
body .popup .content .sec1 {
  padding: 30% 0 27% 0;
  /*min-height: 350px;*/
  min-height: 550px;
  background-position: 40%;
  background-image: url('images/popup-home/cow-sea_2.jpg');
}
}
body .popup .content .sec1 img.bg-img {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
object-fit: cover;
-webkit-transform: scale(1, 1) translateY(0);
-moz-transform: scale(1, 1) translateY(0);
-ms-transform: scale(1, 1) translateY(0);
-o-transform: scale(1, 1) translateY(0);
transform: scale(1, 1) translateY(0);
-webkit-transition: all 4s ease;
-moz-transition: all 4s ease;
-ms-transition: all 4s ease;
-o-transition: all 4s ease;
transition: all 4s ease;
}
@media screen and (max-width: 800px) {
body .popup .content .sec1 img.bg-img {
  display: none;
}
}
body .popup .content .sec1 img.bg-img.mobile {
display: block;
}
@media screen and (min-width: 800px) {
body .popup .content .sec1 img.bg-img.mobile {
  display: none;
}
}
body .popup .content .sec1 .wrap-txt {
opacity: 0;
-webkit-transform: translateY(20px);
-moz-transform: translateY(20px);
-ms-transform: translateY(20px);
-o-transform: translateY(20px);
transform: translateY(20px);
-webkit-transition: all 0.5s 1s ease;
-moz-transition: all 0.5s 1s ease;
-ms-transition: all 0.5s 1s ease;
-o-transition: all 0.5s 1s ease;
transition: all 0.5s 1s ease;
}
body .popup .content .sec1 .wrap-txt.up {
opacity: 0;
-webkit-transform: translateY(-50px);
-moz-transform: translateY(-50px);
-ms-transform: translateY(-50px);
-o-transform: translateY(-50px);
transform: translateY(-50px);
}
body .popup .content .sec1 .wrap-txt span {
font-size: 1vw;
color: #FFF;
letter-spacing: 0.3vw;
font-family: "Bliss Pro";
}
@media screen and (max-width: 800px) {
body .popup .content .sec1 .wrap-txt span {
  font-size: 3vw;
  letter-spacing: 1.5vw;
}
}
body .popup .content .sec1 .wrap-txt h1 {
max-width: 39vw;
margin: 0 auto;
margin-top: 1em;
}
@media screen and (max-width: 1550px) {
body .popup .content .sec1 .wrap-txt h1 {
  max-width: 41vw;
}
}
@media screen and (max-width: 800px) {
body .popup .content .sec1 .wrap-txt h1 {
  max-width: 80vw;
}
}
@media screen and (max-width: 600px) {
body .popup .content .sec1 .wrap-txt h1 {
  max-width: 90%;
}
}
body .popup .content .sec1 .keep-scrooling {
position: absolute;
left: 50%;
top: 60%;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
display: flex;
justify-content: space-around;
opacity: 0;
-webkit-transition: opacity 1s 2.5s ease;
-moz-transition: opacity 1s 2.5s ease;
-ms-transition: opacity 1s 2.5s ease;
-o-transition: opacity 1s 2.5s ease;
transition: opacity 1s 2.5s ease;
}
@media screen and (min-width: 800px) {
body .popup .content .sec1 .keep-scrooling {
  display: none;
}
}
@media screen and (max-width: 600px) {
body .popup .content .sec1 .keep-scrooling {
  top: 55%;
  width: 60%;
}
}
body .popup .content .sec1 .keep-scrooling img {
display: flex;
flex-direction: column;
justify-content: center;
margin-right: 2.5vw;
width: 5vw;
}
@media screen and (max-width: 600px) {
body .popup .content .sec1 .keep-scrooling img {
  width: 9vw;
  margin-right: 4vw;
}
}
body .popup .content .sec1 .keep-scrooling figcaption {
text-align: left;
display: flex;
flex-direction: column;
justify-content: center;
letter-spacing: 1vw;
font-size: 3vw;
}
@media screen and (max-width: 600px) {
body .popup .content .sec1 .keep-scrooling figcaption {
  width: 100%;
  font-size: 4vw;
}
}
body .popup .content .sec1 .products {
position: absolute;
right: 5%;
bottom: -10%;
width: 70%;
display: flex;
justify-content: space-around;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
body .popup .content .sec1 .products.up {
opacity: 0;
-webkit-transform: translateY(-50px);
-moz-transform: translateY(-50px);
-ms-transform: translateY(-50px);
-o-transform: translateY(-50px);
transform: translateY(-50px);
}
@media screen and (max-width: 800px) {
body .popup .content .sec1 .products {
  right: 30%;
  bottom: -15%;
  width: 70%;
}
}
@media screen and (max-width: 600px) {
body .popup .content .sec1 .products {
  right: 37%;
  bottom: -10%;
}
}
body .popup .content .sec1 .products figure {
position: relative;
width: 50%;
opacity: 0;
-webkit-transform: translateY(15px);
-moz-transform: translateY(15px);
-ms-transform: translateY(15px);
-o-transform: translateY(15px);
transform: translateY(15px);
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
body .popup .content .sec1 .products figure:first-child {
transition-delay: 1.75s;
}
body .popup .content .sec1 .products figure:last-child {
margin-left: -40%;
transition-delay: 1.9s;
}
@media screen and (max-width: 800px) {
body .popup .content .sec1 .products figure:last-child {
  margin-left: -11%;
}
}
@media screen and (max-width: 600px) {
body .popup .content .sec1 .products figure:last-child {
  margin-left: 5%;
}
}
body .popup .content .sec1 .products figure img {
height: auto;
max-width: 28vw;
-webkit-transition: all 0.6s ease;
-moz-transition: all 0.6s ease;
-ms-transition: all 0.6s ease;
-o-transition: all 0.6s ease;
transition: all 0.6s ease;
}
@media screen and (max-width: 800px) {
body .popup .content .sec1 .products figure img {
  max-width: 50vw;
}
}
@media screen and (max-width: 600px) {
body .popup .content .sec1 .products figure img {
  max-width: 60vw;
}
}
body .popup .content .sec1 .products.second {
bottom: -20%;
right: -5%;
}
@media screen and (max-width: 800px) {
body .popup .content .sec1 .products.second {
  bottom: -21%;
  right: 7%;
}
}
@media screen and (max-width: 600px) {
body .popup .content .sec1 .products.second {
  bottom: -16%;
  right: 8%;
}
}
body .popup .content .sec1 .products.second figure {
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
body .popup .content .sec1 .products.second figure:first-child {
transition-delay: 2.05s;
}
body .popup .content .sec1 .products.second figure:last-child {
transition-delay: 2.2s;
}
body .popup .content .sec1 .products.second figure img {
max-width: 16vw;
}
@media screen and (max-width: 800px) {
body .popup .content .sec1 .products.second figure img {
  max-width: 30vw;
}
}
@media screen and (max-width: 600px) {
body .popup .content .sec1 .products.second figure img {
  max-width: 37vw;
}
}
body .popup .content .sec2 {
position: relative;
z-index: 3;
background-image: url('images/popup-home/farmer-grass.jpg');
background-size: cover;
background-position: left;
padding: 27% 0;
}
@media screen and (max-width: 800px) {
body .popup .content .sec2 {
  /*min-height: 860px;*/
  min-height: 1130px;
  background-position: center;
  background-image: url('images/popup-home/farmer-mobile.jpg');
}
}
@media screen and (max-width: 600px) {
body .popup .content .sec2 {
  /*min-height: 420px;*/
  min-height: 600px;
}
}
body .popup .content .sec2 .keep-scrooling {
position: absolute;
left: 10%;
top: 3%;
display: flex;
justify-content: space-around;
opacity: 0;
-webkit-transition: opacity 1s 2.5s ease;
-moz-transition: opacity 1s 2.5s ease;
-ms-transition: opacity 1s 2.5s ease;
-o-transition: opacity 1s 2.5s ease;
transition: opacity 1s 2.5s ease;
}
body .popup .content .sec2 .keep-scrooling.in {
opacity: 0;
-webkit-transition: opacity 0.5s 0s ease;
-moz-transition: opacity 0.5s 0s ease;
-ms-transition: opacity 0.5s 0s ease;
-o-transition: opacity 0.5s 0s ease;
transition: opacity 0.5s 0s ease;
}
@media screen and (max-width: 800px) {
body .popup .content .sec2 .keep-scrooling {
  display: none;
}
}
body .popup .content .sec2 .keep-scrooling img {
display: flex;
flex-direction: column;
justify-content: center;
margin-right: 1.5vw;
width: 2vw;
}
body .popup .content .sec2 .keep-scrooling figcaption {
width: 300px;
text-align: left;
letter-spacing: 0.3vw;
font-size: 1vw;
display: flex;
flex-direction: column;
justify-content: center;
}
body .popup .content .sec2 hgroup {
position: absolute;
width: 50%;
right: 10%;
top: 50%;
opacity: 0;
-webkit-transform: translateY(-100%);
-moz-transform: translateY(-100%);
-ms-transform: translateY(-100%);
-o-transform: translateY(-100%);
transform: translateY(-100%);
-webkit-transition: all 1.5s ease;
-moz-transition: all 1.5s ease;
-ms-transition: all 1.5s ease;
-o-transition: all 1.5s ease;
transition: all 1.5s ease;
}
body .popup .content .sec2 hgroup.in {
opacity: 1;
-webkit-transform: translateY(-75%);
-moz-transform: translateY(-75%);
-ms-transform: translateY(-75%);
-o-transform: translateY(-75%);
transform: translateY(-75%);
}
body .popup .content .sec2 hgroup.in h1 {
opacity: 1;
}
body .popup .content .sec2 hgroup.in h2 {
opacity: 1;
}
body .popup .content .sec2 hgroup.in h3 {
opacity: 1;
}
body .popup .content .sec2 hgroup.in h3:after {
opacity: 1;
-webkit-transform: translateX(-50%) scale(1, 1);
-moz-transform: translateX(-50%) scale(1, 1);
-ms-transform: translateX(-50%) scale(1, 1);
-o-transform: translateX(-50%) scale(1, 1);
transform: translateX(-50%) scale(1, 1);
}
@media screen and (max-width: 800px) {
body .popup .content .sec2 hgroup {
  width: 100%;
  left: 50%;
  top: 30%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
body .popup .content .sec2 hgroup.in {
  -webkit-transform: translateY(-75%) translateX(-50%);
  -moz-transform: translateY(-75%) translateX(-50%);
  -ms-transform: translateY(-75%) translateX(-50%);
  -o-transform: translateY(-75%) translateX(-50%);
  transform: translateY(-75%) translateX(-50%);
}
}
@media screen and (max-width: 600px) {
body .popup .content .sec2 hgroup {
  top: 30%;
}
}
body .popup .content .sec2 hgroup h1 {
opacity: 0;
-webkit-transition: all 1s 0.5s ease;
-moz-transition: all 1s 0.5s ease;
-ms-transition: all 1s 0.5s ease;
-o-transition: all 1s 0.5s ease;
transition: all 1s 0.5s ease;
}
body .popup .content .sec2 hgroup h2 {
opacity: 0;
-webkit-transition: all 1s 0.8s ease;
-moz-transition: all 1s 0.8s ease;
-ms-transition: all 1s 0.8s ease;
-o-transition: all 1s 0.8s ease;
transition: all 1s 0.8s ease;
}
body .popup .content .sec2 hgroup h3 {
opacity: 0;
-webkit-transition: all 1s 1.1s ease;
-moz-transition: all 1s 1.1s ease;
-ms-transition: all 1s 1.1s ease;
-o-transition: all 1s 1.1s ease;
transition: all 1s 1.1s ease;
position: relative;
}
body .popup .content .sec2 hgroup h3:after {
content: "";
position: absolute;
bottom: -1em;
left: 50%;
-webkit-transform: translateX(-50%) scale(0, 1);
-moz-transform: translateX(-50%) scale(0, 1);
-ms-transform: translateX(-50%) scale(0, 1);
-o-transform: translateX(-50%) scale(0, 1);
transform: translateX(-50%) scale(0, 1);
transform-origin: center;
width: 15vw;
height: 2px;
background-color: #FFF;
opacity: 0;
-webkit-transition: all 1s 1s ease;
-moz-transition: all 1s 1s ease;
-ms-transition: all 1s 1s ease;
-o-transition: all 1s 1s ease;
transition: all 1s 1s ease;
}
@media screen and (max-width: 600px) {
body .popup .content .sec2 hgroup h3:after {
  width: 35vw;
}
}
body .popup .content .sec3 {
position: relative;
padding: 15% 0;
z-index: 10;
overflow: hidden;
/*background-color: #1C592F;*/
background-image: url('images/popup-home/marble.jpg');
}
@media screen and (max-width: 800px) {
body .popup .content .sec3 {
  /*min-height: 500px;*/
  min-height: 750px;
}
}
@media screen and (max-width: 600px) {
body .popup .content .sec3 {
  /*min-height: 230px;*/
  min-height: 430px;
  padding: 20% 0;
}
}
body .popup .content .sec3 h1 {
position: relative;
max-width: 55vw;
margin: 0 auto;
opacity: 0;
z-index: 9;
color: #004413;
-webkit-transform: translateY(-50px);
-moz-transform: translateY(-50px);
-ms-transform: translateY(-50px);
-o-transform: translateY(-50px);
transform: translateY(-50px);
-webkit-transition: all 1s;
-moz-transition: all 1s;
-ms-transition: all 1s;
-o-transition: all 1s;
transition: all 1s;
}
body .popup .content .sec3 h1.in {
-webkit-transform: translateY(0px);
-moz-transform: translateY(0px);
-ms-transform: translateY(0px);
-o-transform: translateY(0px);
transform: translateY(0px);
opacity: 1;
}
body .popup .content .sec3 h1.in:after {
-webkit-transform: scale(1, 1) translateX(-50%);
-moz-transform: scale(1, 1) translateX(-50%);
-ms-transform: scale(1, 1) translateX(-50%);
-o-transform: scale(1, 1) translateX(-50%);
transform: scale(1, 1) translateX(-50%);
}
@media screen and (max-width: 800px) {
body .popup .content .sec3 h1 {
  max-width: 80%;
}
}
@media screen and (max-width: 600px) {
body .popup .content .sec3 h1 {
  max-width: 90%;
  font-size: 6vw;
}
}
body .popup .content .sec3 h1:after {
content: "";
position: absolute;
bottom: -1em;
left: 50%;
-webkit-transform: scale(0, 1) translateX(-50%);
-moz-transform: scale(0, 1) translateX(-50%);
-ms-transform: scale(0, 1) translateX(-50%);
-o-transform: scale(0, 1) translateX(-50%);
transform: scale(0, 1) translateX(-50%);
transform-origin: left;
width: 15vw;
height: 2px;
background-color: #AB9764;
-webkit-transition: all 1s;
-moz-transition: all 1s;
-ms-transition: all 1s;
-o-transition: all 1s;
transition: all 1s;
}
@media screen and (max-width: 800px) {
body .popup .content .sec3 h1:after {
  width: 25vw;
}
}
body .popup .content .sec3 img {
position: absolute;
width: 30vw;
top: 50%;
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-ms-transition: all 1s ease;
-o-transition: all 1s ease;
transition: all 1s ease;
}
@media screen and (max-width: 800px) {
body .popup .content .sec3 img {
  width: 45%;
  top: 71%;
}
}
body .popup .content .sec3 img.left {
left: -15%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
opacity: 0.3;
top: -45%;
}
body .popup .content .sec3 img.left.in {
left: -15%;
top: 50%;
opacity: 1;
}
@media screen and (max-width: 800px) {
body .popup .content .sec3 img.left.in {
  top: 60%;
}
}
body .popup .content .sec3 img.left.out {
left: 30%;
top: 150%;
opacity: 1;
}
body .popup .content .sec3 img.right {
right: -15%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
opacity: 0.3;
top: 140%;
}
body .popup .content .sec3 img.right.in {
right: -15%;
top: 50%;
opacity: 1;
}
@media screen and (max-width: 800px) {
body .popup .content .sec3 img.right.in {
  top: 60%;
}
}
body .popup .content .sec3 img.right.out {
right: 30%;
top: 150%;
opacity: 1;
}
body .popup .content .sec4 {
position: relative;
z-index: 2;
display: flex;
background-image: url('images/popup-home/background-sec4-23.jpg');
background-size: cover;
background-position: center;
}
@media screen and (max-width: 800px) {
body .popup .content .sec4 {
  min-height: 580px;
}
}
@media screen and (max-width: 600px) {
body .popup .content .sec4 {
  min-height: 500px;
}
}
body .popup .content .sec4 .column {
position: relative;
z-index: -2;
width: 33.333%;
overflow-x: hidden;
padding: 25% 0;
box-sizing: border-box;
margin: 0;
background-size: 45vw 56vw;
background-attachment: fixed;
background-repeat: no-repeat;
-webkit-transition: all 2s forwards;
-moz-transition: all 2s forwards;
-ms-transition: all 2s forwards;
-o-transition: all 2s forwards;
transition: all 2s forwards;
-webkit-transition: all 5s linear;
-moz-transition: all 5s linear;
-ms-transition: all 5s linear;
-o-transition: all 5s linear;
transition: all 5s linear;
opacity: 0
}
@media screen and (min-width: 1800px) {
body .popup .content .sec4 .column {
  background-size: 40vw 50vw;
}
}
@media screen and (max-width: 1100px) {
body .popup .content .sec4 .column {
  background-size: 50vw 70vw;
}
}
body .popup .content .sec4 .column:nth-child(1) {
background-size: 600px !important;
background-position-y: 500px
}
body .popup .content .sec4 .column:nth-child(1) {
/*background-image: url('images/popup-home/dip-sandwiches2.jpg');*/
background-position-x: 50vw;
background-position-y: 45vh;
z-index: 7;
}
body .popup .content .sec4 .column:nth-child(1).in {
background-position-y: 50vh;
}
@media screen and (max-width: 800px) {
body .popup .content .sec4 .column {
  width: 100%;
  background-image: url('images/popup-home/background-sec4-2.jpg');
  opacity: 0
}
}
/*@media screen and (max-width: 600px) {
body .popup .content .sec4 .column {
  background-size: 100vw 180vw;
}
}*/
body .popup .content .sec4 .column:nth-child(2) {
/*background-image: url('images/popup-home/pumpkin-chili2.jpg');*/
background-position-x: 78vw;
background-position-y: 50vh;
z-index: 7;
}
body .popup .content .sec4 .column:nth-child(2).in {
background-position-y: 45vh;
}
@media screen and (max-width: 800px) {
body .popup .content .sec4 .column:nth-child(2) {
  display: none;
}
}
body .popup .content .sec4 .column:nth-child(3) {
z-index: 8;
/*background-image: url('images/popup-home/cheese-crostini2.jpg');*/
background-position-x: 106vw;
background-position-y: 45vh;
}
body .popup .content .sec4 .column:nth-child(3).in {
background-position-y: 50vh;
}
@media screen and (max-width: 800px) {
body .popup .content .sec4 .column:nth-child(3) {
  display: none;
}
}
@media screen and (max-width: 800px) {
body .popup .content .sec4 .column {
  display: none !important
}
}
@media screen and (max-width: 800px) {
body .popup .content .sec4 {
  background-image: url('images/popup-home/background-sec4-2.jpg');
}
}

body .popup .content .sec4 .column:before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0);
}
body .popup .content .sec4 .products-bottom {
position: absolute;
justify-content: center;
left: 50%;
top: -35%;
width: 100%;
display: flex;
z-index: 8;
-webkit-transition: all 1s;
-moz-transition: all 1s;
-ms-transition: all 1s;
-o-transition: all 1s;
transition: all 1s;
-webkit-transform: translateX(-50%) translateY(-60%);
-moz-transform: translateX(-50%) translateY(-60%);
-ms-transform: translateX(-50%) translateY(-60%);
-o-transform: translateX(-50%) translateY(-60%);
transform: translateX(-50%) translateY(-60%);
}
body .popup .content .sec4 .products-bottom.in {
top: 50%;
}
@media screen and (max-width: 600px) {
body .popup .content .sec4 .products-bottom {
  -webkit-transform: translateX(-61%) translateY(-70%);
  -moz-transform: translateX(-61%) translateY(-70%);
  -ms-transform: translateX(-61%) translateY(-70%);
  -o-transform: translateX(-61%) translateY(-70%);
  transform: translateX(-61%) translateY(-70%);
  top: -25%;
}
}
body .popup .content .sec4 .products-bottom figure {
display: flex;
flex-direction: column;
justify-content: flex-end;
}
body .popup .content .sec4 .products-bottom figure img {
width: 20vw;
max-width: 377px;
}
@media screen and (max-width: 800px) {
body .popup .content .sec4 .products-bottom figure img {
  width: 33vw;
}
}
@media screen and (max-width: 600px) {
body .popup .content .sec4 .products-bottom figure img {
  width: 50vw;
}
}
body .popup .content .sec4 .products-bottom figure:first-child img {
-webkit-transform: translateY(-1.5vw) translateX(6vw);
-moz-transform: translateY(-1.5vw) translateX(6vw);
-ms-transform: translateY(-1.5vw) translateX(6vw);
-o-transform: translateY(-1.5vw) translateX(6vw);
transform: translateY(-1.5vw) translateX(6vw);
}
@media screen and (max-width: 800px) {
body .popup .content .sec4 .products-bottom figure:first-child img {
  -webkit-transform: translateY(-1.5vw) translateX(11vw);
  -moz-transform: translateY(-1.5vw) translateX(11vw);
  -ms-transform: translateY(-1.5vw) translateX(11vw);
  -o-transform: translateY(-1.5vw) translateX(11vw);
  transform: translateY(-1.5vw) translateX(11vw);
}
}
@media screen and (max-width: 600px) {
body .popup .content .sec4 .products-bottom figure:first-child img {
  -webkit-transform: translateY(-1.5vw) translateX(37vw);
  -moz-transform: translateY(-1.5vw) translateX(37vw);
  -ms-transform: translateY(-1.5vw) translateX(37vw);
  -o-transform: translateY(-1.5vw) translateX(37vw);
  transform: translateY(-1.5vw) translateX(37vw);
}
}
body .popup .content .sec4 .products-bottom figure:last-child img {
width: 33vw;
max-width: 619px;
}
@media screen and (max-width: 800px) {
body .popup .content .sec4 .products-bottom figure:last-child img {
  width: 53vw;
}
}
@media screen and (max-width: 600px) {
body .popup .content .sec4 .products-bottom figure:last-child img {
  width: 83vw;
}
}
body .popup .content .sec4 ul {
position: absolute;
width: 100%;
left: 50%;
bottom: 10%;
z-index: 9;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
}
@media screen and (max-width: 600px) {
body .popup .content .sec4 ul {
  width: 70%;
  margin: 0;
  padding: 0;
  bottom: 3%;
}
}
body .popup .content .sec4 ul li {
margin: 0 0.7em;
display: inline-block;
}
@media screen and (max-width: 600px) {
body .popup .content .sec4 ul li {
  margin: 1.5vw 0;
  display: block;
}
body .popup .content .sec4 ul li:first-child a:after {
  right: 3.2em;
}
}
body .popup .content .sec4 ul li a {
position: relative;
font-size: 0.9vw;
background-color: #AD9A62;
padding: 1.2vw 2.5vw 1.2vw 1.6vw;
color: #FFF;
text-decoration: none;
font-weight: 200;
letter-spacing: 0.255vw;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
@media screen and (max-width: 800px) {
body .popup .content .sec4 ul li a {
  font-size: 1.5vw;
}
}
@media screen and (max-width: 600px) {
body .popup .content .sec4 ul li a {
  /*padding: 5vw 4.5vw;*/
  padding: 4vw 4.5vw;
  font-size: 4vw;
  letter-spacing: 0.855vw;
  display: inline-block;
  /*width: 85%;*/
  width: 100%;
}
}
body .popup .content .sec4 ul li a:after {
content: "";
position: absolute;
top: 50%;
right: 1.2em;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
width: 9px;
height: 15px;
background-image: url('images/popup-home/arrow.svg');
}
@media screen and (max-width: 1400px) {
body .popup .content .sec4 ul li a:after {
  -webkit-transform: scale(0.7, 0.7) translateY(-58%);
  -moz-transform: scale(0.7, 0.7) translateY(-58%);
  -ms-transform: scale(0.7, 0.7) translateY(-58%);
  -o-transform: scale(0.7, 0.7) translateY(-58%);
  transform: scale(0.7, 0.7) translateY(-58%);
}
}
@media screen and (max-width: 1100px) {
body .popup .content .sec4 ul li a:after {
  -webkit-transform: scale(0.5, 0.5) translateY(-80%);
  -moz-transform: scale(0.5, 0.5) translateY(-80%);
  -ms-transform: scale(0.5, 0.5) translateY(-80%);
  -o-transform: scale(0.5, 0.5) translateY(-80%);
  transform: scale(0.5, 0.5) translateY(-80%);
}
}
@media screen and (max-width: 800px) {
body .popup .content .sec4 ul li a:after {
  right: 0.5em;
}
}
@media screen and (max-width: 600px) {
body .popup .content .sec4 ul li a:after {
  -webkit-transform: scale(0.8, 0.8) translateY(-55%);
  -moz-transform: scale(0.8, 0.8) translateY(-55%);
  -ms-transform: scale(0.8, 0.8) translateY(-55%);
  -o-transform: scale(0.8, 0.8) translateY(-55%);
  transform: scale(0.8, 0.8) translateY(-55%);
  right: 1.2em;
}
}
body .popup .content .sec4 ul li a:hover {
-webkit-border-radius: 35px;
-moz-border-radius: 35px;
-ms-border-radius: 35px;
-o-border-radius: 35px;
border-radius: 35px;
background-color: #A08D54;
}

/*Review mobile*/
@media screen and (max-width: 1024px) {
	.morechiefs .chief_info .desc h5 {
		margin-top: 30px;
	}
	.imgCoverVideo {
		position:relative;
	}
}
@media screen and (max-width: 1000px) {
	.morechiefs .recipe {
		width:100%;
	}
	.morechiefs .chief_info .desc h5 {
		    text-align: CENTER;
	}
	.morechiefs .chief_info .chief_ico,
	.morechiefs .chief_info .desc {
		width:100%;
	}
	.morechiefs .chief_info .desc{
		    padding-bottom: 20px;
	}
	.morechiefs .recipe .content {
		display:block;
	}
}
@media screen and (max-width: 775px) {
	.page-template-tpl-music-campaign-landing h1.videoheader {
		top:20%;
	}
}
@media screen and (max-width: 600px){
	.post-type-archive-influencers .search article, .archive article{
		padding: 2em 0
	}
	.post-type-archive-influencers .search article .entry-summary, .archive article .entry-summary{
		width: 100%;
		margin-top: 5em;
	}
	.post-type-archive-influencers .search article .left, .archive article .left{
	    width: 100%;
	    height: 125px;
	    margin-right: 0;
	}
	.post-type-archive-influencers .search article .page-thumb, .archive article .page-thumb {
	    width: 100%;
	    height: 185px;
	    margin-bottom: 2em;
	}	
}
@media screen and (max-width: 530px) {
	.morechiefs .recipe .spoty_playlist {
		letter-spacing: normal;
		padding-left: 50px;
	}
}

@media screen and (max-width: 425px) {
	.page-template-tpl-music-campaign-landing h1.videoheader {
		top:10%;
		line-height: 40px;
	}
	.morechiefs .recipe .spoty_playlist {
		font-size:20px;
	}
	.morechiefs .recipe .content h4 {
		font-size: 20px;
		line-height: normal;
		letter-spacing: normal;
	}
}
@media screen and (max-width: 375px) {
	.page-template-tpl-music-campaign-landing h1.videoheader {
		font-size:30px;
	}
	.morechiefs .recipe .spoty_playlist {
		font-size:15px;
	}
}



/*Flip product image*/

.front-back{
    position: relative;
    left: 50%;
    z-index: 9;
    width: 500px;
    height: 300px;
    margin: 0;
    transform: translateX(-50%);
}
.front-back li{
    list-style: none;
    margin: 0;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    transition: all .4s;
}
.front-back li.front{
    z-index: 2;
}
.front-back li.back{
    z-index: 1;
}
.front-back li.active{
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg);
    z-index: 2
}
.front-back li img{
    width: auto;
    height: 300px;
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}
.front-back li img{
    opacity: 0;
    transition: all 0s .1s;
}
.front-back li.active img{
    opacity: 1
}

@media (max-width: 500px){
    .front-back li img{
        height: 250px;
    }   
}
@media (max-width: 350px){
    .front-back li img{
        height: 200px;
    }   
}

/*nav*/
.nav-front-back a:active, .nav-front-back a:focus{
	color: #1d592e;
}
.nav-front-back a span{
    transition: color .5s ease;
    color: #1d592e;
    text-transform: uppercase;
    font-size: 16px
}
.nav-front-back a span:hover{
    color: #ad9962;
}
.nav-front-back a span{
	opacity: .7
}
.nav-front-back a span.active{
	opacity: 1
}


/*instagram*/
.sbi_photo {height: 300px !important}
@media screen and (max-width: 1025px){
	.sbi_photo {height: 510px !important}
}
/*grazings*/

@media screen and (max-width: 1025px){
	.post-block{
		height: 190px !important
	}
	.page-template-tpl-recipes .mainContent{
		padding-top: 60px
	}
}
.siteLogo a img{
	top: 0;
}
@media screen and (min-width: 1120px){

	.siteLogo a img{
		transform: scale(1);
		transition: all .3s ease-in-out;
	}
	.mainHeader{
		position: fixed;
		width: 100%;
		left: 0;
		top: 0;
		z-index: 99999;
		background-color: #fff;
		transition: all .5s ease-in-out;
	}
	.mainHeader.out{
		top: -150px !important;
	}
	.mainHeader.stick{
		top: -20px;
		height: 70px;
		box-shadow: 1px 1px 15px rgba(0,0,0,.1);
	}
	.mainHeader.stick .siteLogo a img{
		top: 6px;
		transform: scale(.8);
	}
	.mobile-menu{
		z-index: 999999;
	}
	body {padding-top: 90px;}
}


.mainMenu ul>li:hover >ul{
	display: block;
}
.mainMenu ul>li>ul{
	display: none;
	text-align: center;
	padding: 20px 0;
	top: 70px;
}
.mainMenu ul > li > ul li{
	padding: 10px 0
}
@media screen and (max-width: 1120px){
	.mobile-menu ul>li>ul{
		display: none;
		text-align: center;
		padding: 40px 0 0 0;
		top: 70px;
	}
	.mobile-menu ul li.menu-item-has-children a{
		position: relative;
	}
	.mobile-menu > ul > li a::before{
		content: "+";
		position: absolute;
		left: -40px;
		top: 50%;
		transform: translateY(-60%);
	}
	.mobile-menu > ul > li.menu-item-has-children a.on::before{
		content: "-";
	}
	.mobile-menu > ul > li.menu-item-has-children a.on{
		color: #004413;
	}
	.mobile-menu ul li.menu-item-has-children a{
		font-family: "Bliss Light", sans-serif;
		font-weight: 300;
	}
	.mobile-menu .sub-menu li a::before{
		content: none;
	}
	.menu-item-has-children ul.open{
		display: block;
    	text-align: right;
	}
}
@media screen and (max-width: 560px){
	.close-menu{
		font-size: 24px;
	}
	.mobile-menu .sub-menu li{
		margin-bottom: 25px;
	}
	.mobile-menu ul li a{
		font-size: 26px;
	}
	.mobile-menu ul>li>ul{
		padding: 20px 0 0 0;
	}
	.mobile-menu > ul > li.menu-item-has-children a::before{
		left: -20px;
		top: -5px;
		transform: none;
	}
}

/* Project Bo General Updates */
.home .headerImage .pageImage{
    height: 645px;
}
.headerImage .cover-video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-position: center top;
    background-size: cover;
}
.video-wrap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px; height: 0; overflow: hidden;
	z-index: 0;
}
.video-wrap .placeholder-hero,
.video-wrap .placeholder-true-taste{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	background-size: cover;
	background-position: center;
	z-index: 1;
}
.video-wrap iframe{
	pointer-events: none;
	position: absolute;
	top: -60px;
	left: 0;
	width: 100%;
	height: 100%;
}
.video-wrap::after{
	content: "";
	position: absolute;
	width: 100%;
	height: 50px;
	background-color: #fff;
	left: 0;
	bottom: 60px;
}
.video-wrap .caption{
	margin-top: -100px;
}
.video-wrap .caption h1.hero-copy{
	font-size: 45px;
	font-family: 'Bliss ExtraBold';
    color: #ffffff;
    text-shadow: none;
    line-height: 1.5;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    letter-spacing: 8px;
    word-spacing: normal;
    text-transform: none;
    font-weight: normal;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 50px
}

.true-taste{
	position: relative;
	max-width: 100%;
	text-align: center;
	z-index: 1;
	padding-bottom: 56.25%;
	padding-top: 30px; height: 0; overflow: hidden;
	z-index: 0;
	z-index: 1;
}
.two-blocks-section.home{
	position: relative;
	z-index: 0;
	margin-top: -50px !important;
}
.true-taste::before, .true-taste::after{
	content: none
}
.true-taste.video-wrap iframe{
	top: 0;
	/* transform: scale(1.2); */
}
.video-id{
	display: none;
}
.true-taste .wrap-iframe .mask-overlay{
	position: absolute;
    z-index: 2;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0);
}
.maskSvg{
	position: absolute;
    z-index: 50;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
  }
.maskSvg{
	-webkit-mask-image: url(images/new-2-01.svg); 
	-moz-mask-image: url(images/new-2-01.svg); 
	mask-image: url(images/new-2-01.svg); 
	-webkit-mask-size: cover;
	-webkit-mask-position: center;
	-moz-mask-size: cover;
	-moz-mask-position: center;
	mask-size: cover;
	mask-position: center;
  }
.true-taste{
	padding-top: 0;
}
.true-taste .content{
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 99;
	width: 90%;
	transform: translate(-50%, -50%);
}
.true-taste h2{
	font-size: 45px;
	letter-spacing: 8px;
	line-height: 1.5em;
	margin: 0 auto;
	margin-bottom: 30px;
	color: #FFF;
}
.true-taste p{
	color: #FFF;
    font-family: "Bliss Light";
    font-size: 18px;
    margin-bottom: 50px;
    text-align: center;
}
.true-taste a{
	background-color: #ad9962;
}
.true-taste svg{
	position: absolute;
	bottom: 100px;
    left: 0;
    width: 100%;
    height: 45px;
}
.two-blocks-section{
	margin-top: -150px;
}

.grazings .post-block.video-embeded .overlay{
	position: relative;
	top: -100%;
}
.grazings .post-block .embVdo{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	/* object-fit: cover; */
	transform: scale(1.78);
}
.vdo-wrap{
	position: relative;	
	overflow: hidden;
	height: 100%;
}
.video-embeded .verso-info{
	padding: 30px 25px 20px 40px !important;
}
.video-embeded .verso-info p{
	font-size: 15px;
}

@media screen and (max-width: 1025px) {
	.grazings .post-block.video-embeded .overlay{
		position: static;
		top: 0;
	}
	.grazings .post-block.video-embeded .post-thumb{
		height: 260px !important;
	}
	.true-taste h2{
		max-width: 80%;
	}
	.headerImage .caption{
		margin-top: 0;
	}
	.video-wrap {
		padding-bottom: 76.25%;
	}
	.true-taste.video-wrap {
		padding-bottom: 56.25%;
	}
	.video-wrap iframe{
		transform-origin: center;
		transform: scale(1.3);
	}
}
@media screen and (max-width: 769px) {
	.video-wrap {
		padding-bottom: 76.25%;
	}
	.true-taste.video-wrap{
		padding-bottom: 86.25%;
	}
	.true-taste.video-wrap iframe{
		transform: scale(1.6);
	}
	.video-wrap .caption h1.hero-copy{
		font-size: 55px;
	}
	.headerImage .caption{
		/*margin-top: 0;*/
	}
  .home .headerImage .caption.white p {
    margin-bottom: 20px;
  }
	.home .headerImage .pageImage{
		height: 500px;
	}
  .headerImage .caption.white p.title {
    padding: 50px 56px;
    font-size: 34px;
    line-height: 50px;
  }
}
@media screen and (max-width: 500px) {
	.true-taste.video-wrap{
		padding-bottom: 126.25%;
	}
	.true-taste.video-wrap iframe{
		transform: scale(2.4);
	}
	.true-taste h2{
		font-size: 36px;
		max-width: 100%;
	}
	.headerImage .caption{
		margin-top: -10%;
	}
	.grazings .post-block .embVdo{
		transform: scale(2.5);
	}
	.video-wrap {
		padding-bottom: 126.25%;
	}
	.headerImage .video-wrap .button{
		padding: 20px !important
	}
	.video-wrap .caption h1.hero-copy{
		margin: 0 auto;
		font-size: 30px;
		margin-bottom: 20px;
		max-width: 90%;
	}
	.home .headerImage .pageImage{
		height: 100%;
	}
	.video-wrap::after{
		content: none;
	}
	.video-wrap iframe{
		transform: scale(3);
	}
}
@media screen and (max-width: 340px) {
	.true-taste.video-wrap{
		padding-bottom: 176.25%;
	}
	.true-taste.video-wrap iframe{
		transform: scale(3.4);
	}
	.true-taste h2{
		font-size: 28px;
		margin-bottom: 20px;
	}
}

.kg-ca-lang-switch {
	position: absolute;
	right: 65px;
	top: 33px;
	font-size: 14px;
	color: #ad9962;
	width: 25px;
}

.kg-ca-lang-switch .dropdown_arrow {
	cursor: pointer;
}

.kg-ca-lang-switch:before {
	content: '';
	height: 40px;
	width: 1px;
	background-color: #c9c9c9;
	display: block;
	position: absolute;
	left: -35px;
	top: -8px;
}

.kg-ca-lang-switch .dropdown_arrow:after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 6px 0 6px;
	border-color: #ad9962 transparent transparent transparent;
	position: absolute;
	right: -22px;
	top: 10px;
}

.kg-ca-lang-switch.kg_open_lang_switch .dropdown_arrow:after {
	border-color: transparent transparent #ad9962 transparent;
	border-width: 0 6px 6px 6px;
	top: 8px;
}

.kg-ca-lang-switch a {
	color: #ad9962 !important;
}

.kg-ca-lang-switch ul {
	display: flex !important;
	flex-direction: column;
}

.kg-ca-lang-switch li {
	color: #003f0d;
	font-size: 14px;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-family: "Bliss Bold";
}

.kg-ca-lang-switch li:first-child {
	display: none;
}

.kg-ca-lang-switch .header_dropdown {
	display: none;
}



.kg-ca-lang-switch .header_dropdown {
	width: 10000px;
	background: #ad9962;
	height: 130px;
	align-items: center;
	padding-left: 50px;
	color: #fff;
	position: absolute;
	top: 57px;
	left: -35px;
}

.mainHeader.stick .kg-ca-lang-switch .header_dropdown {
	top: 37px;
}

.kg-ca-lang-switch a {
	color: #fff !important;
}

.kg-ca-lang-switch .header_dropdown_inner {
	display: flex;
	height: 100%;
	align-items: center;
}

.kg-ca-lang-switch .dropdown_arrow:after {
	right: -32px;
}

.kg-ca-lang-switch li:first-child {
	display: block;
}
@media (max-width: 1120px){
  .kg-ca-lang-switch .header_dropdown {
    top: 120px;
  }
}
@media (max-width: 560px){
  .kg-ca-lang-switch .header_dropdown {
    top: 75px;
  }
  .kg-ca-lang-switch .dropdown_arrow {
    width: 100px;
  }
}

@media (max-width: 1120px){
	.kg-ca-lang-switch {
		right: 115px;
		top: 20px;
	}
}

@media (max-width: 560px){
	.kg-ca-lang-switch:before {
		display: none;
	}

	body .search-trigger {
		right: 30px;
		top: 45px;
		font-size: 25px;
	}

	.kg-ca-lang-switch {
		right: 62px;
		top: 5px;
	}
}

@media (max-width: 350px){
	body .search-trigger {
		top: 50px;
	}

	.kg-ca-lang-switch {
		right: 32px;
	}
}

/*# sourceMappingURL=popup.css.map */


.page-template-tpl-products section.products {
  padding: 0;
}

.kg-ws-pre-wrap {
	white-space: pre-wrap;
}

#menu-right-menu, #menu-right-menu-fr {
  width: 375px;
}

.sidebar-container b #placeholder {
  height: 0 !important;
}

.single-grazings .centerDiv.main-content {
  display: flex;
  padding-right: 100px;
}

.single-grazings .centerDiv.main-content .sidebar-container + div {
  max-width: 600px;
}
.single-grazings .sidebar-container {
  width: 32%;
}
@media screen and (min-width: 1120px) and (max-width: 1400px) {
  .single-grazings .centerDiv.main-content .sidebar-container + div {
    max-width: 470px;
  }
}
@media screen and (max-width: 1120px) {
  .single-grazings .sidebar-container {
    width: 100%;
  }
}

.single-grazings .centerDiv.main-content #placeholder {
  display: none !important;
}

@media (max-width: 1120px) {
  .single-grazings .centerDiv.main-content {
    flex-flow: column wrap;
  }
}
@media (max-width: 450px) {
  .single-products tr td:nth-of-type(2) {
    padding-left: 20px;
  }
}


@media (max-width: 1120px) {
  .headerImage .caption.white .quicklinks .fr-button {
    max-width: 360px;
  }
}


@media (max-width: 550px) {
  .recipes.owl-carousel .owl-nav {
    top: 25%;
  }
}

.hide-for-mobile {
  display: block;
}
.shows-for-mobile {
  display: none;
}
@media (max-width: 550px) {
  .hide-for-mobile {
    display: none;
  }
  .shows-for-mobile {
    display: block;
  }
}

@media (max-width: 550px) {
  .recipes-section .owl-item .post-info h3 {
    font-size: 18px;
  }
  .recipes-section .owl-item .post-info .inner span {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .recipes-section .owl-item .post-info .inner a {
    font-size: 18px;
  }
  .page-top-title {
    font-size: 24px;
  }
}

@media (min-width: 1120px) {
  .single-grazings .article-content .email-post.scrolled {
      position: fixed;
      top: 40%;
      z-index: 99;
  }

  .single-grazings .article-content.bottom + .centerDiv {
    background: white;
    z-index: 100;
  }

  .single-grazings .centerDiv + .related {
    background: white;
    z-index: 100;
    position: relative;
  }
}

@media (max-width: 350px) {
  .single .recipes-section .gallery .post-info {
    margin: 10px;    
    margin-top: 30px;
  }
  .recipes-section .owl-item .post-info h3 {
    margin-bottom: 20px;
    font-size: 16px;
  }
  .recipes-section .owl-item .post-info .inner span {
    font-size: 14px;
  }
  .recipes-section .owl-item .post-info .inner a {
    font-size: 14px; 
  }
  .page-top-title {
    letter-spacing: 5px;
  }
}


@media (max-width: 1120px) {
  .mainFooter .footerMenu li {
    margin: 0;
  }
  .mainFooter .external-menu a:not(:last-of-type) {
    margin-right: 0;
  }
}

@media screen and (min-width: 1000px) and (max-height: 830px) {
  .page-template-tpl-faqs .mainContent {
    padding: 0;
    margin-top: -10px;
  }
}

@media (min-width: 770px) and (max-width: 1120px) {
  .headerImage .caption {
    margin-top: 0;
  }
  .home .headerImage .caption.white p {
    margin-bottom: 20px;
  }
  .headerImage .caption.white p.title {
      padding: 50px 56px;
      font-size: 34px;
      line-height: 50px;
  }
  .page-template-tpl-contact .headerImage .caption {
    transform: translateY(200px);
  }
}

@media (max-width: 560px) {
  .headerImage .caption.white p.title {
      padding: 30px 13px;
      font-size: 16px;
      line-height: 23px;
      max-width: 320px;
  }
  .headerImage .caption.white p.title span {
    font-size: 15px;
  }
}

@media (max-width: 1120px) {
  .post-block .verso-info {
    position: fixed;
    top: 0;
    height: 100%;
    left: 0;
    width: 100%;
    z-index: 1000;
  }
}

@media (min-width: 1121px) and (max-width: 1200px){
  .post-block .verso-info h5 {
    font-size: 20px;
  }
  .post-block .overlay:hover .verso-info {
    padding: 20px;
  }
  .post-block .verso-info a {
    left: 20px;
    right: 20px;
  }
}

@media (max-width: 1199px) {
  .mainMenu .left-menu ul, .mainMenu .right-menu ul {
      display: none;
  }
}



@media (min-width: 1121px) and (max-width: 1199px) {
  .siteLogo {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    float: left;
    padding-left: 5%;
    padding-right: 5%;
  }

  .siteLogo a img {
    left: 50%;
    margin-left: -140px;
    padding: 0;
    top: 0;
    max-width: 280px;
  }

  .mobileLink {
    display: inline-block;
    position: absolute;
    top: 55px;
    left: 55px;
  }
  .kg-ca-lang-switch {
    right: 115px;
    top: 20px;
  }
  .search-trigger {
    top: 61px;
    right: 47px;
    font-size: 39px;
  }
  .mainHeader {
    height: 140px;
  }
  .mobileLink a {
    color: #ad9962;
  }
  .mobileLink i {
    font-size: 30px;
  }
  /*.hidden-lg {
      display: block;
  }*/
  .mobile-menu {
    background: #ad9962;
    padding: 40px;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: -100%;
    bottom: 0;
    z-index: 99999999;
    transition: all .5s;
    overflow-y: scroll;
  }
  .mobile-menu.opened {
    left: 0;
  }
  .close-menu {
    color: white;
    text-transform: uppercase;
    display: block;
    text-align: left;
    margin-bottom: 57px;
    font-size: 36px;
  }
  .mobile-menu ul {
    text-align: right;
    margin: 0;
  }
  .mobile-menu ul li {
    list-style: none;
    margin-bottom: 42px;
  }
  .mobile-menu ul li a {
    text-transform: uppercase;
    color: #e0cd9a;
    font-size: 35px;
  }
  .mobile-menu ul li.current-menu-item a {
    color: white;
    font-family: "Bliss ExtraBold";
  }
  .mobile-menu .socials {
    text-align: right;
  }
  .mobile-menu .socials a {
    color: #e0cd9a;
    display: inline-block;
  }
  .mobile-menu .socials a i {
    font-size: 48px;
  }
  .mobile-menu .socials a:not(:first-child) {
    margin-left: 45px;
  }
  .mainHeader.stick {
    position: absolute;
    height: 140px;
  }
}
@media (min-width: 1130px) and (max-width: 1199px) {
  .owl-carousel .owl-stage {
    /*transform: translate3d(-1062px, 0px, 0px) !important;*/
  }
  .latest-grazings .owl-item.active .post-info {
    padding: 20px;
  }
}
@media (min-width: 640px) and (max-width: 1120px) {
  .post-block .verso-info {
    padding: 65px 180px 44px;
    z-index: 9999999;
  }
  .post-block .verso-info .post-thumb {
  }
}
@media (max-width: 1120px) {
  .post-block .verso-info.opened {
    overflow-y: scroll;
  }
  .grazings .post-block .verso-info.opened h5 {
    margin-bottom: 15px;
  }
  .grazings .post-block .verso-info.opened p {
      font-size: 24px;
  }
  .grazings .post-block .verso-info.opened .post-category {
    font-size: 20px;
  }
  .grazings .post-block .verso-info.opened a {
    top: 15px;
  }
}
.headerImage .caption.white .quicklinks p span {
  white-space: nowrap;
}


/* GRASS-FED STATEMENT */
.page-template-tpl-grass-fed-statement .page-top-title{
	display: none;
}
.page-template-tpl-grass-fed-statement .headerImage {
    position: relative;
	z-index: 99;
	margin-bottom: 80px;
}
.page-template-tpl-grass-fed-statement .headerImage .pageImage{
	height: 230px;
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
    overflow: hidden;
}
.page-template-tpl-grass-fed-statement .headerImage .pageImage .bg{
	background-position: top center;
	background-size: cover;
}
.page-template-tpl-grass-fed-statement .headerImage .caption {
    position: relative;
    text-align: center;
    z-index: 99;
    display: flex;
    vertical-align: middle;
    line-height: 20px;
    align-items: center;
    flex-direction: column;
    height: 100%;
	justify-content: center;
}
.page-template-tpl-grass-fed-statement .headerImage .caption h1{
	color: #FFFFFF;
	width: 90%;
	margin: 0 auto;
	line-height: 1;
}
.grass-fed-statement{
	position: relative;
	z-index: 99;
	color: #004413;
}
.grass-fed-statement ul{
	margin-left: 20px;
    padding: 0 100px;
}
.grass-fed-statement ul li{
	position: initial;
    margin: 50px 0;
    padding-left: 20px;
}
.grass-fed-statement ul li{
	position: initial;
    margin: 50px 0;
	padding-left: 20px;
	list-style: disc;
}
.grass-fed-statement ul li::marker{
	font-size: 14px;
	display: block;
    height: 450px;
}
.grass-fed-statement ul li p{
	margin: 0;
	font-size: 15px;
    display: inline;
}
.page-template-tpl-grass-fed-statement ul li img.tooltip-icon{
	position: relative;
	cursor: pointer;
	right: 0;
	bottom: 2px;
	width: 28px;
	visibility: hidden;
}
.page-template-tpl-grass-fed-statement .grass-fed-statement h2{
	font-size: 28px;
	text-align: center;
	line-height: 36px;
	width: 90%;
	max-width: 920px;
	margin: 0 auto;
	line-height: 1.7;
	text-transform: none;
}
.page-template-tpl-grass-fed-statement ul li .tooltip-text{
	position: absolute;
	z-index: 9;
	background-color: #007a45;
	text-align: center;
	color: #fff;
	font-weight: lighter;
	font-size: 14px;
	line-height: 20px;
	max-width: 355px;
	padding: 20px;
	visibility: hidden;
	opacity: 0;
	transform: translateY(10px);
	transition: all .2s .1s linear;
	overflow-wrap: break-word;
}
.page-template-tpl-grass-fed-statement ul li .tooltip-text a{
	color: white;
	text-decoration: underline;
}
@media (max-width: 900px) and (orientation: landscape){
	.right_home_line{display:none;}
}
@media screen and (max-width: 650px) {
	.page-template-tpl-grass-fed-statement ul{
		padding: 0
	}
	.page-template-tpl-grass-fed-statement .grass-fed-statement h2{
		font-size: 26px;
	}
}
@media screen and (max-width: 500px) {
	.right_home_line{
		display: none;
	}
	.page-template-tpl-grass-fed-statement ul li .tooltip-text{ 
		width: 300px;
		left: 50% !important;
		transform: translateX(-50%) translateY(0) !important;
	}
}
.page-template-tpl-grass-fed-statement ul li .tooltip-text.in{
	visibility: visible;
	opacity: 1;
	transform: translateY(0)
}
.page-template-tpl-grass-fed-statement ul li .tooltip-arrow{
	position: absolute;
	bottom: -12px;
	left: 50%;
	transition: all .3s linear
}
.page-template-tpl-grass-fed-statement ul li .tooltip-arrow.in{
	visibility: visible;
	opacity: 1;
	bottom: 60px;
}
.bottom-statement{
	display: flex;
	margin-top: 150px;
	overflow-x: hidden;
}
.bottom-statement .left{
	width: 50%;
    height: 700px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    text-align: right;
}
.bottom-statement .right{
	width: 50%;
    height: 700px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    text-align: left;
}
.bottom-statement .overlay_dark {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
	background-color: rgba(0,0,0,0.3);
}
.bottom-statement .right .content, .bottom-statement .left .content{
	position: relative;
}
.bottom-statement .left .content {
    float: right;
    margin: 300px 90px 0 0;
}
.bottom-statement .right .content {
    float: left;
    margin: 300px 0 0 90px;
}
.bottom-statement .content {
    width: 480px;
}
.bottom-statement .content h2 {
    color: #FFF;
    margin: 27px 0 13px;
    font-size: 34px;
    line-height: 34px;
	text-transform: none;
	font-weight: 400;
	font-family: 'baskerville_italic',serif;
}
h2.italic, h3.italic {
    font-style: italic;
    letter-spacing: normal;
    font-weight: 400;
}
.bottom-statement .content h3 {
    color: #FFF;
    font-size: 30px;
    line-height: 36px;
    letter-spacing: 10px;
}
.bottom-statement .content hr {
    width: 240px;
    display: inline-block;
    border-color: #FFF;
    background-color: #FFF;
}
.bottom-statement .content p {
    color: #FFF;
    font-size: 18px;
    line-height: 24px;
}
@media (max-width: 1120px) {
	.page-template-tpl-grass-fed-statement .headerImage .pageImage{
		padding-top: 140px;
	}
}
@media (max-width: 800px) {
	.page-template-tpl-grass-fed-statement .headerImage .caption{
		margin-top: 0;
	}
	.page-template-tpl-grass-fed-statement .bottom-statement .content h3{
		font-size: 24px;
	}
}
@media (max-width: 700px) {
	.page-template-tpl-grass-fed-statement .bottom-statement{
		flex-direction: column;
		margin-top: 50px;
	}
	.page-template-tpl-grass-fed-statement .bottom-statement > div{
		width: 100%;
		height: 560px;
	}
	.page-template-tpl-grass-fed-statement .bottom-statement .content{
		float: left;
		margin: 220px 0 0 40px;
		width: auto;
		text-align: left;
	}
}
@media (max-width: 560px) {
	.page-template-tpl-grass-fed-statement .headerImage .caption{
		margin-top: -40px;
	}
	.grass-fed-statement ul{
		padding: 0;
		padding: 0;
		width: 90%;
		margin-left: 30px;
	}
	.grass-fed-statement ul li{
		padding-left: 0;
	}
	.grass-fed-statement ul li .tooltip-text{
		width: 300px;
		left: 50% !important;
		transform: translateX(-50%) translateY(0) !important;
	}
}