/*
Theme Name: Elementic Child
Template: elementic
Description: Child theme for Elementic — overrides footer, keeps styles intact
Author: Your Name
Version: 1.0
*/

.wp-block-search {
    width: 100%;
}

.wp-block-search__inside-wrapper {
    width:100%;
}

.el-blog-tabs {
    display:none !important;
}

.el-widget.el-categories {
    display:none !important;
}

.el-card-media .el-chip {
    display:none !important;
}

@media screen and (max-width: 768px) {
    #primary.site-main:not(.site-content #primary.site-main) {
        padding: 20px 15px !important;
    }
}