.orbiblox-footer {
  position: relative;
}
.orbiblox-footer .container {
  width: 90%;
  max-width: var(--orbi-container-default);
  margin-left: auto;
  margin-right: auto;
}
.orbiblox-footer-row.footer-top {
  padding: clamp(3rem, 1.568vw + 2.431em, 4rem) 0;
  background-color: var(--orbi-footer-top-bg);
}
.orbiblox-footer-row.footer-top .container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 2rem;
}
.orbiblox-footer-row.footer-top * {
  color: var(--orbi-footer-top-text);
}
.orbiblox-footer-row.footer-top .widget {
  margin-bottom: 16px;
}
.orbiblox-footer-row.footer-top .widget:has(.wp-block-heading:last-child), .orbiblox-footer-row.footer-top .widget:last-child {
  margin-bottom: 0;
}
.orbiblox-footer-row.footer-top .wp-block-image a, .orbiblox-footer-row.footer-top .wp-block-image img {
  display: block;
}
.orbiblox-footer-row.footer-top ul.menu a:hover {
  color: var(--orbi-footer-top-link-color-hover);
}
.orbiblox-footer-row.footer-top ul.wp-block-social-links {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -1rem;
}
.orbiblox-footer-row.footer-top ul.wp-block-social-links li, .orbiblox-footer-row.footer-top ul.wp-block-social-links a, .orbiblox-footer-row.footer-top ul.wp-block-social-links span, .orbiblox-footer-row.footer-top ul.wp-block-social-links svg, .orbiblox-footer-row.footer-top ul.wp-block-social-links path {
  color: inherit;
  fill: currentColor;
  flex-shrink: 0;
}
.orbiblox-footer-row.footer-top ul.wp-block-social-links li {
  display: inline-block;
  border-radius: 4rem;
  margin: 0 1rem 1rem 0;
  overflow: hidden;
  transition: transform 0.3s ease;
}
.orbiblox-footer-row.footer-top ul.wp-block-social-links li:hover {
  transform: scale(1.1);
}
.orbiblox-footer-row.footer-top ul.wp-block-social-links li:last-child {
  margin-right: 0;
}
.orbiblox-footer-row.footer-top ul.wp-block-social-links li a {
  display: block;
  padding: 0.5rem;
  text-decoration: none;
}
.orbiblox-footer-row.footer-top ul.wp-block-social-links li a svg {
  display: block;
}
.orbiblox-footer-row.footer-top ul.wp-block-social-links.has-visible-labels a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5rem 1rem 0.5rem 0.8rem;
}
.orbiblox-footer-row.footer-top ul.wp-block-social-links.has-visible-labels a svg {
  display: inline-block;
  margin-right: 0.4em;
}
.orbiblox-footer-row.footer-bottom {
  padding: 16px 0;
  background-color: var(--orbi-footer-bottom-bg);
}
.orbiblox-footer-row.footer-bottom * {
  color: var(--orbi-footer-bottom-text);
}
.orbiblox-footer-row.footer-bottom .orbiblox-footer-icon {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 4px;
}
.orbiblox-footer-row.footer-bottom .orbiblox-footer-icon-text {
  color: #06F9B3;
  text-decoration: none;
}
.orbiblox-footer-row ul.menu,
.orbiblox-footer-row ul.footer-menu,
.orbiblox-footer-row ul.wp-block-social-links {
  list-style-type: none;
  padding: 0;
}
.orbiblox-footer .footer-top .orbiblox-footer-top-column {
  width: 100%;
}
@media only screen and (min-width: 800px) {
  .orbiblox-footer .footer-top .footer-top-columns-3 .orbiblox-footer-top-column {
    width: calc(33.333% - 2rem);
  }
}
@media only screen and (min-width: 1080px) {
  .orbiblox-footer .footer-top .footer-top-columns-4 .orbiblox-footer-top-column {
    width: calc(25% - 2rem);
  }
  .orbiblox-footer .footer-top .footer-top-columns-2 .orbiblox-footer-top-column {
    width: calc(50% - 1rem);
  }
}
@media only screen and (min-width: 580px) and (max-width: 1079.98px) {
  .orbiblox-footer .footer-top .footer-top-columns-4 .orbiblox-footer-top-column,
  .orbiblox-footer .footer-top .footer-top-columns-2 .orbiblox-footer-top-column {
    width: calc(50% - 1rem);
  }
}
.orbiblox-footer .footer-bottom .footer-bottom-columns-2 .footer-bottom-column-2 ul {
  display: flex;
  gap: 1.5rem;
  margin: 0;
}
.orbiblox-footer .footer-bottom .footer-bottom-columns-2 .footer-bottom-column-2 ul li {
  margin: 0;
}
.orbiblox-footer .footer-bottom .footer-bottom-columns-2 .footer-bottom-column-2 ul li:last-child {
  margin: 0;
}
.orbiblox-footer .footer-bottom .footer-bottom-columns-2 .footer-bottom-column-2 ul li a {
  display: block;
  text-decoration: none;
}
.orbiblox-footer .footer-bottom .footer-bottom-columns-2 .footer-bottom-column-2 ul li a svg {
  display: block;
  fill: var(--orbi-footer-bottom-text);
}
.orbiblox-footer .footer-bottom .footer-bottom-columns-2 .footer-bottom-column-2 ul li a:hover {
  color: var(--orbi-footer-bottom-link-color-hover);
}
.orbiblox-footer .footer-bottom .footer-bottom-columns-2 .footer-bottom-column-2 ul li a:hover svg {
  fill: var(--orbi-footer-bottom-link-color-hover);
}
@media only screen and (min-width: 580px) {
  .orbiblox-footer .footer-bottom .footer-bottom-columns-2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .orbiblox-footer .footer-bottom .footer-bottom-columns-2 .footer-bottom-column-2 .menu-footer-bottom-menu {
    text-align: right;
  }
}
@media only screen and (max-width: 579.98px) {
  .orbiblox-footer .footer-bottom .footer-bottom-columns-2 .footer-bottom-column-1 {
    margin-bottom: 1rem;
  }
}
