@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: #b7e7fa;
}

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

.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: #0d7daa;
}

button:hover {
  color: #0d7daa;
}

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

: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: 2rem;
  }

  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;
}

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

blockquote {
  font-family: Verdana, sans-serif;
  font-style: italic;
  font-size: 21px;
  line-height: 30px;
  color: #666;
  position: relative;
  margin: 8px 0 24px 0;
  padding: 16px;
  border-left: 2px solid #87a6bc;
  color: #4f748e;
  background: #e9eff3;
  font-display: optional;
}
blockquote p:last-child {
  margin-bottom: 0;
}

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

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: #0d7daa;
}

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

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

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

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

.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;
}

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;
}

/* 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;
}

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

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

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

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

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

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

.ma0 {
  margin: auto 0;
}

.ma8 {
  margin: auto 8px;
}

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 1599px) {
  .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) {
  .ptl {
    padding-top: 24px !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .mls {
    margin-left: 8px !important;
  }
}
/* ----- */
body > .main,
body > .container-fluid {
  margin-top: 112px;
}
@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: #83d5f6;
}

.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;
}
@media (max-width: 991px) {
  .container.scroll:after {
    content: "";
    font-family: "atn-icons";
    position: absolute;
    right: 0;
    top: 0;
    width: 24px;
    height: 48px;
    line-height: 48px;
    vertical-align: middle;
    text-align: center;
    background: #fff;
    color: #b9b9b9;
    border-left: 1px solid #d0d0d0;
    z-index: 2;
  }
}

.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;
}
.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;
}
.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: 46px;
  }

  body.customize-support .menu-top {
    top: 46px !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 {
  overflow: hidden;
  position: relative;
  display: block;
}
.mask-img-100 img,
.mask-img-130 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%;
}

.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;
}

.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: #0d7daa;
  -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: 10013;
}

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

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

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

.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 16px;
  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: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: #0a6184;
}
.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 img {
  max-height: 42px;
}
.menu-top .first-bar .list-menu ul {
  justify-content: center;
}
@media (max-width: 991px) {
  .menu-top .first-bar .list-menu ul {
    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: #0a6184;
  background: white;
}
.menu-top .second-bar {
  position: relative;
  z-index: 10009;
  flex: 1 100%;
  background-image: -webkit-linear-gradient(to right, #0d7daa 0%, #06374b 100%);
  background-image: -moz-linear-gradient(to right, #0d7daa 0%, #06374b 100%);
  background-image: -ms-linear-gradient(to right, #0d7daa 0%, #06374b 100%);
  background-image: -o-linear-gradient(to right, #0d7daa 0%, #06374b 100%);
  background-image: linear-gradient(to right, #0d7daa 0%, #06374b 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: #0d7daa;
  }
  .menu-top .second-bar .tendina-menu {
    display: none;
    z-index: 10008;
    position: absolute;
    padding: 0;
    background: #0d7daa;
    -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;
  }
}
@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: #0d7daa;
  }
  .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: #0d7daa;
  }
  .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;
  }
}
@media (max-width: 991px) {
  .menu-top:after {
    content: "";
    height: 3px;
    width: 100%;
    display: flex;
    background-image: -webkit-linear-gradient(to right, #0d7daa 0%, #06374b 100%);
    background-image: -moz-linear-gradient(to right, #0d7daa 0%, #06374b 100%);
    background-image: -ms-linear-gradient(to right, #0d7daa 0%, #06374b 100%);
    background-image: -o-linear-gradient(to right, #0d7daa 0%, #06374b 100%);
    background-image: linear-gradient(to right, #0d7daa 0%, #06374b 100%);
  }
}

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: #084963;
}
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: #084963 !important;
  background: #fff;
}
body.ricette .menu-top .second-bar .tendina-menu {
  background: #084963;
}
body.ricette .menu-top .second-bar #list-menu-open {
  background: #084963;
}
body.ricette .menu-top .second-bar #list-menu-open a {
  color: #fff;
  background: #084963;
}
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: #0b6c92;
}
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: #084963;
  background: #fff;
}
body.ricette .menu-top .second-bar #list-menu-open .macro-menu li a {
  color: #084963;
  background: #fff;
}
body.ricette .menu-top .second-bar #list-menu-open .macro-menu li.active a {
  background: #084963;
  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: #0d7daa;
}

@media (min-width: 992px) {
  .second-bar .list-menu ul li.active a,
.sticky-bar .list-menu ul li.active a {
    color: #fff !important;
    background: #0d7daa;
  }
}
.sticky-bar {
  top: 64px;
  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;
}
.sticky-bar.tags a:hover, .sticky-bar.tags a:active, .sticky-bar.tags a:focus {
  background: #0d7daa;
  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: 0 16px;
  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, #0d7daa 0%, #06374b 100%);
  background-image: -moz-linear-gradient(to right, #0d7daa 0%, #06374b 100%);
  background-image: -ms-linear-gradient(to right, #0d7daa 0%, #06374b 100%);
  background-image: -o-linear-gradient(to right, #0d7daa 0%, #06374b 100%);
  background-image: linear-gradient(to right, #0d7daa 0%, #06374b 100%);
  color: rgba(255, 255, 255, 0.75);
}
.intext-search button:active, .intext-search button:focus, .intext-search button:hover {
  color: white;
  outline: none;
}

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 {
  max-width: 100% !important;
}

.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: 9999999 !important;
}

.carousel-home {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0;
}
.carousel-home .carousel-inner {
  z-index: 1;
}
.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: #0d7daa;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
}
.carousel-home .carousel-indicators li {
  background-color: #0d7daa;
}
@media (max-width: 991px) {
  .carousel-home .carousel-control-prev, .carousel-home .carousel-control-next {
    z-index: 2;
    top: 30%;
    bottom: 30%;
    background: #ddd;
    width: 10%;
  }
}
@media (max-width: 767px) {
  .carousel-home .carousel-caption {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    color: #333;
    padding: 15px 30px;
  }
  .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%;
  }
}

.carousel-art .carousel-inner .carousel-item a {
  padding: 1px;
}
.carousel-art .carousel-control-prev,
.carousel-art .carousel-control-next {
  display: none;
  top: 20%;
  bottom: 20%;
  background: #ddd;
  width: 10%;
}
.carousel-art:hover .carousel-control-prev, .carousel-art:hover .carousel-control-next {
  display: flex;
}
.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: #0d7daa;
}
#box-related-centro ul li .titolo a {
  color: #0d7daa;
}

/* BREADCRUMB */
.breadcrumb {
  margin-bottom: 1.15rem;
}
.breadcrumb i {
  font-size: 16px;
}
.breadcrumb a {
  color: #0d7daa;
  font-weight: 500;
}
.breadcrumb a:hover {
  text-decoration: underline;
}

/* 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;
}

.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 > a {
  font-size: 1.15rem;
  font-weight: 500;
  color: #0d7daa !important;
}
.art-desc p a:hover,
.art-desc > ul li a:hover,
.art-desc > a:hover {
  text-decoration: underline !important;
}
.art-desc img {
  width: 100%;
  height: auto;
}
.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 16px;
  background: antiquewhite;
}

#toc_container,
.art-legend {
  display: block;
  background: #eee;
  border: 1px solid #ddd;
  padding: 24px 32px 16px 32px;
  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: "";
  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;
}

.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-autore {
  display: flex;
}
.art-autore .titolo {
  margin: 0;
}
.art-autore .titolo a {
  color: #0d7daa;
}
.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: 170%;
  height: auto;
}
.art-autore .link .badge {
  background: #0d7daa;
  color: #fff;
}
.art-autore .link .badge:hover {
  background: #095a7b;
}
.art-autore ul {
  padding-left: 16px;
  line-height: 32px;
  margin-bottom: 0.5rem;
}
.art-autore ul li {
  font-size: 1.2rem;
  line-height: 1.6rem;
  list-style-type: disc;
}
.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 {
    display: none;
    margin: 0 auto 1rem auto;
  }
  .art-autore.verticale .foto {
    display: block;
  }
  .art-autore ul {
    display: inline-block;
    padding-left: 0;
    list-style-type: none;
  }
  .art-autore ul li {
    list-style-type: none;
  }
}

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

.art-social a {
  color: #fff;
  background: #0d7daa;
  text-align: center;
  padding: 16px 0;
}
.art-social.gallery-btn .titolo {
  font-size: 26px;
}
.art-social.gallery-btn a {
  color: #0d7daa;
  background: #fff;
  max-width: 40px;
  display: flex;
}
.art-social.gallery-btn a i {
  color: #0d7daa;
  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: 1rem;
}
.meta .autore,
.meta .data {
  display: inline-block;
}
.meta .autore {
  font-size: 14px;
}
.meta .autore a {
  font-size: 1rem;
  font-weight: 500;
  color: #0d7daa;
}
.meta .autore a:hover {
  text-decoration: underline;
}
.meta .data {
  font-size: 14px;
}
.meta .badge {
  background: #0d7daa;
  color: #fff;
}
.meta .badge:hover {
  background: #095a7b;
}

/* ART DATA (RICETTA e altri META) */
.art-data .titolo {
  color: #095a7b;
  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: #095a7b;
  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 .titolo {
  margin-top: 16px;
  border-left: 4px solid #0d7daa;
  padding-left: 8px;
}
.articolo-home .descrizione {
  margin-bottom: 32px;
}
.articolo-home .immagine {
  position: relative;
}
.articolo-home .immagine .categoria {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 4px 16px;
  color: #fff;
  background: #0d7daa;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  display: table;
}
.articolo-home .immagine .categoria:after {
  content: "";
  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: #0d7daa;
}
.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 .titolo {
  color: #0d7daa;
}
.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;
}
.articolo-home.autore > div {
  background: #f0f0f0;
  padding: 16px 24px 16px 24px;
  display: flex;
  flex-direction: row;
}
.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: 0;
    left: 0;
    bottom: auto;
    padding: 4px 16px;
    color: #fff;
    background: #0d7daa;
  }
  .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;
  }
}

/* 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: #0d7daa;
  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: #0d7daa;
  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: 2rem;
}
@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, #0d7daa 0%, #06374b 100%);
  background-image: -moz-linear-gradient(to right, #0d7daa 0%, #06374b 100%);
  background-image: -ms-linear-gradient(to right, #0d7daa 0%, #06374b 100%);
  background-image: -o-linear-gradient(to right, #0d7daa 0%, #06374b 100%);
  background-image: linear-gradient(to right, #0d7daa 0%, #06374b 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;
}
.home-ricette .col-sm a:hover, .home-ricette .col-sm a:active, .home-ricette .col-sm a:focus {
  background: #0d7daa;
}
.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 #0d7daa;
  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;
}

body {
  background: #fff;
}

@media (min-width: 1200px) {
  .art.col {
    max-width: 800px;
  }
}
.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: 9999999 !important;
}

.adv-box.adv-intropage-mob {
  margin: 0;
}

#MM_mcJS_HTML5_LIQUID_SKIN_TheBody .container-fluid,
#MM_mcJS_HTML5_LIQUID_SKIN_TheBody .container {
  max-width: 1000px;
}

#MM_mcJS_HTML5_LIQUID_SKIN_TheBody .art.col {
  max-width: 660px;
}

.gallery-adv-box,
.gallery-adv-box > div,
.gallery-adv-box > ins {
  min-height: 90px;
  display: flex;
  flex: 1;
}

.gallery-adv-box > div,
.gallery-adv-box > ins > ins {
  margin: auto;
}

.optiload > div {
  display: flex !important;
}

.optiload,
.optiload > div,
.optiload > div iframe,
.adv-box.adv-masthead,
.adv-box.adv-atf,
.adv-box.adv-intext,
.adv-box.adv-btf,
.adv-box.adv-masthead > div,
.adv-box.adv-atf > div,
.adv-box.adv-intext > div,
.adv-box.adv-btf > div,
.adv-box.adv-masthead > div > div,
.adv-box.adv-atf > div > div,
.adv-box.adv-intext > div > div,
.adv-box.adv-btf > div > div,
.adv-box.adv-atf-mob,
.adv-box.adv-atf-mob > div,
.adv-box.adv-atf-mob > div > div {
  margin: auto;
}

@media (min-width: 992px) {
  .adv-box.adv-masthead,
.adv-box.adv-masthead > div > div {
    min-height: 270px;
    display: flex;
  }

  .adv-box.adv-atf,
.adv-box.adv-atf > div > div {
    min-height: 300px;
    display: flex;
    flex-direction: column;
  }

  .adv-box.adv-atf [data-adunitid="3"] {
    min-height: 300px;
  }

  .adv-box.adv-video.adv-video-1 {
    min-height: 220px;
  }

  .adv-box.adv-intext {
    min-height: 300px;
    display: flex;
  }

  .adv-box.adv-btf {
    min-height: 300px;
    display: flex;
  }

  .adv-box.adv-sidebar-top {
    min-height: 600px;
  }
}
@media (min-width: 468px) and (max-width: 991px) {
  .adv-box.adv-masthead {
    min-height: 250px;
    display: flex;
  }

  .adv-box.adv-atf {
    min-height: 430px;
    display: flex;
  }

  .adv-box.adv-intext,
.adv-box.adv-intext > div {
    min-height: 430px;
    display: flex;
  }

  .adv-box.adv-btf {
    min-height: 430px;
    display: flex;
  }

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

  .adv-box.adv-sidebar-sticky {
    min-height: 600px;
    display: flex;
  }
}
@media (max-width: 467px) {
  .adv-box.adv-masthead {
    min-height: 250px;
    display: flex;
  }

  .adv-box.adv-atf {
    min-height: 430px;
    display: flex;
  }

  .adv-box.adv-intext,
.adv-box.adv-intext > div {
    min-height: 430px;
    display: flex;
  }

  .adv-box.adv-btf {
    min-height: 430px;
    display: flex;
  }

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

  .adv-box.adv-sidebar-sticky {
    min-height: 600px;
    display: flex;
  }
}
@media (max-width: 991px) {
  #video-evo-mobile {
    height: 0;
    padding-bottom: 56% !important;
  }

  .art .art-desc div[id*=ENGAGEYA_WIDGET_] {
    min-height: 250px;
  }

  #wrap-optiload-masthead {
    min-height: 110px;
    display: flex;
    overflow-y: auto;
    z-index: 1000;
    flex: 1;
  }

  #wrap-optiload-masthead > div {
    margin: auto !important;
    display: flex;
    flex-direction: column;
  }

  .page-gallery .art .adv-box {
    min-height: 350px;
  }
}
.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 (min-width: 981px) {
  .gptslot[data-admobile="1"] {
    max-height: 0;
    display: contents;
  }
}
@media (max-width: 980px) {
  .gptslot[data-addesktop="1"] {
    max-height: 0;
    display: contents;
  }
}
