/* 
Theme Name: EmplArt
Theme URI: https://nkey.it
Description: EmplArt is a child theme of Hello Elementor, created by Gianmarco Rossi
Author: Elementor Team
Author URI: https://nkey.it
Template: hello-elementor
Version: 2.0.0
Text Domain: ea
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* 
#b02c2c -> Vinaccia
#2ba5a0 -> Teal
#e9e2d6 -> Beige
#e6a330 -> Orange
*/



/* Add your custom styles here */
.my-card-thumb-wrapper {
    position: relative;
}

.my-card-badges-wrapper {
    display: flex;
    gap: 5px;
}

.my-card-badge {
    background: #2ba5a0;
    color: white;
    padding: 3px 8px;
    border-radius: 3px;
    font-size: 12px;
}

.my-card-date-circle {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #e63946;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-weight: 700;
}

.my-card-date-circle .blog_j {
    font-size: 18px;
    line-height: 1;
}

.my-card-date-circle .blog_m {
    font-size: 12px;
    text-transform: uppercase;
    line-height: 1;
}
