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

.elementor-posts .elementor-post__badge{
    position: relative !important;
    display: table-cell !important;
    top: -290px !important;
    background-color:#77B444 !important;
}

.elementor-post__badge a{
    color: #fff !important;
}

.elementor-posts .elementor-post__badge:not(:first-child) {
    margin-left: -6% !important;
}

.elementor-posts .elementor-post__badge.category-item-1 {
    display: none !important;
}
