/* Missy Add Button Style */
.glh-button {
    width: 100%;
    font-weight: bold;
    border-radius: 0px;
		font-size: 1.2rem;
		line-height: 1;
    text-transform: uppercase;
		font-family: "Poppins", sans-serif;
}

.page-id-388 .wp-block-group__inner-container li {
	line-height: 1.5;
}

.page-id-388 .ghl-how-to-help.ghl-how-to-help.ghl-how-to-help.ghl-how-to-help ul {
  display: block;
  list-style: disc;
  margin: 0 0 2.5rem 40px;
  max-width: 85%;
}
.ghl-partners.ghl-partners.ghl-partners>.wp-block-group__inner-container .wp-block-group {
	max-width: 100%;
}

/*Update style of Contact Form on the Contact Page*/
.page-id-100 .ghl-contact-form.ghl-contact-form.ghl-contact-form [type=submit] {
	width: 100%;
	font-weight: bold;
	font-size: 1.2rem;
	border-radius: 0px;
}
.page-id-100 .wp-block-jetpack-contact-form .grunion-field-wrap {
	border-right: none;
}

/* Nav-toggle fix */
button.nav-toggle:hover {
	color: transparent;
	background-color: transparent;
}

/* 2022-05-27 DekeRhinehart smaller sponsor list fix */
.ghl-partners.ghl-partners.ghl-partners > .wp-block-group__inner-container .wp-block-columns {
	flex-basis: 500px;
}

/* TR - Hate Raid Page Styles */
.wp-block-group[id] > div > .wp-block-group.has-background {
	margin-left: -32px;
	margin-right: -32px;
	margin-bottom: 64px;
	padding-top: 64px;
	padding-bottom: 64px;
}
.wp-block-cover.is-style-hate-raid-hero ~ .wp-block-group .wp-block-columns p + ul {
	margin-top: -22px;
}
.page-id-1594 #side-scroll.active {
	display: none;
}
.wp-block-cover.is-style-hate-raid-hero ~ .wp-block-group .wp-block-columns .discord-button {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 26px;
	line-height: 28px;
	padding: 2rem;
	gap: 2rem;
	font-family: Poppins, sans-serif;
}
.discord-button span {
	text-align: left;
}
@media all and ( max-width: 600px ) {
	.wp-block-cover.is-style-hate-raid-hero ~ .wp-block-group .wp-block-columns .discord-button {
		flex-direction: column;
	}
	.discord-button span {
		text-align: center;
	}
}

.wp-block-cover.homepage-good-tips-block > img {
    -webkit-mask-image: linear-gradient(to left, rgb(0, 0, 0), rgba(0, 0, 0, 0));
}

.wp-block-cover.homepage-good-tips-block > img {
    left: auto;
    width: 50%;
}
	.wp-block-cover.homepage-good-tips-block {
    background: #382C3A;
}

.wp-block-cover.homepage-good-tips-block h4, .wp-block-group.homepage-good-tips-block h4 {
    font-family: "Playfair Display", sans-serif;
    font-size: 3.5rem;
    font-style: italic;
}

/*Add padding to "Text Us" buttons on homepage - ES - 2023/01/26*/
.homepage-text-us-buttons {
	padding-right: 20px;
	padding-left: 20px;
}