/*
 Theme Name:   TheStory - WhiteBird
 Author:       Wagon Wheel Web
 Template:     thestory
 Version:      10.0.0
*/

@import url("../thestory/style.css");

/* =Theme customization starts here
-------------------------------------------------------------- */

/* FONTS */
h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto", sans-serif !important;
}

body, p {
  font-family: "Lato", sans-serif !important;
}

/* JOBS */
#job-list .job,
#manual-job-list .job {
  border-bottom: 1px solid #ddd;
  padding: 20px 20px;
  margin: 10px 0;
  text-align: left;
}

#job-list .job-title,
#manual-job-list .job-title {
  font-weight: bold;
}

.single-job .description {
  display: none;
}