/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

@media only screen and (max-width: 600px) {
 .img_bell {
    margin-top: -60px;
    margin-left: -50px;
    margin-bottom: -50px;
    display: none;
}

.newsletter-wrapper .col-md-4 {
    display: none;
}
section.newsletter-wrapper.sd {
    padding-bottom: 25px;
    padding-top: 25px !important;
}
}