
html {
    font-family: var(--font-keyboard), sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    background: #fefefe;
    color: #222;
    scroll-behavior: smooth;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    transition: .3s ease-in-out;
    font-feature-settings: "salt";
}

*,
*::before,
*::after {
    box-sizing: border-box;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

::-webkit-scrollbar {
    display: none;
}

.uk-container {
    max-width: 1000px;
}

@media screen and (max-width: 640px) {
    .uk-container {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.uk-navbar {
    display: flex;
    position: relative;
}

.uk-navbar-center:only-child {
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.uk-h1,
.uk-h2,
.uk-h3,
.uk-h4,
.uk-h5,
.uk-h6,
.uk-heading-2xlarge,
.uk-heading-large,
.uk-heading-medium,
.uk-heading-small,
.uk-heading-xlarge,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 20px 0;
    font-family: var(--font-keyboard), sans-serif;
    font-weight: 400;
    color: #333;
    text-transform: none;
}


/* -- Dark Mode -- */


.night {
    background-color: #000000;
    color: #fff;
    transition: .3s ease-in-out;
}


/* -- Accessibility -- */


.js-focus-visible :focus:not(.focus-visible) {
    outline: none;
}

a {
    color: #0067f4;
}

a:focus {
    outline: 4px auto #0067f4;
}

.ik-skip-content a {
    position: absolute;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
    z-index: -999;
}

.ik-skip-content a:focus,
.ik-skip-content a:active {
    font-size: 0.95rem;
    font-weight: 500;
    text-align: center;
    color: #ffffff;
    background: #0067f4;
    left: auto;
    top: auto;
    width: 220px;
    height: auto;
    overflow: auto;
    padding: 12px;
    z-index: 9999999999999999999;
    outline: #000 auto 0px !important;
    border-bottom-right-radius: 4px;
}






.ik-background-color {
    background: transparent;
    z-index: 999;
    position: relative;
    border-radius: 4px;
}

.ik-background {
    background: linear-gradient(292deg, hsla(0, 0%, 100%, 0) 0%, hsla(0, 0%, 0%, 0) 74%), url(/static/pages/forside.jpg);
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    height: 420px;
    box-shadow: 0px 16px 40px 10px rgba(0, 0, 0, 0.08);
    border-radius: 4px;
}

.ik-background-bad {
    background: linear-gradient(292deg, hsla(0, 0%, 100%, 0) 0%, hsla(0, 0%, 0%, 0) 74%), url(/static/pages/bad.jpg);
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    height: 420px;
    box-shadow: 0px 16px 40px 10px rgba(0, 0, 0, 0.08);
    border-radius: 4px;
}

.ik-background-tilbehor {
    background: linear-gradient(292deg, hsla(0, 0%, 100%, 0) 0%, hsla(0, 0%, 0%, 0) 74%), url(/static/pages/tilbehor.jpg);
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    height: 420px;
    box-shadow: 0px 16px 40px 10px rgba(0, 0, 0, 0.08);
    border-radius: 4px;
}

.ik-background-motoss {
    background: linear-gradient(292deg, hsla(0, 0%, 100%, 0) 0%, hsla(0, 0%, 0%, 0) 74%), url(/static/pages/mot-oss.jpg);
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    height: 320px;
    box-shadow: 0px 16px 40px 10px rgba(0, 0, 0, 0.08);
    border-radius: 4px;
    margin-bottom: 30px;
}

.ik-sondreorland {
    font-weight: 500;
    font-size: 0.65rem;
    opacity: 0.2;
    color: #222;
    top: 30px;
    position: absolute;
    right: 30px;
}

.ik-sondreorland:hover {
    opacity: 1;
    color: #fff;
    text-decoration: none;
}

.ik-main-animation {
    animation-delay: 0.2s;
}

.ik-desktop-navbar {
    padding: 30px 0px 30px 0px;
    z-index: 99999;
    position: relative;
    border-bottom: 1px solid #e5e5e5;
    background: #fefefe;
    animation-delay: 1.2s;
}

.ik-desktop-navbar nav {
    background: #fefefe !important;
}

.ik-navbar-logo {
    font-family: var(--font-keyboard), sans-serif !important;
    font-weight: 100;
    text-transform: uppercase !important;
    font-size: 2rem !important;
    color: #222 !important;
    letter-spacing: 0.6px;
}

.ik-navbar-logo:focus {
    outline: 4px auto #0067f4;
}

.ik-navbar-logo img {
    width: 150px;
    margin: 0px 30px 0px 30px;
}

.ik-navbar-logo svg {
    width: 150px;
    margin: 0px 30px 0px 30px;
}

.ik-navbar-nav li:not(:last-child){
    margin-right: 10px;
}

.ik-navbar-nav li a {
    font-family: var(--font-keyboard), sans-serif;
    font-weight: 500;
    text-transform: none;
    letter-spacing: 0.4px;
    font-size: 0.98rem;
    color: #222;
}

.night .ik-navbar-nav li a {
    color: #fff;
}

.ik-navbar-nav li a:focus {
    outline: 4px auto #0067f4;
}

.ik-navbar-nav li a:hover {
    opacity: 0.7 !important;
}

.ik-front-cta {
    text-align: center;
    animation-delay: 0.4s;
}

.ik-front-cta h1 {
    font-size: 3.5rem;
    font-weight: 100;
    margin: 60px 0px 60px 0px;
}

.ik-front-cta h1 strong {
    font-weight: 600;
}

/*
.ik-front-cta a {
    margin: 10px 0px 0px 0px;
    font-weight: 500;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    color: #222;
    border-radius: 4px 50px 4px 50px;
    padding: 8px 80px;
    background: rgba(0, 0, 0, 0.38);
}
*/ 

.ik-front-cta a i img {
    height: 12px;
    width: 12px;
    margin-left: 5px;
    margin-top: -2.5px;
}


.ik-footer {
    background: #fefefe;
    bottom: 0;
    width: 100%;
    margin-top: 60px;
    border-top: 1px solid #e5e5e5;
    animation-delay: 0.7s;
    margin-bottom: 30px !important;
}

.ik-footer-grid-2 {
    display: inline-flex;
}

.night .ik-footer {
    background: #000;
}

.ik-footer hr {
    border-top: 1px solid #e5e5e5;
}

.ik-footer a {
        font-weight: 400;
    letter-spacing: 0.5px;
    color: #0067f4;
    display: block;
    text-decoration: underline;
}

.ik-footer a:last-child {
    display: inline-block;
}

.ik-footer-apningstider {
    margin-top: 25px;
    display: inline-block;
}

.ik-footer-apningstider h2 {
    display: inline-block;
    margin: 0;
    font-size: 0.85rem;
    color: #222;
    line-height: 1.4;
}

.ik-footer-apningstider h2 strong {
    font-weight: 500;
}

.ferieavvikling {
    display: block;
    margin: 0;
    font-size: 0.85rem;
    color: #222;
    line-height: 1.4;
    font-weight: 500;
    margin-top: 6px;
    line-height: 1.5;
}

.ik-footer-apningstider span {
    font-weight: 600;
    margin-right: 10px;
    margin-left: 10px;
        font-size: 0.85rem;
}
.ik-footer-kart-link {
    margin: 5px 0px 0px 0px;
}

footer address {
    font-size: 0.85rem;
}

.ik-footer-as {
    text-transform: uppercase;
    font-weight: 500;
    margin: 30px 0px 5px 0px;
    letter-spacing: 0.6px;
}

.ik-footer-div {
    margin-top: 20px;
}

.ik-footer-div a {
    font-weight: 400;
    letter-spacing: 0.5px;
    color: #0067f4;
    display: block;
    margin-top: 10px;
    text-decoration: underline;
}

.ik-second-footer {
    display: block;
    padding: 20px 0px;
}

.ik-personvern-link {
    margin: 0;
    font-size: 0.85rem;
    text-align: left;
    display: inline-block !important;
}

.ik-sondre {
    display: none;
    font-size: 0.85rem;
    float: right;
    margin-top: 3px;
}

.ik-sondre a {
    font-weight: 500;
    color: #33d096;
    text-decoration: none;
}

.ik-kjokken-card {
    height: 250px;
    position: relative;
    text-align: center;
    color: white;
    transition: 0.2s ease-out;
    box-shadow: 4px 6px 30px 1px rgba(0, 0, 0, 0.04);
    border-radius: 45px 15px 60px 15px;
}

.ik-kjokken-card-afrodite {
    background: linear-gradient(292deg, hsla(0, 0%, 100%, 0) 0%, hsla(0, 0%, 0%, 0) 74%), url(/static/kjokken/afrodite/1.jpg);        
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.ik-kjokken-card-mango {
    background: linear-gradient(292deg, hsla(0, 0%, 100%, 0) 0%, hsla(0, 0%, 0%, 0) 74%), url(/static/kjokken/mango/1.jpg);
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.ik-kjokken-card-sole {
    background: linear-gradient(292deg, hsla(0, 0%, 100%, 0) 0%, hsla(0, 0%, 0%, 0) 74%), url(/static/kjokken/sole/1.jpg);
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.ik-kjokken-card-arcobaleno {
    background: linear-gradient(292deg, hsla(0, 0%, 100%, 0) 0%, hsla(0, 0%, 0%, 0) 74%), url(/static/kjokken/arcobaleno/1.jpg);        
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.ik-kjokken-card-j22 {
    background: linear-gradient(292deg, hsla(0, 0%, 100%, 0) 0%, hsla(0, 0%, 0%, 0) 74%), url(/static/kjokken/j22/1.jpg);        
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.ik-kjokken-card-q01 {
    background: linear-gradient(292deg, hsla(0, 0%, 100%, 0) 0%, hsla(0, 0%, 0%, 0) 74%), url(/static/kjokken/q01/1.jpg);        
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.ik-kjokken-card-lab {
    background: linear-gradient(292deg, hsla(0, 0%, 100%, 0) 0%, hsla(0, 0%, 0%, 0) 74%), url(/static/kjokken/programma-lab/1.jpg);        
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.ik-kjokken-card-atlanta {
    background: linear-gradient(292deg, hsla(0, 0%, 100%, 0) 0%, hsla(0, 0%, 0%, 0) 74%), url(/static/kjokken/atlanta-dakota/1.jpg);        
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.ik-kjokken-card-dallas {
    background: linear-gradient(292deg, hsla(0, 0%, 100%, 0) 0%, hsla(0, 0%, 0%, 0) 74%), url(/static/kjokken/dallas/1.jpg);        
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.ik-kjokken-card-body {
    position: absolute;
    bottom: 0px;
    background: #fff;
    height: 60px;
    line-height: 60px;
    width: 220px;
    right: 0px;
    box-shadow: 4px 6px 30px 1px rgba(0, 0, 0, 0.04);
    border-radius: 45px 0px 45px 0px;
}

.ik-kjokken-card-body h2 {
    font-size: 0.89rem;
    color: #222;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 60px;
    margin-top: 2px;
}

.ik-kjokken-card-nyhet {
    position: absolute;
    top: 0px;
    background: #101010;
    height: 60px;
    line-height: 60px;
    width: 110px;
    left: 0px;
    box-shadow: 4px 6px 30px 1px rgb(0 0 0 / 4%);
    border-radius: 45px 0px 45px 0px;
    font-size: 0.775rem;
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 60px;
}

.ik-kjokken-detail {
    background-position: 50% 50% !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    height: 520px;
    box-shadow: 0px 16px 40px 10px rgba(0, 0, 0, 0.08);
    border-radius: 4px;
    margin: 60px 0px 60px 0px;
    z-index: 99999999;
}

.ik-kjokken-detail-body {
    position: absolute;
    bottom: 15px;
    right: 20px;
}

.ik-kjokken-detail-body svg {
    width: 80px;
    filter: drop-shadow(0px 7px 20px rgba(0, 0, 0, 0.2));
}

.ik-kjokken-detail-body img {
    width: 80px;
    filter: drop-shadow(0px 7px 20px rgba(0, 0, 0, 0.2));
}

.ik-kjokken-detail-body-bad {
    position: absolute;
    top: 25px;
    right: 30px;
}

.ik-kjokken-detail-body-bad svg {
    width: 100px;
    filter: drop-shadow(0px 7px 20px rgba(0, 0, 0, 0.2))
}

.ik-kjokken-detail h1 {
    font-size: 4rem;
    font-weight: 600;
    letter-spacing: 0;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
    text-shadow: 0px 7px 20px rgba(0, 0, 0, 0.2);
    margin-top: 30px;
}

.ik-kjokken-detail h2 {
    font-weight: 500;
    color: #fff;
    text-shadow: 0px 7px 20px rgb(0 0 0 / 20%);
    font-size: 1.25rem;
    line-height: 1.4;
}

.ik-kjokken-detail-text {
    text-align: center;
    margin-bottom: 90px;
    padding-top: 10px;
}

.ik-kjokken-detail-text h2 {
    font-weight: 500;
    line-height: 1.4;
    font-size: 1.25rem;
}

.ik-kjokken-detail-text a {
        padding: 10px 50px;
    border-radius: 4px;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-transform: none;
}

.uk-lightbox.uk-open {
    display: block;
    opacity: 1;
    z-index: 99999999999;
    position: fixed;
}

.ik-kjokken-detail-grid {
    margin-top: -30px;
    margin-bottom: 0px;
}

.ik-kjokken-detail-grid div {
    position: relative;
}

.ik-kjokken-detail-grid img {
    height: 180px;
    z-index: 9999;
    border-radius: 4px;
    box-shadow: 4px 6px 30px 1px rgba(0, 0, 0, 0.04);
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    object-fit: cover;
}


.ik-kjokken-detail-mobile h1 {
    font-size: 3rem;
    font-weight: 600;
    letter-spacing: 0;
    color: #222;
    text-transform: uppercase;
    margin: 0;
    margin-top: 30px;
}

.ik-kjokken-detail-mobile h5 {
    text-align: center;
    font-weight: 500;
}

.ik-motoss-heading {
    text-align: center;
}

.ik-motoss-heading h3 {
    font-weight: 500;
    margin-top: 60px;
    margin-bottom: 60px;
}

.ik-motoss-grid {
    margin-top: 60px !important;
}

.ik-input {
    height: auto;
    padding: 16px;
    font-weight: 500;
    font-size: 16px;
    line-height: normal;
    background-color: #ececec;
    color: #222;
    border: none;
    border-radius: 4px;
    height: 54px;
}

textarea.ik-input {
    height: unset;
}

.ik-input:focus {
    background: #fefefe;
    box-shadow: 4px 6px 30px 1px rgba(0, 0, 0, 0.14);
    color: #222;
}

.ik-label {
    color: #222;
    cursor: pointer;
    display: block;
    font-size: 0.875rem;
    font-weight: 300;
    line-height: 2;
    margin-bottom: 0;
    font-weight: 600;
    margin-bottom: 7px;
}

.ik-label span {
    margin-left: 3px;
    color: #e4280f;
}

.ik-form-text strong {
    font-weight: 600;
}

.ik-tilbehor-grid {
    margin-top: 60px;
    margin-bottom: 60px;
    text-align: center;
}

.ik-siemens-logo {
    height: 30px;
}

.ik-electrolux-logo {
    height: 38px;
}

.ik-electrolux-logo  {
    height: 29px;
}

.ik-miele-logo  {
    height: 29px;
}

.ik-bosch-logo  {
    height: 25px;
}

.ik-neff-logo {
    height: 32px;
}


.ik-kjokken-info {
    text-align: center;
    margin-top: 70px;
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 1.25rem;
    line-height: 1.4;
}

.ik-kjokken-info:last-child {
    margin-top: 2px;
    margin-bottom: 0px;
}

.ik-motoss-as {
    text-transform: uppercase;
    font-weight: 500;
    margin: 0px 0px 5px 0px;
    letter-spacing: 0.6px;
}

.ik-motoss-adress a {
    font-weight: 400;
    letter-spacing: 0.5px;
    color: #0067f4;
    display: block;
    text-decoration: underline;
}

.ik-motoss-links {
    display: inline-flex;
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
}

.ik-motoss-links a {
    margin-right: 15px;
}

.ik-form-send {
    border-radius: 4px;
    background: #222;
    padding: 5px 50px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.9px;
    font-size: 0.8rem;
}

.marker {
    background-image: url('/static/logo-mark.svg');
    background-color: #fefefe;
    background-size: 46%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
    cursor: pointer;
}

@media screen and (max-width: 650px) {
    
    .ik-background-motoss {
        height: 120px !important;
    }
    
    .ik-background-bad {
        height: 220px;
    }
    
    .ik-background-tilbehor {
        height: 220px;
    }

    .ik-front-cta h1 {
        font-size: 3.1rem;
    } 
    
    .ik-motoss-links {
        display: block;
    }
    
    .ik-motoss-links a {
        margin-bottom: 20px;   
    }
    
    .ik-front-personvern h1 {
        font-size: 1.8rem !important;
    }
    
    .desktop-br {
        display: none;
    }
    
.ik-background {
    height: 220px;
}
    
    .ik-kjokken-detail {
        height: 220px;
    }
    
    .ik-kjokken-detail h1 {
        font-size: 1.9rem !important;
        margin-top: 0px !important;
    }
    
    .ik-kjokken-detail h2 {
        display: none;
    }
    
    .ik-kjokken-card {
        height: 200px;
    }
    
}

/* -- Menu System -- */

.nav-icon-container {
    position: relative;
    display: initial;
    height: 50px;
    width: 50px;
    cursor: pointer;
    transform: rotate(0deg);
    transition: all .5s cubic-bezier(0.22, 0.61, 0.36, 1);
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}

.nav-icon-container #nav-icon {
    width: 18px;
    height: 8px;
    position: relative;
    display: block;
    margin: -4px auto 0;
    top: 50%;
    transform: scale(1.3);
}

.nav-icon-container #nav-icon .bar {
    width: 100%;
    height: 1px;
    display: block;
    position: relative;
    background: #222;
    transition: all .5s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition-delay: 0s;
}

.nav-icon-container #nav-icon .bar.topBar {
    transform: translateY(0px) rotate(0deg);
}

.nav-icon-container #nav-icon .bar.bottomBar {
    transform: translateY(6px) rotate(0deg);
}

.ikmenu.open-menu .bar {
    background: #222 !important;
}

.ikmenu.open-menu .topBar {
    transform: translateY(4px) rotate(45deg) !important;
}

.ikmenu.open-menu .bottomBar {
    transform: translateY(3px) rotate(-45deg) !important;
}

.ikmenu-button {
    color: #fff;
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
}

.noscroll {
    overflow-y: hidden;
    height: 100%;
    width: 100%;
    position: fixed;
}

.ag-nav-mobile-container {
    z-index: 1;
}

.ikmenu.open-menu .ikmenu-primary {
    background-color: #fff;
}

.ikmenu-primary {
    height: 95px;
    line-height: 95px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fefefe;
    -webkit-transition: background-color .1s, max-width .4s cubic-bezier(.34, 0, .29, 1);
    transition: background-color .1s, max-width .4s cubic-bezier(.34, 0, .29, 1);
    z-index: 1;
    border-bottom: 1px solid #e5e5e5;
}

.float {
    float: right;
}

.logo-container {
    margin-left: 20px;
}

.logo-container

.logo {
    -webkit-transition: width .3s cubic-bezier(.34, 0, .29, 1);
    transition: width .3s cubic-bezier(.34, 0, .29, 1);
}

.st0 {
    clip-path: url(#SVGID_2_);
}

.st1 {
    clip-path: url(#SVGID_4_);
    fill: #FFFFFF;
}

.st2 {
    clip-path: url(#SVGID_4_);
    fill: #F1592A;
}

.st5 {
    fill: #ffffff;
}

.st6 {
    fill: #ffffff;
}

.menu-button-desktop {
    display: none;
}

.ikmenu-button {
    color: #fff;
    border: 0;
    background: transparent;
}

.mobile-menu {
    height: 100%;
}

@media screen and (min-width: 959px) {
    .ag-nav-mobile-container {
        display: none;
    }
    .ik-desktop-navbar {
        display: block;
    }

}

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

    .ik-desktop-navbar {
        display: none;
    }
    
    .ag-background-color {
        display: none;
    }

    .ag-nav-mobile-container {
        display: block;
    }

    .ikmenu .logo {
        width: 150px;
    }

    .ikmenu-button {
        padding-right: 50px;
        padding-bottom: 50px;
        padding-left: 50px;
        padding-top: 50px;
        margin-right: 10px;
    }

    .open-menu .mobile-menu {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
        /*border-top: 1px solid #efefef4d;*/
    }

    .mobile-menu {
        position: fixed;
        top: 110px;
        height: calc(100% - 6.75rem);
        overflow-y: auto;
        left: 0;
        right: 0;
        z-index: -1;
        background-color: #fff;
        opacity: 0;
        visibility: hidden;
        -webkit-transition-property: opacity, visibility;
        transition-property: opacity, visibility;
        -webkit-transition-timing-function: cubic-bezier(.34, 0, .29, 1);
        transition-timing-function: cubic-bezier(.34, 0, .29, 1);
        -webkit-transition-duration: .4s, 0s;
        transition-duration: .4s, 0s;
        -webkit-transition-delay: 0s, .4s;
        transition-delay: 0s, .4s;
        border-top: 1px solid transparent;
    }

    .open-menu .mobile-menu-list {
        -webkit-transition-delay: 0s, .6s;
        transition-delay: 0s, .6s;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    .mobile-menu-list {
        margin: 1rem 30px 0px 30px;
        border-top: 2px solid transparent;
        -webkit-transition: border .3s, -webkit-transform .4s cubic-bezier(.34, 0, .29, 1);
        transition: border .3s, -webkit-transform .4s cubic-bezier(.34, 0, .29, 1);
        transition: transform .5s cubic-bezier(0.22, 0.61, 0.36, 1), border .5s cubic-bezier(0.4, 0, 1, 1);
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
        line-height: 22px;
    }

    .mobile-menu-item,
    .mobile-menu-list .user-menu-item {
        padding: 1rem 0;
        font-size: 1rem;
        border: 0;
        color: #222;
    }

    .mobile-menu-item .ikmenu-link:not(.ikmenu-link-special),
    .mobile-menu-list .user-menu-item .ikmenu-link:not(.ikmenu-link-special) {
        color: #222;
    }

    .ikmenu .ikmenu-link {
        font-size: 15px;
    }

    .open-menu .mobile-menu-list + .mobile-menu-list {
        border-top: 2px solid transparent;
    }

    .ikmenu .ikmenu-icon {
        width: 22px;
        height: auto;
    }

}

.mobile-menu-list {
    list-style: none;
    padding: 0;
}

.ikmenu-link {
    font-weight: 500;
    color: #222;
    text-decoration: none;
    -webkit-transition: font-size .3s cubic-bezier(.34, 0, .29, 1), border .2s, background-color .15s ease-out;
    transition: font-size .3s cubic-bezier(.34, 0, .29, 1), border .2s, background-color .15s ease-out;
    border-bottom: 6px solid transparent;
    font-size: 15px;
    font-size: 1.5vw;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.ikmenu-link:hover {
    color: #0067f4 !important;
    text-decoration: none;
}

.ikmenu-link:focus {
    color: #0067f4 !important;
    text-decoration: none;
}


.ikmenu {
    font-family: var(--font-keyboard), sans-serif;
    font-weight: 400;
    font-style: normal;
    width: 100%;
    top: 0;
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    -webkit-transition: color .4s, -webkit-transform .45s cubic-bezier(.34, 0, .29, 1);
    transition: color .4s, -webkit-transform .45s cubic-bezier(.34, 0, .29, 1);
    transition: color .4s, transform .45s cubic-bezier(.34, 0, .29, 1);
    transition: color .4s, transform .45s cubic-bezier(.34, 0, .29, 1), -webkit-transform .45s cubic-bezier(.34, 0, .29, 1);
    z-index: 9999999999999999999999;
    position: relative;
}

.ikmenu-primary,
.ikmenu-secondary {
    display: block;
    width: 100%;
    max-width: 100%;
    position: relative;
}

.open-desktop-menu .menu-button .close-button,
.open-menu .menu-button .close-button {
    display: block;
}

.menu-button .close-button {
    display: none;
}

.ikmenu-icon {
    width: 2.25rem;
    height: 2.25rem;
    -webkit-transition: height .3s cubic-bezier(.34, 0, .29, 1), width .3s cubic-bezier(.34, 0, .29, 1);
    transition: height .3s cubic-bezier(.34, 0, .29, 1), width .3s cubic-bezier(.34, 0, .29, 1);
}

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



/* -- Social Media -- */

.ik-social-media {
    list-style-type: none;
    padding-left: 0px;
    margin-bottom: 25px;
}

.ik-social-media li {
    display: inline-block;
}

.facebook {
    margin-right: 14px;
}

.facebook svg {
    width: 31px;
}

.instagram svg {
    width: 30px;
}