﻿/* common border radius */
/* disable text selection */
section.gt-block.taxonomy-terms-list article {
  margin: 0 0 3rem 0;
  position: relative;
  background: #F8F8F8;
  -webkit-border-radius: 4rem;
  -moz-border-radius: 4rem;
  border-radius: 4rem;
  /*
    @media screen and (max-width: 900px)
    {
        .recipes
        {
            grid-template-columns: repeat(2, 1fr);
        }

        .recipe:last-of-type
        {
            display: none;
        }
    }
*/
}
section.gt-block.taxonomy-terms-list article:last-of-type {
  margin: 0;
}
section.gt-block.taxonomy-terms-list article .category-content {
  min-height: 30rem;
  display: flex;
}
section.gt-block.taxonomy-terms-list article .content {
  width: 35rem;
  padding: 3rem 3rem 10rem 3rem;
  position: relative;
}
section.gt-block.taxonomy-terms-list article .content .web-section-btn {
  margin: 0 0 3rem 0;
}
section.gt-block.taxonomy-terms-list article .content .buttons {
  width: 35rem;
  padding: 0 3rem 3rem 3rem;
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  justify-content: space-between;
}
section.gt-block.taxonomy-terms-list article .content .button {
  flex-grow: 1;
}
section.gt-block.taxonomy-terms-list article .content .icon-btn {
  margin: 0 0 0 1rem;
}
section.gt-block.taxonomy-terms-list article .right {
  position: relative;
  flex-grow: 1;
}
section.gt-block.taxonomy-terms-list article .arrow-btn {
  margin-top: -2.4rem;
  position: absolute;
  top: 50%;
  z-index: 20;
}
section.gt-block.taxonomy-terms-list article .arrow-btn--prev {
  left: -1.4rem;
}
section.gt-block.taxonomy-terms-list article .arrow-btn--next {
  right: -1.4rem;
}
section.gt-block.taxonomy-terms-list article .top-items-list {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  display: grid;
  grid-gap: 0;
  -webkit-border-radius: 0 4rem 4rem 0;
  -moz-border-radius: 0 4rem 4rem 0;
  border-radius: 0 4rem 4rem 0;
  overflow: hidden;
}
section.gt-block.taxonomy-terms-list article .top-items-list.slick-initialized {
  display: block;
}
section.gt-block.taxonomy-terms-list article .top-items-list.slick-initialized .slick-list {
  height: 100%;
}
section.gt-block.taxonomy-terms-list article .top-items-list.slick-initialized .slick-track {
  height: 100%;
  display: flex !important;
}
section.gt-block.taxonomy-terms-list article .top-items-list.slick-initialized .slick-slide {
  height: inherit !important;
}
section.gt-block.taxonomy-terms-list article .top-items-list[data-count='1'] {
  grid-template-columns: repeat(1, 1fr);
}
section.gt-block.taxonomy-terms-list article .top-items-list[data-count='2'] {
  grid-template-columns: repeat(2, 1fr);
}
section.gt-block.taxonomy-terms-list article .top-items-list[data-count='3'] {
  grid-template-columns: repeat(3, 1fr);
}
section.gt-block.taxonomy-terms-list article .top-items-list:not(.slick-initialized) .item {
  display: none;
}
section.gt-block.taxonomy-terms-list article .top-items-list:not(.slick-initialized) .item:nth-of-type(1),
section.gt-block.taxonomy-terms-list article .top-items-list:not(.slick-initialized) .item:nth-of-type(2),
section.gt-block.taxonomy-terms-list article .top-items-list:not(.slick-initialized) .item:nth-of-type(3) {
  display: block;
}
section.gt-block.taxonomy-terms-list article .top-items-list:not(.slick-initialized)[data-count='4'],
section.gt-block.taxonomy-terms-list article .top-items-list:not(.slick-initialized)[data-count='5'],
section.gt-block.taxonomy-terms-list article .top-items-list:not(.slick-initialized)[data-count='6'],
section.gt-block.taxonomy-terms-list article .top-items-list:not(.slick-initialized)[data-count='7'],
section.gt-block.taxonomy-terms-list article .top-items-list:not(.slick-initialized)[data-count='8'],
section.gt-block.taxonomy-terms-list article .top-items-list:not(.slick-initialized)[data-count='9'],
section.gt-block.taxonomy-terms-list article .top-items-list:not(.slick-initialized)[data-count='10'],
section.gt-block.taxonomy-terms-list article .top-items-list:not(.slick-initialized)[data-count='11'] {
  grid-template-columns: repeat(3, 1fr);
}
section.gt-block.taxonomy-terms-list article .item {
  min-height: 30rem;
  position: relative;
  display: block;
  overflow: hidden;
}
section.gt-block.taxonomy-terms-list article .item .img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  overflow: hidden;
  z-index: 1;
}
section.gt-block.taxonomy-terms-list article .item .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.taxonomy-terms-list article .item .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.taxonomy-terms-list article .item .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: 1.9rem;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
}
section.gt-block.taxonomy-terms-list article .item:nth-of-type(2n-1) .img strong {
  background: rgba(248, 248, 248, 0.75);
}
section.gt-block.taxonomy-terms-list article .item:nth-of-type(2n) .img strong {
  background: rgba(248, 248, 248, 0.85);
}
section.gt-block.taxonomy-terms-list article .item:nth-of-type(3n) .img strong {
  background: rgba(248, 248, 248, 0.95);
}
section.gt-block.taxonomy-terms-list article .item .icon-btn {
  position: absolute;
  right: 2rem;
  top: 2rem;
  z-index: 10;
}
section.gt-block.taxonomy-terms-list article .category-image {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  overflow: hidden;
  -webkit-border-radius: 0 4rem 4rem 0;
  -moz-border-radius: 0 4rem 4rem 0;
  border-radius: 0 4rem 4rem 0;
}
section.gt-block.taxonomy-terms-list article .category-image span {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
section.gt-block.taxonomy-terms-list article .category-image 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);
}
@media screen and (max-width: 650px) {
  section.gt-block.taxonomy-terms-list article .category-content {
    display: block;
  }
  section.gt-block.taxonomy-terms-list article .content {
    width: auto;
    padding: 3rem;
  }
  section.gt-block.taxonomy-terms-list article .content .buttons {
    width: auto;
    display: block;
    padding: 3rem 0 0 0;
    position: static;
  }
  section.gt-block.taxonomy-terms-list article .content .buttons .icon-btn {
    margin: 0 0 0 1rem;
  }
  section.gt-block.taxonomy-terms-list article .right {
    height: 30rem;
  }
  section.gt-block.taxonomy-terms-list article .top-items-list,
  section.gt-block.taxonomy-terms-list article .category-image {
    -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.taxonomy-terms-list article {
    -webkit-border-radius: 2rem;
    -moz-border-radius: 2rem;
    border-radius: 2rem;
  }
  section.gt-block.taxonomy-terms-list article .content {
    padding: 2rem;
  }
  section.gt-block.taxonomy-terms-list article .content .web-section-btn {
    margin: 0 0 2rem 0;
  }
  section.gt-block.taxonomy-terms-list article .content h2 {
    margin: 0 0 2rem 0;
  }
  section.gt-block.taxonomy-terms-list article .content .buttons {
    padding: 2rem 0 0 0;
  }
  section.gt-block.taxonomy-terms-list article .top-items-list,
  section.gt-block.taxonomy-terms-list article .category-image {
    -webkit-border-radius: 0 0 2rem 2rem;
    -moz-border-radius: 0 0 2rem 2rem;
    border-radius: 0 0 2rem 2rem;
  }
}
@media screen and (max-width: 360px) {
  section.gt-block.taxonomy-terms-list article .content .buttons {
    text-align: center;
  }
  section.gt-block.taxonomy-terms-list article .content .buttons .btn {
    margin: 0 0 1rem 0;
    display: block;
  }
  section.gt-block.taxonomy-terms-list article .content .buttons .icon-btn {
    margin: 0 0.5rem;
  }
}