/* Jobs CSS */

/* Listing CSS */
.page .jobs h2,
.page .jobs p,
.page .entry-content  {
  margin: 0;
}


/* Detail CSS */
a.read-more {
  margin-top: 10px;
  display: block;
  color: white;
  text-align: center;
  background-color: #5bbdb5;
  border-radius: 5px;
  padding: 5px 15px;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 13px;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 150px;
}
.page .jobs {
  padding: 20px;
  background-color: #003b4c;
  float: left;
  height: 470px;
  position: relative;
}
.page .jobs,
.page .jobs a {
  color: white;
}
.post-edit-link {
  margin-top: 10px;
}
/* Single CSS */
.single .entry-content-container h1,
.single .entry-content-container .entry-content {
  margin: 0;
}
.single .jobs {
  margin: 20px 0;
}
@media only screen and (min-width: 901px) {
  .single .related-image {
    width: 27%;
  }
  .single .entry-content-container {
    width: 70%;
  }
  .single .related-image {
    float: left;
  }
  .single .entry-content-container {
    float: right;
  }
  .page .jobs {
    width: 24%;
  }
  .page .jobs:not(:nth-child(4n)){
    margin-right: 1.3%;
  }
}
@media only screen and (max-width: 900px) {
  .single .jobs {
    text-align: center;
  }
  .single .jobs .related-image img {
    max-width: 150px;

  }
}
@media only screen and (max-width: 900px) and (min-width: 421px) {
  .page .jobs {
    width: 48%;
    height: 530px;
  }
  .page .jobs:not(:nth-child(even)) {
    margin-right: 4%;
  }
}
@media only screen and (max-width: 420px) {
  .page .jobs {
    width: 100%;
    padding-bottom: 40px;
    margin: 10px auto;
    text-align: center;
    height: 530px;
  }

}
