/*FORMS*/

label {
    display: block;
    font-weight: 700;
    padding-bottom: .3rem;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="week"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="color"],
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #fff;
    border-radius: 0;
    box-shadow: none;
    display: block;
    font-size: 1.1rem;
    letter-spacing: -0.015em;
    margin: 0;
    max-width: 100%;
    padding: .5rem .5rem;
    border: solid 1px #cccbcb;
}

select {
    display: inline-block;
    padding: .5rem;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    box-shadow: inherit;
    border: 0;
    background-color: #ECECEC;
    cursor: pointer;
    border: solid 1px #cccbcb;
    line-height: 42px;
    font-size: 1.1rem;
    transitin: all .2s ease-in-out;
}

button, input[type="submit"],
.button,
.woocommerce button.button,
.submit,
.woocommerce a.button.alt {
    display: inline-block;
    padding: .75rem 2rem;
    color: var(--color-green-dark);
    background-color: var(--color-green);
    border-radius: 0;
    box-shadow: inherit;
    -webkit-appearance: none;
    margin: 1rem 0;
    cursor: pointer;
    border: solid 2px var(--color-green-dark);
    text-align: center;
    font-weight: 700;
    color: #045b4f;
}

button:hover,
input[type="submit"]:hover,
.button:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button:hover,
.submit:hover {
    background-color: #FFFFFF;
    color: #9cd2c9;
}

input[type="reset"]{
    -webkit-appearance: none;
    background-color: #ECECEC;
    box-shadow: inherit;
    border: solid 2px #ECECEC;
}

input[type="reset"]:hover{
    background-color: #b7b7b7;
    border: solid 2px #b7b7b7;
}


/*COOKIE CONSENT*/
.comment-form-cookies-consent label {
    display: inline;
}

/*CONTACT FORM 7*/

.wpcf7 {
    text-align: center;
    margin: 2em 0 !important;
    padding: 2rem 1rem;
    border: 1px solid #DDDDDD;
}

.wpcf7 span {
    display: inline-block;
    vertical-align: top;
}

.wpcf7 span[role=alert] {
    display: block;
    text-align: left;
    font-style: italic;
}

.wpcf7 .email {
    padding-left: 0;
}

.wpcf7 input, .wpcf7 textarea {
    width: 320px;
}

.wpcf7 input[type=submit] {
    width: auto;
    border: none;
    background: none;
    text-transform: uppercase;
    font-size:2.5em;
    cursor: pointer;
    color: rgb(180, 180, 180);
}

.wpcf7 input[type=submit]:hover {
    color: #000000;
}

.wpcf7 label {
    width: 25%;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    border-bottom: 1px dashed rgb(150, 150, 150);
}

.wpcf7-validation-errors {
    color: #CC0000;
    border: none !important;
    font-weight: bold;
}

.wpcf7-mail-sent-ok {
    color: #398f14;;
    border: none !important;
    font-weight: bold;
}

.wpcf7-checkbox label, .wpcf7-checkbox input {
    width: auto;
}