/*
Theme Name: Resurrect Child
Description: A child theme for Resurrect.
Author: Your Name
Version: 1.0
Template: resurrect
*/

/*
This stylesheet is loaded instead of the parent theme's stylesheet, which is enqueued in functions.php.
To override styles, copy them here from the original stylesheet, then change the properties.

See http://churchthemes.com/guides/developer/child-theming/ and the WordPress Codex:
http://codex.wordpress.org/Child_Themes
*/

#resurrect-header-content {
	padding:20px 0;
}


/* Title Bars (Slider. Image Widgets, etc.) */

.flex-title,
#resurrect-banner h1,
.resurrect-caption-image-title,
.resurrect-widget-title,
.resurrect-widget-title a,
.resurrect-header-right-item-date,
.resurrect-calendar-table-header,
.resurrect-calendar-table-top,
.resurrect-calendar-table-header-row /* fills gaps in Retina when resizing */
{
	background-color: #51990E;
	color: #fff;
}

/* Link Color */

a,
a:hover,
.resurrect-list-icons a:hover,
a:hover .resurrect-text-icon,
#resurrect-top-menu-links li a:hover,
.resurrect-header-right-item a:hover,
#resurrect-banner .ctfw-breadcrumbs a:hover,
#resurrect-content-inner .ctfw-breadcrumbs a:hover,
.resurrect-comment-meta time:hover,
#resurrect-calendar-remove-category a:hover {

}
/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
		color: #51990E !important;
}

/* Top Level Links */

	#resurrect-header-menu-links > li > a {
		color: #51990E !important;
	}
	
	
	
	/* Title Bars (Slider. Image Widgets, etc.) */

.flex-title,
#resurrect-banner h1,
.resurrect-caption-image-title,
.resurrect-widget-title,
.resurrect-widget-title a,
.resurrect-header-right-item-date,
.resurrect-calendar-table-header,
.resurrect-calendar-table-top,
.resurrect-calendar-table-header-row /* fills gaps in Retina when resizing */
{
  background-color: #51990E;
  color: #FFF !important;
}



/* Bar Shadows */

.flex-title,
.flex-description,
#resurrect-banner h1,
.resurrect-caption-image-title,
.resurrect-caption-image-description,
.gallery-caption {

	-webkit-box-shadow:	0 0 10px #51990E  !important; /* Old Safari, Chrome - appears stronger than box-shadow */
	-moz-box-shadow: 	0 0 10px #51990E  !important; /* really old Firefox - appears stronger than box-shadow */
	box-shadow: 		0 0 14px rgba(81, 153, 14, 0.15) !important;
}


.flex-title,
#resurrect-banner h1,
.resurrect-caption-image-title,
.resurrect-widget-title,
.resurrect-widget-title a,
.resurrect-header-right-item-date,
.resurrect-calendar-table-header,
.resurrect-calendar-table-top,
.resurrect-calendar-table-header-row /* fills gaps in Retina when resizing */
{
  background-color: #51990E !important;
	color: #fff;
}

h1.resurrect-entry-title {
	color: #51990E !important;
}



#resurrect-intro-content {
font-size: 1.1em;
color:#000;
}