/*
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 */

#menu-item-725 span {
	background-color: #40A5D1;
	color: #FFFFFF !important;
  	border-radius: 10px 10px 10px 10px;
  	padding: 15px 40px 15px 40px;
	transition: .2s ease-out;
}

#menu-item-725 span:hover {
	opacity: 0.5;
}

ul p {
	margin: 0 !important;
}

.elementor-widget-text-editor ul li {
	padding: 0 4px;
}

.elementor-widget-text-editor ul li:nth-child(even) {
	background-color: rgba(64, 165, 209, 0.1);
	border-radius: 0 15px 15px 0;
}