/*
Theme Name: NewsXpress Child 02
Theme URI: https://themeinwp.com/theme/newsxpress
Template: newsxpress
Author: themeinwp
Author URI: https://www.themeinwp.com/
Description: NewsXpress is a feature-rich and user-friendly free WordPress theme designed for news and magazine websites. With its modern and clean design, NewsXpress offers a visually appealing layout that is easy to navigate, making it ideal for delivering content to your readers. This theme comes equipped with a range of customizable options, including multiple homepage layouts, custom widgets, and color schemes, allowing you to tailor your website to your specific needs and branding. It also supports various post formats, making it easy to present a variety of content types, from articles and videos to images and galleries. NewsXpress is optimized for speed and SEO, ensuring that your website loads quickly and ranks well in search engine results. Its responsive design ensures that your content looks great on all devices, whether it's a desktop computer, tablet, or smartphone.
Tags: news,blog,photography,grid-layout,one-column,two-columns,three-columns,left-sidebar,right-sidebar,custom-background,custom-header,custom-logo,custom-menu,featured-images,featured-image-header,flexible-header,post-formats,rtl-language-support,translation-ready,theme-options,threaded-comments,footer-widgets
Version: 1.1.2.1760558649
Updated: 2025-10-15 22:04:09

*/

:root {
    --theme-text-color: #222;
    --theme-accent-color: #ffa014;
    --swiper-theme-color: var(--theme-accent-color);
    --theme-font-size-normal: 1.4rem;
    --theme-font-size-xsmall: 1.4rem;
    --theme-font-size-small: 1.6rem;
    --theme-font-size-medium: 2rem;
    --theme-font-size-big: 2.6rem;
    --theme-font-size-large: 3.6rem;
    --theme-font-size-xlarge: 4.6rem;
    --theme-font-family-general: "Roboto", -apple-system, BlinkMacSystemFont,
    "Helvetica Neue", Helvetica, sans-serif;
    --theme-font-family-heading: "Bitter", serif;
    --theme-line-height-small: 1.4;
    --theme-line-height-normal: 1.6;
    --theme-line-height-big: 1.8;
	
}

   	
.site-header .has-sticky-header.sticky-header-active {
    background-color: #d4213d;
    position: fixed;
    top: 0;
    z-index: 9999;
    width: 100%;
    transition: all 150ms linear;
}

.primary-menu a {
    display: block;
    font-size: 1.7rem;
    font-weight: 700;
    line-height: 1.2;
    padding: 1rem 0;
    text-decoration: none;
    word-break: normal;
    word-wrap: normal;
}

.is-sticky .main-navigation ul ul {
  top: calc(100% - 2px) !important;
}

/* skrócenie obszaru hover */
.masthead-main-navigation .menu-item-has-children > a {
  padding-bottom: 6px; /* mniejszy margines aktywacji */
}

/* normalne zachowanie sub-menu */
.masthead-main-navigation .sub-menu {
  top: calc(100% - 1px);
}

/* korekta w trybie sticky */
.has-sticky-header.is-sticky .masthead-main-navigation .sub-menu {
  top: calc(100% - 3px) !important;
  margin-top: 0 !important;
}

/* zapobieganie rozwijaniu przy przesunięciu */
.masthead-main-navigation li.menu-item-has-children:hover > .sub-menu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.masthead-main-navigation .sub-menu {
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.15s ease-in-out;
}

/* Kolor kategorii w trybie dark */
/* Wymuszone kolory dla linków kategorii w trybie dark */
[data-theme="dark"] body .newsxpress-meta.newsxpress-entry-categories a {
  color: #ffa014 !important;
}

.site-swiper-layout-carousal.theme-swiper-slider {
  margin-bottom: 0px !important;
}
.theme-swiper-control {
  margin-top: 45px !important;
}

.custom-widget-title {
  font-size: 14px !important;
  font-weight: 600 !important;
  margin-bottom: 10px;
  color: inherit !important;
  text-transform: uppercase;
  text-align: center;
}

