/*
 Theme Name:   Mounthood Child
 Theme URI:    http://mounthood.axiomthemes.com/
 Description:  Mounthood Child Theme
 Author:       Axiomthemes
 Author URI:   http://axiomthemes.com/
 Template:     mounthood
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         flexible-header, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, full-width-template, microformats, post-formats, theme-options, threaded-comments, translation-ready
 Text Domain:  mounthood-child
*/
.mascotte {
    position: fixed;
    width: 10%;
    height: auto;
    z-index: 9999;
    top: 50%;
    right: 1%;
}

/* sub-menu */
.menu_main_nav > li ul {
    width: auto;
}

/* Disattiva completamente le regole "vecchie" delle colonne */
[class*="column-1_"] {
  float: none !important;
  clear: none !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Griglia a 4 colonne */
.sc_columns.columns_wrap {
  display: grid !important;
  grid-template-columns: repeat(4, auto);
  gap: 10px;
}
.sc_columns.columns_wrap:before {
    display: none;
}
/* Ogni item */
.sc_columns.columns_wrap > div {
  height: 550px;
  justify-self: stretch;
}

/* Contenitore immagine */
.sc_team_item_avatar {
  height: 470px;
}

/* Immagini */
.sc_team_item_avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px; /* opzionale */
}


