/*
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
*/
.widget-title {
	display: block;
	line-height: 1;
	font-size: 13px;
	font-weight: 400;
	color: #333;
	border-width: 0 0 0 3px;
	border-style: solid;
	border-color: #13aff0;
	letter-spacing: 1px;
	padding-left: 15px;
	margin: 0 0 20px;	
	text-transform:none
}
/* Parent stylesheet should be loaded from functions.php not using @import */