/*
 Theme Name:   OceanWP Child
 Theme URI:    https://reut-sderot.org.il
 Description:  ערכת בת של OceanWP לאתר רעות שדרות
 Author:       Reut Sderot
 Template:     oceanwp
 Version:      1.0.0
 Text Domain:  oceanwp-child
*/
/* Top spacing for all pages except homepage */
body:not(.home) #main #content-wrap {
    padding-top: 100px;
}

@media (max-width: 768px) {
    body:not(.home) #main #content-wrap {
        padding-top: 50px;
    }
}

/* Hide sidebar */
#right-sidebar {
    display: none !important;
}

/* Make content full width */
#primary.content-area {
    width: 100% !important;
    max-width: 100% !important;
    float: none !important;
}

/* Cookie Consent Bar */
#cookie-consent-bar {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99999;
    background-color: #1a6b9a;
    color: #fff;
    direction: rtl;
    padding: 12px 20px;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    font-size: 14px;
    line-height: 1.5;
}

#cookie-consent-bar p {
    margin: 0;
    flex: 1;
}

#cookie-consent-bar a {
    color: #fff;
    text-decoration: underline;
}

#consent-accept-btn {
    background-color: #f5c518;
    color: #000;
    border: none;
    padding: 8px 20px;
    cursor: pointer;
    font-weight: bold;
    border-radius: 4px;
    white-space: nowrap;
    font-size: 14px;
}