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


a:hover, a:focus {
	outline: 0!important;
}
p:last-child {
	margin-bottom: 0px !important;
}
.content-area {
    background: #fff;
    padding: 30px;
    box-shadow: 0px 2px 30px 0px #0000001a;
}
.sidebar-box {
    background-color: #fff;
    padding: 30px;
	box-shadow: 0px 2px 30px 0px #0000001a;
}
.sidebar-box .widget-title {
	font-size: 16px !important;
	border-color: #B43F3F !important;
}