.events-widget {
    margin: 10px 0 10px 0;
    background-color: #2196ae;
    padding: 10px;
    font-family: "Ubuntu", Helvetica, Arial, sans-serif;
    font-weight: 400;
}

.events-widget h2 {
    font-size: 16px;
    color: #fff;
    margin: 0;
    font-family: "Ubuntu", Helvetica, Arial, sans-serif;
    font-weight: 600;
}

@media (min-width: 1200px) {
    .events-widget h2 {
        font-size: 20px;
    }
}

.events-widget label {
    display: block;
    margin-top: 10px;
}

.events-widget label .label-text {
    color: #fff;
    display: inline-block;
    margin: 5px 0 5px 0;
}

.events-widget .submit-button, .events-widget .submit-button:active, .events-widget .submit-button:visited {
    margin-top: 10px;
    background-color: #7fcde2;
    color: #fff;
    padding: 5px 46px;
    height: 40px;
    opacity: 1;
}

.events-widget .submit-button:hover {
    border-color: #fff;
    background-color: #7fcde2;
    opacity: 0.8;
}

.events-widget .submit-container {
    text-align: right;
}