/*
Welcome to Custom CSS!

To learn how this works, see https://wp.me/PEmnE-Bt
*/


#masthead {
	padding-bottom: 30px;
}

/* Adjust anchor height upward a little | 27613388-hc kf */
html {
	scroll-padding-top: 50px;
}

/* Hide one menu item on home page only | 27613388-hc kf */
.home #menu-item-10 {
	display: none;
}
@media only screen and (min-width: 1000px) {
	body:not(.home):not(.page-id-168):not(.page-id-173):not(.page-id-773):not(.page-id-166):not(.page-id-812):not(.page-id-961):not(.page-id-15):not(.page-id-450):not(.page-id-1054):not(.page-id-2974):not(.page-id-2968):not(.page-id-13377):not(.page-id-14227):not(.page-id-15770):not(.page-id-6828):not(.page-id-19809):not(.page-id-22840):not(.page-id-23672):not(.single-post):not(.blog) .entry-content {
		margin-left: 11vw;
	}
}

/* Remove margin from leave a comment form SS-27613388-hc */
.page-id-166 .site-footer {
	margin-top: 0;
	padding-bottom: 0;
}

.page-id-166 article.page {
	margin-bottom: 0;
}

.page-id-166 #comments {
	margin-top: 0;
}

@media only screen and (min-width: 1000px) {
	.page-id-166  #comments div#respond {
		margin-left: 4vw;
	}
}

/* Resize comment form title font size */
#comments h2#reply-title {
	font-size: 26px;
}

/*  Center Columns with this class -- 27613388-hc (DOC) */
.two-columns-centered {
	justify-content: center;
}

/* Change color for all he tags | 28348238-hc */
h4 {
	color: #01A7E3;
}

@media screen and (min-width: 482px) {
	.primary-navigation .primary-menu-container > ul > .menu-item > a + .sub-menu-toggle {
		display: none;
	}
}

/* enlarge site logo on mobile 28390041-zd rs */
.site-logo .custom-logo {
	max-width: 100%;
}

@media screen and (min-width: 481px) {
	.site-logo .custom-logo {
		max-width: 450px;
		width: 100%;
		max-height: 100%;
	}
}
/* Hide Site Title HC-28432005-PA */
.site-title {
  display: none;
}

.h4 .rtBibleRef {
    color: blue !important;
}

/* Hide footer logo 28506247-hc AD */
div.site-name {
	display: none;
}
/* reduce comments and reply title font size - nrmn */

h3#reply-title, .comments-title {
    font-size: 25px;
}
/* H4 jump link color in entry content | 3834989-zen (KK) */
.entry-content h4 a.rtBibleRef {
    color: #01A7E3;
}

/* Change footer text size | #28542492-hc | AY */
.widget.widget_text p {
font-size: 13px;
}
/* Search Results Fonts HC-28561930-PA*/
.search-results h1.page-title {
	font-size: 40px;
}
.search-results h2.entry-title {
	font-size: 25px;
}
/* Blog page - Reduce font size on post titles | 28583823-hc EH */
.blog .post .entry-title a {
    font-size: 30px;
}
/* Hide author bio on posts | 28583823-hc EH */
.site-main > article > .author-bio {
    display: none;
}
/* smaller comment font | KS-29664764-hc */
#comments,
.comment-meta .comment-metadata {
    font-size: 0.8em;
}
.comment-meta .comment-author .fn {
    font-size: 1.2em;
}
/* Change color for all H5 tags | 32206518-hc */
h5 {
	color: #01A7E3;
}
/*make the blog thumbnail images smaller | 4534938-zen swm*/
.blog .post-thumbnail img {
    width: 600px !important;
}
/*make the quote block text appear lighter than the default | 4534938-zen swm*/
blockquote, blockquote p {
font-weight: 300;
}  


/* Center align Nav block items | CM | #4534938-zen*/
.wp-block-navigation__responsive-container .wp-block-navigation__responsive-container-content,
.wp-block-navigation__container {
	justify-content:center;
}
/*Hide Title on Blog Page| #33826713-hc KS */
.blog .page-header {
    display: none;
}
/*Reduce size of post titles | SN-38734289-hc*/
 .post-template-default.single.single-post h1.entry-title {
    font-size: 30px;
}

.page-template-default.page h1.entry-title {
    display: none;
}
/*hide featured image on posts | SN-38734289-hc*/
 .post-template-default.single.single-post .post-thumbnail .wp-post-image {
	 display: none;}

.singular .entry-header {
    border-bottom: none;
	padding-bottom: 1px;}