/*
Theme Name:     Prosphera
Theme URI:      n/a
Template:       kadence
Author:         Alessandro Bonacina
Author URI:     https://www.alessandrobonacina.com
Description:    Kadence child theme built for Prosphera, based on Kadende theme v 1.2.9
Version:        1.2.9
License:        GNU General Public License v3.0 (or later)
License URI:    https://www.gnu.org/licenses/gpl-3.0.html
*/

div#ui-datepicker-div {
    width: min(300px, 100%);
}

form.acfe-form .acf-field p.description {
    color: var(--global-palette3);
    font-size: 0.85rem;
    line-height: 1.2em;
}

form.acfe-form .acf-input-prepend, form.acfe-form .acf-input-append {
    background: transparent;
    border: 0;
    min-height: 20px;
    color: var(--global-palette3);
}

form.acfe-form .acf-button-group label:not(.selected) {
    background: var(--global-palette8);
    color: var(--global-palette3);
}

form.acfe-form input[readonly="readonly"] {
	background-color: transparent;
    border: 0;
    font-size: 1.1rem;
    font-weight: 600;
	padding: 0;
}

form.acfe-form .acf-form-submit {
    display: flex;
    justify-content: center;
    margin: 2rem auto 0;
}

form.acfe-form .acf-field-group .acf-fields {
    border: 0;
    background: transparent;
}