@charset "UTF-8";
/*
Theme Name: Jung
Author: Matas Čypas
Author URI: https://cypas.lt/
Description: Jung theme
Tags: jung
Version: 1.0
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwenty
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
.localiser-drop-down {
    padding: 20px 40px 20px 40px;
}

.main-navigation-link {
    font-size: 18px;
}

.header-logo-col {
    margin-top: 0;
    margin-bottom: 0;
}

.header-main .meta-nav-entry {
    height: 64px;
}

.js-slider .slick-list,
.js-slider .slick-track {
    height: 100%;
}

.head-slider .img-fluid {
    height: 100%;
    object-fit: cover;
}

.smaller-text {
    font-size: 20px;
    line-height: 28px;
}

@media (max-width: 576px) {
    #localiserCollapse .dropdown-menu-right,
    .language-select-drop-down {
        left: 0;
        right: 0;
    }

    .localiser-drop-down {
        width: 100%;
        padding: 20px;
    }

    .language-select-drop-down {
        width: 100%;
        padding: 40px;
    }
}

@media (min-width: 1200px) {
    html[lang="et"] .sub-navigation__pager-items {
        height: auto !important;
        display: flex;
        flex-wrap: wrap;
    }

    html[lang="et"] .sub-navigation__holder, 
    html[lang="et"] .sub-navigation__wrapper {
        height: auto !important;
    }
}