/*
Theme Name: Auto PT Child
Theme URI: https://demo.proteusthemes.com/auto/
Author: ProteusThemes
Author URI: https://www.proteusthemes.com/
Template: auto-pt
Description: Auto - the best WordPress theme for car mechanics, car wash, handyman and other business. Developed by ProteusThemes.
Version: 1.4.0
License: GPL 2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: white, black, gray, red, light, two-columns, left-sidebar, right-sidebar, responsive-layout, custom-background, custom-colors, custom-menu, editor-style, featured-images, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready
Text domain: auto-pt
*/

/* Custom language switcher START */
.dropbtn {
    background: transparent;
    color: #595b5d;
    padding-right: 6px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    outline: none;
}

.dropdown > .fa-angle-down {
color: #34373b;
font-size: 16px;
font-weight: bold;
vertical-align: middle;
}

.dropdown {
    position: relative;
    display: inline-block;
}
@media only screen and (max-width: 991px) {
.dropdown {
float: right;
padding-top: 1.5375rem;
}
.header__navigation-widgets .widget {
text-align: left;
}
.dropdown-content {
z-index: 9999;
}
.lang-switcher-flag {
height: 18px !important;
}
}

.dropdown-content {
    display: none;
    position: absolute;
    margin-top: 0px;
    background-color: #f1f1f1;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    list-style-type: none;
    padding-left: 0px;
}

.dropdown-content a {
    color: #595b5d;
    padding: 6px 10px;
    text-decoration: none !important;
    display: block;
    text-transform: uppercase;
}

.dropdown-content a:hover {
background-color: #f1f1f1;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.lang-switcher-flag {
height: 13px;
}
/* Custom language switcher END */
