/*@import url(https://fonts.googleapis.com/css?family=Quattrocento+Sans:400,400italic,700,700italic);*/
/* --------------------- *** ---------------------
 Fonts
 --------------------- *** --------------------- */
/* --------------------- *** ---------------------
 Colors
 --------------------- *** --------------------- */
/* --------------------- *** ---------------------
 Icon Font Styles
 --------------------- *** --------------------- */
@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon.eot?amdrt5');
  src: url('../fonts/icomoon.eot?amdrt5#iefix') format('embedded-opentype'), url('../fonts/icomoon.ttf?amdrt5') format('truetype'), url('../fonts/icomoon.woff?amdrt5') format('woff'), url('../fonts/icomoon.svg?amdrt5#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-dots-three-horizontal:before {
  content: "\e905";
}
.icon-envelope:before {
  content: "\e903";
}
.icon-bars:before {
  content: "\e902";
}
.icon-print:before {
  content: "\61";
}
.icon-search:before {
  content: "\e900";
}
.icon-menu:before {
  content: "\e901";
}
.icon-share2:before {
  content: "\62";
}
.icon-google-plus:before {
  content: "\63";
}
.icon-google-plus2:before {
  content: "\64";
}
.icon-google-plus3:before {
  content: "\65";
}
.icon-facebook:before {
  content: "\66";
}
.icon-facebook2:before {
  content: "\67";
}
.icon-instagram:before {
  content: "\68";
}
.icon-twitter:before {
  content: "\6f";
}
.icon-youtube:before {
  content: "\69";
}
.icon-youtube2:before {
  content: "\6a";
}
.icon-tumblr:before {
  content: "\6b";
}
.icon-tumblr2:before {
  content: "\6c";
}
.icon-linkedin2:before {
  content: "\6d";
}
.icon-pinterest:before {
  content: "\6e";
}
.screen-reader {
  position: absolute;
  top: -9999px;
  left: -9999px;
}
/* --------------------- *** ---------------------
 Header Styles
 --------------------- *** --------------------- */
header {
  background: url('../img/main_header.jpg') no-repeat center left;
  background-size: cover;
  height: 313px;
  margin-bottom: 45px;
  position: relative;
}
header.sticky {
  position: fixed;
  top: -259px;
  left: 0;
  width: 100%;
  z-index: 99998;
}
.sticky-push {
  height: 0;
}
.sticky-push.active {
  display: block;
  height: 150px;
  width: 100%;
  content: ' ';
  position: relative;
}
#header-image {
  background: url('../img/main_header_sara.png') no-repeat center left;
  background-size: 379px 313px;
  z-index: 0;
  position: absolute;
  width: 100%;
  max-width: 1000px;
  height: 313px;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}
#logo {
  width: 530px;
  height: 56px;
  margin-top: 70px;
  margin-left: 30%;
  margin-right: 50%;
  font-size: 0;
  z-index: 200;
  position: absolute;
}
#logo-mobile {
  width: 179px;
  height: auto;
}
nav {
  background-color: rgba(75, 72, 70, 0.7);
  min-height: 54px;
  text-align: center;
  position: absolute;
  display: block;
  width: 100%;
}
nav ul.menu {
  list-style-type: none;
  width: 100%;
  margin: 0 auto;
}
nav ul.menu li {
  display: inline-block;
  padding: 17px 40px 0;
  margin: 0;
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
}
nav ul.menu li a {
  color: #fff;
  margin-top: 3px;
}
nav ul.menu li a:hover {
  color: #fb6726;
  text-decoration: none;
}
nav ul.menu li i.icon-bars {
  font-size: 24px;
}
nav ul.menu li i.icon-search {
  font-size: 22px;
  margin-top: -2px;
}
nav ul.menu .current-menu-parent a, nav ul.menu .current_page_item a {
  color: #fb6726;
  text-decoration: none;
}
.menu > li:not(.menu-text) > a {
  padding: 0;
  /* This offsets default foundation 6 style*/
}
.social-media {
  padding: 30px 30px 0 0;
  text-align: right;
  vertical-align: text-bottom;
  z-index: 3;
  position: relative;
}
.social-media i {
  color: #fff;
  font-size: 27px;
  padding: 0 7px;
  display: block;
  float: right;
}
.social-media a i:hover {
  margin-top: -5px;
}
.social-media i.icon-instagram {
  font-size: 24px;
}
.off-canvas {
  padding: 30px;
  padding-top: 15px;
  background-color: #fff;
}
.off-canvas ul.mobile-menu {
  list-style: none;
  text-align: left;
  margin: 1em 0;
  padding: 0;
}
.off-canvas ul.mobile-menu li {
  list-style: none;
  padding: 0;
  margin: 15px 0;
  line-height: 1.2;
}
.off-canvas ul.mobile-menu li a {
  color: #4b4846;
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.2;
}
.off-canvas ul.mobile-menu li a:hover {
  color: #fb6726;
}
.off-canvas ul.mobile-sub-menu {
  list-style: none;
  text-align: left;
  margin: 1em 0;
  padding: 0;
}
.off-canvas ul.mobile-sub-menu li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.off-canvas ul.mobile-sub-menu li a {
  color: #686563;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 2.65;
}
.off-canvas ul.mobile-sub-menu li a:hover {
  color: #fb6726;
}
button.close {
  margin: 0;
  padding: 0;
  float: right;
  clear: both;
  margin-bottom: 20px;
  font-size: 28px;
}
#search-load {
  background-color: rgba(75, 72, 70, 0.7);
  width: 100%;
  height: 314px;
  position: fixed;
  z-index: 99999;
  display: none;
  padding: 25px;
}
.search-close {
  color: #fff;
  font-size: 33px;
  text-align: right;
  display: block;
  margin-bottom: 20px;
}
.search-close:hover {
  color: #fb6726;
}
/* --------------------- *** ---------------------
 Footer Styles
 --------------------- *** --------------------- */
footer {
  clear: both;
  padding: 15px 0;
}
footer h4 {
  font-size: 23px;
  text-transform: uppercase;
}
footer p, footer .type-post div, .type-post footer div {
  font-size: 17px;
  text-align: center;
}
footer .footer-links {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: #aaa;
  display: inline-block;
  text-align: center;
  margin: 0 auto 17px;
  width: 100%;
}
footer .footer-links li {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0.5em;
}
footer .footer-links li.current_page_item a {
  color: #fb6726;
}
footer .footer-links a {
  color: #787878;
}
footer .footer-links a:hover {
  color: #fb6726;
  text-decoration: none;
}
.instagram-wrapper {
  padding: 0 100px;
}
.newsletter-signup {
  padding: 0 50px;
}
.newsletter-signup input[type=email] {
  border-right: 0;
  height: 46px;
}
.newsletter-signup input[type=submit] {
  font-size: 14px;
  height: 46px;
}
@media screen and (max-width: 1024px) {
  .instagram-wrapper {
    padding: 0 15px;
  }
  .newsletter-signup {
    padding: 0 15px;
  }
  .newsletter-signup .columns {
    margin-bottom: 0;
  }
  .newsletter-signup input[type=email] {
    border-right: 1px solid #cacaca;
    margin-bottom: 0;
  }
}
span.padding a {
  padding: 0 12px;
}
span.footer-icons {
  display: block;
  text-align: center;
  margin: 0 auto;
}
span.menu-icons {
  display: block;
  text-align: left;
  margin: 0 auto;
  margin-left: -8px;
}
.footer-icons i, .menu-icons i {
  color: #fb6726;
  font-size: 30px;
}
.footer-icons i {
  padding: 0 12px;
}
.menu-icons i {
  padding-right: 12px;
}
.footer-icons a i:hover, .menu-icons a i:hover {
  color: #83817f;
}
.footer-icons i.icon-instagram, .menu-icons i.icon-instagram {
  font-size: 27px;
}
.footer-icons i.icon-linkedin2, .menu-icons i.icon-linkedin2 {
  font-size: 33px;
  padding: 0 8px;
}
.footer-icons i.icon-google-plus, .menu-icons i.icon-google-plus {
  padding: 0;
}
#menu-footer-1 li:first-child {
  margin-left: 0;
}
.site-by {
  white-space: nowrap;
}
#menu-footer-1 .footer-name {
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  #menu-footer-1 {
    padding: 0 30px;
    text-align: center;
  }
  #menu-footer-1 li {
    text-align: center;
  }
}
/* --------------------- *** ---------------------
 Body Styles
 --------------------- *** --------------------- */
html {
  font-size: 19px;
}
body {
  background-color: #fff;
  color: #83817f;
  font-family: 'Quattrocento Sans', sans-serif;
  font-weight: 400;
  margin: 0 auto;
}
/*.page-wrapper { min-height: 700px; }*/
p, .type-post div {
  margin: 0 auto;
  font-size: 22px;
  line-height: 1.45;
  padding-bottom: 1.25em;
  text-align: left;
}
.large, .large p, .large .type-post div, .type-post .large div {
  font-size: 27px;
  line-height: 1.25;
}
small {
  font-size: 16px;
  line-height: 1;
}
.dark {
  color: #4e473e;
}
h1, h2, h3, h4 {
  font-family: 'Quattrocento Sans', sans-serif;
  font-weight: 700;
  color: #4e473e;
  text-align: center;
  line-height: 1.3;
}
h1 {
  font-size: 48px;
  margin-bottom: 35px;
}
h2 {
  font-size: 42px;
}
h2.blog-title {
  text-align: left;
  font-size: 40px;
  margin-bottom: 5px;
  line-height: 1.1;
}
h3 {
  font-size: 38px;
}
h4 {
  font-size: 26px;
  margin-bottom: 15px;
}
h4.title a {
  color: #4e473e;
}
h4.title a:hover {
  color: #fb6726;
}
a {
  color: #fb6726;
  text-decoration: none;
}
a:hover {
  color: #83817f;
  text-decoration: none;
}
::selection {
  background: #fb6726;
  color: #fff;
  /* Safari Highlight Change */
}
::-moz-selection {
  background: #fb6726;
  color: #fff;
  /* Firefox Highlight Change */
}
img {
  border: 0;
  max-width: 100%;
  height: auto;
}
ol li, ul li {
  list-style-position: outside;
  margin-left: 15px;
  margin-top: 0.5em;
  line-height: 1.5em;
  text-align: left;
}
hr {
  border: 0;
  margin: 35px auto;
  height: 1px;
  background-color: #f4f3f3;
  clear: both;
  max-width: 100%;
}
hr.footer {
  max-width: 100%;
}
hr.blog {
  border: 0;
  margin: 35px auto;
  height: 2px;
  background-color: #999;
  clear: both;
}
hr.news {
  border: 0;
  margin: 0 auto 60px;
  height: 1px;
  background-color: #f4f3f3;
  clear: both;
}
.cf:before, .cf:after {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.cf {
  zoom: 1;
}
.center {
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}
.left {
  text-align: left;
}
.right {
  text-align: right;
}
div.icon-dots-three-horizontal {
  color: #fb6726;
  font-size: 38px;
  text-align: center;
  display: block;
  margin: 0 auto 30px;
}
@media screen and (max-width: 640px) {
  h1, h2, h3, h4 {
    line-height: 1.1;
  }
  h1 {
    font-size: 35px;
  }
  h2 {
    font-size: 30px;
  }
  h3 {
    font-size: 25px;
  }
  .large, .large p, .large .type-post div, .type-post .large div {
    font-size: 22px;
    line-height: 1.25;
  }
  h2.blog-title {
    font-size: 35px !important;
  }
}
/* --------------------- *** ---------------------
 Home Styles
 --------------------- *** --------------------- */
.caption div {
  margin-bottom: 40px;
}
.caption p.title {
  font-size: 23px;
  font-weight: 700;
  line-height: 1.25;
  padding-bottom: 0.5em;
}
.caption p, .caption .type-post div, .type-post .caption div {
  font-size: 17px;
}
.caption a {
  color: #83817f;
}
.caption a:hover {
  color: #fb6726;
  text-decoration: none;
}
.caption img {
  margin-bottom: 20px;
}
.caption.book img {
  float: left;
  width: 40%;
  margin-right: 5%;
}
.caption.book-landing img {
  float: left;
  width: 57%;
  margin-right: 5%;
  margin-top: 6px;
}
.caption.book-landing p:not(.title) {
  font-size: 18px;
}
.caption.events img {
  float: left;
  width: 45%;
  margin-right: 5%;
}
.caption.events p, .caption.events .type-post div, .type-post .caption.events div {
  font-size: 19px;
}
.caption.events p.title {
  font-size: 23px;
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  margin-bottom: 30px;
}
.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.slider-recipes .img-holder {
  width: 100%;
  min-height: 150px;
  margin-bottom: 0;
}
.page-id-9 .slider-recipes {
  margin-top: 30px;
}
#recipes-landing .title {
  font-size: 21px;
  line-height: 1.3;
  padding-bottom: 1.5em;
}
/* --------------------- *** ---------------------
 Page Styles
 --------------------- *** --------------------- */
.alignleft {
  float: left;
  margin-right: 30px;
}
.alignright {
  float: right;
  margin-left: 30px;
}
.alignleft, .alignright {
  margin-bottom: 15px;
  margin-top: 8px;
}
img.alignleft, img.alignright {
  margin-top: 8px;
}
.aligncenter, .center {
  text-align: center;
  margin: 0 auto;
}
.push {
  margin-top: 0px;
}
.push-sm {
  margin-top: 15px;
}
img.pull-sm {
  margin-top: -15px;
}
.season-anchor-link {
  color: #4e473e;
  text-decoration: none;
}
.season-anchor-link:hover {
  color: #4e473e;
  text-decoration: none;
}
.share {
  border: 1px solid #000;
  background-color: yellow;
  clear: both;
  text-align: center;
}
.share.padded {
  margin: 20px 0;
}
.no-padding {
  margin-bottom: 0;
}
.event .image {
  margin-bottom: 30px;
}
.event .image img {
  width: 100%;
  height: auto;
}
.event .date {
  text-transform: uppercase;
  font-size: 19px;
  font-weight: 700;
}
.event h4 {
  font-size: 27px;
  line-height: 1.2;
}
.event-div section {
  margin-bottom: 30px;
}
.sponsors p, .sponsors .type-post div, .type-post .sponsors div {
  line-height: 1;
}
.excerpt-list h4 {
  font-size: 27px;
  line-height: 1.2;
}
.excerpt-list .post-meta p, .excerpt-list .post-meta .type-post div, .type-post .excerpt-list .post-meta div {
  padding-bottom: 0;
}
#events-landing, .book-landing, .pf-content {
  padding-top: 20px;
}
@media screen and (max-width: 640px) {
  .caption.book-landing img {
    width: 100%;
    height: auto;
  }
}
.single-book .pf-content {
  padding-top: 0;
}
.single-book .image img {
  margin-top: 6px;
}
.ytc-pagination, .ytc-links {
  display: none !important;
}
.page-list li {
  list-style: none;
  border: 1px solid #ddd;
  display: inline-block;
  padding: 30px;
  margin: 0 5px 10px 0;
  text-transform: uppercase;
}
.page-list li a {
  font-size: 23px;
}
/* --------------------- *** ---------------------
 Recipes Styles
 --------------------- *** --------------------- */
table {
  border: 0;
}
td.logo {
  min-width: 130px;
  margin-right: 30px;
  border: 1px solid red;
}
.sponsor-logos {
  text-align: center;
}
.sponsor-logos img {
  margin: 0 30px 20px;
  max-width: 150px;
  height: auto;
}
.recipe-block {
  margin-bottom: 30px;
}
/* --------------------- *** ---------------------
 Slider Styles
 --------------------- *** --------------------- */
.jpd-slider {
  margin-top: 40px;
}
/*@media screen and (max-width: 1024px) {
 .jpd-slider { padding-left: 20px; padding-right: 20px; }
 }*/
.slider-home {
  background-color: #fff;
}
section.slide {
  margin: 0;
  padding: 0;
}
.slide {
  max-width: 100%;
}
.slide a:hover {
  text-decoration: none;
}
.slide .img-wrapper {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 380px;
}
.hs-hover {
  background-color: rgba(75, 72, 70, 0.7);
  bottom: 0;
  position: absolute;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  max-height: 200px;
  width: 100%;
  min-height: 120px;
}
.hs-hover p, .hs-hover .type-post div, .type-post .hs-hover div {
  color: #fff;
  font-size: 18px;
  padding: 20px;
  line-height: 1.3;
}
.hs-hover p span, .hs-hover .type-post div span, .type-post .hs-hover div span {
  display: none;
}
.hs-hover p:hover span {
  display: block;
}
a:hover .hs-hover {
  background-color: rgba(251, 103, 38, 0.7);
  max-height: 1000px;
}
a:hover .hs-hover p::after {
  display: block;
  content: 'READ MORE >';
  font-size: 16px;
}
.hs-copy, .hs-news {
  padding: 20px;
}
.hs-copy p, .hs-copy .type-post div, .type-post .hs-copy div, .hs-news p, .hs-news .type-post div, .type-post .hs-news div {
  font-size: 17px;
  padding-bottom: 10px;
}
.hs-copy p strong, .hs-copy .type-post div strong, .type-post .hs-copy div strong, .hs-news p strong, .hs-news .type-post div strong, .type-post .hs-news div strong {
  font-size: 23px;
  line-height: 1.25;
}
a .hs-copy, a .hs-news {
  color: #83817f;
}
a:hover .hs-copy, a:hover .hs-news {
  color: #fb6726;
  text-decoration: none;
}
.slick-prev {
  background: url('../img/circle_left_orange.png');
  width: 48px;
  height: 48px;
  background-size: 48px 48px;
}
.slick-prev:hover {
  background: url('../img/circle_left_taupe.png');
  width: 48px;
  height: 48px;
  background-size: 48px 48px;
}
.slick-next {
  background: url('../img/circle_right_orange.png');
  width: 48px;
  height: 48px;
  background-size: 48px 48px;
}
.slick-next:hover {
  background: url('../img/circle_right_taupe.png');
  width: 48px;
  height: 48px;
  background-size: 48px 48px;
}
@media screen and (max-width: 1024px) {
  .slick-prev, .slick-prev:hover, .slick-next, .slick-next:hover {
    width: 30px;
    height: 30px;
    background-size: 30px 30px;
  }
  .slick-prev {
    left: -40px;
  }
  .slick-next {
    right: -40px;
  }
}
.slick-prev::before, .slick-next::before {
  content: ' ';
}
.transition-all, .hs-hover {
  transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  /* Firefox 4 */
  -webkit-transition: all 0.5s ease-in-out 0s;
  /* Safari and Chrome */
  -o-transition: all 0.5s ease-in-out 0s;
  /* Opera */
}
@media screen and (max-width: 641px) {
  .slick-prev {
    top: 100%;
    left: 38%;
  }
  .slick-next {
    top: 100%;
    left: 55%;
  }
  .slick-prev:hover {
    background: url('../img/circle_left_orange.png');
    width: 30px;
    height: 30px;
    background-size: 30px 30px;
  }
  .slick-next:hover {
    background: url('../img/circle_right_orange.png');
    width: 30px;
    height: 30px;
    background-size: 30px 30px;
  }
  .slick-list {
    padding-bottom: 30px;
  }
  .slick-slider {
    margin-bottom: 50px;
  }
}
/* --------------------- *** ---------------------
 Blog Styles
 --------------------- *** --------------------- */
ol.commentlist {
  list-style: none;
  margin: 0 0 1em;
  padding: 0;
  text-indent: 0;
}
ol.commentlist li.comment {
  border-bottom: 1px dotted #666;
  padding: 1em;
}
ol.commentlist li div.vcard cite.fn {
  font-style: normal;
}
ol.commentlist li div.vcard img.avatar {
  float: left;
  margin: 0 1em 1em 0;
}
ol.commentlist li div.comment-meta {
  font-size: 11px;
}
ol.commentlist li div.comment-meta a {
  color: #999;
}
ol.commentlist li p, ol.commentlist li .type-post div, .type-post ol.commentlist li div {
  margin: 0 0 1em;
}
ol.commentlist li ul {
  list-style: square;
  margin: 0 0 1em 2em;
}
ol.commentlist li ul.children {
  list-style: none;
  margin: 1em 0 0;
  text-indent: 0;
}
ol.commentlist li ul.children li.depth-2 {
  border-left: 5px solid #999;
  margin: 0 0 0.25em 0.25em;
}
ol.commentlist li ul.children li.depth-3 {
  border-left: 5px solid #666;
  margin: 0 0 0.25em 0.25em;
}
ol.commentlist li ul.children li.depth-4 {
  border-left: 5px solid #333;
  margin: 0 0 0.25em 0.25em;
}
ol.commentlist li.even {
  background-color: #fff;
}
ol.commentlist li.odd {
  background-color: #f2f2f2;
}
ol.commentlist li.parent {
  border-left: 5px solid #ccc;
}
ol.commentlist li.pingback {
  border-bottom: 1px dotted #666;
  padding: 1em;
}
#respond {
  margin-top: 30px;
}
.date {
  color: #999;
  font-size: 13px;
}
p.caption {
  font-size: 17px;
  margin-top: 10px;
}
.form-allowed-tags {
  display: none !important;
}
.excerpt img {
  width: 100%;
  height: auto;
}
#sfsi_wDiv, .sfsi_wDiv, .shareicons {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.wp-paginate {
  padding: 0;
  margin: 0;
}
.wp-paginate li {
  display: inline-block !important;
  list-style: none;
  margin-bottom: 20px !important;
}
.wp-paginate a {
  background: #83817f;
  border: 1px solid #4e473e;
  color: #fff;
  margin-right: 6px;
  padding: 8px 16px !important;
  text-align: center;
  text-decoration: none;
}
.wp-paginate a:hover, .wp-paginate a:active {
  background: #fb6726;
  color: #fff;
}
.wp-paginate .title {
  color: #83817f;
  margin-right: 4px;
}
.wp-paginate .current {
  color: #fff;
  background: #fb6726 !important;
  border: 1px solid #fb6726 !important;
  margin-right: 6px;
  padding: 8px 16px !important;
}
.wp-paginate li:first-child {
  display: block !important;
  text-align: center;
}
.category-search-list {
  background: #fb6726 url('../img/select-arrow.png') no-repeat right center;
  border: 0;
  color: #fff;
  font-size: 1.25em;
  padding: 20px;
  height: 70px;
  max-width: 100%;
  cursor: pointer;
}
.category-search-list:hover {
  background: #ea4a04 url('../img/select-arrow.png') no-repeat right center;
}
.wp-caption img {
  margin-bottom: 10px;
}
.wp-caption .wp-caption-text {
  font-size: 16px;
  /* color: lighten( $body-gray, 10% ); */
}
#commentform label {
  display: inline-block;
  font-size: 22px;
  color: #83817f;
  font-weight: bold;
}
.single-post .shareicons {
  padding-top: 10px;
}
.sfsi_widget {
  display: inline-block;
}
.printfriendly {
  display: inline-block;
  vertical-align: top;
  /*float: left;*/
}
.printfriendly img[alt="Print Friendly"] {
  display: none;
}
.printfriendly i {
  background: #fb6726;
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  padding-top: 8px;
}
.printfriendly a:hover, .printfriendly i:hover {
  opacity: 0.5;
}
@media only screen and (min-width: 768px) {
  .printfriendly i {
    margin-top: 5px;
  }
}
textarea {
  background: #fff !important;
  border: 1px solid #cacaca !important;
}
textarea:focus {
  border-color: #8a8a8a !important;
}
/* --------------------- *** ---------------------
 Shows Styles
 --------------------- *** --------------------- */
select[name="season-select"] {
  padding: 0 100px 0 23px;
  display: inline-block;
  margin: 0 auto;
  height: 70px;
  width: auto;
  background: #fb6726 url('../img/select-arrow.png') no-repeat right center;
  font-size: 1.25rem;
  text-transform: none;
}
select[name="season-select"] option {
  font-size: 1.25rem;
}
.major-sponsors tbody {
  border: 0;
}
.major-sponsors p, .major-sponsors .type-post div, .type-post .major-sponsors div {
  padding-bottom: 0;
}
.major-sponsors .ms-img {
  width: 25%;
}
/* Fix centering issue */
.season-wrapper .row .row {
  margin-left: auto;
  margin-right: auto;
}
.season-anchor-link {
  font-size: 33px;
  font-size: 1.75rem;
}
a[data-open="tv-listing"] {
  font-weight: 700;
}
#tv-listing .content-wrap {
  padding: 50px;
}
#tv-listing .content-wrap h2 {
  padding-bottom: 20px;
}
#tv-listing .content-wrap iframe {
  border: 0;
  width: 100%;
  height: auto;
  min-height: 400px;
}
.reveal-overlay {
  background: rgba(255, 255, 255, 0.8);
}
.reveal {
  border: 0;
  -webkit-box-shadow: 0 0 10px 0 #c7c7c7;
  box-shadow: 0 0 10px 0 #c7c7c7;
}
#additional-info img {
  max-width: 50%;
  max-height: auto;
}
#additional-info .wp-caption img {
  max-width: 100%;
}
.episode-featured-image {
  max-width: 50%;
}
.episode-box .box-image {
  margin-bottom: 0;
}
@media screen and (max-width: 600px) {
  #tv-listing .content-wrap {
    padding: 10px;
  }
  .episode-featured-image {
    max-width: 100%;
  }
  #additional-info img {
    max-width: 100%;
    max-height: auto;
  }
  .ms-img {
    text-align: center;
    width: 100% !important;
    display: block;
  }
  .ms-desc {
    width: 100% !important;
    display: block;
  }
}
.slider-shows {
  padding-top: 10px;
}
.thanks-block .div {
  color: #fb6726;
}
.episode-title {
  font-size: 35px;
  margin-bottom: 30px;
}
@media screen and (max-width: 640px) {
  .episode-title {
    font-size: 25px;
  }
}
.recipe-block p.title {
  line-height: 1.3;
  font-weight: bold;
}
#episode-recipes h4 {
  padding-bottom: 25px;
}
/* --------------------- *** ---------------------
 Shared Styles
 --------------------- *** --------------------- */
.box-image, .img-holder {
  width: 100%;
  height: 300px;
  background-repeat: none;
  background-position: center;
  background-size: cover;
  margin-bottom: 20px;
}
.rect-image {
  margin-bottom: 0;
}
a:hover .box-image {
  opacity: 0.75;
}
.nowrap {
  white-space: no-wrap;
}
/* --------------------- *** ---------------------
 Sidebar Styles
 --------------------- *** --------------------- */
aside {
  float: right;
}
aside section {
  margin-bottom: 35px;
}
/* --------------------- *** ---------------------
 Transitions & Opacity
 --------------------- *** --------------------- */
a, a img, .button a, nav li a, .footer-icons a i, .social-media a i .printfriendly a {
  -webkit-transition: all 0.4s ease 0s;
  /* Safari and Chrome */
  -moz-transition: all 0.4s ease 0s;
  /* Firefox 4 */
  -o-transition: all 0.4s ease 0s;
  /* Opera */
  transition: all 0.4s ease 0s;
}
a:hover img {
  opacity: 0.5;
}
.no-hover:hover, a.no-hover img:hover, a:hover img.no-hover {
  opacity: 1;
}
.category-search-list {
  -webkit-transition: all 1s ease 0s;
  /* Safari and Chrome */
  -moz-transition: all 1s ease 0s;
  /* Firefox 4 */
  -o-transition: all 1s ease 0s;
  /* Opera */
  transition: all 1s ease 0s;
}
/* --------------------- *** ---------------------
 Button & Input Styles
 --------------------- *** --------------------- */
a.view-more, .post-navi a {
  font-size: 25px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
}
a.view-more::after {
  display: inline-block;
  content: ' ';
  width: 36px;
  height: 17px;
  background: url('../img/arrow_right_orange.png') no-repeat;
  background-size: 36px 17px;
  margin-left: 8px;
}
a.view-more:hover {
  color: #83817f;
}
a.view-more:hover::after {
  display: inline-block;
  content: ' ';
  width: 36px;
  height: 17px;
  background: url('../img/arrow_right_taupe.png') no-repeat;
  background-size: 36px 17px;
  margin-left: 8px;
}
.button {
  font-weight: 700;
  text-transform: uppercase;
}
p.input-label {
  padding-bottom: 0;
  color: #4e473e;
}
input, .input, textarea {
  background-color: #dcddde;
  border: 0;
  height: 50px;
  font-size: 22px;
  color: #4e473e;
  padding: 10px;
  width: 100%;
  margin-bottom: 20px;
}
textarea {
  height: 200px;
}
@media screen and (max-width: 600px) {
  .post-navi a {
    font-size: 20px;
  }
}
/*.input-search { background: url('../img/search_icon.png') no-repeat center right; background-size: 50px 27px;  width: 100%; padding: 20px; padding-right: 45px; margin-bottom: 20px; font-size: 22px; height: 73px; border: 1px solid #ccc; }*/
.search-wrapper {
  border: 1px solid #cacaca;
}
.input-search {
  width: 80%;
  float: left;
  border: 0;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0) !important;
  margin: 0;
  padding: 20px;
  font-size: 22px;
  height: 73px;
}
.submit-search {
  width: 20%;
  float: right;
  background: url('../img/search_icon.png') no-repeat center right;
  background-size: 50px 27px;
  cursor: pointer;
  height: 73px;
  margin: 0;
}
.submit-search:hover {
  opacity: 0.75;
}
#search-load .search-wrapper {
  border: 0;
  background: #fff;
}
#search-load .input-search {
  background-color: #fff;
}
@media screen and (max-width: 1024px) {
  .input-search {
    width: 75%;
    font-size: 16px;
  }
  .submit-search {
    width: 25%;
  }
  .category-search-list {
    font-size: 16px;
  }
}
::-webkit-input-placeholder {
  color: #4e473e;
  font-weight: 400;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #4e473e;
  font-weight: 400;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #4e473e;
  font-weight: 400;
}
:-ms-input-placeholder {
  color: #4e473e;
  font-weight: 400;
}
button.close, button.close::focus, button.close:focus {
  outline: none !important;
}
/* --------------------- *** ---------------------
 Contact Form Styles
 --------------------- *** --------------------- */
span.wpcf7-list-item {
  display: block;
}
textarea:focus, input:focus {
  outline: 0;
}
::-webkit-input-placeholder {
  color: #757575;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #757575;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #757575;
}
:-ms-input-placeholder {
  color: #757575;
}
/* --------------------- *** ---------------------
 Video Styles
 --------------------- *** --------------------- */
#ytc-wrapper a {
  font-size: 16px !important;
  line-height: 1 !important;
}
#ytc-wrapper h5 {
  margin: 5px 0 20px;
  line-height: 1 !important;
}
/* --------------------- *** ---------------------
 Media Queries for Mobile
 --------------------- *** --------------------- */
@media only screen and (max-width: 480px) {
  /* ------ iPhone ------ */
  nav ul.menu li i.icon-bars {
    font-size: 24px;
  }
  nav ul.menu li i.icon-search {
    font-size: 22px;
  }
  nav ul.menu li.float-left {
    padding: 15px 22px 0;
  }
  nav ul.menu li.float-right {
    padding: 13px 20px 0;
  }
}
@media only screen and (max-width: 640px) {
  /* ------ Small Devices ------ */
  #header-image {
    background: url('../img/main_header_sara.png') no-repeat center center;
    background-size: 307px 255px;
    height: 255px;
    z-index: 0;
    position: absolute;
    display: inline-block;
    bottom: 0;
  }
  nav {
    top: 0;
    bottom: none;
    height: 58px;
  }
  .caption img, .caption.book img, .caption.events img {
    float: none;
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }
  .copyrite {
    margin-left: 20px;
    margin-right: 20px;
    line-height: 2;
  }
  .image {
    text-align: center;
    margin-bottom: 20px;
  }
  #header-image {
    margin-left: 0;
  }
  #logo {
    width: 400px;
    height: auto;
    margin: 30px auto 0;
    font-size: 0;
  }
  #logo-mobile {
    margin: 0;
    margin-top: 18px;
  }
  nav ul.menu li i.icon-bars {
    font-size: 24px;
  }
  nav ul.menu li i.icon-search {
    font-size: 22px;
  }
  section.alignleft {
    margin-right: 0;
  }
  nav ul.menu li {
    display: inline-block;
    padding: 17px 20px 0;
    margin: 0;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
  }
  footer div.columns {
    margin-bottom: 25px;
  }
  .caption p, .caption .type-post div, .type-post .caption div {
    font-size: 18px;
  }
  .hs-copy p, .hs-copy .type-post div, .type-post .hs-copy div, .hs-news p, .hs-news .type-post div, .type-post .hs-news div {
    font-size: 18px;
  }
  .hs-copy p strong, .hs-copy .type-post div strong, .type-post .hs-copy div strong, .hs-news p strong, .hs-news .type-post div strong, .type-post .hs-news div strong {
    font-size: 20px;
    line-height: 1;
  }
}
@media only screen and (min-width: 641px) {
  /* ------ Larger than Small ------ */
  nav {
    bottom: 0;
  }
  section.alignleft {
    max-width: 50%;
  }
}
@media only screen and (min-width: 641px) and (max-width: 788px) {
  /* ------ Small/Med Portrait Devices ------ */
  #logo {
    width: 400px;
    height: auto;
    margin-left: 35%;
  }
}
@media only screen and (max-width: 1024px) {
  /* ------ Below Desktop ------ */
  button.large.dropdown.button {
    font-size: 20px;
    padding-top: 22px;
    padding-bottom: 22px;
  }
}
@media only screen and (max-width: 1390px) {
  /* ------ Below Desktop+ ------ */
  nav ul.menu li {
    padding: 17px 20px 0;
  }
}
@media only screen and (max-width: 1390px) and (max-width: 1200px) {
  /* ------ Below Desktop+ ------ */
  nav ul.menu li {
    padding: 17px 20px 0;
  }
}
@media only screen and (max-width: 1390px) and (max-width: 1200px) and (max-width: 1000px) {
  /* ------ Below Desktop+ ------ */
  nav ul.menu li {
    padding: 17px 20px 0;
  }
}
@media only screen and (max-width: 1025px) {
  nav ul.menu li {
    padding-left: 19px;
    padding-right: 19px;
  }
}
@media only screen and (min-width: 1200px) {
  /* ------ Above Desktop+ ------ */
  #logo {
    width: 530px;
    height: auto;
    margin-left: 42%;
  }
}
@media only screen and (min-width: 2500px) {
  /* ------ Riddiculous Screens ------ */
  #logo {
    margin-left: 46%;
  }
}
