@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Patua+One&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,500;1,400;1,500&display=swap");
.onePx {
  display: block;
  width: 1px !important;
  height: 1px !important;
  background: transparent !important;
  color: transparent !important;
  border: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.onePx img {
  width: 1px !important;
  height: 1px !important;
  background: transparent !important;
  color: transparent !important;
  border: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

h1, h2, h3, h4, h5 {
  font-family: "Patua One", Sans-serif;
}

.h1, h1 {
  font-size: calc(1.325rem + 0.9vw);
}

@media (min-width: 1200px) {
  h1 {
    font-size: 2rem;
  }
}
img:not(.perfect-size) {
  max-width: 100%;
  width: 100%;
  height: auto;
}

html, body {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
}

/*
.wrapper { 
  max-width: 1250px; 
  padding: 0;
  margin: 0 auto;
}
*/
.number-comments {
  display: block;
  width: 100%;
  text-align: right;
  color: #063057;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  padding-top: 5px;
  transition: all 0.2s;
}

.author + .number-comments {
  float: right;
  width: auto;
  display: inline;
}

.more-video {
  float: right;
  margin-top: 20px;
  color: #063057;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  transition: all 0.2s;
  font-family: var(--bs-font-sans-serif);
  display: inline !important;
  width: auto !important;
}

.more-video:hover {
  color: #B22222;
}

@media (max-width: 768px) {
  .fp-article::after {
    content: "";
    margin-top: 4px;
    display: block;
    width: 100%;
    height: 1px;
    background: lightgray;
  }
  .left-sidebar .fp-article::after {
    display: none;
  }
}
.fp-article {
  margin-bottom: 8px;
}
.fp-article, .fp-article a {
  text-decoration: none;
}
.fp-article h2, .fp-article h3 {
  transition: all 0.2s;
}
.fp-article figure {
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  padding: 0;
  margin: 0;
}
.fp-article figure img {
  filter: blur(0);
  transition: all 0.5s;
}
@media (max-width: 768px) {
  .fp-article figure img {
    height: 240px;
    width: 100%;
    object-fit: cover;
  }
}
.fp-article figure:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  transition: background 0.5s;
}
.fp-article:hover figure {
  position: relative;
}
.fp-article:hover figure img {
  filter: blur(2px);
  transform: scale(1.05);
}
.fp-article:hover figure:after {
  content: "";
  font-family: "Patua One", Sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 100%;
  text-align: center;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  color: #B22222;
  background: rgba(0, 0, 0, 0.3);
}
.fp-article:hover h2 {
  border-left-width: 16px;
}
.fp-article:hover .number-comments {
  color: #B22222;
}
.fp-article:hover h3 {
  color: #063057;
}

a {
  text-decoration: none;
}

header, .header {
  background: #063057;
  width: 100%;
}
header .logo-area, .header .logo-area {
  display: flex;
  flex-direction: row;
  margin: auto;
  padding: 8px 0;
}
@media (max-width: 768px) {
  header .logo-area, .header .logo-area {
    padding: 0;
    margin: 0;
  }
}
header .logo-area .sezioni, .header .logo-area .sezioni {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
header .logo-area .sezioni a, .header .logo-area .sezioni a {
  color: white;
  text-decoration: none;
  font-size: 17px;
  background: #B22222;
  padding: 4px;
  font-family: "Patua One", Sans-serif;
  font-weight: 700;
  width: 250px;
  text-transform: uppercase;
  transition: 0.2s;
}
header .logo-area .sezioni a:first-child, .header .logo-area .sezioni a:first-child {
  margin-bottom: 8px;
}
header .logo-area .sezioni a:hover, .header .logo-area .sezioni a:hover {
  background: white;
  color: #B22222;
}
header .logo-area .top-l.sezioni, .header .logo-area .top-l.sezioni {
  padding-left: 0;
}
header .logo-area .top-l.sezioni a, .header .logo-area .top-l.sezioni a {
  margin-right: auto;
}
header .logo-area .top-r.sezioni, .header .logo-area .top-r.sezioni {
  padding-right: 0;
}
header .logo-area .top-r.sezioni a, .header .logo-area .top-r.sezioni a {
  margin-left: auto;
}
header .logo-area .top-l, header .logo-area .top-r, .header .logo-area .top-l, .header .logo-area .top-r {
  display: flex;
  height: auto;
  flex: 20%;
  text-align: center;
}
header .logo-area .top-l img, header .logo-area .top-r img, .header .logo-area .top-l img, .header .logo-area .top-r img {
  border: 2px solid white;
  height: 120px;
  width: auto;
}
@media (max-width: 768px) {
  header .logo-area .top-l, header .logo-area .top-r, .header .logo-area .top-l, .header .logo-area .top-r {
    display: none;
  }
}
header .logo-area .logo, .header .logo-area .logo {
  flex: 40%;
  display: inline-block;
  text-align: center;
  position: relative;
}
@media (max-width: 400px) {
  header .logo-area .logo, .header .logo-area .logo {
    margin-top: -12px;
  }
}
@media (min-width: 401px) and (max-width: 768px) {
  header .logo-area .logo, .header .logo-area .logo {
    margin-top: 8px;
  }
}
header .logo-area .logo a, header .logo-area .logo img, .header .logo-area .logo a, .header .logo-area .logo img {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 120px;
}
header .logo-area .logo .today, .header .logo-area .logo .today {
  position: absolute;
  color: white;
  left: calc(50% - 12px);
  bottom: 1px;
}
@media (max-width: 768px) {
  header .logo-area .logo .today, .header .logo-area .logo .today {
    left: calc(50% - 40px);
    bottom: 14px;
  }
}
header .logo-area .logo .rubrica, .header .logo-area .logo .rubrica {
  color: white;
  position: absolute;
  left: calc(50% + 120px);
  bottom: 1px;
  width: fit-content;
  text-align: left;
  white-space: nowrap;
}
@media (max-width: 768px) {
  header .sezioni.smartphone, .header .sezioni.smartphone {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  header .sezioni.smartphone a, .header .sezioni.smartphone a {
    color: white;
    text-decoration: none;
    font-size: 15px;
    background: #B22222;
    padding: 4px;
    margin: 5px;
    font-family: "Patua One", Sans-serif;
    font-weight: 700;
    width: 250px;
    text-transform: uppercase;
    transition: 0.2s;
    text-align: center;
  }
  header .sezioni.smartphone a:hover, .header .sezioni.smartphone a:hover {
    background: white;
    color: #B22222;
  }
}

.menu {
  padding-bottom: 8px;
}
.menu .toggle {
  display: none;
}
.menu ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
}
.menu ul .smartphone {
  display: none;
}
.menu ul li {
  display: inline;
  padding: 0 0 0 1px;
  font-size: 14px;
}
.menu ul li a {
  text-transform: uppercase;
  font-family: "Patua One", Sans-serif;
  font-size: 17px;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  padding: 4px 7px;
  transition: all 0.2s;
}
.menu ul li a:hover {
  color: #B22222;
  background: #fff;
  text-decoration: none;
}
.menu ul li a.selected {
  font-weight: bold;
}
.menu ul li a::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 21px;
  background: #fff;
  left: 8px;
  top: 4px;
  position: relative;
  line-height: 17px;
}
.menu ul li a.last::after {
  background: transparent;
}
.menu ul li.selected a {
  background: #fff;
  color: #063057;
}

@media (max-width: 768px) {
  .skin-wrapper {
    position: relative;
    margin-top: 160px;
  }
  header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
  }
  .logo {
    position: relative;
    width: 65%;
    float: left;
  }
  .today {
    position: absolute;
    color: white;
    left: calc(50% - 45px);
    bottom: -2px;
    font-size: 14px;
  }
  .menu {
    margin-top: 10px;
    width: 25%;
    display: inline;
  }
  .menu .toggle {
    display: block;
    width: 100%;
    padding: 11px 0;
    margin: 0;
    text-transform: uppercase;
    font-family: "Patua One", Sans-serif;
    cursor: pointer;
    text-align: center;
    background: #063057;
    color: white;
    border: 1px solid #063057;
  }
  .menu .toggle:hover {
    background: white;
    color: #063057;
  }
  .menu nav {
    margin-top: -16px;
    width: 100%;
    max-height: 0;
    display: flex;
    flex-flow: column nowrap;
    overflow: hidden;
    border: 1px solid #063057;
  }
  .menu nav.opened {
    max-height: 200vh;
  }
  .menu nav ul {
    padding: 0;
    margin: 0;
  }
  .menu nav ul .smartphone {
    display: inline-block;
  }
  .menu nav ul li {
    display: block;
    padding: 0;
    margin: 0;
    width: 100%;
  }
  .menu nav ul li a {
    display: block;
    width: 100%;
    padding: 8px;
  }
  .menu nav ul li a:hover {
    color: white;
    background: #063057;
  }
  .menu nav ul li a::after {
    display: none;
  }
}
/*.row {
  display: flex;
  width: 100%;
  flex-direction: row;
}

.col {
  display: block;
  width: 100%; 
  margin: 10px;
}*/
.article-vertical h2 {
  text-transform: uppercase;
  color: #B22222;
  font-size: 20px;
  padding-left: 8px;
  border-left: #063057 solid 8px;
  margin: 6px 0;
}
.article-vertical h3 {
  font-weight: 500;
  font-size: 22px;
  color: #54595F;
  margin: 6px 0 0 0;
}
@media (min-width: 1200px) {
  .article-vertical h3 {
    max-height: 54px;
    overflow: hidden;
  }
}
.article-vertical img {
  width: 100%;
  height: 160px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .article-vertical img {
    height: 240px;
  }
}

.main-article img {
  width: 100%;
  height: 560px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .main-article img {
    height: 320px;
  }
}
.main-article h2 {
  color: #063057;
  font-size: 36px;
  padding-left: 8px;
  border-left: #B22222 solid 8px;
  margin: 6px 0;
}
@media (max-width: 768px) {
  .main-article h2 {
    font-size: 26px;
  }
}

.breaking-news {
  margin: 12px 0 6px 0;
}
.breaking-news .splide__pagination, .breaking-news .splide__arrows {
  display: none !important;
}
.breaking-news h2, .breaking-news a {
  font-size: 16px;
  text-align: center;
  color: #063057;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  margin: 6px 0;
}
.breaking-news .news {
  display: inline-block;
  text-align: left;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #063057;
  animation: marquee 5s linear infinite;
  /*&.active {
    display: block !important;
  }*/
}
.breaking-news .news::before {
  content: "●";
  color: #B22222;
  margin-left: 10px;
  margin-right: 10px;
}

/*
.marquee {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 32px;
  overflow-x: hidden;
}

.track {
  position: absolute;
  white-space: nowrap;
  will-change: transform;
  animation: marquee 15s linear infinite;
}

@keyframes marquee {
  from { text-indent: 100%; }
  to { text-indent: -100%; }
}

*/
.author {
  color: #54595F;
  font-weight: 500;
  font-size: 13px;
  font-family: "Roboto", sans-serif;
}
p.cremonese {
  color: #54595F;
  font-weight: 500;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
}

.article-v img {
  height: 240px;
  width: 100%;
  object-fit: cover;
}
.article-v img.cremonese {
  height: 284px;
}
.article-v h3 {
  font-weight: 500;
  font-size: 28px;
  color: #54595F;
  margin: 6px 0;
}
@media (max-width: 768px) {
  .article-v h3 {
    font-size: 20px;
  }
}

.article-h {
  margin-bottom: 16px;
}
.article-h img {
  height: 320px;
  width: 100%;
  object-fit: cover;
}
.article-h.cremona-opera img {
  height: 259px;
}
.article-h.bar-sport iframe {
  width: 100%;
  border: 8px solid #063057 !important;
}
@media (min-width: 769px) {
  .article-h.bar-sport iframe {
    height: 366px !important;
  }
}
@media (max-width: 768px) {
  .article-h.bar-sport iframe {
    height: 280px !important;
  }
}
.article-h h3 {
  font-weight: 500;
  font-size: 28px;
  color: #54595F;
  margin: 0 0 6px 0;
  padding: 0;
  line-height: 25px;
}
@media (max-width: 768px) {
  .article-h h3 {
    font-size: 20px;
  }
}

.banner img {
  width: 100%;
}

.banner-column .banner {
  margin-bottom: 16px;
}
.banner-column .banner img {
  width: 100%;
}

@media (max-width: 768px) {
  .banner.standard figure {
    border-bottom: 1px solid lightgray;
  }
  .banner.standard img {
    margin: 7px 15% 1rem 15%;
    width: 70%;
  }
  .banner.standard.canvas-banner {
    margin: 7px 15% 1rem 15%;
    width: 70%;
  }
}
.left-bar h2 {
  text-transform: uppercase;
  color: #B22222;
  font-size: 30px;
  font-weight: 600;
  padding-left: 8px;
  border-left: #063057 solid 8px;
  margin: 6px 0;
}
@media (max-width: 768px) {
  .left-bar h2 {
    font-size: 25px;
  }
}
.left-bar .article-h {
  margin-bottom: 16px;
}
.left-bar .article-h img {
  height: 179px;
}

.play-video {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  padding-top: 30px;
  position: relative;
}
.play-video iframe, .play-video object, .play-video embed {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.mail-article {
  color: #54595F;
}

@media (min-width: 769px) {
  body {
    overflow-x: hidden;
  }
  .vino-section {
    border-left: 2px solid #B22222;
    border-right: 2px solid #B22222;
    padding-left: 8px;
    padding-right: 8px;
    margin-bottom: 20px;
  }
  .vino-section .row {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .vino-section .row .banner figure {
    margin-top: 20px;
    margin-bottom: 0;
  }
}
.left-sidebar {
  padding: 10px;
  margin-bottom: 16px;
  background: #063057;
}
.left-sidebar h2 {
  text-transform: uppercase;
  color: white;
  font-size: 30px;
  font-weight: 600;
  padding-left: 8px;
  border-left: #B22222 solid 8px;
  margin: 6px 0;
  letter-spacing: 4px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .left-sidebar h2 {
    margin-bottom: 33px;
  }
}
@media (min-width: 1400px) {
  .left-sidebar h2 {
    margin-bottom: 1px;
  }
}
.left-sidebar .article {
  display: flex;
  flex-direction: row;
  text-decoration: none;
  color: white;
}
.left-sidebar .article figure {
  flex: 1;
  padding-right: 8px;
}
.left-sidebar .article figure img {
  height: 150px;
  width: 100%;
  object-fit: cover;
}
.left-sidebar .article .detail {
  flex: 1;
  display: block;
  color: white;
}
.left-sidebar .article .detail h3 {
  font-size: 23px;
  font-weight: 500;
  line-height: 20px;
  color: white;
}
.left-sidebar .article .detail .author {
  color: white;
}
.left-sidebar .article.reverse {
  flex-direction: row-reverse;
}
.left-sidebar .article.reverse figure {
  flex: 1;
  padding-right: 0;
  padding-left: 8px;
}
.left-sidebar .article .number-comments {
  color: white;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .left-sidebar .article {
    margin-bottom: 23px;
  }
  .left-sidebar .article .number-comments {
    display: none;
  }
  .left-sidebar .article .detail h3 {
    font-size: 20px;
  }
  .left-sidebar .article figure img {
    height: 130px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .left-sidebar .article {
    margin-bottom: 6px;
  }
  .left-sidebar .article .detail h3 {
    padding-top: 8px;
  }
}
@media (min-width: 1400px) {
  .left-sidebar .article {
    margin-bottom: 12px;
  }
}
.left-sidebar.verso-il-voto {
  background: #707788;
}
.left-sidebar.verso-il-voto h2 {
  color: white;
}

.right-sidebar h2 {
  text-transform: uppercase;
  color: #B22222;
  font-size: 30px;
  font-weight: 600;
  padding-left: 8px;
  border-left: #063057 solid 8px;
  margin: 6px 0;
}
.right-sidebar .article-h img {
  height: 150px;
  object-fit: cover;
}

.the-article {
  margin-top: 16px;
}
.the-article .image img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.the-article .body {
  font-family: "Roboto", sans-serif;
}
.the-article .body p {
  font-family: "Roboto", sans-serif;
}

.the-article-banner-column {
  margin-top: 16px;
}

.date {
  font-weight: lighter;
  font-size: 13px;
}

.footer {
  display: block;
  position: relative;
  z-index: 11;
  background: #063057;
  color: white;
  font: "Roboto", sans-serif;
  font-weight: 200;
  font-size: 14px;
  padding: 20px;
}
.footer p {
  line-height: 14px;
}
.footer a {
  color: white;
  text-decoration: underline;
}
.footer a:hover {
  color: #B22222;
}

.comments .intro {
  position: relative;
  text-align: center;
}
.comments .intro h4 {
  position: relative;
  display: inline-block;
  font-size: 40px;
  font-family: "Patua One", Sans-serif;
  font-weight: lighter;
  color: lightgray;
  background: white;
  font-style: italic;
  padding: 0 8px;
}
.comments .intro::before {
  display: block;
  top: 50%;
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: lightgray;
}

.the-comment {
  margin-top: 16px;
}
.the-comment .body {
  font-size: 12px;
  position: relative;
  margin: 3px;
  padding: 8px;
  border-radius: 4px;
  box-shadow: 0 0 3px -1px rgba(0, 0, 0, 0.7);
  /*
  &::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: -16px;
    width: 1px;
    height: 1px;
    border: transparent;
    border-right: 8px solid black;
  }
  */
}

.btn-primary {
  background-color: #063057;
  border-color: #063057;
}
.btn-primary:hover {
  background-color: #B22222;
  border-color: #B22222;
}

.site-content-wrapper {
  padding-top: 150px;
}
@media (min-width: 1400px) {
  .site-content-wrapper {
    padding-top: 173px;
  }
}
@media (max-width: 767px) {
  .site-content-wrapper {
    padding-top: 0;
  }
}
.site-content-wrapper.no-skin {
  padding-top: 0;
}
.site-content-wrapper .site-content {
  background: white;
  position: relative;
  z-index: 10;
}

.skin-container {
  position: sticky;
  top: 0;
}
@media (max-width: 767px) {
  .skin-container {
    background: white !important;
  }
}
.skin-container .skin-content {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  aspect-ratio: auto 1920/1080;
  width: 1780px;
  height: auto;
}
@media (min-width: 1400px) {
  .skin-container .skin-content {
    width: 2070px;
  }
}
@media (max-width: 767px) {
  .skin-container .skin-content {
    display: none;
  }
}
.skin-container .skin-content img {
  width: 100%;
}

.sticky {
  position: sticky;
  top: 0;
}

@media (max-width: 991px) {
  .first-lines {
    display: flex;
    flex-direction: column;
  }
  .first-lines .sortable-main {
    order: 1;
  }
  .first-lines .sortable-spot {
    order: 2;
  }
  .first-lines .sortable-editoriale {
    order: 3;
    display: flex;
    flex-flow: column-reverse;
  }
  .first-lines .sortable-4articles {
    order: 4;
  }
}

.cm__body .cm__btns .cm__btn-group .cm__btn:first-child:not(.cm__btn--secondary) {
  background: green !important;
}

.cm__body .cm__btns .cm__btn-group .cm__btn:nth-child(2) {
  background: transparent !important;
  color: var(--cc-btn-primary-bg) !important;
  border: 1px solid var(--cc-btn-primary-bg) !important;
}

/*# sourceMappingURL=base.css.map */
