/**
 * Blog Fix CSS - Correção de Espaçamentos
 * Clube dos Cruzeiros
 */

/* Remove espaços em branco de posts individuais */
body.single-post main.transition {
    padding-top: 0 !important;
    margin-top: -2px !important;
}

body.single-post .banner-interno {
    margin-top: -2px !important;
    padding-top: 20px !important;
}

body.single-post .site-header {
    margin-bottom: 0 !important;
}

.site-header + * {
    margin-top: 0 !important;
}

/* Mobile */
@media (max-width: 768px) {
    body.single-post .banner-interno {
        margin-top: -1px !important;
        padding-top: 15px !important;
    }
}