/*
 Theme Name:   Divi-SEHS
 Theme URI:    https://divilife.com
 Description:  SEHS 2024 Theme (Divi Child)
 Author:       Ethan Beyer
 Author URI:   https://ethanbeyer.com
 Template:     Divi
 Version:      1.0.0
*/

/**
 * Vertically Centering Columns with Equal Width
 */
.et_pb_equal_columns > .et_pb_column {
    margin-top: auto;
    margin-bottom: auto;
}

/**
 * Fixes for spacing on li elements
 */
.et_pb_text li {
    margin-bottom: .5em;
}

/**
 * Fixes the password protected pages form
 */
.et_password_protected_form {
    max-width: 500px;
    width: 94%;
    margin: 50px auto;
}
.et_password_protected_form p input {
    font-size: 22px;
}
.et_password_protected_form p input::placeholder {
    color: #000000 !important;
}
