/* Reduce padding above logo 29130122-hc cw */
#masthead .site-branding {
    padding-top: 0;
}
/* Reduce margin above & below social navigation*/
@media only screen and (min-width: 640px) {
	#masthead .social-navigation {
		margin-bottom: 5px;
		margin-top: -22px;
	}
}
/* Reduce padding below main navigation*/
@media only screen and (min-width: 560px) {
	.site-main {
		padding-top: 48px;
	}
}
/* hide page titles #29149331-hc */
.page .entry-title {
  display: none;
}
/* Changes background color */
body {background-color: #FFFFFF;}
/* remove page margins 29194632-hc DF */
#page {
	margin-left: 0;
	margin-right: 0;
	max-width: none;
}
/* Reducing the margin-top of the button block in the footer | MJR |  hc-29194632 */
p.has-custom-font.has-custom-weight.has-custom-lineheight.has-custom-letterspacing {
  margin-bottom: .5em !important;
}

div.wp-block-buttons {
  margin-top: .5em !important;
}
/* End */
.main-navigation a {
    color: var(--wp--preset--color--white);
    display: block;
    font-family: "PT Sans", Arial, sans-serif;
    font-family: var(--font-base, "PT Sans", Arial, sans-serif);
    font-weight: 600;
    padding: 8px 0;
	letter-spacing: 1px;
}
/*Expands IG feed to span the whole screen*/
@media only screen and (min-width: 780px) {
  #sb_instagram {
    max-width: 2000px !important;
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
}
/*End*/
/*Fixes display issues on Chrome and Firefox*/
.wp-block-button__link:visited {
color: unset;
}
.wp-block-button.is-style-outline .wp-block-button__link:focus {
background-color: #fff;
}
/*End*/
/* -- remove space between menu and entry content on pages other than the front page | 35357204-hc eD -- */
/* remove site content main area top padding */
body.page:not(.home) .site-main {
	padding-top: 0;
}

/* remove entry content top margin */
body.page:not(.home) .site-main > article > *.entry-content {
	margin-top: 0;
}

/* remove entry header */
body.page:not(.home) .entry-header {
	display: none;
}
/* -- /remove space between menu and entry content on pages other than the front page | 35357204-hc eD -- */