/*
Theme Name: Théâtre Montreux Riviera Theme
Template: twentytwentyfive
Author: Bjarne Sorensen
Description: A custom child theme of Twenty Twenty Five for Theatre TMR
Requires at least: 6.4
Tested up to: 6.4
Requires PHP: 8.0
Version: 1.0
Text Domain: tmr
*/

.btn-clear a{
    background-color: var(--wp--preset--color--base) !important;
}

.btn-clear a:hover{
    background-color: var(--wp--preset--color--contrast) !important;
}

.img-full-height,
.img-full-height img{
    height:100%;
}

.stkp-accordion-block{
    margin-top:0px;
}

.stkp-accordion__item{
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: var(--wp--preset--color--contrast);
}

.stkp-accordion__title-group,
.stkp-accordion__panel{
    padding-left:var(--wp--preset--spacing--30);
}

.stkp-accordion__item.is-active .stkp-accordion__title {
    color: var(--wp--preset--color--contrast);
    font-family:var(--wp--preset--font-family--andada-pro);
    font-size:var(--wp--preset--font-size--x-large);
    font-style:italic;
    font-weight:400;
    text-transform:uppercase;
}

@media (max-width:781px){
    .header-title{
        display:none;
    }
     .wp-block-column{
        border-right: none !important;
    }
}
