/*
Theme Name: Blocksy Child
Template: blocksy
Description: Child theme for Blocksy
Version: 1.0
*/

/
/* ===== PILL NAVBAR ===== */
/* Transparent header background */
header#header {
    background: transparent !important;
    padding: 15px 20px !important;
}
header#header [data-device="desktop"] {
    background: transparent !important;
}
/* The pill shape */
header#header [data-row="middle"] {
    max-width: 900px;
    margin: 0 auto;
    border-radius: 100px !important;
    background: #ffffff !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    padding: 2px 40px !important;
	min-height: 0 !important;
	height: auto !important;
}
/* Fix inner container */
header#header [data-row="middle"] .ct-container {
    padding: 0 15px !important;
}
/* Menu link styles */
header#header .menu > li > a {
    color: #333333 !important;
    font-weight: 500;
    font-size: 14px;
    padding: 5px 15px !important;
    transition: color 0.3s ease;
}
header#header .menu > li > a:hover {
    color: #A8D5BA !important;
}