/*
Theme Name: Solidsite theme
Description: Solidsite WordPress
Author: Solidsite
Version: 1.0
License:
License URI:
Tags:
*/

#order_comments_field{
	display: none !important;
}


:root {
    --yellow:#FFCC07;
    --orange:#F7AB27;
    --brown: #724110;
    --blue:#3C89C9;
    --dark-blue:#0072B0;
    --green: #0F6533;
    --green-dark: #0b3f21;
    --purple: #B164A5;
    --red: #bf1818;
    --red-dark: #9d1919;
    --black: #1e1e1c;
    --gray: #c9c9c9;
    --gray-dark: #949494;
    --light-gray: #dddddd;
    --light: #F7F7F7;
    --very-light: #F3F3F3;
    --white: #FFF;
    --txt-color: #1e1e1c;
    --shadow: 0 16px 22px -17px #1e1e1c;
    --box-shadow: 7px 6px 13px -1px rgba(20,1,1,0.3);
    --txt-shadow-small: 1px 0px 1px rgba(23,0,7,0.5);
    --txt-shadow: 1px 0px 4px rgba(23,0,7,0.5);

}

body{
    background-color: #ECEFF2;
    color: #333;
}

body *{
    font-family: sofia-pro, sans-serif !important;
}

.navbar-collapse{
    float: right;
    margin-top: 20px;
}

#billing_address_1,
#billing_city,
#billing_postcode{
	pointer-events: none;
}


/*
 Theme Name: Solid Theme
 Author: Wouter Kennis & Hans Cnops
 Version: 1.0
*/

/* 3rd party packages */

/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

/* Document
   ========================================================================== */

html {
    font-family: sofia-pro, sans-serif;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
    margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
    font-family: sofia-pro, sans-serif;
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
    display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
    margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
    background-color: transparent; /* 1 */
    -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

a:active,
a:hover {
    outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
    font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
    font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
    background-color: #ff0;
    color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
    display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
    border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
    overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
    text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
    -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    display: inline-block; /* 1 */
    vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
    display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
    display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
    display: none;
}

/* Slider */

.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}

.slick-list:focus
{
    outline: none;
}

.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}

.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}

.slick-track:after
{
    clear: both;
}

.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide
{
    float: right;
}

.slick-slide img
{
    display: block;
}

.slick-slide.slick-loading img
{
    display: none;
}

.slick-slide.dragging img
{
    pointer-events: none;
}

.slick-initialized .slick-slide
{
    display: block;
}

.slick-loading .slick-slide
{
    visibility: hidden;
}

.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/* SASS and Global'ish Stuff */

body {
    color: #333;
    font-family: sofia-pro, sans-serif;
    overflow-x: hidden;
    position: relative;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    color: var(--green);
}

a:hover {
    text-decoration: none;
}

p, ul, ol {
    margin: 0 0 1.65em 0;
}

p, li {
    line-height: 1.65;
}

.container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 16px;
    position: relative;
}

.container--narrow {
    max-width: 960px;
}

.section-break {
    border: none;
    border-top: 1px solid #DDD;
    margin: 2.5rem 0;
}

.min-list {
    padding: 0;
    margin: 0;
}

.min-list li {
    list-style: none;
}

.p-top-small {padding-top: 1rem}

p{color:#707070;}

.p-top-large {padding-top: 1.6rem}

.p-bottom-large {padding-bottom: 1.6rem}

@media (min-width: 530px) {

    .p-top-large {
        padding-top: 3.5rem;
    }

    .p-bottom-large {
        padding-bottom: 3.5rem;
    }
}

.no-margin {margin: 0}

.nu {text-decoration: none}

.nu:hover {text-decoration: underline}

.t-left {text-align: left}

.t-right {text-align: right}

.t-center {text-align: center}

.t-small {font-size: .85rem}

.t-100{font-weight: 100;}

.t-300{font-weight: 300;}

.t-400{font-weight: 400;}

.t-700{font-weight: 700;}

a.t-fs-16{
    font-size: 16px;
}

a.t-fs-18{
    font-size: 18px;
}

a.t-fs-20{
    font-size: 20px;
}


a.t-fs-22{
    font-size: 22px;
}

a.t-fs-24{
    font-size: 24px;
}

.t-btn{color: #fff;}

.t-btn:hover{color:var(--green) !important;}

.float-left {float: left}

.float-right {float: right}

.push-right {margin-right: 20px}


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

.container:after,
.group:after {
    clear: both;
}

.hide {
    display: none;
}

/* BEM Blocks */

.remove-favorite {
    display: inline-block;
    transition: all .3s;
    color: #999;
    font-size: .9rem;
    cursor: pointer;
    padding: 4px 6px;
    border-radius: 3px;
}

.remove-favorite:hover {
    background-color: #DEDEDE;
}

.page-section {
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
}

@media (min-width: 530px) {

    .page-section {
        padding-top: 3.5rem;
        padding-bottom: 3.5rem;
    }
}

.page-section--white {
    background-color: #FFF;
}

.page-section--beige {
    background-color: #FEFEFE;
}

.page-section p:last-of-type {
    margin-bottom: 0;
}


@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.spinner-loader {
    margin-top: 45px;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    border: 0.25rem solid rgba(0, 0, 0, 0.2);
    border-top-color: black;
    -webkit-animation: spin 1s infinite linear;
    animation: spin 1s infinite linear;
    z-index: 999;
}

.c-darkred {color: #C9524F}

.c-red {color: var(--green)}

.c-white {color: #FFF}

.c-dark {color: #333}

.gray {color: #999999}

.search-trigger {
    display: none;
    color: #FFF;
    position: relative;
    cursor: pointer;
    top: 1px;
    margin-left: 20px;
}

@media (min-width: 960px) {

    .search-trigger {
        display: inline-block;
        top: 6px;
    }
}

.search-trigger:hover {
    opacity: .65;
}

.social-icons-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -8px;
}

.social-icons-list li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0 8px;
}

.social-icons-list li a {
    display: block;
    text-align: center;
    color: #FFF;
    font-size: 1.25rem;
}

.social-icons-list li a:hover {
    opacity: .75;
}

.social-color-facebook {background-color: #4862a3}

.social-color-twitter {background-color: #55acee}

.social-color-youtube {background-color: #cc1e1f}

.social-color-linkedin {background-color: #0077b5}

.social-color-instagram {background-color: #d8226b}

.nav-list ul {
    padding: 0;
    margin: 0;
}

.nav-list li {
    list-style: none;
    font-size: 12px;
    color: var(--txt-color);
    text-decoration: none;
    font-weight: 100;
    line-height: 2.5;
}

.nav-list a {
    font-size: 12px;
    color: var(--txt-color);
    text-decoration: none;
    font-weight: 100;
}

.nav-list a:hover {
    color: var(--green);
    text-decoration: underline;
}

.one-half,
.one-third,
.one-fourth,
.one-fifth,
.one-sixth {
    padding-bottom: 1.6rem;
}

@media (min-width: 960px) {

    .row {
        margin-right: -50px;
    }

    .one-half,
    .one-third,
    .two-thirds,
    .one-fourth,
    .one-fifth,
    .one-sixth {
        padding-bottom: 0;
        float: left;
        box-sizing: border-box;
        padding-right: 50px;
    }

    .two-thirds {
        width: 66.66%;
    }

    .one-half {
        width: 50%;
    }

    .one-third {
        width: 33.33%;
    }

    .one-quarter {
        width: 25%;
    }

    .one-fifth {
        width: 20%;
    }

    .one-sixth {
        width: 16.66%;
    }
}

/* Seach Form */

.search-form {
    background-color: #DEDEDE;
    padding: 20px;
    text-align: center;
}

.search-form label {
    display: block;
}

.search-form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.search-form .s {
    min-width: 20px;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    border: none;
    font-family: sofia-pro, sans-serif;
    padding: 10px;
}

@media (min-width: 530px) {

    .search-form .s {
        font-size: 1.4rem;
    }
}

.search-submit {
    color: #FFF;
    border: none;
    border-radius: 4px;
    outline: none;
    background-color: var(--green);
    font-family: sofia-pro, sans-serif;
    padding: 0 20px;
    margin-left: 10px;
}

.note-limit-message {
    visibility: hidden;
    opacity: 0;
    transition: all .3s ease-out;
    color: #c32929;
    font-weight: bold;
}

.note-limit-message.active {
    visibility: visible;
    opacity: 1;
}

/* Like Box */

.generic-content .like-box {
    float: right;
    font-size: 1rem;
    background-color: #EDEDED;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, .25);
    color: red;
    padding: 10px 10px 10px 25px;
    border-radius: 4px;
    cursor: pointer;
    margin: 0 0 30px 30px;
    position: relative;
}

.generic-content .like-box:hover {
    background-color: #DEDEDE;
}

.like-count {
    padding-left: 10px;
}

.like-box .fa-heart-o {
    transition: all .35s ease-out;
    position: absolute;
    left: 10px;
}

.like-box .fa-heart {
    left: 10px;
    transition: all .4s ease-out;
    position: absolute;
    visibility: hidden;
    -webkit-transform: scale(.2);
    transform: scale(.2);
    opacity: 0;
}

.like-box[data-exists="yes"] .fa-heart {
    -webkit-transform: scale(1);
    transform: scale(1);
    visibility: visible;
    opacity: 1;
}

.like-box[data-exists="yes"] .fa-heart-o {
    visibility: hidden;
    opacity: 0;
}

/* Customize Login Screen */

body.login .button-primary {
    background-color: var(--green);
    border-color: rgb(224, 84, 56);
    text-shadow: 0 -1px 1px rgb(212, 82, 56),1px 0 1px rgb(212, 82, 56),0 1px 1px rgb(212, 82, 56),-1px 0 1px rgb(212, 82, 56);
    box-shadow: 0 1px 0 rgb(199, 80, 56);
}

body.login .button-primary:hover,
body.login .button-primary:active,
body.login .button-primary:focus {
    background-color: rgb(232, 85, 56);
    border-color: rgb(212, 82, 56);
    text-shadow: 0 -1px 1px rgb(199, 80, 56),1px 0 1px rgb(199, 80, 56),0 1px 1px rgb(199, 80, 56),-1px 0 1px rgb(199, 80, 56);
    box-shadow: 0 1px 0 rgb(186, 78, 56);
}

body.login {
    background-color: #FEFEFE;
}

.login h1 a {
    color: var(--green);
    font-size: 30px;
    font-weight: 300;
    background-image: none;
    width: auto;
    height: auto;
    text-indent: 0;
}

.btn {
    display: inline-block;
    cursor: pointer;
    border-radius: 4px;
    overflow: hidden;
    text-decoration: none;
    color: #FFF;
    font-size: 1.19rem;
    padding: 12px 24px;
    border: none;
    outline: none;
}

.btn--small {
    font-size: .88rem;
    padding: 7px 13px;
    font-weight: 300;
}

.btn--with-photo {
    padding-left: 40px;
    position: relative;
}

.btn--red {
    background-color: var(--green);
}

.btn--red:hover {
    background: linear-gradient(var(--green), rgb(248, 111, 105));
}

.btn--dark-red {
    background-color: #C9524F;
}

.btn--dark-red:hover {
    background: linear-gradient(#C9524F, rgb(248, 111, 105));
}

.btn--black {
    background-color: #414141;
}

.btn--black:hover {
    background: linear-gradient(rgb(65, 65, 65), #414141);
}

.btn--yellow {
    background-color: #F4D35E;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .22);
}

.btn--yellow:hover {
    background: linear-gradient(#F4D35E, rgb(240, 188, 0));
}


.btn--gray {
    background-color: #222;
}

.btn--white {
    background-color: #FFF;
    color: var(--green);
}

.btn--white:hover {
    background-color: #DDD;
}

.btn--large {
    font-size: 1.3rem;
    padding: 16px 34px;
    border-radius: 7px;
}

@media (min-width: 530px) {

    .btn--large {
        font-size: 1.9rem;
    }
}

.btn--inactive {
    background-color: transparent;
    cursor: default;
    color: #333;
}



@-webkit-keyframes pulseBorder {
    0% {
        border: 1px solid #FFF;
    }

    100% {
        border: 1px solid #CCC;
    }
}

@keyframes pulseBorder {
    0% {
        border: 1px solid #FFF;
    }

    100% {
        border: 1px solid #CCC;
    }
}



.site-header {
    z-index: 3;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    padding: 10px 0;
    background-color: #FFF;
}

.site-header__avatar {
    position: absolute;
    top: 0;
    left: 0;
}

.site-header__avatar img {
    display: block;
    width: 30px;
    height: 30px;
}

.site-header__menu {
    visibility: hidden;
    position: absolute;
    background-color: rgba(248, 111, 107, 0.89);
    left: 0;
    right: 0;
    top: -20px;
    padding-top: 30px;
    opacity: 0;
    -webkit-transform: translateY(-20%);
    transform: translateY(-20%);
    transition: opacity .3s ease-out, visibility .3s ease-out, -webkit-transform .3s ease-out;
    transition: opacity .3s ease-out, visibility .3s ease-out, transform .3s ease-out;
    transition: opacity .3s ease-out, visibility .3s ease-out, transform .3s ease-out, -webkit-transform .3s ease-out;
    padding-bottom: 20px;
}

.site-header__menu--active {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
}

@media (min-width: 920px) {

    .site-header__menu {
        visibility: visible;
        opacity: 1;
        -webkit-transform: translateY(0) scale(1);
        transform: translateY(0) scale(1);
        position: static;
        background-color: transparent;
        float: right;
        padding-top: 0;
        padding-bottom: 0;
        top: 0;
    }
}

.site-header .logo{
    margin: 0 32px 0 0;
}


.menu-burger-line{
    width: 24px;
    height: 2px;
    background-color: var(--green);
    margin: 7px 0;
}

.menu-burger-line-top{
    width: 24px;
    height: 2px;
    background-color: var(--green);
    margin: 0;
}

.site-header__search-trigger {
    cursor: pointer;
    color: #FFF;
    font-size: 1.2rem;
    position: absolute;
    top: 6px;
    right: 16px;
}

@media (min-width: 530px) {

    .site-header__search-trigger {
        top: 4px;
        font-size: 1.4rem;
    }
}

@media (min-width: 920px) {

    .site-header__search-trigger {
        display: none;
    }
}

.site-header__menu-trigger {
    color: #FFF;
    cursor: pointer;
    font-size: 1.2rem;
    position: absolute;
    z-index: 10;
    top: 7px;
    right: 46px;
}

@media (min-width: 530px) {

    .site-header__menu-trigger {
        top: 5px;
        font-size: 1.4rem;
    }
}

@media (min-width: 920px) {

    .site-header__menu-trigger {
        display: none;
    }
}

.site-header__util {
    padding: 0 0 0 20px;
}

@media (min-width: 920px) {

    .site-header__util {
        padding: 0;
        float: right;
    }
}

.site-header__btn {
    margin-right: 20px;
}

@media (min-width: 920px) {

    .site-header__btn {
        float: left;
    }
}

.site-header .btn--with-photo {
    margin-right: 0;
}

.site-footer {
    font-family: sofia-pro, sans-serif;
    padding: 2rem 0 3.5rem 0;
    background-color: var(--white);
    color: var(--txt-color);
    background-repeat: no-repeat;
    background-size: cover;
}


.site-footer p {
    font-size: 1.2rem;
    font-weight: 100;
    color: var(--txt-color);
}

.site-footer li {
    font-weight: 100;
}

.site-footer .mail {
    color: var(--txt-color);
    font-size: 1.2rem;
}

.site-footer .headline {
    color: var(--green);
    margin-bottom: .33rem;
}

.site-footer__link {
    color: var(--txt-color);
    text-decoration: none;
    font-size: 1.2rem;
}

.site-footer__link:hover {
    color: var(--green);
    text-decoration: underline;
}

.site-footer__inner {
    /*border-top: 1px dotted #DEDEDE;*/
    padding-top: 3.5rem;
}

.site-footer__col-one {
    text-align: center;
}

@media (min-width: 960px) {

    .site-footer__col-one {
        text-align: left;
        width: 25%;
        float: left;
    }
}

.site-footer__col-two-three-group {
    text-align: center;
    width: 85%;
    margin: 0 auto;
}

@media (min-width: 960px) {

    .site-footer__col-two-three-group {
        text-align: left;
        float: left;
        width: 50%;
        margin: 0;
    }
}

.site-footer__col-two {
    width: 50%;
    float: left;
    padding: 0 20px;
}

.site-footer__col-three {
    width: 50%;
    float: left;
    padding: 0 20px;
}

.site-footer__col-four {
    padding-top: 20px;
    width: 85%;
    margin: 0 auto;
    clear: both;
    text-align: center;
}

@media (min-width: 960px) {

    .site-footer__col-four {
        padding-top: 0;
        margin: 0;
        clear: none;
        text-align: left;
        width: 25%;
        float: right;
    }
}

.main-navigation {
    padding-top: 2px;
}

.main-navigation ul {
    padding: 0;
    margin: 0;
}

.main-navigation ul:before,
.main-navigation ul:after {
    content: " ";
    display: table;
}

.main-navigation ul:after {
    clear: both;
}

@media (min-width: 920px) {

    .main-navigation {
        float: left;
        margin: 0px;
    }
}

.main-navigation li {
    list-style: none;
}

@media (min-width: 920px) {

    .main-navigation li {
        float: left;
        padding: 20px;
    }
}

.main-navigation a {
    display: block;
    padding: 5px 20px;
    color: var(--txt-color);
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
}

@media (min-width: 920px) {

    .main-navigation a {
        display: inline-block;
        padding: 0;
    }
}

.main-navigation .current-menu-item a,
.main-navigation a:hover {
    color: var(--green);
}

.page-banner {
    background-color: #000;
    padding: 80px 0 40px 0;
    position: relative;
}

@media (min-width: 530px) {

    .page-banner {
        padding: 130px 0 60px 0;
    }
}

.page-banner__content {
    position: relative;
    z-index: 2;
}

.page-banner__title {
    font-family: sofia-pro, sans-serif;
    font-weight: 300;
    font-size: 3.6rem;
    margin: 0 0 1rem 0;
    color: #FFF;
}

@media (min-width: 530px) {

    .page-banner__title {
        font-size: 5rem;
    }
}

.page-banner__bg-image {
    opacity: .33;
    background-size: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.page-banner__intro {
    font-weight: 300;
    font-size: 1.2rem;
    line-height: 1.3;
    color: #EDEDED;
}

@media (min-width: 530px) {

    .page-banner__intro {
        font-size: 1.65rem;
    }
}

.page-banner__intro p {
    margin: 0;
}

.hero-slider {
    position: relative;

}

.hero-slider div {
    outline: none;
}

.hero-slider__interior {
    padding-top: 60px;
    padding-bottom: 60px;
}

@media (min-width: 960px) {

    .hero-slider__interior {
        padding-top: 130px;
        padding-bottom: 130px;
    }
}

.hero-slider__slide {
    background-size: cover;
    background-repeat: no-repeat;
}

.hero-slider__overlay {
    margin: 0 auto;
    background-color: rgba(0, 0, 0, .68);
    padding: 40px;
    color: #FFF;
}

@media (min-width: 960px) {

    .hero-slider__overlay {
        width: 50%;
    }
}

.slick-dots {
    z-index: 100;
    position: absolute;
    left: 0;
    right: 0;
    padding: 0;
    margin: 0;
    text-align: center;
    top: 15px;
}

@media (min-width: 960px) {

    .slick-dots {
        top: 50px;
    }
}

.slick-dots li {
    list-style: none;
    display: inline;
}

.slick-dots li button {
    display: inline-block;
    text-indent: -9999px;
    font-size: 0;
    line-height: 0;
    width: 10px;
    height: 10px;
    background-color: rgba(255, 255, 255, .5);
    box-shadow: 1px 1px 1px rgba(0, 0, 0, .25);
    border-radius: 50%;
    border: none;
    margin: 0 4px;
    padding: 0;
    outline: none;
    transition: background-color .3s ease-out;
    cursor: pointer;
}

.slick-dots .slick-active button {
    background-color: #FFF;
}

.search-overlay {
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 110;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.9);
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(1.09);
    transform: scale(1.09);
    transition: opacity .3s, visibility .3s, -webkit-transform .3s;
    transition: opacity .3s, transform .3s, visibility .3s;
    transition: opacity .3s, transform .3s, visibility .3s, -webkit-transform .3s;
    box-sizing: border-box;
}

.search-overlay p {
    padding-top: 15px;
}

.search-overlay .event-summary p {
    padding-top: 0;
}

.search-overlay .event-summary {
    margin-bottom: 0;
    margin-top: 20px;
}

.searchBlack{
    color: #000 !important;
}

body.admin-bar .search-overlay {
    top: 32px;
}

.search-overlay__top {
    background-color: rgba(0, 0, 0, .12);
}

.search-overlay__icon {
    margin-right: 10px;
    font-size: 1.8rem;
    color: #F95738;
}

@media (min-width: 960px) {

    .search-overlay__icon {
        font-size: 2.5rem;
    }
}

.search-overlay--active {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.search-overlay__section-title {
    margin: 30px 0 1px 0;
    font-weight: 400;
    color: var(--green);
    font-size: 2rem;
    padding: 15px 0;
    border-bottom: 1px solid #CCC;
}

.search-overlay__close {
    position: absolute;
    top: 13px;
    right: 16px;
    font-size: 2.1rem;
    cursor: pointer;
    transition: all .3s;
    background-color: #FFF;
    color: var(--green);
    line-height: .7;
}

@media (min-width: 530px) {

    .search-overlay__close {
        top: 18px;
        font-size: 2.1rem;
    }
}

@media (min-width: 960px) {

    .search-overlay__close {
        top: 26px;
        font-size: 2.8rem;
    }
}

.search-overlay__close:hover {
    opacity: 1;
}

.search-overlay .one-half {
    padding-bottom: 0;
}

.search-term {
    width: 75%;
    box-sizing: border-box;
    border: none;
    padding: 15px 0;
    margin: 0;
    background-color: transparent;
    font-size: 1rem;
    font-weight: 300;
    outline: none;
    color: var(--green);

}

@media (min-width: 530px) {

    .search-term {
        font-size: 1.5rem;
    }
}

@media (min-width: 960px) {

    .search-term {
        width: 80%;
        font-size: 3rem;
    }
}

.body-no-scroll {
    overflow: hidden;
}

.professor-cards {
    margin: 0;
    padding: 0;
}

.search-overlay .professor-cards {
    padding-top: 21px;
}

.professor-card {
    position: relative;
    display: inline-block;
    width: 200px;
    margin-right: 15px;
    background-color: #F95738;
    overflow: hidden;
}

.search-overlay .professor-card {
    width: 180px;
}

.professor-card__image {
    display: block;
    transition: opacity .3s ease-out, -webkit-transform .3s ease-out;
    transition: opacity .3s ease-out, transform .3s ease-out;
    transition: opacity .3s ease-out, transform .3s ease-out, -webkit-transform .3s ease-out;
}

.professor-card:hover .professor-card__image {
    opacity: .80;
    -webkit-transform: scale(1.1) rotate(4deg);
    transform: scale(1.1) rotate(4deg);
}

.professor-card__name {
    font-weight: 300;
    font-size: .9rem;
    position: absolute;
    bottom: 0;
    color: #FFF;
    left: 0;
    right: 0;
    padding: 3px 10px;
    background-color: rgba(236, 68, 34, 0.85);
}

.professor-card:hover .professor-card__name {
    background-color: rgba(213, 62, 32, 0.85);
}

.professor-card__list-item {
    display: inline-block;
    list-style: none;
}

.headline {
    margin: 0;
    font-family: sofia-pro, sans-serif;
    font-weight: 600;

}

.headline--large {
    font-size: 3.6rem;
}

@media (min-width: 530px) {

    .headline--large {
        font-size: 6.25rem;
    }
}

.headline--large-medium {
    font-size: 5rem;
    margin: 0 0 1rem 0;
}

.headline--medium {
    font-size: 1.9rem;
    margin-bottom: .75rem;
}

@media (min-width: 530px) {

    .headline--medium {
        font-size: 3.125rem;
    }
}

.headline--small-plus {
    font-family: sofia-pro, sans-serif;
    font-size: 1.6875rem;
    font-weight: 400;
    margin-bottom: 1.9rem;
}

.headline--small {
    font-size: 1.2rem;
    margin-bottom: 1.9rem;
}

@media (min-width: 530px) {

    .headline--small {
        font-size: 1.6875rem;
    }
}

.headline--smaller {
    font-size: 1.5rem;
}

.headline--tiny {
    font-family: sofia-pro, sans-serif;
    font-size: 1.3875rem;
    margin-bottom: .25rem;
}

.headline--post-title a {
    color: var(--green);
    text-decoration: none;
}

.headline--post-title a:hover {
    text-decoration: underline;
}

.generic-content p, .generic-content li {
    font-size: 1.15rem;
}

.generic-content blockquote, .generic-content blockquote p {
    font-size: 1.5rem;
    font-style: italic;
}

.generic-content h1, .generic-content h2 {
    font-family: sofia-pro, sans-serif;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 1rem;
}

.generic-content h3, .generic-content h4, .generic-content h5, .generic-content h6 {
    font-family: sofia-pro, sans-serif;
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 1rem;
}

.generic-content h3 .t-100 {
    font-weight: 100;
}


.generic-content h1 {
    font-size: 3.6rem
}

.generic-content h2 {
    font-size: 3.1rem
}

.generic-content h3 {
    font-size: 2.6rem
}

.generic-content h4 {
    font-size: 2.1rem
}

.generic-content h5 {
    font-size: 1.6rem
}

.generic-content h6 {
    font-size: 1.15rem
}

@media (min-width: 530px) {

    .generic-content h1 {
        font-size: 6.25rem;
    }

    .generic-content h2 {
        font-size: 5rem;
    }

    .generic-content h3 {
        font-size: 3.125rem;
    }

    .generic-content h4 {
        font-size: 2.4rem;
    }

    .generic-content h5 {
        font-size: 1.9rem;
    }

    .generic-content h6 {
        font-size: 1.15rem;
    }
}

@media (min-width: 960px) {

    .full-width-split {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.full-width-split__one {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 1.6rem 16px;
}

@media (min-width: 960px) {

    .full-width-split__one {
        padding: 40px;
    }
}

@media (min-width: 960px) {

    .full-width-split__one .full-width-split__inner {
        float: right;
    }
}

.full-width-split__two {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #FAF0CA;
    padding: 1.6rem 16px;
}

@media (min-width: 960px) {

    .full-width-split__two {
        padding: 40px;
    }
}

@media (min-width: 1350px) {

    .full-width-split__inner {
        width: 610px;
    }
}

.event-summary {
    position: relative;
    padding-left: 107px;
    min-height: 77px;
    padding-bottom: 1px;
    margin-bottom: 20px;
}

.event-summary__title a {
    color: #173f58;
}

.event-summary__date {
    text-decoration: none;
    display: block;
    top: 0;
    left: 0;
    position: absolute;
    padding: 14px 0 11px 0;
    color: #FFF;
    border-radius: 50%;
    background-color: var(--green);
    width: 80px;
    line-height: 1;
    transition: opacity .33s;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .22);
}

.event-summary__date:hover {
    opacity: .75;
}

.event-summary__date--beige {
    background-color: #F4D35E;
}

.event-summary__month {
    display: block;
    font-size: 1.5rem;
    font-weight: 300;
    text-transform: uppercase;
}

.event-summary__day {
    display: block;
    font-size: 2.02rem;
    font-weight: 700;
}

.page-links {
    position: relative;
    z-index: 1;
    background-color: #FAF0CA;
    margin: 0 0 40px 0;
}

@media (min-width: 767px) {

    .page-links {
        margin: 0 0 40px 20px;
        width: 300px;
        float: right;
    }
}

.page-links__title {
    margin: 0;
    font-weight: normal;
    text-align: center;
    padding: 20px 0;
    background-color: var(--green);
    color: #FFF;
}

.page-links__title a {
    color: #FFF;
    text-decoration: none;
    background-color: var(--green);
}

.page-links li {
    border-top: 1px solid rgb(248, 248, 248);
}

.page-links li:first-child {
    border-top: none;
}

.page-links__active,
.page-links .current_page_item {
    text-align: center;
    background-color: rgb(248, 248, 248);
    color: var(--green);
    font-weight: bold;
}

.page-links li a {
    display: block;
    text-align: center;
    padding: 17px 10px;
    text-decoration: none;
    color: var(--green);
    transition: all .3s;
}

.page-links li a:hover {
    color: rgb(248, 110, 105);
    background-color: rgb(248, 248, 248);
}

.acf-map {
    width: 100%;
    height: 400px;
    border: #ccc solid 1px;
    margin: 20px 0;
}

/* fixes potential theme css conflict */

.acf-map img {
    max-width: inherit !important;
}

.link-list li {
    padding: 1rem 0;
    font-size: 1.5rem;
    border-bottom: 1px dotted #DEDEDE;
}

.search-overlay .link-list li {
    font-size: 1.3rem;
}

.link-list li:last-child {
    border-bottom: none;
}

.link-list a {
    color: var(--green);
}

.metabox {
    background-color: #FEFEFE;
    border-radius: 3px;
    padding: 10px 15px;
    display: inline-block;
    margin-bottom: 30px;
    box-shadow: 2px 2px 1px rgba(0, 0, 0, .07);

}

.metabox--position-up {
    position: absolute;
    top: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.metabox--with-home-link {
    padding: 0;
}

.metabox__main {
    padding: 10px 15px 10px 11px;
}

.metabox p {
    margin: 0;
    font-size: .9rem;
    color: rgb(168, 146, 56);
}

.metabox a {
    color: rgb(168, 146, 56);
    text-decoration: none;
    font-weight: bold;
}

.metabox a:hover {
    text-decoration: underline;
}

.metabox .metabox__blog-home-link {
    background-color: var(--green);
    color: #FFF;
    display: inline-block;
    padding: 10px 15px;
    border-radius: 3px 0 0 3px;
    font-weight: normal;
}

.metabox .metabox__blog-home-link:hover {
    text-decoration: none;
    background-color: rgb(248, 80, 80);
}

.post-item {
    border-bottom: 1px dotted #DEDEDE;
    padding-bottom: 1.7rem;
    margin-bottom: 1.7rem;
}

.post-item:last-of-type {
    border-bottom: none;
    margin-bottom: 0;
}

/* FONT AWESOME */

.fa-clock,
.fa-envelope,
.fa-phone-volume{
    color: var(--green);
    font-size: 16px;
}

.fa-chevron-right .c-white{
    color: #FFF;
    font-size: 16px;
}

.fa-chevron-right .c-red{
    color: var(--green);
    font-size: 16px;
}

.spacer10{
    margin-left: 10px;
}


/* CENTER IMAGE */
.centerImg {
  display: block;
  margin-left: auto;
  margin-right: auto;
    margin-top:0px;
    margin-bottom:0px;
}

h1 .less-mb{
    margin-bottom: 0px;
}

h2 .banner-text{
    font-family: sofia-pro, sans-serif;
    font-size: 2rem;
    margin: 0.67em 0;
}

p {
    color: #707070;
    font-family: sofia-pro, sans-serif !important;
}

.schema-p{
    color: var(--txt-color);
    font-size: 12px;
    font-weight: 100;
    line-height: 2.5;
}

.woocommerce ul.products li.product .price {
    color: #333 !important;
    font-size: .857em;
}

.form-control {
    border-radius: 0px;
}
.select2-container--default .select2-selection--single {
    height: 40px;
    border-radius: 0px;
    padding: 6px 12px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 5px;
}
.woocommerce form .form-row .input-checkbox {
    position: relative;
}
.woocommerce-account-fields .form-row label span {
    padding-top: 15px;
}
.woocommerce form .form-row input.input-text {
    height: 35px;
    padding: 5px;
}
.woocommerce ul.products li.product .onsale {
    padding: 0px 10px;
    text-align: center;
    font-size: 10px;
    margin: 0 !important;
    z-index: 1;
    border-radius: 0px;
    background-color: #d9534f;
    line-height: 24px;
    min-height: 24px;
    text-transform: uppercase;
    height: auto;
    width: auto;
    right: 5px;
    top: 5px;
}
.woocommerce span.onsale {
    height: 60px;
    width: 60px;
    background: #d9534f;
    text-align: center;
    font-size: 14px;
    line-height: 60px;
    padding: 0px;
    margin: 0;
    top: 0;
    left: 0;
    right: auto;
    border-radius: 0px;
    min-height: 26px;
    text-transform: uppercase;
    z-index: 1;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
    color: var(--txt-color) !important;
    font-weight: 300;
    text-align: center;
    display: block;
    padding: 10px;

}


li .cat-item a {
    color: #333 !important;
}

a.button.product_type_variable.add_to_cart_button {
    background-color: var(--gray) !important;
}

.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    background-color: var(--green) !important;
}

a {
    color: #0f0f0f;
}

div#woocommerce_product_categories-3 {
    font-weight: 600;
    margin-top: 60px;
}


#site-footer a {
    color: #FFF !important;
}

.woocommerce-info {
    border-top-color: var(--green) !important;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    padding: 20px;
}


.woocommerce ul.order_details {
    margin-top: 50px !important;
    margin-bottom: 20px;
}

.woocommerce ul.order_details li {
    margin-top: 10px !important;
    padding-top: 10px !important;
}

.woocommerce .quantity .qty {
    width: 100%;
    text-align: center;
}

.woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled] {
    color: #fff !important;
    background-color: var(--gray) !important;
    font-weight: normal;
    border-color: var(--green) !important;
    border: none !important;
}

.woocommerce input.button{
    color: var(--gray) !important;
    background-color: #fff !important;
    font-weight: 300;
    border: none !important;
}

.woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .button {
    color: #FFF !important;
    font-size: 14px;
    font-weight: 300 !important;
    text-transform: uppercase;
    text-align: center;
    background-color: var(--green) !important;
    border-radius: 0 !important;
}

.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.button:hover{
    color: #FFF !important;
    background-color: var(--green-dark) !important;
}

.woocommerce .cart .button, .woocommerce .cart input.button {
    color: white !important;
    border: 1px solid var(--green) !important;
}

select {
    width: 50px;
    font-size: 16px;
    padding: 25px 2px;
    line-height: 2em;
    border: none;
    border-radius: 0;
    background-color: var(--gray);
}

.woocommerce .quantity .qty {
    width: 100% !important;
    text-align: center!important;
    border: 1px solid #ccc!important;
    padding: 5px 2px;
}

.woocommerce .quantity .qty input{
    background-color: var(--light) !important;
}



input[type=text]:focus {
    background-color: var(--light) !important;
}

ul.tabs.wc-tabs {
    display: none;
}

span.woocommerce-Price-currencySymbol {
    color: #111;
}
span.woocommerce-Price-amount.amount {
    color: #111;
    padding-right: 10px;
}



.woocommerce .woocommerce-ordering select {
    padding: 5px;
    width: 100%;
    background-color: #F4F4F4 !important;
    border: 1px solid #ccc!important;
}

h3.widget-title {
    font-size: 16px;
    font-weight: 900;
}


.navbar-default .navbar-collapse {
    border-color: #e7e7e7;
    /*padding-bottom: 100px;*/
    min-height: 90px;
}

div#site-jumbotron {
    display: none;
}

.woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
    width: 60px !important;
    box-shadow: none;
}

a.shipping-calculator-button {
    display: none;
}



input #place_order .button .alt {
    color:#FFF !important;
}



.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-371 a {
    color: var(--txt-color) !important;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    border-radius: 3px;
    left: auto;
    right: auto;
    color: #FFF;
    border: 0;
}

.woocommerce a.button{
    border-radius: 50px;
    color: #FFF;
    border: 0;
}

.wysiwyg_content {
    padding: 5%;
}

.solid-footer{
     color: var(--txt-color);
     text-align: center;
     font-size: 11px;
     font-weight: 100;
 }

.solid-to{
    color: var(--txt-color);
    text-align: center;
    font-size: 11px;
    font-weight: 100;
}

.logo{
    margin-top: 20px;
    width: 100px;

}

@media (min-width: 530px) {

    .logo{
        width: 170px;
    }
}

@media (min-width: 960px) {

    .logo{
        width: 220px;

    }
}

p.woocommerce-shipping-destination {
    font-size: 12px;
}

div#tab-description {
    padding: 20px;
}

img.wp-post-image {
    padding: 20px;
}
.summary.entry-summary {
    padding: 20px;
}




/*   TOGGLE MENU   */

.toggle-overlay {
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 110;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, .96);
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(1.09);
    transform: scale(1.09);
    transition: opacity .3s, visibility .3s, -webkit-transform .3s;
    transition: opacity .3s, transform .3s, visibility .3s;
    transition: opacity .3s, transform .3s, visibility .3s, -webkit-transform .3s;
    box-sizing: border-box;
}




/* The Modal (background) */
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 0px;
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(255,255,255); /* Fallback color */
    background-color: rgba(255,255,255,0.3); /* white w/ opacity */
    -webkit-transform: scale(1.09);
    transform: scale(1.09);
    transition: opacity .3s, visibility .3s, -webkit-transform .3s;
    transition: opacity .3s, transform .3s, visibility .3s;
    transition: opacity .3s, transform .3s, visibility .3s, -webkit-transform .3s;
    box-sizing: border-box;
}

/* Modal Content */

.modal-content {
    height: 100vh;
    margin: 60px auto 60px auto;
    padding: 20px;
    /* margin-top: 50px; */
    width: 90%;
    text-align: left;
    background-color: rgba(255,255,255,0.98);
}

/* The Close Button */
.close {
    color: #171717;
    float: right;
    padding-right: 30px;
    font-size: 40px;
    font-weight: 300;
}

.close:hover,
.close:focus {
    color: var(--green);
    text-decoration: none;
    cursor: pointer;
}

.modal ul#menu-mobile{
    display: inline-block;
    font-size: 22px;
    font-weight: 600;
    margin-left: auto;
    margin-right: auto;
}

.modal ul#menu-mobile li {
    line-height: 60px;
    list-style: none;
}

/* TOP TO BUTTON */

#topToBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: var(--green);
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
}

#topToBtn:hover {
    background-color: #333;
}

.fa-angle-up{
    color: white;
}

.menu li {
    line-height: 2.6;
}

li.page_item.page-item-7.current_page_parent {
    text-align: left;
}

/*
.group {
    margin-bottom: 20px;
}
*/

section#producten {
    margin-top: 30px;
}

.site-footer__col-one {
    padding-bottom: 30px;
}

div#woofilter {
    margin-bottom: 30px;
}

#woofilter li {
    line-height: 2.6;
}

#woofilter h2 {
    font-size: 1.6rem;
    text-transform: uppercase;
}

.woocommerce-shipping-totals.shipping{
    display:none;
}


tr.cart-subtotal {
    display:none;
}

a.button.wc-backward {
    background-color: var(--green);
}

button.woocommerce-Button.button{
    background-color: #333;
}

.woocommerce .woocommerce-message .button,
.woocommerce-page .woocommerce-message .button {
    background-color: var(--gray);
}


h1.page-title {
    text-align: center;
    font-weight: 700;
}


.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {

    background-color: var(--light);
}

.woocommerce ul.products li.product .price {
    color: var(--txt-color) !important;
    font-size: 14px;
    text-align: center;
}

.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    display: block;
    margin: 20px;
    font-size: 14px;
    text-align: center;
    background-color: var(--green) !important;
    border-radius: 0;
    text-transform: uppercase;
}

.button.product_type_simple.add_to_cart_button.ajax_add_to_cart:hover {
    color: #FFF !important;
    background-color: var(--green-dark) !important;
}


a.button.product_type_variable.add_to_cart_button {
    display: block;
    margin: 20px;
    font-size: 14px;
    text-align: center;
    background-color: var(--gray-dark) !important;
    border-radius: 0;
    text-transform: uppercase;
}


#woofilter {
    background: white;
    padding: 30px;
    border: 1px solid #cfcfcf;
    margin-top: 0;
}

#woofilter h2 {
    border-bottom: 1px solid var(--black);
}

#woofilter ul {
    padding-left: 10px;
}

#woofilter ul li {

}

#woofilter ul li a {
    color: var(--txt-color);
    text-transform: uppercase;
}

/* line 1, ../sass/pages/_shop.scss */
#producten {
    overflow: hidden;
}

/* line 9, ../sass/pages/_shop.scss */
ul.products li.product h2.woocommerce-loop-product__title {
    font-size: 15px;
}
select#bedrukking,
select#fluobanden,
select#maat {
    padding: 10px;
    display: inline-block;
    font-size: 14px;
    color: #19170F;
    text-transform: uppercase;
    line-height: 1;
    width: 75%;
    max-width: 75%;
    box-sizing: border-box;
    margin-top: 5px;
    border: none;
    box-shadow: 0 1px 0 1px rgba(45, 45, 45, 0.09);
    border-radius: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: var(--gray);
    background-image: url('images/triangle-solid.svg');
    background-repeat: no-repeat, repeat;
    background-position: right .7em top 50%, 0 0;
    background-size: .65em auto, 100%;
}

td.label label {
    color: var(--txt-color);
    font-size: 15px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 600;
}


.woocommerce div.product .woocommerce-tabs .panel {
    margin: 0 0 2em;
    padding: 20px;
}
.summary.entry-summary {
    background-color: var(--white);
}

img.wp-post-image {
    padding-top: 0;
}

select.orderby {
    display: none;
}

.woocommerce ul.products li.product a .Solid-HidePriceBeforeLogin,
a.Solid-HidePriceBeforeLogin {
    display: block;
    text-transform: uppercase;
    font-size: 12px;
    margin: 10px auto;
    width: 80%;
    color: var(--gray);
}

button.woocommerce-button.button.woocommerce-form-login__submit {
    background-color: var(--green);
    border-radius: 0;
}

h2.titlePage-basic{
    text-align: center;
}

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--downloads {
    display: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li {
    line-height: 2;
    padding: 10px;
}


li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--dashboard.is-active {
   display: none;
}

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--dashboard a{
    display: none;
}


li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--dashboard.is-active a {
    color: var(--txt-color);
}


li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--dashboard.is-active {
    display: none;
}

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--dashboard {
    display: none !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    float: left;
    width: 25%;
}

/* change shop lay-out */

div#solidShopGrid {
    display: grid;
    grid-template-columns: 2fr 8fr;
    grid-gap: 10px 20px;
    grid-template-rows: auto;
}

.solid-sideBar{
    grid-column: 1 ;
    grid-row: 1;
}

.solid-mainShop{
    grid-column: 2 ;
    grid-row: 1;
}

#showFilterBtn {
    width: 200px;
    background-color: var(--gray);
    color: white;
    padding: 8px 16px;
    text-align: center;
    margin: 20px auto;
    cursor: pointer;
    display: none;
}




@media only screen and (max-width: 920px) {

    #showFilterBtn {
        display: block;
    }

    #showFilterBtn:hover {
        background-color: var(--black);
    }

    div#solidShopGrid {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 10px 20px;
    }

    .solid-sideBar{
        grid-column: 1 ;
        grid-row: 1;
        display: none;
    }

    .solid-mainShop{
        grid-column: 1 ;
        grid-row: 2;
    }

    ul.product-categories li {
        display: inline-block;
        direction: ltr;
        width: 48%;
    }

}

div#downloadCeBtn {
    background-color: var(--gray);
    color: var(--white);
    width: 150px;
    text-align: center;
    padding: 8px 16px;
    margin-bottom: 30px;
    margin-top: 10px;
    cursor: pointer;
}

div#downloadCeBtn:hover {
    background-color: var(--black);

}

div#downloadCeBtn a{
    color: var(--white);
}


.chemPage {
    max-width: 1120px;
    margin: 40px;
}

@media only screen and (min-width: 1200px) {

    .chemPage {
        margin: 40px auto;
    }

}

@media only screen and (max-width: 834px) {

    .chemPage {
        margin: 40px 25px;
    }
}

h3.chemTitle {
    text-align: center;
    line-height: 3;
}

.btn-chem-report {
    background-color: var(--green);
    width: 300px;
    margin: 20px auto;
    padding: 8px 16px;
    color: var(--white);
    text-align: center;
    text-transform: uppercase;
}

i.far.fa-eye {
    margin-right: 10px;
}

i.far.fa-eye {
    margin-right: 10px;
}

.btn-holder1 {
    margin-top: 50px;
}

.btn-holder3 {
    margin-bottom: 50px;
}



h1, h2, h3, h4, h5, h6{
    font-family: sofia-pro, sans-serif;
    font-weight: 600;

}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
h2 {
    font-size: 1.7em;
    margin: 0.67em 0;
}

h3 {
    font-size: 1.5em;
    margin: 0.67em 0;
}

h4 {
    font-size: 1.3em;
    margin: 0.67em 0;
}

h4 {
    font-size: 1.1em;
    margin: 0.67em 0;
}

h6 {
    font-size: 1em;
    margin: 0.67em 0;
}

h1.chemTitle {
    text-align: center;
}

img#footerLogo {
    width: 180px;
}

a.button.wc-backward {
    background-color: var(--green);
    border-radius: 0;
}

.woocommerce-info::before {
    color: var(--txt-color) !important;
}


@media only screen and (max-width: 834px) {

    img.logo {
        width: 150px;
        margin-top: 2px;
    }

}


.search-front-holder {
    margin: 30px 20px 0 20px;
}
table.variations th.label {
    color: var(--black);
    font-size: 15px;
    display: inline-block;
    vertical-align: middle;
}

body{
    font-family: sofia-pro, sans-serif;
}

li#toplevel_page_wc-admin-path--analytics-overview {
    display: none !important;
}

.woocommerce-BlankState-buttons {
    display: none;
}
