/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

/*Add your own styles here:*/

.w-post-elm.post_author.us_custom_c07e91f4.vcard.author.with_ava.avapos_left
  ~ .w-separator {
  display: none !important;
}

div.avapos_left{
    display: none !important;
}

.fixedbar {
    display: none;
}

.texto_menu {
    position: fixed;
    text-align: center;
    bottom: 48px;
    background: #fff;
    width: 100%;
    font-weight: 600;
    border: none;
    outline: none;
    margin-bottom: 0;
    box-shadow: 2px -3px 5px rgba(0,0, 0, 0.3) !important;
   
}

.texto_menu span {
    color: #2528d8;
    margin: auto;
    border: none;
    outline: none;
    font-size: 12px;
}

.mobile_menu_block {
    position: fixed;
    bottom: 0;
    background: #4caf51 !important;
    z-index: 999;
    width: 100%;
    display: flex;
    justify-content: space-around;
    padding: 10px 0;
    left: 0;
    right: 0;
    border: none;
    outline: none;
}

.mobile_menu_block i {
    font-size: 24px;
}



/*CSS AUTORES BLOG*/


  

@media (max-width: 767px) {
    .fixedbar {
        display: block;
        max-width: 100%;
    }

    .texto_menu {
        bottom: 40px;
        padding-bottom: 10px;
    }
}
