@media only screen and (max-width: 767px) {
    .job-form #send-job {
        width: auto;
        padding: 5px 10%;
        margin-top: 25px;
    }
}
#send-job {
    border: 1px solid #da9057;
    background: transparent;
    padding: 5px 12px;
    width: 10%;
    font-size: 14px;
    color: #da9057;
    cursor: pointer;
    font-family: 'Raleway', sans-serif;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    text-align: center;
    outline: none;
}

#send-job:hover {
    color: white;
}

#send-job:before {
    content: '> \00a0 \00a0';
    position: absolute;
    top: 0px;
    left: -10px;
    width: 0px;
    height: 100%;
    background: rgba(218, 144, 87, 0.9);
    -webkit-transition: all 1.5s ease;
    transition: all 1.5s ease;
    z-index: -1;
    text-align: right;
    padding-top: 2.6px;
}

#send-job:hover:before {
    width: 100%;
    left: 0;
}

#form-job #recaptcha {
    margin-top: 0;
    height: auto;
}

#form-job .error {
    width: 100%;
}

#form-job input[type="text"],
#form-job input[type="email"],
#form-job input[type="number"] {
    height: 48px;
    width: 100%;
    font-size: 16px;
    border: none;
    background-color: #f2f2f2;
    font-family: 'Raleway';
    outline: none;
    padding: 0px 10px 0px 10px;
}

#form-job input[type="file"] {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

#form-job input[type="file"] + label {
    font-size: 15px;
    color: #da9057;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: inline-block;
    width: auto;
    padding: 7px 20px;
    cursor: pointer;
    border: 1px solid #da9057;
    margin-top: 10px;
    position: relative;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

#error-container .contact-form-message {
    display: inline-block;
    padding: 15px 10px;
    background: #da4a4a;
    color: #fff;
    letter-spacing: 1px;
    position: relative;
    margin-top: 3px;
}

#error-container .contact-form-message::before {
    content: '';
    width: 20px;
    height: 20px;
    display: inline-block;
    position: absolute;
    top: -20px;
    left: 45%;
    background: transparent;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #da4a4a;
}

.jobs {
    margin-bottom: 80px;
}

.jobs .info {
    margin-left: 0;
    width: auto;
    margin-bottom: 15px;
}

.jobs .title-contact {
    margin-top: 0;
}

.job-info {
    border: 1px solid #da9057;
    color: #da9057;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    overflow: hidden;
    margin-bottom: 10px;
}

.job-title {
    padding: 15px 20px;
    cursor: pointer;
}

.job-info .icon::before {
    content: '> \00a0 \00a0';
    float: right;
    color: #da9057;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    width: 20px;
}

.job-info.show .icon::before {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    width: 0;
}

.job-text {
    padding: 15px 20px;
    line-height: 15px;
    text-transform: none;
    display: none;
}
.job-text b {
    line-height: 30px;
}

/*
GRID
*/
.one-third.column {
    width: 31.333%;
}

.one.column {
    width: 98%;
}

.column, .columns {
    float: left;
    margin: 0 1% 40px;
}

#form-job::after {
    clear: both;
    content: "";
    display: block;
}

.job-form::after {
    clear: both;
    content: "";
    display: block;
}

.jobs-content {
    width: 90%;
    margin: 0 auto;
    margin-top: 0;
}

@media only screen and (max-width: 767px) {
    .section_wrapper .mcb-wrap, .section_wrapper .column, .container .column, .sections_group, .four.columns {
        margin: 0;
        width: 100%!important;
        clear: both;
    }
    .section_wrapper .column {
        margin: 0 0 20px;
        height: auto!important;
    }
}