/*
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 */

div, .m0 {
	border-radius: 20px;
}
.wp-block-cover.has-background-dim {
	overflow: hidden;
}
.tax-desc {
  border-bottom: 1px solid red;
	margin-bottom: 25px;
}
.m0 {
	margin-top:0;
	margin-bottom:0
}

@media (min-width: 600px) and (max-width: 781px) {
.wp-block-columns:not(.is-not-stacked-on-mobile)>.fg2:not(:only-child) {
	flex-basis: 100% !important;
}
}
.search-results article .thumbnail {
	display: block;
}