/*
Theme Name: Cream Magazine Child
Theme URI: https://criptomedios.com/
Template: cream-magazine
Author: CriptoMedios
Author URI: https://criptomedios.com/
Description: Child theme for Cream Magazine theme
Version: 1.0.0.1775163391
Updated: 2026-04-02 20:56:31

*/

.cm-custom-header {
    display: block !important;
    position: sticky !important;
    top: 0;
    width: 100% !important;
    background-color: #fff !important;
    border-bottom: 1px solid #eee !important;
    z-index: 99999 !important;
    min-height: 60px !important;
    padding: 15px 0 !important;
}
.custom-header-container {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
}
.site-logo a {
    display: inline-block !important;
    font-size: 28px !important;
    font-weight: 800 !important;
    text-decoration: none !important;
    color: #1a1a1a !important;
    text-transform: uppercase !important;
}
.site-logo span {
    color: #f7931a;
}
.main-navigation ul {
    display: flex;
    gap: 25px;
    list-style: none;
    padding: 0;
    margin: 0;
}
.main-navigation a {
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    color: #333;
    text-transform: uppercase;
    -moz-transition: color 0.3s ease;
    -webkit-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}
.main-navigation a:hover {
    color: #f7931a;
}
.menu-toggle {
    display: none;
    flex-direction: column;
    gap: 5px;
    background-image: none;
    border: none;
    cursor: pointer;
    padding: 10px;
}
.menu-toggle span {
    display: block;
    width: 25px;
    background-color: #333;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    height: 3px;
}
@media (max-width: 768px) {
.menu-toggle {
    display: flex;
}
.main-navigation {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    border-top: 1px solid #eee;
    -moz-box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    -o-box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    padding: 20px;
}
.main-navigation.active {
    display: block;
}
.main-navigation ul {
    flex-direction: column;
    gap: 15px;
    text-align: center;
}
}
