/*
Theme Name: Ennlil Child
Theme URI: http://gossipthemes.com/ennlil
Author: Gossip Themes
Author URI: http://gossipthemes.com
Template: ennlil
Description: Make your modifications to Ennlil in this child theme.
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ennlil-child
Tags: two-columns, three-columns, four-columns, right-sidebar, custom-menu, featured-images, full-width-template
*/

/* =Theme customization starts here
------------------------------------------------------- */

.top-header-area.top-bar-three {
    display: none;
}

body .footer-top .container .row.custom-gutter {
    justify-content: space-around;
}

h6.theme_author_Title {
    font-size: 0;
}

h6.theme_author_Title:before {
    content: 'Autor:';
    font-size: 15px;
}

h4.theme_author__Name {
    font-weight: bold;
}

body .theme_author_Info * {
    color: #000000 !important;
}

.footer_one_Widget,
.footer_five_Widget {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.theme_blog_nav_Title a {
    color: #0a8656;
}

@media (max-width: 991px) {
    .footer_one_Widget,
    .footer_five_Widget,
    .footer_two_Widget,
    .footer_three_Widget,
    .footer_four_Widget {
        flex: 0 0 80% !important;
        max-width: 80% !important;
        text-align: center !important;
        justify-content: center;
        display: flex;
        flex-direction: column;
        align-content: center;
        align-items: center;
        margin-bottom: 20px;
    }

    .footer-top .footer-widget.widget {
        margin: 0;
    }
}
