

@media (min-width: 1001px) and (max-width: 1100px) {
    nav.main_menu {
        width: 500px;
        left: 55%;
    }
}

.single.single-post .content_inner {
    padding-top: 100px !important;
}

.mc4wp-form-basic input[type=submit] {
    background-color: #1abc9c;
    border-color: #1abc9c;
    height: 40px;
    width: 100px;
    font-weight: bold;
    font-size: 12px;
    color: white;
    border-radius: 0px;
}