/*
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;
}
.ekit-wid-con .ekit_sidebar-textwidget
{
	padding-top:15px !important;
}
.home .header-1
{
	position:absolute;
	width:100%;
	z-index:5;
	background:transparent !important;
}
.img_1 img
{
	-webkit-animation: rotation 50s infinite linear;
}
@keyframes rotation
{
	0% {
    -webkit-transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(300deg);
}
}
.elementor-1070 .elementor-element.elementor-element-3f5446c .pp-wpforms .wpforms-submit-container .wpforms-submit
{
	height:100%;
}
.gal_1 .gallery .gallery-item img
{
	height:300px;
	object-fit:cover;
}
@media(max-width:1024px)
{
.gal_1 .gallery .gallery-item img
{
	height:200px;
	object-fit:cover;
}
}