/*
Theme Name: Portyk
Author: Piotr Swidurski
Version: 2.0
*/

.navbar_desktop {
    background: #fff;
    border-bottom: 1px solid #eee;
    padding: 16px 0;
}

.navbar-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 24px;
}

.navbar-logo img {
    max-height: 60px;
}

.navbar-menu {
    flex: 1;
    text-align: center;
}

.main-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.main-menu li {
    display: inline-block;
    margin: 0 16px;
}

.main-menu a {
    text-decoration: none;
    color: #323235;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.navbar-cta .cta-button {
    background: #323235;
    color: #fff;
    padding: 12px 20px;
    text-decoration: none;
    font-weight: 600;
    display: flex;
    align-items: center;
    border-radius: 2px;
}

.cta-button .arrow {
    margin-left: 12px;
    font-size: 20px;
}

/*mapa opis*/
.jb-desc, .jb-addr {
    line-height: 1.6;
    font-size: 11px;

}

.jb-title {
    font-size: 19px;
}

.jb-link {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
}
.jb-link a {
    color: #232323 !important;
}
