.site-footer {
  padding: 40px 0;
  background-color: #000;
  color: #fff;
}
@media only screen and (min-width: 992px) {
  .site-footer {
    padding: 35px 0 20px;
  }
}
.site-footer *:focus-visible {
  outline: #fff solid 2px;
}
.site-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-footer a {
  position: relative;
  font-size: 12px;
  color: #fff !important;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  line-height: 1;
}
@media only screen and (min-width: 1170px) {
  .site-footer a {
    font-size: 16px;
  }
}
.site-footer a:before {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  bottom: -3px;
  left: 0;
  background-color: #fff;
  transition: 0.45s ease-in-out;
}
@media (hover: hover) {
  .site-footer a:hover:before {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .site-footer .social-links {
    position: relative;
    bottom: 4px;
  }
}
.site-footer .social-links a {
  display: inline-block;
}
@media only screen and (max-width: 991px) {
  .site-footer .widget-1 {
    width: 100%;
  }
}
.site-footer .widget-1 img {
  width: 280px;
}
@media only screen and (min-width: 1170px) {
  .site-footer .widget-1 img {
    width: 325px;
  }
}
.site-footer .widget-1 a:before {
  content: none;
}
.site-footer .widget-2 {
  padding-top: 40px;
}
@media only screen and (max-width: 767px) {
  .site-footer .widget-2 {
    display: flex;
    justify-content: space-between;
    width: 98%;
    padding-top: 46px;
  }
}
.site-footer .widget-2 a {
  margin-bottom: 24px;
}
@media only screen and (min-width: 992px) {
  .site-footer .widget-3 {
    margin-left: 100px;
  }
}
.site-footer .widget-3, .site-footer .widget-4 {
  padding-top: 40px;
}
@media only screen and (max-width: 767px) {
  .site-footer .widget-3, .site-footer .widget-4 {
    padding-top: 10px;
  }
}
.site-footer .widget-3 li, .site-footer .widget-4 li {
  margin: 0;
}
.site-footer .widget-3 li a, .site-footer .widget-4 li a {
  display: inline-block;
  margin-bottom: 20px;
}
.site-footer .widget-3 li:last-of-type a, .site-footer .widget-4 li:last-of-type a {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .site-footer .widget-4 {
    flex: 1;
    padding-left: 84px;
  }
}
@media only screen and (min-width: 992px) {
  .site-footer .widget-4 {
    width: 18%;
  }
}
.site-footer .widget-5 {
  margin-top: 24px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #fff;
  opacity: 0.5;
}
@media only screen and (min-width: 992px) {
  .site-footer .widget-5 {
    margin-top: 62px;
  }
}
.site-footer .widget-5 .terms {
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .site-footer .widget-5 .terms {
    margin-bottom: 0;
  }
}
.site-footer .widget-5 a {
  margin-right: 8px;
  font-size: 12px;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .site-footer .widget-5 a:first-child {
    margin-right: 19px;
  }
}
@media only screen and (min-width: 400px) {
  .site-footer .widget-5 a {
    margin-right: 24px;
  }
}

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