/*
    - Name: "footer.scss"
    - Description: "Add custom styles to Footer layout"
*/
/* @mixin button($background, $font) {
  position: relative;
  display: flex;
  place-content: center center;
  align-items: center;
  align-self: center;
  width: fit-content;
  padding: 10px 24px;
  border: 1px solid $background;
  border-radius: 100px;
  background-color: $background;
  color: $font !important;
  text-decoration: none;

  &::before {
    content: '\e90d';
    z-index: 2;
    display: inline-block;
    margin-right: 20px;
    color: $font;

    @include icomoon(16px);

  }
  &::after {
    content: '\e90e';
    z-index: 2;
    display: inline-block;
    margin-left: 20px;
    color: $font;

    @include icomoon(16px);
  }

  &:hover {
    border: 2px solid $primary-color;
    font-weight: bold;
    //transition: 0.25s ease-in-out;
  }

  &:disabled {
    border: 1px solid $primary-gray;
    background-color: $primary-gray;
    color: $primary-gray;

  }
} */
.footer {
  position: relative;
  background-color: transparent;
}
.footer_bg svg {
  position: relative;
  top: 1px;
  display: block;
  fill: var(--black);
}
.footer_container {
  padding: 40px 0;
  background-color: var(--black);
}
.footer_container .container {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.footer_container .container .footer_top {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding-bottom: 40px;
  border-bottom: 1px solid var(--white);
}
@media (min-width: 768px) {
  .footer_container .container .footer_top {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}

/*
    - Name: "pre-footer.scss"
    - Description: "Add custom styles to prefooter logos"
*/
.pre-footer {
  margin: 80px 0;
}
.pre-footer .content {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
.pre-footer .content .field--name-field-title {
  width: 100%;
  margin-bottom: 40px;
  text-align: center;
}
.pre-footer .content .field--name-field-images {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .pre-footer .content .field--name-field-images {
    gap: 60px;
  }
}
.pre-footer .content .field--name-field-images .field__item img {
  width: auto;
  height: 30px;
}
@media (min-width: 768px) {
  .pre-footer .content .field--name-field-images .field__item img {
    height: 40px;
  }
}
@media (min-width: 1200px) {
  .pre-footer .content .field--name-field-images .field__item img {
    height: 50px;
  }
}

/*
    - Name: "menu-footer.scss"
    - Description: "Add custom styles to Breadcrumb block"
*/
.footer_bottom .nav .nav-item {
  width: 100%;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .footer_bottom .nav .nav-item {
    width: 33%;
    margin-bottom: 0;
  }
}
.footer_bottom .nav .nav-item:last-child {
  margin-bottom: 0;
}
.footer_bottom .nav .nav-item > .nav-link {
  margin-bottom: 20px;
  font-size: 1.25rem;
  line-height: 1.875rem;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-optical-sizing: auto;
}
.footer_bottom .nav .nav-item .flex-column {
  display: flex;
  gap: 20px;
}
.footer_bottom .nav .nav-item .flex-column > .nav-item {
  width: 100%;
  margin-bottom: 0;
}
.footer_bottom .nav .nav-item .flex-column > .nav-item .nav-link {
  margin-bottom: 0;
  font-size: 0.9375rem;
  line-height: 1.4375rem;
  text-decoration: underline;
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-optical-sizing: auto;
}
.footer_bottom .nav .nav-item .flex-column > .nav-item .nav-link:hover {
  color: var(--white);
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-optical-sizing: auto;
}
.footer_bottom ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
}
.footer_bottom a {
  padding: 0;
  color: var(--white);
}
.footer_bottom a:hover, .footer_bottom a:focus {
  color: var(--white);
}

/*
    - Name: "menu-footer-rrss.scss"
    - Description: "Add custom styles to footer social"
*/
.menu--menu-footer-rrss {
  padding: 0;
}
.menu--menu-footer-rrss .nav {
  display: flex;
  gap: 40px;
}
.menu--menu-footer-rrss .nav::after {
  display: none;
}
.menu--menu-footer-rrss .nav .nav-link {
  display: flex;
  align-items: center;
  padding: 0 2px;
  color: var(--white);
  font-size: 0;
  transition: all 0.5s ease-in-out;
}
.menu--menu-footer-rrss .nav .nav-link:hover {
  opacity: 0.5;
}
.menu--menu-footer-rrss .nav .nav-link::before {
  font-family: "icomoon";
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  font-size: 1.375rem;
  line-height: 1;
  text-transform: none;
  speak: none;
  font-display: swap;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none;
}
.menu--menu-footer-rrss .nav .nav-link.twitter::before {
  content: "\e905";
}
.menu--menu-footer-rrss .nav .nav-link.pinterest::before {
  content: "\e904";
}
.menu--menu-footer-rrss .nav .nav-link.facebook::before {
  content: "\e902";
}
.menu--menu-footer-rrss .nav .nav-link.instagram::before {
  content: "\e903";
}
.menu--menu-footer-rrss .nav .nav-link.youtube::before {
  content: "\e906";
}
.menu--menu-footer-rrss .nav .nav-link.flickr::before {
  content: "\e91a";
}
.menu--menu-footer-rrss .nav .nav-link.rss::before {
  content: "\e91b";
}

/*
    - Name: "menu-footer-legal.scss"
    - Description: "Add custom styles to footer legall"
*/
.footer_legal {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.footer_legal .footer_legal-copyright .text-formatted p {
  margin-bottom: 0;
  color: var(--white);
  font-size: 0.8125rem;
  line-height: 1.125rem;
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-optical-sizing: auto;
}
.footer_legal .footer_legal-menulegal {
  width: 100%;
}
.footer_legal .footer_legal-menulegal .nav {
  gap: 20px;
}
@media (min-width: 992px) {
  .footer_legal .footer_legal-menulegal .nav {
    gap: 60px;
  }
}
.footer_legal .footer_legal-menulegal .nav a {
  padding: 0;
  color: var(--white);
  font-size: 0.8125rem;
  line-height: 1.125rem;
  text-decoration: underline;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-optical-sizing: auto;
}
/*# sourceMappingURL=footer.css.map */
