/*

sensoplywaki

*/

:root {
    --col1: #01408d;
    --col2: #0157C0;
    --col3: #8D0140;
    --text: #434343;
    --borbis: #B0CB1F;
}

.col1 {
    color: var(--col1);
}

.col2 {
    color: var(--col2);
}

.col3 {
    color: var(--col3);
}

/* font */
@font-face {
    font-family: 'Suse';
    font-display: swap;
    src: url('/font/suse.ttf') format('truetype');
    font-weight: 100 800;
    font-style: normal;
}

html body, html #slide-out-widget-area .inner .off-canvas-menu-container li a {  
    font-family: 'Suse', sans-serif;  
    font-size: 18px;
    line-height: 1.5;
}

.bold, b, strong {
    font-family: 'Suse', sans-serif;  
}

html body h1, html body h2, html body h3, html body h4, html body h5, html body h6, html .nectar-button, html .row .col.section-title h1, html .row .col.section-title h2, html #page-header-bg h1, html .nectar-box-roll .overlaid-content h1, html button[type=submit], html input[type=button], html input[type=submit] {
    font-family: 'Suse', sans-serif;
    line-height: 1.2 !important;
}

html h1 {
    font-size: 300%;
}

html h2 {
    font-size: 200%;
}

html h3 {
    font-size: 160%;
}

html h4, html body #footer-widgets .widget h4 {
    font-size: 130%;
}

html h5 {
    font-size: 115%;
}

/* scroll */
::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar-thumb {
    background: var(--col1);
}

::-webkit-scrollbar-track {
    background: #fefefe;
}

/* menu */
html #top nav ul li a {
    color: var(--text);
}

html #top nav ul li.current-menu-item > a, html #top nav ul li:hover > a {
    color: var(--col1);
}

html body #header-outer[data-lhe=animated_underline] #top nav>ul>li:not([class*=button_])>a .menu-title-text:after {
    bottom: -6px;
}

/* intro */
html body.material .intro .nectar-button.jumbo:not([class*=see-through]) {
    background: #fff !important;
    color: var(--col1) !important;
}

html body.material .intro .nectar-button.jumbo:not([class*=see-through]):hover, html body .nectar-button.jumbo.see-through-2:hover {
    background: var(--col1) !important;
    color: #fff !important;
    border-color: var(--col1) !important;
}

html body.material .nectar-button {
    font-weight: 700;
    font-size: 110%;
    margin-bottom: 0;
}

html body.material .nectar-button:hover {
    opacity: 1 !important;
}

html body.material .intro .nectar-button.jumbo:not([class*=see-through]) {
    padding: 20px 50px !important;
}

html body .nectar-button.jumbo.see-through-2 {
    padding: 18px 50px !important;
}

/* zygzak */
html .vc-zigzag-inner {
    width: 126px !important;
}

/* kafelki */
html .nectar-fancy-box[data-style="parallax_hover"][data-align="bottom"] .meta-wrap .inner {
    padding-bottom: 35px;
    width: calc(100% - 100px);
    padding-right: 50px;
}

/* countery */
html .nectar-milestone .number.accent-color {
    font-size: 333.333% !important;
    line-height: 1 !important;
}

html .nectar-milestone .number, html .nectar-milestone .number.accent-color h2 {
    margin-bottom: 0;
    font-size: inherit;
    line-height: inherit !important;
}

html body .nectar-milestone .subject {
    font-size: 95%;
    line-height: 1.5;
}

/* page header */
.page-title {
    background-color: var(--col1);
    padding: 20px 0;
}

.page-title h1 {
    color: #fff;
    margin: 0;
    text-align: center;    
    text-transform: uppercase;
}

html #page-header-bg h1, html .nectar-box-roll .overlaid-content h1, .page-title h1 {
    font-size: 230%;
}

/* oferty */
.oferty .span_12 {
    justify-content: center;
}

.oferty .vc_col-sm-4 > .vc_column-inner {
    padding: 25px;
    text-align: center;
    transition: .3s ease;
}

.oferty .vc_col-sm-4 > .vc_column-inner:hover, .oferty .vc_col-sm-4 > .vc_column-inner:focus, .oferty .vc_col-sm-4 > .vc_column-inner:active {
    transform: scale(1.05);
}

.oferty .vc_col-sm-4 > .vc_column-inner > .wpb_wrapper {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.oferty .vc_col-sm-4 > .vc_column-inner > .wpb_wrapper > div {
    width: 100%;
}

.oferty .vc_col-sm-4 > .vc_column-inner > .wpb_wrapper .wpb_raw_code {
    margin-top: auto;
}

.oferty .vc_col-sm-4 > .vc_column-inner:hover .nectar-button, .oferty .vc_col-sm-4 > .vc_column-inner:focus .nectar-button, .oferty .vc_col-sm-4 > .vc_column-inner:active .nectar-button {
    background-color: var(--col2) !important;
}

html .oferty h3 {
    color: var(--col1);
    margin-bottom: 5px;
}

html .oferty .czas {
    color: var(--col2);
    font-weight: 500;    
}

.oferty .nectar-fancy-ul {
    margin-bottom: 25px;
    font-size: 90%;
    text-align: left;
}

html .nectar-fancy-ul ul, .container-wrap .nectar-fancy-ul[data-spacing="5px"] ul li:last-child {
    margin-bottom: 0;
}

.ceny {
    display: flex;
    flex-wrap: wrap;
}

.cena {
    width: 50%;
    line-height: 1.2;
}

.cena .ile {
    font-weight: 500;
    font-size: 90%;
    color: var(--col3);
}

.cena .war {
    font-weight: 700;
    font-size: 120%;
}

.cena:not(:first-child) {
    border-left: 1px solid #ccc;
}

/* blog - lista */
html body[data-header-resize="0"].blog .container-wrap {
    padding: 50px 0 0;
}

html .post-area.featured_img_left.span_12 article {
    margin-bottom: 50px;
}

html .post-area.featured_img_left .post-content-wrap .meta-category {
    display: none;
}

html .post-area.featured_img_left.span_12 .article-content-wrap .post-content-wrap {
    padding: 90px 0 90px 50px;
}

/* blog - wpis */
html body[data-button-style^="rounded"] #page-header-bg[data-post-hs="default_minimal"] .inner-wrap >a, html body[data-button-style^=rounded].single .heading-title[data-header-style=default_minimal] .meta-category a {
    display: none;
}

html body[data-ext-responsive=true].single-post #page-header-bg[data-post-hs=default_minimal] h1, html body[data-ext-responsive=true].single-post .heading-title[data-header-style=default_minimal] .entry-title {
    padding: 0 0 8px;
}

@media(min-width: 1001px) {
    html .single-post #page-header-bg[data-post-hs="default_minimal"] {
        height: 450px !important;
    }
}

html body.material #page-header-wrap, body[data-header-resize="0"] #page-header-wrap {
    height: auto !important;
}

html body.single-post.material[data-bg-header=true] .container-wrap {
    padding-top: 50px !important;
}

html .post .content-inner {
    padding-bottom: 0;
}

html body.single-post.material[data-bg-header=true] .container-wrap .main-content>.row {
    padding: 0;
}

html .blog_next_prev_buttons {
    margin-top: 50px;
}

/* kontakt */
html .kontakt .iwt-text h4 {
    margin-bottom: 2px;
}

.kontakt .iwt-text a {
    color: inherit;
}

.kontakt .iwt-text a:hover {
    color: var(--col2);
}

.kontakt iframe {
    display: block;
    border-radius: 15px;
}

/* formularz kontaktowy  */
.form-row {
    display: flex;
    flex-wrap: wrap;
    margin: -5px;
}

.form-col {
    width: 100%;
    padding: 5px;
}

.form-half {
    width: 50%;
}

.form-third {
    width: 33.333%;
}

.form-row p {
    padding: 0;
    margin: 0;
}

html input[type=date], html input[type=email], html input[type=number], html input[type=password], html input[type=search], html input[type=tel], html input[type=text], html input[type=url], html textarea, html select {
    font-size: 90% !important;
    line-height: 1.5;
    display: block;
}

html .wpcf7-form .wpcf7-not-valid-tip {
    box-shadow: none;
    padding: 0;
    position: absolute;
    left: 12px;
    bottom: 0;
    top: initial;
    background: transparent;
    line-height: 1;
    font-size: 66%;
}

textarea {
    resize: none;
    height: 130px;
}

html input:-webkit-autofill {
    transition: background-color 9999s, border-color .2s ease;
}

.wpcf7-list-item {
    margin: 0;
}

.form-zgoda {
    font-size: 77%;
    line-height: 1.5;
}

.wpcf7-form p span {
    color: var(--text);
}

.form-zgoda input {
    margin: 0 5px 0 0;
    position: relative;
    top: 2px;
} 

.form-submit {
    text-align: center;
    margin-top: 5px;
}

span.wpcf7-spinner {
    display: none;
}

html body[data-button-style=rounded] .container-wrap input[type=submit] {
    font-size: 110%;
    line-height: 1.5;
    padding: 16px 35px !important;
}

html body[data-button-style^="rounded"] input[type=submit]:disabled {
    pointer-events: none;
    opacity: .5;
}

html body[data-button-style^="rounded"] input[type=submit]:hover {
    opacity: 1;
    background: var(--col2) !important;
}

.wpcf7 form .wpcf7-response-output {
    margin: 20px 0 0;
    padding: 10px;
    background: #b10;
    color: #fff;
    border: 0;
    font-size: 77%;
    line-height: 1.4;
    text-align: center;
    border-radius: 4px;
}

/* footer */
html #footer-outer {
    background: var(--col1);
}

html body #footer-widgets .row {
    padding: 35px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: -15px;
}

html body #footer-widgets .row:before, html body #footer-widgets .row:after, html body #footer-widgets .row > .col:before, html body #footer-widgets .row > .col:after {
    display: none;
}

html body #footer-widgets .row > .col:first-child {
    align-self: center;
}

html body #footer-widgets .row > .col {
    float: none;
    width: auto;
    margin: 0 !important;
    padding: 15px;
}

body #footer-widgets .widget h4 {
    color: #fff;
    margin-bottom: 12px;
}

html #footer-widgets a:hover, html #footer-widgets a:focus, html #footer-widgets a:active {
    color: #fff !important;
}

#footer-outer #footer-widgets .col .dana {
    display: flex;
}

#footer-outer #footer-widgets .col .dana:not(:last-child) {
    margin-bottom: 15px;
}

#footer-outer #footer-widgets .col .dana i {
    line-height: inherit;
    color: #fff;
    width: 20px;
    margin-right: 10px;
    top: 0;
}

#footer-outer #footer-widgets .col .dana a {
    display: block;
}

html .material #footer-outer #footer-widgets .col ul li {
    padding: 0 !important;
}

html .material #footer-outer #footer-widgets .col ul li a {
    display: block;
    padding: 2px !important;
}

html .material #footer-outer #footer-widgets .col ul {
    margin: -2px 0 !important;
}

/* footer - copyright*/
html #footer-outer #copyright {
    font-size: 85%;
    background: rgb(0 0 0 / 15%);
    padding: 15px 0;
    color: #aaa;
}

html #footer-outer #copyright a {
    color: var(--borbis) !important;
}

/* rwd */
@media(max-width: 1000px) {
    html body.single-post.material[data-bg-header=true] .container-wrap, html body[data-header-resize="0"].blog .container-wrap {
        padding-top: 40px !important;
    }
    
    html .post-area.featured_img_left.span_12 article {
        margin-bottom: 40px;
    }
    
    html .post-area.featured_img_left .post-content-wrap .meta-category {
        display: none;
    }
    
    html .post-area.featured_img_left.span_12 .article-content-wrap .post-content-wrap {
        padding: 20px 0 0;
    }

    html #footer-outer .widget.widget_media_image img {
        height: 50px !important;
        width: auto !important;
    }

    html body {  
        font-size: 16px;
    } 
    
    html h1 {
        font-size: 260%;
    }

    .minHeightBg {
        min-height: 300px;
    }

    .form-half, .form-third {
        width: 100%;
    }

    html .nectar-milestone .number.accent-color {
        font-size: 300% !important;
    }
}

@media(max-width: 690px) {
    html body.single-post.material[data-bg-header=true] .container-wrap, html body[data-header-resize="0"].blog .container-wrap {
        padding-top: 30px !important;
    }
    
    html .post-area.featured_img_left.span_12 article {
        margin-bottom: 30px;
    }
    
    html .post-area.featured_img_left .post-content-wrap .meta-category {
        display: none;
    }

    html body.material .intro .nectar-button.jumbo:not([class*=see-through]) {
        padding: 16px 40px !important;
        margin-right: 15px !important;
    }
    
    html body .nectar-button.jumbo.see-through-2 {
        padding: 14px 40px !important;
    }

    html body {  
        font-size: 15px;
    }

    .page-title {
        padding: 15px 0;
    }

    html .nectar-fancy-box[data-style="parallax_hover"][data-align="bottom"] .meta-wrap .inner {
        padding-bottom: 25px;
        width: calc(100% - 70px);
        padding-right: 35px;
    }

    html h1 {
        font-size: 220%;
    }

    html #page-header-bg h1, html .nectar-box-roll .overlaid-content h1, .page-title h1 {
        font-size: 210%;
    }

    html body h2, html body .row .col h2 {
        font-size: 180%;
    }

    html body h3, html body .row .col h3 {
        font-size: 135%;
    }
}

.grecaptcha-badge {
    display: none !important;
}