.single-job_listing #content .row {
    position: relative;
    padding: 48px 0 69px;
}

.single-job_listing #content .row:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    max-width: 1720px;
    background: #FFF;
    box-shadow: 0 2px 55px 0 rgba(0, 0, 0, 0.05);
    border-radius: 30px;
    z-index: -1;
}

.single-job_listing .entry-content {
    margin: 0;
}

.single-job_listing .company_video {
    border-radius: 10px;
    margin-bottom: 48px;
}

.single-job_listing .company_video iframe{
    border-radius: 10px;
}

.single-job_listing .section {
    padding: 31px 0 68px;
}

.single-job_listing .job-header {
    margin: 48px 0;
}

.main-job-data {
    display: inline-flex;
    align-items: center;
    gap: 16px;
}

.main-job-data .company_logo {
    width: 132px;
    height: 132px;
    border-radius: 16.098px;
    background: #FFF;
}

.main-job-data h1 {
    color: #000B1F;
    font-size: 50px;
    font-weight: 600;
    line-height: 105%;
    margin-bottom: 8px;
}

.main-job-data .date-posted {
    font-size: 14px;
    text-transform: uppercase;
    display: flex;
    gap: 8px;
    align-items: center;
}

.job-info .location {
    color: #141414;
    font-family: Outfit;
    line-height: normal;
    text-transform: uppercase;
    opacity: 0.6;
}

.job-info {
    margin: 17px 0 24px;
}

.job-info .company-line {
    display: flex;
    flex-direction: column;
    gap: 13.82px;
}

.job-info hr {
    margin: 0;
    border: none;
    height: 1px;
}

.job-info span.tag.remote {
    background: rgba(255, 201, 178, 0.62);
    color: #FF6A2A;
    font-size: 14px;
    line-height: normal;
    text-transform: uppercase;
    padding: 1px 8px;
    position: absolute;
    top: 0;
    right: 15px;
    display: flex;
    align-items: center;
    gap: 2px;
}

.job-info span.tag.remote:before {
    content: url("../images/remote.svg");
    width: 14px;
    height: 14px;
}

.company_bottom {
    margin-top: 28px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
}

.company_bottom h4 {
    margin: 0;
    color: #000B1F;
    font-size: 16px;
    line-height: normal;
    letter-spacing: -0.32px;
}

.company_bottom .name {
    display: flex;
    gap: 18px;
}

.linkedin-a {
    content: url("../images/LinkedIn icon.svg");
}
.mail-a {
    content: url("../images/Email icon.svg");
}
.website {
    content: url("../images/Website icon.svg");
}
.company_twitter {
    content: url("../images/X icon.svg");
}

.single-job_listing .buttons-block {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.single-job_listing .application_button {
    border-radius: 10000px !important;
    background: #141414;
    width: 100%;
    text-align: center;
    display: block;
}

.single-job_listing .share-btn {
    border-radius: 10000px !important;
    border: 1px solid #C8C5C5 !important;
    background: #FEFDFD;
    width: 100%;
    text-align: center;
    color: #141414 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.single-job_listing .share-btn:hover {
    border: 1px solid #303030 !important;
    background: #E2E3E4;
}

.single-job_listing .share-btn:after {
    content: url("../images/share.svg");
    width: 24px;
    height: 24px;
}

.main-job-data .date-posted:before{
    content: url("../images/famicons_calendar-outline.svg");
    width: 16px;
    height: 16px;
    margin-bottom: 3px;
}

.similar-job {
    border-radius: 20px;
    border: 1px solid #C8C5C5;
    background: #FFF;
    padding: 32px 28px;
    margin-top: 28px;
}

.similar-job h3 {
    font-weight: 700;
}

.sidebar-area .similar-job .company_logo {
    min-width: 68px;
    height: 68px;
    width: 68px;
}

.similar-job .job-info {
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
}

.similar-job .job-title {
    margin: 0;
    font-weight: 700;
    line-height: 100%;
}

.similar-job .job-item:hover .job-title {
    color: #DE3423;
}

.similar-job .company {
    color: #141414;
    font-family: Outfit;
    font-size: 14px;
    line-height: normal;
    text-transform: uppercase;
    opacity: 0.6;
}

.similar-job .jobs-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
}

.similar-job .company-logo-container {
    display: flex;
    align-items: center;
    gap: 8px;
    align-self: stretch;
}

.single article ul, .entry-content ul {
    color: #141414;
    font-family: "Inter Tight";
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
    list-style-type: square;
}

.entry-content ol {
    color: #141414;
    font-family: "Inter Tight";
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
}

.single article ul li::marker, .entry-content ul li::marker {
    color: #FF6A2A;
}

.single_job_listing h3 {
    text-align: center;
    font-size: 36px;
    line-height: 105%;
}

.single_job_listing h3 strong {
    font-weight: 600;
}

.single_job_listing .application .application_button {
    border-radius: 100000px !important;
    border: 2px solid #DE3423 !important;
    background: transparent;
    display: flex;
    width: 190px;
    height: 50px;
    justify-content: center;
    align-items: center;
    color: #141414 !important;
    font-size: 16px !important;
    margin: 0 auto;
}

.single_job_listing .application .application_button:hover {
    border-radius: 100000px !important;
    border: 2px solid #DE3423 !important;
    background: rgba(222, 52, 35, 0.20) !important;
    text-decoration: none !important;
}

.sidebar-area .company-block {
    border-radius: 20px;
    background: #F3F3F3;
    padding: 32px 24px;
    position: relative;
}

.sidebar-area .company_logo {
    border-radius: 10px;
    background: #FFF;
    width: 82px;
    height: 82px;
}

.sidebar-area .logo-header {
    display: flex;
    align-items: center;
    gap: 8px;
}

.sidebar-area .logo-header {
    color: #141414;
    font-size: 18px;
    line-height: 120%;
}

.modal-share-wrapper {
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
    display: none;
    z-index: 10000;
}

.copy-link-btn {
    border-radius: 1000px !important;
}

.copy-link-btn:hover {
    background: #EA3C2A !important;
}

.modal-share-content {
    background-color: #fefefe;
    margin: 10% auto;
    padding: 20px;
    border-radius: 15px;
    width: 90%;
    max-width: 400px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.link-copy-container {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
    flex-direction: column;
}

.modal-share-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    align-items: flex-start;
}

.link-copy-container input {
    height: 50px;
    border-radius: 119px;
    border: 1px solid #5B3954;
}

.modal-share-close {
    padding: 0;
    font-size: 40px !important;
    height: 24px;
    color: black !important;
    width: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: none;
}

.social-share-buttons {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobile-block {
    display: none;
}

.sub-data .location {
    display: none;
}

.job_types {
    display: none;
}

.section.jobs {
    padding: 100px 15px 48px;
}

.section.jobs h1 {
    color: #141414;
    font-size: 50px;
    margin: 0;
}

.section.jobs ul.job_listings .job_listing {
    min-height: 293px;
}

.job_filters {
    position: relative;
    background: #ffffff;
    margin-top: 24px;
    margin-bottom: 38px;
    border-radius: 10px;
}

.job_filters .search_jobs .left-search div label {
    display: none;
}

.job_filters:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    max-width: 1244px;
    background: #FFF;
    box-shadow: 0 2px 55px 0 rgba(0, 0, 0, 0.05);
    border-radius: 30px;
    z-index: -1;
    display: block;
}

.job_filters .search_jobs .search_location:before, .filter-group.location .filter-group-toggle strong:before {
    content: "";
    position: absolute;
    top: 12px;
    left: 18px;
    display: block;
    width: 24px;
    height: 24px;
    background-image: url("../../assets/images/location-icon.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.search_keywords:before {
    content: url("../../assets/images/search.svg");
    vertical-align: middle;
    position: absolute;
    top: 13px;
    left: 18px;
    width: 24px;
    height: 24px;
}

.search_submit input{
    transition: .5s;
}

.search_submit:hover input {
    background: rgba(20, 20, 20, 0.10) !important;
    color: #141414 !important;
}

.job_filters .search_jobs input, .job_filters .search_jobs select {
    width: 100%;
    box-sizing: border-box;
}

#search_keywords {
    padding-left: 50px;
}

.job_filters .search_jobs div.search_remote_position {
    display: flex;
    align-items: center;
    width: auto;
}


.job_filters .search_jobs div.search_keywords {
    width: auto;
    flex: 1;
}

.job_filters .search_jobs div.search_location {
    width: auto;
}

.left-search {
    width: 60%;
    display: flex;
    gap: 8px;
}

.right-search {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: flex-end;
}

.job_listings.loading div {
    display: none;
}

.section.jobs h3.card-job-title {
    text-align: center;
    transition: .5s;
}

article .entry-content .company_logo {
    margin: 0;
}

.card-job-title:hover,
.section.jobs .company a:hover h3 {
    color:#DE3423;
}

.job_filters .container {
    width: auto;
}

@media (max-width: 1440px) {
    .similar-job , .sidebar-area .company-block {
        padding: 32px 16px;
    }
}

@media (max-width: 1244px) {
    .job_filters:before {
        content: none;
    }

    .job_filters .search_jobs {
        padding: 32px 14px;
    }

    .job_filters {
        box-shadow: 0 2px 55px 0 rgba(0, 0, 0, 0.05);
    }

    .section.jobs h1 {
        font-size: 32px;
    }
}

@media (max-width: 1024px) {
    .section.jobs .job-listing-card {
        align-items: center;
        margin-bottom: 24px;
    }

    .section.jobs .job_listing hr {
        display: none;
    }

    .section.jobs .job-listing-card .position div {
        text-align: center;
    }
}

@media (max-width: 991px) {

    .job_filters .search_jobs {
        flex-direction: column;
        align-items: center;
        padding: 18px 14px;
        gap: 16px;
    }

    .job_filters .search_jobs:after, .job_filters .search_jobs:before {
        content: none;
    }

    .left-search {
        width: 100%;
    }

    .info-header {
        margin-top: 25px;
        flex: 1;
    }

    .main-job-data {
        align-items: flex-start;
        width: 100%;
    }

    .sub-data .location {
        display: block;
    }

    .mobile-block {
        display: block;
    }

    .single-job_listing #content .row {
        padding: 36px 0 48px;
    }

    .single-job_listing article.hentry {
         padding-top: 0;
    }

    .similar-job {
        margin-top: 48px;
    }

    .company-block {
        display: none;
    }

    .main-job-data h1 {
        font-size: 42px;
    }

    .sub-data {
        display: flex;
        justify-content: space-between;
    }

    .single-job_listing .job-header {
        background: #F3F3F3;
        box-shadow: 0 10px 15px -10px rgba(0, 0, 0, 0.05);
        padding-bottom: 32px;
        position: relative;
    }

    .single-job_listing .job-header .container {
        position: relative;
    }

    .job-info {
        margin: 5px 0 24px;
    }

    .single-job_listing .buttons-block {
        display: flex;
        flex-direction: row;
        gap: 14px;
    }

    .single-job_listing .buttons-block .job_application,
    .single-job_listing .buttons-block .share-btn {
        width: 50%;
    }

    .company_bottom {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
}


@media (max-width: 767px) {

    .company_bottom {
        flex-direction: column;
        align-items: flex-start;
        justify-content: space-between;
    }

    .info-header {
        margin-top: 0;
        width: 100%;
    }

    .sub-data {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }

    .main-job-data h1, .single_job_listing h3 strong {
        font-size: 32px;
    }

    .main-job-data {
        align-items: flex-start;
        flex-direction: column;
        width: 100%;
    }

    .single-job_listing .buttons-block {
        flex-direction: column;
    }

    .single-job_listing .buttons-block .job_application,
    .single-job_listing .buttons-block .share-btn,
    .single_job_listing .application .application_button {
        width: 100%;
    }

}

@media (max-width: 600px) {
    .job_filters .search_jobs {
        align-items: flex-start;
        padding: 32px 14px;
    }

    form.job_filters .search_jobs div {
        flex-direction: column;
        width: 100%;
        gap: 16px;
    }

    .job_filters .search_jobs div.search_submit input {
        margin: 0;
    }

    .right-search {
        align-items: flex-start;
    }

    .section.jobs h1 {
        font-size: 24px;
    }
}