/*
Theme Name: OceanWP Child Theme
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme. Sample child theme.
Author: OceanWP
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

.single .thumbnail {
  text-align: center;
}

.single .thumbnail img {
  max-height: 30rem;
  width: auto;
  text-align: center;
}



.single-jobpost #primary {
  	width: 100%;
	border-right: 0;
}

.sub-menu .text-wrap {
  text-transform: none;
}

.blog-entry-comments.clr {
  display: none;
}