/*LOGO BURGUER*//*
 Theme Name:   	5eis.com (2.0)
 Theme URI: 	https://5eis.com
 Description:  	This is a child theme for Metize - Digital Marketing Agency WordPress Theme
 Author:       	Isaac L.A.
 Author URI:   	https://5eis.com
 Template:     	metize
 Version:      	2.0
 Tags:         	two-columns, three-columns, left-sidebar, right-sidebar, flexible-header, custom-background, custom-colors, custom-header, custom-menu, theme-options, editor-style, featured-images, microformats, post-formats,  sticky-post, threaded-comments, translation-ready
 Text Domain:  	metize-child
*/

/*  [ Add your custom css below ]
- - - - - - - - - - - - - - - - - - - - */

/* GLOBAL */
nav{
    left:0;
}
nav.navbar.validnavs{
    padding: 0;
}
nav.navbar.validnavs a{
    font-weight: 100 !Important;
}
.navbar-brand img{
    height:30px;
}
nav.navbar.validnavs.navbar-fixed {
    box-shadow: 0 4px 15px 0px rgba(0, 0, 0, .2);
}
@media only screen and (min-width: 1024px) {
    nav.no-background a{
        text-shadow: 1px 1px 5px black;
    }
}
@media (max-width: 1023px) {
    nav.navbar.validnavs .navbar-nav>li>a {
        padding: 0 !important;
        line-height: 3rem;
    }
}
@media only screen and (max-width: 1023px) { /* Burguer Logo */
    nav.navbar.validnavs .navbar-collapse.collapse img,
    nav.navbar.validnavs .navbar-collapse.collapse.show img {
        height: 40px;
    }
}
nav.navbar.validnavs .navbar-collapse.collapse button{ /*Burguer close*/
    top: 32px;
}
footer *{
    font-size: .7rem !Important;
    line-height: 1.5rem !Important;
    color: #FFFFFF !Important;
}
footer p,
footer li a,
footer a{
  font-weight: 100 !Important;

}
.breadcrumb-item { /* Es el area de breadcrums y se muestra en el blog */
    padding-top: 130px;
    padding-bottom: 50px;;
}

/* 
POR SECCIÓN:
Es imporante que cada elemento tenga un id o clase unica para evitar conflictos
*/

/* NOSOTROS */
.feature-style-four>i.fad{
    font-size: 3em;
    margin-bottom: 30px;
}
.feature-style-one-area>.container>.row>.col-lg-7>.row>.col-md-6:last-child{
    width: 100%;
    text-align: center;
}

/* SERVICIOS */
#ongs .pricing-style-one-items .row{
    justify-content: center;
}

/* PROYECTOS */
#galeria-proyectos .eael-filterable-gallery-item-wrap {
    margin-top: 10px;
}

