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

/* Parent stylesheet should be loaded from functions.php not using @import */
.theme-heading .text::after {
    padding-left: 0;
    padding-right: 6px;
}
#related-posts .col {
  float: right;
}
.site-breadcrumbs ul li:after {
	display: none;
}
button {
   letter-spacing: 0 !important;
}
#site-logo #site-logo-inner a:hover img {
    -moz-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
}
