/*
 Theme Name:   AltRight.com theme
 Theme URI:    http://altright.com/sterling-child/
 Description:  Sterling Child Theme
 Author:       AltRight.com
 Author URI:   http://altright.com
 Template:     sterling
 Version:      1.0.1
 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
*/

/* LAYOUT */

.body {
	overflow-x: hidden;
}

.content-sb-section, .single-page, .kid-archive-content-wrap {
	margin-top: 2em;
}

.module-large-blog {
	margin-top: 1.5em;
}

.fullwidth-section .top {
	background: #131313;
}

.large-blog-style .post-details.table {
	padding-bottom: .5em;
}

.large-blog-style.clear-fix {
	margin-bottom: 1em;
}

.large-blog-style .thumb {
	margin-bottom: 16px;
}

.top-nav ul.menu > li {
	padding: 0 10px;
}

.header .logo {
	padding: 2em 0 1em 0;
}

/* POSTS */

.article-content li {
	margin: 1em 0;
}

.article-content li a {
	color: #019ed2;
}

.singletop .post-title, h3.post-title {
	line-height: 1.125;
	font-size: 46px !important;
	text-transform: none !important;
}

.module-large-blog-2 h3.post-title.long {
	font-size: 36px !important;
}

.single-page .main .singletop {
	margin-bottom: 1em;
}

.kid-share-box {
	margin-top: 1em;
}

.related-box h3.post-title {
	font-size: 1.5em !important;
}

.live {
	font-family: 'Work sans';
	font-weight: 700;
	color: red;
	letter-spacing: .5px;
	font-size: 80%;
	margin-right: .4em;
	padding: 3px;
	float: left;
}
	.latest-modified {
		padding: 0;
		color: #666;
		font-size: .875em;
		font-weight: 400;
		font-family: 'Work Sans', sans-serif;
	}
	
	.live i {
		animation: blinker 1.2s linear infinite;
		font-size: 85%;
	} @keyframes blinker {  
		50% { opacity: 0.2; }
	}
	.live-old.live{
		color: #666;
	}
	.live-old.live i {
		animation: initial;
	}

.singletop .post-meta {
	margin-top: 12px;
}

.singletop .post-meta > div, .singletop .post-meta > div:after, .post-meta, .widget-posts-list .style-3 .post-meta > div, .sub-post .post-meta > div {
	color: #444;
}
.post-meta > div:after {
	content: "";
	padding: 0 4px;
}

.post-author a[rel='author'] {
	font-weight: bold;
}

.thumb:hover img, .post-title, .thumb, .thumb img {
	opacity: 1 !important;
	transition: inherit !important;
	-webkit-transition: inherit !important;
}

.post-excerpt p {
	font-weight: 600;
	margin-top: 1em;
	font-family: 'Work Sans', sans-serif;
	font-size: 22px;
	line-height: 1.375;
}

.post-teaser p {
	font-size: 1.5em;
	margin: .5em 0;
	color: #444;
}

.post-teaser p a {
	color: #444;
}

.post-teaser.large-blog {
	margin-top: 1em;
}
.post-teaser.large-blog p {
	font-size: 1.125em;
}

.module-large-blog-2 .post-teaser p {
	
}

.article-content hr {
	border: dotted #CCC;
	border-width: 1px 0 0 0;
}

.single-page .main .feature-thumb img {
	width: 100%;
}

.kid-author-box {
	margin-top: 2em;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	border-left: none;
	border-right: none;
}

	/* Original content */
.video-button, .audio-button {
	font-style: normal;
	font-family: 'Work Sans', sans-serif;
	font-weight: 600;
	color: #FFF;
	text-transform: uppercase;
	text-align: center;
	font-size: 1.25em;
	margin: 1.5em 0 2.5em 0;
}
.video-button i, .audio-button i {
	margin-right: .5ex;
	font-size: 1.125em;
}
.video-button a, .audio-button a {
	padding: .5em .75em;
	display: inline-block;
}
.video-button a {
	background: #e62117;
	border-bottom: 4px solid #cc0000;	
}
.audio-button a {
	background: #ff5500;
	border-bottom: 4px solid #cc3300;
}

/* FEATURED POSTS */

	/* Container */
.fullwidth-section.top .widget:first-child {
    margin-top: 1.5em;
}

.module-main-grid .type-in .post-info {
	/*background: transparent;*/
	padding: .75em;
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(0,0,0,0)),color-stop(100%,rgba(0,0,0,0.75)));
    background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 100%);
    background: -o-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 100%);
    background: -ms-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 100%);
    background: linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(0,0,0,0)),color-stop(100%,rgba(0,0,0,0.75)));
    background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 100%);
    background: -o-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 100%);
    background: -ms-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 100%);
    background: linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
}

	/* Post-title */
.module-main-grid h2.post-title {
	text-transform: none;
	font-weight: 500;
	text-shadow: 1px 2px 1px rgba(0,0,0,.8);
}

.module-main-grid .kid-post-1 .post-title, .module-main-grid h2.post-title {
	margin-bottom: 0;
}
.module-main-grid h2.post-title:hover, .module-main-grid h2.post-title:focus {
	text-decoration: none;
}
.module-main-grid h2.post-title a, .module-main-grid h2.post-title a {
	display:block;
}

	/* Post-meta */
.module-main-grid .post-cat {
	margin-bottom: 5px;
}
.module-main-grid .post-info, .module-main-grid .kid-post-2.type-in .post-info, .module-main-grid .kid-post-3.type-in .post-info {
	padding: .75em;
}

	/* Thumbnail */
#ar_main_grid-3 .module-main-grid .thumb, #ar_main_grid-3 .module-main-grid .thumb img {
	transition: inherit; 
	-webkit-transition: none;
	background: none;
}

.module-main-grid img {
	width: inherit;
	max-width: 100%;
	min-width: 100%;
	height: auto;
}

/* 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;
}

.sub-post .post-title, .widget-posts-list .style-3 .post-title {
	font-size: 1em;
}

.small-posts .style-3 img {
	width: 120px;
	height: auto;
}

.widget-posts-list ul li:nth-child(n+2) {
	margin-top: 1em;
}

.widget-posts-list ul li.type-in .post-title {
	max-height: none;
}

/* DONATE */

.donate-button {
	text-align: center;
}

.donate-button a {
	font-family: "Work Sans";
    font-weight: 700;
    font-style: normal;
	border-color: #019ed2;
	background-color: #019ed2;
	display: inline-block;
    position: relative;
    padding: .5em;
    text-transform: uppercase;
    font-size: 18px;
    margin-top: 1em;
    cursor: pointer;
    color: #fff;
	border-bottom: 4px solid #0488b3;
}

.donate-button.donate-sidebar { text-align: center; }
.donate-button.donate-sidebar a {
	width: 90%;
	text-align: center;
}
.donate-button.donate-content a {
	width: 273px;
	text-align: center;
}

/* 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;
}

/* CAPTIONS */
.article-content p.wp-caption-text, .textwidget p.wp-caption-text, .wp-caption-text {
	margin-bottom: 0;
    font-style: italic;    
}

.article-content .wp-caption .wp-caption-text, .textwidget .wp-caption .wp-caption-text,
.article-content .gallery-caption, .textwidget .gallery-caption, .feature-thumb .wp-caption-text {
    padding: 4px;
	color: #666;	
	font-size: 12px;
    margin-bottom: 0 !important;
}

.feature-thumb .wp-caption-text {
	text-align: left;
}

/* FOOTER */
.footer, .footer p {
	font-family: 'Work Sans', sans-serif;
}