/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
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
*/

/* Add your custom styles here */
#custom-archive-grid {}

#custom-archive-grid .elementor-grid-item {
    border-radius:30px !important;
    overflow: hidden;
}

#custom-archive-grid .elementor-post__badge {
    background: #08f;
    border-radius: 3px;
    display: inline-block;
    font-size: 13px !important;
    line-height: 14px;
    color: #fff;
    text-transform: none !important;
    right: auto !important;
    left: 20px !important;
    top: 20px;
}

#custom-archive-grid .elementor-post__thumbnail__link {
    padding: 0px !important;
    margin-bottom:0px !important;
}

#custom-archive-grid .elementor-post__thumbnail {
    padding: 20px 20px 0px 20px !important;
}

#custom-archive-grid .elementor-post__thumbnail img {
    display: block;
    width: 100% !important;
    max-height: none;
    max-width: none !important;
    transition: filter .3s;
    border-radius: 20px 20px 20px 20px !important;
    opacity: 1;
    position: relative !important;
    transform: none !important;
    top:auto !important;
    left:auto !important;
}

#custom-archive-grid .elementor-post__thumbnail__link:after {
    content:'';
    display: none !important;
}

#custom-archive-grid .elementor-post__title a {
    color:#002856 !important;
    font-size:24px !important;
    line-height: 30px !important;
}

#custom-archive-grid .elementor-post__text {
    margin-top:20px !important;
}

#custom-archive-grid .elementor-post__date {
    color:#6c6c6c !important;
}

#custom-archive-grid .elementor-post__card:hover .elementor-post__title a {
    color:#00adef !important;
}

#custom-archive-grid .elementor-post__meta-data:before {
    content:"\e9ec";
    font-family: elementskit!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color:#00adef !important;
    padding-right:7px !important;
}

#custom-archive-grid .elementor-post__meta-data {
    border-top:0px !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 28px !important;
    letter-spacing: 0.5px !important;
    color:#6c6c6c !important;
}