/*--------------------------------------------------------------
# Main style & custom components
--------------------------------------------------------------*/

body {
    margin: 0;
    background: #fff;
    color: #0a0a0a;
    font-family: "Rajdhani", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.62857;
}


a {
    color: #41b670;
    background-color: transparent;
}

a:active,
a:hover {
    color: #41b670;
    outline: 0;
    text-decoration: none;
}


input[type="submit"] {
    width: auto;
}

input[type="submit"]:hover {}

.more {
    line-height: 2rem;
}

.more a {
    transition: .2s ease-in-out;
}

.more a:hover {
    background: transparent;
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.mastheader {
    padding: 2rem 0;
}

.logo {
    height: auto;
}

.logo img {
    max-width: 180px;
}

.navbar {
    margin: 0;
    padding: 0;
}

.navbar-light .navbar-nav .nav-link {
    color: #4b4b4b;
    margin: 0 2rem;
    padding: 0;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1rem;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #41b670
}

.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.open,
.navbar-light .navbar-nav .open > .nav-link {
    color: #41b670
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #292b2c;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 3px 1.5rem;
    clear: both;
    font-weight: 400;
    color: #292b2c;
    text-align: inherit;
    white-space: nowrap;
    background: 0 0;
    border: 0;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #1d1e1f;
    text-decoration: none;
    background-color: #f7f7f9;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #0275d8;
}

/*--------------------------------------------------------------
# Pages
--------------------------------------------------------------*/

.welcome {
    background: url('https://www.klient.net-advance.pl/wp-content/uploads/2020/01/bg.jpg') center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 822px;
}

.pw-archive h2 {
    font-size: 1.2rem;
    font-weight: 700;
    margin: 0 0 2rem 0;
}

.page-title {
    padding: 2rem 0;
    background: #41b670;
}

.page-title h1 {
    font-size: 1.4rem;
    margin: 0;
    font-weight: 700;
    color: #fff;
}

.page-wrapper {
    padding: 4rem 0;
    background: #f4f4f4;
}

.page-wrapper .entry-content .mr-2 {
    margin-right: .5rem !important;
    text-align: left;
    align-items: flex-start;
    justify-content: flex-start;
}

.klnt-na {
    padding: 3rem;
    background: #fff;
    font-size: 1.1rem;
}

.entry-content h2:first-child {
    margin-top: 0
}

.entry-content h2 {}

.entry-content p {}

.entry-content p:last-child {
    margin-bottom: 0
}

.klnt-na > * {
    margin-bottom: 4rem;
    padding-bottom: 4rem;
    border-bottom: 4px solid #eee;
}

.klnt-na > *:last-child {
    margin-bottom: 0rem;
    padding-bottom: 4rem;
    border-bottom: none
}

.klnt-na > * h2 {
    margin: 0 0 4rem 0;
    font-size: 1.4rem;
    font-weight: 900;
}

.klnt-na > * h2 span {
    background: #41b670;
    color: #ffffff;
    padding: .5rem 1.5rem;
}

.sm-line::after {
    content: "";
    display: block;
    height: 2px;
    width: 30px;
    background: #eee;
    margin: 2rem 0;
}

.pon::after {
    content: none
}

.sm-line h3 {
    margin: 0 0 .5rem 0;
    font-weight: 900;
    font-size: 1.2rem;
}

.sm-line p.sm-info,
.sm-line p {
    font-style: italic;
}

.sm-line ul {
    margin: 0 0 0 0;
    padding: 0 0 0 1rem;
    list-style-type: none;
}

.sm-line li {
    margin-bottom: .75rem;
}

.sm-line li::before {
    font-family: "Font Awesome 5 Pro";
    content: "\f0c1";
    display: inline-block;
    margin-right: 1rem;
    color: #41b670;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer-widget {}

#footer-widget h3 {}

#footer-widget h3::after {}

#footer-widget .widget {}

#footer-widget .widget p:last-child {}

#footer-widget a {}

body.page-id-2 footer#colophon {
    background: #fff;
    color: #0a0a0a;
}

footer#colophon {
    background: #0a0a0a;
    color: #fff;
    padding: 2rem 0;
}

.footer-credits {
    margin-bottom: 0;
    text-align: center
}

.footer-author {
    text-align: center
}

.footer-credits a,
footer#colophon a,
.footer-author a {
    font-weight: 700;
}

.footer-credits a:hover,
footer#colophon a:hover,
.footer-author a:hover {}
