/* Call to Action section in the homepage*/
section.call-to-action h3 {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 20px;
}


section.call-to-action div.field-wrap {
    display: inline-block;
}

section.call-to-action {
    text-align: center;
    margin-top: 0;
}

section.call-to-action div.ninja-forms-all-fields-wrap .ninja-forms-field-error {
    display: none !important;
}

section.call-to-action .field-wrap {
    margin-bottom: 0;
}

section.call-to-action div.two-thirds-wrap {
    width: 40%;
}

section.call-to-action div.one-third-wrap {
    width: 22%;
}

section.call-to-action div.two-thirds-wrap input {
    background: #ffffff;
    color: #606060;
    border: 1px solid #cccccc;
    box-shadow: none;
    padding: 7px 20px;
    width: 100%;
}

#form-error {
    color: #ef3f3b;
}

section.call-to-action div.one-third-wrap input[type=submit] {
    background: #EF3F3B;
    color: #fff;
    border: none;
    max-width: 100%;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 0;
    display: block;
    width: 100%;
    padding: 8px 10px 8px;
    max-width: 480px;
    height: auto;
}

@media (max-width: 768px) {
    #slides {
        padding-left: 0px;
        padding-right: 0px;
    }
}