/**
 * Copyright © 2019 Digital Aptech PVT. LTD. All rights reserved.
 */

#google_translate_element,
iframe.goog-te-banner-frame,
.goog-logo-link,
.goog-tooltip,
.goog-tooltip:hover {
    display: none;
}

body {
    position: static !important;
    top:0px !important;
}

.dropdown-type .language-selector {
    width: 105px;
    color:  #eee;
    line-height: 16px;
    font-size: 14px;
    padding: 5px 35px 5px 25px;
    cursor: pointer;
    position: absolute;
    top: 6px;
    border: 1px solid #bbbbbb;
    background: url(../images/down.png) right center no-repeat;
    vertical-align: middle;
    display: inline-block;

}

.dropdown-type.no-flag .language-selector {
    padding-left: 5px;
}

.dropdown-type .translator-language {
    color: #000000;
    display: none;
    position: absolute;
    margin: 0;
    background: #fff;
    list-style: none;
    z-index: 99;
    padding: 5px;
    border: 1px solid #bbbbbb;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
    box-sizing: border-box;
    top: 40px;
}

.dropdown-type .translator-language > li {
    width: auto;
    background: #fff;
    line-height: 16px;
    font-size: 14px;
    padding: 5px;
    cursor: pointer;
    position: relative;
    min-width: 145px;
    margin: 0;
    color: white !important;
}

.dropdown-type.no-flag .translator-language > li {
    min-width: 125px;
}

.dropdown-type .translator-language > li span {
    margin-left: 16px;
}

.dropdown-type.no-flag .translator-language > li span {
    margin-left: 0;
}

.dropdown-type .translator-language > li:hover,
.dropdown-type .translator-language > li.active {
    background-color: #ccc;
}

.dropdown-type .translator-language li i {
    position: absolute;
    left: 0;
}

.dropdown-type .language-selector i {
    position: absolute;
    left: 5px;
}

@media only screen and (max-width: 767px) {
    .language-wrapper.dropdown-type {
        display: block;
        text-align: center;
    }

    .language-wrapper.dropdown-type .language-wrapper-inner {
        position: relative;
        display: inline-block;
        text-align: left;
    }

    .dropdown-type .language-selector {
        position: relative;
        margin: 0 5px 12px 0;        
    }
}

/* Inline Translator*/

.language-wrapper.inline-type {
    display: inline-block;
}

.inline-type .language-selector {
    display: none;
}

.inline-type ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.inline-type ul li {
    display: inline-block;
    padding: 0 5px;
    position: relative;
    cursor: pointer;
    margin: 0;
}

.inline-type ul li::after {
    content: "|";
    position: absolute;
    top: 0;
    right: -5px;
}

.inline-type ul li:last-child::after {
    content: "";
}

.inline-type ul li i {
    position: relative;
    top: 3px;
}

.inline-type ul li.active::before {
    width: 100%;
    height: 3px;
    background: #467150;
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
}

@media only screen and (min-width: 768px) and (max-width: 1080px) {
    .inline-type ul li span {
        display: none;
    }
}

@media only screen and (min-width: 501px) and (max-width: 767px) {
    .inline-type {
        padding: 5px;
        text-align: center;
    }
}

@media only screen and (max-width: 500px) {
    .inline-type ul li span{
        display: none;
    }

    .language-wrapper.inline-type {
        padding: 5px;
        text-align: center;
        display: inherit;
    }
}
