/**
* Theme Name: Homlane Child
* Description: This is a child theme of Homlane, generated by Merlin WP.
* Author: <a href="http://themeforest.net/user/theme_arc">Theme Arc</a>
* Template: homlane
* Version: 1.6
*/
/* Force footer visible no matter what */
footer, 
#footer, 
.site-footer, 
.footer, 
.footer-area, 
.footer-wrapper, 
.colophon {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  height: auto !important;
  min-height: 50px !important;
  position: relative !important;
  bottom: auto !important;
  z-index: 9999 !important;
}

/* In case some wrapper hides children */
footer * {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
