/*
Theme name: Understrap Child
Theme URI: https://understrap.com
Description: Understrap Child Theme
Author: Josh Chavez
Version: 1.0
Template: understrap
*/
body {
  font-family: 'Work Sans', sans-serif;
}

a {
  font-size: 15px;
  color: #1c1c1c;
}

a:hover {
  color: #1c1c1c;
  text-decoration: underline;
}

a p {
  font-size: 15px;
}

h2 {
  font-size: 41px;
  line-height: 48px;
  font-weight: 300;
}

h2 a {
  font-size: 41px;
}

h3 {
  font-size: 30px;
  font-weight: 300;
}

h3 a {
  font-size: 30px;
}

p {
  font-size: 13px;
}

p a {
  font-size: 13px;
}

/* RELISH HEADER BAR */
.inset {
  position: relative;
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1475px;
}

.top-bar {
  display: block;
  background: linear-gradient(10deg, #f58229 0, #e65925 20%, #ef4129 40%, #e31f26 60%, #ed1164 80%, #ec008c 100%);
  padding: 10px 0;
}

.top-bar .inset {
  line-height: 15px;
  color: #fff;
  text-align: center;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 13px;
  line-height: 15px;
  color: #fff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.top-bar .label {
  font-weight: 600;
  color: #F48128;
  margin-right: 3px;
}

.top-bar a {
  color: #fff;
  position:relative;
}
.top-bar a:hover{
	text-decoration:none;
}
.top-bar a:hover:after {
    color: #1c1c1c;
    text-decoration: none;
    content: '';
    width: 90%;
    height: 1px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 11%;
}
.top-bar a:hover:first-of-type:after{
	width:100%;
	left:0;
}

.top-bar a:not(:first-of-type):before {
  content: ' | ';
  color: #F48128;
}

.top-bar a:last-child:after {
  content: '';
}

.site-header {
  margin-bottom: 25px;
  border-bottom: 1px solid #E3E3E3;
  color: #1c1c1c;
}

.site-header .inset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-top: 10px;
  padding-bottom: 10px;
}

.site-header .logo {
  -ms-flex-preferred-size: 41%;
      flex-basis: 41%;
  min-width: 150px;
  max-width: 300px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.site-header .account-area {
  position: relative;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
  margin-left: auto;
  padding-left: 3%;
}

.site-header .account-area .button {
  white-space: nowrap;
  display: block;
  line-height: 21px;
  font-size: 17px;
  border-radius: 15px;
  border: 0;
  background: #EC1164;
  text-align: center;
  color: #fff;
  cursor: pointer;
  outline: 0;
  -webkit-appearance: none;
}

.site-header .account-area .button.transparent {
  background: 0 0;
  color: #F48128;
}

.site-header .menu-item.profile {
  display: none;
}

.site-header .menu-item:last-child {
  margin-right: 0px;
}

.site-header .search-bar {
  position: relative;
  margin-left: 40px;
  height: 50px;
  width: 40%;
  max-width: 383px;
  min-width: 200px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.site-header .search-bar .search-input {
  width: 100%;
  height: 50px;
  line-height: 100%;
  padding: 10px 10px 10px 48px;
  font-size: 17px;
}

.site-header .search-bar .search-input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ABABAB;
}

.site-header .search-bar .search-input::-moz-placeholder {
  /* Firefox 19+ */
  color: #ABABAB;
}

.site-header .search-bar .search-input:-ms-input-placeholder {
  /* IE 10+ */
  color: #ABABAB;
}

.site-header .search-bar .search-input:-moz-placeholder {
  /* Firefox 18- */
  color: #ABABAB;
}

.site-header .search-bar .search-icon {
  position: absolute;
  left: 14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 24px;
  height: 24px;
  cursor: pointer;
}

.site-header .search-bar .search-icon svg {
  position: relative;
  top: -2px;
}

input[type="email"], input[type="text"] {
  border: 1px solid #E3E3E3;
  border-radius: 14px;
  color: #EC1164;
  outline: 0;
  letter-spacing: -1px;
}

input[type="email"]:focus, input[type="text"]:focus {
  border-color: #EC1164;
}

.button {
  padding: 12px 30px;
}

@media screen and (max-width: 1474px) {
  .button {
    padding: calc(8px + .27vw) calc(12px + .8vw);
  }
}

@media screen and (max-width: 1023px) {
  .site-header {
    border-bottom: 0;
  }
  .site-header .search-bar {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
    max-width: 100%;
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
  }
  .site-header .inset {
    padding-top: 20px;
    padding-bottom: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .top-bar {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .inset {
    padding: 0 15px;
  }
  .site-header .inset {
    padding-top: 15px;
  }
  .site-header .account-area {
    margin-left: 5.5vw;
    padding-left: 0;
    padding-bottom: 10px;
    position: absolute;
    right: 15px;
    top: 15px;
  }
  .site-header .account-area .button {
    display: none;
  }
  .site-header .menu-item:last-child {
    margin-right: 0px;
  }
  .site-header .menu-item .icon {
    width: 6.9vw;
    height: auto;
    margin-right: 0;
    min-width: 25px;
    min-height: 30px;
    max-height: 55px;
  }
  .site-header .menu-item.profile {
    display: block;
  }
  .site-header .menu-item.profile span {
    position: absolute;
    left: -9999px;
  }
}

/* END RELISH HEADER BAR */
/* START RELSIH FOOTER */
.network-logos {
  margin-top: 30px;
  border-top: 1px solid #E3E3E3;
  padding: 10px 0 20px;
}

.network-logos .images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.network-logos .inset {
  position: relative;
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1475px;
}

.network-logos a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 10px 20px;
  height: 60px;
  max-width: 35%;
}

.network-logos img {
  display: block;
  max-height: 100%;
}

.site-footer {
  background: linear-gradient(10deg, #f58229 0, #e65925 20%, #ef4129 40%, #e31f26 60%, #ed1164 80%, #ec008c 100%);
  padding: 30px 0;
  color: #fff;
  text-align: center;
}

.site-footer .inset {
  position: relative;
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1475px;
}

.site-footer .copyright {
  margin: 0 0 1em;
  font-size: 16px;
}

.site-footer ul {
  text-align: center;
  margin: 0 -4%;
  list-style: none;
}

.site-footer ul li {
  display: inline-block;
  margin: 6px 1%;
}

.site-footer a {
  font-size: 12px;
  line-height: 1;
  color: inherit;
}

/* END RELISH FOOTER */
.container {
  max-width: 1465px;
}

.container .row {
  margin-left: unset;
  margin-right: unset;
}

.wrapper {
  padding-top: 0px;
}

#primary {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#right-sidebar {
  display: block;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  width: 300px;
  margin-left: 30px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 26%;
}

#right-sidebar h3 {
  color: #EC1164;
  font-size: 27px;
  font-weight: 300;
}

#right-sidebar p {
  margin: 10px 0;
  font-size: 13px;
  line-height: 21px;
}

.episode-spot {
  font-size: 17px;
  line-height: 20px;
  color: #ec1164;
}

.subheader {
  margin-bottom: 30px;
}

.subheader .logos {
  text-align: center;
}

.subheader .logos .mf img {
  max-width: 350px;
  width: 100%;
}

.subheader .logos .relish {
  padding-top: 20px;
}

.subheader .logos .relish span {
  font-size: 13px;
  line-height: 21px;
  position: relative;
  top: 5px;
  padding-right: 10px;
}

.subheader .logos .relish img {
  max-width: 110px;
}

.subheader .menu {
  text-align: center;
  padding-top: 20px;
  border-bottom: 1px solid #E3E3E3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.subheader .menu .itemslist {
  display: inline-block;
  width: 75%;
}

.subheader .menu .itemslist ul {
  float: right;
}

.subheader .menu .itemslist ul a {
  color: #1c1c1c;
  font-size: 17px;
  white-space: nowrap;
}

.subheader .menu .itemslist ul a:hover {
  text-decoration: underline;
}

.subheader .menu .socials {
  width: 25%;
}

.subheader .menu .socials ul {
  list-style-type: none;
  float: left;
  padding-left: 30px;
  margin-bottom: 0px;
  position: relative;
  top: 5px;
}

.subheader .menu .socials ul li {
  display: inline-block;
  width: 28px;
}

.subheader .menu .socials ul li img {
  width: 25px;
  height: 25px;
  -webkit-transition-duration: .2s;
          transition-duration: .2s;
}

.subheader .menu .socials ul li:hover img {
  width: 28px;
  height: 28px;
}

.subheader .menu #main-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.subheader .menu #main-menu .menu-item {
  padding: 0px 15px;
}

.subheader .menu #main-menu .menu-item:first-child {
  padding-left: 0px;
}

.subheader .menu #main-menu .menu-item:last-child {
  padding-right: 0px;
}

.sidelink {
  float: right;
}

.sidelink a {
  color: #f48128;
}

.ingredients ul, .instructions ul {
  list-style-type: square;
  padding-left: 20px;
}

.custom-pagination {
  text-align: right;
  font-size: 22px;
  line-height: 25px;
  font-weight: 300;
  padding-top: 50px;
  padding-bottom: 20px;
}

.custom-pagination .button {
  background: #EC1164;
  color: white;
  border-radius: 12px;
  margin-left: 20px;
  position: relative;
  top: -3px;
}

main {
  width: 100%;
}

.amazonlogo {
  padding: 0px 30px;
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 50px;
}

#menu-season-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding-bottom: 15px;
}

#menu-season-menu li {
  padding: 0px 15px;
}

#menu-season-menu li a {
  color: #f48128;
  font-size: 18px;
  line-height: 25px;
  font-weight: 300;
}

#menu-season-menu li a:hover {
  text-decoration: underline;
}

#menu-season-menu li:first-child {
  padding-left: 0px;
}

#menu-season-menu li:last-child {
  padding-right: 0px;
}

.video-block {
  margin: 0px auto;
}

.content-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.content-area .content-block {
  width: 75%;
  padding-right: 30px;
}

.content-area .content-block .title-area .title {
  padding-bottom: 15px;
  padding-top: 10px;
}

.content-area .content-block .post-content {
  display: flow-root;
}

.content-area .content-block .video-extra-pad {
  padding-bottom: 20px;
}

.content-area .content-block.home {
  width: 100%;
  padding-right: 0px;
}

.content-area .content-block.home .banner {
  width: 100%;
  padding-top: 57.66%;
  position: relative;
  height: 0;
}

.content-area .content-block.home .banner img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.content-area .content-block.home .banner .text {
  padding: 20px 20px 0px 20px;
  bottom: 0;
  position: absolute;
}

.content-area .content-block.home .banner .text h3 {
  color: white;
}

.content-area .content-block.home .banner .text p {
  color: white;
}

.content-area .content-block.home .recipes h3, .content-area .content-block.home .extras h3, .content-area .content-block.home .interviews h3, .content-area .content-block.home .chefs h3 {
  border-top: 1px solid gray;
  margin-top: 20px;
  padding-top: 20px;
  margin-bottom: 15px;
}

.content-area .content-block.home .recipes .recipelist, .content-area .content-block.home .recipes .extraslist, .content-area .content-block.home .recipes .videoslist, .content-area .content-block.home .extras .recipelist, .content-area .content-block.home .extras .extraslist, .content-area .content-block.home .extras .videoslist, .content-area .content-block.home .videos .recipelist, .content-area .content-block.home .videos .extraslist, .content-area .content-block.home .videos .videoslist {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px;
}

.content-area .content-block.home .recipes .recipelist .image, .content-area .content-block.home .recipes .extraslist .image, .content-area .content-block.home .recipes .videoslist .image, .content-area .content-block.home .extras .recipelist .image, .content-area .content-block.home .extras .extraslist .image, .content-area .content-block.home .extras .videoslist .image, .content-area .content-block.home .videos .recipelist .image, .content-area .content-block.home .videos .extraslist .image, .content-area .content-block.home .videos .videoslist .image {
  width: 100%;
  padding-top: 57.66%;
  height: 0;
  position: relative;
}

.content-area .content-block.home .recipes .recipelist .image img, .content-area .content-block.home .recipes .extraslist .image img, .content-area .content-block.home .recipes .videoslist .image img, .content-area .content-block.home .extras .recipelist .image img, .content-area .content-block.home .extras .extraslist .image img, .content-area .content-block.home .extras .videoslist .image img, .content-area .content-block.home .videos .recipelist .image img, .content-area .content-block.home .videos .extraslist .image img, .content-area .content-block.home .videos .videoslist .image img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.content-area .content-block.home .recipes .recipelist p, .content-area .content-block.home .recipes .extraslist p, .content-area .content-block.home .recipes .videoslist p, .content-area .content-block.home .extras .recipelist p, .content-area .content-block.home .extras .extraslist p, .content-area .content-block.home .extras .videoslist p, .content-area .content-block.home .videos .recipelist p, .content-area .content-block.home .videos .extraslist p, .content-area .content-block.home .videos .videoslist p {
  margin-bottom: 0px;
  color: black;
}

.content-area .content-block.home .chefs .cheflist {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[6];
      grid-template-columns: repeat(6, 1fr);
  grid-gap: 30px;
}

.content-area .content-block.home .chefs .cheflist .chef .image {
  width: 100%;
  padding-top: 100%;
  height: 0;
  position: relative;
}

.content-area .content-block.home .chefs .cheflist .chef .image img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.content-area .content-block.home .chefs .cheflist .chef p {
  margin-bottom: 0px;
  color: black;
}

.content-area .content-block .videos .videoslist {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px;
}

.content-area .content-block .videos .videoslist .image {
  width: 100%;
  padding-top: 57.66%;
  height: 0;
  position: relative;
}

.content-area .content-block .videos .videoslist .image img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.content-area .content-block .videos .videoslist p {
  margin-bottom: 0px;
  color: black;
}

.content-area .content-block .sponsors h3 {
  padding-top: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid gray;
  margin-bottom: 30px;
  text-align: center;
}

.content-area .content-block .sponsors .sponsorlist {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[6];
      grid-template-columns: repeat(6, 1fr);
  grid-gap: 30px;
}

.content-area .content-block .sponsors .sponsorlist .sponsor {
  width: 100%;
  padding-top: 57.66%;
  height: 0;
  position: relative;
}

.content-area .content-block .sponsors .sponsorlist .sponsor img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.content-area .content-block .howto {
  background: #F3F3F3;
  border-radius: 15px;
  margin-top: 20px;
  margin-bottom: 30px;
}

.content-area .content-block .howto .inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  grid-gap: 0px;
  padding: 30px;
}

.content-area .content-block .howto .inner div {
  text-align: center;
  border-right: 1px solid lightgray;
  padding: 0px 30px;
}

.content-area .content-block .howto .inner div h4 {
  font-size: 17px;
}

.content-area .content-block .howto .inner div:last-child {
  border-right: 0px;
}

.content-area .content-block .howto .inner div:last-child h4 {
  padding-bottom: 25px;
}

.content-area .content-block .howto .inner div .amazonlogo {
  padding-top: 20px;
  padding-left: 15px;
  padding-right: 15px;
}

.content-area .content-block .howto .inner div .button {
  padding: 12px 30px;
  background: #EC1164;
  border-radius: 10px;
  white-space: nowrap;
  color: white;
  font-size: 17px;
}

.content-area .content-block .chef-list .chef {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 30px;
}

.content-area .content-block .chef-list .chef .image {
  width: 25%;
  padding-top: 25%;
  height: 0;
  position: relative;
}

.content-area .content-block .chef-list .chef .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.content-area .content-block .chef-list .chef .text {
  width: 75%;
  padding-left: 20px;
}

.content-area .content-block .chef-list .chef .text h5 {
  text-transform: uppercase;
  font-size: 16px;
  color: #EC1164;
}

.content-area .content-block .chef-list .chef .text h4 {
  font-size: 20px;
}

.content-area .content-block.page {
  width: 100%;
}

.content-area .content-block.page .episode-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
}

.content-area .content-block.page .episode-list .episode {
  padding-bottom: 5px;
}

.content-area .content-block.page .episode-list .episode .title {
  padding-top: 5px;
}

.content-area .content-block.page .episode-list .episode .thumb img {
  height: 140px;
  -o-object-fit: cover;
     object-fit: cover;
}

.content-area .content-block .more {
  padding-top: 30px;
}

.content-area .content-block .more .title {
  padding-bottom: 10px;
}

.content-area .content-block .more h1 {
  padding-bottom: 15px;
}

.content-area .content-block .more .recipe, .content-area .content-block .more .episode {
  padding-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.content-area .content-block .more .recipe .image, .content-area .content-block .more .episode .image {
  width: 30%;
  padding-top: 16%;
  position: relative;
  height: 0;
}

.content-area .content-block .more .recipe .image img, .content-area .content-block .more .episode .image img {
  padding-right: 20px;
  width: 100%;
  position: absolute;
  top: 0;
  height: 100%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.content-area .content-block .more .recipe h4, .content-area .content-block .more .episode h4 {
  font-size: 18px;
  font-weight: 300;
}

.content-area .content-block .more .recipe .text, .content-area .content-block .more .episode .text {
  width: 70%;
}

.content-area .content-block .more .chefs {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
}

.content-area .content-block .more .chefs .text {
  text-align: center;
}

.content-area .content-block .more .chefs .text h4 {
  font-size: 18px;
  color: black;
  padding-top: 5px;
  font-weight: 300;
}

.content-area .content-block .chef-image {
  max-width: 33%;
  margin-right: 20px;
  margin-bottom: 20px;
}

.content-area .content-block .vjs-big-play-button {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.content-area .content-sidebar {
  width: 25%;
}

.content-area .content-sidebar .inner {
  background: #F3F3F3;
  border-radius: 20px;
  padding: 30px;
  text-align: center;
}

.content-area .content-sidebar .inner h2 {
  font-weight: 300;
}

.content-area .content-sidebar .inner h4 {
  padding-bottom: 20px;
}

.content-area .content-sidebar .inner hr {
  margin-top: 40px;
}

.content-area .content-sidebar .inner .button {
  padding: 12px 30px;
  background: #EC1164;
  border-radius: 10px;
  white-space: nowrap;
  color: white;
}

@media screen and (max-width: 1200px) {
  .content-area .content-block.home .recipes .recipelist, .content-area .content-block.home .recipes .extraslist, .content-area .content-block.home .extras .recipelist, .content-area .content-block.home .extras .extraslist {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
  .content-area .content-block.home .chefs .cheflist {
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
  }
  .content-area .content-block .sponsors .sponsorlist {
    -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr);
  }
  .content-area .content-block.page {
    padding-right: 0px;
  }
  .content-area .content-block.page .episode-list, .content-area .content-block.page .videoslist {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
  .content-area .content-block.page #menu-season-menu li {
    width: 33%;
    padding-left: 0px;
    padding-right: 20px;
  }
}

.vert .sponsors {
  padding-top: 30px;
}

.vert .sponsors .sponsorlist {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
}

.vert .sponsors .sponsorlist .sponsor {
  height: 60px;
}

.vert .sponsors .sponsorlist .sponsor img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
  width: 100%;
}

@media screen and (max-width: 1220px) {
  .vert {
    display: none;
  }
  .content-area .content-block {
    width: 100%;
    padding-right: 0px;
  }
  .midsize {
    display: block;
  }
}

@media screen and (min-width: 1221px) {
  .midsize {
    display: none;
  }
}

@media screen and (max-width: 1020px) {
  .subheader .menu #main-menu .menu-item {
    padding: 0px 9px;
  }
}

@media screen and (max-width: 930px) {
  #right-sidebar {
    display: none;
  }
}

@media screen and (max-width: 760px) {
  h2 {
    font-size: 26px;
    line-height: 30px;
    font-weight: 300;
  }
  h3 {
    font-size: 22px;
    font-weight: 300;
  }
  a {
    font-size: 13px;
  }
  a p {
    font-size: 13px;
  }
  .subheader .menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .subheader .menu .itemslist {
    width: 100%;
  }
  .subheader .menu .itemslist ul {
    float: unset;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .subheader .menu .itemslist ul li {
    width: 33%;
    text-align: center;
  }
  .subheader .menu .itemslist ul li:nth-child(1) {
    text-align: right;
  }
  .subheader .menu .itemslist ul li:nth-child(3) {
    text-align: left;
  }
  .subheader .menu .itemslist ul li:nth-child(4) {
    width: 60%;
    text-align: right;
  }
  .subheader .menu .itemslist ul li:nth-child(5) {
    width: 40%;
    text-align: left;
  }
  .subheader .menu .socials {
    width: 100%;
    padding-bottom: 20px;
  }
  .subheader .menu .socials ul {
    width: 100%;
    height: 30px;
    padding-left: 0px;
  }
  .content-area .content-block .bottom .sponsors {
    display: none;
  }
  .content-area .content-block.home .banner .text p {
    display: none;
  }
  .content-area .content-block .howto .inner {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    padding: 15px;
  }
  .content-area .content-block .howto .inner div {
    border-right: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0px;
    text-align: center;
    padding-bottom: 20px;
  }
  .content-area .content-block .howto .inner div br {
    display: none;
  }
  .content-area .content-block .howto .inner div h2 {
    width: 100%;
  }
  .content-area .content-block .howto .inner div h4 {
    text-align: left;
    padding-right: 15px;
  }
  .content-area .content-block .howto .inner div .amazonlogo {
    padding-top: 0px;
  }
  .content-area .content-block .howto .inner div:nth-child(2) * {
    width: 50% !important;
  }
  .content-area .content-block .howto .inner div:nth-child(3) {
    padding-bottom: 0px;
  }
  .content-area .content-block .howto .inner div:nth-child(3) * {
    width: 50% !important;
  }
  .content-area .content-block .howto .inner div:nth-child(3) h4 {
    padding-bottom: 0px;
    margin-bottom: 0px;
  }
  .content-area .content-block .howto .inner div .button {
    padding: 12px 15px;
    white-space: nowrap;
    height: 50px;
  }
  .content-area .content-block #menu-season-menu {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 965px) {
  .content-area .content-block .sponsors .notfront {
    display: none;
  }
  #right-sidebar {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  .content-area .content-block.home .recipes .recipelist {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
  .content-area .content-block.home .chefs .cheflist {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
  .content-area .content-block .sponsors .sponsorlist {
    -ms-grid-columns: (1fr)[2] !important;
        grid-template-columns: repeat(2, 1fr) !important;
  }
}

.top-bar .inset.align-end{
	justify-content: end;
}
@media(min-width: 768px){
	.mobile-menu-toggle{
		display:none !important;
	}
}
@media(max-width: 767px){
	.desktop-menu{
		display:none !important;
	}
	.meet-host-section img{
		margin-bottom: 10px;
  }
	.meet-host-section .col-sm-9{
		padding-left: 0;
	}
	
}
.site-header .itemslist{
    display: inline-block;	
}
.site-header .itemslist ul{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
	    float: right;
}
.site-header .itemslist ul .menu-item{
	padding: 0px 15px;
}
.site-header .itemslist ul .menu-item a{
	  color: #1c1c1c;
    font-size: 17px;
    white-space: nowrap;
}
.site-header .header-nav-menu{
		order: 2;
    text-align: right;
    width: 100%;	
}
.site-header .itemslist ul .menu-item a:hover{
	 text-decoration: underline;
}
@media(max-width: 767px){
	body .site{
	    overflow-x: hidden;	
	}
	.site-header .header-nav-menu{
	    margin-top: -27px;	
	}
	.mobile-menu-toggle span{
		display: block;
		  width: 33px;
		  height: 4px;
		  margin-bottom: 5px;
		  position: relative;
		  background: #cdcdcd;
		  border-radius: 3px;
		  z-index: 1;
		  transform-origin: 4px 0px;

		  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
					  background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
					  opacity 0.55s ease;
	}
	.site-header #main-menu{
		display: block;
		float: none;
		text-align: left;
	}
	.mobile-menu-toggle{
	  display: block;
	  position: relative;
	  top: 0px;
	  left: 0;
	  text-align: right;
	  display: flex;
	  justify-content: end;
	  z-index: 1;
	  -webkit-user-select: none;
	  user-select: none;
	}

	.mobile-menu-toggle a{
	  text-decoration: none;
	  color: #232323;
	  transition: color 0.3s ease;
	}

	.mobile-menu-toggle a:hover{
	  color: tomato;
	}

	.mobile-menu-toggle input{
	  display: block;
	  width: 40px;
	  height: 32px;
	  position: absolute;
	  top: -7px;
	  right: 0px;
	  cursor: pointer;
	  opacity: 0; /* hide this */
	  z-index: 2; /* and place it over the hamburger */
	  -webkit-touch-callout: none;
	}


	.mobile-menu-toggle span:first-child{
	  transform-origin: 0% 0%;
	}

	.mobile-menu-toggle span:nth-last-child(2){
	  transform-origin: 0% 100%;
	}
	.mobile-menu-toggle span:last-child{
	    top: -26px;	
	}

	.mobile-menu-toggle input:checked ~ span{
	  opacity: 1;
	  transform: rotate(45deg) translate(-2px, -1px);
	  background: #232323;
	}
	.mobile-menu-toggle input:checked ~ span:nth-last-child(3){
	  opacity: 0;
	  transform: rotate(0deg) scale(0.2, 0.2);
	}
	.mobile-menu-toggle input:checked ~ span:nth-last-child(2){
	  transform: rotate(-45deg) translate(0, -1px);
	}
	.site-header .itemslist{
	   display:block;
	   position: absolute;
	   width: calc(100% + 40px);
	   margin: 0 -15px;
	   padding: 20px;
	   background: #ededed;
	   list-style-type: none;
	   -webkit-font-smoothing: antialiased;
	   /* to stop flickering of text in safari */
	   transform-origin: 0% 0%;
	   transform: translate(-200%, 0);
	   transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
	   left: 0;
	   box-shadow: 0px 3px 6px #c7c7c7;
	}
	.itemslist li{
	  padding: 10px 0;
	  font-size: 22px;
	}
	.mobile-menu-toggle input:checked ~ .itemslist{
	  transform: none;
	}
}
/*# sourceMappingURL=style.css.map */
body.post-type-archive-recipes .subheader, body.post-type-archive-clips .subheader, body.post-type-archive-chef .subheader {
    display: none;
}
@media (max-width:760px){
	.recipes h3, .recipes h3 a, .extras h3, .extras h3 a, .chefs h3, .chefs h3 a{
		font-size: 1rem;
	}
	.meet-host-section .recipes h3{
		font-size:22px;
	}
}
@media (max-width:575px){
	.meet-host-section h3, .meet-host-section h4{
		text-align: center;
	}
	.meet-host-section img {
		margin: 0 auto 10px;
		display: block;
	}
}
@media (max-width:375px){
	.chefs h3 span.sidelink {
		float: unset;
		display: block;
	}
}
@media (min-width:768px) and (max-width: 965px){
	body .content-area .content-block.page #menu-season-menu li{
	    padding-right: 10px;	
	}
	body #menu-season-menu li a{
		font-size: 16px;
	}
}
@media (min-width:966px) and (max-width: 986px){
	
	body .content-area .content-block.page #menu-season-menu li{
	    padding-right: 10px;	
	}
	body #menu-season-menu li a{
		font-size: 14px;
	}
}
@media (min-width:1296px) and (max-width: 1450px){
	#menu-season-menu li a{
	    font-size: 16px !important;	
	}
	#menu-season-menu li{
	    padding: 0px 10px !important;	
	}
}
@media (min-width:1186px) and (max-width: 1295px){
	#menu-season-menu li{
	    padding: 0px 8px !important;	
	}
	#menu-season-menu li a{
	    font-size: 15px !important;	
	}
}