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

@import 'assets/css/blog.css';
@import 'assets/css/general.css';














/**
** Tags labels styling rules
** for the shortcode blog_tags
** By: Fadi @ Jun 02, 2023
*********************************************
 */



.gp-blog-tags {

}

.gp-blog-tags h5 {
    font-size: 20px;
    font-family: "Lato", Sans-serif;
    font-weight: 700;
}

.gp-blog-tags ul.tag-labels-list {
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 5px 3px 0;
}

li.tag-labels a {
    display: block;
    padding: 10px;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 700;
    font-family: "Montserrat", Sans-serif;
    color: black;
    transition: all 0.3s ease-in-out;
}

li.tag-labels.odd a {
    background-color: #d8f5ff;
}
li.tag-labels.odd:hover a {
    color: #00c0ff;
}

.num-bubble {
    display: inline-block;
    padding: 0 2px;
    min-width: 20px;
    text-align: center;
    border-radius: 3px;
    margin-left: 5px;
    color: white;
}
li.tag-labels.odd a .num-bubble {
    background-color: #00c0ff;
}
li.tag-labels.even a .num-bubble {
    background-color: #ff0044;
}



li.tag-labels.even a {
    background-color: #ffd7e2;
}
li.tag-labels.even:hover a {
    color: #ff0044;
}

@media screen and (min-width: 1024px) {
    .gp-blog-tags h5 {
        font-size: 1.35rem;
    }
}


@media screen and (min-width: 1700px) {
    .gp-blog-tags h5 {
        font-size: 1.5rem;
    }
}

/**
** End of the blog_tags shortcode styling rules
*********************************************
 */