﻿/* .goog-te-banner-frame {display:none;} // Don't show Google Topbar */
/* #goog-gt-tt {display:none!important;visibility:hidden!important;}*/
#google_translate_element {
    position: absolute;
    right: 5px;
    z-index: 999 !important;
    cursor: pointer;
}

.goog-logo-link {
    display: none !important;
}

.g-navbar {
    padding: 10px !important;
}

.goog-te-gadget {
    font-family: Roboto, 'Open Sans', sans-serif !important;
    text-transform: uppercase;
}

    .goog-te-gadget .goog-te-combo {
        margin: 4px 0;
    }

.goog-te-combo {
    padding: 4px !important;
    margin-right: 5px !important;
    margin-left: 15px !important;
    font-size: 16px !important;
    font-weight: normal;
    line-height: 4rem !important;
    display: inline-block;
    cursor: pointer;
    zoom: 1;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-box-shadow: inset 0 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px rgba(0, 0, 0, 0.075);
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

option {
    cursor: pointer;
}

.goog-tooltip {
    display: none !important;
}

    .goog-tooltip:hover {
        display: none !important;
    }

.goog-text-highlight {
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

.goog-te-menu2 {
    max-width: 100%;
}

.goog-te-menu-value:nth-child(3) {
    display: none !important;
}

.goog-te-menu-value {
    color: #fff !important;
}

.google-te-menu-value:before {
    font-family: 'Material Icons';
    content: '\E927';
    margin-right: 16px;
    font-size: 2rem;
    vertical-align: -10px;
    /* width:32px!important; */
}

.goog-te-menu-value span:nth-child(5) {
    display: none;
}

.goog-te-menu-value span:nth-child(3) {
    border: none !important;
    font-family: 'Material Icons';
}

    .goog-te-menu-value span:nth-child(3):after {
        display: none;
    }

.goog-te-gadget-icon {
    background-image: url(https://placehold.it/32) !important;
    background-position: 0px 0px;
    height: 32px !important;
    width: 32px !important;
    margin-right: 8px !important;
    /*    OR */
    display: none;
}

.goog-te-menu2 .goog-te-menu2-item span {
    font-size: large !important;
}

/* ============ HIDE TOP BAR ============ */
.goog-te-banner-frame.skiptranslate {
    display: none !important;
}

body {
    top: 0px !important;
}

/* ================================== *\
          Mediaqueries
        \* ================================== */
/* @media (max-width: 667px) {
          #google_translate_element {
            bottom: 0px;
            left: 16px !important;
            width: 100% !important;
          }
          goog-te-gadget {
            width: 100% !important;
          }
          .skiptranslate {
            width: 100% !important;
          }
          .goog-te-gadget-simple {
            width: calc(100% - 32px) !important;
            text-align: center;
          }
        } */
