body.page-view-custom-search {
    #block-mycustom-theme-exposedformcustom-searchpage-1 {
        margin-bottom: 30px;
    }
}

.path-search {
    

    .node_search-results {
        display: block;

        .list-group-item {
            width: 25%;
            margin-bottom: 20px;
            float: left;
            padding: 0px;
            border: none;
            padding-left: 12px;
            padding-right: 12px;
            background-color: transparent;
        }
    }

    #edit-help-link {
        display: none;
    }

    #block-mycustom-theme-content > .content > h2 {
        display: none;
    }
}

body.page-view-posts,
body.node--type-post-frmf,
body.node--type-post-cities,
body.node--type-post-stadiums,
body.node--type-post-events,
body.node--type-post-projects,
body.node--type-post-botola,
body.node--type-post-services,
body.node--type-post-moroccomania,
body.node--type-post-national-team {
    #block-mycustom-theme-page-title {
        display: none;
    }
    .news-feed {
        margin-left: 20px !important;
        width: 97%;
        margin-bottom: 20px;

        .post-box {
            .post_body_box {
                width: 560px;
            }
        }

        .black-post-middle {
            width: 830px;
        }
    }
    .user-feed-menu {
        display: none;
    }
    
}

#block-mycustom-theme-search-form-wide,
#block-mycustom-theme-exposedformcustom-searchpage-1 {
    width: 100%;

    .content {
        width: 100%;

        .form-type-search,
        .form-type-search-api-autocomplete {
            width: 90%;
            margin-right: 20px;
            margin-left: 25px;

            label {
                display: none;
            }
        }

        .form-submit {
            background-color: green;
            border: none;
        }
    }

    .ui-autocomplete-field-group {
        /*display: none !important; */
    }

    
}