/*
 Theme Name:   Balebengong Focus child theme
 Theme URI:    http://balebengong.net
 Description:  Balebengong Focus child theme
 Author:       BaleBengong
 Author URI:   http://balebengong
 Template:     dw-focus_1.0.6_theme
 Version:      1.0.0
 Text Domain:  balebengong-focus
*/

@import url("../dw-focus_1.0.6_theme/style.css");

/* =Theme customization starts here
-------------------------------------------------------------- */
body {
	font-family: Georgia,"Times New Roman",Times,serif;
}
.single .hentry .entry-content, .page .hentry .entry-content {
	font-size:16px;
	line-height:24px;
}
.single .hentry .entry-content a, .page .hentry .entry-content a {
	text-decoration: underline!important;
}
.facebook-widget {
	list-style: none;
	margin:0;
	padding:0;
}
ul.widget-container {
	margin:0;
	padding:0;
}
body.error404 {
	background:url('img/logo-404.png') no-repeat right bottom;
}
a.author-twitter {
	display:block; width:32px;height:32px; float:left;
	background:url('img/icon-twitter.png') no-repeat;
	outline:none; float:left;
	text-indent: -9000px; margin: 10px 10px 10px 0;
}
a.author-facebook {
	display:block; width:32px;height:32px; float:left;
	background:url('img/icon-fb.png') no-repeat;
	outline:none; float:left;
	text-indent: -9000px; margin: 10px 10px 10px 0
}
.article-ads {
	clear:both;
	margin:10px 0;
}

.single .site-content>.hentry footer.entry-meta .author-info {
	float:left;
	margin:10px 0 10px 0;
}
.carousel-control { 
	font-size:43px;
}
blockquote {
	width:40%; float:right;
}
blockquote p {
	font-size:20px; line-height:28px; color: #9B1915;
}
blockquote strong {
	color: #9B1915;
}
.wp-caption-text, .entry-caption {
	text-align: right;
}
.entry-content > p:nth-child(3):first-letter {
	font-size:80px; float:left; margin:25px 5px;
	color:#9B1915;
};
@media (max-width: 979px) {
	.site-header #sidebar-header {
		display:block!important;
	}
}

/* indepth page template */
#indepth-intro {
	position:relative;
}
#indepth-intro img {
	width:100%;
	height:auto;
}
#indepth-intro-meta {
	position:absolute;
	left:10%;
	top:10%;
	color:#fff;
}
#indepth-intro h1 {
	color:#fff;
	font-size: 4em;
	text-shadow: 2px 2px #000;
	text-transform: uppercase;
}
#indepth-content {
	margin:0 auto;
	width:80%;
	font-size: 1em;
	padding:2em 0;
}