/*!
Theme Name: Hirvakka
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: KMG Turku
Author URI: https://www.kmgturku.fi
Description: A child theme for the Kadence Theme.
Version: 1.0.0
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: kadence-child
*/

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

/* html:has(#main .kb-navigation) {
    scroll-behavior: smooth;
} */


/* Divider */
.kt-block-spacer {
    margin-bottom: 34px;
}

.kb-row-layout-wrap {
    .wp-block-list {
        padding-left: 24px;
        margin: 10px 0;
    }    
}

/* Navigation for accordion */

/* .wp-block-kadence-pane::before {
    content: '';
    display: block;
    height:      175px;
    margin-top: -175px;
    visibility: hidden;
  } */

#main .kb-navigation .wp-block-kadence-navigation-link.current-menu-item a {
    text-decoration: underline !important;
}