/*
Theme Name:     Breaking Energy Child
Theme URI:      http://breakingmedia.com/
Description:    Child theme based on the Breaking Media theme
Author:         Darin Kotter (10up)
Author URI:     http://10up.com/
Template:       breaking-media
Version:        1.0
*/

@import url('../breaking-media/style.css?v=41');


.orange {
	color: #FE6000;
}

/* Top Nav Bar */
.navbar-top {
	background-color: #FE6000;
}

/* Main Nav Overrides */
.global-nav .nav>li>a {
	padding: 0 15px;
}

/** Masthead **/
#logo a {
	background-image: url(images/logo.svg);
	height: 139px;
}

#google_ads_div_Energy_Home_980x30_PromoBar_ad_container,
#google_ads_div_Energy_Other_980x30_PromoBar_ad_container,
#google_ads_div_Energy_Test_980x30_PromoBar_ad_container {
	margin-bottom: 20px;
}


/** Document Post Type **/

.type-document .postHeader {
	background: #10abf0;
}

.type-document .postHeader h1 a {
	color: #333;
}
.type-document .postAuthor {
	color: #333;
}


#mainContent div.sponsored_content,
#mainContent div.category-sponsored-content,
#mainContent div.category-sponsored {
	background:#ECF3F6;
	padding:20px 20px 0;
}


/** Pagination **/
.wp-pagenavi {
	border-bottom-color: #292929;
}
.wp-pagenavi a {
	color: #417AAF;
}
.wp-pagenavi .current {
	border-color: #292929;
}

/** Sidebar **/

#sidebar p {
	font-size: 1em;
}
.sponsored_content {
	background: #F1F1F1;
	padding: 10px;
}

.sponsored_content .postTitle {
	font-size: 22px;
}
.sponsored_content span.large {
	font-size: 13px;
	color: #333;
}
.sponsored-image {
	margin-top: 10px;
}
.sponsored-image img {
	max-width: 300px;
	margin-left: -10px;
}
#sidebar #sponsoredContent .entry {
	width: 100%;
}
a.learn-more {
	background: #0060A5;
	font-size: 1.2em;
	font-weight: 700;
	line-height: 1.65em;
}
.widget_social_follow {
	margin-top: -20px;
}
.follow {
	background: #939498;
	height: 25px;
	padding: 15px 5px 10px;
	color: #FFF;
	font-size: 16px;
}
.follow li {
	display: block;
	float: left;
	padding: 0 9px;
}
.follow ul li:first-child {
	padding-right: 22px;
}
.follow li a {
	display: block;
	width: 20px;
	height: 20px;
	text-indent: -9999px;
}
.follow li a:hover {
	opacity: 0.5;
}
.follow li.twitter a {
	background: url(images/social.png) no-repeat 0 0;
}
.follow li.facebook a {
	background: url(images/social.png) no-repeat -40px 0;
}
.follow li.linkedin a {
	background: url(images/social.png) no-repeat -85px 0;
}
.follow li.rss a {
	background: url(images/social.png) no-repeat -131px 0;
}
.follow li.email a {
	background: url(images/social.png) no-repeat -170px 0;
}

/** Single Post View **/
#content {
	border: none;
	margin: 0;
	width: 100%;
}

.single .postAuthor {
	display: inline;
	font-size: 13px;
}

.single .postAuthor a {
	font-size: 12px;
}
.single .timestamp {
	vertical-align: inherit;
	font-size: 13px;
}
	.postHeader .timestamp {
		padding: 0;
	}

.postTags p {
	font-family: 'proxima_nova_rgregular', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #000;
	font-size: 14px;
}
.postTags a:hover {
	text-decoration: underline;
}
#comments {
	border: none;
	margin-top: 55px;
}

/** About Page **/
.editorial-photo {
	float: left;
	border: 1px solid #ccc;
	margin-right: 20px;
}
.editorial-desc {
	display: block;
	float: left;
	width: 460px;
	font-size: 15px;
}
.editorial-title {
	font-family: Helvetica, Arial;
	color: #666;
}
.dotted {
	margin: 30px 0;
	border-top: 1px dotted #ccc;
	display: block;
}

/** Random **/
.category .pagetitle,
.search .pagetitle {
	border-bottom: 1px solid #323232;
	margin-bottom: 20px;
	padding-bottom: 5px;
	width: 100%;
}

.page-template-energy-careers-php .section-header {
	background: url(images/energy-careers.svg) no-repeat left 15px;
	background-size: 513px 85px;
	border-bottom: none;
	border-top: 2px solid #CCC;
	height: 85px;
	text-indent: -6000px;
}


/* ==|== media queries ======================================================
   EXAMPLE Media Query for Responsive Design.
   This example overrides the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

