/* COLORS */
/* GENERAL SETTINGS */
* {
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
}

body {
  font-family: "Roboto Flex", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  color: #555;
  margin: 0;
  text-rendering: optimizeSpeed;
  -webkit-font-smoothing: antialiased;
  background-color: #fff;
}

p {
  margin: 0;
}

input:focus {
  outline: none;
}

a {
  text-decoration: none;
}

a[data-onecms-id] {
  display: none;
}

a:focus {
  outline: none;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

article a {
  color: #555;
  font-weight: 700;
}

article a:hover {
  text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 8px;
  padding: 0;
  color: #555;
}

h1 {
  font-family: "Noto Serif", serif;
  font-weight: 800;
  font-stretch: 62.5%;
  font-variation-settings: "wght" 800, "wdth" 62.5;
  font-size: 32px;
  line-height: 1.13;
}

img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.hidden {
  display: none !important;
}

.hide-mobile {
  display: initial;
}

.hide-desktop {
  display: none;
}

.noscroll {
  overflow: hidden;
}

.loader {
  display: inline-block;
  width: 40px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 8px solid #0072AD;
  animation: l20-1 0.8s infinite linear alternate, l20-2 1.6s infinite linear;
}

@keyframes l20-1 {
  0% {
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 50% 0%, 50% 0%, 50% 0%, 50% 0%);
  }
  12.5% {
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 0%, 100% 0%, 100% 0%);
  }
  25% {
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 100% 100%, 100% 100%);
  }
  50% {
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
  }
  62.5% {
    clip-path: polygon(50% 50%, 100% 0, 100% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
  }
  75% {
    clip-path: polygon(50% 50%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 50% 100%, 0% 100%);
  }
  100% {
    clip-path: polygon(50% 50%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 0% 100%);
  }
}
@keyframes l20-2 {
  0% {
    transform: scaleY(1) rotate(0deg);
  }
  49.99% {
    transform: scaleY(1) rotate(135deg);
  }
  50% {
    transform: scaleY(-1) rotate(0deg);
  }
  100% {
    transform: scaleY(-1) rotate(-135deg);
  }
}
.mostra-altro {
  display: flex;
  border: 2px solid #243768;
  padding: 4px 6px 4px 6px;
  margin-bottom: 10px;
  border-radius: 8px;
}

.mostra-altro a {
  display: flex;
}

/* END GENERAL SETTINGS */
/*---------------------------------------------*/
/*----------------- HEADER -------------------*/
/*-------------------------------------------*/
.header {
  padding: 16px 24px 16px;
}
.header .container {
  display: flex;
  align-items: center;
  /* logo */
  /* barra ricerca header */
  /* bottoni ricerca header */
}
.header .container .logo {
  background: url("../img/logo.svg") no-repeat left center;
  background-size: contain;
  height: 82px;
  width: 250px;
  text-indent: -9999px;
}
.header .container .logo a {
  display: block;
  height: 100%;
}
.header .container .container-ricerca {
  width: calc(88% - 600px);
}
.header .container .container-ricerca form {
  display: inline-block;
  width: 100%;
}
.header .container .container-ricerca form .input-group {
  display: flex;
  align-items: center;
  position: relative;
}
.header .container .container-ricerca form .input-group input {
  width: 100%;
  height: 40px;
  padding: 0 20px;
  border-radius: 24px;
  border: 1px solid #0067A1;
  color: #C6C6C6;
  font-size: 16px;
  line-height: 1;
}
.header .container .container-ricerca form .input-group input:focus {
  color: #333;
}
.header .container .container-ricerca form .input-group .submit {
  position: absolute;
  right: -1px;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  padding: 0;
}
.header .container .container-buttons {
  display: flex;
  position: relative;
  margin-left: auto;
  text-align: right;
}
.header .container .container-buttons button {
  width: 134px;
  height: 40px;
  border-radius: 24px;
  cursor: pointer;
  font-weight: 500;
}
.header .container .container-buttons button.btn-send-video {
  background-color: #0090B5;
  border: 1px solid #0090B5;
  text-transform: uppercase;
  color: #fff;
  margin-right: 158px;
}
.header .container .container-buttons button.btn-login {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #fff;
  border: 1px solid #021751;
  color: #243768;
}
.header .container .container-buttons button.btn-login:hover {
  background-color: #013E7F;
  border: 1px solid #013E7F;
  color: #fff;
}
.header .container .container-buttons .container-profile-button {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #fff;
  border: 1px solid #021751;
  border-radius: 20px;
  padding: 8px 32px 4px;
  text-align: center;
  width: 134px;
}
.header .container .container-buttons .container-profile-button a {
  font-family: "Roboto Flex", sans-serif;
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  color: #243768;
  margin-bottom: 12px;
}
.header .container .container-buttons .container-profile-button .other-button {
  margin-top: 8px;
  height: 72px;
  transition: all 300ms ease-in-out;
  overflow: hidden;
}
.header .container .container-buttons .container-profile-button .other-button.closed {
  height: 0;
}
.header .container .container-buttons .container-profile-button .other-button a {
  display: block;
}
.header .container .container-buttons .container-profile-button .other-button a:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------*/
/*------------------ TAGS -------------------*/
/*------------------------------------------*/
.listing-tags {
  margin-bottom: 32px;
  display: block;
}
.listing-tags ul {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  gap: 0 24px;
  margin: 0;
  padding: 0;
}
.listing-tags ul li {
  align-content: center;
  background-color: #E2E2E2;
  border-radius: 8px;
  height: 32px;
  text-align: center;
}
.listing-tags ul li a {
  color: #333;
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
  width: 100%;
  height: 100%;
  line-height: 32px;
  padding: 0 16px;
}
.listing-tags ul li:hover {
  background-color: #013E7F;
}
.listing-tags ul li:hover a {
  color: #fff;
}
.listing-tags ul li.current-menu-item {
  background-color: #013E7F;
}
.listing-tags ul li.current-menu-item a {
  color: #fff;
  font-weight: 600;
}

/*--------------------------------------------*/
/*------------- LISTING POSTS ---------------*/
/*------------------------------------------*/
.sidebar-post {
  /* REGIONI */
}
.sidebar-post h3 {
  font-size: 18px;
  line-height: 1.333;
  color: #243768;
  font-weight: 900;
  margin-bottom: 8px;
}
.sidebar-post .container-title-more {
  display: flex;
  justify-content: space-between;
}
.sidebar-post .container-title-more .mostra-altro a {
  align-items: center;
  color: #243768;
  display: flex;
  height: 22px;
  font-family: "Roboto Flex", sans-serif;
  font-size: 16px;
  gap: 4px;
  line-height: 22px;
}
.sidebar-post .container-list .video-i .thumb {
  margin-bottom: 8px;
}
.sidebar-post .container-list .video-i .thumb img {
  border-radius: 8px;
}
.sidebar-post .container-list .video-i .title {
  margin-bottom: 4px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.sidebar-post .container-list .video-i .title a {
  color: #333;
  font-size: 15px;
  line-height: 1.333;
  font-weight: 900;
}
.sidebar-post .container-list .video-i .date-text {
  color: #243768;
  font-size: 13px;
  line-height: 1.333;
}
.sidebar-post .container-list.vertical {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 24px;
}
.sidebar-post .container-list.vertical .video-i {
  width: 300px;
}
.sidebar-post .container-list.horizontal {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sidebar-post .container-list.horizontal .video-i {
  width: calc(25% - 18px);
}
.sidebar-post.sidebar-container-home-video-recenti .horizontal .video-i {
  width: calc(33% - 12px);
}
.sidebar-post .widget_widget_posts_by_regione {
  margin-bottom: 59px;
  transition: all 1000ms ease-in-out;
  height: 100%;
}
.sidebar-post .widget_widget_posts_by_regione:last-child {
  margin-bottom: 0;
}
.sidebar-post .widget_widget_posts_by_regione.height-0 {
  overflow: hidden;
  margin: 0;
  height: 0;
}

/*--------------------------------------------*/
/*----------------- SOCIAL ------------------*/
/*------------------------------------------*/
.social {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
}
.social .social-i {
  width: 26px;
  height: 26px;
}

/*------------------------------------------------------*/
/*-------------- CONTENITORE PRINCIPALE ---------------*/
/*----------------------------------------------------*/
.container-body {
  display: flex;
  padding: 0 24px;
  /* sidebar left */
  /* main content */
}
.container-body .sidebar-container {
  width: 250px;
  height: auto;
}
.container-body .sidebar-container .menu {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 186px;
}
.container-body .sidebar-container .menu li {
  list-style: none;
  margin: 0;
}
.container-body .sidebar-container .menu li .current-menu-item {
  background-color: #C0CDF5;
  color: #555;
  border-radius: 8px;
  width: 236px;
  height: 48px;
  align-content: center;
}
.container-body .sidebar-container .menu li a {
  color: #555;
  font-weight: 400;
  font-size: 14px;
  padding: 0 16px;
  display: inline-block;
  width: 100%;
  height: 100%;
  line-height: 48px;
}
.container-body .sidebar-container .menu li.border-top {
  border-top: 1px solid #C6C6C6;
  padding-top: 28px;
  margin-top: 12px;
}
.container-body .sidebar-container .menu li.border-top > a {
  font-weight: 700;
  font-size: 16px;
}
.container-body .sidebar-container .menu li.border-top > a:after {
  content: "";
  display: inline-block;
  background: url(../img/icon-arrow.svg) -8px center no-repeat;
  width: 8px;
  height: 8px;
  margin-left: 15px;
  transition: all 350ms ease-in-out;
}
.container-body .sidebar-container .menu li.estero a {
  color: #1956A4;
}
.container-body .sidebar-container .menu > li:not(.menu-item-has-children) {
  border-radius: 8px;
}
.container-body .sidebar-container .menu > li:not(.menu-item-has-children):hover {
  background-color: #C0CDF5;
}
.container-body .sidebar-container .menu > li:hover a:after {
  transform: translateX(70px);
}
.container-body .sidebar-container .menu .sub-menu {
  list-style: none;
  margin: 0 0 12px 16px;
  padding: 0;
}
.container-body .sidebar-container .menu .sub-menu li {
  border-radius: 8px;
  width: 100%;
  height: 48px;
}
.container-body .sidebar-container .menu .sub-menu li:hover {
  background-color: #C0CDF5;
}
.container-body .sidebar-container .menu .sub-menu li:hover a {
  color: #555;
}
.container-body .container-main {
  width: calc(100% - 300px);
  display: flex;
  flex-direction: column;
  flex: 1;
  /* paginatore listing */
}
.container-body .container-main .main {
  margin-bottom: 80px;
  width: 100%;
  /* title */
  /* listing */
  /* btn load more */
}
.container-body .container-main .main h1 {
  color: #243768;
  font-family: "Roboto Flex", sans-serif;
  font-size: 20px;
  font-weight: 900;
  margin-bottom: 12px;
}
.container-body .container-main .main .listing {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 32px 2%;
  margin-bottom: 48px;
  margin-right: 10%;
  /* status dashboard */
}
.container-body .container-main .main .listing .video-i {
  width: 32%;
}
.container-body .container-main .main .listing .video-i img {
  border-radius: 8px;
}
.container-body .container-main .main .listing .video-i .entry-header {
  margin-top: 8px;
}
.container-body .container-main .main .listing .video-i .entry-header h2 {
  margin-bottom: 4px;
}
.container-body .container-main .main .listing .video-i .entry-header h2 a {
  color: #333;
  font-size: 16px;
  line-height: 1.333;
  font-weight: 900;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.container-body .container-main .main .listing .video-i .entry-header h2 a:hover {
  text-decoration: none;
}
.container-body .container-main .main .listing .video-i .entry-header .data-pubb {
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  color: #243768;
  margin-bottom: 12px;
}
.container-body .container-main .main .listing .video-i .entry-header .date-text {
  font-size: 14px;
  color: #243768;
}
.container-body .container-main .main .listing .status {
  margin-bottom: 12px;
}
.container-body .container-main .main .listing .status span {
  font-weight: 900;
  color: #00AEC6;
}
.container-body .container-main .main .post_count {
  font-weight: 400;
  margin-bottom: 32px;
}
.container-body .container-main .main #load-more {
  margin: 48px auto 0;
  display: block;
  background-color: #fff;
  border: 1px solid #243768;
  border-radius: 24px;
  height: 48px;
  width: 292px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 24px;
  cursor: pointer;
}
.container-body .container-main .wpuf-pagination .page-numbers {
  color: #243768;
}
.container-body .container-main .wpuf-pagination .page-numbers.current, .container-body .container-main .wpuf-pagination .page-numbers:hover, .container-body .container-main .wpuf-pagination .page-numbers:active {
  background-color: #243768;
  border: 1px solid #243768;
  color: #fff;
}

body.author .container-body .container-main .main .listing .video-i .entry-header h2 a {
  font-size: 14px;
}

/*------------------------------------------------------*/
/*----------------- PROFILO UTENTE --------------------*/
/*----------------------------------------------------*/
.User_info .it-info-utente {
  margin-bottom: 40px;
}
.User_info .it-info-utente .userbox {
  display: flex;
  flex-wrap: nowrap;
}
.User_info .it-info-utente .userbox .userboxavatar {
  margin-right: 24px;
}
.User_info .it-info-utente .userbox .userboxavatar img {
  width: 292px;
  height: 158px;
}
.User_info .it-info-utente .userbox .userboxdata {
  display: flex;
  flex-direction: column;
}
.User_info .it-info-utente .userbox .userboxdata .username {
  font-size: 18px;
  line-height: 24px;
}
.User_info .it-info-utente .userbox .userboxdata .bottom {
  margin-top: auto;
}
.User_info .it-info-utente .userbox .userboxdata .bottom .numeri {
  line-height: 24px;
}
.User_info .it-info-utente .userbox .userboxdata .bottom .numeri span {
  font-size: 48px;
  line-height: 1;
  font-weight: 900;
  color: #243768;
  margin-right: 24px;
}
.User_info .it-info-description {
  margin-bottom: 40px;
}
.User_info .container-profile-button-mobile {
  display: none;
}

.author h2.title-pre-list {
  font-size: 18px;
  line-height: 1.333;
  color: #243768;
  font-weight: 900;
}

/*------------------------------------------------------*/
/*-------------------- BREADCRUMB ---------------------*/
/*----------------------------------------------------*/
.breadcrumb {
  padding: 0;
  list-style: none;
  display: flex;
  gap: 10px;
}
.breadcrumb a {
  color: #555;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.333;
}
.breadcrumb .item-1:after {
  content: "/";
  display: inline-block;
  transform: translatex(4px);
}

/*------------------------------------------------------*/
/*--------------------- FOOTER ------------------------*/
/*----------------------------------------------------*/
.footer {
  margin-top: auto;
  margin-bottom: 40px;
}
.footer .menu {
  margin-bottom: 24px;
}
.footer .menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer .menu ul li {
  display: inline-block;
  margin-right: 56px;
}
.footer .menu ul li a {
  color: #1956A4;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
}
.footer .menu ul li:last-child {
  margin: 0;
}
.footer .testo {
  color: #333333;
  font-size: 14px;
  line-height: 24px;
}

/*--------------------------------------------*/
/*--------------- HOME PAGE -----------------*/
/*------------------------------------------*/
.home .container-video-recenti {
  background-color: #f7e1b5;
  height: 100px;
  margin-bottom: 59px;
}
.home .sidebar-container-home-video-recenti,
.home .sidebar-container-home {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.container-post-related {
  margin-bottom: 80px;
}

/*--------------------------------------------*/
/*-------------- PAGINA VIDEO ---------------*/
/*------------------------------------------*/
.single-video .location-container {
  display: block;
}

.container-post-sidebar {
  display: flex;
  gap: 0 54px;
}
.container-post-sidebar .type-video {
  width: 88%;
}
.container-post-sidebar .type-video h1 {
  color: #243768;
  font-family: "Roboto Flex", sans-serif;
  font-size: 28px;
  line-height: 36px;
  margin-bottom: 12px;
}
.container-post-sidebar .type-video .container-video {
  margin-bottom: 12px;
}
.container-post-sidebar .type-video .container-video .player_video {
  border-radius: 8px;
}
.container-post-sidebar .type-video .container-subvideo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}
.container-post-sidebar .type-video .container-subvideo .col-left > div {
  display: inline-block;
  font-size: 14px;
}
.container-post-sidebar .type-video .container-subvideo .col-left > div a {
  color: #1956A4;
  font-weight: 700;
}
.container-post-sidebar .type-video .container-subvideo .col-left > div a:hover {
  text-decoration: none;
}
.container-post-sidebar .type-video .entry-content {
  margin-bottom: 64px;
}
.container-post-sidebar .type-video .entry-content .categoria {
  margin-bottom: 8px;
}
.container-post-sidebar .type-video .entry-content .categoria a {
  color: #1956A4;
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
}
.container-post-sidebar .type-video .entry-content .categoria a:hover {
  text-decoration: none;
}
.container-post-sidebar .type-video .entry-content .entry-text {
  font-size: 16px;
  line-height: 24px;
}

.rcs-video {
  right: 0;
  aspect-ratio: 16/9;
  height: 45% !important;
}

/*-----------------------------------------------*/
/*-------------- PAGINE TECNICHE ---------------*/
/*---------------------------------------------*/
.page-id-8885 h2,
.page-id-8889 h2,
.page-id-8891 h2 {
  text-align: left !important;
  font-weight: 800;
  color: #243768;
  font-size: 32px;
  line-height: 38px;
  margin-bottom: 24px;
}

.rcs-video .sticky-close-icon {
  display: none;
}

@media (min-width: 1024px) {
  .rcs-video.custom-video-sticky.is-sticky {
    min-height: auto !important;
    max-height: 300px !important;
    right: 40px;
  }
  .is-sticky.rcs-video .sticky-close-icon {
    position: absolute;
    z-index: 9999;
    top: -10px;
    right: -9px;
    display: block;
    width: 22px;
    height: 22px;
    background-color: #0a0a0a;
    border-radius: 12px;
    cursor: pointer;
  }
  .rcs-video .sticky-close-icon svg {
    display: block;
    width: 18px;
    height: 18px;
    padding: 0.125rem;
    margin: 0.125rem;
    background-color: #fff;
    border-radius: 10px;
  }
}
@media (min-width: 1980px) {
  .header .container .logo {
    width: 300px;
  }
  .sidebar-post h3 {
    font-size: 20px;
    line-height: 22px;
  }
  .sidebar-post .container-list .video-i .title a {
    font-size: 16px;
    line-height: 22px;
  }
  .sidebar-post .container-list .video-i .date-text {
    font-size: 14px;
    line-height: 14px;
    font-weight: 600;
  }
  .container-body .container-main .main h1 {
    font-size: 24px;
  }
  .container-body .container-main .main .listing {
    gap: 32px 2%;
  }
  .container-body .container-main .main .listing .video-i .entry-header h2 a {
    font-size: 18px;
  }
  .container-body .sidebar-container {
    width: 300px;
  }
  .container-body .sidebar-container .menu {
    width: 236px;
  }
  .breadcrumb a {
    font-size: 14px;
  }
  .author h2.title-pre-list {
    font-size: 20px;
    line-height: 22px;
  }
  body.author .container-body .container-main .main .listing .video-i .entry-header h2 a {
    font-size: 16px;
  }
}
body .btn-send-video-mobile {
  display: none;
}

@media (max-width: 1023px) {
  .hide-mobile {
    display: none !important;
  }
  .hide-desktop {
    display: initial !important;
  }
  /*---------------------------------------------*/
  /*----------------- HEADER -------------------*/
  /*-------------------------------------------*/
  .header {
    padding: 16px 0 0;
    position: sticky;
    background: #fff;
    width: 100%;
    top: 0;
  }
  .header .container {
    padding: 0 16px;
    margin-bottom: 16px;
  }
  .header .container .logo {
    width: 77px;
    height: 40px;
    margin-right: 24px;
  }
  .header .container .logo img {
    width: 100%;
  }
  .header .container .container-ricerca {
    width: calc(100% - 101px);
    margin-right: 24px;
  }
  .header .container .container-buttons {
    width: 24px;
    margin-left: 24px;
  }
  .header .mobile-user {
    display: flex !important;
    align-items: center;
  }
  .header .mobile-user svg {
    display: block;
  }
  .header .mobile-menu-tag {
    position: relative;
    display: flex !important;
    padding: 0 0 0 16px;
  }
  .header .mobile-menu-tag .menu-mobile-container .menu-mobile-ham {
    display: flex;
    align-items: center;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    width: auto;
    height: 30px;
    text-wrap: nowrap;
    padding: 1px 12px 0;
    font-size: 12px;
  }
  .header .mobile-menu-tag .menu-mobile-container .menu-mobile-ham svg {
    margin-right: 8px;
    margin-top: 1px;
  }
  .header .mobile-menu-tag .menu-mobile-container .menu-mobile-close {
    font-size: 12px;
  }
  .header .mobile-menu-tag .menu-mobile-container .menu-mobile-close svg {
    margin-right: 7px;
  }
  .header .mobile-menu-tag .menu-mobile-container .menu-mobile {
    background-color: #fff;
    width: 65%;
    position: absolute;
    top: 0;
    left: 15px;
    border-radius: 8px;
    border: 1px solid #ddd;
    padding: 4px 17px;
  }
  .header .mobile-menu-tag .menu-mobile-container .menu-mobile ul {
    padding: 0 13px;
    margin-top: 24px;
    list-style: none;
  }
  .header .mobile-menu-tag .menu-mobile-container .menu-mobile ul li {
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
  }
  .header .mobile-menu-tag .menu-mobile-container .menu-mobile ul li:last-child {
    margin-bottom: 0;
  }
  .header .mobile-menu-tag .menu-mobile-container .menu-mobile ul li.menu-item-type-custom .sub-menu {
    padding: 0;
    margin-bottom: 24px;
    border-bottom: 1px solid #C6C6C6;
  }
  .header .mobile-menu-tag .menu-mobile-container .menu-mobile ul li.menu-item-type-custom .sub-menu a {
    font-size: 14px;
    font-weight: 400;
  }
  .header .mobile-menu-tag .menu-mobile-container .menu-mobile ul li.menu-item-type-taxonomy a {
    font-size: 14px;
    font-weight: 400;
  }
  .header .mobile-menu-tag .menu-mobile-container .menu-mobile ul li a {
    color: #333;
    margin-bottom: 30px;
    display: block;
  }
  .listing-tags {
    margin-bottom: 8px;
  }
  .listing-tags ::-webkit-scrollbar {
    display: none;
  }
  .container-body {
    padding: 0;
  }
  .container-body .sidebar-container-home {
    padding: 0 16px;
  }
  .container-body .sidebar-post.sidebar-container-home-video-recenti {
    margin-bottom: 40px;
    padding: 0 16px;
  }
  /*--------------------------------------------*/
  /*-------------- PAGINA VIDEO ---------------*/
  /*------------------------------------------*/
  .single-video .container-body .container-main .container-post-sidebar,
  .single-video .container-body .container-main .sidebar-post {
    flex-direction: column;
    margin-bottom: 40px;
  }
  .single-video .container-body .container-main .container-post-sidebar h3,
  .single-video .container-body .container-main .sidebar-post h3 {
    padding: 0 16px;
  }
  .single-video .container-body .container-main .container-post-sidebar .type-video,
  .single-video .container-body .container-main .sidebar-post .type-video {
    width: 100%;
    padding: 0 16px;
  }
  .single-video .container-body .container-main .container-post-sidebar .type-video .container-subvideo,
  .single-video .container-body .container-main .sidebar-post .type-video .container-subvideo {
    flex-direction: column;
    align-items: flex-start;
  }
  .single-video .container-body .container-main .container-post-sidebar .type-video .container-subvideo .col-left,
  .single-video .container-body .container-main .sidebar-post .type-video .container-subvideo .col-left {
    margin-bottom: 12px;
  }
  .single-video .container-body .container-main .container-post-sidebar .container-list,
  .single-video .container-body .container-main .sidebar-post .container-list {
    align-items: flex-start;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    flex-wrap: nowrap;
    flex-direction: row;
    padding: 0 16px;
  }
  .single-video .container-body .container-main .container-post-sidebar .container-list .video-i,
  .single-video .container-body .container-main .sidebar-post .container-list .video-i {
    min-width: 262px;
  }
  /*--------------------------------------------*/
  /*------------------ TAGS -------------------*/
  /*------------------------------------------*/
  .listing-tags {
    margin-bottom: 24px;
    width: calc(100% - 77px);
  }
  .listing-tags ul {
    gap: 0 16px;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    padding-left: 16px;
  }
  .listing-tags ul li {
    background-color: #fff;
    border: 1px solid #DDD;
    width: auto;
    height: 30px;
    text-wrap: nowrap;
  }
  .listing-tags ul li a {
    font-size: 12px;
    line-height: 30px;
    font-weight: 400;
    padding: 0 12px;
  }
  .listing-tags ul li:hover {
    background-color: unset;
  }
  .listing-tags ul li:hover a {
    color: unset;
  }
  /*------------------------------------------------------*/
  /*-------------- CONTENITORE PRINCIPALE ---------------*/
  /*----------------------------------------------------*/
  .container-body {
    flex-direction: column;
  }
  .container-body .sidebar-container {
    width: 100%;
    margin: 0;
  }
  .container-body .container-main {
    width: 100%;
    margin: 0;
  }
  .container-body .container-main .main {
    margin-bottom: 60px;
  }
  .container-body .container-main .main h1 {
    padding: 0 16px;
    font-size: 18px;
  }
  .container-body .container-main .main .listing {
    flex-direction: column;
    gap: 28px 0;
    padding: 0 16px;
    margin-bottom: 48px;
    margin-right: 0;
  }
  .container-body .container-main .main .listing .video-i {
    width: 100%;
  }
  .container-body .container-main .main .listing .video-i .entry-header {
    margin-top: 10px;
  }
  .container-body .container-main .main .listing .video-i .entry-header h2 a {
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
  }
  .container-body .container-main .main #load-more {
    width: 170px;
  }
  .container-body .container-main .main .post_count {
    padding: 0 16px;
  }
  /*--------------------------------------------*/
  /*------------- LISTING POSTS ---------------*/
  /*------------------------------------------*/
  .sidebar-post .container-list.horizontal {
    gap: 32px;
  }
  .sidebar-post .container-list.horizontal .video-i {
    width: 100%;
    min-width: 262px;
  }
  body.author .sidebar-container-interno {
    display: none;
  }
  body.author .container-body .container-main .main .listing .video-i .entry-header h2 a {
    font-size: 13px;
    font-weight: 700;
  }
  body.page .container p {
    font-size: 14px;
  }
  /*------------------------------------------------------*/
  /*------------- MODIFICA PROFILO UTENTE ---------------*/
  /*----------------------------------------------------*/
  form.wpuf-form-add {
    padding: 0 16px;
  }
  /*------------------------------------------------------*/
  /*----------------- PROFILO UTENTE --------------------*/
  /*----------------------------------------------------*/
  .User_info .it-info-utente {
    margin-bottom: 24px;
  }
  .User_info .it-info-utente .userbox {
    flex-direction: column;
  }
  .User_info .it-info-utente .userbox .userboxavatar {
    margin-right: 0;
    margin-bottom: 12px;
  }
  .User_info .it-info-utente .userbox .userboxavatar img {
    width: 100%;
    height: 194px;
  }
  .User_info .it-info-utente .userbox .userboxdata .username {
    padding: 0;
  }
  .User_info .it-info-utente .userbox .userboxdata .bottom {
    margin: unset;
  }
  .User_info .it-info-utente .userbox .userboxdata .bottom .numeri {
    margin-bottom: 12px;
  }
  .User_info .it-info-description {
    margin-bottom: 40px;
  }
  .User_info .container-profile-button-mobile {
    display: flex;
    gap: 12px;
    justify-content: space-between;
    margin-bottom: 24px;
  }
  .User_info .container-profile-button-mobile a {
    align-content: center;
    display: block;
    background-color: #fff;
    border: 1px solid #243768;
    color: #243768;
    border-radius: 24px;
    height: 40px;
    width: 33%;
    text-transform: none;
    text-align: center;
    font-size: 12px;
    line-height: 14px;
    font-weight: 500;
    cursor: pointer;
  }
  .author h2.title-pre-list {
    padding: 0 16px;
  }
  .author .container-body .container-main .main .listing {
    flex-direction: row;
    gap: 32px 24px;
  }
  .author .container-body .container-main .main .listing .video-i {
    width: calc(50% - 12px);
  }
  .author .sidebar-post h3.widget-title {
    padding: 0 16px;
  }
  .author .sidebar-post .container-list.vertical {
    flex-direction: row;
    padding: 0 16px;
  }
  .author .sidebar-post .container-list.vertical .video-i {
    width: calc(50% - 12px);
  }
  /*--------------------------------------------*/
  /*---------------- RICERCA ------------------*/
  /*------------------------------------------*/
  .search-results .listing {
    padding: 0 16px;
  }
  .search-results .listing .video-i .entry-header {
    margin-top: 12px !important;
  }
  .search-results .listing .video-i .entry-header h2 {
    margin: 0;
    line-height: 1;
  }
  /*--------------------------------------------*/
  /*------------ PAGINE TECNICHE --------------*/
  /*------------------------------------------*/
  .page-template-template-check-login-page .main,
  .page-id-8885 .main,
  .page-id-8887 .main,
  .page-id-8889 .main {
    padding: 0 16px;
  }
  .page-template-template-check-login-page .main h1,
  .page-id-8885 .main h1,
  .page-id-8887 .main h1,
  .page-id-8889 .main h1 {
    padding: 0 !important;
  }
  .btn-send-video-mobile {
    background-color: #0090B5;
    border: 1px solid #0090B5;
    border-radius: 8px;
    bottom: 20px;
    color: #fff;
    display: inline-block !important;
    font-weight: 700;
    font-size: 16px;
    height: 48px;
    position: fixed;
    right: 8px;
    width: 166px;
    text-transform: uppercase;
  }
  .btn-send-video-mobile svg {
    margin-right: 10px;
    transform: translateY(3px);
  }
  /* REGIONI */
  .sidebar-container-regioni {
    padding: 0 16px;
  }
  /*------------------------------------------------------*/
  /*--------------------- FOOTER ------------------------*/
  /*----------------------------------------------------*/
  .footer {
    padding: 0 16px;
    margin-bottom: 24px;
  }
  .footer .menu ul {
    display: flex;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    gap: 0 24px;
  }
  .footer .menu ul ::-webkit-scrollbar {
    display: none;
  }
  .footer .menu ul li {
    margin: 0;
  }
  .footer .menu ul li a {
    font-size: 12px;
    line-height: 24px;
    text-wrap: nowrap;
  }
  .footer .testo {
    font-size: 12px;
  }
  .rcs-video {
    top: 0;
    bottom: auto !important;
    aspect-ratio: 16/9;
    width: 100%;
    height: auto !important;
    z-index: 10;
  }
  .sticky-title,
  .sticky-close-icon {
    display: none;
  }
}
@media (min-width: 1024px) and (max-width: 1400px) {
  .header {
    padding: 24px;
  }
}
@media (max-width: 1440px) {
  .container-body .container-main .main .listing {
    margin-right: 0;
  }
}

/*# sourceMappingURL=common.min.css.map */
