html, body {
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-weight: 300;
  border: none;
}

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

body.popup-opened {
  overflow: hidden;
}

.embed-container {
	text-align: center; 
	position: relative;
	font-size: 0;
    line-height: 0;
}

.embed-container #myVideo,
.embed-container #myVideoMobile {
	width: 100%;
}

.embed-container .bg-linear-gradient {
	position: absolute; 
	top:0; 
	width: 100%; 
	height: 100%; 
	background-image: linear-gradient(to right, rgba(29, 47, 82, 1), rgba(0,0,0,0));
	background-image: linear-gradient(to right, rgba(21, 42, 143, 1), rgba(0,148,228,0));
}

/*
.embed-container .bit-boxed {
	width: 100%; 
	height: 100%;
}
*/

.embed-container .header-text {
	padding-top: 100px;
	text-align: left;
}

.bit-boxed {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.bit-padded {
  padding-left: 50px;
  padding-right: 50px;
  /* box-sizing: border-box; */
}

.bit-boxed-narrow {
  max-width: 580px;
}

.bit-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.wp-block-image img {
  height: auto;
}

@media (max-width: 960px) {
  .bit-padded {
    padding-left: 35px;
    padding-right: 35px;
  }
}
@media (max-width: 679px) {
  .bit-padded {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/***********/
html, body.page-template-template-bookinglanding {
  font-size: 16px !important;
  font-family: "Open Sans";
}

h2 {
	font-family: 'Paytone One', sans-serif;
  font-size: 2rem;
  line-height: 1.29em;
  color: #0094e4;
  margin-top: 0;
}
h2 .subtitle {
  display: block;
  font-weight: 700;
  font-size: 1.375rem;
  margin-bottom: 1em;
}

@media (max-width: 679px) {
  h2 {
    font-size: 1.35rem;
  }
  h2 .subtitle {
    font-size: 1.1rem;
  }
}
.admin-bar .bl-top {
  top: 32px;
}

.bl-top {
  background-color: white;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 1.0rem;
  font-family: "Open Sans";
  text-transform: uppercase;
  position: fixed;
  width: 100%;
  height: 82px;
  box-sizing: border-box;
  top: 0;
  z-index: 2; 
}
.bl-top .bit-flex {
  justify-content: space-between;
  align-items: center;
}
.bl-top .bl-top-logo {
  width: 160px;
}
.bl-top .bl-top-logo img {
  width: 100%;
}
.bl-top .bl-top-menu {
  display: flex;
}
.bl-top .bl-top-menu a {
  color: #172331;
  text-decoration: none;
  font-weight: 600;
  margin: 0 1em;
  text-align: center;
}

.bl-top .bl-top-menu a span {
  font-weight: 700;
}
/*
.bl-top .bl-top-menu a:hover {
  font-weight: 700;
}*/
.bl-top .bl-top-cta .fffu {
  line-height: 1.5em;
}
.bl-top .bl-top-cta span {
  display: block;
  font-size: 7px;
  color: #fff;
  text-align: center;
  text-transform: none;
  margin-top: 3px;
}
.bl-top .bl-top-cta a.btn {
  margin-top: 0;
}

header {
  padding: 130px 0 20px 0;
  background-color: #1d2f52;
  background-size: cover;
}
header .header-text {
  max-width: 610px;
}
header h1 {
  margin: 0;
  font-weight: 700;
  margin-bottom: 13px;
  /*&::after {
      content: '';
      display: block;
      width: 56px;
      height: 3px;
      margin-top: 10px;
      background-color: #32C5FF;
  }*/
}
header h1 .small {
  color: #fff;
  font-size: 3.125rem;
  display: block;
  line-height: 1.1em;
}
header h1 .big {
  color: #fff;
  font-size: 6.475rem;
  line-height: 1em;
	font-family: 'Paytone One', sans-serif;
}
header .subtitle {
  display: block;
  margin-top: 1em;
  font-size: 1.7125rem;
  line-height: 1.2em;
  font-weight: 600;
  color: #0094e4;
}
header .bandiere {
  margin: 1.4em 0;
	display: none;
}

@media (max-width: 1024px) {
 	header .header-text {
    	max-width: 420px;
	}
}

@media (max-width: 679px) {
  header h1 .big {
    font-size: 3.2rem;
  }
	
	.bl-top {
    	font-size: 0.7rem;
	}

  .bl-top .bl-top-menu {
    display: none;
  }
}
@media (max-width: 330px) {
  .bl-top-cta {
    display: none;
  }
}
.grey_meet {
  content: "";
  display: inline-block;
  height: 20px;
  width: 17px;
  background-image: url("../img/landing/grey_meet.svg");
  background-repeat: no-repeat;
  background-size: 16px 19px;
  vertical-align: middle;
  margin-right: 0.4em;
}

.scritta_caso {
  margin-top: 1.2em;
  color: #ff5100;
  font-size: 13px;
}

.scritta_sub_btn {
  color: #ff5100;
  font-size: 11px;
  text-align: center;
}

.intro {
  padding: 60px 0;
}
.intro .bit-boxed-narrow {
  margin-left: auto;
  margin-right: auto;
}
.intro .intro-text {
  font-size: 0.9375rem;
  line-height: 1.5333em;
  color: #5D5D5C;
  margin: 2em 0;
}
.intro .scritta_caso {
  margin-top: 18px;
}
.intro .intro-video {
  width: 100%;
  padding-bottom: 56.25%;
  position: relative;
}
.intro .intro-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.orari {
  margin-top: 70px;
}
.orari h2 {
  margin-bottom: 0.12em;
}
.orari .orari-tab {
  margin: 1.2em 0;
}
.orari .orari-tab .orari-tab-row {
  margin-bottom: 0.35em;
}
.orari .orari-tab .orari-tab-row strong {
  display: inline-block;
  width: 150px;
}

@media (max-width: 679px) {
  .orari .orari-tab .orari-tab-row {
    display: flex;
  }
  .orari .orari-tab .orari-tab-row strong {
    flex-basis: 55%;
    box-sizing: border-box;
    padding-right: 7px;
    flex-shrink: 0;
  }
}
.intro-certifications {
 /* margin-top: 70px;*/
}
.intro-certifications h2 {
  font-size: 1.375rem;
}
.intro-certifications .intro-cert {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1.4em;
  padding-top: 1.4em;
  border-top: solid 1px #bbb;
}
.intro-certifications .intro-cert img {
  width: 91px;
  height: auto;
  margin-right: 2em;
}
.intro-certifications .intro-cert div {
  line-height: 1.5333em;
}
.intro-certifications .intro-cert div p {
  margin: 0;
}
.intro-certifications h2 + .intro-cert {
  border-top: none;
}

.alternates h2 {
  margin-bottom:0;
}

.alternates h3 {
  margin-top:0;
}

.alternates .nest h3::after, .alternates .nursery h3::after, .alternates .primary h3::after, .alternates .secondary h3::after {
  content: "";
  display: block;
  width: 54px;
  height: 3px;
  margin-top: 15px;
}


.home .alternates .nest h2,
.home .alternates .nest h3 {
  color: #0094e4;
}

.alternates .nest h3::after {
  background-color: #0094e4;
}

.home .alternates .nursery h2,
.home .alternates .nursery h3 {
  color: #0094e4;
}
.alternates .nursery h3::after {
  background-color: #0094e4;
}
.home .alternates .primary h2,
.home .alternates .primary h3 {
  color: #0094e4;
}
.alternates .primary h3::after {
  background-color: #0094e4;
}
.home .alternates .secondary h2,
.home .alternates .secondary h3 {
  color: #DB301E;
}
.alternates .secondary h3::after {
  background-color: #DB301E;
}
.alternates .alternate {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px 0;
}
.alternates .alternate.odd {
 /* background-color: #F2F2F2;*/
 /* padding-top: 41px;
  padding-bottom: 41px;*/
}
.alternates .alternate.even {
  background-color: #F2F2F2;
}

.alternates .alternate-image,
.alternates .alternate-textbox {
  flex-basis: 50%;
}
.alternates .alternate-image {
  /*background-size: cover;*/
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  /*max-width: 516px;*/
  height: 525px;
}
.alternates .alternate-textbox {
  padding-top: 50px;
  padding-bottom: 50px;
  /*max-width: 516px; */
  box-sizing: border-box;
}
.alternates .alternate-textcontent {
  max-width: 436px;
}
.alternates .alternate-content {
  font-size: 0.9375rem;
  line-height: 1.5333em;
  color: #5D5D5C;
}
.alternates .even .alternate-textcontent {
  padding-left: 64px;
  padding-right: 50px;
}
.alternates .odd {
  text-align: right;
}
.alternates .odd .alternate-image {
  order: 2;
}
.alternates .odd .alternate-textcontent {
  text-align: left;
  padding-right: 64px;
  padding-left: 50px;
  margin-left: auto;
}
@media (max-width: 960px) {
  .alternates .even .alternate-textcontent,
.alternates .odd .alternate-textcontent {
    padding-left: 35px;
    padding-right: 35px;
  }
}
@media (max-width: 679px) {
  .alternates .alternate {
    display: block;
  }
  .alternates .alternate-image {
    height: 400px;
  }
  .alternates .alternate.odd {
   /* padding-top: 0;
    padding-bottom: 0;*/
  }
  .alternates .alternate-textbox {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .alternates .alternate-textcontent {
    max-width: 999px;
  }
  .alternates .even .alternate-textcontent,
.alternates .odd .alternate-textcontent {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.btn {
  background-color: #ff5100;
  border: solid 3px #ff5100;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  margin-top: 1.4em;
  padding: 0.2em 1.4em;
  border-radius: 125px;
  text-decoration: none;
  font-weight: 600;
  /*box-shadow: 0 0 15px rgba(0,0,0,0.15);*/
}

.btn.btn-big{
  padding: 1em 2em;
	font-size: 20px;
}
.btn:hover {
  background-color: white;
  color: #ff5100;
  /*box-shadow: 0 0 10px rgba(0,0,0,0.1);*/
}

.btn.btn-li {
	font-size: 9px;
    line-height: 20px;
	text-transform: none;
	border-width: 2px;
	background-color: transparent;
	color: #ff5100;
}

.btn.btn-li:hover {
	background-color: #ff5100;
	color: white;
}

.btn.btn-blue {
    background-color: #0094e4;
    border: solid 3px #0094e4;
}

.btn.btn-blue:hover {
    color: #0094e4;
	background-color: white;
}

.mfp-counter {
  display: none;
}

.gallery {
 /* background-color: #F2F2F2;
  padding-bottom: 50px;*/
}
.gallery h2 {
  text-align: center;
  padding: 30px 0;
  margin: 0;
}
.gallery .gallery-images {
  font-size: 0;
  line-height: 0;
}
.gallery .gallery-slide {
  outline: none;
}
.gallery .gallery-slide a {
  height: 265px;
  width: 100%;
  background-size: cover;
  display: block;
  background-position: center;
  position: relative;
  outline: none;
}
.gallery .gallery-slide a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0094e4;
  opacity: 0;
}
.gallery .gallery-slide a:hover::before {
  opacity: 0.5;
}
.gallery button.slick-prev, .gallery button.slick-next {
  width: 43px;
  height: 43px;
  border: solid 2px #fff;
  background-color: transparent;
  position: absolute;
  top: 50%;
  z-index: 1;
  border-radius: 100px;
  transform: translateY(-50%);
  outline: none;
  font-size: 0;
  cursor: pointer;
}
.gallery button.slick-prev:hover, .gallery button.slick-next:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.gallery button.slick-prev::before, .gallery button.slick-next::before {
  content: "";
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  top: 50%;
  left: 50%;
  border-top: solid 2px #fff;
  border-left: solid 2px #fff;
  transform: translate(-30%, -50%) rotate(-45deg);
}
.gallery button.slick-next::before {
  transform: translate(-70%, -50%) rotate(135deg);
}
.gallery .slick-prev {
  left: 20px;
}
.gallery .slick-next {
  right: 20px;
}

.banner {
  background-color: #0094e4;
  padding-top: 80px;
  padding-bottom: 80px;
  text-align: center;
}
.banner .big {
  font-size: 2.5rem;
  line-height: 1.2em;
  font-weight: 900;
  color: white;
}
.banner .small {
  color: white; /*#ff5100;*/
  font-size: 0.9375rem;
  margin-top: 0.5rem;
}

/*
.banner .small::before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 25px;
  vertical-align: middle;
  background-image: url("../img/landing/gmeet.svg");
  margin-right: 0.4em;
}
*/

.banner .btn {
 /* margin-top: 50px;*/
}

.bl-overlaybg .banner {
	padding-top: 50px;
  	padding-bottom: 50px;
}

@media (max-width: 679px) {
  .banner {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .banner .big {
    font-size: 1.4rem;
  }
}
@media (max-width: 400px) {
	.btn {
  		padding: 0.2em 1em;
	}
}

.page-template-template-bookinglanding footer {
  background-color: #fff;
  display: flex;
  align-items: stretch;
  padding: 0;
}
.page-template-template-bookinglanding footer .footer-map, .page-template-template-bookinglanding footer .acf-map {
  width: 100%;
  height: 100%;
}
.page-template-template-bookinglanding footer .footer-left, .page-template-template-bookinglanding footer .footer-right {
  background-color: #fff;
  flex-basis: 50%;
}
.page-template-template-bookinglanding footer .footer-left-content {
  padding-top: 60px;
  padding-bottom: 60px;
  margin-left: auto;
  padding-left: 50px;
  padding-right: 64px;
  max-width: 436px;
}
.page-template-template-bookinglanding footer .footer-left-address,
.page-template-template-bookinglanding footer .footer-left-caso {
  font-size: 0.9375rem;
  line-height: 1.5333em;
  color: #5D5D5C;
}
.page-template-template-bookinglanding footer a {
  color: inherit;
  text-decoration: none;
}
.page-template-template-bookinglanding footer a:hover {
  text-decoration: underline;
}
.page-template-template-bookinglanding footer .footer-left-caso {
  border-top: solid 1px #D9D9D9;
  margin-top: 1.2em;
  padding-top: 1.2em;
}
.page-template-template-bookinglanding footer .footer-left-caso a {
  color: #fff;
  background-color: #0160a2;
  text-decoration: none;
  border-radius: 100px;
  outline: none;
  width: 24px;
  height: 24px;
  line-height: 24px;
  display: inline-block;
  text-align: center;
  margin-right: 4px;
}
.page-template-template-bookinglanding footer .footer-left-caso a:hover {
  background-color: #0178cb;
}
.page-template-template-bookinglanding footer .footer-left-caso a span {
  line-height: 24px;
}
@media (max-width: 960px) {
  .page-template-template-bookinglanding footer .footer-left-content {
    padding-left: 35px;
    padding-right: 35px;
  }
}
@media (max-width: 679px) {
  .page-template-template-bookinglanding footer {
    display: block;
  }
  .page-template-template-bookinglanding footer .footer-left-content {
    max-width: 999px;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .page-template-template-bookinglanding footer .footer-right {
    height: 280px;
  }
  .page-template-template-bookinglanding footer .footer-left-content {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.bottom-footer {
  background-color: #172331;
  color: #E7E7E7;
  font-size: 10px;
  padding: 1.2em 0;
  text-align: center;
}
.bottom-footer a {
  color: inherit;
  text-decoration: none;
}
.bottom-footer a:hover {
  text-decoration: underline;
}

/*
.blurrer {
  padding-top: 82px;
}
*/

.popup-opened .blurrer {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="6" /></filter></svg>#filter');
  -webkit-filter: blur(3px);
  filter: blur(3px);
}

.bl-overlaybg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(23, 35, 49, 0.5);
  opacity: 0;
  pointer-events: none;
  transition: all 0.2s;
}

.popup-opened .bl-overlaybg {
  opacity: 1;
  pointer-events: auto;
}

.bl-overlay-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  box-sizing: border-box;
  padding: 50px;
}

.bl-popup {
  max-width: 900px;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  display: none;
}
.bl-popup .orari {
  margin-top: 50px;
}

.bl-popup-video {
  width: 100%;
  padding-bottom: 56.25%;
  position: relative;
  margin-top: 40px;
}
.bl-popup-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bl-popup-button a.btn {
  margin-top: 0;
  background-color: #ff5100;
  border-color: #ff5100;
}
.bl-popup-button a.btn:hover {
  color: #ff5100;
	background-color: white;
}

.bl-overlaybg .bl-popup-button {
	margin-top: 20px;
}

.bl-popup-content {
  padding: 30px 50px 0 50px;
}

h2.bl-popup-title {
  font-size: 2.625rem;
  max-width: 600px;
  position: relative;
  z-index: 20;
}

.bl-popup-close {
  text-align: right;
}
.bl-popup-close span {
  display: inline-block;
  position: relative;
  width: 22px;
  height: 22px;
  cursor: pointer;
}
.bl-popup-close span::before, .bl-popup-close span::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 2px;
  background-color: #172331;
  transform: translate(-50%, -50%) rotate(45deg);
}
.bl-popup-close span::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.bl-popup-intro {
  columns: 2;
  column-gap: 30px;
  font-size: 0.9375rem;
  line-height: 1.5333em;
  color: #5D5D5C;
}
.bl-popup-intro p {
  margin-top: 0;
}

.bl-popup-why-content {
  margin-top: 50px;
  padding-bottom: 50px;
}
.bl-popup-why-content > strong, .bl-popup-why-content > p:first-child strong {
  color: #172331;
}
.bl-popup-why-content p {
  margin-top: 0;
}
.bl-popup-why-content ul {
  font-size: 0.9375rem;
  line-height: 1.5333em;
  color: #5D5D5C;
  list-style: none;
  padding: 0 0 0 42px;
  counter-reset: pop-counter;
  width: 42%;
  box-sizing: border-box;
}
.bl-popup-why-content ul li {
  border-top: solid 1px rgba(151, 151, 151, 0.5);
  position: relative;
  margin-bottom: 1em;
  padding-top: 1em;
}
.bl-popup-why-content ul li:first-child {
  border-top: none;
}
.bl-popup-why-content ul li::before {
  counter-increment: pop-counter;
  content: counter(pop-counter);
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 1.2em;
  color: #fff;
  left: -42px;
  text-align: center;
  line-height: 30px;
  border-radius: 100px;
  background-color: #0094e4;
}

.bl-popup-why {
  position: relative;
}

.bl-popup-image {
  position: absolute;
  right: -50px;
  bottom: 0;
  width: calc(58% + 30px);
  height: 100%;
  background-size: contain;
  background-position: bottom right;
  background-repeat: no-repeat;
}

.bl-popup .banner .big {
	color: #000;
}

@media (max-width: 679px) {
  .bl-popup-content {
    padding: 15px 15px 0 15px;
  }

  .bl-overlay-content {
    padding: 15px;
  }

  h2.bl-popup-title {
    font-size: 2rem;
  }

  .bl-popup-intro {
    columns: 1;
    column-gap: 0;
  }

  .bl-popup-why-content {
    padding-bottom: 15px;
  }

  .bl-popup-why-content ul {
    width: 100%;
  }

  .bl-popup-image {
    display: block;
    position: relative;
    width: 100%;
    padding-bottom: 90%;
    right: -15px;
  }
}
.nursery .bl-popup-why-content li::before {
  background-color: #0094e4;
}
.nursery h2.bl-popup-title::after {
  content: "";
  display: block;
  width: 80px;
  height: 3px;
  margin-top: 15px;
  background-color: #0094e4;
}

.primary .bl-popup-why-content li::before {
  background-color: #0094e4;
}
.primary h2.bl-popup-title::after {
  content: "";
  display: block;
  width: 80px;
  height: 3px;
  margin-top: 15px;
  background-color: #0094e4;
}

.secondary .bl-popup-why-content li::before {
  background-color: #DB301E;
}
.secondary h2.bl-popup-title::after {
  content: "";
  display: block;
  width: 80px;
  height: 3px;
  margin-top: 15px;
  background-color: #DB301E;
}

/*
.nursery .btn, .primary .btn, .secondary .btn {
  background-color: #172331;
  border-color: #172331;
}
.nursery .btn:hover, .primary .btn:hover, .secondary .btn:hover {
  background-color: transparent;
  color: #172331;
}
*/

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

.background-white {
	background-color: white !important;
}

.margin0 {
	margin: 0;
}

.padding0 {
	padding: 0;
}

.bl-top-menu .nest:hover {
    border-bottom: 2px solid #0094e4;
}


.bl-top-menu .nursery:hover {
    border-bottom: 2px solid #0094e4;
}

.bl-top-menu .primary:hover {
    border-bottom: 2px solid #0094e4;
}

.bl-top-menu .secondary:hover {
    border-bottom: 2px solid #DB301E;
}


.certifications-box {
	max-width: 436px;
    padding: 0 50px;
}

.gallery .intro-video {
	font-size: 0;
	line-height: 0;
}

.intro ul.intro-covid,
.intro ul.intro-giorni,
.page-disambiguazione ul.intro-covid,
.page-disambiguazione ul.intro-giorni,
.page-formulario ul.intro-covid,
.page-formulario ul.intro-giorni {
	padding:0;
}

.intro ul.intro-giorni li,
.page-disambiguazione ul.intro-giorni li,
.page-formulario ul.intro-giorni li{
	display: inline-block;
    background-color: #F4F4F4;
    border-radius: 15px;
    padding: 30px;
    margin-bottom: 15px;
    width: 100px;
    margin-right: 3px;
    margin-left: 3px;
	text-align: center;
}

.intro ul.intro-giorni li .tabella-giorno,
.page-disambiguazione ul.intro-giorni li .tabella-giorno,
.page-formulario ul.intro-giorni li .tabella-giorno {
	font-size: 60px;
    line-height: 42px;
    font-weight: 900;
    color: #ff5100;
}

.intro ul.intro-giorni li .tabella-mese,
.page-disambiguazione ul.intro-giorni li .tabella-mese {
	font-size: 15px;
    line-height: 34px;
    color: #ff5100;
}

.intro .intro-giorni a {
	text-decoration: none;
}

.intro ul.intro-covid,
.page-disambiguazione ul.intro-covid {
	margin-top: 3vw;
}

.page-disambiguazione ul.intro-covid {
	margin-bottom: 3vw;
}

.intro ul.intro-covid li,
.page-disambiguazione ul.intro-covid li,
.page-formulario ul.intro-covid li{
	display: inline-block;
	padding-right: 15px;
	padding-left: 15px;
}

.intro ul.intro-covid li.covid-text,
.page-disambiguazione ul.intro-covid li.covid-text,
.page-formulario ul.intro-covid li.covid-text{
	max-width: 450px;
	font-size: 13px;
    line-height: 25px;
    color: #00A652;
	text-align: left;
}

.bl-popup-button .scritta_caso {
	color: #D61916;
}

.bl-popup .orari-tab ul {
    padding: 0;
}

.bl-popup .orari-tab li {
    display: inline-block;
    background-color: #f4f4f4;
    border-radius: 15px;
    padding: 30px;
    margin-bottom: 15px;
    width: 75px;
	margin-right: 5px;
	margin-left: 5px;
}

.bl-popup .orari-tab .tabella-giorno {
    font-size: 50px;
    line-height: 34px;
    font-weight: 900;
    color: #ff5100;
}

.bl-popup .orari-tab .tabella-mese {
    font-size: 15px;
    line-height: 34px;
    color: #ff5100;
}

.bl-popup-image-top {
	position: relative;
	z-index: 10;
}


.bl-popup-image-top img {
	position: absolute;
	right: 30px;
	top: -30px;
}

.text-detail {
	color: #5D5D5C;
	font-size: 15px;
	line-height: 23px;
	padding-right: 15px;
	padding-left: 15px;
}


#img-slider1,
#img-slider2,
#background-slider {
	position: absolute;
	display: none;
	
}

#img-slider1  {
    left: 60px;
}

#img-slider2  {
    right: 0px;
    bottom: -50px;
	width: 400px;
}

#img-slider2 img {
    width: 100%;
}

#background-slider  {
    height: calc(100% + 1px);
	width: 100%;
}

#background-slider img {
    height: 100%;
	width: 100%;
}


.video-img-height {
	height: 530px;
	overflow: hidden;
}

.popup-video-link:hover .img-bg {
	transform: scale(1.5);
    transition: 0.5s all ease-in-out;
}

.popup-video-link .img-bg {
	height: 100%;
	width: 100%;
}


.popup-video-link div {
	position:absolute; 
	top: 40%;
	width: 100%;
	text-align: center;
}


.popup-video-link .text {
	color: white;
	font-weight: 600;
}

#back-top {
    bottom: 30px;
    display: none;
    position: fixed;
    right: 20px;
    z-index: 90;
    cursor: pointer;
}

.screen-big {
	display: block;
}

.screen-small {
	display: none;
}


@media (max-width: 1224px) {
	#img-slider1,
	#img-slider2 {
		/*width: 80%;*/
	}
	
	#img-slider1 {
		left: 0;
		text-align: left;
	}
	
	#img-slider2 {
		right: 0;
		bottom: -50px;
		text-align: right;
	}
	
	.alternates .alternate-image {
  		background-size: cover;
	}
	
	.alternates .odd .alternate-image {
  		background-size: cover;
		background-position: left;
	}
	
	.alternates .even .alternate-image {
  		background-size: cover;
		background-position: right;
	}
}


@media (max-width: 960px) {
	#img-slider1 img,
	#img-slider2 img {
		width: 35vw;
	}
	
	#img-slider1 {
		width: min-content;
	}
	
	#img-slider2 {
		width: min-content;
	}
	
	.certifications-box {
    	padding: 0 15px;
	}
}





@media (max-width: 679px) {
  .align-center-mobile {
    text-align: center;
  }
	
	.bl-popup-image-top img {
    	top: -15px;
		width: 50%;
	}
	
	.screen-big {
		display: none;
	}

	.screen-small {
		display: block;
	}
	
	.intro ul.intro-covid, 
	.page-disambiguazione ul.intro-covid {
    	margin-top: 15vw;
	}
	
	.page-disambiguazione ul.intro-covid {
		margin-bottom: 15vw;
	}
	
	#img-slider1 img,
	#img-slider2 img {
		width: 60vw;
	}
	
	.video-img-height {
		height: auto;
		line-height: 0;
	}
	
	.popup-video-link .text {
		line-height: 28px;
	}
	
	.popup-video-link div {
		top: 25%;
	}
}

@media (max-width: 600px) {
	#img-slider2 {
		bottom: -40px;
	}
	
}

.display-none {
	display: none;
}

.box-shadow {
	box-shadow: 0px -1px 8px #888888;
}



/* TEMP INFANZIA BAMBINI 24 AI 36 MESI *********************************/
.color-orange {
	color: #ff5100;
	font-size: 13px;
	line-height: 23px;
}

.background-yellow {
	background-image: linear-gradient(to right, #FFE400 , #FFB600);
}

.al-news {
	position: relative;
	margin-right: -50px;
    margin-left: -50px;
  /*  padding: 30px 50px 50px;*/
}

.al-news-title {
	color: #0094e4;
	font-size: 27px;
	line-height: 34px;
	font-weight: 700;
}

.al-image-news {
	position: absolute;
    top: -49px;
    left: 50px;
}

.al-image-planet {
	position: absolute;
    bottom: -50px;
    right: 50px;
}


@media (max-width: 679px) {
	.al-news {
		margin-right: -15px;
    	margin-left: -15px;
    	padding: 15px 15px 15px;
	}
	
	.al-image-planet {
		display: none;
	}
	
	.al-image-news {
		left: 5px;
	}
}



/* SANTA SOFIA LENDINARA >>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */

.intro-orari.orari h2 {
	font-size: 1.6rem;
}

/*
.banner,
.background-blue {
	background-color: rgb(46,85,212);
}

.banner {
	    padding-top: 70px;
    padding-bottom: 0px;
}

.background-blue {
    height: 130px;
    width: 100%;
	margin-top: -65px;
}

.al-diagonal {
	-webkit-transform: skewY(-5deg);
    -moz-transform: skewY(-5deg);
    -ms-transform: skewY(-5deg);
    -o-transform: skewY(-5deg);
    transform: skewY(-5deg); 
}


.al-straight {
     -webkit-transform: skewY(5deg);
    -moz-transform: skewY(5deg);
    -ms-transform: skewY(5deg);
    -o-transform: skewY(5deg);
    transform: skewY(5deg);
}
*/

@media (max-width: 1350px) {
	header h1 .big {
		font-size: 4rem;
	}
}

@media (max-width: 1000px) {
	header h1 .big {
		font-size: 2.5rem;
	}
	
	header .subtitle {
		font-size: 1.3rem;
	}

}




@media (max-width: 679px) {
	.embed-container .header-text {
		padding-top: 75px;
	}
	
	header .header-text {
		max-width: 350px;
	}

}

@media (max-width: 550px) {
	.embed-container .header-text {
		padding-top: 100px;
	}
	header .header-text {
		max-width: 300px;
	}
	header h1 .big {
		font-size: 2.2rem;
	}
	header .subtitle {
		font-size: 1.3rem;
	}

}




/* SANTA SOFIA LENDINARA <<< */
    


.page-template-template-registrazione article {
	max-width: 800px;
	margin: auto;
}

.page-template-template-registrazione main h1 {
    display: block;
	text-align: center;
	
	padding: 50px;
    background-color: #ff5100;
    color: white;
    font-size: 50px;
	margin-top: 0;
	margin-bottom: 50px;
}
}




/* >>>>>>>>>>>>>>>>>>>>> CAROUSEL >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */

.metaslider img, 
.metaslider .slides img, 
body .metaslider .flexslider .slides img {
    border-top-left-radius: 25px !important;
    border-top-right-radius: 25px !important;
}

.metaslider.ms-theme-clarity .flexslider .caption-wrap  {
	border: none !important;
    border-radius: 0 0 25px 25px;
}

.metaslider li {
	border-radius: 25px;
	overflow: hidden;
} 

.metaslider.ms-theme-clarity .flexslider .caption-wrap .caption, 
.metaslider li .caption-wrap .caption {
	padding: 0 !important;
	text-align: left !important;
}

.metaslider li .caption-wrap .caption .title {
	font-weight: bold;
	font-size: small;
	padding: 0 10px;
}

.metaslider li .caption-wrap .caption .subtitle {
	font-weight: bold;
    font-size: large;
    color: #0094e4;
	padding: 0 10px;
	margin-bottom: 6px;
}

.metaslider li .caption-wrap .caption .content {
	font-size: smaller;
    line-height: normal;
	padding: 0 10px;
	margin-bottom: 20px;
}

#metaslider_6187.flexslider .slides li, 
#metaslider_6208.flexslider .slides li {
    padding: 0 20px;
}

.border-nido,
.border-primaria,
.border-infanzia {
	height: 5px;
    margin: 0;
    margin-bottom: 10px;
	display: block;
	border: none;
}

.border-nido {
	background-color: #46bf00;
}

.border-primaria {
	background-color: #ffbb00;
}

.border-infanzia {
	background-color: #ff5100;
}

.color-nido {
	color: #46bf00;
}

.color-primaria {
	color: #ffbb00;
}

.color-infanzia {
	color: #ff5100;
}

.slider-background-color {
	background-color: #f4dab0;
}

.slider-container-title {
	padding-top: 25px;
    margin-bottom: 0;
}

.metaslider.ms-theme-clarity .flexslider {
	padding-bottom: 20px;
}

.show-carousel-big {
	display: block;
}

.show-carousel-small {
	display: none;
}

@media (max-width: 1024px) {
	.show-carousel-big {
		display: none;
	}

	.show-carousel-small {
		display: block;
	}
}


/* <<<<<<<<<<<<<<<<<<<<< CAROUSEL <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */


/* >>>>>>>>>>>>>>>>>>>> DOPO SCUOLA >>>>>>>>>>>>>>>>>>>>>>>>>>>>> */

.al-dopo-scuola {
	background-color: #ff5100;
	border-radius: 25px;
    margin-bottom: 70px;
    padding: 20px;
}

.al-dopo-scuola img {
	width: 90%;
}

.al-dopo-scuola .title,
.al-dopo-scuola .subtitle {
	color: white;
	font-size: 30px;
	line-height: 40px;
}

.al-dopo-scuola .title {
	font-weight: bold;
}

.al-dopo-scuola .subtitle {
	margin-bottom: 20px;
}

.al-dopo-scuola a {
	background-color: white;
    padding: 6px 20px;
    border-radius: 25px;
    color: black;
    text-decoration: none;
    font-weight: 500;
}

.al-dopo-scuola .box-vertical-center {
	margin-top: 55px;
	text-align: left;
}

@media (max-width: 1024px) {
	.al-dopo-scuola {
   		max-width: 90%;
	}
	
	.al-dopo-scuola .box-vertical-center {
    	margin-top: 20px;
	}
}


@media (max-width: 960px) {
	.al-dopo-scuola {
   		max-width: 70%;
	}
	
	.al-dopo-scuola .title, .al-dopo-scuola .subtitle {
      	font-size: 19px;
    	line-height: 28px;
	}
}

@media (max-width: 768px) {
	.al-dopo-scuola img {
    	width: 100%;
	}
	
	.al-dopo-scuola .box-vertical-center {
    	margin-top: 15px;
		text-align: center;
	}
}

/* <<<<<<<<<<<<<<<<<<<<< DOPO SCUOLA <<<<<<<<<<<<<<<<<<<<<<<<<<  */












