/*
	Theme Name: LiveNetwork.it Theme
	Description: Template portali editoria LiveNetwork.it
	Author: NetNews SRL
	Author URI: https://livenetwork.it
    Site: https://livenetwork.it
	Version: 1.0.0
	Tested up to: 5.9
	Requires PHP: 7.3
	License: GNU General Public License v3 or later.
	License URI: https://www.gnu.org/licenses/gpl-3.0.html
	Text Domain: livenetwork-template
	Domain Path: /languages
    Tags: live, livenetwork
*/
@import url("https://fonts.googleapis.com/css2?family=Unna&display=swap");
body {
  font-family: "Open Sans", sans-serif;
  margin: 0;
  padding: 0;
  text-rendering: optimizeLegibility;
  text-align: left;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-size-adjust: none;
  text-rendering: optimizeLegibility;
  overflow-x: hidden; }

[class^=um-icon-]:before, [class*=" um-icon-"]:before {
  color: #000 !important; }

[type=button].picker__button--today, [type=button].picker__button--clear {
  color: #fff !important; }
[type=button].picker__button--close {
  color: #fff !important;
  border-color: #fff !important;
  background: transparent !important; }

h1, h2, h3, h4, h5 {
  margin: 0; }

figure {
  margin: 0; }
  figure > a {
    display: flex !important; }

picture {
  display: flex !important;
  width: 100%; }
  picture img {
    width: 100%;
    height: auto; }

a {
  color: #2e7992;
  outline: none; }
  a:hover, a:focus, a:active {
    color: #2C2F3B; }

img {
  width: 100%;
  height: auto; }

/*iframe {
  width: 100%;
}*/
table.picker__table tbody > tr {
  background: #fff !important; }
  table.picker__table tbody > tr > td .picker__day, table.picker__table tbody > tr > th .picker__day {
    color: #000 !important; }
  table.picker__table tbody > tr:nth-child(odd) > td .picker__day--selected, table.picker__table tbody > tr:nth-child(odd) > td .picker__day--highlighted {
    color: #fff !important; }

.live-background-overlay {
  display: none;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 1;
  background-color: #FFFFFFCC;
  overflow-x: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

header.header-live {
  max-width: 1260px;
  margin: 0 auto;
  background-color: #fff; }
  header.header-live.w-100 {
    max-width: 100% !important; }
  header.header-live .live-header-col {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
    width: 33.333%; }
    header.header-live .live-header-col.col-center {
      -webkit-justify-content: center;
      justify-content: center; }
    header.header-live .live-header-col.col-end {
      -webkit-justify-content: flex-end;
      justify-content: flex-end; }
    header.header-live .live-header-col.direction-col {
      -webkit-flex-direction: column;
      flex-direction: column; }
  header.header-live .top-header {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    height: 58px;
    border-left: 1px solid #e7e8e1;
    border-bottom: 1px solid #e7e8e1;
    border-right: 1px solid #e7e8e1; }
    header.header-live .top-header .btn {
      display: -webkit-flex;
      display: flex;
      color: #2a2a2a;
      text-transform: uppercase;
      font-family: Helvetica, Arial, sans-serif;
      font-size: 12px;
      text-decoration: none;
      font-weight: 600;
      padding: 17px 5px;
      margin: 0; }
      header.header-live .top-header .btn:hover, header.header-live .top-header .btn:focus, header.header-live .top-header .btn:active {
        text-decoration: none;
        outline: none; }
      header.header-live .top-header .btn.menu {
        background-image: url("./assets/images/live-icons.svg");
        background-repeat: no-repeat;
        background-size: 34px 2700px;
        background-position: 12px -37px;
        padding-left: 46px; }
      header.header-live .top-header .btn.search {
        background-image: url("./assets/images/live-icons.svg");
        background-repeat: no-repeat;
        background-size: 34px 2700px;
        background-position: 12px 13px;
        padding-left: 46px; }
    header.header-live .top-header .meteo {
      font-family: Helvetica, Arial, sans-serif;
      color: #2a2a2a;
      font-size: 11px; }
      header.header-live .top-header .meteo.meteo-show {
        display: block !important; }
      header.header-live .top-header .meteo .meteo-icon, header.header-live .top-header .meteo .meteo-city, header.header-live .top-header .meteo .meteo-temp, header.header-live .top-header .meteo .meteo-descr {
        display: inline-block; }
      header.header-live .top-header .meteo .meteo-icon {
        font-size: 16px; }
      header.header-live .top-header .meteo .meteo-city {
        padding-left: 5px; }
      header.header-live .top-header .meteo .meteo-descr, header.header-live .top-header .meteo .meteo-city {
        text-transform: uppercase; }
    header.header-live .top-header .live-logo-inner {
      outline: none;
      text-decoration: none; }
      header.header-live .top-header .live-logo-inner .live-logo-inner-img {
        width: 250px; }
    header.header-live .top-header .live-top-menu {
      list-style: none;
      padding: 0;
      margin: 0 0 0 10px; }
      header.header-live .top-header .live-top-menu .menu-item {
        position: relative; }
        header.header-live .top-header .live-top-menu .menu-item.live-logged-user-mb {
          display: none; }
        header.header-live .top-header .live-top-menu .menu-item .sub-arrow {
          display: -webkit-flex;
          display: flex;
          -webkit-align-items: center;
          align-items: center;
          padding: 3px;
          margin-left: 3px; }
        header.header-live .top-header .live-top-menu .menu-item.menu-item-has-children > a:after {
          content: "\f0d7";
          font-family: "Font Awesome 6 Free";
          font-weight: 900;
          position: relative;
          display: -webkit-flex;
          display: flex;
          -webkit-align-items: center;
          align-items: center;
          padding: 3px;
          margin-left: 3px; }
        header.header-live .top-header .live-top-menu .menu-item:hover .sub-menu {
          display: block; }
        header.header-live .top-header .live-top-menu .menu-item a {
          display: -webkit-flex;
          display: flex;
          color: #2a2a2a;
          text-transform: uppercase;
          font-family: Helvetica, Arial, sans-serif;
          font-size: 12px;
          text-decoration: none;
          font-weight: 600;
          padding: 17px 15px 17px 5px;
          margin: 0;
          outline: none; }
          header.header-live .top-header .live-top-menu .menu-item a:hover, header.header-live .top-header .live-top-menu .menu-item a:focus, header.header-live .top-header .live-top-menu .menu-item a:active {
            text-decoration: none;
            outline: none;
            outline: none; }
          header.header-live .top-header .live-top-menu .menu-item a img {
            border-radius: 50%;
            margin-right: 10px;
            width: 28px;
            height: 28px; }
          header.header-live .top-header .live-top-menu .menu-item a .live-user-info {
            line-height: 28px; }
          header.header-live .top-header .live-top-menu .menu-item a span {
            -webkit-align-self: center;
            align-self: center; }
        header.header-live .top-header .live-top-menu .menu-item .sub-menu {
          display: none;
          list-style: none;
          margin: -1px 0 0 0;
          padding: 0;
          position: absolute;
          right: -1px;
          background-color: #fff;
          min-width: 160px;
          z-index: 1;
          border-left: 1px solid #e7e8e1;
          border-bottom: 1px solid #e7e8e1;
          border-right: 1px solid #e7e8e1; }
          header.header-live .top-header .live-top-menu .menu-item .sub-menu .menu-item {
            padding: 0px;
            border-bottom: 1px solid #e7e8e1; }
            header.header-live .top-header .live-top-menu .menu-item .sub-menu .menu-item:last-child {
              border-bottom: none; }
            header.header-live .top-header .live-top-menu .menu-item .sub-menu .menu-item a {
              outline: none;
              padding: 15px 10px; }
              header.header-live .top-header .live-top-menu .menu-item .sub-menu .menu-item a:hover, header.header-live .top-header .live-top-menu .menu-item .sub-menu .menu-item a:focus {
                outline: none;
                color: #006da2; }
  header.header-live .live-main-search-box {
    display: none; }
    header.header-live .live-main-search-box.active {
      display: block; }
    header.header-live .live-main-search-box .live-seach {
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      align-items: center;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      background-color: #f7f7f7;
      border-left: 1px solid #e7e8e1;
      border-bottom: 1px solid #e7e8e1;
      border-right: 1px solid #e7e8e1;
      padding: 10px; }
      header.header-live .live-main-search-box .live-seach .live-search-form {
        padding: 0px;
        width: calc(100% - 50px); }
        header.header-live .live-main-search-box .live-seach .live-search-form .live-search-form-container {
          background-color: #fff; }
          header.header-live .live-main-search-box .live-seach .live-search-form .live-search-form-container button[type='submit'] {
            background-color: #fff; }
      header.header-live .live-main-search-box .live-seach .btn-search-close {
        background-image: url("./assets/images/live-icons.svg");
        background-repeat: no-repeat;
        background-size: 34px 2700px;
        background-position: 15px -525px;
        width: 50px;
        height: 40px; }
  header.header-live .adv-logo {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    border-left: 1px solid #e7e8e1;
    border-bottom: 1px solid #e7e8e1;
    border-right: 1px solid #e7e8e1;
    padding: 15px; }
    header.header-live .adv-logo .live-logo {
      outline: none;
      text-decoration: none; }
      header.header-live .adv-logo .live-logo .live-logo-img {
        width: 300px; }
    header.header-live .adv-logo .live-last-update {
      font-size: 13px;
      font-weight: 600;
      text-align: center;
      margin-top: 10px; }
  header.header-live .main-menu .live-main-menu-container {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    border-left: 1px solid #e7e8e1;
    border-bottom: 1px solid #e7e8e1;
    border-right: 1px solid #e7e8e1;
    padding: 15px 0px; }
    header.header-live .main-menu .live-main-menu-container ul.live-main-menu {
      display: -webkit-flex;
      display: flex;
      list-style: none;
      padding: 0;
      margin: 0; }
      header.header-live .main-menu .live-main-menu-container ul.live-main-menu li.menu-item a {
        color: #303030;
        padding: 8px 30px;
        font-size: 15px;
        font-weight: 700;
        text-decoration: none;
        outline: none;
        -moz-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        -webkit-transition: all 0.3s ease;
        -webkit-transition-delay: 0s;
        transition: all 0.3s ease 0s; }
        header.header-live .main-menu .live-main-menu-container ul.live-main-menu li.menu-item a:hover, header.header-live .main-menu .live-main-menu-container ul.live-main-menu li.menu-item a:focus, header.header-live .main-menu .live-main-menu-container ul.live-main-menu li.menu-item a:active {
          text-decoration: none;
          outline: none;
          color: #f9c600;
          background-color: #303030; }
  @media (max-width: 767px) {
    header.header-live .live-header-col {
      width: 100%; }
    header.header-live .top-header .live-header-col:not(.live-logo-c-inner):nth-child(2) {
      display: none; }
    header.header-live .top-header .btn {
      display: none; }
      header.header-live .top-header .btn.menu {
        display: block !important; }
    header.header-live .top-header .live-logo-inner .live-logo-inner-img {
      width: 170px; }
    header.header-live .top-header .live-top-menu .menu-item.live-logged-user {
      display: none; }
    header.header-live .top-header .live-top-menu .menu-item.live-logged-user-mb {
      display: block; }
    header.header-live .adv-logo .live-header-col:nth-child(1),
    header.header-live .adv-logo .live-header-col:nth-child(3) {
      display: none; }
    header.header-live .adv-logo .live-logo .live-logo-img {
      width: 250px; }
    header.header-live .main-menu {
      display: none; } }
  @media (min-width: 768px) and (max-width: 1024px) {
    header.header-live .top-header .btn {
      display: none; }
      header.header-live .top-header .btn.menu, header.header-live .top-header .btn.search {
        display: block !important; }
    header.header-live .main-menu .live-main-menu-container ul.live-main-menu li.menu-item a {
      padding: 8px 15px; } }
header.header-membership {
  max-width: 100%;
  text-align: center;
  padding: 50px 0;
  background-color: #fff; }
  header.header-membership .live-logo {
    outline: none;
    text-decoration: none; }
    header.header-membership .live-logo .live-logo-img {
      width: 400px; }
  @media (max-width: 767px) {
    header.header-membership {
      padding: 25px 0; }
      header.header-membership .live-logo .live-logo-img {
        width: 300px; } }

.live-adv:before {
  content: "ADV";
  display: block;
  font-size: 11px;
  line-height: 22px;
  color: #999;
  text-align: center; }

div[id^="google_ads_iframe_"]:before {
  content: "ADV";
  display: block;
  font-size: 11px;
  line-height: 22px;
  color: #999;
  text-align: center; }

.live-adv-manchette div[id^="google_ads_iframe_"]:before {
  content: "" !important;
  display: none !important; }

.live-adv-skin div[id^="google_ads_iframe_"] {
  height: 0; }
  .live-adv-skin div[id^="google_ads_iframe_"]:before {
    content: "" !important;
    display: none !important; }

.banner-in-articolo div[id^="google_ads_iframe_"]:before {
  content: "" !important;
  display: none !important; }
.banner-in-articolo div[id^="google_ads_iframe_"] iframe {
  width: 100%;
  height: 530px; }

.live-col-longform .banner-in-articolo,
.live-article-col-full .banner-in-articolo {
  display: none !important; }

body.skin {
  padding-top: 120px;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: top center; }
  @media (max-width: 767px) {
    body.skin {
      padding-top: 100px; } }

.live-adv-square {
  border: 1px solid #e7e8e1;
  background-color: #f7f7f7;
  padding-bottom: 20px;
  width: 100%;
  min-height: 274px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center; }
  .live-adv-square .adsbygoogle {
    padding-top: 20px; }

.live-adv-interno-articolo {
  border: 1px solid #e7e8e1;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 20px; }
  .live-adv-interno-articolo:before {
    content: "ADV";
    display: block;
    font-size: 11px;
    line-height: 22px;
    color: #999;
    text-align: center; }

.live-adv-full-width {
  border-top: 1px solid #e7e8e1;
  border-bottom: 1px solid #e7e8e1;
  padding-bottom: 20px;
  margin: 0 -20px;
  background-color: #f7f7f7;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center; }
  .live-adv-full-width.live-adv-top {
    border-top: none;
    border-left: 1px solid #e7e8e1;
    border-right: 1px solid #e7e8e1;
    margin: 0; }
  .live-adv-full-width.foto_notizia {
    margin-left: -20px !important;
    margin-right: -20px !important;
    margin-bottom: 20px !important; }

.live-article-adv-container .live-adv-full-width {
  margin: 0; }
@media only screen and (min-width: 768px) {
  .live-article-adv-container.d-none-adv-mobile-mid {
    display: none !important; } }

.live-adv-full-width-gallery {
  border-top: 1px solid #e7e8e1;
  border-bottom: 1px solid #e7e8e1;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 20px;
  /*margin: 0 -20px;*/
  background-color: #f7f7f7; }
  .live-adv-full-width-gallery:before {
    content: "ADV";
    display: block;
    font-size: 11px;
    line-height: 22px;
    color: #999;
    text-align: center; }

/* POSIZIONAMENTO INTERNO A GLI ARTICOLI E GALLERY */
.liveb-banner-in-gallery {
  width: 100%; }

.liveb-banner-in-gallery .live-adv-full-width-gallery {
  width: auto;
  margin: 0 -20px 20px -20px !important; }

.live-inline-adv {
  margin: 10px 0 20px; }
  .live-inline-adv:before {
    content: "ADV";
    text-align: center !important;
    text-transform: uppercase !important;
    height: 21px !important;
    line-height: 21px !important;
    letter-spacing: 0.3px !important;
    font-weight: 300 !important;
    display: block;
    font-size: 11px;
    color: #999; }
  .live-inline-adv .live-inline-adv-wrapper {
    border: 1px solid #e7e8e1;
    padding: 5px; }
  .live-inline-adv .live-inline-footer {
    padding: 15px;
    display: flex;
    flex-direction: row;
    transition: background-color 0.4s;
    flex: 0 0 auto;
    background-color: #fff; }
    .live-inline-adv .live-inline-footer:hover {
      background-color: #f2f2f2; }
    .live-inline-adv .live-inline-footer .live-inline-content {
      display: flex;
      flex-direction: column;
      flex: 1 1 auto;
      padding-right: 20px;
      box-sizing: border-box;
      overflow: hidden; }
      .live-inline-adv .live-inline-footer .live-inline-content h4 {
        font-size: 18px;
        color: #000;
        margin: 0px;
        font-family: "Open Sans", sans-serif;
        line-height: 33px;
        font-weight: 500;
        text-transform: uppercase; }
    .live-inline-adv .live-inline-footer .live-inline-button {
      flex: 0 0 auto;
      display: flex;
      align-items: center; }
      .live-inline-adv .live-inline-footer .live-inline-button .live-button {
        background-color: #03a9f4;
        justify-content: center;
        height: 34px;
        border-radius: 4px;
        max-width: 230px;
        color: #fff;
        font-size: 14px;
        line-height: 16px;
        font-weight: bold;
        white-space: nowrap;
        padding: 10px;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        transition: color 0.4s, background-color 0.4s;
        font-family: "Open Sans", sans-serif;
        text-decoration: none; }
        .live-inline-adv .live-inline-footer .live-inline-button .live-button:hover {
          background-color: #027fb7; }

.hive-adv {
  display: none !important; }

.show-adv {
  display: block !important; }

@media (max-width: 767px) {
  .banner-in-articolo div[id^="google_ads_iframe_"] iframe {
    height: 310px; }

  .live-adv-full-width {
    margin: 0;
    border-left: none;
    border-right: none; }

  .live-adv-square {
    border-left: none !important;
    border-right: none !important; }

  .live-article-col-3 .live-adv-square,
  .live-gallery-footer .live-col-2 .live-adv-square,
  .live-video-footer .live-col-2 .live-adv-square {
    width: auto;
    margin: 0 -10px; }

  .hide-adv-mobile {
    display: none !important; }

  .show-adv-mobile {
    display: block !important; } }
@media only screen and (min-width: 768px) {
  .hide-machette-mobile {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 1024px) {
  .banner-in-articolo div[id^="google_ads_iframe_"] iframe {
    height: 310px; } }
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  .banner-in-articolo div[id^="google_ads_iframe_"] iframe {
    height: 435px; } }
.live-sidebar {
  position: fixed;
  top: 0;
  left: -460px;
  width: 450px;
  height: 100%;
  overflow: auto;
  background-color: #fff;
  border-right: 1px solid #e7e8e1;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  z-index: 9999; }
  .live-sidebar.right {
    left: initial !important;
    right: -410px !important;
    width: 400px;
    border-left: 1px solid #e7e8e1; }
  .live-sidebar.active {
    left: 0; }
    .live-sidebar.active.right {
      left: initial !important;
      right: 0 !important; }
  .live-sidebar .live-sidebar-inner {
    width: 100%;
    height: 100%;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    overflow-x: hidden; }
    .live-sidebar .live-sidebar-inner .cls-sidebar {
      width: 100%;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: flex-end;
      justify-content: flex-end; }
      .live-sidebar .live-sidebar-inner .cls-sidebar a {
        background-image: url("./assets/images/live-icons.svg");
        background-repeat: no-repeat;
        background-size: 34px 2700px;
        background-position: 6px -525px;
        width: 40px;
        height: 40px; }
    .live-sidebar .live-sidebar-inner .live-logo-sidebar {
      width: 100%;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: center;
      justify-content: center;
      padding: 20px 0; }
      .live-sidebar .live-sidebar-inner .live-logo-sidebar a {
        outline: none; }
        .live-sidebar .live-sidebar-inner .live-logo-sidebar a img.live-logo {
          width: 300px; }
    .live-sidebar .live-sidebar-inner .live-search-form-sidebar {
      width: 100%; }
    .live-sidebar .live-sidebar-inner .live-title-section-sidebar {
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: flex-start;
      justify-content: flex-start;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      padding: 20px 15px;
      font-weight: 600;
      font-size: 15px;
      color: #999; }
    .live-sidebar .live-sidebar-inner .live-menu-sidebar ul.live-menu-evidenza,
    .live-sidebar .live-sidebar-inner .live-menu-sidebar ul.live-menu-network,
    .live-sidebar .live-sidebar-inner .live-menu-sidebar ul.live-menu-sezioni {
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      -webkit-align-items: center;
      align-items: center;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      border-top: 1px #efefef solid;
      list-style: none;
      margin: 0;
      padding: 0; }
      .live-sidebar .live-sidebar-inner .live-menu-sidebar ul.live-menu-evidenza li,
      .live-sidebar .live-sidebar-inner .live-menu-sidebar ul.live-menu-network li,
      .live-sidebar .live-sidebar-inner .live-menu-sidebar ul.live-menu-sezioni li {
        -webkit-flex-grow: 1;
        flex-grow: 1;
        -webkit-flex-basis: 50%;
        flex-basis: 50%;
        border-bottom: 1px #efefef solid;
        margin: 0; }
        .live-sidebar .live-sidebar-inner .live-menu-sidebar ul.live-menu-evidenza li a,
        .live-sidebar .live-sidebar-inner .live-menu-sidebar ul.live-menu-network li a,
        .live-sidebar .live-sidebar-inner .live-menu-sidebar ul.live-menu-sezioni li a {
          display: -webkit-flex;
          display: flex;
          -webkit-align-items: center;
          align-items: center;
          text-transform: uppercase;
          padding: 15px 30px;
          color: #2c2f3b;
          font-size: 12px;
          font-weight: 600;
          text-decoration: none;
          outline: 0; }
          .live-sidebar .live-sidebar-inner .live-menu-sidebar ul.live-menu-evidenza li a:focus, .live-sidebar .live-sidebar-inner .live-menu-sidebar ul.live-menu-evidenza li a:hover, .live-sidebar .live-sidebar-inner .live-menu-sidebar ul.live-menu-evidenza li a:visited,
          .live-sidebar .live-sidebar-inner .live-menu-sidebar ul.live-menu-network li a:focus,
          .live-sidebar .live-sidebar-inner .live-menu-sidebar ul.live-menu-network li a:hover,
          .live-sidebar .live-sidebar-inner .live-menu-sidebar ul.live-menu-network li a:visited,
          .live-sidebar .live-sidebar-inner .live-menu-sidebar ul.live-menu-sezioni li a:focus,
          .live-sidebar .live-sidebar-inner .live-menu-sidebar ul.live-menu-sezioni li a:hover,
          .live-sidebar .live-sidebar-inner .live-menu-sidebar ul.live-menu-sezioni li a:visited {
            outline: 0;
            text-decoration: none; }
    .live-sidebar .live-sidebar-inner .live-tag-topics ul {
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      -webkit-align-items: center;
      align-items: center;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      border-top: 1px #efefef solid;
      list-style: none;
      margin: 0;
      padding: 0; }
      .live-sidebar .live-sidebar-inner .live-tag-topics ul li {
        -webkit-flex-grow: 1;
        flex-grow: 1;
        -webkit-flex-basis: 50%;
        flex-basis: 50%;
        border-bottom: 1px #efefef solid;
        margin: 0; }
        .live-sidebar .live-sidebar-inner .live-tag-topics ul li a {
          display: -webkit-flex;
          display: flex;
          -webkit-align-items: center;
          align-items: center;
          text-transform: uppercase;
          padding: 15px 30px;
          color: #2c2f3b;
          font-size: 12px !important;
          text-decoration: none;
          outline: 0; }
          .live-sidebar .live-sidebar-inner .live-tag-topics ul li a:focus, .live-sidebar .live-sidebar-inner .live-tag-topics ul li a:hover, .live-sidebar .live-sidebar-inner .live-tag-topics ul li a:visited {
            outline: 0;
            text-decoration: none; }
    .live-sidebar .live-sidebar-inner .live-msg {
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: flex-start;
      justify-content: flex-start;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      padding: 20px; }
      .live-sidebar .live-sidebar-inner .live-msg .live-msg-inner {
        background-color: #fff;
        color: #2c2f3b;
        font-size: 16px;
        box-shadow: 0 1px 2px #00000033;
        border-radius: 20px;
        padding: 30px 20px; }
        .live-sidebar .live-sidebar-inner .live-msg .live-msg-inner p {
          margin: 0; }
        .live-sidebar .live-sidebar-inner .live-msg .live-msg-inner a {
          color: #006da2; }
          .live-sidebar .live-sidebar-inner .live-msg .live-msg-inner a:focus, .live-sidebar .live-sidebar-inner .live-msg .live-msg-inner a:hover, .live-sidebar .live-sidebar-inner .live-msg .live-msg-inner a:visited {
            color: #006da2; }
  @media (max-width: 767px) {
    .live-sidebar {
      width: 350px; } }

.live-search-form {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 15px; }
  .live-search-form .live-search-form-container {
    display: -webkit-flex;
    display: flex;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    height: 50px;
    overflow: hidden;
    border: 1px solid #dedede;
    background-color: #f8f8f8; }
    .live-search-form .live-search-form-container input[type='search'] {
      width: calc(100% - 50px);
      margin: 0;
      border: 0;
      padding-left: calc(50px/3);
      padding-right: calc(50px/3);
      background: none;
      font-size: 15px;
      color: #151515; }
      .live-search-form .live-search-form-container input[type='search']:focus {
        outline: 0; }
    .live-search-form .live-search-form-container button[type='submit'] {
      margin: 0;
      cursor: pointer;
      border: none;
      padding: 0;
      vertical-align: middle;
      background: none;
      width: 50px;
      height: 50px;
      background-color: #f8f8f8;
      background-image: url("./assets/images/live-icons.svg");
      background-repeat: no-repeat;
      background-size: 34px 2700px;
      background-position: 15px 15px; }

/* width image in gallery */
.hb-wrapper .hb-image-container div.hb-image-div img {
  width: auto; }

/* Change all text and icon colors in the player. */
.vjs-live.video-js {
  color: #00ff00 !important; }
.vjs-live .vjs-big-play-button {
  border: none !important; }

/* Change the border of the big play button. */
#fixToRight {
  width: 100% !important; }

.cover {
  background: #000;
  position: fixed;
  display: none;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: fixed;
  z-index: 1490;
  min-height: 0;
  border: 1px solid #E0E1D7; }

.live-close-video-overlay {
  display: none; }

.live-video.mini .video-wrapper {
  position: fixed;
  z-index: 1490;
  min-height: 0;
  border: 1px solid #E0E1D7;
  padding: 10px;
  background: #fff; }
.live-video.mini .live-close-video-overlay {
  display: block; }

/* -- ultimate member -- */
.um-account-icon {
  display: none; }

.um-account-side li {
  margin: 0px !important;
  background: transparent; }
  .um-account-side li a {
    border-bottom: 1px solid #E7E8E1 !important; }
    .um-account-side li a:hover {
      background: #f2f2f2 !important; }
    .um-account-side li a.current span.um-account-title, .um-account-side li a.current span.um-account-arrow {
      color: #2E7992 !important; }

.um-faicon-asterisk, .um-faicon-user, .um-faicon-lock, .um-faicon-envelope, .um-faicon-sign-in, .um-faicon-trash-o {
  display: none !important; }

.um-account-name > a {
  font-family: "Unna", Sans-serif !important;
  font-size: 30px;
  font-weight: 600;
  line-height: 35px;
  color: #151515 !important;
  letter-spacing: -1px; }

.um-profile .um-profile-nav {
  margin-left: -20px;
  margin-right: -20px;
  width: auto;
  padding-right: 20px !important;
  padding-left: 20px !important; }
.um-profile .um-profile-body {
  max-width: unset !important;
  background-color: #F0F2F5;
  margin-left: -20px !important;
  margin-right: -20px !important;
  width: auto;
  position: relative;
  display: flex; }
  .um-profile .um-profile-body:before {
    content: "";
    position: absolute;
    height: 14px;
    top: -3px;
    left: 0;
    right: 0;
    background: url(https://livenetwork.it/wp-content/uploads/live-shadow.png) repeat-x; }
  .um-profile .um-profile-body .um-item {
    background-color: #fff;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    padding: 20px !important;
    margin-bottom: 20px !important; }

.um-item-img a {
  padding: 0 !important;
  border: none !important; }

.um-members-list .um-member {
  background-color: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  border: none !important; }
  .um-members-list .um-member .um-member-card-container {
    margin: 0 !important; }

.um-header .um-meta {
  display: none !important; }

.um-login .um-misc-ul {
  list-style: none;
  padding: 0;
  margin: 0; }
  .um-login .um-misc-ul li {
    padding: 0;
    margin: 0 0 10px 0; }
    .um-login .um-misc-ul li > a {
      padding: 15px 10px;
      text-align: center;
      border-radius: 5px;
      border: 1px solid #e7e8e1;
      text-transform: uppercase;
      color: #151515 !important;
      display: block;
      font-weight: 600; }

.um-account-profile-link > a {
  padding: 15px 10px;
  text-align: center;
  border-radius: 5px;
  border: 1px solid #e7e8e1;
  text-transform: uppercase;
  color: #151515 !important;
  display: block;
  font-weight: 600;
  display: inline-block;
  padding: 5px 20px;
  margin-top: 10px; }

.um-login .um-misc-ul li > a:hover, .um-account-profile-link > a:hover {
  background: #e7e8e1; }

.um-page-login .um-center .um-button {
  width: 100% !important; }

.um-load-items {
  padding-top: 20px !important;
  padding-bottom: 20px !important; }

.um-dropdown {
  background-color: #000 !important;
  border-color: #000 !important; }
  .um-dropdown ul {
    background-color: #000 !important;
    border-color: #000 !important; }

.um-profile.um .um-profile-headericon a, .um-dropdown li a {
  color: #fff !important; }

.um-page-user .page-content, .um-page-user .um {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important; }

.um-profile, .um-profile-body {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important; }

.um-page-user .site-main .page-content .elementor-widget-wrap {
  padding: 0 !important; }

/* GENERAL*/
.live-mb-0 {
  margin-bottom: 0 !important; }

.live-mb-20 {
  margin-bottom: 20px !important; }

.live-hidden {
  display: none !important; }

.page-header {
  display: none; }

.live-old-gallery img {
  max-height: 400px !important; }

.article-btn {
  background-image: url("./assets/images/live-icons.svg");
  background-repeat: no-repeat;
  background-size: 34px 2700px; }

.live-map {
  width: 100%;
  height: 400px;
  border: #ccc solid 1px;
  margin: 20px 0;
  display: none; }

.live-info-title {
  font-size: 18px;
  margin-bottom: 10px; }

.live-info-content {
  font-size: 16px;
  margin-bottom: 10px; }

.live-map > .marker > .live-info-content,
.live-map > .marker > .live-info-title {
  display: none; }
.live-map img {
  max-width: inherit !important; }

.site-main {
  max-width: 100% !important;
  padding: 0 !important;
  background-color: #fff; }
  .site-main .page-header .entry-title, .site-main .page-content {
    margin: 0;
    padding: 20px; }

.live-screen-only {
  position: absolute;
  top: -10000em;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.live-image {
  position: relative;
  display: flex;
  flex-direction: column; }
  .live-image > a {
    display: flex; }
  .live-image a:before {
    content: '';
    background-image: url("./assets/images/live-icons.svg");
    background-repeat: no-repeat;
    background-size: 34px 2700px;
    background-position: 7px -601px;
    position: absolute;
    top: 0;
    right: 0;
    width: 32px;
    height: 32px;
    z-index: 1;
    pointer-events: none;
    background-color: #fff; }

.live-gallery figure a:before {
  content: '';
  background-image: url("./assets/images/live-icons.svg");
  background-repeat: no-repeat;
  background-size: 34px 2700px;
  background-position: 7px -601px;
  position: absolute;
  top: 0;
  right: 0;
  width: 32px;
  height: 32px;
  z-index: 1;
  pointer-events: none;
  background-color: #fff; }

.live-entry-content {
  display: flex;
  flex-direction: column; }
  .live-entry-content .live-col-1,
  .live-entry-content .live-col-2 {
    display: flex;
    flex-direction: column; }

.live-title {
  /*&.live-title-rubrica > {
    h1,
    h2 {
      font-family: $fontPlayfair;
    }
  }*/ }
  .live-title > h1,
  .live-title > h2 {
    font-family: "Unna", serif;
    font-weight: 700 !important;
    color: #151515 !important;
    letter-spacing: -0.3px !important;
    margin-bottom: 10px; }
  .live-title.live-title-eventi > h1, .live-title.live-title-eventi > h2, .live-title.live-title-rubrica > h1, .live-title.live-title-rubrica > h2 {
    font-family: "Playfair Display", serif; }

/*.live-title-eventi > h2,
.live-title-liveyou > h2,
.live-title-rubrica > h2 {
  font-family: 'Playfair Display', sans-serif !important;
}*/
.live-article-header-eventi .live-title.live-title-eventi > h1,
.live-article-header-eventi .live-title.live-title-eventi > h2 {
  color: #033537 !important; }

.live-entry-content.live-category-eventi .live-author-box-wrapper, .live-entry-content.live-category-rubrica .live-author-box-wrapper {
  justify-content: center !important; }

.live-image-eventi a:after,
.live-image-liveyou a:after,
.live-image-rubrica a:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0.20212) 50%, rgba(0, 0, 0, 0) 100%); }

.live-etichetta {
  color: #2E7992 !important;
  font-size: 13px;
  line-height: 25px;
  font-weight: 700 !important;
  text-transform: uppercase;
  font-family: Helvetica, Arial, sans-serif; }

.live-title {
  text-decoration: none !important; }

.live-author-box {
  padding: 5px 0; }

.live-comments a {
  background-image: url("./assets/images/live-icons.svg");
  background-repeat: no-repeat;
  background-size: 34px 2700px;
  background-position: 0 -208px;
  padding-left: 25px;
  color: #737373;
  font-size: 13px;
  text-decoration: none !important; }

.live-article-footer {
  padding: 10px 0; }

.live-total-views span {
  background-image: url("./assets/images/live-icons.svg");
  background-repeat: no-repeat;
  background-size: 34px 2700px;
  background-position: 0 -240px;
  padding-left: 25px;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  margin-left: 20px;
  color: #737373; }

.live-home-post .live-entry-media {
  margin: 0;
  padding: 0;
  display: flex; }
.live-home-post figure > a {
  display: flex;
  position: relative;
  width: 100%; }
  .live-home-post figure > a > img {
    width: 100%;
    height: auto; }
  .live-home-post figure > a .live-overlay-title,
  .live-home-post figure > a .live-range-date-home,
  .live-home-post figure > a .live-single-date-home {
    width: auto;
    position: absolute;
    z-index: 9;
    padding: 0 10px;
    left: 0;
    right: 0;
    text-transform: uppercase; }

.live-home-section {
  display: flex;
  padding-top: 20px; }
  .live-home-section .live-col-1 {
    display: flex;
    flex-direction: column; }
    .live-home-section .live-col-1 article {
      padding-right: 20px;
      border-right: 1px solid #E7E8E1;
      border-bottom: 1px solid #E7E8E1; }
  .live-home-section .live-col-2 {
    padding-left: 20px;
    display: flex;
    flex-direction: column; }

.live-home-post .live-category-eventi,
.live-home-post .live-category-rubrica {
  text-align: center; }

.live-home-focus .live-home-post .live-category-eventi,
.live-home-focus .live-home-post .live-category-rubrica {
  text-align: left; }
.live-home-focus figure > a .live-overlay-title,
.live-home-focus figure > a .live-range-date-home,
.live-home-focus figure > a .live-single-date-home {
  bottom: 60px; }
.live-home-focus .live-entry-content {
  display: flex;
  flex-direction: row; }

/* HOME FOCUS */
.live-has-media {
  color: #444 !important;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 60%;
  text-decoration: none !important;
  padding: 0;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center; }
  .live-has-media:before {
    content: "";
    background: #f9c600;
    margin-right: 10px; }

/*ARTICOLO*/
.live-article-header {
  display: flex; }

.live-article-header-wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 100%; }

.live-article-header .live-article-header-title h1 {
  margin: 0 0 20px; }
.live-article-header .live-article-header-title .live-title-news > h1, .live-article-header .live-article-header-title .live-title-sport > h1 {
  font-size: 40px;
  line-height: 42px; }
.live-article-header .live-article-header-title .live-title-eventi > h1, .live-article-header .live-article-header-title .live-title-rubrica > h1 {
  font-size: 36px;
  line-height: 38px; }

.live-article-header-media a {
  display: flex; }

.live-article-header-summary {
  font-family: "Open Sans", sans-serif;
  font-size: 21px;
  font-weight: 400;
  font-style: italic;
  width: auto; }

.live-image-caption {
  font-family: "Open Sans", sans-serif;
  font-size: 13px !important;
  font-weight: 400 !important;
  padding: 0 5px 5px !important;
  line-height: 20px !important;
  color: #595959 !important;
  text-align: right; }

.live-article-content .live-image-caption {
  text-align: left; }

.live-image-caption:before {
  content: '';
  background-image: url("./assets/images/live-icons.svg");
  background-repeat: no-repeat;
  background-size: 34px 2700px;
  background-position: 3px -700px;
  width: 20px;
  height: 20px;
  z-index: 1;
  display: inline-block;
  padding-right: 5px !important; }

.live-article-toolbar {
  border-bottom: 1px solid #E7E8E1;
  display: flex;
  padding: 10px 20px; }

header:not(.live-article-header-short) + .live-article-toolbar {
  border-top: 1px solid #E7E8E1; }

.live-article-toolbar div {
  position: relative;
  display: flex;
  align-self: center; }
  .live-article-toolbar div.live-article-date {
    flex: 0 0 40%; }
  .live-article-toolbar div.live-article-widgets {
    justify-content: flex-end;
    flex: 0 0 60%; }

.live-article-date span {
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  color: #737373; }

.live-article-content {
  display: flex;
  flex-direction: row; }

.live-article {
  font-family: "Open Sans", sans-serif;
  font-size: 17px;
  line-height: 30px;
  color: #2C2F3B; }

.live-article-wrapper .live-title.live-title-news h1, .live-article-wrapper .live-title.live-title-news h2, .live-article-wrapper .live-title.live-title-sport h1, .live-article-wrapper .live-title.live-title-sport h2 {
  font-size: 40px;
  line-height: 42px; }

.live-article-wrapper > p:first-of-type::first-letter,
.live-gallery-description > p:first-of-type::first-letter {
  float: left;
  font-weight: 600;
  font-family: "Times New Roman",Times,serif;
  font-size: 69px;
  line-height: 0.6;
  margin: 8px 8px 0 0;
  text-transform: uppercase; }

.live-share-button {
  width: 30px;
  height: 30px;
  border-right: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 10px;
  width: 30px;
  height: 30px;
  border-right: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 10px; }
  .live-share-button > a:before {
    content: '';
    background-image: url("./assets/images/live-icons.svg");
    background-repeat: no-repeat;
    background-size: 34px 2700px;
    width: 30px;
    height: 30px;
    z-index: 1;
    display: inline-block; }
  .live-share-button .live-network-facebook:before {
    background-position: 5px -745px; }
  .live-share-button .live-network-twitter:before {
    background-position: 5px -775px; }
  .live-share-button .live-network-linkedin:before {
    background-position: 5px -818px; }
  .live-share-button .live-network-telegram:before {
    background-position: 5px -857px; }
  .live-share-button .live-network-whatsapp:before {
    background-position: 5px -900px; }
  .live-share-button .live-network-email:before {
    background-position: 5px -940px; }

.live-article-content .live-image {
  margin-bottom: 20px; }

.live-gallery-container {
  border: 1px solid #e7e8e1;
  padding: 5px;
  margin-bottom: 20px !important;
  overflow: hidden; }

.live-gallery {
  overflow: hidden;
  position: relative;
  /*display: none;*/ }
  .live-gallery.swiper-container-initialized {
    /*display: block;*/ }

.live-pagination {
  position: absolute;
  z-index: 12;
  left: 0;
  top: 0;
  background-color: #fff;
  bottom: auto;
  right: auto;
  width: auto;
  padding: 0 20px;
  font-size: 13px;
  font-weight: 600; }

.jhlive-buttons {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.live-button {
  background: no-repeat center;
  background-size: contain;
  cursor: pointer;
  height: 40px;
  width: 40px; }

.live-button-prev {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0MCIgaGVpZ2h0PSI0MCIgdmlld0JveD0iMCAwIDQwIDQwIj48ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxjaXJjbGUgY3g9IjIwIiBjeT0iMjAiIHI9IjIwIiBmaWxsPSIjRkZGIiBmaWxsLW9wYWNpdHk9Ii44Ii8+PHBhdGggZD0iTTE5LjUgMjguNWwtOS04IDktOG0tOCA4aDE3IiBzdHJva2U9IiMwMDAiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIyIi8+PC9nPjwvc3ZnPgo=");
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(10px, -50%);
  z-index: 1; }

.live-button-next {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0MCIgaGVpZ2h0PSI0MCIgdmlld0JveD0iMCAwIDQwIDQwIj48ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxjaXJjbGUgY3g9IjIwIiBjeT0iMjAiIHI9IjIwIiBmaWxsPSIjRkZGIiBmaWxsLW9wYWNpdHk9Ii44Ii8+PHBhdGggZD0iTTIwLjUgMTIuNWw5IDgtOSA4bTgtOGgtMTciIHN0cm9rZT0iIzAwMCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2Utd2lkdGg9IjIiLz48L2c+PC9zdmc+Cg==");
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(-10px, -50%);
  z-index: 1; }

.live-button.swiper-button-disabled {
  opacity: 0.3; }

.live-inline-related-news-title,
.live-inline-title,
.live-title-topics {
  font-family: "Open Sans", sans-serif;
  font-size: 19px;
  font-weight: 600;
  margin: 20px 0; }

.video-wrapper {
  position: relative; }

.live-video-cover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-size: cover;
  background-repeat: no-repeat;
  display: none;
  cursor: pointer; }

.live-video-item {
  opacity: 0; }

.live-news-tags {
  list-style-type: none;
  margin: 20px 0;
  padding: 0; }

.live-news-tag {
  display: inline-block;
  margin: 0 10px 10px 0; }
  .live-news-tag a {
    display: inline-block;
    color: #5a5a5a;
    border: 1px solid #d8d8d8;
    padding: 2px 15px;
    text-decoration: none;
    font-size: 14px;
    -moz-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
    background: #fff; }
    .live-news-tag a:hover {
      border: 1px solid #000; }

.live-inline-related-news-list {
  margin: 20px 0;
  background: #fff; }
  .live-inline-related-news-list article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 5px 0;
    border-top: 1px solid #e7e8e1;
    border-bottom: 1px solid #e7e8e1;
    position: relative;
    margin: 20px 0; }

.live-inline-related-news-content {
  padding: 5px 10px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  align-self: center; }
  .live-inline-related-news-content .live-title > h4 {
    font-size: 25px;
    line-height: 28px;
    font-family: "Unna", serif;
    font-weight: 700 !important;
    color: #151515 !important;
    letter-spacing: -0.3px !important;
    margin: 0 0 5px; }
  .live-inline-related-news-content .live-author-box,
  .live-inline-related-news-content .live-author-box-wrapper {
    margin: 0;
    padding: 0;
    line-height: initial; }
  .live-inline-related-news-content .live-article-date {
    line-height: initial; }
  .live-inline-related-news-content .live-article-date > span,
  .live-inline-related-news-content .live-author-box__name {
    text-transform: initial;
    font-size: 13px !important; }

.live-inline-related-news-media {
  margin-left: auto;
  margin-right: 10px;
  max-width: 200px;
  align-self: center; }

.live-video-cover .plyr__control--overlaid {
  display: block !important; }

.live-article-content .live-article-summary {
  font-family: "Open Sans", sans-serif;
  font-size: 21px;
  font-weight: 600;
  font-style: italic;
  margin-bottom: 20px; }
.live-article-content .live-author-box {
  margin-bottom: 20px; }

.live-article blockquote {
  position: relative;
  font-size: 24px;
  line-height: 26px;
  font-style: italic;
  font-weight: 500;
  text-align: center;
  margin: 60px auto;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 20px;
  font-family: 'Playfair Display', sans-serif; }
  .live-article blockquote:after, .live-article blockquote:before {
    font-style: normal;
    font-size: 85px;
    line-height: 0;
    display: block;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #fff;
    padding: 16px 16px 0; }
  .live-article blockquote:before {
    content: '\201C';
    top: -3px; }
  .live-article blockquote:after {
    content: '\201D';
    bottom: -16px; }

.live-share-buttons-header {
  display: flex;
  width: 100%;
  justify-content: center; }
  .live-share-buttons-header .live-share-button {
    margin-bottom: 0;
    margin-right: 10px; }

.live-gallery-item {
  margin-bottom: 20px; }
  .live-gallery-item img {
    min-width: 100%; }

.live-gallery-footer .live-col-1,
.live-video-footer .live-col-1 {
  flex-direction: column; }

.live-gallery-footer .live-col-1 .live-inline-related-news-title,
.live-video-footer .live-col-1 .live-inline-related-news-title {
  margin-bottom: 0; }

.live-gallery-footer .live-col-1 .live-inline-related-news-list,
.live-gallery-footer .live-col-1 .live-title-topics {
  margin-top: 0; }

.live-video-footer .live-col-1 .live-inline-related-news-list,
.live-video-footer .live-col-1 .live-title-topics {
  margin-top: 0; }

.live-gallery-footer .live-col-1 #comments,
.live-video-footer .live-col-1 #comments {
  width: 100%; }

.live-gallery-footer .live-col-1 #wpdcom,
.live-video-footer .live-col-1 #wpdcom {
  max-width: 1260px; }

.live-article-header-videonotizia {
  padding: 20px; }
  .live-article-header-videonotizia .live-article-header-wrapper,
  .live-article-header-videonotizia .video-container {
    width: 100%; }

.live-video-cover .live-label {
  bottom: auto;
  top: 10px;
  left: 10px; }

.live-longform .page-content {
  padding: 0 !important; }

.live-article-header-longform .live-article-header-wrapper {
  width: 100%;
  justify-content: center;
  min-height: 800px;
  align-items: center;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }
  .live-article-header-longform .live-article-header-wrapper::before {
    content: "";
    background: linear-gradient(rgba(27, 27, 27, 0.6), rgba(27, 27, 27, 0.4));
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0; }
  .live-article-header-longform .live-article-header-wrapper .live-author-box-wrapper {
    justify-content: center; }
  .live-article-header-longform .live-article-header-wrapper .live-author-box__name {
    color: #fff; }
  .live-article-header-longform .live-article-header-wrapper .live-article-header-bottom {
    max-width: 1260px;
    background: #1b1b1b;
    position: absolute;
    bottom: 0; }

.live-article-header-dark {
  background: #1b1b1b; }

.live-article-header-dark .live-article-toolbar,
.live-article-header-longform .live-article-header-wrapper .live-article-toolbar {
  border-bottom-color: #161616;
  color: #999; }

.live-article-header-dark .live-article-toolbar .live-comments a,
.live-article-header-longform .live-article-header-wrapper .live-article-toolbar .live-comments a {
  color: #999;
  background-position: 0 -1041px !important; }

.live-col-longform .live-image-caption:before {
  background-position: 3px -972px; }

.live-article-header-longform .live-article-header-wrapper .live-article-toolbar .live-total-views span {
  background-position: 0 -1074px; }
.live-article-header-longform .live-article-header-wrapper .live-article-header-summary {
  color: #fff;
  padding: 20px; }

.live-article-header-dark .live-article-header-summary {
  color: #fff;
  padding: 20px; }

.live-article-header-wrapper .live-title-longform {
  width: 70%;
  text-align: center;
  z-index: 1; }
  .live-article-header-wrapper .live-title-longform > h1 {
    color: #fff !important;
    font-size: 5.7em !important;
    line-height: 1; }

.live-col-longform {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  background: #1b1b1b; }
  .live-col-longform:nth-child(even) {
    background: #2f2f2f; }

.live-longform > .live-article blockquote {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff; }
  .live-longform > .live-article blockquote:after, .live-longform > .live-article blockquote:before {
    background: #1b1b1b;
    color: #fff; }

.live-longform .live-article-content {
  flex-direction: column; }

.live-col-longform .live-article-wrapper {
  max-width: 1260px;
  align-self: center;
  padding: 20px;
  z-index: 1;
  background: #1b1b1b;
  width: 100%;
  box-sizing: border-box; }
  .live-col-longform .live-article-wrapper > p a {
    color: #fff; }
    .live-col-longform .live-article-wrapper > p a:hover {
      color: #f9c600; }
.live-col-longform:nth-child(even) .live-article-wrapper {
  background: #2f2f2f; }
.live-col-longform .live-article-wrapper p {
  color: rgba(255, 255, 255, 0.8); }
.live-col-longform .live-article-wrapper > p:first-of-type::first-letter {
  color: #f9c600; }
.live-col-longform .live-article-wrapper .live-image-caption {
  color: #8e8e93 !important; }
.live-col-longform .live-inline-title {
  font-family: "Unna", serif;
  font-weight: 700 !important;
  color: #fff;
  font-size: 45px;
  line-height: 50px; }
.live-col-longform .live-gallery figure img, .live-col-longform .live-image figure img {
  width: 100%; }
.live-col-longform .live-inline-related-news-title,
.live-col-longform .live-topics .live-title-topics {
  color: #fff; }
.live-col-longform .live-inline-related-news-list {
  background: transparent !important; }
  .live-col-longform .live-inline-related-news-list article {
    border-color: rgba(255, 255, 255, 0.3) !important;
    color: rgba(255, 255, 255, 0.6) !important; }
.live-col-longform #comments,
.live-col-longform .live-inline-related-news-content .live-title > h4 {
  color: #fff !important; }
.live-col-longform #wpdcom .wpd-sbs-toggle {
  color: #fff !important; }
  .live-col-longform #wpdcom .wpd-sbs-toggle i.fa-caret-down {
    color: #fff !important; }
.live-col-longform #wpdcom .wpd-thread-head .wpd-thread-info {
  color: #fff !important; }
.live-col-longform #comments a {
  color: #f9c600 !important; }
.live-col-longform #wpdcom {
  max-width: 1260px; }
  .live-col-longform #wpdcom .wpd-thread-head .wpd-thread-info {
    border-color: #f9c600 !important; }
  .live-col-longform #wpdcom .wpd-prim-button {
    background-color: #f9c600;
    color: #000; }
  .live-col-longform #wpdcom .wpd-thread-filter .wpdf-sorting {
    color: #fff; }
  .live-col-longform #wpdcom .wpdiscuz-sort-buttons {
    color: #777; }
.live-col-longform .live-article-wrapper .live-gallery-container,
.live-col-longform .live-article-wrapper .live-image,
.live-col-longform .live-article-wrapper .video-container {
  margin-top: 30px;
  margin-bottom: 30px; }

.live-section-appuntamento {
  margin-top: 20px;
  border-top: 1px solid #e7e8e1; }

.live-article-copy-footer {
  margin: 30px 0; }
  .live-article-copy-footer .live-copyright,
  .live-article-copy-footer .live-last-update {
    color: #666;
    margin: 0;
    font-size: 13px;
    line-height: 18px; }

.live-list-highlight-title .live-list-highlight-title-wrapper {
  margin: 20px 0 0;
  padding: 0 10px; }
.live-list-highlight-title h4 {
  color: #2e7992 !important;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700 !important;
  text-transform: uppercase;
  font-family: Helvetica, Arial, sans-serif;
  margin-bottom: 0 !important; }

.yarpp-related .live-list-highlight-title h4 {
  margin-bottom: 15px !important; }

.live-list-highlight-item {
  border-bottom: 1px solid #e7e8e1 !important;
  margin-bottom: 10px; }
  .live-list-highlight-item > .live-list-highlight-news-wrapper {
    padding: 0 10px 10px; }
  .live-list-highlight-item .live-title > * {
    text-align: left !important;
    font-size: 25px !important;
    line-height: 28px !important;
    margin: 0 !important; }

.live-list-highlight-news {
  padding: 10px;
  border-bottom: 1px solid #e7e8e1; }
  .live-list-highlight-news:last-child {
    border-bottom: none; }
  .live-list-highlight-news a > h2 {
    font-size: 25px;
    line-height: 28px;
    font-family: "Unna", serif; }
  .live-list-highlight-news .live-title.live-title-eventi > h1, .live-list-highlight-news .live-title.live-title-eventi > h2, .live-list-highlight-news .live-title.live-title-rubrica > h1, .live-list-highlight-news .live-title.live-title-rubrica > h2 {
    font-size: 22px;
    line-height: 27px; }

.live-bottom-article {
  display: flex;
  padding: 20px; }
  .live-bottom-article .live-col-2 {
    padding-left: 20px; }

.live-most-commented,
.live-most-read,
.yarpp-related {
  margin: 20px 0; }

.live-most-commented .live-title > h2,
.live-most-read .live-title > h2 {
  text-align: left !important;
  /*font-size: 25px !important;
  line-height: 28px !important;*/ }

.yarpp-related .live-title-news > h2, .yarpp-related .live-title-sport > h2 {
  text-align: left;
  font-size: 25px !important;
  line-height: 28px !important; }
.yarpp-related .live-title-news .live-title-eventi, .yarpp-related .live-title-news .live-title-rubrica, .yarpp-related .live-title-sport .live-title-eventi, .yarpp-related .live-title-sport .live-title-rubrica {
  text-align: left;
  font-size: 23px !important;
  line-height: 25px !important; }

.live-most-commented .live-has-media:before,
.live-most-read .live-has-media:before {
  width: 13px;
  height: 13px;
  margin-right: 5px; }

.yarpp-related .live-has-media:before {
  width: 13px;
  height: 13px;
  margin-right: 5px; }
.yarpp-related ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  .yarpp-related ul li {
    padding: 15px 0;
    border-bottom: 1px solid #e7e8e1; }
    .yarpp-related ul li a {
      font-family: "Unna", serif;
      font-size: 25px;
      font-weight: 600;
      line-height: 25px;
      letter-spacing: -.3px;
      color: #151515; }

.live-focus-content .live-title-news > h2, .live-focus-content .live-title-sport > h2 {
  font-size: 45px;
  line-height: 45px; }
.live-focus-content .live-title-eventi > h2,
.live-focus-content .live-title-rubrica > h2 {
  font-size: 43px;
  line-height: 48px; }

.live-evidenza .live-title-news > h2, .live-evidenza .live-title-sport > h2 {
  font-size: 40px;
  line-height: 40px; }
.live-evidenza .live-title-eventi > h2,
.live-evidenza .live-title-rubrica > h2 {
  font-size: 38px;
  line-height: 43px;
  text-align: center; }

.live-title-liveyou > h2 {
  font-size: 38px;
  line-height: 43px;
  text-align: center; }

.live-spalla .live-title-news > h2,
.live-three-news .live-title-news > h2,
.live-spalla .live-title-sport > h2,
.live-three-news .live-title-sport > h2 {
  font-size: 30px;
  line-height: 30px; }

.live-spalla .live-title-eventi > h2,
.live-spalla .live-title-liveyou > h2,
.live-spalla .live-title-rubrica > h2,
.live-three-news .live-title-eventi > h2,
.live-three-news .live-title-liveyou > h2,
.live-three-news .live-title-rubrica > h2 {
  font-size: 28px;
  line-height: 33px;
  text-align: center; }

.live-gallery-footer,
.live-video-footer {
  display: flex; }

.live-gallery-footer .live-col-2,
.live-video-footer .live-col-2 {
  flex-direction: column;
  padding-left: 20px; }

.live-gallery-footer .live-col-1,
.live-video-footer .live-col-1 {
  border-top: 1px solid #e7e8e1;
  padding-top: 20px; }

.live-logged-user img,
.live-logged-user-mb img {
  border-radius: 50% !important;
  margin-right: 10px !important;
  width: 28px !important;
  height: 28px !important; }

.article-btn--gallery {
  background-position: 0 -96px;
  padding-left: 40px; }

.article-btn--video {
  background-position: 0 -147px;
  padding-left: 40px; }

.article-btn--comments {
  font-family: "Open Sans", sans-serif;
  line-height: 30px;
  width: auto;
  font-size: 13px; }
  .article-btn--comments a {
    background-image: url("./assets/images/live-icons.svg");
    background-repeat: no-repeat;
    background-size: 34px 2700px;
    background-position: 0 -200px;
    padding-left: 25px; }
  .article-btn--comments span {
    color: #2C2F3B !important; }

.article-btn--views .elementor-shortcode {
  background-image: url("./assets/images/live-icons.svg");
  background-repeat: no-repeat;
  background-size: 34px 2700px;
  background-position: 0 -234px;
  padding-left: 25px;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  line-height: 30px; }

.live-article-gallery p {
  text-align: justify !important; }

/*.live-four-news .ae-height-100 .elementor-section-wrap > section,
.live-four-news .ae-post-layout-grid .ae-masonry- .elementor-section-wrap > section,
.live-three-news .ae-height-100 .elementor-section-wrap > section,
.live-three-news .ae-post-layout-grid .ae-masonry- .elementor-section-wrap > section {
  height: auto !important;
}

  .live-three-news .ae-post-list-wrapper article:first-child .elementor-widget-wrap {
  padding-left: 0;
  padding-right: 10px;
  }
  .live-three-news .ae-post-list-wrapper article:last-child .elementor-widget-wrap {
  padding-right: 0;
  padding-left: 10px;
  }
*/
.live-related-news a {
  padding-left: 16px;
  margin-bottom: 8px;
  font-weight: 600;
  color: #2C2F3B;
  position: relative;
  line-height: 12px;
  display: block; }
  .live-related-news a:hover {
    padding-left: 16px;
    margin-bottom: 8px;
    font-weight: 600;
    color: #2E7992;
    position: relative;
    line-height: 12px;
    display: block; }
  .live-related-news a:before {
    content: '\2022';
    font-size: 28px;
    color: #2E7992;
    position: absolute;
    left: 0;
    top: -2px; }

.live-author .elementor-author-box__name:before {
  content: "di";
  font-style: normal; }

.live-author-cura .elementor-author-box__name:before {
  content: "a cura di";
  font-style: normal; }

.live-author-centered .live-author-box {
  justify-content: center;
  flex-direction: column; }
  .live-author-centered .live-author-box .live-author-box__image {
    align-self: center;
    margin: 0; }

.live-image-eventi a:after,
.live-image-liveyou a:after,
.live-image-rubrica a:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0.20212) 50%, rgba(0, 0, 0, 0) 100%); }

.home {
  /*.live-rubrica-content .live-etichetta .ae-acf-wrapper, .live-eventi-content .live-etichetta .ae-acf-wrapper {
    text-align: center;
  }

  .live-focus {
    &.live-rubrica-content .live-etichetta .ae-acf-wrapper, &.live-eventi-content .live-etichetta .ae-acf-wrapper {
      text-align: left;
    }
  }*/ }
  .home .live-author-box-eventi .live-author-box-wrapper,
  .home .live-author-box-rubrica .live-author-box-wrapper {
    justify-content: center !important; }
  .home .live-home-focus .live-author-box-eventi .live-author-box-wrapper,
  .home .live-home-focus .live-author-box-rubrica .live-author-box-wrapper {
    justify-content: flex-start !important; }
  .home .live-advertorial-box-wrapper-eventi .live-advertorial-box,
  .home .live-advertorial-box-wrapper-rubrica .live-advertorial-box {
    justify-content: center !important; }
  .home .live-home-focus .live-advertorial-box-wrapper-eventi .live-advertorial-box,
  .home .live-home-focus .live-advertorial-box-wrapper-rubrica .live-advertorial-box {
    justify-content: flex-start !important; }
  .home .live-home-focus .live-overlay-title {
    padding: 0 30px; }
  .home .live-rubrica-content .live-etichetta h4 {
    color: #f9c600 !important; }
  .home .live-rubrica-content .live-title h2 {
    color: #fff !important; }

.live-author-box-liveyou .live-author-box-wrapper {
  flex-direction: column;
  justify-content: center; }
  .live-author-box-liveyou .live-author-box-wrapper .live-author-box__image > a {
    margin: 0 auto; }
    .live-author-box-liveyou .live-author-box-wrapper .live-author-box__image > a > img {
      margin: 0 auto;
      border: 5px solid #fff;
      width: 60px;
      height: 60px; }

.live-overlay-title {
  position: absolute;
  bottom: 60px;
  padding: 0 10px;
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  text-shadow: -1px 1px 0 #000000; }

.live-overlay-event-title {
  position: absolute;
  color: #fff;
  bottom: 20px;
  padding: 0;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  text-shadow: -1px 1px 0px #000000; }

.live-spalla .live-overlay-event-title, .live-news-block .live-overlay-event-title {
  bottom: 10px;
  text-align: center; }

.live-evidenza-event-date .live-overlay-event-title {
  text-align: center !important; }

.live-overlay-title-ev {
  position: absolute;
  bottom: 20px;
  padding: 0 10px;
  color: #fff;
  font-size: 25px;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  text-shadow: -1px 1px 0px #000000;
  text-align: center;
  text-transform: uppercase; }

.live-overlay-title-ev-sp {
  position: absolute;
  bottom: 10px;
  padding: 0 10px;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  text-shadow: -1px 1px 0px #000000;
  text-align: center;
  text-transform: uppercase; }

.live-overlay-title-liveyou {
  bottom: 35px;
  text-shadow: none; }
  .live-overlay-title-liveyou .elementor-shortcode {
    display: inline-block;
    background: #007aff;
    padding: 2px 10px;
    border-radius: 5px; }

.live-news-block .live-overlay-title-ev-sp, .live-news-block .live-overlay-title-ev {
  font-size: 12px; }

.live-spalla .live-overlay-title-ev-sp, .live-spalla .live-overlay-title-ev {
  font-size: 12px; }

.live-label {
  position: absolute;
  bottom: 60px;
  color: #fff;
  text-transform: uppercase;
  font-size: 0.7em !important;
  font-weight: 500;
  background-color: #b32612;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 110%;
  left: 10px;
  padding: 0.4em 0.6em !important;
  z-index: 10;
  width: auto !important; }
  .live-label.live-label-in-article {
    position: relative;
    bottom: 0;
    margin: 10px auto !important; }
  .live-label p {
    margin: 0; }

.live-evidenza .live-label,
.live-spalla .live-label,
.live-news-block .live-label {
  bottom: 10px; }

.live-label-gallery p {
  background-image: url("./assets/images/live-icons.svg");
  background-repeat: no-repeat;
  background-size: 34px 2700px;
  background-position: 0 -443px;
  padding: 8px 10px 8px 30px; }

.live-label-video p {
  background-image: url("./assets/images/live-icons.svg");
  background-repeat: no-repeat;
  background-size: 34px 2700px;
  background-position: 0 -491px;
  padding: 8px 10px 8px 30px; }

.live-city-box {
  display: inline-block;
  position: relative;
  background-color: #999;
  margin-right: 20px; }
  .live-city-box:after {
    content: "";
    display: block;
    position: absolute;
    right: -10px;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 17px 0 16px 10px;
    border-color: transparent transparent transparent #999; }
  .live-city-box span {
    font-size: 17px;
    line-height: 33px;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0 15px;
    color: #fff;
    font-weight: 700; }

.live-event-map {
  display: none; }

.live-show-map {
  font-size: 12px;
  padding: 0 0 0 10px; }
  .live-show-map a {
    color: #2e7992;
    text-decoration: none; }
    .live-show-map a:hover, .live-show-map a:focus, .live-show-map a:active {
      text-decoration: underline;
      color: #000; }

.live-single-date, .live-range-date {
  color: #757575 !important;
  font-weight: 700;
  height: 46px;
  padding: 6px;
  margin: 0;
  min-width: 90px;
  overflow: hidden;
  display: inline-block;
  text-transform: uppercase;
  font-size: 14px;
  background-image: url("./assets/images/live-icons.svg");
  background-repeat: no-repeat;
  background-size: 34px 2700px; }

.live-range-date-home,
.live-single-date-home,
.live-overlay-event-title .elementor-shortcode {
  color: #fff !important;
  font-weight: 700;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
  font-size: 20px; }

.live-spalla .live-range-date-home,
.live-spalla .live-single-date-home,
.live-spalla .live-overlay-event-title .elementor-shortcode {
  font-size: 12px; }

.live-news-block .live-range-date-home,
.live-news-block .live-single-date-home,
.live-news-block .live-overlay-event-title .elementor-shortcode {
  font-size: 12px; }

.live-single-date {
  background-position: 0 -325px;
  padding-left: 46px;
  line-height: 46px; }

.live-range-date {
  background-position: 0 -388px;
  padding-left: 46px;
  line-height: 18px; }

.live-sponsor-text .elementor-text-editor {
  font-size: 13px;
  font-weight: 600;
  line-height: 65px; }

.live-archive-title span {
  color: #212021;
  font-size: 21px;
  line-height: 30px;
  font-weight: 600;
  letter-spacing: .02em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block; }
  .live-archive-title span:before {
    content: " ";
    display: inline;
    margin-right: 0.5rem;
    border-left: 3px solid #47a1d8;
    height: 0.75rem;
    padding: 0;
    width: 0; }

.live-social-share-buttons .elementor-share-btn__icon {
  border-right: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4; }

.elementor-lightbox .elementor-lightbox-image, .elementor-lightbox .elementor-video-container {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.live-header-full-caption {
  position: absolute;
  bottom: 0;
  background-color: #000;
  right: 10px;
  width: auto !important;
  padding: 5px 20px 70px;
  color: #fff;
  text-align: left;
  margin-left: 30px; }

.live-short-summary {
  font-size: 21px;
  margin-bottom: 10px;
  font-family: Helvetica, Arial, sans-serif;
  letter-spacing: -1px; }

.live-author-box-wrapper, .live-advertorial-box {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  margin-bottom: 5px; }

.live-spalla .live-author-box, .live-spalla .live-advertorial-box {
  margin-bottom: 0; }

.live-author-box .live-author-box__image {
  margin-right: 10px;
  display: flex; }
  .live-author-box .live-author-box__image img {
    width: 50px;
    height: 50px;
    border-radius: 500px;
    -o-object-fit: cover;
    object-fit: cover; }

.live-advertorial-box .live-advertorial-box__text {
  align-self: center;
  font-style: italic;
  font-family: "Open Sans", sans-serif;
  font-size: 15px; }
.live-advertorial-box .live-advertorial-box__logo {
  margin-left: 5px;
  display: flex; }
  .live-advertorial-box .live-advertorial-box__logo img {
    max-width: 70px;
    -o-object-fit: cover;
    object-fit: cover; }

.live-author-box .live-author-box__name {
  align-self: center;
  font-style: italic;
  font-family: "Open Sans", sans-serif;
  font-size: 15px; }
  .live-author-box .live-author-box__name:before {
    content: "di ";
    font-style: normal; }
.live-author-box.live-author-box-rubrica .live-author-box__name:before {
  content: "a cura di ";
  font-style: normal; }

.live-evidenza .live-author-box.live-author-box-eventi .live-author-box-wrapper, .live-evidenza .live-author-box.live-author-box-rubrica .live-author-box-wrapper {
  justify-content: center !important; }

.live-spalla .live-author-box.live-author-box-eventi .live-author-box-wrapper, .live-spalla .live-author-box.live-author-box-rubrica .live-author-box-wrapper {
  justify-content: center !important; }

.live-summary {
  color: #525252;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 17px;
  line-height: 22px; }

/*.live-topics .ae-element-post-tags a {
  display: inline-block;
  color: #2C2F3B !important;
  border: 1px solid #d8d8d8;
  border-radius: 1px;
  padding: 5px 10px;
  text-decoration: none;
  font-size: 13px;

  &:hover {
    border: 1px solid #000;
  }
}*/
.live-evidenza .live-summary.live-summary-eventi,
.live-evidenza .live-excerpt.live-excerpt-eventi,
.live-evidenza .live-summary.live-summary-rubrica,
.live-evidenza .live-excerpt.live-excerpt-rubrica,
.live-evidenza .live-summary.live-summary-liveyou,
.live-evidenza .live-excerpt.live-excerpt-liveyou {
  text-align: center; }

.home .live-summary-rubrica,
.home .live-summary-eventi,
.home .live-summary-liveyou {
  text-align: center; }
.home .live-home-focus .live-summary-rubrica,
.home .live-home-focus .live-summary-eventi {
  text-align: left; }

.live-title .search-post-title {
  font-family: "Unna", serif;
  font-size: 23px;
  font-weight: 600;
  line-height: 28px;
  color: #151515; }

.live-no-result h3 {
  margin-bottom: 20px; }
.live-no-result .live-no-result-image {
  width: 100%;
  min-height: 400px;
  background-image: url("./assets/images/search-no-result.svg");
  background-repeat: no-repeat;
  background-position: center; }

/*.live-search-results .ae-pagination-wrapper, .live-archive .ae-pagination-wrapper {
  text-align: center !important;
}

.live-search-results .ae-pagination-wrapper a, .live-archive .ae-pagination-wrapper a {
  color: #2E7992 !important;
}

.live-search-results .ae-pagination-wrapper a:hover, .live-archive .ae-pagination-wrapper a:hover {
  text-decoration: underline;
}

.live-search-results .ae-pagination-wrapper .current, .live-archive .ae-pagination-wrapper .current {
  font-weight: 700;
}

.live-search-results .ae-pagination-wrapper span, .live-archive .ae-pagination-wrapper span {
  padding: 5px !important;
}*/
.live-search-filter ul, li {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

.live-search-filter ul {
  list-style: none; }
  .live-search-filter ul > li {
    margin: 0.6em 0;
    display: block; }
    .live-search-filter ul > li > a {
      background: #E4E4E4;
      color: #333333;
      display: inline-block;
      padding: 0 0.5em 0 1em;
      width: 100%;
      border-radius: 3px;
      font-size: 0.875em; }
      .live-search-filter ul > li > a.live-link-disabled {
        color: #9F9F9F; }
        .live-search-filter ul > li > a.live-link-disabled:hover {
          color: #9F9F9F; }
      .live-search-filter ul > li > a .live-filter-name {
        float: left;
        width: 65%;
        padding-right: 3px;
        padding-top: 0.2em;
        padding-bottom: 0.2em;
        word-wrap: break-word;
        line-height: 20px;
        position: relative; }
        .live-search-filter ul > li > a .live-filter-name:after {
          content: "";
          width: 1px;
          background-color: #9F9F9F;
          position: absolute;
          right: 0;
          top: 5px;
          bottom: 5px; }
      .live-search-filter ul > li > a .live-filter-total {
        float: right;
        width: 35%;
        padding-left: 0.5em;
        padding-top: 0.2em;
        padding-bottom: 0.2em;
        color: #2E7992;
        font-weight: 700;
        text-align: center; }
      .live-search-filter ul > li > a.live-link-disabled .live-filter-total {
        color: #9F9F9F;
        font-weight: normal; }
      .live-search-filter ul > li > a .live-filter-total .elementor-icon {
        font-size: 20px;
        display: flex;
        align-items: center;
        justify-content: center; }

.live-search-filter-period .hidden, .live-search-filter-period-show-less.live-search-filter-period-show-less {
  display: none; }

.live-doyoumean a {
  color: #006DA2 !important;
  text-decoration: underline !important; }

/*.live-archive .ae-post-item-inner {
  height: auto !important;
}*/
.live-login-divider {
  text-align: center;
  overflow: hidden;
  white-space: nowrap; }
  .live-login-divider p {
    position: relative;
    display: inline-block;
    text-align: center;
    margin: 0; }
    .live-login-divider p:before {
      content: "";
      position: absolute;
      top: 50%;
      width: 9999px;
      height: 1px;
      background: #949494;
      right: 100%;
      margin-right: 15px; }
    .live-login-divider p:after {
      content: "";
      position: absolute;
      top: 50%;
      width: 9999px;
      height: 1px;
      background: #949494;
      left: 100%;
      margin-left: 15px; }

.live-profile-graph {
  display: flex;
  justify-content: center; }
  .live-profile-graph > img {
    max-width: 500px !important; }

.um-profile-note {
  margin-bottom: 20px; }

.um-profile-body.main .um-profile-note:after {
  content: "";
  position: relative;
  background: url(https://livenetwork.it/wp-content/uploads/live-user-profile.png);
  display: block;
  width: 100%;
  height: 350px;
  background-repeat: no-repeat;
  margin: 0 auto;
  background-size: contain;
  margin-top: 20px;
  background-position: center center; }
.um-profile-body.posts .um-profile-note:after {
  content: "";
  position: relative;
  background: url(https://livenetwork.it/wp-content/uploads/live-user-posts.png);
  display: block;
  width: 100%;
  height: 350px;
  background-repeat: no-repeat;
  margin: 0 auto;
  background-size: contain;
  margin-top: 20px;
  background-position: center center; }
.um-profile-body.comments .um-profile-note:after {
  content: "";
  position: relative;
  background: url(https://livenetwork.it/wp-content/uploads/live-user-comments.png);
  display: block;
  width: 100%;
  height: 350px;
  background-repeat: no-repeat;
  margin: 0 auto;
  background-size: contain;
  margin-top: 20px;
  background-position: center center; }
.um-profile-body.posts .um-item .um-item-img {
  padding: 0 !important; }
  .um-profile-body.posts .um-item .um-item-img > a {
    width: 100%; }
    .um-profile-body.posts .um-item .um-item-img > a > img {
      width: 100%; }

.um-header {
  border-bottom: none !important; }

.um-name a {
  font-family: "Unna", serif;
  font-size: 40px !important;
  font-weight: 600;
  line-height: 40px !important;
  color: #151515 !important; }

.um-profile-edit i {
  font-size: 20px;
  color: #151515; }

.um-request-button {
  color: #fff !important; }

.um-profile-photo a.um-profile-photo-img {
  top: -85px !important; }

.um-profile-nav {
  background: transparent !important;
  height: 50px;
  padding: 5px 20px !important;
  display: flex;
  border-bottom: 1px solid #E7E8E1 !important;
  border-top: 1px solid #E7E8E1 !important;
  overflow-x: auto; }

.um-profile-nav-item {
  display: inline-flex; }
  .um-profile-nav-item a {
    color: #65676B !important;
    display: flex !important;
    border-radius: 5px !important;
    margin: 0 !important;
    padding: 0 15px !important;
    font-size: 14px;
    font-family: "Open Sans", sans-serif; }
    .um-profile-nav-item a > span {
      color: #65676B !important; }
    .um-profile-nav-item a span {
      display: flex;
      align-self: center; }
    .um-profile-nav-item a:hover {
      background-color: #f2f2f2 !important; }
  .um-profile-nav-item.active {
    position: relative; }
    .um-profile-nav-item.active a {
      background: transparent !important;
      color: #2E7992 !important; }
      .um-profile-nav-item.active a:hover {
        background: transparent !important;
        color: #2E7992 !important; }
        .um-profile-nav-item.active a:hover > span {
          color: #2E7992 !important; }
      .um-profile-nav-item.active a > span {
        color: #2E7992 !important; }
    .um-profile-nav-item.active:after {
      content: "";
      height: 3px;
      background: #2E7992;
      bottom: -5px;
      left: 0;
      right: 0;
      position: absolute; }
  .um-profile-nav-item a.um-tip-n {
    display: none !important; }

.live-related-news-box {
  display: flex;
  padding: 8px 0;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  position: relative;
  margin: 20px 0 0; }
  .live-related-news-box > .live-related-content {
    padding: 5px 10px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-self: center; }
    .live-related-news-box > .live-related-content > a {
      color: #151515;
      font-family: "Unna", serif;
      font-weight: 600; }
      .live-related-news-box > .live-related-content > a > h4 {
        color: #151515;
        font-family: "Unna", serif;
        font-weight: 600; }
  .live-related-news-box > .live-related-thumb {
    margin-left: auto;
    margin-right: 8px; }
    .live-related-news-box > .live-related-thumb img {
      max-width: 250px; }
  .live-related-news-box .live-related-date {
    display: block;
    font-size: 12px;
    line-height: 14px;
    font-style: normal;
    color: #666;
    margin-top: 10px; }

.live-inline-caption {
  background-color: #000;
  color: #fff;
  padding: 0; }

#wpdcom .wpd-thread-list {
  padding: 0; }

.live-four-news {
  background-color: #f7f7f7; }
  .live-four-news.live-black-layout {
    background-color: #0d0d0d; }
    .live-four-news.live-black-layout .live-four-title h3, .live-four-news.live-black-layout .live-four-title h4, .live-four-news.live-black-layout .live-four-title h5 {
      color: #fff !important;
      background-color: rgba(255, 255, 255, 0.18);
      display: inline-block;
      padding: 5px 10px; }
    .live-four-news.live-black-layout .swiper-pagination-bullet {
      background: #fff;
      opacity: 0.5; }
    .live-four-news.live-black-layout .swiper-pagination-bullet-active {
      opacity: 1; }
    .live-four-news.live-black-layout .live-title h3, .live-four-news.live-black-layout .live-title h4, .live-four-news.live-black-layout .live-title h5 {
      color: #fff !important; }
    .live-four-news.live-black-layout .live-etichetta h3, .live-four-news.live-black-layout .live-etichetta h4, .live-four-news.live-black-layout .live-etichetta h5 {
      display: inline-block !important;
      background-color: #f2463d !important;
      color: #fff !important;
      padding: 2px 8px;
      font-size: 11px !important;
      font-weight: 600 !important;
      margin-bottom: 10px; }

.live-inline-media + .live-inline-media {
  margin-top: 20px; }

.live-longform-image .dce-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(25%, transparent), to(#000)) !important;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 25%, #000000 100%) !important; }
.live-longform-image .live-longform-title {
  position: absolute;
  bottom: 80px; }

.live-longform-block .live-author-box {
  justify-content: center !important; }
.live-longform-block .live-extra-title {
  font-size: 28px !important;
  line-height: 30px !important; }

#comments {
  margin: 0px auto !important; }

#wpd-threads > .wpd-thread-head {
  margin-bottom: 20px; }

.live-article-content table {
  width: 100% !important; }

.live-user-col-1 {
  display: flex;
  flex-direction: column; }
  .live-user-col-1 > .live-column-wrapper {
    padding: 20px 40px 20px 20px; }

.live-user-col-2 {
  display: flex; }
  .live-user-col-2 > .live-column-wrapper {
    padding-right: 20px;
    padding-top: 20px;
    width: 100%; }

.live-call-to-action-wrapper {
  background-color: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  padding: 20px;
  margin-bottom: 20px; }

.live-call-to-action-header h2 {
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  color: #000; }

.live-call-to-action-content, .live-call-to-action-footer {
  margin-top: 10px; }

.live-call-to-action-button {
  height: 40px;
  padding-left: 12px;
  padding-right: 12px;
  border-radius: 6px;
  background-color: #007aff;
  display: flex;
  color: #fff !important;
  justify-content: center;
  align-items: center;
  font-weight: 700; }

.live-profile-adv {
  background-color: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  padding-bottom: 20px;
  margin-bottom: 20px;
  display: flex;
  justify-content: center; }

.live-members-list h2 {
  font-size: 16px;
  line-height: 20px;
  margin: 0 0 10px 0;
  color: #000; }

.um-page-user .um-row {
  background-color: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  padding: 20px;
  margin-bottom: 20px; }

.picker__header .picker__select--year {
  margin: 0px auto !important; }
.picker__header .picker__month {
  margin-top: 10px;
  text-transform: uppercase; }

.live-network-message {
  background-color: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  padding: 20px;
  margin-bottom: 20px; }

.home .live-rubrica-content .live-author-box__name, .home .live-rubrica-content .live-summary-rubrica, .home .live-rubrica-content .live-excerpt-rubrica, .home .live-rubrica-content .post-views-count {
  color: #eee !important; }

.liveyou-login {
  max-width: 90%;
  margin: 0 auto;
  text-align: center;
  font-family: "Open Sans", sans-serif; }
  .liveyou-login h2 {
    margin-bottom: 20px; }
  .liveyou-login p {
    font-size: 18px;
    font-weight: 400; }
  .liveyou-login .um-button {
    width: 100% !important; }
  .liveyou-login .live-login-divider {
    margin-bottom: 30px; }
  .liveyou-login .liveyou-social-login {
    max-width: 480px;
    margin: 0 auto; }

.live-highlight-list article:last-child .live-list-highlight-item {
  border-bottom: none !important; }

.live-article-sidebar .live-call-to-action-box {
  margin-top: 20px; }

.live-advertorials-slider {
  overflow: hidden;
  position: relative; }

.live-advertorials-slider .live-button-prev, .live-advertorials-slider .live-button-next {
  top: 27% !important; }

.live-advertorials-slider .live-block-news {
  background-color: #cee4e9; }

.live-list-advertorial-title .live-list-advertorial-title-wrapper {
  margin: 20px 0 10px;
  padding: 0; }

.live-list-advertorial-title h4 {
  color: #2e7992 !important;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700 !important;
  text-transform: uppercase;
  font-family: Helvetica, Arial, sans-serif;
  margin-bottom: 0 !important; }

@media only screen and (min-width: 768px) and (max-width: 1259px) {
  .live-col-1 {
    width: calc(100% - 340px) !important; }

  .live-col-2 {
    width: 340px !important; }

  .live-article-col-1 {
    width: 40px !important; }

  .live-article-col-2 {
    width: calc(100% - 380px) !important; }

  .live-article-col-3 {
    width: 340px !important; }

  .live-article-header-wrapper .live-title-longform {
    width: 90%; }
    .live-article-header-wrapper .live-title-longform > h1 {
      font-size: 55px !important; } }
@media only screen and (min-width: 1260px) {
  .live-page,
  .live-search-results,
  .site-main {
    max-width: 1260px !important;
    margin: 0 auto;
    border-left: 1px solid #e7e8e1;
    border-right: 1px solid #e7e8e1; }

  .site-main.live-longform {
    max-width: none !important;
    border: none !important; }

  .live-article-col-1 {
    width: 5% !important; }

  .live-article-col-2 {
    width: 65% !important; }

  .live-article-col-3 {
    width: 30% !important; }

  .live-focus-images {
    min-height: 548px; }

  .live-col-1 {
    width: 70% !important;
    display: flex; }

  .live-col-2 {
    width: 30% !important;
    display: flex; } }
@media only screen and (min-width: 1025px) {
  .live-home-focus .live-title h2 {
    font-size: 50px !important;
    font-weight: 600;
    line-height: 55px !important; }
  .live-home-focus .live-title-eventi h2,
  .live-home-focus .live-title-rubrica h2 {
    font-size: 44px !important;
    font-weight: 600;
    line-height: 50px !important; }
  .live-home-focus .live-image-news, .live-home-focus .live-image-eventi {
    height: 600px; }
    .live-home-focus .live-image-news img, .live-home-focus .live-image-eventi img {
      object-fit: cover; }

  .live-evidenza .live-title h2 {
    font-size: 40px !important;
    font-weight: 600;
    line-height: 45px !important; }
  .live-evidenza .live-title-eventi h2,
  .live-evidenza .live-title-rubrica h2 {
    font-size: 34px !important;
    font-weight: 600;
    line-height: 40px !important; }

  .live-article-header-short {
    display: none; }

  .live-archive-grid article:nth-child(1), .live-archive-grid article:nth-child(7n+1) {
    grid-column: span 2; }
  .live-archive-grid article:nth-child(1) .live-title h3, .live-archive-grid article:nth-child(7n+1) .live-title h3 {
    font-size: 40px !important; }

  .live-article-header.live-article-header-full-image .live-article-header-media figure a, .live-article-header.live-article-header-full-image .live-article-header-media figure img {
    width: 100%;
    height: 600px;
    object-fit: cover; } }
@media only screen and (min-width: 768px) {
  .live-hide-mobile {
    display: block; }

  .live-show-mobile {
    display: none; }

  .live-article-col-3 {
    padding-left: 20px; }

  .live-home-section.live-long-section, .live-home-section.live-three-news {
    padding-bottom: 20px; }

  .live-article-header-short {
    display: none !important; }

  .live-home-focus .live-col-1 {
    margin-top: -50px;
    background: #fff;
    position: relative;
    padding: 0;
    border-bottom: 1px solid #e7e8e1; }
  .live-home-focus .live-focus-content {
    padding: 10px 20px 10px 10px; }
  .live-home-focus .live-col-2 {
    align-items: center;
    justify-content: center;
    padding-left: 20px; }
  .live-home-focus .live-entry-content.live-category-eventi .live-author-box-wrapper, .live-home-focus .live-entry-content.live-category-rubrica .live-author-box-wrapper {
    justify-content: flex-start !important; }
  .live-home-focus .live-col-2 .live-adv-square {
    margin-top: 20px; }
  .live-home-focus .live-has-media {
    font-size: 24px; }
    .live-home-focus .live-has-media:before {
      width: 20px;
      height: 20px; }

  .live-home-section .live-col-2 .live-adv-square {
    margin-top: 20px;
    margin-bottom: 20px; }

  .live-evidenza .live-overlay-event-title,
  .live-evidenza .live-overlay-title,
  .live-evidenza .live-range-date-home,
  .live-evidenza .live-single-date-home {
    bottom: 10px;
    text-align: center;
    font-size: 23px; }
  .live-evidenza .live-has-media {
    font-size: 22px; }
    .live-evidenza .live-has-media:before {
      width: 20px;
      height: 20px; }

  .live-spalla .live-overlay-event-title,
  .live-spalla .live-overlay-title,
  .live-spalla .live-range-date-home,
  .live-spalla .live-single-date-home {
    bottom: 10px;
    text-align: center;
    font-size: 12px; }
  .live-spalla .live-entry-content {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0; }
    .live-spalla .live-entry-content + .live-entry-content {
      padding-top: 0;
      padding-bottom: 10px; }
  .live-spalla .live-has-media {
    font-size: 17px; }
    .live-spalla .live-has-media:before {
      width: 14px;
      height: 14px;
      margin-right: 5px; }

  .live-entry-content {
    padding: 10px; }

  .live-home-focus .live-entry-content {
    padding: 0; }
  .live-home-focus .live-title > h2 {
    font-size: 40px;
    line-height: 43px; }
  .live-home-focus .live-title-eventi h2,
  .live-home-focus .live-title-rubrica h2 {
    font-size: 35px;
    font-weight: 600;
    line-height: 41px; }

  .live-evidenza .live-title-news > h2,
  .live-evidenza .live-title-sport > h2 {
    font-size: 35px;
    line-height: 37px; }
  .live-evidenza .live-title-eventi h2,
  .live-evidenza .live-title-rubrica h2 {
    font-size: 30px;
    font-weight: 600;
    line-height: 36px; }

  .live-spalla .live-author-box__image > img,
  .live-three-news .live-author-box__image > img {
    width: 30px !important;
    height: 30px !important; }

  .live-spalla .live-title > h2 {
    font-size: 27px;
    line-height: 32px; }
  .live-spalla .live-title-eventi > h2,
  .live-spalla .live-title-rubrica > h2 {
    font-size: 25px;
    line-height: 31px; }

  .live-three-news {
    width: auto;
    margin-left: -20px; }
    .live-three-news .live-overlay-event-title,
    .live-three-news .live-overlay-title,
    .live-three-news .live-range-date-home,
    .live-three-news .live-single-date-home {
      bottom: 10px;
      text-align: center;
      font-size: 12px; }
    .live-three-news article {
      width: calc(100% / 3) !important;
      padding-left: 0;
      margin-left: 20px;
      border: 1px solid #e7e8e1;
      position: relative;
      padding-bottom: 40px; }
      .live-three-news article > figure > a {
        overflow: hidden; }
      .live-three-news article .live-title > h2 {
        font-size: 25px;
        line-height: 30px; }
      .live-three-news article .live-title-eventi > h2,
      .live-three-news article .live-title-rubrica > h2 {
        font-size: 21px;
        line-height: 26px; }
      .live-three-news article .live-article-footer {
        position: absolute;
        bottom: 0;
        left: 10px;
        right: 10px; }
      .live-three-news article .live-label {
        bottom: 10px; }
    .live-three-news .live-has-media {
      font-size: 15px; }
      .live-three-news .live-has-media:before {
        width: 13px;
        height: 13px;
        margin-right: 5px; }

  .live-title-speciale-scuola,
  .live-title-speciale-scuola-news {
    width: auto; }
    .live-title-speciale-scuola .live-overlay-event-title,
    .live-title-speciale-scuola .live-overlay-title,
    .live-title-speciale-scuola .live-range-date-home,
    .live-title-speciale-scuola .live-single-date-home,
    .live-title-speciale-scuola-news .live-overlay-event-title,
    .live-title-speciale-scuola-news .live-overlay-title,
    .live-title-speciale-scuola-news .live-range-date-home,
    .live-title-speciale-scuola-news .live-single-date-home {
      bottom: 10px;
      text-align: center;
      font-size: 12px; }
    .live-title-speciale-scuola article,
    .live-title-speciale-scuola-news article {
      width: calc(100% / 3) !important;
      padding-left: 0;
      margin-left: 20px;
      border: 1px solid #e7e8e1;
      position: relative;
      padding-bottom: 40px; }
      .live-title-speciale-scuola article > figure > a,
      .live-title-speciale-scuola-news article > figure > a {
        overflow: hidden; }
      .live-title-speciale-scuola article .live-title > h2,
      .live-title-speciale-scuola-news article .live-title > h2 {
        font-size: 25px;
        line-height: 30px; }
      .live-title-speciale-scuola article .live-title-eventi > h2,
      .live-title-speciale-scuola article .live-title-rubrica > h2,
      .live-title-speciale-scuola-news article .live-title-eventi > h2,
      .live-title-speciale-scuola-news article .live-title-rubrica > h2 {
        font-size: 21px;
        line-height: 26px; }
      .live-title-speciale-scuola article .live-article-footer,
      .live-title-speciale-scuola-news article .live-article-footer {
        position: absolute;
        bottom: 0;
        left: 10px;
        right: 10px; }
      .live-title-speciale-scuola article .live-label,
      .live-title-speciale-scuola-news article .live-label {
        bottom: 10px; }
    .live-title-speciale-scuola .live-has-media,
    .live-title-speciale-scuola-news .live-has-media {
      font-size: 15px; }
      .live-title-speciale-scuola .live-has-media:before,
      .live-title-speciale-scuola-news .live-has-media:before {
        width: 13px;
        height: 13px;
        margin-right: 5px; }

  .live-long-section article {
    margin-bottom: 20px; }
    .live-long-section article:last-child {
      margin-bottom: 0; }

  .live-image-news-mobile {
    display: none !important; }

  .live-image-news-desktop {
    display: block !important; }

  .live-section-evidenza .live-col-1 {
    border-bottom: 1px solid #e7e8e1 !important;
    border-right: 1px solid #e7e8e1 !important; }
    .live-section-evidenza .live-col-1 article {
      border: none !important; }

  .live-article-header.live-article-header-standard .live-article-header-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 50%;
    padding: 20px;
    flex: 1; }
  .live-article-header.live-article-header-standard .live-article-header-media {
    position: relative;
    flex: 0 0 50%; }
  .live-article-header.live-article-header-standard .live-article-header-summary {
    width: 100%;
    display: inline-block;
    padding: 20px; }
  .live-article-header.live-article-header-fotonotizia, .live-article-header.live-article-header-full-image {
    padding: 20px; }
  .live-article-header.live-article-header-full-image .live-article-header-media, .live-article-header.live-article-header-longform .live-article-header-media {
    display: flex;
    flex-basis: 100%; }
  .live-article-header.live-article-header-full-image .live-article-header-media .video-container {
    width: 100%; }
  .live-article-header.live-article-header-full-image .live-article-header-media figure a,
  .live-article-header.live-article-header-full-image .live-article-header-media figure img {
    width: 100%; }
  .live-article-header.live-article-header-longform .live-article-header-media figure a,
  .live-article-header.live-article-header-longform .live-article-header-media figure img {
    width: 100%; }
  .live-article-header.live-article-header-fotonotizia .live-article-header-title, .live-article-header.live-article-header-full-image .live-article-header-title, .live-article-header.live-article-header-longform .live-article-header-title {
    width: 100%;
    box-sizing: border-box;
    z-index: 1;
    background: #fff;
    margin: 0 40px;
    padding: 20px 20px 0;
    display: flex;
    flex-direction: column;
    align-items: center; }
  .live-article-header.live-article-header-fotonotizia .live-title, .live-article-header.live-article-header-full-image .live-title {
    text-align: center; }
  .live-article-header.live-article-header-full-image .live-article-header-summary {
    text-align: center;
    width: 100%;
    margin: 0 40px; }
  .live-article-header.live-article-header-fotonotizia .live-article-header-summary {
    text-align: center;
    width: 100%;
    margin: 0 40px; }
  .live-article-header.live-article-header-fotonotizia .live-author-box {
    width: 100%; }
    .live-article-header.live-article-header-fotonotizia .live-author-box .live-author-box-wrapper {
      justify-content: center;
      flex-direction: column; }
      .live-article-header.live-article-header-fotonotizia .live-author-box .live-author-box-wrapper .live-author-box__image {
        align-self: center; }
  .live-article-header.live-article-header-fotonotizia .live-label {
    position: relative;
    bottom: auto;
    left: auto;
    margin-bottom: 20px; }

  .live-article blockquote {
    max-width: 70%; }

  .live-gallery-description {
    margin: 20px 10% 40px; }

  .live-col-longform .live-article-wrapper > p {
    margin-left: 15%;
    margin-right: 15%; }
  .live-col-longform .live-inline-title {
    margin: 5% 15%; }

  .live-flusso article {
    padding-bottom: 20px !important; }

  /* .live-three-news .ae-post-list-wrapper article .elementor-widget-wrap, .live-four-news .ae-post-list-wrapper article .elementor-widget-wrap {
    padding-left: 0 !important;
    padding-right: 0 !important;
  } */
  .live-focus.live-eventi-content .live-col-1 {
    padding-bottom: 20px !important;
    border-bottom: 1px solid #e7e8e1 !important; }

  .live-logged-user-mb {
    display: none !important; }

  .live-gallery {
    min-height: 300px; }

  .live-four-news {
    margin-left: -20px;
    margin-right: -20px;
    width: auto;
    margin-top: 20px;
    border-top: 1px solid #e7e8e1;
    border-bottom: 1px solid #e7e8e1; }
    .live-four-news .live-title h2,
    .live-four-news .live-title h3,
    .live-four-news .live-title h4 {
      font-size: 21px !important; }

  .live-three-news {
    margin-left: -20px; }

  /*.live-three-news .ae-post-list-wrapper article .live-content-wrap > .elementor-column-wrap > .elementor-widget-wrap {
    padding-left: 20px !important;
    padding-right: 0px !important;
    padding-top: 0px !important;
  }*/
  .live-longform-content .live-article {
    /*max-width: 66.66666667%;*/
    padding-left: 15%;
    padding-right: 15%; }
  .live-longform-content .live-inline-media {
    max-width: 90% !important;
    margin-left: auto;
    margin-right: auto; }
    .live-longform-content .live-inline-media .live-inline-image img,
    .live-longform-content .live-inline-media .live-inline-image a {
      min-width: 100% !important; }

  .live-gallery-container figure img {
    width: auto !important;
    max-height: 505px !important;
    margin: 0 auto; } }
@media (max-width: 767px) {
  .live-evidenza .live-title-news > h2,
  .live-focus-content .live-title-news > h2,
  .live-spalla .live-title-news > h2,
  .live-three-news .live-title-news > h2,
  .live-evidenza .live-title-sport > h2,
  .live-focus-content .live-title-sport > h2,
  .live-spalla .live-title-sport > h2,
  .live-three-news .live-title-sport > h2 {
    font-size: 30px;
    line-height: 33px; }

  .live-focus-content .live-title-eventi > h2,
  .live-focus-content .live-title-rubrica > h2 {
    font-size: 27px;
    line-height: 35px;
    text-align: center; }

  .live-evidenza .live-title-eventi > h2,
  .live-evidenza .live-title-rubrica > h2 {
    font-size: 27px;
    line-height: 35px;
    text-align: center; }

  .live-spalla .live-title-eventi > h2,
  .live-spalla .live-title-liveyou > h2,
  .live-spalla .live-title-rubrica > h2,
  .live-three-news .live-title-eventi > h2,
  .live-three-news .live-title-liveyou > h2,
  .live-three-news .live-title-rubrica > h2 {
    font-size: 27px;
    line-height: 35px;
    text-align: center; }

  .live-evidenza .live-has-media,
  .live-focus-content .live-has-media,
  .live-spalla .live-has-media,
  .live-three-news .live-has-media,
  .live-title-speciale-scuola .live-has-media,
  .live-title-speciale-scuola-news .live-has-media {
    font-size: 19px; }

  .live-evidenza .live-has-media:before,
  .live-focus-content .live-has-media:before,
  .live-spalla .live-has-media:before,
  .live-three-news .live-has-media:before,
  .live-title-speciale-scuola .live-has-media:before,
  .live-title-speciale-scuola-news .live-has-media:before {
    width: 15px;
    height: 15px;
    margin-right: 7px; }

  .live-hide-mobile {
    display: none; }

  .live-show-mobile {
    display: block; }

  .live-article-content {
    flex-direction: column; }

  .live-article-col-1,
  .live-article-col-2,
  .live-article-col-3 {
    width: 100%; }

  .live-entry-content,
  .live-home-focus .live-entry-content {
    flex-direction: column; }

  .live-home-section {
    padding-top: 0;
    flex-direction: column; }
    .live-home-section article {
      padding-right: 0 !important;
      border-right: none !important; }
    .live-home-section .live-col-2 {
      padding-left: 0; }

  .live-entry-content {
    padding: 0 10px 10px; }
    .live-entry-content .live-col-1 {
      padding: 0 10px 10px; }

  .live-home-focus .live-entry-content {
    padding: 0; }

  .live-entry-content.live-category-eventi, .live-entry-content.live-category-rubrica {
    text-align: center !important; }
  .live-entry-content.live-category-eventi .live-author-box-wrapper, .live-entry-content.live-category-rubrica .live-author-box-wrapper {
    justify-content: center !important; }

  .live-entry-media {
    padding: 5px !important; }

  .live-excerpt,
  .live-short-summary,
  .live-summary {
    display: none !important; }

  .live-overlay-title,
  .live-range-date-home,
  .live-single-date-home {
    bottom: 10px !important;
    text-align: center !important;
    font-size: 14px !important;
    width: 100%; }

  .live-three-news article {
    border-bottom: 1px solid #e7e8e1; }

  .live-image-news-mobile {
    display: block !important; }

  .live-image-news-desktop {
    display: none !important; }

  .live-share-buttons {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 0 10px 10px; }
    .live-share-buttons .live-share-button {
      margin: 0 10px; }

  .live-article-header .live-advertorial-box .live-advertorial-box__text {
    font-size: 13px; }

  .live-article-content,
  .live-article-header-summary,
  .live-article-header-title,
  .live-article-toolbar {
    padding: 10px; }

  .live-article-toolbar {
    border-bottom: 0; }

  .live-videonotizia .live-article-header-title {
    padding: 0; }

  .live-article-content .live-gallery-container {
    width: auto;
    margin: 0 -10px; }

  .live-article-header-media {
    width: 100%; }

  .live-article-header .live-article-header-title .live-title-news > h1,
  .live-videonotizia .live-article-header-title .live-title-news > h1,
  .live-article-header .live-article-header-title .live-title-sport > h1,
  .live-videonotizia .live-article-header-title .live-title-sport > h1 {
    font-size: 30px;
    line-height: 32px; }

  .live-article-header-media .live-image-caption {
    text-align: left;
    padding: 5px 10px !important;
    font-size: 12px !important;
    line-height: 20px !important; }

  .live-article-content .live-image-caption {
    padding: 5px 10px !important;
    font-size: 12px !important;
    line-height: 20px !important; }

  .live-article-header-longform .live-title-longform {
    width: 90%; }
    .live-article-header-longform .live-title-longform > h1 {
      font-size: 30px !important; }

  .live-article-header-summary {
    font-size: 18px; }

  .live-article-content .live-button {
    width: 30px;
    height: 30px; }

  .live-article-toolbar .live-article-date span,
  .live-article-toolbar .live-comments a,
  .live-article-toolbar .live-total-views span {
    font-size: 11px; }

  .live-article-content .live-image,
  .live-article-content .video-wrapper {
    width: auto;
    margin-left: -10px;
    margin-right: -10px; }
  .live-article-content .live-share-buttons {
    padding: 5px 10px 15px; }

  .live-article blockquote {
    font-size: 20px;
    line-height: 25px; }

  .live-inline-related-news-title,
  .live-inline-title,
  .live-title-topics {
    margin: 10px 0; }

  .live-inline-related-news-list article {
    flex-direction: column;
    margin: 0;
    padding: 0;
    border-bottom: none; }
    .live-inline-related-news-list article:last-child {
      border-bottom: 1px solid #e7e8e1; }

  .live-inline-related-news-media {
    max-width: none;
    margin: 0 !important;
    padding: 5px !important; }

  .live-inline-related-news-list {
    margin: 0 -10px; }

  .live-article-header-full-image .live-article-header-wrapper {
    flex-direction: column-reverse; }
  .live-article-header-full-image .live-article-header-media {
    order: 2; }
  .live-article-header-full-image .live-article-header-title {
    order: 3; }
  .live-article-header-full-image .live-article-header-summary {
    order: 1; }

  .live-article-short-header {
    display: none; }

  .live-article-header-longform {
    flex-direction: column; }
    .live-article-header-longform .live-article-header-wrapper {
      min-height: 300px; }

  .live-longform .live-article-content {
    padding: 0; }

  .live-col-longform .live-article-wrapper {
    padding: 10px; }
  .live-col-longform .live-inline-title {
    font-size: 30px;
    line-height: 35px;
    margin-top: 15%;
    margin-bottom: 15%; }

  .live-article-header-videonotizia {
    padding: 0; }

  .live-article-header.live-article-header-fotonotizia .live-label {
    position: relative;
    bottom: auto;
    left: auto;
    margin-bottom: 10px;
    display: inline-block; }

  .live-fotonotizia .live-etichetta {
    display: block;
    margin-bottom: 10px; }
  .live-fotonotizia .live-article-header-title .live-title > h1 {
    margin: 0; }
  .live-fotonotizia .live-author-box {
    padding: 5px 10px; }
  .live-fotonotizia .live-share-buttons-header {
    padding: 5px 10px 20px; }
  .live-fotonotizia .live-gallery-item {
    margin-left: -10px;
    margin-right: -10px;
    width: auto; }

  header.live-article-header-short + .live-article-toolbar {
    border-top: 1px solid #e7e8e1; }

  .live-bottom-article {
    flex-direction: column;
    padding: 10px; }

  .live-gallery-footer,
  .live-video-footer {
    display: flex;
    flex-direction: column; }

  .live-gallery-footer .live-col-1,
  .live-gallery-footer .live-col-2,
  .live-video-footer .live-col-1,
  .live-video-footer .live-col-2 {
    padding: 0; }

  .live-focus .live-content-footer .elementor-widget-wrap {
    justify-content: center !important; }
  .live-focus .live-content-footer.live-comments-news .elementor-widget-wrap {
    justify-content: flex-start !important; }

  .home {
    /*.live-focus {
      &.live-rubrica-content .live-etichetta .ae-acf-wrapper, &.live-eventi-content .live-etichetta .ae-acf-wrapper {
        text-align: center;
      }
    }*/ }
    .home .live-home-focus .live-author-box-rubrica .live-author-box-wrapper,
    .home .live-home-focus .live-author-box-eventi .live-author-box-wrapper {
      justify-content: center !important; }

  .dialog-close-button .eicon-close {
    font-size: 20px !important; }

  .live-col-1,
  .live-col-2 {
    width: auto; }

  .live-user-col-1 > .live-column-wrapper {
    padding: 10px; }

  .live-user-col-2 > .live-column-wrapper {
    padding: 20px 20px 0;
    border-top: 1px solid #e7e8e1;
    background: #fff; }

  .live-archive article {
    border-bottom: 1px solid #e7e8e1; }
    .live-archive article:last-child {
      border-bottom: none; }

  .live-highlight-container article:last-child section {
    border-bottom: none !important; }

  .live-archive .live-highlight-container article {
    border-bottom: none; }

  .um-profile .um-profile-body {
    flex-direction: column;
    margin-left: 0 !important;
    margin-right: 0 !important; }

  .um-profile-nav {
    justify-content: center !important;
    margin: 0px !important; }

  .live-logged-user {
    display: none !important; }

  .live-logged-user-mb a {
    min-width: 1px !important; }

  .live-header-user-info {
    display: none; }

  .live-logged-user img {
    margin-right: 0; }
  .live-logged-user > a {
    min-width: 1px !important; }

  .live-four-news.live-black-layout .live-title h3,
  .live-four-news.live-black-layout .live-title h4,
  .live-four-news.live-black-layout .live-title h5 {
    margin-bottom: 20px !important; }

  .site-main .page-header .entry-title,
  .site-main .page-content {
    margin: 0;
    padding: 0; }

  .live-author-box .live-author-box__image img {
    width: 35px;
    height: 35px; }

  .live-three-news {
    margin-left: 0;
    /* .ae-post-list-wrapper article .live-content-wrap > .elementor-column-wrap > .elementor-widget-wrap {
      padding-left: 0px !important;
      padding-right: 0px !important;
    } */ }
    .live-three-news article .live-news-block-content {
      border-bottom: 1px solid #e7e8e1; }

  .live-four-news article .live-news-block-content {
    border-bottom: 1px solid #e7e8e1; }

  .live-three-news article:last-child .live-news-block-content {
    border-bottom: none; }

  .live-four-news article:last-child .live-news-block-content, .live-four-news.live-black-layout article .live-news-block-content {
    border-bottom: none; }

  .live-etichetta h4 {
    font-size: 12px;
    line-height: 18px; }

  .live-author-box .live-author-box__name {
    font-size: 13px; }

  .live-title-eventi h2,
  .live-title-eventi h3 {
    text-align: center; }

  .live-title-rubrica h2,
  .live-title-rubrica h3 {
    text-align: center; }

  .live-title-liveyou h3 {
    text-align: center; }

  .live-overlay-event-title,
  .live-overlay-title,
  .live-overlay-title-ev,
  .live-overlay-title-ev-sp {
    width: auto !important;
    left: 5px;
    right: 5px;
    bottom: 10px; }

  .live-home-focus .live-etichetta-eventi h4,
  .live-home-focus .live-etichetta-rubrica h4 {
    text-align: center; }
  .live-home-focus .live-comments-eventi .elementor-widget-wrap,
  .live-home-focus .live-comments-rubrica .elementor-widget-wrap {
    justify-content: center; }

  .live-range-date-home,
  .live-single-date-home,
  .live-overlay-event-title .elementor-shortcode,
  .live-overlay-title .elementor-shortcode,
  .live-overlay-title-ev .elementor-shortcode,
  .live-overlay-title-ev-sp .elementor-shortcode {
    font-size: 12px;
    text-align: center; }

  .live-author-box-eventi,
  .live-author-box-rubrica {
    justify-content: center; }

  .home .live-home-focus .live-author-box-rubrica,
  .home .live-home-focus .live-author-box-eventi {
    justify-content: flex-start !important; }

  .live-spalla .live-overlay-event-title,
  .live-news-block .live-overlay-event-title,
  .live-label {
    bottom: 10px; }

  .live-related-news-box .live-related-content {
    flex: auto; }
  .live-related-news-box .live-related-thumb {
    display: flex;
    align-self: center; }
  .live-related-news-box > .live-related-content > a {
    font-size: 21px;
    line-height: 21px; }
    .live-related-news-box > .live-related-content > a > h4 {
      font-size: 21px;
      line-height: 21px; }

  .live-inline-media:not(.live-inline-shortcode) {
    width: auto !important;
    min-width: 100%;
    margin-left: -20px !important;
    margin-right: -20px !important; }

  .article-btn--video {
    background-position: 10px -147px;
    padding-left: 40px; }

  .article-btn--gallery {
    background-position: 10px -96px;
    padding-left: 40px; }

  .e--ua-appleWebkit
  .elementor-grid-0.elementor-share-buttons--align-center
  .elementor-grid {
    margin: 0 !important; }

  .article-btn--views .post-views-count {
    font-size: 12px !important; }

  .live-spalla-content .live-title-eventi > h2,
  .live-news-block-content .live-title-eventi > h2,
  .live-spalla-content .live-title-rubrica > h2,
  .live-news-block-content .live-title-rubrica > h2,
  .live-spalla-content .live-title-liveyou > h2,
  .live-news-block-content .live-title-liveyou > h2 {
    font-size: 26px;
    line-height: 31px;
    text-align: center; }

  .live-author-box,
  .live-advertorial-box {
    margin-bottom: 5px !important; }

  .live-call-to-action-box {
    padding: 0 10px; }

  .live-focus-longform .live-adv-square {
    background-color: #fff !important;
    border: 1px solid #e7e8e1 !important; } }
.liveyou-form textarea, .liveyou-form select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  background-color: #FFFFFF !important;
  background-image: none !important;
  border: 1px solid #efefef !important;
  border-radius: 0 0 0 0 !important;
  color: #5b5b60 !important;
  font-family: inherit !important;
  font-size: 17px !important;
  line-height: 1.2 !important;
  padding: 10px !important;
  transition-duration: 0.1s !important;
  box-shadow: none !important;
  -webkit-transition: 300ms ease-in-out !important;
  -moz-transition: 300ms ease-in-out !important;
  -ms-transition: 300ms ease-in-out !important;
  -o-transition: 300ms ease-in-out !important;
  transition: 300ms ease-in-out !important; }
.liveyou-form input[type="text"], .liveyou-form input[type="password"], .liveyou-form input[type="datetime"], .liveyou-form input[type="datetime-local"], .liveyou-form input[type="date"], .liveyou-form input[type="month"], .liveyou-form input[type="time"], .liveyou-form input[type="week"], .liveyou-form input[type="number"], .liveyou-form input[type="email"], .liveyou-form input[type="url"], .liveyou-form input[type="search"], .liveyou-form input[type="tel"], .liveyou-form input[type="color"] {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  background-color: #FFFFFF !important;
  background-image: none !important;
  border: 1px solid #efefef !important;
  border-radius: 0 0 0 0 !important;
  color: #5b5b60 !important;
  font-family: inherit !important;
  font-size: 17px !important;
  line-height: 1.2 !important;
  padding: 10px !important;
  transition-duration: 0.1s !important;
  box-shadow: none !important;
  -webkit-transition: 300ms ease-in-out !important;
  -moz-transition: 300ms ease-in-out !important;
  -ms-transition: 300ms ease-in-out !important;
  -o-transition: 300ms ease-in-out !important;
  transition: 300ms ease-in-out !important; }
.liveyou-form textarea:hover, .liveyou-form select:hover {
  border-color: #d5d5d5 !important; }
.liveyou-form input[type="text"]:hover, .liveyou-form input[type="password"]:hover, .liveyou-form input[type="datetime"]:hover, .liveyou-form input[type="datetime-local"]:hover, .liveyou-form input[type="date"]:hover, .liveyou-form input[type="month"]:hover, .liveyou-form input[type="time"]:hover, .liveyou-form input[type="week"]:hover, .liveyou-form input[type="number"]:hover, .liveyou-form input[type="email"]:hover, .liveyou-form input[type="url"]:hover, .liveyou-form input[type="search"]:hover, .liveyou-form input[type="tel"]:hover, .liveyou-form input[type="color"]:hover {
  border-color: #d5d5d5 !important; }
.liveyou-form textarea:focus, .liveyou-form select:focus {
  box-shadow: none !important;
  border-color: #e2e2e2 !important;
  background-color: #F8F8F8 !important;
  outline: 0 !important; }
.liveyou-form input[type="text"]:focus, .liveyou-form input[type="password"]:focus, .liveyou-form input[type="datetime"]:focus, .liveyou-form input[type="datetime-local"]:focus, .liveyou-form input[type="date"]:focus, .liveyou-form input[type="month"]:focus, .liveyou-form input[type="time"]:focus, .liveyou-form input[type="week"]:focus, .liveyou-form input[type="number"]:focus, .liveyou-form input[type="email"]:focus, .liveyou-form input[type="url"]:focus, .liveyou-form input[type="search"]:focus, .liveyou-form input[type="tel"]:focus, .liveyou-form input[type="color"]:focus {
  box-shadow: none !important;
  border-color: #e2e2e2 !important;
  background-color: #F8F8F8 !important;
  outline: 0 !important; }
.liveyou-form textarea[disabled], .liveyou-form input[disabled], .liveyou-form select[disabled] {
  background: #f7f7f8 !important;
  border-color: #F8F8F8 !important; }
.liveyou-form textarea[disabled]:hover, .liveyou-form textarea[disabled]:focus {
  background: #f7f7f8 !important;
  border-color: #F8F8F8 !important; }
.liveyou-form input[disabled]:hover, .liveyou-form input[disabled]:focus {
  background: #f7f7f8 !important;
  border-color: #F8F8F8 !important; }
.liveyou-form select[disabled]:hover, .liveyou-form select[disabled]:focus {
  background: #f7f7f8 !important;
  border-color: #F8F8F8 !important; }
.liveyou-form .description {
  color: #8899a6 !important;
  font-size: 14px !important; }
.liveyou-form .acf-button {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 7px;
  padding-bottom: 7px;
  border-radius: 6px;
  background-color: #007aff;
  display: inline-block;
  color: #fff !important;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  border-width: 0px;
  outline: 0 !important; }
.liveyou-form .acf-field-submit-button button {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 7px;
  padding-bottom: 7px;
  border-radius: 6px;
  background-color: #007aff;
  display: inline-block;
  color: #fff !important;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  border-width: 0px;
  outline: 0 !important;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px; }
.liveyou-form .uploads-progress {
  height: 12px;
  margin-top: 10px; }
  .liveyou-form .uploads-progress .percent {
    line-height: 12px;
    font-size: 10px; }
  .liveyou-form .uploads-progress .bar {
    margin-top: -12px; }
.liveyou-form .acf-icon.-pencil {
  display: none; }
.liveyou-form .mce-toolbar-grp {
  background: #fff !important; }
.liveyou-form .mce-container iframe {
  width: 99% !important; }

.membership-main {
  max-width: 480px;
  margin: 0 auto; }
  .membership-main .membership-content {
    text-align: center; }
    .membership-main .membership-content img {
      width: 100%;
      height: auto; }
    .membership-main .membership-content a {
      color: #006DA2;
      text-decoration: none; }
      .membership-main .membership-content a:hover {
        color: #000; }
    .membership-main .membership-content h2 {
      color: #151515;
      font-family: "Open Sans", Sans-serif;
      font-size: 25px;
      font-weight: 600; }
    .membership-main .membership-content .um-login {
      max-width: 480px; }
    .membership-main .membership-content .um-center .um-button {
      width: 100% !important; }

.live-user-post {
  background-color: #fff;
  margin-bottom: 20px; }

.membership-main .membership-content .um-login .um-misc-with-img .um-misc-img {
  width: 50px;
  height: 50px;
  margin: 0 auto; }

.um-account-side .um-account-meta-img {
  width: 100px;
  height: 100px;
  margin: 0 auto; }

@media only screen and (max-width: 768px) {
  .membership-main .membership-content {
    padding: 20px; } }
.live-archive, .live-search {
  display: flex; }

.live-archive .live-col-1, .live-search .live-col-1 {
  flex-direction: column; }

.live-archive .live-col-2, .live-search .live-col-2 {
  flex-direction: column; }

.live-archive-heading {
  font-family: "Open Sans", Sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 23px;
  display: inline-flex;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
  border-bottom: 1px solid #e7e8e1;
  padding-bottom: 10px; }

.live-archive-heading:before {
  content: "";
  background: #f9c600;
  margin-right: 10px;
  width: 18px;
  height: 18px;
  margin-right: 5px; }

.live-archive-post figure > a .live-overlay-title, .live-archive-post figure > a .live-range-date-home, .live-archive-post figure > a .live-single-date-home {
  width: auto;
  position: absolute;
  z-index: 9;
  padding: 0 10px;
  left: 0;
  right: 0;
  text-transform: uppercase; }

.live-archive .live-entry-media picture, .live-search .live-entry-media picture {
  width: 100%; }

.live-archive .live-entry-media img, .live-search .live-entry-media img {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.live-archive .live-archive-date, .live-search .live-search-date {
  color: #666;
  font-size: 13px;
  margin-bottom: 10px;
  font-family: "Open Sans", sans-serif; }

.live-search .live-search-date {
  margin-bottom: 5px; }

.live-search .live-title a {
  text-decoration: none; }

.live-search .live-title .search-post-title {
  font-family: "Unna", Sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 25px;
  color: #151515; }

.live-search .live-search-excerpt {
  font-size: 14px;
  color: #666; }

.live-archive article a, .live-search article a {
  position: relative; }

.live-archive article a .live-label, .live-search article a .live-label {
  bottom: 10px; }

.live-no-result {
  padding-top: 20px; }

.live-no-result h3 {
  font-size: 28px;
  font-family: 'Playfair Display', sans-serif; }

.nav-links {
  margin-top: 20px; }

.page-numbers:not(.dots) {
  display: inline-flex;
  padding: 5px;
  margin: 0 2px 0 0;
  border: 1px solid #eee;
  line-height: 1;
  text-decoration: none;
  border-radius: 2px;
  font-size: 12px;
  color: #666;
  min-width: 30px;
  min-height: 30px;
  justify-content: center;
  align-items: center; }

.page-numbers.dots {
  font-size: 12px;
  color: #666; }

.next.page-numbers, .prev.page-numbers {
  text-indent: -999px;
  background-image: url(https://livenetwork.it/wp-content/uploads/live-icons.svg);
  background-repeat: no-repeat;
  background-size: 34px 2700px; }

.next.page-numbers {
  background-position: 17px -1198px; }

.prev.page-numbers {
  background-position: 15px -1240px; }

.page-numbers.current {
  font-weight: 700;
  background: #f9c600;
  border-color: #f9c600;
  color: #000; }

a.page-numbers:hover {
  background-color: #f9f9f9;
  font-weight: 700; }

article.live-search-post {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e7e8e1; }

.live-search-filter ul > li > a {
  display: flex;
  flex-direction: row;
  padding: 0; }

.live-search-filter ul > li > a .live-filter-name {
  width: 65%;
  padding: 5px 10px;
  word-wrap: break-word;
  line-height: 20px;
  position: relative; }

.live-search-filter ul > li > a .live-filter-total {
  width: 35%;
  padding: 5px 10px;
  color: #2e7992;
  font-weight: 700;
  text-align: center; }

.live-404 {
  text-align: center;
  margin: 60px 0 100px;
  padding: 20px; }

.live-404 h2 {
  color: #16163f;
  font-family: "Unna", Sans-serif;
  font-size: 50px;
  font-weight: 300; }

.live-404 h3 {
  color: #4a4a4a;
  font-family: "Playfair Display", Sans-serif;
  font-size: 18px;
  font-weight: 300;
  text-transform: capitalize; }

.live-404 p {
  font-family: "Playfair Display", Sans-serif;
  font-size: 16px;
  font-weight: 200;
  margin-top: 30px;
  margin-bottom: 30px;
  margin-left: 20%;
  margin-right: 20%;
  color: #555; }

.live-404 .live-button {
  background-color: #f9c600;
  width: auto;
  padding: 0 20px;
  height: 100%;
  border-radius: 3px;
  color: #000;
  text-decoration: none;
  display: flex;
  justify-content: center; }

.live-404 .live-button span {
  align-self: center;
  font-weight: 600; }

.live-404-tools-wrapper {
  display: flex;
  flex-direction: row;
  margin: 30px 15%; }

.live-404-tools-wrapper .live-404-search {
  width: 75%; }

.live-404-tools-wrapper .live-404-search .live-search-form {
  padding: 0; }

.live-404-tools-wrapper .live-404-button {
  width: 25%; }

.live-404-history {
  margin: 60px 5%;
  padding: 20px; }

.live-404-history h2 {
  color: #16163F;
  font-family: "Open Sans", Sans-serif;
  font-size: 21px;
  font-weight: 600; }

.live-404-history p {
  font-family: "Open Sans", Sans-serif;
  text-align: left;
  color: #211f40;
  font-size: 14px;
  font-weight: 200;
  line-height: 25px; }

.live-search .live-search-filter-title h2 {
  color: #006DA2;
  font-family: "Open Sans", Sans-serif;
  font-weight: 600;
  font-size: 24px; }

.live-search .live-search-filter h6 {
  font-size: 15px;
  margin: 20px 0 10px;
  font-family: "Open Sans", Sans-serif;
  font-weight: 600; }

.live-show-less {
  width: 20px;
  height: 20px;
  margin: 0 auto;
  background-image: url(https://base.livenetwork.it/wp-content/uploads/sites/3/live-icons.svg);
  background-repeat: no-repeat;
  background-size: 34px 2700px;
  background-position: 2px -705px; }

@media only screen and (min-width: 1024px) {
  .live-archive .live-archive-content {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    display: grid;
    column-gap: 20px;
    grid-column-gap: 20px;
    row-gap: 20px;
    grid-row-gap: 20px; }

  .live-archive .live-archive-content .live-title-news > h2 {
    font-size: 28px !important;
    line-height: 30px !important; }

  .live-archive .live-archive-content .live-title-eventi > h2, .live-archive .live-archive-content .live-title-rubrica > h2, .live-title-liveyou > h2 {
    font-size: 24px !important;
    line-height: 30px !important; }

  .live-archive .live-archive-content .live-has-media {
    font-size: 17px !important; }

  .live-archive .live-archive-content .live-has-media:before {
    width: 14px !important;
    height: 14px !important; }

  .live-archive .live-entry-media img {
    max-height: 250px; }

  .live-archive .live-archive-content .live-overlay-event-title, .live-archive .live-archive-content .live-overlay-title, .live-archive .live-archive-content .live-range-date-home, .live-archive .live-archive-content .live-single-date-home {
    bottom: 10px !important;
    text-align: center !important;
    font-size: 12px !important; }

  .live-archive .live-archive-content article:nth-child(1) .live-overlay-event-title, .live-archive .live-archive-content article:nth-child(1) .live-overlay-title, .live-archive .live-archive-content article:nth-child(1) .live-range-date-home, .live-archive .live-archive-content article:nth-child(1) .live-single-date-home {
    bottom: 10px !important;
    text-align: center !important;
    font-size: 23px !important; }

  .live-archive .live-archive-content article:nth-child(7n+1) .live-overlay-event-title, .live-archive .live-archive-content article:nth-child(7n+1) .live-overlay-title, .live-archive .live-archive-content article:nth-child(7n+1) .live-range-date-home, .live-archive .live-archive-content article:nth-child(7n+1) .live-single-date-home {
    bottom: 10px !important;
    text-align: center !important;
    font-size: 23px !important; }

  .live-archive .live-archive-content article:nth-child(1), .live-archive .live-archive-content article:nth-child(7n+1) {
    grid-column: span 2; }

  .live-archive .live-archive-content article:nth-child(1) .live-entry-media img, .live-archive .live-archive-content article:nth-child(7n+1) .live-entry-media img {
    max-height: 500px; }

  .live-archive .live-archive-content article:nth-child(1) .live-title-news > h2, .live-archive .live-archive-content article:nth-child(7n+1) .live-title-news > h2 {
    font-size: 35px !important;
    line-height: 37px !important; }

  .live-archive .live-archive-content article:nth-child(1) .live-title-eventi > h2, .live-archive .live-archive-content article:nth-child(7n+1) .live-title-eventi > h2 {
    font-size: 30px !important;
    line-height: 36px !important; }

  .live-archive .live-archive-content article:nth-child(1) .live-title-rubrica > h2, .live-archive .live-archive-content article:nth-child(7n+1) .live-title-rubrica > h2 {
    font-size: 30px !important;
    line-height: 36px !important; }

  .live-archive .live-archive-content article:nth-child(1) .live-has-media, .live-archive .live-archive-content article:nth-child(7n+1) .live-has-media {
    font-size: 22px !important; }

  .live-archive .live-archive-content article:nth-child(1) .live-has-media:before, .live-archive .live-archive-content article:nth-child(7n+1) .live-has-media:before {
    width: 20px !important;
    height: 20px !important; }

  article.live-search-post {
    display: flex;
    flex-direction: row; }

  article.live-search-post {
    display: flex;
    flex-direction: row; }

  article.live-search-post .live-entry-media {
    width: 43.333%;
    align-self: center; }

  article.live-search-post .live-entry-content {
    width: 56.666%; }

  .live-search .live-entry-media img {
    min-height: 205px; }

  .live-search .live-entry-content {
    padding-left: 20px !important;
    align-self: center; } }
@media only screen and (min-width: 768px) and (max-width: 1260px) {
  .live-404, .live-404-history {
    margin: 0; }

  .live-404-tools-wrapper {
    flex-direction: column; }

  .live-404-tools-wrapper .live-404-search, .live-404-tools-wrapper .live-404-button {
    width: 100%; }

  .live-404-tools-wrapper .live-404-button {
    margin-top: 20px; }

  .live-404-tools-wrapper .live-404-button a {
    padding: 10px 20px; } }
@media only screen and (min-width: 768px) {
  .live-archive .live-entry-content, .live-search .live-entry-content {
    padding-left: 0;
    padding-right: 0; }

  .live-archive .live-author-box {
    align-self: flex-start !important; }

  .live-archive .live-col-1, .live-search .live-col-1 {
    padding-right: 20px; }

  .live-archive .live-col-2, .live-search .live-col-2 {
    padding-left: 20px; }

  .live-archive .live-archive-content .live-title-news > h2 {
    font-size: 28px;
    line-height: 30px; }

  .live-archive .live-archive-content .live-title-eventi > h2, .live-archive .live-archive-content .live-title-rubrica > h2, .live-title-liveyou > h2 {
    font-size: 24px;
    line-height: 30px; }

  .live-archive .live-archive-content .live-has-media {
    font-size: 22px; }

  .live-archive .live-archive-content .live-has-media:before {
    width: 20px;
    height: 20px; }

  .live-archive .live-archive-content .live-overlay-event-title, .live-archive .live-archive-content .live-overlay-title, .live-archive .live-archive-content .live-range-date-home, .live-archive .live-archive-content .live-single-date-home {
    bottom: 10px !important;
    text-align: center !important;
    font-size: 12px !important; } }
@media only screen and (max-width: 768px) {
  .live-archive, .live-search {
    flex-direction: column; }

  .live-archive-heading {
    margin: 0 !important;
    padding: 20px 10px 15px; }

  .live-search-heading {
    margin: 0 !important;
    padding: 20px 10px; }

  .live-search .live-entry-content.live-category-eventi, .live-search .live-entry-content.live-category-rubrica {
    text-align: left !important; }

  .nav-links {
    margin: 0 !important;
    padding: 20px 10px; }

  article.live-search-post {
    padding-top: 0;
    padding-bottom: 0; }

  .live-404 {
    margin-top: 20px;
    margin-bottom: 0; }

  .live-404 h2 {
    font-size: 35px;
    line-height: 35px; }

  .live-404 h3 {
    margin-bottom: 20px; }

  .live-404 p {
    margin-left: 10px;
    margin-right: 10px; }

  .live-404-tools-wrapper {
    margin-left: 10px;
    margin-right: 10px;
    flex-direction: column; }

  .live-404-tools-wrapper .live-404-search, .live-404-tools-wrapper .live-404-button {
    width: 100%; }

  .live-404-tools-wrapper .live-404-button {
    margin-top: 20px; }

  .live-404-tools-wrapper .live-404-button a {
    padding: 10px 20px; }

  .live-404-history {
    margin: 0 10px 30px; }

  .live-search-filter-title, .live-search-filter {
    padding: 10px; }

  .live-search .live-search-filter h6 {
    margin-top: 0; }

  .nav-links {
    text-align: center; }

  .page-numbers:not(.dots) {
    min-width: 25px;
    min-height: 25px; }

  .next.page-numbers {
    background-position: 14px -1201px; }

  .prev.page-numbers {
    background-position: 12px -1243px; }

  .live-no-result {
    padding: 20px 10px; } }
footer.live-footer {
  max-width: 1260px;
  margin: 0 auto;
  background-color: #1d1d1b;
  color: #fff;
  padding: 65px 30px 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  footer.live-footer.w-100 {
    max-width: 100%; }
  footer.live-footer.d-none-footer {
    display: none !important; }
  footer.live-footer .inner-live-footer {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex; }
  footer.live-footer a {
    color: #fff;
    text-decoration: none;
    outline: none; }
    footer.live-footer a:hover, footer.live-footer a:active, footer.live-footer a:focus {
      text-decoration: underline;
      outline: none; }
  footer.live-footer p {
    margin: 0;
    padding: 0;
    font-size: 12px; }
  footer.live-footer hr {
    width: 100%;
    border-top: 1px solid #4d4d4d;
    border-bottom: none; }
    footer.live-footer hr.no-style {
      border: none; }
  footer.live-footer .live-footer-col {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    width: 33.333%;
    padding-right: 40px;
    margin-bottom: 20px; }
    footer.live-footer .live-footer-col.d-row {
      -webkit-flex-direction: row !important;
      flex-direction: row !important; }
    footer.live-footer .live-footer-col.mb-0 {
      margin-bottom: 0px; }
    footer.live-footer .live-footer-col.mb-50 {
      margin-bottom: 50px; }
    footer.live-footer .live-footer-col:last-child {
      padding-right: 0px; }
    footer.live-footer .live-footer-col.w-100 {
      width: 100%;
      padding-right: 0px; }
    footer.live-footer .live-footer-col.w-50 {
      width: 50%; }
    footer.live-footer .live-footer-col h6 {
      width: 100%;
      margin-top: 0;
      margin-bottom: 10px;
      padding-bottom: 10px;
      color: #f9c601;
      font-size: 12px;
      border-bottom: 1px solid #4d4d4d;
      text-transform: uppercase; }
  footer.live-footer ul.live-menu-evidenza,
  footer.live-footer ul.live-menu-link-utili,
  footer.live-footer ul.live-menu-network,
  footer.live-footer ul.st-tag-cloud {
    width: 100%;
    display: grid;
    grid-template-columns: 50% 50%;
    grid-gap: 0 5px;
    max-width: 100%;
    list-style: none;
    padding: 0px;
    margin: 0px;
    margin-bottom: 30px; }
    footer.live-footer ul.live-menu-evidenza li,
    footer.live-footer ul.live-menu-link-utili li,
    footer.live-footer ul.live-menu-network li,
    footer.live-footer ul.st-tag-cloud li {
      display: inline-block;
      width: 100%; }
      footer.live-footer ul.live-menu-evidenza li a,
      footer.live-footer ul.live-menu-link-utili li a,
      footer.live-footer ul.live-menu-network li a,
      footer.live-footer ul.st-tag-cloud li a {
        font-size: 13px !important;
        color: #fff !important; }
  footer.live-footer ul.live-menu-network {
    grid-template-columns: 33.33% 33.33% 33.33%; }
  footer.live-footer .logo-footer img {
    width: 150px;
    margin: 0 15px 0 0;
    padding: 0; }
  footer.live-footer .credits {
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #333;
    font-size: 13px; }
    footer.live-footer .credits .anso-logo {
      -webkit-align-items: flex-end;
      align-items: flex-end; }
      footer.live-footer .credits .anso-logo img {
        width: 100px;
        opacity: .6; }
  footer.live-footer .top-portal-info {
    border-top: 1px solid #f9c601;
    padding-top: 30px;
    margin-top: 10px; }
  footer.live-footer .portal-info {
    -webkit-flex-direction: row;
    flex-direction: row; }
    footer.live-footer .portal-info .logo-live-footer img {
      width: 230px;
      margin: 0 30px 0 0;
      padding: 0; }
  footer.live-footer .live-search-form {
    width: 100%;
    padding: 0; }
  footer.live-footer .social_user-login_wa {
    -webkit-align-items: flex-end;
    align-items: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end; }
    footer.live-footer .social_user-login_wa .wa-send, footer.live-footer .social_user-login_wa .social_user-login {
      width: 100%;
      -webkit-align-items: center;
      align-items: center;
      -webkit-justify-content: center;
      justify-content: center; }
    footer.live-footer .social_user-login_wa .wa-send {
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: flex-end;
      justify-content: flex-end;
      -webkit-align-items: center;
      align-items: center;
      margin-bottom: 20px; }
      footer.live-footer .social_user-login_wa .wa-send .inner-banner-wa {
        -webkit-flex-direction: row;
        flex-direction: row;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        background-color: #f9c601;
        padding: 5px 10px;
        border-radius: 10px; }
        footer.live-footer .social_user-login_wa .wa-send .inner-banner-wa span.icon_wa {
          font-size: 34px;
          color: #1d1d1b;
          border-radius: 50%;
          width: 45px;
          height: 45px;
          text-align: center;
          line-height: 45px;
          background-color: #ffffff99; }
        footer.live-footer .social_user-login_wa .wa-send .inner-banner-wa span.text_wa {
          color: #1d1d1b;
          font-size: 12px;
          padding: 10px; }
          footer.live-footer .social_user-login_wa .wa-send .inner-banner-wa span.text_wa a {
            color: #1d1d1b;
            font-size: 20px; }
    footer.live-footer .social_user-login_wa .social_user-login .inner-social_user-login {
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: flex-end;
      justify-content: flex-end;
      -webkit-align-items: center;
      align-items: center; }
      footer.live-footer .social_user-login_wa .social_user-login .inner-social_user-login span.follow-us {
        margin-right: 10px;
        font-size: 11px;
        text-transform: uppercase;
        letter-spacing: 1px; }
      footer.live-footer .social_user-login_wa .social_user-login .inner-social_user-login span.sep-login_social {
        border-left: 1px solid #333;
        height: 20px;
        margin: 0 20px; }
      footer.live-footer .social_user-login_wa .social_user-login .inner-social_user-login .btn-login_register {
        border: 1px solid #fff;
        border-radius: 5px;
        color: #fff;
        text-decoration: none;
        font-size: 12px;
        padding: 5px 10px; }
        footer.live-footer .social_user-login_wa .social_user-login .inner-social_user-login .btn-login_register:hover {
          background-color: #ffffff99;
          color: #212121; }
      footer.live-footer .social_user-login_wa .social_user-login .inner-social_user-login ul.social-link {
        display: -webkit-flex;
        display: flex;
        list-style: none;
        padding: 0;
        margin: 0; }
        footer.live-footer .social_user-login_wa .social_user-login .inner-social_user-login ul.social-link li a {
          margin: 0 10px;
          font-size: 20px;
          color: #fff;
          opacity: .6; }
          footer.live-footer .social_user-login_wa .social_user-login .inner-social_user-login ul.social-link li a:hover {
            opacity: 1; }
  @media (max-width: 767px) {
    footer.live-footer {
      max-width: 100%;
      padding: 45px 10px 15px; }
      footer.live-footer .inner-live-footer {
        -webkit-flex-direction: column;
        flex-direction: column; }
      footer.live-footer .live-footer-col {
        width: 100%;
        padding-right: 0px; }
        footer.live-footer .live-footer-col.w-50 {
          width: 100%;
          -webkit-flex-direction: column;
          flex-direction: column; }
      footer.live-footer .social_user-login_wa .social_user-login .inner-social_user-login {
        -webkit-justify-content: center;
        justify-content: center; }
      footer.live-footer .social_user-login_wa .wa-send {
        -webkit-justify-content: center;
        justify-content: center;
        margin-top: 20px; }
      footer.live-footer .credits {
        -webkit-flex-direction: column;
        flex-direction: column; }
        footer.live-footer .credits .anso-logo {
          margin-top: 15px; } }
  @media (min-width: 768px) and (max-width: 1024px) {
    footer.live-footer {
      max-width: 100%; } }
  @media only screen and (min-width: 768px) and (max-width: 1259px) {
    footer.live-footer {
      max-width: 100%; }
      footer.live-footer .live-footer-col.w-50 {
        width: 100%; }
      footer.live-footer .portal-info {
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: start;
        align-items: start; } }

.liveyou-main .page-content {
  background-color: #F0F2F5 !important; }

.liveyou-form, .liveyou-page {
  display: flex;
  flex-direction: row; }

.liveyou-form > div, .liveyou-page > div {
  flex-direction: column;
  box-sizing: border-box; }

.liveyou-form > .live-col-1, .liveyou-page > .live-col-1 {
  padding-right: 20px; }

.liveyou-form > .live-col-2, .liveyou-page > .live-col-2 {
  padding-left: 20px; }

.liveyou-page > .live-col-full .live-call-to-action-wrapper {
  padding: 40px; }

.liveyou-page > .live-col-full h1 {
  font-family: "Unna", serif;
  font-weight: 700 !important;
  color: #151515 !important;
  letter-spacing: -0.3px !important;
  margin-bottom: 10px;
  font-size: 40px; }

.liveyou-page > .live-col-full h2, .liveyou-page > .live-col-full h3 {
  font-family: Helvetica,Arial,sans-serif !important;
  font-weight: 700 !important;
  color: #5e5e5e !important;
  letter-spacing: -0.3px !important;
  margin-bottom: 10px; }

.liveyou-page > .live-col-full h2 {
  font-size: 25px; }

.liveyou-page > .live-col-full h3 {
  font-size: 22px; }

.liveyou-page > .live-col-full h4, .liveyou-page > .live-col-full h5 {
  font-family: "Open Sans", Sans-serif;
  font-weight: 700 !important;
  color: #3e3e3e !important;
  margin-bottom: 10px; }

.liveyou-page > .live-col-full h4 {
  font-size: 20px; }

.liveyou-page > .live-col-full h5 {
  font-size: 17px; }

.liveyou-page > .live-col-full p, ul {
  font-family: "Open Sans", Sans-serif;
  color: #3e3e3e !important; }

.liveyou-header {
  display: flex; }

.liveyou-header .liveyou-header-content,
.liveyou-header .liveyou-header-image {
  width: 50%;
  box-sizing: border-box; }

.liveyou-header {
  padding-top: 20px;
  padding-bottom: 60px; }

.liveyou-header .liveyou-header-content {
  align-self: center; }

.liveyou-header .liveyou-header-content h2 {
  font-family: "Unna", serif;
  font-weight: 700 !important;
  color: #151515 !important;
  letter-spacing: -0.3px !important;
  margin-bottom: 10px;
  font-size: 40px;
  line-height: 40px; }

.liveyou-header .liveyou-header-content p {
  font-family: "Open Sans", Sans-serif;
  color: #3e3e3e !important;
  font-size: 14px; }

.liveyou-header .liveyou-header-image {
  padding-left: 20px;
  align-self: center; }

.liveyou-form-wrapper {
  background-color: #fff;
  padding: 10px;
  border-radius: 10px; }

.liveyou_addimage .button {
  text-decoration: none;
  font-size: 15px;
  position: relative;
  padding-left: 45px !important; }

.liveyou_addimage .button:before {
  content: '';
  background-image: url(https://livenetwork.it/wp-content/uploads/live-icons.svg);
  background-repeat: no-repeat;
  background-size: 34px 2700px;
  background-position: 7px -439px;
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 32px;
  z-index: 1;
  pointer-events: none; }

.liveyou-submit-button {
  width: 100%;
  background: #fff;
  border: navajowhite;
  padding: 20px 20px;
  background: #F0F2F5;
  border-radius: 0 0 10px 10px;
  font-size: 17px;
  text-transform: uppercase; }

.liveyou-submit-button:hover {
  background: #007aff;
  color: #fff; }

.live-user-post .live-author-box-liveyou {
  margin: 0 !important; }

.live-user-post .live-author-box-liveyou .live-author-box-wrapper {
  flex-direction: row; }

.live-user-post .live-category-liveyou .live-article-footer {
  text-align: center; }

.live-user-post .live-excerpt.live-excerpt-liveyou, .live-user-post .live-summary-liveyou {
  text-align: center; }

.live-spalla .live-category-liveyou, .live-three-news .live-category-liveyou, .live-evidenza .live-category-liveyou {
  text-align: center; }

.live-archive-liveyou .live-category-liveyou {
  text-align: left; }

.live-archive-liveyou .live-title-liveyou > h2 {
  text-align: left !important; }

.live-archive-liveyou .live-entry-content, .live-focus-liveyou .live-entry-content, .live-evidenza-liveyou .live-entry-content, .live-spalla-liveyou, .live-block-liveyou {
  background-color: rgba(10, 82, 120, 0.08); }

.live-focus-liveyou .live-etichetta, .live-evidenza-liveyou .live-etichetta, .live-spalla-liveyou .live-etichetta, .live-block-liveyou .live-etichetta {
  color: #49b8f1 !important; }

.live-focus-longform .live-entry-content, .live-focus-longform .live-col-1, .live-evidenza-longform .live-entry-content, .live-spalla-longform, .live-block-longform {
  background-color: #1b1b1b !important; }

.live-focus-longform .live-col-1 {
  border: none !important; }

.live-focus-longform .live-adv-square {
  background: transparent;
  border: none; }

.live-focus-longform .live-etichetta, .live-evidenza-longform .live-etichetta, .live-spalla-longform .live-etichetta, .live-block-longform .live-etichetta {
  color: #f9c600 !important; }

.live-focus-longform .live-title h2, .live-evidenza-longform .live-title h2, .live-spalla-longform .live-title h2, .live-block-longform .live-title h2 {
  color: #fff !important; }

.live-focus-longform .live-has-media, .live-evidenza-longform .live-has-media, .live-spalla-longform .live-has-media, .live-block-longform .live-has-media {
  color: rgba(255, 255, 255, 0.5) !important; }

.live-focus-longform .live-author-box__name, .live-evidenza-longform .live-author-box__name, .live-spalla-longform .live-author-box__name, .live-block-longform .live-author-box__name {
  color: #fff !important; }

.live-focus-longform .live-summary, .live-evidenza-longform .live-summary, .live-spalla-longform .live-summary, .live-block-longform .live-summary {
  color: rgba(255, 255, 255, 0.7) !important; }

.live-focus-longform .live-comments a, .live-evidenza-longform .live-comments a, .live-spalla-longform .live-comments a, .live-block-longform .live-comments a {
  color: rgba(255, 255, 255, 0.7) !important;
  background-position: 0 -1041px !important; }

.live-focus-longform .live-total-views span, .live-evidenza-longform .live-total-views span, .live-spalla-longform .live-total-views span, .live-block-longform .live-total-views span {
  color: rgba(255, 255, 255, 0.7) !important;
  background-position: 0 -1074px; }

.live-evidenza-liveyou .live-author-box-liveyou .live-author-box__image {
  align-self: center; }

@media only screen and (min-width: 1025px) {
  .liveyou-form-wrapper {
    margin: 0 10% 60px; } }
@media (min-width: 767px) {
  .live-focus-liveyou .live-entry-content, .live-evidenza-liveyou .live-entry-content, .live-spalla-liveyou .live-entry-content, .live-block-liveyou .live-entry-content {
    padding-left: 10px !important;
    padding-right: 10px !important; }

  .live-archive-liveyou .live-entry-content, .live-focus-longform .live-entry-content, .live-evidenza-longform .live-entry-content, .live-spalla-longform .live-entry-content, .live-block-longform .live-entry-content {
    padding-left: 10px !important;
    padding-right: 10px !important; }

  .live-evidenza-liveyou, .live-evidenza-longform {
    padding-bottom: 20px; } }
@media (max-width: 767px) {
  .liveyou-main .page-content {
    padding: 10px; }

  .liveyou-header {
    flex-direction: column;
    padding: 10px; }

  .liveyou-header .liveyou-header-content,
  .liveyou-header .liveyou-header-image {
    width: 100%;
    box-sizing: border-box; }

  .live-focus-longform .live-entry-media, .live-evidenza-longform .live-entry-media, .live-spalla-longform .live-entry-media, .live-block-longform .live-entry-media {
    background-color: #1b1b1b !important; }

  .live-archive-liveyou .live-entry-media, .live-focus-liveyou .live-entry-media, .live-evidenza-liveyou .live-entry-media, .live-spalla-liveyou, .live-block-liveyou {
    background-color: rgba(10, 82, 120, 0.08); } }
.live-necrologi {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row; }
  .live-necrologi .necrologi-col-1 {
    width: 70%; }
  .live-necrologi .necrologi-col-2 {
    padding-left: 30px;
    width: 30%; }
    .live-necrologi .necrologi-col-2 .live-adv-square {
      margin-bottom: 20px; }
  @media (max-width: 767px) {
    .live-necrologi {
      -webkit-flex-direction: column;
      flex-direction: column; }
      .live-necrologi .necrologi-col-1, .live-necrologi .necrologi-col-2 {
        width: 100%;
        padding: 20px 0 0 0; } }
  @media only screen and (min-width: 768px) and (max-width: 1259px) {
    .live-necrologi .necrologi-col-1 {
      width: calc(100% - 360px) !important; }
    .live-necrologi .necrologi-col-2 {
      padding-left: 20px;
      width: 340px !important; } }

.obituary-card {
  margin-bottom: 20px;
  border: 1px solid #ddd; }
  .obituary-card .obituary-wrapper {
    background: #fff;
    padding: 38px 30px 20px 30px;
    position: relative; }
    .obituary-card .obituary-wrapper:before {
      content: '';
      width: 60px;
      height: 60px;
      position: absolute;
      top: 5px;
      left: 5px;
      background: url("./assets/images/necrologi/frame-top-left.png") left top no-repeat;
      background-size: cover; }
    .obituary-card .obituary-wrapper:after {
      content: '';
      width: 60px;
      height: 60px;
      position: absolute;
      right: 5px;
      bottom: 5px;
      background: url("./assets/images/necrologi/frame-bottom-right.png") left top no-repeat;
      background-size: cover; }
    .obituary-card .obituary-wrapper .thumbnail-wrapper {
      width: 180px;
      height: 248px;
      overflow: hidden;
      position: absolute; }
    .obituary-card .obituary-wrapper .obituary-general-info {
      margin-left: 200px;
      min-height: 240px;
      padding-top: 20px; }
    .obituary-card .obituary-wrapper .funeral-home {
      position: absolute;
      top: 10px;
      right: 20px; }
    .obituary-card .obituary-wrapper .obituary-info {
      position: relative;
      z-index: 1; }
      .obituary-card .obituary-wrapper .obituary-info .data {
        margin-bottom: 3px;
        font-size: 11px;
        border-bottom: 1px solid #eee;
        padding-bottom: 3px;
        color: #747474;
        text-transform: uppercase; }
    .obituary-card .obituary-wrapper h4 {
      font-family: "Unna", sans-serif;
      font-size: 1.5rem;
      color: #2C2F3B;
      display: inline-block;
      margin: 5px 0;
      width: 100%; }
      .obituary-card .obituary-wrapper h4 a {
        color: #2C2F3B;
        text-decoration: none; }
    .obituary-card .obituary-wrapper .widget-necrologi-web {
      border-top: 5px solid #eee;
      padding-top: 15px;
      margin-top: 15px; }
      .obituary-card .obituary-wrapper .widget-necrologi-web p.n-manifesti {
        margin: 0 0 10px;
        color: #333;
        font-weight: 700;
        font-size: 11px; }
        .obituary-card .obituary-wrapper .widget-necrologi-web p.n-manifesti span {
          background-color: #847954;
          border-radius: 2px;
          color: #fff;
          padding: 1px 3px;
          font-size: 10px; }
      .obituary-card .obituary-wrapper .widget-necrologi-web h5 {
        font-family: Helvetica,Arial,sans-serif;
        font-size: 13px;
        color: #5b5b60; }
      .obituary-card .obituary-wrapper .widget-necrologi-web .more-info-serv {
        color: #8e8e93;
        font-family: Helvetica,Arial,sans-serif;
        font-size: 11px; }
      .obituary-card .obituary-wrapper .widget-necrologi-web .nec-services {
        display: inline-block;
        width: 100%;
        margin-top: 8px; }
        .obituary-card .obituary-wrapper .widget-necrologi-web .nec-services a {
          margin-right: 10px;
          text-transform: uppercase;
          color: #fff;
          font-size: 10px;
          background-color: #847955;
          padding: 3px 5px;
          border-radius: 3px;
          text-decoration: none; }
          .obituary-card .obituary-wrapper .widget-necrologi-web .nec-services a:hover {
            background-color: #5a533d;
            -webkit-transition: background-color 200ms linear;
            -ms-transition: background-color 200ms linear;
            transition: background-color 200ms linear; }

.live-tab-necrologi {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  border-bottom: 1px solid #e7e8e1;
  margin-bottom: 20px; }
  .live-tab-necrologi .btn-tab-necrologi {
    display: -webkit-flex;
    display: flex;
    background-color: #f7f7f7;
    padding: 10px 20px;
    font-size: 15px; }
    .live-tab-necrologi .btn-tab-necrologi a {
      color: #000;
      text-decoration: none; }
    .live-tab-necrologi .btn-tab-necrologi:hover a {
      text-decoration: underline; }
    .live-tab-necrologi .btn-tab-necrologi.active {
      border-top: 1px solid #e7e8e1;
      border-left: 1px solid #e7e8e1;
      border-right: 1px solid #e7e8e1;
      border-radius: 5px 5px 0 0;
      font-weight: 600;
      background-color: #fff; }

@media (max-width: 767px) {
  .obituary-card .obituary-wrapper .thumbnail-wrapper {
    width: 100%;
    position: relative;
    z-index: 1;
    height: auto; }
  .obituary-card .obituary-wrapper .obituary-general-info {
    width: 100%;
    margin: 0;
    min-height: auto; }
  .obituary-card .obituary-wrapper .funeral-home {
    position: unset; }
    .obituary-card .obituary-wrapper .funeral-home img {
      width: auto; }

  .live-tab-necrologi {
    margin-bottom: 0px;
    margin-top: 10px; } }
@media (min-width: 768px) and (max-width: 1023px) {
  .obituary-card .obituary-wrapper .thumbnail-wrapper {
    width: 100%;
    position: relative;
    z-index: 1;
    height: auto; }
  .obituary-card .obituary-wrapper .obituary-general-info {
    width: 100%;
    margin: 0;
    min-height: auto; }
  .obituary-card .obituary-wrapper .funeral-home {
    position: unset; }
    .obituary-card .obituary-wrapper .funeral-home img {
      width: auto; } }
.live-necrologi-ringraziamenti-title,
.live-necrologi-ricorrenze-title {
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0px 0 10px 0;
  display: flex;
  height: 30px;
  line-height: 30px;
  padding-left: 10px; }

.live-necrologi-ringraziamenti,
.live-necrologi-ricorrenze {
  margin-bottom: 20px;
  padding: 10px;
  border: 1px solid #ddd; }
  .live-necrologi-ringraziamenti .live-necrologi-ringraziamenti-slide .inner_slide-ringraziamenti,
  .live-necrologi-ringraziamenti .live-necrologi-ringraziamenti-slide .inner_slide-ricorrenze,
  .live-necrologi-ringraziamenti .live-necrologi-ricorrenze-slide .inner_slide-ringraziamenti,
  .live-necrologi-ringraziamenti .live-necrologi-ricorrenze-slide .inner_slide-ricorrenze,
  .live-necrologi-ricorrenze .live-necrologi-ringraziamenti-slide .inner_slide-ringraziamenti,
  .live-necrologi-ricorrenze .live-necrologi-ringraziamenti-slide .inner_slide-ricorrenze,
  .live-necrologi-ricorrenze .live-necrologi-ricorrenze-slide .inner_slide-ringraziamenti,
  .live-necrologi-ricorrenze .live-necrologi-ricorrenze-slide .inner_slide-ricorrenze {
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    width: 100%;
    text-decoration: none; }
    .live-necrologi-ringraziamenti .live-necrologi-ringraziamenti-slide .inner_slide-ringraziamenti .img_defunto,
    .live-necrologi-ringraziamenti .live-necrologi-ringraziamenti-slide .inner_slide-ricorrenze .img_defunto,
    .live-necrologi-ringraziamenti .live-necrologi-ricorrenze-slide .inner_slide-ringraziamenti .img_defunto,
    .live-necrologi-ringraziamenti .live-necrologi-ricorrenze-slide .inner_slide-ricorrenze .img_defunto,
    .live-necrologi-ricorrenze .live-necrologi-ringraziamenti-slide .inner_slide-ringraziamenti .img_defunto,
    .live-necrologi-ricorrenze .live-necrologi-ringraziamenti-slide .inner_slide-ricorrenze .img_defunto,
    .live-necrologi-ricorrenze .live-necrologi-ricorrenze-slide .inner_slide-ringraziamenti .img_defunto,
    .live-necrologi-ricorrenze .live-necrologi-ricorrenze-slide .inner_slide-ricorrenze .img_defunto {
      display: -webkit-flex;
      display: flex;
      overflow: hidden;
      width: 100px;
      height: 120px;
      overflow: hidden; }
      .live-necrologi-ringraziamenti .live-necrologi-ringraziamenti-slide .inner_slide-ringraziamenti .img_defunto img,
      .live-necrologi-ringraziamenti .live-necrologi-ringraziamenti-slide .inner_slide-ricorrenze .img_defunto img,
      .live-necrologi-ringraziamenti .live-necrologi-ricorrenze-slide .inner_slide-ringraziamenti .img_defunto img,
      .live-necrologi-ringraziamenti .live-necrologi-ricorrenze-slide .inner_slide-ricorrenze .img_defunto img,
      .live-necrologi-ricorrenze .live-necrologi-ringraziamenti-slide .inner_slide-ringraziamenti .img_defunto img,
      .live-necrologi-ricorrenze .live-necrologi-ringraziamenti-slide .inner_slide-ricorrenze .img_defunto img,
      .live-necrologi-ricorrenze .live-necrologi-ricorrenze-slide .inner_slide-ringraziamenti .img_defunto img,
      .live-necrologi-ricorrenze .live-necrologi-ricorrenze-slide .inner_slide-ricorrenze .img_defunto img {
        width: 100%;
        object-fit: cover; }
    .live-necrologi-ringraziamenti .live-necrologi-ringraziamenti-slide .inner_slide-ringraziamenti .defunto,
    .live-necrologi-ringraziamenti .live-necrologi-ringraziamenti-slide .inner_slide-ricorrenze .defunto,
    .live-necrologi-ringraziamenti .live-necrologi-ricorrenze-slide .inner_slide-ringraziamenti .defunto,
    .live-necrologi-ringraziamenti .live-necrologi-ricorrenze-slide .inner_slide-ricorrenze .defunto,
    .live-necrologi-ricorrenze .live-necrologi-ringraziamenti-slide .inner_slide-ringraziamenti .defunto,
    .live-necrologi-ricorrenze .live-necrologi-ringraziamenti-slide .inner_slide-ricorrenze .defunto,
    .live-necrologi-ricorrenze .live-necrologi-ricorrenze-slide .inner_slide-ringraziamenti .defunto,
    .live-necrologi-ricorrenze .live-necrologi-ricorrenze-slide .inner_slide-ricorrenze .defunto {
      width: calc(100% - 100px);
      padding: 0 10px; }
      .live-necrologi-ringraziamenti .live-necrologi-ringraziamenti-slide .inner_slide-ringraziamenti .defunto h5,
      .live-necrologi-ringraziamenti .live-necrologi-ringraziamenti-slide .inner_slide-ricorrenze .defunto h5,
      .live-necrologi-ringraziamenti .live-necrologi-ricorrenze-slide .inner_slide-ringraziamenti .defunto h5,
      .live-necrologi-ringraziamenti .live-necrologi-ricorrenze-slide .inner_slide-ricorrenze .defunto h5,
      .live-necrologi-ricorrenze .live-necrologi-ringraziamenti-slide .inner_slide-ringraziamenti .defunto h5,
      .live-necrologi-ricorrenze .live-necrologi-ringraziamenti-slide .inner_slide-ricorrenze .defunto h5,
      .live-necrologi-ricorrenze .live-necrologi-ricorrenze-slide .inner_slide-ringraziamenti .defunto h5,
      .live-necrologi-ricorrenze .live-necrologi-ricorrenze-slide .inner_slide-ricorrenze .defunto h5 {
        font-family: "Unna", serif;
        color: #2C2F3B;
        font-size: 20px; }
      .live-necrologi-ringraziamenti .live-necrologi-ringraziamenti-slide .inner_slide-ringraziamenti .defunto .tip,
      .live-necrologi-ringraziamenti .live-necrologi-ringraziamenti-slide .inner_slide-ricorrenze .defunto .tip,
      .live-necrologi-ringraziamenti .live-necrologi-ricorrenze-slide .inner_slide-ringraziamenti .defunto .tip,
      .live-necrologi-ringraziamenti .live-necrologi-ricorrenze-slide .inner_slide-ricorrenze .defunto .tip,
      .live-necrologi-ricorrenze .live-necrologi-ringraziamenti-slide .inner_slide-ringraziamenti .defunto .tip,
      .live-necrologi-ricorrenze .live-necrologi-ringraziamenti-slide .inner_slide-ricorrenze .defunto .tip,
      .live-necrologi-ricorrenze .live-necrologi-ricorrenze-slide .inner_slide-ringraziamenti .defunto .tip,
      .live-necrologi-ricorrenze .live-necrologi-ricorrenze-slide .inner_slide-ricorrenze .defunto .tip {
        width: 100%;
        border-top: 1px solid #eee;
        margin-top: 15px;
        padding-top: 5px;
        font-size: 13px;
        display: inline-block;
        color: #747474; }
      .live-necrologi-ringraziamenti .live-necrologi-ringraziamenti-slide .inner_slide-ringraziamenti .defunto .date,
      .live-necrologi-ringraziamenti .live-necrologi-ringraziamenti-slide .inner_slide-ricorrenze .defunto .date,
      .live-necrologi-ringraziamenti .live-necrologi-ricorrenze-slide .inner_slide-ringraziamenti .defunto .date,
      .live-necrologi-ringraziamenti .live-necrologi-ricorrenze-slide .inner_slide-ricorrenze .defunto .date,
      .live-necrologi-ricorrenze .live-necrologi-ringraziamenti-slide .inner_slide-ringraziamenti .defunto .date,
      .live-necrologi-ricorrenze .live-necrologi-ringraziamenti-slide .inner_slide-ricorrenze .defunto .date,
      .live-necrologi-ricorrenze .live-necrologi-ricorrenze-slide .inner_slide-ringraziamenti .defunto .date,
      .live-necrologi-ricorrenze .live-necrologi-ricorrenze-slide .inner_slide-ricorrenze .defunto .date {
        width: 100%;
        margin-top: 5px;
        font-size: 11px;
        color: #333;
        display: inline-block;
        font-weight: 700; }
  .live-necrologi-ringraziamenti .link_section,
  .live-necrologi-ricorrenze .link_section {
    width: 100%;
    display: inline-block;
    border-top: 1px solid #ddd;
    margin-top: 15px;
    padding-top: 10px;
    color: #747474;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    font-size: 13px; }
    .live-necrologi-ringraziamenti .link_section:hover,
    .live-necrologi-ricorrenze .link_section:hover {
      text-decoration: underline; }

.live-necrologi-ringraziamenti-nav,
.live-necrologi-ricorrenze-nav {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row; }
  .live-necrologi-ringraziamenti-nav .live-necrologi-ringraziamenti-btn-prev,
  .live-necrologi-ringraziamenti-nav .live-necrologi-ringraziamenti-btn-next,
  .live-necrologi-ringraziamenti-nav .live-necrologi-ricorrenze-btn-prev,
  .live-necrologi-ringraziamenti-nav .live-necrologi-ricorrenze-btn-next,
  .live-necrologi-ricorrenze-nav .live-necrologi-ringraziamenti-btn-prev,
  .live-necrologi-ricorrenze-nav .live-necrologi-ringraziamenti-btn-next,
  .live-necrologi-ricorrenze-nav .live-necrologi-ricorrenze-btn-prev,
  .live-necrologi-ricorrenze-nav .live-necrologi-ricorrenze-btn-next {
    background-image: url("./assets/images/live-icons.svg");
    background-repeat: no-repeat;
    height: 30px;
    cursor: pointer;
    outline: none; }
    .live-necrologi-ringraziamenti-nav .live-necrologi-ringraziamenti-btn-prev.swiper-button-disabled,
    .live-necrologi-ringraziamenti-nav .live-necrologi-ringraziamenti-btn-next.swiper-button-disabled,
    .live-necrologi-ringraziamenti-nav .live-necrologi-ricorrenze-btn-prev.swiper-button-disabled,
    .live-necrologi-ringraziamenti-nav .live-necrologi-ricorrenze-btn-next.swiper-button-disabled,
    .live-necrologi-ricorrenze-nav .live-necrologi-ringraziamenti-btn-prev.swiper-button-disabled,
    .live-necrologi-ricorrenze-nav .live-necrologi-ringraziamenti-btn-next.swiper-button-disabled,
    .live-necrologi-ricorrenze-nav .live-necrologi-ricorrenze-btn-prev.swiper-button-disabled,
    .live-necrologi-ricorrenze-nav .live-necrologi-ricorrenze-btn-next.swiper-button-disabled {
      opacity: .5; }
  .live-necrologi-ringraziamenti-nav .live-necrologi-ringraziamenti-btn-prev,
  .live-necrologi-ringraziamenti-nav .live-necrologi-ricorrenze-btn-prev,
  .live-necrologi-ricorrenze-nav .live-necrologi-ringraziamenti-btn-prev,
  .live-necrologi-ricorrenze-nav .live-necrologi-ricorrenze-btn-prev {
    background-size: 34px 2700px;
    background-position: 12px -1245px;
    padding-left: 30px; }
  .live-necrologi-ringraziamenti-nav .live-necrologi-ringraziamenti-btn-next,
  .live-necrologi-ringraziamenti-nav .live-necrologi-ricorrenze-btn-next,
  .live-necrologi-ricorrenze-nav .live-necrologi-ringraziamenti-btn-next,
  .live-necrologi-ricorrenze-nav .live-necrologi-ricorrenze-btn-next {
    background-size: 34px 2700px;
    background-position: 12px -1203px;
    padding-left: 30px; }

header.live-header-info {
  max-width: 100%;
  color: #fff; }
  header.live-header-info.chi-siamo {
    background-color: #006DA2; }
  header.live-header-info.redazione {
    background-color: #e46b10; }
  header.live-header-info.privacy {
    background-color: #C82E29; }
  header.live-header-info.cookie {
    background-color: #7f6aa1; }
  header.live-header-info.contatti {
    background-color: #5b8d20; }
  header.live-header-info .inner-live-header-info {
    max-width: 1260px !important;
    margin: 0 auto; }
    header.live-header-info .inner-live-header-info .top-page {
      border-bottom: 1px solid #cccccc4d;
      padding: 20px 0 20px;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap; }
      header.live-header-info .inner-live-header-info .top-page.redazione {
        border-bottom: 1px solid  #f4a3664d; }
      header.live-header-info .inner-live-header-info .top-page.privacy {
        border-bottom: 1px solid #da4f4a4d; }
      header.live-header-info .inner-live-header-info .top-page.cookie {
        border-bottom: 1px solid #b5a8c94d; }
      header.live-header-info .inner-live-header-info .top-page.contatti {
        border-bottom: 1px solid #90d43f4d; }
      header.live-header-info .inner-live-header-info .top-page .top-page-col {
        flex: 50%; }
        header.live-header-info .inner-live-header-info .top-page .top-page-col h1 {
          font-weight: 600;
          font-size: 26px;
          margin: 0; }
    header.live-header-info .inner-live-header-info .hero-content {
      padding-top: 20px;
      padding-bottom: 10px;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap; }
      header.live-header-info .inner-live-header-info .hero-content .hero-content-col.left {
        flex: 35%;
        -webkit-justify-content: center;
        justify-content: center;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        flex-direction: column; }
      header.live-header-info .inner-live-header-info .hero-content .hero-content-col.right {
        flex: 65%; }
      header.live-header-info .inner-live-header-info .hero-content .hero-content-col h2 {
        font-weight: 600;
        font-size: 36px;
        margin: 0;
        margin-bottom: 30px; }
      header.live-header-info .inner-live-header-info .hero-content .hero-content-col p {
        font-size: 16px;
        margin-bottom: 10px;
        margin-top: 0; }

.live-info {
  margin-top: 20px;
  margin-bottom: 20px;
  border-top: 1px solid #e7e8e1;
  border-bottom: 1px solid #e7e8e1; }
  .live-info .page-title {
    background-color: #fff; }
    .live-info .page-title h3 {
      padding: 20px;
      border-bottom: 1px solid #F3F3F3;
      font-size: 25px;
      color: #2a2a2a; }
  .live-info .page-content h4, .live-info .page-content p, .live-info .page-content ul, .live-info .page-content li {
    color: #2a2a2a;
    font-size: 14px; }
  .live-info .page-content h4 {
    font-size: 16px; }
  .live-info .page-content ul.info-redazione {
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 20px 0 0 0; }
    .live-info .page-content ul.info-redazione li.info-redazione-item {
      width: 100%;
      display: inline-block;
      padding: 10px 15px;
      margin-bottom: -1px;
      background-color: #fff;
      border: 1px solid #ddd;
      font-size: 13px; }
  .live-info .page-content .info-contatti {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
    .live-info .page-content .info-contatti .info-contatti-col {
      margin-top: 50px;
      flex: 50%;
      padding: 10px;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      .live-info .page-content .info-contatti .info-contatti-col h4 {
        margin-bottom: 15px;
        font-size: 20px; }
      .live-info .page-content .info-contatti .info-contatti-col p {
        margin: 0 0 5px;
        line-height: 20px; }
      .live-info .page-content .info-contatti .info-contatti-col .icon {
        margin-bottom: 10px; }
        .live-info .page-content .info-contatti .info-contatti-col .icon img {
          width: auto;
          height: 39px; }

@media (max-width: 767px) {
  header.live-header-info .inner-live-header-info .top-page {
    padding: 20px 10px; }
  header.live-header-info .hero-content {
    padding-left: 10px;
    padding-right: 10px; }
    header.live-header-info .hero-content figure {
      display: none; }

  .live-info {
    padding-left: 10px !important;
    padding-right: 10px !important; }
    .live-info .page-title h3 {
      padding: 10px 0; }
    .live-info .page-content .info-contatti .info-contatti-col {
      flex: 100%; } }
@media only screen and (min-width: 768px) and (max-width: 1259px) {
  header.live-header-info .inner-live-header-info .top-page {
    padding: 20px 10px; }
  header.live-header-info .inner-live-header-info .hero-content {
    padding-left: 10px;
    padding-right: 10px; }
    header.live-header-info .inner-live-header-info .hero-content .hero-content-col.left, header.live-header-info .inner-live-header-info .hero-content .hero-content-col.right {
      flex: 50%; }
    header.live-header-info .inner-live-header-info .hero-content .hero-content-col h2 {
      font-size: 28px;
      margin-bottom: 20px; }
    header.live-header-info .inner-live-header-info .hero-content .hero-content-col p {
      font-size: 13px; }
    header.live-header-info .inner-live-header-info .hero-content .hero-content-col figure img {
      max-width: 100%;
      width: auto; } }
table.live_table {
  border-spacing: 1;
  border-collapse: collapse;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  margin: 30px auto;
  position: relative; }
  table.live_table td, table.live_table th {
    width: 50%;
    padding-left: 8px;
    text-align: left; }
  table.live_table th {
    padding-left: 8px;
    text-align: left; }
  table.live_table td.l, table.live_table th.l {
    text-align: right; }
  table.live_table td.c, table.live_table th.c {
    text-align: center; }
  table.live_table td.r, table.live_table th.r {
    text-align: center; }
  table.live_table thead tr {
    height: 50px;
    background: #e8e8e8; }
  table.live_table tbody tr {
    height: 50px;
    font-size: 15px;
    line-height: 1.2;
    font-weight: unset; }
    table.live_table tbody tr:last-child {
      border: 0; }
    table.live_table tbody tr:nth-child(even) {
      background-color: #f5f5f5; }
    table.live_table tbody tr:hover {
      background-color: #f5f5f5;
      cursor: pointer; }

/*table * {
    position: relative
}*/
nav.live-main-menu-container ul.live-main-menu li.menu-item.menu-item-has-children {
  position: relative; }
  nav.live-main-menu-container ul.live-main-menu li.menu-item.menu-item-has-children a {
    position: relative; }
    nav.live-main-menu-container ul.live-main-menu li.menu-item.menu-item-has-children a:after {
      content: '';
      background-image: url("./assets/images/live-icons.svg");
      background-repeat: no-repeat;
      background-size: 34px 2338px;
      background-position: 7px -605px;
      position: absolute;
      top: 3px;
      right: 0;
      width: 30px;
      height: 30px;
      z-index: 1;
      pointer-events: none;
      transform: rotate(180deg); }
      @media (min-width: 768px) and (max-width: 1024px) {
        nav.live-main-menu-container ul.live-main-menu li.menu-item.menu-item-has-children a:after {
          display: none; } }
    nav.live-main-menu-container ul.live-main-menu li.menu-item.menu-item-has-children a:hover {
      background-color: #f7f7f7 !important;
      color: #303030 !important; }
  nav.live-main-menu-container ul.live-main-menu li.menu-item.menu-item-has-children ul.sub-menu {
    display: flex;
    position: absolute;
    right: 0;
    width: 280px;
    min-width: 180px;
    flex-direction: column;
    list-style: none;
    margin: 0;
    padding: 5px;
    background-color: #f7f7f7;
    justify-content: center;
    align-items: center;
    z-index: 9;
    border: 1px solid #e7e8e1;
    margin-top: 6px;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.5ms; }
    @media only screen and (min-width: 1260px) {
      nav.live-main-menu-container ul.live-main-menu li.menu-item.menu-item-has-children ul.sub-menu {
        left: 0; } }
    nav.live-main-menu-container ul.live-main-menu li.menu-item.menu-item-has-children ul.sub-menu li.menu-item {
      width: 100%;
      position: relative;
      align-items: center;
      display: flex;
      justify-content: flex-start; }
      nav.live-main-menu-container ul.live-main-menu li.menu-item.menu-item-has-children ul.sub-menu li.menu-item a {
        border: none !important;
        font-size: 13px;
        background-color: transparent;
        color: #303030; }
        nav.live-main-menu-container ul.live-main-menu li.menu-item.menu-item-has-children ul.sub-menu li.menu-item a:after {
          display: none !important; }
        nav.live-main-menu-container ul.live-main-menu li.menu-item.menu-item-has-children ul.sub-menu li.menu-item a:hover {
          background-color: transparent;
          color: #303030;
          text-decoration: underline; }
  nav.live-main-menu-container ul.live-main-menu li.menu-item.menu-item-has-children:hover a {
    background-color: #f7f7f7;
    z-index: 10;
    position: relative;
    border-top: 1px solid #e7e8e1;
    border-left: 1px solid #e7e8e1;
    border-right: 1px solid #e7e8e1; }
  nav.live-main-menu-container ul.live-main-menu li.menu-item.menu-item-has-children:hover ul.sub-menu {
    visibility: visible;
    opacity: 1; }

.special_content {
  width: 100%;
  background-color: #d0e4e9;
  padding: 20px;
  margin: 0 -20px;
  margin-top: 20px; }
  @media (max-width: 767px) {
    .special_content {
      padding: 0px;
      margin: 0; } }
  .special_content .live-col-2 {
    box-sizing: border-box; }
    .special_content .live-col-2 .live-adv-square {
      margin-top: 0; }
    @media (max-width: 767px) {
      .special_content .live-col-2 .c_live-special_sub_category {
        padding: 10px 5px; } }
    .special_content .live-col-2 .c_live-special_sub_category .inner_c_live-special_sub_category {
      padding: 10px;
      background-color: #fff;
      border-radius: 8px; }
      .special_content .live-col-2 .c_live-special_sub_category .inner_c_live-special_sub_category .top_special_sub_category {
        display: flex;
        flex-direction: row;
        margin-bottom: 10px;
        align-items: center; }
        @media (max-width: 767px) {
          .special_content .live-col-2 .c_live-special_sub_category .inner_c_live-special_sub_category .top_special_sub_category {
            padding: 10px 5px 0 5px; } }
        .special_content .live-col-2 .c_live-special_sub_category .inner_c_live-special_sub_category .top_special_sub_category .title_special_sub_category, .special_content .live-col-2 .c_live-special_sub_category .inner_c_live-special_sub_category .top_special_sub_category .pagination_arrow_special_sub_category {
          width: 50%; }
        .special_content .live-col-2 .c_live-special_sub_category .inner_c_live-special_sub_category .top_special_sub_category .title_special_sub_category {
          color: #151515 !important;
          font-size: 13px;
          line-height: 25px;
          font-weight: 700 !important;
          text-transform: uppercase;
          font-family: Helvetica, Arial, sans-serif; }
        .special_content .live-col-2 .c_live-special_sub_category .inner_c_live-special_sub_category .top_special_sub_category .pagination_arrow_special_sub_category {
          display: flex;
          justify-content: flex-end;
          align-items: center; }
          .special_content .live-col-2 .c_live-special_sub_category .inner_c_live-special_sub_category .top_special_sub_category .pagination_arrow_special_sub_category .live-special_content_pagination_sub_category {
            display: flex;
            justify-content: flex-end;
            align-items: center;
            font-size: 13px;
            font-weight: 600;
            margin-right: 10px; }
          .special_content .live-col-2 .c_live-special_sub_category .inner_c_live-special_sub_category .top_special_sub_category .pagination_arrow_special_sub_category .live-special_content_button-prev_sub_category, .special_content .live-col-2 .c_live-special_sub_category .inner_c_live-special_sub_category .top_special_sub_category .pagination_arrow_special_sub_category .live-special_content_button-next_sub_category {
            background-image: url("./assets/images/live-icons.svg");
            background-repeat: no-repeat;
            width: 25px;
            height: 25px;
            cursor: pointer;
            margin: 0 5px; }
          .special_content .live-col-2 .c_live-special_sub_category .inner_c_live-special_sub_category .top_special_sub_category .pagination_arrow_special_sub_category .live-special_content_button-prev_sub_category {
            background-size: 40px;
            background-position: 4px -1470px; }
          .special_content .live-col-2 .c_live-special_sub_category .inner_c_live-special_sub_category .top_special_sub_category .pagination_arrow_special_sub_category .live-special_content_button-next_sub_category {
            background-size: 40px;
            background-position: 5px -1420px; }
      .special_content .live-col-2 .c_live-special_sub_category .inner_c_live-special_sub_category .live-special_sub_category {
        overflow: hidden;
        position: relative; }
        .special_content .live-col-2 .c_live-special_sub_category .inner_c_live-special_sub_category .live-special_sub_category .live-the_special_sub_category a {
          text-decoration: none; }
          .special_content .live-col-2 .c_live-special_sub_category .inner_c_live-special_sub_category .live-special_sub_category .live-the_special_sub_category a:active, .special_content .live-col-2 .c_live-special_sub_category .inner_c_live-special_sub_category .live-special_sub_category .live-the_special_sub_category a:focus, .special_content .live-col-2 .c_live-special_sub_category .inner_c_live-special_sub_category .live-special_sub_category .live-the_special_sub_category a:visited {
            text-decoration: none; }
          .special_content .live-col-2 .c_live-special_sub_category .inner_c_live-special_sub_category .live-special_sub_category .live-the_special_sub_category a .name_sub_category {
            font-family: Helvetica, Arial, sans-serif;
            color: #000;
            font-size: 16px;
            line-height: 20px;
            margin-bottom: 15px;
            width: 100%;
            display: inline-block;
            font-weight: 700; }
  .special_content .in_content {
    display: flex;
    flex-direction: column;
    padding-right: 20px;
    border-right: 1px solid #c1d4d9; }
    @media (max-width: 767px) {
      .special_content .in_content {
        padding-right: 0px;
        border-right: none; } }
    .special_content .in_content .top_special_content {
      display: flex;
      flex-direction: row;
      margin-bottom: 10px;
      align-items: center; }
      @media (max-width: 767px) {
        .special_content .in_content .top_special_content {
          padding: 10px 5px 0 5px; } }
      .special_content .in_content .top_special_content .title_section, .special_content .in_content .top_special_content .pagination_arrow {
        width: 50%; }
      .special_content .in_content .top_special_content .title_section {
        color: #151515 !important;
        font-size: 13px;
        line-height: 25px;
        font-weight: 700 !important;
        text-transform: uppercase;
        font-family: Helvetica, Arial, sans-serif; }
      .special_content .in_content .top_special_content .pagination_arrow {
        display: flex;
        justify-content: flex-end;
        align-items: center; }
        .special_content .in_content .top_special_content .pagination_arrow .live-special_content_pagination {
          display: flex;
          justify-content: flex-end;
          align-items: center;
          font-size: 13px;
          font-weight: 600;
          margin-right: 10px; }
        .special_content .in_content .top_special_content .pagination_arrow .live-special_content_button-prev, .special_content .in_content .top_special_content .pagination_arrow .live-special_content_button-next {
          background-image: url("./assets/images/live-icons.svg");
          background-repeat: no-repeat;
          width: 25px;
          height: 25px;
          cursor: pointer;
          margin: 0 5px; }
        .special_content .in_content .top_special_content .pagination_arrow .live-special_content_button-prev {
          background-size: 40px;
          background-position: 4px -1470px; }
        .special_content .in_content .top_special_content .pagination_arrow .live-special_content_button-next {
          background-size: 40px;
          background-position: 5px -1420px; }
    .special_content .in_content .live-special_content {
      overflow: hidden;
      position: relative; }
      .special_content .in_content .live-special_content article {
        border-right: none !important;
        border-bottom: none !important;
        padding-right: 0px !important; }
