/*
Theme Name: YOOtheme sadama4
Theme URI: #
Description: Child theme for YOOtheme used by sadama4. Contains homepage templates, booking widget, accordion, and custom template parts.
Author: Joelproject
Template: yootheme
Version: 1.0.0
Text Domain: yootheme-sadama4
*/

svg.uk-svg+svg.uk-svg {
    display: none;
}

ul.uk-navbar-nav:not(:has(li)) {
    display: none;
}

ul.uk-navbar-nav li._special {
    display: flex;
    justify-content: center;
}

ul.uk-navbar-nav li._special>a {
    border: 1px solid;
    min-height: unset;
    height: auto;
    margin: auto 0;
    padding: 10px 30px;
    width: 100%;
    text-align: center;
    background: transparent;
    border-radius: 50px;
}

ul.uk-navbar-nav li._special>a:hover {
    background: rgb(0 0 0 / 24%);
    color: white;
}

ul.uk-navbar-nav li._special[class*=fa]>a:after {
    font-family: "Font Awesome 5 Pro";
    font-weight: lighter;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    margin-left: 6px;
}

ul.uk-navbar-nav li._special._fa-arrow-right>a:after {
    content: "\f061";
}

#offcanvas-mobile ul.uk-navbar-nav li._special {
    display: block;
}

#offcanvas-mobile ul.uk-navbar-nav li._special a {
    margin: 0;
    text-transform: uppercase;
    font-size: 90%;
}

@media(max-width: 640px) {

    .uk-navbar .uk-navbar-nav:not(.language-nav),
    .uk-navbar ul.language-nav>li>a span:nth-child(2) {
        display: none;
    }
}