.et_post_meta_wrapper {
    margin: 0 0 -20px 0;
}

.entry-title {
    font-size: 48px !important;
    font-weight: bold !important;
    font-family: 'Playfair Display', serif !important;
    color: #EC6854 !important;
    margin: 0 0 5px 0 !important;
}


.post-meta {
    font-family: 'Poppins', 'Source Sans Pro', 'Arial', sans-serif;
}

.single_job_listing {
    font-family: 'Source Sans Pro', 'Arial', sans-serif;
    font-size: 14px !important;
}

.job-listing-meta {
    margin: 0;
    list-style: none;
    padding: 0 !important;
}

.job-listing-meta li {
    list-style: none;
    text-decoration: none;
    font-family: 'Poppins', 'Source Sans Pro', 'Arial', sans-serif;
}

.job-listing-meta li i {
    margin-right: 6px;
    color: #025373;
    width: 16px;
    text-align: center;
}

.job-listing-meta .date-posted::before, 
.job-listing-meta .salary::before, 
.job-listing-meta .location::before, 
.job-listing-meta .job-type::before {
    display: none !important;
    content: none !important;
}

.job-listing-meta .date-posted i, 
.job-listing-meta .salary i, 
.job-listing-meta .location i, 
.job-listing-meta .job-type i {
    margin-right: 6px !important;
}

.job-listing-meta .job-type {
    display: inline-flex;
    align-items: center;
    line-height: 14px;
    color: #025373 !important;
    padding: 5px 8px 5px 8px !important;
    font-size: 14px;
    background: #ecf7fc !important;
    border: 1px solid #025373;
    border-radius: 2px !important;
    text-align: center;
    font-family: 'Poppins', 'Source Sans Pro', 'Arial', sans-serif !important;
    font-weight: normal !important;
    white-space: nowrap;
    margin-left: 5px;
}

.application_button {
    border: none;
    background: #EC6854;
    margin-left: auto;
    border-radius: 8px;
    color: #FFF;
    font-family: 'Poppins', 'Source Sans Pro', 'Arial', sans-serif;
    cursor: pointer;
}

.application_details {
    border-radius: 8px;
    padding: 30px 30px 30px 30px !important;
    font-family: 'Source Sans Pro', 'Arial', sans-serif;
}

.application_details input, .application_details textarea {
    border-radius: 8px;
    padding: 10px;
    font-size: 16px;
    width: 100%;
    margin-top: 5px;
}

.application_details input:focus, .application_details textarea:focus {
    border: 1px solid #EC6854;
}

.application_details input[type=submit] {
    width: auto;
    border: none;
    background: #EC6854;
    margin-left: auto;
    border-radius: 8px;
    color: #FFF;
    font-family: 'Poppins', 'Source Sans Pro', 'Arial', sans-serif;
    cursor: pointer;
    padding: 10px 25px 10px 25px;
}

.application_details input[type=submit]:hover {
    background: #d95b4a;
}

.job_description p {
    font-size: 16px !important;
}

.et_post_meta_wrapper img {
    display: none !important;
}

.application label {
    font-family: 'Poppins', 'Source Sans Pro', 'Arial', sans-serif !important;
}
