/*
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

/******************************************************/
/****************** BLOG POST STYLES ******************/
/******************************************************/
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100..900&display=swap');

/*.mn-header-line {*/
/*    background: #0B4C7B;*/
/*    height: 5px;*/
/*    border-radius: 15px;*/
/*    width: 75%;*/
/*    !*margin-bottom: 2rem;*!*/
/*}*/
.mn-post-wrapper {
    background-color: #EEF2FE;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.mn-meta-social {
    margin-top: 0;
    margin-bottom: 1rem;
}

.mn-breadcrumbs {
    margin: 0 !important;
    color: #1a1a1a;
}

.mn-breadcrumbs > p > a {
    color: #0B4C7B !important;
    font-weight: 600;
}

.mn-breadcrumbs > p > a:hover {
    color: #0B4C7B !important;
    font-weight: bold;
}

.mn-breadcrumbs > p {
    margin-bottom: 0 !important;
}

.mn-meta-social {
    color: #1a1a1a;
}

.mn-meta-social {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mn-post-meta {
    display: flex;
    gap: 0.5rem;
}

.mn-post-meta > .mn-category {
    text-transform: uppercase;
}

.mn-post-meta > .mn-category > a {
    color: #0B4C7B !important;
    font-weight: 600;
}


.mn-post-meta > .mn-category > a:hover {
    color: #0B4C7B !important;
    font-weight: bold;
}


.mn-post-thumbnail > img {
    border-width: 2px;
    border-radius: 16px;
}

.page-header > .mn-entry-title {
    color: #0B4C7B;
    font-family: var(--e-global-typography-76bb0a2-font-family);
    font-size: 3rem;
    font-weight: 600;
}

.social-icons {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 10px;
}

.social-icons li {
    display: flex;
    border-style: solid;
    border-width: 2px;
    border-color: #0B4C7B;
    width: 32px !important;
    height: 32px !important;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
}

.social-icons a {
    text-decoration: none;
    font-size: 1.2rem;
}

.social-icons a i {
    color: #0B4C7B;
}

.social-icons a:hover {
    color: #0B4C7B;
}

.post-tags > .tag-links {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem
}

.post-tags > .tag-links > a {
    text-decoration: none;
    text-transform: uppercase;
    background-color: #0B9CF8;
    padding: 4px;
    border-radius: 4px;
    color: white;
}

.post-tags > .tag-links > a:hover {
    text-decoration: none;
    text-transform: uppercase;
    background-color: #0B9CF8;
    padding: 4px;
    border-radius: 4px;
    color: white;
    font-weight: normal;
}


.mn-post-navigation {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5rem;
    margin-top: 2rem;
}

.nav-previous a, .nav-next a {
    text-decoration: none !important;
    background: #0B4C7B;
    color: #fff !important;
    padding: 1rem 2rem;
    border-radius: 1rem;
    width: 100% !important;
}

@media only screen and (min-width: 768px) {
    /*.mn-entry-title{*/
    /*    font-size: 2rem !important;*/
    /*}*/
    .nav-previous a, .nav-next a {
        padding: 1rem 1rem;
        font-size: 12px;
        width: 100%;
    }

    .nav-previous a:hover, .nav-next a:hover {
        font-size: 12px !important;
        width: 100% !important;
    }
}


@media only screen and (max-width: 768px) {
    .mn-breadcrumbs {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }

    .mn-meta-social {
        flex-direction: column;
    }

    .mn-entry-title {
        font-size: 2rem !important;
    }

    .mn-post-content, .post-tags > .tag-links {
        font-size: 14px !important;
        padding: 0 1rem !important;
    }

    .post-tags > .tag-links > a:hover {
        font-size: 14px !important;
    }

    .mn-post-navigation {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 1.75rem
    }

    .nav-previous a, .nav-next a {
        padding: 1rem 1rem;
        font-size: 12px;
        width: 100%;
    }

    .nav-previous a:hover, .nav-next a:hover {
        font-size: 12px !important;
        width: 100% !important;
    }
}

/******************************************************/
/****************** 404 PAGE STYLES *******************/
/******************************************************/
.content-screen {
    height: 80vh;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mn-error-title {
    display: flex;
    flex-direction: column;
    color: #2e2e2e;
}

.mn-back-btn {
    background: #0B9CF8;
    padding: 1rem 2rem;
    border-radius: 0.5rem;
    color: #fff !important;
    width: fit-content;
}

.error-page-content {
    display: flex;
    flex-direction: column;
    gap: 1rem;

}

.mn-back-btn i {
    margin-right: 1rem;
}


@media only screen and (max-width: 768px) {
    .content-screen {
        height: 100vh;
        flex-direction: column;
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
}

/******************************************************/
/**************** Archive PAGE STYLES *****************/
/******************************************************/
.page-header > .mn-category-entry-title {
    color: #0B4C7B;
    font-family: var(--e-global-typography-76bb0a2-font-family);
    font-size: 2rem;
    padding: 0;
    margin: 0 0 2rem;
}

.article-container {
    display: grid;
    gap: 20px; /* Adjust the gap between articles as needed */
    margin-bottom: 5rem;
}

/* Default: Mobile devices (1 column) */
.article-container {
    grid-template-columns: 1fr;
}

@media (min-width: 768px) {
    .article-container {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1024px) {
    .article-container {
        grid-template-columns: repeat(3, 1fr);
    }
}

.article-container > article {
    background-color: #fff;
    /*padding: 1rem 2rem;*/
    border-radius: 1rem;
}

.article-container > article > h2 {
    padding: 1rem 1rem;
}

.post > .mn-post-title {
    font-size: 1.25rem;
}

.post > .mn-post-title > a:hover {
    font-size: 1.25rem;
    font-weight: bold;
}


/******************************************************/
/**************** OPENINGS POST STYLES ****************/
/******************************************************/
.mn-openings-container {
    /*margin-top: 1rem;*/
    background-color: #EEF2FE;
    margin: 0;
    padding-bottom: 1rem;
}

.mn-header-image {
    display: block;
    width: 100%;
    height: 60vh;
    background-image: url("http://marketingnostra.local/wp-content/uploads/2024/08/Banner-image-for-career-for-marketing-nostra.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border-bottom-right-radius: 2rem;
    border-bottom-left-radius: 2rem;
    margin-bottom: 2rem;

}

.mn-header-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%
}

.mn-header-image > .mn-header-content > h1 {
    font-weight: normal;
    text-align: center;
}

.mn-header-content > a {
    background-color: white !important;
    color: #0B4C7B !important;
    padding: 1rem 2rem;
    border-radius: 3rem;

}

#content > .mn-main-content-area > .mn-h2-title > h2 {
    color: #0B4C7B !important;
    margin-top: 5rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
    font-family: "Roboto Slab", serif;
    text-align: center;
}

.mn-main-content-area > .mn-opening-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
}

.mn-main-content-area {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.mn-main-content-area > article > .mn-opening-header-content > h1,
.mn-main-content-area > .mn-opening-wrapper > .mn-opening-content > h3 {
    font-family: "Roboto Slab", serif;
    font-size: 1.125rem;
}

.mn-main-content-area > article > .mn-opening-header-content > h1 {
    font-size: 2rem;
    color: #0B4C7B;
}

.mn-main-content-area > .mn-opening-wrapper > .mn-opening-content > h3 > a:hover {
    font-family: "Roboto Slab", serif;
    font-size: 1.125rem;
}

.mn-main-content-area > article > .mn-opening-header-content > p,
.mn-main-content-area > .mn-opening-wrapper > .mn-opening-content > p {
    display: flex;
    flex-direction: column;
    font-weight: normal;
    font-size: 0.75rem;
    color: #44494B;
}

.mn-main-content-area > article > .mn-opening-header-content > p > a:hover,
.mn-main-content-area > .mn-opening-wrapper > .mn-opening-content > p > a:hover,
.mn-main-content-area > article > .mn-opening-header-content > p > spam > a:hover,
.mn-main-content-area > .mn-opening-wrapper > .mn-opening-content > p > spam > a:hover {
    font-weight: normal;
    font-size: 0.75rem;
    color: #0B9CF8
}

.mn-main-content-area > article > .mn-opening-header-content > p > .mn-date-category,
.mn-main-content-area > .mn-opening-wrapper > .mn-opening-content > p > .mn-date-category {
    display: flex;
    flex-direction: column;
}

.mn-main-content-area > article > .mn-opening-main-content {
    margin-top: 5rem;
}

/*.mn-main-content-area > article > .mn-opening-main-content > .mn-opening-description > div a {*/
/*    margin: 5rem 0;*/
/*}*/

.mn-main-content-area > article > .mn-opening-main-content > .mn-opening-description > div > a {
    padding: 1rem 2rem;
    border-radius: 2rem;
    border: 1px solid #0B9CF8;
    font-weight: bold;
    color: #0B9CF8
}

.mn-main-content-area > article > .mn-opening-main-content > .mn-opening-description > div > a:hover {
    border: 1px solid #0B4C7B;
    color: #0B4C7B
}

.mn-main-content-area > article > .mn-opening-main-content > .mn-opening-description h2,
.mn-main-content-area > article > .mn-opening-main-content > .mn-opening-description h3,
.mn-main-content-area > article > .mn-opening-main-content > .mn-opening-details .job-details h3,
.mn-main-content-area > article > .mn-opening-main-content > .mn-opening-description h4,
.mn-main-content-area > article > .mn-opening-main-content > .mn-opening-description h5,
.mn-main-content-area > article > .mn-opening-main-content > .mn-opening-description h6 {
    color: #44494B;
    font-family: "Roboto Slab", serif;
    font-weight: 500;
}

.mn-main-content-area > article > .mn-opening-main-content > .mn-opening-description h2 {
    font-size: 1.5rem;
}

.mn-main-content-area > article > .mn-opening-main-content > .mn-opening-details .job-details h3,
.mn-main-content-area > article > .mn-opening-main-content > .mn-opening-description h3 {
    font-size: 1.35rem;
}

.mn-main-content-area > article > .mn-opening-main-content > .mn-opening-details .job-details h3 {
    font-weight: 400;
    text-transform: capitalize;
}

.mn-main-content-area > article > .mn-opening-main-content > .mn-opening-details .job-details {
    position: -webkit-sticky; /* For Safari */
    position: sticky;
    top: 100px; /* Sticks to the top */
}

.job-details {
    margin-top: 5rem;
}

.job-details ul {
    padding: 0;
    margin: 0;
}

.job-details li {
    list-style: none;
    display: list-item;
}

.job-details li label {
    width: 40%;
    float: left;
    font-size: 15px;
    font-weight: 500;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
}

.job-details li span {
    width: 60%;
    /*float: left;*/
    font-size: 14px;
    font-weight: 400;

}

.mn-clear-fix:before,
.mn-clear-fix:after {
    content: "";
    display: table;
}

.mn-main-content-area > article > .mn-opening-main-content > .mn-opening-description h4 {
    font-size: 1.25rem;
}

.mn-main-content-area > article > .mn-opening-main-content > .mn-opening-description h5 {
    font-size: 1.15rem;
}

.mn-main-content-area > article > .mn-opening-main-content > .mn-opening-description h5 {
    font-size: 1.05rem;
}

.mn-main-content-area > .mn-opening-wrapper > .opening-view-btn {
    padding-top: 1rem;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}

.mn-main-content-area > .mn-opening-wrapper > .opening-view-btn > a {
    padding: 0.75rem 1rem;
    background-color: #fff;
    border-radius: 2rem;
    font-size: 0.875rem;
    text-wrap: nowrap;
}

.mn-main-content-area > article > .mn-opening-main-content > .mn-opening-description {
    display: flex;
    flex-direction: column;
}
.mn-main-content-area > article > .mn-opening-main-content > .mn-opening-description:last-child {
    margin-bottom: 50px !important; /* Different margin for the last child */
}

.social-share-buttons {
    display: flex;
    gap: 10px;
}
.social-share-buttons a {
    text-decoration: none;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
}

.social-share-buttons a:hover{
    font-size: 1.5rem !important;
    background: #0B4C7B;

}

.social-share-buttons a i {
    color: #fff;
}
.facebook { background: darkgray;}
.linkedin { background: darkgrey; }


@media (min-width: 768px) {
    .mn-header-image {
        height: 80vh;
    }

    .mn-main-content-area > .mn-opening-wrapper {
        align-items: center;
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .mn-main-content-area > .mn-opening-wrapper > .opening-view-btn {
        padding-top: 0;
    }

    .mn-main-content-area > .mn-opening-wrapper > .opening-view-btn > a {
        padding: 1rem 2rem;
        font-size: 0.875rem
    }

    .mn-main-content-area > .mn-opening-wrapper > .mn-opening-content > p {
        display: flex;
        flex-direction: row;
        gap: 4px;
        font-weight: normal;
        font-size: 1rem;
        color: #44494B;
    }

    .mn-main-content-area > .mn-opening-wrapper > .mn-opening-content > p > a:hover,
    .mn-main-content-area > .mn-opening-wrapper > .mn-opening-content > p > spam > a:hover {
        font-weight: normal;
        font-size: 1rem;
        color: #0B9CF8
    }

    .mn-main-content-area > .mn-opening-wrapper > .mn-opening-content > p > .mn-date-category {
        display: inline;
    }

    .mn-main-content-area > article > .mn-opening-header-content > p {
        display: flex;
        flex-direction: row;
    }

    .mn-main-content-area > article > .mn-opening-header-content > h1 {
        font-size: 3rem;
    }

    .mn-main-content-area > article > .mn-opening-header-content > p > spam > a:hover,
    .mn-main-content-area > article > .mn-opening-header-content > p {
        font-size: 1rem;
    }

    .mn-main-content-area > article > .mn-opening-header-content > p > spam > .mn-pipe {
        margin-left: 1rem
    }

    .mn-main-content-area > article > .mn-opening-header-content > p > spam {
        display: flex;
        flex-direction: row;
        gap: 1rem
    }

    .mn-main-content-area > article > .mn-opening-main-content > .mn-opening-description > div {
        margin-bottom: 0;
    }

    article .mn-opening-main-content {
        display: grid;
        grid-template-columns: 1fr  0.5fr;
        gap: 2rem
    }

    .job-details {
        margin-top: 0;
    }

    .job-details li {
        display: flex;
        justify-content: space-between;
        align-items: start;
        text-wrap: nowrap;
        line-height: 1;
        margin-top: 8px
    }

}

@media (min-width: 1024px) {
    .mn-header-image {
        height: 90vh;
    }
}