/*
 Theme Name:   Zerif Lite Child
 Theme URI:    http://arthroventions.com/zerif-lite-child/
 Description:  Zerif Lite Child Theme
 Author:       Eric Hoffman
 Template:     zerif-lite
 Version:      1.0.0
 License:      GNU General Public License version 3
 License URI:  http://www.gnu.org/licenses/gpl-3.0.en.html
 Tags:         black, gray, red, white, one-column, two-columns, right-sidebar,fixed-layout,light,front-page-post-form,full-width-template,rtl-language-support,sticky-post,theme-options,responsive-layout, custom-background, custom-menu, editor-style, featured-images, threaded-comments, translation-ready,photoblogging
 Text Domain:  zerif-lite-child
*/


/*---------------------------------------
 **   Section: Home                  -----
-----------------------------------------*/
.header-content-wrap {
	background: none;
}


/*----  SECTION:  HOME > INTRO AND SHORT MSGS   ----*/
.intro-text{
	color: #ffffff;
}

/*----------------------------------------
 **   Testimonial           -----
-----------------------------------------*/
.testimonial {
	/* Arthroventions Blue background: #3963A9; */
	/* Light Sky Blue background: #7a9ad7; */
	background: #375691;
	padding-bottom: 90px;
}

/* ====================== Large TEMPLATE ============================== 
Modify Posts Page so that the Thumbnail does not overlap the post content.
*/
.listpost-content-wrap-large{
	position: relative;
	bottom: 0px;
	background: rgba(255, 255, 255, 0.9) none repeat scroll 0% 0%;
	min-height: 50px;
	width: 100%;
	padding: 15px 20px 0px 20px;
	border-top: 2px solid #FFF;
}