/*
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;
}
@media (max-width: 767px) {
    .elementor-section .elementor-container {
        padding: 0 0px;
    }
}
.ekit-wid-con .ekit_sidebar-textwidget
{
	padding-top:15px !important;
}
.icon_11 .elementor-icon-box-icon .elementor-icon
{
	border-style:dashed;
}
.box1 .elementor-image-box-img
{
	overflow:hidden;
	border-radius:15px;
}
.box1 .elementor-image-box-img img
{
	transition:500ms ease all;
}
.box1:hover .elementor-image-box-img img
{
	transform:scale(1.1);
}