.main-navigation {
	background-color: #313131;}

a {
	color: #313131;
	text-decoration: none;
  font-weight:bold;}
	
	.cat-links a {
    color: #313131;
    display: inline-block;
    font-family: "Source Sans Pro";
    font-style: normal;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    margin: 0;
    text-transform: uppercase;
}

a:hover,
a:focus,
a:active {
	color: #a8a6a1;
	text-decoration: none;}

.button {
	background-color: #313131;}

textarea:focus {
	border: 1px solid #313131;
	outline: none;
	transition: border-color 0.2s;
}

.jetpack-social-navigation ul li {
	display: inline-block;
	background: #313131;
	color: #fff;
	font-size: 20px;
	list-style: none;
	line-height: .5;
	margin: .2em .1em;
	padding: 8px;
	border-radius: 50%;
}
.footer-widget-area a:active {
	color: #313131;
}

.entry-title a {
	color: #444340;
	font-size: 23px;
	transition: color 0.2s;
}
.entry-title a:hover,
.entry-title a:focus,
.entry-title a:active {
	color: #a8a6a1;
}

.cat-links a {
	color: #313131;
	display: inline-block;
	font-family: "Source Sans Pro";
	font-style: normal;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 0;
	text-transform: uppercase;
}

.comment-meta a {
	color: #313131;
}

.hero-content-wrapper .cat-links a {
	background-color: #313131;
	display: inline-block;
	color: #fff;
	font-size: 13px;
	margin-right: 4px;
	margin-bottom: 4px;
	padding: 2px 8px;
	transition: color 0.2s;
}

body:not(.search):not(.single-jetpack-testimonial) .jetpack-testimonial .entry-title a,
body:not(.search):not(.single-jetpack-testimonial) .jetpack-testimonial .entry-title,
.jetpack-testimonial-shortcode .testimonial-entry-title {
	color: #313131;
	font-family: "Source Sans Pro", Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
}

.site-info a:hover,
.site-info a:focus,
.site-info a:active {
	color: #a8a6a1;
}

.main-navigation ul ul {
		background-color: #313131;
		box-shadow: rgba(0,0,0, 0.1) 0 1px 2px;
		display: block;
		left: -99999em;
		margin: 0;
		position: absolute;
		top: 2.8em;
		z-index: 99999;
	}