/*
Theme Name: Vibenews Child
Theme URI: http://gossipthemes.com/vibenews
Author URI: http://gossipthemes.com
Template: vibenews
Description: Make your modifications to Vibenews in this child theme.
Version: 2.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: vibenews-child
Tags: two-columns, three-columns, four-columns, right-sidebar, custom-menu, featured-images, full-width-template
*/


/* =Theme customization starts here
------------------------------------------------------- */

header.custom-header-two,
div.theme-logo-area {
    background-color: #fff;
}

.custom-header-two .nav-menu-wrapper .mainmenu ul li a {
    color: #000;
}

.theme-navigation-area {
    position: relative;
    border-bottom: none;
    margin-bottom: 20px;
    padding: 0;
}

.nav-menu-wrapper .mainmenu ul>li:hover>a::before,
.backto {
    background-color: #0e4194 !important;
}

.backto a {
    color: #fff;
    ;
}

.slider-meta-left-author img {
    width: 60px !important;
    height: 60px !important;
    max-width: none !important;
    object-fit: cover !important;
    /* mantém a proporção */
    border-radius: 50% !important;
    /* ou 100% */
}

/* Content */
body > div.body-inner-content > section#main-content {
    background-color: #ffffff !important;
}

/* Footer */
.footer-border {
    display: none;
}

.footer-top-logo a img.img-fluid {
    max-width: 40%;
}

/* Glossário */
body .glossario_page :not(i),
body .tax-alfabeto :not(i),
body .page-template-template-page-glossario :not(i),
.enwp-menu-letras-alfabeto li a {
    font-family: "Oswald" !important;
}

body .glossario_page :not(i),
body > div.body-inner-content > section {
    background-color: #0e4194 !important;
}
a.enwp-glossario-buttom {
    border-radius: 0;
}