/*
Theme Name: Rook Child Theme
Template: rook
Theme URI: https://rook.axiomthemes.com/
Description: Rook Child Theme
Author: AxiomThemes
Author URI: https://axiomthemes.com/
Version: 1.0
Tested up to: 6.8
Requires at least: 5.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, e-commerce, portfolio, grid-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-image-header, featured-images, flexible-header, footer-widgets, full-width-template, microformats, post-formats, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks
Text Domain: rook
*/


/* =Child-Theme customization starts here
------------------------------------------------------------ */
.vp-filter__style-default .vp-filter__item.vp-filter__item-active {
    --vp-filter-default--items-hover__background-color: #fcb040;
    --vp-filter-default--items__background-color: #fcb040;
}

.element-button-wrapper.back-to-realisations {
    margin-bottom: 30px;
}

.portfolio-category-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
    margin-bottom: 20px;
}

.portfolio-category-wrapper .portfolio-category {
    padding: 4px 12px;
    border-radius: 2px;
    background-color: var(--theme-color-link);
    color: var(--theme-color-title);
    font-size: 13px;
    font-weight: 600;
}