/*
 Theme Name:   Alarms Ring 2
 Theme URI:    https://elementor.com/hello-theme/
 Description:  Child theme for Hello Elementor theme
 Author:       Your Name
 Author URI:   https://ora-italia.it
 Template:     hello-elementor
 Version:      1.0.0
 Text Domain:  alarms-ring-2
*/

/* Add custom styles below this line */

/* Variables */

:root {
  --nero-ora: #000000;
  --blu-ora: #000000;
  --blu-ora-hover: #101e32;
  --giallo-ora: #ffd957;
  --giallo-ora-chiaro: #ffe285;
  --bianco: #ffffff;
  --grigio00: #f0f3f7;
  --grigio01: #e4e4e4;
  --grigio02: #d0d4de;
  --grigio04: #9ea5b1;
  --nero-puro: #000000;
}

/* generic style */

body {
  overflow: visible;
  overflow-x: hidden;
}

strong {
  font-weight: 700 !important;
}

.fullImage {
  width: 100%;
  img {
    width: 100%;
  }
}

/* aggiustamento testi vari */

.elementor-heading-title {
  a {
    text-decoration: none !important;
  }
}

.elementor-field-textual {
  border: 0 !important;
}

.elementor-mark-required .elementor-field-label:after {
  font-size: 12px !important;
  color: var(--nero-ora) !important;
}

.post-2292,
.privacy_content {
  hyphens: auto;
  h3 {
    margin-bottom: 4px;
    margin-block-end: 4px;
  }
  p {
    margin-block-end: 32px;
    a {
      font-size: 18px !important;
    }
  }
  .wp-block-pressidium-cookies {
    padding-bottom: 48px;
  }
}
.post-2292 {
  padding: 0 24px;
  .wp-block-pressidium-cookies {
    table,
    th,
    tr,
    td {
      font-size: 12px !important;
      @media screen and (min-width: 680px) {
        font-size: 15px !important;
      }
      @media screen and (min-width: 1024px) {
        font-size: 18px !important;
      }
    }
  }
}

#form-field-privacy_nl {
  padding: 0 !important;
}

/* titoli per dimrensioni molto piccole */
h1.elementor-heading-title {
  letter-spacing: -0.012em !important;
  @media screen and (max-width: 460px) {
    font-size: 32px !important;
  }
  @media screen and (max-width: 360px) {
    font-size: 30px !important;
  }
  @media screen and (max-width: 350px) {
    font-size: 30px !important;
  }
}

h2.elementor-heading-title {
  @media screen and (max-width: 360px) {
    font-size: 22px !important;
    line-height: 1.2 !important;
  }
}

html.menu_open,
body.menu_open {
  overflow: hidden;
  width: 100%;
  height: 100%;
  .colonna-button {
    .menu_btn {
      display: none !important;
      @media screen and (min-width: 1024px) {
        display: flex !important;
      }
    }
  }
}

.acapatore {
  display: inline;
  @media screen and (min-width: 1024px) {
    display: block;
  }
}

/* TYPO */
.elementor-widget-text-editor h4 {
  margin-block-end: 0.2rem !important;
}

/* BTN */

.elementor-widget-button {
  a {
    box-sizing: border-box;
    color: var(--blu-ora) !important;
    text-decoration: none !important;
    text-transform: uppercase !important;
    &:hover {
      background: var(--giallo-ora-chiaro) !important;
    }
  }
}

.elementor-widget-button.btnDark {
  a {
    background: var(--blu-ora) !important;
    color: white !important;
    &:hover {
      background: var(--blu-ora-hover) !important;
    }
  }
}

.elementor-widget-button.btnOutline {
  a {
    background: var(--bianco) !important;
    box-shadow: inset 0 0 0 2px var(--blu-ora) !important;
    &:hover {
      background: var(--grigio01) !important;
    }
  }
  &.noOutline {
    a {
      box-shadow: inset 0 0 0 0 var(--blu-ora) !important;
    }
  }
}

.elementor-widget-button.btnSecondary {
  a {
    padding: 8px 16px;
    font-size: 16px;
    width: 100%;
    @media screen and (min-width: 768px) {
      width: auto;
    }
  }
}

.doppio_btn {
  .elementor-widget-button {
    width: 100%;
    max-width: 380px !important;
    a {
      width: 100%;
    }
  }
  &.secondary {
    .elementor-widget-button {
      width: 280px !important;
      max-width: 280px !important;
      font-size: 18px !important;
    }
  }
}

/* HEADER */

.elementor-location-header {
  position: sticky !important;
  position: -webkit-sticky !important;
  top: 0;
  z-index: 9;
  /*background: white;*/
  background-color: rgba(255, 255, 255, 0.85);
  #mainHeader {
    justify-content: space-between;
    @media screen and (min-width: 1025px) {
    }
    .logo-ora {
      max-width: 90px;
      img {
        border-radius: 0;
      }
      @media screen and (min-width: 480px) {
        max-width: 120px;
      }
    }
    .main-Menu {
      justify-content: center;
      position: static;
      padding-left: 18px;
      @media screen and (min-width: 1025px) {
        width: 53%;
      }
      @media screen and (min-width: 1840px) {
        padding-left: 0px;
      }

      li {
        &:last-child,
        &:nth-last-child(2),
        &:nth-last-child(3) {
          width: 86%;
          max-width: 600px;
          @media screen and (min-width: 400px) {
            width: 88%;
          }
          @media screen and (min-width: 480px) {
            width: 92%;
          }
          @media screen and (min-width: 600px) {
            width: 30%;
            max-width: 30%;
            position: absolute;
          }
          @media screen and (min-width: 1024px) {
            display: none;
          }
          a {
            height: 48px;
            width: 100%;
            border-radius: 8px;
            font-weight: 700;
            &:after {
              display: none;
            }
            @media screen and (min-width: 600px) {
              text-align: center;
              display: block;
              line-height: 48px;
              padding: 0;
            }
          }
        }
        &:last-child {
          /* bottom: 112px;*/
          @media screen and (min-width: 600px) {
            left: 63%;
            bottom: 112px;
          }
          a {
            background: var(--bianco);
            box-shadow: inset 0 0 0 2px var(--blu-ora);
            &:hover {
              background: var(--grigio01);
            }
          }
        }
        &:nth-last-child(2) {
          /* bottom: 173px;*/
          @media screen and (min-width: 600px) {
            bottom: 112px;
            left: 31.5%;
          }
          a {
            background: var(--blu-ora);
            color: white;
            &:hover {
              background: var(--blu-ora-hover);
            }
          }
        }
        &:nth-last-child(3) {
          /* bottom: 234px; */
          @media screen and (min-width: 600px) {
            bottom: 112px;
          }
          a {
            background: var(--giallo-ora);
            color: var(--blu-ora);
            &:hover {
              background: var(--giallo-ora-chiaro);
            }
          }
        }
      }
      .elementor-nav-menu--burger {
        position: static;
      }
      a {
        text-transform: uppercase;
        font-size: 20px;
        padding: 0;
        margin: 0px 8px 0 8px;
        text-decoration: none;
        font-weight: 500;
        font-size: 18px;
        @media screen and (min-width: 1025px) {
          margin: 0px 6px 0 6px;
          font-size: 15px;
        }
        @media screen and (min-width: 1100px) {
          margin: 0px 8px 0 8px;
          font-size: 16px;
        }

        @media screen and (min-width: 1280px) {
          font-size: 18px;
          margin: 0px 11px 0 11px;
        }
        @media screen and (min-width: 1800px) {
          font-size: 20px;
          margin: 0px 24px 0 24px;
        }
        &:hover {
          color: var(--blu-ora);
        }
        &.elementor-item-active {
          color: var(--blu-ora);
          font-weight: 700;
        }
        &:after {
          bottom: -8px;
          height: 6px;
        }
      }
      .elementor-menu-toggle {
        align-self: flex-end;
        transition: all 0.5s ease;
        background: url(/wp-content/uploads/2025/09/yellow-line.svg) center
          center no-repeat;
        width: 32px;
        height: 32px;
        background-size: contain;
        position: static;
        margin: 0;
        z-index: 99;
        &:before,
        &:after {
          content: "";
          width: 32px;
          height: 4px;
          border-radius: 8px;
          background: var(--blu-ora);
          position: absolute;
          transition: all 0.2s ease;
        }
        &:before {
          margin-top: -22px;
        }
        &:after {
          margin-top: 22px;
        }
        &.elementor-active {
          background: none;
          &:before {
            margin-top: 0;
            transform: rotate(45deg);
            background-color: var(--giallo-ora);
          }
          &:after {
            margin-top: 0;
            transform: rotate(-45deg);
          }
        }
        svg {
          display: none;
        }
      }
      .elementor-nav-menu--dropdown {
        height: 100vh !important;
        position: absolute;
        z-index: 98;
        left: 0;
        width: 100%;
        background: transparent;
        a {
          height: 36px;
          position: relative;
          margin: 12px 5px 12px 24px;
          width: 90%;
          text-indent: 0;
          text-align: left;
          padding: 0 0 0 15px;
          &:after {
            content: "";
            height: 26px;
            width: 6px;
            background-color: var(--blu-ora);
            margin-left: -18px;
            position: absolute;
            bottom: 5px;
          }
          &:hover,
          &.elementor-item-active {
            background: transparent;
            &:after {
              background-color: var(--giallo-ora);
            }
          }
        }
        .elementor-nav-menu {
          margin-top: 52px;
          height: 92vh;
          position: static;
          background: white;
        }
      }
    }
    .colonna-button {
      align-items: center;
      width: 57% !important;
      @media screen and (min-width: 420px) {
        width: 62% !important;
      }
      @media screen and (min-width: 548px) {
        width: 66% !important;
      }
      @media screen and (min-width: 549px) {
        width: 64% !important;
      }
      @media screen and (min-width: 600px) {
        width: 66% !important;
      }
      @media screen and (min-width: 680px) {
        width: 69% !important;
      }
      @media screen and (min-width: 742px) {
        width: 72% !important;
      }
      @media screen and (min-width: 800px) {
        width: 76% !important;
      }
      @media screen and (min-width: 900px) {
        width: 80% !important;
      }
      @media screen and (min-width: 1025px) {
        width: 40% !important;
      }
      .menu_btn {
        margin: 0 0 0 12px;
        a {
          font-weight: 700;
          text-decoration: none;
          color: var(--blu-ora);
          padding: 8px;
          margin: 0;
          font-size: 14px;
          @media screen and (min-width: 342px) {
            padding: 8px;
          }
          @media screen and (min-width: 480px) {
            padding: 8px;
            margin: 0 0 0 0;
            font-size: 14px;
          }
          @media screen and (min-width: 768px) {
            padding: 8px 16px;
            font-size: 16px;
          }
          @media screen and (min-width: 1200px) {
            font-size: 18px;
          }
        }
      }
      .menu_btn01 {
        margin: 0 0 0 0;
        a {
          margin: 0 0 0 0;
        }
      }
      .menu_btn03 {
        display: none;
        @media screen and (min-width: 549px) {
          display: block;
        }
      }
    }
  }
}

/* footer */
.container_social {
  .socialBox {
    width: 63px !important;
    height: 64px !important;
    @media screen and (min-width: 370px) {
      width: 74px !important;
      height: 74px !important;
    }
    text-decoration: none;
    p {
      margin-top: 4px;
      margin-bottom: 0 !important;
      font-size: 10px;
      @media screen and (min-width: 370px) {
        font-size: 11px;
      }
    }
    @media screen and (min-width: 768px) {
      width: 96px !important;
      height: 96px !important;
    }
  }
}

#iscrizione_nl {
  position: relative;
  .elementor-labels-above {
    @media screen and (min-width: 768px) {
      flex-direction: row;
      align-items: flex-start;
    }
    .elementor-field-type-email {
      width: 100%;
      @media screen and (min-width: 768px) {
        width: 56%;
      }
      @media screen and (min-width: 1024px) {
        width: 65%;
      }
      @media screen and (min-width: 1100px) {
        width: 70%;
      }
      .elementor-field-label {
        font-size: 12px;
        position: absolute;
        background: white;
        padding: 2px 18px;
        top: -7px;
        left: 24px;
        border-radius: 4px;
      }
      .elementor-field-textual {
        margin-right: 0px;
        @media screen and (min-width: 768px) {
          margin-right: 16px;
        }
      }
    }
    .elementor-field-type-acceptance,
    .elementor-field-type-checkbox {
      width: 100%;
      @media screen and (min-width: 768px) {
        width: 56%;
      }
      @media screen and (min-width: 1024px) {
        width: 65%;
      }
      @media screen and (min-width: 1100px) {
        width: 70%;
      }
      label {
        margin-left: 28px;
        font-size: 14px;
        a {
          font-size: 14px;
        }
      }
      input {
        margin-top: -36px;
        display: block;
        width: 18px;
        height: 18px;
        border: 1px solid #ccc;
        padding: 0 !important;
        @media screen and (min-width: 670px) {
          margin-top: -19px;
        }
        @media screen and (min-width: 768px) {
          margin-top: -36px;
        }
        @media screen and (min-width: 1024px) {
          margin-top: -19px;
        }
      }
      .elementor-field-option {
        label {
          display: block;
        }
      }
    }
    .e-form__buttons {
      width: 100%;
      margin-top: 20px;
      @media screen and (min-width: 768px) {
        width: 44%;
        margin-top: -127px;
      }
      @media screen and (min-width: 1024px) {
        width: 35%;
        margin-top: -108px;
      }
      @media screen and (min-width: 1100px) {
        width: 30%;
      }
      .elementor-button {
        background: #ffffff;
        box-shadow: inset 0 0 0 2px var(--blu-ora);
        padding: 22px 16px;
        color: var(--blu-ora);
        font-size: 18px !important;
        text-transform: uppercase;
        &:hover {
          background: var(--grigio01) !important;
        }
      }
    }
    .elementor-column:nth-last-child(2) {
      input {
        margin-top: -57px;
        @media screen and (min-width: 455px) {
          margin-top: -36px;
        }
        @media screen and (min-width: 768px) {
          margin-top: -36px;
        }
        @media screen and (min-width: 1007px) {
          margin-top: -19px;
        }
      }
    }
  }
}

/* CONTENUTO */
/*  paragrafi_listati */

.listed_paragraph {
  padding: 0 24px;
  @media screen and (min-width: 768px) {
    padding: 0;
  }
  .ico_num {
    width: 40px;
    height: 40px;
    min-height: 40px;
    @media screen and (min-width: 768px) {
      width: 48px;
      height: 48px;
    }
    p {
      margin-bottom: 0;
    }
  }
}

/* LISTA LINK NEI COMUNICATI */
.elementor-widget-html ol,
.elementor-widget-html ul,
.elementor-widget-text-editor ol,
.elementor-widget-text-editor ul,
.testolist {
  margin: 24px 0 0 18px;
  padding: 0;
  li {
    margin-bottom: 8px;
    margin-left: 0;
  }
}

.listlink ol,
.listlink ul,
.elementor-widget-text-editor ul.listlink {
  padding: 0;
  margin: 0 0 0 15px;
  font-size: 16px !important;
  overflow: hidden;
  @media screen and (min-width: 768px) {
    overflow: visible;
  }
  li {
    margin-bottom: 16px;
    font-size: 16px;
    @media screen and (min-width: 768px) {
      margin-bottom: 8px;
    }
    a {
      font-weight: 400;
      font-size: 16px;
    }
  }
}
.listlink.elementor-widget-text-editor {
  overflow: hidden;
  p {
    margin-bottom: 16px;
    font-size: 16px;
    a {
      font-weight: 400;
      font-size: 16px;
    }
  }
}

/* CAROUSEL NEWS e VARI */
.carousel {
  .uc_image_carousel_placeholder {
    width: 80px;
    margin: 32px 32px 16px 32px;
    img {
      width: 60% !important;
      margin: 0 auto;
    }
  }
  .uc_image_carousel_content_holder {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    a {
      order: 2;
      margin: 0;
      padding: 0;
      text-decoration: none;
      text-align: left;
    }
    .ue-meta-data {
      order: 1;
      margin: 0 0 0 -5px;
      padding: 0;
      font-weight: 700 !important;
    }
    .uc_paragraph {
      order: 3;
      margin: 0;
      padding: 0;
      text-align: left;
      font-size: 14px !important;
      @media screen and (min-width: 768px) {
        font-size: 16px !important;
      }
      @media screen and (min-width: 1024px) {
        font-size: 18px !important;
      }
    }
  }
  .ue-item-btn-holder {
    text-align: left;
  }
}


#news-carousel{
.uc_image_carousel_container_holder{
	flex-direction: column !important;
		@media screen and (min-width: 1024px) {
			flex-direction: row !important;	  
		}
	  .uc_image_carousel_placeholder {
		margin: 0;
		width: 100%;
		  aspect-ratio: auto;
		  @media screen and (min-width: 1024px) {
			  aspect-ratio: 1 / 1;
			  margin: 0;
			  width: 35%;
		  }
		  @media screen and (min-width: 1200px) {
			  width: 34%;
		  }
		  a{
			margin: 16px;
			height: auto;
			  border-radius: 12px;
			  @media screen and (min-width: 1024px) {
				height: 400px;
				width: auto;  
				 margin: 24px 0 24px 24px;
			  }
			 @media screen and (min-width: 1200px) {
				height: 390px;
			  }
			img {
			  width: 100% !important;
			  height: 110px;
			  margin: 0 auto;
			  border-radius: 12px;
	          @media screen and (min-width: 1024px) {
		 		height: 100%;
			  }
			}
		 }
	  }
	.uc_image_carousel_content{
		width: 100%;
		@media screen and (min-width: 1024px) {
			width: 64%;
		}
		  @media screen and (min-width: 1200px) {
			  width: 65%;
		  }
		  .uc_image_carousel_content_holder {
			display: flex;
			flex-direction: column;
			align-items: flex-start;
			.ue-grid-item-category{
				    padding-left: 56px;
                    position: relative;
                    display: flex;
                    align-content: center;
                    justify-content: center;
                    flex-wrap: wrap;
                    height: 38px;
				&:before{
					content : "";
					position: absolute;
					width: 40px;
					height: 40px;
					background-color: var(--giallo-ora);
					background-image: url('/wp-content/uploads/2025/11/ico-paper.svg');
					background-repeat: no-repeat;
					background-position: center center;
					background-size: 45%;
					z-index: 1;
					border-radius: 8px;
					left: 0;
				}
			}
			a {
			  order: 2;
			  margin: 0;
			  padding: 0;
			  text-decoration: none;
			  text-align: left;
			}
			.ue-meta-data {
			  order: 1;
			  margin: 24px 0 0 -5px;
			  padding: 0;
			  font-weight: 700 !important;
			  font-size: 14px;
			}
			.uc_paragraph {
			  order: 3;
			  margin: 0;
			  padding: 0;
			  text-align: left;
			  font-size: 14px !important;
			  @media screen and (min-width: 768px) {
				font-size: 16px !important;
			  }
			  @media screen and (min-width: 1024px) {
				font-size: 16px !important;
			  }
			}
		  }
		}
	}
  .ue-item-btn-holder {
    text-align: left;
  }
	
}

/*
 * 
 * 

#news-carousel .uc_image_carousel_placeholder{
    width: 52px;
    height: 52px;
    background-image: url('/wp-content/uploads/2025/11/ico-paper.svg');
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute !important;
    background-size: 40%;
}




#news-carousel .uc_image_carousel_placeholder img{display: none !important}



#news-carousel .ue-grid-item-category {
    margin-top: 0px;
    margin-left: 68px;
    height: 52px;
    display: flex;
    align-items: center;
    
}

@media screen and (min-width: 768px) {
    #news-carousel .ue-grid-item-category {
        height: 64px;
         margin-left: 80px;
    }
    
  #news-carousel .uc_image_carousel_placeholder{
    width: 64px;
    height: 64px;
    background-size: 50%;
 }
 
}

 * 
 * */

/* ELENCO NEWS */

#listing_dinamico {
  .post_magazine_grid {
    grid-auto-rows: auto;
    .ue-grid-item-meta-data-date {
      font-size: 14px;
      color: #919399;
      font-weight: 700;
    }
    .ue-grid-item-image {
      width: 60px;
      height: 60px;
      border-radius: 16px;
      z-index: 50;
      background: #f5f5f5;
      z-index: 4;
      margin: 24px 0 0 24px;
      img {
        opacity: 100%;
        transform: scale(45%);
      }
    }
    .ue-grid-item {
      overflow: visible !important;
      min-height: 400px;
      .ue-grid-item-content {
        width: 100%;
        bottom: 0px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        position: static !important;
        .ue-grid-item-category {
          height: 60px;
          padding-left: 70px;
          align-content: center;
          a {
            font-size: 14px;
            @media screen and (min-width: 768px) {
              font-size: 18px !important;
            }
          }
          span {
            text-decoration: none;
            text-transform: uppercase;
            font-weight: 700;
          }
        }
        .ue-grid-item-title {
          order: 2;
          a {
            text-decoration: none;
          }
        }
        .ue-grid-item-meta-data {
          order: 1;
          margin-top: 16px;
        }
        .ue-grid-item-intro {
          order: 3;
        }
        .ue-grid-item-button {
          order: 4;
        }
      }
      &:first-child {
        min-height: auto;
        .ue-grid-item-content {
          margin-top: 0px;
          padding-bottom: 24px !important;
        }
      }
    }
  }
}

/* iconizer */
.category,
.category-innovazione-e-crescita,
.category-diritti-civili-pari-opportunita-e-inclusione,
.category-comunicati {
  #listing_dinamico {
    .ue-grid-item-image {
      background: var(--blu-ora);
    }
  }
}

.category-notizie-e-comunicati-stampa,
.category-notizie,
.category-comunicati-stampa {
  #listing_dinamico {
    .post_magazine_grid {
      .ue-grid-item-image {
        display: none;
      }
      .ue-grid-item {
        .ue-grid-item-content {
          .ue-grid-item-category {
            padding-left: 0px;
            a {
              padding: 2px 0px;
            }
          }
        }
      }
    }
  }
}

.head_news_e_comunicati {
  h3 {
    color: var(--grigio04) !important;
    font-weight: 300 !important;
    a {
      color: var(--nero-ora) !important;
      font-weight: 700 !important;
    }
  }
}

/* - Immagini nei testi */
.elementor-widget-text-editor img {
  border-radius: 0;
}

/* LINKS */
.testo_tesi,
.elementor-widget-html,
.head_news_e_comunicati,
.ue-grid-item-category,
.elementor-widget-text-editor {
  a {
    text-decoration: underline solid var(--giallo-ora) !important;
    text-decoration-thickness: 3px !important;
    &:hover {
      text-decoration: underline solid var(--blu-ora-hover) !important;
      text-decoration-thickness: 3px !important;
    }
    &.blacklink {
      text-decoration: underline solid var(--blu-ora) !important;
    }
  }
}

figcaption {
  font-size: 12px !important;
  text-align: left;
  padding: 8px 0 0 0;
  display: block;
}

/* cookie banner */

.cc_div {
  h2 {
    color: var(--bianco) !important;
    font-family: "Poppins" !important;
  }
  .c-bn {
    flex: auto !important;
  }
  #s-all-bn,
  #s-rall-bn,
  #s-sv-bn,
  #c-p-bn,
  #c-s-bn {
    font-size: 13px !important;
    color: var(--blu-ora) !important;
    font-weight: 700 !important;
    border-radius: 8px !important;
    font-family: "Poppins" !important;
    line-height: 1.2 !important;
  }

  #c-ttl,
  .t-lb {
    color: var(--bianco) !important;
    font-family: "Poppins", Sans-serif !important;
  }
  #c-s-bn {
    background: var(--bianco) !important;
    &:hover {
      background: var(--giallo-ora) !important;
    }
  }
  #c-txt {
    button {
      padding: 0 !important;
      background: transparent !important;
      border: 0 !important;
      font-size: 14px !important;
      font-family: "Poppins" !important;
      &:hover {
        font-size: 14px !important;
        color: var(--giallo-ora) !important;
        font-weight: 700 !important;
      }
    }
  }
  .c-tgl {
    padding: 0 !important;
    line-height: 1.2 !important;
    font-size: 14px !important;
    background: transparent !important;
  }
}

#s-cnt .b-bn .b-tl {
  text-align: left !important;
  font-size: 16px !important;
  line-height: 1.2 !important;
  font-family: "Poppins", Sans-serif !important;
  &.has-text-color,
  &:hover {
    /* text-align: !important; */
    line-height: 1.2 !important;
    color: var(--bianco) !important;
    font-family: "Poppins", Sans-serif !important;
  }
}
.cc_div .cc-link {
  font-size: 13px !important;
  color: var(--blu-ora) !important;
  font-weight: 700 !important;
  border-radius: 0px !important;
  font-family: "Poppins" !important;
  line-height: 1.2 !important;
  color: var(--giallo-ora) !important;
  border-bottom: 0 !important;
}

/* carousel dei testimonial */
.uc_quote_slider {
  .owl-stage {
    display: flex;
    align-items: stretch;
    gap: 20px;
    .owl-item {
      display: flex;
      flex-grow: 1;
      .uc_quote_item {
        width: 100%;
        display: flex;
        .uc_quote_info {
          width: 100%;
          display: flex;
          flex-direction: column;
          flex: 1;
          @media screen and (min-width: 1200px) {
            justify-content: space-between;
          }
          .ue_subtitle {
            font-size: 14px !important;
          }
          div {
            order: 3;
            align-self: flex-end;
            .ue-icon {
              margin-top: 0px !important;
              width: 30px;
              display: none !important;
              @media screen and (min-width: 1024px) {
                display: block !important;
                width: 48px !important;
                margin-top: -78px !important;
                svg {
                  width: 32px !important;
                }
              }
            }
          }
          div.uc_author {
            order: 2;
            margin-top: auto;
            align-self: auto;
            border-top: 2px solid var(--grigio02);
            padding-top: 16px;
            flex-flow: row !important;
            text-align: left !important;
            @media screen and (min-width: 1024px) {
              padding-right: 71px;
            }
            @media screen and (min-width: 1800px) {
              padding-right: 0px;
            }
          }
          .ue-text {
            align-self: auto;
            order: 1;
            text-align: left;
            margin-top: 0 !important;
            @media screen and (min-width: 768px) {
              font-size: 18px !important;
            }
          }
        }
      }
    }
  }
  .owl-nav {
    display: none !important;
  }
  .owl-dots {
    padding: 0 16px;
  }
}

/* CARD LISTING */
.riga_listing_card {
  margin-top: 24px !important;
  &:first-child {
    margin-top: 0 !important;
  }
}

/* FORM STYLE */

.form-tipo {
  width: 100% !important;
  max-width: 880px !important;
  form {
    input:not([checkbox]),
    input:not([radio]),
    textarea {
      padding: 24px 24px 24px 24px !important;
      border-radius: 12px !important;
      font-size: 18px !important;
      font-weight: 400 !important;
      border: 0;
    }
    textarea {
      margin-top: 10px;
      @media screen and (min-width: 669px) {
        margin-top: 0px;
      }
    }
    input[type="checkbox"] {
      margin-top: -16px;
      position: absolute;
      display: block;
      margin-left: 7px;
      padding: 0 !important;
      width: 18px !important;
      height: 18px !important;
    }

    .elementor-field-group:has(.elementor-field-textual) {
      label {
        position: absolute;
        top: -24px;
        margin: 16px 0 0 24px;
      }
      input {
        border: 0;
      }
    }
    .elementor-field-type-acceptance {
      label {
        position: absolute;
        font-size: 14px;
        margin: -18px 0 0 32px;
        font-weight: 400 !important;
        top: 0;
        a {
          font-size: 14px !important;
          font-weight: 700;
        }
      }
    }
    .elementor-button {
      margin: 0 auto;
      max-width: 280px;
    }
  }
  &.contatti-generico {
    input:not([checkbox]),
    input:not([radio]),
    textarea {
      background: var(--grigio00) !important;
      border: 0 !important;
    }
  }
}

.elementor-message {
  font-size: 16px !important;
  padding: 7px 12px 7px 6px !important;
  border-radius: 12px !important;
  background: white !important;
  font-weight: 700 !important;
  width: fit-content !important;
}

/* Griglia persone nelle pagine partito */

.griglia_people_partito {
  h3 {
    hyphens: auto;
    font-size: 16px !important;
    @media screen and (min-width: 400px) {
      font-size: 18px !important;
    }
    @media screen and (min-width: 760px) {
      font-size: 20px !important;
    }
  }
}

/* Slider donazioni */

#gallery_slider {
  &.slider_donazioni {
    .uc_dark_carousel_placeholder {
      a {
        img {
          border: 8px solid white;
          border-radius: 48px;
        }
      }
    }
    .uc_dark_carousel_content {
      position: absolute;
      width: 100%;
      .ue-title {
        margin: 32px 0 0 32px;
        background: black;
        font-weight: 700;
        color: white;
        width: 120px;
        text-align: center;
        padding: 4px 8px;
        border-radius: 80px;
        font-size: 18px;
      }
    }
  }
}

.uc_dark_carousel_placeholder,
.uc_dark_carousel_placeholder img,
.uc_dark_carousel_content {
  height: 380px !important;
  @media screen and (min-width: 340px) {
    height: 440px !important;
  }
  @media screen and (min-width: 400px) {
    height: 500px !important;
  }
  @media screen and (min-width: 500px) {
    height: 600px !important;
  }
  @media screen and (min-width: 640px) {
    height: 700px !important;
  }
  @media screen and (min-width: 768px) {
    height: 400px !important;
  }
  @media screen and (min-width: 800px) {
    height: 550px !important;
  }
  @media screen and (min-width: 1024px) {
    height: 290px !important;
  }
  @media screen and (min-width: 1200px) {
    height: 380px !important;
  }
  @media screen and (min-width: 1400px) {
    height: 430px !important;
  }
  @media screen and (min-width: 1800px) {
    height: 530px !important;
  }
  @media screen and (min-width: 2200px) {
    height: 650px !important;
  }
}

/* --- TESI PROGRAMMATICHE --- */
.testo_tesi {
  hyphens: auto;
  h3 {
    margin-bottom: 4px;
    margin-block-end: 4px;
    font-size: 21px !important;
    @media screen and (min-width: 768px) {
      font-size: 22px !important;
    }
    @media screen and (min-width: 1024px) {
      font-size: 30px !important;
    }
  }
  h4 {
    padding-top: 32px !important;
    font-size: 18px !important;
    @media screen and (min-width: 768px) {
      font-size: 19px !important;
    }
    @media screen and (min-width: 1024px) {
      font-size: 24px !important;
    }
  }
  ul,
  ol,
  li {
    font-size: 16px !important;
    @media screen and (min-width: 768px) {
      font-size: 18px !important;
    }
    @media screen and (min-width: 1024px) {
      font-size: 20px !important;
    }
  }
  p {
    margin-block-end: 32px;
    font-size: 16.5px !important;
    @media screen and (min-width: 768px) {
      font-size: 18px !important;
    }
    @media screen and (min-width: 1024px) {
      font-size: 20px !important;
    }
    a {
      font-size: 16.5px !important;
      @media screen and (min-width: 768px) {
        font-size: 18px !important;
      }
      @media screen and (min-width: 1024px) {
        font-size: 20px !important;
      }
    }
  }
  &.listlink {
    li {
      font-size: 16px !important;
    }
  }
  &.glossario {
    p {
      font-size: 16px !important;
      margin-block-end: 8px;
    }
  }
}

/* newsletter  */

.ancora_nl {
  top: -110px;
  /* z-index: 9999; */
  width: 10px;
  visibility: hidden;
  position: absolute;
}

/* animazione freccia hero */

.hero_container {
  position: relative;

  @media screen and (min-width: 1800px) {
    --min-height: 1000px !important;
    min-height: 1000px !important;
  }
  .arrow_container {
    content: "";
    position: absolute;
    bottom: 48px;
    z-index: 9;
    -moz-animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
  }
}

/* animazione */

@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-25px);
  }
  60% {
    transform: translateY(-12px);
  }
}
/* fine animazione */

/* ACCORDION */

.accordion_ora {
  .e-n-accordion-item-title {
    justify-content: space-between !important;
    .e-n-accordion-item-title-icon {
      margin-top: -6px !important;
      @media screen and (min-width: 768px) {
        margin-top: -19px !important;
      }
      svg {
        width: 18px !important;
        height: 18px !important;
        @media screen and (min-width: 768px) {
          width: 22px !important;
          height: 22px !important;
        }
        @media screen and (min-width: 1200px) {
          width: 28px !important;
          height: 28px !important;
        }
      }
    }
  }
  a {
    font-size: 16px !important;
    display: block !important;
    @media screen and (min-width: 768px) {
      font-size: 18px !important;
    }
  }
  u {
    text-decoration: none !important;
  }
  .elementor-widget-html {
    hyphens: auto !important;
    font-size: 16px !important;
    @media screen and (min-width: 768px) {
      font-size: 18px !important;
    }
  }
}


/* contenitore a bolle */

.bubbles_container{
	position: relative;
	.bollo{
		position: relative;
		width: 42%;
		height: 42%;
		overflow: hidden;
		border-radius: 90px;
		cursor: pointer;
		margin: 8px 0;
		@media screen and (min-width: 480px) {
			width: 45%;
			height: 45%;
		}
		@media screen and (min-width: 680px) {
			width: 120px;
			height: 120px;
			margin: 0;
		}
		@media screen and (min-width: 1024px) {
			width: 180px;
			height: 180px;	
		}
		img{
			width: 100%;
			margin: 0 auto;
			border-radius: 90px;
			cursor: pointer;
		}
	}
}


.paginazione{
	a{
		text-decoration: none !important;
		font-size: 16px !important;
	}
	i{
		display: none;
	}
	span{
		font-size: 16px !important;
		i{
			display: block;
		}
	}
	@media screen and (min-width: 480px) {
		i{
			display: inline;
		}
	}
}


/* current menu forzati */

.page-id-1212 .elementor-nav-menu li:nth-child(4) a:after,
.page-id-1232 .elementor-nav-menu li:nth-child(4) a:after {
  opacity: 1 !important;
}
.notizia #menu-1-8ad770a li:nth-last-child(5) a:after,
.category-notizie #menu-1-8ad770a li:nth-last-child(5) a:after,
.category-comunicati-stampa #menu-1-8ad770a li:nth-last-child(5) a:after {
  opacity: 1 !important;
}
