/*
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 */
.jeg_meta_date .fa-clock-o,
.jeg_meta_date i.fa-clock-o,
.jeg_post_meta .fa-clock-o,
.jeg_post_meta i.fa-clock-o,
i.fa-clock-o,
.fa-clock-o {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    width: 0 !important;
    height: 0 !important;
    font-size: 0 !important;
    line-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}
.icon-clock,
i.icon-clock,
i[class*="icon-clock"] {
    display: none !important;
}
a:focus,
button:focus,
input:focus,
textarea:focus,
select:focus,
[tabindex]:focus,
div:focus,
img:focus {
    outline: none !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    border-color: transparent !important;
}

/* Remove any transitions that might be causing a lingering effect */
a, button, input, textarea, select, [tabindex], div, img {
    transition: none !important;
}

/* Specifically target WordPress menu items */
.menu-item a:focus,
.wp-block-navigation-item a:focus {
    outline: none !important;
    box-shadow: none !important;
}

/* Target OceanWP specific classes if needed */
.oceanwp-desktop-menu a:focus,
.oceanwp-mobile-menu a:focus {
    outline: none !important;
    box-shadow: none !important;
}
