/* Posts on blog archive */
.ls-additional-meta {
	margin-top:15px;
}
.lsTags {
	font-variant: small-caps;
}

.lsPostSharing {
	float:right;
}

img.lsSocialMedia {
	padding: 0 3px;
}
div.lsSocialMediaOther {
text-align:center;
margin-bottom: 35px;
}
a.lsSocialMediaOther {
padding: 0 6px;	
}

.post {
	background-color:#f6f6f6;
	border-radius: 5px 5px 10px 10px;
}
.ast-article-post {
	padding-left:0 !important;
	padding-right:0  !important;
}

.entry-header {
	margin-bottom: 0 !important;	
}

.blog .entry-title, .single .entry-title, .archive .entry-title {
	border-radius: 5px 5px 0 0;
	margin:0 0 0 0 !important;
	padding:5px 10px;
	background-color: #cd1719 !important;
	font-weight: normal !important;
	color:#fff !important;
}

.blog .entry-title a, .single .entry-title a, .archive .entry-title a{
color:#fff !important;
}

.page .entry-header {
margin-left: 20px;
}

.page .entry-title {
	/*font-size:150% !important;*/
}

.entry-meta {
color:#000 !important;
}

/* */
.page-id-37879 .entry-meta, .page-id-44727 .entry-meta {
	margin-bottom:50px;
}
/* ------ */

.wp-post-image {
	border-radius: 0 0 5px 5px;
	margin: 0 0 0 0 !important;
	padding-bottom: 22.5px !important;
}

.ast-blog-featured-section {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.ast-the-content-more-link {
line-height:1.25;	
}

.ast-the-content-more-link a {
	font-size: 130%;
	font-weight:normal;
	text-transform: uppercase;
	text-decoration:none;
	text-align:center;
	background-color:#444;
	display:block;
	color:white;
	padding-top: 5px;
	padding-bottom: 5px;
}
.ast-the-content-more-link a:hover {
	color:white;
}

.blog .entry-content {
	border-right:1px dotted #666;
	border-bottom:1px dotted #666;
	border-left:1px dotted #666;
	border-radius: 0 0 10px 10px;
}

.entry-content {
	clear:both;
padding: 0 0 10px 0;
	text-align:justify;
	font-size:102%;
}

.ast-blog-featured-section .wp-post-image {
	padding-bottom:22.5px;
}

.ast-post-format- {
	border-bottom: none !important;
	padding-bottom:0 !important;
}


/* Sidebar */
.sidebar-main h2.widget-title {
	font-size: 1.4rem !important;
	font-weight: 500;
	font-variant: small-caps;
	text-align: center;
	margin-bottom:14px;
}


/* Sidebar Easy Sidebar Menu Widget -- Navigation Menu */
.widget_easy_sidebar_menu_widget {
	margin-top:50px;
	margin-bottom:50px !important;
}
.widget_easy_sidebar_menu_widget > div > ul {
	font-size:105%;	
}
.widget_easy_sidebar_menu_widget ul.sub-menu {
	padding-left:30px;
	font-size:95%;
	font-weight:normal;
}

/* Recent Articles */
.rpwe_widget {
	margin-bottom: 50px !important;
}
.rpwe_widget .rpwe-ul li {
	margin-bottom: 1em !important;
}

.rpwe_widget .rpwe-ul a {
	font-size: 1.1rem !important;
}

/* Newsletter form via shortcode */
#ls_supporters_form {
	margin-top:-10px;
	font-size:14px;
	padding-bottom: 24px;
}
#ls_supporters_form p:first-child {
	margin-bottom:8px;
}
#ls_supporters_form p {
	margin-bottom:7px;
	line-height:20px;
}
#ls_supporters_form input {
	margin-top:5px;
width:19.5em;
padding-top:5px;
	padding-bottom:5px;
}
#ls_supporters_form_submit {
display:block;
width: 10em;
margin: 12px auto 0 auto;
}

/* Navigation Menu Links */
.main-navigation {
	font-size:105%;
}
.main-navigation .menu-link {
	padding-left: 12px !important;
	padding-right: 12px !important;
}


/* Footer Menu Links */
.footer-primary-navigation a {
	text-decoration:none;
}


/* Dates on pages */
.lsPublicationDate {
		font-size:13px;
		font-style: italic;
		position:relative;
		bottom: 10px;
		margin-bottom: 10px;
}

/* Remove pub date on Forums and Contents pages */
.page-id-8221 .lsPublicationDate,
.page-id-20498 .lsPublicationDate,
.page-id-20507 .lsPublicationDate,
.page-id-587 .lsPublicationDate {
	display:none;
}

/* Today's Update Link */
#todays-update-link {
	margin-bottom:44px;
	text-align: center;
}

#todays-update-link a {
	background-color: #cd1719;
	color: #fff;
    padding: 8px 20px;
    text-decoration:none;
    font-weight:bold;
    border-radius:5px;
    cursor:pointer;
	border: 1px dotted #444;
	text-transform: uppercase;
}

.postDonateLink, .topDonateLink {
	display:none;
}

#topBanner img {
	display:block;
	margin-left:auto;
	margin-right:auto;
	padding-top:28px;
	padding-bottom:15px;
	max-height:300px;
}

@media only screen and (max-width: 1024px) {
	#topBanner img {
		padding-top:0;
		padding-bottom: 18px;
	}
}

@media only screen and (max-width: 1024px){
	.postDonateLink, .topDonateLink {
	text-align:center;
	display:block;
	margin-left:auto;
	margin-right:auto;
}

.topDonateLink {
	margin-top: -10px;
	margin-bottom: 25px;
}

.postDonateLink {
	margin-top: 27px;
	margin-bottom: 13px !important;
}
}

.ls-additional-comments {
	clear:both;
	margin-top: 20px;
	text-align:center;
	color: #000 !important;
	text-transform: uppercase;
}

.grecaptcha-badge {
	display:none !important;
}