/*
Theme Name: Lake
Author: Lake Solutions Inc.
Version: 1.0.0
*/

.lkt-switcher--flags .lkt-flag-text {
    font: inherit;
    font-size: 13px;
    line-height: 1;
    text-transform: uppercase;
    margin-left: 5px;
}

.lkt-switcher--flags .lkt-flags-menu {
    position: absolute;
    top: calc(100% + 6px);
    right: -11px;
    min-width: 136px;
	background: white;
}

.lkt-flag--img {
    width: 15px;
    height: 10px;
    display: inline-block;
    object-fit: initial;
}

@media (max-width:768px) {
	.language-switcher {
		padding: 6px 12px 6px !important;
	}
	.lkt-switcher--flags .lkt-chevron {
		width: 7px !important;
		height: 7px !important;
	}
}