/*   
Theme Name: PathSoft
Theme URI: https://www.templatemonster.com/wordpress-themes/pathsoft-it-solutions-for-your-business-services-wordpress-theme-99496.html
Author: Koval Web
Author URI: https://www.templatemonster.com/vendors/kovalweb
Description: The Template is created for web template
Tags: html5, css3, sass, gulp, bootstrap grid
Version: 2.4.3
*/
.careers-item {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    color: var(--text-primary);
    text-decoration: none;
    padding: 0.625rem;
}

.careers-item:hover {
    text-decoration: none;
    color: var(--text-primary);
}

.careers-item-details {
    width: 100%;
    padding: 1.25rem 0.625rem 1rem;
}

.careers-item-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: -1.25rem;
    font-size: 0.75rem;
    text-transform: uppercase;
}

.careers-item-location {
    display: flex;
    align-items: center;
    line-height: 1;
    margin-left: 1.25rem;
}

.careers-item-location i {
    margin-right: 0.25rem;
}

.careers-item-directions {
    margin-left: 1.25rem;
    text-align: right;
}

.careers-item-heading {
    font-size: 1.125rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 1.75rem 0 0;
}

.single-careers-content {
    margin: 2.5rem 0;
}

@media (max-width: 575.98px) {
    .single-careers-sidebar .item-style {
        max-width: 100%;
    }
}

@media only screen and (max-width: 480px) {
    .single-careers-header {
        display: block;
    }

    .single-careers-header .careers-item-directions {
        text-align: left;
        margin-top: 1rem;
    }
}