/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

 /* Add icon for the "Add element" elements selection popup */
 .wpb-layout-element-button .vc_extend_my_class {
     background-image: url(../images/sjb-logo.png);
 }

 /* Add background for our shortcode in the Visual Composer backend editor */
 .wpb_bartag .wpb_element_wrapper {
     background-image: url(../images/sjb-logo.png);
     /* Example how you can change look of your element in VC backend editor */
     background-color: #93DDFB;
 }
/* wpb popup close */
 .popup-outer .sjb-wpb-quick-apply-modal-close-btn {
  position: absolute;
  z-index: 9999;
  right: 30px;
  top: 15px;
}
.quick-apply-modal {
  display: block;
}
.sjb-wpb-quick-apply-modal-close-btn .close:hover,
.sjb-wpb-quick-apply-modal-close-btn .close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.sjb-wpb-quick-apply-modal-close-btn .close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}


.sjb-page .sjb-detail .list-data .v2 .jobpost-form .file .file {
  display: none;
}