@charset "UTF-8";

/*
Theme Name: JHLOFR
Version: 1.0
*/

/* Wrapper */
#gt_float_wrapper {
    position: relative !important;
    display: inline-block !important;
}

/* Hide all flags/images */
#gt_float_wrapper img {
   max-width:20px;
}
#gt_float_wrapper .gt-current-lang img {
    height:20px;
    overflow: hidden;
    border-radius: 50%;
    display: flex;
    object-fit: cover;
}

/* Selected button */
#gt_float_wrapper .gt-selected {
	padding: 0;
	background: transparent !important;
	border: none !important;
}
/* Show only language code */
#gt_float_wrapper .gt-selected a {
    font-size: 0 !important;
}

#gt_float_wrapper .gt-selected a::after {
    content: attr(data-gt-lang);
    font-size: 18px !important;
    font-weight: 600;
    text-transform: uppercase;
}

/* Dropdown hidden by default */
#gt_float_wrapper .gt_options {
	opacity: 0 !important;
	visibility: hidden !important;
	display: block !important;
	position: absolute !important;
	top: 60px;
	right: 0;
	min-width: 68px;
	background: #fff;
	box-shadow: 0 4px 12px rgba(0,0,0,.12);
	pointer-events: none;
	z-index: 9999;
}

/* Hover show */
#gt_float_wrapper:hover .gt_options {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto;
}

/* Dropdown items */
#gt_float_wrapper .gt_options a {
	font-size: 0 !important;
	display: block;
	padding: 2px 10px;
}

/* Show only code in dropdown */
#gt_float_wrapper .gt_options a::after {
    content: attr(data-gt-lang);
    font-size: 16px !important;
    font-weight: 500;
    text-transform: uppercase;
}



/* Prevent horizontal scroll */
html, body {
    overflow-x: hidden !important;
}

