/*
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;
	background:transparent !important;
}
.box1 .elementor-image-box-img
{
	overflow:hidden;
}
.box1 .elementor-image-box-img img
{
	transition:500ms ease all;
}.box1:hover .elementor-image-box-img img
{
	transform:scale(1.1);
}
.ekit-wid-con .elementskit-commentor-bio .elementskit-commentor-image>img{
	    border-radius: 10px !important;
    width: 100% !important;
    height: 100% !important;
}
.gallery_1 .elementor-image-gallery .gallery-item img
{
	height: 250px;
    object-fit: cover;
}
@media(max-width:767px)
{
	.gallery_1 .elementor-image-gallery .gallery-item img
	{
		height:180px;
	}
.gallery_1 .elementor-image-gallery .gallery-item
{
	
        max-width: 50% !important;
}
}
.elementor-icon-list-icon svg
{
	max-width: 15px;
}