body {
  font-family: "Inter", sans-serif;
}

.wp-block-post-title {
  display: none;
}

.current-menu-item {
  color: #000000;
}

header,
header>.wp-block-group {
  display: contents;
}

header>.wp-block-group>.wp-block-group:first-child {
  background: #ffffff;
  position: relative;
  z-index: 10;
}

header .news__nav_header.active {
  position: sticky;
  top: 0;
  z-index: 99999;
  background: #fff;
}

.news__footer_terms ul {
  gap: 0;
}

.news__footer_terms ul li a {
  text-decoration: none;
}

.news__footer_terms ul li a:hover {
  text-decoration: underline;
}

.news__footer_terms ul li a {
  padding: 0 10px;
  border-right: 1px solid #8d8d8e;
}

.news__footer_terms ul li:last-child a {
  padding: 0 0 0 10px;
  border: none;
}

header .wp-block-navigation ul.wp-block-navigation__container li a {
  font-family: "Inter", sans-serif;
  text-decoration: none;
  color: #8d8d8e;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  transition: all 0.3s ease-in-out;
}

header .wp-block-navigation ul.wp-block-navigation__container li a:hover,
header .wp-block-navigation ul.wp-block-navigation__container li a.active,
header .wp-block-navigation ul.wp-block-navigation__container li a[aria-current="page"] {
  color: #000;
}

@media (max-width: 599px) {

  .news__nav_header>nav {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}


.newsletter-form p {
  position: relative;
  margin: 0;
}

.newsletter-input {
  padding: 10px 20px;
  border: 1px solid #ccc;
  border-right: none;
  outline: none;
  background: white;
  width: stretch;
}

.newsletter-form .wpcf7-submit {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px 20px;
  border: 1px solid #ccc;
  background: white;
  cursor: pointer;
  margin-top: 7px;
}

.wpcf7 form .wpcf7-response-output {
  margin: unset;
  padding: unset;
  border: none;
  font-size: 14px;
}

.wpcf7-spinner {
  position: absolute;
  top: 7px;
  right: 50%;
}

footer .footer_media_center .has-text-align-left {
  margin-top: 10px;
}

@media (max-width: 781px) {
  footer .footer_media_center .has-text-align-left {
    text-align: center !important;
  }

  footer .footer_media_center .wp-block-navigation-is-layout-flex ul,
  footer .footer_media_center .wp-block-social-links-is-layout-flex {
    justify-content: center;
  }
}

hr.wp-block-separator.has-alpha-channel-opacity.is-style-default {
  border-top: 0.1px dotted #000 !important;
  border-bottom: 0.1px dotted #000 !important;
  height: 3px;
  margin: 16px 0;
  opacity: 0.3;
  width: 100%;
}

.wp-social-link a {
  padding: 5px;
  border: 1px solid !important;
  border-radius: 50%;
}