/*
 Theme Name:   Extra Child
 Theme URI:    http://www.elegantthemes.com
 Description:  Extra Child Theme
 Author:       Elegant Themes
 Author URI:   http://www.elegantthemes.com
 Template:     Extra			
 Version:      1.2.2
 Tags:         newspaper, magazine, news, responsive layout
 Text Domain:  Extra-Child
*/

@import url("../Extra/style.css");

/* =Theme customization starts here
-------------------------------------------------------------- */
/* Widget Titles */
.et_pb_widget .widgettitle {
	background: #6dba9a;
}
#wp-members p {
	padding: 20px;
}
.goog-te-gadget {
	padding: 20px;
}
/* Feed Post Titles */
.posts-blog-feed-module .post-title {
	font-size: 26px;
	padding-top: 10px;
}
/* Post Titles */
.post-header h1, .page .post-wrap h1 {
	font-size: 50px;
}
/* Comments */
#comment-wrap {
	padding-top: 0px;
}
/* NextGEN thumbs responsive, not working here? Works in theme options. */
.ngg-template-caption .ngg-gallery-thumbnail-box {
	padding: 0 10px 10px;
	width: 33%;
}
/* disable post footer until ratings fixed, not working here, works in theme options */
.post-footer {
	display: none;
}
/* style dropcaps shortcode */
.dropcap {
	float: left !important;
	font-size: 90px !important;
	color: #222222 !important;
	margin-right: 5px !important;
	line-height: 90% !important;
	text-shadow: .03em .02em #C0C0C0 !important;
}