﻿label {
    width: 100%;
    display: block;
    font-size: 20px !important;
    text-transform: uppercase;
    color: black;
    font-weight: 400;
    margin-top: 16px;
}

input[type=submit], .g-recaptcha {
    background-color: rgba(137,0,0, 1);
    color: white;
    border: none;
    outline: none;
    padding: 8px 18px;
    border: .5px solid grey;
    font-weight: 600;
}

    input[type=submit]:hover, .g-recaptcha:hover {
        background-color: rgba(137,0,0, .6);
        color: white;
        border: none;
        outline: none;
        padding: 8px 18px;
        border: .5px solid grey;
        font-weight: 600;
    }

input[type=text], input[type=tel], input[type=email] {
    background-color: transparent !important;
    color: #43454b;
    -webkit-appearance: none;
    box-sizing: border-box;
    font-weight: 400;
    box-shadow: none;
    border-bottom: 1px solid rgba(230,230,230,.8);
    border-bottom-color: rgba(230,230,230,0.8);
    resize: none;
    padding: 0px;
    font-size: 22px;
    width: 100%;
    margin-bottom: 16px;
}

input[type=checkbox], input[type=radio] {
    margin-bottom: 16px;
}

    input[type=radio] + label {
        margin: 0em;
    }

    input[type=checkbox] + label, input[type=radio] + label {
        margin: 0em;
    }

#contactForm input[type=submit] {
    margin-top: 50px !important;
}

input[type=date] {
    margin-bottom: 16px;
}

textarea {
    background-color: transparent !important;
    color: #43454b;
    -webkit-appearance: none;
    box-sizing: border-box;
    font-weight: 400;
    box-shadow: none;
    border: 1px solid rgba(230,230,230,.8);
    border-color: rgba(230,230,230,0.8);
    resize: none;
    padding: 0px;
    font-size: 22px;
    margin-left: 1px;
    width: 100%;
    height: 156px;
    margin-left: 0px;
    line-height: 1.2em;
    padding-bottom: 16px;
}

    textarea:focus {
        outline: none;
        border-bottom: 1px solid rgba(174,192,32, .8);
        border-bottom-color: rgba(174,192,32,0.8);
    }

input[type=text]:focus, input[type=tel]:focus, input[type=email]:focus {
    outline: none;
    border-bottom: 1px solid rgba(174,192,32, .8);
    border-bottom-color: rgba(174,192,32,0.8);
}

select, select:focus {
    outline: 0;
    width: 100% !important;
    border: 0px;
    font-size: 22px;
    border-bottom: 1px solid rgba(139,87,91,.8);
    border-bottom-color: rgba(139,87,91,0.8);
    color: #43454b;
}

/*.required:after {
    content: " *";
    color: red;
}*/
abbr[title] {
    text-decoration: none;
}