/*
Theme Name:     Newspaper Child theme
Theme URI: 		http://themeforest.net/user/tagDiv/portfolio
Description:    Child theme made by tagDiv
Author:         tagDiv
Author URI: 	http://themeforest.net/user/tagDiv/portfolio
Template:       Newspaper
Version:        9.0c
*/


/*  ----------------------------------------------------------------------------
    This file will load automatically when the child theme is active. You can use it
    for custom CSS.
*/

.ax_footer_aliados_group_logos {
    display: flex;
    flex-wrap: wrap;
}

footer .ax_footer_aliados_group_logos_logo {
    width: 13%;
    margin: 0 1%;
    position: relative;
}

footer .ax_footer_aliados_group_logos_logo_img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff no-repeat 50%;
    background-size: contain;
    background-blend-mode: darken;
}

footer .ax_footer_aliados_group_logos_logo:after {
    content: "";
    display: block;
    width: 100%;
    padding-top: 70%;
}