.red-button {
   background-color: #ec1f27;
}

.red-button > a {
	color: white !important;
}

.widget_featured_slider .slide-content .entry-title {
 display:none;
}

#masthead.colormag-header-classic #header-text-nav-wrap {
	padding: 10px;
}

body,
button,
input,
select,
textarea, p {
	color: black;
	line-height: 1.5;
	font-family: 'Karla';
	font-size: 18px;
}

h1, h2, h3, h4, h5, h6 {
    color: #303050;
    font-family: 'Barlow Semi Condensed', sans-serif;
}

.wp-block-quote[class] {
	border: 0;
	color: #303050;
	background: none;
	font-family: "Karla", serif;
	font-size: 1.5625em;
	font-weight: normal;
	line-height: 1.44;
	padding-bottom: 0.25em;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0.25em;
	position: relative;
	text-align: center;
	margin: 20px 0px;
}

blockquote p, .wp-block-quote p, .wp-block-quote.is-style-large p, .wp-block-quote.has-text-align-right p {
	color: #ec1f27;
	font-weight: 700;
	font-size: 24px;
	margin: 5px 0px;
}

@media not screen and (min-width: 899px) { 
blockquote p, .wp-block-quote p, .wp-block-quote.is-style-large p, .wp-block-quote.has-text-align-right p {
	font-size: 18px;
}
}

blockquote::before, .wp-block-quote::before {
	color: #303050;
	content: "\201C";
    left: 50%;
    padding: 0 0.857em;
    position: absolute;
    top: -0.5em;
    transform: translateX(-50%);
}

blockquote::after {
	border: 0 solid transparent;
    border-image: linear-gradient(to right, currentColor 0%, currentColor 40%, transparent 40%, transparent 50%, transparent 60%, currentColor 60%, currentColor 100%) 20%;
    border-width: 1px 0 0;
    bottom: 0;
    box-shadow: currentColor 0 1px;
    content: "";
    display: block;
    left: 50%;
    margin-left: -4.5em;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 9em;
}

.entry-content li {
	line-height: 1.5em;
	margin-bottom: 0.75em;
}

.entry-content ul {
	margin-bottom: 0.75em;
}

/* #masthead.colormag-header-classic #site-navigation {
	background-color: #303050;
	border-top: 4px #ec1f27 solid;
	padding-top: 0px;
}
.menunav-menu {
	background-color: #303050;
	border-top: 4px #ec1f27 solid;
	padding-top: 0px;
}
 */
.menunav-menu > li {
	  font-weight: 500;
    font-family: 'Karla', sans-serif;
/* 		background-color: #303050; */
}

#masthead.colormag-header-classic .main-navigation a {
	  color:white;
	font-weight: 500;
}

#site-navigation {
	background-color: #303050;
	padding-bottom: 4px;
}

#site-navigation .inner-wrap {
	margin-top: -1px;
}

.main-small-navigation a {
	background-color: #303050;
	color: white;
}

/* #masthead.colormag-header-classic .main-navigation ul > li:hover > a, #masthead.colormag-header-classic .main-navigation ul > li.current-menu-item > a, #masthead.colormag-header-classic .main-navigation ul > li.current-menu-ancestor > a {
	background-color: #ec1f27;
	border-top: 1px red solid;
	margin-top: -1px;
	padding-bottom: 11px;
} */

/* .home-icon {
	padding-top: 7px;
}

.search-random-icons-container {
	padding-top: 6px;
}
 */
/* #masthead.colormag-header-classic #site-navigation .fa.search-top, #masthead.colormag-header-classic .main-navigation .home-icon .fa {
	color:white;
}

#masthead.colormag-header-classic .main-navigation .home-icon a {
	padding: 7px 15px;
}
 */

#header-logo-image {
	text-align: center;
}

#secondary .widget ul {
	list-style: square;
	padding-left: 24px;
}

#secondary .widget ul li {
	padding: 0px;
}

img.custom-logo {
	max-width: 70%;
	min-width: 300px;
}

#mc_embed_signup input {
	border-color: #303050 !important;
	font-family: "Karla" !important;
}

#mc_embed_signup .button {
	background-color: #303050 !important;
}

#mc_embed_signup .button:hover {
	background-color: #202030 !important;
}

.colormag-footer--classic .footer-socket-wrapper {
	background-color: #303050;
}

.featured-image {
	text-align: center;
}

.sm-sidebar {
/* 	text-align: center; */
}

.sm-sidebar i {
	padding:15px;
}
.sm-sidebar h2:hover {
	color: #ec1f27;
}

.home .advertisement_above_footer .widget_text {
	display:none;
}

#main {
	padding-bottom: 0px;
}

div.sharedaddy h3.sd-title {
	font-size: 1em;
	margin: 0;
}

.advertisement_above_footer img {
	margin-bottom: 0px;
	width: 100px;
}

.advertisement_above_footer .widget_media_image {
	text-align:right;
}

.social-links i.fa-youtube, .social-links i.fa-twitter, .social-links i.fa-facebook {
	color: white;
}

.footer-socket-wrapper {
	background-color: #303050;
}

.copyright {
	display: none;
}

/* Homepage middle-right widget wrapping fix - start */
.widget_featured_posts .following-post .single-article {
  display: flex;
}

.widget_featured_posts .following-post .single-article figure {
  float: none;
}

.widget_featured_posts .article-content {
  flex: 1;
}

.widget_featured_posts .following-post .article-content {
  padding-left: 0;
}

.widget_featured_posts .following-post img {
    margin-bottom: 0;
    width: 160px !important;
    height: 84px !important;
}
/* Homepage middle-right widget wrapping fix - end */

/* Internet Explorer graceful degredation - start */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.single-slide.displaynone {
		display: none;
	}
}

#header-left-section, #header-logo-image {
  max-width: 100%;
}
/* Internet Explorer graceful degredation - end */