/*--------------------------------------------------------------
# SINGLE

For single post
ONLY for post type = post 
ADD your own stylesheet for custom post type single page 
OR, if it uses sames styles, add it to enqueue style function in functions.php 

--------------------------------------------------------------*/

.job-meta {
  margin-top: 20px;
}

.job-form-title {
  margin-top: 50px;
}

.site-content .wpcf7-form {
  max-width: 750px;
  margin: 0 0 50px;
  padding: 0;
}