.single-advertorial .site-content.container {
    max-width: 100%;
    width: 100%;
    margin-top: 0 !important;
}

.single-advertorial .entry-header-outer #breadcrumb {
    display: none
}

.advertorial-mobile {
    display: none;
}

.advertorial-hero img {
    display: block;
    width: 100%;
}

@media (max-width: 500px) {
    .advertorial-desktop {
        display: none
    }

    .advertorial-mobile {
        display: block;
    }
}

.single-advertorial article {
    padding: 30px !important;
}

/** ADVERTORIAL SHORTCODE WIDGET **/
.products-widget {
    background-color: #eee;
    padding: 20px;
    display: block;
    margin: 0 0 50px;
}

.products-widget h2 {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.6;
    color:#2579b7;
    margin: 0;
    margin-bottom: 10px
}

.products-widget .filetto {
    display: block;
    height: 5px;
    border-top: 3px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin: 0;
    padding: 0;
}

.products-widget .box-sponsorizzato {
    border-bottom: 1px solid #ccc;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 20px 0
}

.products-widget a .box-sponsorizzato .img-box {
    max-width: 130px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 140px;
    flex: 0 0 140px;
    padding-right: 10px;
    position: relative;
}

.products-widget a .box-sponsorizzato .img-box img {
    display: block
}
.img-box img.play {
    position: absolute;
    width: 70px;
    bottom: 10px;
}
.products-widget .txt-box {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #333;
    font-size: 14px;
    line-height: 18px !important;
    min-height: 80px
}

.products-widget .txt-box .txt-small {
    font-size: 10px;
    text-transform: uppercase;
    line-height: 1em;
    padding-bottom: 5px;
}

.products-widget .tit-box-sponsor {
    color: #333;
    font-size: 16px;
    line-height: 18px !important;
    font-weight: 700;
    padding-bottom: 10px
}

/** ADVERTORIAL CONTENT **/

.advertorial-intro p {
    margin: 0 0 30px;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.5em;
}


.single-advertorial .entry-content a.cta {
    background: #007cc3;
    color: #fff;
    font-size: 26px;
    font-weight: 800;
    line-height: 1;
    height: 70px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none;
    -webkit-transition: 0.25s ease-out all;
    -o-transition: 0.25s ease-out all;
    transition: 0.25s ease-out all;
    border: 3px solid #007cc3;
    text-align: center;
}

.single-advertorial .entry-content a.cta:hover {
    border: 3px solid #007cc3;
    color: #007cc3;
    background: #fff;
}

@media (min-width: 601px) {

    .single-advertorial #more {
        display: none
    }
}

@media (max-width: 600px) {

    .single-advertorial .entry-content {
        padding: 0;
        display: none
    }

    .single-advertorial .entry-content a.cta {
        font-size: 22px;
        line-height: 1.25em
    }
}
.cta a {
    font-size: 15px;
    font-weight: bold;
    text-decoration: underline;
    text-align: center;
    display: block;
    margin: 20px auto 0;
}