.wrapper-recipes-categories .recipes-cat-feature {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 35px;
  margin-bottom: 35px;
}
.wrapper-recipes-categories .recipes-cat-feature a {
  text-decoration: none;
}
@media (max-width: 600px) {
  .wrapper-recipes-categories .recipes-cat-feature {
    grid-template-columns: 1fr;
    grid-gap: 30px;
    margin-bottom: 30px;
 }
}
.wrapper-recipes-categories .recipes-cat-feature .item-recipes-cat {
  border-radius: 5px;
  overflow: hidden;
  display: flex;
  align-items: end;
  position: relative;
}
.wrapper-recipes-categories .recipes-cat-feature .item-recipes-cat:hover {
  text-decoration: none;
}
.wrapper-recipes-categories .recipes-cat-feature .item-recipes-cat .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.78) 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.4;
  z-index: 2;
}
.wrapper-recipes-categories .recipes-cat-feature .item-recipes-cat img {
  width: 100%;
}
.wrapper-recipes-categories .recipes-cat-feature .item-recipes-cat .title-cat {
  color: #fff;
  font-family: "Barlow Semi Condensed";
  font-size: 16px;
  font-weight: 700;
  line-height: 125%;
  text-transform: uppercase;
  z-index: 3;
  position: absolute;
  bottom: 30px;
  left: 40px;
  right: 30px;
}
.wrapper-recipes-categories .recipes-cat-not-feature {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 35px;
}
@media (max-width: 992px) {
  .wrapper-recipes-categories .recipes-cat-not-feature {
    grid-template-columns: 1fr 1fr;
 }
}
@media (max-width: 600px) {
  .wrapper-recipes-categories .recipes-cat-not-feature {
    grid-template-columns: 1fr;
    grid-gap: 30px;
 }
}
.wrapper-recipes-categories .recipes-cat-not-feature .item-recipes-cat {
  border-radius: 5px;
  overflow: hidden;
  display: flex;
  align-items: end;
  position: relative;
}
.wrapper-recipes-categories .recipes-cat-not-feature .item-recipes-cat:hover {
  text-decoration: none;
}
.wrapper-recipes-categories .recipes-cat-not-feature .item-recipes-cat .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.78) 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.4;
  z-index: 2;
}
.wrapper-recipes-categories .recipes-cat-not-feature .item-recipes-cat img {
  width: 100%;
}
.wrapper-recipes-categories .recipes-cat-not-feature .item-recipes-cat .title-cat {
  color: #fff;
  font-family: "Barlow Semi Condensed";
  font-size: 16px;
  font-weight: 700;
  line-height: 125%;
  text-transform: uppercase;
  z-index: 3;
  position: absolute;
  bottom: 30px;
  left: 40px;
  right: 30px;
}
.wrapper-recipes-tax {
  padding-top: 42px;
  padding-bottom: 90px;
}
.wrapper-recipes-tax * {
  font-family: "Barlow Semi Condensed";
}
.wrapper-recipes-tax .container-tax {
  max-width: 1360px;
  margin: auto;
}
@media (max-width: 1360px) {
  .wrapper-recipes-tax .container-tax {
    padding-left: 10px;
    padding-right: 10px;
 }
}
.wrapper-recipes-tax .container-tax .list-filter-recipes-tax {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 31px;
  row-gap: 10px;
  margin-bottom: 21px;
}
.wrapper-recipes-tax .container-tax .list-filter-recipes-tax .item-filter-cat.current_tax a {
  padding: 8px 24px;
  color: #444;
  border-radius: 100px;
  border: 1px solid #444;
}
.wrapper-recipes-tax .container-tax .list-filter-recipes-tax .item-filter-cat a {
  display: inline-flex;
  color: #bababa;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  text-transform: uppercase;
  text-decoration: none;
}
.wrapper-recipes-tax .container-tax .site-posts .text-not-post {
  min-height: 300px;
  padding: 40px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--color-border-light);
}
@media (max-width: 600px) {
  .wrapper-recipes-tax .container-tax .site-posts .text-not-post {
    padding: 20px;
    min-height: 60px;
 }
}
.wrapper-recipes-tax .container-tax .list-site-posts {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  row-gap: 50px;
  column-gap: 35px;
}
@media (max-width: 1200px) {
  .wrapper-recipes-tax .container-tax .list-site-posts {
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 30px;
 }
}
@media (max-width: 992px) {
  .wrapper-recipes-tax .container-tax .list-site-posts {
    grid-template-columns: 1fr 1fr;
 }
}
@media (max-width: 600px) {
  .wrapper-recipes-tax .container-tax .list-site-posts {
    grid-template-columns: 1fr;
 }
}
.wrapper-recipes-tax .container-tax .list-site-posts .item-recipe a {
  text-decoration: none;
}
.wrapper-recipes-tax .container-tax .list-site-posts .item-recipe a .thum-wrapper {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 16px;
}
.wrapper-recipes-tax .container-tax .list-site-posts .item-recipe a .thum-wrapper .icon-play {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
}
/*.wrapper-recipes-tax .container-tax .list-site-posts .item-recipe a .thum-wrapper .ovelay {
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.2);
}*/
.wrapper-recipes-tax .container-tax .list-site-posts .item-recipe a .thum-wrapper .ovelay {display:none;}
.wrapper-recipes-tax .container-tax .list-site-posts .item-recipe a .thumb {
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 17px;
}
.wrapper-recipes-tax .container-tax .list-site-posts .item-recipe a .thumb.thumb-video {
  margin-bottom: 0;
}
.wrapper-recipes-tax .container-tax .list-site-posts .item-recipe a .tax-recipe {
  color: #bababa;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 153%;
  text-transform: uppercase;
  min-height: 23px;
  margin-bottom: 8px;
}
.wrapper-recipes-tax .container-tax .list-site-posts .item-recipe a .title {
  color: #444;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin-bottom: 17px;
}
.wrapper-recipes-tax .container-tax .list-site-posts .item-recipe a .date {
  color: #bababa;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 153%;
  text-transform: uppercase;
}
.pagination-custom {
  padding-top: 60px;
}
.pagination-custom .site-pagination .page-numbers li .page-numbers.current {
  background: #f00 !important;
  color: #fff;
  border-radius: 0;
}
.pagination-custom .site-pagination .page-numbers li .page-numbers {
  border-radius: 0 !important;
}
.wrapper-single-recipes-video .wrapper-content-single-recipe-video {
  padding: 40px 0;
}
.wrapper-single-recipes-video .wrapper-content-single-recipe-video .content-bottom {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 50px;
}
@media (max-width: 992px) {
  .wrapper-single-recipes-video .wrapper-content-single-recipe-video .content-bottom {
    grid-template-columns: 1fr;
    grid-gap: 30px;
 }
}
.wrapper-single-recipes-video .wrapper-content-single-recipe-video .wrapper-sponsors {
  padding: 36px;
  border-radius: 5px;
  background: #f2f2f2;
}
.wrapper-single-recipes-video .wrapper-content-single-recipe-video .wrapper-sponsors .name {
  color: #444;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  text-transform: uppercase;
  margin-bottom: 40px;
  text-align: center;
}
@media (max-width: 1200px) {
  .wrapper-single-recipes-video .wrapper-content-single-recipe-video .wrapper-sponsors .name {
    margin-bottom: 30px;
 }
}
.wrapper-single-recipes-video .wrapper-content-single-recipe-video .wrapper-sponsors .list-sponsors {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 81px;
}
@media (max-width: 1200px) {
  .wrapper-single-recipes-video .wrapper-content-single-recipe-video .wrapper-sponsors .list-sponsors {
    gap: 40px;
 }
}
@media (max-width: 600px) {
  .wrapper-single-recipes-video .wrapper-content-single-recipe-video .wrapper-sponsors .list-sponsors {
    gap: 30px;
 }
}
.wrapper-single-recipes-video .wrapper-content-single-recipe-video .wrapper-sponsors .list-sponsors img {
  width: 114px;
  height: 114px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .wrapper-single-recipes-video .wrapper-content-single-recipe-video .wrapper-sponsors .list-sponsors img {
    width: 80px;
    height: 80px;
 }
}
.wrapper-single-recipes-video .wrapper-content-single-recipe-video .description .name {
  color: #444;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  text-transform: uppercase;
  margin-bottom: 28px;
}
.wrapper-single-recipes-video .wrapper-content-single-recipe-video .description .description-recipe-video {
  color: #202435;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 156%;
}
.wrapper-single-recipes-video .wrapper-content-single-recipe-video .description .description-recipe-video p:last-child {
  margin-bottom: 0;
}
.wrapper-single-recipes-video .wrapper-list-chef-recipes {
  padding: 85px 0;
  border-bottom: 1px solid #dddfe3;
}
@media (max-width: 992px) {
  .wrapper-single-recipes-video .wrapper-list-chef-recipes {
    padding: 40px 0;
 }
}
.wrapper-single-recipes-video .wrapper-list-chef-recipes .list-chef-recipes {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 50px;
}
@media (max-width: 992px) {
  .wrapper-single-recipes-video .wrapper-list-chef-recipes .list-chef-recipes {
    grid-template-columns: 1fr;
 }
}
.wrapper-single-recipes-video .wrapper-list-chef-recipes .list-chef-recipes .chef .image {
  width: 16.458vw;
  height: 16.458vw;
  object-fit: cover;
}
@media (max-width: 992px) {
  .wrapper-single-recipes-video .wrapper-list-chef-recipes .list-chef-recipes .chef .image {
    width: 40vw;
    height: 40vw;
 }
}
@media (max-width: 600px) {
  .wrapper-single-recipes-video .wrapper-list-chef-recipes .list-chef-recipes .chef .image {
    width: 100vw;
    height: 100vw;
 }
}
.wrapper-single-recipes-video .wrapper-list-chef-recipes .list-chef-recipes .chef .name {
  color: #444;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  text-transform: uppercase;
  margin: 36px 0;
}
.wrapper-single-recipes-video .wrapper-list-chef-recipes .list-chef-recipes .chef .des {
  color: #202435;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 156%;
}
.wrapper-single-recipes-video .feature-social-network.site-footer {
  margin-top: 65px;
  padding-bottom: 65px;
  border-bottom: 1px solid #dddfe3;
}
.wrapper-single-recipes-video .feature-social-network.site-footer .content-social-network {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 27px;
}
@media (max-width: 992px) {
  .wrapper-single-recipes-video .feature-social-network.site-footer .content-social-network {
    grid-template-columns: 1fr;
 }
}
.wrapper-single-recipes-video .feature-social-network.site-footer .newsletter-container {
  padding: 31px;
  border-radius: 5px;
  overflow: hidden;
}
.wrapper-single-recipes-video .feature-social-network.site-footer .newsletter-container .title {
  color: #fff;
  text-align: center;
  font-size: 35px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  margin-bottom: 22px;
}
.wrapper-single-recipes-video .feature-social-network.site-footer .newsletter-container .sub {
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1px;
  display: block;
  margin-bottom: 30px;
}
.wrapper-single-recipes-video .feature-social-network.site-footer .newsletter-container .form-wrapper {
  width: 75%;
  margin: auto;
}
@media (max-width: 1200px) {
  .wrapper-single-recipes-video .feature-social-network.site-footer .newsletter-container .form-wrapper {
    width: 100%;
 }
}
.wrapper-single-recipes-video .feature-social-network.site-footer .social-container {
  padding: 31px;
  border-radius: 5px;
  overflow: hidden;
  background-color: #f00;
}
.wrapper-single-recipes-video .feature-social-network.site-footer .social-container .title {
  color: #fff;
  text-align: center;
  font-size: 35px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  margin-bottom: 40px;
}
@media (max-width: 480px) {
  .wrapper-single-recipes-video .feature-social-network.site-footer .social-container .title {
    font-size: 30px;
 }
}
.wrapper-single-recipes-video .feature-social-network.site-footer .social-container .list-social {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 63px;
}
@media (max-width: 600px) {
  .wrapper-single-recipes-video .feature-social-network.site-footer .social-container .list-social {
    column-gap: 30px;
 }
}
.wrapper-single-recipes-video .feature-social-network.site-footer .social-container .list-social a {
  width: 57px;
  height: 57px;
  border-radius: 50%;
  overflow: hidden;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wrapper-single-recipes-video .recipes-video-relation #result_ajaxp .list-recipes-videos {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  column-gap: 33px;
  row-gap: 45px;
}
@media (max-width: 1200px) {
  .wrapper-single-recipes-video .recipes-video-relation #result_ajaxp .list-recipes-videos {
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 30px;
 }
}
@media (max-width: 992px) {
  .wrapper-single-recipes-video .recipes-video-relation #result_ajaxp .list-recipes-videos {
    grid-template-columns: 1fr 1fr;
 }
}
@media (max-width: 600px) {
  .wrapper-single-recipes-video .recipes-video-relation #result_ajaxp .list-recipes-videos {
    grid-template-columns: 1fr;
 }
}
.wrapper-single-recipes-video .recipes-video-relation .item-recipe-video a {
  text-decoration: none;
}
.wrapper-single-recipes-video .recipes-video-relation .item-recipe-video .thumbnail {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 16px;
}
.wrapper-single-recipes-video .recipes-video-relation .item-recipe-video .thumbnail .icon-play {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
}
.wrapper-single-recipes-video .recipes-video-relation .item-recipe-video .thumbnail .ovelay {
  /*top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.2);*/
  display:none;
}
.wrapper-single-recipes-video .recipes-video-relation .item-recipe-video .box-feature .view-post {
  color: #bababa;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 153%;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.wrapper-single-recipes-video .recipes-video-relation .item-recipe-video .box-feature .title {
  color: #444;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin-bottom: 16px;
}
.wrapper-single-recipes-video .recipes-video-relation .item-recipe-video .box-feature .date {
  color: #bababa;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 153%;
  text-transform: uppercase;
}
.item-recipe-video a {
  text-decoration: none !important;
}
.item-recipe-video .thumbnail {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 16px;
}
.item-recipe-video .thumbnail img {
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.item-recipe-video .thumbnail .icon-play {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
}
.item-recipe-video .thumbnail .ovelay {
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.2);
}
.item-recipe-video .box-feature .view-post {
  color: #bababa;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 153%;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.item-recipe-video .box-feature .title {
  color: #444;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin-bottom: 16px;
}
.item-recipe-video .box-feature .date {
  color: #bababa;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 153%;
  text-transform: uppercase;
}
.page-archive-title h2 {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}
