/**
 Theme Name: Gesa
 Description: Custom UI styles and Elementor overrides.
 Author: Never Settle
 Author URI: https://neversettle.it
 Version: 2.1.1
**/

.gesa-radio label::before,
.gesa-radio label::after{
	content: none;
	display:none;
}

.gesa-radio input:not(:checked) + label{
	display: none;
}

aside.country-selector {
	/*display: none !important;*/
}

aside.country-selector a {
	display: block;
}

.elementor-shortcode aside.country-selector {
	display: block !important;
}

a.skip-main {
	left:-999px;
	position:absolute;
	top:auto;
	width:1px;
	height:1px;
	overflow:hidden;
	z-index:-999;
}
a.skip-main:focus, a.skip-main:active {
	color: #fff;
	background-color:#000 !important;
	left: 1rem;
	top: 2.5rem;
	width: auto;
	height: auto;
	overflow:auto;
	padding:10px;
	border-radius: 0;
	border:4px solid white;
	text-align:center;
	font-size:1.2em;
	z-index:99999999;
}

.elementor-posts-container .elementor-post__thumbnail img {
	transition: filter 0.3s ease-in-out, opacity 0.3s ease-in-out;
}


/*------ ADA RESOLUTIONS ----------*/

.elementor-button {
	outline-color: #000 !important;
}