.form-section {
    margin-bottom: 35px;
}

.form-section h2 {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 15px;
}

.form-section small {
    font-size: 14px;
}

.form-section:last-child {
    margin-bottom: 0;
}

.form-group {
    margin-bottom: 15px;
}

input:not([type="checkbox"]),
input:not([type="radio"]),
textarea,
textarea.form-control {
    margin: 0;
    padding: 0 8px;
    vertical-align: middle;
    background-color: #e9e9e9;
    border: none;
    font-size: 20px;
    font-weight: 300;
    height: 43px;
    line-height: 43px;
    color: #3a3a3a;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
input:not([type="checkbox"]):-moz-placeholder,
input:not([type="radio"]):-moz-placeholder,
textarea:-moz-placeholder,
textarea.form-control:-moz-placeholder {
    color: #3a3a3a;
}

input:not([type="checkbox"]):-ms-input-placeholder,
input:not([type="radio"]):-ms-input-placeholder,
textarea:-ms-input-placeholder,
textarea.form-control:-ms-input-placeholder {
    color: #3a3a3a;
}

input:not([type="checkbox"])::-webkit-input-placeholder,
input:not([type="radio"])::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
textarea.form-control::-webkit-input-placeholder {
    color: #3a3a3a;
}

.btn-submit {
    font-weight: 600 !important;
    border-radius: 0 !important;
}


.subscribe button,
.contact-form button {
    height: 52px;
    margin: 0;
    padding: 0 20px;
    vertical-align: middle;
    background: #be0101;
    border: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
    font-weight: 300;
    line-height: 52px;
    color: #fff;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    text-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

.subscribe button:hover,
.contact-form button:hover {
    background: #eee;
    color: #888;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

.contact-form button:hover {
    background: #888;
    color: #fff;
}

.subscribe button:active,
.contact-form button:active {
    outline: 0;
    background: #eee;
    color: #888;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.contact-form button:active {
    background: #888;
    color: #fff;
}

.subscribe button:focus,
.contact-form button:focus {
    outline: 0;
    background: #be0101;
    color: #fff;
}

.btn:focus, .btn:active:focus, .btn.active:focus {
    outline: 0;
    background: #be0101;
    color: #fff;
}

@media (min-width: 768px) {
    .form-section {
        margin-bottom: 85px;
    }

    .form-section h2 {
        font-size: 36px;
        margin-bottom: 32px;
    }

    .form-section small {
        font-size: 24px;
    }

    .form-group {
        margin-bottom: 25px;
    }

    input:not([type="checkbox"]),
    input:not([type="radio"]),
    textarea,
    textarea.form-control {
        padding: 0 15px;
        font-size: 36px;
        height: 73px;
        line-height: 73px;
    }
}

/* Custom File */
.gr-custom-file {
    position: relative;
    display: block;
    overflow: hidden;
    cursor: pointer;
}

.gr-custom-file__placeholder {
    display: block;
    width: 100%;
    height: 43px;
    line-height: 43px;
    font-weight: 300;
    font-size: 20px;
    color: #3a3a3a;
    background-color: #e9e9e9;
    padding: 0 8px;
}

.gr-custom-file input {
    position: absolute;
    z-index: -1;
    visibility: hidden;
}

@media (min-width: 768px) {
    .gr-custom-file__placeholder {
        height: 73px;
        line-height: 73px;
        font-size: 36px;
        padding: 0 15px;
    }
}

/* /Custom File */

/* Select2 */
.select2-container:focus,
.select2-container *:focus {
    outline: 0 none;
}

.select2-container--default .select2-selection--single {
    border: none;
}

.select2-container .select2-selection--single {
    height: 43px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 43px;
    font-size: 20px;
    font-weight: 300;
    color: #3a3a3a;
    background-color: #e9e9e9;
    padding: 0 35px 0 8px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 50%;
    right: 8px;
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #a3a3a3 transparent transparent transparent;
    transform: translateY(-50%);
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}

.select2-dropdown {
    border-color: #e9e9e9;
    border-radius: 0;
}

.select2-container--default .select2-results>.select2-results__options {
    max-height: 172px;
}

.select2-results__option {
    font-size: 20px;
    font-weight: 300;
    color: #3a3a3a;
    padding: 7px 8px;
}

@media (min-width: 768px) {
    .select2-container .select2-selection--single {
        height: 73px;
    }

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 73px;
        font-size: 36px;
        padding: 0 70px 0 15px;
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        right: 15px;
        border-width: 20px 20px 0 20px;
    }

    .select2-container--default .select2-results>.select2-results__options {
        max-height: 292px;
    }

    .select2-results__option {
        font-size: 36px;
        padding: 11px 15px;
    }
}

/* /Select2 */

/* WPCF7 */
.wpcf7-form-control-wrap {
	display: block;
}

/* /WPCF7 */