
/*-- ========== GRADIENT OVERLAY ============ --*/
.overlay{
	background: -webkit-linear-gradient(60deg, #556270 10%, #FF6B6B 90%); /* Chrome 10+, Saf5.1+ */
  	background:    -moz-linear-gradient(60deg, #556270 10%, #FF6B6B 90%); /* FF3.6+ */
  	background:     -ms-linear-gradient(60deg, #556270 10%, #FF6B6B 90%); /* IE10 */
  	background:      -o-linear-gradient(60deg, #556270 10%, #FF6B6B 90%); /* Opera 11.10+ */
  	background:         linear-gradient(60deg, #556270 10%, #FF6B6B 90%); /* W3C */
}
/*-- ========== CLOSE INFO & BACK TO TOP ============ --*/
.info-container .hover-effect-1 a:hover:after,
.info-container .hover-effect-1 a:hover:before{
	background:#f1a61d;
}
.info-container .close-link a:hover,
.info-container .backtop-link a:hover
{
	color:#f1a61d;
}
/*-- ========== SERVICE & CONTACT ICON ============ --*/
.about .about-services .service-container:hover .services .name,
.about .about-services .service-container:hover .services .icon,
.contact-location .location-container:hover .location .icon,
.contact-location .location-container:hover .location .name
{
	color:#f1a61d;
}
/*-- ========== FORM & BUTTON ============ --*/
button[type="submit"].submit-subscribe:hover{
	background:#f1a61d;
	color:white;
}
button[type="submit"].submit-message:hover{
	background:#f1a61d;
	color:white;
	border:1px solid #f1a61d;
}
input[type="text"]:focus, textarea:focus{
	border-bottom:1px solid #f1a61d;
}

