﻿footer .footer_links li:nth-of-type(3) a {
    background-image: url(assets/images/icon_ig.png);
}
.menu_sub li:nth-of-type(3) a {
    background-image: url(assets/images/icon_ig.png);
    background-color: #fff;
}

footer .footer_links li:nth-of-type(4) a {
    background-image: url(assets/images/icon_Podcast.png);
}
.menu_sub li:nth-of-type(4) a {
    background-image: url(assets/images/icon_Podcast.png);
    background-color: #fff;
}

.menu_sub li {width:32%}

footer .footer_links{width:200px}
footer .footer_links li {width:25%}


@media (min-width: 0px){footer .footer_links { display: block;}}
                        
@media (max-width: 600px){footer .footer_links{width:150px}}

.articles .title, .articles .container {
    top: 0px;
}



@media (min-width: 992px){
.menu_sub ul li:nth-of-type(3) {
    display: none;
}
}

