@import url(https://fonts.googleapis.com/css2?family=Work+Sans:wght@400;700;900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Anton&display=swap);
html {
    font-size: 18px;
    scroll-behavior: smooth
}

form.dropdown {
    position: relative;
    width: 100%;
    text-align: center
}

form.dropdown>div.caption {
    background-color: #2a353d;
    color: #fff;
    font-size: .66rem;
    text-transform: uppercase;
    font-family: "Work Sans";
    letter-spacing: 2.5px;
    padding: 11px 24px;
    border-radius: 3px;
    cursor: pointer
}

form.dropdown>div.list {
    position: absolute;
    background-color: #f2f2f2;
    width: 100%;
    border-radius: 0 0 3px 3px;
    display: none
}

form.dropdown>div.list>div.item {
    padding: 11px 24px;
    cursor: pointer
}

form.dropdown>div.list>div.item.selected {
    font-weight: 700
}

form.dropdown>div.caption:hover,
form.dropdown>div.list>div.item:hover {
    background-color: #ebb844;
    color: #fff
}

form.dropdown.open>div.caption {
    border-radius: 3px 3px 0 0;
    border-bottom: solid 1px #999
}

form.dropdown.open>div.list {
    display: block
}

.news-event {
    margin: 3rem 0 0 0
}

.cat-filter {
    width: 100%;
    margin: 0 auto;
    display: flex
}

.cat-title {
    width: 80%;
    border-bottom: 5px solid #2a353d
}

.cat-title h3 {
    font-size: 2.333rem !important;
    color: #2a353d
}

.cat-select {
    display: flex;
    align-items: flex-end;
    width: 20%
}

#site-navigation {
    margin: 0 auto;
    width: 100%
}

@media (max-width:992px) {
    #site-navigation {
        width: 100%;
        text-align: right;
        z-index: 22222;
        padding-top: 0
    }
}

#site-navigation a {
    padding: .2rem .8rem
}

@media (max-width:1025px) {
    #site-navigation a {
        padding: .2rem 1rem
    }
}

@media (max-width:1280px) {
    #site-navigation a {
        padding: .2rem .6rem
    }
}

@media (max-width:992px) {
    #site-navigation a {
        color: #2a353d
    }
}

.main-navigation {
    align-self: center;
    width: auto;
    font-family: Anton, sans-serif;
    font-size: .666rem
}

@media (max-width:992px) {
    .main-navigation ul {
        display: none !important
    }
}

.main-navigation a {
    color: #fff
}

.main-navigation a:hover {
    opacity: .8;
    -moz-opacity: .8;
    -webkit-opacity: .8;
    transition: .25s ease-in-out
}

.menu-wrapper {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 1rem 0 .4rem 0;
    width: 36px;
    height: 23px;
    cursor: pointer
}

@media (max-width:767px) {
    .menu-wrapper {
        margin-top: .3rem
    }
}

.menu-wrapper.open {
    margin: 0;
    display: flex;
    justify-content: center
}

.hamburger-menu,
.hamburger-menu:after,
.hamburger-menu:before {
    width: 36px;
    height: 3px
}

.hamburger-menu.animate:after,
.hamburger-menu.animate:before {
    background: #ebb844;
    width: 85%
}

.menu-wrapper.open .hamburger-menu.animate {
    width: 85%
}

.hamburger-menu {
    position: relative;
    transform: translateY(10px);
    background: #aaaeb1;
    transition: all 0s .3s
}

.hamburger-menu.animate {
    background: rgba(255, 255, 255, 0)
}

.hamburger-menu:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 10px;
    background: #aaaeb1;
    transition: bottom .3s .3s cubic-bezier(.23, 1, .32, 1), transform .3s cubic-bezier(.23, 1, .32, 1)
}

.hamburger-menu:after {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    background: #aaaeb1;
    transition: top .3s .3s cubic-bezier(.23, 1, .32, 1), transform .3s cubic-bezier(.23, 1, .32, 1)
}

.hamburger-menu.animate:after {
    top: 0;
    transform: rotate(45deg);
    transition: top .3s cubic-bezier(.23, 1, .32, 1), transform .3s .3s cubic-bezier(.23, 1, .32, 1)
}

.hamburger-menu.animate:before {
    bottom: 0;
    transform: rotate(-45deg);
    transition: bottom .3s cubic-bezier(.23, 1, .32, 1), transform .3s .3s cubic-bezier(.23, 1, .32, 1)
}

.header-container {
    align-items: center
}

@media (max-width:992px) {
    .header-container {
        align-items: end
    }
}

.menu-primary-navigation-container {
    margin: 0 auto;
    width: 100%;
    height: 85%
}

.primary-menu {
    overflow: scroll
}

.primary-menu.open {
    overflow: scroll !important;
    height: auto
}

.primary-menu.open a {
    font-size: calc(.666rem + 1.333 * ((100vh - 20rem)/ 60));
    color: #ebb844;
    font-weight: 700;
    text-transform: uppercase
}

.primary-menu.open ul {
    list-style: none;
    text-align: center;
    padding: 0;
    margin: 0;
    overflow: scroll !important
}

.primary-menu.open ul li {
    padding: .8rem 0
}

.primary-menu.open ul li:hover {
    background: #ebb844;
    color: #262626;
    transition: .1s ease-in-out
}

.primary-menu.open ul li:hover a {
    color: #262626;
    transition: .2s ease-in-out
}

ul#secondary-menu {
    display: flex;
    flex-direction: row;
    white-space: nowrap;
    justify-content: flex-end
}

@media (max-width:992px) {
    ul#secondary-menu {
        flex-direction: column
    }
}

.site-header.scrolled .secondary-menu {
    display: none
}

@media (max-width:992px) {
    .site-header.scrolled .secondary-menu {
        display: initial
    }
}

@media (max-width:992px) {
    .main-navigation.toggled ul,
    .menu-toggle {
        display: flex !important;
        flex-direction: column;
        margin-bottom: 1rem
    }
}

.site-branding {
    display: flex
}

@media (max-width:992px) {
    .site-branding {
        z-index: 2222;
        height: 100%;
        width: 63%
    }
}

.site-branding.open {
    margin: 0 auto
}

@media not all and (min-resolution:0.001dpcm) {
    @supports (-webkit-appearance: none) {
        .header.scrolled {
            margin-top:0
        }
    }
}

.main-app {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    text-align: right;
    align-items: center;
    justify-content: center;
    background: #0000;
    margin-bottom: 1rem;
    padding: 0;
    border: 0;
    margin-right: 1rem;
    z-index: 22222
}

@media (max-width:4500px) {
    .main-app {
        display: none
    }
}

@media (max-width:992px) {
    .main-app {
        display: initial;
        margin-top: 1rem
    }
}

button.main-app {
    z-index: 222222
}

button.main-app:focus {
    outline: 0
}

.custom-menu-toggle {
    -webkit-box-shadow: 3px -1px 52px -8px rgba(0, 0, 0, .51);
    -moz-box-shadow: 3px -1px 52px -8px rgba(0, 0, 0, .51);
    box-shadow: 3px -1px 52px -8px rgba(155, 124, 124, .51)
}

.custom-menu-toggle:before {
    -webkit-box-shadow: 3px -1px 52px -8px rgba(0, 0, 0, .51);
    -moz-box-shadow: 3px -1px 52px -8px rgba(0, 0, 0, .51);
    box-shadow: 3px -1px 52px -8px rgba(155, 124, 124, .51)
}

.custom-menu-toggle:after {
    -webkit-box-shadow: 3px -1px 52px -8px rgba(0, 0, 0, .51);
    -moz-box-shadow: 3px -1px 52px -8px rgba(0, 0, 0, .51);
    box-shadow: 3px -1px 52px -8px rgba(155, 124, 124, .51)
}

button.main-app.scrolled {
    margin: .4rem 1rem;
    transition: .3s ease-in-out
}

.main-btn {
    position: relative;
    width: 2.3rem;
    height: 2.3rem;
    font-size: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    border-radius: 50%;
    cursor: pointer;
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .02) 0, rgba(0, 0, 0, .02) 50%, #a139f0 50%, #dc34f5 75%, #a139f0 100%);
    background-size: 100% 200%;
    background-position: 0 100%;
    color: #fff;
    transition: .4s;
    box-shadow: 0 0 0 rgba(255, 255, 255, .04);
    transform: rotate(0);
    z-index: 2222222;
    opacity: 1
}

.main-btn:hover {
    box-shadow: 0 0 10px rgba(255, 255, 255, .04)
}

.custom-menu-toggle {
    position: absolute;
    width: 2.3rem;
    height: .23rem;
    border-radius: 2px;
    background-color: #2a353d;
    display: block;
    margin: auto;
    transition: .4s;
    -webkit-box-shadow: 3px -1px 52px -8px rgba(0, 0, 0, .1);
    -moz-box-shadow: 3px -1px 52px -8px rgba(0, 0, 0, .1);
    box-shadow: 3px -1px 52px -8px rgba(0, 0, 0, .1)
}

.custom-menu-toggle:before {
    position: absolute;
    width: 2.3rem;
    height: .23rem;
    border-radius: 2px;
    background-color: #2a353d;
    display: block;
    margin: auto;
    transition: .4s;
    content: "";
    -webkit-box-shadow: 3px -1px 52px -8px rgba(0, 0, 0, .51);
    -moz-box-shadow: 3px -1px 52px -8px rgba(0, 0, 0, .51);
    box-shadow: 3px -1px 52px -8px rgba(155, 124, 124, .51);
    backface-visibility: hidden;
    transform: rotate(0) translateY(10px)
}

.custom-menu-toggle:after {
    position: absolute;
    width: 2.3rem;
    height: .23rem;
    border-radius: 2px;
    background-color: #2a353d;
    display: block;
    margin: auto;
    transition: .4s;
    content: "";
    -webkit-box-shadow: 3px -1px 52px -8px rgba(0, 0, 0, .1);
    -moz-box-shadow: 3px -1px 52px -8px rgba(0, 0, 0, .1);
    box-shadow: 3px -1px 52px -8px rgba(0, 0, 0, .1);
    backface-visibility: hidden;
    transform: rotate(0) translateY(-10px)
}

.main-btn.active .custom-menu-toggle {
    background-color: rgba(255, 255, 255, 0)
}

.main-btn.active .custom-menu-toggle:before {
    position: absolute;
    width: 2.3rem;
    height: .23rem;
    border-radius: 2px;
    background-color: #2a353d;
    display: block;
    margin: auto;
    transition: .4s;
    content: "";
    transform: rotate(45deg) translateY(0)
}

.main-btn.active .custom-menu-toggle:after {
    position: absolute;
    width: 2.3rem;
    height: .23rem;
    border-radius: 2px;
    background-color: #2a353d;
    display: block;
    margin: auto;
    transition: .4s;
    content: "";
    transform: rotate(-45deg) translateY(0)
}

@media (max-width:767px) {
    .secondary-menu {
        width: 100%;
        display: flex;
        justify-content: flex-end;
        flex-direction: column;
        align-items: flex-end
    }
}

.custom-select {
    position: relative;
    font-family: Anton;
    width: 100%;
    height: 100%
}

.custom-select select {
    display: none
}

.select-selected {
    height: 100%;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #aaaeb1 !important;
    font-family: Anton;
    font-size: .666rem;
    margin: 0 auto;
    width: 100%;
    cursor: pointer
}

.select-selected:hover {
    background: #111518;
    transition: .15s ease-in-out;
    color: #fffefc !important
}

.select-selected:hover:after {
    border-top: 5px solid #fffefc !important;
    transition: .3s ease-in-out
}

.default {
    width: 100%;
    height: 100%
}

.default.hide {
    display: none
}

.benelli,
.farm,
.honda,
.husqvarna,
.kawasaki,
.ktm,
.kymco,
.ohvale,
.ssr,
.suzuki,
.ural,
.yamaha,
.aprilia,
.triumph {
    width: 100%;
    height: 100%;
    display: none
}

.benelli.show,
.farm.show,
.honda.show,
.husqvarna.show,
.kawasaki.show,
.ktm.show,
.kymco.show,
.ohvale.show,
.ssr.show,
.suzuki.show,
.ural.show,
.yamaha.show,
.aprilia.show,
.triumph.show {
    display: initial
}

.select-selected:after {
    position: absolute;
    content: "";
    top: 40%;
    right: 5%;
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 5px solid #aaaeb1
}

.select-selected.select-arrow-active:after {
    border-color: transparent transparent #aaaeb1 transparent;
    top: 1rem
}

.select-items div,
.select-selected {
    color: #fff;
    padding: 8px 16px;
    border: 1px solid transparent;
    border-color: transparent transparent rgba(0, 0, 0, .1) transparent;
    cursor: pointer
}

#shop-link-0,
#shop-link-1,
#shop-link-10,
#shop-link-11,
#shop-link-12,
#shop-link-13,
#shop-link-14,
#shop-link-2,
#shop-link-3,
#shop-link-4,
#shop-link-5,
#shop-link-6,
#shop-link-7,
#shop-link-8,
#shop-link-9 {
    text-align: center !important;
    font-weight: 900 !important;
    color: #db5030 !important
}

.select-selected.check:after {
    border: 0;
    width: 20px;
    height: 20px
}

.select-selected.check:after {
    border: 0;
    background: url(../../uploads/2020/06/smart-filter-check.png) !important;
    background-repeat: no-repeat !important;
    background-size: 46% !important;
    background-position: center center !important;
    height: 2rem;
    width: 2rem;
    font-size: 1.2rem;
    margin-top: -.8rem;
    color: #1c8c58;
    background: 0 0
}

.ural .select-selected:after {
    border: 0;
    background: url(../../uploads/2020/06/smart-filter-check.png) !important;
    background-repeat: no-repeat !important;
    background-size: 46% !important;
    background-position: center center !important;
    height: 2rem;
    width: 2rem;
    font-size: 1.2rem;
    margin-top: -.8rem;
    color: #1c8c58;
    background: 0 0
}

.ural .select-selected:hover:after {
    background: url(../../uploads/2020/06/x-ico.png) !important;
    background-size: 70% !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    border-top: 0 !important
}

.select-selected.check:hover:after {
    background: url(../../uploads/2020/06/x-ico.png) !important;
    background-size: 70% !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    border-top: 0 !important
}

.search-btn.hidden {
    display: none
}

.incomplete-submit {
    display: none
}

.incomplete-submit.show {
    display: flex
}

.incomplete-submit.show.hidden {
    display: none
}

div#incomplete-submit {
    align-items: center;
    justify-content: center;
    border-left: 1px solid #fffefc;
    width: 25%;
    padding: 0 2rem
}

div#incomplete-submit span {
    color: #db502e;
    font-weight: 700;
    font-family: "Work Sans";
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: .6rem;
    line-height: 1
}

.fake-submit {
    width: 25%;
    display: flex;
    border-left: 1px solid #fffefc;
    align-items: center;
    justify-content: center;
    color: #db5030;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: .666rem !important
}

.fake-submit:hover {
    cursor: pointer;
    background-color: #111518 !important;
    transition: .2s ease-in-out
}

@media(max-width:892px) {
    .fake-submit {
        width: 27%
    }
}

.inside-bars.open .fake-submit {
    display: none
}

.inside-bars.open .search-btn.hidden {
    display: flex
}

.fake-submit.hidden {
    display: none
}

.fake-submit.go img {
    display: none
}

.fake-submit.go span {
    display: none
}

.fake-submit.go {
    background: url(../../uploads/2020/06/search-go.png);
    background-size: 10%;
    background-repeat: no-repeat;
    background-position: center center
}

.product-filter.extend {
    width: 30%
}

.product-filter.extend .search-btn {
    width: 100%
}

@media (max-width:767px) {
    .fake-submit.go {
        background-size: 68%
    }
}

input.search.go {
    border-bottom: 0 !important
}

.search.open .search.go {
    border-bottom: 1px solid #fffefc !important;
    border-radius: 0;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    background-position-x: 1.3rem !important;
    background-position-y: center !important;
    background-size: 1.3% !important;
    background-repeat: no-repeat !important;
    font-family: "Work Sans";
    font-size: .666rem;
    text-transform: uppercase;
    padding-left: 3rem
}

.select-items {
    position: absolute;
    background-color: #d4d7d8;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    max-height: 15rem;
    overflow-y: scroll;
    overflow: scroll !important
}

@media (max-width:767px) {
    .select-items {
        width: 100vw;
        right: 0
    }
    .bar-box:nth-child(1) .select-items {
        left: 200%
    }
    .bar-box:nth-child(2) .select-items {
        margin-left: -182% !important
    }
    .bottom-bar .select-items:nth-child(3) {
        margin-left: -285%
    }
}

.select-hide {
    display: none
}

.select-items div {
    color: #434343;
    text-transform: uppercase;
    font-size: .666rem;
    font-weight: 400;
    font-family: "Work Sans";
    letter-spacing: 2px
}

.same-as-selected,
.select-items div:hover {
    background-color: rgba(0, 0, 0, .1)
}

.row {
    display: flex;
    flex-direction: column
}

@media (max-width:992px) {
    .row {
        flex-direction: column-reverse;
        padding: 0
    }
}

.col {
    flex: 1;
    padding: 1em;
    margin: .6em
}

@media screen and (min-width:500px) {
    .row {
        display: flex;
        flex-direction: row
    }
    .mobile-txt {
        display: none
    }
}

@media (max-width:4500px) {
    .visible-xs {
        display: none
    }
}

@media (max-width:767px) {
    .visible-xs {
        display: flex
    }
}

#wpadminbar {
    z-index: 9999999
}

#wpadminbar #wp-admin-bar-wp-logo>.ab-item .ab-icon:before {
    background-size: cover;
    background-position: center center
}

.sbi_new_user_sale_notice {
    display: none
}

hr.primary-hr {
    background: #2a353d;
    width: 100%;
    height: 3px
}

hr.white-hr {
    background: #fff;
    margin: 1rem auto;
    width: 90%
}

hr.secondary-hr {
    background: #ebb844;
    width: 90%;
    height: .05rem;
    opacity: .2;
    margin: 2.5rem
}

a {
    font-family: "Work Sans", sans-serif;
    letter-spacing: 1.8px;
    text-decoration: none
}

a:hover {
    opacity: .8;
    -moz-opacity: .8;
    -webkit-opacity: .8;
    transition: .25s ease-in-out
}

a:visited {
    color: #b3b3b3
}

li {
    font-family: "Work Sans", sans-serif;
    font-size: min(max(11px, 4vw), 14px)
}

p {
    font-size: calc(13px + (18 - 13) * ((100vw - 350px)/ (1600 - 350)));
    font-weight: 400;
    line-height: 1.444;
    margin: 1rem 0
}

p.secondary {
    font-size: calc(11px + (14 - 11) * ((100vw - 300px)/ (1600 - 300)));
    font-weight: 400
}

body {
    font-size: calc(13px + (18 - 13) * ((100vw - 350px)/ (1600 - 350)))
}

body.page-template-default.page.page-id-10.theme-mnnthbx.woocommerce-account.woocommerce-page.woocommerce-lost-password.woocommerce-js {
    background: #2a353c
}

body.page-template-default.page.page-id-10.theme-mnnthbx.woocommerce-account.woocommerce-page.woocommerce-lost-password.woocommerce-js .account-wrap {
    padding: 3rem 0
}

.woocommerce-password-strength.strong {
    color: #363636;
    font-size: .777rem;
    font-family: 'Work Sans'
}

body.archive.date.logged-in.admin-bar.theme-mnnthbx.woocommerce-js.hfeed.customize-support {
    color: #fffefc
}

#page {
    width: 100%
}

footer.entry-footer {
    display: none
}

aside#secondary {
    display: none
}

header.entry-header {
    display: none
}

.header-spacer {
    background: 0 0;
    height: 9.6rem
}

@media (max-width:892px) {
    .form-s {
        width: 100%;
        margin-top: 2rem
    }
}

span {
    font-family: Anton, sans-serif
}

span.primary-span {
    font-family: "Work Sans", sans-serif;
    font-size: calc(20px + (24 - 20) * ((100vw - 300px)/ (1440 - 300)));
    font-weight: 300
}

span.secondary-span {
    font-family: Anton, sans-serif;
    font-size: .666rem;
    font-weight: 700
}

span.dates {
    font-family: Anton, sans-serif;
    font-size: .666rem;
    font-weight: 700
}

h1,
h2,
h3,
h4,
h5,
p {
    font-family: "Work Sans", sans-serif;
    padding: 0;
    margin: 0;
    text-transform: uppercase
}

h1,
h2,
h3 {
    letter-spacing: 0
}

h4,
h5,
h6 {
    letter-spacing: 2px
}

h1 {
    font-family: "Work Sans", sans-serif;
    font-size: clamp(1.668rem, 4vw, 3.111rem) !important;
    font-weight: 600;
    line-height: 1.118;
    margin: 1rem 0
}

h2 {
    font-size: clamp(1.888rem, 4vw, 2.222rem) !important
}

h3 {
    font-size: clamp(1.166rem, 4vw, 2.333rem) !important;
    font-weight: 400;
    font-family: Anton, sans-serif
}

h5 {
    font-size: clamp(.888rem, 4vw, 1.166rem);
    line-height: 1.375
}

h6 {
    font-family: Anton, sans-serif;
    margin: 1rem 0;
    font-size: .555rem;
    text-transform: uppercase
}

input:-webkit-autofill {
    background: 0 0 !important
}

#inputId:-webkit-autofill {
    background: 0 0 !important
}

#content {
    margin: 0 auto;
    overflow-x: hidden
}

.page {
    margin: 0 0 0 !important
}

.container {
    width: 88%;
    margin: 0 auto
}

@media (max-width:992px) {
    .container {
        width: 90%
    }
}

.inner-container {
    width: 80%;
    margin: 0 auto
}

ins {
    background: #ba4a34 !important
}

.sec-title {
    text-align: center
}

.xoo-el-srcont {
    background: #20282e;
    -webkit-box-shadow: 3px -1px 52px -8px rgba(0, 0, 0, .1);
    -moz-box-shadow: 3px -1px 52px -8px rgba(0, 0, 0, .1);
    box-shadow: 3px -1px 52px -8px rgba(0, 0, 0, .1)
}

tbody.wishlist-items-wrapper {
    width: 88%;
    margin: 0 auto
}

.wishlist_table .product-stock-status span.wishlist-out-of-stock {
    color: #db5030
}

li.xoo-el-reg-tgr.xoo-el-register-ph {
    color: #fffefc
}

button.button.btn.xoo-el-action-btn.xoo-el-login-btn {
    border: 0
}

.xoo-aff-group.xoo-el-login-btm-fields {
    color: #fffefc
}

.xoo-el-wrap {
    border-bottom: 1.6rem solid #ebb844
}

.xoo-el-form-container.xoo-el-form-popup {
    display: flex;
    flex-direction: column-reverse
}

.xoo-el-header {
    margin-top: 1rem;
    text-transform: uppercase
}

button.search-btn {
    background: url(../../uploads/2020/06/search-go.png) !important;
    background-size: 20% !important;
    background-repeat: no-repeat !important;
    background-position: center center !important
}

button.search-btn.go {
    border-radius: 0
}

input#xoo-el-password,
input#xoo-el-username,
span.xoo-aff-input-icon.far.fa-user,
span.xoo-aff-input-icon.fas.fa-key {
    border-radius: 0 !important
}

li.xoo-el-login-tgr.xoo-el-login-ph.xoo-el-active {
    background: 0 0;
    border: 2px solid #d8d8d8
}

button.button.btn.xoo-el-action-btn.xoo-el-login-btn,
button.xoo-ml-open-lwo-btn.button.btn.button.btn.xoo-el-action-btn {
    background: #db5030;
    border-radius: 0;
    color: #fffefc;
    font-size: 1rem;
    padding: 0 3rem;
    letter-spacing: 2px;
    font-family: Anton
}

.xoo-aff-group label {
    font-weight: 400;
    font-family: "Work Sans";
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: .8rem
}

form.xoo-el-action-form.xoo-el-form-login {
    text-align: center
}

@media (max-width:767px) {
    form.xoo-el-action-form.xoo-el-form-login {
        flex-direction: column
    }
}

form.xoo-el-action-form.xoo-el-form-login:before {
    color: #db5030;
    content: "REGISTER / LOGIN";
    font-size: 2rem;
    font-weight: 900;
    font-family: Anton;
    letter-spacing: 2px;
    text-align: center
}

.xoo-aff-group:nth-child(1) {
    margin-top: 1rem
}

.xoo-aff-fields:before {
    content: "Register or login to save your favorites!";
    padding-bottom: 0;
    color: #fffefc;
    font-family: "Work Sans"
}

input#xoo-el-password,
input#xoo-el-username {
    background: 0 0;
    color: #fffefc
}

.xoo-aff-input-group .xoo-aff-input-icon,
span.xoo-aff-input-icon.far.fa-user {
    background: 0 0;
    color: #fffefc
}

span.xoo-el-close.xoo-el-icon-cancel-circle {
    color: #ebb844
}

span.xoo-el-close.xoo-el-icon-cancel-circle:hover {
    color: #db5030
}

label.xoo-el-form-label span {
    font-weight: 400 !important;
    font-family: "Work Sans"
}

a.xoo-el-lostpw-tgr {
    color: #fffefc;
    font-size: .777rem
}

@media (max-width:767px) {
    .xoo-aff-group.xoo-el-login-btm-fields {
        flex-direction: column
    }
}

@media (max-width:767px) {
    .logo-img {
        width: 50%
    }
}

.video-content {
    display: flex;
    align-items: flex-end
}

.title-box {
    background: #ebb844;
    opacity: .9;
    text-align: center;
    border: 2px solid #fff;
    color: #fff;
    padding: 1vw 3vw;
    margin-top: -10rem;
    margin-top: calc(-4rem + -6 * ((100vw - 20rem)/ 60));
    -webkit-box-shadow: 3px -1px 52px -8px rgba(0, 0, 0, .51);
    -moz-box-shadow: 3px -1px 52px -8px rgba(0, 0, 0, .51);
    box-shadow: 3px -1px 52px -8px rgba(155, 124, 124, .51)
}

.title-box-2 {
    background: #ebb844;
    opacity: .9;
    text-align: center;
    border: 2px solid #fff;
    color: #fff;
    padding: 1vw 3vw;
    margin-top: calc(-4rem + -6 * ((100vw - 20rem)/ 60));
    -webkit-box-shadow: 3px -1px 52px -8px rgba(0, 0, 0, .51);
    -moz-box-shadow: 3px -1px 52px -8px rgba(0, 0, 0, .51);
    box-shadow: 3px -1px 52px -8px rgba(155, 124, 124, .51)
}

#post-block {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    flex-direction: column;
    padding: calc(2rem + 1 * ((100vw - 20rem)/ 60)) 0 0 0
}

.top-bar {
    display: flex;
    align-items: center
}

.red-box {
    background: #002f4f;
    color: #fff;
    width: auto;
    max-width: 55%;
    text-align: center;
    padding-bottom: 1rem;
    margin-left: -1.5rem;
    white-space: nowrap
}

.red-box h3 {
    margin: .7rem 2rem 2rem 2rem
}

@media (max-width:992px) {
    .red-box {
        width: auto;
        max-width: 100%
    }
}

.cal-box {
    margin: 0 calc(10px + (30 - 10) * ((100vw - 300px)/ (1600 - 300)));
    display: flex;
    align-items: center;
    margin-top: -1rem
}

.cal-box span {
    color: #002f4f;
    margin: .3rem 1rem 0 1rem;
    font-size: calc(12px + (12 - 6.9) * ((100vw - 300px)/ (1600 - 300)))
}

.post-slider {
    padding: 3rem 0
}

.post-content {
    display: flex;
    overflow: hidden
}

@media (max-width:992px) {
    .post-content {
        flex-direction: column
    }
}

.post-thumb {
    width: 60%
}

@media (max-width:992px) {
    .post-thumb {
        width: 90%;
        margin: 0 auto
    }
}

.post-meta {
    margin-bottom: 1rem
}

.post-body {
    padding: calc(0px + (75 - 0) * ((100vw - 300px)/ (1600 - 300)));
    width: 65%
}

.post-body h1 a {
    color: #262626
}

@media (max-width:992px) {
    .post-body {
        width: 100%
    }
}

#red-btn {
    background: #002f4f;
    width: 45%;
    max-width: 45%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: .6rem 3rem;
    white-space: nowrap;
    color: #fff;
    text-transform: uppercase;
    border-radius: .388rem;
    font-size: min(max(.666rem, 4vw), .777rem);
    font-family: Anton, sans-serif;
    -webkit-box-shadow: 3px -1px 52px -8px rgba(0, 0, 0, .51);
    -moz-box-shadow: 3px -1px 52px -8px rgba(0, 0, 0, .51);
    box-shadow: 3px -1px 52px -8px rgba(155, 124, 124, .51)
}

#red-btn:hover {
    opacity: .8;
    -moz-opacity: .8;
    -webkit-opacity: .8;
    transition: .25s ease-in-out
}

@media (max-width:992px) {
    #red-btn {
        min-width: 85%
    }
}

img.featured-img {
    width: 100%
}

.owl-nav {
    position: absolute;
    width: auto;
    left: 97%;
    top: 32%;
    justify-content: space-between;
    display: flex;
    margin-left: 1.5rem;
    flex-direction: column-reverse
}

.owl-prev {
    display: flex;
    justify-content: flex-end;
    padding: .7rem;
    width: auto;
    align-self: flex-end;
    height: 58px;
    background: #2a353d;
    border-top: 1px solid #979797
}

.owl-prev:focus {
    outline: 0
}

.owl-next {
    width: 100%;
    display: flex;
    height: 58px;
    justify-content: flex-end;
    padding: .7rem;
    width: auto;
    align-self: flex-end;
    background: #2a353d
}

.owl-next:focus {
    outline: 0
}

.toggle-btn:hover:hover {
    opacity: .8;
    -moz-opacity: .8;
    -webkit-opacity: .8;
    transition: .25s ease-in-out
}

.section-header {
    text-align: center
}

.col-roll {
    flex: 1;
    text-align: center;
    padding: 1.2rem;
    margin: 0 1rem;
    -webkit-box-shadow: 3px -1px 52px -8px rgba(0, 0, 0, .1);
    -moz-box-shadow: 3px -1px 52px -8px rgba(0, 0, 0, .1);
    box-shadow: 3px -1px 52px -8px rgba(0, 0, 0, .1)
}

.ctf-tweets {
    text-align: left
}

p.ctf-tweet-text {
    font-size: .777rem
}

#sb_instagram {
    margin-top: 1rem
}

.footer-cta {
    display: flex;
    justify-content: center
}

.fb-btn {
    background: #fff;
    display: inline-block;
    height: 7rem;
    width: 14rem;
    margin-bottom: 0;
    display: flex;
    font-size: 1.4rem;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    align-self: center;
    border-top-left-radius: 14rem;
    border-top-right-radius: 14rem;
    -webkit-box-shadow: 3px -1px 52px -8px rgba(0, 0, 0, .1);
    -moz-box-shadow: 3px -1px 52px -8px rgba(0, 0, 0, .1);
    box-shadow: 3px -1px 52px -8px rgba(0, 0, 0, .1)
}

.fb-btn p {
    font-size: .888rem;
    color: #262626;
    font-weight: 600;
    line-height: 22px
}

.fb-btn:hover {
    opacity: .8;
    -moz-opacity: .8;
    -webkit-opacity: .8;
    transition: .25s ease-in-out
}

.profile h6 {
    font-family: Anton, sans-serif
}

.title-box-3 {
    width: 51%;
    padding: 3rem 3rem;
    background: #ebb844;
    opacity: .9;
    text-align: left;
    border: 2px solid #fff;
    color: #fff;
    padding: 3vw 4vw;
    margin-right: calc(-4rem + -6 * ((100vw - 20rem)/ 60));
    height: auto;
    -webkit-box-shadow: 3px -1px 52px -8px rgba(0, 0, 0, .51);
    -moz-box-shadow: 3px -1px 52px -8px rgba(0, 0, 0, .51);
    box-shadow: 3px -1px 52px -8px rgba(155, 124, 124, .51)
}

.title-box-3 h2 {
    margin: .8rem 0
}

.feat-img-2 {
    height: auto;
    background-size: cover !important;
    width: 60%
}

.content-wrap {
    text-align: center;
    padding: 2rem
}

.fourofour {
    display: flex;
    background: url(../../uploads/2020/01/404-bg-1.jpg);
    background-size: cover;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 10rem 0
}

.fourofour .acitivty-onsite {
    width: 100%
}

.fourofour .acitivty-onsite #col-2 {
    background: #f43205
}

.fourofour .acitivty-onsite #col-2 h1 {
    color: #fff
}

.fourofour .acitivty-onsite #col-2 p {
    color: #fff
}

h1.four {
    font-size: 10rem;
    padding: 0;
    margin: 2rem 0
}

.woocommerce ul.products li.product .button {
    margin-top: 1em;
    width: 100%;
    align-items: center;
    display: flex;
    justify-content: center
}

.term-description {
    width: 88%;
    margin: 1rem auto
}

a.button.wc-forward {
    width: auto
}

a.button.product_type_variable {
    width: 100%;
    background: 0 0;
    border: 1px solid #fffefc;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-family: Anton;
    letter-spacing: 2px;
    color: #fffefc
}

a.hide-title-form.btn.button {
    display: none
}

.woocommerce-message {
    -webkit-box-shadow: 3px -1px 52px -8px rgba(0, 0, 0, .1);
    -moz-box-shadow: 3px -1px 52px -8px rgba(0, 0, 0, .1);
    box-shadow: 3px -1px 52px -8px rgba(0, 0, 0, .1)
}

.woo-container {
    width: 88%;
    margin: 0 auto;
    padding: 3rem 0
}

@media (max-width:767px) {
    .woo-container {
        width: 100%
    }
}

nav.woocommerce-breadcrumb {
    display: none
}

.woocommerce {
    background: #2a353d;
    font-family: "Work Sans";
    color: #fffefc
}

.star-rating img {
    width: 1rem;
    align-self: center
}

.woocommerce .star-rating span {
    font-family: star
}

.star-rating {
    display: flex;
    align-items: center;
    justify-content: flex-start
}

a.woocommerce-Button.button {
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center
}

nav.woocommerce-MyAccount-navigation ul {
    list-style: none
}

form.woocommerce-EditAccountForm.edit-account input {
    color: #ebb844
}

body.product-template-default {
    background: #fff
}

body.product-template-default main#main {
    margin-top: 11%
}

.yith-wcwl-wishlistaddedbrowse {
    display: flex;
    flex-direction: column
}

.yith-wcwl-wishlistexistsbrowse {
    display: flex;
    flex-direction: column
}

span.fav-span i {
    text-align: center;
    margin: 0 auto;
    padding: 1rem;
    color: #db5030;
    font-size: 1.8rem;
    background: #171b1f;
    min-width: 3.9rem
}

@media(max-width:892px) {
    span.fav-span i {
        min-width: 2.8rem
    }
}

div#yith-wcwl-popup-message {
    display: none !important
}

a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    border-radius: 0;
    background: 0 0
}

.gform_heading {
    display: none
}

.gform_wrapper ul.gform_fields li.gfield {
    padding-right: 0
}

.q-form span.primary-span {
    margin: 2rem 0;
    text-align: center;
    color: #fffefc;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: "Work Sans";
    font-size: 1rem
}

.q-form p {
    text-transform: inherit;
    color: #fffefc;
    margin-top: 2rem;
    font-size: 1rem
}

.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label,
.gform_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label {
    display: none !important
}

ul#gform_fields_1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

h3.gform_title {
    text-align: center;
    color: #ebb844;
    font-weight: 400
}

li#field_1_1 {
    width: 35%
}

li#field_1_2 {
    width: 35%
}

li#field_1_3 {
    width: 100%;
    margin-top: 2rem
}

input#input_1_1_3 {
    height: 3rem;
    background: 0 0;
    border: 0;
    color: #fffefc;
    font-size: .888rem;
    font-family: "Work Sans";
    border-radius: 0 !important;
    border: 0
}

input#input_1_2 {
    width: 100%;
    height: 3rem;
    background: 0 0;
    border: 0;
    color: #fffefc;
    font-size: .888rem;
    font-family: "Work Sans";
    border-radius: 0 !important;
    border: 0
}

textarea#input_1_3 {
    width: 100%;
    background: 0 0;
    color: #fffefc;
    font-size: .888rem;
    font-family: "Work Sans";
    border-radius: 0 !important;
    border: 1px solid #fffefc
}

input#input_1_1_3::placeholder {
    color: #fffefc
}

input#input_1_2::placeholder {
    color: #fffefc
}

label.gfield_label {
    color: #fffefc;
    font-family: "Work Sans" !important;
    font-weight: 400 !important;
    font-size: .888rem !important
}

input#input_1_1_3:-ms-input-placeholder,
input#input_1_1_3::-ms-input-placeholder,
input#input_1_1_3::placeholder {
    color: #fffefc !important;
    opacity: 1
}

li#field_1_2,
span#input_1_1_2_container,
span#input_1_1_3_container {
    border-bottom: 1px solid #fffefc
}

.gform_footer.top_label {
    text-align: right
}

input#gform_submit_button_1 {
    border-radius: 0;
    background: 0 0;
    border: 0;
    color: #ebb844;
    font-size: .777rem;
    text-transform: uppercase;
    font-family: "Work Sans";
    letter-spacing: 2px;
    font-weight: 900
}

.validation_error {
    font-family: "Work Sans";
    font-weight: 400 !important;
    color: #f43205 !important;
    border-top: 2px solid #f43205 !important;
    border-bottom: 2px solid #f43205 !important
}

table.shop_table.cart.wishlist_table.wishlist_view.traditional.responsive {
    width: 100%;
    margin: 0 auto
}

.woocommerce ul.products li.product .star-rating {
    width: 100%
}

.woocommerce ul.products li.product a {
    color: #ebb844
}

.woocommerce table.shop_table {
    border: 1px solid #d8d8d8;
    border-radius: 0 !important
}

a.checkout-button.button.alt.wc-forward {
    width: 100%;
    height: auto;
    border-radius: 0 !important;
    background: #db5030;
    text-transform: uppercase;
    font-size: calc(.444rem + 1 * ((100vw - 20rem)/ 60))
}

.woocommerce-cart-form th {
    text-transform: uppercase;
    font-weight: 200;
    letter-spacing: 2px;
    font-size: .777rem
}

.woocommerce .quantity .qty {
    width: 3.631em;
    text-align: center;
    background: 0 0;
    color: #fffefc;
    border: 0;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield
}

.woocommerce .quantity .qty input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none
}

.woocommerce button.button {
    width: auto
}

tr.woocommerce-cart-form__cart-item.cart_item span {
    font-weight: 600;
    letter-spacing: 2px
}

tr.woocommerce-cart-form__cart-item.cart_item a {
    color: #fffefc
}

input#coupon_code {
    margin-right: 0
}

span.woocommerce-Price-amount.amount {
    letter-spacing: 2px
}

.coupon {
    height: 100%;
    width: 50%;
    display: flex
}

.coupon button.button {
    text-transform: uppercase;
    border-radius: 0;
    border-bottom: 0 !important;
    background: 0 0 !important;
    border: 1px solid #d8d8d8;
    height: 100%;
    border-left: 0;
    color: #fffefc
}

.woocommerce table.shop_table td.actions {
    height: 2.5rem;
    padding-top: 2rem !important
}

svg.trash-svg {
    width: 70%;
    height: auto;
    fill: #d8d4d4 !important
}

a.remove:hover {
    background: #fffefc !important
}

a.remove:hover svg {
    fill: #f43205 !important
}

td.actions .button {
    border-radius: 0;
    color: #fffefc;
    background: #db5030;
    height: 100%
}

label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox span {
    font-size: 1rem
}

.woocommerce-privacy-policy-text p {
    text-transform: none
}

.woocommerce form .form-row.woocommerce-validated input.input-text {
    color: #fff
}

.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled] {
    height: 100%;
    background: #d05134;
    border-radius: 0
}

td.actions {
    padding-top: 2rem !important
}

.woocommerce-billing-fields span {
    font-family: inherit !important
}

textarea#order_comments {
    color: #fff
}

td.actions {
    padding: 0 !important;
    margin: 0
}

input#coupon_code {
    width: 64% !important
}

input#coupon_code {
    width: 64% !important;
    background: 0 0;
    color: #fffefc !important;
    text-transform: uppercase;
    border-radius: 0
}

img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
    width: 10rem !important
}

a.shipping-calculator-button {
    color: #fffefc;
    text-transform: uppercase
}

.woocommerce .cart .button {
    text-transform: uppercase
}

select.orderby {
    height: 3rem;
    background: #20282e;
    border: 0;
    color: #fff;
    padding-left: 1rem;
    text-transform: uppercase;
    font-size: .866rem;
    font-weight: 700
}

select.orderby:hover {
    cursor: pointer
}

.woocommerce-order {
    width: 88%;
    margin: 0 auto
}

body.page-template-default.page.page-id-51149.logged-in.admin-bar.theme-mnnthbx.woocommerce-checkout.woocommerce-page.woocommerce-order-received.woocommerce-js.customize-support {
    background: #2b353d
}

section.no-results.not-found {
    width: 80%;
    margin: 0 auto;
    padding: 12rem 0
}

.product-top-bar {
    display: flex;
    justify-content: space-around;
    width: 100%;
    align-items: center;
    font-family: Anton;
    font-size: 1rem
}

a.share-btn.share-btn-branded.share-btn-delicious {
    text-transform: uppercase;
    color: #20282e
}

a.share-btn.share-btn-branded.share-btn-delicious i {
    color: #f43205
}

.nav-col-1 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 50%
}

.nav-col-1 a {
    color: #f43205 !important
}

.nav-col-2 {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.product-top-bar a {
    font-family: Anton;
    text-transform: uppercase
}

.product {
    display: flex;
    flex-direction: column
}

.alert-bar {
    width: 100%;
    display: flex;
    padding: .5rem 0;
    height: 2.1666rem;
    align-items: center
}

@media (max-width:767px) {
    .alert-bar {
        height: auto
    }
}

.bar-container {
    width: 88.7%;
    display: flex;
    margin: 0 auto;
    align-items: center
}

@media (max-width:767px) {
    .bar-container {
        text-align: center
    }
}

@media (max-width:767px) {
    .bar-container h6 {
        line-height: 1.6
    }
}

.alert-bar h6 {
    margin: 0 auto;
    line-height: 1.5;
    letter-spacing: 2px
}

#close {
    display: inline-block;
    padding: 2px 5px;
    width: 20px;
    height: 100%;
    cursor: pointer;
    margin-bottom: -3px
}

#close:hover {
    opacity: .7;
    transition: .3s ease-in-out
}

.alert-bar-closed {
    display: none;
    transition: .3s ease-in-out
}

.login-bar {
    width: 100%;
    display: flex;
    justify-content: space-between;
    height: 2.388rem;
    border-bottom: 1px solid #d8d8d8
}

.login-bar a {
    font-size: .666rem !important;
    color: #fff
}

.login-bar a:hover {
    color: #ebb844
}

.login-bar.scrolled {
    background: #20282e;
    display: none
}

.main-bar.scrolled {
    background: #20282e
}

.bottom-bar.scrolled {
    background: #20282e;
    display: none
}

.bottom-bar.open.scrolled {
    display: initial
}

.subscribe {
    width: 100%
}

.subscribe input {
    font-size: .777rem;
    font-family: "Work Sans";
    text-transform: uppercase;
    background: 0 0;
    letter-spacing: 2px;
    height: 100%
}

.mc4wp-form-fields {
    display: flex;
    width: 100%
}

.alt-bar {
    display: none
}

.alt-bar.open {
    display: flex;
    width: 100%;
    height: auto;
    flex-direction: row;
    flex-wrap: wrap
}

@media (max-width:767px) {
    .alt-bar.open {
        height: 30%
    }
}

.address-bar.open {
    width: 100%;
    height: 3.4rem;
    display: flex;
    background: #20282e
}

@media (max-width:767px) {
    .address-bar.open a {
        font-size: .666rem
    }
}

.line-1 {
    width: 50%;
    border-right: 1px solid #d8d8d8;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-right: 2rem
}

.line-1 a {
    font-size: .833rem;
    color: #aaaeb1;
    font-family: Anton;
    text-transform: uppercase
}

@media (max-width:767px) {
    .line-1 a {
        font-size: .555rem
    }
}

.line-1 a:hover {
    color: #ebb844
}

.line-1 a:visited {
    color: #aaaeb1 !important
}

@media (max-width:767px) {
    .line-1 {
        padding: 1rem;
        text-align: center
    }
}

.line-2 {
    width: 50%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 2rem
}

.line-2 a {
    font-size: .833rem;
    color: #aaaeb1;
    font-family: Anton
}

@media (max-width:767px) {
    .line-2 a {
        font-size: .555rem
    }
}

.line-2 a:hover {
    color: #ebb844
}

.line-2 a:visited {
    color: #aaaeb1 !important
}

.subscribe.open {
    display: initial;
    width: 100%;
    height: auto;
    border-bottom: 0
}

@media (max-width:767px) {
    .subscribe.open {
        height: auto;
        background: #20282e
    }
}

.login-bar.open {
    display: none
}

#cart {
    width: 21px;
    height: auto;
    max-height: 21px
}

.alt-txt h6 {
    font-size: clamp(.555rem, 4vw, .611rem)
}

@media (max-width:767px) {
    .alt-txt {
        display: none
    }
}

.bar-col-2 {
    display: flex;
    flex-direction: row-reverse;
    cursor: pointer
}

.bar-col-2 a:visited {
    color: #fffefc
}

.bar-col-2:hover {
    opacity: .7
}

@media (max-width:767px) {
    .bar-col-2 {
        margin-right: -.7rem
    }
}

.bar-col-1 a:visited {
    color: #fffefc
}

.bar-col-2 a {
    display: flex;
    align-items: center
}

.bar-col-2 li {
    list-style: none;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin-left: .3rem
}

.main-bar {
    width: 100%;
    display: flex;
    flex-direction: row;
    height: 4.222rem
}

.main-bar.open {
    align-items: center;
    justify-content: center
}

.inside-bars {
    display: flex;
    height: 3rem
}

.inside-bars button {
    border: 0;
    border-left: 1px solid #fff;
    background: 0 0;
    cursor: pointer;
    color: #db5030;
    font-family: Anton;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: .666rem !important;
    align-items: center;
    justify-content: center;
    display: flex;
    width: 25%;
    letter-spacing: 2px
}

@media (max-width:767px) {
    .inside-bars button {
        width: 18%
    }
}

img#search-ico {
    margin-right: .6rem;
    width: 16px;
    height: auto
}

@media (max-width:767px) {
    img#search-ico {
        margin-right: 0 !important
    }
}

.inside-bars button:hover {
    background-color: #111518 !important;
    transition: .3s ease-in-out;
    color: #fffefc;
    background-blend-mode: luminosity
}

.bottom-bar {
    width: 100%;
    border-top: 1px solid #d8d8d8
}

input.search {
    display: none
}

form.search-filter {
    display: none !important
}

form.search-filter.show {
    display: flex !important
}

input#search-input {
    height: 100%
}

input.search.go {
    display: initial
}

input.search.open {
    display: initial;
    background: 0 0;
    border: 0;
    border-bottom: 1px solid #d8d8d8;
    font-family: "Work Sans";
    font-size: .666rem;
    color: #d4d7d8 !important;
    padding-left: 2rem;
    text-transform: uppercase;
    border-radius: 0;
    background-size: 1.4% !important;
    background-repeat: no-repeat !important;
    background-position-x: 11px !important;
    background-position-y: center !important
}

.inside-bars.open button {
    border-bottom: 1px solid #d8d8d8;
    border-radius: 0
}

.bar-box-1.open,
.bar-box.open {
    display: none
}

.bar-box.hidden {
    display: none
}

.search {
    width: 100%;
    display: flex;
    justify-content: space-between
}

.search form {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%
}

.search fieldset {
    border: 0;
    padding: 0;
    height: 100%;
    width: 100%
}

.search select {
    background: 0 0;
    height: 100%;
    color: #aaaeb1;
    font-family: Anton;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: .666rem;
    border: 0;
    margin: 0 auto;
    width: 100%;
    cursor: pointer
}

@media (max-width:767px) {
    .search select {
        font-size: .555rem
    }
}

.search h6 {
    color: #ebb844;
    weight: #000;
    font-family: "Work Sans";
    text-transform: uppercase;
    letter-spacing: 2px
}

@media (max-width:767px) {
    .search .inside-bars button span {
        display: none
    }
    input.search.open {
        background-size: 5% !important
    }
}

@media (max-width:767px) {
    .bar-box {
        width: 30% !important
    }
}

.bar-box,
.bar-box-1 {
    display: flex;
    align-items: center;
    border-left: 1px solid #d8d8d8;
    width: 25%;
    justify-content: center
}

@media (max-width:767px) {
    .bar-box,
    .bar-box-1 {
        width: 30%
    }
}

.bar-box-1 {
    width: 30%
}

@media (max-width:767px) {
    .bar-box-1 {
        width: 20%
    }
}

.bar-box:hover {
    color: #262626;
    transition: .15s ease-in-out
}

.bar-box:hover select {
    color: #262626;
    transition: .15s ease-in-out
}

.bar-box select:hover {
    color: #353535
}

.primary-menu {
    display: none;
    height: 100%;
    transition: .3s ease-in-out;
    overflow: scroll
}

.primary-menu a {
    font-family: Anton, sans-serif
}

.primary-menu.open {
    display: flex;
    width: 100%;
    background: #171b1f;
    height: 100%;
    transition: .3s ease-in-out;
    overflow: scroll;
    flex-wrap: wrap
}

@media (max-width:767px) {
    .primary-menu.open {
        height: 70%
    }
}

.primary-menu.open ul {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    width: 100%
}

.primary-menu.scrolled.open {
    display: flex;
    width: 100%;
    background: #171b1f;
    transition: .3s ease-in-out;
    overflow: scroll;
    position: initial;
    height: 100% !important;
    top: 10.3rem;
    border-bottom: 1px solid #d8d8d8
}

.primary-menu.scrolled.open li {
    font-size: 1rem
}

.site-header {
    height: auto;
    background: #20282e;
    display: flex;
    position: fixed;
    flex-direction: column;
    width: 100%;
    align-items: center;
    z-index: 20;
    transition: .2s ease-in-out;
    justify-content: center;
    -webkit-box-shadow: 3px -1px 52px -8px rgba(0, 0, 0, .1);
    -moz-box-shadow: 3px -1px 52px -8px rgba(0, 0, 0, .1);
    box-shadow: 3px -1px 52px -8px rgba(0, 0, 0, .1)
}

@media (max-width:992px) {
    .site-header {
        justify-content: center
    }
}

.site-header a {
    font-size: .888rem
}

@media (max-width:767px) {
    .site-header {
        position: fixed;
        -webkit-box-shadow: 3px -1px 52px -8px rgba(0, 0, 0, .51);
        -moz-box-shadow: 3px -1px 52px -8px rgba(0, 0, 0, .51);
        box-shadow: 3px -1px 52px -8px rgba(155, 124, 124, .51)
    }
}

#site-navigation a:hover {
    color: #ebb844
}

#site-navigation a:focus {
    color: #ebb844 !important
}

#site-navigation a:visited {
    color: #e7edf5 !important
}

#site-navigation a:active {
    color: #ebb844 !important
}

.site-header.open {
    height: 100%
}

.site-header.scrolled {
    background: #20282e;
    transition: .2s ease-in-out;
    height: auto;
    z-index: 22222;
    box-shadow: 3px -1px 52px -8px rgba(31, 29, 29, .51);
    -moz-box-shadow: 3px -1px 52px -8px rgba(31, 29, 29, .51);
    -webkit-box-shadow: 3px -1px 52px -8px rgba(31, 29, 29, .51)
}

@media (max-width:767px) {
    .site-header.scrolled {
        background: #fff
    }
}

.site-header.scrolled .nav-nav #site-navigation li {
    transition: .2s ease-in-out
}

@media (max-width:1025px) {
    .site-header.scrolled .nav-nav #site-navigation li {
        padding: 0
    }
}

@media (max-width:1280px) {
    .site-header.scrolled .nav-nav #site-navigation li {
        padding: 0
    }
}

@media (max-width:992px) {
    .site-header.scrolled .nav-nav #site-navigation li a {
        padding: .7rem 0;
        color: #fff
    }
}

.site-header.scrolled img {
    width: 55%;
    height: 100%;
    margin: .5rem 0;
    transition: .2s ease-in-out
}

@media (max-width:767px) {
    .site-header.scrolled img {
        width: 100%
    }
}

.site-header.scrolled img#close {
    margin-bottom: 4px
}

.site-header.scrolled.open {
    height: 100%
}

.site-header.scrolled .secondary-menu {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column
}

.header-container {
    display: flex;
    width: 90%;
    margin: 0 auto
}

@media (max-width:992px) {
    .header-container {
        width: 100%
    }
}

.nav-nav {
    display: flex;
    height: 100%;
    border-left: 1px solid #d8d8d8;
    padding: 0 1rem
}

@media (max-width:992px) {
    .nav-nav {
        width: auto;
        height: 100%;
        display: flex;
        width: auto
    }
}

.nav-nav.open {
    border-left: 0;
    padding: 0
}

@media (max-width:767px) {
    .nav-nav.open .nav-nav.open {
        height: 3rem
    }
}

.current_page_item {
    border-bottom: 2.5px solid #2a353d;
    border-radius: 2px;
    -webkit-box-shadow: 3px -1px 52px -8px rgba(0, 0, 0, .1);
    -moz-box-shadow: 3px -1px 52px -8px rgba(0, 0, 0, .1);
    box-shadow: 3px -1px 52px -8px rgba(0, 0, 0, .1)
}

@media (max-width:767px) {
    .header.scrolled #header {
        margin-top: -2rem
    }
}

.header.scrolled .main-app {
    background: #00000087;
    border-radius: 53px;
    padding: .5rem .5rem;
    transition: .3s
}

.social-box-container {
    display: flex;
    justify-content: flex-end;
    width: 97%
}

@media (max-width:992px) {
    .social-box-container {
        justify-content: flex-end;
        z-index: 2222;
        display: none
    }
}

.footer {
    height: auto;
    display: flex;
    justify-content: space-between;
    background: #20282e;
    flex-direction: column;
    align-items: center;
    filter: drop-shadow(2px 3px 7px rgba(0, 0, 0, .3))
}

.footer:hover {
    -webkit-box-shadow: 3px -1px 52px -8px rgba(0, 0, 0, .1);
    -moz-box-shadow: 3px -1px 52px -8px rgba(0, 0, 0, .1);
    box-shadow: 3px -1px 52px -8px rgba(0, 0, 0, .1)
}

@media (max-width:767px) {
    .footer .logo {
        margin: 0 auto
    }
}

.subscribe input[type=submit] {
    width: 100%;
    color: #ebb844;
    font-weight: 900;
    border-right: 0;
    border-left: 0;
    background: 0 0;
    border-radius: 0
}

.subscribe input[type=submit]:hover {
    background: #ebb844;
    color: #262626;
    transition: .25s ease-in-out;
    cursor: pointer
}

.s-col-1 {
    width: 80%
}

@media (max-width:767px) {
    .s-col-1 {
        width: 70%
    }
}

@media (max-width:767px) {
    .s-col-1 input[type=email] {
        font-size: .555rem
    }
}

.s-col-2 {
    width: 20%
}

@media (max-width:767px) {
    .s-col-2 {
        width: 30%
    }
}

.subscribe input[type=email] {
    background: 0 0;
    width: 100%;
    padding-left: 6%;
    border-left: 0;
    border-radius: 0;
    height: 3rem;
    color: #fffefc !important
}

input[type=email]:focus {
    color: #fffefc
}

input[type=email]:active {
    color: #fffefc
}

.footer-row-1 {
    display: flex;
    width: 100%;
    flex-direction: column;
    height: 3rem
}

.footer-row-3 {
    width: 100%
}

.footer-row-3 .line-1 {
    border: 1px solid #d8d8d8;
    border-left: 0;
    border-right: 0
}

.footer-row-3 .line-2 {
    border: 1px solid #d8d8d8;
    border-right: 0
}

.address-bar {
    display: flex;
    height: 3rem
}

#footer-logo {
    width: 6rem;
    margin: 1rem auto
}

#address {
    text-align: center;
    font-size: .777rem !important
}

a.address {
    font-size: .8rem !important;
    color: #2a353d !important;
    line-height: 1
}

.footer-row-2 {
    text-align: center;
    margin: 2rem 0;
    width: 100%
}

.footer-row-2 img.logo-ico {
    width: 85%;
    margin: 0 auto
}

.footer-row-2 ul#primary-menu {
    list-style: none;
    display: flex;
    justify-content: space-around;
    margin: 0 auto;
    padding: 0;
    flex-wrap: wrap;
    width: 80%
}

.footer-row-2 ul#primary-menu a {
    font-size: clamp(.666rem, 4vw, .888rem) !important;
    color: #2a353d;
    font-weight: 600;
    white-space: nowrap
}

@media (max-width:992px) {
    .footer-row-2 ul#primary-menu {
        width: 100%;
        flex-direction: column
    }
}

.footer-row-2 ul#primary-menu li {
    padding: .5rem 0
}

.footer-row-2 ul#secondary-menu {
    list-style: none;
    display: flex;
    justify-content: space-evenly;
    margin: 0 auto;
    padding: 0;
    width: 65%;
    font-weight: 200
}

.footer-row-2 ul#secondary-menu a {
    color: #706f6f !important;
    font-size: clamp(.555rem, 4vw, .666rem)
}

@media (max-width:992px) {
    .footer-row-2 ul#secondary-menu {
        width: 100%;
        flex-direction: column
    }
    .footer-row-2 ul#secondary-menu li {
        padding: .5rem 0
    }
}

.footer-social {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 3.4rem
}

.footer-social i {
    color: #aaaeb1;
    font-size: 1rem;
    padding: 0 .8rem
}

.sub-footer {
    width: 100%;
    background: #20282e
}

.copyright {
    display: flex;
    align-items: center;
    height: 2.5rem;
    justify-content: center
}

.copyright p {
    font-size: .566rem;
    color: #aaaeb1;
    margin: 0;
    font-family: "Work Sans", sans-serif;
    font-weight: 400;
    letter-spacing: 2px
}

@media (max-width:767px) {
    .copyright p {
        font-size: .45rem
    }
}

.copyright a {
    font-size: .566rem;
    color: #aaaeb1;
    margin: 0;
    font-family: "Work Sans", sans-serif;
    font-weight: 400;
    letter-spacing: 3px
}

@media (max-width:767px) {
    .copyright a {
        font-size: .45rem
    }
}

.copyright a:visited {
    color: #aaaeb1
}

@media (max-width:767px) {
    .copyright {
        text-align: center;
        flex-direction: column
    }
    .copyright a {
        font-size: .55rem !important
    }
}

.header-right {
    display: flex;
    align-items: center;
    margin: 0 -1rem 0 0;
    padding-left: 1rem;
    border-left: 1px solid #e7edf5
}

@media (max-width:992px) {
    .header-right {
        margin: 0;
        display: inline-block
    }
}

input.search-field {
    font-family: "Work Sans", sans-serif
}

.site-header .search-field {
    background-color: transparent;
    background-image: url(../../uploads/2020/03/search-ico.png);
    background-position: 5px center;
    background-repeat: no-repeat;
    background-size: 24px 24px;
    border: none;
    cursor: pointer;
    height: 2.988rem;
    font-family: "Work Sans", sans-serif;
    margin: 3px 0;
    padding: 0 0 0 1.888rem;
    font-size: .7rem;
    position: relative;
    -webkit-transition: width .4s ease, background .4s ease;
    transition: width .4s ease, background .4s ease;
    width: 0
}

.site-header .search-field:focus {
    background-color: #fff;
    border: 2px solid #e7edf5;
    cursor: text;
    outline: 0;
    width: 230px
}

.search-form .search-submit {
    display: none
}

.menu .social-box {
    margin: 0;
    width: 100%;
    border-top: 1px solid #262626
}

@media (max-width:992px) {
    .menu .social-box {
        height: 3rem
    }
}

.menu .social-box.scrolled {
    margin-top: 0
}

#header {
    display: flex;
    justify-content: space-between;
    width: 94%;
    margin: 0 auto
}

@media (max-width:892px) {
    span.search-txt {
        display: none
    }
}

@media (max-width:767px) {
    #header {
        flex-direction: column;
        align-items: self-start;
        width: 100%;
        position: fixed;
        z-index: 222;
        margin-top: -2rem
    }
}

.logo.open a {
    justify-content: center
}

.logo.open {
    margin-left: 3.8rem
}

.logo {
    display: flex;
    align-items: center;
    justify-content: center;
    filter: drop-shadow(3px 1px 4px rgba(48, 48, 48, .4))
}

@media (max-width:992px) {
    .logo {
        justify-content: end;
        padding-left: 0;
        width: 60%;
        padding-left: 1rem
    }
}

.logo a {
    display: flex;
    justify-content: flex-start
}

@media (max-width:992px) {
    .logo a {
        justify-content: end;
        padding-left: 1rem
    }
}

@media (max-width:767px) {
    .logo a {
        padding-left: 0
    }
}

img.logo-ico {
    width: 12.055rem;
    height: 100%
}

.col-nav {
    align-self: center
}

@media (max-width:767px) {
    .col-nav {
        width: 100%
    }
}

.site-title {
    display: none
}

.site-description {
    display: none
}

.button {
    display: block;
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 3px;
    background: #313539;
    margin: 0 auto;
    padding-top: 12px;
    transition: all .5s cubic-bezier(1, 0, .645, .65)
}

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

.menu-bar {
    display: block;
    position: relative;
    background: #fff;
    width: 26px;
    height: 2px;
    border-radius: 1px;
    transition: all .3s;
    margin: 0 auto
}

.bar1 {
    top: 0;
    animation: topbar-back .5s;
    animation-fill-mode: both;
    animation-play-state: initial !important
}

.bar2 {
    opacity: 1
}

.bar3 {
    bottom: 0;
    animation: bottombar-back .5s;
    animation-fill-mode: both;
    animation-play-state: initial !important
}

.menu-bar+.menu-bar {
    margin-top: 5px
}

.toggled .bar1 {
    top: 25%;
    animation: topbar-x .5s;
    animation-fill-mode: both
}

.toggled .bar2 {
    opacity: 0
}

.toggled .bar3 {
    bottom: 25%;
    animation: bottombar-x .5s;
    animation-fill-mode: both
}

@keyframes topbar-x {
    0% {
        top: 0;
        -webkit-transform: rotate(0)
    }
    45% {
        top: 25%;
        -webkit-transform: rotate(145deg)
    }
    75% {
        -webkit-transform: rotate(130deg)
    }
    100% {
        -webkit-transform: rotate(135deg)
    }
}

@keyframes topbar-back {
    0% {
        top: 25%;
        -webkit-transform: rotate(135deg)
    }
    45% {
        -webkit-transform: rotate(-10deg)
    }
    75% {
        -webkit-transform: rotate(5deg)
    }
    100% {
        top: 0;
        -webkit-transform: rotate(0)
    }
}

@keyframes bottombar-x {
    0% {
        bottom: 0;
        -webkit-transform: rotate(0)
    }
    45% {
        bottom: 25%;
        -webkit-transform: rotate(-145deg)
    }
    75% {
        -webkit-transform: rotate(-130deg)
    }
    100% {
        -webkit-transform: rotate(-135deg)
    }
}

@keyframes bottombar-back {
    0% {
        bottom: 25%;
        -webkit-transform: rotate(-135deg)
    }
    45% {
        -webkit-transform: rotate(10deg)
    }
    75% {
        -webkit-transform: rotate(-5deg)
    }
    100% {
        bottom: 0;
        -webkit-transform: rotate(0)
    }
}

#site-navigation {
    margin: 0 auto;
    width: 100%;
    align-items: flex-end;
    justify-content: center;
    display: flex;
    flex-direction: column
}

@media (max-width:992px) {
    #site-navigation {
        width: 100%;
        text-align: right;
        z-index: 22222
    }
}

#site-navigation a {
    padding: .2rem .8rem;
    font-size: .888
}

@media (max-width:1025px) {
    #site-navigation a {
        padding: .2rem 1rem
    }
}

@media (max-width:1280px) {
    #site-navigation a {
        padding: .2rem .6rem
    }
}

#site-navigation li {
    text-align: right
}

@media (max-width:1280px) {
    #site-navigation li {
        padding: .5rem 0
    }
}

@media (max-width:1025px) {
    #site-navigation li {
        padding: 0
    }
}

@media (max-width:1280px) {
    #site-navigation li {
        padding: .1rem
    }
}

@media (max-width:992px) {
    #site-navigation li {
        padding: .8rem 0;
        border-bottom: 1px solid #c1c1c1;
        text-align: center
    }
}

#site-navigation li:hover {
    opacity: .8;
    -moz-opacity: .8;
    -webkit-opacity: .8;
    transition: .25s ease-in-out
}

#site-navigation ul#primary-menu {
    display: flex;
    justify-content: space-between;
    width: 100%
}

#site-navigation ul#primary-menu a {
    color: #2a353d;
    font-family: "Work Sans", sans-serif !important;
    font-size: calc(11px + (16 - 11) * ((100vw - 350px)/ (1600 - 350)));
    white-space: nowrap
}

@media (max-width:992px) {
    #site-navigation .primary-menu {
        width: 100%
    }
}

#site-navigation .main-navigation {
    align-self: center;
    width: auto;
    font-family: "Work Sans", sans-serif
}

@media (max-width:992px) {
    #site-navigation .main-navigation ul {
        display: none !important
    }
}

#site-navigation .main-navigation a {
    color: #fff
}

#site-navigation .main-navigation a:hover {
    opacity: .8;
    -moz-opacity: .8;
    -webkit-opacity: .8;
    transition: .25s ease-in-out
}

#site-navigation #site-navigation {
    z-index: 222222
}

#site-navigation .main-navigation.toggled {
    transition: .1s ease-in-out;
    width: 100% !important
}

@media (max-width:992px) {
    #site-navigation .main-navigation.toggled {
        background: #000000c1
    }
}

@media (max-width:992px) {
    #site-navigation .header-right {
        height: 4rem !important;
        background: #fff !important
    }
}

#site-navigation nav#site-navigation.toggled {
    width: 100% !important
}

@media (max-width:992px) {
    #site-navigation .main-navigation.toggled ul,
    #site-navigation .menu-toggle {
        display: flex !important;
        flex-direction: column;
        margin-bottom: 1rem;
        padding-right: 3%
    }
}

#site-navigation ul#secondary-menu a {
    font-size: min(max(.611rem, 4vw), .666rem) !important;
    color: #706f6f;
    text-align: center
}

@media (max-width:767px) {
    #site-navigation .burger-txt {
        display: none
    }
}

#site-navigation .burger-txt.open {
    display: none
}

@media not all and (min-resolution:0.001dpcm) {
    @supports (-webkit-appearance: none) {
        #site-navigation .header.scrolled {
            margin-top:0
        }
    }
}

#site-navigation .owl-stage-outer.owl-height {
    z-index: -222221
}

#site-navigation .owl-dot:before {
    counter-increment: dots;
    content: "0" counter(dots) "";
    color: #fff;
    opacity: .78;
    -moz-opacity: .78;
    -webkit-opacity: .78;
    font-family: "Work Sans", sans-serif
}

#site-navigation .owl-dot.active:before {
    counter-increment: dots;
    content: "0" counter(dots) "";
    color: #fff;
    font-family: "Work Sans", sans-serif;
    font-weight: 700
}

#site-navigation div#testimonials-carousel {
    display: flex;
    justify-content: baseline;
    height: auto
}

#site-navigation .owl-carousel .owl-stage-outer {
    height: 100% !important
}

#site-navigation .owl-dots {
    counter-reset: dots;
    position: absolute;
    margin-top: -2rem;
    z-index: 2222222
}

@media (max-width:767px) {
    #site-navigation .owl-dots {
        margin-top: 0
    }
}

#site-navigation button.owl-dot {
    margin: 0 .3rem
}

#site-navigation .owl-dots button.owl-dot:hover {
    transition: .1s ease-in-out
}

#site-navigation .owl-nav.disabled {
    display: block !important
}

#site-navigation button.owl-prev {
    margin-left: -2rem !important;
    align-items: flex-start;
    display: flex
}

@media (max-width:1025px) {
    #site-navigation button.owl-prev {
        margin-top: 8rem !important;
        margin-left: 0 !important
    }
}

@media (max-width:767px) {
    #site-navigation button.owl-prev {
        margin-left: -.8rem !important
    }
}

#site-navigation button.owl-next {
    margin-right: -2rem !important
}

@media (max-width:1025px) {
    #site-navigation button.owl-next {
        margin-top: 8rem !important;
        margin-right: 0 !important
    }
}

@media (max-width:767px) {
    #site-navigation button.owl-next {
        margin-right: -.8rem !important
    }
}

#site-navigation .owl-nav button {
    position: absolute;
    top: 50%;
    color: #fff;
    margin: 0;
    transition: all .3s ease-in-out
}

#site-navigation .owl-nav button.owl-prev {
    left: 0
}

#site-navigation .owl-nav button.owl-next {
    right: 0
}

#site-navigation .owl-dots {
    text-align: center
}

#site-navigation .owl-dots button.owl-dot {
    width: .7rem;
    height: .7rem;
    border-radius: 50%;
    display: inline-block;
    margin: 0 3px
}

#site-navigation .owl-carousel button.owl-dot {
    margin: 0 3rem 0 0 !important;
    font-size: 1.3rem !important
}

#site-navigation .owl-dots button.owl-dot:focus {
    outline: 0 !important
}

#site-navigation .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

#site-navigation span {
    font-size: .666rem;
    position: relative;
    top: -5px;
    color: #ebb844;
    text-transform: uppercase;
    letter-spacing: .5px;
    margin-left: -1px;
    font-family: "Work Sans";
    font-weight: 900
}

#site-navigation .owl-nav button:focus {
    outline: 0 !important
}

#site-navigation #footer-thankyou {
    display: none !important
}

#site-navigation .footer {
    height: auto;
    display: flex;
    justify-content: space-between;
    background: #e7edf5 !important;
    border-top: 4vw solid #ebb844 !important;
    padding: 2rem;
    flex-direction: column;
    align-items: center;
    padding: 2rem 2rem 0 2rem
}

#site-navigation .footer-row-1 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 1rem
}

#site-navigation .footer-logo {
    margin-top: .6rem;
    flex-basis: 47%
}

#site-navigation:hover {
    opacity: .8;
    -moz-opacity: .8;
    -webkit-opacity: .8;
    transition: .25s ease-in-out
}