@media only screen and (max-width: 600px) { 
.seriousslider-captionleft .seriousslider-caption {
    font-size: xx-small !important;
	}	}

@media only screen and (max-width: 600px) { 
.seriousslider-caption-title {
    font-size: small !important;
 	}	}

#Blink{animation: blinker 2s linear infinite; 
color:#ffffff;
background-color:#0085b2;
/*font-size:small;*/
}



@keyframes blinker {
  50% {
    opacity: 0.4;
  }
}

.widget-title {
    background-color: #0085b2;
	color:white;
    text-align: center;
}



.main .lp-text-title {
    font-weight: bold;
}

.lp-boxes-animated .lp-box-title {
     background-color: grey;
}

#contactsingleline{
	width: 80%
}

 /*----------------*/
p.formtext { 
	text-align: center;
color:#0085b2;}

.wpcf7-form .wpcf7-response-output.wpcf7-validation-errors {
    color: #D8000C;
    background-color: #FFBABA;
    border: 0;
    padding: 10px;
}
.wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ok {
    color: #4F8A10;
    background-color: #DFF2BF;
    border: 0;
    padding: 10px;
}
div.wpcf7-mail-sent-ok:before,div.wpcf7-validation-errors:before {
    font: 26px/30px dashicons;
    margin-right: 16px;
    vertical-align: middle;
}
div.wpcf7-mail-sent-ok:before {
    content: "\f147";
}
div.wpcf7-validation-errors:before {
    content: "\f158";
}



input[type=text], textarea, input[type=email], input[type=password], input[type=tel] {
	padding: 10px!important;
	width: 100%;
	border: 0px;
	border-bottom: 1px solid #fff;

    font-size: 12px;
    line-height: 22px;
    color: #555;
    background-color: #ebebeb; 

}

input[type=text]:focus, textarea:focus, input[type=email]:focus {
	background-color: #e1e1e1;
}

input[type=submit] {
	background-color: #0085b2;
    padding: 7px 11px;
    border: none;
    color: #fff;
    cursor: pointer;

}

input[type=submit]:hover {
	background-color: #ffffff;
	color: #0085b2;
}

select {
	padding: 10px!important;
	width: 100%;
	border: 0px!important;
	border: none!Important; 

    font-size: 12px;
    line-height: 22px;
    color: #555;
    background-color: #fff;

}

textarea {
	max-width: 100%;	
}

label span {
	color: #0085b2;
}


/*Testimonial text colour-*/


.lp-text-overlay + .lp-text-inside {
    color: #000;
}
