/*!
Theme Name: Nuclear Ape Theme
Theme URI: http://nuclear-ape.com/
Author: Hanuman
Author URI: http://www.nuclear-ape.com
Description: A custom theme for developing WP sites from scratch
Version: 2.0.0
*/
/* line 1, sass/_normalize.scss */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

/* line 7, sass/_normalize.scss */
body {
  margin: 0;
}

/* line 11, sass/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

/* line 26, sass/_normalize.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

/* line 34, sass/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* line 39, sass/_normalize.scss */
[hidden],
template {
  display: none;
}

/* line 44, sass/_normalize.scss */
a {
  background-color: transparent;
}

/* line 48, sass/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* line 53, sass/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/* line 57, sass/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/* line 62, sass/_normalize.scss */
dfn {
  font-style: italic;
}

/* line 66, sass/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/* line 71, sass/_normalize.scss */
small {
  font-size: 80%;
}

/* line 75, sass/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 83, sass/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 87, sass/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 91, sass/_normalize.scss */
img {
  border: 0;
}

/* line 95, sass/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 99, sass/_normalize.scss */
figure {
  margin: 1em 40px;
}

/* line 103, sass/_normalize.scss */
hr {
  box-sizing: content-box;
  height: 0;
}

/* line 108, sass/_normalize.scss */
pre {
  overflow: auto;
}

/* line 112, sass/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* line 120, sass/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

/* line 130, sass/_normalize.scss */
button {
  overflow: visible;
}

/* line 134, sass/_normalize.scss */
button,
select {
  text-transform: none;
}

/* line 139, sass/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

/* line 147, sass/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/* line 152, sass/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 158, sass/_normalize.scss */
input {
  line-height: normal;
}

/* line 162, sass/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/* line 168, sass/_normalize.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 173, sass/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 178, sass/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/* line 184, sass/_normalize.scss */
legend {
  border: 0;
  padding: 0;
}

/* line 189, sass/_normalize.scss */
textarea {
  overflow: auto;
}

/* line 193, sass/_normalize.scss */
optgroup {
  font-weight: bold;
}

/* line 197, sass/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 202, sass/_normalize.scss */
td,
th {
  padding: 0;
}

/* line 1, sass/base/_accessibility.scss */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
/* line 8, sass/base/_accessibility.scss */
.screen-reader-text:focus {
  font-size: 14px;
  font-size: 0.875rem;
  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-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* line 28, sass/base/_accessibility.scss */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/* line 1, sass/base/_alignments.scss */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

/* line 7, sass/base/_alignments.scss */
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

/* line 13, sass/base/_alignments.scss */
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  clear: both;
}

/* line 1, sass/base/_clearings.scss */
.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;
}

/* line 16, sass/base/_clearings.scss */
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/* line 1, sass/base/_elements.scss */
html {
  box-sizing: border-box;
}

/* line 5, sass/base/_elements.scss */
*,
*:before,
*:after {
  box-sizing: inherit;
}

/* line 11, sass/base/_elements.scss */
body {
  background: #fff;
}

/* line 15, sass/base/_elements.scss */
blockquote,
q {
  quotes: '" "';
}
/* line 19, sass/base/_elements.scss */
blockquote:before, blockquote:after,
q:before,
q:after {
  content: '';
}

/* line 25, sass/base/_elements.scss */
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

/* line 32, sass/base/_elements.scss */
ul,
ol {
  margin: 0 0 1.5em 3em;
}

/* line 37, sass/base/_elements.scss */
ul {
  list-style: disc;
}

/* line 41, sass/base/_elements.scss */
ol {
  list-style: decimal;
}

/* line 45, sass/base/_elements.scss */
li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

/* line 51, sass/base/_elements.scss */
dt {
  font-weight: bold;
}

/* line 55, sass/base/_elements.scss */
dd {
  margin: 0 1.5em 1.5em;
}

/* line 59, sass/base/_elements.scss */
img {
  height: auto;
  max-width: 100%;
}

/* line 64, sass/base/_elements.scss */
table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* line 1, sass/base/_links.scss */
a {
  color: #4169e1;
}
/* line 4, sass/base/_links.scss */
a:visited {
  color: #800080;
}
/* line 8, sass/base/_links.scss */
a:hover, a:focus, a:active {
  color: #191970;
}
/* line 14, sass/base/_links.scss */
a:focus {
  outline: thin dotted;
}
/* line 18, sass/base/_links.scss */
a:hover, a:active {
  outline: 0;
}
/* line 23, sass/base/_links.scss */
a.button {
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: block;
  padding: 1em;
  color: #fff;
  border: 2px solid #a25b74;
  background-color: #be6b89;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.2em;
  text-align: center;
}
/* line 35, sass/base/_links.scss */
a.button:hover {
  border: 2px solid #8f5067;
  background-color: #ab607b;
}

/* line 1, sass/base/_media.scss */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* line 10, sass/base/_media.scss */
embed,
iframe,
object {
  max-width: 100%;
}

/* line 16, sass/base/_media.scss */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
/* line 20, sass/base/_media.scss */
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/* line 24, sass/base/_media.scss */
.wp-caption .wp-caption-text {
  margin: .8075em 0;
}

/* line 29, sass/base/_media.scss */
.wp-caption-text {
  text-align: center;
}

/* line 5, sass/base/_post-navigation.scss */
.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
/* line 10, sass/base/_post-navigation.scss */
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}
/* line 15, sass/base/_post-navigation.scss */
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/* line 1, sass/base/_wp-gallery.scss */
.gallery {
  margin-bottom: 1.5em;
}

/* line 5, sass/base/_wp-gallery.scss */
.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
/* line 11, sass/base/_wp-gallery.scss */
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
/* line 15, sass/base/_wp-gallery.scss */
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
/* line 19, sass/base/_wp-gallery.scss */
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
/* line 23, sass/base/_wp-gallery.scss */
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
/* line 27, sass/base/_wp-gallery.scss */
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
/* line 31, sass/base/_wp-gallery.scss */
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
/* line 35, sass/base/_wp-gallery.scss */
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
/* line 39, sass/base/_wp-gallery.scss */
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

/* line 44, sass/base/_wp-gallery.scss */
.gallery-caption {
  display: block;
}

/* line 8, sass/typography/_typography.scss */
body,
button,
input,
select,
textarea {
  font-size: 16px;
  font-size: 1rem;
  color: #404040;
  font-family: "Open Sans", sans-serif;
  line-height: 1.5;
}

/* line 19, sass/typography/_typography.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Oswald", sans-serif;
  clear: both;
  text-align: center;
  font-weight: normal;
}
/* line 30, sass/typography/_typography.scss */
h1.aligncenter,
h2.aligncenter,
h3.aligncenter,
h4.aligncenter,
h5.aligncenter,
h6.aligncenter {
  text-align: center;
}

/* line 35, sass/typography/_typography.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* line 40, sass/typography/_typography.scss */
p {
  margin-bottom: 1.5em;
  text-align: justify;
}

/* line 45, sass/typography/_typography.scss */
dfn,
cite,
em,
i {
  font-style: italic;
}

/* line 52, sass/typography/_typography.scss */
blockquote {
  margin: 0 1.5em;
}

/* line 56, sass/typography/_typography.scss */
address {
  margin: 0 0 1.5em;
}

/* line 60, sass/typography/_typography.scss */
pre {
  font-size: 15px;
  font-size: 0.9375rem;
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

/* line 71, sass/typography/_typography.scss */
code,
kbd,
tt,
var {
  font-size: 15px;
  font-size: 0.9375rem;
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

/* line 79, sass/typography/_typography.scss */
abbr,
acronym {
  border-bottom: 1px dotted #ccc;
  cursor: help;
}

/* line 85, sass/typography/_typography.scss */
mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

/* line 91, sass/typography/_typography.scss */
big {
  font-size: 125%;
}

/* line 1, sass/layout/_body.scss */
.site {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

/* line 7, sass/layout/_body.scss */
.site-content {
  flex: 1;
}

/* line 11, sass/layout/_body.scss */
.alignnarrow {
  max-width: 1000px;
  clear: both;
  margin: 0 auto;
  padding: 0 20px;
}

/* line 18, sass/layout/_body.scss */
.alignwide {
  max-width: 1400px;
  clear: both;
  margin: 0 auto;
  padding: 0 20px;
}
@media (min-width: 600px) {
  /* line 18, sass/layout/_body.scss */
  .alignwide {
    width: 80%;
  }
}

/* line 29, sass/layout/_body.scss */
.alignfull {
  width: 100%;
  clear: both;
}

/* line 1, sass/layout/_footer.scss */
.site-footer {
  width: 100%;
}

/* line 1, sass/layout/_header.scss */
.site-header {
  width: 100%;
  border-bottom: 1px solid #343434;
  margin-bottom: 4em;
}

/* line 1, sass/realm/_comments.scss */
.comments-area,
.comment-form {
  max-width: 600px;
  margin: 0 auto;
}

/* line 8, sass/realm/_comments.scss */
.comments-area ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
/* line 14, sass/realm/_comments.scss */
.comments-area li {
  padding: 0;
  position: relative;
  border-left: 1px solid #be6b89;
  margin: 1em 0;
  padding-left: 1em;
}
/* line 21, sass/realm/_comments.scss */
.comments-area li li {
  margin-left: 30px;
  padding-left: 0;
  border-left: 0;
}
/* line 30, sass/realm/_comments.scss */
.comments-area .comment-metadata a,
.comments-area .reply a {
  color: #343434;
  text-decoration: none;
  font-size: 80%;
}
/* line 37, sass/realm/_comments.scss */
.comments-area .reply {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  padding: 0 .5em .5em;
}
/* line 44, sass/realm/_comments.scss */
.comments-area .reply:hover {
  background-color: #ccc;
}
/* line 47, sass/realm/_comments.scss */
.comments-area .reply:hover a {
  color: #fff;
}
/* line 53, sass/realm/_comments.scss */
.comments-area .avatar,
.comments-area .says,
.comments-area .edit-link {
  display: none;
}

/* line 60, sass/realm/_comments.scss */
.comment-form {
  display: flex;
  flex-wrap: wrap;
}
/* line 64, sass/realm/_comments.scss */
.comment-form p {
  flex-basis: 50%;
  flex-shrink: 1;
  flex-grow: 1;
  padding: .5em;
  margin: 0;
}
/* line 71, sass/realm/_comments.scss */
.comment-form p.comment-form-comment, .comment-form p.comment-form-cookies-consent, .comment-form p.form-submit {
  flex-basis: 100%;
}
/* line 78, sass/realm/_comments.scss */
.comment-form input,
.comment-form textarea {
  width: 100%;
  padding: .75em;
}
/* line 84, sass/realm/_comments.scss */
.comment-form #wp-comment-cookies-consent {
  width: 20px;
}

/* line 89, sass/realm/_comments.scss */
.comment-reply-title,
.comment-notes,
.logged-in-as {
  display: none;
}

/* line 1, sass/realm/_header.scss */
.site-branding {
  max-width: 290px;
  padding: 0 20px;
  margin: 0 auto;
}

/* line 7, sass/realm/_header.scss */
.uppernav {
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
}
/* line 12, sass/realm/_header.scss */
.uppernav > div {
  flex-basis: 300px;
  flex-grow: 1;
}
/* line 17, sass/realm/_header.scss */
.uppernav ul {
  list-style-type: none;
  font-size: 1em;
  margin: 0;
  padding: 0;
}
/* line 23, sass/realm/_header.scss */
.uppernav ul.social {
  text-align: left;
}
/* line 27, sass/realm/_header.scss */
.uppernav ul.shopping {
  text-align: right;
}
/* line 32, sass/realm/_header.scss */
.uppernav li {
  display: inline-block;
  padding: 0 10px;
}
/* line 36, sass/realm/_header.scss */
.uppernav li span {
  position: relative;
  top: -3px;
}
/* line 42, sass/realm/_header.scss */
.uppernav img {
  width: 18px;
  margin-right: 10px;
}
/* line 47, sass/realm/_header.scss */
.uppernav a {
  text-decoration: none;
  color: #343434;
}

/* line 1, sass/realm/_nav.scss */
.main-navigation {
  display: block;
  width: 100%;
}

/* line 6, sass/realm/_nav.scss */
.mobile-menu {
  cursor: pointer;
  width: 100%;
  text-align: center;
  font-size: 2em;
  margin: 1em 0;
}
@media (min-width: 800px) {
  /* line 6, sass/realm/_nav.scss */
  .mobile-menu {
    display: none;
  }
}
/* line 17, sass/realm/_nav.scss */
.mobile-menu img {
  position: relative;
  bottom: -6px;
  height: 1em;
}

/* line 24, sass/realm/_nav.scss */
.menu {
  display: none;
  list-style: none;
  margin: 0 0 2em;
  text-align: center;
  padding-left: 0;
}
@media (min-width: 800px) {
  /* line 24, sass/realm/_nav.scss */
  .menu {
    display: block;
  }
}
/* line 35, sass/realm/_nav.scss */
.menu .menu-item:hover > ul,
.menu .menu-item.focus > ul {
  left: auto;
}

/* line 41, sass/realm/_nav.scss */
.menu-item {
  display: inline-block;
  position: relative;
}
/* line 45, sass/realm/_nav.scss */
.menu-item a {
  display: block;
  text-decoration: none;
  color: #343434;
  padding: 1em 2em;
}

/* line 53, sass/realm/_nav.scss */
.sub-menu {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 52px;
  left: -999em;
  z-index: 99999;
  background-color: #fff;
  margin: 0;
  padding: 0;
}
/* line 64, sass/realm/_nav.scss */
.sub-menu ul {
  left: -999em;
  top: 0;
}
/* line 69, sass/realm/_nav.scss */
.sub-menu .menu-item {
  text-align: left;
}
/* line 72, sass/realm/_nav.scss */
.sub-menu .menu-item:hover > ul, .sub-menu .menu-item.focus > ul {
  left: 100%;
}
/* line 78, sass/realm/_nav.scss */
.sub-menu a {
  width: 200px;
}

/* line 2, sass/realm/_woocommerce-gallery.scss */
.woocommerce-product-gallery li {
  padding: 13px 8px 8px;
}
/* line 9, sass/realm/_woocommerce-gallery.scss */
.woocommerce-product-gallery li img {
  opacity: 1 !important;
}

/* line 4, sass/pages/_basket.scss */
.cart img {
  width: 150px !important;
}
/* line 9, sass/pages/_basket.scss */
.cart .product-name a {
  font-size: 1.5em;
  color: #343434;
  text-decoration: none;
}
/* line 16, sass/pages/_basket.scss */
.cart .variation-Total {
  display: none !important;
}
/* line 20, sass/pages/_basket.scss */
.cart dt {
  display: none !important;
}
/* line 24, sass/pages/_basket.scss */
.cart dd {
  font-style: italic;
}
/* line 27, sass/pages/_basket.scss */
.cart dd p {
  margin: 0;
}
/* line 32, sass/pages/_basket.scss */
.cart .variation-Colours {
  display: none;
}
/* line 37, sass/pages/_basket.scss */
.cart .actions .coupon {
  width: 100%;
  display: flex;
  flex-grow: 1;
}
@media (min-width: 769px) {
  /* line 37, sass/pages/_basket.scss */
  .cart .actions .coupon {
    width: 66%;
  }
}
/* line 46, sass/pages/_basket.scss */
.cart .actions .coupon input,
.cart .actions .coupon button {
  flex-basis: 50%;
  flex-grow: 1;
  flex-shrink: 1;
}
/* line 54, sass/pages/_basket.scss */
.cart .actions .button {
  width: 33%;
}
/* line 57, sass/pages/_basket.scss */
.cart .actions .button button {
  width: 100%;
}

/* line 64, sass/pages/_basket.scss */
.woocommerce-shipping-calculator {
  display: none;
}

/* line 4, sass/pages/_checkout.scss */
.woocommerce-checkout .entry-header {
  display: none;
}
/* line 8, sass/pages/_checkout.scss */
.woocommerce-checkout .woocommerce-info,
.woocommerce-checkout .woocommerce-message,
.woocommerce-checkout .woocommerce-error {
  padding: 2em 1em;
  margin: 2em 0;
  text-align: center;
  color: #fff;
}
/* line 16, sass/pages/_checkout.scss */
.woocommerce-checkout .woocommerce-info a,
.woocommerce-checkout .woocommerce-message a,
.woocommerce-checkout .woocommerce-error a {
  color: #fff;
  text-decoration: none;
}
/* line 20, sass/pages/_checkout.scss */
.woocommerce-checkout .woocommerce-info a:hover,
.woocommerce-checkout .woocommerce-message a:hover,
.woocommerce-checkout .woocommerce-error a:hover {
  text-decoration: underline;
}
/* line 26, sass/pages/_checkout.scss */
.woocommerce-checkout .woocommerce-info {
  background-color: #8897a9;
}
/* line 30, sass/pages/_checkout.scss */
.woocommerce-checkout .woocommerce-message {
  background-color: #88a888;
}
/* line 34, sass/pages/_checkout.scss */
.woocommerce-checkout .woocommerce-error {
  background-color: #a9888a;
}
/* line 38, sass/pages/_checkout.scss */
.woocommerce-checkout .login {
  border-left: 1px solid #8897a9;
  border-right: 1px solid #8897a9;
  border-bottom: 1px solid #8897a9;
  padding: 1.5em;
  background-color: #fff;
  margin-top: -2em;
}
/* line 46, sass/pages/_checkout.scss */
.woocommerce-checkout .login .form-row {
  max-width: 400px;
  margin: 0 auto;
}
/* line 50, sass/pages/_checkout.scss */
.woocommerce-checkout .login .form-row input {
  clear: both;
  display: block;
  width: 100%;
  margin-bottom: 1em;
}
/* line 56, sass/pages/_checkout.scss */
.woocommerce-checkout .login .form-row input[type=checkbox] {
  clear: none;
  width: auto;
  display: inline-block;
}

/* line 67, sass/pages/_checkout.scss */
#customer_details .col-1,
#customer_details .col-2 {
  width: 100%;
  float: none;
}

/* line 74, sass/pages/_checkout.scss */
#wc_checkout_add_ons,
.woocommerce-billing-fields,
.woocommerce-shipping-fields,
.woocommerce-additional-fields,
.woocommerce-checkout-payment,
.payment-heading {
  padding: .35em .625em .75em;
  margin: 2em auto 0;
  max-width: 600px;
}
/* line 84, sass/pages/_checkout.scss */
#wc_checkout_add_ons h3,
.woocommerce-billing-fields h3,
.woocommerce-shipping-fields h3,
.woocommerce-additional-fields h3,
.woocommerce-checkout-payment h3,
.payment-heading h3 {
  padding: 0 .5em;
  text-align: center;
  display: table;
  white-space: nowrap;
}
/* line 90, sass/pages/_checkout.scss */
#wc_checkout_add_ons h3:before, #wc_checkout_add_ons h3:after,
.woocommerce-billing-fields h3:before,
.woocommerce-billing-fields h3:after,
.woocommerce-shipping-fields h3:before,
.woocommerce-shipping-fields h3:after,
.woocommerce-additional-fields h3:before,
.woocommerce-additional-fields h3:after,
.woocommerce-checkout-payment h3:before,
.woocommerce-checkout-payment h3:after,
.payment-heading h3:before,
.payment-heading h3:after {
  border-top: 1px solid #ccc;
  content: '';
  display: table-cell;
  position: relative;
  top: 18px;
  width: 45%;
}
/* line 100, sass/pages/_checkout.scss */
#wc_checkout_add_ons h3:before,
.woocommerce-billing-fields h3:before,
.woocommerce-shipping-fields h3:before,
.woocommerce-additional-fields h3:before,
.woocommerce-checkout-payment h3:before,
.payment-heading h3:before {
  right: 3%;
}
/* line 104, sass/pages/_checkout.scss */
#wc_checkout_add_ons h3:after,
.woocommerce-billing-fields h3:after,
.woocommerce-shipping-fields h3:after,
.woocommerce-additional-fields h3:after,
.woocommerce-checkout-payment h3:after,
.payment-heading h3:after {
  left: 3%;
}

/* line 112, sass/pages/_checkout.scss */
.woocommerce-billing-fields p,
.woocommerce-shipping-fields p {
  margin: 10px 0;
}
/* line 116, sass/pages/_checkout.scss */
.woocommerce-billing-fields .clear,
.woocommerce-shipping-fields .clear {
  margin: 25px;
}
/* line 119, sass/pages/_checkout.scss */
.woocommerce-billing-fields .clear:last-child,
.woocommerce-shipping-fields .clear:last-child {
  margin: 0;
}
/* line 124, sass/pages/_checkout.scss */
.woocommerce-billing-fields label,
.woocommerce-shipping-fields label {
  display: none;
}
/* line 128, sass/pages/_checkout.scss */
.woocommerce-billing-fields input,
.woocommerce-billing-fields textarea,
.woocommerce-shipping-fields input,
.woocommerce-shipping-fields textarea {
  width: 100%;
  display: block;
}
/* line 134, sass/pages/_checkout.scss */
.woocommerce-billing-fields input,
.woocommerce-shipping-fields input {
  background-color: #fff;
  font-family: arial;
  color: #343434;
  border-radius: 2px;
  padding: 12px 10px;
  border: 1px solid #ccc;
  font-size: 20px;
}
/* line 144, sass/pages/_checkout.scss */
.woocommerce-billing-fields #ship-to-different-address,
.woocommerce-shipping-fields #ship-to-different-address {
  position: relative;
}
/* line 147, sass/pages/_checkout.scss */
.woocommerce-billing-fields #ship-to-different-address label,
.woocommerce-shipping-fields #ship-to-different-address label {
  display: block;
}
/* line 151, sass/pages/_checkout.scss */
.woocommerce-billing-fields #ship-to-different-address input,
.woocommerce-shipping-fields #ship-to-different-address input {
  display: inline-block;
  width: auto;
}
/* line 158, sass/pages/_checkout.scss */
.woocommerce-billing-fields .create-account label,
.woocommerce-shipping-fields .create-account label {
  display: block;
}

/* line 164, sass/pages/_checkout.scss */
#order_review_heading {
  display: none;
}

/* line 169, sass/pages/_checkout.scss */
.woocommerce-additional-fields textarea {
  width: 100%;
}
/* line 173, sass/pages/_checkout.scss */
.woocommerce-additional-fields p {
  text-align: left;
}

/* line 178, sass/pages/_checkout.scss */
#payment {
  background-color: #fff !important;
  border: 1px solid #343434;
  margin-bottom: 8em;
}

/* line 184, sass/pages/_checkout.scss */
.wc_payment_methods {
  border-bottom: 0 !important;
}

/* line 188, sass/pages/_checkout.scss */
.woocommerce-privacy-policy-text {
  display: none;
}

/* line 192, sass/pages/_checkout.scss */
#place_order {
  width: 100%;
}

/* line 197, sass/pages/_checkout.scss */
.mailchimp-newsletter input {
  width: auto;
  display: inline-block;
}

/* line 1, sass/pages/_contact.scss */
.contact-page {
  display: flex;
  flex-wrap: wrap;
}
/* line 5, sass/pages/_contact.scss */
.contact-page > div {
  flex-basis: 410px;
  flex-grow: 1;
  flex-shrink: 1;
  margin: 0 1em;
}

/* line 13, sass/pages/_contact.scss */
.profile-pic {
  text-align: center;
}
/* line 16, sass/pages/_contact.scss */
.profile-pic img {
  border-radius: 300px;
}

/* line 1, sass/pages/_faq.scss */
.hooks-faq p, .hooks-faq i::before, .hooks-faq i::after {
  transition: all .25s ease-in-out;
}

/* line 5, sass/pages/_faq.scss */
.hooks-faq h1, .hooks-faq li {
  animation: flipdown .5s ease both;
}

/* line 9, sass/pages/_faq.scss */
.hooks-faq h2 {
  -webkit-tap-highlight-color: rgba(52, 52, 52, 0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 19, sass/pages/_faq.scss */
.hooks-faq {
  display: block;
}
/* line 22, sass/pages/_faq.scss */
.hooks-faq h1 {
  text-transform: uppercase;
  font-size: 36px;
  line-height: 42px;
  letter-spacing: 3px;
  font-weight: 100;
}
/* line 31, sass/pages/_faq.scss */
.hooks-faq h2 {
  font-size: 26px;
  line-height: 34px;
  font-weight: 300;
  letter-spacing: 1px;
  display: block;
  background-color: #fff;
  margin: 0;
  cursor: pointer;
}
/* line 43, sass/pages/_faq.scss */
.hooks-faq p {
  color: #343434;
  font-size: 17px;
  line-height: 26px;
  letter-spacing: 1px;
  position: relative;
  overflow: hidden;
  max-height: 800px;
  opacity: 1;
  transform: translate(0, 0);
  margin-top: 14px;
  z-index: 2;
}
/* line 58, sass/pages/_faq.scss */
.hooks-faq ul {
  list-style: none;
  perspective: 900;
  padding: 0;
  margin: 0;
}
/* line 65, sass/pages/_faq.scss */
.hooks-faq li {
  position: relative;
  padding: 0;
  margin: 0;
  padding-bottom: 4px;
  padding-top: 18px;
  border-top: 1px dotted #ccc;
}
/* line 75, sass/pages/_faq.scss */
.hooks-faq li:nth-of-type(1) {
  animation-delay: 0.25s;
}
/* line 75, sass/pages/_faq.scss */
.hooks-faq li:nth-of-type(2) {
  animation-delay: 0.5s;
}
/* line 75, sass/pages/_faq.scss */
.hooks-faq li:nth-of-type(3) {
  animation-delay: 0.75s;
}
/* line 75, sass/pages/_faq.scss */
.hooks-faq li:nth-of-type(4) {
  animation-delay: 1s;
}
/* line 75, sass/pages/_faq.scss */
.hooks-faq li:nth-of-type(5) {
  animation-delay: 1.25s;
}
/* line 75, sass/pages/_faq.scss */
.hooks-faq li:nth-of-type(6) {
  animation-delay: 1.5s;
}
/* line 75, sass/pages/_faq.scss */
.hooks-faq li:nth-of-type(7) {
  animation-delay: 1.75s;
}
/* line 75, sass/pages/_faq.scss */
.hooks-faq li:nth-of-type(8) {
  animation-delay: 2s;
}
/* line 75, sass/pages/_faq.scss */
.hooks-faq li:nth-of-type(9) {
  animation-delay: 2.25s;
}
/* line 75, sass/pages/_faq.scss */
.hooks-faq li:nth-of-type(10) {
  animation-delay: 2.5s;
}
/* line 80, sass/pages/_faq.scss */
.hooks-faq li:last-of-type {
  padding-bottom: 0;
}
/* line 85, sass/pages/_faq.scss */
.hooks-faq i {
  position: absolute;
  transform: translate(6px, 0);
  margin-top: 16px;
  right: 0;
}
/* line 91, sass/pages/_faq.scss */
.hooks-faq i::before, .hooks-faq i::after {
  content: "";
  position: absolute;
  background-color: #be6b89;
  width: 3px;
  height: 9px;
}
/* line 101, sass/pages/_faq.scss */
.hooks-faq i::before {
  transform: translate(-2px, 0) rotate(45deg);
}
/* line 105, sass/pages/_faq.scss */
.hooks-faq i::after {
  transform: translate(2px, 0) rotate(-45deg);
}
/* line 110, sass/pages/_faq.scss */
.hooks-faq input[type=checkbox] {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
  z-index: 100;
  opacity: 0;
}
/* line 119, sass/pages/_faq.scss */
.hooks-faq input[type=checkbox]:checked ~ p {
  margin-top: 0;
  max-height: 0;
  opacity: 0;
  transform: translate(0, 50%);
  display: none;
}
/* line 128, sass/pages/_faq.scss */
.hooks-faq input[type=checkbox]:checked ~ i::before {
  transform: translate(2px, 0) rotate(45deg);
}
/* line 132, sass/pages/_faq.scss */
.hooks-faq input[type=checkbox]:checked ~ i::after {
  transform: translate(-2px, 0) rotate(-45deg);
}
@keyframes flipdown {
  0% {
    opacity: 0;
    transform-origin: top center;
    transform: rotateX(-90deg);
  }
  5% {
    opacity: 1;
  }
  80% {
    transform: rotateX(8deg);
  }
  83% {
    transform: rotateX(6deg);
  }
  92% {
    transform: rotateX(-3deg);
  }
  100% {
    transform-origin: top center;
    transform: rotateX(0deg);
  }
}
/* line 1, sass/pages/_home.scss */
.product-choice {
  padding: 8em 0;
}

/* line 5, sass/pages/_home.scss */
.flex-choice {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
}
@media (min-width: 750px) {
  /* line 5, sass/pages/_home.scss */
  .flex-choice {
    flex-wrap: nowrap;
  }
}
@media (min-width: 1200px) {
  /* line 5, sass/pages/_home.scss */
  .flex-choice {
    max-width: 1400px;
    margin: 0 auto;
  }
}
/* line 20, sass/pages/_home.scss */
.flex-choice .home-flex-block {
  flex-basis: 400px;
  padding: 0 2vw;
  flex-shrink: 1;
  display: flex;
  flex-direction: column;
}
/* line 29, sass/pages/_home.scss */
.flex-choice .vouchers {
  order: 2;
}
@media (min-width: 1517px) {
  /* line 29, sass/pages/_home.scss */
  .flex-choice .vouchers {
    order: 0;
  }
}
/* line 37, sass/pages/_home.scss */
.flex-choice .product-intro,
.flex-choice .category-intro {
  flex: 1;
  margin: 1em 0;
}
/* line 43, sass/pages/_home.scss */
.flex-choice .product-image {
  position: relative;
}
/* line 48, sass/pages/_home.scss */
.flex-choice .product-image::before {
  content: '';
  float: left;
}
/* line 53, sass/pages/_home.scss */
.flex-choice .product-image img {
  width: 100%;
}
/* line 57, sass/pages/_home.scss */
.flex-choice .product-image h2 {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  padding: 0 10%;
  font-size: 3vw;
  text-shadow: 1px 1px 1px #343434;
}
@media (min-width: 900px) {
  /* line 57, sass/pages/_home.scss */
  .flex-choice .product-image h2 {
    font-size: 2em;
  }
}
/* line 76, sass/pages/_home.scss */
.flex-choice a {
  width: 100%;
  margin-bottom: 1em;
}

/* line 83, sass/pages/_home.scss */
.pothies-introduction h1 {
  text-align: center;
}

/* line 88, sass/pages/_home.scss */
.illustrated-buttons {
  display: flex;
}
/* line 91, sass/pages/_home.scss */
.illustrated-buttons a {
  flex-grow: 1;
  text-align: center;
  text-decoration: none;
  color: #be6b89;
}

/* line 99, sass/pages/_home.scss */
.home-latest-posts {
  margin: 8em 0;
}

/* line 1, sass/pages/_index.scss */
.type-post {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: 1px solid #ccc;
  padding: 2.5em 0 2em;
}

/* line 9, sass/pages/_index.scss */
.post-thumbnail {
  flex-basis: 300px;
  flex-grow: 1;
}

/* line 14, sass/pages/_index.scss */
.post-content {
  flex-basis: 66%;
  flex-grow: 1;
  text-align: center;
  padding: 0 2em;
}

/* line 21, sass/pages/_index.scss */
.post-category {
  font-size: 80%;
  text-transform: uppercase;
}

/* line 27, sass/pages/_index.scss */
.post-title h2 {
  margin-top: 0;
}
/* line 31, sass/pages/_index.scss */
.post-title a {
  color: #343434;
  text-decoration: none;
}

/* line 38, sass/pages/_index.scss */
.read-the-post a {
  text-transform: uppercase;
  border-bottom: 2px solid #be6b89;
  text-decoration: none;
  color: #343434;
  padding-bottom: 6px;
}

/* line 6, sass/pages/_single-product.scss */
#field_8_17 .gfield_label,
#field_5_15 .gfield_label {
  display: none;
}

/* line 14, sass/pages/_single-product.scss */
#input_8_22 li,
#input_5_22 li {
  width: 33%;
}

/* line 19, sass/pages/_single-product.scss */
.product-main {
  padding: 0 4%;
}

/* line 24, sass/pages/_single-product.scss */
.single-product .product_title,
.single-product .gform_title {
  text-align: left;
}
/* line 30, sass/pages/_single-product.scss */
.single-product .entry-summary ul,
.single-product .entry-summary li {
  margin: 0;
  padding: 0;
}
/* line 37, sass/pages/_single-product.scss */
.single-product .cart {
  border: 2px solid #be6b89;
  padding: 0 1em 1em;
}
/* line 42, sass/pages/_single-product.scss */
.single-product .quantity {
  display: none;
}
/* line 46, sass/pages/_single-product.scss */
.single-product .single_add_to_cart_button {
  width: 100%;
}
/* line 50, sass/pages/_single-product.scss */
.single-product .gfield_select {
  width: 100%;
}
/* line 54, sass/pages/_single-product.scss */
.single-product .ginput_price {
  display: none;
}
/* line 59, sass/pages/_single-product.scss */
.single-product .product_totals li {
  text-align: center;
  font-size: 2em;
}
/* line 63, sass/pages/_single-product.scss */
.single-product .product_totals li label {
  display: none;
}
/* line 69, sass/pages/_single-product.scss */
.single-product .product_meta {
  display: none;
}
/* line 73, sass/pages/_single-product.scss */
.single-product .product-description {
  padding: 0 20px;
}

/* line 78, sass/pages/_single-product.scss */
.download-section {
  display: flex;
  flex-wrap: wrap;
}
/* line 82, sass/pages/_single-product.scss */
.download-section a {
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 50%;
  background-color: #be6b89;
  color: #fff;
  text-decoration: none;
  text-align: center;
  padding: 1em;
  border: 1px solid #be6b89;
}
/* line 94, sass/pages/_single-product.scss */
.download-section a:hover {
  background-color: #fff;
  color: #be6b89;
}
/* line 100, sass/pages/_single-product.scss */
.postid-2309 .download-section {
  display: none;
}

/* line 105, sass/pages/_single-product.scss */
.ape-product-gallery {
  clear: both;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  margin-bottom: 8em;
}
/* line 114, sass/pages/_single-product.scss */
.ape-product-gallery .ape-product-image {
  flex-grow: 1;
  flex-basis: 150px;
  max-width: 100%;
}
@media (min-width: 300px) {
  /* line 114, sass/pages/_single-product.scss */
  .ape-product-gallery .ape-product-image {
    max-width: 50%;
  }
}
@media (min-width: 450px) {
  /* line 114, sass/pages/_single-product.scss */
  .ape-product-gallery .ape-product-image {
    max-width: 33.33333%;
  }
}
@media (min-width: 600px) {
  /* line 114, sass/pages/_single-product.scss */
  .ape-product-gallery .ape-product-image {
    max-width: 25%;
  }
}
@media (min-width: 750px) {
  /* line 114, sass/pages/_single-product.scss */
  .ape-product-gallery .ape-product-image {
    max-width: 20%;
  }
}
@media (min-width: 900px) {
  /* line 114, sass/pages/_single-product.scss */
  .ape-product-gallery .ape-product-image {
    max-width: 16.66667%;
  }
}
@media (min-width: 1050px) {
  /* line 114, sass/pages/_single-product.scss */
  .ape-product-gallery .ape-product-image {
    max-width: 14.28571%;
  }
}
@media (min-width: 1200px) {
  /* line 114, sass/pages/_single-product.scss */
  .ape-product-gallery .ape-product-image {
    max-width: 12.5%;
  }
}
@media (min-width: 1350px) {
  /* line 114, sass/pages/_single-product.scss */
  .ape-product-gallery .ape-product-image {
    max-width: 11.11111%;
  }
}
@media (min-width: 1500px) {
  /* line 114, sass/pages/_single-product.scss */
  .ape-product-gallery .ape-product-image {
    max-width: 10%;
  }
}
@media (min-width: 1650px) {
  /* line 114, sass/pages/_single-product.scss */
  .ape-product-gallery .ape-product-image {
    max-width: 9.09091%;
  }
}
@media (min-width: 1800px) {
  /* line 114, sass/pages/_single-product.scss */
  .ape-product-gallery .ape-product-image {
    max-width: 8.33333%;
  }
}
@media (min-width: 1950px) {
  /* line 114, sass/pages/_single-product.scss */
  .ape-product-gallery .ape-product-image {
    max-width: 7.69231%;
  }
}
@media (min-width: 2100px) {
  /* line 114, sass/pages/_single-product.scss */
  .ape-product-gallery .ape-product-image {
    max-width: 7.14286%;
  }
}
@media (min-width: 2250px) {
  /* line 114, sass/pages/_single-product.scss */
  .ape-product-gallery .ape-product-image {
    max-width: 6.66667%;
  }
}
/* line 118, sass/pages/_single-product.scss */
.ape-product-gallery img {
  width: 100%;
  border: 8px solid #fff;
}

/* line 124, sass/pages/_single-product.scss */
.preset-color-schemes {
  display: flex;
  flex-wrap: wrap;
}

/* line 130, sass/pages/_single-product.scss */
.colours-inna-row ul {
  text-align: center;
  padding: 0;
  margin: 0;
}
/* line 136, sass/pages/_single-product.scss */
.colours-inna-row li {
  display: inline-block;
  padding: 0;
  margin: 0;
}

/* line 143, sass/pages/_single-product.scss */
.color-scheme {
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border: 1em solid #fff;
  text-align: center;
  outline: 2px solid #fff;
  outline-offset: -2em;
  display: flex;
  align-items: center;
  flex-basis: 50%;
}
@media (min-width: 530px) {
  /* line 143, sass/pages/_single-product.scss */
  .color-scheme {
    flex-basis: 33%;
  }
  /* line 159, sass/pages/_single-product.scss */
  .color-scheme span {
    font-size: 2.5vw;
  }
}
@media (min-width: 960px) {
  /* line 143, sass/pages/_single-product.scss */
  .color-scheme {
    flex-basis: 20%;
  }
  /* line 167, sass/pages/_single-product.scss */
  .color-scheme span {
    font-size: 1.5vw;
  }
}
/* line 172, sass/pages/_single-product.scss */
.color-scheme::before {
  content: '';
  float: left;
  padding-top: 100%;
}
/* line 178, sass/pages/_single-product.scss */
.color-scheme:hover {
  -webkit-filter: contrast(125%);
  filter: contrast(125%);
}
/* line 183, sass/pages/_single-product.scss */
.color-scheme span {
  font-weight: bold;
  text-shadow: 1px 1px 1px #343434;
  color: #fff;
  width: 100%;
}

/* line 191, sass/pages/_single-product.scss */
.product-hero {
  margin-bottom: -1px !important;
  margin-top: 0 !important;
}

/* line 1, sass/pages/_single.scss */
.entry-date {
  clear: both;
}

/* line 5, sass/pages/_single.scss */
.post-gallery {
  display: flex;
  flex-wrap: wrap;
}
/* line 9, sass/pages/_single.scss */
.post-gallery .gallery-item {
  text-decoration: none;
  flex-shrink: 1;
  flex-grow: 1;
  flex-basis: 33%;
}

/* line 17, sass/pages/_single.scss */
.pinnable-image {
  text-align: center;
  width: 100%;
  max-width: 450px;
  margin: 0 auto;
  clear: both;
}
/* line 24, sass/pages/_single.scss */
.pinnable-image a {
  position: relative;
  top: -50px;
}

/* line 1, sass/templates/_hero.scss */
.hero {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin-bottom: 8em;
  margin-top: -4em;
}
/* line 11, sass/templates/_hero.scss */
.hero .slide {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}
/* line 21, sass/templates/_hero.scss */
.hero .slide::before {
  content: '';
  float: left;
}
/* line 26, sass/templates/_hero.scss */
.hero .slide:first-child {
  position: relative;
  display: block;
  float: left;
}
/* line 33, sass/templates/_hero.scss */
.hero img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
}

/* line 42, sass/templates/_hero.scss */
.hero-tag {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  padding: 0 10%;
  font-size: 1.5em;
  text-shadow: 1px 1px 1px #343434;
}
/* line 54, sass/templates/_hero.scss */
.hero-tag cite {
  font-size: .8em;
}

/* line 3, sass/templates/_latest-post-slider.scss */
.latest-post-slider .slide,
.single-post-hero .slide {
  background-size: cover;
}
/* line 7, sass/templates/_latest-post-slider.scss */
.latest-post-slider .post-info,
.single-post-hero .post-info {
  width: 540px;
  background-color: #fff;
  margin: 16vh auto;
  padding: 2em 3.5em;
  text-align: center;
  max-width: 80%;
}
/* line 16, sass/templates/_latest-post-slider.scss */
.latest-post-slider .posted-on,
.single-post-hero .posted-on {
  text-transform: uppercase;
  border-bottom: 2px solid #be6b89;
  text-decoration: none;
  color: #343434;
  padding-bottom: 6px;
}

/* line 1, sass/templates/_mailchimp.scss */
.mailchimp-signup {
  background-size: cover;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 100;
}
@media (min-width: 1000px) {
  /* line 1, sass/templates/_mailchimp.scss */
  .mailchimp-signup {
    flex-wrap: nowrap;
    max-height: 550px;
  }
}
/* line 13, sass/templates/_mailchimp.scss */
.mailchimp-signup .character {
  flex-basis: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  order: 2;
}
@media (min-width: 1000px) {
  /* line 13, sass/templates/_mailchimp.scss */
  .mailchimp-signup .character {
    order: 0;
    flex-basis: 30%;
  }
}
/* line 25, sass/templates/_mailchimp.scss */
.mailchimp-signup .character img {
  max-height: 300px;
}
@media (min-width: 1000px) {
  /* line 25, sass/templates/_mailchimp.scss */
  .mailchimp-signup .character img {
    max-height: 650px;
  }
}
/* line 34, sass/templates/_mailchimp.scss */
.mailchimp-signup .form-part {
  flex-basis: 100%;
  display: flex;
  align-items: center;
  padding: 0 1em;
}
@media (min-width: 1000px) {
  /* line 34, sass/templates/_mailchimp.scss */
  .mailchimp-signup .form-part {
    flex-basis: 30%;
  }
}
/* line 45, sass/templates/_mailchimp.scss */
.mailchimp-signup h2,
.mailchimp-signup p {
  color: #fff;
}
/* line 50, sass/templates/_mailchimp.scss */
.mailchimp-signup p {
  text-align: center;
}

/* line 57, sass/templates/_mailchimp.scss */
.mailchimp-form .mc-field-group {
  flex-grow: 1;
  padding: 4px 0;
}
/* line 62, sass/templates/_mailchimp.scss */
.mailchimp-form input {
  width: 100%;
  padding: 5px 1em;
  border: 1px solid #343434;
  border-radius: 5px;
}

/* line 70, sass/templates/_mailchimp.scss */
.site-info {
  font-size: 80%;
  color: #fff;
  text-align: center;
  margin: 3em 0 0;
}
/* line 76, sass/templates/_mailchimp.scss */
.site-info a {
  color: #fff;
}

/* line 1, sass/templates/_random-posts.scss */
.random-posts {
  display: flex;
  width: 100%;
  padding: 0 2em 2em;
}
/* line 7, sass/templates/_random-posts.scss */
.random-posts a {
  display: flex;
  flex-basis: 33.3333%;
  flex-grow: 1;
  align-items: center;
  background-color: #fff;
  text-decoration: none;
  color: #343434;
  border: 1px solid #be6b89;
  padding: 1em;
}
/* line 18, sass/templates/_random-posts.scss */
.random-posts a:nth-child(1) {
  margin-right: 15px;
}
/* line 22, sass/templates/_random-posts.scss */
.random-posts a:nth-child(2) {
  margin: 0 15px;
}
/* line 26, sass/templates/_random-posts.scss */
.random-posts a:nth-child(3) {
  margin-left: 15px;
}
/* line 30, sass/templates/_random-posts.scss */
.random-posts a .random-details {
  flex-basis: 66%;
  padding: .5em;
}
/* line 35, sass/templates/_random-posts.scss */
.random-posts a .random-image {
  flex-basis: 33%;
  background-position: center center;
  background-size: cover;
  height: 100%;
  position: relative;
  right: -3px;
}
/* line 45, sass/templates/_random-posts.scss */
.random-posts h3 {
  font-weight: normal;
  font-size: 1em;
}

/* line 1, sass/templates/_review-slider.scss */
.review-carousel {
  position: relative;
}

/* line 7, sass/templates/_review-slider.scss */
.review-slides {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 250px;
  margin: 0 auto;
}
/* line 14, sass/templates/_review-slider.scss */
.review-slides ul {
  list-style: none;
  width: 100%;
  height: 250px;
  margin: 0;
  padding: 0;
  position: relative;
}
/* line 23, sass/templates/_review-slider.scss */
.review-slides li {
  width: 100%;
  height: 250px;
  float: left;
  text-align: center;
  position: relative;
  font-family: lato, sans-serif;
}

/* line 33, sass/templates/_review-slider.scss */
.btn-bar {
  display: none;
}

/* line 37, sass/templates/_review-slider.scss */
.quote-phrase,
.quote-author {
  font-weight: 300;
  display: table-cell;
  vertical-align: middle;
  padding: 5px 20px;
  font-family: 'Lato', Calibri, Arial, sans-serif;
}

/* line 46, sass/templates/_review-slider.scss */
.quote-phrase {
  height: 200px;
  font-size: 24px;
  color: #343434;
  font-style: italic;
  text-shadow: 0.5px 0 #be6b89;
}

/* line 54, sass/templates/_review-slider.scss */
.quote-marks {
  font-size: 30px;
  padding: 0 3px 3px;
  position: inherit;
}

/* line 60, sass/templates/_review-slider.scss */
.quote-author {
  font-style: normal;
  font-size: 20px;
  color: #be6b89;
  font-weight: 400;
  height: 30px;
}

/* line 68, sass/templates/_review-slider.scss */
.quote-container,
.author-container {
  display: table;
  width: 100%;
}

/* line 3, sass/independent/_infinite-scroll.scss */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* line 8, sass/independent/_infinite-scroll.scss */
.infinity-end.neverending .site-footer {
  display: block;
}
