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

#medium-searchform {
	display: none !important;
}

.effect-two #site-navigation-wrap .dropdown-menu > li > a.menu-link > span::after {
	background-color: #00CCF8;
}

.elementor-image-carousel-caption {
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	border-bottom-right-radius: 15px
}

.elementor-swiper-button {
	background: rgba(0, 0, 0, 0.5);
	border-radius: 25px;
	padding: 5px;
}