/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
 /* Piilotetaan mobiilin offcanvas-valikko työpöydällä kaikilla sivuilla */
@media (min-width: 768px) {
#offcanvas,
.uk-offcanvas,
.uk-offcanvas-bar {
    display: none !important;
}

    .uk-navbar-nav {
        display: flex !important;
        visibility: visible !important;
    }
}

/* Varmistetaan että navbar-palkki pysyy oikeassa kohdassa */
.tm-navbar {
    position: relative !important;
    width: 100% !important;
}
