/* Media Query
---------------------*/
@media screen {
    #footer {
        padding-top: 3rem;
        padding-bottom: 0rem;
        background-repeat: no-repeat;
        line-height: 18px;
        background-color: var(--theme-blue);
        --link-color1: #fff;
        --link-visited-color1: var(--link-color1);
        --link-hover-color1: var(--link-color1);
        font-weight: 600;
    }
    

    #footer .heading,
    #footer h1, #footer h2, #footer h3 {
        font-size: 0.875rem;
        border-bottom: none;
        padding: 0;
        text-align: left;
        margin-bottom: 0.45rem;
    }
    
    #footer a {
        text-decoration: none;
        border: none;
    }

    #footer a:hover {
        text-decoration: underline;
    }

    #footer .mod_navigation ul li,
    #footer .mod_customnav ul li {
        margin-bottom: 1rem;
    }      
}

/* Mobile-landscape (and larger) lansacape */
@media only screen and (min-width: 480px) {

}


/* min-width:768px Tablet-portrait (and larger) */
@media only screen and (min-width: 768px) {

}


/* Tablet-landscape (and larger) for width 960px */
@media only screen and (min-width: 992px) {
    #footer {
    }

    #footer .inside_art  {
        padding-left: 0;
    }

    #footer .ce_multicolumnStart{
        justify-content: space-between;
    }

    #footer .mod_navigation,
    #footer .mod_customnav {
        display: block;
        width: auto;
        padding-top: 1rem;        
    }

    #footer .mod_navigation ul,
    #footer .mod_customnav ul {
        text-align: center;
    }

    #footer .mod_navigation ul li,
    #footer .mod_customnav ul li {
        display: inline-block;
        margin-right: 2rem;
        margin-bottom: 0.5rem;
    }    

}

/* min-width:1100 */
@media only screen and (min-width:1100px) {

}

/* min-width:1300 Laptops (and larger) for width 1200px */
@media only screen and (min-width:1300px) {

}
/* Footer ends
--------------------*/


/* Footer More/Extra Query
--------------------*/
@media screen {
    #footer_more {
        background: #000;
        margin: 0;
        padding-top: 1.5rem;  
        padding-bottom: 1.5rem; 
        font-size: 0.875rem;
        background-color: var(--theme-lightblue);
    }

    #footer_more * {
        color: #fff;
    }

    #footer_more .mod_navigation,
    #footer_more .mod_customnav {
        display: inline-block;
        width: auto;
        text-align: center;
    }

    #footer_more .mod_navigation ul li,
    #footer_more .mod_customnav ul li {
        display: inline-block;
        margin-right: 1rem;
        margin-bottom: 0.25rem;
    }    


    #footer_more .mod_navigation ul {
        line-height: 2;
    }

    #footer_more .mod_navigation li {
        display: inline-block;
        position: relative;
    }


    #footer_more .mod_navigation li:after {
        content: "";
        display: block;
        position: absolute;
        top:  5px;
        right: 0;
        width: 10px;
        height: 1rem;
        border-right: 1px solid #fff;
    }

    #footer_more .mod_navigation li:last-child:after,
    #footer_more .mod_navigation li.last:after {
        display: none;
    }

    #footer_more a {
        color: #fff;
        border-bottom: none;
    }


}

/* Mobile-landscape (and larger) lansacape */
@media only screen and (min-width: 480px) {
}


/* min-width:768px Tablet-portrait (and larger) */
@media only screen and (min-width: 768px) {
    #footer_more .mod_navigation,
    #footer_more .mod_customnav {
        margin: 0;
    }

    #footer_more .mod_navigation ul li,
    #footer_more .mod_customnav ul li {
        
        margin-right: 2rem;
        margin-bottom: 0;
    }


    #footer_more .inside_art {
        display: flex;
        justify-content: center;
        align-items: center; 
    }

}


/* Tablet-landscape (and larger) for width 992px */
@media only screen and (min-width: 992px) {
    #footer {
        font-size: 14px;
    }    
}

/* min-width:1100 */
@media only screen and (min-width:1100px) {
}

/* min-width:1300 Laptops (and larger) for width 1300px */
@media only screen and (min-width:1300px) {
}
/* Media ends
--------------------*/