/* remove adds from front post */
@import url('https://fonts.googleapis.com/css?family=Noto+Sans');

.home .entry .wpcnt {
    display: none;
}
.home .entry .wp-post-image {
    width: 150px;
}
.showcase .item a.thumbnail {
  max-width: 150px;
}
.masthead h1.logo {
    font-size: 50px;
}
.masthead .branding h2.description {
    font-size: 16px;
}
.primary-content .primary-wrapper .item a {
    color: #FFFFFF;
}
.primary-content .primary-wrapper .item .image-meta {
    background-color: #000;
}
.primary-content .primary-wrapper .item .image-meta:hover {
    background-color: #E60909;
}
.pmpro_content_message{
	font-size: 15px;
	font-family: 'Noto Sans', sans-serif;
}

.postmetadata span {
    color: #6d6d6d;
}
body {
    color: #000000;
}
input[type=submit] {
    background-color: #000000;
}
.main article.post-archive {
    border-bottom: 1px solid #000000;
}
.sidebar-category-summaries .item h4 span {
    background-color: #E60909;
}
.sidebar-category-summaries .item h4 span:hover {
    background-color: #E60909;
}
a {
    color: #E60909;
	}
footer#footer .widget {
    width: 100%;
}
/*hide footer wrap with top categories section 8223384-hc*/
footer#footer .footer-wrap {
visibility: hidden;
}
footer#footer .footer-widgets {
border-top: 3px double #e6e6e6;
}
/*Colour for Changing Navigating Markets 8223384-hc*/
.masthead .branding h2.description {
color: #E60909;
}
/*Bolding menu*/
.wf-active .menu-primary .menu {
    font-weight: 600;
}
 /*Red for the menu hover 8223384-hc*/ 
.wf-active .menu-primary .menu li ul, .wf.active .menu-primary .menu li.current-menu-item a { 
background-color: #F6AFAF; 
} 
.wf-active .menu-primary .menu li ul li a, .wf-active .menu-primary .menu li ul li a:hover { 
color: #000; 
}

/*Black background on more posts button 8223384-hc*/
.infinite-scroll #infinite-handle span, .infinite-scroll #infinite-handle span:hover {
background-color: #000;
}
/*Capitalize and enlarge post titles 8223384-hc*/
.posttitle, .posttitle a, .showcase .item h2 {
    font-size: 103%;
    text-transform: uppercase;
}
/* Make page titles smaller jr-8223384-hc */
.wf-active h1 {
	font-size: 2.7em;
}
/*Make category page titles smaller - 8232599-hc*/
.archive.category h1.title  {
	font-size: 2.5em !important;
}
/*Make post titles on the category pages smaller - 8232599-hc*/
.archive.category .posttitle a  {
  font-size: 70%;
}

/* Increase size of text in categories widget 8249335-hc-MR */
.menu-categories-container ul li {
	font-size:16px;
}

.widget_authors ul img {
margin-right: 20px !important;
}
/*Remove time and comment label on header image | SN-8295292-hc*/

.primary-wrapper time.entry-date {
    display: none;
}
.primary-wrapper span.text-on { display: none; }
.primary-wrapper .postmetadata { display: none; }

hr {
    border: 0.5px solid #000000;
}

.jetpack_widget_social_icons ul li {
    padding-left: 35%;
}

.main-content, .pmpro_checkout-fields, .ul{
	font-size: 18px;
}

/* --- Color change to blue / 12736227-HC (MI) --- */

.masthead .branding h2.description,
.postmetadata span,
.postmetadata a,
.jetpack_widget_social_icons svg, 
#menu-categories a,
#authors-2.widget.widget_authors ul strong {
    color:#0C1AEE;
}