/*
Theme Name: Olsen Light Child
Template: olsen-light
Version: 1.0.1
Description: Child theme for Olsen Light. Add custom styles here without modifying the parent theme.
Text Domain: olsen-light-child
*/

/* Load parent theme stylesheet (simple approach).
   Recommended: enqueue parent and child styles in functions.php instead.
   If you enqueue styles via functions.php, remove the line below to prevent duplicate loading. */

/* ---------------------------------------
   Add your custom CSS rules below
------------------------------------------ */

.site-footer .container {
    max-width: 100% !important;
    width: 100% !important;
    padding: 0 !important;
}
.page .entry-utils,
.single .entry-utils {
    display: none !important;
}
.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
    width: 49% !important;
    max-width: 49% !important;
}

section.related.products {
    clear: both;
}

.nav {
    font-size: 11px;
    letter-spacing: 2px;
}

.site-logo p {
    font-size: 10px;
    color: #7e7e7e;
    letter-spacing: 3px;
    margin-bottom: 0;
}

#site-content {
    display: flex;
}
