/* freebies  */

.download_txt {
    color: #4FA0B5;
    font-size: 14px;
    line-height: 17px;
}

h1 {
    margin-bottom: 5rem;
}

.tease-wrapper {

    background-size: cover;
}

.page-template-template-freebie footer {
    margin-top: 0 !important;
}

.page-template-template-freebie .header-content {
    display: none;
}

.page-template-template-freebie header {
    height: auto;
    min-height: 200px;
}

.freebiz_title {
    font-size: 30px;
    line-height: 40px;
    font-weight: regular;
    color: #4FA0B5;
    letter-spacing: 0;
}

.freebiz_preview_txt .freebiz_txt {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0;
    color: #425563;
}

.freebie_smartphone_wrp img,
.freebie_serigrafie_wrp img {
    max-width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
}

.freebie_smartphone_wrp,
.freebie_serigrafie_wrp {
    margin-top: 8rem;
}

.freebis_file_wrp {
    max-height: 540px;
    overflow: hidden;
    margin-top: 106px;

}

.freebis_file_wrp.active {
    max-height: 100%;
}

.load_more {
    color: #425563;
    font-size: 14px;
    line-height: 17px;
    cursor: pointer;
}

.freebis_print_wrp {
    margin-top: 106px;
}

.freebis_print_wrp .data {
    color: #4FA0B5;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0;
    margin-bottom: 0 !important;
}

.freebis_print_wrp .author {
    color: #425563;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0;
    margin-bottom: 0 !important;
}

.freebis_print_wrp .titolo {
    color: #425563;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0;
    font-style: italic;
    margin-bottom: 0 !important;
}

.freebis_file_wrp a,
.freebis_print_wrp a {
    opacity: 1;
}

.freebis_file_wrp a:hover,
.freebis_print_wrp a:hover {
    opacity: .7;
}

@media screen and (max-width: 650px) {

    .freebis_file_wrp {
        flex-direction: column;
        max-height: 1600px;
    }

    .freebis_print_wrp {
        flex-direction: column;
    }

    .freebie_smartphone_wrp {
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }

    .header {
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }
}

/****************************/
/*          404 2023        */
/****************************/
body.error404 header {
    height: 1rem !important;
}

.content-404 {
    text-align: center;
    color: #425563;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0px;
    padding-top: 110px;
}

.content-404 .content-404 .wrapper,
.content-404 .wrapper .text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.content-404 .wrapper {
    position: relative;
    width: 100%;
    max-width: 1000px;
}

.content-404 .wrapper .text {
    position: relative;
}

.content-404 .wrapper .text h1 {
    font-size: 110px;
    font-weight: bold;
    line-height: 150px;
    margin-bottom: 20px;
}

.content-404 .wrapper .text p {
    font-weight: 600;
    margin-bottom: 20px;
}

.content-404 .wrapper .text a,
.content-404 .wrapper .text a:visited {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0px;
    margin-bottom: 0px;
    color: #4FA0B5;
    text-decoration: none;
    transition: .3s;
}

.content-404 .wrapper .text a:hover,
.content-404 .wrapper .text a:active {
    opacity: .5;
}

.content-404 .wrapper .cow-field,
.content-404 .wrapper .cow-field .mucca {
    position: absolute;
}

.content-404 .wrapper .cow-field,
.content-404 .wrapper .text {
    top: -50px;
    bottom: -50px;
    left: 0;
    right: 0;
}

.content-404 .wrapper .cow-field #mucca-1 {
    top: 25px;
    left: 25px;
}

.content-404 .wrapper .cow-field #mucca-2 {
    bottom: 75px;
    right: 25px;
}

@media(min-width:576px) {
    .content-404 .wrapper .text h1 {
        font-size: 228px;
        line-height: 291px;
        margin-bottom: 41px;
    }

    .content-404 .wrapper .text p {
        font-size: 36px;
        line-height: 46px;
        margin-bottom: 41px;
    }

    .content-404 .wrapper .cow-field,
    .content-404 .wrapper .text {
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }

    .content-404 .wrapper .cow-field #mucca-1 {
        top: 50px;
        left: 50px;
    }

    .content-404 .wrapper .cow-field #mucca-2 {
        bottom: 125px;
        right: 50px;
    }
}