/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/@wordpress/scripts/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/@wordpress/scripts/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./assets/src/public/footer/footer.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* Footer */
footer .footer-item-wrapper,
footer .footer-bottom-bar {
  display: flex;
  width: 90%;
  margin: 0 auto;
  flex-wrap: wrap;
}
footer .footer-item-wrapper {
  padding: 75px 0 50px 0;
}
footer .footer-bottom-bar {
  display: block;
}
footer .footer-item-wrapper h1,
footer .footer-item-wrapper h2,
footer .footer-item-wrapper h3,
footer .footer-item-wrapper h4,
footer .footer-item-wrapper h5,
footer .footer-item-wrapper h6 {
  margin-bottom: 10px;
}
footer:not(.widget-footer) .footer-item-col > div.footer-area-1 {
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 40px;
  line-height: 1.3em;
}

.footer-top-wrapper a,
.footer-bottom-wrapper a {
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
}

.footer-area-vertical-align {
  display: flex;
  align-items: center;
  height: 100%;
}

.footer-area .footer-logo {
  width: 80%;
}
.footer-area .footer-logo img {
  width: 100%;
  height: auto;
}

.footer-socials {
  margin-top: 10px;
}
.footer-socials .social-icon {
  font-size: 22px;
  margin-right: 5px;
  width: 22px;
  display: inline-block;
  text-align: center;
}

.footer-menu .sub-menu {
  padding-left: 10px;
}

@media (max-width: 980px) {
  footer.widget-footer .theme-col-3 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 768px) {
  footer.widget-footer .theme-col-3 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/*# sourceMappingURL=footer.css.map*/