/* Make sure buttons use correct font | HC-40033123-JG */
.button, .wp-block-button__link, .wp-block-button.wp-block-jetpack-button button, .post-content input[type="submit"], .post-content input[type="reset"], .post-content input[type="button"], .widget-content input[type="submit"], .widget-content input[type="reset"], .widget-content input[type="button"], .has-more-button button, .pushbutton-wide {
	font-family: Josefin sans, 'josefin sans';
}/* Form P Margin Bottom */
.testimonial-form {
	margin-bottom: -1px!important;
}

/* Set footer background color | 40338824-hc | (BS) */
.footer {
    background-color: #ffffff;
}

/* Set credits background color | 40338824-hc | (BS) */
.credits {
    background-color: #ffffff;
}

/*Change Navigation Bar Background color 40338824-hc (JM)*/
.navigation.section.no-padding.bg-dark {
	background-color: #fff;
}

/*Change menu item color color 40338824-hc (JM)*/
.main-navigation li > a {
	color: #000;
}
/*Change Navigation Bar Background color 40338824-hc (JM)*/
.navigation.section.no-padding.bg-dark {
	background-color: #fff;
}

/*Change menu item hover color color 40338824-hc (JM)*/
.main-navigation li > a:hover {
	color: #000
}
form.mailpoet-manage-subscription .mailpoet_text_label, 
form.mailpoet-manage-subscription .mailpoet_select_label, 
form.mailpoet-manage-subscription .mailpoet_segment_label{
    display: block;
    font-weight:bold;
}
form.mailpoet-manage-subscription .mailpoet_select, 
form.mailpoet-manage-subscription .mailpoet_text{
	width: 50%;
	padding: 12px;
}
form.mailpoet-manage-subscription .mailpoet_paragraph{
	margin-bottom:20px
}
form.mailpoet-manage-subscription .mailpoet_submit{
    padding: 20px 20px;
    width: 50%;
    font-weight: bold;
    font-size: 11pt;
}

/* change mailpoet shortcode legend field background color | 40338824-hc eD */
.post-content fieldset legend.mailpoet_segment_label {
	background: #000;
}
.credits {
    display: none;
}

.footer {
    margin-bottom: 0px;
    padding-bottom: 0px;
}
/* Make footer 1000px on desktop only | 40773117-HC (HP) */
@media screen and (min-width: 800px) {
    .footer-subscribe {
	   width: 1000px;
    }
} /* END | 40773117-HC (HP) */

/* Remove line above widgets in footer | 40777242-hc kf */
.footer .widget {
    border-top: none;
}
/* reduce padding above mailpoet footer widget | 40777242-hc [MQ] */
.footer .widget .widget_mailpoet_form {
    padding-top: 0;
    margin-top: 0;
}

/* align mailpoet form left | 40777242-hc [MQ] */
.footer .widget .mailpoet_form {
    padding-left: 0px !important;
}
.post-date {
color: #999999 !important;
}
/* Make header search icon visible | CM | 40931562-hc*/
.search-icon {
    opacity: 1;
}
.search-icon:before {
    color: black;
}
.nocomments {
    display: none;
}
.posts .post-content .more-link {
    color: #13c3a4;
}
/* Menu toggle color for mobile | #41020300-hc | AY */
@media (max-width: 1000px) {
  .nav-toggle::before {
  color: #000;
		
	}
}
/* Hide subscribe block including form field for for the page: 1143 | ( 6042263-zen ) MT */

.page-id-1143 .footer-subscribe > .wp-block-column h4:first-child,
.page-id-1143 .footer-subscribe > .wp-block-column > p,
.page-id-1143 .footer-subscribe > .wp-block-column .widget.widget_mailpoet_form,
.page-id-1143 .footer-subscribe > .wp-block-column .wp-block-separator.has-text-color{
    display: none;
}
/*remove green from survey page 7560889-zd JG*/  
.page-id-927 legend.grunion-field-label {
    background: none !important;
    color: black !important;
}