/**
 * Surefirel Local
 * Custom CSS
 * @package sflBlaze\CSS
 * @author  Web Dev Team
 * @license GPL-2.0-or-later
 */

 	.content a {
	color: #1C438A;
}

.header-widget-area .widget a {
	color:#FFF;
}

.button,
button, 
input[type="button"], 
input[type="reset"], 
input[type="submit"] {
	background-color:  #1C438A;
}

button:focus, 
button:hover, 
.button:focus, 
.button:hover,
input[type="button"]:focus, 
input[type="button"]:hover, 
input[type="reset"]:focus, 
input[type="reset"]:hover, 
input[type="submit"]:focus, 
input[type="submit"]:hover {
    background-color: #55555F;
}

.floating-cta, .popup-form .form-title {
	background-color:  #1C438A;
} 

.popup-form form .wpcf7-submit {
	border: 1px solid #fff;	
}

body:before {
    content: '';
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.16) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.16) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.16) 0%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#29000000', endColorstr='#00000000', GradientType=0);
    position: absolute;
  	top: 0;
  	bottom: 0;
    left: 0;
    right: 0;
}

.wp-block-group.landing-page-content {
    padding: 80px 20px 60px;
    background: rgba(0, 0, 0, 0.80);
}

.home .wp-block-group.landing-page-content {
	background: rgba(0, 0, 0, 0);
}

.result-search img {
    background: #FFF;
}

.search-result-title {
    font-size: 25px;
}
