.page-breadcrumb > li:first-child:before {
    font: normal normal normal 14px/1 FontAwesome;  
	content: '\f015';
	margin-right: 4px;
}
.service .post {
    min-height: 250px;
}
.service .post .entry-header .entry-title:hover {
    color: #5ca2e0;
}

@media (min-width: 992px)
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
	float:right !important;
}

.wpcf7-submit{
	padding: 7px 20px;
}

.wp-block-group h2 {
	font-size: 17px;
}
.wpcf7 form.sent .wpcf7-response-output {
	font-size: 18px;
	padding: 20px 30px;
}
.wpcf7-form-control-wrap input {
    padding: 20px;
    height: auto;
    margin-top: 5px;
}
.ui-widget-overlay
{
  opacity: .50 !important;
  filter: Alpha(Opacity=50) !important;
  background: rgb(50, 50, 50) !important; 
}

.navbar-default .navbar-nav > li > a{
	font-size:14px !important;
}
.dropdown-menu > li > a {
	font-size:13px !important;
}


@keyframes color-change {
  0% { color: #fff; text-shadow: 0px 0px 6px #fff;}
  50% { color: #9ad0ff; text-shadow: 0px 0px 3px #fff;}
  100% { color: #5ca2df; text-shadow: 0px 0px 6px #fff;}
}

.page-title h2{	
	-webkit-transition: box-shadow 2.1s 0s ease-out;
	-moz-transition: box-shadow 2.1s 0s ease-out;
	-o-transition: box-shadow 2.1s 0s ease-out;
	transition: box-shadow 2.1s 0s ease-out;
	text-shadow: 0px 0px 6px #fff;
	color:#5ca2df;
    /*color: #404b56;*/
	
	-webkit-animation: color-change 4.1s cubic-bezier(0.29, -0.12, 0.74, 1.12);
    -moz-animation: color-change 4.1s cubic-bezier(0.29, -0.12, 0.74, 1.12);
    -o-animation: color-change 4.1s cubic-bezier(0.29, -0.12, 0.74, 1.12);
    -ms-animation: color-change 4.1s cubic-bezier(0.29, -0.12, 0.74, 1.12);
    animation: color-change 4.1s cubic-bezier(0.29, -0.12, 0.74, 1.12);
}
.page-header .container, .section-title, h1.section-heading{
	-webkit-user-select: none;  
	-moz-user-select: none;    
	-ms-user-select: none;      
	user-select: none;
}

.allegati-container, .certificato-container{
	border:1px solid #eee;
	border-radius: 7px;
	box-shadow: 0px 2px 2px #eee;
	min-width: 60px;
	float:left;
	padding:10px 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	width:100%;
}
.allegati-title, .certificato-container .certificato-title{
	clear: both;
    width: 100%;
    margin-bottom: 10px;
    min-height: 40px;
}

.allegati-container .allegati-title img{
	float:left;height: 40px;" src="https://www.divinaservice.it/asset/img/graffetta.png;
}
.allegati-container .allegati-title h2{
	font-size: 21px;
    text-decoration: none;
	margin-left: 50px;
}
.allegati-container ul li a{
	font-size: 12px;
    text-decoration: none;
}

.certificato-container .certificato-title h2{
	font-size: 17px;   
	margin-left: 50px;
    padding-top: 10px;
}
.certificato-container .certificato-title a{	
    text-decoration: none;
	margin-left: 50px;
}
.certificato-container .certificato-title img{
	float:left;
	width: 100px;
	margin-right:17px;
}
.iso-menu{
    float: left;
    margin-right: 0px;
    right: 100px;
    top: 70px;
}
.iso-menu a.iso-logo {
    float: left;
    margin-right: 5px;
}
.iso-menu a.iso-logo img{
    height:50px;
}
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fefefe;
    z-index: 99999;
    height: 100%;
    width: 100%;
    overflow: hidden !important;
}
.status {
    background-image: url(/asset/img/loader.gif);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    width: 140px;
    height: 140px;
    position: absolute;
    left: 45%;
    top: 39%;
    margin: -20px 0 0 -20px;
}

.wpcf7-response-output{
	font-size:17px !important;
}
@media only screen and (max-width: 1100px){
	.status {
		left: 37% !important;
		top: 39%;
	}
}