/*!
 Theme Name: McKenzie Sue Base Theme
 Theme URI: http://underscores.me/
 Author: McKenzie Sue
 Author URI: http://www.mckenziesue.com
 Description: Description
 Version: 1.0.0
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain: mckenziesue-base-theme
 Tags:
 This theme, like WordPress, is licensed under the GPL.
 Use it to make something cool, have fun, and share what you've learned with others.
 McKenzie Sue Base Theme is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
 Underscores is distributed under the terms of the GNU GPL v2 or later.
 Normalizing styles have been helped along thanks to the fine work of
 Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
 */
/*--------------------------------------------------------------
 >>> TABLE OF CONTENTS:
 ----------------------------------------------------------------
 # Normalize
 # Typography
 # Elements
 # Forms
 # Navigation
 ## Links
 ## Menus
 # Accessibility
 # Alignments
 # Clearings
 # Widgets
 # Content
 ## Posts and pages
 ## Comments
 # Infinite scroll
 # Media
 ## Captions
 ## Galleries
 --------------------------------------------------------------*/
/*--------------------------------------------------------------
 # Fonts
 --------------------------------------------------------------*/
@font-face {
  font-family: 'IndianTypeFoundryVolteLight';
  src: url('fonts/IndianTypeFoundryVolteLight.eot');
  src: url('fonts/IndianTypeFoundryVolteLight.eot') format('embedded-opentype'), url('fonts/IndianTypeFoundryVolteLight.woff2') format('woff2'), url('fonts/IndianTypeFoundryVolteLight.woff') format('woff'), url('fonts/IndianTypeFoundryVolteLight.ttf') format('truetype'), url('fonts/IndianTypeFoundryVolteLight.svg#IndianTypeFoundryVolteLight') format('svg');
}
/*
 Animation example, for spinners
 */
.animate-spin {
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
  display: inline-block;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/*--------------------------------------------------------------
 # Normalize
 --------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block;
}
audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden], template {
  display: none;
}
a {
  background-color: transparent;
}
a:active, a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b, strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button, select {
  text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled], html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td, th {
  padding: 0;
}
/*--------------------------------------------------------------
 # Typography
 --------------------------------------------------------------*/
body, button, input, select, textarea {
  color: #404040;
  font-family: sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}
h1, h2, h3, h4, h5, h6 {
  clear: both;
}
p {
  margin-bottom: 1.5em;
}
dfn, cite, em, i {
  font-style: italic;
}
blockquote {
  margin: 0 1.5em;
}
address {
  margin: 0 0 1.5em;
}
pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}
code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}
abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark, ins {
  background: #fff9c0;
  text-decoration: none;
}
big {
  font-size: 125%;
}
/*--------------------------------------------------------------
 # Elements
 --------------------------------------------------------------*/
html {
  box-sizing: border-box;
}
*, *:before, *:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}
body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}
blockquote, q {
  quotes: "" "";
}
blockquote:before, q:before, blockquote:after, q:after {
  content: "";
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
ul, ol {
  margin: 0 0 1.5em 3em;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li > ul, li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}
dt {
  font-weight: bold;
}
dd {
  margin: 0 1.5em 1.5em;
}
img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}
figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
/*--------------------------------------------------------------
 # Forms
 --------------------------------------------------------------*/
button, input[type="button"], input[type="reset"], input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, .8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: 0.6em 1em 0.4em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}
button:active, input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active, button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus {
  color: #111;
}
select {
  border: 1px solid #ccc;
}
textarea {
  width: 100%;
}
/*--------------------------------------------------------------
 # Navigation
 --------------------------------------------------------------*/
/*--------------------------------------------------------------
 ## Links
 --------------------------------------------------------------*/
a {
  color: royalblue;
}
a:visited {
  color: purple;
}
a:hover, a:focus, a:active {
  color: midnightblue;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}
/*--------------------------------------------------------------
 ## Menus
 --------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 1.5em;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  left: 100%;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  float: left;
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
/* Small menu. */
.menu-toggle, .main-navigation.toggled ul {
  display: block;
}
@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: block;
  }
}
.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
/*--------------------------------------------------------------
 # Accessibility
 --------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}
/*--------------------------------------------------------------
 # Alignments
 --------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/*--------------------------------------------------------------
 # Clearings
 --------------------------------------------------------------*/
.clear:before, .clear:after, .entry-content:before, .entry-content:after, .comment-content:before, .comment-content:after, .site-header:before, .site-header:after, .site-content:before, .site-content:after, .site-footer:before, .site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}
.clear:after, .entry-content:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after {
  clear: both;
}
/*--------------------------------------------------------------
 # Widgets
 --------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}
/*--------------------------------------------------------------
 # Content
 --------------------------------------------------------------*/
/*--------------------------------------------------------------
 ## Posts and pages
 --------------------------------------------------------------*/
.sticky {
  display: block;
}
.hentry {
  margin: 0 0 1.5em;
}
.byline, .updated:not(.published) {
  display: none;
}
.single .byline, .group-blog .byline {
  display: inline;
}
.page-content, .entry-content, .entry-summary {
  margin: 1.5em 0 0;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
/*--------------------------------------------------------------
 ## Comments
 --------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
  display: block;
}
/*--------------------------------------------------------------
 # Infinite scroll
 --------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer {
  /* Older / Newer Posts Navigation (always hidden) */
  /* Theme Footer (when set to scrolling) */
  display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}
/*--------------------------------------------------------------
 # Media
 --------------------------------------------------------------*/
.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
/* Make sure embeds and iframes fit their containers. */
embed, iframe, object {
  max-width: 100%;
}
/*--------------------------------------------------------------
 ## Captions
 --------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}
.wp-caption-text {
  text-align: center;
}
/*--------------------------------------------------------------
 ## Galleries
 --------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}
.gallery-caption {
  display: block;
}
/*--------------------------------------------------------------
 # Client
 --------------------------------------------------------------*/
/*----------------------------------------------------------------------------
 Mixins
 ----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------
 Variables
 ----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------
 Common
 ----------------------------------------------------------------------------*/
html, body {
  margin: 0;
  padding: 0;
  height: 100%;
}
body {
  font-family: 'Karla', 'BrandonGrotesqueReg', "IndianTypeFoundryVolteLight", "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  color: black;
  background: #faeeee;
  margin-top: 10px;
}
#page, #content {
  background: white;
}
h1, h2, h3, h4 {
  text-transform: uppercase;
  letter-spacing: 2px;
}
h1 {
  font-size: 18px;
  font-family: 'ChronicleDisplay', 'Didot', sans-serif;
}
h2 {
  font-size: 14px;
  font-family: 'ChronicleDisplay', 'Didot', sans-serif;
}
h3, h4 {
  font-family: 'Karla', 'BrandonGrotesqueReg', "IndianTypeFoundryVolteLight", "Helvetica", "Arial", sans-serif;
  text-transform: uppercase;
  margin: 0;
  font-size: 12px;
  margin: 10px 0;
  font-weight: 100;
}
h4 {
  font-size: 10px;
}
a {
  text-decoration: none;
  color: black;
}
a:hover {
  color: gray;
}
a:active, a:focus {
  color: #737373;
}
.post-edit-link {
  display: none;
}
input {
  color: black;
}
/* Clearfix */
.cf:before, .cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.cf:after {
  clear: both;
}
.cf {
  *zoom: 1;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.form-error {
  color: #737373;
  text-align: center;
  display: none;
}
.form-success {
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  display: none;
}
select {
  background: #f2f2f2;
  width: 100%;
  font-family: 'Karla', 'BrandonGrotesqueReg', "IndianTypeFoundryVolteLight", "Helvetica", "Arial", sans-serif;
  font-size: 12px;
}
a {
  text-decoration: none;
  color: #444;
  outline: none !important;
  -ms-transition: color 300ms ease, background-color 300ms ease, border-color 300ms ease;
  -webkit-transition: color 300ms ease, background-color 300ms ease, border-color 300ms ease;
  transition: color 300ms ease, background-color 300ms ease, border-color 300ms ease;
}
a:visited, a:active, a:focus {
  color: inherit;
}
a:hover, a.active {
  color: #000;
}
li.current-menu-item a, li.current_page_item a {
  color: #000;
}
.table {
  display: table;
  width: 100%;
  height: 100%;
}
.cell {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
.cell.bottom {
  vertical-align: bottom;
}
.cell.top {
  vertical-align: top;
}
form input[type="text"], form input[type="search"], form input[type="email"], form input[type="url"], form textarea {
  -webkit-appearance: none;
  border-radius: 0;
  border-bottom: 1px solid #f2f2f2 !important;
  outline: none;
  -ms-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
form input[type="text"]:focus, form input[type="search"]:focus, form input[type="email"]:focus, form input[type="url"]:focus, form textarea:focus {
  border: 1px solid #f2f2f2;
}
form input[type="submit"] {
  -webkit-appearance: none;
  border: 0;
  border-radius: 0;
  box-shadow: none !important;
  text-shadow: none;
  background: #000 !important;
  border: 1px solid black !important;
  color: white;
  outline: none;
  -ms-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-size: 12px;
  padding: 8px 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
form input[type="submit"]:hover {
  background: #737373;
}
.maxwidth-900 {
  max-width: 900px;
  margin-left: auto !important;
  margin-right: auto !important;
  float: none;
  padding: 0 20px;
}
.maxwidth-850 {
  max-width: 850px;
  margin-left: auto !important;
  margin-right: auto !important;
  float: none;
  padding: 0 20px;
}
.maxwidth-1024 {
  max-width: 1024px;
  margin-left: auto !important;
  margin-right: auto !important;
  float: none;
  padding: 0 20px;
}
.maxwidth-1200 {
  max-width: 1200px;
  margin-left: auto !important;
  margin-right: auto !important;
  float: none;
  padding: 0 20px;
}
.maxwidth-1000 {
  max-width: 1000px;
  margin-left: auto !important;
  margin-right: auto !important;
  float: none;
  padding: 0 20px;
}
.maxwidth-1330 {
  max-width: 1330px;
  margin-left: auto !important;
  margin-right: auto !important;
  float: none;
  padding: 0 20px;
}
.maxwidth-700 {
  max-width: 700px;
  margin-left: auto !important;
  margin-right: auto !important;
  float: none;
  padding: 0 20px;
}
.bg-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 100%;
  display: block;
  -ms-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
a.bg-image:hover {
  opacity: 0.6;
  -ms-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.btn {
  text-transform: uppercase;
  font-size: 10px;
  background: #faeeee;
  color: black;
  padding: 8px 24px;
  font-weight: 300;
  letter-spacing: 1px;
}
.btn:hover {
  background: black;
  color: white;
}
.read-more {
  padding: 12px 24px;
  max-width: 140px;
  padding-right: 0;
}
.read-more:after {
  content: "";
  background-color: #faeeee;
  display: block;
  height: 100%;
  position: absolute;
  right: -10px;
  top: 0;
  width: 20px;
  transform: skewX(12deg);
  -ms-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.read-more:hover:after {
  background-color: black;
  -ms-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
input, textarea {
  background: #faeeee !important;
  border: none !important;
  box-shadow: none;
  padding: 7px !important;
  outline: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
  font-family: 'Karla', 'BrandonGrotesqueReg', "IndianTypeFoundryVolteLight", "Helvetica", "Arial", sans-serif;
  -webkit-appearance: none;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: black;
}
input:-moz-placeholder, textarea:-moz-placeholder {
  /* Firefox 18- */
  color: black;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: black;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: black;
}
input:focus, textarea:focus, input:active, textarea:active {
  outline: none;
}
textarea {
  border: 1px solid black !important;
  padding: 10px;
}
.menu {
  margin: 0 auto;
  padding-left: 0;
}
.menu li {
  display: inline-block;
  margin: 0 8px;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
}
hr {
  max-width: 50px;
  height: 1px;
  margin: 0 auto;
  background: #737373;
}
.rel {
  position: relative;
}
.abs {
  position: absolute;
}
.mobile--show {
  display: none !important;
}
@media (max-width: 480px) {
  .mobile--show {
    display: inline-block !important;
  }
}
@media (max-width: 480px) {
  .mobile--hide {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .small--text-center {
    text-align: center !important;
  }
}
@media (max-width: 850px) {
  .tablet--hide {
    display: none !important;
  }
}
.desktop--show {
  display: none;
}
@media (max-width: 1220px) {
  .desktop--show {
    display: block !important;
  }
}
@media (max-width: 850px) {
  .tablet--one-half {
    width: 50% !important;
  }
}
@media (max-width: 850px) {
  .tablet--one-whole {
    width: 100% !important;
  }
}
.small--show {
  display: none;
}
@media (max-width: 768px) {
  .small--show {
    display: block !important;
  }
}
@media (max-width: 768px) {
  .small--hide {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .small--one-whole {
    height: auto !important;
    width: 100% !important;
  }
}
@media (max-width: 768px) {
  .small--one-half, .small--two-quarters, .small--three-sixths, .small--four-eighths, .small--five-tenths, .small--six-twelfths {
    width: 50% !important;
  }
}
.tiny--show {
  display: none;
}
@media (max-width: 480px) {
  .tiny--show {
    display: block !important;
  }
}
@media (max-width: 480px) {
  .tiny--hide {
    display: none !important;
  }
}
@media (max-width: 480px) {
  .tiny--one-whole {
    width: 100% !important;
    height: auto !important;
    text-align: center;
  }
}
/*----------------------------------------------------------------------------
 Header
 ----------------------------------------------------------------------------*/
#masthead {
  height: 70px;
  line-height: 70px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
  -ms-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
#masthead .menu {
  text-align: center;
}
#masthead .primary-right {
  padding-right: 20px;
}
#masthead .primary-right a {
  margin: 0 8px;
}
#masthead .primary-right a:hover {
  color: #eddcdc;
}
#masthead .primary-right i {
  font-size: 13px;
}
#masthead .main-navigation ul, #masthead .main-navigation .menu-primary-container, #masthead .main-navigation .menu-primary-menu-left-container {
  display: inline-block !important;
}
#masthead .main-navigation li {
  margin: 0 12px;
  float: none;
  display: inline-block;
}
@media (max-width: 1050px) {
  #masthead .main-navigation li.hide-early {
    display: none;
  }
}
#masthead .main-navigation li a:hover {
  color: #eddcdc;
}
#masthead .main-navigation li .sub-menu {
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  z-index: 19;
  margin-top: 40px;
  background: white;
  padding-top: 0px;
  height: 0;
  opacity: 0;
  visibility: hidden;
  -ms-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
#masthead .main-navigation li .sub-menu li {
  display: block !important;
  padding: 0 !important;
}
#masthead .main-navigation li .sub-menu li:nth-child(1) {
  padding-top: 12px !important;
}
#masthead .main-navigation li .sub-menu li:last-child {
  padding-bottom: 12px !important;
}
#masthead .main-navigation li .sub-menu li a {
  line-height: 35px;
  min-width: 200px;
  width: 100%;
  display: block !important;
}
#masthead .main-navigation li .sub-menu li a:hover {
  color: #b3b3b3;
}
#masthead .main-navigation li:hover .sub-menu {
  height: auto;
  opacity: 1;
  visibility: visible;
  -ms-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
#masthead .nav-right {
  padding-right: 20px;
}
#masthead .small-logo {
  padding-left: 20px;
}
#masthead .small-logo img {
  padding-top: 12px;
  width: 25px;
}
#masthead .mobile--show i {
  margin-right: 5px;
}
#masthead .mobile--show a {
  text-transform: uppercase;
  letter-spacing: 1px;
}
#masthead .mobile-menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 70px;
  line-height: 70px;
  padding: 0 20px;
  font-size: 11px;
  color: black;
  z-index: 101;
}
#masthead .mobile-menu a {
  color: black;
  text-transform: uppercase;
  margin: 0 8px;
  letter-spacing: 1px;
}
#masthead .mobile-menu a:hover {
  color: #737373;
}
#masthead .mobile-menu .text-left a {
  margin: 0;
}
#masthead.fixed {
  position: fixed;
  line-height: 50px;
  height: 50px;
  background: #faeeee;
  z-index: 101;
  -ms-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(50, 50, 50, 0.05);
  box-shadow: 0px 5px 10px 0px rgba(50, 50, 50, 0.05);
}
#masthead.fixed a {
  color: black;
}
#masthead.fixed a:hover {
  color: #d5b2b2;
}
#masthead.fixed .main-navigation li .sub-menu {
  margin-top: 20px;
}
#masthead.fixed .mobile-menu {
  line-height: 50px;
  height: 50px;
}
#masthead.fixed .dropdowns {
  top: 40px;
}
@media (max-width: 920px) {
  #masthead .desktop-menu {
    display: none;
  }
  #masthead .mobile-menu {
    display: block;
  }
}
.dropdowns {
  background: white;
  opacity: 0;
  visibility: hidden;
  height: 0px;
  position: fixed;
  top: 60px;
  left: 0;
  right: 0;
  z-index: 9994;
  overflow: hidden;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
  -ms-transition: height 500ms ease;
  -webkit-transition: height 500ms ease;
  transition: height 500ms ease;
}
.dropdowns.visible {
  opacity: 1;
  visibility: visible;
}
.dropdowns .dropdown {
  background: white;
  position: absolute;
  display: block;
  opacity: 0;
  top: 0px;
  left: 0;
  right: 0;
  z-index: 9995;
  color: black;
  box-shadow: 0 3px 5px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 3px 5px -2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 3px 5px -2px rgba(0, 0, 0, 0.2);
  padding: 30px 50px 50px 50px;
  -ms-transition: opacity 450ms ease;
  -webkit-transition: opacity 450ms ease;
  transition: opacity 450ms ease;
}
.dropdowns .dropdown .dropdown-inner {
  max-width: 1350px;
  margin: 0 auto;
}
.dropdowns .dropdown .dropdown-inner h1 {
  font-size: 16px;
  line-height: 140%;
}
.dropdowns .dropdown .dropdown-inner .btn {
  padding: 8px;
}
.dropdowns .dropdown.instagram-dropdown {
  height: auto;
}
.dropdowns .dropdown.visible {
  opacity: 1;
  z-index: 9996;
}
.dropdowns .dropdown .dropdown-post .grid__item {
  float: left;
}
.dropdowns .dropdown .dropdown-post .bg-image {
  padding-bottom: 150%;
  display: block;
  position: relative;
}
.dropdowns .dropdown .dropdown-post .bg-image:hover {
  opacity: 1;
}
.dropdowns .dropdown .dropdown-post .bg-image .hovered {
  position: absolute;
  background: rgba(0, 0, 0, .2);
  height: 100%;
  width: 100%;
  opacity: 0;
  line-height: 180%;
  text-align: center;
  -ms-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.dropdowns .dropdown .dropdown-post .bg-image .hovered .hovered-inner {
  background: white;
  padding: 20px;
  width: 80%;
  margin: 0 auto;
}
.dropdowns .dropdown .dropdown-post .bg-image:hover .hovered {
  opacity: 1;
  -ms-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.nav-space {
  height: 70px;
  line-height: 70px;
}
.nav-space.active {
  display: block;
}
.site-branding {
  padding: 30px 0 50px 0;
  width: 85%;
}
nav {
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.5px;
}
.social-wrapper {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  display: inline-block;
}
@media (max-width: 1080px) {
  .social-wrapper {
    display: none;
  }
}
.social-wrapper li {
  display: inline-block;
}
.social-wrapper li a {
  margin: 0 7px;
  font-size: 13px;
  color: black;
}
.social-wrapper li a:hover {
  color: #eddcdc;
}
#pin-photos {
  position: fixed;
  left: 12px;
  z-index: 101;
  bottom: 12px;
  opacity: 0;
  -ms-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  display: none;
}
#pin-photos h3 {
  margin-bottom: 7px;
}
#pin-photos a {
  padding: 10px 18px;
  background: #faeeee;
  display: inline-block;
  color: black;
  text-transform: uppercase;
  font-size: 10px;
  -ms-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
#pin-photos a:hover {
  background: black;
  color: white;
  -ms-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
#pin-photos.visible {
  opacity: 1;
  -ms-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
body.home #pin-photos, body.single-post #pin-photos {
  display: block;
}
@media (max-width: 768px) {
  #header-social {
    display: none;
  }
}
#header-social .social-wrapper {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  position: fixed;
  left: 20px;
  top: 40%;
  background: white;
  margin-bottom: 0;
  padding-top: 8px;
  text-align: center;
  z-index: 10;
}
#header-social .social-wrapper.hidden {
  opacity: 0;
  visibility: hidden;
  -ms-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
#header-social .social-wrapper.visible {
  opacity: 1;
  visibility: visible;
  -ms-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
#header-social .social-wrapper li {
  margin-bottom: 5px;
  display: block;
  line-height: 200%;
  text-align: center;
}
#header-social .social-wrapper li a {
  margin: 0 5px;
  background: transparent;
  width: 30px;
  height: 30px;
  line-height: 32px;
  border-radius: 100%;
  display: block;
  font-size: 13px;
  text-align: center;
  color: black;
}
#header-social .social-wrapper li a:hover {
  color: #b3b3b3;
}
/*----------------------------------------------------------------------------
 Home Page
 ----------------------------------------------------------------------------*/
article .entry-meta {
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 1px;
  font-family: 'Karla', 'BrandonGrotesqueReg', "IndianTypeFoundryVolteLight", "Helvetica", "Arial", sans-serif;
}
article .entry-meta a {
  margin: 0 8px;
}
article .entry-meta a:first-child() {
  margin-left: 0;
}
article .entry-meta i {
  padding-right: 5px;
}
article .entry-title {
  font-size: 30px;
  letter-spacing: 3px;
  max-width: 450px;
}
@media (max-width: 768px) {
  article .entry-title {
    margin-left: auto;
    margin-right: auto;
  }
}
article .entry-content p, article .entry-content ul li, article .entry-content ol li {
  font-family: 'SavoyRoman', "Baskerville", serif;
}
article .entry-footer .categories a:hover {
  color: #d5b2b2;
}
article .read-more {
  width: 50%;
  float: left;
}
@media (max-width: 768px) {
  article .read-more {
    width: 100%;
  }
}
article .shop-the-post-title {
  width: 50%;
  float: left;
  text-align: left;
  padding: 8px 10px 8px 50px;
}
@media (max-width: 768px) {
  article .shop-the-post-title {
    width: 100%;
    text-align: center;
    padding-left: 0;
    margin-top: 10px;
  }
}
article .shop-the-post-title a {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
article .shop-the-post-title a i {
  padding-right: 8px;
}
article .shop-the-post-title a:hover {
  color: #faeeee;
}
article .shop-the-post {
  width: 100%;
  overflow: hidden;
  max-width: 350px;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  float: left;
}
@media (max-width: 768px) {
  article .shop-the-post {
    position: relative;
  }
}
@media (max-width: 768px) {
  article .shop-the-post {
    float: none;
    padding-top: 20px;
    max-width: 140px !important;
  }
  article .shop-the-post img {
    max-width: 125px !important;
  }
}
article .category {
  margin: 20px 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 10px;
}
article .entry-footer {
  text-transform: uppercase;
  letter-spacing: 1px;
}
article .entry-footer .share-meta a {
  display: inline-block;
}
article .entry-footer .categories {
  font-size: 12px;
  letter-spacing: 1px;
}
@media (max-width: 480px) {
  article .entry-footer .categories {
    margin: 20px 0;
  }
}
.share-meta span {
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.share-meta a {
  margin: 0 6px;
  text-align: center;
  background: black;
  width: 25px;
  height: 25px;
  border-radius: 25px;
  display: block;
  margin-bottom: 12px;
}
.share-meta a i {
  font-size: 12px;
  color: white;
}
.share-meta a:hover {
  background: #eddcdc;
}
.blogroll article {
  margin-bottom: 100px;
  padding: 0 20px;
}
@media (max-width: 768px) {
  .blogroll article {
    margin-bottom: 50px;
  }
}
.blogroll article .entry-header {
  position: relative;
  height: 100%;
}
.blogroll article .entry-header:hover img {
  opacity: 0.8;
  -ms-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.blogroll article .entry-header a {
  display: block;
}
.blogroll article .entry-header img {
  width: 100%;
  -ms-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.blogroll article .entry-header h1 {
  margin-top: 10px;
}
.blogroll article .entry-header .bg-image {
  padding-bottom: 150%;
  display: block;
}
.blogroll article .entry-header .pin-image {
  margin: 0;
  padding: 0;
  height: 0;
}
.blogroll article .entry-header .pin-it {
  position: absolute;
  left: 30px;
  top: 30px;
  opacity: 0;
  -ms-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.blogroll article .entry-header .pin-it i {
  color: #bd081c;
  width: 25px;
  height: 25px;
  border-radius: 25px;
  background: white;
  line-height: 25px;
  font-size: 30px;
  text-align: center;
}
.blogroll article .entry-header:hover .pin-it {
  opacity: 1;
  -ms-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.blogroll article .entry-content {
  background: white;
  padding: 20px 20px 0 20px;
  margin-top: -10px;
  height: 100%;
}
@media (min-width: 768px) {
  .blogroll article .entry-content {
    min-height: 520px;
  }
}
@media (max-width: 768px) {
  .blogroll article .entry-content {
    background: white;
    padding: 30px;
    margin: -50px 5% 0 5%;
    max-width: 90%;
  }
}
@media (max-width: 480px) {
  .blogroll article .entry-content .entry-title {
    font-size: 22px;
  }
}
@media (max-width: 480px) {
  .blogroll article .entry-content .table, .blogroll article .entry-content .cell {
    display: block;
  }
}
.blogroll article .entry-content .excerpt {
  letter-spacing: 0.5px;
  font-size: 14px;
  overflow: auto;
  width: 100%;
  float: left;
  margin-bottom: 20px;
}
.blogroll article .entry-content .excerpt p {
  max-width: 400px;
  margin: 0px;
}
@media (max-width: 768px) {
  .blogroll article .entry-content .excerpt p {
    margin-left: auto;
    margin-right: auto;
  }
}
.blogroll article .entry-content .excerpt p a {
  color: #d5b2b2;
}
.blogroll article .entry-content .excerpt p a:hover {
  color: black;
}
@media (max-width: 768px) {
  .blogroll article .entry-content .read-more-wrapper {
    width: 100%;
    margin: 0 auto;
    overflow: auto;
  }
}
.blogroll article .entry-content .read-more.btn {
  position: relative;
  margin-left: -20px;
}
@media (max-width: 768px) {
  .blogroll article .entry-content .read-more.btn {
    margin: 0 auto;
    padding-left: 10px;
    float: none;
    display: block;
  }
}
.blogroll article .bg-image {
  padding-bottom: 90%;
  display: block;
}
.blogroll article.v1 img {
  width: 100%;
}
.blogroll article.v1 .entry-header {
  background: black;
}
.blogroll article.v1 .entry-header .bg-image {
  padding-bottom: 70%;
}
.blogroll article.v1 .entry-header .hovered {
  position: absolute;
  right: 20px;
  top: 20px;
  background: white;
  padding: 8px 16px;
  color: black;
  -ms-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.blogroll article.v1 .entry-header .hovered h4 {
  margin: 0;
}
.blogroll article.v1 .entry-header:hover .hovered {
  opacity: 0;
  -ms-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.blogroll article.v1 .entry-header:hover .bg-image {
  opacity: 0.8;
  -ms-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.blogroll article.v1 .entry-content {
  margin-top: -22px !important;
  position: relative;
  padding: 30px;
  text-align: left;
}
.blogroll article.v1 .entry-content hr {
  max-width: 50px;
  height: 1px;
  margin: 15px 0;
  background: #737373;
}
@media (max-width: 480px) {
  .blogroll article.v1 .entry-content hr {
    margin: 15px auto;
  }
}
.blogroll article.v1 .entry-content h1 {
  margin: 0;
}
.blogroll article.v1 .entry-content .recipe-meta {
  margin-bottom: 30px;
}
@media (max-width: 480px) {
  .blogroll article.v1 .entry-meta {
    display: none;
  }
}
.blogroll article.v1 .read-more {
  margin-top: 20px;
  position: absolute;
  bottom: 30px;
}
.blogroll article.v1 .read-more.no-product {
  position: static;
}
.blogroll article.v1 .shop-post img, .blogroll article.v1 .shop-post .bg-image {
  max-width: 170px;
  margin: 0 auto;
  background-size: contain;
  -ms-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.blogroll article.v1 .shop-post img:hover, .blogroll article.v1 .shop-post .bg-image:hover {
  opacity: 0.6;
  -ms-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.blogroll article.v1 .shop-post .shop-post-images {
  margin: 10px 0;
  height: 180px;
  overflow: hidden;
}
.blogroll article.v1 .shop-post .shop-post-images .featured-product-image .bg-image {
  position: relative;
}
.blogroll article.v1 .shop-post .shop-post-images .featured-product-image .bg-image .hovered {
  position: absolute;
  height: 100%;
  left: 0;
  right: 0;
  opacity: 0;
  -ms-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.blogroll article.v1 .shop-post .shop-post-images .featured-product-image .bg-image .hovered h2 {
  background: black;
  color: white;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 1px;
  display: inline-block;
  text-align: center;
  font-family: 'Karla', 'BrandonGrotesqueReg', "IndianTypeFoundryVolteLight", "Helvetica", "Arial", sans-serif;
  padding: 8px;
}
.blogroll article.v1 .shop-post .shop-post-images .featured-product-image:hover .bg-image {
  opacity: 1;
}
.blogroll article.v1 .shop-post .shop-post-images .featured-product-image:hover .hovered {
  opacity: 1;
  -ms-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.blogroll article.v1 .shop-post .btn-wrapper {
  display: block;
}
@media (max-width: 480px) {
  .blogroll article.v1 .mh {
    height: auto !important;
  }
}
.blogroll article.v2 .entry-header {
  background: black;
}
.blogroll .insert-shop {
  padding: 20px;
}
@media (max-width: 768px) {
  .blogroll .insert-shop {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media (max-width: 480px) {
  .blogroll .insert-shop .text-right {
    display: none;
  }
}
.blogroll .insert-shop .stp-outer {
  max-width: 100% !important;
}
.blogroll .insert-popular, .blogroll .insert-instagram {
  padding: 0 0 150px 0;
}
.blogroll .subscribe-wrapper {
  margin: 20px 0 70px 0;
}
.blogroll .subscribe-wrapper {
  margin-bottom: 40px;
}
.midsection {
  padding: 80px 0px;
  position: relative;
}
@media (max-width: 480px) {
  .midsection {
    padding: 40px 0;
  }
}
.midsection h2 {
  font-family: 'Hullist', 'ChronicleDisplay', 'Didot', sans-serif;
  text-transform: lowercase;
  font-size: 52px;
  letter-spacing: 0;
  font-weight: 100;
  margin: 0;
  padding-left: 10%;
  text-align: left;
  position: relative;
  z-index: 1;
}
.midsection.insert-instagram {
  background: white;
  padding: 0;
}
@media (max-width: 1024px) {
  .midsection.insert-instagram {
    padding: 50px 0 10px 0;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .midsection.insert-instagram {
    display: none;
  }
}
.midsection.insert-instagram .insert-instagram {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.midsection.insert-instagram .head {
  text-transform: uppercase;
  font-family: 'Karla', 'BrandonGrotesqueReg', "IndianTypeFoundryVolteLight", "Helvetica", "Arial", sans-serif;
  letter-spacing: 1px;
  position: absolute;
  left: 20%;
  top: 20%;
  font-size: 12px;
  background: white;
  padding: 8px 18px;
  transform: translateX(-50%);
  z-index: 10;
  text-align: left;
  -ms-transition: all 600ms ease;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
}
@media (max-width: 480px) {
  .midsection.insert-instagram .head {
    top: 35%;
    left: 50%;
  }
}
.midsection.insert-instagram .head h2 {
  font-size: 12px;
}
.midsection.insert-instagram .head h3 {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.midsection.insert-instagram .instagrams {
  margin-left: -60px;
  margin-right: -60px;
  background: black;
  margin-top: -15px;
}
.midsection.insert-instagram .instagrams .grid--narow {
  margin-left: 0;
}
.midsection.insert-instagram .instagrams .grid__item {
  padding-left: 0;
}
.midsection.insert-instagram .instagrams .bg-image {
  padding-bottom: 100%;
  display: block;
  position: relative;
}
.midsection.insert-instagram .instagrams .bg-image .hovered {
  opacity: 0;
  background: rgba(0, 0, 0, .2);
  position: absolute;
  left: 0;
  right: 0;
  height: 100%;
  text-transform: uppercase;
  -ms-transition: all 600ms ease;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
}
.midsection.insert-instagram .instagrams .bg-image .hovered h3 {
  font-size: 12px;
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 10px;
  background: white;
  padding: 12px 8px;
  margin: 0;
  text-align: center;
}
.midsection.insert-popular {
  margin: 0 auto;
  max-width: 1800px;
}
.midsection.insert-popular .popular-posts-wrapper {
  padding-left: 0;
  position: relative;
  margin-top: -15px;
}
@media (max-width: 480px) {
  .midsection.insert-popular {
    display: none;
  }
}
.midsection.insert-popular .grid__item.one-fifth:nth-child(6), .midsection.insert-popular .two-tenths.grid__item:nth-child(6) {
  display: none;
}
@media (min-width: 1024px) {
  .midsection.insert-popular .grid__item.one-fifth, .midsection.insert-popular .two-tenths.grid__item {
    /*
     &:nth-child(6) {
     display: inline-block;
     }
     */
  }
}
.midsection.insert-popular .popular-left {
  padding-right: 20px;
}
.midsection.insert-popular .hovered {
  opacity: 0;
  background: rgba(0, 0, 0, .2);
  position: absolute;
  left: 0;
  right: 0;
  height: 100%;
  text-transform: uppercase;
  -ms-transition: all 600ms ease;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
}
.midsection.insert-popular .hovered .hovered-inner {
  background: white;
  padding: 10px;
  margin: 0 auto;
  width: 80%;
  max-width: 200px;
  text-align: center;
}
.midsection.insert-popular .hovered h3 {
  font-size: 12px;
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 10px;
  background: white;
  padding: 12px 8px;
  margin: 0;
  text-align: center;
}
.midsection.insert-popular .hovered .btn {
  text-align: center;
}
.midsection.insert-popular #category-menu {
  margin-top: 30px;
}
.midsection.insert-popular #category-menu li {
  display: block;
  line-height: 250%;
}
.midsection.insert-popular #category-menu li a {
  color: black;
}
.midsection.insert-popular #category-menu li a:hover {
  color: #b3b3b3;
}
.midsection.insert-popular .bg-image {
  padding-bottom: 130%;
  position: relative;
}
.midsection.insert-popular .bg-image:hover {
  opacity: 1;
}
.midsection.insert-popular .bg-image:hover .hovered {
  opacity: 1;
  -ms-transition: all 600ms ease;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
}
.midsection.insert-shop {
  background: white;
  padding: 30px;
  margin: 15px 0 120px 0;
  margin-left: 20px;
  margin-right: 20px;
}
@media (max-width: 480px) {
  .midsection.insert-shop {
    margin: 0px 0 90px 0;
  }
}
.midsection.insert-shop .hovered {
  opacity: 0;
  -ms-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  position: absolute;
  left: 0;
  right: 0;
  height: 100%;
}
.midsection.insert-shop .hovered p {
  background: #737373;
  padding: 8px 18px;
  color: white;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
  display: inline-block;
  margin: 0;
}
.midsection.insert-shop .slide {
  position: relative;
}
.midsection.insert-shop .slide:hover .bg-image {
  opacity: 0.8;
  -ms-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.midsection.insert-shop .slide:hover .hovered {
  opacity: 1;
  -ms-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.midsection.insert-subscribe {
  position: relative;
}
@media (max-width: 480px) {
  .midsection.insert-subscribe .maxwidth-900 {
    padding: 0;
  }
}
@media (max-width: 480px) {
  .midsection.insert-subscribe .subscribe-text {
    position: absolute;
    left: 0;
    right: 0;
    top: 38%;
    text-align: center;
  }
}
@media (max-width: 480px) {
  .midsection.insert-subscribe .mh {
    height: auto;
  }
}
.midsection.insert-subscribe input {
  font-size: 10px;
}
.midsection.insert-subscribe input[type="email"] {
  width: 60%;
}
.midsection.insert-subscribe .bg-image {
  background-size: cover !important;
  padding-bottom: 60%;
}
#sidebar {
  padding-right: 20px;
  max-width: 350px;
}
#sidebar .widget {
  margin-bottom: 20px;
  background: white;
  padding: 20px;
}
#sidebar .widget.no-padding {
  padding: 0;
  position: relative;
}
#sidebar .widget.no-padding .widget-content {
  padding: 20px;
  position: absolute;
  left: 20px;
  right: 20px;
  top: 20px;
  bottom: 20px;
  background: rgba(255, 255, 255, .9);
}
#sidebar .widget.no-padding .head {
  padding: 15px 20px;
}
#sidebar .widget.currently-loving .product-image {
  position: relative;
}
#sidebar .widget.currently-loving .product-image .bg-image {
  background-size: contain;
  position: relative;
  max-width: 180px;
  margin: 0 auto;
}
#sidebar .widget.currently-loving .product-image .hovered {
  opacity: 0;
  -ms-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
}
#sidebar .widget.currently-loving .product-image:hover .hovered {
  opacity: 1;
  -ms-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
#sidebar .widget.currently-loving .product-image h3 {
  background: black;
  text-align: center;
  padding: 8px;
  display: inline-block;
  color: white;
  margin: 0 auto;
}
#sidebar .widget p {
  font-family: 'SavoyRoman', "Baskerville", serif;
  line-height: 180%;
}
#sidebar .widget-title {
  text-align: center;
}
#sidebar .insert-about {
  padding: 20px;
}
#sidebar .subscribe .bg-image {
  padding-bottom: 140%;
}
#sidebar .subscribe form input {
  width: 100%;
}
#sidebar .subscribe form input[type="email"] {
  background: white !important;
  padding: 6px;
}
#sidebar .subscribe form input[type="submit"] {
  width: 100%;
  margin-top: 10px;
}
#sidebar .instagram .bg-image {
  position: relative;
}
#sidebar .instagram .bg-image .hovered {
  opacity: 0;
  position: absolute;
  height: 100%;
  left: 0;
  right: 0;
  -ms-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
#sidebar .instagram .bg-image .hovered h3 {
  background: black;
  text-align: center;
  padding: 8px;
  display: inline-block;
  color: white;
  margin: 0 auto;
}
#sidebar .instagram .bg-image:hover {
  opacity: 1;
}
#sidebar .instagram .bg-image:hover .hovered {
  background: rgba(0, 0, 0, .2);
  opacity: 1;
  -ms-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.search-submit {
  display: none;
}
.search-field {
  width: 100%;
}
.footer-instagram .insert-instagram {
  padding-bottom: 0;
  margin-bottom: 0;
}
#before-footer {
  background: white;
  padding: 20px 0;
  text-align: center;
}
#rs-ad-widget {
  margin: 0 auto;
}
/*----------------------------------------------------------------------------
 Footer
 ----------------------------------------------------------------------------*/
#colophon {
  height: 50px;
  line-height: 50px;
  background: white;
  padding-top: 10px;
  margin-top: 0;
  height: auto;
}
@media (max-width: 480px) {
  #colophon {
    height: auto;
    line-height: 140%;
    padding: 30px 20px 20px 20px;
  }
}
#colophon .menu {
  text-align: center;
}
#colophon .site-info {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 9px;
  text-align: center;
}
@media (max-width: 768px) {
  #colophon .site-info {
    line-height: 270%;
    max-width: 100%;
    margin: 20px auto 60px auto;
  }
}
#colophon .site-info span {
  margin: 0 4px;
}
@media (max-width: 768px) {
  #colophon .site-info span {
    margin: 0;
    display: block;
  }
  #colophon .site-info span.sep {
    display: none;
  }
}
/*----------------------------------------------------------------------------
 Single Post Page
 ----------------------------------------------------------------------------*/
.single-post .site-main {
  background: white;
  padding-bottom: 0px;
  height: 100%;
  position: relative;
}
.single-post .insert-instagram {
  margin: 0;
  padding: 0;
}
.single-post h1 {
  font-size: 24px;
}
.single-post h2 {
  font-size: 50px;
  font-family: 'Hullist', 'ChronicleDisplay', 'Didot', sans-serif;
  text-transform: lowercase;
  letter-spacing: 0px;
  margin: 0;
  font-weight: 100;
}
.single-post h3 {
  font-size: 13px;
}
.single .article-wrapper {
  margin-bottom: 110px;
  height: 100%;
}
@media (max-width: 1220px) {
  .single .article-wrapper {
    height: auto !important;
  }
}
.single .article-wrapper h2 {
  font-size: 40px;
}
@media (max-width: 768px) {
  .single .single-article {
    padding: 0 20px 40px 20px;
    margin-bottom: 40px;
  }
}
.single .single-article .entry-header {
  text-align: center;
  padding-top: 20px;
}
.single .single-article .entry-header h1 {
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
}
.single .single-article .entry-content a {
  color: #d5b2b2;
}
.single .single-article .entry-content a:hover {
  color: black;
}
.single .single-article .entry-content img {
  width: 100%;
}
.single .single-article .entry-footer {
  margin: 40px 0;
  border-top: 1px solid #b3b3b3;
  padding-top: 30px;
}
.single .single-meta-left, .single .single-meta-right {
  opacity: 0;
  position: absolute;
  max-width: 300px;
  -ms-transition: all 600ms ease;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
}
@media (max-width: 1226px) {
  .single .single-meta-left, .single .single-meta-right {
    display: none !important;
  }
}
.single .single-meta-left.visible, .single .single-meta-right.visible {
  opacity: 1;
  -ms-transition: all 600ms ease;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
}
.single .single-meta-left .share-meta, .single .single-meta-right .share-meta {
  margin-bottom: 20px;
}
.single .single-meta-left .pagination-inner .image-left, .single .single-meta-right .pagination-inner .image-left {
  background: black;
}
.single .single-meta-left .pagination-inner .bg-image, .single .single-meta-right .pagination-inner .bg-image {
  padding-bottom: 130%;
}
.single .single-meta-left .pagination-inner .table, .single .single-meta-right .pagination-inner .table {
  background: #faeeee;
}
.single .single-meta-left .pagination-inner a, .single .single-meta-right .pagination-inner a {
  display: block;
}
.single .single-meta-left .pagination-inner:hover .bg-image, .single .single-meta-right .pagination-inner:hover .bg-image {
  opacity: 0.8;
  -ms-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.single .single-meta-right {
  right: 10px;
  width: 250px;
  max-width: 300px;
}
.single .single-meta-left {
  left: 14px;
}
.single .single-meta-left .share-meta {
  margin-bottom: 72px;
}
.single .single-meta-wrapper {
  height: 100vh;
  z-index: 10;
}
.single .single-meta {
  z-index: 9;
  margin-bottom: 10px;
  -ms-transition: all 600ms ease;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
}
@media (max-width: 1024px) {
  .single .single-meta {
    display: none;
  }
}
.single .single-meta.fr {
  right: 20px;
  bottom: 20px;
  margin: 0 0 10px 0;
  padding: 0;
  width: 100%;
}
.single .single-meta.fr .pagination-right i {
  padding-left: 6px;
}
.single .single-meta.fl {
  left: 20px;
}
.single .single-meta.fl i {
  padding-right: 6px;
}
.single .single-meta h2 {
  font-size: 18px;
  text-transform: lowercase;
  font-family: 'Hullist', 'ChronicleDisplay', 'Didot', sans-serif;
  letter-spacing: 0px;
  padding-left: 10px;
}
.single .single-meta h2 i {
  font-size: 10px;
}
.single .single-meta h4 {
  font-size: 10px;
  text-align: left;
  padding-bottom: 7px;
  padding-left: 10px;
  padding-right: 10px;
  margin: 0;
}
.single #shop-the-post {
  background: #f2f2f2;
  padding: 50px;
  margin: 50px 0;
}
.single #shop-the-post .shop-the-post-inner {
  background: white;
  padding: 50px 30px 30px 30px;
}
.single #shop-the-post .shop-the-post-inner .post-links {
  margin-top: 20px;
  text-align: center;
}
.single #shop-the-post .shop-the-post-inner .post-links ul, .single #shop-the-post .shop-the-post-inner .post-links ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.single #shop-the-post .shop-the-post-inner .post-links p, .single #shop-the-post .shop-the-post-inner .post-links li {
  display: inline-block;
  margin: 0 8px;
}
.single #shop-the-post .shop-the-post-inner .post-links p a, .single #shop-the-post .shop-the-post-inner .post-links li a {
  text-transform: uppercase;
  color: black;
  font-size: 10px;
  letter-spacing: 1px;
}
.single #shop-the-post .shop-the-post-inner .post-links p a:hover, .single #shop-the-post .shop-the-post-inner .post-links li a:hover {
  color: #d5b2b2;
}
.single #shop-the-post hr {
  margin-bottom: 40px;
  margin-top: 20px;
}
.single #shop-the-post .shop-image {
  background-size: 80%;
  position: relative;
  max-width: 200px;
  margin: 0 auto;
}
.single #shop-the-post .shop-image .hovered {
  opacity: 0;
  -ms-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  position: absolute;
  left: 0;
  right: 0;
  height: 100%;
}
.single #shop-the-post .shop-image .hovered p {
  background: black;
  padding: 8px 18px;
  color: white;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 10px;
  display: inline-block;
  margin: 0;
}
.single #shop-the-post .shop-image:hover {
  opacity: 1;
}
.single #shop-the-post .shop-image:hover .hovered {
  opacity: 1;
  background: rgba(255, 255, 255, .2);
  -ms-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.single .single-pagination {
  background: #faeeee;
  padding: 0;
  width: 90%;
}
.single .single-pagination .text {
  padding: 0 20px;
}
.single .single-pagination h2 {
  font-size: 40px;
}
.single .single-pagination .image {
  background: black;
}
.single .single-pagination a:hover .bg-image {
  opacity: 0.8;
  -ms-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.single .related {
  margin: 150px 0 100px 0;
}
@media (max-width: 480px) {
  .single .related {
    margin: 50px 20px;
  }
}
.single .related h2 {
  position: relative;
  z-index: 10;
  margin-left: 10%;
  line-height: 100%;
}
@media (max-width: 768px) {
  .single .related h2 {
    font-size: 45px;
  }
}
@media (max-width: 480px) {
  .single .related h2 {
    margin-left: 0;
    text-align: center;
    font-size: 40px;
  }
}
.single .related .related-posts {
  margin-top: -10px;
  position: relative;
  z-index: 1;
  margin-left: -3px;
  margin-right: -3px;
}
@media (max-width: 480px) {
  .single .related .related-posts {
    margin-top: 0;
  }
}
.single .related h1 {
  margin-bottom: 15px;
  font-size: 18px;
}
@media (max-width: 768px) {
  .single .related .grid__item:nth-child(3), .single .related .grid__item:nth-child(4), .single .related .grid__item:nth-child(5), .single .related .grid__item:nth-child(6) {
    display: none;
  }
}
.single .related .related-image {
  position: relative;
  display: block;
  background: black;
}
@media (max-width: 480px) {
  .single .related .related-image {
    margin-bottom: 20px;
  }
}
.single .related .related-image .bg-image {
  padding-bottom: 120%;
}
.single .related .related-image .hovered {
  opacity: 0;
  background: rgba(0, 0, 0, .2);
  position: absolute;
  left: 0;
  right: 0;
  height: 100%;
  text-transform: uppercase;
  -ms-transition: all 600ms ease;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
}
@media (max-width: 768px) {
  .single .related .related-image .hovered {
    opacity: 1;
  }
}
.single .related .related-image .hovered .hovered-inner {
  background: white;
  padding: 10px;
  margin: 0 auto;
  width: 80%;
  max-width: 200px;
  text-align: center;
}
.single .related .related-image .hovered h3 {
  font-size: 12px;
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 10px;
  background: white;
  padding: 12px 8px;
  margin: 0;
  text-align: center;
}
.single .related .related-image .hovered .btn {
  text-align: center;
}
.single .related .related-image:hover .hovered {
  opacity: 1;
  -ms-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.single #comments {
  max-width: 700px;
  margin: 0 auto;
  padding: 0 20px;
  background: #f2f2f2;
  padding: 20px 40px;
}
.single #comments .comment-form input[type="text"], .single #comments .comment-form input[type="email"], .single #comments .comment-form input[type="url"] {
  background: white !important;
  width: 100%;
}
.single #comments .logged-in-as {
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 1px;
}
.single #comments .comments-title, .single #comments .comment-metadata, .single #comments .says {
  display: none;
}
.single #comments .comment-list {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
  text-align: center;
  margin-top: 40px;
}
.single #comments .comment-list p {
  margin: 15px 0;
}
.single #comments .comment-list .comment.parent {
  border-bottom: 1px solid black;
  margin-bottom: 30px;
  padding-bottom: 20px;
}
.single #comments .comment-list .children {
  list-style: none;
  padding: 0;
  margin: 30px 0 10px 0;
}
.single #comments .comment-author, .single #comments .reply {
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 1px;
}
.single #comments textarea {
  border: none !important;
  background: white !important;
  text-transform: none;
}
.single #comments textarea:focus {
  background: white !important;
}
.single #comments label {
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 1px;
  padding-right: 10px;
  float: left;
}
.single #comments .comment-form-comment label {
  display: none;
}
.single #comments .form-submit {
  margin-bottom: 0;
}
.single #comments .form-submit input {
  width: 100%;
  padding: 10px;
}
.single #comments .form-submit input:hover {
  background: #b3b3b3 !important;
}
#disqus_thread {
  max-width: 700px;
  margin: 0 auto 100px auto;
  padding: 0 20px;
}
.shop-post-slider-wrapper {
  position: relative;
  width: 100% !important;
  margin: 40px 0 !important;
}
.shop-post-slider-wrapper .shop-post-slider {
  overflow: hidden;
  /*
   .slick-list {
   width:100%;
   }
   .slick-track {
   width:100%;
   }
   */
}
.shop-post-slider-wrapper .shop-post-slider .slide {
  display: block;
  height: 100%;
  padding: 0 10px;
  float: left;
}
.shop-post-slider-wrapper .shop-post-slider .slide:focus {
  outline: none;
}
.shop-post-slider-wrapper .shop-post-slider .bg-image {
  /*
   padding-bottom: 100%;
   background-size: contain;
   */
  background-size: contain;
  height: 190px;
  padding: 0;
  max-height: 160px;
  max-width: 190px;
}
.shop-post-slider-wrapper .shop-post-slider-prev, .shop-post-slider-wrapper .shop-post-slider-next {
  color: black;
  font-size: 24px;
  position: absolute;
  top: 65%;
  display: block;
  margin-top: -40px;
}
.shop-post-slider-wrapper .shop-post-slider-prev:hover, .shop-post-slider-wrapper .shop-post-slider-next:hover {
  color: #f2f2f2;
}
.shop-post-slider-wrapper .shop-post-slider-prev {
  left: -50px;
}
.shop-post-slider-wrapper .shop-post-slider-next {
  right: -50px;
}
.tiny--show .ad {
  text-align: center !important;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}
.subscribe-wrapper {
  border: 2px solid #faeeee;
  padding: 60px 40px 50px 40px;
  overflow: auto;
  max-width: 760px;
}
.subscribe-wrapper .subscribe-inner {
  text-align: center;
  width: 90%;
  margin: 0 auto;
}
.subscribe-wrapper h2 {
  font-size: 16px;
}
.subscribe-wrapper form input {
  padding: 8px 12px !important;
  margin-bottom: 10px;
}
.subscribe-wrapper form input[type="name"], .subscribe-wrapper form input[type="email"] {
  width: 40%;
  margin: 0 10px;
  max-width: 220px;
}
@media (max-width: 768px) {
  .subscribe-wrapper form input[type="name"], .subscribe-wrapper form input[type="email"] {
    width: 100%;
    margin-bottom: 20px;
  }
}
.subscribe-wrapper form input[type="submit"] {
  padding: 12px 22px !important;
}
@media (max-width: 768px) {
  .subscribe-wrapper form input[type="submit"] {
    width: 100%;
    max-width: 220px;
  }
}
.subscribe-wrapper form input[type="submit"]:hover {
  background: transparent !important;
  color: black !important;
}
.subscribe-wrapper form .submit-wrapper {
  width: 100%;
  float: left;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .subscribe-wrapper form .submit-wrapper {
    margin-top: 0;
    width: 100%;
  }
}
.cookbook-recipe {
  float: left;
  width: 100%;
  color: black !important;
  background: #f2f2f2 !important;
}
.cookbook-recipe .cookbook-name {
  font-family: 'ChronicleDisplay', 'Didot', sans-serif;
  font-size: 18px;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
}
.cookbook-recipe h3 {
  font-family: 'Karla', 'BrandonGrotesqueReg', "IndianTypeFoundryVolteLight", "Helvetica", "Arial", sans-serif;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
}
.cookbook-recipe .cookbook-details-author {
  display: none;
}
.cookbook-recipe .cookbook-container p {
  line-height: 220%;
  margin-bottom: 10px;
}
.cookbook-recipe .cookbook-details, .cookbook-recipe .cookbook-tag {
  font-family: 'Karla', 'BrandonGrotesqueReg', "IndianTypeFoundryVolteLight", "Helvetica", "Arial", sans-serif !important;
  text-transform: uppercase !important;
  font-size: 10px !important;
  letter-spacing: 1px !important;
  color: black !important;
}
.cookbook-recipe .cookbook-tag-courses {
  margin-top: 40px !important;
}
.cookbook-recipe .cookbook-container-ingredients {
  float: left;
  margin-top: 30px;
}
.cookbook-recipe .cookbook-title-instructions {
  padding-top: 30px;
}
.cookbook-recipe .cookbook-button-link-print-preview {
  font-family: 'Karla', 'BrandonGrotesqueReg', "IndianTypeFoundryVolteLight", "Helvetica", "Arial", sans-serif;
  letter-spacing: 1px;
  font-size: 10px;
  color: black !important;
  border-color: black !important;
}
.cookbook-recipe .cookbook-button-link-print-preview:hover {
  background: black !important;
  color: white !important;
}
/*----------------------------------------------------------------------------
 Category/Search Page
 ----------------------------------------------------------------------------*/
.archive-header .archive-title h1 {
  padding-left: 15px;
}
.archive-header .page-title {
  text-transform: lowercase;
  font-size: 58px;
  font-family: 'Hullist', 'ChronicleDisplay', 'Didot', sans-serif;
  font-weight: 100;
  letter-spacing: 0px;
  position: relative;
  z-index: 1;
}
.archive-header .page-title i {
  font-size: 12px;
  padding-right: 5px;
}
.archive-header .search-nav {
  margin-top: 35px;
}
@media (max-width: 1024px) {
  .archive-header .search-nav {
    margin-right: 20px;
  }
}
@media (max-width: 1024px) {
  .archive-header .category-nav {
    padding-right: 20px;
  }
}
.archive-header .category-nav li {
  display: inline-block;
  margin: 0 8px;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .archive-header .category-nav li {
    line-height: 250%;
  }
}
.archive-header .category-nav li a {
  color: black;
}
.archive-header .category-nav li a:hover {
  color: #eddcdc;
}
.archive .content-area, .search-results .content-area {
  margin-bottom: 100px;
}
.archive-content {
  margin-bottom: 100px;
  margin-top: -10px;
}
@media (max-width: 1024px) {
  .archive-content {
    padding-right: 20px !important;
  }
}
@media (max-width: 480px) {
  .archive-content article {
    padding-left: 20px !important;
  }
}
.archive-content article .bg-image {
  padding-bottom: 150%;
}
.archive-content article .hovered {
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, .2);
  margin-left: 24px;
  text-align: center;
  -ms-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 480px) {
  .archive-content article .hovered {
    margin-left: 20px;
  }
}
@media (max-width: 480px) {
  .archive-content article .hovered {
    opacity: 1;
  }
}
.archive-content article .hovered .hovered-inner {
  background: white;
  padding: 10px;
  margin: 0 auto;
  width: 80%;
  max-width: 200px;
  text-align: center;
}
.archive-content article .hovered a, .archive-content article .hovered h2 {
  color: black;
}
.archive-content article .hovered a:hover, .archive-content article .hovered h2:hover {
  color: black;
}
.archive-content article .hovered h2 {
  font-size: 12px;
  background: white;
  padding: 12px 8px;
  margin: 0;
}
.archive-content article:hover .hovered {
  opacity: 1;
  -ms-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.page-header {
  padding-right: 0;
}
.page-header h1 {
  margin: 0;
}
@media (max-width: 480px) {
  .page-header {
    height: auto;
    padding-right: 20px !important;
  }
}
@media (max-width: 480px) {
  .page-header .archive-title {
    display: none;
  }
}
.page-header .text-left h1 {
  margin-left: 15px;
}
@media (max-width: 480px) {
  .page-header .text-left h1 {
    text-align: center;
  }
}
.page-header .text-left span {
  margin: 0 8px;
}
@media (max-width: 480px) {
  .page-header .text-right {
    text-align: center;
  }
}
.page-header .text-right span {
  text-transform: uppercase;
  margin: 0 3px;
  font-size: 10px;
  letter-spacing: 1px;
}
.page-content input[type="search"] {
  background: white !important;
  max-width: 450px;
  width: 90%;
  margin: 0 auto;
  padding: 6px;
  text-align: center;
}
.post-navigation, .nav-previous {
  display: none;
}
.load-more {
  text-transform: uppercase;
  letter-spacing: 1px;
  background: #faeeee;
  border: none;
  color: black;
  padding: 18px 24px;
  position: relative;
  /*
   &:before {
   content: "";
   background-color: $colorPink;
   display: block;
   height: 100%;
   position: absolute;
   left: -10px;
   top: 0;
   width: 20px;
   transform: skewX(12deg);
   @include fadeAll;
   }
   */
}
.load-more:after {
  content: "";
  background-color: #faeeee;
  display: block;
  height: 100%;
  position: absolute;
  right: -10px;
  top: 0;
  width: 20px;
  transform: skewX(12deg);
  -ms-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.load-more:hover, .load-more:active, .load-more:focus {
  background: black;
  color: white;
}
.load-more:hover:after, .load-more:active:after, .load-more:focus:after, .load-more:hover:before, .load-more:active:before, .load-more:focus:before {
  background-color: black;
  -ms-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.load-more-wrapper {
  margin: 80px 0;
}
.no-results {
  text-align: center;
  padding: 70px 0;
}
@media (min-width: 1024px) {
  .no-results {
    min-height: 500px;
  }
}
/*----------------------------------------------------------------------------
 Shop Page
 ----------------------------------------------------------------------------*/
.product-page {
  margin-bottom: 100px !important;
  min-height: 460px;
}
.product-page .page-title {
  margin-top: 20px;
  font-size: 22px;
}
.product-page .shop-nav-wrapper {
  background: white;
}
.product-page .shop-nav-wrapper .shop-by-product {
  width: 100%;
}
@media (max-width: 480px) {
  .product-page .shop-nav-wrapper .shop-by-product {
    margin: 0 auto;
    padding-right: 40px;
  }
}
.product-page .shop-nav-wrapper .shop-by-product ul {
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 0;
}
.product-page .shop-nav-wrapper .shop-by-product ul li {
  display: block;
  margin: 0;
}
@media (max-width: 480px) {
  .product-page .shop-nav-wrapper .shop-by-product ul li {
    display: block;
    margin: 0;
    width: 48%;
    float: left;
  }
}
.product-page .shop-nav-wrapper .shop-by-product ul li a {
  text-transform: uppercase;
  padding: 20px;
  background: white;
  letter-spacing: 1px;
  display: block;
  margin-bottom: 0px;
  font-size: 10px;
  -ms-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 480px) {
  .product-page .shop-nav-wrapper .shop-by-product ul li a {
    padding: 15px 22px;
  }
}
.product-page .shop-nav-wrapper .shop-by-product ul li a:hover {
  background: #737373;
  color: white;
  -ms-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.product-page .shop-nav-wrapper .shop-by-product ul li.current-menu-item a {
  background: #737373;
  color: white;
}
.product-page .product-content {
  background: white;
  padding-bottom: 20px;
  padding-top: 30px;
}
.product-page .product-content .product {
  position: relative;
  margin-bottom: 40px;
}
@media (max-width: 480px) {
  .product-page .product-content .product {
    padding-left: 0 !important;
    width: 80%;
    margin: 20px 0;
  }
}
.product-page .product-content .product .bg-image {
  background-size: contain;
  padding-bottom: 60%;
  margin: 20px auto;
  max-width: 190px;
}
.product-page .product-content .product h3 {
  margin-top: 0;
  font-size: 10px;
}
.product-page .product-content .product p {
  font-family: 'SavoyRoman', "Baskerville", serif;
  line-height: 200%;
  padding: 0 20px;
}
.product-page .product-content .product .hovered {
  opacity: 0;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -ms-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 480px) {
  .product-page .product-content .product .hovered {
    padding-left: 0;
  }
}
.product-page .product-content .product .hovered h1 {
  background: black;
  color: white;
  font-family: 'Karla', 'BrandonGrotesqueReg', "IndianTypeFoundryVolteLight", "Helvetica", "Arial", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  text-align: center;
  font-size: 10px;
  padding: 8px 22px;
}
.product-page .product-content .product .hovered h1:hover {
  background: #444;
}
.product-page .product-content .product:hover .hovered {
  opacity: 1;
  -ms-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.product-page .product-content .error-404 {
  width: 80%;
  margin: 0 auto;
  margin-bottom: 40px;
}
.product-page .product-content .error-404 p {
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
  font-size: 12px;
}
.product-page .product-content .error-404 form {
  display: none;
}
.shop {
  margin-bottom: 135px;
}
.shop .page-title {
  margin-bottom: -12px;
}
.shop .entry-header .bg-image {
  padding-bottom: 20%;
}
@media (max-width: 480px) {
  .shop .entry-header {
    display: none;
  }
}
#shop-content {
  position: relative;
}
@media (max-width: 850px) {
  #shop-content .one-third, #shop-content .two-sixths, #shop-content .four-twelfths {
    display: none !important;
  }
  #shop-content .two-thirds, #shop-content .four-sixths, #shop-content .eight-twelfths {
    width: 100% !important;
  }
}
#tabs {
  margin-top: 30px;
}
#tabs .shop-tabs {
  margin-bottom: 30px;
  text-align: center;
}
#tabs .shop-tabs ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  display: inline;
}
#tabs .shop-tabs ul li, #tabs .shop-tabs ul h3 {
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 10px;
  letter-spacing: 0.15em;
  cursor: pointer;
  margin: 0 2%;
}
@media (max-width: 480px) {
  #tabs .shop-tabs ul li, #tabs .shop-tabs ul h3 {
    margin: 0 4%;
    margin-bottom: 8px;
  }
}
#tabs .shop-tabs ul li.tab-current, #tabs .shop-tabs ul h3.tab-current {
  color: #b3b3b3;
}
#tabs .shop-tabs h3 {
  font-weight: normal;
  display: inline;
}
#tabs .content {
  position: relative;
  -ms-transition: all 600ms ease;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
}
#tabs .content section {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
#tabs .content section.content-current {
  opacity: 1;
  position: static;
  -ms-transition: all 600ms ease;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
}
.sticky-wrapper {
  position: absolute;
  top: 0;
}
@media (max-width: 480px) {
  .sticky-wrapper {
    position: relative;
  }
}
.sticky-wrapper .stickykit {
  height: 100vh;
}
@media (max-width: 480px) {
  .sticky-wrapper .stickykit {
    height: auto;
  }
}
#shop-sidebar {
  padding: 0px;
  margin-top: -10px;
}
#favorites {
  padding: 0px;
  margin-bottom: 40px;
  text-align: center;
  font-family: 'Karla', 'BrandonGrotesqueReg', "IndianTypeFoundryVolteLight", "Helvetica", "Arial", sans-serif;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 10px;
  line-height: 2.5em;
  letter-spacing: 0.15em;
}
@media (max-width: 480px) {
  #favorites {
    margin-bottom: 0;
  }
}
#favorites h3 {
  margin-bottom: 15px;
  font-family: 'Hullist', 'ChronicleDisplay', 'Didot', sans-serif;
  font-size: 52px;
  text-transform: lowercase;
  letter-spacing: 1px;
  margin-bottom: 30px;
}
#favorites p {
  margin: 0;
}
#favorites a:hover {
  color: #b3b3b3;
}
.bo-garden {
  margin-left: auto !important;
  margin-right: auto !important;
}
.bo-box {
  border: none !important;
  background: white !important;
}
@media (max-width: 480px) {
  .bo-box {
    margin: 0 auto !important;
  }
}
@media (max-width: 480px) {
  .bo-con {
    width: 100% !important;
    max-width: 100% !important;
  }
}
.bo-con:after, .bo-con:before {
  content: none !important;
}
#additional-links {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 480px) {
  #additional-links {
    display: none;
  }
}
#additional-links li {
  background: black;
  padding: 20px 10px;
  color: white;
  text-align: center;
  font-family: 'Karla', 'BrandonGrotesqueReg', "IndianTypeFoundryVolteLight", "Helvetica", "Arial", sans-serif;
  text-transform: uppercase;
  font-size: 10px;
  line-height: 1em;
  letter-spacing: 0.15em;
  margin-top: 20px;
  max-width: 210px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 480px) {
  #additional-links li {
    display: inline-block;
    margin: 5px;
  }
}
#additional-links li a {
  color: white;
}
#additional-links li:hover {
  background: #f2f2f2;
  color: black;
}
#additional-links li:hover a {
  color: black;
}
/*----------------------------------------------------------------------------
 Pages
 ----------------------------------------------------------------------------*/
.page .entry-title {
  text-align: center;
}
@media (max-width: 480px) {
  .wpcf7 .one-half, .wpcf7 .two-quarters, .wpcf7 .three-sixths, .wpcf7 .four-eighths, .wpcf7 .five-tenths, .wpcf7 .six-twelfths {
    width: 100%;
    margin-bottom: 20px;
  }
  .wpcf7 .one-half:nth-child(2), .wpcf7 .two-quarters:nth-child(2), .wpcf7 .three-sixths:nth-child(2), .wpcf7 .four-eighths:nth-child(2), .wpcf7 .five-tenths:nth-child(2), .wpcf7 .six-twelfths:nth-child(2) {
    margin-bottom: 0;
  }
  .wpcf7 .one-half span, .wpcf7 .two-quarters span, .wpcf7 .three-sixths span, .wpcf7 .four-eighths span, .wpcf7 .five-tenths span, .wpcf7 .six-twelfths span {
    display: block;
  }
  .wpcf7 .one-half input, .wpcf7 .two-quarters input, .wpcf7 .three-sixths input, .wpcf7 .four-eighths input, .wpcf7 .five-tenths input, .wpcf7 .six-twelfths input {
    width: 100%;
  }
}
.wpcf7 input[type="submit"] {
  width: 100%;
  margin-top: 10px;
}
.wpcf7-response-output {
  background: #737373;
  border: none !important;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1px;
  padding: 7px !important;
  color: white;
  text-align: center;
  margin-top: -10px !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.about-page .entry-header {
  margin-bottom: 40px;
}
.about-page .bg-image {
  padding-bottom: 130%;
}
.about-page .entry-image .table {
  margin: 0 auto;
  max-width: 500px;
}
.about-page .bio-image {
  max-width: 460px;
  margin: 0 auto 30px auto;
}
.about-page .entry-content {
  text-align: center;
  line-height: 250%;
}
@media (max-width: 650px) {
  .about-page .entry-content {
    width: 100% !important;
    height: auto !important;
    padding: 0 20px;
  }
}
.about-page .entry-content p {
  max-width: 450px;
  margin: 0 auto;
  padding: 0 30px;
  font-size: 1 5px;
  line-height: 250%;
}
.about-page .blurb {
  position: relative;
}
.about-page .quote {
  background: white;
  padding: 20px;
  margin-top: 30px;
  max-width: 360px;
  margin-bottom: 20px;
  line-height: 150%;
}
.about-page .quote.v1 {
  margin-left: -30%;
}
.about-page .quote.v2 {
  margin-right: -30%;
  position: absolute;
  right: 60%;
  bottom: 40px;
}
@media (max-width: 768px) {
  .about-page .quote.v1, .about-page .quote.v2 {
    margin: -120px auto 0 auto;
    position: relative;
    right: initial;
    bottom: 20px;
    width: 90%;
  }
}
.about-page .quote h3 {
  font-size: 13px;
  font-weight: 400;
}
.about-page .quote p {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: 'Karla', 'BrandonGrotesqueReg', "IndianTypeFoundryVolteLight", "Helvetica", "Arial", sans-serif;
}
.about-page h2 {
  font-family: 'Hullist', 'ChronicleDisplay', 'Didot', sans-serif;
  text-transform: lowercase;
  font-size: 52px;
  text-align: left;
  letter-spacing: 0px;
  font-weight: 100;
  display: inline-block;
}
.about-page .list {
  background: #faeeee;
  padding: 40px;
}
@media (max-width: 768px) {
  .about-page .list {
    margin: 80px auto 30px auto;
    max-width: 650px;
    width: 90%;
  }
}
.about-page .list .list-item {
  margin-bottom: 15px;
}
.about-page .list h2 {
  font-size: 36px;
  margin-left: 15px;
  margin-bottom: 0;
  margin-top: 0px;
}
.about-page .list p {
  display: inline-block;
  text-transform: uppercase;
  font-size: 15px;
  margin-bottom: 10px;
  letter-spacing: 1px;
  padding-left: 10px;
}
.about-page .shop {
  margin-bottom: 70px;
}
.about-page .press {
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  .about-page .press {
    max-width: 480px;
  }
  .about-page .press .press-item {
    margin-bottom: 30px;
  }
}
.about-page .press h2 {
  margin-bottom: 20px;
}
.about-page .press img {
  max-height: 130px;
  max-width: 240px;
}
.wpcf7-text {
  width: 100%;
}
.contact-content {
  margin-bottom: 120px;
}
.contact-content .bg-image {
  padding-bottom: 20%;
  margin-bottom: 30px;
}
.contact-content .contact-image .bg-image {
  padding-bottom: 40%;
  margin-bottom: 30px;
}
.contact-content .contact-text h3 {
  max-width: 320px;
}
@media (max-width: 768px) {
  .contact-content .contact-text h3 {
    margin-left: auto;
    margin-right: auto;
  }
}
.contact-content .contact-text p {
  max-width: 320px;
  letter-spacing: 0.5px;
  line-height: 190%;
  font-size: 12px;
}
@media (max-width: 768px) {
  .contact-content .contact-text p {
    margin-left: auto;
    margin-right: auto;
  }
}
.contact-content .contact-text a {
  color: black;
}
.contact-content .contact-text a:hover {
  color: #d5b2b2;
}
@media (max-width: 480px) {
  .contact-content .contact-text {
    margin-bottom: 20px;
  }
}
.contact-content .contact-form input, .contact-content .contact-form textarea {
  border: none !important;
}
.contact-content .contact-form textarea {
  max-height: 140px;
}
.contact-content .contact-form input[type="submit"] {
  background: black !important;
  border: 1px solid black !important;
}
.contact-content .contact-form input[type="submit"]:hover {
  background: transparent !important;
  color: black !important;
}
.page-template-page-contact #header-social {
  display: none !important;
}
.page-template-page-about .insert-popular {
  margin-bottom: 70px;
}
.page-template-page-healthy-family .site-main {
  background: white;
}
.page-template-page-healthy-family .midsection {
  padding: 0px 0 90px 0;
}
/*----------------------------------------------------------------------------
 Lightboxes
 ----------------------------------------------------------------------------*/
.lightbox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, .9);
  z-index: 9990;
  color: white;
}
.lightbox .lightbox-inner {
  overflow: scroll;
  padding: 25px;
  max-width: 700px;
  margin: 0 auto;
  height: 100%;
  text-align: center;
}
.lightbox .lightbox-close {
  position: absolute;
  top: 28px;
  right: 31px;
  z-index: 10;
  font-size: 16px;
  color: white;
}
.lightbox .lightbox-close:hover {
  color: #b3b3b3;
}
.lightbox#subscribe .subscribe {
  position: relative;
}
.lightbox#subscribe .subscribe .lightbox-close {
  color: black;
}
.lightbox#subscribe .subscribe .lightbox-close:hover {
  color: #b3b3b3 !important;
}
.lightbox#subscribe .subscribe .bg-image {
  padding-bottom: 90%;
  position: relative;
}
@media (max-width: 480px) {
  .lightbox#subscribe .subscribe .bg-image {
    padding-bottom: 120%;
  }
}
.lightbox#subscribe .subscribe .bg-image .widget-content {
  background: white;
  color: black;
  left: 20px;
  right: 20px;
  bottom: 20px;
  position: absolute;
  padding: 30px;
}
.lightbox#subscribe .subscribe .bg-image .widget-content h1 {
  margin-top: 0px;
}
.lightbox#subscribe .subscribe .bg-image .widget-content .submit-wrapper {
  margin-top: 10px;
}
@media (max-width: 480px) {
  .lightbox#subscribe form input {
    margin-bottom: 10px;
    width: 100%;
    text-align: center;
  }
}
.lightbox#subscribe form input[type="email"] {
  width: 70%;
  max-width: 150px;
  margin-left: 8px;
}
@media (max-width: 480px) {
  .lightbox#subscribe form input[type="email"] {
    width: 100%;
    margin-left: 0;
    max-width: 100%;
  }
}
.lightbox#subscribe form input[type="text"] {
  color: white;
  border-bottom: white;
  max-width: 100%;
}
.lightbox#subscribe form input .submit-wrapper {
  margin-top: 10px;
}
@media (max-width: 480px) {
  .lightbox#subscribe form input .submit-wrapper {
    margin-top: 0;
  }
}
.lightbox#search .lightbox-inner {
  height: 100%;
}
.lightbox#search input {
  color: black;
  width: 100%;
  text-align: center;
  font-size: 20px;
  max-width: 410px;
  padding: 20px !important;
}
.lightbox#search input::-webkit-input-placeholder {
  color: black;
}
.lightbox#search input:-moz-placeholder {
  color: black;
}
.lightbox#search input::-moz-placeholder {
  color: black;
}
.lightbox#search input:-ms-input-placeholder {
  color: black;
}
.lightbox#search hr {
  background: white;
  height: 1px;
  max-width: 50px;
  margin: 20px auto;
}
.lightbox#search p {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
  margin-top: 30px;
  color: white;
}
.lightbox#mobile-menu {
  height: 100%;
  background: rgba(0, 0, 0, .95);
  color: white;
}
.lightbox#mobile-menu .lightbox-inner {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}
.lightbox#mobile-menu .lightbox-close {
  color: white;
}
.lightbox#mobile-menu .lightbox-close:hover {
  color: #e3e4e6;
}
.lightbox#mobile-menu li {
  display: block;
  line-height: 280%;
  font-family: 'Karla', 'BrandonGrotesqueReg', "IndianTypeFoundryVolteLight", "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  margin-bottom: 30px;
}
.lightbox#mobile-menu li a {
  color: white;
}
.lightbox#mobile-menu li a:visited, .lightbox#mobile-menu li a:active {
  color: white;
}
.lightbox#mobile-menu li a:hover {
  color: #e3e4e6;
}
.lightbox#mobile-menu li .sub-menu {
  margin-left: 0;
  padding-left: 0;
}
.lightbox#mobile-menu li .sub-menu li {
  line-height: 230%;
  font-size: 13px;
  font-family: 'Karla', 'BrandonGrotesqueReg', "IndianTypeFoundryVolteLight", "Helvetica", "Arial", sans-serif;
  margin-bottom: 0;
}
.lightbox#mobile-menu #mobile-bottom-menu {
  margin-top: 70px;
}
.lightbox#mobile-menu #mobile-bottom-menu li {
  display: inline-block !important;
  font-family: 'Karla', 'BrandonGrotesqueReg', "IndianTypeFoundryVolteLight", "Helvetica", "Arial", sans-serif;
  font-size: 12px;
  letter-spacing: 1.5px;
}
.lightbox#mobile-menu .instagrams {
  /*
   position: absolute;
   left: 0;
   right: 0;
   bottom: 0;
   */
}
@media (max-width: 767px) {
  .lightbox#mobile-menu .instagrams {
    position: relative;
  }
}
/*----------------------------------------------------------------------------
 Cookbook Plugin
 ----------------------------------------------------------------------------*/
.cookbook-recipe .cookbook-container p {
  line-height: 180% !important;
}
.cookbook-recipe .cookbook-container-notes ol li, .cookbook-recipe .cookbook-container-instructions ol li, .cookbook-recipe .cookbook-container-notes ul li, .cookbook-recipe .cookbook-container-instructions ul li {
  margin-bottom: 12px !important;
}
.cookbook-recipe .cookbook-ingredient {
  margin-bottom: 8px !important;
}
/*--------------------------------------------------------------
 # Vendor
 --------------------------------------------------------------*/
/*------------------------------------*\
 $CSSWIZARDRY-GRIDS
 \*------------------------------------*/
/**
 * CONTENTS
 * INTRODUCTION.........How the grid system works.
 * VARIABLES............Your settings.
 * MIXINS...............Library mixins.
 * GRID SETUP...........Build the grid structure.
 * WIDTHS...............Build our responsive widths around our breakpoints.
 * PUSH.................Push classes.
 * PULL.................Pull classes.
 */
/*------------------------------------*\
 $INTRODUCTION
 \*------------------------------------*/
/**
 * csswizardry grids provides you with widths to suit a number of breakpoints
 * designed around devices of a size you specify. Out of the box, csswizardry
 * grids caters to the following types of device:
 *
 * palm     --  palm-based devices, like phones and small tablets
 * lap      --  lap-based devices, like iPads or laptops
 * portable --  all of the above
 * desk     --  stationary devices, like desktop computers
 * regular  --  any/all types of device
 *
 * These namespaces are then used in the library to give you the ability to
 * manipulate your layouts based around them, for example:
 *
 <div class="grid__item  one-whole  lap--one-half  desk--one-third">
 *
 * This would give you a grid item which is 100% width unless it is on a lap
 * device, at which point it become 50% wide, or it is on a desktop device, at
 * which point it becomes 33.333% width.
 *
 * csswizardry grids also has push and pull classes which allow you to nudge
 * grid items left and right by a defined amount. These follow the same naming
 * convention as above, but are prepended by either `push--` or `pull--`, for
 * example:
 *
 `class="grid__item  one-half  push--one-half"`
 *
 * This would give you a grid item which is 50% width and pushed over to the
 * right by 50%.
 *
 * All classes in csswizardry grids follow this patten, so you should fairly
 * quickly be able to piece together any combinations you can imagine, for
 * example:
 *
 `class="grid__item  one-whole  lap--one-half  desk--one-third  push--desk--one-third"`
 *
 `class="grid__item  one-quarter  palm--one-half  push--palm--one-half"`
 *
 `class="grid__item  palm--one-third  desk--five-twelfths"`
 */
/*------------------------------------*\
 $VARIABLES
 \*------------------------------------*/
/**
 * If you are building a non-responsive site but would still like to use
 * csswizardry-grids, set this to ‘false’:
 */
/**
 * Is this build mobile first? Setting to ‘true’ means that all grids will be
 * 100% width if you do not apply a more specific class to them.
 */
/**
 * Set the spacing between your grid items.
 */
/**
 * Would you like Sass’ silent classes, or regular CSS classes?
 */
/**
 * Would you like push and pull classes enabled?
 */
/**
 * Using `inline-block` means that the grid items need their whitespace removing
 * in order for them to work correctly. Set the following to true if you are
 * going to achieve this by manually removing/commenting out any whitespace in
 * your HTML yourself.
 *
 * Setting this to false invokes a hack which cannot always be guaranteed,
 * please see the following for more detail:
 *
 * github.com/csswizardry/csswizardry-grids/commit/744d4b23c9d2b77d605b5991e54a397df72e0688
 * github.com/csswizardry/inuit.css/issues/170#issuecomment-14859371
 */
/**
 * Define your breakpoints. The first value is the prefix that shall be used for
 * your classes (e.g. `.palm--one-half`), the second value is the media query
 * that the breakpoint fires at.
 */
/**
 * Define which namespaced breakpoints you would like to generate for each of
 * widths, push and pull. This is handy if you only need pull on, say, desk, or
 * you only need a new width breakpoint at mobile sizes. It allows you to only
 * compile as much CSS as you need. All are turned on by default, but you can
 * add and remove breakpoints at will.
 *
 * Push and pull shall only be used if `$push` and/or `$pull` and `$responsive`
 * have been set to ‘true’.
 */
/**
 * You do not need to edit anything from this line onward; csswizardry-grids is
 * good to go. Happy griddin’!
 */
/*------------------------------------*\
 $MIXINS
 \*------------------------------------*/
/**
 * These mixins are for the library to use only, you should not need to modify
 * them at all.
 *
 * Enclose a block of code with a media query as named in `$breakpoints`.
 */
/**
 * Drop relative positioning into silent classes which can’t take advantage of
 * the `[class*="push--"]` and `[class*="pull--"]` selectors.
 */
/*------------------------------------*\
 $GRID SETUP
 \*------------------------------------*/
/**
 * 1. Allow the grid system to be used on lists.
 * 2. Remove any margins and paddings that might affect the grid system.
 * 3. Apply a negative `margin-left` to negate the columns’ gutters.
 */
.grid {
  list-style: none;
  margin: 0;
  /* [1] */
  padding: 0;
  /* [2] */
  margin-left: -24px;
  /* [2] */
  /* [3] */
  letter-spacing: -0.31em;
}
/* Opera hack */
.opera:-o-prefocus, .grid {
  word-spacing: -0.43em;
}
/**
 * 1. Cause columns to stack side-by-side.
 * 2. Space columns apart.
 * 3. Align columns to the tops of each other.
 * 4. Full-width unless told to behave otherwise.
 * 5. Required to combine fluid widths and fixed gutters.
 */
.grid__item {
  display: inline-block;
  padding-left: 24px;
  /* [1] */
  vertical-align: top;
  /* [2] */
  /* [3] */
  width: 100%;
  /* [4] */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* [5] */
  box-sizing: border-box;
  /* [5] */
  /* [5] */
  letter-spacing: normal;
  word-spacing: normal;
}
/**
 * Reversed grids allow you to structure your source in the opposite order to
 * how your rendered layout will appear. Extends `.grid`.
 */
.grid--rev {
  direction: rtl;
  text-align: left;
}
.grid--rev > .grid__item {
  direction: ltr;
  text-align: left;
}
/**
 * Gutterless grids have all the properties of regular grids, minus any spacing.
 * Extends `.grid`.
 */
.grid--full {
  margin-left: 0;
  letter-spacing: -0.31em;
}
.grid--full > .grid__item {
  padding-left: 0;
}
/**
 * Align the entire grid to the right. Extends `.grid`.
 */
.grid--right {
  text-align: right;
}
.grid--right > .grid__item {
  text-align: left;
}
/**
 * Centered grids align grid items centrally without needing to use push or pull
 * classes. Extends `.grid`.
 */
.grid--center {
  text-align: center;
}
.grid--center > .grid__item {
  text-align: left;
}
/**
 * Align grid cells vertically (`.grid--middle` or `.grid--bottom`). Extends
 * `.grid`.
 */
.grid--middle > .grid__item {
  vertical-align: middle;
}
.grid--bottom > .grid__item {
  vertical-align: bottom;
}
/**
 * Create grids with narrower gutters. Extends `.grid`.
 */
.grid--narrow {
  margin-left: -12px;
  letter-spacing: -0.31em;
}
.grid--narrow > .grid__item {
  padding-left: 12px;
}
/**
 * Create grids with wider gutters. Extends `.grid`.
 */
.grid--wide {
  margin-left: -45px;
  letter-spacing: -0.31em;
}
.grid--wide > .grid__item {
  padding-left: 45px;
}
/*------------------------------------*\
 $WIDTHS
 \*------------------------------------*/
/**
 * Create our width classes, prefixed by the specified namespace.
 */
/**
 * Our regular, non-responsive width classes.
 */
/**
 * Whole
 */
.one-whole {
  width: 100%;
}
/**
 * Halves
 */
.one-half, .two-quarters, .three-sixths, .four-eighths, .five-tenths, .six-twelfths {
  width: 50%;
}
/**
 * Thirds
 */
.one-third, .two-sixths, .four-twelfths {
  width: 33.333%;
}
.two-thirds, .four-sixths, .eight-twelfths {
  width: 66.666%;
}
/**
 * Quarters
 */
.one-quarter, .two-eighths, .three-twelfths {
  width: 25%;
}
.three-quarters, .six-eighths, .nine-twelfths {
  width: 75%;
}
/**
 * Fifths
 */
.one-fifth, .two-tenths {
  width: 20%;
}
.two-fifths, .four-tenths {
  width: 40%;
}
.three-fifths, .six-tenths {
  width: 60%;
}
.four-fifths, .eight-tenths {
  width: 80%;
}
/**
 * Sixths
 */
.one-sixth, .two-twelfths {
  width: 16.666%;
}
.five-sixths, .ten-twelfths {
  width: 83.333%;
}
/**
 * Eighths
 */
.one-eighth {
  width: 12.5%;
}
.three-eighths {
  width: 37.5%;
}
.five-eighths {
  width: 62.5%;
}
.seven-eighths {
  width: 87.5%;
}
/**
 * Tenths
 */
.one-tenth {
  width: 10%;
}
.three-tenths {
  width: 30%;
}
.seven-tenths {
  width: 70%;
}
.nine-tenths {
  width: 90%;
}
/**
 * Twelfths
 */
.one-twelfth {
  width: 8.333%;
}
.five-twelfths {
  width: 41.666%;
}
.seven-twelfths {
  width: 58.333%;
}
.eleven-twelfths {
  width: 91.666%;
}
/**
 * Our responsive classes, if we have enabled them.
 */
@media only screen and (min-width: 481px) and (max-width: 768px) {
  /**
   * Whole
   */
  /**
   * Halves
   */
  /**
   * Thirds
   */
  /**
   * Quarters
   */
  /**
   * Fifths
   */
  /**
   * Sixths
   */
  /**
   * Eighths
   */
  /**
   * Tenths
   */
  /**
   * Twelfths
   */
  .small--one-whole {
    width: 100%;
  }
  .small--one-half, .small--two-quarters, .small--three-sixths, .small--four-eighths, .small--five-tenths, .small--six-twelfths {
    width: 50%;
  }
  .small--one-third, .small--two-sixths, .small--four-twelfths {
    width: 33.333%;
  }
  .small--two-thirds, .small--four-sixths, .small--eight-twelfths {
    width: 66.666%;
  }
  .small--one-quarter, .small--two-eighths, .small--three-twelfths {
    width: 25%;
  }
  .small--three-quarters, .small--six-eighths, .small--nine-twelfths {
    width: 75%;
  }
  .small--one-fifth, .small--two-tenths {
    width: 20%;
  }
  .small--two-fifths, .small--four-tenths {
    width: 40%;
  }
  .small--three-fifths, .small--six-tenths {
    width: 60%;
  }
  .small--four-fifths, .small--eight-tenths {
    width: 80%;
  }
  .small--one-sixth, .small--two-twelfths {
    width: 16.666%;
  }
  .small--five-sixths, .small--ten-twelfths {
    width: 83.333%;
  }
  .small--one-eighth {
    width: 12.5%;
  }
  .small--three-eighths {
    width: 37.5%;
  }
  .small--five-eighths {
    width: 62.5%;
  }
  .small--seven-eighths {
    width: 87.5%;
  }
  .small--one-tenth {
    width: 10%;
  }
  .small--three-tenths {
    width: 30%;
  }
  .small--seven-tenths {
    width: 70%;
  }
  .small--nine-tenths {
    width: 90%;
  }
  .small--one-twelfth {
    width: 8.333%;
  }
  .small--five-twelfths {
    width: 41.666%;
  }
  .small--seven-twelfths {
    width: 58.333%;
  }
  .small--eleven-twelfths {
    width: 91.666%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  /**
   * Whole
   */
  /**
   * Halves
   */
  /**
   * Thirds
   */
  /**
   * Quarters
   */
  /**
   * Fifths
   */
  /**
   * Sixths
   */
  /**
   * Eighths
   */
  /**
   * Tenths
   */
  /**
   * Twelfths
   */
  .medium--one-whole {
    width: 100%;
  }
  .medium--one-half, .medium--two-quarters, .medium--three-sixths, .medium--four-eighths, .medium--five-tenths, .medium--six-twelfths {
    width: 50%;
  }
  .medium--one-third, .medium--two-sixths, .medium--four-twelfths {
    width: 33.333%;
  }
  .medium--two-thirds, .medium--four-sixths, .medium--eight-twelfths {
    width: 66.666%;
  }
  .medium--one-quarter, .medium--two-eighths, .medium--three-twelfths {
    width: 25%;
  }
  .medium--three-quarters, .medium--six-eighths, .medium--nine-twelfths {
    width: 75%;
  }
  .medium--one-fifth, .medium--two-tenths {
    width: 20%;
  }
  .medium--two-fifths, .medium--four-tenths {
    width: 40%;
  }
  .medium--three-fifths, .medium--six-tenths {
    width: 60%;
  }
  .medium--four-fifths, .medium--eight-tenths {
    width: 80%;
  }
  .medium--one-sixth, .medium--two-twelfths {
    width: 16.666%;
  }
  .medium--five-sixths, .medium--ten-twelfths {
    width: 83.333%;
  }
  .medium--one-eighth {
    width: 12.5%;
  }
  .medium--three-eighths {
    width: 37.5%;
  }
  .medium--five-eighths {
    width: 62.5%;
  }
  .medium--seven-eighths {
    width: 87.5%;
  }
  .medium--one-tenth {
    width: 10%;
  }
  .medium--three-tenths {
    width: 30%;
  }
  .medium--seven-tenths {
    width: 70%;
  }
  .medium--nine-tenths {
    width: 90%;
  }
  .medium--one-twelfth {
    width: 8.333%;
  }
  .medium--five-twelfths {
    width: 41.666%;
  }
  .medium--seven-twelfths {
    width: 58.333%;
  }
  .medium--eleven-twelfths {
    width: 91.666%;
  }
}
@media only screen and (max-width: 1024px) {
  /**
   * Whole
   */
  /**
   * Halves
   */
  /**
   * Thirds
   */
  /**
   * Quarters
   */
  /**
   * Fifths
   */
  /**
   * Sixths
   */
  /**
   * Eighths
   */
  /**
   * Tenths
   */
  /**
   * Twelfths
   */
  .medium-down--one-whole {
    width: 100%;
  }
  .medium-down--one-half, .medium-down--two-quarters, .medium-down--three-sixths, .medium-down--four-eighths, .medium-down--five-tenths, .medium-down--six-twelfths {
    width: 50%;
  }
  .medium-down--one-third, .medium-down--two-sixths, .medium-down--four-twelfths {
    width: 33.333%;
  }
  .medium-down--two-thirds, .medium-down--four-sixths, .medium-down--eight-twelfths {
    width: 66.666%;
  }
  .medium-down--one-quarter, .medium-down--two-eighths, .medium-down--three-twelfths {
    width: 25%;
  }
  .medium-down--three-quarters, .medium-down--six-eighths, .medium-down--nine-twelfths {
    width: 75%;
  }
  .medium-down--one-fifth, .medium-down--two-tenths {
    width: 20%;
  }
  .medium-down--two-fifths, .medium-down--four-tenths {
    width: 40%;
  }
  .medium-down--three-fifths, .medium-down--six-tenths {
    width: 60%;
  }
  .medium-down--four-fifths, .medium-down--eight-tenths {
    width: 80%;
  }
  .medium-down--one-sixth, .medium-down--two-twelfths {
    width: 16.666%;
  }
  .medium-down--five-sixths, .medium-down--ten-twelfths {
    width: 83.333%;
  }
  .medium-down--one-eighth {
    width: 12.5%;
  }
  .medium-down--three-eighths {
    width: 37.5%;
  }
  .medium-down--five-eighths {
    width: 62.5%;
  }
  .medium-down--seven-eighths {
    width: 87.5%;
  }
  .medium-down--one-tenth {
    width: 10%;
  }
  .medium-down--three-tenths {
    width: 30%;
  }
  .medium-down--seven-tenths {
    width: 70%;
  }
  .medium-down--nine-tenths {
    width: 90%;
  }
  .medium-down--one-twelfth {
    width: 8.333%;
  }
  .medium-down--five-twelfths {
    width: 41.666%;
  }
  .medium-down--seven-twelfths {
    width: 58.333%;
  }
  .medium-down--eleven-twelfths {
    width: 91.666%;
  }
}
@media only screen and (min-width: 1025px) {
  /**
   * Whole
   */
  /**
   * Halves
   */
  /**
   * Thirds
   */
  /**
   * Quarters
   */
  /**
   * Fifths
   */
  /**
   * Sixths
   */
  /**
   * Eighths
   */
  /**
   * Tenths
   */
  /**
   * Twelfths
   */
  .large--one-whole {
    width: 100%;
  }
  .large--one-half, .large--two-quarters, .large--three-sixths, .large--four-eighths, .large--five-tenths, .large--six-twelfths {
    width: 50%;
  }
  .large--one-third, .large--two-sixths, .large--four-twelfths {
    width: 33.333%;
  }
  .large--two-thirds, .large--four-sixths, .large--eight-twelfths {
    width: 66.666%;
  }
  .large--one-quarter, .large--two-eighths, .large--three-twelfths {
    width: 25%;
  }
  .large--three-quarters, .large--six-eighths, .large--nine-twelfths {
    width: 75%;
  }
  .large--one-fifth, .large--two-tenths {
    width: 20%;
  }
  .large--two-fifths, .large--four-tenths {
    width: 40%;
  }
  .large--three-fifths, .large--six-tenths {
    width: 60%;
  }
  .large--four-fifths, .large--eight-tenths {
    width: 80%;
  }
  .large--one-sixth, .large--two-twelfths {
    width: 16.666%;
  }
  .large--five-sixths, .large--ten-twelfths {
    width: 83.333%;
  }
  .large--one-eighth {
    width: 12.5%;
  }
  .large--three-eighths {
    width: 37.5%;
  }
  .large--five-eighths {
    width: 62.5%;
  }
  .large--seven-eighths {
    width: 87.5%;
  }
  .large--one-tenth {
    width: 10%;
  }
  .large--three-tenths {
    width: 30%;
  }
  .large--seven-tenths {
    width: 70%;
  }
  .large--nine-tenths {
    width: 90%;
  }
  .large--one-twelfth {
    width: 8.333%;
  }
  .large--five-twelfths {
    width: 41.666%;
  }
  .large--seven-twelfths {
    width: 58.333%;
  }
  .large--eleven-twelfths {
    width: 91.666%;
  }
}
/*------------------------------------*\
 $PUSH
 \*------------------------------------*/
/**
 * Push classes, to move grid items over to the right by certain amounts.
 */
/**
 * Not a particularly great selector, but the DRYest way to do things.
 */
[class*="push--"] {
  position: relative;
}
/**
 * Whole
 */
.push--one-whole {
  left: 100%;
}
/**
 * Halves
 */
.push--one-half, .push--two-quarters, .push--three-sixths, .push--four-eighths, .push--five-tenths, .push--six-twelfths {
  left: 50%;
}
/**
 * Thirds
 */
.push--one-third, .push--two-sixths, .push--four-twelfths {
  left: 33.333%;
}
.push--two-thirds, .push--four-sixths, .push--eight-twelfths {
  left: 66.666%;
}
/**
 * Quarters
 */
.push--one-quarter, .push--two-eighths, .push--three-twelfths {
  left: 25%;
}
.push--three-quarters, .push--six-eighths, .push--nine-twelfths {
  left: 75%;
}
/**
 * Fifths
 */
.push--one-fifth, .push--two-tenths {
  left: 20%;
}
.push--two-fifths, .push--four-tenths {
  left: 40%;
}
.push--three-fifths, .push--six-tenths {
  left: 60%;
}
.push--four-fifths, .push--eight-tenths {
  left: 80%;
}
/**
 * Sixths
 */
.push--one-sixth, .push--two-twelfths {
  left: 16.666%;
}
.push--five-sixths, .push--ten-twelfths {
  left: 83.333%;
}
/**
 * Eighths
 */
.push--one-eighth {
  left: 12.5%;
}
.push--three-eighths {
  left: 37.5%;
}
.push--five-eighths {
  left: 62.5%;
}
.push--seven-eighths {
  left: 87.5%;
}
/**
 * Tenths
 */
.push--one-tenth {
  left: 10%;
}
.push--three-tenths {
  left: 30%;
}
.push--seven-tenths {
  left: 70%;
}
.push--nine-tenths {
  left: 90%;
}
/**
 * Twelfths
 */
.push--one-twelfth {
  left: 8.333%;
}
.push--five-twelfths {
  left: 41.666%;
}
.push--seven-twelfths {
  left: 58.333%;
}
.push--eleven-twelfths {
  left: 91.666%;
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
  /**
   * Whole
   */
  /**
   * Halves
   */
  /**
   * Thirds
   */
  /**
   * Quarters
   */
  /**
   * Fifths
   */
  /**
   * Sixths
   */
  /**
   * Eighths
   */
  /**
   * Tenths
   */
  /**
   * Twelfths
   */
  .push--small--one-whole {
    left: 100%;
  }
  .push--small--one-half, .push--small--two-quarters, .push--small--three-sixths, .push--small--four-eighths, .push--small--five-tenths, .push--small--six-twelfths {
    left: 50%;
  }
  .push--small--one-third, .push--small--two-sixths, .push--small--four-twelfths {
    left: 33.333%;
  }
  .push--small--two-thirds, .push--small--four-sixths, .push--small--eight-twelfths {
    left: 66.666%;
  }
  .push--small--one-quarter, .push--small--two-eighths, .push--small--three-twelfths {
    left: 25%;
  }
  .push--small--three-quarters, .push--small--six-eighths, .push--small--nine-twelfths {
    left: 75%;
  }
  .push--small--one-fifth, .push--small--two-tenths {
    left: 20%;
  }
  .push--small--two-fifths, .push--small--four-tenths {
    left: 40%;
  }
  .push--small--three-fifths, .push--small--six-tenths {
    left: 60%;
  }
  .push--small--four-fifths, .push--small--eight-tenths {
    left: 80%;
  }
  .push--small--one-sixth, .push--small--two-twelfths {
    left: 16.666%;
  }
  .push--small--five-sixths, .push--small--ten-twelfths {
    left: 83.333%;
  }
  .push--small--one-eighth {
    left: 12.5%;
  }
  .push--small--three-eighths {
    left: 37.5%;
  }
  .push--small--five-eighths {
    left: 62.5%;
  }
  .push--small--seven-eighths {
    left: 87.5%;
  }
  .push--small--one-tenth {
    left: 10%;
  }
  .push--small--three-tenths {
    left: 30%;
  }
  .push--small--seven-tenths {
    left: 70%;
  }
  .push--small--nine-tenths {
    left: 90%;
  }
  .push--small--one-twelfth {
    left: 8.333%;
  }
  .push--small--five-twelfths {
    left: 41.666%;
  }
  .push--small--seven-twelfths {
    left: 58.333%;
  }
  .push--small--eleven-twelfths {
    left: 91.666%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  /**
   * Whole
   */
  /**
   * Halves
   */
  /**
   * Thirds
   */
  /**
   * Quarters
   */
  /**
   * Fifths
   */
  /**
   * Sixths
   */
  /**
   * Eighths
   */
  /**
   * Tenths
   */
  /**
   * Twelfths
   */
  .push--medium--one-whole {
    left: 100%;
  }
  .push--medium--one-half, .push--medium--two-quarters, .push--medium--three-sixths, .push--medium--four-eighths, .push--medium--five-tenths, .push--medium--six-twelfths {
    left: 50%;
  }
  .push--medium--one-third, .push--medium--two-sixths, .push--medium--four-twelfths {
    left: 33.333%;
  }
  .push--medium--two-thirds, .push--medium--four-sixths, .push--medium--eight-twelfths {
    left: 66.666%;
  }
  .push--medium--one-quarter, .push--medium--two-eighths, .push--medium--three-twelfths {
    left: 25%;
  }
  .push--medium--three-quarters, .push--medium--six-eighths, .push--medium--nine-twelfths {
    left: 75%;
  }
  .push--medium--one-fifth, .push--medium--two-tenths {
    left: 20%;
  }
  .push--medium--two-fifths, .push--medium--four-tenths {
    left: 40%;
  }
  .push--medium--three-fifths, .push--medium--six-tenths {
    left: 60%;
  }
  .push--medium--four-fifths, .push--medium--eight-tenths {
    left: 80%;
  }
  .push--medium--one-sixth, .push--medium--two-twelfths {
    left: 16.666%;
  }
  .push--medium--five-sixths, .push--medium--ten-twelfths {
    left: 83.333%;
  }
  .push--medium--one-eighth {
    left: 12.5%;
  }
  .push--medium--three-eighths {
    left: 37.5%;
  }
  .push--medium--five-eighths {
    left: 62.5%;
  }
  .push--medium--seven-eighths {
    left: 87.5%;
  }
  .push--medium--one-tenth {
    left: 10%;
  }
  .push--medium--three-tenths {
    left: 30%;
  }
  .push--medium--seven-tenths {
    left: 70%;
  }
  .push--medium--nine-tenths {
    left: 90%;
  }
  .push--medium--one-twelfth {
    left: 8.333%;
  }
  .push--medium--five-twelfths {
    left: 41.666%;
  }
  .push--medium--seven-twelfths {
    left: 58.333%;
  }
  .push--medium--eleven-twelfths {
    left: 91.666%;
  }
}
@media only screen and (max-width: 1024px) {
  /**
   * Whole
   */
  /**
   * Halves
   */
  /**
   * Thirds
   */
  /**
   * Quarters
   */
  /**
   * Fifths
   */
  /**
   * Sixths
   */
  /**
   * Eighths
   */
  /**
   * Tenths
   */
  /**
   * Twelfths
   */
  .push--medium-down--one-whole {
    left: 100%;
  }
  .push--medium-down--one-half, .push--medium-down--two-quarters, .push--medium-down--three-sixths, .push--medium-down--four-eighths, .push--medium-down--five-tenths, .push--medium-down--six-twelfths {
    left: 50%;
  }
  .push--medium-down--one-third, .push--medium-down--two-sixths, .push--medium-down--four-twelfths {
    left: 33.333%;
  }
  .push--medium-down--two-thirds, .push--medium-down--four-sixths, .push--medium-down--eight-twelfths {
    left: 66.666%;
  }
  .push--medium-down--one-quarter, .push--medium-down--two-eighths, .push--medium-down--three-twelfths {
    left: 25%;
  }
  .push--medium-down--three-quarters, .push--medium-down--six-eighths, .push--medium-down--nine-twelfths {
    left: 75%;
  }
  .push--medium-down--one-fifth, .push--medium-down--two-tenths {
    left: 20%;
  }
  .push--medium-down--two-fifths, .push--medium-down--four-tenths {
    left: 40%;
  }
  .push--medium-down--three-fifths, .push--medium-down--six-tenths {
    left: 60%;
  }
  .push--medium-down--four-fifths, .push--medium-down--eight-tenths {
    left: 80%;
  }
  .push--medium-down--one-sixth, .push--medium-down--two-twelfths {
    left: 16.666%;
  }
  .push--medium-down--five-sixths, .push--medium-down--ten-twelfths {
    left: 83.333%;
  }
  .push--medium-down--one-eighth {
    left: 12.5%;
  }
  .push--medium-down--three-eighths {
    left: 37.5%;
  }
  .push--medium-down--five-eighths {
    left: 62.5%;
  }
  .push--medium-down--seven-eighths {
    left: 87.5%;
  }
  .push--medium-down--one-tenth {
    left: 10%;
  }
  .push--medium-down--three-tenths {
    left: 30%;
  }
  .push--medium-down--seven-tenths {
    left: 70%;
  }
  .push--medium-down--nine-tenths {
    left: 90%;
  }
  .push--medium-down--one-twelfth {
    left: 8.333%;
  }
  .push--medium-down--five-twelfths {
    left: 41.666%;
  }
  .push--medium-down--seven-twelfths {
    left: 58.333%;
  }
  .push--medium-down--eleven-twelfths {
    left: 91.666%;
  }
}
@media only screen and (min-width: 1025px) {
  /**
   * Whole
   */
  /**
   * Halves
   */
  /**
   * Thirds
   */
  /**
   * Quarters
   */
  /**
   * Fifths
   */
  /**
   * Sixths
   */
  /**
   * Eighths
   */
  /**
   * Tenths
   */
  /**
   * Twelfths
   */
  .push--large--one-whole {
    left: 100%;
  }
  .push--large--one-half, .push--large--two-quarters, .push--large--three-sixths, .push--large--four-eighths, .push--large--five-tenths, .push--large--six-twelfths {
    left: 50%;
  }
  .push--large--one-third, .push--large--two-sixths, .push--large--four-twelfths {
    left: 33.333%;
  }
  .push--large--two-thirds, .push--large--four-sixths, .push--large--eight-twelfths {
    left: 66.666%;
  }
  .push--large--one-quarter, .push--large--two-eighths, .push--large--three-twelfths {
    left: 25%;
  }
  .push--large--three-quarters, .push--large--six-eighths, .push--large--nine-twelfths {
    left: 75%;
  }
  .push--large--one-fifth, .push--large--two-tenths {
    left: 20%;
  }
  .push--large--two-fifths, .push--large--four-tenths {
    left: 40%;
  }
  .push--large--three-fifths, .push--large--six-tenths {
    left: 60%;
  }
  .push--large--four-fifths, .push--large--eight-tenths {
    left: 80%;
  }
  .push--large--one-sixth, .push--large--two-twelfths {
    left: 16.666%;
  }
  .push--large--five-sixths, .push--large--ten-twelfths {
    left: 83.333%;
  }
  .push--large--one-eighth {
    left: 12.5%;
  }
  .push--large--three-eighths {
    left: 37.5%;
  }
  .push--large--five-eighths {
    left: 62.5%;
  }
  .push--large--seven-eighths {
    left: 87.5%;
  }
  .push--large--one-tenth {
    left: 10%;
  }
  .push--large--three-tenths {
    left: 30%;
  }
  .push--large--seven-tenths {
    left: 70%;
  }
  .push--large--nine-tenths {
    left: 90%;
  }
  .push--large--one-twelfth {
    left: 8.333%;
  }
  .push--large--five-twelfths {
    left: 41.666%;
  }
  .push--large--seven-twelfths {
    left: 58.333%;
  }
  .push--large--eleven-twelfths {
    left: 91.666%;
  }
}
/*------------------------------------*\
 $PULL
 \*------------------------------------*/
/**
 * Pull classes, to move grid items back to the left by certain amounts.
 */
/**
 * Not a particularly great selector, but the DRYest way to do things.
 */
[class*="pull--"] {
  position: relative;
}
/**
 * Whole
 */
.pull--one-whole {
  right: 100%;
}
/**
 * Halves
 */
.pull--one-half, .pull--two-quarters, .pull--three-sixths, .pull--four-eighths, .pull--five-tenths, .pull--six-twelfths {
  right: 50%;
}
/**
 * Thirds
 */
.pull--one-third, .pull--two-sixths, .pull--four-twelfths {
  right: 33.333%;
}
.pull--two-thirds, .pull--four-sixths, .pull--eight-twelfths {
  right: 66.666%;
}
/**
 * Quarters
 */
.pull--one-quarter, .pull--two-eighths, .pull--three-twelfths {
  right: 25%;
}
.pull--three-quarters, .pull--six-eighths, .pull--nine-twelfths {
  right: 75%;
}
/**
 * Fifths
 */
.pull--one-fifth, .pull--two-tenths {
  right: 20%;
}
.pull--two-fifths, .pull--four-tenths {
  right: 40%;
}
.pull--three-fifths, .pull--six-tenths {
  right: 60%;
}
.pull--four-fifths, .pull--eight-tenths {
  right: 80%;
}
/**
 * Sixths
 */
.pull--one-sixth, .pull--two-twelfths {
  right: 16.666%;
}
.pull--five-sixths, .pull--ten-twelfths {
  right: 83.333%;
}
/**
 * Eighths
 */
.pull--one-eighth {
  right: 12.5%;
}
.pull--three-eighths {
  right: 37.5%;
}
.pull--five-eighths {
  right: 62.5%;
}
.pull--seven-eighths {
  right: 87.5%;
}
/**
 * Tenths
 */
.pull--one-tenth {
  right: 10%;
}
.pull--three-tenths {
  right: 30%;
}
.pull--seven-tenths {
  right: 70%;
}
.pull--nine-tenths {
  right: 90%;
}
/**
 * Twelfths
 */
.pull--one-twelfth {
  right: 8.333%;
}
.pull--five-twelfths {
  right: 41.666%;
}
.pull--seven-twelfths {
  right: 58.333%;
}
.pull--eleven-twelfths {
  right: 91.666%;
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
  /**
   * Whole
   */
  /**
   * Halves
   */
  /**
   * Thirds
   */
  /**
   * Quarters
   */
  /**
   * Fifths
   */
  /**
   * Sixths
   */
  /**
   * Eighths
   */
  /**
   * Tenths
   */
  /**
   * Twelfths
   */
  .pull--small--one-whole {
    right: 100%;
  }
  .pull--small--one-half, .pull--small--two-quarters, .pull--small--three-sixths, .pull--small--four-eighths, .pull--small--five-tenths, .pull--small--six-twelfths {
    right: 50%;
  }
  .pull--small--one-third, .pull--small--two-sixths, .pull--small--four-twelfths {
    right: 33.333%;
  }
  .pull--small--two-thirds, .pull--small--four-sixths, .pull--small--eight-twelfths {
    right: 66.666%;
  }
  .pull--small--one-quarter, .pull--small--two-eighths, .pull--small--three-twelfths {
    right: 25%;
  }
  .pull--small--three-quarters, .pull--small--six-eighths, .pull--small--nine-twelfths {
    right: 75%;
  }
  .pull--small--one-fifth, .pull--small--two-tenths {
    right: 20%;
  }
  .pull--small--two-fifths, .pull--small--four-tenths {
    right: 40%;
  }
  .pull--small--three-fifths, .pull--small--six-tenths {
    right: 60%;
  }
  .pull--small--four-fifths, .pull--small--eight-tenths {
    right: 80%;
  }
  .pull--small--one-sixth, .pull--small--two-twelfths {
    right: 16.666%;
  }
  .pull--small--five-sixths, .pull--small--ten-twelfths {
    right: 83.333%;
  }
  .pull--small--one-eighth {
    right: 12.5%;
  }
  .pull--small--three-eighths {
    right: 37.5%;
  }
  .pull--small--five-eighths {
    right: 62.5%;
  }
  .pull--small--seven-eighths {
    right: 87.5%;
  }
  .pull--small--one-tenth {
    right: 10%;
  }
  .pull--small--three-tenths {
    right: 30%;
  }
  .pull--small--seven-tenths {
    right: 70%;
  }
  .pull--small--nine-tenths {
    right: 90%;
  }
  .pull--small--one-twelfth {
    right: 8.333%;
  }
  .pull--small--five-twelfths {
    right: 41.666%;
  }
  .pull--small--seven-twelfths {
    right: 58.333%;
  }
  .pull--small--eleven-twelfths {
    right: 91.666%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  /**
   * Whole
   */
  /**
   * Halves
   */
  /**
   * Thirds
   */
  /**
   * Quarters
   */
  /**
   * Fifths
   */
  /**
   * Sixths
   */
  /**
   * Eighths
   */
  /**
   * Tenths
   */
  /**
   * Twelfths
   */
  .pull--medium--one-whole {
    right: 100%;
  }
  .pull--medium--one-half, .pull--medium--two-quarters, .pull--medium--three-sixths, .pull--medium--four-eighths, .pull--medium--five-tenths, .pull--medium--six-twelfths {
    right: 50%;
  }
  .pull--medium--one-third, .pull--medium--two-sixths, .pull--medium--four-twelfths {
    right: 33.333%;
  }
  .pull--medium--two-thirds, .pull--medium--four-sixths, .pull--medium--eight-twelfths {
    right: 66.666%;
  }
  .pull--medium--one-quarter, .pull--medium--two-eighths, .pull--medium--three-twelfths {
    right: 25%;
  }
  .pull--medium--three-quarters, .pull--medium--six-eighths, .pull--medium--nine-twelfths {
    right: 75%;
  }
  .pull--medium--one-fifth, .pull--medium--two-tenths {
    right: 20%;
  }
  .pull--medium--two-fifths, .pull--medium--four-tenths {
    right: 40%;
  }
  .pull--medium--three-fifths, .pull--medium--six-tenths {
    right: 60%;
  }
  .pull--medium--four-fifths, .pull--medium--eight-tenths {
    right: 80%;
  }
  .pull--medium--one-sixth, .pull--medium--two-twelfths {
    right: 16.666%;
  }
  .pull--medium--five-sixths, .pull--medium--ten-twelfths {
    right: 83.333%;
  }
  .pull--medium--one-eighth {
    right: 12.5%;
  }
  .pull--medium--three-eighths {
    right: 37.5%;
  }
  .pull--medium--five-eighths {
    right: 62.5%;
  }
  .pull--medium--seven-eighths {
    right: 87.5%;
  }
  .pull--medium--one-tenth {
    right: 10%;
  }
  .pull--medium--three-tenths {
    right: 30%;
  }
  .pull--medium--seven-tenths {
    right: 70%;
  }
  .pull--medium--nine-tenths {
    right: 90%;
  }
  .pull--medium--one-twelfth {
    right: 8.333%;
  }
  .pull--medium--five-twelfths {
    right: 41.666%;
  }
  .pull--medium--seven-twelfths {
    right: 58.333%;
  }
  .pull--medium--eleven-twelfths {
    right: 91.666%;
  }
}
@media only screen and (max-width: 1024px) {
  /**
   * Whole
   */
  /**
   * Halves
   */
  /**
   * Thirds
   */
  /**
   * Quarters
   */
  /**
   * Fifths
   */
  /**
   * Sixths
   */
  /**
   * Eighths
   */
  /**
   * Tenths
   */
  /**
   * Twelfths
   */
  .pull--medium-down--one-whole {
    right: 100%;
  }
  .pull--medium-down--one-half, .pull--medium-down--two-quarters, .pull--medium-down--three-sixths, .pull--medium-down--four-eighths, .pull--medium-down--five-tenths, .pull--medium-down--six-twelfths {
    right: 50%;
  }
  .pull--medium-down--one-third, .pull--medium-down--two-sixths, .pull--medium-down--four-twelfths {
    right: 33.333%;
  }
  .pull--medium-down--two-thirds, .pull--medium-down--four-sixths, .pull--medium-down--eight-twelfths {
    right: 66.666%;
  }
  .pull--medium-down--one-quarter, .pull--medium-down--two-eighths, .pull--medium-down--three-twelfths {
    right: 25%;
  }
  .pull--medium-down--three-quarters, .pull--medium-down--six-eighths, .pull--medium-down--nine-twelfths {
    right: 75%;
  }
  .pull--medium-down--one-fifth, .pull--medium-down--two-tenths {
    right: 20%;
  }
  .pull--medium-down--two-fifths, .pull--medium-down--four-tenths {
    right: 40%;
  }
  .pull--medium-down--three-fifths, .pull--medium-down--six-tenths {
    right: 60%;
  }
  .pull--medium-down--four-fifths, .pull--medium-down--eight-tenths {
    right: 80%;
  }
  .pull--medium-down--one-sixth, .pull--medium-down--two-twelfths {
    right: 16.666%;
  }
  .pull--medium-down--five-sixths, .pull--medium-down--ten-twelfths {
    right: 83.333%;
  }
  .pull--medium-down--one-eighth {
    right: 12.5%;
  }
  .pull--medium-down--three-eighths {
    right: 37.5%;
  }
  .pull--medium-down--five-eighths {
    right: 62.5%;
  }
  .pull--medium-down--seven-eighths {
    right: 87.5%;
  }
  .pull--medium-down--one-tenth {
    right: 10%;
  }
  .pull--medium-down--three-tenths {
    right: 30%;
  }
  .pull--medium-down--seven-tenths {
    right: 70%;
  }
  .pull--medium-down--nine-tenths {
    right: 90%;
  }
  .pull--medium-down--one-twelfth {
    right: 8.333%;
  }
  .pull--medium-down--five-twelfths {
    right: 41.666%;
  }
  .pull--medium-down--seven-twelfths {
    right: 58.333%;
  }
  .pull--medium-down--eleven-twelfths {
    right: 91.666%;
  }
}
@media only screen and (min-width: 1025px) {
  /**
   * Whole
   */
  /**
   * Halves
   */
  /**
   * Thirds
   */
  /**
   * Quarters
   */
  /**
   * Fifths
   */
  /**
   * Sixths
   */
  /**
   * Eighths
   */
  /**
   * Tenths
   */
  /**
   * Twelfths
   */
  .pull--large--one-whole {
    right: 100%;
  }
  .pull--large--one-half, .pull--large--two-quarters, .pull--large--three-sixths, .pull--large--four-eighths, .pull--large--five-tenths, .pull--large--six-twelfths {
    right: 50%;
  }
  .pull--large--one-third, .pull--large--two-sixths, .pull--large--four-twelfths {
    right: 33.333%;
  }
  .pull--large--two-thirds, .pull--large--four-sixths, .pull--large--eight-twelfths {
    right: 66.666%;
  }
  .pull--large--one-quarter, .pull--large--two-eighths, .pull--large--three-twelfths {
    right: 25%;
  }
  .pull--large--three-quarters, .pull--large--six-eighths, .pull--large--nine-twelfths {
    right: 75%;
  }
  .pull--large--one-fifth, .pull--large--two-tenths {
    right: 20%;
  }
  .pull--large--two-fifths, .pull--large--four-tenths {
    right: 40%;
  }
  .pull--large--three-fifths, .pull--large--six-tenths {
    right: 60%;
  }
  .pull--large--four-fifths, .pull--large--eight-tenths {
    right: 80%;
  }
  .pull--large--one-sixth, .pull--large--two-twelfths {
    right: 16.666%;
  }
  .pull--large--five-sixths, .pull--large--ten-twelfths {
    right: 83.333%;
  }
  .pull--large--one-eighth {
    right: 12.5%;
  }
  .pull--large--three-eighths {
    right: 37.5%;
  }
  .pull--large--five-eighths {
    right: 62.5%;
  }
  .pull--large--seven-eighths {
    right: 87.5%;
  }
  .pull--large--one-tenth {
    right: 10%;
  }
  .pull--large--three-tenths {
    right: 30%;
  }
  .pull--large--seven-tenths {
    right: 70%;
  }
  .pull--large--nine-tenths {
    right: 90%;
  }
  .pull--large--one-twelfth {
    right: 8.333%;
  }
  .pull--large--five-twelfths {
    right: 41.666%;
  }
  .pull--large--seven-twelfths {
    right: 58.333%;
  }
  .pull--large--eleven-twelfths {
    right: 91.666%;
  }
}
