/*General*/
.home .hide-on-home,
.show-on-joblist,
.chosen-active .hide-if-chosen,
.show-on-mobile,
.popup .hide-in-popup,
.horizontal .hide-if-horizontal,
.minimal .hide-if-minimal,
.ka-logged-in .login,
.ka-logged-in .not-logged-in,
.ka-not-logged-in .logged-in {
  display:none!important;
}
.screen-reader-response {
  display:none;
}
.elementor-editor-active #content .not-logged-in, .elementor-editor-active #content .logged-in {
    display: initial !important;
}
.ka-joblist-page .show-on-joblist {
  display: initial!important;
}
@media screen and (max-width: 767px) {
  .show-on-mobile {
    display: initial !important;
  }
  div.show-on-mobile {
    display: block !important;
  }
  .hide-on-mobile {
    display: none;
  }
}
#ka-content {
  margin-top:0;
  padding-bottom: 100px;
  min-height: 50vh;
}
#ka-content.has-sidebar {
  padding-bottom: 0;
}
#ka-main, #ka-sidebar {
  display: inline-block;
  vertical-align: top;
  padding-bottom: 60px;
  box-sizing: border-box;
}
#ka-main {
    width: 70%;
}
#ka-sidebar {
    width: 30%;
    padding-left: 60px;
    font-size: 0.8em;
}
#ka-sidebar:first-child {
  padding-left: 0;
  padding-right: 60px;
}
@media screen and (max-width: 767px) {
  #ka-main, #ka-sidebar {
    display: inline-block;
    width:100%;
    padding-left:0!important;
    padding-right:0!important;
  }
}
.ka-container {
  margin: 0 auto;
  /* padding: 0 20px; */
  max-width: calc(100vw - 25px);
}
@media only screen and (min-width: 482px) {
  .ka-container {
    max-width: min(calc(100vw - 100px), 610px);
  }
}
@media only screen and (min-width: 822px) {
  .ka-container {
    max-width: min(calc(100vw - 200px), 1240px);
  }
}
.elementor-widget-container .ka-container {
  padding: 0;
  max-width: none;
}
.row {
  display: block;
  display: -webkit-flex; /* Safari */
  -webkit-flex-wrap: wrap; /* Safari 6.1+ */
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left:-10px;
  margin-right:-10px;
}
.box .row {
  justify-content: initial;
}
.row > .col {
  padding-left:10px;
  padding-right:10px;
  padding-bottom:20px;
}
.col {
  display:inline-block;
  vertical-align:top;
  box-sizing: border-box;
  width: 50%;
  overflow: hidden;
}
.has_5_cols > .col, .one_fifth {
  width:20%;
  flex: 0 0 20%;
}
.has_4_cols > .col, .one_fourth {
  width:25%;
  flex: 0 0 25%;
}
.has_3_cols > .col, .one_third {
  width:33.33%;
  flex: 0 0 33.33%;
}
.has_2_cols > .col, .one_half {
  width:50%;
  flex: 0 0 50%;
}
.two_thirds {
  width:66.66%;
  flex: 0 0 66.66%;
}
.three_fourths {
  width:75%;
  flex: 0 0 25%;
}
.has_1_cols > .col, .full_width {
  width:100%!important;
  box-sizing: border-box;
  flex: 0 0 100%;
}
.disabled {
  pointer-events:none;
  opacity:0;
}
p.aligncenter {
  text-align:center;
}
p:empty {
  display:none;
}
.full_width {
  display: block;
  width:100%;
}
.icon.alignleft {
  float:left;
}
.icon.alignright {
  float:right;
}
.popup-inside input, .popup-inside select {
  width: 100%;
}
.menu-item div {
  display:inline-block;
}
.button, input[type="button"] {
  display: inline-block;
  text-align: center;
  padding: 15px 30px;
  background-color: #000;
  color: #d1dfe4;
  border: 3px solid transparent;
  text-decoration: none;
  line-height: 1.6em;
}
.button:hover, input[type="button"]:hover {
  background-color: transparent;
  color: #000;
  border-color: #000;
  cursor: pointer;
}
.menu-item.button {
  padding:0!important;
  line-height: inherit!important;
  position: relative;
  top: -2px;
}
.button a {
  color: inherit!important;
}
.button.icon {
  font-size: 0;
  padding: 5px;
}
.button.icon .fa {
  font-size: 20px;
  width:20px;
}
.ka-icon {
  height:60px;
  width:auto;
}
.menu-item .ka-icon, .button .ka-icon {
  height:20px;
}

input {
  margin:0;
}
body hr {
  border: 0;
  clear:both;
  height: 4px;
  margin:40px auto;
  background-color:rgba(0,0,0,.1);
}
/*Popups and loaders*/
.popup, #KA_loader, #KA_loader2 {
  top:0;
  left:0;
  position:fixed;
  background: #d1dfe4;
  background: rgba(209,223,228,.8);
  opacity: 1;
  width:100%;
  height:100%;
  z-index:10000;
  -webkit-transition: opacity 1s; /* Safari */
  transition: opacity 1s;
  display: none;
  text-align: center;
}
#KA_loader {
	color:#000;
}
.popup {
  display:none;
}
#KA_page_loader {
  background: #d1dfe4;
  background:rgba(209,223,228,0.8);
  /*position: fixed;*/
  position:absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  min-height:200px;
  text-align:center;
}
#ka-main {
  position:relative;
}
.popup a.button, .popup .button-wrapper a {
  width:100%;
  margin-left:0;
  margin-right:0;
}
#KA_loader img, #KA_loader2 img {
  position: fixed;
  top: 50%;
  left: 50%;
  margin: -20px 0 0 -20px;
}
.cssanimations #KA_loader2 img {
  display:none;
}
.loading {
  position:relative;
  top: 100px;
  margin-top:-25px;
  margin-left: -25px;
  font-size: 50px;
  font-family: sans-serif;
}
#KA_loader .loading {
  position:fixed;
  top: 50%;
  left: 50%;
}
.cssanimations #KA_loader2:after {
  content:'';
}
.open-popup {
  cursor: pointer;
}
.popup-open {
  overflow-y:hidden;
}
.popup-inside {
  border: 4px solid rgba(0,0,0,.1);
  background-color:#d1dfe4;
  position:absolute;
  width: 300px;
  top:10%;
  left: 50%;
  transform: perspective(1px) translateX(-50%);
  padding:30px;
  box-sizing: border-box;
  text-align: left;
  max-height: 80%;
  overflow-y: auto;
}
.popup-inside .h2:nth-of-type(1), .popup-inside .h3:nth-of-type(1) {
  margin-top: 0;
}
#KA_LoginDiv:empty {
  display: none;
}
#KA_LoginDiv .h3 {
  font-size: 1.2em;
}
#KA_LoginDiv hr {
  margin: 1em auto;
}
#KA_LoginDiv:empty {
  margin:0;
}
#KA_loginBlock a {
  display:inline-block;
}
.open-login, .linkedin-login, .menu a {
  cursor:pointer;
}
ul li #KA_CartBlock {
  display:inline;
}
.menu div {
  display: inline-block;
  font-weight:inherit;
}
.button.close, .popup .close {
  position: absolute;
  right: 0;
  top: 0;
  width: auto !important;
  cursor: pointer;
}
#close-popup {
  margin-bottom:0;
}
#messageTxt {
  margin-top:0;
}
#messageTxt b {
  font-size:20px;
}

/*Job filter*/
[id^="KA_FilterBlock"] {
  line-height:30px;
  z-index: 99;
  position: relative;
  display:block;
  font-size: 1em;
  padding: 30px;
  border: 4px solid #CCC;
  border-color: rgba(0,0,0,.3);
}
[id^="KA_FilterBlock"] input,
[id^="KA_FilterBlock"] select {
  width:100%;
  margin:0 !important;
}
[id^="KA_FilterBlock"] .field {
  margin-bottom: 1em;
  position:relative;
}
[id^="KA_FilterBlock"] div[id*="_div"] {
  display:block;
}
[id^="KA_FilterBlock"] br {
  display:none;
}
[id^="KA_FilterBlock"] p {
    margin-bottom: 0;
}
[id^="KA_FilterBlock"] div[id*="_div"] > a, [id^="KA_FilterBlock"] .button.reset, a.button[href="#search-expand"] {
  position:absolute;
  top:0;
  right:0;
  font-size: small;
  text-decoration:none;
  padding: 5px;
}
[id^="KA_FilterBlock"] .button.reset, a.button[href="#search-expand"] {
  top: 30px;
  right: 30px;
  margin:0;
}
[id^="KA_FilterBlock"] small {
  margin:-5px 0 10px;
  font-size:0.8em;
  display: block;
}

[id^="KA_FilterBlock"] .empty {
  display:none;
}


/*Chosen*/
body .chosen-container {
  font-size: inherit;
  max-width: 100%;
  /* margin-bottom:8px; */
}
body .chosen-container-single .chosen-search input[type=text] {
  font-family:inherit;
}
.chosen-container-single, .chosen-container-multi {
  text-align:left;
}
body .chosen-container-active.chosen-with-drop .chosen-single {

}
body .chosen-container-single .chosen-single, body .chosen-container-multi .chosen-choices {
  background-color: #fff;
  border: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-image: none;
  box-shadow: none;

}
body [id^="KA_FilterBlock"] .chosen-container-single .chosen-single, body [id^="KA_FilterBlock"] .chosen-container-multi .chosen-choices {
  background-color: #fff;
  border: 3px solid #000;
  color: #666;
  padding: 10px;
}
body #content .chosen-container-single a.chosen-single {
  color:#7a7a7a;
}
body .chosen-container .chosen-drop {
  background-color: #F4F4F4;
  border-color: #F4F4F4;
  color: inherit;
}
body .chosen-container .chosen-results {
  color:inherit;
}
body .chosen-container-multi .chosen-choices li.search-choice {
  background: #fff !important;
  border: none;
  border-radius: 0;
}
body .chosen-container .chosen-results li.highlighted {
  background: #1E3C75;
}
body .chosen-container-single .chosen-single {
  padding: 5px 0 0 8px;
  height:40px;
}
body .chosen-container-single .chosen-single div b {
  margin-top: 5px;
  height: 50%;
}
body .chosen-container-single .chosen-default, body .chosen-container-multi .chosen-choices li.search-field input[type=text] {
  color: inherit;
  font-family: inherit;
  margin:0;
}
.chosen-choices .search-field input.default {
  opacity:0.8;
}
body .chosen-container-active.chosen-with-drop .chosen-single {
  background-image: none;
  box-shadow: none;
}
body .chosen-container-active .chosen-choices {
  border: 0;
  box-shadow: none;
}
.horizontal [id^="KA_FilterBlock"] {
  background: transparent;
  border:0;
  padding: 30px 0;
}
.horizontal [id^="KA_FilterBlock"] input[type=text], .horizontal [id^="KA_FilterBlock"] select, .horizontal [id^="KA_FilterBlock"] .chosen-container-single .chosen-single, .horizontal [id^="KA_FilterBlock"] .chosen-container-multi .chosen-choices {
  background: #FFF;
}
body .horizontal .chosen-container .chosen-drop, .horizontal #KA_TextsFoundDIV {
  background:#FFF;
  border-color:#FFF;
}
.horizontal [id^="KA_FilterBlock"] br, .horizontal [id^="KA_FilterBlock"] h3, .horizontal [id^="KA_FilterBlock"] label, .horizontal [id^="KA_FilterBlock"] div[id$="_div"] > a {
  display: none!important;
}
.horizontal [id^="KA_FilterBlock"] .field {
  display: inline-block;
  vertical-align: bottom;
  margin: 0 -2px;
  width:20%;
  box-sizing: border-box;
  padding-right: 10px;
}
.horizontal [id^="KA_FilterBlock"] .location input[type="button"] {
  right: 10px;
}
.horizontal [id^="KA_FilterBlock"] .field.wide {
  width:30%;
}
.horizontal [id^="KA_FilterBlock"] .field:last-of-type {
  padding-right: 0;
}
.horizontal input[type=text] {
  height: 50px;
  font-size: 18px;
}
.horizontal [id^="KA_FilterBlock"] ::-webkit-input-placeholder { /* WebKit browsers */
  opacity:  1;
}
.horizontal [id^="KA_FilterBlock"] ::-moz-placeholder { /* Mozilla Firefox */
  opacity:  1;
}
.horizontal [id^="KA_FilterBlock"] :-ms-input-placeholder { /* Internet Explorer 10+ */
  opacity:  1;
}
.horizontal .chosen-choices .search-field input.default {
    opacity: 1;
}
.horizontal [id^="KA_FilterBlock"] .button {
  margin: 0;
}
.horizontal br {
  display: none!important;
  height: 0;
  width:0;
}
.minimal [id^="KA_FilterBlock"] {
  padding: 0;
  background-color: transparent;
  border: none;
}
.minimal .button.reset {
  /* top: -40px;
  right: 0; */
  display: none;
}
.horizontal [id^="KA_FilterBlock"] .button.reset {
  /* top: auto;
  right: auto;
  bottom:0;
  left:0; */
  display: none;
}
.minimal label {
  display: none;
}
.minimal select, .minimal input[type=text], .minimal textarea,
body .minimal [id^="KA_FilterBlock"] .chosen-container-single .chosen-single, body .minimal [id^="KA_FilterBlock"] .chosen-container-multi .chosen-choices {
  background: #fff;
}
.minimal [id^="KA_FilterBlock"] .button {
  display: inline-block;
  margin:0;
  right:0;
}
body .horizontal .chosen-container {
  margin:0;
}
.reversed [id^="KA_FilterBlock"] {
  padding: 0;
  background-color:transparent;
  border:0;
}
.location input[type="button"] {
  padding: 14px;
  width: auto;
  position: absolute;
  right: 0;
  bottom: 0;
}
.reversed [id^="KA_FilterBlock"] input, .reversed [id^="KA_FilterBlock"] select, .reversed [id^="KA_FilterBlock"] .chosen-container-single .chosen-single, .reversed [id^="KA_FilterBlock"] .chosen-container-multi .chosen-choices {
  background: rgba(0,0,0,.1);
  color: #fff;
}
body .reversed .chosen-container .chosen-drop, .reversed #KA_TextsFoundDIV {
  background:#A6A6A6;
  border-color:#A6A6A6;
}
.chosen-active [id^="KA_FilterBlock"] span .fa-spin, .chosen-active [id^="KA_FilterBlock"] span .fa-pulse {
  margin-top:5px;
}

.iphone #jobindustry[multiple] {
  min-height:auto;
}
.iphone [id^="KA_FilterBlock"] small {
  display:none;
}

[id^="KA_FilterBlock"] span.hover strong {
  background-image: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24' height='24' viewBox='0 0 24 24'><path fill='black' d='M7.406 7.828l4.594 4.594 4.594-4.594 1.406 1.406-6 6-6-6z'></path></svg>");
  background-position: 100% 50%;
  background-repeat: no-repeat;
  padding-right: 30px;
  background-color: #fff;
  border-radius: 1px;
  padding: 8px 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  color: #111;
  background-color: #f7f9fa;
  border: 1px solid #eee;
  display: block;
}
[id^="KA_FilterBlock"] span.hover div[id*="_div"] {
  display:none;
  position: absolute;
  width: 100%;
  z-index: 1;
}
[id^="KA_FilterBlock"] span.hover:hover div[id*="_div"] {
  display:block;
}
[id^="KA_FilterBlock"] span.hover a {
  top:-40px;
}
[id^="KA_FilterBlock"] div[id*="_div"] {
  text-align:center;
}
[id^="KA_FilterBlock"] .fa-spin, [id^="KA_FilterBlock"] .fa-pulse {
  margin-top:5px;
  margin-bottom:10px;
}
[id^="KA_FilterBlock"] span .fa-spin, [id^="KA_FilterBlock"] span .fa-pulse {
  margin-top:40px;
}
[id^="KA_FilterBlock"] span div br {
  display:none;
}
[id^="KA_FilterBlock"] select[multiple] option {
  border-top: 1px solid #eee;
  border-top-color: rgba(0,0,0,.5);
}
[id^="KA_FilterBlock"] select[multiple] option:first-child {
  border-top: none;
}
[id^="KA_FilterBlock"] select[multiple] option:last-child {
  border-bottom: 1px solid #eee;
  border-bottom-color: rgba(0,0,0,.5);
}
/* [id^="KA_FilterBlock"] .fa-search {
  position: absolute;
  left:0;
  margin: 10px 10px;
} */
[id^="KA_FilterBlock"] #texttosearch_div {
  position:relative;
}
[id^="KA_FilterBlock"] > *:first-child {
  margin-top:0;
}
[id^="KA_FilterBlock"] > *:last-child {
  margin-bottom:0;
}
[id^="KA_FilterBlock"] * {
  /* color: inherit; */
}
[id^="KA_FilterBlock"] .toggle {
  display:block;
}

[id^="KA_FilterBlock"]:after {
  content:'';
  display:block;
  clear:both;
}

[id^="KA_FilterBlock"] .button {
  margin-top:20px;
}
[id^="KA_FilterBlock"] .button, #KA_LoginDiv .button {
  display: block;
  margin:0;
}

[id^="KA_FilterBlock"] .salary h4 {
  display:inline-block!important;
  text-transform: none;
  letter-spacing: 0;
  font-size: 14px;
  line-height: 30px;
  width: 10%;
}
.KA_FilterSalaryAmounts {
  margin-bottom:10px;
  line-height:30px!important;
}
.KA_FilterSalaryAmounts input {
  background: transparent!important;
}
[id^="KA_FilterBlock"] input[type="text"].KA_FilterSalary {
  background:transparent;
  padding:0;
  margin:0;
  text-transform: capitalize;
  pointer-events: none;
  min-height: inherit;
}
[id^="KA_FilterBlock"] .ui-widget-content {
  border:none;
  background:transparent;
}
[id^="KA_FilterBlock"] .ui-slider-horizontal .ui-slider-range {
  border: 0!important;
  background: #fff !important;
  box-sizing: border-box;
}
[id^="KA_FilterBlock"] .ui-slider-horizontal .ui-slider-handle {
  background: #000!important;
  border: none!important;
  height: 1.4em;
  width: 1.4em;
  border-radius:20px;
}
#KA_slider-range {
  width: 94%;
  margin:0 3%!important;
}

[id^=attributeitem] {
}

/*
#KA_TextsFoundDIV {
display:none!important;
}*/
#keywords_div {
  position:relative;
}
.KA_TextsFoundDIV {
  position: absolute;
  background-color: #F4F4F4;
  z-index: 5;
  display:none;
  font-size: 0.9em;
  line-height: 1.6em;
  margin-top:-8px;
  width:100%;
  border:1px solid rgba(0,0,0,.2);
  border-top:none;
  box-sizing:border-box;
  overflow:hidden;
}
.KA_TextFoundTable {
  margin:0;
}
.KA_TextFoundTableData {
  word-break: break-word;
  border-bottom: 1px solid rgba(0,0,0,.2);
}
.KA_TextFoundTableRow:hover {
  background-color: #1E3C75;
  color: #fff;
  cursor:default;
}
[id^="KA_FilterBlock"] a.back-to-search {
  position: fixed;
  top: 100px;
  right: 0;
  z-index: 999;
  padding: 30px;
  font-size: 30px;
  margin:0;
  width: 25px !important;
  height: 25px;
  display: none;
}


/*Registration*/
#cv {
  line-height:1.6em;
  margin-bottom: 10px;
}
.KA_Profile_ErrorBlock {
  margin-bottom:0;
}
#KA_htmlBlock #profile ul {
  padding:0;
  margin:0;
}
#KA_htmlBlock #profile li {
  list-style:none;
}
.table-style {
  padding:0;
  list-style:none;
}
.table-style > li {
  clear:both;
  overflow:hidden;
  border-bottom: 1px solid #eee;
  padding: 1em 0;
  margin:0;
}
.table-style > li:first-child {
  border-top: 1px solid #eee;
}
.table-style > li > *:left-child {
  margin-bottom:1em;
}
.table-style > li .button {
  margin-top:0;
}
.popup .table-style > li {
  padding: 0;
}
.popup .table-style > li * {
  margin-top:0;
  margin-bottom:0;
}
.table-style > li .alignleft, #KA-uploader .alignleft {
  line-height: 30px;
  width:50%;
  float:left;
  margin: 0;
}
.table-style > li .alignright {
  line-height: 30px;
  width:50%;
  float:right;
  margin: 0;
  text-align: right;
}
.linkedin-cv .floatleft  {
  line-height: inherit;
}
.clearfix {
  clear:both;
}
.clearfix:after {
  content:'';
  width:100%;
  height:1px;
  display: block;
  clear: both;
}

/*Calendar*/
.newline:before {
  content:'';
  display:block;
  width:100%;
  clear:both;
}
#txtRate {
  width: 49%;
  float:left;
  clear:left;
}
#txtRateInt {
  width: 49%;
  float:right;
  clear:right;
}
#txtNotice {
  float: left;
  width: 48%;
}

#KA_month th, #KA_month td {
  text-align:center;
  vertical-align: middle;
  position: relative;
  z-index: 1;
}
.KA_cal_day_tr td {
  height:70px;
  cursor:pointer;
}
#KA_htmlBlock {
  min-height:200px;
  position:relative;
}

.table-wrapper {
  padding:0;
}
.datepicker_with_icon {
  display: inline-block;
  margin-right: -23px;
}
.ui-datepicker-trigger {
  cursor:pointer;
  position: relative;
  top: 3px;
}
.KA_cal_days_table tr:nth-child(even) {
  background-color: transparent;
}
.KA_cal_month_name_prev {
  text-align:left;
  float:left;
}
.KA_cal_month_name_next {
  text-align:right;
  float:right;
}
.KA_cal_days_table td {
  position:relative;
  border-left: 2px solid #fff;
  box-sizing: border-box;
}

.KA_cal_day_tr td {
  width: 16%;
}
.KA_cal_day_tr td:nth-child(6), .KA_cal_day_tr td:nth-child(7),
.KA_cal_weekday_td:nth-child(6), .KA_cal_weekday_td:nth-child(7) {
  width: 10%;
  background: rgba(0,0,0,0.05);
}

.KA_cal_day_tr td[class^='am']:before, .KA_cal_day_tr td[class^='am']:after {
  display:block;
  content:'am';
  position:absolute;
  width:50%;
  height:100%;
  top:0;
  left:0;
  z-index: -1;
  line-height: 500%;
  font-weight:300;
}
.KA_cal_day_tr td[class^='am']:after {
  content:'pm';
  right:0;
  left: initial;
}
.am111:before, .pm111:after, .key111 {
  background:#005C7F;
  color:#fff;
}
.am101:before, .pm101:after, .key101 {
  background:#226fb8;
}
.am001:before {
  background: repeating-linear-gradient(
    135deg,
    #226fb8,
    #226fb8 5%,
    #ffffff 0,
    #ffffff 10%
    );
}
.pm001:after {
background: repeating-linear-gradient(
  135deg,
  #ffffff,
  #ffffff 5%,
  #226fb8 0,
  #226fb8 10%
  );
}
.key001 {
  background: repeating-linear-gradient(
    135deg,
    #226fb8,
    #226fb8 5px,
    #ffffff 0,
    #ffffff 10px
    );
  }
.am000:before, .pm000:after, .key000 {

}
.key {
  display:inline-block;
  vertical-align:middle;
  height:24px;
  width:24px;
  border:1px solid #eee;
}

/*Forms*/
#KA_htmlBlock input[type="text"], #KA_htmlBlock input[type="password"], #KA_htmlBlock select, #KA_htmlBlock textarea {
  width:100%;
}
#KA_Email_Block, #KA_Email {
  display: block;
}
form div.wpcf7-validation-errors {
  color: #7a7a7a;
  border:none;
}
#KA_info:empty, #KA_error:empty, #KA_login_error:empty, .wpcf7-response-output:empty {
  display:none;
}
#KA_info:before, #KA_error:before, #KA_login_error:before, .wpcf7-response-output:before {
  font-family: FontAwesome;
  font-weight: 900;
  content: "\f06a";
  margin-right:5px;
}


/*Jobs list*/
.box {
  padding: 60px;
  border: 4px solid rgba(0,0,0,.1);
  position: relative;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .box {
      padding: 30px;
    }
  .horizontal [id^="KA_FilterBlock"] {
    padding: 5px 0;
  }
  .horizontal [id^="KA_FilterBlock"] .field {
    margin: 0 0 10px;
    padding: 0;
    width: 100%!important;
  }
  .horizontal [id^="KA_FilterBlock"] .location input[type="button"] {
    right: 0;
  }
  [id^="KA_FilterBlock"] .button.reset {
    right: 70px;
  }
}
.box.job {
  border-color: #CCC;
}
.job-summary {
  margin-bottom:20px;
}
.box h2:nth-of-type(1), .box .h3:nth-of-type(1) {
  margin-top:0;
}
.job-summary h2:nth-of-type(1), .job-summary .h3:nth-of-type(1) {
  margin:0;
  margin-bottom:.5em;
}
.job-summary .h3:nth-of-type(1), .distance-from {
  display: inline-block;
}
.distance-from {
  font-weight: bold;
  margin-left: .5em;
}
#content .job-summary a {
  text-decoration:none;
}
#content .job-summary a:empty {
  display: none;
}
.job-summary hr {
  margin:1em 0;
}
.job-summary p.description br {
  display: none;
}

.toggle-target [id^='KA_ApplyBlock'] > .button {
  width:100%;
}

.jobs-list {
  padding:0;
  margin:0;
}


.jobs-list [id^='KA_ApplyBlock'] h2, .jobs-list [id^='KA_ApplyBlock'] h4,
#divAjaxCartListRespond [id^='KA_ApplyBlock'] h2, #divAjaxCartListRespond [id^='KA_ApplyBlock'] h4 {
  display:none;
}

[id^='KA_ApplyBlock'] select, #divAjaxBulkApplyBlock select {
  height:46px;
  max-width: 100%;
}
.highlight, #KA_info, #KA_error, #KA_login_error, .wpcf7-response-output, .wpcf7-not-valid-tip {
  display:block;
  padding:10px;
  margin-bottom:20px;
  background-color: #eee;
  background-color: rgba(0,0,0,.05);
  color: #7a7a7a;
  text-align: center;
  clear:both;
}
.highlight {
  font-weight: inherit;
  line-height: 1.4em;
}
.highlight.pagenav .button {
  margin:-10px;
}
#KA_error {
  text-align:left;
}
.button.job-alert {
  margin:0 0 20px;
}
.toggle {
  cursor:pointer;
  text-decoration:none!important;
}
.toggle:after {
  font-family: FontAwesome;
  font-weight: 900;
  margin-left: 10px;
  content: '\f077';
}
.toggle.button:after {
  margin:0;
}
.toggle.closed:after {
  content: '\f078';
}
.toggle.open:after {
  content: '\f077';
}
.toggle-child-on-hover:hover .toggle-target {
  display:block;
}

.BottomApplyBlock {
  text-align:center;
  margin-top: 2em;
}
.BottomApplyBlock > * {
  display:inline-block;
  vertical-align: middle;
  margin:0 -2px;
  width:33.33%;
  box-sizing: border-box;
}
.BottomApplyBlock .twobuttons {
  width:66.66%
}
.twobuttons > * {
  display:inline-block;
  margin:0 -2px;
  width:50%;
}
.BottomApplyBlock > div:empty {
  display:none;
}
.BottomApplyBlock #KA_ApplyBlock {
  display: inline;
}
.BottomApplyBlock #KA_ApplyBlock > .button {
  width: 33.33%;
  float: left;
}

.BottomApplyBlock #KA_ApplyBlock .highlight, #divAjaxBulkApplyBlock .highlight {
  padding:20px;
}
.BottomApplyBlock #KA_ApplyBlock .toggle-apply, .job-summary .toggle-target {
  display:none;
}
.buttons .toggle-target select, .buttons .toggle-target input, .buttons .toggle-target .button {
  width:100%;
  margin: 2px 0;
}
.BottomApplyBlock #KA_ApplyBlock .toggle {
  display:none;
}
.BottomApplyBlock #KA_ApplyBlock .toggle-target {
  display:block;
}
.BottomApplyBlock [id^=KA_] > a {
  font-size: inherit;
  width: 100%;
  box-sizing: border-box;
  height: auto;
  padding: 10px 5px;
  display:block;
  margin: 0;
}
.BottomApplyBlock > .button {
  width:33.33%;
  margin-top:0;
  margin-left:-2px;
  padding: 10px 5px;
}
.fixed-footer {
  position: fixed;
  width: 100%;
  box-sizing: border-box;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  text-align: center;
  background: #fff;
  padding: 20px;
  border-top:1px solid #ccc;
}

/*share button*/
.share-buttons {
  list-style:none;
  padding:0;
  margin:0;
}
.share-buttons li {
  display:inline-block;
}
.share-buttons a {
  display:block;
}
.share-buttons .fa {
  color: #fff;
  background: #ccc;
  padding: 2px;
  font-size: 1.4em;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.share-buttons .fa-facebook {
  background: #3F589B;
}
.share-buttons .fa-twitter {
  background: #55ACEE;
}
.share-buttons .fa-google-plus {
  background: #DC4A38;
}
.share-buttons .fa-linkedin {
  background: #007BB6
}
.share-buttons .fa-envelope {
  background: #ccc;
}
.share-buttons .fa-whatsapp {
  background: #25E47A;
}
/*Job save*/
.fa-star-o:hover:before {
  content: "\f005";
}
.job-summary {
  position: relative;
}
.save-job {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 24px;
}
.title {
  margin:.4em 0 0.5em;
}
.box .links {

}
.box .links a {
  border-right: 1px solid;
  padding-right: .25em;
  margin-right: .25em;
  text-decoration: none;
}
.box .links a:last-child {
  border-right: none;
}
.box .links a:hover {
  text-decoration: underline;
}
[id^="KA_SaveJobBlock"], [name^="KA_SaveJobBlock"], [id^="KA_RemoveSavedJobBlock"], #KA_Share, [id^="KA_ApplyBlock"] {
  display: inline;
}


/*General*/


.ui-datepicker-trigger {
    vertical-align: middle;
}


@media (min-width: 768px) {

}

@media (max-width: 479px) {
  .BottomApplyBlock > * {
    width: 100%!important;
    margin: 0 0 0.5em!important;
  }
  .BottomApplyBlock #KA_ApplyBlock > .button {
    width: 100%;
    margin: 0 0 0.5em;
  }
  .elementor-shortcode .job {
    width: 100%;
    margin: 0 0 20px;
  }
  .elementor-shortcode .jobs-list {
    display: block;
  }
  [id^="KA_FilterBlock"], .box {
    padding: 15px;
  }
  [id^="KA_FilterBlock"] .button.reset, a.button[href="#search-expand"] {
    top: 15px;
    right: 15px;
  }
  [id^="KA_FilterBlock"] .button.reset {
    right: 50px;
  }
}
