/*
Theme Name: Annie V3
Theme URI: 
Description: Custom theme for Annie and 2nd Creative
Author: Joe Blackburn
Version: 3.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; }

.archer {
  font-family: "Archer A", "Archer B", Georgia, Times, serif; }

.archerss {
  font-family: "Archer SSm A", "Archer SSm B", "Archer A", "Archer B", Georgia, Times, serif; }

.sans {
  font-family: "Gotham SSm A", "Gotham SSm B", "Gotham A", "Gotham B", Arial, Verdana, sans-serif; }

.bigsans {
  font-family: "Gotham A", "Gotham B", Arial, Verdana, sans-serif; }

.cond {
  font-family: "Gotham Cond SSm A", "Gotham Cond SSm B", "Gotham SSm A", "Gotham SSm B", "Gotham A", "Gotham B", Arial, Verdana, sans-serif;
  font-weight: 600 !important; }

.mid-grey {
  color: #848484; }

.grey {
  color: #48484A; }

.lt-grey {
  color: #babcbe; }

.vlt-grey {
  color: #f5f5f6; }

.pink {
  color: #dc509c; }

.dk-pink {
  color: #69234c; }

.vdk-pink {
  color: #4c183a; }

.blue {
  color: #62c9e4; }

.yellow {
  color: #efdd3c; }

.white {
  color: #fff; }

.mid-grey-bg {
  background: #848484; }

.grey-bg {
  background: #48484A; }

.lt-grey-bg {
  background: #babcbe; }

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

.pink-bg {
  background: #dc509c; }

.dk-pink-bg {
  background: #69234c; }

.vdk-pink-bg {
  background: #4c183a; }

.blue-bg {
  background: #62c9e4; }

.yellow-bg {
  background: #efdd3c; }

.white-bg {
  background: #fff; }

.italic {
  font-style: italic; }

.normal {
  font-weight: normal; }

.bold {
  font-weight: bold; }

.semi {
  font-weight: 700; }

.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: #dc509c;
  text-decoration: none;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  transition: all .25s ease; }

a:hover {
  color: #69234c; }

.rel {
  position: relative; }

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

ul.inline {
  display: inline-block; }

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

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

img.full {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 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; }

/* !Font Size Fuctions - - - - - */
/* !Body - - - - - */
body {
  min-width: 320px;
  font-size: 13px;
  color: #848484;
  line-height: 1.8em;
  font-family: "Gotham SSm A", "Gotham SSm B", "Gotham A", "Gotham B", Arial, Verdana, sans-serif;
  background: #4c183a; }

#container {
  background: #fff; }

.inner {
  max-width: 1020px;
  padding: 0 25px;
  display: block;
  margin: 0 auto; }

.inner.max {
  max-width: 1150px; }

.sitemax {
  max-width: 1200px;
  margin: 0 auto; }

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

.inner.mid {
  max-width: 850px; }

.header-pad {
  padding: 0 25px; }

/* !Header - - - - - */
header {
  height: 106px;
  background: #fff; }

.header-wrap {
  border-bottom: 1px solid #48484A;
  padding: 33px 0; }

a.logo {
  width: 40px;
  height: 40px;
  background: url(images/a-logo-grey.svg) no-repeat center;
  display: block;
  text-indent: -9999px;
  position: relative; }

.page-template-homepage a.logo:after {
  content: "";
  width: 142px;
  height: 19px;
  position: absolute;
  top: 50%;
  margin-top: -9px;
  left: 40px;
  padding-left: 16px;
  z-index: 100;
  background: url(images/annie-type-grey.svg) no-repeat right center;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  transition: all .25s ease; }

.nav-open a.logo:after {
  opacity: 0; }

.page-template-homepage header.has-image a.logo:after {
  background-image: url(images/annie-type-white.svg); }

header.has-image a.logo {
  background-image: url(images/a-logo-white.svg); }

header.has-image .header-wrap {
  border-color: #fff; }

header.has-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1001;
  background: none; }

header.has-image.on-white a.logo {
  background-image: url(images/a-logo-grey.svg); }

header.has-image.on-white {
  background: #fff; }

header.has-image.on-white .header-wrap {
  border-color: #48484A; }

header.bar-header .header-wrap {
  border: none; }

/* !Single Recipe Post - - - - - */
.left-col-wrap {
  float: left;
  width: 100%; }

.left-col {
  margin-right: 350px;
  /*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) */ }

.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; }

.flex-wrap {
  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-wrap .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; }

.flex-right {
  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-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.flex-right .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%; }

.flex-bottom {
  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: flex-end;
  -ms-flex-align: end;
  align-items: flex-end; }

.flex-bottom .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%; }

.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%; }

.post-header {
  padding: 150px 0 50px 0;
  overflow: hidden;
  height: 680px; }

.post-cat {
  font-size: 0.8461538462em;
  line-height: 1.3em;
  margin-bottom: 30px; }

h1,
h2,
h3,
h4 {
  margin: 0;
  font-weight: normal;
  line-height: 1.4em; }

h1.post-title {
  font-size: 5.3846153846em;
  line-height: 1.1em;
  max-width: 740px;
  padding-right: 50px; }

.simple-header.center h1.post-title {
  margin-left: auto;
  margin-right: auto; }

a.comments-number {
  width: 30px;
  height: 33px;
  position: absolute;
  top: 0;
  right: 25px;
  background: url(images/comment-bubble.svg) no-repeat center;
  color: #fff;
  font-size: 0.8461538462em;
  line-height: 28px;
  text-align: center;
  font-weight: bold; }

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

.page-section:last-child {
  padding-bottom: 70px; }

.text h1,
.text h2,
.text h3,
.text h4 {
  font-weight: bold;
  color: #48484A;
  margin: 40px 0 10px 0; }

.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: 620px;
  width: 100%;
  height: 100%;
  display: block;
  margin: 15px auto; }

.text-image-section .text img {
  max-width: 100%; }

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

h4.small-label {
  font-weight: bold;
  font-size: 0.7692307692em;
  padding-bottom: 5px;
  border-bottom: 3px solid #48484A; }

.recipe-section {
  margin-top: 50px; }

.recipe-section:first-child {
  margin-top: 0; }

.ingredient-text i,
.ingredient-text em {
  font-family: "Archer A", "Archer B", Georgia, Times, serif;
  font-weight: bold;
  font-size: 1.1538461538em;
  line-height: 1.4em; }

.ingredient-text {
  margin-top: 30px; }

.ingredient-text ul {
  font-weight: bold;
  color: #48484A;
  list-style: none;
  padding: 0;
  margin: 0 0 30px 0; }

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

.ingredient-text li {
  margin-top: 5px; }

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

ul.steps li {
  padding: 30px 0 30px 50px;
  position: relative;
  border-top: 1px dashed #babcbe; }

ul.steps li:first-child {
  border: none; }

.step-number {
  font-size: 1.6923076923em;
  position: absolute;
  top: 30px;
  left: 0;
  line-height: 1.3em; }

a.before-arrow,
input.gform_button,
a.right-arrow,
a.left-arrow {
  font-family: "Archer SSm A", "Archer SSm B", "Archer A", "Archer B", Georgia, Times, serif;
  font-size: 1.1538461538em;
  font-weight: 600;
  color: #848484;
  padding-left: 16px;
  background: url(images/blue-arrow-right.svg) no-repeat left center; }

a.right-arrow {
  padding-left: 0;
  padding-right: 16px;
  background-position: right center; }

a.before-arrow:hover,
input.gform_button:hover,
a.right-arrow:hover,
a.left-arrow:hover {
  color: #62c9e4; }

a.before-arrow.pink,
a.right-arrow.pink {
  background-image: url(images/pink-arrow-right.svg); }

a.before-arrow.pink:hover,
a.right-arrow.pink:hover,
a.left-arrow:hover {
  color: #dc509c; }

a.left-arrow.pink {
  background-image: url(images/pink-arrow-left.svg); }

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

ul.steps ul li {
  padding: 0;
  margin: 10px 0 0 0;
  border: none; }

ul.steps ul li:first-child {
  margin-top: 0; }

.source-link {
  margin-top: 20px; }

/* !Sidebar - - - - - */
.sidebar-section {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #babcbe; }

.sidebar-section:first-child {
  margin-top: 0;
  padding-top: 0;
  border: none; }

.annie-image {
  border: 5px solid #f5f5f6;
  border-radius: 120%;
  width: 38.7%;
  overflow: hidden; }

.annie-info {
  width: 61.3%;
  padding-left: 25px; }

.annie-title {
  font-size: 1.2307692308em;
  line-height: 1.3em;
  margin-bottom: 8px; }

.annie-text {
  font-size: 0.8461538462em;
  line-height: 1.5em; }

/* !Contact - - - - - */
h1.headline {
  color: #48484A;
  font-size: 3.6923076923em;
  line-height: 1.3em;
  margin: 0 0 20px 0;
  font-weight: 700;
  font-family: "Archer A", "Archer B", Georgia, Times, serif; }

a.button,
div.button {
  font-size: 1.0769230769em;
  line-height: normal;
  padding: 8px 15px;
  border: 1px solid #48484A;
  color: #48484A;
  display: inline-block;
  background: none;
  cursor: pointer;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-family: "Gotham SSm A", "Gotham SSm B", "Gotham A", "Gotham B", Arial, Verdana, sans-serif;
  text-transform: uppercase;
  letter-spacing: .05em;
  font-weight: bold;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  transition: all .25s ease; }

a.button:hover {
  border-color: #dc509c;
  color: #dc509c; }

a.button.yellow,
div.button.yellow {
  border-color: #efdd3c;
  color: #efdd3c; }

a.button.blue,
div.button.blue {
  border-color: #62c9e4;
  color: #62c9e4; }

a.button.pink,
div.button.pink {
  border-color: #dc509c;
  color: #dc509c; }

a.button.yellow:hover,
a.button.blue:hover,
a.button.pink:hover {
  border-color: #48484A;
  color: #48484A; }

div.button {
  cursor: auto; }

.contact-button {
  margin-top: 15px; }

.contact-social {
  margin-top: 30px; }

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

#main.clear-top {
  padding-top: 1px; }

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

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

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

a.social:hover path {
  fill: #62c9e4; }

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

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

input.medium,
textarea.medium,
input.search-box {
  width: 100%;
  background: #f5f5f6;
  border: none;
  padding: 5px 10px;
  height: 36px;
  font-family: "Gotham SSm A", "Gotham SSm B", "Gotham A", "Gotham B", Arial, Verdana, sans-serif;
  color: #48484A;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0; }

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: none; }

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

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

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

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

.validation_error {
  padding-bottom: 20px;
  color: #69234c;
  font-weight: bold; }

.validation_message {
  padding-top: 3px;
  color: #69234c;
  font-style: italic;
  font-size: 0.9230769231em;
  line-height: 1.3em; }

.gform_confirmation_message {
  color: #62c9e4; }

input.gform_button {
  padding: 8px 8px 8px 18px;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  font-size: 1.5384615385em;
  line-height: 1.3em;
  font-weight: 600;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  transition: all .25s ease; }

.gform_footer {
  text-align: center; }

/* !About - - - - - */
h2.centered-label {
  font-weight: bold;
  color: #dc509c;
  text-transform: uppercase;
  letter-spacing: .05em;
  margin: 5px 0 20px 0;
  display: block;
  font-size: 1.1538461538em;
  line-height: 1.4em; }

h2.center-label:first-child {
  margin-top: 0; }

h2.centered-label:last-child {
  margin-bottom: 0; }

.about-box {
  padding: 70px 0;
  position: relative; }

.about-box:before {
  content: "";
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 50%;
  margin: -20px 0 0 -20px;
  background: url(images/circle-arrow.svg) no-repeat center;
  z-index: 100; }

h3.about-sub {
  font-size: 1.1538461538em;
  margin-bottom: 30px; }

.about-box-info a.before-arrow {
  margin-top: 30px;
  display: block; }

.about-box-image,
.about-box-info {
  width: 50%;
  float: left; }

.about-box-info {
  padding: 50px; }

.about-box:nth-child(odd),
.about-box:nth-child(even) .about-box-wrap {
  background: #f5f5f6; }

.about-box:nth-child(even) .about-box-image,
.about-box:nth-child(even) .about-box-info {
  float: right; }

.mobile-about-image {
  display: none; }

.about-caption {
  position: absolute;
  left: 50px;
  top: 20%;
  width: 150px;
  font-size: 0.9230769231em;
  line-height: 1.4em; }

.about-caption:before {
  content: "";
  width: 2000px;
  height: 2px;
  position: absolute;
  top: 6px;
  right: 100%;
  margin-right: 15px;
  background: #48484A;
  z-index: 1; }

.about-caption.white:before {
  background: #fff; }

.intro-image {
  overflow: hidden; }

/* !Related - - - - - */
.related-label {
  font-size: 1.6923076923em;
  line-height: 1.3em;
  margin-bottom: 80px;
  position: relative; }

.related-label:after {
  content: "";
  width: 16px;
  height: 20px;
  position: absolute;
  bottom: -40px;
  left: 50%;
  margin-left: -8px;
  background: url(images/lt-grey-arrow-down.svg) no-repeat; }

ul.related-list {
  max-width: 804px;
  margin: 0 auto; }

ul.related-list li {
  width: 33.33%; }

ul.related-list a {
  display: block;
  padding: 30px;
  background: #f5f5f6;
  min-height: 268px; }

ul.related-list li:nth-child(even) a {
  background: #EAEBEC; }

.small-related-label {
  font-size: 0.8461538462em;
  line-height: 1.3em;
  color: #dc509c;
  font-weight: bold;
  margin-bottom: 15px; }

.small-related-label .upper {
  color: #69234c; }

.related-sep {
  padding: 0 5px; }

.related-title {
  font-size: 1.8461538462em;
  line-height: 1.3em;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  transition: all .25s ease; }

a:hover .related-title {
  color: #dc509c; }

/* !Modular - - - - - */
.dropcap {
  margin: 0 10px 10px 0; }

h1.post-title {
  font-family: "Archer A", "Archer B", Georgia, Times, serif;
  font-weight: bold;
  line-height: 1em; }

.complex-wrap {
  padding: 100px 0; }

.complex-text {
  padding: 0 0 0 120px;
  margin-top: 70px;
  position: relative;
  font-size: 1.4615384615em;
  line-height: 1.6em;
  font-family: "Gotham A", "Gotham B", Arial, Verdana, sans-serif; }

.complex-wrap h1.post-title {
  padding-left: 60px;
  max-width: none; }

.complex-text:before {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 60px;
  background: rgba(255, 255, 255, 0.4);
  z-index: 1; }

.complex-tag {
  width: 150px;
  position: absolute;
  top: 14px;
  right: 100%;
  margin-right: -12px;
  z-index: 10;
  text-align: center; }

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

.complex-header-image h1.post-title {
  margin-bottom: -46px; }

.color-header {
  padding: 200px 0 140px 0; }

.complex-header-image .screen {
  padding-top: 160px; }

h1.color-title {
  font-weight: bold;
  font-size: 6.3076923077em;
  line-height: 1.2em;
  margin-bottom: 30px; }

h2.color-subhead {
  font-size: 1.2307692308em;
  line-height: 1.4em;
  margin-bottom: 70px;
  position: relative; }

h2.color-subhead:after {
  content: "";
  width: 50px;
  height: 2px;
  background: #fff;
  position: absolute;
  bottom: -35px;
  left: 50%;
  margin: 0 0 0 -25px;
  z-index: 1; }

.color-header-text {
  font-size: 1.3846153846em;
  line-height: 1.4em; }

.color-header-tag {
  margin-top: 60px; }

h1.screen-title {
  font-size: 7.3846153846em;
  line-height: 1.2em;
  font-weight: 700;
  font-family: "Archer A", "Archer B", Georgia, Times, serif; }

.simple-header {
  padding: 200px 0 80px 0; }

.simple-header .post-tag {
  margin-top: 60px; }

.media-item {
  max-width: 910px;
  width: 100%;
  margin: 25px 0; }

.align-left .media-item {
  float: left; }

.align-right .media-item {
  float: right; }

.media-caption {
  font-size: 0.8461538462em;
  line-height: 1.6em;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 10px 20px;
  text-align: left;
  z-index: 1; }

ul.col-list {
  position: relative;
  padding-bottom: 20px; }

ul.three-col-list:before,
ul.three-col-list:after,
ul.two-col-list:before {
  content: "";
  width: 1px;
  height: 100%;
  background: #babcbe;
  position: absolute;
  top: 0;
  left: 33.33%; }

ul.three-col-list:after {
  left: 66.66%; }

ul.col-list li {
  margin-top: 30px; }

ul.three-col-list li {
  width: 33.33%;
  padding: 0 30px; }

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

ul.three-col-list li:nth-child(3n+3) {
  padding: 0 0 0 30px; }

.col-list-label {
  font-weight: bold;
  font-size: 0.6153846154em;
  line-height: 1.3em;
  margin-bottom: 3px; }

.col-text {
  font-size: 1.3076923077em;
  line-height: 1.4em; }

.col-text a {
  display: inline-block;
  color: #48484A; }

.col-text a:hover {
  color: #62c9e4; }

a.arrow-link {
  padding-right: 30px;
  background: url(images/large-blue-arrow-right.svg) no-repeat right 4px; }

ul.two-col-list li {
  width: 50%; }

ul.two-col-list li:nth-child(odd) {
  padding: 0 30px 0 0; }

ul.two-col-list li:nth-child(even) {
  padding: 0 0 0 30px; }

ul.two-col-list:before {
  left: 50%; }

.box-pad {
  padding: 70px 0; }

h3.big-label {
  font-weight: 700;
  font-size: 2.6153846154em;
  margin-bottom: 80px;
  position: relative;
  line-height: 1.2em;
  font-family: "Archer A", "Archer B", Georgia, Times, serif;
  text-align: center; }

h3.big-label:after {
  content: "";
  width: 50px;
  height: 2px;
  background: #EAEBEC;
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin: 0 0 0 -25px;
  z-index: 1; }

ul.linked-list a {
  display: block;
  text-align: left; }

ul.linked-list li {
  width: 33.33%;
  background: #fff;
  position: relative; }

ul.linked-list li:before {
  content: "";
  width: 1px;
  height: 100%;
  background: #f5f5f6;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1; }

ul.linked-list li:nth-child(3n+1):before {
  display: none; }

.box-title {
  padding: 20px;
  font-size: 1.2307692308em;
  line-height: 1.3em;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  transition: all .25s ease; }

ul.linked-list a:hover .box-title {
  color: #62c9e4; }

.box-title span {
  color: #62c9e4;
  font-family: "Gotham SSm A", "Gotham SSm B", "Gotham A", "Gotham B", Arial, Verdana, sans-serif;
  padding-right: 10px;
  font-size: 70%; }

.gallery-wrap {
  overflow: hidden;
  text-align: center; }

.page-gallery {
  width: 240%;
  margin-left: -70%; }

.page-gallery .slick-slide {
  padding: 0 2px; }

.slick-prev, .slick-next {
  width: 40px;
  height: 20px;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  text-indent: -9999px;
  z-index: 100; }

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

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

.caption-text {
  padding-top: 40px;
  font-size: 2em;
  line-height: 1.4em;
  font-family: "Gotham A", "Gotham B", Arial, Verdana, sans-serif; }

.small-caption-text {
  font-size: 0.8461538462em;
  line-height: 1.4em;
  text-transform: uppercase;
  letter-spacing: .05em;
  font-family: "Gotham SSm A", "Gotham SSm B", "Gotham A", "Gotham B", Arial, Verdana, sans-serif;
  display: block;
  margin-top: 15px; }

.slide-count {
  position: absolute;
  top: 9%;
  left: 13%;
  z-index: 100;
  font-size: 2.1538461538em;
  line-height: 1.3em;
  font-weight: bold;
  font-family: "Gotham A", "Gotham B", Arial, Verdana, sans-serif;
  color: #fff; }

.slide-count:before {
  content: "";
  width: 600px;
  height: 1px;
  position: absolute;
  top: -3px;
  right: 0;
  background: #fff; }

ul.big-steps li {
  padding-left: 130px;
  position: relative; }

.big-step-wrap {
  padding: 40px 0;
  border-top: 1px dashed #babcbe; }

ul.big-steps li:first-child .big-step-wrap {
  border: none; }

.big-step-number {
  font-size: 7.6923076923em;
  line-height: 1.1em;
  padding-bottom: 3px;
  position: absolute;
  top: 46px;
  left: -70px;
  border-top: 3px solid #48484A;
  border-bottom: 1px solid #48484A;
  z-index: 1; }

.big-step-title {
  font-size: 2.1538461538em;
  line-height: 1.3em;
  margin-bottom: 15px;
  font-weight: 700; }

.loving-cycle {
  padding: 0 30px; }

.loving-cycle .slick-prev {
  background-image: url(images/slide-arrow-left.svg);
  left: -30px; }

.loving-cycle .slick-next {
  background-image: url(images/slide-arrow-right.svg);
  right: -30px; }

.loving-caption-cycle {
  padding: 40px 30px 0 30px; }

.loving-title {
  font-size: 1.2307692308em;
  line-height: 1.3em;
  padding-bottom: 15px; }

.loving-sep {
  padding: 0 10px; }

.loving-text {
  font-size: 1em;
  line-height: 1.7em; }

a.loving-list-toggle,
a.loving-cycle-toggle {
  margin: 40px 0 0 30px;
  display: inline-block; }

.loving-count {
  position: absolute;
  top: 38px;
  right: 100%;
  margin-right: 5px;
  text-align: right; }

.count-sep {
  padding: 0 5px; }

ul.loving-list {
  max-width: 910px;
  margin: 0 auto; }

ul.loving-list .loving-image {
  margin-bottom: 25px; }

.loving-list-wrap {
  display: none; }

a.question {
  font-weight: bold;
  display: block;
  margin-top: 40px;
  font-size: 1.3846153846em;
  line-height: 1.4em;
  cursor: pointer;
  padding-left: 36px;
  min-height: 26px;
  background: url(images/plus.svg) no-repeat left top;
  color: #48484A; }

a.question.ui-state-active {
  background-image: url(images/minus.svg);
  color: #48484A; }

.answer {
  padding: 20px 0; }

.half-image {
  display: inline-block;
  width: 50%; }

.double-gallery-image {
  position: relative; }

.double-gallery-image:after {
  content: "";
  width: 4px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -2px;
  z-index: 10;
  background: #fff; }

.third-image {
  display: inline-block;
  width: 33.33%; }

.triple-gallery-image {
  position: relative; }

.triple-gallery-image:before {
  content: "";
  width: 4px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 33.33%;
  margin-left: -2px;
  z-index: 10;
  background: #fff; }

.triple-gallery-image:after {
  content: "";
  width: 4px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 66.66%;
  margin-left: -2px;
  z-index: 10;
  background: #fff; }

/* !Post Grid - - - - - */
.grid-wrap {
  width: 100%; }

.grid-item, .grid-sizer {
  width: 25%; }

.grid-item a {
  display: block;
  padding: 0 10px;
  margin-bottom: 20px; }

.grid-item {
  float: left;
  overflow: hidden; }

.grid-item a:hover .box-title {
  color: #62c9e4; }

.grid-item .box-title {
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  transition: all .25s ease; }

.post-grid-wrap .inner {
  padding-left: 15px;
  padding-right: 15px; }

/* !Homepage - - - - - */
.home-left {
  width: 58.6%;
  padding-right: 25px; }

.home-right {
  width: 41.4%;
  padding-left: 25px; }

.home-intro-image {
  margin-bottom: 30px; }

h2.centered-label {
  font-size: 0.7692307692em;
  line-height: 1.3em;
  display: inline-block;
  margin: 0 auto 30px auto;
  border-bottom: 1px solid #dc509c; }

.home-intro {
  padding-bottom: 70px; }

.loving-tabs {
  padding: 30px;
  text-align: center; }

.home-wrap:after {
  content: "";
  width: 1px;
  height: 100%;
  background: #babcbe;
  position: absolute;
  top: 0;
  left: 58.6%;
  z-index: 1; }

ul.home-posts .post-list-image {
  margin-bottom: 15px; }

.home-post-label {
  font-size: 0.7692307692em;
  line-height: 1.3em;
  margin-bottom: 10px; }

.home-post-title {
  font-size: 1.3846153846em;
  line-height: 1.4em;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  transition: all .25s ease; }

a:hover .home-post-title {
  color: #62c9e4; }

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

ul.home-posts li.home-post1 {
  float: left;
  padding-right: 12px;
  padding-bottom: 25px; }

ul.home-posts li.home-post2 {
  float: right;
  padding-left: 12px;
  padding-bottom: 25px; }

ul.home-posts li.home-post3 {
  float: left;
  clear: left;
  padding-right: 12px;
  padding-top: 25px;
  border-top: 1px solid #babcbe; }

ul.home-posts li.home-post4 {
  float: right;
  clear: right;
  padding-left: 12px;
  padding-top: 25px;
  border-top: 1px solid #babcbe; }

.home-align {
  max-width: 650px; }

.flex-right .home-align {
  float: right; }

.flex-left .home-align {
  float: left; }

.flex-center .home-align {
  margin-left: auto;
  margin-right: auto;
  text-align: center; }

.home-sub {
  font-size: 1.2307692308em;
  line-height: 1.4em;
  margin: 30px 0 0 0; }

.home-header h1.post-title a:hover {
  color: rgba(255, 255, 255, 0.7); }

.home-screen-title {
  font-size: 1.9230769231em;
  line-height: 1.4em;
  color: #fff; }

.home-screen-cta {
  font-size: 1em;
  line-height: 1.4em;
  margin-top: 20px;
  color: #fff; }

.home-images-cycle a {
  display: block; }

ul.slick-dots {
  position: absolute;
  bottom: 25px;
  width: 100%;
  text-align: center;
  height: 7px;
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 100; }

ul.slick-dots li {
  width: 7px;
  height: 7px;
  border-radius: 120%;
  background: rgba(255, 255, 255, 0.5);
  overflow: hidden;
  text-indent: -9999px;
  display: inline-block;
  padding: 0;
  margin: 0 0 0 7px;
  -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-active {
  background: #fff; }

.home-image-tag {
  position: absolute;
  top: 10%;
  right: 0;
  background: #fff;
  padding: 5px 7px;
  font-size: 0.7692307692em;
  line-height: 1.3em; }

.home-image-tag .pink {
  padding-right: 5px;
  display: inline-block; }

.lined-label {
  position: relative;
  font-size: 0.7692307692em;
  line-height: 1.3em;
  margin: 10px 0; }

.lined-label:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #babcbe;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1; }

.lined-label span {
  padding: 0 10px;
  background: #fff;
  position: relative;
  z-index: 2; }

.loving-tabs {
  padding: 50px 0;
  border-top: 1px solid #dbdbda; }

.home-loving-left {
  width: 50%;
  padding-right: 40px;
  text-align: left; }

.home-loving-right {
  width: 50%;
  padding-left: 40px;
  text-align: left; }

.home-loving-left .text {
  margin: 30px 0; }

.home-loving-right .loving-caption-cycle {
  border-top: 1px solid #dbdbda;
  padding: 20px 75px 0 0; }

.home-loving-right .loving-count {
  right: 0;
  margin-right: 0;
  top: 20px;
  position: absolute;
  padding: 0; }

/* !Navigation - - - - - */
.nav-wrap {
  position: fixed;
  top: -101%;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100001;
  overflow: hidden;
  -webkit-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
  /* easeInOutQuart */
  -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1); }

.nav-wrap .clearfix {
  height: 100%; }

.nav-open .nav-wrap {
  height: 100%;
  top: 0; }

.nav-wrap a {
  color: #48484A; }

.main-nav-col {
  width: 25%;
  background: #efdd3c;
  float: left;
  padding: 160px 35px 35px 25px;
  height: 100%;
  position: relative;
  -webkit-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
  /* easeInOutQuart */
  -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1); }

.nav-col {
  width: 18.75%;
  position: relative;
  float: left;
  background: #efdd3c;
  padding: 160px 25px 25px 25px;
  height: 100%;
  position: relative;
  -webkit-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
  /* easeInOutQuart */
  -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1); }

.nav1 {
  margin-top: -350px;
  -webkit-transition-delay: .15s;
  -moz-transition-delay: .15s;
  -o-transition-delay: .15s;
  transition-delay: .15s; }

.nav2 {
  margin-top: -260px;
  -webkit-transition-delay: .05s;
  -moz-transition-delay: .05s;
  -o-transition-delay: .05s;
  transition-delay: .05s; }

.nav3 {
  margin-top: -50px; }

.nav4 {
  margin-top: -150px;
  -webkit-transition-delay: .1s;
  -moz-transition-delay: .1s;
  -o-transition-delay: .1s;
  transition-delay: .1s; }

.nav5 {
  margin-top: -350px;
  -webkit-transition-delay: .2s;
  -moz-transition-delay: .2s;
  -o-transition-delay: .2s;
  transition-delay: .2s; }

.nav-open .main-nav-col,
.nav-open .nav-col {
  margin-top: 0; }

.nav-col:before {
  content: "";
  width: 2px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: rgba(255, 255, 255, 0.5); }

header {
  z-index: 100002 !important;
  position: relative;
  -webkit-transition: background 1s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: background 1s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: background 1s cubic-bezier(0.77, 0, 0.175, 1);
  transition: background 1s cubic-bezier(0.77, 0, 0.175, 1);
  /* easeInOutQuart */
  -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1); }

.nav-open {
  background: #fff; }

.header-wrap {
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  transition: all .25s ease; }

.nav-open .header-wrap {
  border-color: transparent !important; }

.nav-open header {
  position: fixed !important;
  width: 100%;
  top: 0;
  left: 0;
  background: none !important; }

a.nav-toggle {
  width: 26px;
  height: 40px;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  right: 0px;
  cursor: pointer;
  overflow: hidden;
  z-index: 100003; }

a.nav-toggle div {
  width: 26px;
  height: 3px;
  background: #48484A;
  position: absolute;
  left: 50%;
  margin-left: -13px;
  text-indent: -9999px;
  border-radius: 2px;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  transition: all .25s ease; }

header.has-image a.nav-toggle div {
  background: #fff; }

header.has-image.on-white a.nav-toggle div {
  background: #48484A; }

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

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

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

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

a.nav-toggle.active div:nth-child(1) {
  top: 19px;
  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: 18px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg); }

.header-fix {
  width: 100%;
  height: 0; }

.nav-open .header-fix {
  height: 106px; }

ul.main-nav a {
  display: block;
  font-size: 2.1538461538em;
  line-height: 1.3em;
  margin-top: 15px;
  padding: 10px 0; }

ul.main-nav a:hover {
  color: #fff; }

ul.main-nav li:first-child a {
  margin-top: 0; }

.nav-col-title {
  font-size: 1.3076923077em;
  display: inline-block;
  border-bottom: 2px solid #fff;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  transition: all .25s ease; }

ul.small-nav a {
  display: block;
  margin-top: 8px;
  font-weight: 700;
  font-family: "Archer A", "Archer B", Georgia, Times, serif;
  color: #48484A;
  font-size: 1.5384615385em;
  padding: 8px 0;
  line-height: 1.3em; }

ul.small-nav a:hover {
  color: #fff; }

.nav-col-title a {
  color: #fff; }

.nav-col-title:hover,
.nav-col-title a:hover {
  color: #48484A;
  border-color: #48484A; }

.mobile-nav-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100001;
  visibility: hidden;
  opacity: 0;
  display: none;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  transition: all .25s ease; }

.mobile-nav a {
  display: block;
  font-size: 2.7692307692em;
  line-height: 1.3em;
  padding: 15px 25px 20px 25px;
  color: #48484A;
  border-bottom: 1px solid #fff; }

.mobile-nav a:hover,
ul.mobile-nav li#current a {
  color: #fff; }

ul.mobile-nav {
  border-top: 1px solid #fff; }

ul.main-mobile-nav {
  border-bottom: 1px solid #fff;
  text-align: center;
  width: 100%; }

ul.main-mobile-nav a {
  display: block;
  margin-left: 30px;
  padding: 16px 0 15px 0;
  font-size: 1.2307692308em;
  line-height: 1.3em;
  color: #b6a50f; }

ul.main-mobile-nav a:hover,
ul.main-mobile-nav li#current a {
  color: #48484A; }

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

a.social {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  margin-left: 15px; }

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

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

.contact-social a.social path {
  fill: #dc509c; }

a.social:hover path,
.contact-social a.social:hover path {
  fill: #48484A; }

.mobile-social {
  padding: 19px 25px; }

.nav-social {
  position: fixed;
  left: 25px;
  bottom: 25px;
  z-index: 10;
  visibility: hidden; }

.nav-open .nav-social {
  visibility: visible; }

/* !Darkening Header Images - - - - - */
.post-header.cover,
.image-header {
  position: relative; }

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

.post-header .flex-item {
  z-index: 10;
  position: relative; }

.post-header .inner {
  max-width: 100%;
  padding-left: 115px; }

.home-screen.darken-screen {
  background: rgba(0, 0, 0, 0.4); }

/* !Category Bar - - - - - */
.recipe-bar {
  font-size: 0.8461538462em;
  line-height: 1.3em; }

.recipe-bar span {
  display: inline-block;
  vertical-align: middle; }

.recipe-bar li {
  padding: 10px 20px;
  border-left: 1px solid #fff; }

.recipe-bar li:first-child {
  padding-left: 0;
  border: none; }

.cat-label,
a.cat-toggle {
  padding: 0 20px;
  border-left: 1px solid #fff;
  display: block;
  font-size: 0.8461538462em;
  line-height: 40px; }

a.cat-toggle {
  color: rgba(72, 72, 74, 0.6);
  cursor: pointer; }

a.cat-toggle:hover,
a.cat-toggle.active {
  color: #000; }

.cat-label {
  font-size: 1.0769230769em;
  padding-left: 0;
  border: none; }

.cat-bar-wrap {
  padding-top: 40px; }

.cat-list-wrap {
  padding: 20px 0;
  background: #f5f5f6;
  font-size: 0.9230769231em;
  line-height: 1.4em;
  font-weight: bold;
  text-align: left;
  display: none; }

.cat-list-wrap a {
  color: #48484A;
  display: block; }

.cat-list-wrap li.current-cat a,
.cat-list-wrap a:hover {
  color: #dc509c; }

.cat-list-wrap ul {
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px; }

.cat-list-wrap ul li {
  padding: 5px 20px 5px 0;
  display: block; }

.page-template-homepage .cat-bar-wrap {
  padding-top: 0; }

/* !Comments - - - - - */
.comments-wrap {
  margin-top: 80px; }

/* !Sharing - - - - - */
.post-share {
  margin-top: 80px;
  border-top: 1px solid #dbdbda;
  border-bottom: 1px solid #dbdbda;
  padding: 30px 0;
  text-align: center; }

.share-label {
  font-size: 1.3846153846em;
  line-height: 1.3em;
  display: inline-block;
  vertical-align: middle;
  padding-right: 18px;
  background: url(images/blue-arrow-right.svg) no-repeat right center;
  font-weight: bold; }

a.share-link {
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
  cursor: pointer; }

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

a.share-link:hover path {
  fill: #62c9e4; }

/* !Footer - - - - - */
footer {
  padding-top: 80px;
  background: #fff; }

.footer-bottom {
  font-size: 0.7692307692em;
  line-height: 1.5em;
  padding: 8px 0 110px 0;
  color: rgba(255, 255, 255, 0.3); }

.footer-bottom a {
  color: rgba(255, 255, 255, 0.3); }

.footer-bottom a.white {
  color: #fff; }

.footer-bottom a.white:hover {
  color: #dc509c; }

.footer-sep {
  padding: 0 10px; }

.footer-top a {
  display: block;
  padding: 0 35px;
  line-height: 38px;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff; }

.footer-top a:hover {
  color: #dc509c; }

.footer-top {
  padding: 30px 0; }

.footer-top ul {
  padding-left: 68px;
  background: url(images/footer-logo.svg) no-repeat left top;
  display: inline-block;
  margin: 0 auto; }

#main {
  padding-bottom: 1px; }

.home-footer-middle {
  padding: 60px 0; }

.home-footer-logo {
  width: 28px;
  margin: 0 auto; }

.footer-related {
  border-top: 1px solid #dbdbda;
  padding-top: 60px; }

.footer-related:before {
  content: "";
  width: 100%;
  height: 160px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: #69234c; }

.footer-related .inner,
.footer-related ul {
  position: relative;
  z-index: 10; }

.footer-related ul.related-list a {
  background: #dc509c !important; }

.footer-related ul.related-list li:nth-child(odd) a {
  background: #e26ead !important; }

.footer-related a:hover .related-title {
  color: #69234c !important; }

.footer-related .small-related-label {
  color: #69234c; }

.footer-related .small-related-label .upper {
  color: #fff; }

/* !Pagination - - - - - */
.post-nav {
  display: inline-block;
  margin: 60px auto 0 auto;
  border-top: 1px solid #dbdbda;
  padding-top: 20px;
  font-suze: 120%; }

.post-nav-sep {
  padding: 0 10px;
  font-size: 1.5384615385em;
  line-height: 1em; }

a.prev,
a.next {
  width: 34px;
  height: 34px;
  display: inline-block;
  margin: 0 10px;
  background: url(images/circle-arrow-left.svg) no-repeat center;
  text-indent: -9999px;
  cursor: pointer; }

a.next {
  background-image: url(images/circle-arrow-right.svg); }

a.prev:hover,
a.next:hover {
  opacity: .5; }

.pagination-title {
  font-size: 1.6923076923em;
  line-height: 1.4em;
  margin-bottom: 20px; }

/* !Search - - - - - */
a.search-toggle {
  width: 40px;
  height: 40px;
  padding: 13px;
  background: #efdd3c;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 11; }

a.search-toggle svg {
  width: 14px;
  height: 14px;
  display: block; }

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

a.search-toggle:hover path {
  fill: #fff; }

.cat-bar {
  overflow: hidden;
  padding-right: 40px;
  position: relative; }

.search-wrap {
  width: 200px;
  height: 40px;
  position: absolute;
  top: 0;
  right: -240px;
  z-index: 1;
  background: #efdd3c;
  padding: 3px;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  transition: all .25s ease; }

.mobile-search-wrap {
  display: none;
  padding: 5px; }

.search-wrap.active {
  right: 40px; }

input.search-box {
  height: 34px;
  border: none;
  background: #fff; }

.search .box-title span {
  font-size: 100%;
  font-family: "Archer SSm A", "Archer SSm B", "Archer A", "Archer B", Georgia, Times, serif;
  padding: 0; }

.nav-search {
  margin-top: 25px; }

input.nav-search-box {
  width: 100%;
  background: url(images/search-icon.svg) no-repeat left center;
  border: none;
  padding: 5px 10px 5px 24px;
  height: 36px;
  font-family: "Gotham SSm A", "Gotham SSm B", "Gotham A", "Gotham B", Arial, Verdana, sans-serif;
  color: #fff;
  font-size: 1.2307692308em;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  letter-spacing: normal; }

input.nav-search-box::-webkit-input-placeholder {
  color: #fff; }

input.nav-search-box:-moz-placeholder {
  /* Firefox 18- */
  color: #fff; }

input.nav-search-box::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff; }

input.nav-search-box:-ms-input-placeholder {
  color: #fff; }

.mobile-nav-search {
  padding: 10px 25px 15px 25px;
  border-bottom: 1px solid #fff; }

.mobile-nav-search input.nav-search-box {
  margin: 0 auto;
  padding: 5px 25px;
  display: inline-block;
  width: 210px;
  text-align: left;
  color: #48484A; }

.mobile-nav-search input.nav-search-box::-webkit-input-placeholder {
  color: #48484A; }

.mobile-nav-search input.nav-search-box:-moz-placeholder {
  /* Firefox 18- */
  color: #48484A; }

.mobile-nav-search input.nav-search-box::-moz-placeholder {
  /* Firefox 19+ */
  color: #48484A; }

.mobile-nav-search input.nav-search-box:-ms-input-placeholder {
  color: #48484A; }

/* !Dates - - - - - */
.date-sep {
  padding: 0 10px; }

.date-wrap {
  margin: 15px 0 0 0;
  font-weight: bold;
  font-size: 0.9230769231em;
  line-height: 1.3em;
  text-transform: uppercase;
  letter-spacing: .05em; }

.date-wrap:first-child {
  margin-top: 15px; }

.date-wrap.no-margin {
  margin-top: 0; }

.date-wrap.margin-bottom {
  margin-bottom: 30px; }

.complex-wrap .date-wrap {
  padding-left: 60px; }

/* !In Post Recipe Bar - - - - - */
.left-col .recipe-bar ul li {
  display: block;
  text-align: center;
  border: none;
  border-top: 1px solid #fff; }

.left-col .recipe-bar ul li:first-child {
  border: none; }

/* !Responsive Breaks - - - - - */
@media only screen and (max-width: 1300px) {
  .complex-text:before {
    display: none; }
  .complex-tag {
    position: static;
    width: auto;
    margin: 60px 0 0 0;
    text-align: left; }
  .complex-text {
    padding-left: 0;
    margin-top: 0; }
  .complex-wrap {
    padding: 60px 0; }
  .complex-wrap h1.post-title {
    padding-left: 0;
    margin-bottom: 40px; }
  .single .complex-wrap h1.post-title {
    margin-bottom: 0; }
  .complex-wrap .date-wrap {
    padding-left: 0;
    margin-bottom: 40px !important; } }

@media only screen and (max-width: 1200px) {
  /* Style adjustments for viewports that meet the condition */
  .post-header {
    height: 582px;
    overflow: hidden; }
  .big-step-number {
    font-size: 5.3846153846em;
    padding: 3px 0;
    left: 0px; }
  h1.post-title {
    font-size: 6.1538461538em; }
  h1.screen-title,
  h1.color-title {
    font-size: 4.6153846154em; }
  .complex-header-image h1.post-title {
    margin-bottom: -28px; }
  .loving-count {
    position: static;
    margin: 0;
    text-align: left;
    padding: 10px 30px 0 30px; }
  .post-header .inner,
  .complex-header .inner {
    padding-left: 25px; } }

@media only screen and (max-width: 1100px) {
  h1.post-title {
    font-size: 5.3846153846em; }
  .loving-cycle .slick-prev {
    left: -20px; }
  .loving-cycle .slick-next {
    right: -20px; } }

@media only screen and (max-width: 1023px) {
  .hide-mobile,
  .nav-wrap {
    display: none !important; }
  .mobile-nav-wrap {
    display: block; }
  .post-header {
    height: 496px; }
  h1.post-title {
    font-size: 5.3846153846em; }
  .left-col-wrap {
    float: none; }
  .left-col {
    padding-right: 0;
    margin: 0; }
  .right-col {
    float: none;
    width: 100%;
    margin: 40px 0 0 0;
    padding-top: 50px;
    border-top: 1px solid #babcbe; }
  .annie-image {
    width: 116px;
    position: absolute;
    top: 0;
    left: 0;
    float: none; }
  .annie-info {
    width: 100%;
    float: none;
    padding-left: 141px;
    min-height: 126px; }
  .annie-sidebar {
    max-width: 600px;
    margin: 0 auto; }
  a.button,
  div.button {
    font-size: 0.9230769231em; }
  .about-box-wrap {
    max-width: 500px;
    margin: 0 auto;
    width: 100%; }
  .about-box-image,
  .about-box-info {
    width: 100%;
    float: none !important; }
  .about-box-info {
    padding: 25px; }
  h3.about-sub {
    margin-bottom: 20px; }
  .about-box-info a.before-arrow {
    margin-top: 20px; }
  h2.centered-label {
    font-size: 1em; }
  .about-box {
    padding: 50px 0; }
  h1.screen-title,
  h1.color-title {
    font-size: 3.0769230769em; }
  .color-header {
    padding: 200px 0 80px 0; }
  .loving-tabs .inner.max {
    max-width: 1020px; }
  .home-loving-left {
    width: 100%;
    float: none;
    padding: 0; }
  .home-loving-right {
    width: 100%;
    float: none;
    padding: 40px 0 0 0; }
  .home-left {
    width: 50%; }
  .home-right {
    width: 50%; }
  .home-wrap:after {
    left: 50%; }
  .nav-open .mobile-nav-wrap {
    visibility: visible;
    opacity: 1; }
  .header-wrap {
    padding: 12px 0; }
  header {
    height: 64px; }
  .mobile-nav-wrap {
    padding-top: 64px; } }

@media only screen and (max-width: 890px) {
  /* Style adjustments for viewports that meet the condition */
  .complex-header-image .screen,
  .footer-top ul {
    display: none; }
  h1.post-title {
    font-size: 4.6153846154em; }
  .recipe-bar {
    font-size: 0.7692307692em; }
  .recipe-bar .inner {
    padding: 0; }
  .recipe-bar li {
    display: block;
    text-align: center;
    width: 100%;
    border: none;
    border-top: 1px solid #fff;
    padding: 8px 25px !important; }
  h1.headline {
    font-size: 2.9230769231em; }
  .col-text {
    font-size: 1.0769230769em; }
  .col-text a.arrow-link {
    background-position: right 2px; }
  .box-title {
    font-size: 1.0769230769em; }
  .complex-wrap h1.post-title {
    display: block; }
  .complex-text {
    font-size: 1.2307692308em;
    font-family: "Gotham SSm A", "Gotham SSm B", "Gotham A", "Gotham B", Arial, Verdana, sans-serif; }
  .loving-cycle {
    padding: 0 20px; }
  .loving-count {
    font-size: 0.7692307692em;
    text-align: center; }
  .loving-count,
  .loving-caption-cycle {
    padding-left: 0;
    padding-right: 0; }
  .loving-caption-cycle {
    padding-top: 25px; }
  .loving-title {
    font-size: 1.0769230769em; }
  a.loving-list-toggle,
  a.loving-cycle-toggle {
    margin: 20px 0 0 0; }
  .grid-item, .grid-sizer {
    width: 33.33%; }
  .footer-top {
    width: 100%;
    height: 98px;
    background: url(images/footer-logo.svg) no-repeat center #69234c; }
  .home-footer-middle {
    padding: 30px 0; } }

@media only screen and (max-width: 768px) {
  /* Style adjustments for viewports that meet the condition */
  .about-image,
  .home-wrap:after {
    display: none; }
  ul.col-list:before,
  ul.col-list:after {
    display: none !important; }
  .post-header {
    height: 372px;
    padding-top: 130px; }
  h1.post-title {
    font-size: 2.7692307692em;
    padding-right: 0; }
  .header-wrap {
    padding: 8px 0; }
  header {
    height: 46px; }
  .mobile-nav-wrap {
    padding-top: 46px; }
  a.logo {
    width: 30px;
    height: 30px;
    background-size: 30px 30px !important; }
  .post-cat {
    margin-bottom: 20px; }
  a.comments-number {
    top: -10px; }
  .page-section {
    margin: 50px 0 0 0; }
  .page-section:last-child {
    padding-bottom: 50px; }
  .box-pad {
    padding-bottom: 50px; }
  .page-section:last-child .box-pad {
    padding-bottom: 0; }
  .text {
    font-size: 0.9230769231em; }
  h1.headline {
    font-size: 2.6153846154em; }
  .mobile-about-image {
    display: block; }
  .related-title {
    font-size: 1.3846153846em;
    font-family: "Gotham SSm A", "Gotham SSm B", "Gotham A", "Gotham B", Arial, Verdana, sans-serif; }
  ul.related-list a {
    padding: 25px;
    min-height: 250px; }
  .related.page-section {
    padding-bottom: 0; }
  .media-caption {
    position: static;
    padding: 15px 25px;
    color: #48484A;
    font-size: 0.7692307692em; }
  ul.col-list li {
    width: 100% !important;
    padding: 0 !important;
    display: block; }
  .page-gallery {
    width: 100%;
    margin-left: 0; }
  .page-gallery img {
    opacity: 1; }
  .slick-prev {
    left: 0; }
  .slick-next {
    right: 0; }
  .page-gallery .slick-slide {
    padding: 0; }
  .slide-count {
    font-size: 1.3846153846em;
    font-family: "Gotham SSm A", "Gotham SSm B", "Gotham A", "Gotham B", Arial, Verdana, sans-serif;
    top: 30px;
    left: 40px; }
  .caption-text {
    font-size: 1.3846153846em;
    line-height: 1.5em;
    font-family: "Gotham SSm A", "Gotham SSm B", "Gotham A", "Gotham B", Arial, Verdana, sans-serif; }
  h3.big-label {
    font-size: 1.8461538462em;
    margin-bottom: 60px; }
  h3.big-label:after {
    bottom: -25px; }
  ul.linked-list {
    max-width: 608px;
    margin: 0 auto; }
  ul.linked-list li {
    width: 50%; }
  ul.linked-list li:nth-child(3n+1):before {
    display: block; }
  ul.linked-list li:nth-child(odd):before {
    display: none !important; }
  .big-step-number {
    font-size: 3.0769230769em;
    padding: 3px 0;
    top: 36px;
    left: 0px; }
  .big-step-wrap {
    border: none;
    padding: 30px 0; }
  ul.big-steps li {
    border-top: 1px dashed #babcbe;
    padding-left: 85px; }
  ul.big-steps li:first-child {
    border: none; }
  .big-step-title {
    font-size: 1.6923076923em; }
  .module-header h1.post-title {
    font-size: 2.7692307692em;
    line-height: 1.3em; }
  .simple-header .post-tag,
  .complex-tag {
    margin-top: 30px; }
  h1.screen-title,
  h1.color-title {
    font-size: 2.7692307692em;
    line-height: 1.3em; }
  .color-header,
  .simple-header {
    padding: 120px 0 50px 0; }
  .simple-header {
    padding-bottom: 20px; }
  h2.color-subhead {
    font-size: 1.0769230769em; }
  .color-header-text {
    font-size: 1.0769230769em;
    line-height: 1.5em; }
  .color-header-tag {
    margin-top: 25px; }
  .home-sub {
    font-size: 1.0769230769em; }
  .home-screen-title {
    font-size: 1.3846153846em;
    font-family: "Gotham SSm A", "Gotham SSm B", "Gotham A", "Gotham B", Arial, Verdana, sans-serif; }
  .home-image-tag {
    font-size: 0.6923076923em; }
  .home-left,
  .home-right {
    width: 100%;
    float: none;
    padding: 0; }
  .home-right {
    margin-top: 15px; }
  .home-intro-image {
    max-width: 620px;
    margin-left: auto;
    margin-right: auto; }
  ul.home-posts li {
    width: 100%;
    float: none;
    display: block;
    padding: 25px 0 0 0 !important;
    border-top: 1px solid #dbdbda !important;
    margin-top: 25px;
    text-align: center; }
  ul.home-posts .post-list-image {
    max-width: 304px;
    margin-left: auto;
    margin-right: auto; }
  .cat-list-wrap ul {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3; }
  .mobile-nav a {
    font-size: 1.8461538462em; }
  .header-pad {
    padding: 0 15px; } }

@media only screen and (max-width: 618px) {
  .complex-header-image,
  .image-header,
  .home-images-cycle a {
    height: 300px;
    overflow: hidden; }
  .complex-header-image img,
  .image-header img,
  .home-images-cycle img {
    width: 618px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -309px; }
  .grid-item, .grid-sizer {
    width: 50%; } }

@media only screen and (max-width: 600px) {
  /* Style adjustments for viewports that meet the condition */
  .related-content,
  .footer-related:before,
  .footer-related {
    display: none; }
  li.cat-label {
    display: none !important; }
  ul.steps li {
    padding-left: 0; }
  .step-number {
    position: static;
    margin-bottom: 10px;
    font-size: 1.3846153846em; }
  .annie-image {
    position: static;
    margin: 0 auto 20px auto;
    max-width: 116px; }
  .annie-info {
    padding-left: 0;
    min-height: none;
    text-align: center; }
  h1.headline {
    font-size: 2.3076923077em; }
  .caption-text,
  .slide-count {
    font-size: 1.2307692308em; }
  .big-step-number {
    font-size: 2.3076923077em; }
  ul.big-steps li {
    padding-left: 65px; }
  .module-header h1.post-title,
  h1.screen-title,
  h1.color-title {
    font-size: 2.3076923077em; }
  .toggle-box {
    position: fixed;
    top: 54px;
    right: 0;
    width: 100%;
    z-index: 10001; }
  .complex-text {
    font-size: 1.0769230769em; }
  .complex-wrap h1.post-title {
    margin-bottom: 30px; }
  .cat-list-wrap ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2; }
  .cat-bar .inner {
    padding: 0; }
  a.cat-toggle {
    padding: 0 10px;
    line-height: 30px;
    font-size: 0.7692307692em; }
  .cat-bar li:nth-child(2) a.cat-toggle {
    border: none; }
  .footer-sep {
    display: block;
    text-indent: -9999px;
    height: 2px;
    width: 100%; }
  .footer-bottom {
    padding: 12px 0; }
  a.search-toggle {
    width: 30px;
    height: 30px;
    padding: 8px; }
  .cat-bar {
    padding-right: 30px; }
  ul.main-mobile-nav a {
    margin-left: 20px; } }

@media only screen and (max-width: 500px) {
  /* Style adjustments for viewports that meet the condition */
  ul.linked-list {
    max-width: 304px;
    margin: 0 auto; }
  ul.linked-list li {
    width: 100%;
    display: block; }
  ul.linked-list li:before {
    display: none !important; }
  .big-step-number {
    position: static;
    margin: 30px 0 0 0;
    display: inline-block; }
  ul.big-steps li {
    padding-left: 0; }
  .big-step-wrap {
    padding-top: 20px; } }

@media only screen and (max-width: 420px) {
  /* Style adjustments for viewports that meet the condition */
  .grid-item, .grid-sizer {
    width: 100%; }
  .post-grid-wrap .inner {
    max-width: 354px; } }

@media only screen and (max-height: 610px) {
  .main-nav-col,
  .nav-col {
    padding-top: 100px; } }

@media only screen and (max-height: 540px) {
  .nav-wrap {
    display: none; }
  .mobile-nav-wrap {
    display: block; }
  .nav-open .mobile-nav-wrap {
    visibility: visible;
    opacity: 1; }
  header {
    height: 46px; }
  .mobile-nav-wrap {
    padding-top: 46px; }
  a.logo {
    width: 30px;
    height: 30px;
    background-size: 30px 30px; }
  .header-wrap {
    padding: 8px 0; } }

@media only screen and (max-height: 500px) {
  .nav-open,
  .nav-open body,
  .nav-open #container {
    min-height: 500px;
    height: 500px; }
  .nav-open #container {
    overflow: hidden; }
  .nav-open footer {
    display: none; }
  .nav-open header,
  .nav-open .mobile-nav-wrap {
    position: absolute !important;
    width: 100%;
    height: 500px; } }

/* - - - 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; } }
