/*
Theme Name: CCI Brescia
Theme URI: 
Author: Node
Author URI: https://territoriale-wp.nodetest.it
Description:  Child theme di "Territoriale" per personalizzazioni locali
Template:     territoriale             
Version:      1.0.0
Requires at least: 5.9
Tested up to: 6.7
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  cci-brescia
Tags: custom-theme
*/


/* OVERRIDING > Parent Theme, Bootstrap... */

@media (min-width: 1400px) {
  .container {
    max-width: 1320px; /* BS default */
  }
}

@media (min-width: 1500px) {
  .container,
  .container-xl {
    max-width: 1440px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  #navbarNavDropdown .navbar-search-form {
    max-width: 200px;
  }
}

@media (min-width: 1200px) {
  #navbarNavDropdown .navbar-search-form {
    max-width: 200px;
  }
}

@media (min-width: 992px) and (max-width: 1400px) {
    
    #mainSiteHeader .mainNavbarWrapper nav.navbar ul.navbar-nav > li.nav-item {
        margin-right: 0;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    
    #mainSiteHeader .mainNavbarWrapper nav.navbar ul.navbar-nav li.nav-item .nav-link {
        font-size: 0.75rem;
    }
    
    #navbarNavDropdown .navbar-search-form {
        max-width: 170px;
    }
    
}

@media (min-width: 1200px) {
    
    .home .blocco-cpt_partner.blocco-griglia {
        max-width: 80%;
        margin-inline: auto;
    }
}


iframe._iub_cs_activate,
iframe[data-suppressedsrc],
.mappa-contatti__map,
.mappa-iframe, 
.acf-map, 
#mappaCooperative,
.wp-block-embed-youtube {
    background-color: #efefef;
    background-image: url("/wp-content/themes/territoriale/img/cookie_info_blocked_content.svg");
    background-size: 260px 130px;
    background-repeat: no-repeat;
    background-position: center;
}

