img.iclflag,
img.wpml-ls-flag {
position: relative;
top: 1px;
margin-right: 0.4rem;
} .wpml-ls-legacy-list-horizontal ul {
margin: 0 -0.6rem;
list-style: none;
}
.wpml-ls-legacy-list-horizontal ul li {
display: inline-block;
white-space: nowrap;
margin: 0 0.6rem;
} .wpml-ls-legacy-dropdown li,
.wpml-ls-legacy-dropdown-click li {
margin: 0;
position: relative;
}
.wpml-ls-legacy-dropdown a,
.wpml-ls-legacy-dropdown-click a {
display: block;
font-size: 0.9rem;
line-height: 2.8rem;
padding: 0 2.8rem 0 0.8rem;
border: none !important;
color: inherit !important;
background: var(--color-content-bg-alt-grad);
box-shadow: 0 1px 0 rgba(0,0,0,0.08) inset;
}
.wpml-ls-item-toggle {
border-radius: 0.3rem;
}
.wpml-ls-item-toggle:before {
content: '';
position: absolute;
top: 56%;
transform: translateY(-50%);
right: 1rem;
pointer-events: none;
border: 0.4em solid;
border-left-color: transparent;
border-right-color: transparent;
border-bottom-color: transparent;
border-radius: 2px;
}
.wpml-ls-sub-menu {
visibility: hidden;
position: absolute;
top: 100%;
width: 100%;
z-index: 11;
margin: 0;
box-shadow: var(--box-shadow);
}
.no-touch .wpml-ls-sub-menu a:hover {
background: var(--color-content-border);
}
.wpml-ls-legacy-dropdown li:hover .wpml-ls-sub-menu {
visibility: visible;
}
.wpml-ls-sub-menu a {
box-shadow: none;
} .wpml-ls-statics-footer {
position: relative;
clear: both;
text-align: center;
font-size: 0.8rem;
padding: 0.6rem;
background: var(--color-content-bg-grad);
}
body.footer_reveal .otgs-development-site-front-end {
position: relative;
} .rounded_none .wpml-ls-item-toggle {
border-radius: 0 !important;
}