@charset "UTF-8";
/* https://www.iab.com/guidelines/z-index-guidelines/
Z-Index Range			|	Content Type 						|	Details
----------------------------------------------------------------------------------------------------------------------
< 0 					|	Background Elements					|	--
----------------------------------------------------------------------------------------------------------------------
0 - 4,999 				|	Main Content, Standard Ads 			|	Standard ad tags in place with regular content.
						|										|	Includes IBA Self Regulation Message
						|										|	(CLEAR Ad Notice)
----------------------------------------------------------------------------------------------------------------------
5,000 - 1,999,999 		|	Expanding Advertising 				|	The entire expandable ad unit should
						|										|	be set within this range
----------------------------------------------------------------------------------------------------------------------
2,000,000 - 2,999,999 	|	Floating Advertising 				|	Over The Page ads (OTP's)
----------------------------------------------------------------------------------------------------------------------
3,000,000 - 3,999,999 	|	Pop-up Elements 					|	Chat windows, message notifications
----------------------------------------------------------------------------------------------------------------------
4,000,000 - 4,999,999 	|	Non-anchored Floating Elements		|	Survey recruitment panels
----------------------------------------------------------------------------------------------------------------------
5,000,000 - 5,999,999 	|	Expanding Site Navigation Elements	|	Drop down navigation, site warnings, etc.
						|										|	Only the expanding portion of navigation elements
						|										|	should be included on this level.
----------------------------------------------------------------------------------------------------------------------
6,000,000+ 				|	Full-page Overlays 					|	Full-window Over-the-Page (OTP) ads and
						|										|	Between-the-Page ads IF they cover page content
*/
.author-bio-expand[style*="--expdesc-rows-numb: 0"]:not(.author-bio-expand--open) .esperti-share {
  position: absolute;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
}

/* copyright del verticale per menù panino */
:root {
  --pw-font: Times New Roman, Georgia, Serif;
  --pw-color: #a6940f;
  --pw-color-o: #fff;
  --pw-tit-fs: 2.6rem;
  --color-1: #C2AC12;
  --col-borders: #EEE;
  --gutter: 2.4rem;
}
@media only screen and (max-width: 20.0625em) {
  :root {
    --gutter: 1rem;
  }
}
@media only screen and (min-width: 48em) {
  :root {
    --gutter: 2rem;
  }
}
@media only screen and (min-width: 64em) {
  :root {
    --gutter: 2.8rem;
  }
}
@media only screen and (min-width: 85.4375em) {
  :root {
    --gutter: 3.8rem;
  }
}

.gated_banner_login_button, .wdg-bn__cta {
  cursor: pointer;
  text-decoration: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-weight: var(--btT1-fw, 700);
  font-size: var(--btT1-fs, 1.6rem);
  line-height: var(--btT1-lh, 1.2);
  font-family: var(--btT1-ff, Lato, Trebuchet MS, sans-serif);
  text-transform: var(--btT1-tt, none);
  letter-spacing: var(--btT1-ls, 0.006em);
  padding: var(--btT1-p, 0.97em 1.99em);
  border-radius: var(--btT1-rd, 3.2em);
  color: var(--btT1-c, #FFF);
  background: var(--btT1-bc, #000);
}
@media (pointer: fine) {
  .gated_banner_login_button, .wdg-bn__cta {
    transition: background-color 0.2s cubic-bezier(0.55, 0, 0.1, 1);
  }
  .gated_banner_login_button:hover, .wdg-bn__cta:hover {
    color: var(--btT1-c, #FFF);
    background: var(--btT1-bc, #525252);
  }
}

/* lato-regular - latin */
@font-face {
  font-display: swap;
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/lato/lato-latin-regular.woff2") format("woff2"), url("../fonts/lato/lato-latin-regular.woff") format("woff");
}
/* lato-italic - latin */
@font-face {
  font-display: optional;
  font-family: "Lato";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/lato/lato-latin-italic.woff2") format("woff2"), url("../fonts/lato/lato-latin-italic.woff") format("woff");
}
/* lato-700 - latin */
@font-face {
  font-display: optional;
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/lato/lato-latin-700.woff2") format("woff2"), url("../fonts/lato/lato-latin-700.woff") format("woff");
}
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
main,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline-color: rgba(0, 0, 0, 0);
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
  font-size: 0.625em;
  line-height: 1.2;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

main,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  outline-color: rgba(0, 0, 0, 0);
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0);
}

:focus-visible {
  outline: solid rgba(0, 0, 0, 0);
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
  background: rgba(0, 0, 0, 0);
}

[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  resize: vertical;
  overflow: auto;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
}

b,
strong {
  font-weight: 700;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

[hidden],
template {
  display: none;
}

/* ::-moz-selection {
    color: $txt0;
    background: $bgcolor1;
    text-shadow: none;
}

::selection {
    color: $txt0;
    background: $bgcolor1;
    text-shadow: none;
} */
a:active,
a:hover {
  outline-color: rgba(0, 0, 0, 0);
}

abbr[title] {
  border-bottom: 0.1rem dotted;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

svg:not(:root) {
  overflow: hidden;
}

@font-face {
  font-display: swap;
  font-family: "icovips";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/icovips-v2.0/icovips.woff2?v1") format("woff2"), url("../fonts/icovips-v2.0/icovips.woff?v1") format("woff");
}
.ico {
  display: inline-block;
}
.ico:before {
  font-family: "icovips";
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ic_menu::before {
  content: "\e905";
}

.ic_close::before {
  content: "\e902";
}

.ic_search::before {
  content: "\e900";
}

.ic_pnt::before {
  content: "\e913";
}

.ico_wsu::before {
  content: "\e911";
}

.ic_fcb::before {
  content: "\e901";
}

.ic_glg {
  display: none;
}

.ic_msg::before {
  content: "\e904";
}

.ic_yt::before {
  content: "\e907";
}

.ic_har_dx::before {
  content: "\e90e";
}

.ic_har_dw::before {
  content: "\e90f";
}

.ic_shr::before {
  content: "\e906";
}

.ic_vid::before {
  content: "\ea1c";
}

.ic_foto::before {
  content: "\e912";
}

.ic_ins::before {
  content: "\ea92";
}

.ic_har_sx::before,
.ic_har_dx::before {
  content: "";
  -webkit-clip-path: polygon(0% 92.3%, 13.42% 100%, 100% 50%, 13.33% 0%, 0% 7.65%, 73.42% 50%, 0% 92.3%);
  clip-path: polygon(0% 92.3%, 13.42% 100%, 100% 50%, 13.33% 0%, 0% 7.65%, 73.42% 50%, 0% 92.3%);
  width: 1.2rem;
  height: 2rem;
  background-color: var(--ico-bt-c, currentColor);
}

.ic_har_sx {
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
body {
  font-size: 1.2rem;
  font-family: "Lato", "Trebuchet MS", sans-serif;
  color: #000;
  background-color: #e7eaea;
  overflow-y: scroll;
  overflow-x: hidden;
}
body.modalOverflow {
  position: fixed;
}
body.open__nav, body.skew__search {
  width: 100%;
}
@media only screen and (max-width: 63.9375em) {
  body.open__nav {
    overflow-y: hidden;
  }
}

a,
a *:not(svg),
.search_btn,
.ico::before {
  text-decoration: none;
  outline: none;
  transition: color 0.2s cubic-bezier(0.55, 0, 0.1, 1);
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.clear {
  clear: both;
  height: 0;
  line-height: 0;
  overflow: hidden;
  font-size: 0;
}

.hide {
  display: none !important;
}

@media (pointer: fine) {
  .iol-listing-02-item__img, .topSlider img,
  .cnt3col img,
  .cntGrid img,
  .entry-thumbnail img,
  .thumbnail img,
  .widget_promo_box_widget img,
  .sviol-bottom img {
    transition: opacity 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .iol-listing-02-item__img:hover, .topSlider img:hover,
  .cnt3col img:hover,
  .cntGrid img:hover,
  .entry-thumbnail img:hover,
  .thumbnail img:hover,
  .widget_promo_box_widget img:hover,
  .sviol-bottom img:hover {
    opacity: 0.8;
  }
}

/* ---- LOAD MORE ---- */
.load-more,
.speciale-button {
  width: 26rem;
  margin: 3rem auto;
  cursor: pointer;
  text-align: center;
}
.load-more .text,
.speciale-button .text {
  font-size: 2.1rem;
  background-color: rgba(153, 153, 153, 0.1);
  color: #C2AC12;
  display: inline-block;
  line-height: 2;
  font-weight: 600;
  transition: color 0.2s cubic-bezier(0.55, 0, 0.1, 1), background-color 0.2s cubic-bezier(0.55, 0, 0.1, 1);
  width: 100%;
  box-shadow: 0 0.15rem 0.4rem rgba(0, 0, 0, 0.24), 0 0.15rem 0.6rem rgba(0, 0, 0, 0.12);
  border-radius: 0.5rem;
  background-clip: padding-box;
}
.load-more .loader,
.speciale-button .loader {
  display: none;
  width: 4rem;
  height: 4rem;
  background: url(/wp-content/themes/vip/italiaonline-siviaggia/images/loadmore.svg) 50% 50% no-repeat;
  vertical-align: middle;
}
.load-more.active .text,
.speciale-button.active .text {
  display: none;
}
.load-more.active .loader,
.speciale-button.active .loader {
  display: inline-block;
}
.load-more:hover .text,
.speciale-button:hover .text {
  background-color: #C2AC12;
  color: #FFF;
}

/* ---- FINE LOAD MORE ---- */
/* ---- titoli di sezione ---- */
.box_content .vv_tit-t1,
.box_slider .vv_tit-t1 {
  font-size: 4rem;
  padding: 1.3rem 0 3rem;
  text-align: center;
  position: relative;
  line-height: 1.2;
  color: #FFF;
  font-family: "Times New Roman", Georgia, Serif;
  font-weight: 400;
  color: #C2AC12;
}
.box_content .vv_tit-t1 span,
.box_slider .vv_tit-t1 span {
  font-family: "Lato", "Trebuchet MS", sans-serif;
  font-size: 1.4rem;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  font-weight: 700;
}
@media only screen and (min-width: 48em) {
  .box_content .vv_tit-t1,
  .box_slider .vv_tit-t1 {
    font-size: 4.8rem;
  }
  .box_content .vv_tit-t1 span,
  .box_slider .vv_tit-t1 span {
    font-size: 1.8rem;
  }
}

/* ---- fine titoli di sezione ---- */
img#wpstats {
  visibility: hidden;
}

#wpadminbar {
  z-index: 10000000;
}

hr.hr-t1 {
  margin: 2rem auto;
  border: solid #DEDEDE;
  border-width: 0.1rem 0 0;
}

.clamp-lines {
  display: -webkit-box;
  -webkit-line-clamp: var(--line-clamp, 3);
  -webkit-box-orient: vertical;
  max-height: calc(1em * var(--txt-lh, 1.2) * var(--line-clamp, 3));
  overflow: hidden;
}

.hyphens {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  hyphens: auto;
}

.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* ---- ADV ---- */
#adwallpaper,
#admasthead,
#adbillboard {
  text-align: center;
}
@media only screen and (max-width: 48em) {
  #adwallpaper,
  #admasthead,
  #adbillboard {
    display: inline-flex;
    justify-content: center;
    align-items: center;
  }
}

#admasthead,
#adbillboard {
  border-bottom: 1.8rem solid #FFF;
}

#admputop,
#admputop2,
#admpufoot,
#admpufoot2,
div[id^=admpudyn],
#iol-player-container-outer,
#wrapper-fgiol .admpudyn-fg {
  margin-bottom: 1rem;
  text-align: center;
  min-width: 300px;
  min-height: 250px;
}
#admputop:empty::after,
#admputop2:empty::after,
#admpufoot:empty::after,
#admpufoot2:empty::after,
div[id^=admpudyn]:empty::after,
#iol-player-container-outer:empty::after,
#wrapper-fgiol .admpudyn-fg:empty::after {
  content: "";
  display: block;
  width: 300px;
  height: 250px;
  margin: 0 auto;
  background: #e7eaea;
}

#admputop2,
div[id^=admpudyn],
#iol-player-container-outer,
#wrapper-fgiol .admpudyn-fg {
  padding: 3.5rem 0 2rem;
  border: solid #ccc;
  border-width: 0.1rem 0;
  position: relative;
}
#admputop2::before,
div[id^=admpudyn]::before,
#iol-player-container-outer::before,
#wrapper-fgiol .admpudyn-fg::before {
  content: "PUBBLICITÀ";
  position: absolute;
  top: 1rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font: 1.1rem "Lato", "Trebuchet MS", sans-serif;
  color: #ccc;
}

#iol-player-container-outer {
  min-height: 210px;
  max-height: 300px;
  padding: 3.5rem 0 2rem;
}
@media only screen and (min-width: 48em) {
  #iol-player-container-outer {
    min-height: 300px;
  }
}
#iol-player-container-outer > div {
  aspect-ratio: 16/9;
  margin: auto;
  max-height: 300px;
}
@media only screen and (max-width: 48em) {
  #iol-player-container-outer > div > div {
    width: 100%;
  }
}
@media only screen and (min-width: 48em) {
  #iol-player-container-outer > div {
    height: 300px;
  }
}
#iol-player-container-outer > div:empty::after {
  min-height: 300px;
  max-height: 300px;
  aspect-ratio: 16/9;
  margin: auto;
}

@media only screen and (max-width: 48em) {
  #wrapper-fgiol .admpudyn-fg {
    margin-bottom: 0;
    border-color: rgba(255, 255, 255, 0.3);
  }
}

#cont-wallpaper {
  min-height: 9rem;
}

#LIQUID_INREAD {
  margin-bottom: 1rem;
}

@media only screen and (min-width: 48em) {
  #admpumiddle1,
  #admpumiddle2 {
    float: left;
    width: 100%;
    min-width: 300px;
    min-height: 250px;
    text-align: center;
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
    border-bottom: 0.1rem solid #333;
  }
}

.advContFixed {
  position: relative;
  z-index: 1;
  width: 100%;
  clear: both;
}
.advContFixed .fixIt {
  position: fixed;
  top: 0;
}
@media only screen and (min-width: 85.4375em) {
  .advContFixed {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
    padding: 3.5rem;
    background: #F7F7F7;
  }
  .advContFixed .fixIt {
    background: #F7F7F7;
    padding: 3.5rem;
    margin-left: -3.5rem;
  }
  .nwsc-video .advContFixed {
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    background: rgba(194, 172, 18, 0);
  }
  .nwsc-video .advContFixed .fixIt {
    margin-left: 0;
    padding: 0;
    background: rgba(194, 172, 18, 0);
  }
}

.siviaggia-ad-mpu-top,
.siviaggia-ad-mpu-foot {
  text-align: center;
  display: none;
}
@media only screen and (min-width: 64em) {
  .siviaggia-ad-mpu-top,
  .siviaggia-ad-mpu-foot {
    display: block;
  }
}

/* ---- i:brandheader mobile ---- */
.bh_link {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
}

.bh_flexible {
  min-width: 32rem;
  max-width: 45rem;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0) var(--flexible-img) no-repeat 50% 0/100%;
  display: block;
  width: 100%;
}
.bh_flexible::before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 50%;
}
.bh_flexible-back {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
.bh_flexible-top {
  position: fixed;
  z-index: 5;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.bh_flexible-top::before {
  padding-top: var(--flexible-min-padding-top);
}

/* ---- f:brandheader mobile ---- */
/* ---- i: adv 320x50/100 temporizzato ---- */
@media only screen and (max-width: 48em) {
  :root {
    --ad320-height: 100px;
  }
  .hp_320x1-p1 {
    z-index: 5;
    position: -webkit-sticky;
    position: sticky;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: var(--ad320-height);
    background-color: inherit;
  }
  .box320x1 .hp_320x1-p1 {
    top: 0;
  }
  .brand_header .hp_320x1-p1 {
    height: 0;
    min-height: 0;
  }
  .stk_320x1 {
    display: none;
  }
  .stk_320x1--active {
    display: flex;
    justify-content: center;
    position: fixed;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 5;
  }
}
/* ---- f: adv 320x50/100 temporizzato ---- */
#amelie_container:not(:empty) {
  margin: 1em auto;
}
#amelie_container:empty {
  height: 0;
}

/* ---- FINE ADV ---- */
.main_grid {
  min-width: 32rem;
  margin: 0 auto;
  box-sizing: border-box;
  transition: opacity 0.5s cubic-bezier(0.55, 0, 0.1, 1);
  background: #FFF;
  position: relative;
  /* z-index:$z0zero; */
}
.skew__search .main_grid {
  opacity: 0.1;
}
@media only screen and (min-width: 26.5625em) {
  .main_grid {
    width: 100%;
  }
}
@media only screen and (min-width: 48em) {
  .main_grid {
    width: 100%;
  }
}
@media only screen and (min-width: 64em) {
  .main_grid {
    width: 100rem;
  }
}
@media only screen and (min-width: 85.4375em) {
  .main_grid {
    width: 119.2rem;
  }
}

.row {
  padding: 0 2.4rem;
  margin-bottom: 2rem;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.row.darker {
  background-color: #444;
}
.row.dark {
  background-color: #F7F7F7;
}
.row.row--inline-0 {
  padding-inline: 0;
}
@media only screen and (max-width: 20.0625em) {
  .row {
    padding: 0 1rem;
  }
}
@media only screen and (min-width: 64em) {
  .row {
    padding: 0 2.8rem;
    margin-bottom: 2.8rem;
  }
  .row.dark {
    padding: 2.8rem;
  }
  .row.dark:first-of-type {
    margin-top: -2rem;
  }
  .nwsc-video .row {
    padding: 0 2rem;
  }
}
@media only screen and (min-width: 85.4375em) {
  .row {
    padding: 0 3.8rem;
    margin-bottom: 3.8rem;
  }
  .row.dark {
    padding: 3.8rem;
  }
}

.main_content {
  overflow: hidden;
}
@media only screen and (min-width: 64em) {
  .main_content {
    overflow: visible;
  }
}

/* ---- PAGINE INTERNE ---- */
.content-area,
.widgets-below-gallery {
  float: left;
  width: 100%;
}
@media only screen and (min-width: 64em) {
  .content-area,
  .widgets-below-gallery {
    width: 59.5rem;
    padding-right: 3.5rem;
  }
  .nwsc-video .content-area,
  .nwsc-video .widgets-below-gallery {
    width: 64rem;
    padding-right: 2rem;
  }
}
@media only screen and (min-width: 85.4375em) {
  .content-area,
  .widgets-below-gallery {
    padding-right: 4.5rem;
    width: 68.7rem;
  }
  .nwsc-video .content-area,
  .nwsc-video .widgets-below-gallery {
    width: 83.2rem;
  }
}

.sidebar-container {
  float: right;
  width: 100%;
}
@media only screen and (min-width: 64em) {
  .sidebar-container {
    float: right;
    width: 30rem;
  }
}
@media only screen and (min-width: 85.4375em) {
  .sidebar-container {
    float: right;
    width: 37rem;
  }
  .nwsc-video .sidebar-container {
    width: 30rem;
  }
}

.content-full-area {
  float: left;
  width: 100%;
}

.sidebar-inner {
  box-sizing: border-box;
  float: left;
  width: 100%;
}
@media only screen and (min-width: 85.4375em) {
  .sidebar-inner {
    padding: 0 3.5rem;
  }
  .nwsc-video .sidebar-inner {
    padding: 0;
  }
}

/* ---- FINE PAGINE INTERNE ---- */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  touch-action: pan-y;
}

.swiper-wp8-vertical {
  touch-action: pan-x;
}

.swiper-button-prev,
.swiper-button-next {
  cursor: pointer;
  display: var(--sw-bt-disp, flex);
  justify-content: center;
  align-items: center;
  width: var(--sw-bt-sz, 6.8rem);
  height: var(--sw-bt-sz, 6.8rem);
  border-radius: 50%;
  text-align: var(--sw-bt-ta, center);
  font-size: var(--sw-bt-fsz, 2rem);
  line-height: 1;
  color: var(--sw-bt-c, #000);
  background-color: var(--sw-bt-bgc, #FFF);
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  --sw-bt-disp: none;
}
@media (pointer: fine) {
  .swiper-button-prev,
  .swiper-button-next {
    transition: all 0.2s cubic-bezier(0.55, 0, 0.1, 1);
  }
  .swiper-button-prev:hover,
  .swiper-button-next:hover {
    --sw-bt-c: var(--color-1);
    --sw-bt-bgc: rgba(255, 255, 255, 0.75);
  }
}
@media only screen and (max-width: 63.9375em) {
  .swiper-button-prev,
  .swiper-button-next {
    --sw-bt-disp: none;
  }
}

.topSlider {
  margin: -0.8rem -2.4rem 0;
  background-color: #333;
}
.topSlider figure {
  position: relative;
  overflow: hidden;
}
.topSlider figure:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}
.topSlider figure img,
.topSlider figure svg {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.topSlider .swiper-slide {
  width: 100%;
}
.topSlider .swiper-slide .cat {
  padding: 1rem 1.5rem;
  margin-top: -3.4rem;
  font-size: 1.2rem;
  color: #FFF;
  background-color: rgba(38, 151, 171, 0.8);
  font-weight: 400;
  text-transform: uppercase;
  position: absolute;
  z-index: 1;
}
.topSlider .swiper-slide img {
  opacity: 1;
}
.topSlider h2 {
  padding: 2rem 2rem 0;
  margin: 0 0 5rem;
  max-height: calc(1.2em * var(--top-slider-row, 5));
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: var(--top-slider-row, 5);
  overflow: hidden;
  font-size: var(--top-slider-fs, 2.8rem);
  line-height: 1.2;
  font-family: "Times New Roman", Georgia, Serif;
  color: #FFF;
}
.topSlider p {
  display: none;
}
.topSlider .swiper-pagination {
  position: absolute;
  text-align: center;
  z-index: 10;
  left: 0;
  right: 0;
  bottom: 1.5rem;
  font-size: 1.8rem;
  line-height: 1;
  color: #FFF;
  font-family: "Times New Roman", Georgia, Serif;
}
.topSlider .swiper-pagination-current {
  font-size: 2rem;
  font-weight: 900;
  color: #C2AC12;
}
@media only screen and (max-width: 20.0625em) {
  .topSlider {
    margin: -0.8rem -1rem 0;
  }
}
@media only screen and (min-width: 48em) {
  .topSlider {
    margin: -2rem -2.4rem 0;
  }
}
@media only screen and (min-width: 64em) {
  .topSlider {
    --top-slider-row: 4;
    --top-slider-fs: 1.8rem;
    margin: 0;
    float: left;
    width: 60rem;
    background-color: transparent;
  }
  .topSlider h2 {
    padding: 0;
    margin: 0;
    font-weight: 400;
    color: #333;
  }
  .topSlider .cat {
    margin-top: -4.9rem;
    transition: background-color 0.4s cubic-bezier(0.55, 0, 0.1, 1);
  }
  .topSlider .swiper-wrapper {
    display: block;
    font-size: 0;
    margin-left: -1.5rem;
  }
  .topSlider .swiper-slide {
    display: inline-block;
    width: 33.3333333333%;
    padding: 0 0 2rem 1.5rem;
    box-sizing: border-box;
    vertical-align: top;
  }
  .topSlider .swiper-slide:first-child {
    --top-slider-row: 3;
    --top-slider-fs: 2.7rem;
    display: block;
    width: 100%;
    padding: 0 1.5rem 0 0;
    margin: 0 0 1.5rem 1.5rem;
  }
  .topSlider .swiper-slide:first-child h2 {
    font-weight: 700;
    color: #FFF;
  }
  .topSlider .swiper-slide:first-child div {
    position: absolute;
    left: 0;
    right: 3rem;
    bottom: 0;
    background: #000;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    padding: 2rem;
    box-sizing: border-box;
  }
  .topSlider .swiper-slide:first-child .cat {
    margin: -5.4rem 0 0 -2rem;
  }
  .topSlider .swiper-slide div {
    padding-top: 1.5rem;
  }
  .topSlider .swiper-slide .cat {
    margin-top: -4.9rem;
  }
  .topSlider a:hover h2 {
    color: #C2AC12 !important;
  }
  .topSlider a:hover .cat {
    background-color: #C2AC12 !important;
  }
}
@media only screen and (min-width: 85.4375em) {
  .topSlider {
    width: 78rem;
  }
  .topSlider .swiper-wrapper {
    margin-left: -3rem;
  }
  .topSlider .swiper-slide {
    padding: 0 0 3rem 3rem;
  }
  .topSlider .swiper-slide:first-child {
    --top-slider-fs: 3.5rem;
    padding: 0 3rem 0 0;
    margin: 0 0 3rem 3rem;
  }
}

.topVideo .swiper-wrapper,
.topPostGalleries .swiper-wrapper,
.videoNotizie .swiper-wrapper,
.fotoNotizie .swiper-wrapper {
  padding-bottom: 30px;
}
.topVideo .swiper-pagination,
.topPostGalleries .swiper-pagination,
.videoNotizie .swiper-pagination,
.fotoNotizie .swiper-pagination {
  position: absolute;
  text-align: center;
  z-index: 10;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 2rem;
  line-height: 1;
  color: #F7F7F7;
  font-family: "Times New Roman", Georgia, Serif;
}
.topVideo .swiper-pagination-current,
.topPostGalleries .swiper-pagination-current,
.videoNotizie .swiper-pagination-current,
.fotoNotizie .swiper-pagination-current {
  color: #C2AC12;
}

.topCalcolatori .swiper-slide {
  width: 35%;
  margin: 0 2.5%;
}
@media only screen and (min-width: 48em) {
  .topCalcolatori .swiper-slide {
    width: 20%;
    padding-left: 0;
  }
}
@media only screen and (min-width: 64em) {
  .topCalcolatori .swiper-slide {
    margin: 0;
  }
  .topCalcolatori ~ .swiper-button-prev,
  .topCalcolatori ~ .swiper-button-next {
    --sw-bt-bgc: #F7F7F7;
  }
}

.topSpecialiSlider {
  background-color: rgb(29.215, 29.215, 29.215);
}
.topSpecialiSlider .swiper-slide {
  box-sizing: border-box;
  padding: 2rem;
}
.topSpecialiSlider .swiper-slide img {
  opacity: 1;
}
.topSpecialiSlider .swiper-pagination {
  text-align: center;
  font-size: 1.8rem;
  line-height: 1;
  color: #999;
}
.topSpecialiSlider .swiper-pagination-current {
  font-size: 2.4rem;
  font-weight: 900;
  color: #C2AC12;
}
@media only screen and (min-width: 48em) {
  .topSpecialiSlider .swiper-wrapper {
    display: block;
    font-size: 0;
  }
  .topSpecialiSlider .swiper-slide {
    display: inline-block;
    width: 50%;
    vertical-align: top;
  }
}
@media only screen and (min-width: 64em) {
  .topSpecialiSlider .swiper-slide {
    width: 25%;
  }
}

.topEsperti {
  margin: 0 -2rem;
}
.topEsperti .swiper-slide {
  width: 55%;
  box-sizing: border-box;
}
@media only screen and (min-width: 64em) {
  .topEsperti {
    margin: 0 8rem;
  }
}

.swiper-slide img {
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.55, 0, 0.1, 1);
}
.swiper-slide img.swiper-lazy-loaded {
  opacity: 1;
}

@media only screen and (min-width: 64em) {
  .swiper-button-prev,
  .swiper-button-next {
    position: absolute;
    z-index: 10;
    top: 50%;
  }
}
#tb-iframe-cont {
  margin: 0 -2.4rem;
  background-color: #F7F7F7;
}
#tb-iframe-cont iframe {
  height: 66rem;
  width: 100%;
  margin: 0 auto;
  display: block;
}
@media only screen and (max-width: 20.0625em) {
  #tb-iframe-cont {
    margin: 0 -1rem;
  }
}
@media only screen and (min-width: 48em) {
  #tb-iframe-cont iframe {
    height: 38rem;
    width: 100%;
  }
}
@media only screen and (min-width: 64em) {
  #tb-iframe-cont {
    margin: 0;
    float: right;
  }
  #tb-iframe-cont iframe {
    height: 66rem;
    width: 33rem;
  }
}

.box_slider {
  position: relative;
  margin: 0 -2.4rem;
}
.box_slider ul {
  list-style: none;
}
.box_slider .vv_tit-t2 {
  overflow: hidden;
  text-align: center;
  font-weight: 400;
}
.box_slider .cat {
  display: block;
  text-align: center;
  color: #2697AB;
  font-weight: 700;
  font-size: 1.4rem;
  padding: 0.5rem 0;
}
.box_slider li {
  margin-bottom: 3rem;
  position: relative;
  box-sizing: border-box;
  vertical-align: top;
}
.box_slider li span {
  font-weight: 700;
  color: #C2AC12;
  font-size: 1.2rem;
  display: inline-block;
}
.box_slider.top_video, .box_slider.top_postsgalleries {
  background-color: #000;
  padding: 3.5rem 0;
}
.box_slider.top_video .vv_tit-t1 span, .box_slider.top_postsgalleries .vv_tit-t1 span {
  color: #FFF;
}
.box_slider.top_video .vv_tit-t2, .box_slider.top_postsgalleries .vv_tit-t2 {
  font-family: "Times New Roman", Georgia, Serif;
  font-size: 2.6rem;
  max-height: 12.5rem;
  color: #FFF;
  line-height: 1.2;
}
.box_slider.top_video figure, .box_slider.top_postsgalleries figure {
  position: relative;
  overflow: hidden;
  margin: 0 0 0.7rem;
}
.box_slider.top_video figure:before, .box_slider.top_postsgalleries figure:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}
.box_slider.top_video figure img,
.box_slider.top_video figure svg, .box_slider.top_postsgalleries figure img,
.box_slider.top_postsgalleries figure svg {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.box_slider.top_video .ic_vid,
.box_slider.top_video .ic_foto, .box_slider.top_postsgalleries .ic_vid,
.box_slider.top_postsgalleries .ic_foto {
  position: absolute;
  left: 50%;
  top: 50%;
  color: #FFF;
  font-size: 4rem;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.box_slider.top_video .top_glossario_cta, .box_slider.top_postsgalleries .top_glossario_cta {
  margin-top: 4rem;
  font-weight: 700;
  font-size: 1.6rem;
  text-align: center;
}
.box_slider.top_video .top_glossario_cta a, .box_slider.top_postsgalleries .top_glossario_cta a {
  color: #C2AC12;
}
.box_slider.top_esperti {
  padding: 3rem;
  background-color: #F7F7F7;
}
.box_slider.top_esperti .vv_tit-t1 {
  color: #999;
  padding-bottom: 1.6rem;
}
.box_slider.top_esperti .vv_tit-t1 span {
  color: #C2AC12;
  text-transform: uppercase;
}
.box_slider.top_esperti .vv_tit-t2 {
  font-family: "Times New Roman", Georgia, Serif;
  font-size: 2rem;
  max-height: 13.4rem;
  padding: 0 1.5rem;
  text-align: center;
  color: #000;
}
.box_slider.top_esperti figure {
  position: relative;
  overflow: hidden;
  margin: 3rem auto;
  border-radius: 50%;
  background-clip: padding-box;
  width: 80%;
}
.box_slider.top_esperti figure:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
.box_slider.top_esperti figure img,
.box_slider.top_esperti figure svg {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.box_slider.top_esperti .label {
  display: block;
  line-height: 1.4;
  font-weight: 700;
  color: #525252;
  font-size: 1.2rem;
  margin-top: 0.8rem;
  color: #C2AC12;
  text-transform: uppercase;
  text-align: center;
}
.box_slider.calculators__list__widget--swiper {
  padding: 1.5rem 0;
}
.box_slider.calculators__list__widget--swiper .vv_tit-t1 span {
  color: #000;
}
@media only screen and (min-width: 48em) {
  .box_slider ul {
    margin-left: -3rem;
  }
  .box_slider li {
    display: inline-block;
    padding-left: 3rem;
  }
  .box_slider li span {
    font-size: 1.6rem;
  }
  .box_slider.top_video .cat, .box_slider.top_postsgalleries .cat {
    padding: 1.5rem 0 0.5rem;
  }
  .box_slider.top_esperti figure {
    width: 60%;
  }
  .box_slider.calculators__list__widget--swiper ul {
    margin-left: 0;
  }
}
@media only screen and (min-width: 64em) {
  .box_slider {
    margin: 0 -2.8rem;
    /* a {
    	&:hover {
    		.cat,
    		.vv_tit-t2,
    		.vv_tit-t1 {
    			color:$color8;
    			span {
    				color:$color6;
    			}
    		}

    	}
    } */
  }
  .box_slider .swiper-button-prev {
    left: 1rem;
  }
  .box_slider .swiper-button-next {
    right: 1rem;
  }
  .box_slider.top_video, .box_slider.top_postsgalleries {
    padding: 3.5rem 10rem;
  }
  .box_slider.top_video .swiper-button-prev,
  .box_slider.top_video .swiper-button-next, .box_slider.top_postsgalleries .swiper-button-prev,
  .box_slider.top_postsgalleries .swiper-button-next {
    --sw-bt-c: #FFF;
    --sw-bt-bgc: rgba(255, 255, 255, 0.2);
  }
  .box_slider.top_video .swiper-button-prev:hover,
  .box_slider.top_video .swiper-button-next:hover, .box_slider.top_postsgalleries .swiper-button-prev:hover,
  .box_slider.top_postsgalleries .swiper-button-next:hover {
    --sw-bt-c: #C2AC12;
    --sw-bt-bgc: rgba(255, 255, 255, 0.5);
  }
  .box_slider.top_video a:hover .ic_vid,
  .box_slider.top_video a:hover .ic_foto, .box_slider.top_postsgalleries a:hover .ic_vid,
  .box_slider.top_postsgalleries a:hover .ic_foto {
    color: #C2AC12;
  }
  .box_slider.top_video a:hover .vv_tit-t2, .box_slider.top_postsgalleries a:hover .vv_tit-t2 {
    color: #C2AC12;
  }
  .box_slider.top_video a:hover .vv_tit-t1, .box_slider.top_postsgalleries a:hover .vv_tit-t1 {
    color: #FFF;
  }
  .box_slider.top_video a:hover .vv_tit-t1 span, .box_slider.top_postsgalleries a:hover .vv_tit-t1 span {
    color: #C2AC12;
  }
  .box_slider.top_esperti .swiper-button-prev,
  .box_slider.top_esperti .swiper-button-next {
    top: 42% !important;
  }
  .box_slider.calculators__list__widget--swiper {
    padding: 3.5rem 7rem;
  }
  .box_slider.calculators__list__widget--swiper a:hover .vv_tit-t1 {
    color: #2697AB;
  }
  .box_slider.calculators__list__widget--swiper a:hover .vv_tit-t1 span {
    color: #C2AC12;
  }
}
@media only screen and (min-width: 85.4375em) {
  .box_slider {
    margin: 0 -3.8rem;
  }
  .box_slider .swiper-button-prev {
    left: 2rem;
  }
  .box_slider .swiper-button-next {
    right: 2rem;
  }
  .box_slider.top_video, .box_slider.top_postsgalleries {
    padding: 3.5rem 13rem;
  }
  .box_slider.calculators__list__widget--swiper {
    padding: 3.5rem 10rem;
  }
}

.box_content {
  position: relative;
}
.box_content figure {
  position: relative;
  overflow: hidden;
}
.box_content figure:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}
.box_content figure img,
.box_content figure svg {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.box_content.top_svp {
  margin: 0 -10px;
}
@media only screen and (max-width: 20.0625em) {
  .box_content.top_svp {
    margin-right: -1rem;
    margin-left: -1rem;
  }
}
@media only screen and (min-width: 48em) {
  .box_content.top_svp {
    margin-right: 0;
    margin-left: 0;
  }
}
.box_content.top_svp a {
  color: inherit;
}
.box_content.top_svp .swiper-slide {
  width: 55%;
}
.box_content.top_svp .vv_tit-t1 span {
  color: #000;
  text-transform: uppercase;
}
@media only screen and (min-width: 64em) {
  .box_content.top_svp .swiper-button-prev,
  .box_content.top_svp .swiper-button-next {
    top: 30%;
    --sw-bt-sz: 6rem;
  }
  .box_content.top_svp .swiper-button-prev {
    left: -2.7rem;
  }
  .box_content.top_svp .swiper-button-next {
    right: -2.7rem;
  }
}
.box_content.top_svp .sw_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  font-size: 1.6rem;
  margin: 0 1em;
}
@media only screen and (min-width: 48em) {
  .box_content.top_svp .sw_item {
    max-width: 18rem;
    margin-right: auto;
    margin-left: auto;
  }
}
.box_content.top_svp .sw_figure {
  width: 80%;
  max-width: 13rem;
  margin: 0 auto 1.375em;
  border-radius: 50%;
}
.box_content.top_svp .sw_figure::before {
  padding-top: 100%;
}
@media only screen and (min-width: 48em) {
  .box_content.top_svp .sw_figure {
    width: 7.5em;
  }
}
.box_content.top_svp .sw_tit {
  margin-bottom: 0.3em;
  font-weight: 700;
  font-size: 1.25em;
  line-height: 1.1;
  color: #000;
}
.box_content.top_svp .sw_txt {
  font-size: 1em;
  line-height: 1.3125;
  max-height: 5.25em;
  color: #888;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.box_content .top_svp__cta {
  font-weight: 700;
  font-size: 1.6rem;
  text-align: center;
  color: #C2AC12;
  margin: 10px auto;
}
@media only screen and (min-width: 48em) {
  .box_content .top_svp__cta {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 64em) {
  .box_content .top_svp__cta {
    margin-top: 4rem;
    margin-bottom: 28px;
  }
}
@media only screen and (min-width: 85.4375em) {
  .box_content .top_svp__cta {
    margin-bottom: 38px;
  }
}
.box_content.qf_glossario_widget .vv_tit-t1 span {
  color: #000;
}

.cnt3col figure {
  margin-bottom: 2rem;
}
.cnt3col .cat {
  display: inline-block;
  font-weight: 700;
  margin-bottom: 1rem;
}
.cnt3col .vv_tit-t2 {
  font-size: 2.4rem;
  max-height: 3.6em;
  margin-bottom: 2rem;
  font-family: "Times New Roman", Georgia, Serif;
  overflow: hidden;
  line-height: 1.2;
  font-weight: 400;
  color: #000;
}
.cnt3col .s-col ul {
  list-style: none;
}
.cnt3col .s-col li {
  border-top: 0.1rem solid #ccc;
  display: none;
  padding: 2rem 0;
  font-size: 1.8rem;
}
.cnt3col .s-col li:nth-of-type(1), .cnt3col .s-col li:nth-of-type(2) {
  display: block;
}
.cnt3col .s-col span {
  font-family: "Times New Roman", Georgia, Serif;
  display: block;
  overflow: hidden;
  max-height: 7rem;
  line-height: 1.3;
  color: #333;
}
.cnt3col .tp2 li:nth-of-type(1) + li {
  font-style: italic;
  padding: 2rem 0 3rem;
}
.cnt3col .mod1 .cat {
  color: #C2AC12;
  font-size: 1.5rem;
}
.cnt3col .c_box {
  padding: 2rem;
}
.cnt3col .c_box .cat {
  color: #C2AC12;
  font-size: 1.3rem;
}
.cnt3col .c_box p {
  font-size: 1.4rem;
  margin-bottom: 2rem;
  overflow: hidden;
  max-height: 6.7rem;
  line-height: 1.6;
}
.cnt3col .bdark {
  background-color: #333;
}
.cnt3col .bdark .vv_tit-t2,
.cnt3col .bdark p {
  color: #FFF;
}
.cnt3col .bbrown {
  background-color: #C2AC12;
}
.cnt3col .bbrown .cat {
  font-size: 3rem;
  color: #FFF;
}
.cnt3col .bbrown .vv_tit-t2,
.cnt3col .bbrown p {
  color: #FFF;
}
.cnt3col .bbrown p + p {
  display: none;
}
.cnt3col .bblue {
  background-color: #2697AB;
}
.cnt3col .bblue .vv_tit-t2,
.cnt3col .bblue p,
.cnt3col .bblue .cat {
  color: #FFF;
}
@media only screen and (min-width: 64em) {
  .cnt3col {
    display: table;
  }
  .cnt3col > div {
    display: table-cell;
    vertical-align: top;
    box-sizing: border-box;
  }
  .cnt3col .f-col {
    width: 45%;
  }
  .cnt3col .s-col {
    padding: 0 3rem;
    width: 25%;
  }
  .cnt3col .s-col li {
    display: block;
  }
  .cnt3col .s-col li:nth-of-type(1) {
    border-top: 0;
    padding-top: 0;
  }
  .cnt3col .f-col a:hover .vv_tit-t2,
  .cnt3col .f-col a:hover span,
  .cnt3col .s-col a:hover .vv_tit-t2,
  .cnt3col .s-col a:hover span {
    color: #C2AC12;
  }
  .cnt3col .f-col a:hover .cat,
  .cnt3col .s-col a:hover .cat {
    color: #2697AB;
  }
  .cnt3col .tp2 li:nth-of-type(1) + li {
    font-style: italic;
    padding: 2rem 0 0;
  }
  .cnt3col .t-col {
    width: 30%;
    position: relative;
  }
  .cnt3col .bdark a:hover .cat {
    color: #2697AB;
  }
  .cnt3col .bdark a:hover .vv_tit-t2,
  .cnt3col .bdark a:hover p {
    color: #C2AC12;
  }
  .cnt3col .bbrown .vv_tit-t2 {
    font-size: 2.6rem;
  }
  .cnt3col .bbrown p {
    font-style: italic;
    font-size: 1.5rem;
    max-height: 7.2rem;
  }
  .cnt3col .bbrown p + p {
    display: inline-block;
    font-style: normal;
    position: relative;
    text-align: justify;
  }
  .cnt3col .bbrown p + p::after {
    content: "...";
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: #C2AC12;
  }
  .cnt3col .bbrown a:hover .cat {
    text-decoration: underline;
  }
  .cnt3col .bbrown a:hover .vv_tit-t2,
  .cnt3col .bbrown a:hover p {
    text-decoration: underline;
  }
}

.iol-podcast--widget .vv_tit-t1 span,
.cntGrid .vv_tit-t1 span,
.cntGrid2 .vv_tit-t1 span {
  color: #000;
  text-transform: uppercase;
}
@media (pointer: fine) {
  .iol-podcast--widget a:hover .vv_tit-t1,
  .cntGrid a:hover .vv_tit-t1,
  .cntGrid2 a:hover .vv_tit-t1 {
    color: #2697AB;
  }
  .iol-podcast--widget a:hover .vv_tit-t1 span,
  .cntGrid a:hover .vv_tit-t1 span,
  .cntGrid2 a:hover .vv_tit-t1 span {
    color: #C2AC12;
  }
}

.cntGrid,
.cntGrid2 {
  padding-top: 2.4rem;
}
.cntGrid ul,
.cntGrid2 ul {
  list-style: none;
  font-size: 0;
}
.cntGrid li,
.cntGrid2 li {
  margin-bottom: 2rem;
  box-sizing: border-box;
}
.cntGrid li:before, .cntGrid li:after,
.cntGrid2 li:before,
.cntGrid2 li:after {
  content: " ";
  display: table;
}
.cntGrid li:after,
.cntGrid2 li:after {
  clear: both;
}
.cntGrid li:nth-child(n+3),
.cntGrid2 li:nth-child(n+3) {
  display: none;
}
@media (pointer: fine) {
  .cntGrid a:hover .vv_tit-t2,
  .cntGrid2 a:hover .vv_tit-t2 {
    color: #C2AC12;
  }
}

.cntGrid .spb {
  text-align: center;
  margin: -3rem 0 2.3rem;
  font-size: 1.6rem;
  color: #000;
  font-weight: 600;
}
.cntGrid .spb::before {
  content: "Sponsored By";
  font-size: 1.3rem;
  color: #666;
  margin-right: 0.5rem;
}
.cntGrid figure {
  float: left;
  width: 45%;
  margin-right: 5%;
}
.cntGrid .vv_tit-t2 {
  font-family: "Times New Roman", Georgia, Serif;
  color: #000;
  font-size: 1.5rem;
  font-weight: 400;
  overflow: hidden;
  max-height: 3.6em;
  line-height: 1.2;
}
@media only screen and (min-width: 48em) {
  .cntGrid .vv_tit-t2 {
    font-size: 2.8rem;
  }
}
@media only screen and (min-width: 64em) {
  .cntGrid ul {
    padding: 2rem 4rem 2rem 7rem;
  }
  .cntGrid li {
    display: inline-block;
    width: 50%;
    margin: 0;
    padding: 0 3rem 2rem 0;
  }
  .cntGrid li:nth-child(n+3) {
    display: inline-block;
  }
  .cntGrid .vv_tit-t2 {
    font-size: 1.8rem;
  }
}

.cntGrid2 .spb {
  text-align: center;
  margin: 2.4rem 0;
  font-size: 1.6rem;
  color: #2697AB;
  font-weight: 600;
}
.cntGrid2 .spb::before {
  content: "Sponsored By";
  color: #999;
  margin-right: 0.5rem;
}
.cntGrid2__mn figure {
  margin-bottom: 2rem;
}
.cntGrid2__mn .vv_tit-t2 {
  font-size: 2.4rem;
  margin-bottom: 2rem;
}
.cntGrid2__mn .vv_tit-t2, .cntGrid2__ele .vv_tit-t2 {
  font-family: "Times New Roman", Georgia, Serif;
  color: #000;
  overflow: hidden;
  max-height: 3.6em;
  line-height: 1.2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.cntGrid2__ele .vv_tit-t2 {
  font-size: 1.5rem;
  font-weight: 400;
}
.cntGrid2__ele figure {
  float: left;
  width: 45%;
  margin-right: 5%;
}
@media only screen and (min-width: 48em) {
  .cntGrid2__mn .vv_tit-t2, .cntGrid2__ele .vv_tit-t2 {
    font-size: 2.8rem;
  }
}
@media only screen and (min-width: 64em) {
  .cntGrid2__row {
    display: flex;
  }
  .cntGrid2__mn {
    flex: 0 0 55%;
  }
  .cntGrid2__mn .vv_tit-t2 {
    font-size: 3rem;
  }
  .cntGrid2__ele {
    flex: 0 0 45%;
    padding: 0 0 0 4.4rem;
  }
  .cntGrid2__ele li {
    display: inline-block;
    width: 50%;
    margin: 0;
    padding: 0 4.4rem 2rem 0;
  }
  .cntGrid2__ele li:nth-child(n+3) {
    display: inline-block;
  }
  .cntGrid2__ele figure {
    float: none;
    display: block;
    width: 100%;
    margin: 0 0 2rem;
  }
  .cntGrid2__ele .vv_tit-t2 {
    font-size: 1.8rem;
  }
}

/* ---- i: WiDGet per BraNdpage ---- */
.wdg-bn {
  display: flex;
  flex-direction: column;
  text-align: center;
  font-size: 2.5rem;
  padding: 1em;
  border: 1em solid rgba(51, 51, 51, 0.9);
}
.wdg-bn__media {
  display: flex;
  justify-content: center;
  align-items: center;
}
.wdg-bn__logo {
  -o-object-fit: contain;
  object-fit: contain;
  width: auto;
  height: auto;
  max-width: 16rem;
  max-height: 12rem;
}
.wdg-bn__foto {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
  max-width: 100%;
}
.wdg-bn__tit {
  margin: 0.75em 0 0.25em;
  font: 700 3.6rem/1.1 "Times New Roman", Georgia, Serif;
  font-size: clamp(3.2rem, 0.641vw + 2.944rem, 3.6rem);
  color: #C2AC12;
}
.wdg-bn__subtit {
  font-size: 2.2rem;
  line-height: 1.2;
  margin-bottom: 0.5em;
}
.wdg-bn__txt {
  font-size: 1.6rem;
  line-height: 1.5;
}
.wdg-bn__subtit, .wdg-bn__txt {
  font-family: "Times New Roman", Georgia, Serif;
  color: #000;
}
.wdg-bn__subtit > :nth-child(n):not(:first-child), .wdg-bn__txt > :nth-child(n):not(:first-child) {
  margin-top: 0.5em;
}
.wdg-bn__cta {
  font-size: 1.4rem;
  min-width: 13.625em;
  margin: 1.5em auto 0;
  text-transform: uppercase;
  background: #C2AC12;
}
@media only screen and (min-width: 64em) {
  .wdg-bn {
    display: grid;
    grid-template-rows: repeat(4, auto);
    font-size: 4rem;
    padding-block: 4%;
    text-align: left;
  }
  .wdg-bn--logo {
    grid-template-columns: 5% 25.7% 6.37% 57.93% 5%;
  }
  .wdg-bn--foto {
    grid-template-columns: 1.8% 32.43% 4rem 59.83% 1.8%;
  }
  .wdg-bn__media {
    grid-column: 2/3;
    grid-row: 1/-1;
    justify-content: flex-end;
    align-items: flex-start;
  }
  .wdg-bn__logo {
    width: 100%;
    max-width: 24.2rem;
    max-height: 21.8rem;
    -o-object-position: right;
    object-position: right;
  }
  .wdg-bn__tit, .wdg-bn__subtit, .wdg-bn__txt, .wdg-bn__cta {
    grid-column: -2/-3;
  }
  .wdg-bn__tit {
    margin-top: 0;
  }
  .wdg-bn__cta {
    margin-left: 0;
  }
}

/* ---- e: widget per brandpage ---- */
.widget-t1 {
  font-size: 1.6rem;
  display: flex;
  flex-direction: column;
  color: #000;
  background-color: #FFF;
  padding: 2rem;
  margin-right: -2.4rem;
  margin-left: -2.4rem;
  border: 2.4rem solid;
}
.widget-t1--lifestyle {
  border-color: #156877;
}
.widget-t1--green {
  border-color: #C2AC12;
}
.widget-t1 a {
  color: inherit;
}
.widget-t1 > :not(:nth-child(1)) {
  margin-top: 3em;
}
.widget-t1__tit {
  font: 700 3.25em/1.1 "Times New Roman", Georgia, Serif;
  color: #C2AC12;
}
.widget-t1__tit > a, .widget-t1__tit {
  display: flex;
  align-items: center;
  justify-content: center;
}
.widget-t1__logo {
  flex: 0 0 1.11em;
  margin-right: 0.1em;
  margin-right: clamp(0.1em, 1.116vw + 0.0275em, 0.2em);
}
.widget-t1__item > a {
  display: flex;
  flex-direction: column;
}
.widget-t1__item-tit {
  order: 1;
  font: 400 1.625em/1.19 "Times New Roman", Georgia, Serif;
  color: #000;
  text-align: center;
}
.widget-t1__item-fig {
  position: relative;
  display: flex;
  margin-bottom: 1.25em;
}
.widget-t1__item-fig::before {
  content: "";
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.widget-t1__item-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.widget-t1__cta {
  font: 700 1.125em/1.1 "Times New Roman", Georgia, Serif;
  text-align: center;
  color: #888;
}
@media only screen and (min-width: 48em) {
  .widget-t1 {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  @supports (-ms-ime-align: auto) {
    .widget-t1 {
      justify-content: space-around;
    }
  }
  .widget-t1__tit, .widget-t1__cta {
    flex: 0 0 100%;
  }
  .widget-t1__item {
    flex: 0 1 34%;
    max-width: calc(33.33% - 3em);
  }
  .widget-t1__item-tit {
    font-size: 1.625em;
    font-size: clamp(1.25em, 2.344vw + 0.125em, 1.625em);
  }
}
@media only screen and (min-width: 64em) {
  .widget-t1 {
    margin-right: -2.8rem;
    margin-left: -2.8rem;
    border-width: 2.8rem;
  }
  .widget-t1__item-fig {
    transition: opacity 0.4s cubic-bezier(0.55, 0, 0.1, 1);
  }
  .widget-t1__item:hover .widget-t1__item-tit {
    color: #C2AC12;
  }
  .widget-t1__item:hover .widget-t1__item-fig {
    opacity: 0.8;
  }
  .widget-t1__item-tit, .widget-t1__cta {
    transition: color 0.4s cubic-bezier(0.55, 0, 0.1, 1);
  }
  .widget-t1__cta:hover {
    color: #C2AC12;
  }
}
@media only screen and (min-width: 85.4375em) {
  .widget-t1 {
    margin-right: -3.8rem;
    margin-left: -3.8rem;
    border-width: 3.8rem;
  }
  .widget-t1__item {
    max-width: 27.4rem;
  }
}

:root {
  --brd-c1: #ccc;
  --brd-c2: #C2AC12;
  --a-cont-bgimg-1: linear-gradient(0deg, var(--brd-c1), var(--brd-c1));
  --a-cont-bgimg-2: linear-gradient(0deg, var(--brd-c2), var(--brd-c2));
  --a-cont-bgpre: #F7F7F7;
  --a-cont-h-c: inherit;
  --a-cont-fsz: 1.6rem;
  --txt-lh: 1.6;
  --gutter-s1: 2rem;
  --gutter-s2: 1.6rem;
  --lnk-c1: #C2AC12;
  --table-fsz: 1.6rem;
}
@media only screen and (min-width: 64em) {
  :root {
    --a-cont-fsz: 1.8rem;
  }
}

/* BREADCRUMB */
#breadcrumb ul {
  list-style: none;
  font-size: 0;
  padding-bottom: 0.8rem;
  margin-bottom: 1rem;
  display: flex;
  border-bottom: 0.1rem solid #EEE;
}
#breadcrumb li {
  font-size: 1.2rem;
  padding: 0 0.2rem 0 0;
  color: #888;
  white-space: nowrap;
}
#breadcrumb li a {
  color: #C2AC12;
}
#breadcrumb li + li::before {
  content: ">";
  color: #C2AC12;
  display: inline-block;
  vertical-align: middle;
  margin: -0.2rem 0.4rem 0 0;
}
#breadcrumb li:last-child {
  overflow: hidden;
  text-overflow: ellipsis;
}
.archive #breadcrumb ul, .category #breadcrumb ul, .category-speciale #breadcrumb ul {
  margin-bottom: 0;
  border-bottom: 0;
}

/* fine BREADCRUMB */
/* label PROMO */
.promo-lbl {
  background: #000;
  color: #FFF;
  padding: 0.3rem 0.8rem;
  margin-bottom: 0.5rem;
  display: inline-block;
  font-size: 1.3rem;
}

/* fine label PROMO */
/* data articolo */
.iol-post-date-cst {
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.1rem;
  color: #999;
  margin-bottom: 1.5rem;
}

/* fine data articolo */
/* FOGLIA & PAGINE */
.single .entry-meta-top,
.page .entry-meta-top,
.error404 .entry-meta-top {
  font: 400 1.8rem/1 "Lato", "Trebuchet MS", sans-serif;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  color: #ccc;
}
.single .entry-meta-top a,
.page .entry-meta-top a,
.error404 .entry-meta-top a {
  color: #C2AC12;
}
.single .entry-meta-top a:hover,
.page .entry-meta-top a:hover,
.error404 .entry-meta-top a:hover {
  color: #999;
}
.single .author-info,
.page .author-info,
.error404 .author-info {
  margin: 0 0 0.625em 0;
}
.single .author-info .expert-box-name,
.page .author-info .expert-box-name,
.error404 .author-info .expert-box-name {
  font-size: 1.4rem;
}
.single .author-info .author-avatar > a,
.page .author-info .author-avatar > a,
.error404 .author-info .author-avatar > a {
  width: 100%;
  height: 100%;
  display: block;
}
.single .author-info .author-avatar img,
.page .author-info .author-avatar img,
.error404 .author-info .author-avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.single .entry-title,
.single .page-title,
.page .entry-title,
.page .page-title,
.error404 .entry-title,
.error404 .page-title {
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.2;
  color: #444;
  display: block;
  margin-bottom: 0.8rem;
}
@media only screen and (min-width: 64em) {
  .single .entry-title,
  .single .page-title,
  .page .entry-title,
  .page .page-title,
  .error404 .entry-title,
  .error404 .page-title {
    font-size: 3rem;
    margin-bottom: 1.2rem;
  }
}
.single .entry-title a,
.single .page-title a,
.page .entry-title a,
.page .page-title a,
.error404 .entry-title a,
.error404 .page-title a {
  color: inherit;
}
.single .entry-title a:hover,
.single .page-title a:hover,
.page .entry-title a:hover,
.page .page-title a:hover,
.error404 .entry-title a:hover,
.error404 .page-title a:hover {
  color: #C2AC12;
}
.single .entry-summary,
.page .entry-summary,
.error404 .entry-summary {
  font-size: 1.2rem;
  line-height: 1.4;
  color: #999;
}
@media only screen and (min-width: 48em) {
  .single .entry-summary,
  .page .entry-summary,
  .error404 .entry-summary {
    font-size: 1.6rem;
  }
}
.single .entry-title,
.page .entry-title,
.error404 .entry-title {
  font-family: "Times New Roman", Georgia, Serif;
}
.single .entry-subtitle,
.page .entry-subtitle,
.error404 .entry-subtitle {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.3;
  margin-bottom: 1.5rem;
  color: #999;
}
@media only screen and (min-width: 64em) {
  .single .entry-subtitle,
  .page .entry-subtitle,
  .error404 .entry-subtitle {
    font-size: 1.7rem;
    margin-bottom: 3rem;
  }
}

/* fine FOGLIA & PAGINE */
/* LISTATO */
.archive .archive-header,
.archive .page-header,
.search .archive-header,
.search .page-header {
  border-top: 0.1rem solid #EEE;
  margin-bottom: 1rem;
}
.archive .archive-title,
.archive .page-title,
.search .archive-title,
.search .page-title {
  font: 700 2.2rem/1.25 "Lato", "Trebuchet MS", sans-serif;
  color: #444;
  display: block;
  padding: 1rem 0;
}
.archive .archive-title span,
.archive .page-title span,
.search .archive-title span,
.search .page-title span {
  color: #C2AC12;
}
.archive .archive-title__type1,
.search .archive-title__type1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 2rem;
}
.archive .archive-title__type1__el1,
.search .archive-title__type1__el1 {
  margin-left: auto;
  font-weight: 400;
  font-size: 0.8em;
  text-align: right;
}
.archive .page-title,
.search .page-title {
  font-size: 2.4rem;
}
.archive .iol-hentry,
.search .iol-hentry {
  margin-bottom: 1rem;
  word-wrap: break-word;
  display: block;
  width: 100%;
  font-size: 0;
}
.archive .entry-header,
.search .entry-header {
  padding-bottom: 0.5rem;
}
.archive .entry-info,
.search .entry-info {
  font-size: 1.3rem;
  margin: 0.5em 0 0;
  letter-spacing: 0.02em;
}
.archive .entry-info__data,
.search .entry-info__data {
  white-space: nowrap;
  color: #666;
}
.archive .entry-info__author,
.search .entry-info__author {
  margin-right: 0.25em;
  font-weight: 700;
  color: #444;
}
.archive .entry-info__author::before,
.search .entry-info__author::before {
  content: "di ";
  font-weight: lighter;
}
.archive .archive-meta,
.search .archive-meta {
  font-weight: 400;
  font-size: 1.4rem;
  font-family: "Lato", "Trebuchet MS", sans-serif;
  padding-bottom: 0.83em;
  color: #999;
}
.archive .archive-meta a,
.search .archive-meta a {
  color: #C2AC12;
}
.archive .archive-meta a:hover,
.search .archive-meta a:hover {
  color: #999;
}
@media only screen and (min-width: 48em) {
  .archive .archive-meta,
  .search .archive-meta {
    font-size: 1.8rem;
  }
}
.archive .entry-meta-top,
.search .entry-meta-top {
  font: 700 1.3rem/1.3 "Lato", "Trebuchet MS", sans-serif;
  margin-bottom: 0.33em;
  color: #ccc;
}
.archive .entry-meta-top a,
.search .entry-meta-top a {
  color: #C2AC12;
}
.archive .entry-meta-top a:hover,
.search .entry-meta-top a:hover {
  color: #999;
}
.archive .entry-title,
.search .entry-title {
  font: 400 2rem/1.17 "Lato", "Trebuchet MS", sans-serif;
  color: #444;
}
.archive .entry-title a,
.search .entry-title a {
  color: inherit;
}
.archive .entry-summary,
.search .entry-summary {
  font-size: 1.6rem;
  line-height: 1.25;
  color: #888;
}
.archive .entry-thumbnail,
.archive .entry-column,
.search .entry-thumbnail,
.search .entry-column {
  display: block;
  width: 100%;
  box-sizing: border-box;
}
.archive .entry-thumbnail,
.search .entry-thumbnail {
  position: relative;
  overflow: hidden;
  margin-bottom: 1rem;
}
.archive .entry-thumbnail:before,
.search .entry-thumbnail:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}
.archive .entry-thumbnail img,
.archive .entry-thumbnail svg,
.search .entry-thumbnail img,
.search .entry-thumbnail svg {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
@media only screen and (min-width: 48em) {
  .archive .archive-title:not(.archive-title__type1),
  .archive .page-title,
  .search .archive-title:not(.archive-title__type1),
  .search .page-title {
    font-size: 2.8rem;
  }
  .archive .iol-hentry,
  .search .iol-hentry {
    margin-bottom: 2rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .archive .entry-thumbnail,
  .search .entry-thumbnail {
    width: 28rem;
    margin-bottom: 0;
  }
  .archive .entry-column,
  .search .entry-column {
    width: calc(100% - 30rem);
  }
}
@media only screen and (min-width: 64em) {
  .archive .iol-hentry,
  .search .iol-hentry {
    margin-bottom: 2.8rem;
  }
  .archive .entry-title a:hover,
  .search .entry-title a:hover {
    color: #C2AC12;
  }
}
@media only screen and (min-width: 85.4375em) {
  .archive .iol-hentry,
  .search .iol-hentry {
    margin-bottom: 3.8rem;
  }
  .archive .entry-title,
  .search .entry-title {
    font-size: 2.4rem;
  }
}

.archive-ev {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.archive-ev > .iol-hentry .entry-summary {
  position: absolute;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
}
.archive-ev > .iol-hentry:nth-of-type(1) {
  flex: 1 0 100%;
  width: auto;
  margin-right: -2.4rem;
  margin-left: -2.4rem;
  padding-bottom: 1rem;
  background: #F7F7F7;
}
.archive-ev > .iol-hentry:nth-of-type(1) .entry-column {
  width: auto;
  margin-right: 2.4rem;
  margin-left: 2.4rem;
}
.archive-ev > .iol-hentry:nth-of-type(1) .entry-title {
  font-weight: 700;
  font-size: 2.2rem;
}
.archive-ev > .iol-hentry:not(:nth-of-type(1)) {
  flex: 0 0 50%;
  max-width: calc(50% - 2.4rem);
}
.archive-ev > .iol-hentry:not(:nth-of-type(1)) .entry-title {
  font-size: 1.5rem;
}
@media only screen and (max-width: 20.0625em) {
  .archive-ev > .iol-hentry:nth-of-type(1) {
    margin-right: -1rem;
    margin-left: -1rem;
  }
  .archive-ev > .iol-hentry:nth-of-type(1) .entry-column {
    margin-right: 1rem;
    margin-left: 1rem;
  }
  .archive-ev > .iol-hentry:not(:nth-of-type(1)) {
    max-width: calc(50% - 1rem);
  }
}
@media only screen and (min-width: 48em) {
  .archive-ev {
    display: grid;
    align-items: normal;
    grid-template-columns: 65% 4.7% 1fr;
    grid-template-rows: -webkit-min-content 10px -webkit-min-content;
    grid-template-rows: min-content 10px min-content;
    grid-template-areas: "hentry1 ... hentry2" "hentry1 ... ..." "hentry1 ... hentry3";
  }
  .archive-ev > .iol-hentry {
    flex-direction: column;
    justify-content: flex-start;
  }
  .archive-ev > .iol-hentry .entry-thumbnail,
  .archive-ev > .iol-hentry .entry-column {
    width: 100%;
  }
  .archive-ev > .iol-hentry .entry-column {
    margin: 0.5rem 0 0;
    padding: 0;
  }
  .archive-ev > .iol-hentry:nth-of-type(1) {
    grid-area: hentry1;
    margin-right: 0;
    margin-left: 0;
    padding-bottom: 0;
  }
  .archive-ev > .iol-hentry:nth-of-type(1) .entry-column {
    margin: 2rem;
  }
  .archive-ev > .iol-hentry:nth-of-type(1) .entry-title {
    font-size: 2.6rem;
  }
  .archive-ev > .iol-hentry:nth-of-type(2) {
    grid-area: hentry2;
    margin-bottom: 0;
  }
  .archive-ev > .iol-hentry:nth-of-type(3) {
    grid-area: hentry3;
  }
  .archive-ev > .iol-hentry:not(:nth-of-type(1)) {
    max-width: none;
  }
  .archive-ev > .iol-hentry:not(:nth-of-type(1)) .entry-title {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 64em) {
  .archive-ev {
    grid-template-rows: -webkit-min-content 14px -webkit-min-content;
    grid-template-rows: min-content 14px min-content;
  }
  .archive-ev > .iol-hentry:nth-of-type(1) .entry-column {
    margin: 1.4rem;
  }
  .archive-ev > .iol-hentry:not(:nth-of-type(1)) .entry-title {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 85.4375em) {
  .archive-ev {
    grid-template-rows: -webkit-min-content 19px -webkit-min-content;
    grid-template-rows: min-content 19px min-content;
  }
  .archive-ev > .iol-hentry:nth-of-type(1) .entry-column {
    margin: 1.9rem;
  }
  .archive-ev > .iol-hentry:nth-of-type(1) .entry-title {
    font-size: 2.8rem;
  }
  .archive-ev > .iol-hentry:not(:nth-of-type(1)) .entry-title {
    font-size: 1.6rem;
  }
}

.archive-gated .archive-header ~ .archive-header {
  margin-top: 2.8rem;
  border-top-width: 0;
}

/* fine LISTATO */
.page-title.small-title {
  font-size: 2.2rem;
  padding: 1rem 0;
}

.post-navigation,
.share-side {
  display: none !important;
}

.entry-content, .iol-shorten-content,
.page-content,
.paywalled,
.article-preview {
  /** Start nuove regole */
  font-weight: 300;
  overflow-wrap: break-word;
  word-wrap: break-word;
  color: #444;
  font-size: var(--a-cont-fsz);
  line-height: var(--txt-lh);
  position: relative;
  width: 100%;
  box-sizing: border-box;
}
.entry-content > h1, .iol-shorten-content > h1,
.entry-content > h2,
.iol-shorten-content > h2,
.entry-content > h3,
.iol-shorten-content > h3,
.entry-content > h4,
.iol-shorten-content > h4,
.entry-content > h5,
.iol-shorten-content > h5,
.entry-content > h6,
.iol-shorten-content > h6,
.page-content > h1,
.page-content > h2,
.page-content > h3,
.page-content > h4,
.page-content > h5,
.page-content > h6,
.paywalled > h1,
.paywalled > h2,
.paywalled > h3,
.paywalled > h4,
.paywalled > h5,
.paywalled > h6,
.article-preview > h1,
.article-preview > h2,
.article-preview > h3,
.article-preview > h4,
.article-preview > h5,
.article-preview > h6 {
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0.25em;
  color: var(--a-cont-h-c);
}
.entry-content > h1, .iol-shorten-content > h1,
.page-content > h1,
.paywalled > h1,
.article-preview > h1 {
  clear: both;
  font-size: 1.5em;
  margin-bottom: 0.5em;
}
@media only screen and (min-width: 85.4375em) {
  .entry-content > h1, .iol-shorten-content > h1,
  .page-content > h1,
  .paywalled > h1,
  .article-preview > h1 {
    font-size: 1.78em;
  }
}
.entry-content > h2, .iol-shorten-content > h2,
.page-content > h2,
.paywalled > h2,
.article-preview > h2 {
  clear: both;
  font-size: 1.375em;
}
.entry-content > h3, .iol-shorten-content > h3,
.page-content > h3,
.paywalled > h3,
.article-preview > h3 {
  clear: both;
  font-size: 1.25em;
}
.entry-content > h4, .iol-shorten-content > h4,
.page-content > h4,
.paywalled > h4,
.article-preview > h4 {
  font-size: 1.16em;
}
.entry-content > h5, .iol-shorten-content > h5,
.page-content > h5,
.paywalled > h5,
.article-preview > h5 {
  font-size: 1em;
}
.entry-content > h6, .iol-shorten-content > h6,
.page-content > h6,
.paywalled > h6,
.article-preview > h6 {
  font-size: 0.83em;
}
.entry-content > p, .iol-shorten-content > p,
.page-content > p,
.paywalled > p,
.article-preview > p {
  font-size: 1em;
  margin-bottom: 1em;
}
.entry-content > ul, .iol-shorten-content > ul,
.entry-content > ol,
.iol-shorten-content > ol,
.page-content > ul,
.page-content > ol,
.paywalled > ul,
.paywalled > ol,
.article-preview > ul,
.article-preview > ol {
  margin: 0 0 1.25em;
  padding-left: 1.25em;
}
.entry-content > ul ul, .iol-shorten-content > ul ul,
.entry-content > ul ol,
.iol-shorten-content > ul ol,
.entry-content > ol ul,
.iol-shorten-content > ol ul,
.entry-content > ol ol,
.iol-shorten-content > ol ol,
.page-content > ul ul,
.page-content > ul ol,
.page-content > ol ul,
.page-content > ol ol,
.paywalled > ul ul,
.paywalled > ul ol,
.paywalled > ol ul,
.paywalled > ol ol,
.article-preview > ul ul,
.article-preview > ul ol,
.article-preview > ol ul,
.article-preview > ol ol {
  margin-bottom: 0;
  padding-left: 0.75em;
}
.entry-content > ul:not(.iol-toc), .iol-shorten-content > ul:not(.iol-toc),
.page-content > ul:not(.iol-toc),
.paywalled > ul:not(.iol-toc),
.article-preview > ul:not(.iol-toc) {
  list-style-type: none;
}
.entry-content > ul:not(.iol-toc) ul, .iol-shorten-content > ul:not(.iol-toc) ul,
.page-content > ul:not(.iol-toc) ul,
.paywalled > ul:not(.iol-toc) ul,
.article-preview > ul:not(.iol-toc) ul {
  list-style-type: circle;
}
.entry-content > ul:not(.iol-toc) ul li::before, .iol-shorten-content > ul:not(.iol-toc) ul li::before,
.page-content > ul:not(.iol-toc) ul li::before,
.paywalled > ul:not(.iol-toc) ul li::before,
.article-preview > ul:not(.iol-toc) ul li::before {
  display: none;
}
.entry-content > ul:not(.iol-toc) li::before, .iol-shorten-content > ul:not(.iol-toc) li::before,
.page-content > ul:not(.iol-toc) li::before,
.paywalled > ul:not(.iol-toc) li::before,
.article-preview > ul:not(.iol-toc) li::before {
  content: "";
  display: inline-block;
  font-size: 5px;
  width: 0.8rem;
  height: 0.8rem;
  margin-right: 1.8em;
  margin-left: -4em;
  background: var(--a-cont-bgimg-2);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 99px;
}
.entry-content > ol, .iol-shorten-content > ol,
.page-content > ol,
.paywalled > ol,
.article-preview > ol {
  list-style-type: decimal;
}
.entry-content > ol > li::marker, .iol-shorten-content > ol > li::marker,
.page-content > ol > li::marker,
.paywalled > ol > li::marker,
.article-preview > ol > li::marker {
  color: #C2AC12;
  font-weight: 700;
}
.entry-content > ol ol, .iol-shorten-content > ol ol,
.page-content > ol ol,
.paywalled > ol ol,
.article-preview > ol ol {
  list-style-type: lower-alpha;
}
.entry-content > dl, .iol-shorten-content > dl,
.page-content > dl,
.paywalled > dl,
.article-preview > dl {
  margin: 0 0 1.25em;
}
.entry-content .alignright, .iol-shorten-content .alignright,
.page-content .alignright,
.paywalled .alignright,
.article-preview .alignright {
  float: right;
  max-width: 50%;
  margin-left: 1em;
}
.entry-content .alignleft, .iol-shorten-content .alignleft,
.page-content .alignleft,
.paywalled .alignleft,
.article-preview .alignleft {
  float: left;
  max-width: 50%;
  margin-right: 1em;
}
.entry-content .aligncenter, .iol-shorten-content .aligncenter,
.page-content .aligncenter,
.paywalled .aligncenter,
.article-preview .aligncenter {
  clear: both;
  margin-left: auto;
  margin-right: auto;
}
.entry-content a:not([class]), .iol-shorten-content a:not([class]),
.page-content a:not([class]),
.paywalled a:not([class]),
.article-preview a:not([class]) {
  font-weight: 700;
  text-decoration: underline;
  color: var(--lnk-c1);
}
.entry-content .iol-media, .iol-shorten-content .iol-media,
.page-content .iol-media,
.paywalled .iol-media,
.article-preview .iol-media {
  margin: 1em 0 1.25em;
}
.entry-content .iol-media__copy > a:not([class]), .iol-shorten-content .iol-media__copy > a:not([class]),
.page-content .iol-media__copy > a:not([class]),
.paywalled .iol-media__copy > a:not([class]),
.article-preview .iol-media__copy > a:not([class]) {
  color: #FFF;
  text-decoration: none;
}
.entry-content .iol-table, .iol-shorten-content .iol-table,
.page-content .iol-table,
.paywalled .iol-table,
.article-preview .iol-table {
  overflow-x: auto;
  margin: 1em 0 1.25em;
  -webkit-overflow-scrolling: touch;
  /* Scrollbar personalizzata */
  scrollbar-width: thin;
  scrollbar-color: var(--color-1) #f1f1f1;
  scrollbar-gutter: stable;
  /* Webkit scrollbar */
}
.entry-content .iol-table table:not(.est-lt), .iol-shorten-content .iol-table table:not(.est-lt),
.page-content .iol-table table:not(.est-lt),
.paywalled .iol-table table:not(.est-lt),
.article-preview .iol-table table:not(.est-lt) {
  font-size: calc(1em - 2px);
  margin: 0;
}
.entry-content .iol-table::-webkit-scrollbar, .iol-shorten-content .iol-table::-webkit-scrollbar,
.page-content .iol-table::-webkit-scrollbar,
.paywalled .iol-table::-webkit-scrollbar,
.article-preview .iol-table::-webkit-scrollbar {
  height: 1rem;
}
.entry-content .iol-table::-webkit-scrollbar-track, .iol-shorten-content .iol-table::-webkit-scrollbar-track,
.page-content .iol-table::-webkit-scrollbar-track,
.paywalled .iol-table::-webkit-scrollbar-track,
.article-preview .iol-table::-webkit-scrollbar-track {
  background: #e0e0e0;
  border-radius: 99em;
}
.entry-content .iol-table::-webkit-scrollbar-thumb, .iol-shorten-content .iol-table::-webkit-scrollbar-thumb,
.page-content .iol-table::-webkit-scrollbar-thumb,
.paywalled .iol-table::-webkit-scrollbar-thumb,
.article-preview .iol-table::-webkit-scrollbar-thumb {
  background: var(--color-1);
  border-radius: 99em;
}
.entry-content li, .iol-shorten-content li,
.entry-content dd,
.iol-shorten-content dd,
.page-content li,
.page-content dd,
.paywalled li,
.paywalled dd,
.article-preview li,
.article-preview dd {
  font-size: 1em;
  margin-block: 0.25em;
}
.entry-content dt, .iol-shorten-content dt,
.page-content dt,
.paywalled dt,
.article-preview dt {
  font-weight: bolder;
  font-size: 1em;
}
.entry-content dd, .iol-shorten-content dd,
.page-content dd,
.paywalled dd,
.article-preview dd {
  margin-left: 0.75em;
}
.entry-content blockquote, .iol-shorten-content blockquote,
.page-content blockquote,
.paywalled blockquote,
.article-preview blockquote {
  margin: 0 1em 1.25em;
  padding-left: 1em;
  background: var(--a-cont-bgimg-2) no-repeat 0 0/0.3rem 100%;
}
.entry-content blockquote > p, .iol-shorten-content blockquote > p,
.page-content blockquote > p,
.paywalled blockquote > p,
.article-preview blockquote > p {
  margin-bottom: 0.625em;
  font-size: 1.1em;
  line-height: 1.25;
  font-style: italic;
}
.entry-content hr, .iol-shorten-content hr,
.page-content hr,
.paywalled hr,
.article-preview hr {
  height: 0.1rem;
  margin: 1.25em 0;
  border: 0;
  background-image: var(--a-cont-bgimg-1);
  background-size: contain;
}
.entry-content pre, .iol-shorten-content pre,
.page-content pre,
.paywalled pre,
.article-preview pre {
  max-width: 100%;
  margin-bottom: 1.25em;
  padding: var(--gutter-s2);
  background: var(--a-cont-bgpre);
}
.entry-content ins, .iol-shorten-content ins,
.page-content ins,
.paywalled ins,
.article-preview ins {
  text-decoration: underline;
}
.entry-content table:not(.est-lt), .iol-shorten-content table:not(.est-lt),
.page-content table:not(.est-lt),
.paywalled table:not(.est-lt),
.article-preview table:not(.est-lt) {
  width: 100%;
  line-height: 1.2;
  margin-bottom: 1.25em;
  background: #C2AC12;
  border: 0.5rem solid #C2AC12;
}
.entry-content table:not(.est-lt)[width], .iol-shorten-content table:not(.est-lt)[width], .entry-content table:not(.est-lt)[style*=width], .iol-shorten-content table:not(.est-lt)[style*=width],
.page-content table:not(.est-lt)[width],
.page-content table:not(.est-lt)[style*=width],
.paywalled table:not(.est-lt)[width],
.paywalled table:not(.est-lt)[style*=width],
.article-preview table:not(.est-lt)[width],
.article-preview table:not(.est-lt)[style*=width] {
  width: 100% !important;
}
.entry-content table:not(.est-lt) caption, .iol-shorten-content table:not(.est-lt) caption,
.page-content table:not(.est-lt) caption,
.paywalled table:not(.est-lt) caption,
.article-preview table:not(.est-lt) caption {
  text-align: left;
  font-weight: 700;
  margin-bottom: 0.5em;
}
@media only screen and (min-width: 48em) {
  .entry-content table:not(.est-lt), .iol-shorten-content table:not(.est-lt),
  .page-content table:not(.est-lt),
  .paywalled table:not(.est-lt),
  .article-preview table:not(.est-lt) {
    border-width: 1.5rem;
  }
}
.entry-content tr, .iol-shorten-content tr,
.page-content tr,
.paywalled tr,
.article-preview tr {
  border-bottom: 1px solid #FFF;
}
.entry-content th, .iol-shorten-content th,
.entry-content td,
.iol-shorten-content td,
.page-content th,
.page-content td,
.paywalled th,
.paywalled td,
.article-preview th,
.article-preview td {
  padding: 0.5rem;
  font-size: 1em;
  line-height: 1.4;
}
.entry-content th, .iol-shorten-content th,
.page-content th,
.paywalled th,
.article-preview th {
  font-weight: 700;
  color: #C2AC12;
}
.entry-content .iol_player_container, .iol-shorten-content .iol_player_container,
.entry-content figure,
.iol-shorten-content figure,
.entry-content video,
.iol-shorten-content video,
.page-content .iol_player_container,
.page-content figure,
.page-content video,
.paywalled .iol_player_container,
.paywalled figure,
.paywalled video,
.article-preview .iol_player_container,
.article-preview figure,
.article-preview video {
  margin-bottom: 1.25em;
}
.entry-content > :last-child, .iol-shorten-content > :last-child,
.page-content > :last-child,
.paywalled > :last-child,
.article-preview > :last-child {
  margin-bottom: 0;
}
.entry-content .cat, .iol-shorten-content .cat,
.page-content .cat,
.paywalled .cat,
.article-preview .cat {
  position: absolute;
  top: 1.2rem;
  left: 2rem;
}
.entry-content .adv, .iol-shorten-content .adv,
.page-content .adv,
.paywalled .adv,
.article-preview .adv {
  float: none;
  padding: 0;
  width: 30rem;
  margin: 1rem auto;
}
.entry-content figure, .iol-shorten-content figure,
.page-content figure,
.paywalled figure,
.article-preview figure {
  margin-top: 1rem;
  position: relative;
  clear: both;
}
.entry-content figure > span:not(.fonte), .iol-shorten-content figure > span:not(.fonte),
.page-content figure > span:not(.fonte),
.paywalled figure > span:not(.fonte),
.article-preview figure > span:not(.fonte) {
  position: relative;
  display: block;
}
.entry-content .fonte-articolo, .iol-shorten-content .fonte-articolo,
.page-content .fonte-articolo,
.paywalled .fonte-articolo,
.article-preview .fonte-articolo {
  font-weight: 400;
  color: #888;
  font-size: 1.3rem;
}
.entry-content figcaption, .iol-shorten-content figcaption,
.entry-content .wp-caption > .wp-caption-text,
.iol-shorten-content .wp-caption > .wp-caption-text,
.page-content figcaption,
.page-content .wp-caption > .wp-caption-text,
.paywalled figcaption,
.paywalled .wp-caption > .wp-caption-text,
.article-preview figcaption,
.article-preview .wp-caption > .wp-caption-text {
  padding: 0.7rem;
  font-size: 1.3rem;
  line-height: 1.3;
}
.entry-content img, .iol-shorten-content img,
.page-content img,
.paywalled img,
.article-preview img {
  margin: 0 auto;
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 20.0625em) {
  .entry-content .adv, .iol-shorten-content .adv,
  .page-content .adv,
  .paywalled .adv,
  .article-preview .adv {
    margin: 1rem auto 1rem -1rem;
  }
}
@media only screen and (min-width: 48em) {
  .entry-content, .iol-shorten-content,
  .page-content,
  .paywalled,
  .article-preview {
    padding-left: 0;
    padding-right: 0;
  }
  .entry-content .cat, .iol-shorten-content .cat,
  .page-content .cat,
  .paywalled .cat,
  .article-preview .cat {
    left: 0;
  }
  .entry-content .adv, .iol-shorten-content .adv,
  .page-content .adv,
  .paywalled .adv,
  .article-preview .adv {
    float: left;
    margin: 1rem 1rem 1rem 0;
  }
}
@media only screen and (min-width: 85.4375em) {
  .entry-content.top-articolo, .top-articolo.iol-shorten-content,
  .page-content.top-articolo,
  .paywalled.top-articolo,
  .article-preview.top-articolo {
    background: #FFF;
  }
  .entry-content.no-foto, .no-foto.iol-shorten-content,
  .page-content.no-foto,
  .paywalled.no-foto,
  .article-preview.no-foto {
    margin-top: 0 !important;
  }
}
.entry-content .twitter-tweet, .iol-shorten-content .twitter-tweet,
.entry-content .fb-video,
.iol-shorten-content .fb-video,
.entry-content .fb-post,
.iol-shorten-content .fb-post,
.entry-content .fb-video iframe,
.iol-shorten-content .fb-video iframe,
.entry-content .fb-post iframe,
.iol-shorten-content .fb-post iframe,
.entry-content .instagram-media,
.iol-shorten-content .instagram-media,
.entry-content iframe[src*="https://www.youtube.com"],
.iol-shorten-content iframe[src*="https://www.youtube.com"],
.entry-content iframe[src*="https://player.vimeo.com"],
.iol-shorten-content iframe[src*="https://player.vimeo.com"],
.entry-content iframe[src*="https://www.facebook.com/plugins/video.php"],
.iol-shorten-content iframe[src*="https://www.facebook.com/plugins/video.php"],
.entry-content iframe[src*="https://www.facebook.com/plugins/post.php"],
.iol-shorten-content iframe[src*="https://www.facebook.com/plugins/post.php"],
.entry-content iframe[src*="https://vine.co"],
.iol-shorten-content iframe[src*="https://vine.co"],
.page-content .twitter-tweet,
.page-content .fb-video,
.page-content .fb-post,
.page-content .fb-video iframe,
.page-content .fb-post iframe,
.page-content .instagram-media,
.page-content iframe[src*="https://www.youtube.com"],
.page-content iframe[src*="https://player.vimeo.com"],
.page-content iframe[src*="https://www.facebook.com/plugins/video.php"],
.page-content iframe[src*="https://www.facebook.com/plugins/post.php"],
.page-content iframe[src*="https://vine.co"],
.paywalled .twitter-tweet,
.paywalled .fb-video,
.paywalled .fb-post,
.paywalled .fb-video iframe,
.paywalled .fb-post iframe,
.paywalled .instagram-media,
.paywalled iframe[src*="https://www.youtube.com"],
.paywalled iframe[src*="https://player.vimeo.com"],
.paywalled iframe[src*="https://www.facebook.com/plugins/video.php"],
.paywalled iframe[src*="https://www.facebook.com/plugins/post.php"],
.paywalled iframe[src*="https://vine.co"],
.article-preview .twitter-tweet,
.article-preview .fb-video,
.article-preview .fb-post,
.article-preview .fb-video iframe,
.article-preview .fb-post iframe,
.article-preview .instagram-media,
.article-preview iframe[src*="https://www.youtube.com"],
.article-preview iframe[src*="https://player.vimeo.com"],
.article-preview iframe[src*="https://www.facebook.com/plugins/video.php"],
.article-preview iframe[src*="https://www.facebook.com/plugins/post.php"],
.article-preview iframe[src*="https://vine.co"] {
  display: block;
  margin: 0.5rem auto 1.5rem;
  text-align: center;
}
.entry-content table:not(.est-lt), .iol-shorten-content table:not(.est-lt),
.page-content table:not(.est-lt),
.paywalled table:not(.est-lt),
.article-preview table:not(.est-lt) {
  background-color: #F7F7F7;
  border-collapse: collapse;
  border: 0.5rem solid #F7F7F7;
  font-size: 1.3rem;
  margin-bottom: 2rem;
}
.entry-content table:not(.est-lt) caption, .iol-shorten-content table:not(.est-lt) caption,
.page-content table:not(.est-lt) caption,
.paywalled table:not(.est-lt) caption,
.article-preview table:not(.est-lt) caption {
  text-align: left;
  font-weight: 700;
  padding: 0.5rem 0;
  font-size: 1.8rem;
}
.entry-content table:not(.est-lt) th, .iol-shorten-content table:not(.est-lt) th,
.page-content table:not(.est-lt) th,
.paywalled table:not(.est-lt) th,
.article-preview table:not(.est-lt) th {
  padding: 1rem;
  color: #C2AC12;
  font-family: "Times New Roman", Georgia, Serif;
}
.entry-content table:not(.est-lt) td, .iol-shorten-content table:not(.est-lt) td,
.page-content table:not(.est-lt) td,
.paywalled table:not(.est-lt) td,
.article-preview table:not(.est-lt) td {
  border-top: 0.1rem solid #FFF;
  padding: 0.5rem 1rem;
  text-align: left;
}
@media only screen and (min-width: 48em) {
  .entry-content table:not(.est-lt), .iol-shorten-content table:not(.est-lt),
  .page-content table:not(.est-lt),
  .paywalled table:not(.est-lt),
  .article-preview table:not(.est-lt) {
    border: 1.5rem solid #F7F7F7;
    font-size: 1.8rem;
    margin-bottom: 2rem;
  }
  .entry-content table:not(.est-lt) caption, .iol-shorten-content table:not(.est-lt) caption,
  .page-content table:not(.est-lt) caption,
  .paywalled table:not(.est-lt) caption,
  .article-preview table:not(.est-lt) caption {
    padding: 1rem 0;
  }
  .entry-content table:not(.est-lt) th, .iol-shorten-content table:not(.est-lt) th,
  .page-content table:not(.est-lt) th,
  .paywalled table:not(.est-lt) th,
  .article-preview table:not(.est-lt) th {
    padding: 1.5rem;
  }
  .entry-content table:not(.est-lt) td, .iol-shorten-content table:not(.est-lt) td,
  .page-content table:not(.est-lt) td,
  .paywalled table:not(.est-lt) td,
  .article-preview table:not(.est-lt) td {
    padding: 1rem 1.5rem;
  }
}
@media only screen and (min-width: 64em) {
  .entry-content a:hover, .iol-shorten-content a:hover,
  .page-content a:hover,
  .paywalled a:hover,
  .article-preview a:hover {
    color: #C2AC12;
  }
}

/* --- FORMATI IMMAGINI WP ---- */
.wp-caption, img.size-full, img.size-large, img.wp-post-image, .entry-thumbnail img, .entry-content img, .iol-shorten-content img, .entry-summary img, .comment-content img, .page-content img {
  margin: 0 auto;
  height: auto;
  max-width: 100%;
}
.aligncenter.wp-caption, img.aligncenter.size-full, img.aligncenter.size-large, img.aligncenter.wp-post-image, .entry-thumbnail img.aligncenter, .entry-content img.aligncenter, .iol-shorten-content img.aligncenter, .entry-summary img.aligncenter, .comment-content img.aligncenter, .page-content img.aligncenter {
  margin: 0 auto;
}

/* Images */
.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

img.alignleft {
  margin: 1rem 2rem 1rem 0;
}

.wp-caption.alignleft {
  margin: 1rem 1rem 1rem 0;
}

img.alignright {
  margin: 1rem 0 1rem 2rem;
}

.wp-caption.alignright {
  margin: 1rem 0 1rem 1rem;
}

img.aligncenter,
img.alignnone {
  margin: 1rem auto;
}

/* --- FINE FORMATI IMMAGINI WP ---- */
.wp-caption-text,
.gallery-caption {
  margin-top: 0.5rem;
  color: #ccc;
}

#comments {
  display: none !important;
}

/* ---- VIDEO CONTAINER ---- */
#container-mediaset,
.single-video .iol_player_container,
.single-video #iol_player_container {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABVYAAAMAAQMAAAD18K6BAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAANQTFRF////p8QbyAAAAJZJREFUeNrtwQEBAAAAgiD/r25IQAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA7wYEHgABDd44ZAAAAABJRU5ErkJggg==");
  background-size: cover;
}

.iol_player_container.vjs-top-parent-mobile,
#iol_player_container.vjs-top-parent-mobile {
  width: 100%;
  position: fixed;
  z-index: 21;
  top: 0;
  left: 0;
}
@media only screen and (min-width: 48em) {
  .iol_player_container.vjs-top-parent-mobile,
  #iol_player_container.vjs-top-parent-mobile {
    top: 6rem;
    -webkit-animation-name: cheviengiu;
    animation-name: cheviengiu;
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
  }
}

@-webkit-keyframes cheviengiu {
  from {
    top: 0;
  }
  to {
    top: 6rem;
  }
}

@keyframes cheviengiu {
  from {
    top: 0;
  }
  to {
    top: 6rem;
  }
}
#container-mediaset {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}
#container-mediaset iframe,
#container-mediaset object,
#container-mediaset embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ---- AUTHOR ---- */
.author-info {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  font-size: 1.6rem;
  line-height: 1.4;
  margin: 0 0 1.25em;
  padding: 0.625em 0;
  border: solid #DEDEDE;
  border-width: 1px 0;
}
.author-info .author-avatar {
  font-size: var(--author-avatar-size);
  flex: 0 0 1em;
  width: 1em;
  height: 1em;
  overflow: hidden;
  border-radius: 50%;
  line-height: 1.4rem;
}
.author-info .author-avatar img {
  width: 100%;
  height: auto;
}
.author-info .author-avatar ~ .author-description {
  margin-left: 1.3rem;
}
.author-info .author-description {
  flex: 1 1 100%;
}
.author-info .expert-box-website a {
  color: #C2AC12;
  font-style: italic;
}
.author-info .entry-subtitle {
  padding-bottom: 0;
}

.esperti__elenco .archive-title {
  padding: 3rem 0;
  text-align: center;
  color: #999;
  font-size: 4.4rem;
  line-height: 1;
  font-family: "Times New Roman", Georgia, Serif;
}
.esperti__elenco .archive-header {
  border-bottom: 0;
}
.esperti__elenco span {
  display: block;
  text-transform: uppercase;
  font-size: 1.2rem;
  color: #C2AC12;
  font-family: "Lato", "Trebuchet MS", sans-serif;
  font-weight: 700;
}
.esperti__list {
  list-style: none;
}
@media only screen and (min-width: 48em) {
  .esperti__list {
    display: flex;
    flex-wrap: wrap;
  }
}
.esperti__list-itm {
  text-align: center;
  margin-bottom: 3rem;
}
.esperti__list-itm a {
  display: inline-block;
  padding-bottom: 20px;
  position: relative;
}
.esperti__list-itm a::after {
  content: "CONTINUA";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  font-family: "Lato", "Trebuchet MS", sans-serif;
  color: #999;
}
.esperti__list-itm .vv_tit-t2 {
  font-family: "Times New Roman", Georgia, Serif;
  font-size: 2.4rem;
  max-height: 11.5rem;
  line-height: 1.2;
  padding: 0 1.5rem;
  color: #000;
}
.esperti__list-itm figure {
  position: relative;
  overflow: hidden;
  margin: 3rem auto;
  border-radius: 50%;
  background-clip: padding-box;
  width: 70%;
}
.esperti__list-itm figure:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
.esperti__list-itm figure img,
.esperti__list-itm figure svg {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.esperti__list-itm .label {
  font-family: "Lato", "Trebuchet MS", sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.4;
  text-transform: uppercase;
  color: #C2AC12;
  display: block;
  margin-top: 0.667em;
}
.esperti__list-itm .top_tc__logo {
  float: none;
  display: inline-block;
  margin: 1.5rem 0 0;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.esperti__list-itm p {
  font-weight: 300;
  color: #000;
  font-size: 1.5rem;
  max-height: 6.3rem;
  line-height: 1.4;
  overflow: hidden;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  position: relative;
  margin-bottom: 1.6rem;
}
.esperti__list-itm p::before {
  content: "";
  display: block;
  width: 30px;
  border-bottom: 2px solid #000;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
@media only screen and (min-width: 48em) {
  .esperti__list-itm {
    width: calc(33% - 40px);
    padding: 0 2rem;
  }
}
@media only screen and (min-width: 64em) {
  .esperti__list-itm {
    width: calc(25% - 20px);
    padding: 0 1rem;
  }
}
.esperti-archive .archive-header {
  border-bottom: 0.1rem solid #EEE;
}
.esperti-archive .author-info + .archive-header {
  border-top: none;
}
.esperti-archive .archive-title {
  text-align: left;
  font-size: 2.4rem;
  line-height: 1.1;
  padding: 1.5rem 0;
  font-family: "Times New Roman", Georgia, Serif;
  font-weight: 400;
}
.esperti-archive .archive-title > .ncesp {
  display: inline;
  font-style: normal;
  font-size: 1em;
  white-space: nowrap;
}
.esperti-archive .archive-title > .nart {
  margin-left: 0.2em;
  font-style: normal;
  font-weight: lighter;
}
.esperti-archive .esperti-archive-title {
  font-weight: 400;
  font-size: 2.2rem;
  margin-bottom: 1.6rem;
  font-family: "Times New Roman", Georgia, Serif;
}
.esperti-share {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: 0.6em 0 0.1em;
  font: 700 1rem/1.1 Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  color: #707070;
}
.esperti-share__itm {
  margin-right: 1em;
  margin-bottom: 0.5em;
  padding-right: 1em;
  border-right: 1px solid #C2AC12;
}
.esperti-share__itm:last-of-type {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}
.esperti-share__lnk {
  color: inherit;
}
.esperti__cta-t1 {
  margin-top: 4rem;
  padding: 5rem 0;
  border-top: 1px solid #ccc;
  text-align: center;
}
.esperti__cta-t1 .archive-title {
  padding-top: 0;
  padding-bottom: 0.4em;
}
.esperti__btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  min-width: 14rem;
  height: 6rem;
  padding: 0 3rem;
  border-radius: 3rem;
  font-weight: 700;
  font-size: 1.8rem;
  color: #FFF;
  background-color: #C2AC12;
}

.expert-box-name {
  color: #000;
  font-weight: 700;
  font-size: 1em;
  display: block;
}
h1.expert-box-name {
  font-size: 1.125em;
}

.expert-box-name .esperti-archive {
  font-size: 1.625em;
}
.expert-box-title {
  color: #C2AC12;
  font-weight: 700;
  font-size: 0.75em;
  line-height: 1.1;
  text-transform: uppercase;
  display: block;
  margin-bottom: 0.1em;
}
.expert-box-desc {
  color: #999;
  font-size: 0.875em;
  line-height: 1.4;
  display: block;
  margin-top: 0.5em;
}
[style*="--expdesc-rows-numb: 0"] .expert-box-desc {
  margin-top: 0;
}
.author-bio-expand--open[style*="--expdesc-rows-numb: 0"] .expert-box-desc {
  margin-top: 0.5em;
}

:root {
  --expdesc-rows-numb: 5;
}

.expert-box-bt {
  position: absolute;
  top: 0;
  right: 0;
  width: 3.6rem;
  height: 3.6rem;
  background: rgba(0, 0, 0, 0) url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20'%3E%3Cpath d='M11 5H9v4H5v2h4v4h2v-4h4V9h-4zm-1-5a10 10 0 1010 10A10 10 0 0010 0zm0 18a8 8 0 118-8 8.01 8.01 0 01-8 8z' fill='%23ccc'/%3E%3C/svg%3E") no-repeat 50%/55.55%;
}
.expert-box-bt:disabled {
  opacity: 0;
}
.esperti-archive .expert-box-bt {
  position: static;
  background: inherit;
  width: auto;
  height: auto;
  margin-top: 0.2em;
  text-transform: uppercase;
  font: 400 0.625em/1 Arial, Helvetica, sans-serif;
  color: #999;
}
.esperti-archive .expert-box-bt::before {
  content: attr(aria-label);
}

.author-info .author-bio-expand {
  position: relative;
  margin-bottom: 0;
}
.author-bio-expand .expert-box-name,
.author-bio-expand .expert-box-title {
  box-sizing: border-box;
  padding-right: 4rem;
}
.author-bio-expand .expert-box-desc {
  overflow: hidden;
  overflow-y: auto;
  max-height: calc(1.4em * var(--expdesc-rows-numb));
}
.author-bio-expand--open .expert-box-desc {
  --expdesc-rows-numb: 100;
}
.author-bio-expand--open .expert-box-bt {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20'%3E%3Cpath d='M5.001 9v2h10V9zm5-9a10 10 0 1010 10 10 10 0 00-10-10zm0 18a8 8 0 118-8 8.01 8.01 0 01-8 8z' fill='%23C2AC12'/%3E%3C/svg%3E");
}
.esperti-archive .author-bio-expand--open .expert-box-bt {
  background: inherit;
}
.author-bio-expand--close .expert-box-desc {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: var(--expdesc-rows-numb);
  overflow: hidden;
}

/* ---- FINE AUTHOR ---- */
/* ---- FINE FOGLIA ---- */
/* ---- FOTOGALLERY ---- */
#wrapper-fgiol {
  padding: 0;
  width: auto !important;
  margin: 0 -2rem 1rem;
  /* h2 {
      @include rem(font-size,18px);
      line-height:1.15;
      @include rem(padding,0 10px);
      color:$color1;
  } */
}
#wrapper-fgiol .social-wrapper {
  padding: 1rem 1rem 1.7rem;
  border-top-color: #444;
}
#wrapper-fgiol .bx-wrapper {
  box-shadow: 0 0 0 0 transparent;
  border: 0;
  background: transparent;
}
#wrapper-fgiol #facebook-like {
  margin: 1rem 0;
}
#wrapper-fgiol .share--plus-list {
  background-color: #000;
  top: -100%;
  margin-top: -5.5rem;
}
#wrapper-fgiol #iol_gallery_photo_description,
#wrapper-fgiol .iol_gallery_photo_description {
  font-family: "Lato", "Trebuchet MS", sans-serif;
  position: relative;
  clear: both;
  overflow: hidden;
  padding: 0 1rem 2rem;
}
#wrapper-fgiol #iol_gallery_photo_description.content_box,
#wrapper-fgiol .iol_gallery_photo_description.content_box {
  overflow: visible;
}
#wrapper-fgiol #iol_gallery_photo_description .des,
#wrapper-fgiol .iol_gallery_photo_description .des {
  overflow: hidden;
  font-size: 1.8rem;
  line-height: 1.25;
  color: #ccc;
  margin-top: 1rem;
}
#wrapper-fgiol #iol_gallery_photo_description .des[style*="height: auto"],
#wrapper-fgiol .iol_gallery_photo_description .des[style*="height: auto"] {
  margin-bottom: 0.5rem;
}
#wrapper-fgiol .bx-wrapper .iol_gallery_slider_status {
  left: auto;
  right: 5px;
  white-space: nowrap;
}
#wrapper-fgiol .bx-controls-direction > a {
  overflow: hidden;
}
#wrapper-fgiol .entry-title {
  display: block;
  color: #FFF;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 2.6rem;
  line-height: 1.15;
  padding-bottom: 1rem;
  margin-bottom: 0;
}
#wrapper-fgiol .entry-date {
  font-size: 1.2rem;
  font-style: italic;
  display: block;
  margin: -1rem 0 0.5rem 0;
}
#wrapper-fgiol .promo-lbl {
  background: #525252;
  padding: 0.3rem 0.8rem;
  font-size: 1.2rem;
  font-weight: 600;
  float: right;
  margin: -0.9rem 0.1rem 1rem 0;
}
#wrapper-fgiol #iol_gallery_photo_description_text {
  margin-top: 1rem;
}
#wrapper-fgiol #hide_gallery_text {
  position: absolute;
  right: 0;
  bottom: 2rem;
  background: #000;
  padding: 0 0.8rem;
  font-size: 1.4rem;
  display: none;
  height: 1.7rem;
  line-height: 1.28;
}
#wrapper-fgiol #hide_gallery_text span {
  cursor: pointer;
  color: #C2AC12;
}
#wrapper-fgiol #hide_gallery_text.close-btn {
  bottom: 0;
}
#wrapper-fgiol .descrizione-foto {
  margin: 0;
  padding: 0 1rem 1rem;
  box-sizing: border-box;
}
#wrapper-fgiol .descrizione-foto .speciale-button {
  line-height: 4.3rem;
  border: 0.1rem solid #999;
  border-radius: 0.3rem;
  background-clip: padding-box;
  font-size: 1.3rem;
  font-weight: bold;
  background: #999;
  float: left;
  padding: 0 2.3rem 0 0.8rem;
  margin-bottom: 1rem;
  position: relative;
  max-width: 100%;
  box-sizing: border-box;
  clear: both;
  text-align: left;
}
#wrapper-fgiol .descrizione-foto .speciale-button a {
  text-decoration: none;
  letter-spacing: -0.05rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
#wrapper-fgiol .descrizione-foto .speciale-button a:hover {
  color: #C2AC12;
}
#wrapper-fgiol .descrizione-foto .speciale-button a:hover .lnkTit {
  color: #C2AC12;
}
#wrapper-fgiol .descrizione-foto .speciale-button .lnkTit {
  display: block;
  line-height: 1;
  margin-bottom: 1.5rem;
  font-weight: 300;
  color: #FFF;
  font-style: italic;
  white-space: normal;
}
#wrapper-fgiol .descrizione-foto .speciale-button .ico {
  position: absolute;
  right: 0.5rem;
  top: 0;
}
#wrapper-fgiol .descrizione-foto .titolo {
  display: none;
}
#wrapper-fgiol .descrizione-foto p {
  overflow: hidden;
}
@media only screen and (min-width: 48em) {
  #wrapper-fgiol {
    margin: 0 -2.6rem 1rem;
    /*h2 {
        @include rem(padding,0 20px);
    }*/
  }
  #wrapper-fgiol .social-wrapper {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  #wrapper-fgiol #iol_gallery_photo_description {
    padding: 1rem 2rem 2rem;
  }
  #wrapper-fgiol #iol_gallery_photo_description .des {
    margin-top: 2rem;
  }
}
@media only screen and (min-width: 64em) {
  #wrapper-fgiol {
    margin: 0 -1.7rem 1rem 0;
  }
  #wrapper-fgiol .social-wrapper {
    padding-right: 2.6rem;
    padding-left: 2.6rem;
  }
  #wrapper-fgiol #iol_gallery_photo_description {
    padding: 1.6rem 2.6rem 2rem;
  }
  #wrapper-fgiol #iol_gallery_photo_description .des {
    margin-top: 3rem;
  }
  #wrapper-fgiol .promo-lbl {
    margin: -0.9rem 0.1rem -0.5rem 0;
  }
}
@media only screen and (min-width: 85.4375em) {
  #wrapper-fgiol {
    margin: 0 -5.7rem 1rem 0;
  }
}

body.single-foto #iol_gallery_photo_description,
body.single-fotonotizia #iol_gallery_photo_description {
  display: block !important;
}

/* ---- FINE FOTOGALLERY ---- */
.tags-links {
  margin: 0 0 2rem;
  font-size: 1.8rem;
  font-weight: bold;
}
.tags-links:last-child {
  margin-bottom: 2rem;
}
.tags-links span {
  display: inline-block;
  margin: 0.5rem 0.3rem 0;
  vertical-align: middle;
}
.tags-links a,
.tags-links a:not([class]) {
  display: inline-block;
  margin: 0.5rem 0.3rem 0;
  padding: 0.3rem 0.8rem;
  vertical-align: middle;
  color: #000;
  border: 0.1rem solid #EEE;
  border-radius: 0.3rem;
  background-clip: padding-box;
  text-decoration: none;
  font-weight: 400;
}

.widget {
  margin-bottom: 2rem;
}
.widget:before, .widget:after {
  content: " ";
  display: table;
}
.widget:after {
  clear: both;
}
.widget .widget-title {
  font-family: "Times New Roman", Georgia, Serif;
  padding: 0.5rem 0;
  margin-bottom: 1.4rem;
  line-height: 1.7;
  font-size: 3rem;
  font-weight: 700;
  color: #C2AC12;
  display: block;
}
.widget .widget-title a {
  color: inherit;
}
.widget .thumbnail {
  width: 40%;
  float: left;
  margin-bottom: 1.5rem;
}
.widget .text {
  width: 60%;
  float: left;
  box-sizing: border-box;
  padding-left: 1.5rem;
  margin-bottom: 1.5rem;
  color: #888;
  font-size: 1.5rem;
  line-height: 1.2;
  word-wrap: break-word;
}
.widget a {
  color: #444;
}
.widget img {
  width: 100%;
  height: auto;
}
.widget ul {
  list-style: none;
}
.widget.widget_recent_entries li {
  margin-top: 1rem;
  padding-top: 1rem;
  color: #525252;
  font-size: 1.6rem;
  line-height: 1.3;
}
.widget.widget_recent_entries li:first-child {
  margin-top: 0;
  padding-top: 0;
}
.widget.widget_recent_entries a:after {
  content: "LEGGI";
  font-size: 12px;
  color: #C2AC12;
  display: block;
}
.widget.widget_siviaggia_raccomandati_widget .raccomandati-title {
  font-size: 2.2rem;
  line-height: 2;
}
.widget.widget_siviaggia_raccomandati_widget li {
  font-size: 1.6rem;
  line-height: 1.25;
  margin-bottom: 0.9rem;
}
.widget.widget_siviaggia_raccomandati_widget a {
  color: #C2AC12;
  text-decoration: none;
}
.widget.widget_nav_menu {
  background-color: #F7F7F7;
  padding: 0.5rem 1rem 2rem 1rem;
  border-bottom: 0.1rem solid #2697AB;
}
.widget.widget_nav_menu li {
  list-style: square;
  color: #2697AB;
  text-transform: uppercase;
  border-top: 0.1rem solid #EEE;
  font-size: 1.6rem;
  line-height: 1.6;
  margin: 1rem 0 0 2rem;
  padding-top: 1rem;
}
.widget.widget_nav_menu li:first-child {
  border-top: 0;
}
.widget.widget_iol_subcat_menu_widget .widget-title {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  font-weight: 700;
  text-transform: none;
}
.widget.widget_iol_subcat_menu_widget .menu li {
  padding: 0.8rem 0;
}
.widget.widget_iol_subcat_menu_widget .menu li:not(:last-child) {
  border-bottom: 0.1rem solid #DEDEDE;
}
.widget.widget_iol_subcat_menu_widget .menu a {
  font-size: 1.6rem;
  color: #525252;
}
@media only screen and (min-width: 64em) {
  .widget a:hover {
    color: #C2AC12;
  }
  .widget.widget_promo_box_widget a:hover span {
    color: #C2AC12;
  }
}

.widget--ext {
  margin-bottom: 2rem;
}
.widget--ext:before, .widget--ext:after {
  content: " ";
  display: table;
}
.widget--ext:after {
  clear: both;
}
.widget--ext a {
  color: #444;
}
.widget--ext img {
  max-width: 100%;
}
.widget--ext ul {
  list-style: none;
}

.widget_promo_box_widget .widget-title {
  font-size: 2.4rem;
  margin-bottom: 0.8rem;
  line-height: 1;
  font-weight: 400;
}
.widget_promo_box_widget img {
  margin-bottom: 1rem;
}
.widget_promo_box_widget .title {
  font-size: 1.8rem;
  font-weight: 700;
  color: #444;
  line-height: 1.2;
  font-family: "Lato", "Trebuchet MS", sans-serif;
  display: block;
}
.widget_promo_box_widget .text {
  display: block;
  font-size: 1.6rem;
  color: #444;
  width: 100%;
  padding-left: 0;
  line-height: 1.4;
  font-family: "Lato", "Trebuchet MS", sans-serif;
}
.widget_promo_box_widget .meta {
  font-size: 1.1rem;
  color: #C2AC12;
}

.iol-category-widget img {
  max-width: 100%;
  margin-bottom: 1rem;
}
.iol-category-widget .thumbnail {
  width: 40%;
  float: left;
  margin-bottom: 1.5rem;
}
.iol-category-widget .text {
  width: 60%;
  float: left;
  box-sizing: border-box;
  padding-left: 1.5rem;
  font-size: 1.6rem;
  line-height: 1.3;
  word-wrap: break-word;
  margin-bottom: 1.5rem;
  /* a {
      color:$color18;
  } */
}
@media only screen and (min-width: 64em) {
  .iol-category-widget .text a:hover {
    color: #C2AC12;
  }
  #siviaggia_most_popular_widget-5 .iol-category-widget .thumbnail,
  #siviaggia_most_popular_widget-5 .iol-category-widget .text {
    float: none;
    width: 100%;
  }
  #siviaggia_most_popular_widget-5 .iol-category-widget .thumbnail {
    margin-bottom: 0;
  }
  #siviaggia_most_popular_widget-5 .iol-category-widget .text {
    padding: 0;
  }
}

.wp_widget_tag_cloud,
.widget_tag_cloud {
  font-size: 0;
}
.wp_widget_tag_cloud a,
.widget_tag_cloud a {
  display: inline-block;
  margin: 0.5rem 0.3rem 0;
  padding: 0.3rem 0.8rem;
  vertical-align: middle;
  color: #ccc;
  border: 0.1rem solid #EEE;
  border-radius: 0.3rem;
  background-clip: padding-box;
}
@media only screen and (min-width: 64em) {
  .wp_widget_tag_cloud a:hover,
  .widget_tag_cloud a:hover {
    color: #C2AC12;
  }
}

.widget_siviaggia_speciali_widget {
  padding: 1rem;
  width: 100%;
  box-sizing: border-box;
  background: rgba(153, 153, 153, 0.08);
}
.widget_siviaggia_speciali_widget .widget-title {
  border-bottom-color: #FFF;
  line-height: 1;
  padding-bottom: 1rem;
}
@media only screen and (min-width: 64em) {
  .widget_siviaggia_speciali_widget {
    margin-left: -1rem;
    width: 32rem;
  }
}

.sharedaddy {
  display: none !important;
}

body.single-foto .tags-links,
body.single-fotonotizia .tags-links {
  display: none;
}
@media only screen and (min-width: 48em) {
  body.single-foto .tags-links,
  body.single-fotonotizia .tags-links {
    display: block;
  }
}

/* ---- LIGATUS ---- */
.ligatus-title {
  font-family: "Lato", "Trebuchet MS", sans-serif;
  padding: 0.5rem 0;
  margin-bottom: 1.4rem;
  line-height: 1.7;
  font-size: 2.2rem;
  font-weight: 400;
  color: #2697AB;
}

/* ---- FINe LIGATUS ---- */
/* ---- SPECIALI BOTTOM ---- */
.speciale-posts {
  padding-top: 2rem;
}
.speciale-posts .title {
  font-family: "Lato", "Trebuchet MS", sans-serif;
  margin: 0 0 1.4rem;
  padding: 1.5rem 0 0.5rem;
  line-height: 1.2;
  font-size: 2.2rem;
  font-weight: 300;
  color: #525252;
}
.speciale-posts ul {
  font-size: 0;
  margin-left: -2rem;
  list-style: none;
}
.speciale-posts li {
  display: inline-block;
  box-sizing: border-box;
  padding: 0 0 2rem 2rem;
  width: 50%;
  vertical-align: top;
}
.speciale-posts img {
  max-width: 100%;
  margin: 0 0 1rem;
}
.speciale-posts a {
  font-size: 1.4rem;
  color: #999;
}
@media only screen and (min-width: 48em) {
  .speciale-posts li {
    width: 33.3333333333%;
  }
}

/* ---- FINE SPECIALI BOTTOM ---- */
/* ---- READ MORE ---- */
#read-more-box {
  position: relative;
}
#read-more-box::before {
  position: absolute;
  content: "";
  display: block;
  bottom: 100%;
  left: 0;
  right: 0;
  height: 12rem;
  z-index: 50;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
}
#read-more-box .separator {
  border-top: 0.1rem solid #999;
  position: relative;
  top: 3.6rem;
}
#read-more-box #post-read-more .text {
  position: relative;
  background: #FFF;
  color: #C2AC12;
  height: 5rem;
  width: 20rem;
  display: block;
  border: 0.1rem solid #999;
  margin: 1rem auto;
  padding-left: 3rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
  font-size: 1.3rem;
  line-height: 3.8;
}
#read-more-box #post-read-more .text:before {
  position: absolute;
  left: 1.3rem;
  top: 1.2rem;
  display: inline-block;
  height: 2.4rem;
  width: 2.4rem;
  margin-right: 0.8rem;
  color: #FFF;
  content: "+";
  line-height: 0.95;
  font-size: 2.5rem;
  font-weight: 300;
  background: #C2AC12;
  border-radius: 50%;
  background-clip: padding-box;
}

/* ---- FINE READ MORE ---- */
.ricerca-titoli {
  margin: 0 auto;
  width: 30rem;
  text-align: center;
  font-size: 0;
}
.ricerca-titoli a {
  color: #333;
  display: inline-block;
  font-size: 1.3rem;
  height: 1.7rem;
  line-height: 1.3;
  text-align: center;
  width: 7.6923076923%;
  transition: color 0.2s cubic-bezier(0.55, 0, 0.1, 1), background 0.2s cubic-bezier(0.55, 0, 0.1, 1);
}
.ricerca-titoli a:hover {
  background: #2697AB;
  color: #FFF;
}

.entry-content ul.elenco, .iol-shorten-content ul.elenco {
  float: left;
  width: 100%;
  margin: 0;
  list-style: none;
  clear: none;
  box-sizing: border-box;
  padding: 0;
}
.entry-content ul.elenco + ul.elenco, .iol-shorten-content ul.elenco + ul.elenco {
  padding: 0 0 2rem;
}
.entry-content ul.elenco > li, .iol-shorten-content ul.elenco > li {
  background: #F7F7F7;
  border: 0.1rem solid #ccc;
  font-weight: 700;
  line-height: 2.5;
  margin-bottom: 1.2rem;
  padding: 0.5rem 0;
}
.entry-content ul.elenco > li::before, .iol-shorten-content ul.elenco > li::before {
  display: none;
}
.entry-content ul.elenco span, .iol-shorten-content ul.elenco span {
  display: inline-block;
  width: 3rem;
  height: 3rem;
  margin: 0 0.8rem;
  border-radius: 50%;
  background-clip: padding-box;
  background-color: #2697AB;
  padding: 1rem;
  line-height: 1;
}
.entry-content ul.elenco svg, .iol-shorten-content ul.elenco svg {
  fill: #FFF;
}
.entry-content ul.elenco a, .iol-shorten-content ul.elenco a {
  text-decoration: none;
}
@media only screen and (min-width: 48em) {
  .entry-content ul.elenco, .iol-shorten-content ul.elenco {
    width: 50%;
    padding: 0 0.5rem 0 0;
  }
  .entry-content ul.elenco + ul.elenco, .iol-shorten-content ul.elenco + ul.elenco {
    padding: 0 0 0 0.5rem;
  }
}

#reply-title,
#commentform {
  display: none;
}

/* ---- media img e video ---- */
/* ---- media img e video ---- */
.iol-media {
  width: 100%;
  margin: 1rem 0;
}
.iol-media__figure {
  position: relative;
  width: inherit;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr auto;
}
@media only screen and (min-width: 26.5625em) {
  .iol-media__figure--left {
    float: left;
    max-width: 15.5555555556em;
    margin: 0 1em 1em 0;
  }
}
.iol-media__lnk {
  position: relative;
  grid-row: 1/span 1;
  grid-column: 1/-1;
}
.iol-media__img {
  display: block;
  width: 100%;
  height: auto;
}
.iol-media .ico,
.iol-media .icovideo {
  display: block;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0.7;
  background: #666 url() no-repeat 50%/75%;
}
.iol-media .icovideo {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24px' viewBox='0 0 24 24' width='24px' fill='%23fff'%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M8 5v14l11-7z'/%3E%3C/svg%3E");
}
.iol-media .ico {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24px' viewBox='0 0 24 24' width='24px' fill='%23fff'%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Ccircle cx='12' cy='12' r='3.2'/%3E%3Cpath d='M9 2L7.17 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2h-3.17L15 2H9zm3 15c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5z'/%3E%3C/svg%3E");
}
.iol-media__copy {
  z-index: 1;
  grid-row: 1/span 1;
  grid-column: auto/-1;
  font: 400 1rem/1.1 Arial, Helvetica, sans-serif;
  letter-spacing: 0.04em;
  text-rendering: optimizeLegibility;
  color: #FFF;
  background-color: rgba(0, 0, 0, 0.7);
  margin: auto 2.18% 1.6% auto;
  padding: 0.5em 0.8em;
}
.iol-media__copy > a {
  color: inherit;
  text-decoration: none;
}
.iol-media__copy__src {
  font-weight: 700;
}
.iol-media__caption:nth-of-type(n) {
  grid-row: span 1/-1;
  grid-column: 1/-1;
  color: #666;
  font-style: italic;
  font-size: 1.3rem;
  line-height: 1.23;
  text-align: left;
  margin-top: 0.77em;
  padding: 0;
  word-break: break-all;
}

/* ---- fine media img e video ---- */
/* ---- fine media img e video ---- */
/* Page links */
.page-links {
  background: rgba(0, 0, 0, 0.2);
}

/* PAGINAZIONE NUOVA */
.paging-nav {
  --pn-bt-size: 4.6rem;
  --pn-bt-c: #000;
  --pn-bt-bgc: #EEE;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 69rem;
  margin: 2em auto;
  margin-inline: auto;
  margin-block: 2em;
  font-size: var(--pn-fs);
}
.paging-nav > .next,
.paging-nav > .prev {
  flex: 0 0 1em;
  font-size: var(--pn-bt-size);
  width: 1em;
  height: 1em;
  display: grid;
  grid-template-columns: 1em;
  grid-template-rows: 1em 0fr;
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 50%;
  color: var(--pn-bt-c);
  background: var(--pn-bt-bgc);
}
.paging-nav > .next::before,
.paging-nav > .prev::before {
  content: "";
  grid-row: 1/2;
  grid-column: 1/-1;
  align-self: center;
  justify-self: center;
  width: 1.2rem;
  height: 2rem;
  background-color: var(--pn-bt-c);
  -webkit-clip-path: polygon(0% 92.3%, 13.42% 100%, 100% 50%, 13.33% 0%, 0% 7.65%, 73.42% 50%, 0% 92.3%);
  clip-path: polygon(0% 92.3%, 13.42% 100%, 100% 50%, 13.33% 0%, 0% 7.65%, 73.42% 50%, 0% 92.3%);
}
@media (pointer: fine) {
  .paging-nav > .next:not(span),
  .paging-nav > .prev:not(span) {
    transition: background-color cubic-bezier(0.55, 0, 0.1, 1) 0.2s;
  }
  .paging-nav > .next:not(span):hover,
  .paging-nav > .prev:not(span):hover {
    background-color: color-mix(in srgb, var(--pn-bt-bgc) 96%, #000);
  }
}
.paging-nav > .prev {
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
  margin-right: auto;
}
.paging-nav > .next {
  margin-left: auto;
}
.paging-nav .page-numbers:not(.prev):not(.next) {
  font-weight: var(--pn-fw);
  color: var(--pn-c1);
  margin: 0 0.5em;
}
.paging-nav .page-numbers:not(.prev):not(.next):nth-child(1) {
  margin-left: auto;
  padding-left: calc(0.5em + var(--pn-bt-size));
}
.paging-nav .page-numbers:not(.prev):not(.next):nth-last-child(1) {
  margin-right: auto;
  padding-right: calc(0.5em + var(--pn-bt-size));
}
.isIe11 .paging-nav .page-numbers:not(.prev):not(.next):nth-child(1) {
  padding-left: calc(1em + 6rem);
}
.isIe11 .paging-nav .page-numbers:not(.prev):not(.next):nth-last-child(1) {
  padding-right: calc(1em + 6rem);
}
.paging-nav .page-numbers:not(.prev):not(.next)[aria-current] {
  cursor: pointer;
  color: var(--pn-c2);
  pointer-events: none;
}
@media (pointer: fine) {
  .paging-nav .page-numbers:not(.prev):not(.next) {
    transition: opacity cubic-bezier(0.55, 0, 0.1, 1) 0.2s;
  }
  .paging-nav .page-numbers:not(.prev):not(.next):hover {
    opacity: 0.75;
  }
}
@media only screen and (min-width: 48em) {
  .paging-nav {
    --pn-bt-size: 6.8rem;
  }
}

.paging-nav {
  --pn-fw: 700;
  --pn-fs: 1.4rem;
  --pn-c1: #444;
  --pn-c2: var(--color-1);
}
@media only screen and (min-width: 48em) {
  .paging-nav {
    --pn-fs: 1.6rem;
  }
}

/* PAGINAZIONE NUOVA */
/* CALL TO ACTION */
.callAction {
  padding: 2rem 0;
  box-sizing: border-box;
  position: relative;
  float: left;
  width: 100%;
  border-top: 0.2rem solid #ccc;
  border-bottom: 0.2rem solid #ccc;
  margin-bottom: 2rem;
  /* &.tp01 {
      h2 {
          text-align:center;
      }
  } */
}
.callAction h2 {
  font-size: 1.9rem;
  line-height: 1.5;
  text-align: center;
}
.callAction h2 span {
  display: block;
  font-weight: 400;
}
.callAction ul {
  list-style: none;
  padding: 1rem 0;
}
.callAction li {
  position: relative;
  padding-left: 2.5rem;
  font-size: 1.8rem;
}
.callAction li::before {
  content: "✓";
  color: #ffce10;
  position: absolute;
  left: 0;
  top: -0.4rem;
  font-size: 2.2rem;
  font-weight: 700;
}
.callAction .buttonCall {
  display: block;
  width: 80%;
  margin: 0 auto;
  text-align: center;
  background-color: #ffce10;
  color: #000;
  font-size: 1.6rem;
  font-weight: 600;
  text-decoration: none;
  padding: 1rem 0;
  font-family: Arial, Helvetica, sans-serif;
}
.callAction .pwby {
  display: block;
  margin: 0 auto;
  width: 15rem;
  font-size: 1.1rem;
}
.callAction .pwby svg {
  display: inline-block;
  vertical-align: sub;
  width: 7rem;
  height: 1.3rem;
}
.callAction.tp02 {
  border-color: #ffce10;
}
.callAction.tp02 .buttonCall {
  margin: 1.5rem auto 1rem;
}
.callAction.tp03 svg {
  float: left;
  width: 4.2rem;
  height: 3.6rem;
  margin: 0.5rem 1.5rem 0;
}
.callAction.tp03 h2 {
  min-height: 5.8rem;
  text-align: left;
}
.callAction.tp03 h2 span {
  padding: 5px 0;
  text-align: center;
}
.callAction.tp03 .buttonCall {
  margin: 0.8rem auto;
  width: 90%;
}
@media only screen and (min-width: 48em) {
  .callAction.tp01 ul {
    float: left;
    width: 50%;
    padding: 2rem 0 0;
  }
  .callAction.tp01 .buttonCall {
    float: right;
    width: 38%;
    margin: 4.5rem 6% 0 0;
  }
  .callAction.tp02 .buttonCall {
    width: 25%;
  }
  .callAction.tp03 svg {
    margin: 0.5rem 1.5rem 2.5rem;
  }
  .callAction.tp03 h2 {
    float: left;
    width: 50%;
  }
  .callAction.tp03 h2 span {
    display: inline;
    margin-left: 0.5rem;
  }
  .callAction.tp03 .buttonCall {
    float: right;
    width: 38%;
    margin: 1rem 6% 0 0;
  }
}
@media only screen and (min-width: 64em) {
  .callAction .buttonCall:hover {
    color: #FFF;
  }
  .callAction.tp01 ul {
    padding: 2rem 0 0 7%;
  }
  .callAction.tp01 .buttonCall {
    width: 34%;
    margin: 4.5rem 6% 0 0;
  }
  .callAction.tp03 .buttonCall {
    width: 45%;
    margin: 1rem 2% 0 0;
  }
}
@media only screen and (min-width: 85.4375em) {
  .callAction.tp03 h2 {
    width: 60%;
  }
  .callAction.tp03 h2 span {
    margin-left: 0;
  }
  .callAction.tp03 .buttonCall {
    width: 37%;
  }
}

.callToAct {
  padding: 1rem 2rem 1.5rem;
  margin-bottom: 1rem;
  box-sizing: border-box;
  float: left;
  width: 100%;
  position: relative;
  background-color: #F7F7F7;
}
.callToAct h2 {
  font-size: 1.6rem;
  font-weight: 600;
  padding: 0.5rem 0;
  line-height: 1.1;
}
.callToAct ul {
  list-style: none;
  padding: 1rem 0;
}
.callToAct li {
  position: relative;
  padding: 0 0 0 2rem;
  font-size: 1.6rem;
}
.callToAct li::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath d='M9 16.2L4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4L9 16.2z' fill='%230099ff'/%3E%3C/svg%3E");
  display: inline-block;
  width: 1.6rem;
  height: 1.6rem;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0.6rem;
}
.callToAct .buttonCall {
  display: block;
  width: 80%;
  margin: 0 auto;
  text-align: center;
  background-color: #09F;
  color: #FFF;
  border-radius: 0.5rem;
  background-clip: padding-box;
  font-size: 1.3rem;
  font-weight: 500;
  padding: 1.5rem 0;
  text-decoration: none;
}
.callToAct .buttonCall:hover {
  color: #FFF;
}
@media only screen and (min-width: 48em) {
  .callToAct {
    padding: 2rem 1.5rem;
  }
}

@media only screen and (min-width: 48em) {
  .pec ul,
  .fpec2 ul {
    float: left;
    width: 50%;
    padding: 2rem 0 0;
  }
  .pec .buttonCall,
  .fpec2 .buttonCall {
    float: right;
    width: 38%;
    margin: 2.5rem 6% 0 0;
  }
}

.pages1 h2 {
  text-align: center;
  padding: 0.5rem 0 1.5rem;
}
@media only screen and (min-width: 48em) {
  .pages1 .buttonCall {
    width: 35%;
  }
}

.pages2 svg,
.pages2 img {
  float: left;
  width: 6.2rem;
  height: 5.8rem;
  margin: 0.5rem 1rem 0;
}
.pages2 h2 {
  min-height: 5.8rem;
  font-size: 1.8rem;
  padding: 0.5rem 0 1.5rem;
  line-height: 1.2;
}
.pages2 h2 span {
  display: block;
  font-weight: 400;
  font-size: 1.6rem;
}
@media only screen and (min-width: 48em) {
  .pages2 h2 {
    float: left;
    width: 50%;
  }
  .pages2 .buttonCall {
    float: right;
    width: 38%;
    margin: 1rem 6% 0 0;
  }
}

.fpec1 svg,
.fpec1 img {
  float: left;
  width: 10.8rem;
  height: 5.2rem;
  margin: 0 1rem 3.5rem 0;
}
.fpec1 .ico_callAct_uno {
  float: left;
  margin: 0 1.5rem;
}
.fpec1 h2 {
  padding: 0.5rem 0 1.5rem;
  font-size: 1.8rem;
}
.fpec1 h2 span {
  display: block;
  font-weight: 400;
  font-size: 1.6rem;
}
@media only screen and (max-width: 20.0625em) {
  .fpec1 svg {
    margin: 0 1rem 8.5rem 0;
  }
}
@media only screen and (min-width: 48em) {
  .fpec1 svg {
    margin: 2rem 1rem 0 0;
  }
  .fpec1 .buttonCall {
    width: 40%;
  }
}

.sif {
  background-color: #2697AB;
  color: #FFF;
}
.sif h2 {
  font-family: "Times New Roman", Georgia, Serif;
  font-size: 2.5rem;
  font-weight: 400;
}
.sif ul {
  list-style: none;
  padding: 1rem 0;
}
.sif li {
  position: relative;
  padding: 0 0 0 2rem;
  font-size: 1.6rem;
}
.sif li::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath d='M9 16.2L4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4L9 16.2z' fill='%23bcd377'/%3E%3C/svg%3E");
  display: inline-block;
  width: 1.6rem;
  height: 1.6rem;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0.6rem;
}
.sif .buttonCall {
  background-color: #C2AC12;
  font-size: 1.4rem;
  box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.5);
}
@media only screen and (min-width: 48em) {
  .sif ul {
    float: left;
    width: 67%;
    padding: 2rem 0 0;
  }
  .sif .buttonCall {
    float: right;
    width: 25%;
    margin: 2.5rem 6% 0 0;
  }
}

.sif2 {
  background-color: #2697AB;
  color: #FFF;
  margin-top: 3rem;
}
.sif2__icon-cnt {
  position: absolute;
  top: -3rem;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background: #C2AC12;
  padding: 1.1rem 1rem;
  border-radius: 50%;
  border: 0.4rem solid #FFF;
}
.sif2 img {
  width: 2.8rem;
  height: 2.5rem;
  display: block;
}
.sif2 h2 {
  padding: 3rem 0 1.5rem;
  font-size: 2.3rem;
  text-align: center;
  font-family: "Times New Roman", Georgia, Serif;
  font-weight: 400;
}
.sif2 h2 span {
  font-family: "Lato", "Trebuchet MS", sans-serif;
  display: block;
  font-size: 1.6rem;
  line-height: 1.5;
  margin: 1rem 0;
}
.sif2 .buttonCall {
  background-color: #C2AC12;
  font-size: 1.4rem;
  width: 15rem;
  margin: 0 auto;
}

/* CALL TO ACTION */
/* WIDGET VIDEO */
.sviol-bottom .widget-title {
  font-family: "Times New Roman", Georgia, Serif;
  padding: 0.5rem 0;
  margin-bottom: 1.4rem;
  line-height: 1.7;
  font-size: 2rem;
  font-weight: 400;
  color: #C2AC12;
}
.sviol-bottom li {
  box-sizing: border-box;
  padding: 0 0 1.5rem;
}
.sviol-bottom figure {
  position: relative;
  overflow: hidden;
  margin-bottom: 0.5rem;
}
.sviol-bottom figure:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}
.sviol-bottom figure img,
.sviol-bottom figure svg {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.sviol-bottom a {
  color: #444;
}
.sviol-bottom .vv_tit-t2 {
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.2;
}
@media only screen and (min-width: 48em) {
  .sviol-bottom ul {
    list-style: none;
    font-size: 0;
    margin-left: -1.5rem;
  }
  .sviol-bottom li {
    display: inline-block;
    width: 33%;
    padding: 0 0 1.5rem 1.5rem;
    vertical-align: top;
  }
}

/* POTREBBE INTERESSARTI derivante da .list_results */
@media only screen and (min-width: 64em) {
  .list_interest li {
    width: 33.3333333333%;
  }
}

/* POTREBBE INTERESSARTI */
/* NEW SCHEDA VIDEO */
.nwsc-video .entry-header {
  padding-top: 1.5rem;
}
.nwsc-video .sidebar-video:not(.widget_promo_box_widget) .video-bottom__item {
  box-sizing: border-box;
  padding: 0 0 1.5rem;
}
.nwsc-video .sidebar-video:not(.widget_promo_box_widget) .thumbnail,
.nwsc-video .sidebar-video:not(.widget_promo_box_widget) .text {
  float: none;
  width: 100%;
}
.nwsc-video .sidebar-video:not(.widget_promo_box_widget) .thumbnail {
  margin-bottom: 0.5rem;
}
.nwsc-video .sidebar-video:not(.widget_promo_box_widget) .text {
  padding-left: 0;
}
@media only screen and (min-width: 48em) {
  .nwsc-video .sidebar-video:not(.widget_promo_box_widget) .widget-video-raccomandati {
    font-size: 0;
    margin-left: -1.5rem;
  }
  .nwsc-video .sidebar-video:not(.widget_promo_box_widget) .video-raccomandati-item {
    display: inline-block;
    width: 33.3333333333%;
    padding: 0 0 1.5rem 1.5rem;
    vertical-align: top;
    box-sizing: border-box;
  }
  .nwsc-video .sidebar-video:not(.widget_promo_box_widget) .clear {
    display: none;
  }
}
@media only screen and (min-width: 64em) {
  .nwsc-video .sidebar-video:not(.widget_promo_box_widget) .widget-video-raccomandati {
    margin-left: 0;
  }
  .nwsc-video .sidebar-video:not(.widget_promo_box_widget) .video-raccomandati-item {
    display: block;
    width: 100%;
    padding-left: 0;
  }
  .nwsc-video .sidebar-video:not(.widget_promo_box_widget) .clear {
    display: block;
  }
  .nwsc-video .sidebar-video:not(.widget_promo_box_widget) .thumbnail {
    width: 40%;
    float: left;
    margin-bottom: 1.5rem;
  }
  .nwsc-video .sidebar-video:not(.widget_promo_box_widget) .text {
    width: 60%;
    float: left;
    padding-left: 1.5rem;
  }
}
.nwsc-video .video-bottom .widget-title {
  font-family: "Lato", "Trebuchet MS", sans-serif;
  padding: 0.5rem 0;
  margin-bottom: 1.4rem;
  line-height: 1.7;
  font-size: 2rem;
  font-weight: 400;
  color: #C2AC12;
}
.nwsc-video .video-bottom .video-bottom__item {
  box-sizing: border-box;
  padding: 0 0 1.5rem;
}
.nwsc-video .video-bottom .thumbnail,
.nwsc-video .video-bottom .text {
  float: none;
  width: 100%;
}
.nwsc-video .video-bottom .thumbnail {
  margin-bottom: 0.5rem;
}
.nwsc-video .video-bottom .text {
  padding-left: 0;
}
@media only screen and (min-width: 48em) {
  .nwsc-video .video-bottom .iol-category-widget {
    font-size: 0;
    margin-left: -1.5rem;
  }
  .nwsc-video .video-bottom .video-bottom__item {
    display: inline-block;
    width: 33.3333333333%;
    padding: 0 0 1.5rem 1.5rem;
    vertical-align: top;
  }
  .nwsc-video .video-bottom .clear {
    display: none;
  }
}

.textwidget .note {
  font-size: 1.1rem;
  line-height: 1.6;
  font-family: Arial, Helvetica, sans-serif;
  color: #666;
}
.textwidget .note a {
  font: inherit;
  color: inherit;
}

/* ESTRAZIONI LOTTO */
.est-lt {
  width: 100%;
  margin: 0 0 2rem;
  border-collapse: collapse;
  font-weight: 400;
}
.est-lt th {
  font-size: 1.3rem;
}
.est-lt td {
  font-size: 1.6rem;
}
.est-lt tr:not(:first-child) {
  border-bottom: 0.1rem solid #F7F7F7;
}
.est-lt__r--th {
  background: #F7F7F7;
  color: #C2AC12;
}
.est-lt__c {
  text-align: center;
  padding: 0.5rem 0;
  font-weight: 400;
}
tr:not(.est-lt__r--fs) .est-lt__c:nth-child(1) {
  text-align: left;
  padding-left: 0.5rem;
}
@media only screen and (min-width: 48em) {
  .est-lt th,
  .est-lt td {
    font-size: 1.8rem;
  }
}

/* ---- i: table of content ---- */
#ez-toc-container span.ez-toc-title {
  text-align: left;
  line-height: 1.45;
  margin: 0;
  padding: 0;
  display: inline-block;
  font-weight: 600;
}

div#ez-toc-container ul li {
  font-size: 1.6rem;
}

div#ez-toc-container ul.ez-toc-list a,
div#ez-toc-container ul.ez-toc-list a:hover,
div#ez-toc-container ul.ez-toc-list a:visited {
  color: #C2AC12 !important;
}

/* ---- f: table of content ---- */
/* s: video preview gated content */
.video-preview {
  position: relative;
  overflow: hidden;
}
.video-preview:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}
.video-preview img,
.video-preview svg {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.video-preview-cta {
  width: 100%;
  max-width: 100%;
}
.video-preview .ic_vid {
  position: absolute;
  left: 50%;
  top: 50%;
  color: #FFF;
  font-size: 6rem;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.video-preview:hover .ic_vid {
  color: #C2AC12;
}

/* e: video preview gated content */
/* ---- i: STAR E VIP, PERSONAGGI ---- */
.iol-svp__disable {
  opacity: 0.5;
  pointer-events: none;
}
.iol-svp__elenco {
  margin-bottom: 1.3em;
  display: flex;
  flex-direction: column;
}
.iol-svp__elenco ~ .linkmap_section {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 0.1rem solid #DEDEDE;
}
.iol-svp__elenco .iol-hentry {
  margin-bottom: 2rem;
  padding-bottom: 1.5rem;
  background: #F7F7F7;
}
.iol-svp__elenco .iol-hentry:hover .entry-title a {
  color: #999;
}
.iol-svp__elenco .entry-column {
  text-align: center;
  padding: 0;
}
.iol-svp__elenco .entry-title {
  font-weight: 700;
  font-size: 2rem;
}
.iol-svp__elenco .entry-title a {
  color: #C2AC12;
}
.iol-svp__elenco .entry-summary {
  padding: 0 1rem;
  font-size: 1.6rem;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  max-height: 4.2em;
  overflow: hidden;
}
.iol-svp__top {
  display: flex;
  flex-direction: column;
  padding-top: 1rem;
}
.iol-svp__top-img {
  margin-bottom: 2rem;
}
.iol-svp__top-title {
  margin-bottom: 0.5rem;
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 1.1;
  color: #C2AC12;
  font-family: "Times New Roman", Georgia, Serif;
}
.iol-svp__top-sub-title {
  margin-bottom: 1.5rem;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.2;
  color: #999;
}
.iol-svp__info {
  margin: 1rem 0 2rem;
  font-size: 1.6rem;
  line-height: 1.2;
}
.iol-svp__info-itm {
  margin-bottom: 0.5rem;
}
.iol-svp__info-itm a {
  color: #C2AC12;
}
.iol-svp__mdl-title {
  margin: 2rem 0;
  font-weight: 600 !important;
  font-size: 2rem !important;
  color: #C2AC12;
}
.iol-svp__faq {
  border-bottom: 0.1rem solid #DEDEDE;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  line-height: 1.3;
}
.iol-svp__faq:first-of-type {
  margin-top: 2rem;
}
.iol-svp__faq-title {
  font-weight: 600 !important;
  font-size: 2rem;
}
@media only screen and (min-width: 48em) {
  .iol-svp__elenco {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 2rem;
  }
  .isIe11 .iol-svp__elenco {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .iol-svp__elenco .iol-hentry {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
  }
  .isIe11 .iol-svp__elenco .iol-hentry {
    width: calc(33.33% - 1.3332rem);
  }
  .iol-svp__elenco .entry-thumbnail {
    display: block;
    width: 100%;
    margin-bottom: 1rem;
  }
  .iol-svp__elenco .entry-column {
    display: block;
    width: 100%;
  }
  .iol-svp__elenco .entry-title {
    font-size: 1.8rem;
  }
  .iol-svp__elenco .entry-summary {
    font-size: 1.4rem;
  }
  .iol-svp__top-img {
    margin-bottom: 3rem;
  }
  .iol-svp__top-title {
    margin-bottom: 1rem;
  }
  .iol-svp__info {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 64em) {
  .iol-svp__elenco {
    grid-template-columns: repeat(4, 1fr);
  }
  .isIe11 .iol-svp__elenco .iol-hentry {
    width: calc(25% - 1.5rem);
  }
}
@media only screen and (min-width: 85.4375em) {
  .iol-svp__elenco {
    grid-template-columns: repeat(5, 1fr);
  }
  .isIe11 .iol-svp__elenco .iol-hentry {
    width: calc(20% - 1.6rem);
  }
}

/* ---- f: STAR E VIP, PERSONAGGI ---- */
/* s: listato tipo 01 (2/3 colonne) */
/* e: listato tipo 01 (2/3 colonne) */
/* s: listato tipo 02 (2/3 colonne ed elementi pari e dispari) */
.iol-listing-02 {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 2rem;
  gap: 2rem;
}
@media only screen and (max-width: 37.4375em) {
  .iol-listing-02 {
    grid-template-columns: repeat(2, 1fr);
  }
  .iol-listing-02--odd .iol-listing-02-item:nth-of-type(3n) {
    grid-column: 1/-1;
  }
  .iol-listing-02--odd--reverse .iol-listing-02-item:nth-of-type(3n+1) {
    grid-column: 1/-1;
  }
}
@media only screen and (min-width: 48em) {
  .iol-listing-02 {
    grid-gap: 2.8rem;
    gap: 2.8rem;
  }
}

.iol-listing-02-item {
  font-size: 1.2rem;
  line-height: 1.17;
}
.iol-listing-02-item a {
  color: inherit;
}
.iol-listing-02-item__fig {
  position: relative;
  overflow: hidden;
  margin-bottom: 0.7em;
}
.iol-listing-02-item__fig:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}
.iol-listing-02-item__fig img,
.iol-listing-02-item__fig svg {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.iol-listing-02-item__cat {
  font: 700 1.3rem/1.3 "Lato", "Trebuchet MS", sans-serif;
  margin-bottom: 0.3em;
  color: #C2AC12;
}
.vortals-listing--dilei .iol-listing-02-item__cat {
  color: #B92F92;
}
.vortals-listing--virgilio .iol-listing-02-item__cat {
  color: #E74B18;
}
.vortals-listing--libero .iol-listing-02-item__cat {
  color: #00528F;
}
.vortals-listing--quifinanza .iol-listing-02-item__cat {
  color: #C2AC12;
}
.vortals-listing--siviaggia .iol-listing-02-item__cat {
  color: #09F;
}
@media (pointer: fine) {
  .iol-listing-02-item__cat:hover {
    color: #999;
  }
}
.iol-listing-02-item__tit {
  font-weight: 400;
  font-size: 1.83em;
  font-size: clamp(1.33em, 2.344vw - 0.2rem, 1.83em);
  color: #444;
}
@media (pointer: fine) {
  .iol-listing-02-item__tit:hover {
    color: #C2AC12;
  }
  .vortals-listing .iol-listing-02-item__tit:hover {
    color: #999;
  }
}

/* e: listato tipo 02 (2/3 colonne ed elementi pari e dispari) */
.archive-widget-t01 {
  margin: 3rem 0;
  padding: 3rem 0;
  border: solid #DEDEDE;
  border-width: 0.1rem 0;
}
@media only screen and (min-width: 48em) {
  .archive-widget-t01 .iol-listing-02 {
    grid-gap: 2.4rem;
    gap: 2.4rem;
  }
}
.archive-widget-t01 .iol-listing-02-item__tit {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.375;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  max-height: 5.5em;
  overflow: hidden;
}

.accordion-item:not(.accordion-item-open) .accordion-icon-close, .accordion-item-open .accordion-icon-open {
  opacity: 0;
  pointer-events: none;
}

.accordion .accordion-title {
  padding: 0.8rem 3.6rem 0.8rem 0;
  font-weight: var(--ac-fw, 400);
  font-size: var(--ac-fs, 1.4rem);
  line-height: var(--ac-lh, auto);
  font-family: var(--ac-ff, Lato, Trebuchet MS, sans-serif);
  text-align: var(--ac-ta, left);
  text-transform: var(--ac-tt, uppercase);
  color: var(--ac-c, #999);
}
.accordion .accordion-text {
  font-weight: var(--ac-fw, 400);
  font-size: var(--ac-fs, 1.6rem);
  line-height: var(--ac-lh, 1.5);
  font-family: var(--ac-ff, Lato, Trebuchet MS, sans-serif);
  color: var(--ac-c, #ccc);
}

.accordion-title {
  cursor: pointer;
  position: relative;
}

.accordion-text {
  overflow: hidden;
  transition: padding 0.15s cubic-bezier(0.55, 0, 0.1, 1) 0.15s;
  -webkit-transform: rotateZ(0);
  transform: rotateZ(0);
}

.accordion-item {
  display: grid;
  grid-template-rows: -webkit-max-content 0fr;
  grid-template-rows: max-content 0fr;
  transition: grid-template-rows 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-transform: rotateZ(0);
  transform: rotateZ(0);
  border: solid var(--ac-bc, #ccc);
  border-width: var(--ac-bw, 0.1rem 0 0);
}

.accordion-item-open {
  grid-template-rows: -webkit-max-content 1fr;
  grid-template-rows: max-content 1fr;
}
.accordion-item-open:last-of-type {
  --ac-bw: .1rem 0;
}
.accordion-item-open .accordion-title {
  --ac-fw: 700;
  --ac-c: #000;
}
.accordion-item-open .accordion-text {
  padding-bottom: 1.6rem;
}

.accordion-icon-open,
.accordion-icon-close {
  display: flex;
  position: absolute;
  top: 50%;
  right: 0.8rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.accordion-icon-open svg,
.accordion-icon-close svg {
  margin: auto;
  width: 2.1rem;
  height: 2.1rem;
}

.accordion-title {
  --ac-fw: 700;
  --ac-fs: 1.4rem;
  --ac-ff: Lato, Trebuchet MS, sans-serif;
  --ac-c: #666;
  --ac-tt: uppercase;
}

.accordion-text {
  --ac-fw: 300;
  --ac-fs: 1.6rem;
  --ac-ff: Lato, Trebuchet MS, sans-serif;
  --ac-c: #666;
}

.iol-schema {
  --color-scy: #C2AC12;
  margin-bottom: 2rem;
}
.iol-schema a {
  color: #2697AB;
}
.iol-schema ul,
.iol-schema ol {
  list-style: none;
}
.iol-schema__tit:nth-of-type(n) {
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 0.25em;
  color: var(--color-scy);
}
.iol-schema__item {
  font-size: 1.6rem;
  padding-top: 0.6em;
}
.iol-schema__item:not(:first-of-type) {
  margin-top: 0.9em;
  border-top: 0.1rem solid #ccc;
}
.iol-schema--accordion .iol-schema__item {
  padding-top: 0;
}
.iol-schema--accordion .iol-schema__item:not(:first-of-type) {
  margin-top: 0;
}
.iol-schema__item ul > li,
.iol-schema__item ol > li {
  position: relative;
}
.iol-schema__item ul > li::before,
.iol-schema__item ol > li::before {
  position: absolute;
  left: 0;
}
.iol-schema__item ul > li {
  padding-left: 1em;
}
.iol-schema__item ul > li::before {
  content: "";
  top: 0.75em;
  display: block;
  width: 0.5em;
  height: 0.5em;
  border-radius: 50%;
  background-color: var(--color-scy);
}
.iol-schema__item ol {
  counter-reset: Lcounter;
}
.iol-schema__item ol > li {
  counter-increment: Lcounter;
  padding-left: 3ch;
}
.iol-schema__item ol > li::before {
  content: counter(Lcounter) ".";
  font-weight: 700;
  color: var(--color-scy);
}
.iol-schema__item-tit:nth-of-type(n) {
  font-size: 1.1em;
  margin: 0;
}
.iol-schema__item-tit + :not(.iol-schema__item-cont) {
  margin-top: 0.6em;
}
.iol-schema__item :not(.iol-schema__item-tit) {
  font-size: 1em;
}
.iol-schema__item-trg {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0.6em 0;
}
.iol-schema__item-trg::after {
  content: "";
  font-size: 3.6rem;
  flex: 0 0 1em;
  width: 1em;
  height: 1em;
  margin: -0.267em 0.2em;
  margin-right: 0;
  background: rgba(0, 0, 0, 0) url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20'%3E%3Cpath d='M11 5H9v4H5v2h4v4h2v-4h4V9h-4zm-1-5a10 10 0 1010 10A10 10 0 0010 0zm0 18a8 8 0 118-8 8.01 8.01 0 01-8 8z' fill='%23ccc'/%3E%3C/svg%3E") no-repeat 50%/55.55%;
}
.iol-schema__item-trg[aria-expanded=true]::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20'%3E%3Cpath d='M5.001 9v2h10V9zm5-9a10 10 0 1010 10 10 10 0 00-10-10zm0 18a8 8 0 118-8 8.01 8.01 0 01-8 8z' fill='%23C2AC12'/%3E%3C/svg%3E");
}
.iol-schema__item-cont {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-in-out;
}
.iol-schema__item-cont[aria-hidden=false] {
  max-height: 100em;
}
.iol-schema__item-cont :last-child {
  margin-bottom: 0.9em;
}

/* --- i: CLASSI PER HP DEGLI SPECIALI ---- */
.topSpeciali li:after {
  display: none;
}

.tSpecialiA {
  text-align: center;
  padding: 1.5rem;
  background-color: #EEE;
}
.tSpecialiA .tSpecialiTxt__tit {
  font-size: 3.2rem;
  margin-bottom: 1rem;
  color: #000;
  font-family: "Times New Roman", Georgia, Serif;
  max-width: 60rem;
  margin: 0 auto;
}
.tSpecialiA p {
  font-size: 1.8rem;
  color: #000;
  font-family: "Lato", "Trebuchet MS", sans-serif;
  max-width: 60rem;
  margin: 0 auto;
}
.tSpecialiA figure {
  display: none;
  margin-bottom: 0;
}
.tSpecialiA .spby {
  display: inline-block;
  margin-top: 1rem;
}
.tSpecialiA .spby::before {
  content: "Sponsored by";
  font-family: "Times New Roman", Georgia, Serif;
  font-size: 1.2rem;
  color: #000;
}
.tSpecialiA .spby img {
  display: block;
  margin: 1rem auto;
  max-width: 12rem;
  max-height: 6rem;
  width: auto;
  height: auto;
}
@media only screen and (min-width: 48em) {
  .tSpecialiA {
    position: relative;
    padding: 0;
  }
  .tSpecialiA figure {
    display: block;
  }
  .tSpecialiA .spby {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  .tSpecialiA .spby::before {
    color: #FFF;
  }
  .tSpecialiA .tSpecialiTxt {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    padding: 2rem 0 10rem;
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  }
  .tSpecialiA .tSpecialiTxt__tit {
    color: #FFF;
  }
  .tSpecialiA p {
    color: #EEE;
  }
}
@media only screen and (min-width: 64em) {
  .tSpecialiA a:hover .tSpecialiTxt__tit,
  .tSpecialiA a:hover p {
    color: #C2AC12;
  }
  .tSpecialiA figure {
    position: relative;
    overflow: hidden;
  }
  .tSpecialiA figure:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 43.75%;
  }
  .tSpecialiA figure img,
  .tSpecialiA figure svg {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
  }
  .tSpecialiA figure img {
    -webkit-transform: translate(0, -11%);
    transform: translate(0, -11%);
  }
  .tSpecialiA .tSpecialiTxt {
    padding: 2rem 2rem 10rem;
  }
}

.topSpecialiSlider .vv_tit-t2 {
  color: #FFF;
  font-family: "Times New Roman", Georgia, Serif;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.3;
  margin-top: 2rem;
}
@media only screen and (min-width: 64em) {
  .topSpecialiSlider .vv_tit-t2 {
    font-size: 2.2rem;
  }
  .topSpecialiSlider a:hover .vv_tit-t2 {
    color: #C2AC12;
  }
}

.specialiFol {
  text-align: center;
  position: relative;
  padding-bottom: 1.5rem;
}
.specialiFol::before {
  content: "";
  display: block;
  border-top: 0.1rem solid #FFF;
  position: absolute;
  left: 20%;
  right: 20%;
  top: 0;
}
.specialiFol span {
  font-family: "Lato", "Trebuchet MS", sans-serif;
  color: #FFF;
  font-size: 1.4rem;
  display: block;
  padding: 2rem 0;
  margin: 1.5rem 0 0;
}
.specialiFol ul {
  font-size: 0;
}
.specialiFol li {
  display: inline-block;
  margin: 0 1rem;
  padding: 0;
}
.specialiFol a {
  color: #FFF;
  font-size: 3.5rem;
}
@media only screen and (min-width: 48em) {
  .specialiFol {
    padding-bottom: 0;
  }
  .specialiFol ul,
  .specialiFol span {
    display: inline-block;
    vertical-align: middle;
    height: 4rem;
  }
}

.specialiEle {
  margin: 0 -2rem;
}
.specialiEle ul {
  padding: 2rem;
  list-style: none;
  font-size: 0;
}
.specialiEle li {
  margin-bottom: 3rem;
  position: relative;
  box-sizing: border-box;
  vertical-align: top;
}
.specialiEle li:after {
  display: none;
}
.specialiEle figure {
  margin-bottom: 1rem;
}
.specialiEle .cat {
  display: block;
  font-size: 1.4rem;
  font-family: "Lato", "Trebuchet MS", sans-serif;
  font-weight: 700;
  color: #C2AC12;
}
.specialiEle .vv_tit-t2 {
  font-family: "Times New Roman", Georgia, Serif;
  font-size: 2.4rem;
  color: #000;
}
.specialiEle p {
  margin-top: 0.5rem;
  font-size: 1.4rem;
  color: #333;
}
@media only screen and (min-width: 48em) {
  .specialiEle {
    margin: 0 -2.6rem;
  }
  .specialiEle ul {
    margin-left: -2rem;
  }
  .specialiEle li {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    padding-left: 2rem;
  }
}
@media only screen and (min-width: 64em) {
  .specialiEle {
    margin: 0 -3.5rem;
  }
  .specialiEle li {
    width: 25%;
  }
  .specialiEle li:nth-child(3n+2) {
    width: 50%;
  }
  .specialiEle li:nth-child(3n+2) .vv_tit-t2 {
    font-size: 3.6rem;
  }
  .specialiEle li:nth-child(3n+2) p {
    display: none;
  }
  .specialiEle a:hover .vv_tit-t2 {
    color: #C2AC12;
  }
}

/* --- f: CLASSI PER HP DEGLI SPECIALI ---- */
.bottom_page {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.logo_bottom {
  max-width: 15rem;
  margin: 0 auto 4rem;
}
.logo_bottom-img {
  width: 15rem;
  height: 4.1rem;
}
.logo_bottom-img .svg-a {
  fill: #525252;
  stroke: #525252;
}
.logo_bottom-img .svg-b {
  fill: #C2AC12;
}
.logo_bottom-img .svg-c {
  fill: #FFF;
}

.search_bottom {
  margin: 0 auto 4rem;
}
.search_bottom .search_btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 2rem;
  background: rgba(0, 0, 0, 0);
}
.search_bottom .search_btn::before {
  order: 1;
  font-size: 1.1em;
  margin-left: 0.5em;
}

.links_bottom {
  flex: 0 0 max-content;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  min-height: 1.2em;
  margin: 0 0 4rem;
  font-weight: 700;
  font-size: 1.1rem;
  line-height: 1.2;
  text-transform: uppercase;
  text-align: center;
}
.links_bottom > a {
  color: #000;
  margin: 0 0.5em 0.75em;
}

.social_bottom {
  margin: 0 auto;
}
.social_bottom ul {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
}
.social_bottom li {
  width: 1.5em;
  height: 1.5em;
  overflow: hidden;
  margin: 0 0.37em;
  border-radius: 50%;
  color: #FFF;
  background-color: #ccc;
  font-size: 2.13rem;
  line-height: 1.5;
  text-align: center;
}
.social_bottom .ico {
  display: flex;
  justify-content: center;
  align-items: center;
  height: inherit;
  color: inherit;
}
.social_bottom .ic_fcb {
  color: #ccc;
  background: #FFF;
  font-size: 1.5em;
}

@media only screen and (min-width: 48em) {
  .logo_bottom {
    margin-bottom: 2.8rem;
  }
  .search_bottom {
    margin-bottom: 3.4rem;
  }
  .links_bottom {
    margin-bottom: 2rem;
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 64em) {
  .bottom_page {
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
  }
  .logo_bottom {
    flex: 0 0 max-content;
    margin: 0 3.55% 0 0;
  }
  .search_bottom {
    flex: 0 0 max-content;
    margin: 0 auto 0 0;
  }
  .links_bottom {
    flex: 0 1 53%;
    justify-content: flex-end;
    flex-wrap: nowrap;
    margin: 0 0 0 auto;
  }
  .links_bottom > a {
    margin-bottom: 0;
  }
  .links_bottom > a:hover {
    color: #C2AC12;
  }
  .social_bottom {
    flex: 0 0 100%;
    margin-top: 2.6rem;
  }
}
.main_footer {
  background-color: #F7F7F7;
}
.main_footer > .row:last-of-type {
  margin-bottom: 0;
  padding-bottom: 2.4rem;
}
@media only screen and (min-width: 48em) {
  .main_footer > .row:last-of-type {
    padding-bottom: 2rem;
  }
}
@media only screen and (min-width: 64em) {
  .main_footer > .row:last-of-type {
    padding-bottom: 2.8rem;
  }
}
@media only screen and (min-width: 85.4375em) {
  .main_footer > .row:last-of-type {
    padding-bottom: 3.8rem;
  }
}

/* ---- SOCIAL FOGLIE ---- */
.social-wrapper {
  margin-bottom: 2rem;
  padding-top: 2rem;
  border-top: 1px solid #DEDEDE;
}
.author-info + .social-wrapper {
  padding-top: 0;
  border-top: none;
}

/* ---- FINE SOCIAL FOGLIE ---- */
.partners_banner {
  border-top: 1px solid #ccc;
}
.partners_banner .partners_banner_wrapper {
  margin: 2rem auto;
  max-width: 80rem;
}
.partners_banner .partners_banner_wrapper .partners_banner_title {
  font-family: "Times New Roman", Georgia, Serif;
  color: #666;
  font-size: 2.6rem;
  text-align: center;
  margin-bottom: 1rem;
}
.partners_banner .partners_banner_wrapper .partners_logo_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.partners_banner .partners_banner_wrapper .partners_logo_list .partners_logo_item {
  flex: 0 0 49%;
}
@media only screen and (min-width: 48em) {
  .partners_banner .partners_banner_wrapper .partners_logo_list .partners_logo_item {
    flex: 0 0 24%;
  }
}
@media only screen and (min-width: 64em) {
  .partners_banner .partners_banner_wrapper .partners_logo_list .partners_logo_item {
    flex-wrap: nowrap;
    flex: 0 1 12%;
  }
}
.partners_banner .partners_banner_wrapper .partners_logo_list .partners_logo_item img {
  display: block;
  margin: 0.5rem auto;
  height: 100%;
  max-height: 65px;
}

.static_page_logo {
  text-align: center;
  margin: 1.6rem auto;
}
.static_page_logo svg,
.static_page_logo img {
  width: 17rem;
  height: 6.6rem;
  vertical-align: baseline;
}

.static_page_content .vv_tit-t2 {
  text-align: center;
  font-weight: 700;
  font-size: 2.5rem;
  max-width: 720px;
  margin: 0 auto;
  font-size: 2.8rem;
  font-family: "Times New Roman", Georgia, Serif;
}
@media only screen and (min-width: 48em) {
  .static_page_content .vv_tit-t2 {
    font-size: 3.8rem;
  }
}
.static_page_content .static_page_button_container {
  margin: 3rem 0;
  text-align: center;
}
.static_page_content .static_page_button_container .black_button {
  background-color: #000;
  color: #FFF;
  height: 3.25em;
  font-size: 1.6rem;
  cursor: pointer;
  display: inline-flex;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 400;
  justify-content: center;
  align-items: center;
  line-height: 1;
  min-width: 13.125em;
  padding: 0 2em;
  box-sizing: border-box;
}
.static_page_content .static_page_button_container:hover {
  color: #FFF;
}

.static_page_titoletto {
  font-family: "Times New Roman", Georgia, Serif;
  color: #C2AC12;
  font-size: 2.2rem;
  line-height: 2.8rem;
  text-align: center;
  margin: 0.8rem auto;
}
@media only screen and (min-width: 48em) {
  .static_page_titoletto {
    font-size: 3.2rem;
    line-height: 4.4rem;
  }
}

.static_page_text {
  text-align: center;
  font-size: 1.6rem;
  line-height: 2.2rem;
  max-width: 720px;
  margin: 0.8rem auto;
  font-family: "Times New Roman", Georgia, Serif;
}

.scopridipiu_content {
  max-width: 480px;
  margin: auto;
}
@media only screen and (min-width: 64em) {
  .scopridipiu_content {
    position: relative;
    margin: 7.2rem auto;
    max-width: 100%;
  }
}
.scopridipiu_list {
  counter-reset: count;
  list-style: none;
  z-index: 1;
  margin: 3.2rem 0;
  position: relative;
}
.scopridipiu_list li {
  position: relative;
  counter-increment: listCounter;
  font-size: 1.7rem;
  line-height: 3rem;
  padding-left: 4rem;
  margin-bottom: 1rem;
  text-align: left;
}
.scopridipiu_list li::before {
  content: counter(listCounter);
  color: #FFF;
  position: absolute;
  top: 0;
  left: 0;
  width: 3.2rem;
  height: 3.2rem;
  background: #000;
  border-radius: 50%;
  text-align: center;
  font-size: 2rem;
  line-height: 2.6rem;
}
.scopridipiu_image {
  display: none;
}
@media only screen and (min-width: 64em) {
  .scopridipiu_image {
    display: block;
    position: absolute;
    right: -9rem;
    bottom: -4rem;
  }
}

.row.row_newsletter {
  padding: 0;
  background: #C2AC12;
}

.box_newsletter {
  position: relative;
  background: #C2AC12;
  overflow: hidden;
  box-sizing: border-box;
  padding: 1.6rem;
  text-align: center;
}
@media only screen and (min-width: 48em) {
  .box_newsletter {
    background: #C2AC12 url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='199' height='66' viewBox='0 0 199 66'%3E%3Cpath d='M178.063,39.566C130.052-12.169,57.89-6.815,0,19.5V66H199C191.521,56.02,185.575,47.66,178.063,39.566Z' fill='%23eaeaea' opacity='.33'/%3E%3C/svg%3E") no-repeat 0 100%;
  }
}
@media only screen and (min-width: 48em) {
  .row_newsletter .box_newsletter {
    padding: 1.8rem 5.6rem;
    text-align: left;
  }
}
@media only screen and (min-width: 64em) {
  .row_newsletter .box_newsletter {
    padding: 3.6rem 4.8rem;
  }
}
@media only screen and (min-width: 85.4375em) {
  .row_newsletter .box_newsletter {
    padding: 3.6rem 7.2rem;
  }
}
.box_newsletter_content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (min-width: 48em) {
  .row_newsletter .box_newsletter_content {
    align-items: flex-start;
  }
}
.box_newsletter_title {
  max-width: 25rem;
  margin: 0 auto;
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 1.23;
  color: #FFF;
}
@media only screen and (min-width: 64em) {
  .site-content .box_newsletter_title {
    max-width: none;
  }
}
@media only screen and (min-width: 48em) {
  .row_newsletter .box_newsletter_title {
    max-width: 28rem;
    margin: 0;
  }
}
@media only screen and (min-width: 64em) {
  .row_newsletter .box_newsletter_title {
    max-width: calc(100% - 33.5rem);
    font-size: 3rem;
  }
}
.box_newsletter_subtitle {
  max-width: 25rem;
  margin: 1em auto 0;
  font-size: 1.5rem;
  line-height: 1.33;
  color: #FFF;
}
@media only screen and (min-width: 64em) {
  .site-content .box_newsletter_subtitle {
    max-width: none;
  }
}
@media only screen and (min-width: 48em) {
  .row_newsletter .box_newsletter_subtitle {
    max-width: 28rem;
    margin: 0.8em 0;
    font-size: 1.7rem;
  }
}
@media only screen and (min-width: 64em) {
  .row_newsletter .box_newsletter_subtitle {
    max-width: calc(100% - 33.5rem);
  }
}
.box_newsletter_cta {
  cursor: pointer;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.33;
  color: #FFF;
  background: #000;
  display: inline-block;
  margin-top: 0;
  padding: 1em 1.47em;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
}
@media only screen and (min-width: 48em) {
  .row_newsletter .box_newsletter_cta {
    box-sizing: border-box;
    min-width: 28rem;
    margin-top: 1rem;
  }
}
.widget .box_newsletter_cta {
  color: #FFF;
}
.box_newsletter_img {
  display: block;
  width: 93.3%;
  max-width: 23rem;
  margin: 0 auto -2rem;
  background: url("../images/svg/box-newsletter-quifinanza.svg") no-repeat 50% 50%/contain;
}
.box_newsletter_img::before {
  display: block;
  content: "";
  padding-top: 92.84%;
  height: 0;
}
@media only screen and (min-width: 48em) {
  .row_newsletter .box_newsletter_img {
    position: absolute;
    right: 2.5rem;
    bottom: -1rem;
    width: 33.5rem;
    max-width: none;
  }
}
@media only screen and (min-width: 64em) {
  .row_newsletter .box_newsletter_img {
    right: 5rem;
  }
}

/* regola per allineare la formattazione dei tag a quella di .entry-content nel box utilizzato per nascondere parte dei contenuti */
.iol-shorten-content > :last-child {
  margin-bottom: 0;
}

.iol-shorten {
  --shorten-line-height: 1.61em;
  --shorten-rows-numb: 6;
  overflow: hidden;
  overflow-y: auto;
  max-height: calc(var(--shorten-line-height) * var(--shorten-rows-numb));
  margin-bottom: 2rem;
}
.iol-shorten--open {
  --shorten-rows-numb: 1000;
}
.iol-shorten--close {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: var(--shorten-rows-numb);
  overflow: hidden;
}

.iol-shorten-bt {
  -webkit-transform: translateY(-1.5rem);
  transform: translateY(-1.5rem);
  margin-bottom: 2rem;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.2;
  text-transform: uppercase;
  color: #C2AC12;
  background: inherit;
}
.iol-shorten-bt::before {
  content: attr(aria-label);
}
.iol-shorten-bt:disabled {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

/* I: Social share */
:root {
  --social-share-clipboard-zi: 1;
}

.iol-social-share {
  display: flex;
  justify-content: space-between;
  font-size: 1.8rem;
}
.iol-social-share__itm {
  flex: 0 0 2.56em;
  color: var(--social-share-icn);
}
.iol-social-share__trg {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.56em;
  width: 1em;
  height: 1em;
  color: inherit;
  background: inherit;
}
button.iol-social-share__trg {
  font-family: inherit;
  line-height: 1.15;
  overflow: visible;
  text-transform: none;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  cursor: pointer;
  border: 0;
}

@media (pointer: fine) {
  .iol-social-share__trg:hover {
    opacity: 0.75;
    color: inherit;
  }
}
.iol-social-share__trg > svg {
  fill: currentColor;
  font-size: 0.61em;
  width: 1em;
  height: 1em;
}
@media only screen and (min-width: 48em) {
  .iol-social-share {
    justify-content: flex-start;
  }
  .iol-social-share__itm {
    flex: 0 1 4em;
  }
}

.iol-clipboarded-link::after {
  content: "Link copiato";
  pointer-events: none;
  opacity: 0;
  position: fixed;
  z-index: var(--social-share-clipboard-zi);
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  display: flex;
  padding: 0.4em 0.8em;
  border-radius: 0.25em;
  font-size: 2.1rem;
  line-height: 1.2;
  white-space: nowrap;
  color: #FFF;
  background: rgba(0, 0, 0, 0.9019607843);
  transition: opacity 1.2s ease-out;
}
.iol-clipboarded-link--show::after {
  opacity: 1;
}
@media only screen and (min-width: 48em) {
  .iol-clipboarded-link {
    position: relative;
  }
  .iol-clipboarded-link::after {
    position: absolute;
    -webkit-transform: translate3d(-50%, 0.25em, 0);
    transform: translate3d(-50%, 0.25em, 0);
    font-size: 1em;
  }
}

:root {
  --social-share-icn: #121212;
  --social-share-tit: #444;
  --social-share-bt: #A1A1A1;
}

/* I: Social share modal */
body.fixed-iol-share-overlay {
  position: fixed;
  width: 100%;
}

.iol-share-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 99999999;
  display: none;
}
.iol-share-overlay.visible {
  display: flex;
}
.iol-share-overlay-close {
  font-size: 1.8rem;
  position: fixed;
  width: 2em;
  height: 2em;
  top: 1.3rem;
  right: 1.3rem;
}
.iol-share-overlay-close > svg {
  width: 50%;
  height: 50%;
  fill: #000;
}
@media only screen and (min-width: 48em) {
  .iol-share-overlay-close > svg {
    fill: #FFF;
  }
}

.iol-share-modal {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  box-sizing: border-box;
  padding: 6rem;
  background: #FFF;
  text-align: center;
}
.iol-share-modal-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #FFF;
}
@media only screen and (min-width: 48em) {
  .iol-share-modal-wrapper {
    background: rgba(0, 0, 0, 0);
  }
}
.iol-share-modal-title {
  font-weight: 700;
  font-size: 2rem;
  display: block;
  margin: 0 auto auto;
  color: var(--social-share-tit);
}
.iol-share-modal .iol-social-share {
  flex: 0 1 50%;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  max-width: 80%;
  margin: auto;
  padding: 2rem;
}
.iol-share-modal .iol-social-share__itm {
  flex-basis: 40%;
  margin: auto;
  margin-left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.iol-share-modal .iol-social-share__itm:nth-of-type(even) {
  margin: auto;
  margin-right: 0;
}
.iol-share-modal-cancel {
  --bt-t2-c: var(--social-share-bt);
  margin: auto;
  color: var(--bt-t2-c);
  font: 700 1.4rem/1 Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}
@media only screen and (min-width: 48em) {
  .iol-share-modal {
    width: 90%;
    height: auto;
    max-width: 78.8rem;
    border-radius: 1.6rem;
  }
  .iol-share-modal-title {
    margin-bottom: 0;
  }
  .iol-share-modal .iol-social-share {
    flex-wrap: nowrap;
    padding: 6rem 0;
  }
  .iol-share-modal .iol-social-share__itm:nth-of-type(n) {
    margin: auto;
  }
}

/* F: Social share modal */
:root {
  --social-share-bgc: #fff;
  --social-share-icn: #333;
}

/* I: Social share menu */
.iol-share-menu {
  display: var(--iol-sm-d, inline-grid);
  grid-template-columns: var(--iol-sm-gtc, 1fr auto);
  grid-template-rows: 1fr;
  font-size: 1.8rem;
  height: 2.22em;
}
.iol-share-menu--left {
  --iol-sm-gtc: auto 1fr;
  --iol-sm-trg-gc: 1 / 2;
  --iol-sm-wrp-pr: 0;
}
.iol-share-menu--center {
  --iol-sm-d: grid;
  --iol-sm-gtc: 1fr repeat(3, auto) 1fr;
  --iol-sm-trg-gc: 3 / 4;
  --iol-sm-wrp-pr: auto;
  --iol-sm-wrp-gc: 2 / -2;
  margin-right: auto;
  margin-left: auto;
}
@supports (margin-inline: 0) {
  .iol-share-menu--center {
    margin-inline: auto;
  }
}
.iol-share-menu--neg {
  --iol-sm-trg-c: #eee;
  --iol-sm-trg-bgc: #000;
  --iol-sm-trg-brc: #fff;
  --iol-sm-trg-icn: #fff;
}
.iol-share-menu--over {
  z-index: 1;
  position: relative;
}
.iol-share-menu--over .iol-share-menu-wrapper {
  position: absolute;
  left: var(--iol-sm-wrp-pl, auto);
  right: var(--iol-sm-wrp-pr, 0);
}
.iol-share-menu-wrapper {
  z-index: 1;
  grid-column: var(--iol-sm-wrp-gc, 1/-1);
  grid-row: 1/-1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: inherit;
  box-sizing: border-box;
  border: 1px solid var(--social-share-brc, #000);
  border-radius: 4em;
  color: var(--social-share-icn);
  background: var(--social-share-bgc);
}
.iol-share-menu-wrapper[aria-hidden=true] {
  opacity: 0;
  pointer-events: none;
}
.iol-share-menu-wrapper::before {
  order: 2;
  content: "";
  width: 0.1rem;
  height: 64%;
  background: hsl(0, 0%, 80%);
}
.iol-share-menu-list {
  order: 1;
  list-style: none;
}
.iol-share-menu-close {
  order: 3;
  margin-inline: 0.225em;
}
.iol-share-menu-trg {
  grid-row: 1/-1;
  grid-column: var(--iol-sm-trg-gc, 2/3);
  font-weight: 700;
  font-size: 1.1rem;
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--iol-sm-trg-c, #666);
  background: var(--iol-sm-trg-bgc, #fff);
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 11.36em;
  padding: 0;
  border: 1px solid var(--iol-sm-trg-brc, #000);
  border-radius: 4em;
}
@media (pointer: fine) {
  .iol-share-menu-trg:hover {
    opacity: 0.75;
    color: inherit;
  }
}
.iol-share-menu-trg span {
  flex: 1;
  text-align: right;
}
.iol-share-menu-trg svg {
  flex: 0 0 4rem;
  fill: var(--iol-sm-trg-icn, #000);
}
.iol-share-menu .iol-social-share__itm {
  margin-inline: 0.5em;
}
.iol-share-menu .iol-social-share__trg {
  font-size: 2.22em;
  background: rgba(0, 0, 0, 0);
}

/* F: Social share menu */
/* F: Social share */
/* I: Social share */
/* I: Social share modal */
.iol-share-modal-title {
  --social-share-tit: var(--pw-color);
}

/* F: Social share modal */
/* F: Social share */
.date_share-articolo {
  --shr-g: .8rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: var(--shr-g);
}
@media only screen and (min-width: 64em) {
  .date_share-articolo {
    --shr-g: 1.6rem;
  }
}
#wrapper-fgiol .date_share-articolo {
  margin-bottom: var(--shr-g);
}
#wrapper-fgiol .date_share-articolo .iol-social-share__trg {
  color: inherit;
}
#wrapper-fgiol .date_share-articolo .entry-date {
  font-size: inherit;
  font-style: inherit;
  margin: 0;
}

.date-articolo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: var(--date-c, #999);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.1rem;
  line-height: 1.6;
}

.tab-nav {
  font-weight: 700;
  font-size: 1.3rem;
  text-transform: uppercase;
  letter-spacing: 0.078em;
  margin: 1.2rem 0;
  border: solid var(--col-borders);
  border-width: 0.1rem 0;
}
.tab-nav ~ .site-content .archive-header {
  border-top-width: 0;
}
.tab-nav__list {
  list-style: none;
  display: flex;
  align-items: center;
  overflow: hidden;
  overflow-x: auto;
  white-space: nowrap;
}
@media only screen and (min-width: 64em) {
  .tab-nav__list {
    overflow-x: hidden;
  }
}
.tab-nav__item {
  margin-right: 3.539%;
  padding: 0.8rem 0;
  border: solid rgba(0, 0, 0, 0);
  border-width: 0.4rem 0;
}
.tab-nav__item.selected {
  color: var(--color-1);
  border-bottom-color: currentColor;
}
@media only screen and (min-width: 64em) {
  .tab-nav__item {
    font-size: 0.923em;
    margin-right: 1.72%;
  }
}
.tab-nav__link {
  display: block;
  color: inherit;
}
.tab-nav__link:hover {
  color: var(--color-1);
}

#breadcrumb + .tab-nav {
  margin-top: 0;
}

.chips-nav {
  margin: 1.2rem 0;
}
.chips-nav__list {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  overflow: hidden;
  overflow-x: auto;
  white-space: nowrap;
}
@media only screen and (min-width: 64em) {
  .chips-nav__list {
    flex-wrap: wrap;
    overflow-x: hidden;
  }
}
@supports not ((text-transform: full-size-kana) or (translate: 10px) or (content-visibility: auto)) {
  .chips-nav__item {
    margin-right: 0.8rem;
  }
}

.iol-chip {
  display: inline-flex;
  align-items: center;
  padding: 0 var(--pd, 1.6rem);
  min-height: 3.2rem;
  border-radius: 99em;
  border: 0.1rem solid var(--brc, #C1C6D5);
  color: var(--c, #191C22);
  background: var(--bkgc, #FFF);
  font-weight: var(--fw, 700);
  font-size: var(--fsz, 1.2rem);
  line-height: 1.2;
}
.iol-chip:hover {
  --bkgc: rgba(0, 0, 0, .07);
}
.iol-chip:focus {
  --brc: var(--color-1);
}
.iol-chip:disabled {
  opacity: 0.5;
}
.iol-chip--selected {
  --brc: rgba(0, 0, 0, 0);
  --bkgc: rgba(0, 0, 0, .07);
}

.alphabet-nav {
  margin-bottom: 2.4rem;
  font-weight: 700;
  font-size: 2rem;
  position: relative;
}
.alphabet-nav__list {
  list-style: none;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  text-align: center;
  border: solid var(--col-borders);
  border-width: 0.1rem 0;
  padding-top: 0.9rem;
  overflow: hidden;
  overflow-x: scroll;
}
.alphabet-nav__item {
  flex: 0 0 2.5em;
  width: 1.5em;
  height: 1.5em;
  color: var(--col-c0);
  text-align: center;
}
.alphabet-nav__item.selected {
  color: var(--color-1);
  border-bottom: 0.4rem solid rgba(0, 0, 0, 0);
  border-bottom-color: var(--color-1);
}
.alphabet-nav__nolink {
  color: var(--col-c0);
  opacity: 0.2;
  cursor: default;
}
.alphabet-nav__link {
  color: inherit;
}
.alphabet-nav__link:hover {
  color: var(--color-1);
}
@media only screen and (min-width: 48em) {
  .alphabet-nav__list {
    justify-content: space-between;
    text-align: left;
    overflow: auto;
  }
  .alphabet-nav__item {
    flex: 0 1 1.5em;
    width: auto;
  }
}

.alphabet-nav {
  --col-c0: #000;
}

/*icone*/
.icn__calculators {
  display: block;
  width: 1em;
  height: 1em;
  background: rgba(0, 0, 0, 0);
  color: #2697AB;
  fill: currentColor;
}

.calculators__list__widget__ul {
  list-style: none;
  font-size: 2rem;
  font-size: clamp(1.8rem, 0.446vw + 1.657rem, 2rem);
}

.calculators__item__widget__cont {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  text-align: center;
}
@media screen and (pointer: fine) {
  .calculators__item__widget__cont {
    transition: color 0.2s cubic-bezier(0.55, 0, 0.1, 1);
  }
  .calculators__item__widget__cont:hover .icn__calculators {
    color: #C2AC12;
  }
}
.calculators__item__widget__icn {
  font-size: 2.5em;
}
.calculators__item__widget__tit {
  max-width: 100%;
  font-weight: 400;
  font-size: 0.85em;
  line-height: 1.2;
  color: #000;
}

.iol-podcast__links {
  --pdc-links-tit-color: #2697AB;
  --pdc-links-item-color: #666;
  --pdc-links-item-lineargradient: #ccc;
  --pdc-links-cover-background: #333;
  --pdc-links-cover-shadow: rgba(0, 0, 0, 0.2);
  --pdc-links-cover-shadow--hover: rgba(0, 0, 0, 0.75);
  --size-cover-links: 19.4em;
  margin: 3rem auto 4.5rem;
}
.iol-podcast__header--index ~ .iol-podcast__links {
  --size-cover-links: 23.5em;
}
@media only screen and (min-width: 85.4375em) {
  .iol-podcast__header--index ~ .iol-podcast__links {
    --size-cover-links: 28em;
  }
}
@media only screen and (min-width: 64em) and (max-width: 85.375em) {
  .iol-podcast__header--foglia ~ .iol-podcast__links {
    --size-cover-links: 16em;
  }
}
.iol-podcast--widget .iol-podcast__links {
  --size-cover-links: 20.2em;
  --pdc-links-cover-shadow: rgba(0, 0, 0, 0);
}
.iol-podcast__links-tit {
  display: block;
  font-weight: 700;
  font-size: 2rem;
  font-family: "Times New Roman", Georgia, Serif;
  text-align: center;
  color: var(--pdc-links-tit-color);
  margin-bottom: 2em;
}
.iol-podcast__links--text .iol-podcast__links-tit {
  font-size: 1.8rem;
  margin-bottom: 1em;
}
@media only screen and (min-width: 48em) {
  .iol-podcast__links--text .iol-podcast__links-tit {
    font-size: 2.2rem;
    text-align: left;
  }
}
.iol-podcast__links-list {
  list-style: none;
  font-size: 1rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 2.5em;
}
.iol-podcast__links--pict .iol-podcast__links-list {
  max-width: calc(var(--size-cover-links) * 4);
  margin: 0 auto;
  row-gap: 5em;
}
.iol-podcast__links--nav .iol-podcast__links-list {
  margin-bottom: 10rem;
}
@media only screen and (min-width: 48em) {
  .iol-podcast__links--nav .iol-podcast__links-list {
    display: grid;
    justify-content: flex-start;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 3em;
    gap: 3em;
  }
}
.iol-podcast__links--text .iol-podcast__links-list {
  font-weight: 700;
  font-size: 1.9rem;
  row-gap: 0.5em;
}
@media only screen and (min-width: 48em) {
  .iol-podcast__links--text .iol-podcast__links-list {
    font-size: 2.4rem;
    justify-content: flex-start;
  }
}
.iol-podcast__links-item {
  flex: 0 0 auto;
  max-width: var(--size-cover-links);
  margin: auto auto 2.5em;
}
@supports ((text-transform: full-size-kana) or (translate: 10px) or (content-visibility: auto)) {
  .iol-podcast__links-item {
    margin-bottom: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .iol-podcast__links-list--even .iol-podcast__links-item, .iol-podcast__links--nav .iol-podcast__links-item {
    flex-basis: calc(50% - 1.25em);
    margin-right: 0;
    margin-left: 0;
  }
  .iol-podcast__links-list--even .iol-podcast__links-item:nth-of-type(odd), .iol-podcast__links--nav .iol-podcast__links-item:nth-of-type(odd) {
    margin-right: 2.5em;
  }
  .iol-podcast__links--nav .iol-podcast__links-item:last-of-type {
    margin-right: 0;
  }
}
@media only screen and (min-width: 48em) {
  .iol-podcast__links-item {
    flex-basis: 33.3333333333%;
  }
  .iol-podcast__links--pict .iol-podcast__links-item:nth-of-type(n) {
    margin-right: 0;
    margin-left: 0;
  }
  .iol-podcast__links--pict .iol-podcast__links-item:nth-of-type(3n+2) {
    margin-right: 5em;
    margin-left: 5em;
  }
  .iol-podcast__links--pict .iol-podcast__links-item:nth-of-type(3n+2):last-of-type {
    margin-right: 0;
  }
  .iol-podcast__links--nav .iol-podcast__links-item:nth-of-type(n) {
    margin-right: 0;
    margin-left: 0;
  }
}
.iol-podcast__links--text .iol-podcast__links-item {
  flex: 0 0 auto;
  max-width: none;
  margin: 0 0 0.5em;
  padding: 0 1.25em;
  text-align: center;
  color: var(--pdc-links-item-color);
}
@supports ((text-transform: full-size-kana) or (translate: 10px) or (content-visibility: auto)) {
  .iol-podcast__links--text .iol-podcast__links-item {
    margin-bottom: 0;
  }
}
.iol-podcast__links--text .iol-podcast__links-item:not(:first-of-type) {
  background: rgba(0, 0, 0, 0) linear-gradient(to top, var(--pdc-links-item-lineargradient), var(--pdc-links-item-lineargradient)) no-repeat 0 75%/2px 80%;
}
.iol-podcast__links--text .iol-podcast__links-item::first-letter {
  text-transform: uppercase;
}
@media only screen and (min-width: 48em) {
  .iol-podcast__links--text .iol-podcast__links-item:first-of-type {
    padding-left: 0;
  }
  .iol-podcast__links--text .iol-podcast__links-item:last-of-type {
    padding-right: 0;
  }
}
.iol-podcast__links-cover {
  width: 100%;
  height: auto;
  border-radius: 0.8em;
  box-shadow: 0 0 2em var(--pdc-links-cover-shadow);
  aspect-ratio: 1/1;
  background: var(--pdc-links-cover-background);
}

@media only screen and (pointer: fine) and (min-width: 48em) {
  .iol-podcast__links-cover {
    --pdc-cover-perspective: 4rem;
    --pdc-cover-rotate-x: 0deg;
    --pdc-cover-rotate-y: 0deg;
    --pdc-cover-scale3d: 1, 1, 1;
    will-change: transform;
    transition: box-shadow 0.3s linear, -webkit-transform 0.3s linear;
    transition: transform 0.3s linear, box-shadow 0.3s linear;
    transition: transform 0.3s linear, box-shadow 0.3s linear, -webkit-transform 0.3s linear;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: scale3d(var(--pdc-cover-scale3d)) perspective(var(--pdc-cover-perspective)) rotateX(var(--pdc-cover-rotate-x)) rotateY(var(--pdc-cover-rotate-y));
    transform: scale3d(var(--pdc-cover-scale3d)) perspective(var(--pdc-cover-perspective)) rotateX(var(--pdc-cover-rotate-x)) rotateY(var(--pdc-cover-rotate-y));
  }
  .iol-podcast__links-cover:hover {
    box-shadow: 0 0 1.4em -0.5em var(--pdc-links-cover-shadow--hover);
  }
}
.user_profile {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 3.6rem;
  height: 3.6rem;
  overflow: visible;
  position: absolute;
  z-index: 1;
  top: 1.8rem;
  right: 6rem;
}
@media only screen and (min-width: 48em) {
  .user_profile {
    right: 7rem;
  }
}
@media only screen and (min-width: 64em) {
  .user_profile {
    top: auto;
    right: auto;
    position: relative;
    order: 3;
    flex: 0 0 auto;
  }
}

.user_profile_icon_container .user_btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 3.6rem;
  height: 3.6rem;
  color: #C2AC12;
  background: rgba(0, 0, 0, 0) url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 10' height='10' width='10'%3E%3Ccircle cx='5' cy='5' r='5' fill='%23F7F7F7'/%3E%3C/svg%3E") no-repeat 0 50%/3.6rem 3.6rem;
}
.user_profile_icon_container .user_btn svg {
  fill: currentColor;
  width: 1.6rem;
  height: 1.7rem;
  margin: auto 1rem;
}
@media only screen and (min-width: 64em) {
  .user_profile_icon_container .user_btn {
    position: relative;
    margin-right: -2rem;
    width: 5.6rem;
  }
  .user_profile_icon_container .user_btn::after {
    content: "";
    width: 0;
    height: 0;
    border: 0.5rem solid rgba(0, 0, 0, 0);
    border-bottom-width: 0;
    border-top-color: #000;
  }
}

.user_profile_menu_list_container {
  display: none;
}
.show_menu .user_profile_menu_list_container {
  display: block;
  margin: 1rem -2rem 0 0;
}
.user_profile_menu_list_container .user_profile_menu_list {
  position: relative;
  list-style: none;
  min-width: 18.6rem;
  padding: 0.7em 1.4em;
  border-radius: 0.43em;
  font-size: 1.4rem;
  text-align: right;
  background: #000;
}
.user_profile_menu_list_container .user_profile_menu_list::before {
  position: absolute;
  bottom: 100%;
  right: 3.25rem;
  content: "";
  width: 0;
  height: 0;
  border: 0.5rem solid rgba(0, 0, 0, 0);
  border-bottom-color: #000;
}
.user_profile_menu_list_container .user_profile_menu_list .user_profile_menu_list_item {
  padding: 0.7em 0;
}
.user_profile_menu_list_container .user_profile_menu_list .user_profile_menu_list_item a {
  color: #FFF;
}
.user_profile_menu_list_container .user_profile_menu_list .user_profile_menu_list_item a:hover {
  text-decoration: underline;
}
.user_profile_menu_list_container .user_profile_menu_list .user_profile_menu_list_item:not(:last-child) {
  border-bottom: 0.1rem solid rgba(255, 255, 255, 0.2);
}

.user_profile_not_logged {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 6rem;
}
@media only screen and (min-width: 48em) {
  .user_profile_not_logged {
    right: 7rem;
  }
}
@media only screen and (min-width: 64em) {
  .user_profile_not_logged {
    top: auto;
    right: auto;
    position: relative;
    order: 3;
    flex: 0 0 auto;
    -webkit-transform: none;
    transform: none;
  }
}

.user_profile_login_button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 7.27em;
  box-sizing: border-box;
  padding: 1.135em 0.75em;
  border-radius: 3.27em;
  letter-spacing: 0.06em;
  font: 700 1.1rem/1 "Lato", "Trebuchet MS", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  color: #FFF;
  background: #C2AC12;
}
.user_profile_login_button:hover {
  opacity: 0.8;
}

/* regole per header sub-verticali */
.newH-src .user_profile_not_logged,
.newH-src .user_profile {
  position: static;
  -webkit-transform: none;
  transform: none;
}
@media only screen and (min-width: 48em) {
  .newH-src .user_profile_not_logged,
  .newH-src .user_profile {
    margin-right: 1rem;
  }
}

.paywalled {
  display: none;
}

.article-preview :last-child,
.paywalled :last-child {
  margin-bottom: 1.5em;
}

.gated_banner {
  z-index: 1;
  position: relative;
  text-align: center;
  border-bottom: 0.1rem solid #ccc;
  padding: 2rem 0;
  margin-bottom: 2rem;
}
.gated_banner::before {
  pointer-events: none;
  content: "";
  display: block;
  background: linear-gradient(rgba(255, 255, 255, 0), #fff 87%);
  height: 12em;
  position: absolute;
  left: 0;
  right: 0;
  top: -12em;
}
.gated_banner_title {
  font-size: 2rem;
  line-height: 1.2;
}
@media only screen and (min-width: 48em) {
  .gated_banner_title {
    font-size: 2.4rem;
  }
}
.gated_banner_subtitle {
  font-size: 1.6rem;
}
.gated_banner_login_button_container {
  margin: 2rem 0;
}
.gated_banner_login_button {
  --btT1-p: 0.785em 2em;
  --btT1-fs: 1.3rem;
  --btT1-tt: uppercase;
  --btT1-bc: var(--color-1);
}
a.gated_banner_login_button {
  text-decoration: none;
}
a.gated_banner_login_button:hover {
  color: var(--btT1-c);
}

.gated_banner_login_label {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.4rem;
}
.gated_banner_login_link {
  font-weight: 700;
  color: var(--color-1);
  background: rgba(0, 0, 0, 0);
}
a.gated_banner_login_link {
  text-decoration: none;
}
a.gated_banner_login_link:hover {
  color: var(--color-1);
}

.linkmap_section {
  margin-top: 2rem;
}
.linkmap_section ul,
.linkmap_section ol {
  list-style: none;
}
.linkmap_t1 {
  text-align: center;
  margin-bottom: 1em;
  font: 700 2.4rem/1.1 "Times New Roman", Georgia, Serif;
  color: #C2AC12;
}
.linkmap_cont {
  font-size: 1.4rem;
  margin-left: -1rem;
  margin-bottom: 1em;
  color: #666;
}
.linkmap_cont a {
  color: inherit;
}
@media (pointer: fine) {
  .linkmap_cont a:hover {
    color: #C2AC12;
  }
}
.linkmap_cont .menu-item::first-letter {
  text-transform: uppercase;
}
.linkmap_cont > .menu-item {
  box-sizing: border-box;
  padding: 0.33em 1em;
}
.linkmap_cont--t1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.linkmap_cont--t1 > .menu-item {
  display: flex;
  flex-direction: column;
  width: 50%;
}
.linkmap_cont--t1 > .menu-item > a {
  margin-bottom: 0.5em;
  font: 700 1em/1.7 "Lato", "Trebuchet MS", sans-serif;
  color: #333;
  text-transform: uppercase;
}
.linkmap_cont--t1 .sub-menu {
  margin-bottom: 1.5em;
}
.linkmap_cont--t1 .sub-menu .menu-item {
  padding: 0.33em 0;
}
.linkmap_cont--t2 {
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
}
.linkmap_cont--t2 > .menu-item {
  display: inline-block;
  width: 100%;
}
@media only screen and (min-width: 48em) {
  .linkmap_cont--t1 > .menu-item {
    width: 25%;
  }
  .linkmap_cont--t2 {
    -webkit-columns: 4;
    -moz-columns: 4;
    columns: 4;
  }
}
@media only screen and (min-width: 64em) {
  .linkmap_t1 {
    font-size: 2.6rem;
  }
  .linkmap_cont--t1 > .menu-item > a {
    font-size: 1.14em;
  }
}
@media only screen and (min-width: 85.4375em) {
  .linkmap_cont--t1 > .menu-item {
    width: 16.6666666667%;
  }
  .linkmap_cont--t2 {
    -webkit-columns: 6;
    -moz-columns: 6;
    columns: 6;
  }
}

.error404 .search_header {
  right: 2.4rem;
}
@media only screen and (max-width: 20.0625em) {
  .error404 .search_header {
    right: 1rem;
  }
}
@media only screen and (min-width: 64em) {
  .error404 .search_header {
    right: 2.8rem;
  }
}
@media only screen and (min-width: 85.4375em) {
  .error404 .search_header {
    right: 3.8rem;
  }
}

.qzq__top {
  padding: 0 0 6rem;
  text-align: center;
}
.qzq__top-img {
  display: block;
  max-width: 42rem;
  position: relative;
  overflow: hidden;
  background: url("../images/qzq_image.jpg") no-repeat 50%/cover;
  margin: 0 auto 1rem;
}
.qzq__top-img:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 65.4761904762%;
}
.qzq__top-img img,
.qzq__top-img svg {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.qzq__top-tit {
  font-size: 4rem;
  font-family: "Times New Roman", Georgia, Serif;
  color: #C2AC12;
}
.qzq__top-txt {
  font-weight: 400;
  font-size: 2.4rem;
}
.qzq__top-lk {
  margin: 2rem 0 0;
  font-weight: 700;
  font-size: 1.6rem;
  color: #C2AC12;
}
.qzq__top-lk > a {
  color: inherit;
}
@media only screen and (min-width: 48em) {
  .qzq__top {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
  }
  .qzq__top-img {
    flex: 0 0 50%;
    max-width: 31rem;
    margin: 0 3rem 0 0;
  }
  .qzq__top-cont {
    flex: 0 0 45%;
  }
  .qzq__top-txt {
    margin-top: 0.4em;
  }
}
@media only screen and (min-width: 64em) {
  .qzq__top {
    max-width: 90%;
    margin: 0 auto;
  }
  .qzq__top-img {
    max-width: 42rem;
  }
  .qzq__top-cont {
    flex-basis: 35%;
  }
}
@media only screen and (min-width: 85.4375em) {
  .qzq__top-img {
    margin-bottom: -2rem;
  }
  .qzq__top-cont {
    flex-basis: 30%;
  }
}
.qzq__lks {
  margin: 0 auto 3.5rem;
  padding: 0 0 1.5rem;
  border-bottom: 1px solid #ccc;
  text-align: center;
}
.qzq__lks-tit, .qzq__lks-list {
  font-weight: 700;
  font-size: 1.5rem;
  text-transform: uppercase;
}
.qzq__lks-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  color: #2697AB;
}
.qzq__lks-list a {
  color: inherit;
}
.qzq__lks-tit, .qzq__lks-lk {
  margin: 0 0.75em 1em;
}
@media only screen and (min-width: 48em) {
  .qzq__lks {
    margin-bottom: 3.5rem;
    padding-bottom: 2.5rem;
  }
  .qzq__lks-tit {
    margin-bottom: 0.75em;
  }
  .qzq__lks-tit br {
    display: none;
  }
}
.qzq__arts {
  margin-bottom: 4.5rem;
}
.qzq__arts-tit {
  margin-bottom: 2.5rem;
  text-align: center;
  font-size: 3rem;
  font-family: "Times New Roman", Georgia, Serif;
  color: #C2AC12;
}
.qzq__arts-list {
  list-style: none;
}
@media only screen and (min-width: 48em) {
  .qzq__arts-tit {
    font-size: 4rem;
  }
  .qzq__arts-list {
    display: flex;
    justify-content: space-between;
  }
}
.qzq__art + .qzq__art {
  margin-top: 4rem;
}
.qzq__art a {
  color: inherit;
}
.qzq__art-fig {
  position: relative;
  overflow: hidden;
  margin-bottom: 2rem;
}
.qzq__art-fig:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}
.qzq__art-fig img,
.qzq__art-fig svg {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.qzq__art-cat {
  font-weight: 700;
  font-size: 1.4rem;
  color: #2697AB;
  text-transform: uppercase;
}
.qzq__art-tit {
  font-weight: 400;
  font-size: 2.2rem;
}
@media only screen and (min-width: 48em) {
  .qzq__art {
    width: calc((100% - 4.8rem) / 3);
  }
  .qzq__art + .qzq__art {
    margin-top: 0;
  }
  .qzq__art-tit {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 64em) {
  .qzq__art {
    width: calc((100% - 5.6rem) / 3);
  }
  .qzq__art-tit {
    font-size: 2.2rem;
  }
}
@media only screen and (min-width: 85.4375em) {
  .qzq__art {
    width: calc((100% - 7.6rem) / 3);
  }
  .qzq__art-tit {
    font-size: 2.4rem;
  }
}

.scy-intro {
  font-size: 1.3rem;
  color: #888;
}
@media only screen and (min-width: 48em) {
  .scy-intro {
    font-size: 1.4rem;
    margin-top: 2rem;
  }
}
@media only screen and (min-width: 64em) {
  .scy-intro {
    font-size: 1.6rem;
  }
}

.box_content--scy .vv_tit-t1 {
  font-size: 3rem;
  font-weight: 700;
  color: #000;
}
.box_content--scy .vv_tit-t1 span {
  font-size: 2rem;
  color: #525252;
  font-weight: 700;
}
.box_content--scy ul {
  list-style: none;
  font-size: 0;
}
.box_content--scy .vv_tit-t2 {
  color: #000;
  position: relative;
  font-weight: 400;
}
.box_content--scy .number {
  display: block;
  position: relative;
  height: 0;
  font-weight: 700;
  font-size: 8.5rem;
  color: #333;
}
.box_content--scy .number::before {
  counter-increment: div;
  content: counter(div);
  position: absolute;
  left: -5.6rem;
  top: 0;
  line-height: 0.5;
}
.box_content--scy .label {
  display: block;
  line-height: 1.4;
  font-weight: 700;
  color: #525252;
  font-size: 1.2rem;
  margin-top: 0.8rem;
}
.box_content--scy .cat {
  display: block;
  text-align: center;
  color: #2697AB;
  font-weight: 700;
  font-size: 1.4rem;
  text-transform: uppercase;
  letter-spacing: 0.01em;
}
.box_content--scy p {
  font-size: 1.4rem;
  line-height: 1.2;
  max-height: 4.8em;
  overflow: hidden;
  color: #666;
}
.box_content--scy li {
  margin-bottom: 3rem;
  position: relative;
  box-sizing: border-box;
  vertical-align: top;
}
.box_content--scy li span {
  font-weight: 700;
  color: #999;
  font-size: 1.2rem;
  display: inline-block;
}
.box_content--scy.scy-top-slider {
  padding-bottom: 2rem;
}
.box_content--scy.scy-top-slider figure {
  margin-bottom: 1.4rem;
}
.box_content--scy.scy-top-slider figure::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 32%, rgba(0, 0, 0, 0.4) 100%);
}
.box_content--scy.scy-top-slider .vv_tit-t2 {
  font: 700 2.6rem/1.2 "Times New Roman", Georgia, Serif;
  color: #000;
  text-align: center;
  max-height: 4.8em;
  padding: 0 3rem;
  margin-bottom: 6rem;
}
@media only screen and (min-width: 64em) {
  .box_content--scy.scy-top-slider .vv_tit-t2 {
    font-size: 3rem;
  }
  .box_content--scy.scy-top-slider .swiper-button-prev,
  .box_content--scy.scy-top-slider .swiper-button-next {
    top: 35%;
  }
  .box_content--scy.scy-top-slider .swiper-button-prev:hover,
  .box_content--scy.scy-top-slider .swiper-button-next:hover {
    --sw-bt-c: #C2AC12;
    --sw-bt-bgc: rgba(255, 255, 255, 0.75);
  }
  .box_content--scy.scy-top-slider .swiper-button-prev {
    left: 4rem;
  }
  .box_content--scy.scy-top-slider .swiper-button-next {
    right: 4rem;
  }
}
@media only screen and (min-width: 85.4375em) {
  .box_content--scy.scy-top-slider .vv_tit-t2 {
    font-size: 3.6rem;
  }
}
@media only screen and (min-width: 48em) {
  .box_content--scy .vv_tit-t1 {
    font-size: 4.4rem;
  }
  .box_content--scy .vv_tit-t1 span {
    font-size: 2.4rem;
  }
  .box_content--scy li {
    display: inline-block;
    padding-left: 3rem;
  }
  .box_content--scy li span {
    font-size: 1.8rem;
    font-family: "Times New Roman", Georgia, Serif;
    font-weight: 400;
  }
  .box_content--scy .number {
    font-size: 5rem;
  }
  .box_content--scy .number::before {
    left: -4rem;
  }
  .box_content--scy .cat {
    font-size: 1.1rem;
  }
}
@media only screen and (min-width: 64em) {
  .box_content--scy .number {
    font-size: 8.5rem;
  }
  .box_content--scy .number::before {
    left: -6rem;
  }
  .box_content--scy a:hover {
    color: #525252;
  }
  .box_content--scy a:hover .vv_tit-t1 {
    color: #525252;
  }
  .box_content--scy a:hover .vv_tit-t1 span {
    color: #000;
  }
  .box_content--scy a:hover .vv_tit-t2 {
    color: #525252;
  }
  .box_content--scy .cat {
    font-size: 1.4rem;
  }
  .box_content--scy.top_foto .swiper-button-prev,
  .box_content--scy.top_foto .swiper-button-next {
    top: 43%;
  }
  .box_content--scy.top_foto a:hover .vv_tit-t1 span {
    color: #FFF;
  }
}
.box_content--scy.scy-sponsor {
  padding: 4rem 1.6rem;
  text-align: center;
}
@media only screen and (min-width: 48em) {
  .box_content--scy.scy-sponsor {
    display: flex;
    text-align: left;
  }
}
@media only screen and (min-width: 64em) {
  .box_content--scy.scy-sponsor {
    padding: 7rem 4rem;
  }
}
@media only screen and (min-width: 48em) {
  .box_content--scy.scy-sponsor figure {
    flex: 0 0 27rem;
  }
}
@media only screen and (min-width: 64em) {
  .box_content--scy.scy-sponsor figure {
    flex-basis: 37.4rem;
  }
}
@media only screen and (min-width: 85.4375em) {
  .box_content--scy.scy-sponsor figure {
    flex-basis: 38.4rem;
  }
}
@media only screen and (min-width: 48em) {
  .box_content--scy .scy-sponsor-descr {
    flex: 0 1 60%;
    padding-left: 3rem;
  }
}
@media only screen and (min-width: 64em) {
  .box_content--scy .scy-sponsor-descr {
    padding-left: 5rem;
  }
}
.box_content--scy .scy-sponsor-cat {
  display: block;
  color: #C2AC12;
  font-weight: 700;
  font-size: 1.3rem;
  text-transform: uppercase;
  margin: 1em auto;
}
@media only screen and (min-width: 48em) {
  .box_content--scy .scy-sponsor-cat {
    margin-top: 0;
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 64em) {
  .box_content--scy .scy-sponsor-cat {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 85.4375em) {
  .box_content--scy .scy-sponsor-cat {
    font-size: 1.8rem;
  }
}
.box_content--scy .scy-sponsor-title, .box_content--scy .scy-sponsor-text {
  color: #FFF;
  font-family: "Times New Roman", Georgia, Serif;
}
.box_content--scy .scy-sponsor-title {
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.1;
}
@media only screen and (min-width: 48em) {
  .box_content--scy .scy-sponsor-title {
    font-size: 2.8rem;
  }
}
@media only screen and (min-width: 64em) {
  .box_content--scy .scy-sponsor-title {
    font-size: 3rem;
  }
}
@media only screen and (min-width: 85.4375em) {
  .box_content--scy .scy-sponsor-title {
    font-size: 3.4rem;
  }
}
.box_content--scy .scy-sponsor-text {
  font-size: 1.6rem;
  margin: 0.625em 0;
  max-height: 100%;
}
@media only screen and (min-width: 64em) {
  .box_content--scy .scy-sponsor-text {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 85.4375em) {
  .box_content--scy .scy-sponsor-text {
    font-size: 2rem;
  }
}
.box_content--scy.three_features .vv_tit-t1 {
  padding: 1.3rem 1.6rem 2.3rem;
  color: var(--scy-3f-t1-c, #000);
}
.box_content--scy.three_features .vv_tit-t1 span {
  font-size: 1.6rem;
  color: var(--scy-3f-t1-span-c, #C2AC12);
  text-transform: uppercase;
}
@media only screen and (min-width: 64em) {
  .box_content--scy.three_features .vv_tit-t1 span {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 48em) {
  .box_content--scy.three_features .vv_tit-t1 {
    font-size: 4rem;
  }
}
@media only screen and (min-width: 64em) {
  .box_content--scy.three_features .vv_tit-t1 {
    font-size: 5rem;
  }
}
.box_content--scy.three_features .vv_tit-t2 {
  overflow: hidden;
  font: 400 2rem/1.2 "Times New Roman", Georgia, Serif;
  text-align: center;
  color: var(--scy-3f-t2-c, #000);
  position: relative;
}
@media only screen and (min-width: 48em) {
  .box_content--scy.three_features .vv_tit-t2 {
    font-size: 1.6rem;
    text-align: left;
  }
}
@media only screen and (min-width: 64em) {
  .box_content--scy.three_features .vv_tit-t2 {
    font-size: 2.2rem;
  }
}
@media only screen and (min-width: 85.4375em) {
  .box_content--scy.three_features .vv_tit-t2 {
    font-size: 2.4rem;
  }
}
.box_content--scy.three_features .cat {
  padding: 0.5em 0 0;
  color: var(--scy-3f-cat-c, #C2AC12);
  font-size: 1.3rem;
}
@media only screen and (min-width: 48em) {
  .box_content--scy.three_features .cat {
    font-size: 1.4rem;
    text-align: left;
  }
}
@media only screen and (min-width: 85.4375em) {
  .box_content--scy.three_features .cat {
    font-size: 1.5rem;
  }
}
.box_content--scy.three_features .features_wrapper {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 48em) {
  .box_content--scy.three_features .features_wrapper {
    flex-direction: row;
    justify-content: space-between;
  }
}
.box_content--scy.three_features .features_wrapper .single_feature {
  margin-bottom: 4rem;
}
@media only screen and (min-width: 48em) {
  .box_content--scy.three_features .features_wrapper .single_feature {
    flex: 0 0 30%;
  }
}
.box_content--scy.box_content--podcast {
  padding: 5rem 0 3rem;
}
@media only screen and (min-width: 48em) {
  .box_content--scy.box_content--podcast {
    padding-right: 2.8rem;
    padding-left: 2.8rem;
  }
}
@media only screen and (min-width: 64em) {
  .box_content--scy.box_content--podcast {
    padding-right: 0;
    padding-left: 0;
  }
}
.box_content--scy.box_content--podcast .vv_tit-t1 {
  padding: 1.3rem 1.6rem 2.3rem;
  font-size: 4rem;
  color: #000;
}
.box_content--scy.box_content--podcast .vv_tit-t1 span {
  font-size: 1.6rem;
  color: #C2AC12;
  text-transform: uppercase;
}
@media only screen and (min-width: 85.4375em) {
  .box_content--scy.box_content--podcast .vv_tit-t1 span {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 48em) {
  .box_content--scy.box_content--podcast .vv_tit-t1 {
    font-size: 4.4rem;
  }
}
@media only screen and (min-width: 64em) {
  .box_content--scy.box_content--podcast .vv_tit-t1 {
    font-size: 5rem;
  }
}
.box_content--scy.box_content--podcast .vv_tit-t2 {
  overflow: hidden;
  line-height: 1.2;
  font-size: 2rem;
  color: #000;
  position: relative;
  font-weight: 400;
  font-family: "Times New Roman", Georgia, Serif;
  text-align: center;
}
@media only screen and (min-width: 48em) {
  .box_content--scy.box_content--podcast .vv_tit-t2 {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 64em) {
  .box_content--scy.box_content--podcast .vv_tit-t2 {
    font-size: 2.2rem;
  }
}
.box_content--scy.box_content--podcast .cat {
  padding: 0.7rem 0;
  color: #C2AC12;
  font-size: 1.4rem;
}

.scy-top_speciali_a {
  text-align: center;
  background-color: #FFF;
  position: relative;
}
.scy-top_speciali_a figure {
  display: none;
}
@media only screen and (min-width: 48em) {
  .scy-top_speciali_a figure {
    display: block;
    margin-bottom: 0;
  }
  .scy-top_speciali_a figure::before {
    padding-top: 50% !important;
  }
}
@media only screen and (min-width: 64em) {
  .scy-top_speciali_a figure {
    position: relative;
    overflow: hidden;
  }
  .scy-top_speciali_a figure:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 43.75%;
  }
  .scy-top_speciali_a figure img,
  .scy-top_speciali_a figure svg {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
  }
  .scy-top_speciali_a figure img {
    -webkit-transform: translate(0, -11%);
    transform: translate(0, -11%);
  }
}
@media only screen and (min-width: 64em) {
  .scy-top_speciali_a a:hover .gz_top_speciali_tit,
  .scy-top_speciali_a a:hover p {
    color: #ccc;
  }
}

.scy-top_speciali_txt {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  z-index: 1;
  padding-top: 5rem;
}
@media only screen and (min-width: 48em) {
  .scy-top_speciali_txt {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    padding: 2.47% 0 4.94%;
    background: rgba(0, 0, 0, 0) linear-gradient(0deg, rgba(0, 0, 0, 0.557) 0%, rgba(0, 0, 0, 0) 100%) no-repeat padding-box;
  }
}

.scy-top_speciali_tit {
  display: flex;
  flex-direction: column;
  font: 700 3.6rem/1.1 "Times New Roman", Georgia, Serif;
  color: #000;
  width: 100%;
  max-width: 90%;
  margin: 0 auto 0.278em;
}
@media only screen and (min-width: 48em) {
  .scy-top_speciali_tit {
    font-size: 4rem;
    color: #FFF;
  }
}
@media only screen and (min-width: 64em) {
  .scy-top_speciali_tit {
    font-size: 5rem;
  }
}
@media only screen and (min-width: 85.4375em) {
  .scy-top_speciali_tit {
    max-width: 81%;
  }
}
.scy-top_speciali_tit::before {
  content: attr(aria-label);
  color: #FFF;
  background: #2697AB;
  font: 700 1.4rem/1.2 "Lato", "Trebuchet MS", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  display: inline-block;
  padding: 0.45em 1.1em;
  margin: auto;
}
@media only screen and (min-width: 64em) {
  .scy-top_speciali_tit::before {
    font-size: 1.6rem;
  }
}

/* controllare se esiste */
.scy-top_speciali_subtit:nth-of-type(n) {
  color: #999;
  font: 400 1.4rem/1.2 "Lato", "Trebuchet MS", sans-serif;
  max-width: 90%;
  margin: 0 auto;
}
@media only screen and (min-width: 48em) {
  .scy-top_speciali_subtit:nth-of-type(n) {
    color: #FFF;
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 64em) {
  .scy-top_speciali_subtit:nth-of-type(n) {
    font-size: 1.8rem;
  }
}

.scy-top_speciali_sponsor {
  color: #2697AB;
  font: 700 1.4rem/1.29 "Lato", "Trebuchet MS", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  max-width: 90%;
  margin: 0 auto;
}
.scy-top_speciali_sponsor .scy-sponsored_by {
  display: block;
  color: #999;
}
@media only screen and (min-width: 48em) {
  .scy-top_speciali_sponsor {
    color: #FFF;
    font-size: 1.6rem;
  }
  .scy-top_speciali_sponsor .scy-sponsored_by {
    display: inline;
    color: inherit;
  }
}
@media only screen and (min-width: 64em) {
  .scy-top_speciali_sponsor {
    font-size: 1.8rem;
  }
}

.scy-speciali-container {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  background: #FFF;
  padding: 1.6rem;
}

.scy-speciali-preview {
  flex: 0 1 100%;
  margin: 1.6rem 0;
}
@media only screen and (min-width: 48em) {
  .scy-speciali-preview {
    flex: 0 0 21.19%;
  }
}
.scy-speciali-preview .vv_tit-t2 {
  color: #C2AC12;
  font: 700 1.4rem/1.3 "Lato", "Trebuchet MS", sans-serif;
  text-align: center;
  text-transform: uppercase;
}
@media only screen and (min-width: 48em) {
  .scy-speciali-preview .vv_tit-t2 {
    text-align: left;
  }
}
@media only screen and (min-width: 64em) {
  .scy-speciali-preview .vv_tit-t2 {
    font-size: 1.6rem;
  }
}

.box_content--scy .scy-speciali-preview-txt {
  color: #000;
  font: 700 2rem/1.2 "Times New Roman", Georgia, Serif;
  text-align: center;
  max-height: 4.8em;
}
@media only screen and (min-width: 48em) {
  .box_content--scy .scy-speciali-preview-txt {
    font-size: 1.7rem;
    text-align: left;
  }
}
@media only screen and (min-width: 64em) {
  .box_content--scy .scy-speciali-preview-txt {
    font-size: 2rem;
  }
}

.carousel-t1__tit {
  margin-bottom: var(--gutter-c, 3.2rem);
}
.carousel-t1__list {
  list-style: none;
  display: flex;
  -webkit-column-gap: var(--gutter-c, 3.2rem);
  -moz-column-gap: var(--gutter-c, 3.2rem);
  column-gap: var(--gutter-c, 3.2rem);
  margin-right: calc(var(--gutter-c) * -1);
  overflow-x: scroll;
  -webkit-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}
@media (pointer: fine) {
  .carousel-t1__list {
    /* Nasconde la scrollbar su Firefox */
    scrollbar-width: none;
    /* Nasconde la scrollbar su IE e Edge */
    -ms-overflow-style: none;
  }
  .carousel-t1__list::-webkit-scrollbar {
    /* Rimuove la scrollbar orizzontale */
    width: 0;
    /* Rimuove la scrollbar verticale */
    height: 0;
  }
}
.carousel-t1__list::after {
  content: "";
  flex: 0 0 1px;
}
.carousel-t1 .count {
  font-weight: var(--cnt-fw, 500);
  font-variant-numeric: lining-nums;
}
.carousel-t1 .count > b {
  font-size: 1.3em;
  color: var(--tit-c2);
}

.carousel-t1__itm {
  scroll-snap-align: start;
  flex: 0 0 auto;
  display: grid;
  grid-row-gap: 1.2rem;
  row-gap: 1.2rem;
  align-content: flex-start;
  box-sizing: border-box;
  max-width: 27.2rem;
  padding: 0 1.6rem 1.6rem;
  line-height: 1.2;
  font-family: var(--tit-ff);
  color: #000;
  background: #fff;
  transition: opacity cubic-bezier(0.55, 0, 0.1, 1) 0.2s;
}
.carousel-t1__itm a {
  color: inherit;
}
@media only screen and (max-width: 63.9375em) {
  .carousel-t1__itm {
    grid-template-rows: repeat(4, auto) 1fr;
  }
}
.carousel-t1__itm.semi-visible {
  opacity: 0.5;
}
.carousel-t1__itm-fig {
  margin-inline: -1.6rem;
}
.carousel-t1__itm-tit {
  font-weight: 700;
  font-size: var(--tit-sz);
  font-family: var(--tit-ff, inherit);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  max-height: 3.6em;
  overflow: hidden;
  margin-top: -0.2em;
}
.carousel-t1__itm-author {
  font-size: 1.2rem;
  color: #999;
}
.carousel-t1__itm-author > a {
  font-weight: 700;
}
.carousel-t1__itm-cat {
  font-weight: 700;
  font-size: 1.8rem;
  color: var(--tit-c2);
}
.carousel-t1__itm-count {
  align-self: flex-end;
  grid-row: span 1/-1;
  font-size: 1.2rem;
}
@media only screen and (min-width: 64em) {
  .carousel-t1__itm-count {
    position: absolute;
    clip: rect(0 0 0 0);
    -webkit-clip-path: rect(0 0 0 0);
    clip-path: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
  }
}

.carousel-t1__nav {
  position: relative;
  display: flex;
  justify-content: flex-end;
  -webkit-column-gap: 0.8rem;
  -moz-column-gap: 0.8rem;
  column-gap: 0.8rem;
}
.carousel-t1__nav .ico {
  position: static;
  margin-top: var(--gutter-c, 3.2rem);
  background: #fff;
}
.carousel-t1__nav [disabled] {
  pointer-events: none;
  cursor: default;
  opacity: 0.25;
}
.carousel-t1__nav-count {
  align-self: center;
  margin-top: var(--gutter-c, 3.2rem);
  margin-right: auto;
  font-size: 1.8rem;
}
@media only screen and (max-width: 63.9375em) {
  .carousel-t1__nav {
    position: absolute;
    clip: rect(0 0 0 0);
    -webkit-clip-path: rect(0 0 0 0);
    clip-path: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
  }
}

.carousel-t1__tit:is(.vv_tit-t3) {
  display: grid;
  font-weight: var(--tit-fw);
  font-size: var(--tit-sz);
  line-height: 1.1;
  font-family: var(--tit-ff);
}
.carousel-t1__tit:is(.vv_tit-t3) .vv_tit-t3__main {
  color: var(--tit-c1);
}
.carousel-t1__tit:is(.vv_tit-t3) .vv_tit-t3__pre {
  font-style: var(--tit-st);
  font-size: 0.4em;
  font-size: min(0.4em, 1.6rem);
  color: var(--tit-c2);
}

.carousel-t1 {
  --tit-st: normal;
  --tit-fw: 700;
  --tit-sz: 4rem;
  --tit-ff: Lato, Trebuchet MS, sans-serif;
  --tit-c1: #000;
  --tit-c2: var(--color-1);
  --cnt-fw: 700;
  --gutter-c: 2.4rem;
}
@media only screen and (max-width: 63.9375em) {
  .carousel-t1 {
    padding-block: var(--gutter-c);
  }
}
@media only screen and (min-width: 64em) {
  .carousel-t1 {
    --tit-sz: 4.8rem;
    --gutter-c: 2.8rem;
  }
}
@media only screen and (min-width: 85.4375em) {
  .carousel-t1 {
    --gutter-c: 3.8rem;
  }
}

.carousel-t1__tit .vv_tit-t3__pre {
  text-transform: uppercase;
}
.carousel-t1__tit .vv_tit-t3__main {
  font-family: Times New Roman, Georgia, Serif;
}

.carousel-t1__itm {
  --tit-sz: 2rem;
}

#tlb-corp {
  display: none;
  background: #262626;
  height: 30px;
  width: 100%;
  font-family: Arial, Helvetica, sans-serif;
  min-width: 320px;
  text-align: center;
  box-sizing: border-box;
  line-height: 2.5;
  position: relative;
  z-index: 10;
}
#tlb-corp:before {
  color: #FFF;
  content: "da 320px a 464px";
}
@media only screen and (min-width: 48em) {
  #tlb-corp {
    display: block;
    background-color: rgb(76.5, 76.5, 76.5);
  }
  #tlb-corp:before {
    content: "da 768px a 1023px";
  }
}
@media only screen and (min-width: 64em) {
  #tlb-corp {
    background-color: rgb(114.75, 114.75, 114.75);
  }
  #tlb-corp:before {
    content: "da 1024px a 1366px";
  }
}
@media only screen and (min-width: 85.4375em) {
  #tlb-corp {
    background-color: #999999;
  }
  #tlb-corp:before {
    content: "oltre i 1366px";
  }
}

/* ---- STATI HEADER ---- */
.sp-reg-mnu ul li {
  display: none;
}
.sp-reg-mnu ul li:nth-child(1), .sp-reg-mnu ul li:nth-child(2), .sp-reg-mnu ul li:nth-child(3) {
  display: block;
}
.logged-in .sp-reg-mnu ul li {
  display: block;
}
.logged-in .sp-reg-mnu ul li:nth-child(1), .logged-in .sp-reg-mnu ul li:nth-child(2), .logged-in .sp-reg-mnu ul li:nth-child(3) {
  display: none;
}

/* ---- FINE STATI HEADER ---- */
#admputop::after,
#admputop2::after,
#admpufoot::after,
#admpufoot2::after,
div[id^=admpudyn]::after {
  content: "ADV";
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  min-height: 250px;
  font: 5rem sans-serif;
  color: white;
  background: red;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}

.adv {
  background: #F7F7F7;
  width: 30rem;
  min-height: 25rem;
  position: relative;
}
.adv:before {
  text-align: center;
  content: "ADV";
  display: block;
  position: absolute;
  width: 100%;
  top: 50%;
  font-size: 5rem;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

@media only screen and (max-width: 48em) {
  .hp_320x1::after {
    content: "adv 320xN";
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 32rem;
    height: var(--ad320-height);
    overflow: hidden;
    background: pink;
  }
  .bh_flexible ~ .hp_320x1::after {
    content: none;
  }
  .stk_320x1--active::after {
    content: "stickiF adv 320xN";
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 32rem;
    height: var(--ad320-height);
    overflow: hidden;
    background: pink;
  }
}
/*# sourceMappingURL=maps/stili.css.map */
