/*
 Theme Name:   Szkola Zalasowa
 Author:       itlu sp. z o.o
 Author URI:   https://itlu.pl
 Template:     kids-school
 Version:      1.0.1
*/

#top-bar {
    background-color: #7764C9;
}

.btn {
    background-color: #7764C9;
    border-color: #7764C9;
}

.entry-meta .cat-links a {
    background-color: #7764C9;
}

a {
    color: #7764C9;
}

.d-none {
    display: none !important;
}

@media screen and (min-width: 1024px) {
    .main-navigation ul.nav-menu .current_page_item > a, .main-navigation ul.nav-menu .current-menu-item > a, .main-navigation ul.nav-menu .current_page_ancestor > a, .main-navigation ul.nav-menu .current-menu-ancestor > a, .main-navigation ul.nav-menu > li:hover > a, .main-navigation ul.nav-menu > li.focus > a {
        color: #7764C9;
    }
}
.skip-link {
    background: #000;
    color: #fff;
    padding: 0;
    margin: -1px;
    border-width: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    position: absolute !important;
    width: 1px;
    height: 1px;
    line-height: 1px;
    overflow: hidden;
    word-wrap: normal !important;
}
.skip-link:focus {
    clip: auto !important;
    -webkit-clip-path: none;
    clip-path: none;
    display: block;
    width: auto;
    height: auto;
    left: 0.382rem;
    top: 0.382rem;
    padding: 15px;
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    text-decoration: none;
    background-color: #36b;
    color: #fff;
    z-index: 100000;
}
#dd-block {
    position: relative;
}
#dd-block img {
    width: auto;
    height: calc(100% - 20px);
    top: 10px;
    left: 10px;
    position: absolute;
}
#dd-block a {
    text-decoration: none;
}
#dd-block strong {
    position: relative;
    font-size: 20px;
    text-decoration: none;
    text-transform: uppercase;
}