/*!
Theme Name:  Wikicuida-Theme
Author:      Wcom
Author URI:  https://www.wcom.pt
Description: Tema desenvolvido para o base de conhecimento Wikicuida
Version:     1.0.0
License:     GNU General Public License v3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Template:    page-builder-framework
Text Domain: page-builder-framework-child
*/


/* MENU */
.wpbf .wpbf-menu-right .wpbf-menu a {
    padding: 5px 20px;
}

.wpbf .wpbf-menu-right .wpbf-menu .wiki-button a {
    background-color: #F28877;
    border-radius: 20px;
}

.wpbf .wpbf-menu-right .wpbf-menu .wiki-button a:hover {
    background-color: #FFBB67;
    color: #FFF;
}

.wpbf .wpbf-menu-right .wpbf-menu .wiki-button.current-menu-item a {
    color: #393D5A !important;
    background-color: #FFBB67;
}

.wpbf .wpbf-menu-right .wpbf-menu .wiki-button.current-menu-item a:hover {
    color: #393D5A !important;
    background-color: #FFBB67;
    background-color: #F28877;
}


/* BBPress */
.home .bpress-search-submit input[type="submit"] {
    background-color: #f28877;
}

.home .bpress-search-submit input[type="submit"]:hover {
    background-color: #d46a59;
}

/* Contact Form 7 */
.wpbf-como-contribuir .wpbf-button, input[type=submit] {
    display: flex;
    margin: 0 auto;
    color: #fff;
}

/* Image-Box 
.elementor-15 .elementor-element .elementor-image-box-img img {
    box-shadow: 0px 5px 15px 5px rgb(0 0 0 / 30%);
}*/


/* Footer */
.elementor-kit-57 .wpbf-inner-footer a {
    color: #ffbb67;
}