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



/* Tabs Section */

.elementor-tabs-wrapper {
    column-gap: 10px;
}

.elementor-widget-tabs .elementor-tab-title.elementor-active, .elementor-widget-tabs .elementor-tab-title.elementor-active a{
	background-color: #BC000F !important;
	color: #ffffff !important;
	border-radius: 10px;
}

.elementor-widget-tabs .elementor-tab-title, .elementor-widget-tabs .elementor-tab-title a{
	background-color: #FFECED !important;
	color: #BC000F !important;
	border-radius: 10px;
}

/*Header Menu Border line visibility*/
a:active, a:focus {
	outline: 0 !important;
	border: none !important;
	-moz-outline-style: none !important;
}

span.eael-simple-menu-toggle-text{
	display: none !important;
}