/*
Theme Name: SmartMag Child
Theme URI: https://smartmag.theme-sphere.com/
Description: A child theme of SmartMag
Author: ThemeSphere
Author URI: https://theme-sphere.com
Template: smart-mag
Version: 1.1
*/
/* Hide newsletter */
.block-newsletter, .spc-newsletter, .smartmag-newsletter {
    display: none !important;
}

/* Hide closed comments notice */
.comments-area, .comment-respond, .nocomments, .comments-closed {
    display: none !important;
}

/* Logo fill header - remove padding */
.smart-head-mid .logo-wrap,
.smart-head-mid .logo-wrap a,
.smart-head-mid .logo-wrap img {
    padding: 0 !important;
    margin: 0 !important;
    max-height: 220px !important;
    height: 100% !important;
    object-fit: contain;
}
.smart-head-mid .ts-contain {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
