/*
	Theme Name: Cariera
    Theme URI: http://themeforest.net/user/gnodesign/portfolio/
    Description: Cariera is a Clean and Professional Job Board Theme which will fit the needs to all Job Seekers and Employers. 
    Author: Gnodesign
	Author URI: http://themeforest.net/user/gnodesign/
    Version: 1.3.9
	License: ThemeForest
    License URI: http://themeforest.net/licenses
    Text Domain: cariera
    Domain Path: /lang/
*/

/*------------------------------------------------------------------
[Table of contents]


1.  ELEMENTS
    1.1.    BUTTONS
        1.1.1.  BUTTON COLORS
        1.1.2.  BACK TO TOP
        1.1.3.  CHECK BUTTONS
    1.2.    SOCIAL MEDIA BUTTONS
        1.2.1.  SOCIAL MEDIA BUTTON COLORS
    1.3.    PRELOADER
        1.3.1.  PRELOADER EFFECT 1
        1.3.2.  PRELOADER EFFECT 2
        1.3.3.  PRELOADER EFFECT 3
    1.4.    PAGE HEADER
    1.5.    PRICING TABLES
    1.6.    COUNTERUP ITEMS
    1.7.    TESTIMONIAL CAROUSEL
    1.8.    LOGO CAROUSEL
    1.9.    JOB CATEGORIES
    1.10.   ICON BOX
    1.11.   COUNT DOWN
    1.12.   VC ELEMENTS OVERRIDES
    1.13.   COOKIE BAR - NOTICE
    1.14.   VIDEO MODAL
    1.15.   NEWSLETTER

2.  HEADERS - NAVIGATIONS
    2.1.    TOP HEADER BAR
    2.2.    VERSION 1 - DEFAULT
    2.3.    VERSION 2 - LOGO TOP
    2.4.    STICKY HEADER
    2.5.    DROPDOWN MENU
        2.5.1.  DROPDOWN SUBMENU
        2.5.2.  MEGA MENU
        2.5.3.  MENU ITEMS BADGES
        2.5.4.  EXTRA MENU - LOGIN, CART & SEARCH

3.  FOOTERS
    3.1.    FOOTER VERSION 1 - DEFAULT BACKGROUND IMAGE
    3.2.    FOOTER VERSION 2 - DARK SKIN
    3.3.    FOOTER VERSION 3 - LIGHT SKIN
    3.4.    FOOTER VERSION 4 - FIXED

4.  BLOG
    4.1.    BLOG LISTING
    4.2.    SINGLE BLOG POST
    4.3.    BLOG POST NAVIGATION
    4.4.    COMMENTS

5. JOBS
    5.1.    JOB & RESUME SEARCH FILTERS
        5.1.1.  DEFAULT SEARCH FILTERS
        5.1.2.  SEARCH BOX VERSION
        5.1.3.  JOB - RESUME SEARCH TABS
    5.2.   JOB LISTING
        5.2.1.  LIST LAYOUT
        5.2.2.  GRID LAYOUT
        5.2.3.  JOB CAROUSEL
        5.2.4.  EXTRAS
    5.3.    SINGLE JOB
    5.4.    JOB - EMPLOYER DASHBOARD   
    5.5.    JOB ALERTS
    5.6.    ULOAD JOB - RESUME
    5.7.    BOOKMARKS
    5.8.    PREVIEW PAGE
    5.9.    JOB & RESUME PAID LISTINGS
    5.10.    JOB APPLICATION

6. RESUMES
    6.1.    RESUME LISTING
        6.1.1.  RESUME CAROUSEL
    6.2.    SINGLE RESUME
    6.3.    RESUME DASHBOARD

7. COMPANIES
    7.1.    COMPANY LIST
    7.2.    COMPANY LISTING
        7.2.2.  COMPANY CAROUSEL
    7.3.    SINGLE COMPANY

8.  PAGES
    8.1.    404 - PAGE NOT FOUND
    8.2.    CONTACT US
    8.3.    HALF MAP

9. SECTIONS
    9.1.    HOME - JOB SEARCH
    9.2.    HOME _ MAP SEARCH TEMPLATE

10. DASHBOARD
    10.1.   NAVIGATION
    10.2.   CONTENT
    10.3.   ELEMENTS

-------------------------------------------------------------------*/

/* ----------------------------------------------------------------------------
    1. ELEMENTS
---------------------------------------------------------------------------- */

/* --------------------------------------
    1.1 Buttons
-------------------------------------- */

.btn {
  outline: none;
  min-width: 160px;
  padding: 15px 25px;
  position: relative;
  line-height: 1;
  font-size: 14px;
  font-weight: 600;
  color: #f6f6f6 !important;
  text-transform: uppercase;
  border: 0;
  z-index: 1 !important;
  cursor: pointer;
  position: relative;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.btn.active,
.btn:active {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}

.btn:focus {
  color: #f6f6f6;
}

.btn-round {
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}

.btn-border {
  border: 2px solid #fff;
}

.btn-border.btn-main,
.btn-border.btn-secondary {
  background: none !important;
}

.btn-border.btn-main:hover,
.btn-border.btn-main:focus,
.btn-border.btn-secondary:hover,
.btn-border.btn-secondary:focus {
  background: #fff !important;
  border: 2px solid transparent;
}

.btn-small {
  min-width: 120px;
  padding: 10px 25px;
}

.btn-large {
  min-width: 200px;
  padding: 20px 25px;
  font-size: 16px;
}

.btn-main:hover,
.btn-secondary:hover {
  -webkit-filter: brightness(113%);
  filter: brightness(113%);
}

.file-upload-btn input {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
  opacity: 0;
}

.upload-btn i {
  padding-right: 5px;
}

.button,
.woocommerce a.button,
.woocommerce button.button,
a.post-edit-link,
a#vc_load-inline-editor,
.wpua-edit button,
.wpua-edit p.submit input.button-primary,
input.submit-bookmark-button {
  outline: none;
  min-width: 160px;
  padding: 15px 25px;
  position: relative;
  line-height: 1;
  font-size: 14px;
  text-align: center;
  font-weight: 600;
  color: #666;
  background: #e3e3e3;
  border: 0;
  z-index: 1 !important;
  cursor: pointer;
  position: relative;
  box-sizing: border-box;
  text-transform: uppercase;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* button effect */

.btn-effect {
  overflow: hidden;
}

.ripple {
  width: 0;
  height: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  position: absolute;
  opacity: 1;
}

.rippleEffect {
  animation: rippleDrop 0.6s linear;
}

@keyframes rippleDrop {
  100% {
    -webkit-transform: scale(2.5);
    -moz-transform: scale(2.5);
    -o-transform: scale(2.5);
    -ms-transform: scale(2.5);
    transform: scale(2.5);
    opacity: 0;
  }
}

/*** ====== 1.1.1 Button Colors ====== ***/

.btn-blue {
  background: #29b1fd;
}

.btn-blue:hover {
  background: #66c9ff;
}

.btn-green {
  background: #2ecc71;
}

.btn-green:hover {
  background: #4dd977;
}

.btn-purple {
  background: #443088;
}

.btn-purple:hover {
  background: #5c48a0;
}

.btn-orange {
  background: #e69d29;
}

.btn-orange:hover {
  background: #ecaf4f;
}

.btn-red {
  background: #db6131;
}

.btn-red:hover {
  background: #dc7f5a;
}

.btn-dark {
  background: #0c112a;
}

.btn-dark:hover {
  background: #293053;
}

/*** ====== 1.1.2 Back to Top Button ====== ***/

.back-top {
  position: fixed;
  opacity: 0;
  right: 0;
  bottom: 30px;
  height: 45px;
  width: 45px;
  text-align: center;
  line-height: 45px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 50px 0 rgba(68, 48, 136, 0.5);
  -moz-box-shadow: 0 0 50px 0 rgba(68, 48, 136, 0.5);
  box-shadow: 0 0 50px 0 rgba(68, 48, 136, 0.5);
  font-size: 18px;
  z-index: 10;
  visibility: hidden;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.back-top:hover {
  -webkit-box-shadow: 0 0 0 0 rgba(68, 48, 136, 0);
  -moz-box-shadow: 0 0 0 0 rgba(68, 48, 136, 0);
  box-shadow: 0 0 0 0 rgba(68, 48, 136, 0);
}

.back-top i {
  line-height: 45px;
  color: #f6f6f6;
}

.back-top-visible {
  opacity: 1;
  right: 30px;
  visibility: visible;
}

/*** ====== 1.1.3 Check Button ====== ***/

/* Base for label styling */

.checkbox [type="checkbox"]:not(:checked),
.checkbox [type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}

.checkbox [type="checkbox"]:not(:checked) + label,
.checkbox [type="checkbox"]:checked + label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
}

/* checkbox aspect */

.checkbox [type="checkbox"]:not(:checked) + label:before,
.checkbox [type="checkbox"]:checked + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1.25em;
  height: 1.25em;
  border: 2px solid #e3e3e3;
  background: #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

/* checked mark aspect */

.checkbox [type="checkbox"]:not(:checked) + label:after,
.checkbox [type="checkbox"]:checked + label:after {
  content: "\f00c";
  font-family: "fontawesome";
  position: absolute;
  top: 0;
  left: 2px;
  font-size: 16px;
  line-height: 1;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

/* checked mark aspect changes */

.checkbox [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

.checkbox [type="checkbox"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

/* --------------------------------------
    1.2 Social Media Buttons
-------------------------------------- */

.social-sharing-wrapper span {
  display: inline-block;
  float: left;
  margin: 5px 10px 0 0;
}

.social-sharing-wrapper ul.social-btns {
  display: inline-block;
  margin: 0;
}

.social-btn-roll {
  width: 35px;
  height: 35px;
  border: 1px solid #3b5998;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  display: block;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
}

.social-btn-roll:hover .social-btn-roll-icons {
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.social-btn-roll:hover .social-btn-roll-icon {
  color: #f6f6f6;
}

.social-btn-roll-icons {
  width: 200%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.social-btn-roll-icon {
  width: 50%;
  line-height: 35px !important;
  text-align: center;
  display: block;
  float: left;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

/*** ====== 1.2.1 Social Media Button Colors ====== ***/

.social-btn-roll.facebook {
  border-color: #3b5998;
  color: #3b5998;
}

.social-btn-roll.facebook:hover {
  background: #3b5998;
}

.social-btn-roll.twitter {
  border-color: #4cc4f2;
  color: #4cc4f2;
}

.social-btn-roll.twitter:hover {
  background: #4cc4f2;
}

.social-btn-roll.google-plus {
  border-color: #dd4b39;
  color: #dd4b39;
}

.social-btn-roll.google-plus:hover {
  background: #dd4b39;
}

.social-btn-roll.instagram {
  border-color: #9b6954;
  color: #9b6954;
}

.social-btn-roll.instagram:hover {
  background: #9b6954;
}

.social-btn-roll.linkedin {
  border-color: #0077b5;
  color: #0077b5;
}

.social-btn-roll.linkedin:hover {
  background: #0077b5;
}

.social-btn-roll.rss {
  border-color: #ffa500;
  color: #ffa500;
}

.social-btn-roll.rss:hover {
  background: #ffa500;
}

.social-btn-roll.pinterest {
  border-color: #cb2027;
  color: #cb2027;
}

.social-btn-roll.pinterest:hover {
  background: #cb2027;
}

.social-btn-roll.tumblr {
  border-color: #32506d;
  color: #32506d;
}

.social-btn-roll.tumblr:hover {
  background: #32506d;
}

.social-btn-roll.github {
  border-color: #171515;
  color: #171515;
}

.social-btn-roll.github:hover {
  background: #171515;
}

.social-btn-roll.dribbble {
  border-color: #ec4a89;
  color: #ec4a89;
}

.social-btn-roll.dribbble:hover {
  background: #ec4a89;
}

.social-btn-roll.wordpress {
  border-color: #16a0ce;
  color: #16a0ce;
}

.social-btn-roll.wordpress:hover {
  background: #16a0ce;
}

.social-btn-roll.amazon {
  border-color: #ffa500;
  color: #ffa500;
}

.social-btn-roll.amazon:hover {
  background: #ffa500;
}

.social-btn-roll.dropbox {
  border-color: #007ee5;
  color: #007ee5;
}

.social-btn-roll.dropbox:hover {
  background: #007ee5;
}

.social-btn-roll.paypal {
  border-color: #03268c;
  color: #03268c;
}

.social-btn-roll.paypal:hover {
  background: #03268c;
}

.social-btn-roll.yahoo {
  border-color: #420294;
  color: #420294;
}

.social-btn-roll.yahoo:hover {
  background: #420294;
}

.social-btn-roll.flickr {
  border-color: #fd0d7e;
  color: #fd0d7e;
}

.social-btn-roll.flickr:hover {
  background: #fd0d7e;
}

.social-btn-roll.reddit {
  border-color: #ff4006;
  color: #ff4006;
}

.social-btn-roll.reddit:hover {
  background: #ff4006;
}

.social-btn-roll.vimeo {
  border-color: #63b4e4;
  color: #63b4e4;
}

.social-btn-roll.vimeo:hover {
  background: #63b4e4;
}

.social-btn-roll.spotify {
  border-color: #1dd069;
  color: #1dd069;
}

.social-btn-roll.spotify:hover {
  background: #1dd069;
}

.social-btn-roll.youtube {
  border-color: #e62117;
  color: #e62117;
}

.social-btn-roll.youtube:hover {
  background: #e62117;
}

.social-btn-roll.tumblr {
  border-color: #35465c;
  color: #35465c;
}

.social-btn-roll.tumblr:hover {
  background: #35465c;
}

.social-btn-roll.whatsapp {
  border-color: #128c7e;
  color: #128c7e;
}

.social-btn-roll.whatsapp:hover {
  background: #128c7e;
}

.social-btn-roll.vk {
  border-color: #5082b9;
  color: #5082b9;
}

.social-btn-roll.vk:hover {
  background: #5082b9;
}

.social-btn-roll.mail {
  border-color: #e74c3c;
  color: #e74c3c;
}

.social-btn-roll.mail:hover {
  background: #e74c3c;
}

/* --------------------------------------
    1.3 Preloader
-------------------------------------- */

#preloader {
  background-color: #fff;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 9999;
  left: 0;
}

#preloader .inner {
  width: 100%;
  height: 100%;
  position: relative;
}

/*** ====== 1.3.1 Preloader Effect 1 ====== ***/

.loading_effect {
  position: absolute;
  width: 35px;
  height: 35px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.loading_effect .object {
  position: absolute;
  top: 35px;
  left: 35px;
  width: 35px;
  height: 35px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-animation: zoom-effect 2s infinite;
  animation: zoom-effect 2s infinite;
}

@-webkit-keyframes zoom-effect {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0.5;
  }
  70% {
    opacity: 0.8;
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes zoom-effect {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0.5;
  }
  70% {
    opacity: 0.8;
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

/*** ====== 1.3.2 Preloader Effect 2 ====== ***/

.loading_effect2 {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 150px;
  margin-top: -80px;
  margin-left: -50px;
}

.loading_effect2 .object {
  width: 18px;
  height: 18px;
  float: left;
  margin-right: 20px;
  margin-top: 65px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.loading_effect2 #object_one {
  -webkit-animation: object_one 1.5s infinite;
  animation: object_one 1.5s infinite;
}

.loading_effect2 #object_two {
  -webkit-animation: object_two 1.5s infinite;
  animation: object_two 1.5s infinite;
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}

.loading_effect2 #object_three {
  -webkit-animation: object_three 1.5s infinite;
  animation: object_three 1.5s infinite;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

@-webkit-keyframes object_one {
  75% {
    -webkit-transform: scale(0);
  }
}

@keyframes object_one {
  75% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
}

@-webkit-keyframes object_two {
  75% {
    -webkit-transform: scale(0);
  }
}

@keyframes object_two {
  75% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
}

@-webkit-keyframes object_three {
  75% {
    -webkit-transform: scale(0);
  }
}

@keyframes object_three {
  75% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
}

/*** ====== 1.3.3 Preloader Effect 3 ====== ***/

.loading_effect3 {
  width: 100px;
  height: 50px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  letter-spacing: 5px;
  font-size: 12px;
  text-transform: uppercase;
}

.loading_effect3 .object {
  width: 20px;
  height: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  -webkit-animation: load_effect3 3s linear infinite;
  animation: load_effect3 3s linear infinite;
}

@-webkit-keyframes load_effect3 {
  0%,
  100% {
    -webkit-transform: scale(1) translateX(0);
    -moz-transform: scale(1) translateX(0);
    -ms-transform: scale(1) translateX(0);
    -o-transform: scale(1) translateX(0);
    transform: scale(1) translateX(0);
  }
  25% {
    -webkit-transform: scale(0.25) translateX(130px);
    -moz-transform: scale(0.25) translateX(130px);
    -ms-transform: scale(0.25) translateX(130px);
    -o-transform: scale(0.25) translateX(130px);
    transform: scale(0.25) translateX(130px);
  }
  50% {
    -webkit-transform: scale(0.15) translateX(0);
    -moz-transform: scale(0.15) translateX(0);
    -ms-transform: scale(0.15) translateX(0);
    -o-transform: scale(0.15) translateX(0);
    transform: scale(0.15) translateX(0);
  }
  75% {
    -webkit-transform: scale(0.25) translateX(-130px);
    -moz-transform: scale(0.25) translateX(-130px);
    -ms-transform: scale(0.25) translateX(-130px);
    -o-transform: scale(0.25) translateX(-130px);
    transform: scale(0.25) translateX(-130px);
  }
}

@keyframes load_effect3 {
  0%,
  100% {
    -webkit-transform: scale(1) translateX(0);
    -moz-transform: scale(1) translateX(0);
    -ms-transform: scale(1) translateX(0);
    -o-transform: scale(1) translateX(0);
    transform: scale(1) translateX(0);
  }
  25% {
    -webkit-transform: scale(0.25) translateX(130px);
    -moz-transform: scale(0.25) translateX(130px);
    -ms-transform: scale(0.25) translateX(130px);
    -o-transform: scale(0.25) translateX(130px);
    transform: scale(0.25) translateX(130px);
  }
  50% {
    -webkit-transform: scale(0.15) translateX(0);
    -moz-transform: scale(0.15) translateX(0);
    -ms-transform: scale(0.15) translateX(0);
    -o-transform: scale(0.15) translateX(0);
    transform: scale(0.15) translateX(0);
  }
  75% {
    -webkit-transform: scale(0.25) translateX(-130px);
    -moz-transform: scale(0.25) translateX(-130px);
    -ms-transform: scale(0.25) translateX(-130px);
    -o-transform: scale(0.25) translateX(-130px);
    transform: scale(0.25) translateX(-130px);
  }
}

/* --------------------------------------
    1.4 Page Header
-------------------------------------- */

section.page-header {
  margin: 0;
  padding: 80px 0;
  background: #f6f6f6;
  border: 0;
}

section.page-header .title {
  font-size: 30px;
  color: #666;
  margin: 0;
}

section.page-header .title span {
  font-family: inherit;
  color: #999;
}

section.page-header .subtitle {
  color: #948a99;
  margin-bottom: 0;
}

section.page-header .breadcrumb {
  background: none;
  text-transform: capitalize;
  padding: 5px 0 0 0;
  margin: 0;
  text-align: center;
}

section.page-header .breadcrumb li {
  margin: 0;
}

section.page-header .breadcrumb li:after {
  content: "\f105";
  font-family: "FontAwesome";
  font-size: 14px;
  color: #999;
  margin: 0 5px 0 10px;
}

section.page-header .breadcrumb li:last-child:after {
  content: "";
  margin: 0;
}

section.page-header .breadcrumb li:before {
  content: "";
  padding: 0;
  display: none;
}

section.page-header .breadcrumb li a,
section.page-header .breadcrumb li.current_item {
  color: inherit;
}

/* Page Header with Background Image */

section.page-header-bg {
  background-size: cover !important;
  background-position: center !important;
  padding: 90px 0;
}

section.page-header-bg:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}

section.page-header-bg > .container {
  position: relative;
  z-index: 2;
}

section.page-header-bg .title {
  color: #fff;
}

/* --------------------------------------
    1.5 Pricing Tables
-------------------------------------- */

/* Version 1 */

.pricing-table {
  position: relative;
  text-align: center;
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 40px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.pricing-table:hover {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
}

.pricing-table.pricing-table-featured:before {
  content: "\f005";
  font-family: "fontawesome";
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  color: #fff;
  text-align: center;
  top: -25px;
  right: 0;
  left: 0;
  margin: 0 auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-size: 24px;
  line-height: 50px;
}

.pricing-table .pricing-header > * {
  text-transform: capitalize;
}

.pricing-table .pricing {
  margin: 40px 0;
  padding: 20px 0;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  color: #555;
}

.pricing-table .pricing .amount {
  font-size: 52px;
  font-weight: bold;
  vertical-align: middle;
}

.pricing-table .pricing-body ul {
  margin: 0;
  padding: 0;
}

.pricing-table .pricing-body ul li {
  list-style: outside none none;
  margin: 10px 0px 10px 25px;
  position: relative;
  font-size: 16px;
  line-height: 24px;
  color: #666;
}

.pricing-table .pricing-body ul li:first-child {
  margin-top: 0;
}

.pricing-table .pricing-body ul li:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #29b1fd;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  left: -25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.pricing-table .pricing-footer {
  margin-top: 40px;
}

/* Version 2 */

.pricing-table2 {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  text-align: left;
}

.pricing-table2 .pricing-header {
  padding: 40px;
  position: relative;
  background-color: #666;
  background-repeat: repeat;
  background-size: cover;
  background-position: center center;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
}

.pricing-table2 .pricing-header > * {
  z-index: 1;
  position: relative;
}

.pricing-table2 .pricing-header .overlay {
  position: absolute !important;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0 !important;
  -webkit-border-radius: inherit;
  -moz-border-radius: inherit;
  border-radius: inherit;
}

.pricing-table2 .pricing-header .featured {
  position: absolute !important;
  top: -8px;
  background: #a74bce;
  font-size: 18px;
  right: 25px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #fff;
}

.pricing-table2 .pricing-header .featured:after,
.pricing-table2 .pricing-header .featured:before {
  content: "";
  border: 20px solid transparent;
  position: absolute;
  z-index: -1;
  top: 12px;
}

.pricing-table2 .pricing-header .featured:before {
  left: 0;
  border-left-color: #a74bce;
}

.pricing-table2 .pricing-header .featured:after {
  right: 0;
  border-right-color: #a74bce;
}

.pricing-table2 .pricing-header .featured i:after {
  content: "";
  position: absolute;
  border-left: 5px solid #8c35b1;
  border-top: 8px solid transparent;
  top: 0;
  right: -5px;
}

.pricing-table2 .pricing-header span.title {
  display: block;
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 25px;
  color: #fff;
}

.pricing-table2 .pricing-header span.title:after {
  content: "";
  display: block;
  height: 2px;
  width: 30px;
  margin-top: 10px;
}

.pricing-table2 .pricing-header .amount {
  font-weight: 600;
  font-size: 60px;
  line-height: 1;
  margin-bottom: 15px;
  display: block;
  word-break: break-all;
}

.pricing-table2 .pricing-header .description {
  margin: 0;
  font-size: 16px;
  color: #fff;
}

.pricing-table2 .pricing-body {
  padding: 40px;
  background: #fff;
  border-left: 1px solid #e3e3e3;
  border-right: 1px solid #e3e3e3;
}

.pricing-table2 .pricing-body p {
  margin: 0;
}

.pricing-table2 .pricing-body ul {
  padding: 0;
  list-style: none;
}

.pricing-table2 .pricing-body ul li {
  margin-bottom: 15px;
}

.pricing-table2 .pricing-body ul li:last-child {
  margin: 0;
}

.pricing-table2 .pricing-body ul li:before {
  content: "\e080";
  font-family: "simple-line-icons";
  margin-right: 10px;
  color: #6fde83;
}

.pricing-table2 .pricing-body ul li.disabled {
  opacity: 0.5;
}

.pricing-table2 .pricing-body ul li.disabled:before {
  content: "\e082";
  color: inherit;
}

.pricing-table2 .pricing-footer a {
  text-align: center;
  display: block;
  padding: 12px 0;
  background: #29b1fd;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
}

/* --------------------------------------
    1.6 Counterup Items
-------------------------------------- */

.counter-container .counter {
  text-align: center;
}

.counter-container .counter h4 span {
  font-size: 50px;
}

.counter-container .counter h4 {
  text-transform: capitalize;
  margin: 0;
}

/* --------------------------------------
    1.7 Testimonial Carousel
-------------------------------------- */

/****** Style 1 ******/

.testimonials-carousel-style1 .owl-stage-outer {
  padding-top: 30px;
}

.testimonials-carousel-style1 .owl-item {
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -o-transform: scale(0.7);
  transform: scale(0.7);
  opacity: 0.5;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.testimonials-carousel-style1 .owl-item.active.center {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  opacity: 1;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

.testimonials-carousel-style1 .owl-item .testimonial-item {
  text-align: center;
}

.testimonials-carousel-style1 .owl-item .testimonial-item .testimonial .review {
  position: relative;
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.testimonials-carousel-style1
  .owl-item
  .testimonial-item
  .testimonial
  .review:before {
  content: "\f10e";
  font-family: "fontawesome";
  font-size: 24px;
  position: absolute;
  width: 50px;
  height: 50px;
  top: -25px;
  left: 25px;
  color: #fff;
  border: 2px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  line-height: 50px;
}

.testimonials-carousel-style1
  .owl-item
  .testimonial-item
  .testimonial
  .review:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #fff transparent transparent transparent;
}

.testimonials-carousel-style1
  .owl-item
  .testimonial-item
  .testimonial
  .review
  blockquote {
  border: 0;
  color: inherit;
  padding: 40px;
  font-size: 18px;
}

.testimonials-carousel-style1
  .owl-item
  .testimonial-item
  .testimonial
  .customer {
  margin-top: 40px;
}

.testimonials-carousel-style1
  .owl-item
  .testimonial-item
  .testimonial
  .customer
  img {
  width: 100px;
  height: auto;
  border: 3px solid #fff;
  margin: 0 auto;
  margin-bottom: 15px;
}

/****** Style 2 ******/

.testimonials-carousel-style2 .testimonial {
  background: #fff;
  text-align: center;
  max-width: 700px;
  margin: 60px auto 40px auto;
  -webkit-box-shadow: 0px 0 50px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 0 50px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0 50px rgba(0, 0, 0, 0.05);
  position: relative;
}

.testimonials-carousel-style2 .testimonial:before {
  color: #dcdcdc;
  content: "\f10e";
  font-family: fontawesome;
  font-size: 120px;
  position: absolute;
  right: 40px;
  top: -15px;
  opacity: 0.25;
}

.testimonials-carousel-style2 .testimonial .customer {
  padding-top: 70px;
}

.testimonials-carousel-style2 .testimonial .customer img {
  width: 120px;
  position: absolute;
  top: -60px;
  left: 0;
  right: 0;
  margin: 0 auto;
  border: 13px solid #fff;
}

.testimonials-carousel-style2 .testimonial .review {
  padding: 25px 0 50px 0;
}

.testimonials-carousel-style2 .testimonial .review blockquote {
  border: 0;
  font-size: 16px;
  font-style: normal;
  line-height: 1.9;
  color: inherit;
  margin: 0;
  padding: 0;
}

/* --------------------------------------
    1.8 Logo Carousel
-------------------------------------- */

.logo-carousel .owl-item {
  min-height: 30px;
}

.logo-carousel img {
  opacity: 0.5;
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  transition: all 0.9s ease;
  margin: 0 auto;
  display: block;
}

.logo-carousel img:hover {
  opacity: 1;
}

/* --------------------------------------
    1.9 Job Categories
-------------------------------------- */

/***** Categories List Layout *****/

/* List Version 1 */

.category-list-layout ul.job-category.list-cat-ver1,
ul.resume-category {
  background: #f0f0f0;
  border: 1px solid #e3e3e3;
  padding: 0;
  list-style: none;
}

.category-list-layout ul.job-category.list-cat-ver1 li,
ul.resume-category li {
  position: relative;
  border-bottom: 1px solid #e3e3e3;
  margin: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.category-list-layout ul.job-category.list-cat-ver1 li:last-child,
ul.resume-category li:last-child {
  border-bottom: 0;
}

.category-list-layout ul.job-category.list-cat-ver1 li:hover,
ul.resume-category li:hover {
  background: #e3e3e3;
}

.category-list-layout ul.job-category.list-cat-ver1 li:before,
ul.resume-category li:before {
  content: "\f105";
  font-family: "fontawesome";
  font-size: 18px;
  display: block;
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.category-list-layout ul.job-category.list-cat-ver1 li a,
ul.resume-category li a {
  position: relative;
  padding: 10px 0 10px 30px;
  text-transform: capitalize;
  display: block;
}

.category-list-layout ul.job-category.list-cat-ver1 li h4,
ul.resume-category li h4 {
  margin: 0;
}

.category-list-layout ul.job-category.list-cat-ver1 li span,
ul.resume-category li span {
  color: #948a99;
}

/* List Version 2 */

.category-list-layout ul.job-category.list-cat-ver2 {
  padding: 0;
  list-style: none;
}

.category-list-layout ul.job-category.list-cat-ver2 li {
  background: #f0f0f0;
  margin-bottom: 20px;
}

.category-list-layout ul.job-category.list-cat-ver2 li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.category-list-layout ul.job-category.list-cat-ver2 li .category-img {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 200px;
  min-width: 150px;
  width: 100%;
  height: 170px;
  background-color: #e3e3e3;
  background-size: cover;
  background-position: center;
}

.category-list-layout ul.job-category.list-cat-ver2 li .category-info {
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
  padding: 15px;
}

.category-list-layout ul.job-category.list-cat-ver2 li .category-info .title {
  margin: 10px 0 0 0;
  position: relative;
}

.category-list-layout
  ul.job-category.list-cat-ver2
  li
  .category-info
  .title:after {
  content: "\f105";
  font-family: "fontawesome";
  position: absolute;
  right: 0;
  color: #999;
  opacity: 0.8;
}

.category-list-layout
  ul.job-category.list-cat-ver2
  li
  .category-info
  .positions {
  display: block;
  opacity: 0.8;
  color: #999;
}

.category-list-layout
  ul.job-category.list-cat-ver2
  li
  .category-info
  .cat-description {
  display: block;
  opacity: 0.7;
  color: #333;
  margin-top: 10px;
}

/***** Categories Grid Layout *****/

.category-grid-layout .job-category {
  text-align: center;
  background: #f6f6f6;
  margin: 20px 0;
  padding: 40px 0;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  overflow: hidden;
}

.category-grid-layout .job-category i {
  font-size: 80px;
  color: #999;
}

.category-grid-layout .job-category img.category-icon {
  width: 80px;
}

.category-grid-layout .job-category h4 {
  margin: 0;
  padding-top: 20px;
}

.category-grid-layout .job-category span {
  color: #999;
}

/* Categories with Background Image */

.category-grid-layout .job-category-bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  position: relative;
}

.category-grid-layout .job-category-bg:hover {
  background-position: 30% 50%;
}

.category-grid-layout .job-category-bg:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0.9;
  z-index: 1;
  transition: all 0.3s ease;
  background: rgba(0, 0, 0, 0);
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 1) 100%
  );
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 1) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 1) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 1) 100%
  );
}

.category-grid-layout .job-category-bg:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #333;
  opacity: 0.5;
  z-index: 0;
}

.category-grid-layout .job-category-bg i,
.category-grid-layout .job-category-bg h4,
.category-grid-layout .job-category-bg span {
  color: #fff;
  z-index: 1;
  position: relative;
  display: block;
}

/***** Categories Slider Layout *****/

.category-slider-layout .job-cat-slider1 .owl-item {
  width: 100%;
}

.category-slider-layout .job-cat-slider1 .cat-item {
  text-align: center;
  padding: 5px;
  margin: 0 auto;
  width: 100%;
  max-width: 130px;
  min-height: 130px;
  max-height: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 40px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.15);
}

.category-slider-layout .job-cat-slider1 .cat-item.dark-style {
  color: #fff;
  background: #072e44;
}

.category-slider-layout .job-cat-slider1 .cat-item.light-style {
  color: #333;
  background: rgba(255, 255, 255, 0.7);
}

.category-slider-layout .job-cat-slider1 .cat-item span.cat-icon {
  width: 100%;
  padding: 10px;
  font-size: 40px;
  line-height: 40px;
}

.category-slider-layout .job-cat-slider1 .cat-item span.cat-title {
  opacity: 0.7;
}

.category-slider-layout .job-cat-slider1 .cat-item:hover span.cat-title {
  opacity: 1;
}

/* --------------------------------------
    1.10 Icon Box
-------------------------------------- */

.iconbox {
  margin: 0 0 40px 0;
}

.iconbox p:last-child {
  margin: 0;
}

.iconbox h3 {
  margin: 0 0 10px 0;
}

.iconbox i.boxicon {
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.08s ease-in;
  -moz-transition: all 0.08s ease-in;
  -ms-transition: all 0.08s ease-in;
  -o-transition: all 0.08s ease-in;
  transition: all 0.08s ease-in;
}

/* Primary Color */

.iconbox-style-4.icon-color-primary i.boxicon,
.iconbox-style-5.icon-color-primary i.boxicon,
.flip .icon-color-primary.card .back {
  color: #fff;
}

/* Greyscale Color */

.iconbox-style-1.icon-color-greyscale i.boxicon,
.iconbox-style-2.icon-color-greyscale i.boxicon,
.iconbox-style-3.icon-color-greyscale i.boxicon,
.iconbox-style-6.icon-color-greyscale i.boxicon,
.iconbox-style-7.icon-color-greyscale i.boxicon {
  color: #999;
}

.iconbox-style-4.icon-color-greyscale i.boxicon,
.iconbox-style-5.icon-color-greyscale i.boxicon {
  background: #f1f1f1;
  color: #999;
}

.flip .icon-color-greyscale.card .back {
  background: #262626;
  color: #fff;
}

/* Greyscale Color + Light Text */

.color-light .iconbox-style-1.icon-color-greyscale i.boxicon,
.color-light .iconbox-style-2.icon-color-greyscale i.boxicon,
.color-light .iconbox-style-3.icon-color-greyscale i.boxicon,
.color-light .iconbox-style-6.icon-color-greyscale i.boxicon {
  color: #fff !important;
}

.iconbox-style-4.icon-color-greyscale.color-light i.boxicon,
.iconbox-style-5.icon-color-greyscale.color-light i.boxicon {
  background: #fff;
  color: #999;
}

/*** ====== Icon Box - Style 1 ====== ***/

.iconbox-style-1 i.boxicon {
  font-size: 28px;
  margin-bottom: -6px;
  float: left;
  width: 40px;
}

.iconbox-style-1 .iconimg {
  margin-right: 10px;
}

.iconbox-style-1 i.boxicon[class*="sl-"] {
  font-weight: 400;
  font-size: 26px;
}

.iconbox-style-1.animation-iconappear {
  overflow: hidden;
}

.iconbox-style-1.animation-iconappear h3 span {
  overflow: hidden;
  display: block;
}

.iconbox-style-1.animation-iconappear h3 {
  position: relative;
  left: -40px;
  -webkit-transition: all 0.16s ease;
  -moz-transition: all 0.16s ease;
  -ms-transition: all 0.16s ease;
  -o-transition: all 0.16s ease;
  transition: all 0.16s ease;
}

.iconbox-style-1.animation-iconappear:hover h3 {
  left: 0;
}

/*** ====== Icon Box - Style 2 ====== ***/

.iconbox-style-2 i.boxicon {
  font-size: 34px;
  text-align: center;
  display: inline-block;
}

.iconbox-style-2 .iconbox-icon {
  float: left;
  width: 30px;
  margin-top: 2px;
  text-align: center;
}

.iconbox-style-2 .iconbox-content {
  margin-left: 54px;
}

.iconbox-style-2 i.boxicon[class*="sl-"] {
  font-size: 34px;
}

/*** ====== Icon Box - Style 3 ====== ***/

.iconbox-style-3 {
  text-align: center;
}

.iconbox-style-3 i.boxicon {
  font-size: 52px;
  text-align: center;
  display: inline-block;
  line-height: 52px;
  margin-bottom: 30px;
}

.iconbox-style-3 .iconimg {
  margin-bottom: 16px;
}

/*** ====== Icon Box - Style 4 ====== ***/

.iconbox-style-4 {
  text-align: center;
}

.iconbox-style-4 i.boxicon {
  font-size: 28px;
  text-align: center;
  display: inline-block;
  width: 73px;
  height: 73px;
  line-height: 75px;
  background: #f6f6f6;
  color: #999;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-bottom: 16px !important;
}

.iconbox-style-4 i.boxicon[class*="sl-"] {
  font-size: 34px;
}

.iconbox-style-4 .iconimg {
  margin-bottom: 16px !important;
}

/*** ====== Icon Box - Style 5 ====== ***/

.iconbox-style-5 i.boxicon {
  font-size: 28px;
  text-align: center;
  display: inline-block;
  width: 63px;
  height: 63px;
  line-height: 65px;
  background: #f6f6f6;
  color: #999;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.iconbox-style-5 .iconbox-icon {
  float: left;
}

.iconbox-style-5 .iconbox-icon .iconimg {
  margin-right: 20px;
}

.iconbox-style-5 .iconbox-content {
  margin-left: 88px;
  overflow: hidden;
}

.iconbox-style-5 i.boxicon[class*="sl-"] {
  font-size: 30px;
}

/*** ====== Icon Box - Style 6 ====== ***/

.flip {
  -webkit-perspective: 800;
  -ms-perspective: 800;
  -moz-perspective: 800;
  -o-perspective: 800;
  width: 100%;
  min-height: 260px;
  height: 260px;
  position: relative;
  display: block;
  margin: 0px auto;
}

.flip .card {
  width: 100%;
  height: 100%;
}

.flip .front,
.flip .back {
  -webkit-transform-style: preserve-3d;
  -webkit-transition: 0.5s;
  -moz-transform-style: preserve-3d;
  -moz-transition: 0.5s;
  -ms-transform-style: preserve-3d;
  -ms-transition: 0.5s;
  -o-transform-style: preserve-3d;
  -o-transition: 0.5s;
  transform-style: preserve-3d;
  transition: 0.5s;
}

.flip .card .face {
  width: 100%;
  height: 100%;
  position: absolute;
  text-align: center;
}

.flip .card .front {
  position: absolute;
  z-index: 1;
  background: #f6f6f6;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
}

.flip .card .back {
  color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transform: rotatey(-180deg);
  -moz-transform: rotatey(-180deg);
  -ms-transform: rotatey(-180deg);
  -o-transform: rotatey(-180deg);
  transform: rotatey(-180deg);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
}

.flip:hover .front {
  -webkit-transform: rotatey(180deg);
  -moz-transform: rotatey(180deg);
  -ms-transform: rotatey(180deg);
  -o-transform: rotatey(180deg);
  transform: rotatey(180deg);
}

.flip:hover .back {
  -webkit-transform: rotatey(0deg);
  -moz-transform: rotatey(0deg);
  -ms-transform: rotatey(0deg);
  -o-transform: rotatey(0deg);
  transform: rotatey(0deg);
  backface-visibility: visible;
  -webkit-backface-visibility: visible;
  -moz-backface-visibility: visible;
  -ms-backface-visibility: visible;
  -o-backface-visibility: visible;
}

.iconbox-style-6 i.boxicon {
  font-size: 58px;
  text-align: center;
  display: block;
  color: #999;
  line-height: 1;
  margin: 0 0 14px 0;
  padding: 0;
}

.iconbox-style-6 .iconimg {
  margin: 0 0 16px 0;
}

.iconbox-style-6 table {
  height: 260px;
  width: 100%;
}

.iconbox-style-6 table td {
  vertical-align: middle;
  text-align: center;
  padding: 10px 30px 0 30px;
}

.iconbox-style-6 .back h3 {
  color: #fff;
}

/*** ====== Icon Box - Style 7 ====== ***/

.iconbox-style-7 {
  background: #fff;
  border: 2px solid #e3e3e3;
  padding: 30px;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}

.iconbox-style-7 h3 {
  margin-bottom: 20px;
}

.iconbox-style-7 i.boxicon {
  position: absolute;
  bottom: 30px;
  right: 30px;
  font-size: 160px;
  line-height: 1;
  z-index: 0;
  text-align: center;
  display: block;
  color: #f6f6f6;
  opacity: 0.2;
}

.iconbox-style-7 p,
.iconbox-style-10 h3 {
  position: relative;
  z-index: 1;
}

.iconbox-style-7 .iconimg {
  position: absolute;
  bottom: 30px;
  right: 30px;
  font-size: 160px;
  line-height: 1;
  z-index: 0;
  text-align: center;
  display: block;
}

/*** ====== Icon Box - Style 8 ====== ***/

.iconbox-style-8 {
  text-align: center;
  border: 1px solid #eee;
  padding: 50px 30px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.iconbox-style-8:hover {
  -webkite-box-shadow: 0 5px 55px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 5px 55px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0 5px 55px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 5px 55px rgba(0, 0, 0, 0.05);
  box-shadow: 0 5px 55px rgba(0, 0, 0, 0.05);
}

.iconbox-style-8 h3 {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.iconbox-style-8 p {
  opacity: 0.7;
}

.iconbox-style-8 i.boxicon {
  font-size: 52px;
  text-align: center;
  display: inline-block;
  line-height: 52px;
  margin-bottom: 30px;
}

.iconbox-style-8 .iconimg {
  margin-bottom: 16px;
}

/* --------------------------------------
    1.11 Count Down
-------------------------------------- */

.countdown {
  text-align: center;
}

.countdown ul {
  width: 100%;
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
}

.countdown li span {
  font-size: 90px;
}

.countdown li p {
  font-size: 26px;
  font-weight: 300;
  text-transform: capitalize;
  margin: 0;
}

/* --------------------------------------
    1.12 VC ELEMENTS OVERRIDES
-------------------------------------- */

/*********** Progress Bar *************/

.vc_progress_bar.vc_progress-bar-color-custom .vc_single_bar .vc_bar {
  background-color: #cc0000;
}

.vc_progress_bar .wpb_heading {
  padding: 0;
  margin: 0;
}

.vc_progress_bar .vc_general.vc_single_bar {
  background: #e4e3e3;
  position: relative;
  margin-top: 55px;
  margin-bottom: 10px;
  height: 4px;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.vc_progress_bar .vc_general.vc_single_bar:first-child {
  margin-top: 35px;
}

.vc_progress_bar .vc_general.vc_single_bar .vc_label {
  top: -30px;
  padding: 0 !important;
  font-size: 14px;
  text-shadow: none;
  position: relative;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.vc_progress_bar .vc_general.vc_single_bar .vc_label_units {
  display: inline-block;
  text-align: right;
  top: 0;
  position: absolute;
  right: 0;
  width: 100% !important;
}

.vc_progress_bar .vc_general.vc_single_bar .vc_label_units span {
  text-align: center;
  position: relative;
  color: #000;
  font-size: 16px;
  display: inline-block;
}

.vc_progress_bar .vc_general.vc_single_bar .vc_bar {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

/*********** Tabs *************/

.wpb-js-composer
  .vc_tta.vc_tta-color-white.vc_tta-style-classic.vc_tta-tabs
  .vc_tta-panels,
.wpb-js-composer
  .vc_tta.vc_tta-color-white.vc_tta-style-classic.vc_tta-tabs
  .vc_tta-panels::after,
.wpb-js-composer
  .vc_tta.vc_tta-color-white.vc_tta-style-classic.vc_tta-tabs
  .vc_tta-panels::before {
  background-color: transparent;
}

.wpb-js-composer
  .vc_tta.vc_tta-color-white.vc_tta-style-classic.vc_tta-tabs
  .vc_tta-panels,
.wpb-js-composer
  .vc_tta.vc_tta-color-white.vc_tta-style-classic.vc_tta-tabs
  .vc_tta-panels::after,
.wpb-js-composer
  .vc_tta.vc_tta-color-white.vc_tta-style-classic.vc_tta-tabs
  .vc_tta-panels::before {
  border-color: transparent;
}

.wpb-js-composer
  .vc_tta.vc_general.vc_tta-style-classic.vc_tta-color-white.vc_tta-tabs-position-top
  .vc_tta-panel-body {
  padding: 50px 0 0 0;
}

.wpb-js-composer
  .vc_tta.vc_general.vc_tta-style-classic.vc_tta-color-white.vc_tta-tabs-position-top
  .vc_tta-tab:first-child
  > a {
  padding-left: 0;
}

.wpb-js-composer
  .vc_tta.vc_general.vc_tta-style-classic.vc_tta-color-white.vc_tta-tabs-position-top
  .vc_tta-tabs-list {
  position: relative;
}

.wpb-js-composer
  .vc_tta.vc_general.vc_tta-style-classic.vc_tta-color-white.vc_tta-tabs-position-top
  .vc_tta-tabs-list:before {
  position: absolute;
  bottom: 1px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background-color: rgba(204, 204, 204, 0.5);
}

.wpb-js-composer
  .vc_tta.vc_general.vc_tta-style-classic.vc_tta-color-white.vc_tta-tabs-position-top
  .vc_tta-tab {
  position: relative;
}

.wpb-js-composer
  .vc_tta.vc_general.vc_tta-style-classic.vc_tta-color-white.vc_tta-tabs-position-top
  .vc_tta-tab:after {
  position: absolute;
  bottom: 1px;
  right: 0;
  width: 0;
  height: 1px;
  background-color: #333;
  content: "";
  opacity: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.wpb-js-composer
  .vc_tta.vc_general.vc_tta-style-classic.vc_tta-color-white.vc_tta-tabs-position-top
  .vc_tta-tab
  > a {
  background-color: transparent;
  border-color: transparent;
  color: #999;
  font-size: 16px;
  line-height: 1;
}

.wpb-js-composer
  .vc_tta.vc_general.vc_tta-style-classic.vc_tta-color-white.vc_tta-tabs-position-top
  .vc_tta-tab.vc_active:after,
.wpb-js-composer
  .vc_tta.vc_general.vc_tta-style-classic.vc_tta-color-white.vc_tta-tabs-position-top
  .vc_tta-tab:hover:after {
  right: auto;
  left: 0;
  opacity: 1;
  width: 100%;
}

.wpb-js-composer
  .vc_tta.vc_general.vc_tta-style-classic.vc_tta-color-white.vc_tta-tabs-position-top
  .vc_tta-tab.vc_active
  > a,
.wpb-js-composer
  .vc_tta.vc_general.vc_tta-style-classic.vc_tta-color-white.vc_tta-tabs-position-top
  .vc_tta-tab:hover
  > a {
  color: #333;
}

.wpb-js-composer
  .vc_tta.vc_general.vc_tta-style-classic.vc_tta-color-white.vc_tta-tabs-position-bottom
  .vc_tta-panel-body {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 30px;
}

.wpb-js-composer
  .vc_tta.vc_general.vc_tta-style-classic.vc_tta-color-white.vc_tta-tabs-position-bottom
  .vc_tta-tab:first-child
  > a {
  padding-left: 0;
}

.wpb-js-composer
  .vc_tta.vc_general.vc_tta-style-classic.vc_tta-color-white.vc_tta-tabs-position-bottom
  .vc_tta-tabs-list {
  position: relative;
}

.wpb-js-composer
  .vc_tta.vc_general.vc_tta-style-classic.vc_tta-color-white.vc_tta-tabs-position-bottom
  .vc_tta-tabs-list:before {
  position: absolute;
  top: 1px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background-color: rgba(204, 204, 204, 0.5);
}

.wpb-js-composer
  .vc_tta.vc_general.vc_tta-style-classic.vc_tta-color-white.vc_tta-tabs-position-bottom
  .vc_tta-tab {
  position: relative;
}

.wpb-js-composer
  .vc_tta.vc_general.vc_tta-style-classic.vc_tta-color-white.vc_tta-tabs-position-bottom
  .vc_tta-tab:after {
  position: absolute;
  top: 1px;
  right: 0;
  width: 0;
  height: 1px;
  background-color: #000;
  content: "";
  opacity: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.wpb-js-composer
  .vc_tta.vc_general.vc_tta-style-classic.vc_tta-color-white.vc_tta-tabs-position-bottom
  .vc_tta-tab
  > a {
  background-color: transparent;
  border-color: transparent;
  color: #999;
  font-size: 16px;
  line-height: 1;
}

.wpb-js-composer
  .vc_tta.vc_general.vc_tta-style-classic.vc_tta-color-white.vc_tta-tabs-position-bottom
  .vc_tta-tab.vc_active:after,
.wpb-js-composer
  .vc_tta.vc_general.vc_tta-style-classic.vc_tta-color-white.vc_tta-tabs-position-bottom
  .vc_tta-tab:hover:after {
  right: auto;
  left: 0;
  opacity: 1;
  width: 100%;
}

.wpb-js-composer
  .vc_tta.vc_general.vc_tta-style-classic.vc_tta-color-white.vc_tta-tabs-position-bottom
  .vc_tta-tab.vc_active
  > a,
.wpb-js-composer
  .vc_tta.vc_general.vc_tta-style-classic.vc_tta-color-white.vc_tta-tabs-position-bottom
  .vc_tta-tab:hover
  > a {
  color: #000;
}

.wpb-js-composer
  .vc_tta.vc_general.vc_tta-style-classic.vc_tta-color-white.vc_tta-tabs-position-left
  .vc_tta-tabs-list {
  position: relative;
}

.wpb-js-composer
  .vc_tta.vc_general.vc_tta-style-classic.vc_tta-color-white.vc_tta-tabs-position-left
  .vc_tta-tabs-list:before {
  position: absolute;
  top: 0;
  right: 1px;
  content: "";
  width: 1px;
  height: 100%;
  background-color: rgba(204, 204, 204, 0.5);
}

.wpb-js-composer
  .vc_tta.vc_general.vc_tta-style-classic.vc_tta-color-white.vc_tta-tabs-position-left
  .vc_tta-panel-body {
  padding-top: 0;
  padding-right: 0;
}

.wpb-js-composer
  .vc_tta.vc_general.vc_tta-style-classic.vc_tta-color-white.vc_tta-tabs-position-left
  .vc_tta-tab {
  position: relative;
  margin: 0;
}

.wpb-js-composer
  .vc_tta.vc_general.vc_tta-style-classic.vc_tta-color-white.vc_tta-tabs-position-left
  .vc_tta-tab:after {
  position: absolute;
  bottom: 0;
  right: 1px;
  width: 1px;
  height: 0;
  background-color: #000;
  content: "";
  opacity: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.wpb-js-composer
  .vc_tta.vc_general.vc_tta-style-classic.vc_tta-color-white.vc_tta-tabs-position-left
  .vc_tta-tab
  > a {
  background-color: transparent;
  border-color: transparent;
  color: #999;
  font-size: 16px;
  padding-left: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 1;
}

.wpb-js-composer
  .vc_tta.vc_general.vc_tta-style-classic.vc_tta-color-white.vc_tta-tabs-position-left
  .vc_tta-tab.vc_active:after,
.wpb-js-composer
  .vc_tta.vc_general.vc_tta-style-classic.vc_tta-color-white.vc_tta-tabs-position-left
  .vc_tta-tab:hover:after {
  bottom: auto;
  top: 0;
  opacity: 1;
  height: 100%;
}

.wpb-js-composer
  .vc_tta.vc_general.vc_tta-style-classic.vc_tta-color-white.vc_tta-tabs-position-left
  .vc_tta-tab.vc_active
  > a,
.wpb-js-composer
  .vc_tta.vc_general.vc_tta-style-classic.vc_tta-color-white.vc_tta-tabs-position-left
  .vc_tta-tab:hover
  > a {
  color: #000;
}

.wpb-js-composer
  .vc_tta.vc_general.vc_tta-style-classic.vc_tta-color-white.vc_tta-tabs-position-right
  .vc_tta-tabs-list {
  position: relative;
}

.wpb-js-composer
  .vc_tta.vc_general.vc_tta-style-classic.vc_tta-color-white.vc_tta-tabs-position-right
  .vc_tta-tabs-list:before {
  position: absolute;
  top: 0;
  left: 1px;
  content: "";
  width: 1px;
  height: 100%;
  background-color: rgba(204, 204, 204, 0.5);
}

.wpb-js-composer
  .vc_tta.vc_general.vc_tta-style-classic.vc_tta-color-white.vc_tta-tabs-position-right
  .vc_tta-panel-body {
  padding-top: 0;
  padding-left: 0;
}

.wpb-js-composer
  .vc_tta.vc_general.vc_tta-style-classic.vc_tta-color-white.vc_tta-tabs-position-right
  .vc_tta-tab {
  position: relative;
  margin: 0;
}

.wpb-js-composer
  .vc_tta.vc_general.vc_tta-style-classic.vc_tta-color-white.vc_tta-tabs-position-right
  .vc_tta-tab:after {
  position: absolute;
  bottom: 0;
  left: 1px;
  width: 1px;
  height: 0;
  background-color: #000;
  content: "";
  opacity: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.wpb-js-composer
  .vc_tta.vc_general.vc_tta-style-classic.vc_tta-color-white.vc_tta-tabs-position-right
  .vc_tta-tab
  > a {
  background-color: transparent;
  border-color: transparent;
  color: #999;
  font-size: 16px;
  padding-right: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.wpb-js-composer
  .vc_tta.vc_general.vc_tta-style-classic.vc_tta-color-white.vc_tta-tabs-position-right
  .vc_tta-tab.vc_active:after,
.wpb-js-composer
  .vc_tta.vc_general.vc_tta-style-classic.vc_tta-color-white.vc_tta-tabs-position-right
  .vc_tta-tab:hover:after {
  bottom: auto;
  top: 0;
  opacity: 1;
  height: 100%;
}

.wpb-js-composer
  .vc_tta.vc_general.vc_tta-style-classic.vc_tta-color-white.vc_tta-tabs-position-right
  .vc_tta-tab.vc_active
  > a,
.wpb-js-composer
  .vc_tta.vc_general.vc_tta-style-classic.vc_tta-color-white.vc_tta-tabs-position-right
  .vc_tta-tab:hover
  > a {
  color: #000;
}

/* --------------------------------------
    1.13 COOKIE NOTICE
-------------------------------------- */

.cariera-cookies-bar {
  color: #fff;
  background: rgba(37, 37, 37, 0.9);
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  padding: 15px 30px;
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  -ms-transform: translate3d(0, 100%, 0);
  -o-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}

.cariera-cookies-bar.bar-display {
  -webkit-transform: translate3d(0, 1px, 0);
  -moz-transform: translate3d(0, 1px, 0);
  -ms-transform: translate3d(0, 1px, 0);
  -o-transform: translate3d(0, 1px, 0);
  transform: translate3d(0, 1px, 0);
}

.cariera-cookies-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.cariera-cookies-inner .cookies-info-text {
  -webkit-box-flex: 1;
  margin: 0 auto;
}

.cariera-cookies-inner .cookies-info-text:before {
  content: "\e617";
  font-family: "simple-line-icons";
  margin-right: 5px;
}

.cariera-cookies-inner .cookies-buttons {
  margin: 0 auto;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 14px;
  line-height: 20px;
}

.cariera-cookies-inner .cookies-buttons a {
  color: #fff;
  margin: 0 15px 0;
}

.cariera-cookies-inner .cookies-buttons > a {
  margin-right: 20px;
}

.cariera-cookies-inner .cookies-buttons > a:last-child {
  margin: auto;
}

/* --------------------------------------
    1.14 VIDEO MODAL
-------------------------------------- */

.video-container {
  position: relative;
  min-height: 100px;
  z-index: 10;
}

.video-container a {
  display: block;
  cursor: pointer;
  margin: auto;
}

.video-container img {
  margin: auto;
  display: block;
  height: auto;
  width: 100%;
  max-width: 1210px;
  -webkit-transition: 0.25s ease;
  -moz-transition: 0.25s ease;
  -o-transition: 0.25s ease;
  transition: 0.25s ease;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
}

.play-video {
  position: absolute;
  width: 60px;
  height: 60px;
  top: 50%;
  left: 50%;
  background: #fff;
  cursor: pointer;
  border: none;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.play-video:hover {
  -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3);
  -moz-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3);
  box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3);
}

.play-video .fa-play {
  width: 100%;
  height: 100%;
  color: #252525;
  font-size: 16px;
  line-height: 60px;
  font-weight: 400;
  text-align: center;
  position: absolute;
  top: 0;
  left: 3px;
}

.play-button-left .play-video {
  margin-left: 30px;
  left: 0;
}

/* --------------------------------------
    1.15 NEWSLETTER
-------------------------------------- */

.cariera-newsletter .title {
  margin-top: 0;
}

.cariera-newsletter.nl-style-1 form {
  margin-top: 30px;
  position: relative;
}

.cariera-newsletter .mc4wp-form-fields {
  position: relative;
}

/* Style 1 */

.cariera-newsletter.nl-style-1 .nl-form form input[type="email"] {
  width: 100%;
  padding: 14px 20px 14px;
  margin-bottom: 15px;
  display: block;
}

.cariera-newsletter.nl-style-1 .nl-form form input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  opacity: 0;
  z-index: 10;
}

/* Style 2 */

.cariera-newsletter.nl-style-2 .nl-form {
  position: relative;
}

.cariera-newsletter.nl-style-2 .nl-form input[type="email"] {
  display: block;
  width: 100%;
  padding: 14px 20px 14px;
  margin-bottom: 15px;
  padding-right: 190px;
  min-height: 50px;
}

.cariera-newsletter.nl-style-2 .nl-form input[type="submit"] {
  position: absolute;
  min-width: 150px;
  height: 100%;
  top: 0;
  right: 0;
  border: 0;
  opacity: 1;
  cursor: pointer;
  color: #fff;
}

/* --------------------------------------
    2. Headers - Navigation 
-------------------------------------- */

/*********** 2.1 Top Header Bar *************/

.top-bar-header {
  background: #f0f0f0;
  padding: 10px 0;
  border-bottom: 1px solid #e3e3e3;
  color: #a9a9a9;
}

.top-bar-header p {
  color: #a9a9a9;
  margin: 0;
}

.top-bar-header aside.top-header-widget {
  float: left;
  padding-right: 15px;
}

.top-bar-header aside.top-header-widget:last-child {
  padding-right: 0;
}

.top-bar-header .col-md-6.col-xs-12:last-child aside.top-header-widget {
  float: right;
}

.top-bar-header .widget_nav_menu li {
  display: inline-block;
  padding-right: 8px;
}

.top-bar-header .widget_nav_menu li a {
  color: #a9a9a9;
}

.top-bar-header .widget_nav_menu li a:hover {
  padding-left: 0;
}

/* Dark Skin */

.top-header-dark {
  background: #323232;
}

/*********** 2.2 Version 1 - Default *************/

header {
  width: 100%;
  z-index: 999;
  -webkit-transition: 0.6s all ease;
  -moz-transition: 0.6s all ease;
  -ms-transition: 0.6s all ease;
  -o-transition: 0.6s all ease;
  transition: 0.6s all ease;
}

.header1 h1.logo {
  float: left;
}

header.header1.header-fixed-top {
  position: absolute;
  top: 0;
  left: 0;
}

header.header1.header-transparent {
  background: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

header.header1.header-white .navbar .navbar-nav > li > a,
header.header1.header-white .header-btn-wrapper .extra-menu-item a {
  color: #fff;
  opacity: 0.85;
}

nav.navbar {
  background: none;
  border: none;
  padding: 15px 0;
  margin: 0;
}

.navbar-brand {
  height: inherit;
  padding: 15px 0;
  padding-right: 30px;
}

.navbar-brand img {
  width: 100%;
  height: auto;
  cursor: pointer;
}

header.header1.header-white .logo-wrapper {
  padding: 0;
}

header.header1 .logo-white-wrapper {
  padding: 0;
}

header.header1.header-white .logo-white-wrapper {
  padding: 15px 30px 15px 0;
}

header.header1.header-white .navbar-brand img.logo {
  display: none;
}

header.header1 .navbar-brand img.logo-white {
  display: none;
}

header.header1.header-white .navbar-brand img.logo-white {
  display: block;
}

header.header1 .navbar > .container,
header.header1 .navbar > .container-fluid {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

header.header1 .navbar #main-nav {
  margin-left: auto;
}

.navbar .navbar-nav > li.mobile-title {
  display: none;
}

.navbar .navbar-nav > li {
  margin: 0;
}

.nav > li > a:focus,
.nav > li > a:hover {
  background: none !important;
}

.nav > li > a:focus {
}

.navbar .navbar-nav > li > a {
  padding: 0 10px;
}

.navbar .navbar-nav > li.active > a {
  background: none;
}

.navbar .navbar-nav > li > a:hover {
  -webkit-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  -ms-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  background: none !important;
}

.navbar .navbar-nav > li > a i {
  padding-left: 5px;
}

#main-nav .navbar-nav > li > a > i,
#main-nav .navbar-nav .dropdown-menu > li > a > i,
#main-nav
  .navbar-nav
  .mega-menu
  .dropdown-menu
  .mega-menu-inner
  .menu-item-mega
  .sub-menu
  a
  > i {
  padding-right: 10px;
  padding-left: 0;
}

.navbar .navbar-nav > li:last-child > a i {
  padding-right: 5px;
  padding-left: 0;
}

/***** Header Btn Wrapper *****/

.header-btn-wrapper {
  display: inline-block;
  float: right;
  line-height: 31px;
  padding-left: 10px;
}

.header-btn-wrapper li {
  display: inline-block;
  padding-right: 10px;
}

.header-btn-wrapper li:last-child {
  padding-right: 0;
}

/*********** 2.3 Version 2 - Logo Top *************/

.header2 h1.logo {
  text-align: center;
  width: 100%;
}

.header2 nav {
  padding: 20px 0;
}

.header2 a.navbar-brand {
  float: none !important;
  padding: 0;
}

.header2 .navbar-brand img {
  margin: 0 auto !important;
  text-align: center;
}

.header2 .navbar .navbar-nav {
  display: inline-block;
  float: none !important;
  vertical-align: top;
}

.header2 .navbar .navbar-collapse {
  text-align: center;
}

/*********** 2.4 Sticky Header *************/

header.sticky.headroom--pinned.cloned,
header.sticky.headroom--unpinned.cloned,
header.sticky.headroom--top.cloned {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

header.sticky.cloned {
  position: fixed !important;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  z-index: 999;
}

body.admin-bar header.sticky.cloned {
  top: 32px !important;
}

header.sticky.cloned.headroom--not-top.headroom--unpinned,
header.sticky.cloned.headroom--not-top.headroom--pinned {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
}

/*********** 2.5 Dropdown Menu *************/

#main-nav .navbar-nav > .dropdown > a:after {
  content: "\f107";
  font-family: "fontawesome";
  padding-left: 7px;
}

#main-nav .dropdown .dropdown-menu {
  position: absolute;
  display: block;
  width: 200px;
  top: 150%;
  opacity: 0;
  visibility: hidden;
  background: #fff none repeat scroll 0 0;
  padding: 10px 0;
  border-top: solid 3px;
  z-index: 100;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 0px 15px 5px rgba(30, 31, 33, 0.15);
  -moz-box-shadow: 0px 0px 15px 5px rgba(30, 31, 33, 0.15);
  box-shadow: 0px 0px 15px 5px rgba(30, 31, 33, 0.15);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

#main-nav .dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#main-nav .navbar-nav .dropdown-menu > li {
  position: relative;
  margin: 0;
}

#main-nav .navbar-nav .dropdown-menu > li > a {
  padding: 5px 20px;
  color: #666;
  background: none;
  text-transform: capitalize;
  line-height: 1.4;
  white-space: inherit;
}

#main-nav .navbar-nav .dropdown-menu > li > a:focus,
#main-nav .navbar-nav .dropdown-menu > li > a:hover {
  background: none;
}

/*********** 2.5.1 Dropdown Submenu *************/

#main-nav .navbar-nav .dropdown .dropdown-menu li .dropdown-toggle:after {
  content: "\f105";
  font-family: "fontawesome";
  display: block;
  position: absolute;
  right: 15px;
  top: 0;
  line-height: 30px;
}

#main-nav .navbar-nav .dropdown .dropdown-menu li .sub-menu {
  position: absolute;
  top: -15px;
  left: 130%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

#main-nav .navbar-nav .dropdown-menu li:hover .sub-menu {
  left: 100%;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#main-nav .navbar-nav .dropdown-menu li .dropdown-menu.left {
  left: -70%;
}

#main-nav .navbar-nav .dropdown-menu li:hover .dropdown-menu.left {
  left: -100%;
}

/*********** 2.5.2 Mega Menu *************/

#main-nav .navbar-nav .mega-menu {
  position: static !important;
}

#main-nav .navbar-nav .mega-menu .dropdown-menu {
  max-width: 100%;
  margin: 0 auto;
  padding: 15px 30px;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

#main-nav .navbar-nav .mega-menu:hover .dropdown-menu {
  top: 80%;
}

#main-nav
  .navbar-nav
  .mega-menu
  .dropdown-menu
  .mega-menu-inner
  .menu-item-mega.menu-title {
  color: #333;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
}

/* Mega Menu - Sub Menu */

#main-nav
  .navbar-nav
  .mega-menu
  .dropdown-menu
  .mega-menu-inner
  .menu-item-mega
  a:after {
  display: none;
}

#main-nav
  .navbar-nav
  .mega-menu
  .dropdown-menu
  .mega-menu-inner
  .menu-item-mega
  .sub-menu {
  position: relative;
  top: 0;
  left: 0;
  border-top: 1px solid #e3e3e3;
  margin-top: 10px;
  padding: 10px 0;
  list-style: none;
}

#main-nav
  .navbar-nav
  .mega-menu:hover
  .dropdown-menu
  .mega-menu-inner
  .menu-item-mega
  .sub-menu {
  opacity: 1;
  visibility: visible;
}

#main-nav
  .navbar-nav
  .mega-menu
  .dropdown-menu
  .mega-menu-inner
  .menu-item-mega
  .sub-menu
  li {
  padding: 0;
}

#main-nav
  .navbar-nav
  .mega-menu
  .dropdown-menu
  .mega-menu-inner
  .menu-item-mega
  .sub-menu
  a {
  color: #948a99;
}

/*********** 2.5.3 Menu Items Badges *************/

#main-nav .navbar-nav .items-badge span,
#main-nav .navbar-nav .items-badge span {
  font-size: 11px;
  font-weight: 500;
  text-transform: lowercase;
  color: #fff;
  padding: 2px 7px;
  margin-left: 7px;
  -webikt-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

#main-nav .navbar-nav .items-badge .new-badge,
#main-nav .navbar-nav .items-badge .new-badge {
  background: #2cd47f;
}

#main-nav .navbar-nav .items-badge .hot-badge,
#main-nav .navbar-nav .items-badge .hot-badge {
  background: #f35656;
}

#main-nav .navbar-nav .items-badge .trending-badge,
#main-nav .navbar-nav .items-badge .trending-badge {
  background: #4284fc;
}

/*********** 2.5.4 Extra Menu - Login, Cart & Search *************/

.header-btn-wrapper {
  margin: 0;
}

.header-btn-wrapper .extra-menu-item {
  list-style: none;
}

.header-btn-wrapper .extra-menu-item a {
  text-transform: inherit !important;
}

/* Join Now */

.header-btn-wrapper .ca-join-now a {
  cursor: pointer;
  color: #777;
}

.header-btn-wrapper .ca-join-now a i {
  padding-right: 5px;
}

.ca-join-user-info span {
  position: relative;
  width: 35px;
  height: 35px;
  display: block;
  float: left;
  margin-right: 7px;
}

.ca-join-user-info span img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Cart */

.header-btn-wrapper .menu-item-cart {
  position: relative;
  padding: 0;
}

.header-btn-wrapper .menu-item-cart .mini-cart-counter {
  position: absolute;
  bottom: -2px;
  padding: 0 5px;
  height: 18px;
  min-width: 18px;
  text-align: center;
  line-height: 18px;
  color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  right: -10px;
  display: block;
  font-weight: 600;
  font-size: 10px;
}

.header-btn-wrapper .menu-item-cart a.cart-contents-btn {
  display: none;
}

/* Search */

.header-btn-wrapper .menu-item-search {
  padding-left: 15px;
}

.header-btn-wrapper .menu-item-search .header-search-mobile-btn {
  display: none;
}

/***** LOGIN REGISTER BOX ****/

.login-register-page form .status {
  margin-top: 40px;
}

.signup-wrapper {
  display: none;
}

.forgetpassword-wrapper {
  display: none;
}

.signin-wrapper .status span,
.signup-wrapper .status span,
.forgetpassword-wrapper .status span {
  display: block;
}

.signin-wrapper .bottom-links a,
.signup-wrapper .bottom-links a,
.forgetpassword-wrapper .bottom-links a {
  cursor: pointer;
}

.signup-wrapper .register-gdpr {
  margin-bottom: 10px;
  padding-top: 10px;
}

/***** GENERAL SEARCH STYLE ****/

.general-fullscreen-search {
  position: fixed;
  top: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  background: #f7f7f7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  text-align: center;
  opacity: 0;
  z-index: 1005;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.general-fullscreen-search.open {
  visibility: visible;
  opacity: 1;
}

.general-fullscreen-search .search-wrapper {
  width: 100%;
  align-self: center;
  margin: 25px;
}

.general-fullscreen-search h2 {
  margin-top: 0;
  opacity: 0;
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: all 0.5s ease 0.4s;
  -moz-transition: all 0.5s ease 0.4s;
  -ms-transition: all 0.5s ease 0.4s;
  -o-transition: all 0.5s ease 0.4s;
  transition: all 0.5s ease 0.4s;
}

.general-fullscreen-search.open h2 {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.general-fullscreen-search form.general-search {
  position: relative;
  max-width: 550px;
  margin: 0 auto;
  opacity: 0;
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: all 0.5s ease 0.6s;
  -moz-transition: all 0.5s ease 0.6s;
  -ms-transition: all 0.5s ease 0.6s;
  -o-transition: all 0.5s ease 0.6s;
  transition: all 0.5s ease 0.6s;
}

.general-fullscreen-search.open form.general-search {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.general-fullscreen-search form.general-search .search-fields {
  max-width: 700px;
  margin: 0 auto;
}

.general-fullscreen-search
  form.general-search
  .search-fields
  input[type="text"] {
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.general-fullscreen-search
  form.general-search
  .search-fields
  input[type="text"]:focus {
  -webkit-box-shadow: 0px 15px 25px 0px rgba(110, 110, 110, 0.22);
  -moz-box-shadow: 0px 15px 25px 0px rgba(110, 110, 110, 0.22);
  box-shadow: 0px 15px 25px 0px rgba(110, 110, 110, 0.22);
}

.general-fullscreen-search form.general-search .search-fields input.btn-submit {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  color: #fff;
  border: 0;
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
  padding: 0 20px;
  text-transform: uppercase;
  font-weight: 700;
}

.general-fullscreen-search .search-close-wrapper {
  position: absolute;
  width: 100%;
  bottom: 100px;
  left: 0;
  opacity: 0;
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: all 0.5s ease 0.8s;
  -moz-transition: all 0.5s ease 0.8s;
  -ms-transition: all 0.5s ease 0.8s;
  -o-transition: all 0.5s ease 0.8s;
  transition: all 0.5s ease 0.8s;
}

.general-fullscreen-search.open .search-close-wrapper {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}

.general-fullscreen-search .search-close-wrapper a {
  font-size: 18px;
  font-weight: 700;
  color: #333;
}

/* Search result */

.search-results .job_listing .blog-thumbnail {
  display: none;
}

/* --------------------------------------
    3. Footers
-------------------------------------- */

footer {
  position: relative;
  z-index: 2;
}

footer .footer-info .widget-title {
  font-size: 24px;
  color: #f6f6f6;
  text-transform: capitalize;
  padding-bottom: 40px;
  margin: 0;
}

footer .footer-info p,
footer .footer-info a,
footer .footer-info ul li,
footer .footer-info span {
  line-height: 22px;
}

/* Mailchimp - Newsletter Widget */

footer .footer-info .widget_mc4wp_form_widget input.form-control {
  height: 44px;
  background: rgba(237, 237, 237, 0.3);
  border: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #999;
  padding-left: 20px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

footer .footer-info .widget_mc4wp_form_widget button {
  width: 20%;
}

/* Copyright Section */

footer .copyright {
  background: #1e1f21;
}

footer .copyright h6 {
  color: inherit;
  line-height: 40px;
  font-size: 14px;
  font-weight: 600;
  margin: 0;
}

footer .copyright .social-btn-roll {
  border: 1px solid transparent;
  background: none;
  color: #999;
}

/********************** 3.1 Footer Version 1 - Default Background Image ************************/

.footer1 .footer-info {
  position: relative;
  background-size: cover;
}

.footer1 .footer-info:before {
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  overflow: hidden;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
}

.footer1 .footer-info > div {
  position: relative;
  z-index: 3;
}

/********************** 3.2 Footer Version 2 - Dark Skin ************************/

.footer2 .footer-info {
  background: #1e1f21;
  border-bottom: 1px solid #2b2c2d;
}

/********************** 3.3 Footer Version 3 - Light ************************/

.footer3 {
  border-top: 1px solid #e3e3e3;
}

.footer3 .footer-info {
  background: #f0f0f0;
}

.footer3 .footer-info:before {
  display: none;
}

.footer3 .footer-info p,
.footer3 .footer-info a,
.footer3 .footer-info ul li,
.footer3 .footer-info span {
  color: #666;
}

.footer3 .footer-info h3 {
  color: #666;
}

/* Mailchimp - Newsletter Widget */

.footer3 .footer-info .widget_mc4wp_form_widget input.form-control {
  background: #fff;
}

/* Copyright */

.footer3 .copyright {
  background: #f0f0f0;
  border-top: 1px solid #e3e3e3;
}

/********************** 3.4 Footer Version 4 - Fixed ************************/

.footer4 {
  background: #333;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.wrapper.boxed .footer4 {
  max-width: 1200px;
  margin: 0 auto;
}

/*********** Footer Widgets ***********/

.footer-widgets aside.footer-widget {
  margin-top: 40px;
}

.footer-widgets aside.footer-widget:first-child {
  margin-top: 0;
}

.footer-widgets .widget_nav_menu li {
  padding-bottom: 10px;
  margin: 0;
}

.footer-widgets .widget_nav_menu li:last-child {
  padding-bottom: 0;
}

.footer-widgets .widget_nav_menu li a:before {
  content: "\f101";
  font-family: "fontawesome";
  padding-right: 10px;
}

.footer-widgets .widget_archive li,
.footer-widgets .widget_categories li,
.footer-widgets .widget_recent_entries li,
.footer-widgets .widget_recent_comments li,
.footer-widgets .widget_pages li,
.footer-widgets .widget_meta li {
  border: 0;
}

/* --------------------------------------
    4. Blog
-------------------------------------- */

/*********** 4.1 Blog Listing *************/

article.blog-post {
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #e3e3e3;
  border-left: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding-bottom: 40px;
  margin-bottom: 40px;
}

article.blog-post:last-of-type {
  border-bottom: 0;
  margin-bottom: 0;
}

/* Description */

article.blog-post .blog-desc .blog-post-title {
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 5px;
}

article.blog-post .blog-desc .blog-post-title a {
  font-family: inherit;
  color: #333;
}

/* Meta Info */

article.blog-post .meta-tags,
article.blog-post-content .meta-tags {
  margin-bottom: 20px;
}

article.blog-post .meta-tags span i,
article.blog-post-content .meta-tags span i {
  margin-right: 7px;
}

article.blog-post .blog-desc .meta-tags a,
article.blog-post-content .blog-desc .meta-tags a {
  color: inherit;
}

article.blog-post .blog-desc .meta-tags span:after,
article.blog-post-content .blog-desc .meta-tags span:after {
  content: "|";
  padding: 0 7px;
}

article.blog-post .blog-desc .meta-tags span:last-child:after,
article.blog-post-content .blog-desc .meta-tags span:last-child:after {
  display: none;
}

/* Blog Post Thumbnail */

article.blog-post .blog-thumbnail {
  padding: 0;
  overflow: hidden;
  max-height: 350px;
  position: relative;
}

article.blog-post .blog-thumbnail img {
  width: 100%;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

article.blog-post .blog-thumbnail:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-filter: blur(3px);
  -moz-filter: blur(3px);
  -ms-filter: blur(3px);
  -o-filter: blur(3px);
  filter: blur(3px);
  opacity: 0.4;
}

/* Vertical Featured Image */

article.blog-post .blog-thumb-vertical {
  background: none !important;
}

article.blog-post .blog-thumb-vertical img.vertical-image {
  width: auto !important;
  margin: 0 auto;
  display: block;
}

article.blog-post .blog-thumb-vertical:hover img.vertical-image {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-filter: blur(2px);
  -moz-filter: blur(2px);
  -ms-filter: blur(2px);
  -o-filter: blur(2px);
  filter: blur(2px);
  opacity: 1;
}

/*********** Sticky Blog Post ***********/

article.sticky {
  background: #fefff6;
  border: 1px solid #e3e3e3 !important;
  padding: 40px;
}

article.sticky:before {
  content: "\f08d";
  font-family: "fontawesome";
  display: block;
  font-size: 22px;
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: -25px;
  left: -25px;
}

/*********** Aside Blog Post ***********/

article.blog-post-aside .blog-post-wrapper {
  padding: 20px;
  border: 0;
  background: #ddf3ff;
  text-align: center;
}

article.blog-post-aside .blog-post-wrapper p {
  margin: 0;
  color: #666;
}

/*********** Audio Blog Post ***********/

article .audio-wrapper iframe {
  width: 100%;
  height: 100%;
}

/*********** Quote Blog Post ***********/

article figure.post-quote blockquote {
  margin: 0;
  border: 0;
  text-align: center;
  color: #fff;
  padding: 60px;
}

article figure.post-quote blockquote h4,
article figure.post-quote blockquote h6 {
  color: inherit;
  margin: 0;
}

article figure.post-quote blockquote a {
  color: #fff;
}

/*********** Gallery Blog Post ***********/

.gallery-post-wrapper .gallery-post {
  max-height: 350px;
  overflow: hidden;
}

.gallery-post .owl-nav {
  height: 0;
}

.gallery-post .owl-nav .owl-prev,
.gallery-post .owl-nav .owl-next {
  cursor: pointer !important;
  background: rgba(0, 0, 0, 0.6) !important;
  opacity: 0;
  text-decoration: none;
  display: block;
  color: #fff !important;
  width: 50px;
  height: 50px;
  margin: -25px 0 0;
  line-height: 50px;
  text-align: center;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.gallery-post:hover .owl-nav .owl-prev,
.gallery-post:hover .owl-nav .owl-next {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.gallery-post .owl-nav .owl-prev {
  left: 20px;
}

.gallery-post .owl-nav .owl-next {
  right: 20px;
}

.gallery-post .owl-nav i {
  font-size: 28px;
  line-height: 50px;
  opacity: 0.7;
}

/*********** Blog Post Slider VC ***********/

.blogslider-post-holder {
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  text-align: center;
}

a.blogslider-thumb-link {
  position: relative;
  max-height: 250px;
  display: block;
  overflow: hidden;
}

.blogslider-post-thumbnail {
  width: 100%;
  height: 250px;
  background-size: cover !important;
  background-position: center !important;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

.blogslider-post-thumbnail:hover {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-filter: blur(3px);
  -moz-filter: blur(3px);
  -ms-filter: blur(3px);
  -o-filter: blur(3px);
  filter: blur(3px);
}

.blogslider-post-thumbnail:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

.blogslider-post-thumbnail:hover:after {
  opacity: 0.6;
}

.blogslider-post-holder .blogslider-text-outer {
  padding: 20px;
}

.blogslider-post-holder .blogslider-title {
  margin: 0;
}

.blogslider-post-holder .blogslider-title a {
  color: #333;
}

.blogslider-post-holder .blogslider-meta {
  padding-top: 10px;
}

.blogslider-post-holder .blogslider-excerpt {
  padding-top: 25px;
}

.blog-post-slider .owl-dots {
  margin-top: 25px;
}

/*********** Blog Post List VC ***********/

.bloglist-post-holder {
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  text-align: center;
  margin-bottom: 40px;
}

a.bloglist-thumb-link {
  position: relative;
  max-height: 250px;
  display: block;
  overflow: hidden;
}

.bloglist-post-thumbnail {
  width: 100%;
  height: 250px;
  background-size: cover !important;
  background-position: center !important;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

.bloglist-post-thumbnail:hover {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-filter: blur(3px);
  -moz-filter: blur(3px);
  -ms-filter: blur(3px);
  -o-filter: blur(3px);
  filter: blur(3px);
}

.bloglist-post-thumbnail:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

.bloglist-post-thumbnail:hover:after {
  opacity: 0.6;
}

.bloglist-post-holder .bloglist-text-wrapper {
  position: relative;
  padding: 40px 20px;
  background: #fff;
}

.bloglist-post-holder .bloglist-avatar {
  position: absolute;
  top: -25px;
  left: 0;
  width: 100%;
}

.bloglist-post-holder .bloglist-avatar img {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.bloglist-post-holder .bloglist-title {
  margin: 0;
}

.bloglist-post-holder .bloglist-title a {
  color: #333;
}

.bloglist-post-holder .bloglist-meta {
  padding-top: 10px;
}

.bloglist-post-holder .bloglist-excerpt {
  padding-top: 25px;
}

/***** Version 2 *****/

.bloglist-post-holder-ver2 {
  position: relative;
  overflow: hidden;
  text-align: left;
  margin-bottom: 30px;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.bloglist-post-holder-ver2 .bloglist-post-thumbnail {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  opacity: 0;
  height: auto;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

.bloglist-post-holder-ver2:hover .bloglist-post-thumbnail {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.bloglist-post-holder-ver2 .bloglist-post-thumbnail:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #000;
  opacity: 0.5;
}

.bloglist-post-holder-ver2 .bloglist-text-wrapper {
  position: relative;
  padding: 40px;
}

.bloglist-post-holder-ver2 .post-category {
  text-transform: uppercase;
  font-size: 0.8em;
  margin-bottom: 5px;
  display: block;
}

.bloglist-post-holder-ver2 .post-category a {
  color: inherit;
}

.bloglist-post-holder-ver2 .bloglist-title {
  font-size: 18px;
  margin: 0;
}

.bloglist-post-holder-ver2 .bloglist-title a {
  color: #252525;
}

.bloglist-post-holder-ver2:hover .bloglist-title a,
.bloglist-post-holder-ver2:hover .bloglist-text-wrapper {
  color: #fff;
}

.bloglist-post-holder-ver2 .bloglist-meta {
  padding-top: 10px;
}

.bloglist-post-holder-ver2 .bloglist-excerpt {
  padding-top: 25px;
}

/*********** 4.2 Single Blog Post *************/

article.blog-post-content {
  margin-top: 0;
}

article.blog-post-content .blog-thumbnail {
  padding: 0;
  overflow: hidden;
  height: 350px;
  margin-bottom: 40px;
  position: relative;
}

article.blog-post-content .blog-thumbnail img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

article.blog-post-content .blog-thumbnail img.vertical-image {
  display: block;
  width: auto;
  margin: 0 auto;
}

article.blog-post-content .date {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  color: #f6f6f6;
  text-align: center;
  padding: 10px 15px;
  line-height: 1;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

article.blog-post-content .date span.day {
  display: block;
  font-size: 24px;
  font-weight: 700;
}

article.blog-post-content .date span.publish-month {
  font-size: 14px;
  text-transform: uppercase;
}

/* Description */

article.blog-post-content .blog-desc .blog-title {
  margin: 0 0 10px 0;
}

.blog-post-content .social-sharing-wrapper {
  margin-top: 40px;
}

/*********** 4.3 Blog Post Navigation *************/

.post-navigation {
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  padding-top: 20px;
  padding-bottom: 20px;
}

.post-navigation .post-navigation-title {
  display: none;
}

.post-navigation .nav-links {
  display: inline-block;
  width: 100%;
  padding-top: 12px;
}

.post-navigation .nav-links .nav-next a,
.post-navigation .nav-links .nav-previous a {
  display: inline-block;
  max-width: 250px;
  position: relative;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}

.post-navigation .nav-links .nav-next {
  float: left;
  position: relative;
}

.post-navigation .nav-links .nav-next a {
  padding-left: 25px !important;
}

.post-navigation .nav-links .nav-next a:before {
  content: "\f104";
  font-family: "fontawesome";
  color: #fff;
  position: absolute;
  left: 10px;
}

.post-navigation .nav-links .nav-previous {
  float: right;
  position: relative;
}

.post-navigation .nav-links .nav-previous a {
  padding-right: 25px !important;
}

.post-navigation .nav-links .nav-previous a:after {
  content: "\f105";
  font-family: "fontawesome";
  color: #fff;
  position: absolute;
  right: 10px;
}

/*********** 4.4 Blog Post Comments *************/

section.comments {
  padding: 0;
}

section.comments .comment-form .logged-in-as {
  margin: 0;
  padding: 30px 0 10px 0;
}

section.comments .comment-form .logged-in-as a {
  color: inherit;
}

.comments > h4 {
  text-transform: uppercase;
}

.comments .comment-list {
  list-style: none;
  padding: 0;
}

.bypostauthor {
  opacity: 1;
}

.comment-reply-title {
  margin: 0;
}

.comments .comment-list > .comment {
  padding: 40px 0;
  border-bottom: 1px solid #e3e3e3;
}

.comments .comment-list .comment:last-child {
  border-bottom: 0;
}

.comments .comment-list .commenter-avatar {
  position: relative;
  width: 65px;
  height: 65px;
  margin-right: 30px;
}

.comments .comment-list .commenter-avatar:before {
  content: "";
  display: block;
  width: 65px;
  height: 65px;
  position: absolute;
  top: 0;
  z-index: 0;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  opacity: 0.15;
}

.comments .comment-list .commenter-avatar:after {
  content: "";
  display: block;
  width: 65px;
  height: 65px;
  position: absolute;
  top: 0;
  z-index: 0;
  -webkit-transform: scale(1.4);
  -moz-transform: scale(1.4);
  -ms-transform: scale(1.4);
  -o-transform: scale(1.4);
  transform: scale(1.4);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  opacity: 0.1;
}

.comments .comment-list .commenter-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}

.comments .comment-list .comment-content h6 {
  text-transform: capitalize;
  padding-bottom: 5px;
  margin: 0;
}

.comments .comment-list .comment-content .comment-info {
  padding-bottom: 20px;
}

.comments .comment-list .comment-content span.date {
  font-size: 14px;
  color: inherit;
}

/* Comment Replies */

.comments .comment-list .children {
  margin-top: 60px;
  padding-left: 100px;
  list-style: none;
}

.comments .comment-list .children .comment {
  padding-bottom: 40px;
}

.comments .comment-list .children .comment:last-child {
  padding-bottom: 0;
}

.comments .comment-list .children .comment > .children {
  margin-top: 40px;
  padding-left: 0;
}

/* Comment Pingback */

.comments ul li.pingback {
  display: block;
  margin: 0 0 20px 90px;
  position: relative;
  border-bottom: 1px solid #eee;
}

/* Comment Navigation */

.comment-navigation .comment-navigation-title {
  display: none;
}

/* Comment Form */

.comment-form textarea {
  resize: none;
}

/* ----------------------------------------------------------------------------
    5. Jobs
---------------------------------------------------------------------------- */

/* --------------------------------------
    5.1 Job & Resume Search Filters
-------------------------------------- */

/************** 5.1.1 Default Search Filters *****************/

.job_filters,
.resume_filters,
.company_filters {
  background: #f0f0f0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 40px;
}

.job_filters .search_jobs,
.company_filters .search_companies,
.resume_filters .search_resumes {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 1em;
}

.job_filters .search_jobs > div,
.company_filters .search_companies > div,
.resume_filters .search_resumes > div {
  width: 100%;
  margin-bottom: 10px;
}

.job_filters .search_jobs > div:last-child,
.company_filters .search_companies > div:last-child,
.resume_filters .search_resumes > div:last-child {
  margin: 0;
}

.job_filters .search_jobs .advanced-search-btn {
  text-align: right;
}

.job_filters .search_jobs div.filter_last,
.job_filters .search_jobs div.search_keywords,
.job_filters .search_jobs div.search_salary_min,
.job_filters .search_jobs div.search_rate_min,
.company_filters .search_companies div.search_keywords,
.resume_filters .search_resumes div.resume-filter.search_skills {
  padding-right: 0.5em;
  width: 50%;
}

.job_filters .search_jobs div.filter_last,
.job_filters .search_jobs div.search_location,
.job_filters .search_jobs div.search_region,
.job_filters .search_jobs div.search_salary_max,
.job_filters .search_jobs div.search_rate_max,
.company_filters .search_companies div.search_location,
.resume_filters .search_resumes div.resume-filter.search_by_rate {
  padding-left: 0.5em;
  width: 50%;
}

.resume_filters .search_location,
.company_filters .search_location,
.job_filters .search_jobs div.search_location {
  position: relative;
}

.resume_filters .search_resumes div.resume-filter label {
  display: inline-block !important;
}

.resume_filters .search_resumes div.resume-filter.search_categories {
  padding: 0;
}

.job_filters .advanced-search-filters {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.job_filters .advanced-search-filters.active {
  max-height: 600px;
  opacity: 1;
  visibility: visible;
}

.job_filters .advanced-search-filters > div {
  margin-bottom: 10px;
}

.job_filters .advanced-search-filters > div:last-child {
  margin: 0;
}

/* Job Types */

.job_filters .job_types {
  background: #e9e9e9;
  font-size: 0.8em;
  padding: 5px 0;
  border: 0;
  list-style: none;
}

.job_filters .job_types li {
  display: inline-block !important;
  margin: 0;
  padding: 0.5em 1em;
  border: 0;
  display: inherit;
}

.job_filters .job_types li .checkbox {
  margin: 0;
}

.job_filters .job_types li label {
  background: none !important;
  color: inherit;
}

/* Geolocation */

.resume_filters .geolocation,
.company_filters .geolocation,
.job_filters .geolocation {
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  position: absolute;
  bottom: 0;
  right: 1px;
  display: block;
}

/* Single Selectbox */

.chosen-container {
  font-size: inherit;
  width: 100%;
  max-width: 100%;
}

.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  height: 48px;
  padding: 10px 20px;
  color: inherit;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.chosen-container-single.chosen-container-single .chosen-single {
  background: #fff;
  border-color: #e3e3e3;
}

.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}

.chosen-container-single .chosen-single div b {
  background: none;
  background-image: none !important;
}

.chosen-container-single .chosen-single div b:after {
  content: "\f0d7";
  font-family: "FontAwesome";
  font-size: 14px;
  margin: 0 14px 0 0;
  top: -1px;
  position: relative;
  width: 11px;
  height: 100%;
  line-height: 48px;
  display: inline-block;
  color: #999;
  float: right;
  font-weight: normal;
}

.chosen-container.chosen-with-drop .chosen-drop {
  border-color: #e3e3e3;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.chosen-container-single .chosen-search input[type="text"] {
  margin: 1px 0;
  padding: 6px 20px 6px 6px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #ddd;
  background-color: #fff;
  display: block;
  position: relative;
  z-index: 9;
  background: none;
  background-image: none !important;
}

.chosen-container-single .chosen-search:before {
  content: "\f002";
  font-family: "FontAwesome";
  font-size: 15px;
  margin: 0 10px 0 0;
  top: 8px;
  position: relative;
  width: 11px;
  height: 5px;
  display: inline-block;
  color: #aaa;
  float: right;
  font-weight: normal;
  z-index: 10;
}

.chosen-container-single .chosen-drop {
  margin-top: -1px;
  background-clip: padding-box;
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px;
}

.chosen-container .chosen-results li {
  padding: 10px;
}

select#search_region,
select#search_categories {
  outline: none;
  color: #999;
  background: #fff;
}

/* Select2 */
.resume_filters span.select2-selection.select2-selection--single {
  min-height: 48px;
}

.resume_filters
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 1.5;
}

.resume_filters
  .select2-container--default
  .select2-selection--single
  .select2-selection__clear {
  display: none;
}

.resume_filters
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  top: 7px;
}

/* Multichoice Selectbox */

.submit-job-box
  .chosen-container
  .chosen-choices
  li.search-field
  input[type="text"] {
  padding: 0;
  color: inherit;
}

.chosen-container-multi .chosen-choices {
  position: relative;
  display: block;
  overflow: hidden;
  height: 42px;
  padding: 10px 20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-color: #e3e3e3;
  background-image: none;
}

.chosen-container-multi .chosen-choices li.search-choice {
  background: #f0f0f0;
  border-color: #e3e3e3;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/**** Job Types ****/

.rp4wp-related-job_listing > ul li.job_listing a .meta .job-type,
.rp4wp-related-job_listing > ul li.no_job_listings_found a .meta .job-type,
span.job-type {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  outline: 0;
  padding: 5px 15px;
  position: relative;
  font-size: 14px;
  color: #f6f6f6 !important;
  background: #dadada;
}

.job-manager .full-time,
.job-types .full-time,
.job_listing .full-time,
.single_job_listing .meta .full-time,
.job-type.full-time {
  background: #2ecc71;
}

.job-manager .part-time,
.job-types .part-time,
.job_listing .part-time,
.single_job_listing .meta .part-time,
.job-type.part-time {
  background: #443088;
}

.job-manager .freelancer,
.job-types .freelancer,
.job_listing .freelancer,
.single_job_listing .meta .freelancer,
.job-type.freelancer {
  background: #29b1fd;
}

.job-manager .internship,
.job-types .internship,
.job_listing .internship,
.single_job_listing .meta .internship,
.job-type.internship {
  background: #e69d29;
}

.job-manager .temporary,
.job-types .temporary,
.job_listing .temporary,
.single_job_listing .meta .temporary,
.job-type.temporary {
  background: #dc7f5a;
}

/**** Job Tags ****/

.filter_wide.filter_by_tag {
  font-weight: bold;
  margin-top: 10px;
}

.job_filters .filter_by_tag .filter_by_tag_cloud,
.resume_filters .filter_by_tag .filter_by_tag_cloud {
  display: block;
  margin-top: 5px;
}

.job_filters .filter_by_tag .filter_by_tag_cloud a,
.resume_filters .filter_by_tag .filter_by_tag_cloud a {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-size: 12px !important;
  font-weight: bold;
  line-height: 1em;
  padding: 5px;
  margin-right: 2px;
  text-transform: uppercase;
}

.job_filters .filter_by_tag .filter_by_tag_cloud a:before,
.resume_filters .filter_by_tag .filter_by_tag_cloud a:before {
  content: "\f02b";
  font-family: "FontAwesome";
  font-weight: normal;
  margin-right: 0.5em;
}

p.job_tags {
  color: #999;
  padding: 20px 0;
  margin: 0;
  border-top: 1px solid #e3e3e3;
}

p.job_tags:before {
  content: "\f02b";
  font-family: "FontAwesome";
  margin-right: 7px;
}

/**** Showing Jobs & Resumes ****/

.job_filters .showing_jobs,
.resume_filters .showing_resumes {
  background: #fff;
  padding: 15px 0 0 0;
  color: #999;
  font-size: 14px;
  font-weight: bold;
  overflow: hidden;
}

.job_filters .showing_jobs a,
.job_filters .showing_resumes a,
.resume_filters .showing_jobs a,
.resume_filters .showing_resumes a {
  background: none !important;
  float: right;
  margin-left: 20px;
}

.job_filters .showing_jobs a.reset,
.job_filters .showing_resumes a.reset,
.resume_filters .showing_jobs a.reset,
.resume_filters .showing_resumes a.reset {
  color: #c81313;
}

.job_filters .showing_jobs a.reset:hover,
.job_filters .showing_resumes a.reset:hover,
.resume_filters .showing_jobs a.reset:hover,
.resume_filters .showing_resumes a.reset:hover {
  color: #821212;
}

.job_filters .showing_jobs a:after,
.job_filters .showing_resumes a:after,
.resume_filters .showing_jobs a:after,
.resume_filters .showing_resumes a:after {
  font-family: "FontAwesome";
  font-weight: normal;
  margin-left: 7px;
}

.job_filters .showing_jobs a.rss_link:after,
.job_filters .showing_resumes a.rss_link:after,
.resume_filters .showing_jobs a.rss_link:after,
.resume_filters .showing_resumes a.rss_link:after {
  content: "\f09e";
}

.job_filters .showing_jobs a.reset:after,
.job_filters .showing_resumes a.reset:after,
.resume_filters .showing_jobs a.reset:after,
.resume_filters .showing_resumes a.reset:after {
  content: "\f00d";
}

.job_filters .showing_jobs a.alert {
  padding: 0;
  margin: 0;
}

.job_filters .showing_jobs a.alert:after {
  content: "\f0f3";
}

/* AJAX Search Results */

.job-search-form .search-results {
  display: none;
  position: absolute;
  top: 100%;
  left: 15px;
  right: 15px;
  background: #fff;
  margin-top: -3px;
  z-index: 10;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}

.job-search-form.is-focused .search-results,
.job-search-form.searching .search-results {
  display: block;
}

.job-search-form .search-results .search-loader {
  opacity: 0;
  display: none;
  font-size: 22px;
  padding: 10px;
  text-align: center;
  border-top: 1px solid #e3e3e3;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.job-search-form.searching .search-results .search-loader {
  opacity: 1;
  display: block;
}

.job-search-form .search-results .search-loader span:before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  margin: 10px auto;
  border: 1px solid #333;
  border-right-color: transparent !important;
  border-top-color: transparent !important;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-animation: spin 0.6s infinite linear;
  animation: spin 0.6s infinite linear;
}

.job-search-form .search-results {
  overflow: hidden;
}

.job-search-form .search-results ul {
  margin: 0;
  padding: 0;
  max-height: 250px;
  border-top: 1px solid #e3e3e3;
}

.job-search-form .search-results ul::-webkit-scrollbar {
  display: none;
}

.job-search-form .search-results ul li {
  width: 100%;
  padding: 15px;
  margin-bottom: 0;
  border-top: none;
  list-style: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.job-search-form .search-results ul li + li {
  border-top: 1px solid #e3e3e3;
}

.job-search-form .search-results ul li:hover {
  background: #f0f0f0;
}

.job-search-form .search-results ul li .search-item {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  white-space: inherit;
  color: inherit;
}

.job-search-form .search-results ul li .search-item img {
  width: 50px;
  margin-right: 30px;
}

.job-search-form .search-results ul li .search-item .title {
  display: block;
  color: #333;
}

.job-search-form .search-results ul li .search-item .location {
  display: block;
  font-size: 0.8em;
}

/*********** 5.1.2 Job Search - Box Version *************/

form.vc_job_search input.btn {
  width: 100%;
}

.job-search-form-box {
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 40px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0 0 40px rgba(51, 51, 51, 0.5);
  box-shadow: 0 0 40px rgba(51, 51, 51, 0.5);
  max-width: 500px;
}

.job-search-form-box .form-title {
  padding: 15px 0;
  margin-bottom: 30px;
  background: #f0f0f0;
  text-align: center;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}

.job-search-form-box .form-title .title {
  text-transform: uppercase;
  color: #666;
  margin: 0;
}

.job-search-form-box .search-keywords input,
.job-search-form-box .search-categories .bootstrap-select button,
.job-search-form-box .search-location input {
  border: 1px solid #e3e3e3;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-appearance: none;
}

.job-search-form .search-keywords input,
.job-search-form .search-location input,
.job-search-form-box .search-keywords input,
.job-search-form-box .search-location input {
  padding-right: 50px;
}

.job-search-form-box .search-keywords,
.job-search-form-box .search-categories,
.job-search-form-box .search-location,
.job-search-form-box .search-region,
.job-search-form-box .search-submit {
  padding: 0 30px;
}

.job-search-form-box .search-submit i {
  padding-right: 5px;
}

/* Geolocation */

.job-search-form .geolocation,
.job-search-form-box .geolocation {
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  position: absolute;
  bottom: 0;
  right: 30px;
  display: block;
}

.job-search-form .geolocation {
  right: 15px;
}

.geolocation i.geolocate {
  font-size: 16px;
  cursor: pointer;
  opacity: 0.6;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.geolocation i.geolocate:hover {
  opacity: 1;
}

.geolocation i.geolocate:before {
  content: "\f05b";
  font-family: "fontawesome";
  font-style: normal;
}

.geolocation i.geolocate.load {
  cursor: auto;
  color: #999 !important;
  opacity: 0.6;
}

.geolocation i.geolocate.load:before {
  content: "\f1ce";
}

/*********** 5.1.3 Job - Resume Search Tabs *************/

/* Tabs */
.job-resume-tab-search ul {
  border: 0;
}

.job-resume-tab-search ul li a {
  -webkit-transform: translateZ(0);
  border-radius: 0;
  color: #fff;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid transparent;
}

.job-resume-tab-search ul li a:hover {
  border: 1px solid transparent;
}

.job-resume-tab-search ul li.active a {
  background: #fff;
  border: 1px solid #e3e3e3;
  border-bottom: 1px solid #fff;
}

.job-resume-tab-search ul li.active a:hover,
.job-resume-tab-search ul li.active a:focus {
  background: #fff !important;
}

.job-resume-tab-search ul li a i {
  margin-right: 8px;
}

/* Content */
.job-resume-tab-search .tab-content {
  padding: 20px;
  border: 1px solid #e3e3e3;
  background: #fff;
  -webkit-border-radius: 0 3px 3px 3px;
  -moz-border-radius: 0 3px 3px 3px;
  border-radius: 0 3px 3px 3px;
}

.job-resume-tab-search div#search_category_chosen {
  width: 100% !important;
}

.job-resume-tab-search .search-submit label {
  opacity: 0;
}

.job-resume-tab-search .search-submit input {
  height: 48px;
}

/* Version 2 */
.job-resume-tab-search .tab-content.version-2 form > div {
  width: 100%;
  margin-bottom: 20px;
}

.job-resume-tab-search .tab-content.version-2 .search-submit label {
  display: none;
}

/* --------------------------------------
    5.2 Job Listings
-------------------------------------- */

.job-listings-main {
  margin: 0 !important;
}

.job-listings-main.loading {
  opacity: 0.4;
  position: relative;
  pointer-events: none;
}

.job-listings-main.job_grid.load-previous-active {
  margin-top: 120px !important;
}

/************** 5.2.1 List Layout *****************/

.job-listings-main.job-list-layout .job_listing {
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

/********* Version 1 *********/

.job-listings-main.job_list .single_job_listing_1 {
  padding: 0;
  background: #fff;
  border-top: 1px solid #e3e3e3;
  border-left: 1px solid #e3e3e3;
  border-right: 1px solid #e3e3e3;
  border-bottom: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.job-listings-main.job_list .single_job_listing_1:hover,
.job-listings-main.job_list .single_job_listing_2:hover {
  background: #f6f6f6;
}

.job-listings-main.job_list .single_job_listing_1:first-child {
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}

.job-listings-main.job_list .single_job_listing_1:last-child {
  border-bottom: 1px solid #e3e3e3;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}

.job-listings-main.job_list .single_job_listing_1 > a,
.job-listings-main.job_list .single_job_listing_2 > a {
  display: block;
  padding: 30px;
}

.job-listings-main.job_list .single_job_listing_1 .job-content-wrapper,
.job-listings-main.job_list .single_job_listing_2 .job-content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* Company */

.job-listings-main.job_list
  .single_job_listing_1
  .job-content-wrapper
  .job-content-company,
.job-listings-main.job_list
  .single_job_listing_2
  .job-content-wrapper
  .job-content-company {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.job-listings-main.job_list
  .single_job_listing_1
  .job-content-wrapper
  .job-company,
.job-listings-main.job_list
  .single_job_listing_2
  .job-content-wrapper
  .job-company {
  width: 85px;
  height: 85px;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #f6f6f6;
  padding: 10px;
  margin-right: 20px;
  position: relative;
}

.job-listings-main.job_list
  .single_job_listing_1
  .job-content-wrapper
  .job-company
  img.company_logo,
.job-listings-main.job_list
  .single_job_listing_2
  .job-content-wrapper
  .job-company
  img.company_logo {
  width: 100%;
  height: auto;
}

/* Main */

.job-listings-main.job_list
  .single_job_listing_1
  .job-content-wrapper
  .job-content-main,
.job-listings-main.job_list
  .single_job_listing_2
  .job-content-wrapper
  .job-content-main {
  -webkit-box-flex: 4;
  -ms-flex: 4;
  flex: 4;
}

.job-listings-main.job_list
  .single_job_listing_1
  .job-content-wrapper
  .job-content-main
  .job-title
  .title,
.job-listings-main.job_list
  .single_job_listing_2
  .job-content-wrapper
  .job-content-main
  .job-title
  .title {
  display: inline-block;
  margin: 0;
  padding-bottom: 5px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.job-listings-main.job_list
  .single_job_listing_1
  .job-content-wrapper
  .job-content-main
  .job-info,
.job-listings-main.job_list
  .single_job_listing_2
  .job-content-wrapper
  .job-content-main
  .job-info {
  color: #948a99;
  text-transform: capitalize;
}

.job-listings-main.job_list
  .single_job_listing_1
  .job-content-wrapper
  .job-content-main
  .job-info
  span,
.job-listings-main.job_list
  .single_job_listing_2
  .job-content-wrapper
  .job-content-main
  .job-info
  span {
  padding-right: 10px;
}

.job-listings-main.job_list
  .single_job_listing_1
  .job-content-wrapper
  .job-content-main
  .job-info
  span:last-child,
.job-listings-main.job_list
  .single_job_listing_2
  .job-content-wrapper
  .job-content-main
  .job-info
  span:last-child {
  padding-right: 0;
}

.job-listings-main.job_list
  .single_job_listing_1
  .job-content-wrapper
  .job-content-main
  .job-info
  span
  i,
.job-listings-main.job_list
  .single_job_listing_2
  .job-content-wrapper
  .job-content-main
  .job-info
  span
  i {
  padding-right: 5px;
}

.job-listings-main.job_list
  .single_job_listing_1
  .job-content-wrapper
  .job-content-main
  ul.meta,
.job-listings-main.job_list
  .single_job_listing_2
  .job-content-wrapper
  .job-content-main
  ul.meta {
  width: 100%;
  padding: 0;
}

.job-listings-main.job_list
  .single_job_listing_1
  .job-content-wrapper
  .job-content-main
  ul.meta
  li.date,
.job-listings-main.job_list
  .single_job_listing_2
  .job-content-wrapper
  .job-content-main
  ul.meta
  li.date {
  padding-top: 5px;
}

/* Meta */

.job-listings-main.job_list
  .single_job_listing_1
  .job-content-wrapper
  .job-content-meta,
.job-listings-main.job_list
  .single_job_listing_2
  .job-content-wrapper
  .job-content-meta {
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
}

.job-listings-main.job_list
  .single_job_listing_1
  .job-content-wrapper
  .job-content-meta
  .meta,
.job-listings-main.job_list
  .single_job_listing_2
  .job-content-wrapper
  .job-content-meta
  .meta {
  list-style: none;
  text-align: right;
  color: #948a99;
  padding: 0;
}

.job-listings-main.job_list
  .single_job_listing_1
  .job-content-wrapper
  .job-content-meta
  .job-type-wrapper,
.job-listings-main.job_list
  .single_job_listing_2
  .job-content-wrapper
  .job-content-meta
  .job-type-wrapper {
  margin: 0;
}

.job-listings-main.job_list
  .single_job_listing_1
  .job-content-wrapper
  .job-content-meta
  .job-type-wrapper
  > span,
.job-listings-main.job_list
  .single_job_listing_2
  .job-content-wrapper
  .job-content-meta
  .job-type-wrapper
  > span {
  display: inline-block;
  margin: 0 0 5px 5px;
  line-height: 17px;
}

.job-listings-main.job_list
  .single_job_listing_1
  .job-content-wrapper
  .job-content-meta
  .job-type-wrapper
  > span:first-child,
.job-listings-main.job_list
  .single_job_listing_2
  .job-content-wrapper
  .job-content-meta
  .job-type-wrapper
  > span:first-child {
  margin: 0 0 5px 0;
}

/* Applied */

.job-listings-main.job_list
  .single_job_listing_1
  .job-manager-applications-applied-notice,
.job-listings-main.job_list
  .single_job_listing_2
  .job-manager-applications-applied-notice {
  color: #6fde83;
  float: none;
  font-size: 12px;
}

.job-listings-main.job_list
  .single_job_listing_1
  .job-manager-applications-applied-notice::before,
.job-listings-main.job_list
  .single_job_listing_2
  .job-manager-applications-applied-notice::before {
  font-size: 12px;
  vertical-align: bottom;
  text-align: center;
}

/* Featured */

.job-listings-main.job_list .single_job_listing_1.job_position_featured,
.job-listings-main.job_list .single_job_listing_2.job_position_featured {
  background: #fefff6;
  overflow: hidden;
}

.job-listings-main.job_list .single_job_listing_1.job_position_featured:before,
.job-listings-main.job_list .single_job_listing_2.job_position_featured:before {
  content: "";
  display: block;
  width: 80px;
  height: 80px;
  left: -40px;
  position: absolute;
  top: -40px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.job-listings-main.job_list .single_job_listing_1.job_position_featured:after,
.job-listings-main.job_list .single_job_listing_2.job_position_featured:after {
  color: #fff;
  content: "\f005 ";
  font-family: "fontawesome";
  position: absolute;
  font-size: 16px;
  left: 10px;
  top: 5px;
}

.job-listings-main.job_list .single_job_listing_1 span.job-item-badge,
.job-listings-main.job_list .single_job_listing_2 span.job-item-badge {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  outline: 0;
  padding: 5px 15px;
  position: relative;
  font-size: 14px;
  color: #f6f6f6 !important;
  background: #dadada;
}

.job-listings-main span.job-item-badge.new-job,
.job-type.new-job-tag {
  background: #6fde83 !important;
}

/********* Version 2 *********/

.job-listings-main .job-list.single_job_listing_2 {
  margin-bottom: 30px;
  background: #fff;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  border-radius: 5px !important;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.job-listings-main .job-list.single_job_listing_2:last-child {
  margin: 0;
}

/********* Version 3 *********/

.job-listings-main .job-list.single_job_listing_3 {
  padding: 0 0 40px 0;
  margin-bottom: 40px;
  border-bottom: 1px solid #f0f0f0;
}

.job-listings-main .job-list.single_job_listing_3:last-child,
.job-listings-main .job-list.single_job_listing_4:last-child {
  margin: 0;
}

.job-listings-main .job-list.single_job_listing_3 .job-content-wrapper,
.job-listings-main .job-list.single_job_listing_4 .job-content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
  width: 100%;
}

/* Featured */

.job-listings-main .job-list.single_job_listing_3.job_position_featured:before,
.job-listings-main .job-list.single_job_listing_4.job_position_featured:before {
  content: "featured";
  background: #a74bce;
  color: #fff;
  padding: 10px;
  position: absolute;
  left: -15px;
  top: 15px;
  z-index: 2;
  font-size: 12px;
  line-height: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

.job-listings-main .job-list.single_job_listing_3.job_position_featured:after,
.job-listings-main .job-list.single_job_listing_4.job_position_featured:after {
  content: "";
  position: absolute;
  top: 27px;
  left: 10px;
  height: 0;
  width: 0;
  border: solid transparent;
  pointer-events: none;
  border-color: transparent;
  border-top-color: #8c35b1;
  border-width: 16px 4px 14px 26px;
  margin-left: -19px;
  -webkit-transform: rotate(-149deg);
  -moz-transform: rotate(-149deg);
  -ms-transform: rotate(-149deg);
  -o-transform: rotate(-149deg);
  transform: rotate(-149deg);
}

/* Listing Media */

.job-listings-main .job-list.single_job_listing_3 .listing-media,
.job-listings-main .job-list.single_job_listing_4 .listing-media {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
}

.job-listings-main .job-list.single_job_listing_3 .listing-media .job-company {
  position: relative;
  width: 250px;
  height: 220px;
  background-size: cover;
  background-color: #f0f0f0;
}

.job-listings-main
  .job-list.single_job_listing_3
  .listing-media
  .job-company.with-bg:before,
.job-listings-main
  .job-list.single_job_listing_4
  .listing-media
  .job-company.with-bg:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.3;
}

.job-listings-main
  .job-list.single_job_listing_3
  .listing-media
  .job-company
  .company_logo,
.job-listings-main
  .job-list.single_job_listing_4
  .listing-media
  .job-company
  .company_logo {
  width: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.job-listings-main .job-list.single_job_listing_3 .listing-media .tag-group,
.job-listings-main .job-list.single_job_listing_4 .listing-media .tag-group {
  position: absolute;
  right: 10px;
  bottom: 10px;
}

.job-listings-main .job-list.single_job_listing_3 .listing-media span,
.job-listings-main .job-list.single_job_listing_4 .listing-media span {
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  color: #fff;
}

/* Listing Body */

.job-listings-main .job-list.single_job_listing_3 .listing-body {
  -webkit-box-flex: 7;
  -ms-flex: 7;
  flex: 7;
  padding: 0 40px;
}

.job-listings-main
  .job-list.single_job_listing_3
  .listing-body
  .job-title
  .title,
.job-listings-main
  .job-list.single_job_listing_4
  .listing-body
  .job-title
  .title {
  margin-top: 0;
}

.job-listings-main .job-list.single_job_listing_3 .listing-body .job-info span,
.job-listings-main .job-list.single_job_listing_4 .listing-body .job-info span {
  display: block;
  padding-bottom: 5px;
}

.job-listings-main .job-list.single_job_listing_3 .listing-body .job-actions {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.job-listings-main .job-list.single_job_listing_3 .listing-body .job-actions a {
  margin-right: 5px;
  max-height: 45px;
}

.job-listings-main
  .job-list.single_job_listing_3
  .listing-body
  .job-actions
  .date {
  font-size: 0.85em;
  opacity: 0.5;
  align-self: center;
}

/********* Version 4 *********/

.job-listings-main .job-list.single_job_listing_4 {
  padding: 0;
  margin-bottom: 40px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.job-listings-main .job-list.single_job_listing_4:hover {
  -webkit-box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.1);
  -webkit-transform: translate(-5px, -5px);
  -moz-transform: translate(-5px, -5px);
  -ms-transform: translate(-5px, -5px);
  -o-transform: translate(-5px, -5px);
  transform: translate(-5px, -5px);
}

.job-listings-main .job-list.single_job_listing_4 .listing-media .job-company {
  position: relative;
  width: 250px;
  height: 100%;
  min-height: 200px;
  background-size: cover;
  background-color: #f0f0f0;
}

.job-listings-main .job-list.single_job_listing_4 .listing-body {
  -webkit-box-flex: 7;
  -ms-flex: 7;
  flex: 7;
  padding: 40px;
  background: #fff;
  border: 1px dashed #e3e3e3;
  border-left: 0;
}

.job-listings-main
  .job-list.single_job_listing_4
  .listing-body
  .job-actions
  .date {
  position: absolute;
  right: 20px;
  bottom: 15px;
  font-size: 0.85em;
  opacity: 0.3;
}

/********* Indeed *********/

.job_listings .wp-job-manager-attribution-row {
  list-style: none;
  margin: 0;
  background: #f6f6f6 !important;
  border-left: 1px solid #e3e3e3;
  border-right: 1px solid #e3e3e3;
}

.job_listings .wp-job-manager-attribution-row a {
  padding: 0 !important;
  display: inline !important;
  line-height: 1 !important;
  float: right;
}

li.indeed_job_listing.job_listing {
  margin: 0;
  padding: 0;
  background: #fff;
  border-top: 1px solid #e3e3e3;
  border-left: 1px solid #e3e3e3;
  border-right: 1px solid #e3e3e3;
  border-bottom: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  list-style: none;
}

li.indeed_job_listing.job_listing:last-of-type {
  border-bottom: 1px solid #e3e3e3;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}

li.indeed_job_listing.job_listing:hover {
  background: #f6f6f6;
}

li.indeed_job_listing.job_listing > a {
  display: flex;
  padding: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: inherit;
}

li.indeed_job_listing.job_listing img {
  width: 85px;
  height: 85px;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #f0f0f0;
  padding: 10px;
  margin-right: 80px;
  position: relative;
}

li.indeed_job_listing.job_listing .position {
  flex: 4;
}

li.indeed_job_listing.job_listing .position h3 {
  font-size: 20px;
  color: #333;
  margin: 0;
  font-weight: 600;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

li.indeed_job_listing.job_listing ul.meta {
  list-style: none;
}

/************** 5.2.2 Grid Layout *****************/

/********* Version 1 *********/

.job-listings-main .job-grid.single_job_listing_1 {
  margin-bottom: 40px;
}

.job-listings-main .job-grid.single_job_listing_1:last-child {
  margin: 0;
}

.job-listings-main .job-grid.single_job_listing_1 .job-content-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
  border: 1px solid #e3e3e3;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.job-listings-main .job-grid.single_job_listing_1 .job-content-wrapper:hover {
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

/* Featured */

.job-listings-main
  .job-grid.single_job_listing_1.job_position_featured
  .job-content-wrapper:before {
  content: "featured";
  background: #a74bce;
  color: #fff;
  padding: 10px;
  position: absolute;
  left: -15px;
  top: 15px;
  z-index: 2;
  font-size: 12px;
  line-height: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

.job-listings-main
  .job-grid.single_job_listing_1.job_position_featured
  .job-content-wrapper:after {
  content: "";
  position: absolute;
  top: 27px;
  left: 10px;
  height: 0;
  width: 0;
  z-index: -1;
  border: solid transparent;
  pointer-events: none;
  border-color: transparent;
  border-top-color: #8c35b1;
  border-width: 16px 4px 14px 26px;
  margin-left: -19px;
  -webkit-transform: rotate(-149deg);
  -moz-transform: rotate(-149deg);
  -ms-transform: rotate(-149deg);
  -o-transform: rotate(-149deg);
  transform: rotate(-149deg);
}

/* Listing Media */

.job-listings-main .job-grid.single_job_listing_1 .listing-media {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
}

.job-listings-main .job-grid.single_job_listing_1 .listing-media .job-company {
  position: relative;
  width: 100%;
  height: 300px;
  background-size: cover;
  background-color: #f0f0f0;
}

.job-listings-main
  .job-grid.single_job_listing_1
  .listing-media
  .job-company.with-bg:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.3;
}

.job-listings-main
  .job-grid.single_job_listing_1
  .listing-media
  .job-company
  .company_logo {
  width: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.job-listings-main .job-grid.single_job_listing_1 .listing-media .tag-group {
  position: absolute;
  right: 10px;
  bottom: 10px;
}

.job-listings-main
  .job-grid.single_job_listing_1
  .listing-media
  .tag-group
  span {
  padding: 4px 10px;
  font-size: 12px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  color: #fff;
}

.job-listings-main .job-grid.single_job_listing_1 .listing-media .job-cat {
  position: absolute;
  top: 15px;
  right: 10px;
}

.job-listings-main .job-grid.single_job_listing_1 .listing-media .job-premium {
  position: absolute;
  top: -22px;
  left: -22px;
}

.single-job-premium-img {
  width: 110px;
  margin: 0 20px;
}

@media screen and (max-width:991px) {
  .single-job-premium-img {
    margin-top: 15px;
  }
} 

.job-listing-premium-img {
  width: 90px;
}

.job-listings-main .job-grid.single_job_listing_1 .listing-media .job-cat span {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 8px 15px;
  line-height: 35px;
  font-weight: 400;
  color: #fff;
  background: #e69d29;
  border: 0;
  text-transform: capitalize;
}

/* Listing Body */

.job-listings-main .job-grid.single_job_listing_1 .listing-body {
  padding: 30px 20px;
  background: #fff;
}

.job-listings-main
  .job-grid.single_job_listing_1
  .listing-body
  .job-title
  .title {
  margin-top: 0;
}

.job-listings-main .job-grid.single_job_listing_1 .listing-body .job-info span {
  display: block;
  padding-bottom: 5px;
}

.job-listings-main .job-grid.single_job_listing_1 .listing-body .job-actions {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.job-listings-main .job-grid.single_job_listing_1 .listing-body .job-actions a {
  margin-right: 5px;
  max-height: 45px;
}

.job-listings-main
  .job-grid.single_job_listing_1
  .listing-body
  .job-actions
  .date {
  opacity: 0.5;
}

/********* Version 2 *********/

.job-listings-main .job-grid.single_job_listing_2 {
  margin-bottom: 40px;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}

.job-listings-main .job-grid.single_job_listing_2:hover {
  -webkit-transform: translate(-5px, -5px);
  -moz-transform: translate(-5px, -5px);
  -ms-transform: translate(-5px, -5px);
  -o-transform: translate(-5px, -5px);
  transform: translate(-5px, -5px);
}

.job-listings-main .job-grid.single_job_listing_2 .job-content-wrapper {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.job-listings-main .job-grid.single_job_listing_2 .job-content-wrapper:hover {
  -webkit-box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.1);
}

.job-listings-main .job-grid.single_job_listing_2:last-child {
  margin: 0;
}

.job-listings-main .job-grid.single_job_listing_2 .job-content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
  width: 100%;
}

/* Featured */

.job-listings-main .job-grid.single_job_listing_2.job_position_featured:before {
  content: "featured";
  background: #a74bce;
  color: #fff;
  padding: 10px;
  position: absolute;
  left: 5px;
  top: 15px;
  z-index: 2;
  font-size: 12px;
  line-height: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

.job-listings-main .job-grid.single_job_listing_2.job_position_featured:after {
  content: "";
  position: absolute;
  top: 27px;
  left: 30px;
  height: 0;
  width: 0;
  border: solid transparent;
  pointer-events: none;
  border-color: transparent;
  border-top-color: #8c35b1;
  border-width: 16px 4px 14px 26px;
  margin-left: -19px;
  -webkit-transform: rotate(-149deg);
  -moz-transform: rotate(-149deg);
  -ms-transform: rotate(-149deg);
  -o-transform: rotate(-149deg);
  transform: rotate(-149deg);
}

/* Listing Media */

.job-listings-main .job-grid.single_job_listing_2 .listing-media {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
}

.job-listings-main .job-grid.single_job_listing_2 .listing-media .job-company {
  position: relative;
  width: 250px;
  height: 100%;
  min-height: 200px;
  background-size: cover;
  background-color: #f0f0f0;
}

.job-listings-main
  .job-grid.single_job_listing_2
  .listing-media
  .job-company.with-bg:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.3;
}

.job-listings-main
  .job-grid.single_job_listing_2
  .listing-media
  .job-company
  .company_logo {
  width: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.job-listings-main .job-grid.single_job_listing_2 .listing-media .tag-group {
  position: absolute;
  right: 10px;
  bottom: 10px;
}

.job-listings-main .job-grid.single_job_listing_2 .listing-media span {
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  color: #fff;
}

/* Listing Body */

.job-listings-main .job-grid.single_job_listing_2 .listing-body {
  -webkit-box-flex: 7;
  -ms-flex: 7;
  flex: 7;
  padding: 40px;
  border: 1px dashed #e3e3e3;
  border-left: 0;
}

.job-listings-main
  .job-grid.single_job_listing_2
  .listing-body
  .job-title
  .title {
  margin-top: 0;
}

.job-listings-main .job-grid.single_job_listing_2 .listing-body .job-info span {
  display: block;
  padding-bottom: 5px;
}

/************** 5.2.3 JOB CAROUSEL *****************/

.job-carousel.visible-carousel .owl-stage-outer {
  overflow: visible;
}

.job-carousel .owl-item {
  opacity: 0.25;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.job-carousel .owl-item.active {
  opacity: 1;
}

.job-carousel .single-job {
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  margin-bottom: 15px;
}

.job-carousel .single-job .company {
  background: #f0f0f0;
  padding: 30px;
  border-bottom: 1px solid #e3e3e3;
}

.job-carousel .single-job .company img {
  width: 65%;
  margin: 0 auto;
  display: block;
}

.job-carousel .job-info {
  background: #fff;
  padding: 30px 20px;
}

.job-carousel .job-info .job-title {
  overflow: hidden;
}

.job-carousel .job-info .job-title h5 {
  margin: 0;
}

.job-carousel .job-info a {
  color: inherit;
}

.job-carousel .job-info .job-title span {
  display: inline-block;
  margin-top: 10px;
}

.job-carousel .job-info .job-meta {
  margin-top: 15px;
}

.job-carousel .job-info .job-meta i {
  padding-right: 5px;
}

.job-carousel .job-info .job-meta span#location {
  margin-left: 5px;
}

.job-carousel .job-info .job-description {
  margin-top: 20px;
  word-break: break-all;
}

/************** 5.2.4 EXTRAS *****************/

div.job_listings .load_more_jobs {
  display: inline-block;
  border: 0;
  margin-top: 40px;
}

div.job_listings .load_more_jobs:hover,
div.job_listings .load_more_jobs:focus {
  border: 0;
  background: none;
}

.no_job_listings_found,
.no_resumes_found,
.no_companies_found {
  background: #d9edf7 !important;
  color: #31708f !important;
  padding: 25px 40px !important;
  border: 0 !important;
  width: 100%;
  float: left;
}

/*** Job & Resume Search Map ***/

#map-container {
  position: relative;
}

.infoBox {
  -webkit-animation: fadeIn 0.3s;
  animation: fadeIn 0.3s;
}

/* Chrome, Safari, Opera */

@-webkit-keyframes fadeIn {
  from {
    left: 0;
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* Standard syntax */

@keyframes fadeIn {
  from {
    left: 0;
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.infoBox-close {
  position: absolute;
  top: 10px;
  right: 10px;
  display: inline-block;
  z-index: 999;
  text-align: center;
  line-height: 35px;
  cursor: pointer;
  font-size: 15px;
  font-weight: 500;
  height: 35px;
  width: 35px;
  background: #f0f0f0;
  color: #666;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.infoBox-close:hover {
  color: #fff;
}

.infoBox .map-box {
  background: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}

.infoBox .map-box .wrapper {
  padding: 30px;
  text-align: center;
}

.infoBox .map-box .wrapper .job-content-wrapper,
.infoBox .map-box .wrapper .company-inner,
.infoBox .map-box .wrapper #resume-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.infoBox .map-box .wrapper .job-content-main,
.infoBox .map-box .wrapper .listing-body,
.infoBox .map-box .wrapper .company-details,
.infoBox .map-box .wrapper .candidate-content-main {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
  margin-left: 20px;
}

.infoBox .map-box .wrapper img {
  width: 80px;
}

.infoBox .map-box .wrapper h5 {
  margin-top: 0;
  margin-bottom: 5px;
}

.infoBox .map-box .wrapper h5 span {
  display: none;
}

.infoBox .map-box .wrapper .job-info,
.infoBox .map-box .wrapper .company-location,
.infoBox .map-box .wrapper .candidate-info {
  color: #948a99;
}

.infoBox .map-box .wrapper .company-jobs {
  display: inline-block;
  margin-top: 10px;
  color: #fff;
  padding: 3px 10px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.infoBox .map-box .wrapper .job-info span,
.infoBox .map-box .wrapper .job-info span i,
.infoBox .map-box .wrapper .candidate-info > span,
.infoBox .map-box .wrapper .candidate-info span i {
  margin-right: 5px;
  line-height: 1.5em;
}

.infoBox .map-box .wrapper .job-content-meta,
.infoBox .map-box .wrapper .job-company .tag-group,
.infoBox .map-box .wrapper .resume-meta {
  display: none;
}

/* Infobox with Background */
.infoBox .map-box .wrapper.with-bg {
  background-size: cover;
  position: relative;
  color: #fff;
  z-index: 1;
}

.infoBox .map-box .wrapper.with-bg:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  opacity: 0.7;
  z-index: -1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.infoBox .map-box:hover .wrapper.with-bg:before {
  opacity: 0.8;
}

.infoBox .map-box .wrapper.with-bg h5,
.infoBox .map-box .wrapper.with-bg .job-info {
  color: #fff;
}

/* Cluster */

.cluster {
  position: relative;
}

.cluster > div:before {
  content: "";
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}

.cluster > div:after {
  content: "";
  position: absolute;
  display: block;
  z-index: 0;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-animation: zoom-effect 1.8s infinite linear;
  animation: zoom-effect 1.8s infinite linear;
  z-index: -2;
}

@keyframes zoom-effect {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.5);
    -moz-transform: translate(-50%, -50%) scale(0.5);
    -ms-transform: translate(-50%, -50%) scale(0.5);
    -o-transform: translate(-50%, -50%) scale(0.5);
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 0;
  }
  70% {
    opacity: 0.6;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1.3);
    -moz-transform: translate(-50%, -50%) scale(1.3);
    -ms-transform: translate(-50%, -50%) scale(1.3);
    -o-transform: translate(-50%, -50%) scale(1.3);
    transform: translate(-50%, -50%) scale(1.3);
    opacity: 0;
  }
}

/****** Quick View ******/

.job-listing-quick button.mfp-close {
  color: #333;
}

.job-listing-quick .mfp-content {
  max-width: 1140px;
}

.job-listing-quick .mfp-content .job-listing {
  background: #fff;
}

.job-listing-quick .mfp-content .job-listing .job-summary {
  padding: 0;
}

.job-listing-quick .mfp-content .job-listing .single-job-listing {
  padding: 40px;
  max-height: 500px;
  overflow: hidden !important;
}

.job-listing-quick .mfp-content .job-listing #job-map {
  height: 500px;
  background: #f0f0f0;
}

.job-listings-main .job-actions .job-quickview {
  text-align: center;
  height: 44px;
  width: 44px;
  position: relative !important;
  line-height: 44px;
  color: #f6f6f6 !important;
  border: 0;
  z-index: 1 !important;
  cursor: pointer;
  position: relative;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.job-listings-main .job-actions .job-quickview.loading i:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  margin: 12px auto 0 auto;
  border: 1px solid #fff;
  border-right-color: transparent !important;
  border-top-color: transparent !important;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-animation: spin 0.6s infinite linear;
  animation: spin 0.6s infinite linear;
}

/****** Listing Loader ******/

.job_listings .listing-loader,
.resumes .listing-loader {
  top: 500px;
}

.company_listings .listing-loader {
  top: 300px;
}

.listing-loader {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.listing-loader > div {
  width: 50px;
  height: 50px;
  margin: 0 auto;
  background: #ffff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}

.listing-loader > div:before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  margin: 13px;
  border: 1px solid #333;
  border-right-color: transparent !important;
  border-top-color: transparent !important;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-animation: spin 0.6s infinite linear;
  animation: spin 0.6s infinite linear;
}

/* --------------------------------------
    5.3 Single Job
-------------------------------------- */

.single-job-listing .company-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 30px;
  border-bottom: 1px solid #e3e3e3;
}

.single-job-listing .company-info .job-company {
  width: 120px;
  height: 120px;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #f6f6f6;
  padding: 20px;
}

.single-job-listing .company-info .job-company img {
  width: 100%;
}

.single-job-listing .job-company-info {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  padding-left: 40px;
}

.single-job-listing
  .company-info
  .job-company-info
  .single-job-listing-company-name {
  font-size: 28px;
  margin: 0;
}

.single-job-listing
  .company-info
  .job-company-info
  .single-job-listing-company-name
  a {
  color: inherit;
}

.single-job-listing
  .company-info
  .job-company-info
  .single-job-listing-company-contact {
  padding-top: 5px;
}

.single-job-listing
  .company-info
  .job-company-info
  .single-job-listing-company-contact
  a,
.single-job-listing
  .company-info
  .job-company-info
  .single-job-listing-company-contact
  span {
  color: inherit;
  padding-right: 15px;
}

.single-job-listing
  .company-info
  .job-company-info
  .single-job-listing-company-contact
  i {
  padding-right: 5px;
}

.single-job-listing .job-content .company_video {
  margin-bottom: 40px;
}

.single-job-listing .job-content .company_video iframe {
  width: 100%;
}

.single-job-listing .job-description {
  margin-top: 50px;
}

.single-job-listing .job_application {
  margin: 20px 0;
}

.job-manager-single-alert-link a {
  color: inherit;
}

/***** Sidebar *****/

.job-sidebar .widget {
  border: 1px solid #e3e3e3;
  padding: 35px;
  margin-top: 40px;
}

.job-sidebar .widget h3,
.job-sidebar .widget h4,
.job-sidebar .widget h5 {
  margin: 0;
}

.job-sidebar aside.widget .widget-title,
.resume-sidebar aside.widget .widget-title,
.company-sidebar aside.widget .widget-title {
  font-size: 24px;
  margin-top: 0;
}

.job-sidebar .widget-job-overview {
  margin: 0;
}

.job-sidebar .widget-job-overview a {
  color: inherit;
}

.job-sidebar .single-job-overview-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

.job-sidebar .single-job-overview-detail:last-child {
  margin: 0;
}

.job-sidebar .single-job-overview-detail .icon {
  align-self: center;
  padding-right: 20px;
}

.job-sidebar .single-job-overview-detail .icon i {
  font-size: 28px;
}

.job-sidebar .single-job-overview-detail .content h6 {
  margin: 0;
}

.job-sidebar .job-manager-applications-applied-notice {
  font-size: 1em;
  line-height: 1.5em;
  background: #2ecc71;
  color: #fff;
  padding: 15px;
  margin-bottom: 15px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.job-sidebar .job_application .application_button,
.job-sidebar .job_application input {
  width: 100%;
}

input.apply-with-facebook,
input.apply-with-xing {
  outline: none;
  min-width: 160px;
  margin: 0 15px 15px 0 !important;
  padding: 15px 25px;
  position: relative;
  line-height: 1;
  font-size: 14px;
  font-weight: 600;
  color: #f6f6f6 !important;
  text-transform: uppercase;
  border: 0;
  z-index: 1 !important;
  cursor: pointer;
  position: relative;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

input.apply-with-facebook {
  background: #3c5b9a;
  margin: 0;
}

input.apply-with-xing {
  background: #118383;
  margin: 0;
}

.job-sidebar #job-map {
  height: 250px;
  width: 100%;
}

/* Application box */

.job-app-msg .content {
  background: #fff;
  text-align: center;
  padding: 40px;
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
}

.job-app-msg .content a {
  display: block;
  font-weight: 700;
  font-size: 18px;
}

/*** Related Jobs ***/

section.related-jobs .related-jobs-slider .item {
  background: #f0f0f0;
  padding: 40px 20px;
  text-align: center;
  border-top: 3px solid transparent;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

section.related-jobs .related-jobs-slider .item .job-salary,
section.related-jobs .related-jobs-slider .item .job-rate {
  display: block;
  padding-top: 30px;
  font-size: 18px;
  color: #333;
}

section.related-jobs .related-jobs-slider .item .job-price {
  font-size: 18px;
}

/* --------------------------------------
    5.4 Job - Employer Dashboard
-------------------------------------- */

div#job-manager-job-dashboard table.job-manager-jobs,
div#resume-manager-candidate-dashboard table.resume-manager-resumes,
table.job-manager-alerts,
table.job-manager-bookmarks,
table.job-manager-past-applications {
  width: 100%;
  background-color: #fff;
}

div#job-manager-job-dashboard table.job-manager-jobs thead,
div#resume-manager-candidate-dashboard table.resume-manager-resumes thead,
table.job-manager-alerts thead,
table.job-manager-bookmarks thead {
  background: #f6f6f6;
  border-bottom: 1px solid #e3e3e3;
}

div#job-manager-job-dashboard table.job-manager-jobs thead th,
div#resume-manager-candidate-dashboard table.resume-manager-resumes thead th,
table.job-manager-alerts thead th,
table.job-manager-bookmarks thead th {
  text-align: left;
  padding: 15px 20px !important;
  font-size: 16px;
}

div#job-manager-job-dashboard table.job-manager-jobs thead th.filled,
div#resume-manager-candidate-dashboard
  table.resume-manager-resumes
  thead
  th.filled {
  text-align: center;
}

div#job-manager-job-dashboard table.job-manager-jobs tbody tr,
div#resume-manager-candidate-dashboard table.resume-manager-resumes tbody tr,
table.job-manager-alerts tbody tr,
table.job-manager-bookmarks tbody tr {
  border-bottom: 1px solid #e3e3e3;
}

div#job-manager-job-dashboard table.job-manager-jobs tbody tr td,
div#resume-manager-candidate-dashboard table.resume-manager-resumes tbody tr td,
table.job-manager-alerts tbody tr td,
table.job-manager-bookmarks tbody td {
  padding: 30px 20px !important;
  text-align: left;
  vertical-align: middle;
  color: #666;
}

div#job-manager-job-dashboard table.job-manager-jobs tbody tr td.filled,
div#job-manager-job-dashboard table.job-manager-jobs tbody tr td.applications,
div#resume-manager-candidate-dashboard
  table.resume-manager-resumes
  tbody
  tr
  td.filled {
  text-align: center;
}

div#job-manager-job-dashboard table.job-manager-jobs tbody tr td.action a,
div#resume-manager-candidate-dashboard
  table.resume-manager-resumes
  tbody
  tr
  td.action
  a,
table.job-manager-alerts tbody tr td.action a {
  display: block;
  padding: 3px 0;
}

div#job-manager-job-dashboard
  table.job-manager-jobs
  tbody
  tr
  td.action
  a.job-dashboard-action-relist:before,
div#job-manager-job-dashboard
  table.job-manager-jobs
  tbody
  tr
  td.action
  a.job-dashboard-action-edit:before,
div#job-manager-job-dashboard
  table.job-manager-jobs
  tbody
  tr
  td.action
  a.job-dashboard-action-mark_filled:before,
div#job-manager-job-dashboard
  table.job-manager-jobs
  tbody
  tr
  td.action
  a.job-dashboard-action-mark_not_filled:before,
div#job-manager-job-dashboard
  table.job-manager-jobs
  tbody
  tr
  td.action
  a.job-dashboard-action-duplicate:before,
div#job-manager-job-dashboard
  table.job-manager-jobs
  tbody
  tr
  td.action
  a.job-dashboard-action-delete:before {
  font-family: "simple-line-icons";
  padding-right: 5px;
}

div#job-manager-job-dashboard
  table.job-manager-jobs
  tbody
  tr
  td.action
  a.job-dashboard-action-relist:before {
  content: "\e099";
}

div#job-manager-job-dashboard
  table.job-manager-jobs
  tbody
  tr
  td.action
  a.job-dashboard-action-edit:before {
  content: "\e05f";
}

div#job-manager-job-dashboard
  table.job-manager-jobs
  tbody
  tr
  td.action
  a.job-dashboard-action-mark_filled:before {
  content: "\e080";
}

div#job-manager-job-dashboard
  table.job-manager-jobs
  tbody
  tr
  td.action
  a.job-dashboard-action-mark_not_filled:before {
  content: "\e615";
}

div#job-manager-job-dashboard
  table.job-manager-jobs
  tbody
  tr
  td.action
  a.job-dashboard-action-duplicate:before {
  content: "\e040";
}

div#job-manager-job-dashboard
  table.job-manager-jobs
  tbody
  tr
  td.action
  a.job-dashboard-action-delete:before {
  content: "\e082";
}

.job-manager-message {
  background: #e7f7ff;
  color: #0279b5;
  padding: 25px 40px !important;
  border: 0 !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.job-manager-message:before {
  display: none;
}

/* --------------------------------------
    5.5 Job Alerts
-------------------------------------- */

table.job-manager-alerts tbody tr td.action a.job-alerts-action-view:before,
table.job-manager-alerts tbody tr td.action a.job-alerts-action-email:before,
table.job-manager-alerts tbody tr td.action a.job-alerts-action-edit:before,
table.job-manager-alerts
  tbody
  tr
  td.action
  a.job-alerts-action-toggle_status:before,
table.job-manager-alerts tbody tr td.action a.job-alerts-action-delete:before {
  font-family: "simple-line-icons";
  padding-right: 5px;
}

table.job-manager-alerts tbody tr td.action a.job-alerts-action-view:before {
  content: "\e087";
}

table.job-manager-alerts tbody tr td.action a.job-alerts-action-email:before {
  content: "\e086";
}

table.job-manager-alerts tbody tr td.action a.job-alerts-action-edit:before {
  content: "\e05f";
}

table.job-manager-alerts
  tbody
  tr
  td.action
  a.job-alerts-action-toggle_status:before {
  content: "\e080";
}

table.job-manager-alerts tbody tr td.action a.job-alerts-action-delete:before {
  content: "\e082";
}

p.job-manager-single-alert-link a:before {
  content: "\e086";
  font-family: "simple-line-icons" !important;
}

/* --------------------------------------
    5.6 Upload Job - Resume
-------------------------------------- */

.job-manager-error {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #f2dede;
  color: #a94442;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 20px;
  margin: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.job-manager-form fieldset .account-sign-in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #e7f7ff;
  color: #0279b5;
  padding: 15px 30px;
  margin: 0 0 20px 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.job-manager-form fieldset .account-sign-in p {
  -webkit-box-flex: 3;
  -ms-flex: 3;
  flex: 3;
  margin: 0;
}

.job-manager-form fieldset .account-sign-in .button-wrapper {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  align-self: center;
  text-align: right;
}

.job-manager-form .submit-job-box .title {
  width: 100%;
  border-bottom: 1px solid #e3e3e3;
  margin-top: 0;
  padding-bottom: 20px;
}

.job-manager-form .submit-job-box {
  background: #f6f6f6;
  border: 1px solid #e3e3e3;
  padding: 40px 25px;
  margin-bottom: 50px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0 0 40px rgba(0, 0, 0, 0.07);
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.07);
}

.job-manager-form .form-fields {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0;
}

.job-manager-form .form-fields fieldset {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0;
  margin: 0 0 20px 0;
  border: 0;
  line-height: 2;
}

.job-manager-form fieldset.fieldset-rate_min,
.job-manager-form fieldset.fieldset-rate_max,
.job-manager-form fieldset.fieldset-salary_min,
.job-manager-form fieldset.fieldset-salary_max,
.job-manager-form fieldset.fieldset-company_location,
.job-manager-form fieldset.fieldset-company_category,
.job-manager-form fieldset.fieldset-company_email,
.job-manager-form fieldset.fieldset-company_team_size,
.job-manager-form fieldset.fieldset-company_facebook,
.job-manager-form fieldset.fieldset-company_phone,
.job-manager-form fieldset.fieldset-company_linkedin,
.job-manager-form fieldset.fieldset-candidate_education_level,
.job-manager-form fieldset.fieldset-candidate_experience_years,
.job-manager-form fieldset.fieldset-resume_skills,
.job-manager-form fieldset.fieldset-candidate_rate,
.job-manager-form fieldset.fieldset-candidate_facebook,
.job-manager-form fieldset.fieldset-candidate_twitter,
.job-manager-form fieldset.fieldset-candidate_linkedin,
.job-manager-form fieldset.fieldset-candidate_instagram,
.job-manager-form fieldset.fieldset-candidate_youtube {
  width: 49%;
}

.job-manager-form
  fieldset
  .job-manager-uploaded-files
  .job-manager-uploaded-file,
.job-manager-form
  fieldset
  .job-manager-uploaded-files
  .job-manager-uploaded-file
  .job-manager-remove-uploaded-file {
  display: block;
}

.job-manager-form fieldset.fieldset-checkbox small.description {
  display: inline-block;
}

.job-manager-form fieldset div.field {
  position: relative;
  width: 100%;
}

.job-manager-form fieldset input.cariera-file-upload {
  position: absolute;
  width: 160px;
  height: 45px;
  bottom: 30px;
  left: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 5;
}

.job-manager-form fieldset label {
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 5px;
  width: 100%;
}

.job-manager-form fieldset #create_account_email {
  margin-bottom: 25px;
}

.job-manager-uploaded-file-name {
  margin-bottom: 10px;
  display: inline-block;
  background: #f0f0f0;
  padding: 10px 20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.job-manager-form fieldset small.description {
  opacity: 0.75;
  font-size: 0.83em;
  margin: 1.2em 0 0 0;
  display: block;
  line-height: 1.2em;
}

.job-manager-form
  fieldset
  .job-manager-uploaded-files
  .job-manager-uploaded-file {
  display: block;
  margin-bottom: 20px;
}

.job-manager-form
  fieldset
  .job-manager-uploaded-files
  .job-manager-uploaded-file
  img {
  max-width: 400px;
}

.job-manager-form fieldset.fieldset-recaptcha {
  margin-bottom: 30px;
}

/*** Submission flow ***/
.submission-flow {
  counter-reset: section;
  margin-bottom: 50px;
}

.submission-flow ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
}

.submission-flow ul li {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  margin: 0;
  color: #999;
}

.submission-flow ul li::before {
  counter-increment: section;
  content: counter(section);
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: #adadad;
  color: #fff;
  margin-right: 10px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

.submission-flow ul li::after {
  content: "";
  width: 30px;
  height: 1px;
  margin: 0 20px;
}

.submission-flow ul li:last-child:after {
  display: none;
}

/* --------------------------------------
    5.7 Bookmarks
-------------------------------------- */

.bookmark-wrapper {
  text-align: right;
  margin-top: 15px;
}

.wp-job-manager-bookmarks-form {
  border: 0 !important;
  margin: 0 !important;
}

.wp-job-manager-bookmarks-form.has-bookmark .remove-bookmark-wrapper {
  background: #e7f7ff;
  padding: 15px 30px;
  margin-bottom: 20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.wp-job-manager-bookmarks-form > div:not(.bookmark-details) .remove-bookmark {
  padding: 5px 10px;
  visibility: visible;
  font-size: 12px;
  background: #a94442;
  color: #fff;
  text-transform: uppercase;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.wp-job-manager-bookmarks-form.has-bookmark
  .remove-bookmark-wrapper
  a.bookmark-notice {
  color: #0279b5;
  padding: 0;
}

.wp-job-manager-bookmarks-form.has-bookmark
  .remove-bookmark-wrapper
  a.bookmark-notice:before {
  display: none;
}

.wp-job-manager-bookmarks-form div.bookmark-details {
  display: block !important;
}

.wp-job-manager-bookmarks-form div.bookmark-details p {
  margin: 0 !important;
}

input.submit-bookmark-button {
  color: #fff;
}

/* My Bookmarks */

table.job-manager-bookmarks tbody td p {
  margin: 0;
}

table.job-manager-bookmarks tbody td.action a {
  position: relative;
}

table.job-manager-bookmarks tbody td.action a i {
  position: absolute;
  left: -20px;
  top: 0px;
}

/* --------------------------------------
    5.8 Preview Page
-------------------------------------- */

.job_listing_preview_title,
.resume_preview_title,
.resume_packages_title,
.job_listing_packages_title,
.resume_packages_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
  background: #f6f6f6;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.job_listing_preview .single-job-listing .alert {
  display: none;
}

.job_listing_preview_title h2 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0;
  text-align: left;
}

.job_listing_preview_title .btn-wrapper {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: right;
}

.job_listing_preview,
.resume_preview {
  border: 5px solid #f6f6f6;
  padding: 40px 0;
  margin: 0;
}

.resume_preview {
  padding: 0;
}

.resume_preview .container {
  width: 100%;
}

.resume_preview h1 {
  display: none;
}

.resume_preview_title h2 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  order: 1;
}

.resume_preview_title .button {
  order: 2;
}

/* Button */

.entry-content .job_listing_packages_title .button,
.entry-content .resume_packages_title .button,
.job_listing_packages_title .button,
.resume_packages_title .button,
.entry-content .resume_preview_title .button,
.resume_preview_title .button {
  outline: none;
  min-width: 160px;
  padding: 15px 25px;
  position: relative;
  line-height: 1;
  font-size: 14px;
  font-weight: 600;
  color: #f6f6f6 !important;
  border: 0;
  z-index: 1 !important;
  cursor: pointer;
  position: relative;
  box-sizing: border-box;
  text-transform: uppercase;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border: 0;
}

/* --------------------------------------
    5.9 Job & Resume Paid Listings
-------------------------------------- */

#job_package_selection {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

#job_package_selection .job_listing_packages_title {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 30px;
  padding: 0;
  background: transparent;
}

#job_package_selection .job_listing_packages {
  -ms-flex-order: -1;
  order: -1;
  border: 0;
}

.job_listing_packages ul.resume_packages {
  border: 0;
}

.job_listing_packages ul.job_packages li.package-section,
.job_listing_packages ul.resume_packages li.package-section {
  border: 0;
  padding: 0;
  margin-bottom: 15px;
  color: #333;
  text-transform: uppercase;
}

.job_listing_packages ul.job_packages li.job-package,
.job_listing_packages ul.job_packages li.user-job-package,
.job_listing_packages ul.resume_packages li.resume-package,
.job_listing_packages ul.resume_packages li.user-resume-package {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  cursor: pointer;
  background: #fff;
  border: 1px solid #e3e3e3;
  border-radius: 3px;
  margin-bottom: 25px;
  padding: 40px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.job_listing_packages ul.job_packages li.job-package:hover,
.job_listing_packages ul.job_packages li.user-job-package:hover,
.job_listing_packages ul.resume_packages li.resume-package:hover,
.job_listing_packages ul.resume_packages li.user-resume-package:hover {
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
}

.job_listing_packages ul.job_packages li.job-package.active,
.job_listing_packages ul.job_packages li.user-job-package.active,
.job_listing_packages ul.resume_packages li.resume-package.active,
.job_listing_packages ul.resume_packages li.user-resume-package.active {
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
}

.job_listing_packages ul.job_packages li.job-package .package-footer,
.job_listing_packages ul.job_packages li.user-job-package .package-footer,
.job_listing_packages ul.resume_packages li.resume-package .package-footer,
.job_listing_packages
  ul.resume_packages
  li.user-resume-package
  .package-footer {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-end;
  margin-left: auto;
}

#job_package_selection
  .job_listing_packages
  ul.job_packages
  li.job-package
  .package-button,
#job_package_selection
  .job_listing_packages
  ul.job_packages
  li.user-job-package
  .package-button,
#job_package_selection
  .job_listing_packages
  ul.resume_packages
  li.resume-package
  .package-button,
#job_package_selection
  .job_listing_packages
  ul.resume_packages
  li.user-resume-package
  .package-button {
  position: relative;
  width: 28px;
  height: 28px;
  border: 1px solid #e3e3e3;
  margin-right: 40px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

#job_package_selection
  .job_listing_packages
  ul.job_packages
  li.job-package.active
  .package-button,
#job_package_selection
  .job_listing_packages
  ul.job_packages
  li.user-job-package.active
  .package-button,
#job_package_selection
  .job_listing_packages
  ul.resume_packages
  li.resume-package.active
  .package-button,
#job_package_selection
  .job_listing_packages
  ul.resume_packages
  li.user-resume-package.active
  .package-button {
  border: 2px solid;
}

#job_package_selection
  .job_listing_packages
  ul.job_packages
  li.job-package
  .package-button:after,
#job_package_selection
  .job_listing_packages
  ul.job_packages
  li.user-job-package
  .package-button:after,
#job_package_selection
  .job_listing_packages
  ul.resume_packages
  li.resume-package
  .package-button:after,
#job_package_selection
  .job_listing_packages
  ul.resume_packages
  li.user-resume-package
  .package-button:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%) scale(0);
  -moz-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  -o-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -ms-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
}

#job_package_selection
  .job_listing_packages
  ul.job_packages
  li.job-package.active
  .package-button:after,
#job_package_selection
  .job_listing_packages
  ul.job_packages
  li.user-job-package.active
  .package-button:after,
#job_package_selection
  .job_listing_packages
  ul.resume_packages
  li.resume-package.active
  .package-button:after,
#job_package_selection
  .job_listing_packages
  ul.resume_packages
  li.user-resume-package.active
  .package-button:after {
  -webkit-transform: translate(-50%, -50%) scale(1);
  -moz-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  -o-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}

#job_package_selection
  .job_listing_packages
  ul.job_packages
  li.job-package
  .package-details
  input[type="radio"],
#job_package_selection
  .job_listing_packages
  ul.job_packages
  li.user-job-package
  .package-details
  input[type="radio"],
#job_package_selection
  .job_listing_packages
  ul.resume_packages
  li.resume-package
  .package-details
  input[type="radio"],
#job_package_selection
  .job_listing_packages
  ul.resume_packages
  li.user-resume-package
  .package-details
  input[type="radio"] {
  display: none;
}

#job_package_selection
  .job_listing_packages
  ul.job_packages
  li.job-package
  .package-details
  label,
#job_package_selection
  .job_listing_packages
  ul.job_packages
  li.user-job-package
  .package-details
  label,
#job_package_selection
  .job_listing_packages
  ul.resume_packages
  li.resume-package
  .package-details
  label,
#job_package_selection
  .job_listing_packages
  ul.resume_packages
  li.user-resume-package
  .package-details
  label {
  color: #333;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

#job_package_selection
  .job_listing_packages
  ul.job_packages
  li.job-package
  .package-details
  .package-desc,
#job_package_selection
  .job_listing_packages
  ul.job_packages
  li.user-job-package
  .package-details
  .package-desc,
#job_package_selection
  .job_listing_packages
  ul.resume_packages
  li.resume-package
  .package-details
  .package-desc,
#job_package_selection
  .job_listing_packages
  ul.resume_packages
  li.user-resume-package
  .package-details
  .package-desc {
  width: 300px;
  font-size: 16px;
}

#job_package_selection
  .job_listing_packages
  ul.job_packages
  li.job-package
  .package-footer
  .price,
#job_package_selection
  .job_listing_packages
  ul.job_packages
  li.user-job-package
  .package-footer
  .price,
#job_package_selection
  .job_listing_packages
  ul.resume_packages
  li.resume-package
  .package-footer
  .price,
#job_package_selection
  .job_listing_packages
  ul.resume_packages
  li.user-resume-package
  .package-footer
  .price {
  font-size: 42px;
  font-weight: 600;
}

#job_package_selection
  .job_listing_packages
  ul.job_packages
  li.job-package
  .package-footer
  .price
  del,
#job_package_selection
  .job_listing_packages
  ul.resume_packages
  li.resume-package
  .package-footer
  .price
  del {
  font-size: 18px;
}

#job_package_selection
  .job_listing_packages
  ul.job_packages
  li.job-package
  .package-footer
  .caption,
#job_package_selection
  .job_listing_packages
  ul.job_packages
  li.user-job-package
  .package-footer
  .caption,
#job_package_selection
  .job_listing_packages
  ul.resume_packages
  li.resume-package
  .package-footer
  .caption,
#job_package_selection
  .job_listing_packages
  ul.resume_packages
  li.user-resume-package
  .package-footer
  .caption {
  font-size: 16px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-top: -10px;
}

#job_package_selection .job_listing_packages_title h2 {
  font-size: 16px;
  margin-left: 30px;
  color: inherit;
}

/* --------------------------------------
    5.10 Job Applications
-------------------------------------- */

div.job-applications .filter-job-applications {
  overflow: visible;
}

.cariera-job-applications div.job-applications {
  padding: 0;
  background: none;
}

.cariera-job-applications div.job-applications .application {
  border: 1px solid #e3e3e3;
  margin-bottom: 40px;
}

.cariera-job-applications .application-content {
  padding: 40px;
  position: relative;
}

.cariera-job-applications .application-content img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  margin-right: 30px;
  float: left;
  display: inherit;
}

.cariera-job-applications .application-content h4 {
  font-size: 21px;
  display: inline-block;
  color: #666;
  margin: 20px 0 0 0;
  text-transform: capitalize;
}

.cariera-job-applications .application-content h4 a {
  color: #666;
}

.cariera-job-applications .application-content .info ul {
  list-style: none;
  margin-top: 5px;
}

.cariera-job-applications .application-content .info ul li {
  display: inline-block;
  margin-right: 15px;
}

.cariera-job-applications .application-content .info ul li a {
  color: #999;
}

.cariera-job-applications .application-content .info ul li a i {
  margin-right: 3px;
}

.cariera-job-applications .application-content .buttons {
  top: 0;
  right: 40px;
  display: inline-block;
  top: 52%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  margin-top: 2px;
}

.cariera-job-applications .application-content .buttons a {
  margin-left: 10px;
}

.cariera-job-applications .application-content .buttons a i {
  margin-right: 5px;
}

/* Application Hidden Tabs */

.cariera-job-applications .application-tabs {
  border-top: 1px solid #e0e0e0;
  margin: 0 40px;
  margin-bottom: -1px;
  position: relative;
}

.cariera-job-applications .application-tabs a.close-tab {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9;
  line-height: 32px;
  width: 32px;
  text-align: center;
  padding: 0;
  margin-top: -33px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.cariera-job-applications .application-tabs .app-tab-content {
  padding: 35px 0 43px 0;
  box-sizing: border-box;
}

.cariera-job-applications .application-tabs .app-tab-content .select-grid {
  width: 49% !important;
  display: inline-block;
  float: left;
}

.cariera-job-applications
  .application-tabs
  .app-tab-content
  .select-grid:first-child {
  margin-right: 2%;
}

.cariera-job-applications
  .application-tabs
  .app-tab-content
  .select-grid
  input[type="number"] {
  padding: 0 20px;
  line-height: 42px;
}

.cariera-job-applications
  .application-tabs
  .app-tab-content
  .application-action-buttons {
  margin: 20px 0;
}

.cariera-job-applications
  .application-tabs
  .app-tab-content
  .delete_job_application {
  float: right;
}

.cariera-job-applications
  .application-tabs
  .app-tab-content
  .delete_job_application:hover {
  color: #fff;
  background: #eb4848;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.cariera-job-applications .application-tabs .job-application-note-content p {
  margin: 0;
}

.cariera-job-applications
  .application-tabs
  .job-application-note-meta
  a.delete_note {
  display: block;
  padding-top: 10px;
}

.cariera-job-applications
  .application-tabs
  .job-application-note-add
  textarea.input-text {
  outline: none;
}

.cariera-job-applications
  .application-tabs
  .job-application-note-add
  input[type="button"] {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  outline: none;
  padding: 0 15px;
  position: relative;
  line-height: 35px;
  font-size: 14px;
  font-weight: 600;
  color: #f6f6f6 !important;
  border: 0;
  text-transform: uppercase;
}

/* Application Footer */

.cariera-job-applications .application-footer {
  background-color: #fbfbfb;
  border-top: 1px solid #e3e3e3;
  padding: 22px 40px;
  z-index: 10;
  position: relative;
}

.cariera-job-applications .application-footer ul {
  float: right;
}

.cariera-job-applications .application-footer .rating {
  float: left;
  margin-top: 1px;
}

.cariera-job-applications .application-footer ul li {
  display: inline-block;
  margin-left: 15px;
  color: #999;
}

.cariera-job-applications .application-footer ul li i {
  margin-right: 3px;
}

/* Job Application */

form.job-manager-application-form fieldset {
  margin-bottom: 15px;
}

div#job-popup
  form.job-manager-application-form
  .wp_job_manager_send_application_button {
  margin: 10px 0;
  color: #fff;
}

div#job-popup form.apply_with_resume p {
  margin-bottom: 20px;
}

div#job-popup form.apply_with_resume .btn {
  margin: 0;
}

/* ----------------------------------------------------------------------------
    6. Resumes
---------------------------------------------------------------------------- */

/* --------------------------------------
    6.1 Resume Listing
-------------------------------------- */

ul.resumes {
  border: 0;
}

ul.resumes.loading {
  opacity: 0.4;
  position: relative;
  pointer-events: none;
  border: 0;
  min-height: auto;
  background: none;
}

ul.resumes li.resume {
  position: relative;
  overflow: hidden;
  background: #fff;
  border-top: 1px solid #e3e3e3;
  border-left: 1px solid #e3e3e3;
  border-right: 1px solid #e3e3e3;
  border-bottom: none;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

ul.resumes li.resume:first-child {
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}

ul.resumes li.resume:last-child {
  border-bottom: 1px solid #e3e3e3;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}

ul.resumes li.resume:hover {
  background: #f6f6f6;
}

ul.resumes li.resume a:hover,
ul.resumes li.resume a:focus {
  background: none;
}

ul.resumes li.resume_featured {
  background: #fefff6;
}

ul.resumes li.resume_featured:before {
  content: "";
  display: block;
  width: 80px;
  height: 80px;
  left: -40px;
  position: absolute;
  top: -40px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

ul.resumes li.resume_featured:after {
  color: #fff;
  content: "\f005 ";
  font-family: "fontawesome";
  position: absolute;
  font-size: 16px;
  left: 10px;
  top: 5px;
}

ul.resumes li.resume a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: none !important;
  padding: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

ul.resumes li.resume .candidate-photo-wrapper {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

ul.resumes li.resume .candidate-photo {
  width: 85px;
  height: 85px;
  border: 1px solid #e3e3e3;
  margin-right: 20px;
  background: #f0f0f0;
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

ul.resumes li.resume .candidate-photo img {
  width: auto;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  float: none;
  left: 0;
}

ul.resumes li.resume .candidate-content-main {
  -webkit-box-flex: 4;
  -ms-flex: 4;
  flex: 4;
}

ul.resumes li.resume .candidate-title h5 {
  margin: 0;
  padding-bottom: 5px;
}

ul.resumes li.resume .candidate-info {
  color: #948a99;
}

ul.resumes li.resume .candidate-info span {
  padding-right: 10px;
}

ul.resumes li.resume .candidate-info span:last-child {
  padding-right: 0;
}

ul.resumes li.resume .candidate-info span i {
  padding-right: 5px;
}

ul.resumes li.resume .resume-posted {
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
  text-align: right;
}

ul.resumes li.resume .resume-posted date,
ul.resumes li.resume .resume-posted .resume-category {
  color: #948a99;
}

ul.resumes li.no_resumes_found a .resume-category:before,
ul.resumes li.resume a .resume-category:before {
  content: "\e039";
  font-family: "simple-line-icons" !important;
}

div.resumes .load_more_resumes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-self: auto;
  align-items: center;
  justify-content: center;
  outline: none;
  max-width: 230px;
  min-width: 160px;
  margin: 20px auto 0;
  padding: 15px 25px;
  position: relative;
  line-height: 1;
  font-size: 14px;
  font-weight: 600;
  color: #f6f6f6 !important;
  text-transform: uppercase;
  border: 0;
  z-index: 1 !important;
  cursor: pointer;
  position: relative;
  box-sizing: border-box;
  border: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

div.resumes .load_more_resumes:hover {
  -webkit-filter: brightness(113%);
  filter: brightness(113%);
  border: 0;
}

/************** 6.1.1 RESUME CAROUSEL *****************/

.resume-carousel-1 .single-resume {
  text-align: center;
  background: #fff;
  border: 1px solid #e3e3e3;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.resume-carousel-1 .single-resume:hover {
  background: #f6f6f6;
}

.resume-carousel-1 .single-resume a#resume-link {
  display: block;
  padding: 30px;
}

.resume-carousel-1 .candidate-photo-wrapper {
  margin-bottom: 30px;
}

.resume-carousel .candidate-photo {
  width: 120px;
  height: 120px;
  overflow: hidden;
  margin: 0 auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.2);
}

.resume-carousel-1 .candidate-title h5 {
  margin-top: 0;
}

.resume-carousel-1 .candidate-info > span {
  display: block;
  color: #948a99;
}

.resume-carousel-1 .candidate-info > span i {
  margin-right: 5px;
}

/* --------------------------------------
    6.2 Single Resume Page
-------------------------------------- */

.single-resume section.resume-header {
  height: 400px;
  padding: 0;
  background-size: cover !important;
  background-position: center !important;
}

/* Resume Info */

.resume-page .candidate-main-resume {
  position: relative;
  margin-top: -130px;
  z-index: 5;
}

/* Extra info */
.candidate-extra-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  font-size: 0.85em;
  padding-bottom: 10px;
}

.candidate-extra-info .left-side {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.candidate-extra-info .right-side {
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
  text-align: right;
  align-self: center;
}

.candidate-extra-info .right-side > div {
  display: inline-block;
  padding-right: 15px;
}

.candidate-extra-info .right-side > div:last-child {
  padding-right: 0;
}

.candidate-extra-info .right-side i {
  margin-right: 3px;
}

.candidate-extra-info ul.candidate-categories {
  padding: 0;
  list-style: none;
}

.candidate-extra-info ul.candidate-categories li {
  display: inline-block;
  margin: 0 10px 10px 0;
}

.candidate-extra-info ul.candidate-categories li a {
  color: #fff;
  padding: 5px 10px;
  border: 2px solid #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.candidate-extra-info ul.candidate-categories li a:hover {
  background: #fff;
}

.candidate-extra-info .candidate-resume a {
  color: #fff;
  border: 2px solid #fff;
  padding: 7px 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.candidate-extra-info .candidate-resume a:hover {
  background: #fff;
}

/* Candidate Info Wrapper */

.resume-page .candidate-info-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  padding: 40px;
  margin-bottom: 80px;
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 40px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.resume-page .candidate-info-wrapper .candidate-info {
  -webkit-box-flex: 3;
  -ms-flex: 3;
  flex: 3;
  align-self: center;
}

.resume-page .candidate-info-wrapper .candidate-photo,
.resume-page .candidate-info-wrapper .candidate {
  float: left;
}

.resume-page .candidate-info-wrapper .candidate-photo {
  width: 120px;
  overflow: hidden;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
}

.resume-page .candidate-info-wrapper .candidate-photo img {
  width: 100%;
}

.resume-page .candidate-info-wrapper .candidate {
  padding: 10px 0 0 30px;
}

.resume-page .candidate-info-wrapper .candidate .title {
  font-size: 30px;
  margin: 0;
}

.resume-page .candidate-info-wrapper .candidate-links span {
  margin-right: 10px;
}

.resume-page .candidate-info-wrapper .candidate-links span:last-child {
  margin-right: 0;
}

.resume-page .candidate-info-wrapper .candidate-links span a {
  color: inherit;
}

.resume-page .candidate-info-wrapper .candidate-links span i {
  margin-right: 5px;
}

/* Social Networks */

.resume-page .candidate-social > a {
  height: 35px !important;
  width: 35px !important;
  margin-bottom: 0 !important;
  margin-top: 10px;
}

.resume-page .candidate-social > a + a {
  margin-left: 10px !important;
}

.resume-page .candidate-social .candidate-instagram {
  color: #9b6954;
  background-color: transparent;
  background-image: none;
  border-color: #9b6954;
}

.resume-page .candidate-social .candidate-instagram:hover {
  color: #fff;
  background-color: #9b6954;
  border-color: #9b6954;
}

.resume-page .candidate-social .candidate-youtube {
  color: #e62117;
  background-color: transparent;
  background-image: none;
  border-color: #e62117;
}

.resume-page .candidate-social .candidate-youtube:hover {
  color: #fff;
  background-color: #e62117;
  border-color: #e62117;
}

/*** Education & Experience ***/

.candidate-education,
.candidate-experience,
.candidate-skills,
.candidate-video {
  margin-top: 50px;
}

.candidate-education .education-item,
.candidate-experience .experience-item {
  position: relative;
  margin-bottom: 40px;
  padding-left: 80px;
}

.candidate-education .education-item:before,
.candidate-experience .experience-item:before {
  font-family: "simple-line-icons";
  font-size: 48px;
  position: absolute;
  left: 0;
  top: 10px;
}

.candidate-education .education-item:before {
  content: "\e019";
}

.candidate-experience .experience-item:before {
  content: "\e020";
}

.candidate-education .education-title .location,
.candidate-experience .experience-title .employer {
  padding-right: 10px;
}

.candidate-education .education-body,
.candidate-experience .experience-body {
  padding-top: 15px;
}

.candidate-education .education-body p,
.candidate-experience .experience-body p {
  margin: 0;
}

/* Skills */

.candidate-skills .skills span {
  display: inline-block;
  margin-bottom: 10px;
  padding-right: 20px;
}

.candidate-skills .skills span:before {
  content: "\e076";
  font-family: "simple-line-icons";
  padding-right: 5px;
}

/* Content */

.resume-content .candidate-video {
  margin-bottom: 40px;
}

.resume-content .candidate-video iframe {
  width: 100%;
}

section.resume-content .social-sharing-wrapper {
  margin-top: 40px;
}

/*** Post Resume ***/

.resume-manager-data-row {
  background: #f0f0f0;
  padding: 20px;
  margin-bottom: 15px;
}

.resume-manager-data-row fieldset:last-child {
  border: 0;
}

.resume-manager-data-row .resume-manager-remove-row {
  color: #999;
  font-size: 16px;
  right: 5px;
  top: 5px;
  margin: 0;
}

.resume-manager-data-row .resume-manager-remove-row:before {
  content: "\f00d";
  font-family: "fontawesome";
}

p.resume-submitted,
.job-submitted {
  font-size: 26px;
  text-align: center;
}

p.resume-submitted::before,
.job-submitted::before {
  content: "\e080";
  font-family: "simple-line-icons";
  display: block;
  font-size: 80px;
  margin-bottom: 20px;
  color: #9fd389;
}

/* Sidebar */

.resume-sidebar .widget {
  border: 1px solid #e3e3e3;
  padding: 35px;
  margin-top: 40px;
}

.resume-sidebar .widget:first-child {
  margin-top: 0;
}

.resume-sidebar .widget-candidate-overview {
  margin: 0;
}

.resume-sidebar .single-resume-overview-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

.resume-sidebar .single-resume-overview-detail:last-child {
  margin: 0;
}

.resume-sidebar .single-resume-overview-detail .icon {
  align-self: center;
  padding-right: 20px;
}

.resume-sidebar .single-resume-overview-detail .icon i {
  font-size: 28px;
}

.resume-sidebar .single-resume-overview-detail .content h6 {
  margin: 0;
}

.resume-sidebar #resume-map {
  height: 250px;
  width: 100%;
}

/* --------------------------------------
    6.3 Resume - Candidate Dashboard
-------------------------------------- */

div#resume-manager-candidate-dashboard
  table.resume-manager-resumes
  tbody
  tr
  td.job_title {
  font-weight: 600;
}

div#resume-manager-candidate-dashboard
  table.resume-manager-resumes
  tbody
  tr
  td.action
  a.candidate-dashboard-action-edit:before,
div#resume-manager-candidate-dashboard
  table.resume-manager-resumes
  tbody
  tr
  td.action
  a.candidate-dashboard-action-hide:before,
div#resume-manager-candidate-dashboard
  table.resume-manager-resumes
  tbody
  tr
  td.action
  a.candidate-dashboard-action-publish:before,
div#resume-manager-candidate-dashboard
  table.resume-manager-resumes
  tbody
  tr
  td.action
  a.candidate-dashboard-action-delete:before {
  font-family: "simple-line-icons";
  padding-right: 5px;
}

div#resume-manager-candidate-dashboard
  table.resume-manager-resumes
  tbody
  tr
  td.action
  a.candidate-dashboard-action-edit:before {
  content: "\e05f";
}

div#resume-manager-candidate-dashboard
  table.resume-manager-resumes
  tbody
  tr
  td.action
  a.candidate-dashboard-action-hide:before {
  content: "\e615";
}

div#resume-manager-candidate-dashboard
  table.resume-manager-resumes
  tbody
  tr
  td.action
  a.candidate-dashboard-action-publish:before {
  content: "\e080";
}

div#resume-manager-candidate-dashboard
  table.resume-manager-resumes
  tbody
  tr
  td.action
  a.candidate-dashboard-action-delete:before {
  content: "\e082";
}

/* ----------------------------------------------------------------------------
    7. Companies
---------------------------------------------------------------------------- */

/* --------------------------------------
    7.2 Company List
-------------------------------------- */

.company-letters {
  background: #f6f6f6;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 40px;
}

.company-letters ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 0;
  padding: 15px 30px;
  font-size: 14px;
  font-weight: 600;
  color: inherit;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.company-letters ul li {
  margin: 0;
}

.company-letters a {
  font-weight: 600;
  display: inline-block;
  padding: 15px 10px;
  color: #333;
}

.company-letters ul li:first-child a {
  padding: 10px 20px;
  line-height: 1;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.companies-listing-a-z .company-group {
  padding: 15px 10px;
  page-break-inside: avoid;
  break-inside: avoid;
  -webkit-column-break-inside: avoid;
  list-style: none;
}

.companies-listing-a-z .company-group.hidden {
  display: none;
}

.companies-listing-a-z .companies-overview {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  padding: 0;
}

.companies-listing-a-z .company-group-inner {
  border: 2px solid #f6f6f6;
  padding: 20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.companies-listing-a-z .company-group-inner .company-letter {
  display: inline-block;
  font-weight: 700;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  padding: 15px 18px;
  margin-bottom: 22px;
  line-height: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
}

.companies-listing-a-z .companies-overview .company-group ul {
  padding: 0;
  list-style: none;
}

.companies-listing-a-z .companies-overview .company-group li {
  padding: 10px;
  margin: 0;
}

.companies-listing-a-z .companies-overview .company-group li:hover {
  background: #f0f0f0;
}

.companies-listing-a-z .companies-overview .company-group li a {
  color: #333;
  font-size: 18px;
}

/* --------------------------------------
    7.2 Company Listing
-------------------------------------- */

.company_listings.loading {
  opacity: 0.4;
  position: relative;
  pointer-events: none;
}

.company_listings .company {
  position: relative;
  padding: 0;
  background: #fff;
  border-top: 1px solid #e3e3e3;
  border-left: 1px solid #e3e3e3;
  border-right: 1px solid #e3e3e3;
  border-bottom: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.company_listings .company:first-child {
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}

.company_listings .company:last-of-type {
  border-bottom: 1px solid #e3e3e3;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}

.company_listings .company:hover {
  background: #f6f6f6;
}

.company_listings .company a {
  color: inherit;
}

.company_listings .company .company-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 30px;
}

.company_listings .company .company-inner .company-logo-wrapper {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.company_listings .company .company-inner .company-logo-wrapper > div {
  width: 85px;
  height: 85px;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #f6f6f6;
  padding: 10px;
  position: relative;
}

.company_listings .company .company-inner .company-logo-wrapper > div img {
  width: 100%;
}

.company_listings .company .company-inner .company-details {
  -webkit-box-flex: 5;
  -ms-flex: 5;
  flex: 5;
}

.company_listings .company .company-inner .company-details .company-title h5 {
  margin: 0;
}

.company_listings .company .company-inner .company-details .company-location {
  display: inline-block;
  color: inherit;
}

.company_listings .company .company-inner .company-details .company-jobs {
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* Featured */
.company_listings .company-featured {
  background: #fefff6;
  overflow: hidden;
}

.company_listings .company-featured:before {
  content: "";
  display: block;
  width: 80px;
  height: 80px;
  left: -40px;
  position: absolute;
  top: -40px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.company_listings .company-featured:after {
  color: #fff;
  content: "\f005 ";
  font-family: "fontawesome";
  position: absolute;
  font-size: 16px;
  left: 10px;
  top: 5px;
}

/************** 7.2.2 COMPANY CAROUSEL *****************/

/* Version 1 */

.company-carousel-1 .single-company {
  text-align: center;
  background: #fff;
  border: 1px solid #e3e3e3;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.company-carousel-1 .single-company:hover {
  background: #f6f6f6;
}

.company-carousel-1 .single-company a#company-link {
  display: block;
  padding: 30px;
}

.company-carousel-1 .single-company .company-logo-wrapper {
  margin-bottom: 30px;
}

.company-carousel-1 .single-company .company-logo {
  width: 100px;
  height: 100px;
  overflow: hidden;
  margin: 0 auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.2);
}

.company-carousel-1 .company-title h5 {
  margin-top: 0;
}

.company-carousel-1 .company-details span {
  display: block;
  color: #948a99;
}

.company-carousel-1 .company-details span i {
  margin-right: 5px;
}

/* Version 2 */

.company-carousel-2 .single-company {
  text-align: center;
  background: #fff;
  border: 1px solid #e3e3e3;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.company-carousel-2 .single-company .company-logo-wrapper {
  position: relative;
  height: 250px;
  background-color: #f0f0f0;
  background-size: cover;
  background-repeat: no-repeat;
}

.company-carousel-2 .single-company .company-logo-wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #000;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -ms-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.company-carousel-2 .single-company:hover .company-logo-wrapper:before {
  opacity: 0.5;
}

.company-carousel-2 .single-company .company-logo {
  position: absolute;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  background: #fff;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  overflow: hidden;
  z-index: 9;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0px 30px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0px 30px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0px 30px rgba(0, 0, 0, 0.15);
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: transform 0.4s;
  -ms-transition: transform 0.4s;
  -o-transition: transform 0.4s;
  transition: transform 0.4s;
  -webkit-transform: translate3d(0, 50px, 0);
  -moz-transform: translate3d(0, 50px, 0);
  -ms-transform: translate3d(0, 50px, 0);
  -o-transform: translate3d(0, 50px, 0);
  transform: translate3d(0, 50px, 0);
}

.company-carousel-2 .single-company:hover .company-logo {
  -webkit-transform: translate3d(0, -75px, 0);
  transform: translate3d(0, -75px, 0);
}

.company-carousel-2 .single-company .company-logo img {
  max-width: 90px;
  max-height: 90px;
  position: absolute;
  top: 5px;
  left: 5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.company-carousel-2 .single-company .company-details {
  padding: 60px 30px 30px;
}

.company-carousel-2 .single-company .company-details h5 {
  margin-top: 0;
}

.company-carousel-2 .single-company .company-details span {
  color: #948a99;
}

.company-carousel-2 .single-company .company-details span i {
  margin-right: 5px;
}

/* --------------------------------------
    7.3 Single Company Page
-------------------------------------- */

section.company-header {
  height: 400px;
  padding: 0;
  background-size: cover !important;
  background-position: center !important;
}

/* Company Info */

.company-page .company-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: -100px;
  background: #fff;
  position: relative;
  z-index: 5;
  padding: 40px;
  margin-bottom: 80px;
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 40px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.company-page .company-info .company-photo {
  margin-right: 40px;
  width: 120px;
  height: 120px;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #f0f0f0;
  padding: 20px;
}

.company-page .company-info .company-photo img {
  width: 100%;
}

.company-page .company-info .company-details {
  -webkit-box-flex: 0;
  -ms-flex: 0.7;
  flex: 0.7;
}

.company-page .company-info .company-name {
  font-size: 30px;
  margin: 0;
  padding-bottom: 10px;
}

.company-page .company-info .company-details > div {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 15px;
}

.company-page .company-info .company-details a {
  color: inherit;
}

.company-page .company-info .company-details i {
  padding-right: 5px;
}

/* Social Networks */

.company-page .company-info .company-extra-info {
  -webkit-box-flex: 0;
  -ms-flex: 0.3;
  flex: 0.3;
  text-align: right;
}

.company-page .company-info .company-social > a,
.resume-page .candidate-social > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 40px;
  width: 40px;
  font-size: 14px;
  text-align: center;
  line-height: 1;
  border: 2px solid transparent;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: color 0.15s ease-in-out,
    background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  -moz-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -ms-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  margin-bottom: 15px;
}

.company-page .company-info .company-social > a + a {
  margin-left: 15px;
}

.company-page .company-info .company-social > a:hover,
.resume-page .candidate-social > a:hover {
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
}

.company-page .company-info .company-social .company-facebook,
.resume-page .candidate-social .candidate-facebook {
  color: #3b5999;
  background-color: transparent;
  background-image: none;
  border-color: #3b5999;
}

.company-page .company-info .company-social .company-facebook:hover,
.resume-page .candidate-social .candidate-facebook:hover {
  color: #fff;
  background-color: #3b5999;
  border-color: #3b5999;
}

.company-page .company-info .company-social .company-twitter,
.resume-page .candidate-social .candidate-twitter {
  color: #55acee;
  background-color: transparent;
  background-image: none;
  border-color: #55acee;
}

.company-page .company-info .company-social .company-twitter:hover,
.resume-page .candidate-social .candidate-twitter:hover {
  color: #fff;
  background-color: #55acee;
  border-color: #55acee;
}

.company-page .company-info .company-social .company-googleplus,
.resume-page .candidate-social .candidate-googleplus {
  color: #dd4b39;
  background-color: transparent;
  background-image: none;
  border-color: #dd4b39;
}

.company-page .company-info .company-social .company-googleplus:hover,
.resume-page .candidate-social .candidate-googleplus:hover {
  color: #fff;
  background-color: #dd4b39;
  border-color: #dd4b39;
}

.company-page .company-info .company-social .company-linkedin,
.resume-page .candidate-social .candidate-linkedin {
  color: #0077b5;
  background-color: transparent;
  background-image: none;
  border-color: #0077b5;
}

.company-page .company-info .company-social .company-linkedin:hover,
.resume-page .candidate-social .candidate-linkedin:hover {
  color: #fff;
  background-color: #0077b5;
  border-color: #0077b5;
}

/* Content */
.company-page .company-job-listings {
  margin-top: 50px;
}

/* Sidebar */

.company-sidebar .widget {
  border: 1px solid #e3e3e3;
  padding: 35px;
  margin-top: 40px;
}

.company-sidebar .widget:first-child {
  margin-top: 0;
}

.company-sidebar .widget-company-overview {
  margin: 0;
}

.company-sidebar .single-company-overview-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

.company-sidebar .single-company-overview-detail:last-child {
  margin: 0;
}

.company-sidebar .widget-company-overview a {
  color: inherit;
}

.company-sidebar .single-company-overview-detail .icon {
  align-self: center;
  padding-right: 20px;
}

.company-sidebar .single-company-overview-detail .icon i {
  font-size: 28px;
}

.company-sidebar .single-company-overview-detail .content h6 {
  margin: 0;
}

.company-sidebar .single-company-overview-detail .categories li {
  display: inline-block;
}

.company-sidebar .single-company-overview-detail .categories li:after {
  content: ",";
  margin-right: 4px;
}

.company-sidebar
  .single-company-overview-detail
  .categories
  li:last-child:after {
  display: none;
}

.company-sidebar #company-map {
  height: 250px;
  width: 100%;
}

/* --------------------------------------
    8. Pages
-------------------------------------- */

/*********** 8.1 404 - Page not found ***********/

.page-not-found {
  text-align: center;
}

.page-not-found h2 {
  font-size: 120px;
}

/*********** 8.2 Contact Page ***********/

form.wpcf7-form {
  margin-top: 40px;
}

form.wpcf7-form textarea {
  max-width: 100%;
  resize: none;
}

.gmaps {
  height: 400px;
  padding: 0;
}

.gmaps #map {
  height: 100%;
}

/*********** 8.3 Half Map Page ***********/

/* Job Holder */

main.half-map-wrapper .job-holder,
main.half-map-wrapper .company-holder,
main.half-map-wrapper .resume-holder {
  width: 700px;
  height: 100%;
  padding: 30px 30px 100px 30px;
  z-index: 10;
  background-color: #fff;
  overflow-y: scroll;
  box-sizing: border-box;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
}

main.half-map-wrapper .job-holder-left,
main.half-map-wrapper .company-holder-left,
main.half-map-wrapper .resume-holder-left {
  float: left;
}

main.half-map-wrapper .job-holder-right,
main.half-map-wrapper .company-holder-right,
main.half-map-wrapper .resume-holder-right {
  float: right;
}

main.half-map-wrapper .job-holder h3.title,
main.half-map-wrapper .company-holder h3.title,
main.half-map-wrapper .resume-holder h3.title {
  margin: 0 0 30px 0;
}

main.half-map-wrapper .job-holder a.map-view,
main.half-map-wrapper .company-holder a.map-view,
main.half-map-wrapper .resume-holder a.map-view {
  display: none;
}

main.half-map-wrapper .job-holder form.job_filters,
main.half-map-wrapper .job-holder .job_filters .job_types,
main.half-map-wrapper .company-holder form.company_filters,
main.half-map-wrapper .resume-holder form.resume_filters {
  background: none;
}

main.half-map-wrapper .job-holder .job_filters .search_jobs,
main.half-map-wrapper .company-holder .company_filters .search_companies,
main.half-map-wrapper .resume-holder .resume_filters .search_resumes {
  padding: 0;
}

main.half-map-wrapper .company-holder .company_filters .chosen-container {
  width: 100% !important;
}

/* Map Holder */

main.half-map-wrapper .map-holder {
  width: 50%;
  width: -webkit-calc(100% - 700px);
  width: -moz-calc(100% - 700px);
  width: calc(100% - 700px);
  position: absolute;
  top: 0;
  z-index: 1;
  height: 100%;
}

main.half-map-wrapper .map-holder-right {
  right: 0;
}

main.half-map-wrapper .map-holder-left {
  left: 0;
}

main.half-map-wrapper .map-holder div#map-container {
  height: 100%;
}

main.half-map-wrapper .map-holder a.list-view {
  display: none;
}

/* Additional Stylings */

.page-template-half-map-jobs header,
.page-template-half-map-companies header,
.page-template-half-map-resumes header {
  position: relative;
}

.page-template-half-map-jobs footer,
.page-template-half-map-companies footer,
.page-template-half-map-resumes footer {
  display: none;
}

.page-template-half-map-jobs .back-top,
.page-template-half-map-companies .back-to-top,
.page-template-half-map-resumes .back-top {
  display: none;
}

/* --------------------------------------
    9. SECTIONS
-------------------------------------- */

/******* 9.1 Home - Jobs Search **********/

section.home-search {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 500px;
}

section.home-search .wrapper {
  position: relative;
  z-index: 3;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

section.home-search .wrapper h1 {
  font-size: 55px;
  margin: 0;
}

section.home-search .job-search-form label {
  display: none;
}

section.home-search .job-search-form input {
  height: 50px;
  width: 100%;
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding-left: 30px;
  font-size: 18px;
  color: #999;
}

section.home-search .job-search-form .geolocation {
  width: 50px;
  height: 50px;
  line-height: 50px;
}

section.home-search .job-search-form .search-submit button {
  width: 100%;
  margin: 0;
}

section.home-search .job-search-form .search-submit button i {
  margin-right: 7px;
}

section.home-search .extra-info span {
  font-size: 18px;
}

/******* 9.2 Home - Map Search Template **********/

section.home-search-map {
  position: relative;
  min-height: 350px;
}

section.home-search-map .home-map .gmnoprint,
section.home-search-map .home-map img.gm-fullscreen-control {
  display: none;
}

section.home-search-map .home-map:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

section.home-search-map .form-wrapper {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  z-index: 2;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

section.home-search-map .job-search-form-wrapper {
  position: relative;
  padding: 20px;
  background: rgba(255, 255, 255, 0.15);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

section.home-search-map form input,
section.home-search-map form button {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

section.home-search-map form input {
  height: 50px;
}

section.home-search-map .job-search-form .geolocation {
  width: 50px;
  height: 50px;
  line-height: 50px;
}

section.home-search-map form .search-submit button {
  width: 100%;
}

section.home-search-map form .search-submit button i {
  margin-right: 7px;
}

/* ----------------------------------------------------------------------------
    10. DASHBOARD
---------------------------------------------------------------------------- */

.page-template-user-dashboard.user-logged-in header {
  position: fixed;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

#dashboard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  background-color: #f6f6f6;
  min-height: 100vh;
  margin-top: 80px;
}

.dashboard-content,
.dashboard-nav {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

/* --------------------------------------
    10.1 Navigation
-------------------------------------- */

.dashboard-nav {
  position: fixed;
  min-width: 260px;
  max-width: 260px;
  min-height: 100vh;
  overflow: hidden;
}

.dashboard-nav-inner {
  height: 100%;
  width: 277px;
  overflow-y: scroll;
  position: relative;
  display: block;
  padding: 10px 0 25px 0;
}

.dashboard-nav-inner {
  max-height: 900px;
  width: calc(100% + 17px);
  overflow-y: scroll;
  position: relative;
  display: block;
  padding: 10px 0 25px 0;
}

a.dashboard-responsive-nav-trigger {
  display: none;
}

.dashboard-nav {
  display: block;
  background-color: #1e1f21;
  z-index: 11;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}

.dashboard-nav ul {
  list-style: none;
  padding: 0;
  margin: 15px 0 0 0;
}

.dashboard-nav .dashboard-nav-employer-extra,
.dashboard-nav .dashboard-nav-candidate-extra {
  margin: 0;
}

.dashboard-nav ul:before {
  content: attr(data-submenu-title);
  display: block;
  margin-bottom: 5px;
  padding: 0 30px;
  color: #999;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 12px;
  letter-spacing: 1px;
}

/* 1st Level */
.dashboard-nav ul li {
  color: #eee;
  display: block;
  border-left: 3px solid transparent;
  transition: 0.3s;
  line-height: 24px;
  font-size: 15px;
}

.dashboard-nav ul li a {
  color: #eee;
  display: block;
  padding: 11px 27px;
  transition: 0.3s;
  cursor: pointer;
}

.dashboard-nav ul li a i {
  padding-right: 8px;
  width: 20px;
}

.dashboard-nav ul li a:hover {
  color: #fff;
}

/* Dropdown Styles */
.dashboard-nav ul li ul {
  display: block;
  position: relative;
  float: none;
  padding: 0;
  margin: 0;
  visibility: hidden;
  max-height: 0;
  opacity: 0;
  line-height: 0;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  background: none;
  border: 0;
  box-shadow: none;
}

.dashboard-nav ul li.active ul {
  visibility: visible;
  padding: 0 0 15px 0;
  line-height: 24px;
  opacity: 1;
  max-height: 300px;
}

.dashboard-nav ul li ul li {
  color: #eee;
  background-color: transparent;
  border: none;
  padding-left: 54px;
  position: relative;
  margin: 0;
}

.dashboard-nav ul li ul li a {
  padding: 4px 0;
}

.dashboard-nav ul li ul li:hover {
  color: #fff;
  border: none;
  background-color: transparent;
}

.dashboard-nav ul li a:after {
  content: "\f107";
  font-family: "FontAwesome";
  position: absolute;
  right: 27px;
  font-size: 16px;
  transition: 0.2s;
  color: rgba(255, 255, 255, 0.5);
}

.dashboard-nav ul li.active a:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.dashboard-nav ul li ul:before,
.dashboard-nav ul li a:only-child:after {
  content: "";
  display: none;
}

/* Hover State */
.dashboard-nav ul li ul li:hover a {
  padding-left: 4px;
  background: none;
}

.dashboard-nav ul li.active,
.dashboard-nav ul li:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.04);
}

/* --------------------------------------
    10.2 CONTENT
-------------------------------------- */
.dashboard-content {
  padding: 60px;
  padding-bottom: 0;
  position: relative;
  z-index: 10;
  height: 100%;
  margin-left: 260px;
}

#dashboard .title-bar {
  padding: 0;
  margin: 0 0 40px 0;
  display: block;
}

#dashboard .title-bar h1,
#dashboard .title-bar h2 {
  font-size: 30px;
  margin: 0;
}

#dashboard .title-bar h1 {
  text-transform: capitalize;
}

/* List boxes */
.dashboard-list-box {
  background: #fff;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.dashboard-list-box .title {
  display: block;
  font-size: 18px;
  margin: 0;
  padding: 20px 30px;
  border-bottom: 1px solid #e3e3e3;
}

.dashboard-list-box-inner {
  padding: 30px;
}

.dashboard-list-box-inner .alert {
  display: block;
}

/* Dashboard My Profile */
#dashboard .user-avatar-upload {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #e3e3e3;
}

#dashboard .user-avatar-preview {
  min-width: 200px;
}

#dashboard .user-avatar-preview img {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0 25px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.05);
}

#dashboard .user-avatar-description p {
  font-size: 0.8em;
}

.attachment-details .edit-attachment {
  display: none !important;
}

/* Job & Resume Submission */
#dashboard .job-manager-form .submit-job-box {
  background: #fff;
}

/* Dashboard Footer */
#dashboard .copyrights {
  padding: 40px 0;
  margin: 0;
  display: block;
  text-align: left;
  border: none;
}

/* WooCoomerce Content on Dashboard */
#dashboard .woocommerce-MyAccount-content {
  width: 100%;
}

/* Reports */
.report-wrapper .title {
  padding: 0 0 20px 0 !important;
  border: 0;
}

.report-wrapper .job-reports + .resume-reports {
  margin-top: 50px;
}

.report-wrapper > div .job-manager-pagination {
  margin-top: 20px;
}

/* --------------------------------------
    10.3 ELEMENTS
-------------------------------------- */

/**** Dashboard Stats ****/

.dashboard-stat {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 160px;
  background: #333;
  color: #fff;
  padding: 0;
  margin-bottom: 20px;
  overflow: hidden;
  cursor: default;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.dashboard-stat:hover {
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -ms-transform: scale(1.02);
  -o-transform: scale(1.02);
  transform: scale(1.02);
}

.dashboard-stat-content {
  position: absolute;
  left: 30px;
  top: 50%;
  width: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.dashboard-stat-content h4 {
  font-size: 42px;
  padding: 0;
  margin: 0;
  color: #fff;
}

.dashboard-stat-content span {
  font-size: 18px;
  line-height: 24px;
  display: inline-block;
}

.dashboard-stat-icon {
  position: absolute;
  font-size: 80px;
  right: 30px;
  top: 50%;
  opacity: 0.05;
  -webkit-transform: translateY(-40%);
  -moz-transform: translateY(-40%);
  -ms-transform: translateY(-40%);
  -o-transform: translateY(-40%);
  transform: translateY(-40%);
}

/* Colors */
.dashboard-stat.style-1 {
  background: linear-gradient(
    to left,
    rgba(255, 255, 255, 0) 25%,
    rgba(255, 255, 255, 0.2)
  );
  background-color: #7a38f3;
}

.dashboard-stat.style-2 {
  background: linear-gradient(
    to left,
    rgba(255, 255, 255, 0) 25%,
    rgba(255, 255, 255, 0.1)
  );
  background-color: #872cdc;
}

.dashboard-stat.style-3 {
  background: linear-gradient(
    to left,
    rgba(255, 255, 255, 0) 25%,
    rgba(255, 255, 255, 0.3)
  );
  background-color: #d04747;
}

.dashboard-stat.style-4 {
  background: linear-gradient(
    to left,
    rgba(255, 255, 255, 0) 25%,
    rgba(255, 255, 255, 0.1)
  );
  background-color: #2c6cdc;
}

/**** Dashboard Listing Packages ****/

#dashboard ul.listing-packages {
  list-style: none;
  padding: 0;
  margin: 0;
}

#dashboard ul.listing-packages li.package {
  position: relative;
  padding: 20px;
  padding-left: 60px;
  margin: 0;
  border-bottom: 1px solid #e3e3e3;
}

#dashboard ul.listing-packages li.package:last-child {
  border: none;
}

#dashboard ul.listing-packages li.package i.list-icon {
  position: absolute;
  top: 50%;
  left: 0;
  height: 40px;
  width: 40px;
  line-height: 39px;
  text-align: center;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

#dashboard ul.listing-packages li.package .package-title {
  margin-top: 0;
}

#dashboard ul.listing-packages li.package p {
  margin: 0;
}

/***** Dashboard Views - Canvas Loader *****/
#dashboard .canvas-loader {
  display: block;
  opacity: 1;
}

#dashboard .canvas-loader.loaded {
  display: none;
  opacity: 0;
  visibility: hidden;
}

#dashboard .canvas-loader span {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 40px;
  height: 40px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#dashboard .canvas-loader span:before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  margin: 10px auto;
  border: 1px solid #333;
  border-right-color: transparent !important;
  border-top-color: transparent !important;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-animation: spin 0.6s infinite linear;
  animation: spin 0.6s infinite linear;
}
