/*
Theme Name: Goya Child Theme
Template: focus-theather-theme
Author: vueloIV
Author URI: https://www.vueloiv.com
Theme URI: https://www.vueloiv.com
Text Domain: seic-theater-theme
Requires at least: 6.0
Requires PHP: 7.4
Tested up to: 6.0
Version: 7.0.78

*/



.button, .button.primary, button.primary {
    background: var(--wp--preset--color--primary);
    border-color: var(--wp--preset--color--primary);
}

.button, .button.disabled, .button.disabled:focus, .button.disabled:hover, .button[disabled], .button[disabled]:focus, .button[disabled]:hover {
    background: var(--wp--preset--color--primary);
    border-color: var(--wp--preset--color--primary);
}

.button.hollow {
    border: 1px solid var(--wp--preset--color--primary);
    color: var(--wp--preset--color--primary);
}
.button:hover {
   background: var(--wp--preset--color--primary-darker);
    border-color: var(--wp--preset--color--primary-darker);
}

.footer ul.menu.standout>li.button.hollow a,
.footer ul.menu.standout>li.button.clear a {
    color: var(--wp--preset--color--primary)!important;
}

.footer ul.menu.standout>li.button.hollow svg,
.footer ul.menu.standout>li.button.clear svg {
    fill: var(--wp--preset--color--primary)!important;
    color: var(--wp--preset--color--primary)!important;
}

.button.clear, .button.clear.disabled, .button.clear.disabled:focus, .button.clear.disabled:hover, .button.clear[disabled], .button.clear[disabled]:focus, .button.clear[disabled]:hover {
    color: var(--wp--preset--color--primary);
}
.button.clear:hover {
  color: var(--wp--preset--color--primary-darker);
}


a {
    color: var(--wp--preset--color--primary);
}
a:hover,
a:focus {
        color: var(--wp--preset--color--primary-darker);
    }

.sticky.is-at-top.is-stuck ul.menu li a.is-active {
   color: var(--wp--preset--color--primary)!important;
}

.espectacle-query__item .badget_ultimes {
    background-color: #fff;
    color: var(--wp--preset--color--primary)!important;
    border: 3px solid var(--wp--preset--color--primary)!important;
}


.button-group.filters-button-group .button.is-checked, .button-group.filters-button-group .button:active {
    color: var(--wp--preset--color--primary)!important;
    background: var(--wp--preset--color--primary-pale)!important;
}

.cky-switch input[type="checkbox"]:checked {
    background: var(--wp--preset--color--primary)!important;
}