/*
Theme Name: On High
Author: Bluestocking
Author URI: http://bluestocking.design/
Version: 1
Text Domain: onhigh
*/

@font-face {
    font-family: "AdoreYou";
    src: url('assets/fonts/adoreyou-regular-webfont.woff2') format('woff2'),
         url('assets/fonts/adoreyou-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

::-moz-selection {
    background: transparent;
    color: #84ad1a;
}
::selection {
    background: transparent;
    color: #84ad1a;
}

html {
    color: #3d3f46;
    font-size: 10px;
    line-height: 1.4;
}

body {
    background: #010101;
    color: #d7d7d7;
    display: flex;
    flex-direction: column;
    font: 1.6em/1.5 "Raleway", Helvetica, Helvetica Neue, Arial, sans-serif;
    height: 100%;
    overflow-x: hidden;
}

p {
    padding-bottom: 1em;
}

a {
    color: inherit;
    transition: color 0.5s;
}
a:hover, a:focus, a:active {
    color: #84ad1a;
    text-decoration: none;
}

.single .story a {
    color: #84ad1a;
    text-decoration: underline;
}

a[href^="tel"]:before, a[href^="mailto"]:before {
    content: " ";
    background-position: center;
    background-repeat: no-repeat;
    background-size: 0.5em;
    display: inline-block;
    padding-right: 1em;
    height: 0.5em;
    width: 0.5em;
}
a[href^="tel"]:before {
    background-image: url("assets/mobile.svg");
}
a[href^="mailto"]:before {
    background-image: url("assets/envelope.svg");
}
a[data-toggle] {
    cursor: pointer;
    font-size: 50%;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ffab93;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

label, select, textarea {
    max-width: 100%;
}

input, textarea, textarea.form-control, select {
    background-color: #010101;
}
input, textarea, textarea.form-control {
    border: none;
}

pre {
    color: #d7d7d7;
}

pre, textarea.code-area {
    background-color: #111;
    padding: 1.5em;
    margin: 0.5em 0 1em;
    resize: none;
    white-space: pre;
    width: 100%;
    word-wrap: normal;
}

textarea {
    border: 4px solid rgba(215, 215, 215, 0.5);
    resize: vertical;
}
textarea.form-control {
    display: inline;
}

input, .form-control, .affwp-form input {
    background: transparent;
    border: none;
    border-bottom: 4px dashed rgba(215, 215, 215, 0.5);
    border-radius: 0;
    box-shadow: none;
    color: #d7d7d7;
    max-width: 100%;
}
input:focus, .form-control:focus, select:focus {
    border-color: #84ad1a;
    box-shadow: none;
    color: #84ad1a;
}

.story .search-form .form-control {
    font-size: 3em;
    height: auto;
}

.has-error .form-control, .has-error .form-control:focus {
    border-color: #ffab93;
    box-shadow: none;
}

.inv-recaptcha-holder {
    margin-top: 2em;
}

svg {
    max-width: 100%;
}

caption {
    color: rgba(244, 243, 241, 0.7);
}

mark {
    background-color: #ff3850;
    color: #111;
}

th, td {
    padding: 0.5em;
}
tbody tr:hover {
    color: #ff9600;
}
.table-striped tbody tr:nth-of-type(2n+1) {
    background-color: rgba(17, 17, 17, 0.85);
}

dd {
    padding-bottom: 5em;
}

.btn, button, html input[type="button"], input[type="reset"], input[type="submit"] {
    background-color: #010101;
    border: 1px #d7d7d7 solid;
    border-radius: 0;
    color: #d7d7d7;
    font-size: 0.65em;
    min-height: 4em;
    min-width: 9em;
    padding: 0.5em 1em;
    transition: all 0.3s ease;
    white-space: normal;
}
button.close {
    background: transparent;
    border: none;
}
.btn-lg {
    font-size: 1em;
    min-height: 4em;
    min-width: 9em;
}
.btn-circle {
    border-radius: 50%;
    font-size: 14px;
    height: 70px;
    padding: 6px 0;
    text-align: center;
    width: 70px;
}
.btn:hover, .btn:focus, html input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
    border-color: #84ad1a;
    color: #84ad1a;
    transform: scale(1.1);
}

.card.collapser {
    font-size: 50%;
    padding: 1em;
    background-color: #111;
}

.help-block.with-errors {
    margin: 0 auto;
    text-align: left;
    width: 80%;
}

.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
    color: #ffab93;
}

.alert {
    margin-top: 20px;
}

.alert-danger {
    background-color: #fec2a3;
    border-color: #ff9680;
    color: #ff9680;
}

.img-fluid {
    margin: 0 auto;
}

[class*='col'] img {
    height: auto;
    max-width: 100%;
}

.card {
    background-color: transparent;
    text-align: initial;
}
.card-header {
    padding: 0.75em 0;
}

.large {
    font-size: 1.5em !important;
    line-height: 1.25 !important;
}
.larger {
    font-size: 2em !important;
    line-height: 1.5 !important;
}

.smaller { font-size: 50%; }

.emphasis {
    color: #ffab93;
}

.liquid {
    margin: 0;
    width: auto;
}

.site, .site-main {
    overflow: hidden;
    /* for IE */
}

.container-fluid {
    margin: 0;
    padding: 0;
}

.cross-brands {
    align-items: center;
    color: #7c7c7c;
    display: flex;
    font-size: 0.4em;
    justify-content: center;
    padding: 0.3em 1em;
    position: absolute;
    width: 100%;
    z-index: 1000;
}
.cross-brands .brands-family {
    display: flex;
    padding: 0;
}
.cross-brands li {
    list-style: none;
    padding-right: 1.25em;
    padding-left: 1.25em;
    text-align: center;
}
.cross-brands a {
}

.site-header {
    background-color: #010101;
    position: relative;
    width: 100%;
    z-index: 999;
}

.navbar-brand {
    display: block;
    font-size: inherit;
    height: auto;
    line-height: inherit;
    margin-left: 3.75em;
    padding: 0.5em;
    width: 15%;
}
.navbar-brand > img {
    height: auto;
    width: 100%;
}
.navbar-nav .nav-item {
    padding: 0 1.5em;
}
.navbar-nav .nav-item.btn {
    font-size: 1em;
    min-height: 2em;
    min-width: 4em;
    padding: 0;
}
.navbar-nav .nav-item.cart:before {
    content: "Bag";
}
.navbar-nav .nav-item.cart {
    position: relative;
}
.navbar-nav .nav-item.cart > .nav-link {
    position: absolute;
    top: 0;
    width: 100%;
}
.current-menu-item > .nav-link, .navbar-nav > .current-page-parent > .nav-link {
    color: #7c7c7c;
}
.sub-menu .nav-item {
    list-style: none;
    white-space: nowrap;
}

.site-title {
    font-weight: 700;
}

.site-header .flag {
    height: auto;
    max-width: 15%;
    position: absolute;
    right: 3.25em;
    top: 0;
}
.site-header .flag polygon {
    fill: #d7d7d7;
}
.site-header .flag .a {
    fill: #010101;
}
.site-header .flag .b {
    fill: #282828;
}

/*
 * Mobile Nav
 */
.navbar-toggler {
    left: 3.75em;
    padding: 1em;
    position: absolute;
    top: 1.875em;
    z-index: 999;
}

.menu-holder a {
    cursor: pointer;
    padding: 1em 0.5em;
}

.navbar-toggler-icon {
    position: relative;
}
.navbar-toggler-icon, .navbar-toggler-icon:before, .navbar-toggler-icon:after {
    background-color: #d7d7d7;
    content: " ";
    display: inline-block;
    height: 0.5em;
    transition: color 0.5s;
    width: 3em;
}
.navbar-toggler-icon:before, .navbar-toggler-icon:after {
    position: absolute;
    right: 0;
}
.navbar-toggler-icon:before {
    top: -1em;
}
.navbar-toggler-icon:after {
    top: 1em;
}
.menu-holder.open .navbar-toggler-icon {
    fill: #37efe4;
}

.site-wrap {
    display: flex;
    flex: 1 0 auto;
    flex-direction: column;
    min-height: 100vh;
}
.page-id-124 .site-wrap {
    padding-top: 4em;
}

.header-container {
    display: block;
    flex: none;
    position: relative;
    width: 100%;
}
.blog .header-container {
    font-size: 0.75em;
    top: 50%;
    transform: translateY(-50%);
}
.header-img {
    align-content: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-height: 26em;
    overflow: hidden;
    width: 100%;
}
.header-img img {
    width: auto;
}

.single .story {
    padding: 6em 10% 5%;
}

.single .entry-header .entry-title {
    text-align: center;
}
.blog .entry-header, .archive .entry-header {
    padding: 3em;
    transition: padding 0.2s;
}
.blog article:hover .story .entry-header {
    padding-left: 6em;
}
.page-header .page-title, .entry-header .entry-title {
    margin: 0;
}
.page-header .page-title {
    font-size: 2em;
    margin: 0 0 0.5em 1em;
}
.single .entry-meta {
    margin-bottom: 3em;
}

.bg .fixed {
    height: auto;
    position: fixed;
    width: 100%;
}
.home .bg {
    display: block;
    height: 25vh;
    overflow: hidden;
    position: relative;
    z-index: -1;
}
.story {
    background-color: #010101;
}
.blog .story {
    background: #111;
    height: 10em;
    margin: 2em 6em;
    padding-top: 0;
    transition: background-color 0.2s;
}
.blog article:hover .story {
    background-color: #f4a701;
}
.blog article:hover .story a, .blog article:hover .story .entry-meta {
    color: #010101;
}
.page-template-default .story, .attachment .story {
    padding: 15% 10% 5%;
}

.sunburst.purple {
    fill: #9328a1;
    opacity: 0.5;
}
.sunburst.green {
    fill: #5e7d00;
    opacity: 0.5;
}

.section .flag polygon {
    fill: #282828;
}
.section .flag .a {
    fill: #fefefe;
}
.section .flag .b {
    fill: #d7d7d7;
}

.section::before, .section::after, .block::before, .block::after {
    content: " ";
    display: table;
}
.section::after, .block::after {
    clear: both;
}
.section, .block {
    height: 100%;
    width: 100%;
}
.story .block {
    margin-left: auto;
    margin-right: auto;
    padding: 5% 10%;
    position: relative;
}
.story .block .btn-lg {
    display: block;
    margin: 0 auto;
    margin-bottom: 1em;
    margin-top: 1em;
}
.block.group {
    padding: 0;
}
.block.group [class*='col'], .block.group .row, .block.group [class*='col'] img {
    padding: 0;
}
.block.group .row, .block.group [class*='col'] img {
    margin: 0 auto;
}
.hero-headline {
    margin-bottom: 1em;
    text-align: center;
}
.story .block .hero-text {
    font-size: 1.2em;
    padding-bottom: 1em;
    text-align: center;
}
.section.video {
    cursor: pointer;
}
.section.video .bg {
    height: 20em;
    z-index: 0;
}
.section.video .play-icon {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: transform .25s;
    width: auto;
}
.section.video .block:hover .play-icon {
    transform: translate(-50%, -50%) scale(1.2);
}
.section.learn, .section.features {
    padding-bottom: 5%;
}
.section.models table {
    table-layout: fixed;
}
.section.specs-footer .block {
    color: #7c7c7c;
    font-size: 0.5em;
}
.home .header {
    height: 4em;
    width: 100%;
}
.home .section {
    text-align: center;
}
.home .hero h2 {
    padding-bottom: 1em;
}
.home .section.video {
    margin-bottom: 5%;
}
.home .learn .block {
    background-color: #111;
    color: #ff3850;
    text-shadow: 0 1px 0 rgba(55, 73, 95, 0.4);
}
.home .learn h3 {
    margin: 0 auto;
    max-width: 10em;
    padding-bottom: 1em;
}
.home .learn .btn.learn {
    border-color: #ff3850;
    color: #ff3850;
}
.home .learn .btn.learn:hover {
    border-color: #d7d7d7;
    color: #d7d7d7;
}
.home .features {
    padding-top: 5%;
}
.home .features .block {
    background-color: #111;
}
.home .features h4 {
    padding-bottom: 1em;
}
.home .features .juicer, .home .features .habits {
    padding: 3%;
    z-index: 1;
}
.home .features .juicer {
    color: #ca73d5;
    text-shadow: 0 1px 0 rgba(207, 128, 217, 0.4);
}
.home .features .juicer a:hover {
    color: #9328a1;
}
.home .features .habits {
    color: #84ad1a;
    text-shadow: 0 1px 0 rgba(142, 187, 27, 0.4);
}
.home .features .habits a:hover {
    color: #5e7d00;
}
.home .commercial .block {
    color: #ff9600;
}
.home .commercial .business {
    position: absolute;
    text-shadow: 0 1px 0 rgba(255, 157, 17, 0.4);
    transform: translateY(25%);
    width: 100%;
}
.home .commercial .btn.commercial {
    border-color: #ff9600;
    color: #ff9600;
    margin-top: 1em;
}
.home .commercial .btn.commercial:hover {
    border-color: #d7d7d7;
    color: #d7d7d7;
}
.home .hero .steel-glam, .home .features .features-first, .home .features .sunburst, .home .commercial .commercial-first {
    display: none;
}

/* WHY ANGEL */
.page-template-page-why .header-img img, .page-template-page-why .smart-choice img {
    filter: blur(10px);
}
.page-template-page-why .block.group {
    text-align: center;
}
.page-template-page-why .focus-text {
    font-family: "AdoreYou", "Raleway", Helvetica, Helvetica Neue, Arial, cursive;
    left: 1.5em;
    position: absolute;
    top: 6em;
    transform: rotate(-2.5deg);
}
.page-template-page-why .section h3 {
    margin: 0 auto;
    max-width: 17em;
    padding-bottom: 1em;
    text-align: center;
}
.page-template-page-why .group-first .block {
    background-color: #111;
}
.page-template-page-why .group-first .group-img1 {
    display: none;
}
.page-template-page-why .group-first .group-text1, .page-template-page-why .group-first .group-text2, .page-template-page-why .group-first .group-text3 {
    padding: 3%;
    padding-bottom: 2em;
    padding-top: 2em;
}
.page-template-page-why .group-first .group-text1 {
    color: #e8006a;
    text-shadow: 0 1px 0 rgba(249, 0, 114, 0.4);
}
.page-template-page-why .group-first .group-text2 {
    color: #a7d30f;
    text-shadow: 0 1px 0 rgba(167, 211, 15, 0.4);
}
.page-template-page-why .group-first .group-text3 {
    color: #ff171a;
    text-shadow: 0 1px 0 rgba(250, 39, 42, 0.4);
}
.page-template-page-why .group-first .group-text3 .dyk {
    font-weight: 700;
}
.page-template-page-why .smart-choice .bg {
    display: block;
    height: 15em;
    overflow: hidden;
    padding: 0;
    position: relative;
}
.page-template-page-why .smart-choice .bg img {
    bottom: -1em;
    left: 0;
    position: absolute;
}
.page-template-page-why .smart-choice h2 {
    bottom: 0.5em;
    font-family: "AdoreYou", "Raleway", Helvetica, Helvetica Neue, Arial, cursive;
    position: absolute;
    right: 1em;
}
.page-template-page-why .adventure {
    text-align: center;
}
.page-template-page-why .adventure h3 {
    max-width: none;
    padding-bottom: 0;
    padding-top: 1em;
}
/* PRODUCT PAGES */
.page-template-page-juicer .section h2 {
    margin: 0 auto;
    max-width: 20em;
    padding-bottom: 1em;
    text-align: center;
}
.page-template-page-juicer .section h3 {
    padding-bottom: 1em;
}
.page-template-page-juicer .juicer-split1 {
    background: -moz-linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 50%, rgba(17,17,17,1) 50%, rgba(17,17,17,1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 50%, rgba(17,17,17,1) 50%, rgba(17,17,17,1) 100%);
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 50%, rgba(17,17,17,1) 50%, rgba(17,17,17,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#111111",GradientType=1);
}
.page-template-page-juicer .juicer-split2 {
    background: -moz-linear-gradient(0deg, rgba(17,17,17,1) 0%, rgba(17,17,17,1) 50%, rgba(0,0,0,1) 50%, rgba(0,0,0,1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(17,17,17,1) 0%, rgba(17,17,17,1) 50%, rgba(0,0,0,1) 50%, rgba(0,0,0,1) 100%);
    background: linear-gradient(0deg, rgba(17,17,17,1) 0%, rgba(17,17,17,1) 50%, rgba(0,0,0,1) 50%, rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#111111",endColorstr="#000000",GradientType=1);
}
.page-template-page-juicer img.detail {
    height: auto;
    max-width: 30%;
}
.page-template-page-juicer .overview-two .block {
    background-color: #111;
    padding-bottom: 0;
    text-align: center;
}
.page-template-page-juicer .overview-three .block {
    padding-top: 0;
    text-align: center;
}
.page-template-page-juicer .overview-four .block, .page-template-page-juicer .overview-six .block {
    background-color: #111;
}
.page-template-page-juicer .overview-four img, .page-template-page-juicer .overview-six img {
    margin: 3% auto;
}
.page-template-page-juicer .block .details {
    text-align: center;
}
.page-template-page-juicer .block .details img {
    margin: 3% 1%;
}
.page-template-page-juicer .overview-footer {
    color: #7c7c7c;
    font-size: 0.5em;
}
.page-template-page-juicer .overview-footer ul {
    list-style: none;
}
.page-template-page-juicer.page-id-154 .section .block {
    text-align: center;
}
.page-template-page-juicer .features-one h2 {
    max-width: 18em;
}
.page-template-page-juicer .possibilities .block {
    background-color: #111;
    /*padding-bottom: 7em;
    padding-top: 7em;*/
}
/*.page-template-page-juicer .possibilities img {
    position: absolute;
    transform: translate(-10%, -38%);
}*/
.page-template-page-juicer .features.video.one {
    padding-bottom: 0;
    padding-top: 10%;
}
.page-template-page-juicer .features.video.two {
    padding-top: 0;
}
.page-template-page-juicer .dairy .block {
    background-color: #111;
    /*padding-bottom: 14em;
    padding-top: 14em;*/
}
/*.page-template-page-juicer .dairy img {
    position: absolute;
    transform: translate(-10%, -42%);
}*/
.page-template-page-juicer .versatility .block, .page-template-page-juicer .build .block {
    padding-top: 8em;
}
.page-template-page-juicer .group .block {
    padding-bottom: 5%;
}
.page-template-page-juicer .easy .block {
    background-color: #111;
    padding-bottom: 4em;
    padding-top: 4em;
}
/*.page-template-page-juicer .easy img {
    position: absolute;
    transform: translate(-16%, -4%);
}*/
.page-template-page-juicer .accessories .block {
    padding-bottom: 13em;
}
.page-template-page-juicer .parts .block {
    background-color: #fff;
    color: #282828;
    text-align: center;
}
.page-template-page-juicer .parts h4 {
    padding-bottom: 2em;
    padding-top: 5%;
}
.page-template-page-juicer .section dl {
    margin-top: -10%;
}
/* COMMERCIAL PAGES */
.page-template-page-commercial .commercial-text {
    font-family: "AdoreYou", "Raleway", Helvetica, Helvetica Neue, Arial, cursive;
    position: absolute;
    right: 0.5em;
    top: 5em;
}
.page-template-page-commercial .hero .block, .page-template-page-commercial .section h3 {
    text-align: center;
}
.page-template-page-commercial .section h2, .page-template-page-commercial .section h3 {
    padding-bottom: 1em;
}
.page-template-page-commercial .hero h3 {
    margin: 0 auto;
    max-width: 24em;
}
.page-template-page-commercial .group-first .block {
    background-color: #111;
    text-align: center;
}
.page-template-page-commercial .group-first .group-text1, .page-template-page-commercial .group-first .group-text2 {
    padding: 3%;
    padding-bottom: 2em;
    padding-top: 2em;
}
.page-template-page-commercial .group-first .group-text1 {
    color: #ff4710;
    text-shadow: 0 1px 0 rgba(255, 71, 16, 0.4);
}
.page-template-page-commercial .group-first .group-text2 {
    color: #fd7d00;
    text-shadow: 0 1px 0 rgba(253, 125, 0, 0.4);
}
.page-template-page-commercial .group-first .group-img3 {
    display: none;
}
.page-template-page-commercial .yield .block {
    background-color: #111;
}
.page-template-page-commercial .yield h3 {
    margin: 0 auto;
    max-width: 4em;
}
.page-template-page-commercial .yield .table-striped tbody tr:nth-of-type(2n+1) {
    background-color: rgba(0, 0, 0, 0.25);
}
.page-template-page-commercial .yield tbody tr:hover {
    color: #68539c;
    text-shadow: 0 1px 0 rgba(111, 88, 166, 0.4);
}
.page-template-page-commercial .versatility {
    padding-top: 10%;
}
.page-template-page-commercial .versatility .block {
    background-color: #111;
    text-align: center;
}
.page-template-page-commercial .group-second .block {
    background-color: #111;
    font-size: 0.8em;
    text-align: center;
}
.page-template-page-commercial .group-second .row {
    align-items: center;
}
.page-template-page-commercial .group-second [class*='col'].group-img1 {
    align-self: start;
}
.page-template-page-commercial .group-second [class*='col'].group-img3 {
    align-self: end;
}
.page-template-page-commercial .group-second h5 {
    font-weight: 700;
}
.page-template-page-commercial .group-second .nested {
    align-self: center;
    padding: 3%;
}
.page-template-page-commercial .group-second .group-text1 {
    color: #84c600;
    text-shadow: 0 1px 0 rgba(137, 206, 0, 0.4);
}
.page-template-page-commercial .group-second .group-text2 {
    color: #f9b900;
    text-shadow: 0 1px 0 rgba(234, 176, 10, 0.4);
}
.page-template-page-commercial .group-second .group-text3 {
    color: #fd7d00;
    text-shadow: 0 1px 0 rgba(253, 125, 0, 0.4);
}
.page-template-page-commercial .commercial-footer {
    color: #7c7c7c;
    font-size: 0.5em;
}
.page-template-page-commercial.page-id-375 .section table {
    overflow-x: hidden;
    table-layout: fixed;
    text-align: center;
    width: 100%;
}
.page-template-page-commercial.page-id-375 .section thead th {
    text-align: center;
}
.page-template-page-commercial.page-id-375 .section thead td {
    background-color: #fff;
    padding: 0;
}
.page-template-page-commercial.page-id-375 .section thead td img {
    margin: 0;
}
.page-template-page-commercial.page-id-375 .section tbody td {
    border: 3px solid;
}

.section.affiliate .block, .section.affiliate-details h2, .section.affiliate-apply h2, .section.affiliate-apply h3, .section.wholesale-terms h2 {
    text-align: center;
}
.section.affiliate h3, .section.affiliate-details h2, .section.affiliate-apply h2, .section.wholesale-terms h2 {
    margin-bottom: 1em;
}
.section.affiliate-details h5, .section.wholesale-terms h5 {
    font-weight: 700;
    padding-top: 1em;
}
.section.affiliate-details table {
    margin: 0 auto;
    margin-bottom: 1em;
}
.section.wholesale-terms h2 {
    text-transform: uppercase;
}
.brand-assets {
    background-color: #111;
    height: 10em;
    margin-top: 1em;
    padding-bottom: 2em;
    text-align: center;
    width: 100%;
}
.section h2 {
    padding-bottom: 1em;
    text-align: center;
}
.section.badges {
    padding-bottom: 1em;
}
.section.badges .row {
    background-color: #7c7c7c;
    margin: 0;
    padding-top: 1em;
    text-align: center;
    width: 100%;
}
.section.badges .row img {
    margin: 0;
}
.section.badges .row a:hover {
    color: inherit;
}
.section.banners .card-header {
    margin: 0 auto;
}
.section.banners a h4 {
    background-color: #010101;
    border: 1px #d7d7d7 solid;
    padding: 0.5em 1em;
    text-align: center;
    transition: all 0.3s ease;
    width: 10em;
    white-space: normal;
}
.section.banners a h4:hover {
    border-color: #84ad1a;
    color: #84ad1a;
    transform: scale(1.1);
}
.section.banners .collapse .card-block {
    background-color: #111;
}
.section.banners .row {
    margin: 0;
    padding-top: 1em;
    text-align: center;
    width: 100%;
}
.section.banners .code-area {
    background-color: #010101;
}
.section.affiliate-apply .wpcf7 {
    padding-top: 3em;
}

.section.contact h4 {
    font-size: 1.25em;
}
.section.contact h4, .section.contact h5 {
    color: rgba(215, 215, 215, 0.5);
    font-weight: 700;
    padding-top: 1em;
    text-transform: uppercase;
}
.section.contact .email a {
	white-space: nowrap;
}

.section.warranty h5, #post-576 h5 {
    font-weight: 700;
    padding-top: 1em;
}
.section.warranty .btn {
    display: block;
    margin: 0 auto;
    margin-top: 1em;
}

#post-689 h3, #post-694 h3 {
    font-weight: 700;
    text-align: center;
}
#post-689 h3, #post-689 h4, #post-689 h5, #post-694 h3, #post-694 h4 {
    margin-bottom: 1em;
}
#post-689 h5, #post-697 h5, #post-918 h5 {
    font-style: italic;
}
#post-697 h3:nth-of-type(2) {
    padding-top: 1em;
}

/**
 * YouTube Player
 */
body.video-playing {
    overflow: hidden;
}
.youtube-modal, .youtube-modal-two {
    display: none;
    height: 100%;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    transform: scale(1.2);
    transition: all 1s;
    visibility: hidden;
    width: 100%;
    z-index: 2000;
}
.youtube-modal.enabled, .youtube-modal-two.enabled {
    display: block;
}
.youtube-modal.playing, .youtube-modal-two.playing {
    opacity: 1;
    transform: scale(1);
    visibility: visible;
}
.close-icon:before {
    content: " ";
    background-image: url("assets/close-circle.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 3em;
    display: block;
    height: 3em;
    width: 3em;
}
.close-icon {
    cursor: pointer;
    height: 3em;
    line-height: 2;
    opacity: 0.5;
    overflow: hidden;
    position: absolute;
    right: 0.4em;
    text-align: center;
    transition: opacity 0.5s;
    top: 1.5em;
    width: 3em;
    z-index: 2002;
}
.close-icon:hover {
    opacity: 1;
}
#youtube-player {
    height: 100%;
    position: relative;
    width: 100%;
    z-index: 2001;
}
#youtube-player-two {
    height: 100%;
    position: relative;
    width: 100%;
    z-index: 2001;
}

.section.videos .row {
    padding-bottom: 2em;
    text-align: center;
}
[class*="col"] > iframe {
    max-width: 100%;
}

.wdi_feed_main_container {
    background-color: #010101;
}
.wdi_feed_container, .wdi_feed_wrapper, .wdi_photo_wrap_inner {
    background: transparent !important;
    border: none !important;
}
.wdi_feed_container {
    margin-top: 1em !important;
}

#itro_popup {
    background-size: cover;
}
#itro_popup #popup_content {
    overflow: visible;
}
#itro_popup .cf-promo {
    padding: 1em 0;
    text-align: center;
}
#itro_popup .cf-shop {
    line-height: 3em;
}

.zip-widget__wrapper--display-tagline, .afterpay-payment-info {
    display: inline-block;
    padding: 0 1em;
    vertical-align: middle;
}
.afterpay-payment-info, .afterpay-cart-info {
    font-size: 0.6em;
    line-height: 1.5;
}
.woocommerce-checkout #payment .payment_method_klarna_payments_pay_over_time div.payment_box {
    background-color: #d7d7d7;
}
.woocommerce-checkout #payment .payment_method_klarna_payments_pay_over_time div.payment_box::before {
    border-color: transparent transparent #d7d7d7;
}

.pswp__button {
    min-height: 0;
    min-width: 0;
}

/**
 * WooCommerce
 */
 .woocommerce-cta-header {
    background-color: rgba(255, 56, 80, 0.5);
    font-size: 0.6em;
    margin: 0;
    padding: 0.3em 0;
    text-align: center;
}
.woocommerce-cta-banner {
    margin: 2em auto 0;
}
.woocommerce-store-notice, p.demo_store {
    background-color: #111;
    color: #d7d7d7;
    bottom: 0;
    position: fixed;
    top: auto !important;
}
.woocommerce .product::before, .woocommerce .product::after {
    content: " ";
    display: table;
}
.woocommerce .product::after {
    clear: both;
}
.woocommerce .site-shop, .woocommerce-page .site-shop {
    height: 100%
    margin-left: auto;
    margin-right: auto;
    padding: 3em 10%;
    position: relative;
}
.woocommerce .woocommerce-result-count {
    margin-bottom: 5em;
}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary, .woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    float: none;
    width: 100%;
}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    padding: 5% 10% 0;
}
.woocommerce div.product .product_title {
    font-weight: 700;
    text-align: center;
}
.woocommerce div.product .woocommerce-product-details__short-description {
    color: rgba(215, 215, 215, 0.5);
    text-align: center;
}
.woocommerce div.product p.price, .woocommerce div.product span.price, .woocommerce div.product .stock, .woocommerce ul.products li.product .price {
    color: #d7d7d7;
}
.woocommerce div.product .stock.available-on-backorder {
    color: #ff171a;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    text-align: center;
}
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
    margin: 0;
}
.woocommerce div.product div.images.woocommerce-product-gallery {
    background-color: #fff;
}
.woocommerce div.product div.images .woocommerce-product-gallery__image img {
    height: auto;
    margin: 0 auto;
    max-height: 100%;
    max-width: 100%;
    width: auto;
}
.woocommerce div.product div.images .flex-control-thumbs li {
	width: 10%;
}
.woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
	clear: none;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: #010101;
    border: 1px solid #d7d7d7;
    border-radius: 0;
    color: #d7d7d7;
    margin: 0 1em;
    font-size: 1em;
    min-height: 4em;
    min-width: 9em;
    padding: 0.5em 1em;
    transition: all 0.3s ease;
    white-space: normal;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    background-color: #010101;
    border-color: #84ad1a;
    color: #84ad1a;
    transform: scale(1.1);
}
.woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce #respond input#submit.alt[disabled]:disabled, .woocommerce #respond input#submit.alt[disabled]:disabled:hover, .woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt[disabled]:disabled, .woocommerce a.button.alt[disabled]:disabled:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt[disabled]:disabled, .woocommerce button.button.alt[disabled]:disabled:hover, .woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:hover, .woocommerce input.button.alt:disabled, .woocommerce input.button.alt:disabled:hover, .woocommerce input.button.alt[disabled]:disabled, .woocommerce input.button.alt[disabled]:disabled:hover {
    background-color: #111;
    color: #d7d7d7;
}
.woocommerce div.product form.cart div.quantity {
    transform: translateY(50%);
}
.woocommerce div.product .product_meta, .cart_totals > h2 {
    border: 0 none;
    clip: rect(0px, 0px, 0px, 0px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before, .woocommerce div.product .woocommerce-tabs ul.tabs li::after, .woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    border-color: #d7d7d7;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li, .woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background-color: #010101;
    border-color: #d7d7d7;
    border-radius: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li, #add_payment_method .cart-collaterals .cart_totals table small, .woocommerce-cart .cart-collaterals .cart_totals table small, .woocommerce-checkout .cart-collaterals .cart_totals table small {
    color: rgba(215, 215, 215, 0.5);
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a,  {
    color: #d7d7d7;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
    background-color: #111;
    color: #d7d7d7;
}
.woocommerce-error::before, .woocommerce a.remove {
    color: #ff171a;
}
.woocommerce-error {
    border-top-color: #ff171a;
}
.woocommerce a.remove:hover {
    background-color: #ff171a;
}
.woocommerce-info::before {
    color: #00427f;
    content: "\e018";
}
.woocommerce-info {
    border-top-color: #00427f;
}
.woocommerce-message::before {
    color: #84ad1a;
}
.woocommerce-message {
    border-top-color: #84ad1a;
}
.woocommerce .woocommerce-info.alert {
    padding: 1em 2em 1em 3.5em;
    margin: 0 0 2em;
    border-top: 3px solid #00427f;
    border-radius: 0;
}
.alert-dismissible .close {
    min-height: 0;
    min-width: 0;
    padding: 0 1.25rem;
}
#add_payment_method table.cart input, .woocommerce-cart table.cart input, .woocommerce-checkout table.cart input {
    min-height: 0;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    background-color: transparent;
    border: 1px solid;
    border-radius: 0;
    color: #d7d7d7;
}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
    background-color: #010101;
    border-color: #84ad1a;
    color: #84ad1a;
}
.woocommerce-page tbody tr:hover {
    color: inherit;
}
.woocommerce #respond input#submit.disabled:hover, .woocommerce #respond input#submit:disabled:hover, .woocommerce #respond input#submit[disabled]:disabled:hover, .woocommerce a.button.disabled:hover, .woocommerce a.button:disabled:hover, .woocommerce a.button[disabled]:disabled:hover, .woocommerce button.button.disabled:hover, .woocommerce button.button:disabled:hover, .woocommerce button.button[disabled]:disabled:hover, .woocommerce input.button.disabled:hover, .woocommerce input.button:disabled:hover, .woocommerce input.button[disabled]:disabled:hover {
    background-color: #111;
    border: 1px solid #d7d7d7;
    color: inherit;
}
#add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text {
    border-color: #d7d7d7;
    color: rgba(215, 215, 215, 0.8);
    line-height: 1.85;
    width: auto;
}
.wc-proceed-to-checkout a.checkout-button {
    line-height: 3;
    vertical-align: middle;

}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    line-height: 2;
}
.woocommerce-input-wrapper {
    width: 100%;
}
.woocommerce-checkout-review-order-table tr.shipping > th {
    vertical-align: top;
}
.woocommerce-column.col-1, .woocommerce-column.col-2 {
	max-width: none;
}
.woocommerce-MyAccount-content h2, .woocommerce #customer_details h3, .woocommerce .wc-bacs-bank-details-heading, .woocommerce .wc-bacs-bank-details-account-name, .woocommerce .woocommerce-order-details__title, .woocommerce .woocommerce-customer-details h2, .woocommerce .woocommerce-column__title, .woocommerce .cross-sells h2, .woocommerce .up-sells h2, .woocommerce .alert .close {
    font-size: 1.5em;
}
.woocommerce .alert .close span {
    padding: .75rem 1.25rem;
    position: absolute;
    right: 0;
    top: 0;
}
.select2-container--default .select2-selection--single, .select2-dropdown, .wwlc_registration_field .select2-container--default .select2-selection--single, .select2-container--default .select2-dropdown {
    background-color: #111;
    border-color: rgba(215, 215, 215, 0.5);
    border-radius: 0;
}
.select2-container--default .select2-selection--single, .select2-container--default .select2-selection--single .select2-selection__arrow, .wwlc_registration_field .select2-container--default .select2-selection--single, .wwlc_registration_field .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 2em;
}
.select2-container--default .select2-selection--single .select2-selection__rendered, .wwlc_registration_field .select2-container .select2-selection--single .select2-selection__rendered {
    color: #d7d7d7;
    line-height: 2;
}
.select2-container--default .select2-results__option[aria-selected="true"], .select2-container--default .select2-results__options .select2-results__option[aria-selected="true"], .select2-container--default .select2-results__options .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected], .select2-container--default .select2-results__option[data-selected="true"] {
    background-color: #010101;
    color: #fff;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background-color: transparent;
}
#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
    border-color: transparent transparent #111;
    }
#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
    background-color: #111;
    border-radius: 0;
    color: #d7d7d7;
}
#add_payment_method #payment .payment_method_paypal .about_paypal, .woocommerce-cart #payment .payment_method_paypal .about_paypal, .woocommerce-checkout #payment .payment_method_paypal .about_paypal {
    padding-left: 1em;
}
.woocommerce form.login {
    border: none;
}
.woocommerce form .form-row {
    padding-bottom: 1em;
}
.woocommerce #rememberme, #affwp-user-remember, #rememberme {
    margin-left: 1em;
}
.woocommerce-LostPassword, .affwp-lost-password, .affwp-register-link, .lost_password_link, .register_link {
    color: #7c7c7c;
    font-size: 75%;
}
.affwp-lost-password, .affwp-register-link {
    display: inline;
}
.affwp-register-link, .register_link {
    margin-right: 1em;
}
#affwp-login-form, #wwlc-login-form {
    margin: 2em 0;
    padding: 1em;
}
.wc-login-head, .affwp-login-head, .wwlc-login-head {
    text-transform: uppercase;
}
#affwp-register-form {
    padding-top: 3em;
}
.affwp-tab-content h5 {
    font-weight: 700;
}
table.affwp-table td, table.affwp-table th {
    border-color: #111;
    color: #d7d7d7;
}
table.affwp-table th {
    background: #111;
}
.affwp-form label {
    cursor: default;
}
.affwp-custom-slug-wrap label, .affwp-custom-slug-confirm-wrap label {
    padding-right: 1em;
}
#affwp-affiliate-dashboard-creatives pre {
    background-color: #111;
}
.affwp-errors, .affwp-notice {
    background-color: #111;
    border: none;
    border-top: 3px solid #ff171a;
    color: #d7d7d7;
    margin: 0 0 2em;
    padding: 1em 2em 1em 3.5em;
}

.order-quantity-based-wholesale-pricing-view.table-view th, .order-quantity-based-wholesale-pricing-view.table-view td {
    border: none;
    color: #d7d7d7;
    font-size: inherit;
}
.order-quantity-based-wholesale-pricing-view.table-view thead, .order-quantity-based-wholesale-pricing-view.table-view thead tr, .order-quantity-based-wholesale-pricing-view.table-view thead tr th {
    background-color: rgba(17, 17, 17, 0.85);
}
.order-quantity-based-wholesale-pricing-view.table-view tbody, .order-quantity-based-wholesale-pricing-view.table-view tbody tr, .order-quantity-based-wholesale-pricing-view.table-view tbody tr th {
    background-color: rgba(0, 0, 0, 0.5);
}
#wwlc-registration-form {
    padding-top: 3em;
}
.wwlc_registration_field, .wwlc_password_confirm, .wwlc_password_confirm label, #wwlc-login-form p, #wwlc-login-form label {
    display: block;
}
.wwlc_registration_field abbr {
    display: none;
}
.wwlc_registration_field input, .wwlc_password_confirm input, .wwlc_form_field, #wwlc-registration-form .field-set select.wwlc_form_field, #wwlc-login-form input[name="wwlc_username"], #wwlc-login-form input[name="wwlc_password"] {
    width: 21.5em;
}
textarea.wwlc_form_field {
    height: 10em;
}
input#wwlc-register {
    width: 9em;
}
.wwlc-register a.form-control {
    border: none;
    display: inline;
}

#yith-wacp-popup .yith-wacp-wrapper {
    min-width: 50% !important;
}
#yith-wacp-popup .yith-wacp-wrapper .yith-wacp-main {
	background-color: #010101;
}
#yith-wacp-popup .yith-wacp-wrapper .yith-wacp-close {
	border: none;
	color: #d7d7d7;
}

#ywbc_barcode_value {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.ywbc-barcode-image {
    display: none;
}

#show_wbpm_form.btn {
	font-size: 0.5em;
	min-height: 0;
	opacity: 0.5;
}

.blog .site-main {
    padding-top: 6em;
}
.site-main > article {
    width: 100%;
}
/*.site-main .story, */.comments-container {
    padding: 5% 10%;
}
.full-img {
    padding-bottom: 5%;
    text-align: center;
}
.full-img img {
    height: auto;
    width: 100%;
}

.story h1 a, .story h2 a, .story h3 a {
    font-weight: 700;
}
h1, .story h1 {
    font-size: 3em;
}
h2, .story h2 {
    font-size: 2em;
}
h3, .story h3 {
    font-size: 1.25em;
}
h4, .story h4 {
    font-size: 1.5em;
}
h5, .story h5 {
    font-size: 1em;
}

.preview-img {
    transition: transform 0.5s ease 0s;
}
.preview-img:hover {
    transform: scale(1.1);
}

.site-footer {
    background: #010101;
    color: #7c7c7c;
    flex: none;
    padding: 1em 1em 0;
}
.site-footer a:hover, .site-footer a:focus {
    color: #f4f3f1;
}
.breadcrumb-container {
    padding: 0 1em;
    position: relative;
}
#breadcrumbs {
    font-size: 50%;
}
.widget-area {
    font-size: 75%;
    margin: -1em -1em 1em;
    padding: 1em 1em 0;
}
.widget-column {
    display: inline-block;
    padding: 0 1em;
    vertical-align: top;
    margin-bottom: 2em;
    width: 100%;
}
.widget .nav-link {
    display: inline;
    padding: 0;
}
.widget-area ul, .footer-widget-5 ul {
    list-style: none;
}
.footer-widget-5 ul {
    text-align: center;
}
.footer-widget-5 li {
    display: inline;
    font-size: 50%;
    padding: 0 0.5em;
    vertical-align: top;
}
.site-footer .site-text {
    font-size: 50%;
}

.site-text.created-by-bluestocking {
    font-size: 35%;
    line-height: 2.5;
    text-align: right;
}

/**
 * WordPress Core
 */
.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
        white-space: nowrap;
    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. */
}

@media (max-width: 29.9em) and (orientation: landscape) {

    .overlay nav {
        top: 0;
    }
    .overlay nav.navbar a {
        margin: 0;
    }

}

@media (max-width: 29.9em) and (orientation: portrait) {

    .menu-holder .site-toggle-icon {
        width: 2em;
    }

}

@media (max-width: 47.9em) and (orientation: portrait) {

    .home .commercial .business {
        padding-left: 2em;
        padding-right: 2em;
        }
    .home .commercial .commercial-second {
        padding-top: 4em;
    }

}

@media (min-width: 36em) {

    .page-template-page-juicer .parts .extras {
        margin-left: 12.499999%;
        margin-right: 12.499999%;
    }
    .page-template-page-why .focus-text {
        left: 3.5em;
        top: 8em;
    }
    .page-template-page-commercial .commercial-text {
        top: 8em;
    }

}

@media (min-width: 46em) {

    .overlay ul li a {
        font-size: 2em;
    }

    .page-header .page-title {
        font-size: 4em;
        margin: 0;
        text-align: center;
        width: 65%;
    }
    .archive .page-header .page-title {
        font-size: 2.5em;
    }

}

@media (max-width: 47.9em) {
    
    .navbar-toggler {
        left: 0;
        top: 1em;
    }

    .navbar-brand {
        width: 35% !important;
    }

    .site-copyright, .created-by-bluestocking {
        order: 1;
        width: 49%;
    }

}

@media (max-width: 64.1em) and (orientation: landscape) {

    .home .bg {
        height: 45vh;
    }

}

@media (min-width: 47.9em) {

    body {
        font-size: 2em;
        line-height: 1.8;
    }

    .large {
        font-size: 2em !important;
        line-height: 1.5 !important;
    }
    .larger {
        font-size: 3em !important;
    }

    .home .menu-holder {
        position: fixed;
    }
    .home.admin-bar .menu-holder {
        margin-top: 32px;
    }

    .has-sidebar .site-wrap, .blog.blog-sidebar .site-wrap, .single.blog-sidebar .site-wrap, .archive.blog-sidebar .site-wrap  {
        flex-direction: row;
    }

    .site-main {
        display: flex;
        flex: 1 1 auto;
        flex-flow: row wrap;
    }

    .has-sidebar .header-container, .blog.blog-sidebar .header-container, .single.blog-sidebar .header-container, .archive.blog-sidebar .header-container {
        width: calc(100% + 12.6em);
    }

    .page-template-page-juicer .parts .row.last {
        margin-left: 12.5%;
        margin-right: 12.5%;
    }
    .page-template-page-commercial .commercial-text {
        top: 6em;
    }

    .widget-column .shop-gc {
        padding-bottom: 1em;
    }

    .site-sidebar {
        flex: 0 0 12em;
    }
    .has-sidebar .site-sidebar, .blog.blog-sidebar .site-sidebar, .single.blog-sidebar .site-sidebar, .archive.blog-sidebar .site-sidebar  {
        margin-top: 20em;
    }

}

@media (min-width: 48.1em) {

    .home .commercial .commercial-first {
        display: block;
    }

}

@media (min-width: 63.9em) {

    body {
        font-size: 2.2em;
        line-height: 1.8;
    }

    .story h1 {
        font-size: 4em;
    }
    .story h2 {
        font-size: 3em;
    }
    .story h3 {
        font-size: 2em;
    }
    .story h4 {
        font-size: 1.5em;
    }

    .page-template-page-why .focus-text {
        left: 1.5em;
        top: 5.5em;
    }

}

@media (min-width: 64.1em) {

    .home .bg {
        height: 100vh;
    }

    .section .block.group img {
        height: 100%;
        width: 100%;
    }
    .section.hero img {
        width: auto;
    }
    .section.features .block .sunburst {
        display: inline;
        position: absolute;
        transform: scale(0);
    }
    .home .hero .flag {
        display: inline-block;
        height: auto;
        width: 12em;
    }
    .home .commercial .business {
        padding: 0 20%;
        top: 4em;
        transform: translateY(0);
    }
    .home .commercial .commercial-second {
        padding-top: 0;
    }

}

@media (min-width: 64.1em) and (max-width: 119.9em) {

    .home .learn .block {
        padding: 3.5em 2em;
    }

}

@media (max-width: 75em) {

    .navbar-brand {
        margin: 0 auto;
        text-align: center;
        width: 20%;
    }

    .cross-brands {
        display: none;
    }

    .hero .col-xl:first-of-type {
        order: 1
    }
    .home .learn .text, .home .features .juicer, .home .features .habits {
        padding-bottom: 2em;
        padding-top: 2em;
    }
    .page-template-page-commercial .yield .yield-table {
        padding-bottom: 2em;
        padding-top: 2em;
    }
    .page-template-page-commercial .versatility .text {
        padding-top: 2em;
    }
    .section.contact .email {
        order: 1;
    }
    .section.warranty .warranty-details {
        padding-bottom: 3em;
    }
    .section.warranty .warranty-form {
        order: 1;
    }

}

@media (min-width: 75em) {

    .navbar {
        font-size: 0.65em;
    }
    .navbar-primary {
        background-color: #010101;
        left: 25%;
        position: absolute;
        top: 35%;
        transform: translateY(-35%);
    }
    .navbar-shop {
        background-color: #111;
        height: 8em;
        margin-top: 1em;
        padding-bottom: 2em;
        width: 100%;
    }
    .navbar-shop ul {
        margin: 0 auto;
    }
    .navbar-shop .nav-item {
        background-position: center bottom;
        background-repeat: no-repeat;
        background-size: auto;
        display: block;
        height: 8em;
        margin: 1em auto 0;
    }
    .navbar-shop .nav-item.shop-juicer {
        background-image: url("img/angel-juicer_shop.svg");
    }
    .navbar-shop .nav-item.shop-accessories {
        background-image: url("img/angel-accessories_shop.svg");
    }
    .navbar-shop .nav-item.shop-parts {
        background-image: url("img/angel-parts_shop.svg");
    }
    .navbar-shop .nav-item.shop-commercial {
        background-image: url("img/angel-commercial_shop.svg");
    }
    .navbar-shop .nav-item.shop-gc {
        display: none;
    }
    .navbar-shop .nav-item a {
        height: 100%;
    }
    .navbar-nav > li {
        position: inherit;
    }
    .navbar-nav .nav-item.cart {
        content: " ";
        background-image: url("assets/shopping-bag.svg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: 1em;
        width: 1em;
    }
    .navbar-nav .nav-item.cart:before {
        content: " ";
    }

    .navbar-nav .nav-item.cart .nav-link {
        margin-left: -1em;
        width: 3em;
    }
    .sub-menu {
        background-color: #010101;
        border-top: 1px solid;
        font-size: 0.85em;
        height: 0;
        left: 0;
        opacity: 0;
        position: absolute;
        right: 0;
        transition: all 0.5s;
        visibility: hidden;
        white-space: nowrap;
        width: 0;
    }
    .current-menu-item.dropdown .sub-menu, .current-page-parent.dropdown .sub-menu, .menu-item-has-children:hover .sub-menu {
        min-width: 100%;
        opacity: 1;
        visibility: visible;
        width: 100%;
    }
    .menu-item-has-children:hover:not(.current-menu-item):not(.current-page-ancestor) .sub-menu {
        background-color: #111;
        height: auto;
        padding: 2em 2.75em;
        z-index: 999;
    }
    .sub-menu .nav-item {
        display: inline-block;
    }
    .nav-item.cart .sub-menu {
        display: none!important;
    }
    .navbar-toggler {
        display: none;
    }

    .woocommerce-store-notice, p.demo_store {
        background-image: url("img/nz_shop.svg");
        background-position: 10% bottom;
        background-repeat: no-repeat;
        background-size: contain;
    }
    .woocommerce-store-notice a, p.demo_store a {
        padding: 0 1em;
        position: absolute;
        right: 0;
        text-decoration: none;
    }
    .woocommerce-store-notice a:before, p.demo_store a:before {
        content: " ";
        background-image: url("assets/close-circle.svg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: 1em;
        display: inline-block;
        height: 1em;
        margin-right: 0.5em;
        width: 1em;
    }

    .bg .fixed {
        position: relative;
    }
    .home .bg {
        height: auto;
    }
    .hero .col-xl:first-of-type {
        left: 20%;
        transform: translate(-20%);
    }
    .home .hero .flag {
        position: absolute;
    }
    .home .hero .steel-glam {
        display: inline-block;
        height: auto;
        margin-left: 1.5em;
        margin-top: 15em;
        width: 9em;
    }
    .home .learn .img {
        position: absolute;
        right: 0;
        top: 0;
    }
    .home .learn img {
        transform: translate(-3%, 12%);
        max-width: 75%;
    }
    .home .features .features-first, .page-template-page-why .group-first .group-img1, .page-template-page-commercial .group-first .group-img3  {
        display: block;
    }
    .page-template-page-why .group-first .group-img2 {
        align-self: normal;
    }
    .page-template-page-why .group-first .group-img2 img {
        display: none;
    }
    .page-template-page-why .section.smart-choice .bg {
        height: 30em;
    }
    .page-template-page-why .focus-text {
        left: 3.5em;
        top: 6.5em;
    }
    .page-template-page-commercial .group-second .group-img2 {
        align-self: normal;
    }

    .woocommerce div.product .woocommerce-tabs .panel h2 {
        display: none;
    }

    #affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs {
        margin-bottom: 0;
    }
    #affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs li {
        margin-top: 0.3em;
        padding-right: 0;
    }
    #affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs li.affwp-affiliate-dashboard-tab.active {
        background: #010101;
    }
    li.affwp-affiliate-dashboard-tab {
        background: #111;
        border: 2px solid #111;
        border-bottom: none;
        position: relative;
    }
    .affwp-tab-content {
        padding-top: 2.5em;
    }
    #affwp-affiliate-dashboard-tabs a {
        display: block;
        padding: 0.3em 1em;
    }
    li.affwp-affiliate-dashboard-tab.active:before, li.affwp-affiliate-dashboard-tab.active:after {
        background: #111;
        bottom: 0;
        content: '';
        height: 2px;
        position: absolute;
        right: 100%;
        width: 4000px;
    }
    li.affwp-affiliate-dashboard-tab.active:after {
        left: 100%;
        right: auto;
        width: 4000px;
        z-index: 1;
    }

}

@media (min-width: 80em) {

    .home .learn .block {
        padding-bottom: 4.5em;
        padding-top: 3.5em;
    }

}

@media (min-width: 85.375em) {

    body {
        font-size: 2.6em;
    }

    .page-header .page-title {
        font-size: 5em;
    }
    .archive .page-header .page-title {
        font-size: 3em;
    }

    .home .learn img {
        transform: translate(-3%, 20%);
    }

    .blog-next-prev-buttons {
        height: 8em;
    }
    .blog-prev-button, .blog-next-button {
        height: 100%;
        position: absolute;
        width: 50%;
    }
    .blog-next-prev-buttons .btn-prev > i {
        padding-left: 2em;
        left: 0;
    }
    .blog-next-prev-buttons .btn-next > i {
        padding-right: 2em;
        right: 0;
    }
    .blog-next-prev-buttons .btn-prev a, .blog-next-prev-buttons .btn-next a {
        font-size: 1.5em;
    }
    .blog-next-prev-buttons .btn-prev .title {
        position: absolute;
        left: 5em;
    }
    .blog-next-prev-buttons .btn-next .title {
        position: absolute;
        right: 5em;
    }

}

@media (min-width: 100em) {

    .home .learn .block {
        padding-bottom: 6.5em;
        padding-top: 6.5em;
    }
    .home .learn img {
        transform: translateY(20%);
    }/*
    .section.features .block .sunburst {
        top: 300%;
    }
    .section.features .juicer .sunburst {
        left: 150%;
    }*/
    .page-template-page-why .focus-text {
        left: 5em;
        top: 8em;
    }
    .page-template-page-commercial .commercial-text {
        right: 1em;
        top: 6em;
    }

}

@media (min-width: 120em) {

    body {
        font-size: 2.8em;
    }

    .navbar-primary {
        left: 40%;
    }

    .home .learn img {
        transform: translateY(30%);
    }/*
    .page-template-page-juicer .possibilities img {
        transform: translate(-10%, -38%);
    }
    .page-template-page-commercial .yield .img {
        position: absolute;
        right: 0;
        top: 0;
    }
    .page-template-page-commercial .yield img {
        transform: translate(-7%, 23%);
    }*/

}

@media (min-width: 160em) {

    body {
        font-size: 3.2em;
    }

    .site-header .flag {
        width: 12%;
    }

    .home .learn img {
        max-width: 60%;
        transform: translateY(10%);
    }
    .page-template-page-commercial .yield .block {
        padding-bottom: 12em;
        padding-top: 12em;
    }/*
    .page-template-page-commercial .yield img {
        transform: translate(-16%, 13%);
    }*/

}

@media (min-width: 240em) {

    body {
        font-size: 3.5em;
    }

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
    display: none !important;
}

.visually-hidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visually-hidden.focusable:active,
.visually-hidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after,
    *:first-letter,
    *:first-line {
        background: transparent !important;
        color: #010101 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
