/*
Theme Name: Hello Elementor - Child
Theme URI:  https://elementor.com/hello-theme/
Author: Hello-Elementor-Child
Author URI:  https://elementor.com/hello-theme/
Description: This is Hello Elementor - Child
Template: hello-elementor
Version: 1.0.0

*/

/*---------------------------------
    Write your css code from here
------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Aclonica&display=swap');
.tag-category-widget h5{
    display: none;
}

.list-category-widget .elementor-icon-list-item a{
        background-color: #F7F9FB;
    margin: 0px 0px 11px 0px;
    padding: 16px 0px 17px 30px;
}
.list-category-widget .elementor-icon-list-item a:hover{
    background-color: #100249;
}
.tag-category-widget .tagcloud{
    
    display: flex;
    flex-wrap: wrap;
}
.tag-category-widget .tagcloud a{
        background-color: #F7F9FB;
    font-size: 16px !important;
    font-weight: 400;
        border-radius: 0px 0px 0px 0px;
    padding: 11px 20px 11px 20px;
    color: #7a7a7a;
    margin: 0px 15px 10px 0px;
        
}
.tag-category-widget .tagcloud a:hover{
    background-color: #100249;
    color: #fff;
}

/* .title-kq span{
        font-size: 57px;
            display: inline-block;
    font-weight: 400;
    color: #fb3030;
        -webkit-transition: all .3s ease;
    transition: all .3s ease;
    font-family: "Aclonica", sans-serif;
} */

.box-img-topik .elementor-image-box-title{
    padding: 0px 30px 0px 30px;
}
@media (min-width: 768px) {
    .name-course-header {
        min-height: 77px !important;
    }
}