/* 
Theme Name:	Formiche Theme
Theme URI: https://www.gogodigital.it
Author: Gogodigital S.r.l.s
Author URI: https://www.gogodigital.it
Description:  WP Bootstrap Starter Child is a child theme of WP Bootstrap Starter, created by ChildTheme-Generator.com
License: GNU General Public License v2 or later
License URI: LICENSE
Template: wp-bootstrap-starter
Text Domain: wp-bootstrap-starter-child
Version: 1.0.0
*/
@import url('https://fonts.googleapis.com/css2?family=Cabin:wght@400;500;600;700&display=swap');

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

body {
    font-family: 'Cabin', sans-serif;
    font-size: 18px;
    line-height: 22px;
}

html {
    scroll-behavior: smooth;
}

a:hover {
    color: #F37164!important;
}

h1,h2,h3,h4,h5,h6 {
    font-family: 'Pt Serif', sans-serif;
}

.h1, h1 {
    font-size: 32px;
}

.h2, h2 {
    font-size: 26px;
}

.h3, h3 {
    font-size: 18px;
    font-weight: bold;
}
html, body { height: 100%; }
.news_wide {
    position: relative;
    margin-bottom: 25px;
}
.absnews  { position: absolute; bottom: 30px; right: 0; }
h2.ultimetop { color: #e15d54;    
	font-size: 16px;
    font-family: "Cabin"; }
header .search-form { float: right; }
.col-md-1.logo_right, .col-md-1.logo_left {
    width: 12%;
    max-width: 12%;
    flex: 12%;
}
.middle_widget_home .menu-menutop-container {
    display: flex;
    border-top: 1px solid;
    border-bottom: 1px solid;
    padding: 25px;
}
.iscr_newslttr input[type="submit"] {
    background: #f26f65;
    color: #fff;
    display: inline-block;
    width: 65px;
    border: 0;
    margin-left: 15px;
    padding: 5px;
}
.iscr_newslttr h3 { color:#f26f65; }
.no-pad { padding: 0; }
.middle_widget_home {
    background: #fff;
    padding: 25px 0px;
}
.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;
}
.iscr_newslttr {
    background: #f9f9f9;
    padding: 30px 0px;
}
 .woocommerce .products ul {
    width: 100%;
}
.inform_newslttr {
    font-size: 11px;
}
.wp-pagenavi {
    margin: 0 0 90px 0;
}
.wp-pagenavi a { margin: 0 15px 0 0; color: #7e7e7e; }
.wp-pagenavi .nextpostslink:before {
    content: "\f30b";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #7e7e7e;
}
.wp-pagenavi .previouspostslink:before {
    content: "\f30a";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #7e7e7e;
}
.wp-pagenavi  span.current  {
    border-bottom: 2px solid;
    padding-right: 8px;
    margin-right: 8px;
    color: #7e7e7e;
}
.wp-pagenavi a.nextpostslink, .wp-pagenavi a.previouspostslink  {
    color: #fff;
}
.wp-pagenavi a.previouspostslink { margin: 0; }
.mc4wp-form-basic .iscr_newslttr input[type=email],
.iscr_newslttr .form-control {
    max-width: 655px;
    margin: 0 auto;
    padding: 35px;
    font-size: 30px;
    text-align: center;
    margin-top: 30px;
    display: inline-block;
    border-radius: 0;
    border: none;
}
.navbar-social a {
    background-color: #000;
    color: #FFF;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    overflow: hidden;
    position: relative;
    display: inline-block;
    text-align: center;
    line-height: 23px;
    margin: 0 5px;
}
.navbar-social a .fab.fa-facebook-f {
    font-size: 12px;
}
.navbar-social a .fab.fa-twitter {
    font-size: 12px;
}
.navbar-social a .fab.fa-instagram {
    font-size: 14px;
}
.navbar-social, .navbar-search { padding-top: 40px; }
.middle_widget_home #menu-menutop-1 {
    display: flex!important;
    margin: 0 auto;
    list-style-type: none;
}
.middle_widget_home #menu-menutop-1 li { padding: 0 1.2rem; }
.middle_widget_home h3 {
    color: #f26f65;
    font-family: 'Cabin', sans-serif;
}
.navbar-search .search-field.form-control { background: #f9f9f9; }

.tri_up {
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #e15d54;
    z-index: 1000;
    position: absolute;
    top: 0;
    right: 0;
    left: -5%;
    margin: auto;
}
#menu-menutop-1 li a:before {
    width: 0;
    height: 0;
	content: '';
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #e15d54;
    z-index: 1000;
    position: absolute;
	margin-top: -26px;
	display: block;
	opacity: 0;
}
#menu-menutop-1 li:hover a:before  {
	opacity: 1;
}
#footer-widget .widget {
    font-size: 13px;
    line-height: 18px;
}
#footer-widget .col-md-4 {
    padding-right: 85px;
    padding-left: 55px;
}
#footer-widget .custom_html-6 { margin-bottom: 55px; }
span.is-search-icon:before {
    content: '\f002';
    color: #e15d54;
    transition: all .25s;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}
span.is-search-icon {
    display: inline-block;
    padding: 6px;
    color: #666;
    background: transparent;
    outline: 0;
    font-size: 19px;
    line-height: 22px;
    border-radius: 0px 15px 15px 0px;
    border: 0px;
}
.navbar-search .is-form-style input.is-search-input {
    padding: 5px 12px;
    font-size: 19px;
    line-height: 1;
    border-radius: 15px;
    margin-right: 0px;
    border: none;
    font-family: arial;
    width: 200px;
    background: #eee;
    overflow: hidden;
}
.navbar-search .is-form-style {
    text-align: right;
    margin-right: 0px;
}

.is-search-icon svg {
    vertical-align: middle;
    display: none;
}
#footer-widget.bg-light {
    background-color: #1d1c1c!important;
    display: block;
    position: relative;
    color: #fff;
    padding-bottom: 80px;
}
ul.heateor_sss_follow_ul li.heateorSssSharingRound, ul.heateor_sss_sharing_ul li.heateorSssSharingRound {
    border-radius: 10px;
    overflow: hidden;
}
.rivistasingle img { width: 100%; }
.rivistasingle h2 {
    text-align: center;
    font-size: 15px;
    padding-top: 15px;
    font-family: 'Cabin';
    font-weight: 100;
}
.btn.rivista { background-color: #f26f65; border-color: #f26f65; color: #FFF; padding: 5px 35px; border-radius: 0; }
aside section.widget {
    padding-bottom: 5px;
    width: 100%;
}
aside#sidebartop-home section#custom_html-3 {
    margin: 0;
    padding-bottom: 0;
}
section.default .row.single .col-md-6:nth-child(2) {
    padding-left: 0;
    padding-top: 5px;
}
section.abbonati {
    padding-bottom: 80px;
}
section.abbonati, section.abbonati .container {
    background: #f6f7f9;
}
section.abbonati .white {  background: #fff; }
section.abbonati .white strong {
    clear: both;
    display: block;
}
section.abbonati .col-md-3 h4 {
    color: #f26f65; text-align: left;
}
section.abbonati .col-md-3 {
    border: 1px solid #c1c1c1;
    padding: 15px 30px;
}
section.abbonati .col-md-3 p {
    font-size: 20px;
    padding-top: 25px;
}
section.abbonati .col-md-3 h5 {
    font-size: 18px;
    padding-top: 20px;
}
section.abbonati .col-md-3 p, section.abbonati .col-md-3 h5 { text-transform: uppercase; }
section.abbonati .col-md-3.first {
    border: none;
}
section.abbonati  .bnt-riv { margin: 0 20px; }
#siteColor {
    color: #0ff!important;
    text-decoration: none!important;
}

a#siteColor:hover {
    color: #0ff!important;
    text-decoration: none!important;
}

.home #notizie h3 a {
    font-size: 16px;
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-right: 5%;
}
.lggtt {
    position: absolute;
    right: 0px;
    top: 5px;
    font-size: 20px;
	display: none;
}
.topcontent.esclusiva .container.brd  h2 {
    text-transform: uppercase;
    background: #f26f65;
    text-align: center;
    margin: 0px -30px;
    color: #fff;
    font-size: 14px;
    padding: 5px 0px 5px 0px;
}
.esclusiva .topnews h3 {
    margin: 0;
    min-height: 90px;
}
._bgsc {
    /**background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 48%);**/
    background: linear-gradient(to top, rgba(0,0,0,0.95) 0%,rgba(0,0,0,0) 85%);
    height: 100%;
    position: absolute;
    width: 96.5%;
}
.topcontent.esclusiva  ._bgsc { width: 100%; }
._lblsclv {
    font-size: 30px;
    color: #fff;
    background: #f26f65;
    padding: 10px;
    width: auto;
    display: inline-block;
    font-style: italic;
    font-weight: 500;
}
.topcontent.esclusiva .tri_up {
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 30px solid #f26f65;
    top: 0px;
    left: 0;
}
.topcontent.esclusiva .topnews a {
    margin: 10px 0;
}
/*
.topcontent.esclusiva .topbox {
    right: 8%;
    width: 50%;
    left: inherit;
}*/
.topcontent.esclusiva .topbox {
    right: 0;
    width: 80%;
    left: 0;
    margin: 0 auto;
    text-align: center;
    bottom: 10%;
    top: inherit;
}
.topcontent.esclusiva { border-bottom: 0px; }
.topcontent.esclusiva .container.brd {
    display: block;
    position: relative;
    height: 30px;
}
.post-content-custom.search .attachment {
    display: none; }
.container.boxed { max-width: 968px; margin: 0 auto; }
.topcontent .container.boxed .topnews a {
    color: #000;
    margin-right: 0;
    line-height: normal;
    display: inline-block;
}
.topcontent .container.boxed  .topnews {
    border-left: 1px solid #ea6157;
    margin: 30px 0px;
}
.archive h3 a, .author h3 a {
    font-size: 25px;
    min-height: 110px;
    display: block;
    line-height: 23px;
}
.gogodigital-slider-item.col-md-12 {
    padding-bottom: 35px;
    padding-right: 15px;
    padding-left: 15px;
}
.wrapcatbox {
    display: inline-block;
    width: 29%;
    float: right;
}
#videogalleria {
    max-width: 1060px;
    margin: 35px auto;
}
#videogalleria  section.gogoslider {
    margin-top: 30px;
}
#videogalleria .col-gogo-10 {
    padding-left: 0;
    padding-right: 0;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}
#videogalleria h2 {
    color: #f26f65;
    text-align: center;
    font-family: "Cabin";
    font-weight: 400;
    font-size: 18px;
    position: relative;
    z-index: 100;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 8px;
}
#galleria .gogodigital-slider-item.col-md-12 h3 {
    font-size: 14px;
    margin-top: 10px;
    font-weight: 500;
    font-family: "Cabin";
    min-height: 50px;
}
#galleria .gogodigital-slider-item-author {
    color: #000;
    font-size: 10px;
    font-weight: normal;
    border-bottom: 1px solid #F44336;
}
#galleria {
    margin: 40px auto;
	margin-top: 0;
}
#galleria .col-md-5 {
	padding: 0px;
}
#galleria .topnews a {   
	color: #000;
}
#galleria .topbox {
    top: auto;
    bottom: 50px;
    width: 60%;
    right: 29px;
    left: inherit;
}
.topbox  .posted_date {
    font-size: 14px;
}
#galleria .topnews {
    background: #fff;
    font-size: 28px;
    right: 0;
    padding: 10px;
    padding-left: 10px;
}
.home .gogodigital-slider-style6 .slick-prev,
.home .gogodigital-slider-style6 .slick-next {
    top: -18%;
}
.gogodigital-slider-style6 .slick-next:before, 
.gogodigital-slider-style6 .slick-prev:before {
    position: absolute;
    font-size: 25px!important;
    top: 50%;
}
.gogodigital-slider-style6 {
    padding-top: 45px!important;
}
.archive.author .authorow img {
    border-radius: 50%!important;
}
.color.archive {
    clear: both;
    width: 35px;
    height: 5px;
    display: block;
}
#menu-menutop li a span.color, #menu-menutop-1 li a span.color 	{
    border-bottom-width: 2px;
    position: relative;
    display: block;
    width: 25px;
    height: 6px;
    border-bottom-style: solid;
	}
body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover, body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a {
	color: #000;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li > a { color: #000; }

ul#menu-menutop { margin: 0 auto; }
#galleria {
    /* padding: 55px; */
    padding-top: 55px;
    background: #f9f9f9;
}
#galleria .row {
    background: #f9f9f9;
}
#galleria .container {
    max-width: 1010px;
    overflow: visible;
}
#galleria h2 {
    color: #f26f65;
    text-align: center;
	font-family: "Cabin";
    font-weight: normal;
    font-size: 22px;
    position: absolute;
    z-index: 100;
    margin: 0 auto;
    left: 0;
    right: 0;
    margin-top: -35px;
}
.topcontent { border-top: 2px solid #ea6157; border-bottom: 2px solid #ea6157; }
.topboxed {
    text-align: center;
    padding-left: 0px;
    padding-top: 40px;
    margin-left: -15px;
}
.maut { margin: 0 auto; }
.topboxed .col-md-12 {
    padding-left: 15px;
}
.posted_date a { color: #000; }
.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;
}
.point {
    display: inline-block;
    vertical-align: top;
    font-size: 20px;
    margin-top: -6px;
}
.topboxed .row.single {
    margin-bottom: 38px;
    margin-top: 30px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.archive h3, .author h3 {
    margin-top: 10px;

}
.archive .posted_date { color: #000!important; }
.home #notizie .post-content-custom p {
    color: #000;
    font-family: 'Cabin', sans-serif;
    font-size: 14px;
    line-height: 17px;
    margin: 10px 10px 0px 10px;
    text-align: left;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.single .entry-summary {
    font-family: 'Cabin', sans-serif;
    font-size: 24px;
    /* text-align: justify; */
    line-height: 30px;
	font-style: italic;
}
.yarpp-related.yarpp-related-none { display: none; }
.container.archive #main .posted_date a {
    color: inherit;
}
.container.archive #main .posted_date {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 30px;
}
.single .site-content .container {
    padding: 0px 45px 0px 35px;
}
.single .bgsidesingle, .bgsidebar {
    background: #f9f9f9;
    margin: 30px 0px 0px 0px;
    padding-top: 15px;
}
.archive .bgsidebar {
    margin-top: 0;
    padding-top: 25px;
}
.single .eventi-home {
    text-align: left;
    border-bottom: none;
    color: #000;
    margin-bottom: 23px;
}

.archive.author h1 {
    font-size: 35px;
}

.bgsidesingle .eventi-home a, .bgsidebar .eventi-home a {
    font-size: 14px;
    color: #000;
    margin-top: 15px;
    display: block;
    text-align: left;
}
 #sidebar-homepage #text-3 .widget-title  {
     padding-left: 15px;
 }
.home .eventi-home a {
    font-size: 14px;
    color: #000;
    margin-top: 15px;
    display: block;
    text-align: left;
    padding-left: 20px;
}

.single-sub-header-title .posted_date a { color: inherit; }

.single-sub-header-title .posted_date {
    position: absolute;
    bottom: 0;
    font-size: 16px;
}
#single-sub-header .col-md-12.single-sub-header-title h1 {
    margin: 25px 0px;
}
.post-content-int {
    padding-top: 10px;
    padding-left: 30px;
    padding-right: 20px;
}
.post-content-int .posted_date {
    margin: 17px 0px 8px;
}
 header#masthead { box-shadow: none; }
header#masthead {
    /*padding: 1.40rem 1rem!important;*/
    padding-top: 1.40rem;
    padding-left: 1rem;
    padding-right: 1rem;
    position: relative;
    width: 100%;
	max-width:100%;
    z-index: 1000;
    background: #fff;
}
#page { max-width: 100%; }
#content.site-content {
    max-width: 100%;
}
.thumbart {
    display: block;
    position: relative;
}
#main-nav a {
    font-size: 11px!important;
    font-weight: 900!important;
    line-height: 20px;
    text-decoration: none;
    text-transform: uppercase!important;
    margin: 10px;
}

#main-nav a:hover {
    color: #7e7e7e!important;
}
.topcontent .topwide a { color: #fff;}
.topcontent .topwide  a.moretop  {
    font-style: italic;
}
a.moretop {
background: #f26f65;
    color: #fff;
    display: inline-block;
    width: auto;
    border: 0;
    margin-left: 0;
    padding: 0px 15px;
    font-size: 11px;
    margin-top: 25px;
}
.navbar .container {
    padding: 0;
}

.navbar .navbar-menu {
    padding-left: 0;
}

.navbar-collapse {
    flex-grow: inherit!important;
    justify-content: inherit!important;
}



.navbar-search input[type=search]{
    border-radius: 25px;
    border: none;
    height: 36px;
    line-height: 2;
}

.navbar-search .search-field.form-control {
    min-width: 175px;
}

.pageAdSkin {
    position: static;
    height: 180px;
}
.topnews {
    font-size: 50px;
}
.topcontent
.topnews a {
    color: #fff;
    margin-right: 30%;
    display: block;
    line-height: 50px;
}
.infoheader {
    position: absolute;
    height: 100%;
    background: linear-gradient(to right, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
}
.wrap_y { display: flex; }
.riv_year {
    margin: 0 auto;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    border-right: 2px solid #fff;
    padding-right: 55px;
}
.infoheader .titriv  {
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    color: #fff;
}
.infoheader .titriv h1 {
    color: #fff;
    width: 60%;
    font-size: 5em;
    text-decoration: underline;
    text-decoration-color: #f26f65;
}
.infoanno {
    background: #f6f7f9;
    font-size: 20px;
}
.rivbyanno {
    margin-top: 80px;
}
.riviste .slick-slide .cnt_img img {
    display: block;
    box-shadow: 20px 20px 30px #ccc;
}
.contentriv img {
    box-shadow: 20px 20px 30px #ccc;
}
.rivbyanno h3 a {
    font-size: 28px;
    min-height: 110px;
    display: block;
    line-height: initial;
    font-weight: 100;
    font-family: 'Cabin',sans-serif;
}

.single-post .carousel-indicators li { text-indent:0; }
.single-post ul.carousel-indicators {
    clear: both;
    display: block;
    position: relative;
    padding-bottom: 20px;
}

.site-content .infoanno .container {
    background: transparent;
    padding-top: 0;
}
.inforivista .col-md-4 h4 {
    font-family: 'Cabin',sans-serif;
    font-size: 20px;
    max-width: 290px;
    margin: 10px auto;
    font-weight: 100;
}
.inforivista .col-md-4 p {
    font-size: 80%;
}
.imgriv {
    position: absolute;
    bottom: 5%;
    left: -30%;
    right: -2px;
}
._nqnmr {
    font-size: 3.8rem;
    font-weight: 900;
    margin: 70px;
    margin-bottom: 45px;
}
._nqnmr span {
    font-size: 80%;
    clear: both;
    display: block;
    font-weight: 100;
}
._nqnmrsub {
    color: #f26f65;
    font-size: 30px;
    font-family: 'Pt serif';
    font-weight: 100;
    margin-bottom: 80px;
    display: block;
    position: relative;
}
section.abbonati h4, section.abbonati ._nqnmrsub {
    text-align: center;
    margin-right: 0;
}
#sponsor {
    background: #f9f9f9;
    padding: 0 40px;
}
#mainsponsor {
    padding-left: 15px;
}
#mainsponsor .post-thumb {
    padding: 40px 50px;
    padding-bottom: 20px;
}
._spstit h3 {
    font-size: 19px;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 15px 0px;
}
#mainsponsor .post-content-custom  {
    font-size: 14px;
}
#mainsponsor .row  .post-thumb:last-child {
    border: none;
}

div.absyear {
    position: absolute;
    height: 100%;
    background: #f6f7f9;
    top: 0;
    z-index: -1;
    margin-left: calc(49% - 50vw);
    width: 100vw;
    text-align: right;
    font-size: 500px;
    line-height: initial;
    padding-top: 17%;
    margin-top: 8%;
    color: #fff;
    overflow: hidden;
}
.rivbyanno div.absyear {
    background: 0 0;
    color: #f6f7f9;
    padding-top: 11%;
    z-index: -1110;
    text-align: right;
    margin-left: calc(50% - 48vw);
    width: 100vw;
}

.col-gogo-10 { padding-left: 0; }
.bntabb.subsldr {
    margin: 0 auto;
    margin-bottom: 120px;
}
._dec {
    text-decoration: underline;
    text-decoration-color: #f26f65;
    margin-left: 0;
}
.topbox {
    position: absolute;
    color: #fff;
    bottom: 8%;
    left: 8%;
}
.riviste.gogoslider.style4
.slick-next, .riviste.gogoslider.style4 .slick-prev {
    top: inherit;
    bottom: -25px;
}
.riviste.gogoslider.style4
.slick-prev {
    right: 0;
    margin: 0 auto;
    left: 0;
    padding-right: 100px;
}
.riviste.gogoslider.style4  h3 {
    font-family: 'Cabin',sans-serif;
    font-weight: 100;
    font-size: 28px;
}
.riviste.gogoslider.style4 { padding-bottom: 50px; }
.riviste.gogoslider.style4 hr { display: none; }
.riviste.gogoslider.style4
.slick-next {
    right: 0;
    margin: 0 auto;
    left: 0;
    padding-left: 50px;
}
.subtitriv {
    font-size: 1.2em;
    line-height: 1.4em;
    margin: 30px 50px;
    font-weight: 100;
}
.bnt-riv {
    background: #f26f65;
    padding: 15px 45px;
    color: #fff;
    font-size: 25px;
    margin: 0px 50px;
    display: inline-block;
    font-weight: 100;
}
.site-content .container.containerinfo  {
    height: 100%;
    background: transparent;
}
.imgheadwer img { width: 100%; }
.containershop { position: relative; }
.imgheadwer { padding:0; }
#page.pageshop {  padding-top: 0px; }

header#masthead.shopheader .container, header#masthead.shopheader .maut {
    padding: 0;
}
section.inforivista {
    text-align: center;
}
._mrnf {
    background: #f26f65;
    padding: 10px 25px;
    color: #fff;
    font-size: 25px;
    margin: 0 50px 20px;
    display: inline-block;
    font-weight: 100;
    font-family: 'Pt Serif',sans-serif;
    text-transform: uppercase;
}
header#masthead.shopheader {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    background: transparent;
}
.bgpink {
    position: absolute;
    height: 100%;
    width: 20%;
    top: 0;
    right: 5%;
    background: #f26f65;
    z-index: 1000;
}
.product-template-default.single-product #sidebar-page,
.archive.tax-product_cat.woocommerce-page #sidebar-page {
display: none;
}
.woocommerce-checkout h3#order_review_heading { display: none; }
.woocommerce-checkout .col2-set, .woocommerce-checkout #order_review {
    width: 50%;
    display: inline-block;
    float: left;
}
woocommerce-billing-fields .form-row, .woocommerce-shipping-fields .form-row,.woocommerce form .form-row {
    display: block;
}

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1,.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    max-width: unset;
}
.woocommerce div.product {
    position: relative;
    max-width: 1224px;
    margin: 0 auto;
}
.bgpink a {
    margin: 60px 30px;
    display: inline-block;
}

    /*.ads-skin {
        background-image: url(https://tpc.googlesyndication.com/pagead/imgad?id=CICAgKCnhK7ccBABGAEyCF5e9UExigCW);
        background-attachment: fixed;
        background-repeat: no-repeat;
        height: 100vh;
        background-position: center 60px;
        position: fixed;
        width: 100%;
        background-color: #000;
    }*/

section.default .row.single { padding-left: 10px; background: #fff; }
section.default .row.single  .post-thumb.col-md-6 { padding-right: 0px; }
section.default .row.single  .col-md-6:nth-child(2)
{
    padding-left: 0;
    padding-top: 0px;
}
.container_gg .gogo_slider { height: 290px; }
.riviste.gogoslider .container_gg .gogo_slider { height: auto; }
section.slider .singleslide {
    padding: 0 7px;
    display: inline-block;
    position: relative;
}
section.slider  .slick-next {
    right: -15px;
}
section.slider h2.nws {
    margin-left: -15px;
    margin-right: -15px;
}
section.slider .slick-prev {
    left: -15px;
}
.row.single.boxed img {
    width: 100%;
}

.nopad {
	padding: 0 5px;
}

.abs {
    position: absolute;
    bottom: -15px;
    left: 35px;
    width: 95%;
}
.posted_date {
    font-size: 12px;
}
.catbox .posted_date a {
    font-size: 12px;
    text-transform: none;
}
section.default .row.single .post-content-custom {
    line-height: 21px;
    min-height: 64px;
    font-size: 12px;
}
h3 a {
    color: #000;
}
.abs h3 a {
    color: #000;
}

.abs h3 {
    font-size: 16px;
    background: #fff;
    padding: 8px;
    line-height: 18px;
    margin: 0;
    text-align: right;
    padding-right: 15px;
}

.row.single {
    margin-bottom: 10px;
    margin-top: 10px;
    margin-right: 0;
}

.slick-slide img {
    width: 100%;
}

section#notizie {
	padding-left: 0; 
	padding-right: 0; 
}

.intvcolright h3 {
    font-size: 18px;
    font-weight: bold;
    width: 150%;
    padding-top: 15px;
    margin-bottom: 25px;
}
.catlink { display: inline-block; }
.piuletti_single a.blogger-item-author {
    font-weight: normal;
    margin-top: 10px;
}
#sidebar-page .piuletti_single { padding: 0px; text-align: left;  }
.archive h1 {
    font-size: 24px;
    padding: 0;
}
.piuletti_single { margin: 20px 0px;  text-align: left; }
.piuletti_single a {
    color: #5d5d5d;
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
    display: block;
}
.piuletti_single a:hover { color: #333;  }
.intvcolright { padding-top: 30px; }
.allnews.col-md-8
.posted_date {
    padding-left: 10px;
}
.catbox {
    padding-left: 0;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 20px;
	font-size: 12.5px;
}
.catbox a {
    color: #212529;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
}
.catbox a:hover {
    text-decoration: underline;
}
.allnews .catbox {  margin-bottom: 0px; font-size: 12.5px; margin-left: 10px; }
.allnews .catbox.normal a { font-size: 12.5px; }
.allnews .row.single { margin-bottom: 35px; }
.woocommerce-MyAccount-navigation {
    background: #cdcdcd;
    max-width: 200px;
	margin-top: -25px;
}
.woocommerce-MyAccount-navigation ul {   list-style-type: none;     padding: 0px; }
.woocommerce-MyAccount-navigation li a { color: #000; }
.woocommerce-MyAccount-navigation li  { border-bottom: 1px solid #fff; padding: 20px 0px 20px 15px; }
.post-thumb.pull-right
{
    margin-left: 7%;
}
section#prove {
    padding-left: 70px;
    padding-right: 0;
	margin: 50px 0px;
}
section#prove .posted_date {
    margin-top: 20px;
}
#sidebartop-home { background:#f9f9f9; }
.site-content .container {
    z-index: 1;
    position: relative;
    padding-top: 15px;
}
section#prove h2 {
    background: url(img/sfondo-stripes.png);
    color: #ff0;
    padding-top: 10px;
    margin-left: -20px;
    padding-left: 10px;
    background-color: #222;
}
section#notizie h2, h2.nws {
    background: url(img/sfondo-stripes.png);
    background-color: #222;
    color: #ff0;
    padding-left: 15px;
    padding-top: 10px;
}
section#galleria h2 a, section#videogalleria h2 a {
    color: #f26f65;
}

.single-gallerie .carousel-caption {
    position: inherit;
}
.single-gallerie .carousel-caption h5 {
    color: #555;
    font-size: 13px;
    font-style: italic;
}
.is-form-style button.is-search-submit {
    background: none;
    padding: 0;
    margin: 0;
    position: absolute;
    border: 0;
    right: 0px;
    text-shadow: none;
}
#single-sub-header { position: relative; }
#gogodigital-toogle-menu-sidenav.sidenav a {
    color: #252525;
    font-size: 26px;
    font-weight: bold;
}

#gogodigital-toogle-menu-sidenav.sidenav {
    background-color: #425172;
}

#gogodigital-toogle-menu-sidenav.sidenav li a:hover {
    background-color: #252525;

}

.gogodigital-slider-style1 .gogodigital-slider-item-info h3 a:hover {
    color: #fff!important;
}

.gogodigital-slider-style1 .gogodigital-slider-item-info .gogodigital-slider-item-excerpt {
    font-size: 22px;
    overflow: inherit!important;
}

#cn-notice-text {
    font-size: 16px;
}
.site-content .container { background: #fff; }  
.home .site-content .container {
    background: #fff;
    padding-top: 0;
    overflow: hidden;
}
 #carouselgalleria .list-inline {
        white-space:nowrap;
        overflow-x:auto;
    }

    #carouselgalleria .carousel-indicators {
        position: static;
        left: initial;
        width: initial;
        margin-left: initial;
    }

    #carouselgalleria .carousel-indicators > li {
        width: initial;
        height: initial;
        border: 0;
        text-indent: initial;
        margin: 0.5px;
    }

    #carouselgalleria .carousel-indicators > li.active img {
        opacity: 1;
    }
    #carouselgalleria  h5 {
        font-family: 'Cabin';
        color: #000000;
    }
#carouselgalleria .carousel-indicators > li  { min-width:50px; max-width:50px; }
.archive.category-video  .posted_date { display: none; }
.mtbcu-widget div { margin: 0 auto; }

.banner-homepage-slider-728-90 {
    margin-top: 25px;
}

.banner-homepage-middle-728-90 {
    margin: 25px 0;
}

 .banner-homepage-footer-728-300 div {
    height: auto!important;
    padding-bottom: 20px;
    padding-top: 20px;
}

.post-content-custom-box p { font-size: 14px;     
	overflow: hidden;
    display: -webkit-box;
	line-height: 17px;
    /**-webkit-line-clamp: 6;
    -webkit-box-orient: vertical;**/
}

.banner-homepage-slider-728-90 div,
.banner-homepage-footer-728-300 div
{ margin: 0 auto; }
article {
    font-family: 'Cabin', sans-serif;
}
#single-sub-header .container {
    background-color: #FFF;
    display: block;
}
.scheda-test div.prezzo strong {
    display: block;
    padding: 15px;
    font-size: 3.06em;
    line-height: 1em;
    color: #fff;
    background: url(img/sfondo-stripes.png);
}
.scheda-test h2.rating {
    background-color: #000;
    color: #FFFF00;
    margin-left: -15px;
    padding-left: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.box-sidebar {
    background: #ff0;
    margin-left: -15px;
    padding-left: 15px;
    margin-top: -15px;
    padding-bottom: 25px;
}

.valutazione .box-sidebar {
    background: transparent;
    font-size: 14px;
}
.valutazione .box-sidebar .small, .valutazione .box-sidebar small { font-size: 100%; }
.valutazione .box-sidebar  h4 { font-size: 18px; color: #fff; }
.scheda-test h4 {
    background: url(img/sfondo-stripes-black.png);
    text-transform: uppercase;
    margin-left: -15px;
    padding-left: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.valutazione .box-sidebar h4:first-child {
    margin-top: 15px;
}
.scheda-test {
    background: #01ffff;
    margin-left: -15px;
    padding-left: 15px;
}
.cart-contents {
    position: relative;
    justify-content: center;
}
.inline a { display: inline-block!important; margin: 30px;  color: #f26f65; }
.cart-contents:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;	
    content: "\f07a" !important;
    font-size: 20px;
    color: #f26f65;
}
.bnt-riv.rivsingle {
    margin: 30px 0px;
    display: block;
	text-align: center;
}
.areaclienti:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f007" !important;
    font-size: 20px;
    color: #f26f65;
    margin-right: 15px;
}
.bgpink .cart-contents:before,
.bgpink .areaclienti,
.bgpink .areaclienti:before {
    color: #fff;
}
.bgpink .cart-contents-count {
    color: #000;
    background: #fff;
}
.cart-contents:hover {
    text-decoration: none;
}
.cart-contents-count {
    position: absolute;
    top: 15px;
    right: -13px;
    transform: translateY(-105%) translateX(25%);
    font-family: Arial,Helvetica,sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    height: 22px;
    width: 22px;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    background: #f26f65;
    border-radius: 50%;
    padding: 1px;
}
.woocommerce ul.products { width: 100%; }
#content.site-content {
    padding-bottom: 0;
    padding-top: 0;
    overflow: hidden;
}
#single-sub-header iframe
{
    width: 100%;
    height: 540px;
}
div.valutazione {
    overflow: hidden;
    padding-left: 15px;
    padding-right: 15px;
    color: #ff0;
    padding-top: 20px;
    background-color: #252525!important;
    background: url(img/sfondo-stripes.png);
}
div.valutazione  span.block-title {
    padding: 5px 10px;
}
.banner-homepage-footer-728-90 {
    margin: 15px 0 25px;
}
#single-sub-header .container.single, .container.archive {
    padding-left: 35px;
    padding-right: 45px;
}
#sidebartop-home .widget-title, #sidebar-homepage .widget-title  {
    text-align: left;
    padding-right: 10px;
    border-bottom: none;
    margin-left: 5px;
    color: #000;
    padding-left: 26px;
    margin-top: 5px;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'Cabin', sans-serif;
    font-weight: normal;
}
#sidebartop-home .eventi-home {
    text-align: left;
    padding-right: 10px;
    border-bottom: none;
    margin-left: 5px;
    color: #000;
    padding-left: 23px;
    margin-top: 23px;
    font-size: 12px;
}
.em-pagination a {
    color: #7e7e7e;
    margin: 0 15px 0 0;
}
.em-pagination .current {
    border-bottom: 2px solid;
    padding-right: 8px;
    margin-right: 8px;
    color: #7e7e7e;
}
.gogoslider.style4 .cnt_img {
    margin-bottom: 20px;
}
#sidebartop-home .eventi-home a {
    color: #000;
    text-decoration: none;
}
#sidebartop-home .eventi-home a:hover {
    color: #000;
    text-decoration: #333;
}
#sidebartop-home .eventi-home-image {
    margin-bottom: 25px;
}
#sidebartop-home .rivistasingle {
    margin-top: 0!important;
}
#sidebartop-home {
    padding: 0 5px 5px 5px;
    flex: none;
    display: inline-block;
    float: right;
    text-align: left;
    z-index: 100;
	max-width: 30%;
    margin-bottom: 55px;
}
#sidebartop-home section .textwidget {
    margin-bottom: 25px!important;
}
.allnews.col-md-8 { padding-left:65px; }
.nwstt .col-md-12 {
    margin: 10px 0px 40px 15px;
    padding: 0;
}
.banner_popi { width: 110%; }
section#notizie, section#prove {
    background: #fff;
    padding-top: 10px;
}
.nwstt .posted_date {
    border-bottom: 1px solid #e15d54;
    padding-bottom: 10px;
}
.nwstt  {
    padding-top: 0px;
	padding-left: 20px;
}
#notizie h4 {
    line-height: 15px;
    font-weight: bold;
}
  .catbox .color { 
	border-bottom-width: 2px;
    position: relative;
    display: block;
    width: 25px;
    border-bottom-style: solid;
  }
  .boxed .catbox .color {
      border-bottom-width: 5px;
  }
.sponsby {
    display: flex;
    margin: 15px 0;
    line-height: 30px;
    font-size: 12px;
}
.row.single.boxed  .sponsby img {
        width: 50%;
        margin-left: 20px;
    }
#notizie h4 a { font-size: 15px; color:#000; }  
#notizie h3 {
    margin-top: 5px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-left: -70px;
    background: #fff;
    padding: 4px 18px 4px 10px;
    width: 135%;
}

#notizie .post-content-custom p {
    overflow: hidden;
    display: -webkit-box;
    /**-webkit-line-clamp: 3;
    -webkit-box-orient: vertical;**/
}

#sidebartop-home .col-md-6 a, #sidebar-homepage .col-md-6 a {
		font-size: 12px;
		color: black;
		font-weight: bold;
		margin-top: 5px;
		display: block;
		line-height: 16px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
	}
	#sidebartop-home .col-md-6, #sidebar-homepage .col-md-6 {
		display: inline-block;
		padding: 5px;
		min-height: 185px;
		float: left;
	}
	#sidebartop-home .widget_media_image { text-align: center; }

.totalpoint { font-size: 50px; }
.rptr { border-top: 1px solid #eaeaea; padding: 10px; }
.vltz {
    height: 25px;
    background: #cdcdcd;
    border: 1px solid #eaeaea;
    padding-left: 0;
    padding-right: 0;
}
.vltz .bg {
    width: 90%;
    background: #00ffff;
    height: 100%;
    display: table;
}
span.block-title {
    color: #fff;
    padding: 5px 19px;
    margin-bottom: 20px;
    display: inline-block;
    font-weight: bold;
}
.pntt h4 {
	font-weight: bold;
}
.pntt {
    margin-top: 20px;
    font-size: 20px;
}

#secondary .col-md-6 {
    display: inline-block;
    padding: 5px;
    min-height: 190px;
    float: left;
}
#sidebar-homepage { display: inline-block; }
#sidebar-homepage .col-md-6 {
    display: inline-block;
    padding: 5px;
    min-height: 190px;
    float: left;
}
#sidebar-homepage .col-md-6 a {
    font-size: 12px;
    color: black;
    font-weight: bold;
    margin-top: 5px;
    display: block;
    line-height: 15px;
}
#slidenews { flex: inherit; display: block; clear: both; position: relative; }


#sidebar-homepage { background: #f9f9f9; text-align: center; max-width: 30%; margin-top: 40px; margin-bottom: 55px; }
#sidebar-homepage section.widget  { padding-top: 40px; }
.gogodigital-slider-style1 .gogodigital-slider-item-info h3 {
    margin-bottom: 25px!important;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 15px;
    position: absolute;
    text-align: center;
    bottom: 45px;
    margin-left: -5%;
}
.gogodigital-slider-style1 .gogodigital-slider-item-info .gogodigital-slider-item-excerpt {
    bottom: 40px;
    text-align: center;
    margin: 0 auto;
    max-width: 100%;
	position: absolute;
    left: 0;
    right: 0;
}

.home .gogodigital-slider-style1 .gogodigital-slider-item-info {
    min-height: 75px!important;
    bottom: 12px;
}

.gogodigital-slider-style1 .gogodigital-slider-item-info .gogodigital-slider-item-excerpt {
    font-size: 12px!important;
    font-weight: bolder!important;
}
#primary .gogodigital-slider-item-author {
    color: #fff;
}
.topcontent, #main, #main .tpbx  { width:100%; }
 #main .tpbx {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

#slidenews img {
    border-radius: .25rem!important;
}

#slidenews h3 {
    font-size: 16px;
    margin-top: 14px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 21px;
    text-align: center;
}

#slidenews h2, #slidenews .container_gg {
    margin-bottom: 25px;
}

.banner-homepage-slider-728-90 .textwidget div, .banner-homepage-middle-728-90 .textwidget div, .banner-homepage-footer-728-90 .textwidget div {
    width: 100%!important;
}
.yotu-videos.yotu-mode-mix .yotu-video h3 {
    color: #f5f500;
}
#youtubeplayer .yotu-playlist .yotu-pagination {
    text-align: right;
    padding-right: 15%;
}
#youtubeplayer .yotu-playlist {
    padding: 0 0;
	display: table;
    margin-top: -8px;
    padding-top: 10px;
    padding-bottom: 15px;
    margin-bottom: 20px;
	background: url(img/sfondo-stripes.png);
    background-color: #222;
	}
	
#wrapthumbcarousl {
    overflow-x: scroll;
    position: relative;
    z-index: 1000000;
}
.yotu-playlist .yotu-wrapper-player { float: left; }
.yotu-playlist .yotu-videos {
    float: left;
    width: 36%;
    padding: 0px 0 0;
    position: relative;
    max-height: 340px;
    overflow-y: scroll;
}
.yotu-playlist .yotu-videos li a { padding-left: 10px; }

#youtubeplayer .yotu-videos::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #293b9d;
}

#youtubeplayer .yotu-videos::-webkit-scrollbar
{
	width: 10px;
	background-color: #293b9d;
}

#youtubeplayer .yotu-videos::-webkit-scrollbar-thumb
{
	background-color: #0ae;
	
	background-image: -webkit-gradient(linear, 0 0, 0 100%,
	                   color-stop(.5, rgba(255, 255, 255, .2)),
					   color-stop(.5, transparent), to(transparent));
}

.archive .post-content-custom {
	font-size:14px;
}
.authorow {
    font-size: 16px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ff8c69;
    margin-bottom: 20px;
}

.home h2 {
    text-transform: uppercase;
}

footer #menu-info { display: block; list-style-type: none; }

footer #menu-info li { display: inline-block; }

footer #menu-info li:hover, footer #menu-info li:hover a,
footer #menu-info li a:hover, footer #menu-info li a:visited,
footer #menu-info li a:focus
{ background: none; }

.sfsi_widget .norm_row.sfsi_wDiv { width: 100%!important; }

footer b { color: #f5f500; }

.foot3 h3  {
    color: #f0f000;
    text-transform: uppercase;
}
body.search .row.single {
    margin-right: -15px;
    margin-top: 15px;
    background: #fff;
}
.archive .row.single h3, .search .row.single h3 {
    margin-top: 10px;
    font-weight: 900;
    line-height: 20px;
}
.archive .post-content-custom p, .search .post-content-custom p {
    color: #666;
    font-family: 'Cabin', serif;
    font-size: 14px;
    font-weight: 100;
    margin-top: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 20px;
    max-height: 60px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.archive .post-thumb.col-md-6, body.search .post-thumb.col-md-6 { padding-right: 10px; }
.archive  .row.single .col-md-6:nth-child(2), body.search .row.single .col-md-6:nth-child(2) {
    padding-left: 0;
    padding-top: 10px;
}
.author-box-descr {
    font-size: 14px;
}
div.author-box {
    border: 1px solid #ededed;
    padding: 25px 15px;
    margin: 15px 5px 25px 5px;
}

.author-social-icon-wrap a {
    color: #555;
    margin-right: 15px;
}
.post-content-custom p {
    color: #666;
    font-family: 'Cabin', serif;
    font-size: 14px;
    font-weight: 100;
    line-height: 20px;
    margin-top: 15px;
}
.content-area.news_btm .post-content-custom p {
    color: #000;
    font-family: 'Cabin', serif;
    font-size: 14px;
    font-weight: 100;
    line-height: 20px;
    margin-top: 0px;
	margin-bottom: 0px;
	-webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}
.content-area.news_btm .post-content-custom {
	  color: #000;
}
.sidesingle .col-md-6 {
    display: inline-block;
    padding: 5px;
    min-height: 185px;
    float: left;
}
.sidesingle .yarpp-related-widget a {
    color: #000;
    font-family: 'Pt serif', serif;
    font-weight: 900;
}
.sidesingle .yarpp-related-widget p.related-posts-author {
    color: #555;
    font-family: 'Pt serif', serif;
    font-weight: 400;
    font-size: 14px;
    margin-top: 5px;
    border-bottom: 1px solid #f26f65;
    padding-bottom: 5px;
}
.sidesingle .yarpp-related-widget p.related-posts-author  a {
    font-weight: normal;
}
.home .heateor_sss_sharing_container { display: none; }
.sidesingle section {
    width: 85%;
    margin: 0 auto;
    margin-bottom: 35px; }
#sidebar-page section {
    width: 85%;
    margin: 0 auto;
    margin-bottom: 35px;
    text-align: center;
}

div.heateor_sss_horizontal_sharing {
    margin-top: 40px;
}

div#disqus_thread {
    border-top: 1px solid #cccccc;
    margin: 25px 0;
    padding: 25px 0;
}

.single nav.navigation {
    display: none;
}

.post.hentry {
    margin-bottom: 3rem;
}

.sidesingle .yarpp-related-widget ol li {
	margin-bottom: 20px;
}

.sidesingle .widget.widget_media_image {
	text-align: center;
}
.sidesingle .yarpp-related-widget ol {
    list-style-type: none;
    padding-left: 0;
}
.sidesingle .piuletti_single {
    margin: 20px 0px;
    padding-left: 0;
}
#text-16 .piuletti_single.row img, #text-17 .piuletti_single.row img, #text-18 .piuletti_single.row img {
    border-radius: 50%;
}
.sidesingle .piuletti_single .col-md-4, #sidebar-page .piuletti_single .col-md-4  {
    padding-left: 0;
}
/**.sidesingle .widget-title, #sidebar-page .widget-title {
    text-align: left;
    padding-left: 0px;
    border-bottom: none;
    color: #555;
    font-size: 11px;
    font-family: 'Cabin', san-serif;
    text-transform: uppercase;
    font-weight: 100;
    margin-left: 0;
}**/
.sidesingle .widget-title, #sidebar-page .widget-title {
    text-align: left;
    padding-right: 10px;
    border-bottom: none;
    color: #000;
    margin-top: 5px;
    font-size: 15px;
    text-transform: uppercase;
    font-family: 'Cabin', sans-serif;
    font-weight: normal;
}
.ltns .col-md-6 a:nth-child(2) {
    font-size: 16px;
    color: black;
    font-weight: bold;
    display: block;
    overflow: hidden;
    background: #fff;
    padding: 15px;
    z-index: 100;
    position: relative;
    width: 95%;
    margin: -40px auto 0 auto;
	padding-bottom: 0;
}
.apsc-theme-1 .social-icon .fa {
    font-size: 45px;
    font-family: "Font Awesome 5 Brands";
}
.related .col-md-4, #otherauthor .col-md-4 { padding-right: 0px; }
.post-info .post-view .fa-eye {
    margin-left: 10px;
    margin-right: 5px;
}
ul.nav-tabs.relat li a {
	text-align: left;
    padding-bottom: 5px;
    padding: 8px 25px;
    color: #000;
    text-transform: uppercase;
    font-size: 12px;
}
.tab-content a.titcor {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
}
ul.nav-tabs.relat li a.active {
    color: #fff;
    padding: 8px 25px;
    background: #000;
}
div.tab-content {  margin-top: 20px; }
ul.nav-tabs.relat { padding-bottom: 3px; }

.titcor {
    color: #000;
    margin-top: 10px;
    display: block;
}
.ltns {
    background: #fff;
    display: table;
    position: relative;
}
.ltns .posted_date time {
	color:#aaa;
}
.ltns .posted_date {
    font-size: 12px;
    background: #fff;
    width: 95%;
    margin: 0 auto;
    padding: 0px 15px;
}
footer#colophon .socialfooter a {
    color: #000;
    background: #fff;
    font-size: 20px;
    text-align: center;
    border-radius: 50%;
    width: 33px;
    height: 33px;
    overflow: hidden;
    display: inline-block;
    line-height: 36px;
    margin-right: 10px;
}
footer#colophon p {
    margin-top: 0;
    margin-bottom: 0rem;
}
#footer-widget section.widget_media_image {
    text-align: center;
}

#footer-widget section.widget_media_image img {
    max-width: 250px;
}

.author .authorow img {
    max-width: 100px;
}
#intervista {
    background: #f9f9f9;
    clear: both;
}
.col-12.foot3 #text-6 {
    margin-top: 85px;
    display: block;
    position: relative;
}
#intervista .post-content-custom {
    font-size: 14px;
    max-width: 290px;
}
#intervista .tpbx {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#sidebartop-middle {
    padding: 0px 0px 40px 0px;
}
#intervista  .post-thumb.topwide .row {
    height: 100%;
}
.row.authorow
#intervista .post-thumb.topwide .row .intvbox img {
 height: 100%;
}

.news_btm .catbox {
    font-size: 20px;
}
.news_btm .row.single {
	margin-bottom: 50px;
}
.news_btm .abs h3 {
	text-align: left;
    padding-left: 15px;
}
.news_btm .wide .abs {
    position: absolute;
    bottom: -15px;
    width: 50%;
    right: -15px;
	left: auto;
}
.news_btm .post-content-custom {
    font-size: 14px;
    margin-top: 15px;
    line-height: 19px;
    text-align: left;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
}
.nwstt .post-content-custom-box {
    margin-top: 12px;
}
/*
.post-thumb.col-md-11.wide  .post-content-custom { width: 54%; }
*/
.news_btm .col-md-5 { padding: 0; }
.cnttt {
    clear: both;
    display: block;
    color: #000;
    position: absolute;
    bottom: 2px;
    text-transform: uppercase;
    font-size: 12px;
}
.topintv {
    font-size: 28px;
    line-height: 30px;
}

.author .authorow .archive-description {
    color: #666;
    font-family: 'Cabin', serif;
    font-size: 14px;
    font-weight: 100;
    line-height: 20px;
    margin-top: 15px;
    text-transform: none;
}
.post-type-archive-gallerie .row.single h3 {
	    margin-top: 60px;
}
.archive.category-video .row.single h3 { margin-top: 60px; }
.post-type-archive-gallerie .row.single { margin-bottom: 35px; }
.carousel-control-next, .carousel-control-prev { height: 88%; }
#single-sub-header .featured-image {
    position: relative;
}


#single-sub-header .post-title {
    display: block;
    position: absolute;
    bottom: 12px;
    padding: 30px 30px 9px 30px;
    z-index: 1;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    opacity: 1 !important;
    transition: opacity 0.3s;
    transition-timing-function: cubic-bezier(0.39, 0.76, 0.51, 0.56);
    min-height: 125px;
    width: 97.6%;
}

#single-sub-header .post-info {
    padding: 0 30px;
    position: absolute;
    bottom: 15px;
    z-index:10;
}

#single-sub-header .post-info, #single-sub-header .post-info a {
    color: #333;
    font-size: 11px;
}
#single-sub-header .post-info a { font-weight: bold; }
.color_single {
    position: relative;
    width: 68px;
    height: 7px;
    clear: both;
    display: block;
}
#single-sub-header h1 {
    color: #000;
    font-weight: 900;
    font-size: 45px;
    line-height: 92%;
	word-wrap: break-word;
    margin: 25px 0px 0px 0px;
}

.post-navigation .nav-previous a, .post-navigation .nav-next a {
    border: none;
    border-radius: inherit;
    display: inline-block;
    font-size: 14px;
    color: #222;
    line-height: 20px;
    padding: 0.313rem 0.875rem;
    text-decoration: none;
}
.gogodigital-slider .slick-next:before, .gogodigital-slider .slick-prev:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
	}
	.gogodigital-slider .slick-next:before {    
	content: "\f054";
	}
	
.gogodigital-slider .slick-prev:before {    
	content: "\f053";
	}
	
.post-navigation .nav-previous a::before, .post-navigation .nav-previous a::after {
    content: none;
}
.archive .row.single, .banner_archivio {
    background: #fff;
    margin-bottom: 70px;
}

.news_wide .absnews  {
    position: relative;
    bottom: 0px;
    right: 0;
    width: 100%;
    max-width: 100%;
}  
#notizie .news_wide .absnews .posted_date span {
    margin-left: 5px;
}

#notizie .news_wide .catbox .color {
    border-bottom-width: 3px;
    width: 60px;
}
#notizie .news_wide .absnews h3 {
    width: 71%;
    max-width: 80%;
    padding-right: 0;
    margin-right: 0;
    display: inline-block;
    margin-top: 10px;
    margin-left: 0px;
    padding-left: 5px;
}
#notizie .news_wide .posted_date {
    padding-left: 0;
    padding-right: 0;
    display: inline-flex;
    position: relative;
    top: 0;
    right: 0px;
    line-height: 12px;
	float: left;
}
.news_wide h3 { margin-bottom: 0px; }
.home #notizie .news_wide h3 a { font-size:23px; padding-right: 0; }
.news_wide .posted_date {
    background: #fff;
    float: right;
    padding: 5px 20px;
}
.news_wide .catbox {
    background: #fff;
    margin-left: 0px;
    margin-bottom: 0px;
    width: auto;
    float: right;
    padding: 20px 8px;
}
#menu-footer li:hover, #menu-footer li a:hover,
#menu-menu-footer li a:hover, #menu-menu-footer li:hover
{
	background: transparent;
}

#menu-footer li a, #menu-menu-footer li a {
    padding: 0px;
    margin: 0 10px 0px 0;
}
#menu-footer li, #menu-footer, #menu-menu-footer li, #menu-menu-footer  { display: inline-block; }
#menu-footer ul { list-style-type: none; }
footer .container {
    background-color: #1d1d1c;
    z-index: 1;
	padding-top: 35px;
}
.foot3 h3, footer h3.widget-title {
    color: #fffffe;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 23px;
    font-family: 'Cabin';
    font-weight: 100;
}
#footer-widget .sfsi_widget img {
    max-width: 215px!important;
    background: #fff;
    border-radius: 50%;
}
.mtbcu-widget div {
    margin: 0px auto;
    height: auto!important;
    text-align: center;
}
.pageAdSkin
.ads-skin { position: fixed; }

.single .pageAdSkin iframe, .pageAdSkin iframe {
    max-height: 100%;
    width: 100%;
    text-align: center;
    margin: 0 auto;
}
.lblex {
    position: absolute;
    color: #fff;
    text-transform: uppercase;
    font-size: 11px;
    padding: 5px 10px;
}
.lblex.ebike {
    background: #89ba3b;
}
.lblex.bicida {
    background: #d100cf;
}
#footer-widget img {
    max-width: 215px!important;
}
.sfcm.sfsi_wicon {
    width: 36px!important;
}
.authorow img, .author-box img {
    margin-top: 25px;
}
footer .container.pt-3.pb-3 {
    display: none;
}
.post-navigation .nav-previous a:hover, .post-navigation .nav-next a:hover {
    background: none!important;
}
.sidesingle .col-md-6 { width: 100%; max-width: 100%; }
.sidesingle .col-md-6 img { width: 100%; }

.archive header.page-header {
    border-bottom: 0;
    margin-bottom: 35px;
    margin-top: 0;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 900;
}

.pallocco {
    margin: 0 auto;
    text-align: center;
    text-transform: uppercase;
    color: #f3746a;
    font-family: 'Cabin',sans-serif;
    cursor: pointer;
    z-index: 10000;
    position: relative;
}
p.dateriv, .infointeressato .entry-date {
    text-transform: uppercase;
    color: #f3746a;
    position: relative;
    margin: 30px 0px 0px 0px;
    display: block;
}

.home #videogalleria .slick-next:before, .home #videogalleria .slick-prev:before  {
    color: #f26f65!important;
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 25px!important;
}
/* .home #videogalleria .slick-dots { display: none!important; } */
.home #videogalleria .slick-prev {
    left: auto;
    right: 10%;
}
.home #videogalleria .slick-next, .home #videogalleria .slick-prev  {
    z-index: 1000;
    top: -18%;
}
.home #videogalleria .posted_date {
    display: inline;
    border-bottom: 1px solid #ea6157;
    padding-right: 15px;
}
.home #videogalleria  .slick-next {
    right: 20px;
}
.home #videogalleria .slick-next:before {
    content: "\f054";
}
.home #videogalleria  .slick-prev:before {
    content: "\f053";
}
.pallocco { margin-bottom: 40px; }
.menushop {
    margin-left: 2%;
}

.pallocco span {
    display: block;
    clear: both;
    position: relative;
    border-radius: 50%;
    border: 2px solid #f26f65;
    margin: 0 auto;
    margin-bottom: 20px;
    width: 70px;
    height: 70px;
    text-align: center;
    line-height: 62px;
    font-size: 45px;
    color: #f26f65;
    cursor: pointer;
    font-weight: 100;
    font-family: 'Pt serif', san-serif;
}
.rivistaheader .fa.fa-home { font-size: 22px; }
.homeweb, .homeweb:hover {
    color: #fff;
    font-size: 25px;
}
.flipwrap a {  color: #fff; }
.flipwrap {
    background: #f26f65;
    padding: 15px 45px;
    color: #fff;
    font-size: 25px;
    margin: 0 0px;
    display: block;
    font-weight: 100;
    text-transform: uppercase;
    text-align: center;
}
#em-wrapper th, #em-wrapper th:first-child {
    background-color: #f2f2f2;
    font-weight: 400;
    text-align: left;
}
#em-wrapper th {
    color: #b31e5c;
    font-size: 16px;
}
#em-wrapper td a { color: #000; }
#em-wrapper td, #em-wrapper th {
    border: 1px solid #fff;
    padding: 12px;
}
#em-wrapper td:first-child {
    background-color: #f2f2f2;
    font-weight: 600;
}
#em-wrapper td {
    background-color: #f8f8f8;
}
.carousel-item .d-block {
    display: block!important;
    max-height: 515px;
    margin: 0 auto;
}
.carousel-item  { background: #eaeaea; }
.page-galleriacustom .entry-content {
	padding-top: 0px;
	margin-top: 0px;
}
.page-galleriacustom .closegal span { color: #fff;  background: rgb(204 204 204 / 0.5); border-radius: 4px; padding: 6px 12px; margin-left: 10px; }
.page-galleriacustom .closegal a { color: #fff; }
.page-galleriacustom footer#colophon { width: 100%!important; }
.page-galleriacustom .closegal {
    position: absolute;
    right: -45px;
    top: -45px;
    padding: 6px 12px;
    font-weight: bold;
}
h3.galcor { color: #fff; margin: 30px 0px; }
.corgal h4, .corgal h4 a { color: #fff; }
.corgal h4 {
    font-size: 16px;
    margin-top: 10px;
}
.page-galleriacustom #content.site-content { overflow: visible; }
.page-galleriacustom .bgsidesingle {
    margin: 0px;
    padding-top: 0;
    background: #000;
}
.page-galleriacustom #single-sub-header {
    position: relative;
}
.page-galleriacustom header#masthead {
    max-width: 100%!important;
    width: 100%!important;
    padding-top: 0;
    padding-bottom: 0;
}
.page-galleriacustom .code-block.code-block-14 {
	clear: both;
    background: #000;
    margin: 0!important;
}
.page-galleriacustom span.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23000000' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.page-galleriacustom span.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23000000' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}
.page-galleriacustom .carousel-item .d-block {
    max-height: 650px;
    padding: 0;
}
.page-galleriacustom #yarpp_widget-2, .page-galleriacustom #custom_html-4, 
.page-galleriacustom #ai_widget-20, .page-galleriacustom #media_image-3, 
.page-galleriacustom #text-17, .page-galleriacustom #ai_widget-26 {
display: none;
}
.page-galleriacustom #page {
	max-width: 100%!important;
	width: 100%!important;
	padding-top: 0px!important;
}
.page-galleriacustom .container{
	max-width: 100%!important;
	width: 100%!important;
}
 .page-galleriacustom #content.site-content { 
	max-width: 100%!important;
	width: 100%!important; 
    z-index: 1000;
    position: relative;
}
.page-galleriacustom  {
    padding-top: 0px!important;
    width: 100%;
	color:#fff;
}
.page-galleriacustom h1 {
    position: relative;
    color: #fff!important;
    margin: 0px!important;
}
.page-galleriacustom #single-sub-header .posted_date { margin-bottom: 30px; }

.page-galleriacustom .wrapcontrol {
    width: 125px;
    display: block;
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

#notizieblock .lggtt  { display: none; }
.page-galleriacustom header#masthead, .page-galleriacustom #single-sub-header .container, 
.page-galleriacustom .site-content .container { background: #000; }
.page-galleriacustom .carousel-item { background: #000; }
.page-galleriacustom .carousel-control-next, .page-galleriacustom .carousel-control-prev {
    height: 30px;
    top: -30px;
    background: #ccc;
    width: 30px;
    border-radius: 5px;
}
.titwrapgal h2  {
	color: #fff;
	font-size: 30px;
	display: none;
}
.titwrapgal .posted_date { display: none; }   

.page-galleriacustom article {
    font-size: 16px;
    line-height: 20px;
}
.brandgalleria { margin: 0px; padding-left: 30px; }
.brandgalleria img { max-width: 130px; }
.titwrapgal {
    position: relative;
    z-index: 1;
    color: #fff;
    text-align: left;
    width: 100%;
    right: 0;
    padding-right: 0;
    background: rgb(0 0 0 / 0.4);
    padding-top: 10px;
    padding-bottom: 0px;
}
.home .slick-dots li.slick-active button:before {
    opacity: .75;
    color: #f26f65;
}
h3._grdtt {
    text-align: center;
    width: 100%;
    margin: 0 auto;
    background: #f9f9f9;
    color: #fff;
    text-transform: uppercase;
    margin: -10px 0 40px;
	z-index: 1000;
	position: relative;
}
h3._grdtt a, h3._grdtt a:hover { color: #fff!important; background: #f26f65; padding: 10px 30px;  }
.page-galleriacustom .carousel-caption.d-md-block {
    display: block!important;
    position: absolute;
    background: rgb(0 0 0 / 0.4);
    left: auto;
    margin: 0;
    padding-bottom: 0;
    padding: 0;
    text-align: center;
    bottom: 0px;
    right: 0;
    padding: 10px;
    min-width: 100%;
}
.page-galleriacustom 
.carousel-caption.d-md-block h5 {
	color: #fff!important;
	font-size: 20px;
	font-weight: normal;
}


.page-galleriacustom div#counter {
    position: absolute;
    left: 0;
    right: 0;
    top: -25px;
    text-align: center;
    font-size: 12px;
}


@media (max-width: 1200px) {
	#single-sub-header h1 {
		font-size: 36px;
	}
}
@media (max-width: 992px) {
	#single-sub-header h1 {
		font-size: 26px;
	}
}

@media (min-width: 767px) {

   .contentriv .col-md-4 {
        padding-right: 8.5%;
    }
}
@media (max-width: 500px)
{
    .is-search-form {
        text-align: center;
    }
    .container_gg .gogo_slider {
        height: 320px;
    }
    .slick-list {
        margin-top: 4px;
        max-height: 335px!important;
    }
    #videogalleria .slick-list {
        max-height: 450px!important;
        overflow: visible!important;
    }
}
@media (max-width: 767px)
{
	#sidebartop-home {
		max-width: 100%;
	}
	.corgal { margin-bottom: 30px; }

.page-galleriacustom span.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23FFFFFF' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.page-galleriacustom span.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23FFFFFF' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}
.page-galleriacustom .carousel-control-next, .page-galleriacustom .carousel-control-prev {
    background: transparent;
}
.page-galleriacustom div#counter { font-size: 20px; }
.page-galleriacustom .wrapcontrol {
    width: 125px;
    display: block;
    position: absolute;
    top: -15px;
    left: 0;
    right: 0;
    margin: 0 auto;
    margin-right: 20%;
}
.brandgalleria {     margin: 0px;
    padding-left: 0px; }
.page-galleriacustom .container {
    max-width: 100%!important;
    width: 100%!important;
    padding: 0px 10px 0px 10px!important;
}
.page-galleriacustom .closegal { right: 15px; z-index:10000; }
.gallerie .slick-dots {  bottom: -40px; }
#galleria .container { padding-bottom: 5px; }
	#videogalleria .slick-arrow { display: none !important; }
		.yarpp-related { text-align: center; }
	.yarpp-related ol   {
			list-style-type: none;
			text-align: center;
			padding: 0;
		 }
	.yarpp-related ol a  {
		color: #000;
	}
	.yarpp-related li { margin: 20px 0px; }
	
	
.navbar-toggler	{
    margin-top: -13px;
    display: block;
}
.rivista_inside {  text-align: center; }
   .gallerie .slick-slide {
        padding: 30px;
    }
    #galleria.topgalleria {
        padding: 0;
    }
    .gogodigital-slider-item-img {
        margin-top: -20px;
    }
    .archive .row.single, .banner_archivio {
        margin-bottom: 25px;
    }
    .archive h3 a, .author h3 a {
        line-height: 25px;
    }
    .container.archive {
        padding-left: 30px;
        padding-right: 16px;
    }
    #single-sub-header .container.single {
        padding-left: 20px;
        padding-right: 20px;
    }
    .container.archive #main .posted_date {
        margin-bottom: 15px;
    }
    .container.archive #main .posted_date {
        margin: 15px 0;
    }
    .archive .post-content-custom p, .search .post-content-custom p {
        line-height: 22px;
        max-height: 62px;
    }
    span.area_clienti {
        display: none;
    }
    .rivistaheader .col-xs-3 {
        display: inline-block;
        width: 30%;
        padding: 30px 0px 0px 0px;
    }
    .rivistaheader .col-xs-3.inline a {
        margin: 0 0px 0px 15px;
    }
    .navbar-light.rivistaheader .navbar-brand {
        width: 65%;
    }
    .post-type-archive-product .infoheader .titriv h1 {
        color: #fff;
        width: 70%;
        font-size: 2.6em;
    }
    .post-type-archive-product .imgheadwer img {
        width: 200%;
        max-width: 200%;
        margin-left: -100%;
    }
    .post-type-archive-product .subtitriv br { display: none; }
    .post-type-archive-product .subtitriv {
        margin: 30px 90px 0px 0px;
    }

    .bgpink .menushop { display: none; }
    .intvcolright { text-align:center; }
    .mc4wp-form-basic .iscr_newslttr input[type=email], .iscr_newslttr .form-control {
        width: 80%;
        padding: 25px;
        font-size: 13px;
        text-align: center;
        margin-top: 30px;
        margin-bottom: 30px;
        display: inline-block;
        border-radius: 0;
        border: none;
    }
    .iscr_newslttr {
        background: #f9f9f9;
        margin-top: -20px;
    }
    .middle_container {
        background:#f9f9f9;
    }
    .topcontent.esclusiva .topbox {
        right: inherit;
        width: 100%;
        left: 0%;
        padding: 0px 20px;
    }
    .post-thumb.col-md-11.wide .post-content-custom {
        width: 100%;
        margin-bottom: 50px;
    }
    .topcontent.esclusiva #main .tpbx   {
        width: 200%;
        max-width: 200%;
		margin-left: -50%;
    }
    .topcontent.esclusiva .container.boxed .topnews {
        border-bottom: 1px solid #ea6157;
        border-left:none;
        margin: 5px 35px;
        padding: 0px 30px;
    }
    .esclusiva .topnews h3 { min-height: inherit; }
.topcontent.esclusiva .topbox h3 {
    font-size: 2em;
    max-width: 100%;
}
    #galleria h2 { margin-top:0; }
.archive h3 a, .author h3 a { min-height: auto; }
#single-sub-header h1 {
    font-size: 30px;
    line-height: 1.2em;
    margin: 25px 0px 10px 0px;
}
.single-sub-header-title .posted_date {
    position: relative;
    bottom: 5px;
}
#intervista {
    margin-top: 30px;
}
    .topcontent.esclusiva .topbox h3 a {
        line-height: 30px;
    }
    .topcontent.esclusiva .container.brd h2 {
        padding: 5px 0px 5px 0px;
    }
    #intervista .post-content-custom {
        max-width: 97%;
    }
    .content-area.topcontent .slick-dots li button:before {
		opacity: .65;
		color: #f26f65;
	}
    .content-area.topcontent   .slick-dots li.slick-active button:before {
        opacity: 1;
        color: #f26f65;
    }
   .content-area.topcontent .slick-dotted.slick-slider  {
        margin-bottom: 0px;
    }
	#galleria.topgalleria h3 { margin: 10px 0px; }
    .content-area.topcontent .slick-dots { bottom: -30px; z-index: 10000; }
    .slick-list { max-height: 285px; }
    .infoanno {
        max-width: 100%;
        overflow: scroll;
    }
    .woocommerce  .slick-list, .single-riviste .slick-list { max-height: none; }
    .middle_widget_home:first-child {
        display: none;
    }
 .middle_container   .middle_widget_home {
        margin: 0px;
    }
	li.search .is-form-style input.is-search-input {
    padding: 5px 12px;
    font-size: 19px;
    line-height: 1;
    border-radius: 15px;
    border: none;
    background: #f9f9f9;
    font-family: arial;
    width: 235px;
}
#main-nav a {
    padding-top: 3px;
}
li.search .is-form-style button.is-search-submit {
    margin-left: -10px;
}
 .navbar-social, .navbar-search form { display: none; }
li.social .navbar-social {
    display: block;
    text-align: center!important;
}
.col-md-1.logo_right, .col-md-1.logo_left  { display: none; }
.news_wide h3 {
    margin-bottom: 0px;
    width: 68%!important;
    right: 0;
    left: auto;
    margin-left: auto!important;
	margin-top: 15px!important;
}
.wrapcatbox { margin-top: 5px; }
.wrapcatbox .catbox { background: transparent; }

.banner_popi {
    width: 100%;
    text-align: center;
}
.cnttt {
    bottom: -30px;
}
.iscr_newslttr .form-control {
    width: 92%;
    font-size: 18px;
    margin-bottom: 20px;
}
    .home #notizie h3 a { width: 105%; }
.middle_widget_home {
    padding: 0px 0px;
    margin: 25px 0px;
}
section#prove {
    padding-left: 25px;
    padding-right: 10px;
}
.post-thumb.pull-right {
    margin-left: 0%;
    margin: 40px 0px;
}
.news_btm .wide .abs {
    width: 95%;
}
.intvcolright h3 {
    width: 100%;
}
.news_wide .catbox {
    margin-left: 0%;
}
.news_wide .posted_date {
    margin-top: -1px;
}
#mainsponsor .post-thumb { border-right: none; }
.home #notizie .news_wide h3 a {
    font-size: 18px;
	width: 100%;
}
.news_wide {
    margin-bottom: 0px;
    max-width: 100%;
    margin: 0 auto;
    margin-left: 15px;
}

.nwstt .col-md-12 {     
	display: block;
    text-align: left;
    width: 80%;
    margin: 0 auto;
	}
.nwstt .post-content-custom-box {
    display: none;
}
.nwstt {
    display: block;
    margin: 30px 0px;
}
#notizie .nwstt .posted_date {
    margin-bottom: 15px;
}
.topcontent {
    position: relative;
    display: block;
    width: 100%;
}
.allnews.col-md-8 {
    padding-left:0;
}
#galleria {
    margin: 30px auto;
}
.col-xs-6 { width: 50%; }
.home .topcontent .gogodigital-slider-style1 .gogodigital-slider-item-info {
    top: -20px;
    position: absolute;
    display: block;
    background: linear-gradient(to top, rgba(0,0,0,0.85) 0%,rgba(0,0,0,0) 95%);
    height: 105%;
    width: 100%;
    bottom: 0;
    margin: 0 auto;
    padding: 40px 15px 25px 25px;
}
.slick-initialized .slick-slide, .slick-slider .slick-slide {
    display: inline-block!important;
    position: relative;
}
.gogodigital-slider-item { display:none; }
.gogodigital-slider-item:nth-child(1) {
 display: inline-block!important;
}
	
	#gogodigital-toogle-menu-sidenav.sidenav .closebtn { padding: 20px 8px 10px 15px!important; }
	.navbar-menu.col-md-4 {
		position: absolute;
		top: 57px;
		background: #000;
		width: 107%;
		left: -3.5%;
		padding-left: 15px;
	}


.related img, #otherauthor img { width: 100%;  }
	.related .col-md-4, #otherauthor .col-md-4 {
		margin-bottom: 25px;
	}
	#page { overflow: hidden; }
	.pageAdSkin {
		position: static;
		height: 180px;
		display: none;
	}
	#sidebartop-home .col-md-6, #sidebar-homepage .col-md-6 {
		width: 50%;
	}
	section.default .row.single .post-thumb.col-md-6 {
		padding-right: 0px;
		padding-left: 0;
	}
	section.default .row.single .col-md-6:nth-child(2) {
		padding-left: 0px;
		margin-top: -5px;
}
	.home #page { overflow: hidden; }
	#home-sub-header .container { padding: 0px; }
	.gogodigital-slider-style1 .gogodigital-slider-item-info h3 a {
		display: block;
		position: relative;
		color: #fff;
		line-height: 35px;
	}
	.home .gogodigital-slider .slick-track {
		max-height: 320px;
    }
    .slick-track {
	    top:20px !important;
	}
    .navbar-light .navbar-brand {
        color: rgba(0,0,0,1);
        width: 70%;
        z-index: 10000;
        display: block;
        position: relative;
    }
    .navbar-search {
        text-align: left;
        margin-top: -25px;
        position: absolute;
    }
	#toggle-menu-button {
		background: transparent;
		border: none;
		color: #fff;
		font-size: 30px;
		position: absolute;
		z-index: 1;
		top: 15px;
	}
	.search-form { display: none; }
	.row.single.boxed {
		margin-bottom: 10px;
		margin-top: 10px;
		margin-right: -5px;
		margin-left: -20px;
	}
	#youtubeplayer { padding: 0px; }
	#notizie a img { width: 100%; }
	.nopad {
		padding: 0 0px;
	}
	#notizie .posted_date {
		margin-bottom: -8px;
	}
	#notizie .row.single {
		margin-bottom: 10px;
		margin-top: 25px;
		margin-left: 0px;
		width: 100%;
		padding-left: 0px;
	}
.home .gogodigital-slider-style1 .gogodigital-slider-item-info { position: relative; bottom: 0; }
	.yotu-playlist .yotu-videos {
		float: none;
		width: 100%;
		padding: 0px 0 0;
		position: relative;
		max-height: 340px;
		overflow-y: scroll;
		padding-top: 15px;
	}
	
}
@media only screen and (min-width: 768px)
{
	
	a.external {
		max-width: 300px;
		overflow: hidden;
		display: block;
	}
}
@media (min-width: 1400px) {
	.container {
		max-width: 1256px;
	}

	#page {
		padding-top: 100px;
	}
	header#masthead {
		max-width: 1256px;
		margin: 0 auto;
	}
	.pageAdSkin {
		position: fixed;
		margin: 0;
		padding: 0;
		background-repeat: no-repeat;
		background-position: center 0;
		width: 100%;
		height: 100%;
		/*background: url(https://tpc.googlesyndication.com/pagead/imgad?id=CICAgKDn5MmKfBABGAEyCCl-xDZ8_TNh) top center no-repeat;*/
		cursor: pointer;
		margin-top: -100px;
	}
}
.banner-homepage-middle-728-90 div { margin: 0 auto; }
.widget.ai_widget div { margin: 0 auto; }
.home .site-main { margin-top:-1px; }
@media only screen and (min-width: 1025px)
{
		.home .slick-dots { display: none!important; }
			.carousel-caption.d-md-block {
		display: block!important;
		position: relative;
		left: 0;
		margin: 10px 10px 0px;
		padding-bottom: 0;
	}
	
	.yarpp-related { display: none; }
    #secondary {
        float: right;
    }

	 section#notizie, section#prove {
		display: inline-block;
		z-index: 100;
		float: left;
		flex: none;
	}




}


@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)  {
    #intervista .post-thumb.topwide.col-md-8 {
        display: block;
        flex: 100%;
        max-width: 100%;
    }
.navbar-brand.col-md-4.maut {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
}
    .navbar-search.col-md-4 {
        text-align: right; }
    #mainsponsor .post-thumb {
        padding: 10px 10px;
        padding-bottom: 20px;
    }
    #intervista  .intvcolright .col-md-7 {
        max-width: 50%;
    }
    #footer-widget .col-md-4 {
        padding-right: 15px;
        padding-left: 15px;
    }
    .intvcolright h3 {
        width: 100%;
    }
    #intervista  .intvcolright {
        padding-top: 30px;
        width: 100%;
        max-width: 100%;
        flex: 100%;
        display: flex;
    }
    #intervista .maut {
        margin: 0 auto;
        display: block;
        flex: none;
        width: 100%;
        max-width: 100%;
    }

    #sidebartop-home { display: none; }

    .container { max-width: 100%; }
    .topboxed h3 {
        font-size: 14px;
    }
    .topnews {
        font-size: 30px;
    }
    .topboxed .row.single {
        margin-bottom: 10px;
        margin-top: 25px;
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
    .topboxed .row.single .posted_date { font-size:10px; }
    .topboxed {
        padding-top: 0px;
        margin-left: 0px;
    }
    .pageAdSkin { display: none; }
		.navbar-menu.col-md-4 {
		position: absolute;
		top: 57px;
		background: #000;
		width: 107%;
		left: -3.5%;
		padding-left: 15px;
	}
	#gogodigital-toogle-menu-sidenav.sidenav .closebtn { padding: 20px 8px 10px 15px!important; }
	.navbar-toggle-menu { position: absolute; }
	.navbar-search form { display: inline; }
    .navbar-light .navbar-toggler {
        display: inline;
        position: absolute;
        left: 0;
        top: 120px;
        z-index: 1000000;
    }
    .middle_widget_home #menu-menutop-1 {
        padding-left: 0;
    }
    .middle_widget_home #menu-menutop-1 li {
        padding: 0 1rem;
    }
    #sidebar-homepage {
        max-width: 50%;
        padding-right: 24px;
        margin: 0 auto;
        float: none;
        display: block;
    }
	.navbar-search.col-md-4 {
		-ms-flex: 0 0 38.333333%;
		flex: 0 0 38.333333%;
		max-width: 38.333333%;
        position: inherit;
	}
	.navbar-brand.col-md-4.text-center { margin: 0 auto; }
    #single-sub-header h1 {
        color: #000;
        font-weight: 900;
        font-size: 28px;
        line-height: 100%;
        margin: 0px -25px 0px 0px;
    }
   .single .col-md-4.sidesingle {
        width: 100%;
        flex: 100%;
        max-width: 100%;
    }
    .single .sidesingle .yarpp-related-widget ol li {
        margin-bottom: 20px;
        display: inline-block;
        max-width: 45%;
        margin-right: 5%;
    }
    .single  .sidesingle .piuletti_single div {
        display: inline-block;
        vertical-align: top;
    }
    .single .sidesingle  #text-6 {
        width: fit-content;
        margin: 0 auto;
        text-align: center;
        float: none;
        display: block;
        position: relative;
    }
    .single .sidesingle .piuletti_single {
        margin: 0px;
        padding-left: 0;
        width: 50%;
        display: inline-block;
        vertical-align: top;
        margin-bottom: 35px;
    }
}


@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : landscape) {
    .topboxed h3 {
        font-size: 16px;
        margin-top: 20px;
    }
    .navbar-menu.col-md-4 {
        position: absolute;
        top: 57px;
        background: #000;
        width: 107%;
        left: -3.5%;
        padding-left: 15px;
    }
    #gogodigital-toogle-menu-sidenav.sidenav .closebtn { padding: 20px 8px 10px 15px!important; }
    .navbar-toggle-menu { position: absolute; }
    .navbar-search form { display: inline; }

    .navbar-search.col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 36.333333%;
        max-width: 36.333333%;
    }
    .navbar-brand.col-md-4.text-center { margin: 0 auto; }
    body .yotu-mode-grid li, .yotu-mode-mix li, body .yotu-mode-grid[class*=' yotu-column-'] li, body .yotu-mode-grid[class^='yotu-column-'] li {
        width: 100%!important;
    }
    #publyHBSingle_23989 {
        text-align: center;
        margin: 0px auto 15px;
        clear: both;
        display: block;
        width: 100%;
    }
    #sidebartop-home {
        display: inline-block;
    }
}
@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-height: 1366px)  {
	  
	#publyHBSingle_23989 {     
		clear: both;
		display: block;
		position: relative;
		width: 100%;
	}
	#sidebartop-home {
		display: inline-block;
	}
	  
}

