@media (max-width: 1024px) {
    .parent-sidebar {
        padding: 0;
    }
    body > .container-fluid > div > .content-page {
        padding-right: 15px;
    }
    .plusTitle {
        left: 0px;
    }
    .title_background_plus {
        margin-left: -15px !important;
    }
    .plusTitle + .row {
        margin-left: 15px;
    }
}
@media (min-width: 992px) {
    .abbonamenti_group,
    .abbonamenti_group > div {
        display: flex;
    }
}
@media (max-width: 991px) {
    .plusStripe + .container-fluid .parent-sidebar {
        margin-top: -20px;
    }    
    .page-plus .plusStripe + .container-fluid .parent-sidebar {
        border-top: 1px solid #fff;
    }
    .plusStripe .plusTitle {
        display: none;
    }
    .plusStripe + .row {
        margin-left: -15px;
    }
    .plus-icon-div>span {
        font-size: 12px;
    }

    .plusTitle + .row {
        margin: 0;
        display: flex;
        justify-content: space-around;
    }

    .articles_group.col_2 article.article_preview {
        width: 100%;
    }

    h2.page_description {
        margin-left: 10px;
    }
}

@media (max-width: 767px) {
    body > .container-fluid > div > .content-page {
        padding-top: 15px;
    }
    body.page-plus > .container-fluid > div > .content-page {
        padding: 0;
    }
    .articles_group {
        margin-right: -15px;
        margin-left: -15px;
        width: auto;
    }
    .boxed {
        box-shadow: none;
        border: none;
        border-bottom: 4px solid #E8364C;
        margin-bottom: 20px;
    }

    body > .container-fluid,
    .plusStripe {
        margin-top: 12vh; /* headgap */
    }
    .plusStripe + .container-fluid {
        margin-top: 0; /* headgap */
    }

    .plusStripe {
        padding: 5px 0;
        height: 68px;
    }
    .plusStripe .plus-icon-div > span,
    .plusStripe .plusTitle {
        display: none;
    }
    .plusStripe .plus-icon-div {
        text-align: center;
        display: block;
    }
    .plusStripe .plus-icon-div > img {
        margin-right: 0;
    }

    h1.page_title {
        margin: 0 0px 30px 60px;
        padding: 0px 10px 7px;
        font-size: 24px;
        line-height: 24px;
        height: 60px;
    }
    h1.page_title::before {
        width: 60px;
        height: 60px;
        border-radius: 8px 8px 0 8px;
        left: -60px;
    }


    /* NAVBAR */
    .row-navbar {
        display: block;
    }
    .navbar.navbar-default {
        position: fixed;
        z-index: 10;
        width: 100vw;
    }
    .navbar-header {
        height: 12vh; /* headgap */
    }
    .login-box {
        border-left: none;
    }

    /* SIDEBAR */
    .button-sidebar {
        display: block;
        transition: 0.5s;
	    transform-style: preserve-3d;
    }
    .parent-sidebar {
        position: fixed;
        z-index: 5;
        margin-top: 0 !important;
        top: 12vh; /* headgap */
        left: -100vw;
        transition: left 0.3s ease-out;
    }
    .parent-sidebar.toggled {
        left: 0;
    }
    .parent-sidebar #wrapper {
        height: 100vh;
        padding-bottom: 15vh;
        overflow: auto;
    }
    .parent-sidebar.toggled .button-sidebar {
        right: 0;
        transform: rotateY(180deg);
    }
    .parent-sidebar.toggled .button-sidebar #menu-toggle {
        border-color: #536D7A;
    }
    body.toggled {
        overflow: hidden;
    }
}