/*!
Theme Name: PBS Food
Theme URI: https://www.pbs.org/food
Author: PBS
Author URI: https://www.pbs.org
Description: A fresh new look and feel for PBS Food.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: pbsfood
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/*
Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  margin: 0;
  line-height: 1.526;
}

div {
  position: relative;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0 0 0.67em;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  appearance: button;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

body,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: "Roboto Slab", Georgia, serif;
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0;
  padding: 1em;
}

ul {
  list-style: none;
}

ol {
  list-style: decimal;
}

li>ul,
li>ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

.alignleft {
  float: left;
  margin-right: 4%;
}

.alignright {
  float: right;
  margin-left: 4%;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: transparent;
  color: white;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: 0.6em 1em 0.4em;
  background-color: #42a045;
  height: 45px;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: orange;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: orange;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #222;
  border: 1px solid #f5e7cc;
  border-radius: 2px;
  padding: 8px;
  height: 45px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #222;
  outline-color: #42a045;
  outline-offset: -2px;
  outline-style: solid;
  outline-width: 2px;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/* Text meant only for screen readers. */

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */

#content[tabindex="-1"]:focus {
  outline: 0;
}

.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}

.widget select {
  max-width: 100%;
}

.sticky {
  display: block;
}

.hentry {
  margin: 0 auto;
}

.updated:not(.published) {
  display: none;
}

#single,
#recipe {
  max-width: 1280px;
  margin: 0 auto;
  padding: 1em;
}

#single .entry-content {
  margin: 0;
}

#post-0 {
  text-align: center;
}

#sidebar {
  max-width: 100%;
  text-align: center;
}

#sidebar .widget-title {
  text-transform: capitalize;
}

#sidebar .related-shows,
#sidebar .related-posts {
  text-align: left;
}

.related-shows ul,
.related-posts ul {
  padding: 0 0 1em;
}

.related-shows ul li,
.related-posts ul li {
  margin: 1em 0;
}

.related-shows ul li a,
.related-posts ul li a {
  color: #42a045;
  padding: 1em 0;
}

#single #content a {
  color: #42a045;
}

#single #content .continue-reading--link {
  color: white;
  width: 50%;
}

#single .entry-content a, .page #content a {
  color: #42a045;
}

/*
.entry-content a {
  color: #42a045;
}
*/

.related-recipes,
.main-sb,
.related-posts {
  background-color: #fff7e7;
  margin-bottom: 1em;
  padding: 1em;
  margin-top: 1em;
  line-height: 1.4em;
  color: #222;
  text-align: left;
}

.related-recipes ul,
.main-sb ul {
  padding: 0;
}

.related-recipes ul li,
.main-sb ul li {
  padding: 1em 0;
}

.related-recipes ul li a,
.main-sb ul li a {
  color: #42a045;
}

.related-recipes ul li a:hover,
.related-recipes ul li a:focus,
.main-sb ul li a:hover,
.main-sb ul li a:focus {
  color: #2d7530;
}

.related-shows {
  background-color: #f5f5f5;
  margin-bottom: 1em;
  padding: 1em;
  line-height: 1.4em;
  color: #222;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/******** Infinite-scroll ********/

/* Globally hidden elements when Infinite Scroll is supported and in use. */

.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */

.infinity-end.neverending .site-footer {
  display: block;
}

/******** Media ********/

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */

.custom-logo-link {
  display: inline-block;
}

/******** Captions ********/

.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/******** Galleries ********/

.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

a {
  color: #222;
  text-decoration: none;
}

a:visited {
  color: #222;
}

a:hover,
a:focus,
a:active {
  color: #42a045;
  text-decoration: none;
}

a:focus {
  outline: 1px dotted orange;
}

a:hover,
a:active {
  outline: 0;
}

.partnerPlayer-container {
  position: relative;
  padding-bottom: 56.4%;
}

iframe#partnerPlayer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -ms-transform: none;
  transform: none;
}

/**
--------------------------------------------------------------
Base Styles
--------------------------------------------------------------
**/

#pbs_dh_wrap {
  max-width: 1376px !important;
}

body {
  max-width: 1440px;
  margin: 0 auto;
}

.site {
  background-color: #fff;
  margin-top: -32px;
}

/******** Header ********/

header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  padding: 16px;
}

/******** PBS Logo ********/

.logo {
  width: 40%;
  transition: all 0.3s ease-in-out;
}

/******** Menu ********/

.main-navigation {
  height: 55px;
  transition: all .3s ease-in-out;
}

.main-navigation.toggled ul {
  display: block;
}

.main-navigation button {
  background-color: tomato;
  width: 80px;
  transition: all .3s ease-in-out;
}

.main-navigation.toggled button {
  background-color: #ca452d;
}

#header-menu {
  list-style: none;
  width: 120px;
  padding: 0;
  position: absolute;
  right: 16px;
  z-index: 100;
  max-height: 0;
  overflow: hidden;
  transition: max-height .3s ease-in;
  background-color: tomato;
  color: white;
}

#header-menu.is-open {
  max-height: 1000px;
}

#header-menu li {
  padding: 10px 12px;
}

#header-menu li a {
  padding: 10px 10px 2px 10px;
  color: white;
  font-family: "Roboto Slab", Georgia, serif;
  font-weight: 600;
}

#header-menu li:after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: white;
  transition: width 0.3s ease-in-out;
}

#header-menu li:hover:after {
  width: 100%;
}

#topnav2 .menu {
  display: flex;
  flex-direction: column;
}

#topnav2 .menu li {
  padding: .5em 0;
}

#topnav2 .menu li::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: white;
  transition: width 0.3s ease-in-out;
}

#topnav2 .menu li:hover::after {
  width: 100%;
}

/******** Hero Carousel ********/

#carousel__container {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel__slides {
  margin: 0;
  padding: 0;
}

li.carousel__slide-item {
  height: 300px;
  transition: all .3s ease-in-out;
}

.carousel__slide-item img {
  width: 100%;
}

/******** Hero Carousel -- Slider Arrows ********/

.slider__arrow {
  -webkit-filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.45));
  filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.45));
}

.slider--hero__button.slick-next {
  position: absolute;
  right: 0;
  background-color: transparent;
  border: none;
  z-index: 1000;
  top: 20%;
  padding: 0;
}

.slider--hero__button.slick-previous {
  position: absolute;
  left: 0;
  top: 20%;
  z-index: 1000;
  background-color: transparent;
  border: none;
  padding: 0;
}

.slider--hero__button.slick-previous svg,
.slider--hero__button.slick-next svg {
  width: 20px;
  height: 49px;
}

/******** Hero Carousel -- Slide Text ********/

.carousel__slide-item--link {
  color: #222;
}

.carousel__slide-item--link:hover,
.carousel__slide-item--link:focus {
  color: #222;
}

.carousel__slide-item--link:visited {
  color: #222;
}

.carousel--title {
  position: absolute;
  z-index: 1;
  font-size: 1.5em;
  color: #222;
  font-weight: 600;
  font-family: "Roboto Slab", Georgia, Slab;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 0 1em;
  max-width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/******** Hero Carousel -- Slide Counter ********/

.slick-dots {
  display: none !important;
  list-style: none;
  padding: 0;
  margin-left: 20px;
}

.slick-dots li {
  margin-right: 0;
}

.slick-dots li button {
  border: none;
  background-color: rgba(255, 255, 255, 0.7);
}

.slick-active {
  background-color: #fff;
}

/******** Featured Videos ********/

.video__list--container {
  width: 100%;
  position: relative;
  margin: 2em 0;
}

.section__heading {
  padding-left: 1em;
  margin-bottom: 1em;
  font-size: 1.2em;
}

.see-all-videos__link {
  position: absolute;
  right: 8px;
  top: 25px;
  margin: 0;
  font-size: 0.9em;
  font-family: "Roboto Slab", Georgia, serif;
  font-weight: 600;
  border-bottom: 0;
}

.see-all-videos__link a {
  color: #42a046;
}

.see-all-right-caret {
  width: 12px;
  height: 11px;
  fill: #42a046;
}

/******** Featured Video Carousel Arrows ********/

.slider--video__button.slick-previous {
  position: absolute;
  left: 6px;
  top: 26%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.2);
  border: none;
  transition: all 0.3s ease-in-out;
}

.slider--video__button.slick-next {
  position: absolute;
  right: 6px;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
  top: 26%;
  transition: all 0.3s ease-in-out;
}

.slider--video__button.slick-previous svg,
.slider--video__button.slick-next svg {
  width: 16px;
  height: 30px;
}

/******** Featured Video Cards ********/

.video__list-item {
  margin: 0 5px;
  height: 250px;
  width: auto !important;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  position: relative;
  transition: all 0.3s ease-in-out;
}

.video__list-item:hover,
.video__list-item:focus {
  background-color: #e0e0e0;
}

/******** Featured Video Title ********/

.video__list-item--title {
  padding: 0 10px;
}

.home-featured {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 2em;
}

/******** 300 x 300 Ad Unit ********/

.supporttext {
  font-size: .8em;
  font-family: roboto;
  margin-top: 1em;
}

.supporttext a {
  margin-right: 5em;
}

/******** Recipe Search and Browsing ********/

#recipetoolbar {
  float: right;
}

#search-recipes--container {
  background: #e3e3e3 url(//www.pbs.org/food/wp-content/blogs.dir/2/files/2017/11/ACFL0507-Recipe.jpg) no-repeat center center;
  width: 100%;
  background-size: cover;
  padding: 1em;
}

.recipe__search--heading {
  margin: 0;
  color: #fff;
  text-shadow: 1px 1px 3px #666;
  font-size: 1.4em;
}

#recipe__search input[type="text"] {
  width: 78%;
  height: 45px;
  padding: 16px;
  margin-top: 10px;
  margin-bottom: 16px;
  background-color: rgba(255, 255, 255, 0.8);
  transition: background-color 0.3s ease-in-out;
  border: transparent;
}

#recipe__search input[type="text"]:focus {
  outline-color: #42a045;
  background-color: rgba(255, 255, 255, 1);
}

#recipe__search button.searchbutton {
  position: relative;
  width: 20%;
  height: 45px;
  top: 4px;
  color: white;
  background-color: #42a045;
  padding: 8px;
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 2px;
  border: none;
  text-align: center;
  transition: all 0.3s ease-in-out;
}

#recipe__search button.searchbutton:hover,
#recipe__search button.searchbutton:focus {
  background-color: #2d7330;
}

.recipe__search--icon {
  width: 20px;
  height: 20px;
  margin-top: 4px;
  fill: #fff;
  transition: all 0.3s ease-in-out;
}

.recipe__search--icon:hover,
.recipe__search--icon:focus {
  fill: #fff;
}

/******** Recipe Search and Browsing -- Category Pills ********/

.categories {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0 24px;
  -ms-display: grid;
  -ms-grid-template-columns: 1fr 1fr;
  -ms-grid-gap: 0 24px;
}

.browse__heading--course,
.browse__heading--cuisine,
.browse__heading--occasion,
.browse__heading--theme {
  border: 1px solid tomato;
  background-color: tomato;
  color: #fff;
  padding: 10px 16px;
  border-radius: 2px;
  width: 100%;
  height: 45px;
  text-align: center;
  font-size: 0.9em;
  font-weight: 400;
  letter-spacing: 1px;
  transition: all 0.3s ease-in-out;
  font-weight: 700;
}

.browse__heading--course:hover,
.browse__heading--course:focus,
.browse__heading--cuisine:hover,
.browse__heading--cuisine:focus,
.browse__heading--occasion:hover,
.browse__heading--occasion:focus,
.browse__heading--theme:hover,
.browse__heading--theme:focus {
  background-color: #ce3418;
  color: #fff;
  cursor: pointer;
}

.open-tab {
  background-color: #ce3418;
}

.browse__heading--course:active,
.browse__heading--cuisine:active,
.browse__heading--occasion:active,
.browse__heading--theme:active {
  background-color: #ce3418;
}

.down-caret {
  width: 12px;
  height: 12px;
  fill: #fff;
  margin-top: 5px;
}

/******** Recipe Search and Browsing -- Expanded Category ********/

.course__list,
.cuisine__list,
.occasion__list,
.theme__list {
  margin: 1em;
  padding: 1em;
  background-color: tomato;
  list-style: none;
  text-align: center;
}

.course__list,
.cuisine__list,
.occasion__list,
.theme__list {
  height: auto;
}

.course__list li,
.cuisine__list li,
.occasion__list li,
.theme__list li {
  display: block;
  padding: 10px 0;
}

.course__list li a,
.cuisine__list li a,
.occasion__list li a,
.theme__list li a {
  color: #fff;
  font-size: 0.9em;
  padding: 1em;
}

/******** Featured Recipe ********/

.recipe__section--heading {
  padding: 1em 1em 0;
  font-size: 1.3em;
}

.recipe__featured {
  position: relative;
  padding: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  border: 5px dotted orange;
  margin: 0 1em 2em;
  transition: all 0.3s ease-in-out;
}

.recipe__featured--image {
  width: 100%;
  max-width: 100%;
}

.recipe__featured:hover,
.recipe__featured:focus {
  transform: scale(1.01);
  box-shadow: 1px 1px 32px 5px rgba(0, 0, 0, 0.2);
}

img.attachment-small-thumb.wp-post-image,
img.attachment-medium-thumb.wp-post-image,
img.attachment-large-thumb.wp-post-image,
img.attachment-chef.wp-post-image {
  width: 100%;
  height: auto;
}

.recipe__featured--title {
  margin-top: 0;
}

.recipe__featured--title a {
  color: #222;
  text-decoration: none;
  font-size: 1.3em;
  transition: all 0.3s ease-in-out;
}

.recipe__featured--title a:hover,
.recipe__featured--title a:focus {
  color: #42a046;
}

.recipe__featured--title a:visited {
  color: #222;
}

.recipe__featured--excerpt .read-more {
  width: 65%;
}

.recipe__theme {
  padding: 1em 0 0;
}

/******** Read More Button ********/

.read-more {
  background-color: #42a046;
  color: #fff;
  padding: 13px;
  font-size: 1em;
  font-weight: 600;
  font-family: 'Roboto Slab', Georgia, 'Times New Roman', Times, serif;
  text-decoration: none;
  display: block;
  width: 65%;
  margin-top: 5%;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.read-more:hover,
.read-more:focus {
  background-color: #2d7330;
  color: #fff;
}

.read-more:visited {
  color: #fff;
}
.entry-content .read-more, .page #content .read-more {
  color: #fff;
}
/******** Article Cards ********/

.stories__section--heading {
  padding: 1em 1em 0;
  font-size: 1.3em;
}

.stories {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  grid-row-gap: 24px;
  padding: 1em 1em 3em;
}

.story__card {
  width: 100%;
  border: 1px solid #e3e3e3;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}

.story__card:hover,
.story__card:focus {
  box-shadow: 1px 10px 32px 5px rgba(0, 0, 0, 0.2);
  transform: scale(1.01);
}

.story__card--image {
  margin: 0;
}

.story__card--image img {
  width: 100%;
  max-width: 100%;
  transition: all 1s ease-in-out;
}

.story__card--title {
  margin: 0;
  padding: 16px;
}

.story__card--title-link {
  color: #222;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.story__card--title-link:hover,
.story__card--title-link:focus {
  color: #42a046;
}

.story__card--title-link:visited {
  color: #222;
}

.story__card--excerpt {
  padding: 0 16px 24px 16px;
}

/******** Newsletter Block ********/

#newsletter {
  padding: 2em 1em;
  background: #e8992e url(//www.pbs.org/food/wp-content/blogs.dir/2/files/2017/06/GBBA0410-Jane-Showstopper.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
  clear: both;
}

#newsletter h2 {
  margin: 0;
  color: white;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
  text-align: center;
  font-size: 2em;
}

#newsletter p {
  color: white;
  font-size: 1.4em;
  text-align: center;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
  margin-top: 0;
  margin-bottom: 0;
}

#newsletter label {
  margin-top: 10px;
  margin-right: 24px;
  color: white;
}

#newsletter input#field0 {
  width: 70%;
  height: 45px;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 16px;
  transition: all 0.3s ease-in-out;
  border: transparent;
}

#newsletter input#field0:focus {
  background-color: white;
}

#newsletter input#field3 {
  position: relative;
  font-family: "Roboto Slab", Georgia, "Times New Roman", Times, serif;
  font-size: 1em;
  left: 200px;
  height: 45px;
  bottom: 44px;
  width: 30%;
  border: none;
  background-color: #42a046;
  color: white;
  top: -45px;
  transition: all 0.3s ease-in-out;
}

/******** Videos Page ********/

.video--title {
  color: tomato;
  text-align: center;
  position: relative;
  font-size: 36px;
  text-align: center;
  margin: 0;
  transition: all 0.3s ease-in-out;
}

.video--banner {
  background: #333 url(//www.pbs.org/food/wp-content/blogs.dir/2/files/2018/06/Video.jpg) no-repeat center center;
  height: 70px;
  text-align: center;
  margin: 0;
  padding-top: 5px;
  background-size: cover;
  font-size: 40px;
  color: white;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
  transition: all 0.3s ease-in-out;
}

.featured__videos,
.featured__shows,
.featured__webshows {
  padding: 1em;
  position: relative;
}

/******** Videos Page -- Featured Videos ********/

.webshow-list {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  grid-row-gap: 24px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.webshow-list__item,
.chefslife__list--item {
  position: relative;
}

.webshow-list__item a:before,
.chefslife__list--item:before {
  position: absolute;
  top: 40%;
  left: 50%;
  width: 64px;
  height: 64px;
  margin-top: -24px;
  margin-left: -32px;
  background-image: url(http://di30d2kxyxn22.cloudfront.net/images/svg/play.4a9e8e990628.svg);
  background-position: 0 0;
  content: "";
  opacity: 0.7;
  transition: opacity 0.3s;
  pointer-events: none;
  z-index: 4;
}

.webshow-list__item a:focus:before,
.webshow-list__item a:hover:before,
.chefslife__list--item:hover:before {
  opacity: 1;
}

/******** Video Page - Image Hover Darken ********/

.webshow-list__item img {
  transition: all 0.3s ease-in-out;
}

.webshow-list__item img:hover {
  filter: brightness(0.8);
}

.featured__shows h2,
.featured__webshows h2 {
  margin-bottom: 0;
}

.featured__shows h4,
.featured__webshows h4 {
  margin-top: 0;
  font-size: 0.9em;
}

.featured__shows h4 a,
.featured__webshows h4 a {
  color: #42a045;
}

/******** Videos Page -- Featured TV Shows ********/

.tvshow__list {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  grid-column-gap: 12px;
  grid-row-gap: 24px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.tvshow__list li {
  border: 1px solid #e0e0e0;
  padding: 1em;
  transition: all 0.3s ease-in-out;
}

.tvshow__list li:hover,
.tvshow__list li:focus {
  box-shadow: 1px 10px 32px 5px rgba(0, 0, 0, 0.2);
  transform: scale(1.01);
}

.tvshow__list li a {
  display: block;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 12px;
  font-family: "Roboto Slab", Georgia, "Times New Roman", Times, serif;
}

.tvshow__list li img {
  width: 100%;
  margin-bottom: 12px;
}

/******** Videos Page -- Featured Web Shows ********/

.webshow__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 24px;
  transition: all 0.3s ease-in-out;
}

.webshow__list li {
  display: flex;
  flex-direction: column;
  border: 1px solid #e0e0e0;
  padding: 1em;
  transition: all 0.3s ease-in-out;
}

.webshow__list li:hover,
.webshow__list li:focus {
  box-shadow: 1px 10px 32px 5px rgba(0, 0, 0, 0.2);
  transform: scale(1.01);
}

.webshow__list li img {
  width: 100%;
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
}

.webshow__list li a {
  display: block;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 12px;
  font-family: "Roboto Slab", Georgia, "Times New Roman", Times, serif;
}

/******** Single Page - Default ********/

.custom-banner img {
  display: block;
  width: 100%;
  height: auto;
}

.custom-banner #header {
  height: auto !important;
}

.blog__banner img {
  display: block;
  width: 100%;
  height: auto;
}

.single__blog,
.single-feature__post,
.single__page,
.single__show {
  max-width: 1280px;
  padding: 1em;
  margin: 0 auto;
}

.ingredient-title,
.direction-title {
  font-size: 1.2em;
  padding: 0;
  margin-top: 0;
  margin-bottom: 24px;
}

.ingredients,
.directions {
  margin: 0;
  padding: 1em;
}

.ingredient-item,
.direction-item {
  margin-bottom: 12px;
}

#breadcrumbs {
  font-size: 0.8em;
  border-bottom: 1px solid #e0e0e0;
  border-top: 1px solid #e0e0e0;
  padding: 1em 3em;
  margin-bottom: 0;
}

#breadcrumbs a {
  color: #42a045;
  padding: 10px;
}

.breadcrumb_last {
  padding: 10px;
}

.thetags {
  margin: 0;
  padding: 1em;
  border-top: 1px solid #e0e0e0;
}

.taxonomies a,
.thetags a {
  color: #42a045;
}

#single.entry-content {
  padding: 0;
}

#commentswrapper {
  margin-top: 2em;
}

/******** Shows Page - Default ********/

.shows--banner {
  background: #333 url(//www.pbs.org/food/wp-content/blogs.dir/2/files/2018/06/Shows.jpg) no-repeat center center;
  height: 70px;
  text-align: center;
  margin: 0;
  padding-top: 5px;
  background-size: cover;
  font-size: 40px;
  color: white;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
  transition: all 0.3s ease-in-out;
}

.show__list--title {
  color: tomato;
  text-align: center;
  position: relative;
  font-size: 36px;
  text-align: center;
  margin: 0;
  transition: all 0.3s ease-in-out;
}

.featured__show--section-title {
  margin-left: 1em;
  margin-bottom: 0;
}

.featured__show {
  display: grid;
  grid-template-columns: 1fr;
  grid-column-gap: 24px;
  padding: 1em;
  border: 5px dotted orange;
  margin: 1em;
  transition: all 0.3s ease-in-out;
}

.featured__show:hover,
.featured__show:focus {
  box-shadow: 1px 10px 32px 5px rgba(0, 0, 0, 0.2);
  transform: scale(1.01);
}

.featured__show .continue-reading--link {
  width: 40%;
}

.continue-reading--link {
  display: block;
  padding: 12px;
  color: #fff;
  background-color: #42a045;
  width: 100%;
  font-size: 1em;
  font-weight: 600;
  font-family: 'Roboto Slab', Georgia, 'Times New Roman', Times, serif;
  margin-top: 20px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}

.continue-reading--link:hover,
.continue-reading--link:focus {
  color: #fff;
  background-color: #2d7330;
}

.continue-reading--link:visited {
  color: #fff;
}

.other-shows--title {
  padding: 0 0.8em;
}

.show__list {
  display: grid;
  grid-template-columns: 1fr;
  grid-column-gap: 24px;
  padding: 1em 1em 3em;
}

.show__list--item {
  margin-bottom: 1em;
  border: 1px solid #e0e0e0;
  transition: all 0.3s ease-in-out;
}

.show__list--item:hover,
.show__list--item:focus {
  box-shadow: 1px 10px 32px 5px rgba(0, 0, 0, 0.2);
  transform: scale(1.01);
}

.show__list--item p {
  font-family: 'Roboto Slab', Georgia, 'Times New Roman', Times, serif;
  font-weight: 600;
  padding-left: 1em;
}

.show__list--item:last-child {
  margin-bottom: 0;
}

#tabnav {
  background-color: #f5f5f5;
  padding: 1em 1em 3em;
}

.browse-shows--heading {
  text-align: center;
}

#tabs ul {
  padding: 0;
  display: flex;
  justify-content: center;
  text-align: center;
}

#tabs ul li {
  list-style: none;
  padding: 12px;
  margin: 0;
  background-color: tomato;
  margin-right: 24px;
}

#tabs ul li:last-child {
  margin-right: 0;
}

#tabs ul li a {
  color: #fff;
  font-family: 'Roboto Slab', Georgia, 'Times New Roman', Times, serif;
  font-weight: 600;
}

.az__list--heading {
  text-align: center;
  padding: 1em 1em 0;
}

.state__list--heading {
  text-align: center;
  border-bottom: 1px solid green;
  padding-bottom: 12px;
}

.state__list--state {
  font-size: 2em;
  padding: 0;
  margin: .5em 0;
}

.alpha__list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 4px;
  padding: 1em;
  border-bottom: 1px solid green;
  border-top: 1px solid green;
}

.alpha__list a {
  padding: 1em;
}

.az__list,
.state__list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  font-size: 0.8em;
  padding: 1em 2em;
}

#tabs-1 .az__list ul,
#tabs-2 .state__list ul {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 12px;
  grid-template-rows: auto;
  width: 100%;
  border-bottom: 5px dotted orange;
}

#tabs-1 .az__list--item,
#tabs-2 .state__list--item {
  background-color: transparent;
  text-align: left;
  padding: 1em;
  margin: 0;
  transition: all 0.3s ease-in-out;
}

#tabs-1 .az__list--item:hover,
#tabs-2 .state__list--item:hover,
#tabs-1 .az__list--item:focus,
#tabs-2 .state__list--item:focus {
  background-color: #e2e2e2;
}

#tabs-1 .az__list--item a,
#tabs-2 .state__list--item a {
  color: #222;
}

.is-A:hover,
.is-A:focus,
.is-B:hover,
.is-B:focus,
.is-C:hover,
.is-C:focus,
.is-D:hover,
.is-D:focus,
.is-E:hover,
.is-E:focus,
.is-F:hover,
.is-F:focus,
.is-G:hover,
.is-G:focus,
.is-H:hover,
.is-H:focus,
.is-I:hover,
.is-I:focus,
.is-J:hover,
.is-J:focus,
.is-K:hover,
.is-K:focus,
.is-L:hover,
.is-L:focus,
.is-M:hover,
.is-M:focus,
.is-N:hover,
.is-N:focus,
.is-O:hover,
.is-O:focus,
.is-P:hover,
.is-P:focus,
.is-Q:hover,
.is-Q:focus,
.is-R:hover,
.is-R:focus,
.is-S:hover,
.is-S:focus,
.is-T:hover,
.is-T:focus,
.is-U:hover,
.is-U:focus,
.is-V:hover,
.is-V:focus,
.is-W:hover,
.is-W:focus,
.is-X:hover,
.is-X:focus,
.is-Y:hover,
.is-Y:focus,
.is-Z:hover,
.is-Z:focus {
  background-color: #e2e2e2;
}

#A-shows,
#B-shows,
#C-shows,
#D-shows,
#E-shows,
#F-shows,
#G-shows,
#H-shows,
#I-shows,
#J-shows,
#K-shows,
#L-shows,
#M-shows,
#N-shows,
#O-shows,
#P-shows,
#Q-shows,
#R-shows,
#S-shows,
#T-shows,
#U-shows,
#V-shows,
#W-shows,
#X-shows,
#Y-shows,
#Z-shows {
  font-size: 3em;
  margin-top: .5em;
}

#tabs-1,
#tabs-2 {
  display: none;
}

/******** Single Food Show Page - Default ********/

.menu-top-nav-container .menu li a {
  color: white;
}

.show-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 1em;
}

#gbbs-menu {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  grid-gap: 24px;
  background-color: #0f7688;
  margin-bottom: 2em;
}

#gbbs-menu li a {
  color: white;
}

#gbbs-menu li::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: white;
  transition: width 0.3s ease-in-out;
}

#gbbs-menu li:hover::after {
  width: 100%;
}

.gbbs__slides {
  padding: 0em 1em 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  grid-gap: 24px;
  list-style: none;
}

/******** Recipes Page - Default ********/

.recipe--title {
  color: tomato;
  position: relative;
  font-size: 1.7em;
  line-height: 1.2em;
  margin: 0 0 1em;
  transition: all 0.3s ease-in-out;
}

.recipe__slides {
  padding: 1em 1em 3em;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  grid-gap: 24px;
  list-style: none;
}

.featured__recipes--title {
  padding: 1em 1em 0;
  margin: 0;
}

.recipe__slide--item {
  border: 1px solid #e0e0e0;
  transition: all 0.3s ease-in-out;
}

.recipe__slide--item:hover,
.recipe__slide--item:focus {
  box-shadow: 1px 10px 32px 5px rgba(0, 0, 0, 0.2);
  transform: scale(1.01);
}

.recipe__slide--item h3 {
  padding-left: 1em;
  padding-right: 1em;
}

.recipe__slide--image {
  margin-top: 0;
}

.recipe_instructions {
  border: 5px dotted orange;
  padding: 1em;
  clear: both;
}

.entry-meta {
  padding: 0;
  font-size: 0.9em;
}

.blog--item .entry-meta {
  padding-left: 1.5em;
  padding-top: 1em;
}

.blog--item .entry-meta a {
  color: #42a045;
}

/******** Chefs Page - Default ********/

.chef--photo {
  margin-bottom: 24px;
}

.chefs--banner {
  background: #333 url(//www.pbs.org/food/wp-content/blogs.dir/2/files/2018/06/Chefs.jpg) no-repeat center center;
  height: 70px;
  text-align: center;
  margin: 0;
  padding-top: 5px;
  background-size: cover;
  font-size: 40px;
  color: white;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
  transition: all 0.3s ease-in-out;
}

.chef {
  padding: 1em;
}

.chef__list--title {
  color: tomato;
  text-align: center;
  position: relative;
  font-size: 36px;
  text-align: center;
  margin: 0;
  transition: all 0.3s ease-in-out;
}

.chef__card {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  grid-gap: 48px 24px;
  padding: 2em 1em 4em;
  justify-items: center;
}

.chef__card figure {
  max-width: 169px;
  max-height: 215px;
  transition: all 0.3s ease-in-out;
}

.chef__card--name {
  text-align: center;
}

.chef__card--item:hover,
.chef__card--item:focus {
  box-shadow: 1px 10px 32px 5px rgba(0, 0, 0, 0.2);
  transform: scale(1.03, 1.03);
}

.tax-item,
.item {
  margin: 1em;
  border: 1px solid #e0e0e0;
  transition: all .3s ease-in-out;
}

.tax-item:hover,
.item:hover {
  box-shadow: 1px 10px 32px 5px rgba(0, 0, 0, 0.2);
  transform: scale(1.03, 1.03);
}

.item .itemright {
  padding: 1em;
}

.item h2.entry-title {
  margin-top: 0;
}

.thumb img {
  width: 100%;
  height: auto;
}

#loop {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 24px;
  margin-bottom: 3em;
}

#loop .item .entry-meta {
  padding-left: 1.3em;
}

span.pages {
  display: block;
}

a.nextpostslink {
  display: block;
}

.chef-sidebar {
  max-width: 1280px;
  margin: 0 auto;
  padding: 1em;
}

/******** Blogs Page - Default ********/

.blog--banner {
  background: #333 url(//www.pbs.org/food/wp-content/blogs.dir/2/files/2018/06/Stories.jpg) no-repeat center center;
  height: 70px;
  text-align: center;
  margin: 0;
  padding-top: 5px;
  background-size: cover;
  font-size: 40px;
  color: white;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
  transition: all 0.3s ease-in-out;
}

/******** Blogs Page - Featured Blog ********/

.fresh-taste__heading {
  padding: 0 1em;
}

.fresh-taste__featured__blog {
  padding: 1em;
  border: 5px dotted orange;
  margin: 1em;
}

/******** Blogs Page - blog List ********/

.blog__list {
  padding: 1em 1em 3em;
}

.blog__list--items h2 {
  display: none;
}

.blog__list--items {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  grid-gap: 32px;
}

.blog__list--items li {
  border: 1px solid #e0e0e0;
  padding: 1em;
  transition: all 0.3s ease-in-out;
}

.blog__list--items li:hover,
.blog__list--items li:focus {
  box-shadow: 1px 10px 32px 5px rgba(0, 0, 0, 0.2);
  transform: scale(1.01);
}

.blog__list--items li a {
  font-weight: 600;
  transform: scale(1.01);
}

.blog__list--items li img {
  width: 100%;
  margin-bottom: 12px;
}

.blog__post {
  padding: 1em;
}

.blog__post img {
  width: 100%;
}

/******** Category Page - Social Blog Tool ********/

.category-name {
  color: white;
  background-color: #42a045;
  text-align: center;
  position: relative;
  font-size: 36px;
  text-align: center;
  margin: 0;
  transition: all 0.3s ease-in-out;
}

#blogtools {
  padding: 0 1em 1em;
}

#single-tag {
  padding: 1em;
}

#single-tag .tax-description {
  max-width: 600px;
}

/******** Features Page - Page Title ********/

.stories--banner {
  background: #333 url(//www.pbs.org/food/wp-content/blogs.dir/2/files/2018/06/Stories.jpg) no-repeat center center;
  height: 70px;
  text-align: center;
  margin: 0;
  padding-top: 5px;
  background-size: cover;
  font-size: 40px;
  color: white;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
  transition: all 0.3s ease-in-out;
}

.features--title {
  color: tomato;
  text-align: center;
  position: relative;
  font-size: 48px;
  text-align: center;
  margin: 0;
  transition: all 0.3s ease-in-out;
}

/******** Features Page - Featured Stories ********/

.featured__stories {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 24px;
  padding: 1em;
}

.featured__stories__item {
  border: 1px solid #e0e0e0;
}

.featured__stories__item--thumbnail {
  margin: 0;
}

.featured__stories__item--title {
  padding-left: 0.8em;
  padding-right: 0.8em;
}

.featured__stories__item--description {
  padding: 1em;
}

#partners {
  display: grid;
  grid-template-columns: 1fr;
  border-top: 1px solid #e0e0e0;
  width: 100%;
  padding: 1em;
}

/******** Category Page - Category Items ********/

#category__blog {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 24px;
  padding: 1em;
}

.blog--item {
  border: 1px solid #e0e0e0;
}

.blog--item .entry-title {
  padding-left: 1em;
  padding-right: 1em;
}

.blog--item .entry-content {
  padding: 0 1.5em;
}

/******** Features Page ********/

.featured__stories__item {
  transition: all 0.3s ease-in-out;
}

.featured__stories__item:hover,
.featured__stories__item:focus {
  transform: scale(1.01);
}

/******** Pagination ********/

.wp-pagenavi {
  clear: both;
  margin: 1em 0;
  padding: 1em;
  width: 100%;
  text-align: center;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  overflow: hidden;
}

.wp-pagenavi a,
.wp-pagenavi span {
  text-decoration: none;
  border: none !important;
  padding: 10px !important;
  margin: 5px !important;
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
  border-color: #42a045;
  background-color: #42a045;
  color: white;
}

.tax-item .program {
  padding: 1em;
}

#recipefeed .tax-item .program {
  padding: 0 1em 1em;
}

.taxonomy__featured-recipe {
  display: grid;
  grid-template-columns: 1fr;
  padding: 1em;
  margin-bottom: 1em;
  border: 5px dotted orange;
  transition: all 0.3s ease-in-out;
}

.taxonomy__featured-recipe:hover,
.taxonomy__featured-recipe:focus {
  box-shadow: 1px 10px 32px 5px rgba(0, 0, 0, 0.2);
  transform: scale(1.01);
}

.taxonomy__recipe--loop {
  display: grid;
  grid-template-columns: 1fr;
}

#single-search {
  max-width: 1280px;
  margin: 0 auto;
}

#single-search .page-title {
  padding-left: .5em;
}

.page-title span {
  color: tomato;
  font-size: 1.5em;
}

/******** Footer - Default ********/

footer {
  background-color: #2b732f;
  color: #fff;
}

.social-media__links {
  list-style: none;
  padding-top: 32px;
  padding-left: 0;
  margin-left: 1em;
}

.social-media__link {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  border: 1px solid #fff;
  border-radius: 2px;
  text-align: center;
  background-color: #fff;
  transition: background-color 0.3s ease-in-out;
}

.social-media__title {
  margin-top: 8px;
  margin-bottom: 0;
  font-size: 0.8em;
  color: #ffffff;
  height: 24px;
}

.social-media__link:focus,
.social-media__link:hover {
  text-decoration: none;
  background: #e0e0e0;
}

.social-media__link__li {
  display: inline-block;
  margin-right: 0.6rem;
}

.social-media__link [class*="pbs-facebook"] {
  top: 6px;
  left: 0;
  color: #3b5999;
}

.pbs-facebook path,
.pbs-facebook-box path,
.svg-facebook path,
.svg-facebook-box path {
  fill: #3b5999;
}

.social-media__link svg {
  position: relative;
  width: 20px;
  height: 20px;
}

.social-media__link [class*="pbs-twitter"] {
  top: 6px;
  color: #55acee;
}

.pbs-twitter path,
.pbs-twitter-box path,
.svg-twitter path,
.svg-twitter-box path {
  fill: #55acee;
}

.social-media__link [class*="pbs-youtube"] {
  top: 6px;
  color: #b8242a;
}

.pbs-youtube path,
.pbs-youtube-box path,
.svg-youtube path,
.svg-youtube-box path {
  fill: #b8242a;
}

.social-media__link [class*="pbs-pinterest"] {
  top: 6px;
  color: #b8242a;
}

.pbs-pinterest path,
.pbs-pinterest-box path,
.svg-pinterest path,
.svg-pinterest-box path {
  fill: #b8242a;
}

.social-media__link [class*="pbs-tumblr"] {
  top: 6px;
  color: #12609c;
}

.pbs-tumblr path,
.pbs-tumblr-box path,
.svg-tumblr path,
.svg-tumblr-box path {
  fill: #12609c;
}

.social-media__link [class*="pbs-instagram"] {
  top: 6px;
  color: #4890c7;
}

.pbs-instagram path,
.pbs-instagram-box path,
.svg-instagram path,
.svg-instagram-box path {
  fill: #4890c7;
}

#footer-menu {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  flex-direction: column;
  padding: 1em;
  margin: 0;
}

#footer-menu li {
  margin-right: 1em;
  margin-bottom: 1em;
}

#footer-menu li:last-child {
  margin-right: 0;
}

#footer-menu li a {
  color: #fff;
  text-decoration: none;
  font-size: 0.9rem;
  padding: 1em;
  font-weight: 300;
}

#footer-menu li a:hover,
#footer-menu li a:focus {
  border-bottom: 1px solid #fff;
}

.legal {
  margin: 0;
  padding: 0 1em 2em;
}

.legal img {
  width: 3%;
}

img#wpstats {
  display: none !important;
}

/**
--------------------------------------------------------------
MEDIA QUERY 414px
--------------------------------------------------------------
**/

@media (min-width: 414px) {
  .logo {
    width: 32%;
  }
  .slider--hero__button.slick-next {
    top: 20%;
  }
  .slider--hero__button.slick-previous {
    top: 20%;
  }
  .slider--video__button.slick-previous {
    left: 11px;
    top: 24%;
  }
  .slider--video__button.slick-next {
    right: 8px;
    top: 24%;
  }
  .video__list-item {
    margin: 0 10px;
  }
  #newsletter input#field3 {
    left: 264px;
  }
}

/**
--------------------------------------------------------------
MEDIA QUERY 600px
--------------------------------------------------------------
**/

@media (min-width: 600px) {
  .logo {
    width: 24%;
  }
  li.carousel__slide-item {
    height: 420px;
  }
  .slider--video__button.slick-previous {
    top: 26%;
  }
  .slider--video__button.slick-next {
    right: 11px;
    top: 26%;
  }
  .recipe__featured--excerpt .read-more,
  .read-more {
    width: 40%;
  }
  /******** 600 wide Search & Browse Recipes -- Input & Button ********/
  #recipe__search input[type="text"] {
    width: 87%;
  }
  #recipe__search button.searchbutton {
    width: 12%;
  }
  /******** 600 wide Newsletter ********/
  #newsletter input#field0 {
    width: 81%;
  }
  #newsletter input#field3 {
    float: right;
    left: 0;
    width: 20%;
    top: -45px;
  }
  /******** 600 wide Recipes Page -- Featured Recipes ********/
  .recipe--title {
    font-size: 2em;
    line-height: 1em;
    margin: 0 0 .5em;
  }
  .recipe__slides {
    grid-template-columns: repeat(2, 1fr);
  }
  .recipe__slides li img {
    height: 150px;
    width: 100%;
    transition: all 0.3s ease-in-out;
  }
  /******** 600 wide Video Page -- Featured TV & Web Shows See All Link ********/
  .featured__shows h4,
  .featured__webshows h4 {
    position: absolute;
    top: 45px;
    left: 73%;
  }
  .alpha__list {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
  }
  /******** 600 wide Chefs Page -- Chef Card ********/
  .chef__card {
    grid-template-columns: repeat(3, 1fr);
  }
  /******** 600 wide Blogs Page -- Blog List ********/
  .blog__list--items {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 32px;
  }
  /******** 600 wide Features Page - Featured Stories ********/
  .featured__stories {
    grid-template-columns: repeat(2, 1fr);
  }
  #partners {
    grid-template-columns: repeat(2, 1fr);
  }
  /******** 600 wide Shows Page - Browse Section ********/
  #tabs-1 .az__list ul,
  #tabs-2 .state__list ul {
    grid-template-columns: repeat(2, 1fr);
  }
  #gbbs-menu {
    grid-template-columns: 1fr;
  }
}

/**
--------------------------------------------------------------
MEDIA QUERY 768px
--------------------------------------------------------------
**/

@media (min-width: 768px) {
  .logo {
    width: 18%;
  }
  /******** Menu ********/
  #site-navigation {
    padding: 0;
  }
  .menu-toggle {
    display: none;
  }
  #header-menu {
    display: flex;
    position: relative;
    text-align: left;
    width: 100%;
    padding: 0;
    background: transparent;
    max-height: none;
    overflow: visible;
  }
  #header-menu li {
    padding: 10px 8px;
  }
  #header-menu li a {
    color: #222;
  }
  #header-menu li:after {
    content: "";
    display: block;
    width: 0;
    height: 2px;
    background: tomato;
    transition: width 0.3s ease-in-out;
  }
  #header-menu li:hover:after {
    width: 100%;
  }
  #header-menu a {
    text-decoration: none;
    padding: 1em 2em;
    color: #222;
  }
  #topnav2 .menu {
    flex-direction: row;
    padding: .5em;
    justify-content: space-around;
  }
  .carousel__slide-item:after {
    display: block;
    position: absolute;
    bottom: 0;
    left: -140px;
    width: 900px;
    height: 400px;
    margin: 0 0 -200px -250px;
    background: radial-gradient( ellipse at center, rgba(0, 0, 0, 0.75) 0, rgba(255, 255, 255, 0) 70%);
    content: "";
    pointer-events: none;
  }
  .carousel--title {
    bottom: 8%;
    left: 6%;
    max-width: 45%;
    font-size: 2em;
    line-height: 1.3;
    color: white !important;
    background-color: transparent;
    text-shadow: rgba(0, 0, 0, 0.8) 1px 1px 2px;
    padding: 0.5em;
  }
  .carousel--title:hover {
    text-shadow: none;
  }
  .carousel--title:visited {
    color: white;
  }
  .carousel__slide-item:hover .carousel--title {
    background-color: #42a046;
    color: white;
    text-decoration: none;
    text-shadow: rgba(0, 0, 0, 0.8) 1px 1px 2px;
  }
  .carousel--title:hover,
  .carousel--title:focus {
    background-color: #42a046;
    color: white;
    text-decoration: none;
  }
  li.carousel__slide-item {
    height: 360px;
  }
  .slider--hero__button.slick-next {
    top: 40%;
  }
  .slider--hero__button.slick-previous {
    top: 40%;
  }
  .slider--video__button.slick-previous {
    left: 1em;
    top: 37%;
  }
  .slider--video__button.slick-next {
    right: 1em;
    top: 37%;
  }
  /******** 768 wide Recipe Search and Browse ********/
  #search-recipes input[type="text"] {
    width: 89%;
  }
  #recipe__search button.searchbutton {
    width: 10%;
  }
  #search-recipes--container {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 32px;
    padding: 2em;
  }
  .webshow-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    grid-row-gap: 12px;
    grid-column-gap: 24px;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  #recipe__search {
    text-align: center;
  }
  .categories {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
  .course__list,
  .cuisine__list,
  .occasion__list,
  .theme__list {
    height: auto;
    width: auto;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
  /******** 768 wide Homepage -- Featured Recipe ********/
  .recipe__featured {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 8px 24px;
    margin: 0 1em 2em;
    padding: 1em;
  }
  /******** 768 wide Homepage -- Article Cards ********/
  .stories {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 24px;
  }
  .read-more {
    width: 60%;
  }
  /******** 768 wide Newsletter ********/
  #formElement0 {
    margin-left: 5em;
  }
  #newsletter input#field0 {
    width: 72%;
  }
  #newsletter input#field3 {
    left: -60px;
    width: 17%;
  }
  /******** 768 wide Videos Page -- Featured Videos ********/
  .video--banner,
  .shows--banner,
  .stories--banner,
  .chefs--banner,
  .blog--banner {
    height: 100px;
    padding-top: 16px;
    font-size: 48px;
  }
  .webshow-list {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 24px;
  }
  /******** 768 wide Video Page -- Featured TV & Web Shows See All Link ********/
  .featured__shows h4,
  .featured__webshows h4 {
    left: 78%;
  }
  /******** 768 wide Videos Page -- Featured TV Shows ********/
  .tvshow__list {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 24px;
  }

  .entry-content .tvshow__list {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 24px;
  }
  /******** 768 wide Videos Page -- Featured Web Shows ********/
  .webshow__list {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 36px;
  }
  /******** 768 wide Shows Page -- Featured Show ********/
  .featured__show {
    grid-template-columns: repeat(2, 1fr);
  }
  .show__meta h3 {
    margin-top: 0;
  }
  #tabs-1,
  #tabs-2 {
    padding: 1em 2em;
  }
  /******** 768 wide Shows Page -- Other Shows ********/
  .show__list {
    grid-template-columns: repeat(4, 1fr);
  }
  .show__list--item:last-child {
    margin-bottom: 1em;
  }
  /******** 768 wide Shows Page - Browse Section ********/
  #tabs-1 .az__list ul,
  #tabs-2 .state__list ul {
    grid-template-columns: repeat(3, 1fr);
  }
  /******** 768 wide Single Food Show Page - Default ********/
  #gbbs-menu {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
  }
  .gbbs__slides {
    grid-template-columns: repeat(2, 1fr);
    padding: 3em 1em 0;
  }
  .gbbs__slide--item:nth-child(1) {
    grid-column-start: 1;
    grid-column-end: 3;
  }
  #partners {
    grid-template-columns: repeat(3, 1fr);
  }
  /******** 768 wide Recipes Page -- Featured Recipes ********/
  .recipe__slides {
    grid-template-columns: repeat(3, 1fr);
  }
  .recipe__slides li img {
    height: 130px;
    width: 100%;
  }
  .recipe__featured--excerpt .read-more {
    width: 55%;
  }
  /******** 768 wide Chefs Page -- Chef Card ********/
  .chef__card {
    grid-template-columns: repeat(4, 1fr);
  }
  .chef--photo {
    float: left;
    margin-right: 24px;
    margin-bottom: 24px;
  }
  /******** 768 wide Blogs Page -- Featured Blog ********/
  .featured__blog {
    display: grid;
    grid-template-columns: 240px 1fr;
    grid-gap: 24px;
    padding: 1em 3em 1em 2em;
  }
  .fresh-taste__heading {
    border: none;
  }
  .fresh-taste__featured__blog {
    border: 5px dotted orange;
  }
  /******** 768 wide Blogs Page -- Blog List ********/
  .blog__list {
    padding: 2em;
  }
  .blog__list--title {
    font-size: 1.5em;
  }
  .blog__list--items {
    grid-template-columns: repeat(3, 1fr);
  }
  /******** 768 wide Features Page - Featured Stories ********/
  .featured__stories {
    grid-template-columns: repeat(3, 1fr);
  }
  /******** 768 wide Category Page - Category Items ********/
  #category__blog {
    grid-template-columns: repeat(2, 1fr);
  }
  #footer-menu {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: auto;
    grid-gap: 0;
  }
  #loop {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 32px;
    margin-bottom: 3em;
  }
  #single-tag {
    padding: 1em 2em;
  }
  .taxonomy__featured-recipe {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 32px;
  }
  .taxonomy__recipe--loop {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 32px;
  }

  #search__loop {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 24px;
    padding: 1em;
  }

  .tax-item,
  .item {
    margin: 0;
  }
}

/**
--------------------------------------------------------------
MEDIA QUERY 960px
--------------------------------------------------------------
**/

@media (min-width: 960px) {
  header {
    padding: 1em 2em;
  }
  .logo {
    width: 13%;
  }
  .carousel__slide-item img {
    transition: all 3s ease-in;
  }
  .carousel__slide-item img:hover {
    transform: scale(1.1, 1.1);
  }
  .slider--hero__button.slick-next {
    top: 40%;
  }
  .slider--hero__button.slick-previous {
    top: 40%;
  }
  .slick-dots {
    bottom: 0;
    position: absolute;
    display: flex !important;
    right: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    z-index: 1000;
  }
  .video__list--container .slick-dots {
    display: none !important;
  }
  .slick-dots li button {
    border: none;
    background-color: rgba(255, 255, 255, 0.7);
    height: 24px;
    color: #222;
  }
  .slick-active {
    background-color: #fff;
  }
  .slick-slide img {
    width: 100%;
  }
  .home-featured {
    flex-direction: row;
    margin-top: 0;
    margin-bottom: 2em;
  }
  .video__list--container {
    width: 65%;
    margin-right: 1em;
  }
  .video__list-item {
    width: 311px !important;
  }
  .slider--video__button.slick-previous {
    top: 25%;
  }
  .slider--video__button.slick-next {
    top: 25%;
  }
  .see-all-videos__link {
    position: absolute;
    left: 30%;
    top: 25px;
  }
  .home-featured .sidebox {
    margin-top: 100px;
  }
  /******** 960 wide Homepage -- Recipe Search and Browse ********/
  #recipe__search input[type="text"] {
    width: 54%;
  }
  #recipe__search button.searchbutton {
    width: 8%;
  }
  .recipe__section--heading {
    padding: 1em 2em 0;
    font-size: 2em;
  }
  .recipe__featured {
    margin: 0 2em 2em;
  }
  .categories {
    width: 560px;
    margin: 0 auto;
  }
  .course__list,
  .cuisine__list,
  .occasion__list,
  .theme__list {
    width: 560px;
    grid-template-columns: repeat(3, 1fr);
  }
  /******** 960 wide Homepage -- Article Cards ********/
  .stories__section--heading {
    padding: 1em 2em 0;
    font-size: 2em;
  }
  .stories {
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 24px;
    margin: 1em;
  }
  /******** 960 wide Homepage -- Newsletter ********/
  #formElement0 {
    margin-left: 10em;
  }
  #newsletter input#field3 {
    left: -105px;
    width: 12%;
  }
  /******** 960 wide Videos Page -- Featured Sections ********/
  .video--banner,
  .shows--banner,
  .stories--banner,
  .chefs--banner,
  .blog--banner {
    height: 150px;
    padding-top: 35px;
    font-size: 56px;
  }
  .featured__videos,
  .featured__shows,
  .featured__webshows {
    padding: 2em;
  }
  .featured__shows,
  .featured__webshows {
    padding-top: 0;
  }
  .webshow-list__item a:before,
  .chefslife__list--item:before {
    position: absolute;
    top: 40%;
    left: 50%;
    width: 64px;
    height: 64px;
    margin-top: -24px;
    margin-left: -32px;
    background-image: url(http://di30d2kxyxn22.cloudfront.net/images/svg/play.4a9e8e990628.svg);
    background-position: 0 0;
    content: "";
    opacity: 0;
    transition: opacity 0.3s;
    pointer-events: none;
    z-index: 4;
  }
  /******** 960 wide Videos Page -- Featured Section Headings ********/
  .featured__videos h2,
  .featured__shows h2,
  .featured__webshows h2 {
    margin-top: 0;
  }
  /******** 960 wide Videos Page -- Featured Videos ********/
  .webshow-list {
    grid-template-columns: repeat(3, 1fr);
  }
  /******** 960 wide Video Page -- Featured TV & Web Shows See All Link ********/
  .featured__shows h4 {
    top: 11px;
    left: 30%;
  }
  .featured__webshows h4 {
    top: 11px;
    left: 32%;
  }
  /******** 960 wide Videos Page -- Featured Web Shows ********/
  .webshow__list {
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 24px;
  }
  /******** 960 wide Shows Page -- Featured Show ********/
  .featured__show--section-title {
    margin-left: 2em;
  }
  .featured__show {
    margin: 2em;
  }
  /******** 960 wide Shows Page -- Other Shows ********/
  .other-shows--title {
    padding: 0 1.4em;
  }
  .show__list {
    padding: 0 2em 1em;
  }
  .alpha__list {
    display: grid;
    grid-template-columns: repeat(13, 1fr);
  }
  .show-container {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 324px;
    /* grid-template-columns: 1fr 324px; slick.js, used in carousels has a problem with fr */
    grid-gap: 32px;
  }
  .chef-sidebar {
    display: grid;
    grid-template-columns: 1fr 324px;
    padding: 2em 3em;
    grid-gap: 32px;
  }
  .chef-sidebar #sidebar {
    margin-top: 2em;
  }
  /******** 960 wide Recipess Page -- Featured Recipes ********/
  #single,
  #recipe {
    display: grid;
    grid-template-columns: 1fr 324px;
    grid-gap: 2em;
    padding: 1em 2em;
  }
  #sidebar {
    text-align: center;
  }
  .featured__recipes--title {
    padding: 1em 1.5em 0;
    margin: 0;
    font-size: 2em;
  }
  .recipe__slides {
    margin: 2em;
  }
  .recipe__slides li img {
    height: 155px;
    width: 100%;
  }
  /******** 960 wide Blogs Page -- Featured Blog ********/
  .fresh-taste__featured__blog {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 24px;
  }
  .featured__blog__post--title {
    margin-top: 0;
  }
  /******** 960 wide Features Page - Featured Stories ********/
  .featured__stories {
    padding: 2em;
  }
  /******** 960 wide Category Page - Category Items ********/
  #category__blog {
    grid-template-columns: repeat(3, 1fr);
    padding: 1em 2em;
  }
  #single .sidebox .supporttext a {
    margin-right: 2em;
  }
  #loop {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 24px;
    margin-bottom: 3em;
  }
  .taxonomy__recipe--loop {
    grid-template-columns: repeat(3, 1fr);
  }

  .single__blog,
  .single-feature__post,
  .single__page,
  .single__show {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 324px;
    /* grid-template-columns: 1fr 324px; slick.js, used in carousels has a problem with fr */
    grid-gap: 32px;
  }

  #search__loop {
    grid-template-columns: repeat(3, 1fr);
    padding: 2em;
  }

  #single-search .page-title {
    padding-left: 1em;
  }
}

/**
--------------------------------------------------------------
MEDIA QUERY 1024px
--------------------------------------------------------------
**/

@media (min-width: 1024px) {
  .video__list-item {
    width: 235px !important;
  }
  .video__list-item:before {
    position: absolute;
    top: 30%;
    left: 50%;
    width: 64px;
    height: 64px;
    margin-top: -32px;
    margin-left: -32px;
    background-image: url(http://di30d2kxyxn22.cloudfront.net/images/svg/play.4a9e8e990628.svg);
    background-position: 0 0;
    content: "";
    opacity: 0;
    transition: opacity 0.3s;
    pointer-events: none;
    z-index: 4;
  }
  .video__list-item:focus::before,
  .video__list-item:hover::before {
    opacity: 1;
  }
  .video__list-item--image img {
    transition: all 0.3s ease-in-out;
  }
  .video__list-item--image img:hover {
    filter: brightness(0.8);
  }
  /******** 1024 wide Recipe Search & Browse ********/
  .categories {
    width: 600px;
  }
  .course__list,
  .cuisine__list,
  .occasion__list,
  .theme__list {
    width: 600px;
  }
  /******** 1024 wide Newsletter -- Newsletter Sign Up ********/
  #formElement0 {
    margin-left: 0em;
  }
  #sc83793 {
    margin-left: 20%;
  }
  #newsletter input#field3 {
    left: -130px;
  }
  /******** 1024 wide Videos Page -- Page Title ********/
  .video--title {
    font-size: 48px;
  }
  /******** 1024 wide Shows Page -- Page Title ********/
  .show__list--title {
    font-size: 48px;
  }
  /******** 1024 wide Shows Page - Browse Section ********/
  #tabs-1 .az__list ul,
  #tabs-2 .state__list ul {
    grid-template-columns: repeat(4, 1fr);
  }
  /******** 1024 wide Recipe Page -- Page Title ********/
  .recipe--title {
    font-size: 40px;
    padding: 12px;
  }
  .recipe_instructions {
    border: 5px dotted orange;
    padding: 2em;
  }
  /******** 1024 wide Chefs Page -- Chef Card ********/
  .chef__list--title {
    font-size: 48px;
  }
  .chef__card {
    grid-template-columns: repeat(5, 1fr);
  }
  /******** 1024 wide Blogs Page -- Page Title ********/
  .blog--title {
    font-size: 48px;
  }
  .fresh-taste__featured__blog {
    transition: all 0.3s ease-in-out;
  }
  .fresh-taste__featured__blog:hover {
    transform: scale(1.01);
    box-shadow: 1px 1px 32px 5px rgba(0, 0, 0, 0.2);
  }
  /******** 1024 wide Blogs Page -- Blog List ********/
  .blog__list--items {
    grid-template-columns: repeat(4, 1fr);
  }
  /******** Category Page - Social Blog Tool ********/
  .category-name {
    font-size: 48px;
  }
  /******** 1024 wide Single Page ********/
  /******** 1024 wide Single Food Show Page - Default ********/
  .gbbs__slides {
    padding: 1em 3em;
    grid-template-columns: repeat(4, 1fr);
  }
  #single-tag {
    padding: 2em 3em;
  }
  /******** 1024 wide Features Page - Featured Stories ********/
  .featured__stories {
    grid-template-columns: repeat(3, 1fr);
    padding: 1em 3em 3em;
  }
  /******** 1024 wide Footer ********/
  #footer-menu {
    display: flex;
    flex-direction: row;
    width: 100%;
    padding: 1.5em 1em 0;
  }
}

/**
--------------------------------------------------------------
MEDIA QUERY 1280px
--------------------------------------------------------------
**/

@media (min-width: 1280px) {
  header {
    display: flex;
    justify-content: space-between;
  }
  .logo {
    width: 13%;
    padding-left: 32px;
  }
  #header-menu {
    margin-left: 0;
    margin-top: 0;
  }
  #header-menu li {
    margin-right: 15px;
  }
  #header-menu li a {
    color: #222;
  }
  #header-menu .current_page_item>a,
  #header-menu .current-menu-item>a,
  #header-menu .current_page_ancestor>a,
  #header-menu .current-menu-ancestor>a {
    border-bottom: 0;
  }
  #header-menu li:active a,
  #header-menu li:focus a {
    border-bottom: 2px solid tomato;
  }
  /******** 1280 wide Homepage -- Hero Carousel ********/
  #carousel__container {
    position: relative;
    height: 486px;
    width: 100%;
    overflow: hidden;
  }
  li.carousel__slide-item {
    height: 486px;
  }
  /******** 1280 wide Homepage -- Hero Carousel Arrows ********/
  .slider--hero__button.slick-previous {
    left: 24px;
    top: 40%;
  }
  .slider--hero__button.slick-next {
    right: 24px;
    top: 40%;
  }
  .slider--hero__button.slick-previous svg,
  .slider--hero__button.slick-next svg {
    width: 29px;
    height: 49px;
  }
  svg.pbs-left-caret,
  svg.pbs-right-caret {
    width: 18px;
    height: 29px;
  }
  .slider__arrow {
    -webkit-filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.45));
    filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.45));
  }
  .slick-slide img {
    width: 100%;
    max-width: 100%;
  }
  /******** 1280 wide Homepage -- Featured Videos ********/
  .video__list--container {
    width: 68%;
    position: relative;
    margin: 2em 2em 3em;
  }
  .video__list-item {
    width: 271px !important;
    margin: 0;
  }
  /******** 1280 wide Homepage -- Featured Videos Carousel Arrows ********/
  .slider--video__button.slick-previous svg,
  .slider--video__button.slick-next svg {
    width: 16px;
    height: 36px;
  }
  .slider--video__button.slick-previous {
    left: 0;
  }
  .slider--video__button.slick-previous,
  .slider--video__button.slick-next {
    top: 39%;
  }
  .slider--video__button.slick-next {
    right: 2.3%;
  }
  /******** 1280 wide Homepage -- Featured Videos Heading ********/
  .video__list--container .section__heading {
    margin-bottom: 16px;
    padding-left: 0;
    font-size: 2em;
  }
  .see-all-videos__link {
    position: absolute;
    left: 32%;
    top: 52px;
  }
  /******** 1280 wide Homepage -- Featured Videos Cards ********/
  /******** 1280 wide Homepage -- Featured Videos Card Titles ********/
  .video__list-item--title {
    padding: 0 24px 0 16px;
    font-size: 1em;
    color: #222;
    text-decoration: none;
  }
  .video__list-item--title h3 {
    margin-top: -10px;
  }
  .video__list-item--link {
    color: #222;
    font-size: 0.9em;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
  }
  .video__list-item--link:hover,
  .video__list-item--link:focus {
    color: #42a046;
  }
  .video__list-item--link:visited {
    color: #222;
  }
  /******** 1280 wide Homepage -- Recipe Search and Browse ********/
  .recipe__search--heading {
    font-size: 2em;
  }
  #recipe__search input[type="text"] {
    width: 38%;
  }
  #recipe__search button.searchbutton {
    width: 5%;
  }
  /******** 1280 wide Homepage -- Featured Recipe ********/
  .recipe__section--heading {
    font-size: 2em;
    padding: 0 1.5em;
  }
  .recipe__featured {
    margin: 0 3em 2em;
  }
  .recipe__featured--excerpt {
    padding-right: 24px;
  }
  .recipe__featured--excerpt .read-more {
    width: 45%;
  }
  /******** 1280 wide Homepage -- Article Cards ********/
  .stories__section--heading {
    padding: 1em 1.5em 0;
    margin: 1em 0 0;
    font-size: 2em;
  }
  /******** 1280 wide Homepage -- Continue Reading Button ********/
  .read-more {
    width: 50%;
  }
  .continue-reading--link {
    display: block;
    padding: 12px;
    color: #fff;
    background-color: #42a045;
    width: 30%;
    font-size: 1em;
    font-family: 'Roboto Slab', Georgia, 'Times New Roman', Times, serif;
    font-weight: 600;
    margin-top: 20px;
    transition: all 0.3s ease-in-out;
  }
  .continue-reading--link:hover,
  .continue-reading--link:focus {
    color: #fff;
    background-color: #2d7330;
  }
  .continue-reading--link:visited {
    color: #fff;
  }
  /******** 1280 wide Homepage -- Newsletter ********/
  #newsletter {
    padding: 3em;
  }
  #sc83793 {
    margin-left: 24%;
  }
  #newsletter input#field0 {
    width: 59%;
  }
  #newsletter input#field3 {
    position: relative;
    width: 12%;
    height: 45px;
    left: -270px;
  }
  /******** 1280 wide Videos Page -- Featured Videos ********/
  .featured__videos,
  .featured__shows,
  .featured__webshows {
    padding: 1em 3em 2em;
  }
  .featured__shows,
  .featured__webshows {
    padding-top: 0;
  }
  /******** 1280 wide Video Page -- Featured TV & Web Shows See All Link ********/
  .featured__shows h4,
  .featured__webshows h4 {
    top: 11px;
    left: 21%;
  }
  .webshow-list {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: auto;
    grid-gap: 24px;
  }
  .webshow-list h3 {
    font-size: 0.9em;
    margin-top: 0;
  }
  .webshow-list h3 a {
    color: #222;
    text-decoration: none;
  }
  .webshow-list h3 a:hover,
  .webshow-list h3 a:focus {
    color: #42a046;
  }
  .webshow-list h3 a:visited {
    color: #222;
  }
  .webshow-list li:nth-child(1) {
    grid-column-start: 1;
    grid-column-end: 3;
  }
  .webshow-list li:nth-child(2) {
    grid-column-start: 3;
    grid-column-end: 5;
  }
  /******** 1280 wide Webshows Page -- All Webshows ********/
  .webshows {
    padding: 0 3em 3em;
  }
  /******** 1280 wide Shows Page -- Featured Show ********/
  .single__blog,
  .single-feature__post,
  .single__page,
  .single__show {
    margin: 2em auto;
  }
  .featured__show--section-title {
    margin-left: 2em;
  }
  .featured__show {
    margin: 2em 3em;
  }
  #tabs-1,
  #tabs-2 {
    padding: 1em 3em;
  }
  /******** 1280 wide Shows Page -- Other Shows ********/
  .other-shows--title {
    padding: 0 2em;
  }
  .show__list {
    padding: 0 3em 3em;
  }
  /******** 1280 wide Shows Page - Browse Section ********/
  #tabs-1 .az__list ul,
  #tabs-2 .state__list ul {
    grid-template-columns: repeat(6, 1fr);
  }
  /******** 1280 wide Individual Show Page ********/
  /* This pushes the content away from the secondary nav on the GBBS page */
  #breadcrumbs {
    font-size: 0.8em;
    border-bottom: 1px solid #e0e0e0;
    border-top: 1px solid #e0e0e0;
    padding: 1em 3em;
    margin-bottom: 2em;
    margin-top: 0;
  }
  #breadcrumbs a {
    color: #42a045;
  }
  span.pages {
    display: inline;
  }
  a.nextpostslink {
    display: inline;
  }
  #disqus_thread {
    margin-top: 3em;
    margin-bottom: 2em;
  }
  .show__list--carousel {
    margin-top: 2em;
  }
  #recipefeed {
    padding: 1em 3em 3em;
  }
  .tax-item {
    width: 100%;
    border: 1px solid #e3e3e3;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
  }
  .tax-item:hover,
  .tax-item:focus {
    box-shadow: 1px 10px 32px 5px rgba(0, 0, 0, 0.2);
    transform: scale(1.01);
  }
  .tax-item--image {
    margin: 0;
  }
  .tax-item--image img {
    width: 100%;
    max-width: 100%;
    transition: all 1s ease-in-out;
  }
  .tax-item--title {
    margin: 0;
    padding: 16px;
  }
  .tax-item .entry-title a {
    color: #222;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .tax-item .entry-title a:hover,
  .tax-item .entry-title a:focus {
    color: #42a046;
  }
  .tax-item .entry-title a:visited {
    color: #222;
  }
  .tax-item .taxonomies {
    padding: 16px 24px 16px;
  }
  /******** 1280 wide Recipes Page -- Featured Recipes ********/
  .recipe__slides li img {
    height: 225px;
    width: 100%;
  }
  /******** 1280 wide Chefs Page ********/
  .chef__card {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: auto;
    grid-column-gap: 24px;
    grid-row-gap: 48px;
    padding: 32px;
    margin-bottom: 3em;
  }
  .chef__card--item img {
    max-height: 215px;
  }
  /******** 1280 wide Individual Chefs Page ********/
  .chef {
    max-width: 960px;
    margin: 0 auto;
  }
  .chef .entry-content {
    margin: 0;
  }
  .chef--related-shows {
    display: block;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    padding: 1em;
    margin-top: 2em;
    clear: both;
  }
  .chef--related-shows h4 {
    margin: 0;
  }
  .chef--related-shows ul {
    list-style: none;
    margin: 0 0 1em;
    padding: 0;
  }
  .chef-featured-recipes {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 24px;
  }
  .more-from__section--heading {
    margin-bottom: 0;
    margin-top: 2em;
  }
  .chef #recipefeed {
    padding: 1em 0;
  }
  /******** 1280 wide Individual Chefs Page -- Recipe Page ********/
  .single-feature__post .entry-content {
    margin: 0;
  }
  .single-feature__post .entry-content #recipefeed {
    padding: 1em 0 3em;
  }
  .taxonomies {
    padding: 16px;
  }
  /******** 1280 wide Recipe Page ********/
  #browse-tab {
    display: flex;
  }
  .browse-column {
    width: 25%;
    padding: 16px;
  }
  .course-list {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .course-list li {
    margin-bottom: 10px;
  }
  .course-list li:last-child {
    margin-bottom: 0;
  }
  .course-list li a {
    text-decoration: none;
    color: #222;
    transition: all 0.3s ease-in-out;
  }
  .course-list li a:hover,
  .course-list li a:focus {
    background-color: green;
    color: #fff;
    padding: 5px;
  }
  /******** 1280 wide Blogs Page -- Single Category ********/
  #single__blog {
    display: flex;
    flex-wrap: wrap;
    padding: 0 3em;
  }
  .item {
    width: 100%;
    border: 1px solid #e0e0e0;
  }
  h2.entry-title {
    padding: 0.8em 1em 0 0.8em;
    margin-top: 0;
    margin-bottom: 0;
  }
  .single__blog .entry-meta {
    padding: 0;
    font-size: 0.9em;
  }
  
  /******** 1280 wide Single Page ********/

  .ingredients_directions {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 24px;
  }
  .ingredient-item {
    padding-bottom: 1em;
  }
  .direction-item {
    padding-bottom: 1em;
  }
  .recipe_instructions .entry-content {
    margin: 0;
  }
  .post-navigation {
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    padding: 0;
  }
  #holiday-carousel-container,
   {
    max-width: 960px;
    margin: 1em auto;
  }
  #food-flirts-carousel-container,
  #food-science-carousel-container {
    max-width: 1280px;
    margin: 1em auto;
  }
  .holiday-carousel-list,
  .food-flirts-carousel-list,
  .food-science-carousel-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    list-style: none;
    grid-gap: 24px;
    padding: 0;
    margin: 0;
  }
  .holiday-carousel-list__item:nth-child(1),
  .food-flirts-carousel-list__item:nth-child(1),
  .food-science-carousel-list__item:nth-child(1) {
    grid-column-start: 1;
    grid-column-end: 3;
  }
  .holiday-carousel-list__item:nth-child(2),
  .food-flirts-carousel-list__item:nth-child(2),
  .food-science-carousel-list__item:nth-child(2) {
    grid-column-start: 3;
    grid-column-end: 5;
  }
  /******** 1280 wide Author Page ********/
  .author--details {
    display: block;
    width: 24%;
    float: left;
    margin-right: 32px;
  }
  .author--description {
    margin-top: 24px;
  }
  .thumb img {
    width: 100%;
  }
  .entry-summary {
    padding: 1em;
  }
  /******** 1280 wide Category Page -- Category Items ********/
  #category__blog {
    padding: 1em 3em;
  }
  .blog--item {
    border: 1px solid #e0e0e0;
    transition: all 0.3s ease-in-out;
  }
  .blog--item:hover,
  .blog--item:focus {
    box-shadow: 1px 1px 32px 5px rgba(0, 0, 0, 0.2);
    transform: scale(1.01);
  }
  .blog--item .entry-title {
    padding-left: 1em;
    padding-right: 1em;
  }
  .blog--item .entry-content {
    padding: 0 1.5em;
    margin: 0;
  }
  /******** 1280 wide Single Show Page -- Sponsor Logos ********/
  .custom-banner .menu {
    list-style: none !important;
    margin: 0 !important;
    padding: 0.5em 3em 0 !important;
    display: flex;
  }
  .custom-banner .menu li {
    margin: 1em 0;
  }
  .custom-banner h1 {
    margin: 0;
  }
  .menu li a {
    color: white;
    padding: 1em;
  }
  .show__heading {
    margin-left: 3em;
  }
  .gbbs__slides {
    padding: 0;
    margin: 0;
  }
  .gbbs__slide--image {
    margin: 0;
  }
  .gbbs__slides li:nth-child(1) {
    grid-column-start: 1;
    grid-column-end: 5;
  }
  .chefslife__list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: auto;
    grid-gap: 24px;
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .chefslife__list li:nth-child(1) {
    grid-column-start: 1;
    grid-column-end: 3;
  }
  .chefslife__list li:nth-child(2) {
    grid-column-start: 3;
    grid-column-end: 5;
  }
  .entry-content {
    margin: 0 auto;
    padding: 0;
  }
  #partners {
    margin: 0;
  }
  .sponsor--logo {
    width: 120px;
    height: 57px;
  }
  /******** 1280 wide Author Page ********/
  #single--author {
    max-width: 960px;
    margin: 0 auto 3em;
    padding-bottom: 3em;
  }
  /******** 1280 wide Taxonomy Page -- Featured Recipe ********/
  .taxonomy__recipe--loop {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 32px;
    margin-top: 32px;
    margin-bottom: 32px;
  }
  /******** 1280 wide Search Result Page ********/
  #search__loop {
    grid-template-columns: repeat(4, 1fr);
    margin-bottom: 3em;
    padding: 0;
  }
  #single-search .page-title {
    padding-left: 0;
  }
  /******** 1280 wide Footer ********/
  #footer-menu {
    padding-left: 3em;
    padding-bottom: 1em;
    width: 70%;
  }
  #footer-menu li {
    margin-right: 0.5em;
    margin-bottom: 0;
  }
  #footer-menu li a {
    padding: 0.5em;
  }
  .social-media__links {
    list-style: none;
    padding-top: 20px;
    padding-left: 0;
    float: right;
    margin-left: 1em;
    margin-right: 1em;
    margin-bottom: 2em;
  }
  .legal {
    margin: 0;
    padding: 0 3em 1.5em;
  }
  .legal p {
    margin: 1em 0;
    font-size: 0.8rem;
    padding-left: 0.4em;
  }
  .legal p a {
    margin-left: 0.4rem;
  }
}

@media (min-width: 1440px) {
  .carousel--title {
    bottom: 12%;
    max-width: 35%;
  }
  .video__list--container {
    width: 72%;
  }
  .video__list-item {
    width: 335px !important;
    margin: 0;
  }
  .slider--video__button.slick-previous,
  .slider--video__button.slick-next {
    top: 45%;
  }
  .slider--video__button.slick-next {
    right: 1%;
  }
  .see-all-videos__link {
    left: 27%;
  }
  #formElement0 {
    margin-left: 1em;
  }
  #newsletter input#field3 {
    left: -290px;
  }
  .alpha__list {
    display: grid;
    grid-template-columns: repeat(26, 1fr);
  }
}

/******** Single Food Show Page - Custom Show Menus ********/

.show-menu {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  grid-gap: 24px;
  margin-bottom: 2em;
}
.show-menu li::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  transition: width 0.3s ease-in-out;
}
.show-menu li:hover::after {
  width: 100%;
}
.show-menu {
  grid-template-columns: 1fr;
}
.show-menu {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}


#menu-no-passport-required-menu {
  background-color: rgb(30, 174, 190);
}
#menu-no-passport-required-menu li a {
  color: white;
}
#menu-no-passport-required-menu li::after {
  background: white;
}


#menu-a-chefs-life-menu {
  background-color: rgb(43, 61, 76);
}
#menu-a-chefs-life-menu li a {
  color: white;
}
#menu-a-chefs-life-menu li::after {
  background: white;
}


#menu-great-british-baking-show-menu {
  background-color: #211760;
}
#menu-great-british-baking-show-menu li a {
  color: white;
}
#menu-great-british-baking-show-menu li::after {
  background: white;
}

