/* css per gli speciali di giallozafferano */
@import url('https://fonts.googleapis.com/css?family=Cookie|Roboto+Slab');

.testatina2018 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    position: relative;
    margin: 10px 0 5px 0;
    padding-bottom: 20px;
    background: url('https://www.giallozafferano.it/style/images/bg-h3-sez.png') 0 bottom repeat-x;
}
.testatina2018:before,
.testatina2018 .testatina2018-title:before,
.testatina2018 .testatina2018-title:after {
    content: " ";
    position: absolute;
    top: 20px;
    left: 0;
    width: 11px;
    height: 2px;
    background: #ff9613;
    transform: rotate(45deg);
}
.testatina2018:before {
    transform: rotate(0);
    left: 3px;
    top: 17px;
    width: 17px;
}
.testatina2018 .testatina2018-title:before {
    top: 14px;
    left: 0;
    transform: rotate(-45deg);
}
.testatina2018 .LinkBackSpecial {
    text-decoration: none;
    display: flex;
    flex-direction: row;
}
.testatina2018 .LinkBackSpecial span {
    font: 300 26px/36px 'Cookie';
    color: #a295b5;
    padding: 1px 20px 0 40px;
}
.testatina2018 .linkTopListHome {
    font: 700 18px/36px 'Roboto Slab';
    color: #6b5699;
		margin: 0;
}
.testatina2018-pic img { max-height: 35px; float: left; }

@media only screen and (max-width: 800px){
    .testatina2018 {
        margin: 10px 5px 5px 5px;
    }
    .testatina2018 .LinkBackSpecial span {
        font: 300 18px/18px 'Cookie';
        padding: 0 30px;
        margin-bottom: 2px;
    }
    .testatina2018 .LinkBackSpecial {
        flex-direction: column;
    }
    .testatina2018 .linkTopListHome {
        font: 700 16px/18px 'Roboto Slab';
        padding: 0 10px 10px 30px;
    }
}
