/*
Theme Name: Maggz Child
Theme URI: http://maggz.edge-themes.com
Description: A child theme of Maggz Theme
Author: Select Themes
Author URI: http://themeforest.net/user/select-themes
Version: 1.0.0
Text Domain: maggz
Template: maggz
*/

.widget.qodef-prominent-posts-widget li .qodef-popular {
    color: #FFD700 !important;
}

.admin-bar .qodef-sidebar-holder {
    top: 0 !important;
}

.qodef-post-read-more-button{
    display:none !important;
}

/* Cor normal do texto e da seta */
.qodef-blog-single-navigation .qodef-blog-single-prev .qodef-blog-single-nav-label,
.qodef-blog-single-navigation .qodef-blog-single-prev .qodef-blog-single-nav-mark,
.qodef-blog-single-navigation .qodef-blog-single-next .qodef-blog-single-nav-label,
.qodef-blog-single-navigation .qodef-blog-single-next .qodef-blog-single-nav-mark{
    color: #fff !important;
}

/* Cor do texto e da seta ao passar o mouse */
.qodef-blog-single-navigation .qodef-blog-single-prev:hover .qodef-blog-single-nav-label,
.qodef-blog-single-navigation .qodef-blog-single-prev:hover .qodef-blog-single-nav-mark,
.qodef-blog-single-navigation .qodef-blog-single-next:hover .qodef-blog-single-nav-label,
.qodef-blog-single-navigation .qodef-blog-single-next:hover .qodef-blog-single-nav-mark{
    color: #d2ff00 !important;
}



/* Fundo normal */
.qodef-social-icons-widget.qodef-square-icons .qodef-social-icon-widget-holder{
    background-color: #000 !important;
}

/* Ícone normal */
.qodef-social-icons-widget .qodef-social-icon-widget-holder,
.qodef-social-icons-widget .qodef-social-icon-widget-holder .qodef-social-icon-widget{
    color: #fff !important;
}

/* Fundo ao passar o mouse */
.qodef-social-icons-widget.qodef-square-icons .qodef-social-icon-widget-holder:hover{
    background-color: #d2ff00 !important;
}

/* Ícone ao passar o mouse */
.qodef-social-icons-widget .qodef-social-icon-widget-holder:hover,
.qodef-social-icons-widget .qodef-social-icon-widget-holder:hover .qodef-social-icon-widget{
    color: #d2ff00 !important;
}




/* Estado normal */
.qodef-slick-carousel .qodef-next-icon,
.qodef-slick-carousel .qodef-prev-icon{
    color: #fff !important;
    background-color: #000 !important;
}

/* Estado ao passar o mouse */
.qodef-slick-carousel .qodef-next-icon:hover,
.qodef-slick-carousel .qodef-prev-icon:hover{
    color: #000 !important;
    background-color: #d2ff00 !important;
}

/* Também altera a animação do preenchimento */
.qodef-slick-carousel .qodef-next-icon:hover:after,
.qodef-slick-carousel .qodef-prev-icon:hover:after{
    background-color: #d2ff00 !important;
}





/* Instagram e LinkedIn */
.qodef-author-social-icons a {
    color: #000 !important; /* cor normal */
    transition: color .3s ease;
}

.qodef-author-social-icons a:hover {
    color: #FF0000 !important; /* cor ao passar o mouse */
    
}



/* Esse é o que funcionou

.qodef-sticky-header .qodef-login-dropdown,
.qodef-menu-area.qodef-sticky-header .qodef-login-dropdown,
.qodef-menu-area.fixed .qodef-login-dropdown {
    visibility: hidden !important;
    opacity: 0 !important;
    display: none !important;
}  */

.qodef-sticky-header .qodef-login-dropdown,
.qodef-menu-area.qodef-sticky-header .qodef-login-dropdown,
.qodef-menu-area.fixed .qodef-login-dropdown {
    visibility: hidden !important;
    opacity: 0 !important;
    display: none !important;
}

.qodef-menu-area.fixed .qodef-position-right-inner,
.qodef-menu-area.qodef-sticky-header .qodef-position-right-inner {
    transform: translateY(3px);
}








/* Botão Entrar normal */
.qodef-login-button-holder button.qodef-btn.qodef-btn-solid.qodef-btn-default {
    background-color: #000 !important;
    border-color: #000 !important;
}

.qodef-login-button-holder button.qodef-btn.qodef-btn-solid.qodef-btn-default .qodef-btn-text {
    color: #fff !important;
}

/* Hover */
.qodef-login-button-holder button.qodef-btn.qodef-btn-solid.qodef-btn-default:hover {
    background-color: #197e9a !important;
    border-color: #197e9a !important;
}

.qodef-login-button-holder button.qodef-btn.qodef-btn-solid.qodef-btn-default:hover .qodef-btn-text {
    color: #fff !important;
}



/* Ícone de login - hover */
.qodef-login-register-widget.qodef-user-not-logged-in .qodef-login-opener:hover,
.qodef-login-register-widget.qodef-user-not-logged-in .qodef-login-opener:hover:before {
    color: #197e9a !important;
}

/* Menu hambúrguer - cor normal */
.qodef-fm-lines .qodef-fm-line {
    background-color: #000 !important;
    transition: background-color .3s ease;
}

/* Menu hambúrguer - hover */
.qodef-fm-lines:hover .qodef-fm-line {
    background-color: #197e9a !important;
}

/* Pesquisa - hover */
.qodef-icon-font-awesome.fa-search {
    color: #000 !important;
    transition: color .3s ease;
}

.qodef-icon-font-awesome.fa-search:hover {
    color: #197e9a !important;
}