.dario-bg:hover {
  background-color: #1E293B !important;
}

#content {
  min-width: 360px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "fieldwork", serif;
}

h1 {
  font-size: 2.5rem !important;
  line-height: 1.2;
}

h2 {
  font-size: 2rem !important;
  line-height: 1.3;
}

h3 {
  font-size: 1.75rem !important;
  line-height: 1.4;
}

h4 {
  font-size: 1.5rem !important;
  line-height: 1.4;
}

h5 {
  font-size: 1.25rem !important;
  line-height: 1.5;
}

h6 {
  font-size: 1rem !important;
  line-height: 1.5;
}

p, div, input {
  font-family: "museo-sans", sans-serif;
  font-weight: 300 !important;
}

b, strong {
  font-weight: 700 !important;
}

.border-bottom-yellow {
  border-bottom: 5px solid #ffdc38 !important;
}

.studiabolario-yellow-bg {
  background: #ffdc38 !important;
}

.studiabolario-yellow {
  color: #ffdc38 !important;
}

.autocomplete-suggestions::-webkit-scrollbar {
  width: 8px;
}
.autocomplete-suggestions::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.autocomplete-suggestions::-webkit-scrollbar-thumb {
  background: #888;
}
.autocomplete-suggestions::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.container-lg {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
}

.banner-rotating {
  background-image: url("https://studiabolario.virtualmin0.mitdev.it/wp-content/uploads/2025/11/Banner_new.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  height: 420px !important;
  min-height: 420px !important;
  max-height: 420px !important;
}

.banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 420px !important;
  background-color: rgba(255, 255, 255, 0.4);
  z-index: 1;
}

.banner-container {
  position: relative;
  z-index: 2;
  height: 420px !important;
  min-height: 420px !important;
  max-height: 420px !important;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.rotating-content-wrapper {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  min-height: 0;
}

.rotating-title {
  margin-bottom: 20px;
  font-size: 3.5em;
  color: #333 !important;
  height: 80px;
  min-height: 80px;
  max-height: 80px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.rotating-excerpt {
  font-size: 1.2em;
  line-height: 1.6;
  max-width: 800px;
  color: #444;
  height: 192px;
  min-height: 192px;
  max-height: 192px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}

.searchbox-input {
  width: 100%;
  max-width: 600px;
}

.rotating-link {
  color: inherit !important;
  text-decoration: none;
}
.rotating-link:hover {
  color: inherit !important;
}

.rotating-excerpt-responsive {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  height: auto;
  max-height: 200px;
}

#searchbox::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

#searchbox::placeholder {
  color: rgba(0, 0, 0, 0.5);
}

#header.menu-studiabolario.dark #header-wrap:not(.not-dark) #logo {
  border-right: none;
}
#header.menu-studiabolario.dark #header-wrap:not(.not-dark) #logo img {
  height: 50px;
  position: relative;
  top: 25px;
  left: 12px;
}
#header.menu-studiabolario.dark.sticky-header #header-wrap:not(.not-dark) #logo {
  border-right: none;
}
#header.menu-studiabolario.dark.sticky-header #header-wrap:not(.not-dark) #logo img {
  height: 40px;
  position: relative;
  top: 10px;
}

#primary-menu ul li > a {
  color: #eee;
}
#primary-menu ul li > a:hover {
  color: #ffdc38 !important;
}

#header.sticky-header:not(.static-sticky) #header-wrap {
  height: 70px !important;
}

#home input, #single input, #base input, #indice input {
  background-color: rgba(0, 0, 0, 0.25);
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 5px solid #ffdc38;
  width: 100%;
  font-size: 30px;
  line-height: 60px;
  padding-left: 50px;
}

#home .section {
  background-color: #fff;
}

.rounded-skill {
  height: 200px;
  width: 200px;
}
.rounded-skill .counter {
  height: 200px;
  line-height: 200px;
}

.most-readed-head, #main-container-base a {
  position: relative;
  display: inline-block;
}
.most-readed-head:after, #main-container-base a:after {
  content: "";
  height: 5px;
  width: 40px;
  background-color: #ffdc38;
  position: absolute;
  bottom: -5px;
  left: 0;
  transition: width 0.3s ease;
}
.most-readed-head:hover:after, #main-container-base a:hover:after {
  width: 100%;
}

.most-readed-body p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
}

.link-most-readed {
  color: #555 !important;
}

#ultime-parole {
  padding: 0 50px;
}
#ultime-parole .col_full {
  padding: 80px 30px 0 30px;
}
#ultime-parole #box-parole {
  display: flex;
  justify-content: space-between;
}
#ultime-parole #box-parole h4 {
  position: relative;
  display: inline-block;
}
#ultime-parole #box-parole h4:before {
  content: "";
  position: absolute;
  top: 34px;
  left: 50%;
  width: 0px;
  height: 5px;
  background-color: #ffdc38;
  transition: all 0.25s;
}
#ultime-parole #box-parole h4:after {
  content: "";
  position: absolute;
  top: 34px;
  left: 50%;
  width: 0px;
  height: 5px;
  background-color: #ffdc38;
  transition: all 0.25s;
}
#ultime-parole #box-parole h4:hover:before {
  width: 60%;
  left: -10%;
}
#ultime-parole #box-parole h4:hover:after {
  width: 60%;
}

#single p {
  font-size: 20px;
}
#single .col-md-8 {
  text-align: justify;
  color: #000;
}
#single .col-md-8 h3 {
  position: relative;
  display: inline-block;
}
#single .col-md-8 h3:after {
  content: "";
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #ffdc38;
}
#single .col-md-8 .col_full {
  text-align: left;
  margin-bottom: 0px;
  position: static;
}
#single .col-md-8.titolo-e-social a {
  position: absolute;
  top: 0;
}
#single .col-md-8.paginazione-single {
  height: 50px;
}
#single .col-md-8.paginazione-single a {
  color: #000;
}
#single .col-md-8.paginazione-single a div {
  position: relative;
}
#single .col-md-8.paginazione-single a div img {
  position: absolute;
  top: -6px;
  height: 50px;
}
#single .col-md-8.paginazione-single a div img.freccia-sx {
  left: -50px;
}
#single .col-md-8.paginazione-single a div img.freccia-dx {
  right: -50px;
}
#single .col-md-8.paginazione-single a div b:after {
  content: "";
  position: absolute;
  top: 26px;
  left: -7%;
  width: 114%;
  height: 5px;
  background-color: #ffdc38;
}
#single .col-md-8 a {
  color: #000;
  text-decoration: none;
  border-bottom: 3px solid #ffdc38;
}

#legenda-simboli {
  position: static;
  max-width: 300px;
  right: 20px;
  top: 0vh;
  padding: 1rem 1rem 1rem 0px;
  background: #fafafa;
  margin-top: 80px;
}
#legenda-simboli .entry-meta p {
  font-size: 16px;
}

#base ul, #base ol {
  padding-left: 15px;
}

.letter-divider {
  font-size: 5rem !important;
  color: #ffdc38 !important;
  font-weight: bold !important;
  margin-bottom: 0 !important;
}

.alphabet-filter-desktop-container {
  margin-bottom: 2rem;
}

.indice-main-content {
  margin-left: 80px;
  min-height: 100vh;
}

#portfolio {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  width: 100%;
}

.letter-group {
  width: 100%;
}

.letter-word-list {
  -moz-column-count: 1;
       column-count: 1;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}

.word-card {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  margin-bottom: 0.75rem;
}

.is-hidden {
  display: none !important;
}

.alphabet-filter-container {
  position: fixed;
  left: 0;
  top: 0;
  width: 80px;
  height: 100vh;
  background: white;
  z-index: 999;
  box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
  overflow-y: auto;
  overflow-x: hidden;
  padding-top: 50px;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.alphabet-filter-container::-webkit-scrollbar {
  display: none;
}

.alphabet-filter {
  display: flex;
  flex-direction: column;
  padding: 0.5rem;
  gap: 4px;
}
.alphabet-filter li {
  list-style: none;
  width: 100%;
  border-bottom: none;
}

.filter-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-width: auto;
  height: 40px;
  padding: 0.5rem;
  background: #f8f9fa;
  border: 2px solid transparent;
  border-radius: 8px;
  color: #333;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s ease;
}
.filter-link:hover {
  background: #ffdc38;
  color: #fff !important;
  border-color: #ffdc38;
  transform: none;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.activeFilter .filter-link {
  background: #ffdc38;
  color: #fff;
  border-color: #ffdc38;
}

.filter-letter {
  font-size: 0.9rem;
  font-weight: 700;
}

#main-container-base a {
  margin-bottom: 10px;
}

#footer .fright p + p:before {
  content: "/ ";
}
#footer .fright a {
  color: rgba(255, 255, 255, 0.25);
}/*# sourceMappingURL=style-boeros.css.map */