.first-section{
    padding-left:4.5rem !important;padding-right:0px;
}
.mwi{
    max-width: initial !important;
}

i{
    font-size: 22px;
    margin-right: 5px;
}
.orderby {
    /* Reset */
    /*appearance: none;*/

    outline: 0;
    font: inherit;
    /* Personalize */
    width: 20em;
    height: 25px;
    min-height: initial;
    padding: 0 0em 0 0em;
    background: transparent;
    color: black;
    /*border-radius: 0.25em;*/
    box-shadow: initial ;
    cursor: pointer;
    border-bottom: 1px solid #c20e1a;
    border-radius: 0px;
    text-align: center;
}
/* Remove focus outline */
.orderby:focus {
    outline: none;
    box-shadow: initial !important;
}
/* Remove IE arrow */
.orderby::-ms-expand {
    display: none;
}
.article-thirdrow div,
.article-thirdrow div p{
    line-height: 17px;
    font-size: 12px;
    margin-top: 5px;
}
.external-news-p{
    line-height: 20px;
    font-size: 14px;
    margin-top: 5px;
}
.box-news{
    padding: 0px 2.5rem;
    margin-top: 35px;
    color: #000;
}
.pagination>:not(.custom) .page-numbers{
    font-size:1rem;
    line-height: 2.5rem;
    height: 2.5rem;
    width: 2.5rem;
}
.s3category{
    box-shadow:initial !important;
    background-color: initial !important;
    padding: 4px 0px !important;
    border: initial !important;
    color: black !important;
    background: initial !important;
    font-weight: initial !important;
    text-align: left !important;
    font-size: 17px !important;
    line-height: 1.2 !important;
}
.s3category:before{
    border: initial !important;
}
.s3category:hover{
    font-weight: 600 !important;
}

#news-category ul {
    list-style-type: none !important;
}
#news-category {
    list-style-type: none !important;
    margin-left: initial !important;
}
.cat-item {
    display:list-item;
}
.cat-item.open > div::before{
    content:"-";
}
.cat-item > div::before{
    content:"+";
}
.cat-item > button{
    width: 70%;
    text-align: left;
    height: 29px;
}
.cat-item > div{
    width: 30%;
    float: right;
    text-align: right;
    padding-right: 20px;
    font-weight: 700;
}

.lvl-1 {
    border-bottom: 1px solid grey !important;
    font-weight: 600 !important;
}

.lvl-2 {
    border-bottom: 1px solid grey !important;
}

.lvl-3 {
    border-bottom: 1px solid grey !important;
}
.lvl-4 {
    /*border-bottom: 1px solid grey !important;*/
}
.lvl-4::before {
    content: "" !important;
}
.lvl-5::before {
    content: "" !important;
}

.lvl-5{
    width: 100% !important;
    height: 30px;
    display: none;
}

#type_videoformazione{
    display: none;
}
#type_noteoperative{
    display: none;
}
.widget h4{
    color: #c20e1a;
}
.widget ul li a{
    color: black !important;
}

#news-orderby{
    width: 70%;margin: auto;
}
.article-firstrow{
    display: flex;
}
.article-firstrow i{
    font-size: 32px;
    color:#c20e1a;
    font-weight: 100;
}

.fa-lock{
    font-size: 22px !important;
    font-weight: 600 !important;
    float: right;color: #dadada !important;
}
.fa-exclamation-circle{
    color: #c20e1a;
}
.article-secondrow{
    display: flex;
}

.article-thirdrow{
    display: flex;
}
.news-title{
    font-weight: 600;font-size:1.2rem;
}
.news-search-form {
    list-style-type: none; margin-left: 0rem;
}
#news-search{
    background-color: white
}
.title-container-section{
    display: flex;
}

.page-title{
    width: 60%
}
#OrderForm{
    display: flex;width: 40%
}

.sette-center{
    width:7%;
    text-align: center;
 }

.sidebar-riservata{
    background-color: #f7f7f7;padding: 10%;height: 100%
}

.right-sidebar {
    padding-top:25px;
}

.row {
    display: initial;  /* aligns all child elements (flex items) in a row */
}

.col {
    flex: 1;        /* distributes space on the line equally among items */
}

.children{
    margin-left: 0.5rem;
}


@media  (min-width: 1440px)
{
    .vc_col-sm-3{
        width: 16.66667%;
    }
    .box-news{
        padding: 0px 1.5rem
    }

    .row {
        display: flex;  /* aligns all child elements (flex items) in a row */
    }

    .col {
        flex: 1;        /* distributes space on the line equally among items */
    }
    .children{
        margin-left: 2.5rem;
    }
    .lvl-5{
        height: initial;
    }
}



/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (max-width: 992px) {
    .column-reverse{
        display:flex!important;flex-direction: column-reverse;
    }
    .title-container-section{
        display:flex;margin-bottom:15px;
    }
    .page-title{
        width: 100%;margin-bottom:0px
    }
    #OrderForm{
        display: flex;width: 40%;flex-direction: column
    }

    .quindici-left{
        width: 15%;text-align: left;
    }
}