/*  
Theme Name: Jobifier
Theme URI: https://colorlabsproject.com/themes/jobifier
Description: Wordpress Job Board Theme by <a href="http://colorlabsproject.com">Colorlabs & Company</a>.
Author: Colorlabs & Company
Author URI: https://colorlabsproject.com
Version: 1.3.1.6
Tags: job, resume, responsive, theme-options, translation-ready, threaded-comments, featured-images, widgets, two-columns, right-sidebar, custom-background, custom-menu
*/

/* ===================================================================
  #GLOBAL
=================================================================== */
body {
  color: #919191;
  background: #fff;
  font-size: 13px;
  line-height: 20px;
  font-family: 'Helvetica Neue', sans-serif;
}

a {
  color: #33abea;
  text-decoration: none;
}

a:hover {
  color: #004798;
  text-decoration: underline;
}

.custom-background .main-wrapper {
  background: #fff;
  margin: 20px auto;
  max-width: 1170px;
  position: relative;
}
.custom-background .logo {
  padding-left: 20px;
  margin-left: -20px;
}
@media(max-width: 977px) {
  .custom-background .main-wrapper {
    margin-top: 0;
    margin-bottom: 0;
  }
  .custom-background .logo {
    padding-left: 0;
    margin-left: 0;
  }
}


/* ===================================================================
  HEADER SECTION
=================================================================== */
.header-section {
  background: #485369;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Logo
------------------------------------------------------------------- */
.logo {
  margin: 0;
  float: left;
  text-align: center;
  background: #212733;
  padding: 12px 30px 12px 0;
}
.logo a {
  color: #fff;
  text-transform: uppercase;
}
.logo a:hover,
.main-nav a:hover {
  text-decoration: none;
}

/* User Menu
------------------------------------------------------------------- */
.user-menu {
  float: right;
}
.user-menu a {
  line-height: 45px;
  padding: 12px;
  font-size: 15px;
}
.user-menu a:hover {
  text-decoration: none;
}


/* ===================================================================
  MAIN NAV SECTION
=================================================================== */
.main-nav {
  float: left;
  padding: 0 15px;
}
.main-nav ul,
.user-menu ul {
  margin-left: 0;
  list-style: none;
}
.main-nav li,
.user-menu li {
  float: left;
}
.main-nav a,
.user-menu a {
  color: #fff;
  display: block;
  position: relative;
}
.main-nav a:hover,
.user-menu a:hover {
  color: #36A9E8;
}

/* Main Nav - Level One
------------------------------------------------------------------- */
.main-nav > ul > li > a {
  line-height: 45px;
  padding: 12px 15px;
  font-family: 'loveloblack', sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}
.main-nav > ul > li.menu-item-has-children > a {
  padding-right: 25px;
}

/* Superfish Essential Styles
------------------------------------------------------------------- */
.sf-menu, .sf-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sf-menu li {
  position: relative;
}
.sf-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99999;
}
.sf-menu > li {
  /*float: left;*/
}
.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
  display: block;
  visibility: visible;
}

.sf-menu a {
  display: block;
  position: relative;
}
.sf-menu ul {
  min-width: 200px;
}
.sf-menu ul ul {
  top: 0;
  left: 100%;
}

/* Sub Menu
------------------------------------------------------------------- */
.main-nav ul ul {
  display: none;
  padding: 10px 0;
  background: #485369;
}
.main-nav ul ul a {
  line-height: 22px;
  padding: 5px 15px;
  font-weight: bold;
}
.main-nav ul ul li {
  float: none;
}
.main-nav ul ul ul {
  margin-top: -10px;
}
.main-nav .sf-sub-indicator {
  border: 4px solid transparent;
  border-top-color: #fff;
  display: inline-block;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  margin-left: 10px;
}
.main-nav ul ul .sf-sub-indicator {
  right: 10px;
  border-top-color: transparent;
  border-left-color: #fff;
}


/* Mobile Nav
------------------------------------------------------------------- */
.side-mobilemenu {
  background: #0F151F;
  color: #7B8093
}
.side-mobilemenu > .mm-panel {
  padding: 0;
}
.side-mobilemenu .mm-list {
  padding-top: 0;
}
.side-mobilemenu .mm-list > li:after,
.side-mobilemenu .mm-list > li > a.mm-subopen:before {
  border-color: rgba(255,255,255,.05);
}
.side-mobilemenu .mm-list > li > a, 
.side-mobilemenu .mm-list > li > span {
  /*padding-left: 10px;*/
}
.side-mobilemenu .mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-noresults):after {
  margin-left: 0;
}
.side-mobilemenu .current-menu-item{
  background: #36A9E8;
  border-bottom: 0;
  color: #FFF;
}

/* Mobile User data
------------------------------------------------------------------- */
.mobile-user-box {
  padding: 20px;
  overflow: hidden;
  background: rgba(0,0,0,.5)
}
.mobile-user-data .mobile-user-name{
  color:#fff;
}
.mobile-user-data {
  overflow: hidden;
}
.mobile-user-photo {
  float: left;
  margin-right: 15px;
}
.mobile-user-data .link-login,
.mobile-user-data .link-register{
  padding:2px 15px;
  color:#fff;
  background:#D25400;
  text-decoration:none;
  margin-right:20px;
  display:inline-block;
}


/* ===================================================================
  MAP SECTION
=================================================================== */
.map-section {
  position: relative;
}
.maps-wrapper {
  position: relative;
  padding-bottom: 400px;
}
.maps-wrapper .google-maps {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.maps-wrapper .google-maps img,
#geolocation_box img,
#map_wrap img {
  max-width: none
}

.maps-location-thumb {
  float: left;
  margin-right: 10px;
  width: 75px;
}
.maps-wrapper .maps-location-thumb img {
  max-width: 100%;
}
.job-info-content {
  overflow: hidden;
  font-family: sans-serif;
  font-size: 13px;
  line-height: 18px;
}
.job-info-name {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
}
.job-post-time {
  font-size: 12px;
  text-transform: uppercase;
}
.job-info-content .job-metadata {
  margin-bottom: 7px;
}


/* ===================================================================
  ADVANCED SEARCH SECTION
=================================================================== */

/* Search Dropdown
------------------------------------------------------------------- */
.search-dropdown-wrapper {
  z-index: 100;
}
.btn-search-dropdown {
  position: absolute;
  right: 0;
  top: 0;
  width: 200px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.search-dropdown .arrow {
  display: inline-block;
  border-style: solid;
  border-width: 5px 4px 0;
  margin-left: 10px;
  position: relative;
  top: -2px;
  border-color: #fff transparent transparent;
}
.search-dropdown .advanced-search {
  display: none;
  position: absolute;
  right: 0;
  left: 0;
  top: 31px;
}
.search-dropdown.active .advanced-search {
  display: block;
}
.search-dropdown.active .arrow {
  border-bottom-width: 5px;
  border-color: transparent transparent #fff;
}

/* Search Form
------------------------------------------------------------------- */
.search-section {
  color: #7F8BA3;
  padding-top: 35px;
  padding-bottom: 35px;
  background: #E4EBFB;
  border-bottom: 1px solid #BDD7E8;
}

.advanced-search {
  clear: both;
  background: #fff;
}
.advanced-search .form-left-part {
  padding: 25px 38px;
  margin-right: 200px;
  background: #f0f0f0;
}

.advanced-search label {
  font-size: 11px;
  line-height: 34px;
  margin-bottom: 0;
  display: inline-block;
  text-transform: uppercase;
  vertical-align: middle;
  width: 25%;
  padding-right: 5px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.advanced-search input[type="text"],
.advanced-search select {
  border-color: #BDD7E8;
  margin-bottom: 0;
  width: 100%;
}
.advanced-search select {
  background: #fff;
}
.advanced-search .col3 {
  /*width: 26.5%;*/
}
.advanced-search .col3:first-child {
  /*margin-left: 0;*/
}
.advanced-search .form-col {
  /*margin-left: 2.09091%;*/
}
.advanced-search .form-row {
  margin-top: 20px;
}
.advanced-search .form-row:first-child {
  margin-top: 0;
}
.advanced-search .btn {
  width: 100%;
}

.advanced-search .btn,
.advanced-search input[type="text"],
.advanced-search select {
  height: 36px;
  font-size: 13px;
}
.advanced-search input::-webkit-input-placeholder {
  color: #485369;
}

.form-icon {
  position: relative;
}
.form-icon i {
  color: #475369;
  position: absolute;
  top: 0;
  bottom: 0;
  padding: 9px 7px;
  z-index: 1;
  font-size: 17px;
}
.form-icon > input,
.form-icon .dk-selected {
  padding-left: 30px;
}

/* Input Append Label
------------------------------------------------------------------- */
.input-append {
  position: relative;
}
.input-append input[type="text"] {
  padding-right: 45px;
}
.input-append .input-append-label {
  position: absolute;
  top: 1px;
  right: 1px;
  background: #eee;
  width: 30px;
  text-align: center;
  bottom: 1px;
  line-height: 36px;
  border-left: 1px solid #ccc;
}


/* Submit Block
------------------------------------------------------------------- */
.advanced-search .form-submit-block {
  position: absolute;
  right: 0;
  width: 200px;
  top: 0;
  bottom: 0;
  border: 0;
  background: none;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  color: #47536b;
  letter-spacing: 0.1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.home .advanced-search .form-submit-block {
  /*border: 0*/
}
.advanced-search .form-submit-block:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.advanced-search .form-submit-block div {
  display: inline-block;
  vertical-align: middle
}

/* DropKick Selectbox
------------------------------------------------------------------- */
.dk-search {
  width: 100%;
  height: 36px;
  display: none;
  padding: 0.25em;
  position: absolute;
  border-width: 0 1px;
  border-style: solid;
  z-index: 11;
}
.dk-select .dk-search {
  display: none;
}
.dk-select-open-down .dk-search {
  display: block;
  background: #fff;
}
.dk-select {
  width: 100%
}

.dk-selected {
  color: #485369;
  height: 36px;
  line-height: 36px;
  border-radius: 0;
  padding-left: 10px;
  padding-right: 30px;
  /*overflow: visible;*/
}
.advanced-search .dk-select .dk-select-options,
.form-builder-input .dk-select .dk-select-options,
.form-filter .dk-select .dk-select-options,
.career_options .dk-select .dk-select-options {
  margin-top: 36px;
  border-radius: 0;
}
.advanced-search .dk-search .dk-search-input,
.form-builder-input .dk-search .dk-search-input,
.form-filter .dk-search .dk-search-input,
.career_options .dk-search .dk-search-input {
  width: 100%;
  height: 30px;
  margin: 0;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.dk-selected:before {
  border-width: 5px 5px 0;
  margin-right: 10px;
  border-top-color: #749bc6;
}
.dk-selected:after {
  margin-right: 30px;
}
.dk-selected,
.dk-selected:after {
  border-color: #BDD7E8;
}
.dk-select-open-up .dk-selected:before, 
.dk-select-open-down .dk-selected:before {
  border-width: 0 5px 5px;
}
.dk-option.hidden-option {
  display: none
}

/* No Results
------------------------------------------------------------------- */
.no-result-block {
  margin-top: 20px;
  font-size: 14px;
  line-height: 20px;
}
.no-result-block p,
.no-result-block ul {
  margin-bottom: 10px;
}


/* ===================================================================
  FIND JOB - POST JOB SECTION
=================================================================== */
.find-job-post-section {
  position: relative;
  background: #fff;
  border-bottom: 1px solid #e6e6e6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.find-job-post-section:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 50%;
  background: #f8f8f8;
}

.find-job-post-block .block-inner {
  padding: 30px;
  position: relative;
  z-index: 10;
}
.find-job-block .block-inner {
  padding-left: 0;
  background: #f8f8f8;
}
.post-job-block .block-inner {
  padding-right: 0;
  background: #fff;
  border-left: 1px solid #e6e6e6;
}


/* ===================================================================
  MAIN SECTION
=================================================================== */
.main-section {
  padding-top: 30px;
  padding-bottom: 60px;
}


/* ===================================================================
  LATEST JOBS
=================================================================== */

/* Jobs Filter
------------------------------------------------------------------- */
.jobs-filter {
  padding: 10px 5px;
  margin-bottom: 0;
  border-bottom: 1px solid #efefef;
}
.jobs-filter label {
  color: #485369;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
  *display: inline;
  margin-bottom: 0;
  margin-right: 20px;
  font-size: 11px;
}
.jobs-filter input[type="checkbox"] {
  margin: 0 5px 0 0;
}
.jobs-filter input[type="submit"] {
  display: none;
}
.jobs-list.ajax {
  display: none;
}
.jobs-list.ajax.loading {
  min-height: 300px;
  background: url(images/ajax-loader.gif) no-repeat center 50px;
}

/* Job Item
------------------------------------------------------------------- */
.job-item:after,
.job-item:before {
  content: '';
  display: table;
}
.job-item:after {
  clear: both;
}
.job-item {
  zoom: 1;
  position: relative;
  margin-bottom: 18px;
  padding-top: 18px;
  border-top: 1px solid #ebebeb;
}
.job-item:first-child {
  border-top: 0;
}

.job-image {
  float: left;
  width: 65px;
  margin-right: 15px;
}
.job-information {
  overflow: hidden;
}

.job-title {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: normal;
}
.job-title .job-employer,
.job-title .job-name {
  font-weight: bold;
}
.job-title .job-employer,
.job-metadata a,
.widget_recent-jobs .job-employer,
.widget_top_listings_overall .job-employer,
.widget_top_listings .job-employer {
  color: #48526b;
}
.widget_recent-jobs .job-name,
.widget_top_listings_overall .job-name,
.widget_top_listings .job-name {
  color: #33abea
}

.job-metadata {
  list-style: none;
  margin-left: 0;
  overflow: hidden;
}
.job-metadata li {
  float: left;
  margin-right: 20px;
}
.job-metadata li:before {
  font-size: 18px;
  color: #475369;
  margin-right: 2px;
  position: relative;
  top: 4px;
}
.job-metadata .job-type:before {
  font-size: 14px;
  top: 3px;
}
.job-metadata .job-type a {
  margin-right: 5px;
}
.job-metadata li:hover:before,
.job-metadata a:hover {
  color: #33abea;
  text-decoration: none;
}
.job-dashboard-actions li {
  display: inline-block;
  *display: inline;
  margin-right: 5px;
}

.job-data {
  margin-right: 110px;
}
.job-meta {
  position: absolute;
  top: 18px;
  right: 0;
  bottom: 0;
  margin: 0 10px;
  width: 85px;
  text-transform: uppercase;
}
.job-meta .block-badge {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  text-align: center;
}
.job-meta .job-date {
  display: block;
  margin-top: 30px;
}

/* Jobs Badge
------------------------------------------------------------------- */
.block-badge {
  color: #fff;
  font-weight: bold;
  padding: 2px 13px;
  font-size: 10px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: uppercase;
}
.block-badge.featured {
  background: #8bbb57;
}

/* Indeed Integration
------------------------------------------------------------------- */
.sponsored_results_paging .alignleft {
  position: relative;
  background: url(images/ajax-loader.gif) no-repeat center center;
}


/* ===================================================================
  BROWSE JOBS BLOCK
=================================================================== */
.browse-jobs-block {

}

/* Tabs Nav
------------------------------------------------------------------- */
.browse-jobs-block .block-tab-nav {
  float: right;
  margin-bottom: -10px;
}
.block-tab-nav {
  list-style: none;
  margin: 0;
}
.block-tab-nav li {
  float: left;
  text-align: center;
}
.block-tab-nav a,
.block-tab-nav span {
  display: block;
  padding: 4px 20px;
  background: #f0f0f0;
  color: #485369;
}
.block-tab-nav .active,
.block-tab-nav a:hover {
  color: #fff;
  background: #485369;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.tab-panel {
  display: none;
}

/* Tab Panel
------------------------------------------------------------------- */
.browse-jobs-panel {
  margin-top: 30px;
}
.browse-jobs-panel .tab-content {
  margin-left: -3.9%;
  margin-left: calc(-30px);
}
.browse-jobs-panel .panel-column {
  float: left;
  width: 21.3%;
  width: calc(25% - 30px);
  margin-bottom: 45px;
  margin-left: 3.7%;
  margin-left: calc(30px);
}
.browse-jobs-panel .panel-column:nth-child(4n+5) {
  clear: left;
}
.browse-jobs-panel .panel-column-title {
  color: #485369;
  font-size: 14px;
  text-transform: uppercase;
}
.browse-jobs-panel ul {
  list-style: none;
  margin-left: 0;
}
.browse-jobs-panel li a {
  color: #909090;
  display: block;
}
.browse-jobs-panel a span,
.browse-jobs-panel li a:hover {
  color: #33abea;
}
.browse-jobs-panel li a:hover {
  text-decoration: none;
}
.browse-jobs-panel .panel-view-all {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bold;
}


/* ===================================================================
  SINGLE JOB PAGE
=================================================================== */

/* Header Section
------------------------------------------------------------------- */
.page-title-section {
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
  background: #f0f0f0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.page-title-section .entry-title {
  color: #202632;
  margin-top: 0;
  text-transform: uppercase;
  font-size: 25px;
  letter-spacing: 0.1em;
  font-family: 'loveloblack', sans-serif
}
.page-title-section .entry-subtitle {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 0;
}
.page-title-section .page-title {
  margin: 0;
}
.page-title-section .entry-meta {
  list-style: none;
  margin-left: 0;
  font-size: 14px;
}
.page-title-section .entry-meta li {
  display: inline-block;
  *display: inline;
  margin: 0 15px;
}
.page-title-section .entry-meta li:before {
  margin-right: 3px;
}
.page-title-section .entry-meta,
.page-title-section .entry-meta a {
  color: #909090
}
.page-title-section .entry-meta li:hover:before,
.page-title-section .entry-meta li:hover a,
.page-title-section .entry-meta a:hover {
  text-decoration: none;
  color: #d72734
}

/* Apply Job Form
------------------------------------------------------------------- */
.media-modal .screen-reader-text {
  display: none;
}
.job-apply-form .modal-header,
.job-apply-form .modal-footer {
  background: #485369;
  color: #fff;
}
.job-apply-form .modal-header h4 {
  margin: 0;
  color: #fff;
  margin-top: 0;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-family: 'loveloblack', sans-serif;
  -webkit-font-smoothing: antialiased;
}
.job-apply-form .modal-footer {
  text-align: right;
  padding: 10px;
}
.job-apply-form form {
  margin-bottom: 0;
}
.job-apply-form.modal .close {
  color: #fff;
  text-shadow: 0 1px 0 #000;
  -webkit-font-smoothing: antialiased;
}
.job-apply-form .ajax-loader {
  position: absolute;
  background: #fff url(images/ajax-loader.gif) no-repeat center;
  width: 30px;
  height: 30px;
  top: 20%;
  left: 50%;
  margin-left: -20px;
  padding: 5px;
  display: none;
  border: 1px solid #eee;
}
.job-apply-form .loading .ajax-loader {
  display: block;
}


/* ===================================================================
  SUBMIT JOB PAGE
=================================================================== */

/* Submit Job Tabs Nav
------------------------------------------------------------------- */
.submit-job-block .block-tab-nav li,
.job-seeker-dashboard .block-tab-nav li,
.widget-submitted-jobs .block-tab-nav li {
  margin-right: 10px;
}
.submit-job-block .block-tab-nav span,
.job-seeker-dashboard .block-tab-nav span,
.widget-submitted-jobs .block-tab-nav a {
  color: #fff;
  font-size: 10px;
  background: #B4B4B4;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.submit-job-block .block-tab-nav .active,
.job-seeker-dashboard .block-tab-nav .active,
.widget-submitted-jobs .block-tab-nav .active {
  background: #36A9E8;
}

/* Submit Job Block
------------------------------------------------------------------- */
.block-inner {
  padding: 30px;
  background: #f8f8f8;
}

/* Submit Job Preview
------------------------------------------------------------------- */
.submit-job-block .job-item {
  padding-bottom: 18px;
  margin-top: 30px;
  border-bottom: 1px solid #ebebeb;
}
.submit-job-block .job-item .job-title {
  color: #909090
}

/* Job Preview Box
------------------------------------------------------------------- */
.job-preview-box {
  background: #fff;
  padding: 20px;
}

/* Job Packs
------------------------------------------------------------------- */
.job-pack {
  margin: 20px 0 40px;
  padding: 20px;
  color: #212832;
  background: #f0f0f0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.job-pack .job-pack-title {
  margin-left: -20px;
  margin-bottom: 20px;
}
.job-pack-price {
  margin-left: -5px;
  padding-top: 5px;
  padding-bottom: 5px;
  vertical-align: middle;
}
.job-pack .job-pack-title h3 {
  margin: 0;
  display: inline-block;
  *display: inline;
  background: #2d2d2d;
  color: #fff;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  padding: 7px 20px;
  vertical-align: middle;
}
.job-pack-desc {
  font-weight: bold;
  font-size: 16px;
}

.job-pack-details {
  list-style: none;
  margin-left: 0;
  margin-bottom: 30px;
  font-size: 13px;
}
.job-pack-details li {
  float: left;
  width: 48%;
  position: relative;
  padding: 7px 0 7px 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #E0E0E0;
}
.job-pack-details li.last-child,
.job-pack-details li:nth-child(odd):last-child {
  border-bottom: 0;
}
.job-pack-details li.even,
.job-pack-details li:nth-child(2n) {
  float: right;
}
.job-pack-details li.odd,
.job-pack-details li:nth-child(odd) {
  clear: left
}
.job-pack-details li:before {
  position: absolute;
  left: 0;
  color: #AAABB0;
  top: 9px;
  font-size: 15px;
}

.job-pack-options {
  padding-top: 20px;
  margin-bottom: 20px;
  border-top: 4px solid #E0E0E0;
}
.job-pack-options h5 {
  margin-top: 0;
}
.job-pack-options input[type="checkbox"],
.job-pack-options span.checkbox-button {
  margin-right: 10px;
}

.job-pack-choose .btn {
  padding: 15px 70px;
  margin-bottom: 10px;
  font-size: 13px;
}

/* Payment Methods List
------------------------------------------------------------------- */
.payment_methods {
  list-style: none;
  margin-left: 0;
}
.payment_methods input[type="radio"] {
  margin: 0 5px 0 0;
  position: relative;
  top: -2px;
}
.payment_methods label {
  font-weight: bold;
  color: #202632;
  cursor: pointer;
  display: inline-block;
}
.payment_methods .payment_box {
  padding: 10px;
  background: #eee;
  margin-bottom: 15px;
}
.payment_methods .payment_box p:last-child,
.payment_methods .payment_box .last-child {
  margin: 0;
}
.payment_box input[type="text"] {
  width: 100%
}

/* Order Summary
------------------------------------------------------------------- */
.order-summary table {
  background: #fff;
  border-top: 0;
}
.order-summary table tbody > tr:nth-child(odd) > td, 
.order-summary table tbody > tr:nth-child(odd) > th {
  background: none;
}


/* Submit Job Block responsive
------------------------------------------------------------------- */
@media (max-width: 820px) {
  .submit-job-block .block-tab-nav li {
    margin-right: 0;
    width: 25%;
    text-align: center;
  }
  .submit-job-block .block-tab-nav span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

@media (max-width: 767px) {
  .job-pack {
    padding: 10px;
  }
  .job-pack .job-pack-title {
    margin-left: -10px;
  }
  .job-pack-details li,
  .job-pack-details li:nth-child(2n) {
    float: none;
    width: 100%;
  }
}


/* ===================================================================
  USER PROFILE PAGE
=================================================================== */
.user-profile-detail .avatar {
  float: left;
  margin-right: 15px;
}
.user-profile-detail .meta-author {
  overflow: hidden;
}
.user-profile-detail .profile-title {
  margin-top: 0;
}
.user-profile-detail .profile-link ul {
  list-style: none;
  margin-left: 0;
}
.user-profile-detail .profile-link li {
  line-height: 24px;
  margin-bottom: 5px;
  position: relative;
  padding-left: 25px;
}
.user-profile-detail .profile-link li:before {
  left: 0;
  top: 6px;
  position: absolute;
}

@media (max-width: 320px) {
  .user-profile-detail .avatar {
    width: 50px;
    /*float: none;
    margin: 0 auto 20px;
    display: block;*/
  }
  .user-profile-detail .profile-title {
    font-size: 18px;
  }
}


/* ===================================================================
  CUSTOM FORM
=================================================================== */
.form-builder-input:after,
.form-builder-input:before,
.career_options:after,
.career_options:before {
  content: '';
  display: table;
}
.form-builder-input:after,
.career_options:after {
  clear: both;
}
.form-builder-input,
.career_options {
  zoom: 1;
  margin-bottom: 15px;
}
#job-form-custom-fields .career_options:last-child {
    margin-bottom: 0;
}
.form-builder-input.input-info {
  margin-bottom: 0;
  margin-top: 40px;
}
.form-builder-input.input-info:first-child {
  margin-top: 0;
}
.form-builder-input label,
.career_options .career_options_text {
  float: right;
  font-size: 13px;
  width: 34%;
  margin: 0;
  margin-top: 6px;
  width: calc(35% - 20px);
}
.form-builder-input input[type="text"],
.form-builder-input input[type="email"],
.form-builder-input input[type="password"],
.form-builder-input input[type="file"],
.form-builder-input select,
.form-builder-input textarea,
.form-builder-input .input-file-block,
.career_options input[type="text"],
.career_options textarea,
.career_options select,
.career_options .input-file-block {
  height: 38px;
  float: left;
  width: 65%;
  border-color: #bdd7e6;
  margin-bottom: 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.career_options textarea,
.form-builder-input textarea {
  height: auto;
}
.form-builder-input .dk-select,
.career_options .dk-select {
  width: 65%
}

.form-builder-input.input-info {
  margin-top: 40px;
}
.form-builder-input.input-info:first-child {
  margin-top: 0;
}
.form-builder-input.input-submit {
  margin-top: 40px;
}
.form-builder-input.input-submit .btn {
  font-size: 12px;
}

.form-builder-input .description {
  clear: both;
  display: block;
  padding-top: 5px;
}

.form-builder-input.input-multicheck-tax > label, .form-builder-input.input-checkbox > label {
  font-size: 14px;
  color: #202632;
  font-weight: bold;
  margin-bottom: 12px;
}

/* Input Avatar Upload
------------------------------------------------------------------- */
.form-builder-input.input-avatar label {
  margin-left: 20px;
}

.form-builder-input.input-avatar .input-wrap-dashboard {
  overflow: hidden;
}

.form-builder-input.input-avatar .dk-select,
.form-builder-input.input-avatar .input-file-block {
  width: 100%;
}

.form-builder-input.input-avatar label {
  margin-top: 0;
}


/* Input Checkbox
------------------------------------------------------------------- */
.form-builder-input.input-checkbox p,
.form-builder-input.input-multicheck-tax p {
  margin-bottom: 10px;
}
.form-builder-input.input-checkbox label,
.form-builder-input.input-multicheck-tax label,
.career_options .custom-checkbox,
.career_options .custom-radio,
.filter .custom-checkbox {
  float: none;
  margin-top: 0;
  width: auto;
  display: inline-block;
  *display: inline;
  margin-right: 20px;
}

/* Custom Input File
------------------------------------------------------------------- */
.form-builder-input .input-file-block,
.career_options .input-file-block {
  position: relative;
  background: #fff;
  border-width: 1px;
  border-style: solid;
  padding: 4px;
  overflow: hidden;
}
.form-builder-input .input-file-block input,
.career_options .input-file-block input {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
}
.form-builder-input.input-upload .btn,
.form-builder-input .input-file-block .btn,
.career_options .input-file-block .btn {
  background: #e6e6e6;
  color: #9f9f9f;
  padding: 4px 18px;
  -webkit-border-radius: 5px; 
  -moz-border-radius: 5px; 
  border-radius: 5px; 
  font-size: 13px;
  float: left;
}
.form-builder-input .input-file-block .input-file-value,
.career_options .input-file-block .input-file-value {
  float: left;
  line-height: 27px;
  margin-left: 10px;
}
.form-builder-input.input-upload label {
  margin-top: 0;
}

.input-upload .image-preview {
  clear: both;
  padding-top: 10px;
  max-width: 200px;
  clear: both;
  position: relative;
}
.input-upload .image-preview img {
  padding: 5px;
  background: #fff;
  border: 1px solid #bdd7e6;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.input-upload .image-preview .delete {
  position: absolute;
  background: #ccc;
  color: #000;
  min-width: 1em;
  text-align: center;
  line-height: 1em;
  padding: 0.2em;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  top: 20px;
  right: 15px;
}

.form-builder-input .alert-box,
.form-builder-input div.error-invalid,
.career_options .alert-box {
  clear: both;
  padding: 4px 10px;
  font-size: 13px;
  max-width: 65%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* Input Maps
------------------------------------------------------------------- */
.input-map .input-location {
  position: relative;
  margin-bottom: 20px;
}
.input-map .input-location input[type="text"] {
  width: 100%;
  float: none;
  padding-right: 200px;
}
.input-map .input-location .find-location {
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  font-size: 10px;
  line-height: 21px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* Input Date
------------------------------------------------------------------- */
.colabs-datepicker {
  padding: 5px;
  background: #fff;
  border: 1px solid #ccc;
}
.colabs-datepicker thead:first-child tr:first-child > th:first-child, 
.colabs-datepicker tbody:first-child tr:first-child > td:first-child {
  border-radius: 0;
}
.colabs-datepicker table.ui-datepicker-calendar {
  margin-bottom: 0;
  border-bottom: 0;
  background: none;
}
.colabs-datepicker .ui-datepicker-title {
  text-align: center;
  font-weight: bold;
  color: #333;
  padding: 5px 0 10px
}
.colabs-datepicker .ui-datepicker-header {
  position: relative;
}
.colabs-datepicker .ui-datepicker-prev,
.colabs-datepicker .ui-datepicker-next {
  position: absolute;
  font-size: 33px;
  font-family: serif;
  padding: 0 4px;
  top: 2px;
  cursor: pointer;
}
.colabs-datepicker .ui-datepicker-prev:hover,
.colabs-datepicker .ui-datepicker-next:hover {
  text-decoration: none;
}
.colabs-datepicker .ui-datepicker-prev {
  left: 0;
}
.colabs-datepicker .ui-datepicker-next {
  right: 0;
}
.colabs-datepicker table td {
  padding: 1px;
}
.colabs-datepicker td a {
  display: block;
  width: 26px;
  background: #eee;
  padding: 5px;
  font-weight: bold;
  color: #555
}
.colabs-datepicker td .ui-state-hover,
.colabs-datepicker td .ui-state-active {
  background: #ccc;
  text-decoration: none;
}


/* Custom Form Fields
------------------------------------------------------------------- */
#job-form-custom-fields {
  display: none;
  margin-bottom: 15px;
  background: #eee;
  padding: 10px;
}

/* WP Editor
------------------------------------------------------------------- */
.form-builder-input .wp-editor-tools {
  width: 100%;
}
.form-builder-input.input-textarea label {
  display: none;
}
.form-builder-input .wp-editor-container > .mce-panel,
.form-builder-input .wp-editor-container > .quicktags-toolbar,
.form-builder-input .wp-editor-container > textarea {
  border: 1px solid #dedede
}
.form-builder-input .wp-editor-container > textarea {
  border-top: 0;
}
.form-builder-input .mce-edit-area {
  /*border-right: 1px solid #dedede !important*/
}

/* Form Builder Responsive
------------------------------------------------------------------- */
@media (max-width: 940px) {
  .form-builder-input {
    margin-bottom: 10px;
  }
  .form-builder-input label {
    float: none;
    width: 100%;
    line-height: 24px;
  }
  .form-builder-input input[type="text"], 
  .form-builder-input input[type="email"], 
  .form-builder-input input[type="password"], 
  .form-builder-input input[type="file"], 
  .form-builder-input .input-file-block,
  .form-builder-input .dk-select,
  .career_options textarea,
  .form-builder-input textarea {
    width: 100%;
  }
}


/* ===================================================================
  404 PAGE
=================================================================== */
.content-404 {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.content-404 .entry-title,
.content-404 p {
  text-align: center;
}
.content-404 .advanced-search {
  margin-top: 40px;
}
.content-404 .advanced-search .form-left-part {
  margin-right: 0;
  padding: 0;
  background: none;
  border: 0;
}
.content-404 .advanced-search .form-submit-block {
  position: static;
  margin-top: 20px;
  border: 0;
  width: 100%;
  display: block;
  background: #36A9E8;
  color: #fff;
  height: 40px;
}

/* ===================================================================
  CONTENT TYPOGRAPHY
=================================================================== */
.entry-content {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  color: #202632
}
.entry-content {
  font-size: 14px;
  line-height: 22px;
}
.entry-content li {
  line-height: 20px;
}


/* ===================================================================
  BLOG POSTS
=================================================================== */
.main-content {
  margin-bottom: 30px;
}
.page-template-template-blog-php .main-content,
.single .main-content {
  /*width: 100%*/
}
.post-list .entry-post {
  margin-bottom: 30px;
}

.entry-post .entry-media {
  margin-bottom: 30px;
  background: #f8f8f8;
}
.entry-post .entry-media img {
  display: block;
  margin: 0 auto;
}
.fit-vids-style {
  display: none;
}

.entry-post-date {
  color: #202833;
  text-transform: uppercase;
  margin-bottom: 5px;
  letter-spacing: 0.1em;
  font-weight: bold;
}

/* Post Category
------------------------------------------------------------------- */
.entry-post .entry-post-category {
  float: left;
  width: 170px;
  margin-right: 20px;
  position: relative;
  padding-left: 20px;
  margin-top: 5px;
}
.entry-post .entry-post-category:before {
  content: '';
  width: 10px;
  height: 2px;
  background: #d1d1d1;
  position: absolute;
  left: 0;
  top: 7px;
}
.entry-post .entry-post-category a {
  color: #909090;
  border-bottom: 1px solid transparent;
}
.entry-post .entry-post-category a:hover,
.entry-post-content .entry-title a:hover,
.entry-post .entry-post-author a:hover {
  color: #33abea;
  text-decoration: none;
  border-bottom: 1px solid;
}

/* Post Content
------------------------------------------------------------------- */
.no-post-image .entry-post-content {
  position: relative;
  top: -25px;
}
.entry-post .entry-post-content {
  overflow: hidden;
}
.entry-post .entry-title {
  margin: 0 0 5px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.entry-post .entry-title,
.entry-post .entry-title a,
.entry-post .entry-post-author,
.entry-post .entry-post-author a {
  color: #202833;
}
.entry-post .entry-title a,
.entry-post .entry-post-author a {
  border-bottom: 1px solid transparent;
}
.entry-post .entry-post-author {
  font-size: 16px;
}
.entry-post-share {
  margin: 30px 0;
}
.entry-post-share h5 {
  color: #202632;
  font-size: 13px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-right: 10px;
  margin-top: 0;
  line-height: 20px;
}
.entry-post-share h5,
.entry-post-share .social-share {
  float: left;
}

.social-share {
  overflow: hidden;
}
.social-share > div {
  float: left;
  height: 20px;
  margin: 0 15px 10px 0;
}
.social-share .colabs-fblike,
.social-share .colabs-sc-twitter {
  width: 80px;
}
.social-share .shortcode-google-plusone {
  width: 60px;
}


/* Infinite Pagination
------------------------------------------------------------------- */
.infinite-pagination {
  text-align: center;
}
.infinite-pagination .load-more {
  padding: 8px 60px;
  font-size: 15px;
}
.infinite-spinner {
  color: #999;
  clear: both;
  margin: 40px auto 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 4px solid #999;
  padding: 4px;
  direction: ltr;
  display: block;
  text-indent: -99999px;
}
.infinite-spinner > div {
  width: 34px !important;
  margin: 0 auto
}
.btn.destroyed {
  cursor: default
}

.infinite-pagination.destroyed {
  position: relative;
}
.infinite-pagination.destroyed:before {
  content: '';
  height: 1px;
  background: #ccc;
  left: 30%;
  right: 30%;
  top: 50%;
  margin-top: -1px;
  position: absolute;
}
.infinite-pagination.destroyed .load-more {
  background: #fff;
  color: #999;
  position: relative;
}

/* Link Pagination
------------------------------------------------------------------- */
.pagination{
  clear:both;
  /*text-align:center*/
}
.pagination a, .pagination span {
  margin: 0 5px;
  padding: 5px 14px;
  font-weight: bold;
  display: inline-block;
  margin-top: 40px;
  color: #FFF;
  background: #36A9E8;
  -webkit-font-smoothing: antialiased;
}
.pagination a:hover{
  text-decoration:none;
  background-color:#15559C;
  color:#fff;
}
.pagination .current{
  background-color: #15559C;
  text-decoration:none;
  color:#fff;
}


/* ===================================================================
  COMMENTS
=================================================================== */

.comment-header{
  overflow:hidden;
  margin-bottom:30px;
}
.comment-header-title {
  color: #202632;
  font-weight: bold;
  font-size: 25px;
  line-height: 1.5;
  text-transform: uppercase;
}
.comment-header-tagline {
  font-size: 12px;
}
.comment-navigation {
  margin: 20px 0;
}

/* Comment List
------------------------------------------------------------------- */
.commentlist {
  list-style:none;
  margin-left:0;
}
.commentlist .comment-body {
  color: #000;
  border-bottom: 1px solid #F1F1F1;
  margin-bottom: 20px;
}
.commentlist .comment-avatar {
  float: left;
  overflow: hidden;
  margin-right: 20px;
  margin-bottom: 20px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}
.comment-author-wrap {
  overflow: hidden;
}
.commentlist .comment-content {
  clear: both
}
.commentlist .comment-author,
.commentlist .comment-author a {
  color: #202632;
  font-weight: bold;
}
.commentlist .comment-meta,
.commentlist .comment-meta a {
  color: #9da2a8
}

/* Comment Form
------------------------------------------------------------------- */
.comment-respond {
  background: #f4f4f4;
  padding: 30px;
}
.comment-respond .comment-reply-title,
.comment-respond label {
  color: #242424
}
.comment-respond .comment-reply-title {
  font-size: 13px;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.comment-respond input[type="text"],
.comment-respond textarea {
  background: none;
  border: 0;
  margin: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.comment-respond input[type="text"] {
  height: 35px;
  border-bottom: 1px solid #d1d1d1;
}
.comment-respond textarea {
  background: #fff;
}
.comment-form-comment label {
  display: none;
}


.comment-respond textarea:focus,
.comment-respond input[type="text"]:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.comment-respond input[type="text"]::-webkit-input-placeholder {
  text-transform: uppercase;
  font-size: 10px;
  color: #242424;
  font-weight: bold;
}
.comment-respond input[type="submit"] {
  background: #14529B;
}



/* ===================================================================
  JOB LISTER DASHBOARD PAGE
=================================================================== */
.page-title-section .dashboard-title {
  text-transform: none;
  text-align: left;
  letter-spacing: 0;
  margin: 0;
  font-family: sans-serif;
}
.page-title-section .dashboard-entry-subtitle {
  text-align: left;
  font-weight: normal;
}

/* User Information
------------------------------------------------------------------- */
.user-information {
  color: #202632;
  margin: 30px 0;
}
.user-information:before,
.user-information:after,
.entry-post-share:before {
  content: '';
  height: 1px;
  display: block;
  -webkit-background-size: 20px 1px;
          background-size: 20px 1px;
  background-image: -webkit-linear-gradient(left, #E3E3E5 70%, #fff 30%);
  background-image:    -moz-linear-gradient(left, #E3E3E5 70%, #fff 30%);
  background-image:     -ms-linear-gradient(left, #E3E3E5 70%, #fff 30%);
  background-image:      -o-linear-gradient(left, #E3E3E5 70%, #fff 30%);
  background-image:         linear-gradient(left, #E3E3E5 70%, #fff 30%);
}
.user-information:before,
.entry-post-share:before {
  margin-bottom: 20px;
}
.user-information:after {
  margin-top: 20px;
}


/* ===================================================================
  JOB SEEKER DASHBOARD
=================================================================== */
.bordered-title {
  margin-top: 0;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 2px solid #DBDCE0;
}

.dashboard-inner-block {
  margin-bottom: 40px;
  color: #202632
}
.dashboard-inner-block h4 {
  margin-top: 0;
}

/* Recently Viewed Jobs
------------------------------------------------------------------- */
.recently-viewed-jobs .job-date {
  margin-top: 0;
  font-size: 13px;
  color: #AFB2BB
}
.recently-viewed-jobs .jobs-list {
  border-top: 2px solid #E6E6E6;
}

/* Resumes List
------------------------------------------------------------------- */
.dashed-table {
  border-right: 0;
  border-style: dashed;
  border-color: #CFCFCF;
  margin-bottom: 30px;
}
.dashed-table th,
.dashed-table td {
  border: 0;
  font-size: 12px;
}
.dashed-table th {
  color: #222632;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 2px solid #485369;
}
.dashed-table td {
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px dashed #cfcfcf;
}
.dashed-table tr:first-child td {
  border-top: 0;
}
@media (max-width: 480px) {
  .dashed-table,
  .dashed-table tr,
  .dashed-table td,
  .dashed-table tbody {
    display: block;
  }
  .dashed-table tr {
    margin-bottom: 20px;
    padding-top: 20px;
    border-top: 1px dashed #cfcfcf;
  }
  .dashed-table tr:first-child {
    border-top: 0;
  }
  .dashed-table td {
    padding: 0 0 0 10px;
    border: 0;
  }
  .dashed-table td:before {
    color: #485369;
    content: attr(data-title);
    font-weight: bold;
    display: block;
    margin-left: -10px;
    margin-right: 10px;
  }
  .dashed-table thead {
    display: none;
  }
}


/* Responsive
------------------------------------------------------------------- */
@media (max-width: 320px) {
  .job-seeker-dashboard .block-tab-nav li {
    margin: 0;
    width: 33.3%;
    text-align: center;
  }
  .job-seeker-dashboard .block-tab-nav span {
    padding-left: 10px;
    padding-right: 10px;
  }
}


/* ===================================================================
  RESUME ARCHIVES
=================================================================== */

/* Resume Filter
------------------------------------------------------------------- */
.form-filter {
  margin-bottom: 40px;
}
.form-filter h3,
.form-filter .input-select {
  float: left;
  margin-left: 3.9%;
}
.form-filter h3 {
  margin: 0;
  width: 10%;
  color: #202632;
}
.form-filter .input-select {
  width: 26.09%
}

/* Resume List
------------------------------------------------------------------- */
.resume-item:after,
.resume-item:before {
  content: '';
  display: table;
}
.resume-item:after {
  clear: both;
}
.resume-item {
  zoom: 1;
  font-size: 13px;
  color: #202632;
  padding-bottom: 20px;
  padding-top: 20px;
  border-top: 1px solid #E8E8E8;
  -webkit-font-smoothing: antialiased;
}
.resume-item:first-child {
  border-top: 0;
  padding-top: 0;
}
.resume-item p {
  margin-bottom: 0;
}
.resume-item .resume-title,
.resume-item .resume-location,
.resume-item .resume-date {
  float: left;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.resume-item .resume-title {
  width: 60%;
}
.resume-item .resume-location,
.resume-item .resume-date {
  width: 20%
}
.resume-item .resume-date {
  text-align: right;
}

.resume-item h3,
.resume-item h4 {
  margin: 0;
}
.resume-item h3 a,
.resume-title .resume-author {
  color: #202632
}
.resume-item h3 {
  font-size: 15px;
}
.resume-item h4,
.resume-item .resume-date {
  font-size: 14px;
}
.resume-date,
.resume-item .resume-title a {
  font-weight: bold;
}

/* Resume List Responsive
------------------------------------------------------------------- */
@media (max-width: 767px) {
  .resume-item:first-child {
    padding-top: 10px;
  }
  .resume-item .resume-title, 
  .resume-item .resume-location, 
  .resume-item .resume-date {
    float: none;
    padding-right: 0;
    width: 100%;
    text-align: left;
    margin-bottom: 10px;
  }
}

@media (max-width: 480px) {
  .form-filter h3, 
  .form-filter .input-select {
    float: none;
    width: auto;
    margin: 0 0 5px 0;
  }
}


/* ===================================================================
  SINGLE RESUME
=================================================================== */

.single-resume .block-inner,
.resume-header .resume-meta a {
  color: #202632;
}
.resume-header .resume-meta .btn {
  color: #fff;
  margin-top: 5px;
}
.resume-website-list {
  padding: 10px;
  background: #eee;
  margin: 10px 0;
}

/* Resume Header
------------------------------------------------------------------- */
.resume-header .resume-title {
  font-size: 23px;
  margin-top: 0;
}
.resume-header .resume-meta {
  margin-bottom: 40px;
}
.resume-header .resume-meta li {
  line-height: 24px;
}
.resume-user-image {
  float: right;
  width: 100px;
  margin-top: 20px;
  overflow: hidden;
  -webkit-border-radius: 100px;
     -moz-border-radius: 100px;
          border-radius: 100px;
}

/* Resume Section
------------------------------------------------------------------- */
.resume-header,
.resume-section {
  margin-bottom: 30px;
  border-bottom: 3px solid #E6E6E6;
}
.resume-section {
  padding-bottom: 10px;
}
.resume-section-heading {
  font-size: 18px;
}

.resume-section-summary li h4 {
  font-size: 14px;
  margin-bottom: 5px;
}
.resume-section-summary li h5 {
  color: #9f9f9f;
  margin-top: 0;
  margin-bottom: 5px
}

/* Custom List Bullet
------------------------------------------------------------------- */
.resume-section-summary ul {
  list-style: none;
}
.resume-section-summary li {
  margin-bottom: 10px;
  position: relative;
}
.resume-section-summary li:before {
  content: "";
  width: 7px;
  height: 7px;
  left: -17px;
  top: 6px;
  background: #000;
  position: absolute;
  -webkit-border-radius: 7px;
     -moz-border-radius: 7px;
          border-radius: 7px;
}

/* Single Resume Responsive
------------------------------------------------------------------- */
@media (max-width: 480px) {
  .resume-user-image {
    float: none;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
  }
  .resume-header {
    text-align: center;
  }
}


/* ===================================================================
  FOOTER SECTION
=================================================================== */
.footer-section {
  padding-top: 40px;
  padding-bottom: 40px;
  background: #212733;
  color: #7B8093;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.footer-section a,
.footer-widget .social-links a {
  color: #7B8093;  
}
.footer-section a:hover,
.footer-widget .social-links a:hover {
  color: #36A9E8;
  text-decoration: none;
  border-bottom: 1px solid;
}

/* Footer Logo
------------------------------------------------------------------- */
.footer-logo {
  margin-bottom: 40px;
  text-transform: uppercase;
}
.footer-logo a {
  display: block;
}
.footer-logo h3 {
  color: #fff;
  font-size: 25px;
  letter-spacing: 0.1em;
}
.footer-logo h3,
.footer-logo .tagline {
  display: inline-block;
  *display: inline;
  margin: 0;
}
.footer-logo .tagline {
  color: #6D6D6F;
  font-size: 13px;
  margin-left: 10px;
  letter-spacing: 0.24em;
  font-weight: normal;
}
.footer-logo a:hover {
  border-bottom: 0;
  opacity: 0.8;
  filter: alpha(opacity=80);
}


/* ===================================================================
  WIDGETS
=================================================================== */
.widget {
  margin-bottom: 45px;
}
.widget-title {
  margin-top: 0;
}
.widget ul {
  list-style: none;
  margin-left: 0;
}
.widget ul ul {
  margin-left: 20px;
}
.widget select {
  width: 100%;
}
.widget-title:before {
  margin-right: 5px;
}

.footer-widget .widget:nth-child(3n+4),
.footer-widget .widget.alpha {
  clear: left;
  margin-left: 0;
}

/* Facebook Widget
------------------------------------------------------------------- */
.fb-iframe {
  width: 100%;
  background: #fff;
}

/* Search Widget
------------------------------------------------------------------- */
.widget_search .screen-reader-text {
  display: none;
}

/* Calendar Widget
------------------------------------------------------------------- */
.widget_calendar table,
.colabs-datepicker table {
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-right: 0;
  border-top: 1px solid #5C6679;
  background: #f0f0f0;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}
.widget_calendar th,
.widget_calendar td,
.colabs-datepicker th,
.colabs-datepicker td {
  text-align: center;
  border: 0;
}
.widget_calendar caption {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: bold;
  padding: 12px 10px;
}
.widget_calendar caption,
.widget_calendar thead th,
.widget_calendar tfoot td,
.widget_calendar .active,
.widget_calendar table tbody > tr:nth-child(odd) > td.active,
.colabs-datepicker thead th {
  background: #485369;
  /*background: #212733;*/
}
.widget_calendar thead th,
.colabs-datepicker thead th {
  border: 0;
  border-bottom: 1px solid #f0f0f0;
}
.widget_calendar table tbody > tr:nth-child(odd) > td, 
.widget_calendar table tbody > tr:nth-child(odd) > th,
.colabs-datepicker table tbody > tr:nth-child(odd) > td, 
.colabs-datepicker table tbody > tr:nth-child(odd) > th {
  background: none;
}
.widget_calendar .active a,
.widget_calendar tfoot a {
  color: #fff;
  font-weight: bold;
}
.widget_calendar tfoot a {
  text-transform: uppercase;
}
.widget_calendar tbody td,
.colabs-datepicker tbody td {
  color: #485369
}

/* Nav Menu Widget
------------------------------------------------------------------- */
.widget_nav_menu ul:after,
.widget_nav_menu ul:before {
  content: '';
  display: table;
}
.widget_nav_menu ul:after {
  clear: both;
}
.widget_nav_menu ul {
  zoom: 1;
}
.widget_nav_menu li {
  width: 50%;
  float: left;
  padding-right: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 320px) {
  .widget_nav_menu li {
    width: 100%;
    float: none;
  }
}

/* MailChimp Widget
------------------------------------------------------------------- */
.widget_colabs_mailchimp form,
.widget_search form {
  position: relative;
}
.widget_colabs_mailchimp input[type="text"],
.widget_search input[type="text"] {
  width: 100%;
  margin: 0;
  padding-right: 80px;
}
.widget_colabs_mailchimp input[name="colabs_widget_mailchimp_first_name"],
.widget_colabs_mailchimp input[name="colabs_widget_mailchimp_last_name"] {
  padding-right: 6px;
  margin-bottom: 10px;
  width: 48%;
}
.widget_colabs_mailchimp input[name="colabs_widget_mailchimp_first_name"] {
  float: left;
}
.widget_colabs_mailchimp input[name="colabs_widget_mailchimp_last_name"] {
  float: right;
}
.widget_colabs_mailchimp input[type="submit"],
.widget_search input[type="submit"] {
  height: 34px;
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0;
}
.widget_search input::-webkit-input-placeholder,
.widget_colabs_mailchimp input::-webkit-input-placeholder {
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.mailchimp-ajax-loader {
  height: 24px;
}
.alert-box,
div.error-invalid {
  color: #4F8B56;
  margin-bottom: 10px;
  padding: 10px;
  position: relative;
  background: #E4F5E6;
  line-height: 18px;
  border: 3px solid #c5e1c8;
}
.alert-box.errors,
div.error-invalid {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

/* Post List Widget
------------------------------------------------------------------- */
.post-list-widget,
.widget_recent_comments ul,
.widget_rss ul,
.widget-apply-job .company-details {
  background: #f8f8f8;
}
.post-list-widget li,
.widget_recent_comments li,
.widget_rss li {
  line-height: 20px; 
}
.post-list-widget a,
.widget_recent_comments li,
.widget_rss li {
  color: #909090;
  display: block;
  padding: 23px 0;
  margin: 0 23px;
  border-top: 1px solid #ededed;
}
.post-list-widget li:first-child a,
.widget_recent_comments li:first-child,
.widget_rss li:first-child {
  border-top: 0;
}
.post-list-widget a {
  text-decoration: none;
  overflow: hidden;
}
.post-list-widget .post-image {
  float: left;
  width: 32px;
  margin-right: 20px;
}
.post-list-widget .post-info {
  overflow: hidden;
}
.post-list-widget p:last-child {
  margin-bottom: 0;
}
.post-list-widget .post-name {
  color: #485369;
  margin: 0;
  font-size: 14px;
}
.post-list-widget a:hover {
  border-bottom-color: transparent;
}

/* Widget Tabs
------------------------------------------------------------------- */
.widget_colabs_tabs .tabs-wrapper {
  background: #f8f8f8;
}
.colabsTabs {
  margin-bottom: 0;
  padding-bottom: 13px;
  *zoom: 1;
}
.colabsTabs {
  background: #fff;
  padding-top: 13px;
  border-bottom: 1px solid #e0e0e0;
}
.colabsTabs:before, .colabsTabs:after {
  display: table;
  content: "";
}
.colabsTabs:after {
  clear: both;
}
.colabsTabs li {
  float: left;
  width: 20%;
  border-bottom:0
}
.colabsTabs a {
  display: block;
  line-height: 31px;
  width: 31px;
  height: 31px;
  text-align: center;
  border: 1px solid transparent;
  position: relative;
  margin: 0 auto;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  text-decoration: none;
  color: #212121;
}
.colabsTabs i {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
}
.colabsTabs a:hover, .colabsTabs .selected  a{
  border-color: #dcdbd8;
  background: #eaedee;
}
.colabsTabs a:hover i, .colabsTabs .selected i {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.colabsTabs a:before,
.colabsTabs a:after {
  left: 50%;
  display: none;
  content: '';
  bottom: -15px;
  margin-left: -8px;
  position: absolute;
  border: 8px solid transparent;
}
.colabsTabs a:before {
  z-index: 20;
  border-bottom-color: #f8f8f8;
}
.colabsTabs a:after {
  z-index: 10;
  margin-bottom: 1px;
  border-bottom-color: #e0e0e0;
}
.colabsTabs .selected a:before, 
.colabsTabs .selected a:after {
  display: block;
}

.widget_colabs_tabs .tabs-content {
  background: #fff;
  padding: 15px;
}
.widget_colabs_tabs .widget-post-list li {
  padding: 12px 2px;
}
.widget_colabs_tabs .post-list-title {
  font-weight: bold;
}
.footer-widget .widget_colabs_tabs a {
  border-bottom: 0;
}
.widget_colabs_tabs .post-list-thumb {
  float: left;
  width: 45px;
  margin-right: 10px;
}
.widget_colabs_tabs .post-list-content {
  overflow: hidden;
}
.widget_colabs_tabs .tagcloud {
  padding: 23px;
  line-height: 23px;
}
.widget_colabs_tabs .tagcloud a {
  display: inline;
  border: 0;
  padding: 0;
  margin: 0;
}

/* Flickr Widget
------------------------------------------------------------------- */
.widget_colabs_flickr li {
  display: inline-block;
  *display: inline;
}
.widget_colabs_flickr a {
  display: block;
  padding: 5px;
}
.footer-widget .widget_colabs_flickr a {
  border-bottom: 0;
}

/* Twitter Widget
------------------------------------------------------------------- */
.user-twitter-card {
  background: #15559C;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 10px;
  overflow: hidden;
}
.user-twitter-card img {
  float: left;
  margin-right: 10px;
  border: 5px solid #fff;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}
.user-twitter-card-name {
  overflow: hidden;
  margin-top: 11px;
}
.user-twitter-card-name a,
.user-twitter-card-name a:hover {
  color: #fff;
}
.user-twitter-card-name .name {
  font-weight: bold;
  display: block;
  text-transform: uppercase;
}
.user-twitter-card-data {
  overflow: hidden;
  position: relative;
  margin: 0;
}
.user-twitter-card-data li {
  float: left;
  width: 33.3%;
  text-align: center;
  line-height: 18px;
  padding: 10px 0;
}
.user-twitter-card-data strong {
  display: block;
  font-size: 16px;
}
.user-twitter-card-data {
  background: #333;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.user-twitter-card-data span {
  font-size: 12px;
}
.user-tweet-list {
  max-height: 200px;
  overflow: auto;
  background: #f8f8f8;
  border: 1px solid #e0e0e0;
  border-top: 0;
}
.user-tweet-list ul {
  margin: 0;
}
.user-tweet-list li {
  padding: 10px;
  border-top: 1px solid #e0e0e0;
  line-height: 18px;
  color: #333;
  -webkit-font-smothing: antialiased;
}
.user-tweet-list li:first-child {
  border-top: 0;
}
.user-tweet-list li a {
  color: #333;
  font-weight: bold;
  border-bottom: 1px solid transparent;
}
.user-tweet-list li a:hover {
  color: #eb263d;
  border-bottom: 1px solid;
}
.user-tweet-list li p {
  margin-bottom: 10px;
}
.user-tweet-list .twitter-source {
  font-size: 11px;
}

/* Featured Company Widget
------------------------------------------------------------------- */
.widget_colabs_featured_company li:hover {
  background: #485369;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.widget_colabs_featured_company li:hover a {
  border-top-color: transparent;
}
.widget_colabs_featured_company li:hover .company-name {
  color: #fff;
}
.widget_colabs_featured_company .company-name {
  margin-bottom: 5px;
}
.widget_colabs_featured_company .company-image {
  width: 50px;
}

/* Post Widget
------------------------------------------------------------------- */
.widget_colabs_post .widget-title a {
  font-size: 10px;
  float: right;
  padding: 0;
  letter-spacing: 0
}
.widget_colabs_post .post-list-widget {
  border: 1px solid #f8f8f8;
}
.widget_colabs_post .post-name {
  display: inline
}
.widget_colabs_post a {
  margin: 0;
  padding-left: 23px;
  padding-right: 23px;
}
.widget_colabs_post a:hover {
  background: #fff;
}
.widget_colabs_post a:hover .post-name {
  color: #33abea;
  border-bottom: 1px solid;
}

/* Widget Recent Comments
------------------------------------------------------------------- */
.widget_recent_comments ul {
  padding-top: 10px;
  padding-bottom: 10px;
}
.widget_recent_comments li {
  padding-top: 10px;
  padding-bottom: 10px;
}

/* Widget RSS
------------------------------------------------------------------- */
.widget_rss li .rsswidget {
  display: block;
}
.widget_rss .rss-date {
  display: block;
  font-size: 11px;
  margin-bottom: 10px;
}
.widget_rss cite {
  font-style: italic;
}

/* Ads Widget
------------------------------------------------------------------- */
.widget_colabs_adwidget .adspace-widget {
  background: #f0f0f0;
  padding: 25px 32px;
}
.widget_colabs_adwidget .adspace-widget a,
.widget_colabs_adwidget .adspace-widget img {
  display: block;
}
.widget_colabs_adwidget .adspace-widget img {
  margin-left: auto;
  margin-right: auto;
}

/* Widget Social
------------------------------------------------------------------- */
.social-links a {
  min-width: 1em;
  line-height: 1em;
  padding: .5em;
  font-size: 15px;
  display: inline-block;
  *display: inline;
  color: #999
}
.social-links a:first-child {
  padding-left: 0;
}
.social-links a:hover {
  border-bottom: 0;
  color: #ccc;
  text-decoration: none;
}
.footer-widget .social-links a:hover {
  border-bottom: 0;
}

/* All Widget on Footer
------------------------------------------------------------------- */
.footer-widget .post-list-widget, 
.footer-widget .widget_recent_comments ul, 
.footer-widget .widget_rss ul {
  background: none;
}
.footer-widget .post-list-widget a, 
.footer-widget .widget_recent_comments li, 
.footer-widget .widget_rss li {
  border-color: #485369;
  margin-left: 0;
  margin-right: 0;
}
.footer-widget .post-list-widget a {
  padding: 10px;
}
.footer-widget .post-list-widget a:hover {
  border-bottom: 0;
  background: none;
}
.footer-widget .widget_colabs_post .post-list-widget {
  border: 0
}
.footer-widget .widget_colabs_adwidget .adspace-widget {
  padding: 0;
  background: none;
}
.footer-widget .widget_colabs_adwidget .adspace-widget img {
  margin: 0;
}

/* Widget Job Packs
------------------------------------------------------------------- */
.widget_job-packs .cost {
  background: #ddd;
  color: #555;
  padding: 6px 8px;
  text-align: center;
  float: right;
  margin: 6px 0 0 4px;
  font-size: 11px;
  line-height: 1;
}
.widget_job-packs p {
  font-size: 11px;
  margin: 0;
}
.widget_job-packs p strong {
  font-size: 13px;
  color: #485369
}
.widget_job-packs li {
  padding: 8px 0;
  line-height: 18px;
  border-top: 1px solid #eee;
}
.widget_job-packs li:first-child {
  border-top: 0;
}
.widget_job-packs li .btn {
  padding-top: 8px;
  padding-bottom: 8px;
}


/* ===================================================================
  JOB SIDEBAR
=================================================================== */
.sidebar.sidebar-job .widget-title,
.sidebar.sidebar-dashboard .widget-title,
.sidebar.sidebar-submit-job .widget-title {
  text-transform: none;
  letter-spacing: 0;
  font-size: 18px;
  margin-bottom: 15px;
  color: #202632
}

.sidebar.sidebar-submit-job .widget {
  border-bottom: 1px solid #f1f1f1;
  font-size: 14px;
  line-height: 22px;
}

/* Widget Apply Job
------------------------------------------------------------------- */
.widget-apply-job .company-info,
.widget-apply-job .company-details-header {
  padding: 15px 23px;
}
.widget-apply-job .company-details {
  margin-bottom: 23px;
}
.widget-apply-job .company-details-header {
  background: #ddd;
  overflow: hidden;
}
.widget-apply-job .company-image {
  float: left;
  width: 70px;
  margin-right: 20px;
}
.widget-apply-job .company-info {
  overflow: hidden;
}
.widget-apply-job .company-name {
  margin-top: 0;
  margin-bottom: 5px;
}
.widget-apply-job .company-name,
.widget-apply-job .company-location {
  color: #485369
}
.widget-apply-job .company-meta {
  margin-bottom: 0;
}
.widget-apply-job .company-meta li {
  padding: 7px 0 7px 40px;
  border-top: 1px solid #ededed;
  position: relative;
}
.widget-apply-job .company-meta li:first-child {
  border-top: 0;
}
.widget-apply-job .company-meta li:before {
  width: 20px;
  top: 12px;
  left: 0;
  font-size: 15px;
  position: absolute;
}
.widget-apply-job .company-meta,
.widget-apply-job .company-meta a {
  color: #9F9F9F
}
.widget-apply-job .btn-apply,
.widget-user-profile .btn-submit-job {
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 13px;
}

/* Widget Job Details
------------------------------------------------------------------- */
.bordered-list li {
  padding: 7px 0 7px;
  border-bottom: 1px solid #ededed;
}
.bordered-list li:first-child {
  border-top: 1px solid #ededed;  
}
.bordered-list strong {
  color: #485369
}
.bordered-list ul li,
.bordered-list ul li:first-child {
  border: 0;
  padding: 0;
}
.job-extra-details {
  text-align: right;
  margin-top: 30px;
}
.job-extra-details .job-extra-links li {
  float: right;
  margin-right: 0;
  margin-left: 15px;
}
.job-extra-details .job-expiration {
  color: #485369;
  font-weight: bold;
  font-size: 10px;
  text-transform: uppercase;
}

/* Widget User Submitted Jobs
------------------------------------------------------------------- */
.submitted-jobs-wrapper {
  background: #f8f8f8;
  padding: 20px;
}
.submitted-jobs-wrapper h4 {
  color: #202632;
  margin-top: 0;
}

@media (max-width: 480px) {
  .widget-submitted-jobs .block-tab-nav li {
    width: 33.3%;
    margin: 0;
  }
  .widget-submitted-jobs .block-tab-nav a {
    padding-left: 10px;
    padding-right: 10px;
  }
}


/* Widget User Profile
------------------------------------------------------------------- */
.widget-user-profile .user-data {
  margin-bottom: 40px;
}
.widget-user-profile .user-quick-links {
  margin-top: 15px;
}
.job-extra-links li,
.widget-user-profile .user-quick-links li {
  float: left;
  margin-right: 15px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bold;
}
.job-extra-links li,
.job-extra-links a,
.widget-user-profile .user-quick-links li,
.widget-user-profile .user-quick-links a {
  color: #c2c2c2;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
}
.job-extra-links li:before,
.widget-user-profile .user-quick-links li:before {
  margin-right: 5px;
  font-size: 15px;
  position: relative;
  top: 2px;
}


/* Widget Job Tag Cloud
------------------------------------------------------------------- */
.widget_job_tag_cloud .btn,
.widget_resume_tag_cloud .btn {
  display: inline-block;
  *display: inline;
  margin-right: 10px;
  position: relative;
  padding-right: 25px;
  margin-bottom: 10px;
}
.widget_job_tag_cloud .btn span,
.widget_resume_tag_cloud .btn span {
  background: #90BCD5;
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  width: 20px;
  line-height: 20px;
  text-align: center;
}

/* Widget Job Categories
------------------------------------------------------------------- */
.widget-list-dropdown {
  border-bottom: 1px solid #eee;
}
.widget-list-dropdown li {
  border-top: 1px solid #eee;
  position: relative;
}
.widget-list-dropdown a {
  padding: 10px 30px;
  display: block;
  font-weight: bold;
  color: #555;
  -webkit-font-smoothing: antialiased;
}
.widget-list-dropdown .count {
  position: absolute;
  right: 10px;
  top: 10px;
}
.widget .widget-list-dropdown ul {
  margin-left: 0;
  border-bottom: 0;
}
.widget-list-dropdown ul a {
  padding-left: 50px;
}
.widget-list-dropdown ul ul a {
  padding-left: 70px;
}
.widget-list-dropdown ul ul ul a {
  padding-left: 90px;
}
.widget-list-dropdown .arrow {
  position: absolute;
  top: 10px;
  left: 0;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.widget-list-dropdown .arrow:before {
  content: '';
  border: 5px solid transparent;
  border-top-color: #555;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -5px 0 0 -5px;
}
.widget-list-dropdown .arrow.closed:before {
  border-top-color: transparent;
  border-left-color: #555;
  margin-top: -7px;
  margin-left: -3px;
}
.widget-list-dropdown ul .arrow {
  left: 30px;
}
.widget-list-dropdown ul ul .arrow {
  left: 50px;
}
.widget-list-dropdown ul ul ul .arrow {
  left: 70px;
}

.footer-widget .widget-list-dropdown,
.footer-widget .widget-list-dropdown li {
  border-color: #485369
}
.footer-widget .widget-list-dropdown a {
  color: #7B8093;
  border-bottom: 0;
}


/* ===================================================================
  MODULE
=================================================================== */
.half-col {
  width: 50%;
  float: left;
}

.block-wrapper {
  margin-bottom: 50px;
}
.block-title,
.sidebar .widget-title {
  margin-top: 0;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #485369;
}
.home .sidebar .widget-title,
.find-job-post-section .block-title {
  font-family: 'loveloblack', sans-serif;
  -webkit-font-smoothing: antialiased;
}
.block-header:after,
.block-header:before {
  content: '';
  display: table;
}
.block-header:after {
  clear: both;
}
.block-header {
  zoom: 1;
  border-bottom: 2px solid #485369;
}
.block-header .block-title {
  margin-bottom: 0;
  float: left;
  margin-bottom: 11px;
}
.block-title:before {
  font-size: 16px;
  margin-right: 10px;
}

/* Custom Checkbox
------------------------------------------------------------------- */
.custom-checkbox input,
.custom-radio input {
  display: none;
}
.custom-checkbox .checkbox-button,
.custom-radio .radio-button {
  width: 9px;
  height: 9px;
  border: 1px solid #bcd8e4;
  display: inline-block;
  *display: inline;
  position: relative;
  top: 1px;
  margin-right: 2px;
  background: #fff;
}
.custom-checkbox .checkbox-button:before {
  display: none;
}
.custom-checkbox.checked .checkbox-button:before {
  display: block;
  position: absolute;
  top: -1px;
  font-size: 11px;
}
.custom-checkbox.disabled .checkbox-button {
  opacity: 0.3;
  filter: alpha(opacity=30);
}

/* Custom Radio
------------------------------------------------------------------- */
.custom-radio .radio-button,
.custom-radio .radio-button:before {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.custom-radio .radio-button:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
  background: #bcd8e4;
  display: none;
}
.custom-radio.checked .radio-button:before {
  display: block;
}

/* Star Rating
------------------------------------------------------------------- */
.job-extra-links .rate {
  display: inline-block;
  *display: inline;
  vertical-align: top
}
.job-extra-links .star-rating {
  margin-left: 5px;
  display: inline-block;
  *display: inline;
  font-size: 14px;
  overflow: hidden;
}
.job-extra-links .star-rating i {
  cursor: pointer;
  float: left;
  padding-left: 1px;
  padding-right: 1px;
}
.job-extra-links .star-rating.loading,
.job-extra-links .star-rating.loading i {
  cursor: wait
}
.job-extra-links .star-rating.disabled {
  margin-left: 0;
}
.job-extra-links .star-rating.disabled i {
  cursor: default;
}
.job-extra-links .star-rating small {
  float: left;
  margin-left: 2px;
}


/* Mobile Menu Button
------------------------------------------------------------------- */
.btn-navbar-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  cursor: pointer;
  display: none;
  border-right: 1px solid rgba(255,255,255,.1);
}
.btn-navbar {
  top: 13px;
  left: -10px;
  display: block;
  position: relative;
  width: 100%;
  margin: 0;
  -webkit-transition: margin 600ms;
     -moz-transition: margin 600ms;
      -ms-transition: margin 600ms;
       -o-transition: margin 600ms;
          transition: margin 600ms;
}
.btn-navbar .bar {
  display: block;
  width: 38px;
  height: 2px;
  margin: 9px;
  border-right: 28px solid #fff;
  border-left: 6px solid #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition-property: -webkit-transform, margin, border-right-color, box-shadow, background, opacity;
  -moz-transition-property: -moz-transform, margin, border-right-color, box-shadow, background, opacity;
  transition-property: transform, margin, border-right-color, box-shadow, background, opacity;
  -webkit-transition-duration: 600ms;
  -moz-transition-duration: 600ms;
  transition-duration: 600ms;
}
.btn-navbar .bar:nth-child(2) {
  -webkit-transform: rotate(-180deg);
     -moz-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
       -o-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.mm-opening .btn-navbar {
  margin: -12px 0 0 0;
}
.mm-opening .btn-navbar .bar {
  background: #fff;
}
.mm-opening .btn-navbar .bar:nth-child(1) {
  opacity: 0;
  -webkit-transform: translateY(-10px);
     -moz-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
       -o-transform: translateY(-10px);
          transform: translateY(-10px);
}
.mm-opening .btn-navbar .bar:nth-child(2) {
  margin-left: 14px;
  -webkit-transform: rotate(-137deg) translateY(-15px);
  -moz-transform: rotate(-137deg) translateY(-15px);
  -ms-transform: rotate(-137deg) translateY(-15px);
  -o-transform: rotate(-137deg) translateY(-15px);
  transform: rotate(-137deg) translateY(-15px);
}
.mm-opening .btn-navbar .bar:nth-child(3) {
  margin-left: 5px;
  -webkit-transform: rotate(-42deg);
  -moz-transform: rotate(-42deg);
  -ms-transform: rotate(-42deg);
  -o-transform: rotate(-42deg);
  transform: rotate(-42deg);
}


/* ===================================================================
  BOOTSTRAP MODAL
=================================================================== */
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.modal .close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.modal .close:hover,
.modal .close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate3d(0, -25%, 0);
  transform: translate3d(0, -25%, 0);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

/* Bootstrap Modal Responsive
------------------------------------------------------------------- */
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}


/* ===================================================================
  RESPONSIVE - TABLE & MOBILE
=================================================================== */
@media (max-width: 979px) {

  /* Header
  ------------------------------------------------------------------- */
  .main-nav {
    display: none;
  }
  .header-section {
    background: #212733;
    text-align: center;
  }
  .logo {
    float: none;
    display: inline-block;
    padding-right: 75px;
    margin-left: 0 !important;
    padding-left: 75px !important;
  }
  .header-section .logo {
    background: none !important
  }
  .btn-navbar-wrapper {
    display: block;
  }
  .user-menu {
    top: 0;
    right: 0;
    position: absolute;
  }

  /* Search Section
  ------------------------------------------------------------------- */
  .search-section {
    display: none;
  }
  input[type="text"] {
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

}

/* WordPress Style
------------------------------------------------------------------- */
.alignleft,
img.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright,
img.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter,
img.aligncenter {
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  clear: both;
}
.alignnone,
img.alignnone {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
table th, table td {
  padding: 7px;
}
.wp-caption {
  margin-bottom: 1.5em;
  padding-top: 5px;
  max-width: 100%;
  padding: 10px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.wp-caption img {
  border: 0 none;
  padding: 0;
  margin: 0;
}
.wp-caption > a {
  display: block;
}
.wp-caption-text {
  line-height: 1.5;
  font-size: 11px;
  margin: 12px 0 0 0;
  color: #666;
  position: relative;
  font-family: sans-serif;
  text-align:center
}
.wp-smiley {
  margin: 0 !important;
  max-height: 1em;
}
.sticky,
.gallery-caption,
.bypostauthor {}

/* Alertbox
------------------------------------------------------------------- */
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
ul.alert {
  list-style: none;
  margin-left: 0;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert a {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success a {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info a {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning a {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger a {
  color: #843534;
}


/* ===================================================================
  CONTACT FORM
=================================================================== */
.contact-form textarea, 
.contact-form input[type="text"], 
.contact-form input[type="email"], 
.contact-form input[type="password"], 
.contact-form textarea {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 0;
}
#sendCopy {
  display: inline-block;
  float: left;
  margin-right: 10px;
  margin-top: 5px;
}
.contact-form label {
  font-weight: bold;
}
.contact-form .error {
  color: #a94442
}


/* ===================================================================
  LOGIN PAGE
=================================================================== */
.login-page .col5 {
  margin-left: auto;
  margin-right: auto;
}
.login-page h5 {
  color: #202833
}

.account_form label {
  display: none;
}
.account_form .field-role label {
  display: inline-block;
  margin-right: 20px;
}
.account_form input[type="text"],
.account_form input[type="password"] {
  width: 100%;
  height: 34px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom:0;
}
.account_form .form-row input[type="submit"]{
  float:right
}
.account_form .form-row {
  margin-bottom: 18px;
  margin-top: 10px;
}
.account_form .lostpass {
  line-height: 31px;
}
.form-row.hidden {
  display: none;
}

.form-row.forgetmenot label {
  display: block
}

.form-row.forgetmenot input {
  margin-top: -3px
}


/* ReCaptcha
------------------------------------------------------------------- */
#recaptcha_table th,
#recaptcha_table td {
  line-height: 0;
}
#recaptcha_table input[type="text"] {
  height: 25px;
}

/* Pass Strength Indicator
------------------------------------------------------------------- */
#pass-strength-result {
  border-style: solid;
  border-width: 1px;
  margin: 5px 10px 5px 0;
  padding: 3px 5px;
  text-align: center;
  width: 200px;
  margin-bottom: 10px;
  color: #444;
  background-color: #EEEEEE;
  border-color: #DDDDDD !important;
}
#pass-strength-result.bad {
  background-color: #FFB78C;
  border-color: #FF853C !important;
}
#pass-strength-result.good {
  background-color: #FFEC8B;
  border-color: #FFCC00 !important;
}
#pass-strength-result.short {
  background-color: #FFA0A0;
  border-color: #F04040 !important;
}
#pass-strength-result.strong {
  background-color: #C3FF88;
  border-color: #8DFF1C !important;
}
.form-builder-input #pass-strength-result {
  clear: both;
  position: relative;
  top: 10px;
}

/* Autocomplete
------------------------------------------------------------------- */
.ui-autocomplete {
	width:218px;
	background:#fff;
	list-style:none;
  z-index: 100;
  border: 1px solid #BDD7E8;
}
.ui-autocomplete li { 
	padding:7px 10px;
	display:block;
	cursor:pointer;
	border-top:1px solid #BDD7E8
}
.ui-autocomplete li:first-child { border:none }

.ui-autocomplete-input.loading {
	background-repeat:no-repeat;
	background-position:95% center;
	background-image:url(images/ajax-loader.gif)
}
.ui-autocomplete .ui-state-focus{
	background: #eee;
}
.ui-helper-hidden-accessible { display:none; }
@media (max-width: 976px) {
  .login-block .centered{
    width:60%;
  }
}

@media (max-width: 568px){
  .login-block .centered{
    width:100%;
    padding:0 10px;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
  }
}

.qtip-content table.user_prefs {
    border: none;
    margin: 0;
}

.qtip-content table.user_prefs tr > th, .qtip-content table.user_prefs tr > td {
    background: none;
    border: none;
}

.maps-info-wrapper {
    margin-top: 10px;
    border-top: 1px solid #f2f2f2;
    padding-top: 10px;
}
.maps-info-wrapper:first-child {
    margin-top: 0px;
    border-top: none;
    padding-top: 0px;
}
/* ===================================================================
  RESPONSIVE - MOBILE PORTRAIT & LANDSCAPE
=================================================================== */
@media (max-width: 767px) {
  
  input[type="text"] {
    -webkit-appearance: none;
  }

  /* Menu
  ------------------------------------------------------------------- */
  .btn-navbar {
    top: 14px;
    left: -5px;
  }
  .btn-navbar .bar {
    width: 25px;
    border-right-width: 16px;
    border-left-width: 5px;
    margin-bottom: 6px;
    margin-top: 6px;
  }
  .mm-opening .btn-navbar .bar:nth-child(3) {
    margin-top: 9px;
  }
  .mm-opening .btn-navbar {
    margin-left: 15px;
  }
  .user-menu {
    display: none
  }

  /* Header
  ------------------------------------------------------------------- */
  .find-job-post-section p {
    display: none;
  }
  .logo {
    font-size: 25px;
    width: 100%;
    padding-left: 45px !important;
    padding-right: 45px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  
  /* Advanced Search
  ------------------------------------------------------------------- */
  .btn-search-dropdown {
    width: 100%
  }
  .advanced-search .form-left-part {
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
  }
  .advanced-search .form-submit-block {
    position: static;
    background: #fff;
    width: 100%;
    height: 40px;
    background: #36A9E8;
    color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .map-section > .container {
    padding-left: 0;
    padding-right: 0;
  }
  .maps-wrapper {
    margin-top: 30px;
    padding-bottom: 50%;
  }
  .advanced-search .form-row {
    margin-top: 0;
  }
  .advanced-search .form-col {
    margin-bottom: 10px;
  }

  /* Single Post
  ------------------------------------------------------------------- */
  .page-title-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .page-title-section .entry-title {
    font-size: 20px;
  }

  /* Latest Jobs
  ------------------------------------------------------------------- */
  .jobs-filter label {
    width: 50%;
    float: left;
    margin-right: 0;
  }
  .job-data {
    margin-right: 0;
  }
  .job-meta,
  .job-meta .block-badge {
    position: static;
    margin-left: 0;
  }
  .job-meta .job-date {
    margin-top: 10px;
  }
  .job-metadata li {
    float: none;
  }
  .job-metadata li:before {
    text-align: center;
    display: inline-block;
    width: 16px;
  }
  .job-image {
    width: 85px;
  }
  .async_indeed_results .job-image {
    float: none;
    width: auto;
  }

  /* Browse Jobs
  ------------------------------------------------------------------- */
  .browse-jobs-block .block-tab-nav {
    margin-bottom: 0;
    width: 100%;
    display: flex
  }
  .browse-jobs-block .block-tab-nav li {
    float: none;
    text-align: center;
    flex-grow: 1;
  }
  .browse-jobs-panel .panel-column {
    width: calc(50% - 30px);
  }

  /* Widget Featured Company
  ------------------------------------------------------------------- */
  .post-list-widget .post-image {
    width: 50px;
  }

  /* Footer Logo
  ------------------------------------------------------------------- */
  .footer-logo {
    text-align: center;
    margin-bottom: 40px;
  }
  .footer-logo .tagline {
    margin: 0;
    display: block;
  }
  
  /* Single Post
  ------------------------------------------------------------------- */
  .entry-post .entry-post-category {
    float: none;
    width: 100%;
    min-height: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .entry-post .entry-post-content {
    overflow: visible;
  }
  .no-post-image .entry-post-content {
    top: 0;
  }
  .entry-post .entry-media {
    margin-bottom: 10px;
  }
  .entry-post .entry-title {
    letter-spacing: 0;
    font-size: 22px;
  }
  .block-inner,
  .submitted-jobs-wrapper {
    padding: 10px;
  }

  /* Comments
  ------------------------------------------------------------------- */
  .comment-respond {
    padding: 10px;
  }
  input[type="submit"] {
    border-radius: 0;
  }

}


/* ===================================================================
  RESPONSIVE - MOBILE PORTRAIT
=================================================================== */
@media (max-width: 320px) {

  /* Header
  ------------------------------------------------------------------- */
  .find-job-post-section .block-title {
    display: none
  }
  .find-job-post-section .btn {
    display: block;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }
  .find-job-post-section .block-inner {
    padding: 10px;
  }

  /* Browse Jobs
  ------------------------------------------------------------------- */
  .browse-jobs-panel .tab-content {
    margin-left: 0;
  }
  .browse-jobs-panel .panel-column {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
}