@media screen and (max-width: 767px) {
  .c-note__title {
    font-size: 14px;
  }

  .c-note__badge {
    font-size: 10px;
  }

  .c-banner .c-card:not(:last-of-type) {
    margin-bottom: 30px;
  }

  .c-block--map .c-block__figure {
    margin-bottom: 20px;
  }

  .c-newsletter__form {
    position: relative;
    padding-bottom: 50px;
  }

  .c-newsletter__form .c-button {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
  }

  .c-dashboard-content__slider .slick-list {
    padding-left: 50px;
    padding-right: 50px;
    margin-left: -20px;
    margin-right: -20px;
  }

  .page-template-p-dashboard .c-hero-dashboard__points {
    color: var(--secondary-color);
  }

  .page-template-p-dashboard .c-hero-dashboard__points strong {
    border-color: var(--secondary-color);
  }
  .page-template-p-il-tuo-profilo .c-hero-dashboard__list-item {
    font-size: 22px;
  }
}

@media screen and (min-width: 768px) {
  .alignleft {
    margin-right: 10px;
    float: left;
    clear: left;
  }

  .alignright {
    margin-left: 10px;
    float: right;
    clear: right;
  }

  .c-block__figure {
    align-self: stretch;
  }

  .c-social-share > *:not(:last-of-type) {
    margin-right: 16px;
    margin-bottom: 0;
  }

  .c-features__content .c-feature {
    width: 25%;
    padding: 0 10px;
  }

  .c-form-page .l-tablet-flex .c-form-field:not(:last-of-type) {
    margin-right: 16px;
  }

  .c-dashboard-content__slider {
    position: relative;
    padding-left: 50px;
    padding-right: 50px;
  }

  .c-dashboard-content__slider .slick-arrow {
    position: absolute;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    color: var(--secondary-color);
    background-color: rgba(255, 255, 255, 0.5);
    font-size: 25px;
    border-radius: 50%;
    outline: none;
    transform: translateY(-50%);
    z-index: 2;
  }

  .c-dashboard-content__slider .slick-next {
    right: 0;
  }

  .c-dashboard-content__slider .slick-prev {
    left: 0;
  }

  /*FORM VERIFY CODE*/
  .c-form--verify .c-form__fieldset {
    margin-right: 16px;
    margin-bottom: 0;
  }
  .c-form--verify .c-form__title {
    font-size: 22px;
  }
  .c-form--verify .c-form-field input {
    height: 58px;
  }
  .c-form--verify .c-form__button {
    margin-bottom: 8px;
  }

  /*REPORT*/
  .c-dashboard-content--report .c-hero-dashboard__content {
    display: flex;
    align-items: center;
  }
  .c-dashboard-content--report .c-hero-dashboard__content .c-button {
    margin-top: 0;
    margin-left: 30px;
  }
  .c-form--report .c-form-field {
    margin-right: 16px;
  }
  .c-form--report .c-form__label {
    font-size: 19px;
  }
  .c-form--report .c-form__button {
    margin-top: 20px;
  }

  /*GUIDE*/
  .c-guide {
    padding: 24px 8px;
    padding-right: 72px;
    margin-right: 48px;
  }
  .c-guide__header {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 1023px) {
  .l-main {
    padding-top: 40px;
  }

  .p-dashboard .l-main {
    padding-top: 56px;
    padding-bottom: 74px;
  }

  .c-site-header__meta .c-logo {
    height: 30px;
  }

  .u-menu-open .c-site-header__meta .c-logo {
    display: none;
  }

  .c-site-header__meta .c-logo img,
  .c-site-header__meta .c-logo svg {
    width: auto;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .c-hero__map {
    height: calc(100vw - 15px);
    max-height: 500px;
  }

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

  .page-template-p-one-page .c-hero .l-container {
    display: flex;
    flex-direction: column !important;
  }

  .c-chrono {
    margin-top: 32px;
  }

  .c-login .c-dashboard__picture img {
    max-height: 40vh;
  }

  .login-submit {
    left: 0;
    right: 0;
    transform: none;
  }

  #wp-submit {
    display: block;
    width: 100%;
  }

  .c-dashboard-header-nav {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }

  .c-dashboard-header-nav__menu:first-of-type li a {
    display: flex;
    align-items: center;
  }

  .c-item__button {
    position: relative;
  }

  .c-item__button .icon {
    position: absolute;
    top: 50%;
    right: 16px;
    display: block;
    transform: translateY(-50%);
  }
  .c-luckywheel {
    margin-top: 24px;
  }
  .page-template-p-il-tuo-profilo .c-hero-dashboard__figure {
    display: none;
  }
  .page-template-p-il-tuo-profilo .c-hero-dashboard {
    justify-content: start;
    align-items: start;
    text-align: left;
  }
}

@media screen and (min-width: 1024px) {
  .c-hero--shop {
    height: 100vh;
  }

  .c-hero {
    height: 100vh;
  }

  .c-form-page {
    max-width: 70%;
  }

  .page-template-p-servizi .c-hero {
    height: 100%;
    min-height: 100vh;
  }

  .page-template-p-servizi .c-hero .c-hero__content {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .page-template-p-servizi .c-hero .l-flex {
    min-height: 100vh;
  }

  .page-template-p-servizi .c-hero__figure.u-contain {
    max-height: 750px;
  }

  .page-template-p-servizi .c-hero__figure.u-contain img {
    max-height: 750px;
  }

  /*
    .c-hero:not(.c-hero--shop) {
        min-height: 100vh;
    }
    .c-hero:not(.c-hero--shop) .c-hero__content {
        padding-top: 60px;
        padding-bottom: 60px;
    } */
  .c-hero .l-container,
  .c-hero .c-slider-shop {
    height: 100%;
  }

  /*
  .c-hero-home  {
    font-size: 0;
  }
  .c-hero-slider {
    width: calc(50vw - 40px);
    height: 100vh;
    display: inline-block;
  }
  .c-hero-big__meta {
    width: calc(50vw - 40px);
    display: inline-block;
  }
  .c-slide, .c-slide__figure {
    height: 100vh;
    width: calc(50vw - 40px)!important;
  }*/

  .c-hero-home {
    display: grid;
    overflow: hidden;
    grid-template-columns: repeat(2, 50%);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .c-hero-home .c-hero-slider {
    grid-row-start: 1;
    grid-column-start: 1;
    grid-row-end: 3;
    grid-column-end: 2;
  }

  .c-slide__text {
    width: calc(100% - 210px);
  }

  .c-hero .c-table,
  .c-hero .c-services {
    margin-top: 45px;
  }

  .c-contacts {
    margin-top: 60px;
  }

  .c-gallery {
    padding: 60px;
  }

  .c-block--map {
    padding: 80px 0;
  }

  .c-banner {
    padding-top: 60px;
    padding-bottom: 90px;
  }

  .c-banner__header {
    margin-bottom: 35px;
  }

  .l-main,
  .c-site-footer {
    margin-left: 80px;
  }

  .p-dashboard .l-main,
  .p-dashboard .c-site-footer {
    margin-left: 0;
  }

  .page-template-p-raggiungerci .c-hero__figure {
    margin-top: 50px;
    margin-left: 50px;
    margin-bottom: 50px;
  }

  .c-block .c-form {
    max-width: 80%;
    padding: 55px 0;
    margin: auto;
  }

  .c-jobs {
    padding: 55px 0;
  }

  .c-tabs-card .c-block .c-post-content {
    padding: 55px 0;
  }

  .c-excerpt:not(:last-of-type) {
    margin-bottom: 50px;
  }

  .c-block .c-form__header {
    margin-bottom: 25px;
  }

  .c-block .c-form__header h3 {
    font-size: 30px;
  }

  .c-block .c-form__footer {
    margin-top: 25px;
  }

  .c-block .c-checkbox {
    max-width: 80%;
  }

  .c-block .l-flex > *:first-of-type:not(.c-block__figure) {
    padding-right: 55px;
  }

  .c-block .l-flex > *:last-of-type:not(.c-block__figure) {
    padding-left: 55px;
  }

  .c-tabs-card {
    margin-top: 35px;
  }

  .c-tabs-card__nav {
    padding: 0;
  }

  .c-tabs-card .c-block .c-post-content {
    padding: 55px 0;
  }

  .c-tabs-card__item {
    padding-bottom: 100px;
  }

  .c-tabs-card__item:first-of-type {
    margin-right: 16px;
  }

  .c-note__title {
    max-width: 70%;
    margin: 0 auto;
  }

  .c-shops-map {
    margin-top: 65px;
  }

  .c-hero__social-title {
    font-size: 22px;
  }

  .c-block .c-form .wpcf7-acceptance label {
    font-size: 12px;
    line-height: 14px;
    font-weight: 400;
  }

  .c-dashboard-content--meet {
    min-height: 100vh;
    padding-top: 40px;
    padding-left: 250px;
  }

  .c-dashboard-content__intro {
    max-width: 900px;
  }

  .c-dashboard-content--puzzle .c-dashboard-content__container {
    justify-content: center;
  }

  .c-dashboard-message {
    font-size: 16px;
  }

  .single-rush-win .c-dashboard__picture img {
    max-height: 40vh;
  }

  .c-chrono svg {
    width: 300px;
  }

  .c-chrono .c-pie-timer {
    width: 160px;
    height: 160px;
    margin-top: 90px;
  }

  .c-chrono .c-chrono__frame {
    left: calc(50% + 8px);
  }

  .c-dashboard__figure svg {
    width: 28vw;
    max-width: 350px;
  }

  #loginform {
    width: 500px;
  }

  .login-remember label,
  .c-recover-pw {
    font-size: 16px;
  }

  .login-remember label {
    line-height: 1.1;
  }

  .c-dashboard-header-nav__menu:nth-of-type(2) {
    margin-top: 0;
  }

  .c-hero-dashboard {
    margin-bottom: 50px;
  }

  .c-dashboard-content__activity {
    max-width: 750px;
  }

  .c-dashboard-content__activity--big {
    max-width: 1024px;
  }

  .c-dashboard-content__activity .c-item--big {
    margin-bottom: 30px;
  }

  .c-item__button {
    max-width: 220px;
    padding-right: 20px;
  }

  .c-item__meta--valid {
    margin-top: 8px;
  }

  .c-dashboard-content__intro--already {
    width: 50%;
    margin-bottom: 0;
  }
  .page-template-p-il-tuo-profilo .c-item {
    max-width: 750px;
  }

  /*REPORT*/
  .c-report-results {
    margin-top: 16px;
  }
}
