/* Geolocation */
#geolocation {
	position:relative;
	box-shadow: 0 2px 4px 0 rgba(82, 82, 82, 0.3);
    z-index: 2;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
#geolocation .content {margin: 10px auto;display: table;padding: 0 3em 0 1.5em;}
#geolocation .content-text {float:left;padding: 2px 10px 0 0;color:black;font-size: 0.85rem;}

#geolocation ul {
    list-style: none;
    margin: 0;
    padding: 0;
    float: left;
    background: white;
    padding: 0 10px;
    border-radius: 3px;
    border-color: black;
    /*border: 1px solid;*/
    color:inherit;
}
#geolocation ul li ul { border:none;}
#geolocation ul li span,
#geolocation ul li ul li a span  {
    font-size: 0.85rem;
    font: normal 0.85em system-ui;
    color:black;
}
#geolocation img.country-flag {
	height: 15px;
    width: 30px;
    cursor: pointer;
    padding: 0px;
    margin-bottom: 1px;
}
#geolocation button {
    margin:0 10px;
    padding:7px 10px;
    border-radius:3px;
    background-color: #fff;
    border-color:black;
    cursor:pointer;
    font-size: 0.85rem;
    }
#geolocation .close {
    margin: 0;
    padding: 0;
    display: inline-block;
    background: white;
    border-radius: 3px;
    border-color: black;
    border: 1px solid;
    width: 31px;
    height: 31px;
    text-align: center;
    float: right;
    top: 10px;
    right: 1.1rem;
    color: black;
    position: absolute;
}

/* START: Support for WP5 theme*/
#header.mdc-top-app-bar--fixed-scrolled #geolocation{
    /*opacity:0.5; */
    position:absolute; 
    top:-999px; 
    width:100%;
}
#geolocation {
    background: white;
}
/* END: Support for WP5 theme*/