@import url("normalize.css");
@import url("normalize-custom.css");

html {
  height: 100%;
}

body {
  font-size: 13px;
  color: #000;
  background-color: #FFF;
  font-family: "ff-meta-serif-web-pro", Baskerville, "Baskerville Old Face", "Hoefler Text", Garamond, "Times New Roman", serif;
  width: 100%;
  height: 100%;
}

#loading {
  background: url(../images/knife-loading.gif) center center no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 3;
  visibility: hidden;
}

.wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -75px;
  overflow: hidden;
}

footer,
.push {
  height: 75px;
}

footer {
  line-height: 23px;
  color: #999;
  width: 100%;
  position: relative;
  z-index: 25;
  display: block;
}

footer div {
  padding: 0 0 0 30px;
}

footer a#login {
  color: #999;
  text-decoration: none;
  border: 0;
  font-size: 12px;
}

footer a#login:hover {
  border: 0;
}

a {
  color: #000;
  text-decoration: none;
  border-bottom: dotted #666 1px;
  cursor: pointer;
}


/* things to give css transitions */

a,
.social ul li a.bar em,
.social ul li a.bar:before,
a.print-friendly span,
.back-to-top,
.social ul,
input,
#wpadminbar {
  -webkit-transition: all .1s ease-in;
  -moz-transition: all .1s ease-in;
  transition: all .1s ease-in;
}

a:hover {
  border-bottom-color: #000;
}

a img,
a:hover img {
  border: 0;
}

p {
  font-size: 16px;
  line-height: 28px;
  padding-bottom: 16px;
}


/* nice hyperlink underlines */
.chef-info-link,
.answer a,
.question a {
  border-bottom: 0;
  background-repeat: repeat-x;
  background-size: 1px 1px;
  background-position: 0 21px;
}


/* (dark text) */
.chef-info-link,
.answer a {
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.3) 50%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.3) 50%);
}


/* (light text) -- NOT WORKIN */
.question a {
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.5) 50%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.3) 50%);
}

body .content {
  padding: 340px 20px 0 0;
  position: relative;
  z-index: 10;
}

body.single .content {
  padding: 360px 20px 60px;
}

body.single .goods-wrap {
  max-width: 1660px;
  margin: 0 auto;
}

body.page .content {
  padding: 330px 30px 20px 30px;
  max-width: 1300px;
}

header {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

#logo {
  width: 210px;
  height: 96px;
  margin: 20px 0 0 20px;
  position: relative;
  z-index: 15;
  display: block;
}

#logo a,
#logo a:hover {
  border: 0;
}

#knife {
  width: 1000px;
  height: 230px;
  left: -240px;
  margin-top: -120px;
  background: url('../images/knifey.jpg') no-repeat;
  position: relative;
}

#knife-reflection {
  width: 315px;
  height: 200px;
  top: 0;
  left: 240px;
  background: url('../images/knifey-bob.jpg') no-repeat;
  position: absolute;
  z-index: 10;
  display: block;
}

nav {
  left: 350px;
  margin-top: 30px;
  position: relative;
  z-index: 50;
  display: block;
  -moz-transform: rotate(3.5deg);
  -webkit-transform: rotate(3.5deg);
  transform: rotate(3.5deg);
}

nav ul {}

nav ul li {
  position: relative;
  float: left;
  width: 133px;
  height: 90px;
  text-align: center;
  outline: 0;
}

nav ul li a {
  color: #999;
  font-size: 17px;
  line-height: 22px;
  margin-top: 3px;
  border-bottom: 0;
  display: block;
  height: 100%;
}

nav ul li a:hover,
nav ul li a:focus,
nav ul li a.active {
  font-size: 19px;
  border-bottom: 0;
  color: #000;
}

nav ul li a em {
  font-style: normal;
}

.col-2-home {
  padding-bottom: 25px;
  position: relative;
}

.ad-home {
  position: absolute;
  top: 0px;
  right: -10px;
  text-align: center;
  z-index: 65;
  background-color: black;
  padding: 15px 25px 15px 20px;
  -moz-transform: skewX(3deg);
  -webkit-transform: skewX(3deg);
  transform: skewX(3deg);
}

.ad-home a {
  border: 0;
  display: block;
}

.ad-home img {
  -moz-transform: skewX(-3deg);
  -webkit-transform: skewX(-3deg);
  transform: skewX(-3deg);
}

.ad-home p.ad-blurb {
  font-size: 12px;
  line-height: 15px;
  position: absolute;
  top: -45px;
}

.ad-home p.ad-below {
  font-size: 12px;
  line-heigth: 14px;
  text-align: center;
  padding: 10px 0 0;
}

.ad-home p.ad-below a {
  border-bottom: dotted yellow 1px;
}

.event {
  position: absolute;
  top: 20px;
  left: 768px;
  z-index: 1000;
}

.event a {
  display: block;
}

body.home .event,
body.home .social {
  opacity: 0;
}

.social {
  position: absolute;
  top: 25px;
  right: 10px;
  width: 220px;
  font-size: 14px;
  line-height: 22px;
  font-weight: normal;
  z-index: 60;
}

.social-blurb {
  color: #C00000;
  line-height: 17px;
  overflow: visible!important;
  position: relative;
  left: 0;
  top: 0;
  width: 220px;
  margin-bottom: 20px;
}

.social-blurb h5 {}

.social-blurb h5 em {
  font-size: 18px;
  font-style: normal;
  margin-left: -10px;
}

.social ul {}

.social ul li {
  list-style: none;
  display: block;
  float: left;
  clear: left;
  margin: 0 0 5px 0;
}

.social ul li a.bar {
  display: block;
  height: 25px;
  border: none;
  padding: 0 0 0 36px;
  position: relative;
  font-size: 13px;
  line-height: 25px;
}

.social ul li a.bar:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 31px;
  background-repeat: no-repeat;
}

.social ul li a.bar em {
  color: #FFF;
  font-style: normal;
  display: block;
  background: #231F20;
  padding: 0px 8px;
  transition: all .2s;
}

.social ul li a.bar em:hover {
  padding-right: 14px;
}

#fb em   { background: #004195; }
#twit em { background: #0096D0; }
#pin em  { background: #C12F24; }
#rss em  { background: #CB8106; }
#inst em { background: #AA2F93; }

.social ul li a.bar#email:before { background-image: url('../images/svg/email.svg'); }
.social ul li a.bar#fb:before  { background-image: url('../images/svg/fb.svg'); }
.social ul li a.bar#twit:before  { background-image: url('../images/svg/twit.svg'); }
.social ul li a.bar#pin:before   { background-image: url('../images/svg/pint.svg'); }
.social ul li a.bar#rss:before   { background-image: url('../images/svg/rss.svg'); }
.social ul li a.bar#inst:before  { background-image: url('../images/svg/insta.svg'); }

#email-signup {
  position: relative;
  width: 220px;
  margin: 0;
}

#email-signup form {
  margin: 5px 0 0;
}

#email-signup input[type="email"] {
  color: #A7A7A7;
  background-color: #FFF;
  border: solid #B6B6B6 1px;
  width: 77%;
  padding: 7px 10px;
  float: left;
  font-size: 12px;
}

#email-signup input[type="email"]::-webkit-input-placeholder {
  color: #DADADA;
}

#email-signup input[type="email"]:-moz-placeholder {
  color: #DADADA;
}

#email-signup input[type="email"]:focus {
  outline: none;
  color: #231F20;
}

#email-signup input[type="submit"] {
  color: #231F20;
  background-color: #D1D1D1;
  border: solid #B6B6B6 1px;
  width: 19%;
  margin: 0 0 0 3%;
  padding: 7px 0;
  float: left;
  font-size: 12px;
}

#email-signup input[type="submit"]:focus {
  outline: none;
  background-color: #EBEBEB;
  border: solid #A5A5A5 1px;
}

.email-signup-copy {
  font-size: 12px;
  line-height: 16px;
  margin: 9px 0 0 0;
  padding-bottom: 14px;
  color: #4D4D4D;
}

.email-signup-copy strong {
  color: #000;
}

article {
  background: #EEE;
  width: 266px;
  min-height: 330px;
  position: relative;
  float: left;
  margin: 0 0 25px 25px;
  padding: 12px 20px;
  transition: border-color 500ms;
}

article:hover {
  border-color: #808080;
}

article .new {
  background-color: #231F20;
  color: #FFFFFF;
  font-size: 15px;
  line-height: 12px;
  text-align: center;
  position: absolute;
  top: 50px;
  left: -14px;
  padding: 5px 8px;
  z-index: 200;
  -webkit-box-shadow: -1px 1px 1px 0 rgba(0, 0, 0, 0.3);
  box-shadow: -1px 1px 1px 0 rgba(0, 0, 0, 0.3);
  -moz-transform: rotate(-6deg);
  -webkit-transform: rotate(-6deg);
  transform: rotate(-6deg);
}

article .new span {
  font: 12px/12px Georgia, serif;
}

article a.overlink {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  border: none;
  text-indent: -8989px;
}

article a.overlink:hover {
  border: none;
}

article .pix {
  position: relative;
  overflow: hidden;
  margin-top: 10px;
  opacity: .1;
  -webkit-transition: opacity .4s;
  -moz-transition: opacity .4s;
  transition: opacity .4s;
}

article:hover .pix {
  opacity: .85!important;
}

article .pix img {
  width: 50%;
  height: auto;
  float: left;
}

article .pix .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

article .pix .overlay#frwd-slash {
  background-image: url(../images/overlay-frwd-slash-206eee.png);
}

article .pix .overlay#back-slash {
  background-image: url(../images/overlay-back-slash-206eee.png);
}

article .pix a {
  display: block;
  width: 100%;
  height: 100%;
  border-bottom: 0;
  position: absolute;
  z-index: 10;
}

article .name {
  font-size: 17px;
  line-height: 16px;
  text-align: center;
  color: #FFF;
  margin: 0 auto;
  padding: 9px 0;
  position: relative;
  width: 106%;
  margin-left: -3%;
  background-repeat: no-repeat;
  background-size: cover;
}

article:nth-of-type(4n+1) .name { background-image: url('../images/svg/SlantedUp.svg'); }
article:nth-of-type(4n+2) .name { background-image: url('../images/svg/SlantedRight.svg'); }
article:nth-of-type(4n+3) .name { background-image: url('../images/svg/SlantedDown.svg'); }
article:nth-of-type(4n+4) .name { background-image: url('../images/svg/SlantedLeft.svg'); }

article .name a {
  color: #FFF;
}

article .notes {
  margin-top: 10px;
  background: url(../images/noteline2.png) repeat 0 -6px;
}

article .notes li {
  font: 16px/25px "wordy-diva", helvetica, arial, sans-serif;
  list-style: none;
  color: #444;
}

article .notes li strong {
  font-size: 11px;
  line-height: 24px;
  font-weight: bold;
  color: #000;
  float: left;
  clear: both;
  padding: 0 0 0 1%;
  letter-spacing: -1px;
}

article .notes li strong em {
  font-size: 10px;
  font-style: normal;
  font-weight: normal;
  position: relative;
  left: 1px;
}

article .notes li span {
  float: right;
  width: 175px;
  position: relative;
  z-index: 100;
}

.notes em.nmbr {
  font-style: normal;
  display: inline-block;
  -moz-transform: scale(1, 1.2);
  -webkit-transform: scale(1, 1.2);
  transform: scale(1, 1.2);
}

article .comment-count {
  color: #BDBDBD;
  font: 10px/15px 'Georgia', serif;
  text-align: right;
  padding: 2px 8px 4px;
  z-index: 99;
  display: inline;
  position: relative;
  float: right;
}

article .comment-count:hover {
  color: #000;
  cursor: pointer;
}

article .comment-count span em {
  font-size: 11px;
  font-style: normal;
}

article .comment-count a {
  border: 0;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

article .advert {
  position: relative;
}

article .advert p {
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  padding-bottom: 11px;
}

article .advert a {
  position: relative;
  z-index: 1;
}

article .advert a.wholelink {
  width: 100%;
  height: 100%;
  border: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  font-size: 0;
  line-height: 0;
}

article .advert img {
  max-width: 100%;
  height: auto;
}

.col-wrap {
  clear: both;
  position: relative;
}

.col-1 {
  width: 250px;
  float: left;
}

.col-1 p {
  font-size: 16px;
  line-height: 24px;
}

.col-1 p a {
  border-bottom: dotted #ccc 1px;
}

.col-1 a:hover {
  color: #222;
}

.sidephoto {
  margin-bottom: 20px;
}

.imglink {
  border-bottom: 0;
}

body.page-id-3678 .col-1,
body.page-id-3404 .col-1 {
  margin-top: -37px;
  /* for Flame On pages */
}

.col-2 {
  padding-left: 300px;
}

.col-2 p {
  font-size: 19px;
  line-height: 28px;
  padding-bottom: 28px;
}

.col-2 .contact-chunk {
  float: left;
  margin: 0 0 20px 0;
  width: 100%;
}

.col-2 .contact-chunk#halves-holder {}

.col-2 .contact-chunk p {
  padding: 0 0 0 13px;
  font-size: 18px;
  line-height: 28px;
}

.col-2 .contact-chunk p.deets {
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 22px;
}

.col-2 .contact-chunk .half-chunk {
  float: left;
  width: 200px;
  margin-bottom: 10px;
}

.col-2 h1,
.col-2 h2,
.col-2 h3,
.col-2 h4,
.col-2 h5,
.col-2 h6 {
  font-weight: bold;
  font-family: "coronette", "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace;
}

.col-2 h1 {
  font-size: 2.6em;
  line-height: 1em;
  margin-bottom: .5em;
}

.col-2 h2 {
  font-size: 2.2em;
  line-height: 1.33em;
  margin-bottom: .66em;
}

.col-2 h3 {
  font-size: 1.8em;
  line-height: 1em;
  margin-bottom: 1em;
}

.col-2 h4 {
  font-size: 1.4em;
  line-height: 1.14em;
  margin-bottom: 1.14em;
}

.col-2 h5 {
  font-size: 1.3em;
  line-height: 1.33em;
  margin-bottom: 1.33em;
}

.col-2 h6 {
  font-size: 1em;
  line-height: 1.5em;
  margin-bottom: 1.5em;
}

.col-2 h3 span {
  font-size: 19px;
  line-height: 19px;
  padding: 8px 18px;
  margin: 0 0 -10px;
  background-color: #231F20;
  color: #FFF;
  display: inline-block;
  -moz-transform: rotate(-2deg) skewX(5deg);
  -webkit-transform: rotate(-2deg) skewX(5deg);
  transform: rotate(-2deg) skewX(5deg);
}

.col-2 h3 span strong {
  font-weight: normal;
  z-index: 100;
  display: block;
  -moz-transform: skewX(-5deg);
  -webkit-transform: skewX(-5deg);
  transform: skewX(-5deg);
}

.col-2 h3 span b {
  position: absolute;
  top: 0;
  right: -5px;
  height: 100%;
  width: 10px;
  background-color: #231F20;
  -moz-transform: skewX(-7deg);
  -webkit-transform: skewX(-7deg);
  transform: skewX(-7deg);
}

.contact-chunk #email-signup-contact #email-input-contact {}

.contact-chunk #email-signup-contact input {
  background-color: #F5F5F5;
  border: solid #000 1px;
  height: 30px;
  padding: 3px 10px 0;
  margin: 0 0 0 10px;
  float: left;
  font-size: 16px;
  line-height: 16px;
}

.contact-chunk #email-signup-contact input[type="email"] {
  color: #999;
  width: 230px;
}

.contact-chunk #email-signup-contact input[type="email"]:hover,
.contact-chunk #email-signup-contact input[type="email"]:focus {
  color: #000;
}

.contact-chunk #email-signup-contact input[type="submit"]:hover,
.contact-chunk #email-signup-contact input[type="submit"]:focus {
  border: solid #000 1px;
  color: #000;
  background-color: #EBEBEB;
  outline: 0;
}

input::-moz-focus-inner {
  border: 0;
}

.contact-chunk #email-signup-contact .msg2 {
  display: none;
  width: 360px;
  margin: 8px 0 0 -7px;
  float: left;
  clear: left;
  font-size: 16px;
  text-align: center;
}

.contact-chunk #email-signup-contact .msg2#error2 {
  color: #FF4747;
}

.contact-chunk #email-signup-contact .msg2#confirmation2 {
  color: #1E6B12;
}

.goods {
  margin: 0 auto 60px;
  clear: both;
  position: relative;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.goods .chef-intro,
.goods .photo,
.goods > p iframe,
.goods > iframe {
  float: left;
  margin: 0 0 10px 10px;
}

.goods .wp-caption {
  float: left;
}

.goods h6,
.goods h5,
.qa {
  padding: 15px 20px 0 40px;
  margin-bottom: 50px;
  float: left;
  font-size: 19px;
  line-height: 28px;
}

.goods h6,
.qa-small {
  width: 311px;
}

.goods h5,
.qa-medium {
  width: 642px;
}

.qa-large {
  width: 973px;
}

.question {
  display: inline-block;
  padding: 8px 25px;
  margin: 5px -15px 20px;
  color: #FFF;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
  background-repeat: no-repeat;
  background-size: cover;
}

/* Assign bg randomishly */
.qa:nth-child(odd) .question,
.qa:nth-child(even) .question:nth-child(3n+2) {
    background-image: url('../images/svg/SlantedUp.svg')
}
.qa:nth-child(even) .question,
.qa:nth-child(odd) .question:nth-child(3n+2) {
    background-image: url('../images/svg/SlantedDown.svg')
}
.qa:nth-child(7n+7) .question,
.qa:nth-child(even) .question:nth-child(5n+4),
.qa:nth-child(odd) .question:nth-child(5n+4) {
    background-image: url('../images/svg/SlantedLeft.svg')
}
.qa:nth-child(5n+5) .question,
.qa:nth-child(even) .question:nth-child(5n+6),
.qa:nth-child(odd) .question:nth-child(5n+6) {
    background-image: url('../images/svg/SlantedRight.svg')
}

.question a {
  color: #FFF;
}

.answer {
  font-size: 19px;
  line-height: 28px;
  padding-bottom: 22px;
}


/* OLDER VERSION (CASEY OVERTON AND EARLIER) */
.goods h6 > strong,
.goods h6 > em,
.goods h5 > strong,
.goods h5 > em {
  display: block;
  line-height: 25px;
  padding: 8px 25px 8px 15px;
  margin: 5px -15px 20px;
  background-color: #180000;
  color: #FFF;
  font-weight: normal;
}
.goods h6 strong em,
.goods h6 em strong,
.goods h5 strong em,
.goods h5 em strong {
  font-size: 16px;
  line-height: 25px;
  font-weight: normal;
  font-style: normal!important;
  display: block;
  padding: 0;
}
/* multiparagraph answers */
.goods h6 br,
.goods h5 br {
  content: "";
  display: block;
  margin-bottom: 15px;
}

.goods iframe {
  max-width: 100%;
}

.photo {
  background-color: #F0F0F0;
}

/*.photo img {
  opacity: 0;
  transition: opacity 200ms ease-in;
}*/


/* Fixes unveil.js issue of now revealing top-most images */

.photo:nth-child(-n+18) img {
  opacity: 1 !important;
}

.multichef {
  font-style: normal!important;
  font-weight: bold;
}

.masonry-clear {
  float: left;
  width: 100%;
  height: 1px;
}


/* special */


/* green feast */

.special-greenfeast {
  padding: 10px 0 0;
  margin: 0;
}

.greenfeast-chef {
  font-size: 20px;
  line-height: 22px;
  margin: 0 10px 0 0;
  float: left;
  clear: left;
}

.greenfeast-place {
  color: #999;
  padding: 4px 0 10px;
  font-size: 15px;
  line-height: 18px;
  float: left;
}

.greenfeast-menu-title {
  color: #697F1C;
  font-weight: bold;
  display: block;
}

.greenfeast-menu-holder {
  padding: 8px 16px;
  margin: 0 0 12px -14px;
  color: #FFF;
  background-color: #90B527;
  float: left;
  -moz-transform: skewX(-2deg);
  -webkit-transform: skewX(-2deg);
  transform: skewX(-2deg);
}

.greenfeast-menu {
  display: block;
  -moz-transform: skewX(2deg);
  -webkit-transform: skewX(2deg);
  transform: skewX(2deg);
}

.postid-5380 h1 span {
  background-color: #90B527;
}


/* green bg on chef name */

.postid-5380 .chef-name span b {
  background-color: #90B527;
}


/* ditto */

.post-5380 .nmbr + .nmbr {
  margin-left: 1px;
}


/* fixes consecutive #'s in 'notes' section on home */

.wp-caption-text {
  position: absolute;
  top: 10px;
  left: 0;
  font-size: 13px;
  padding: 4px 10px 2px 12px;
  background-color: #000;
  color: #FFF;
  z-index: 100;
  -moz-transform: rotate(-2deg);
  -webkit-transform: rotate(-2deg);
  transform: rotate(-2deg);
}

.wp-caption-text a {
  color: #FFF;
  border-bottom: solid #999 1px;
}

.wp-caption-text em {
  font-style: normal;
  color: #BFBFBF;
  font-size: 12px;
  display: inline-block;
  padding: 0 0 0 4px;
}


/* SINGLE - HOUSE ADS --------------------------------------- */

.house-ad {
  float: left;
  font-size: 23px;
  padding: 20px 20px 10px;
  margin: 8px 0 20px 18px;
  background-color: #180000;
  color: #FFF;
}

.house-ad-sml {
  width: 305px;
}

.house-ad-med {
  width: 637px;
}

.house-ad .house-ad-title {
  font-size: 23px;
  line-height: 25px;
  margin-bottom: 15px;
  position: relative;
  z-index: 100;
}

.house-ad .house-ad-title b {
  position: relative;
  left: 4px;
}


/* for some space smaller than a &nbsp; */

.house-ad p {
  font-size: 15px;
  line-height: 24px;
  padding-bottom: 19px
}

.house-ad a {
  color: rgb(196, 178, 132);
  border-bottom: dotted rgb(131, 112, 63) 1px;
}

.house-ad a:hover {
  color: rgb(235, 216, 169);
}

.house-ad .house-ad-smallcopy {
  font-size: 13px;
  line-height: 20px;
}

#subFormInHouseEmail {
  margin-bottom: 20px;
}

.house-ad input[type='email'] {
  color: rgb(71, 50, 19);
  background-color: rgb(199, 176, 116);
  border: solid rgb(111, 81, 36) 1px;
  width: 77%;
  padding: 7px 10px;
  float: left;
  font-size: 12px;
}

.house-ad input[type='email']:hover,
.house-ad input[type='email']:focus {
  outline: none;
  background-color: #E0CC98;
}

.house-ad input[type="email"]::-webkit-input-placeholder {
  color: rgb(160, 128, 80);
}

.house-ad input[type="email"]:-moz-placeholder {
  color: rgb(160, 128, 80);
}

.house-ad input[type="submit"] {
  color: rgb(199, 176, 116);
  background-color: black;
  border: solid rgb(138, 120, 72) 1px;
  width: 19%;
  margin: 0 0 0 3%;
  padding: 7px 0;
  float: left;
  font-size: 12px;
  outline: none;
}

.house-ad input[type="submit"]:hover,
.house-ad input[type="submit"]:focus {
  border-color: rgb(199, 176, 116);
  background-color: #201E1C;
}

.notice {
  display: none;
  font-size: 16px;
  text-align: center;
  padding: 10px 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  color: #FFF;
  z-index: 50;
}

.notice.woohoo {
  background-color: rgb(10, 101, 0);
  background-color: rgba(10, 101, 0, .9);
}

.notice.ohnoes {
  background-color: rgb(143, 0, 0);
  background-color: rgba(143, 0, 0, 0.9);
}

.input-woohoo {
  box-shadow: 0 0 10px #65A347;
}

.input-ohnoes {
  box-shadow: 0 0 10px #FF8C8C;
}

h4.heading {
  font-size: 23px;
  line-height: 23px;
  margin: 0 0 10px 0;
  position: relative;
  z-index: 100;
}

.chef-name {
  margin: 0 0 30px;
  float: left;
  width: 98%;
}

.chef-name h1 {
  margin-left: -10px;
  max-width: 95%;
}

.chef-name h4.heading {
  font-size: 20px;
}

.chef-name span {
  font-size: 23px;
  line-height: 28px;
  padding: 7px 12px 5px 15px;
  background-color: #000;
  color: #FFF;
  display: inline-block;
  -moz-transform: rotate(-3deg) skewX(5deg);
  -webkit-transform: rotate(-3deg) skewX(5deg);
  transform: rotate(-3deg) skewX(5deg);
}

.chef-name span strong {
  font-weight: normal;
  z-index: 100;
  display: block;
  -moz-transform: skewX(-5deg);
  -webkit-transform: skewX(-5deg);
  transform: skewX(-5deg);
}

.chef-name span b {
  position: absolute;
  top: 0;
  right: -5px;
  height: 100%;
  width: 10px;
  background-color: #000;
  -moz-transform: skewX(-7deg);
  -webkit-transform: skewX(-7deg);
  transform: skewX(-7deg);
}

.chef-intro {
  width: 321px;
  margin-top: -25px!important;
}

.chef-intro p {
  font-size: 17px;
  line-height: 31px;
  padding: 0 20px 17px 15px;
  float: left;
}

.chef-info {
  float: left;
}

.chef-info-term {
  color: #999;
  font-size: 13px;
  line-height: 22px;
  font-weight: normal;
  float: left;
  clear: left;
}

.chef-info-term span {
  color: #999;
  font-size: 16px;
  font-style: normal;
  position: relative;
  left: 1px;
}

.chef-info-value {
  font: 19px/25px "wordy-diva", helvetica, arial, sans-serif;
  float: right;
  width: 240px;
  margin: 0 0px 20px 20px;
}

.chef-info-link {}

.chef-info-value ul {
  margin: 5px 0 0;
}

.chef-info-value li {
  list-style-image: url(../images/bullet-point.png);
  margin: 0px 0 0 10px;
}

.extras-box {
  font-family: Helvetica;
  border-bottom: dotted #CCC 1px;
  margin-bottom: 25px;
  float: left;
  width: 95%;
}

.jump-links {
  width: 100%;
  float: left;
  color: #CCC;
  font-size: 12px;
}

.jump-links a {
  border-top: dotted #CCC 1px;
  border-bottom: none;
  color: #666;
  float: left;
  padding: 8px;
  text-align: center;
}

.jump-links.has-video.has-recipe a {
  width: 50%;
}

.jump-links.has-video a,
.jump-links.has-recipe a {
  width: 100%;
}

.jump-links a:nth-child(2) {
  border-left: dotted #CCC 1px;
}

.jump-links a:hover {
  color: #000;
  background: #EEE;
}

.social-share {
  width: 100%;
  font-size: 12px;
  color: #666;
}

.social-share p {
  margin-left: 10px;
}

.social-share ul {
  display: table-row;
  text-align: center;
}

.social-share li {
  display: table-cell;
  list-style: none;
  position: relative;
}

.social-share li a {
  display: block;
  border: 0;
  color: #FFF;
  padding: 10px 10px 8px;
  margin: 0 0 0 4px;
}

.social-share li a:hover {
  position: relative;
  top: 1px;
}

.social-share li a#email,
.social-share li#email a {
  background: rgb(76, 76, 76);
  background: -moz-linear-gradient(45deg, rgb(76, 76, 76) 0%, rgb(76, 76, 76) 50%, rgb(96, 96, 96) 50%, rgb(96, 96, 96) 100%);
  background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgb(76, 76, 76)), color-stop(50%, rgb(76, 76, 76)), color-stop(50%, rgb(96, 96, 96)), color-stop(100%, rgb(96, 96, 96)));
  background: -webkit-linear-gradient(45deg, rgb(76, 76, 76) 0%, rgb(76, 76, 76) 50%, rgb(96, 96, 96) 50%, rgb(96, 96, 96) 100%);
  background: linear-gradient(45deg, rgb(76, 76, 76) 0%, rgb(76, 76, 76) 50%, rgb(96, 96, 96) 50%, rgb(96, 96, 96) 100%);
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#606060', GradientType=1);
}

.social-share li a#fb {
  background: rgb(21, 73, 166);
  background: -moz-linear-gradient(45deg, rgb(21, 73, 166) 0%, rgb(21, 73, 166) 50%, rgb(51, 99, 190) 50%, rgb(51, 99, 190) 100%);
  background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgb(21, 73, 166)), color-stop(50%, rgb(21, 73, 166)), color-stop(50%, rgb(51, 99, 190)), color-stop(100%, rgb(51, 99, 190)));
  background: -webkit-linear-gradient(45deg, rgb(21, 73, 166) 0%, rgb(21, 73, 166) 50%, rgb(51, 99, 190) 50%, rgb(51, 99, 190) 100%);
  background: linear-gradient(45deg, rgb(21, 73, 166) 0%, rgb(21, 73, 166) 50%, rgb(51, 99, 190) 50%, rgb(51, 99, 190) 100%);
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#1549a6', endColorstr='#3363be', GradientType=1);
}

.social-share li a#twit {
  background: rgb(0, 157, 214);
  background: -moz-linear-gradient(45deg, rgb(0, 157, 214) 0%, rgb(0, 150, 208) 50%, rgb(46, 182, 234) 50%, rgb(46, 182, 234) 100%);
  background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgb(0, 157, 214)), color-stop(50%, rgb(0, 150, 208)), color-stop(50%, rgb(46, 182, 234)), color-stop(100%, rgb(46, 182, 234)));
  background: -webkit-linear-gradient(45deg, rgb(0, 157, 214) 0%, rgb(0, 150, 208) 50%, rgb(46, 182, 234) 50%, rgb(46, 182, 234) 100%);
  background: linear-gradient(45deg, rgb(0, 157, 214) 0%, rgb(0, 150, 208) 50%, rgb(46, 182, 234) 50%, rgb(46, 182, 234) 100%);
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#009dd6', endColorstr='#2eb6ea', GradientType=1);
}

.social-share li a#pin {
  background: rgb(216, 55, 43);
  background: -moz-linear-gradient(45deg, rgb(216, 55, 43) 0%, rgb(216, 55, 43) 50%, rgb(236, 79, 70) 50%, rgb(236, 79, 70) 100%);
  background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgb(216, 55, 43)), color-stop(50%, rgb(216, 55, 43)), color-stop(50%, rgb(236, 79, 70)), color-stop(100%, rgb(236, 79, 70)));
  background: -webkit-linear-gradient(45deg, rgb(216, 55, 43) 0%, rgb(216, 55, 43) 50%, rgb(236, 79, 70) 50%, rgb(236, 79, 70) 100%);
  background: linear-gradient(45deg, rgb(216, 55, 43) 0%, rgb(216, 55, 43) 50%, rgb(236, 79, 70) 50%, rgb(236, 79, 70) 100%);
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#d8372b', endColorstr='#ec4f46', GradientType=1);
}

.social-share#ss-chef-top {
  padding: 11px 0 11px;
  border-top: dotted #CCC 1px;
  display: table;
}

.social-share#ss-chef-bottom {
  float: right;
  margin: -4px 30px 30px 0;
  width: auto;
  font-family: Helvetica;
}

.social-share#ss-contact-page {
  float: left;
  margin: 0 0 0 18px;
  overflow: hidden;
  font-size: 13px;
}

.social-share#ss-contact-page a {
  margin: 0 0 10px 0;
  display: inline-block;
  float: left;
}

.social-share .twitter-share-button {
  margin-left: -5px;
  display: inline!important;
  float: left!important;
}

.social-share .twitter-follow-button {
  display: inline!important;
  float: left!important;
  width: 136px!important;
  clear: left;
}

.social-share #___plusone_0,
.social-share #___plusone_1 {
  margin-left: 10px!important;
  display: inline!important;
  float: left!important;
}

.social-share .fb-like {
  display: inline!important;
  float: left!important;
}

.social-share .fb_reset {
  display: inline!important;
}

.social-share .fb_reset iframe {
  width: 0!important;
}

.social-share #fb-root {
  display: inline!important;
}


/* wrap some items to fix oddities */

.bk {
  font-style: normal!important;
  font-family: Verdana;
}

.oddj {
  font: 17px/21px times new roman!important;
  float: none!important;
  width: auto!important;
  position: relative;
  top: 2px;
  left: 1px;
}

.chef-intermission {
  width: 321px;
  font-size: 17px;
  line-height: 31px;
  padding: 25px 20px 17px 30px;
  float: left;
  margin: 0 0 10px 10px;
}

.chef-intermission .break {
  display: block;
  margin-bottom: 15px;
}

.recipe-holder {
  float: left;
  width: 60%;
  position: relative;
  clear: both;
}

.recipe-holder h4 {
  float: left;
  margin-bottom: 30px;
}

.bottom-meta {
  float: right;
  margin: 6px 0 30px;
  font-size: 12px;
  font-family: Helvetica, sans-serif;
}

.recipe-holder a.print-friendly {
  padding: 5px 12px 0 39px;
  margin: 0 14px 0 0;
  height: 22px;
  border-right: dotted #B5B5B5 1px;
  border-bottom: 0;
  min-height: 27px;
}

.recipe-holder a.print-friendly span {
  color: #666;
}

.recipe-holder a.print-friendly:hover span {
  color: #000;
}

.print-friendly svg {
  width: 29px;
  margin-right: 5px;
  vertical-align: middle;
}

.recipe-holder a.back-to-top {
  padding: 5px 13px 0 0;
  margin: 0 14px 0 0;
  border-bottom: 0;
  border-right: dotted #B5B5B5 1px;
  color: #666;
  height: 22px;
}

.recipe-holder a.back-to-top:hover {
  color: #000;
}

.recipe {
  padding: 0 0 30px 30px;
  margin-bottom: 20px;
  font-size: 17px;
  line-height: 26px;
  color: #FFF;
  background-color: #000;
  float: left;
  width: 100%;
}

.recipe a {
  color: #FFF;
}

.recipe h3 {
  font-size: 23px;
  line-height: 28px;
  margin: 30px 0 30px 15px;
}

.recipe .ing {
  width: 35%;
  float: left;
}

.recipe .dir {
  width: 64%;
  float: left;
  border-left: solid #5F5F5F 1px;
}

.recipe ul {
  padding: 0 30px 0 40px;
}

.recipe ul li {
  list-style: none;
  padding-bottom: 9px;
  text-indent: -10px;
}

.recipe ol {
  padding: 0 0 20px 50px;
}

.recipe ol li {
  list-style: outside decimal none;
  margin-bottom: 17px;
}

.recipe p {
  padding: 0 30px 20px;
  font-size: 17px;
  line-height: 26px;
}

.recipe .recipe-blurb {
  padding: 0 20px 15px 15px;
}

.recipe#top {
  padding: 0 20px 30px 40px;
  margin-left: -50px;
}

.recipe#sub {
  width: 94%;
  padding: 0 20px 30px 20px;
  margin-left: 0;
}

.recipe#sub-sub {
  width: 90%;
  padding: 0 0 30px 20px;
  margin-left: 4%;
}

.recipe#top {
  -moz-transform: skewX(-1.5deg);
  -webkit-transform: skewX(-1.5deg);
  transform: skewX(-1.5deg);
}

.recipe#top .ing,
.recipe#top .dir,
.recipe#top h3 {
  -moz-transform: skewX(1.5deg);
  -webkit-transform: skewX(1.5deg);
  transform: skewX(1.5deg);
}

.comments-holder {
  float: left;
  width: 35%;
  margin: 0 0 40px 4%;
  position: relative;
}

.comments-holder h4 {
  margin-bottom: -33px;
}

.wine-holder {
  float: left;
  width: 35%;
  margin: 0 0 0 4%;
  font-size: 14px;
  position: relative;
}

.wine-heading {}

.wine-heading-sub {
  font-size: 16px;
  line-height: 21px;
  color: rgb(139, 23, 23);
}

.wine-img-link {
  border: 0;
  display: block;
}

.wine-img-pic {
  max-width: 100px;
  height: auto;
  float: right;
  margin: 0 0 20px 20px;
}

.wine-quote {
  margin: 25px 0 0;
}

.wine-purchase-link {
  font-weight: bold;
  line-height: 21px;
  background: rgb(112, 15, 15);
  color: white;
  padding: 12px 20px;
  margin: 0 0 15px;
  display: inline-block;
  border: none;
}

.wine-purchase-link:hover {
  background: rgb(139, 23, 23);
}

.wine-bio {}

.wine-bio p {
  color: #888;
  font-size: 14px;
  line-height: 21px;
}

.wine-bio:hover p {
  color: #333;
}

.wine-bio a {
  color: #888;
}

.wine-bio:hover a {
  color: #000;
}

.expert-portrait {
  float: left;
  margin: 7px 15px 5px 0;
  width: 95px;
  height: auto;
}

.owe-logo {
  width: 110px;
  height: auto;
  position: absolute;
  top: -34px;
  left: -46px;
  z-index: -1;
  -moz-transform: rotate(-10deg);
  -webkit-transform: rotate(-10deg);
  transform: rotate(-10deg);
}

#recipe-jump-dest {
  position: absolute;
  top: -20px;
  left: 0;
}


/* things to make typewriter font */

.contact-chunk #email-signup-contact .msg2,
.chef-name span,
.chef-intro p,
.chef-info-term,
.chef-intermission,
.recipe h3,
nav ul li a,
.col-1-home p,
.social,
.social ul li a.bar,
article .new,
article .name,
article .notes li strong,
article .advert p,
.col-2 h3 span,
.contact-chunk #email-signup-contact input,
.goods h5 em strong,
.goods h5 strong em,
.goods h6 em strong,
.goods h6 strong em,
.question,
.greenfeast-chef,
h4.heading,
.wp-caption-text,
.notice,
.house-ad-title,
.wine-heading,
.wine-heading-sub {
  font-family: "coronette", "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace;
}


/* overrides (from below) to make typewriter font */

.wpcf7-form input[type="submit"],
.wpcf7-response-output,
.wpcf7-form label,
.wpcf7-list-item-label,
#TellAFriend_BoxTitle,
#TellAFriend_BoxLabel,
#TellAFriend_BoxContainerHeader,
.TellAFriend_Button,
#TellAFriend_BoxAlert,
#dsq-content h3 {
  font-family: "coronette", "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace!important;
}


/* THE RESPONSIVENESS ---------------------------------------------------- */

@media screen and (max-width: 1200px) {
  .event {
    display: none;
  }
  .recipe-holder h4 {

  }
}

@media screen and (max-width: 1024px) {
  body.single .content {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 1023px) {
  nav {
    margin-top: 10px;
  }
  #knife {
    margin-top: -100px;
  }
  .social ul {
    margin: 7px 0 0;
    width: auto;
    float: right;
  }
  .social ul li {
    clear: none;
    margin: 0;
  }
  .social ul li a.bar {
    padding-left: 31px!important;
  }
  .social ul li a.bar em {
    display: none;
  }
  .social #email-signup {
    position: absolute;
    top: 40px;
    right: 0;
    background: #EBEBEB;
    padding: 10px;
    border: solid 1px #A5A5A5;
  }
  .social .email-signup-copy {
    padding: 10px;
  }
  .social-blurb {
    margin-bottom: 5px;
  }
  .recipe-holder {
    width: 97%;
    padding-left: 3%;
    margin-bottom: 20px;
  }
  .wine-holder {
    width: 95%;
    padding-left: 3%;
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  #knife {
    margin-top: -5px;
    background: url('../images/knifey-with-bob.jpg') no-repeat;
    background-size: 85%;
  }
  #knife-reflection {
    display: none;
  }
  nav {
    left: auto;
    margin-top: 20px;
  }
  nav ul li {
    width: 30.3%;
    margin-left: 2.3%;
    height: auto;
  }
  nav ul li a {
    color: #FFF;
    background-color: #666;
    padding: 5px 0 3px;
    margin-top: 0;
  }
  nav ul li a:hover,
  nav ul li a:focus,
  nav ul li a.active {
    color: #FFF;
    background-color: #000;
  }
  article {
    margin: 0 0 25px 4%;
    width: 46%;
  }
  article .notes li strong {
    width: 24%;
  }
  article .notes li span {
    width: 75%;
  }
  .goods {}
  .goods img {}
  .goods h6 strong em,
  .goods h6 em strong,
  .goods h5 strong em,
  .goods h5 em strong,
  .goods h6 > strong,
  .goods h6 > em,
  .goods h5 > strong,
  .goods h5 > em {
    margin-top: 0;
    -moz-transform: skewX(0deg);
    -webkit-transform: skewX(0deg);
    transform: skewX(0deg);
  }
  .goods h5 {}
  .qa-small,
  .qa-medium,
  .qa-large {
    width: 100%;
    padding: 20px 0 0;
  }
  .col-1 {
    width: 30%;
  }
  .col-1 img {
    width: 100%;
    height: auto;
  }
  .col-2 {
    padding-left: 35%;
  }
}


/* 2 pics wide */

@media screen and (max-width: 697px) {
  .goods img.big {
    position: relative;
    left: -25%;
  }
}

@media screen and (max-width: 481px) {
  
  #logo {
    float: left;
    width: 49%;
    margin: 3% 0 0 3%;
  }
  #logo img {
    width: 100%;
    height: auto;
    max-width: 220px;
  }
  #knife {
   margin-top: 135px;
  }
  nav {
    float: right;
    width: 36%;
    margin: 40px 15px 0 0;
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  nav ul li {
    width: 100%;
    margin: 0 0 2% 0;
  }
  nav ul li a {
    font-size: 15px!important;
    padding: 3px 0 1px;
  }
  body.home .content {
    padding-top: 330px;
  }
  body.single .content {
  padding-top: 300px;
}
  .social {
    top: 0;
  }
  .social-blurb {
    display: none!important;
  }
  article {
    height: 345px;
    padding: 7px 9px;
  }
  article .notes li {
    font-size: 15px;
  }
  article .notes li strong {
    float: none;
  }
  article .notes li span {
    float: none;
    padding-left: 5px;
  }
  article .advert p {
    font-size: .8em!important;
  }
  .goods h6,
  .goods h5 {
    width: 100%;
    padding: 20px 0 0;
  }
  .goods h6 > strong,
  .goods h6 > em,
  .goods h5 > strong,
  .goods h5 > em {
    margin: 0 0 20px;
  }
  h4.heading {
    margin-left: -10px;
  }
  .social-share#ss-chef-bottom {
    float: none;
  }
  .social-share#ss-chef-bottom ul,
  .social-share#ss-chef-bottom li {
    display: block;
  }
  .recipe-holder a.print-friendly,
  .recipe-holder a.back-to-top {
    width: 50%;
    text-align: center;
    padding: 5px 0;
    margin: 0 0 5px;
    float: left;
  }
  .recipe-holder a.print-friendly {
    clear: left;
  }
  .recipe-holder a.back-to-top {
    border: 0;
  }
  .recipe#top,
  .recipe#top .ing,
  .recipe#top .dir,
  .recipe#top h3 {
    -moz-transform: skewX(0deg);
    -webkit-transform: skewX(0deg);
    transform: skewX(0deg);
  }
  #top.recipe {
    padding: 0 20px 30px 50px;
  }
  .recipe .ing {
    width: 100%;
  }
  .recipe .dir {
    width: 100%;
    padding: 20px 0 0 20px;
  }
  .recipe .dir ol {
    padding: 0 30px;
  }
  .col-1 {
    width: 100%;
    padding-bottom: 20px;
  }
  .col-2 {
    width: 100%;
    padding-left: 0;
  }
}

@media screen and (max-width: 440px) {
  nav ul li a em {
    display: none;
  }
  h4.heading {
    font-size: 19px;
  }
  .chef-name span {
    font-size: 21px;
    padding: 6px 9px 2px;
  }
  .goods,
  .chef-intro {
    width: auto!important;
  }
  .goods .photo,
  .goods > p iframe {
    max-width: 100%;
  }
  .goods img {
    width: 100%;
    height: auto;
  }
  .goods img.big {
    left: 0;
  }
  .house-ad {
    margin-left: 0px;
  }
  .wp-caption-text {
    position: relative;
    top: -10px;
    left: 0px;
  }
}


/* OVERRIDEZ ------------------------------------------------------ */


/* Contact form 7 */

.wpcf7 {
  margin: 1.2em 0 1.5em!important;
  display: inline-block;
}

.wpcf7-form {}

.wpcf7-form p {
  float: left;
  width: 47%;
  margin-right: 3%;
  padding-bottom: 5px;
}

@media screen and (max-width: 767px) {
  .wpcf7-form p {
    width: 100%;
  }
}

.wpcf7-form label {
  font-size: 15px;
  padding: 7px 9px 4px;
  line-height: 17px;
  position: relative;
  top: 0px;
  z-index: 1000;
  color: #FFF;
  background: #000;
}

.wpcf7-list-item-label {
  background: none;
  color: #000;
}

.wpcf7-form input,
.wpcf7-form textarea {
  color: #999;
  background-color: #F5F5F5;
  border: solid #000 1px;
  width: 100%;
  padding: 7px 10px 10px;
  margin: 0 0 6px 0;
  font-size: 15px;
  line-height: 20px;
}

.wpcf7-form input[type="email"],
.wpcf7-form input[type="text"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="number"] {
  height: 35px;
}

.wpcf7-form textarea {
  height: 100px;
}

.wpcf7-form input[type="email"]:hover,
.wpcf7-form input[type="email"]:focus,
.wpcf7-form input[type="text"]:hover,
.wpcf7-form input[type="text"]:focus,
.wpcf7-form input[type="tel"]:hover,
.wpcf7-form input[type="tel"]:focus,
.wpcf7-form input[type="number"]:hover,
.wpcf7-form input[type="number"]:focus,
.wpcf7-form textarea:hover,
.wpcf7-form textarea:focus {
  color: #383838;
}

.wpcf7-form input[type="checkbox"] {
  width: auto;
  margin-right: 10px;
}

.wpcf7-form input[type="submit"] {
  padding: 8px 25px 6px;
  color: #FFF;
  background: #000;
  font-size: 15px;
  width: auto;
}

.wpcf7-form input[type="submit"]:hover,
.wpcf7-form input[type="submit"]:focus {
  background-color: #303030;
  cursor: pointer;
}

.wpcf7-response-output {
  float: left;
  clear: left;
  margin: 7px 0 20px!important;
  padding: 0!important;
  font-size: 19px;
}

.wpcf7-mail-sent-ok {
  color: #3B9713!important;
  border: none!important;
}

.wpcf7-validation-errors {
  color: #C00000!important;
  border: none!important;
  margin-bottom: 15px!important;
}

.wpcf7-not-valid-tip-no-ajax {
  color: #C00000!important;
  font-size: 15px!important;
  margin-top: -8px;
}


/* WP */

.alignleft {
  float: left;
  margin: 0 30px 30px 0;
}


/* Disqus */

a.dsq-subscribe-email em,
a.dsq-subscribe-rss em {
  text-decoration: none!important;
}

.dsq-avatar a {
  border: none!important;
}

#dsq-content h3 {
  background-color: #000;
  color: #FFF;
  font-size: 16px;
  line-height: 16px;
  margin: 0 0 30px;
  padding: 7px 11px 6px;
  text-transform: lowercase;
  display: inline-block;
}

#dsq-content h3 span {
  font-family: monospace;
}

#dsq-messagesx-toolbar-icon a {
  border: 0!important;
}

span.emoba-em {
  font-family: inherit!important;
}


/* tell a friend plugin */

#TellAFriend_BoxContainer {
  height: auto!important;
  width: auto!important;
  background: #000!important;
  border: none!important;
  padding: 10px!important;
  border-radius: 0!important;
  text-align: left!important;
  top: 50%!important;
  left: 50%!important;
  margin: -140px 0 0 -140px!important;
  position: fixed!important;
}

#TellAFriend_BoxTitle {
  font-size: 18px!important;
  line-height: 25px!important;
}

#TellAFriend_BoxLabel {
  font-size: 13px!important;
  line-height: 14px!important;
  color: white!important;
  padding: 0 0 7px!important;
}

#TellAFriend_BoxContainerHeader {
  background-color: #000!important;
  margin: 0!important;
  padding: 10px 0 0 14px!important;
  font-size: 19px!important;
  line-height: 25px!important;
}

#TellAFriend_BoxClose {
  width: 25px!important;
  height: 25px!important;
}

#TellAFriend_BoxClose a {
  /*background: url('../images/social-sprite-transp3.png') no-repeat 0 -346px!important;*/
  width: 23px!important;
  height: 21px!important;
}

.TellAFriend_TextBox {
  padding: 4px!important;
  margin-bottom: 6px!important;
  width: 240px!important;
}

.TellAFriend_TextArea {
  padding: 4px!important;
  width: 240px!important;
  height: 50px!important
}

.TellAFriend_Button {
  background-color: #3C3C3C!important;
  border: none!important;
  margin: 7px 0 -5px!important;
  padding: 9px 0 7px!important;
  font-size: 16px!important;
  line-height: 16px!important;
  color: white!important;
  text-align: center!important;
  width: 100%!important;
}

.TellAFriend_Button:hover {
  background: #474747!important;
}

#TellAFriend_BoxAlert {
  color: #FF7979!important;
  padding: 0 0 10px!important;
  margin-top: -6px;
  font-size: 13px!important;
  line-height: 13px!important;
}

#TellAFriend_BoxContainerFooter {
  background-color: white!important;
  opacity: .5!important;
  -moz-opacity: .5!important;
  filter: alpha(opacity=50)!important;
}


/* IE BU//SH*T ---------------------------------------------------- */

html.ie8 nav {
  top: -40px;
}

html.ie8 article .name b,
html.ie8 div.chef-name span b {
  display: none;
}

html.ie8 article .pix .overlay {
  display: none;
}


/* THE XTRAS ------------------------------------------------------- */

#wpadminbar {
  opacity: .05;
}

#wpadminbar:hover {
  opacity: 1;
}

a.post-edit-link {
  color: silver!important;
  text-decoration: none;
  border: none!important;
  position: absolute;
  left: -15px;
  top: 5px;
  font-size: 13px;
}

a.post-edit-link:hover {
  color: #000!important;
}

.hidden {
  display: none;
  visibility: hidden;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible {
  visibility: hidden;
}

.clearfix:before,
.clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

@media print {
  a,
  a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  img {
    page-break-inside: avoid;
  }
}


/* MAGNIFICENT POPUP PLUGIN CSS */


/* Magnific Popup CSS */

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #cccccc;
}

.mfp-preloader a:hover {
  color: white;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FF8C8C;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid white;
  margin-left: 31px;
}

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid white;
  margin-left: 39px;
}

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black;
}


/* Main image in popup */

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}


/* The shadow behind the image */

.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444444;
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {
  /**
     * Remove all paddings around the image on small screen
     */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

.mfp-ie7 .mfp-img {
  padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
  padding: 0;
}

.mfp-ie7 .mfp-content {
  padding-top: 44px;
}

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}
