/*
Theme Name: Formiche
Theme URI: https://them.es/starter
Author: gogodigital
Author URI: https://gogodigital.it
Description: Theme for formiche.net
Version: 3.3.5
Requires at least: 5.0
Tested up to: 6.2
Requires PHP: 7.2
License: GPL version 2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0
Tags: custom-background, custom-colors, featured-images, flexible-header, microformats, post-formats, rtl-language-support, theme-options, translation-ready, accessibility-ready
Text Domain: formiche
*/

/* Don't overwrite this file. Compile "/assets/main.scss" to "/assets/dist/main.css" */


/* From http://codex.wordpress.org/CSS */

.epyt-gallery iframe {
	width: 750px;
}
.header-scrolled div.bbnt_new {display:none;}
.header-scrolled div.scrollno {display:none;}
.header-scrolled div.social_ic {display:none;}
.header-scrolled nav#header {margin-top:0px!important;}
.header-scrolled .scrollheaderisw {margin-top:0px !important;}
.header-scrolled .searchscrolled {margin-top: -10px !important;}

.header-scrolled #umenu > a  {padding-top:0px!important;}

.social_ic {max-width: 150px;}

@import url('https://fonts.googleapis.com/css2?family=Cabin:wght@300;400;500;600;700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=PT+Serif:wght@300;400;500;600;700&display=swap');

:root {
  --rossof: #CF5459;
  --grey : #efefef;
  --rossofv: #CF5459;
  --bs-link-hover-color: #000!important;
  --bs-body-font-family: 'Cabin', sans-serif!important;
  --bs-body-font-size: 1.13rem!important;
  --bs-body-line-height: 25px!important;
  --bs-modal-width : 90vw!important;
  --bs-border-color:  #CF5459!important;
}
a:hover {
    color:#000;
}
.f12 {
    font-size: 12px;
}
.smallest {
    color: #555555;
    font-size: 14px;
}
.alignnone {
	margin: 5px 20px 20px 0;
}
._rvrs::before {
    color: #000;
    font-size: 25px;
}
.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}

.wp-caption {
	max-width: 96%; /* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}
.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}
.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

.gallery-item {
	display: inline-block;
	text-align: left;
	vertical-align: top;
	width: 50%;
}

.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: none;
	display: inline-block;
	max-width: 100%;
}

.gallery-item a img {
	display: block;
	-webkit-transition: -webkit-filter 0.2s ease-in;
	transition: -webkit-filter 0.2s ease-in;
	transition: filter 0.2s ease-in;
	transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.gallery-item a:hover img,
.gallery-item a:focus img {
	-webkit-filter: opacity(60%);
	filter: opacity(60%);
}

.gallery-caption {
	display: block;
	text-align: left;
	padding: 0 10px 0 0;
	margin-bottom: 0;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

.bypostauthor {
	font-weight: bold;
}
body {
background-repeat: no-repeat; background-position: center top; background-attachment: scroll; margin-top: 100px;
    }
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}
.navbar-brand img { /*min-height: 100px;*/ }
#wrapper #main {
    margin-top: 0rem;
    background: #fff;
    overflow: hidden;
}

.full-width {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
  }
.z-100 {
    z-index: 100;
}
.fs24 {
	font-size: 24px;
}
._spcltglnk {
    height: 350px;
    display: block;
    }
._spcltglnk img {
    object-fit: cover;
    height: 100%;
}
    .fs16 {
        font-size: 16px;
    }
#_uwmenu {
    width: 420px;
    transition: 1s all;
    top: 0;
    z-index: 10000;
    height: 100vh;
    background: #fff;
    overflow-y: scroll;
}
#umenuc {
    display: block;
    padding: 0px 0px;
}
#umenuc ul {
	list-style-type: none ;
	padding: 0 15px;
	text-transform: uppercase;
	color: #000;
	display: block;
}
#intervista .maut, .related_ins .maut {
    padding-top: 25px;
}
#crlltt .modal-body {
    padding-top: 0;
}
#intervista, .related_ins  {
    background: var(--rossof);
    color: #fff;
    text-align: left;
    padding: 50px 40px;
}
.related_ins {
    background: #EFEFEF;
    color: #222222;
}
.related_ins h3, .related_ins h3 a, .related_ins p, .related_ins a,
.related_ins .post-thumb.topwide .post-content-custom, .related_ins .slideint h3 a {
    color: #222222;
}
#crlltt .modal-header {
    border: 0;
}
#crlltt .related_ins {
    background: #fff;
    text-align: left;
    padding: 0px 10px;
}
#mclose {
	margin: 0 10px 0;
    cursor: pointer;
}
article.no-results, article.not-found {
    padding: 0 2.5vw;
}
.fullimgtag, .fullimgtag img {
    width: 100%;
    max-height: 300px;
    object-fit: cover;
}
.formsrc input, .formsrc select {
    border-radius: 0;
    border: none;
}
.formsrc input[type=text],  .formsrc select  {
    background-color: #F7F7F7;
}
.formsrc.open {
    display: block;
    border: 0;
    padding: 20px;
    position: relative;
    max-width: 570px;
    margin: 0 auto;
}
.formsrc.open label {
    margin: 5px;
    font-size:16px;
}
.formsrc.open .form-group {
    margin: 5px 0;
}
.allnews.col-md-12 {
	padding-left: 5px;
}
.row.single.speciale {
	max-height: 580px;
	overflow: hidden;
	position: relative;
}
.row.single.speciale h3 {
    position: absolute;
    color: #fff;
    top: 50%;
    transform: translateY(-50%);
    font-size: 45px;
    text-align: left;
    max-width: 80%;
    margin-left: 30px;
}
.row.single.speciale img {
		object-fit: cover;
		width: 100%;
		padding: 0;
}

.formsrc {
    display: none;
	transition: 0.5s all;
    position: absolute;
    background-color: #fff;
    padding: 10px;
    z-index: 10000;
}
.news_wide p {
    color: #555555;
    font-family: 'Cabin', sans-serif;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.35px;
    margin: 10px 10px 20px 0px;
    text-align: left;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
}
.brtop {
    border-top: 3px solid var(--rossof);
}
a.w100 {
    width: 100%;
    clear: both;
    position: relative;
    display: block;
}
a.w100 img {
    max-width: 110px;
    height: auto;
}
.filter-white {
    filter: brightness(0) invert(1);
}
.filter-grey {
    filter: grayscale(1);
}
.filter-grey:hover {
    filter: unset;
}
._ftrbr::after {
    content: "";
    border-bottom: 3px solid #EFEFEF;
    width: 102%;
    position: absolute;
    left: -12px;
    bottom: -20px;
}
._nvd .topnews:last-child::after {
    display: none;
}
.tri_up {
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #e15d54;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
}
.author-info {
    display: none;
}
article.type-gallerie #speakup-player {
    display: none;
}

.form-check-label.small {
    font-size:  11px;
    text-align: left;
    line-height: 12px;
}
.home aside, #sidebar { 
    background: #F4F4F4; 
    padding: 50px 15px;
}
.text-red {
    color: #d0705b;
}
.text-redd {
    color:#ce7160;
} 
.black i {
    color: #000;
}
.white i {
    color: #fff;
}
#umenuc ul a {
    text-decoration: none;
    text-transform: uppercase;
    font: normal normal 700 14px/21px 'Cabin';
    letter-spacing: 0.7px;
    color: #222222;
    margin: 10px 0;
    display: block;
}
._nmn  {
    font: normal normal bold 12px/21px Cabin;
    letter-spacing: 0.6px;
    color: #222222;
    padding-top: 5px;
}
.row ._plcc {
    padding-left: 30px;
}
.d-center { align-items: center; }
.video__icon {
    position: relative;
    width: 50px;
    left: 0px;
    top: 0px;
    display: block;
    height: 50px;
}
  .video__icon .circle--outer {
    border: 1px solid #e50040;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin: 0 auto 5px;
    position: relative;
    opacity: .8;
    -webkit-animation: circle 2s ease-in-out infinite;
            animation: circle 2s ease-in-out infinite; }
    .video__icon .circle--inner {
       background: var(--rossof);
       left: 15px;
       top: 8px;
       width: 20px;
       height: 20px;
       border-radius: 50%;
       position: absolute;
       opacity: .8;
            }
    .video__icon .circle--inner:after {
      content: '';
      display: block;
      border: 2px solid  var(--rossof);;
      border-radius: 50%;
      width: 28px;
      height: 28px;
      top: -4px;
      left: -4px;
      position: absolute;
      opacity: .8;
      -webkit-animation: circle 2s ease-in-out .2s infinite;
              animation: circle 2s ease-in-out .2s infinite; }
  .video__icon p {
    color: #000;
    text-align: center; }

@-webkit-keyframes circle {
  from {
    -webkit-transform: scale(1);
            transform: scale(1); }
  
  to {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0; } }

@keyframes circle {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    }
  
  to {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
    } }

.direttalive p {
    font-size: 18px;
    color: var(--rossof);
    margin-left: 30px;
    margin-top: 0;
}
.grey {
    background-color: var(--grey);
}
.direttalive .row {
    align-items: center;
}
.direttalive.container {
    display: block;
    position: relative;
    max-width: 93.8%;
    margin: 0 auto 30px;
    padding: 20px 10px;
}
.direttalive h2 {
    letter-spacing: 0.16px;
    color: #000000;
    text-decoration: underline;
    font-size: 32px;
    font-weight: 900;
}
#_uwmenu.open {
	left: 0px;
}
#main.container {
	padding: 0;
    position: relative;
}
#single-sub-header.speciale h1 {
    color: #fff;
    font-weight: 300;
    font-size: 26px;
    font-family: 'Cabin';
    padding: 15px 20px;
    letter-spacing: 2px;
}
.fs25 {
	font-size: 25px;
}
.yarpp-related {
    margin: 0 !important;
    padding: 0 !important;
}
.mh-250 {
    min-height: 380px;
    object-fit: cover;
}
header.speciale {
    position: absolute;
    z-index: 10;
    background: transparent;
    margin: 0 auto;
    left: 0;
    width: fit-content;
    text-transform: uppercase;
    top: 150px;
}
#preheader {
    display: flex;
    justify-content: space-between;
    align-items: center;
	margin: 0px 0 0;
}
#preheader.container {
    padding-left: 25px;
    padding-right:25px;
    padding-top: 20px;
}
#umenu {
    cursor: pointer;
    display: flex;
    max-width: 50px;
}
#umenuns {
    width: 30px;
    margin: 0 15px 0 0;
}
._lblusmm {
    margin: 0 15px 0 0;
    font: normal normal bold 12px/21px Cabin;
    letter-spacing: 0.6px;
    color: #222222;
    text-transform: uppercase;
    padding-top: 5px;
    display: flex;
}
._lblusmm::after {
    content: "";
    background-color: var(--grey);
    width: 2px;
    height: 22px;
    margin: 0px 0 0 15px;
    position: relative;
    display: inline-block;
}
#srctp {
    margin: -5px 0 0;
}
#mclose {
	display: inline-block;
	margin-left: 20px;
	color: var(--rossof);
}
#umenu ._usmm > div {
    border: 2px solid var(--rossof);
    margin: 5px 0px;
}
#umenu ._usmm > div:nth-child(2) {
	margin-right: 5px;
}
#wrapper {
	margin: 0px auto 0;
	padding: 0;
	max-width: 1194px;
    z-index: 1;
    position: relative;
}
ins.fixed {
    text-decoration: none;
    position: fixed;
    top: 0;
    z-index: 0;
}
img {
    max-width: 100%;
    height: auto; 
}
body {
    font-family: 'Cabin', sans-serif;
    font-size: 18px;
    letter-spacing: 0.35px;
    line-height: 22px;
}
._prehead {
    background-color: #eee1e0;
    color: #CF5459;
    height: 140px;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    padding: 10px 40px;
    overflow: hidden;
    position: relative;
}

.btn-formiche {
    text-align: center;
    letter-spacing: 0.9px;
    color: var(--rossof);
    text-transform: uppercase;
    width: 276px;
    height: 22px;
}
.single #comments-title, .single .entry-content, .single .post-navigation {
    padding: 0 0 0 30px;
}
.container-sm {
    max-width: 1194px;
}
#sidebar.archive_widget_area, #sidebar.single_widget_area {
    padding: 50px 25px 50px 10px;
}
aside .textwidget h3  {
    font-family: 'Cabin', sans-serif;
    font-size: 18px;
    font-weight: bold;
}
.text_red, #umenuc ul a.text_red {
    color: var(--rossof);
}
.fs-56 {
    font-size: calc(1.3rem + 2vw)!important;
}
.rossof {
    background: var(--rossof);
    color: #fff;
}
.rossotxt, .related_ins .rossotxt { color: var(--rossof); }
.bgrey { background: var(--grey);  }
.rossofv {
    background: var(--rossofv);
    color: #fff;
}
aside h2, #sidebar h2, #sidebar h3.widget-title, aside .widget-title {
    font-family: 'Cabin', sans-serif;
    font-size: 18px;
    text-align: center;
    letter-spacing: 0.45px;
    border-top-width: 3.5px;
    border-bottom-width: 3.5px;
    border-color: var(--rossof);
    color: var(--rossof);
    text-transform: uppercase;
    border-style: solid;
    border-right: 0;
    border-left: 0;
    margin: 20px 0;
    padding: 5px 0px;
}
.wfit, .row .wfit {
    width: fit-content;
}
#intervista.related {
    padding: 50px 20px;
}
#intervista.related  .swiperslidewrap {
    margin-top: -40px;
}
#intervista.related:before { width: 98%; }
/*homepage*/
.fw500 {
    font-weight: 500;
}
._grdtt {
    background: var(--rossof) 0% 0% no-repeat padding-box;
    text-align: center;
    padding: 18px;
    text-transform: uppercase;
    font-family: 'Cabin';
    font-weight: 500;
    width: fit-content;
    margin: 30px auto 50px;
}
._bbnt .container {
    justify-content: space-between;
    padding: 50px 40px 40px;
    font-family: 'PT Serif';
    font-size: 32px;
    font-weight: bold;
    letter-spacing: 0.8px;
}
._bbnt  {
    opacity: 0;
    transition: 1s all;
}
._bbnt.op1 {
    opacity: 1;
}
.clsbbnt {
    position: absolute;
    right: 10vw;
    top: 5px;
    cursor: pointer;
    font-size: 30px;
}
._grdtt a,._grdtt a:hover {
    padding: 15px;
    font-size: 18px;
    color:#fff;
}
.content_area_sl {
    padding: 50px 40px;
}
.slideint .abbs h3 a {
    font-size: 30px;
}
._sldmgs._mnw:before {
    content: "";
    background: linear-gradient(to top, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0) 85%);
    height: 100%;
    position: absolute;
    width: 100%;
}
.abbs {
    position: absolute;
    bottom: 3%;
    left: 0;
    right: 0;
    margin: 0px 30px;
    max-width: 270px;
    color: #fff;
    /* min-height: 58%; */
	text-align: center;
}
.topwide .gogodigital-slider-style6 {
    padding-top: 0px;
}
.gogodigital-slider-item.col-md-12 {
    padding-bottom: 0!important;
}
.gogodigital-slider-item-info h3 a {
    font-size: 18px;
    letter-spacing: 0.36px;
    line-height: 23px;
    font-weight: 700;
    height: 105px;
    padding-top: 15px;
    font-family: 'PT Serif';
    margin-top: 0px!important;
    padding-right: 11px;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box!important;
}
._sldmgs._mnw
 {
    width: 320px;
    height: 445px;
    display: block;
    position: relative;
    overflow: hidden;
 }
 .spcl_nav .col-md-12 {
    position: relative;
 }
 ._sldmgs._mnw img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.content_area_sl .swiper-button-next, .content_area_sl .swiper-button-prev {
    top: 20px;
    color: #fff;
}
.content_area_sl .swiper-button-next {
    right: 6%;
}
.content_area_sl .swiper-button-prev {
    right: 10%;
    left: unset;
}
aside h4 a {
    font-size: 18px;
    font-weight: bold;
    color: #222;
}
._arrr {
    display: block;
    position: relative;
}
.swiper.spcl_nav {
    padding-top: 80px;
    margin-top: -75px;
}
.speciali .swiper.spcl_nav {
    padding-top: 65px;
    margin-top: -45px;
}
#specialislider {
    background: #939CAB;
}
.content_area_sl .swiper-button-next::after, 
.content_area_sl .swiper-button-prev::after {
    font-size: 20px;
}
.content_area_sl {
    color: #fff;
}
.content_area_sl::before {
    content: "";
    background-color: #fff;
    height: 3px;
    width: 100%;
    position: relative;
    display: block;
    margin: 0px auto 40px;
}
.content_area_sl .maut {
    padding-top: 25px;
}
.rivistefeed .swiper-slide {
    margin-right: 15px;
}
.r-0 { right: 0; }
.b-0 { bottom: 0;  }
.absl { position: absolute; }
#galleria h3 span, #videogalleria h3 span {
    display: block;
    color: var(--rossof);
    text-decoration: underline;
}
.box_csm h4 {
    font-size: 18px;
    color: #F26F65;
    margin-bottom: 30px;
}
.box_csm {
    background: #FFF6F5 0% 0% no-repeat padding-box;
    border: 2px solid #F26F65;
	font-size: 14px;
}
.page-template-page-chisiamo
#single-sub-header h1 {
    font-weight: 600;
    font-size: 56px;
}
.fw-600, .page-template-page-chisiamo h2, .page-template-page-chisiamo h3 {
    font-weight: 600;
}
.page-template-page-chisiamo .content {
    color: #555555;
    letter-spacing: 0.9px;
    line-height: 26px;
}
.news_wide._nob .catbox.allnws {
    margin: 0 0 10px;
}
.rivistaheader {
    margin-right: -200px!important;
}
.rivistefeed .cstm_nav.swiperslidewrap {
    margin-top: -30px;
    padding-top: 60px;
    padding-left: 15px;
    padding-right: 20px;
}
#galleria .cstm_nav.swiperslidewrap.gallerie {
    padding-top: 50px;
    margin-top: -50px;
}
#lastriviste a.btn-formiche, #popup a.btn-formiche, 
#lastriviste a.btn-formiche:hover, #popup a.btn-formiche:hover {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    padding: 20px;
    height: 60px;
    line-height: 18px;
    font-size: 18px;
    color: var(--rossof);
    display: block;
    margin: 0 auto;
    border-radius: 0;
    margin-top: 50px;
    font-weight: 500;
}
.rivistefeed .swiper h3 {
    text-transform: none;
    max-width: 320px;
}
.rivistefeed h3:first-child {
    text-transform: uppercase;
    font-family: 'Cabin';
    font-weight: 600;
    font-size: 20px;
    display: block;
    position: relative;
}
.rivistefeed .swiper .post-thumb img {
    box-shadow: 0px 0px 10px #5e5e5e;
    max-height: 375px;
    object-fit: cover;
}
._dtmr.small {
    margin: 20px 0 10px;
    font-size: 12px;
    text-transform: capitalize;
}
.fs-20 {
	font-size: 20px;
}
._lblsclv {
    background-color: var(--rossof);
    position: relative;
    display: inline-block;
    padding: 5px 10px;
    margin: 20px 0;
    letter-spacing: 1.5px;
    font-size: 18px;
}
.home aside#sidebartop-home {
    padding-top: 50px;
}
.catbox.allnws.normal {
    position: relative;
    margin-top: -7px;
    margin-bottom: 10px;
}
.topcontent .post-thumb.topwide {
    padding-right: 0;
    overflow: hidden;
    max-height: 610px;
}
._nvd {
    padding: 40px 0;
}
#main.site-main.esclusiva {
    margin-top: 0;
}
.esclusiva .topwide .posted_date, 
.esclusiva .topwide .posted_date a, 
.esclusiva .topwide .posted_date span {
    color: #fff;
}
._bgsc {
    background: linear-gradient(to top, rgba(0,0,0,0.95) 0%,rgba(0,0,0,0) 40%);
    height: 100%;
    position: absolute;
    width: 100%;
}
#main.site-main.esclusiva .topwide {
    max-height: 610px;
}
.allnews .row.single .news_wide._nob {
    border: none;
    padding-top: 0;
}
.catbox.allnws {
    margin: 0 0 0px;
}
._dlblock {
    display: block;
    position: relative;
}
._blk {
    background-color: rgb(29 29 28 / 60%);
    border-left: 3px solid var(--rossof);
}
.dftr {
    padding: 10px 20px;
}
.dftr.small {
    padding: 5.5px 11px;
}
.fboxg {
    height: 450px;
    overflow: hidden;
    position: relative;
    display: block;
    max-width: 610px;
    margin-bottom: 15px;
}
.fboxg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.gallerie .gogodigital-slider-item-img img {
	height: 150px;
	width: 220px;
	object-fit: cover;
}
#galleria  .topboxg h3 a, .topintv a{
	font-size: 30px;
    color:#fff;
}

.allnews .post-thumb img {
	width: 100%;
	object-fit: cover;
    height: 100%;
}
.allnews .row.single {
    margin-bottom: 0px;
    padding-bottom: 30px;
  /*  border-bottom: 2px solid #F4F4F4;*/
    text-align: left;
    width: 100%;
    padding-right: 0;
}
aside h3, .cabin {
    font-family:'Cabin', sans-serif;
}
.btn.rivista, .btn.rivista:hover {
    background-color: var(--rossof);
    border-color: var(--rossof);
    color: #FFF;
    padding: 5px 35px;
    border-radius: 0;
}
.allnews .row.single::after  {
    content: "";
    border-bottom: 3px solid #F4F4F4;
    width: 99%;
    padding-top: 25px;
    display: block;
    position: relative;
}
.posted_date.white, .f14 {
    font-size: 14px;
}
.white, .white a, .posted_date.white a {
    color:#fff;
}
.allnews .row.boxed.gigi .row.single::after {
    display: none;
}
.allnews .row.boxed.gigi {
    margin: 0;
    padding-top: 20px;
    padding-bottom: 0;
}
.allnews .row.boxed {
    margin-bottom: 30px;
    padding-bottom: 30px;
    text-align: left;
    width: 100%;
    justify-content: end;
    padding-right: 0;
}
.home .post-thumb.speciale {
    padding: 0;
}
.home .post-thumb.speciale img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.col-md-6.speck
{
    display: inline-block;
}
.abs._spec .posted_date span {
    color:#fff;
}
.row._btmm img {
    height: 100%;
    object-fit: cover;
    min-height: 85px;
}
.abs._spec {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    padding-left: 40px;
}
.abs._spec .first {
    position: absolute;
    display: block;
    top: 45%;
    transform: translateY(-50%);
}
.home #notizie .first h3 a, .price_s {
    font-size: 40px;
    letter-spacing: 1.4px;
    line-height: 40px;
    max-width: 570px;
    margin-bottom: 0;
    padding-bottom: 0;
}
.post-thumb.speciale:before {
    content:"";
    background: linear-gradient(to top, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0) 85%);
    height: 100%;
    position: absolute;
    width: 100%;
}
.row._btmm {
    max-width: 95%;
}
._btmm .col-md-8 {
    padding-left: 0;
}
._btmm .posted_date {
    position: absolute;
    bottom: -5px;
}
._btmm {
    position: absolute;
    bottom: 40px;
}
.widget_media_video {
    position: relative;
    display: block;
    overflow: hidden;
}
.spec {
    display: block;
    position: relative;
    padding-right: 10px;
    margin-bottom: 35px;
    margin-top: 30px;
}
._btmm h3 {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
}
._btmm .catbox {
    margin-bottom: 20px;
}
.normargin {
    margin: 0;
}
.spec a, .spec h3, .spec h2, .spec p, .spec .catbox a {
    color:#fff;
}
.post-content-custom p
{
    color: #555555;
    font-family: 'Cabin', sans-serif;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 0.35px;
    margin: 10px 0px 0px 0px;
    text-align: left;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
}
.wrap_posts h4 {
    font-family: 'PT Serif', sans-serif;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 0.25px;
}
.archive .post-content-custom p,
.category .post-content-custom p,
.tag .post-content-custom p
{
    -webkit-line-clamp: 5;
    font-size: 16px;
    line-height: 21px;
}
.archive .single .post-thumb a,
.search .single .post-thumb a,
.category  .single .post-thumb a,
.tag  .single .post-thumb a
{
    width: 100%;
    display: block;
}
.cprct {
    width: 100%;
}
.archive .single h3 a {
    -webkit-line-clamp: 3;
    position: relative;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
}
.archive .single .post-thumb img,
.search .single .post-thumb img,
.category  .single .post-thumb img,
.tag  .single .post-thumb img
{
    width: 100%;
    max-height: 250px;
    height: 250px;
    object-fit: cover;
}
.archive .single .catbox,
.search .single .catbox,
.category  .single .catbox,
.tag  .single .catbox {
margin-bottom: 10px;
}
._nvdtt {
    font: normal normal bold 18px/25px Cabin;
    letter-spacing: 0.45px;
    color: var(--rossof);
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 20px;
}
.topnews .no-padding {
    padding: 0;
}
.no-padding {
    padding: 0!important;
}
.topcontent .topwide h3 a {
    color: #fff;
    font-size: 50px;
    display: block;
    line-height: 50px;
    margin: 20px 30% 20px 0;
}
.home .h3, .home h3 {
    font-size: 18px;
    font-weight: bold;
}
.home h3.small {
    font-size: 16px;
}
.topwide img {
    object-fit: cover;
    height: 100%;
	width: 100%;
}
.topboxed { position: relative; }
.topboxed .row.single {
    margin-bottom: 38px;
    margin-top: 30px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.posted_date span, .posted_date a {
    color: #555555;
}
.posted_date {
    font-size: 12px;
    letter-spacing: 1px;
}
.topboxed .row.single .posted_date {
    font-size: 14px;
    border-bottom: 1px solid #e15d54;
    width: auto;
    display: inline-block;
    text-transform: none;
    letter-spacing: 0.5px;
}
.border-bottom.border-grey {
    border-bottom: 3px solid #F4F4F4!important;
}
.wthr a:hover {
    color: #fff;
}
h3 a {
    color: #000;
}
.topwide {
	position: relative;
}
.topbox {
    position: absolute;
    color: #fff;
    bottom: 7%;
	width:100%;
    left: 2.5vw;
}
#galleria, #videogalleria {
	background-color: #262626;
	padding: 20px 30px;
}
#galleria {
    margin-top: 30px;
}
#galleria h3 a, #videogalleria h3 a {
    color: #fff;
    display: block;
}
#menu-menutop-1 {
    display: flex;
    margin: 0 auto;
    list-style-type: none;
}
.middle_widget_home h3 {
    color: var(--rossof);
    font-family: 'Cabin', sans-serif;
}
.menu-menutop-container {
    display: flex;
    border-top: 1px solid;
    border-bottom: 1px solid;
    padding: 25px;
}
._wrpmn .menu-menutop-container {
    display: block;
    border-top: 0;
    border-bottom-color: #eaeaea;
}
._wrpmn > div:nth-child(1), ._wrpmn > div:nth-child(2),
._wrpmn > div:nth-child(3),._wrpmn > div:nth-child(4),
._wrpmn > div:nth-child(5),._wrpmn > div:nth-child(6) {
    border-bottom: 2px solid #eaeaea;
    padding: 10px 0px;
}
._wrpmn {
    padding: 0 0px;
}
._uewual {
    padding: 20px;
}
._cntft .count, ._cntft .dftr {
    display: none;
}
._wrpmn .widgettitle {
    font: normal normal bold 15px/21px Cabin;
    letter-spacing: 0.6px;
    color: #f26f65;
    padding: 10px 10px 0;
}
._wrpmn #umenuc ul {
    display: block;
}
.z100 {
z-index: 100;
}
.w-fit-content { width: fit-content; }
._prehead .textwidget::before {
    content: "";
    position: absolute;
    width: 93%;
    height: 3px;
    background-color: var(--rossof);
    z-index: 0;
    left: 0;
    right: 0;
    margin: 15px auto;
}
#iscriviti {
    border: 2px solid var(--rossof);
    padding: 8px 25px;
    text-transform: uppercase;
    font-size: 12px;
    float: right;
    color: var(--rossof);
    background-color: #fff;
    font-weight: 600;
    min-width: 140px;
    letter-spacing: 1.05px;
}
.rivistefeed {
	justify-content: end;
	z-index: 1;
}
._prehead a strong {
    color: var(--rossof);
    text-decoration: underline;
}
._prehead .textwidget {
    display: flex;
    justify-content: space-between;
}
._prehead .textwidget p {
    padding: 55px 0 0 0px;
    font: normal normal 600 17px/22px Cabin;
    letter-spacing: 0.42px;
    color: var(--rossof);
}
#specialislider .swiper-slide {
    padding-left: 0;
}
#videogalleria .cstm_nav {
    padding-top: 60px;
    margin-top: -60px;
}
.cstm_nav .swiper-button-next,
.cstm_nav .swiper-button-prev
{
	top: 10px;
    color: #fff;
}
.wp-pagenavi {
    margin: 100px auto;
    text-align: center;
}
.wp-pagenavi a, .wp-pagenavi span {
    border: none;
    color: #222;
    padding: 3px 10px;
}
.page-title.author { margin-left: 35px; }
.wp-pagenavi span.current {
    color: var(--rossof);
}
span.pages {
    display: none;
}
.yarpp.yarpp-related .cstm_nav .swiper-button-next,
.yarpp.yarpp-related .cstm_nav .swiper-button-prev
{
    color: var(--rossof);
}
.yarpp-related a {
    text-transform: none;
}
.cstm_nav  .swiper-button-prev {
	left: unset;
	right: 60px;
}
.gallerie .swiperslide, #videogalleria .swiperslide {
    padding-top: 67px;
    margin-top: -65px;
}
#intervista .swiperslidewrap, .related_ins  .swiperslidewrap{
    padding-top: 60px!important;
    margin-top: -60px;
}
.modal-body .related_ins .swiperslidewrap {
    padding-top: 45px!important;
    margin-top: -45px;
}
.cstm_nav .swiper-button-next::after,
.cstm_nav .swiper-button-prev::after
{
	font-size: 20px;
}
#lastriviste .swiper-wrapper {
    padding-top: 0px;
    margin-left: 0px;
}
section#galleria h2 a, section#videogalleria h2 a {
	font: normal normal 500 25px/25px Cabin;
	letter-spacing: 0.45px;
	color: #FFFFFF;
}
/* end home */

h1, h2, h3, h4, h5, h6, .price_s {
    font-family: 'Pt Serif', sans-serif;
}
.page h1 {
        font-weight: bold;
}
#menu-menutop li a span.color, #menu-menutop-1 li a span.color {
    border-bottom-width: 3.5px;
    position: relative;
    display: block;
    width: 17px;
    border-bottom-style: solid;
	display: none;
}
.bg-light { background: transparent; }
 #popupnewsletter h2,  #popupnewsletter,
#popupregistrati, #popupregistrati h2 {
    font-family: cabin,sans-serif;
}
._rsf {
    background-color: var(--rossof);
    color: #fff;
}
.modal {
    border:0!important;
} 
.modal .bg_pink {
    background-color: #F5E7E6
}
#formnewsletter {
    padding: 50px 30px;
    background-color: #f5e7e6;
    background-image: url('/wp-content/themes/formiche/assets/img/bg_nwslttr.webp');
    background-repeat: no-repeat;
    background-position: 101%;
    background-size: contain;
}
#formnewsletter input[type=text], #popupnewsletter input[type=text], #popupregistrati input[type=text] {
    border-radius: 0;
    padding: 15px;
    border: 0;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.7px;
}

.width100 > *  {
    margin-bottom: 15px;
    width: 100%;
}
#formnewsletter h2, #popupnewsletter h2 {
    font-size: 18px;
    margin-bottom: 10px;
    letter-spacing: 0.45px;
    color: var(--rossof);
}
#popupregistrati h2 {
    font-size: 18px;
    margin-bottom: 10px;
    letter-spacing: 0.45px;
    color: #fff;
}

#formnewsletter button, #popupnewsletter button[type=submit] {
    background-color: var(--rossof);
    color: #fff;
    border-radius: 0;
    border: 0;
    padding-left: 55px;
    padding-right: 55px;
    text-transform: uppercase;
    padding-top: 13px;
    padding-bottom: 14px;
    letter-spacing: .7px;
}
#formnewsletter {
    background-color: #f5e7e6;
}
#menu-menutop a, #menu-menutop-1 a {
    color: #000;
    font-size: 11px;
    font-weight: 600;
    font-family: cabin,sans-serif;
    line-height: 20px;
    text-decoration: none;
    text-transform: uppercase;
    margin: 10px 10px 10px 0;
    letter-spacing: 1.4px;
}
.middle_widget_home #menu-menutop-1 a {
    color: #333;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 900;
    line-height: 20px;
    text-decoration: none;
    margin: 0px;
}
.middle_widget_home {
    padding: 25px 0px;
}
#galleria .swiper-slide {
    padding: 0 10px;
}
#galleria h2, #videogalleria h2  {
    padding: 20px 0px;
    text-align: center;
}
._bbnt .btn-light {
    color: var(--rossof);
    border-radius: 0;
    font-family: 'Cabin';
    font-size: 14px;
    margin-right: 40px;
    padding: 7px 20px;
    font-weight: 700;
}
.btn-light.width100 {
    color: var(--rossof);
    border-radius: 0;
    padding: 10px;
}
#header.navbar-expand-md.navbar {
    padding-bottom: 0;
}
#galleria:before, #videogalleria:before {
    content: "";
    background-color: #939393;
    height: 3px;
    width: 98%;
    position: relative;
    display: block;
    margin: 40px 10px 0px;
}
#intervista::before, #lastriviste::before, .related_ins::before  {
    content: "";
    background-color: #fff;
    height: 3px;
    width: 100%;
    position: relative;
    display: block;
    margin: 0px auto 40px;
}
.related_ins::before {
    background-color: var(--rossof);
}
#crlltt .related_in a, 
#crlltt .related_in .post-content-custom, 
#crlltt .slideint h3 a, #crlltt  .topintv a, 
#crlltt .post-thumb.topwide .post-content-custom, aside a
{ color: #222; }
#crlltt .related_ins::before {
    background-color: var(--rossof);
    margin-bottom: 20px;
}
.pr-2 {
 padding-right: .5rem;
}
#lastnewsblock {
    padding: 40px 0;
    margin: 0 0 0 20px;
}
#crlltt .related_ins .maut {
    padding-top: 10px;
}
.iscr_newslttr {
    background: #f9f9f9;
    padding: 30px 0px;
}
.middle_widget_home #menu-menutop-1 li {
    padding: 0 1.2rem;
}
.cnt_img {
    position: relative;
}
.catbox a {
    font: normal normal 600 14px/10px Cabin;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    color: #2C2C2C;
}
.esclusiva .topwide .catbox a {
    color: #fff;
}
.catbox .color {
    border-bottom-width: 4px;
    position: relative;
    display: none;
    width: 25px;
    border-bottom-style: solid;
}
.post-thumb.nopad, .allnews .news_wide {
    padding-left: 0;
}
.skin ins {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    width: 100%;
    height: 100%;
}
.allnews .posted_date, ._nvd .posted_date {
    font-size: 12px;
}
.allnews .posted_date a {
    color: #2C2C2C;
}
.home #notizie h3 a,.home #middlenews h3 a {
    font-size: 18px;
    padding: 7px 0px 10px;
    display: block;
}
.home #middlenews .newsboxed h3 a {
    padding-top: 0; padding-right:0;
}
.home #notizie ._btmm h3 a,
.home #notizie .nomargin h3 a {
    padding: 0;
}
.allnews .spec .posted_date, .allnews .spec .posted_date a {
    color:#efefef;
} 
._bbntpo {
    margin-left: 10px;
    font-size: 14px;
}
.post-content-int .post-content-custom {
    margin-top: 30px;
}
.allnews .row.single .news_wide {
    padding-right: 0;
    border-top: 3px solid #F4F4F4;
    width: 99%;
    padding-top: 25px;
}
.home #notizie .news_wide h3 a, 
.home #middlenews .news_wide h3 a {
    font-size: 31px;
}
._nvd .catbox {
    position: relative;
    display: block;
    left: -12px;
    margin: 0 0 15px;
}
/* single */
._hdrsng.container.header-scrolled {
    min-height: 315px;
}
.archivecat {
    padding: 0 0 0 35px;
}
.archivecat .row.single {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 2px solid #F4F4F4;
    text-align: left;
    width: 100%;
    justify-content: end;
    padding-right: 0;
}
._hdrsng.container {
    transition: 1s all;
    padding:0;
    border-bottom: 3px solid #CF5459;
}
.header-scrolled ._prehead {
    display: none;
}
.header-scrolled .social_ic a {
	padding-top: 0px!important;
}

.row.rivistaheader {
    width: 100%;
}
.header-scrolled .navbar-brand {
    display: none;
}
.header-scrolled #preheader {
    position: absolute;
    left: 0;
    right: 0;
    padding-left: 35px;
    padding-right: 35px;
}
._wrphd {
    background-color: #fff;
}
.header-scrolled ._wrphd {
    position: fixed;
    top: 0px;
    z-index: 100;
    border-bottom: 3px solid var(--rossof);
}
.logged-in .header-scrolled ._wrphd {
    top: 30px;
}
.header-scrolled nav#header {
    position: relative;
    width: fit-content;
    margin: 0 auto;
}
.gigi {
    margin: 0;
}
.gigi .newsboxed .post-thumb {
    padding: 0;
}
.subtitle.container {
    position: fixed;
    z-index: 2;
    top: 69px;
    background: #eaeaea;
    padding: 0;
    overflow: hidden;
}
.logged-in .subtitle.container {
    top: 97px;
}
._scrp {
    text-decoration: underline;
    display: block;
}
.calendar ul.weeks {
    margin-bottom: 0;
}
.calendar ul.weeks li {
    font-size: 10px;
    color: #ccc;
}
.type-gallerie #single-sub-header h1 {
    font-size: 36px;
}
.caption.galleria {
    position: absolute;
    color: #fff;
    z-index: 100;
    right: 15px;
    top: 20px;
}
.caption._ddscl {
    position: absolute;
    color: #fff;
    z-index: 100;
    bottom: 0;
    font-family: 'Cabin';
    font-size: 12px;
    font-weight: 400;
    width: 100%;
    text-align: left;
    background: #00000070;
    left: 0;
    margin: 0;
    padding: 15px 30px;
}
#single-sub-header .catbox {
    padding: 0 35px;
}
.ttl.col-md-12.uh.p20 {
    padding: 0 15px 0 25px;
}
.ttl.col-md-12.oo {
    padding: 0 25px 0 40px;
}
/* single  */
.yarpp.yarpp-related {
    margin: 0 auto;
    padding: 0;
}
article.category-eventi-live .post-thumbnail {
    padding-left: 0px;
    padding-right: 15px;
}
.w900.modal-dialog {
    max-width: 900px;
    border-radius: 0;
}
.content.error404 {
    padding: 4%;
}
.modal-header { border-bottom-width: 2px; }
.mr-2 {
    margin-right: 1rem;
}
h1.h1archive {
    font-size: 33px;
}
.fw18 {
    font-size: 18px;
    font-weight: bold;
}
h3.fw18._vnto, .home h3.fw18._vnto  {
    font-size: 33px;
}
#crlltt .modal-dialog {
    max-width: 1108px;
    border-radius: 0;
}
.banner_single_970_250, .bg_grey {
    background: #F4F4F4;
}
.dgrey, .dgrey:hover  {
    color: #555555;
}
.w38 { min-width: 32px; font-size: 15px; }
.mr-1 { margin-right: 1rem; }
.wrap_pw .card {
    padding: 20px;
    max-width: 300px;
    text-align: center;
    margin: 20px auto 30px;
    box-shadow: 0px 0px 60px #0000001A;
    border: 3px solid var(--rossof);
    border-radius: 30px;
}
.wrap_pw.w480 .card {
    max-width: 480px;
}
.wrap_pw .card.blue {
    border-color: #63bff9;
}
.wrap_pw {
    padding: 90px 0px;
    background: linear-gradient(180deg, rgba(255,255,255,0.5) 0%, 
    rgba(255,255,255,1) 45%, rgba(255,255,255,1) 100%);
    margin-top: -80px;
    text-align: center;
    position: relative;
}

.subtitle h3 {
    padding: 20px 30px;
    font-size: 18px;
    font-weight: 900;
    margin: 0;
    transition: 1s all;
}
#single-sub-header h1 {
    color: #000;
    font-weight: 900;
    font-size: 36px;
    line-height: 92%;
    word-wrap: break-word;
    margin: 25px 0px 0px 0px;
}
.color_single {
    position: relative;
    width: 60px;
    height: 8px;
    clear: both;
    display: block;
	background-color: #f16f66!important;
}
.subtitle .color_single {
    height: 6px;
    min-width: 5%;
    max-width: 100%;
}
._lblsclv.spcc {
    margin-top: 100px;
    color: #fff;
    text-transform: uppercase;
    padding: 5px 10px;
    font-size: 20px;
}
footer#footer section {
    max-width: 320px;
}
footer#footer h3 {
    color: #767676;
    text-transform: uppercase;
    font-size: 13px;
    font-family: 'Cabin', sans-serif;
}
.banner-homepage-slider-728-90 {
    text-align: center;
    margin: 25px;
}
.container._rsf {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0 40px;
}
.container._rsf a {
    color: #fff;
}
.container._rsf .row {
    align-items: center;
}
._ppdgt { 
    padding-bottom: 30px;
}
footer#footer p  {
    color:#fff;
    font-size: 12px;
	line-height: 20px;
}
#lastriviste {
    background: var(--rossof);
    color: #fff;
    text-align: left;
    padding: 70px 40px;
}
footer#footer {
    padding: 50px 25px 90px;
    position: relative;
    background-color: #262626;
}
._ftrgry h3 {
    color:#767676;
    text-transform: uppercase;
    font: normal normal bold 13px/16px Cabin;
    letter-spacing: 0.65px;
}
._ftrgry {
    background: #262626;
    font-size: 11px;
    justify-content: space-around;
    color: #fff;
}
.slideint h3 a {
    color: #fff;
    margin: 20px 0;
    letter-spacing: 0.35px;
}
.bi-link-45deg::before {
    color: #fff;
    background: #000;
    border-radius: 50%;
    font-size: 20px;
    width: 27px;
    height: 27px;
    text-align: center;
    padding-top: 3px;
}
.entry-content p, .entry-content {
    
    color: #555555;
    letter-spacing: 0.9px;
}
.entry-content .intro {
    letter-spacing: 1px;
    font-size: 20px;
    line-height: 26px;
    font-style: italic;
}
.entry-meta_single a:hover ._rvrs::before {
	color: #f26f65;
}
#popupnewsletter .modal-content {
    color: #555555;
    background: #F5E7E6 0% 0% no-repeat padding-box;
}
#popupregistrati .modal-content {
    color: #fff;
    background: var(--rossof);
}
#popup .btn-close {
    filter: invert(1);
}
#popup .modal-content {
    background-color: var(--rossof);   
}
.row.boxed.gigi ._xkar:first-child .post-content-custom p {
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
    margin-bottom: 20px;
}
#bottomnewsblock .row.boxed.gigi::after {
    content:"";
    border-top: 3px solid #F4F4F4;
    width: 100%;
    padding-top: 0;
    margin-top: 25px;
}
.row.boxed.gigi ._xkar:nth-child(2) .post-content-custom p {
    -webkit-line-clamp: 2;
}
.row.boxed.gigi ._xkar:nth-child(2) .single:first-child .newsboxed .fullrow {
    border-bottom: 3px solid #f4f4f4;   
}
._xkar:first-child .nopad, .row.boxed.gigi ._xkar:first-child {
    padding-right: 0;
}
._xkar:first-child .nopad {
    padding-left: 0;
	display: block;
    position: relative;
    overflow: hidden;
}
#activecampaign_for_woocommerce_accepts_marketing_field {
    display: none;
}
.row .thumbdrt {
    position: relative;
    padding: 0;
}
#videogalleria .cnt_img a::after, .thumbdrt::after {
    content:"";
    width: 62px;
    height: 50px;
    background-color: var(--rossof);   
    position: absolute;
    left: 0;
    bottom: 0;
}
#videogalleria .cnt_img a::before, .thumbdrt::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
    border-left: 17px solid #fff;
    bottom: 14px;
    z-index: 1;
    left: 23px;
}

._ttvv {
    color: #fff;
    letter-spacing: 0.45px;
    margin: 10px 0;
}
.row.boxed.gigi .catbox.allnws.normal {
    margin-bottom: 15px;
}
._logoscroll {
    height: 50px;
    width: 50px;
    margin-top: -10px;
    margin-right: 5px;
    display: none;
}
.header-scrolled  ._logoscroll {
    display: block;
}
.header-scrolled ._lblusmm {
    display: none;
}
.archivecat h3 {
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 1.1px;
}
.banner_archivio {
    margin-bottom: 25px;
}
._wrpmn
.widget_saml_login_widget {
    display: none;
}
.scheda_evento {
    background: #f1f2ed;
    padding: 30px;
    margin: 20px 0;
    position: relative;
}
.colorblue {
    color:#40679a;
}
.post img.copertina_evento {
    position: absolute;
    max-width: 100px;
    top: 25px;
    right: 25px;
}
.post ._mxw100 img {
    max-width: 120px;
}
.font-weight-bold {
    font-weight: bold;
}
.scheda_evento > div {
    padding: 5px 0;
}
#popupnewsletter .modal-header {
    border-bottom: 3px solid var(--rossof);
    margin: 10px 4vw;
    padding-right: 0;
}
#popupabbonamento .modal-content {
   background-color:  #F5E7E6;
}
.titbbnt {
    min-height: 60px;
    display: block;
    margin-top: 25px;
}
#popupabbonamento h2 {
    font-size: 22px;
    letter-spacing: 0.55px;
    color: var(--rossof);
    font-weight: 600;
}
.titbbnt, .card-title {
    font-family: 'PT Serif', sans-serif;
    font-size: 30px;
    position: relative;
}
.card-title .biggest {
    font-size: 60px;
    display: inline-block;
    line-height: 145%;
}
.card-title ._srtp {
    font-size: 18px;
    display: inline;
    position: absolute;
    top: 18px;
    margin-left: 15px;
}
._grdtt {
    background-color: var(--rossof);
    text-align: center;
    color: #fff;
    padding: 12px 60px;
    text-transform: uppercase;
    font-family: cabin;
    font-weight: 500;
    width: fit-content;
    display: block;
    margin: 20px auto;
}
.abbonamenti ul {
    list-style-type: none;
    text-align: left;
    padding-right: 2rem;
}

.close-button-slider {
    display: none;
    height: 45px;
    width: 45px;
    color: #fff;
    position: fixed;
    top: 15px;
    right: 15px;
    font-size: 32px;
    text-align: center;
    cursor: pointer;
    z-index: 9999;
    opacity: .75;
 }
 .close-button-slider:before {
    content: '×';
 }
 .close-button-slider:hover,
 .close-button-slider:active {
    opacity: 1;
 }
 .swiper-container.fullscreen .mySwiper {
    margin-top: 0px;
 }
.swiper-container.fullscreen {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 10000;
    top: 0;
    background: #000;
    left: 0;
    padding-top: 6vh;
}
article  .fullscreen .mySwiper .swiper-slide {
    background: #000;
}
 .swiper-container.fullscreen .close-button-slider {
    display: block;
 }
 .single-gallerie article  .swiper-container.fullscreen .swiper-slide img {
    object-fit: contain;
    object-position: center;
    background: #353535;
 }

 .row.nowrap {
    flex-wrap: nowrap;
}
.sttimg {
    letter-spacing: 0.8px;
    color: #BBBBBB;
}


/**/
.single-gallerie #galleria {
    margin-top: 0px;
}
.single-gallerie article .mySwiper2 .slidewrap, .swiper_related .mySwiper2 .slidewrap {
	width: 100%;
	height: 440px;
	overflow: hidden;
	cursor: pointer;
}
.single-gallerie article  .swiper-container.fullscreen .mySwiper2 {
    max-height: 90%;
}
.single-gallerie article  .swiper-container.fullscreen .mySwiper2 .slidewrap {
    height: 100%;
}
.single-gallerie article .mySwiper2, .swiper_related .mySwiper2 {
      width: 100%;
      height: 100%;
	  max-height: 440px;
    }
    .single-gallerie article  .swiper-slide, .swiper_related  .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .single-gallerie article  .swiper-slide img, .swiper_related .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: top;
    }
    .single-gallerie article .swiper, .swiper_related .swiper {
      width: 100%;
      height: 300px;
      margin-left: auto;
      margin-right: auto;
    }

    .single-gallerie article .swiper-slide, .swiper_related .swiper-slide  {
      background-size: cover;
      background-position: center;
    }

    .single-gallerie article .mySwiper2, .swiper_related .mySwiper2 {
      height: 80%;
      width: 100%;
    }
	.single-gallerie article .swiper-container.fullscreen .mySwiper2 {
		width: 80%;
	}
.single-gallerie article .swiper-container.fullscreen #thumbsSlider {
	width: 84.8%;
}

    .single-gallerie article .mySwiper, .swiper_related .mySwiper {
      height: 20%;
      box-sizing: border-box;
      padding: 10px 0;
    }

    .single-gallerie article .mySwiper .swiper-slide, .swiper_related .mySwiper .swiper-slide {
      width: 25%;
      height: 100%;
      opacity: 0.4;
    }

	.single-gallerie article .mySwiper .swiper-slide-thumb-active, 
    .swiper_related .mySwiper .swiper-slide-thumb-active {
      opacity: 1;
    }
    .category-i-pamphlet-di-formiche .entry-meta {
        display: none;
    }
    a.w100:last-child img {
        max-width: 200px;
    }
.entry-meta {
    display: none!important;
}
/*calendario*/

.wrapper_calendar {
    background: #fff;
    border-radius: 0px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.12);
	max-width: 325px;
    margin: 20px auto 50px;
  }
  .wrapper_calendar header{
    display: flex;
    align-items: center;
    padding: 25px 30px 10px;
    justify-content: space-between;
  }
  .wrapper_calendar header .icons {
    display: flex;
    margin-top: -17px;
}
  .wrapper_calendar header .icons span{
    height: 38px;
    width: 38px;
    margin: 0 1px;
    cursor: pointer;
    color: #878787;
    text-align: center;
    line-height: 38px;
    font-size: 1rem;
    user-select: none;
    border-radius: 50%;
  }
  .wrapper_calendar .icons span:last-child{
    margin-right: -10px;
  }
  .wrapper_calendar header .icons span:hover{
    background: #f2f2f2;
  }
  .wrapper_calendar header .current-date {
    font-size: 1.35rem;
    color: var(--rossof);
    font-weight: bold;
}
  .wrapper_calendar .calendar{
    padding: 0px 20px 1px;
  }
  .infobox_evento{
    position: absolute;
    display: block;
    background-color: white;
    color: #000;
    width: 190px;
    margin-left: -145px;
    margin-top: 10px;
    text-align: left;
    z-index: 1000;
    padding: 10px 10px;
    border: 1px solid #eaeaea;
    border-radius: 5px;
    box-shadow: 0 15px 40px rgba(0,0,0,.12)
}

.infobox_evento h5 {
    font-size: 14px;
    font-weight: bold;
    }
.infobox_evento p {
        margin-bottom: 0;
}
  .wrapper_calendar .calendar ul{
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding-left: 0;
    text-align: center;
  }
  .wrapper_calendar .calendar .days{
    margin-bottom: 20px;
  }
  .wrapper_calendar .calendar li{
    color: #333;
    width: calc(100% / 7);
    font-size: 0.9rem;
  }
  .wrapper_calendar .calendar .weeks li{
    font-weight: 500;
    cursor: default;
  }
  .wrapper_calendar .calendar .days li{
    z-index: 1;
    cursor: pointer;
    position: relative;
    margin-top: 15px;
  }
  .wrapper_calendar  .days li.inactive{
    color: #aaa;
  }
  .wrapper_calendar .days li.active{
    color: #fff;
  }
  .wrapper_calendar .days li::before{
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    height: 40px;
    width: 40px;
    z-index: -1;
    border-radius: 50%;
    transform: translate(-50%, -50%);
  }
  .wrapper_calendar .days li.active::before{
    background: var(--rossof);
  }
  .wrapper_calendar .days li.active.is_evento:before {
    height: 8px;
    width: 8px;
    top: 28px;
}
  .wrapper_calendar .days li.active.is_evento {
    color: #000;
  }
  .wrapper_calendar .days li:not(.active):hover::before{
    background: #f2f2f2;
  }
#speakup-player{margin: 0 !important; max-width: none !important;
min-height: 85px !important; padding-bottom: 25px !important; padding-top: 10px
!important;}#speakup-player:empty::after{align-items: center; background-color:
#fff; border-radius: 0.5rem; box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);
font-family: sans-serif; content: 'Loading...'; display: flex !important;
font-size: 13px; font-weight: bold; line-height: 1; justify-content: center;
min-height: 50px; text-transform: uppercase;}#speakup-player:empty{display:
block;}
#speakup-player {
	display: none!important;
}
/*fine calendario*/

#formnewsletter {
	display: none;
}

/**/
@media screen and (min-width: 1400px) {
    .container.container-sm {
        max-width: 1194px;
    }
    .header-scrolled ._wrphd {
        max-width: 1194px;
    }
    .subtitle.container  {
        max-width: 1194px;
        }
}
 @media screen and (min-width: 1024px) {
    footer#footer .rowlast .col-md-4:last-child {
        margin-top: -75px;
        max-width: 240px;
        float: right;
        margin-left: auto;
        margin-right: 3%;
    }
    #popupabbonamento .modal-dialog {
        min-width: 1108px;
    }
    #popupnewsletter .modal-dialog, #popupregistrati .modal-dialog {
        width: 690px;
        max-width: 690px;
    }
    .mr-0 {
        margin-right: 0!important;
    }
    ._arrr {   margin-right: 12px; }
    #iscriviti {
        min-width: 140px;
        text-align: center;
		margin-top: -15px;
    }
    .newsboxed {
        padding-right: 0;
    }
    .navbar-expand-md {
        padding-bottom: 0;
    }
    .row.boxed.gigi ._xkar {
        padding-right: 0;
    }
    .row.single._nws._smll  {
        justify-content: flex-start;
        margin-left: 10px;
        position: relative;
    }
    .row.single.speciali {
        width: 109%;
    }
    .row.single._nws._smll  .post-thumb.nopad {
        max-width: 115px;
        height: auto;
        margin-top:35px;
    }
    .row.single._nws._smll  .post-thumb.nopad a {
        height: 100%;
        display: block;
    }
    .row.single._nws._smll ._cntrsgl h3 {
        padding-top:25px;
    }
    .row.single._nws._smll  .catbox.allnws.normal {
        position: absolute;
        left: 5px;
    }
    .row.single._nws._smll .post-content-custom p {
        -webkit-line-clamp: 3;
    }
    .fullrow {
        width: 105%;
    }
    .home #middlenews .newsboxed h3 a {
        width: 110%;
    }
    #videogalleria .cnt_img a {
        width: 95%;
        height: 275px;
        position: relative;
        display: block;
    }
    #videogalleria .cnt_img img {
        object-fit: cover;
        width: 100%;
        height: 100%;
    }
    .row.boxed.gigi .catbox.allnws.normal {
        margin-top: 0;
    }
    ._xkar .row.nomargin.fullrow {
        padding-top: 20px;
        padding-bottom: 25px;
    }
    ._xkar .row.nomargin.fullrow:first-child {
        border-bottom: 2px solid #F4F4F4;
    }
    .row.boxed.gigi .row.single:nth-child(2) {
        padding-top: 20px;
    }
    .row.boxed.gigi .row.single {
        border-bottom: 0;
        padding-bottom: 0;
        margin-bottom: 0;
    }
    .row.boxed.gigi ._xkar:first-child {
        border-right: 3px solid #F4F4F4;
    }
    .nomargin {
        margin: 0!important;
    }
    .allnews .nomargin .post-thumb img {
        width: 115px;
        height: 116px;
    }
    #popup .modal-dialog {
        width: 1000px;
        min-width: 1000px;
    }
    #popupnewsletter .modal.show .modal-dialog, #popupregistrati .modal.show .modal-dialog {
        min-width: 1000px;
    }
     #galleria .topwide.col-md-5 {
         padding-left: 0;
         padding-right: 0;
     }
     .post-thumb.topwide .post-content-custom {
        letter-spacing: 0.35px;
        color: #FFFFFF;
        font-size: 14px;
     }
     .slideint a._sldmg {
        width: 220px;
        height: 175px;
        display: block;
        margin: 0 0 18px;
     }
     .slideint a._sldmg img {
        object-fit: cover;
     }
     .slideint {
        padding: 0 10px;
     }
    .home .post-thumb.speciale {
        height: 580px;
        width: 100%;
        position: relative;
        overflow: hidden;
    }
     body {
      /*   background-image: url(https://tpc.googlesyndication.com/simgad/9614043751178097229);
         background-attachment: fixed;
         background-position: 50% 0px;
         background-repeat: no-repeat;
         background-size: initial; */
         height: auto;
         padding-top: 0px;
     }
    .post-thumb.nopad {
            padding-right: 0;
    }
    .row.single .post-thumb.nopad a, .allnews .d-flex .post-thumb a {
        height: 100%;
        height: 100%;
        display: block;
        position: relative;
        max-height: 280px;
    }
    .row.single .news_wide .post-thumb.nopad a {
        max-height: 335px;
    }
    .single-post #single-sub-header {
        min-width: 1194px;
    }
    .single-post .category-eventi-live #single-sub-header,
    .single-post .category-i-pamphlet-di-formiche #single-sub-header { 
        min-width: auto;
    }
   .single .entry {
        position: relative;
        z-index: 1;
    }
    .single #sidebar {
        position: relative;
        z-index: 0;
    }
   #single-sub-header .post-thumbnail.single, 
   #single-sub-header .post-thumbnail.single img {
        max-height: 600px;
        width: 100%;
        object-fit: cover;
    }
    .news_wide .post-thumb.nopad {
        max-width: 100%;
        height: 335px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
    ._hdrsng.container.header-scrolled #navbar {
        padding-top: 50px;
    }
    .header-scrolled  {
        height: 40px;
        min-height: 40px;
    }
    .header-scrolled .navbar-brand {
        display: block;
    }
}

@media screen and (min-width: 768px) {
	.corgal img {
		max-height: 158px;
		object-fit: cover;
	}
    .row.amministrazione {
        margin-right: -30px;
    }
    .row.redazione { margin-left: -24px; margin-right: -24px; }
    .posted_date.f16 {
        font-size: 16px;
        color: #555555;
    }
    .topnews .no-padding a {
        height: 116px;
        width: 116px;
        position: relative;
        display: block;
    }
    .topnews .no-padding a.small {
        height: 90px;
        width: 90px;
        position: relative;
        display: block;
    }
    aside {
        max-width: 370px;
    }
    #notizie .content-area,
    #middlenews .content-area,
    #bottomnews .content-area {
        padding-left: 35px;
        padding-top: 30px;
        padding-right: 0px;
    }
    ._nvd .posted_date {
        position: absolute;
        bottom: 0;
    }
    ._nvd  .topnews {
        position: relative;
    }
    .row ._nvd {
        position: relative;
        padding: 40px 50px;
        padding-left: 65px;
        padding-right: 40px;
    }
    .topnews .no-padding {
        width: fit-content;
    }
    .topnews .no-padding img,  .topnews .post-thumb  img  {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}
@media screen and (max-width: 768px) {
	body {
		background-image: none!important;
	}
    .rivistefeed .cstm_nav.swiperslidewrap {
        padding: 60px 0px 100px;
    }
    .cstm_nav .swiper-button-next, .cstm_nav .swiper-button-prev {
        display: none;
    }
	.rivistefeed .swiper-pagination {
		bottom: -30px;
	}
    .content_area_sl .swiper-button-next, .content_area_sl .swiper-button-prev {
        display: none!important;
    }
    #videogalleria .cstm_nav {
        padding-bottom: 40px;
        margin-bottom: 10px;
    }
    .swiper-pagination-bullet-active {
        background-color: #f26f66!important;
    }
    #lastriviste .swiper-pagination-bullet-active,
     #intervista  .swiper-pagination-bullet-active , 
     .related_ins  .swiper-pagination-bullet-active{
        background-color: #000!important;
    }
	#bottomnews, #lastnews {
		background: #fff;
	}
	#galleria .cstm_nav.swiperslidewrap.gallerie {
        margin: 0px 0 20px;
        padding-bottom: 20px;
	}
	
    .page-template-page-chisiamo .content {
        padding: 0 20px;
    }
    header.speciale {
        top:0%;
    }
    .imgcpr {
        min-height: 200px;
    }
    .imgcpr img {
        object-fit: cover;
        min-height: 200px;
        width: auto;
        max-width: unset;
        left: -45%;
        position: relative;
    }
    ._cndv {
        position: absolute;
        margin-top: -70px;
    }
    #notizie {
        overflow: hidden;
        background: #fff;
        z-index: 1;
        position: relative;
    }
   #sidebar.single_widget_area {
    padding: 50px 25px 50px 25px;
   }
    .mb-sm-4 {
        margin-bottom: 2rem;
    }
    ._sldmgs {
        width: 100%;
        display: block;
        position: relative;
    }
    .topwide img {
        object-fit: cover;
        height: 100%;
        width: 100%;
        margin-bottom: 20px;
        max-height: 450px;
    }
    .modal-body.mx-5 {
        margin-left: 0!important;
        margin-right: 0!important;
    }
    ._tpsnws.mb-5 {
        margin-bottom: 0!important;
    }
    .direttalive p {
        font-size: 12px;
        margin-left: 0;
        font-weight: bold;
    }
    section.archivecat.loopgallerie {
        padding-left: 7vw;
        padding-right: 7vw;
    }
    .header-scrolled  ._logoscroll {
        display: none;
    }
    .direttalive h2 {
        font-size: 20px;
    }
    ._ttvv {
        margin: 25px 0;
    }
    #menu-menutop {
        margin-bottom: 15px;
        padding-bottom: 15px;
        border-bottom: 2px solid #eaeaea;
    }
    ._wrpmn #menu-menutop li {
        width: 50%;
        float: left;
    }
    #umenuc #menu-menutop a {
        margin: 10px 0;
        padding: 0;
    }
    #_uwmenu.open {
        width: 100vw;
    }
    #iscriviti {
        border: 2px solid var(--rossof);
        padding: 3px 6px;
        font-size: 11px;
        min-width: auto;
        letter-spacing: 0;
    }
    .allnews .single .post-thumb img {
        max-height: 230px;
    }
    .home .h3, .home h3 {
        font-size: 14px;
    }
    body.page #main.container .row {
        padding: 0px;
    }
    ._nvd .topnews {
        margin-bottom: 20px;
        margin-left: -5px;
    }
    ._grdtt {
        width: 94%;
    }
    .post-content-int .post-content-custom {
        font-size: 12px;
    }
    .slideint .abbs h3 a {
        font-size: 14px;
    }
    ._sldmgs._mnw {
        height: auto;
        width: auto;
    }
    ._lblsclv {
        font-size: 11px;
        text-transform: uppercase;
    }
    #galleria .topboxg h3 a, .topintv a {
        font-size: 16px;
        margin-top: 15px;
        display: block;
    }
    
    .archive .post-thumb a {
        width: 100%;
        position: relative;
        display: block;
    }
    .archive .post .single img {
        height: auto;
        max-width: 100%;
        width: 100%;
        max-height: 250px;
        object-fit: cover;
    }
    .cnt_img a, .cnt_img img {
        width: 100%;
        position: relative;
        display: block;
    }
    #intervista .swiperslidewrap {
        padding-left: 12px;
        padding-right: 12px;
    }
    #intervista, .related_ins {
        padding: 50px 15px;
    }
     #videogalleria {
        padding-left: 5px;
        padding-right: 5px;
     }
    #galleria {
        margin-top: 30px;
        padding-left: 3px;
        padding-right: 3px;
    }
    ._nvdtt {
        margin-left: 5px;
    }
    ._nvd .catbox.mobile a { font-size: 10px; margin-bottom: 0;  margin-top: 0px; display: block; }
    .home  ._nvd h3 {
        font-size: 18px;
    }
    .allnews .posted_date, ._nvd .posted_date, .catbox a {
        font-size: 10px;
    }
    .gigi .newsboxed .post-thumb {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    #bottomnewsblock .allnews .row.single {
        padding-top: 5px!important;
    }
   .row.boxed.gigi ._xkar:nth-child(2) .row.single._nws  {
        margin-bottom: 0;
        border: 0;
        padding-bottom: 0; 
   }
   .row.boxed.gigi ._xkar:nth-child(2) .row.single._nws:first-child {
        border-bottom: 3px solid var(--bs-gray-200);
        padding-bottom: 25px;
        margin-bottom: 15px;
    }
    .row.boxed.gigi ._xkar:nth-child(2) .row.single._nws .row {
        margin-bottom: 0;
    }
    #formnewsletter input[type=text], #popupnewsletter, #popupregistrati {
        width: 100%;
    }
    #formnewsletter .input-group, #popupnewsletter .input-group,
    #popupregistrati .input-group
     {  display: inline-block; }
    #formnewsletter button, #popupnewsletter button,
    #popupregistrati button {
        display: block;
        margin-top: 12px;
    }
   #bottomnewsblock .row.boxed.gigi::after {
    display: none;
   }
   
    .content_area_sl .swiper-button-next {
        right: 0%;
    }
    .swiper.spcl_nav {
        margin-top: -35px;
        padding-top: 60px;
        padding-bottom: 80px;
    }
    .abbs {
        bottom: 5%;
        left: 0;
        width: 90%;
        right: unset;
        margin-left: 12px;
    }
    #formnewsletter, #popupnewsletter,  #popupregistrati {
        background-image: none;
        padding-left: 0;
        padding-right: 0;
    }
    #lastnewsblock,  #lastnewsblock .allnews.m-1 {
        margin: 0!important;
    }
    body.search .page-header {
        padding: 15px 15px 0;
    }
    .ttl.col-md-12.oo {
        padding: 0 25px;
    }
    #single-sub-header .catbox {
        padding: 0 15px;
    }
    .archivecat .row.single {
        margin-right: 0;
        margin-left: 0;
    }
    .archivecat  .row>* {
        padding-left: 0;
        padding-right: 0;
    }
    .archivecat {
        padding: 15px 15px 0 15px;
    }
    .subtitle h3 {
        padding: 20px 15px;
    }
    .single #comments-title, .single .entry-content, .single .post-navigation {
        padding: 0 15px 0 15px;
    }
    #_uwmenu {
        height: 100vh;
        overflow: scroll;
    }
    #intervista, #middlenews, section {
        z-index: 1;
        position: relative;
    }
    #intervista .swiperslidewrap, .related_ins .swiperslidewrap {
        margin: 0 auto;
        overflow: hidden;
        display: block;
        position: relative;
        width: 98%;
        margin-top: 40px;
        padding-bottom: 65px;
    }
	#umenuc .accedi {
		position: absolute;
		top: 5%;
		right: auto;
	}
	#umenuc ul#menu-menutop {
		display: table;
		margin-top: 15px;
		padding-bottom: 20px;
	}
    footer#footer {
        padding-bottom: 140px;
		z-index: 1000;
    }
    #footer .container._rsf {
        position: absolute;
        width: 100vw;
        left: 50%;
        right: 50%;
        margin-left: -50vw;
        margin-right: -50vw;
        margin-bottom: -50px;
        padding-top: 10px;
        padding-bottom: 20px;
    }
    .home #notizie .first h3 a {
        font-size: calc(3vw + 2.5vh);
        line-height: 28px;
    }
    #wrapper {
        margin: 30px auto 0;
        z-index: 2;
    }
    .subtitle.container {
        top:60px;
    }
    .allnews .row.boxed.gigi .row {
        padding: 0;
        border-bottom: 3px solid var(--bs-gray-200);
        padding-bottom: 15px;
        margin-right: 0;
        margin-left: 0;
        margin-bottom: 15px;
    }
    .row.boxed.gigi ._xkar:first-child .row {
        padding-bottom: 25px;
    }
    .row.boxed.gigi ._xkar:nth-child(2) .single:first-child .newsboxed .fullrow {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: 0;
    }
    .row.boxed.gigi ._xkar:first-child .post-content-custom p {
        margin-bottom: 10px;
    }
    .allnews .row.boxed.gigi {
        margin-top: 20px;
    }
    .allnews.col-md-12 {
        padding-left: 0;
    }
    .allnews .row.boxed.gigi .row>* {
        padding-left: 0;
        padding-right: 0;
    }
    .content_area_sl.specialislider {
        padding: 50px 15px;
    }
    .gallerie .gogodigital-slider-item-img img {
        width: auto;
        height: auto;
    }
    ._nvd .col-8 {
        padding-right: 0;
    }
    .topcontent .topwide h3 a {
        font-size: 28px;
        line-height: 30px;
    }
    ._nvd .catbox.mobile {
        left: 0;
        top: 0;
        margin-top: 0;
        margin-bottom: 10px;
    }
    .allnews .row.single {
        width: 92vw;
        margin-left: auto!important;
        margin-right: auto!important;
    }
    #preheader .bgrey {
        width: 28px;
        height: 28px;
        text-align: center;
        float: right;
        font-size: 13px;
        justify-content: center;
        align-items: center;
    }
    .home #notizie h3 a, .home #middlenews h3 a {
        font-size: 15px;
    }
    .row.boxed.gigi ._xkar:nth-child(2) .post-thumb {
        display: none;
    }
    .row.boxed.gigi ._xkar:nth-child(2) .newsboxed {
        display: block;
    }
    .allnews .row.single::after {
        width: 100%;
        border-color: var(--bs-gray-200);
    }
    .allnews .row.single .news_wide {
         border-top: 0px ;
         width: 100%; 
        padding-top:0px; 
    }
    .row.boxed.gigi ._xkar:nth-child(2) .newsboxed .post-title {
        margin-top: 6px;
    }
    .row.boxed.gigi ._xkar:nth-child(2) .newsboxed .row {
        border: 0;
    }
    .direttalive.container {
        max-width: 100%;
        margin: 0px auto 30px;
        padding: 20px 20px;
    }
    .post-content-custom p {
        font-size: 12px;
        -webkit-line-clamp: 3!important;
        line-height: 16px;
    }
    .abs._spec {
        padding-left: 15px;
    }
    .abs._spec .first {
        top: 35%;
    }
    ._lblsclv.spcc {
        margin-top: 7vh;
    }
    .home .post-thumb.speciale {
        padding: 0;
        height: 100%;
        width: 100%;
        position: absolute;
    }
    ._mnrc a {
        font-size: 12px;
        width: 40%;
        padding-left: 15px;
        line-height: 16px;
    }
    .post img.copertina_evento {
        position: relative;
        right: 0;
        left: 0;
        margin: 0 auto;
        display: block;
    }
    .spec {
        min-height: 100vh;
        padding: 0;
        margin-right:15px;
        margin-left:15px;
    }
    ._nvd .d-sm-block {
        padding: 0rem!important;
        margin: 1.3rem!important;
    }
    ._prehead .textwidget p {
            padding: 25px 0 0 0px;
            line-height: 15px;
            font-size: 12px;
    }
    ._bbnt .container {
        font-size: 20px;
    }
    .topcontent .post-thumb.topwide {
        height: 50vh;
    }
    .post-thumb.nopad, .allnews .news_wide {
        padding-right: 0;
    }
    ._xkar .nopad, .row.boxed.gigi ._xkar {
        padding-right: 0;
        padding-left: 0;
    }
    ._nws.row.single {
        padding-right: 25px;
        padding-left: 12px;
    } 
    .header-scrolled .navbar-brand {
        display: block;
    }
    .logged-in .header-scrolled ._wrphd {
        top: 0;
    }
    .rivistefeed .col-4 {
        padding-right: 0;
    }
    .navbar-brand img {
        height: 12vw;
        min-height: auto;
        width: auto;
    }
    .rivistefeed  { padding-right: 10px; }
    #preheader.container {
        padding: 10px 0 10px 5px;
    }
    .bbnt_new {display: none;}
    #preheader > div.col-md-3.col-3.text-end.searchscrolled {display: none;}
    .logomobile {max-width: 300px;}
    #preheader > a{margin-top:0px !important;}
    #galleria .swiper-slide {
        padding: 0;
    }
    .header-scrolled #preheader.container {
        padding: 10px 15px;
        background: #fff;
        border-bottom: 3px solid var(--rossof);
    }
    ._prehead {
        padding: 10px 15px;
        height: 130px;
        padding-bottom: 0;
    }
    nav#header {
        display: none;
    }
    #umenu {
        min-width: auto;
    }
    ._lblusmm {
        display: none;
    }
    ._prehead .textwidget::before {
        width: 94%;
    }
}
