/* ------------------------------------------------------
   RESET
   ------------------------------------------------------ */
*, *::before, *::after {
	margin: 0;
	padding: 0;
    box-sizing: border-box;
}
html {
    font-family: sans-serif;
}
body {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}
h1, h2, h3, h4, h5, h6, p { 
    margin-bottom: 20px;
}
a {
    text-decoration: none;
    transition: all .3s ease;
}
img {
    max-width: 100%;
    height: auto;
    border: 0;
    vertical-align: middle;
}
small {
    font-size: 80%;
}
big {
    font-size: 120%;
}
hr {
    border: 1px solid;
    border-bottom: 0;
    margin: 20px 0;
}
ol, ul {
    padding-left: 40px;
    margin-top: 20px;
    margin-bottom: 20px;
    
}
ul {
    list-style: disc;
}
blockquote p {
    margin-bottom: 10px;
}
blockquote p:last-of-type {
    margin-bottom: 0;
}
input[type=text], input[type=email], input[type=password], input[type=number], input[type=search], input[type=tel], input[type=url], input[type=date], input[type=datetime-local], input[type=week], input[type=time], input[type=month], input[list], textarea, select {
	display: block; 
	width: 100%;
	padding: .66em 1em;
    transition: all .3s ease;
	appearance: none;
}
select {
	padding-right: 2.25em;
    background-repeat: no-repeat;
    background-position: right .75em center;
    background-size: .75em;
}
.select2-container--default .select2-selection--single {
    height: auto;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    padding: .66em 1em;
    color: inherit;
    line-height: inherit;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 50%;
    right: 1.55em;
    margin-top: -0.18em;
    width: 0;
    height: 0;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-top-color: inherit;
    border-width: 0.36em 0.36em 0 0.36em;
    top: 0;
    left: auto;
    margin: 0;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-width: 0 0.36em 0.36em 0.36em;
    border-bottom-color: inherit;
}
.select2-dropdown {
    border-radius: 0;
}
.select2-results__option.select2-results__option--highlighted {
    background-color: rgba(180, 180, 180, .3);
}
.select2-container--default.select2-container--disabled .select2-selection--single {
    opacity: .5;
}

input[type=radio], input[type=checkbox] {
	display: inline-block;
    width: 1em;
    height: 1em;
	border-radius: .2em;
    vertical-align: middle;
    margin-top: -0.1em;
	appearance: none;
}
input[type=radio] {
	border-radius: 50%;
}
input[type=reset], input[type=submit], input[type=button], button {
	display: inline-block;
	vertical-align: middle;
	padding: .66em 1.33em;
	cursor: pointer;
    transition: all .3s ease;
	appearance: none;
}
input[type=reset]:disabled, input[type=submit]:disabled, input[type=button]:disabled, button:disabled {
    opacity: .5;
}
fieldset {
    padding: .66em 1em;
}
legend {
    padding: 0 .66em;
}
::placeholder {
    color: inherit;
    opacity: .75;
}
:focus::placeholder {
    opacity: .5;
}

.e89-svg svg {
    display: inline-block;
    vertical-align: middle;
    font-size: 30px;
    width: 1em;
    fill: currentColor;
}
.e89-icon-cart {
    position: relative;
    display: flex;
    align-items: center;
}

#e89-main-head:before,
#e89-header:before,
#e89-header-float:before,
#e89-mobile-nav:before,
.e89-sidebar.sidebar-bg-complete:before,
.e89-sidebar.sidebar-bg-widget .widget:before,
#e89-footer:before { 
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

#e89-page {
    position:relative;
    margin: auto;
}


/**
 * Header
**/
#e89-header {
    position: relative;
    display: flex;
    flex-direction: column;
    border-width: 0;
    border-style: solid;
    z-index: 20;
}
body.float-header-all #e89-header {
    position: fixed;
    width: 100%;
}
.e89-header-wrapper {
    flex: 0 0 auto;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    margin: auto;
    height: auto;
    min-height: 50px;
    padding: 0 10px;
}
.e89-header-logo {
    flex: 1;
    min-width: 0;
    padding: 3px 10px;
    line-height: 1;
}
.e89-header-logo a {
    display: inline-block;
    vertical-align: middle;
}
.e89-header-logo .mobile-logo {
    display: block;
    width: auto;
    max-height: 44px;
}
.e89-mobile-button {
    flex: 0 0 auto;
    position: relative;
    width:48px;
    height:48px;
    cursor: pointer;
    -webkit-tap-highlight-color:transparent;
}
.e89-mobile-button.hamburger:before,
.e89-mobile-button.hamburger:after,
.e89-mobile-button.hamburger span { 
    content:'';
    position:absolute;
    width:28px;
    height:4px;
    border-radius: 4px;
    left:10px;
    top:22px;
}
.e89-mobile-button.hamburger:before {
    top:13px;
}
.e89-mobile-button.hamburger:after {
    top:31px;
}
body.float-header-btn .e89-mobile-button.btn-floating {
    position:fixed;
    top:-60px;
    left: 10px;
    margin-top: 10px;
    -webkit-transition:top 0.4s ease;
    transition:top 0.4s ease;
}
body.float-header-btn .mobile-layout-2 .e89-mobile-button.btn-floating,
body.float-header-btn .mobile-layout-4 .e89-mobile-button.btn-floating,
body.float-header-btn .mobile-layout-5 .e89-mobile-button.btn-floating {
    left: auto;
    right: 10px;
}

.e89-mobile-elements {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
}
.e89-mobile-search {
    padding: 3px 10px;
}
.e89-mobile-search .e89-open-search {
    font-size: 24px;
}
.e89-mobile-cart {
    position: relative;
    padding: 3px 10px;
}
.e89-mobile-cart .e89-icon-cart svg {
    font-size: 25px;
}

.mobile-layout-2 .e89-mobile-elements,
.mobile-layout-4 .e89-mobile-elements,
.mobile-layout-5 .e89-header-logo,
.mobile-layout-6 .e89-mobile-button {
    order: 1;
}
.mobile-layout-2 .e89-header-logo,
.mobile-layout-4 .e89-header-logo,
.mobile-layout-5 .e89-mobile-elements,
.mobile-layout-6 .e89-mobile-elements {
    order: 2;
}
.mobile-layout-2 .e89-mobile-button,
.mobile-layout-4 .e89-mobile-button,
.mobile-layout-5 .e89-mobile-button,
.mobile-layout-6 .e89-header-logo {
    order: 3;
}
.mobile-layout-3 .e89-header-logo,
.mobile-layout-4 .e89-header-logo {
    text-align: center;
}
.mobile-layout-2 .e89-header-logo,
.mobile-layout-6 .e89-header-logo {
    text-align: right;
}
.mobile-layout-5 .e89-header-logo {
    padding-left: 0;
}
.mobile-layout-6 .e89-header-logo {
    padding-right: 0;
}

.e89-elements {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.e89-elements .link {
    display: flex;
    align-items: center;
    margin: .2em .5em;
}
.e89-elements .with-icon {
    padding-left: 0.5em;
}
.e89-elements.element_search {
    position: relative;
}
.e89-elements.element_search.inline {
    width: 100%;
    max-width: 200px;
}
.e89-mobile-bar .element_search,
body.header-mode-side .element_search {
    position: initial;
}
.e89-mobile-bar .element_search.inline,
body.header-mode-side .element_search.inline {
    width: inherit;
    max-width: none;
}

.e89-menu,
.e89-menu ul,
.e89-menu li {
    list-style: none;
    padding: 0;
    margin: 0;
}
.e89-menu li >a {
    position:relative;
    display: flex;
    align-items: center;
    text-decoration:none;
}
.e89-menu.top-align-left >li >a .cont,
.e89-menu.sub-align-left >li ul li >a .cont,
.e89-menu.mega-align-left >li.megamenu ul .column-title >a .cont,
.e89-menu-slide.top-align-left li >a .cont,
.e89-menu-accordion.top-align-left li >a .cont {
    justify-content: flex-start;
    text-align: left;
}
.e89-menu.top-align-center >li >a .cont,
.e89-menu.sub-align-center >li ul li >a .cont,
.e89-menu.mega-align-center >li.megamenu ul .column-title >a .cont,
.e89-menu-slide.top-align-center li >a .cont,
.e89-menu-accordion.top-align-center li >a .cont {
    justify-content: center;
    text-align: center;
}
.e89-menu.top-align-right >li >a .cont,
.e89-menu.sub-align-right >li ul li >a .cont,
.e89-menu.mega-align-right >li.megamenu ul .column-title >a .cont,
.e89-menu-slide.top-align-right li >a .cont,
.e89-menu-accordion.top-align-right li >a .cont {
    justify-content: flex-end;
    text-align: right;
}
.e89-menu a .cont {
    flex: 1;
    display: flex;
    align-items: center;
}
.e89-menu a .icon {
    flex: 0 0 auto;
    display: inline-block;
    margin-right: .3em;
}
.e89-menu a .icon i {
    font-size: 1em;
    width: 1em;
    text-align: center;
}
.e89-menu a .icon img {
    display: block;
    width: 1em;
}
.e89-menu a .text {
    flex: 0 1 auto;
    display: inline-block;
}
.e89-menu a .title {
    display: block;
    line-height: 1.2em;
}
.e89-menu a .description {
    display: block;
    line-height: 1.2em;
    transition: all .3s ease;
}

.e89-menu-slide-wrapper {
    position: relative;
    height: 100%;
}
.e89-menu-slide {
    left: 0;
    position: relative;
    transition: left .3s ease;
}
.e89-menu-slide ul {
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
}
.e89-menu-slide li {
    overflow: hidden;
    display: none;
}
.e89-menu-slide-wrapper >.panel-active >li, 
.e89-menu-slide .item-active, 
.e89-menu-slide .panel-active >li {
    display: flex;
}
.e89-menu-slide .item-active >.panel-active {
    display: block;
}
.e89-menu-slide li >a {
    flex: 1;
    min-height: 40px;
    padding: 10px 40px;
}
.e89-menu-slide .menu-item-has-children >a.link {
    order: 1;
    padding-right: 0;
}
.e89-menu-slide li >a.arrow {
    order: 2;
    flex: 0 0 auto;
    width: 40px;
    padding-left: 0;
    padding-right: 0;
}
.e89-menu-slide li >a.arrow:after {
    font-family:"Font Awesome 6 Pro", "Font Awesome 6 Free";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    font-weight: 900;
    font-size: 20px;
    content: '\f105';
    text-align: center;
    width: 100%;

}
.e89-menu-slide li >a.arrow.back {
    order: 1;
}
.e89-menu-slide li >a.arrow.back:after {
    content: '\f104';
}
.e89-menu-slide li >a.link.back {
    order: 2;
    padding-left: 0;
}


.e89-menu-slide:not(.dividers-none) li >a.link:after,
.e89-menu-slide:not(.dividers-none) li:first-child >a.link:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
}
.e89-menu-slide:not(.dividers-none) li:first-child >a.link:before {
    top: 0;
    bottom: auto;
}
.e89-menu-slide:not(.dividers-none) li.menu-item-has-children >a.link:after,
.e89-menu-slide:not(.dividers-none) li.menu-item-has-children >a.link:before {
    right: -40px;
}
.e89-menu-slide:not(.dividers-none) li >a.link.back:after {
    left: -40px;
}
.e89-menu-slide.dividers-custom li >a.link:after,
.e89-menu-slide.dividers-custom li >a.link:before{
    margin: auto;
}
.e89-menu-slide:not(.dividers-first-last) li:first-child >a.link:before, 
.e89-menu-slide:not(.dividers-first-last) li:last-child >a.link:after {
    display: none;
}

.e89-menu-accordion li {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.e89-menu-accordion li >a {
    flex: 1;
    min-height: 40px;
    padding: 10px 40px;
    order: 1;
}
.e89-menu-accordion .menu-item-has-children >a {
    padding-right: 0;
}
.e89-menu-accordion li .toggle:not(.link) {
    flex: 0 0 auto;
    width: 40px;
    padding-left: 0;
    padding-right: 0;
    order: 2;
}
.e89-menu-accordion li .toggle:not(.link):before,
.e89-menu-accordion li .toggle:not(.link):after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: currentColor;
}
.e89-menu-accordion li .toggle:not(.link):before {
    margin-top: -8px;
    margin-left: -1px;
    width: 2px;
    height: 16px;
}
.e89-menu-accordion li .toggle.active:not(.link):before {
    transform: rotate(90deg);
    opacity: 0;
}
.e89-menu-accordion li .toggle:not(.link):after {
    margin-top: -1px;
    margin-left: -8px;
    width: 16px;
    height: 2px;
}

.e89-menu-accordion ul {
    display: none;
    flex: 0 0 auto;
    width: 100%;
    padding-left: 4%;
    padding-bottom: 10px;
    order: 3;
}
.e89-menu-accordion:not(.dividers-none) >li:before,
.e89-menu-accordion:not(.dividers-none) >li:last-child:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    margin: auto;
}
.e89-menu-accordion:not(.dividers-none) >li:last-child:after {
    bottom: 0;
    top: auto;
}
.e89-menu-accordion:not(.dividers-first-last) li:first-child:before,
.e89-menu-accordion:not(.dividers-first-last) li:last-child:after {
    display: none;
}

body.e89-mobile-nav-opened {
    overflow: hidden;
}
.e89-mobile-nav-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 30;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease-out;
}
body.e89-mobile-nav-opened .e89-mobile-nav-overlay {
    opacity: 1;
    visibility: visible;
}
#e89-mobile-nav {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 31;
    transform:translate(-100%,0);
    transition: transform .3s ease-out, opacity .3s ease-out, visibility .3s ease-out;
}
#e89-mobile-nav.show-left {
    transform:translate(-100%,0);
    left: 0;
    top: 0;
    bottom: 0;
}
body.e89-mobile-nav-opened #e89-mobile-nav.show-left {
    transform: translate(0,0);
}
#e89-mobile-nav.show-right {
    transform:translate(100%,0);
    right: 0;
    top: 0;
    bottom: 0;
}
body.e89-mobile-nav-opened #e89-mobile-nav.show-right {
    transform: translate(0,0)
}
#e89-mobile-nav.show-top {
    transform:translate(-50%,-100%);
    left: 50%;
    top: 0;
}
body.e89-mobile-nav-opened #e89-mobile-nav.show-top {
    transform: translate(-50%,0);
}
#e89-mobile-nav.show-bottom {
    transform:translate(-50%,100%);
    left: 50%;
    bottom: 0;
}
body.e89-mobile-nav-opened #e89-mobile-nav.show-bottom {
    transform: translate(-50%,0)
}
#e89-mobile-nav.show-centered {
    transform: translate(-50%,-50%);
    opacity: 0;
    visibility: hidden;
    left: 50%;
    top: 50%;
}
body.e89-mobile-nav-opened #e89-mobile-nav.show-centered {
    opacity: 1;
    visibility: visible;
}
body.admin-bar .e89-mobile-nav-overlay {
    z-index: 100000;
}
body.admin-bar #e89-mobile-nav {
    z-index: 100001;
}
#e89-mobile-nav .e89-mobile-nav-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
}
#e89-mobile-nav .mobile-content-top {
    flex: 0 0 auto;
    min-height: 60px;
    position: relative;
    padding: 0 40px;
}
#e89-mobile-nav .close-mobile-nav {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    cursor: pointer;
}
#e89-mobile-nav .close-mobile-nav:after,
#e89-mobile-nav .close-mobile-nav:before {
    content: '';
    border: 2px solid;
    display: block;
    width: 10px;
    height: 10px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    transform: rotate(-45deg);
    transition: border-color .3s ease;
}
#e89-mobile-nav .close-mobile-nav:before {
    border-right:none;
    border-bottom:none;
    right:9px;
}
#e89-mobile-nav .close-mobile-nav:after {
    border-left:none;
    border-top:none;
    right:20px;
}
#e89-mobile-nav .e89-mobile-logo {
    display: block;
    margin: auto;
}
#e89-mobile-nav .e89-mobile-logo img {
    width: 100%;
}
#e89-mobile-nav .mobile-content {
    overflow: hidden;
    overflow-y: auto;
    flex: 1;
    height: 100%;
}
#e89-mobile-nav .mobile-content-bottom {
    flex: 0 0 auto;
}
.e89-mobile-bar {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 10px 0;
}
.e89-mobile-bar .to-top,
.e89-mobile-bar .to-bottom {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    position: relative;
    padding: 0 20px;
}
.e89-mobile-bar .e89-elements {
    justify-content: center;
    text-align: center;
    padding: 10px 0;
    line-height: 1.2;
}
.e89-mobile-bar .e89-searchform.float.in-mobile  {
    top: auto;
    bottom: 100%;
}

#e89-header-float,
.e89-header-bar,
.e89-header-logo .main-logo,
.e89-header-logo .float-logo,
.e89-header-widget,
#e89-header-nav {
    display: none;
}

.e89-open-search {
    cursor: pointer;
}
.e89-searchform {
    position: relative;
    width: 100%;
}
.e89-searchform.has-button input[type=text] {
    padding: .3em 1.8em .3em .8em;
    font-size: 1em;
}
.e89-searchform label {
    position: absolute;
    right: .5em;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1em;
    cursor: pointer;
}
.e89-searchform input[type=submit] {
    display: none;
}
.e89-searchform .e89-svg svg {
    display: block;
    font-size: 1em;
    opacity: .5;
}
.e89-searchform.float.in-mobile {
    display: none;
    position: absolute;
    z-index: 2;
    top: 100%;
    left: 0;
    right: 0;
    font-size: 90%;
}


/**
 * Content
**/
body.float-header-all #e89-main {
    padding-top: 50px;
}
#e89-main-content {
    display: flex;
    flex-direction: column;
    margin:auto;
    padding: 40px 20px;
}
.e89-content {
    flex: 1;
    min-width: 0;
}
.e89-sidebar {
    position: relative;
    flex: 0 0 auto;
    width: 100%;
    margin-top: 40px;
}

.e89-sidebar.has-widget-divider section:before {
    content: '';
    position: absolute;
    top: 0;
    z-index: 1;
}
.e89-sidebar.has-widget-divider section:first-child:before {
    display: none;
}
.e89-sidebar.sidebar-bg-widget section:first-child {
    margin-top: 0;
}

#e89-main-head {
    position: relative;
}
.e89-main-head-wrapper {
    display: flex;
    align-items: center;
    margin: auto;
}
.e89-main-head-content {
    flex: 1;
    min-width: 0;
    position: relative;
}
#e89-main-head .post-title {
    color: inherit;
}
#e89-main-head.border {
    border-bottom: 1px solid;
}
#e89-main-head:not(.mode-slider) .e89-main-head-content {
    padding: 40px 20px;
}
#e89-main-head.mode-slider {
    background: transparent;
}
#e89-main-head.align-left {
    text-align: left;
}
#e89-main-head.align-center {
    text-align: center;
}
#e89-main-head.align-right {
    text-align: right;
}
#e89-main-head.align-left .post-meta {
    text-align: left;
    justify-content: flex-start;
}
#e89-main-head.align-center .post-meta {
    text-align: center;
    justify-content: center;
}
#e89-main-head.align-right .post-meta {
    text-align: right;
    justify-content: flex-end;
}

.post-title {
    margin: 0;
}
.post-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-top: 16px;
}
.post-meta >span, .post-meta >p {
    flex: 0 1 auto;
    line-height: 1.3em;
    margin: 4px 0;
    padding: 0 10px;
    position: relative;
}
.post-meta >p {
    padding: 0;
}
.post-meta >span:first-child {
    padding-left: 0;
}
.post-meta >span:last-child {
    padding-right: 0;
}
.post-meta >span:before {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -2px;
    left: -2px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
}
.post-meta >span:first-child:before {
    display: none;
}

.e89-post-content blockquote:not(.featured) {
	padding: 15px 15px 15px 40px;
	border-left: 2px solid;
	margin: 20px 0;
}

.post-navigation {
    border-top: 1px solid;
    padding-top: 40px;
    margin-top: 40px;
    text-transform: uppercase;
}
.post-navigation .nav-links {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.post-navigation .screen-reader-text {
    display: none;
}
.post-navigation .nav-previous,
.post-navigation .nav-next {
    flex: 0 0 auto;
    width: 100%;
    text-align: center;
    padding: 5px 0;
}
.post-navigation a {
    display: inline-flex;
    align-items: center;
}
.post-navigation i {
    display: none;
}
.post-navigation .text {
    flex: 1;
}
.post-navigation .nav-tag {
    font-size: 90%;
}
.post-navigation .nav-tag,
.post-navigation .nav-title {
    display: block;
    line-height: 1.3;
}

.widget {
    position: relative;
    display: block;
    line-height: 1.3em;
}
.widget-title {
    margin-bottom: 20px;
}
.widget ol, .widget ul {
    padding-left: 20px;
    margin: 0;
}
.widget li {
    padding: 0;
}
.widget h1,.widget h2,.widget h3,.widget h4,.widget h5,.widget h6 {
    color: inherit;
}

#e89-footer {
    position: relative;
}
#e89-footer-wrapper {
    margin: auto;
    overflow: hidden;
    padding: 40px 20px 0 20px;
}
#e89-footer .columns-container {
    display: flex;
    flex-wrap: wrap;
}
#e89-footer .column {
    flex: 0 0 auto;
    width: 100%;
}
#e89-footer .widget {
    margin-bottom: 20px;
}
#e89-footer .copyright-area {
    display: block;
    position: relative;
    margin-top: 20px;
    border-top: 1px solid;
    padding: 20px 40px 20px 0;
}
#e89-footer a.back-top {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -20px;
    width: 40px;
    line-height: 40px;
    font-size: 20px;
    cursor: pointer;
    text-align: center;
}

@media (min-width: 480px) {
    
    .post-navigation .nav-previous {
        flex: 1;
        text-align: left;
    }
    .post-navigation .nav-next {
        flex: 1;
        text-align: right;
    }
    .post-navigation i {
        display: block;
        flex: 0 0 auto;
        width: 30px;
        font-size: 30px;
    }
    
}

@media (min-width: 576px) {

    #e89-footer .col-2-b .column,
    #e89-footer .col-2-c .column {
        width: 60%;
    }
    #e89-footer .col-2-a .column,
    #e89-footer .col-3-a .column,
    #e89-footer .col-3-b .column:not(.col-3),
    #e89-footer .col-3-c .column:not(.col-1),
    #e89-footer .col-4-a .column,
    #e89-footer .col-4-b .column,
    #e89-footer .col-4-c .column,
    #e89-footer .col-5-a .column,
    #e89-footer .col-6-a .column {
        width: 50%
    }
    #e89-footer .col-2-b .column.col-1,
    #e89-footer .col-2-c .column.col-2 {
        width: 40%;
    }

}

@media (min-width: 768px) {
    
    .e89-header-wrapper {
        padding: 0 20px;
    }
    body.float-header-btn .e89-mobile-button.btn-floating {
        left: 20px;
    }
    body.float-header-btn .mobile-layout-2 .e89-mobile-button.btn-floating,
    body.float-header-btn .mobile-layout-4 .e89-mobile-button.btn-floating,
    body.float-header-btn .mobile-layout-5 .e89-mobile-button.btn-floating {
        left: auto;
        right: 20px;
    }
    
    .e89-sidebar {
        margin-top: 0;
    }
    body.sidebar-left #e89-main-content,
    body.sidebar-right #e89-main-content {
        flex-direction: row;
    }
    body.sidebar-left .e89-content {
        order: 2;
        padding-left: 40px;
        min-width: 0;
    }
    body.sidebar-left .e89-sidebar {
        order: 1;
    }
    body.sidebar-right .e89-content {
        padding-right: 40px;
        min-width: 0;
    }
    .e89-sidebar-wrapper {
        position: sticky;
        top: 0;
    }

    #e89-footer .col-2-b .column,
    #e89-footer .col-2-c .column {
        width: 66.666%;
    }
    #e89-footer .col-2-b .column.col-1,
    #e89-footer .col-2-c .column.col-2,
    #e89-footer .col-3-a .column,
    #e89-footer .col-5-a .column,
    #e89-footer .col-6-a .column {
        width: 33.333%;
    }
    #e89-footer .col-3-b .column:not(.col-3),
    #e89-footer .col-3-c .column:not(.col-1),
    #e89-footer .col-4-a .column {
        width: 25%;
    }
    #e89-footer .col-3-b .column.col-3,
    #e89-footer .col-3-c .column.col-1 {
        width: 50%;
    }

}

@media (min-width: 992px) {
    
    #e89-footer .col-4-b .column,
    #e89-footer .col-4-c .column,
    #e89-footer .col-5-a .column {
        width: 20%;
    }
    #e89-footer .col-4-b .column.col-4,
    #e89-footer .col-4-c .column.col-1 {
        width: 40%;
    }
    #e89-footer .col-6-a .column {
        width: 16.666%;
    }

}

@media (min-width: 1024px) {
    
    body.float-header-all #e89-header {
        position: relative;
    }
    #e89-header-nav:not(.e89-menu-slide-wrapper) {
        flex: 1;
        min-width: 0;
        display: flex;
    }
    #e89-header-nav.e89-menu-slide-wrapper {
        display: block;
    }
    .e89-header-logo {
        padding: 0;
    }
    .e89-header-logo .main-logo {
        width: 100%;
        display: block;
    }
    #e89-header-float .float-logo {
        display: block;
    }
    
    .e89-header-widget {
        flex: 1;
        min-width: 0;
        display: block;
    }
    .e89-header-widget .widget {
        padding: 10px 0;
        margin: 0 auto;
    }
    .e89-header-widget .widget a {
        color:inherit;
    }
    
    body.header-mode-inline .align-top {
        align-items: flex-start;
    }
    body.header-mode-inline .align-bottom {
        align-items: flex-end;
    }
    body.header-mode-inline .e89-header-logo {
        flex: 0 0 auto;
    }
    body.header-mode-inline .e89-header-content {
        flex: 1;
        min-width: 0;
        display: flex;
        flex-direction: column;
    }
    
    body.header-mode-inline .logo-right .e89-header-content,
    body.header-mode-inline .widget-below .e89-header-content {
        order: 1;
    }
    body.header-mode-inline .logo-right .e89-header-logo,
    body.header-mode-inline .widget-below .e89-header-widget {
        order: 2;
    }
    
    body.header-mode-classic .e89-header-wrapper {
        flex-wrap: wrap;
        align-content: center;
    }
    body.header-mode-classic .e89-header-wrapper.align-top {
        align-content: flex-start;
    }
    body.header-mode-classic .e89-header-wrapper.align-bottom {
        align-content: flex-end;
    }
    body.header-mode-classic .e89-header-logo {
        flex: 0 0 auto;
        min-width: 0;
        display: block;
    }
    body.header-mode-classic .widget-none .e89-header-logo {
        width: 100%;
    }
    body.header-mode-classic .e89-header-content {
        flex: 0 0 auto;
        width: 100%;
    }
    
    body.header-mode-classic .logo-below .e89-header-content,
    body.header-mode-classic .widget-before.logo-above .e89-header-widget {
        order: 1;
    }
    body.header-mode-classic .logo-below .e89-header-logo,
    body.header-mode-classic .widget-before.logo-above .e89-header-logo,
    body.header-mode-classic .widget-before.logo-below .e89-header-widget {
        order: 2;
    }
    body.header-mode-classic .logo-below .e89-header-widget,
    body.header-mode-classic .widget-before.logo-above .e89-header-content,
    body.header-mode-classic .widget-before.logo-below .e89-header-logo {
        order: 3;
    }
    
    body.header-mode-side #e89-header {
        flex: 0 0 auto;
        position: sticky;
        top:0;
        height: 100vh;
        border-bottom-width: 0;
    }
    body.header-mode-side.admin-bar #e89-header {
        top: 32px;
        height: calc(100vh - 32px);
    }
    body.header-mode-side .e89-header-wrapper {
        flex: 1;
        min-width: 0;
        align-items: unset;
        flex-direction: column;
        height: 100%;
        padding: 0;
        overflow-y: auto;
    }
    body.header-mode-side #e89-page {
        display: flex;
    }
    body.header-mode-side .e89-side-content {
        flex: 1;
        min-width: 0;
    }
    body.header-mode-side.header-side-right .e89-side-content {
        order: 1;
    }
    body.header-mode-side.header-side-right #e89-header {
        order: 2;
    }
    body.header-mode-side .e89-header-logo {
        flex: 0 0 auto;
    }
    body.header-mode-side .e89-header-content {
        overflow: hidden;
        overflow-y: auto;
        flex: 1;
        height: 100%;
    }
    
    #e89-header-nav:not(.e89-menu-slide-wrapper) > #main-menu {
        flex: 0 0 auto;
    }
    #e89-header-nav.header-menu-align-left {
        justify-content: flex-start;
    }
    #e89-header-nav.header-menu-align-center {
        justify-content: center;
    }
    #e89-header-nav.header-menu-align-right {
        justify-content: flex-end;
    }
    #e89-header-nav.header-menu-align-justify #main-menu >li {
        flex: 1 1 auto;
    }
    #e89-header-nav.header-menu-align-justify #main-menu {
        flex: 1;
        min-width: 0;
    }
    #main-menu.e89-menu-normal {
        display: flex;
        flex-wrap: wrap;
    }
    #main-menu.e89-menu-normal li {
        position:relative;
        display: block;
    }
    #main-menu.e89-menu-normal >li {
        flex: 0 0 auto;
    }
    #main-menu.e89-menu-normal:not(.dividers-first-last) >li:first-child,
    #e89-header-nav .to-left .e89-elements:first-child {
        margin-left: 0;
    }
    #main-menu.e89-menu-normal:not(.dividers-first-last) >li:last-child,
    #e89-header-nav .to-right .e89-elements:last-child {
        margin-right: 0;
    }
    #main-menu.e89-menu-normal:not(.dividers-none) >li:after, 
    #main-menu.e89-menu-normal:not(.dividers-none) >li:first-child:before {
        content: '';
        position: absolute;
        width: 1px;
        top: 0;
        bottom: 0;
    }
    #main-menu:not(.dividers-first-last) li:first-child:before, 
    #main-menu:not(.dividers-first-last) li:last-child:after {
        display: none;
    }
    #main-menu.e89-menu-normal.dividers-custom >li:after, 
    #main-menu.e89-menu-normal.dividers-custom >li:first-child:before {
        top: 50%;
        transform: translateY(-50%);
    }
    #main-menu.e89-menu-normal >li >a {
        height: 100%;
    }
    #main-menu.e89-menu-normal .menu-item-has-children >a:after {
        font-family:"Font Awesome 6 Pro", "Font Awesome 6 Free";
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        font-style: normal;
        font-variant: normal;
        line-height: 1;
        text-rendering: auto;
        font-weight: 900;
    }
    #main-menu.e89-menu-normal >li.menu-item-has-children >a:after{
        content:"\f107";
        margin-left: .5em;
        flex: 0 0 auto;
    }
    #main-menu.item-underline >li >a:before {
        content:'';
        display:block;
        position:absolute; 
        bottom: 0;
        width: 0;
        transition: all .3s ease;
    }
    #main-menu.underline-left >li >a:before {
        left: 0;
    }
    #main-menu.underline-right >li >a:before {
        right: 0;
    }
    #main-menu.underline-center >li >a:before {
        margin: auto;
        left: 0;
        right: 0;
    }
    #main-menu.underline-bottom >li >a:before {
        width: 100%;
        bottom: -10px;
        opacity: 0;
    }
    #main-menu.underline-opacity >li >a:before {
        width: 100%;
        opacity: 0;
    }
    #main-menu.item-underline >li.current-menu-item >a:before,
    #main-menu.item-underline >li.current-menu-ancestor >a:before,
    #main-menu.item-underline >li:hover >a:before {
        width:100%;
        bottom: 0;
        opacity: 1;
    }
    #main-menu.e89-menu-normal ul {
        z-index:10; 
        position:absolute;
        top: 100%;
        left:0;
        visibility:hidden;
        opacity:0;
        transition: none .3s ease; 
        transition-property: margin-top, visibility, opacity;
    }
    #main-menu.e89-menu-normal li:hover >ul {
        visibility:visible;
        opacity:1;
    }
    #main-menu.e89-menu-normal ul ul {
        left:100%;
    }
    #main-menu.e89-menu-normal li.dropdownmenu ul .menu-item-has-children >a:after {
        content: "\f105";
        position: absolute;
        top: 50%;
        right: .2em;
        transform: translateY(-50%);
        width: 1em;
        text-align: center;
    }
    #main-menu .megamenu >ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    #main-menu .megamenu .column {
        flex: 0 0 auto;
    }
    #main-menu .full-width.col-1 .column {
        width:100%;
    }
    #main-menu .full-width.col-2 .column {
        width:50%;
    }
    #main-menu .full-width.col-3 .column {
        width:33.333%;
    }
    #main-menu .full-width.col-4 .column {
        width:25%;
    }
    #main-menu .full-width.col-5 .column {
        width:20%;
    }
    #main-menu .megamenu .column ul {
        position:static;
        visibility:inherit;
        opacity:inherit;
        background: transparent;
    }
    #main-menu .megamenu .column li {
        width: 100%;
    }    
    #main-menu .megamenu .column-title >a,
    #main-menu .megamenu .column-title >a:hover {
        background: transparent;
        border-radius: 0;
        border: 0;
    }
    #main-menu.e89-menu-normal .remove-link >a {
        cursor: default;
    }
    
    #e89-header-float {
        position: fixed;
        display: block;
        width: 100%;
        top: 0;
        left: 0;
        right: 0;
        margin: auto;
        z-index: 30;
        border-width: 0;
        border-style: solid;
        transition: top .3s ease;
    }
    #e89-header-float .e89-header-float-wrapper {
        position: relative;
        display: flex;
        align-items: center;
        height: auto;
        margin: auto;
        padding: 0 20px;
    }
    #e89-header-float .e89-header-logo {
        flex: 0 0 auto;
    }
    #e89-header-float .e89-header-content {
        flex: 1;
        min-width: 0;
    }
    #e89-header-float .pos-right .e89-header-content {
        order: 1;
    }
    #e89-header-float .pos-right .e89-header-logo {
        order: 2;
    }
    
    #e89-header-nav .to-left,
    #e89-header-nav .to-right {
        display: flex;
        flex: 0 0 auto;
    }
    
    .e89-header-bar {
        flex: 0 0 auto;
        position: relative;
        display: block;
        width: 100%;
    }
    #e89-header.bar-bottom .e89-header-bar {
        order: 2;
    }
    #e89-header.bar-bottom .e89-header-wrapper {
        order: 1;
    }
    .e89-header-bar-wrapper {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: auto;
        padding: 0 20px;
    }
    .e89-header-bar .to-left,
    .e89-header-bar .to-right {
        flex: 0 1 auto;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }
    .e89-header-bar .to-right .e89-elements {
        justify-content: flex-end;
        flex: 1;
    }
    body.header-mode-side .e89-header-bar-wrapper {
        flex-direction: column;
    }
    body.header-mode-side .e89-header-bar .e89-elements {
        position: relative;
        justify-content: center;
        text-align: center;
    }
    
    .e89-searchform.float.in-header {
        display: none;
        position: absolute;
        z-index: 2;
        top: 100%;
        font-size: 90%;
        width: 300px;
    }
    body.header-mode-side .e89-searchform.float.in-header {
        left: 0;
        right: 0;
        width: auto;
        margin: 0;
    }
    body.header-mode-side .bar-bottom .e89-searchform.float.in-header {
        top: auto;
        bottom: 100%;
    }
    
    .e89-mobile-button,
    .e89-mobile-elements,
    .e89-header-logo .mobile-logo,
    #e89-header-float .main-logo {
        display: none;
    }
    .mobile-layout-2 .e89-header-logo, 
    .mobile-layout-4 .e89-header-logo,
    .mobile-layout-5 .e89-header-logo,
    .mobile-layout-6 .e89-header-logo {
        order: initial;
    }
    
    body.float-header-all #e89-main {
        padding-top: 0;
    }

}

/* IE10 - IE11 */ 
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {

    .e89-content {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }

}
@media (min-width: 768px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    
    body.sidebar-left .e89-content,
    body.sidebar-right .e89-content {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
     
}