@font-face {
  font-family: "GothamNarrow-Book";
  src: url("/fonts/GothamNarrow-Book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "GothamNarrow-Bold";
  src: url("/fonts/GothamNarrow-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Taviraj-Italic";
  src: url("/fonts/Taviraj-Italic.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "TgLa7";
  src: url("/fonts/TgLa7.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "GothamLight";
  src: url("/fonts/Gotham-Light.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "GothamMedium";
  src: url("/fonts/Gotham-Medium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "GothamBold";
  src: url("/fonts/Gotham-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "GothamBook";
  src: url("/fonts/Gotham-Book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "GothamBlack";
  src: url("/fonts/Gotham-Black.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "OswaldMedium";
  src: url("/fonts/Oswald-Medium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "NotoItalic";
  src: url("/fonts/NotoSerif-Italic.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "HelveticaNeueLight";
  src: url("/fonts/HelveticaNeue-Light.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "HelveticaNeueRoman";
  src: url("/fonts/HelveticaNeue-Roman.eot");
  src: url("/fonts/HelveticaNeue-Roman.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "HelveticaCondensed";
  src: url("/fonts/HelveticaNeue-Condensed.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "HelveticaMediumCond";
  src: url("/fonts/HelveticaNeue-MediumCond.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "HelveticaBoldCond";
  src: url("/fonts/HelveticaNeue-BoldCond.eot");
  src: url("/fonts/HelveticaNeue-BoldCond.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "GothamBold";
  src: url("/fonts/Gotham-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "TgLa7";
  src: url("/fonts/TgLa7.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "GothamLight";
  src: url("/fonts/Gotham-Light.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "GothamMedium";
  src: url("/fonts/Gotham-Medium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "GothamBold";
  src: url("/fonts/Gotham-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "GothamBook";
  src: url("/fonts/Gotham-Book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "GothamBlack";
  src: url("/fonts/Gotham-Black.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "NotoItalic";
  src: url("/fonts/NotoSerif-Italic.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "HelveticaCondensed";
  src: url("/fonts/HelveticaNeue-Condensed.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "HelveticaBoldCond";
  src: url("/fonts/HelveticaNeue-BoldCond.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

:root {
  --mainColor: #0a169c;
  --text: #fff;
  --input-color: #000;
  --valid-input-color: #000;
}

html {
  scroll-behavior: smooth;
}

#form-feedback {
  border-radius: 39px;
  max-width: 560px;
  margin: 30px auto;
  font-family: Arial;
  box-shadow: 0px 0px 5px #0000007d;
}

* {
  box-sizing: border-box;
}

p {
  margin: 0;
}

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

a:hover {
  text-decoration: none;
}

a {
  color: #000;
}

h2,
h3,
h4 {
  margin: 0;
  padding: 0;
  font-weight: unset;
  color: #000;
}

body {
  background-color: #fff;
  color: #000;
  font-family: "GothamBook";
  font-size: 18px;
  line-height: 24px;
  margin: 0;
  padding: 0;
}

body .main-container {
  width: 100%;
  max-width: 1020px;
  margin: auto;
  background-color: #fff;
}

body #main-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  padding-top: 40px;
}

body #main-content .main-content-sx {
  width: calc(100% - 300px - 24px);
  margin-right: 24px;
  margin-left: 24px;
}

@media (max-width: 899px) {
  body {
    font-size: 14px;
    line-height: 18px;
  }

  body .main-container {
    width: 100%;
  }

  body #main-content {
    flex-direction: column;
    padding-top: 0;
  }

  body #main-content .main-content-sx {
    width: 100%;
    margin: 0;
  }
}

@media (min-width: 900px) and (max-width: 1019px) {
  body .main-container {
    max-width: 852px;
  }
}

@media (min-width: 1020px) and (max-width: 1054px) {
  body .main-container {
    max-width: 990px;
  }
}

/*# sourceMappingURL=common.min.css.map */
/*!
        * Bootstrap v3.3.6 (http://getbootstrap.com)
        * Copyright 2011-2015 Twitter, Inc.
        * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
        */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

header,
section {
  display: block;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

img {
  border: 0;
}

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

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  :after,
  :before {
    color: #000 !important;
    text-shadow: none !important;
    background: 0 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }

  a:link {
    text-decoration: none;
  }

  a:visited {
    text-decoration: none;
  }

  a:hover {
    text-decoration: none;
  }

  a:active {
    text-decoration: none;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  a[href^="#"]:after {
    content: "";
  }

  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}

@font-face {
  font-family: "Glyphicons Halflings";
  src: url(../fonts/glyphicons-halflings-regular.eot);
  src:
    url(../fonts/glyphicons-halflings-regular.eot?#iefix)
      format("embedded-opentype"),
    url(../fonts/glyphicons-halflings-regular.woff2) format("woff2"),
    url(../fonts/glyphicons-halflings-regular.woff) format("woff"),
    url(../fonts/glyphicons-halflings-regular.ttf) format("truetype"),
    url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular)
      format("svg");
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  background-color: #fff;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

img {
  vertical-align: middle;
}

h2,
h3,
h4 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 18px;
}

p {
  margin: 0 0 10px;
}

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

.clearfix:after {
  clear: both;
}

@-ms-viewport {
  width: device-width;
}

body a {
  text-decoration: none !important;
}

:focus,
:focus-visible {
  outline: none;
}

.blur {
  position: absolute;
  width: calc(100% + 48px);
  height: 0;
  backdrop-filter: blur(10px);
  transform: translatex(-24px);
  top: 0;
  z-index: 10;
}

.navbar
  .tg23-header-container
  .header-top-container
  .menu-ricerca-container
  .ricercatg-container-collaps:focus-visible {
  outline: 0;
}

.navbar
  .tg23-header-container
  .header-top-container
  .menu-ricerca-container
  .ricercatg-container-collaps
  form:focus-visible {
  outline: 0;
}

.navbar
  .tg23-header-container
  .header-top-container
  .menu-ricerca-container
  .ricercatg-container-collaps
  form
  input:focus-visible {
  outline: 0;
}

.post {
  padding: 20px 0;
}

.post__inner {
  width: 100%;
  margin-inline: auto;
  border-radius: 8px;
  border: 1px solid rgba(101, 103, 107, 0.2);
  background: #fff;
  box-shadow: 0px 0px 10px 0px rgba(26, 255, 1, 0.05);
}

.post__header {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  align-items: flex-start;
  padding: 20px 20px 0;
}

.post__icon {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  display: block;
}

.post__wrapper {
  display: flex;
  flex-direction: column;
  gap: 5px;
  flex-grow: 1;
}

.post__name {
  display: flex;
  align-items: flex-start;
  gap: 5px;
}

.post__name h2 {
  color: #050505;
  font-size: 15px !important;
  margin: 0 !important;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.post__wrapper2 {
  display: flex;
  align-items: center;
  gap: 5px;
}

.post__date {
  color: #65676b;

  margin: 0 !important;

  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.post__dot {
  width: 2px;
  height: 2px;
  flex-shrink: 0;
  border-radius: 50%;
  background-color: #65676b;
}

.post__status svg {
  width: 12px;
  height: 12px;
  flex-shrink: 0;
  display: block;
  object-fit: contain;
}

.post__moreBtn {
  width: 30px;
  height: 30px;
  flex-shrink: 0;
  display: block;
}

.post__content {
  padding: 15px 20px 2px;
}

.post__text {
  color: #050505;

  font-size: 15px;
  margin: 0 !important;
  margin-bottom: 8px !important;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.post__video {
  display: block;
}

.post__info {
  border-top: 1px solid rgba(101, 103, 107, 0.2);
  padding: 15px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.post__links {
  max-width: 278px;
  width: 100%;
}

.post__site {
  color: #65676b;

  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: block;
  margin-bottom: 5px;
}

.post__label {
  color: #050505;

  font-size: 16px !important;

  margin: 0 !important;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 5px !important;
}

.post__btn {
  display: block;
  background: #081441 !important;
  width: 100%;
  color: #fff !important;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 15px;
  border-radius: 8px;
  background: #e2e5ea;
  animation: hoverWave linear 3s infinite;
}

.post__reactions {
  border-top: 1px solid rgba(101, 103, 107, 0.2);
  padding: 10px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.post__emojis {
  display: flex;
  align-items: center;
  gap: 10px;
}

.post__icons {
  max-width: 50px;
  width: 100%;
}

.post__count {
  color: #65676b;

  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.post__actions span {
  display: flex;
  align-items: center;
  gap: 4px;
}

.post__actions {
  color: #65676b;

  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  align-items: center;
  gap: 12px;
}

.post__btns {
  display: flex;
  justify-content: space-around;
  gap: 15px;
  align-items: center;
  border-top: 1px solid rgba(101, 103, 107, 0.2);
  padding: 10px 20px;
}

.post__likeBtn,
.post__commentBtn,
.post__shareBtn {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #65676b !important;

  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.post__likeBtn svg,
.post__commentBtn svg,
.post__shareBtn svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  display: block;
  object-fit: contain;
}

.post__bottom {
  padding: 15px 20px;
  border-top: 1px solid rgba(101, 103, 107, 0.2);
}

.post__suptitle {
  cursor: pointer;
  color: #65676b;

  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 10px;
}

.comments {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.comments__item {
  display: flex;
  justify-content: space-between;
  gap: 5px;
}

.comments__item.reply {
  display: flex;
  flex-direction: column;
}

.comments__row {
  display: flex;
  gap: 5px;
}

.comments__reply {
  margin-left: 40px;
  display: flex;
  gap: 5px;
  margin-top: 20px;
}

.comments__avatar {
  display: block;
  width: 32px;
  height: 32px;
  flex-shrink: 0;
}

.comments__avatar img {
  border-radius: 50%;
}

.comments__content {
  border-radius: 15px;
  background: #f0f2f5;
  padding: 10px;
  margin-bottom: 5px;
}

.comments__name h4 {
  color: #050505 !important;
  font-size: 13px !important;
  margin: 0 !important;
}

.comments__name {
  display: block;
  color: #050505;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 5px;
}

.comments__text {
  color: #050505;
  font-size: 15px;
  margin: 0 !important;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.comments__bottom {
  display: flex;
  align-items: center;
  gap: 15px;
}

.comments__date {
  color: #65676b;

  font-size: 13px;
  margin: 0 !important;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.comments__btn {
  display: block;
  color: #65676b !important;

  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.comments__btn.like {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-left: auto;
  line-height: 1;
}

@media (max-width: 450px) {
  .post {
    padding-block: 20px 40px;
  }

  .post__info {
    align-items: flex-start;
    /*flex-direction: column;*/
  }

  .post__links {
    max-width: initial;
  }

  .post__header {
    padding-inline: 12px;
  }

  .post__bottom,
  .post__info,
  .post__content {
    padding-inline: 16px;
  }

  .post__btn {
    padding: 12px;
  }

  .post__header {
    gap: 7px;
  }

  .post__date {
    font-size: 12px;
  }
}

@keyframes hoverWave {
  0% {
    box-shadow:
      0 4px 5px rgba(226, 229, 234, 0.5),
      0 0 0 0 rgba(226, 229, 234, 0.5),
      0 0 0 0 rgba(226, 229, 234, 0.5);
  }

  40% {
    box-shadow:
      0 4px 5px rgba(226, 229, 234, 0.5),
      0 0 0 5px rgba(226, 229, 234, 0.4),
      0 0 0 0 rgba(226, 229, 234, 0.4);
  }

  80% {
    box-shadow:
      0 4px 5px rgba(226, 229, 234, 0.5),
      0 0 0 10px rgba(226, 229, 234, 0),
      0 0 0 8.35px rgba(226, 229, 234, 0.2);
  }

  100% {
    box-shadow:
      0 4px 5px rgba(226, 229, 234, 0.5),
      0 0 0 10px rgba(226, 229, 234, 0),
      0 0 0 10px rgba(226, 229, 234, 0);
  }
}

.comments__text {
  margin-bottom: 5px !important;
}

/* Основной фон попапа */

/* Содержимое попапа */

/* Кнопка закрытия */

body.node-type-tgla7-news .tgla7-news-details-wrapper {
  border-bottom: 1px solid #999;
}

body.node-type-tgla7-news .tgla7-descrizione {
  color: #000;
  font-size: 1em;
  line-height: 1.333;
  padding-bottom: 12px;
}

body.node-type-tgla7-news .tgla7-descrizione a {
  color: #0037ff;
}

body.node-type-tgla7-news .tgla7-descrizione p:nth-child(1n + 1) {
  margin-top: 32px;
}

body.node-type-tgla7-news .tgla7-descrizione img {
  width: 100%;
}

@media (max-width: 899px) {
  body.node-type-tgla7-news .tgla7-descrizione {
    padding: 0 24px 12px;
    font-size: 16px;
    line-height: 21px;
  }
}

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

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

/*# sourceMappingURL=footer.min.css.map */
/* NODO PAGINA */

/* LISTA ARTICOLI */

/* HOME PAGE: correlati */

/* target animato */

/* da capire se sono ok queste modifiche */
body.node-type-tgla7-news h2 {
  font-size: 1.444em;
  font-weight: bold;
  font-family: "GothamBold";
}

body.node-type-tgla7-news .tgla7-descrizione p:nth-child(1n + 1) {
  margin-top: 18px;
  margin-bottom: 32px;
}

@media (max-width: 899px) {
  body.node-type-tgla7-news h2 {
    font-size: 1.5em;
  }
}

#main-content {
  padding-top: 0 !important;
}

.comments__bottom {
  display: flex;
  align-items: center;
  gap: 10px;
}

.post__btns {
  padding: 10px 0px;
}
