/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating will be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/
.header-meta-lang.widget_polylang{
    padding: 5px 0 !important;
}
#header_meta .header-meta-lang-wrapper {
    margin-left: auto;
    display: flex;
    flex-direction: column;
    align-items: end;
}
#header_meta .widget_polylang ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;      /* horizontal */
    gap: 10px;          /* space between languages */
}

/* Optional: style links */
#header_meta .widget_polylang ul li a {
    text-decoration: none;
    padding: 0 4px;
}

/* Optional: highlight current language */
#header_meta .widget_polylang ul li.current-lang a {
    font-weight: 600;
    text-decoration: underline;
}

/*Add your own styles here:*/
.dnone{
    display: none !important;
}
.copyright a{
    display: none !important;

}
.header-scrolled .avia-menu-text{
    color: #222 !important;
}
.header-scrolled .avia-menu-text:hover{
    color: #FC621F !important;
}
h1, h2, h3, h4, h5, h6{
    font-weight: 400 !important;
}
.usluge .icongrid_title {
 font-size: 24px !important;
}
.usluge .icongrid_subtitle {
 font-size: 18px !important;
 line-height: 30px !important;
}
.usluge .avia-icongrid-flipback{
    font-size: 18px !important;
    line-height: 30px !important;
}
/* Disable flip/rotation on all Icon Grid flipboxes */
.flipbox .avia-icongrid-flipbox .avia-icongrid-wrapper,
.flipbox .avia-icongrid-flipbox .avia-icongrid-front,
.flipbox .avia-icongrid-flipbox .avia-icongrid-flipback {
    transform: none !important;
    transition: none !important;
}

/* Always show the front side */
.flipbox .avia-icongrid-flipbox .avia-icongrid-front {
    opacity: 1 !important;
    visibility: visible !important;
}

/* Hide the back side completely */
.flipbox .avia-icongrid-flipbox .avia-icongrid-flipback {
    display: none !important;
}
#kontakt input{
    font-size: 18px !important;
    height: 60px;
}
#kontakt input.button{
    font-size: 18px;
}
#kontakt textarea{
    font-size: 18px;
}
#kontakt .value_verifier_label{
    font-size: 18px !important;
    margin-right: 30px !important;
}
#usluge .av_icongrid_subtitle{
    color: #fff !important;
    font-size: 18px !important;
    margin-top: 20px !important;
}
.av-main-nav > li > a{
    font-size: 16px !important;
    font-weight: 400 !important;
}
@media only screen and (max-width: 990px) {
    .header-meta-lang.widget_polylang a{
        color: #222 !important;
    }
    .hptop .av-special-heading-tag {
        font-size: 36px !important;
        
    }
    .html_av-overlay-side.av-burger-overlay-active #top .av-hamburger-inner::after{
        background-color: #FB631E !important;
    }
    .av-hamburger-inner{
        background-color: #FB631E !important;
    }
    .html_av-overlay-side #top #wrap_all .av-burger-overlay-scroll #av-burger-menu-ul a{
        color: #222 !important;
    }
    .av-special-heading-tag{
        font-size: 36px !important;
    }
    .tophp p{
        font-size: 18px !important;
    }
    #onama p{
        font-size: 18px !important;
    }
    #usluge p{
        font-size: 18px !important;
    }
    #vizija p{
        font-size: 18px !important;
    }
    #kontakt p{
        font-size: 18px !important;
    }
    #kontakt .av_textblock_section .contactinfo p{
        max-width: 50%;
        margin: 0 auto;
    }
    #kontakt input{
    font-size: 18px !important;
    height: 60px;
    }
    #kontakt input.button{
        font-size: 16px;
    }
    #kontakt textarea{
        font-size: 16px;
    }
    #kontakt .value_verifier_label{
        font-size: 16px !important;
        margin-right: 30px !important;
    }
    .av-active-burger-items{
        border-bottom: 1px solid #f2f2f2 !important;
    }
    .av-active-burger-items a{
        border: none !important;
    }
    .av-active-burger-items a:hover{
        background: #f2f2f2 !important;
    }
}