/* Media Query
--------------------*/
@media screen {

	#footer {
		position: relative;
    }
    
    #footer .mod_article{
        padding: 30px 0;
    }

    #footer a {
        text-decoration: none;
        border: none;
        color: #fff;
    }

    #footer ul li {
        padding-left: 0;
    }

    #footer ul li:before {
        list-style-type: none;
        display: none;
    }
    

    .mod_social_media_link ul li {
        margin-right: 1rem;
    }
    .mod_social_media_link img {
        width: 2.75rem;
    }
}

/* 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 992px */
@media only screen and (min-width: 992px) {
    #footer .mod_article{
        padding: 50px 0 30px;
        background: linear-gradient(180deg, #434141 0%, rgba(67, 65, 65, 0.9) 100%);
    }    
}

/* 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
--------------------*/