/*

Theme Name: Pro &ndash; Child Theme
Theme URI: https://theme.co/pro/
Author: Themeco
Author URI: https://theme.co/
Description: Make all of your modifications to Pro in this child theme.
Version: 1.0.0
Template: pro

*/


.nf-field {
    margin-top: 20px;
}

.nf-form-content {
    margin: 0 !important;
}

.nf-before-form-content {
    margin-bottom: 20px;
    color: #fff;
}

.nf-field-label {
    font-family: "source-sans-pro";
    line-height: 1.4;
    letter-spacing: 0em;
    text-transform: none;
    color: rgb(255,255,255);
}

.nf-field-label label {
    font-size: 1.5em !important;
    font-style: normal;
    font-weight: 300 !important;
}

.nf-help {
    color: #fff !important;
}

.nf-form-content button, 
.nf-form-content input[type=button], 
.nf-form-content input[type=submit] {
    font-family: "oswald";
    font-size: 1.15em;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.05em;
    margin-right: calc(0.05em * -1);
    text-transform: uppercase;
    color: rgb(255,255,255);
    border: 1px solid rgb(255,255,255) !important;
    border-radius: 1.5em !important;
    padding-left: 2em;
    padding-right: 2em;
}

.nf-form-content button:hover, 
.nf-form-content input[type=button]:hover, 
.nf-form-content input[type=submit]:hover {
    color: #fff !important;
    background-color: #5bb3e1 !important;
}
