/*

kevin
fajfer

*/

:root {
    --col1: #0073ff;
    --col2: #f3ff06;
    --col3: #00479d;
    --col4: #d4c802;
    --col5: #111;
    --borbis: #B0CB1F;
}

.col1 {
    color: var(--col1);
}

.col2 {
    color: var(--col2);
}

html body h1, html body h2, html body h3, html body h4, html body h5, html body h6, html body .row .col h1, html body .row .col h2, html body .row .col h3, html body .row .col h4, html body .row .col h5, html body .row .col h6 {
    color: var(--col5);
}

html body .light h1, html body .light h2, html body .light h3, html body .light h4, html body .light h5, html body .light h6, html body .row .col.light h1, html body .row .col.light h2, html body .row .col.light h3, html body .row .col.light h4, html body .row .col.light h5, html body .row .col.light h6 {
    color: #fff;
}

/* scroll */
::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(to top, var(--col1), var(--col3));
}

::-webkit-scrollbar-track {
    background: linear-gradient(to top, var(--col4), var(--col2));
}

/* menu */
html #header-outer.transparent[data-lhe="default"] #top nav > ul > li > a:hover {
    color: var(--col2) !important;
}

html #header-outer[data-format=default] #social-in-menu {
    margin-left: 15px;
}

html body.material #header-outer #social-in-menu i {
    height: 36px;
    line-height: 36px;
    background: var(--col1);
    color: #fff;
    transform: none;
    border-radius: 10px;
    transition: .3s ease;
}

html body.material #header-outer #top nav>ul #social-in-menu a:hover i {
    background: var(--col3);
    color: var(--col2);
}

/* slider */
.nectar-slider-wrap[data-caption-trans="reveal_title"] .swiper-slide .content .ns-heading-el {
    margin-bottom: 0;
    color: var(--col2) !important;
}

.nectar-slider-wrap[data-caption-trans="reveal_title"] .swiper-slide .content .ns-heading-el > .word:first-child {
    color: var(--col3);
}

/* video slide bez ken burns */
html .nectar-slider-wrap[data-bg-animation="ken_burns"] .slide-video_bg .slide-bg-wrap {
    transform: scale(1.35) !important;
}

/* dividery */
.centered-text .divider-small-border {
    position: relative;
    transform: skewX(30deg);
    background: linear-gradient(to top, var(--col1), var(--col3));
}

.centered-text .divider-small-border:before {
    content: "";
    position: absolute;
    width: 50%;
    height: 100%;
    background: linear-gradient(to top, var(--col4), var(--col2));
    top: 0;
    right: 0;
    transform: skewX(-60deg);
}

/* o mnie */
p.large {
    font-size: 115%;
    line-height: 1.5;
    font-weight: 600;
}

p:not(:last-child) {
    padding-bottom: 20px;
}

@media(min-width: 1001px) {
    .half_transparent_filter .img-with-aniamtion-wrap .inner {
        position: relative;
    }
    
    .half_transparent_filter .img-with-aniamtion-wrap .inner:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(to left, transparent, #fff);
    }
}

/* team */
#team .img-with-aniamtion-wrap[data-shadow=medium_depth] .hover-wrap {
    box-shadow: 12px 12px 0 var(--col2);
    margin-bottom: 30px;
}

#team h4 {
    margin-bottom: 0;
}

#team p {
    font-weight: 300;
    font-size: 105%;
    line-height: 1.45;
}

/* sponsorzy */
.sponsorzy > .vc_column-inner > .wpb_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: -15px;
}

.sponsorzy > .vc_column-inner > .wpb_wrapper .hover-wrap {
    margin: 0;
}

.sponsorzy > .vc_column-inner > .wpb_wrapper .img-with-aniamtion-wrap .hover-wrap .hover-wrap-inner img.img-with-animation {
    padding: 15px;
    width: auto;
    height: auto;
    max-height: 90px;
    max-width: 200px;
}

.sponsorzy.duzi > .vc_column-inner > .wpb_wrapper .img-with-aniamtion-wrap .hover-wrap .hover-wrap-inner img.img-with-animation {
    max-height: 150px;
    max-width: 400px;
}

/* galeria */
html .single-portfolio .row.project-title .container .title-wrap {
    padding-bottom: 0;
}

html .portfolio-items[data-ps="9"] .col .work-item {
    margin-bottom: 15px;
}

html .portfolio-items[data-ps="9"] .col h4.title {
    text-transform: none;
    font-weight: 400;
}

html .portfolio-items[data-ps="9"] .col p {
    display: none;
}

.bottom_controls #portfolio-nav .previous-project {
    text-align: right;
}

.bottom_controls #portfolio-nav .next-project {
    text-align: left;
}

html .portfolio-filters-inline .container > ul a, html .portfolio-filters-inline .container > ul #sort-label {
    font-size: 100%;
    line-height: 1.5;
}

/* pattern */
.pattern-div .nectar-shape-divider-wrap:after, .pattern .inner-wrap.row-bg-layer:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(/img/pattern.png);
    background-repeat: repeat;
    background-size: 25px;
    opacity: .025;
}

/* kontakt */
.form-row {
    display: flex;
    flex-wrap: wrap;
    margin: -5px;
}

.form-col {
    width: 100%;
    padding: 5px;
}

.form-third {
    width: 33.333%;
}

.form-row p {
    padding: 0;
    margin: 0;
}

.form-rodzaj {
    display: none;
}

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: 12px;
}

textarea {
    resize: none;
    height: 150px;
}

html input:-webkit-autofill {
    transition: background-color 9999s, border-color .2s ease;
}

.wpcf7-list-item {
    margin: 0;
}

.form-zgoda {
    font-size: 80%;
    line-height: 1.5;
}

.wpcf7-form p span {
    color: #a4a4a4;
}

.form-zgoda input {
    margin: 0 5px 0 0;
    position: relative;
    top: 2px;
} 

.form-submit {
    text-align: center;
    margin-top: 15px;
}

span.wpcf7-spinner {
    display: none;
}

html body[data-form-submit="regular"] input[type=submit]:hover {
    opacity: 1 !important;
    background-color: var(--col3) !important;
}

/* footer */
#copyright .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

#copyright .container .col {
    float: none;
    margin: 0;
    width: auto;
}

#copyright .container .col:not(:last-child) {
    margin-right: 20px;
}

#copyright .container:before, #copyright .container:after, #copyright .container .col:before , #copyright .container .col:after {
    display: none;
}

html body #footer-outer #copyright p a:not(.nectar-button), html body #footer-outer #copyright p a:not(.nectar-button):hover {
    color: var(--borbis) !important;
}

/* socialki */
.social-side-icons {
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 115px;
}

.admin-bar .social-side-icons {
    top: 147px;
}

.social-side-icons a {
    display: block;
    width: 35px;
    height: 35px;
    margin-bottom: 5px;
    background-size: cover;
    border-radius: 0 2px 2px 0;
}

.social-side-icons .fb {
    background-image: url(/img/soc/fb.png);
}

.social-side-icons .in {
    background-image: url(/img/soc/in.png);
}

.social-side-icons .ln {
    background-image: url(/img/soc/ln.png);
}

/* rwd */
@media(max-width: 1000px) {
    html .half_transparent_filter .img-with-aniamtion-wrap .inner {
        -webkit-mask: none;
    }

    p.large {
        font-size: 110%;
    }

    html body.material #slide-out-widget-area-bg.slide-out-from-right {
        background-color: var(--col5);
    }

    html body {
        font-size: 16px;
        line-height: 1.5;
    }

    html body .nectar-slider-wrap[data-full-width="true"] .swiper-slide .content h2 {
        font-size: 320% !important;
        line-height: 1 !important;
    }

    html .nectar-slider-wrap[data-full-width="true"] .swiper-slide .content p {
        font-size: 140% !important;
        line-height: 1.3 !important;
    }

    .sponsorzy > .vc_column-inner > .wpb_wrapper .img-with-aniamtion-wrap .hover-wrap .hover-wrap-inner img.img-with-animation {
        max-height: 50px;
    }
    
    .sponsorzy.duzi > .vc_column-inner > .wpb_wrapper .img-with-aniamtion-wrap .hover-wrap .hover-wrap-inner img.img-with-animation {
        max-height: 80px;
    }

    .sponsorzy > .vc_column-inner > .wpb_wrapper .img-with-aniamtion-wrap .hover-wrap .hover-wrap-inner img.img-with-animation {
        max-height: 57px;
        max-width: 123px;
    }
    
    .sponsorzy.duzi > .vc_column-inner > .wpb_wrapper .img-with-aniamtion-wrap .hover-wrap .hover-wrap-inner img.img-with-animation {
        max-height: 85px;
        max-width: 190px;
    }
}

@media(max-width: 690px) {
    html body .nectar-slider-wrap[data-full-width="true"][data-fullscreen="false"] .swiper-slide .content h2 {
        font-size: 280% !important;
        line-height: 1 !important;
    }

    html .nectar-slider-wrap[data-full-width="true"][data-fullscreen="false"] .swiper-slide .content p {
        font-size: 120% !important;
        line-height: 1.35 !important;
    }

    #team .inner_row[data-column-margin="50px"] .child_column:not([class*="vc_col-xs-"]):not(:last-child) {
        margin-bottom: 30px;
    }

    html body h2, html body .row .col h2 {
        font-size: 215%;
        line-height: 1.2;
    }

    #team .img-with-aniamtion-wrap[data-shadow=medium_depth] .hover-wrap {
        box-shadow: 10px 10px 0 var(--col2);
        margin-right: 10px;
    }

    .form-third {
        width: 100%;
    }

    html body.single-portfolio .row .col.section-title.span_12 h1 {
        width: 100%;
        font-size: 215%;
        line-height: 1.1;
    }
}