.hop-section-heading {
	text-align: center;
	max-width: 620px;
	margin: 0 auto 45px;
}

.hop-section-heading h2 {
	margin-bottom: 12px;
}

.hop-section-heading p {
	margin-bottom: 0;
}

.hop-button {
	display: inline-block;
	margin-top: 24px;
	padding: 14px 28px;
	border-radius: 999px;
	background: #111;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	letter-spacing: 0.5px;
}

.hop-button:hover {
	opacity: 0.85;
	color: #fff;
}
.hop-page-the-edit .hop-button,
.hop-page-the-edit .button,
.hop-page-the-edit button,
.hop-page-the-edit input[type="submit"],
.hop-page-the-edit .wp-element-button {
  background: var(--hop-accent) !important;
  color: #fff !important;
  border: 1px solid var(--hop-accent) !important;
  border-radius: 0 !important;
  padding: 16px 32px !important;
  font-size: 0.78rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
  box-shadow: none !important;
}

.hop-page-the-edit .hop-button:hover,
.hop-page-the-edit .button:hover,
.hop-page-the-edit button:hover,
.hop-page-the-edit input[type="submit"]:hover,
.hop-page-the-edit .wp-element-button:hover {
  background: #b98277 !important;
  border-color: #b98277 !important;
  color: #fff !important;
  transform: none !important;
}