
#top.page-template-default:not(.home) {
}

#top.page-template-default:not(.home) .title_container .container {
    padding-top: 0;
    padding-bottom: 0;
}
#top.page-template-default:not(.home) .main-title {
    padding: 50px 50px 0;
    font-size: 30px;
    letter-spacing: calc(0.5em / 30);
    font-weight: bold;
}
#top.page-template-default:not(.home) .custom-container-page main {
    background-color: #ffffff;
    margin-top: 0;
    margin-bottom: 0;
}
#top.page-template-default:not(.home) .custom-container-page main .entry-content-wrapper{
    padding: 0 !important;
}
#top.page-template-default:not(.home) .custom-container-page main {
    padding: 0 50px 50px !important;
}
/* Container */
/*#top.page-template-default:not(.home) #main > .fullsize {*/
/*    position: relative;*/
/*}*/

/*#top.page-template-default:not(.home) #main > .fullsize:before {*/
/*    background: rgba(111, 143, 156, 0.06) !important;*/
/*    content: '';*/
/*    position: absolute;*/
/*    top: 0;*/
/*    right: 0;*/
/*    bottom: 0;*/
/*    left: 0;*/
/*    z-index: 1;*/
/*    display: block;*/
/*}*/

/* Content */
#top.page-template-default:not(.home) main.template-page .entry-content-wrapper .avia_textblock {
    font-size: 20px;
    line-height: calc(20em / 16);
    letter-spacing: calc(0.5em / 20);
}
#top.page-template-default:not(.home) main.template-page .entry-content-wrapper .avia_textblock h3{
    font-size: 20px;
    line-height: calc(20em / 16);
    letter-spacing: calc(0.5em / 20);
    text-decoration: underline;
}
@media only screen and (max-width: 920px) {
    #top.page-template-default:not(.home) main.template-page.content {
        padding-top: 0;
    }
}

