:root {
  --theme-color: #522582;
  --theme-color2: #cc1417;
  --theme-color-light: #7189ac;
  --link-color: #3a3a3a;
  --theme-dark: #0a1527;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #000;
  background-color: #fff;
  font-family: Rubik, sans-serif;
  font-size: 16px;
  line-height: 1.25;
}

a {
  text-decoration: underline;
}

.mainmenu {
  z-index: 20;
  background-color: #fff;
  width: 100%;
  padding: 20px;
  position: static;
  top: 0;
}

.homemaincarousel {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  mix-blend-mode: normal;
  min-width: auto;
  min-height: 80vh;
}

.slide__shadow {
  opacity: .78;
  background-image: linear-gradient(#000, #0000 51%, #000);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.slide__title {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 31px;
  line-height: 1.5;
}

.btn {
  color: var(--theme-color);
  background-color: #fff;
  background-image: none;
  border-radius: 10px;
  padding: .5em 1.7em;
  text-decoration: none;
}

.btn.twrbacklink {
  text-decoration: none;
}

.slide__content {
  width: auto;
  max-width: 80%;
  position: absolute;
  inset: auto auto 13% 0%;
}

.image {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  position: absolute;
}

.div-block {
  width: 100%;
  height: 100%;
  position: absolute;
}

.section-default {
  color: #000;
  padding-top: 80px;
  padding-bottom: 80px;
  font-family: Work Sans, sans-serif;
  text-decoration: none;
}

.section-default.nera {
  background-color: #000;
}

.section-default.blu {
  background-color: var(--theme-color);
}

.section-default.blu.home-news1, .section-default.blu.home-latest-articles {
  display: none;
}

.section-default.white {
  color: #000;
}

.section-default.puntata {
  background-image: linear-gradient(to bottom, var(--theme-color), var(--theme-color));
  padding-top: 247px;
}

.section-default.twrpage {
  padding-top: 20px;
}

.section-default.article_related {
  display: none;
}

.section-default.home-news2, .section-default.home-social, .section-default.home-latest-podcasts {
  display: block;
}

.section-default.smallmargin {
  padding-top: 40px;
  padding-bottom: 40px;
}

.section-default__titlebox {
  letter-spacing: 2px;
  border-bottom: 1px solid #a8a8a8;
  align-items: center;
  margin-bottom: 80px;
  padding-bottom: 10px;
  font-family: Work Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  display: flex;
}

.section-default__titlebox.black {
  color: #000;
  margin-bottom: 40px;
}

.section-default__titlebox.smallmargin {
  margin-bottom: 10px;
}

.box-item-4-3 {
  opacity: 1;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-clip: border-box;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding-top: 63%;
  display: block;
  position: relative;
  overflow: hidden;
}

.box-item-4-3.blend-image.twr {
  border: 2px solid #000;
}

.itemimage {
  filter: grayscale() blur(1px);
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: visible;
}

.blend-image {
  z-index: 1;
  display: block;
  position: relative;
  overflow: hidden;
}

.slide-nav {
  display: none;
}

.homeprogrammisllider__titlelink {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  text-decoration: none;
  position: static;
}

.homeprogrammislider__testo {
  color: #000;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-left: 12px;
  padding-right: 12px;
}

.homeprogrammislider__testo.nero {
  color: #000;
}

.slider {
  text-align: left;
  background-color: #0000;
  margin-right: 0;
}

.div-block-2 {
  filter: saturate(69%);
  color: #fff;
  text-align: center;
}

.homeprogrammislide {
  width: 31.6%;
  margin-left: 0;
  margin-right: 20px;
}

.div-block-3 {
  z-index: 3;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.sliderarrow-round {
  color: #000;
  text-align: center;
  background-color: #fff;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  font-size: 18px;
  display: flex;
}

.div-block-4 {
  z-index: 2;
  opacity: .66;
  mix-blend-mode: color;
  background-color: #f9f9ce;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0% auto auto 0%;
}

.grid-2 {
  grid-template-columns: 1fr 1fr 1fr;
}

.div-block-5 {
  z-index: 1;
  opacity: .25;
  mix-blend-mode: normal;
  background-color: #000;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.div-block-6 {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.heading-4 {
  margin-top: 0;
  font-size: 22px;
  line-height: 1.25;
}

.episode__contentcell {
  margin-bottom: 20px;
  padding-top: 0;
  display: block;
}

.div-block-8 {
  z-index: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.episodi-ultimoepisodio {
  background-color: var(--theme-color2);
  border-radius: 12px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  margin-bottom: 30px;
  overflow: hidden;
}

.div-block-10 {
  min-height: 356px;
  position: relative;
}

.footer {
  border-color: var(--theme-color);
  text-align: center;
  background-color: #fff;
  border-top-style: solid;
  border-top-width: 1px;
  align-items: flex-start;
  padding-top: 60px;
  padding-bottom: 60px;
}

.footer-flex-container {
  text-align: left;
  justify-content: space-between;
  margin-bottom: 40px;
  display: flex;
}

.footer-logo-link {
  flex: 0 auto;
  min-width: 60px;
  max-height: 60px;
}

.footer-image {
  object-fit: contain;
  object-position: 0% 50%;
  width: 200px;
  height: 100%;
}

.footer-heading {
  color: var(--theme-color);
  letter-spacing: 2px;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.5;
}

.footer-link {
  margin-bottom: 10px;
  font-family: Work Sans, sans-serif;
  font-size: 14px;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  text-decoration: underline;
}

.btn-view-all {
  color: #000;
  font-family: Rubik, sans-serif;
  font-size: 14.22px;
  font-weight: 500;
  text-decoration: none;
  display: block;
}

.btn-view-all.black {
  color: #000;
}

.btn-view-all.podcast {
  color: var(--theme-color-light);
  display: none;
}

.btn-view-all.trasmissioni {
  color: var(--theme-color-light);
}

.btn-view-all.light {
  color: #fff;
}

.homesection__title {
  color: #000;
  text-align: left;
  text-transform: uppercase;
  flex: 1;
  font-size: 34px;
  font-weight: 700;
}

.homesection__title.white {
  color: #fff;
}

.grid-4 {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
}

.articoligriditem__title {
  color: #fff;
  border-left: 5px solid #6b6b6b;
  margin-top: 0;
  padding-left: 20px;
  font-size: 23px;
  line-height: 1.25;
}

.articoligriditem__author {
  font-family: Work Sans, sans-serif;
  font-size: 11px;
}

.articoligriditem__content {
  padding-left: 20px;
}

.articoligriditem__testo {
  color: #fff;
  margin-bottom: 20px;
  font-size: 14px;
}

.page-header {
  justify-content: center;
  align-items: center;
  height: 50vh;
  display: block;
  position: relative;
}

.heading-6 {
  text-align: center;
  font-size: 56px;
  line-height: 1.25;
}

.material-icons {
  text-transform: none;
  margin-top: 0;
  font-family: Materialiconsround, sans-serif;
  display: inline-block;
}

.material-icons.search {
  font-size: 17px;
}

.material-icons.bottomplay {
  margin-right: 10px;
  font-size: 20px;
  line-height: 24px;
  display: inline;
}

.playbtn {
  font-size: 25px;
  line-height: 1;
  text-decoration: none;
  display: inline;
}

.playbtn.big {
  font-size: 60px;
  display: inline-block;
}

.playbtn.big.block {
  display: block;
}

.playbtn.big.block.btnplayonair {
  color: var(--theme-color-light);
  display: none;
}

.playbtn.big.block.btnpauseonair {
  color: var(--theme-color-light);
}

.playbtn.big.block.btnpausepodcast {
  color: #fff;
  display: none;
}

.div-block-12 {
  text-align: right;
  position: absolute;
  inset: auto 0% 0% auto;
}

.grid-5 {
  grid-template-columns: 1fr 1fr;
  justify-content: end;
}

.div-block-14 {
  background-image: url('../images/zaitime.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding-top: 100%;
  position: relative;
}

.div-block-14.blend-image.rounded-corners, .div-block-14.rounded-corners {
  background-image: url('../images/europe4.jpg');
}

.div-block-15 {
  z-index: 4;
  position: absolute;
  inset: auto auto 0% 0%;
}

.rounded-corners {
  border-radius: 12px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.div-block-16 {
  padding: 10px;
}

.text-block-3 {
  color: var(--theme-color);
  font-family: Rubik, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.text-block-4 {
  color: var(--theme-color);
  text-transform: uppercase;
  font-size: 14px;
}

.articoliconfotogriditem__title {
  color: #fff;
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.25;
}

.articoliconfotogriditem__imagebox {
  background-image: url('../images/liluzi.jpg');
  background-position: 50%;
  background-size: cover;
  padding-top: 100%;
}

.articoliconfotogriditem__imagebox.rounded-corners.mk-box-4-3 {
  background-image: none;
}

.articoliconfotogriditem__content {
  padding-left: 12px;
  padding-right: 12px;
}

.articoliconfotogriditem__data {
  font-family: Work Sans, sans-serif;
  font-size: 11px;
}

.articoliconfotogriditem__data.articoliconfotogriditem__content {
  color: #fff;
  margin-bottom: 10px;
}

.div-block-17 {
  background-image: url('../images/bassa-fedelta.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.div-block-17.blend-image {
  background-image: url('../images/europe4.jpg');
  position: absolute;
  overflow: visible;
}

.vflipitem-side-a {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: static;
  inset: 0% auto auto 0%;
  transform: rotate(0)translate(0);
}

.div-block-18 {
  z-index: 4;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding-bottom: 40px;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.image-5 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0% auto auto 0%;
}

.btn.alternate {
  background-color: var(--theme-color);
  color: #fff;
}

.div-block-19 {
  text-align: center;
  margin-top: 40px;
}

.div-block-20 {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: visible;
}

.div-block-20.blend-image {
  display: block;
}

.maincontent__title {
  margin-bottom: 20px;
  font-family: Rubik, sans-serif;
  line-height: 1.5em;
}

.tabs-menu {
  background-color: var(--link-color);
  justify-content: space-between;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.tabs-menu.rounded-corners {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5px;
  padding-bottom: 5px;
}

.palinsesto__tabgiorno {
  color: #fff;
  background-color: #0000;
}

.palinsesto__tabgiorno.w--current {
  color: var(--link-color);
  background-color: #fff;
  border-radius: 12px;
  padding-left: 20px;
  padding-right: 20px;
}

.list {
  margin-top: 50px;
  margin-left: 8px;
  padding-left: 0;
  list-style-type: none;
}

.list-item {
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: relative;
}

.text-block-5 {
  color: var(--theme-color-light);
  padding-left: 10px;
  padding-right: 50px;
  font-family: Rubik, sans-serif;
  font-weight: 500;
}

.heading-8 {
  margin-top: 0;
}

.div-block-22 {
  flex: 1;
}

.palinsesto-liist-indicator {
  background-color: var(--theme-color);
  border: 5px solid #000;
  border-radius: 15px;
  width: 20px;
  height: 20px;
  position: relative;
  top: 0;
  left: -11px;
}

.container {
  border-left: 1px solid #fff;
  padding-bottom: 40px;
  display: flex;
}

.page-header-subtitle {
  color: #fff;
  text-align: center;
  font-family: Work Sans, sans-serif;
  font-size: 20px;
}

.descrizione-trasmissione {
  text-align: justify;
  font-size: 20px;
}

.list-2 {
  padding-left: 0;
  list-style-type: none;
}

.episodilist-item {
  border: 1px solid var(--link-color);
  background-color: #fff;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.heading-9 {
  flex: 1 2 1px;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
}

.episodelist-data {
  color: var(--theme-color-light);
  text-transform: uppercase;
  max-width: 33%;
  padding: 0 10px;
  font-size: 12px;
  font-weight: 500;
}

.episodelist-testo {
  color: #fff;
  flex: none;
  padding-top: 0;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
}

.episodelist-testo.w--current {
  color: #000;
}

.div-block-23 {
  flex: 0 10px;
  align-self: auto;
  padding-left: 10px;
  padding-right: 10px;
}

.episodelist-data-copy {
  color: #91aed8;
  text-transform: uppercase;
  margin-bottom: 0;
  padding: 0 10px 0 0;
  font-size: 20px;
  font-weight: 500;
}

.ultimoepisodio-testo {
  flex: 2 50%;
  margin-bottom: 20px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 10px;
}

.div-block-24 {
  z-index: 10;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.episodelist-titolo {
  color: #fff;
  flex: none;
  text-decoration: none;
  display: block;
}

.episodelist-titolo.w--current {
  color: #000;
}

.link-white {
  color: #fff;
  text-decoration: none;
  display: block;
}

.link-white:hover {
  color: var(--theme-color);
}

.container-2 {
  height: 100%;
  position: relative;
}

.image-6 {
  width: 130px;
}

.mainnav {
  background-color: #0000;
}

.mainnav-link {
  text-transform: uppercase;
  white-space: nowrap;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Work Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.mainnav-link.w--current {
  background-color: var(--theme-color);
  color: #fff;
  border-radius: 12px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.mainnav-link.cerca {
  border-left: 1px solid #fff;
  padding-left: 10px;
}

.dropdown-list-2 {
  color: #0000;
}

.dropdown-list-2.w--open {
  background-color: #0000;
}

.mainnav-dropdownlink {
  background-color: #fff;
  border-radius: 12px;
  margin-bottom: 10px;
}

.text-block-6 {
  color: #fff;
  padding-bottom: 0;
  display: block;
}

.nav-menu {
  align-items: center;
  display: flex;
}

.container-3 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.homeprogrammislider__title {
  font-size: 24px;
  line-height: 1.25;
}

.div-block-25 {
  flex: 1;
  align-items: center;
  display: flex;
}

.grid-6 {
  align-items: start;
  margin-bottom: 20px;
}

.mainnav-dropdown-icon {
  color: #fff;
}

.mainmenu__inner {
  width: 100%;
  position: static;
  inset: 0% auto auto 0%;
}

.searchform {
  background-color: var(--theme-dark);
  width: 100%;
  margin-top: 0;
  padding-top: 200px;
  padding-bottom: 64px;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.form {
  justify-content: center;
  align-items: center;
  max-width: 653px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.grid-7 {
  grid-template-columns: 1fr 1fr 1fr;
}

.image-7 {
  text-align: left;
  object-fit: contain;
  max-height: 100%;
  display: inline;
  position: static;
  inset: 0% 0% auto auto;
}

.partner-name {
  text-align: center;
  text-transform: uppercase;
  font-family: Rubik, sans-serif;
}

.style-guide {
  color: #000;
  background-color: #fff;
  margin-top: 252px;
}

.div-block-26 {
  background-color: #0a0a0a;
  padding: 10px;
}

.box-item-parter {
  opacity: 1;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-clip: border-box;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding-top: 63%;
  display: block;
  position: relative;
  overflow: hidden;
}

.partner-bg {
  text-align: center;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.partner-bg.radiojeans {
  background-color: #1d7db7;
}

.partner-bg.mandragola {
  background-color: #404041;
}

.partner-bg.laboradio {
  background-color: #fff;
}

.partner-bg.hotblock {
  background-color: #f9f8cd;
}

.div-block-28 {
  padding-left: 12px;
  padding-right: 12px;
}

.body {
  object-fit: cover;
  background-color: #fff;
  margin-top: 264px;
}

.grid-8 {
  grid-template-rows: 454px auto;
}

.vflipitem {
  position: relative;
}

.vflipitem-side-b {
  object-fit: none;
  transform-style: preserve-3d;
  background-color: #000;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
  transform: rotateX(180deg)rotateY(0)rotateZ(0);
}

.heading-12 {
  text-align: center;
  font-size: 24px;
}

.ppp {
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.ppp.vflipitem-side-b {
  transform-style: preserve-3d;
  transform: translate(0)rotateX(180deg)rotateY(0)rotateZ(0);
}

.text-block-9 {
  text-align: center;
}

.div-block-29 {
  overflow: hidden;
}

.div-block-30 {
  color: #fff;
  background-color: #000;
}

.grid-9 {
  grid-template-rows: 196px auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.div-block-31 {
  height: 200px;
}

.div-block-31.mk-vflipitem {
  height: 300px;
}

.image-8 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.div-block-32 {
  width: 100%;
  height: 100%;
}

.grid-10 {
  grid-template-columns: 1fr 1fr 1fr;
}

.articoliconfotogriditem__image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.image-grow {
  transition: all .5s;
}

.image-grow:hover {
  transform: scale(1.3);
}

.articoliconfotogriditem2__content {
  background-image: linear-gradient(357deg, var(--theme-color-light), #fff0);
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
  box-shadow: 1px 1px 3px #000;
}

.articoliconfotogriditem2__title {
  color: #fff;
  text-shadow: 0 0 10px #000c;
  margin-top: 10px;
  font-size: 25px;
  line-height: 1.25;
}

.articoliconfotogriditem2__data {
  text-shadow: 0 0 10px #000;
  object-fit: none;
  font-family: Work Sans, sans-serif;
  font-size: 11px;
  display: block;
  position: static;
}

.articoliconfotogriditem2__data.articoliconfotogriditem__content {
  margin-bottom: 10px;
}

.articoliconfotogriditem2__imagebox {
  padding-top: 100%;
  display: block;
}

.articoliconfotogriditem2__imagebox.rounded-corners.mk-box-4-3 {
  background-image: none;
}

.articoliconfotogriditem2__image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.nounderline {
  display: block;
}

.articoliconfotogriditem__data-copy {
  font-family: Work Sans, sans-serif;
  font-size: 11px;
}

.articoliconfotogriditem__data-copy.articoliconfotogriditem__content {
  margin-bottom: 10px;
}

.maincontent__body {
  font-size: 19px;
  line-height: 1.5;
}

.maincontent__body.centered {
  text-align: center;
}

.maincontent__image {
  margin-top: 10px;
  margin-bottom: 10px;
}

.maincontent__infobox {
  color: #5c5b5b;
  text-transform: uppercase;
  border-top: 1px solid #5c5b5b;
  border-bottom: 1px solid #5c5b5b;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 500;
  display: flex;
}

.articolo-data {
  color: #5c5b5b;
  flex: 1;
}

.link-block {
  display: block;
}

.maincontent__subtitle {
  font-family: Rubik, sans-serif;
  font-weight: 500;
  line-height: 1.5;
}

.articoliconfotogriditem3__imagebox {
  padding-top: 100%;
}

.articoliconfotogriditem3__imagebox.rounded-corners.mk-box-4-3 {
  background-image: none;
}

.articoliconfotogriditem3__content {
  background-image: linear-gradient(357deg, var(--theme-color-light), #fff0);
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
  box-shadow: 1px 1px 3px #000;
}

.trasmissione-footerlink__caption {
  color: var(--theme-color-light);
  margin-left: 5px;
  margin-right: 0;
  font-family: Rubik, sans-serif;
  font-weight: 700;
}

.trasmissione-footerlink__value {
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: inline-block;
}

.div-block-33 {
  background-color: #1e293a;
}

.grid-11 {
  grid-column-gap: 3px;
  text-align: center;
  background-color: #0000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
}

.grid-11.rounded-corners {
  grid-column-gap: 4px;
  background-color: #0000;
}

.body-2 {
  background-color: var(--theme-dark);
}

.trasmissione-footerlink {
  background-color: var(--theme-dark);
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.trasmissione-footerlink.rounded-corners {
  text-align: center;
}

.trasmissione-footerlink.chiamadiretta, .trasmissione-footerlink.inviasms {
  display: flex;
}

.vocidalnetworkitem__link {
  color: #fff;
  text-shadow: 1px 1px 6px #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 72px;
  text-decoration: none;
  position: static;
}

.text-block-11 {
  margin-top: 0;
  margin-bottom: 60px;
}

.grid-podcastinevidenza {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.link {
  float: none;
}

.div-block-34 {
  align-items: center;
  display: none;
}

.vocidalnetworkitem__title {
  border-left: 5px solid #6b6b6b;
  flex: 1;
  margin-top: 10px;
  padding-left: 20px;
  font-size: 23px;
  line-height: 1.25;
}

.vocidalnetwork__viewalllink {
  color: var(--theme-color-light);
  text-decoration: none;
}

.div-block-35 {
  flex: 0 100%;
}

.episodesslist-descrizione {
  border-left: 5px solid #646464;
  margin-left: 10px;
  padding-left: 10px;
  font-size: 15px;
}

.episodio-redazione {
  color: var(--theme-color-light);
  text-align: right;
  text-transform: uppercase;
  margin-bottom: 10px;
  padding: 0 10px 0 0;
  font-size: 12px;
  font-weight: 500;
}

.vocidalnetwork-autore {
  text-align: right;
  font-size: 14px;
  font-style: italic;
}

.vocidalnetwork-autoreepisodio {
  font-size: 14px;
}

.image-9 {
  width: 100%;
}

.text-block-12 {
  color: #000;
}

.image-10 {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.onairpodcastplayer__caption {
  color: var(--theme-color-light);
  text-align: left;
  text-transform: uppercase;
}

.onairpodcastplayer__title_line1 {
  color: #fff;
  text-align: left;
  font-weight: 700;
}

.onairpodcastsiteplayer__title_line2 {
  text-align: left;
}

.column {
  align-items: center;
  display: block;
}

.div-block-36 {
  flex: 1;
  padding-left: 10px;
}

.onairpodcastsiteplayer_image {
  background-image: url('../images/hailie-jade.jpg');
  background-position: 50%;
  background-size: cover;
  border: 1px solid #fff;
  width: 70px;
  height: 70px;
}

.image-11 {
  object-fit: cover;
  border: 1px solid #fff;
  width: 100%;
  height: 100%;
}

.column-2 {
  align-items: center;
  display: block;
}

.div-block-38 {
  flex: 1;
  padding-left: 10px;
}

.onairpodcastplayerbar {
  z-index: 1000;
  background-color: #050e1a;
  width: 100%;
  padding: 10px;
  display: none;
  position: fixed;
  inset: auto auto 0% 0%;
}

.onairpodcastplayer__podcast {
  align-items: center;
  display: none;
}

.onairpodcastplayer__diretta {
  align-items: center;
  display: flex;
}

.grid-12 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.onairpodcastplayer__progress {
  padding-left: 10px;
  padding-right: 10px;
  display: none;
}

.episodiobox__linkprogramma {
  font-weight: 700;
  text-decoration: none;
}

.link-block-2, .link-block-3 {
  z-index: 4;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.onairpodcastplayer__backdiretta {
  display: none;
}

.onairpodcastplayer__returntoonalirlink {
  background-color: var(--theme-color-light);
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 14px;
  line-height: 14px;
  text-decoration: none;
  display: flex;
}

.onairpodcastplayer__returntoonalirlink:hover {
  background-color: var(--theme-color);
}

.gridimagegallery {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  grid-template-columns: 1fr 1fr 1fr;
}

.gridimagegallery__item {
  padding-top: 75%;
  position: relative;
  overflow: hidden;
}

.image-12 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.article__imagegallerybox {
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.link-block-4 {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.article__videogallerybox {
  margin-top: 20px;
  margin-bottom: 20px;
}

.article__videogalleryitem__caption {
  text-align: center;
  font-family: Rubik, sans-serif;
}

.articlevideogallery-item {
  margin-bottom: 40px;
}

.article__audioalleryitem__caption {
  text-align: left;
  align-items: center;
  margin-left: 10px;
  padding-bottom: 0;
  font-family: Rubik, sans-serif;
  line-height: 60px;
  display: flex;
}

.article__audiogallerybox {
  margin-top: 20px;
  margin-bottom: 20px;
}

.list-3 {
  padding-left: 0;
  list-style-type: none;
}

.text-block-13 {
  color: #fff;
  text-align: center;
  background-color: #000;
}

.text-block-14 {
  font-size: 35px;
}

.articleaudiogallery-item {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-40 {
  flex: 1;
  margin-left: 10px;
}

.div-block-41 {
  text-align: center;
}

.palinsesto__tabgiorno-2 {
  color: #fff;
  background-color: #0000;
}

.palinsesto__tabgiorno-2.w--current {
  color: #3a3a3a;
  background-color: #fff;
  border-radius: 12px;
  padding-left: 20px;
  padding-right: 20px;
}

.link-white-2 {
  color: #fff;
  text-decoration: none;
  display: block;
}

.link-white-2:hover {
  color: #273d62;
}

.palinsesto-liist-indicator-2 {
  background-color: #273d62;
  border: 5px solid #000;
  border-radius: 15px;
  width: 20px;
  height: 20px;
  position: relative;
  top: 0;
  left: -11px;
}

.text-block-15 {
  color: #7189ac;
  padding-left: 10px;
  padding-right: 50px;
  font-family: Rubik, sans-serif;
  font-weight: 500;
}

.text-block-17 {
  margin-top: 0;
  padding-left: 10px;
}

.tabs-menu-2 {
  background-color: #3a3a3a;
  justify-content: space-between;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.tabs-menu-2.rounded-corners {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5px;
  padding-bottom: 5px;
}

.heading-13 {
  margin-top: -5px;
  margin-bottom: 10px;
  padding-bottom: 0;
}

.ui360.ui360-vis {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
  inset: 0% auto auto 0%;
}

.link-block-5 {
  display: inline-block;
}

.div-block-42 {
  width: 100%;
  height: 100%;
  position: absolute;
}

.div-block-43 {
  text-align: left;
  justify-content: center;
  height: 360px;
  display: flex;
  position: relative;
}

.div-block-44 {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  display: flex;
}

.twrlist__locationheader {
  background-color: var(--theme-color-light);
  letter-spacing: 2px;
  border-bottom: 1px solid #a8a8a8;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Work Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  display: flex;
}

.twrlist__locationheader.black {
  color: #000;
  margin-bottom: 40px;
}

.twrlist__locationheader.smallmargin {
  margin-bottom: 10px;
}

.twrlist__locationheader__totals {
  text-transform: none;
  font-weight: 700;
}

.grid-13 {
  grid-column-gap: 5px;
  grid-row-gap: 4px;
  grid-template-columns: 1fr 1fr 1fr;
}

.div-block-45 {
  width: 100px;
  height: 100px;
  padding-top: 0;
  position: relative;
  overflow: visible;
}

.eventcard {
  border-style: solid;
  border-width: 0 0 1px;
  border-color: var(--theme-color);
  height: auto;
  margin-bottom: 20px;
  display: flex;
}

.eventcard_info {
  background-color: #0000;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.image-14 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.eventcard_location {
  font-size: 12px;
}

.eventcart_title {
  font-weight: 700;
}

.twrlist__locationheader__inner {
  text-align: left;
  text-transform: uppercase;
  flex: 1;
  padding-left: 10px;
  font-weight: 400;
}

.twrlist-tab {
  color: #fff;
  background-color: #0000;
}

.twrlist-tab.w--current {
  background-color: var(--theme-color-light);
  border-radius: 12px;
}

.twrlisttabmenu {
  margin-bottom: 10px;
}

.twrmapcontainer {
  height: 600px;
  margin-bottom: 40px;
}

.div-block-48 {
  margin-bottom: 40px;
}

.text-block-18 {
  margin-bottom: 40px;
  font-size: 25px;
}

.div-block-49, .div-block-50 {
  margin-bottom: 40px;
}

.backlink {
  color: var(--theme-color-light);
}

.image-15 {
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-51 {
  margin-bottom: 40px;
  display: none;
}

.div-block-52 {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.text-block-19 {
  font-size: 20px;
}

.twrgridimagegallery {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  grid-template-columns: 1fr 1fr 1fr;
}

.vocidalnetworkcategoriaitem__titolo {
  padding-left: 10px;
  padding-right: 10px;
  font-size: 51px;
  line-height: 1.25;
}

.page-description {
  text-align: justify;
  margin-bottom: 40px;
}

.div-block-53 {
  flex: 1;
}

.grid-14 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.searchresult__title {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
}

.searchresult__titlelink {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
  display: block;
  position: static;
}

.searchcresult__title {
  text-align: left;
  font-size: 21px;
  line-height: 1.25;
}

.text-block-20 {
  text-align: center;
}

.submit-button {
  background-color: var(--theme-color);
  font-family: Materialiconsround, sans-serif;
}

.text-field {
  margin-bottom: 0;
}

.link-block-6 {
  display: block;
}

.searchresult__puntata {
  color: var(--theme-color-light);
  text-align: left;
  text-transform: uppercase;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
}

.searchresult__testo {
  color: #fff;
  text-align: left;
  margin-top: 15px;
  margin-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.searchresult__testo.nero {
  color: #000;
}

.searchresult__playbtn {
  z-index: 10;
  font-size: 58px;
  line-height: 1;
  text-decoration: none;
  display: inline;
  position: absolute;
  inset: auto auto 0% 0%;
}

.searchresult__playbtn.big {
  font-size: 60px;
  display: inline-block;
}

.searchresult__playbtn.big.block {
  display: block;
}

.searchresult__playbtn.big.block.btnplayonair {
  color: var(--theme-color-light);
  display: none;
}

.searchresult__playbtn.big.block.btnpauseonair {
  color: var(--theme-color-light);
}

.searchresult__playbtn.big.block.btnpausepodcast {
  color: #fff;
  display: none;
}

.articoligriditem__categoria {
  color: #e8f12c;
  text-align: left;
  text-transform: uppercase;
  background-color: #0000;
  padding: 5px 5px 5px 0;
  font-size: 21px;
  font-weight: 700;
}

.searchresult_categoria {
  background-color: var(--theme-color-light);
  text-align: left;
  text-transform: uppercase;
  padding: 0;
  font-weight: 700;
}

.pager_active {
  color: var(--theme-color-light);
  letter-spacing: normal;
  padding-left: 6px;
  padding-right: 6px;
  font-weight: 400;
  display: inline;
}

.pager {
  text-align: right;
  margin-top: 20px;
  font-size: 14px;
}

.pager_link {
  letter-spacing: normal;
  padding-left: 6px;
  padding-right: 6px;
  text-decoration: none;
}

.body-3 {
  color: #9d9d9d;
  background-color: #fff;
}

.footer_column {
  margin-bottom: 40px;
}

.grid-podcasts {
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: end;
}

.body-4 {
  background-color: #fff;
}

.page-header-title {
  color: #fff;
  text-align: center;
  text-shadow: 2px 2px 1px #0003;
  font-size: 56px;
  line-height: 1.25;
}

.partners-link {
  color: #464646;
  margin-bottom: 20px;
  text-decoration: none;
  display: block;
}

.partners-link:hover {
  color: var(--theme-color);
}

.contactformblock {
  margin-top: 40px;
  margin-bottom: 40px;
}

.textarea {
  min-height: 150px;
}

.div-block-69 {
  flex-direction: column;
  align-items: center;
  width: auto;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.social_item {
  align-items: center;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer_socialicons {
  padding-left: 20px;
  padding-right: 20px;
  display: inline-block;
}

.image-16 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.episode_subtitle {
  margin-top: 0;
  font-size: 22px;
  line-height: 1.25;
}

.text-block-21 {
  font-size: 14px;
  display: inline-block;
}

.home_ultimoepisodio-titol {
  color: #fff;
}

.home_ultimoepisodio-testo {
  color: #fff;
  flex: 2 50%;
  margin-bottom: 20px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 10px;
}

.eventcard_date {
  color: var(--theme-color);
  text-align: right;
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Rubik, sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 600;
}

.image-17 {
  height: 40px;
  margin-left: 0;
  display: inline-block;
}

.div-block-70 {
  width: 40px;
  display: inline-block;
}

.page-social, .body-5 {
  background-color: #fff;
}

.home-social-body {
  color: #fff;
}

.button {
  background-color: var(--theme-color2);
  border-radius: 10px;
}

.text-block-22 {
  color: #fff;
}

.success-message {
  color: #fff;
  background-color: #44b128;
  border-radius: 10px;
}

.div-block-8-copy {
  z-index: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.content_headerlinks {
  margin-bottom: 20px;
}

.episode__title {
  margin-top: 10px;
}

.slide-nav-2 {
  display: block;
}

.survey_langicon {
  border: 1px solid #000;
  width: 80px;
  box-shadow: 1px 1px 5px #d8d8d8;
}

.survey_langicon:hover {
  box-shadow: 1px 1px 5px 0 var(--theme-color2);
}

.survey_langlink {
  text-align: center;
}

.survey_langlist {
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.heading-14 {
  text-align: center;
  margin-bottom: 20px;
}

.heading-15, .bold-text {
  text-align: center;
}

.heading-16 {
  text-align: left;
}

.heading-16-copy, .heading-17 {
  text-align: center;
}

.vocaboulary_langlist {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.vocaboulary_langicon {
  border: 1px solid #000;
  width: 80px;
  margin-left: 10px;
  margin-right: 10px;
  box-shadow: 1px 1px 5px #d8d8d8;
}

.vocaboulary_langicon:hover {
  box-shadow: 1px 1px 5px 0 var(--theme-color2);
}

.page-survey, .page-resources {
  background-color: #fff;
}

.text-span {
  color: red;
  font-style: italic;
  font-weight: 600;
  position: static;
  inset: 14% 0 auto auto;
}

.text-block-23, .text-block-24, .heading-18 {
  text-align: center;
}

.linkicon {
  margin-right: 5px;
}

.div-block-71 {
  display: inline;
}

.resources-section {
  margin-bottom: 102px;
}

.wp-gallerybox-title {
  text-align: center;
  border-bottom: 1px #000;
  font-size: 30px;
  font-weight: 700;
}

.wp-gallery-title {
  border-bottom: 1px #000;
  padding: 0 10px 20px;
  font-style: italic;
}

.wp-gallerybox {
  border: 1px solid var(--link-color);
  margin-top: 0;
  margin-bottom: 40px;
  padding: 40px;
}

.wp-gallerybox.noborder {
  border-width: 0;
}

.wpimgcell {
  text-align: center;
  justify-content: center;
  align-items: center;
}

.wp-gallery-grid {
  grid-template-rows: 400px;
  grid-auto-rows: 400px;
  justify-items: center;
}

.wp-gallery-lightbox {
  width: 100%;
  height: 100%;
}

.wp-gallery-thumb {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
}

.div-block-73 {
  margin-bottom: 40px;
}

.wp-gallery-flexbox {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: left;
  flex-flow: wrap;
  place-content: center space-around;
  align-items: center;
  display: flex;
}

.wp-gallery-flexitem {
  flex: 0 auto;
  order: 1;
  align-self: auto;
  width: 49%;
  height: 300px;
  margin-bottom: 10px;
}

.wp-gallery-flexitem.brussels {
  width: auto;
}

.wp-gallery-flexitem.wp4-intlevents {
  height: 400px;
}

.wp-gallery-flexitem.nice {
  width: auto;
  height: auto;
  margin-bottom: 40px;
}

.wp-gallery-flexitem.wp3-intlevents {
  height: 400px;
}

.wp-gallery-flexitem.wp8 {
  width: auto;
  height: 353px;
}

.wpresourceitem {
  margin-bottom: 20px;
  display: block;
}

.wpresourceitem-inline {
  margin-bottom: 15px;
  display: flex;
}

.wp-gallery-thumb-16-9 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.image-18 {
  max-width: 590px;
}

.wp-gallery-subtitle {
  border-bottom: 1px #000;
  padding: 0 10px;
  font-style: italic;
  font-weight: 600;
}

.div-block-76 {
  height: 400px;
}

.navdropdown-list {
  background-color: #fff;
}

.navdropdown-list.w--open {
  background-color: #fffdfd;
}

.navdropdownlink.w--current {
  color: var(--theme-color);
}

.wp-gallery-singleimage {
  margin-bottom: 10px;
}

.vocaboulary_langlist2 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.survey_langlist2 {
  justify-content: space-around;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 100px;
  display: flex;
}

@media screen and (max-width: 991px) {
  .mainmenu {
    background-color: #fff;
    position: static;
  }

  .slide {
    background-image: none;
  }

  .homemaincarousel {
    height: 616px;
    min-height: auto;
    display: block;
  }

  .slide__shadow {
    display: none;
  }

  .slide__title {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 21px;
  }

  .btn {
    font-size: 11px;
  }

  .btn.aprischedatwr {
    font-size: 14px;
  }

  .slide__content {
    text-align: center;
    max-width: none;
    position: static;
  }

  .image {
    object-fit: cover;
    position: absolute;
    inset: 0% auto auto 0%;
  }

  .div-block {
    background-color: var(--theme-color);
  }

  .section-default {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-default.nera {
    padding-top: 60px;
    padding-bottom: 0;
  }

  .section-default.blu, .section-default.puntata {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .sliderarrow-round {
    margin-top: 113px;
  }

  .footer {
    padding-bottom: 158px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-6 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .material-icons.search {
    font-size: 27px;
  }

  .grid-5 {
    grid-template-columns: 1fr 1fr;
  }

  .maincontent__title {
    font-size: 30px;
  }

  .descrizione-trasmissione {
    font-size: 20px;
  }

  .episodilist-item {
    border-style: solid none none;
  }

  .container-2 {
    height: auto;
  }

  .image-6 {
    filter: none;
    width: 115px;
  }

  .mainnav-link {
    border-bottom: 1px solid var(--link-color);
  }

  .mainnav-link.w--current {
    border-radius: 0;
  }

  .mainnav-link.cerca {
    text-align: right;
    border-bottom-style: none;
    order: 0;
    align-self: auto;
    font-size: 27px;
    display: block;
  }

  .dropdown-list-2 {
    position: static;
  }

  .dropdown-list-2.w--open {
    background-color: #000;
    padding-left: 25px;
    position: relative;
    top: -2px;
  }

  .mainnav-dropdownlink {
    color: #fff;
    background-color: #0000;
  }

  .text-block-6 {
    padding-bottom: 0;
  }

  .nav-menu {
    background-color: #fff;
    border-right: 1px solid #000;
    width: 80%;
    height: 100%;
    position: fixed;
    inset: 0% auto auto 0%;
  }

  .container-3 {
    background-color: #fff;
    justify-content: space-between;
    display: block;
  }

  .menu-button {
    color: #817979;
  }

  .menu-button.w--open {
    color: #000;
    background-color: #0000;
  }

  .homeprogrammislider__title {
    font-size: 20px;
    line-height: 1.25;
  }

  .mainmenu__inner {
    padding-top: 0;
  }

  .style-guide {
    color: #000;
    margin-top: 203px;
  }

  .div-block-29 {
    height: 100px;
    position: relative;
  }

  .articoliconfotogriditem2__content {
    align-items: center;
  }

  .articoliconfotogriditem2__title, .maincontent__subtitle {
    font-size: 20px;
  }

  .trasmissione-footerlink__caption, .trasmissione-footerlink__value {
    display: none;
  }

  .trasmissione-footerlink__icon.material-icons {
    display: inline-block;
  }

  .vocidalnetworkitem__link {
    font-size: 37px;
  }

  .grid-podcastinevidenza {
    grid-template-columns: 1fr 1fr;
  }

  .div-block-36, .div-block-38 {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .onairpodcastplayerbar {
    padding: 0;
  }

  .onairpodcastplayer__podcast {
    flex-wrap: wrap;
    display: none;
  }

  .grid-12 {
    grid-row-gap: 0px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .onairpodcastplayer__progress {
    display: none;
  }

  .onairpodcastplayer__backdiretta {
    width: 100%;
    margin-top: 2px;
    display: block;
  }

  .onairpodcastplayer__returntoonalirlink {
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .div-block-42 {
    object-fit: none;
    width: auto;
    height: auto;
    padding-top: 60%;
    display: block;
    position: relative;
    overflow: visible;
  }

  .icon {
    margin-top: auto;
    margin-bottom: auto;
    inset: auto auto 0% 0%;
  }

  .icon-2 {
    margin-top: auto;
    margin-bottom: auto;
    inset: auto 0% 0% auto;
  }

  .grid-13 {
    grid-template-columns: 1fr 1fr;
  }

  .vocidalnetworkcategoriaitem__titolo {
    font-size: 37px;
  }

  .searchcresult__title {
    font-size: 23px;
    line-height: 1.25;
  }

  .grid-podcasts {
    grid-template-columns: 1fr 1fr;
  }

  .page-header-title {
    margin-top: 0;
    margin-bottom: 0;
  }

  .wp-gallery-flexitem {
    width: 48%;
    height: 250px;
  }

  .wp-gallery-flexitem.nice {
    margin-bottom: 40px;
  }

  .image-18 {
    width: 600px;
    max-width: 100%;
  }

  .wp-gallery-subtitle {
    border: 1px #000;
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 24px;
    font-weight: 600;
  }

  .dropdown {
    margin-left: 0;
    display: block;
  }

  .dropdown-toggle {
    display: inline-block;
  }

  .navdropdown {
    padding-left: 10px;
    display: inline-block;
  }

  .navdropdown-list.w--open {
    background-color: #fff0;
  }

  .navdropdownlink {
    border-bottom: 0 solid #000;
  }
}

@media screen and (max-width: 767px) {
  .mainmenu {
    position: relative;
  }

  .homemaincarousel {
    height: 522px;
  }

  .slide__title {
    font-size: 24px;
    line-height: 1.25;
  }

  .btn {
    font-size: 14px;
  }

  .btn.aprischedatwr {
    font-size: 17px;
  }

  .slide__content {
    display: block;
    inset: auto auto 9% 6%;
  }

  .section-default {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-default__titlebox {
    margin-bottom: 40px;
  }

  .homeprogrammislide {
    width: 48%;
  }

  .sliderarrow-round {
    margin-right: 4px;
  }

  .grid-2 {
    grid-template-columns: 1fr 1fr;
  }

  .episode__contentcell {
    margin-bottom: 0;
  }

  .footer {
    padding: 40px 20px 120px;
  }

  .footer-flex-container {
    display: block;
  }

  .footer-image {
    object-fit: contain;
    width: 300px;
  }

  .footer-heading {
    margin-right: 20px;
    font-weight: 500;
  }

  .footer-link {
    white-space: nowrap;
    padding-right: 20px;
  }

  .grid-4, .grid-5 {
    grid-template-columns: 1fr 1fr;
  }

  .articoliconfotogriditem__title {
    font-size: 11px;
  }

  .maincontent__title {
    font-size: 28px;
  }

  .palinsesto__tabgiorno {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-2 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .image-6 {
    width: 90px;
  }

  .container-default {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-25 {
    display: block;
  }

  .text-block-7 {
    margin-bottom: 11px;
    font-size: 14px;
  }

  .grid-6 {
    grid-template-columns: 1fr;
  }

  .grid-7 {
    grid-template-columns: 1fr 1fr;
  }

  .partner-name {
    font-size: 17px;
  }

  .partner-bg.mandragola {
    padding: 10px;
  }

  .articoliconfotogriditem2__title {
    font-size: 22px;
  }

  .maincontent__subtitle {
    font-size: 16px;
  }

  .grid-podcastinevidenza {
    grid-template-columns: 1fr 1fr;
  }

  .onairpodcastplayerbar {
    display: none;
  }

  .onairpodcastplayer__returntoonalirlink {
    padding-top: 2px;
  }

  .gridimagegallery {
    grid-template-columns: 1fr 1fr;
  }

  .palinsesto__tabgiorno-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-4 {
    padding-right: 5px;
  }

  .icon {
    margin-top: auto;
    margin-bottom: auto;
    inset: auto auto 0% 0%;
  }

  .icon-2 {
    margin-top: auto;
    margin-bottom: auto;
    inset: auto 0% 0% auto;
  }

  .twrgridimagegallery {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .vocidalnetworkcategoriaitem__titolo {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 26px;
  }

  .footer_logocell {
    text-align: left;
    margin-bottom: 20px;
    margin-right: 40px;
  }

  .grid-podcasts {
    grid-template-columns: 1fr 1fr;
  }

  .social_url {
    font-size: 14px;
    display: block;
  }

  .grid-15 {
    grid-template-columns: 1fr;
  }

  .survey_langlist, .vocaboulary_langlist {
    flex-wrap: wrap;
  }

  .wp-gallery-grid {
    grid-template-rows: 250px;
    grid-auto-rows: 250px;
  }

  .wp-gallery-flexitem {
    height: 150px;
  }

  .wp-gallery-flexitem.wp4-intlevents {
    height: 360px;
  }

  .wp-gallery-flexitem.wp3-intlevents {
    height: auto;
  }

  .wpresourceitem-inline {
    display: block;
  }

  .div-block-75 {
    white-space: nowrap;
  }

  .text-block-25 {
    display: inline;
  }

  .div-block-76 {
    height: 360px;
  }

  .vocaboulary_langlist2, .survey_langlist2 {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 479px) {
  .mainmenu {
    padding: 0;
  }

  .homemaincarousel {
    height: 355px;
  }

  .slide__title {
    font-size: 16px;
  }

  .btn {
    font-size: 10px;
  }

  .btn.aprischedatwr {
    font-size: 15px;
    display: inline-block;
  }

  .section-default, .section-default.puntata {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-default__titlebox, .section-default__titlebox.black {
    margin-bottom: 20px;
  }

  .homeprogrammislider__testo {
    font-size: 14px;
  }

  .slider {
    height: auto;
  }

  .homeprogrammislide {
    width: 100%;
  }

  .grid-2 {
    grid-template-columns: 1fr;
  }

  .ultimoepisodio-titolo {
    margin-top: 0;
    font-size: 28px;
    line-height: 1.25em;
  }

  .heading-4 {
    font-size: 15px;
    line-height: 1.25;
  }

  .div-block-8 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .episodi-ultimoepisodio {
    grid-template-rows: 244px;
    grid-template-columns: 1fr;
  }

  .div-block-10 {
    height: auto;
    min-height: 0;
    overflow: visible;
  }

  .footer {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-flex-container {
    flex-direction: column;
  }

  .footer-logo-link {
    height: 60px;
  }

  .footer-heading {
    margin-top: 20px;
  }

  .btn-view-all {
    font-size: 10px;
  }

  .homesection__title {
    font-size: 11px;
  }

  .grid-4 {
    grid-template-columns: 1fr;
  }

  .page-header {
    height: 40vh;
    font-size: 14px;
  }

  .heading-6 {
    font-size: 27px;
  }

  .material-icons {
    font-size: 40px;
    line-height: 40px;
  }

  .material-icons.bottomplay {
    font-size: 15px;
    line-height: 19px;
  }

  .playbtn.big.block.btnpauseonair {
    font-size: 40px;
  }

  .grid-5 {
    grid-template-columns: 1fr;
  }

  .text-block-4 {
    font-size: 12px;
  }

  .div-block-17.blend-image {
    overflow: visible;
  }

  .div-block-18 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .maincontent__title {
    font-size: 20px;
  }

  .tabs-menu.rounded-corners {
    padding-left: 10px;
    padding-right: 10px;
  }

  .palinsesto__tabgiorno {
    padding-left: 4px;
    padding-right: 4px;
    font-size: 14px;
  }

  .palinsesto__tabgiorno.w--current {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-5 {
    padding-right: 10px;
  }

  .div-block-22 {
    padding-left: 0;
    padding-right: 10px;
  }

  .page-header-subtitle {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    line-height: 1.25;
  }

  .descrizione-trasmissione {
    font-size: 17px;
  }

  .episodilist-item {
    font-size: 12px;
  }

  .heading-9 {
    line-height: 1.25em;
  }

  .ultimoepisodio-testo {
    font-size: 12px;
  }

  .image-6 {
    width: 90px;
  }

  .text-block-7 {
    font-size: 12px;
  }

  .searchform {
    z-index: 4;
    padding-left: 40px;
    padding-right: 40px;
    display: none;
    position: absolute;
  }

  .grid-7 {
    grid-template-columns: 1fr;
  }

  .articoliconfotogriditem2__title {
    font-size: 23px;
  }

  .maincontent__body {
    font-size: 16px;
  }

  .maincontent__subtitle {
    font-size: 14px;
  }

  .articoliconfotogriditem3__content {
    align-items: center;
  }

  .grid-podcastinevidenza {
    grid-template-columns: 1fr;
  }

  .onairpodcastplayer__caption {
    font-size: 11px;
  }

  .onairpodcastplayer__title_line1, .onairpodcastsiteplayer__title_line2 {
    font-size: 12px;
  }

  .div-block-36 {
    flex: 1;
  }

  .onairpodcastsiteplayer_image {
    width: 50px;
    height: 50px;
  }

  .onairpodcastplayer__podcast {
    flex-wrap: wrap;
  }

  .onairpodcastplayer__backdiretta {
    width: 100%;
  }

  .onairpodcastplayer__returntoonalirlink {
    text-decoration: none;
  }

  .gridimagegallery {
    margin-top: 10px;
    padding-bottom: 10px;
  }

  .palinsesto__tabgiorno-2 {
    padding-left: 4px;
    padding-right: 4px;
    font-size: 14px;
  }

  .palinsesto__tabgiorno-2.w--current {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-15 {
    padding-right: 10px;
  }

  .tabs-menu-2.rounded-corners {
    padding-left: 10px;
    padding-right: 10px;
  }

  .icon {
    margin-top: 263px;
    margin-bottom: auto;
    inset: auto auto 0% 0%;
  }

  .icon-2 {
    margin-top: auto;
    margin-bottom: auto;
    inset: auto 0% 0% auto;
  }

  .left-arrow {
    text-align: left;
  }

  .image-13 {
    display: block;
  }

  .twrlist__locationheader, .twrlist__locationheader.black {
    margin-bottom: 20px;
  }

  .grid-13 {
    grid-template-columns: 1fr;
  }

  .twrlist__locationheader__inner {
    font-size: 11px;
  }

  .twrmapcontainer {
    height: 400px;
  }

  .text-block-18 {
    text-align: left;
    font-size: 19px;
  }

  .backlink {
    font-size: 14px;
  }

  .text-block-19 {
    font-size: 18px;
  }

  .twrgridimagegallery {
    margin-top: 10px;
    padding-bottom: 10px;
  }

  .page-description {
    font-size: 13px;
  }

  .searchresult__puntata {
    font-size: 12px;
  }

  .searchresult__testo {
    font-size: 14px;
  }

  .searchresult__playbtn.big.block.btnpauseonair {
    font-size: 40px;
  }

  .grid-podcasts {
    grid-template-columns: 1fr;
  }

  .page-header-title {
    font-size: 27px;
  }

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

  .social_url {
    display: none;
  }

  .episode_subtitle {
    font-size: 15px;
    line-height: 1.25;
  }

  .home_ultimoepisodio-titol {
    margin-top: 0;
    font-size: 28px;
    line-height: 1.25em;
  }

  .home_ultimoepisodio-testo {
    font-size: 12px;
  }

  .div-block-8-copy {
    padding-left: 10px;
    padding-right: 10px;
  }

  .episode__title {
    margin-top: 0;
    font-size: 28px;
    line-height: 1.25em;
  }

  .survey_langlink {
    margin-bottom: 40px;
    margin-right: 20px;
    padding-left: 20px;
  }

  .survey_langlist {
    justify-content: center;
    margin-left: -20px;
    margin-right: -20px;
  }

  .heading-17 {
    margin-bottom: 3px;
    font-size: 26px;
  }

  .vocaboulary_langlist {
    justify-content: center;
    margin-left: -20px;
    margin-right: -20px;
  }

  .heading-18 {
    margin-top: 10px;
    font-size: 16px;
    line-height: 23px;
  }

  .resources-section {
    margin-bottom: 50px;
  }

  .wp-gallery-title {
    padding-bottom: 10px;
    font-size: 20px;
  }

  .wp-gallerybox {
    margin-top: 20px;
    padding: 20px;
  }

  .wp-gallery-grid {
    grid-template-rows: 200px;
    grid-template-columns: 1fr;
    grid-auto-rows: 200px;
  }

  .wp-gallery-flexbox {
    display: block;
  }

  .wp-gallery-flexitem {
    width: auto;
  }

  .wp-gallery-flexitem.wp4-intlevents, .wp-gallery-flexitem.wp3-intlevents {
    height: auto;
    margin-bottom: 40px;
  }

  .wp-gallery-flexitem.wp8 {
    height: auto;
  }

  .wpresourceitem {
    font-size: 12px;
  }

  .wpresourceitem-inline {
    font-size: 12px;
    display: block;
  }

  .wpdownloadlink {
    font-size: 12px;
  }

  .div-block-75, .text-block-25 {
    display: inline;
  }

  .wp-gallery-subtitle {
    padding-bottom: 10px;
    font-size: 20px;
  }

  .vocaboulary_langlist2, .survey_langlist2 {
    justify-content: center;
    margin-left: -20px;
    margin-right: -20px;
  }
}

#w-node-a8ffba43-cc41-fc3c-a7db-aa67efd9142b-2eb9037d {
  place-self: center;
}

#w-node-a69f6788-0491-a11e-9ec0-a4a55b656f2d-8dda65e2 {
  align-self: auto;
}

#w-node-c00a3de1-8584-82f4-8d72-d469f4e48790-36da65e5, #w-node-c00a3de1-8584-82f4-8d72-d469f4e48790-a3da65eb {
  place-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-_723ace28-6b69-da9c-f9a4-a31d5b352393-2eb9037d {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-a8ffba43-cc41-fc3c-a7db-aa67efd9142b-2eb9037d {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_17424acc-249e-85be-49af-151ea4775241-2eb9037d {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-f7740bc3-e97f-4678-982a-a85af918ff9c-2eb9037d {
    grid-area: 4 / 1 / 5 / 2;
  }
}


@font-face {
  font-family: 'Materialiconsround';
  src: url('../fonts/MaterialIconsRound-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}