/*
 Theme Name:   Gestione Professionisti Accessibilità
 Description:  Interventi accessibilità by Ivan Legnaioli
 Version: 1.0.0
 Author:       Lyme Agency
 Template:     gp
 Text Domain:  gpchild
 Tags: accesibility-ready
*/
@import url("../gp/style.css");

*:focus-visible,
a:focus-visible,
button:focus-visible {
	outline: #EAAA00 solid 3px !important;
}

a {
	text-decoration: underline !important;
	text-decoration-color: transparent !important;
}

/* -- SALTA MENU -- */
#skip-menu a {
	position: fixed;
	top: -144px;
	left: 34%;
	background-color: #fff;
	padding: 10px;
	/*border: 2px solid blue;*/
	z-index: 99999;
}

#skip-menu a:focus {
	position: fixed;
	top: 0px;
	-webkit-transition: top .1s ease-in;
	transition: top .1s ease-in;
}



/* -- MAIN MENU -- */

/*#main-menu button:after{
    font-family: 'FontAwesome';
    content:"\f107";
    position: absolute;
    right: -20px;
    top:-1px;
    color: #CECECE;
}*/

#main-menu>li.menu-item-has-children>a:after {
	content: "";
}

#main-menu>li.menu-item-has-children>button:after {
	font-family: 'elegant-icons';
	content: "\33";
	position: relative;
	right: 0px;
	color: #f88d2b;
	font-size: 22px;
	font-weight: 900;
	line-height: 10px;
	top: 4px;
	margin: 0;
	border: 0;
	vertical-align: initial;
}

#main-menu li.show.menu-item-has-children>a:after {
	content: "";
}

#main-menu li.menu-item-has-children>button:after {
	right: -3px;
}

#main-menu li.show.menu-item-has-children>button:after {
	content: "\32";
}

#primary-menu>li>button:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 0px;
	height: 2px;
	margin: 3px 0 0;
	transition: all 0.2s ease-in-out;
	transition-duration: 0.2s;
	opacity: 0;
	background-color: #f88d2b;
}

#primary-menu>li:hover button:after {
	width: 100%;
	opacity: 1;
}

.dropdown-menu p a {
	font-size: 15pt !important;
	color: #f88d2b !important;
}

/* --MAIN CONTENT-- */
/*header + .cover, header + #main {
	margin-top: 100px !important;
}*/
.slideshow.d-flex {
	height: 800px;
}

/* *** HOMEPAGE *** */

#sezioni-principali .readmore {
	width: 80%;
}



/* *** PRESTAZIONI *** */

.box-container-totale {
	width: 100%;
	height: auto;
	margin-top: 40px;
	margin-bottom: 100px;
	float: left;
}

.box-container-totale a {
	color: #FFF;
}

.box-container-totale a:hover {
	color: #3F3A60;
}

.colonna-prestazioni-sx {
	width: 49%;
	margin-right: 1%;
	float: left;
}

.colonna-prestazioni-dx {
	width: 49%;
	margin-left: 1%;
	float: left;
}

.box-grande {
	width: 100%;
	float: left;
	min-height: 376px;
	background: #F88D2B;
	box-shadow: 5px 5px 30px #aaaaaa;
	font-weight: 700;
	border-radius: 5px;
	color: #fff;
	/*padding-top: 60px;*/
	font-size: 32px;
	line-height: 32px;
}

.box-piccolo {
	width: 48%;
	float: left;
	min-height: 178px;
	margin-right: 2%;
	background: #F88D2B;
	box-shadow: 5px 5px 30px #aaaaaa;
	font-weight: 700;
	border-radius: 5px;
	color: #fff;
	font-size: 20px;
	line-height: 20px;
	margin-bottom: 20px;
}

.container-title-big {
	width: 100%;
	height: auto;
	padding: 74px 10px 74px 10px;
}

.container-title-small {
	width: 100%;
	height: auto;
	padding: 34px 10px 33px 10px;
}

.title-small-2raw {
	padding-top: 23px !important;
	padding-bottom: 24px !important;
}

.box-piccolo-dx {
	margin-right: 0% !important;
	margin-left: 2% !important;
}

.titolo-grande-professionisti {
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
	padding-left: 50px;
	padding-right: 50px;
}

.titolo-professionisti {
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
}

.box-bianco {
	background: white !important;
	color: #000;
	margin: 0px;
	padding: 48px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.box-bianco img {
	height: 45px;
}

.box-bianco-piccolo {
	background: white !important;
	color: #000;
	margin: 0px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	padding: 14px;
}

.box-bianco-piccolo img {
	height: 40px;
}

.scopri-link {
	font-size: 13px;
	line-height: 13px;
	margin: 0px;
	color: #FFF;
	font-weight: 400 !important;
	text-align: center;
}

.scopri-link a {
	color: #fff !important;
}

.scopri-link a:hover {
	color: #3F3A60 !important;
}

@media screen and (min-width: 992px) and (max-width: 1170px) {
	.box-grande {
		min-height: 349px;
	}
}

@media screen and (min-width: 992px) and (max-width: 1170px) {
	.box-piccolo {
		min-height: 165px;
	}
}

@media screen and (min-width: 992px) and (max-width: 1170px) {
	.box-piccolo {
		min-height: 165px;
	}
}

@media screen and (min-width: 992px) and (max-width: 1170px) {
	.container-title-big {
		padding: 68px 10px 69px 10px;
	}
}

@media screen and (min-width: 992px) and (max-width: 1170px) {
	.titolo-grande-professionisti {
		font-size: 28px;
		line-height: 28px;
		padding-left: 30px;
		padding-right: 30px;
	}
}

@media screen and (min-width: 992px) and (max-width: 1170px) {
	.titolo-professionisti {
		font-size: 17px;
		line-height: 17px;
	}
}

@media screen and (min-width: 992px) and (max-width: 1170px) {
	.title-small-2raw {
		padding-top: 24px !important;
		padding-bottom: 26px !important;
	}
}

@media screen and (min-width: 992px) and (max-width: 1170px) {
	.box-bianco-piccolo img {
		height: 30px;
	}
}

@media screen and (min-width: 992px) and (max-width: 1170px) {
	.box-bianco img {
		height: 35px;
	}
}

@media only screen and (max-width: 991px) {
	.colonna-prestazioni-sx {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}
}

@media only screen and (max-width: 991px) {
	.colonna-prestazioni-dx {
		width: 100%;
		margin-left: 0;
	}
}

@media only screen and (max-width: 991px) {
	.box-piccolo {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
}

@media only screen and (max-width: 991px) {
	.box-piccolo-dx {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
}

@media only screen and (max-width: 991px) {
	.box-grande {
		font-size: 27px;
		line-height: 27px;
		min-height: auto;
	}
}

@media only screen and (max-width: 991px) {
	.box-piccolo {
		min-height: auto;
		font-size: 27px;
		line-height: 27px;
	}
}

@media only screen and (max-width: 991px) {
	.titolo-grande-professionisti {
		padding-left: 10px;
		padding-right: 10px;
	}
}

@media only screen and (max-width: 991px) {
	.container-title-big {
		padding: 34px 10px 33px 10px;
	}
}

@media only screen and (max-width: 991px) {
	.box-bianco {
		padding: 14px;
	}
}

@media only screen and (max-width: 991px) {
	.box-bianco img {
		height: 35px;
	}
}

@media only screen and (max-width: 991px) {
	title-small-2raw {
		padding-top: 34px !important;
		padding-bottom: 33px !important;
	}
}

/* *** DOCUMENTI E MODULI *** */

.file-download .filename {
	font-weight: unset;
}

/* *** FOOTER *** */

footer {
	line-height: 1.5;
}

footer .links-accessibilty {
	flex-flow: row-reverse;
}

@media only screen and (max-width: 768px) {

	footer .links-accessibilty {
		flex-flow: wrap-reverse;
	}
}