html {
    overflow-x: hidden;
}
html body { padding: 0;
    margin: 0;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
    font-family: Georgia, serif;
    font-weight: 600;
}
body .entry-content {
    content-visibility: visible;
}
em {
    font-family: Georgia, serif;
}
body .main-navigation .menu-bar-items,
body .main-navigation .menu-toggle,
body .main-navigation a {
    font-family: "Satoshi-Medium";
}
.d-none {
    display: none !important;
}
.home .site-content .content-area {
    padding: 0;
}
.main-navigation .menu-bar-items,
.main-navigation .menu-toggle,
.main-navigation a {
    font-family: "satoshi-medium";
}
div#content {
    flex-direction: column;
}
#crumbs,
.comments-area {
    display: none;
}
.offside-js--init {
    overflow: hidden;
}
.go-post_single .go-post_single-link {
    padding-top: 65%;
    position: relative;
    display: flex;
    overflow: hidden;
}
.go-post_single img {
    position: absolute;
    left: 50%;
    top: 0;
    max-width: unset !important;
    height: 100% !important;
    width: auto;
    transform: translateX(-50%);
}
.go-post_single a {
    text-decoration: unset;
}
.go-post_single h3 {
    font-size: 15px;
    margin-bottom: 7px;
    line-height: 1.17em;
}
.go-post_single label a {
    font-family: Garamond, serif;
    color: #000;
    text-transform: uppercase;
    font-size: 14px;
    border-bottom: 1px solid #ddd;
    display: block;
    margin-bottom: 10px;
    margin-top: 10px;
}
.go-post_single span {
    font-size: 16px;
}
body {
    max-width: 100%;
    overflow-x: hidden;
}
.home section {
    margin-top: 100px;
    margin-bottom: 100px;
    position: relative;
}
.home h2 {
    font-size: 40px;
    border-bottom: 1px solid #ddd;
    padding: 5px 0 10px;
    margin-bottom: 30px;
    color: #2d2d2d;
    letter-spacing: -2px;
    line-height: 1.2;
}
.home_open .go-post_single:nth-child(1) {
    max-width: 56%;
    padding: 0 75px;
    left: 50%;
    transform: translateX(-50%);
    position: relative;
    text-align: center;
}
.home_open .go-post_single:nth-child(1) h3 {
    font-size: 33px;
}
.home_open .go-post_single {
    display: inline-block;
    max-width: 22%;
    width: 100%;
    position: absolute;
    top: 0;
}
.home_open {
    position: relative;
    min-height: 65vh;
}
.home_open .go-post_single:nth-child(4),
.home_open .go-post_single:nth-child(5) {
    right: 0;
}
.home_open .go-post_single:nth-child(2),
.home_open .go-post_single:nth-child(3) {
    left: 0;
}
.home_open .go-post_single:nth-child(3),
.home_open .go-post_single:nth-child(5) {
    transform: translateY(calc(100% + 25px));
}
.home_open .go-post_single .go-post_single-link {
    padding-top: 55%;
}
.home_open .go-post_single:nth-child(1) .go-post_single-link {
    padding-top: 85%;
}
#poesia .go-post_single .go-post_single-link {
}
.home #poesia .go-post_single label {
}
section.gray-bg {
    padding: 45px 0;
}
section.gray-bg:before {
    content: "";
    background: aliceblue;
    width: 200%;
    left: 50%;
    height: 100%;
    top: 0;
    position: absolute;
    transform: translateX(-50%);
    z-index: -1;
}
.home .gray-bg h2 {
    position: relative;
    z-index: 1;
}
.home .gray-bg h3 {
    position: relative;
    z-index: 1;
}
.home .gray-bg label {
    position: relative;
    z-index: 1;
}
.home .gray-bg span {
    position: relative;
    z-index: 1;
}
.owl_overflow-right:after {
    content: "";
    position: absolute;
    right: 100%;
    top: 0;
    background: #fff;
    width: 100%;
    height: 100%;
}
section.gray-bg .owl-carousel .owl-nav {
    padding-bottom: 0;
    padding-left: 0;
    z-index: 9;
}
.half-desk {
    max-width: 50%;
    flex-basis: 50%;
}
.double {
    display: flex;
}
.home_1-2 .go-post_single .go-post_single-link {
    padding-top: 55%;
}
.home_1-2 .go-post_single:nth-child(n + 2) .go-post_single-link {
    padding-top: 30%;
    max-width: 50%;
}
.home_1-2 .go-post_single:nth-child(n + 2) > div {
    max-width: 45%;
    float: right;
    transform: translateY(-100%);
}
.home_1-2 .go-post_single:nth-child(n + 2) {
    margin-top: 45px;
}
.home_1-2 .go-post_single:nth-child(1) h3 {
    font-size: 30px;
}
.home_1-2 .go-post_single:nth-child(1) {
    text-align: center;
}
.double .half-desk:nth-child(1):after {
    width: 1px;
    height: 100%;
    background: #ddd;
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
}
.double .half-desk:first-child .home_1-2 {
    padding-right: 75px;
}
.double .half-desk:last-child .home_1-2,
.double .half-desk:last-child h2 {
    padding-left: 75px;
}
.col-md-6 {
    max-width: 50%;
    flex-basis: 50%;
}
.mostre-content {
    display: flex;
    justify-content: space-between;
    gap: 75px;
}
.col-md-4 {
    max-width: 33%;
    flex-basis: 33%;
}
.col-md-8 {
    flex-basis: 66%;
    max-width: 66%;
}
.mostre-content > p {
    display: none;
}
.mostre-content .col-md-4 h3 {
    font-size: 25px;
}
/*
.mostre-content .col-md-8 .go-post_single:first-child {
    display: none;
}
*/
.mostre-content .col-md-8 .go-post_single {
    display: flex;
    max-width: calc(50% - 38px);
    flex-basis: calc(50% - 38px);
    align-items: flex-start;
    justify-content: space-between;
}
.mostre-content .col-md-8 {
    display: flex;
    flex-wrap: wrap;
    gap: 25px 75px;
}
.mostre-content .col-md-8 .go-post_single .go-post_single-link {
    padding: 0;
    max-width: 80px;
    flex-basis: 150px;
    max-height: 80px;
    align-items: center;
}
.mostre-content .col-md-8 .go-post_single .go-post_single-link img {
    position: relative;
    max-height: 100px;
}
.mostre-content .col-md-8 .go-post_single > div {
    flex-basis: calc(100% - 100px);
}
#poesia h2,
#poesia h3,
#poesia span {
    color: #fff;
}
#poesia.gray-bg:before {
    background: #cf6b6b;
}
#opere h2,
#opere h3,
#opere span {
    color: #fff;
}
#opere.gray-bg:before {
    background: #5189b1;
}
#speciale h2,
#speciale h3,
#speciale span {
    color: #fff;
}
#speciale.gray-bg:before {
    background: #5189b1;
}
.mattone-h2 h2 {
    color: #cf6b6b;
}
.green-h2 h2 {
    color: #2d5c59;
}
#poesia span em {
    opacity: 0.8;
}
#poesia h3 {
    font-size: 18px;
}
#opere span em {
    opacity: 0.8;
}
#opere h3 {
    font-size: 18px;
}
#speciale span em {
    opacity: 0.8;
}
#speciale h3 {
    font-size: 18px;
}
#quiz.gray-bg:before {
    background: #2d5c59;
}
#viaggi.gray-bg:before {
    background: #2d5c59;
}
.vita-autore_content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 75px;
}
.vita-autore_content .go-post_single {
    flex-basis: calc(25% - 75px);
    max-width: calc(25% - 75px);
}
.vita-autore_content .go-post_single .go-post_single-link {
    padding-top: 120%;
}
.vita-autore_content .go-post_single:nth-child(n + 5) {
    flex-basis: calc(33% - 75px);
    max-width: calc(33% - 75px);
    display: flex;
    gap: 20px;
}
.vita-autore_content .go-post_single:nth-child(n + 5) .go-post_single-link img {
    position: relative;
    max-height: 80px;
}
.vita-autore_content .go-post_single:nth-child(n + 5) .go-post_single-link {
    padding: 0;
    max-width: 80px;
    height: 80px;
}
.multi-row_content .col-md-4 {
    max-width: calc(33% - 46px);
    flex-basis: calc(33% - 46px);
}
.multi-row_content .col-md-4:nth-child(2) {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 20px 40px;
    background: #ff5a5a;
}
.multi-row_content {
    display: flex;
    gap: 75px;
    justify-content: space-between;
    flex-wrap: wrap;
}
.multi-row_content .col-md-4:nth-child(2) h2,
.multi-row_content .col-md-4:nth-child(2) h3,
.multi-row_content .col-md-4:nth-child(2) span {
    color: #fff;
}
.multi-row_content .col-md-4 {
    max-width: calc(33% - 46px);
    flex-basis: calc(33% - 46px);
}
.multi-row_content .col-md-4:nth-child(2) .go-post_single-link {
    display: none;
}
.multi-row_content .col-md-4:nth-child(2) > div {
    margin-bottom: 35px;
}
.multi-row_content .col-md-4:nth-child(2) > div:last-child {
    margin: 0;
}
.multi-row_content .col-md-4:nth-child(2) h2 {
    font-size: 24px;
    letter-spacing: -1px;
}
.multi-row_content .col-md-4:nth-child(1) .go-post_single:nth-child(n + 3),
.multi-row_content .col-md-4:nth-child(3) .go-post_single {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}
.multi-row_content .col-md-4:nth-child(1) .go-post_single:nth-child(n + 3) .go-post_single-link,
.multi-row_content .col-md-4:nth-child(3) .go-post_single .go-post_single-link {
    max-width: 80px;
    flex-basis: 80px;
    height: 80px;
    padding: 0;
}
.multi-row_content .col-md-4:nth-child(1) .go-post_single:nth-child(n + 3) .go-post_single-link img,
.multi-row_content .col-md-4:nth-child(3) .go-post_single .go-post_single-link img {
    position: relative;
    height: 80px;
}
.multi-row_content .col-md-4:nth-child(1) .go-post_single:nth-child(n + 3) > div,
.multi-row_content .col-md-4:nth-child(3) .go-post_single > div {
    flex-basis: calc(100% - 100px);
    max-width: calc(100% - 100px);
}
.multi-row_content .col-md-4:nth-child(1) .go-post_single:nth-child(2) {
    margin-bottom: 44px;
}
.white-text h2,
.white-text h3,
.white-text label a,
.white-text p,
.white-text span {
    color: #fff;
    border-color: rgb(255 255 255 / 30%);
}
.white-text .owl-carousel .owl-nav:before {
    background: rgb(255 255 255 / 30%);
}
.white-text .owl-carousel .owl-nav button {
    filter: invert(1);
}
.black-text h2,
.black-text h3,
.black-text label a,
.black-text span {
    color: #000;
    border-color: rgb(255 255 255 / 30%);
}
.black-text .owl-carousel .owl-nav:before {
    background: rgb(255 255 255 / 30%);
}
.black-text .owl-carousel .owl-nav button {
    filter: invert(1);
}
.medium-view .go-post_single:first-child {
    display: none;
}
.medium-view .go-post_single {
    display: flex;
    max-width: 100%;
    flex-basis: 100%;
    align-items: flex-start;
    justify-content: space-between;
}
.medium-view {
    display: flex;
    flex-wrap: wrap;
    gap: 25px 75px;
}
.medium-view .go-post_single .go-post_single-link {
    padding: 0;
    max-width: 80px;
    flex-basis: 150px;
    max-height: 80px;
    align-items: center;
}
.medium-view .go-post_single .go-post_single-link img {
    position: relative;
    max-height: 100px;
}
.medium-view .go-post_single > div {
    flex-basis: calc(100% - 100px);
}
.mostre-content .medium-view h3 {
    font-size: 15px;
}
.evidenza-view {
    background: #6667ab;
    padding: 20px 50px 30px;
}
.evidenza-view h4 {
    text-align: center;
    font-family: Georgia, serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 18px;
    color: #fff;
}
.evidenza-view h3 {
    text-align: center;
    font-family: Georgia, serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 18px;
    color: #fff;
}
.mostre-content .col-md-4.evidenza-view h3 {
    font-size: 17px;
}
#festa-donna.gray-bg:before {
    background: #b99b5c;
}
#festa-del-papa.gray-bg:before {
    background: #c7efff;
}
#primavera.gray-bg:before {
    background: #fff695;
}
#dante-alighieri.gray-bg:before {
    background: #ce4441;
}
#buona-pasqua.gray-bg:before {
    background: #fbcce7;
}
#liberazione.gray-bg:before {
    background: #3976ff;
}
#liberazione h2,
#liberazione h3,
#liberazione span {
    color: #fff;
}
#cinema .evidenza-view {
    background: #824845;
}
#audiolibri.gray-bg:before {
    background: #38bcd1;
}
#errori.gray-bg:before {
    background: #ff5a5a;
}
#errori h3 {
    font-size: 18px;
}
#culthic.gray-bg:before {
    background: #bd2f55;
}
#culthic h3 {
    font-size: 18px;
}
#culthic span {
    font-size: 30px;
    text-align: justify;
    line-height: 1.3em;
    text-transform: none;
    letter-spacing: -0.02em;
}
#errori .go-post_single .go-post_single-link,
.home #errori .go-post_single label {
    display: none;
}
#serie-tv h2 {
    color: #6667ab;
}
#cinema h2 {
    color: #824845;
}
#test h2 {
    color: #e9425e;
}
.frasi-h2 h2 {
    color: #994d15;
}
.festa-donna-h2 h2 {
    color: #f08b9c;
}
.festa-papa-h2 h2 {
    color: #222222;
}
.primavera-h2 h2 {
    color: #222222;
}
.dante-alighieri-h2 h2 {
    color: #f08b9c;
}
.buona-pasqua-h2 h2 {
    color: #222222;
}
#perche .medium-view {
    gap: 45px 75px;
}
#perche .medium-view .go-post_single:first-child {
    display: flex;
}
#perche .medium-view .go-post_single {
    flex-basis: calc(33% - 46px);
}
#perche .medium-view .go-post_single {
    flex-direction: row-reverse;
}
.four-posts .go-post_single {
    flex-basis: 25%;
}
.four-posts {
    display: flex;
    gap: 75px;
}
@media screen and (max-width: 1025px) {
    .home_open .go-post_single:nth-child(2),
    .home_open .go-post_single:nth-child(3) {
        left: 20px;
    }
    .home_open .go-post_single:nth-child(4),
    .home_open .go-post_single:nth-child(5) {
        right: 20px;
    }
    .home_open .go-post_single:nth-child(1) h3 {
        font-size: 28px;
    }
    .home_open .go-post_single:nth-child(1) .go-post_single-link {
        padding-top: 95%;
    }
    .home section {
        margin-left: 0;
        margin-right: 0;
    }
    .mostre-content {
        gap: 50px;
    }
    .mostre-content .col-md-8 {
        column-gap: 50px;
    }
    .mostre-content .col-md-8 .go-post_single {
        max-width: calc(50% - 25px);
        flex-basis: calc(50% - 25px);
    }
    .mostre-content .col-md-4:first-child .go-post_single-link {
        padding-top: 100%;
    }
    #perche .medium-view {
        column-gap: 50px;
    }
    #cinema .mostre-content .col-md-4:not(.medium-view):not(.evidenza-view) h3,
    #patrimoni .mostre-content .col-md-4 h3,
    .mostre-content .col-md-4:first-child h3 {
        font-size: 22px;
    }
    #patrimoni .mostre-content .col-md-4 .go-post_single-link {
        padding-top: 100%;
    }
    .evidenza-view .go-post_single .go-post_single-link {
        padding-top: 100%;
    }
    .evidenza-view {
        padding: 20px 35px 25px;
    }
}
@media screen and (max-width: 800px) {
    .mostre-content {
        flex-direction: column;
    }
    .mostre-content > div {
        min-width: 100%;
    }
    #cinema .mostre-content .col-md-4:not(.medium-view) .go-post_single-link,
    #patrimoni .mostre-content .col-md-4 .go-post_single-link,
    .mostre-content .col-md-4:first-child .go-post_single-link {
        padding-top: 65%;
    }
    #patrimoni .mostre-content {
        flex-direction: column-reverse;
    }
    .evidenza-view .go-post_single .go-post_single-link {
        padding-top: 55%;
    }
    #cinema .mostre-content {
        flex-direction: column-reverse;
    }
    .home_open .go-post_single {
        position: relative;
        left: unset !important;
        top: unset !important;
        right: unset !important;
        bottom: unset !important;
        transform: unset !important;
        padding: 35px 20px 0;
    }
    .home_open .go-post_single:nth-child(1) {
        min-width: 100%;
        padding: 0 20px;
    }
    .home_open .go-post_single:nth-child(1) .go-post_single-link {
        padding-top: 85%;
    }
    .home_open .go-post_single {
        max-width: 50%;
    }
    .four-posts {
        flex-wrap: wrap;
        gap: 50px;
    }
    .four-posts .go-post_single {
        flex-basis: calc(50% - 25px);
    }
}
@media screen and (max-width: 600px) {
    .home_open .go-post_single:nth-child(1) h3 {
        font-size: 22px;
    }
    .home_open .go-post_single:nth-child(1) {
        padding: 0 0 15px;
    }
    .home_open .go-post_single {
        padding: 15px 10px;
    }
    .home_open .go-post_single h3 {
        font-size: 13px;
    }
    .go-post_single span {
        font-size: 14px;
    }
    .home_open {
        display: flex;
        flex-wrap: wrap;
    }
    .home_open .go-post_single:nth-child(1) .go-post_single-link {
        padding-top: 85%;
    }
    .mostre-content .col-md-8 {
        flex-direction: column;
    }
    .mostre-content .col-md-8 .go-post_single {
        min-width: 100%;
    }
    .home h2 {
        line-height: 1;
    }
    .home_carousel .go-post_single {
        width: 275px;
    }
    .home section {
        margin-top: 75px;
    }
    .mostre-content .col-md-8 .go-post_single:nth-child(n + 5) {
        display: none;
    }
    .libri .col-md-8 .go-post_single:nth-child(n + 5) {
        display: none;
    }
    #perche .medium-view .go-post_single:nth-child(n + 5) {
        display: none;
    }
    .medium-view .go-post_single label a,
    .mostre-content .col-md-8 label a {
        line-height: 1;
        padding-bottom: 8px;
        padding-top: 1px;
    }
    .four-posts .go-post_single {
        flex-basis: 100%;
    }
    .four-posts {
        gap: 30px;
    }
    #culthic span {
        font-size: 23px;
    }
}
@media screen and (max-width: 1280px) and (min-width: 1026px) {
    .home_open .go-post_single:nth-child(2),
    .home_open .go-post_single:nth-child(3) {
        left: 20px;
    }
    .home_open .go-post_single:nth-child(4),
    .home_open .go-post_single:nth-child(5) {
        right: 20px;
    }
}
