/*
Theme Name: OceanWP Child
Theme URI: http://yourwebsite.com/oceanwp-child/
Description: OceanWP Child Theme
Author: Michel
Author URI: https://www.paroxia.com
Template: oceanwp
Version: 1.0.0
*/


.language-text {
    font-weight: 600;
}

.paroxia-language-bar {
    position: sticky;
    top: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000;
    color: #808080;
    padding: 8px 10px;
    font-size: 14px;
    gap: 10px;
    flex-wrap: nowrap;
    white-space: nowrap;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

#site-header {
    background-color: #000 !important;
    color: #fff;
}

#site-header {
    border-bottom: none !important;
    margin-bottom: 0 !important;
}

.main-header {
    border-bottom: none !important;
}

.paroxia-language-bar {
    margin-bottom: 0 !important;
    border-bottom: none !important;
}

body {
    margin-top: 0 !important;
}

#top-bar-wrap {
    background: transparent !important;
    border-bottom: none !important;
    height: 0 !important;
    min-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden !important;
}

b,
strong {
  font-weight: 600;
  font-size:1.2em !important ;
}

