/*
Theme Name:  Genecy – Twenty Sixteen Child
Theme URI:   https://www.genecy.com/
Description: Child theme of Twenty Sixteen for Genecy tutorials site.
Author:      Genecy
Author URI:  https://www.genecy.com/
Template:    twentysixteen
Version:     1.0.0
License:     GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: genecy-twentysixteen
*/

/* Add your custom styles below */

.site-header-main {
    align-items: center;
}

.site-branding {
    flex: 1;
}
.site-branding .custom-logo-link {
    display: block;
    width: 50%;
    max-width: 220px;
    height: auto;
}
.site-branding .site-title {
    display: none;
}

.site-header .site-header-menu {
    margin-top: 0;
    margin-bottom: 0;
}

.footer-navigation .footer-menu-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 20px;
}
.footer-copyright {
    font-size: 0.9em;
}

.entry-flex {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.entry-flex .entry-header {
    flex: 1;
    margin-right: 0;
}
.entry-flex .post-thumbnail {
    position: relative;
    width: 60%;
    flex-shrink: 0;
}

.entry-content .detail-block p {
    margin-bottom: 0.5em;
}
.entry-content .detail-block ul, .entry-content .detail-block ol {
    margin-left: 1.25em;
}

@media screen and (min-width: 32.875em) {

    .entry-flex {
        flex-direction: row;
    }
    .entry-flex .post-thumbnail {
        margin-left: 0;
        width: 20%;
    }

}

@media screen and (min-width: 56.875em) {

    .entry-flex .post-thumbnail {
        width: 30%;
    }

}