.main-navigation a {
font-size: 16px;
color:BLACK;

}
/* Fix the spacing issue between header navigation menu and slider on desktop view | YH-8703359-hc */
@media screen and (min-width: 780px) {
	div#content {
    padding-top: 150px !important;
}
}	
/* Decrease space between category page title and content | AM- 8772524 -hc */
.archive .page-header {
    margin-top: .08em;
    margin-bottom: 2.0em;
}

/* Increase archive. category page titles and change style | AM- 8772524 -hc */
.wf-active .archive .page-title {
    text-transform: uppercase;
    font-size: 1.5rem;
}

/* Increase page title and change style | AM- 8772524 -hc */
.wf-active .page-title {
    text-transform: uppercase;
    font-size: 2.5rem;
}


/* Reorder elements on single posts - title above featured image | 9231132-hc-kf */
.single-post article {
    display: flex;
    flex-direction: column;
}
.single-post article .entry-header {
    order: 1;
}
.single-post article .featured-image {
    order: 2;
}
.single-post article .entry-meta {
    order: 3;
}
.single-post article .row {
    order: 4;
}
.featured-slider .entry-title {
    text-shadow: 0 0 9px rgba(0,0,0,6);
}
/* make labels of mailchimp form black | RG-hc-9873621 */
.mc4wp-form-basic label, .mc4wp-form-theme label {color: black;}

/* change text color of Newsletter Signup menu item -SC-9896442-hc */
.menu-item-2400 a {
	color: #ff794d;
}

@media only screen and (min-width: 1025px) {
    .single .entry-header {
        margin-bottom: 1.5em;
    }
}
@media only screen and (max-width: 720px) { .leaky_paywall_subscription_option { width: 70%; display: block; } 
}
/* change text color of Support the message 10299868-hc/AI */
.menu-item-2940 a {
	color: #ff794d;
}
.menu-item-2999 a {
    color: #ff794d;
}
/*  show text on slider / 11024964-hc bk */ 
.featured-slider .featured-image + .entry-header {
  opacity: 1;
}

/* Change Font Color in Slider HC-11172464-PA */
.featured-slider, .featured-slider a {
	color: #FFFF;
}
/* change text color of Support the message 10299868-hc/AI */
.menu-item-2940 a {
	color: #ff794d;
}
.menu-item-2999 a {
    color: #ff794d;
}

/* Change the color of the menu item Contribute to the message 17539964-hc (rf) */
.menu-item-14357 a {
	color: #ff794d;
}
.leaky_paywall_subscription_price { display: none; }

/* Change the color of the menu item Subscribe 24942999-hc (ab) */ 
.menu-item-27250 a { 
    color: #ffff; 
    background-color:#ff794d; 
}

#leaky-paywall-login-form input[type="checkbox"] {
	display: inline-block;
}

.leaky_paywall_message_wrap {
    padding: 2em 0 0;
}

/* change text color of The Mighty Women List menu item -SC-9896442-hc */
.menu-item-2400 a {
	color: #ff794d;
}
/* Add background to the headline in feature slider | YH-6526986-zen */  
.featured-slider .entry-title {
    padding: 15px;
    background: #ff794d;
}