/*
Welcome to Custom CSS!

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


______________________

 Hide Page title from new home page. Had to indicate post number (2702) and class (headline) via this site. https://blog.templatetoaster.com/how-to-remove-page-title-wordpress/
*/
.post-4623 .headline {
	display: none;
}

/* change new homepage background color */
.post-4623 {
	background-color: #FFFFFF !important;
}

/*

______________________

 Hide Page title from National 2021. Had to indicate post number (5377) and class (headline) via this site. https://blog.templatetoaster.com/how-to-remove-page-title-wordpress/
*/
.post-5377 .headline {
	display: none;
}

.post-5499 .headline {
	display: none;
}

.post-5507 .headline {
	display: none;
}

.post-5377 .headline {
	display: none;
}

.post-5571 .headline {
	display: none;
}

.post-5494 .headline {
	display: none;
}

.post-5606 .headline {
	display: none;
}

.post-5522 .headline {
	display: none;
}

.post-5551 .headline {
	display: none;
}

.post-5741 .headline {
	display: none;
}

.post-5804 .headline {
	display: none;
}

/* 
______________________

change new homepage background color */
.post-4623 {
	background-color: #FFFFFF !important;
}

/*

__________


remove table borders */
.entry-content table,
.entry-content th,
.entry-content td {
	border: none;
	background: transparent;
}

/* _________________
 Hide Page title from weekend experiences https://blog.templatetoaster.com/how-to-remove-page-title-wordpress/
*/
.post-3092 .headline {
	display: none;
}

/* _________________
 Hide Page title from Celebration Study Section https://blog.templatetoaster.com/how-to-remove-page-title-wordpress/
*/
.post-4233 .headline {
	display: none;
}

/* _________________
 Hide Page title from Songs of Renewal https://blog.templatetoaster.com/how-to-remove-page-title-wordpress/
*/
.post-3905 .headline {
	display: none;
}

/* _________________
 Hide Page title from Prayer Warriors https://blog.templatetoaster.com/how-to-remove-page-title-wordpress/
*/
.post-3744 .headline {
	display: none;
}

/* _________________
 Hide Page title from Butterfly Agape Cards https://blog.templatetoaster.com/how-to-remove-page-title-wordpress/
*/
.post-3938 .headline {
	display: none;
}

/* _________________
 Hide Page title from 4th Day launch https://blog.templatetoaster.com/how-to-remove-page-title-wordpress/
*/
.post-4035 .headline {
	display: none;
}

/* ______________
hanging indent { must add page-specific CSS hanging-indent }
*/
.hanging-indent {
	margin-left: .1in;
	text-indent: -.2in;
}

/* _________________
 Hide Page title from 2021 National meeting https://blog.templatetoaster.com/how-to-remove-page-title-wordpress/
*/
.post-5307 .headline {
	display: none;
}

/* ______________
hanging indent {National Council Page }
*/
.post-5804 .hanging-indent {
	margin-left: .1in;
	text-indent: -3in;
}

/*

Change link color on FAQ page */
.post-3556
a {
	color: #ab7354;
}

a:hover {
	color: #85d3c6;
}

a:visited {
	color: #dea232;
}

Change link color on More info page */
.post-11695
a {
	color: #ab7354;
}

a:hover {
	color: #85d3c6;
}

a:visited {
	color: #dea232;
}