/*
Theme Name:     ColoringSmile
Theme URI:      https://coloringsmile.com/
Description:    ColoringSmile
Template:       blogistic
Version:        1.0.0
*/
.archive-description.bottom-description{
    color:#333;
    font-family:"Poppins", "Roboto";
    padding:30px 0;
    font-size:15px;
}
a.custom-logo-link{
    display:flex;
    height:100%;
    align-items:center;
}
.language-switcher-block{
    width:130px;
    position:relative;
    text-align:left;
    color:#333;
}
.language-switcher-button, ul.language-switcher li{
    padding:5px 15px;
}
.language-switcher-button{
   border:2px solid #7e43fd;
   width:130px;
   border-radius:10px;
   cursor:pointer;
   display:flex;
   align-items:center;
   justify-content:space-between;
}
.language-switcher-button i{
    transition:all 0.3s;
}
.language-switcher-button.active i{
    transform:rotate(90deg);
}
.language-switcher-button.active{
    border-radius:10px 10px 0 0;
}
ul.language-switcher{
    margin:0;
    padding:0;
    list-style-type:none;
    flex-direction:column;
    position:absolute;
    top:35px;
    border:2px solid #7e43fd;
    border-width:0 2px 2px 2px;
    width:130px;
    z-index:2000;
    background-color:#fff;
    border-radius:0 0 10px 10px;
    display:none;
}
ul.language-switcher a{
    color:#333;
    text-decoration:none;
    transition:all 0.2s;
}
ul.language-switcher a:hover{
    color:#000;
}
.mfp-bg{
    z-index:10001 !important;
}
.mfp-wrap{
    z-index:10002 !important;
}

.blogistic-you-may-have-missed-section .post-date{
    color:#FFF!important;
}
.image-hover--one article figure.post-thumbnail-wrapper:hover .post-thumnail-inner-wrapper:before{
    background-color:#00000070 !important;
}
.mfp-buttons{
    position:absolute!important;
    bottom:0;
}
.mfp-buttons .coloring-buttons{
    position:absolute;
    bottom:60px;
}
.mfp-buttons a.coloring-button{
    font-size: 1.2rem;
    line-height: 1.5rem;
    border-radius:0 22px 22px 0!important;
    padding:8px 25px!important;
    display:flex;
    align-items:center;
}
ul.coloring-list{
    list-style-type:none;
    margin:0;
    padding:0;
    display:flex;
    flex-wrap:wrap;
    justify-content:flex-start;
    align-items:center;
    gap:10px;
}
ul.coloring-list > li{
    flex:0 0 calc( 25% - 7.5px );
    border:1px solid #7e43fd;
    border-radius:22px;
    overflow:hidden;
    margin-bottom:10px;
    position:relative;
}
ul.coloring-list > li > a{
    display:block;
}
.coloring-buttons{
    position:absolute;
    display:flex;
    width:100%;
    flex-direction:column;
    gap:10px;
    flex-wrap:wrap;
    align-content:flex-start;
    bottom:0;
}
body.single-post article .entry-content a.coloring-button, a.coloring-button{
    color:#FFF;
    background-color:#7e43fd;
    border-radius:22px;
    text-decoration:none!important;
    padding:2px 20px;
}
body.single-post article .entry-content a.coloring-button i, a.coloring-button i{
    margin-right:5px;
}
body.single-post article .entry-content a.coloring-button.print-button, a.coloring-button.print-button{
    border-radius:0 22px 22px 0;
}
body.single-post article .entry-content a.coloring-button.download-button, a.coloring-button.download-button{
    border-radius:0 22px 0 22px;
}
body.archive.category{
    color:#000 !important;
}
ul#recentcomments{
    margin:0;
    padding:0;
    list-style-type:none;
    color:#000;
}
#comments .says{
    padding-left:6px;
}
#comments .comment-metadata{
    margin-right:0;
    margin-left:auto;
}

#blogistic-main-wrap .pagination span, #blogistic-main-wrap .pagination a.page-numbers i{
    line-height:42px;
}

.widget-area #recentcomments a{
    color:#4616ab;
    text-decoration:none;
    transition:all .3s;
}
.widget-area #recentcomments a:hover{
    color:#000;
}
.gg-container{
    width:100%;
    height:auto;
    padding:10px;
    background-color:#F7F2FF;
    border-radius:10px;
}
.gg-t-b, .gg-ic-b, .gg-ic-b2, .gg-sb-b{
    width:100%;
    height:auto;
}
.gg-t-b ins, .gg-ic-b ins, .gg-ic-b2 ins, .gg-sb-b ins{
    background:transparent;
}
@media screen and (max-width:1864px){
    ul.coloring-list > li{
        flex:0 0 calc( 33.333% - 7px );
    }
}
@media screen and (max-width:1420px){
    ul.coloring-list > li{
        flex:0 0 calc( 50% - 5px );
    }
}
@media screen and (max-width:972px){
    ul.coloring-list > li{
        flex:0 0 100%;
    }
}
@media screen and (max-width:940px){
    ul.coloring-list > li{
        flex:0 0 calc( 50% - 5px );
    }
}
@media screen and (max-width:675px){
    ul.coloring-list > li{
        flex:0 0 100%;
    }
}