/* Control width of green bar | TT-18217494-hc */
.masthead .menu {
	padding: .2rem 0;
}

/* Reduce excess whitespace in header | TT-18217494-hc */
@media only screen and (max-height: 799px) {
	.home .masthead .branding-menu, .masthead .branding-menu {
		padding: .4rem 0;
	}
}

/* Remove page titles | TT-18217494-hc */
.home .wf-active .main-content h1.entry-title {
	display: none;
}

/* Remove padding at top of content area | TT-18217494-hc */
.main-content .entry-single {
	padding-top: 0;
}

/* hiding text on posts from homepage | RN-2666020-zen */
.blog article.post p {
	display: none;
	margin-bottom: 0;
}

/*reduce space under logo | RN-2666020-zen*/
.masthead .site-logo-link {
	margin-bottom: 0;
}

/*hide menu bar on mobile | RN-2666020-zen*/
@media only screen and (max-width: 782px) {
	.masthead .menu .menu-toggle {
		display: none;
	}
}

/*adjust logo size on mobile | RN-2666020-zen*/
@media only screen and (max-width: 782px) {
	.masthead .site-logo-link img {
		max-width: 75%;
	}
}

/*reduce the thickness of Menu bar | RN-2666020-zen*/
.masthead .menu {
	padding: .1rem 0;
}


/* Align the texts on single blog post to the left and increase line height -- 18251762-HC-RNP */
.single .main-content .entry-single {
	text-align: left;
	line-height: 1.7;
}

.single-post .container p {
	line-height: 2em;
}

/* Remove margin from image in single post images SS-2669166-zen */
.single-post figure.wp-block-image.size-large {
	margin-left: 0;
	margin-right: 0;
}

/* adjust the size of the logo */
.masthead .site-logo-link img {
  width: 120px;
}

/* font size 20 on paragraph posts | 18536320-hc EH */
.single-post .container p {
    font-size: 20px;
}

/* montserrat  font size 20 on paragraph posts | 18536320-hc EH */
.single-post .container p {
    font-size: 20px;
    font-family: Montserrat;
}
/*Change default link color site wide | 18654953-hc st*/
a {
    color: #0277d1;
}
/* change content width on posts | 2740731-zen bsan */
.post-template-default .main .container {
  max-width: 1500px;
}
/*  Set base font as Montserrat 2696740-zd  */
.wf-active body, body {
    font-family: Montserrat;
}
/* Blockquote color jr-2767928-zen */

blockquote p {
    color: black;
}

/* remove akismet message RM 19304333-HC */

.akismet_comment_form_privacy_notice {
display:none;
}