/*
Theme Name: Newscrunch Child
Description: Child Theme 
Author: grutig
Author URI: http://www.hamlinux.it/
Template: newscrunch
Version: 0.1
*/

@import url("../newscrunch/style.css");

.page-nav-buttons a {
    background: rgb(102, 156, 155);
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 700;
}
.page-nav-buttons a:hover {
    color: yellow;

}
.wp-block-search__label {
    display: none;
}

ul.zccp {
    padding: 10px;
    font-weight: 700;
}

@media (min-width: 1101px) {
  .header-2 .collapse.spnc-collapse {
    flex: 0 1 70%;
  }
}

.spnc-widget-toggle {
  display: none;
}
