/*
Theme Name:     The Fox Child
Theme URI:      https://themeforest.net/item/the-fox-contemporary-magazine-theme-for-creators/11103012
Description:    Child theme for The Fox Theme
Author:         Your name here
Author URI:     https://themeforest.net/user/withemes/portfolio/
Template:       fox
Version:        1.0
Tags:           custom-menu, featured-images, theme-options, custom-colors, translation-ready, threaded-comments
License:        Themeforest Licence
License URI:    https://themeforest.net/licenses/standard
*/

/* Your CSS code goes here
-------------------------------------- */

.site-description.slogan.site-tagline {
    margin-top: -21px;
}

/*
 * Mobile-only reorder: "Bico" is duplicated (mobilebico-heading / mobilebico-list,
 * inserted in theme_mods right after "Destaques" and before "Bastidores" in
 * column A's content array) so it can appear earlier in the mobile stacking
 * order, since the builder has no native per-breakpoint reorder option.
 * Desktop keeps the original sidebar "Bico" block (widget56--id--3 / --id--2)
 * untouched; each copy is hidden on the breakpoint it doesn't belong to.
 */
@media only screen and (min-width: 601px) {
    .mobilebico-heading,
    .mobilebico-list {
        display: none !important;
    }
}
@media only screen and (max-width: 600px) {
    .widget56--id--3,
    .widget56--id--2 {
        display: none !important;
    }
}