/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

#pmpro_pricing_fields{
	display:none;
}

.elementor-kit-10 input:not([type="button"]):not([type="submit"]), .elementor-kit-10 textarea, .elementor-kit-10 .elementor-field-textual {

    border-color: #44539b!important;
}

/* WRAPPER */
.si-materia-subcats-wrap{
  margin: 18px 0 24px;
}

/* TITOLO */
.si-subcats-title{
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .2px;
  margin-bottom: 10px;
  opacity: .85;
  text-align: center;
}

/* LIST RESET + CENTER */
.si-materia-subcats{
  list-style: none;
  padding-left: 0;
  margin: 10px 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center; /* CENTRO */
}

/* LI: centro anche i livelli sotto */
.si-materia-subcats li{
  display: flex;
  flex-direction: column;
  align-items: center; /* CENTRO */
  gap: 8px;
}

/* LINK AS PILL */
.si-materia-subcats a{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(0,0,0,.12);
  background: #fff;
  color: inherit;
  text-decoration: none;
  font-weight: 600;
  line-height: 1;
  transition: transform .12s ease, box-shadow .12s ease, border-color .12s ease;
  text-align: center;
}

/* HOVER */
.si-materia-subcats a:hover{
  transform: translateY(-1px);
  border-color: rgba(0,0,0,.22);
  box-shadow: 0 8px 20px rgba(0,0,0,.08);
}

/* ACTIVE TERM */
.si-materia-subcats a.is-current{
  border-color: rgba(0,0,0,.35);
  box-shadow: 0 10px 24px rgba(0,0,0,.10);
}

/* LIVELLI SOTTO: centrati */
.si-materia-subcats.level-2,
.si-materia-subcats.level-3{
  width: 100%;
  margin-top: 8px;
  padding-left: 0;
  border-left: none;
  gap: 8px;
  justify-content: center;
}


/* banner cookie */
button.cky-btn {
    font-weight: INHERIT;
    text-transform: INHERIT;
    letter-spacing: 0;
    padding: 10px 20px 10px 20px;
    margin: 2px;
}

/* Responsive */
@media (max-width: 520px){
  .si-materia-subcats{
    gap: 8px;
  }
  .si-materia-subcats a{
    padding: 9px 12px;
  }
}
