/* SCSS EMI */
@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;500;600;700;800;900&display=swap");
/* BASE */
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

.clearfix {
  display: inline-block; }

* html .clearfix {
  height: 1%; }

.clearfix {
  display: block; }

div.clear {
  clear: both; }

.show {
  display: block !important; }


html {
  width: 100%;
  height: 100%; }

html, body {
  font-family: 'Nunito', sans-serif;
  font-size: 17px;
  line-height: 27px;
  font-weight: 400;
  color: #000;
  overflow: hidden; }
  html p, body p {
    margin-bottom: 10px;
    font-weight: 400;
    margin-top: 0; }
  html .post, html .page, body .post, body .page {
    margin: 0; }
  html .page-content, html .entry-content, body .page-content, body .entry-content {
    margin: 0; }
  html a, body a {
    text-decoration: none;
    color: #FFAC59;
    -webkit-transition: all 0.3s 0s linear;
    -moz-transition: all 0.3s 0s linear;
    -o-transition: all 0.3s 0s linear;
    transition: all 0.3s 0s linear; }
    html a:hover, html a:visited, html a:focus, body a:hover, body a:visited, body a:focus {
      color: #70D3A0;
      -webkit-transition: all 0.3s 0s linear;
      -moz-transition: all 0.3s 0s linear;
      -o-transition: all 0.3s 0s linear;
      transition: all 0.3s 0s linear; }
  html .text-center, body .text-center {
    text-align: center; }
  html .p-privacy, body .p-privacy {
    margin: 15px 0;
    display: inline-block; }
  html .vc_col-has-fill > .vc_column-inner,
  html .vc_row-has-fill + .vc_row-full-width + .vc_row > .vc_column_container > .vc_column-inner,
  html .vc_row-has-fill + .vc_row > .vc_column_container > .vc_column-inner,
  html .vc_row-has-fill > .vc_column_container > .vc_column-inner, body .vc_col-has-fill > .vc_column-inner,
  body .vc_row-has-fill + .vc_row-full-width + .vc_row > .vc_column_container > .vc_column-inner,
  body .vc_row-has-fill + .vc_row > .vc_column_container > .vc_column-inner,
  body .vc_row-has-fill > .vc_column_container > .vc_column-inner {
    padding-top: 0; }
  html h1, body h1 {
    font-size: 60px;
    line-height: 60px;
    color: #000;
    font-weight: 800;
    letter-spacing: 1px;
    margin: 0 0 25px 0; }
    @media (max-width: 480px) {
      html h1, body h1 {
        font-size: 2.2em;
        line-height: 1.2em; } }
  html h2, body h2 {
    font-size: 35px;
    line-height: 45px;
    font-weight: 800 !important;
    margin: 0 0 25px 0 !important;
    text-transform: uppercase; }
    @media (max-width: 480px) {
      html h2, body h2 {
        font-size: 1.5em;
        line-height: 1.1em;
        margin: 15px 0 15px 0 !important; } }
  html h3, body h3 {
    font-size: 25px;
    line-height: 35px;
    font-weight: 400;
    letter-spacing: 1px;
    margin: 0 0 10px 0;
    text-transform: uppercase; }
    @media (max-width: 480px) {
      html h3, body h3 {
        font-size: 1.1em;
        line-height: 1.3em; } }
  html h4, body h4 {
    font-size: 20px;
    font-weight: 500;
    margin: 0 0 10px 0; }
  html strong, body strong {
    font-weight: 700; }
  html .gfm-icon, body .gfm-icon {
    margin-right: 5px;
    font-size: 28px; }
  html .no-margin-bottom, body .no-margin-bottom {
    margin-bottom: 0; }
  html .no-margin-title h2, body .no-margin-title h2 {
    margin: 0 !important; }
  html .black, body .black {
    font-weight: 900; }
  html ul, html ol, body ul, body ol {
    margin: 15px 0; }
    html ul li, html ol li, body ul li, body ol li {
      line-height: 30px; }
  html .site-wrapper, body .site-wrapper {
    width: 100%;
    max-width: 1300px;
    padding: 0 25px;
    margin: 0 auto; }
  html img, body img {
    position: relative;
    z-index: 30; }
  html .comment-navigation .nav-links, html .posts-navigation .nav-links, html .post-navigation .nav-links, body .comment-navigation .nav-links, body .posts-navigation .nav-links, body .post-navigation .nav-links {
    display: none; }
  html .text-white h1, html .text-white h2, html .text-white h3, html .text-white h4, html .text-white h5, html .text-white h6, html .text-white p, html .text-white span, html .text-white li, body .text-white h1, body .text-white h2, body .text-white h3, body .text-white h4, body .text-white h5, body .text-white h6, body .text-white p, body .text-white span, body .text-white li {
    color: #fff; }
  html img, body img {
    image-rendering: -moz-crisp-edges;
    /* Firefox */
    image-rendering: -o-crisp-edges;
    /* Opera */
    image-rendering: -webkit-optimize-contrast;
    /* Webkit (non-standard naming) */
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
    /* IE (non-standard property) */ }
  html small, body small {
    font-size: 80%;
    line-height: 15px;
    display: block; }

.preloader {
  display: flex;
  height: 100vh;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1500;
  width: 100%;
  background-color: #fff;
  overflow: hidden; }
  .preloader img {
    width: 250px;
    animation: preloader 2s infinite linear; }

@keyframes preloader {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(359deg); } }
/* HEADER */
.header-wrapper {
  height: 100px; }

#masthead .site-wrapper {
  width: 100%;
  max-width: 1300px;
  padding: 0 25px;
  margin: 0 auto;
  display: flex;
  align-items: center; }

#masthead {
  height: 100px;
  display: flex;
  align-items: center;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s 0s linear;
  -moz-transition: all 0.3s 0s linear;
  -o-transition: all 0.3s 0s linear;
  transition: all 0.3s 0s linear;
  top: 0;
  position: relative;
  z-index: 150;
  background-color: #fff;
  /*background: rgb(112,211,160);
  background: -moz-linear-gradient(90deg, rgba(112,211,160,1) 0%, rgba(128,169,213,1) 33%, rgba(255,120,141,1) 66%, rgba(255,172,89,1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(112,211,160,1) 0%, rgba(128,169,213,1) 33%, rgba(255,120,141,1) 66%, rgba(255,172,89,1) 100%);
  background: linear-gradient(90deg, rgba(112,211,160,1) 0%, rgba(128,169,213,1) 33%, rgba(255,120,141,1) 66%, rgba(255,172,89,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#70d3a0",endColorstr="#ffac59",GradientType=1);*/ }
  #masthead.fixed {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 150;
    /*-webkit-transition: all 0.3s 0s smoothScroll;
    -moz-transition: all 0.3s 0s smoothScroll;
    -o-transition: all 0.3s 0s smoothScroll;
    transition: all 0.3s 0s smoothScroll;*/
    animation: smoothScroll 0.5s forwards;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1); }
@keyframes smoothScroll {
  0% {
    transform: translateY(-40px); }
  100% {
    transform: translateY(0px); } }
  #masthead .site-title, #masthead .site-description {
    display: none; }
  #masthead .custom-logo-link {
    display: flex; }
    #masthead .custom-logo-link img {
      width: 200px;
      max-width: 100%; }
  #masthead #site-navigation .menu-toggle {
    display: block;
    position: absolute;
    right: 30px;
    top: 40px;
    background-color: transparent !important;
    border: 0;
    outline: none;
    padding: 0; }
    @media (min-width: 992px) {
      #masthead #site-navigation .menu-toggle {
        display: none; } }
    @media (min-width: 992px) {
      #masthead #site-navigation .menu-toggle {
        display: none; } }
  #masthead #site-navigation .burger-menu {
    background-color: #FFAC59;
    width: 20px;
    height: 3px;
    color: #666;
    position: relative;
    margin: 3px 0;
    display: block;
    -webkit-transition: all 0.3s 0s linear;
    -moz-transition: all 0.3s 0s linear;
    -o-transition: all 0.3s 0s linear;
    transition: all 0.3s 0s linear; }
  #masthead #site-navigation .menu-menu-container {
    -webkit-transition: all 0.3s 0s linear;
    -moz-transition: all 0.3s 0s linear;
    -o-transition: all 0.3s 0s linear;
    transition: all 0.3s 0s linear; }
  #masthead #site-navigation.toggled .burger-menu {
    opacity: 0; }
  #masthead #site-navigation.toggled .menu-toggle {
    margin-top: 5px; }
  #masthead #site-navigation.toggled .burger-menu:first-child {
    transform: rotate(45deg);
    opacity: 1;
    -webkit-transition: all 0.3s 0s linear;
    -moz-transition: all 0.3s 0s linear;
    -o-transition: all 0.3s 0s linear;
    transition: all 0.3s 0s linear; }
  #masthead #site-navigation.toggled .burger-menu:last-child {
    transform: rotate(-45deg);
    top: -12px;
    opacity: 1;
    -webkit-transition: all 0.3s 0s linear;
    -moz-transition: all 0.3s 0s linear;
    -o-transition: all 0.3s 0s linear;
    transition: all 0.3s 0s linear; }
  #masthead #site-navigation.toggled .menu-menu-container {
    background-color: #fff;
    width: 100%;
    height: calc(100vh - 100px);
    position: absolute;
    top: 100px;
    left: 0;
    visibility: visible;
    opacity: 1;
    -webkit-transition: all 0.5s 0s linear;
    -moz-transition: all 0.5s 0s linear;
    -o-transition: all 0.5s 0s linear;
    transition: all 0.5s 0s linear;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    z-index: 150; }
    @media (max-width: 992px) {
      #masthead #site-navigation.toggled .menu-menu-container {
        background-color: #fbfbfb; } }
  #masthead #site-navigation.toggled #primary-menu {
    float: none; }
    @media (max-width: 992px) {
      #masthead #site-navigation.toggled #primary-menu {
        display: block; } }
    #masthead #site-navigation.toggled #primary-menu .menu-item {
      margin: 25px 15px; }
  #masthead #site-navigation #primary-menu {
    float: right; }
    @media (max-width: 992px) {
      #masthead #site-navigation #primary-menu {
        display: none; } }
    #masthead #site-navigation #primary-menu .menu-item {
      text-transform: uppercase;
      padding: 0 15px;
      height: 100px;
      display: flex;
      align-items: center;
      justify-content: center;
      /*-webkit-transition: all 0.3s 0s linear;
      -moz-transition: all 0.3s 0s linear;
      -o-transition: all 0.3s 0s linear;
      transition: all 0.3s 0s linear;*/ }
      @media (max-width: 992px) {
        #masthead #site-navigation #primary-menu .menu-item {
          height: auto; } }
      #masthead #site-navigation #primary-menu .menu-item.current-menu-parent > a {
        color: #FFAC59; }
      #masthead #site-navigation #primary-menu .menu-item:hover {
        /*-webkit-transition: all 0.3s 0s linear;
        -moz-transition: all 0.3s 0s linear;
        -o-transition: all 0.3s 0s linear;
        transition: all 0.3s 0s linear;*/ }
        #masthead #site-navigation #primary-menu .menu-item:hover a {
          color: #000; }
      #masthead #site-navigation #primary-menu .menu-item a {
        color: #000;
        font-weight: 600;
        font-size: 14px;
        width: max-content;
        text-transform: uppercase;
        position: relative;
        top: 2px; }
        @media (max-width: 992px) {
          #masthead #site-navigation #primary-menu .menu-item a {
            width: 100%;
            font-size: 17px;
            color: #000;
            top: 0; } }
        #masthead #site-navigation #primary-menu .menu-item a:after {
          content: '';
          display: block;
          height: 2px;
          opacity: 0;
          -webkit-transition: all 0.3s 0s linear;
          -moz-transition: all 0.3s 0s linear;
          -o-transition: all 0.3s 0s linear;
          transition: all 0.3s 0s linear;
          width: 0; }
        #masthead #site-navigation #primary-menu .menu-item a:hover {
          color: #FFAC59; }
          #masthead #site-navigation #primary-menu .menu-item a:hover:after {
            -webkit-transition: all 0.3s 0s linear;
            -moz-transition: all 0.3s 0s linear;
            -o-transition: all 0.3s 0s linear;
            transition: all 0.3s 0s linear;
            opacity: 1;
            width: 100%;
            background-color: #FFAC59; }
      #masthead #site-navigation #primary-menu .menu-item.current_page_item a {
        color: #FFAC59; }
      #masthead #site-navigation #primary-menu .menu-item.current_page_item .sub-menu a {
        color: #666;
        -webkit-transition: all 0.3s 0s linear;
        -moz-transition: all 0.3s 0s linear;
        -o-transition: all 0.3s 0s linear;
        transition: all 0.3s 0s linear; }
        #masthead #site-navigation #primary-menu .menu-item.current_page_item .sub-menu a:hover {
          color: #FFAC59;
          -webkit-transition: all 0.3s 0s linear;
          -moz-transition: all 0.3s 0s linear;
          -o-transition: all 0.3s 0s linear;
          transition: all 0.3s 0s linear; }
      #masthead #site-navigation #primary-menu .menu-item-has-children:after {
        content: "";
        width: 0;
        height: 0;
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        border-top: 4px solid #FFAC59;
        position: relative;
        right: -10px; }
        @media (max-width: 992px) {
          #masthead #site-navigation #primary-menu .menu-item-has-children:after {
            display: none; } }
    #masthead #site-navigation #primary-menu .sub-menu {
      display: block;
      background-color: #fff; }
      #masthead #site-navigation #primary-menu .sub-menu li {
        display: block;
        height: auto; }
        #masthead #site-navigation #primary-menu .sub-menu li a {
          color: #000; }

.main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul {
  left: 0;
  min-width: 200px; }
  @media (max-width: 992px) {
    .main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul {
      left: auto; } }
  .main-navigation ul li:hover > ul li, .main-navigation ul li.focus > ul li {
    margin: 15px !important;
    height: 100%; }

.dropdown-livello-2-parent {
  display: none !important; }
  @media (max-width: 992px) {
    .dropdown-livello-2-parent {
      display: block !important; } }

.dropdown ul li a {
  color: #000; }

.dropdown-livello-2-aperto {
  position: fixed !important;
  display: flex !important;
  align-items: center !important;
  left: 0 !important;
  top: 100px !important;
  width: 100% !important;
  height: calc(100vh - 100px) !important;
  z-index: 70 !important;
  flex-direction: column;
  justify-content: center;
  background-color: #fbfbfb !important; }
  .dropdown-livello-2-aperto li {
    margin: 10px auto !important;
    line-height: 20px; }

.dropdown-livello-2-chiuso {
  display: none !important; }

.indietro {
  background-color: #FFAC59;
  padding: 10px 25px !important;
  border-radius: 10px;
  border: 1px solid #FFAC59;
  -webkit-transition: all 0.3s 0s linear;
  -moz-transition: all 0.3s 0s linear;
  -o-transition: all 0.3s 0s linear;
  transition: all 0.3s 0s linear;
  box-shadow: 0px 7.5px 5px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 7.5px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 7.5px 5px 0px rgba(0, 0, 0, 0.1); }
  .indietro a {
    color: #fff !important;
    -webkit-transition: all 0.3s 0s linear;
    -moz-transition: all 0.3s 0s linear;
    -o-transition: all 0.3s 0s linear;
    transition: all 0.3s 0s linear;
    text-transform: uppercase !important;
    font-weight: 700 !important;
    font-size: 15px !important; }
    .indietro a:hover, .indietro a:focus {
      background-color: #fff;
      color: #FFAC59 !important;
      -webkit-transition: all 0.3s 0s linear;
      -moz-transition: all 0.3s 0s linear;
      -o-transition: all 0.3s 0s linear;
      transition: all 0.3s 0s linear; }

/* CONTENT */
.post .entry-header {
  width: 100%;
  display: block;
  padding: 75px 0;
  margin-bottom: 50px; }
  .post .entry-header:before {
    background-image: url(https://bbeducation.it/wp-content/themes/mercurio/images/pattern-20.png);
    background-repeat: repeat;
    position: absolute;
    width: 200%;
    height: 200vh;
    transform: rotate(-20deg);
    top: -90vh;
    left: -150px;
    background-size: 250px;
    opacity: 1;
    content: ''; }
  .post .entry-header .entry-title {
    color: #fff; }
.post .entry-content {
  margin-top: 50px; }

.page .entry-header {
  width: 100%;
  max-width: 1250px;
  padding: 0 25px;
  margin: 0 auto;
  display: none; }

#primary {
  min-height: calc(100vh - 100px); }
  #primary .site-wrapper {
    width: 100%;
    max-width: 1300px;
    padding: 0 25px;
    margin: 0 auto; }
  #primary input[type="text"],
  #primary input[type="email"],
  #primary input[type="url"],
  #primary input[type="password"],
  #primary input[type="search"],
  #primary input[type="number"],
  #primary input[type="tel"],
  #primary input[type="range"],
  #primary input[type="date"],
  #primary input[type="month"],
  #primary input[type="week"],
  #primary input[type="time"],
  #primary input[type="datetime"],
  #primary input[type="datetime-local"],
  #primary input[type="color"],
  #primary textarea,
  #primary select {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 3px;
    background-color: #FEFEFE;
    margin: 5px 0;
    width: 100%;
    padding: 10px;
    font-size: 12px;
    cursor: pointer; }
  #primary button, #primary input[type="button"],
  #primary input[type="reset"],
  #primary input[type="submit"] {
    color: #fff !important;
    border: 1px solid #000;
    background-color: #000;
    text-transform: uppercase;
    font-weight: bold;
    -webkit-transition: all 0.3s 0s linear;
    -moz-transition: all 0.3s 0s linear;
    -o-transition: all 0.3s 0s linear;
    transition: all 0.3s 0s linear;
    text-align: left;
    padding: 10px 25px;
    margin-top: 15px;
    display: inline-block;
    cursor: pointer;
    border-radius: 35px;
    text-align: center;
    font-size: 16px;
    line-height: 20px; }
    #primary button:hover, #primary input[type="button"]:hover,
    #primary input[type="reset"]:hover,
    #primary input[type="submit"]:hover {
      background-color: #fff;
      border: 1px solid #000;
      color: #000 !important;
      -webkit-transition: all 0.3s 0s linear;
      -moz-transition: all 0.3s 0s linear;
      -o-transition: all 0.3s 0s linear;
      transition: all 0.3s 0s linear; }
  #primary .form-col {
    border-radius: 25px;
    background-color: #fff;
    padding: 30px 15px;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2); }

#header p {
  font-weight: 400; }

/* FORM */
.form div {
  margin-bottom: 10px; }
  .form div p {
    font-size: 15px;
    line-height: 19px; }
  .form div .wpcf7-list-item {
    display: block;
    margin: 0; }
    .form div .wpcf7-list-item label {
      font-size: 14px;
      line-height: 20px;
      display: inline-block; }
      .form div .wpcf7-list-item label span {
        margin-left: 5px; }
.form .marketing-box {
  font-size: 15px;
  line-height: 19px;
  display: flex;
  flex-direction: row-reverse; }
  .form .marketing-box .text {
    margin-left: 5px; }

/* HOME */
/* PATTER */
.pattern:before {
  background-image: url(https://bbeducation.it/wp-content/themes/mercurio/images/pattern-20.png);
  background-repeat: repeat;
  position: absolute;
  width: 200%;
  height: 200vh;
  transform: rotate(-20deg);
  top: -90vh;
  left: -150px;
  background-size: 250px;
  opacity: 1; }
.pattern h1 {
  margin-bottom: 10px; }

/* CONTENT */
.box-rounded {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  background-color: #fbfbfb;
  padding: 50px;
  box-shadow: 0px 7.5px 5px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 7.5px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 7.5px 5px 0px rgba(0, 0, 0, 0.1); }
  @media (max-width: 768px) {
    .box-rounded {
      padding: 50px 25px; } }
  .box-rounded p {
    margin-top: 0; }
  .box-rounded--white {
    background-color: #fff; }

.tab {
  border-radius: 25px;
  padding: 25px 15px;
  background-color: #fbfbfb;
  box-shadow: 0px 7.5px 5px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 7.5px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 7.5px 5px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s 0s linear;
  -moz-transition: all 0.3s 0s linear;
  -o-transition: all 0.3s 0s linear;
  margin: 0 15px;
  min-height: 325px !important;
  align-items: center !important; }
  .tab .vc_column-inner {
    padding: 0 25px !important; }
  .tab h3 {
    font-weight: 500;
    text-transform: none; }
  .tab:hover {
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.3s 0s linear;
    -moz-transition: all 0.3s 0s linear;
    -o-transition: all 0.3s 0s linear; }

.col.vc_col-sm-4 {
  width: calc(33.333% - 30px);
  margin: 0 15px;
  min-height: 400px !important; }
  @media (max-width: 768px) {
    .col.vc_col-sm-4 {
      width: calc(100% - 30px);
      margin: 25px 15px; } }
@media (max-width: 768px) {
  .col.img-background {
    width: calc(100% - 30px); } }

/* OVERRIDE WIDTH */
.vc_col-sm-4.col4-override {
  width: 25%;
  margin: 0 auto; }
  @media (max-width: 768px) {
    .vc_col-sm-4.col4-override {
      width: calc(100% - 30px);
      margin: 25px 15px; } }

.shadow .vc_column-inner {
  box-shadow: 0px 7.5px 5px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 7.5px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 7.5px 5px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s 0s linear;
  -moz-transition: all 0.3s 0s linear;
  -o-transition: all 0.3s 0s linear; }
.shadow:hover .vc_column-inner {
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s 0s linear;
  -moz-transition: all 0.3s 0s linear;
  -o-transition: all 0.3s 0s linear; }

.box-shadow {
  box-shadow: 0px 7.5px 5px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 7.5px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 7.5px 5px 0px rgba(0, 0, 0, 0.1); }

.border-radius-custom img {
  border-radius: 40% 60% 40% 60%/60% 40% 60% 40%;
  box-shadow: 0px 7.5px 5px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 7.5px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 7.5px 5px 0px rgba(0, 0, 0, 0.15); }

.border-radius-custom-2 img {
  border-radius: 60% 40% 60% 40%/40% 60% 40% 60%;
  box-shadow: 0px 7.5px 5px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 7.5px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 7.5px 5px 0px rgba(0, 0, 0, 0.15); }

.border-radius-25 img {
  border-radius: 25px; }

.border-radius-round-img {
  border-radius: 50%; }

.breadcrumbs {
  font-weight: 600; }
  .breadcrumbs a {
    color: #fff !important; }

.gradient {
  background: #70d3a0;
  background: -moz-linear-gradient(90deg, #70d3a0 0%, #80a9d5 33%, #ff788d 66%, #ffac59 100%);
  background: -webkit-linear-gradient(90deg, #70d3a0 0%, #80a9d5 33%, #ff788d 66%, #ffac59 100%);
  background: linear-gradient(90deg, #70d3a0 0%, #80a9d5 33%, #ff788d 66%, #ffac59 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#70d3a0",endColorstr="#ffac59",GradientType=1); }

.gradient-baby {
  background: #70d3a0;
  background: -moz-linear-gradient(90deg, #70d3a0 0%, #80a9d5 100%);
  background: -webkit-linear-gradient(90deg, #70d3a0 0%, #80a9d5 100%);
  background: linear-gradient(90deg, #70d3a0 0%, #80a9d5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#70d3a0",endColorstr="#80a9d5",GradientType=1); }

.box {
  border-radius: 25px;
  padding: 25px !important;
  width: 100%;
  box-shadow: 0px 7.5px 5px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 7.5px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 7.5px 5px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s 0s linear;
  -moz-transition: all 0.3s 0s linear;
  -o-transition: all 0.3s 0s linear;
  color: #fff; }
  .box h2 {
    margin: 0 !important;
    font-size: 30px;
    line-height: 30px; }
  .box .sede {
    margin: 0 0 15px 0; }
  .box:hover {
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.3s 0s linear;
    -moz-transition: all 0.3s 0s linear;
    -o-transition: all 0.3s 0s linear; }
  .box__link {
    display: block; }
  @media (max-width: 768px) {
    .box {
      width: 100% !important;
      margin: 0 auto !important; } }

.green {
  background-color: #70D3A0; }
  .green--color {
    background-color: transparent;
    color: #70D3A0; }

.blue {
  background-color: #80A9D5; }
  .blue--color {
    background-color: transparent;
    color: #80A9D5; }

.pink {
  background-color: #FF788D; }
  .pink--color {
    background-color: transparent;
    color: #FF788D; }

.baby--color {
  background: #70d3a0;
  background: -moz-linear-gradient(90deg, #70d3a0 0%, #80a9d5 100%);
  background: -webkit-linear-gradient(90deg, #70d3a0 0%, #80a9d5 100%);
  background: linear-gradient(90deg, #70d3a0 0%, #80a9d5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#70d3a0",endColorstr="#80a9d5",GradientType=1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

.icon-list {
  display: flex; }

.lista-custom {
  margin-top: 25px; }
  @media (max-width: 768px) {
    .lista-custom {
      margin-top: 0;
      margin-bottom: 25px; } }
  .lista-custom p {
    display: flex;
    font-weight: 700;
    align-items: center; }
    .lista-custom p span {
      margin-right: 10px;
      font-size: 28px; }
    .lista-custom p .bullet {
      align-self: center;
      margin-right: 10px; }
  .lista-custom__icon {
    margin-top: 25px; }
    @media (max-width: 768px) {
      .lista-custom__icon {
        margin-top: 10px; } }
    .lista-custom__icon p {
      display: flex;
      font-weight: 700; }
      .lista-custom__icon p span {
        margin-right: 10px;
        font-size: 28px; }
      .lista-custom__icon p .icon {
        margin-right: 10px;
        align-self: center; }
  .lista-custom.big h3 {
    font-weight: 700;
    margin-top: 50px; }
    .lista-custom.big h3 span {
      font-size: 30px;
      FONT-WEIGHT: 500;
      display: flex;
      align-self: center;
      margin-right: 15px; }
  .lista-custom.big p {
    font-weight: 400; }

.bandiere {
  display: flex;
  align-items: center;
  justify-content: center; }
  .bandiere img {
    width: 45px;
    margin-right: 10px; }

.icon-svg {
  width: 60px;
  margin-bottom: 25px !important; }

/* BLOG */
.blog .vc_grid-item .vc_gitem-zone-a {
  border-radius: 20px; }
.blog .vc_grid-item .vc_gitem-zone-c .vc_btn3.vc_btn3-color-black, .blog .vc_grid-item .vc_gitem-zone-c .vc_btn3.vc_btn3-color-black.vc_btn3-style-flat {
  color: #fff;
  background-color: #000000;
  border: 1px solid #000;
  padding: 10px 25px;
  margin-top: 15px;
  display: inline-block;
  cursor: pointer;
  border-radius: 35px;
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-transition: all 0.3s 0s linear;
  -moz-transition: all 0.3s 0s linear;
  -o-transition: all 0.3s 0s linear; }
  .blog .vc_grid-item .vc_gitem-zone-c .vc_btn3.vc_btn3-color-black:hover, .blog .vc_grid-item .vc_gitem-zone-c .vc_btn3.vc_btn3-color-black.vc_btn3-style-flat:hover {
    background-color: #fff;
    color: #000;
    -webkit-transition: all 0.3s 0s linear;
    -moz-transition: all 0.3s 0s linear;
    -o-transition: all 0.3s 0s linear; }
.blog .vc_grid-item .vc_gitem-zone-c .vc_custom_heading h4 {
  font-size: 25px;
  line-height: 35px;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 25px 0 0 0; }

/* SEARCH */
.search .page-header {
  margin-top: 50px; }

/* RISULTATI */
.risultati {
  display: flex;
  flex-wrap: wrap; }
  @media (max-width: 480px) {
    .risultati {
      flex-direction: column; } }
  .risultati__col {
    width: 33.333333%;
    padding: 0 15px;
    min-height: 300px;
    margin-top: 25px; }
    @media (max-width: 768px) {
      .risultati__col {
        width: 50%; } }
    @media (max-width: 480px) {
      .risultati__col {
        width: 100%;
        padding: 0;
        margin-bottom: 25px; } }
    .risultati__col img {
      border-radius: 20px; }

/*Lista custom*/
.list {
  background-color: #ff9900;
  color: #fff;
  border-radius: 40% 60% 40% 60%/60% 40% 60% 40%;
  width: 35px;
  height: 35px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-size: 22px;
  margin-right: 15px; }
  .list + strong {
    font-size: 22px; }
  .list.big {
    width: 50px;
    height: 50px;
    font-size: 26px; }

/* FORM */
.wpcf7 .wpcf7 form .wpcf7-response-output {
  position: absolute;
  bottom: 5px;
  left: 20px; }

.btn {
  color: #333 !important;
  background-color: #FF9900;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-transition: all 0.3s 0s linear;
  -moz-transition: all 0.3s 0s linear;
  -o-transition: all 0.3s 0s linear;
  transition: all 0.3s 0s linear;
  text-align: left;
  padding: 10px 25px;
  margin-top: 15px;
  display: inline-block;
  cursor: pointer;
  border-radius: 35px;
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  position: relative;
  z-index: 30; }
  .btn:hover {
    -webkit-transition: all 0.3s 0s linear;
    -moz-transition: all 0.3s 0s linear;
    -o-transition: all 0.3s 0s linear;
    transition: all 0.3s 0s linear; }
  .btn--white {
    color: #000 !important;
    background-color: #fff;
    border: 1px solid #fff;
    -webkit-transition: all 0.3s 0s linear;
    -moz-transition: all 0.3s 0s linear;
    -o-transition: all 0.3s 0s linear;
    transition: all 0.3s 0s linear; }
    .btn--white:hover {
      background-color: #000;
      border: 1px solid #000;
      color: #fff !important;
      -webkit-transition: all 0.3s 0s linear;
      -moz-transition: all 0.3s 0s linear;
      -o-transition: all 0.3s 0s linear;
      transition: all 0.3s 0s linear; }
  .btn--black {
    color: #fff !important;
    background-color: #000;
    border: 1px solid #000;
    -webkit-transition: all 0.3s 0s linear;
    -moz-transition: all 0.3s 0s linear;
    -o-transition: all 0.3s 0s linear;
    transition: all 0.3s 0s linear; }
    .btn--black:hover {
      background-color: #fff;
      color: #000 !important;
      border: 1px solid #000;
      -webkit-transition: all 0.3s 0s linear;
      -moz-transition: all 0.3s 0s linear;
      -o-transition: all 0.3s 0s linear;
      transition: all 0.3s 0s linear; }
  .btn--green {
    color: #fff !important;
    background-color: #70D3A0;
    border: 1px solid #70D3A0;
    -webkit-transition: all 0.3s 0s linear;
    -moz-transition: all 0.3s 0s linear;
    -o-transition: all 0.3s 0s linear;
    transition: all 0.3s 0s linear; }
    .btn--green:hover {
      background-color: #fff;
      color: #70D3A0 !important;
      border: 1px solid #70D3A0;
      -webkit-transition: all 0.3s 0s linear;
      -moz-transition: all 0.3s 0s linear;
      -o-transition: all 0.3s 0s linear;
      transition: all 0.3s 0s linear; }
  .btn--blue {
    color: #fff !important;
    background-color: #80A9D5;
    border: 1px solid #80A9D5;
    -webkit-transition: all 0.3s 0s linear;
    -moz-transition: all 0.3s 0s linear;
    -o-transition: all 0.3s 0s linear;
    transition: all 0.3s 0s linear; }
    .btn--blue:hover {
      background-color: #fff;
      color: #80A9D5 !important;
      border: 1px solid #80A9D5;
      -webkit-transition: all 0.3s 0s linear;
      -moz-transition: all 0.3s 0s linear;
      -o-transition: all 0.3s 0s linear;
      transition: all 0.3s 0s linear; }
  .btn--pink {
    color: #fff !important;
    background-color: #FF788D;
    border: 1px solid #FF788D;
    -webkit-transition: all 0.3s 0s linear;
    -moz-transition: all 0.3s 0s linear;
    -o-transition: all 0.3s 0s linear;
    transition: all 0.3s 0s linear; }
    .btn--pink:hover {
      background-color: #fff;
      color: #FF788D !important;
      border: 1px solid #FF788D;
      -webkit-transition: all 0.3s 0s linear;
      -moz-transition: all 0.3s 0s linear;
      -o-transition: all 0.3s 0s linear;
      transition: all 0.3s 0s linear; }
  .btn--gradient-baby {
    color: #fff !important;
    background: #70d3a0;
    background: -moz-linear-gradient(90deg, #70d3a0 0%, #80a9d5 100%);
    background: -webkit-linear-gradient(90deg, #70d3a0 0%, #80a9d5 100%);
    background: linear-gradient(90deg, #70d3a0 0%, #80a9d5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#70d3a0",endColorstr="#80a9d5",GradientType=1);
    -webkit-transition: all 0.3s 0s linear;
    -moz-transition: all 0.3s 0s linear;
    -o-transition: all 0.3s 0s linear;
    transition: all 0.3s 0s linear; }
    .btn--gradient-baby:hover {
      color: #fff !important;
      -webkit-transition: all 0.3s 0s linear;
      -moz-transition: all 0.3s 0s linear;
      -o-transition: all 0.3s 0s linear;
      transition: all 0.3s 0s linear;
      background-position: 100% 0;
      background: #80a9d5;
      background: -moz-linear-gradient(90deg, #80a9d5 0%, #70d3a0 100%);
      background: -webkit-linear-gradient(90deg, #80a9d5 0%, #70d3a0 100%);
      background: linear-gradient(90deg, #80a9d5 0%, #70d3a0 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80a9d5",endColorstr="#70d3a0",GradientType=1); }

.vc_btn3.vc_btn3-color-black, .vc_btn3.vc_btn3-color-black.vc_btn3-style-flat {
  color: #fff !important;
  background-color: #000000 !important;
  border: 1px solid #000 !important;
  padding: 10px 25px;
  margin-top: 15px;
  display: inline-block;
  cursor: pointer;
  border-radius: 35px;
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-transition: all 0.3s 0s linear;
  -moz-transition: all 0.3s 0s linear;
  -o-transition: all 0.3s 0s linear; }
  .vc_btn3.vc_btn3-color-black:hover, .vc_btn3.vc_btn3-color-black.vc_btn3-style-flat:hover {
    background-color: #fff !important;
    color: #000 !important;
    -webkit-transition: all 0.3s 0s linear;
    -moz-transition: all 0.3s 0s linear;
    -o-transition: all 0.3s 0s linear; }

/* RETTE */
table {
  border-spacing: 0;
  border-collapse: collapse; }
  table tr td {
    border: 1px solid #999;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    padding: 5px 10px; }
    @media (max-width: 768px) {
      table tr td {
        width: 50%; } }
    table tr td.table--green {
      background-color: #E5FFF9; }
    table tr td.table--pink {
      background-color: #F3DEE8; }
    table tr td.text-left {
      text-align: left; }
  @media (max-width: 768px) {
    table.table-desktop {
      display: none; } }
  table.table-mobile {
    display: none; }
    @media (max-width: 768px) {
      table.table-mobile {
        display: table; } }

/* CONTATTI */
.visible-sm {
  display: none; }
  @media (max-width: 768px) {
    .visible-sm {
      display: block; } }

.visible-md {
  display: block; }
  @media (max-width: 768px) {
    .visible-md {
      display: none; } }

/* FOOTER BLOG */
footer.entry-footer {
  text-align: center;
  margin: 50px 0; }
  footer.entry-footer a {
    margin-top: 0; }

/* FOOTER */
#colophon {
  border-top: 1px solid #eee;
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  color: #000; }
  #colophon .site-wrapper {
    padding: 0; }
  #colophon #footer-widget {
    background-color: #fff;
    width: 100%;
    min-height: 100px;
    padding: 25px 0; }
    #colophon #footer-widget .footer-widget__col {
      width: 25%;
      float: left;
      padding: 0 15px; }
      #colophon #footer-widget .footer-widget__col a {
        color: #ff9900;
        font-weight: 400; }
      #colophon #footer-widget .footer-widget__col .widget-title {
        letter-spacing: 0;
        font-weight: 600 !important;
        font-size: 20px;
        line-height: 20px;
        margin: 0 0 25px 0 !important; }
      #colophon #footer-widget .footer-widget__col .footer__social-element {
        display: flex;
        align-items: center;
        margin-bottom: 15px;
        font-weight: 400; }
      @media (max-width: 768px) {
        #colophon #footer-widget .footer-widget__col {
          width: 100%;
          float: none; } }

.footer__logo-social {
  width: 40px;
  margin-right: 10px; }

.footer-post__container {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 10px; }
.footer-post__thumb .post-thumbnail {
  width: 150px;
  display: flex; }
  .footer-post__thumb .post-thumbnail img {
    border-radius: 10px; }
.footer-post__post {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-left: 15px; }
  .footer-post__post a {
    font-size: 14px;
    line-height: 18px; }
  .footer-post__post span {
    font-size: 14px;
    line-height: 18px;
    margin-top: 5px; }

/* SUB FOOTER */
.subfooter {
  min-height: 70px;
  display: flex;
  align-items: center;
  background: #70d3a0;
  background: -moz-linear-gradient(90deg, #70d3a0 0%, #80a9d5 33%, #ff788d 66%, #ffac59 100%);
  background: -webkit-linear-gradient(90deg, #70d3a0 0%, #80a9d5 33%, #ff788d 66%, #ffac59 100%);
  background: linear-gradient(90deg, #70d3a0 0%, #80a9d5 33%, #ff788d 66%, #ffac59 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#70d3a0",endColorstr="#ffac59",GradientType=1);
  color: #fff;
  font-size: 13px;
  line-height: 28px;
  position: relative;
  z-index: 30; }
  .subfooter a {
    color: #fff !important; }
  @media (max-width: 768px) {
    .subfooter {
      text-align: center;
      padding: 10px 0; } }
  .subfooter__desc {
    float: left; }
    @media (max-width: 768px) {
      .subfooter__desc {
        float: none; } }
  .subfooter__credits {
    float: right; }
    @media (max-width: 768px) {
      .subfooter__credits {
        float: none; } }

/* MISC */
.clearfix:after {
  content: "";
  display: table;
  clear: both; }

.grecaptcha-badge {
  width: 70px !important;
  overflow: hidden !important;
  transition: all 0.3s ease !important;
  left: 4px !important; }

.grecaptcha-badge:hover {
  width: 256px !important; }

.d-flex-center {
  display: flex;
  align-items: center; }

#back-to-top {
  width: 40px;
  height: 40px;
  background-color: #FFAC59;
  position: fixed;
  bottom: 25px;
  right: 25px;
  border-radius: 10px;
  display: flex;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s 0s linear;
  -moz-transition: all 0.3s 0s linear;
  -o-transition: all 0.3s 0s linear;
  transition: all 0.3s 0s linear;
  align-items: center;
  justify-content: center;
  color: #fff;
  z-index: 70;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1); }
  #back-to-top span {
    font-size: 20px; }
  #back-to-top.attivo {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.3s 0s linear;
    -moz-transition: all 0.3s 0s linear;
    -o-transition: all 0.3s 0s linear;
    transition: all 0.3s 0s linear; }
  @media (max-width: 480px) {
    #back-to-top {
      width: 35px;
      height: 35px;
      bottom: 15px;
      right: 15px; }
      #back-to-top span {
        font-size: 20px; } }

.z-index-top {
  position: relative;
  z-index: 60; }

/* 404*/
.error-404 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  min-height: calc(100vh - 170px);
  text-align: center; }

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

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