/*
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 */
#site-header {
    background-color: #ffffff !important;
    border-bottom: 2px solid #dcdcdc;
}

#site-navigation-wrap .dropdown-menu > li > a {
    color: #333333 !important;
    font-weight: bold;
}

#site-navigation-wrap .dropdown-menu > li > a:hover {
    color: #7a3cff !important;
}

/* INFO BOX */
.elementor-widget-icon-box .elementor-icon-box-wrapper {
    background-color: #f5f5f5 !important;
    border: 1px solid #dddddd;
    border-radius: 8px;
    padding: 15px;
}

.elementor-widget-icon-box .elementor-icon-box-title {
    color: #222222 !important;
}

