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

/* Parent stylesheet should be loaded from functions.php not using @import */
.engonly{
  display:none;
}
.article-info, .article-info p{
	margin-bottom:0!important;
	color:#000000;
}
.search-results ul.wpv-loop li.sritem{
	margin-bottom:20px!important;
	border-bottom:1px dotted #cccccc;
	padding-bottom:20px;
}
.search-results ul.wpv-loop li.sritem h3{
	margin-bottom:0!important;
}
.single-issue_article .page-header{
  display:none!important;
}