/*


       WPML
_____________________________________________________________________________
*/

.sf-menu .menu-item-language > a:before {
    content : none;
}

/*


         Contact Form 7
_____________________________________________________________________________
*/

.wpcf7-form input.wpcf7-text,
.wpcf7-form input.wpcf7-number,
.wpcf7-form input.wpcf7-date,
.wpcf7-form input.wpcf7-quiz,
.wpcf7-form .wpcf7-textarea {
    width          : 100%;

    border         : 1px solid;

    border-color   : inherit;
    background     : none;
    box-shadow     : none;
    color          : inherit;
    padding        : 10px 10px 10px 2rem;
    height         : 66px;
    letter-spacing : .1rem;
    font-size      : 1rem;
}

.wpcf7-form input.wpcf7-number {
    padding : 0 0 0 2rem;

    height  : 66px;
}
.wpcf7-form .wpcf7-textarea {
    resize  : none;
    padding : 2rem;
    height  : 200px;
}
.wpcf7-form span.wpcf7-list-item {
    display     : inline-block;
    line-height : 10px;
}
.wpcf7-form span.wpcf7-list-item.first {
    margin-left : 0;
}
.wpcf7-form span.wpcf7-list-item-label {
    margin-right   : 10px;
    margin-top     : 0px;
    text-transform : uppercase;
    font-size      : 12px;
    display        : inline-block;
    line-height    : 1em;
    vertical-align : top;
}

.wpcf7-form input.wpcf7-date {
    padding-right : .5rem;
}
.wpcf7-form .wpcf7-select {
    width            : 100%;
    height           : 66px;
    border           : 1px solid;
    border-color     : inherit;
    box-shadow       : none;
    color            : inherit;
    letter-spacing   : .1rem;
    font-size        : 1rem;
    padding          : 0 0 0 2rem;
    background-color : #ebebeb;
}

.wpcf7-form .wpcf7-submit {
    font-family    : 'lato', helvetica, arial;
    font-size      : 13px;
    text-transform : uppercase;
    font-weight    : 800;
    background     : none;
    margin-top     : 20px;
    color          : inherit;
    border-color   : inherit;
    padding        : 0.8em 4em;
    letter-spacing : 3px;
}

.wpcf7-form .wpcf7-text::-webkit-input-placeholder,
.wpcf7-form .wpcf7-textarea::-webkit-input-placeholder {
    color : inherit;
}
.wpcf7-form .wpcf7-text::-moz-placeholder,
.wpcf7-form .wpcf7-textarea::-moz-placeholder {
    color : inherit;
}
.wpcf7-form .wpcf7-text:-moz-placeholder,
.wpcf7-form .wpcf7-textarea:-moz-placeholder {
    /* Older versions of Firefox */
    color : inherit;
}
.wpcf7-form .wpcf7-text:-ms-input-placeholder,
.wpcf7-form .wpcf7-textarea:-ms-input-placeholder {
    color : inherit;
}

.wpcf7-form .wpcf7-response-output {
    margin  : 2em 0em;
    padding : 1rem 2rem;
    border  : 1px dashed #897888;
}

.wpcf7-form .wpcf7-response-output.wpcf7-validation-errors {
    background-color : #f6f1db;

}
.wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ng {
    background-color : #f6d9db;
}

.wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ok {
    background-color : #dbf5f4;
}