/* *******************************************************************
  ==== SUMMARY ====
  - EMAIL AND PHONE
  - COPYRIGHT
  - LEGAL AND QUICK MENU
  - NEWSLETTER
******************************************************************* */

/* ===================================================================
  EMAIL AND PHONE
=================================================================== */

.wg-btn-footer-contact a,
.wg-btn-footer-contact a:hover,
.wg-btn-footer-contact a:active,
.wg-btn-footer-contact a:focus {
  margin: 0 !important;
  border-width: 0 !important;
  border-color: transparent !important;
  background-color: transparent !important;
  padding: 0 !important;
}

.wg-btn-footer-contact a:hover {
  color: #007bff !important;
}

.wg-btn-footer-contact a:hover .btn-text:after {
  text-decoration: 2px underline solid #007bff !important;
}

/* ===================================================================
  COPYRIGHT
=================================================================== */

.wg-btn-footer-copyright a:hover {
  text-decoration: 2px underline solid #fff !important;
}

/* ===================================================================
  LEGAL AND QUICK MENU
=================================================================== */

.wg-footer-link-legal a span:hover,
.wg-footer-quick-menu a span:hover {
  color: #007bff !important;
  text-decoration: 2px underline solid #007bff !important;
}

/* ===================================================================
  NEWSLETTER
=================================================================== */

.wg-footer-newsletter-form .child-2 {
  margin-top: 5px !important;
  color: red !important;
  font-size: 0.8rem;
}

.wg-footer-newsletter-form-input input {
  border: 2px solid #007bff !important;
  border-radius: 10px 0 0 10px !important;
}

.wg-footer-newsletter-form-button input,
.wg-footer-newsletter-form-button span {
  border: 2px solid #007bff !important;
  background-color: #007bff !important;
}

.wg-footer-newsletter-form-button input {
  color: #fff !important;
}

.wg-footer-newsletter-form-button span {
  display: none;
}

.wg-footer-newsletter-form-button:hover input {
  background-color: transparent !important;
  color: #000 !important;
}
