/*
Theme Name: Divi Child theme of Divi
Theme URI: 
Description: Child theme of Divi theme for the Divi theme
Author: <a href="http://www.elegantthemes.com">Elegant Themes</a>
Author URI: 
Template: Divi
Version: 3.18.8
*/

/* Generated by Orbisius Child Theme Creator (http://orbisius.com/products/wordpress-plugins/orbisius-child-theme-creator/) on Mon, 07 Jan 2019 11:16:52 +0000 */ 
/* The plugin now uses the recommended approach for loading the css files.*/



@font-face {
    font-family: 'intel_clearbold';
    src: url('/wp-content/uploads/fonts/intelclear_bd-webfont.woff2') format('woff2'),
         url('/wp-content/uploads/fonts/intelclear_bd-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'intel_clearbold_italic';
    src: url('/wp-content/uploads/fonts/intelclear_bdit-webfont.woff2') format('woff2'),
         url('/wp-content/uploads/fonts/intelclear_bdit-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'intel_clearitalic';
    src: url('/wp-content/uploads/fonts/intelclear_it-webfont.woff2') format('woff2'),
         url('/wp-content/uploads/fonts/intelclear_it-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'intel_clearlight';
    src: url('/wp-content/uploads/fonts/intelclear_lt-webfont.woff2') format('woff2'),
         url('/wp-content/uploads/fonts/intelclear_lt-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'intel_clearlight_italic';
    src: url('/wp-content/uploads/fonts/intelclear_ltit-webfont.woff2') format('woff2'),
         url('/wp-content/uploads/fonts/intelclear_ltit-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'intel_clearregular';
    src: url('/wp-content/uploads/fonts/intelclear_rg-webfont.woff2') format('woff2'),
         url('/wp-content/uploads/fonts/intelclear_rg-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'intel_clear_probold';
    src: url('/wp-content/uploads/fonts/intelclearpro_bd-webfont.woff2') format('woff2'),
         url('/wp-content/uploads/fonts/intelclearpro_bd-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


form.job_filters {
  background: #f5f6f8;
  margin: 0 0 30px 0;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
  border: solid 1px #e5e5e5;
  border-radius: 5px;
}

.job_filters .search_jobs input:not([type="submit"]),
.job_filters .search_jobs select,
.job-manager-form fieldset input:not([type="submit"]):not([type="file"]),
.job-manager-form fieldset select {
  height: 40px;
  padding: 0 15px;
  line-height: 47px;
  border-radius: 5px;
  border: 1px solid #ddd;
}

.job_filters .search_jobs input[type="submit"],
.job-manager-form p input[type="submit"],
.single_job_listing .application .application_button {
  height: 40px;
  line-height: 40px;
  padding: 0;
  margin: 0;
  border: 0;
  background: #2ea3f2;
  color: #fff;
  padding: 0 15px;
  border-radius: 5px;
}
.job_filters .search_jobs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.job_filters .search_jobs div.search_keywords,
.job_filters .search_jobs div.search_location {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.job_filters .search_jobs div[style="clear: both"] {
  display: none;
}

.job_filters .search_jobs div.search_location ~ .search_submit {
  padding: 0 0 0 1em;
}

div.job_listings ul.job_listings {
  padding: 0;
  margin: 0;
  border: 0;
}
div.job_listings ul.job_listings > li {
  border: 0;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
  margin: 0 0 20px 0;
  padding: 5px 0;
  border-radius: 5px;
  border-bottom: solid 1px #e5e5e5;
}
.job_filters .job_types {
  background: #f2f4f5;
  border-top: 1px solid #dddddd;
}