/* Footer styles */
@media screen and (min-width: 782px) {
	.site-footer {
		background-color: #dbdbdb;
	}

	.site-info .site-info-contain:first-child {
		border: 0;
	}
}

/* Full-width editor notes/group blocks on mobile and prevent ads from displaying in them. */
@media (max-width: 781px) {
	.entry .entry-content > .wp-block-group.alignright {
		max-width: 100%;
		margin-left: 0;
	}
	
	.wp-block-group.alignright .scaip {
		display: none;
	}
}

/* Center page titles */
.page-template .entry-header .entry-title { 
	text-align: center;
}

@media only screen and (min-width: 782px) {
	.page-template .entry-header .entry-title {
		font-size: 60px;
	}
}

/* Archive pages */
body.category .page-header .page-title {
    text-align: center;
}

body.category .page-header hr {
    background-color: #3EB1C8;
    border: 0;
    height: 3px;
    width: 180px;
}

@media only screen and (min-width: 782px) {
	body.category .site-content {
    margin-top: 1rem;
	}
}

body.category header.page-header {
    margin-bottom: 1rem;
}

/* Treatment for category page headers */
article.type-page p.has-text-align-center.has-small-font-size:first-child {
	margin: 0;
}
article.type-page .wp-block-image:nth-child(2) {
    margin-top: 0;
}

/* Post paragraph tags */
.single .entry-content p {
	font-size: 17px;
}

/* Links */
aside a:visited {
	color: #767676;
}

/* Sponsored posts */
.sponsored .cat-links a,
.sponsored .cat-links a:visited {
	color: #e50101;
}

/* Homepage Twitter */
.homepage-twitter {
	height: 800px;
	overflow-y: auto;
}

/* Mobile Menu */
.mobile-sidebar .nav3 a {
	color: #111;
}

/* Increase header button size */
.site-header .nav3{
	font-size: 1.1rem;
}

.site-header .social-links-menu svg {
	height: 30px;
	width: 30px
} 

/* Center content ads */
.single-post .entry-content .widget_newspack-ads-widget {
	max-width: 300px;
	margin-left: auto;
	margin-right: auto;
}

/* Profile Block */
.wp-block-organic-profile-block {
	align-items: flex-start;
	font-size: 90%;
}

.wp-block-organic-profile-block .organic-profile-image {
	width: 200px;
}

/* Bexar's Eye */

.type-aside {
	border-top: 1px solid #ccc;
	font-style: italic;
	font-size: 80%;
	padding: 2em;	
	border-bottom: 1px solid #ccc;
}

/* Disconnected special feature */
.page-id-5153419 .site-content,
.page-id-5153419 .entry .entry-content > *:first-child {
	margin-top: 0;
}
.page-id-5153419 #main > .entry-header:first-child {   position: absolute;
	left: -99999em;
}

/* Hide Election Page Title */
.page-id-5157749 .site-content,
.page-id-5153419 .entry .entry-content > *:first-child {
	margin-top: 0;
}
.page-id-5157749 .entry-title { display: none; 
}
.page-id-5153419 #main > .entry-header:first-child {   position: absolute;
	left: -99999em;
}