/*!
Theme Name: PARENT THEME CCC
Theme URI:
Author: CustomThemeMakers
Author URI:
Description:This is a custom theme CCC
Version: 1.0.0
Tested up to: 1.0.0
Requires PHP: 7.4
License:GNU General Public License v2 or later
License URI:<https://www.gnu.org/licenses/gpl-2.0.html>
Text Domain: Custom-JL
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
*/

* {
    margin: 0;
    padding: 0;
}

ul li {
/*     list-style: none; */
}

a {
    text-decoration: unset;
}

.jk-breadcrumb .custom-breadcrumb * {
    color: #666;
    font-size: 14px;
}

.jk-breadcrumb .custom-breadcrumb a:hover {
    color: black;
}

.jk-post-content-handle {
    display: flex;
    justify-content: space-between;
}

.jk-post-content-handle .elementor-post__read-more {
    border: 1px solid var(--e-global-color-primary);
    border-radius: 16px;
    height: 26px;
    line-height: 26px;
    padding: 0px 11px;
    color: var(--e-global-color-primary);
}
@media (max-width: 767px) {
    .jk-tabs .cat-posts-empty, .casino-posts-empty-tip {
        background: #fff5f5;
        flex: 1;
        padding: 5px !important;
        margin-top:10px;
    }
    .casino-posts-empty-tip h4{
        margin: 0 !important;
    }
    .jk-breadcrumb .custom-breadcrumb *{
        font-size:15px;
    }
}
