/*Colors from - https://color.adobe.com/Plum-and-Orange-color-theme-864560/ */

/* Going Green Pro red
--------------------------------------------- */

.going-green-pro-red .author-box-title,
.going-green-pro-red .entry-meta a:hover,
.going-green-pro-red .nav-primary .genesis-nav-menu .current-menu-item > a,
.going-green-pro-red .nav-primary .genesis-nav-menu a:hover,
.going-green-pro-red .sidebar a:hover,
.going-green-pro-red a {
	color: #333333;
}

.going-green-pro-red .content .entry-content a {
	background-color:#d1d0de;
	padding:5px;
}

.going-green-pro-red .content .entry-content a:hover {
	background-color:#333333;
	color:#fff;
}
	

.going-green-pro-red .site-description,
.going-green-pro-red .genesis-nav-menu .current-menu-item > a,
.going-green-pro-red .genesis-nav-menu a:hover,
.going-green-pro-red .site-header .widget-area a:hover {
	color: #333333;
}

.going-green-pro-red .entry-title,
.going-green-pro-red .entry-title a,
.going-green-pro-red .footer-widgets .widget-title,
.going-green-pro-red .genesis-nav-menu .sub-menu .current-menu-item > a,
.going-green-pro-red .genesis-nav-menu .sub-menu a:hover,
.going-green-pro-red .navigation li a,
.going-green-pro-red .sidebar .widget-title a,
.going-green-pro-red .sidebar a,
.going-green-pro-red a:hover {
	color: #333333;
}

.going-green-pro-red .entry-meta a,
.going-green-pro-red .site-footer a {
	color: #c3bbad;
}

.going-green-pro-red .entry-title a:hover {
	color: #46402f;
}

.going-green-pro-red .after-entry .widget-title,
.going-green-pro-red .button,
.going-green-pro-red .button:hover,
.going-green-pro-red .enews-widget .widget-title,
.going-green-pro-red .genesis-nav-menu a,
.going-green-pro-red .navigation li a:hover,
.going-green-pro-red .navigation li.active a,
.going-green-pro-red .sidebar .button,
.going-green-pro-red .sidebar .button:hover,
.going-green-pro-red .site-footer a:hover,
.going-green-pro-red .site-title a,
.going-green-pro-red .site-title a:hover {
	color: #444444;
}

.going-green-pro-red .site-title a {
	color: #ffffff;
}

.going-green-pro-red .genesis-nav-menu a {
	color:#ffffff;
}

.going-green-pro-red .enews-widget input[type="submit"],
.going-green-pro-red button:hover,
.going-green-pro-red input:hover[type="button"],
.going-green-pro-red input:hover[type="reset"],
.going-green-pro-red input:hover[type="submit"] {
	background-color: #609a31;
}

.going-green-pro-red .site-header {
	background-color: #7d7796;
}

.going-green-pro-red .site-footer {
	background-color:#333333;
}

.going-green-pro-red .genesis-nav-menu .sub-menu a,
.going-green-pro-red .nav-primary {
	background-color: #333333;
}

.enews-widget input:hover[type="submit"],
.genesis-nav-menu .sub-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu a:hover {
	background-color: #ffffff;
}

/* ---------------- */

body {
	color:#333 !important;
}

.title-area {
	width:900px;
}

.site-title {
	font-size: 2.5em;
	font-weight: 300;
	font-family: 'Roboto Slab', serif;
}

.site-header .widget-area {
	width: 240px;
}

.widget-title {
	color: #333333 !important;
	font-weight: 300;
	font-family: 'Roboto Slab', serif;
}

.site-description {
	color: #363636 !important;
	color:#ffffff !important;
}

.archive-pagination li a {
	background-color: #e5e5dc;
	color: #333333;
}

.archive-pagination li.active a {
	background-color: #333333;
}

h1.entry-title, h2.entry-title a {
	color:#333333 !important;
	font-size: 2.4em;

}

h2.entry-title a {
	font-size: 0.8em;
}

.site-container {
	background-color: #d1d0de !important;
	
}

.nav-header a {
	background-color:#333333;
	border-radius: 4px;
	padding:12px;
	margin-right:12px;
}

.nav-header a:hover {
	background-color:#fff;
}

.entry-meta {
	color:#000;
}

.going-green-pro-red .site-footer a {
	color:#ffffff;
	font-size:0.7em;
	font-weight:normal;
}

.pagination li a:hover {
	background-color: #333333;
}

.search-form input{
}

aside .widget .cta, aside .widget .cta:link, aside .widget .cta:visited, aside .widget .cta:active {
	text-align: center;
	display: block;
	padding:12px;
	border-radius: 4px;
	background-color:#333333;
	color:#fff;
}

aside .widget .cta:hover {
	background-color:#7d7796;
	color:#ffffff;
}
blockquote {
	color:#333;
	font-style:italic;
	
}

.nav-header .menu .current-menu-item a {
	color:#fff;
}

/*
Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 800px) {

	.title-area, .site-header .widget-area {
		width:100%;
	}

	.site-title {
		font-size:1.8em;
	}

	.site-header .widget-area {
		color:#333;
	}

}