/** Job Infos Component Style **/

.form-apply-wrap {
    font-family: 'Barlow';
    background-color: white;
    color: white;
    position: relative;
    z-index: 1;
}

.form-apply-wrap p {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.8;
    opacity: 0.8;
    letter-spacing: 1px;
}

.form-apply-wrap h2 {
    font-weight: bold !important;
    font-size: 32px !important;
    letter-spacing: 4px !important;
}

.form-apply-wrap input[type='button'] {
    color: #ffffff;
    border: solid #ffffff 1px;
    background: transparent;
    text-transform: uppercase;
    margin-top: 20px;
    padding: 20px 30px 14px 30px;
    letter-spacing: 2px;
    font-size: 14px;
    font-family: 'Josefin Sans';
    font-weight: 400;
}
.job-infos-component-wrap input[type='button']:hover,
.job-infos-component-wrap input[type='button']:focus {
    background-color: transparent;
}

.form-apply-wrap {
    font-family: 'Raleway';
    font-weight: 600;
    background-color: white;
    color: black;
    padding: 60px 0 20px;
}

.form-apply-wrap h2 {
    font-weight: 600 !important;
    margin-bottom: 40px;
}

.form-apply-wrap .wpcf7 div {
    text-transform: uppercase;
    letter-spacing: 2px;
}

.form-apply-wrap .wpcf7 .wpcf7-not-valid-tip {
    text-transform: none;
}

.form-apply-wrap .wpcf7 .row {
    margin-bottom: 30px;
}

.form-apply-wrap .wpcf7 input {
    background: none;
    border: none;
    border-bottom: solid black 1px;
    border-radius: 0px;
}

.form-apply-wrap .wpcf7-list-item {
    margin: 0;
}

.form-apply-wrap .wpcf7 input[type='submit'] {
    background-color: #000000;
    color: #ffffff;
    text-transform: uppercase;
    margin-top: 20px;
    padding: 20px 30px 14px 30px;
    letter-spacing: 2px;
    font-size: 14px;
    font-family: 'Josefin Sans';
    font-weight: 400;
}

.form-apply-wrap .wpcf7 textarea {
    background: none;
    border: solid black 1px;
    border-radius: 0px;
}

.form-apply-wrap .wpcf7 .no-padding {
    padding: 0;
}

.form-apply-wrap .wpcf7 .label {
    display: flex;
    justify-content: flex-end;
    align-content: center;
    flex-direction: column;
    white-space: nowrap;
}

.form-apply-wrap .wpcf7 .message {
    margin-top: 70px;
}

.form-apply-wrap .wpcf7-select {
    width: 100%;
    border: 0;
    border-bottom: 1px solid black;
    border-radius: 0 !important;
    height: 50px;
    background-color: transparent;
    -webkit-appearance: none;
    appearance: none;
    background-image: url(../img/arrow.svg);
    background-position: 99% 55%;
    background-repeat: no-repeat;
    background-size: 12px;
}

.form-apply-wrap .wpcf7 .title-file {
    margin-bottom: 0px;
}

.form-apply-wrap .subtitle-file {
    font-size: 14px;
    font-weight: 300;
    color: #585858;
}

.form-apply-wrap .file {
    width: 100%;
    position: relative;
}

.form-apply-wrap .file .result {
    border: 1px solid black;
    height: 52px;
    display: block;
    text-align: left;
    line-height: 52px;
    color: black;
    padding-left: 20px;
}

.form-apply-wrap .file .folder {
    position: absolute;
    background-color: black;
    color: white;
    padding: 12px 20px;
    height: 52px;
    top: 0;
    right: 0;
    cursor: pointer;
}

.form-apply-wrap .file .wpcf7-form-control-wrap {
    display: none;
}

.form-apply-wrap .acceptcgv .wpcf7-list-item-label {
    font-size: 14px;
    text-transform: none;
    font-weight: 300;
    color: #545454;
}

.form-apply-wrap .champsrequis p {
    text-transform: none;
    font-size: 14px;
    padding-top: 50px;
    color: #585858;
}

.form-apply-wrap .wpcf7-submit {
    margin-top: 40px !important;
    float: right;
}

.form-apply-wrap .address {
    font-family: 'Barlow';
    margin-top: 20px;
}

.form-apply-wrap .address h4,
.form-apply-wrap .address p {
    font-size: 15px;
}

.form-apply-wrap .address h4 {
    margin-bottom: 5px;
}

.form-apply-wrap .address p {
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 27px;
}

.form-apply-wrap .address .phone {
    margin-top: 25px;
}

.form-apply-wrap hr {
    width: 60px;
    height: 2px;
    background-color: #000000;
    margin-top: 25px;
    margin-bottom: 40px;
}

.contactjobfrom-themes {
    min-height: 300px;
}

.form-apply-wrap .contactjobfrom-themes .row {
    margin-top: 40px;
}

.contactjobfrom-r .wpcf7-list-item-label {
    font-size: 14px;
}

@media screen and (max-width: 1265px) {
    .form-apply-wrap {
        width: 100%;
        padding-top: 7%;
        padding-left: 9%;
    }

    .form-apply-wrap .wpcf7 div {
        padding-left: 0;
    }

    .form-apply-wrap .wpcf7 input[type='submit'] {
        margin-top: 0 !important;
        width: 100%;
    }
}

@media screen and (max-width: 950px) {
    .form-apply-wrap {
        padding-top: 5%;
        padding-left: 15px;
        padding-right: 15px;
    }

    .form-apply-wrap .row div {
        padding: 5px;
    }

    .form-apply-wrap .wpcf7 .label {
        font-size: 0.9em;
    }

    .contactjobfrom-themes {
        min-height: 420px;
    }
}

@media screen and (max-width: 767px) {
    .form-apply-wrap {
        padding-top: 50px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .form-apply-wrap .row div {
        padding: 0;
    }

    .form-apply-wrap .wpcf7 input[type='submit'] {
        margin-top: 0 !important;
        width: 100%;
    }

    .form-apply-wrap .wpcf7 .label {
        font-size: 1em;
    }

    .contactjobfrom-themes {
        min-height: auto;
        margin-bottom: 30px;
    }
}

.no-padding {
    padding: 0 !important;
}
