/*
Theme Name: Donovan Child
Theme URI: https://themezee.com/themes/donovan/
Template: donovan
Author: ThemeZee
Author URI: https://themezee.com
Description: Donovan is a flexible, yet easy-to-use blogging theme with a clean and modern design. It features an elegant mobile-first design, three different blog layouts and extensive post settings. Donovan is perfect for your personal blog or for any content-focused website.
Tags: two-columns,blog,news,custom-background,custom-logo,custom-header,custom-menu,grid-layout,entertainment,editor-style,block-styles,rtl-language-support,featured-image-header,featured-images,flexible-header,custom-colors,full-width-template,sticky-post,threaded-comments,translation-ready,theme-options,one-column,left-sidebar,right-sidebar,three-columns
Version: 1.9.2.1783734348
Updated: 2026-07-10 20:45:48

*/
/* Centralizar rodapé - Donovan */
#colophon,
.site-footer,
.site-info,
.footer-navigation,
.footer-navigation ul {
    text-align: center !important;
    justify-content: center !important;
    display: block !important;
}

.footer-navigation ul {
    display: flex !important;
    justify-content: center !important;
    flex-wrap: wrap !important;
    padding: 0 !important;
}

.footer-navigation li {
    display: inline-block !important;
}



















/* Centralizar rodapé - Donovan */
#colophon,
.site-footer,
.site-info,
.footer-navigation,
.footer-navigation ul {
    text-align: center !important;
    justify-content: center !important;
    display: block !important;
}

.footer-navigation ul {
    display: flex !important;
    justify-content: center !important;
    flex-wrap: wrap !important;
    padding: 0 !important;
}

.footer-navigation li {
    display: inline-block !important;
}

/* Cabeçalho: logo + texto lado a lado */
.site-branding {
    display: flex !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    gap: 30px !important;
}

/* Texto "Trusted Reviews..." maior, mais grosso e ao lado da logo */
.site-description {
    font-size: 22px !important;
    font-weight: 700 !important;
    line-height: 1.4 !important;
    max-width: 680px !important;
    margin: 0 !important;
    color: #333333 !important;
}