/*
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:0;
}
.elementor-column-gap-default>.elementor-column>.elementor-element-populated
{
	padding:0 10px;
}
.header-1
{
	position:absolute;
	width:100%;
	z-index:5;
}
.box1 .elementor-image-box-img
{
	border-radius:15px;
	overflow:hidden;
	position:relative;
}
.box1:hover .elementor-image-box-img img
{
	transform:scale(1.1);
}