/*!
 Theme Name: Gadabout Base Theme 2
 Theme URI: http://underscores.me/
 Author: Corey Tenold
 Author URI: http://www.skillmatic.co
 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: gadabout-base-theme-2
 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.
 Gadabout Base Theme 2 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
 --------------------------------------------------------------*/
/*--------------------------------------------------------------
 # 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
 --------------------------------------------------------------*/
/*----------------------------------------------------------------------------
 ----------------------------------------------------------------------------
 Client Specific Styles Go Here
 ----------------------------------------------------------------------------	
 ----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------
 Mixins
 ----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------
 Variables
 ----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------
 Global
 ----------------------------------------------------------------------------*/
html, body {
  margin: 0;
  padding: 0;
  height: 100%;
}
body {
  font-family: "IndianTypeFoundryVolte", "Helvetica", "Arial", sans-serif;
  font-size: 12px;
  color: black;
}
@media (max-width: 1024px) {
  body {
    border-top: 3px solid black;
  }
}
body p {
  line-height: 200%;
  margin-bottom: 30px;
}
body.single .entry-content p, body.single .entry-content .separator {
  line-height: 200%;
  text-align: center;
}
h1 {
  font-family: "IndianTypeFoundryVolteSemibold", "Helvetica", "Arial", sans-serif;
  font-weight: normal;
  font-size: 21px;
  text-transform: uppercase;
  letter-spacing: 4px;
}
h5 {
  font-family: "TrialbyCupcakesFreeland", Georgia, serif;
  font-weight: normal;
  font-size: 72px;
  margin-top: 0;
  margin-bottom: 20px;
}
h6 {
  font-family: "TrialbyCupcakesFreeland", Georgia, serif;
  font-weight: normal;
  font-size: 40px;
  margin-top: 0;
  margin-bottom: 20px;
}
b {
  font-family: "IndianTypeFoundryVolteSemibold", "Helvetica", "Arial", sans-serif;
}
.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;
}
a {
  text-decoration: none;
  color: black;
  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: #ef8f8f;
}
li.current-menu-item a {
  color: #ef8f8f;
}
/*----------------------------------------------------------------------------
 Header
 ----------------------------------------------------------------------------*/
.device-menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  background: black;
  color: white;
  font-size: 14px;
  display: none;
}
.device-menu a {
  color: white;
}
.device-menu a:hover {
  color: #ef8f8f;
}
.device-menu .device-menu-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 120px;
  line-height: 120px;
  padding: 0px 35px;
  z-index: 2;
}
.device-menu .device-menu-top a.toggle-search {
  font-size: 20px;
}
@media (max-width: 480px) {
  .device-menu .device-menu-top {
    padding: 0px 20px;
  }
}
.device-menu .device-menu-middle {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: "IndianTypeFoundryVolteSemibold", "Helvetica", "Arial", sans-serif;
}
.device-menu .device-menu-middle ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.device-menu .device-menu-middle ul li {
  display: block;
}
.device-menu .device-menu-middle ul li a {
  display: block;
  padding: 7px;
}
.device-menu .device-menu-bottom {
  position: absolute;
  bottom: 60px;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 2;
}
.device-menu .device-menu-bottom ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.device-menu .device-menu-bottom ul li {
  display: inline-block;
}
.device-menu .device-menu-bottom ul li a {
  display: block;
  padding: 10px;
}
.device-header {
  position: absolute;
  width: 100%;
  background: white;
  z-index: 3;
  display: none;
  height: 120px;
  padding: 0px 35px;
  line-height: 120px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: "IndianTypeFoundryVolteSemibold", "Helvetica", "Arial", sans-serif;
}
.device-header a.toggle-menu {
  font-size: 20px;
}
.device-header img {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  max-width: 300px;
  position: relative;
  top: -5px;
}
@media (max-width: 1024px) {
  .device-header {
    display: block;
  }
}
@media (max-width: 480px) {
  .device-header {
    padding: 0px 20px;
  }
}
.device-header-spacer {
  display: none;
  height: 120px;
  width: 100%;
}
@media (max-width: 1024px) {
  .device-header-spacer {
    display: block;
  }
}
#masthead {
  z-index: 3;
  position: relative;
}
@media (max-width: 1024px) {
  #masthead {
    display: none;
  }
}
#masthead ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#masthead ul li {
  display: inline-block;
}
#masthead ul li a {
  display: block;
}
#masthead .top-links {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  height: 60px;
  line-height: 60px;
  font-size: 9px;
  background: white;
  border-top: 3px solid black;
}
#masthead .top-links ul {
  margin: 0px 15px;
}
#masthead .top-links ul li {
  margin: 0px 12px;
}
#masthead .top-links ul li a {
  font-family: "IndianTypeFoundryVolteSemibold", "Helvetica", "Arial", sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #b3b3b3;
}
#masthead .top-links ul li a:hover {
  color: black;
}
#masthead .top-links ul.right-ul {
  font-size: 16px;
}
@media (max-width: 1120px) {
  #masthead .top-links ul.left-ul {
    display: none;
  }
}
#masthead .site-branding {
  text-align: center;
  position: relative;
  padding: 77px 0 50px;
}
#masthead .main-navigation {
  width: 100%;
  float: none;
  font-family: "IndianTypeFoundryVolteSemibold", "Helvetica", "Arial", sans-serif;
  text-transform: uppercase;
  font-size: 11px;
  height: 80px;
  line-height: 80px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  width: 55%;
  margin: 0 auto;
  min-width: 740px;
  height: 60px;
  line-height: 60px;
  text-align: center;
}
#masthead .main-navigation ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#masthead .main-navigation ul li {
  float: none;
  display: inline-block;
  margin: 0 20px;
}
#masthead .main-navigation ul li a {
  display: block;
  letter-spacing: 2px;
}
#masthead .main-navigation-spacer {
  height: 80px;
  width: 100%;
  display: none;
}
#masthead.sticky {
  z-index: 3;
  position: relative;
}
#masthead.sticky .top-links {
  background: black;
  line-height: 35px;
  height: 35px;
  border-top: 0;
}
#masthead.sticky .top-links ul li a:hover {
  color: #e6e6e6;
}
#masthead.sticky .top-links .right-ul a.lightbox-link {
  padding-top: 1px;
  font-size: 13px;
}
#masthead.sticky .main-navigation {
  line-height: 35px;
  height: 35px;
}
#masthead.sticky .main-navigation ul li a {
  color: white;
  font-size: 10px;
}
body.page-template-page-shop .social, body.page-template-page-about .social {
  display: none;
}
body.page #masthead, body.search #masthead, body.archive #masthead {
  z-index: 3;
  position: relative;
}
body.page #masthead .main-navigation, body.search #masthead .main-navigation, body.archive #masthead .main-navigation {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  margin: 0 auto;
  width: 55%;
  margin: 0 auto;
}
body.page #masthead .top-links, body.search #masthead .top-links, body.archive #masthead .top-links {
  position: absolute;
}
body.page #masthead .site-branding, body.search #masthead .site-branding, body.archive #masthead .site-branding {
  margin: 0;
}
/*----------------------------------------------------------------------------
 Social
 ----------------------------------------------------------------------------*/
.social {
  position: fixed;
  left: 0;
  top: 50%;
  font-size: 13px;
  height: 234px;
  margin-top: -117px;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  -ms-transition: opacity 450ms ease;
  -webkit-transition: opacity 450ms ease;
  transition: opacity 450ms ease;
}
@media (max-width: 1024px) {
  .social {
    display: none;
  }
}
.social ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.social ul li {
  display: block;
  padding-left: 35px;
}
.social ul li a {
  display: block;
  padding: 10px 0px;
  font-size: 12px;
}
.social.visible {
  opacity: 1;
  visibility: visible;
}
.social.hidden {
  opacity: 0 !important;
  visibility: hidden !important;
}
/*----------------------------------------------------------------------------
 Primary
 ----------------------------------------------------------------------------*/
#page.blurred {
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  -moz-filter: blur(5px);
  -webkit-filter: blur(5px);
  filter: blur(5px);
}
#primary {
  padding-bottom: 100px;
}
@media (max-width: 1024px) {
  #primary {
    padding-bottom: 35px;
  }
}
@media (max-width: 480px) {
  #primary {
    padding-bottom: 20px;
  }
}
/*----------------------------------------------------------------------------
 Footer
 ----------------------------------------------------------------------------*/
#colophon .footer-subscribe-left {
  background: black;
  color: white;
  height: 100%;
  padding: 90px;
  text-align: center;
}
#colophon .footer-subscribe-left form {
  padding: 0px 30px;
}
@media (max-width: 480px) {
  #colophon .footer-subscribe-left {
    padding: 50px;
  }
}
#colophon .footer-subscribe-left p {
  max-width: 420px;
  margin: 20px auto 30px auto;
}
#colophon .footer-subscribe-right {
  position: relative;
  height: 100%;
  background-color: #ececec;
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}
#colophon .footer-subscribe-right .credit {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  color: white;
  text-align: center;
  font-family: "IndianTypeFoundryVolteSemibold", "Helvetica", "Arial", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 9px;
}
#colophon .footer-subscribe-right .credit a {
  color: white;
}
#colophon .footer-subscribe-right .credit a:hover {
  color: black;
}
@media (max-width: 767px) {
  #colophon {
    margin-bottom: 44px;
  }
}
@media (max-width: 480px) {
  #colophon span.pipe {
    display: block;
    opacity: 0;
  }
}
.mobile-site-footer {
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: black;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 50;
  height: 45px;
  display: none;
}
@media (max-width: 767px) {
  .mobile-site-footer.mobile-show {
    display: block !important;
  }
}
.mobile-site-footer ul {
  padding-left: 0;
  margin-left: 0;
  list-style: none;
  line-height: 45px;
}
.mobile-site-footer ul li {
  width: auto;
  display: inline-block;
  margin: 0 10px;
}
.mobile-site-footer ul li a {
  font-size: 15px;
}
.mobile-site-footer ul li a i {
  color: white;
}
span.pipe {
  display: inline-block;
  padding: 0px 20px;
}
span.slash {
  display: inline-block;
  padding: 0px 8px;
}
.form-error {
  color: #ef8f8f;
  text-align: center;
  display: none;
}
.form-success {
  text-align: center;
  display: none;
}
form {
  text-align: left;
  width: 100%;
  margin: 0 auto;
}
form label {
  display: block;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: "IndianTypeFoundryVolteSemibold", "Helvetica", "Arial", sans-serif;
  font-size: 9px;
  margin-bottom: 8px;
}
form input[type="text"], form input[type="email"], form input[type="url"] {
  -webkit-appearance: none;
  width: 100%;
  display: inline-block;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  text-shadow: none;
  height: 30px;
  margin-bottom: 10px;
  font-family: "IndianTypeFoundryVolte", "Helvetica", "Arial", sans-serif;
  outline: none;
  border: 1px solid white;
  font-size: 12px;
  padding: 0px 10px;
  color: black;
  -ms-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
form input[type="text"]:focus, form input[type="email"]:focus, form input[type="url"]:focus {
  border: 1px solid #ef8f8f;
}
form textarea {
  border: 1px solid white;
  border-radius: 0;
  width: 100%;
  resize: none;
  outline: none;
  font-family: "IndianTypeFoundryVolte", "Helvetica", "Arial", sans-serif;
  font-size: 12px;
  color: black;
  padding: 5px 10px;
  -ms-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  margin-bottom: 10px;
  height: 100px;
}
form textarea:focus {
  border: 1px solid #ef8f8f;
}
form input[type="submit"] {
  width: 100%;
  display: inline-block;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  text-shadow: none;
  background: transparent;
  color: white;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: "IndianTypeFoundryVolteSemibold", "Helvetica", "Arial", sans-serif;
  font-size: 9px;
  height: 30px;
  outline: 0;
  -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;
}
form input[type="submit"]:active {
  box-shadow: none;
}
form input[type="submit"]:hover, form input[type="submit"]:focus {
  color: #ef8f8f;
  box-shadow: none;
}
.bar {
  width: 38px;
  margin: 28px auto;
  height: 3px;
  background: white;
}
.bar.black {
  background: black;
}
/*----------------------------------------------------------------------------
 Lightboxes
 ----------------------------------------------------------------------------*/
.lightbox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9990;
  color: white;
}
.lightbox .lightbox-inner {
  overflow: scroll;
  padding: 25px 0px;
}
.lightbox .lightbox-close {
  position: absolute;
  top: 28px;
  right: 31px;
  z-index: 10;
  color: #333;
  font-size: 16px;
}
.lightbox .lightbox-close:hover {
  color: #ef8f8f;
}
@media (max-width: 1024px) {
  .lightbox .lightbox-close {
    font-size: 20px;
    top: 45px;
    right: 30px;
  }
}
@media (max-width: 480px) {
  .lightbox .lightbox-close {
    font-size: 20px;
    top: 45px;
    right: 15px;
  }
}
.lightbox#contact {
  background: rgba(0, 0, 0, 0.6);
}
.lightbox#contact .lightbox-inner {
  height: 100%;
  max-width: 685px;
  margin: 0 auto;
}
.lightbox#contact .lightbox-inner .contact-inner {
  max-width: 685px;
  margin: 0 auto;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
}
.lightbox#contact .lightbox-inner .contact-inner .contact-left {
  width: 50%;
  background-color: #f7f7f7;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  float: left;
}
@media (max-width: 767px) {
  .lightbox#contact .lightbox-inner .contact-inner .contact-left {
    width: 100%;
    height: 230px;
  }
}
.lightbox#contact .lightbox-inner .contact-inner .contact-right {
  float: left;
  width: 50%;
  position: relative;
  background: black;
  color: white;
  padding: 70px 60px 60px 60px;
  text-align: center;
}
@media (max-width: 767px) {
  .lightbox#contact .lightbox-inner .contact-inner .contact-right {
    width: 100%;
  }
}
.lightbox#contact .lightbox-inner .contact-inner .contact-right h1 {
  margin-top: 0;
}
.lightbox#contact .lightbox-inner .contact-inner .contact-right .lightbox-close {
  position: absolute;
  top: 15px;
  right: 15px;
}
.lightbox#subscribe {
  background: rgba(0, 0, 0, 0.6);
}
.lightbox#subscribe .lightbox-inner {
  height: 100%;
  max-width: 500px;
  margin: 0 auto;
}
@media (max-width: 480px) {
  .lightbox#subscribe .lightbox-inner {
    padding: 0;
  }
}
.lightbox#subscribe .lightbox-inner .subscribe-inner {
  max-width: 500px;
  margin: 0 auto;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
}
.lightbox#subscribe .lightbox-inner .subscribe-inner .subscribe-top {
  width: 100%;
  height: 230px;
  background-color: #f7f7f7;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
.lightbox#subscribe .lightbox-inner .subscribe-inner .subscribe-bottom {
  position: relative;
  background: black;
  color: white;
  padding: 60px 90px;
  text-align: center;
}
@media (max-width: 480px) {
  .lightbox#subscribe .lightbox-inner .subscribe-inner .subscribe-bottom {
    padding: 60px 60px;
  }
}
.lightbox#subscribe .lightbox-inner .subscribe-inner .subscribe-bottom form {
  padding: 0px 30px;
}
@media (max-width: 480px) {
  .lightbox#subscribe .lightbox-inner .subscribe-inner .subscribe-bottom form {
    padding: 0;
  }
}
.lightbox#subscribe .lightbox-inner .subscribe-inner .subscribe-bottom h1 {
  margin-top: 0;
}
.lightbox#subscribe .lightbox-inner .subscribe-inner .subscribe-bottom .lightbox-close {
  position: absolute;
  top: 15px;
  right: 15px;
}
.lightbox#policies {
  background: rgba(0, 0, 0, 0.6);
}
.lightbox#policies .lightbox-inner {
  height: 100%;
  max-width: 360px;
  margin: 0 auto;
}
.lightbox#policies .lightbox-inner .policies-inner {
  background: #f7f7f7;
  color: black;
  max-width: 360px;
  margin: 0 auto;
  padding: 50px;
  padding-top: 60px;
  text-align: center;
  font-size: 10px;
  font-family: "IndianTypeFoundryVolteSemibold", "Helvetica", "Arial", sans-serif;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
}
.lightbox#policies .lightbox-inner .policies-inner .lightbox-close {
  display: block;
  position: static;
  font-size: 16px;
}
.lightbox#search {
  background: black;
}
.lightbox#search .lightbox-inner {
  height: 100%;
  max-width: 1060px;
  margin: 0 auto;
}
.lightbox#search .lightbox-inner form {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 12px;
  font-family: "IndianTypeFoundryVolteSemibold", "Helvetica", "Arial", sans-serif;
  position: relative;
  max-width: 1060px;
}
.lightbox#search .lightbox-inner form p {
  margin-bottom: 0;
}
.lightbox#search .lightbox-inner form .abs {
  position: absolute;
  bottom: -120px;
  left: 0;
  right: 0;
}
.lightbox#search .lightbox-inner form input[type="text"] {
  width: 100%;
  text-align: center;
  border: 0;
  text-shadow: none;
  color: white;
  font-family: "IndianTypeFoundryVolteSemibold", "Helvetica", "Arial", sans-serif;
  font-size: 30px;
  letter-spacing: 4px;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  background: black;
}
@media (max-width: 480px) {
  .lightbox#search .lightbox-inner form input[type="text"] {
    font-size: 16px;
    letter-spacing: 2px;
  }
}
.lightbox#search .lightbox-inner form input[type="text"]::-webkit-input-placeholder {
  color: white;
  background: black;
  text-transform: none;
}
.lightbox#search .lightbox-inner form input[type="text"]:-moz-placeholder {
  /* Firefox 18- */
  color: white;
  background: black;
  text-transform: none;
}
.lightbox#search .lightbox-inner form input[type="text"]::-moz-placeholder {
  /* Firefox 19+ */
  color: white;
  background: black;
  text-transform: none;
}
.lightbox#search .lightbox-inner form input[type="text"]:-ms-input-placeholder {
  color: white;
  background: black;
  text-transform: none;
}
.table {
  display: table;
  width: 100%;
  height: 100%;
}
.cell {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
/*----------------------------------------------------------------------------
 Homepage Posts
 ----------------------------------------------------------------------------*/
@media (min-width: 1025px) {
  .large--hide {
    display: none !important;
  }
}
@media (min-width: 480px) and (max-width: 1024px) {
  .medium--hide {
    display: none !important;
  }
}
@media (max-width: 480px) {
  .small--hide {
    display: none !important;
  }
}
@media (max-width: 1024px) {
  .medium-down--hide {
    display: none !important;
  }
}
@media (max-width: 1024px) {
  .medium-down--text-center {
    text-align: center;
  }
}
@media (max-width: 480px) {
  .small--text-center {
    text-align: center;
  }
}
article.article-first {
  margin-bottom: 70px;
}
@media (max-width: 1024px) {
  article.article-first {
    padding: 0px 35px;
    margin-bottom: 0px;
  }
}
@media (max-width: 480px) {
  article.article-first {
    padding: 0px 20px;
  }
}
article.article-first .entry-header {
  max-width: 1060px;
  margin: 0 auto;
  margin-bottom: 30px;
}
article.article-first .entry-header a {
  display: block;
  position: relative;
}
article.article-first .entry-header a img {
  display: block;
  width: 100%;
}
article.article-first .entry-header a .entry-date {
  position: absolute;
  background: white;
  top: 30px;
  right: 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: "IndianTypeFoundryVolteSemibold", "Helvetica", "Arial", sans-serif;
  font-size: 8px;
  padding: 15px 30px 13px 30px;
  opacity: 0;
  -ms-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 480px) {
  article.article-first .entry-header a .entry-date {
    display: none;
  }
}
article.article-first .entry-header:hover .entry-date {
  opacity: 1;
  -ms-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
article.article-first .entry-header.full-bleed {
  max-width: 100%;
  width: 100%;
}
article.article-first .entry-header.full-bleed a {
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  height: 0;
  padding-bottom: 40%;
}
article.article-first .entry-content {
  text-align: justify;
  max-width: 1060px;
  margin: 0 auto;
  background: white;
}
@media (max-width: 1024px) {
  article.article-first .entry-content {
    max-width: 85%;
    position: relative;
    margin-top: -85px;
    padding: 40px;
    text-align: center;
  }
}
@media (max-width: 480px) {
  article.article-first .entry-content {
    max-width: 90%;
    padding: 20px;
  }
}
article.article-first .entry-content h1 {
  margin-top: 0;
  text-align: left;
}
@media (max-width: 1024px) {
  article.article-first .entry-content h1 {
    text-align: center;
  }
}
article.article-first .entry-content .view-full-post {
  display: inline-block;
  background-color: black;
  color: white;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 10px 20px;
  font-family: "IndianTypeFoundryVolteSemibold", "Helvetica", "Arial", sans-serif;
  width: 33.333%;
  text-align: center;
  font-size: 10px;
  padding-top: 11px;
}
article.article-first .entry-content .view-full-post:hover {
  background-color: #ef8f8f;
}
article.article-first .entry-content .product-slider {
  height: 100%;
  border-left: 1px solid #e6e6e6;
  text-align: center;
}
@media (max-width: 1024px) {
  article.article-first .entry-content .product-slider {
    border: 0;
    margin-bottom: 35px;
  }
}
@media (max-width: 480px) {
  article.article-first .entry-content .product-slider {
    margin-bottom: 20px;
  }
}
article.article-first .entry-content.full-bleed {
  position: relative;
  margin-top: -85px !important;
  padding: 45px 50px;
  max-width: 900px !important;
}
article.article-first .entry-content.full-bleed .product-slider {
  padding-left: 25px;
}
article.article-right {
  max-width: 1060px;
  margin: 0 auto;
  margin-bottom: 70px;
}
@media (max-width: 1024px) {
  article.article-right {
    padding: 0px 35px;
    margin-bottom: 0px;
  }
}
@media (max-width: 480px) {
  article.article-right {
    padding: 0px 20px;
  }
}
article.article-right .entry-header {
  margin-bottom: 30px;
}
article.article-right .entry-header a {
  display: block;
  position: relative;
}
article.article-right .entry-header a img {
  display: block;
  width: 100%;
}
article.article-right .entry-header a .entry-date {
  position: absolute;
  background: white;
  top: 25px;
  left: 25px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: "IndianTypeFoundryVolteSemibold", "Helvetica", "Arial", sans-serif;
  font-size: 8px;
  padding: 15px 30px 13px 30px;
  opacity: 0;
  -ms-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 480px) {
  article.article-right .entry-header a .entry-date {
    display: none;
  }
}
article.article-right .entry-header:hover .entry-date {
  opacity: 1;
  -ms-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
article.article-right .entry-content {
  width: 100%;
  text-align: justify;
  background: white;
}
@media (max-width: 1024px) {
  article.article-right .entry-content {
    max-width: 85%;
    margin: 0 auto;
    position: relative;
    margin-top: -85px;
    padding: 40px;
    text-align: center;
  }
}
@media (max-width: 480px) {
  article.article-right .entry-content {
    max-width: 90%;
    padding: 20px;
  }
}
article.article-right .entry-content h1 {
  margin-top: 0;
  text-align: left;
}
@media (max-width: 1024px) {
  article.article-right .entry-content h1 {
    text-align: center;
  }
}
article.article-right .entry-content .view-full-post {
  display: inline-block;
  background-color: black;
  color: white;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 10px 20px;
  font-family: "IndianTypeFoundryVolteSemibold", "Helvetica", "Arial", sans-serif;
  width: 100%;
  text-align: center;
  margin-top: 30px;
  font-size: 10px;
  padding-top: 11px;
}
article.article-right .entry-content .view-full-post:hover {
  background-color: #ef8f8f;
}
article.article-right .entry-content .product-slider {
  height: 100%;
  border-left: 1px solid #e6e6e6;
  text-align: center;
}
@media (max-width: 1024px) {
  article.article-right .entry-content .product-slider {
    border: 0;
    margin-bottom: 35px;
  }
}
@media (max-width: 480px) {
  article.article-right .entry-content .product-slider {
    margin-bottom: 20px;
  }
}
article.article-left {
  max-width: 1000px;
  margin: 0 auto;
  margin-bottom: 70px;
}
@media (max-width: 1024px) {
  article.article-left {
    padding: 0px 35px;
    margin-bottom: 0px;
  }
}
@media (max-width: 480px) {
  article.article-left {
    padding: 0px 20px;
  }
}
article.article-left .entry-header {
  margin-bottom: 30px;
}
article.article-left .entry-header a {
  display: block;
  position: relative;
}
article.article-left .entry-header a img {
  display: block;
  width: 100%;
}
article.article-left .entry-header a .entry-date {
  position: absolute;
  background: white;
  top: 25px;
  left: 25px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: "IndianTypeFoundryVolteSemibold", "Helvetica", "Arial", sans-serif;
  font-size: 8px;
  padding: 15px 30px 13px 30px;
  opacity: 0;
  -ms-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 480px) {
  article.article-left .entry-header a .entry-date {
    display: none;
  }
}
article.article-left .entry-header:hover .entry-date {
  opacity: 1;
  -ms-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
article.article-left .entry-content {
  padding-top: 25px;
  width: 100%;
  text-align: justify;
  background: white;
}
@media (max-width: 1024px) {
  article.article-left .entry-content {
    max-width: 85%;
    margin: 0 auto;
    position: relative;
    margin-top: -85px;
    padding: 40px;
    text-align: center;
  }
}
@media (max-width: 480px) {
  article.article-left .entry-content {
    max-width: 90%;
    padding: 20px;
  }
}
article.article-left .entry-content h1 {
  margin-top: 0;
  text-align: left;
}
@media (max-width: 1024px) {
  article.article-left .entry-content h1 {
    text-align: center;
  }
}
article.article-left .entry-content .view-full-post {
  display: inline-block;
  background-color: black;
  color: white;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 10px 20px;
  font-family: "IndianTypeFoundryVolteSemibold", "Helvetica", "Arial", sans-serif;
  width: 100%;
  text-align: center;
  margin-top: 30px;
  font-size: 10px;
  padding-top: 11px;
}
article.article-left .entry-content .view-full-post:hover {
  background-color: #ef8f8f;
}
article.article-left .entry-content .product-slider {
  height: 100%;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 1024px) {
  article.article-left .entry-content .product-slider {
    margin-bottom: 35px;
  }
}
@media (max-width: 480px) {
  article.article-left .entry-content .product-slider {
    margin-bottom: 20px;
  }
}
.post-sidebar {
  width: 100%;
  background: #f2f2f2;
  padding: 30px;
  height: 100%;
}
.post-sidebar .post-sidebar-inner {
  background: white;
  padding: 38px;
  text-align: center;
  height: 100%;
  overflow: scroll;
}
.post-sidebar .post-sidebar-inner a {
  display: block;
  height: 0;
  width: 100%;
  padding-bottom: 75%;
  background-size: 45%;
  background-position: center center;
  background-repeat: no-repeat;
  margin-bottom: 15%;
}
.post-sidebar .post-sidebar-inner a img {
  display: block;
  margin: 0 auto;
}
.post-sidebar h1 {
  font-family: "TrialbyCupcakesFreeland", Georgia, serif;
  font-weight: normal;
  font-size: 53px;
  margin-top: 0;
  margin-bottom: 0px;
  text-transform: lowercase;
  letter-spacing: normal;
}
.post-sidebar .bar {
  position: relative;
  top: -10px;
  margin-bottom: 10px;
  margin-top: 0;
}
.post-sidebar p {
  font-size: 8px;
  margin-bottom: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: "IndianTypeFoundryVolteSemibold", "Helvetica", "Arial", sans-serif;
  margin-bottom: 25px;
}
/*----------------------------------------------------------------------------
 Inserts
 ----------------------------------------------------------------------------*/
@media (max-width: 1024px) {
  .insert-ig-wrapper {
    padding: 0px 35px;
  }
}
@media (max-width: 480px) {
  .insert-ig-wrapper {
    padding: 0px 20px;
  }
}
.insert-ig {
  position: relative;
  max-width: 1095px;
  margin: 0 auto;
  margin-bottom: 70px;
  border: 1px solid white;
  padding: 50px 50px 50px 200px;
}
@media (max-width: 1024px) {
  .insert-ig {
    margin-bottom: 35px;
  }
}
@media (max-width: 480px) {
  .insert-ig {
    margin-bottom: 20px;
    padding: 30px 20px 20px 20px;
  }
}
.insert-ig .title {
  position: absolute;
  left: 60px;
  top: 50%;
  margin-top: -35px;
  z-index: 1;
}
.insert-ig .title h5 {
  line-height: 70px;
  margin: 0;
}
.insert-ig .head {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 10px;
  font-family: "IndianTypeFoundryVolteSemibold", "Helvetica", "Arial", sans-serif;
  margin-bottom: 25px;
}
.insert-ig .head a {
  letter-spacing: 1px;
}
.insert-ig .igs a {
  display: block;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 100%;
  height: 0px;
  -ms-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.insert-ig .igs a:hover {
  opacity: 0.7;
  -ms-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 1024px) {
  .insert-ig .igs .grid__item:nth-child(3) {
    display: none;
  }
}
@media (max-width: 1024px) {
  .insert-vids-wrapper {
    padding: 0px 35px;
  }
}
@media (max-width: 480px) {
  .insert-vids-wrapper {
    padding: 0px 20px;
  }
}
.insert-vids {
  position: relative;
  max-width: 1095px;
  margin: 0 auto;
  margin-bottom: 70px;
  border: 1px solid white;
  padding: 50px 50px 50px 200px;
}
@media (max-width: 1024px) {
  .insert-vids {
    margin-bottom: 35px;
  }
}
@media (max-width: 480px) {
  .insert-vids {
    margin-bottom: 20px;
    padding: 30px 20px 20px 20px;
  }
}
.insert-vids .title {
  position: absolute;
  left: 60px;
  top: 50%;
  margin-top: -35px;
  z-index: 1;
}
.insert-vids .title h5 {
  line-height: 70px;
  margin: 0;
}
.insert-vids .head {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 10px;
  font-family: "IndianTypeFoundryVolteSemibold", "Helvetica", "Arial", sans-serif;
  margin-bottom: 25px;
}
.insert-vids .head a {
  letter-spacing: 1px;
}
.insert-vids .vids a {
  display: block;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 60%;
  height: 0px;
  -ms-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.insert-vids .vids a:hover {
  opacity: 0.7;
  -ms-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 1024px) {
  .insert-vids .vids .grid__item:nth-child(2) {
    display: none;
  }
}
.insert-favs {
  position: relative;
  max-width: 1095px;
  margin: 0 auto;
  margin-bottom: 70px;
  border: 1px solid white;
  padding: 50px 20px 50px 50px;
}
@media (max-width: 1024px) {
  .insert-favs {
    display: none;
  }
}
.insert-favs .favs {
  text-align: center;
}
.insert-favs .favs a.post {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 150%;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  -ms-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.insert-favs .favs a.post:hover {
  opacity: 0.7;
  -ms-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.insert-favs .favs h1 {
  margin-bottom: 30px;
}
.insert-favs .favs ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.insert-favs .favs ul li {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: "IndianTypeFoundryVolteSemibold", "Helvetica", "Arial", sans-serif;
  padding: 5px 0px;
}
.insert-favs .favs .favorite-posts-wrapper {
  position: relative;
}
.insert-favs .favs .favorite-posts-wrapper .favorite-posts {
  background: white;
  display: none;
}
.insert-favs .favs .favorite-posts-wrapper .favorite-posts:not(:first-child) {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.insert-favs .favs .favorite-posts-wrapper .favorite-posts:first-child {
  display: block;
}
.insert-favs-double {
  position: relative;
  max-width: 1065px;
  margin: 0 auto;
  padding: 50px 0px 50px 0px;
}
@media (max-width: 1024px) {
  .insert-favs-double {
    margin-bottom: 0;
  }
}
.insert-favs-double .favs {
  text-align: center;
}
.insert-favs-double .favs a.post {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 150%;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  margin-bottom: 18px;
  -ms-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.insert-favs-double .favs a.post:hover {
  opacity: 0.7;
  -ms-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.insert-favs-double .favs h1 {
  margin-bottom: 30px;
}
.insert-favs-double .favs ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.insert-favs-double .favs ul li {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: "IndianTypeFoundryVolteSemibold", "Helvetica", "Arial", sans-serif;
  padding: 5px 0px;
}
.insert-favs-double .favs .favorite-posts-wrapper {
  position: relative;
}
.insert-favs-double .favs .favorite-posts-wrapper .favorite-posts {
  background: white;
  display: none;
}
.insert-favs-double .favs .favorite-posts-wrapper .favorite-posts:not(:first-child) {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.insert-favs-double .favs .favorite-posts-wrapper .favorite-posts:first-child {
  display: block;
}
.insert-favs-double .favorites-nav .fav-nav {
  padding-top: 40px;
  padding-bottom: 60px;
}
/*----------------------------------------------------------------------------
 Infinite Scroll
 ----------------------------------------------------------------------------*/
.post-navigation {
  display: none;
}
.infinite-scroll-loading {
  text-align: center;
  width: 100%;
  padding: 100px 0px;
}
.infinite-scroll-loading img {
  width: 30px;
  height: 30px;
  margin: 0 auto;
}
body.home .infinite-scroll-loading {
  display: none;
}
@media (max-width: 1024px) {
  .load-more-outer {
    padding: 0px 35px;
  }
}
@media (max-width: 480px) {
  .load-more-outer {
    padding: 0px 20px;
  }
}
.load-more-wrapper {
  max-width: 1000px;
  margin: 0 auto;
  padding: 50px;
  border: 1px solid white;
}
@media (max-width: 480px) {
  .load-more-wrapper {
    padding: 30px;
  }
}
.load-more-wrapper a.next-post {
  width: 100%;
  height: 0px;
  display: block;
  padding-bottom: 150%;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
.load-more-wrapper a.load-more {
  text-transform: uppercase;
  letter-spacing: 4px;
  font-family: "IndianTypeFoundryVolteSemibold", "Helvetica", "Arial", sans-serif;
  font-size: 30px;
  display: block;
}
@media (max-width: 480px) {
  .load-more-wrapper a.load-more {
    font-size: 20px;
    margin-bottom: 25px;
  }
}
.load-more-wrapper .next-post-grid-item {
  -ms-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.load-more-wrapper .next-post-grid-item:hover {
  opacity: 0.7;
  -ms-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 1024px) {
  .load-more-wrapper .next-post-grid-item:nth-child(2) {
    display: none;
  }
}
.load-next-post {
  display: none;
}
/*----------------------------------------------------------------------------
 Single Post
 ----------------------------------------------------------------------------*/
article.single-article {
  margin-bottom: 100px;
}
@media (max-width: 1024px) {
  article.single-article {
    margin-bottom: 70px;
  }
}
@media (max-width: 480px) {
  article.single-article {
    margin-bottom: 40px;
  }
}
article.single-article .entry-header {
  max-width: 400px;
  margin: 0 auto;
  text-align: center;
}
article.single-article .entry-header h1 {
  font-size: 16px;
  margin-bottom: 25px;
}
article.single-article .entry-header .bar {
  display: none;
}
article.single-article .entry-content {
  max-width: 800px;
  margin: 0 auto;
  font-size: 14px;
  margin-bottom: 100px;
}
article.single-article .entry-content .shopthepost-widget {
  margin-bottom: 30px;
}
article.single-article .entry-content h1 {
  text-align: left;
}
@media (max-width: 1024px) {
  article.single-article .entry-content {
    max-width: 100%;
  }
}
article.single-article .entry-content img {
  margin-bottom: 30px;
  width: 100%;
}
article.single-article .entry-content a {
  color: #ef8f8f;
}
article.single-article .entry-content a img {
  position: relative;
  display: block;
  margin-bottom: 30px;
  min-width: 800px;
}
@media (max-width: 1024px) {
  article.single-article .entry-content a img {
    left: 0;
    min-width: 100%;
    max-width: 100%;
  }
}
article.single-article .entry-content a:hover {
  color: black;
}
article.single-article div.separator {
  margin-bottom: 30px;
}
article.single-article .left-column {
  position: relative;
  float: left;
  width: 10%;
}
@media (max-width: 1024px) {
  article.single-article .left-column {
    display: none;
  }
}
article.single-article .left-column .left-column-inner {
  position: relative;
  height: 100vh;
}
article.single-article .center-column {
  float: left;
  width: 80%;
}
@media (max-width: 1024px) {
  article.single-article .center-column {
    width: 100%;
    padding: 0px 35px;
  }
}
@media (max-width: 480px) {
  article.single-article .center-column {
    width: 100%;
    padding: 0px 20px;
  }
}
article.single-article .right-column {
  position: relative;
  float: right;
  width: 10%;
}
@media (max-width: 1024px) {
  article.single-article .right-column {
    display: none;
  }
}
article.single-article .right-column .right-column-inner {
  position: relative;
  height: 100vh;
}
article.single-article .right-column .right-column-inner .shop-the-post {
  position: absolute;
  width: 210px;
  right: 30px;
  top: 50%;
  margin-top: -140px;
  border: 1px solid white;
  text-align: center;
  padding: 38px 20px;
  opacity: 0;
  visibility: hidden;
  -ms-transition: opacity 450ms ease;
  -webkit-transition: opacity 450ms ease;
  transition: opacity 450ms ease;
}
article.single-article .right-column .right-column-inner .shop-the-post h1 {
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: "IndianTypeFoundryVolteSemibold", "Helvetica", "Arial", sans-serif;
}
article.single-article .right-column .right-column-inner .shop-the-post.visible {
  opacity: 1;
  visibility: visible;
}
.entry-comments {
  float: left;
  width: 100%;
  background: #f2f2f2;
  padding: 65px;
}
@media (max-width: 1024px) {
  .entry-comments {
    padding: 35px;
  }
}
@media (max-width: 480px) {
  .entry-comments {
    padding: 20px;
  }
}
#comments {
  background: white;
  max-width: 795px;
  margin: 0 auto;
  padding: 40px 70px 50px 70px;
  text-align: center;
}
@media (max-width: 1024px) {
  #comments {
    padding: 40px 20px 50px 20px;
  }
}
#comments .collapsed {
  text-align: center;
}
#comments .collapsed h1 {
  margin-bottom: 15px;
}
#comments .collapsed h2 {
  padding: 30px 10px 0px 10px;
  display: inline-block;
  border-top: 1px solid #f2f2f2;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: "IndianTypeFoundryVolteSemibold", "Helvetica", "Arial", sans-serif;
  margin-bottom: 0;
}
#comments .collapsed .pipe {
  padding: 0px 10px;
}
#comments .expanded {
  display: none;
}
#comments h1 {
  margin-bottom: 40px;
}
#comments #reply-title {
  display: none;
}
#comments #commentform {
  margin-bottom: 100px;
}
#comments #commentform label {
  display: none;
}
#comments #commentform textarea {
  border: 1px solid #e6e6e6;
  padding: 10px;
}
#comments #commentform textarea:focus {
  border: 1px solid #ef8f8f;
}
#comments #commentform textarea::-webkit-input-placeholder {
  color: black;
}
#comments #commentform textarea:-moz-placeholder {
  /* Firefox 18- */
  color: black;
}
#comments #commentform textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: black;
}
#comments #commentform textarea:-ms-input-placeholder {
  color: black;
}
#comments #commentform input[type="text"], #comments #commentform input[type="email"], #comments #commentform input[type="url"] {
  height: 50px;
  border-bottom: 1px solid #e6e6e6;
}
#comments #commentform input[type="text"]:focus, #comments #commentform input[type="email"]:focus, #comments #commentform input[type="url"]:focus {
  border: 1px solid white;
  border-bottom: 1px solid #ef8f8f;
}
#comments #commentform input[type="text"]::-webkit-input-placeholder, #comments #commentform input[type="email"]::-webkit-input-placeholder, #comments #commentform input[type="url"]::-webkit-input-placeholder {
  color: black;
}
#comments #commentform input[type="text"]:-moz-placeholder, #comments #commentform input[type="email"]:-moz-placeholder, #comments #commentform input[type="url"]:-moz-placeholder {
  /* Firefox 18- */
  color: black;
}
#comments #commentform input[type="text"]::-moz-placeholder, #comments #commentform input[type="email"]::-moz-placeholder, #comments #commentform input[type="url"]::-moz-placeholder {
  /* Firefox 19+ */
  color: black;
}
#comments #commentform input[type="text"]:-ms-input-placeholder, #comments #commentform input[type="email"]:-ms-input-placeholder, #comments #commentform input[type="url"]:-ms-input-placeholder {
  color: black;
}
#comments #commentform input[type="submit"] {
  background: black;
  color: white;
  font-size: 11px;
  height: 54px;
}
#comments #commentform input[type="submit"]:hover {
  background-color: #ef8f8f;
}
#comments #commentform p.comment-form-comment {
  margin-bottom: 0;
}
#comments #commentform p.comment-form-author {
  width: calc(33.333% - 20px);
  display: inline-block;
  text-align: center;
}
#comments #commentform p.comment-form-author input {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: "IndianTypeFoundryVolteSemibold", "Helvetica", "Arial", sans-serif;
  font-size: 10px;
}
#comments #commentform p.comment-form-email {
  width: calc(33.333% - 22px);
  display: inline-block;
  text-align: center;
  margin-left: 28px;
  margin-right: 28px;
}
#comments #commentform p.comment-form-email input {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: "IndianTypeFoundryVolteSemibold", "Helvetica", "Arial", sans-serif;
  font-size: 10px;
}
#comments #commentform p.comment-form-url {
  width: calc(33.333% - 20px);
  display: inline-block;
  text-align: center;
}
#comments #commentform p.comment-form-url input {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: "IndianTypeFoundryVolteSemibold", "Helvetica", "Arial", sans-serif;
  font-size: 10px;
}
#comments .comment-list {
  list-style-type: none;
  margin: 0;
  padding: 0px 80px;
}
@media (max-width: 1024px) {
  #comments .comment-list {
    padding: 0px 35px;
  }
}
@media (max-width: 480px) {
  #comments .comment-list {
    padding: 0px 20px;
  }
}
#comments .comment-list ol {
  list-style-type: none;
  margin: 0;
  padding: 0px;
}
#comments .comment-list ol li {
  margin-top: 35px;
}
#comments .comment-list li {
  margin-bottom: 70px;
}
#comments .comment-list li:last-child {
  margin-bottom: 0;
}
#comments .comment-list .comment-author {
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: "IndianTypeFoundryVolteSemibold", "Helvetica", "Arial", sans-serif;
  font-size: 14px;
}
#comments .comment-list .comment-reply-link {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: "IndianTypeFoundryVolteSemibold", "Helvetica", "Arial", sans-serif;
  font-size: 10px;
}
#comments .comment-list #respond {
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  padding: 25px 0px;
  margin-top: 30px;
}
#comments .comment-list #commentform {
  margin-bottom: 50px;
}
/*-------------------------------------
 Article Grid Item
 -------------------------------------*/
.article-grid {
  max-width: 1060px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .article-grid {
    padding: 0px 35px;
  }
}
@media (max-width: 767px) {
  .article-grid {
    padding: 10px 35px;
  }
}
@media (max-width: 480px) {
  .article-grid {
    padding: 0px 20px;
  }
}
.article-grid .article-grid-header {
  height: 68px;
  line-height: 68px;
  text-transform: uppercase;
  font-size: 10px;
  font-family: "IndianTypeFoundryVolteSemibold", "Helvetica", "Arial", sans-serif;
}
.article-grid .article-grid-header span {
  letter-spacing: 2px;
}
.article-grid .article-grid-header ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.article-grid .article-grid-header ul li {
  display: inline-block;
  margin-left: 20px;
}
.article-grid article.article-grid-item .image {
  display: block;
  width: 100%;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  height: 0;
  padding-bottom: 150%;
  position: relative;
}
.article-grid article.article-grid-item .image .hover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 45px;
  background: rgba(0, 0, 0, .85);
  color: white;
  text-align: center;
  opacity: 0;
  -ms-transition: opacity 450ms ease;
  -webkit-transition: opacity 450ms ease;
  transition: opacity 450ms ease;
}
.article-grid article.article-grid-item .image .hover h1 {
  font-size: 14px;
  margin-bottom: 35px;
}
.article-grid article.article-grid-item .image .hover h1 a {
  color: white;
}
.article-grid article.article-grid-item .image .hover h1 a:hover {
  color: #ef8f8f;
}
.article-grid article.article-grid-item .image .hover h2 {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: "IndianTypeFoundryVolteSemibold", "Helvetica", "Arial", sans-serif;
}
.article-grid article.article-grid-item .image .hover h2 a {
  color: white;
}
.article-grid article.article-grid-item .image .hover h2 a:hover {
  color: #ef8f8f;
}
.article-grid article.article-grid-item .image .hover .products {
  background: white;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
}
.article-grid article.article-grid-item .image .hover .products .products-slider-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  overflow: hidden;
}
.article-grid article.article-grid-item .image .hover .products .products-slider-wrapper .slide-left {
  color: black;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -5px;
  z-index: 2;
}
.article-grid article.article-grid-item .image .hover .products .products-slider-wrapper .slide-left:hover {
  color: #ef8f8f;
}
.article-grid article.article-grid-item .image .hover .products .products-slider-wrapper .slide-right {
  color: black;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -5px;
  z-index: 2;
}
.article-grid article.article-grid-item .image .hover .products .products-slider-wrapper .slide-right:hover {
  color: #ef8f8f;
}
.article-grid article.article-grid-item .image .hover .products .products-slider-wrapper .products-slider {
  height: 100%;
  position: relative;
}
.article-grid article.article-grid-item .image .hover .products .products-slider-wrapper .products-slider a {
  display: inline-block;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.article-grid article.article-grid-item .image:hover .hover {
  opacity: 1;
}
.shop-grid {
  max-width: 1000px;
  margin: 0 auto;
}
.shop-grid .article-grid-header {
  height: 68px;
  line-height: 68px;
  text-transform: uppercase;
  font-size: 13px;
  font-family: "IndianTypeFoundryVolteSemibold", "Helvetica", "Arial", sans-serif;
}
.shop-grid .article-grid-header span {
  letter-spacing: 2px;
}
.shop-grid .article-grid-header ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.shop-grid .article-grid-header ul li {
  display: inline-block;
  margin-left: 20px;
}
.shop-grid article.article-grid-item {
  margin-bottom: 30px;
}
.shop-grid article.article-grid-item.product_category-beauty, .shop-grid article.article-grid-item.product_category-style {
  padding: 15px 10%;
}
@media (max-width: 767px) {
  .shop-grid article.article-grid-item.product_category-beauty, .shop-grid article.article-grid-item.product_category-style {
    padding: 10px 2%;
  }
}
@media (max-width: 480px) {
  .shop-grid article.article-grid-item.product_category-beauty, .shop-grid article.article-grid-item.product_category-style {
    padding: 2%;
  }
}
.shop-grid article.article-grid-item .image {
  display: block;
  width: 100%;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  height: 0;
  padding-bottom: 150%;
  position: relative;
}
.shop-grid article.article-grid-item .image .hover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0px 45px;
  background: rgba(0, 0, 0, .85);
  color: white;
  text-align: center;
  opacity: 0;
  -ms-transition: opacity 450ms ease;
  -webkit-transition: opacity 450ms ease;
  transition: opacity 450ms ease;
}
.shop-grid article.article-grid-item .image .hover h1 {
  font-size: 14px;
  margin-bottom: 25px;
  margin-top: 0;
}
.shop-grid article.article-grid-item .image .hover h1 a {
  color: white;
}
.shop-grid article.article-grid-item .image .hover h1 a:hover {
  color: #ef8f8f;
}
.shop-grid article.article-grid-item .image .hover h2 {
  margin-bottom: 0;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: "IndianTypeFoundryVolteSemibold", "Helvetica", "Arial", sans-serif;
}
.shop-grid article.article-grid-item .image .hover h2 a {
  color: white;
}
.shop-grid article.article-grid-item .image .hover h2 a:hover {
  color: #ef8f8f;
}
.shop-grid article.article-grid-item .image .hover .products {
  background: white;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
}
.shop-grid article.article-grid-item .image .hover .products .products-slider-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  overflow: hidden;
}
.shop-grid article.article-grid-item .image .hover .products .products-slider-wrapper .slide-left {
  color: black;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -5px;
  z-index: 2;
}
.shop-grid article.article-grid-item .image .hover .products .products-slider-wrapper .slide-left:hover {
  color: #ef8f8f;
}
.shop-grid article.article-grid-item .image .hover .products .products-slider-wrapper .slide-right {
  color: black;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -5px;
  z-index: 2;
}
.shop-grid article.article-grid-item .image .hover .products .products-slider-wrapper .slide-right:hover {
  color: #ef8f8f;
}
.shop-grid article.article-grid-item .image .hover .products .products-slider-wrapper .products-slider {
  height: 100%;
  position: relative;
}
.shop-grid article.article-grid-item .image .hover .products .products-slider-wrapper .products-slider a {
  display: inline-block;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.shop-grid article.article-grid-item .image:hover .hover {
  opacity: 1;
}
.shop-grid article.article-grid-item.article-grid-item-product a {
  display: block;
  width: 100%;
  position: relative;
  height: 0;
  padding-bottom: 100%;
}
.shop-grid article.article-grid-item.article-grid-item-product a .image {
  position: absolute;
  top: 25px;
  right: 25px;
  bottom: 25px;
  left: 25px;
  height: auto;
  width: auto;
  padding-bottom: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.shop-grid article.article-grid-item.article-grid-item-product a .hover {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  text-align: center;
  font-family: "IndianTypeFoundryVolteSemibold", "Helvetica", "Arial", sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 10px;
  -ms-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.shop-grid article.article-grid-item.article-grid-item-product a .hover span {
  padding: 15px 25px;
  background: black;
  color: white;
}
.shop-grid article.article-grid-item.article-grid-item-product a:hover .hover {
  opacity: 1;
}
.category .article-grid .article-grid-header {
  display: none;
}
/*-------------------------------------
 About Page
 -------------------------------------*/
*::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}
@media (max-width: 1024px) {
  .about-page {
    padding: 0px 35px;
  }
}
@media (max-width: 480px) {
  .about-page {
    padding: 0px 20px;
  }
}
.about-page .about-video {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  background-color: #f7f7f7;
  margin-bottom: 65px;
  position: relative;
}
@media (max-width: 1024px) {
  .about-page .about-video {
    margin-bottom: 35px;
  }
}
@media (max-width: 480px) {
  .about-page .about-video {
    margin-bottom: 20px;
  }
}
.about-page .about-video .play-video {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 70px;
  width: 98px;
  height: 105px;
  margin-top: -47px;
  margin-left: -49px;
}
.about-page .about-video .play-video i {
  display: block;
}
.about-page .about-video .play-video:hover i, .about-page .about-video .play-video:focus i, .about-page .about-video .play-video:active i {
  color: white;
}
.about-page .about-text {
  text-align: justify;
  margin-bottom: 85px;
  max-width: 1000px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .about-page .about-text {
    margin-bottom: 35px;
  }
}
@media (max-width: 480px) {
  .about-page .about-text {
    margin-bottom: 0px;
  }
}
.about-page .about-text span.h1 {
  text-transform: uppercase;
  letter-spacing: 4px;
  font-size: 24px;
  font-family: "IndianTypeFoundryVolteSemibold", "Helvetica", "Arial", sans-serif;
  margin-right: 10px;
}
.about-page .about-text h2 {
  font-size: 16px;
  font-family: "IndianTypeFoundryVolteSemibold", "Helvetica", "Arial", sans-serif;
  letter-spacing: 3px;
  text-transform: uppercase;
  line-height: 190%;
}
.about-page .about-text h6 {
  padding-top: 25px;
  position: relative;
  right: -40px;
  text-align: right;
  font-size: 70px;
  transform: rotate(-6deg);
}
@media (max-width: 1024px) {
  .about-page .about-text h6 {
    right: -20px;
  }
}
@media (max-width: 480px) {
  .about-page .about-text h6 {
    right: auto;
  }
}
.about-page .about-text .about-text-right-column {
  padding-top: 2px;
}
.about-page .about-favorites {
  margin-bottom: 120px;
}
.about-page .about-favorites h1 {
  margin-bottom: 0px;
}
.about-page .about-favorites ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: "IndianTypeFoundryVolteSemibold", "Helvetica", "Arial", sans-serif;
  padding-top: 10px;
}
.about-page .about-favorites ul li {
  display: block;
  margin: 15px 0px;
}
.about-page .about-favorites ul li a {
  display: block;
}
@media (max-width: 480px) {
  .about-page .insert-favs-double {
    padding-bottom: 0px;
  }
}
@media (max-width: 1024px) {
  .about-page .insert-ig-wrapper {
    padding: 0px;
  }
}
@media (max-width: 1024px) {
  .about-page .insert-ig-wrapper .insert-ig {
    padding: 50px 0px 50px 125px;
    border: 0;
  }
}
@media (max-width: 1024px) {
  .about-page .insert-ig-wrapper .insert-ig .title {
    left: 0;
  }
}
@media (max-width: 480px) {
  .about-page .insert-ig-wrapper .insert-ig .title {
    margin-top: -50px;
  }
}
.about-page .insert-ig-wrapper .insert-ig .igs a {
  display: block;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 100%;
  height: 0px;
}
@media (max-width: 1024px) {
  .about-page .insert-ig-wrapper .insert-ig .igs .grid__item:nth-child(3) {
    display: none;
  }
}
@media (max-width: 480px) {
  .about-page .insert-ig-wrapper .insert-ig .igs .grid__item:nth-child(2) {
    display: none;
  }
}
@media (max-width: 767px) {
  .about-page .one-half, .about-page .two-quarters, .about-page .three-sixths, .about-page .four-eighths, .about-page .five-tenths, .about-page .six-twelfths {
    width: 100%;
  }
}
/*-------------------------------------
 Shop Page
 -------------------------------------*/
.shop-page {
  max-width: 1060px;
  margin: 0 auto;
  width: 95%;
}
@media (max-width: 1024px) {
  .shop-page {
    padding: 0px 35px;
  }
}
@media (max-width: 767px) {
  .shop-page {
    padding: 10px 35px;
  }
}
@media (max-width: 480px) {
  .shop-page {
    padding: 0px 20px;
  }
}
.shop-page .shop-header-device {
  margin-bottom: 30px;
}
.shop-page .shop-header-device a {
  display: block;
  background: black;
  color: white;
  width: 100%;
  height: 55px;
  line-height: 55px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: "IndianTypeFoundryVolteSemibold", "Helvetica", "Arial", sans-serif;
  padding: 0px 20px;
}
.shop-page .shop-header-device a i {
  display: inline-block;
  position: relative;
  line-height: normal;
  top: -1px;
  -ms-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.shop-page .shop-header-device a.active {
  background: #ef8f8f;
}
.shop-page .shop-header-device a.down i {
  transform: rotate(-180deg);
  transform-origin: center;
}
.shop-page .shop-header-device ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.shop-page .shop-header-device ul li {
  display: block;
  position: relative;
}
.shop-page .shop-header-device ul li ul.shop-sub-nav {
  background: black;
  display: none;
  position: absolute;
  width: 100%;
  z-index: 2;
  padding-bottom: 15px;
}
.shop-page .shop-header-device ul li ul.shop-sub-nav li a {
  height: 55px;
  line-height: 55px;
}
.shop-page .shop-header-device ul li ul.shop-sub-nav li.current-menu-item a {
  color: #ef8f8f;
}
.shop-page .shop-header-device ul li ul.shop-sub-nav li ul {
  border-top: 1px solid white;
}
.shop-page .shop-header-device ul li ul.shop-sub-nav li ul li a.active {
  color: #ef8f8f;
  background: black;
}
.shop-page .shop-header-device ul li ul.shop-sub-nav li ul li.current-menu-item a {
  color: #ef8f8f;
}
.shop-page .shop-header-device ul li ul.shop-sub-nav li:last-child ul {
  padding-bottom: 0px;
  padding-top: 15px;
}
.shop-page .shop-header-device ul li ul.shop-sub-nav li:last-child ul li a {
  height: 45px;
  line-height: 45px;
}
@media (max-width: 767px) {
  .shop-page .shop-header-device {
    display: none;
  }
}
@media (max-width: 767px) {
  .shop-page .shop-header-device-mobile {
    display: block !important;
  }
}
.shop-page .shop-header-device-mobile a {
  text-align: left;
  position: relative;
}
.shop-page .shop-header-device-mobile a i {
  display: block;
  float: right;
  height: inherit;
  line-height: inherit;
}
.shop-page .shop-page-sidebar .top-links {
  margin-bottom: 10px;
}
.shop-page .shop-page-sidebar .top-links a {
  display: block;
  width: 100%;
  background: #f7f7f7;
  font-family: "IndianTypeFoundryVolteSemibold", "Helvetica", "Arial", sans-serif;
  color: black;
  text-transform: uppercase;
  letter-spacing: 2px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  margin-bottom: 10px;
  font-size: 11px;
}
.shop-page .shop-page-sidebar .top-links a:hover, .shop-page .shop-page-sidebar .top-links a.active {
  background: black;
  color: white;
}
.shop-page .shop-page-sidebar .pieces, .shop-page .shop-page-sidebar .shops {
  background: #f7f7f7;
  padding: 30px;
  text-align: center;
  margin-bottom: 10px;
}
.shop-page .shop-page-sidebar .pieces .pieces-inner, .shop-page .shop-page-sidebar .shops .pieces-inner, .shop-page .shop-page-sidebar .pieces .shops-inner, .shop-page .shop-page-sidebar .shops .shops-inner {
  background: white;
  padding: 25px 30px 30px 30px;
}
.shop-page .shop-page-sidebar .pieces .pieces-inner h1, .shop-page .shop-page-sidebar .shops .pieces-inner h1, .shop-page .shop-page-sidebar .pieces .shops-inner h1, .shop-page .shop-page-sidebar .shops .shops-inner h1 {
  font-family: "TrialbyCupcakesFreeland", Georgia, serif;
  font-size: 48px;
  text-transform: none;
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  line-height: normal;
  text-transform: lowercase;
}
.shop-page .shop-page-sidebar .pieces .pieces-inner .bar, .shop-page .shop-page-sidebar .shops .pieces-inner .bar, .shop-page .shop-page-sidebar .pieces .shops-inner .bar, .shop-page .shop-page-sidebar .shops .shops-inner .bar {
  margin-top: 0;
}
.shop-page .shop-page-sidebar .pieces .pieces-inner ul, .shop-page .shop-page-sidebar .shops .pieces-inner ul, .shop-page .shop-page-sidebar .pieces .shops-inner ul, .shop-page .shop-page-sidebar .shops .shops-inner ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.shop-page .shop-page-sidebar .pieces .pieces-inner ul li, .shop-page .shop-page-sidebar .shops .pieces-inner ul li, .shop-page .shop-page-sidebar .pieces .shops-inner ul li, .shop-page .shop-page-sidebar .shops .shops-inner ul li {
  display: block;
}
.shop-page .shop-page-sidebar .pieces .pieces-inner ul li a, .shop-page .shop-page-sidebar .shops .pieces-inner ul li a, .shop-page .shop-page-sidebar .pieces .shops-inner ul li a, .shop-page .shop-page-sidebar .shops .shops-inner ul li a {
  display: block;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: "IndianTypeFoundryVolteSemibold", "Helvetica", "Arial", sans-serif;
  padding: 10px 0px;
  font-size: 10px;
  line-height: 80%;
}
.shop-page .shop-page-sidebar .pieces .pieces-inner, .shop-page .shop-page-sidebar .shops .pieces-inner {
  background: transparent;
  padding: 0;
}
.shop-page .shop-page-sidebar .pieces .pieces-inner a, .shop-page .shop-page-sidebar .shops .pieces-inner a {
  font-size: 11px !important;
  line-height: 110% !important;
}
.shop-page .shop-page-sidebar .pieces {
  padding: 20px;
}
.shop-page .shop-page-sidebar .curated-collection {
  text-align: center;
  border: 1px solid #e6e6e6;
  padding: 60px;
  margin-bottom: 30px;
}
.shop-page .shop-page-sidebar .curated-collection h1 {
  font-size: 12px;
}
.shop-page .shop-page-sidebar .curated-collection a {
  display: block;
  margin-bottom: 15px;
}
/*-------------------------------------
 Slick
 -------------------------------------*/
.slick-list, .slick-track {
  height: 100%;
}
/*-------------------------------------
 Contact Form 7
 -------------------------------------*/
span.wpcf7-not-valid-tip, div.wpcf7 .ajax-loader {
  display: none;
}
input.wpcf7-not-valid {
  border: 1px solid red !important;
}
div.wpcf7-validation-errors {
  border: 1px solid white;
  padding: 15px 30px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 10px;
  background: black;
}
div.wpcf7-mail-sent-ok {
  border: 1px solid white;
  padding: 15px 30px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 10px;
  background: black;
}
form.wpcf7-form p {
  margin-bottom: 0;
}
.infinite .entry-content p {
  padding-right: 15px;
}
.search-results #primary {
  margin-bottom: 200px;
}
.error-404 {
  margin: 150px auto 70px;
}
.error-404 form {
  text-align: center;
}
.error-404 form input {
  text-align: center;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 1px;
  padding: 5px 10px;
  border-radius: 0;
  -webkit-appearance: none;
}
.error-404 form .search-submit {
  display: none;
}
/*--------------------------------------------------------------
 # 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: -30px;
  /* [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: 30px;
  /* [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;
}
.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 {
  list-style: none;
  margin: 0;
  /* [1] */
  padding: 0;
  /* [2] */
  /* [2] */
  letter-spacing: -0.31em;
  margin-left: -18px;
}
.grid--narrow > .grid__item {
  padding-left: 18px;
}
/**
 * Create grids with wider gutters. Extends `.grid`.
 */
.grid--wide {
  list-style: none;
  margin: 0;
  /* [1] */
  padding: 0;
  /* [2] */
  /* [2] */
  letter-spacing: -0.31em;
  margin-left: -80px;
}
.grid--wide > .grid__item {
  padding-left: 80px;
}
/*------------------------------------*\
 $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 (max-width: 480px) {
  /**
   * 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: 481px) 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 (max-width: 480px) {
  /**
   * 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: 481px) 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 (max-width: 480px) {
  /**
   * 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: 481px) 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%;
  }
}
