/*
Theme Name: Albert Bartlett
Theme URI: http://www.albertbartlett.com/
Description: Theme for Albert Bartlett
Author: 45b / Guy & Co
Version: 1.0
License: GNU General Public License
License URI: license.txt
Tags: 
*/

/* CSS Document */

@font-face {
    font-family: 'Cerapro-Black';
    src: url('assets/fonts/cerapro_black/cerapro-black-webfont.woff');
}

.row {
  max-width: 1170px;
}

body {
  height: 100%;
  font-family: 'Muli', Helvetica, Arial, sans-serif;
  background-color: #fff;
  color: #333;
}

body p {
  font-size: 1.0em;
  font-weight: 400;
}

body ul {
  font-size: 1.0em;
}

body figure {
  font-size: 1.0em;
}

body a {
  color: #3c2617;
}

body a:hover {
  color: #000;
}

body.page-template-page-range-fresh,
body.category-fresh {
  background-image: url(assets/img/images/bg-range-fresh.jpg);
  background-size: cover;
}

body.page-template-page-range-frozen,
body.category-frozen {
  background-image: url(assets/img/images/bg-range-frozen.jpg);
  background-size: cover;
}

body.page-template-page-range-chilled,
body.category-chilled {
  background-image: url(assets/img/images/bg-range-chilled.jpg);
  background-size: cover;
}

body.page-template-page-range-asda-fresh,
body.category-asda-fresh,
body.page-template-page-range-asda-chilled,
body.category-asda-chilled  {
  background: #a5cadd url(assets/img/images/bg-range-asda.jpg) top/cover no-repeat;
}

body.category-asda-fresh {
  background: #085c31;
}

body.category-asda-chilled {
  background: #3c291b;
}

a,
input,
span {
  transition: color 0.4s, background 0.4s, border 0.4s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Futura-Bol', Helvetica, Arial, sans-serif;
  font-style: Normal;
  font-weight: Normal;
  text-transform: uppercase;
  color: #fff;
}

h1 {
  font-size: 5em;
}

h2 {
  font-size: 3em;
}

h3 {
  font-size: 2em;
  line-height: 1em;
}

h4 {
  font-size: 1.6em;
}

h5 {
  font-size: 1.4em;
}

h6 {
  font-size: 1em;
}


a {
  color: #3c2617;
}

a:hover {
  color: #333;
}

a:focus {
  color: #3c2617;
}

.brown {
  color: #3c2617;
}

.block-container {
  clear: both;
  padding: 2em 0;
}

.row-brown {
  background: #3c2617;
  color: #fff;
}

.row-midbrown {
  background: #c7b08b;
}

.row-lightbrown {
  background: #e3d7c5;
}

.white {
  color: #fff;
}

.row-midbrown {
  background: #8a6e5d;
}

.with-content {
  padding-top: 2em;
  padding-bottom: 2em;
}

/* Header */
.header {
  border-top: 10px solid #3c2617;
}

.logo {
  position: relative;
  z-index: 200;
  margin-top: -10px;
}

.logo img {
  min-height: 50px;
  min-width: 180px;
}

.hamburger {
  position: relative;
  z-index: 300;
  margin-top: 30px;
  text-align: right;
}

.main-image {
  position: relative;
  width: 100%;
  height: 460px;
  margin-top: -161px;
  background: none center/cover no-repeat;
}

.main-image h1, .main-image-small h1 {
  padding-top: 20px;
  font-size: 2.6em;
  line-height: 1em;
  color: #fff;
}

.main-image h2, .main-image-small h2 {
  line-height: 1em;
}

.main-image-small {
  position: relative;
  width: 100%;
  height: 400px;
  margin-top: -161px;
  background: none center/cover no-repeat;
}

.main-title-container {
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: inherit;
  margin-top: 0;
  text-align: center;
}

.main-title {
  padding-top: 160px;
}

.main-title p {
  color: #fff;
}

.main-content {
  padding-top: 2em;
  padding-bottom: 2em;
}

.marques {
  position: relative;
  background: url(assets/img/images/bg-marques.png) left top/cover repeat-y;
  padding-top: 2em;
}

a.cta-button,
.slide-text a {
  display: inline-block;
  padding: 0.2em 0.8em;
  margin: 1em 0;
  border-radius: 25px;
  font-size: 1.3em;
  text-transform: uppercase;
  background: #e3d7c5;
  color: #5b3317;
}

a.cta-button:hover,
.slide-text a:hover {
  background: #fff;
}

a.cta-button-dark {
  display: inline-block;
  padding: 0.2em 0.8em;
  margin: 1em 0;
  border-radius: 25px;
  font-size: 1.3em;
  text-transform: uppercase;
  background: #5b3317;
  color: #e3d7c5;
}

a.cta-button-dark:hover {
  background: #e3d7c5;
  color: #5b3317;
}

/* Main Menu */
.nav {
  position: relative;
  z-index: 1000;
  background: #7c1544;
}

.hamburger-nav::after {
  content: "\f0c9";
  position: absolute;
  top: 11px;
  right: 20px;
  font-family: 'Font Awesome 5\ Free';
  font-size: 1.5rem;
  font-weight: 900;
  color: #fff;
  cursor: pointer;
}
.hamburger-on::after {
  content: "\f057";
  position: absolute;
  top: 11px;
  right: 20px;
  font-family: 'Font Awesome 5\ Free';
  font-size: 1.5rem;
  font-weight: 900;
  color: #fff;
  cursor: pointer;
}
.menu-container {
  display: none;
  position: absolute;
  z-index: 1000;
  width: 100%;
  padding: 40px 0;
  margin: 0;
  list-style-type: none;
  overflow: hidden;
  background: #3c2617;
}

.menu-container ul {
  margin: 0;
  font-family: 'Futura-Bol', Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.menu-container li {
  display: block;
  margin-right: 15px;
  margin-top: 20px;
}

.menu-container li:last-of-type {
  margin-top: 35px;
  text-align: center;
}

.menu-container li a {
  font-size: 1.4em;
  text-transform: uppercase;
  color: #fff;
}

.menu-shop-button {
  padding: 11px 17px;
  border-radius: 1.5rem;
  font-family: 'Futura-Bol', Helvetica, Arial, sans-serif;
  font-size: 1rem;
  text-transform: uppercase;
  color: #5B3317;
  background-color: #E3D7C5;
  transition: all 400ms;
}

.menu-shop-button:focus,
.menu-shop-button:hover {
  color: #000;
  background-color: #fff;
}

.menubar {
  position: absolute;
  z-index: 100;
  display: none;
  height: 168px;
  width: 100%;
  margin-top: -168px;
  background: #3c2617;
}

.menubar-noimage {
  position: absolute;
  z-index: 100;
  height: 168px;
  width: 100%;
  margin-top: -168px;
}

.hamburger-nav-noimage::after {
  content: "\f0c9";
  position: absolute;
  top: 11px;
  right: 20px;
  font-family: 'Font Awesome 5\ Free';
  font-size: 1.5rem;
  font-weight: 900;
  color: #5b3317;
  cursor: pointer;
}
.hamburger-on-noimage::after {
  content: "\f057";
  position: absolute;
  top: 11px;
  right: 20px;
  font-family: 'Font Awesome 5\ Free';
  font-size: 1.5rem;
  font-weight: 900;
  color: #5b3317;
  cursor: pointer;
}

#stickynav {
  position: fixed;
  top: -135px;
  z-index: 1000;
  width: 100%;
  padding: 0;
  background: #3C2617;
  transition: top 0.3s;
}

#stickynav ul {
  margin: 0;
}

#stickynav li {
  display: inline-block;
  padding-top: 30px;
  margin-right: 15px;
}

#stickynav li a {
  font-family: 'Futura-Bol', Helvetica, Arial, sans-serif;
  font-size: 0.8em;
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
}


.scrolldown {
  position: absolute;
  bottom: 20px;
  margin: 0 auto;
  font-size: 1.2em;
}

/* Slideshow */
.home-slideshow {
  clear: both;
  min-height: 485px;
  background-size: cover;
  background-position: center center;
}

.home-slideshow img.slide-icon {
  display: inline;
  margin-right: 20px;
}

.slide-image {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 485px;
  background-position: 50% 50%;
}

.slide-content {
  position: relative;
  min-height: 250px;
  text-align: center;
}

.slide-text {
  padding: 20px;
}

.slide-text h2 {
  width: 100%;
  margin-bottom: 0.5em;
  font-weight: 400;
  text-shadow: 0 0 6px #000;
  color: #fff;
}

.slide-text p {
  font-size: 1.2em;
  font-weight: 300;
  line-height: 1.4em;
  text-shadow: 0 0 6px #000;
  color: #fff;
}

.slide-text p a {
  text-shadow: none;
}

.promo-slide {
  padding-top: 0;
  text-align: center;
}

.promo-slide h1 {
  margin-top: 0.3em;
  font-size: 3em;
  line-height: 1em;
}

.promo-slide h3 {
  display: inline-block;
  padding: 0.2em 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  font-family: 'Muli', Helvetica, Arial, sans-serif;
  font-size: 1.6em;
  font-weight: 300;
}

p.line-text {
  display: inline-block;
  padding: 0.2em 1em;
  margin-top: 1em;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.home-slide-image {
  display: inline !important;
}

.slide-text-centered {
  padding: 20px;
  text-align: center;
}

.slide-text-centered h2 {
  width: 100%;
  margin-bottom: 0.2em;
  font-weight: 400;
  line-height: 1;
  text-shadow: none;
}

.slide-text-centered p {
  line-height: 1.4em;
  font-size: 1.2em;
  font-weight: 300;
  text-shadow: none;
}

.slide-subtext {
  font-family: 'Futura-Bol', Helvetica, Arial, sans-serif;
  font-size: 1.2em;
  font-style: normal;
  font-weight: 400;
  line-height: 1em;
  text-transform: uppercase;
}


.slide-text-centered .slide-cta {
  padding: 0.2em 0.8em;
  margin: 1em 0;
  border-radius: 25px;
  font-size: 1.3em;
  text-transform: uppercase;
  color: #fff;
}

ol.orbit-bullets {
  margin-left: 0 !important;
}

/* Arrows */
.orbit-container .orbit-prev, .orbit-container .orbit-next {
  position: absolute;
  top: 47%;
  z-index: 10;
  width: 32px;
  height: 62px;
  margin-top: -21px;
  line-height: 42px;
  text-indent: -9999px !important;
  background-color: transparent;
}

.orbit-container .orbit-prev {
  left: 10px;
  background: url(assets/img/images/l-arrow.png) center no-repeat ;
}

.orbit-container .orbit-next {
  right: 10px;
  background: url(assets/img/images/r-arrow.png) center no-repeat;
}
.orbit-container .orbit-prev span,
.orbit-container .orbit-next span {
    border-style: none;
}

.orbit-timer {
  display: none;
}

.orbit-bullets {
  margin-top: -60px;
}

.orbit-bullets li {
  width: 0.8625rem;
  height: 0.8625rem;
  border: 2px solid #5b3317;
  background: transparent;
}

.orbit-bullets li.active {
  background: #5b3317;
}

/* Promo Panel */
.promo-video {
  width: 100%;
}

.promo-video video {
  width: 100%;
}

.promo-panel {
  position: relative;
  margin-top: 5px;
  background: none center/cover no-repeat;
}

.promo-panel img {
  width: 100%;
}

.promo-button {
  position: absolute;
  top: 60%;
  left: 0;
}

.promo-header {
  text-align: center;
}

.promo-header h3 {
  font-size: 2.4em;
  margin: 1em 0;
  color: #5b3317;
}

.promo-panels-container {
  width: 100%;
  min-height: 410px;
  display: block;
  padding: 0;
  margin: 0;
  background: #fff;
}

.promo-panels-container-colour {
  background: #f0e9de;
}

.promo-panels-text {
  display: table;
  min-height: 410px;
  font-family: 'Futura-Bol', Helvetica, Arial, sans-serif;
  font-size: 2.4em;
  line-height: 0.9em;
  text-align: center;
  background: #fff;
  color: #5b3317;
}

.promo-panels-text-color {
  background: #f0e9de;
}

.promo-panels-title {
  display: table-cell;
  vertical-align: middle;
}

.promo-panels-text img {
  vertical-align: baseline;
}

.promo-panels-image {
  min-height: 410px;
  padding: 0;
  background: center/cover no-repeat;
}

.promo-panel-arrow-colour {
  position: absolute;
  top: 45%;
  height: 53px;
  width: 25px;
}

.promo-panel-arrow {
  position: absolute;
  top: 45%;
  right: 0;
  height: 53px;
  width: 25px;
}

.promo-signup {
  text-align: center;
  color: #3b2616;
}

.promo-signup h3 {
  text-align: center;
  color: #5b3317;}

#promonav {
  position: fixed;
  z-index: 1000;
  width: 100%;
  padding: 0;
  background: #3C2617;
  transition: top 0.3s;
}

#promonav ul {
  margin: 0;
}

#promonav li {
  display: inline-block;
  padding-top: 30px;
  margin-right: 40px;
}

#promonav li a {
  text-transform: uppercase;
  font-family: 'Futura-Bol', Helvetica, Arial, sans-serif;
  font-size: 1.1em;
  font-style: normal;
  font-weight: 400;
  color: #fff;
}

/* Lego Promo */
.legoland-logo {
  position: relative;
  margin-top: -100px;
  text-align: center;
}

.legoland-form {
  position: relative;
  padding-top: 3em;
  padding-bottom: 16em;
  text-align: center;
  background-image: url(assets/img/images/promo/legoland/yellow-blocks.png);
  background-size: cover;
}

.legoland-form  input[type="text"],
.legoland-form  input[type="email"],
.legoland-form  input[type="tel"] {
  background: #fff;
}

.legoland-form select {
  height: inherit;
  border-style: none;
  font-family: 'Muli', Helvetica, Arial, sans-serif;
}

.legoland-form input.wpcf7-submit[type=submit],
input[type=submit] {
  padding: 0.5em 1em;
  margin: 2em 0;
}

.lego-copyright {
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 0.8em;
}

.promo-pics {
  margin-top: 20px;
  margin-bottom: 20px;
}

.promo-pics img {
  width: 100%;
}

.legoland-form h3 {
  color: #d01012;
}

.promo-checkboxes {
  text-align: left;
}

.promo-checkboxes label {
  font-size: 1em;
}

.promo-checkboxes span.wpcf7-list-item {
  margin: 0;
}

.promo-checkboxes .wpcf7-list-item-label {
  font-size: 0.8em;
  font-weight: bold;
}

.legoland-callout {
  margin-top: -130px;
  text-align: center;
  font-size: 1.4em;
}

.legoland-callout img {
  margin-bottom: 2em;
}

.lego-purple {
  font-size: 3em;
  text-shadow: 5px 5px 0 #72479c;
  color: #fff;
  background-image: url(assets/img/images/promo/legoland/purple-blocks.png);
  background-size: cover;
}

.lego-blue {
  font-size: 3em;
  text-shadow: 5px 5px 0 #1b87c9;
  color: #fff;
  background-image: url(assets/img/images/promo/legoland/blue-blocks.png);
  background-size: cover;
}


/* Legoland Mythica */
.legoland-form-mythica {
  font-size: 1.4em;
  background-image: url(assets/img/images/promo/legolandmythica/yellow-blocks.png);
  background-position: bottom center;
}

.legoland-form-mythica .wpcf7-list-item-label {
  font-size: 0.6em;
  font-weight: 400;
}

.legoland-mythica-callout {
  margin-top: 2em;
  font-size: 1.4em;
  text-align: center;
}

.legoland-mythica-callout img {
  margin-bottom: 2em;
}

.legoland-mythica-slider {
  position: relative;
}

.legoland-mythica-slider img {
  width: 100%;
}

.legoland-mythica-slider .orbit-bullets {
  margin-top: 0 !important;
  margin-bottom: 15px !important;
}

.legoland-mythica-slider .orbit-bullets li {
  width: 20px;
  height: 20px;
  border: 2px solid #5b3317;
  background: transparent;
}

.legoland-mythica-slider .orbit-bullets li.active {
  background: #5b3317;
}

.legoland-header {
  text-shadow: 0 0 6px #000000;
}

.legoland-header h1, .legoland-header h2, .legoland-header h3 {
  text-shadow: 0 0 6px #000000;
}

body.page-template-page-promo-lego .header {
  background: #0043a9;
}

#goodluck {
  display: none;
}

.form-terms {
  font-size: 0.8em;
}

/* At Home Promo */
.carousel-text {
  min-height: 150px;
  padding: 1em;
  margin: 0 0.84em;
  font-size: 1.2em;
  font-weight: 700;
  background: #f3eee6;
  color: #543019;
}

.slick-slide img {
  display: inline-block !important;
  width: 100%;
  padding: 0 1em;
  transition: all 0.3s;
}

.slick-dots {
  bottom: -40px !important;
}

.slick-dots li button::before {
  content: '\f111' !important;
  font-family: 'Font Awesome\ 5 Free' !important;
  font-size: 14px !important;
  font-weight: 900;
  color: #543019 !important;
}

.split-heading {
  width: 100%;
  margin-top: 3em;
  margin-bottom: 5em;
}

.split-heading-left {
  border-bottom: 5px solid #7f2263;
  font-family: 'Futura-Bol', Helvetica, Arial, sans-serif;
  text-align: center;
  color: #7f2263;
}

.split-heading-right {
  border-bottom: 5px solid #feeab8;
  font-family: 'Futura-Bol', Helvetica, Arial, sans-serif;
  text-align: center;
  color: #feeab8;
}

.split-heading-right:hover {
  border-bottom: 5px solid #fdb813;
  color: #fdb813;
}

.split-heading-right a {
  color: #feeab8;
}

.split-heading-right:hover a {
  color: #fdb813;
}

.at-home-banner {
  padding-top: 3em;
  padding-bottom: 3em;
}

.at-home-banner img {
  width: 100%;
}

.at-home-slider {
  position: relative;
  background: #f3eee6;
}

.at-home-slider img {
  width: 100%;
}

.at-home-slider .orbit-bullets {
  margin-top: 0 !important;
  margin-bottom: 15px !important;
}

.at-home-slider .orbit-bullets li {
  width: 0.8625rem;
  height: 0.8625rem;
  border: 2px solid #5b3317;
  background: transparent;
}

.at-home-slider .orbit-bullets li.active {
  background: #5b3317;
}

.top-tips {
  margin-bottom: 2em;
  text-align: center;
}

.top-tips img {
  margin-bottom: 1em;
}

.top-tips h3 {
  color: #5b3317;
}

a.cta-button-yellow {
  display: inline-block;
  padding: 0.2em 0.8em;
  margin: 1em 0;
  border-radius: 25px;
  font-size: 1.3em;
  text-transform: uppercase;
  background: #fdb813;
  color: #fff;
}

a.cta-button-yellow:hover {
  background: #df9e02;
  color: #fff;
}

a.cta-button-purple {
  display: inline-block;
  padding: 0.2em 0.8em;
  margin: 1em 0;
  border-radius: 25px;
  font-size: 1.3em;
  text-transform: uppercase;
  background: #7f2163;
  color: #fff;
}

a.cta-button-purple:hover {
  background: #660e4c;
  color: #fff;
}

/* Zero Waste Promo */
.zw-promo {
  position: absolute;
  top: 20%;
}

.zw-promo .cta-button {
  margin-top: 0;
  background: #58b24c;
  color: #fff;
}

.zw-promo .cta-button:hover {
  background: #fff;
  color: #58b24c;
}

.zw-promo h2 {
  margin-bottom: 0;
  font-size: 2em;
}

/* Kids Takeover Promo */
.kt-content {
  background: #f3eee6;
}

.kt-slider {
  position: relative;
  background: #f3eee6;
}

.kt-slider img {
  width: 100%;
}

.kt-slider .orbit-bullets {
  margin-top: -40px !important;
  margin-bottom: 15px !important;
}

.kt-slider .orbit-bullets li {
  width: 0.8625rem;
  height: 0.8625rem;
  border: 2px solid #015a99;
  background: transparent;
}

.kt-slider .orbit-bullets li.active {
  background: #015a99;
}

.bunting img {
  width: 100%;
}

.kt-top-tips {
  min-height: 530px;
  margin-bottom: 2em;
  text-align: center;
}

.kt-top-tips img {
  margin-bottom: 1em;
}

.banner-otm img {
  width: 100%;
}

a.cta-button-red {
  display: inline-block;
  padding: 0.2em 0.8em;
  margin: 1em 0;
  border-radius: 25px;
  font-size: 1.3em;
  text-transform: uppercase;
  background: #ac0f09;
  color: #fff;
}

a.cta-button-red:hover {
  background: #fdb813;
  color: #fff;
}

.kt-menu {
  padding-top: 3em;
  padding-bottom: 3em;
  border-bottom: 2px solid #e3d7c5;
  text-align: center;
}

a.cta-button-blue {
  display: inline-block;
  padding: 0.2em 0.8em;
  margin: 1em 0;
  border-radius: 25px;
  font-size: 1.3em;
  text-transform: uppercase;
  background: #045091;
  color: #fff;
}

a.cta-button-blue:hover {
  background: #fdb813;
  color: #fff;
}

/* BBQ Promo */
.bbq-content {
  background: #fff;
}

.bbq-slider {
  position: relative;
  background: #fff;
}

.bbq-slider img {
  width: 100%;
}

.bbq-slider .orbit-bullets {
  margin-top: -40px !important;
  margin-bottom: 15px !important;
}

.bbq-slider .orbit-bullets li {
  width: 0.8625rem;
  height: 0.8625rem;
  border: 2px solid #015a99;
  background: transparent;
}

.bbq-slider .orbit-bullets li.active {
  background: #015a99;
}

.bbq-win {
  margin-top: 4em;
  text-align: left;
  background: #fff3e1;
}

/* Panels */
.landing-panel-container {
  min-height: 480px;
  margin-bottom: 5px;
  background-size: cover;
  background-position: center center;
}

.landing-panel {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 480px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
}

.landing-panel h3 {
  margin-bottom: 0;
  font-size: 2em;
  text-transform: uppercase;
  color: #fff;
  transition: all 0.3s;
}

.landing-panel h3 img {
  max-height: 50px;
  margin-top: -20px;
  margin-left: 20px;
}

.page-panel {
  min-height: 360px;
  margin-bottom: 5px;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}

.page-panels-list {
  padding: 0;
  margin: 0;
}

.page-panels-item:nth-of-type(2) {
  border-left: 5px solid #fff;
  border-right: 5px solid #fff;
}

.page-panel-tint {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 360px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.page-panel-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 360px;
  width: 100%;
  background-size: cover;
  background-position: center center;
  text-align: center;
  color: #fff;
  transition: all 0.3s;
}

.page-panel-inner:hover {
  transform: scale(1.1);
  z-index: 1000;
}

/* Intro Text */
.intro-text {
  padding: 3em 0;
  text-align: center;
  background: #e3d7c5;
}

.intro-text h2 {
  margin-bottom: 0.5em;
  font-size: 3em;
  font-weight: 700;
  line-height: 1em;
  text-transform: uppercase;
}

.intro-text h2,
.intro-text h3,
.intro-text h4,
.intro-text h5 {
  color: #5b3317;
}

.divider-full {
  width: 100%;
}

/* Main */
.main-content h1,
.main-content h2,
.main-content h3,
.main-content h4,
.main-content h5 {
  line-height: 1;
  color: #5b3317;
}

.main-content a, .news-content a {
  font-weight: 900;
  color: #c7b08b;
}

/* Ambassadors */
.ambassador-content {
  padding-top: 2em;
  padding-bottom: 2em;
  color: #fff;
}

.ambassador-content h2 {
  margin-bottom: 1em;
  font-size: 2.4em;
  text-align: center;
}

.ambassador-content h3 {
  font-size: 2em;
}

.ambassador-panel {
  margin-bottom: 1em;
}

.ambassador-heading {
  text-align: left;
  color: #fff;
}

.ambassador-info {
  min-height: 400px;
  padding-top: 3em;
  padding-bottom: 3em;
  margin-top: 5px;
  margin-bottom: 5px;
  color: #fff;
  background-image: url(assets/img/images/tabletop.png);
  background-position: 50% 50%;
  background-size: cover;
}

.ambassador-dish a {
  color: #fff;
}

.ambassador-dish a:hover {
  color: #fff;
}

.ambassador-aboutimage {
  margin-top: 8em;
}

.dish-image {
  float: right;
  min-width: 300px;
  min-height: 300px;
  background-size: contain;
  background-position: top right;
  background-repeat: no-repeat;
}

/* Recipes */
.recipe-title-container {
  float: left;
  width: 100%;
  height: inherit;
  margin-top: 161px;
}

.recipe-intro {
  text-align: center;
}

.recipe-intro h2 {
  margin-top: 0.5em;
  font-size: 3.8em;
  line-height: 1em;
  text-align: center;
  color: #5b3317;
}

.recipe-content {
  text-align: center;
}

#main-recipes {
  padding-top: 2em;
}

.recipe-panel {
  position: relative;
  min-height: 360px;
  background-size: cover;
  background-position: center center;
}

.recipe-grid {
  padding: 0.2em;
  cursor: pointer;
}

.recipe-title {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 0.5em 0.75em;
  background-color: #f3eee7;
}

.recipe-panel h3 {
  margin-bottom: 0;
  font-size: 1.2em;
  text-transform: uppercase;
  color: #3c2617;
  transition: all 0.3s;
}

.recipe-panel:hover h3 {
  color: #333;
}

.recipe-panel img {
  min-height: 360px;
  max-height: 360px;
}

.recipe-details {
  padding-top: 2em;
  padding-bottom: 2em;
}

.recipe-details h2,
.recipe-details h3,
.recipe-details h4,
.recipe-details h5 {
  margin-bottom: 0.5em;
  color: #5b3317;
}

.recipe-details h2 img {
  width: 80px;
  margin-top: -20px;
  margin-right: 20px;
}

.recipe-box {
  padding: 2em;
  background: #f3eee7;
  color: #5b3317;
}

.recipe-box p {
  margin-bottom: 0;
}

.recipe-box strong {
  font-family: 'Futura-Bol', Helvetica, Arial, sans-serif;
}

.single-recipe-header {
  margin-top: -161px;
  color: #fff;
}

.main-title .single-recipe-header h1 {
  font-size: 2em;
}

.grad-tint { /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,ffffff+100&0.75+1,0+100 */
  float: left;
  width: 100%;
  height: inherit;
  padding-top: 161px;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.75) 0%, rgba(3, 3, 3, 0.75) 1%, rgba(255, 255, 255, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bf000000', endColorstr='#00ffffff', GradientType=1); /* IE6-9 */
}

.panel-tint { /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,ffffff+100&0.75+1,0+100 */
  width: 100%;
  height: inherit;
  background: rgba(0, 0, 0, 0.5);
}

.category-list {
  padding-top: 2em;
  padding-bottom: 2em;
}

.category-list a {
  display: inline-block;
  padding: 0.2em 0.5em 0 0.5em;
  margin-bottom: 0.6em;
  margin-right: 0.6em;
  font-family: 'Futura-Bol', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 0.9em;
  background: #a08c68;
  color: #fff;
}

ol {
  margin-left: 50px !important;
}

#method li {
  list-style: none;
}

#method li {
  counter-increment: item;
}

#method > li::before {
  content: counter(item);
  position: absolute;
  width: 34px;
  height: 34px;
  margin-left: -40px;
  border-radius: 34px;
  font-family: 'Futura-Bol', Helvetica, Arial, sans-serif;
  font-size: 1.4em;
  text-align: center;
  color: #e3d7c5;
  background: #5b3317;
}

/* Recipe & Farmer Filter */
.filter-header {
  padding: 10px 0;
  font-family: 'Futura-Bol', Helvetica, Arial, sans-serif;
  font-size: 1.4em;
  text-align: center;
}

.filter-header a {
  display: block;
  color: #fff;
}

.filter-header a:hover {
  color: #fff;
}

.filter-header a::after {
  content: "\f055";
  padding: 0 0 0 10px;
  font-family: 'Font Awesome 5\ Free';
  font-weight: 900;
  color: #fff;
}

.filter-header a.active::after {
  content: "\f056";
  padding: 0 0 0 10px;
  font-family: 'Font Awesome 5\ Free';
  font-weight: 900;
  color: #fff;
}

#filterpanellight {
  display: none;
  padding-top: 2em;
  padding-bottom: 2em;
  background: #e3d7c5;
}

#filterpanel {
  display: none;
  background: #3c2617;
}

.searchandfilter ul li {
  display: inline-block !important;
  padding: 0;
  vertical-align: top;
}

.searchandfilter ul li ul li {
  display: block !important;
  padding: 0 80px 0 0;
  vertical-align: top;
}

.searchandfilter h4 {
  font-size: 1.8em !important;
  color: #a6926c;
}

.searchandfilter label {
  text-transform: uppercase;
  color: #fff;
}

input[type="checkbox"] {
  margin-bottom: 0;
}

#filterpanellight .farmer {
  font-size: 0.85em;
}

/* Range Page */
.range-panel {
  min-height: 475px;
  margin-bottom: 5px;
  background-position: 50% 50%;
  color: #fff;
}

.range-panel-tint { /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,ffffff+100&0.75+1,0+100 */
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 475px;
  width: 100%;
  height: inherit;
  background: rgba(0, 0, 0, 0.5);
}

.range-panel h2 {
  font-size: 3.8em;
  line-height: 1;
}

.range-panel h2 img {
  margin-right: 20px;
}

.range-panel-dark {
  color: #fff;
}

.range-panel-dark h2 {
  color: #fff;
}

.cta-buttons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

.cta-buttons .cta-button {
  margin-right: .5em;
}

.cta-buttons .product-btn-all {
  display: inline-block;
  padding: 0.2rem 0.8rem;
  margin-right: 1rem;
  margin-bottom: 0;
  border-radius: 25px;
  font-family: 'Muli', Helvetica, Arial, sans-serif;
  font-size: 1.3rem;
  line-height: 1.55;
  text-transform: uppercase;
}

.intro-text-range {
  padding: 3em 0;
  text-align: center;
  color: #fff;
}

.intro-text-range h2 {
  margin-bottom: 0.5em;
  font-weight: 700;
  font-size: 3em;
  line-height: 1em;
  text-transform: uppercase;
}

.intro-text-range-dark {
  padding: 3em 0;
  text-align: center;
  color: #5b3317;
}

.intro-text-range-dark h1 {
  color: #5b3317;
}

.intro-text-range-asda {
  text-align: left;
  color: #5b3317;
}

.intro-text-range-asda h1 {
  font-size: 2.6em;
  line-height: 1;
  color: #fff;
}

.range-items-asda {
  background: #085c31;
}

.range-items-asda-chilled {
  background: #3c291b;
}

.asda-further-info {
  padding-top: 3em;
  padding-bottom: 3em;
  background: #053f21;
  color: #fff;
}

.page-template-page-range-asda-fresh .asda-further-info {
  background: #053f21;
}

.page-template-page-range-asda-chilled .asda-further-info {
  background: #28180d;
}

.asda-further-info img {
  margin-right: 20px;
}

.product-divider-asda-fresh,
.product-divider-asda-chilled {
  position: absolute;
  bottom: 0;
  z-index: 100;
  display: none;
  width: 100%;
}

.product-divider-asda-fresh img,
.product-divider-asda-chilled img {
  width: 100%;
}

body.category-asda-fresh .product-divider-asda-fresh {
  display: block;
}

body.category-asda-chilled .product-divider-asda-chilled {
  display: block;
}

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

.products-item {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1170px;
  padding-top: 3em;
  padding-bottom: 3em;
  margin: 0 auto;
  border-bottom: 2px solid #5b3317;
}

.products-item:last-of-type {
  border-bottom-style: none;
}

.products-item:nth-of-type(odd) .product-img-wrapper {
  order: 2;
}

.product-btns {
  display: flex;
  align-items: center;
}

.product-single-btn:first-of-type {
  padding-right: 10px;
}

.product-btn {
  height: 2.5625rem;
  width: 2.5625rem;
  padding: 0;
  margin: 0;
  border-radius: 1.5rem;
  background: #e3d7c5;
  transition: all 400ms;
}

.product-btn:hover,
.product-btn:focus {
  background-color: #fff;
}

.product-btn-icon path {
  fill: #5b3317;
  transition: all 400ms;
}

.product-btn:hover .product-btn-icon path,
.product-btn:focus .product-btn-icon path {
  color: #000;
}

.product-btn--text {
  width: auto;
  height: auto;
  padding: .5rem 2.125rem;
  border-radius: 1.5rem;
  font-size: 1.5rem;
  text-transform: uppercase;
  color: #E1D5C3;
  background-color: #5B3317;
  transition: all 400ms;
}

.product-btn--text:hover,
.product-btn--text:focus {
  background: #E1D5C3;
  color: #5B3317;
}


body.page-template-page-range-asda-fresh .products-item:not(:last-of-type) {
  border-bottom: 2px solid #034724;
}

body.page-template-page-range-asda-chilled .products-item:not(:last-of-type) {
  border-bottom: 2px solid #301e10;
}

.product-list-text {
  text-align: left;
  color: #fff;
}

.product-list-text h2 {
  margin-top: 1em;
}

.product-list-text-dark {
  color: #5b3317;
}

.product-list-text-dark h2 {
  color: #5b3317;
}

.product-pic {
  padding-top: 3em;
  text-align: center;
}

.product-info {
  padding-top: 3em;
  color: #fff;
}

.product-details {
  padding-bottom: 2em;
  border-bottom: 2px solid rgba(0, 0, 0, 0.2);
}

.product-btn-all {
  padding: .5rem 2.125rem;
  border-radius: 1.5rem;
  font-family: 'Muli', Helvetica, Arial, sans-serif;
  font-size: 1.5rem;
  text-transform: uppercase;
  color: #5B3317;
  background-color: #e3d7c5;
  transition: all 400ms;
}

.product-btn-all:hover,
.product-btn-all:focus {
  background: #fff;
  color: #000;
}

img.stockist-logo {
  height: 50px;
  padding-right: 10px;
  padding-bottom: 10px;
}

.nutrition-table {
  margin-top: 2em;
}

body.category-frozen .product-details {
  padding-bottom: 2em;
  border-bottom: 2px solid #fff;
}

body.category-chilled .product-info {
  color: #5b3317;
}

body.category-chilled h2, body.category-chilled h3, body.category-chilled h4, body.category-chilled h5 {
  color: #5b3317;
}

.mob-range-info {
  padding-top: 1em;
}

.mob-range-pic {
  position: relative;
}

h2.mob-range-header {
  margin-bottom: 0;
  margin-top: 0;
  padding-top: 6px;
  font-size: 2.4em;
  line-height: 1;
  background-color: rgba(91, 51, 23, 0.8);
}

.mob-range-header .slide-icon {
  height: 40px;
  margin-left: 0.5em;
  margin-right: 0.5em;
}

/* Farmers */
.farmer-text {
  padding-top: 2em;
  padding-bottom: 2em;
}

.farmer-soil {
  padding: 2em;
  background-image: url(assets/img/images/bg-soil.png);
}

.farmer-text h6 {
  color: #e3d7c5;
}

.farmer-text a, .farmer-soil a {
  color: #e3d7c5;
}

.farmer-text a:hover, .farmer-soil a:hover {
  color: #fff;
}

/* Contact */
.office-panel {
    padding: 1em;
    margin-bottom: 2em;
    font-size: 0.8em;
    background: #f3eee7;
}

.office-panel h5 {
    color: #5b3317;
}

a.office-panel-cta {
    display: inline-block;
    padding: 0.2em 0.8em;
    border-radius: 25px;
    font-family: 'Futura-Bol', Helvetica, Arial, sans-serif;
    font-size: 1em;
    text-transform: uppercase;
    background: #5b3317;
    color: #e3d7c5;
}

a.office-panel-cta:hover {
    background: #e3d7c5;
    color: #5b3317;
}

/* News */
.news-container {
    padding-top: 3em;
    padding-bottom: 3em;
}

.news-panel-odd .news-frame,
.news-panel-even .news-frame {
    max-width: 443px;
}

.news-panel-odd .news-frame {
    float: right;
    margin-left: 30px;
}

.news-panel-even .news-frame {
    float: left;
    margin-right: 30px;
}

.news-frame {
    position: relative;
    width: 383px;
    height: 316px;
    background: #fff;
}

.news-panel h3 {
    color: #3c2617;
}

p.news-divider {
    clear: both;
    border-top: 2px solid #e3d7c5;
}

.postdate {
    margin-bottom: 0.5em;
    font-family: 'Futura-Bol', Helvetica, Arial, sans-serif;
    font-size: 1.6em;
    text-transform: uppercase;
    color: #a08c68;
}

.postdate i {
    color: #3c2617;
}

.news-content {
    padding-top: 2em;
    padding-bottom: 2em;
}

.news-content h1, .news-content h2, .news-content h3, .news-content h4, .news-content h5 {
    font-family: 'Futura-Bol', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    color: #3c2617;
}

.news-content h1 {
    font-size: 3em;
    line-height: 1em;
}

/* Timeline */
.timeline-header h3 {
    display: inline-block;
    padding: 0.2em 0;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    font-family: 'Muli', Helvetica, Arial, sans-serif;
    font-size: 1.6em;
    font-weight: 300;
}

.timeline-title {
    padding: 6em 0;
    text-align: center;
    background-size: cover;
    background-position: 50% 50%;
}

.timeline-title h4 {
    display: inline-block;
    padding: 0.2em 0;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    font-family: 'Muli', Helvetica, Arial, sans-serif;
    font-size: 1.2em;
    font-weight: 300;
}

.timeline-content h1,
.timeline-content h2,
.timeline-content h3,
.timeline-content h4,
.timeline-content h5,
.timeline-content h6 {
    color: #5b3317;
}

.jr-homepage {
    padding-top: 128px;
}

.timeline-header.jr-homepage h1 {
    font-size: 2.4em;
}

.timeline-header.jr-homepage h3 {
    font-size: 1em;
}

.split-promo-header h1 {
    font-size: 3em;
}

.split-promo-header h3 {
    font-size: 1.4em;
}

.split-promo-header p.line-text {
    color: #fff;
}


/* Simplified Homepage */
.sh-main-image {
    position: relative;
    width: 100%;
    height: 670px;
    margin-top: -161px;
    background: none center/cover no-repeat;
}

.sh-main-image h1 {
    padding-top: 20px;
    font-size: 2.6em;
    line-height: 1em;
    color: #fff;
}

.sh-main-image h2 {
    line-height: 1em;
}

.sh-header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 670px;
    margin-top: 0;
    text-align: center;
    color: #fff;
}

.sh-header img {
    margin: 0 auto;
}

.sh-header-extra {
    font-family: 'Futura-Bol', Helvetica, Arial, sans-serif;
    color: #fff;
}

.sh-intro {
    width: 100%;
    padding-top: 3em;
    padding-bottom: 3em;
    margin-bottom: 5px;
    margin-top: 5px;
    font-size: 1.2em;
    color: #fff;
    background-image: url(assets/img/images/bg-sh.png);
    background-size: cover;
}

.sh-intro-heading {
  position: absolute;
  width: 100%;
  margin-top: -100px;
  margin-bottom: 1em;
  font-size: 3em;
  text-align: center;
}

.sh-intro-panel {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

a.sh-cta-button {
    display: inline-block;
    padding: 0.2em 0.8em;
    margin: 1em 0;
    border-radius: 25px;
    font-size: 1.3em;
    text-transform: uppercase;
    background: #e3d7c5;
    color: #fff;
}

a.sh-cta-button:hover {
    color: #fff;
}

/* Social Links */
.social-links {
    text-align: center;
    background: #e3d7c5;
}

.social-links h3 {
    font-size: 2.4em;
    font-weight: 400;
    text-transform: uppercase;
    color: #5b3317;
}

.social-icon {
    margin: 0 7px;
    font-size: 3em;
}

.social-icon:hover {
    color: #333;
}

/* Newsletter */
.newsletter-signup {
    text-align: center;
    background: #e3d7c5;
}

.newsletter-signup h3 {
    margin-bottom: 1em;
    font-size: 2.4em;
    font-weight: 400;
    text-transform: uppercase;
    color: #5b3317;
}

.newsletter-signup a {
    color: #a6926c;
}

.newsletter-signup a:hover {
    color: #fff;
}

/* Campaign Monitor */
#subForm input {
    display: inline;
    width: auto;
    padding: 10px;
    margin-left: 10px;
    margin-right: 10px;
    border-style: none;
    font-size: 1em;
    background: #c7b08b;
    color: #5b3317;
}

#subForm input::placeholder {
    color: #5b3317;
}

#subForm button {
    display: inline-block;
    padding: 0.2em 0.8em;
    border-radius: 25px;
    font-family: 'Futura-Bol', Helvetica, Arial, sans-serif;
    font-size: 1.3em;
    text-transform: uppercase;
    background: #5b3317;
    color: #fff;
}

#subForm button:hover {
    background: #c7b08b;
    color: #fff;
}

/* Footer */
footer {
    background: #fff;
}

.footer-nav {
    padding-top: 20px;
    padding-bottom: 20px;
}

.footer-nav ul {
    margin: 0;
    padding: 0;
    font-size: 0.8em;
    list-style-type: none;
}

.footer-nav ul li {
    float: left;
}

.footer-nav ul li a {
    text-transform: uppercase;
    margin-right: 10px;
}

.footer-social {
    padding-top: 10px;
    padding-bottom: 10px;
    color: #5b3317;
}

.footer-social h6 {
    display: inline-block;
    text-transform: none;
    color: #5b3317;
}

.footer-social .social-icon {
    margin: 0;
    font-size: 1.4em;
}

.base-bar div {
    float: left;
    width: 11.111%;
    height: 10px;
}

.base-bar .col1 {
  background: #c7b08b;
}

.base-bar .col2 {
  background: #5c883c;
}

.base-bar .col3 {
  background: #185daa;
}

.base-bar .col4 {
  background: #7c1a53;
}

.base-bar .col5 {
  background: #b71e53;
}

.base-bar .col6 {
  background: #981a31;
}

.base-bar .col7 {
  background: #b32025;
}

.base-bar .col8 {
  background: #ee2e26;
}

.base-bar .col9 {
  background: #f06725;
}

/* Forms */
label {
  font-weight: 700;
  color: #5b3317;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"] {
  height: inherit;
  margin-bottom: 1em;
  border: none;
  background: #c7b08b;
  color: #5b3317;
}

input::placeholder {
  color: #5b3317;
}

textarea[rows],
textarea {
  height: 104px;
  border: none;
  background: #c7b08b;
  color: #5b3317;
}

textarea::placeholder {
  color: #5b3317;
}

input.wpcf7-submit[type=submit],
input[type=submit] {
  display: inline-block;
  padding: 0.2em 1em 0 1em;
  border-radius: 25px;
  font-family: 'Futura-Bol', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  background: #b3121b;
  color: #fff;
}

input.wpcf7-submit[type=submit]:hover,
input[type=submit]:hover {
  color: #b3121b;
  background: #fff;
}

div.wpcf7 .ajax-loader {
  width: 0 !important;
  margin: 0 !important;
}

div.wpcf7-response-output {
  margin-top: 1em !important;
}

input[type=submit] {
  border: none;
}

input[type="checkbox"]#cm-privacy-consent {
  padding-right: 0;
}

/* Paging */
.pagination {
  margin: 2em 0;
}

ul.pagination li a,
ul.pagination li button {
  padding: 0.8em 1.2em;
  border-radius: 0;
}

.current {
  display: block;
  padding: 0.8em 1.3em;
  border-radius: 0;
  background: #95114e;
  color: #fff;
}

.video-container {
  position: relative;
  height: 0;
  padding-bottom: 41%; /* This is the aspect ratio*/
  overflow: hidden;
}

.video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.youtube-container {
  position: relative;
  height: 0;
  padding-bottom: 56.25%; /* This is the aspect ratio*/
  overflow: hidden;
}
.youtube-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}


/* Woocommerce */
h1.product_title {
  font-size: 2em;
}

a.shop-button {
  display: inline-block;
  padding: 0.2em 0.8em;
  margin: 0;
  border-radius: 25px;
  font-size: 1em;
  font-weight: 700;
  text-transform: uppercase;
  background: #5b3317;
  color: #e3d7c5;
}

a.shop-button:hover {
  background: #e3d7c5;
  color: #5b3317;
}

.additional {padding-top: 2em;}

.woocommerce div.product .woocommerce-tabs .panel {
  padding: 20px!important;
  background: #fff;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  background: #5b3317 !important;
  color: #e3d7c5 !important;
}

.woocommerce .woocommerce-ordering {
  display: none;
}

/*********************************************
********** HOMEPAGE SHOP PANEL ***************
**********************************************/
.homepage-panel-shop {
  padding: 3em 0;
  margin: 5px 0;
  background-color: #e3d7c5;
}

.homepage-panel-shop-title {
  padding-bottom: 1.5rem;
  font-size: 2.8rem;
  font-weight: 400;
  color: #5b3317;
}

.homepage-panel-shop-btn {
  padding: .5rem 2.125rem;
  border-radius: 1.5rem;
  font-size: 1.5rem;
  text-transform: uppercase;
  color: #fff;
  background-color: #5B3317;
  transition: all 400ms;
}

.homepage-panel-shop-btn:hover,
.homepage-panel-shop-btn:focus {
  background: #c7b08b;
  color: #fff;
}

dialog.adimo-open {
  visibility: visible !important;
  padding-top: 50px;
}

dialog.adimo-open > iframe {
  position: relative;
  z-index: 2;
}

dialog.adimo-open::before {
  content: '';
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background-color: rgba(0,0,0,.7);
}

/* MEDIA QUERIES */
@media screen and (min-width: 480px) {
  .menu-container ul {
    margin: 0;
    font-family: 'Futura-Bol', Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
  }

  .menu-container li {
    display: inline;
    margin-right: 15px;
    margin-top: 0;
  }

  .menu-container li:last-of-type {
    margin-right: 0;
    text-align: left;
  }

  .menu-container li a {
    font-size: 1em;
    text-transform: uppercase;
    color: #fff;
  }

  .footer-social {
    text-align: right;
  }
}

@media screen and (min-width: 600px) {
  dialog.adimo-open {
    padding-top: 0;
  }

  .logo img {
    min-height: 135px;
    min-width: 262px;
    max-width: 280px !important;
  }

  .main-title {
    padding-top: 0;
  }

  .main-image {
    height: 560px;
  }

  .main-image-small {
    height: 500px;
  }

  .main-image h1 {
    font-size: 5em;
  }

  .main-image-small h1 {
    font-size: 5em;
  }

  .main-title .single-recipe-header h1 {
    font-size: 3em;
  }

  .main-title-container {
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;width: 100%;
    height: inherit;
    margin-top: -161px;
  }

  .recipe-title-container {
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: inherit;
    margin-top: -161px;
  }

  .recipe-title-container .main-title {
    padding-top: 0;
  }

  .single-recipe-header {
    margin-top: 0;
  }

  .grad-tint {
    padding-top: 161px;
    margin-top: -161px;
  }

  .panel-tint {
    background: rgba(0,0,0,0);
  }

  .range-panel-tint {
    background: rgba(0,0,0,0);
  }

  .range-panel-dark {
    color: #5b3317;
  }

  .range-panel-dark  h2 {
    color: #5b3317;
  }

  .product-list-text-dark {
    color: #5b3317;
  }

  .product-list-text-dark  h4 {
    color: #5b3317;
  }

  .ambassador-content h2 {
    font-size: 3.4em;
  }

  .ambassador-content h3 {
    font-size: 3.0em;
  }

  .landing-panel h3 {
    font-size: 3em;
    text-transform: uppercase;
    color: #fff;
  }

  .ambassador-panel {
    margin-bottom: 6em;
  }

  .promo-slide {
    padding-top: 7em;
  }

  .promo-slide h1 {
    font-size: 4em;
  }

  .jr-homepage {
    padding-top: 0;
  }

  .timeline-header.jr-homepage h1 {
    font-size: 5em;
  }

  .timeline-header.jr-homepage h3 {
    font-size: 1.6em;
  }

  .zw-promo h2 {
    font-size: 4em;
    margin-bottom: 0.2em;
  }

  .sh-header {
    margin-top: -161px;
  }
}

@media screen and (min-width: 960px) {
  .intro-text-range-asda h1 {
    font-size: 3.8em;
  }

  .main-image {
    height: 660px;
  }

  .promo-button {
    position: absolute;
    top: 70%;
    left: 10%;
  }
}

@media screen and (min-width: 1200px) {
  .main-image {
    height: 1100px;
  }
}

@media not all and (min-width:600px) {
  @supports (-webkit-appearance:none) {
    .sh-header {
      margin-top: 0;
    }
  }
}
