﻿/*
Theme Name: WPJobify
Theme URI: http://wpjobify.globalconsultingpk.com/
Author: Fairy Meadows Themes
Author: http://globalconsultingpk.com/
Description: WPJobify is a professional oriented WordPress Theme based on WP Job Manager. It is a complete solution for both Employers and Candidates. WPJobify WordPress theme is a complete Job Board WordPress theme that allows you to create a useful and easy to use job listings website
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: wpjobify
*/

@font-face { font-family: Quicksand; 
 src: url('fonts/Quicksand/Quicksand-Regular.ttf'); } 

 @font-face { font-family: Poppins; 
   src: url('fonts/Poppins/Poppins-Regular.ttf'); } 

   body {
    font-size: 14px;
    overflow-x: hidden;
  }
  div, p{
    font-family: Poppins;
    color:#777777;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6{
    font-family: Quicksand !important;
  }
  h1{
    color: #000;
    font-size: 2em;
    font-weight: bold;
    letter-spacing: 1px;
  }
  h2{
    color: #000;
    font-size: 1.5em;
    font-weight: bold;
    letter-spacing: 1px;
  }
  h3{
    color: #000;
    font-size: 1.17em;
    font-weight: bold;
    letter-spacing: 1px;
  }
  h4{
    color: #000;
    font-size: 1.12em;
    font-weight: 500;
    letter-spacing: 1px;
  }
  h5{
    color: #000;
    font-size:.83em;
    font-weight: bold;
    letter-spacing: 1px;
  }
  h6{
    color: #000;
    font-size: .75em;
    font-weight: bold;
    letter-spacing: 1px;
  }
  ul{
    padding: 0px !important;
  }
  ul li{
    list-style-type: none;
  }
  a{
    font-family: Poppins;
    overflow:auto;
    color: #8e9198;
  }
  a:hover{
    color:#7ac34c;
    text-decoration:none !important;
  }
  .p-color p{
    color: #ccc;
  }
  .widget.widget_media_image{
    margin-bottom: 20px !important;
  }

  img {
    height: auto;
    max-width: 100%;
  }

  .blog-post-title{
    text-align: center;
    color: #222;
  }
  .next-timeline{
    float: right;
    background-color: #F7F5F5;

    border-radius: 3px;
  }
  .next-timeline:hover{
    background-color: #7ac34c;
    color: #fff !important;
    transition: all 0.2s;
  }
  .next-timeline a:hover{
    color: #fff !important;

  }
  .previous-timeline{
    background-color: #F7F5F5;
    width: fit-content;
    border-radius: 3px;
  }
  .previous-timeline:hover{
    background-color: #7ac34c;
    color: #fff !important;
    transition: all 0.2s;
  }
  .previous-timeline a:hover{
    color: #fff !important;

  }

  .next-timeline a{
    color: #7ac34c !important;
    text-decoration: none !important;
    letter-spacing: normal !important;
    padding: 50px !important;
    font-size: 16px;
  }
  .previous-timeline a{
    text-decoration: none !important;
    color: #7ac34c !important;
    letter-spacing: normal !important;
    padding: 30px;
  }
  .next-timeline, .previous-timeline{
    margin: 50px 0 50px;

  }
  .blog-post-title{
    padding: 60px;
    background-color: #f7f5f5;
    border-bottom: 2px solid #eee;
  }
  .single-post-data{
    padding-top: 80px;
  }

/*
 * Override Bootstrap's default container.
 */
/*
 @media (min-width: 1200px) {
 	.container {
 		width: 1050px;
 	}
   }*/

   @media (min-width: 547px){

    ul.meta li.date{
      display: inline-block !important;
    }
    .custom-logo-link img{
      height: auto;
      width: auto;
    }
    .site-nav{
      display: flex;
      justify-content: center;
      align-items: center;
    }
    .job-listing-meta.meta{
      display: flex;
      justify-content: center;
    }
    .page-subtitle .location a{
     padding-right: 10px;
     /* border-right: 2px solid #ccc;*/

   }

   #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    margin-right: 10px !important;
  }

  .job-type.freelance,
  .job-type.full-time,
  .job-type.part-time,
  .job-type.internship,
  .job-type.temporary{ 
   float: right !important;
 }
}

/* Pagination */
.pager {
  display: none;
}
.pager > li > a {
  width: 140px;
  padding: 10px 20px;
  text-align: center;
  border-radius: 30px;
}
.navigation{
  margin-top: 20px;
}

/*
 * Footer
 */

 .blog-footer {
  padding: 50px 0 20px 0;
  background-image: url("images/footer.jpg");
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

#menu-footer{
  padding: 0;
}
.widget.simple-social-icons{
  margin-top: 3px;
}
.widget.simple-social-icons a{
  overflow-x: hidden;
  overflow-y: hidden;
  margin-right: 5px !important; 
}
.widget.simple-social-icons ul li{
  margin: 0 !important;
}
.vc_general.vc_btn3.vc_btn3-size-sm.vc_btn3-shape-round.vc_btn3-style-custom{
 font-family: Oswald;
 letter-spacing: 1px;
}

/* Standard Nav Menu */
.site-nav{
  background:#222b38;
  /*position: fixed;*/
  top: 0;
  z-index: 9999;
  /*overflow: hidden;*/
  height: 85px;
  width: 100%;

}
ul.site-nav > .menu-item-has-children > a::after {
  content: "▼";
  padding-left: 3px;
}

ul.sub-menu > .menu-item-has-children > a::after {
  content: "►";
  padding-left: 3px;
}

.site-nav ul {
  margin: 0;
  padding: 0;

}

.site-nav ul:before, .site-nav ul:after { content: ""; display: table; }
.site-nav ul:after { clear: both; }
.site-nav ul { *zoom: 1; }

.site-nav ul li {
  list-style: none;
  float: left;
}

.site-nav ul li a:link,
.site-nav ul li a {
  font-family: Poppins;
  color: #fff;
  margin: 2px 0;
  padding: 8px 14px;
  display: block;
  border: 2px solid transparent;
  text-decoration: none;
}
.site-nav ul li a:hover {
  color: #fff;
}
.menu-item-2276 a{
  border-color: #fff !important;
  border-radius: 3px;
}
.menu-item-2276 a:hover{
  background-color: #fff;
  color: #222b38 !important;
  border-color: #fff !important;
  transition: all 0.3s;
}

@media screen and (min-width: 769px) { 
/*   .sticky {
    position: fixed;
    top: 0;
    height: 80px;
    padding-top: 10px;
    width: 100%;
    background:#222b38;
    z-index:99999;
    }*/
/*  ul.job_listings li.job_listing a div.position{
    margin-top: 15px;
    }*/
  } 

  @media screen and (max-width: 768px) { 

    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-item-align-right{
      float: none;
    }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
      padding: 0px 5px 0px 5px !important;
    }
    ul.job_listings li.job_listing a .meta{
      font-size: 11px !important;
    }
    .mega-accordion.ui-accordion.ui-widget.ui-helper-reset h1, h2, h3, h4, h5, h6{
      font-size: 13px !important;
      height: auto !important;
      /*      line-height: 35px !important;*/
    }
    .mega-accordion h3 span {
      padding-right: 0 !important;
    }
  } 

  .nav-menu li > a:after {
   content: "\f140";
   font: normal 16px/1 'dashicons' !important;
   transition: 0.3s ease;
   width: 9px;
   height: 5px;
   display: inline-block;
   float: right;
   margin: 3px 0 0 0px !important;
 }

 .nav-menu li > a:only-child:after {
  content: "";
}

.nav-menu li li > a:after {
 content: "\f140";
 font: normal 16px/1 'dashicons' !important;
 transition: 0.3s ease;
 width: 9px;
 height: 5px;
 display: inline-block;
 float: right;
 margin: 3px 0 0 0px !important;
}

.bottom-text a{
  float: right;
}


@media(max-width: 547px){

 .custom-logo-link{
   display: flex;
   justify-content: center;
   margin-top: 15px;
 }
 .popout{
  z-index: 9999 !important;
  padding: 0 !important;
  text-align: center !important;
}
.socialLinks{
 display:flex;
 justify-content:center;
}
.copyright{
 text-align:  center !important;
}
.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required{
  width: 40px;
}

#comment{
  width: 100%;
}
#author{
  width: 100%;
}
#email{
  width: 100%;
}
.headeraddress{
  padding: 20px 0px 20px 0px !important;
}

.bottom-text{
  display: flex;
  justify-content: center;
}
.text-widget{
  display: none;
}
.job_filters .search_jobs div.search_keywords{
  float: none !important;
  padding-right: 0!important;
  width: 100% !important;
}

.candidate-column{
  width: 100% !important;
  padding-left: 42px !important;
}
.candidate-location-column{
 width: 100% !important;
 padding-left: 42px !important;
}
.resume-posted-column{
  text-align: left !important; 
  width: 100% !important;
  padding-left: 42px !important;
}
.vc_btn3-container.vc_btn3-left,
.vc_btn3-container.vc_btn3-right{
  text-align: center !important;
}
}
.mega-accordion h3 {
  font-weight: bold !important;
}
.copyright{
  color: #8e9198;
}
.widget.widget_text{
  font-family: Poppins;
}


.bottom-text{
  padding: 0;
}

.bypostauthor li{
  display: block;
}
.alignright {
  float: right;
  margin-left: 1rem;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/* Alignments */
.alignleft {
  float: left;
  margin-right: 1rem;
}

.gallery-caption {}

.wp-caption {
  margin-bottom: 1.5em;
  text-align: center;
  padding-top: 1px;
}
.wp-caption-text {
  line-height: 1.5;
  margin: 0;
}
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.widget-title{
  font-size: 14px;
  color: #fff;
  margin-top: 10px;
  margin-bottom: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.textwidget{
  font-size:15px;
}


.header-title{
  margin-left: 35px !important;
}
.head{
  margin-top: 20px;
}

/*Back-to-Top-Button*/
#back-to-top-btn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 20px;
  width: 40px;
  height: 40px;
  background-color: #222b38;
  color: #7ac34c;
  cursor: pointer;
  outline: none;
  border: 1px solid #7ac34c;
  /*border-radius: 50%;*/
  z-index: 999999;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  transition-property: background-color, color;
}
#back-to-top-btn:hover, #back-to-top-btn:focus {
  background-color: #7ac34c;
  color: #222b38;  
  border: 1px solid #222b38;
}

.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required,
.wpcf7-form-control.wpcf7-text,
.wpcf7-form-control.wpcf7-textarea
{
 background-color:transparent;
 border-radius: 3px;
 border-color: #ccc;
}
.wpcf7-form-control.wpcf7-textarea{
 height:100px;
 width: 100%;
}

.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required,
.wpcf7-form-control.wpcf7-text{
 width: 100%;
}
.name,
.email,
.subject,
.textarea{
 color:#fff;
 width: 100%;
 margin-top: 30px;
}
::-webkit-input-placeholder {
  color: #fff !important;
  font-family: Raleway;
}
.wpcf7-form-control.wpcf7-submit
{
 border:none;
 outline:none;
 border-radius:3px;
 color:#fff;
 font-family: Poppins;
 width:25%;
 background-color:#7ac34c;
 text-align:center;
 float: right;
 margin-top: 20px;
 margin-bottom: 40px;
 padding: 10px;
}


.blog_author_area span{
  padding-right: 15px;
  color: #7ac34c;
}
.blog_author_area{
  margin: 20px 0px 10px;
}

#comments{
  margin-top: 80px;
}
#comments-title{
  padding-bottom: 30px !important;
}
.commentlist{
  background-color: #f9f9f9;
  padding: 20px;
}
a.comment-reply-link,
a.comment-edit-link {
  color: #000;
  font-size: 13px;
  font-size: 0.928571429rem;
  line-height: 1.846153846;
  text-decoration:none;
}
.error  {color: #FF0000; }
input.error, textarea.error { color:#000000; }
#wp-comment-cookies-consent{
  margin-right: 5px;
}
.comment-meta.commentmetadata a{
  color: #000;
}

/* Comments */

textarea, input {border:1px solid #e4e4e4; border-radius: 5px; outline: none; padding: 6px; color: grey;}
textarea {width:100%;}
.comment-list, .children{list-style:none;}
ul.children {list-style:none;padding-left:0px; margin-left:50px;}
.comment-wrap { border-bottom: 1px solid #ccc; padding-bottom: 40px; margin-bottom: 50px; position:relative; }
.comment-wrap .comments-title{padding-top:60px;}
.comment-wrap .comment-img { float: left; margin-right: 20px; padding-bottom:25px;}
.comment-author {text-align:left;}
.comment-reply {position:absolute;top:0px;right:0px;font-style:italic; padding:5px 5px;background:#f5f5f5;}
.comment-author,.comment-author a{margin-top:20px; font-size: 14px;text-transform: uppercase; letter-spacing: 2px;margin-bottom:2px;}
.comment-date{font-size: 10px;text-transform: uppercase; letter-spacing: 2px;font-style:italic;display:block;padding-bottom:7px;}
.depth-2 .comment-wrap {padding-left:30px;}
.depth-3 .comment-wrap {padding-left:60px;}
.depth-4 .comment-wrap {padding-left:90px;}
.depth-5 .comment-wrap {padding-left:120px;}
.depth-6 .comment-wrap {padding-left:150px;}
.depth-7 .comment-wrap {padding-left:180px;}
.depth-8 .comment-wrap {padding-left:210px;}
.depth-9 .comment-wrap {padding-left:240px;}
.depth-10 .comment-wrap {padding-left:270px;}
#commentform #comment,#commentform #author,#commentform #email,#commentform #url{display:block;}
#commentform input[type="submit"]{display:inline-block; color:#fff; border-radius: 3px; padding:8px 15px;font-size: 10px;text-transform: uppercase;letter-spacing: 3px;background: #7ac34c;margin-top:15px;}
.comments-title{padding-bottom: 30px;}

/* Responsive */

@media (max-width: 767px) {
  .comment-list, .children { padding-left: 0px; }
  .comment-wrap .comment-img { float: none;margin: 0px;width: 100%;padding-bottom: 0px; }
  .comment-img>img { display: block;margin: 0px auto; }
  .comment-author, .comment-author a, .comment-date { text-align:center; }
  .depth-2 .comment-wrap,.depth-3 .comment-wrap,.depth-4 .comment-wrap,.depth-5 .comment-wrap,.depth-6 .comment-wrap,.depth-7 .comment-wrap,.depth-8 .comment-wrap,.depth-9 .comment-wrap,.depth-10 .comment-wrap {padding-left:0px;}
  .comment-reply { position: relative; text-align: center; display: block; margin-top: 25px;}
}

#cancel-comment-reply-link{
  color: #000;
  float: right;
  text-decoration: none;
  padding: 15px;
  font-style: italic;
  background: #f5f5f5;
}

@media only screen and (max-width: 767px) {

  .comment-form-author,
  .comment-form-email,
  .comment-form-url {
    width: 100% !important;
  }

}

.comment-form-author,
.comment-form-email,
.comment-form-url {
  display: inline-block;
  width: 32%;
}
.comment-form-author,
.comment-form-email{
  margin-right: 15px;
}
.comment-respond,
.entry-pings {
  padding: 0;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
  width: 100%
}

.carousel-caption.slick-slide.slick-active{
  margin: 0 !important;
}
.ultimate-slide-img{
  margin-top: 20px !important;
}
.wpb_column.vc_column_container.vc_col-sm-4.vc_col-has-fill{
  margin-bottom: 15px;
}

.alignleft a{
  color:grey !important;
  text-decoration: none;
  outline: none;
  border: 1px solid grey;
  padding: 8px;
  border-radius: 30px;
}
.alignright a{
  color:grey !important;
  text-decoration: none;
  outline: none;
  border: 1px solid grey;
  padding: 8px;
  border-radius: 30px;
}
#about-css{
  box-shadow: 0 15px 25px -7px rgba(0,0,0,0.09), 0 -12px 10px -10px rgba(0,0,0,0.04);
}

.wpb_single_image.wpb_content_element.vc_align_left{
  margin-bottom: 0px !important;
}
.vc_column-inner.vc_custom_1573209567523{
  padding-right: 15px !important;
  padding-left: 15px !important;
}

.testimonial_rotator_quote i{
  color: #7ac34c !important;
}
.upw-posts .entry-image img{
  width: 70px !important;
}
h4.entry-title {
  font-size: 16px !important;
  font-family: Raleway;
}

/*Woocommerce login form*/

.woocommerce-button.button.woocommerce-form-login__submit{
  text-transform: uppercase;
  background-color: #7ac34c !important;
  color: #fff !important;
  margin: 0px;

}
.woocommerce-form-row.woocommerce-form-row--wide.form-row.form-row-wide{
  display: block !important;
}
.woocommerce-MyAccount-navigation-link{
  display: inline-block;

}
.woocommerce-MyAccount-navigation{
  margin-top: 60px;
  float: none;
  width: 100% !important;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
  margin-right: .75rem;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
  font-size: 23px;
  font-weight: 400; 
  text-align: left; 
  margin-top: 0; 
}
.woocommerce-account .woocommerce-MyAccount-content{
  float: left !important;
}
.woocommerce-form-login__rememberme{
  width: 100% !important;
}
.related.products{
  margin-top: 80px;
}
.related.products h2{
  margin-bottom: 30px;
}
.sku_wrapper{
  display: block;
}
.woocommerce-FormRow.woocommerce-FormRow--wide.form-row.form-row-wide{
  display: block;
}
.woocommerce button.button{
  letter-spacing: .9px;
}

/*Feature Jobs*/
.job-type{
  color: #fff;
  padding: 4px;
  font-size: 11px;
  border-radius: 2px;
  text-align: center;
}

.edge-testimonial-arrow{
  position: absolute;
  bottom: 15px;
  left: 27px;
  width: 0;
  height: 0;
  border-right: 9px solid transparent;
  border-top: 15px solid #7ac34c;
  border-left: 9px solid transparent;
  margin-left: 30px;
  margin-bottom: -15px;
}

.col,
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-auto {
  position: relative;
  max-width: 100%;
}

/* MailPoet Subscribe Fixes */
.mailpoet-subscription-section {
  padding-top: 50px;
}
.mailpoet-subscription-section h3:before { content: '\E0E1'; }

/* Fancy Subscribe Now Btn */
#place_order {
  border: transparent;
  float: right !important;
  color: #fff;
  box-shadow: rgba(0, 0, 0, 0.28) 0px 2px 8px 0px;
}

.woocommerce .woocommerce-breadcrumb{
  padding: 70px 0 70px 10px!important;
  font-size: 20px !important;
  background-color: #F7F5F5;
  padding-left: 10px;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
}
.woocommerce-breadcrumb a:nth-child(1):before{
  content: "\f015";
  font-family: FontAwesome;
  margin-right: 5px;
}
.woocommerce nav.woocommerce-pagination {
  margin-bottom: 80px;
}
a.add_to_cart_button,
a.button.product_type_grouped,
a.button.product_type_variable{
  float: left !important;
  background-color: transparent !important;
  color: #7ac34c !important;
  border: 1px solid !important;
}
.single_add_to_cart_button.button.alt.button{
  background-color: transparent !important;
  color: #7ac34c !important;
  border: 1px solid !important;
}
.products.columns-4 li{
  border: 1px solid #eee;
  padding: 15px !important;
}
.woocommerce nav.woocommerce-pagination ul li span.current{
  background-color: #7ac34c !important;
  color: #fff !important;
}
.woocommerce-pagination ul.page-numbers li a:hover{
  background-color: #7ac34c !important;
  color: #fff !important;
}
.added_to_cart.wc-forward{
  background-color: transparent !important;
  color: #7ac34c !important;
  border: 1px solid !important;
  padding: 5px;
  margin-left: 5px;
  margin-top: 14px;
  border-radius: 3px;
  font-weight: 600;
}
.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents thead,
td.actions{
  background-color: #f7f5f5;
}
.woocommerce-page table.cart td.actions .input-text{
  width: auto !important;
}
.coupon button{
  padding: .818em 1em !important;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
  font-size: 1em !important;
}
.woocommerce_breadcrumb{
  padding: 50px 0;
  background-color: #f7f5f5;
  text-align: center;
}
/* Rounded corners on the WooCommerce "alert" messages */
.woocommerce-error, .woocommerce-info, .woocommerce-message { border-radius: 3px; }


input.text, input.title, input[type=email],input[type=url], input[type=password], input[type=tel], input[type=text], select, textarea {
  background-color: #F7F5F5;
  padding: 6px !important;
}
.select2-container .select2-selection--single { height: 49px; }
.select2-container--default .select2-selection--single .select2-selection__rendered { 
  line-height: 49px;
  color: #4e4e4e;
  font-weight: bold;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b { margin-top: 8px; }
.select2-container--default .select2-selection--single { 
  background-color: #eee; 
  border: none; 
}

/* some tweaks to simplify the payment method area */
.woocommerce-checkout #payment { background: none!important; }
.woocommerce-checkout #payment ul.payment_methods { border: none; }

.woocommerce-page form .form-row-last {
  width: 50% !important;
}
.woocommerce-input-wrapper{
  width: 100% !important;
}
::placeholder {
  color: grey !important;
  opacity: 1
}
.woocommerce-notices-wrapper,.registration-form.woocommerce{
  margin-top: 80px;
}
.woocommerce-error::before, .woocommerce-message::before{
 left: 0 !important;
 top: 0 !important;
}
.woocommerce-error li strong{
  margin-left: 25px !important;
}
.woocommerce-error{
  margin-top: 80px;
}

.woocommerce a.remove{
  height: 30px !important;
  width: -1em !important;
}
.woocommerce-simple-registration-login-link{
  float: right !important;
  margin-top: -44px !important;
}
.woocommerce-simple-registration-login-link a{
  font-size: 100%;
  margin: 0;
  line-height: 1;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  overflow: visible;
  padding: .618em 1em;
  font-weight: 700;
  border-radius: 3px;
  left: auto;
  color: #fff;
  background-color: #7ac34c;
  border: 0;
  display: inline-block;
  background-image: none;
  box-shadow: none;
  text-shadow: none;
}
.single-resume .resume_contact .resume_contact_button,
.woocommerce-Button.button,
.single_add_to_cart_button.button.alt,.button,
.job_filters .search_jobs input[type=submit]{
  color: #fff !important;
  background-color: #7ac34c !important;
}



/*WPJob Manager Post Job Form*/
.job-manager-form fieldset label {
  width: 100% !important;
}
.job-manager-form fieldset{
  margin: 0 0 2em;
}
.select2.select2-container.select2-container--default{
  width: 100% !important;
}
.description{
  display: block;
}
a.button{
  float: right;
  background-color: #7ac34c;
  color: #fff;
  padding: 5px 10px 5px 10px;
  border-radius: 3px;
  border-color: #7ac34c !important;
}
.job-manager-form fieldset div.field {
  width: 100%;

}
.field.account-sign-in{
  padding: 20px !important;
  border: 1px solid #eee !important;
  overflow: hidden;
  border-radius: 4px;
  background-color: #f7f5f5;
}
.job-manager-form fieldset {
  border-bottom: none !important;
}
.select2-selection__rendered{
  padding-left: 8px !important;
}
.job-manager-form h2{
  margin: 40px 0 !important;
}
.button{
 background-color: #7ac34c;
 color: #fff;
 font-size: 14px;
 padding: 10px;
}
.apply_with_resume input[type=submit]{
  display: inline-block;
  background-color: #7ac34c;
  color: #fff;
  padding: 10px;
}

.company .name{
  color: #8e9198 !important;
}
.single_job_listing .company .name {
  margin: 0;
}

.single_job_listing .company{
  border: none !important;
  box-shadow: none !important;
}

.single_job_listing.meta li{
  padding: none;
}

.job_listing_preview_title{
  padding: 20px 10px 37px 10px !important;
}
.job_listing_preview.single_job_listing{
  padding-top: 30px;
}
.job-manager-message.job-manager-message{
  border: 1px solid #8fae1b !important;
}
#job-manager-job-dashboard{
  margin-top: 4em;
  margin-bottom: 4em;
}
table.job-manager-jobs{
  width: 100% !important;
}

table.job-manager-jobs thead{
  border-bottom: 1px solid #eee;
}

table.job-manager-jobs tr{
  border-bottom: 1px solid #eee;
}
.job-manager-jobs td,
.resume-manager-resumes td{
  padding: 20px 10px 20px 0 !important;
}
.job-dashboard-actions,
.candidate-dashboard-actions{
  visibility: visible !important;
}
.candidate-dashboard-actions li{
  padding-right: 10px !important;
}
.job-dashboard-actions a:before,
.candidate-dashboard-actions a:before {
  margin-right: 5px;
}
.job-dashboard-actions li{
  margin-right: 1.5em !important;
}
#job-manager-job-dashboard table ul.job-dashboard-actions li:after{
  display: none;
}
.job-dashboard-actions a:before{
  display: inline-block;
}
.job-dashboard-action-edit:before,
.candidate-dashboard-action-edit:before{
  content: "\270E";
}
.job-dashboard-action-mark_filled:before{
  content: "\2714";
}
.job-dashboard-action-duplicate:before{
  content: "\274F";
}
.job-dashboard-action-delete:before{
  content: "\2715";
}
.candidate-dashboard-action-delete:before{
  content: "\2715";
}
.job-dashboard-action-delete,
.candidate-dashboard-action-delete{
 color: #8e9198 !important; 
}
.candidate-dashboard-actions li:after{
  content: none !important;
}
/*Browse Jobs*/
@media only screen and (max-width: 767px){
  ul.job_listings li.job_listing a img.company_logo{
    visibility: visible;
  }
}
@media screen and (min-width: 992px){
  .job_filters .search_jobs div.search_keywords,
  .job_filters .search_jobs div.search_categories,
  .job_filters .search_jobs div {
    width: 100% !important;
    margin-bottom: 0px;
  }
  .search_jobs{
    display: flex;
  }
  ul.job_listings li.job_listing a div.position{
    width: 45% !important;
  }
}
ul.job_listings li.job_listing a img.company_logo{
  position: initial !important;
  margin-bottom: 10px;
}


.search_jobs div:nth-child(3){
 display: none;
}

.loc-jobtype{
  margin-top: 18px;
  margin-bottom: -22px !important;
}
.loc-jobtype a{
  color: #222222 !important;
  margin-right: 20px;
}

.job_position_featured a{
  background-color: #fff !important;
  border-left: 4px solid #7ac34c !important;
}

.job-type.full-time{
  background-color: #90da36;
  color: #fff;
  padding: 5px 50px !important;
  display: flex;
  align-items: center;
}
.job.full-time{
  background-color: #90da36;
  color: #fff;
  padding: 1px 10px !important;
  border-radius: 3px;
}

.job-type.freelance{
  background-color: #39c;
  color: #fff;
  padding: 5px 50px !important;
  display: flex;
  align-items: center;
}
.job.freelance{
  background-color: #39c;
  color: #fff;
  padding: 1px 10px !important;
  border-radius: 3px;
}

.job-type.part-time{
  background-color: #f08d3c;
  color: #fff;
  padding: 5px 50px !important;
  display: flex;
  align-items: center;
}
.job.part-time{
  background-color: #f08d3c;
  color: #fff;
  padding: 1px 10px !important;
  border-radius: 3px;
}

.job-type.temporary{
  background-color: #d93674;
  color: #fff;
  padding: 5px 50px !important;
  display: flex;
  align-items: center;
}
.job.temporary{
  background-color: #d93674;
  color: #fff;
  padding: 1px 10px !important;
  border-radius: 3px;
}

.job-type.internship{
  background-color: #6033cc;
  color: #fff;
  padding: 5px 50px !important;
  display: flex;
  align-items: center;
}
.job.internship{
  background-color: #6033cc;
  color: #fff;
  padding: 1px 10px !important;
  border-radius: 3px;

}

@media screen and (min-width: 1200px){
  ul.meta .company{
    float: left !important;
  }
}

.single_job_listing .company img{
  position: relative !important;
  float: none !important;
   /* width: auto !important;
   height: auto !important;*/
   width: 20%;
   height: 20%;
 }

 .wpb_gmaps_widget{
  padding: 0px !important;
}

ul.job_listings li.job_listing a div.location:before{
  content: "\f041";
  font-family: FontAwesome;
  padding-right: 5px;
}
ul.job_listings li.job_listing a div.location{
  padding: 0px !important;
}



@media (max-width: 547px){

  ul.job_listings li.job_listing a div.location{
    float: none;
  }
  ul.job_listings li.job_listing a .meta{
    float: unset !important;
  }
  /*  ul.meta li.date,*/
  ul.job_listings li.job_listing a div.location{
    width: max-content !important;
  }
  .job-type.freelance,
  .job-type.full-time,
  .job-type.part-time,
  .job-type.temporary,
  .job-type.internship{
    width: max-content;
    margin: 0 auto !important;
  }

  .single_job_listing .meta li {
    float: none !important;
  }


  .job-listing-meta.meta li{
    text-align: center;
  }

  ul.job_listings li.job_listing a .meta{
    text-align: center;
  }
  .job-type.full-time {
    float: left !important;
  }

  .single_job_listing .company .name a{
   float: none !important;
   margin: 0 !important; 
 }
 .single_job_listing .company p{
  margin: 8px 0 5px 0 !important
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
  margin-bottom: 10px !important;
}

}

.widget-title.widget-title--job_listing-top.job-overview-title{
  color: #000 !important;
}
ul.job_listings li.job_listing a .meta .job-type{
  font-weight: normal !important;
}

.page-header h1{
  text-align: center !important;
}
.single_job_listing .company .tagline{
  margin: 0 !important;
}

/*Companies page*/
.company-letters {
  margin-bottom: 60px;
  border-bottom: 2px solid #ddd;
  background: #fbfbfb;
  text-align: center;
}
.company-letters a{
  font-weight: 700;
  display: inline-block;
  padding: 14px 10px;
}
.company-letter{
  padding: 0 0 8px;
  border-bottom: 2px solid #eee;
}
.companies-overview li li a {
  padding: 6px 0;
  border-bottom: 1px solid #eee;
  display: block;
}
.companies-overview .company-group {
  width: 30%;
  margin-right: 3%;
  margin-bottom: 3%;
  float: left;
  display: inline;
}

.company-name a{
  font-size: 16px !important;
}


.account-sign-in{
  border: 1px solid #ccc;
  padding: 20px;
  border-radius: 3px;
}

.mega-info-header{
  margin-top: 10px !important;
}

.contact-f_d{
  box-shadow: 1px 0px 20px rgba(0,0,0,0.07);
}


#mega-menu-wrap-primary {
  background-color: transparent !important; 
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link{
  background-color: #fff !important;
  color: #222222 !important;
  border-radius: 3px; 
  /* margin-right: 10px;*/
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item{
  padding: 7px 0 !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu{
  background-color: #222b38 !important;
  color: #fff !important;
  padding-left: 20px !important;
}


#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover{
  background-color: #fff !important;
  border-radius: 3px !important; 
  color: #222222 !important;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link{
  color: #eee !important;
  font-size: 14px;
  font-weight: normal !important;
  text-transform: capitalize !important;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover{
  color: #7ac34c !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover{
  color: #7ac34c !important;
}
.mega-toggle-blocks-left,
.mega-toggle-blocks-center{
  display: none !important;
}
#mega-menu-wrap-primary .mega-menu-toggle{
  background-color: transparent !important;
}
@media only screen and (max-width: 600px){
  #mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary{
    background-color: #222b38 !important;
  }
}
.field input[type=text]{
  width: 100%;
}

@media (min-width: 992px){
  .job-manager-form{
    margin-left: 80px;
    margin-right: 80px;
  }
}
.ih-item.square{
  margin-top: -20px;
}


.mega-price-table-5 > .pricing-table .price-content ul{
  margin-top: 45px !important;
}

/*resume form*/
.resume_preview {
  padding: 2em 2em 1em !important;
}
table{
 border-bottom: 1px solid #ededed;
 border-collapse: collapse;
 border-spacing: 0;
 font-size: 14px;
 line-height: 2;
 margin: 0 0 20px;
 width: 100%;
}
#resume-manager-candidate-dashboard{
  padding-top: 80px !important;
}

.page-header{
  padding-top: 80px;
}
.job-manager-form fieldset .account-sign-in .button {
  margin-right: 0px !important;
}

.work-experience {
  margin: 15px 0;
  padding-left: 15px;
  border-left: 1px solid #eee;
}

.page-job-single ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
/*single page resume*/
.page-subtitle li{
  padding-right: 20px; 
}
.page-head{
  text-align: center;
  overflow: hidden;
  padding: 50px 0;
  background: #f7f5f5;
  border-bottom: 1px solid rgba(204,204,204,.41);
}

.page-subtitle .location i{
  padding-left: 10px;
  /*  border-left: 2px solid #ccc;*/
}
.page-data{
  margin-top: 50px;
}

.select2-container--default .select2-search--inline .select2-search__field {
  width: 100% !important;
}

ul.resumes li.resume.resume_featured a{
  background-color: transparent !important; 
}

ul.resumes li.resume a .candidate-location-column:before{
  content: "\f041";
  font-family: FontAwesome;
  padding-right: 5px;
}
td.candidate-location:before{
  content: "\f041";
  font-family: FontAwesome;
  padding-right: 5px;
}
.resume-manager-resumes tbody tr{
  border-bottom: 1px solid #eee;
}

#title{
 text-align: center;
 padding: 50px 0;
}
.resume_links{
  padding: 40px 0px;
}

/*Tags Widget*/

.widget_tag_cloud .tagcloud a {
  background-color: #f7f5f5;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px !important;
  margin: 0 5px 5px 0;
  padding: 5px 10px;
  text-decoration: none;
}
.widget_tag_cloud .tagcloud a:hover {
  background-color: #7ac34c;
  color: #fff;
}

/*Categories Widget*/
.widget.widget_categories ul li{
  background-color: #f7f5f5;
  padding: 10px;
  margin-bottom: 5px;
}
.widget.widget_categories ul li:after{
  font-family: "FontAwesome";
  content: "\f054";
  float: right;
  color: #ccc;
}


.widget.widget_recent_entries h5,
.widget.widget_search h5,
.widget.widget_tag_cloud h5,
.widget.widget_categories h5{
  display: none;
}

.widget.widget_recent_entries ul li{
  border-bottom: 1px solid #eee;
  padding: 20px 0;
}



/* Company profile */

#title.company-title {
  text-align: left;
}
#title.company-title .container .image {
  background: #fff;
  border: 1px solid #e4e4e4;
  /*display: table-cell;*/
  height: 150px;
  position: relative;
  vertical-align: middle;
  width: 150px;
}
#title.company-title .container .image img {
  left: 50%;
  max-height: 110px;
  max-width: 110px;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}

#title.company-title .container .company-details .company-website,
#title.company-title .container .company-details .company-twitter {
  margin-right: 1em;
}
#title.company-title .container .company-details .company-website:before,
#title.company-title .container .company-details .company-twitter:before {
  font-family: "FontAwesome";
  margin-right: 0.25em;
}
#title.company-title .container .company-details .company-website:before {
  content: "\f0ac";
}
#title.company-title .container .company-details .company-twitter:before {
  content: "\f081";
}


.widget.widget_nav_menu ul li a:before{
  font-family: "FontAwesome";
  content: "\f105";
  padding-right: 5px !important;
}


.image-404,
.button-404{
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.page-404 h2{
  text-align: center;
}
.page-404 p{
  text-align: center;
}

.button-404{
  font-size: 16px;
  color: #000;
}


/* Recent posts
--------------------------------- */
.recent-blog-posts {
  position: relative;
}
.recent-blog-posts .post-thumbnail {
  display: block;
}
.recent-blog-posts .post-thumbnail img {
  border-radius: 3px 3px 0 0;
  display: block;
  width: 100%;
}
.recent-blog-posts .post-categories {
  left: 15px;
  line-height: 1;
  margin: 0;
  position: absolute;
  top: 15px;
}
.recent-blog-posts .post-categories li {
  float: left;
  clear: both;
  margin-bottom: 1px;
  padding: 0;
}
.recent-blog-posts .post-categories li:before {
  display: none;
}
.recent-blog-posts .post-categories li a {
  background: #7ac34c;
  border-radius: 0 3px 3px 0;
  color: #fff;
  display: block;
  font-weight: bold;
  font-size: 12px;
  line-height: 1.25em;
  padding: 5px 10px;
  text-transform: uppercase;
  white-space: nowrap;
}
.recent-blog-posts .excerpt {
  background: #fff;
  border-radius: 0 0 3px 3px;
  margin-bottom: 2em;
  padding: 25px;
}
.recent-blog-posts .excerpt h4 a {
  color: #000;
}
.recent-blog-posts .excerpt footer {
  border-top: 1px solid #e4e4e4;
  font-size: 0.8em;
  padding-top: 1em;
}
.recent-blog-posts .excerpt footer:after {
  clear: both;
  content: "";
  display: table;
  width: 100%;
}
.recent-blog-posts .excerpt footer .date{
  font-size: 14px;
}
.recent-blog-posts .excerpt footer .date,
.recent-blog-posts .excerpt footer .comments {
  color: #bbbbbb;
  float: left;
}
.recent-blog-posts .excerpt footer .date:before,
.recent-blog-posts .excerpt footer .comments:before {
  color: #7ac34c;
  font-family: "FontAwesome";
  margin-right: 7px;
}
.recent-blog-posts .excerpt footer .date {
  margin-right: 30px;
}
.recent-blog-posts .excerpt footer .date:before {
  content: "\f073";
}
.recent-blog-posts .excerpt footer .comments:before {
  content: "\f075";
}
.recent-blog-posts .excerpt footer .comments a {
  color: inherit;
}

#sidebar{
  display: none;
}

.entry{
  padding: 20px 0;
}
.archive-header{
  padding-top: 50px;
}

.search-result{
  padding: 100px 0;
  font-size: 20px;
  font-weight: 600;
}