/*
Theme Name: Atis Child
Theme URI: https://matchthemes.com/premium/atis-lawyers-attorneys-consulting-wordpress-theme/
Description: Child theme for the Atis theme 
Author: MatchThemes
Author URI: https://matchthemes.com
Version: 1.0
Template: atis
*/

.main-header{
    position: sticky;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    background: #232E4E;
    margin-top: 0;
    -webkit-backface-visibility: hidden;
    -webkit-transition: all .3s cubic-bezier(.30,1,.35,1) 0s;
    -moz-transition: all .3s cubic-bezier(.30,1,.35,1) 0s;
    -o-transition: all .3s cubic-bezier(.30,1,.35,1) 0s;
    -ms-transition: all .3s cubic-bezier(.30,1,.35,1) 0s;
    transition: all .3s cubic-bezier(.30,1,.35,1) 0s;
}

.nav-switch-lang {
    display: block;
}

@media (max-width: 1024px) {
    .nav-switch-lang {
        display: none !important;
    }
}