/*
Welcome to Custom CSS!

To learn how this works, see https://wp.me/PEmnE-Bt
*/
.custom-logo {
	max-width: 60% !important;
	margin-left: auto;
	margin-right: auto;
}

.site-title {
	display: none;
}

.site-header {
	padding-bottom: 0;
}

.hentry-wrapper {
	padding: 0;
}

/*Custom stuff below here*/
/*Adjusting color for category tags*/
#actionbar {
	display: none;
}

.hentry .entry-cats a {
	background-color: #e4192b;
}

/*Adjusting color for reading progress bar*/
#sticky-header .progress-bar {
	background-color: #e4192b;
}

.th-highlighted-summary:after {
	display: none;
	color: #e4192b;
}

/*Removing the icon for comments*/
.single .site-main .entry-header .comments-link:before {
	display: none;
}

/*Removing the leftover margin from the comment icon*/
.single .site-main .entry-header .comments-link a {
	margin-left: 0;
}

.single .site-main .hentry>.entry-header+*, .page .site-main .hentry>.entry-header+* {
	padding-top: 15px;
}

.dot2020 {
	height: 30px;
	width: 30px;
	background-color: #e4192b;
	text-align: center;
	line-height: 30px;
	font-size: 18px;
	font-family: "Arial";
	font-weight: bold;
	color: #ffffff;
	border-radius: 50%;
	display: inline-block;
}

.social-column {
/*social scrolling
	verflow: scroll;
	height: 1280px;*/
}

div #skylinebutton2020d {
	text-align: left;
	margin-top: 2px;
}

#sl20contain {
	display: flex;
	flex-flow: nowrap;
}

#slhead {
	margin-top: 0;
	padding-left: 10px;
}

.fullWidthImg {
	margin-left: 20px;
	margin-right: 20px;
}

.voter-bg-r {
	background-color: #D1494B;
}

.voter-bg {
	background-color: #124977;
}

.issue-view:hover {
	opacity: 75%;
}

.issue-view {
	opacity: 100%;
}

#post-22 {
	padding-bottom: 0;
}

.wp-block-file__button {
	background-color: #114179;
	border-radius: 15px;
}

.wp-block-file__button:hover {
	background-color: #e5e5e5;
}

.taxonomy-description a:not {
	text-decoration: none;
}

.entry-content a:not(:hover) {
	text-decoration: none;
}

.entry-content a:hover {
	color: #b8b8b8;
}

.single .site-main .hentry>.entry-header+*, .page .site-main .hentry>.entry-header+* {
	color: #777;
}

.site-info {
	display: none;
}

.cat-links {
	position: relative;
	bottom: 19px;
	left: 7px;
	margin: -7px !important;
}

.cat-links a {
	color: white;
	background-color: #e4192b;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 3px;
	padding-right: 3px;
	font-size: 14px;
}

.featured-post-design .cat-links {
	position: relative;
	bottom: 4px !important;
	top: -5px !important;
	right: 15px !important;
}

.featured-post-design .cat-links a {
	color: white;
	background-color: #e4192b;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 3px;
	padding-right: 3px;
	font-size: 16px;
}

.author .vcard a {
	color: #e5e5e5;
}

.byline a {
	color: #777;
}

.wpnbha.image-alignbehind .post-has-image .post-thumbnail:after {
	background: rgba(0,0,0,0);
}

.featured-post-design div article .entry-wrapper {
	margin-top: 300px;
	padding-left: 0 !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.featured-post-design div article .entry-wrapper h2 {
	background: rgba(0,0,0,0.7);
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 0;
}

.featured-post-design div article .entry-wrapper p {
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 10px;
	padding-right: 10px;
	background: rgba(0,0,0,0.7);
}

.featured-post-design div article .entry-wrapper .entry-meta {
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	background: rgba(0,0,0,0.7);
}

.mobile-labels {
	display: none;
}

@media (max-width: 500px) {
	.site.container {
		padding-left: 3%;
		padding-right: 3%;
	}
	
	.social-column {
		overflow: auto;
		height: 100%;
	}
	
	.mobile-labels {
		display: block;
		text-align: center;
	}
	
	.featured-image-wrap {
		display: none;
	}
	
	.home-divider {
		display: block;
	}
}