/*
Theme Name: knowledgedesk Child
Theme URI: https://themeforest.net/user/xenioushk/portfolio
Author: Md Mahbub Alam Khan
Description: This is a child theme for knowledgedesk
Version: 20190213-1.1.3
Author URI: http://bluewindlab.net
Template: knowledgedesk
Text Domain: knowledgedesk-child
*/

/* Add your custom css below */
#content{
    padding-top: 0;
}

.post-navigation{
    display: none !important;
}

.qrcode_custom{
    border-radius: 5%;
}

.kbcat-trova-occupazione{
    .page-breadcrumb{
        color:rgb(244 127 191) !important;

    }
    .breadcrumb-container .page-breadcrumb a 
    {
        color:rgb(244 127 191) !important;
    }

    .wp-element-button{
        color: white !important;
        background-color: rgb(244 127 191) !important;
    }

    .accordion-item__toggle > span{
        color:rgb(244 127 191);
    }

}

.accordion-item__toggle{
    border-top: 1px solid #e5e5e5 !important;
}

@media (min-width: 576px) {
    .accordion-item__toggle > span {
        font-size: 1.125rem;
    }
}

.accordion-item__toggle > span {
    font-size: 1rem;
    padding: 1rem;
}

.accordion-item__toggle > span:hover {
    text-decoration: underline;
}

.wp-block-woocommerce-accordion-group{
    border-bottom: 1px solid #e5e5e5 !important;
}

.site-logo{
	max-width: 150px;
}

.has-icon-chevron{
    color: black !important;
}

.accordion-item__toggle-icon{
    padding: 0 !important;
    height: 50% !important;
    font-size: 1.125rem !important;
}

.accordion-item__toggle-icon:hover{
    text-decoration: none;
}

.wp-block-woocommerce-accordion-panel{
    padding-left: 1rem;
    padding-right: 1rem;
}

/* HEADER PERSONALIZZATO */
#custom-header {
    background: #fff;
    border-bottom: 1px solid #eee;
    padding: 10px 0;
}

#custom-header img {
    max-height: 65px;
}

.it-header-center-wrapper .it-brand-title {
    font-size: 22px;
    font-weight: 600;
    color: #FFF;
}

.it-header-center-content-wrapper-mobile {
    padding-top: 10px;
}

.it-header-center-content-wrapper-desktop {
    align-items: center;
    padding: 15px 0;
}

.it-header-center-wrapper{
    background-color: #003366;
}

.kiosk-btn-back{
    max-width: 8%;
    background: none;
    border: none;
}

.kiosk-nav-bar{
    z-index: 10;
}

.wpconsent-powered-by{
    display: none;
}

.highlight-layout-1 h2:after{
    background-color: #000080;
}

h2.bwl-kb-category-title:after{
    background-color: #000080;
}

h2.bkb-box-style-category-title, span.bkb-icon-container, h2.bwl-kb-category-title a{
    color: #000080 !important;
}

.breadcrumb-container h1{
    font-size: 30px;
}