/*
Theme Name: Jobseek Child
Description: Child Job Board WordPress Theme
Author: coffeecream 
Theme URI: http://themeforest.net/user/coffeecream/portfolio
Author URI: http://themeforest.net/user/coffeecream
Template: jobseek
Version: 1.0
License: ThemeForest Regular License
License URI: http://themeforest.net/licenses/regular
Text Domain: jobseek
*/

body {
    padding-top: 72px !important;
}
/***********  Colors  ************/
a, .btn, .load_more_jobs, .load_more_resumes, .button, [type="button"], [type="submit"], .bookmark-notice, .resume_file_button, .job-manager-alerts tfoot a, .resume-manager-resumes tfoot a, .job-applications-download-csv, .paging a, .job-manager-single-alert-link a, .facetwp-map-filtering, .fwp-load-more {
    color: #fc7600;
    border-color: #fc7600;
} 
a:hover, .btn:hover, .load_more_jobs:hover, .load_more_resumes:hover, .button:hover, [type="button"]:hover, [type="submit"]:hover, .bookmark-notice:hover, .resume_file_button:hover, .job-manager-alerts tfoot a:hover, .resume-manager-resumes tfoot a:hover, .job-applications-download-csv:hover, .paging a:hover, .job-manager-single-alert-link a:hover, .facetwp-map-filtering:hover, .fwp-load-more:hover {
    color: #e36c03;
    border-color: #e36c03;
}
.sidebar .widget.job-overview ul li a {
    color: #fc7600;
}
.btn, .load_more_jobs, .load_more_resumes, .button, [type="button"], [type="submit"], .bookmark-notice, .resume_file_button, .job-manager-alerts tfoot a, .resume-manager-resumes tfoot a, .job-applications-download-csv, .paging a, .job-manager-single-alert-link a, .facetwp-map-filtering, .fwp-load-more {
    border: 1px solid #fc7600;
}
footer [class^="fa-"], footer [class*=" fa-"] {
    border: 2px solid #fc7600;
}

.search_categories .select2-selection__placeholder {
    color: #888 !important;
    padding-left: 10px;
}
[type="text"], [type="email"], [type="password"], [type="search"], [type="tel"], [type="url"], [type="number"], [type="date"], [type="datetime"], [type="time"], [type="file"], textarea, select {
    display: block;
    font-family: "Roboto", Arial, sans-serif;
    font-size: 1em;
    font-weight: normal;
    width: 100%;
    height: auto;
    color: initial;
    background: #fff;
    border: 1px solid #aeaeae;
    border-radius: 3px;    
    padding: 0.88em 1em;
}
body .select2-container--default .select2-selection--multiple, body .select2-container--default .select2-selection--single, body .select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #aeaeae;
    border: 1px solid #aeaeae;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #888;
}
.category-groups ul li a {
    color: #888;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    border: 1px solid #dbdbdb;
}

/***********  Header Logo Menu  ************/
#header #logo {
    padding: 0;
    align-self: center;
    font-weight: bold;
    font-size: 26px;
}
#header #logo a img {
    display: block;
    max-width: 240px;
    width: 120px;
    height: auto;
    border-radius: 2px;
}
#header nav#main-nav > ul li {
    margin-right: 5px;
}
#header nav#main-nav > ul li a {
    padding: 0 10px;
}
#header .menu-collapser {
    height: 66px;
}	


/***********  Header Icons Bookmarks  ************/
.menu_ico {
    display: flex;
    position: relative;
    float: right;
    flex-direction: row;
    width: auto;
    max-width: 200px;    
    height: 47px;
    overflow: visible;
}
.menu_ico ul li::before {
    display: none;
}
.menu_ico #my_bookmarks_head {
    float: none;
    order: 1;
    -webkit-order: 1;
    display: block;
    position: relative;
    width: 80px;
    max-width: 80px;
    height: 47px;
    text-align: center;
    background: #e36c03;
    padding: 6px 2px;
    margin-right: 5px;
}
.menu_ico #lng_switch {
    float: none;
    order: 2;
    -webkit-order: 2;
    display: block;
    position: relative;
    width: 80px;
    max-width: 80px;
    height: 47px;
    text-align: center;
    background: #e36c03;
    padding: 6px 0;
}
.menu_ico #my_bookmarks_head:hover, .menu_ico #lng_switch:hover {
    background: #2a2a2a;
    transition: all .4s ease;
}
.menu_ico #my_bookmarks_head .heads_icons, .menu_ico #lng_switch .heads_icons  {
    font: normal normal normal 24px/1 FontAwesome;
    color: #eaeaea;
}
.menu_ico .heads_txt {
    display: block;
    font-size: 10px;
    line-height: 5px;
    color: #fbfbfb;
}

#head_ico_toggle_trigger {
    display: inline-block;
    margin: 0 auto;
    padding: 0;
    cursor: pointer;
}
.heads_txt .heads_txt.active::after, .heads_txt .heads_txt::after {
    font-family: fontawesome;
    margin-left: 4px;
    font-size: 7px;
    bottom: 1px;
    position: relative;
}
.heads_txt.active .heads_txt::after {
    content: '\f078';
}
.heads_txt .heads_txt::after {
    content: '\f077';
}

.head_ico_toggle_container {
    position: relative;
    background: #ddd;
    margin: 0 auto;
    top: -4px;
    z-index: 999;
}
.head_ico_toggle_container .lang_li {
    display: block;
    width: 100%;
    font-size: 12px;
    text-align: left;
    padding: 2px;
    border-bottom: 1px solid #c9c9c9;
}
.head_ico_toggle_container a {
    color: #444444;
}
#lng_switch .lang_li img {
    display: inline-block;
    vertical-align: middle;
    width: 36px;
    height: auto;
    margin: 0 5px;
}
#lng_switch .lang_li:hover {
    background: #fc7600;
    color: #f5f5f5;
}

/***********  Header Menu_2  ************/
#header-menu_2 {
    display: none;
    width: 100%;
    background: #2a2a2a;
    border-bottom: 1px solid #c4c4c7;
    position: relative;
    padding: 0;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
}
.container-menu_2 {
    height: 36px;
    margin: 0 auto;
    max-width: 1280px;
    padding: 0;
    text-align: center;
}
.sub-menu_2 {
    display: inline-block;
    text-align: center;
    margin: 0 auto;
    list-style: none;
}
.sub-menu_2 li {
    display: inline-block;
    position: relative;
    float: none;
    width: auto;
    padding: 0;
    min-height: 36px;
    margin: 0;
    vertical-align: top;
    float: none !important;
    white-space: normal;
}
.sub-menu_2 li::before {
    display: none;
    visibility: hidden;
}
.sub-menu_2 li a {
    font: normal 400 14px/24px Tahoma,sans-serif;
    color: #f5f5f5;
    padding: 6px;
    display: inline-block;
    text-decoration: none;
}
.sub-menu_2 li a:hover {
    border-bottom: 3px solid #3bb2d6;
    color: #f5f5f5;
    transition: all .4s ease;
}

/***********  Title Content margins  ************/
#title {
    padding: 36px 0 20px;
}
#content {
    padding: 30px 0;
}
.single.single-job_listing #title {
    padding: 40px 0 10px;
}
.single.single-job_listing #content {
    padding: 0 0 20px 0;
}
.single #title {
    padding: 0;
}
.single #content {
    padding: 50px 0 30px;
}
.single.single-job_listing #title h1 {
    margin-right: 0;
	line-height: 36px;
}
.page-template-page-no-title #content {
    padding: 0;
}

/***********  Blogs  ************/
.blog article, .archive article, .search article {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    flex-direction: row;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.blog article .post-image, .archive article .post-image, .search article .post-image {
    margin: 0 auto;
    background: transparent none;
    width: auto;
    height: auto;
    vertical-align: middle;
}
.blog article .post-image a img, .archive article .post-image a img, .search article .post-image a img {
    width: 200px;
    max-width: 200px;
    height: auto;
    background: transparent none;
    vertical-align: middle;
    border: 0;
    margin: 0 auto;
}
.blog article .post-image a:hover::after, .archive article .post-image a:hover::after, .search article .post-image a:hover::after {
    opacity: 0;
}
.blog article .post-image a:hover, .archive article .post-image a:hover, .search article .post-image a:hover {
    opacity: 0.7;
}
.post-right {
    display: inline-block;
    margin-left: 12px;
}
.post-right h2 {
    font-size: 17px;
    line-height: 20px;
}
.blog article .post-title a, .archive article .post-title a, .search article .post-title a {
    color: #000;
}
.meta a {
    color: #777;
}
.blog article .meta, .archive article .meta, .search article .meta, .blog article p, .archive article p, .search article p {
    margin: 6px auto 8px;
    line-height: 22px;
}
.single article .post-title {
    line-height: 36px;
}
.single article .meta {
    padding: 20px 0 10px;
    line-height: 22px;
}

.soc-share.blog {
    height: auto;
    padding: 0 0 10px;
}
.soc-share.blog a {
    height: 34px;
    width: auto;
    min-width: 34px;
    line-height: 34px;
    text-align: center;
    border-radius: 2px;
}
.soc-share.blog a i {
    padding: 0 7px 0 7px;
}
.soc-share.blog a span {
    font-size: 13px;
    padding: 0 8px 0 0;
    line-height: 34px;
}

/***********  Search Form Blogs/Posts  ************/
#searchform {
    position: relative;
    width: 100%;
    display: inline-block;
}
form#searchform input.search_blogs, form#searchform input.job_type_search {
    float: left;
    width: 78%;
    border-right: transparent none;
    margin-right: -4px;
}
form#searchform .button.btn_cntnt {
    float: none;
    width: 22%;
    padding: 0.88em 1em;
    margin: 0px auto;
    border-radius: 0;
    line-height: 19px;
}
#searchform::after {
    display: none;
}

/***********  Job Types  ************/
.archive.tax-job_listing_type .job_filters {
    display: none;
    visibility: hidden;
}
.single-job_listing #title .job-type {
    margin: 15px 2px 0;
}
.single-job_listing #title .job-type.full-time {
    background: #2FCC5E;
}
.single-job_listing #title .job-type.temporary {
    background: #F06020;
}
.single-job_listing #title .job-type.contract {
    background: #2F98CC;
}
.single-job_listing #title .job-type.admit-card {
    background: #1EA246;
}
.single-job_listing #title .job-type.results {
    background: #c141bf;
}
.single-job_listing #title .job-type.syllabus {
    background: #f08d3c;
}
.single-job_listing #title .job-type.answer-key {
    background: #535e7e;
}

/***********  Job Search  ************/
.job_filters .search_jobs .search_keywords, .job_filters .search_jobs .search_categories {
    float: left;
    width: 24.9%;
    padding: 10px;
}
.tax-job_listing_category .job_filters .search_jobs .search_keywords, .tax-job_listing_category .job_filters .search_jobs .search_categories {
    float: left;
    width: 33.3%;
    padding: 10px;
}
.search_location, .select2-selection__arrow b {
    display: none;
    visibility: hidden;
}
.search_categories.state {
    display: block;
    visibility: visible;
}

.job_filters, .resume_filters {
    margin-bottom: 0;
}
.job_filters .search_jobs .search_categories input {
    width: 100% !important;
}
.job_types {
    display: none;
    visibility: hidden;
}
.job_filters .job_types li, .resume_filters .job_types li {
    float: left;
    padding: 5px 30px;
    width: auto !important;
}
ul.job_listings li {
    border-bottom: 1px solid #aeaeae;
}
ul.job_listings li a {
    padding: 12px 12px 12px 0;
}
ul.job_listings li.job_position_featured::after {
    top: 12px;
}

.job_filters .showing_jobs {
    display: none !important;
    visibility: hidden;
}

/* ------- Sidebar Job Fields -------- */
.single.single-job_listing .single_job_listing {
    margin-top: -1px;
    padding-top: 10px;
}
.single.single-job_listing .company-info .image {
    height: 100px;
    width: 100px;
}
.single.single-job_listing .company-info .image img {
    max-height: 90px;
    max-width: 90px;
}

.single-job_listing .sidebar {
    padding: 0;
    margin-top: -110px;
}
.sidebar .widget.job-overview {
    background: #fbfbfb;
    border: transparent none;
    padding: 10px;
	margin: 0 auto;
}
.sidebar .widget.job-overview ul li {
    color: #888;
    margin: 0;
    padding: 5px 10px;
    border: 1px solid #888;
    border-bottom: transparent none;
}
.sidebar .widget.job-overview ul li:nth-last-child(1) {
    border-bottom: 1px solid #888;
}
.sidebar .widget.job-overview ul li:nth-last-child(even) {
    background: #f2f2f2;
}
.sidebar .widget.job-overview ul li p {
    margin: 5px 0 0 5px;
}
.sidebar .widget.job-overview ul li p::before {
    content: '-';
    margin-right: 5px;
}
.sidebar .widget.job-overview ul li p.pln_txt {
    margin-left: 0;
}
.sidebar .widget.job-overview ul li p.pln_txt::before {
    display: none;
}
.sidebar .widget.job-overview strong {
    color: #000;
    display: inline-block;
    font-weight: normal;
    margin-right: 10px;
}
.sidebar .widget.job-overview ul li ul {
    margin-left: 25px;
}


/***********  Apply Job Links Button ************/
.button.btn_cntnt {
    display: block;
    width: 86%;
    margin: 15px auto;
    text-align: center;
    background: #fc7600;
    color: #fff;
    text-transform: uppercase;
}
.button.btn_cntnt:hover {
    background: #e36c03;
}
.button.btn_cntnt.light {
    background: #f5f5f5;
    color: #fc7600;
    border: 1px solid #fc7600;
}
.button.btn_cntnt.light:hover {
    background: #fc7600;
    color: #fff;
}

/* ------- Job Links i.e, Admit, Results etc and Additional Text Area -------- */
.job_links {
    width: auto;
    border: 1px solid #888;
    padding: 10px;
    color: #888;
    margin: 14px auto;
}
.title_job_links h3 {
    color: #666;
    font-family: "Roboto", Arial, sans-serif;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.75em;
    word-wrap: break-word;
    padding: 8px;
    margin: 0;
}
.job-links-txt, .additional-text-area {
    padding: 5px;
    color: #888;
}

/***********  Bookmarks Single Job Listings  ************/
.add_bookmark_job_listing button.preset.active i  {
    color: #dd5d5d;
}
ul.job_listings li a .description ul li.add_bookmark::before, ul.job_listings li a .description .expired::before {
    display: none;
    visibility: hidden;
}

/***********  My Bookmarks Page  ************/
li.my-fav-list {
    padding: 20px 0;
}
#bookmrk_thumb img {
    width: 160px;
    max-width: 160px;
    height: auto;
    padding: 20px;
    border: 1px solid #e1e1e1;
}   
#bookmrk_title  {
    font-family: "Roboto", Arial, sans-serif;
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 0;
    text-transform: none;
    color: #2a2a2a;
}
#bookmrk_btn {
    display: block;
}
#bookmrk_excerpt {
    display: block;
    font-family: "Roboto", Arial, sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5em;
    color: #888;
    margin: 12px 0 0 0;
    word-wrap: break-word;
}

/***********  Social Share All  ************/
.soc-share-container {
    position: relative;
    display: inline-block;
}
.soc-share {
    padding: 10px 0 0;
    height: 34px;
}
.soc-share a {
    color: #fff;
    padding: 0;
    display: inline-block;
    margin: 0px 2px;
    overflow: hidden;
    text-decoration: none;
    text-transform: none;
    cursor: pointer;
    transition: all .2s ease-in-out;
    border: 0;
    height: 34px;
    width: 34px;
    line-height: 34px;
    text-align: center;
    border-radius: 100%;
}
.soc-share a:hover{color:#fff; opacity: 0.7;}
.soc-share .fb-btn{background:#3b5998}
.soc-share .twt-btn{background:#00acee}
.soc-share .linkd-btn{background:#0077B5}
.soc-share .wap-btn-mob,.soc-share .wap-btn-desk{background:#4dc247}
.soc-share .emil-btn{background:#dc4e41}


/***********  Custom Table for Jobs  ************/
.kc_adt_jobs {
    width: 98%;
    margin: 0 auto;
    padding: 0;
}

.kc_adt_jobs caption {
    font-family: Montserrat;
    font-size: 1.2em;
    font-weight: 700;
    color: #2a2a2a;
    text-align: center;
    letter-spacing: 0px;
    text-transform: capitalize;
    border: 1px solid #666;
    border-bottom: transparent none;
    padding: 16px 10px;
}
.kc_adt_jobs tr:first-child {
    background: #f2f2f2;
}
.kc_adt_jobs tr:nth-last-child(2n) {
}
.kc_adt_jobs td {
    border: 1px solid #666;
    padding: 12px 10px;
}
.kc_adt_jobs h4, .kc_adt_jobs tr:first-child td {
    font-size: 16px;
    font-weight: 600;
    color: #444;
    margin: 0;
}

/***********  Footer  ************/
.my-footer, .my-footer a {
    font-size: 14px;
    font-weight: 400;
    color: #f1f1f1;
    padding-bottom: 12px;
}
.my-footer a {opacity: 0.9;}
.my-footer a:hover {opacity: 1;}
.footer-links {
    text-align: center;
    margin: 0 auto;
    padding: 0;
}
#foot-links {
    display: inline-block !important;
    overflow: hidden;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}
#foot-links li {
    float: none;
    display: inline-block;
    text-align: center !important;
    list-style: none;
    padding: 0;
}
#foot-links li::before {
    display: none;
}
#foot-links li a {
    display: block;
    border: none !important;
    text-decoration: none;
    font-weight: 400;
    color: #f1f1f1;
    font-size: 14px;
    padding: 0 8px;
    line-height: 32px;
}

.footer-left {
    display: inline-block;
    float: left;
    padding: 5px;
}
.footer-right {
    display: inline-block;
    float: right;
    padding: 5px;
}
.my-credits .hrt::before {
    content: "\f004";
    font-family: fontawesome;
    color: #f34a4a;
}
#my-credits, .footer-Copyright {
    position: relative;
    display: block;
    text-align: center;
}

/***********  Responsive  ************/

@media only screen and (min-width:1024px){
  .wap-btn-mob{display:none !important;}
}

@media (max-width: 1023px) {
   .wap-btn-desk{display:none !important;}
   .job_filters .search_jobs .search_keywords, .job_filters .search_jobs .search_categories, .tax-job_listing_category .job_filters .search_jobs .search_keywords, .tax-job_listing_category .job_filters .search_jobs .search_categories {
    padding: 10px 5px;
   }
}

@media (max-width: 991px) {
   #title {
    padding: 60px 0 0 0;
   }
   #title h1 {
   line-height: 36px;
   }   
   .single.single-job_listing #title {
    padding: 50px 0 20px;
   }
   .single #title {
    padding: 0;
   }   
   .single #content {
    padding: 60px 0 0 0;
   }

   .menu_ico {
    margin-right: 40px;
   }
   #header-menu_2 {
    display: block !important;
   }
   .single.single-job_listing #title h1 {
    font-size: 24px;
    padding: 10px 0 0px 0;
	line-height: 1;
   }
   .single.single-job_listing #title a {
    display: inline;
    line-height: 1;
    margin-bottom: 15px;
   }
   .single.single-job_listing #title .job-type {
    margin-top: 0;
	}
   .single.single-job_listing .vc_row {
    display: flex;
    position: relative;
    float: none;
    flex-direction: column;
   }
   .single.single-job_listing .vc_col-md-8.company {
    float: none;
    order: 1;
    -webkit-order: 1;
   }
   .single.single-job_listing .vc_col-md-4.sidebar {
    float: none;
    order: 1;
    -webkit-order: 1;
    margin: 0 auto;
    width: 100%;
   }
   .single.single-job_listing .vc_col-md-8 {
    float: none;
    order: 3;
    -webkit-order: 3;
   }
   .single.single-job_listing .single_job_listing {
    border-top: transparent none;
   }
   .button.btn_cntnt {
    padding: 10px;
   }
}

@media screen and (max-width: 768px) {
   .single.single-job_listing .company-info {
    display: table;
   }
   .single.single-job_listing .company-info .image {
    display: table;
    margin: 0;
   }
   .single.single-job_listing .company-info .company-details {
    display: table-cell;
    padding-left: 10px;
    vertical-align: middle;
   }
   .single.single-job_listing .company-info .company-details {
    font-size: 15px;
    line-height: 1.4;
   }
   .blog article .meta, .archive article .meta, .search article .meta {
    font-size: 14px;
    line-height: 18px;
   }
   .soc-share a span{
    display: none;
   }
   .sidebar {
    margin-top: 2em;
   }
   .job_filters .search_jobs {
    padding: 0 0 10px;
   }

   .job_filters .search_jobs .search_keywords, .job_filters .search_jobs .search_categories, .tax-job_listing_category .job_filters .search_jobs .search_keywords, .tax-job_listing_category .job_filters .search_jobs .search_categories {
    width: 100%;
    float: none;
    padding: 5px;
   }
   .job_filters .search_jobs .search_keywords input {
    padding: 8px 20px;
   }
   .job_filters .search_jobs .search_categories input {
    margin: 8px 0 0px 0;
   }
   body .select2-container--default .select2-selection--single {
    min-height: 37px;
   }
   body .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 37px;
   }
   .job_filters .job_types li, .resume_filters .job_types li {
    padding: 5px 10px;
   }
}

@media screen and (max-width: 720px) {
   .footer-left, .footer-right {
    float: none;
    display: block;
   }
}

@media screen and (max-width: 480px) {
   .blog article, .archive article, .search article {
    display: inline-block;
   }
   .blog article .post-image a img, .archive article .post-image a img, .search article .post-image a img {
    width: 100%;
    max-width: 360px;
    height: auto;
   }
   .post-right {
    margin-top: 12px;
   }
}

@media screen and (max-width: 400px) {
   .menu_ico #my_bookmarks_head, .menu_ico #lng_switch {
    width: 72px;
    max-width: 72px;
   }
   .head_ico_toggle_container .lang_li {
    text-align: center;
    margin: 0 auto;
   }
   #lng_switch .lang_li img {
    margin: 0 auto;
   }
   #lng_switch .lang_li span {
    display: none;
   }
}

@media screen and (max-width: 359px) {
   .menu_ico .heads_txt {
    display: none;
   }
   .menu_ico #my_bookmarks_head, .menu_ico #lng_switch {
    width: 48px;
    max-width: 48px;
    padding: 12px 2px;
   }
   .head_ico_toggle_container {
    top: 5px;
   }
}
