/*
Theme Name: Astra Child
Theme URI: https://wpastra.com/
Description: Child theme for the Astra theme
Author: Your Name
Author URI: https://yourwebsite.com
Template: astra
Version: 1.0.0
*/

/* You can add your custom CSS below this line */
.site-navigation, .menu-toggle{
    display:none!important;
}

.home-categories{
    max-width:800px;
    margin:30px auto;
}

.mtkb-portfolio-button, .mtkb_knowledge-list2 a.count-link, .mtkb_knowledge-list1 h3.heading:before, .mtkb-knowledge-search button#mtkb_searchsubmit, .mtkb-knowledgebase-shortcode-archive-ordered ul.mtkb-knowledgebase-list li, .mtkb_knowledge-list-most .mtkb-knowledgebase-count, .mtkb_knowledge-list-most .count-link{
    background:#25519a;
}

.mtkb_knowledge-list2 li.post_title::before, .mtkb_knowledge-list1 li.post_title::before, .mtkb_knowledge-list-most li.post_title::before{
    color:#25519a;
}

@media screen and (max-width: 1200px) {
    .home-search{
        margin-top:40px;
    }
}