/**
* Theme Name: Lasa Child
* Description: This is a child theme for Lasa
* Author: Thembay
* Author URI: https://thembay.com/
* Version: 1.0.6
* Template: lasa
*/


/*  [ Add your custom css below ]
- - - - - - - - - - - - - - - - - - - - */

#tbay-footer {
    display:  none !important;
}

.footer-custom {
    background-color: #171F2A !important;
}
.footer-custom .social-icon svg {
  transition: transform 0.2s, color 0.3s;
}

.footer-custom .social-icon:hover svg {
  transform: scale(1.2);
}

.footer-custom .social-icon.tiktok:hover {
  color: #ff0050;
}

.footer-custom .social-icon.facebook:hover {
  color: #1877f2;
}

.footer-custom .social-icon.instagram:hover {
  color: #e1306c;
}