/* Styling for theme, accept ACF Blocks */
html {
    font-size: 62.5%;
}

body {
    font-size: 1.6rem;
}

.container {
    max-width: 1200px;
    margin: 0 20px;
}

@media all and (min-width:1240px) {
    .container {
        margin: 0 auto;
    }
}

/* Burger
--------------------------------------------- */
.menu_burger svg {
    position: relative;
    right: -10px;
}

button.menu.menu_burger {
    background-color: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    padding: 0;
    -webkit-tap-highlight-color: transparent;
}
.line {
    fill: none;
    stroke: #171945;
    stroke-width: 6;
    transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
    stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}
.line1, .line3 {
    stroke-dasharray: 60 207;
    stroke-width: 6;
}
.line2 {
    stroke-dasharray: 60 60;
    stroke-width: 6;
}
.opened .line1, .opened .line3 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 6;
}
.opened .line2 {
    stroke-dasharray: 1 60;
    stroke-dashoffset: -30;
    stroke-width: 6;
}

@media  all and (min-width: 1025px) {
    button.menu.menu_burger {
        display: none;
    }
}

.main-navigation {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 65px;
    background-color: #eee;
    padding: 10px 20px;
}

@media  all and (min-width: 1025px) {
    .main-navigation {
        display: block;
        width: 100%;
        position: relative;
        top: 0;
        background-color: transparent;
    }
}


/* Navigation
--------------------------------------------- */
.site-branding img {
    width: 200px;
    display: block;
    height: auto;
}

.lmt_header_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header_main-nav li {
    position: static;
    margin: 0 15px;
}

.header_main-nav li .sub_level li {
    display: flex;
    align-items: center;
}

.sub_level {
    position: absolute;
    top: 0;
    left: 50%;
    margin: 0;
    height: 100%;
    border-left: 2px solid #00000015;
    display: none;
}

.header_main-nav a {
    display: inline-block;
}

.header_main-nav > ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.lmt_submenu_wrapper {
    display: none;
    position: fixed;
    background-color: #eee;
    width: 100%;
    left: 0;
    right: 0;
    top: 39px;
}

.admin-bar .lmt_submenu_wrapper {
    top: 86px;
}

.header_main-nav .lmt_submenu_wrapper a {
    display: block;
}

.lmt_nav_headline {
    color: #084A99;
    font-weight: bold;
    font-size: 30px;
}

.lmt_submenu_inner {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.lmt_submenu_left {
    width: 60%;
    position: relative;
}

.parent_sub_level {
    width: 50%;
}

.parent_sub_level li {
    display: flex;
}

.lmt_submenu_right {
    width: 40%;
}

.nav-image-holder {
    background-size: cover;
    background-position: center top;
    color: #fff;
}

.header_main-nav .lmt_sub_menu_toggle {
    display: inline-block;
    transform: rotate(90deg);
    transition: 0.3s ease;
}

.lmt_menu_active > .lmt_sub_menu_toggle {
    transform: rotate(-90deg);
}

.lmt_menu_icon {
    width: 70px;
    height: auto;
}

.woo-cart-timer-wrap, .woo-cart-expire-modal-wrap {
    display: none !important;
}
