@import url(../variables.css);

footer#footer {
  background-color: #000;
  color: #fff;
}

footer#footer p {
  color: #fff;
}

footer#footer .it-footer-small-prints a {
  color: #fff;
}

footer#footer a {
  color: var(--yellow);
}

footer#footer .social-menu {
  margin-top: 2rem;
}

footer#footer .social-menu a {
  margin-right: 16px;
  background: #ffb70c;
  width: 32px;
  height: 32px;
  border-radius:32px;
  display: inline-block;
}

.it-footer-small-prints a:hover,
.it-footer-small-prints a:hover:not(.disabled),
footer#footer .it-footer-small-prints a:hover {
  color: #fff;
}

footer#footer a:hover {
  color: var(--yellow_hover) !important;
}


footer#footer .custom-brand .logo {
  margin-bottom: 20px;
}

footer#footer .social-menu a {
  margin-right: 10px;
  transition: 0.2s ease;
}

footer#footer .social-menu a:hover {
  opacity: 0.7;
}

footer#footer .it-footer-small-prints,
footer#footer .it-footer-main {
  background-color: #000;
}

.it-footer-main {
  padding: 30px 0px;
}

.it-footer-small-prints {
  border-top: 1px solid #ccc;
}


@media (min-width:992px) {
  .footer-info br {
    display: none;
  }

  footer#footer p {
    color: #fff;
    margin-bottom: 5px;
  }

  .it-footer-main {
    padding: 30px 0px 10px 0px;
  }

  footer#footer .social-menu a {
    margin-right: 16px;
  }

  footer#footer .custom-brand {
    display: flex;
  }

  footer#footer .custom-brand .logo {
    margin-right: 50px;
  }

  footer#footer .social-menu {
    margin-top: 20px;
  }
}
