/**
 * Theme Name: itlab Child
 * Description: Child theme for the itlab
 * Author: LineThemes
 * Template: itlab
 */

 /* Mobile styling updates */
 @media only screen (max-width: 767px) {
    .logoFooter img {
        max-width: 200px;
     }
  }

/* Footer widget top padding */
.site-footer .footer-widgets .footer-aside-wrap aside {
  padding: 0 15px 20px 15px;
}