.field-wrap input[type=submit] {
	width: 100% !important;
}

.marquee {
	overflow: hidden;
	display: flex;
}

.marquee h2 {
	white-space: nowrap;
}

.marquee h2 span {
	color: #D11E00;
}

.elementor-kit-12 .ehp-header__item:hover {
	border: none;
}

.elementor hr {
	margin: 32px 0;
}

h2 {
	margin-top: 32px;
}

.ehp-header__dropdown {
	gap: 16px !important;
	padding: 0px !important;
}

.site-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 32px;
}

p, div {
    color: white;
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-size: var(--e-global-typography-text-font-size);
    font-weight: var(--e-global-typography-text-font-weight);
    text-transform: var(--e-global-typography-text-text-transform);
    font-style: var(--e-global-typography-text-font-style);
    text-decoration: var(--e-global-typography-text-text-decoration);
    line-height: var(--e-global-typography-text-line-height);
    letter-spacing: var(--e-global-typography-text-letter-spacing);
    word-spacing: var(--e-global-typography-text-word-spacing);
}

h1 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-size: var(--e-global-typography-primary-font-size);
  font-weight: var(--e-global-typography-primary-font-weight);
  text-transform: var(--e-global-typography-primary-text-transform);
  font-style: var(--e-global-typography-primary-font-style);
  text-decoration: var(--e-global-typography-primary-text-decoration);
  line-height: var(--e-global-typography-primary-line-height);
  letter-spacing: var(--e-global-typography-primary-letter-spacing);
  word-spacing: var(--e-global-typography-primary-word-spacing);
  color: var(--e-global-color-primary);
}

h2 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
}

hr {
  border: 1px solid;
  color: white;
  margin: 32px 0;
}

.post-date {
  margin-bottom: 24px;
}

.blog .post h2 {
  margin-top: 0;
}

.blog .post h2 a {
  color: white;
}

.blog .pagination {
  max-width: 200px;
}

.single-post p {
  font-size: 24px;
  margin-bottom: 32px;
}

.single-post .post-navigation {
  display: flex;
  justify-content: space-between;
}