/*

Theme Name: ADL 2017
Author: Revolution Media
Author URI: https://revolution.ca/
Description: ADL 2017
License: All Rights Reserved

Text Domain: adl

*/
html {
	overflow-y: scroll;
}

/* WordPress Core
-------------------------------------------------------------- */
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto;
}

.alignright {
  float:right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 50px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}
/* End WordPress Core
-------------------------------------------------------------- */

body {
	font-family: 'EB Garamond', serif;
}

.container-fluid {
	max-width: 1500px;
  padding-left: 45px;
	padding-right: 45px;
}

.container-fluid main img,
main img {
	height: auto;
	max-width: 100%;
}

.page-content {
	overflow: hidden;
}

#header-video {
	display: none;
}

@media(min-width: 768px) {
	body.home header,
	body.single-products header {
		background: transparent;
		height: 56.25vw;
    max-height: 100vh;
    position: relative;
	}

	body.home.admin-bar header {
    max-height: calc(100vh - 32px);
	}

	body.single-products.admin-bar header {
    max-height: calc(75vh - 32px);
	}

	#header-video {
		display: block;
    height: 56.25vw;
		overflow: hidden;
    position: absolute;
		top: 0;
		width: 100%;
		z-index: -1;
	}

	#header-video video {
		max-width: 105%;
		min-height: 56.25vw;
	}

	header .main-nav {
		float: right;
		font-family: 'Noto Sans', sans-serif;
    margin-left: 0;
		margin-top: 25px;
	}

	header .main-nav li {
		padding: 0;
		position: relative;
		vertical-align: top;
	}

	header .main-nav li a:hover,
	header .main-nav li a:focus {
		color: inherit;
		text-decoration: none;
	}

	header .main-nav li.menu-item-has-children {
		text-align: right;
		min-width: 120px;
	}

	header .main-nav li.menu-item-has-children:hover,
	header .main-nav li.menu-item-has-children:focus {
		padding: 0;
	}

	header .main-nav li.menu-item-has-children:hover ul.sub-menu li:hover,
	header .main-nav li.menu-item-has-children:focus ul.sub-menu li:focus {
		background-color: #d1e6f7;
	}

	header .main-nav li.menu-item-has-children:hover>a,
	header .main-nav li.menu-item-has-children:focus>a {
		display: inline-block;
		padding: 14px 4px;
	}

	header .main-nav li:hover,
	header .main-nav li:focus {
		background-color: #e2f0fb;
	}

	header .main-nav li:hover a,
	header .main-nav li:focus a {
		color: #000;
	}

	header .main-nav li a {
		color: #438ddb;
		display: inline-block;
		font-size: 8.7px;
		font-weight: 700;
		letter-spacing: 1px;
		padding: 14px 4px;
		text-transform: uppercase;
    width: 100%;
	}

	header .main-nav ul.sub-menu {
		display: none;
		min-width: 120px;
		padding-left: 0;
		position: absolute;
		right: 0;
		z-index: 1;
	}

	header .main-nav li:hover ul.sub-menu,
	header .main-nav li:focus ul.sub-menu {
		display: block;
	}

	header .main-nav ul.sub-menu li {
		background-color: #e2f0fb;
		border-top: 1px solid #bccfde;
		list-style-type: none;
		text-align: left;
	}

	header .main-nav ul.sub-menu li a {
		color: #454545;
	}

	header .main-nav .icon-cheese a {
		background-image: url('/wp-content/themes/adl/media/images/cheese-menu-icon.png');
		background-position: left center;
		background-repeat: no-repeat;
		margin-left: 5px;
    padding-bottom: 10px;
    padding-left: 25px;
		padding-top: 15px;
	}

	header .main-nav .icon-milk a {
		background-image: url('/wp-content/themes/adl/media/images/milk-menu-icon.png');
		background-position: left center;
		background-repeat: no-repeat;
		margin-left: 5px;
    padding-bottom: 10px;
    padding-left: 25px;
		padding-top: 15px;
	}

	header .main-nav .icon-butter a {
		background-image: url('/wp-content/themes/adl/media/images/butter-menu-icon.png');
		background-position: left center;
		background-repeat: no-repeat;
		margin-left: 5px;
    padding-bottom: 10px;
    padding-left: 25px;
		padding-top: 15px;
	}

	header .main-nav .icon-ice-cream a {
		background-image: url('/wp-content/themes/adl/media/images/ice-cream-menu-icon.png');
		background-position: left center;
		background-repeat: no-repeat;
		margin-left: 5px;
    padding-bottom: 10px;
    padding-left: 25px;
		padding-top: 15px;
	}

	header .main-nav .icon-evaporated-milk a {
		background-image: url('/wp-content/themes/adl/media/images/evaporated-milk-menu-icon.png');
		background-position: left center;
		background-repeat: no-repeat;
		margin-left: 5px;
    padding-bottom: 10px;
    padding-left: 25px;
		padding-top: 15px;
	}
}

@media(min-width: 992px) {
	header .main-nav li a {
		font-size: 11px;
		padding: 14px 10px;
	}

	header .main-nav li.menu-item-has-children {
		min-width: 175px;
	}

	header .main-nav ul.sub-menu {
		min-width: 175px;
	}

	header .main-nav li.menu-item-has-children:hover>a,
	header .main-nav li.menu-item-has-children:focus>a {
    padding: 14px 10px;
	}

	header .main-nav .icon-cheese a {
		margin-left: 15px;
	}

	header .main-nav .icon-milk a {
		margin-left: 15px;
	}

	header .main-nav .icon-butter a {
		margin-left: 15px;
	}

	header .main-nav .icon-ice-cream a {
		margin-left: 15px;
	}

	header .main-nav .icon-evaporated-milk a {
		margin-left: 15px;
	}
}

@media(min-width: 1050px) {
	header .main-nav li a {
		font-size: 13px;
	}

	header .main-nav .icon-cheese a {
		margin-left: 7px;
	}

	header .main-nav .icon-milk a {
		margin-left: 7px;
	}

	header .main-nav .icon-butter a {
		margin-left: 7px;
	}

	header .main-nav .icon-ice-cream a {
		margin-left: 7px;
	}

	header .main-nav .icon-evaporated-milk a {
		margin-left: 7px;
	}
}

@media(min-width: 1225px) {
	header .main-nav li a {
		padding: 14px 15px;
	}

	header .main-nav li.menu-item-has-children:hover>a,
	header .main-nav li.menu-item-has-children:focus>a {
		padding: 14px 15px;
	}

	header .main-nav li.menu-item-has-children {
		min-width: 200px;
	}

	header .main-nav ul.sub-menu {
		min-width: 200px;
	}

	header .main-nav .icon-cheese a {
		margin-left: 15px;
	}

	header .main-nav .icon-milk a {
		margin-left: 15px;
	}

	header .main-nav .icon-butter a {
		margin-left: 15px;
	}

	header .main-nav .icon-ice-cream a {
		margin-left: 15px;
	}

	header .main-nav .icon-evaporated-milk a {
		margin-left: 15px;
	}
}

@media(min-width: 1440px) {
	body.home header {
    height: 100vh;
	}

	body.single-products header {
		height: 75vh;
	}

	body.home #header-video {
		height: 100vh;
		overflow: hidden;
	}

	body.single-products #header-video {
		height: 75vh;
		overflow: hidden;
	}

	body.home #header-video video {
		max-width: unset;
		min-height: 100vh;
		min-width: 100%;
	}

	body.single-products #header-video video {
		min-height: 75vh;
		min-width: 100%;
	}
}

@media(min-width: 1590px) {
	header .main-nav li {
		line-height: 25px;
	}
}

header .social-icons {
	display: none;
}

@media(min-width: 1150px) {
	header .social-icons {
		display: inline-block;
		float: right;
		margin-top: 40px;
		margin-left: 15px;
	}

	header .social-icons a+a {
  	margin-left: 6px;
	}

	header .main-nav {
		margin-top: 35px;
	}
}

@media(min-width: 1590px) {
	header .social-icons {
		margin-top: 25px;
	}
}

h1.inside-page-header {
  line-height: 65px;
  margin: 0 auto;
	max-width: 1450px;
  overflow: hidden;
	text-align: center;
}

@media(min-width: 768px) {
	h1.inside-page-header {
		line-height: 75px;
	  margin: 20px auto;
	}
}

@media(min-width: 992px) {
	h1.inside-page-header {
	  margin: 35px auto;
	}
}

h1.inside-page-header::before {
  right: 45px;
  margin-left: -50%;
}

h1.inside-page-header::after {
  left: 45px;
  margin-right: -50%;
}

h1.inside-page-header::before,
h1.inside-page-header::after {
		border-top: 1px solid #c7c7c7;
		border-bottom: 1px solid #c7c7c7;
    content: "";
    display: inline-block;
    height: 6px;
    max-width: 50%;
    position: relative;
    vertical-align: middle;
    width: 100%;
}

.page-content h1,
.page-content h2,
.page-content h3,
.page-content h4,
.page-content h5,
.page-content p,
body h1,
body h2,
body h3,
body h4,
body h5,
body p {
	margin-bottom: 25px;
}

.page-content h1,
body h1 {
	color: #1f8de1;
	font-family: 'Satisfy', cursive;
	font-size: 42px;
}

.page-content h2,
body h2 {
	font-family: 'EB Garamond', serif;
	font-size: 26px;
}

.page-content h3,
body h3 {
	font-family: 'EB Garamond', serif;
	font-size: 24px;
}

.page-content h4,
body h4 {
	font-family: 'EB Garamond', serif;
	font-size: 22px;
}

.page-content h5,
body h5 {
	font-family: 'EB Garamond', serif;
	font-size: 20px;
	font-weight: 700;
}

.page-content p,
body p,
body {
	font-family: 'EB Garamond', serif;
	font-size: 21px;
}

.page-content a {
	color: #1f8de1;
	text-decoration: none;
}

.page-content a:hover,
.page-content a:focus,
body a:hover,
body a:focus {
	color: #da3832;
	text-decoration: none;
}

@media(min-width: 768px) {
	.page-content h1,
	body h1 {
		font-size: 55px;
	}
}

@media(min-width: 1200px) {
	.page-content p,
	body p,
	body {
		font-size: 33px;
	}

	.page-content h1,
	body h1 {
		font-size: 100px;
	}

	.page-content h2,
	body h2 {
		font-size: 46px;
	}

	.page-content h3,
	body h3 {
		font-size: 38px;
	}

	.page-content h4,
	body h4 {
		font-size: 34px;
	}

	.page-content h5,
	body h5 {
		font-size: 28px;
	}

	h1.inside-page-header {
	  line-height: 150px;
	}
}

@media(min-width: 1590px) {
	.page-content h1,
	.page-content h2,
	.page-content h3,
	.page-content h4,
	.page-content h5,
	.page-content p,
	body h1,
	body h2,
	body h3,
	body h4,
	body h5,
	body p {
		margin-bottom: 50px;
	}

	h1.inside-page-header {
	  line-height: 200px;
	}

	.page-content,
	body {
		font-size: 42px;
	}

	.page-content h1,
	body h1 {
		font-size: 142px;
	}

	.page-content h2,
	body h2 {
		font-size: 67px;
	}

	.page-content h3,
	body h3 {
		font-size: 52px;
	}

	.page-content h4,
	body h4 {
		font-size: 45px;
	}

	.page-content h5,
	body h5 {
		font-size: 35px;
	}

	.page-content p,
	body p,
	body {
		font-size: 42px;
	}
}

.navbar-brand {
	height: 100%;
  padding: 21px 0;
}

@media(min-width: 992px) {
	.navbar-brand {
		height: 100%;
		padding: 21px 16px;
	}
}

a.navbar-brand {
	padding: 0;
	max-width: 146px;
}

a.navbar-brand img {
	max-width: 100%;
}

.navbar-toggle {
	cursor: pointer;
	right: 15px;
	top: 30px;
	transform: rotate(90deg);
	transition: 1s ease-in-out;
	z-index: 1000;
}

@media(min-width: 768px) {
	.navbar-toggle {
		display: none;
	}
}

body:not(.mobile-nav-open) .navbar-toggle {
	margin: 0;
	right: 0;
	transform: rotate(0deg);
}

.navbar-toggle .icon-bar {
	background-color: #d7d7d7;
	display: block;
	transition: 1s ease-in-out;
	height: 2px;
	width: 30px;
}

body:not(.mobile-nav-open) .navbar-toggle .icon-bar {
	height: 9px;
	width: 58px;
}

.navbar-toggle .icon-bar:nth-of-type(1) {
	transform: rotate(40deg);
	transform-origin: top left;
}

body:not(.mobile-nav-open) .navbar-toggle .icon-bar:nth-of-type(1) {
  transform: rotate(0deg);
}

.navbar-toggle .icon-bar:nth-of-type(2) {
	opacity: 0;
  transition: 1s ease-in-out;
  width: 0;
}

body:not(.mobile-nav-open) .navbar-toggle .icon-bar:nth-of-type(2) {
	margin: 12px 0 0 0;
  opacity: 1;
  width: 58px;
}

.navbar-toggle .icon-bar:nth-of-type(3) {
	margin: 10px 0 0 0;
	transform: rotate(-40deg);
	transform-origin: bottom left;
}

body:not(.mobile-nav-open) .navbar-toggle .icon-bar:nth-of-type(3) {
	margin: 12px 0 0 0;
	transform: rotate(0deg);
}

@media(max-width: 767px){
	.main-nav {
		position: fixed;
		top: 0;
		right: 0;
		height: 0;
		overflow: hidden;
		transition: height 1.1s ease-in-out, padding-top .4s ease-in;
		transition-delay: 0s, 0.75s;
		z-index: 999;
		background-color: #e5f0fa;
		left: 0;
		padding-top: 0;
	}

	body.mobile-nav-open .main-nav {
		transition: height 1s ease-in-out, padding-top .25s ease-in;
		transition-delay: 0s, 0s;
		height: 100vh;
		padding-top: 150px;
	}

	.main-nav li {
		border-top: 2px solid #c0cfdd;
		display: block;
		padding: 0;
		text-align: center;
		width: 100%;
	}

	.main-nav li:last-of-type {
		border-bottom: 2px solid #c0cfdd;
	}

	.main-nav li.menu-item-has-children a::after {
		color: #c0cfdd;
		content: "\25be";
		display: inline-block;
		font-size: 20px;
		line-height: 1.5;
		float: right;
		transform-origin: 51.2% 50%;
		transition: transform 1s ease-in-out;
	}

	.main-nav li.sub-menu-open a::after {
		transform: rotate(180deg);
	}

	.main-nav li a {
		color: #686868;
		display: block;
		font-family: 'Noto Sans', sans-serif;
		font-size: 23px;
		text-transform: uppercase;
		padding: 15px;
		width: 100%
	}

	.main-nav li ul.sub-menu {
		overflow: hidden;
		height: 0;
		transition: height 1s ease-in-out;
		padding-left: 0;
	}

	.main-nav li ul.sub-menu.open {
		height: 322px;
		transition: height 1s ease-in-out;
	}

	.main-nav li ul.sub-menu li {
		background-color: #fff;
	}

	.main-nav li ul.sub-menu li:last-of-type {
		border-bottom: none;
	}

	.main-nav li ul.sub-menu li a::after {
		content: "";
	}

	div.navbar-brand {
		height: 132px;
		/* left: 0 !important; */
		transition: left 1.3s ease-in-out;
		z-index: 1000;
	}

	/* body.mobile-nav-open { */
		/* margin-top: 132px; */
	/* } */

	body.mobile-nav-open div.navbar-brand {
		position: fixed !important;
		top: 0;
		left: calc(50% - 82px) !important;
	}

	body.mobile-nav-open .navbar-toggle {
		position: fixed;
		left: calc(100% - 110px) !important;
	}
}

@media(max-width: 767px) {
	.no-mobile-padding {
		padding: 0;
	}
}

@media(min-width: 768px) {
	.products-nav {
		background-color: rgba(255, 255, 255, 0.2);
		bottom: 0;
    position: absolute;
		width: 100%;
	}
}

.products-nav .product {
	float: left;
	position: relative;
}

.products-nav .product:nth-child(1),
.products-nav .product:nth-child(2),
.products-nav .product:nth-child(3) {
	width: 33.33333333%;
}

/* .products-nav .product:nth-child(1) img,
.products-nav .product:nth-child(2) img,
.products-nav .product:nth-child(3) img {
	height: 33.33333333vw;
} */

.products-nav .product:nth-child(4),
.products-nav .product:nth-child(5) {
	width: 50%;
}

/* .products-nav .product:nth-child(4) img,
.products-nav .product:nth-child(5) img {
	height: 50vw;
} */

@media(min-width: 768px) {
	.products-nav .product:nth-child(1),
	.products-nav .product:nth-child(2),
	.products-nav .product:nth-child(3),
	.products-nav .product:nth-child(4) {
		width: 25%;
	}

}

.products-nav .product-name {
	font-family: 'Noto Sans', sans-serif;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 1px;
	margin-bottom: 15px;
	text-transform: uppercase;
}

.products-nav .product a {
	color: #438ddb;
	display: inline-block;
	width: 100%;
}

.products-nav .product a:hover,
.products-nav .product a:focus {
	background-color: #2e42af;
	color: #fff;
	text-decoration: none;
}

.products-nav .product img {
	height: auto;
	max-width: 100%;
}

.homepage-content-text {
	background-image: url('/wp-content/themes/adl/media/images/homepage-content-text-background.png');
  background-repeat: repeat;
	background-size: cover;
	color: #fff;
	overflow: hidden;
	padding: 15px 0;
  width: 100%;
}

@media(min-width: 768px) {
	.homepage-content-text {
		background-size: contain;
	}
}

@media(min-width: 992px) {
	.homepage-content-text {
		padding: 25px 0;
	}
}

@media(min-width: 1590px) {
	.homepage-content-text {
		padding: 50px 0;
	}
}

.homepage-content-text h2 {
	color: #fff;
	font-family: 'Satisfy', cursive;
	font-size: 30px;
	line-height: 1.7;
}

@media(min-width: 768px) {
	.homepage-content-text h2 {
		font-size: 40px;
		line-height: 1.5;
	}
}

@media(min-width: 992px) {
	.homepage-content-text h2 {
		font-size: 35px;
		line-height: 1.4;
	}
}

@media(min-width: 1200px) {
	.homepage-content-text h2 {
		font-size: 40px;
	}
}

@media(min-width: 1590px) {
	.homepage-content-text h2 {
		font-size: 58px;
	}
}

.homepage-content-text .double-separator hr {
	margin-bottom: 0;
}

.homepage-content-text .double-separator hr:last-of-type {
	margin-top: 5px;
}

.homepage-content-text .cheese-board {
	display: none;
}

@media(min-width: 992px) {
	.homepage-content-text .cheese-board {
		display: block;
	}
}

.homepage-slides {
	margin-left: -15px;
  margin-right: -15px;
	overflow: hidden;
	padding-bottom: 30px;
	padding-top: 30px;
  position: relative;
  width: calc(100% + 30px);
}

.homepage-slides .slide {
	font-size: 24px;
	padding-left: 15px;
  padding-right: 15px;
	position: absolute;
	transform: translateX(100%);
	transition: transform 1s ease-in-out;
	width: 100%;
}

@media(min-width: 768px) {
	.homepage-slides .slide {
		font-size: 32px;
	}
}

@media(min-width: 992px) {
	.homepage-slides .slide {
		font-size: 28px;
	}
}

@media(min-width: 1200px) {
	.homepage-slides .slide {
		font-size: 33px;
	}
}

@media(min-width: 1590px) {
	.homepage-slides .slide {
		font-size: 52px;
    line-height: 1.1;
	}
}

.homepage-slides .slide-previous {
	transform: translateX(-100%);
}

.homepage-slides .slide-active {
	transform: translateX(0);
}

.previous-pointer {
	cursor: pointer;
	float: left;
	width: 85px;
}

.next-pointer {
	cursor: pointer;
	float: right;
	width: 85px;
}

.pointer-disabled {
	cursor: default;
	opacity: 0.5;
}

.nav-pointers {
	padding-left: 15px;
  padding-right: 15px;
	width: 100%;
}

.video-section-1 {
	background-image: url('/wp-content/themes/adl/media/images/ADL-bg.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	padding: 45px 15px;
}

@media(min-width: 768px) {
	.video-section-1 {
		background-image: url('/wp-content/themes/adl/media/images/ADL-bg.jpg');
	}
}

@media(min-width: 1590px) {
	.video-section-1, .video-section-2 {
		min-height: 1215px;
	}
}

.video-section-1 .video-iframe iframe,
.video-section-1 .video-cover img,
.video-section-2 .video-iframe iframe,
.video-section-2 .video-cover img{
	border: 0;
	width: 100%;
}

.page-content iframe {
	max-width: 100%;
}

@media(min-width: 1190px) {
	.video-section-1 .video-iframe iframe,
	.video-section-1 .video-cover img,
	.video-section-2 .video-iframe iframe,
	.video-section-2 .video-cover img{
		height: 635px;
    margin-top: 120px;
		width: 1130px;
	}
}

/*------------------------------*/

.video-section-2 {
	background-image: url('/wp-content/themes/adl/media/images/pasture-cow-background-mobile.png');
  	background-repeat: no-repeat;
  	background-size: cover;
	padding: 45px 15px;
}

@media(min-width: 768px) {
	.video-section-2 {
		background-image: url('/wp-content/themes/adl/media/images/pasture-cow-background.png');
	}
}

.recipes-section {
	background-image: url('/wp-content/themes/adl/media/images/recipe-background-mobile.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
}

@media(min-width: 768px) {
	.recipes-section {
		background-image: url('/wp-content/themes/adl/media/images/recipe-background.png');
	}
}

@media(min-width: 1590px) {
	.recipes-section {
		min-height: 745px;
	}
}

.recipes-text-wrapper {
	display: table;
}

@media(min-width: 1590px) {
	.recipes-text-wrapper {
    margin: 0 41vw;
		min-height: 745px;
		width: 35%;
	}
}

@media(min-width: 1750px) {
	.recipes-text-wrapper {
		margin: 0 auto;
		width: 32%;
	}
}

.recipes-section .recipes-text {
	color: #fff;
	float: left;
	padding: 25px 25px 15px 10vw;
	text-align: center;
	width: 70%;
}

.recipes-text {
	display: table-cell;
	vertical-align: middle;
}



@media(min-width: 768px) {
	.recipes-section .recipes-text {
		float: none;
		margin: 0 auto;
		padding: 25px 30vw 25px 30vw;
		width: 45%;
	}
}

@media(min-width: 992px) {
	.recipes-section .recipes-text {
    padding: 25px 29vw 25px 29vw;
		width: 32%;
	}
}

@media(min-width: 1590px) {
	.recipes-section .recipes-text {
    padding: 25px 0 25px 0;
		width: 100%;
	}
}

.recipes-section .recipes-text h2 {
	font-family: 'Satisfy', cursive;
	font-size: 35px;
	margin-bottom: 0;
	margin-top: 10px;
}

@media(min-width: 768px) {
	.recipes-section .recipes-text h2 {
		font-size: 59px;
	}
}

@media(min-width: 992px) {
	.recipes-section .recipes-text h2 {
		font-size: 80px;
	}
}

@media(min-width: 1590px) {
	.recipes-section .recipes-text h2 {
		font-size: 114px;
	}
}

.recipes-section .recipes-text p {
	font-size: 15px;
}

@media(min-width: 768px) {
	.recipes-section .recipes-text p {
		font-size: 28px;
	}
}

@media(min-width: 992px) {
	.recipes-section .recipes-text p {
		font-size: 37px;
	}
}

@media(min-width: 1590px) {
	.recipes-section .recipes-text p {
		font-size: 49px;
	}
}

.recipes-section .recipes-text .double-separator hr {
	border-top: 1px solid #fff;
	margin-bottom: 0;
	margin-top: 13px;
}

.recipes-section .recipes-text .double-separator hr:last-of-type {
	margin-bottom: 10px;
	margin-top: 2px;
}

@media(min-width: 992px) {
	.recipes-section .recipes-text .double-separator hr {
		margin-top: 30px;
	}

	.recipes-section .recipes-text .double-separator hr:last-of-type {
		margin-top: 10px;
	}
}

.homepage-content main p:empty {
	display: none;
}

footer {
	font-family: 'Noto Sans', sans-serif;
	font-size: 14px;
}

footer .social-icons {
	margin: 22px 0;
}

@media(min-width: 768px) {
	footer .social-icons {
		border-left: 1px solid #c7c7c7;
		border-right: 1px solid #c7c7c7;
		display: inline-block;
		height: 80px;
		margin: 0 calc((26% - 183px) / 2);
    vertical-align: top;
    width: 150px;
	}

	footer .social-icons {
		padding-top: 30px;
	}
}

footer .social-icons img {
	margin: 0 5px;
}

@media(min-width: 992px) {
	footer .social-icons {
    width: 175px;
	}
}

footer .separator {
	border-bottom: 1px solid #c7c7c7;
	border-top: 1px solid #c7c7c7;
	height: 6px;
	width: 100%;
}

@media(min-width: 768px) {
	footer .separator {
		margin-bottom: 30px;
		margin-top: 30px;
	}
}

footer address {
	color: #22211c;
	font-size: 14px;
	margin-top: 20px;
	text-align: center;
}

@media(min-width: 768px) {
	footer address {
		margin-bottom: 0;
		text-align: right;
	}
}

footer .privacy-policy,
footer .signature {
	color: #22211c;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 1px;
	margin-bottom: 15px;
	text-align: center;
	text-transform: uppercase;
}

@media(min-width: 768px) {
	footer .privacy-policy,
	footer .signature {
		margin-bottom: 30px;
	}

	footer .privacy-policy {
		display: inline;
		float: left;
		text-align: left;
		width: 50%
	}

	footer .signature {
		display: inline;
		float: right;
		text-align: right;
		width: 50%;
	}
}

footer .privacy-policy a,
footer .signature a {
	color: #3f4b8b;
}

footer a:hover,
footer a:focus {
	color: #da3832;
}

footer .contact-us,
footer .adl-foods {
	display: none;
}

@media(min-width: 768px) {
	footer .contact-us,
	footer .adl-foods {
		display: block;
		font-size: 14px;
		font-weight: 700;
		text-align: right;
		text-transform: uppercase;
	}

	footer .contact-us a,
	footer .adl-foods a {
		color: #3f4b8b;
	}

	footer .contact-us a:hover,
	footer .contact-us a:focus,
	footer .adl-foods a:hover,
	footer .adl-foods a:focus {
		color: #da3832;
	}
}

footer .adl-foods {
	margin-top: 15px;
}

footer .footer-navigation {
	display: none;
}

@media(min-width: 768px) {
	footer .footer-navigation {
		display: inline-block;
    width: 37%;
	}
}

footer .footer-navigation ul {
	column-count: 2;
  column-gap: 20px;
	list-style-type: none;
	padding-left: 0;
}

footer .footer-navigation ul li a {
	color: #3f4b8b;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
}

footer .footer-navigation ul li a:hover,
footer .footer-navigation ul li a:focus {
	color: #da3832;
}


footer .footer-navigation .footer-products-nav a {
	color: #000;
	font-weight: 700;
	letter-spacing: 1px;
	pointer-events: none;
	text-transform: uppercase;
}

@media(min-width: 768px) {
	footer .address-contact {
		display: inline-block;
		vertical-align: top;
		width: 37%;
	}

	footer .address-contact address{
		margin-top: 0;
	}
}

@media(min-width: 992px) {
	.cheese-board img {
		left: -250px;
		margin-top: -50px;
		margin-left: -5%;
		max-width: 750px;
		position: absolute;
	}
}

@media(min-width: 1130px) {
	.cheese-board img {
		left: -175px;
	}
}

@media(min-width: 1250px) {
	.cheese-board img {
		left: -125px;
	}
}

@media(min-width: 1400px) {
	.cheese-board img {
		left: -75px;
	}
}

@media(min-width: 1450px) {
	.cheese-board img {
		left: -50px;
	}
}

@media(min-width: 1500px) {
	.cheese-board img {
		left: -25px;
	}
}

@media(min-width: 1575px) {
	.cheese-board img {
		left: calc(-1 * ((100vw - 1575px) / 2));
	}
}

p:empty {
	display: none;
}

.product-button {
	background-image: url('/wp-content/themes/adl/media/images/product-button.png');
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	color: #fff;
	font-family: 'Satisfy', cursive;
	font-size: 26px;
	margin: 20px auto;
	text-align: center;
}

@media(min-width: 768px) {
	.product-button {
		background-size: contain;
		font-size: 42px;
    padding-bottom: 10px;
		margin: 30px auto;
	}
}

@media(min-width: 1590px) {
	.product-button {
		background-size: auto;
		font-size: 72px;
		margin: 60px auto;
	}
}

.product-button:hover,
.product-button:focus {
	cursor: pointer;
}

.product-view-section.product-list-closed .product-list {
	height: 0 !important;
}

.product-list {
	overflow: hidden;
	transition: 1s ease-in-out;
}

.product-list .product-heading {
	font-size: 24px;
	text-align: center;
}

.product-view-section.product-list-resizing .product-list {
	height: inherit !important;
	position: absolute;
	transform: translateX(-200%);
	transition: unset;
}

@media(min-width: 1200px) {
	.product-list .product-heading {
		font-size: 36px;
	}
}

@media(min-width: 1590px) {
	.product-list .product-heading {
		font-size: 52px;
	}
}

.product-list ul {
	padding-left: 0;
}

.product-list li {
	background-position: left center;
	background-repeat: no-repeat;
	background-size: auto;
	border-bottom: 1px solid #c7c7c7;
	/* line-height: 2.5; */
	list-style-type: none;
	padding-bottom: 25px;
	padding-left: 40px;
  padding-top: 25px;
  font-size: 21px;
}

@media(min-width: 768px) {
	.product-list ul {
		padding-left: 40px;
	}

	.product-list li {
		padding-left: 35px;
	}
}

@media(min-width: 992px) {
	.product-list li {
		padding-left: 55px;
	}
}

@media(min-width: 1200px) {
	.product-list li {
		font-size: 33px;
	}
}

@media(min-width: 1590px) {
	.product-list li {
		font-size: 41px;
		padding-left: 80px;
	}
}

.cheese-product .product-list li {
	background-image: url('/wp-content/themes/adl/media/images/small-cheese-list.png');
}

@media(min-width: 992px) {
	.cheese-product .product-list li {
		background-image: url('/wp-content/themes/adl/media/images/medium-cheese-list.png');
	}
}

@media(min-width: 1590px) {
	.cheese-product .product-list li {
		background-image: url('/wp-content/themes/adl/media/images/large-cheese-list.png');
	}
}

.milk-product .product-list li {
	background-image: url('/wp-content/themes/adl/media/images/small-milk-list.png');
}

@media(min-width: 992px) {
	.milk-product .product-list li {
		background-image: url('/wp-content/themes/adl/media/images/medium-milk-list.png');
	}
}

@media(min-width: 1590px) {
	.milk-product .product-list li {
		background-image: url('/wp-content/themes/adl/media/images/large-milk-list.png');
	}
}

.butter-product .product-list li {
	background-image: url('/wp-content/themes/adl/media/images/small-butter-list.png');
}

@media(min-width: 992px) {
	.butter-product .product-list li {
		background-image: url('/wp-content/themes/adl/media/images/medium-butter-list.png');
	}
}

@media(min-width: 1590px) {
	.butter-product .product-list li {
		background-image: url('/wp-content/themes/adl/media/images/large-butter-list.png');
	}
}

.icecream-product .product-list li {
	background-image: url('/wp-content/themes/adl/media/images/small-ice-cream-list.png');
}

@media(min-width: 992px) {
	.icecream-product .product-list li {
		background-image: url('/wp-content/themes/adl/media/images/medium-ice-cream-list.png');
	}
}

@media(min-width: 1590px) {
	.icecream-product .product-list li {
		background-image: url('/wp-content/themes/adl/media/images/large-ice-cream-list.png');
	}
}

.evaporated-product .product-list li {
	background-image: url('/wp-content/themes/adl/media/images/small-evaporated-milk-list.png');
}

@media(min-width: 992px) {
	.evaporated-product .product-list li {
		background-image: url('/wp-content/themes/adl/media/images/medium-evaporated-milk-list.png');
	}
}

@media(min-width: 1590px) {
	.evaporated-product .product-list li {
		background-image: url('/wp-content/themes/adl/media/images/large-evaporated-milk-list.png');
	}
}

.product-list li:last-of-type {
	border-bottom: none;
}

a.recipes-section-link,
a.recipes-section-link:hover,
a.recipes-section-link:focus {
	color: inherit;
	text-decoration: none;
}

@media(min-width: 768px) {
	.rmcm-column {
		padding-left: 20px !important;
		padding-right: 20px !important;
	}
}

.contact-form .antispam{
	height: 1px;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	left: 0;
	width: 1px;
}

.contact-form-submit-message {
  margin: 25px 0;
  text-align: center;
}

.contact-form-wrapper {
	position: relative;
}

.contact-form-complete-message{
	left: 0;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	right: 0;
	text-align: center;
	top: 45%;
	transition: opacity 1s ease-in-out;
}

body.contact-form-complete .contact-form-complete-message{
	opacity: 1;
}

.contact-form-progress-indicator{
  border: 2px solid #e2f0fb;
  height: 36px;
  left: 0;
  margin: 20px auto 0 auto;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 45%;
  transition: opacity 0.5s ease-in-out;
  width: 125px;
}

.contact-form-progress-indicator > div{
	animation-name: contact-form-progress-animation;
		-o-animation-name: contact-form-progress-animation;
		-ms-animation-name: contact-form-progress-animation;
		-webkit-animation-name: contact-form-progress-animation;
		-moz-animation-name: contact-form-progress-animation;
	animation-duration: 2.24s;
		-o-animation-duration: 2.24s;
		-ms-animation-duration: 2.24s;
		-webkit-animation-duration: 2.24s;
		-moz-animation-duration: 2.24s;
	animation-iteration-count: infinite;
		-o-animation-iteration-count: infinite;
		-ms-animation-iteration-count: infinite;
		-webkit-animation-iteration-count: infinite;
		-moz-animation-iteration-count: infinite;
	animation-direction: normal;
		-o-animation-direction: normal;
		-ms-animation-direction: normal;
		-webkit-animation-direction: normal;
		-moz-animation-direction: normal;
  margin-left: 164px;
	width: 164px;
}

.contact-form-progress-indicator > div > div{
	background-color: #e2f0fb;
	float: left;
	height: 117px;
	margin-right: 23px;
	margin-top: -27px;
	transform: rotate(45deg);
		-o-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
  width: 18px;
}

@keyframes contact-form-progress-animation{
	0%{
		margin-left: 151px;
		margin-top: -18px;
	}

	100%{
		margin-left: -125px;
		margin-top: -18px;
	}
}

@-o-keyframes contact-form-progress-animation{
	0%{
		margin-left: 151px;
		margin-top: -18px;
	}

	100%{
		margin-left: -125px;
		margin-top: -18px;
	}
}

@-ms-keyframes contact-form-progress-animation{
	0%{
		margin-left: 151px;
		margin-top: -18px;
	}

	100%{
		margin-left: -125px;
		margin-top: -18px;
	}
}

@-webkit-keyframes contact-form-progress-animation{
	0%{
		margin-left: 151px;
		margin-top: -18px;
	}

	100%{
		margin-left: -125px;
		margin-top: -18px;
	}
}

@-moz-keyframes contact-form-progress-animation{
	0%{
		margin-left: 151px;
		margin-top: -18px;
	}

	100%{
		margin-left: -125px;
		margin-top: -18px;
	}
}

body.contact-form-in-progress .contact-form,
body.contact-form-complete .contact-form{
  opacity: 0;
  pointer-events: none;
}

body.contact-form-in-progress .contact-form-progress-indicator{
  opacity: 1;
}

.contact-form .btn-rm-submit {
	background-color: #1f8de1;
	color: #fff;
}

.contact-form input,
.contact-form textarea,
.contact-form .btn-rm-submit {
	font-size: 21px;
}

@media(min-width: 1590px) {
	.contact-form input,
	.contact-form textarea,
	.contact-form .btn-rm-submit {
		font-size: 42px;
	}

	.contact-form input.form-control {
		height: 75px;
	}

	.contact-form textarea.form-control {
		height: 200px;
	}
}

.large-desktop-only {
	display: none;
}

.small-desktop-only {
	display: none;
}

.tablet-only {
	display: none;
}

.mobile-only {
	display: block;
}

@media(min-width: 768px) {
	.mobile-only {
		display: none;
	}
}

@media(min-width: 1590px) {
	.large-desktop-only {
		display: block;
	}
}

@media(min-width: 992px) and (max-width: 1589px) {
	.small-desktop-only {
		display: block;
	}
}

@media(min-width: 768px) and (max-width: 991px) {
	.tablet-only {
		display: block;
	}
}

.mfp-title {
	line-height: 25px;
}

@media(min-width: 768px) {
	.mfp-title {
		line-height: 30px;
	}
}

@media(min-width: 1590px) {
	.mfp-title {
		line-height: 50px;
	}
}

.video-iframe {
	display: none;
}

.video-cover img {
	cursor: pointer;
}

@media(max-width: 767px) {
	.navbar-header{
		height: 132px;
	}

	.page-content {
		overflow: visible;
	}

	.product-button {
		line-height: 10.45vw;
		margin: 20px -45px;
		min-height: 11.5625vw;
	}

	h1.inside-page-header {
		margin: 0 -20px;
	}

	.products-nav .product:nth-child(1) img,
	.products-nav .product:nth-child(2) img,
	.products-nav .product:nth-child(3) img{
		min-height: calc(23.06666667vw - 20px);
	}

	.products-nav .product:nth-child(4) img,
	.products-nav .product:nth-child(5) img{
		min-height: calc(34.6vw - 20px);
	}
}

@media(max-width: 480px) {
	h1.inside-page-header {
		margin: 0 -38px;
	}
}

@media(max-width: 379px){
	body.mobile-nav-open .navbar-toggle{
		padding-left: 35px;
	}
}

#sgcboxContent h1 {
	font-size: 35px;
}

@media(min-width: 768px) {
	#sgcboxContent h1 {
		font-size: 46px;
	}
}

@media(min-width: 768px) {
	#sgcboxContent h1 {
		font-size: 46px;
	}
}

@media(min-width: 1200px) {
	#sgcboxContent h1 {
		font-size: 65px;
	}
}

.sgpb-popup-builder-content-503 {
	max-height: 60vh;
}

.sgpb-popup-builder-content-503 .sgpb-main-html-content-wrapper {
	padding: 1em 2em 0 2em;
}

@media (min-width: 1024px) {
	.sgpb-popup-builder-content-503 h1 {
		font-size: 2em;
	}
}

/* alert styles */
.fiat-alert{
	text-align: center;
	color: #101820FF;
    background-color: #FEE715FF;
}

.fiat-alert p{
	margin-bottom: 0;
	font-size: 0.9em;
}

.fiat-alert .close{
	display: none;
}

/* Additional Styling
 * Added by: Tanguy Merrien - 2025
 * /


/* 1.1. Wrapper/container for centering and padding */
.adl-community {
  max-width: 960px;
  margin: 0 auto;
  padding: 20px;
  text-align: center;
}

/* 1.2. H2: font-size, line-height, remove extra margin */
.adl-community h2 {
  font-size: 24px;
  line-height: 1.4;
  margin: 0 0 10px 0;      /* only 10px bottom */
  padding: 0;
}

/* 1.3. Intro paragraph: font-size, line-height, max-width, centered */
.adl-community p.intro {
  font-size: 16px;
  line-height: 1.6;
  margin: 0 auto 20px auto; /* 20px bottom only */
  max-width: 800px;
  color: inherit;           /* inherit from parent */
  padding: 0;
}

/* 2.1. Flex container for 3 images in one row */
.adl-gallery {
  display: flex;
  justify-content: center;
  align-items: flex-start; /* top-align all images */
  gap: 12px;
  margin: 0 0 24px 0;       /* 24px bottom, no top padding */
  flex-wrap: nowrap;        /* keep all images on one line */
  overflow-x: auto;         /* horizontal scroll if viewport too narrow */
  padding: 0 0 4px 0;       /* only 4px bottom (for scrollbar) */
}

/* 2.2. Image styling: sized to their own width, rounded corners */
.adl-gallery img {
  border-radius: 8px;
  max-width: 100%;          /* ensure no overflow */
  height: auto;
  display: block;
  object-fit: cover;
}

/* 3.1. Remove default GF wrapper margins/padding inside our section */
.adl-community .gform_wrapper {
  margin: 0;
  padding: 0;
}

/* 3.2. If you want Gravity’s title/description to match the H2/P styling above: */
.adl-community .gform_wrapper .gform_heading h3.gform_title {
  font-size: 24px;   /* match the H2 size, if needed */
  line-height: 1.4;
  margin: 0 0 10px 0;
  padding: 0;
}
.adl-community .gform_wrapper .gform_heading .gform_description {
  font-size: 16px;
  line-height: 1.6;
  margin: 0 0 20px 0;
  padding: 0;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: inherit;
}

/* 4.1. Container for the “Stay connected” heading */
.adl-community .adl-social {
  margin: 16px 0 0 0;       /* 16px top only */
  text-align: center;
  padding: 0;
}

/* 4.2. H3 heading: font-size, remove default margins */
.adl-community .adl-social h3 {
  font-size: 20px;
  line-height: 1.3;
  margin: 0 0 8px 0;       /* 8px bottom only */
  padding: 0;
}

/* 4.3. Flex container for the three social icons */
.adl-community .adl-social .links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin: 0;
  padding: 0;
}

/* 4.4. Each anchor: fixed 32×32, no extra margin/padding */
.adl-community .adl-social .links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  text-decoration: none;
  margin: 0;
  padding: 0;
}

/* 4.5. If needed, override any inherited margin on the SVG itself */
.adl-community .adl-social .links a svg {
  margin: 0;
  padding: 0;
}

/* 5.1. Kill extra bottom margin on all H2/P within .adl-community */
.adl-community h1,
.adl-community h2,
.adl-community h3,
.adl-community h4,
.adl-community p {
  margin-bottom: 0; /* remove theme-imposed bottom margins */
  padding: 0;
}

/* 5.2. Then explicitly restore only the margins we want above */
.adl-community h2 {
  margin-bottom: 10px;
}
.adl-community p.intro {
  margin-bottom: 20px;
}
.adl-community .adl-social h3 {
  margin-bottom: 8px;
}

/* Enlarge ADL GF section titles to 20px at all breakpoints */
.gform_wrapper .gfield.adl-form-heading h3.gsection_title {
  font-size: 24px !important;
  line-height: 1.3 !important;
  margin: 20px 0 10px 0 !important;
  padding: 0 !important;
  text-align: left !important;
}

@media (min-width: 992px) {
  .gform_wrapper .gfield.adl-form-heading h3.gsection_title {
    font-size: 24px !important;
  }
}
@media (min-width: 1200px) {
  .gform_wrapper .gfield.adl-form-heading h3.gsection_title {
    font-size: 24px !important;
  }
}
@media (min-width: 1590px) {
  .gform_wrapper .gfield.adl-form-heading h3.gsection_title {
    font-size: 24px !important;
  }
}

/*=============================
  Override Page Header Sizes (slightly smaller)
=============================*/

/* Base (mobile & desktop) */
.page-content h1,
body h1,
h1.inside-page-header {
  font-size: 32px !important;
  line-height: 1.2 !important;
  margin-bottom: 18px !important;
}

/* Tablet and up */
@media (min-width: 768px) {
  .page-content h1,
  body h1,
  h1.inside-page-header {
    font-size: 40px !important;
  }
}

/* Small desktop and up */
@media (min-width: 1200px) {
  .page-content h1,
  body h1,
  h1.inside-page-header {
    font-size: 72px !important;
  }
}

/* Large desktop and up */
@media (min-width: 1590px) {
  .page-content h1,
  body h1,
  h1.inside-page-header {
    font-size: 90px !important;
  }
}







