/* Add here all your CSS customizations */

/* Icon Size */
.custom-icon-size-1 {
    font-size: 2em;
}
.custom-icon-size-2 {
    font-size: 2.8em;
}
.custom-icon-size-3 {
    font-size: 3.5em;
}
/* Dividers */
.custom-hr-color-blue-light {
    background: rgba(0,48,87,0.3)!important;
	background-image: -webkit-linear-gradient(left, transparent, #77add8, transparent)!important;
	background-image: linear-gradient(to right, transparent, #77add8, transparent)!important;
	border: 0;
	height: 1px;
	margin: 22px 0;
}

.page-header.page-header-modern.page-header-background.page-header-background-smd {
	padding: 100px 0;
}

.agent-item {
	border: 1px solid #DDD;
	padding: 4px;
	margin: 0 0 35px;
	padding: 25px 10px;
}

.vcenter {
  padding: 40px 30px 0px 30px;
  align-items: center;
  display: inline-block;
}
.container .call-to-action-square {
	border-radius: 0px;
}
section.section-personal {
	background: #f4fafb;
	border-top: 2px solid #ebf4f5;
	margin: 30px 0;
	padding: 40px 0;
}
.feature-box .feature-box-icon2 {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #CCC transparent)!important;
	border-radius: 100%;
	color: #FFF;
	font-size: 1rem;
	position: relative;
	top: 7px;
	text-align: center;
	padding: 0.8em;
	height: 1px;
	max-width: 6em;
	min-width: 2.7em;
	min-height: 2.7em;
}

.line-heigth-2 {
	line-height: 35px;
}
.bg-color-title {
	background-color: #cbd5eb !important;
}

/* modifiche accessibilità */
p {
	color:#000 !important;
}
#header .header-column .header-extra-info li .header-extra-info-text label{
	color:#222 !important;
}