/*!
Theme Name: larson child
Theme URI: https://bslthemes.site/larson/
Author: beshleyua
Author URI: https://themeforest.net/user/beshleyua
Description: Larson - Architecture WordPress Theme
Version: 1.1.0
License: General Public License
License URI: http://www.gnu.org/licenses/gpl.html
Template: larson
Text Domain: larson-child
Tags: full-width-template, editor-style, featured-images, sticky-post, threaded-comments, translation-ready, theme-options
*/

.current-menu-itemnavigation__item > a,
.current_page_itemnavigation__item > a,
.navigation__item--current .navigation__link {
    color: #003939 !important; /* Usa lo stesso colore degli elementi non attivi */
}

function larson_child_limit_portfolio_css() {
    ?>
    <style>
      /* Nasconde tutti gli item dopo il 20° */
      .projects-masonry__item:nth-child(n+21) {
        display: none !important;
      }
    </style>
    <?php
}
add_action( 'wp_head', 'larson_child_limit_portfolio_css' );
