/* LICENSE & DETAILS
   ==================================================

	Theme Name: Atelier Child Theme
	Theme URI: http://atelier.swiftideas.com
	Description: An Incredible Responsive Multi-Purpose WordPress WooCommerce Theme - Designed & Developed by Swift Ideas ( www.swiftideas.com )
	License: GNU General Public License version 3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html
	Template: atelier
	Version: 1.0
	Author: Swift Ideas
	Author URI: www.swiftideas.com

	All files, unless otherwise stated, are released under the GNU General Public License
	version 3.0 (http://www.gnu.org/licenses/gpl-3.0.html)

   ==================================================
*/

/* --------------------------------------------
	CHILD THEME CSS
-------------------------------------------- */

.section {
  position: relative;
  padding: 30px;
}
.container {
  max-width: 960px;
  margin: 0 auto;
}
.job {
  display: block;
  margin: 20px 10px;
  padding: 30px;
  background: #fff;
  border: 1px solid #ebebeb;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
  border-bottom: 3px solid transparent;
  cursor: pointer;
}
.job p,
.job span {
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  -o-transition: color 0.2s;
  -ms-transition: color 0.2s;
  transition: color 0.2s;
}
.job:hover {
  background: #ddd;
  border-bottom: 3px solid #c7c7c7;
}
.job:hover p,
.job:hover span {
  color: #454545;
}

.job-title {
  font-size: 24px;
  text-decoration: none;
  color: #454545;
}
.tags span {
  color: #666;
  font-size: 16px;
  color: grayMediumDark;
}
.tags span:after {
  content: ', ';
}
.tags span:last-of-type:after {
  content: '';
}
.description {
  color: #999;
}
.btn {
  display: inline-block;
  padding: 7px 15px;
  text-decoration: none;
  font-weight: normal;
  color: #999;
  border: 2px solid #ebebeb;
  border-radius: 4px;
  background: #f9f9f9;
}
.btn:hover {
  background: #ebebeb;
  color: #555;
}

/*---------*/
.selected {
  background: coral;
  border: 1px solid salmon;
}
#new-list {
  display: block;
  visibility: visible;
  opacity: 1;
  color: #2c2e2f;
  font-size: 18px;
}
#new-list ul,
#new-list li,
#new-list h1,
#new-list h2,
#new-list h3,
#new-list h4,
#new-list h5,
#new-list h6,
#new-list p,
#new-list span {
  margin: 0;
  padding: 0;
}
#new-list * {
  box-sizing: border-box;
}
#new-list ul {
  list-style-type: none;
}
#new-list li.lever-job {
  text-align: left;
  display: flex;
  text-decoration: none;
  padding: 0.2em 0;
  background: none;
}
#new-list .lever-team {
  margin-bottom: 1.5em;
}
#new-list .lever-department {
  margin-bottom: 3em;
}
#new-list .lever-team-title {
  font-size: 1.25em;
  margin-bottom: 0.5em;
}
#new-list .lever-job-title-REM {
  display: inline-block;
  flex: 0 0 70%;
  color: #0c92f3;
  text-decoration: underline;
  margin-bottom: 0.2em;
}
#new-list .lever-job-title-REM:hover {
  color: #0068b3;
}
#new-list .lever-job-title-REM:active {
  color: #003459;
}
#new-list .lever-job-tag-REM {
  display: inline-block;
  color: rgba(44, 46, 47, 0.5);
  flex: 0 0 30%;
}
#new-list select {
  margin-bottom: 2em;
}

@media (max-width: 767px) {
  #new-list .lever-job-tag,
  #new-list .lever-job-title {
    flex: 0 0 100%;
  }
  #new-list .lever-job {
    flex-wrap: wrap;
  }
}
#lever-jobs-search {
  font-size: 1em;
  padding: 0.5em;
  border-radius: 3px;
  border: 1px solid #e3e4e6;
  margin-bottom: 1em;
}
#lever-clear-filters {
  cursor: pointer;
  text-decoration: underline;
  font-size: 0.8em;
  margin-left: 1em;
}
#lever-clear-filters:hover {
  color: #f28c00;
}

#lever-jobs-container {
  display: block;
  visibility: visible;
  opacity: 1;
  color: #2c2e2f;
  font-size: 18px;
}
#lever-jobs-container ul,
#lever-jobs-container li,
#lever-jobs-container h1,
#lever-jobs-container h2,
#lever-jobs-container h3,
#lever-jobs-container h4,
#lever-jobs-container h5,
#lever-jobs-container h6,
#lever-jobs-container p,
#lever-jobs-container span {
  margin: 0;
  padding: 0;
}
#lever-jobs-container * {
  box-sizing: border-box;
}
#lever-jobs-container ul {
  list-style-type: none;
}
#lever-jobs-container li.lever-job {
  text-align: left;
  display: flex;
  text-decoration: none;
  padding: 0.2em 0;
  background: none;
}
#lever-jobs-container .lever-team {
  margin-bottom: 1.5em;
}
#lever-jobs-container .lever-department {
  margin-bottom: 3em;
}
#lever-jobs-container .lever-team-title {
  font-size: 1.5em;
  margin-bottom: 0.5em;
}
#lever-jobs-container .lever-department-title {
  font-size: 1.5em;
  margin-bottom: 1em;
}
.lever-job-title {
  display: inline-block;
  flex: 0 0 70%;
  color: #ff4500;
  text-decoration: none;
  margin-bottom: 0.2em;
}
.lever-job-title:hover {
  color: #3f3f3f;
  text-decoration: none !important;
}
.lever-job-title:active {
  color: #ff4500;
}
span.lever-job-subtitle {
  display: block;
  clear: both;
  color: #999;
}
span.lever-job-subtitle:hover {
  text-decoration: none !important;
}
.lever-job-tag {
  display: inline-block;
  color: rgba(44, 46, 47, 0.5);
  flex: 0 0 30%;
}
@media (max-width: 767px) {
  #lever-jobs-container .lever-job-tag,
  #lever-jobs-container .lever-job-title {
    flex: 0 0 100%;
  }
  #lever-jobs-container .lever-job {
    flex-wrap: wrap;
  }
}

#lever-jobs-filter select {
  width: 29%;
  display: inline;
  background-color: #ddd;
}
#lever-jobs-filter select option:checked,
#lever-jobs-filter select option:onfocus {
  color: #f28c00;
}

a.lever-btn-submit {
  min-width: 100px;
  color: #fff;
  background-color: #ff4500;
  border: 1px solid #ff4500;
  border-radius: 3px;
  padding: 5px 25px;
  text-transform: uppercase;
}
a.lever-btn-submit:hover {
  background: #3F3F3F;
  border: 1px solid #3F3F3F;
  text-decoration: none;
  color: #fff;
}
