/*
 Theme Name:   Tema4
 Description:  Tema4 Theme
 Author:       Bootscore
 Author URI:   https://bootscore.me
 Template:     bootscore
 Version:      6.0.0
 Requires at least: 5.0
 Tested up to: 6.6
 Requires PHP: 7.4
 License: MIT License
 License URI: https://github.com/bootscore/bootscore-child/blob/main/LICENSE
 Text Domain:  tema4-theme
*/

/* 
All style editing is done via /assets/scss/_bootscore_custom.scss
*/


.otgs-development-site-front-end {
    display: none;
}

.entry-footer .pagination {
    margin-top: 3rem !important;
}



body.blog, body.archive, body.page-template-template-prossimi-eventi, body.page-template-template-archivio-eventi {
    background-color: #f7f7f7;
}

.search .searchform .form-control {
    margin: 0;
}

.feature-box.feature-box-dark-hover:hover .feature-box-icon img {
    filter: brightness(0) invert(1);
}