/**
* Theme Name: Emphires Child
* Description: This is a child theme of Emphires, generated by Merlin WP.
* Author: <a href="https://creativesplanet.com/">Creative's Planet</a>
* Template: emphires
* Version: 1.0
*/

footer .row {
    display: grid;
    grid-column-gap: 50px;
    grid-template-columns: repeat(3, 1fr);
}

footer .cspt-footer-widget {
    max-width: 100% !important;
}

footer .cspt-footer-text-inner .row {
    grid-template-columns: 1fr;
}

@media screen and (max-width: 799px) {
    footer .row {
        grid-template-columns: 1fr;
    }
}

.single_job_listing .job_application.application .application_button,
.single_job_listing .job_application.application .application_details {
    display: none !important;
}

.single-job_listing .custom-job-button {
    background-color: rgb(10, 33, 47);
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 228px;
    width: 100%;
    height: 52px;
    font-weight: 600;
    letter-spacing: 1px;
    border-radius: 6px;
    text-transform: uppercase;
    font-size: 1.1em;
    line-height: 1em;
    color: #ffffff;
}

