body #bigfoot .foot-col.two .oceanwp-social-icons.style-simple {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

body #bigfoot .foot-col.two .oceanwp-social-icons.style-simple li {
  display: inline-block;
}

body #bigfoot .foot-col.two .oceanwp-social-icons.style-simple li a {
  display: inline-block;
  margin: 40px 10px 0 0;
}

.footer-widget.widget_nav_menu.clr,
.footer-widget.widget_nav_menu.clr a {
  transition: all 300ms ease;
}

html.home-static {
  overflow-y: hidden !important;
  overflow-x: hidden !important;
  height: 100vh;
}

.contact-form-status {
  margin: 0 0 24px;
  padding: 12px 16px;
  border: 1px solid transparent;
  font-weight: 500;
  line-height: 1.5;
}

.contact-form-status-success {
  color: #1b5e20;
  background: #edf7ed;
  border-color: #c8e6c9;
}

.contact-form-status-error {
  color: #8a1f11;
  background: #fbe9e7;
  border-color: #ffccbc;
}

body.home {
  overflow: hidden !important;
  height: 100vh;
}

html body.home #outer-wrap {
  overflow: hidden;
}

body.home #wrap,
body.home #main,
body.home #content-wrap {
  overflow: hidden !important;
}

body.home #main #content-wrap {
  min-height: 0 !important;
  padding-top: 0 !important;
}
