#masthead .fixed-top {
    position: fixed;
    top: 0;
    border-radius: 0 0 50px 50px;
    background: white;
    min-height: 100px;
}

#masthead #nav-main a{
    font-size: 20px;
}

@media screen and (max-width:990px){
    #masthead #nav-main .menu-items-section {
        position: absolute;
        top: 0;
        right: 0;
        width: 95vw;
        max-width: 400px;
        background: #ffffff8a;
        display:flex ;
        flex-direction:column;
        padding:20px;
        visibility: hidden;
        opacity: 0;
        transition: 0.3s ease-in-out all;
        border-radius: 30px;
        box-shadow: 0 1px 5px 1px #EAEAEA;
        transform: scale(0.3);
        transform-origin: top right;
        backdrop-filter: blur(10px);
    }
    #masthead #nav-main .menu-items-section.active{
        visibility: visible;
        opacity: 1;
        transform: scale(1);
    }
}

@media screen and (max-width:587px){
    #masthead .fixed-top{
        min-height: 80px !important;
    }
    #masthead .logo{
        max-width:100px !important;
    }
    #masthead #nav-main a{
        font-size: 14px;
        white-space: nowrap;
    }
}

/*LANGUAGE SWITCHER*/
.trp-ls-shortcode-current-language, .trp-ls-shortcode-language {
    border-radius: 30px !important;
    background: #FFF;
    box-shadow: 0px 4px 25px 20px #F4F4F4;
    border: none !important;
  }
  .trp-language-switcher > div {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='10' viewBox='0 0 16 10' fill='none'%3E%3Cg clip-path='url(%23clip0_1073_310)'%3E%3Cpath d='M7.46895 9.78164C7.7627 10.0754 8.2377 10.0754 8.52832 9.78164L14.5314 3.78164C14.8252 3.48789 14.8252 3.01289 14.5314 2.72227C14.2377 2.43164 13.7627 2.42852 13.4721 2.72227L8.0002 8.19102L2.53145 2.71914C2.2377 2.42539 1.7627 2.42539 1.47207 2.71914C1.18145 3.01289 1.17832 3.48789 1.47207 3.77852L7.46895 9.78164Z' fill='%230E2954'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1073_310'%3E%3Crect width='10' height='16' fill='white' transform='matrix(0 -1 1 0 0 10)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 3px) calc(1em + 0px) !important;
    background-size: 16px 10px, 16px 10px !important;
    background-repeat: no-repeat !important;
    background-color: #fff !important;
    padding: 0 10px;
  }
  .trp-language-switcher > div > a:hover {
    border-radius: 30px;
  }