/* Fixes for google translator issues */
body.menu-opn > .skiptranslate:first-child{
    display: none;
}
html.custom-translated-ltr .header-wrapper{
    top: 38px;
}
@media only screen and (min-width: 768px){
    html.custom-translated-ltr .headerFixedInitial.headerFixed .header-wrapper{
        top: 40px !important;
    }
}

@media only screen and (max-width: 1050px){
    #google_translator_element .goog-te-gadget-simple > span {
        display: none;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1250px) {
    /* #326000: issue 9 */
    html.translated-ltr .with-new-logo .logo a {
      width: 188px;
    }
}
@media only screen and (max-width: 767px) {
    body > .skiptranslate:first-child{
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        overflow: auto;
        height: auto;
        width: 100%;
        z-index: 10000001;
    }
    html.custom-translated-ltr .headerFixedInitial.headerFixed .header-wrapper,
    html.custom-translated-ltr .header-wrapper {
        top: 58px !important;
    }
    html.custom-translated-ltr body{
        padding-top: 80px;
    }
    iframe.goog-te-banner-frame.skiptranslate{
        position: static;
        width: 100%;
        box-shadow: none;
        min-width: 420px;
        border-color: transparent;
    }
    .goog-te-banner .goog-logo-link {
        background-image: url(https://translate.googleapis.com/translate_static/img/te_ctrl3.gif);
        background-position: -65px 0px;
        background-repeat: no-repeat;
        width: 15px;
        height: 19px;
    }
    .goog-te-banner .goog-logo-link img {
        display: none;
    }
    body {
        padding-top: 80px;
    }

}
@media only screen and (max-width: 320px){
    html.translated-ltr body .header-translator-region.google-translator,
    .goog-te-gadget.skiptranslate{
        /* right: 6px; */
        position: static;
    }
    html.translated-ltr body .header-translator-region.google-translator{
        padding: 0 15px;
    }
    
}
/* End of Fixes for google translator issues */
