html .et_pb_row {
	padding: 0;
}

html .et_pb_gutters3 .et_pb_column_4_4 .et_pb_post_title,
html form {
	margin-bottom: 15px;
}

h1 {
	padding: 0;
}

.et_pb_text_inner > p {
	display: none;
}

html label {
	display: block;
    font-weight: 500;
    margin-bottom: 10px;
}

.nc_christmas_trees_form .acf-field,
.page-id-198 .g-recaptcha {
    padding-bottom: 1em;
}

html form input[type="submit"] {
    background-color: #000;
    border: 0;
    border-radius: 3px;
    color: #fff;
    display: block;
    padding: 10px;
    cursor: pointer;
}

body:not(.home) .home_signup_title,
body:not(.home) .home_signup_description {
    display: none;
}

.home fieldset > p input[type='text'],
.home fieldset > p input[type='email'],
.home fieldset > p input[type='password'],
.home .acf-field.acf-field-text input[type='text'] {
    width: 100%;
    padding: 7px 4px;
}

html .home form input[type="submit"] {
    background-color: #DDDDDD;
    border-color: #707070;
    border-style: solid;
    border-radius: 3px;
    border-width: 2px;
    color: #707070!important;
    cursor: pointer;
    padding: 13px 34px;
    margin-top: 10px;
    text-transform: uppercase!important;
}

.error-msg {
    margin-bottom: 15px;
}

.lost-pw-link {
    display: block;
    margin-bottom: 10px;
}

/*Responsive*/
@media screen and (min-width: 48em) {
    .home fieldset > p,
    .home .acf-field.acf-field-text {
        display: inline-block;
        width: 49%;
    }

    .home fieldset > p:nth-child(odd),
    .home .acf-field.acf-field-text:nth-child(odd) {
        margin-right: 1.4%;
    }
}

@media screen and (max-width: 47.94em) {
    .home_signup_description {
        text-align: center;
    }

    .home fieldset > p,
    .home .acf-field.acf-field-text {
        display: block;
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
    }
}
