/* CONTAINER*/
.container,
body.helix-ultimate .sppb-row-container {
    max-width: 1400px !important;
}
.sppb-row-container {
    max-width: 1400px !important;
}
/* MENU */
.offcanvas-inner {
	margin-top: 50px;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a, .offcanvas-menu .offcanvas-inner .sp-module ul > li span {
    display: block;
    font-size: 1.2rem;
    padding: 0.825rem 0;
    position: relative;
    font-weight: 700;
    font-family: 'Montserrat';
}
#offcanvas-toggler {
    font-size: 35px !important;
}
#sp-header.header-sticky ~ section#sp-main-body {
    padding-top: 0px;
}
#sp-header {
    box-shadow: none;
}
.sp-menu-item.pink::before,
.sp-menu-item.light-pink::before,
.sp-menu-item.blue::before,
.sp-menu-item.aquamarine::before,
.sp-menu-item.purple::before,
.sp-menu-item.yellow::before,
.sp-menu-item.orange::before {
    content: '';
    display: block;
    height: 3px;
    width: 100%;
    background: #FF025A;
    position: absolute;
    bottom: 0px;
}
.sp-menu-item.blue::before {
    background: #1980F3;
}
.sp-menu-item.aquamarine::before {
    background: #0DC5B6;
}
.sp-menu-item.purple::before {
    background: #865CAE;
}
.sp-menu-item.yellow::before {
    background: #FFD216;
}
.sp-menu-item.orange::before {
    background: #FF724A;
}
.sp-menu-item.light-pink::before {
    background: #FFA9C6;
}
.sp-megamenu-parent > li > a {
    text-transform: uppercase;
    letter-spacing: 0.3px;
}
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
    border-right: 1px solid #F2F2F2;
    padding: 0 32px;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
    background: #fff;
    border-radius: 0px 0px 20px 20px;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.2);
    padding: 30px;
}
/* AKTUALNOŚCI */
.articles-leading {
    border-radius: 5px;
}
.article-list .article .article-header h1 a,
.article-list .article .article-header h2 a {
    color: #212529;
    font-size: 31px;
    font-weight: 600;
}
.article p {
    font-size: 19px;
    line-height: 160%;
    color: #404040;
}
.article-list .article {
    margin-bottom: 30px;
    padding: 25px;
    border: 1px solid #eee;
    border-radius: 5px;
}
.article-list .article .article-intro-image {
    border-radius: 0px;
    border-bottom: 0px solid #f5f5f5;
    float: left;
    margin: 30px;
}
.article-info .published {
	color: #FF025A;
}
.article-details .article-header h1,
.article-details .article-header h2 {
    font-size: 3.05rem;
    font-weight: 800;
    color: #212529;
}
/* FORMULARZ KONTAKTOWY*/
.regulamin-form h5 {
    font-size: 14px;
    font-weight: 300;
    line-height: 25px;
}