/*
Theme Name: Twenty Twenty Five Child
Template: twentytwentyfive
Version: 1.0
*/





/* CONTROL EVENT URL IMAGE SIZES */
.ec-event-image {
    aspect-ratio: 16 / 9;
    overflow: hidden;
}

.ec-event-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* HIDE UPLOAD OPTIONS [Before .fieldset was another fieldset, but it was mesegaing error - TEST IT OUT] */
fieldset.fieldset-event_banner,
label[for="event_video_url"],
#event_video_url {
    display: none;
}


/* WIZARD FORM*/
.ec-step {
    display: none;
    margin-bottom: 20px;
}

.ec-step:first-of-type {
    display: block;
}

.ec-step label {
    font-weight: 600;
    display: block;
    margin-top: 10px;
}

.ec-step input,
.ec-step select,
.ec-step textarea {
    width: 100%;
    padding: 8px;
}

.ec-wizard-nav button {
    padding: 10px 15px;
    margin-right: 10px;
    cursor: pointer;
}


