﻿/* common border radius */
/* disable text selection */
section.gt-block.best-served-with {
  background: #F8F8F8;
  -webkit-border-radius: 4rem;
  -moz-border-radius: 4rem;
  border-radius: 4rem;
}
section.gt-block.best-served-with .top {
  padding: 1.6rem 4rem;
  background: #FD7D23;
  -webkit-border-radius: 4rem 4rem 0 0;
  -moz-border-radius: 4rem 4rem 0 0;
  border-radius: 4rem 4rem 0 0;
}
section.gt-block.best-served-with .top .web-section-btn {
  margin: 0 3rem 0 0;
}
section.gt-block.best-served-with .top h2 {
  margin: 0;
  display: inline-block;
  vertical-align: top;
  background: #FD7D23;
  color: white;
  font-size: 2.4rem;
  line-height: 3.4rem;
  font-weight: bold;
}
@media screen and (max-width: 500px) {
  section.gt-block.best-served-with .top {
    padding: 1.4rem 2rem;
    -webkit-border-radius: 2rem 2rem 0 0;
    -moz-border-radius: 2rem 2rem 0 0;
    border-radius: 2rem 2rem 0 0;
  }
  section.gt-block.best-served-with .top .web-section-btn {
    margin: 0 0 1rem 0;
  }
  section.gt-block.best-served-with .top h2 {
    display: block;
    font-size: 2rem;
    line-height: 3rem;
  }
}
section.gt-block.best-served-with .recipe {
  min-height: 40rem;
  position: relative;
  display: block;
  overflow: hidden;
}
section.gt-block.best-served-with .recipe .img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  overflow: hidden;
  z-index: 1;
}
section.gt-block.best-served-with .recipe .img span {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  overflow: hidden;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
section.gt-block.best-served-with .recipe .img span:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
section.gt-block.best-served-with .recipe .img strong {
  width: 100%;
  padding: 2rem 2.4rem;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  display: block;
  overflow: hidden;
  color: black;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
}
section.gt-block.best-served-with .recipe:nth-of-type(2n-1) .img strong {
  background: rgba(248, 248, 248, 0.75);
}
section.gt-block.best-served-with .recipe:nth-of-type(2n) .img strong {
  background: rgba(248, 248, 248, 0.85);
}
section.gt-block.best-served-with .recipe:nth-of-type(3n) .img strong {
  background: rgba(248, 248, 248, 0.95);
}
section.gt-block.best-served-with .recipe .buttons {
  display: inline-block;
  vertical-align: top;
  position: absolute;
  left: 2rem;
  bottom: 7.6rem;
  z-index: 10;
  white-space: nowrap;
}
section.gt-block.best-served-with .recipe .buttons .icon-btn {
  margin: 0 1rem 0 0;
}
@media screen and (max-width: 500px) {
  section.gt-block.best-served-with .recipe {
    min-height: 30rem;
  }
}
section.gt-block.best-served-with .recipes-list {
  display: grid;
  grid-gap: 0;
  overflow: hidden;
}
section.gt-block.best-served-with .recipes-list.border-radius-bottom {
  -webkit-border-radius: 0 0 4rem 4rem;
  -moz-border-radius: 0 0 4rem 4rem;
  border-radius: 0 0 4rem 4rem;
}
@media screen and (max-width: 500px) {
  section.gt-block.best-served-with .recipes-list.border-radius-bottom {
    -webkit-border-radius: 0 0 2rem 2rem;
    -moz-border-radius: 0 0 2rem 2rem;
    border-radius: 0 0 2rem 2rem;
  }
}
section.gt-block.best-served-with .recipes-list.slick-initialized {
  display: block;
}
section.gt-block.best-served-with .recipes-list.slick-initialized .slick-list {
  height: 100%;
}
section.gt-block.best-served-with .recipes-list.slick-initialized .slick-track {
  height: 100%;
  display: flex !important;
}
section.gt-block.best-served-with .recipes-list.slick-initialized .slick-slide {
  height: inherit !important;
}
section.gt-block.best-served-with .recipes-list[data-count='1'] {
  grid-template-columns: repeat(1, 1fr);
}
section.gt-block.best-served-with .recipes-list[data-count='2'] {
  grid-template-columns: repeat(2, 1fr);
}
section.gt-block.best-served-with .recipes-list[data-count='3'] {
  grid-template-columns: repeat(3, 1fr);
}
section.gt-block.best-served-with .recipes-list:not(.slick-initialized) .recipe {
  display: none;
}
section.gt-block.best-served-with .recipes-list:not(.slick-initialized) .recipe:nth-of-type(1),
section.gt-block.best-served-with .recipes-list:not(.slick-initialized) .recipe:nth-of-type(2),
section.gt-block.best-served-with .recipes-list:not(.slick-initialized) .recipe:nth-of-type(3) {
  display: block;
}
section.gt-block.best-served-with .recipes-list:not(.slick-initialized)[data-count='4'],
section.gt-block.best-served-with .recipes-list:not(.slick-initialized)[data-count='5'],
section.gt-block.best-served-with .recipes-list:not(.slick-initialized)[data-count='6'],
section.gt-block.best-served-with .recipes-list:not(.slick-initialized)[data-count='7'],
section.gt-block.best-served-with .recipes-list:not(.slick-initialized)[data-count='8'],
section.gt-block.best-served-with .recipes-list:not(.slick-initialized)[data-count='9'],
section.gt-block.best-served-with .recipes-list:not(.slick-initialized)[data-count='10'],
section.gt-block.best-served-with .recipes-list:not(.slick-initialized)[data-count='11'] {
  grid-template-columns: repeat(3, 1fr);
}
section.gt-block.best-served-with .list-holder {
  position: relative;
}
section.gt-block.best-served-with .list-holder .arrow-btn {
  margin-top: -2.4rem;
  position: absolute;
  top: 50%;
  z-index: 20;
}
section.gt-block.best-served-with .list-holder .arrow-btn--prev {
  left: -1.4rem;
}
section.gt-block.best-served-with .list-holder .arrow-btn--next {
  right: -1.4rem;
}
section.gt-block.best-served-with .recipes {
  display: flex;
}
section.gt-block.best-served-with .recipes .title {
  width: 30rem;
  padding: 3rem 4rem;
}
section.gt-block.best-served-with .recipes .title .web-section-btn {
  margin: 0 0 3rem 0;
}
section.gt-block.best-served-with .recipes .title h2 {
  margin: 0;
  color: #1A2428;
  font-size: 2.4rem;
  line-height: 3rem;
  font-weight: 400;
}
section.gt-block.best-served-with .recipes .list-holder {
  width: 100%;
  display: flex;
  flex-grow: 1;
}
section.gt-block.best-served-with .recipes.has-title .list-holder {
  width: calc(100% - 30rem);
}
section.gt-block.best-served-with .recipes.has-note .list-holder {
  width: calc(100% - 20rem);
}
section.gt-block.best-served-with .recipes.has-title.has-note .list-holder {
  width: calc(100% - 50rem);
}
section.gt-block.best-served-with .recipes .recipes-list {
  width: 100%;
}
section.gt-block.best-served-with .recipes.has-title:not(.has-note) .recipes-list {
  -webkit-border-radius: 0 4rem 0 0;
  -moz-border-radius: 0 4rem 0 0;
  border-radius: 0 4rem 0 0;
}
@media screen and (max-width: 500px) {
  section.gt-block.best-served-with .recipes.has-title:not(.has-note) .recipes-list {
    -webkit-border-radius: 0 2rem 0 0;
    -moz-border-radius: 0 2rem 0 0;
    border-radius: 0 2rem 0 0;
  }
}
section.gt-block.best-served-with .recipes .note {
  width: 20rem;
  padding: 3rem 3rem;
}
section.gt-block.best-served-with .recipes .note p {
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 1260px) {
  section.gt-block.best-served-with .recipes {
    display: block;
  }
  section.gt-block.best-served-with .recipes .title {
    width: auto;
  }
  section.gt-block.best-served-with .recipes .list-holder {
    width: 100% !important;
  }
  section.gt-block.best-served-with .recipes .note {
    width: auto;
    padding: 3rem 4rem;
  }
}
@media screen and (max-width: 500px) {
  section.gt-block.best-served-with .recipes .title {
    padding: 2rem;
  }
  section.gt-block.best-served-with .recipes .title .web-section-btn {
    margin: 0 0 2rem 0;
  }
  section.gt-block.best-served-with .recipes .title h2 {
    font-size: 2rem;
    line-height: 3rem;
  }
  section.gt-block.best-served-with .recipes .note {
    padding: 2rem;
  }
}
section.gt-block.best-served-with .recipes-secondary h3 {
  padding: 1.8rem 4rem;
  margin: 0;
  background: #FD7D23;
  color: white;
  font-size: 2.4rem;
  line-height: 3rem;
  font-weight: bold;
}
section.gt-block.best-served-with .recipes-secondary.border-radius-bottom .recipes-list {
  -webkit-border-radius: 0 0 4rem 4rem;
  -moz-border-radius: 0 0 4rem 4rem;
  border-radius: 0 0 4rem 4rem;
}
@media screen and (max-width: 500px) {
  section.gt-block.best-served-with .recipes-secondary h3 {
    padding: 1.4rem 2rem;
    font-size: 2rem;
    line-height: 3rem;
  }
  section.gt-block.best-served-with .recipes-secondary.border-radius-bottom .recipes-list {
    -webkit-border-radius: 0 0 2rem 2rem;
    -moz-border-radius: 0 0 2rem 2rem;
    border-radius: 0 0 2rem 2rem;
  }
}
section.gt-block.best-served-with .bottom {
  padding: 1.6rem 4rem;
  display: flex;
}
section.gt-block.best-served-with .bottom p {
  padding: 1rem 0;
  margin: 0;
  color: #1A2428;
  font-size: 1.5rem;
  line-height: 2.4rem;
  font-weight: 400;
}
section.gt-block.best-served-with .bottom p a {
  color: #1A2428;
  text-decoration: underline;
}
section.gt-block.best-served-with .bottom p a:hover {
  text-decoration: none;
}
section.gt-block.best-served-with .bottom div {
  padding: 0 0 0 3rem;
  flex-grow: 1;
  text-align: right;
}
@media screen and (max-width: 500px) {
  section.gt-block.best-served-with .bottom {
    padding: 1.4rem 2rem;
    display: block;
  }
  section.gt-block.best-served-with .bottom p {
    padding: 0 0 1rem 0;
  }
  section.gt-block.best-served-with .bottom div {
    padding: 0;
  }
}
@media screen and (max-width: 500px) {
  section.gt-block.best-served-with {
    -webkit-border-radius: 2rem;
    -moz-border-radius: 2rem;
    border-radius: 2rem;
  }
}