/*
 Theme Name:   Sterling Child
 Theme URI:    http://altright.com/sterling-child/
 Description:  Sterling Child Theme
 Author:       AltRight.com
 Author URI:   http://altright.com
 Template:     sterling
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         two-columns, three-columns, custom-header, custom-menu, featured-images, post-formats, translation-ready
 Text Domain:  sterling-child
*/

/* POSTS */

.post-excerpt p {
	font-weight: 600;
	margin-top: 1em;
}

.article-content hr {
	border: dotted #CCC;
	border-width: 1px 0 0 0;
}

.single-page .main .feature-thumb img {
	width: 100%;
}

/* NAVIGATION */
.top-nav li {
	font-size: 13px;
}
	.top-nav ul.menu li a:link, .top-nav ul.menu li a:visited, .top-nav ul.menu li a:active {
		color: #149ed4;
		transition: all 0.3s ease;
	}
	.top-nav ul.menu li a:hover, .top-nav ul.menu li a:focus {
		color: #fff;
	}
	
/* SIDEBAR */

.widget-posts-list .post-meta > div:after {
	padding: 0;
	content: none;
}

.widget-posts-list .style-3 .thumb {
	margin: 0 12px 0 0;
}
.post-meta > div i {
	margin: 0;
}

/* ADS */
.article-content p.ad-above { 
	margin-bottom: .25em;
}
.ad-above span {
	color: #BBB;
	font-size: .75em;
	text-transform: uppercase;
	padding: .25em;
	border-bottom: 1px dotted #BBB;
	display: block;
	float:none;
	clear:both;
}