/*!
Theme Name: sprex
Theme URI: 
Author: themealley
Author URI:
Description: business theme by themealley.
Version: 1.0.3
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: sprex
Template: bizto
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

sprex is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

.site-header{
	background: rgba(158,158,158,1.00);
}
.menu-container ul li a{
	color: rgba(0,0,0,1.00);
}
.frontpage-social{
	background: rgba(211,211,211,1.00);
}
.site-footer{
	background: rgba(153,153,153,1.00);
}
.site-logo p{
	color: rgba(0,0,0,1.00);
}
.footerWidgetContainer .widget-title{
	color: rgba(0,0,0,1.00);
}
.footerWidgetContainer .widget-title span{
	border-bottom: 7px solid rgba(0,0,0,0.10);
}
.footerWidgetContainer a{
	color: rgba(0,0,0,1.00);
}
.footerWidgetContainer .search-field{
	background:rgba(0,0,0,0.07);
	color: rgba(0,0,0,1.00);
}
.footerWidgetContainer .search-field:focus{
	color: rgba(0,0,0,1.00);
}
.footerWidgetContainer .search-submit{
	border:1px solid rgba(0,0,0,0.10);
	color: rgba(0,0,0,1.00);
}
.footerWidgetContainer select {
	background:rgba(0,0,0,0.07);
	color: rgba(0,0,0,1.00);
}