@font-face {
  font-family: "FooterIcons";
  src: url("font/fontawesome-webfont.woff?v=3.2.1") format("woff");
  font-display: swap;
  font-style: normal;
  font-weight: normal;
}

footer#footer.site-footer {
  background: #666;
  color: #fff;
  padding: 8px 0;
}

footer#footer.site-footer .footer-row {
  display: flex;
  align-items: center;
  min-height: 48px;
}

footer#footer.site-footer ul.socicals {
  margin: 0;
  padding: 0 !important;
  text-align: left;
}

footer#footer.site-footer ul.socicals li {
  display: inline-block;
}

footer#footer.site-footer ul.socicals li a {
  color: #fff !important;
  font-size: 18px;
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  text-decoration: none;
}

footer#footer.site-footer .icon-youtube::before {
  content: "\f167";
  font-family: "FooterIcons";
  font-style: normal;
  font-weight: normal;
}

footer#footer.site-footer #copyright {
  margin: 0;
  color: #fff;
  font-size: 11px;
  line-height: 1.6;
  text-align: right;
}

footer#footer.site-footer #copyright a {
  color: #fff !important;
  text-decoration: none;
}

footer#footer.site-footer a:hover,
footer#footer.site-footer a:focus-visible {
  text-decoration: underline;
}

@media (max-width: 767px) {
  footer#footer.site-footer {
    padding: 14px 0;
  }

  footer#footer.site-footer .footer-row {
    display: block;
    margin: 0;
  }

  footer#footer.site-footer .footer-social,
  footer#footer.site-footer .footer-legal {
    float: none;
    width: 100%;
    padding: 0;
  }

  footer#footer.site-footer ul.socicals,
  footer#footer.site-footer #copyright {
    text-align: center;
  }

  footer#footer.site-footer #copyright {
    padding-top: 6px;
  }
}
