:root {
  --black: #000;
  --white: #fff;

  /* Primary colour palette */
  --color-blue: #3b44b5;
  --color-purple: #923472;
  --color-green-primary: #b7db6e;
  --color-yellow: #f4cf80;

  /* Secondary colour palette */
  --color-orange: #f4ab63;
  --color-salmon: #f06c6a;
  --color-pink: #e070a2;
  --color-green-secondary: #28ae62;

  /* Neutral colour palette */
  --color-light-grey: #f6f8f9;
  --color-grey: #d0d1d3;
  --color-dark-grey: #505050;
  --color-white: #ffffff;
  --color-black: #000000;
}
html {
  scroll-behavior: smooth;
}
body {
  color: var(--black);
}
body.admin-bar .fixed-top {
  top: 32px;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 500;
  color: var(--black);
}
article h1,
article h2,
article h3,
article h4 {
  margin-top: 1.4rem;
  margin-bottom: 0.7rem;
}
/* Helpers */
.alignleft {
  float: left;
  margin-right: 1.5rem;
}
.alignright {
  float: right;
  margin-left: 1.5rem;
}
.aligncenter {
  display: block;
  margin: 0 auto 1.5rem;
}
a,
.btn-link,
.page-link {
  color: var(--color-blue);
}
a:hover,
a:focus,
.btn-link:hover,
.page-link:hover {
  color: var(--color-blue);
}
.textwidget img,
article img {
  max-width: 100%;
  height: auto;
}
.bgcover {
  background-repeat: no-repeat;
  background-size: cover !important;
  background-position: center;
}
/* video embed */
.embed-youtube,
.embed-vimeo {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  clear: both;
}
.embed-youtube iframe,
.embed-vimeo iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
iframe,
object,
embed {
  max-width: 100%;
}
/* calendar */
.widget_calendar .widget-title,
.widget_websoupevents_calendar .widget-title {
  background-color: var(--color-blue);
  color: #fff;
  padding: 0.2rem 0.6rem;
}
.widget_calendar caption {
  caption-side: top;
  text-align: center;
  font-weight: bold;
  color: var(--color-blue);
  padding-top: 0.125rem;
}
.widget_calendar table {
  width: 100%;
  position: relative;
}
.widget_calendar tbody td,
.widget_calendar thead th {
  border-top: 1px solid #dee2e6;
  padding: 0.3rem;
}
.widget_calendar tfoot #prev {
  position: absolute;
  top: 0;
  left: 0;
}
.widget_calendar tfoot #next {
  position: absolute;
  top: 0;
  right: 0;
}
.widget_calendar tfoot .pad {
  display: none;
}
.widget_calendar thead th,
.widget_calendar tbody td {
  text-align: center;
}
.widget_calendar tbody a {
  background-color: var(--color-blue);
  color: #fff;
  border-radius: 50%;
  display: inline-block;
  width: 1.688rem;
}
.widget_calendar tbody td a:hover {
  background-color: var(--color-blue);
  text-decoration: none;
}
/* Article */
article header p {
  margin-bottom: 0.5rem;
}
article time {
  font-weight: 600;
}
/* Footer */
footer.footer {
  overflow-y: hidden;
  background-size: auto 3rem;
  padding-top: 6rem;
  background-position: center -1px;
  background-repeat: repeat-x;
  background-image: url("data:image/svg+xml,%3Csvg width='1720' height='50' viewBox='0 0 1720 50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect y='0.571289' width='107.623' height='49.1429' fill='%23F06C6A'/%3E%3Crect x='322.869' y='0.571289' width='107.131' height='49.1429' fill='%233B44B5'/%3E%3Crect x='107.623' y='0.571289' width='107.131' height='49.1429' fill='%23E070A2'/%3E%3Crect x='430' y='0.571289' width='107.623' height='49.1429' fill='%2328AE62'/%3E%3Crect x='214.754' y='0.571289' width='108.114' height='49.1429' fill='%23923472'/%3E%3Crect x='537.623' y='0.571289' width='107.131' height='49.1429' fill='%23B7DB6E'/%3E%3Crect x='644.754' y='0.571289' width='108.114' height='49.1429' fill='%23F4AB63'/%3E%3Crect x='752.377' y='0.571289' width='107.623' height='49.1429' fill='%23F4CF80'/%3E%3Crect x='860' y='0.571289' width='107.623' height='49.1429' fill='%23F06C6A'/%3E%3Crect x='1182.87' y='0.571289' width='107.131' height='49.1429' fill='%233B44B5'/%3E%3Crect x='967.623' y='0.571289' width='107.131' height='49.1429' fill='%23E070A2'/%3E%3Crect x='1290' y='0.571289' width='107.623' height='49.1429' fill='%2328AE62'/%3E%3Crect x='1074.75' y='0.571289' width='108.114' height='49.1429' fill='%23923472'/%3E%3Crect x='1397.62' y='0.571289' width='107.131' height='49.1429' fill='%23B7DB6E'/%3E%3Crect x='1504.75' y='0.571289' width='108.114' height='49.1429' fill='%23F4AB63'/%3E%3Crect x='1612.38' y='0.571289' width='107.623' height='49.1429' fill='%23F4CF80'/%3E%3C/svg%3E%0A");
}
.preheader {
  color: var(--white);
  background-color: var(--color-blue);
}
.preheader a {
  color: var(--white);
}
.colophon {
  background-color: var(--black);
  color: var(--white);
}
.colophon a {
  color: var(--white);
}
/* Color validator fix */
#totop {
  width: 30px;
  height: 30px;
  text-align: center;
  background: var(--color-blue);
  color: #ffffff;
  display: none;
  position: fixed;
  bottom: 60px;
  right: 20px;
  line-height: 30px;
  z-index: 900;
  box-sizing: content-box;
}
.gallery .gallery-icon {
  text-align: center;
}
div[class*="gallery-columns-"] {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.gallery > figure {
  display: inline-block;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.gallery-columns-1 > figure {
  width: 100%;
}
.gallery-columns-2 > figure {
  width: 50%;
}
.gallery-columns-3 > figure {
  width: 33.33%;
}
.gallery-columns-4 > figure {
  width: 25%;
}
.gallery-columns-5 > figure {
  width: 20%;
}
.gallery-columns-6 > figure {
  width: 16.66%;
}
.gallery-columns-7 > figure {
  width: 14.28%;
}
.gallery-columns-8 > figure {
  width: 12.5%;
}
.gallery-columns-9 > figure {
  width: 11.11%;
}
.admin-bar .navbar-main.fixed-top {
  top: 32px !important;
}
/**/

.bgwhite {
  background-color: var(--white);
}
.wp-block-button__link,
.btn {
  padding: 0.5rem 1.5rem;
  text-decoration: none;
  line-height: var(--bs-btn-line-height);
  border-width: 0;
  border-radius: 1.5rem;
}
a.wp-block-button__link {
  background-color: var(--color-blue);
  color: var(--white);
}
.wp-block-button__link:hover {
  color: var(--white);
  background-color: var(--color-blue);
}
.wpcf7-form-control-wrap {
  display: block;
}
.radioblock .wpcf7-list-item {
  display: block;
}
#gdpr-cookie-consent-bar,
#gdpr-cookie-consent-show-again {
  box-shadow: none !important;
}
.active > .dropdown-item,
.dropdown-item.active,
.dropdown-item:active {
  color: var(--white);
  background-color: var(--color-blue);
}
/**/
.navbar-brand img {
  width: 290px;
}
.nav-link {
  color: var(--color-blue);
  font-weight: bold;
}
.rainbowbottom1 {
  overflow-y: hidden;
  padding-bottom: 8rem;
  background-position: center calc(100% + 1px);
  background-size: auto 6rem;
  background-repeat: repeat-x;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1720' height='151' fill='none'%3E%3Cpath fill='%23F06C6A' d='M0 39.485c0-5.523 4.477-10 10-10h205.246v120.892H0V39.485Z'/%3E%3Cpath fill='%23E070A2' d='M155.293 10c0-5.523 4.477-10 10-10h255.2c5.523 0 10 4.477 10 10v140.377h-275.2V10Z'/%3E%3Cpath fill='%23B7DB6E' d='M1075.25 10c0-5.523 4.47-10 10-10h255.2c5.52 0 10 4.477 10 10v140.377h-275.2V10Z'/%3E%3Cpath fill='%23F4AB63' d='M1289.51 39.485c0-5.523 4.47-10 10-10h205.24v120.892h-215.24V39.485Z'/%3E%3Cpath fill='%23923472' d='M309.602 39.485c0-5.523 4.477-10 10-10h265.2v120.892h-275.2V39.485Z'/%3E%3Cpath fill='%233B44B5' d='M584.801 10c0-5.523 4.477-10 10-10h255.2c5.523 0 10 4.477 10 10v140.377h-275.2V10Z'/%3E%3Cpath fill='%2328AE62' d='M860 29.485h215.25v120.892H860V29.485Z'/%3E%3Cpath fill='%23F4CF80' d='M1444.8 10c0-5.523 4.48-10 10-10H1710c5.52 0 10 4.477 10 10v140.377h-275.2V10Z'/%3E%3C/svg%3E");
}
.rainbowbottom {
  padding-bottom: 3rem;
  }
.ohidden {
  overflow: hidden;
}
.whiteacco {
  background: var(--white);
  padding: 0 1.5rem;
  border-radius: 1rem;
  margin-bottom: 1rem;
  color: var(--black);
}
.whiteacco a {
  color: var(--black);
}
.whiteacco .c-accordion__title {
  font-size: 1.5rem;
  color: var(--color-blue);
  font-weight: 500;
  margin: 0;
  padding: 1.25rem 0;
  line-height: 1;
}
.whiteacco .c-accordion__title::after {
  color: var(--color-blue);
  font-weight: 600;
}
.whiteacco .c-accordion__content {
  border-top: 1px solid var(--color-blue);
  padding: 1rem 0 0.5rem 0;
}
.growicon {
  position: relative;
  padding-left: 2.75rem;
  line-height: 2rem;
}
.growicon::before,
.growicon::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  height: 2rem;
  width: 2rem;
  background-color: var(--color-blue);
  border-radius: 0.5rem;
}
.growicon::after {
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 290 286'%3E%3Cpath fill='%23fff' d='M0 48.6C0 21.8 21.7 0 48.4 0h193.1c26.8 0 48.4 21.8 48.4 48.6v194c0 26.9-21.7 43.4-48.4 43.4s-48.4-21.8-48.4-48.6v-71.3L89.8 269.8c-18.9 19-49.6 19-68.5 0S2.4 220 21.3 201L124.6 97.3H48.4C21.7 97.3 0 75.5 0 48.6Z'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 60%;
}
.nav-link {
  font-weight: 400;
  color: var(--black);
}
.shopbtn > a {
  border: 1px solid var(--black);
  border-radius: 1.5rem;
}
.square {
  width: 2.5rem;
  aspect-ratio: 1/1;
}
.mneg {
  margin-top: -1rem;
  z-index: 1;
  position: relative;
}
blockquote {
  padding: .5rem 1rem;
  border-left: .25rem solid var(--color-blue);
  background-color: var(--color-light-grey);
}
blockquote p {
  margin-bottom: 0;
}
.linkall {
  cursor: pointer;
  transition: transform 0.3s ease;
}
.linkall a {
  text-decoration: none;
}
.linkall:hover,
.linkall:focus
{
  transform: scale(1.05);
}
.text-black a {
  color: var(--black);
}
.homeslider .carousel-indicators {
  margin-bottom: 0;
  bottom: -.5rem;
}
.homeslider .carousel-indicators [data-bs-target] {
  width: 50px;
  height: 8px;
  border-radius: 4px;
  background-clip: inherit;
  border: 0;
}
.homeslider .carousel {
  margin-bottom: .5rem;
}
.c-accordion__item:not(.whiteacco) {
  margin-bottom: 1rem;
  border-radius: 1rem;
  overflow: hidden;
}
.c-accordion__item:not(.whiteacco) .c-accordion__title {
  font-size: 1.25rem;
  background: var(--color-blue);
  color: var(--white);
  font-weight: 500;
  margin: 0;
  padding: 1rem 1.5rem;
  line-height: 1;
}
.c-accordion__item:not(.whiteacco) .c-accordion__title::after {
  color: var(--white);
  font-weight: 600;
    right: 1rem;
}
.c-accordion__item:not(.whiteacco) .c-accordion__content {
  border: 1px solid var(--color-blue);
  padding: 1rem 0 0.5rem 0;
  border-radius: 0 0 1rem 1rem;
  padding: 1rem 1.5rem .5rem 1.5rem;
}
/* Mobile breakpoints */
@media (max-width: 575.98px) {
}
@media (min-width: 576px) {
}
@media (max-width: 767.98px) {
}
@media (min-width: 768px) {
}
@media (max-width: 991.98px) {
  .iconcols > div {
    flex-basis: calc(33.33% - 1.5rem);
  }
}
@media (min-width: 992px) {
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: .75rem;
    padding-left: .75rem;
  }
  .carousel .wp-block-cover {
    min-height: 600px;
  }
  .iconcols > div {
    flex-basis: calc(20% - 1.5rem);
  }
}
@media (max-width: 1199.98px) {
}
@media (min-width: 1200px) {
}
@media (max-width: 575.98px) {
  .iconcols > div {
    flex-basis: calc(50% - 1.5rem);
  }
}
/* Testo */
.has-blue-color {
  color: var(--color-blue) !important;
}
.has-purple-color {
  color: var(--color-purple) !important;
}
.has-green-primary-color {
  color: var(--color-green-primary) !important;
}
.has-yellow-color {
  color: var(--color-yellow) !important;
}
.has-orange-color {
  color: var(--color-orange) !important;
}
.has-salmon-color {
  color: var(--color-salmon) !important;
}
.has-pink-color {
  color: var(--color-pink) !important;
}
.has-green-secondary-color {
  color: var(--color-green-secondary) !important;
}
.has-light-grey-color {
  color: var(--color-light-grey) !important;
}
.has-grey-color {
  color: var(--color-grey) !important;
}
.has-dark-grey-color {
  color: var(--color-dark-grey) !important;
}
.has-white-color {
  color: var(--color-white) !important;
}
.has-black-color {
  color: var(--color-black) !important;
}

/* Sfondo */
.has-blue-background-color {
  background-color: var(--color-blue) !important;
}
.has-purple-background-color {
  background-color: var(--color-purple) !important;
}
.has-green-primary-background-color {
  background-color: var(--color-green-primary) !important;
}
.has-yellow-background-color {
  background-color: var(--color-yellow) !important;
}
.has-orange-background-color {
  background-color: var(--color-orange) !important;
}
.has-salmon-background-color {
  background-color: var(--color-salmon) !important;
}
.has-pink-background-color {
  background-color: var(--color-pink) !important;
}
.has-green-secondary-background-color {
  background-color: var(--color-green-secondary) !important;
}
.has-light-grey-background-color {
  background-color: var(--color-light-grey) !important;
}
.has-grey-background-color {
  background-color: var(--color-grey) !important;
}
.has-dark-grey-background-color {
  background-color: var(--color-dark-grey) !important;
}
.has-white-background-color {
  background-color: var(--color-white) !important;
}
.has-black-background-color {
  background-color: var(--color-black) !important;
}
.wp-block-cover,
.wp-block-cover-image {
  align-items:center;
  background-position:50%;
  box-sizing:border-box;
  display:flex;
  justify-content:center;
  overflow:hidden;
  overflow:clip;
  padding:1em;
  position:relative
}
.wp-block-cover .wp-block-cover__background {
  bottom:0;
  left:0;
  opacity:.5;
  position:absolute;
  right:0;
  top:0
}
.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__background{
  opacity:.7
}
.wp-block-cover .wp-block-cover__inner-container,
.wp-block-cover-image .wp-block-cover__inner-container {
  color:inherit;
  position:relative;
  width:100%
}
.wp-block-cover .wp-block-cover__image-background {
  border:none;
  bottom:0;
  box-shadow:none;
  height:100%;
  left:0;
  margin:0;
  max-height:none;
  max-width:none;
  object-fit:cover;
  outline:none;
  padding:0;
  position:absolute;
  right:0;
  top:0;
  width:100%
}