/*
Theme Name: OceanWP Child
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme example child theme.
Author: Anelym
Author URI: https://anelym.fr/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

.contact-info-widget.default i{
	border: none!important;
	color: #98cf47!important;
	font-size: 150%!important;
}

.widget-title{
	border-color: #98cf47!important;
}

.custom-menu-widget .oceanwp-custom-menu > ul > li {
    border-bottom: none!important;
}

body.elementor-kit-11 button{
	background-color: transparent !important;
}

body.elementor-kit-11 button:hover{
	background-color: transparent!important;
}