/**************** plugin Color variable *******************/
.jxpress-background, .jxpress-role-tabs .active, .progress-bar
{
    background: var(--color);
    background-color: var(--color);
}
.jxpress-color
{
    color:var(--color);
}
.jxpress-border-color
{
    border-color:var(--color);
}
.error
{
    color: red;
}
.progress
{
    height: 1.5rem;
}
.btn
{
    box-shadow: none !important;
}
#job-apply input.form-control {
    padding: 5px 10px;
    margin-bottom: 15px;
}
button.btn.btn-default.btn-close, a.btn.btn-close.btn-default {
    opacity: 1;
    width: auto;
    height: auto;
}
.btn:disabled {
    opacity: 1;
    background: var(--color)!important;
}
a.view-cover-letter-modal-link {
    font-size: 14px;
    display: block;
    text-align: center;
    margin-top: 10px;
}
img.candidate-img-rounded {
    border-radius: 50%;
    width: 80px;
    object-fit: cover;
}
input.btn:active, button.btn.btn-default:focus, input.btn.btn-larger.btn-block:active, input.btn.btn-larger.btn-block:focus, input#jxpress_password_submit:active, input#jxpress_password_submit:focus {
    background: var(--color)!important;
}

/*************** Google Map ********************/
#jxpressmap, #jxpressmap-profile
{
    width:100%;
    height: 500px;
}
#jxpressmap.h-300
{
    height: 300px;
}
#jxpressmap .googleinfo-image img{
    max-height: 200px;
    width:  auto;
}
.gm-style-iw {
    height: auto;
    max-width: 230px !important;
    max-height:fit-content !important;
    overflow: visible  !important;
}
.gm-style .gm-style-iw {
    font-weight: inherit;
    font-size: 15px;
    overflow: hidden;
}
.gm-style .gm-style-iw-d
{
    max-height: 100% !important;
}
/************************** Error Message Display *************/
.toaster
{
    bottom: 10px;
    top:auto !important;
}
.toaster .message
{
    display: inline;
}
/************************** Login / Register **************/
.jxpress-role-tabs .active a
{
    color:#fff;
}
#jxpress-register .jxpress-login-tabs, #jxpress-login .jxpress-login-tabs, .jxpress-lostpasswordform
{
    display:none;
}
#jxpress-register .border, #jxpress-login .border
{
    border:none !important;
}
#jxpress-register .tab-content, #jxpress-login .tab-content
{
    padding:0px !important;
}

/******************* Filter ******************************/
.jxpress-filter [type=checkbox] + label {
    position: relative;
    padding-left: 25px;
    cursor: pointer; }

.jxpress-filter [type=checkbox] {
    position: absolute;
    left: -9999px;
    visibility: hidden; }

.jxpress-filter [type=checkbox] + label:before {
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    width: 17px;
    height: 17px;
    z-index: 0;
    border: 1.5px solid #e6e6e6;
    transition: .2s; }
.jxpress-filter [type=checkbox] + label:hover:before{
    border: 1.5px solid var(--color);
}

.jxpress-filter [type=checkbox]:checked + label:before {
    top: 3px;
    left: 0;
    width: 10px;
    height: 17px;
    border-width: 2px;
    border-color: transparent var(--color) var(--color) transparent;
    -webkit-transform: rotate(40deg);
    transform-origin: 100% 100%; }

/*********************** Candidate Listing ********************/
.jxpress-listing
{
    color: #333;  
    font-size: 15px;
}
.jxpress-listing h5{
    font-size: 18px;
    letter-spacing: 1px !important;
    text-transform: uppercase !important;
    color: #7d7d7d;
}
.jxpress-btn-outline
{
    border:1px solid var(--color);
    color: var(--color);
    padding: 10px 15px;
    line-height: 1;
    display: block;
    text-align: center;
}
.jxpress-btn-outline:hover, .jxpress-btn-outline.active
{
    background:var(--color);
    color:#fff;
}
.jxpress-listing-view .active
{
    color: var(--color); 
}
.jxpress-list-item{
/* transition: transform .3s; /* Animation */*/
 border-right: 1px solid #dee2e6!important;
 }
 .chosen-container {
        margin-top: 15px;
    margin-bottom: 15px;
 }
.jxpress-list-item:hover{
    background: #fff;
     transform: scale(1.02);
     z-index: 100;
     border-top:1px solid #e1e1e1 !important;
-webkit-box-shadow: 0px 3px 20px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 3px 20px 0px rgba(0,0,0,0.2);
box-shadow: 0px 3px 20px 0px rgba(0,0,0,0.2);
}
.jxpress-shadow
{
    border: 1px solid #ececec;
    box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.10);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
/************************* Jxpress Social Media *******************/
.jxpress-social-media-button{
    width: 37px;
    height: 37px;
    color: #fff !important;
    text-align: center;
    font-size: 20px;
    background-color: #3b5999;
    border-radius: 3px;
    line-height: 37px;
    
    display: inline-block;
    margin-right: 10px;
    margin-top: 10px;

}
.jxpress-social-media-button.twitter{ background-color: #55acee;}
.jxpress-social-media-button.linke{ background-color: #2876b4;}
.jxpress-social-media-button.google{ background-color: #dd4b39;}

/********************* Single Candidate ************************/
.information-tip
{
    padding: 10px;
    position: relative;
    overflow: hidden;
}
.information-tip i{
    position: absolute;
    left: 0px;
    top: 0px;
    font-size: 80px;
    color: #eee;
    opacity: 0.70;

}
.information-tip span {
    display: block;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1.2;
    font-size: 16px;
    position: relative;
    margin-bottom: -3px;

}
.jxpress-timeline
{
    float: left;
    width: 100%;
    padding: 0px 0px 20px 50px;
    border-left: 2px solid #efefef;
    position: relative;
    margin-left: 20px;
}
.jxpress-list-circle
{
    position: absolute;
    left: -17px;
    top: 0px;
    width: 30px;
    height: 30px;
    border: 2px solid;
    background-color: #ffffff;
    border-radius: 100%;    
    background: #fff;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
}
.jxpress-list-circle:before {
    content: '';
    position: absolute;
    left: 28px;
    top: 10px;
    width: 25px;
    height: 2px;
    background-color: #efefef;
}
h5.jxpress-title
{
    color: #333;
    font-size: 20px;
    line-height: 33px;
    font-weight: 500;
    line-height: 1.2;
}
h5.jxpress-title span {
    color: var(--color);
    font-size: 16px;
    display: block;
}
h4.jxpress-title
{
    color: #333;
    font-size: 24px;    
    line-height: 1;
    font-weight: 500;
}
h6.jxpress-title
{
    color: #333;
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    line-height: 1.2;
}
.job-type-box {
    color: #fff !important;
    background-color: #5cc069;
    font-size: 12px;
    
    border-radius: 0px;
    line-height: 1.42857143;
    padding: 5px 8px !important;
    border-radius: 3px;
    display: inline-block;
}
.jxpress-small
{
    font-size: 13px;
}

/************************* Single Job *************************/
.jxpress_job_banner {
    background-color: #01758317;
    border-top: solid 1px #f2f2f2;
    border-bottom: solid 1px #f2f2f2;
    padding: 55px 0px;    
    width: 100%;
}
.jxpress_job_banner h1 {
    color: #333;
}
.profile-section ul{
    margin-left: 0px;
}


/******************** Dashboard *******************/
.jxpress-dashboard-link
{
    box-shadow: 0px 0px 53px -25px rgba(0,0,0,0.75);
    padding: 20px;
    border-bottom: solid 4px var(--color);
    border-radius: 4px;
}
.jxpress-dashboard-link h4 {
    font-size: 16px;
    color: #333;
    line-height: 24px;
    font-weight: 500;
    margin-top: 15px;
    margin-bottom: 10px;
}
.user-update-form, .user-add-form
{
    display: none;
}

/**************** Pricing Panel *******************/
.panel-pricing {
    border: solid 1px #e1e1e1;
}
.panel-pricing ul{
    margin-left: 0px;
    padding-left: 0px;
    margin-bottom: 0px;    border-radius: unset;
}
.panel-pricing ul li:first-child{
    border-top: none;
}
.panel-footer a.btn.btn-lg.btn-block {
    width: 100%;
}
.panel-pricing .card-header
{
    background: #fff;
    border-bottom: none;
}
.vc_custom_1554811582348 {
    width: 68%;
}
.panel-pricing li {    

    padding-bottom: 0;
    font-size: 13px;
    line-height: 36px;
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border:1px solid rgb(0 0 0 / 32%);
    border-left: none;
    border-right: none;
    text-align: center;
}
.panel-pricing .panel-heading {
    color: #333;
    background-color: transparent;
    border-color: transparent;
    font-size: 16px;
}
.panel-pricing .panel-heading h3 {
    font-size: 16px;
}
.display-2 {
    font-size: 70px;
    color: var(--color);
    border: solid 1px #e1e1e1;
    padding: 30px;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    border-left: 0px;
    border-right: 0px;
    margin-bottom: 20px;
}
.display-2:hover, .display-2.yes {
    background-color: var(--color);
    color: #fff;
    border-color: var(--color);
}
.display-2 .currency {
    font-size: 20px;
    position: relative;
    top: -45px;
    letter-spacing: 0px;
}
.display-2 .period {
    font-size: 20px;
    font-weight: 300;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
    float: left;
    width: 48%;
    max-width: 100%;
}
.jxpress-alerts input[type="text"], .jxpress-alerts input[type="email"] {
    padding: 7px 10px;
}
button:active {
    background: var(--color)!important;
}
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    float: left;
    width: 48%;
    max-width: 100%;
}

.woocommerce form .form-row label, .woocommerce-input-wrapper{  
    width: 100%;
}

/******follow*******/
ul.follow {
    margin: 0px;
    padding: 15px 0px;
    overflow: hidden;
}
ul.follow li {
    list-style: none;
    width: 50px;
    height: 50px;
    background-color: var(--color);
    border-radius: 50px;
    text-align: center;
    float: left;
    margin: 0 5px;
    line-height: 53px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s;
    transition: .3s;
}
ul.follow li a {
    font-size: 20px !important;
    color: #fff;
    display: block;
    line-height: 50px !important;

}
ul.follow li:hover{ margin: -10px 5px; }
.jxpress-border
{
    border: solid 1px var(--color);
    margin-top: 20px;
    margin-bottom: 30px;
}

/******************** Jxpress Job Search Form **********************/
.jxpress-job-search {   
    position: relative;
    background: #fff;
}
.jxpress-job-search .form-control, .jxpress-job-search  .chosen-container-single .chosen-single {
    padding-left: 35px !important;
}
.jxpress-job-search .search_icon {
    color: #7d7d7d;
    font-size: 16px;
    position: absolute;
    top:20px;margin-left: 10px;
}
.jxpress-job-search .form-control, .jxpress-job-search  .chosen-container-single .chosen-single {
    border: none;
    box-shadow: none;
    outline: none;
    color: #7d7d7d;
    font-size: 16px;
    border-radius: 2px;
    position: relative;
    /*line-height: 64px;*/
}
.jxpress-job-search .b-r {
    border-right: solid 1px #d7d7d7;
}

.jxpress-job-search .chosen-container-single .chosen-single div:after{
    top:5px;
}

/********************** job by category ***********************/
.nav-pills .nav-link {
    margin-right: 3px;
    border: none;
    border-radius: 3px 3px 0 0;
    background-color: #ebebeb;
    color: #7d7d7d;
    font-size: 13px;
    line-height: 2;
}
.nav-pills .nav-link.active, .nav-tabs .nav-link:hover {
    background-color: var(--color);
    color: #fff;
    border: none;
}
.tab-content a {
    color: #7d7d7d;
    font-size: 13px;
    line-height: 30px;
}

/**************** Mail Chimp Newsletter **************************/
.jxpress-mailchimp .form-control {
    font-size: 13px;
    color: #7d7d7d;
    background-color: #ebebeb;
    border-radius: 5px;
    height: 40px;
}
.flat-button
{
    color:  var(--color) !important;
    padding:0px !important;
    background: transparent !important;
    line-height: 1 !important;
    border:none !important;
    font-weight: 500;
}

/********************* Jxpress Counter Box **********************/
.jxpress-counter-box
{
        margin: 10px 0px;
    float: left;
    width:100%;
}
.jxpress-counter-icon {
    color: #fff;
    font-size: 40px;
    float: left;
    padding-top: 10px;
    padding-right: 25px;
}
.jxpress-content {
    color: #fff;
    font-size: 20px;
    float: left;
    padding-left: 25px;
    border-left: 1px solid #fff;
}
.jxpress-content h2 {
    color: #fff;
    font-size: 30px;
    margin: 0;
}

/************** Secondary header ************************/
h2.jxpress-secondary-header
{
    font-size: 40px;
    color: #ffffff;
    line-height: 50px;
    text-align: left;
}
h2.jxpress-secondary-header span{
    background-color: var(--secondarycolor);    
    padding: 8px;
}
h2.second-header
{
    font-size: 60px;
    color: var(--secondarycolor);
    text-transform: uppercase;
    font-weight: 400;
    text-align: right;
        line-height: 50px;
}
h2.second-header span{
    font-size: 30px;
    color: #333333;
    text-transform: uppercase;
    font-weight: 700;
}
h2.section-header
{
    font-size: 40px;
    color: #333333;
    font-weight: 400;
}
h2.section-header span {
    color: var(--secondarycolor);
    font-weight: 600;
}
/************************** Jxpress testimonials **************************/
.jxpress-testimonial-box:before {
    content: "";
    width: 73px;
    height: 55px;
    position: absolute;
    left: 30%;
    top: -30px;
    background: url(../images/quote.png) right no-repeat;
}
.jxpress-testimonial-box:after {
    content: "";
    width: 73px;
    height: 55px;
    position: absolute;
    right: 27%;
    bottom: 0px;
    background: url(../images/quote.png) right no-repeat;
}
.jxpress-testimonial-box {
    background-color: #fff;
    margin-top: 110px;
    border-radius: 65px;
    position: relative;
    padding: 25px;
    box-shadow: 0 0 40px -40px rgba(0,0,0,0.9);
}
.jxpress-testimonial-box img {
    margin: 0 auto;
    position: relative;
    top: -65px;
    max-width: 120px;
    border-radius: 120px;
}
.jxpress-testimonial-box h4 {
    color: #333;
    font-size: 16px;
    font-weight: 600;
}
.jxpress-testimonial-box span {
    color: #7d7d7d;
    font-size: 12px;
}
.content-hr {
    border: solid 1px #e1e1e1;
    width: 70px;
    margin: 15px auto;
}
.jxpress-testimonial.slick-slider .slick-next:before, .jxpress-testimonial.slick-slider .slick-prev:before {

    color: rgba(0, 0, 0, 0.8);
    border: solid 1px #e1e1e1;
    background-color: #fff;
}
.jxpress-testimonial .sticky-label:before, .jxpress-testimonial button.slick-arrow, .jxpress-testimonial button.slick-arrow:before{
    background: #fff!important;
}

/********************** Icon Block ****************************/
.jxpress-icon-box
{
    display: flex;  
}
.jxpress-icon-box .jxpress-icon {
    font-size: 50px;
    color: var(--color);
    float: left;
    padding-right: 20px;
    padding-top: 0px;
}
.jxpress-icon-box .jxpress-content h2 {
    font-size: 20px;
    color: #333;
    line-height: 1;
    font-weight: 500;
}
.jxpress-icon-box .jxpress-content p {
    color: #7d7d7d;
}
.jxpress-icon-box .jxpress-content {
    color: #7d7d7d;
    font-size: 15px;
    line-height: 25px;
    float: left;
    padding-left: 0px;
    border-left: 0px solid #fff;
}


/*======================== Checkbox & Radio Css ===============================*/
[type=radio] + label, [type=checkbox] + label {
  position: relative;
  padding-left: 25px;
  cursor: pointer; }

[type=radio], [type=checkbox] {
  position: absolute;

   }

[type=checkbox] + label:before {
  content: '';
  position: absolute;
  top: 5px;
  left: 0;
  width: 17px;
  height: 17px;
  z-index: 0;
  border: 1.5px solid #e6e6e6;
  transition: .2s; }
[type=checkbox] + label:hover:before{
      border: 1.5px solid var(--color);
}

[type=checkbox]:checked + label:before {
  top: 3px;
  left: 0;
  width: 10px;
  height: 17px;
  border-width: 2px;
  border-color: transparent var(--color) var(--color) transparent;
  -webkit-transform: rotate(40deg);
  transform-origin: 100% 100%; 
}

/*======================== Job Category Box ===============================*/
.jxpress-category-block
{
        background: #fff;
    padding: 40px 20px;
    text-align: center;
    border: 1px solid #f0f0f0;
    font-size:13px;
    margin-bottom: 15px;
    margin-top: 15px;
   transition: transform .3s; /* Animation */
}
.jxpress-category-block:hover{
     background: var(--color);
}
.jxpress-category-block:hover i
{
    display: none;
}
.jxpress-category-block:hover h6{
    color:#fff;    
}
.jxpress-category-block:hover .jobs-count
{
    display: block;
}
.jxpress-category-block i{
    background: var(--color);
    color: #fff;
    width: 40px;
    height: 40px;  
    line-height: 40px;
    border-radius: 40px;
}
.jxpress-category-block h6{
    font-size: 16px;
    font-weight: bold;
    margin-top: 15px;
}
.jxpress-category-block .jobs-count
{
    display: none;
    color:#fff;
}
.jxpress-category-block-style2 i
{
        background: #f4f5fe;
    padding: 15px;
    color: var(--color);
    border-radius: 5px;
    font-size: 30px;
}
.jxpress-category-block-style2 h6{
    font-size: 16px;
    font-weight: bold;
    color:#333333;
}
.jxpress-category-block-style2 .jobs-count
{
   font-size: 13px; 
   color:#7d7d7d;
}
/*************************** Featured Grid Job ****************/
.jxpress-dotted-border
{
    border-top: 1px dotted #dee2e6;
}
.job-title-light
{
    color:#333;
}
.text-black
{
    color:#333333;
}
.job-place
{
    font-size: 13px;
    color:#7d7d7d;
    line-height: 1;
}
.grid-job-type 
{
          display: inline-block;
    float: right;
}
.grid-job-shortlist
{
        border: 1px solid #c9c9c9;
    height: 30px;
    width: 30px;
    line-height: 20px;
    font-size: 13px;
    border-radius: 30px;
    padding: 5px;
    display: block;
    color: #c9c9c9;    display: inline-block;
}
.grid-job-shortlist:hover, .grid-job-shortlist.active
{
     background: var(--color);
    color: #fff;
     border: 1px solid var(--color);
}

/***************************** Jxpress Seperator ************************/
.jxpress-seperator.vc_separator.vc_sep_color_white .vc_sep_line {
    border-color: rgba(255,255,255,0.2);
}
.jxpress-seperator.vc_separator.vc_separator_align_center h4 {
   color:rgba(255,255,255,0.6);
}

/************** Jxpress dotted line *****************/
.jxpress-line-1, .jxpress-line-2
{
    position: relative;
}
.jxpress-line-1:after, .jxpress-line-2:after
{
    content: "";   
    position: absolute;
    right: -95px;
    top: 32px;
    width: 170px;
    height: 40px;
}
.jxpress-line-1:after{
     background: url(../images/line1.png) right no-repeat;
}
.jxpress-line-2:after{
     background: url(../images/line2.png) right no-repeat;
}
.slick-dots li button {
    font-size: 0 !important;
}



/* ======== checkout-page ======== */
input#user_role_candidate {
    position: absolute !important;
    top: 10px !important;
    left: 0;
}
.woocommerce form .form-row label, .woocommerce-input-wrapper {
    position: relative !important;
}
input#user_role_employer {
    top: 50px !important;
    left: 0;
}
input#payment_method_paypal {
    display: block !important;
    top: 16px;
}
li.wc_payment_method.payment_method_paypal {
    position: relative;
}
input#rememberme {
    left: -19px;
    top: 4px;
}
label.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme {
    margin-left: 18px;
}