#input .select_type {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-flow: column;
  -webkit-box-pack: start;
  justify-content: flex-start;
  font-family: "Oswald Light";
  font-size: 24px;
  width: 100%;
  border: 0;
  color: #7a7a7a;
}
#input .select_type__row {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row;
  -webkit-box-pack: start;
  justify-content: flex-start;
  font-family: "Oswald Light";
  font-size: 18px;
  margin: 5px 0;
}
#input .select_type__row label {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-flow: column;
  -webkit-box-pack: start;
  justify-content: flex-start;
}
#input .select_type__row label .small {
  font-family: "Oswald Light";
  font-size: 14px;
  margin-top: 3px;
}
#input .select_type__row input {
  margin-right: 10px;
}
#input #data__form .text-input__row {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-flow: column;
  -webkit-box-pack: start;
  justify-content: flex-start;
}
#input #data__form .text-input__row label {
  width: 100%;
}
#input #data__form .text-input__row input {
  width: 100%;
}
#input #data__form .text-input__row .big {
  font-family: "Oswald Light";
  font-size: 18px;
}
#input #data__form .text-input__row .small {
  font-family: "Oswald Light";
  font-size: 14px;
  margin-top: 3px;
}
#input #data__form .text-input__row .italic {
  font-family: "Oswald Light";
  font-size: 14px;
  margin-top: 3px;
}
.page-template-template-image #main #categorie .boxes li,
.page-template-template-image #primary #categorie .boxes li,
.page-template-template-image #secondary #categorie .boxes li,
.page-template-template-tipologia #main #categorie .boxes li,
.page-template-template-tipologia #primary #categorie .boxes li,
.page-template-template-tipologia #secondary #categorie .boxes li,
.page-template-template-categoria #main #categorie .boxes li,
.page-template-template-categoria #primary #categorie .boxes li,
.page-template-template-categoria #secondary #categorie .boxes li,
.page-template-template-input #main #categorie .boxes li,
.page-template-template-input #primary #categorie .boxes li,
.page-template-template-input #secondary #categorie .boxes li,
.page-template-template-login-page #main #categorie .boxes li,
.page-template-template-login-page #primary #categorie .boxes li,
.page-template-template-login-page #secondary #categorie .boxes li,
.page-template-template-crop #main #categorie .boxes li,
.page-template-template-crop #primary #categorie .boxes li,
.page-template-template-crop #secondary #categorie .boxes li,
.page-template-template-download #main #categorie .boxes li,
.page-template-template-download #primary #categorie .boxes li,
.page-template-template-download #secondary #categorie .boxes li,
.page-template-template-check #main #categorie .boxes li,
.page-template-template-check #primary #categorie .boxes li,
.page-template-template-check #secondary #categorie .boxes li,
.page-template-template-admin-pvd #main #categorie .boxes li,
.page-template-template-admin-pvd #primary #categorie .boxes li,
.page-template-template-admin-pvd #secondary #categorie .boxes li,
.page-template-template-contatta-admin #main #categorie .boxes li,
.page-template-template-contatta-admin #primary #categorie .boxes li,
.page-template-template-contatta-admin #secondary #categorie .boxes li,
.page-template-template-first-access #main #categorie .boxes li,
.page-template-template-first-access #primary #categorie .boxes li,
.page-template-template-first-access #secondary #categorie .boxes li {
  height: auto;
}
.informazioni_di_servizio.page-template-template-categoria #main #categorie .boxes li .content {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-flow: column;
  height: auto;
}
.informazioni_di_servizio.page-template-template-categoria #main #categorie .boxes li .content img {
  position: relative;
  top: auto;
  -webkit-transform: none;
  transform: none;
  left: auto;
}
.page-template-template-categoria #main #categorie .boxes li .content {
  height: auto;
}
#top-header {
  display: -webkit-box;
  display: flex;
}
@media screen and (max-width: 768px) {
  #top-header {
    height: auto;
    padding: 20px;
  }
}
#top-header .menu-top-header-container,
#top-header .menu-top-header-admin-container {
  width: 100%;
  padding-top: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
#top-header ul.menu {
  display: -webkit-box;
  display: flex;
  float: none;
  -webkit-box-pack: start;
  justify-content: flex-start;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #top-header ul.menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-flow: column;
  }
}
#top-header ul.menu li {
  display: -webkit-box;
  display: flex;
  float: none;
  line-height: 12px;
}
#top-header ul.menu li.menu-item {
  border-right: 1px solid #686868;
  border-left: 0;
  padding: 0 10px;
}
@media screen and (max-width: 768px) {
  #top-header ul.menu li.menu-item {
    padding: 3px 0;
    border: 0;
  }
  #top-header ul.menu li.menu-item a {
    font-size: 12px;
  }
}
#top-header ul.menu li.menu-item:last-child {
  border-right: 1px solid #686868;
  border-left: 0;
}
#top-header ul.menu li.logout {
  padding-left: 35px;
  align-self: flex-end;
  display: -webkit-box;
  display: flex;
  justify-self: flex-end;
  margin: auto;
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  #top-header ul.menu li.logout {
    padding: 3px 0;
    border: 0;
    justify-self: flex-start;
    display: -webkit-box;
    display: flex;
    margin: 0;
    align-self: flex-start;
  }
  #top-header ul.menu li.logout a {
    font-size: 12px;
  }
}
#page {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-flow: column;
}
#page header {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-flow: column;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #page header {
    padding: 20px;
    position: relative;
    z-index: 2s;
  }
}
#page header .row__header {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row;
  -webkit-box-pack: justify;
  justify-content: space-between;
  display: -webkit-box;
  display: flex;
}
@media screen and (max-width: 768px) {
  #page header .row__header {
    padding-top: 100px;
  }
}
#page header .site-branding {
  float: none;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row;
}
@media screen and (max-width: 768px) {
  #page header .site-branding {
    margin-right: 0;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
  }
  #page header .site-branding a {
    width: 90px;
    height: 90px;
  }
}
#page header .site-description {
  float: none;
  color: #f28600;
  height: auto;
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-flow: column;
}
@media screen and (max-width: 768px) {
  #page header .site-description {
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
  }
  #page header .site-description p {
    font-family: "Oswald Light";
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 0;
  }
  #page header .site-description p .insegna {
    font-size: 20px;
  }
}
#page #main {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-flow: column;
  width: 100%;
  background-color: white;
}
#page #main #primary {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-flow: column;
  width: 100%;
}
#page #main #primary .entry-header {
  padding: 0;
}
#page #main #primary .hentry {
  margin: 20px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-flow: column;
}
#page #main #primary .hentry .entry-content {
  float: none;
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-flow: column;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}
#page #main #primary .hentry .entry-content form#login,
#page #main #primary .hentry .entry-content form#contatta-admin,
#page #main #primary .hentry .entry-content form#change-password,
#page #main #primary .hentry .entry-content form#modifica-pdv {
  margin: auto;
  width: 100%;
  border: 4px solid #f28600;
  border-radius: 15px;
  padding: 48px;
  text-align: center;
  display: -webkit-box;
  display: flex;
  float: none;
  max-width: 524px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-flow: column;
}
#page #main #primary .hentry .entry-content form#login .text-input,
#page #main #primary .hentry .entry-content form#contatta-admin .text-input,
#page #main #primary .hentry .entry-content form#change-password .text-input,
#page #main #primary .hentry .entry-content form#modifica-pdv .text-input,
#page #main #primary .hentry .entry-content form#login .link,
#page #main #primary .hentry .entry-content form#contatta-admin .link,
#page #main #primary .hentry .entry-content form#change-password .link,
#page #main #primary .hentry .entry-content form#modifica-pdv .link,
#page #main #primary .hentry .entry-content form#login .submit-input,
#page #main #primary .hentry .entry-content form#contatta-admin .submit-input,
#page #main #primary .hentry .entry-content form#change-password .submit-input,
#page #main #primary .hentry .entry-content form#modifica-pdv .submit-input {
  margin: 3px 0;
  float: left;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #page #main #categorie .boxes li {
    width: 48%!important;
  }
  #page #main #input {
    float: none;
    width: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-flow: column;
  }
  #page #main #input .image {
    position: relative;
    float: none;
    display: -webkit-box;
    display: flex;
    margin-right: auto;
    width: 100%;
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-flow: column;
    padding: 0 20px;
  }
  #page #main #input #input-form {
    float: none;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-flow: column;
    margin-right: 0%;
    width: 100%;
    position: relative;
    padding: 0 20px;
  }
  #page #main #input #input-form #data__form {
    width: 100%;
  }
}
#page #tipologia .boxes {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row;
  -webkit-box-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  #page #tipologia .boxes li {
    list-style: none;
    display: block;
    width: 50%;
    float: left;
    padding: 5px;
    min-height: 70px;
  }
  #page #tipologia .boxes li .content {
    border: 2px solid #f28600;
    border-radius: 20px;
    overflow: hidden;
    text-align: center;
    cursor: default;
    position: relative;
    background: #f0efea;
    height: 120px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
  }
  #page #tipologia .boxes li .content .thumb-image {
    width: 100%;
    height: 100%;
    position: relative;
    top: auto;
  }
  #page #tipologia .boxes li .content .thumb-image img {
    border: 0;
    height: auto;
    max-height: 50%;
    max-width: 50px;
  }
  #page #tipologia .boxes li .content .tipologia-name {
    color: #f28600;
    font-size: 18px;
    font-family: "Oswald Medium";
    position: relative;
    bottom: auto;
    display: block;
    width: 100%;
    left: 0;
    text-align: center;
    line-height: 1.23em;
    padding: 0 15px;
  }
}
#page footer#colophon {
  margin: 50px auto 0 auto;
  border-top: 3px solid #f28600;
  padding: 20px;
}
#page footer#colophon p {
  font-family: 'Arial';
  font-size: 12px;
  color: #7a7a7a;
  line-height: 1.3em;
}
@media screen and (max-width: 768px) {
  #masthead .heading {
    float: none;
    width: 100%;
    margin-bottom: 35px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: start;
    justify-content: flex-start;
    position: fixed;
    background: white;
    z-index: 99000;
    left: 0;
    top: 0;
    padding: 20px;
  }
  #masthead .heading #logo {
    float: none;
    margin-bottom: 0;
  }
  #masthead .heading #logo a {
    width: 100px;
    height: 40px;
    background-size: contain;
    display: block;
  }
  #masthead .heading .desc {
    float: none;
    margin: 0;
    padding: 0 15px;
    border-left: 0;
  }
  #masthead .heading .desc h1 {
    margin: 0;
    font-family: "Oswald Medium";
    font-size: 22px;
    text-transform: none;
    color: #f28600;
  }
}
@media screen and (max-width: 768px) {
  .menu-tool ul {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-flow: column;
  }
  .menu-tool ul li {
    width: 100%;
    height: 50px;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    align-items: flex-start;
    float: none;
    position: relative;
    font-family: "Oswald Extra Light";
    font-size: 16px;
    color: #7a7a7a;
    margin: 0;
    line-height: 16px;
    padding: 5px 20px;
    display: none;
  }
  .menu-tool ul li::before {
    position: relative;
    left: auto;
    width: 30px;
    display: none;
  }
  .menu-tool ul li span,
  .menu-tool ul li a {
    position: relative;
    max-width: 100%;
    text-align: left;
    left: auto !important;
    padding-left: 10px;
  }
  body.prodotto .menu-tool ul li#link-prodotto {
    display: -webkit-box;
    display: flex;
  }
  body.prodotto .menu-tool ul li#link-prodotto::before {
    display: -webkit-box;
    display: flex;
  }
  body.volantino .menu-tool ul li#link-volantino {
    display: -webkit-box;
    display: flex;
  }
  body.volantino .menu-tool ul li#link-volantino::before {
    display: -webkit-box;
    display: flex;
  }
  body.evento .menu-tool ul li#link-evento {
    display: -webkit-box;
    display: flex;
  }
  body.evento .menu-tool ul li#link-evento::before {
    display: -webkit-box;
    display: flex;
  }
  body.persone .menu-tool ul li#link-persone {
    display: -webkit-box;
    display: flex;
  }
  body.persone .menu-tool ul li#link-persone::before {
    display: -webkit-box;
    display: flex;
  }
  body.comunita .menu-tool ul li#link-comunita {
    display: -webkit-box;
    display: flex;
  }
  body.comunita .menu-tool ul li#link-comunita::before {
    display: -webkit-box;
    display: flex;
  }
  body.informazioni_di_servizio .menu-tool ul li#link-informazioni_di_servizio {
    display: -webkit-box;
    display: flex;
  }
  body.informazioni_di_servizio .menu-tool ul li#link-informazioni_di_servizio::before {
    display: -webkit-box;
    display: flex;
  }
  body.reparto .menu-tool ul li#link-reparto {
    display: -webkit-box;
    display: flex;
  }
  body.reparto .menu-tool ul li#link-reparto::before {
    display: -webkit-box;
    display: flex;
  }
  body.page-template-template-cover-download .menu-tool ul li#link-cover-pagina {
    display: -webkit-box;
    display: flex;
  }
  #barra-avanzamento {
    padding: 0 20px;
    margin-bottom: 0px;
    width: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-flow: column;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
  }
  #barra-avanzamento ul {
    float: none;
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row;
    -webkit-box-pack: justify;
    justify-content: space-between;
    height: 80px;
    overflow: hidden;
    padding: 0 20px;
  }
  #barra-avanzamento ul li {
    position: relative;
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: flex;
    float: none;
    border-radius: 50%;
  }
  #barra-avanzamento ul li .number {
    font-size: 18px;
    color: white;
    width: 30px;
    text-align: center;
    line-height: 30px;
    display: block;
    font-family: "Oswald Medium";
  }
  #barra-avanzamento ul li .text {
    font-family: "Oswald Medium";
    text-transform: uppercase;
    font-size: 10px;
    line-height: 1.3;
    width: 95px;
    text-align: center;
    display: block;
    margin-top: 10px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  #barra-avanzamento ul li::before {
    display: none;
  }
  #barra-avanzamento ul li.full,
  #barra-avanzamento ul li.half,
  #barra-avanzamento ul li.medium {
    margin-left: 0;
  }
  #barra-avanzamento .buttons {
    width: 100%;
    padding-top: 20px;
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
  }
  #barra-avanzamento .buttons .button {
    width: 140px;
  }
  #barra-avanzamento .buttons .button.next {
    left: auto;
    right: auto;
    top: auto;
    position: relative;
  }
  #barra-avanzamento .buttons .button.prev {
    left: auto;
    right: auto;
    top: auto;
    position: relative;
  }
  .page-template-template-check .entry-content {
    padding: 0 20px;
  }
  .page-template-template-download .left-column {
    position: relative;
    float: none;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-flow: column;
    margin-right: auto;
    width: 100%;
  }
  .page-template-template-download .no-cover .right-column {
    float: none;
    display: -webkit-box;
    display: flex;
    margin-right: 0;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-flow: column;
    padding: 0 20px;
  }
  .content-area.content-generator.not-leave {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-flow: column;
    flex-direction: column;
    flex-direction: column-reverse;
  }
  .page-template-template-image .content-generator,
  .page-template-template-tipologia .content-generator,
  .page-template-template-categoria .content-generator,
  .page-template-template-input .content-generator,
  .page-template-template-login-page .content-generator,
  .page-template-template-crop .content-generator,
  .page-template-template-download .content-generator,
  .page-template-template-check .content-generator,
  .page-template-template-admin-pvd .content-generator,
  .page-template-template-contatta-admin .content-generator,
  .page-template-template-first-access .content-generator {
    padding: 0;
  }
  .page-template-template-image #main #categorie .boxes li h3,
  .page-template-template-image #primary #categorie .boxes li h3,
  .page-template-template-image #secondary #categorie .boxes li h3,
  .page-template-template-tipologia #main #categorie .boxes li h3,
  .page-template-template-tipologia #primary #categorie .boxes li h3,
  .page-template-template-tipologia #secondary #categorie .boxes li h3,
  .page-template-template-categoria #main #categorie .boxes li h3,
  .page-template-template-categoria #primary #categorie .boxes li h3,
  .page-template-template-categoria #secondary #categorie .boxes li h3,
  .page-template-template-input #main #categorie .boxes li h3,
  .page-template-template-input #primary #categorie .boxes li h3,
  .page-template-template-input #secondary #categorie .boxes li h3,
  .page-template-template-login-page #main #categorie .boxes li h3,
  .page-template-template-login-page #primary #categorie .boxes li h3,
  .page-template-template-login-page #secondary #categorie .boxes li h3,
  .page-template-template-crop #main #categorie .boxes li h3,
  .page-template-template-crop #primary #categorie .boxes li h3,
  .page-template-template-crop #secondary #categorie .boxes li h3,
  .page-template-template-download #main #categorie .boxes li h3,
  .page-template-template-download #primary #categorie .boxes li h3,
  .page-template-template-download #secondary #categorie .boxes li h3,
  .page-template-template-check #main #categorie .boxes li h3,
  .page-template-template-check #primary #categorie .boxes li h3,
  .page-template-template-check #secondary #categorie .boxes li h3,
  .page-template-template-admin-pvd #main #categorie .boxes li h3,
  .page-template-template-admin-pvd #primary #categorie .boxes li h3,
  .page-template-template-admin-pvd #secondary #categorie .boxes li h3,
  .page-template-template-contatta-admin #main #categorie .boxes li h3,
  .page-template-template-contatta-admin #primary #categorie .boxes li h3,
  .page-template-template-contatta-admin #secondary #categorie .boxes li h3,
  .page-template-template-first-access #main #categorie .boxes li h3,
  .page-template-template-first-access #primary #categorie .boxes li h3,
  .page-template-template-first-access #secondary #categorie .boxes li h3 {
    font-size: 13px;
  }
  .page-template-template-image #main #categorie .boxes li label,
  .page-template-template-image #primary #categorie .boxes li label,
  .page-template-template-image #secondary #categorie .boxes li label,
  .page-template-template-tipologia #main #categorie .boxes li label,
  .page-template-template-tipologia #primary #categorie .boxes li label,
  .page-template-template-tipologia #secondary #categorie .boxes li label,
  .page-template-template-categoria #main #categorie .boxes li label,
  .page-template-template-categoria #primary #categorie .boxes li label,
  .page-template-template-categoria #secondary #categorie .boxes li label,
  .page-template-template-input #main #categorie .boxes li label,
  .page-template-template-input #primary #categorie .boxes li label,
  .page-template-template-input #secondary #categorie .boxes li label,
  .page-template-template-login-page #main #categorie .boxes li label,
  .page-template-template-login-page #primary #categorie .boxes li label,
  .page-template-template-login-page #secondary #categorie .boxes li label,
  .page-template-template-crop #main #categorie .boxes li label,
  .page-template-template-crop #primary #categorie .boxes li label,
  .page-template-template-crop #secondary #categorie .boxes li label,
  .page-template-template-download #main #categorie .boxes li label,
  .page-template-template-download #primary #categorie .boxes li label,
  .page-template-template-download #secondary #categorie .boxes li label,
  .page-template-template-check #main #categorie .boxes li label,
  .page-template-template-check #primary #categorie .boxes li label,
  .page-template-template-check #secondary #categorie .boxes li label,
  .page-template-template-admin-pvd #main #categorie .boxes li label,
  .page-template-template-admin-pvd #primary #categorie .boxes li label,
  .page-template-template-admin-pvd #secondary #categorie .boxes li label,
  .page-template-template-contatta-admin #main #categorie .boxes li label,
  .page-template-template-contatta-admin #primary #categorie .boxes li label,
  .page-template-template-contatta-admin #secondary #categorie .boxes li label,
  .page-template-template-first-access #main #categorie .boxes li label,
  .page-template-template-first-access #primary #categorie .boxes li label,
  .page-template-template-first-access #secondary #categorie .boxes li label {
    color: #7a7a7a;
    font-family: "Oswald Light";
    margin-bottom: 0;
    position: relative;
    cursor: pointer;
    padding-left: 25px;
    margin-bottom: 4px;
    font-size: 14px;
  }
  form#immagine,
  form#contatta-admin {
    padding: 20px;
  }
  .page-template-template-crop .entry-content {
    padding: 0 20px;
  }
  .image-input {
    text-align: center;
    margin-top: 40px;
    padding: 0 20px;
  }
  .page-template-template-download .left-column .cover-image {
    margin-bottom: 40px;
    padding: 20px;
  }
  .page-template-template-download .with-cover .right-column {
    float: none;
    display: -webkit-box;
    display: flex;
    margin-right: 2.12766%;
    width: 100%;
    padding: 0 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-flow: column;
  }
  .page-template-template-download .with-cover .right-column form {
    float: none;
    display: -webkit-box;
    display: flex;
    margin-right: 0;
    width: 100%;
  }
  .page-template-template-cover-download .profile .left-column {
    float: none;
    display: -webkit-box;
    display: flex;
    margin-right: 0;
    width: 100%;
    padding: 0 20px;
  }
  .page-template-template-cover-download .profile .right-column {
    float: none;
    display: -webkit-box;
    display: flex;
    margin-right: 0;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-flow: column;
    padding: 0 20px;
  }
  input[type="submit"],
  button {
    font-size: 18px;
  }
  .page-template-template-cover-download .cover {
    float: none;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-flow: column;
  }
  .page-template-template-cover-download .left-column {
    float: none;
    display: -webkit-box;
    display: flex;
    margin-right: 0;
    width: 100%;
    padding: 0 20px;
  }
  .page-template-template-cover-download .right-column {
    float: none;
    display: -webkit-box;
    display: flex;
    margin-right: 0;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-flow: column;
    padding: 0 20px;
  }
  .page-template-template-cover-download article footer {
    padding: 0 20px;
  }
  .burgerButton {
    position: fixed;
    width: 40px;
    height: 40px;
    background-color: #f28600;
    box-sizing: border-box;
    padding: 5px;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-flow: column;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    cursor: pointer;
    z-index: 1001;
    top: 20px;
    right: 20px;
  }
  .burgerButton__line {
    height: 4px;
    width: 100%;
    background-color: white;
    border-radius: 2px;
  }
  #top-header {
    padding: 0;
  }
  #top-header .menu-top-header-container {
    display: none;
  }
  #top-header .menu-top-header-container.open-menu {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    background: #ccc;
    z-index: 1000;
  }
  #top-header .menu-top-header-container.open-menu #menu-top-header {
    display: -webkit-box;
    display: flex;
    width: 100vw;
    height: 100vh;
    padding: 25px;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
  }
  #top-header .menu-top-header-container.open-menu #menu-top-header li {
    line-height: 30px;
  }
  #top-header .menu-top-header-container.open-menu #menu-top-header li a {
    font-size: 20px;
  }
  #top-header .menu-top-header-container.open-menu #menu-top-header li.logout {
    align-self: center;
  }
}
#categorie {
  display: flex;
  flex-flow: row;
  justify-content: center;
  width: 100%;
}
#categorie form {
  display: flex;
  flex-flow: row;
  justify-content: center;
  width: 100%;
  padding: 20px;
}
#categorie form .boxes {
  display: flex;
  flex-flow: row;
  justify-content: center;
  width: 100%;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  #categorie form .boxes {
    justify-content: space-between;
  }
}
#categorie form .boxes li {
  width: 30%;
  margin: 1%;
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #categorie form .boxes li {
    width: 48%!important;
    margin: 1% 0;
  }
}
#categorie form .boxes li h3 {
  color: #7a7a7a;
  font-family: "Oswald Medium";
  font-size: 18px;
  text-transform: none;
  margin: 10px 0;
}
#categorie form .boxes li span.scegli {
  font-size: 15px;
  display: flex;
  justify-content: center;
  padding: 5px 20px;
  border-radius: 5px;
  background: #f28600;
  color: white;
  font-family: "Oswald Medium";
  font-size: 20px;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  #categorie form .boxes li span.scegli {
    font-size: 12px;
    font-family: "Oswald Light";
  }
}
#categorie form .boxes li span.scegli.done {
  background-color: white;
  color: #f28600;
  text-align: left;
  position: relative;
}
#categorie form .boxes li span.scegli.done:before {
  content: '';
  border-radius: 50%;
  background-color: #f28600;
  z-index: 1;
  left: 0px;
  top: 7px;
  background-image: url("../img/spunta.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60%;
  width: 20px;
  height: 20px;
  position: absolute;
}
#categorie form .boxes li .overlay {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.49);
  z-index: 2000;
}
#categorie form .boxes li .overlay .boxImg {
  background-color: white;
  padding: 20px;
  width: 1020px;
  max-width: 100%;
  max-height: 80vh;
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  overflow: scroll;
}
#categorie form .boxes li .overlay .boxImg .boxImg_figure {
  max-width: 23%;
  margin: 1%;
}
@media screen and (max-width: 768px) {
  #categorie form .boxes li .overlay .boxImg .boxImg_figure {
    max-width: 31%;
    width: 100%;
    margin: 1%;
  }
}
#categorie form .boxes li .overlay .boxImg .boxImg_figure img {
  width: 100%;
  padding-bottom: 10px;
}
#categorie form .boxes li .overlay .boxImg .boxImg_figure label {
  padding: 0!important;
  color: #7a7a7a;
  font-family: "Oswald Medium";
  font-size: 18px;
  text-transform: none;
  margin: 10px 0;
}
@media screen and (max-width: 768px) {
  #categorie form .boxes li .overlay .boxImg .boxImg_figure label {
    font-size: 12px;
    font-family: "Oswald Light";
  }
}
#page #main {
  z-index: 2;
}
.menu-tool ul li#link-offerta::before {
  content: url("../img/prodotto.svg");
}
.page-template-template-input #input-form .text-input label .small {
  margin-top: 3px;
  font-family: "Oswald Extra Light";
  font-size: 13px;
  font-style: italic;
}
.volantino.page-template-template-categoria #main #categorie .boxes li .content img,
.persone.page-template-template-categoria #main #categorie .boxes li .content img {
  position: relative;
  top: 0;
  transform: none;
  left: 0;
}
footer #footer-title {
  padding: 0 0;
}
.logo__footer {
  width: 200px;
  padding-bottom: 30px;
}
.logo__footer img {
  width: 100%;
}
#masthead .heading {
  float: left;
  width: 100%;
  margin-bottom: 35px;
  display: flex;
}
.logo__header {
  width: 50px;
}

.logo__header a
{
  max-width: 50px !important;
  max-height: 50px !important;
}
.logo__header img {
  width: 50px;
  height: auto;
  max-width: 50px !important;
  max-height: 50px !important;
}
body.page-template-template-catalogo .menu-tool ul li#link-catalogo {
  background-color: #f28600;
  color: white;
}
body.page-template-template-cover-download .menu-tool ul li#link-cover-pagina a {
  color: white;
}
body.page-template-template-cover-download .menu-tool ul li#link-cover-pagina:before {
  content: url("../img/cover-white.svg");
}
.boxes h4 {
  color: #7a7a7a;
  font-family: "Oswald Light";
  padding-bottom: 5px;
  position: relative;
  cursor: pointer;
  padding-left: 0;
  margin-bottom: 4px;
  font-size: 15px;
  text-transform: none;
  padding-top: 15px;
}
.menu-tool ul li#link-catalogo::before {
  background: url("../img/icon-catalogo-o.png");
  content: '';
  width: 35px;
  height: 35px;
  background-size: auto;
  background-size: 100% auto;
}
.menu-tool ul li#link-catalogo:hover::before {
  background: url("../img/icon-catalogo-w.png");
  content: '';
  width: 35px;
  height: 35px;
  background-size: auto;
  background-size: 100% auto;
}
body.catalogo .menu-tool ul li#link-catalogo::before {
  background: url("../img/icon-catalogo-w.png");
  content: '';
  width: 35px;
  height: 35px;
  background-size: auto;
  background-size: 100% auto;
}
body.catalogo .menu-tool ul li#link-catalogo {
  background-color: #f28600;
  color: white;
}
.menu-tool ul li#link-volantino::before {
  background: url("../img/icon-volantino-o.png");
  content: '';
  width: 35px;
  height: 35px;
  background-size: auto;
  background-size: 100% auto;
}
.menu-tool ul li#link-volantino.active:hover::before,
.menu-tool ul li#link-volantino:hover::before {
  background: url("../img/icon-volantino-w.png");
  content: '';
  width: 35px;
  height: 35px;
  background-size: auto;
  background-size: 100% auto;
}
body.volantino .menu-tool ul li#link-volantino::before {
  background: url("../img/icon-volantino-w.png");
  content: '';
  width: 35px;
  height: 35px;
  background-size: auto;
  background-size: 100% auto;
}
body.volantino .menu-tool ul li#link-volantino {
  background-color: #f28600;
  color: white;
}
.menu-tool ul li#link-offerta::before {
  background: url("../img/icon-offerta-o.png");
  content: '';
  width: 35px;
  height: 35px;
  background-size: auto;
  background-size: 100% auto;
}
.menu-tool ul li#link-offerta:hover::before {
  background: url("../img/icon-offerta-w.png");
  content: '';
  width: 35px;
  height: 35px;
  background-size: auto;
  background-size: 100% auto;
}
body.offerta .menu-tool ul li#link-offerta::before {
  background: url("../img/icon-offerta-w.png");
  content: '';
  width: 35px;
  height: 35px;
  background-size: auto;
  background-size: 100% auto;
}
body.offerta .menu-tool ul li#link-offerta {
  background-color: #f28600;
  color: white;
}
.menu-tool ul li#link-servizi::before {
  background: url("../img/icon-servizi-o.png");
  content: '';
  width: 35px;
  height: 35px;
  background-size: auto;
  background-size: 100% auto;
}
.menu-tool ul li#link-servizi:hover::before {
  background: url("../img/icon-servizi-w.png");
  content: '';
  width: 35px;
  height: 35px;
  background-size: auto;
  background-size: 100% auto;
}
body.servizi .menu-tool ul li#link-servizi::before {
  background: url("../img/icon-servizi-w.png");
  content: '';
  width: 35px;
  height: 35px;
  background-size: auto;
  background-size: 100% auto;
}
body.servizi .menu-tool ul li#link-servizi {
  background-color: #f28600;
  color: white;
}
.menu-tool ul li#link-evento::before {
  background: url("../img/icon-evento-o.png");
  content: '';
  width: 35px;
  height: 35px;
  background-size: auto;
  background-size: 100% auto;
}
.menu-tool ul li#link-evento:hover::before,
.menu-tool ul li#link-evento.active:hover::before {
  background: url("../img/icon-evento-w.png");
  content: '';
  width: 35px;
  height: 35px;
  background-size: auto;
  background-size: 100% auto;
}
body.evento .menu-tool ul li#link-evento::before {
  background: url("../img/icon-evento-w.png");
  content: '';
  width: 35px;
  height: 35px;
  background-size: auto;
  background-size: 100% auto;
}
body.evento .menu-tool ul li#link-evento {
  background-color: #f28600;
  color: white;
}
.menu-tool ul li#link-informazioni_di_servizio::before {
  background: url("../img/icon-info-o.png");
  content: '';
  width: 35px;
  height: 35px;
  background-size: auto;
  background-size: 100% auto;
}
.menu-tool ul li#link-informazioni_di_servizio:hover::before,
.menu-tool ul li#link-informazioni_di_servizio.active:hover::before {
  background: url("../img/icon-info-w.png");
  content: '';
  width: 35px;
  height: 35px;
  background-size: auto;
  background-size: 100% auto;
}
body.informazioni_di_servizio .menu-tool ul li#link-informazioni_di_servizio::before {
  background: url("../img/icon-info-w.png");
  content: '';
  width: 35px;
  height: 35px;
  background-size: auto;
  background-size: 100% auto;
}
body.informazioni_di_servizio .menu-tool ul li#link-informazioni_di_servizio {
  background-color: #f28600;
  color: white;
}
.menu-tool ul li#link-reparto::before {
  background: url("../img/icon-reparto-o.png");
  content: '';
  width: 35px;
  height: 35px;
  background-size: auto;
  background-size: 100% auto;
}
.menu-tool ul li#link-reparto:hover::before,
.menu-tool ul li#link-reparto.active:hover::before {
  background: url("../img/icon-reparto-w.png");
  content: '';
  width: 35px;
  height: 35px;
  background-size: auto;
  background-size: 100% auto;
}
body.reparto .menu-tool ul li#link-reparto::before {
  background: url("../img/icon-reparto-w.png");
  content: '';
  width: 35px;
  height: 35px;
  background-size: auto;
  background-size: 100% auto;
}
body.reparto .menu-tool ul li#link-reparto {
  background-color: #f28600;
  color: white;
}
.menu-tool ul li#link-cover-pagina::before {
  background: url("../img/icon-profilo-o.png");
  content: '';
  width: 35px;
  height: 35px;
  background-size: auto;
  background-size: 100% auto;
}
.menu-tool ul li#link-cover-pagina:hover::before,
.menu-tool ul li#link-cover-pagina.active:hover::before {
  background: url("../img/icon-profilo-w.png");
  content: '';
  width: 35px;
  height: 35px;
  background-size: auto;
  background-size: 100% auto;
}
body.page-template-page-templatestemplate-cover-download-php .menu-tool ul li#link-cover-pagina::before {
  background: url("../img/icon-profilo-w.png");
  content: '';
  width: 35px;
  height: 35px;
  background-size: auto;
  background-size: 100% auto;
}
body.page-template-page-templatestemplate-cover-download-php .menu-tool ul li#link-cover-pagina {
  background-color: #f28600;
  color: white;
}
.page-template-template-image #main ul.boxes li .content,
.page-template-template-image #primary ul.boxes li .content,
.page-template-template-image #secondary ul.boxes li .content,
.page-template-template-tipologia #main ul.boxes li .content,
.page-template-template-tipologia #primary ul.boxes li .content,
.page-template-template-tipologia #secondary ul.boxes li .content,
.page-template-template-categoria #main ul.boxes li .content,
.page-template-template-categoria #primary ul.boxes li .content,
.page-template-template-categoria #secondary ul.boxes li .content,
.page-template-template-input #main ul.boxes li .content,
.page-template-template-input #primary ul.boxes li .content,
.page-template-template-input #secondary ul.boxes li .content,
.page-template-template-login-page #main ul.boxes li .content,
.page-template-template-login-page #primary ul.boxes li .content,
.page-template-template-login-page #secondary ul.boxes li .content,
.page-template-template-crop #main ul.boxes li .content,
.page-template-template-crop #primary ul.boxes li .content,
.page-template-template-crop #secondary ul.boxes li .content,
.page-template-template-download #main ul.boxes li .content,
.page-template-template-download #primary ul.boxes li .content,
.page-template-template-download #secondary ul.boxes li .content,
.page-template-template-check #main ul.boxes li .content,
.page-template-template-check #primary ul.boxes li .content,
.page-template-template-check #secondary ul.boxes li .content,
.page-template-template-admin-pvd #main ul.boxes li .content,
.page-template-template-admin-pvd #primary ul.boxes li .content,
.page-template-template-admin-pvd #secondary ul.boxes li .content,
.page-template-template-contatta-admin #main ul.boxes li .content,
.page-template-template-contatta-admin #primary ul.boxes li .content,
.page-template-template-contatta-admin #secondary ul.boxes li .content,
.page-template-template-first-access #main ul.boxes li .content,
.page-template-template-first-access #primary ul.boxes li .content,
.page-template-template-first-access #secondary ul.boxes li .content {
  border: 2px solid #f28600;
  border-radius: 20px;
  overflow: hidden;
  text-align: center;
  cursor: default;
  position: relative;
  background: #f0efea;
  width: 206px;
  height: 206px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.front {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
.front .tipologia-name {
  color: #f28600;
  font-size: 30px;
  font-family: "Oswald Medium";
  position: relative;
  bottom: auto;
  display: block;
  width: 100%;
  left: 0;
  text-align: center;
  line-height: 34px;
  padding: 0 15px;
}
.front .thumb-image {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.front .thumb-image img {
  border: 0;
  height: auto;
  max-height: 50%;
  max-width: 50%;
  vertical-align: middle;
}
.page-template-template-image #main ul.boxes li .content .front .tipologia-name,
.page-template-template-image #primary ul.boxes li .content .front .tipologia-name,
.page-template-template-image #secondary ul.boxes li .content .front .tipologia-name,
.page-template-template-tipologia #main ul.boxes li .content .front .tipologia-name,
.page-template-template-tipologia #primary ul.boxes li .content .front .tipologia-name,
.page-template-template-tipologia #secondary ul.boxes li .content .front .tipologia-name,
.page-template-template-categoria #main ul.boxes li .content .front .tipologia-name,
.page-template-template-categoria #primary ul.boxes li .content .front .tipologia-name,
.page-template-template-categoria #secondary ul.boxes li .content .front .tipologia-name,
.page-template-template-input #main ul.boxes li .content .front .tipologia-name,
.page-template-template-input #primary ul.boxes li .content .front .tipologia-name,
.page-template-template-input #secondary ul.boxes li .content .front .tipologia-name,
.page-template-template-login-page #main ul.boxes li .content .front .tipologia-name,
.page-template-template-login-page #primary ul.boxes li .content .front .tipologia-name,
.page-template-template-login-page #secondary ul.boxes li .content .front .tipologia-name,
.page-template-template-crop #main ul.boxes li .content .front .tipologia-name,
.page-template-template-crop #primary ul.boxes li .content .front .tipologia-name,
.page-template-template-crop #secondary ul.boxes li .content .front .tipologia-name,
.page-template-template-download #main ul.boxes li .content .front .tipologia-name,
.page-template-template-download #primary ul.boxes li .content .front .tipologia-name,
.page-template-template-download #secondary ul.boxes li .content .front .tipologia-name,
.page-template-template-check #main ul.boxes li .content .front .tipologia-name,
.page-template-template-check #primary ul.boxes li .content .front .tipologia-name,
.page-template-template-check #secondary ul.boxes li .content .front .tipologia-name,
.page-template-template-admin-pvd #main ul.boxes li .content .front .tipologia-name,
.page-template-template-admin-pvd #primary ul.boxes li .content .front .tipologia-name,
.page-template-template-admin-pvd #secondary ul.boxes li .content .front .tipologia-name,
.page-template-template-contatta-admin #main ul.boxes li .content .front .tipologia-name,
.page-template-template-contatta-admin #primary ul.boxes li .content .front .tipologia-name,
.page-template-template-contatta-admin #secondary ul.boxes li .content .front .tipologia-name,
.page-template-template-first-access #main ul.boxes li .content .front .tipologia-name,
.page-template-template-first-access #primary ul.boxes li .content .front .tipologia-name,
.page-template-template-first-access #secondary ul.boxes li .content .front .tipologia-name {
  color: #f28600;
  font-size: 30px;
  font-family: "Oswald Medium";
  position: relative;
  bottom: auto;
  display: block;
  width: 100%;
  left: 0;
  text-align: center;
  line-height: 34px;
  padding: 0 15px;
}
.site-branding a.conad {
  background-image: url("../img/spazio-conad.png");
}
.page-template-template-categoria #main #categorie .boxes li .content {
  height: auto;
  width: 100%;
}
input[type="text"],
input[type="password"],
textarea,
select {
  color: #000000 !important;
}
h3 {
  font-size: 2.1875rem;
  font-family: "Oswald Extra Light";
}
p {
  font-family: "Oswald Extra Light";
  font-size: 20px;
  color: #7a7a7a;
}
#page footer#colophon p {
  font-family: "Oswald Extra Light";
  font-size: 12px;
  color: #7a7a7a;
  line-height: 1.3em;
}
form#immagine p,
form#contatta-admin p {
  font-family: "Oswald Extra Light";
  color: #7a7a7a;
  font-size: 18px;
  line-height: 30px;
}
#top-header ul.menu li a {
  font-family: "Oswald Extra Light";
  font-size: 18px;
  color: #686868;
  transition: opacity 0.3s ease-out;
}
p.onMobile {
  display: none;
}
@media screen and (max-width: 768px) {
  p.onMobile {
    line-height: 1.3em;
    display: inline-block;
  }
}
.page-template-template-input .image img {
  width: 100%;
  height: auto;
}
.page-template-template-input .image p {
  max-width: 100%;
  width: 100%;
}
span.labelOn {
  position: absolute;
  top: 14px;
  right: 10px;
  height: 100%;
  font-size: 16px;
  font-family: "Oswald Regular";
  line-height: 18px;
  color: #7a7a7a;
}
.overlayLabel {
  position: relative;
}
input[type="number"] {
  border-radius: 0;
  border: 1px solid #7a7a7a;
  padding: 20px;
  box-shadow: none;
  text-align: center;
  color: #7a7a7a;
  margin-bottom: 0;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  width: 55%;
  float: left;
  padding: 15px;
  font-family: "Arial";
  font-size: 16px;
  text-align: left;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.page-template-template-input .image .segnaposto {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0!important;
}
/*Modifica Botta, per correggere la visualizzazione dellìoverlay "data/durata offerta" in versione mobile*/
@media screen and (max-width: 768px) 
{
  .page-template-template-input .image .segnaposto 
  {
    padding: 0 20px!important;
  }
}
