/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/
a {color:#0026d9}

.entry-title h2 a:hover, .entry-title h3 a:hover, .entry-title h4 a:hover {
    color: #0026d9;
}
.dark .menu-item:hover > .menu-link, .dark .menu-item.current > .menu-link {
    color: rgba(255,255,255,0.9);
}

@media (min-width: 992px) {
	.dark .primary-menu:not(.not-dark) .sub-menu-container, .dark .primary-menu:not(.not-dark) .mega-menu-content {
		border-top-color: #0026d9;
	}
}

.top-links-item > a {
    color: #666;
}

.standard-logo img, .retina-logo img {
	margin-top: 20px;
	margin-left: 70px;
}

@media (max-width:767px) {
.standard-logo img, .retina-logo img {
	margin-left: 10px;
}
}

.dark .menu-link {
    color: #FFFFFF;
}

.menu-link {
	font-size: 0.68rem;
	font-weight: 500;
	padding: 20px 12px;
}

.top-links-item > a {
    display: block;
    padding: 12px;
    font-size: 0.50rem;
    line-height: 10px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
}

.breadcrumb {
    position: absolute !important;
    width: auto !important;
    top: 90% !important;
    left: 40px !important;
    margin: 0 !important;
    background-color: transparent !important;
    padding: 0 !important;
    font-size: 55%;
    transform: translateY(-50%);
}

.breadcrumb a {
	padding: 2px 10px;
}

h2 {
    font-size: 4rem;
    letter-spacing: 2px;
    text-transform: none;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 0;
	color: #ffffff;
	letter-spacing: -1px;
}

#top-bar {
	z-index: 10001;
}

#slider {
	background-color: #00118e;
}

.slider-text-container {
	padding-left: 4rem;
}

.slider-caption {
	justify-content: flex-start;
	padding-top: 200px;
	max-width: 600px;
}

.slider-caption h2 {
	text-transform: none;
	letter-spacing: -1px;
}

.slider-caption p {
	padding: 0;
	margin: 0;
	padding-top: 20px;
}

.card-container {
	background: #b4b4b4;
	position: relative;
	height: 200px;
	z-index: 9999;
}

.card {
	border-radius: 1.25rem;
	border: none;
	position: absolute;
	top: -310px;
	top: -18vh;
}

.card-body {
	padding-left: 2rem;
}

.card-header {
    background-color: transparent!important;
}

.card-header:first-child {
    border-radius: calc(1.25rem - 1px) calc(1.25rem - 1px) 0 0;
}

.card-header, .card-header img {
    border-radius: calc(1.25rem - 1px) calc(1.25rem - 1px) 0 0;
	padding: 0;
	border: none;
}

.card-header:last-child {
    border-radius: calc(1.25rem - 1px) calc(1.25rem - 1px) 0 0;
}

h3.card-text {
	font-size: 46px;
	color: #0026d9;
	padding: 0;
	margin: 0;
	line-height: 90%;
	margin-left: 20px;
	margin-bottom: 20px;
	letter-spacing: -1px;
}

@media (max-width:1200px) {
	h3.card-text {
		font-size: 30px;
	}
}

p.card-text {
	padding: 0;
	margin: 0;
	padding-bottom: 10px;
	padding-top: 10px;
	color: #000000;
	margin-left: 20px;
}

p.a-card-text {
	padding: 0;
	margin: 0;
	padding-bottom: 25px;
	padding-top: 30px;
}

a.goToOffer {
	background: #0026d9;
	border-radius: 30px;
	padding: 14px 24px;
	margin-top: 50px;
	margin-bottom: 30px;
	color: #ffffff;
	font-size: 14px;
}

.corsi-percorsi {
	background: #b4b4b4;
	padding-top: 14rem;
	padding-bottom: 8rem;
}

.heading-block-container {
	padding-left: 4rem;
}

@media (max-width:767px) {
	.heading-block-container {
		padding: 30px;
	}
}

.heading-block {
    margin-bottom: 20px;
	font-weight: 600;
}

.heading-block h2 {
    font-size: 4rem;
    text-transform: none;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 0;
	letter-spacing: -1px;
}

@media (max-width:768px) {
.heading-block h2 {
    font-size: 3rem;
}
}

.corsi-percorsi .heading-block h2 {
	color: #ffffff;
}

.heading-block::after {
    content: '';
    display: none;
    margin-top: 30px;
    width: 40px;
    border-top: 2px solid #444;
}

p.lead {
	font-size: 1.5rem;
}

p.lead a {
    color: #0026d9;
	font-size: 1rem;
}

.corsi-percorsi p.lead {
    color: #ffffff;
}

.corsi-percorsi img {
    max-height: 9rem;
    margin-top: -10rem;
}

.formatori {
	background: #ffffff;
	padding-top: 8rem;
	padding-bottom: 8rem;
}

.formatori .heading-block h2 {
	color: #0026d9;
}

.formatori p.lead {
    /*color: #000000;*/
}

.formatori .owl-carousel .owl-dots .owl-dot {
	background-color: #C1C1C1;
}

.formatori .owl-carousel .owl-nav [class*=owl-]:hover {
    background-color: #C1C1C1 !important;
    color: #FFF !important;
    text-decoration: none;
}

.aa900mq {
	height: 50rem;
	background-color: #0026d9;
}

.aa900mq .heading-block-container {
	padding-top: 12rem;
}


.corso-container {
	padding: 2rem 0;
}

.corso {
	background-color: #f0f0f2;
	border-radius: 50px;
}

.corso .data-corso {
	padding-left: 3rem;
	padding-top: 2.5rem;
	padding-bottom: 2.5rem;
}

.corso h3 {
	font-size: 3rem;
	color: #cb39a8;
	font-weight: 700;
	margin-bottom: 5px;
	letter-spacing:-1px;
}

.corso h4 {
	font-size: 1.5rem;
	color: #0026d9;
	font-weight: 400;
	margin-bottom: 30px;
}

.corso h5 {
	font-size: 1.5rem;
	color: #808080;
	font-weight: 400;
	margin-bottom: 0;
}

.corso a {
	font-size: 1.7rem;
	background-color: #0026d9;
	border-radius: 50px;
	color: #ffffff;
	padding: 20px 40px;
	margin: 3rem 0;
}

.type-container {
	background-color: #0026d9;
	color: #ffffff;
	text-align: center;
	font-size: 1.3rem;
	margin: 3rem 0;
	line-height:2rem;
}

.type-container img {
	height: 50px;
	margin-bottom: 1.5rem;
}

.type-container p {
	padding-bottom: 0;
	margin-bottom: 0;
}

.type-container .col {
	padding: 6rem 15px;
}









/* PRODUCT */

.product .overlay {
	background-color: #000000;
	box-shadow:inset 0 0 0 3000px rgba(0, 0, 0, 0.6);
}

.product .slider-caption {
    max-width: 100%;
}

.product .heading-block {
    margin-bottom: 80px;
}

.product .heading-block h2 {
    font-size: 3rem;
}

.product p.lead {
	font-size: 1.3rem;
	margin-bottom: 50px;
	font-weight: 400;
}

.product .formatori {
	background: #ffffff;
	padding-top: 4rem;
	padding-bottom: 4rem;
}

.product .recommended, .homepage .recommended {
    background-color: #ffffff;
	padding: 3rem 0;
}

.product .recommended h2, .homepage .recommended h2 {
	color: #0026d9;
	font-size: 2.5rem;
	font-weight: 600;
	padding-bottom: 3rem;
}

.product .recommended .card, .homepage .recommended .card  {
	border: none;
	position: unset;
	border-radius: 0;
}

.product .recommended .card-body, .homepage .recommended .card-body {
	padding-left: 0;
}

.product .recommended .card-header:first-child, .homepage .recommended .card-header:first-child {
    border-radius: 0;
}

.product .recommended .card-header, .product .recommended .card-header img, .homepage .recommended .card-header, .homepage .recommended .card-header img {
    border-radius: 0;
	padding: 0;
	border: none;
	margin-bottom: 20px;
	background-color: transparent;
}

.product .recommended .card-header:last-child, .homepage .recommended .card-header:last-child {
    border-radius: 0;
}

.product .recommended h3.card-text, .homepage .recommended h3.card-text {
	font-size: 40px;
	color: #898989;
	padding: 0;
	margin: 0;
	line-height: 100%;
	margin-left: 0;
	margin-bottom: 0;
	letter-spacing: -1px;
}

.product .recommended p.card-text, .homepage .recommended p.card-text {
	padding: 0;
	margin: 0;
	padding-bottom: 10px;
	padding-top: 5px;
	color: #000000;
	margin-left: 0;
}

.product .recommended p.a-card-text, .homepage .recommended p.a-card-text {
	padding: 0;
	margin: 0;
	padding-bottom: 25px;
	padding-top: 30px;
}

.product .recommended a.goToOffer, .homepage .recommended a.goToOffer {
	background: none;
	border-radius: 0;
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;
	color: #0026d9;
	font-size: 14px;
}

.product .aa900mq {
	background-position: right;
	background-repeat: no-repeat;
	background-size: 55%;
	height: auto;
	padding: 5rem 0;
	color: #ffffff;
}

.product .aa900mq h2 {
	color: #ffffff;
}

.product .aa900mq .heading-block-container {
	padding-top: 12rem;
}


#div_testo ul, #div_testo ol, #datepassate ul, #datepassate ol  {padding:revert;}
#div_testo {font-size:1.3em;}

#div_testo header h4 {
    font-size: 2.5rem;
    color: #0026d9;
	letter-spacing:-1px;
	margin-bottom: 0;
}




/* ----------------------------------------------------------------
	Height Utility Classes
-----------------------------------------------------------------*/

.min-vh-30 {
	min-height: 30vh !important;
}

.vh-30 {
	height: 30vh !important;
}

.max-vh-30 {
	max-height: 30vh !important;
}

@media (min-width: 576px) {
	.min-vh-sm-30 {
		min-height: 30vh !important;
	}

	.vh-sm-30 {
		height: 30vh !important;
	}
	
	.h-sm-30 {
		height: 30% !important;
	}

	.max-vh-sm-30 {
		max-height: 30vh !important;
	}
}

@media (min-width: 768px) {
	.min-vh-md-30 {
		min-height: 30vh !important;
	}

	.vh-md-30 {
		height: 30vh !important;
	}

	.h-md-30 {
		height: 30% !important;
	}

	.max-vh-md-30 {
		max-height: 30vh !important;
	}
}

@media (min-width: 992px) {
	.min-vh-lg-30 {
		min-height: 30vh !important;
	}

	.vh-lg-30 {
		height: 30vh !important;
	}

	.h-lg-30 {
		height: 30% !important;
	}

	.max-vh-lg-30 {
		max-height: 30vh !important;
	}
}

@media (min-width: 1200px) {
	.min-vh-xl-30 {
		min-height: 30vh !important;
	}

	.vh-xl-30 {
		height: 30vh !important;
	}

	.h-xl-30 {
		height: 30% !important;
	}

	.max-vh-xl-30 {
		max-height: 30vh !important;
	}
}

@media (max-width: 1280px) {
	.product .aa900mq {
		background-image: none!important;
	}
}

@media (max-width: 990px) {
	.card-container, .product .recommended .card-container {
		background: #b4b4b4;
		position: unset;
		height: auto;
		z-index: 9999;
		float: none;
		clear: both;
		padding-top: 50px;
	}

	.card, .product .recommended .card {
		border-radius: 1.25rem;
		border: none;
		position: unset;
		float: none;
		clear: both;
		max-width: 500px;
		margin: 0 auto;
		margin-bottom: 50px;
	}
	
	.product .recommended .card {
		border-radius: 0;
		margin: 0;
		width: 100%;
		border-bottom: 1px solid #dddddd;
		margin-bottom: 40px;
		max-width: none;
	}
	
	.calendar-icon {
		display: none;
	}
	
	.product .corso {
		margin-left: 20px;
		margin-right: 20px;
	}
}

@media (max-width: 1440px) {
	.card {
		top: -266px;
		top: -15vh;
	}
}



.form-group label {
    font-size: 12px;
    font-weight: 700;
    text-transform: none;
    letter-spacing: 0px;
    margin-bottom: 0;	
}

.btn {
font-size: 1.7rem;
    background-color: #0026d9;
    border-radius: 50px;
    color: #ffffff;
    padding: 20px 40px;
    margin: 3rem 0;
}

.btn-small {
	font-size: 1.2rem;
    border-radius: 12px;
    color: #ffffff;
    padding: 10px 20px;
    margin: 1.2rem 0;
}

@media (max-width: 991px) {
#top-bar {background-color:#000;}
#header-wrap {background-color:#333;}
.svg-trigger path {
    stroke: #fff;
}
.menu-link {color:#FFF;}
.sub-menu-trigger {color:#FFF;}
.header-misc-icon > a {color:#FFF;}
}


.author-block {
    background-color: whitesmoke;
    clear: both;
    display: table;
    margin: 20px 0;
    padding: 20px;
}

.biblio {
	font-size: 14px;
    padding: 24px 5vw;
    border-top: 1px solid #ddd;
    margin-top: 24px;
}





