#masthead .main-navigation {
  margin-right: auto;
}
.elementor-section-full_width {
  margin-left: -5vw;
  margin-right: -5vw;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.wp-autoresize h1,
.wp-autoresize h2,
.wp-autoresize h3,
.wp-autoresize h4,
.wp-autoresize h5,
.wp-autoresize h6 {
  margin-top: 0;
  margin-bottom: 0;
}

@media screen and (min-width: 600px) {
  .entry-content h1,
  .entry-content h2,
  .entry-content h3,
  .entry-content h4,
  .entry-content h5,
  .entry-content h6,
  .wp-autoresize h1,
  .wp-autoresize h2,
  .wp-autoresize h3,
  .wp-autoresize h4,
  .wp-autoresize h5,
  .wp-autoresize h6 {
    margin-top: 0;
    margin-bottom: 0;
  }
}

#site-footer:before {
  content: "";
  display: block;
  width: 100%;
  min-height: 243px;
  height: calc(12vw + 15px);
  background: white url("/assets/img/footer-wave.png");
  background-position: left bottom -1px;
  background-repeat: no-repeat;
  background-size: cover;
}

#site-footer .widget_nav_menu {
  padding: 0;
}
#site-footer .widget_nav_menu ul {
  display: flex;
  gap: 10px;
}
#site-footer .widget_nav_menu ul a {
  opacity: 1;
  border: 1px solid;
  border-radius: 50%;
  padding: 7px 8px 8px 8px;
}
#footer-contact div {
  display: grid;
  grid-template-columns: 25px 1fr;
  gap: 10px;
  justify-content: center;
  align-items: center;
}
#footer-contact div i {
  justify-self: center;
}
