/*
 Theme Name:   Ebipro Accessibilità
 Description:  Interventi accessibilità by Ivan Legnaioli
 Version: 1.0.0
 Author:       Lyme Agency
 Template:     Ebipro
 Text Domain:  Ebiprochild
 Tags: accesibility-ready
*/
@import url("../Ebipro/style.css");

body .content {
	color: #727272;
}

*:focus-visible,
a:focus-visible,
.ubermenu-accessible .ubermenu-item .ubermenu-target:focus,
button:focus-visible {
	outline: #EAAA00 solid 3px !important;
}

a.panel-title:focus-visible {
	color: #EAAA00 !important;
}

.pum-content {
	outline: 0 !important;
}

body .ubermenu-accessible input:not(:hover):focus,
body .ubermenu-accessible:not(:hover) .ubermenu-target:focus {
	box-shadow: none !important;
	transition: unset;
}

/* *** SALTA MENU *** */
#skip-menu a {
	position: fixed;
	top: -144px;
	left: 34%;
	background-color: #fff;
	padding: 10px;
	z-index: 99999;
}

#skip-menu a:focus {
	position: fixed;
	top: 0px;
	-webkit-transition: top .1s ease-in;
	transition: top .1s ease-in;
}

/* *** BOX DOWNLOAD *** */
.titolo-download,
.sub-titolo-download {
	background-image: linear-gradient(#F88D2B 0 0);
	background-position: bottom left;
	background-size: 50px 2px;
	background-repeat: no-repeat;
	display: inline-block;
	width: 65%;
}

.titolo-download {
	color: #3f3a60 !important;
	font-weight: 700;
	font-size: 16.8px;
	padding-bottom: 8px;
}

.sub-titolo-download {
	color: #818181 !important;
	font-weight: 400;
	font-size: 14px;
	padding-bottom: 6px;
}

.link-download {
	float: right;
	font-size: 11px;
}

/* *** PAGINA FAQ *** */
#pt-cv-view-09f25740tg a.panel-title:focus-visible {
	color: #f88d2b !important;
}

#pt-cv-view-09f25740tg div.panel-body:focus-visible {
	outline: 2px solid #f88d2b !important;
}

/* *** MEDIA QUERIES *** */
@media only screen and (min-width: 767px) {

	/* *** ACCESSIBILITY ICONS *** */
	.accessibility-icons .vc_column_container>.vc_column-inner {
		width: 100% !important;
	}
}

@media only screen and (max-width: 800px) {

	/* *** BOX DOWNLOAD *** */
	.titolo-download {
		font-size: 21.6px !important;
	}

	.sub-titolo-download {
		font-size: 18px !important;
	}
}