/*
 Theme Name:   BirdCom
 Theme URI:    https://birdcom.es
 Description:  BirdCom Comunicación y Diseño
 Author:       Dani Moreno
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

.site-branding, .navigation-branding {
    background: none!important;
}
.site-branding-container {
    flex-direction: column;
}

.site-header .header-image {
    margin-bottom: 20px;
}
.has-medium-font-size {
    display: flex;
    align-items: center;
}
a {
    color: #000;
    font-weight: 500;
}

.has-medium-font-size img {
    margin-right: 10px;
}

.fotoautor .custom-logo {
    width: 150px;
    height: 150px;
}

.footer-widgets {
    display: none;
}

.site-footer p {
    margin-bottom: 0px;
}

.site-footer .wp-block-categories-list {
    text-align: center;
    margin-top: 20px;
}
.site-footer .wp-block-categories-list li {
    list-style: none;
}

.heading-footer-contacto {
    padding-bottom: 20px;
}
.email-client, .phone-client {
    padding-bottom: 10px;
}
/* ENTRADAS DE BLOG */
aside#autor.widget {
    justify-content: center;
}
.autor-imagen {
    display: flex;
    justify-content: center;
}
h2.autor, .author-name {
    text-align: center;
}
.author-name {
    margin-top: 15px;
}