/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/* COLORS */
.not-found {
  text-align: center;
  padding: 40px 0;
}
.not-found .container {
  max-width: 600px;
}
.not-found .container h1 {
  margin-bottom: 30px;
}
.not-found .container input {
  margin: 0px auto;
  display: block;
  padding: 10px 20px;
  font-size: 16px;
  border: 1px solid #eee;
  width: 400px;
  max-width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  outline: none;
}

/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/* COLORS */
#hero .about-banner {
  background-size: cover !important;
  display: table;
  text-align: center;
}
#hero .about-banner h1 {
  background: rgba(0, 0, 0, 0.4);
  display: table-cell;
  vertical-align: middle;
  color: #FFFFFF;
  padding: 0 20px;
}

/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/* COLORS */
#research {
  position: relative;
  width: 100%;
  margin-top: -25px;
  text-align: center;
  background: url(../images/research-page-tex.jpg) repeat;
  padding-top: 30px;
}
#research .top-image {
  text-align: center;
  margin: 0px auto;
  width: 380px;
  min-height: 200px;
  max-width: 100%;
  background: url("../images/page-top-cut.jpg") no-repeat top center;
  margin-top: -81px;
}
#research .top-image img {
  max-width: 100%;
  width: 380px;
  margin: -30px auto 0;
  position: relative;
  z-index: 2;
}
#research .container {
  max-width: 660px;
}
@media (min-width: 992px) {
  #research .container {
    position: relative;
  }
}
#research .container h2 {
  margin-bottom: 40px;
}
#research .container:before,
#research .container:after {
  content: "";
  height: 100%;
  position: absolute;
}
@media (min-width: 992px) {
  #research .container:before {
    background: url("../images/research-left.png") no-repeat;
    background-size: contain;
    left: -700px;
    width: 998px;
    top: -172px;
    height: 806px;
  }
}
@media (min-width: 992px) {
  #research .container:after {
    background: url("../images/research-right.png") no-repeat;
    background-size: contain;
    right: -1046px;
    top: -100px;
    width: 1046px;
    height: 706px;
  }
}
#research .signature {
  margin: 30px auto 60px auto;
}
#research .seperator {
  width: 20%;
  height: 10px;
  border-top: 1px solid #585046;
  border-bottom: 1px solid #585046;
  margin: 45px auto;
}
#research .btn-wide h4 {
  text-transform: none;
  font-size: 1.71428571em;
}
@media (max-width: 767px) {
  #research .btn-wide h4 {
    font-size: 1em;
  }
}

/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/* COLORS */
#timeline {
  background: white !important;
  text-align: center;
  padding-bottom: 50px;
}
#timeline .container .inner {
  margin-top: 35px;
}
#timeline .container .inner .top-image {
  width: 250px;
  height: 250px;
  margin: 0 auto;
  background: white;
  border-radius: 100%;
  text-align: center;
  padding-top: 15px;
  position: relative;
  z-index: 1;
  margin-bottom: -50px;
}
#timeline .container .inner .top-image:before {
  content: "";
  position: absolute;
  background: url("../images/bee.png") no-repeat center center;
  background-size: contain;
  width: 25px;
  height: 25px;
  left: -80px;
  top: 50px;
}
#timeline .container .inner .top-image img {
  max-width: 200px;
  margin: 0 auto;
}
#timeline .container .inner .copy {
  width: 650px;
  margin: 0px auto;
  max-width: 100%;
  z-index: 2;
  position: relative;
}
#timeline .container .inner .seperator {
  width: 20%;
  margin: 35px auto;
  height: 10px;
  border-top: 1px solid #585046;
  border-bottom: 1px solid #585046;
}
#timeline .container .inner h2 {
  margin-top: 0px;
  margin-bottom: 50px;
}
#timeline .container .inner .timeline-main {
  position: relative;
}
#timeline .container .inner .timeline-main .timeline-grid {
  background: url("../images/timeline-grid.png") no-repeat center center;
  background-size: contain;
  width: 100%;
  height: 100px;
  position: relative;
  padding-top: 42px;
  display: flex;
  display: -webkit-flex;
  justify-content: space-around;
}
#timeline .container .inner .timeline-main .timeline-grid span.timeline-pip {
  width: 20px;
  height: 20px;
  background: url("../images/dot-white.png") no-repeat center center;
}
#timeline .container .inner .timeline-main .timeline-grid span.timeline-pip h4 {
  margin: 22px 0px 0px -13px;
  font-size: 1.57142857em;
  text-transform: uppercase;
}
#timeline .container .inner .timeline-main .timeline-grid span.timeline-pip:first-child {
  left: 17%;
}
#timeline .container .inner .timeline-main .timeline-grid span.timeline-pip:last-child {
  right: 17%;
}
#timeline .container .inner .timeline-main .timeline-grid span.timeline-pip.active {
  background: url("../images/dot-yellow.png") no-repeat center center;
}
@media (min-width: 768px) and (max-width: 991px) {
  #timeline .container .inner .timeline-main #timeline-images {
    max-width: 350px;
  }
}
#timeline .container .inner .timeline-main #timeline-images .swiper-slide {
  height: 350px;
  background-size: cover !important;
}
@media screen and (max-width: 767px) {
  #timeline .container .inner .timeline-main #timeline-images .swiper-slide {
    background-size: cover !important;
    height: 310px;
  }
}
#timeline .container .inner .timeline-main #timeline-images .swiper-slide .timeline-img-inner {
  height: 100%;
  padding: 15px;
}
#timeline .container .inner .timeline-main #timeline-images .swiper-slide .timeline-img-inner .timeline-img-hover {
  height: 100%;
  background: rgba(88, 80, 70, 0.8);
}
@media (min-width: 992px) {
  #timeline .container .inner .timeline-main #timeline-images .swiper-slide .timeline-img-inner .timeline-img-hover {
    opacity: 0;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
  }
}
@media (max-width: 991px) {
  #timeline .container .inner .timeline-main #timeline-images .swiper-slide .timeline-img-inner .timeline-img-hover {
    padding: 0 15px;
    display: none;
  }
}
#timeline .container .inner .timeline-main #timeline-images .swiper-slide .timeline-img-inner .timeline-img-hover span {
  color: #FFFFFF;
  padding: 0px 15px;
  font-size: 1.42857143em;
}
#timeline .container .inner .timeline-main #timeline-images .swiper-slide .timeline-img-inner .timeline-img-hover span:before,
#timeline .container .inner .timeline-main #timeline-images .swiper-slide .timeline-img-inner .timeline-img-hover span:after {
  content: "";
  height: 1px;
  width: 60px;
  background: #FFFFFF;
  display: block;
  margin: 20px auto;
}
@media screen and (max-width: 991px) {
  #timeline .container .inner .timeline-main #timeline-images .swiper-slide:first-child .timeline-img-hover {
    display: block;
  }
}
#timeline .container .inner .timeline-main .swiper-button {
  width: 60px;
  height: 60px;
  background-size: 75% !important;
  border-radius: 100%;
  top: 293px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  outline: none !important;
}
@media (max-width: 991px) {
  #timeline .container .inner .timeline-main .swiper-button {
    top: 50%;
  }
}
#timeline .container .inner .timeline-main .swiper-button-next {
  background: white url("../images/arrow-right.svg") no-repeat center center;
  right: -30px;
}
@media screen and (max-width: 991px) {
  #timeline .container .inner .timeline-main .swiper-button-next {
    right: 50px;
  }
}
@media screen and (max-width: 767px) {
  #timeline .container .inner .timeline-main .swiper-button-next {
    right: -20px;
  }
}
#timeline .container .inner .timeline-main .swiper-button-next:hover {
  background: white url("../images/arrow-right-over.svg") no-repeat center center;
}
#timeline .container .inner .timeline-main .swiper-button-prev {
  background: white url("../images/arrow-left.svg") no-repeat center center;
  left: -30px;
}
@media screen and (max-width: 991px) {
  #timeline .container .inner .timeline-main .swiper-button-prev {
    left: 50px;
  }
}
@media screen and (max-width: 767px) {
  #timeline .container .inner .timeline-main .swiper-button-prev {
    left: -20px;
  }
}
#timeline .container .inner .timeline-main .swiper-button-prev:hover {
  background: white url("../images/arrow-left-over.svg") no-repeat center center;
}
#timeline .container .inner .timeline-main .swiper-button-disabled {
  opacity: 1;
}
#timeline .container .inner .timeline-main .swiper-button-disabled:before {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background-color: white;
  opacity: 0.65;
}

/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/* COLORS */
section#all-articles {
  padding: 20px 0 0;
  display: inline-block;
  width: 100%;
  position: relative;
}
section#all-articles .btn-wide {
  padding: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
}
section#all-articles #ajax-posts {
  position: relative;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  section#all-articles #ajax-posts {
    padding-bottom: 60px;
  }
}
section#all-articles #ajax-posts .article {
  height: 660px;
  display: block;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  section#all-articles #ajax-posts .article {
    margin-bottom: 20px;
    height: auto;
  }
}
section#all-articles #ajax-posts .article .article-img {
  height: 50%;
  background-size: cover !important;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  section#all-articles #ajax-posts .article .article-img {
    height: 200px;
  }
}
section#all-articles #ajax-posts .article .article-img a {
  text-decoration: none;
}
section#all-articles #ajax-posts .article .article-img .hover {
  position: relative;
  opacity: 0;
  height: 100%;
  width: 100%;
  background: rgba(88, 80, 70, 0.8);
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
@media (min-width: 992px) {
  section#all-articles #ajax-posts .article .article-img .hover:hover,
  section#all-articles #ajax-posts .article .article-img .hover:focus {
    opacity: 1;
  }
}
section#all-articles #ajax-posts .article .article-img .hover button {
  position: relative;
  top: 40%;
  margin: 0 auto;
  display: block;
  max-width: 180px;
  text-transform: uppercase;
  text-decoration: none;
}
section#all-articles #ajax-posts .article .article-img .hover button:hover,
section#all-articles #ajax-posts .article .article-img .hover button:focus {
  color: #585046;
}
section#all-articles #ajax-posts .article .article-copy {
  border-bottom: 1px solid #585046;
  margin: 0 auto 20px auto;
  width: 95%;
  position: relative;

}
@media (min-width: 992px) {
  section#all-articles #ajax-posts .article .article-copy {
    height: 45%;
  }
}
@media screen and (max-width: 991px) {
  section#all-articles #ajax-posts .article .article-copy {
    padding-bottom: 50px;
  }
}
section#all-articles #ajax-posts .article .article-copy h3 {
  text-transform: none;
  letter-spacing: 0;
  font-size: 2.28571429em;
  text-align: left;
  min-height: 70px;
  max-height: 3.25em;
  overflow: hidden;
}
section#all-articles #ajax-posts .article .article-copy p {
  font-size: 1.57142857em;
}
@media screen and (max-width: 767px) {
  section#all-articles #ajax-posts .article .article-copy p {
    display: none;
  }
}
section#all-articles #ajax-posts .article .article-copy h5 {
  font-size: 1.14285714em;
  text-align: left;
  letter-spacing: 0.15em;
  bottom: 0;
  padding-bottom: 10px;
  position: absolute;
}
section#all-articles #ajax-posts .article .article-copy a {
  color: #585046;
}
section#all-articles #ajax-posts .article .article-copy a:hover,
section#all-articles #ajax-posts .article .article-copy a:focus {
  color: #585046;
  text-decoration: none;
}

/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/* COLORS */
.blog-hero {
  height: 40% !important;
}
.blog-hero .blog-banner {
  background-position-y: 70% !important;
  background-size: cover !important;
  display: table;
  text-align: center;
}
.blog-hero .blog-banner .copy {
  max-width: 400px;
  margin: 0 auto;
  display: table-cell;
  vertical-align: middle;
  color: #FFFFFF;
}
.blog-hero .blog-banner .copy p {
  margin: 0 auto;
  max-width: 420px;
  color: #FFFFFF;
}

/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/* COLORS */
section#featured-articles {
  background: white;
  margin-bottom: 0;
  display: inline-block;
  width: 100%;
  padding-bottom: 20px;
}
section#featured-articles h2 {
  margin: 30px auto;
}
section#featured-articles .featured-article {
  background-size: cover !important;
  height: 405px;
}
@media screen and (max-width: 991px) {
  section#featured-articles .featured-article {
    height: auto;
  }
}
section#featured-articles .featured-article .featured-inner {
  height: 100%;
  padding: 10px;
}
section#featured-articles .featured-article .featured-inner a {
  text-decoration: none;
}
section#featured-articles .featured-article .featured-inner .hover {
  opacity: 0;
  background: rgba(88, 80, 70, 0.8);
  height: 50%;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
section#featured-articles .featured-article .featured-inner .hover button {
  margin: 70px auto;
  display: block;
  max-width: 180px;
  text-transform: uppercase;
}
section#featured-articles .featured-article .featured-inner .hover button:hover,
section#featured-articles .featured-article .featured-inner .hover button:focus {
  color: #585046;
}
section#featured-articles .featured-article .featured-inner .copy {
  background: rgba(255, 255, 255, 0.8);
  padding: 0 20px;
  height: 50%;
}
section#featured-articles .featured-article .featured-inner .copy h3 {
  text-transform: none;
  letter-spacing: 0;
  font-size: 2.28571429em;
  text-align: left;
}
section#featured-articles .featured-article .featured-inner .copy p {
  font-size: 1.57142857em;
}
section#featured-articles .featured-article .featured-inner .copy h5 {
  font-size: 1.14285714em;
  text-align: left;
  letter-spacing: 0.15em;
}
section#featured-articles .featured-article .featured-inner .copy a {
  color: #585046;
}
section#featured-articles .featured-article .featured-inner .copy a:hover,
section#featured-articles .featured-article .featured-inner .copy a:focus {
  color: #585046;
  text-decoration: none;
}
@media (min-width: 992px) {
  section#featured-articles .featured-article:hover .hover,
  section#featured-articles .featured-article:focus .hover {
    opacity: 1;
  }
}

/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/* COLORS */
.btn {
  padding: 10px 20px;
  font-size: 1.28571429em;
  font-family: 'bariol';
  position: relative;
  border-radius: 0px;
  letter-spacing: 0.15em;
}
.btn-default {
  background: transparent;
  color: #585046;
  border: 1px solid #585046;
}
.btn-default:hover,
.btn-default:focus {
  background: #585046;
  color: white;
}
.btn-wide {
  font-size: 1.14285714em;
  width: 100%;
  display: block;
  background: #585046;
  color: white;
  text-transform: uppercase;
}
.btn-wide:hover,
.btn-wide:focus {
  background: #8a857e;
  color: white;
}
.btn-img {
  color: #FFFFFF;
  background: transparent;
  border: 1px solid #FFFFFF;
}
.btn-img:hover,
.btn-img:focus {
  background: #FFFFFF;
  color: #F8CF3C;
}
.btn.inactive {
  opacity: 0.5;
  pointer-events: none;
}

/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/* COLORS */
.col-custom {
  padding: 0 15px;
  float: left;
  position: relative;
  min-height: 1px;
}
@media (min-width: 1920px) {
  .col-custom {
    width: 20%;
  }
}
@media (min-width: 1366px) and (max-width: 1919px) {
  .col-custom {
    width: 25%;
  }
}
@media (min-width: 1024px) and (max-width: 1365px) {
  .col-custom {
    width: 33.3%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .col-custom {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .col-custom {
    width: 100%;
  }
}

/* COLORS */

/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
.slide-aga {
  background: url("../images/win-banner.png") !important;
  background-size: contain!important;
  background-position: center!important;
  background-repeat: no-repeat !important;
  cursor: pointer;
}
.page {
  height: auto!important;
  overflow: hidden;
}
#competition-page .competition-separator {
  width: 100%;
  height: 1px;
  display: block;
  background: #f8cf3c;
  margin: 35px 0!important;
}
#competition-page .no-margin {
  margin: 0px!important;
}
#competition-page .hide-label > label {
  display: none!important;
}
#competition-page section.competition-banner {
  padding: 60px 0 80px 0;
}
#competition-page section.competition-banner img {
  width: 900px;
  display: block;
  margin: 0px auto;
}
#competition-page section.competition-banner p {
  text-align: center;
  color: #585046;
  font-size: 22px;
}
#competition-page section.competition-banner p a {
  color: inherit;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  #competition-page section.competition-banner {
    padding: 40px 0 30px 0;
  }
}
#competition-page .mask div {
  font-size: 14px;
}
#competition-page section.competition-content {
  background: #fff;
  padding: 75px 0;
}
@media screen and (max-width: 767px) {
  #competition-page section.competition-content {
    padding: 15px 0;
  }
}
#competition-page section.competition-content a {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid #9a9794;
  margin-bottom: 0px;
}
#competition-page section.competition-content .competition-content-header h2 {
  font-size: 46px;
  font-weight: bold;
  color: #f8cf3c;
  margin-bottom: 30px;
}
#competition-page section.competition-content .competition-content-description {
  width: 880px;
  display: block;
  margin: 0px auto;
  max-width: 100%;
  padding: 0 120px;
  background: url(../images/content-side.png) left center, url(../images/content-side-right.png) right center;
  background-repeat: no-repeat;
  background-size: 80px;
}
@media screen and (max-width: 767px) {
  #competition-page section.competition-content .competition-content-description {
    padding: 0px 15px;
    background: none;
  }
}
#competition-page section.competition-content .competition-content-description p {
  font-size: 1.35em;
}
#competition-page section.competition-content input[type='submit'] {
  border: none;
  padding: 10px 45px;
  border: 1px solid #585046;
  background: none;
  font-family: 'bariol';
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 14px;
  outline: none;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
#competition-page section.competition-content input[type='submit']:hover {
  background: #585046;
  color: #fff;
}
#competition-page section.competition-content .competition-confirmation {
  width: 550px;
  max-width: 100%;
  margin: 45px auto;
}
#competition-page section.competition-content .competition-confirmation h3 {
  font-size: 30px;
  text-transform: none;
  font-weight: normal;
  letter-spacing: normal;
}
#competition-page section.competition-content .competition-confirmation.competition-ended-confirmation {
  width: 600px;
}
#competition-page section.competition-content .competition-content-form .competition-intro {
  margin: 45px 0!important;
}
@media screen and (max-width: 767px) {
  #competition-page section.competition-content .competition-content-form .competition-intro {
    margin: 35px 0!important;
  }
}
#competition-page section.competition-content .competition-content-form .competition-intro h3 {
  font-size: 30px;
  text-transform: none;
  font-weight: normal;
  letter-spacing: normal;
}
@media screen and (max-width: 767px) {
  #competition-page section.competition-content .competition-content-form .competition-intro h3 {
    margin-bottom: 20px;
  }
}
#competition-page section.competition-content .competition-content-form .competition-intro a {
  font-size: 20px;
}
#competition-page section.competition-content .competition-content-form .gform_wrapper li.gfield.gfield_error,
#competition-page section.competition-content .competition-content-form .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  border: none;
  background: none;
  padding: 0px;
  margin: 0px!important;
}
#competition-page section.competition-content .competition-content-form .gform_wrapper div.validation_error {
  color: #a25353;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 25px;
  border-top: 1px solid #a25353;
  border-bottom: 1px solid #a25353;
  padding: 16px 0;
  clear: both;
  width: 100%;
  text-align: center;
  margin-top: 50px;
}
#competition-page section.competition-content .competition-content-form .gform_wrapper form {
  width: 700px;
  max-width: 100%;
  text-align: center;
  margin: 0px auto;
}
#competition-page section.competition-content .competition-content-form .gform_wrapper form .gform_body input,
#competition-page section.competition-content .competition-content-form .gform_wrapper form .gform_body select,
#competition-page section.competition-content .competition-content-form .gform_wrapper form .gform_body label,
#competition-page section.competition-content .competition-content-form .gform_wrapper form .gform_body .validation_message,
#competition-page section.competition-content .competition-content-form .gform_wrapper form .gform_body .gfield_description {
  width: 440px;
  max-width: 100%;
  vertical-align: top;
  margin: 0px auto;
  text-align: left;
}
#competition-page section.competition-content .competition-content-form .gform_wrapper form .gform_body ul.gform_fields li.gfield {
  padding: 0px;
  margin-bottom: 5px;
}
#competition-page section.competition-content .competition-content-form .gform_wrapper form .gform_body .validation_message {
  margin-bottom: 15px;
  margin-top: 10px;
  padding: 0px;
}
#competition-page section.competition-content .competition-content-form .gform_wrapper form .gform_body label {
  text-align: left;
  margin-bottom: 0px;
  font-size: 18px;
}
#competition-page section.competition-content .competition-content-form .gform_wrapper form .gform_body input[type='checkbox'] {
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  #competition-page section.competition-content .competition-content-form .gform_wrapper form .gform_body .gfield_checkbox label {
    width: 85%;
    vertical-align: top;
    float: left;
  }
}
@media screen and (max-width: 767px) {
  #competition-page section.competition-content .competition-content-form .gform_wrapper form .gform_body .gfield_checkbox input {
    float: left;
  }
}
#competition-page section.competition-content .competition-content-form .gform_wrapper form .gform_body input,
#competition-page section.competition-content .competition-content-form .gform_wrapper form .gform_body select {
  padding: 6px 8px;
  outline: none;
  border: 1px solid #dfdfdf;
}
#competition-page section.competition-content .competition-content-form .gform_wrapper form .gform_body select {
  border: none;
  height: 40px;
  border-radius: 0px!important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #dfdfdf;
  padding-left: 10px;
  background: none;
  outline: none;
  background: url("../images/dropdown.png") 95% center;
  background-repeat: no-repeat;
  background-size: 14px;
}
#competition-page section.competition-content .competition-content-form .gform_wrapper form .gform_body select::-ms-expand {
  display: none;
}
#competition-page section.competition-content .competition-content-form .gform_wrapper form .gform_body input,
#competition-page section.competition-content .competition-content-form .gform_wrapper form .gform_body select {
  font-family: 'bariol', sans-serif;
}
#competition-page section.competition-content .competition-content-form .gform_wrapper form .gform_body input[type='checkbox'] {
  width: 27px!important;
  height: 27px!important;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  padding: 0px;
  appearance: none;
  background: url(../images/checkbox.png);
  background-size: 54px!important;
  background-position: 0px 0px!important;
  background-repeat: no-repeat !important;
  cursor: pointer;
}
#competition-page section.competition-content .competition-content-form .gform_wrapper form .gform_body input[type='checkbox']:hover {
  opacity: 0.9;
}
#competition-page section.competition-content .competition-content-form .gform_wrapper form .gform_body input[type='checkbox']:checked {
  background-position: -27px 0px !important;
}
#competition-page section.competition-content .competition-content-form .gform_wrapper form .gform_body .terms-info {
  margin: 50px 0 30px 0;
}
#competition-page section.competition-content .competition-content-form .gform_wrapper form .gform_body .terms-info p {
  font-size: 18px;
}
#competition-page #recipes-listing {
  text-align: center;
  background: url(../images/bg-pattern.png);
  padding-bottom: 40px;
}
#competition-page #recipes-listing h2 {
  margin: 30px 0!important;
}
#competition-page #recipes-listing a.btn {
  width: 100%;
  background: #8a857e;
  color: #fff;
  padding: 15px 0;
  letter-spacing: 2px;
}

/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/* COLORS */
.contact-hero {
  height: 40vh !important;
}
.contact-hero .contact-banner {
  background-size: cover !important;
}
#details {
  
  position: relative;
  text-align: center;
  background: white;
  padding: 60px 0;
  border-bottom: 5px solid #F8CF3C;
}
#details:before {
/*  background: white;*/
  position: absolute;
  width: 220px;
  height: 150px;
  border-radius: 100%;
  content: "";
  top: -35px;
  left: calc(50% - 110px);
}
#details h1 {
  margin-top: 0px;
  margin-bottom: 50px;
}
#details .container:before,
#details .container:after {
  content: "";
  position: absolute;
  background-size: contain !important;
}
@media screen and (max-width: 767px) {
  #details .container:before,
  #details .container:after {
    display: none;
  }
}
#details .container:before {
  background: url(../images/contact-art-left.png) no-repeat center center;
  width: 400px;
  height: 400px;
  left: -165px;
  top: 30px;
}
@media screen and (max-width: 991px) {
  #details .container:before {
    width: 300px;
    height: 300px;
  }
}
#details .container:after {
  background: url(../images/contact/contact-art-right.png) no-repeat center center;
  width: 300px;
  height: 300px;
  bottom: 0;
  right: -60px;
}
#details .container h1 {
  position: relative;
}
#details .container h1:before {
  content: "";
  background: url(../images/bee.png) no-repeat center center;
  height: 38px;
  width: 32px;
  position: absolute;
  background-size: contain;
  left: 25%;
  top: 50px;
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}
@media screen and (max-width: 767px) {
  #details .container h1:before {
    display: none;
  }
}
#details .container h1:after {
  content: "";
  margin: 60px auto;
  height: 40px;
  width: 300px;
  background: url(../images/post-title-border.png) no-repeat center center;
  background-size: contain;
  display: block;
}
#details a {
  color: #585046;
}
#details h5 {
  font-family: 'bariol';
	font-size: 1.42857143em;
  font-weight: 600;
}

/* COLORS */
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
.cookie-popup-wrapper {
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  background: #FFFFFF;
  z-index: 50;
  display: none;
  opacity: 0.0;
}
.cookie-popup-wrapper .cookie-popup {
  padding: 20px;
  font-size: 16px;
}
.cookie-popup-wrapper .cookie-popup p {
  max-width: 660px;
  margin: 10px auto;
}
.cookie-popup-wrapper .cookie-popup a {
  text-decoration: none;
}
.cookie-popup-wrapper .cookie-popup a.btn {
  font-size: 18px;
  text-transform: uppercase;
}
.cookie-notice-container.cookie-notice-container {
  width: 90%;
  max-width: 1024px;
  margin: 0 auto;
}
#cn-notice-text {
  font-size: 18px;
  line-height: 24px;
}
#cn-notice-text a {
  color: inherit;
  text-decoration: underline;
}
.btn.btn-white-small {
  margin-top: 10px;
  color: #FFFFFF;
  background: transparent;
  border: 1px solid #FFFFFF;
  font-size: 16px;
  padding: 5px 10px;
}

/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/

/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/* COLORS */
.filter {
  background: #F8CF3C;
  min-height: 80px;
  width: 100%;
  padding-top: 20px;
}
@media screen and (max-width: 767px) {
  .filter {
    padding-bottom: 20px;
  }
}
.filter .col-md-6 {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
}
.filter .col-md-6:first-child {
  border-right: 1px solid #FFFFFF;
}
.filter #filterSearch,
.filter .dropdown button {
  height: 40px;
}
@media screen and (max-width: 767px) {
  .filter .dropdown button,
  .filter .dropdown ul,
  .filter #filterSearch {
    max-width: 100%;
    min-width: 0px!important;
    width: 100%;
  }
}
.filter .dropdown {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .filter .dropdown {
    margin-bottom: 10px;
    display: block;
    min-width: 210px;
  }
}
.filter .dropdown .mCSB_scrollTools {
  right: 8px!important;
}
.filter .dropdown button {
  text-align: left;
  background: white;
}
.filter .dropdown button,
.filter .dropdown li {
  font-family: "bariol";
  font-size: 1.28571429em;
  letter-spacing: 0;
  padding: 5px 0 5px 10px;
}
.filter .dropdown button,
.filter .dropdown a {
  color: #585046;
}
.filter .dropdown button:hover,
.filter .dropdown a:hover,
.filter .dropdown button:focus,
.filter .dropdown a:focus {
  font-weight: bold;
  text-decoration: none;
}
.filter .dropdown button,
.filter .dropdown ul {
  min-width: 250px;
}
.filter .dropdown ul {
  border-radius: 0px;
  margin-top: 0px;
  border: none;
  max-height: 235px;
}
.filter .dropdown ul li:hover {
  background: #F8CF3C !important;
}
.filter .dropdown ul li:hover a {
  color: #fff!important;
  background: none!important;
  font-weight: bold;
  text-decoration: none;
}
.filter #filterSearch {
  min-width: 250px;
  padding-left: 45px;
  background: #fff url(../images/icon-search.svg) no-repeat 10px;
  background-size: 24px 24px;
  font-family: "bariol";
  font-size: 1.28571429em;
  border: none;
}
.filter i.icon-search {
  background: url("../images/icon-search.svg");
  z-index: 2;
  margin-right: -40px;
  width: 35px;
  height: 35px;
  margin-top: 3px;
  pointer-events: none;
}

/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/* COLORS */
.foodservice-banner {
  background-size: contain !important;
}
section#fs-intro {
  background: white;
  text-align: center;
  margin-top: 50px;
  padding-bottom: 40px;
}
section#fs-intro .container {
  position: relative;
}
section#fs-intro .container .top-image {
  margin: 0 auto;
  display: block;
  width: 200px;
  height: 130px;
  margin-top: -69px;
}
@media screen and (max-width: 767px) {
  section#fs-intro .container .top-image {
    width: 100%;
    height: 200px;
    margin-bottom: -70px;
    margin-top: -70px;
  }
}
section#fs-intro .container .top-image img {
  max-width: 100%;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  section#fs-intro .container .top-image img {
    margin-top: 40px;
    width: 150px;
  }
}
section#fs-intro .container .copy {
  max-width: 600px;
  margin: 0 auto;
}
section#fs-intro .container .copy .seperator {
  background: url("../images/post-title-border.png") no-repeat center center;
  background-size: contain;
  width: 40%;
  height: 100px;
  margin: 0 auto;
}
section#fs-intro .container .copy .seperator:before {
  content: "";
  position: absolute;
  background: url(../images/bee.png) no-repeat center center;
  width: 32px;
  height: 38px;
  background-size: contain;
  left: 10%;
  top: 60%;
}
section#fs-intro .container .copy a {
  display: inline-block;
  color: #39342d;
}
section#fs-intro .container .copy iframe {
  margin-top: 20px;
}
section#suppliers {
  overflow: hidden;
}
section#suppliers .become-a-stockist {
  text-align: center;
  padding: 20px 0 70px;
  position: relative;
}
section#suppliers .become-a-stockist .img-responsive {
  margin: 20px auto;
}
section#suppliers .become-a-stockist p a {
  color: #39342d;
}
section#suppliers .become-a-stockist:after {
  content: "";
  position: absolute;
  background: url(../images/post-title-border.png) no-repeat center center;
  background-size: contain;
  width: 250px;
  height: 150px;
  bottom: -50px;
  left: calc(50% - 125px);
}
section#suppliers .supplier-group {
  overflow: hidden;
  position: relative;
  padding-bottom: 100px;
  z-index: 2;
  text-align: center;
}
section#suppliers .supplier-group .copy {
  max-width: 660px;
  margin: 0 auto 60px auto;
}
section#suppliers .supplier-group .copy a {
  color: #39342d;
}
section#suppliers .supplier-group:after {
  content: "";
  position: absolute;
  background: url(../images/post-title-border.png) no-repeat center center;
  background-size: contain;
  width: 250px;
  height: 150px;
  bottom: -50px;
  left: calc(50% - 125px);
}
section#suppliers .supplier-group h2 {
  margin: 40px 0 60px;
}
@media screen and (max-width: 767px) {
  section#suppliers .supplier-group h2 {
    margin-bottom: 40px;
  }
}
section#suppliers .supplier-group .supplier-list {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  flex-wrap: wrap;
  overflow: hidden;
}
section#suppliers .supplier-group .supplier-list .supplier {
  text-align: center;
  padding: 0 20px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  section#suppliers .supplier-group .supplier-list .supplier {
    width: 100%;
  }
}
section#suppliers .supplier-group .supplier-list .supplier .supplier-inner {
  min-height: 190px;
  padding: 30px 0;
  height: 100%;
}
section#suppliers .supplier-group .supplier-list .supplier .supplier-inner h4 {
  font-size: 1.42857143em;
}
section#suppliers .supplier-group .supplier-list .supplier .supplier-inner p,
section#suppliers .supplier-group .supplier-list .supplier .supplier-inner a {
  font-family: 'bariol';
  color: #39342d;
  font-size: 1.14285714em;
}
section#suppliers .supplier-group .supplier-list.white .supplier .supplier-inner {
  background: #FFFFFF;
}
section#suppliers .supplier-group .supplier-list.white .supplier .supplier-inner h4 {
  color: #F8CF3C;
}
section#suppliers .supplier-group .supplier-list.yellow .supplier .supplier-inner {
  background: #F8CF3C;
}
section#suppliers .supplier-group .supplier-list.yellow .supplier .supplier-inner h4 {
  color: #FFFFFF;
}
section#suppliers .supplier-group:last-child {
  padding-bottom: 50px;
}
section#suppliers .supplier-group:last-child:after {
  display: none;
}
section#suppliers .container {
  position: relative;
}
section#suppliers .container:before,
section#suppliers .container:after {
  background-size: contain !important;
  width: 400px;
  height: 400px;
  position: absolute;
  content: "";
  z-index: 1;
}
@media screen and (max-width: 767px) {
  section#suppliers .container:before,
  section#suppliers .container:after {
    display: none;
  }
}
section#suppliers .container:before {
  background: url(../images/last-supplier-left.png) no-repeat center center;
  left: -180px;
  bottom: -10px;
}
@media screen and (max-width: 991px) {
  section#suppliers .container:before {
    left: -100px;
  }
}
section#suppliers .container:after {
  background: url(../images/foodservice/last-supplier-right.png) no-repeat center center;
  right: -150px;
  bottom: -10px;
}
@media screen and (max-width: 991px) {
  section#suppliers .container:after {
    right: -75px;
  }
}

/* COLORS */
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
footer {
  border-top: 2px solid #F8CF3C;
  float: left;
  width: 100%;
}
footer .inner {
  position: relative;
  background: #fff;
}
@media (min-width: 768px) {
  footer .inner {
    padding-top: 100px;
  }
}
@media screen and (max-width: 767px) {
  footer .inner:before {
    content: "";
    position: absolute;
    background: url("../images/bee.png") no-repeat center center;
    background-size: contain;
    width: 25px;
    height: 30px;
    left: 30px;
    top: 20px;
  }
}
@media screen and (max-width: 767px) {
  footer .text-left {
    text-align: center;
  }
}
footer input {
  height: 45px;
}
footer input[type="text"] {
  width: 413px;
  max-width: 100%;
  padding: 8px;
  border: 1px solid #8a847d;
  font-family: "bariol";
  margin-bottom: 10px;
  font-size: 1.28571429em;
}
footer input[type="submit"] {
  width: 44px;
  vertical-align: top;
  border: 1px solid #8a847d;
  background: #F8CF3C;
  color: white;
  font-family: "bariol";
  font-size: 2.5em;
  padding-bottom: 10px;
  line-height: 0.88461538em;
}
@media (min-width: 991px) {
  footer input[type="submit"] {
    margin-left: -5px;
  }
}
@media screen and (max-width: 767px) {
  footer input[type="submit"] {
    width: 100%;
  }
}
footer .footer-bottom {
  padding: 30px 0;
  background: rgba(247, 206, 60, 0.8);
  margin-top: 100px;
}
footer .footer-bottom p {
  margin-bottom: 15px;
}
footer a {
  color: inherit;
  text-decoration: none;
}
footer a:hover,
footer a:focus {
  color: #F8CF3C;
}
footer .footer-social {
  margin-top: 25px;
  position: relative;
}
footer .footer-social .menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  display: -webkit-flex;
/*  justify-content: center;*/
}
footer .footer-social .menu li {
  display: inline-block;
}
footer .footer-social .menu li i{
  font-size: 34px;
}
@media (min-width: 992px) {
  footer .footer-social .menu li {
    margin-right: 30px;
  }
}
@media screen and (max-width: 991px) {
  footer .footer-social .menu li {
    margin-right: 15px;
  }
}
footer .footer-social .menu li:last-child {
  margin-right: 0px;
}
footer .footer-social .menu li img {
  width: 50px;
  height: 50px;
  max-width: 20vw;
}
footer .footer-social .menu li img:last-child {
  display: none;
}
footer .footer-social .menu li:hover img:first-child {
  display: none;
}
footer .footer-social .menu li:hover img:last-child {
  display: inline-block;
}
footer p {
  font-size: 1.35714286em;
}
footer form#gform_1 {
  position: relative;
}
footer form#gform_1.gform_validation_error .gform_fields_1 {
  position: relative;
}
footer form#gform_1 li.gfield {
  display: inline-block;
  margin-top: 0px;
  position: relative;
}
@media (min-width: 992px) and (max-width: 1199px) {
  footer form#gform_1 li.gfield {
    max-width: 44% !important;
  }
}
@media screen and (max-width: 767px) {
  footer form#gform_1 li.gfield {
    max-width: 100%;
    width: 100%;
  }
}
footer form#gform_1 li.gfield label {
  display: none !important;
}
footer form#gform_1 li.gfield input:not([type='checkbox']) {
  width: 100% !important;
  padding: 8px !important;
  border: 1px solid #8a847d !important;
  font-family: "bariol" !important;
  margin-bottom: 10px !important;
  font-size: 1.28571429em !important;
}
@media (min-width: 768px) and (max-width: 991px) {
  footer form#gform_1 li.gfield input:not([type='checkbox']) {
    width: auto !important;
  }
}
@media (min-width: 991px) {
  footer form#gform_1 li.gfield#field_1_3 {
    width: 325px !important;
    max-width: 75% !important;
    z-index: 100;
  }
}
footer form#gform_1 li.gfield.gfield_error {
  border-top: none;
  border-bottom: none;
}
footer form#gform_1 li.gfield.gfield_error .gfield_description.validation_message {
  position: absolute;
  top: -15px;
}
footer form#gform_1 li.gfield#field_1_4 {
  margin-top: -20px;
  max-width: 100% !important;
}
footer form#gform_1 li.gfield#field_1_4 .gfield_description {
  margin-left: 30px;
  position: relative;
  top: -64px;
}
footer form#gform_1 li.gfield#field_1_4 .gfield_description.validation_message {
  top: -5px;
  position: absolute;
  margin-bottom: 11px;
  left: -30px;
}
@media (min-width: 768px) {
  footer form#gform_1 li.gfield#field_1_4 {
    margin-top: 0px;
    position: absolute;
    left: 0;
    top: 155px;
  }
  footer form#gform_1 li.gfield#field_1_4 .gfield_description.validation_message {
    top: 4px;
  }
}
@media (min-width: 992px) {
  footer form#gform_1 li.gfield#field_1_4 {
    top: 90px;
  }
}
footer form#gform_1 .gform_footer {
  position: absolute;
  bottom: 0;
  left: 308px;
}
@media screen and (max-width: 1200px) {
  footer form#gform_1 .gform_footer {
    left: 263px;
  }
}
@media screen and (max-width: 991px) {
  footer form#gform_1 .gform_footer {
    left: 195px;
  }
}
@media screen and (max-width: 767px) {
  footer form#gform_1 .gform_footer {
    left: 0;
    bottom: -25px;
  }
}
footer form#gform_1 .gform_footer input#gform_submit_button_1 {
  width: 100%;
  font-size: 32px;
  padding-bottom: 8px;
  line-height: 1 !important;
  min-height: 1rem !important;
}
@media screen and (min-width: 768px) {
  footer form#gform_1 .gform_footer input#gform_submit_button_1 {
    width: 50px !important;
  }
}
@media screen and (max-width: 767px) {
  footer .gform_validation_error #gform_1 .gform_footer {
    bottom: -10px;
  }
}
@media (min-width: 768px) {
  footer .gform_validation_error #field_1_4 {
    top: 275px !important;
  }
}
@media (min-width: 992px) {
  footer .gform_validation_error #field_1_4 {
    top: 222px !important;
  }
}
@media (min-width: 1200px) {
  footer .gform_validation_error #field_1_4 {
    top: 200px !important;
  }
}
footer .gform_wrapper .gfield_checkbox li,
footer .gform_wrapper .gfield_radio li {
  margin: 0 0 8px !important;
}
footer form#gform_1 li.gfield#field_1_4 .gfield_description {
  padding-top: 24px;
}
.text-unsubscribe {
  position: relative;
  margin-top: 24px;
}
.text-unsubscribe p {
  font-size: 11.382px !important;
  color: #585046 !important;
}
@media (max-width: 991px) {
  .text-unsubscribe {
    margin-top: 40px;
  }
}

/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/* COLORS */
/* FONTS */
@font-face {
  font-family: 'bariol';
  src: url('../fonts/bariol_regular-webfont.woff2') format('woff2'), url('fonts/bariol_regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'bariol';
  src: url('../fonts/bariol_bold-webfont.woff2') format('woff2'), url('fonts/bariol_bold-webfont.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'cormorant';
  src: url('../fonts/cormorant-regular-webfont.woff2') format('woff2'), url('fonts/cormorant-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'moonflower';
  src: url('../fonts/moon_flower_bold-webfont.woff2') format('woff2'), url('fonts/moon_flower_bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'PuddyGum';
  src: url('../fonts/PuddyGum-3DExtrude.woff2') format('woff2'), url('fonts/PuddyGum-3DExtrude.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
html,
body {
  height: 100%;
  background: #fff;
}
body {
  font-family: 'cormorant';
  color: #585046;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding: 12px;
}
.page {
  height: 100%;
  background: url("../images/bg-pattern.png");
  min-height: 100%;
}
#hero .banner {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}
a:active,
a:focus {
  outline: none;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: 'bariol';
  text-align: center;
}
em,
span.yellow {
  font-family: 'bariol';
  font-style: normal;
  font-weight: bold;
  color: #F8CF3C;
  text-transform: uppercase;
}
span.brown {
  font-family: 'bariol';
  font-weight: bold;
  color: #585046;
  text-transform: uppercase;
}
h1 {
  font-size: 2.71428571em;
}
h2 {
  font-size: 2.28571429em;
}
h3 {
  font-size: 1.42857143em;
  text-transform: uppercase;
  letter-spacing: 0.15em;


}
h4 {
  font-size: 2.28571429em;
}
h5 {
  font-size: 1em;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}
p {
  color: #39342d;
  font-size: 1.57142857em;
  line-height: 1.38461538em;
}
.m-table {
  display: inline-table;
  width: 100%;
  height: 100%;
}
.m-table .m-row {
  display: table-row;
}
.m-table .m-row .m-cell {
  display: table-cell;
  vertical-align: middle;
}
.mCSB_scrollTools .mCSB_buttonUp {
  background: url("../images/scrollbar-arrow.png") no-repeat center center !important;
  background-size: contain !important;
}
.mCSB_scrollTools .mCSB_buttonDown {
  background: url("../images/scrollbar-arrow.png") no-repeat center center !important;
  background-size: contain !important;
  -webkit-transform: scaleY(-1);
  -moz-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  transform: scaleY(-1);
}
.mCSB_draggerRail {
  display: none !important;
}
.mCSB_dragger_bar {
  border-radius: 1px !important;
}

/* COLORS */
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
header input#main-search,
header input#main-search-mobile {
  border: none;
  position: absolute;
  z-index: -1;
  padding: 5px;
  padding-left: 30px;
  top: 13px;
  left: 11px;
  border-left: 2px solid #F8CF3C;
  outline: none;
  width: 0px;
  padding: 5px 0;
  border-width: 0px;
  background: #fff url("../images/search.svg") no-repeat;
  background-position: 190px;
  background-size: 18px 18px;
  font-family: 'bariol';
  font-size: 18px;
}
header input#main-search-mobile {
  z-index: 0;
  border: 1px solid #585046;
  width: 0px;
  top: -8px;
  left: 25px;
  border-width: 0px;
}
header input#search_submit,
header input#search_submit_mobile {
  background: transparent;
  border: none;
  position: absolute;
  height: 20px;
  width: 20px;
  display: none;
  right: 26px;
}
header input#search_submit_mobile {
  z-index: 2;
  background: url("../images/search.svg") no-repeat center center;
  background-size: cover;
  width: 20px;
  height: 20px;
  right: -10px;
  top: 1px;
}
@media screen and (max-width: 767px) {
  header {
    padding-bottom: 20px;
    background: #fff;
  }
}
header .inner {
  padding-top: 15px;
}
@media screen and (max-width: 992px) {
  header .inner {
    padding-top: 15px;
    padding-bottom: 15px;
    float: left;
    width: 100%;
  }
}
header ul.menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
header ul.menu li {
  display: inline-block;
  vertical-align: middle;
}
header ul.menu li a {
  font-family: "bariol";
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
header ul.menu li a:hover {
  text-decoration: none;
  color: #F8CF3C;
}
header .container .logo {
  float: left;
}
header .container .logo img {
  width: 100%;
  height: 170px;
}
@media screen and (max-width: 992px) {
  header .container .logo img {
    width: 186px;
    height: 100px;
  }
}
header .container .util-nav {
  margin-top: -10px;
  float: right;
  z-index: 11;
}
header .container .util-nav li {
  font-size: 1.28571429em;
  line-height: 0.69230769em;
  padding: 18px;
  position: relative;
  z-index: 11;
}
header .container .util-nav li:last-child {
  margin-right: -18px;
}
header .container .util-nav li ul.sub-menu {
  top: 47px;
}
header .container .util-nav li.dropdown-single:after {
  bottom: 3px;
}
header .container .util-nav li a {
  color: #8a857e;
}
header .container .util-nav li a:hover {
  color: #F8CF3C;
}
header .container .main-nav {
  float: right;
	margin-right: 100px;
  clear: both;
  margin-top: -100px;
}
header .container .main-nav li {
  font-size: 1.42857143em;
  line-height: 0.76923077em;
  padding: 20px 20px 30px 20px;
  z-index: 10;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
header .container .main-nav li.dropdown-single,
header .container .main-nav li.dropdown-multiple {
  position: relative;
}
@media screen and (max-width: 768px) {
  header .container .main-nav li {
    font-size: 1.14285714em;
    line-height: 0.76923077em;
    padding: 11px;
  }
}
header .container .main-nav li:last-child {
  margin-right: -20px;
}
header .container .main-nav li:hover {
  z-index: 20!important;
}
header .container .main-nav li:hover > a {
  color: #F8CF3C;
}
header .container .main-nav li a {
  color: #585046;
  text-decoration: none;
}
header .container .main-nav li a:hover {
  color: #F8CF3C;
}
header .container .mobile-nav {
  float: right;
  margin-top: 25px;
}
@media screen and (max-width: 992px) {
  header .container .mobile-nav {
    margin-top: 10px;
    margin-right: 10px;
  }
}
header .container .mobile-nav li {
  margin-left: 20px;
  position: relative;
}
header .container .mobile-nav img {
  width: 31px;
}
li.dropdown-single:after {
  width: 15px;
  height: 8px;
  position: absolute;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translate3d(-50%, 100%, 0);
  -moz-transform: translate3d(-50%, 100%, 0);
  -o-transform: translate3d(-50%, 100%, 0);
  -ms-transform: translate3d(-50%, 100%, 0);
  transform: translate3d(-50%, 100%, 0);
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  background: url("../images/arrow-bottom.svg") no-repeat;
  background-position: center;
  content: "";
  opacity: 0;
}
li.dropdown-single:hover {
  background: #fff;
}
li.dropdown-single:hover:after {
  -webkit-transform: translate3d(-50%, 0%, 0);
  -moz-transform: translate3d(-50%, 0%, 0);
  -o-transform: translate3d(-50%, 0%, 0);
  -ms-transform: translate3d(-50%, 0%, 0);
  transform: translate3d(-50%, 0%, 0);
  opacity: 1.0;
}
li.dropdown-single:hover ul.sub-menu {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1.0;
  visibility: visible;
}
li.dropdown-multiple :after {
  width: 15px;
  height: 8px;
  position: absolute;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translate3d(-50%, 100%, 0);
  -moz-transform: translate3d(-50%, 100%, 0);
  -o-transform: translate3d(-50%, 100%, 0);
  -ms-transform: translate3d(-50%, 100%, 0);
  transform: translate3d(-50%, 100%, 0);
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  background: url("../images/arrow-bottom.svg") no-repeat;
  background-position: center;
  content: "";
  opacity: 0;
}
li.dropdown-multiple:hover {
  background: #fff;
}
li.dropdown-multiple:hover:after {
  -webkit-transform: translate3d(-50%, 0%, 0);
  -moz-transform: translate3d(-50%, 0%, 0);
  -o-transform: translate3d(-50%, 0%, 0);
  -ms-transform: translate3d(-50%, 0%, 0);
  transform: translate3d(-50%, 0%, 0);
  opacity: 1.0;
}
li.dropdown-multiple:hover ul.sub-menu {
  -webkit-transform: translate3d(-50%, 0, 0);
  -moz-transform: translate3d(-50%, 0, 0);
  -o-transform: translate3d(-50%, 0, 0);
  -ms-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  opacity: 1.0;
  visibility: visible;
}
li.dropdown-multiple ul.sub-menu {
  margin: 0px;
  position: absolute;
  background: #fff;
  padding: 0 20px;
  z-index: -1;
  border-bottom: 4px solid #F8CF3C;
  top: 63px;
  left: 0px;
  width: auto;
  display: flex;
  display: -webkit-flex;
  -webkit-transform: translate3d(-50%, -30px, 0);
  -moz-transform: translate3d(-50%, -30px, 0);
  -o-transform: translate3d(-50%, -30px, 0);
  -ms-transform: translate3d(-50%, -30px, 0);
  transform: translate3d(-50%, -30px, 0);
}
li.dropdown-multiple ul.sub-menu li {
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  width: auto;
  padding: 10px 10px 20px !important;
  min-width: 140px;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
li.dropdown-multiple ul.sub-menu li.dropdown-single,
li.dropdown-multiple ul.sub-menu li.dropdown-multiple {
  position: relative;
}
li.dropdown-multiple ul.sub-menu li > a {
  position: relative;
}
li.dropdown-multiple ul.sub-menu li > a:after {
  content: "";
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  display: inline-block;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #F8CF3C;
  bottom: -12px;
  left: calc(50% - 5px);
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
li.dropdown-multiple ul.sub-menu li:hover > a:after {
  opacity: 1;
}
li.dropdown-multiple ul.sub-menu li a,
li.dropdown-multiple ul.sub-menu li img {
  display: block;
  text-align: center;
  margin: 0 auto;
}
li.dropdown-multiple ul.sub-menu li img {
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
li.dropdown-multiple ul.sub-menu li a {
  margin-top: 15px;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
ul.sub-menu {
  margin: 0px;
  position: absolute;
  width: 190px;
  background: #fff;
  padding: 0 20px;
  z-index: -1;
  border-bottom: 4px solid #F8CF3C;
  top: 63px;
  left: 0px;
  -webkit-transform: translateY(-30px);
  -moz-transform: translateY(-30px);
  -o-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  transform: translateY(-30px);
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  visibility: hidden;
  opacity: 0.0;
}
ul.sub-menu li {
  width: 100%;
  margin: 0px!important;
  padding: 15px 0!important;
}
ul.sub-menu li:last-child {
  border: none;
}
ul.sub-menu li a {
  font-size: 15px;
  line-height: 15px;
}
.icon {
  width: 20px;
  height: 20px;
  display: inline-block;
}
.icon.search-toggle {
  background: url("../images/icon-search.svg");
  background-position: center;
  background-size: contain;
}
.icon.search-toggle-mobile {
  background: url("../images/icon-search.svg");
  background-position: center;
  background-size: contain;
}
.menu-mobile {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 15;
  width: 100%;
  height: 100%;
  overflow: scroll;
  list-style-type: none;
  padding: 60px 0 0;
  text-align: center;
  background: #F8CF3C;
}
.menu-mobile li {
  list-style-type: none;
  background: #F8CF3C;
  height: auto;
  margin-left: 0 !important;
  font-size: 2em;
}
.menu-mobile li.link-brown {
  background: #585046;
  font-size: 1.71428571em;
}
.menu-mobile li.link-brown.dropdown-link ul li a {
  color: #585046;
}
.menu-mobile li a {
  color: #FFFFFF;
  font-family: 'bariol';
  line-height: 65px;
}
.menu-mobile li.dropdown-link ul {
  display: none;
  list-style-type: none;
  padding: 0;
  background: white;
  position: relative;
}
.menu-mobile li.dropdown-link ul:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  display: inline-block;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #FFFFFF;
  top: -10px;
  left: calc(50% - 5px);
}
.menu-mobile li.dropdown-link ul li {
  font-size: 20px;
  background: white;
}
.menu-mobile li.dropdown-link ul li a {
  color: #F8CF3C;
}
.menu-mobile #menu-mobile-close {
  position: absolute;
  top: 20px;
  right: 30px;
  color: #FFFFFF;
  font-family: 'bariol';
  font-weight: bold;
  font-size: 2.71428571em;
  cursor: pointer;
}
ul.sub-menu li ul.sub-menu.sub-menu--sub {
  top: 100%;
  transform: translateY(-30px);
  width: 100%;
  z-index: 0;
  border-top: 4px solid #F8CF3C;
  pointer-events: none;
  opacity: 0;
  display: none;
  transition: all 200ms ease-in-out;
}
ul.sub-menu li:hover ul.sub-menu.sub-menu--sub {
  display: flex;
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0px);
}
ul.sub-menu li.sub-menu__item.sub-menu__item--first {
  min-width: 280px;
}
.sub-menu__product-link {
  margin-top: -10px;
}

/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/* COLORS */
#fats-copy {
  text-align: center;
  padding-bottom: 80px;
}
#fats-copy h2 {
  margin: 30px 0;
}
#fats-copy p {
  max-width: 660px;
  margin: 0 auto;
}
#fats-copy .top {
  padding: 30px 0;
  background: rgba(247, 205, 60, 0.3);
}
#fats-copy .top .container {
  position: relative;
}
#fats-copy .top .container:before {
  position: absolute;
  content: "";
  left: -140px;
  width: 400px;
  height: 400px;
  background: url("../images/fats-copy-left.png") no-repeat center center;
  background-size: contain;
}
@media screen and (max-width: 992px) {
  #fats-copy .top .container:before {
    display: none;
  }
}
#fats-copy .bottom {
  padding: 30px 0;
}
#fats-copy .bottom p {
  position: relative;
}
#fats-copy .bottom p:after {
  background: url("../images/post-title-border.png") no-repeat center center;
  background-size: contain;
  width: 240px;
  height: 100px;
  position: absolute;
  content: "";
  bottom: -100px;
  left: calc(50% - 120px);
}
#fats-copy .bottom .container {
  position: relative;
}
#fats-copy .bottom .container:after {
  position: absolute;
  content: "";
  right: -170px;
  bottom: -220px;
  width: 400px;
  height: 400px;
  background: url("../images/fats-copy-right.png") no-repeat center center;
  background-size: contain;
}
@media (min-width: 992px) and (max-width: 1200px) {
  #fats-copy .bottom .container:after {
    right: -220px;
  }
}
@media screen and (max-width: 992px) {
  #fats-copy .bottom .container:after {
    display: none;
  }
}
#fats-outro {
  background: white;
  padding-top: 30px;
  text-align: center;
}
#fats-outro .container {
  padding: 0 0 50px;
  position: relative;
}
#fats-outro .container h2 {
  position: relative;
  display: inline-block;
  margin: 30px auto;
}
#fats-outro .container h2:before {
  content: "";
  position: absolute;
  background: url("../images/bee.png") no-repeat center center;
  background-size: contain;
  width: 25px;
  height: 25px;
  left: -120px;
}
#fats-outro .container p {
  max-width: 660px;
  margin: 0 auto;
}
#fats-outro .container:before {
  position: absolute;
  content: "";
  background: url("../images/fats-outro-left.png") no-repeat center center;
  background-size: contain;
  width: 450px;
  height: 450px;
  bottom: -60px;
  left: -120px;
}
@media screen and (max-width: 1200px) {
  #fats-outro .container:before {
    left: -160px;
  }
}
@media screen and (max-width: 992px) {
  #fats-outro .container:before {
    display: none;
  }
}
#fats-outro .outro-image {
  background-size: cover !important;
  height: 400px;
  width: 100%;
  z-index: 5;
  position: relative;
}

/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/* COLORS */
#fats-importance {
  text-align: center;
  overflow: hidden;
}
#fats-importance h2 {
  margin: 30px 0;
}
#fats-importance p {
  max-width: 660px;
  margin: 5px auto;
}
#fats-importance .top {
  padding: 30px 0;
  background: rgba(247, 205, 60, 0.3);
}
#fats-importance .middle {
  padding: 30px 0;
}
#fats-importance .middle p.main-copy {
  padding: 210px 200px 200px;
  max-width: 100%;
  background: url("../images/importance-border.png") no-repeat center center;
  background-size: contain;
}
@media (min-width: 992px) and (max-width: 1200px) {
  #fats-importance .middle p.main-copy {
    padding: 150px 100px 100px;
    font-size: 1.42857143em;
  }
}
@media (max-width: 991px) {
  #fats-importance .middle p.main-copy {
    background: none;
    padding: 30px 0;
  }
}
#fats-importance .bottom {
  padding: 30px 0;
  background: white;
}
#fats-importance .bottom .container {
  position: relative;
}
#fats-importance .bottom .container:before,
#fats-importance .bottom .container:after {
  position: absolute;
  content: "";
}
#fats-importance .bottom .container:before {
  background: url("../images/fats-outro-left.png") no-repeat center center;
  background-size: contain;
  width: 400px;
  height: 400px;
  bottom: -60px;
  left: -120px;
}
@media screen and (max-width: 1199px) {
  #fats-importance .bottom .container:before {
    left: -190px;
  }
}
@media screen and (max-width: 991px) {
  #fats-importance .bottom .container:before {
    left: -290px;
  }
}
@media screen and (max-width: 767px) {
  #fats-importance .bottom .container:before {
    display: none;
  }
}
#fats-importance .bottom .container:after {
  background: url(../images/outro-table-left.png) no-repeat center center;
  background-size: contain;
  width: 450px;
  height: 450px;
  right: -175px;
  top: -200px;
}
@media screen and (max-width: 1199px) {
  #fats-importance .bottom .container:after {
    right: -255px;
  }
}
@media screen and (max-width: 991px) {
  #fats-importance .bottom .container:after {
    right: -285px;
    top: -230px;
  }
}
@media screen and (max-width: 767px) {
  #fats-importance .bottom .container:after {
    display: none;
  }
}

/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/* COLORS */
#hero .nutrition-banner {
  background-size: cover !important;
  text-align: center;
  position: relative;
}
#hero .nutrition-banner h1,
#hero .nutrition-banner p {
  color: #FFFFFF;
}
#hero .nutrition-banner h1 {
  width: 100%;
  position: absolute;
  top: 44%;
}
#hero .nutrition-banner p {
  max-width: 600px;
  margin: 0 auto;
}
#nutrition-detail-copy {
  text-align: center;
  padding: 30px 0 0;
}
#nutrition-detail-copy h2 {
  margin: 40px 0;
}
#nutrition-detail-copy p.top {
  position: relative;
}
#nutrition-detail-copy p {
  margin: 0 auto;
  max-width: 800px;
}
#nutrition-detail-copy .main {
  z-index: 2;
  margin: 50px auto;
  background: url(../images/detail-banner.png) no-repeat center center;
  padding: 210px 200px 240px;
  background-size: contain;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #nutrition-detail-copy .main {
    padding: 180px 80px 200px;
  }
}
@media screen and (max-width: 991px) {
  #nutrition-detail-copy .main {
    padding: 0;
    background: none;
  }
}
#nutrition-detail-copy .container {
  position: relative;
}
#nutrition-detail-copy .container:before,
#nutrition-detail-copy .container:after {
  content: "";
  position: absolute;
  background-size: contain;
}
@media screen and (max-width: 991px) {
  #nutrition-detail-copy .container:before,
  #nutrition-detail-copy .container:after {
    display: none;
  }
}
#nutrition-detail-copy .bottom {
  background: white;
  z-index: 1;
  overflow: hidden;
}
#nutrition-detail-copy .bottom .container {
  position: relative;
  padding: 40px 0 120px;
}
@media screen and (max-width: 991px) {
  #nutrition-detail-copy .bottom .container {
    padding: 20px 0;
  }
}

/* COLORS */
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
#outro-table {
  background: rgba(247, 205, 60, 0.3);
}
#outro-table .table {
  max-width: 60%;
  margin: 30px auto 50px;
}
#outro-table .table .row {
  border-bottom: 1px solid #585046;
}
#outro-table .table .row:first-child,
#outro-table .table .row:last-child {
  border-bottom: none;
}
#outro-table .table .row p {
  margin: 5px 0;
}
#outro-table .table .row .col-md-4 p {
  text-align: center;
}
#outro-copy {
  margin: 50px 0;
  text-align: center;
}
#outro-copy .container {
  position: relative;
}
#outro-copy .container h2 {
  margin: 40px 0;
}
#outro-copy .container:before {
  content: "";
  position: absolute;
  background: url(../images/outro-table-left.png) no-repeat center center;
  background-size: contain;
  width: 450px;
  height: 450px;
  left: -175px;
  top: -200px;
}
#outro-copy .container p {
  max-width: 660px;
  margin: 0 auto;
  display: block;
}

/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/* COLORS */
#nutrition-table {
  z-index: 3;
  position: relative;
  background: url("../images/bg-pattern.png");
}
#nutrition-table .copy {
  text-align: center;
  background: white;
  margin-top: 40px;
  padding: 10px 0;
}
#nutrition-table .table {
  width: 100%;
  background: rgba(247, 205, 60, 0.3);
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  #nutrition-table .table {
    margin-top: 30px;
  }
  #nutrition-table .table .container {
    padding: 0;
  }
  #nutrition-table .table .container img {
    max-width: 100%;
  }
}
#nutrition-table .table img {
  background: url("../images/bg-pattern.png");
}
#nutrition-table img {
  margin: 0 auto;
  max-width: 85%;
}

/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/* COLORS */
section#fats-tips {
  padding: 30px 0 0;
  text-align: center;
}
section#fats-tips h2 {
  margin: 30px auto;
  position: relative;
  display: inline-block;
}
section#fats-tips h2:before {
  content: "";
  position: absolute;
  background: url("../images/bee.png") no-repeat center center;
  background-size: contain;
  width: 25px;
  height: 25px;
  left: -100px;
  top: -50px;
}
@media screen and (max-width: 991px) {
  section#fats-tips h2:before {
    left: -60px;
  }
}
@media screen and (max-width: 767px) {
  section#fats-tips h2:before {
    left: 0;
  }
}
section#fats-tips p {
  max-width: 660px;
  margin: 5px auto;
}
section#fats-tips .top {
  padding-bottom: 30px;
}
section#fats-tips #tips {
  display: none;
  position: relative;
}
section#fats-tips #tips p {
  opacity: 0;
}
section#fats-tips #tips .tip {
  padding: 10px 0;
  background: rgba(247, 205, 60, 0.125);
}
section#fats-tips #tips .tip:nth-child(odd) {
  background: none;
}
section#fats-tips #tips .tip:last-child {
  padding-bottom: 50px;
  position: relative;
}
section#fats-tips #tips .tip:last-child:before,
section#fats-tips #tips .tip:last-child:after {
  position: absolute;
  content: "";
  width: 250px;
  height: 250px;
  bottom: -180px;
  background-size: contain !important;
}
@media screen and (max-width: 991px) {
  section#fats-tips #tips .tip:last-child:before,
  section#fats-tips #tips .tip:last-child:after {
    height: 200px;
  }
}
@media screen and (max-width: 767px) {
  section#fats-tips #tips .tip:last-child:before,
  section#fats-tips #tips .tip:last-child:after {
    display: none;
  }
}
section#fats-tips #tips .tip:last-child:before {
  background: url(../images/tips-left.png) no-repeat center center;
  left: 0;
  width: 150px;
}
section#fats-tips #tips .tip:last-child:after {
  background: url(../images/tips-right.png) no-repeat center center;
  right: 0;
  width: 205px;
}
section#fats-tips .tips-image {
  background-size: cover !important;
  height: 400px;
  width: 100%;
  z-index: 5;
  position: relative;
}
section#fats-tips .tips-view-more {
  margin-bottom: 90px;
}
section#fats-tips .tips-view-more #tips-view-more-btn {
  font-family: "bariol";
  color: #39342d;
  cursor: pointer;
  padding-bottom: 60px;
  position: relative;
  font-size: 1.28571429em;
}
section#fats-tips .tips-view-more #tips-view-more-btn:hover,
section#fats-tips .tips-view-more #tips-view-more-btn:focus {
  text-decoration: none;
  color: #585046;
}
section#fats-tips .tips-view-more #tips-view-more-btn:after {
  position: absolute;
  background-size: contain !important;
  content: "";
  bottom: 0;
  width: 60px;
  height: 60px;
  left: calc(50% - 30px);
}
section#fats-tips .tips-view-more .closed:after {
  background: url(../images/tips-expand.png) no-repeat center center;
}
section#fats-tips .tips-view-more .open:after {
  background: url(../images/tips-close.png) no-repeat center center;
}

/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/* COLORS */
section#hp-about-us {
  background: #fff;
  padding: 110px 0;
  z-index: 10;
  position: relative;
}
section#hp-about-us .inner .top-image {
  text-align: center;
  margin-top: -160px;
}
section#hp-about-us .inner .top-image img {
  max-width: 100%;
  width: 300px;
  margin: 0px auto;
}
section#hp-about-us .inner .section-copy {
  width: 600px;
  margin: 0px auto;
  max-width: 100%;
  margin-top: 40px;
  color: #585046;
}
section#hp-about-us .inner .section-copy p {
  font-size: 1.57142857em;
  line-height: 30px;
  text-align: justify;
}
section#hp-about-us .inner .bottom-image {
  margin-top: 50px;
}
@media (max-width: 992px) {
  section#hp-about-us .inner .bottom-image {
    margin-top: 30px;
  }
}
section#hp-about-us .inner .bottom-image img {
  margin: 0px auto;
}

/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/* COLORS */
#credentials {
  position: relative;
  width: 100%;
}
@media (min-width: 992px) {
  #credentials {
    min-height: 1190px;
  }
}
@media (max-width: 991px) {
  #credentials {
    min-height: 830px;
    overflow-y: hidden;
  }
}
@media (max-width: 380px) {
  #credentials {
    padding-bottom: 10px;
    min-height: 920px;
  }
}
#credentials .container {
  max-width: 660px;
}
@media (min-width: 992px) {
  #credentials .container {
    position: relative;
  }
}
@media (max-width: 991px) {
  #credentials .container {
    padding-top: 50px;
    max-width: 100%;
    width: 100% !important;
  }
}
#credentials .container img {
  max-width: 200px;
  margin: 80px auto 50px auto;
  display: block;
}
#credentials .container h2 {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  #credentials .container h2:before {
    display: none;
  }
}
@media (min-width: 689px) and (max-width: 991px) {
  #credentials .container h2:before {
    right: auto;
    left: -13px;
  }
}
#credentials .container:before,
#credentials .container:after {
  content: "";
  height: 100%;
  position: absolute;
}
@media (max-width: 991px) {
  #credentials .container:before,
  #credentials .container:after {
    bottom: 0px;
    max-width: 48vw;
    background-size: contain !important;
  }
}
@media (min-width: 992px) {
  #credentials .container:before {
    background: url("../images/creds-left.png") no-repeat;
    left: -883px;
    width: 998px;
    top: -72px;
    height: 1114px;
  }
}
@media (max-width: 991px) {
  #credentials .container:before {
    background: url("../images/creds-left-mob.png") no-repeat bottom left;
    height: 432px;
    width: 498px;
	top: 80%;
    left: -249px;
    max-width: 80vw;
  }
}
@media (max-width: 615px) {
  #credentials .container:before {
    left: -40%;
  }
}
@media (min-width: 992px) {
  #credentials .container:after {
    background: url("../images/creds-right.png") no-repeat;
    right: -730px;
    top: 0px;
    width: 888px;
    height: 1179px;
  }
}
@media (max-width: 991px) {
  #credentials .container:after {
    background: url("../images/creds-right-mob.png") no-repeat bottom right;
    width: 286px;
    height: 454px;
	top: 80%;
    right: 0;
  }
}
#credentials .seperator {
  width: 20%;
  height: 10px;
  border-top: 1px solid #585046;
  border-bottom: 1px solid #585046;
  margin: 95px auto;
}
.creds-banner {
  position: relative;
  z-index: 11;
  width: 100%;
/*  background: #F8CF3C;*/
  text-align: center;
}
.creds-banner img {
  width: 150px;
  margin: 5px auto 0 auto;
}
.creds-banner h2 {
  margin: 10px 0px;
}


/* COLORS */
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
#nutrition {
  float: left;
  width: 100%;
  padding-top: 100px;
}
#nutrition h1:first-child {
  position: relative;
}
@media (max-width: 992px) {
  #nutrition h1:first-child:before {
    content: "";
    position: absolute;
    background: url("../images/bee.png") no-repeat center center;
    background-size: contain;
    width: 25px;
    height: 25px;
    left: 5px;
    top: -30px;
  }
}
#nutrition h1.border-top {
  border-top: 1px solid #585046;
  padding-top: 20px;
}
#nutrition h1,
#nutrition p {
  display: block;
  margin: 10px auto 30px auto;
}
@media (min-width: 992px) {
  #nutrition h1,
  #nutrition p {
    max-width: 50%;
  }
}
#nutrition img {
  display: block;
  margin: 10px auto;
}
#nutrition .section-bottom {
  padding: 29px 0;
  background: #585046;
  float: left;
  width: 100%;
  margin-top: 80px;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
@media screen and (max-width: 767px) {
  #nutrition .section-bottom {
    padding: 10px 20px;
    text-transform: uppercase;
  }
  #nutrition .section-bottom a {
    font-size: 16px!important;
  }
}
#nutrition .section-bottom:hover {
  background: #8a857e;
  cursor: pointer;
}
#nutrition .section-bottom a {
  color: #fff;
  text-decoration: none;
  font-family: "bariol";
  font-size: 1.42857143em;
  letter-spacing: 1.5px;
}
#nutrition .row.hidden-xs {
  max-width: 80%;
  margin: 0 auto;
}
#nutrition .row.hidden-xs .col-md-3:after {
  content: "";
  position: absolute;
  background: #585046;
  height: 90px;
  width: 1px;
  right: 0;
  top: 35px;
}
#nutrition .row.hidden-xs .col-md-3:last-child:after {
  display: none;
}

/* COLORS */
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
section#hp-recipes {
  background: white;
  width: 100%;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  section#hp-recipes {
    padding-bottom: 50px;
  }
}
section#hp-recipes .section-title {
  padding: 45px 0;
  background: #fff;
}
section#hp-recipes .section-title h2 {
  margin: 0;
  text-align: center;
  color: #585046;
  font-family: 'bariol';

}
section#hp-recipes .section-title h2 strong {
  color: #F8CF3C;
}
section#hp-recipes .section-bottom {
  padding: 20px 0;
  background: #585046;
  float: left;
  width: 100%;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
@media screen and (max-width: 767px) {
  section#hp-recipes .section-bottom {
    padding: 10px 20px;
    text-transform: uppercase;
  }
  section#hp-recipes .section-bottom span {
    font-size: 16px!important;
  }
}
section#hp-recipes .section-bottom:hover {
  background: #8a857e;
  cursor: pointer;
}
section#hp-recipes .section-bottom span {
  color: #fff;
  text-decoration: none;
  font-family: "bariol";
  font-size: 1.42857143em;
  letter-spacing: 1.5px;
  margin: 0;
}
.swiper-slide {
  height: 100%;
}
.hp-recipe-item {
  background-position: center!important;
  background-size: cover!important;
}
@media (min-width: 992px) {
  .hp-recipe-item {
    height: 350px;
  }
}
@media screen and (max-width: 991px) {
  .hp-recipe-item {
    height: 240px;
  }
}
@media screen and (max-width: 767px) {
  .hp-recipe-item-hover h3 {
    font-size: 1.71428571em !important;
  }
  .hp-recipe-item-hover .btn {
    padding: 6px 20px!important;
    font-size: 14px!important;
  }
}
.hp-recipe-item-inner,
.hp-recipe-item-outer,
.hp-recipe-item-hover {
  height: 100%;
}
.hp-recipe-item-inner {
  padding: 15px 0;
}
.hp-recipe-item-hover {
  background: rgba(248, 207, 60, 0.9);
  visibility: hidden;
  opacity: 0.0;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}
@media screen and (max-width: 991px) {
  .hp-recipe-item-hover {
    opacity: 1;
    visibility: visible;
  }
}
.hp-recipe-item-hover h3 {
  text-transform: none;
  color: #fff;
  font-size: 2.28571429em;
  letter-spacing: 0px;
  margin-bottom: 35px;
}
.hp-recipe-item-hover .btn {
  color: #fff;
  border-radius: 0px;
  padding: 12px 34px;
  font-family: "bariol";
  text-transform: uppercase;
  border-color: #fff;
}
.hp-recipe-item-hover .btn:hover {
  background: none;
}
.hp-recipe-item:hover .hp-recipe-item-hover {
  opacity: 1.0;
  visibility: visible;
}

/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/* COLORS */
#hero {
  padding-top: 0px;
  height: 80vh;
  max-height: 800px;
}
@media screen and (max-width: 992px) {
  #hero {
    height: 500px;
  }
}
@media screen and (max-width: 767px) {
  #hero {
    height: 360px;
    padding-top: 0px;
  }
}
#hero .swiper-slide img {
  margin: 0 auto;
  display: block;
  max-width: 90%;
}
#hero .swiper-button {
  width: 45px;
  height: 45px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#hero .swiper-button:hover,
#hero .swiper-button:focus {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
#hero .swiper-button-next {
  background: url("../images/arrow-right-over.svg");
}
#hero .swiper-button-next:hover {
  background: url("../images/arrow-right.svg");
}
#hero .swiper-button-prev {
  background: url("../images/arrow-left-over.svg");
}
#hero .swiper-button-prev:hover {
  background: url("../images/arrow-left.svg");
}
#hero .slide1 {
  background: url("../images/hp-banner-new-native.png") no-repeat;
  background-position: center bottom;
  background-size: auto 92%;
}
#hero .slide1 h1 {
  margin-top: 0px;
  margin-bottom: 0px;
}
@media screen and (max-width: 992px) {
  #hero .slide1 h1 {
    margin-top: 22px;
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #hero .slide1 {
    background: url("../images/slider-mobile.png") no-repeat;
    background-size: contain;
    background-position: center 65%;
  }
  #hero .slide1 h1 {
    margin-top: 25px;
    margin-bottom: 0px;
    font-size: 2em;
    max-width: 270px;
    margin-left: auto;
    margin-right: auto;
  }
}
#hero .slide2 {
  background-size: cover !important;
}
@media screen and (max-width: 767px) {
  #hero .slide2 h1 {
    margin-top: 25px;
    margin-bottom: 0px;
    font-size: 2em;
    max-width: 270px;
    margin-left: auto;
    margin-right: auto;
  }
}
#hero #hp-swiper {
  height: 100%;
}

/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/* COLORS */
#awards {
  background: white;
  border-top: 20px solid #F8CF3C;
  border-bottom: 20px solid #F8CF3C;
  min-height: 550px;
  overflow: hidden;
  position: relative;
}
#awards:before,
#awards:after {
  content: "";
  position: absolute;
  width: 375px;
  height: 500px;
}
@media screen and (max-width: 992px) {
  #awards:before,
  #awards:after {
    display: none;
  }
}
#awards:before {
  background: url("../images/awards-left.png") no-repeat center left;
  left: -100px;
  top: 0px;
}
#awards:after {
  background: url("../images/awards-right.png") no-repeat center right;
  right: -45px;
  top: 0;
}
@media screen and (max-width: 992px) {
  #awards {
    min-height: 0px;
    padding-bottom: 30px;
  }
}
#awards .container {
  position: relative;
}
#awards .container .inner {
  text-align: center;
  margin: 0 auto;
  max-width: 660px;
}
#awards .container .inner p {
  max-width: 600px;
}
#awards .container .inner h2 {
  margin: 50px 0;
  position: relative;
}
#awards .container .inner h2:before {
  content: "";
  position: absolute;
  background: url("../images/bee.png") no-repeat center center;
  background-size: contain;
  width: 38px;
  height: 30px;
  left: 60px;
  top: 5px;
}
@media screen and (max-width: 767px) {
  #awards .container .inner h2:before {
    left: 0px;
  }
}
#awards .container .inner .awards-list {
  margin-top: 60px;
  margin-bottom: 30px;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
}
#awards .container .inner .awards-list .col-md-3 {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  width: 20%;
}
#awards .container .inner .awards-list .col-md-3 img {
  cursor: pointer;
  max-height: 90px;
  display: block;
  margin: 10px auto;
}
@media (min-width: 991px) {
  #awards .container .inner .awards-list .col-md-3 img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
  }
  #awards .container .inner .awards-list .col-md-3 img:hover,
  #awards .container .inner .awards-list .col-md-3 img:focus {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
  }
}
#awards #cert-container {
  display: none;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  text-align: center;
}
#awards #cert-container a:hover,
#awards #cert-container a:focus {
  text-decoration: none;
}
#awards #cert-container #cert-display {
  width: auto;
  height: auto;
  max-width: 75%;
  max-height: 90%;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#awards #cert-container #cert-close {
  color: #FFFFFF;
  font-family: 'bariol';
  font-size: 2.28571429em;
  position: absolute;
  top: 5%;
  right: 5%;
}
#awards #cert-container #cert-prev,
#awards #cert-container #cert-next {
  font-size: 2.71428571em;
  font-family: 'bariol';
  position: absolute;
  top: 50%;
  color: #FFFFFF;
}
#awards #cert-container #cert-prev {
  left: 30px;
}
#awards #cert-container #cert-next {
  right: 30px;
}

/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/* COLORS */
#hero .FSSAI-banner {
  background-size: cover !important;
  text-align: center;
  padding-top: 40px;
}
@media screen and (max-width: 991px) {
  #hero .FSSAI-banner {
    padding-top: 5px;
  }
}
@media screen and (max-width: 767px) {
  #hero .FSSAI-banner {
    padding: 1px 10px 20px;
  }
}
#hero .FSSAI-banner h1 {
  color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  #hero .FSSAI-banner h1 {
    background: rgba(50, 50, 50, 0.6);
    height: 100%;
    padding-top: 50px;
    margin-top: 10px;
  }
}

/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/* COLORS */
#detail-copy {
  position: relative;
  width: 100%;
  padding-bottom: 80px;
}
@media (min-width: 992px) {
  #detail-copy {
    min-height: 1050px;
  }
}
#detail-copy .container {
  max-width: 660px;
}
@media (min-width: 992px) {
  #detail-copy .container {
    position: relative;
  }
}
#detail-copy .container h2 {
  margin-bottom: 40px;
}
#detail-copy .container img {
  max-width: 200px;
  margin: 80px auto 50px auto;
  display: block;
}
@media screen and (max-width: 767px) {
  #detail-copy .container img {
    margin: 50px auto 50px auto;
  }
}
#detail-copy .container:before,
#detail-copy .container:after {
  content: "";
  height: 100%;
  position: absolute;
}
@media (min-width: 992px) {
  #detail-copy .container:before {
    background: url("../images/FSSAI-detail-left-v2.png") no-repeat;
    left: -732px;
    width: 757px;
    height: 841px;
    top: -60px;
  }
}
@media (min-width: 992px) {
  #detail-copy .container:after {
    background: url("../images/FSSAI-detail-right.png") no-repeat;
    right: -665px;
    top: -15px;
    width: 703px;
    height: 971px;
  }
}
#detail-copy .seperator {
  width: 20%;
  height: 10px;
  margin: 95px auto;
  border-top: 1px solid #585046;
  border-bottom: 1px solid #585046;
}
@media screen and (max-width: 991px) {
  #detail-copy .seperator {
    margin: 45px auto;
  }
}
#detail-copy .btn-default {
  text-transform: uppercase;
  margin-top: 80px;
  margin-bottom: 40px;
}

/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/* COLORS */
#intro {
  text-align: center;
  background: white;
  padding-bottom: 50px;
}
#intro .top-image {
  margin: 0 auto;
  display: block;
  border-radius: 100%;
  width: 250px;
  height: 130px;
  margin-top: -40px;
  background: white;
}
@media screen and (max-width: 767px) {
  #intro .top-image {
    width: 100%;
    height: 200px;
    margin-bottom: -70px;
    margin-top: -50px;
  }
}
#intro .top-image img {
  max-width: 100%;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  #intro .top-image img {
    margin-top: 40px;
    width: 150px;
  }
}
#intro .copy {
  max-width: 660px;
  margin: 0 auto;
}
#intro .copy h2 {
  margin-bottom: 50px;
}
#intro .copy .seperator {
  width: 20%;
  height: 10px;
  margin: 45px auto;
  border-top: 1px solid #585046;
  border-bottom: 1px solid #585046;
  position: relative;
}
#intro .copy .seperator:after {
  content: "";
  position: absolute;
  background: url("../images/bee.png") no-repeat center center;
  background-size: contain;
  width: 25px;
  height: 30px;
  right: -100px;
  top: 0;
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

/* COLORS */
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
section#pics {
  width: 100%;
  background: white;
  padding-bottom: 50px;
}
section#pics .FSSAI-grid-img {
  background-position: center!important;
  background-size: cover!important;
  height: 350px;
}
@media (min-width: 992px) {
  section#pics .FSSAI-grid-img:hover .FSSAI-grid-img-hover {
    opacity: 1 !important;
  }
}
section#pics .FSSAI-grid-img-outer {
  height: 100%;
}
section#pics .FSSAI-grid-img-outer .FSSAI-grid-img-inner {
  height: 100%;
  width: 100%;
  padding: 15px;
}
section#pics .FSSAI-grid-img-outer .FSSAI-grid-img-inner .FSSAI-grid-img-hover {
  height: 100%;
  background: rgba(88, 80, 70, 0.8);
  padding: 0px 15px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
@media (min-width: 991px) {
  section#pics .FSSAI-grid-img-outer .FSSAI-grid-img-inner .FSSAI-grid-img-hover {
    opacity: 0;
  }
}
section#pics .FSSAI-grid-img-outer .FSSAI-grid-img-inner .FSSAI-grid-img-hover h4 {
  color: #F8CF3C;
}
section#pics .FSSAI-grid-img-outer .FSSAI-grid-img-inner .FSSAI-grid-img-hover p {
  color: #FFFFFF;
}
section#pics .FSSAI-grid-img-outer .FSSAI-grid-img-inner .FSSAI-grid-img-hover p:before,
section#pics .FSSAI-grid-img-outer .FSSAI-grid-img-inner .FSSAI-grid-img-hover p:after {
  content: "";
  height: 1px;
  width: 60px;
  background: #FFFFFF;
  display: block;
  margin: 20px auto;
}
section#pics a.btn-wide {
  padding: 20px;
  font-size: 1.28571429em;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  section#pics a.btn-wide {
    white-space: normal;
  }
}
section#pics .swiper-button {
  width: 45px;
  height: 45px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
section#pics .swiper-button:hover,
section#pics .swiper-button:focus {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
section#pics .swiper-button-next {
  background: url("../images/arrow-right.svg");
}
section#pics .swiper-button-next:hover {
  background: url("../images/arrow-right-over.svg");
}
section#pics .swiper-button-prev {
  background: url("../images/arrow-left.svg");
}
section#pics .swiper-button-prev:hover {
  background: url("../images/arrow-left-over.svg");
}

/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/* COLORS */
section#links {
  background: white;
  padding: 50px 0;
}
section#links .inner {
  max-width: 800px;
  margin: 0 auto;
}
section#links .inner .col-sm-3 {
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  section#links .inner .col-sm-3:nth-child(2):after {
    display: none;
  }
  section#links .inner .col-sm-3:after {
    right: 0px;
    top: 10px;
  }
}
@media (max-width: 991px) {
  section#links .inner .col-sm-3 {
    margin-bottom: 25px;
  }
}
section#links .inner .col-sm-3 a {
  font-family: "bariol";
  text-transform: uppercase;
  color: #585046;
}
section#links .inner .col-sm-3 a:hover,
section#links .inner .col-sm-3 a:focus {
  text-decoration: none;
}
section#links .inner .col-sm-3 a:hover p,
section#links .inner .col-sm-3 a:focus p {
  color: #F8CF3C;
}
section#links .inner .col-sm-3 a img {
  max-height: 65px;
}
section#links .inner .col-sm-3 a p {
  font-size: 1.28571429em;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 992px) {
  section#links .inner .col-sm-3 a p {
    font-size: 1em;
    letter-spacing: 0.15em;
    margin-top: 10px;
  }
}
section#links .inner .col-sm-3:after {
  content: "";
  position: absolute;
  background: #585046;
  height: 80px;
  width: 1px;
  right: 0;
  top: -10px;
}
section#links .inner .col-sm-3:last-child:after {
  display: none;
}
@media (max-width: 767px) {
  section#links .inner .col-sm-3:after {
    right: 3px;
    top: 9px;
  }
  section#links .inner .col-sm-3:nth-child(even):after {
    display: none;
  }
  section#links .inner .col-sm-3:nth-child(3):before,
  section#links .inner .col-sm-3:nth-child(4):before {
    content: "";
    position: absolute;
    background: #585046;
    height: 80px;
    width: 1px;
    background-size: 150%;
    left: 48%;
    top: -60px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}

/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/* COLORS */
#hero .oil-banner {
  background-size: cover !important;
  text-align: center;
}
#hero .oil-banner h1,
#hero .oil-banner p {
  color: #FFFFFF;
}

/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/* COLORS */
#oil-detail-copy {
  text-align: center;
  padding: 30px 0 0;
}
#oil-detail-copy p.top {
  position: relative;
}
#oil-detail-copy p.top:before {
  content: "";
  display: block;
  background: url(../images/interesting-oil/drop.png);
  background-size: contain;
  width: 50px;
  height: 70px;
  margin: 0 auto;
}
#oil-detail-copy p {
  margin: 0 auto;
  max-width: 480px;
}
#oil-detail-copy .main {
  z-index: 2;
  margin: 50px auto;
  background: url(../images/interesting-oil/detail-banner.png) no-repeat center center;
  padding: 200px;
  background-size: contain;
}
@media screen and (min-width: 767px) and (max-width: 991px) {
  #oil-detail-copy .main {
    padding: 145px;
  }
  #oil-detail-copy .main p {
    font-size: 1.28571429em;
  }
}
@media screen and (max-width: 767px) {
  #oil-detail-copy .main {
    background: none;
    padding: 0;
  }
}
#oil-detail-copy .container {
  position: relative;
}
#oil-detail-copy .container:before,
#oil-detail-copy .container:after {
  content: "";
  position: absolute;
  background-size: contain;
}
@media screen and (max-width: 991px) {
  #oil-detail-copy .container:before,
  #oil-detail-copy .container:after {
    display: none;
  }
}
#oil-detail-copy .container:before {
  left: -50%;
  bottom: -60%;
  background: url(../images/detail-image-left.png) no-repeat center center;
  width: 994px;
  height: 884px;
}
#oil-detail-copy .container:after {
  bottom: -25%;
  right: -20%;
  background: url(../images/detail-image-right.png) no-repeat center center;
  width: 564px;
  height: 525px;
}
#oil-detail-copy .bottom {
  background: white;
  z-index: 1;
  padding: 40px 0 120px;
}
@media screen and (max-width: 991px) {
  #oil-detail-copy .bottom {
    padding: 20px 0;
  }
}
#oil-detail-copy .bottom img {
  margin: 40px auto;
}
@media screen and (max-width: 991px) {
  #oil-detail-copy .bottom img {
    margin: 10px auto;
  }
}
#oil-detail-copy .bottom .seperator {
  height: 1px;
  width: 150px;
  background: #585046;
  margin: 50px auto;
}

/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/* COLORS */
#oil-intro {
  text-align: center;
  background: white;
  padding-bottom: 50px;
  position: relative;
}
#oil-intro .top-image {
  margin: 0 auto;
  display: block;
  width: 200px;
  height: 130px;
  margin-top: -69px;
}
@media screen and (max-width: 767px) {
  #oil-intro .top-image {
    width: 100%;
    height: 200px;
    margin-bottom: -70px;
    margin-top: -70px;
  }
}
#oil-intro .top-image img {
  max-width: 100%;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  #oil-intro .top-image img {
    margin-top: 40px;
    width: 150px;
  }
}
#oil-intro .copy {
  max-width: 600px;
  margin: 0 auto;
}
#oil-intro .copy h2 {
  margin-bottom: 50px;
}
#oil-intro .copy:before,
#oil-intro .copy:after {
  position: absolute;
  content: "";
  background-size: contain !important;
  width: 300px;
  height: 300px;
  background-position: 50% 300% !important;
  bottom: 0;
}
@media screen and (max-width: 991px) {
  #oil-intro .copy:before,
  #oil-intro .copy:after {
    display: none;
  }
}
#oil-intro .copy:before {
  left: -40px;
  background: url(../images/copy-detail-left.png) no-repeat center center;
}
#oil-intro .copy:after {
  right: -55px;
  background: url(../images/copy-detail-right.png) no-repeat center center;
}

/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/* COLORS */
#outro .banner {
  background: url(../images/outro.jpg) no-repeat 10% center;
  background-size: cover;
  width: 100%;
  min-height: 450px;
}
@media screen and (max-width: 767px) {
  #outro .banner {
    background: url(../images/outro.jpg) no-repeat 59% center;
  }
}
#outro .container {
  position: relative;
  max-width: 600px;
  padding: 20px 160px 80px;
  margin-top: 30px;
}
@media (min-width: 992px) {
  #outro .container {
    min-height: 200px;
  }
}
@media screen and (max-width: 767px) {
  #outro .container {
    padding: 0;
  }
}
#outro .container:before,
#outro .container:after {
  position: absolute;
  content: "";
  background: url(../images/recipe-single-flair.png) no-repeat center center;
  background-size: contain;
  height: 200px;
  width: 100px;
  top: 0;
}
@media screen and (max-width: 767px) {
  #outro .container:before,
  #outro .container:after {
    display: none;
  }
}
#outro .container:before {
  left: 0;
}
#outro .container:after {
  right: 0;
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}
#outro .container h2:before,
#outro .container h2:after {
  content: "";
}
#outro .container h2:before {
  background: url(../images/bee.png) no-repeat center center;
  background-size: contain;
  width: 30px;
  height: 38px;
  right: -100px;
  top: 0;
  position: absolute;
}
@media screen and (max-width: 992px) {
  #outro .container h2 {
    margin-bottom: 30px;
  }
}

/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/* COLORS */
#oil-table {
  z-index: 3;
  position: relative;
  background: url("../images/bg-pattern.png");
}
#oil-table .copy {
  text-align: center;
}
#oil-table .copy h2 {
  margin: 40px 0;
}
#oil-table .copy .col-md-3 {
  padding: 80px 36px 0;
  margin-bottom: 40px;
}
@media screen and (max-width: 991px) {
  #oil-table .copy .col-md-3 {
    margin-bottom: 0;
    padding: 80px 0 0;
  }
}
#oil-table .copy .col-md-3 p {
  position: relative;
}
#oil-table .copy .col-md-3 p:before {
  content: "";
  position: absolute;
  background: url(../images/drop.png);
  background-size: contain;
  width: 50px;
  height: 70px;
  top: -70px;
  left: 40%;
}
#oil-table .table {
  width: 100%;
  background: rgba(247, 205, 60, 0.3);
  margin-bottom: 0;
}
#oil-table .table img {
  margin: 0 auto;
  max-width: 85%;
}
@media screen and (max-width: 767px) {
  #oil-table .table {
    margin-top: 30px;
  }
  #oil-table .table .container {
    padding: 0;
  }
  #oil-table .table .container img {
    max-width: 100%;
  }
}
#oil-table p.table-after {
  background: white;
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 10px 0;
}
#oil-table p.table-after span {
  position: relative;
}
@media screen and (max-width: 767px) {
  #oil-table p.table-after span {
    padding-left: 28px;
  }
}
#oil-table p.table-after span:before {
  content: "";
  position: absolute;
  background: url(../images/dot-yellow.png) no-repeat center center;
  background-size: contain;
  width: 15px;
  height: 15px;
  left: -25px;
  top: 0;
}
@media screen and (max-width: 767px) {
  #oil-table p.table-after span:before {
    left: 5px;
    top: 5px;
  }
}

/* COLORS */
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
#our-range-banner {
  position: relative;
}
@media (min-width: 768px) and (max-width: 991px) {
  #our-range-banner {
    pointer-events: none;
  }
}
#our-range-banner .our-range-banner-outer {
  width: 100%;
  height: 541px;
  background: url("../images/banner-template-bg.png") no-repeat;
  background-position: center;
  margin-bottom: 85px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #our-range-banner .our-range-banner-outer {
    display: none;
  }
}
#our-range-banner .our-range-banner-outer .our-range-banner-product {
  position: absolute;
/*
  left: 250px;
  bottom: -27px;
  width: 274px;
  height: 587px;
  background: url(../images/honey-mustard-bg.png);
*/
}
@media screen and (max-width: 1199px) {
  #our-range-banner .our-range-banner-outer .our-range-banner-product {
    left: 150px;
  }
}
@media screen and (max-width: 991px) {
  #our-range-banner .our-range-banner-outer .our-range-banner-product {
    left: 40px;
  }
}
#our-range-banner .our-range-banner-outer .our-range-banner-product.mayo-product {
  width: 411px;
  height: 881px;
  left: 100px;
}
@media screen and (max-width: 1199px) {
  #our-range-banner .our-range-banner-outer .our-range-banner-product.mayo-product {
    left: 10px;
  }
}
@media screen and (max-width: 991px) {
  #our-range-banner .our-range-banner-outer .our-range-banner-product.mayo-product {
    left: -80px;
  }
}
#our-range-banner .our-range-banner-outer .our-range-banner-content {
/*  position: absolute;*/
  left: 50%;
  height: 430px;
  width: 100%;
  top: 90px;
}
@media screen and (max-width: 1199px) {
  #our-range-banner .our-range-banner-outer .our-range-banner-content {
    left: 350px;
  }
}
@media screen and (max-width: 991px) {
  #our-range-banner .our-range-banner-outer .our-range-banner-content {
    left: 240px;
  }
}
#our-range-banner .our-range-banner-outer .our-range-banner-content .oil-icon {
  margin-top: 13px;
}
#our-range-banner .our-range-banner-outer .our-range-banner-content span.icon.oil {
  background: url(../images/oil-drop.svg);
  width: 42px;
  height: 55px;
  background-repeat: no-repeat;
  display: inline-block;
}
#our-range-banner .our-range-banner-outer .our-range-banner-content .content-title {
  text-align: center;
}
#our-range-banner .our-range-banner-outer .our-range-banner-content .content-title h1 {
  font-size: 2.28571429em;
  line-height: 36px;
  letter-spacing: 1.5px;
}
#our-range-banner .our-range-banner-outer .our-range-banner-content .content-subtitle h2 {
  font-size: 1.57142857em;
  line-height: 26px;
  color: #F8CF3C;
}
#our-range-banner .our-range-banner-outer .our-range-banner-content .content-text {
  margin-top: 40px;
  padding-top: 40px;
  position: relative;
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
}
#our-range-banner .our-range-banner-outer .our-range-banner-content .content-text:before {
  position: absolute;
  content: "";
  top: 0px;
  left: 50%;
  width: 43px;
  height: 1px;
  background: #F8CF3C;
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -o-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
}
#our-range-banner .our-range-banner-outer .our-range-banner-content .content-text p {
  font-size: 1.42857143em;
  line-height: 24px;
  text-align: center;
}
#our-range-banner .down-arrow {
  content: "";
  background: url(../images/swiper-next.png) no-repeat center center;
  background-size: contain;
  position: relative;
  display: block;
  bottom: 0;
  margin: -50px auto 20px;
  width: 100px;
  height: 50px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
@media screen and (max-width: 767px) {
  #our-range-banner .down-arrow {
    display: none;
  }
}
.our-range-banner-mobile {
  text-align: center;
}
.our-range-banner-mobile img {
  max-height: 375px;
  margin: 0 auto 20px auto;
}
.our-range-banner-mobile h2 {
  color: #F8CF3C;
}
/* UPDATES NOV 2016 */
#our-range-banner .our-range-banner-outer {
  height: 649px;
  padding: 54px 0 54px;
  margin-bottom: 31px;
}
#our-range-banner .our-range-banner-outer .our-range-banner-product {
  bottom: 36px;
  pointer-events: none;
}
#our-range-banner .our-range-banner-outer .our-range-banner-content {
  top: 140px;
}
#our-range-banner .chilli-container .our-range-banner-outer {
  background: url(../images/chilli-bg.png) no-repeat center center;
}
#our-range-banner .chilli-container .our-range-banner-outer .our-range-banner-product {
  bottom: 23px;
}
#our-range-banner .chilli-container .our-range-banner-outer .our-range-banner-content {
  top: 148px;
}
#our-range-banner .vinaigrette-container .our-range-banner-outer {
  background: url(../images/vinaigrette-bg.png) no-repeat center center;
}
#our-range-banner .vinaigrette-container .our-range-banner-outer .our-range-banner-product {
  bottom: 26px;
}
#our-range-banner .vinaigrette-container .our-range-banner-outer .our-range-banner-content {
  top: 146px;
}
#our-range-banner .balsamic-container .our-range-banner-outer {
  background: url(../images/balsamic-bg.png) no-repeat center center;
}
#our-range-banner .balsamic-container .our-range-banner-outer .our-range-banner-product {
  bottom: 29px;
}
#our-range-banner .balsamic-container .our-range-banner-outer .our-range-banner-content {
  top: 144px;
}
#our-range-banner .honey-container .our-range-banner-outer {
  background: url(../images/honey-mustard-bg.png) no-repeat center center;
}
#our-range-banner .honey-container .our-range-banner-outer .our-range-banner-product {
  bottom: 33px;
}
#our-range-banner .honey-container .our-range-banner-outer .our-range-banner-content {
  top: 142px;
}
#our-range-banner .mayo-container .our-range-banner-outer {
  background: url(../images/mayo-bg.png) no-repeat center center;
}
#our-range-banner .mayo-container .our-range-banner-outer .our-range-banner-product {
  bottom: 30px;
}
#our-range-banner .mayo-container .our-range-banner-outer .our-range-banner-content {
  top: 144px;
}
#our-range-banner .garlic-container .our-range-banner-outer {
  background: url(../images/garlic-mayo-bg.png) no-repeat center center;
}
#our-range-banner .garlic-container .our-range-banner-outer .our-range-banner-product {
  bottom: 52px;
}
#our-range-banner .garlic-container .our-range-banner-outer .our-range-banner-content {
  top: 132px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #our-range-banner .garlic-container .our-range-banner-outer .our-range-banner-content {
    left: 375px;
  }
}
@media screen and (max-width: 991px) {
  #our-range-banner .garlic-container .our-range-banner-outer .our-range-banner-content {
    left: 270px;
  }
}

/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/* COLORS */
#our-range-more .section-title {
  padding: 50px 0 20px;
}
#our-range-more .section-title h2 {
  margin: 0px;
}
#our-range-more .section-title h2 strong {
  color: #F8CF3C;
}
#our-range-more .more-products {
  height: 490px;
  position: relative;
}
@media screen and (max-width: 1200px) {
  #our-range-more .more-products {
    height: 450px;
    margin-bottom: 15px;
  }
}
#our-range-more .more-products-outer {
  height: 100%;
  padding: 15px;
  text-align: center;
}
#our-range-more .more-products-outer .recipe-button {
  height: 50%;
}
#our-range-more .more-products-outer .recipe-button a.btn {
  color: #fff;
  border-color: #fff;
}
@media screen and (max-width: 767px) {
  #our-range-more .more-products-outer .recipe-button a.btn {
    font-size: 15px;
  }
}
#our-range-more .more-products-outer .other-products {
  height: 50%;
  background: rgba(255, 255, 255, 0.9);
}
#our-range-more .more-products-outer .other-products h3 {
  text-transform: none;
  letter-spacing: normal;
  font-size: 32px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  position: relative;
  margin-top: 0px;
}
@media screen and (max-width: 767px) {
  #our-range-more .more-products-outer .other-products h3 {
    font-size: 26px;
  }
}
#our-range-more .more-products-outer .other-products h3:after {
  content: "";
  position: absolute;
  bottom: 0px;
  width: 45px;
  height: 1px;
  background: #585046;
  left: 50%;
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -o-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
}
#our-range-more .more-products-outer .other-products ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#our-range-more .more-products-outer .other-products ul li a {
  font-size: 20px;
  color: #585046;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-family: "bariol";
}
@media screen and (max-width: 767px) {
  #our-range-more .more-products-outer .other-products ul li a {
    font-size: 16px;
  }
}
#our-range-more .more-products-outer .other-products ul li a:hover {
  text-decoration: none;
  font-weight: bold;
}
#our-range-more .more-products.dressings .more-products-outer {
  background: url("../images/more-bg.jpg");
  background-position: center;
  background-size: cover;
}
#our-range-more .more-products.mayo .more-products-outer {
  background: url("../images/more-bg-mayo.jpg");
  background-position: center;
  background-size: cover;
}
#our-range-more .more-product {
  height: 300px;
}
#our-range-more .more-product .img-responsive {
  max-height: 80%;
  margin: 0 auto;
}
#our-range-more .more-product h5 {
  color: #585046;
}
#our-range-more .more-product a:hover,
#our-range-more .more-product a:focus {
  text-decoration: none;
}
#our-range-more .more-product a:hover h5,
#our-range-more .more-product a:focus h5 {
  color: #F8CF3C;
  font-weight: bold;
}
#our-range-more .swiper-button-prev {
  background: url(../images/arrow-left.svg) no-repeat center center;
  background-size: contain !important;
}
#our-range-more .swiper-button-next {
  background: url(../images/arrow-right.svg) no-repeat center center;
  background-size: contain !important;
}

/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/* COLORS */
#recommended-recipes .section-title {
  padding: 50px 0;
}
#recommended-recipes .section-title h2 {
  margin: 0px;
}
#recommended-recipes .section-title h2 strong {
  color: #F8CF3C;
}
#recommended-recipes .featured-recipe {
  height: 485px;
  text-align: center;
  background: url("../images/beetroot-cake.jpg");
  background-size: cover !important;
  background-position: center;
  color: #fff;
}
@media screen and (max-width: 1200px) {
  #recommended-recipes .featured-recipe {
    height: 375px;
  }
}
@media screen and (max-width: 767px) {
  #recommended-recipes .featured-recipe {
    height: 325px;
  }
}
#recommended-recipes .featured-recipe h3 {
  font-size: 2.28571429em;
  margin-bottom: 35px;
  text-transform: none!important;
}
#recommended-recipes .featured-recipe a.btn {
  color: #fff!important;
  border-color: #fff!important;
}
@media screen and (max-width: 767px) {
  #recommended-recipes .featured-recipe a.btn {
    font-size: 15px;
  }
}
#recommended-recipes .recommended-recipe {
  text-align: center;
  padding: 0px;
}
#recommended-recipes .recommended-recipe-outer {
  padding: 15px;
  height: 350px;
  background: url("../images/recom-recipe.jpg");
  background-size: cover!important;
  background-position: center!important;
}
@media screen and (max-width: 1200px) {
  #recommended-recipes .recommended-recipe-outer {
    height: 280px;
  }
}
#recommended-recipes .recommended-recipe-over {
  height: 100%;
  background: rgba(87, 79, 69, 0.9);
  padding: 0 15px;
}
@media (min-width: 992px) {
  #recommended-recipes .recommended-recipe-over {
    opacity: 0.0;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
  }
  #recommended-recipes .recommended-recipe-over:hover {
    opacity: 1.0;
  }
}
#recommended-recipes .recommended-recipe h3 {
  font-size: 1.85714286em;
  letter-spacing: normal;
  color: #F8CF3C;
  margin-bottom: 20px;
}
@media screen and (max-width: 1200px) {
  #recommended-recipes .recommended-recipe h3 {
    font-size: 1.71428571em;
  }
}
#recommended-recipes .recommended-recipe p {
  font-size: 20px;
  line-height: 24px;
  color: #fff;
}
@media screen and (max-width: 1200px) {
  #recommended-recipes .recommended-recipe p {
    font-size: 16px;
    line-height: 20px;
  }
}
#recommended-recipes .recommended-recipe a.btn {
  font-size: 14px;
  color: #fff;
  border-color: #fff;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  #recommended-recipes .recommended-recipe a.btn {
    font-size: 15px;
  }
}

/* COLORS */
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
#our-range-splash {
  background: url(../images/our-range-left.png) left center no-repeat, url(../images/our-range-right.png) right center no-repeat #fff;
}
@media screen and (max-width: 1300px) {
  #our-range-splash {
    background: url(../images/our-range-left.png) -5% center no-repeat, url(../images/our-range-right.png) 105% center no-repeat #fff;
  }
}
@media screen and (max-width: 1200px) {
  #our-range-splash {
    background: url(../images/our-range-left.png) -10% center no-repeat, url(../images/our-range-right.png) 110% center no-repeat #fff;
  }
}
@media screen and (max-width: 1100px) {
  #our-range-splash {
    background: url(../images/our-range-left.png) -20% center no-repeat, url(../images/our-range-right.png) 120% center no-repeat #fff;
  }
}
@media screen and (max-width: 1000px) {
  #our-range-splash {
    background: url(../images/our-range-left.png) -30% center no-repeat, url(../images/our-range-right.png) 130% center no-repeat #fff;
  }
}
@media screen and (max-width: 900px) {
  #our-range-splash {
    background: #fff;
  }
}
#our-range-splash .inner {
  padding: 75px 0;
}
@media screen and (max-width: 767px) {
  #our-range-splash .inner {
    padding: 30px 0;
  }
}
#our-range-splash .section-title {
  margin-bottom: 45px;
}
#our-range-splash .section-title h2 strong {
  color: #F8CF3C;
}
#our-range-splash .section-copy {
  width: 570px;
  max-width: 100%;
  margin: 0px auto;
  position: relative;
}
#our-range-splash .section-copy:before,
#our-range-splash .section-copy:after {
  content: "";
  position: absolute;
  top: 0px;
  height: 192px;
  width: 74px;
  background-position: center!important;
  background-repeat: no-repeat !important;
}
#our-range-splash .section-copy:before {
  left: -120px;
  background: url("../images/splash-left.svg");
}
#our-range-splash .section-copy:after {
  right: -120px;
  background: url("../images/splash-right.svg");
}
#our-range-splash .section-copy p {
  font-size: 1.42857143em;
  line-height: 24px;
  margin-bottom: 20px;
}
#our-range-splash .nutrition {
  text-align: left;
  width: 810px;
  max-width: 100%;
  margin: 0px auto;
  position: relative;
}
#our-range-splash .nutrition h2 {
  text-align: left;
  font-size: 32px;
  color: #F8CF3C;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #F8CF3C;
}
@media screen and (max-width: 767px) {
  #our-range-splash .nutrition h2 {
    text-align: center;
  }
}
#our-range-splash .nutrition table.nutrition-table {
  width: 100%;
  text-align: left;
}
#our-range-splash .nutrition table.nutrition-table td {
  font-size: 20px;
  font-family: 'cormorant';
  padding: 3px 1px;
}
#our-range-splash .nutrition table.nutrition-table tr.bordered {
  border-bottom: 1px solid #8a847d;
}
#our-range-splash .nutrition table.nutrition-table tr td:last-child {
  text-align: right;
}
#our-range-splash .ingredients-wrapper .ingredients-list {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  #our-range-splash .ingredients-wrapper .ingredients-list {
    text-align: center;
    margin-bottom: 20px;
  }
}
#our-range-splash .ingredients-wrapper .product-features ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#our-range-splash .ingredients-wrapper .product-features ul li {
  padding-left: 30px;
  background: url(../images/check.svg) no-repeat left center;
  margin-bottom: 15px;
  font-size: 1.42857143em;
  line-height: 24px;
}
@media screen and (max-width: 767px) {
  #our-range-splash .ingredients-wrapper .product-features ul li {
    width: 50%;
    display: block;
    margin: 0px auto;
    margin-bottom: 15px;
  }
}
#our-range-splash .ingredients-wrapper .product-FSSAI {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  #our-range-splash .ingredients-wrapper .product-FSSAI {
    text-align: center;
    margin-bottom: 20px;
  }
}
#our-range-splash .product-usage {
  margin-top: 90px;
}
@media screen and (max-width: 767px) {
  #our-range-splash .product-usage {
    margin-top: 0px;
  }
}
#our-range-splash .product-usage ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #our-range-splash .product-usage ul {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    flex-wrap: wrap;
  }
}
#our-range-splash .product-usage ul li {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #our-range-splash .product-usage ul li {
    display: inline-block;
    width: 50%;
    float: left;
  }
}
#our-range-splash .product-usage ul li img {
  margin-bottom: 5px;
  max-width: 110px;
}
#our-range-splash .product-usage ul li p {
  margin: 0px;
}

#pb-wrapper img {
  max-width: 100%;
  display: block;
  margin: 0px auto;
  height: auto;
}
#pb-wrapper h2 {
  margin-top: 30px;
  margin-bottom: 30px;
}
#pb-wrapper h3 {
  margin-top: 20px;
  margin-bottom: 20px;
}

/* COLORS */
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
.policy {
  padding-bottom: 50px;
}
.policy h1 {
  margin-bottom: 40px;
}
.policy li {
  font-size: 1.42857143em;
}
.policy p {
  font-size: 1.21428571em;
}

.print-img,
.print-footer {
  display: none;
}
.btn.print-btn {
  font-size: 1em;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media print {
  body {
    font-family: 'bariol' !important;
  }
  body .page {
    overflow: initial !important;
  }
  body footer,
  body .cookie-popup-wrapper,
  body section#links,
  body section#recipes-listing,
  body .recipe-video,
  body .suggested-recipes,
  body .recipe-next,
  body .recipe-prev,
  body #hero,
  body .top-img {
    display: none !important;
  }
  body .ingredients {
    width: 33.33% !important;
    float: left !important;
  }
  body .ingredients p br {
    line-height: 1.75em;
  }
  body .ingredients button {
    display: none;
  }
  body .method {
    width: 66.66% !important;
    float: left !important;
  }
  body section#recipe-main {
    padding: 0 !important;
  }
  body .recipe-title {
    padding-bottom: 0px !important;
  }
  body .recipe-title .inner {
    max-width: none !important;
  }
  body .recipe-title p {
    font-family: 'bariol' !important;
    width: 60% !important;
    float: left !important;
    text-align: left !important;
  }
  body .print-img {
    width: 33.33% !important;
    float: right;
    display: block;
    margin-top: 10px;
  }
  body .print-footer {
    display: block;
    text-align: center;
    font-size: 1.5em;
    width: 100%;
    margin-top: 30px;
    font-weight: bold;
  }
  body .print-footer span {
    text-decoration: underline;
  }
  body h1,
  body h2,
  body h3,
  body h4,
  body h5,
  body h6 {
    font-weight: bold !important;
    border: none;
    margin-top: 0 !important;
  }
  body .recipe-content h3 {
    padding: 0 !important;
    margin: 10px 0 !important;
    font-size: 1.5em !important;
    border: none !important;
    letter-spacing: 0.15em !important;
  }
  body .recipe-content {
    min-height: auto !important;
  }
  body p {
    font-size: 1em !important;
    line-height: 1.1em !important;
  }
  body #recipe-main h1 {
    font-size: 2em !important;
  }
  body #recipe-main h1:after {
    content: 'By Farringtonâ€™s Mellow Yellow';
    display: block;
    font-size: 18px;
    font-weight: normal;
    font-style: italic;
    margin-top: 5px;
  }
  body header .inner {
    padding: 0;
  }
  body header .util-nav,
  body header .main-nav,
  body header .mobile-nav {
    display: none !important;
  }
  body header .logo {
    transform: scale(0.75);
  }
  body header .logo a[href]:after {
    content: none !important;
  }
}

/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/* COLORS */
#hero {
  max-height: 600px;
}
#hero .container {
  height: 100%;
}
#hero .recipe-landing-banner {
  background: transparent url("../images/banner.jpg");
  background-size: cover !important;
}

/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/* COLORS */
section#recipe-landing-copy {
  background: white;
  margin-top: 0px;
  padding: 50px 0;
}
@media screen and (max-width: 992px) {
  section#recipe-landing-copy {
    padding: 50px 0 50px 0;
  }
}
section#recipe-landing-copy .top-img {
  margin-top: -89px;
}
section#recipe-landing-copy .top-img img {
  margin: 0 auto;
  display: block;
}
section#recipe-landing-copy .container .inner {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}
section#recipe-landing-copy .container .inner h2 {
  position: relative;
  margin-bottom: 50px;
}
section#recipe-landing-copy .container .inner h2:after {
  content: "";
  position: absolute;
  background: url("../images/bee.png") no-repeat center center;
  background-size: contain;
  width: 25px;
  height: 30px;
  right: 10px;
  top: -45px;
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/* COLORS */
button.btn.btn-dropdown.dropdown-toggle {
  background: url(../images/scrollbar-arrow-down.png) no-repeat 95% center, #fff;
  background-size: 17px 12px;
}
section#recipes-listing {
  text-align: center;
}
section#recipes-listing h1 {
  margin: 40px 0 60px;
}
section#recipes-listing .recipes-grid {
  display: inline-block;
  width: 100%;
}
@media screen and (max-width: 992px) {
  section#recipes-listing .recipes-grid {
    padding: 15px;
  }
}
section#recipes-listing .recipe {
  background-size: cover !important;
  height: 350px;
  padding: 0px;
  cursor: default;
}
@media (max-width: 767px) {
  section#recipes-listing .recipe {
    height: 300px;
  }
}
@media screen and (max-width: 992px) {
  section#recipes-listing .recipe {
    padding: 0px;
  }
}
@media screen and (max-width: 767px) {
  section#recipes-listing .recipe {
    height: 300px;
  }
}
section#recipes-listing .recipe .recipe-outer {
  height: 100%;
}
section#recipes-listing .recipe .recipe-outer .recipe-inner {
  height: 100%;
  width: 100%;
  padding: 15px;
}
section#recipes-listing .recipe .recipe-outer .recipe-inner .recipe-hover {
  height: 100%;
  opacity: 0;
  background: rgba(88, 80, 70, 0.8);
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
section#recipes-listing .recipe .recipe-outer .recipe-inner .recipe-hover h4 {
  color: #F8CF3C;
}
@media screen and (max-width: 767px) {
  section#recipes-listing .recipe .recipe-outer .recipe-inner .recipe-hover h4 {
    padding: 0 10px;
  }
}
section#recipes-listing .recipe .recipe-outer .recipe-inner .recipe-hover p {
  margin: 10px 20px;
  color: #FFFFFF;
}
section#recipes-listing .recipe .recipe-outer .recipe-inner .recipe-hover p:before,
section#recipes-listing .recipe .recipe-outer .recipe-inner .recipe-hover p:after {
  content: "";
  height: 1px;
  width: 60px;
  background: #FFFFFF;
  display: block;
  margin: 20px auto;
}
@media (max-width: 991px) {
  section#recipes-listing .recipe .recipe-outer .recipe-inner .recipe-hover {
    opacity: 1;
  }
}
section#recipes-listing .recipe .recipe-outer .recipe-inner a.btn-img {
  cursor: pointer;
}
section#recipes-listing .recipe .recipe-outer .recipe-inner a.btn-img:hover,
section#recipes-listing .recipe .recipe-outer .recipe-inner a.btn-img:focus {
  color: #585046;
}
@media (min-width: 992px) {
  section#recipes-listing .recipe:hover .recipe-hover {
    opacity: 1 !important;
    visibility: visible !important;
  }
}
section#recipes-listing a.btn-default {
  margin: 50px auto 100px auto;
}
@media screen and (max-width: 992px) {
  section#recipes-listing a.btn-default {
    margin-top: 20px;
    margin-bottom: 65px;
  }
}

/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/

/* COLORS */
section#recipe-main {
  background: white;
  margin-top: 0px;
}
@media (min-width: 992px) {
  section#recipe-main {
    padding: 50px;
  }
}
@media (max-width: 991px) {
  section#recipe-main {
    padding: 50px 0 0 0;
  }
}
section#recipe-main .recipe-title {
  padding-bottom: 100px;
  position: relative;
}
@media screen and (max-width: 991px) {
  section#recipe-main .recipe-title {
    padding-bottom: 20px;
  }
}
section#recipe-main .recipe-title .top-img {
  margin-top: -89px;
}
section#recipe-main .recipe-title .top-img img {
  margin: 0 auto;
  display: block;
}
section#recipe-main .recipe-title .container .inner {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
section#recipe-main .recipe-title .container .inner h2 {
  position: relative;
  margin-bottom: 50px;
}
section#recipe-main .recipe-title .container .inner h2:before {
  content: "";
  position: absolute;
  background: url("../images/bee.png") no-repeat center center;
  background-size: contain;
  width: 25px;
  height: 30px;
  left: -220px;
  top: -20px;
}
section#recipe-main .recipe-title .container .inner:before,
section#recipe-main .recipe-title .container .inner:after {
  content: "";
  background: url("../images/recipe-single/recipe-single-flair.png") no-repeat center center;
  background-size: contain;
  width: 200px;
  height: 150%;
  position: absolute;
  top: -40px;
}
@media (max-width: 1199px) {
  section#recipe-main .recipe-title .container .inner:before,
  section#recipe-main .recipe-title .container .inner:after {
    display: none;
  }
}
section#recipe-main .recipe-title .container .inner:before {
  left: -200px;
}
section#recipe-main .recipe-title .container .inner:after {
  right: -200px;
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}
section#recipe-main .recipe-title a.recipe-prev,
section#recipe-main .recipe-title a.recipe-next {
  font-family: "bariol";
  color: #585046;
  position: absolute;
  top: 50%;
  font-size: 1.28571429em;
  letter-spacing: 0.15em;
}
section#recipe-main .recipe-title a.recipe-prev:hover,
section#recipe-main .recipe-title a.recipe-next:hover,
section#recipe-main .recipe-title a.recipe-prev:focus,
section#recipe-main .recipe-title a.recipe-next:focus {
  color: #F8CF3C;
  text-decoration: none;
}
section#recipe-main .recipe-title a.recipe-next {
  right: -10px;
}
section#recipe-main .recipe-title a.recipe-prev {
  left: -10px;
}
section#recipe-main .recipe-content {
  text-align: left;
  min-height: 600px;
}
section#recipe-main .recipe-content h3 {
  text-align: left;
  color: #F8CF3C;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #F8CF3C;
  text-transform: none;
  font-size: 1.88571429em;
  letter-spacing: 0.15em;
  font-weight: bold;
}
section#recipe-main .recipe-content h4 {
  margin-bottom: 20px;
  text-align: left;
  text-transform: uppercase;
  color: #585046;
  letter-spacing: 0.15em;
  font-size: 1.28571429em;
  display: flex;
  display: -webkit-flex;
  align-items: center;
}
section#recipe-main .recipe-content h4 span.icon-video {
  margin-right: 10px;
  background: url("../images/video.png") no-repeat center center;
  background-size: contain;
  display: inline-block;
  width: 40px;
  height: 25px;
}
@media (min-width: 992px) {
}
@media (min-width: 992px) {
}
section#recipe-main .recipe-content .ingredients .ingredients-inner p {
  margin-bottom: 0;
}
section#recipe-main .recipe-content .suggested-recipes {
  padding-top: 5px;
}
section#recipe-main .recipe-content .suggested-recipes a img {
  margin: 20px 0;
  max-height: 148px;
}
@media screen and (max-width: 767px) {
  section#recipe-main .recipe-content .suggested-recipes a img {
    margin: 20px auto;
  }
}
section#recipe-main .recipe-content .container .row:last-child {
  margin-top: 30px;
}
@media (max-width: 991px) {
  section#recipe-main iframe {
    max-width: 100%;
    height: auto;
    margin-bottom: 40px;
  }
}

section#search-page {
  padding-bottom: 50px;
}
section#search-page .post-search {
  padding: 20px 0;
}
section#search-page .post-search h3 {
  margin-top: 0px;
  text-align: left;
}
section#search-page .post-search .btn {
  padding: 8px 18px;
  font-size: 15px;
}
section#search-page .post-search .view-post {
  text-align: center;
  padding-top: 15px;
}
section#search-page .recipe-search,
section#search-page .product-search {
  background-size: cover !important;
  height: 350px;
  padding: 0px;
  cursor: default;
}
section#search-page .recipe-search .recipe-inner,
section#search-page .product-search .recipe-inner {
  height: 100%;
  width: 100%;
  padding: 15px;
}
section#search-page .recipe-search .recipe-outer,
section#search-page .product-search .recipe-outer,
section#search-page .recipe-search .recipe-inner,
section#search-page .product-search .recipe-inner,
section#search-page .recipe-search .recipe-hover,
section#search-page .product-search .recipe-hover {
  height: 100%;
}
section#search-page .recipe-search:hover .recipe-hover,
section#search-page .product-search:hover .recipe-hover {
  opacity: 1.0;
  visibility: visible;
}
section#search-page .recipe-search .recipe-hover,
section#search-page .product-search .recipe-hover {
  height: 100%;
  opacity: 0;
  visibility: hidden;
  background: rgba(88, 80, 70, 0.8);
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
section#search-page .recipe-search .recipe-hover h4,
section#search-page .product-search .recipe-hover h4 {
  color: #F8CF3C;
}
section#search-page .recipe-search .recipe-hover p,
section#search-page .product-search .recipe-hover p {
  margin: 10px 20px;
  color: #FFFFFF;
}
section#search-page .nav-links a {
  padding: 5px 10px;
  background: #fff;
  font-size: 16px;
  text-decoration: none;
  color: #666;
}
section#search-page .nav-links a:hover {
  background: #eee;
}
section#search-page .nav-links span.current {
  padding: 5px 10px;
  background: #f7ce3c;
  font-size: 16px;
  text-decoration: none;
  color: #fff;
}
section#search-page input#search-main {
  margin: 0px auto;
  display: block;
  padding: 10px 20px;
  font-size: 16px;
  border: 1px solid #eee;
  width: 400px;
  max-width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  outline: none;
}
section#search-page .pagination {
  display: block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
  text-align: center;
}
section#search-page .container > h2 {
  padding: 30px 0;
}
section#search-page .results-inner {
  max-height: 350px;
  overflow: hidden;
  display: block;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
section#search-page .results-show-more {
  text-align: center;
  padding: 30px;
}
section#search-page .col-md-4.col-sm-6.product-search.search-result-item {
  background-size: contain!important;
}

/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/* COLORS */
.post-filter {
  padding: 30px;
  background: #F8CF3C;
  min-height: 200px;
  text-align: center;
}
@media (max-width: 991px) {
  .post-filter {
    margin-left: -15px;
    margin-right: -15px;
    width: 100vw;
  }
}
.post-filter .dropdown {
  width: auto;
  display: inline-block;
}
.other-post {
  margin-top: 20px;
  border-bottom: 1px solid #585046;
}
.other-post a {
  color: #585046;
}
.other-post a:hover,
.other-post a:focus {
  color: #585046;
}
.other-post a h3 {
  letter-spacing: 0;
  font-size: 1.85714286em;
  text-transform: none;
  text-align: left;
}
.other-post h5 {
  margin-top: 60px;
  text-align: left;
  padding-bottom: 10px;
}
@media screen and (max-width: 991px) {
  .other-post:last-child {
    border-bottom: none;
  }
}

/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/* COLORS */
@media screen and (max-width: 767px) {
  .post-main .container {
    padding: 0;
  }
  .post-main .container .col-md-8 {
    padding: 0;
  }
}
.post-main .post-banner {
  background-size: cover !important;
  height: 550px;
}
@media (max-width: 991px) {
  .post-main .post-banner {
    width: 100vw;
    margin-left: -15px;
  }
}
@media (max-width: 767px) {
  .post-main .post-banner {
    height: 250px;
  }
}
.post-main .post-title {
  margin-bottom: 80px;
  position: relative;
}
.post-main .post-title h1 {
  color: #F8CF3C;
  text-transform: none;
  font-weight: bold;
  margin: 40px auto;
}
.post-main .post-title h4 {
  font-size: 1.14285714em;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.post-main .post-title:before {
  content: "";
  background: url(../images/bee.png) no-repeat center center;
  background-size: contain;
  width: 37px;
  height: 32px;
  display: block;
  position: absolute;
  left: 15%;
  top: 30%;
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}
@media (max-width: 767px) {
  .post-main .post-title:before {
    left: 0;
  }
}
.post-main .post-title:after {
  content: "";
  margin: 60px auto;
  height: 40px;
  width: 300px;
  background: url(../images/post-title-border.png) no-repeat center center;
  background-size: contain;
  display: block;
}
.post-main .post-content {
  margin: 60px auto;
  text-align: left;
  padding: 0 40px;
}
@media (max-width: 991px) {
  .post-main .post-content {
    padding: 0 20px;
  }
}
.post-main .post-content img {
  max-width: 100%;
  height: auto;
}
.post-main .post-pagination-mobile {
  margin-left: -15px;
  margin-right: -15px;
}
.post-main .post-pagination {
  display: flex;
  display: -webkit-flex;
  padding: 0;
}
.post-main .post-pagination .btn-wide {
  width: 50%;
  z-index: 2;
}
.post-main .post-pagination .btn-wide:last-child {
  border-left: 1px solid white;
}
.post-main .post-pagination:after {
  content: "";
  position: absolute;
  background: url("../images/pagination-creative.png") no-repeat center center;
  background-size: contain;
  z-index: 1;
  width: 400px;
  height: 400px;
  right: 0;
  top: -320px;
}

/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/* COLORS */
.stores-hero {
  max-height: 520px !important;
}
.stores-hero .stores-banner {
  background-size: cover !important;
}

/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/* COLORS */
#stores-intro {
  text-align: center;
  background: white;
  padding-bottom: 20px;
  position: relative;
  z-index: 1;
}
#stores-intro .top-image {
  margin: 0 auto;
  display: block;
  width: 200px;
  height: 130px;
  margin-top: -69px;
}
@media screen and (max-width: 767px) {
  #stores-intro .top-image {
    width: 100%;
    height: 200px;
    margin-bottom: -70px;
    margin-top: -70px;
  }
}
#stores-intro .top-image img {
  max-width: 100%;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  #stores-intro .top-image img {
    margin-top: 35px;
    width: 175px;
  }
}
#stores-intro .copy {
  max-width: 660px;
  margin: 0 auto;
}
#stores-intro .copy h2 {
  margin-bottom: 30px;
  position: relative;
}
#stores-intro .copy h2:after {
  content: "";
  position: absolute;
  background: url(../images/bee.png) no-repeat center center;
  background-size: contain;
  height: 38px;
  width: 32px;
  right: 0;
  top: -20px;
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}
#stores-intro .filter-title:before,
#stores-intro .filter-title:after {
  position: absolute;
  content: "";
  width: 400px;
  height: 400px;
  bottom: -120px;
  background-size: contain !important;
}
@media screen and (max-width: 991px) {
  #stores-intro .filter-title:before,
  #stores-intro .filter-title:after {
    display: none;
  }
}
#stores-intro .filter-title:before {
  left: -200px;
  background: url(../images/filter-art-left.png) no-repeat center center;
}
@media (max-width: 1199px) {
  #stores-intro .filter-title:before {
    left: -220px;
  }
}
#stores-intro .filter-title:after {
  right: -200px;
  background: url(../images/filter-art-right.png) no-repeat center center;
}
@media (max-width: 1199px) {
  #stores-intro .filter-title:after {
    right: -220px;
  }
}
.stockists {
  margin: 60px auto;
  display: flex;
  display: -webkit-flex;
  justify-content: space-around;
  flex-wrap: wrap;
  max-width: 80%;
}
.stockists .col-md-3 a {
  margin: 0 auto;
  height: 100%;
}
.stockists .col-md-3 img {
  max-height: 90px;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0 auto 40px auto;
}

/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/* COLORS */
#online-retailers {
  text-align: center;
  padding-top: 50px;
}
#online-retailers .copy {
  max-width: 660px;
  margin: 0 auto;
}
#online-retailers .copy h2 {
  margin-bottom: 30px;
  position: relative;
}

/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/* COLORS */
#store-locator {
  background: white;
  z-index: 2;
  position: relative;
}
#store-locator h5 em {
  color: #F8CF3C;
  font-weight: bold;
}
#store-locator .stores {
  padding: 0;
}
#store-locator .stores h5 {
  padding-top: 30px;
}
#store-locator .stores .store {
  width: 100%;
  padding-left: 60px;
}
#store-locator .stores .store:last-child {
  margin-bottom: 30px;
}
#store-locator .stores .store .store-header {
  border-bottom: 1px solid #F8CF3C;
  position: relative;
}
@media (min-width: 768px) and (max-width: 991px) {
  #store-locator .stores .store .store-header h5 {
    right: 10px;
  }
}
#store-locator .stores .store .store-header h2 {
  float: left;
  color: #F8CF3C;
  position: relative;
}
@media screen and (max-width: 991px) {
  #store-locator .stores .store .store-header h2 {
    max-width: 80%;
  }
}
#store-locator .stores .store .store-header h2 span.store-pip {
  background: url(../images/locator-pip.png) no-repeat center center;
  background-size: contain;
  padding: 4px 0 0 1px;
  width: 50px;
  height: 50px;
  color: #FFFFFF;
  position: absolute;
  left: -50px;
  font-size: 0.85714286em;
}
#store-locator .stores .store .store-header h5 {
  float: right;
  margin-top: 30px;
}
@media screen and (max-width: 991px) {
  #store-locator .stores .store .store-header h5 {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
#store-locator .stores .store .store-address {
  padding-top: 10px;
}
@media screen and (max-width: 767px) {
  #store-locator .stores .store .store-address {
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #store-locator .stores .store .store-address {
    padding-right: 15px;
  }
}
#store-locator .stores .store .store-address .col-sm-8,
#store-locator .stores .store .store-address .col-sm-4 {
  padding: 0;
}
#store-locator .stores .store .store-address a.btn {
  text-transform: uppercase;
}
@media (min-width: 768px) {
  #store-locator .stores .store .store-address a.btn {
    float: right;
  }
}
@media screen and (max-width: 767px) {
  #store-locator .stores .store .store-address a.btn {
    display: block;
    width: 150px;
    margin: 30px 0 0;
  }
}
#store-locator .filter {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
}
#store-locator .filter input {
  height: 40px;
}
#store-locator .filter #filterSearch {
  display: block;
}
#store-locator .filter #submit {
  vertical-align: top;
  padding: 6px 20px;
}

.wa {
  padding-bottom: 50px;
}
.wa h2 {
  margin-top: 50px;
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .wa h2 {
    margin-top: 70px;
    margin-bottom: 70px;
  }
}
.wa .wa__below p a {
  color: #39342d;
}
.wa__block {
  position: relative;
  background-color: white;
  padding: 40px 20px 10px;
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .wa__block {
    padding: 40px 50px 20px;
  }
  .wa__block:before {
    content: "";
    position: absolute;
    background: url(../images/bee.png) no-repeat center center;
    width: 32px;
    height: 38px;
    background-size: contain;
    left: -16px;
    top: -24px;
  }
}
.wa__block:after {
  position: absolute;
  bottom: -4px;
  left: 0;
  right: 0;
  content: '';
  display: block;
  height: 18px;
  background-color: #AA804C;
  mix-blend-mode: multiply;
  filter: blur(2px);
  border-radius: 60px;
  z-index: -1;
}
.wa__block h3 {
  margin-bottom: 30px;
}
.wa__block h4 {
  font-size: 25px;
}
@media (min-width: 768px) {
  .wa__block h4 {
    font-size: 28px;
  }
}
.wa__item-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding-bottom: 10px;
  padding-top: 10px;
}
.wa__item-header h4,
.wa__item-header path {
  transition: all 0.3s ease;
}
.wa__item-header h4 {
  text-align: left;
}
.wa__item-header.is-active h4 {
  color: #F8CF3C;
}
.wa__item-header.is-active .wa__plus {
  opacity: 0;
}
.wa__item-header:hover h4 {
  color: #F8CF3C;
}
@media (min-width: 768px) {
  .wa__item-header {
    padding-bottom: 15px;
    padding-top: 15px;
  }
}
.wa__item-content {
  padding-top: 10px;
}
@media (min-width: 768px) {
  .wa__item-content {
    padding-top: 20px;
  }
}
.wa__item-content a {
  line-height: 1;
  display: inline-block;
  max-width: 100%;
  word-break: break-word;
  hyphens: auto;
}
.wa__item:not(:last-child) {
  border-bottom: 1px solid #eaeaea;
}
.wa__retailer {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .wa__retailer {
    margin-bottom: 50px;
  }
}
.wa__retailer-name {
  font-family: 'bariol';
  font-size: 23px;
}
@media (min-width: 768px) {
  .wa__retailer-name {
    font-size: 26px;
  }
}
.homepage-seasonal {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 30px;
}
@media screen and (max-width: 768px) {
  .homepage-seasonal .hp-recipe-item {
    height: 80vw;
  }
}
.homepage-seasonal .hp-recipe-item .m-cell {
  padding: 20px;
}
.homepage-seasonal .swiper-container {
  overflow: visible;
}
.homepage-seasonal .swiper-container-horizontal > .swiper-pagination-bullets,
.homepage-seasonal .swiper-pagination-custom,
.homepage-seasonal .swiper-pagination-fraction {
  bottom: -35px;
}
.homepage-seasonal .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 10px;
}
.homepage-seasonal .swiper-pagination-bullet {
  opacity: 1;
  background-color: #585046;
  width: 12px;
  height: 12px;
}
.homepage-seasonal .swiper-pagination-bullet-active {
  background-color: #FFCD00;
}
.homepage-seasonal .homepage-seasonal__heading {
  margin-bottom: 40px;
  padding-top: 50px;
  padding: 0 30px;
}
@media (min-width: 768px) {
  .homepage-seasonal .homepage-seasonal__heading {
    padding: 0 0px;
  }
}
.homepage-seasonal .homepage-seasonal__calendar {
  margin-bottom: 25px;
  max-width: 275px;
}
@media (min-width: 767px) {
  .homepage-seasonal .homepage-seasonal__calendar {
    max-width: 100%;
  }
}
.homepage-seasonal .homepage-seasonal__copy {
  font-family: 'bariol';
  margin-bottom: 20px;
  text-align: center;
  font-size: 28px;
  padding: 0 30px;
}
@media (min-width: 768px) {
  .homepage-seasonal .homepage-seasonal__copy {
    text-align: left;
    padding: 0 0px;
  }
}
.homepage-seasonal .homepage-seasonal__subheading {
  margin-bottom: 30px;
  padding: 0 30px;
}
@media (min-width: 768px) {
  .homepage-seasonal .homepage-seasonal__subheading {
    padding: 0 0px;
  }
}
@media (min-width: 768px) {
  .homepage-seasonal .homepage-seasonal__row {
    margin-bottom: 25px;
  }
}
@media (min-width: 768px) {
  .vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
  }
}
