.bellButton > svg > path {
    stroke: #616c70 !important;
}

@media screen and (max-width:768px) {
.bellButton {
    display: block !important;
    position: absolute !important;
    top: 17px !important;
    left: 65px !important;
}
.bellButton > svg > path {
    stroke: #000 !important;
}
.bellPanel {
    left: -50px !important;
}
div#pushouseWeekly {
bottom: 55px !important;
}
}