/* BUTTONS */
.rfw-primary-button, .rfw-primary-button:hover {
    border: 0 !important;
    text-transform: uppercase;
    background-color: var(--e-global-color-7509779) !important;
    font-family: "Roboto", Sans-serif;
    font-weight: 500 !important;
    fill: var(--e-global-color-secondary);
    color: var(--e-global-color-secondary) !important;
}
/* ARCHIVE STYLE */
/* Selettore ambiti */
.elementor-menu-toggle {
    padding-left: 0.7rem !important;
}
.elementor-menu-toggle i.elementor-menu-toggle__icon--open {
    min-width: 15px;
    text-align: center;
}
/* Separatore titolo h1 archivi eventi */
.rfw-event-color-primary {
    color: var(--e-global-color-primary);
}
.rfw-title-separator {
    margin: 0 10px;
    display: inline-block;
}
/* SEARCH FORM */
.rfw-search-form .elementor-search-form__container {
    min-height: 40px;
    border-radius: 3px;
}
.rfw-search-form .elementor-search-form input[type=search] {
    padding-left: calc(40px / 3);
    padding-right: calc(40px / 3);
    font-weight: bold !important;
    color: #000 !important;
}
.rfw-search-form .elementor-search-form input[type=search]::placeholder {
    font-weight: bold;
    color: #333;
}
.rfw-search-form .elementor-search-form .elementor-search-form__submit {
    min-width: 40px;
    --e-search-form-submit-text-color: #FFFFFF;
}