/*
Theme Name: ListingHive Child
Author: HivePress (modyfikacje: Zuzanna Cyunel)
Author URI: https://hivepress.io
Theme URI: https://hivepress.io/themes/listinghive
Description: Child theme for ListingHive – motyw potomny umożliwiający bezpieczne wprowadzanie własnych modyfikacji wyglądu i funkcji motywu ListingHive.
Version: 1.0.0
Template: listinghive
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: listinghive-child
*/

/* Ustawienie wielkości logo w nagłówku */
.header-logo img {
    width: 200;   /* tutaj wpisz szerokość, jaką chcesz */
    height: auto;   /* automatyczne dopasowanie wysokości */
    max-height: 80px; /* opcjonalnie, ogranicza maksymalną wysokość */
}

/* Zmiana rozmiaru nazwy strony w nagłówku */
.header-logo__name {
    font-size: 28px; /* wpisz swoją wartość */
}

/* Zmiana rozmiaru opisu strony */
.header-logo__description {
    font-size: 16px; /* wpisz swoją wartość */
}

/* Zmiana rozmiaru elementów menu w nagłówku */
.header-navbar__menu ul li a {
    font-size: 17px; /* wpisz swoją wartość */
}
/* Zmiana rozmiaru elementów menu w stopce */
.footer-navbar__menu ul li a {
    font-size: 17px; /* wpisz swoją wartość */
}

.footer-widget .contact a {
  text-decoration: none;
  color: inherit;
  font-size: inherit;	
}

.footer-widget .contact a:hover {
  color: inherit;
}

.footer-widget {
    font-size: 13px;
}

.footer-hours .day-row {
  display: flex;          /* elementy w jednej linii */
  justify-content: flex-start; /* dzień po lewej, godziny po prawej */
  margin-bottom: 4px;     /* odstęp między wierszami */
}

.footer-hours dt {
  font-weight: 600;
}

.footer-hours dd {
  margin-left: 4px;              /* usuwa domyślny margines */
}

/* 
.hp-footer {
  background-color: #222;	
  color: #fff;
} 
*/


/* Kolor tekstu nagłówka */
.header-hero--title,
.header-hero__content h1 {
    color: inherit; /* tu wpisz swój kolor tekstu */
	font-size: 18px;
}

/* Kolor tła całej sekcji nagłówka */
.header-hero__content {
    background-color: #dcd1be; /* wpisz swój kolor tła */
}

/* Ukrycie nagłówka */
.header-hero,
.header-hero--title,
.header-hero__content {
    display: none;
}
