/*
Theme Name:     Foxiz child
Template:      	foxiz
Theme URI:      https://foxiz.themeruby.com
Author:         Theme-Ruby
Author URI:     https://themeforest.net/user/theme-ruby/portfolio/
Description:    Make your modifications to Foxiz in this child theme.
Version:        1.0
Tags:           custom-background, custom-menu, featured-images, theme-options, custom-colors, translation-ready, threaded-comments, translation-ready
License:        Themeforest Licence
License URI:    https://themeforest.net/licenses/standard
*/

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

/* Logo y fecha de la marquesina */
.meta-author, .meta-avatar{
	display: none;
}

.logo-sec .logo-sec-center {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
}

.logo-sec .logo-sec-center .logo-wrap {
    flex: 0 0 auto;
}

.logo-sec .fecha-actual {
    display: block !important;
    width: 100%;
    margin-top: 3px;
    font-size: 13px;
    line-height: 1.2;
    color: #333;
    text-align: center;
    white-space: nowrap;
}

/* Fecha debajo del logo móvil */
@media (max-width: 1024px) {
    .mbnav {
        min-height: 82px;
        height: auto !important;
    }

    .mbnav .navbar-center {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        align-self: stretch;
    }

    .mbnav .mobile-logo-wrap {
        flex: 0 0 auto;
        line-height: 0;
    }

    .mbnav .fecha-actual-mobile {
        display: block !important;
        width: 100%;
        margin-top: 3px;
        font-size: 12px;
        line-height: 1.2;
        color: #333;
        text-align: center;
        white-space: nowrap;
    }
}