/**
Theme Name: gna
Author: MM
Author URI: https://www.kalimero.it
Description: Tema 2019 per la Gelato Naturale Academy
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: gna
Template: astra
*/

.mec-wrap h1.mec-single-title {
    margin-bottom: 0;
}
.mec-wrap h2.mec-single-subtitle {
    margin-bottom: 30px;
    font-size: 28px
}
.mec-book-ticket-container .mec-reg-mandatory:nth-child(2) label:after, .mec-book-ticket-container .mec-reg-mandatory:nth-child(3) label:after {
    content: none!important;
}

/*LAYOUT update 2022*/

.shrink {
	display: inline-block;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: -webkit-transform;
	transition-property: transform;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  }
  
  .shrink:hover {
	-webkit-transform: scale(0.97);
	-ms-transform: scale(0.97);
	transform: scale(0.97);
  }
  
  /* Grow */
  
  .grow {
	display: inline-block;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: -webkit-transform;
	transition-property: transform;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  }
  
  .grow:hover {
	-webkit-transform: scale(1.04);
	-ms-transform: scale(1.04);
	transform: scale(1.04);
  }

body {
  line-height: 1.2;
  color: #000;
}
input[type=email], input[type=number], input[type=password], input[type=reset], input[type=search], input[type=tel], input[type=text], input[type=url], input[type=number], select, textarea {
  color: #000;
  padding: 0.75em;
  height: auto;
  border-width: 2px;
  border-style: solid;
  border-color: #000;
  border-radius: 30px!important;
  background: transparent;
  box-shadow: none;
  box-sizing: border-box;
  transition: all .2s linear;
  margin-bottom: 15px;
}
.wpcf7 .wpcf7-submit {
  border-radius: 30px;
  font-weight: 800;
}
.wpcf7-spinner {
  display: block;
  margin: 20px auto!important;
}
.wpcf7-form-control-wrap.privacy, .wpcf7-form-control-wrap.newsletter {
  font-size: .75rem;
}
a {
  text-decoration: none;
}
h1, h2, h3 {
  color: #000;
  font-weight: 700!important;
}
p {
  font-size: 1.2rem;
}
.big {
  font-size: 2.2rem;
}
.bigger {
  font-size: 3.6rem!important;
}
.wp-block-cover .bigger {
  margin: 0;
}
span.info-b.bigger {
  font-size: 1.2rem!important;
}
.center {
  text-align: center;
}
.wrapper {
    max-width: 1280px;
    width: 90%;
    margin: 0 auto!important;
}
.outer-wrapper {
    max-width: 90%;
    margin: 0 auto;
}
.narrow-wrapper {
  max-width: 720px;
}
.narrower {
  max-width: 500px;
}
.content-padding {
  padding: 80px 0;
}
.content-padding-top {
  padding-top: 80px;
}
.content-padding-bottom {
  padding-bottom: 80px;
}
.first-content {
  padding-top: 180px;
}
.box-padding {
  padding: 40px;
}
.flex-container {
    display: flex;
}
.grid-4 {
  flex-wrap: wrap;
  justify-content: space-between;
}
.grid-4 .item {
  flex-basis: 23%;
  margin-bottom: 30px;
}
.grid-4 .item .shrink {
  display: block;
}
.grid-4 .item img {
  width: 100%;
}
.header {
    padding: 50px 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 900;
    width: 100%;
    background-color: #fff;
    transition: all 300ms;
}
.header .flex-container {
    justify-content: space-between;
    align-items: center;
}
.header .logo-img {
  min-width: 120px;
    max-width: 120px;
}

.header .right-block {
  display: flex;
}
.header .nav {
    font-size: .75rem;
}
.nav ul {
    margin: 0;
    padding: 0;
}
.nav .menu-item-has-children {
	position: relative;  
}
.nav .menu-item-has-children::after {
     font-family: "Font Awesome 6 Free"; 
	font-weight: 900;
	content: "\f107";
    margin-left: 10px;
}
.nav ul li {
    display: inline-block;
    margin-left: 5px;
    font-weight: 700;
    border: solid 2px transparent;
    transition: all 200ms;
    padding: 3px 8px;
    border-radius: 30px;
}
.nav ul li:hover {
    border-color: #fae53e;
}
.nav ul .current-menu-item, .nav ul .current_page_ancestor {
  border-color: #fdf7c5
}
.nav ul li .sub-menu {
	position: absolute;
	top: 40px;
	left: -15px;
	width: 330px;
    border-radius: 15px;
	background: #fff;
	box-shadow: 0 10px 20px rgba(0,0,0,.1);
	transition: all 200ms ease-out;
	visibility: hidden;
	opacity: 0;
}
.nav .menu-item-has-children:hover .sub-menu {
	top: 30px;
	visibility: visible;
	opacity: 1;
}
.nav ul .sub-menu .current-menu-item a {
  background: #fff5ac;
}
.nav ul li .sub-menu li {
	display: block;
	margin: 10px;
	border: none;
}
.nav ul li .sub-menu li a:hover {
	color: #333;
}
.nav li a:hover {
  color: #333;
}
.nav ul li img {
  margin-bottom: -6px!important;
}
.wpml-ls-item {
  font-weight: 400!important;
}
.wpml-ls-current-language {
  font-weight: 700!important;
}
.selettore-lingua-mobile ul {
  list-style: none;
  margin: 0;
  padding: 0;
  
}
.selettore-lingua-mobile {
  display: none;
}
.cart-icon {
  position: relative;
  margin-left: 10px;
}
.cart-icon .notification-dot {
    position: absolute;
    bottom: -3px;
    right: -8px;
    color: #fff;
    background: #D5103C;
    width: 16px;
    height: 16px;
    line-height: 1.2;
    border-radius: 50%;
    font-size: 10px;
    text-align: center;
}
.cart-icon .notification-dot {
    right: auto;
    right: -7px;
}
.cart-icon .cart-total {
  display: none;
}
/* menu btn */

#navIcon {
    width: 25px;
    height: 25px;
    position: fixed;
    z-index: 995;
    top: 28px;
    right: 2.5%;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
      display: none;
  }
  
  #navIcon span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #000;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
  }
  
  
  /* menu  button */
  
  #navIcon span:nth-child(1) {
    top: 0px;
  }
  
  #navIcon span:nth-child(2), #navIcon span:nth-child(3) {
    top: 10px;
  }
  
  #navIcon span:nth-child(4) {
    top: 20px;
  }
  
  #navIcon.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
  }
  
  #navIcon.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  
  #navIcon.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #navIcon.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
  }
  .bg-beige {
    background-color: #FEFCEB;
  }
  .bg-beige-dark {
    background-color: #fdfad9;
  }
  .bg-beige-darker {
    background-color: #fdf7c5;
  }
  .bg-diag-beige {
    background-image: url(includes/img/arca/bg-diag-beige.svg);
    background-repeat: no-repeat;
    background-size: 100%;
  }
  .bg-diag-giallo-tagliato {
    background-image: url(includes/img/arca/bg-diag-giallo-tagliato.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
  }
  .home {
    background-image: url(includes/img/arca/bg-diag-giallo-tagliato.svg);
    background-repeat: no-repeat;
    background-size: 120%;
    background-position: bottom;
  }
  .bg-diag-beige-home, .bg-diag-beige-blog {
    background-position: left 300px;
  }

  .bg-diag-beige-wider {
    background-size: 100%;
    background-position: center;
    background-image: url(includes/img/arca/bg-diag-beige-wider.svg);
    background-repeat: no-repeat;
    padding-left: 100px;
    padding-right: 100px;
  }
  .bg-diag-beige-titolo {
    background-size: 100%;
    background-position: center;
    background-image: url(includes/img/arca/bg-diag-beige-titolo.svg);
    background-repeat: no-repeat;
    padding: 60px 40px;
    display: table;
    margin: 0 auto;
  }

  .wp-block-button__link {
    padding-top: 12px!important;
    padding-bottom: 12px!important;
  }

  .footer {
    justify-content: space-between;
    align-items: center;
    font-size: 1rem;
    padding: 40px 0;
    border-top: solid 4px #f5e43c;
  }
  .footer .flex-container {
    align-items: center;
  }
  .footer .logo img {
    min-width: 110px;
    max-width: 110px;
  }
  .footer .social {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-right: 20px;
    display: flex;
  }
  .footer .social li {
    margin-right: 40px;
    font-size: 1.4rem;
  }
  .footer .btn {
    margin-left: 20px;
  }
  .footer .info {
    margin-left: 40px;
    line-height: 1.5;
    font-size: .8rem;
  }
  .footer .info i {
    min-width: 20px
    font-size: 1rem;
  }
  .btn {
    display: inline-block;
    background: #f5e43c;
    color: #000;
    padding: 12px 20px;
    border-radius: 30px;
    font-weight: 700;
    transition: all 300ms;
    cursor: pointer;
  }
  .btn:hover {
    background: #000;
    color: #fff
  }
  .ast-small-footer {
    display: none!important;
  }
    /* pages tweaks */

    .margin-top-80 {
      margin-top: 80px;
    }
    .margin-top-40 {
      margin-top: 40px;
    }
    .padding-right-80 {
      padding-right: 80px;
    }
    .margin-top-120 {
      margin-top: 120px;
    }
    .padding-right-120 {
      padding-right: 120px;
    }
    .negative-left-80 {
      margin-left: -80px;
    }
    .negative-left-120 {
      margin-left: -120px;
    }
    .negative-top-80 {
      margin-top: -80px!important;
    }
    .blocco-corso {
      margin-top: 60px!important;
    }
    .corso-toggle {
      visibility: hidden;
      opacity: 0;
      margin-top: 0;
      transition: all 350ms ease-in;
      height: 0;
      padding: 0;
    }
    .corso-open {
      visibility: visible;
      opacity: 1;
      margin-top: 60px;
      height: auto;
      padding: 40px;
    }
    .storie-di-successo .item h3 {
      font-size: 1rem;
      font-weight: bold;
      margin-top: 20px;
    }
    .storie-di-successo .item h3::after {
      content: '';
      display: block;
      width: 50px;
      height: 4px;
      transition: all 200ms ease-in;
      background: #f8e33a;
    }
    .storie-di-successo .item h3:hover::after {
      width: 100%;
    }

    .mec-event-list-standard .mec-event-article {
      background-color: #fdfad9!important;
    }

    .page-template-template-storiedisuccesso, .single-portfolio {
      background-image: url(includes/img/arca/bg-diag-giallo-tagliato.svg);
      background-repeat: no-repeat;
      background-size: 120%;
      background-position: bottom;
      background-attachment: fixed;

    }
    .single-portfolio .post-thumb img {
      width: 100%;
    }
    .single.ast-page-builder-template .entry-header {
      padding: 0!important;
    }

    .has-sticky {
      justify-content: space-between;
      align-items: flex-start;
      display: flex;
      height: 100%;
    }
    .has-sticky .content-block {
      width: 70%;
    }
    .has-sticky .sticky {
      position: sticky;
      top: 120px;
      width: 25%;
    }
    .single .entry-header {
      margin-top: 0!important;
    }

    .sticky i {
      font-size: 1.2rem;
      margin-right: 5px;
    }
    .sticky .btn {
      padding: 10px;
      border-radius: 30px;
      border: solid 2px #000;
      margin-right: 10px;
      max-width: 120px;
      background: none;
      font-size: .9rem;
      margin-bottom: 30px;
    }
    .sticky .btn:hover {
      color: #333;
    }
    .sticky .sito-btn {
      max-width: 140px;
    }

    .sticky hr {
      margin-top: 30px;
    }
    .sticky .contact-btn i  {
      font-size: 2.6rem;
      margin-right: 20px;
    }

    .single-mec-events .mec-wrap {
      padding-top: 140px;
    }
    .single-mec-events .mec-skin-agenda-events-container, .single-mec-events .obiettivi {
      
        background-size: 100%;
        background-position: center;
        background-image: url(includes/img/arca/bg-diag-beige-wider2.svg);
        background-repeat: no-repeat;
        padding: 140px 40px;
      
    }
    .single-mec-events  {
      background-size: 120%;
      background-position: 0 80vh;
      background-image: url(includes/img/arca/bg-diag-beige.svg);
      background-repeat: no-repeat;
    }
    .page-id-1991, .page-id-2029, .page-id-2094, .page-id-2084  {
      background-size: 100%;
      background-position: bottom;
      background-image: url(includes/img/arca/bg-diag-beige.svg);
      background-repeat: no-repeat;
    }
    #mec-book-form-btn-step-1 {
      border-radius: 30px;
    text-transform: capitalize;
    font-size: 1.4rem;
    color: #000;
      background-color: #fce533;
    }
    .location_corso {
      background: #f1f3f4!important;
    }
    .mec-wrap, .mec-wrap p, .mec-events-agenda .agenda_content_row .t-cell {
      color: #000!important;
    }

    .mec-calendar .mec-has-event {
      background-color: #fae53e4d!important;
    }
    .mec-calendar .mec-calendar-row dt.mec-has-event:hover a, .mec-calendar .mec-calendar-row dt.mec-has-event.mec-selected-day a {
      color: #1b1908;
      background: #f5e43c;
      border-radius: 0;
    }

    .mec-color.mec-table-side-day {
      background: #f5e43c;
    color: #000!important;
    border-radius: 30px!important;
    }
    .mec-event-grid-clean .mec-event-footer .mec-booking-button {
      border-radius: 30px!important;
      font-weight: 800;
    }
    .mec-event-grid-clean .event-grid-t2-head .mec-event-detail, .mec-event-grid-clean .mec-event-sharing-wrap {
      display: none;
    }
    .mec-event-grid-clean .event-grid-t2-head .mec-event-month {
      padding-bottom: 4px;
    }
    .mec-event-grid-clean .mec-event-content p, .mec-event-grid-clean .mec-event-content .event-color {
      display: none;
    }
    .mec-load-more-button {
      background: #f5e43c;
      font-weight: 700!important;
      border-radius: 30px!important;
    }
    .mec-load-more-wrap {
      margin-top: -60px;
      margin-left: auto;
      margin-right: auto;
      padding-bottom: 40px;
      max-width: 200px;
    }
    .mec-single-event .mec-events-meta-group-booking button {
      border-radius: 30px;
    }
    .gna_title_bar .gna_heading_book {
      display: none;
    }
    .gna_title_bar .col {
      width: 100%!important;
    }
    .gna_info_row .gna_event_info {
      font-variant:normal!important;
    }
    .loop-blog-container .thumb img {
      width: 100%;
      display: block;
    }
    .loop-blog-container  h3 {
      margin-top: 15px;
      font-size: 1.2rem;
    }
    .loop-blog-container p {
      font-size: .9rem;
    }
    .sidebar-blog p {
      font-size: 1rem;
    }
    
    #comments .submit, .search .search-submit {
      border-radius: 30px;
    }

    .overlay {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 99990;
      background-color: rgba(0,0,0,.7);
    }
    .overlay .parent {
      width: 100%;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
    }

    .popup {
      display: none;
    }
    .overlay .child {
      background: #fff;
      padding: 40px;
      border-radius: 30px;
      position: relative;
    }
    .overlay .close-popup {
      font-size: 2rem;
      float: right;
      transition: color 200ms;
    }
    .overlay i.close-popup {
      cursor: pointer;
    }
    .overlay i.close-popup:hover {
      color: rgb(105, 105, 105);
    }
    .show_terms_x, .terms_modal_x {
      font-size: .8rem;
    }
    .canvas {
      margin: 30px auto;
    }
    .joinchat__button {
      background: #f5e43c!important;
      box-shadow: 1px 6px 24px 0 rgb(0 0 0 / 24%)!important;
    }
    .joinchat__button__open {
      background-color: #f5e43c!important;
      background-image: url(includes/img/arca/whatsapp.svg)!important;
      background-repeat: no-repeat;
      background-size: 60%;
      background-position: center;
    }

    .single .post-thumb img {
      width: 100%;
    }
    .corso-online .entry-meta, .corso-online .post-navigation {
      display: none;
    }
    .related.products, ul.products li.product .add_to_cart_button  {
      display: none!important;
    }
    .has-sticky-sidebar {
      justify-content: space-between;
      align-items: flex-start;
      height: 100%;
      margin-top: 30px!important;
    }
    .sidebar-woo {
      width: 28%;
      position: sticky;
      top: 130px;
      font-size: .8rem;
    }
    .sidebar-woo p {
      font-size: .8rem;
    }
    .woocommerce .widget_shopping_cart .woocommerce-mini-cart__buttons a {
      width: 100%;
      display: block;
      margin: 0;
      margin-bottom: 5px;
      text-align: center;
      border-radius: 50px;
    }
    .woocommerce .widget_shopping_cart .woocommerce-mini-cart__buttons .checkout.wc-forward {
      margin-left: 0;
    }
    .has-sticky-sidebar .main-content {
      width: 67%;
    }
    .sidebar-woo .widget_product_search button {
      display: none;
    }
    .sidebar-woo .widget_product_search input {
      width: 100%;
    }
    .woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
      float: none;
      width: 100%;
    }
    .woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
      float: none;
      width: 100%;
    }
    .summary .price {
      border-bottom: solid 4px #f5e43c;
      margin-bottom: 30px!important;
      display: inline-block;
    }
    .woocommerce div.product form.cart .button.single_add_to_cart_button {
      margin-top: 30px;
      background: #f5e43c;
      font-weight: 700;
      color: #000;
      border-radius: 50px;
    }
    .woocommerce ul.cart_list li .star-rating, .woocommerce ul.product_list_widget li .star-rating {
      display: none!important;
    }
    .wc-block-components-button:not(.is-link) {
      border-radius: 50px;
    }
    .wc-block-cart__submit-container a {
      color: #fff!important;
      font-weight: 700;
    }
    .sidebar-woo .textwidget ul {
      font-size: 1.1rem;
      line-height: 1.8;
    }
     .sidebar-woo .textwidget ul ul {
      padding-left: 20px;
      border-left: solid 1px #ccc;
     }
     .wp-block-woocommerce-checkout-order-summary-block h2, .wc-block-cart-items__row h2 {
      font-size: 1rem!important;
      font-weight: normal!important;
     }

     .search-field::placeholder {
      color: transparent;!important;
    }
    .search-field {
       background-image: url(includes/img/arca/lens.png)!important;
    background-repeat: no-repeat!important;
    background-size: 20px!important;
    background-position: 94% center!important;
    }
    .search-container-mobile button {
      display: none!important;
    }
    .search-container-mobile, .woocommerce-ordering {
      display: none;
    }
    .woocommerce span.onsale {
      min-width: 100%!important;
      min-height: 40px!important;
      font-weight: bold;
      margin: 0!important;
      text-align: center;
      line-height: 40px;
      border-radius: 0!important;
    }

    @media only screen and (max-width:1280px) {
      .wrapper {
        width: 95%;
        max-width: 95%;
      }
      h1, .entry-content h1 {
        font-size: 3.6rem;
      }
      .bigger {
        font-size: 3rem!important;
      }
      .big {
        font-size: 2rem;
      }
      .narrower {
        max-width: 500px;
      }
      .nav ul li {
        margin-left: 0;
      }
      .header .logo-img {
        min-width: 100px;
        max-width: 100px;
      }
    }
    @media only screen and (max-width:1150px) {
      .header {
        padding: 20px 0!important;
      }
      .selettore-lingua-mobile {
        display: block;
        width: auto;
        margin-right: 20px;
      }
      .selettore-lingua-mobile ul {
        display: flex;
        margin-bottom: 13px;
      }
      .selettore-lingua-mobile ul li {
        margin-left: 15px;
      }
      .cart-icon {
        margin-left: 0;
        margin-right: 50px;
      }
      
      .nav {
        position: fixed;
        top: 0;
        left: 0;
        background: #fff;
        width: 100%;
        height: 100%;
        overflow-y: auto;
        display: none;
      }
      .nav .menu-primary-menu-container {
        padding: 100px 0;
      }
      .nav ul li {
        display: block;
        text-align: center;
        margin: 10px 0;
        font-size: 1.5rem;
      }
      .nav ul li:hover {
        border-color: transparent;
      }
      .nav ul li .sub-menu {
        position: relative;
        top: auto!important;
        left: auto;
        width: auto;
        visibility: visible;
        opacity: 1;
        box-shadow: none;
        margin-top: 35px;
      }
      .nav ul li .sub-menu li {
        font-size: .75rem;
      }
      .nav .menu-item-has-children::after {
        margin-left: 0;
        position: absolute;
        top: 35px;
        font-size: 1rem;
      }
      .nav ul .current-menu-item, .nav ul .current_page_ancestor {
        border: none;
      }
      .nav ul .current-menu-item a, .nav ul .current_page_ancestor a {
        background: #fdf7c5;
      }
      .nav ul .current_page_ancestor .sub-menu li a {
        background: none;
      }
      .nav ul .current_page_ancestor .sub-menu .current-menu-item a {
        background: #fdf7c5;
      }
      #navIcon {
        display: block;
      }
      .content-padding {
        padding: 80px 0;
      }
      .content-padding-top {
        padding-top: 80px;
      }
      .content-padding-bottom {
        padding-bottom: 80px;
      }
      .first-content {
        padding-top: 140px;
      }
      .box-padding, .corso-open {
        padding: 30px;
      }
      
      .footer .btn {
        margin-left: 10px;
      }
      .footer .social {
        margin-right: 0;
      }
      .footer .social li {
        margin-right: 30px;
      }
      .footer .info {
        margin-left: 30px;
      }
      .sticky .flex-container {
        display: block;
      }
      .sticky .sito-btn, .sticky .btn {
        max-width: 100%;
        display: block;
        text-align: center;
        margin-bottom: 10px;
    }
    .sticky .btn img {
      max-width: 50%;
    }
    .has-sticky .sticky {
      top: 100px;
    }
      
    }

    @media only screen and (max-width:1000px) {
      h1, .entry-content h1 {
        font-size: 3rem;
      }
      h2, .entry-content h2 {
        font-size: 2rem;
      }
      .bigger {
        font-size: 2rem!important;
      }
      .big {
        font-size: 1.6rem;
      }
      p {
        font-size: 1rem;
      }
      .footer .flex-container, .footer {
        display: block;
      }
      .footer {
        text-align: center;
      }
      .footer .info {
        margin: 30px auto;
      }
      .footer .social {
        justify-content: center;
        margin-bottom: 30px;
      }
      .footer .social li {
        margin: 0 15px;
      }
      .mec-event-grid-clean .mec-event-title {
        font-size: 1rem;
      }
      .mec-event-list-standard .mec-top-overbanner .mec-self-category {
        width: 220px;
      }
      .has-sticky .content-block {
        width: 65%;
      }
      .has-sticky .sticky {
        width: 33%;
      }
      .sidebar-blog p {
        font-size: .8rem;
      }
      .loop-blog-container .article h3 {
        font-size: 1.2rem;
      }
    }
    @media only screen and (max-width:960px) {
      .gna_heading_book {
        text-align: center;
        margin-top: 30px;
      }
      .gna_button {
        text-align: center;
      }
      .gna-event-social .mec-links-details ul {
        margin-left: 0;
      }
      .mec-container {
        width: 90%;
      }
      .single-mec-events .mec-skin-agenda-events-container, .single-mec-events .obiettivi {
        padding: 80px 40px;
      }
      .maxw450 {
        margin: 0 auto;
      }
      .location_corso .maxw450 {
        min-width: 90%;
        margin: 0 auto;
      }
      .programma .fullbg {
        width: 40%;
      }
      
    }
    @media only screen and (max-width:600px) {
      .hide-on-mobile {
        display: none;
      }
      h1, .entry-content h1 {
        font-size: 2.8rem;
      }
      .header .logo-img {
        min-width: 90px;
        max-width: 90px;
      }
      .header {
        padding: 13px 0!important;
      }
      .selettore-lingua-mobile ul {
        margin-bottom: 0;
        margin-top: 5px;
      }
      .content-padding {
        padding: 40px 0;
      }
      .content-padding-top {
        padding-top: 40px;
      }
      .content-padding-bottom {
        padding-bottom: 60px;
      }
      .first-content {
        padding-top: 100px;
      }
      .single-mec-events .mec-wrap {
        padding-top: 100px;
      }
      .first-content-home {
        padding-top: 80px;
      }
      .padding-top-0-mobile {
        padding-top: 0;
      }
      .negative-left-80 {
        margin-left: 0;
      }
      .bg-diag-beige-titolo {padding: 20px;}
      .box-padding {
        padding: 30px;
      }
      .intro-padding-right-120 {
        padding-left: 30%;
        padding-right: 0;
      }
      .intro-padding-right-120 .big {
        font-size: 1.4rem;
        margin-bottom: 0;
      }
      .negative-left-120 {
        margin-left: -40px;
      }
      .negative-top-80 {
        margin-top: -40px!important;
      }
     
      .blocco-corso {
        text-align: center;
      }
      .blocco-corso .wp-block-buttons {
        justify-content: center;
      }
      .blocco-corso .negative-top-80 {
        max-width: 180px;
        margin-left: auto;
        margin-right: auto;
        margin-top: -80px!important;
      }
      .grid-4 .item {
        flex-basis: 49%;
      }
      .bg-diag-beige-wider {
        background-size: 300%;
        padding-left: 5%;
        padding-right: 5%;
      }
      .bg-diag-beige {
        background-size: 300%;
      }
      .bg-diag-beige-home, .bg-diag-beige-blog {
        background-position: left 100px;
      }
      .wp-block-cover {
        min-height: 40vh!important;
      }
      .has-sticky {
        display: block;
      }
      .has-sticky .content-block {
        width: 100%;
      }
      .has-sticky .sticky {
        width: 100%;
      }
      .sticky .btn img {
        max-width: 100px;
      }
      .narrower {
        max-width: 90%;
      }
      .overlay .child {
        padding: 20px;
      }
      .footer {
        padding-bottom: 120px;
      }
      .single-mec-events {
        background-size: 300%;
        background-position: 0 20vh;
      }
      .single-mec-events .mec-skin-agenda-events-container, .single-mec-events .obiettivi {
        padding: 60px 5%;
      }
      .single-mec-events .mec-skin-agenda-events-container, .single-mec-events .obiettivi {
        background-size: 300%;
        padding: 60px 5%;
      }
      .gna_info_row, .gna_info_row .gna_event_info span.info-h {
        font-size: .9rem;
      }
      .gna-event-schedule-content {
        font-size: .9rem;
      }

       .has-sticky-sidebar {
        flex-direction: column-reverse;
      }
      .sidebar-woo {
        width:100%;
        position: relative;
        top: auto;
      }

      .has-sticky-sidebar .main-content {
        width: 100%;
      }
      .search-container-mobile {
        display: block;
      }
      #woocommerce_product_search-4 {
        display: none;
      }

    }
   