/*
Theme Name: Smells Like Home
Theme URI: 
Description: Custom theme for SLH and 2nd Creative
Author: Joe Blackburn
Version: 2.0
Tags: custom
*/
/* =============================================================================
   Adapted from HTML5 Boilerplate CSS: h5bp.com/css
   ========================================================================== *

/* !Global Styles - - - - - */
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale; }

.sans {
  font-family: "open-sans", Arial, Verdana, sans-serif; }

.prox {
  font-family: "proxima-nova", "open-sans", Arial, Verdana, sans-serif; }

.serif {
  font-family: Times, Georgia, serif; }

.grey {
  color: #666666; }

.dk-grey {
  color: #404041; }

.lt-grey {
  color: #2f2f21; }

.vlt-grey {
  color: #f2f2eb; }

.dk-blue {
  color: #2a3150; }

.green {
  color: #d1d8a0; }

.white {
  color: #fff; }

.orange {
  color: #c16828; }

.border {
  color: #c1c0c0; }

.black {
  color: #000; }

.grey-bg {
  background: #666666; }

.dk-grey-bg {
  background: #404041; }

.lt-grey-bg {
  background: #2f2f21; }

.vlt-grey-bg {
  background: #f2f2eb; }

.dk-blue-bg {
  background: #2a3150; }

.green-bg {
  background: #d1d8a0; }

.white-bg {
  background: #fff; }

.orange-bg {
  background: #c16828; }

.border-bg {
  background: #c1c0c0; }

.italic {
  font-style: italic; }

.normal {
  font-weight: normal; }

.bold {
  font-weight: bold; }

.center {
  text-align: center; }

.upper {
  text-transform: uppercase; }

.lower {
  text-transform: lowercase; }

.space {
  letter-spacing: .05em; }

.xspace {
  letter-spacing: .1em; }

.fleft {
  float: left; }

.fright {
  float: right; }

.plain a, a.plain {
  text-decoration: none; }

a {
  color: #d1d8a0;
  text-decoration: none;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  transition: all .25s ease; }

a:hover {
  color: #2a3150; }

.rel {
  position: relative; }

ul.clean {
  list-style: none;
  margin: 0;
  padding: 0; }

ul.inline {
  display: inline-block; }

ul.inline li {
  display: inline;
  float: left; }

img.full {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto; }

ul.ilb li {
  display: inline-block;
  vertical-align: top; }

/* !Font Size Fuctions - - - - - */
/* !Body - - - - - */
body {
  min-width: 320px;
  font-size: 14px;
  color: #666666;
  font-family: "open-sans", Arial, Verdana, sans-serif;
  line-height: 1.9em;
  background: #f2f2eb;
  overflow-x: hidden; }

#container {
  background: #fff; }

#main {
  padding-bottom: 60px; }

/* !Page Defaults - - - - - */
.inner {
  max-width: 1120px;
  padding: 0 50px;
  margin: 0 auto; }

.inner.skinny {
  max-width: 800px; }

.content-wrap {
  float: left;
  width: 100%; }

.content-col {
  margin-right: 300px;
  /*Set right margin to RightColumnWidth*/
  padding-right: 50px; }

.right-col {
  float: left;
  width: 300px;
  /*Width of right column in pixels*/
  margin-left: -300px;
  /*Set left margin to -(RightColumnWidth) */ }

.pad-top {
  padding-top: 40px; }

h1 {
  font-family: "proxima-nova", "open-sans", Arial, Verdana, sans-serif;
  text-transform: uppercase;
  letter-spacing: .05em;
  font-size: 2.7142857143em;
  line-height: 1.3em;
  margin: 0; }

h2 {
  font-family: "proxima-nova", "open-sans", Arial, Verdana, sans-serif;
  text-transform: uppercase;
  letter-spacing: .05em;
  font-size: 1.5714285714em;
  line-height: 1.3em;
  margin: 0; }

h3,
.section-label {
  font-family: "proxima-nova", "open-sans", Arial, Verdana, sans-serif;
  text-transform: uppercase;
  letter-spacing: .05em;
  font-size: 1.0714285714em;
  line-height: 1.3em;
  margin: 0; }

h4 {
  font-family: "proxima-nova", "open-sans", Arial, Verdana, sans-serif;
  text-transform: uppercase;
  letter-spacing: .05em;
  font-size: 0.8571428571em;
  line-height: 1.3em;
  margin: 0; }

.text h1,
.text h2,
.text h3,
.text h4 {
  margin: 40px 0 10px 0;
  color: #2a3150; }

.section-label {
  color: #d1d8a0;
  display: inline-block;
  border-bottom: 1px solid #d1d8a0;
  padding-bottom: 1px; }

.text h1:first-child,
.text h2:first-child,
.text h3:first-child,
.text h4:first-child {
  margin-top: 0; }

.text h1:last-child,
.text h2:last-child,
.text h3:last-child,
.text h4:last-child {
  margin-bottom: 0; }

.text p {
  margin: 15px 0; }

.text p:first-child {
  margin-top: 0; }

.text p:last-child {
  margin-bottom: 0; }

.text img {
  max-width: 100%;
  width: auto;
  height: auto;
  display: block;
  margin: 5px auto; }

.cover {
  background: url(images/trans.png) no-repeat center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

/* !Header - - - - - */
header {
  border-top: 5px solid #f2f2eb;
  height: 156px;
  padding-top: 25px;
  border-bottom: 1px solid #c1c0c0;
  position: relative; }

header:after {
  content: "";
  width: 70px;
  height: 10px;
  position: absolute;
  bottom: -5px;
  left: 50%;
  margin-left: -35px;
  background: #fff;
  z-index: 1; }

a.logo {
  display: block;
  margin: 0 auto;
  width: 150px;
  position: relative;
  z-index: 100; }

ul.nav {
  font-size: 0.9285714286em;
  line-height: 1.3em;
  position: absolute;
  bottom: 20px;
  z-index: 100; }

ul.left-nav {
  right: 50%;
  margin-right: 150px; }

ul.right-nav {
  left: 50%;
  margin-left: 150px; }

ul.nav a {
  display: block;
  color: #666666; }

ul.nav li {
  margin-left: 70px; }

ul.nav li:first-child {
  margin-left: 0; }

ul.nav a:hover,
ul.nav li#current a {
  color: #2a3150; }

ul.nav li#current a {
  font-weight: bold; }

li.social-nav a {
  margin-left: 10px;
  display: inline-block; }

a.social path {
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  transition: all .25s ease; }

a.social:hover path {
  fill: #666666; }

li.social-nav a:first-child {
  margin-left: 0; }

ul.mobile-nav a {
  display: block;
  padding: 5px 20px;
  color: #666666; }

ul.mobile-nav li {
  display: block; }

ul.mobile-nav li#current a {
  color: #2a3150;
  font-weight: bold; }

ul.mobile-nav li.social-nav {
  padding: 8px 20px 0 20px; }

ul.mobile-nav li.social-nav a {
  padding: 0;
  border: none;
  display: inline-block; }

a.nav-toggle {
  display: none;
  width: 30px;
  height: 40px;
  position: absolute;
  top: 2px;
  right: 20px;
  cursor: pointer;
  overflow: hidden;
  z-index: 100002;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none; }

a.nav-toggle div {
  width: 30px;
  height: 2px;
  background: #666666;
  position: absolute;
  left: 50%;
  margin-left: -15px;
  text-indent: -9999px;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  transition: all .25s ease; }

a.nav-toggle div:nth-child(1) {
  top: 10px; }

a.nav-toggle div:nth-child(2) {
  top: 50%;
  margin-top: -1px; }

a.nav-toggle div:nth-child(3) {
  bottom: 10px; }

a.nav-toggle.active div:nth-child(2) {
  opacity: 0; }

a.nav-toggle.active div:nth-child(1) {
  top: 19px;
  background: #2a3150;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg); }

a.nav-toggle.active div:nth-child(3) {
  bottom: 19px;
  background: #2a3150;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg); }

.nav-wrap {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  z-index: 100001;
  width: 100%;
  height: 100%;
  background: url(images/pattern.svg) repeat-x center bottom -12px #f2f2eb;
  text-align: center;
  padding: 50px 20px;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  transition: all .25s ease; }

.nav-open .nav-wrap {
  visibility: visible;
  opacity: 1; }

html.nav-open,
html.nav-open body {
  overflow: hidden; }

ul.mobile-nav {
  padding-bottom: 50px;
  background: url(images/welcome-cross.svg) no-repeat center bottom; }

html.nav-open a.nav-toggle {
  position: fixed;
  top: 19px; }

li.mobile-search {
  display: block;
  max-width: 200px;
  margin: 15px auto 0 auto; }

li.mobile-search input.search-box {
  background: #fff; }

/* !Connect - - - - - */
ul.gform_fields {
  list-style: none;
  margin: 0;
  padding: 0; }

ul.gform_fields li {
  margin-bottom: 15px; }

input.medium, textarea.medium {
  width: 100%;
  background: #fff;
  border: none;
  padding: 5px 10px;
  height: 40px;
  font-family: "open-sans", Arial, Verdana, sans-serif;
  color: #666666;
  border: 1px solid #c1c0c0;
  border-radius: 0;
  -webkit-appearance: none; }

textarea.medium {
  resize: none;
  height: 200px;
  padding: 10px; }

.gform_footer img {
  display: block;
  margin: 10px auto 0 auto;
  width: 24px;
  height: auto;
  clear: both; }

li.gform_validation_container {
  display: none !important; }

.gfield_label {
  display: block;
  color: #2a3150;
  font-family: "proxima-nova", "open-sans", Arial, Verdana, sans-serif;
  text-transform: uppercase;
  letter-spacing: .05em;
  font-size: 0.7857142857em;
  font-weight: bold; }

ul.gfield_radio label,
ul.gfield_checkbox label {
  margin-left: 6px; }

ul.gfield_radio,
ul.gfield_checkbox {
  list-style: none;
  margin: 0;
  padding: 0; }

ul.gfield_radio li,
ul.gfield_checkbox li {
  margin: 6px 0 0 0; }

::-webkit-input-placeholder {
  opacity: 1;
  color: #666666; }

:-moz-placeholder {
  /* Firefox 18- */
  opacity: 1;
  color: #666666; }

::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 1;
  color: #666666; }

:-ms-input-placeholder {
  opacity: 1;
  color: #666666; }

.validation_error {
  padding-bottom: 20px;
  color: #d1d8a0;
  font-weight: bold;
  font-size: 1.1428571429em;
  line-height: 1.5em; }

.validation_message {
  padding-top: 4px;
  font-size: 0.8571428571em;
  font-style: italic;
  color: #d1d8a0; }

.gform_confirmation_message {
  color: #2a3150;
  font-weight: bold;
  line-height: 1.5em; }

.page-form {
  margin-top: 40px; }

.page-form:first-child {
  margin-top: 0; }

.gform_footer {
  text-align: right;
  position: relative;
  overflow: hidden; }

.gform_footer:after {
  content: "";
  width: 220px;
  position: absolute;
  top: 6px;
  right: 90px;
  height: 24px;
  background: url(images/pattern.svg) repeat-x right center;
  z-index: 10; }

input.gform_button,
#commentform input[type=submit],
button.join {
  background: #d1d8a0;
  color: #2a3150;
  font-family: "proxima-nova", "open-sans", Arial, Verdana, sans-serif;
  text-transform: uppercase;
  letter-spacing: .1em;
  padding: 10px 20px;
  border: none;
  -webkit-appearance: none;
  border-radius: 0;
  font-weight: bold;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  transition: all .25s ease; }

input.gform_button:hover,
#commentform input[type=submit]:hover,
button.join:hover {
  background: #bfc97c; }

/* !Grid - - - - - */
ul.grid li {
  width: 33.33%;
  padding: 0 10px 30px 10px; }

ul.home-grid li {
  width: 50%; }

ul.grid li:nth-child(3n+1) {
  padding: 0 20px 30px 0; }

ul.grid li:nth-child(3n+3) {
  padding: 0 0 30px 20px; }

ul.home-grid li:nth-child(odd) {
  padding: 0 15px 30px 0; }

ul.home-grid li:nth-child(even) {
  padding: 0 0 30px 15px; }

ul.grid a {
  display: block;
  position: relative; }

.grid-title {
  margin-top: 12px;
  font-size: 0.9285714286em;
  line-height: 1.5em; }

.screen {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100; }

.grid-screen {
  background: rgba(42, 49, 80, 0.8);
  color: #fff;
  opacity: 0;
  padding: 20px;
  text-align: center;
  -webkit-transform: translateZ(0);
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  transition: all .25s ease; }

.button {
  font-size: 0.7142857143em;
  line-height: 1.4em;
  padding: 5px 12px;
  border: 1px solid #c1c0c0;
  cursor: pointer;
  border-radius: 0;
  -webkit-appearance: none;
  cursor: pointer;
  font-family: "open-sans", Arial, Verdana, sans-serif;
  text-transform: uppercase;
  letter-spacing: .1em;
  display: inline-block;
  font-weight: bold;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  transition: all .25s ease; }

.button svg {
  margin-left: 5px; }

.grid-screen .button {
  color: #fff;
  border-color: #fff; }

.grid-screen polygon {
  fill: #fff; }

a:hover .grid-screen {
  opacity: 1; }

.touchevents .grid-screen {
  display: none !important; }

.flex-center {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.flex-center .flex-item:nth-child(1) {
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  width: 100% !important; }

.archive-title {
  margin-bottom: 30px; }

/* !Single Post - - - - - */
.flex-left {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.flex-left .flex-item:nth-child(1) {
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  width: 100% !important; }

.post-header {
  height: 250px;
  margin-top: 10px; }

/*.post-header:before, */
.featured-screen:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.2) 0%, transparent 70%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.2) 0%, transparent 70%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(0, 0, 0, 0.2) 0%, transparent 70%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }

.featured-screen:after {
  content: "Featured";
  text-transform: uppercase;
  letter-spacing: .1em;
  font-family: "proxima-nova", "open-sans", Arial, Verdana, sans-serif;
  font-weight: bold;
  color: #fff;
  font-size: 0.7142857143em;
  line-height: 1.3em;
  padding-bottom: 2px;
  border-bottom: 1px solid #fff;
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 1; }

.featured-screen .inner {
  position: relative;
  z-index: 100; }

.post-header-wrap {
  max-width: 700px;
  position: relative;
  z-index: 100; }

.post-header h1 {
  line-height: 1.5em; }

.info-section {
  margin-top: 40px; }

ul.prep-list li {
  margin-right: 40px; }

ul.prep-list li:last-child {
  margin-right: 0; }

ul.step-list {
  padding-left: 70px; }

.step-number {
  position: absolute;
  top: 30px;
  left: -70px;
  font-size: 2.4285714286em;
  line-height: 1em; }

ul.step-list li {
  position: relative;
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px dashed #c1c0c0; }

ul.step-list li:first-child {
  border: none;
  padding: 0;
  margin-top: 15px; }

ul.step-list li:first-child .step-number {
  top: 0; }

.info-section {
  margin-top: 60px; }

.has-steps .zlrecipe-container-border {
  display: none !important; }

h4.info-label {
  font-size: 1.1428571429em;
  display: inline-block;
  border-bottom: 1px solid #c1c0c0;
  margin-bottom: 15px; }

.prep-label {
  font-size: 1.1428571429em;
  font-family: "open-sans", Arial, Verdana, sans-serif; }

.text strong,
.text b {
  color: #404041; }

.source {
  border-top: 1px solid #c1c0c0;
  border-bottom: 1px solid #c1c0c0;
  padding: 10px 0; }

.source strong,
.source b {
  color: #2a3150 !important; }

.post-meta span.prox {
  padding-left: 7px; }

.post-section {
  margin-top: 70px; }

.also-label {
  font-size: 0.8571428571em;
  line-height: 1.3em;
  margin-bottom: 30px; }

h2.recipe-title {
  font-size: 1.8571428571em;
  margin: 50px 0 40px 0; }

.info-section h2.recipe-title {
  margin-bottom: 25px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #c1c0c0; }

/* !Zip List Customization - - - */
.post-content #zlrecipe-container {
  padding: 30px 0 0 0;
  margin-top: 30px; }

p#zlrecipe-ingredients {
  margin-top: 20px !important; }

.single-post .post-content {
  padding-bottom: 30px; }

.post-content #zlrecipe-container .border-bottom, .post-content #zlrecipe-container .b-b {
  border: none; }

.post-content #zlrecipe-title {
  background: url(images/single-line.png) no-repeat center bottom;
  font-family: "open-sans", Arial, Verdana, sans-serif;
  letter-spacing: .1em;
  color: #d1d8a0;
  text-transform: uppercase;
  font-size: 200% !important;
  font-weight: normal !important;
  padding-bottom: 3px !important;
  margin-bottom: 10px;
  padding-right: 175px; }

.post-content a.butn-link {
  background: none !important;
  font-family: "open-sans", Arial, Verdana, sans-serif !important;
  letter-spacing: .1em;
  padding: 0 !important;
  font-size: 140% !important;
  text-transform: uppercase;
  margin-top: 5px !important;
  width: auto !important;
  height: auto !important;
  display: inline-block !important; }

.post-content a.butn-link span {
  display: block !important; }

.post-content .zl-recipe-link a.butn-link {
  margin-right: 20px !important; }

.post-content .zlmeta p {
  margin-bottom: 15px !important; }

.post-content .zlmeta {
  padding-bottom: 15px !important;
  font-size: 100% !important; }

.post-content #zlrecipe-rating .rating {
  background-image: url(images/star-rating.svg); }

.post-content .img-desc-wrap {
  background: #f2f2eb !important; }

.post-content p.h-4.strong {
  font-family: "open-sans", Arial, Verdana, sans-serif !important;
  letter-spacing: .1em;
  color: #d1d8a0 !important;
  text-transform: uppercase;
  letter-spacing: .05em !important;
  font-weight: bold !important;
  margin-top: 30px !important; }

.post-content ul#zlrecipe-ingredients-list li, .post-content ol#zlrecipe-instructions-list li {
  margin-bottom: 5px; }

.post-content ul#zlrecipe-ingredients-list img, .post-content ol#zlrecipe-instructions-list img {
  margin: 20px 0 !important; }

#zlrecipe-notes-list p {
  line-height: 1.6em !important; }

.post-content #zlrecipe-innerdiv {
  padding-bottom: 30px; }

.zl-linkback {
  margin-top: 15px !important; }

/* !Homepage - - - - - */
body ul.grid li.wide-post {
  width: 100%;
  display: block;
  padding: 0 0 30px 0 !important; }

ul.wide-posts {
  border-bottom: 1px solid #c1c0c0;
  margin-bottom: 30px; }

ul.wide-posts li {
  padding-bottom: 30px; }

.big-post-left {
  width: 47.8%; }

.big-post-right {
  width: 52.2%;
  padding-left: 30px; }

a.button.no-border {
  padding: 0;
  border: none; }

a.view-post {
  color: #2a3150;
  margin-top: 20px;
  font-size: 0.8571428571em; }

a.view-post:hover {
  color: #d1d8a0; }

a.view-post polygon {
  fill: #2a3150; }

.button polygon {
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  transition: all .25s ease; }

a.view-post:hover polygon {
  fill: #d1d8a0; }

h2.big-grid-title {
  margin: 0;
  font-size: 1.5714285714em;
  line-height: 1.3em; }

h2.big-grid-title a {
  color: #2a3150; }

h2.big-grid-title a:hover {
  color: #d1d8a0; }

ul.wide-posts .post-meta {
  margin: 5px 0 20px 0; }

.slick-prev,
.slick-next {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  z-index: 1001;
  text-indent: -9999px;
  cursor: pointer;
  border: none; }

.slick-prev {
  background: url(images/white-arrow-left.svg) no-repeat center;
  left: 0; }

.slick-next {
  background: url(images/white-arrow-right.svg) no-repeat center;
  right: 0; }

.featured-wrap {
  padding-bottom: 30px; }

.featured-cycle a {
  display: block; }

.featured-cycle .screen {
  padding: 0 10px; }

.featured-screen h2 {
  font-size: 2em;
  line-height: 1.2em; }

.small-featured {
  font-size: 0.8571428571em;
  line-height: 1.3em;
  margin-bottom: 5px; }

/* !Modular Page - - - - - */
.page-header {
  height: 420px; }

h1.page-headline {
  font-size: 3.5714285714em;
  line-height: 1.1em; }

h1.page-headline i {
  font-family: Times, Georgia, serif;
  color: #d1d8a0;
  text-transform: lowercase;
  padding: 0 5px;
  font-weight: normal; }

h2.page-sub {
  font-weight: normal;
  font-size: 1.4285714286em;
  line-height: 1.3em;
  margin-top: 20px;
  text-transform: none;
  letter-spacing: normal; }

.page-headline-wrap {
  padding-bottom: 60px;
  position: relative; }

.page-headline-wrap:after {
  content: "";
  width: 86px;
  height: 27px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -43px;
  background: url(images/headline-cross.svg) no-repeat center;
  z-index: 100; }

.page-header:before {
  background: rgba(0, 0, 0, 0.2) !important; }

.page-section {
  padding: 70px 0; }

.page-section-label {
  font-size: 0.7142857143em;
  position: relative;
  line-height: 1.3em;
  text-align: center;
  margin-bottom: 40px; }

.page-section-label:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #c1c0c0;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px;
  z-index: 1; }

.page-section-label span {
  padding: 0 15px;
  background: #fff;
  position: relative;
  z-index: 2; }

.page-left {
  width: 21.6%; }

.page-right.fright {
  width: 78.4%;
  padding-left: 60px; }

.left-image {
  max-width: 150px;
  margin: 0 auto 20px auto;
  border-radius: 120%;
  overflow: hidden; }

.left-social {
  max-width: 150px;
  border-top: 1px solid #c1c0c0;
  margin: 0 auto;
  padding-top: 20px; }

.left-social a {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px; }

.left-social a:first-child {
  margin-left: 0; }

.favs-section .page-left {
  text-align: right; }

.left-headline {
  font-size: 2.4285714286em;
  line-height: 1.2em; }

.left-text {
  margin-top: 20px; }

.saying-left {
  width: 29.4%; }

.thumb-gallery .slick-slide {
  width: 50% !important;
  padding: 0 35px 35px 0;
  display: inline-block;
  vertical-align: top; }

.thumb-gallery .slick-slide a {
  display: block;
  border-radius: 120%;
  overflow: hidden;
  cursor: pointer;
  opacity: .5;
  -webkit-transform: translateZ(0);
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  transition: all .25s ease; }

.thumb-gallery .slick-slide.slick-current a {
  opacity: 1; }

.saying-right {
  width: 70.6%;
  padding-left: 25px; }

.says-text {
  font-size: 1.4285714286em;
  line-height: 1.5em; }

.says-name {
  font-size: 1.5em;
  line-height: 1.3em;
  margin-top: 20px; }

.mobile-says-image {
  max-width: 160px;
  margin: 0 auto 30px auto;
  border-radius: 120%;
  overflow: hidden;
  display: none; }

.thumb-gallery .slick-track {
  width: 100% !important; }

.saying-gallery .slick-prev {
  background-image: url(images/dk-blue-arrow-left.svg); }

.saying-gallery .slick-next {
  background-image: url(images/dk-blue-arrow-right.svg); }

ul.slick-dots {
  list-style: none;
  padding: 20px 0 0 0;
  margin: 0;
  width: 100%;
  text-align: center;
  height: 7px; }

ul.slick-dots li {
  margin-left: 4px;
  width: 7px;
  height: 7px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 120%;
  overflow: hidden;
  text-indent: -9999px;
  background: #f2f2eb;
  cursor: pointer;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  transition: all .25s ease; }

ul.slick-dots li:first-child {
  margin-left: 0; }

ul.slick-dots li.slick-current {
  background: #2a3150; }

.faq-left,
.faq-right {
  width: 50%; }

.faq-left {
  padding-right: 30px; }

.faq-right {
  padding-left: 30px; }

.resp-jfit {
  width: 100%;
  margin: 0px; }

.resp-tab-content-active {
  display: block; }

.resp-tab-content-active, .resp-accordion-active {
  display: block;
  opacity: 1; }

ul.resp-tabs-list li,
a.resp-accordion {
  display: block;
  margin-bottom: 8px;
  background: #2a3150;
  color: #fff;
  padding: 15px 20px;
  cursor: pointer;
  position: relative;
  min-height: 56px;
  font-size: 1.0714285714em;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  transition: all .25s ease; }

.resp-tab-content,
a.resp-accordion {
  display: none; }

ul.resp-tabs-list li:before {
  content: "";
  width: 14px;
  height: 56px;
  position: absolute;
  top: 0;
  right: -14px;
  background: url(images/tab-arrow-right.svg) no-repeat -15px center;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  transition: all .25s ease; }

ul.resp-tabs-list li.resp-tab-active:before {
  background-position: 0 center; }

a.resp-accordion:before {
  content: "";
  width: 56px;
  height: 14px;
  position: absolute;
  bottom: -14px;
  left: 50%;
  margin-left: -28px;
  background: url(images/tab-arrow-down.svg) no-repeat center -15px;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  transition: all .25s ease; }

a.resp-accordion.resp-tab-active:before {
  background-position: center 0; }

a.resp-accordion {
  background: #2a3150;
  font-family: "proxima-nova", "open-sans", Arial, Verdana, sans-serif;
  text-transform: uppercase;
  letter-spacing: .05em;
  font-weight: bold;
  min-height: 0;
  padding: 10px 20px; }

a.resp-accordion.resp-tab-active {
  background: #2a3150 !important; }

/* !Sidebar - - - - - */
.sidebar-box,
.promo {
  margin-top: 25px;
  text-align: center; }

.sidebar-box:first-child,
.promo:first-child {
  margin-top: 0; }

.sidebar-box {
  border: 6px solid #f2f2eb;
  padding: 20px 25px; }

.sidebar-title {
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: .05em;
  color: #2a3150;
  font-family: "proxima-nova", "open-sans", Arial, Verdana, sans-serif;
  border-bottom: 1px solid #2a3150;
  padding-bottom: 2px;
  font-size: 0.7857142857em;
  line-height: 1.3em;
  display: inline-block;
  margin: 0 auto; }

ul.side-grid {
  text-align: left; }

ul.side-grid li {
  width: 50%;
  margin-top: 24px; }

ul.side-grid li:nth-child(odd) {
  padding-right: 12px; }

ul.side-grid li:nth-child(even) {
  padding-left: 12px; }

ul.instagram-list li a {
  display: block;
  background: url(images/trans.png) no-repeat center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

ul.cat-list a {
  display: block;
  margin-top: 6px;
  background: #f2f2eb;
  color: #2f2f21;
  padding: 6px 10px; }

ul.cat-list a:hover {
  background: #d1d8a0; }

ul.cat-list li:first-child a {
  margin-top: 0; }

ul.cat-list {
  margin: 15px 0 0 0;
  text-transform: uppercase;
  letter-spacing: .05em;
  font-size: 0.8571428571em;
  line-height: 1.3em;
  font-family: "proxima-nova", "open-sans", Arial, Verdana, sans-serif; }

.divider {
  height: 24px;
  background: url(images/pattern.svg) repeat-x center;
  margin-top: 25px;
  text-indent: -9999px; }

.welcome-text {
  font-size: 0.8571428571em;
  line-height: 1.4em; }

.welcome-title {
  font-size: 1em;
  line-height: 1.2em;
  margin-bottom: 10px;
  padding-bottom: 41px;
  background: url(images/welcome-cross.svg) no-repeat center bottom; }

.welcome-image {
  border: 5px solid #f2f2eb;
  border-radius: 120%;
  overflow: hidden;
  width: 110px;
  margin: 0 auto 20px auto; }

.sidebar-social {
  margin-top: 20px; }

.sidebar-social a {
  margin-left: 10px; }

.sidebar-social a:first-child {
  margin-left: 0; }

input.search-box {
  background: #f2f2eb;
  font-family: Times, Georgia, serif;
  font-style: italic;
  height: 30px;
  padding: 5px 35px 5px 10px;
  font-size: 0.9285714286em;
  border: none;
  -webkit-appearance: none;
  border-radius: 0;
  -moz-appearance: none;
  width: 100%; }

input.search-button {
  background: url(images/search.svg) no-repeat center;
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  cursor: pointer;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
  text-indent: -9999px; }

.welcome-search {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #c1c0c0; }

.cat-search {
  margin: 24px 0; }

.promo-headline {
  font-size: 1.5em;
  line-height: 1.3em; }

.promo-headline i {
  font-size: 90%;
  color: #d1d8a0;
  font-style: italic;
  font-family: Times, Georgia, serif;
  text-transform: none; }

.promo .button {
  color: #fff;
  border-color: #fff;
  margin-top: 5px; }

.promo polygon {
  fill: #fff; }

.promo .screen {
  background: rgba(0, 0, 0, 0.2);
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  transition: all .25s ease; }

.promo a:hover .screen {
  background: rgba(0, 0, 0, 0.35); }

.home-welcome {
  display: none;
  margin-top: 30px;
  padding: 0 30px; }

.single-post .right-col {
  margin-top: -70px;
  position: relative;
  z-index: 10002;
  background: #fff; }

/* !Pagination - - - - - */
.post-nav-wrap {
  padding-right: 350px;
  position: relative; }

.post-nav-wrap:after {
  content: "";
  width: 198px;
  position: absolute;
  top: -12px;
  right: 100%;
  margin-right: -140px;
  height: 24px;
  background: url(images/pattern.svg) repeat-x center;
  z-index: 10;
  display: none; }

.post-nav {
  border-top: 1px solid #c1c0c0;
  padding: 5px 0 0 160px; }

.post-nav span {
  position: relative;
  top: -1px; }

.post-nav a {
  color: #2a3150; }

.post-nav a:hover {
  color: #d1d8a0; }

/* !Footer - - - - - */
footer {
  padding: 20px 0 130px 0;
  text-align: center;
  font-size: 0.7142857143em;
  line-height: 1.6em;
  font-family: "proxima-nova", "open-sans", Arial, Verdana, sans-serif; }

.footer-left,
.footer-right {
  width: 50%; }

.footer-max {
  max-width: 300px;
  margin: 0 auto; }

.footer-left {
  padding-right: 100px; }

.footer-right {
  padding-left: 100px; }

footer .inner {
  min-height: 27px;
  background: url(images/welcome-cross.svg) no-repeat center top; }

footer p {
  margin: 0; }

.footer-right a,
.footer a.dk-blue {
  color: #2a3150;
  font-weight: bold; }

.footer-right a:hover,
.footer a.dk-blue {
  color: #666666; }

.footer-sep {
  padding: 0 6px;
  position: relative;
  top: -1px; }

/* !Comments - - - - - */
h3#reply-title {
  color: #2a3150;
  font-size: 140%;
  margin-top: 30px;
  line-height: normal; }

ul.commentlist {
  border-bottom: 1px dashed #c1c0c0;
  padding-top: 20px; }

ul.commentlist li {
  border-top: 1px dashed #c1c0c0;
  position: relative; }

.comment-wrap {
  padding: 20px 0; }

ul.commentlist ul.children {
  list-style: none;
  margin: 0;
  padding: 0; }

ul.commentlist ul.children li {
  padding-left: 30px; }

.comment-body {
  line-height: 1.5em; }

.comment-meta {
  margin-bottom: 10px;
  padding-left: 55px;
  min-height: 44px; }

.comment-date {
  font-size: 80%; }

.comment .reply {
  margin-top: 10px;
  font-size: 80%;
  line-height: normal; }

.comment .reply a {
  color: #d1d8a0; }

.comment .reply a:hover {
  color: #2a3150; }

.comment-count {
  font-size: 120%; }

.comment-image {
  width: 40px;
  position: absolute;
  top: 25px;
  left: 0; }

body #commentform div.error, body #commentform label.error {
  color: #c16828; }

body #commentform input.error, body #commentform textarea.error {
  border-color: #c16828; }

#comments {
  border: none; }

fieldset {
  border: none !important;
  margin: 0 !important;
  padding: 0 !important; }

.form-row,
p.form-submit {
  margin-top: 15px; }

.form-submit {
  text-align: right; }

/* !New Flag on Posts - - - - - */
a.new-flag {
  display: block; }

a.new-flag:before {
  content: "NEW!";
  line-height: 26px;
  height: 26px;
  overflow: hidden;
  padding: 0 9px;
  text-align: center;
  background: #2a3150;
  color: #d1d8a0 !important;
  font-family: "open-sans", Arial, Verdana, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: .1em;
  font-size: 0.7857142857em;
  position: absolute;
  top: 20px;
  left: -9px;
  z-index: 100; }

a.new-flag:after {
  content: "";
  width: 9px;
  height: 9px;
  background: url(images/tag-shadow.svg) no-repeat center;
  position: absolute;
  top: 46px;
  left: -9px;
  z-index: 99; }

/* !Home Updates - - - - - */
.updates-title {
  font-size: 1em;
  padding-bottom: 6px; }

.updates-title span {
  padding-left: 7px;
  display: inline-block; }

.updates-title span:first-child {
  padding-left: 0; }

li#field_2_1,
li#field_2_2 {
  width: 50%;
  float: left; }

li#field_2_1 {
  padding-right: 5px; }

li#field_2_2 {
  padding-left: 5px; }

.updates-form .gfield_label {
  display: none; }

.updates-form input.medium {
  background: rgba(64, 64, 65, 0.15);
  color: #fff;
  border: none;
  font-family: Times, Georgia, serif;
  color: #fff;
  font-style: italic;
  height: 36px;
  font-size: 1.0714285714em; }

.updates-form ::-webkit-input-placeholder {
  color: #fff;
  opacity: 1; }

.updates-form :-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
  opacity: 1; }

.updates-form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
  opacity: 1; }

.updates-form :-ms-input-placeholder {
  color: #fff;
  opacity: 1; }

.featured-signup {
  padding: 16px 20px; }

ul#gform_fields_2 {
  padding-right: 110px; }

li#field_2_2 .ginput_container {
  position: relative; }

button.join {
  background: #fff;
  color: #2a3150;
  position: absolute;
  top: 0;
  right: -110px;
  width: 100px;
  text-align: center;
  height: 36px;
  font-size: 0.9285714286em;
  padding-left: 0;
  padding-right: 0; }

button.join:hover {
  color: #fff;
  background: #2a3150; }

.updates-form input.gform_button {
  display: none !important; }

ul#gform_fields_2 {
  display: inline-block;
  width: 100%; }

ul#gform_fields_2 li {
  margin: 0; }

.updates-form .gform_footer:before,
.updates-form .gform_footer:after {
  display: none; }

.updates-form .validation_error,
.updates-form .validation_message {
  color: #c16828; }

.updates-form .validation_error {
  font-size: 1em; }

/* !Pin It bubtton - - - - - */
a.pinit-button {
  -webkit-transition: opacity .25s ease;
  -moz-transition: opacity .25s ease;
  transition: opacity .25s ease; }

/* !Post Instagram - - - - - */
.post-instagram {
  border: 6px solid #c1c0c0; }

.post-instagram-top {
  padding: 40px 40px 40px 140px;
  background: url(images/post-instagram.svg) no-repeat 40px center #2a3150;
  font-size: 2.2857142857em;
  line-height: 1.3em;
  width: 60%;
  float: left;
  position: relative;
  z-index: 10;
  color: #d1d8a0;
  text-align: left; }

.post-instagram-text {
  padding: 20px 30px;
  width: 40%;
  float: right;
  position: relative;
  z-index: 10;
  background: #fff;
  text-align: left; }

.post-instagram-text p {
  margin: 0; }

.post-instagram-text strong,
.post-instagram-text b {
  color: #2a3150; }

.post-instagram-wrap:before {
  content: "";
  width: 60%;
  position: absolute;
  top: 0;
  left: 0;
  width: 60%;
  height: 100%;
  background: #2a3150;
  z-index: 1; }

.post-instagram-wrap:after {
  content: "";
  width: 40%;
  position: absolute;
  top: 0;
  right: 0;
  width: 40%;
  height: 100%;
  background: #fff;
  z-index: 1; }

a.post-instagram-link {
  display: block;
  margin-top: 15px;
  font-family: "open-sans", Arial, Verdana, sans-serif;
  text-transform: uppercase;
  color: #2a3150;
  font-weight: bold;
  font-size: 0.7857142857em; }

a.post-instagram-link span,
a.post-instagram-link svg {
  display: inline-block;
  vertical-align: middle; }

a.post-instagram-link:hover {
  color: #d1d8a0; }

a.post-instagram-link svg {
  margin-right: 8px;
  width: 20px;
  height: 20px; }

a.post-instagram-link path {
  fill: #d1d8a0; }

/* !Edits 7/31/17 - - - - - */
.bottom-recipes {
  margin-top: 60px; }

.bottom-recipes h2.big-grid-title {
  margin-bottom: 30px; }

/* !Post Footer - - - - - */
.post-footer {
  margin-top: 40px; }

.share-label,
ul.share-list {
  display: inline-block;
  vertical-align: middle;
  height: 26px;
  line-height: 26px; }

.share-label {
  padding-right: 10px;
  font-size: 1.2857142857em; }

ul.share-list svg {
  display: block; }

ul.share-list a {
  display: block;
  margin-left: 10px; }

ul.share-list path,
ul.share-list polygon {
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  transition: all .25s ease; }

ul.share-list a:hover path,
ul.share-list a:hover polygon {
  fill: #d1d8a0; }

/* !Print View - - - - - */
.print-form {
  display: none; }

body#print {
  color: #000 !important;
  background: none !important;
  padding: 20px !important; }

#print #container {
  width: 100% !important;
  margin: 0 auto !important; }

#print #container {
  border: 1px dashed #000;
  padding: 30px;
  width: 100%;
  max-width: 800px !important; }

#print .print-form {
  display: block;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 20px 0;
  font-size: 80%; }

#print .print-form:first-child {
  padding-top: 0px; }

#print .print-form a {
  display: inline-block;
  margin-right: 10px;
  background: #000;
  color: #fff;
  padding: 0 10px;
  height: 30px;
  line-height: 30px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: .1em;
  cursor: pointer; }

#print .print-form a:hover {
  background: #000; }

#print .prep {
  text-align: left;
  background: none;
  padding: 0;
  font-size: 100%; }

#print .prep-label {
  color: #000; }

#print .info-label {
  border-color: #000;
  color: #000; }

#print .post-content img {
  display: none; }

#print .print-no {
  display: none; }

.print-image {
  max-width: 400px;
  margin: 30px auto 0 auto; }

#print .post-title {
  margin-top: 0; }

#print .post-content a {
  color: #000;
  text-decoration: underline; }

.print-post h1.recipe-title {
  margin: 0 0 30px 0;
  font-size: 2.1428571429em;
  line-height: 1.3em; }

/* - - - Media Queries - - - */
@media only screen and (max-width: 1200px) {
  ul.nav li {
    margin-left: 50px; } }

@media only screen and (max-width: 1080px) {
  /* Style adjustments for viewports that meet the condition */
  .inner {
    padding: 0 30px; }
  .content-col {
    padding-right: 30px; } }

@media only screen and (max-width: 1023px) {
  .post-instagram-wrap:before,
  .post-instagram-wrap:after {
    display: none; }
  ul.left-nav {
    margin-right: 120px; }
  ul.right-nav {
    margin-left: 120px; }
  ul.nav li {
    margin-left: 40px; }
  .big-post-left {
    width: 40%; }
  .big-post-right {
    width: 60%; }
  .post-instagram-top,
  .post-instagram-text {
    width: 100%;
    float: none;
    text-align: center; }
  .post-instagram-top {
    padding: 65px 20px 25px 20px;
    background-position: center 20px;
    font-size: 1.5714285714em;
    background-size: 30px 29px; } }

@media only screen and (max-width: 900px) {
  .grid-screen,
  ul.nav,
  .featured-signup,
  .thumb-gallery,
  .faq-left,
  .text-image-section .page-left,
  .right-col,
  .post-nav-wrap:after,
  header:after {
    display: none; }
  header {
    height: 130px;
    padding: 12px 0 0 0; }
  a.logo {
    width: 120px; }
  .content-wrap {
    float: none; }
  .content-col {
    margin-right: 0;
    padding-right: 0; }
  .right-col {
    width: 100%;
    float: none;
    margin: 50px 0 0 0; }
  .post-header-wrap {
    margin: 0 auto;
    text-align: center; }
  .post-header:before {
    background: rgba(0, 0, 0, 0.1); }
  .post-header {
    height: 250px; }
  a.nav-toggle {
    display: block; }
  .big-post-left {
    width: 38.1%; }
  .big-post-right {
    width: 61.9%; }
  .home-wrap {
    padding: 0 !important; }
  ul.home-grid,
  ul.wide-posts {
    padding-left: 30px;
    padding-right: 30px; }
  ul.wide-posts li:nth-child(2) {
    margin-bottom: 30px;
    border-bottom: 1px solid #c1c0c0; }
  ul.wide-posts {
    border: none;
    margin: 0;
    display: block;
    width: 100%; }
  ul.wide-posts li {
    display: block; }
  .home-pad {
    padding-top: 0; }
  .saying-gallery {
    padding-top: 30px; }
  .saying-gallery .slick-prev {
    left: -50px; }
  .saying-gallery .slick-next {
    right: -50px; }
  .saying-right {
    width: 100%;
    padding: 0 30px;
    text-align: center; }
  .mobile-says-image {
    display: block; }
  .says-text {
    font-size: 1.1428571429em !important; }
  .says-name {
    font-size: 1.2857142857em; }
  .faq-right {
    width: 100%;
    padding-left: 0; }
  a.resp-accordion {
    display: block; }
  .faq-text {
    padding: 15px 0 20px 0; }
  .page-left,
  .page-right {
    width: 100% !important;
    float: none;
    padding: 0 !important; }
  .favs-section .page-left {
    margin-bottom: 30px;
    text-align: center; }
  h1.page-headline {
    font-size: 2.5714285714em; }
  .page-section {
    padding: 45px 0; }
  .left-headline {
    font-size: 2em; }
  .right-col {
    padding: 0 30px; }
  .home-welcome {
    display: block; }
  .post-nav {
    padding: 5px 0 0 0; }
  .post-nav-wrap {
    padding: 0; }
  .home .post-nav-wrap {
    padding: 0 30px; }
  .featured-screen:after {
    width: 60px;
    text-align: center;
    left: 50%;
    margin-left: -30px; } }

@media only screen and (max-width: 768px) {
  /* Style adjustments for viewports that meet the condition */
  h2.page-sub {
    display: none; }
  .inner,
  ul.home-grid,
  .right-col,
  .home-welcome,
  .home .post-nav-wrap {
    padding-left: 25px;
    padding-right: 25px; }
  ul.wide-posts li {
    padding-bottom: 25px; }
  ul.wide-posts li:nth-child(2) {
    margin-bottom: 25px; }
  ul.grid li {
    padding: 0 8px 24px 8px; }
  ul.grid li:nth-child(3n+1) {
    padding: 0 16px 24px 0; }
  ul.grid li:nth-child(3n+3) {
    padding: 0 0 24px 16px; }
  ul.grid li.wide-post {
    padding-bottom: 24px !important; }
  h1 {
    font-size: 2.1428571429em; }
  h2 {
    font-size: 1.4285714286em; }
  .post-header {
    margin-top: 5px; }
  .post-header-wrap h1 {
    line-height: 1.4em; }
  .text {
    font-size: 0.9285714286em;
    line-height: 1.6em; }
  .featured-screen h2 {
    font-size: 1.7142857143em; }
  h1.page-headline {
    font-size: 2em; }
  a.resp-accordion {
    font-size: 0.9285714286em;
    line-height: 1.3em; }
  .home-welcome {
    margin-top: 24px; }
  .footer-left,
  .footer-right {
    width: 100%;
    float: none;
    padding: 0; }
  .footer-left {
    padding-bottom: 40px;
    background: url(images/welcome-cross.svg) no-repeat center bottom;
    margin-bottom: 20px; }
  footer .inner {
    background: none; }
  .footer-max {
    max-width: 400px; }
  ul.prep-list li {
    margin-right: 0;
    margin-bottom: 10px;
    display: block; }
  h2.recipe-title {
    font-size: 1.5714285714em;
    margin-bottom: 20px; }
  ul.step-list {
    padding-left: 0; }
  .step-number {
    position: static;
    font-size: 1.4285714286em;
    margin-bottom: 10px; } }

@media only screen and (max-width: 600px) {
  /* Style adjustments for viewports that meet the condition */
  .big-post-excerpt,
  a.view-post,
  .home-welcome {
    display: none !important; }
  ul.grid li {
    width: 50%; }
  ul.grid li,
  ul.grid li:nth-child(3n+1),
  ul.grid li:nth-child(3n+3) {
    padding: 0 0 24px 0; }
  ul.grid li:nth-child(odd) {
    padding-right: 12px !important; }
  ul.grid li:nth-child(even) {
    padding-left: 12px !important; }
  .big-post-left {
    width: 100%;
    max-width: 640px;
    margin: 0 auto 20px auto;
    float: none; }
  .big-post-right {
    width: 100%;
    float: none;
    padding-left: 0; }
  ul.home-grid li {
    width: 100%;
    padding: 0 0 30px 0 !important; } }

@media only screen and (max-width: 480px) {
  /* Style adjustments for viewports that meet the condition */
  .featured-image {
    height: 322px;
    overflow: hidden; }
  .featured-image img {
    width: 480px;
    height: 322px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -240px; } }

@media only screen and (max-height: 480px) {
  html.nav-open,
  html.nav-open body {
    min-height: 480px;
    height: 480px; }
  html.nav-open #container {
    height: 480px;
    overflow: hidden; }
  .nav-wrap {
    height: 480px;
    position: absolute; }
  a.nav-toggle {
    position: absolute;
    top: 2px; } }

@media only screen and (max-width: 400px) {
  /* Style adjustments for viewports that meet the condition */ }

@media only screen and (max-width: 320px) {
  /* Style adjustments for viewports that meet the condition */ }

/* - - - Non-Semantic Helper Classes - - - */
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  *line-height: 0; }

.ir br {
  display: none; }

.hidden {
  display: none !important;
  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: "";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

/* - - - Print Styles - - - */
@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important; }
  /* Black prints faster: h5bp.com/s */
  a, a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: ""; }
  /* Don't show links for images, or javascript/internal links */
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  /* h5bp.com/t */
  tr, img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }
  h2, h3 {
    page-break-after: avoid; }
  .print-no {
    display: none; } }
