/*
	Theme Name:   Jannah Child
	Theme URI:    http://jannah.tielabs.com/
	Description:  Jannh Child Theme
	Author:       TieLabs
	Author URI:   https://tielabs.com
	Template:     jannah
	Version:      1.0.1
	License:      license purchased
	License URI:  http://themeforest.net/licenses/regular_extended
	Tags:         Tags: two-columns, buddypress, left-sidebar, right-sidebar, custom-menu, editor-style, featured-images, full-width-template, microformats, rtl-language-support, sticky-post, threaded-comments, translation-ready
	Text Domain:  jannah-child
*/
/* write custom css after this line */

a:hover {
    text-decoration: none;
}

ul.components {
    margin-bottom: 0;
}

@media (min-width: 1200px) {
    .nopad-tt .col-md-12 {
        padding-left: 0;
        padding-right: 0;
    }

    body.page-id-152449 .container, body.page-id-152449 .tie-col-md-12 {
        padding-left: 0px !important;
        padding-right: 0px !important;

    }

    body.page-id-152449 .padhome {

        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

@media (max-width: 1199px) {

    .container.nopad-tt {
        padding-left: 0;
        padding-right: 0;
    }

    .page-id-152449 .main-content {
        padding-left: 0;
        padding-right: 0;
    }

    .container.padhome {
        padding-left: 30px;
        padding-right: 30px;
    }

    ul.tsblocchi-orizzontali-tt-due .dime {
        height: 220px
    }
}

.advbanner {
    margin-top: 20px;
}

.wf-active #main-nav .main-menu > ul > li > a:hover {
    text-decoration: none;
}


/*nuova versione home page*/
ul.tsblocchi {
    margin: 0;
    padding: 0;
}
ul.tsblocchi:after {
    content:'';
    display:block;
    clear:both
}
ul.tsblocchi li {
    list-style-type: none;
}

li.tsblocco {
    width: 100%;
    position: relative;
}

.tsblocco-immagine {
    width: 100%;
    max-height: 500px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
}

ul.tsblocchi li:first-child .tsblocco-immagine {
    max-height: 500px;

}

/*ul.tsblocchi li:first-child {
  position: relative;
  z-index: -1;
}*/
ul.tsblocchi li:first-child .gradblack {
    z-index: 1;
    position: relative;
    height: 500px;
    width: 100%;
    background: rgb(255, 255, 255);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.804359243697479) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(0, 0, 0, 0.804359243697479)));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.804359243697479) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#000000", GradientType=1);
    margin-top: -500px;
    border-bottom: 1px solid #000;
}


ul.tsblocchi-orizzontali-tt-due li .gradblackdue {
    z-index: 1;
    position: relative;
    height: 255px;
    width: 100%;
    background: rgb(255, 255, 255);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.804359243697479) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(0, 0, 0, 0.804359243697479)));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.804359243697479) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#000000", GradientType=1);
    margin-top: -255px;
    border-bottom: 1px solid #000;
}

ul.tsblocchi-orizzontali-tt-due .overlay-immagine {
    z-index: 3;
    width: 100%;
}

ul.tsblocchi-orizzontali-tt-due .dime {
    min-height: 255px;
    overflow: hidden;
}


ul.tsblocchi-orizzontali-tt-due .ts-link-tt a:hover {
    opacity: 0.7;
}


ul.tsblocchi li {
    float: left;
    width: 25%;
}

ul.tsblocchi li:first-child {
    width: 100%;
    margin-bottom: 1px;
}

ul.tsblocchi li:first-child .tsblocco-immagine {
    height: 500px;
}

ul.tsblocchi li:nth-child(1n+2) {
    position: relative;
    height: 126px;
    background: rgba(0, 0, 0, 0.5);
    padding: 25px;
    width: 25%;
    text-align: left;
    z-index: 2;
    margin-top: -130px;
    float: left;
}

ul.tsblocchi li:nth-child(1n+2) .tsblocco-immagine {
    display: none;
}

ul.tsblocchi li:nth-child(1n+2) .hero-titolo {
}

ul.tsblocchi li:nth-child(1n+2) .hero-titolo h2 {
    font-size: 14px;
    color: #FFF;
}

ul.tsblocchi li.hero-immagine {
}

ul.tsblocchi li:first-child .hero-titolo {
    position: absolute;
    margin-top: -330px;
    width: 100%;
    text-align: left;
    padding-left: 10%;
    padding-right: 10%;
    z-index: 2;
}

ul.tsblocchi li .hero-titolo h2 {
    max-height: 75px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: 30px;
    margin-bottom: 10px;
    color: #FFF;
}

ul.hero-container li:nth-child(1n+2) {
    width: 100%;
    height: 90px;
    border-bottom: 1px solid #000;
    padding: 0;
    margin: 0;
}

.ts-readmore-tt a {
    background-color: #2579b7;
    color: #FFFFFF !important;
    width: auto;
    position: relative;
    padding: 7px 15px;
    margin: 5px 0;
    font-weight: normal;
    font-size: 12px;
    display: inline-block;
    text-align: center;
    line-height: 21px;
}

.ts-readmore-tt a:hover {
    opacity: 0.7;
    text-decoration: none;
}

/*blocchi toptrends*/
.ts-immagine-tt a:hover {
    opacity: 0.7;
}

.ts-link-tt a {
    text-decoration: none;
    color: #333 !important;
    font-weight: 600;
}

li.grandesx .ts-link-tt {
    line-height: 20px;
    min-height: 50px;
    font-size: 20px;
}

li.grandesx .ts-excerpt-tt p {
    font-size: 13px;
    line-height: 21px;
    margin-top: 5px;
    color: #666;
}

ul.tsblocchi-tt {
    margin: 0;
    padding: 0;
}

ul.tsblocchi-tt li {
    list-style-type: none;
}

ul.tsblocchi-tt li.piccolodx .dime .ts-immagine-tt {
    max-height: 70px;
    overflow: hidden;
    width: 40%;
    float: left;
    margin-bottom: 10px;
}

ul.tsblocchi-tt li.piccolodx .dime .ts-immagine-tt img {
    width: 100%;
}

/* 2 blocchi orizzontali*/
ul.tsblocchi-orizzontali-tt {
}

ul.tsblocchi-orizzontali-tt li.tsblocco-tt {
    width: 100%;
    margin-bottom: 10px;
}

ul.tsblocchi-orizzontali-tt li.tsblocco-tt .ts-immagine-tt {
    width: 50%;
    float: left;
    padding-right: 20px;
}

/**/
/* 2 blocchi orizzontali secondo tipo*/
ul.tsblocchi-orizzontali-tt-due {
}

ul.tsblocchi-orizzontali-tt-due li.tsblocco-tt {
    width: 50%;
    margin-bottom: 10px;
}

ul.tsblocchi-orizzontali-tt-due li.tsblocco-tt {
    width: 50%;
    padding-right: 20px;
}

ul.tsblocchi-orizzontali-tt-due li.tsblocco-tt li.grandesx .dime .ts-immagine-tt img {
    width: 100%;
}

ul.tsblocchi-orizzontali-tt-due li.grandesx .dime .ts-immagine-tt {
    width: 100%;
    max-height: 270px;
    overflow: hidden;
}

ul.tsblocchi-orizzontali-tt-due li.grandesx {
    padding-right: 2px;
}

ul.tsblocchi-orizzontali-tt-due .ts-link-tt, ul.tsblocchi-orizzontali-tt-due .ts-link-tt a {
    font-size: 24px;
    line-height: 26px;
    color: #fff !important;
}

.overlay-immagine {
    position: absolute;
    bottom: 15px;
    color: #FFF;
    padding: 20px;
    width: 50%;
    padding-right: 60px;
}

.overlay-immagine .ts-date-tt, .overlay-immagine .ts-date-tt:before, .overlay-immagine .ts-link-tt a {
    color: #FFF !important;
}

li.grandesx .overing a {
    font-size: 26px !important;
}

/**/
li.tsblocco-tt {
    float: left;
    width: 50%;
    margin-bottom: 15px;
}

li.grandesx {
    padding-right: 15px;
}

li.piccolodx {
    padding-left: 15px;
}

li.grandesx .dime .ts-immagine-tt {
    width: 100%;
    max-height: 150px;
    overflow: hidden;
}

li.grandesx .dime .ts-immagine-tt img {
    width: 100%;
}

li.grandesx .dime .ts-date-tt {
    font-size: 13px;
    color: #666666;
}

li.grandesx .dime .ts-date-tt:before {
    font: normal normal normal 13px/1 FontAwesome;
    content: "\f017";
    font-size: 13px;
    padding-right: 5px;
    color: #666666;
}

li.piccolodx .dime .ts-date-tt {
    font-size: 12px;
    color: #666666;
}

li.piccolodx .dime .ts-immagine-tt img {
    width: 40%;
    float: left;
    padding: 0 10px 10px 0;
}

li.piccolodx .dime .ts-date-tt {
    font-size: 12px;
    color: #666666;
}

li.piccolodx .dime .ts-date-tt:before {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f017";
    font-size: 12px;
    padding-right: 5px;
}

li.piccolodx .ts-link-tt {
    font-size: 14px;
    line-height: 18px;
}

li.piccolodx .ts-excerpt-tt, li.piccolodx .ts-readmore-tt {
    display: none;
}

ul.grandedue-oriz li:nth-child(1n+2) {
    padding-left: 15px;
}

ul.piccolodue-verti li:first-child, ul.piccolodue-verti li:nth-child(3) {
    padding-left: 0px;
}


ul.tsblocchi-tt-tre {
    margin: 0;
    padding: 0;
}

ul.tsblocchi-tt-tre li {
    list-style-type: none;
    width: 100%;
}

ul.tsblocchi-tt-tre li.tsblocco-tt {
    float: left;
    width: 33%;
    margin-bottom: 17px;
}

ul.tsblocchi-tt-tre li.piccolodx .dime .ts-immagine-tt img {

    width: 100%;
}

ul.tsblocchi-tt-tre li.piccolodx .dime .ts-immagine-tt {
    max-height: 70px;
    overflow: hidden;
    width: 40%;
    float: left;
    margin-bottom: 10px;
}

/**/

ul.tsblocchi li .hero-titolo h2 a {
    color: #FFF;
}

.dime {
    position: relative;
}

.ts-immagine-tt {
    position: relative;
}

.ts-immagine-tt .tagcategoria {
    display: inline-block;
    background: #2579b7;
    color: #fff;
    padding: 0 6px;
    font-size: 11px;
    line-height: 1.85em;
    position: absolute;
    right: 10px;
    bottom: 10px;
    border-radius: 2px;
}

ul.tsblocchi-orizzontali-tt .ts-immagine-tt .tagcategoria {

    right: 30px;
}


.ts-immagine-tt .tagcategoria a {
    color: #FFF !important;
}

.ts-immagine-tt .tagcategoria a:hover {
    text-decoration: none;
}

.piccolodx .tagcategoria {
    display: none;
}

/*titoli principali*/

.the-global-title {
    position: relative;
    font-size: 17px;
    margin-bottom: 2px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 10px 0 !important;
}

/**/


@media (max-width: 991px) {

    /*hero*/
    ul.tsblocchi li:first-child .hero-titolo {
        position: relative;
        width: 100%;
        text-align: left;
        margin-top: 0px;
        background: #000;
    }

    ul.tsblocchi li:nth-child(1n+2) {
        position: relative;
        background: #000;
        padding: 25px;
        width: 25%;
        text-align: center;
        z-index: 2;
    }

    ul.tsblocchi li .hero-titolo h2 {
        font-size: 20px;
        color: #FFF;

    }


    ul.tsblocchi li:first-child .gradblack {
        display: none;
    }

    ul.tsblocchi li:first-child .tsblocco-immagine {
        margin-top: 0;
        height: 250px;
        background-size: cover;
        background-position: center;
    }

    /**/
    ul.tsblocchi li:first-child .hero-titolo {
        left: 0;
        padding: 20px 30px;
    }

    ul.tsblocchi li:first-child {
        margin-bottom: 5px;
    }

    ul.tsblocchi-orizzontali-tt .tagcategoria {
        display: none;
    }



}

/*inizio VECCCHIO CAROUSEL HERO*/
@media (min-width: 992px) {
    .mtv-homeuno .thumb-title a:after {
        content: "Leggi tutto";
        font-size: 10px;
        border: 1px solid #FFF;
        padding: 8px 10px;
        display: table;
        margin-top: 10px;
    }

    .centered-title-slider .thumb-overlay .container {
        top: 85%;
        text-align: left;
    }

    .full-width .centered-title-slider .thumb-title {
        max-width: 100%;
    }

    .full-width .wide-slider-with-navfor-wrapper .thumb-title {
        max-height: 4em;
        -webkit-line-clamp: 3;
        font-size: 30px;
        margin-bottom: 10px;
    }

    .centered-title-slider .thumb-title {
        max-width: 650px;
        margin: 0;
    }

    .centered-title-slider .thumb-title h2 {
        font-size: 20px;
    }
}

.wide-slider-nav-wrapper {
    display: none !important;
}

.leggithumb {
    padding: 7px 15px;
    margin: 0;
    font-weight: normal;
    font-size: 16px !important;
    display: inline-block;
    text-align: center;
    line-height: 21px;
    border: 1px solid rgba(255, 255, 255, 0.9);
    color: #FFF;
    border-radius: 2px;
    display: table !important;
}

/**/
.mg_media_wrap {
    padding: 0;
}

/*altezza da sliderhero a banner jira MTV-20*/
#tie-block_1888, #WIDELEADERBOARD {
    margin-bottom: 10px;
}

/* INIZIO header hero*/
ul.hero-container {
    margin: 0;
    padding: 0;
    width: 100%;
}

ul.hero-container li {
    list-style-type: none;
}

.hero-immagine {
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% !important;
}

ul.hero-container li:first-child {
    width: 100%;
}

ul.hero-container li:first-child .gradblack {
    z-index: 1;
    position: absolute;
    height: 500px;
    width: 100%;
    background: rgb(255, 255, 255);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.804359243697479) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(0, 0, 0, 0.804359243697479)));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.804359243697479) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#000000", GradientType=1);
}

ul.hero-container li {
    float: left;
    width: 25%;
}

ul.hero-container li:first-child {
    width: 100%
}

ul.hero-container li:first-child .hero-immagine {
    height: 500px;
}

ul.hero-container li:nth-child(1n+2) .hero-immagine {
    display: none;
}

ul.hero-container li:nth-child(1n+2) .hero-titolo {
    height: 110px;
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    margin-top: -115px;
    padding: 25px;
    width: 25%;
    text-align: left;
    z-index: 2;
}

ul.hero-container li:nth-child(1n+2) .hero-titolo h2 {
    font-size: 14px;
    color: #FFF;
}

ul.hero-container li .hero-immagine {
    height: 100px;
}

ul.hero-container li:first-child .hero-titolo {
    position: absolute;
    margin-top: -330px;
    width: 100%;
    text-align: center;
    padding-left: 10%;
    padding-right: 10%;
    z-index: 2;
}

ul.hero-container li .hero-titolo h2 {
    font-size: 40px;
    color: #FFF;
}

.hero-titolo a {
    color: #FFF !important;
    text-decoration: none;
}

.hero-titolo a:hover {
    opacity: 0.7 !important;
}

.leggitutto div {
    padding: 7px 15px;
    margin: 0;
    font-weight: normal;
    font-size: 12px;
    display: inline-block;
    text-align: center;
    line-height: 21px;
    border: 1px solid rgba(255, 255, 255, 0.9);
    color: #FFF;
    border-radius: 2px;
}

ul.hero-container li:nth-child(1n+2) .leggitutto div {
    padding: 5px 10px;
    margin-top: 10px;
    font-weight: normal;
    font-size: 10px;
    display: inline-block;
    text-align: center;
    line-height: 15px;
    border: 1px solid rgba(255, 255, 255, 0.9);
    color: #FFF;
    border-radius: 2px;
}

/* FINE header hero*/
/*topheader*/
.topbar-wrapper {
    border: 0 !important;
}

/*header*/
#logo {
    margin: 5px 0 0;
}

.stream-item-top-wrapper {
    display: none;
}

/**/
/*titoli e breadcrumbs*/
.full-width .entry-header-outer, .one-column-no-sidebar .entry-header-outer {
    text-align: left;
}

/**/
/*mtv-showroom*/
ul.showroom {
    margin: 0;
    padding: 0;
    width: 100%;
}

ul.showroom li {
    list-style-type: none;
    margin: 0;
}

ul.showroom li {
    float: left;
    width: 33%;
}

.show-container {
    padding: 10px;
    border: 1px solid #DDDDDD;
    border-radius: 5px;
    height: 130px;
    margin: 10px;
}

.show-immagine {
    float: left;
    width: 50%;
    height: 100px;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
    margin: 5px;
}

.show-container a:hover {
    opacity: 0.8;
}

.show-testo {
    float: right;
    margin-top: 5px;
    font-size: 14px;
    display: inline-block;
    width: 45%;
}

h3.show-testo a {
    color: #333;
}

.show-testo {
    min-height: 57px;
}

.show-container .leggitutto {
    padding: 5px 10px;
    margin-top: 10px;
    font-weight: normal;
    font-size: 10px;
    display: inline-block;
    text-align: center;
    line-height: 15px;
    border: 1px solid rgba(0, 0, 0, 0.9);
    color: #000;
    border-radius: 2px;
    float: right;
}

.show-container a .leggitutto {
    color: #000;
    border-color: #000;
}

/**/
/*slider gallery*/
/*.ms-thumb-list {display:none !important;}*/
.ms-info {
    background: rgba(0, 0, 0, 0.5);
    color: #FFF;
    padding: 10px;
    margin-bottom: 0px;
    font-size: 12px;
    line-height: auto;
}

#everlightbox-overlay {
    max-width: 1044px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

#everlightbox-overlay {
    background-color: rgba(0, 0, 0, 1);
}

.everlightbox-fullscreen {
    display: none !important;
}

.ms-skin-default .ms-nav-next, .ms-skin-default .ms-nav-prev {
    width: 40px;
}

.fb_iframe_widget {
    display: none !important;
}

/*
.everlightbox-social {
float:right;}

.everlightbox-cap {
float:left;
color:#FFF;}*/
.everlightbox-bottom-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.everlightbox-bottom-bar > * {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 100%;
    position: relative !important;
    top: auto !important;
    bottom: auto !important;
    left: auto !important;
    right: auto !important;
    margin: 0 !important;
}

#everlightbox-slider .slide .everlightbox-social {
    text-align: right;
    margin-right: 10px;
}

.everlightbox-caption {
    text-align: left;
    margin-left: 10px;
}

/**/
/*gallerysimone*/
.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    max-width: 1044px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 0;
}

.mfp-bg {
    padding: 0;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #000;
    opacity: 1;
    max-width: 1044px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
    max-width: 1044px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.entry ol, .entry ul, .comment-content ol, .comment-content ul {
    margin-bottom: 20px;
    padding-left: 0 !important;
    margin-left: 0 !important;
}

.mfp-figure figure {
    margin: 0px;
    max-width: 100%;
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 80px 0;
    margin: 0 auto;
    background: #000;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
    top: 32px;
    right: -34px;
}

.mfp-content {
    max-width: 800px !important;
    background: #000;
}

a.mfp-close-btn-in {
    pointer-events: none;
    cursor: default;
}

.mfp-arrow-right:before, .mfp-arrow-right:after, .mfp-arrow-left:before, .mfp-arrow-left:after {
    display: none;
}

/*
.mfp-arrow-right:after {
border:0;
   font-family: FontAwesome;
    font-weight: 400;
    content: "\f054" !important;
    color:#FFF;
 font-size:20px;

}*/
button.mfp-arrow-right {
    height: 100px;
    width: 100px;
    background: url(/wp-content/plugins/wc-gallery/includes/vendors/flexslider/images/slide-arrow-right.png) no-repeat;
    background-size: cover;
}

button.mfp-arrow-left {
    height: 100px;
    width: 100px;
    background: url(/wp-content/plugins/wc-gallery/includes/vendors/flexslider/images/slide-arrow-left.png) no-repeat;
    background-size: cover;
}

/*finegallerysimone*/
/*menu*/
.main-nav {
    border-color: #DDDDDD;
}

.main-menu .menu > li.tie-current-menu, .main-menu .menu > li > .menu-sub-content {
    border-bottom-color: #163c59 !important;
}

.main-menu .menu > li.tie-current-menu > a:after {
    display: none;
}

#tie-wrapper #theme-header, #tie-container #tie-wrapper {
    background-color: #FFFFFF !important;
}

/*ticker*/
.dark-skin .mag-box .breaking, .dark-skin .mag-box .ticker-content, .dark-skin .mag-box .ticker-swipe, .box-dark-skin .breaking, .box-dark-skin .ticker-content, .box-dark-skin .ticker-swipe {
    background-color: #2579b7 !important;
}

.mag-box .breaking-news-outer.magazine2 .has-background .slider-area, .magazine2 .mag-box.breaking-news-outer {
    margin-bottom: 0 !important;
}

/**/
/*slider*/
.titolo-slide a {
    color: #FFF;
}

.tie-slider-nav li span {
    display: none;
}

.breaking-title:before {
    background-color: #163c59;
}

.breaking-news-outer {
    border-radius: 0;
    height: 39px;
}

.mag-box .breaking-title {
    line-height: 39px;
    margin-top: -1px;
}

.mtv-home > .section-item {
    padding: 0;
}

.entry .nopad-tt ul.tsblocchi {
    margin: 0;
}
div#wpv-view-layout-152437-TCPID152449 ul.tsblocchi {
    padding: 0 0 25px;
}
div#wpv-view-layout-152437-TCPID152449 ul.tsblocchi:after{display:block;content:'';clear:both}
/*****mediaport******/
@media (min-width: 992px) {


    .top-nav .tie-alignright {
        padding-right: 5px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        margin: 10px 0 0;
    }

    body.page-id-152449 #content {
        padding-top: 0;
        margin-top: 0;
    }


    .main-menu .menu > li > .menu-sub-content {
        border-top: 5px solid #2579b7 !important;
        background: #163c59 !important;
        color: #FFF;
    }

    .main-menu .menu > li > .menu-sub-content a {
        color: #FFF;
    }

    .main-menu .menu > li > .menu-sub-content a:hover {
        color: rgba(255, 255, 255, 0.6) !important;
    }

    #main-nav {
        line-height: 40px;
        margin: 0 20px
    }

    #main-nav.fixed-nav {
        margin: 0
    }

    .main-nav-light .main-nav.fixed-nav {
        background: #2579b7;
        color: #FFF;
    }

    .theme-header .fixed-nav:not(.just-before-sticky) {
        line-height: 42px;
    }

    .fixed-nav .main-menu .menu > li > a {
        padding: 0 7px;
    }

    .fixed-nav .menu-item-object-category a, .fixed-nav .menu-item-object-page a {
        color: #FFF !important;
    }

    .fixed-nav .menu-item-object-category > a:before, .fixed-nav .menu-item-object-page > a:before {
        color: #FFF !important;
    }

    .fixed-nav .components li a {
        color: #FFF !important;
    }

    .fixed-nav .container {
        padding: 0;
        margin: 0;
    }

    .fixed-nav #menu-components-wrap {
        width: 1040px;
        max-width: 100%;
    }

    /** varie fix header **/
    .top-menu.header-menu {
        margin: 0 0 0 -20px;
    }

    .tie-search-trigger span.fa.fa-search {
        font-size: 20px;
        color: #4889C1;
    }

    .fixed-nav .tie-search-trigger span.fa.fa-search {
        color: #fff;
    }

    .main-menu .header-menu > ul > li > a {
        font-size: 14px !important;
    }

    .main-nav-boxed.main-nav-light .main-menu-wrapper {
        border-width: 1px;
        background-color: #ffffff;
        border-left: 0px;
        border-right: 0px;
    }


}

@media (min-width: 1200px) {
    .fixed-nav .menu > .menu-item-has-children:not(.is-icon-only) > a {
        padding-right: 25px !important;
    }
}

/********/
/*menu mobile*/
aside.dark-skin {
    background: #2579b7 !important;
}

body.vc_responsive .menu-sub-content {
    background: #163c59;
}

body.vc_responsive #mobile-menu .mobile-arrows.is-open {
    width: 100%;
    background: #163c59;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    transform: scaleY(-1);
    display: block;
    text-align: right;
    padding-right: 10px;
    z-index: -1;
    -webkit-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
}

body.vc_responsive li.menu-item-object-category > :first-child {
    margin-left: 0px;
}

#tie-wrapper {
    border-top: 6px solid #3B83C2;
}

/*social top menu*/
.topbar-wrapper ul.components:before {
    content: 'Seguici con';
    color: #666;
    font-size: 13px;
    font-family: 'Arimo';
}

.social-icons-item {
    color: #666;
}

header #top-nav .components > li .social-link:not(:hover) span {
    color: #666;
    font-size: 16px;
}

header #top-nav .components > li > a {
    width: 25px
}

.topbar-wrapper ul.components {
    margin: 0;
}

.top-menu.header-menu {
    margin: 0 0 0 -20px;
}

@media (max-width: 1199px) {
    .top-menu.header-menu {
        margin: 0 0 0 -7px;
    }

    .topbar-wrapper ul.components {
        margin: 10px 0 0;
    }
}

/**/
.menu-item-has-children > a:before {
    font-family: FontAwesome;
    font-weight: 400;
    content: "\f078" !important;
    position: absolute;
    right: 19px;
    margin-top: 0;
    top: 0%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border: 0;
    border-top: 0;
    font-size: 10px;
    color: #2579b7;
    -webkit-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
}

li.tie-current-menu > a:before {
    color: #FFF !important;
}

/*footer*/
.footer-widget-area:first-child:not(.footer-boxed-widget-area) {
    padding-top: 20px !important;
}

.footerindirizzi {
    text-align: right;
}

/*fix adv alto*/
#skinadvtop2 img {
    max-height: 100%;
}

h1.payoff {
    font-size: 16px;
    color: #333;
    text-align: center;
    font-weight: normal;
    margin: 2px auto 28px;
}

/*sidebar*/
#posts-list-widget-2 .post-meta {
    display: none;
}

/*slider video*/
.ms-tab-context {
    font-size: 12px;
}

.ms-tabs.ms-has-thumb .ms-tab-context {
    padding: 10px;
    line-height: 15px;
}

#tie-block_968 {
    margin-bottom: 0;
}

/*widget*/
.the-global-title h4 > .widget-title-icon {
    display: none !important;
}

.search-mobile {
    position: absolute;
    right: -30px
}

/*advmobile noscosto in desktop*/
.MBOX1, .MBOX2, .BACHECA {
    visibility: hidden;
}

.WIDELEADERBOARD {
    visibility: visible;
}

.edidomus-login {
    margin-left: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.tie-alignright {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.edidomus-login a.button {
    color: #fff !important;
    line-height: 1em;
}

/*********************MOBILE**************/
@media (max-width: 991px) {


    .mtv-homeuno .thumb-title a:after {
        content: "Leggi tutto";
        font-size: 10px;
        border: 1px solid #FFF;
        padding: 8px 10px;
        display: table;
        margin-top: 15px;
    }

    .mtv-homeuno .centered-title-slider .thumb-overlay .container {
        top: 94%;
        text-align: left;
    }

    .mtv-homeuno.full-width .centered-title-slider .thumb-title {
        max-width: 100%;
    }

    .mtv-homeuno.full-width .wide-slider-with-navfor-wrapper .thumb-title {
        max-height: 4em;
        -webkit-line-clamp: 3;
        font-size: 30px;
        margin-bottom: 10px;
    }

    .mtv-homeuno.centered-title-slider .thumb-title {
        max-width: 650px;
        margin: 0;
    }

    .mtv-homeuno.centered-title-slider .thumb-title h2 {
        font-size: 20px;
    }

    .mtv-homeuno .slick-slide {
        height: 390px !important;
        background-size: 100% !important;
    }

    .mtv-homeuno .slick-track {
        opacity: 1;
        width: 400px;
        -webkit-transform: translate3d(0px, 0px, 0px);
        transform: translate3d(0px, 0px, 0px);
        background: #333;
    }

    /*	.thumb-overlay .thumb-title a {
          color:#000 !important;
      }*/
    .mtv-homeuno .wide-slider-wrapper .thumb-overlay .container {
    }

    .mtv-homeuno .wide-slider-wrapper .thumb-overlay {
        padding: 40px 10px !important;
    }

    /*advmobile*/
    .MBOX1, .MBOX2, .BACHECA {
        visibility: visible;
    }

    .WIDELEADERBOARD {
        visibility: hidden;
    }

    .search-mobile {
        position: absolute;
        right: 54px;
        font-size: 20px;
        top: 11px;
    }

    .search-mobile a {
        color: #2579b7 !important;
    }

    .theme-header .fixed-nav:not(.just-before-sticky) {
        line-height: 20px !important;
    }

    /*burger menu*/
    .side-aside a.remove {
        top: 15px;
        left: auto;
        right: 12px;
    }

    a.remove:hover:before {
        color: #DDDDDD;
    }

    .mobile-arrows {
        color: #ffffff;
        border: 1px solid #ffffff10;
        padding: 10px !important;
        margin-top: 5px;
    }

    /*fine burger menu*/
    .payoff {
        display: none;
    }

    #tie-wrapper {
        border: none;
    }

    .logo-container {
        border-bottom: 3px solid #3B83C2;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    #mobile-menu-icon, .search-mobile {
        position: relative;
        top: auto;
        right: auto;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        margin: 0 0 0 10px;
    }
    .search-mobile {margin: 0 0 0 auto}
    .edidomus-login {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin: 0 0 0 auto;
    }

    #theme-header.mobile-header-centered #logo {
        text-align: left !important;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    #mobile-menu-icon .nav-icon, #mobile-menu-icon .nav-icon:before, #mobile-menu-icon .nav-icon:after {
        background-color: #3B83C2;
    }

    #mobile-menu li a {
        padding-left: 15px;
    }

    /* INIZIO header hero*/
    ul.hero-container {
        margin: 0;
        padding: 0;
        width: 100%;
    }

    ul.hero-container li {
        list-style-type: none;
    }

    .hero-immagine {
        width: 100%;
        background-repeat: no-repeat;
        background-position: top center;
        background-size: 100%;
    }

    ul.hero-container li:first-child {
        width: 100%;
    }

    ul.hero-container li:first-child .gradblack {
        z-index: 1;
        position: absolute;
        height: 250px;
        width: 100%;
        background: rgb(255, 255, 255);
        background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.804359243697479) 100%);
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(0, 0, 0, 0.804359243697479)));
        background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.804359243697479) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#000000", GradientType=1);
    }

    ul.hero-container li {
        display: block;
        width: 100%;
    }

    ul.hero-container li:first-child .hero-immagine {
        height: 250px;
    }

    ul.hero-container li:nth-child(1n+2) .hero-immagine {
        display: none;
    }

    ul.hero-container li:first-child .hero-titolo {
        top: 60px;
        position: absolute;
        margin-top: 0;
        width: 100%;
        text-align: center;
        padding-left: 10%;
        padding-right: 10%;
        z-index: 2;
    }

    ul.hero-container li:nth-child(1n+2) .hero-titolo h2 a {
        font-size: 14px;
        color: #000 !important;
    }

    ul.hero-container li:nth-child(1n+2) .hero-titolo {
        height: 110px;
        position: absolute;
        margin-top: 0px;
        width: 100%;
        z-index: 2;
        text-align: left;
        background: none !important;
    }

    ul.hero-container li:nth-child(1n+2) .hero-singola {
        width: 100%;
        height: 90px;
        border-bottom: 1px solid #000;
        padding: 0;
        margin: 0;
    }

    ul.hero-container li .hero-immagine {
        height: 90px;
    }

    ul.hero-container li:first-child .hero-titolo {
        top: 60px;
        position: absolute;
        margin-top: 0;
        width: 100%;
        text-align: center;
        padding-left: 10%;
        padding-right: 10%;
        z-index: 2;
    }

    ul.hero-container li:nth-child(1n+2) .hero-titolo .leggitutto div {
        color: #000;
        border-color: #000;
        float: right !important;
    }

    ul.hero-container li:nth-child(1n+2) .hero-titolo h2 {
        float: left;
        width: 70%;
    }

    ul.hero-container li .hero-titolo h2 {
        font-size: 30px;
        color: #FFF;
    }

    .clickhero {
        color: #FFF !important;
    }

    .clickhero:hover {
        opacity: 0.7;
    }

    /* FINE header hero*/
    /*mtv-showroom mobile*/
    ul.showroom {
        margin: 0;
        padding: 0;
        width: 100%;
    }

    ul.showroom li {
        list-style-type: none;
        margin: 0;
    }

    ul.showroom li {
        float: left;
        width: 100%;
    }

    .show-container {
        padding: 10px;
        border: 1px solid #DDDDDD;
        border-radius: 5px;
        height: 130px;
        margin: 10px;
    }

    .show-immagine {
        float: left;
        width: 50%;
        height: 100px;
        background-repeat: no-repeat;
        background-position: top center;
        background-size: 100%;
        margin: 5px;
    }

    .show-container a:hover {
        opacity: 0.8;
    }

    .show-testo {
        float: right;
        margin-top: 5px;
        font-size: 14px;
        display: inline-block;
        width: 45%;
    }

    h3.show-testo a {
        color: #333;
    }

    /**/
    /*footer mobile*/
    .footer-widget-area {
        text-align: center;
    }

    .footerindirizzi {
        text-align: center;
    }
}

/*****************FINE MOBILE*********************/
/*vecchia media grid
  .widgetvideo {
    background: #333;
    padding: 15px;
    border-radius: 3px;
  }
  .widgetvideo h2 {
    color: #FFF;
    padding-left: 0px;
    padding-top: 4px;
    border-bottom: 1px solid #fff;
    padding-bottom: 5px;
    margin-bottom: 5px;
    margin-left: 0px;
    margin-right: 0px;
    text-transform: uppercase;
    font-size: 21px;
  }

  .video_dettaglio {
    margin: 10px;
  }
  .wid-2 {
    padding: 15px;

    background: #FFFFFF25;
    border-radius: 3px;
    margin-top: 20px;
  }
  .wid-2 .titolosotto {
    font-size: 14px;
    margin-top: 5px;
  }
  .widgetvideo h3 {
    color: #FFF;
    padding-top: 4px;
    border-bottom: 1px solid #fff;
    padding-bottom: 5px;
    margin-bottom: 5px;
    margin-right: 0px;
    text-transform: uppercase;
    font-size: 18px;
  }
  .widgetvideo .titolosotto {
    color: #FFF;
  }
  .guardatutto {
    background: #FFF;
    padding: 5px 7px;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    border-radius: 3px;
  }
  .guardatutto a {
    color: #333;
  }

  .mgis_h_1_3 .titolosotto {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: #FFF;
    font-size: 20px !important;
    font-weight: 700;
    padding: 10px;
  }
  .mgis_h_1_3 .mgi_overlays {
    content: "";
    position: absolute;
    z-index: 9999;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    transition: opacity 0.2s;
    background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.75));
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .mgis_h_1_3 .top_category, .mgis_h_1_3 div.mgi_overlays:after, .mg_inl_video .top_category {
    display: none;
  }
  .top_category {
    color: #FFF;
    top: 11px;
    position: absolute;
    z-index: 9999;
    background: #2579b7;
    padding: 1px 10px;
    left: 10px;
    border-radius: 3px;
    font-size: 11px;
  }
  div.mgi_overlays:after {
    content: " ";
    position: absolute;
    bottom: 10px;
    right: 0;
    height: 30px;
    width: 80px;

    background: url(/wp-content/uploads/2019/12/play-bottone3.png) no-repeat;
    background-size: 70px;
  }

  .mg_box_inner {
    border: 0px !important;
  }
  a.mg_box_inner {
    border-style: none !important;
    padding: 0px !important;
    background: transparent !important;
    border: 0px !important;
  }
  .mg_items_container:before {
    box-shadow: none;
  }
  a.mg_box_inner:hover {
    opacity: 0.7 !important;
  }
  .mgi_ol_tit_wrap {
    opacity: 1 !important;
  }
  .titolosotto {
    font-size: 12px;
    line-height: 1.4;
    margin-bottom: 5px;
    font-weight: 600;
    padding: 0 6px;
  }
  .mg_inl_video .titolosotto {
    position: absolute;
    bottom: -30px;
    left: 0;
    color: #FFF !important;
    font-size: 16px !important;
    font-weight: 700;
    padding: 0;
    z-index: 99999999999999999;
  }
  .mg_items_container {
    min-height: 190px !important;
  }
  .mg_inl_video {}

  .single-caption-text span {
    padding-right: 5px;
  }
  #tie-block_2806 {
    margin-bottom: 0px !important;
  }

*/
/*modifica media grid*/
.widgetvideo {
    background: #333;
    padding: 15px;
    border-radius: 3px;
}

.widgetvideo h2 {
    color: #FFF;
    padding-left: 0px;
    padding-top: 4px;
    border-bottom: 1px solid #fff;
    padding-bottom: 5px;
    margin-bottom: 5px;
    margin-left: 0px;
    margin-right: 0px;
    text-transform: uppercase;
    font-size: 21px;
}

/*.widgetvideo h2:before {
	   font-family: FontAwesome;
    font-weight: 400;
    content: "\f03d" !important;
    color:#FFF;
 font-size:20px;
}*/
.video_dettaglio {
    margin: 10px;
}

.wid-2 {
    padding: 15px;
    /* border: 1px solid #FFFFFF30;*/
    background: #FFFFFF25;
    border-radius: 3px;
    margin-top: 20px;
}

.wid-2 .titolosotto {
    font-size: 14px;
    margin-top: 5px;
}

.widgetvideo h3 {
    color: #FFF;
    padding-top: 4px;
    border-bottom: 1px solid #fff;
    padding-bottom: 5px;
    margin-bottom: 5px;
    margin-right: 0px;
    text-transform: uppercase;
    font-size: 18px;
}

.widgetvideo .titolosotto {
    color: #FFF;
}

.guardatutto {
    background: #FFF;
    padding: 5px 7px;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    border-radius: 3px;
}

.guardatutto a {
    color: #333;
}

/*3BLOCCHI*/
.mgis_h_1_3 .titolosotto {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: #FFF;
    font-size: 20px !important;
    font-weight: 700;
    padding: 10px;
}

.mgis_h_1_3 .mgi_overlays {
    content: "";
    position: absolute;
    z-index: 9999;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    -webkit-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
    background-image: -o-linear-gradient(top, transparent, rgba(0, 0, 0, 0.75));
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.75)));
    background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.75));
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.mgis_h_1_3 .top_category, .mgis_h_1_3 div.mgi_overlays:after, .mg_inl_video .top_category {
    display: none;
}

.top_category {
    color: #FFF;
    top: 11px;
    position: absolute;
    z-index: 9999;
    background: #2579b7;
    padding: 1px 10px;
    left: 10px;
    border-radius: 3px;
    font-size: 11px;
}

div.mgi_overlays:after {
    content: " ";
    position: absolute;
    bottom: 10px;
    right: 0;
    height: 30px;
    width: 80px;
    /* background: #000; */
    background: url(/wp-content/uploads/2019/12/play-bottone3.png) no-repeat;
    background-size: 70px;
}

/**/
/*WIDGET VERTICALE*/
.mg_box_inner {
    border: 0px !important;
}

a.mg_box_inner {
    border-style: none !important;
    padding: 0px !important;
    background: transparent !important;
    border: 0px !important;
}

.mg_items_container:before {
    -webkit-box-shadow: none;
    box-shadow: none;
}

a.mg_box_inner:hover {
    opacity: 0.7 !important;
}

.mgi_ol_tit_wrap {
    opacity: 1 !important;
}

.titolosotto {
    font-size: 12px;
    line-height: 1.4;
    margin-bottom: 5px;
    font-weight: 600;
    padding: 0 6px;
}

.mg_inl_video .titolosotto {
    position: absolute;
    bottom: -30px;
    left: 0;
    color: #FFF !important;
    font-size: 16px !important;
    font-weight: 700;
    padding: 0;
    z-index: 99999999999999999;
}

.mg_items_container {
    min-height: 190px !important;
}

.mg_inl_video {
}

/**/
.single-caption-text span {
    padding-right: 5px;
}

#tie-block_2806 {
    margin-bottom: 0px !important;
}


.news-sponsorizzate h2 {
    line-height: 20px;
    font-size: 17px;
    color: #2579b7;
}

.sticky-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 40px -15px;
}

.sticky-el {
    max-width: 33.3333%;
    -webkit-box-flex: 0;
    -ms-flex: 0 33.3333%;
    flex: 0 33.3333%;
    padding: 0 15px;
    position: relative;
}

.sticky-image {
    position: relative;
    display: block;
    height: 270px;
    overflow: hidden;
}

.sticky-image img {
    width: auto;
    position: absolute;
    height: 100%;
    max-width: none;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
}

.gradblack {
    background: rgb(255, 255, 255);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.804359243697479) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(0, 0, 0, 0.804359243697479)));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.804359243697479) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#000000", GradientType=1);
    position: absolute;
    z-index: 8;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.sticky-el h2 {
    padding: 20px;
    position: absolute;
    z-index: 9;
    bottom: 0;
    left: 0;
    color: #fff;
    font-size: 20px;
    margin: 0;
}


.tsblocco-singolo {
    position: relative;
    z-index: 9;
}

@media (max-width: 991px) {
    .sticky-el {
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        padding: 0;
        margin: 0 0 30px;
    }

    .sticky-el:last-child {
        margin: 0;
    }

    .sticky-image img {
        width: 100%;
        height: auto;
        position: relative;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        left: auto;
        top: auto;
    }

    .sticky-image {
        height: auto;
    }
}

.nopad-tt #MBOX1 {
    margin: 30px 0 0;
}

@media (max-width: 991px) {

    .sticky-wrap {
        margin-top: 0
    }

    .container.nopad-tt {
        width: 100vw !important;
    }

    .page-id-152449 .container {
        max-width: 100%;
    }

    .sticky-wrap {
        margin-left: 0;
        margin-right: 0;
    }

    div#wpv-view-layout-151321-TCPID152449 {
        margin-bottom: 30px;
    }

    div#wpv-view-layout-151321-TCPID152449 .tsblocco {
        float: none;
    }

    .show-container {
        margin: 10px 0;
    }

    div#wpv-view-layout-151325 > ul {
        margin: 0;
    }

    ul.tsblocchi-orizzontali-tt-due li.grandesx .dime .ts-immagine-tt {
        height: 100%;
    }

    ul.tsblocchi-orizzontali-tt-due li.grandesx .dime .ts-immagine-tt img {
        height: 100%;
        max-width: none;
        width: auto;
    }

    li.grandesx .ts-link-tt {
        min-height: 0
    }
}

.page-id-152449 div#MBOX2 {
    margin: 0 auto 30px;
}

.page-id-152449 div#HALFPAGE2 {
    margin: 0 auto 30px;
}

ul.tsblocchi-tt.piccolodue-verti:before {
    content: '';
    display: block;
    clear: both;
}


.js-wpv-view-layout .hero-titolo    {
    margin: 0;
    bottom: 50px;
    text-align: left;
    padding-left: 50px;
    padding-right: 50px;
}

@media (min-width: 992px) {
    .tsblocco-singolo {
        display: block;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
    }
}


/*menu sticky che rimane centrato anche in fondo*/

.fixed-bottom {
    right: unset;
    left: unset;
}

html blockquote:after, html blockquote:before, html blockquote cite {
    color: #999
}

html blockquote:after {
    float: right;
    margin-top: 10px
}

.edlmobile {
    display: none
}

@media (max-width: 991px) {
    .edlmobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .edidomus-login.edlmobile a.button, .edidomus-login.edlmobile a.button svg {
        background: none !important;
        color: #2579b7 !important;
        padding: 0 !important;
    }

    .edidomus-login.edlmobile a.button svg {
        width: 16px;
    }

    .edidomus-login.edlmobile span {
        padding: 0 5px 0 0;
        line-height: 1;
    }
}

.edidomus-login span {
    color: #666;
    padding: 0 10px;
}


@media (max-width: 991px) {
    #wpv-view-layout-152442-TCPID152449 .hero-titolo, #wpv-view-layout-152437-TCPID152449 .hero-titolo {
        bottom: 0;
    }

    .js-wpv-view-layout-152439 ul.tsblocchi {
        padding-bottom: 50px;
    }

    ul.tsblocchi li {
        float: none;
    }

    #wpv-view-layout-152442-TCPID152449 .ts-blocchi, #wpv-view-layout-152437-TCPID152449 .ts-blocchi {
        padding-bottom: 40px;
    }
}
@media (max-width:639px){

    ul.tsblocchi-orizzontali-tt-due li.tsblocco-tt {
        width: 100%;
        padding-right: 0;
    }

    .overlay-immagine {
        position: relative;
        color: #333;
        padding: 20px;
        width: 100%;
        padding-right: 0;
    }

    .overlay-immagine .ts-date-tt, .overlay-immagine .ts-date-tt:before, .overlay-immagine .ts-link-tt a {
        color: #333 !important;
    }

    ul.tsblocchi-orizzontali-tt .ts-excerpt-tt {
        display: none;
    }

    ul.tsblocchi li:nth-child(1n+2) {
        display: relative;
        margin-top: 0;
        width: 100%;
    }

    ul.tsblocchi-tt {
        display: inline-block;
    }

    ul.tsblocchi-tt li:nth-child(1n+2) {
        display: relative;
        margin-top: 0;
        width: 100%;
    }

    li.tsblocco-tt {
        float: none;
        width: 100%;
    }

    li.grandesx {
        padding-right: 0px;
        clear: both;
    }

    li.piccolodx {
        padding-left: 0px;
        clear: both;
    }

    ul.grandedue-oriz li:nth-child(1n+2) {
        padding-left: 0px;
    }

    .tsblocchi-orizzontali-tt-due .overlay-immagine {
        padding-left: 0;
        padding-bottom: 0;
        position: absolute;
        color: #fff;
        bottom: 0;
        padding: 0 20px 20px;
    }

    .tsblocchi-orizzontali-tt-due .overlay-immagine *, .tsblocchi-orizzontali-tt-due .overlay-immagine *:before {
        color: #fff !important
    }

    .tsblocchi-orizzontali-tt-due .gradblackdue {
    }

    .entry ul.tsblocchi-orizzontali-tt-due {
        margin-bottom: 0;
        display: block;
    }

    ul.tsblocchi-tt-tre li.tsblocco-tt {
        float: left;
        width: 100%;
        margin-bottom: 17px;
    }

    ul.tsblocchi-orizzontali-tt li.tsblocco-tt .ts-immagine-tt {

        margin-bottom: 20px !important;
    }
}
.outbrain {
    padding: 0 20px;
}

.mg_inl_video .titolosotto {
    bottom: -80px;
    line-height: 1.1em;
    padding-bottom: 15px;
}
    