@import url('https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900&display=swap');
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
body,
html,
div.paragraph,
blockquote,
fieldset,
input {
    margin: 0;
    padding: 0;
}

ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
body,
html,
p,
blockquote,
fieldset,
input {
    margin: 0;
    padding: 0;
}

.wsite-form-field input[type='text'],
.wsite-form-field input[type='email'],
.wsite-form-field textarea,
.wsite-form-field select,
.wsite-form-field input[type='radio'],
.wsite-form-field input[type='checkbox'],
.wsite-com-product-option-groups input[type='text'],
.wsite-com-product-option-groups input[type='email'],
.wsite-com-product-option-groups textarea,
.wsite-com-product-option-groups select,
.wsite-com-product-option-groups input[type='radio'],
.wsite-com-product-option-groups input[type='checkbox'] {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-shadow: none;
}

.wsite-form-field textarea,
.wsite-com-product-option-groups textarea {
    resize: none;
}

html {
    height: 100%;
}

body {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.05);
    color: #000000;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a {
    color: inherit;
    text-decoration: none;
}
a:hover{
    color: #00786d;
}

a img,
a:hover img {
    border: none;
}
img {
    display: block;
    height: auto;
    max-width: 100%;
    display: inline;
    text-align: center;
}
h2 {
    color: #000000;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.25;
    margin: 0 auto 20px;
}

div.paragraph,
#wsite-search-list div.paragraph {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75;
    margin: 0 auto 30px;
    margin-bottom: 10px;
}

p,
#wsite-search-list p {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75;
    margin: 0 auto 20px;
}

div.paragraph a,
#wsite-search-list div.paragraph a {
    color: inherit;
    font-weight: 600;
    text-decoration: underline;
    -webkit-transition: opacity 300ms ease-in-out;
    -moz-transition: opacity 300ms ease-in-out;
    -ms-transition: opacity 300ms ease-in-out;
    transition: opacity 300ms ease-in-out;
}

p a,
#wsite-search-list p a {
    color: inherit;
    font-weight: 600;
    text-decoration: underline;
    -webkit-transition: opacity 300ms ease-in-out;
    -moz-transition: opacity 300ms ease-in-out;
    -ms-transition: opacity 300ms ease-in-out;
    transition: opacity 300ms ease-in-out;
}

div.paragraph a:hover,
#wsite-search-list div.paragraph a:hover {
    opacity: 0.75;
}

p a:hover,
#wsite-search-list p a:hover {
    opacity: 0.75;
}

blockquote {
    position: relative;
    padding: 1.5em 2.5em;
    background: rgba(0, 0, 0, 0.05);
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.75;
    text-align: left;
    margin: 0 auto 30px;
    min-height: 196px;
}

blockquote:before {
    position: absolute;
    content: '\201C';
    top: 0.75em;
    left: 0.5em;
    font-size: 2em;
    line-height: 1;
    font-weight: bold;
}

.splash-page .wsite-background,
.wsite-header-section {
    background: url(theme/images/default-bg.jpg?1568175564) no-repeat top center;
    background-size: cover;
}

.wsite-header-section {
    height: 600px;
}

body.header-overlay-on .wsite-header-section:not(.wsite-section-bg-color):before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 60%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.15) 40%, rgba(0, 0, 0, 0) 100%);
}

.banner-wrap {
    position: relative;
    height: 100%;
    background: #000000;
    color: #ffffff;
}

.banner-wrap .container {
    padding: 80px 40px;
}

.banner-wrap .banner {
    text-align: center;
    -webkit-transition: opacity 500ms ease;
    -moz-transition: opacity 500ms ease;
    -ms-transition: opacity 500ms ease;
    transition: opacity 500ms ease;
}

.banner-wrap h2 {
    color: inherit;
    font-family: 'Montserrat', sans-serif;
    font-size: 80px;
    font-weight: 100;
    line-height: 1.15;
    margin: 15px auto;
}

.banner-wrap div.paragraph {
    color: inherit;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: 0em;
    margin: 15px auto;
}

.banner-wrap p {
    color: inherit;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: 0.15em;
    margin: 15px auto;
}

.container,
.wsite-footer {
    position: relative;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}

.main-wrap {
    width: 100%;
    background: #ffffff;
}

.main-wrap .container {
    padding: 50px 40px;
}

body.full-width-body-off .banner-wrap .container,
body.full-width-body-off .main-wrap .container,
body.full-width-body-off .wsite-footer {
    max-width: 1200px;
    margin: 0 auto;
}

.footer-wrap {
    width: 100%;
    font-size: 14px;
}

.footer-wrap .wsite-footer {
    padding: 60px 40px;
}

.footer-wrap h2,
.footer-wrap div.paragraph,
.footer-wrap blockquote {
    margin: 0 auto 20px;
}

.footer-wrap h2,
.footer-wrap p,
.footer-wrap blockquote {
    margin: 0 auto 20px;
}

.footer-wrap h2 {
    font-size: 20px;
}

.footer-wrap div.paragraph {
    font-size: 14px;
}

.footer-wrap p {
    font-size: 14px;
}

.footer-wrap blockquote {
    font-size: 14px;
    background: transparent;
    padding: 0 0 0 1em;
}

.footer-wrap blockquote:before {
    top: 0;
    left: 0;
    font-size: 1.5em;
}

.birdseye-header {
    position: fixed;
    top: 0;
    z-index: 12;
    width: 100%;
    max-width: 100%;
    padding: 20px 40px;
    color: #ffffff;
    border-color: #ffffff;
    box-sizing: border-box;
    -webkit-transition: background-color 300ms ease, color 260ms ease, padding 180ms ease;
    -moz-transition: background-color 300ms ease, color 260ms ease, padding 180ms ease;
    -ms-transition: background-color 300ms ease, color 260ms ease, padding 180ms ease;
    transition: background-color 300ms ease, color 260ms ease, padding 180ms ease;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.birdseye-header .container {
    display: table;
    overflow-y: hidden;
    width: 100%;
    max-height: 80px;
}

.birdseye-header .hamburger {
    display: none;
    box-sizing: initial;
}
.birdseye-header .logo {
    display: table-cell;
    overflow-y: hidden;
    vertical-align: middle;
}

.birdseye-header .logo * {
    display: block;
    width: 100%;
    float: left;
}

.birdseye-header .logo a {
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -ms-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
}

.birdseye-header .logo a:hover {
    opacity: .6;
}

.birdseye-header .logo #wsite-title {
    max-width: 400px;
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    -webkit-transition: font-size 260ms ease;
    -moz-transition: font-size 260ms ease;
    -ms-transition: font-size 260ms ease;
    transition: font-size 260ms ease;
}

.birdseye-header .logo img {
    overflow: hidden;
    max-width: 140px;
    max-height: 50px;

}

.nav {
    display: table-cell;
    vertical-align: middle;
}

.nav ul {
    float: right;
    max-width: calc(100vw - 480px);
    overflow: hidden;
}

.nav li {
    display: inline-block;
    margin: 5px 5px 5px 0;
}

.nav .wsite-menu-item {
    display: block;
    padding: 12px 20px;
    border: 1px solid transparent;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    -webkit-transition: opacity 300ms ease;
    -moz-transition: opacity 300ms ease;
    -ms-transition: opacity 300ms ease;
    transition: opacity 300ms ease;
}

.nav li:not(.wsite-nav-cart)#active>.wsite-menu-item {
    border-color: inherit;
}

.nav li .wsite-menu-item:hover {
    opacity: 1;
    color: #11CE8F;
    text-decoration: none;
}

.nav #wsite-nav-cart-a {
    padding-right: 0;
}

.nav #wsite-nav-cart-num {
    display: inline-block;
    min-width: 10px;
    padding: 2px 3px;
    margin-left: 2px;
    text-align: center;
    background: #ffffff;
    color: #000000;
}

.mobile-nav {
    display: none;
}

#wsite-menus>.wsite-menu-wrap>.wsite-menu .wsite-menu {
    margin: 0 -1px;
}

#wsite-menus .wsite-menu {
    position: relative;
    background: #ffffff;
    -webkit-box-shadow: inset 0px 0px 0px 1px #000000;
    -moz-box-shadow: inset 0px 0px 0px 1px #000000;
    -ms-box-shadow: inset 0px 0px 0px 1px #000000;
    box-shadow: inset 0px 0px 0px 1px #000000;
}

#wsite-menus .wsite-menu li a {
    background: transparent;
    color: #000000;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: normal;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    border: none;
}

#wsite-menus .wsite-menu li a:hover {
    background: rgba(0, 0, 0, 0.05);
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -ms-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
}

#wsite-menus .wsite-menu-arrow {
    display: none;
}

body.affix .birdseye-header {
    position: fixed;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
    padding: 10px 40px;
}

body.affix .birdseye-header .logo #wsite-title {
    font-size: 24px;
}

body.affix .birdseye-header .wsite-menu-item {
    padding: 10px 20px;
}

body.affix .birdseye-header,
body.no-header-page .birdseye-header,
body.splash-banner-page .birdseye-header {
    /* background: #030617; */
    background: rgba(0, 0, 0, 0.8);
    color: #ffffff;
    border-color: #000000;
}

body.affix .birdseye-header .nav #wsite-nav-cart-num,
body.no-header-page .birdseye-header .nav #wsite-nav-cart-num,
body.splash-banner-page .birdseye-header .nav #wsite-nav-cart-num {
    background: #000000;
    color: #ffffff;
}

body.affix .birdseye-header .hamburger span,
body.affix .birdseye-header .hamburger span:before,
body.affix .birdseye-header .hamburger span:after,
body.no-header-page .birdseye-header .hamburger span,
body.no-header-page .birdseye-header .hamburger span:before,
body.no-header-page .birdseye-header .hamburger span:after,
body.splash-banner-page .birdseye-header .hamburger span,
body.splash-banner-page .birdseye-header .hamburger span:before,
body.splash-banner-page .birdseye-header .hamburger span:after {
    /* background: #000000; */
}

body.affix.alt-nav-on .birdseye-header,
body.no-header-page.alt-nav-on .birdseye-header,
body.splash-banner-page.alt-nav-on .birdseye-header {
    background: rgba(0, 0, 0, 0.9);
    color: #ffffff;
    border-color: #ffffff;
}

body.affix.alt-nav-on .birdseye-header .nav #wsite-nav-cart-num,
body.no-header-page.alt-nav-on .birdseye-header .nav #wsite-nav-cart-num,
body.splash-banner-page.alt-nav-on .birdseye-header .nav #wsite-nav-cart-num {
    background: #ffffff;
    color: rgba(0, 0, 0, 0.9);
}

body.affix.alt-nav-on .birdseye-header .hamburger span,
body.affix.alt-nav-on .birdseye-header .hamburger span:before,
body.affix.alt-nav-on .birdseye-header .hamburger span:after,
body.no-header-page.alt-nav-on .birdseye-header .hamburger span,
body.no-header-page.alt-nav-on .birdseye-header .hamburger span:before,
body.no-header-page.alt-nav-on .birdseye-header .hamburger span:after,
body.splash-banner-page.alt-nav-on .birdseye-header .hamburger span,
body.splash-banner-page.alt-nav-on .birdseye-header .hamburger span:before,
body.splash-banner-page.alt-nav-on .birdseye-header .hamburger span:after {
    background: #ffffff;
}

body.wsite-checkout-page .birdseye-header,
body.wsite-native-mobile-editor .birdseye-header {
    position: absolute !important;
}

.no-header-page .main-wrap {
    padding-top: 80px;
}

body.splash-page .banner-wrap {
    display: table;
    width: 100%;
    height: 100vh;
}

body.splash-page .banner {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

body.splash-page .footer-wrap {
    display: none;
}

body.splash-page .banner {
    display: none;
}

body.splash-page .birdseye-header {
    top: calc(50% - 132px);
    padding: 40px 80px;
    background: #ffffff;
    color: #000000;
    border-color: #000000;
}

body.splash-page .birdseye-header .container {
    height: 185px;
    max-height: none;
}

body.splash-page .birdseye-header .logo #wsite-title {
    font-size: 50px;
}

body.splash-page .birdseye-header .wsite-phone {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.6);
    padding-top: 20px;
}

body.splash-page .birdseye-header .nav .wsite-menu-item {
    font-size: 14px;
}

body.splash-page .birdseye-header li#active>.wsite-menu-item {
    border-color: transparent;
}

body.splash-page .birdseye-header .nav #wsite-nav-cart-num {
    background: #000000;
    color: #ffffff;
}

body.splash-page.alt-nav-on .birdseye-header {
    background: #000000;
    color: #ffffff;
    border-color: #ffffff;
}

body.splash-page.alt-nav-on .birdseye-header .wsite-phone {
    color: rgba(255, 255, 255, 0.6);
}

body.splash-page.alt-nav-on .birdseye-header .nav #wsite-nav-cart-num {
    background: #ffffff;
    color: #000000;
}

body:not(.wsite-editor) .logo,
body:not(.wsite-editor) .desktop-nav {
    opacity: 0;
    -webkit-transition: opacity 600ms ease-in 300ms;
    -moz-transition: opacity 600ms ease-in 300ms;
    -ms-transition: opacity 600ms ease-in 300ms;
    transition: opacity 600ms ease-in 300ms;
}

body:not(.wsite-editor).fade-in .logo,
body:not(.wsite-editor).fade-in .desktop-nav {
    opacity: 1;
}

 ::-webkit-input-placeholder,
 :-moz-placeholder,
 ::-moz-placeholder,
 :-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.4);
}

.wsite-form-field .wsite-form-input,
.wsite-form-field .wsite-search-element-input,
.wsite-form-field .form-select,
.wsite-form-field .wsite-form-field select,
.wsite-form-field .wsite-com-product-option-groups select,
.wsite-form-field .form-radio-container,
.wsite-form-field input[type='radio'],
.wsite-form-field input[type='checkbox'],
.wsite-com-product-option-groups .wsite-form-input,
.wsite-com-product-option-groups .wsite-search-element-input,
.wsite-com-product-option-groups .form-select,
.wsite-com-product-option-groups .wsite-form-field select,
.wsite-com-product-option-groups .wsite-com-product-option-groups select,
.wsite-com-product-option-groups .form-radio-container,
.wsite-com-product-option-groups input[type='radio'],
.wsite-com-product-option-groups input[type='checkbox'] {
    color: #000000;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    border-radius: 0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    transition: all 300ms ease;
}

.wsite-form-input,
.wsite-search-element-input,
.form-select,
.wsite-form-field select,
.wsite-com-product-option-groups select {
    color: #000000;
    height: auto;
    max-width: 370px;
    padding: 10px 20px !important;
    margin-bottom: 10px;
    background: transparent;
    border: 1px solid rgba(0, 0, 0, 0.4);
}

.wsite-form-input:hover,
.wsite-form-input:focus,
.wsite-form-input--focus,
.wsite-search-element-input:hover,
.wsite-search-element-input:focus,
.form-select:hover,
.form-select:focus,
.wsite-form-field select:hover,
.wsite-form-field select:focus,
.wsite-com-product-option-groups select:hover,
.wsite-com-product-option-groups select:focus {
    background-color: rgba(0, 0, 0, 0.05);
    border-color: #000000;
}

.form-select,
.wsite-form-field select,
.wsite-com-product-option-groups select {
    text-indent: 0.01px;
    text-overflow: '';
    height: 40px;
    background: transparent url(theme/images/select-dropdown.svg?1568175564) 97% center no-repeat;
}

.wsite-form-field input[type='radio'],
.wsite-form-field input[type='checkbox'],
.wsite-com-product-option-groups input[type='radio'],
.wsite-com-product-option-groups input[type='checkbox'] {
    width: 20px;
    height: 20px;
    border: 1px solid rgba(0, 0, 0, 0.4) !important;
}

.wsite-form-field input[type='radio']:hover,
.wsite-form-field input[type='radio']:checked,
.wsite-form-field input[type='checkbox']:hover,
.wsite-form-field input[type='checkbox']:checked,
.wsite-com-product-option-groups input[type='radio']:hover,
.wsite-com-product-option-groups input[type='radio']:checked,
.wsite-com-product-option-groups input[type='checkbox']:hover,
.wsite-com-product-option-groups input[type='checkbox']:checked {
    border-color: #000000 !important;
}

.wsite-form-field input[type='radio'],
.wsite-com-product-option-groups input[type='radio'] {
    border-radius: 100%;
}

.wsite-form-field input[type='radio']:after,
.wsite-com-product-option-groups input[type='radio']:after {
    display: block;
    border-radius: 100%;
    box-sizing: border-box;
    content: '';
}

.wsite-form-field input[type='radio']:checked:after,
.wsite-com-product-option-groups input[type='radio']:checked:after {
    background: #ffffff;
    border: 4px solid #000000;
    width: 18px;
    height: 18px;
}

.wsite-form-field input[type='checkbox']:after,
.wsite-com-product-option-groups input[type='checkbox']:after {
    position: relative;
    top: 2px;
    left: 6px;
    width: 4px;
    height: 8px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.wsite-form-field input[type='checkbox']:checked,
.wsite-com-product-option-groups input[type='checkbox']:checked {
    background: #000000;
}

.wsite-form-field input[type='checkbox']:checked:after,
.wsite-com-product-option-groups input[type='checkbox']:checked:after {
    display: block;
    content: ' ';
}

.wsite-search-element {
    margin-bottom: 10px;
}

.wsite-search-element .wsite-search-element-input {
    margin-bottom: 0;
}

.wsite-form-label {
    display: inline-block;
    padding: 0;
    color: #000000;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: normal;
    line-height: 1;
    margin-bottom: 10px;
}

.wsite-form-sublabel {
    display: none;
}

.wsite-form-radio-container {
    margin-bottom: 15px;
}

.formlist,
.wsite-editor .formlist {
    min-height: inherit;
}

.wsite-form-container .form-input-error {
    border: 1px solid red !important;
}

.form-field-error .wsite-form-radio-container {
    border: none;
}

.wsite-button {
    display: inline-block;
    height: auto;
    padding: 0;
    background-image: none !important;
    background-color: transparent;
    color: #000000 !important;
    border: 1px solid #00786d !important;
    -webkit-transition: all 100ms ease-in-out;
    -moz-transition: all 100ms ease-in-out;
    -ms-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;
    border-radius: 6px;
}

.wsite-button:hover {
    background-color: rgba(0, 0, 0, 0.1);
}

.wsite-button .wsite-button-inner {
    display: inline-block;
    height: auto;
    padding: 14px 30px;
    background: transparent;
    background-image: none !important;
    color: inherit !important;
    letter-spacing: 0.03em;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    line-height: 1;
    text-transform: uppercase;
}

.wsite-button-large {
    color: #ffffff !important;
    border: 1px solid #ffffff !important;
}

.wsite-button-large:hover {
    background-color: rgba(255, 255, 255, 0.2) !important;

    
}

.wsite-button-highlight,
#wsite-com-product-add-to-cart.wsite-button-highlight {
    background-color: #ffffff !important;
    color: #000000 !important;
    border: 1px solid #00786d !important;
}

.wsite-button-highlight:hover,
#wsite-com-product-add-to-cart.wsite-button-highlight:hover {
    background-color: transparent !important;
    color: #000000 !important;
}

.wsite-button-highlight.wsite-button-large:not(.wsite-buy-button),
#wsite-com-product-add-to-cart.wsite-button-highlight.wsite-button-large:not(.wsite-buy-button) {
    background-color: #ffffff !important;
    color: #000000 !important;
    border: 1px solid #ffffff !important;
}

.wsite-button-highlight.wsite-button-large:not(.wsite-buy-button):hover,
#wsite-com-product-add-to-cart.wsite-button-highlight.wsite-button-large:not(.wsite-buy-button):hover {
    background-color: transparent !important;
    color: #ffffff !important;
}

.wsite-social {
    white-space: normal;
}

.wsite-social-item {
    display: inline-block;
    font-size: 20px;
    margin: 5px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    transition: all 300ms ease;
}

.wsite-social-item:first-child {
    margin-left: 0;
}

.wsite-social-item:last-child {
    margin-right: 0;
}

.wsite-social-item:hover {
    color: rgba(0, 0, 0, 0.6);
}

.imageGallery .galleryImageHolder .fullImageGalleryCaption .galleryCaptionHolderInnerBg,
.imageGallery .galleryImageHolder .partialImageGalleryCaption .galleryCaptionHolderInnerBg {
    opacity: 1;
    bottom: 0;
    background: rgba(0, 0, 0, 0.2);
    -webkit-transition: all 260ms ease;
    -moz-transition: all 260ms ease;
    -ms-transition: all 260ms ease;
    transition: all 260ms ease;
}

.imageGallery .galleryImageHolder:hover .galleryCaptionHolderInnerBg {
    background: rgba(0, 0, 0, 0.6);
}

.imageGallery .galleryImageHolder .galleryCaptionInnerText {
    color: #ffffff;
    letter-spacing: normal;
    text-shadow: none;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.1;
}

.wsite-image img {
    margin-bottom: 10px;
}

.fancybox-overlay {
    background: rgba(255, 255, 255, 0.9);
}

.fancybox-skin {
    background: transparent !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -ms-box-shadow: none !important;
    box-shadow: none !important;
}

.fancybox-title {
    color: #000000;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: normal;
}

.fancybox-close,
.fancybox-next span,
.fancybox-prev span {
    background: none !important;
    width: auto;
    height: auto;
}

.fancybox-close:before,
.fancybox-next span:before,
.fancybox-prev span:before {
    color: #ffffff !important;
    font-family: 'Montserrat', sans-serif;
    font-size: 45px;
    font-weight: 400;
    line-height: 0.75em;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    transition: all 300ms ease;
}

.fancybox-close:hover:before,
.fancybox-next:hover span:before,
.fancybox-prev:hover span:before {
    color: rgba(255, 255, 255, 0.8) !important;
}

.fancybox-prev span:before {
    position: relative;
    left: -10px;
    content: '\3008';
}

.fancybox-next span:before {
    position: relative;
    right: -10px;
    content: '\3009';
}

.fancybox-close {
    top: 20px;
    right: 20px;
}

.fancybox-close:before {
    content: '\00D7';
}

#wsite-com-store .wsite-com-category-subcategory-image-wrap {
    height: 100%;
    border: none;
}

#wsite-com-store .wsite-com-category-subcategory-name {
    top: 0;
}

#wsite-com-store .wsite-com-category-subcategory-name-bg {
    background-color: rgba(0, 0, 0, 0.2);
    background-image: linear-gradient(top, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.4));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.4));
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.4));
    background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.4));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.4));
}

#wsite-com-store .wsite-com-category-subcategory-name-text {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: none;
    box-sizing: border-box;
    text-shadow: none;
    font-weight: 400;
}

#wsite-com-store #wsite-com-product-title {
    font-weight: inherit;
}

#wsite-com-store .wsite-com-category-subcategory-link .wsite-com-category-subcategory-image-wrap,
#wsite-com-store .wsite-com-category-product-link .wsite-com-category-product-image-wrap,
#wsite-com-store .wsite-com-category-product-link-featured .wsite-com-category-product-featured-image-wrap {
    opacity: 1;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    transition: all 300ms ease;
}

#wsite-com-store .wsite-com-category-subcategory-link:hover .wsite-com-category-subcategory-image-wrap,
#wsite-com-store .wsite-com-category-product-link:hover .wsite-com-category-product-image-wrap,
#wsite-com-store .wsite-com-category-product-link-featured:hover .wsite-com-category-product-featured-image-wrap {
    opacity: .7;
}

#wsite-com-store #wsite-com-hierarchy ul {
    font-size: 16px;
}

#wsite-com-store #wsite-com-hierarchy ul .wsite-link-unselected {
    color: #000000;
}

#wsite-com-store #wsite-com-hierarchy ul .wsite-link-unselected:hover {
    color: rgba(0, 0, 0, 0.4);
}

.wsite-product {
    border-radius: 0;
    box-shadow: none;
}

h2#wsite-com-product-title {
    display: block;
    clear: both;
    font-weight: 400;
}

.wsite-com-product-title {
    font-weight: 400;
}

#wsite-com-breadcrumbs.wsite-com-product-breadcrumbs,
#wsite-com-breadcrumbs.wsite-com-category-breadcrumbs {
    padding-bottom: 25px;
}

.wsite-com-category-product-group .wsite-com-category-product-wrap,
.wsite-com-category-product-featured-group .wsite-com-category-product-wrap,
.wsite-com-category-product-featured-group .wsite-com-category-product-featured-wrap,
.wsite-com-category-subcategory-group .wsite-com-category-subcategory-wrap {
    font-size: 1em;
}

#wsite-com-product-info {
    float: left;
    width: 45%;
    margin-left: 60px;
}

.wsite-product-button-wrap {
    text-align: left;
}

#wsite-mini-cart {
    border-radius: 0;
    border-color: #000000 !important;
    padding: 5px !important;
    margin-top: 3px;
    top: auto !important;
}

#wsite-mini-cart:before,
#wsite-mini-cart:after {
    display: none !important;
}

#wsite-mini-cart .wsite-product-list {
    display: block;
    max-height: 290px;
    overflow-y: scroll;
}

#wsite-mini-cart .wsite-product-list li {
    display: table;
}

#wsite-mini-cart .wsite-product-image {
    padding: 10px;
}

#wsite-mini-cart .wsite-product-list .wsite-list-image-container {
    margin: 0;
}

#wsite-mini-cart .wsite-items-right {
    width: 22%;
}

#wsite-mini-cart .wsite-items-quantity {
    width: 10%;
    text-align: center;
}

#wsite-mini-cart .wsite-vertical-align {
    padding-top: 10px;
    padding-bottom: 10px;
    vertical-align: top;
}

#wsite-mini-cart .wsite-product-list .wsite-product-price,
#wsite-mini-cart .wsite-items-quantity,
#wsite-mini-cart .wsite-name-header,
#wsite-mini-cart .wsite-subtotal-wrapper,
#wsite-mini-cart .wsite-subtotal-wrapper * {
    color: #000000;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1.25;
}

#wsite-mini-cart .wsite-product-list .wsite-product-price {
    padding-right: 0;
}

#wsite-mini-cart .wsite-product-option {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 500;
}

#wsite-mini-cart .wsite-subtotal-wrapper {
    vertical-align: middle;
}

#wsite-mini-cart .wsite-subtotal-wrapper span {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px !important;
    margin-right: 5px;
}

#wsite-mini-cart .wsite-subtotal-wrapper span.wsite-price {
    font-size: 14px !important;
    font-weight: 900;
}

#wsite-mini-cart .wsite-remove-button {
    background: none !important;
    font-family: 'Montserrat', sans-serif;
    height: auto;
    width: 100%;
    clear: both;
    float: none;
    cursor: pointer;
    color: #DD5857;
    font-size: 12px;
    text-align: right;
    margin-top: 0;
    margin-right: 0;
}

#blogTable .blog-post .blog-header h2.blog-title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px !important;
}

#blogTable .blog-post .blog-separator {
    margin: 0 auto 30px;
    border: none;
}

#blogTable .blog-sidebar {
    width: 250px;
}

#blogTable .blog-sidebar h2 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}

#blogTable .blog-sidebar div.paragraph {
    font-size: 14px;
}

#blogTable .blog-sidebar p {
    font-size: 14px;
}

#blogTable #commentArea #commentAreaTitle,
#blogTable #commentArea #commentReplyTitle,
#blogTable #commentArea .blogCommentText div.paragraph,
#blogTable #commentArea .blog-sidebar h2 {
    padding: 0;
    font-family: inherit;
}

#blogTable #commentArea #commentAreaTitle,
#blogTable #commentArea #commentReplyTitle,
#blogTable #commentArea .blogCommentText p,
#blogTable #commentArea .blog-sidebar h2 {
    padding: 0;
    font-family: inherit;
}

#blogTable .blogCommentWrap {
    padding-top: 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.4);
    background: none;
}

#blogTable .blogCommentWrap .blogCommentAuthor,
#blogTable .blogCommentWrap .blogCommentHeading,
#blogTable .blogCommentWrap .blogCommentHeadingInner {
    background: none !important;
}

#blogTable .blogCommentWrap .blogCommentAuthor {
    margin-bottom: 10px;
}

#blogTable .blogCommentWrap .blogCommentAuthor span.name,
#blogTable .blogCommentWrap .blogCommentAuthor span.email {
    color: #000000 !important;
    float: none;
    line-height: 1;
}

#blogTable .blogCommentWrap .blogCommentHeading {
    padding: 0;
    margin-bottom: 20px;
}

#blogTable .blogCommentWrap .blogCommentHeading .blogCommentHeadingInner {
    height: auto;
}

#blogTable .blogCommentWrap .blogCommentHeading .blogCommentAuthor,
#blogTable .blogCommentWrap .blogCommentHeading .blogCommentDate {
    float: none;
    text-align: left;
    height: auto;
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    line-height: 1;
    letter-spacing: 0.03em;
    padding: 0;
}

#blogTable .blogCommentWrap .blogCommentHeading .blogCommentAuthor {
    text-transform: uppercase;
}

#blogTable .blogCommentWrap .blogCommentHeading .blogCommentDate {
    color: #333;
}

#blogTable .blogCommentWrap .blogCommentText {
    padding: 0;
}

#blogTable .blogCommentWrap .blogCommentText div.paragraph {
    color: #000000;
    font-size: 12px;
}

#blogTable .blogCommentWrap .blogCommentText p {
    color: #000000;
    font-size: 12px;
}

.blogCommentReplyWrapper iframe {
    height: 560px !important;
}

#commentPostDiv .field input[type=text],
#commentPostDiv .field textarea {
    height: auto;
    padding: 8px 12px;
    background: transparent;
    box-sizing: border-box;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    transition: all 300ms ease;
}

#commentPostDiv .field input[type=text]:focus,
#commentPostDiv .field textarea:focus {
    background-color: rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.4);
}

.blogCommentSubreplyWrapper div.iframeWrapper {
    background: none;
    border: none;
}

.blog-button {
    height: auto;
    padding: 10px 20px;
    background-image: none;
    background-color: rgba(0, 0, 0, 0.6);
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    line-height: 1;
    text-transform: uppercase;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    transition: all 300ms ease;
}

.blog-button:hover {
    background-color: rgba(0, 0, 0, 0.2);
}

.blog-button span {
    background: none;
}

@media screen and (max-width: 992px) {
    font[size="1"] {
        font-size: 50% !important;
    }
    font[size="2"] {
        font-size: 75% !important;
    }
    font[size="3"] {
        font-size: 125% !important;
    }
    font[size="4"] {
        font-size: 150% !important;
    }
    font[size="5"] {
        font-size: 175% !important;
    }
    font[size="6"] {
        font-size: 200% !important;
    }
    font[size="7"] {
        font-size: 250% !important;
    }
    .container,
    .wsite-footer {
        overflow: hidden;
    }
    .birdseye-header {
        top: 0;
        left: 0;
        padding: 5px 20px !important;
        min-height: 50px;
    }
    .birdseye-header .birdseye-header,
    .birdseye-header .logo,
    .birdseye-header .logo img {
        max-height: 50px;
    }
    .birdseye-header .logo {
        overflow: hidden;
        padding-right: 25px;
    }
    .birdseye-header .logo a {
        margin-left: 0;
        margin-right: 0;
        font-size: 1.1em;
        line-height: 1.4em;
    }
    .birdseye-header .logo #wsite-title {
        display: block;
        max-width: 100%;
        font-size: 1.1em !important;
        line-height: 1.4em !important;
    }
    .birdseye-header .container {
        min-height: 40px;
        max-height: inherit;
        padding: 10px 5px;
    }
    .birdseye-header .hamburger {
        display: table-cell;
        vertical-align: middle;
    }
    body.cart-full #wsite-mini-cart {
        display: block !important;
    }
    body.cart-full .wsite-footer {
        padding-bottom: 70px;
    }
    body.nav-open .mobile-nav {
        padding: 50px 0;
        max-height: 100vh;
    }
    body.nav-open .birdseye-header label.hamburger span {
        position: relative;
        background: transparent;
    }
    body.nav-open .birdseye-header label.hamburger span:before {
        top: 1px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    body.nav-open .birdseye-header label.hamburger span:after {
        top: -1px;
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        transform: rotate(135deg);
    }
    body.splash-page.nav-open .wrapper .main-wrap {
        position: relative;
    }
    .hamburger {
        position: absolute;
        top: -5px;
        right: -10px;
        width: 30px;
        height: 30px;
        padding: 10px;
        cursor: pointer;
        -webkit-transition: all 300ms ease-in-out;
        -moz-transition: all 300ms ease-in-out;
        -ms-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out;
    }
    .hamburger span,
    .hamburger span:before,
    .hamburger span:after {
        position: relative;
        display: block;
        width: 22px;
        height: 2px;
        background: #ffffff;
        content: '';
        -webkit-transition: all 200ms ease-in-out;
        -moz-transition: all 200ms ease-in-out;
        -ms-transition: all 200ms ease-in-out;
        transition: all 200ms ease-in-out;
    }
    .hamburger span {
        top: 9px;
        left: 4px;
        margin: 5px 0;
    }
    .hamburger span:before {
        top: -8px;
    }
    .hamburger span:after {
        bottom: -6px;
    }
    .desktop-nav {
        display: none;
    }
    .mobile-nav {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 12;
        display: block;
        overflow-x: hidden;
        overflow-y: auto;
        width: 100%;
        height: 100%;
        max-height: 0;
        padding: 0;
        background: #ffffff;
        box-sizing: border-box;
        -webkit-transition: all 300ms cubic-bezier(0, 0.085, 0.68, 0.53);
        -moz-transition: all 300ms cubic-bezier(0, 0.085, 0.68, 0.53);
        -ms-transition: all 300ms cubic-bezier(0, 0.085, 0.68, 0.53);
        transition: all 300ms cubic-bezier(0, 0.085, 0.68, 0.53);
    }
    .mobile-nav .hamburger {
        top: 0;
        right: 10px;
    }
    .mobile-nav .hamburger span {
        background: transparent;
    }
    .mobile-nav .hamburger span:before {
        top: 1px;
        background: #000000;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .mobile-nav .hamburger span:after {
        top: -1px;
        background: #000000;
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        transform: rotate(135deg);
    }
    .mobile-nav ul {
        float: none;
        height: auto;
        max-width: none;
    }
    .mobile-nav li {
        position: relative;
        display: block !important;
        margin: 0;
        border: none;
        text-align: center;
    }
    .mobile-nav li .wsite-menu-link-styles {
        position: relative;
        padding: 10px 0;
        border: none;
    }
    .mobile-nav li>a.wsite-menu-item {
        position: relative;
        padding: 20px 0;
        border: solid 1px #dddddd;
        border-top: none;
        text-align: left;
        padding-left: 20px;

    }
    .mobile-nav li>a.wsite-menu-subitem {
        display: block;
        position: relative;
        padding: 15px 0;
        color: rgba(0, 0, 0, 0.6);
        border: solid 1px #dddddd;
        border-top: none;
        font-size: 12px;
        /* font-weight: 300; */
        text-align: left;
        padding-left: 40px;
        line-height: 1;
        -webkit-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        transition: all 300ms ease;
    
    }
    .mobile-nav li .wsite-menu-wrap {
        display: block !important;
        overflow: hidden;
        max-height: 0;
        -webkit-transition: all 500ms ease-in-out 250ms;
        -moz-transition: all 500ms ease-in-out 250ms;
        -ms-transition: all 500ms ease-in-out 250ms;
        transition: all 500ms ease-in-out 250ms;
    }
    .mobile-nav li .wsite-menu-wrap li.wsite-nav-current>a.wsite-menu-subitem {
        background: rgba(0, 0, 0, 0.05);
        border: none;
    }
    .mobile-nav li .wsite-menu-wrap .wsite-menu-arrow {
        display: none;
    }
    .mobile-nav li.wsite-menu-item-wrap#active>a.wsite-menu-item,
    .mobile-nav li.wsite-menu-item-wrap>a.wsite-menu-item:hover,
    .mobile-nav li.wsite-menu-subitem-wrap>a.wsite-menu-subitem:hover {
        background: rgba(0, 0, 0, 0.1);
        border: solid 1px #dddddd;
    }
    .mobile-nav li.has-submenu>span.icon-caret {
        position: absolute;
        top: 0;
        right: 0;
        display: block;
        width: 20px;
        height: 100%;
        padding: 5px 20px;
        cursor: pointer;
        -webkit-transition: all 300ms ease-in-out;
        -moz-transition: all 300ms ease-in-out;
        -ms-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out;
        display: inline-block;
    }
    .mobile-nav li.has-submenu>span.icon-caret:before {
        position: relative;
        display: block;
        color: #000000;
        font-size: 24px;
        content: '\203A';
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    .mobile-nav li.has-submenu .wsite-menu-wrap.open {
        max-height: 1000px;
    }
    .mobile-nav li.wsite-nav-more {
        display: none !important;
    }
    .banner-wrap .container {
        padding: 60px 20px;
        word-wrap: break-word;
    }
    .banner-wrap .container h2 {
        font-size: 50px;
    }
    .main-wrap .container {
        padding: 30px 10px;
    }
    .footer-wrap .wsite-footer {
        width: 100%;
        padding: 30px 20px;
        box-sizing: border-box;
    }
    #wsite-mini-cart {
        position: fixed !important;
        top: initial !important;
        bottom: 0px;
        left: 0 !important;
        z-index: 9;
        width: 100%;
        box-sizing: border-box;
        border: none;
        border-radius: 0;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        -webkit-transition: all 300ms ease-in-out;
        -moz-transition: all 300ms ease-in-out;
        -ms-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out;
    }
    #wsite-mini-cart .arrow-top:before,
    #wsite-mini-cart .arrow-top:after,
    #wsite-mini-cart .arrow-left:before,
    #wsite-mini-cart .arrow-left:after {
        border: none !important;
    }
    #wsite-mini-cart .wsite-product-list {
        display: none;
    }
    .no-header-page .main-wrap {
        padding-top: 50px;
    }
    .no-header-page .birdseye-header {
        padding: 5px 20px;
    }
    .splash-page .birdseye-header {
        padding: 5px 20px;
    }
    .splash-page .hamburger {
        right: 20px;
        top: 10px;
    }
    .splash-page h2 {
        font-size: 9vw;
    }
    .splash-page div.paragraph {
        font-size: 16px;
    }
    .splash-page p {
        font-size: 16px;
    }
}

@media screen and (max-width: 767px) {
    font[size="1"] {
        font-size: 50% !important;
    }
    font[size="2"] {
        font-size: 75% !important;
    }
    font[size="3"] {
        font-size: 110% !important;
    }
    font[size="4"] {
        font-size: 120% !important;
    }
    font[size="5"] {
        font-size: 130% !important;
    }
    font[size="6"] {
        font-size: 150% !important;
    }
    font[size="7"] {
        font-size: 150% !important;
    }
    .wsite-section {
        height: auto !important;
    }
    .banner-wrap .banner h2 {
        font-size: 9vw;
    }
    .imageGallery>div {
        width: 49.95% !important;
    }
    td.wsite-multicol-col {
        float: none;
        display: block;
        width: 100% !important;
        box-sizing: border-box;
    }
    #blogTable td {
        float: none;
        display: block;
        clear: both;
        width: 100%;
        margin: 0;
        padding: 0;
    }
    #blogTable td.blog-sidebar {
        width: 100%;
    }
    #blogTable td.blog-sidebar div.paragraph {
        margin-bottom: 0;
    }
    #blogTable td.blog-sidebar p {
        margin-bottom: 0;
    }
    #blogTable td .blog-body {
        float: none !important;
    }
    #blogTable td .column-blog {
        width: 100%;
        float: none;
    }
    #blogTable td .blog-sidebar-separator {
        padding: 0;
    }
    #wsite-com-store .wsite-com-category-subcategory-group .wsite-com-column,
    #wsite-com-store .wsite-com-category-product-featured-group .wsite-com-column,
    #wsite-com-store .wsite-com-category-product-group .wsite-com-column {
        float: left;
        width: 50% !important;
    }
    #wsite-com-store .wsite-com-sidebar {
        position: relative;
        float: none !important;
        z-index: 6;
        width: 100%;
        min-height: 35px;
        margin: 0 auto 15px;
        padding: 0;
        text-align: center;
    }
    #wsite-com-store .wsite-com-sidebar:before {
        display: block;
        width: 100%;
        padding: 10px 18px;
        box-sizing: border-box;
        text-align: center;
        text-transform: uppercase;
        content: 'VIEW ALL CATEGORIES\00a0\00a0\25be';
        font-weight: 700;
        cursor: pointer;
    }
    #wsite-com-store .wsite-com-sidebar #wsite-com-hierarchy {
        position: relative;
        display: block;
        overflow: hidden;
        width: 100%;
        max-height: 0px;
        padding: 0;
        background: #ffffff;
        box-sizing: border-box;
        -webkit-transition: all 300ms ease-in-out;
        -moz-transition: all 300ms ease-in-out;
        -ms-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out;
        cursor: default !important;
    }
    #wsite-com-store .wsite-com-sidebar #wsite-com-hierarchy>ul {
        width: 100%;
        padding: 0;
    }
    #wsite-com-store .wsite-com-sidebar #wsite-com-hierarchy>ul li {
        margin-bottom: 15px;
    }
    #wsite-com-store .wsite-com-sidebar.sidebar-expanded {
        cursor: default !important;
    }
    #wsite-com-store .wsite-com-sidebar.sidebar-expanded:before {
        content: 'CLOSE\00a0\00a0\25b4';
    }
    #wsite-com-store .wsite-com-sidebar.sidebar-expanded #wsite-com-hierarchy {
        max-height: 800vh;
        padding: 10px 0;
    }
    #wsite-com-store .wsite-com-content-with-sidebar {
        margin-left: 0;
    }
    div.wsite-product-image-wrap,
    .wsite-product .wsite-product-top {
        width: 100% !important;
    }
    .wsite-product .wsite-product-button-wrap {
        width: auto;
    }
    #wsite-com-product-images {
        float: none;
        width: 100%;
        margin-bottom: 20px;
    }
    #wsite-com-product-info {
        width: 100%;
        margin-left: 0;
    }
    #wsite-com-product-images-strip .wsite-com-product-images-secondary-outer {
        margin-bottom: 10px;
    }
    #wsite-search-sidebar {
        position: relative;
        z-index: 6;
        overflow-y: hidden;
        width: 100%;
        max-height: 35px;
        padding: 0;
        box-sizing: border-box;
        -webkit-transition: all 500ms ease-in-out;
        -moz-transition: all 500ms ease-in-out;
        -ms-transition: all 500ms ease-in-out;
        transition: all 500ms ease-in-out;
    }
    #wsite-search-sidebar:before {
        display: block;
        width: 100%;
        padding: 10px 18px;
        box-sizing: border-box;
        text-align: center;
        text-transform: uppercase;
        content: 'VIEW SEARCH FILTERS\00a0\00a0\25be';
        font-weight: 700;
        cursor: pointer;
    }
    #wsite-search-sidebar.sidebar-expanded {
        max-height: 1000px;
        cursor: default !important;
    }
    #wsite-search-sidebar.sidebar-expanded:before {
        content: 'CLOSE\00a0\00a0\25b4';
    }
    #wsite-search-sidebar .wsite-search-facet-price input {
        width: 100%;
        margin: 10px 0;
        padding: 6px !important;
    }
    #wsite-search-header h2 {
        width: 100%;
        margin-bottom: 10px;
        font-size: 1.6em;
    }
    #wsite-search-form-container {
        float: none;
        width: 100%;
    }
    #wsite-search-query {
        padding: 2px 10px;
    }
    #wsite-search-results {
        width: 100%;
    }
    #wsite-search-product-results .wsite-search-product-result {
        width: 100%;
        padding-right: 0;
    }
    .banner-wrap div.paragraph{
        font-size: 25px;
        letter-spacing: 0px;
        line-height: 30px;
    }
    .hub_topic{
        font-size: 30px !important;
        line-height: 30px !important;
        margin-top: 0px !important;
    }
    .hub_subtopic{
        font-size: 20px !important;
        line-height: 25px !important;

    }
    .container_launch{
        margin: 0 !important;
    }


}

@media screen and (max-width: 480px) {
    #wsite-com-checkout-list .wsite-com-checkout-item-image,
    #wsite-com-checkout-summary-list .wsite-com-checkout-item-image {
        display: none;
    }
    #wsite-com-checkout-list tbody td:first-child,
    #wsite-com-checkout-summary-list tbody td:first-child {
        width: 0;
        padding: 0;
    }
    #wsite-com-checkout-list .wsite-com-checkout-item-details-inner,
    #wsite-com-checkout-summary-list .wsite-com-checkout-item-details-inner {
        padding-left: 0;
    }
}

div.paragraph ul,
div.paragraph ol {
    padding-left: 3em !important;
    margin: 5px 0 !important;
}

div.paragraph li {
    padding-left: 5px !important;
    margin: 3px 0 0 !important;
}

div.paragraph ul,
div.paragraph ul li {
    list-style: disc outside !important;
}

div.paragraph ol,
div.paragraph ol li {
    list-style: decimal outside !important;
}


.mailchimpCustomInput {
    border-radius: 25px !important;
}

.mailchimpTxtWhite {
    color: white !important;
    font-weight: bold;
}

.mailchimpBtn {
    border-radius: 25px !important;
    border: 1px solid #f06c4a !important;
    background: #f06c4a !important;
    height: 40px !important;
    font-weight: bold !important;
    
}

#mc_embed_signup form {
    padding: 10px 0px 0px 0px !important;
}
#mc_embed_signup_scroll{
    padding: 30px 20px;
    padding-bottom: 20px;
}
#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error{
    background-color: transparent !important;
    margin: 2px 0 0px 0 !important;
    color: red !important;
    font-weight: 700;
}
#mc_embed_signup .mc-field-group input {
    padding: 8px 8px !important;
    font-size: 14px;
}
#mc_embed_signup .mc-field-group select {
    padding: 8px 8px !important;
    padding-bottom: 5%;
}
#mc_embed_signup .mc-field-group {
    width: 100% !important;
}
.myselect {
    position: relative;
    display: inline-block;
  }
  .myselect select {
    padding-right: 10px;
    outline: none;
    -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      
  }
  .myselect::after {
    content: '';
    position: absolute;
    right: 15px;
    top: 15px;
    width: 0; 
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 8px solid #333333;
    pointer-events: none;
  }
.hub_topic{
    font-size: 50px;
    line-height: 50px;
    letter-spacing: -2px;
    margin-top: 50px;
    color: #ffffff;
}
.hub_subtopic{
    font-size: 24px;
    line-height: 40px;
    margin-top: 20px;
    letter-spacing: 0px;
    color: #ffffff;
}
.emeral_bg{
    /* background-color: #00afa0; */
    background: #00afa0;
    background: linear-gradient(318deg, #00afa0 55%, #00C9Ff 100%);
}
#mc_embed_signup #mce-success-response {
    background-color: #ffffff;
    padding: 10px 20px;
}

/* launch2020 */
.container_launch{
    /* background-color: #c1b170; */
    background: #00afa0;
    /* background: linear-gradient(318deg, #00afa0 0%, #36D1DC 35%, #5B86E5 100%); */
    background: linear-gradient(318deg, #ECE9E6 0%, #f8f8f8 20%);
    color: #ffffff;
    padding: 15% 5%;
    text-align: center;
    letter-spacing: 0px;
    border-radius: 10px;
    margin: 0px 40px;
}
.title{
    text-transform: uppercase;
    font-size: 27px;
    font-weight: 900;
    margin-bottom: 20px;
    background: #2b5876;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right,#4e54c8 10%, #00afa0 55%, #00C9Ff 100%);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right,#4e54c8 10%, #00afa0 55%, #00C9Ff 100%); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #ffffff;
    letter-spacing: -2px;

}
.wsite-multicol-tr.marketplace img{
    height: 240px;
    text-align: center;
}
/* end launch2020 */

/* new NEWS */
.card {
    /* background: #f2f2f2; */
    background: rgb(236,233,230);
    background: linear-gradient(0deg, rgba(236,233,230,1) 0%, rgba(255,255,255,1) 30%);
    height: 450px;
    width: 100%;
    transition: 0.6s all ease;
    margin-left: auto;
    margin-right: auto;
    border: none;
  }
  
  /* I used background url to allow me to change the height and width without needing extra css */
  
  .cardTop {
    transition: 0.4s all ease;
    height: 60%;
    
  }
  .cardTop.card_01 {
    background: url("../images/world-first-energy-contract-data-marketplace-preview.png") no-repeat center;
    background-size: cover;
  }
  .cardTop.card_02 {
    background: url("../images/harnessing-potential-Australia-renewables-boom-preview.png") no-repeat center;
    background-size: cover;
  }
  .cardTop.card_03 {
    background: url("../images/kiamal-solar-farm.jpg") no-repeat center;
    background-size: cover;
  }
  .cardTop.card_04 {
    background: url("../images/kiata-wind-farm.jpg") no-repeat center;
    background-size: cover;
  }
  .cardTop.card_05 {
    background: url("../images/mars-enter-solar-system.jpg") no-repeat;
    background-size: cover;
  }
  .cardTop.card_06 {
    background: url("../images/firm-solar-contract.jpg") no-repeat center;
    background-size: cover;
  }
  .cardTop.card_07 {
    background: url("../images/rehub-new-renewable-era-preview.jpg") no-repeat center;
    background-size: cover;
  }
  .cardTop.card_08 {
    background: url("../images/Hawkesbury-city-council-preview.jpg") no-repeat center;
    background-size: cover;
  }
  .cardTop.card_09 {
    background: url("../images/Scaleup-Program-Header-with-logo-preview.jpg") no-repeat center;
    background-size: cover;
  }
  .cardTop.card_10 {
    background: url("../images/spot-LGC-trades-2017-2020.jpg") no-repeat center;
    background-size: cover;
  }
  .cardTop.card_11 {
    background: url("../images/qld-daily-average-spot-price-and -operational-demand.jpg") no-repeat center;
    background-size: cover;
  }
  .cardTop.card_mu_02 {
    background: url("../images/market-update-02.jpg") no-repeat center;
    background-size: cover;
  }
  .cardTop.card_mu_03 {
    background: url("../images/market-update-03.jpg") no-repeat center;
    background-size: cover;
  }
  .cardTop.card_latest {
    height: 100%;
    background: url("../images/virtual-storage.jpg") no-repeat center;
    background-size: auto 100%;

  }
  .cardTop.card-latest-market-update {
    height: 100%;
    background: url("../images/Market-update-latest.jpg") no-repeat center;
    background-size: auto 100%;

  }
  .current_date{
      font-weight: 700;
      color: #00786d;
  }
  .cardBottom {
    height: 40%;
    text-wrap: normal;
    transition: 0.4s all ease;
  }
  
  .cardText {
    /* min-height: 100%; */
    padding: 20px;
    font-size: 12px;
  }
  
  .cardTitle {
    font-size: 16px;
    font-weight: 700;
    min-height: 90px;
    color: #00786d;
  }
  
  .cardInfo {
    padding: 10px 0px;
    font-size: 12px;
    font-weight: 500;
    font-weight: 600;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

    
  }
  .cardInfo.align_right {
      text-align: right;
  }
  
  /* Hidding the entire so anything we put in will only show on hover */
  
  .cardHoverText {
    visibility: hidden;
    font-size: 15px;
  }
  
  /* Hover affects */
  
  .card:hover {
    /* box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4); */
    /* background-color: #0d98ba; */

    background: #06beb6;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #48b1bf, #06beb6);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #48b1bf, #06beb6); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

    

  }
  
  /* Using className + hover followed by child element allows you to change child elements when parent is hovered */
  
  .card:hover .cardHoverText {
    visibility: visible;
    color: #ffffff;
    
  }
  
  .card:hover .cardBottom {
    height: 80%;
    color: #f2f2f2;

  }
  .card:hover .cardInfo {
      color: #000000;
  }
  .card:hover .cardTitle {
    height: 20%;
    color: #ffffff;
    
  }
  .card:hover .cardTitle >a:hover {
      text-decoration: none;
      color: #dddddd;
  }
  .linky{
      display: block;
      font-weight: 700;
      font-size: 10px;
      margin: 10px 0px;
  }
  .linky:hover{
      color: #ffffff;
  }
  .more_icon{
      height: 25px;
      margin-right: 2px;
      
  }
  
  .row.new_news{
      margin-bottom: 40px;
  }
  .no_padding{
      margin: 0px;
      padding: 0px;
  }

  /* Latest NEWS */
  .latest_news{
    background: #06beb6;  /* fallback for old browsers */
    background: -webkit-linear-gradient(45deg, #48b1bf, #06beb6);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(45deg, #48b1bf, #06beb6); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    height: 450px;
    padding: 40px 30px;
  }
  


  .cardTitle_latest{
      color: #ffffff;
      font-size: 20px;
      font-weight: 700;
  }
  .cardTitle_latest> a:hover{
      text-decoration: none;
      color: #dddddd;
  }
  .short_desc{
      color: #ffffff;
  }
  .cardInfo_latest{
    padding: 20px 0px;
    font-size: 12px;
    font-weight: 500;
    font-weight: 600;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .short_desc_latest{
      font-size: 16px;
      color: #ffffff;
      margin-bottom: 30px;
  }
  .welcome_text b{
    line-height: 20px; 
    font-weight: 300; 
    font-size: 19px;
    margin-bottom: 10px;
    margin-top: 15px;
    display: block;
      
}
.team_bottom{
    margin-bottom: 10px;
}
.date-text{
    font-weight: 600;
    font-size: 14px;
}

/* a b c list */
ol.a_list {
    counter-reset: list;
    margin: 0;
    overflow: auto;
    padding-bottom: 20px;
}

ol.a_list > li {
    list-style: none;
    position: relative;
    display: inline-block;
    padding-left: 20px !important;
    
}

ol.a_list > li:before {
    counter-increment: list;
    content:"(" counter(list, lower-alpha) ")";
    position: absolute;
    left: -1.4em;
}
/* end a b c list */

/*number list*/
ol.num_list {
    list-style-type: none;
    counter-reset: item;
    margin: 0;
    padding: 0;
    padding-left: 0px !important;
  }
  
  ol.num_list > li {
    display: table;
    counter-increment: item;
    margin-bottom: 0.6em;
  }


  ol.num_list > li:before {
    content: counters(item, ".") ". ";
    display: table-cell;
    padding-right: 0.7em;    
    font-weight: 700;
    padding-top: 10px;
    font-size: 20px;
  }
  
  li ol.num_list > li {
    margin: 0;
    font-weight: 400;
    margin-bottom: 10px;
    
  }
  
  li ol.num_list > li:before {
    content: counters(item, ".") " ";
    font-weight: 400;
    font-size: 16px;
    padding-right: 20px;
  }

/* a b c list */
ol.a_list2{
    margin: 0;
    counter-reset: item;
    margin-top: 10px;
}
ol.a_list2 > li {
    margin: 0;
    font-weight: 400;
    list-style: none;
    position: relative;
    padding-left: 40px;
    padding-top: 5px;
  }
  ol.a_list2 > li:before {
    counter-increment: item;
    content:"(" counter(item, lower-alpha) ")";
    position: absolute;
    left: -1em;
    padding-left: 15px;
  }
/* end a b c list */

/*end number list*/