/* ================= FOOTER SOCIAL ICONS ================= */

.footer-content i {
  font-size: 20px;
}

.footer-content a {
  margin: 0 8px;
  color: white;
}

.footer-content a:hover {
  opacity: 0.8;
}


/* ================= 360px & 390px ONLY ================= */

@media (max-width: 390px) {

  /* Increase gap between "Single to Mingle" and copyright section */
  #footer-block-1 {
    padding-bottom: 20px !important;
  }

}