
/* Gravity Form Specific styles */
#gform_submit_button_51 {
    font-weight: 900 !important;
    font-size: 1.25em !important;
    letter-spacing: 1px;
    background: rgba(255,255,255,.8);
    
}
#gform_51
{
    background: rgba(255,255,255,.8);
    padding: 1.5em;
    border: 4px solid #00594c;
    border-radius: 1em;

}
#gform_submit_button_51{
    background-color: #00594c !important;
}

/* Elementary specific styles */

.back, .check {
    opacity: 0;
    transition: opacity .4s;
}

.check {
    fill: #fff;
}

input:checked + label > svg .back, input:checked + label > svg .check {
    opacity: 1;
}

.gform_wrapper ul.gfield_checkbox li label {
    display: grid;
    grid-template-columns: 4.25em auto;
    align-items: center;
    padding-left: 0 !important;
    font-size: 1.25em;
    padding-right: 10px !important;
}

/** Undo GF Checkboxes **/
input[type=checkbox] + label::before, input[type=checkbox]:checked:not([disabled]) + label::before {
    content: none !important;
    content: unset !important;
}

label > svg {
    width: 3.75em;
    padding-right: .5em;
}

.block-content:last-of-type {
    padding-bottom: 0;
}

.entry-content .vc_row-fluid {
    background-image: url(https://www.cleanairday.org/wp-content/uploads/2023/02/elementarySchoolBackground.png?id=29588), linear-gradient(to right, rgba(86, 126, 191, 0.1), rgba(86, 126, 191, 0.1)) !important;
    background-size: 32.5em;
    background-position: 0 0 !important;
    background-repeat: repeat !important;
}

.entry-content .vc_row.wpb_row.vc_row-fluid .vc_column-inner > .wpb_wrapper:first-child {

}

.kid-text {
    font-size: 1.15em;
    font-weight: 300;
}

body .gform_wrapper {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}


@media screen and (max-width: 400px) {
    .vc_row-has-fill>.vc_column_container>.vc_column-inner {
        padding: .5em;
    }
    .entry-content .vc_row.wpb_row.vc_row-fluid .vc_column-inner > .wpb_wrapper:first-child {
        padding: 1em;
    }
}

textarea, input[type="text"], input[type="number"] {
    border: 3px solid rgb(0, 89, 76, .7) !important;
    background: rgba(154, 73, 18, .03) !important;
    padding: 15px !important;
    width: 100% !important;
    border-radius: 4px;
}

textarea:focus, input[type="text"]:focus, input[type="number"]:focus {
    border-color: #00594c !important;
    background: #ffffff !important;
}
.wpb_single_image{
    margin-top: 3em !important;
}