/* Menu Child theme css - kolory klasztorne - mniszki*/

.mmenu > li > a:hover { color: #ebb9bf; }
.mmenu > li > a.hover { color: #ebb9bf; }

.mmenu > li > a:nth-child(1) {
    margin-left: 5px;
    width: 138px;
}

.mmenu > li > a:nth-child(2),
.mmenu > li > a:nth-child(3),
.mmenu > li > a:nth-child(4),
.mmenu > li > a:nth-child(5) {
    max-width: 138px;
}

#menu-main-menu-1 li:last-child ul li a {
    padding: 9px 5px 9px 10px;
}

.menu-header ul ul:hover,
.menu-header ul li.hover ul { background-color: #ebb9bf; }
.menu-header ul ul a { 
    font-size: 13px;
    line-height: 12px;
    color: #fff;
}

.menu-header ul li:last-child ul a {
    width: 138px;
}

.menu-header ul li.current_page_item > a,
.menu-header ul li.current-menu-ancestor > a,
.menu-header ul li.current-menu-item > a,
.menu-header ul li.current-menu-parent > a {
    font-weight: bold;
}

#page-navigation #main-menu .panel-menu .menu-item-48 {
    float: right !important;
    text-align: right !important; 
}

@media screen and (max-width: 980px) and (min-width: 960px) {
    .mmenu > li > a,
    .menu-header li, div.menu li {
        max-width: 135px;
    }
    .bg_menu,
    .mmenu .drop-six-columns {
        width: 100%;
    }
}

