@charset "UTF-8";
/* RESET */
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  white-space: normal;
}

html, body {
  width: 100%;
  margin: 0;
  padding: 0;
}

body {
  contain-intrinsic-size: 1000px;
  background: #ffd5c7;
}

.main .container,
.main.container {
  background: #fff;
}

.art-desc p a {
    color: orangered !important;
	border-bottom: 2px solid #8A7188;
}

@media (min-width: 1200px) {
  .main,
.container-fluid {
    max-width: 1020px;
    margin-left: auto;
    margin-right: auto;
  }
}
.sito-footer .container {
  background: none;
}

ul, li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

label {
  margin: 0;
}

a, button {
  color: #333;
}

a:hover, button:hover {
  text-decoration: none;
  color: #c30;
}

button:hover {
  color: #c30;
}

:target:before {
  content: "";
  display: block;
  height: 120px;
  margin: -120px 0 0;
}

iframe[src*=youtube] {
  width: 100%;
  height: 350px;
}
@media (max-width: 575px) {
  iframe[src*=youtube] {
    height: 250px;
  }
}

:target:before {
  content: "";
  display: block;
  height: 136px;
  margin: -136px 0 0;
}

/* FONT AWESOME */
body {
  font-display: optional;
}

.fa, .fal, .far, .fas, .fab {
  font-weight: 300;
  font-size: 15px;
  line-height: 24px;
  min-width: 21px;
  text-align: center;
  vertical-align: middle;
  font-display: optional;
}
.fa:before, .fal:before, .far:before, .fas:before, .fab:before {
  vertical-align: middle;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 1rem;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: Arial, sans-serif;
  font-weight: 600;
  font-display: optional;
}

@media (max-width: 575px) {
  h1, .h1 {
    font-size: 3rem;
  }

  h2, .h2 {
    font-size: 1.65rem;
  }

  h3, .h3 {
    font-size: 1.5rem;
  }

  h4, .h4 {
    font-size: 1.25rem;
  }

  h5, .h5 {
    font-size: 1.15rem;
  }

  h6, .h6 {
    font-size: 1rem;
  }
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 18px;
  line-height: 30px;
  text-align: justify;
  font-family: Verdana, sans-serif;
  font-display: optional;
}

.p-small {
  font-size: 14px !important;
  line-height: 19px !important;
}

em {
  font-family: Verdana, sans-serif;
}

blockquote {
  font-family: Verdana, sans-serif;
  font-style: italic;
  font-size: 20px;
  line-height: 30px;
  position: relative;
  margin: 8px 0 24px 0;
  padding: 0 16px;
  color: #666;
  font-display: optional;
}
blockquote:before {
  content: "“";
  position: absolute;
  left: -6px;
  top: -6px;
  font-size: 34px;
  float: left;
}
blockquote:after {
  content: "”";
  position: absolute;
  font-size: 34px;
  right: 0px;
  bottom: -18px;
  float: left;
}
blockquote p:last-child {
  margin-bottom: 0;
}

figure[id*=attachment_] {
  margin-left: 0;
}

figure[id*=attachment_] a {
  margin-bottom: 4px;
}

figure[id*=attachment_] [id*=caption-attachment-] {
  border-bottom: 1px solid #ddd;
  color: #888;
  font-size: 14px;
}

/* BASIC CSS */
figure.wp-caption {
  width: 100% !important;
  position: relative;
}

figure[id*=attachment_] [id*=caption-attachment-] {
  min-height: 22px;
}

em {
  display: inline-block;
}

pre.code {
  display: block;
  font-family: monospace;
  white-space: pre;
  margin: 1em 0px;
  overflow-y: scroll;
  border: 1px solid #ccc;
  padding: 8px;
  background: floralwhite;
}

.video-container {
  display: flex;
}

.mt0 {
  margin-top: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.space-b {
  display: flex;
  justify-content: space-between;
}
.space-b .v-align-left {
  margin: auto auto auto 0;
}
.space-b .v-align-right {
  margin: auto 0 auto auto;
}
.space-b .v-align-center {
  margin: auto;
}
@media (max-width: 575px) {
  .space-b.mob {
    flex-direction: column;
  }
}

.fdc {
  flex-direction: column !important;
}

.bg-brand {
  background: #c30;
}

.bg-smeraldo {
  background: #4ba89c !important;
}

.bg-beige {
  background: #faebd7 !important;
}

.bg-prugna {
  background: #98637b !important;
}

.bg-dark {
  background: #444 !important;
}

.bg-w {
  background: #fff;
}

.v-mob {
  display: none;
}
@media (max-width: 991px) {
  .v-mob {
    display: block;
  }
}

.h-mob {
  display: block;
}
@media (max-width: 991px) {
  .h-mob {
    display: none;
  }
}

.v-mob-998 {
  display: none;
}
@media (max-width: 998px) {
  .v-mob-998 {
    display: block;
  }
}

.h-mob-998 {
  display: block;
}
@media (max-width: 998px) {
  .h-mob-998 {
    display: none;
  }
}

.row0 {
  display: flex;
  flex-wrap: wrap;
}

.row-fix > .row {
  margin-right: 8px;
  margin-left: 8px;
}

hr {
  margin-top: 0px;
  margin-bottom: 16px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.badge {
  padding: 0.4em 0.6em;
  margin-bottom: 4px;
}
.badge i {
  font-size: 14px;
  line-height: 13px;
  font-weight: 400;
  padding-right: 4px;
}
.badge span {
  display: inline-block;
  line-height: 19px;
  vertical-align: text-bottom;
}

.tac {
  text-align: center;
}

.tal {
  text-align: left;
}

.tar {
  text-align: right;
}

.tup {
  text-transform: uppercase;
}

/* GRADIENT */
.gr-l-t {
  position: absolute;
  bottom: 0;
  right: 0;
  top: 0;
  left: 0;
  background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.1) 25%, transparent 45%);
  background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.1) 25%, transparent 45%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.1) 25%, transparent 45%);
}

.gr-l-b {
  position: absolute;
  bottom: 0;
  right: 0;
  top: 0;
  left: 0;
  background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.1) 25%, transparent 45%);
  background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.1) 25%, transparent 42%);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.1) 25%, transparent 45%);
}

/* PADDING/MARGIN */
.ma {
  margin: auto !important;
}

.pad {
  padding: 40px;
}
@media (max-width: 1599px) {
  .pad {
    padding: 32px;
  }
}
@media (max-width: 1199px) {
  .pad {
    padding: 24px;
  }
}
@media (max-width: 767px) {
  .pad {
    padding: 12px;
  }
}

.pad-md {
  padding: 24px;
}
@media (max-width: 767px) {
  .pad-md {
    padding: 12px;
  }
}

.plr {
  padding-left: 40px;
  padding-right: 40px;
}

.plr0 {
  padding: 0 40px !important;
}

.ptxl {
  padding-top: 60px !important;
}

.ptl {
  padding-top: 40px !important;
}

.ptm {
  padding-top: 16px !important;
}

.pts {
  padding-top: 12px !important;
}

.ptsx {
  padding-top: 5px !important;
}

.pbxl {
  padding-bottom: 60px !important;
}

.pbl {
  padding-bottom: 40px !important;
}

.pbm {
  padding-bottom: 16px !important;
}

.pbs {
  padding-bottom: 12px !important;
}

.pbsx {
  padding-bottom: 5px !important;
}

.ma0 {
  margin: auto 0;
}

.ma8 {
  margin: auto 8px;
}

.mtxl {
  margin-top: 60px !important;
}

.mtl {
  margin-top: 40px !important;
}

.mtm {
  margin-top: 16px !important;
}

.mts {
  margin-top: 12px !important;
}

.mtsx {
  margin-top: 5px !important;
}

.mrxl {
  margin-right: 60px !important;
}

.mrl {
  margin-right: 40px !important;
}

.mrm {
  margin-right: 16px !important;
}

.mrs {
  margin-right: 12px !important;
}

.mrsx {
  margin-right: 5px !important;
}

.mbxl {
  margin-bottom: 60px !important;
}

.mbl {
  margin-bottom: 40px !important;
}

.mbm {
  margin-bottom: 16px !important;
}

.mbs {
  margin-bottom: 12px !important;
}

.mbsx {
  margin-bottom: 5px !important;
}

.mlxl {
  margin-left: 60px !important;
}

.mll {
  margin-left: 40px !important;
}

.mlm {
  margin-left: 16px !important;
}

.mls {
  margin-left: 12px !important;
}

.mlsx {
  margin-left: 5px !important;
}

@media (max-width: 1599px) {
  .ptxl {
    padding-top: 42px !important;
  }

  .pbxl {
    padding-bottom: 42px !important;
  }

  .mtxl {
    margin-top: 42px !important;
  }

  .mrxl {
    margin-right: 42px !important;
  }

  .mbxl {
    margin-bottom: 42px !important;
  }

  .mlxl {
    margin-left: 42px !important;
  }

  .ptl {
    padding-top: 32px !important;
  }

  .pbl {
    padding-bottom: 32px !important;
  }

  .plr {
    padding-left: 32px;
    padding-right: 32px;
  }

  .plr0 {
    padding: 0 32px !important;
  }

  .mtl {
    margin-top: 32px !important;
  }

  .mrl {
    margin-right: 32px !important;
  }

  .mbl {
    margin-bottom: 32px !important;
  }

  .mll {
    margin-left: 32px !important;
  }
}
@media (max-width: 1199px) {
  .ptxl {
    padding-top: 32px !important;
  }

  .ptl {
    padding-top: 24px !important;
  }

  .pts {
    padding-top: 8px !important;
  }

  .pbxl {
    padding-bottom: 32px !important;
  }

  .pbl {
    padding-bottom: 24px !important;
  }

  .pbs {
    padding-bottom: 8px !important;
  }

  .plr {
    padding-left: 24px;
    padding-right: 24px;
  }

  .plr0 {
    padding: 0 24px !important;
  }

  .mtxl {
    margin-top: 32px !important;
  }

  .mtl {
    margin-top: 24px !important;
  }

  .mts {
    margin-top: 8px !important;
  }

  .mrxl {
    margin-right: 32px !important;
  }

  .mrl {
    margin-right: 24px !important;
  }

  .mrs {
    margin-right: 8px !important;
  }

  .mbxl {
    margin-bottom: 32px !important;
  }

  .mbl {
    margin-bottom: 24px !important;
  }

  .mbs {
    margin-bottom: 8px !important;
  }

  .mlxl {
    margin-left: 32px !important;
  }

  .mll {
    margin-left: 24px !important;
  }

  .mls {
    margin-left: 8px !important;
  }
}
/* ----- */
.btn-brand {
  display: block;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.4);
  border-radius: 40px;
  padding: 16px 24px;
  background: #c30;
  color: white;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  min-width: 200px;
}
.btn-brand:hover {
  color: white;
  transform: translate(0, -3px);
}

.btn-1 {
  display: flex;
  flex: 1 100%;
  justify-content: flex-end;
  margin: 0 16px 16px 0;
}
.btn-1 .badge {
  padding: 8px 16px;
}

.fl-r {
  display: flex;
  justify-content: flex-end;
}

.fl-l {
  display: flex;
  justify-content: flex-start;
}

.fl-c {
  display: flex;
  justify-content: center;
}

.fl-sb {
  display: flex;
  justify-content: space-between;
}

.fl-sa {
  display: flex;
  justify-content: space-around;
}

.sw-s {
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.4);
}

.br-10 {
  border-radius: 10px;
}

.br-40 {
  border-radius: 40px;
}

.layout-1 {
  background: #e3e3e3;
  border: 1px solid #d8d8d8;
  border-radius: 22px;
  padding: 0 8px;
  position: relative;
  display: flex;
}
.layout-1 > .title,
.layout-1 > div > .title,
.layout-1 > .subtitle,
.layout-1 > div > .subtitle {
  display: flex;
  flex: 1 100%;
  justify-content: left;
}
.layout-1 > .title,
.layout-1 > div > .title {
  margin: 24px 16px 0px 21px;
}
.layout-1 > .subtitle,
.layout-1 > div > .subtitle {
  margin: 0 16px 24px 24px;
  font-style: italic;
  color: #555;
}
@media (max-width: 991px) {
  .layout-1 {
    margin-left: -8px;
    margin-right: -8px;
  }
}

.layout-2 {
  background: #e1e8f2;
  padding-top: 16px;
  margin-bottom: 16px;
  border-radius: 8px;
  position: relative;
}
.layout-2 > .title,
.layout-2 > .subtitle {
  display: flex;
  flex: 1 100%;
  justify-content: left;
}
.layout-2 > .title {
  margin: 0px;
}
.layout-2 > .subtitle {
  margin: 0 0 16px 0;
  font-style: italic;
  color: #555;
}
.layout-2 a.autore {
  min-width: 184px;
  margin-right: 16px;
}
.layout-2 a.autore .maschera-immagine {
  border-radius: 8px;
  width: 80px;
  height: 80px;
  display: flex;
  overflow: hidden;
  position: relative;
  margin: 24px auto 0 auto;
}
.layout-2 a.autore .maschera-immagine img {
  max-width: 150%;
  position: absolute;
  margin: auto;
  min-height: 100%;
  width: 130%;
  top: 0;
  left: -50%;
  right: -50%;
  bottom: 0;
  height: auto;
}
.layout-2 a.autore .titolo {
  border-left: none;
  text-align: center;
}
.layout-2 .immagine .categoria {
  left: auto !important;
  bottom: auto !important;
  top: -6px !important;
  right: -6px !important;
}
.layout-2 .immagine .categoria:after {
  display: none !important;
}
.layout-2 .descrizione {
  margin-bottom: 16px;
}
.layout-2 .meta {
  margin-bottom: 0;
}
.layout-2 .meta .autore {
  margin-top: -41px;
}
@media (max-width: 1199px) {
  .layout-2 .meta {
    display: flex;
    flex-direction: column;
  }
  .layout-2 .meta .autore {
    margin-top: -84px;
  }
}
@media (max-width: 991px) {
  .layout-2 {
    margin-left: -8px;
    margin-right: -8px;
  }
}

@media (max-width: 991px) {
  .layout-1-2 {
    margin-left: 8px;
    margin-right: 8px;
  }
}

.layout-list {
  padding: 16px;
}
.layout-list .row {
  background: #f9f9f9;
  border-radius: 16px;
  padding: 16px 0;
}
.layout-list .row > .title {
  padding: 0 15px;
}
.layout-list .row .articolo-home.orizzontale {
  display: flex;
  flex-direction: row;
}
.layout-list .row .articolo-home.orizzontale .immagine {
  margin-bottom: 12px;
  flex: 0 0 30%;
  width: 30%;
}
.layout-list .row .articolo-home.orizzontale .testo {
  flex-direction: column;
  flex: 0 0 70%;
  width: 70%;
  padding-left: 16px;
}

.layout-speciale {
  background-repeat: no-repeat;
  background-size: 800px;
  background-position: bottom left;
  background-position-x: 20px;
  background-position-y: 50px;
}

.art-tags a {
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  padding-right: 10px;
}
.art-tags a:before {
  content: "#";
  padding-right: 1px;
}

.c-1 {
  border-color: #61693b;
}
.c-1 a.categoria {
  background: #61693b !important;
}
.c-1 .articolo-home .titolo, .c-1.articolo-home .titolo {
  border-color: #61693b;
}
.c-1 .articolo-home:hover .titolo, .c-1.articolo-home:hover .titolo {
  color: #61693b;
}
.c-1 .articolo-home .immagine .categoria:after, .c-1.articolo-home .immagine .categoria:after {
  color: #61693b;
}
.c-1 > .title {
  color: #525932;
}
.c-1 > .title a {
  color: #525932;
}
.c-1 > .title:hover,
.c-1 > .title a:hover {
  color: #434829;
}
.c-1 .btn-1 .badge {
  background: #61693b;
}
.c-1 .articolo-home .art-tags a {
  color: #61693b;
}
.c-1 .articolo-home .art-tags a:hover {
  color: #525932;
}

.c-2 {
  border-color: #25a2ab;
}
.c-2 a.categoria {
  background: #25a2ab !important;
}
.c-2 .articolo-home .titolo, .c-2.articolo-home .titolo {
  border-color: #25a2ab;
}
.c-2 .articolo-home:hover .titolo, .c-2.articolo-home:hover .titolo {
  color: #25a2ab;
}
.c-2 .articolo-home .immagine .categoria:after, .c-2.articolo-home .immagine .categoria:after {
  color: #25a2ab;
}
.c-2 > .title {
  color: #208e96;
}
.c-2 > .title a {
  color: #208e96;
}
.c-2 > .title:hover,
.c-2 > .title a:hover {
  color: #1c7a81;
}
.c-2 .btn-1 .badge {
  background: #25a2ab;
}
.c-2 .articolo-home .art-tags a {
  color: #25a2ab;
}
.c-2 .articolo-home .art-tags a:hover {
  color: #208e96;
}

.c-3 {
  border-color: #1e4e44;
}
.c-3 a.categoria {
  background: #1e4e44 !important;
}
.c-3 .articolo-home .titolo, .c-3.articolo-home .titolo {
  border-color: #1e4e44;
}
.c-3 .articolo-home:hover .titolo, .c-3.articolo-home:hover .titolo {
  color: #1e4e44;
}
.c-3 .articolo-home .immagine .categoria:after, .c-3.articolo-home .immagine .categoria:after {
  color: #1e4e44;
}
.c-3 > .title {
  color: #173c34;
}
.c-3 > .title a {
  color: #173c34;
}
.c-3 > .title:hover,
.c-3 > .title a:hover {
  color: #102924;
}
.c-3 .btn-1 .badge {
  background: #1e4e44;
}
.c-3 .articolo-home .art-tags a {
  color: #1e4e44;
}
.c-3 .articolo-home .art-tags a:hover {
  color: #173c34;
}

.c-4 {
  border-color: #cb3619;
}
.c-4 a.categoria {
  background: #cb3619 !important;
}
.c-4 .articolo-home .titolo, .c-4.articolo-home .titolo {
  border-color: #cb3619;
}
.c-4 .articolo-home:hover .titolo, .c-4.articolo-home:hover .titolo {
  color: #cb3619;
}
.c-4 .articolo-home .immagine .categoria:after, .c-4.articolo-home .immagine .categoria:after {
  color: #cb3619;
}
.c-4 > .title {
  color: #b43016;
}
.c-4 > .title a {
  color: #b43016;
}
.c-4 > .title:hover,
.c-4 > .title a:hover {
  color: #9e2a13;
}
.c-4 .btn-1 .badge {
  background: #cb3619;
}
.c-4 .articolo-home .art-tags a {
  color: #cb3619;
}
.c-4 .articolo-home .art-tags a:hover {
  color: #b43016;
}

.c-5 {
  border-color: #a31659;
}
.c-5 a.categoria {
  background: #a31659 !important;
}
.c-5 .articolo-home .titolo, .c-5.articolo-home .titolo {
  border-color: #a31659;
}
.c-5 .articolo-home:hover .titolo, .c-5.articolo-home:hover .titolo {
  color: #a31659;
}
.c-5 .articolo-home .immagine .categoria:after, .c-5.articolo-home .immagine .categoria:after {
  color: #a31659;
}
.c-5 > .title {
  color: #8d134d;
}
.c-5 > .title a {
  color: #8d134d;
}
.c-5 > .title:hover,
.c-5 > .title a:hover {
  color: #761040;
}
.c-5 .btn-1 .badge {
  background: #a31659;
}
.c-5 .articolo-home .art-tags a {
  color: #a31659;
}
.c-5 .articolo-home .art-tags a:hover {
  color: #8d134d;
}

@media (max-width: 991px) {
  body > .main,
body > .container-fluid {
    margin-top: 64px;
  }
}

body > .container-fluid + .main {
  margin-top: 0;
}

body.page-chisiamo .art.col {
  max-width: 1140px;
}

body.page-chisiamo .art.col ul {
  padding: 17px;
}

body.page-chisiamo .art.col ul li {
  list-style-type: disc;
  margin-bottom: 8px;
}

.container.evidenza,
.container-fluid.evidenza {
  background: #ffab8f;
}

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

.titolo-sezione:before {
  content: "";
  display: inline-block;
  width: 5%;
  padding-bottom: 6px;
  margin-right: 6px;
  border-top: 1px solid #333;
}

.titolo-sezione:after {
  content: "";
  display: inline-block;
  width: 5%;
  padding-bottom: 6px;
  margin-left: 6px;
  border-top: 1px solid #333;
}

.container.layout-dark a {
  color: #fff;
}
.container.layout-dark hr {
  color: #fff;
}
.container.layout-dark .articolo-home.orizzontale.mini .immagine .autore,
.container.layout-dark .articolo-home .immagine .autore {
  color: #fff;
}
.container.layout-dark .articolo-home:hover .titolo {
  color: #fffceb;
}
.container.layout-dark .articolo-home:hover .descrizione {
  color: #fffceb;
}
.container.layout-dark .titolo-sezione {
  color: #fff;
}
.container.layout-dark .titolo-sezione:before {
  border-top: 1px solid #fff;
}
.container.layout-dark .titolo-sezione:after {
  border-top: 1px solid #fff;
}

.container.scroll {
  position: relative;
}
.container.scroll .list-menu {
  overflow-x: auto;
}
.container.scroll .list-icon {
  position: absolute;
  right: 0;
  top: 0;
  width: 24px;
  height: 54px;
  line-height: 54px;
  vertical-align: middle;
  text-align: center;
  background: #fff;
  color: #b9b9b9;
  border-left: 1px solid #d0d0d0;
  z-index: 2;
}
.container.scroll .list-icon.left {
  right: auto;
  left: 0;
  border-left: none;
  border-right: 1px solid #d0d0d0;
}
.container.scroll .list-icon.left svg {
  transform: rotate(180deg);
}

.newsletter-box {
  background: #5c5c5c;
  padding: 32px 0;
}
.newsletter-box .container {
  background: none;
}
.newsletter-box .row {
  display: flex;
}
.newsletter-box .row > div {
  display: flex;
  flex: 1;
  padding: 0 32px;
  flex-direction: column;
}
.newsletter-box .row > div:nth-child(1) {
  border-right: 1px solid #ccc;
}
.newsletter-box .sidebar440 {
  max-width: 440px;
  margin: auto;
}
.newsletter-box .sidebar440 > div a {
  line-height: 42px;
  display: block;
  border: 1px solid #fffbe9;
  padding: 8px 24px;
  color: #fffbe9;
  border-color: #aaaaaa;
  border-radius: 32px;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.4);
}
.newsletter-box .sidebar440 > div a:hover {
  border: 1px solid #fff7d8;
  color: #fff7d8;
}
.newsletter-box .sidebar440 > div a i {
  padding-right: 8px;
}
.newsletter-box .h4, .newsletter-box .h5, .newsletter-box p, .newsletter-box a {
  color: #fff;
}
@media (max-width: 767px) {
  .newsletter-box {
    padding: 32px 16px;
  }
  .newsletter-box .row {
    flex-direction: column;
  }
  .newsletter-box .row > div {
    padding: 32px 0;
  }
  .newsletter-box .row > div:nth-child(1) {
    border-right: none;
    border-bottom: 1px solid #ccc;
  }
  .newsletter-box .sidebar440 {
    max-width: 100%;
  }
}

.form-newsletter form.wpcf7-form label {
  margin: 8px 0;
  max-width: 100%;
}
.form-newsletter form.wpcf7-form input.wpcf7-submit {
  padding: 4px 24px;
  background: #fff;
  border: none;
  border-radius: 10px;
  border-color: transparent;
}
.form-newsletter form.wpcf7-form span.mc4wp-checkbox {
  font-size: 12px;
}
.form-newsletter form.wpcf7-form input[type=checkbox] {
  margin-right: 8px;
}
.form-newsletter form.wpcf7-form input {
  max-width: 100%;
}
.form-newsletter form.wpcf7-form .wpcf7-response-output {
  color: #fff;
}

img.wpcf7-captchac {
  width: auto !important;
}

.grecaptcha-badge {
  visibility: hidden;
}

html {
  margin-top: 0 !important;
}

body.customize-support:before {
  content: "";
  height: 32px;
  width: 100%;
  display: flex;
}

body.customize-support .menu-top {
  top: 32px !important;
}

@media (max-width: 782px) {
  body.customize-support:before {
    height: 0;
  }

  body.customize-support .menu-top {
    top: 46px !important;
  }

  html #wpadminbar {
    position: fixed;
  }
}
@media (min-width: 991px) {
  .evo-articolo-spons-title {
    font-size: 40px !important;
  }
}
/* MASK IMAGE */
.art-img {
  width: 100%;
  margin-bottom: 1rem;
}

.mask-icon {
  display: inline-block;
  min-height: 24px;
  vertical-align: top;
  margin-top: 1px;
}

.mask-img-100,
.mask-img-130,
.mask-img-auto-300 {
  overflow: hidden;
  position: relative;
  display: block;
}
.mask-img-100 img,
.mask-img-130 img,
.mask-img-auto-300 img {
  text-align: center;
}

.wh16-9 {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}

.wh7-10 {
  width: 100%;
  height: 0;
  padding-bottom: 142.85%;
}

.wh3-2 {
  width: 100%;
  height: 0;
  padding-bottom: 66.66%;
}

.wh2-3 {
  width: 100%;
  height: 0;
  padding-bottom: 150%;
}

.wh4-3 {
  width: 100%;
  height: 0;
  padding-bottom: 75%;
}

.wh1-1 {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}

.h25 {
  width: 100%;
  height: 0;
  padding-bottom: 25%;
}

.h35 {
  width: 100%;
  height: 0;
  padding-bottom: 35%;
}

.h216 {
  width: 100%;
  height: 0;
  padding-bottom: 216px;
}

.wh21 {
  width: 21px;
  height: 21px;
}

.wh40 {
  width: 40px;
  height: 40px;
}

.wh120 {
  width: 120px;
  height: 120px;
}

.mask-circle {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.mask-img-100 img {
  position: absolute;
  margin: auto;
  min-height: 100%;
  width: 100%;
  top: 0;
  left: -50%;
  right: -50%;
  bottom: 0;
  height: auto;
}

.mask-img-130 img {
  position: absolute;
  margin: auto;
  min-height: 100%;
  width: 130%;
  top: 0;
  left: -50%;
  right: -50%;
  bottom: 0;
  height: auto;
}

.mask-img-170 img {
  position: absolute;
  margin: auto;
  min-height: 100%;
  width: 170%;
  top: 0;
  left: -50%;
  right: -50%;
  bottom: 0;
  height: auto;
}

.mask-img-auto-300 img {
  position: absolute;
  margin: auto;
  min-height: 100%;
  width: auto !important;
  max-width: 300px;
  top: 0;
  left: -50%;
  right: -50%;
  bottom: 0;
  height: auto !important;
}
@media (max-width: 767px) {
  .mask-img-auto-300 img {
    max-width: 250px !important;
  }
}

.wh-auto {
  height: 0;
  padding-bottom: 56%;
  background-color: #333;
}
.wh-auto img {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  height: auto;
  max-height: 100%;
  width: auto;
  max-width: 100%;
  vertical-align: middle;
}

.art-img-ico {
  position: absolute;
  bottom: calc(50% - 28px);
  right: calc(50% - 28px);
  width: 56px;
  height: 56px;
  line-height: 56px;
  color: #fff;
  background-color: #c30;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  opacity: 0.7;
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  filter: "alpha(Opacity=70)";
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity = 70)";
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.art-img-ico i {
  width: 56px;
  vertical-align: middle;
}

:hover > .art-img-ico {
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  filter: "alpha(Opacity=100)";
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity = 100)";
}

.gallery {
  max-width: 60% !important;
}
@media (max-width: 998px) {
  .gallery {
    max-width: 100% !important;
  }
}

.menu-top {
  z-index: 2200000013;
}

.sticky-bar {
  z-index: 2200000012;
}

.sticky-bar.stk-mt.active {
  z-index: 2200000014;
}

body.menu-open .menu-top {
  z-index: 2200000025;
}

#wpadminbar {
  z-index: 2200000029;
}

.stk-space {
  min-height: 0;
}

.stk-space.active {
  min-height: 48px;
}

.sticky-bar.stk-mt.active {
  position: fixed;
  top: 64px;
  left: 0;
  right: 0;
  width: auto;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
}

.first-bar #burger-close {
  display: none;
}

#menu-top:target .first-bar #burger {
  display: none;
}
#menu-top:target .first-bar #burger-close {
  display: block;
}
#menu-top:target .second-bar #list-menu-open {
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
}
#menu-top:target .second-bar #bg-menu-open {
  display: block;
  -webkit-animation: fadeInFromNone 0.5s ease-out;
  -moz-animation: fadeInFromNone 0.5s ease-out;
  -o-animation: fadeInFromNone 0.5s ease-out;
  animation: fadeInFromNone 0.5s ease-out;
}

@-webkit-keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@-moz-keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@-o-keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
/* MENU TOP */
.menu-top {
  min-height: 64px;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
}
.menu-top > .row {
  display: flex;
  flex-wrap: wrap;
}
.menu-top .container {
  padding: 0 16px;
}
@media (max-width: 767px) {
  .menu-top .container {
    padding: 0;
  }
}
.menu-top .container,
.menu-top .first-bar,
.menu-top .second-bar {
  display: flex;
}
.menu-top .first-bar {
  position: relative;
  z-index: 10010;
  background: #fff;
  flex: 1 100%;
}
.menu-top .first-bar a {
  display: flex;
  position: relative;
  min-height: 64px;
  padding: 0 13px;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: rgba(0, 0, 0, 0.75);
  font-family: Arial, sans-serif;
  font-style: italic;
}
.menu-top .first-bar a div,
.menu-top .first-bar a img {
  margin: auto 0;
}
.menu-top .first-bar a.facebook, .menu-top .first-bar a.google-news, .menu-top .first-bar a.instagram, .menu-top .first-bar a.salone-del-mobile {
  padding: 0 6px;
}
.menu-top .first-bar a:hover,
.menu-top .first-bar a:focus,
.menu-top .first-bar a:active,
.menu-top .first-bar li.active a {
  color: white;
}
.menu-top .first-bar li a:hover:before,
.menu-top .first-bar li a:focus:before,
.menu-top .first-bar li a:active:before,
.menu-top .first-bar li.active a:before {
  content: "";
  position: absolute;
  top: auto;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  border-bottom-width: 4px;
  border-bottom-style: solid;
  border-bottom-color: #a32900;
}
.menu-top .first-bar #burger {
  display: none;
}
@media (max-width: 991px) {
  .menu-top .first-bar #burger {
    display: block;
    cursor: pointer;
  }
  .menu-top .first-bar #burger a {
    color: rgba(0, 0, 0, 0.75);
  }
  .menu-top .first-bar #burger a:hover {
    color: black;
  }
  .menu-top .first-bar #burger i {
    font-weight: 600;
  }
}
@media (max-width: 991px) {
  .menu-top .first-bar #burger-close a {
    color: rgba(0, 0, 0, 0.75);
  }
  .menu-top .first-bar #burger-close a:hover {
    color: black;
  }
  .menu-top .first-bar #burger-close i {
    font-weight: 600;
  }
}
.menu-top .first-bar .logo a {
  padding-left: 0;
}
.menu-top .first-bar .logo a picture {
  margin: auto 0;
}
.menu-top .first-bar .logo a img {
  max-height: 42px;
}
@media (max-width: 991px) {
  .menu-top .first-bar .logo a {
    padding-right: 0;
  }
}
.menu-top .first-bar .list-menu ul {
  justify-content: center;
}
@media (max-width: 991px) {
  .menu-top .first-bar .list-menu ul li a span {
    display: none;
  }
}
.menu-top .first-bar .list-menu ul a:hover,
.menu-top .first-bar .list-menu ul a:focus,
.menu-top .first-bar .list-menu ul a:active,
.menu-top .first-bar .list-menu ul li.active a {
  color: #a32900;
  background: white;
}
.menu-top .second-bar {
  position: relative;
  z-index: 10009;
  flex: 1 100%;
  background-image: -webkit-linear-gradient(to right, #c30 0%, #661a00 100%);
  background-image: -moz-linear-gradient(to right, #c30 0%, #661a00 100%);
  background-image: -ms-linear-gradient(to right, #c30 0%, #661a00 100%);
  background-image: -o-linear-gradient(to right, #c30 0%, #661a00 100%);
  background-image: linear-gradient(to right, #c30 0%, #661a00 100%);
  -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.3);
}
.menu-top .second-bar #list-menu-open .macro-menu {
  display: none;
}
@media (max-width: 991px) {
  .menu-top .second-bar #list-menu-open .macro-menu {
    display: flex;
    flex-direction: row;
    overflow-y: scroll;
  }
  .menu-top .second-bar #list-menu-open .macro-menu li {
    flex: 1;
    padding: 0;
  }
  .menu-top .second-bar #list-menu-open .macro-menu li a {
    display: flex;
    color: #fff;
    background: #333;
  }
  .menu-top .second-bar #list-menu-open .macro-menu li a div {
    margin: auto;
  }
  .menu-top .second-bar #list-menu-open .macro-menu li.active a {
    background: #fff;
    color: #333 !important;
  }
}
@media (min-width: 992px) {
  .menu-top .second-bar a {
    display: flex;
    position: relative;
    min-height: 48px;
    padding: 0 16px;
    line-height: 24px;
    text-align: center;
    color: #FFF;
    font-family: Arial, sans-serif;
    font-weight: 500;
    font-size: 14px;
  }
  .menu-top .second-bar a div,
.menu-top .second-bar a img {
    margin: auto 0;
  }
  .menu-top .second-bar li:hover a,
.menu-top .second-bar li:focus a,
.menu-top .second-bar li:active a {
    color: #fff;
    background: #c30;
  }
  .menu-top .second-bar .tendina-menu {
    display: none;
    z-index: 10008;
    position: absolute;
    padding: 0;
    background: #c30;
    -webkit-box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.2);
  }
  .menu-top .second-bar .tendina-menu a {
    padding: 0 16px;
    font-size: 14px;
    line-height: 32px;
    vertical-align: middle;
    color: #fff;
  }
  .menu-top .second-bar li:hover > .tendina-menu {
    display: block;
    overflow: hidden;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
}
@media (min-width: 992px) and (min-width: 1200px) and (max-width: 1359px) {
  .menu-top .second-bar li:last-child > .tendina-menu {
    right: 0;
  }
}
@media (max-width: 991px) {
  .menu-top .second-bar #bg-menu-open {
    display: none;
    position: fixed;
    top: 64px;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.55);
  }
  .menu-top .second-bar #list-menu-open {
    overflow-y: scroll;
    position: fixed;
    top: 64px;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: 420px;
    background: #333;
    color: #fff;
    -webkit-box-shadow: 0px 7px 6px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 7px 6px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 7px 6px 2px rgba(0, 0, 0, 0.2);
    -webkit-transform: translateX(-420px);
    -moz-transform: translateX(-420px);
    -ms-transform: translateX(-420px);
    transform: translateX(-420px);
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    transition: all 0.25s linear;
  }
  .menu-top .second-bar #list-menu-open a {
    color: #333;
    display: flex;
    text-align: left;
  }
  .menu-top .second-bar #list-menu-open a:active, .menu-top .second-bar #list-menu-open a:focus, .menu-top .second-bar #list-menu-open a:hover {
    color: #f8f6eb;
  }
  .menu-top .second-bar #list-menu-open a div {
    margin: auto 0;
  }
  .menu-top .second-bar #list-menu-open > ul {
    display: flex;
    flex-direction: column;
  }
  .menu-top .second-bar #list-menu-open > ul > li.active > a {
    background: #c30;
  }
  .menu-top .second-bar #list-menu-open > ul > li > a {
    padding: 0 16px;
    color: #fff;
    min-height: 56px;
    border-top: 1px solid #767676;
    border-bottom: 1px solid #222;
    font-family: Arial, sans-serif;
    font-weight: 600;
    font-size: 16px;
  }
  .menu-top .second-bar #list-menu-open > ul > li > a:hover, .menu-top .second-bar #list-menu-open > ul > li > a:focus, .menu-top .second-bar #list-menu-open > ul > li > a:active {
    background: #222;
  }
  .menu-top .second-bar #list-menu-open > ul > li:first-child a {
    border-top: none;
  }
  .menu-top .second-bar #list-menu-open > ul > li ul.tendina-menu {
    display: flex;
    flex-direction: column;
    background: #222;
    padding: 24px 16px 8px 16px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    -webkit-box-shadow: inset 0px 2px 8px 0px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: inset 0px 2px 8px 0px rgba(0, 0, 0, 0.8);
    box-shadow: inset 0px 2px 8px 0px rgba(0, 0, 0, 0.8);
  }
  .menu-top .second-bar #list-menu-open > ul > li ul.tendina-menu li.active > a div {
    background: #c30;
  }
  .menu-top .second-bar #list-menu-open > ul > li ul.tendina-menu li a {
    font-size: 14px;
    min-height: 40px;
    padding: 0 8px 0 0;
    font-size: 12px;
  }
  .menu-top .second-bar #list-menu-open > ul > li ul.tendina-menu li a div {
    background: #999;
    color: #fff;
    padding: 8px 16px;
    margin-bottom: 16px;
    border-radius: 20px;
    -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.8);
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.8);
  }
  .menu-top .second-bar #list-menu-open .art-social a {
    background: none;
  }
  .menu-top .second-bar #list-menu-open .art-social a:hover, .menu-top .second-bar #list-menu-open .art-social a:focus, .menu-top .second-bar #list-menu-open .art-social a:active {
    background: #222;
  }
  .menu-top .second-bar #list-menu-open .art-social .testo {
    font-size: 13px;
    margin: 16px 0 16px 0;
  }
  .menu-top .second-bar #list-menu-open .art-social ul.footer-meta a {
    border: 1px solid #4f4f4f;
  }
  .menu-top .second-bar #list-menu-open .art-social img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 991px) {
  .menu-top:after {
    content: "";
    height: 3px;
    width: 100%;
    display: flex;
    background-image: -webkit-linear-gradient(to right, #c30 0%, #661a00 100%);
    background-image: -moz-linear-gradient(to right, #c30 0%, #661a00 100%);
    background-image: -ms-linear-gradient(to right, #c30 0%, #661a00 100%);
    background-image: -o-linear-gradient(to right, #c30 0%, #661a00 100%);
    background-image: linear-gradient(to right, #c30 0%, #661a00 100%);
  }
}
@media (max-width: 400px) {
  .menu-top .first-bar .logo a img {
    max-height: 35px;
    max-width: 198px;
    width: auto;
  }
}

body.foto .menu-top .second-bar {
  background: #333;
}
body.foto .menu-top .second-bar a {
  color: #fff;
}
body.foto .menu-top .second-bar li a:hover,
body.foto .menu-top .second-bar li a:focus,
body.foto .menu-top .second-bar li a:active {
  color: #fff;
  background: #3e3e3e;
}
body.foto .menu-top .second-bar li.active a,
body.foto .menu-top .second-bar li.active a:hover,
body.foto .menu-top .second-bar li.active a:focus,
body.foto .menu-top .second-bar li.active a:active {
  color: #333 !important;
  background: #fff;
}
body.foto .menu-top .second-bar .tendina-menu {
  background: #333;
}
body.foto .menu-top .second-bar #list-menu-open {
  background: #333;
}
body.foto .menu-top .second-bar #list-menu-open a {
  color: #fff;
  background: #333;
}
body.foto .menu-top .second-bar #list-menu-open li a:hover,
body.foto .menu-top .second-bar #list-menu-open li a:focus,
body.foto .menu-top .second-bar #list-menu-open li a:active {
  color: #fff;
  background: #3e3e3e;
}
body.foto .menu-top .second-bar #list-menu-open li.active a,
body.foto .menu-top .second-bar #list-menu-open li.active a:hover,
body.foto .menu-top .second-bar #list-menu-open li.active a:focus,
body.foto .menu-top .second-bar #list-menu-open li.active a:active {
  color: #333;
  background: #fff;
}
body.foto .menu-top .second-bar #list-menu-open .macro-menu li a {
  color: #333;
  background: #fff;
}
body.foto .menu-top .second-bar #list-menu-open .macro-menu li.active a {
  background: #333;
  color: #fff !important;
}

body.ricette .menu-top .second-bar {
  background: #802000;
}
body.ricette .menu-top .second-bar a {
  color: #fff;
}
body.ricette .menu-top .second-bar li a:hover,
body.ricette .menu-top .second-bar li a:focus,
body.ricette .menu-top .second-bar li a:active {
  color: #fff;
  background: #3e3e3e;
}
body.ricette .menu-top .second-bar li.active a,
body.ricette .menu-top .second-bar li.active a:hover,
body.ricette .menu-top .second-bar li.active a:focus,
body.ricette .menu-top .second-bar li.active a:active {
  color: #802000 !important;
  background: #fff;
}
body.ricette .menu-top .second-bar .tendina-menu {
  background: #802000;
}
body.ricette .menu-top .second-bar #list-menu-open {
  background: #802000;
}
body.ricette .menu-top .second-bar #list-menu-open a {
  color: #fff;
  background: #802000;
}
body.ricette .menu-top .second-bar #list-menu-open li a:hover,
body.ricette .menu-top .second-bar #list-menu-open li a:focus,
body.ricette .menu-top .second-bar #list-menu-open li a:active {
  color: #fff;
  background: #b32d00;
}
body.ricette .menu-top .second-bar #list-menu-open li.active a,
body.ricette .menu-top .second-bar #list-menu-open li.active a:hover,
body.ricette .menu-top .second-bar #list-menu-open li.active a:focus,
body.ricette .menu-top .second-bar #list-menu-open li.active a:active {
  color: #802000;
  background: #fff;
}
body.ricette .menu-top .second-bar #list-menu-open .macro-menu li a {
  color: #802000;
  background: #fff;
}
body.ricette .menu-top .second-bar #list-menu-open .macro-menu li.active a {
  background: #802000;
  color: #fff !important;
}

.list-menu {
  flex: 1;
  overflow-x: auto;
}
.list-menu ul {
  display: flex;
}
.list-menu ul li a {
  text-transform: uppercase;
  display: flex;
  position: relative;
  min-height: 48px;
  padding: 0 16px;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #333;
}
.list-menu ul li a div,
.list-menu ul li a img {
  margin: auto 0;
}
.list-menu ul li a div {
  white-space: nowrap;
}
.list-menu ul li a:hover,
.list-menu ul li a:focus,
.list-menu ul li a:active {
  color: #c30;
}

@media (min-width: 992px) {
  .second-bar .list-menu ul li.active a,
.sticky-bar .list-menu ul li.active a {
    color: #fff !important;
    background: #c30;
  }
}
.sticky-bar {
  top: 64px;
  background: #fff;
  display: flex;
  flex: 0 0 100%;
}
.sticky-bar.tags a {
  position: relative;
  padding: 8px 16px;
  margin-left: 8px;
  white-space: nowrap;
  line-height: 32px;
  background: #888;
  color: #fff;
  font-weight: 300;
  text-transform: capitalize;
  border-radius: 32px;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.4);
  margin-bottom: 3px;
  margin-top: 3px;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.sticky-bar.tags a:hover, .sticky-bar.tags a:active, .sticky-bar.tags a:focus {
  transform: translate(0, -3px);
  background: #c30;
  color: #fff;
}
.sticky-bar.tags .list-menu ul li:first-child a {
  margin-left: 0 !important;
}

.btn-menu.search {
  position: relative;
  margin: auto;
}
.btn-menu.search form {
  display: none;
}
.btn-menu.search form.active {
  display: block;
  position: absolute;
  width: 217px;
  right: 53px;
  top: 6px;
}
.btn-menu.search button {
  display: flex;
  position: relative;
  padding: 13px 11px;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: rgba(0, 0, 0, 0.75);
  border: none;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.btn-menu.search button:active, .btn-menu.search button:focus, .btn-menu.search button:hover {
  color: black;
  outline: none;
}
.btn-menu.search button i {
  font-weight: 600;
}

.intext-search {
  display: flex;
}
.intext-search form {
  padding-left: 0;
}
.intext-search button {
  background-image: -webkit-linear-gradient(to right, #c30 0%, #661a00 100%);
  background-image: -moz-linear-gradient(to right, #c30 0%, #661a00 100%);
  background-image: -ms-linear-gradient(to right, #c30 0%, #661a00 100%);
  background-image: -o-linear-gradient(to right, #c30 0%, #661a00 100%);
  background-image: linear-gradient(to right, #c30 0%, #661a00 100%);
  color: rgba(255, 255, 255, 0.75);
  max-width: 68px;
}
.intext-search button:active, .intext-search button:focus, .intext-search button:hover {
  color: white;
  outline: none;
}

body {
  max-width: 1020px;
  margin-left: auto !important;
  margin-right: auto !important;
}

.adv-box.adv-sidebar-top {
  margin-top: 8px;
}

@media (max-width: 991px) {
  .evo-adv-skin-programmatic #optiload-skin {
    z-index: 2 !important;
  }
}
@media (min-width: 1000px) {
  body.evo-adv-skin,
body.evo-adv-skin-programmatic,
body#MM_mcJS_HTML5_LIQUID_SKIN_TheBody {
    width: 1020px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
body.evo-adv-skin .main .container .col,
body.evo-adv-skin-programmatic .main .container .col,
body#MM_mcJS_HTML5_LIQUID_SKIN_TheBody .main .container .col {
  max-width: 680px;
}

body.evo-adv-skin .sticky-bar,
body.evo-adv-skin-programmatic .sticky-bar,
body#MM_mcJS_HTML5_LIQUID_SKIN_TheBody .sticky-bar {
  background: transparent;
}

body.evo-adv-skin .main,
body.evo-adv-skin-programmatic .main,
body#MM_mcJS_HTML5_LIQUID_SKIN_TheBody .main {
  z-index: 100;
  position: relative;
  max-width: 1020px !important;
  margin-right: auto !important;
  margin-left: auto !important;
  box-shadow: 0px 2px 0 1px #ddd;
}

body.evo-adv-skin .main,
body.evo-adv-skin-programmatic .main,
body#MM_mcJS_HTML5_LIQUID_SKIN_TheBody .main,
body.evo-adv-skin #menu-top + .container-fluid,
body.evo-adv-skin-programmatic #menu-top + .container-fluid,
body#MM_mcJS_HTML5_LIQUID_SKIN_TheBod #menu-top + .container-fluid {
  background: #fff;
}

body#MM_mcJS_HTML5_LIQUID_SKIN_TheBody .sito-footer {
  max-width: 100% !important;
}

body#MM_mcJS_HTML5_LIQUID_SKIN_TheBody.page-chisiamo .container-fluid,
body#MM_mcJS_HTML5_LIQUID_SKIN_TheBody.page-chisiamo .container,
body#MM_mcJS_HTML5_LIQUID_SKIN_TheBody.page-chisiamo .art.col,
body.evo-adv-skin.page-chisiamo .container-fluid,
body.evo-adv-skin.page-chisiamo .container,
body.evo-adv-skin.page-chisiamo .art.col,
body.evo-adv-skin-programmatic.page-chisiamo .container-fluid,
body.evo-adv-skin-programmatic.page-chisiamo .container,
body.evo-adv-skin-programmatic.page-chisiamo .art.col {
  max-width: 100% !important;
}

#menu-top + .container-fluid {
  border-radius: 12px;
}

.gptslot > div > div {
  max-width: 100%;
}

.adv-box {
  width: 100%;
  text-align: center;
}
.adv-box > div,
.adv-box > ins {
  width: 100%;
  margin: auto;
}

.gptslot {
  text-align: center;
  display: block;
}

div[id*=gpt-slot-] {
  text-align: center;
}

#floor-ad-wrapper {
  z-index: 2147483648 !important;
}

.adv-video.adv-video-1 {
  display: flex;
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}
.adv-video.adv-video-1 .adv-video-tasti {
  padding-left: 4px;
  display: flex;
}
.adv-video.adv-video-1 .adv-video-tasti a {
  display: flex;
  margin: auto;
}
.adv-video.adv-video-1 .adv-video-tasti a picture {
  margin: auto;
}
.adv-video.adv-video-1 .adv-video-tasti a .art-img-ico {
  display: none;
}
.adv-video.adv-video-1 > div > .brid {
  z-index: 9000 !important;
}
@media (min-width: 1200px) {
  .adv-video.adv-video-1 .brid.brid-default-skin {
    max-width: 384px;
    max-height: 202px;
  }
}
@media (max-width: 979px) {
  .adv-video.adv-video-1 {
    display: block;
    min-height: 0 !important;
  }
  .adv-video.adv-video-1 .adv-video-tasti {
    padding-left: 0;
  }
}

.evo-articolo-spons-text .carousel img {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  #articolo-scrollevo .sidebar340 {
    display: none;
  }
}
.main, .container-fluid {
  position: relative;
  z-index: 1;
}

h2, .h2 {
  position: relative;
}

.carousel-home {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0;
}
.carousel-home .carousel-inner {
  z-index: 1;
  border-radius: 10px;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.4);
}
.carousel-home .carousel-inner .carousel-item img {
  top: 39%;
}
.carousel-home .carousel-inner .carousel-item .gr-l-b {
  background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.4) 43%, transparent 88%);
  background: -o-linear-gradient(0deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.4) 43%, transparent 88%);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.4) 43%, transparent 88%);
}
.carousel-home .carousel-caption {
  right: 20%;
  left: 20%;
}
.carousel-home .carousel-caption .categoria {
  display: inline-block;
  padding: 4px 16px;
  color: #fff;
  background: #c30;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
}
.carousel-home .carousel-indicators li {
  background-color: #c30;
}
@media (max-width: 991px) {
  .carousel-home {
    padding: 8px 4px 4px 4px;
  }
  .carousel-home .carousel-control-prev,
.carousel-home .carousel-control-next {
    z-index: 2;
    top: 40%;
    bottom: 40%;
    background: #f3f3f3;
    width: 8%;
    opacity: 0.9;
    color: #c30;
  }
  .carousel-home .carousel-control-prev {
    border-radius: 0 70px 70px 0;
    left: 4px;
  }
  .carousel-home .carousel-control-next {
    border-radius: 70px 0 0 70px;
    right: 4px;
  }
}
@media (max-width: 767px) {
  .carousel-home .carousel-caption {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    color: #333;
    padding: 15px 30px;
    min-height: 206px;
  }
  .carousel-home .carousel-indicators {
    position: relative;
  }
}
@media (max-width: 575px) {
  .carousel-home .carousel-inner .carousel-item .h35 {
    padding-bottom: 70%;
  }
  .carousel-home .carousel-inner .carousel-item img {
    top: 0%;
    width: 125%;
  }
}

.carousel-art .carousel-inner .carousel-item .row {
  margin: 5px 0;
}
.carousel-art .carousel-inner .carousel-item a {
  padding: 2px;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.carousel-art .carousel-inner .carousel-item a [class*=mask-img-] {
  border-radius: 10px;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.4);
}
.carousel-art .carousel-inner .carousel-item a:hover {
  transform: translate(0, -3px);
}
.carousel-art .carousel-control-prev,
.carousel-art .carousel-control-next {
  display: flex;
  top: 20%;
  bottom: 20%;
  background: #c30;
  width: 10%;
  opacity: 0.6;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.4);
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.carousel-art .carousel-control-prev {
  border-bottom-right-radius: 50px;
  border-top-right-radius: 50px;
}
.carousel-art .carousel-control-next {
  border-bottom-left-radius: 50px;
  border-top-left-radius: 50px;
}
.carousel-art:hover .carousel-control-prev, .carousel-art:hover .carousel-control-next {
  opacity: 1;
}
.carousel-art .carousel-control-prev:hover,
.carousel-art .carousel-control-next:hover {
  transform: translate(0, -3px);
}

.carousel-big .carousel-control-prev,
.carousel-big .carousel-control-next {
  max-height: 86px;
  margin: auto;
}

@media (max-width: 767px) {
  .carousel-big {
    margin-left: -16px;
    margin-right: -16px;
  }
}
#box-related-centro {
  height: 56%;
  display: flex;
}
#box-related-centro ul {
  margin: auto;
  flex-direction: column;
  padding: 16px;
}
#box-related-centro ul li {
  flex-direction: row;
  display: flex;
  margin-bottom: 16px;
}
#box-related-centro ul li .numero {
  margin-right: 16px;
  color: #c30;
}
#box-related-centro ul li .titolo a {
  color: #c30;
}

body.page-gallery .art-social.gallery-btn a {
  max-width: 40px;
}

/* BREADCRUMB */
.breadcrumb {
  margin-bottom: 1.15rem;
}
.breadcrumb i {
  font-size: 16px;
}
.breadcrumb a {
  color: #c30;
  font-weight: 500;
}
.breadcrumb a:hover {
  text-decoration: underline;
}
@media (max-width: 991px) {
  .breadcrumb {
    margin-bottom: 0;
  }
}

/* ARTICOLO SINGLE */
.art > .titolo {
  margin-bottom: 0.25rem;
}
.art ol {
  font-size: 18px;
  padding-left: 18px;
}
.art ol li {
  text-align: left;
  padding-bottom: 10px;
  list-style-type: decimal;
}
@media (max-width: 991px) {
  .art > .titolo {
    margin-bottom: 0.45rem;
  }
  .art > .titolo.titolo-big {
    font-size: 4rem;
  }
  .art > .titolo.titolo-small {
    font-size: 2.6rem;
    line-height: 54px;
  }
}

.art-desc {
  font-family: "Poppins", sans-serif;
}
.art-desc .sottotitolo {
  display: block;
  font-size: 1.35rem;
  margin-bottom: 1.15rem;
}
.art-desc p a,
.art-desc > ul li a,
.art-desc > ol li a,
.art-desc > a {
  font-size: 1.15rem;
  font-weight: 500;
  color: #c30 !important;
}
.art-desc p a:hover,
.art-desc > ul li a:hover,
.art-desc > ol li a:hover,
.art-desc > a:hover {
  text-decoration: underline !important;
}
.art-desc img {
  width: 100%;
  height: auto;
  max-width: 100%;
}
.art-desc ul {
  padding-left: 20px;
  line-height: 32px;
  margin-bottom: 1.15rem;
}
.art-desc ul li {
  font-size: 1.1rem;
  list-style-type: disc;
  margin-bottom: 16px;
}
.art-desc .art-img {
  position: relative;
  display: block;
}
.art-desc table {
  overflow-y: scroll;
  display: block;
  border: 1px solid #ccc;
  padding: 8px 0;
  background: #eee;
}
.art-desc table th, .art-desc table td {
  padding: 8px;
  flex-wrap: nowrap;
  justify-content: center;
  white-space: nowrap;
}
.art-desc table tbody > tr:nth-child(2n) {
  background: #fff;
}

#toc_container,
.art-legend {
  display: block;
  background: #fbfbfb;
  border: 1px solid #c30;
  padding: 24px 32px 16px 32px;
  border-radius: 8px;
  margin-bottom: 1.45rem;
}
#toc_container.light,
.art-legend.light {
  background: #fff;
  border: none;
  padding: 0;
}
#toc_container .titolo,
.art-legend .titolo {
  margin-bottom: 1rem;
}
#toc_container a,
.art-legend a {
  display: block;
  line-height: 22px;
  padding-left: 16px;
  padding-bottom: 12px;
  color: #333;
}
#toc_container a:hover,
.art-legend a:hover {
  text-decoration: underline;
}
#toc_container ul,
.art-legend ul {
  font-weight: 500;
  padding: 0px;
  margin-bottom: 0;
}
#toc_container ul li,
.art-legend ul li {
  list-style-type: none;
}
#toc_container ul li:before,
.art-legend ul li:before {
  position: absolute;
  content: "\f054";
  font-family: "atn-icons";
  margin-right: 10px;
  line-height: 22px;
  font-size: 12px;
  vertical-align: middle;
  color: #5a5a5a;
}
#toc_container ul ul,
.art-legend ul ul {
  padding-left: 16px;
  font-weight: 300;
}
#toc_container ul ul li:before,
.art-legend ul ul li:before {
  position: absolute;
  font-size: 10px;
}
@media (max-width: 991px) {
  #toc_container,
.art-legend {
    padding: 18px 8px 0;
  }
  #toc_container a,
.art-legend a {
    padding-bottom: 0;
    font-size: 15px;
  }
  #toc_container ul li,
.art-legend ul li {
    margin-bottom: 10px;
  }
}

#toc_container ul li:before,
#toc_container a, .art-legend a {
  color: #c30;
}

.art-legend a {
  font-size: 22px;
  font-weight: 300;
  line-height: 28px;
  padding-bottom: 0;
}
.art-legend ul li {
  margin-bottom: 16px;
}
.art-legend ul li:before {
  line-height: 33px;
}
.art-legend.al-small {
  position: relative;
  padding: 8px;
  text-align: center;
  margin-top: 24px;
  margin-bottom: 18px;
}
.art-legend.al-small span:first-child {
  position: absolute;
  top: -17px;
  left: 8px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  color: #c30;
}
.art-legend.al-small a {
  padding: 0;
}

.art-autore {
  display: flex;
}
.art-autore .titolo {
  margin: 0;
  font-size: 18px;
}
.art-autore .titolo a {
  color: #c30;
}
.art-autore .titolo a:hover {
  text-decoration: underline;
}
.art-autore .foto {
  margin-bottom: 0.8rem;
  margin-right: 1.15rem;
}
.art-autore .foto > div {
  border-radius: 50%;
  width: 64px;
  height: 64px;
}
.art-autore .foto > div img {
  width: 120%;
  height: auto;
  margin-bottom: 0;
}
.art-autore .link .badge {
  background: #c30;
  color: #fff;
}
.art-autore .link .badge:hover {
  background: #992600;
}
.art-autore ul {
  padding-left: 16px;
  line-height: 32px;
  margin-bottom: 0.5rem;
}
.art-autore ul li {
  font-size: 16px;
  line-height: 20px;
  padding-top: 7px;
  margin-top: 0;
  list-style-type: disc;
}
.art-autore.top .titolo {
  font-size: 16px;
}
.art-autore.top .foto > div {
  width: 36px;
  height: 36px;
}
.art-autore.top ul {
  padding-left: 0;
}
.art-autore.top ul li {
  font-size: 14px;
  padding-top: 0;
  list-style-type: none;
}
.art-autore.verticale {
  flex: 1;
  flex-direction: column;
}
.art-autore.verticale .foto {
  margin-left: auto;
  margin-right: auto;
}
.art-autore.verticale .foto > div {
  width: 200px;
  height: 200px;
  padding-bottom: 0;
}
.art-autore.verticale ul {
  display: inline-block;
  padding-left: 16px;
  line-height: 32px;
  margin-bottom: 1.15rem;
}
.art-autore.verticale ul li {
  font-size: 1.1rem;
}
@media (max-width: 575px) {
  .art-autore .foto {
    margin: 0 4px 0 0;
  }
  .art-autore.verticale .foto {
    display: block;
  }
  .art-autore .titolo {
    font-size: 16px !important;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
    line-height: 16px !important;
  }
  .art-autore ul {
    display: inline-block;
    padding-left: 0;
  }
  .art-autore ul li {
    margin-left: 0;
    font-size: 13px;
    line-height: 14px;
    margin-top: 0px;
    margin-bottom: 4px;
  }
  .art-autore.verticale ul li {
    line-height: 21px;
  }
}

body.page-autore .art-autore ul li {
  list-style-type: none;
}

.art-social a {
  color: #fff;
  background: #c30;
  text-align: center;
  padding: 16px 0;
}
.art-social.gallery-btn {
  justify-content: space-around;
}
.art-social.gallery-btn .titolo {
  font-size: 26px;
}
.art-social.gallery-btn a {
  color: #c30;
  background: #fff;
  display: flex;
}
.art-social.gallery-btn a span {
  display: none;
}
.art-social.gallery-btn a i {
  color: #c30;
  font-weight: 600;
  font-size: 30px;
  margin: auto;
}
.art-social .google-news {
  background: #999;
}
.art-social .google-news:hover {
  background: gray;
}
.art-social .facebook {
  background: #3b5998;
}
.art-social .facebook:hover {
  background: #2d4373;
}
.art-social .twitter {
  background: #00aced;
}
.art-social .twitter:hover {
  background: #0087ba;
}
.art-social .pinterest {
  background: #cb2027;
}
.art-social .pinterest:hover {
  background: #9f191f;
}
.art-social ul.footer-meta {
  justify-content: space-around;
  padding-top: 8px;
}
.art-social ul.footer-meta li a {
  padding-left: 12px !important;
  padding-right: 12px !important;
}
@media (max-width: 767px) {
  .art-social {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 !important;
    z-index: 107;
  }
  .art-social.relative {
    position: relative;
  }
  .art-social a {
    padding: 12px 0;
  }
  .art-social a span {
    display: none;
  }
  .art-social.gallery-btn .titolo {
    font-size: 20px;
  }
  .art-social.gallery-btn a {
    max-width: 30px;
  }
  .art-social.gallery-btn a i {
    font-size: 23px;
  }
}

#list-menu-open .art-social {
  display: none;
}

@media (max-width: 991px) {
  #list-menu-open .art-social {
    display: flex;
  }
  #list-menu-open .art-social a {
    display: block !important;
    color: #fff !important;
    text-align: center !important;
    padding: 12px 0;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  #list-menu-open .art-social {
    position: relative;
  }
}
.art-card {
  padding: 0 24px;
  background: #eee;
  border: 1px solid #ddd;
}

/* ART COMMENT */
.art-commenti {
  display: none;
}
.art-commenti.aperto {
  display: block;
}
.art-commenti .form-check {
  padding-left: 1.25rem;
}
.art-commenti li.comment.even {
  padding-bottom: 24px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 24px;
}
.art-commenti li.comment.depth-2 {
  padding-left: 24px;
}
.art-commenti li.comment.depth-3 {
  padding-left: 48px;
}
.art-commenti .comment-author .fn {
  font-weight: 600;
}
.art-commenti .comment-author img {
  float: left;
  height: 54px;
  width: 54px;
  margin-right: 16px;
  margin-bottom: 16px;
}

/* CAT DESCRIZIONE */
.cat-descrizione ul {
  padding-left: 24px;
}
.cat-descrizione ul li {
  text-align: left;
  list-style-type: disc;
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 30px;
  text-align: justify;
  font-family: "Poppins", sans-serif;
}
.cat-descrizione img {
  width: 100%;
  height: auto;
}

/* RATINGS RICETTE */
.star-ratings-css {
  unicode-bidi: bidi-override;
  color: #c5c5c5;
  font-size: 25px;
  line-height: 25px;
  height: 25px;
  width: 125px;
  margin: 0 auto;
  position: relative;
  text-shadow: 0 1px 0 #a2a2a2;
}

.star-ratings-css::before {
  content: "★★★★★";
  opacity: 0.3;
}

.star-ratings-css.s0::after {
  width: 0%;
}

.star-ratings-css.s1::after {
  width: 20%;
}

.star-ratings-css.s2::after {
  width: 40%;
}

.star-ratings-css.s3::after {
  width: 60%;
}

.star-ratings-css.s4::after {
  width: 80%;
}

.star-ratings-css::after {
  color: gold;
  content: "★★★★★";
  text-shadow: 0 1px 0 #ab5414;
  position: absolute;
  z-index: 1;
  display: block;
  left: 0;
  top: 0;
  width: attr(rating);
  overflow: hidden;
}

/* META */
.meta {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
}
.meta .autore,
.meta .data {
  display: inline-block;
}
.meta .autore {
  font-size: 14px;
}
.meta .autore a {
  font-size: 1rem;
  font-weight: 500;
  color: #c30;
}
.meta .autore a:hover {
  text-decoration: underline;
}
.meta .data {
  font-size: 14px;
}
.meta .badge {
  background: #c30;
  color: #fff;
}
.meta .badge:hover {
  background: #992600;
}

@media (max-width: 768px) {
  .meta-revisore {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .meta-revisore > div:nth-child(1), .meta-revisore > div:nth-child(2) {
    max-width: 50%;
    border: 0;
    margin: 0;
  }
  .meta-revisore .art-autore .foto {
    display: none;
  }
}
/* ART DATA (RICETTA e altri META) */
.art-data .titolo {
  color: #992600;
  margin-bottom: 1rem;
}
.art-data ul {
  margin-bottom: 0;
  padding: 0;
}
.art-data ul li {
  list-style-type: none;
  margin-bottom: 24px;
}
.art-data ul li div {
  color: #992600;
  text-align: center;
  line-height: 1.4rem;
}
.art-data ul li div span,
.art-data ul li div div {
  font-size: 1.25rem;
  font-weight: 600;
  color: #333;
  line-height: 1.4rem;
}
.art-data ul.tipo2 {
  margin-left: 24px;
}
.art-data ul.tipo2 li {
  padding-left: 8px;
  list-style-type: disc;
}
.art-data ul.tipo2 li div {
  color: #333;
  text-align: left;
}

.articolo-home p {
  font-size: 16px;
  line-height: 26px;
}
.articolo-home .immagine a.foto,
.articolo-home a.testo {
  position: relative;
  display: block;
  overflow: visible;
}
.articolo-home .immagine a.foto {
  overflow: hidden;
  border-radius: 10px;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.4);
}
.articolo-home .immagine a.foto.foto-circle {
  border-radius: 50%;
}
.articolo-home .titolo {
  margin-top: 16px;
  border-left: 4px solid #c30;
  padding-left: 8px;
}
.articolo-home .descrizione {
  margin-bottom: 32px;
}
.articolo-home .immagine {
  position: relative;
}
.articolo-home .immagine .categoria {
  position: absolute;
  padding: 4px 16px;
  color: #fff;
  background: #c30;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  bottom: -6px;
  left: -6px;
  border-radius: 16px;
  -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.4);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.4);
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  display: table;
}
.articolo-home .immagine .categoria:after {
  content: "\f0db";
  font-family: "atn-icons";
  font-size: 29px;
  line-height: 29px;
  text-align: center;
  margin-left: 0px;
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -17px;
  color: #c30;
}
.articolo-home .immagine .icona {
  position: absolute;
  top: 0;
  right: 0;
  padding: 4px 8px;
}
.articolo-home .immagine .icona i {
  color: #fff;
}
.articolo-home .immagine .icona i:hover {
  content: "/f005";
  font-family: "atn-icons";
}
.articolo-home .immagine .autore {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  padding: 8px;
}
.articolo-home .immagine .autore:hover {
  text-decoration: underline;
}
.articolo-home .immagine .autore i {
  font-size: 13px;
  line-height: 13px;
  min-width: 13px;
  font-weight: 500;
}
.articolo-home .testo .categoria {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
}
.articolo-home .testo .autore {
  display: block;
  color: #333;
  font-size: 13px;
  font-weight: 500;
  padding: 8px 0;
}
.articolo-home .testo .autore:hover {
  text-decoration: underline;
}
.articolo-home .testo .autore i {
  font-size: 13px;
  line-height: 13px;
  min-width: 13px;
  font-weight: 500;
}
.articolo-home:hover .immagine .categoria {
  transform: translate(0, -3px);
}
.articolo-home:hover .titolo {
  color: #c30;
}
.articolo-home:hover .descrizione {
  color: #333;
}
.articolo-home:hover .testo .categoria {
  color: #333;
}
.articolo-home.orizzontale .immagine {
  margin-bottom: 30px;
}
.articolo-home.orizzontale .testo .descrizione {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .articolo-home.orizzontale .immagine {
    margin-bottom: 16px;
  }
}
.articolo-home.autore > div {
  background: #f0f0f0;
  padding: 16px 24px 16px 24px;
  display: flex;
  flex-direction: row;
}
.articolo-home.autore > div .immagine a.foto {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.articolo-home.autore > div .immagine a.foto > div {
  border-radius: 50%;
}
@media (max-width: 991px) {
  .articolo-home.autore > div {
    display: block;
  }
  .articolo-home.autore > div .immagine a.foto {
    max-width: 40%;
    margin: auto;
  }
}
@media (min-width: 992px) {
  .articolo-home.orizzontale.mini {
    display: flex;
    flex-direction: row;
  }
  .articolo-home.orizzontale.mini .immagine {
    flex: 0 0 30%;
    width: 30%;
  }
  .articolo-home.orizzontale.mini .immagine .autore {
    position: relative;
    float: left;
    color: #333;
  }
  .articolo-home.orizzontale.mini .testo {
    flex-direction: column;
    flex: 0 0 70%;
    width: 70%;
    padding-left: 16px;
  }
  .articolo-home.orizzontale.mini .testo .titolo {
    margin-top: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .articolo-home.orizzontale.full .immagine .icona {
    position: relative;
    float: right;
    padding-right: 0;
  }
  .articolo-home.orizzontale.full .immagine .icona i {
    color: #333;
  }
  .articolo-home.orizzontale.full .immagine .autore {
    position: relative;
    float: left;
    padding-left: 0;
    color: #333;
  }
}
@media (min-width: 768px) {
  .articolo-home.orizzontale.full {
    display: flex;
    flex-direction: row;
  }
  .articolo-home.orizzontale.full .immagine {
    flex: 0 0 30%;
    width: 30%;
  }
  .articolo-home.orizzontale.full .immagine .categoria {
    position: absolute;
    top: -6px;
    left: -6px;
    bottom: auto;
    padding: 4px 16px;
    color: #fff;
    background: #c30;
  }
  .articolo-home.orizzontale.full .immagine .categoria:after {
    display: none;
  }
  .articolo-home.orizzontale.full .immagine .icona {
    bottom: 0;
    top: auto;
  }
  .articolo-home.orizzontale.full .immagine .autore {
    top: auto;
    bottom: 0;
  }
  .articolo-home.orizzontale.full .testo {
    flex-direction: column;
    flex: 0 0 70%;
    width: 70%;
    padding-left: 16px;
  }
  .articolo-home.orizzontale.full .testo .titolo {
    margin-top: 0;
  }
}
@media (max-width: 991px) {
  .articolo-home {
    margin-bottom: 18px !important;
  }
}

body.home .articolo-home p {
  font-size: 15px;
  line-height: 24px;
}

/* PAGINATION */
nav.paginazione span,
nav.paginazione a {
  display: inline-block;
  min-width: 42px;
  min-height: 42px;
  line-height: 42px;
  background: #6c757d;
  color: #fff;
  text-align: center;
  border: 1px solid #fff;
}
nav.paginazione span:hover,
nav.paginazione a:hover {
  background: #c30;
  color: #fff;
  border: 1px solid #fff;
}
nav.paginazione span:link, nav.paginazione span:visited, nav.paginazione span:active,
nav.paginazione a:link,
nav.paginazione a:visited,
nav.paginazione a:active {
  text-shadow: none;
  box-shadow: none;
  border: 1px solid #fff;
}
nav.paginazione span.current,
nav.paginazione a.current {
  background: #c30;
  color: #fff;
}

/* SIDEBAR */
.sidebar340 {
  max-width: 340px;
}
@media (max-width: 1599px) {
  .sidebar340 {
    max-width: 332px;
  }
}
@media (max-width: 1199px) {
  .sidebar340 {
    max-width: 100%;
    margin-top: 20px;
  }
}

.sidebar200 {
  max-width: 200px;
}
@media (max-width: 1599px) {
  .sidebar200 {
    display: none;
  }
}

.sidebar4 {
  max-width: 40%;
}
@media (max-width: 1599px) {
  .sidebar4 {
    max-width: 33%;
  }
}
@media (max-width: 998px) {
  .sidebar4 {
    max-width: 100%;
    margin-top: 20px;
  }
}

/* STICKY */
.sticky-wrapper {
  align-items: center;
  align-self: flex-start;
  display: flex;
  margin: 0 0 24px 0;
  width: 100%;
  justify-content: center;
  top: 7rem;
}
@media screen and (min-width: 1200px) {
  .sticky-wrapper {
    position: sticky;
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
  }
}

/* FOOTER */
footer.sito-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
  font-size: 12px;
  line-height: 48px;
  text-transform: uppercase;
  padding-bottom: 116px;
  color: #fff;
  background-image: -webkit-linear-gradient(to right, #c30 0%, #661a00 100%);
  background-image: -moz-linear-gradient(to right, #c30 0%, #661a00 100%);
  background-image: -ms-linear-gradient(to right, #c30 0%, #661a00 100%);
  background-image: -o-linear-gradient(to right, #c30 0%, #661a00 100%);
  background-image: linear-gradient(to right, #c30 0%, #661a00 100%);
  -webkit-box-shadow: 0px 0px 8px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 8px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 8px 3px rgba(0, 0, 0, 0.3);
}
footer.sito-footer .container {
  background: none !important;
}
footer.sito-footer > div {
  flex-direction: row;
  display: flex;
  flex: 1 1 100%;
  justify-content: center;
}
footer.sito-footer > div:nth-child(3) {
  text-transform: none;
}
footer.sito-footer span,
footer.sito-footer a {
  padding: 0 16px;
  color: #fff;
}
footer.sito-footer span:hover, footer.sito-footer span:focus, footer.sito-footer span:active,
footer.sito-footer a:hover,
footer.sito-footer a:focus,
footer.sito-footer a:active {
  text-decoration: underline;
}
footer.sito-footer .footer-top {
  display: flex;
  flex-direction: column;
}
footer.sito-footer .footer-top > div {
  justify-content: center;
  display: flex;
}
footer.sito-footer .footer-top .logo img {
  height: 48px;
}
footer.sito-footer .footer-center {
  text-align: center;
  border-top: 1px solid #ffffff30;
  padding-top: 16px;
  border-bottom: 1px solid #ffffff30;
  padding-bottom: 16px;
}
@media (max-width: 575px) {
  footer.sito-footer .footer-top {
    font-weight: 800px;
  }
  footer.sito-footer .footer-center {
    font-weight: 400;
    line-height: 16px;
  }
  footer.sito-footer .footer-bottom {
    flex-direction: column;
    font-weight: 700px;
  }
}

@media (max-width: 575px) {
  footer.sito-footer {
    text-align: center;
  }
}
/* COMPONENTS */
/* RICETTA */
.widget-main-ricetta {
  overflow: hidden;
  position: relative;
  margin-bottom: 18px;
}
.widget-main-ricetta a.foto-anteprima {
  margin: 0 -18px 16px -18px;
  display: block;
}
.widget-main-ricetta a.foto-anteprima img {
  width: 100%;
  height: auto;
}
.widget-main-ricetta .titolo {
  font-family: "Lobster", cursive;
  color: #8B0000;
}
.widget-main-ricetta .sottotitolo {
  font-family: "Lobster", cursive;
  color: #CA5B0C;
  text-align: center;
}
.widget-main-ricetta .sottotitolo span {
  color: #8B0000;
  font-size: 25px;
  display: block;
  padding-top: 5px;
}
.widget-main-ricetta .divisore {
  border-top: 1px dashed #ca5b0c;
  display: inline-block;
  width: 100%;
  margin-bottom: 8px;
}
.widget-main-ricetta .ingredienti {
  padding-left: 36px;
}
.widget-main-ricetta .ingredienti li {
  font-family: "Lobster Two", cursive;
  list-style: disc;
  padding: 0 27px 15px 0;
}
.widget-main-ricetta .informazioni-nutrizionali li {
  font-family: "Lobster Two", cursive;
}
.widget-main-ricetta .ingredienti .testo,
.widget-main-ricetta .informazioni-nutrizionali .testo {
  padding: 4px 10px;
}
.widget-main-ricetta .ingredienti li span:nth-child(2),
.widget-main-ricetta .informazioni-nutrizionali li span:nth-child(2) {
  font-size: 23px;
  padding-left: 5px;
  font-weight: bold;
}
@media (max-width: 575px) {
  .widget-main-ricetta .sottotitolo {
    width: 100%;
    margin-bottom: 30px;
    font-size: 20px;
  }
  .widget-main-ricetta .sottotitolo span {
    font-size: 35px;
  }
  .widget-main-ricetta .ingredienti .testo,
.widget-main-ricetta .informazioni-nutrizionali .testo {
    font-size: 23px;
  }
  .widget-main-ricetta .ingredienti li {
    width: 100%;
    padding-right: 0;
  }
  .widget-main-ricetta .informazioni-nutrizionali li {
    width: 100%;
    padding-bottom: 15px;
    margin-right: 0;
  }
}

/* WIDGET RICETTA HOMEPAGE */
.home-ricette {
  display: flex;
  flex-direction: column;
}
.home-ricette .col-sm {
  padding: 0;
}
.home-ricette .col-sm a {
  display: block;
  text-align: center;
  padding-bottom: 0px;
  padding-top: 20px;
  overflow: hidden;
  border-radius: 16px;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.home-ricette .col-sm a:hover, .home-ricette .col-sm a:active, .home-ricette .col-sm a:focus {
  background: #c30;
  transform: translate(0, -3px);
}
.home-ricette .col-sm a:hover .titolo, .home-ricette .col-sm a:active .titolo, .home-ricette .col-sm a:focus .titolo {
  color: #fff;
}
.home-ricette .col-sm a .maschera-immagine {
  border-radius: 50%;
  margin-top: 15px;
  margin-bottom: 10px;
  width: 140px;
  height: 140px;
  display: inline-block;
  border: 3px solid #c30;
  overflow: hidden;
  position: relative;
}
.home-ricette .col-sm a .maschera-immagine img {
  max-width: 150%;
  position: absolute;
  margin: auto;
  min-height: 100%;
  width: 130%;
  top: 0;
  left: -50%;
  right: -50%;
  bottom: 0;
  height: auto;
}
.home-ricette .col-sm a .maschera-immagine,
.home-ricette .col-sm a .titolo {
  text-align: center;
  padding-bottom: 24px;
  padding-top: 0;
  color: #333;
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 15px;
}
.home-ricette .col-sm a .maschera-immagine em,
.home-ricette .col-sm a .titolo em {
  display: block;
  font-weight: 400;
}
.home-ricette .badge {
  padding: 12px 22px;
}
@media (max-width: 767px) {
  .home-ricette .col-sm {
    flex: 1 50%;
  }
}

/* RATINGS RICETTE */
.star-ratings-css {
  unicode-bidi: bidi-override;
  color: #c5c5c5;
  font-size: 25px;
  height: 25px;
  width: 125px;
  position: relative;
  text-shadow: 0 1px 0 #a2a2a2;
}

.star-ratings-css::before {
  content: "★★★★★";
  opacity: 0.3;
}

.star-ratings-css.star-ratings-0::after {
  width: 0%;
}

.star-ratings-css.star-ratings-1::after {
  width: 20%;
}

.star-ratings-css.star-ratings-2::after {
  width: 40%;
}

.star-ratings-css.star-ratings-3::after {
  width: 60%;
}

.star-ratings-css.star-ratings-4::after {
  width: 80%;
}

.star-ratings-css::after {
  color: gold;
  content: "★★★★★";
  text-shadow: 0 1px 0 #ab5414;
  position: absolute;
  z-index: 1;
  display: block;
  left: 0;
  top: 0;
  width: attr(rating);
  overflow: hidden;
}

@media (min-width: 1200px) {
  .art.col {
    max-width: 680px;
  }
}
body {
  background: #fff;
}

.menu-top .second-bar {
  background: #333;
}

.img-articolo img {
  background-size: cover;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http%3A//www.w3.org/2000/svg' xmlns%3Axlink='http%3A//www.w3.org/1999/xlink' viewBox='0 0 1280 853'%3E%3Cfilter id='b' color-interpolation-filters='sRGB'%3E%3CfeGaussianBlur stdDeviation='.5'%3E%3C/feGaussianBlur%3E%3CfeComponentTransfer%3E%3CfeFuncA type='discrete' tableValues='1 1'%3E%3C/feFuncA%3E%3C/feComponentTransfer%3E%3C/filter%3E%3Cimage filter='url(%23b)' x='0' y='0' height='100%25' width='100%25' xlink%3Ahref='data%3Aimage/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAGCAIAAACepSOSAAAACXBIWXMAAC4jAAAuIwF4pT92AAAAs0lEQVQI1wGoAFf/AImSoJSer5yjs52ktp2luJuluKOpuJefsoCNowB+kKaOm66grL+krsCnsMGrt8m1u8mzt8OVoLIAhJqzjZ2tnLLLnLHJp7fNmpyjqbPCqLrRjqO7AIeUn5ultaWtt56msaSnroZyY4mBgLq7wY6TmwCRfk2Pf1uzm2WulV+xmV6rmGyQfFm3nWSBcEIAfm46jX1FkH5Djn5AmodGo49MopBLlIRBfG8yj/dfjF5frTUAAAAASUVORK5CYII='%3E%3C/image%3E%3C/svg%3E");
}

.art-desc .art-img noscript,
.art-desc .art-img source {
  width: 100%;
  height: auto;
}

#floor-ad-wrapper {
  z-index: 2147483648 !important;
}

.art.evo-articolo-spons .adv-box.adv-video-1,
.art.evo-articolo-spons .adv-box.adv-video-1,
.art.evo-articolo-spons .adv-box.adv-video-2,
.art.evo-articolo-spons .adv-box.adv-video-2 {
  min-height: 0;
  height: auto;
  padding-bottom: 0;
}

.evo-articolo-spons .adv-box.adv-atf-mob {
  min-height: 0;
}

@media (max-width: 980px) {
  .evo-articolo-spons .adv-box.adv-atf-mob {
    min-height: 430px;
    display: flex;
  }
}
@media (max-width: 1199px) {
  .adv-box.adv-sidebar-top,
.adv-box.adv-sidebar-top > div,
.adv-box.adv-sidebar-top > div > div {
    margin: auto;
  }

  .adv-box.adv-sidebar-top {
    min-height: 600px;
    display: flex;
    flex-direction: column;
  }

  .adv-box.adv-sidebar-sticky {
    min-height: 600px;
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .carousel-home .carousel-caption {
    position: absolute;
    left: 8%;
    right: 8%;
    bottom: 30px;
    color: #fff;
    padding: 0;
    min-height: 0;
  }

  .carousel-home .carousel-indicators {
    position: absolute;
  }
}
.h-5 {
  height: 1rem;
}

.h-6 {
  height: 1.5rem;
}

.h-7 {
  height: 1.75rem;
}

.h-8 {
  height: 2rem;
}

.h-9 {
  height: 2.4rem;
}

.h-10 {
  height: 3rem;
}

p {
  text-align: initial;
}

.inline {
  display: inline;
}

.fill {
  fill: currentColor;
}

.menu-top .first-bar a {
  color: #c30;
}

.menu-top .first-bar a > div span {
  vertical-align: bottom;
}

.art-img-ico {
  display: flex;
}

.art-img-ico svg {
  margin: auto;
}

.art-social.gallery-btn a {
  margin: auto;
  justify-content: center;
}

/* DELETE */
.articolo-home .immagine .categoria:after {
  display: none;
}

.articolo-home .immagine .categoria svg {
  position: absolute;
  color: #c02929;
  width: 100%;
  bottom: -0.8rem;
  left: 0;
}

#toc_container ul li,
.art-legend ul li {
  position: relative;
}

#toc_container ul li:before,
.art-legend ul li:before {
  border-style: solid;
  border-width: 0.2em 0.2em 0 0;
  content: "";
  display: inline-block;
  height: 0.45em;
  left: 0;
  position: absolute;
  top: 10px;
  transform: rotate(45deg);
  vertical-align: top;
  width: 0.45em;
  float: left;
  font-size: 19px;
}

#toc_container ul li:before {
  top: 6px;
}

.newsletter-box .sidebar440 > div a {
  line-height: 2.5rem;
}

.newsletter-box .sidebar440 > div a svg {
  padding-right: 8px;
}

@media (max-width: 530px) {
  .menu-top .first-bar .logo a img,
.menu-top .first-bar .logo a svg {
    height: 34px;
  }

  footer.sito-footer .footer-top > div {
    display: block;
  }
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  color: #151515;
  font-weight: bold;
  letter-spacing: -0.6px;
  line-height: 1.25;
  margin: 5px 0 16px;
  padding-bottom: 13px;
  position: relative;
}

h1, .h1 {
  font-size: 3rem;
}

h2, .h2 {
  font-size: 2.2rem;
}

h3, .h3 {
  font-size: 1.8rem;
}

h4, .h4 {
  font-size: 1.6rem;
}

h5, .h5 {
  font-size: 1.4rem;
}

h6, .h6 {
  font-size: 1.2rem;
}

@media (max-width: 575px) {
  h1, .h1 {
    font-size: 2.5rem;
  }

  h2, .h2 {
    font-size: 1.65rem;
  }

  h3, .h3 {
    font-size: 1.5rem;
  }

  h4, .h4 {
    font-size: 1.25rem;
  }

  h5, .h5 {
    font-size: 1.15rem;
  }

  h6, .h6 {
    font-size: 1rem;
  }
}
.breadcrumb {
  margin-bottom: 0;
  padding: 10px 0;
  background-color: transparent;
  text-align: left;
  font-style: italic;
  font-weight: bold;
  letter-spacing: 0.5px;
  font-size: 16px;
}

.breadcrumb a {
  font-weight: 700;
  display: inline;
  line-height: 23px;
  color: #717171 !important;
  font-style: italic;
  font-weight: bold;
  letter-spacing: 0.5px;
  font-size: 16px;
}

.meta .autore a {
  font-weight: 700;
  font-size: 20px;
}

.sticky-bar.tags a {
  background: #fff1ef;
  border: 1px solid #ffd7d7;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #e63900;
  font-size: 18px;
  font-weight: 700;
  padding: 9px;
  border-radius: 14px;
  line-height: 26px;
}

.sticky-bar.tags a:hover {
  background: #eeeeee;
  color: #8A7188;
  border: none;
}

.sticky-bar.tags a:before {
  display: none;
}

#toc_container, .art-legend {
  background: #fbfbfb;
  border-color: #c30;
  border-radius: 8px;
}

#toc_container ul li:before,
#toc_container a, .art-legend a {
  color: #c30;
}

.adv-box.adv-atf,
.adv-box.adv-intext,
.adv-box.adv-btf,
.adv-box.adv-masthead,
[id*=adv-masthead-] {
  margin-top: 4px;
  margin-bottom: 4px;
  width: 100%;
  text-align: center;
}

.adv-box.adv-atf {
  min-height: 280px;
}

.adv-box.adv-btf {
  min-height: 480px;
}

.adv-box.adv-intext {
  min-height: 640px;
}

.adv-box.adv-masthead {
  min-height: 250px;
}

.adv-box.adv-intext > div,
.adv-box.adv-btf > div,
.adv-box.adv-intext > span,
.adv-box.adv-btf > span {
  width: 100%;
  margin: auto;
  position: sticky !important;
  position: -webkit-sticky !important;
  position: -moz-sticky !important;
  position: -ms-sticky !important;
  position: -o-sticky !important;
  align-items: center;
  align-self: flex-start;
  display: flex;
  margin: 0;
  width: 100%;
  justify-content: center;
  text-align: center;
  top: 8rem;
  min-height: auto !important;
}

.adv-box.adv-atf > div > div,
.adv-box.adv-intext > div > div,
.adv-box.adv-btf > div > div,
.adv-box.adv-masthead > div > div,
[id*=adv-masthead-] > div > div,
.adv-box.adv-atf > span > div,
.adv-box.adv-intext > span > div,
.adv-box.adv-btf > span > div,
.adv-box.adv-masthead > span > div,
[id*=adv-masthead-] > span > div {
  text-align: center;
  display: block;
  width: 100%;
  min-height: auto !important;
}

@media (max-width: 980px) {
  .adv-box.adv-intext > div,
.adv-box.adv-btf > div,
.adv-box.adv-intext > span,
.adv-box.adv-btf > span {
    top: 5rem;
  }

  .adv-box.adv-atf {
    min-height: 330px;
  }

  .adv-box.adv-intext {
    min-height: 480px;
  }

  .gptslot[data-addesktop=true],
.gptslot[data-addesktop="1"],
.adv-desk {
    min-height: 0 !important;
    max-height: 0;
    display: contents !important;
  }
}
@media (min-width: 981px) {
  .gptslot[data-admobile=true],
.gptslot[data-admobile="1"],
.adv-mob {
    min-height: 0 !important;
    max-height: 0;
    display: contents !important;
  }

  .adv-box.adv-desk-atf {
    min-height: 370px !important;
  }
}
.evo-articolo-spons-text .carousel img {
  margin-bottom: 0;
}

.evo-articolo-spons-text .gptslot-optiscroll.intesto {
  min-height: 320px;
}

.menu-top .first-bar,
.menu-top .second-bar {
  background: #fff;
}

.menu-top .second-bar {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -box-shadow: none;
  border-bottom: 4px solid #c30;
}

.menu-top .second-bar a {
  color: #333;
  font-weight: 400;
}

#menu-top .first-bar .list-menu {
  min-width: 200px;
  position: absolute;
  right: 46px;
}

@media (max-width: 991px) {
  #menu-top .first-bar .list-menu {
    display: none;
  }
}
#menu-top .first-bar .list-menu li a {
  min-height: 64px;
}

.img-menu.logo {
  margin: 0 auto;
  flex: 1;
}

.menu-top .first-bar .logo a {
  justify-content: center;
}

.menu-top .first-bar .logo a img,
.menu-top .first-bar .logo a svg {
  height: 36px;
  max-height: 36px;
  width: auto;
}

.menu-top .first-bar #burger a,
.btn-menu.search button {
  color: #c30;
  min-height: 64px;
  line-height: 36px;
}

.btn-menu.search {
  position: absolute;
  right: 0;
  min-height: 64px;
}

.btn-menu.search form.active {
  top: 13px;
}

#menu-top:target .first-bar #burger-close {
  display: flex;
}

@media (max-width: 991px) {
  body > .main,
body > .container-fluid {
    margin-top: 104px;
  }

  .menu-top .second-bar #list-menu-open {
    overflow-y: scroll;
    position: fixed;
    top: 68px;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: 420px;
    background: #fff;
    color: #333;
    -webkit-box-shadow: 0px 7px 6px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 7px 6px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 7px 6px 2px rgba(0, 0, 0, 0.2);
    -webkit-transform: translateX(-420px);
    -moz-transform: translateX(-420px);
    -ms-transform: translateX(-420px);
    transform: translateX(-420px);
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    transition: all 0.25s linear;
  }

  .menu-top .second-bar #list-menu-open a:active, .menu-top .second-bar #list-menu-open a:focus, .menu-top .second-bar #list-menu-open a:hover {
    color: #666;
  }

  .menu-top .second-bar #list-menu-open a div {
    margin: auto 0;
  }

  .menu-top .second-bar #list-menu-open > ul {
    display: flex;
    flex-direction: column;
  }

  .menu-top .second-bar #list-menu-open > ul > li.active > a {
    background: none;
  }

  .menu-top .second-bar #list-menu-open > ul > li > a {
    color: #333;
    border-top: #eee;
    border-bottom: 1px solid #eee;
    justify-content: center;
  }

  .menu-top .second-bar #list-menu-open > ul > li > a:hover, .menu-top .second-bar #list-menu-open > ul > li > a:focus, .menu-top .second-bar #list-menu-open > ul > li > a:active {
    background: #fff;
  }

  .menu-top .second-bar #list-menu-open > ul > li:first-child a {
    border-top: none;
  }

  .menu-top .second-bar #list-menu-open > ul > li ul.tendina-menu {
    display: flex;
    flex-direction: column;
    background: #fff;
    padding: 24px 16px 8px 16px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }

  .menu-top .second-bar #list-menu-open > ul > li ul.tendina-menu li.active > a div {
    background: none;
  }

  .menu-top .second-bar #list-menu-open > ul > li ul.tendina-menu li a div {
    background: none;
    color: #666;
    padding: 8px 16px;
    margin-bottom: 16px;
    border-radius: 20px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }

  .menu-top .second-bar #list-menu-open .art-social a {
    background: none;
  }

  .menu-top .second-bar #list-menu-open .art-social ul.footer-meta a {
    border: 1px solid #eee;
  }

  #list-menu-open .art-social a {
    color: #333 !important;
  }
}
@media (max-width: 767px) {
  .menu-top .first-bar .logo a img,
.menu-top .first-bar .logo a svg {
    height: 30px;
    max-height: 30px;
  }

  .btn-menu.search {
    position: relative;
  }
}
.menu-top .second-bar li a {
  min-height: 44px;
  margin-bottom: 0;
  color: #151515;
  font-size: 13px;
  letter-spacing: 0.625px;
  line-height: 1.53;
  font-style: normal;
  font-weight: bold;
}

.menu-top .second-bar li:hover > a,
.menu-top .second-bar li:focus > a,
.menu-top .second-bar li:active > a {
  background: none;
  color: #666;
}

.menu-top .second-bar .tendina-menu {
  background: #fff;
}

.menu-top .second-bar .tendina-menu li {
  border-bottom: 1px solid #eee;
}

.menu-top .second-bar .tendina-menu li a {
  background: none;
  color: #333;
  justify-content: center;
}

.menu-top .second-bar .tendina-menu li:hover > a,
.menu-top .second-bar .tendina-menu li:focus > a,
.menu-top .second-bar .tendina-menu li:active > a {
  color: #666;
}

.menu-top .list-menu .art-social .pad.tac {
  width: 100%;
}

.menu-top .first-bar a.instagram,
.menu-top .first-bar a.pinterest {
  padding: 0 6px;
}

.articolo-home .immagine .categoria {
  padding-left: 0;
  padding-right: 0;
  margin-left: 6px;
  margin-right: 16px;
}

.articolo-home .descrizione.p-small p {
  font-size: 14px;
  line-height: 20px;
}

.newsletter-box .sidebar440 > div a:hover {
  border: 1px solid #333;
  color: #333;
}

/*
.menu-top .first-bar .list-menu ul a:hover,
.menu-top .first-bar .list-menu ul a:focus,
.menu-top .first-bar .list-menu ul a:active,
.menu-top .first-bar .list-menu ul li.active a{}
*/
.list-menu ul {
  justify-content: center;
}

#list-menu-open #menu-cat-8 a:after {
  border-color: #e6007e;
}

#list-menu-open #menu-cat-2 a:after {
  border-color: #8a7188;
}

#list-menu-open #menu-cat-76 a:after {
  border-color: #e5b600;
}

#list-menu-open #menu-cat-86 a:after {
  border-color: #1d92a9;
}

#list-menu-open #menu-cat-51 a:after {
  border-color: #036737;
}

#list-menu-open #menu-cat-32 a:after {
  border-color: #d21f1b;
}

#list-menu-open #menu-cat-65 a:after {
  border-color: #b51645;
}

#list-menu-open #menu-cat-1705 a:after {
  border-color: #582453;
}

#list-menu-open #menu-cat-36 a:after {
  border-color: #ca9aa3;
}

#list-menu-open #menu-cat-2448 a:after {
  border-color: #eb6123;
}

.layout-1 {
  background: #fff;
}

.articolo-home.orizzontale.full.t-0 .immagine .categoria {
  background: #eb6123;
}

.layout-1.layout-speciale.t-0 > .title,
.layout-1.layout-speciale.t-0 .articolo-home .categoria:after,
.t-0,
.menu-top .second-bar li.t-0 a:after,
.articolo-home.t-0 .immagine .categoria:after {
  border-color: #eb6123;
}

.carousel-home .carousel-item.t-0 .carousel-caption .categoria {
  background: #eb6123;
}

body.t-0 .evo-articolo-spons-text h2,
body.t-0 .evo-articolo-spons-text .h2,
body.t-0 .evo-articolo-spons-text h3,
body.t-0 .evo-articolo-spons-text .h3,
body.t-0 .evo-articolo-spons-text a,
body.t-0 .evo-articolo-spons-text a:hover,
body.t-0 .menu-top .first-bar li a:hover::before,
body.t-0 .menu-top .first-bar li a:focus::before,
body.t-0 .menu-top .first-bar li a:active::before,
body.t-0 .menu-top .first-bar li.active a::before,
body.t-0 .menu-top .first-bar .list-menu ul a:hover,
body.t-0 .menu-top .first-bar .list-menu ul a:focus,
body.t-0 .menu-top .first-bar .list-menu ul a:active,
body.t-0 .menu-top .first-bar .list-menu ul li.active a,
body.t-0 .meta .autore a,
body.t-0 .art p a,
body.t-0 .art p a:hover,
body.t-0 .art h2,
body.t-0 .art .h2,
body.t-0 .breadcrumb a {
  border-color: #eb6123;
}
body.t-0 .art-social.gallery-btn a,
body.t-0 .evo-articolo-spons-text a,
body.t-0 .evo-articolo-spons-text a:hover,
body.t-0 .art-autore .titolo a,
body.t-0 .art-desc p a,
body.t-0 .art-desc > ul li a,
body.t-0 .art-desc > ol li a,
body.t-0 .art-desc > a,
body.t-0 .art p a:hover {
  color: #eb6123 !important;
}
body.t-0 .carousel-art .carousel-control-prev,
body.t-0 .carousel-art .carousel-control-next {
  background: #eb6123;
}

.articolo-home.orizzontale.full.t-1 .immagine .categoria {
  background: #e6007e;
}

.layout-1.layout-speciale.t-1 > .title,
.layout-1.layout-speciale.t-1 .articolo-home .categoria:after,
.t-1,
.menu-top .second-bar li.t-1 a:after,
.articolo-home.t-1 .immagine .categoria:after {
  border-color: #e6007e;
}

.carousel-home .carousel-item.t-1 .carousel-caption .categoria {
  background: #e6007e;
}

body.t-1 .evo-articolo-spons-text h2,
body.t-1 .evo-articolo-spons-text .h2,
body.t-1 .evo-articolo-spons-text h3,
body.t-1 .evo-articolo-spons-text .h3,
body.t-1 .evo-articolo-spons-text a,
body.t-1 .evo-articolo-spons-text a:hover,
body.t-1 .menu-top .first-bar li a:hover::before,
body.t-1 .menu-top .first-bar li a:focus::before,
body.t-1 .menu-top .first-bar li a:active::before,
body.t-1 .menu-top .first-bar li.active a::before,
body.t-1 .menu-top .first-bar .list-menu ul a:hover,
body.t-1 .menu-top .first-bar .list-menu ul a:focus,
body.t-1 .menu-top .first-bar .list-menu ul a:active,
body.t-1 .menu-top .first-bar .list-menu ul li.active a,
body.t-1 .meta .autore a,
body.t-1 .art p a,
body.t-1 .art p a:hover,
body.t-1 .art h2,
body.t-1 .art .h2,
body.t-1 .breadcrumb a {
  border-color: #e6007e;
}
body.t-1 .art-social.gallery-btn a,
body.t-1 .evo-articolo-spons-text a,
body.t-1 .evo-articolo-spons-text a:hover,
body.t-1 .art-autore .titolo a,
body.t-1 .art-desc p a,
body.t-1 .art-desc > ul li a,
body.t-1 .art-desc > ol li a,
body.t-1 .art-desc > a,
body.t-1 .art p a:hover {
  color: #e6007e !important;
}
body.t-1 .carousel-art .carousel-control-prev,
body.t-1 .carousel-art .carousel-control-next {
  background: #e6007e;
}

.articolo-home.orizzontale.full.t-2 .immagine .categoria {
  background: #8a7188;
}

.layout-1.layout-speciale.t-2 > .title,
.layout-1.layout-speciale.t-2 .articolo-home .categoria:after,
.t-2,
.menu-top .second-bar li.t-2 a:after,
.articolo-home.t-2 .immagine .categoria:after {
  border-color: #8a7188;
}

.carousel-home .carousel-item.t-2 .carousel-caption .categoria {
  background: #8a7188;
}

body.t-2 .evo-articolo-spons-text h2,
body.t-2 .evo-articolo-spons-text .h2,
body.t-2 .evo-articolo-spons-text h3,
body.t-2 .evo-articolo-spons-text .h3,
body.t-2 .evo-articolo-spons-text a,
body.t-2 .evo-articolo-spons-text a:hover,
body.t-2 .menu-top .first-bar li a:hover::before,
body.t-2 .menu-top .first-bar li a:focus::before,
body.t-2 .menu-top .first-bar li a:active::before,
body.t-2 .menu-top .first-bar li.active a::before,
body.t-2 .menu-top .first-bar .list-menu ul a:hover,
body.t-2 .menu-top .first-bar .list-menu ul a:focus,
body.t-2 .menu-top .first-bar .list-menu ul a:active,
body.t-2 .menu-top .first-bar .list-menu ul li.active a,
body.t-2 .meta .autore a,
body.t-2 .art p a,
body.t-2 .art p a:hover,
body.t-2 .art h2,
body.t-2 .art .h2,
body.t-2 .breadcrumb a {
  border-color: #8a7188;
}
body.t-2 .art-social.gallery-btn a,
body.t-2 .evo-articolo-spons-text a,
body.t-2 .evo-articolo-spons-text a:hover,
body.t-2 .art-autore .titolo a,
body.t-2 .art-desc p a,
body.t-2 .art-desc > ul li a,
body.t-2 .art-desc > ol li a,
body.t-2 .art-desc > a,
body.t-2 .art p a:hover {
  color: #8a7188 !important;
}
body.t-2 .carousel-art .carousel-control-prev,
body.t-2 .carousel-art .carousel-control-next {
  background: #8a7188;
}

.articolo-home.orizzontale.full.t-3 .immagine .categoria {
  background: #e5b600;
}

.layout-1.layout-speciale.t-3 > .title,
.layout-1.layout-speciale.t-3 .articolo-home .categoria:after,
.t-3,
.menu-top .second-bar li.t-3 a:after,
.articolo-home.t-3 .immagine .categoria:after {
  border-color: #e5b600;
}

.carousel-home .carousel-item.t-3 .carousel-caption .categoria {
  background: #e5b600;
}

body.t-3 .evo-articolo-spons-text h2,
body.t-3 .evo-articolo-spons-text .h2,
body.t-3 .evo-articolo-spons-text h3,
body.t-3 .evo-articolo-spons-text .h3,
body.t-3 .evo-articolo-spons-text a,
body.t-3 .evo-articolo-spons-text a:hover,
body.t-3 .menu-top .first-bar li a:hover::before,
body.t-3 .menu-top .first-bar li a:focus::before,
body.t-3 .menu-top .first-bar li a:active::before,
body.t-3 .menu-top .first-bar li.active a::before,
body.t-3 .menu-top .first-bar .list-menu ul a:hover,
body.t-3 .menu-top .first-bar .list-menu ul a:focus,
body.t-3 .menu-top .first-bar .list-menu ul a:active,
body.t-3 .menu-top .first-bar .list-menu ul li.active a,
body.t-3 .meta .autore a,
body.t-3 .art p a,
body.t-3 .art p a:hover,
body.t-3 .art h2,
body.t-3 .art .h2,
body.t-3 .breadcrumb a {
  border-color: #e5b600;
}
body.t-3 .art-social.gallery-btn a,
body.t-3 .evo-articolo-spons-text a,
body.t-3 .evo-articolo-spons-text a:hover,
body.t-3 .art-autore .titolo a,
body.t-3 .art-desc p a,
body.t-3 .art-desc > ul li a,
body.t-3 .art-desc > ol li a,
body.t-3 .art-desc > a,
body.t-3 .art p a:hover {
  color: #e5b600 !important;
}
body.t-3 .carousel-art .carousel-control-prev,
body.t-3 .carousel-art .carousel-control-next {
  background: #e5b600;
}

.articolo-home.orizzontale.full.t-4 .immagine .categoria {
  background: #1d92a9;
}

.layout-1.layout-speciale.t-4 > .title,
.layout-1.layout-speciale.t-4 .articolo-home .categoria:after,
.t-4,
.menu-top .second-bar li.t-4 a:after,
.articolo-home.t-4 .immagine .categoria:after {
  border-color: #1d92a9;
}

.carousel-home .carousel-item.t-4 .carousel-caption .categoria {
  background: #1d92a9;
}

body.t-4 .evo-articolo-spons-text h2,
body.t-4 .evo-articolo-spons-text .h2,
body.t-4 .evo-articolo-spons-text h3,
body.t-4 .evo-articolo-spons-text .h3,
body.t-4 .evo-articolo-spons-text a,
body.t-4 .evo-articolo-spons-text a:hover,
body.t-4 .menu-top .first-bar li a:hover::before,
body.t-4 .menu-top .first-bar li a:focus::before,
body.t-4 .menu-top .first-bar li a:active::before,
body.t-4 .menu-top .first-bar li.active a::before,
body.t-4 .menu-top .first-bar .list-menu ul a:hover,
body.t-4 .menu-top .first-bar .list-menu ul a:focus,
body.t-4 .menu-top .first-bar .list-menu ul a:active,
body.t-4 .menu-top .first-bar .list-menu ul li.active a,
body.t-4 .meta .autore a,
body.t-4 .art p a,
body.t-4 .art p a:hover,
body.t-4 .art h2,
body.t-4 .art .h2,
body.t-4 .breadcrumb a {
  border-color: #1d92a9;
}
body.t-4 .art-social.gallery-btn a,
body.t-4 .evo-articolo-spons-text a,
body.t-4 .evo-articolo-spons-text a:hover,
body.t-4 .art-autore .titolo a,
body.t-4 .art-desc p a,
body.t-4 .art-desc > ul li a,
body.t-4 .art-desc > ol li a,
body.t-4 .art-desc > a,
body.t-4 .art p a:hover {
  color: #1d92a9 !important;
}
body.t-4 .carousel-art .carousel-control-prev,
body.t-4 .carousel-art .carousel-control-next {
  background: #1d92a9;
}

.articolo-home.orizzontale.full.t-5 .immagine .categoria {
  background: #036737;
}

.layout-1.layout-speciale.t-5 > .title,
.layout-1.layout-speciale.t-5 .articolo-home .categoria:after,
.t-5,
.menu-top .second-bar li.t-5 a:after,
.articolo-home.t-5 .immagine .categoria:after {
  border-color: #036737;
}

.carousel-home .carousel-item.t-5 .carousel-caption .categoria {
  background: #036737;
}

body.t-5 .evo-articolo-spons-text h2,
body.t-5 .evo-articolo-spons-text .h2,
body.t-5 .evo-articolo-spons-text h3,
body.t-5 .evo-articolo-spons-text .h3,
body.t-5 .evo-articolo-spons-text a,
body.t-5 .evo-articolo-spons-text a:hover,
body.t-5 .menu-top .first-bar li a:hover::before,
body.t-5 .menu-top .first-bar li a:focus::before,
body.t-5 .menu-top .first-bar li a:active::before,
body.t-5 .menu-top .first-bar li.active a::before,
body.t-5 .menu-top .first-bar .list-menu ul a:hover,
body.t-5 .menu-top .first-bar .list-menu ul a:focus,
body.t-5 .menu-top .first-bar .list-menu ul a:active,
body.t-5 .menu-top .first-bar .list-menu ul li.active a,
body.t-5 .meta .autore a,
body.t-5 .art p a,
body.t-5 .art p a:hover,
body.t-5 .art h2,
body.t-5 .art .h2,
body.t-5 .breadcrumb a {
  border-color: #036737;
}
body.t-5 .art-social.gallery-btn a,
body.t-5 .evo-articolo-spons-text a,
body.t-5 .evo-articolo-spons-text a:hover,
body.t-5 .art-autore .titolo a,
body.t-5 .art-desc p a,
body.t-5 .art-desc > ul li a,
body.t-5 .art-desc > ol li a,
body.t-5 .art-desc > a,
body.t-5 .art p a:hover {
  color: #036737 !important;
}
body.t-5 .carousel-art .carousel-control-prev,
body.t-5 .carousel-art .carousel-control-next {
  background: #036737;
}

.articolo-home.orizzontale.full.t-6 .immagine .categoria {
  background: #d21f1b;
}

.layout-1.layout-speciale.t-6 > .title,
.layout-1.layout-speciale.t-6 .articolo-home .categoria:after,
.t-6,
.menu-top .second-bar li.t-6 a:after,
.articolo-home.t-6 .immagine .categoria:after {
  border-color: #d21f1b;
}

.carousel-home .carousel-item.t-6 .carousel-caption .categoria {
  background: #d21f1b;
}

body.t-6 .evo-articolo-spons-text h2,
body.t-6 .evo-articolo-spons-text .h2,
body.t-6 .evo-articolo-spons-text h3,
body.t-6 .evo-articolo-spons-text .h3,
body.t-6 .evo-articolo-spons-text a,
body.t-6 .evo-articolo-spons-text a:hover,
body.t-6 .menu-top .first-bar li a:hover::before,
body.t-6 .menu-top .first-bar li a:focus::before,
body.t-6 .menu-top .first-bar li a:active::before,
body.t-6 .menu-top .first-bar li.active a::before,
body.t-6 .menu-top .first-bar .list-menu ul a:hover,
body.t-6 .menu-top .first-bar .list-menu ul a:focus,
body.t-6 .menu-top .first-bar .list-menu ul a:active,
body.t-6 .menu-top .first-bar .list-menu ul li.active a,
body.t-6 .meta .autore a,
body.t-6 .art p a,
body.t-6 .art p a:hover,
body.t-6 .art h2,
body.t-6 .art .h2,
body.t-6 .breadcrumb a {
  border-color: #d21f1b;
}
body.t-6 .art-social.gallery-btn a,
body.t-6 .evo-articolo-spons-text a,
body.t-6 .evo-articolo-spons-text a:hover,
body.t-6 .art-autore .titolo a,
body.t-6 .art-desc p a,
body.t-6 .art-desc > ul li a,
body.t-6 .art-desc > ol li a,
body.t-6 .art-desc > a,
body.t-6 .art p a:hover {
  color: #d21f1b !important;
}
body.t-6 .carousel-art .carousel-control-prev,
body.t-6 .carousel-art .carousel-control-next {
  background: #d21f1b;
}

.articolo-home.orizzontale.full.t-7 .immagine .categoria {
  background: #b51645;
}

.layout-1.layout-speciale.t-7 > .title,
.layout-1.layout-speciale.t-7 .articolo-home .categoria:after,
.t-7,
.menu-top .second-bar li.t-7 a:after,
.articolo-home.t-7 .immagine .categoria:after {
  border-color: #b51645;
}

.carousel-home .carousel-item.t-7 .carousel-caption .categoria {
  background: #b51645;
}

body.t-7 .evo-articolo-spons-text h2,
body.t-7 .evo-articolo-spons-text .h2,
body.t-7 .evo-articolo-spons-text h3,
body.t-7 .evo-articolo-spons-text .h3,
body.t-7 .evo-articolo-spons-text a,
body.t-7 .evo-articolo-spons-text a:hover,
body.t-7 .menu-top .first-bar li a:hover::before,
body.t-7 .menu-top .first-bar li a:focus::before,
body.t-7 .menu-top .first-bar li a:active::before,
body.t-7 .menu-top .first-bar li.active a::before,
body.t-7 .menu-top .first-bar .list-menu ul a:hover,
body.t-7 .menu-top .first-bar .list-menu ul a:focus,
body.t-7 .menu-top .first-bar .list-menu ul a:active,
body.t-7 .menu-top .first-bar .list-menu ul li.active a,
body.t-7 .meta .autore a,
body.t-7 .art p a,
body.t-7 .art p a:hover,
body.t-7 .art h2,
body.t-7 .art .h2,
body.t-7 .breadcrumb a {
  border-color: #b51645;
}
body.t-7 .art-social.gallery-btn a,
body.t-7 .evo-articolo-spons-text a,
body.t-7 .evo-articolo-spons-text a:hover,
body.t-7 .art-autore .titolo a,
body.t-7 .art-desc p a,
body.t-7 .art-desc > ul li a,
body.t-7 .art-desc > ol li a,
body.t-7 .art-desc > a,
body.t-7 .art p a:hover {
  color: #b51645 !important;
}
body.t-7 .carousel-art .carousel-control-prev,
body.t-7 .carousel-art .carousel-control-next {
  background: #b51645;
}

.articolo-home.orizzontale.full.t-8 .immagine .categoria {
  background: #582453;
}

.layout-1.layout-speciale.t-8 > .title,
.layout-1.layout-speciale.t-8 .articolo-home .categoria:after,
.t-8,
.menu-top .second-bar li.t-8 a:after,
.articolo-home.t-8 .immagine .categoria:after {
  border-color: #582453;
}

.carousel-home .carousel-item.t-8 .carousel-caption .categoria {
  background: #582453;
}

body.t-8 .evo-articolo-spons-text h2,
body.t-8 .evo-articolo-spons-text .h2,
body.t-8 .evo-articolo-spons-text h3,
body.t-8 .evo-articolo-spons-text .h3,
body.t-8 .evo-articolo-spons-text a,
body.t-8 .evo-articolo-spons-text a:hover,
body.t-8 .menu-top .first-bar li a:hover::before,
body.t-8 .menu-top .first-bar li a:focus::before,
body.t-8 .menu-top .first-bar li a:active::before,
body.t-8 .menu-top .first-bar li.active a::before,
body.t-8 .menu-top .first-bar .list-menu ul a:hover,
body.t-8 .menu-top .first-bar .list-menu ul a:focus,
body.t-8 .menu-top .first-bar .list-menu ul a:active,
body.t-8 .menu-top .first-bar .list-menu ul li.active a,
body.t-8 .meta .autore a,
body.t-8 .art p a,
body.t-8 .art p a:hover,
body.t-8 .art h2,
body.t-8 .art .h2,
body.t-8 .breadcrumb a {
  border-color: #582453;
}
body.t-8 .art-social.gallery-btn a,
body.t-8 .evo-articolo-spons-text a,
body.t-8 .evo-articolo-spons-text a:hover,
body.t-8 .art-autore .titolo a,
body.t-8 .art-desc p a,
body.t-8 .art-desc > ul li a,
body.t-8 .art-desc > ol li a,
body.t-8 .art-desc > a,
body.t-8 .art p a:hover {
  color: #582453 !important;
}
body.t-8 .carousel-art .carousel-control-prev,
body.t-8 .carousel-art .carousel-control-next {
  background: #582453;
}

.articolo-home.orizzontale.full.t-9 .immagine .categoria {
  background: #ca9aa3;
}

.layout-1.layout-speciale.t-9 > .title,
.layout-1.layout-speciale.t-9 .articolo-home .categoria:after,
.t-9,
.menu-top .second-bar li.t-9 a:after,
.articolo-home.t-9 .immagine .categoria:after {
  border-color: #ca9aa3;
}

.carousel-home .carousel-item.t-9 .carousel-caption .categoria {
  background: #ca9aa3;
}

body.t-9 .evo-articolo-spons-text h2,
body.t-9 .evo-articolo-spons-text .h2,
body.t-9 .evo-articolo-spons-text h3,
body.t-9 .evo-articolo-spons-text .h3,
body.t-9 .evo-articolo-spons-text a,
body.t-9 .evo-articolo-spons-text a:hover,
body.t-9 .menu-top .first-bar li a:hover::before,
body.t-9 .menu-top .first-bar li a:focus::before,
body.t-9 .menu-top .first-bar li a:active::before,
body.t-9 .menu-top .first-bar li.active a::before,
body.t-9 .menu-top .first-bar .list-menu ul a:hover,
body.t-9 .menu-top .first-bar .list-menu ul a:focus,
body.t-9 .menu-top .first-bar .list-menu ul a:active,
body.t-9 .menu-top .first-bar .list-menu ul li.active a,
body.t-9 .meta .autore a,
body.t-9 .art p a,
body.t-9 .art p a:hover,
body.t-9 .art h2,
body.t-9 .art .h2,
body.t-9 .breadcrumb a {
  border-color: #ca9aa3;
}
body.t-9 .art-social.gallery-btn a,
body.t-9 .evo-articolo-spons-text a,
body.t-9 .evo-articolo-spons-text a:hover,
body.t-9 .art-autore .titolo a,
body.t-9 .art-desc p a,
body.t-9 .art-desc > ul li a,
body.t-9 .art-desc > ol li a,
body.t-9 .art-desc > a,
body.t-9 .art p a:hover {
  color: #ca9aa3 !important;
}
body.t-9 .carousel-art .carousel-control-prev,
body.t-9 .carousel-art .carousel-control-next {
  background: #ca9aa3;
}

.layout-1 .articolo-home a.testo {
  background: transparent;
}

.second-bar .list-menu ul li.active a, .sticky-bar .list-menu ul li.active a,
.btn-brand {
  background: #444;
}

.articolo-home:hover .titolo {
  color: #444;
}

.occhiello p {
  text-align: left;
}

.menu-top .first-bar .container {
  position: relative;
}

.articolo-home .titolo {
  margin-top: 0;
  text-align: center;
  border: none;
  padding: 0;
  padding-top: 12px;
}

.articolo-home a.testo {
  padding: 16px;
  margin-bottom: 24px;
}

.articolo-home .descrizione {
  margin-bottom: 0;
}

.articolo-home .descrizione p {
  margin: 0;
  text-align: center;
}

.articolo-home .immagine a.foto {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
}

.articolo-home .immagine .categoria {
  bottom: -6px;
  text-align: center;
  left: -6px;
  right: 0;
  width: 100%;
  text-transform: uppercase;
  color: #fff;
  background: #c30;
  border-radius: 0;
  font-size: 16px;
  padding: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.articolo-home {
  padding-top: 38px;
}

.articolo-home h2.titolo.h6 {
  font-size: 1.2rem;
}

.home-ricette .col-sm a .maschera-immagine {
  border: none;
  border-radius: 0;
  height: 98px;
}

.home-ricette .col-sm a .maschera-immagine, .home-ricette .col-sm a .titolo {
  color: #666;
  text-transform: uppercase;
  font-size: 12px;
}

.box-oroscopo .oroscopi {
  max-width: 300px;
  margin: auto !important;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  overflow: hidden;
}
.box-oroscopo .oroscopi li {
  width: 50px;
  height: 50px;
}

.segno-01-ariete, .segno-02-toro, .segno-03-gemelli, .segno-04-cancro, .segno-05-leone, .segno-06-vergine,
.segno-07-bilancia, .segno-08-scorpione, .segno-09-sagittario, .segno-10-capricorno, .segno-11-acquario, .segno-12-pesci {
  display: inline-block;
  background: url("/wp-content/themes/apitheme-v3/img/segni-zodiacali.webp") no-repeat;
  overflow: hidden;
  text-indent: -9999px;
  text-align: left;
}

.segno-01-ariete {
  background-position: 0px 0px;
  width: 170px;
  height: 170px;
}

.segno-02-toro {
  background-position: -170px 0px;
  width: 170px;
  height: 170px;
}

.segno-03-gemelli {
  background-position: -340px 0px;
  width: 170px;
  height: 170px;
}

.segno-04-cancro {
  background-position: 0px -170px;
  width: 170px;
  height: 170px;
}

.segno-05-leone {
  background-position: -170px -170px;
  width: 170px;
  height: 170px;
}

.segno-06-vergine {
  background-position: -340px -170px;
  width: 170px;
  height: 170px;
}

.segno-07-bilancia {
  background-position: 0px -340px;
  width: 170px;
  height: 170px;
}

.segno-08-scorpione {
  background-position: -170px -340px;
  width: 170px;
  height: 170px;
}

.segno-09-sagittario {
  background-position: -340px -340px;
  width: 170px;
  height: 170px;
}

.segno-10-capricorno {
  background-position: 0px -510px;
  width: 170px;
  height: 170px;
}

.segno-11-acquario {
  background-position: -170px -510px;
  width: 170px;
  height: 170px;
}

.segno-12-pesci {
  background-position: -340px -510px;
  width: 170px;
  height: 170px;
}

ul.oroscopi {
  max-width: 300px;
  margin: auto !important;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  overflow: hidden;
}

ul.oroscopi li.oroscopo {
  width: 50px;
  height: 50px;
}

ul.oroscopi li.oroscopo img {
  max-width: 50px;
}

ul.oroscopi li.oroscopo a[class^=segno-] {
  transform-origin: top left;
  transform: scale(0.29412);
}

.carousel-home .carousel-inner .title {
  color: #fff;
}

.carousel-home .carousel-inner {
  border-radius: 0;
}

.carousel-home .carousel-inner .carousel-item .gr-l-b {
  background: rgba(0, 0, 0, 0.5);
  background: rgba(0, 0, 0, 0.5);
  background: rgba(0, 0, 0, 0.5);
}

.sticky-bar.tags a {
  background: rgba(238, 238, 238, 0.8);
  color: #c30;
  border: none;
  border-radius: 0;
  padding: 0 9px;
  line-height: 30px;
  min-height: 30px;
  margin-top: 14px;
}

.art > .titolo {
  color: #151515;
  font-size: 35px;
  font-weight: bold;
  letter-spacing: -0.6px;
  line-height: 1.25;
  margin: 16px 0 16px;
  padding-bottom: 13px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}

.meta .autore a {
  color: #333 !important;
  text-decoration: none;
  border-bottom: 2px solid #c30;
  font-size: 13px;
  font-weight: 600;
  animation-duration: 0.5s;
  text-transform: uppercase;
}

.meta .autore a {
  text-decoration: none;
}

.meta .data {
  color: #333 !important;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  animation-duration: 0.5s;
  text-transform: uppercase;
  padding-left: 4px;
}

.art p {
  letter-spacing: 0.225px;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

.art p a {
  color: #333;
  border-bottom: 2px solid #8A7188;
}

.art-desc a {
  color: orangered !important;
  border-bottom: 2px solid #8A7188;
}

.art p a:hover {
  color: #8A7188 !important;
}

.art h2,
.art .h2 {
  font-weight: bold;
  border-left: 5px solid #000;
  padding-left: 10px;
  margin-bottom: 12px;
  font-size: 26px;
}

.art h2,
.art .h2 {
  border-color: #8A7188;
}

.art h3,
.art .h3 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  color: inherit;
  line-height: 32px;
  font-size: 24px;
}

.art-desc p a:hover, .art-desc > ul li a:hover, .art-desc > ol li a:hover, .art-desc > a:hover {
  text-decoration: none !important;
}

footer.sito-footer {
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #333;
}

footer.sito-footer span, footer.sito-footer a {
  color: #333;
  border-bottom: 2px solid #eee;
  margin: 8px;
  font-weight: 600;
}

.newsletter-box {
  background: #eee;
}

.newsletter-box .sidebar440 > div a {
  color: #333;
}

footer.sito-footer a.logo {
  border: none;
}

footer.sito-footer .footer-top .logo img {
  height: 42px;
}

.newsletter-box .h4,
.newsletter-box .h5,
.newsletter-box p,
.newsletter-box a {
  color: #333;
}

.home-ricette .col-sm a:hover,
.home-ricette .col-sm a:active,
.home-ricette .col-sm a:focus {
  background: #eee;
}

.home-ricette .col-sm a:hover .titolo,
.home-ricette .col-sm a:active .titolo,
.home-ricette .col-sm a:focus .titolo {
  color: #333;
}

@media (min-width: 991px) {
  .page-autore .art-autore {
    margin-top: 120px;
  }
}
.second-bar .list-menu ul li.active a,
.sticky-bar .list-menu ul li.active a {
  background: #888;
}

.menu-top .second-bar li a {
  min-height: 48px;
}

body.evo-adv-skin,
body.evo-adv-skin-programmatic,
body#MM_mcJS_HTML5_LIQUID_SKIN_TheBody {
  margin-left: auto !important;
  margin-right: auto !important;
}

.newsletter-box {
  position: relative;
}

.sito-footer {
  position: relative;
  background: #fff;
}

.carousel-home .carousel-inner .carousel-item img {
  top: 25%;
}

.cat-descrizione .articolo-home .immagine .categoria {
  position: relative;
  top: -4px;
}

.articolo-home .immagine .categoria {
  font-size: 13px;
}

iframe {
  max-width: 100%;
}

.widget-main-ricetta .ingredienti li {
  font-weight: 100;
  font-size: 18px;
  font-style: italic;
}

.widget-main-ricetta .ingredienti li span:nth-child(2),
.widget-main-ricetta .informazioni-nutrizionali li span:nth-child(2) {
  font-size: 18px;
}

#articoli-cat .articolo-home .titolo {
  padding-top: 0;
  margin-bottom: 8px;
}

/****************************
EvolutionAdv
****************************/
/* DESKTOP */
@media (min-width: 981px) {
  /* /5966054,22615021621/Televisionando/Televisionando_masthead */
  [data-adunitid="0"] {
    min-height: 250px;
  }

  [data-adunitid="0"],
[data-adunitid="0"] > div,
[data-adunitid="0"] > div > div {
    justify-content: space-around !important;
  }

  /* /5966054,22615021621/Televisionando/Televisionando_ATF */
  [data-adunitid="1"] {
    min-height: 280px;
  }

  /* /5966054,22615021621/Televisionando/Televisionando_intext */
  [data-adunitid="2"] {
    min-height: 480px;
  }

  /* /5966054,22615021621/Televisionando/Televisionando_BTF */
  [data-adunitid="3"] {
    min-height: 280px;
  }

  /* /5966054,22615021621/Televisionando/Televisionando_sidebarTop */
  [data-adunitid="4"] {
    min-height: 250px;
    text-align: center;
  }

  /* /5966054,22615021621/Televisionando/Televisionando_sidebarSticky */
  [data-admobile=true],
[data-admobile="1"],
[data-addesktop=false],
[data-addesktop="0"] {
    min-height: 0 !important;
    max-height: 0;
    display: contents !important;
  }
}
/* MOBILE */
@media (max-width: 980px) {
  /* /5966054,22615021621/Televisionando/Televisionando_masthead */
  [data-adunitid="0"] {
    min-height: 100px;
  }

  /* /5966054,22615021621/Televisionando/Televisionando_ATF */
  [data-adunitid="1"] {
    min-height: 280px;
  }

  /* /5966054,22615021621/Televisionando/Televisionando_intext */
  [data-adunitid="2"] {
    min-height: 480px;
  }

  /* /5966054,22615021621/Televisionando/Televisionando_BTF */
  [data-adunitid="3"] {
    min-height: 430px;
  }

  /* /5966054,22615021621/Televisionando/Televisionando_sidebarTop */
  [data-adunitid="4"] {
    min-height: 250px;
    text-align: center;
  }

  /* /5966054,22615021621/Televisionando/Televisionando_sidebarSticky */
  [data-adunitid="5"] {
    min-height: 250px;
    text-align: center;
  }

  [data-addesktop=true],
[data-addesktop="1"],
[data-admobile=false],
[data-admobile="0"] {
    min-height: 0 !important;
    max-height: 0;
    display: contents !important;
  }
}
#td-outer-wrap {
  overflow: visible !important;
}

.gptslot-optiscroll.intesto,
.evo-intext,
.adv-box.adv-atf.adv-mob {
  margin-bottom: 8px;
  width: 100%;
  text-align: center;
  display: flex !important;
}

.gptslot-optiscroll.intesto,
.evo-intext,
.adv-box.adv-atf.adv-mob {
  min-height: 300px;
}

.gptslot-optiscroll.intesto > div,
.gptslot-optiscroll.intesto > span,
.evo-intext > div,
.evo-intext > span,
.adv-box.adv-atf.adv-mob > div,
.adv-box.adv-atf.adv-mob > span {
  width: 100%;
  margin: auto;
  position: sticky !important;
  position: -webkit-sticky !important;
  position: -moz-sticky !important;
  position: -ms-sticky !important;
  position: -o-sticky !important;
  align-items: center;
  align-self: flex-start;
  display: flex;
  margin: 0;
  width: 100%;
  justify-content: center;
  text-align: center;
  top: 8rem;
  min-height: auto !important;
}

.gptslot-optiscroll.intesto > div > div,
.gptslot-optiscroll.intesto > span > span,
.evo-intext > div > div,
.evo-intext > span > div,
.adv-box.adv-atf.adv-mob > div > div,
.adv-box.adv-atf.adv-mob > span > div {
  text-align: center;
  display: block;
  width: 100%;
  min-height: auto !important;
}

@media (max-width: 991px) {
  .gptslot-optiscroll.intesto > div,
.gptslot-optiscroll.intesto > span,
.evo-intext > div,
.evo-intext > span,
.adv-box.adv-atf.adv-mob > div,
.adv-box.adv-atf.adv-mob > span {
    top: 4rem;
  }

  .adv-desk-atf {
    min-height: 0 !important;
    max-height: 0;
    display: contents !important;
  }
}
.art p {
  font-size: 20px;
  font-family: helvetica, arial, sans-serif;
}

.art-autore.top .titolo {
  margin: 0;
  padding: 0;
}

.art-autore .foto {
  margin-top: 8px;
  margin-right: 6px;
}

.meta {
  margin-top: 8px;
}

@media (min-width: 992px) {
  .menu-top .second-bar a {
    padding: 0 6px;
  }
}
@media (min-width: 1281px) {
  body {
    margin-top: 232px !important;
  }

  body.page-autore {
    margin-top: 118px !important;
  }
}
@media (min-width: 992px) and (max-width: 1280px) {
  body {
    margin-top: 118px;
  }

  body.page-autore > .main,
body.page-autore > .container-fluid {
    margin-top: 0 !important;
  }
}
@media (max-width: 991px) {
  body.evo-adv-skin-mobile a#evoAdvS-a {
    top: 0px;
    z-index: 99999999;
    position: absolute;
  }

  #video-mh-mob {
    background: #000;
    position: absolute;
    top: 66px;
    left: 0;
    right: 0;
  }

  #video-mh-mob + header + .main,
#video-mh-mob + header + img + img + img + .main {
    margin-top: 244px;
  }

  body.evo-adv-skin-mobile.evo-scroll #video-mh-mob + header + .main {
    margin-top: 244px !important;
  }

  .adv-box.adv-intext.adv-desk-atf {
    min-height: 0 !important;
  }
}
p {
  position: relative;
}

/* #video-mh-desk {
  width: 95% !important;
} */

#video-mh-desk > div {
  margin-right: 0 !important;
}

[id*=video-mh-] [id*=aniplayer] {
  left: auto !important;
  right: 0 !important;
  bottom: 0 !important;
  transform-origin: right bottom;
}

[id*=video-mh-] #av-close-btn {
  width: 28px !important;
  height: 28px !important;
}

[id*=video-mh-] #av-close-btn-overlay {
  float: right !important;
}

[id*=video-mh-] #av-caption {
  top: -28px !important;
}

[id*=video-mh-] .av-floating {
  z-index: 101 !important;
}