/*
Theme Name: Woostify Child
Theme URI: https://chairhaven.id/
Description: Child theme for Woostify
Author: super
Author URI: https://chairhaven.id/
Template: woostify
Version: 1.0.0
Text Domain: woostify-child
*/

/* Custom CSS kamu bisa ditempatkan di bawah */
body {
    background-color: #e5e5e5 !important;
}

.site-content,
.woostify-main-content,
.main-wrapper,
#page {
    background-color: #e5e5e5 !important;
}

header,
footer {
    background-color: #e5e5e5 !important;
}

.container,
.container-fluid,
.site,
#content {
    background: transparent !important;
}

@media (max-width: 480px) {
    .site-branding img,
    .custom-logo {
        max-width: 120px !important;
    }

    header {
        padding: 10px 0 !important;
    }
}
