@import "colors.css";
html body.site-it{
    background-color: #ffffff;
}
#content{
    background-color: #ffffff;
}
#mainSearch .headings h1, #mainSearch .headings h2 {
    margin-bottom: 40px;
    color: var(--black-color);
}
#mainSearch .headings h1 {
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 24px;
    height: auto;
}
#home_calltocaction{
    font-size: 20px;
    color: var(--black-color);
}
#home_calltocaction a{
    color: var(--black-color);
}
.mainSearchBackground{
    height: auto;
}
#mainSearch .headings h2 {
    font-size: 20px;
    font-weight: normal;
}
#mainSearch .headings h1 span .wrap {
   color: var(--primary-color);
}
.skill-link{
    color: var(--black-color);
}
#ricerche-popolari .ricerche-popolari-wrapper .box-skill a span, #ricerche-popolari .ricerche-popolari-wrapper .box-skill a:hover span {
    color: var(--black-color);
    text-decoration: underline;
}
.text-left{
    text-align: left;
}
.mt-0{
    margin-top: 0;
}
#jit-stats {
    background-color: #EEEEEE;
    padding: 60px 0;
    margin: 60px 0;
}

#jit-stats .stats-title {
    font-size: 48px;
    display: flex;
    text-align: left;
    justify-content: center;
    color: var(--black-color);
    align-items: center;
}

#jit-stats .stats-title div {
    margin-right: 20px;
    font-weight: bold;
}

#jit-stats .stats-title span {
    font-size: 16px;
    color: var(--black-color);
}

#jit-stats .item-cv,
#jit-stats .item-jobs,
#jit-stats .item-subscriptions,
#jit-stats .item-years {
    width: 100%;
    margin-right: 0;
}
#jit-stats .stats-title {
    font-size: 35px;
}
.mainSearchBackground{
    min-height: 560px;
}
@media screen and (min-width: 803px) {
    #jit-stats .item-cv,
    #jit-stats .item-jobs,
    #jit-stats .item-subscriptions,
    #jit-stats .item-years {
        width: 50%;
        margin-right: 0;
    }
}
@media screen and (min-width: 768px) {
    .mainSearchBackground{
        min-height: 383px;
    }
    #jit-stats .stats-title {
        font-size: 42px;
    }
    .jit-h1{
        font-size: 42px;
    }
    #mainSearch .headings h1{
        font-size: 42px;
    }
}
@media screen and (min-width: 1247px) {
    /* Stili specifici per schermi più larghi di 1247px */
    #jit-stats {
        height: 188px;
        padding: 60px 0;
    }
    .mainSearchBackground{
        min-height: 383px;
    }
    #jit-stats .stats-title {
        font-size: 48px;
        text-align: left;
        display: flex;
        color: var(--black-color);
    }

    #jit-stats .stats-title div {
        margin-right: 20px;
        font-weight: bold;
    }

    #jit-stats .stats-title span {
        font-size: 16px;
        color: var(--black-color);
    }

    #jit-stats .item-cv {
        width: 150px;
        margin-right: 50px;
    }

    #jit-stats .item-jobs {
        width: 315px;
    }

    #jit-stats .item-subscriptions {
        width: 259px;
    }

    #jit-stats .item-years {
        width: 366px;
    }
    #mainSearch .headings h1 {
        font-size: 60px;
        font-weight: bold;
        margin-bottom: 24px;
        height: auto;
    }
    #mainSearch .headings h2 {
        font-size: 24px;
        font-weight: normal;
    }
}
