@charset "UTF-8";
/*!
Theme Name:  Zero Child
Template:     zero
Version:      1.0.1

Theme URI:    https://github.com/Netzsite/zero.git
Description:  Zero Child Theme
Author:       Stefano Giacomotti
Author URI:   https://netzsite.it

License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain:  zerochild
!*/
/******************************************************

	STYLE SCSS

******************************************************/
/******************************************************

	CSS GRID
	@version	 	1.1.0

	CHANGELOG
	[1.1.0] 2024-05-07
	#Added push

	NOTE

	MOBILE 375px
		width: 100%;
	MOBILE-L 576px
		width: 100%;

	TABLET 768px
		max-width: 540px;
	TABLET-L 992px
		max-width: 720px;

	LAPTOP 1280px
	LAPTOP-L 1440px

	DESKTOP 1920px
	DESKTOP-L 2560px

******************************************************/
@-ms-viewport {
  width: device-width;
}
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

.noscroll {
  overflow: hidden;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
}

.navigationButtons, .section, .article-contentNone .relatedPosts .relatedPosts-columns, .article .article-footer, .article .article-main, .article .article-header, .mainboard .mainboard-footer, .mainboard .mainboard-main, .mainboard .mainboard-header, .hiddenboard #hiddenboard-footer, .hiddenboard #hiddenboard-main, .hiddenboard #hiddenboard-header, .footerboard .footerboard-footer, .footerboard .footerboard-main, .footerboard .footerboard-header, .headboard-mobile #headboard-footer, .headboard-mobile #headboard-main, .headboard-mobile #headboard-header, .headboard #headboard-footer, .headboard #headboard-main, .headboard #headboard-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-direction: row;
  margin-right: -15px;
  margin-left: -15px;
}

.section, .footerboard .footerboard-footer, .footerboard .footerboard-main, .headboard {
  margin-right: -15px;
  margin-left: -15px;
}

.headboard-mobile .hiddenboardOpenButton, .slider-article .slide-gallery, #footerboard-logo, .slider-article .slide-gallery,
.navigationButtons .navigationButtons-next,
.navigationButtons .navigationButtons-previous,
.headboard-mobile .logo-responsive, .slider-article .slide-gallery, .sectionsboard.sectionsboard-boxed, .footerboard-columns, .excerpt .excerpt-author, .excerpt .excerpt-content, .excerpt .article-content, .slider-article .slide-content, .sectionsboard.sectionsboard-boxed, .slider-article .slide-content,
.slider-article .slide-categories,
.slider-article .slide-title,
.searcharea,
.section-excerpts .sectionsboard-column,
.article-contentNone .relatedPosts,
.article-contentNone .article-searcharea,
.article .navigationThumbnails,
.article .tags,
.article .linkPages,
.article .article-date,
.article .article-breadcrumb,
.article .socialSharing,
.article .author,
.article .content,
.article .featuredImage,
.article .categories,
.article .title,
.article,
.excerpt .excerpt-wordcounter,
.excerpt .excerpt-featuredImage,
.excerpt .excerpt-categories,
.excerpt .excerpt-title,
.sectionsboard.sectionsboard-full,
.hiddenboard .callToAction-phone,
.hiddenboard .menu,
.hiddenboard .hiddenboardCloseButton,
.copyright,
.loghi_eu {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 321px) {
  .container {
    width: 100%;
  }

  .section, .footerboard .footerboard-footer, .footerboard .footerboard-main, .headboard {
    margin-right: -15px;
    margin-left: -15px;
  }

  .headboard-mobile .hiddenboardOpenButton {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .navigationButtons .navigationButtons-next, .navigationButtons .navigationButtons-previous, .headboard-mobile .logo-responsive {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .slider-article .slide-categories, .slider-article .slide-title, .searcharea, .section-excerpts .sectionsboard-column, .article-contentNone .relatedPosts, .article-contentNone .article-searcharea, .article .navigationThumbnails, .article .tags, .article .linkPages, .article .article-date, .article .article-breadcrumb, .article .socialSharing, .article .author, .article .content, .article .featuredImage, .article .categories, .article .title, .article, .excerpt .excerpt-wordcounter, .excerpt .excerpt-featuredImage, .excerpt .excerpt-categories, .excerpt .excerpt-title, .sectionsboard.sectionsboard-full, .hiddenboard .callToAction-phone, .hiddenboard .menu, .hiddenboard .hiddenboardCloseButton, .copyright, .loghi_eu {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 577px) {
  .container {
    width: 100%;
  }

  .section, .footerboard .footerboard-footer, .footerboard .footerboard-main, .headboard {
    margin-right: -15px;
    margin-left: -15px;
  }

  .slider-article .slide-gallery {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 100%;
  }

  .section, .footerboard .footerboard-footer, .footerboard .footerboard-main, .headboard {
    margin-right: -15px;
    margin-left: -15px;
    padding-right: 5%;
    padding-left: 5%;
  }

  #footerboard-logo {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .sectionsboard.sectionsboard-boxed, .footerboard-columns {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
}
@media (min-width: 993px) {
  .container {
    max-width: 100%;
  }

  .section, .footerboard .footerboard-footer, .footerboard .footerboard-main, .headboard {
    margin-right: -15px;
    margin-left: -15px;
    padding-right: 5%;
    padding-left: 5%;
  }

  .slider-article .slide-gallery {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .excerpt .excerpt-author, .excerpt .excerpt-content, .excerpt .article-content {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .slider-article .slide-content {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
}
@media (min-width: 1025px) {
  .container {
    max-width: 100%;
  }

  .section, .footerboard .footerboard-footer, .footerboard .footerboard-main, .headboard {
    margin-right: -15px;
    margin-left: -15px;
    padding-right: 10%;
    padding-left: 10%;
  }

  .sectionsboard.sectionsboard-boxed {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
}
@media (min-width: 1441px) {
  .container {
    max-width: 100%;
  }

  .section, .footerboard .footerboard-footer, .footerboard .footerboard-main, .headboard {
    margin-right: -15px;
    margin-left: -15px;
    padding-right: 10%;
    padding-left: 10%;
  }

  .slider-article .slide-gallery {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .slider-article .slide-content {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
}
@media (min-width: 1921px) {
  .container {
    max-width: 100%;
  }

  .section, .footerboard .footerboard-footer, .footerboard .footerboard-main, .headboard {
    margin-right: -15px;
    margin-left: -15px;
    padding-right: 15%;
    padding-left: 15%;
  }
}
@media (min-width: 2561px) {
  .container {
    max-width: 100%;
  }

  .section, .footerboard .footerboard-footer, .footerboard .footerboard-main, .headboard {
    margin-right: -15px;
    margin-left: -15px;
    padding-right: 20%;
    padding-left: 20%;
  }
}
@media print {
  .d-print-hidden {
    display: none !important;
  }

  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after,
.container:after,
.navigationButtons:after,
.section:after,
.article-contentNone .relatedPosts .relatedPosts-columns:after,
.article .article-footer:after,
.article .article-main:after,
.article .article-header:after,
.mainboard .mainboard-footer:after,
.mainboard .mainboard-main:after,
.mainboard .mainboard-header:after,
.hiddenboard #hiddenboard-footer:after,
.hiddenboard #hiddenboard-main:after,
.hiddenboard #hiddenboard-header:after,
.footerboard .footerboard-footer:after,
.footerboard .footerboard-main:after,
.footerboard .footerboard-header:after,
.headboard-mobile #headboard-footer:after,
.headboard-mobile #headboard-main:after,
.headboard-mobile #headboard-header:after,
.headboard #headboard-footer:after,
.headboard #headboard-main:after,
.headboard #headboard-header:after {
  clear: both;
}

/******************************************************

	SETTINGS SCSS
	@version	1.0.0

	CAHNGELOG

******************************************************/
.footerboard-columns .title, .callToAction-phone .text .action, .callToAction-phone .text .title, .slider-article .slide-title, .socialLinks, .block-card-subtitle, .block-card-title, .article .title .headline, .excerpt .excerpt-title, h1 {
  font-family: "optima-lt-pro", sans-serif;
  font-weight: bold;
}

.is-style-childtheme-title-one, .article .content h3, .article .content h2, .excerpt .excerpt-author .author-postsLink, .excerpt .excerpt-content h2, .excerpt .article-content h2 {
  font-family: "open-sans", sans-serif;
  font-weight: bold;
}

.is-style-childtheme-title-one {
  font-family: "open-sans", sans-serif;
}

.navigationThumbnails, .article .navigationThumbnails, .copyright, .is-style-childtheme-paragraph-one, p.is-style-default, p {
  font-family: "open-sans", sans-serif;
  font-weight: 400;
}

.slider-article .slide-categories, #hiddenboard-menu-primaryMenu .items .menu-item, .menu-primaryMenu .menu-item, .socialSharing .title, .is-style-childtheme-paragraph-two, .wp-block-details summary, .article .categories, .excerpt .excerpt-categories {
  font-family: "optima-lt-pro", sans-serif;
}

.content p > a {
  color: #005AAA;
  font-weight: bold;
}
.content p > a:hover {
  color: #002459;
}

/*
	$NAV-font: $FONT-1;
	//Color
	$NAV-font-color: $COLOR-1-reverse;
	$NAV-font-color-hover: $COLOR-3;
	$NAV-font-color-active: $COLOR-2;
*/
/******************************************************

CSS TYPOGRAPHY
@version 1.0.0

IDEA: RESPONSIVE images width 100%
Nel content degli articoli le immagini dovrebbero essere 100% nei dispositivi mobile. Il problema è che non tutte le immagini devono ingrandire. Notare che le immagine nel content possono avere un float

******************************************************/
html, body {
  font-size: 62.5%;
  font-family: "open-sans", sans-serif;
  font-weight: 400;
  color: #373534;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

body {
  font-size: 14px;
}

/************************************************
	TITLE AND HEADLINE
*************************************************/
h1 {
  font-size: 32px;
  font-size: 3.2rem;
  color: #005AAA;
}

h2 {
  font-size: 28px;
  font-size: 2.8rem;
}

h3 {
  font-size: 22px;
  font-size: 2.2rem;
}

h4 {
  font-size: 16px;
  font-size: 1.6rem;
}

h5 {
  font-size: 14px;
  font-size: 1.4rem;
}

.content h5 {
  font-size: 6px;
  font-size: 0.6rem;
}

h6 {
  font-size: 12px;
  font-size: 1.2rem;
}

.content h6 {
  font-size: 20px;
  font-size: 2rem;
}

/************************************************
	TEXT
*************************************************/
.content p {
  font-size: 16px;
  font-size: 1.6rem;
  color: #373534;
}

b, strong {
  font-weight: 700;
}

i {
  font-style: italic;
}

em {
  font-style: italic;
}

/************************************************
Link
*************************************************/
a {
  text-decoration: none;
  color: inherit;
}

/************************************************
LIST
*************************************************/
ul, ol {
  padding: 0;
  list-style-position: inside;
}
ul li ul, ol li ul, ul li ol, ol li ol {
  padding-left: 10px;
}
ul li ol, ol li ol {
  padding-left: 10px;
}

/************************************************
IMAGES
*************************************************/
img {
  max-width: 100%;
  height: auto;
}
img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}
img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}
img.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.content img {
  margin: 10px;
}

.wp-caption {
  max-width: 100%;
}

.cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

/************************************************
BUTTON
*************************************************/
/* .button-xs {
	@include button-size('xs');
}

.button-s {
	@include button-size('s');
}

.button-m {
	@include button-size('m');
}

.button-l {
	@include button-size('l');
}

.button-xl {
	@include button-size('xl');
}

.btn,
.button,
.button-1 {
	@include button($COLOR-1, $COLOR-1-reverse);
}
.button-1-reverse {
	@include button($COLOR-1-reverse, $COLOR-1, false);
}

.button-2 {
	@include button($COLOR-2, $COLOR-2-reverse);
}

.button-2-reverse {
	@include button($COLOR-2-reverse, $COLOR-2, false);
}

.button-3 {
	@include button($COLOR-3, $COLOR-3-reverse);
}
.button-3-reverse {
	@include button($COLOR-3-reverse, $COLOR-3, false);
}

.button-4 {
	@include button($COLOR-4, $COLOR-4-reverse);
}
.button-4-reverse {
	@include button($COLOR-4-reverse, $COLOR-4, false);
} */
/************************************************
Tab
*************************************************/
.tabList li {
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid #EBEFF3;
  border-bottom: none;
}
.tabList li:hover {
  background-color: #002459;
  color: #FFFFFF;
}

/************************************************
Form
*************************************************/
textarea {
  border: 1px solid #EBEFF3;
}

input {
  border: 1px solid #EBEFF3;
}

select {
  background: transparent;
  color: inherit;
}

input[type=file] {
  display: none;
  opacity: 0;
}

input[type=image] {
  border: 0;
}

.label-file-input {
  display: inline-block;
}

/************************************************
Tabelle
*************************************************/
table {
  width: 100%;
  color: #002459;
  border: 4px solid #ffffff;
}
table caption {
  text-align: right;
}

tr {
  border: 4px solid #ffffff;
}

td {
  padding: 5px;
  border: 4px solid #ffffff;
}

th {
  padding: 5px;
  border: 4px solid #ffffff;
}

thead {
  color: #002459;
}
thead tr {
  background-color: #C2CCDC;
}
thead td {
  font-weight: 400;
}

tbody {
  color: #002459;
}
tbody tr:nth-child(even) {
  background-color: rgba(162, 177, 201, 0.8);
}
tbody tr:nth-child(odd) {
  background-color: #C2CCDC;
}

tfoot {
  background-color: #C2CCDC;
}
/************************************************
Altro
*************************************************/
hr {
  border: 1px solid #002459;
}

iframe {
  max-width: 100%;
}

.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

.aligncenter {
  margin-left: auto;
  margin-right: auto;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

/*
.accordion {
color: $TEXT-color;
text-transform: uppercase;
cursor: pointer;
padding: 15px 0;
width: 100%;
border: none;
outline: none;
transition: 0.4s;
font-weight: bold;
border-bottom: 1px solid $BORDER-color;
}

.accordion:after {
content: '\02795';
font-size: 13px;
color: #777;
float: right;
margin-left: 5px;
}

.active-accordion:after {
content: "\2796";
}

.panel {
padding: 15px 0;
display: block;
overflow: hidden;
border-bottom: 1px solid $BORDER-color;
}

.active-panel {
display: block;
padding: 15px 0;
border-bottom: 1px solid $BORDER-color;
}
*/
.spikes-color-4 {
  position: relative;
  background: #C2CCDC;
  margin-bottom: 15px;
}
.spikes-color-4:after {
  content: "";
  position: absolute;
  right: 0;
  left: 0%;
  top: 100%;
  z-index: 10;
  display: block;
  height: 30px;
  background-size: 30px 100%;
  background-image: linear-gradient(135deg, #C2CCDC 25%, transparent 25%), linear-gradient(225deg, #C2CCDC 25%, transparent 25%);
  background-position: 0 0;
}

/************************************************
BLOCCHI
*************************************************/
.wp-block-separator .is-style-wide {
  border-bottom: 0.5px solid #ececec;
}

/******************************************************

    ENTITIES SCSS

******************************************************/
.entity {
  background-color: #FFFFFF;
}

/******************************************************

	HEADBOARD SCSS
	@/zero/header.php

******************************************************/
.headboard {
  overflow: visible !important;
  margin-bottom: 100px;
}
.headboard #headboard-main {
  align-items: flex-start;
}
.headboard .logo {
  flex: 0 0 20%;
}
.headboard .menu-primaryMenu {
  flex: 1 1 0;
}
.headboard .callToAction-phone {
  flex: 0 0 auto;
  margin-top: 15px;
  padding-left: 15px;
  border-left: 1px solid #C2CCDC;
}

/******************************************************

	HEADBOARD MOBILE SCSS
	@/zero/header.php

******************************************************/
.headboard-mobile {
  display: none;
}
.headboard-mobile .hiddenboardOpenButton {
  font-size: 40px;
  font-size: 4rem;
}
.headboard-mobile .logo-responsive {
  padding-top: 15px;
  text-align: center;
}

/******************************************************

	FOOTERBOARD SCSS
	@version	1.0.0

******************************************************/
.footerboard .footerboard-main {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #EBEFF3;
}
.loghi_eu {
  margin-bottom: 30px;
  margin-top: 30px;
  text-align: center;
}

.copyright {
  text-align: center;
}

/*
	@mixin footerboard--mobile-l(){
		.footerboard{
		}
	}
*/
/******************************************************

	ASIDEBOARD SCSS

******************************************************/
.asideboard .asideboardOpenButton {
  display: none;
  margin-bottom: 30px;
  text-align: center;
}
.asideboard .asideboardOpenButton .dashicons {
  margin-left: 5px;
}

/* 
@mixin asideboard--tablet{
	.asideboard {
	}
} 
*/
/******************************************************

	ASIDEBOARD LEFT SCSS

******************************************************/
/* 
.asideboard-left{
	//Disable if you don't want to hide it on mobile
	@extend %asideboard-hiddenToLeft;
} 
*/
/******************************************************

	ASIDEBOARD RIGHT SCSS

******************************************************/
/* 
.asideboard-right{
	//Disable if you don't want to hide it on mobile
	@extend %asideboard-hiddenToRight;
} 
*/
.asideboardCloseButton {
  display: none;
  margin-bottom: 30px;
  text-align: center;
}
.asideboardCloseButton .dashicons {
  margin-left: 5px;
}

.asideboardCloseIcon {
  font-size: 35px;
  line-height: 35px;
  text-align: right;
}

/******************************************************

	HIDDENBOARD SCSS

******************************************************/
.hiddenboard {
  display: block;
  position: fixed;
  top: 0;
  left: -100vw;
  z-index: 400;
  height: 100vh;
  width: 90vw;
  padding: 15px;
  padding-bottom: 90px;
  overflow: auto;
  transition: 0.5s;
  background-color: #005AAA;
}
.hiddenboard .menu {
  padding-left: 45px;
}
.hiddenboard .callToAction-phone {
  margin-top: 30px;
  padding-top: 30px;
  justify-content: center;
  border-top: 1px solid #EBEFF3;
}

/*
@mixin hiddenboard--tablet(){
	.hiddenboard{
	}
}
*/
/***
OVERLAY
@/zero/header.php
***/
.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 300;
}

/******************************************************

	MAINBOARD SCSS
	@version	1.0.0

******************************************************/
/*
@mixin mainboard--mobile-l(){
	.mainboard{
	}
}
*/
/*
#archive-XYZ-sectionsboard{
	.sectionsboard-column{
		@extend %mobile-12;
		margin-bottom: 45px;
	}
}
*/
/******************************************************

	EXCERPT SCSS
	@version	1.0.0

******************************************************/
.excerpt {
  margin-bottom: 60px;
}
.excerpt .excerpt-title {
  font-size: 28px;
  font-size: 2.8rem;
  color: #373534;
  font-weight: 700;
  font-style: italic;
}
.excerpt .excerpt-categories {
  font-size: 16px;
  font-size: 1.6rem;
  color: #002459;
}
.excerpt .excerpt-featuredImage {
  margin-bottom: 15px;
}
.excerpt .excerpt-content, .excerpt .article-content {
  margin-bottom: 15px;
}
.excerpt .excerpt-content h2, .excerpt .article-content h2 {
  font-size: 16px;
  font-size: 1.6rem;
  color: #373534;
}
.excerpt .excerpt-wordcounter {
  margin-top: 15px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #373534;
}
.excerpt .excerpt-wordcounter .counter span {
  color: #005AAA;
}
.excerpt .excerpt-author {
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
}
.excerpt .excerpt-author .author-image {
  margin-right: 15px;
}
.excerpt .excerpt-author .author-image img {
  max-width: 50px;
  border-radius: 50%;
}
.excerpt .excerpt-author .author-postsLink {
  font-size: 14px;
  font-size: 1.4rem;
  color: #002459;
  font-weight: bold;
}

/******************************************************

	ARTICLE SCSS
	@version	1.0.0

******************************************************/
.article .article-main {
  margin-bottom: 120px;
}
.article .postLink {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #002459;
}
.article .postLink a {
  display: inline-block;
  padding: 15px;
  text-align: center;
  color: #FFFFFF;
}
.article .title {
  text-align: left;
}
.article .title .headline {
  font-size: 40px;
  font-size: 4rem;
  color: #002459;
  margin-bottom: 30px;
}
.article .title .headline:after {
  content: "";
  display: block;
  height: 5px;
  width: 100%;
  background-image: linear-gradient(to right, #6ccff6, #005aaa, #002459);
}
.article .categories {
  font-size: 16px;
  font-size: 1.6rem;
  color: #002459;
}
.article .content h2 {
  font-size: 22px;
  font-size: 2.2rem;
  color: #373534;
  margin-bottom: 15px;
}
.article .content h3 {
  font-size: 16px;
  font-size: 1.6rem;
  color: #373534;
  margin-bottom: 15px;
}
.article .article-breadcrumb {
  text-align: center;
}
.article .linkPages .post-page-numbers {
  padding: 5px 10px;
  margin: 0 5px;
  background-color: #809eb8;
  border-radius: 3px;
  color: #ffffff;
}
.article .linkPages .current {
  background-color: #5f85a6;
}
/*
@mixin article-mobile-l() {
	.article {
	}
}
*/
/*	
#page{
	.article{
	}
}
*/
.article-contentNone .article-header {
  text-align: center;
}
.article-contentNone .article-main {
  text-align: center;
}
.article-contentNone .article-footer {
  text-align: center;
}
.article-contentNone .article-searcharea {
  padding: 0 15%;
}
.article-contentNone .menu {
  padding-top: 60px;
}
.article-contentNone .relatedPosts .relatedPosts-title {
  margin-bottom: 30px;
}
/******************************************************

    SECTION SCSS
    @version	1.0.0

******************************************************/
#frontPage-section-content {
  display: block;
}
#frontPage-section-content .wp-block-columns {
  width: 100%;
}

/******************************************************

    BLOCK SCSS

******************************************************/
/***
WP
***/
.wp-block-audio {
  margin: 15px 0;
}

.wp-block-embed {
  margin-bottom: 15px;
}

.wp-block-details {
  margin-bottom: 15px;
}
.wp-block-details summary {
  margin-bottom: 15px;
  font-size: 22px;
  font-size: 2.2rem;
  color: #002459;
  text-transform: uppercase;
}
.wp-block-details summary:after {
  content: "▾";
  margin-left: 5px;
}
.wp-block-details p {
  padding-bottom: 15px;
}

/***
TITLE
@/zero-child/blocks/block.js 
***/
/***
PARAGRAPH
@/zero-child/blocks/block.js 
***/
.is-style-childtheme-paragraph-justify {
  text-align: justify;
}

/***
   PARAGRAPH
   @/zero-child/blocks/block.js 
   ***/
.is-style-childtheme-button-one .wp-element-button {
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 30px;
  font-weight: bold;
  text-transform: uppercase;
  color: #ffffff;
  background-image: linear-gradient(to right, #6ccff6, #005aaa, #005aaa, #002459, #002459);
}
.is-style-childtheme-button-one .wp-element-button:after {
  content: "▶︎";
}

/***
SEPARATOR
@/zero-child/blocks/block.js 
***/
.is-style-childtheme-separator-one {
  height: 30px;
  border: none !important;
  background-image: url("/wp-content/themes/zero-child/images/assets/separator.png");
  background-repeat: no-repeat;
  background-position: center center;
}

/***
COLORS
@/zero-child/settings.php 
***/
.has-penn-blu-color, .has-penn-blu-color * {
  color: #002459 !important;
}

.has-lapis-lazuli-color, .has-lapis-lazuli-color * {
  color: #005AAA !important;
}

.has-french-gray-color, .has-french-gray-color * {
  color: #EBEFF3 !important;
}

.has-anti-flash-white-color, .has-anti-flash-white-color * {
  color: #C2CCDC !important;
}

.has-white-color, .has-white-color * {
  color: #FFFFFF !important;
}

.block-columns-theme .wp-block-column {
  padding-top: 160px;
  padding-bottom: 160px;
}
.block-columns-theme .wp-block-column:not(:first-child) {
  padding-left: 2em;
  border-left: 2px solid #C2CCDC;
}

.block-card-image {
  position: relative;
  border-radius: 12px;
  padding: 20px;
  /* background immagine */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
  /* per gestire border-radius anche sull’overlay */
}

/* overlay scuro sopra l’immagine */
.block-card-image::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: var(--overlay-color, rgba(0, 0, 0, 0.5));
  z-index: 1;
}

/* contenuto sopra l’overlay */
.block-card-content {
  position: relative;
  z-index: 2;
}

.block-card-title {
  font-size: 32px;
  font-size: 3.2rem;
  color: #FFFFFF;
  font-weight: bold;
}

.block-card-subtitle {
  font-size: 32px;
  font-size: 3.2rem;
  color: #FFFFFF;
  font-style: italic;
}

/******************************************************

	COMPONENTS SCSS

******************************************************/
/***
LOGO
@/zero/action.php
@action zero_action_get_logo() 
***/
.logo {
  padding: 15px;
  text-align: center;
}

/***
HIDDENBOARD OPEN BUTTON
@/zero/actions.php
@/zero/js/functions.js
***/
.hiddenboardOpenButton {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  line-height: 1;
  font-size: 50px;
  color: #005AAA;
}

/***
HIDDENBOARD CLOSE BUTTON
@/zero/actions.php
@/zero/js/functions.js
***/
.hiddenboardCloseButton {
  padding-right: 60px;
  font-size: 40px;
  text-align: right;
  color: #002459;
}

/***
COPYRIGHT
@ /zero/action.php
@action zero_action_get_copyright() 
***/
.copyright {
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #002459;
  text-align: center;
}

/***
SOCIAL LINKS
@ /zero/action.php
@action zero_action_get_social_links() 
***/
.socialLinks {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.socialLinks a {
  display: inline-block;
  marging-right: 5px;
}

.socialLinks {
  font-size: 16px;
  font-size: 1.6rem;
  color: #005AAA;
}
.socialLinks a {
  margin-right: 15px;
}

/***
SOCIAL SHARING
@ /zero/action.php
@action @action zero_action_get_social_sharing()
***/
.socialSharing {
  margin-bottom: 30px;
}
.socialSharing .socialSharing-links {
  display: flex;
  justify-content: center;
}
.socialSharing .socialSharing-links a {
  display: inline-block;
  margin: 5px;
}

.socialSharing .title {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  color: #005AAA;
  text-align: center;
}

/***
BREADCRUMB
@action zero_action_article_the_breadcrumb()
***/
.article .article-breadcrumb {
  margin-bottom: 30px;
}
.article .article-breadcrumb > span {
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid #c5c5c5;
  border-radius: 8px;
}
/***
MENU
@action zero_action_get_menu_v2()
***/
.menu-primaryMenu .items, .hiddenboard .menu .items {
  list-style: none;
}
.menu-primaryMenu .menu-item, .hiddenboard .menu .menu-item {
  position: relative;
  cursor: pointer;
}
.menu-primaryMenu > .menu-item:first-child, .hiddenboard .menu > .menu-item:first-child {
  padding-left: 0;
}
.menu-primaryMenu .menu-item-group, .hiddenboard .menu .menu-item-group {
  margin-top: 60px;
  color: #EBEFF3;
}
.menu-primaryMenu .current-menu-item, .hiddenboard .menu .current-menu-item {
  font-weight: bold;
}
.menu-primaryMenu .current-menu-parent, .hiddenboard .menu .current-menu-parent {
  font-weight: bold;
}
.menu-primaryMenu .menu-item-has-children, .hiddenboard .menu .menu-item-has-children {
  display: flex;
  align-items: center;
}
.menu-primaryMenu .menu-item-has-children:after, .hiddenboard .menu .menu-item-has-children:after {
  font-family: "dashicons";
  content: "";
  display: block;
}
.menu-primaryMenu .sub-menu, .hiddenboard .menu .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: auto;
  min-width: 150px;
  padding: 10px;
  list-style: none;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0s linear 0.3s;
  z-index: 300;
}
.menu-primaryMenu .menu-item-has-children:hover > .sub-menu, .hiddenboard .menu .menu-item-has-children:hover > .sub-menu {
  opacity: 0.8;
  visibility: visible;
  transform: translateY(0);
  transition-delay: 0s;
}

.menu-primaryMenu {
  padding-top: 30px;
}
.menu-primaryMenu .items {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
.menu-primaryMenu .menu-item {
  padding: 0 60px 0 0;
  font-size: 22px;
  font-size: 2.2rem;
  color: #002459;
}
.menu-primaryMenu .menu-item:hover {
  font-weight: bold;
}
.menu-primaryMenu .sub-menu {
  border-radius: 12px;
  background: #EBEFF3;
}
.menu-primaryMenu .sub-menu .menu-item {
  margin: 5px;
  padding: 10px;
  border-radius: 7px;
}
.menu-primaryMenu .sub-menu .menu-item:hover {
  background-color: #dbe2e9;
}

#hiddenboard-menu-primaryMenu .items {
  flex-direction: column;
}
#hiddenboard-menu-primaryMenu .items .menu-item {
  padding: 60px 60px 0 0;
  font-size: 22px;
  font-size: 2.2rem;
  color: #FFFFFF;
}
#hiddenboard-menu-primaryMenu .items .sub-menu {
  background-color: #FFFFFF;
}
#hiddenboard-menu-primaryMenu .items .sub-menu .menu-item {
  padding: 10px 60px 0 0;
  color: #002459;
}

/***
RELATED POSTS
***/
.article-contentNone .relatedPosts {
  margin-bottom: 30px;
  padding-top: 60px;
}
.article-contentNone .relatedPosts .relatedPosts-title {
  margin-bottom: 15px;
  text-align: center;
}

.searchForm {
  display: flex;
  align-content: center;
  align-items: stretch;
  justify-content: space-between;
}
.searchForm .searchForm-input {
  width: 100%;
  background-color: #ececec;
  border-radius: 25px;
  margin-right: 15px;
}
.searchForm .searchForm-input input {
  height: 100%;
  width: 100%;
  margin-left: 15px;
  padding-left: 15px;
  font-size: medium;
  border: none;
}
.searchForm .searchForm-button {
  margin: 5px;
  margin-right: 15px;
}

.searcharea {
  padding: 15px 0;
  background-color: rgba(255, 255, 255, 0.45);
}
.searcharea .searchForm {
  margin: 0 auto;
  width: fit-content;
  border-radius: 25px;
}
.searcharea .searchForm-input input {
  width: 33vw;
  font-size: large;
}

/***
LANGUAGE SELECTOR
@function /functions/functions-plugins 
@action zero_wpml_get_languages_selector()
***/
/***
BACK TO TOP BUTTON
Bottone che permettte di tornare all'inizio della pagina

@script /zero/js/functions.js
@action zero_action_get_backToTopButton()
***/
#backToTop-button {
  display: inline-block;
  visibility: hidden;
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  padding-top: 5px;
  text-align: center;
  opacity: 0;
  border-radius: 4px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  z-index: 400;
}
.show#backToTop-button {
  opacity: 1;
  visibility: visible;
}

#backToTop-button {
  background-color: #005AAA;
  color: #FFFFFF;
}

/***
NAVIGATION POSTS

@action zero_action_get_navigationButtons()
***/
.navigationButtons {
  justify-content: space-between;
}
.navigationButtons .navigationButtons-next {
  text-align: right;
}

/***
NAVIGATION THUMBNAILS

@action zero_action_get_navigationThumbnails()
***/
.navigationThumbnails, .article .navigationThumbnails {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 22px;
  font-size: 2.2rem;
  color: #373534;
  font-weight: bold;
}
.navigationThumbnails .navigationThumbnails-previous {
  min-width: 49%;
  margin-bottom: 15px;
  border: 1px solid #ececec;
  background-color: whitesmoke;
}
.navigationThumbnails .navigationThumbnails-previous a {
  display: grid;
  grid-template-columns: auto 100px 1fr;
  align-items: center;
  gap: 10px;
  height: 100%;
  padding: 5px;
}
.navigationThumbnails .navigationThumbnails-next {
  min-width: 49%;
  margin-bottom: 15px;
  text-align: right;
  border: 1px solid #ececec;
  background-color: whitesmoke;
}
.navigationThumbnails .navigationThumbnails-next a {
  display: grid;
  grid-template-columns: 1fr 100px auto;
  align-items: center;
  gap: 10px;
  height: 100%;
  padding: 10px;
}
.navigationThumbnails .image {
  overflow: hidden;
  padding: 5px;
  border-radius: 50%;
}

/***
NAVIGATION ARCHIVE

@action zero_action_get_archive_navigation()
***/
.navigation ul, .navigation ol {
  display: flex;
  justify-content: center;
  list-style: none;
}
.navigation li {
  padding: 5px 10px;
  margin: 0 5px;
  border-radius: 3px;
}
.navigation li:hover {
  color: #005AAA;
}
.navigation .active {
  font-weight: bold;
  color: #002459;
}

.navigation {
  margin-bottom: 30px;
}

.slider-article {
  margin-bottom: 30px;
}
.slider-article .slide-title {
  font-size: 28px;
  font-size: 2.8rem;
  color: #373534;
  font-weight: 700;
  font-style: italic;
}
.slider-article .slide-categories {
  font-size: 16px;
  font-size: 1.6rem;
  color: #002459;
  margin-bottom: 15px;
}
.slider-article .slide-gallery {
  margin-bottom: 15px;
}
.slider-article .slide-gallery .slick-list {
  padding-right: 0;
}
.slider-article > .slick-list {
  padding-right: 25%;
}
.slider-article > .slick-list .slick-track {
  display: flex !important;
}
.slider-article > .slick-list .slide {
  height: inherit !important;
  margin-right: 15px;
  margin-bottom: 50px;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #C2CCDC;
}
.slider-article > .slider-nextBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 45px;
  height: 45px;
  padding-left: 3px;
  color: #002459;
  line-height: inherit;
  border-radius: 50%;
  background-color: #FFFFFF;
}
.slider-article > .slider-prevBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 100;
  width: 45px;
  height: 45px;
  padding-right: 3px;
  color: #002459;
  line-height: inherit;
  border-radius: 50%;
  background-color: #FFFFFF;
}

.slick-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  position: absolute;
  bottom: -40px;
  z-index: 100;
}

.slider-nextBtn {
  right: 0;
}

.slider-prevBtn {
  left: 0;
}

.slick-dots {
  display: flex;
  list-style: none;
}

.slick-dots {
  justify-content: center;
}
.slick-dots li {
  width: 10px;
  height: 10px;
  margin: 10px 5px 5px 0px;
  color: transparent;
  background: #757575;
  border-radius: 50%;
}
.slick-dots li button {
  width: 100%;
  height: 100%;
}
.slick-dots li.slick-active {
  background: #005AAA;
}

/***
ACCORDION
<div class="accordion">
	<input type="checkbox" id="tab-1">
	<label for="tab-1"><span class="mark">+</span></label>
	<div class="tab-panel"></div>
</div>
***/
.accordion .tab-label {
  cursor: pointer;
}
.accordion .tab-label .mark {
  transition: all 0.35s;
}
.accordion .tab-panel {
  max-height: 0;
  overflow: hidden;
  transition: all 0.35s;
}
.accordion .tab input:checked ~ .tab-panel {
  max-height: 200vh;
  overflow: visible;
}
.accordion .tab input:checked + .tab-label::after {
  transform: rotate(270deg);
}
.accordion .tab input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.accordion .tab input:not(:checked) + .tab-label:hover .mark {
  animation: bounce 0.5s infinite;
}

@keyframes bounce {
  25% {
    transform: translateY(0.25rem);
  }
  75% {
    transform: translateY(-0.25rem);
  }
}
/***
EDIT BUTTON
//Questo bottone è visualizzabile solo in debug mode e solo da chi può modificare il post
@action zero_action_get_article()
TODO: spostare in zero
***/
.post-edit-link {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 400;
}

/******************************************************

    COMPONENTS THEME SCSS

******************************************************/
/***
CALL TO ACTION - PHONE
@/zero-child/actions.php
@action theme_action_get_callToAction_phone() 
***/
.callToAction-phone {
  display: flex;
  align-items: center;
}
.callToAction-phone .icon {
  width: 50px;
  margin-right: 5px;
}
.callToAction-phone .text {
  display: flex;
  flex-direction: column;
}
.callToAction-phone .text .title {
  font-size: 14px;
  font-size: 1.4rem;
  color: #002459;
  text-transform: uppercase;
}
.callToAction-phone .text .action {
  font-size: 28px;
  font-size: 2.8rem;
  color: #002459;
}

/***
FOOTER COLUMS
@/zero-child/actions.php
@action theme_action_get_footer_content() 
***/
.footerboard-columns {
  display: flex;
  gap: 60px;
}
.footerboard-columns .title {
  padding-bottom: 5px;
  margin-bottom: 15px;
  font-size: 22px;
  font-size: 2.2rem;
  color: #002459;
  border-bottom: 1px solid #C2CCDC;
}
.footerboard-columns .contact .text, .footerboard-columns .links .text {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

/***
FOOTERBOARD LOGO
@/zero-child/actions.php
@action zero_action_get_logo() 
***/
/******************************************************

	CSS RESPONSIVE	
	@version	1.0.0

******************************************************/
@media only screen and (max-width: 768px) {
  #frontPage-section-content {
    padding-left: 15px;
    padding-right: 15px;
  }
  #frontPage-section-content .block-columns-theme .wp-block-column {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 0;
    border-left: 0;
  }
}
@media only screen and (max-width: 992px) {
  .headboard {
    display: none;
  }

  .headboard-mobile {
    display: block;
  }

  .footerboard-columns {
    flex-direction: column;
  }

  .block-card {
    text-align: center;
  }

  .block-card-image {
    display: block;
    text-align: center;
  }
  .block-card-image .block-card-subtitle {
    margin-bottom: 30px;
  }
}
.otgs-development-site-front-end {
  display: none !important;
}

/*# sourceMappingURL=style.css.map */
