{# =============== CSS Styling =============== #}
{% require_css %}
  <style>

.hubdew-footer-logo.default .Foot_upload {
    display: none;
}
.hubdew-footer-logo.Customlogo .default_footlogo{ display: none; }
.hubdew-footer .hubdew-footer-social-icons svg {
    width: 25px;
    height: 100%;
    
}
.hubdew-footer-social-icons a:first-child svg {
    width: 12px;
}
 </style>

{% end_require_css %}