/* Remove square symbol on page top, make text white, and background black | 27491173-HC - CP */
.square {
	display: none;
}

a {
	color: #b00020;
	text-decoration: none;
}

a:hover {
	color: #b3b3b3;
}

p {
	color: #b3b3b3;
}
a img:hover {
	border: 3px solid #b00020;
}

/* Make all links red and bold 3734562-zen - JW */
.main-navigation a,
.footer-widget-area a {
	font-weight: bold;
	color: #b00020;
}
/* Posts padding | 31469064-hc (LS) */
#infinite-post-wrap article {
    padding: 6px;
}
/* Make all text white 3734562-zen - JW */
body,
p,
.footer-widget-area,
.entry-breadcrumbs a,
.entry-title,
.jetpack-social-widget-item a {
	color: #b3b3b3;
}

button,
.menu-toggle {
	background: #b3b3b3;
}

/* Make text on hover in mobile menu black 3734562-zen - JW */
@media only screen and (max-width: 1023px) {
	.main-navigation ul :hover > a {
		color: black;
	}
}

/* Make bg black 3734562-zen - JW */
.site-inner,
.main-navigation a,
.menu-inside-wrapper .search-container,
.menu-inside-wrapper .menu-social-container {
	background-color: black;
}

/* Remove white header lines 3734562-zen - JW */
.entry-breadcrumbs,
.site-header-main,
.main-navigation li,
.search-container {
	border-bottom: none;
}

.menu-toggle-wrapper {
	border-left: none;
}

.menu-inside-wrapper .social-navigation {
	border-left: none;
	border-right: none;
}

.first-post .hentry {
	background-color: #000000;
}

/* Adjust menu item color zd-3734562 */
@media screen and (min-width: 64em) {
	.navigation-classic.absolute-header .main-navigation a {
		color: #b00020;
		font-weight: bold;
	}
}

/* Adjust menu button background color zd-3734562 */
.menu-toggle {
	background: #b00020;
}

/* Hide breadcrumbs / 27706655-HC (MI) */
.entry-breadcrumbs {
	display: none;
}

/* Content top padding / 27706655-HC (MI) */
.hero-content-wrapper .section-content-wrap,
.singular-content-wrap .entry-container,
.archive-heading-wrapper {
	padding-top: 10px;
}

/* Remove admin bar / 27706655-HC (MI) */
#wpadminbar {
	display: none;
}

html {
	margin-top: 0 !important;
}

/* START: 2 columns in layout grid block on mobile :: 28225816-hc */
@media (max-width: 599px) {
    .page-id-576 .wp-block-jetpack-layout-grid,
    .page-id-486 .wp-block-jetpack-layout-grid {
        grid-template-columns: repeat(8, 1fr) !important;
    }

    .page-id-576 .wp-block-jetpack-layout-grid.column2-mobile-grid__row-2 > .wp-block-jetpack-layout-grid-column:nth-child(2),
    .page-id-486 .wp-block-jetpack-layout-grid.column2-mobile-grid__row-2 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-row-start: 1 !important;
    }

    .page-id-576 .wp-block-jetpack-layout-grid.column4-mobile-grid__row-4 > .wp-block-jetpack-layout-grid-column:nth-child(4),
    .page-id-486 .wp-block-jetpack-layout-grid.column4-mobile-grid__row-4 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-row-start: 3 !important;
    }

     .page-id-576 .wp-block-jetpack-layout-grid figure,
    .page-id-486 .wp-block-jetpack-layout-grid figure {
        margin: 0;
    }
}
/* END: 28225816-hc */
/* Center menu on desktop | 28360136-hc JA */
@media screen and (min-width: 64em) {
  #primary-menu-wrapper {
    display: inline-block;
    float: none !important;
  }
  .site-header-main {
    text-align: center;
  }
}
/* Change background color for Older Posts button | 28360136-hc JA */
#infinite-post-wrap #infinite-handle span {
  background-color: #b00020;
}
@media screen and (min-width: 64em) {
.navigation-classic .main-navigation ul ul, .navigation-classic .main-navigation ul ul a:hover {
	background-color: black;
	}
}
/* Align & center image buttons on mobile  - MRFX-HC-29802265 */

@media all and (max-width:960px){
 .wp-block-jetpack-layout-grid-column {
  margin:auto;
  text-align:left;
 }
 .wp-block-jetpack-layout-grid-column .wp-block-image figure {
  margin:0
 }
}
/* Remove margin - Fix for the layout grid block on mobile / 4072500-HC (MI) */
@media only screen and (max-width: 559px) {
  .page-id-576 .wp-block-jetpack-layout-grid .wp-block-jetpack-layout-grid-column, 
  .page-id-486 .wp-block-jetpack-layout-grid .wp-block-jetpack-layout-grid-column {
    margin: 0;
  }
}
/* Homepage grid / 4072500-zen (MI) */

@media only screen and (max-width: 559px) {
    .page-id-576 .wp-block-jetpack-layout-grid,
    .page-id-486 .wp-block-jetpack-layout-grid {
        margin-bottom: 0px;
    }
    .page-id-576 .wp-block-jetpack-layout-grid,
    .page-id-486 .wp-block-jetpack-layout-grid {
        row-gap: 0;
    }
}
/* Hide `Recent Posts` from static frontpage using Verity theme  - 4332196-zen (JR) */
.home .archive-posts-wrapper.section {
    display: none;
}
/* Hide the empty "site info" area below footer | 32442163-hc HE-JC */
.site-info {
    display: none;
}


