@media screen and (min-width: 768px) {
	.site-branding {
		padding-bottom: 0;
		padding-top: 100px;
	}
	.sticky-wrapper.sticking .site-branding .custom-logo-link {
		float: left;
	}
	.sticky-wrapper.sticking .site-branding .site-title {
		padding-top: 15px
	}
}
@media screen and (min-width: 768px) {
	.site-branding {
		padding-bottom: 0;
		padding-top: 10px;
	}
	.sticky-wrapper.sticking .site-branding .custom-logo-link {
		float: left;
	}
}

@media screen and (min-width: 768px) {
.site-title, .custom-logo-link {
	display: inline !important;
}
	.site-title {
		font-size: 2.1rem
	}
	.site-branding {
		width: 100% !important;
		display: block !important;;
	}
	.main-navigation {
		width: 100%;
		display: block;
		float: left;
		text-align: left;
	}
	.site-branding-wrapper {
		display: block;
	}
}
/* ---  Header top alignment / 14051096-HC (MI) --- */

.header {
	margin-top:5%;
}


/* set button blocks on front page to be flex, centered | #14051096-hc eD */
.page-id-586 .home-button-blocks {
    display: flex;
    flex-direction: row;
    justify-content: center;
	  margin: 5% 0 0 0;
}

/* change button background color | #14051096-hc eD */
.page-id-586 .home-button-blocks .wp-block-button,
 .page-id-586 .home-button-blocks .wp-block-button a{
    background: #ce3220;
	 color: #ffffff;
    margin: 0 5%;
	 border-radius: 5%;
}

/* hide header and footer on landing page | #14050712-hc eD */
.page-id-586 .site-header,
.page-id-586 .site-footer {
  display: none;
}
/* hide header and footer on macomb homepage | #14050712-hc eD */
.page-id-3225 .site-header,
.page-id-3225 .site-footer {
  display: none;
}

/* hide header and footer on Macomb donate homepage | #14050712-hc eD */
.page-id-3359 .site-header,
.page-id-3359 .site-footer {
  display: none;
}


/* hide header and footer on Macomb sermon homepage | #14050712-hc eD */
.page-id-3396 .site-header,
.page-id-3396 .site-footer {
  display: none;
}

/* hide header and footer on Macomb Sunday School page | #14050712-hc eD */
.page-id-3478 .site-header,
.page-id-3478 .site-footer {
  display: none;
}

/* hide header and footer on Macomb statement of faith page | #Leo */
.page-id-3495 .site-header,
.page-id-3495 .site-footer {
  display: none;
}

/* hide header and footer on Macomb pastor and co-workers page | #Leo eD */
.page-id-3800 .site-header,
.page-id-3800 .site-footer {
  display: none;
}

/* hide header and footer on Macomb event videos page | #Leo eD */
.page-id-4111 .site-header,
.page-id-4111 .site-footer {
  display: none;
}

/* hide header and footer on Macomb event photos page | #Leo eD */
.page-id-4114 .site-header,
.page-id-4114 .site-footer {
  display: none;
}

/* hide header and footer on Macomb events page | #Leo eD */
.page-id-4940 .site-header,
.page-id-4940 .site-footer {
  display: none;
}


/* hide the row after the site content on the landing page | #14051096-hc eD */
.page-id-586 .row1,
.page-id-586 .contact{
  display: none;
}
/* hide the row after the site content on the macomb homepage | #14051096-hc eD */
.page-id-3225 .row1,
.page-id-3225 .contact{
  display: none;
}

/* hide the row after the site content on the macomb sermon | #14051096-hc eD */
.page-id-3396 .row1,
.page-id-3396 .contact{
  display: none;
}

/* hide the row after the site content on the macomb statement of faith | #Leo */
.page-id-3478 .row1,
.page-id-3478 .contact{
  display: none;
}


/* hide the row after the site content on the macomb sunday school | #Leo */
.page-id-3495 .row1,
.page-id-3495 .contact{
  display: none;
}

/* hide the row after the site content on the macomb donate | #Leo */
.page-id-3359 .row1,
.page-id-3359 .contact{
  display: none;
}
/* hide the row after the site content on the macomb homepage | #14051096-hc eD */
.page-id-3800 .row1,
.page-id-3800 .contact{
  display: none;
}

/* hide the row after the site content on the macomb photos page | #14051096-hc eD */
.page-id-4111 .row1,
.page-id-4111 .contact{
  display: none;
}

/* hide the row after the site content on the macomb videos page | #14051096-hc eD */
.page-id-4114 .row1,
.page-id-4114 .contact{
  display: none;
}

/* hide the row after the site content on Macomb events page | #Leo */
.page-id-4940 .row1,
.page-id-4940 .contact{
  display: none;
}

/* remove site info on translated site | KW-14073664-hc */
.site-info {
	display: none;
}

/* Decreases the footer widget area - 14074086hc CP */
@media only screen and (min-width: 1100px) {
	.home .row1{
		max-width: 80%;
		margin: 3% auto;
	}
	.home .entry-content .row{
		max-width: 100%;
	}
}

/* lower the position of address in footer down*/
.contact{
	margin-top:3%;
}

/* clear both after float */
.row1_1{
	clear:both;
}
/*Remove padding*/
.home {
margin: 0;
padding: 0 0 0 0;
 }
/* hide before text on Events page - 19074391-hc */
.tribe-events-before-html {
	display: none;
}

/* Make Give menu item a button | 20742969-hc kf */
#menu-item-2917 a {
    padding-left: 1em;
    margin-left: 1.2em;
    padding-right: 1em;
    background: #a40404;
    color: white;
  	border-radius: 1em; 
}

/* Change page title color and center align | 22369421-hc | MR */

.post-3225 .entry-title {
    color: #A30100;
    text-align: center;
}

/* Change navigation block color to black - #22369421-hc - aj */

.wp-block-navigation a, .wp-block-navigation a:visited {
	color: #000;
}

/*Place navigation block in front of other blocks 3163142-zen sy*/
nav.wp-block-navigation {
    z-index: 9999;
}

/*Add more space for margin-top of entry title
|Leo */
.page-id-586 .entry-header{
	
}