/*
Theme Name:     Foxiz child
Template:      	foxiz
Theme URI:      https://foxiz.themeruby.com
Author:         Theme-Ruby
Author URI:     https://themeforest.net/user/theme-ruby/portfolio/
Description:    Make your modifications to Foxiz in this child theme.
Version:        1.0
Tags:           custom-background, custom-menu, featured-images, theme-options, custom-colors, translation-ready, threaded-comments, translation-ready
License:        Themeforest Licence
License URI:    https://themeforest.net/licenses/standard
*/

/* Your CSS code goes here
-------------------------------------- */

.ecat-bg-1 .p-category,
.ecat-bg-2 .p-category,
.ecat-bg-3 .p-category{
    display: none !important;
}

h4.entry-title {
    font-size: 18px;
}

h2.entry-title {
    font-size: 24px;
}

h3.entry-title {
    font-size: 20px;
}

#rb-privacy, .no-pagination-cat .pagination-number,#footer-slideup,.sponsor-meta,.block-wrap .rb-error{
    display: none !important;
}


.pagination-number {
    gap: 0px !important;
}

.search-icon-svg {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url("https://foxiz.themeruby.com/enterprise/wp-content/uploads/sites/2/2022/12/search.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    filter: brightness(0) invert(1);
        /* îl face alb */
}

@media only screen and (max-width: 600px) {
    .mobile-qview .menu-item-44{
        display: none !important;
    }
}