/*

PARVUS -n
Abbreviation, shortened, tiny small. Basically - this is for mobile styling.

*/

/* #region TEMPLATE */
/* #endregion */


/* #region SIDR STYLING */

    @media(max-width:991px) {
        .navbar-toggler {
            display: none;
        }

        .collapse:not(.show) {
            display: flex;
            flex-flow: row nowrap;
            justify-content: end;
        }

        .navbar > .container-fluid {
            display: flex;
            flex-flow: row nowrap;
        }

        .navbar-nav {
            flex-flow: row;
        }
    }

/* #endregion */

@media(max-width:1330px) {
    .path-frontpage .hcnt {
        width: 80%;
    }

    .cw_040 {
        width: 60%;
    }

    .foot-std .fsc1, .foot-std .fsc3 {
        width: 25%;
    }

    .foot-std .fsc2 {
        width: 40%;
    }

    .tcl-wrap .column1.colw_c, .tcl-wrap .column2.colw_c {
        width: 46%;
    }
}

@media(max-width:1100px) {
    #block-footer .navbar-nav > li {
        width: 47%;
    }

    .tcl-wrap .column1.colw_e, .tcl-wrap .column2.colw_a {
        width: 70%;
    }
}

@media(max-width:950px) {
    .mobile-menu-button {
        display: flex;
    }

    #block-cirqular5-main-navigation {
        display: none;
    }

    .hp_ew_itm {
        width: 47%;
    }

    .cw_040 {
        width: 80%;
    }

    .foot-std .fsc1, .foot-std .fsc2, .foot-std .fsc3 {
        width: 100%;
        text-align: center;
    }

    .foot-std .fs-wrap {
        gap: 5px;
    }

    .hcnt .head-title {
        font-size: 3rem;
    }

    .cw_050 {
        width: 80%;
    }

    .si_c_item {
        width: 47%;
    }

    .tcl-wrap .column1.colw_c, .tcl-wrap .column2.colw_c {
        width: 100%;
    }
}

@media(max-width:850px) {
    .path-frontpage .hcnt {
        width: 95%;
        max-width: 95%;
    }

    .hcnt {
        width: 95%;
        max-width: 95%;
    }

    .hcnt .head-title {
        font-size: 2rem;
    }

    .cw_080,
    .cw_040,
    .cw_050 {
        width: 95%;
    }

    h2,
    .si_m_tit {
        font-size: 2rem;
    }

    h3,
    .si_c_tit {
        font-size: 1.5rem;
    }

    .tcl-wrap .column1.colw_e, .tcl-wrap .column2.colw_a {
        width: 100%;
    }

    #block-footer .navbar-nav > li {
        width: 100%;
    }

    .footer-logo {
        text-align: center;
    }

    .tcl-wrap .column1.colw_a, .tcl-wrap .column2.colw_e {
        width: 100%;
    }

    .footer-logo svg {
        width: 250px;
    }

    .si_c_item {
        width: 100%;
    }
}

@media(max-width:750px) {
    .hp_ew_itm {
        width: 100%;
    }
}

@media(max-width:650px) {
    .navbar-brand img {
        height: 40px;
    }

    .scrolled .navbar-brand img {
        height: 35px;
    }

    h4 {
        font-size: 1.6rem;
    }

    .hcnt {
        padding: 30px;
    }

    .head-title {
        margin-top: 0px;
    }

    .head-cnt {
        font-size: 1rem;
    }

    .hp_cta:last-of-type {
        margin-top: 10px;
    }
}

@media(max-width:500px) {
    .navbar-brand img {
        height: 35px;
    }

    .scrolled .navbar-brand img {
        height: 30px;
    }
}