/*
 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;
}

.flexslider .slides>li {
	max-height: 640px;
}

/* POSTS */

.s-tags {
	font-family: 'Work Sans', sans-serif;
	letter-spacing: 1px;
}

.s-tags a {
	background-color: #FFF;
    color: #555;
    border: 1px solid #ddd;
}

.s-tags a:hover, .s-tags a:focus { background-color: #EEE; }

.single-page .article-content p {
	text-align: left;
}

.single-page .article-content p.guest-writer {
	font-size: 90%;
	margin: 0 0 1em 0;
	display: inline-block;
	border-bottom: 1px solid #eee;
	float: none;
	clear: both;
}
.guest-writer { 
	color: #444;
	font-family: 'Work Sans', sans-serif;
}
	.guest-writer .guest-writer-name {
		font-weight: 700;
	}

.author-info .ar-gab-icon {
	width: 1em;
	height: auto;
}

.kid-author-box .author-info .kid-author-page-contact {
	font-size: 1.25em;
}

/* Custom styles */

.article-content .pull-quote {
	font-weight:600;
	float: right;
	width: 33%;
	border-left: none;
	font-style: normal;
	padding: 0;
	margin-top: .5em;	
}
	.article-content .pull-quote.left {
		float: left;
	}
	.article-content .pull-quote.no-align {
		float: none;
		width: 100%;
	}
	.article-content blockquote.pull-quote p {
		font-size: 1.75em;
		line-height: 1.25;
		font-family: 'Work Sans', sans-serif;
		font-style: normal;
		font-weight: 500;
		text-align: left;
		padding: 5px 0;
	}
	.article-content blockquote.pull-quote:before {
		font-family: 'FontAwesome';
		content: '\f10d';
		font-size: 2.5em;
		color: #009dd5;
		line-height: 1;
	}

.article-content div.article-references p {
	font-size: 90%;
	margin: .25em;
}

.article-content div.small-note p {
	font-family: 'Work Sans', sans-serif;
	font-size: .8em;
	margin: .8em 0;
}
.article-content div.pure-button {
	margin: 1em 0;
}

.article-content div.pure-button p {
	font-size: 80%;
	font-family: 'Work Sans', sans-serif;
	margin: 0;
}

.article-content span.intro-bold {
	font-family: 'Work Sans', sans-serif;
	font-weight: 700;
}

/* end Custom styles */

/* COMMENTS */

#wpcomm i.fa {
	font-style: normal;
}

.wc-vote-result, .wc-cta-button, .wc-comment-author, .wc-comment-date, .wpdiscuz-front-actions {
	font-family: 'Work Sans', sans-serif;
}

/* end COMMENTS */

.article-content blockquote {
	font-style: inherit;
	font-size: 90%;
}
.article-content blockquote cite {
	font-size: 90%;
	font-style: inherit;
}
.article-content blockquote cite em {
	font-style: italic;
}

.single-page .article-content h2, .single-page .article-content h3, .single-page .article-content h4 {
	margin-bottom: 8px;
}
.single-page .article-content h3, .single-page .article-content h4 {
	font-weight: 600;
}

	.single-page .article-content h2 {
		font-size: 22px;
	}
	.single-page .article-content h3 {
		font-size: 20px;
	}
	.single-page .article-content h4 {
		font-size: 18px;
	}

.single-page .article-content blockquote p {
	margin-bottom: 0px;
}

.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;
	text-align: left;
	padding: 0 0 0 0;
}

.singletop h3.post-title:hover {
	color: inherit;
} 

.post-article .kid-header .main-title, .kid-header .main-title {
	
}

.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%;
}

.article-content .alignnone {
	margin: 0;
}

.kid-author-box {
	margin-top: 2em;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	border-left: none;
	border-right: none;
}

	/* Comments */
.comment-content a {
	overflow: hidden;
	word-wrap: break-word;
}

.comment-avatar img {
	border-radius: 3px;
}
.comment-author .comment-author-name {
	font-size: 1em;
}
.comment-author-name, .comment-time, .comment-links { 
	font-family: 'Work Sans', sans-serif;
}
	.comment-time, .comment-links { 
		font-size: 90%;
	}

	/* Original content */
.video-button, .audio-button {
	font-style: normal;
	font-family: 'Work Sans', sans-serif;
	font-weight: 500;
	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 i { color: #e62117; }
	.audio-button i { color: #ffc107; }
	
.video-button a, .audio-button a {
	padding: .5em .75em;
	display: inline-block;
	border-radius: 3px;
}

.video-button a {
	border: 1px solid #e62117;	
}
.audio-button a {
	border: 1px solid #ffc107;
}

/* 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;
}

/************************************** 
************* MEMBERPRESS* ************
***************************************/

/* Plus */

.main-nav #main-menu .menu > li > a[title=Plus] {
    color: #97117a;
}

.plus-badge-medium {
	display: block;
	margin: 1em 0 1em 0;
}

.plus-badge-medium img, .plus-badge-small img {

}

.plus-badge-small {
	display: inline-block;
	margin-right: .33em;
}

.kid-header .main-title.plus-title-below {
	margin-top: 2em;
}

.mepr-link-span a {
	font-family: 'Work Sans', sans-serif;
	color: #009cd4;
}

.plus-archive-actions {
	font-family: 'Work Sans', sans-serif;
	font-size: 80%;
	text-align: center;
	border-bottom: 1px dotted #ddd;
}

.plus-archive-actions .plus-logged-in-menu a {
	margin-right: .5em;
	color: #009cd4;
}

/* Login widget */

.sidebar .login-logo {
	background: url('/wp-content/themes/sterling-child/img/arplus-light.png');
	background-size: 280px auto;
	width: 100%;
	height: auto;
	margin: .75em 0 1.25em 0;
	padding: 20px;
	background-repeat: no-repeat;
}
.article-content .login-logo {
	background: url('/wp-content/themes/sterling-child/img/arplus-dark.png');
	background-size: 710px 80px;
	width: 100%;
	height: auto;
	margin: .75em 0 1.25em 0;
	background-repeat: no-repeat;
}

.page-id-18395 .mepr-form {
	text-align: center;
}

.sidebar .widget_mepr_login_widget .mp_wrapper.mp_login_form {
	padding: 1.25em;
	background: #131313;
	color: #EEE;
	border-radius: 5px;
}

.sidebar .widget_mepr_login_widget .mp_wrapper.mp_login_form .mepr-already-logged-in a {
	color: #009cd4;
}

.sidebar .widget_mepr_login_widget .mp_wrapper.mp_login_form input[type=text] {
	color: #555;
}

.sidebar .mp-spacer {
	line-height: 1;
}

.sidebar .submit, .sidebar .mepr-login-actions {
	text-align: center;
}

.sidebar .mepr-login-actions .sidebar-signup {
	font-size: 1.25em;
}

.sidebar .widget_mepr_login_widget .mp_wrapper.mp_login_form input[type=submit] {
	color: #FFF;
	border: none;
	background: #009dd2;
	padding: .5em 1em;
}

/* My account */

div#mepr-account-nav {
    margin-bottom: 25px;
    padding: .75em 0;
    width: auto !important;
}
.mepr-nav-item {
    padding: .5em 1em;
	margin: 0 0 1em 0;
	display: inline-block;
}
.mepr-active-nav-tab {
    font-weight: bold;
    background: #9e0d76;
    border-radius: 16px;
    color: #fff;
}

.mepr-account-actions a {
	display: block;
}

.mepr-account-actions a {
    display: block;
    font-size: 90%;
    margin: 1em 0;
    color: #009cd4;
}

.plus-logged-in-menu a {
	margin-right: .5em;
	color: #EEE;
}
.mepr-already-logged-in img {
	margin: 0 .5em 0 0;
}

/* Unauthorized */

.mepr-unauthorized-message {
	border-top: 4px solid #aa066f;
	padding: 0 .5em;
	margin: 1.5em 0 0 0;
	font-size: 1.5em;
}

.article-content .mepr-unauthorized-message p, .single-page .article-content .mepr-unauthorized-message p {
	font-size: 1.125em;
}
/* Groups */

	/* Head */
.mepr-most-popular { display: none; }

.mepr-price-menu {

}

.mepr-price-menu.fixed.clean .mepr-price-box-benefits {
	/*display: none;*/
}

.mepr-price-menu .mepr-price-box-price:first-letter {
	font-size: 75%;
	letter-spacing: 2px;
	font-weight: 400;
}

.mepr-price-menu.fixed .mepr-price-box-head {
	padding: .5em 0;
}

.mepr-price-menu.fixed.clean .mepr-price-box {
	border: none;
	margin: 0 0 20px 8px;
}
.mepr-price-menu.fixed.clean .mepr-price-boxes .mepr-price-box:first-child {
    border: none;
}

.mepr-price-menu.fixed .mepr-price-box-title {
	font-size: 1.75em;
	font-weight: 700;
	text-transform: uppercase;
    color: rgba(19,19,19,0.6);
	letter-spacing: 3px;
	margin: 0;
	padding: .25em 0;
}
.mepr-price-menu.fixed .mepr-price-box-price {
	font-size: 1.75em;
	font-weight: 500;
	line-height: 1;
	color: rgba(255,255,255,0.9);
	padding: .25em 0 .5em 0;
}

	/* Benefits */

.mepr-price-menu.fixed.clean .mepr-price-box-benefits {
    background: rgba(255,255,255,0.5);
    margin: 0;
	padding: 1em .5em;
	border: none;
}

.mepr-price-menu.fixed .mepr-price-box-footer {
	margin: 0;
}

.mepr-price-menu.fixed .mepr-price-box-benefits .mepr-price-box-benefits-list .mepr-price-box-benefits-item {
	color: rgba(19, 19, 19,.9);
    margin: 0;
    padding: 5px 0;
    font-size: 1.125em;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}

	/* Footer */

.mepr-price-box-button {
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
}

#mepr-price-box-18445, #mepr-price-box-19124 {
/* BRONZE */
	background: #dc7639;
}
#mepr-price-box-18446, #mepr-price-box-19125 {
/* SILVER */
	background: #9ab0b3;
}
#mepr-price-box-18447, #mepr-price-box-19126 {
/* GOLD */
	background: #e0a941;
}

.mepr-price-menu.fixed .mepr-price-box-foot {
    margin: 0;
    padding: 0;
}

.mepr-price-menu.fixed .mepr-price-box-button a {
	background: rgba(19, 19, 19, 0.7);
	color: #FFF;
	border-radius: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	font-weight: 600;
}
.mepr-price-menu.fixed .mepr-price-box-button a:hover {
	background: rgba(19, 19, 19, 0.33);
	color: #FFF;
}

#mepr-price-box-18445 .mepr-price-box-button a {
/* BRONZE */
}
#mepr-price-box-18446 .mepr-price-box-button a {
/* SILVER */
}
#mepr-price-box-18447 .mepr-price-box-button a {
/* GOLD */
}

/* Sign Up */

	/* Header */

.mp_wrapper, .mp_wrapper p, .mp_wrapper ul {
    font-family: 'Montserrat', sans-serif;
}

.mp_wrapper .mepr_price_cell {
	font-weight: 600;
	font-size: 133%;
}

	/*.mp_wrapper .mepr-plan-18445 .mepr_price_cell {
		border-bottom: 2px dashed #cc750b; 
	}
	.mp_wrapper .mepr-plan-18446 .mepr_price_cell {
		border-bottom: 2px dashed silver;
	}
	.mp_wrapper .mepr-plan-18447 .mepr_price_cell {
		border-bottom: 2px dashed goldenrod;
	}*/

input[type="submit"] {
	font-family: 'Montserrat', sans-serif !important;
	border-radius: 3px;
	text-transform: none;
	font-size: 1.25em;
}

.mepr-reg-loginc {
	margin: 1em 0;
}

.pure-form select, .mepr_wrapper select {
	height: auto !important;
	max-width: 60% !important;
}

input[type="password"] {
	margin: 0;
}

/* 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 */

.fundraiser  {
	text-align: center;
}
	.fundraiser h2 {
		text-transform: uppercase;
	}
	.fundraiser p {
		font-family: 'Work Sans', sans-serif;
	}
	.fundraiser .bar {
		width: 600px;
		max-width: 100%;
		height: 2.25em;
		border: none;
		background: #EEEEEE;
		border-radius: 3px;
		margin: 0 auto;
	}	
	.fundraiser .current {
		background: #009dd2;
		height: 100%;
	}
	.fundraiser span {
		font-weight: 600;
	}
	.fundraiser span.progress {
		font-size: 1.5em;
	}
	
button.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}

button.accordion.active, button.accordion:hover {
    background-color: #ddd; 
}

div.panel {
    padding: 0 18px;
    display: none;
    background-color: white;
}

.donate-button, .hg-stripe-donation-button {
	text-align: center;
}

.donate-button a, .hg-stripe-donation-button {
	font-family: "Work Sans";
    font-weight: 500;
    font-style: normal;
	border-radius: 3px;
	border: 1px solid #019ed2;
	display: inline-block;
    position: relative;
    padding: .5em;
    font-size: 20px;
    margin-top: 1em;
    cursor: pointer;
    /*
	background-color: #019ed2;
	text-transform: uppercase;
	color: #fff;*/
	
}

.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;
}