/*--SECTION 16 - CONTACT FORM--*/
#contact-form.lpg-block{
    /*background: linear-gradient(0deg, #444AD6 0%, #559EF5 100%);*/
    background: var(--cool-rain);
    padding-top:30px;
}
#contact-form.lpg-block h2{
    color: white!important;
}
#contact-form.lpg-block h3{
    color: white!important;
    margin: auto;
}

#contact-form.lpg-block .container {
    max-width: 600px;
}
#contact-form.lpg-block h4 {
    margin-bottom: 40px;
}
.lpg-block #the-form {
    max-width: 576px;
    padding: 40px;
    border-radius: 10pt;
    background-color: white;
    margin-top: 120px;
}
.lpg-block #the-form-image {
    margin-top: -124px;
    margin-bottom: 30px;
    width: 175px;
    height: 175px;
    border: 2px solid white;
}
.lpg-block #the-form input[type=text],
.lpg-block #the-form input[type=email],
.lpg-block #the-form textarea {
    border-radius: 10pt;
    background-color: var(--almost-white);
    font-size: 12pt;
    display: block;
    width: 100%;
    margin: 20px 0;
    height: 50px;
    padding: 10px;
    border: none!important;
}
.lpg-block #the-form input[type=text]:hover,
.lpg-block #the-form input[type=email]:hover,
.lpg-block #the-form textarea:hover {
    background-color: white;
    border: 2px solid var(--almost-white);
}
.lpg-block #the-form-captcha-image {
    border-radius: 10px;
    margin-top: -68px;
    height: 48px;
    float: right;
}
.lpg-block #the-form input[type=text]::placeholder,
.lpg-block #the-form input[type=email]::placeholder,
.lpg-block #the-form textarea::placeholder {
    color: var(--mid-grey)!important;
    font-size: 12pt;
    line-height: 30px;
}
.lpg-block #the-form textarea {
    height: 180px;
    margin-bottom: 30px;
}
.lpg-block #the-form .join-link a {
    color: white;
    font-size: 12pt;
    background-color: var(--strawberry);
    padding: 5px 10px;
    border: 2px solid var(--strawberry);
    border-radius: 25pt;
}
.lpg-block #the-form .join-link a:hover {
    color: white;
    border: 2px solid var(--strawberry);
    cursor: pointer;
}
.lpg-block #the-form .warning {
    border-bottom: dashed var(--strawberry) !important;
}
.lpg-block #the-form-warning {
    display: none;
    margin: 20px 0;
}
.the-form-loading {
    display: none;
    min-height: 100vh;
    min-width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    background-color: rgba(255,255,255,0.75);
    background-image: url("/wp-content/plugins/custom-features/images/background-gradient-to-light-gray.svg");
    background-size: cover;
    background-repeat: no-repeat;
}
.the-form-loading h2 {
    padding-top: 25px;
}
.the-form-loading .btn {
    margin-top: 25px;
}
.lpg-block #subfooter{
    padding-top: 30px;
    padding-bottom: 30px;
    color: white;
}
.lpg-block #subfooter p{
    color: white!important;
    text-align: center;
}
.lpg-block #subfooter a {
    color: white!important;
    font-size: 12pt;
}
#loading {
    display: none;
    min-height: 100vh;
    min-width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    background-color: var(--almost-white);
    background-image: url("/wp-content/plugins/custom-features/images/background-gradient-to-light-gray.svg");
    background-size: cover;
    background-repeat: no-repeat;
}