/* Job Openings Styles */
.awsm-job-content .awsm-job-specification-label {
    color: #ffffffe6 !important;
    font-size: 16px;
    font-weight:normal;
}

.awsm-list-item .awsm-job-specification-item {
    margin: 5px 10px 0 0 !important;
}

.awsm-job-more {
   margin-top: 5px; 
}

.awsm-list-left-col {
    width: 40% !important;
    padding: 25px 0 0;
}

.awsm-list-right-col {
    width: 60% !important;
}

.awsm-list-item .awsm-job-item {
    border-bottom: 1px solid rgb(189 189 189 / 75%);
}

.awsm-job-specification-item {
    font-size: 20px !important;
    background: #000080 !important;
    border: 1px solid #ffffffe6 !important;
    padding:0px 8px !important;
    margin: 10px 3px !important;
    border-radius: 3px !important;
}

.awsm-job-specification-term {
    font-size: 17px;
} 

.awsm-job-specification-term::before {

}

.awsm-job-form-inner h2 {
    font-size: 22px !important;
    font-weight: bold;
}

input, button, select, textarea {
    width: 98% !important;
    margin: 14px 0 !important;
    padding: 8px;
    border: 1px solid;
    border-radius: 4px;
}

.awsm-job-form-group label {
    color: #212529 !important;
}

.awsm-selectric {
    border-radius: 2px;
}

.awsm-selectric .label {
    line-height: 25px;
    font-size: 15px;
    border:1px solid #ffffffe6;
    height: 49px;
}

.awsm-filter-item-search {
    padding: 0 0px 10px 10px;
}

.awsm-selectric .label,
.awsm-filter-item-search .awsm-job-form-control {
    padding: 10px;
    border-radius: 2px;
    margin: 0 !important;
    color: #444 !important;
    border:1px solid #ffffffe6;
    height: 43px;
}

.awsm-filter-item-search .awsm-job-form-control {
    border-radius: 3px !important;
    min-height: unset;
    height: 46px !important;
    padding: 10px !important;
    border: 2px solid #474747 !important;
}

.single .news-details-inner {
    border: none !important
}

.awsm-job-wrap {
    padding: 10px;
    border-radius: 2px;
    margin: 0 !important;
}

input[type="submit"] {
    font-size: 20px;
    padding: 15px 0;
    font-weight: bold;
    background: #000080;
}

.awsm-lists {
    border: none !important;
}

.awsm-job-item {
    /*background: #000080;*/
    padding: 30px 0;
    font-size: 14px;
    color: #ffffffe6;
    margin:0;
    border-radius: 2px;
}

.awsm-list-item, .awsm-filter-wrap,
.awsm-lists {
    border-radius: 2px;
}

.awsm-job-more,
.awsm-job-item h2.awsm-job-post-title a {
    color: #111111;
}

.awsm-job-item h2.awsm-job-post-title a {
    font-size: 33px;
}

.awsm-list-item .awsm-job-specification-item {
    margin: 10px 10px 0 0 !important;
    padding: 11px 14px !important;
    border-radius: 7px !important;
    height: auto !important;
}

.body-container .footer-scroll-top button {
    width: 50px !important;   
}

.awsm-job-more-container .awsm-job-more span {
    font-family: 'fontello' !important;
    font-size: 15px;
    padding: 0 5px 0 5px;    
}

.awsm-job-more-container .awsm-job-more span::before {
    content: '\e82d' !important;
}

.awsm-job-more {
    font-size: 17px;
    padding: 7px 14px;
    display: inline-block;
    line-height: 38px;
    border: 1px solid #ccc;
    border-radius: 6px;
    margin-top: 11px;
    background: linear-gradient(145deg, #f0f0f0, #ededed); /* marble-like effect */
    /* box-shadow: 3px 3px 6px #ccc, -3px -3px 6px #fff; */
    color: #333;
    text-align: center;
    transition: all 0.4s ease-in;
    text-decoration: none;
    border:2px solid #e6e6e6;
}

.awsm-job-more::before {
    display:none;
    content: "\f05a"; /* Briefcase icon */
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #000080;
    margin-right: 6px;
}

.awsm-job-more:hover {
    border:2px solid #a7a7a7;
    background: linear-gradient(145deg, #ffffff, #f6f3f3);
    box-shadow: inset 2px 2px 5px #ebeaea, inset -2px -2px 5px #fff;
    color: #000080;
}

.awsm-job-item h2.awsm-job-post-title a {
    font-size: 30px;
}

.navbar-brand-inner {
    width: 100% !important;
    display: block !important;
    padding: 0 !important;
    margin: 0 !important;
}

.navbar-brand {
    width: 100% !important;
    display: block !important;
    text-align: center !important;
    margin: 0 !important;
}

.navbar-header {
    width: 100%;
    display: block !important;
}

.blog-single-title, .post-nav, .nav-trigger { 
    display: none !important;
}

@media screen and (min-width: 1200px) {
    .mainbar-row > [class^=col].text-right {
        display: none;
    }
}

.social-icon li:not(:last-child) {
    margin-left: 1em;
}
  
/* Job Category */
.awsm-job-specification-job-category span::before {
    content: "\f0b1"; /* Briefcase icon */
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: white;
    margin-right: 6px;
}

/* Job Type (Full/Part Time) */
.awsm-job-specification-job-type span::before {
    content: "\f017"; /* Clock icon */
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: white;
    margin-right: 6px;
}

/* Job Location */
.awsm-job-specification-job-location::before {
    content: "\f3c5"; /* Map Marker icon */
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: white;
    margin-right: 6px;
}

.awsm-job-post-title::before {
    content: "\f2bb"; /* Briefcase icon */
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: white;
    margin-right: 8px;
}

.sidenav .widget_nav_menu ul li.current-menu-item a {
    color: #000080 !important;
    font-weight:bold !important;
}
