/*
 Theme Name:   Hans van Kuijk
 Theme URI:    https://www.hansvankuijk.nl/
 Description:  Hans van Kuijk theme.
 Author:       Vendeka
 Author URI:   https://www.vendeka.nl/
 Template:     twentytwenty
 Version:      1.0.1
 License:      Proprietary
*/

.header-inner {
    flex-direction: column;
}

.header-titles-wrapper {
    width: 100%;
    max-width: 100%;
    justify-content: center !important;
}

.header-titles {
    flex-direction: column;
    align-items: center;
    margin: 2rem 0;
}

.header-titles .site-title, 
.header-titles .site-logo,
.header-titles .site-description {
    margin: 0.25rem 0;
}

ul.primary-menu {
    justify-content: space-around;
}

.footer-social-wrapper,
.header-navigation-wrapper {
    max-width: 120rem;
    width: 100%;
}

.footer-social-wrapper {
    margin: 0 auto;
}

.footer-social a {
    height: 3rem;
    width: 3rem;
}

.social-icons a {
    color: #222222;
    background-color: #cccccc !important;
}


.social-icons a svg {
    height: 1.5rem;
    width: 1.5rem;
}

.woocommerce section {
    clear: both;
}