.block-type-webform-block {
    @media screen and (min-width: 959px) {
        margin-top:50px;
    }
}

.block-type-webform-block .webform-submission-form {
    background: #fff;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
    padding: 50px;
    position: relative;
    z-index: auto;
}

.block-type-webform-block .webform-submission-form h3 {
    color: #245C4E;
    font-family: sans-serif;
    font-weight: 700;
    font-size: 21px;
    line-height: 23px;
    margin-bottom: 10px;
}

.block-type-webform-block .webform-submission-form .form-required:after {
    color: #78BE21;
}

.block-type-webform-block .webform-submission-form label {
    color: #000;
    font-family: sans-serif;
}

.block-type-webform-block .webform-submission-form input {
    margin: 10px 0;
    border: 1px solid #00778B;
    width: 100%;
    height: 50px;
    padding-left: 20px;
    padding-right: 20px;
    transition: all .5s ease-in-out;
}

.block-type-webform-block .webform-submission-form input:focus {
    background-color: #00778D;
    color: #fff;
}

.block-type-webform-block .webform-submission-form select {
    margin: 10px 0;
    border: 1px solid #00778B;
    width: 100%;
    height: 50px;
    padding-left: 20px;
    padding-right: 20px;
    transition: all .5s ease-in-out;
    appearance: none;
}

.block-type-webform-block .webform-submission-form select:focus {
    background-color: #00778D;
    color: #fff;
}

.block-type-webform-block .webform-submission-form .js-form-item {
    float: none;
}

.block-type-webform-block .webform-submission-form .js-form-item textarea {
    padding: 10px;
    margin: 10px 0;
}

.block-type-webform-block .webform-submission-form .form-actions {
    float: none;
}

.block-type-webform-block .webform-submission-form .button {
    float: none;
    color: #fff;
    background-color: #21543f;
    display: inline-block;
    width: auto;
    height: auto;
    padding: 20px 0;
    font-size: 16px;
    font-weight: 600;
    font-family: sans-serif;
}

.block-type-webform-block .webform-submission-form .button:hover:not(.node-type-universal .button:hover) {
    background-color: #00778B;
}
