/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

/*
#cisto_registration_form input[type=text],
#cisto_registration_form input[type=email] {
    text-transform: uppercase;
}
 */

#bassano-neighborhood {
    display: none;
}

#weeks-section {
    text-align: center;
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-evenly;
}

.week-item {
    margin-top: 20px;
}

.week-item-text {
    font-weight: bold;
    margin-top: 15px;
}

#weeks-section input[type=checkbox] {
    /* Double-sized Checkboxes */
    -ms-transform: scale(2.5); /* IE */
    -moz-transform: scale(2.5); /* FF */
    -webkit-transform: scale(2.5); /* Safari and Chrome */
    -o-transform: scale(2.5); /* Opera */
    transform: scale(2.5);
    padding: 10px;
}


.cisto-submit-button {
    background-color: #E3A11A;
    color: #FFF;
    margin: 0 auto;
    display: block;
    padding: 10px 50px;
    font-size: 1.5rem;
}

.cisto-submit-button:hover {
    background-color: #ffc229;
}

.cisto_action {
    cursor: pointer;
    transition: color .3s ease-in-out;
    color: #ffbf3b;
}

.cisto_action:hover {
    color: #0056b3;
    text-decoration: underline;
}

.module-uploader {
    margin-top: 50px;
}

.module-uploader .dz-progress {
    display: none;
}

.module-uploader.dropzone {
    border: 3px dashed #0056b3;
}

#privacy_policy_text {
    text-align: justify;
}

#privacy_policy_text p {
    font-size: 13px !important;
}

.alert {
    font-size: 20px;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 100; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0, 0, 0); /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.modal-close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.modal-close:hover,
.modal-close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.cisto_form_tips {
    font-size: 0.8rem;
    color: #A80000;
    display: block;
    margin-top: -2px;
}

@media screen and (max-width: 600px) {

    .module-uploader {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    #cisto-module-submit-button {
        max-width: 300px;
        white-space: normal;
    }

}
