@charset 'utf-8';
/*
 Theme Name:   Adrena Child
 Theme URI:    http://adrena.ancorathemes.com/
 Description:  Adrena - Fully Responsive and Mobile Friendly theme
 Author:       AncoraThemes
 Author URI:   https://ancorathemes.com/
 Template:     adrena
 Version:      1.0
 Tags:         light, inheritable theme-options
 Text Domain:  adrena
*/



/* =Theme customization starts here
-------------------------------------------------------------- */

/* modyfikacja menu sidebar */
/* Podstawowe ustawienia tylko w .widget_area */
.widget_area .menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.widget_area .menu li {
    border-bottom: 1px solid #ddd;
}

.widget_area .menu li:last-child {
    border-bottom: none;
}

.widget_area .menu li a {
    display: block;
    padding: 8px 12px;
    text-decoration: none;
    color: #333;
}

/* Rodzic (ma podmenu) – wyróżniony */
.widget_area .menu-item-has-children > a {
    font-weight: bold;
    background: #f7f7f7;
}

/* Podmenu – cofnięte i oddzielone linią */
.widget_area .sub-menu {
    list-style: none;
    margin: 0;
    padding: 0 0 0 15px;
    border-left: 2px solid #eee;
}

.widget_area .sub-menu li a {
    font-size: 14px;
    color: #555;
}

/* Efekt hover – delikatne podświetlenie */
.widget_area .menu li a:hover {
    background: #eaeaea;
}

/* nagłówki */
.entry-content h2 {
	font-size: 30px
}

.wpb_wrapper h3 {
	font-size: 25px;
}

.post_meta {
	display: none !important;
}