/*
Theme Name: MCSNeo
Author: MCS Group
Author URI: https://www.mcsgroup.pl
License: Private
Text Domain: mcsneo
*/

body {
    background-color: #fff;
    color: #1d1d1d;
    font-family: Arial, Halvetica, sans-serif;
}

h1, h2, h3, h4, h5 {
    margin: 0;
    padding: 0;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
}

* {
    -webkit-border-radius: 0 0 0 0 !important;
    border-radius: 0 0 0 0 !important;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}


/* HEADER */
#header {
    background: url(img/svg/components/wave-1-top-sm.svg) no-repeat center 0 transparent;
    min-height: 126px;
    margin-bottom: 15px;
    background-size: 1920px, 140px;
}

.contact-top {
    margin-top: 15px;
    padding-bottom: 5px;
    text-align: right;
    color: #777
}

.contact-top a {
    color: #777
}

.contact-top img {
    margin-top: -5px;
    margin-right: 15px;
    max-height: 20px;
}

.logo h1 {
    padding-top: 15px;
    font-style: italic;
    font-size: 21px;
    color: #29225d;
}

.logo img {
    max-height: 75px;
    margin-right: 15px;
}

.home-kw-a:hover, .home-kw-a:focus {
    text-decoration: none;
}

/* WRAP */
#wrap .video-cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
}
#wrap .inner-home {
    z-index: 10;
}

.home .header-home-kajaki, .home .header-home-sprzet {
    position: absolute;
    z-index: 100;
}
.header-home-kajaki, .header-home-sprzet {
    width: 100%;
    border: 0 !important;
}

.video-wrapper {
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.video-wrapper::before {
    content: "";
    display: block;
    padding-top: 56.25%;
}
.video-wrapper iframe {
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.header-sprzet .navbar-navigo .navbar-nav > li > a {
    color: #1d1d1d;
}

.wrap-home-kajaki, .wrap-home {
    background: transparent url("img/back/back_home-kajaki.jpg") no-repeat center center;
    background-size: cover;
    max-width: 1560px;
    margin: -105px auto 0;
    height: 70vh;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: -1;
}

.home .wrap-home-kajaki, .wrap-home {
    margin: 0 auto;
    position: inherit;
    z-index: inherit;
}

.wrap-home {
    background: url("img/back/back_home-sprzet.jpg") no-repeat transparent;
    background-size: cover;
}

.inner-home {
    display: block;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    color: #fff;
}

.inner-home-sprzet {
    width: 70%;
    text-align: left;
    text-shadow: 1px 1px 0 #000;
}

.home .inner-home h1 {
    opacity: 0.5;
}

.inner-home h1 {
    font-size: 5em;
    opacity: 1;
}

.inner-home-sprzet h2 {
    font-size: 4em;
}

.inner-home p {
    font-size: 2.4em;
    font-weight: 300;
    text-transform: uppercase;
}


/* WRAP OUTER */
#wrap-under {
    margin-top: 30px;
}
#wrap-under .kw {
    display: flex;
    align-content: center;
    align-items: center;
    min-height: 50vh;
    padding: 15px 15px 30px;
    border: 1px solid #efefef;
}

#wrap-under .kw a, #wrap-under .kw a:hover, #wrap-under .kw a:focus, .info-box a:hover, .info-box a:focus {
    text-decoration: none;
}

#wrap-under .kw-background {
    background: url("img/back/back_kw-background.jpg") no-repeat transparent center center;
    background-size: cover;
}

#wrap-under .kw-content {
    display: block;
    text-align: left;
    width: 100%;
    margin: 0 auto;
    color: #000;
}

#wrap-under .kw-content h2 {
    font-size: 2.6em;
}

#wrap-under .kw-content span {
    display: block;
    margin: 15px 0;
    text-transform: uppercase;
    font-weight: 600;
}

#wrap-under .kw-content p {
    font-weight: 300;
}

#wrap-under .kw-content img {
    margin-bottom: 30px;
}

.home-kajaki-cta {
    background: url("img/back/back_home-kajaki-content.png") no-repeat center 50px #377dff;
    padding: 130px 15px;
    text-align: center;
    color: #fff;
}

.home-kajaki-cta h4 {
    font-size: 5em;
}

/* INFO BOX */
.row-grey {
    background-color: #efefef;
}

.info-box {
    display: flex;
    align-content: center;
    align-items: center;
    min-height: 60vh;
    background-color: #fff;
    margin: 15px 0;
    padding: 30px;
}

.info-box-inner {
    display: block;
    text-align: left;
    width: 100%;
    margin: 0 auto;
    color: #000;
}

.info-box-img01 {
    background: url("img/back/back_infobox01.jpg") no-repeat right center transparent;
    background-size: cover;
    min-height: 30vh;
}

.info-box-img02 {
    background: url("img/back/back_infobox02.jpg") no-repeat right center transparent;
    background-size: cover;
    min-height: 30vh;
}

.info-box h4 {
    margin-bottom: 30px;
    font-size: 2em;
}

.info-box p {
    font-weight: 300;
}

.col-rowery {
    background: url("img/back/back_col-rowery.png") no-repeat transparent;
    background-size: cover;
}

.col-lodzie {
    background-color: #fff;
}

.col-kajaki {
    background: url("img/back/back_col-kajaki.jpg") no-repeat center bottom transparent;
    background-size: cover;
}

.col-przyczepy {
    background: url("img/back/back_col-przyczepy.png") no-repeat transparent;
    background-size: cover;
}

.col-akcesoria {
    background-color: #377dff;
    color: #fff;
}

#wrap-under .col-akcesoria .kw-content {
    color: #fff;
}

.col-rowery .kw-content, .col-kajaki .kw-content, .col-przyczepy .kw-content {
    background-color: rgba(255, 255, 255, 0.85);
    padding: 15px;
    color: #000 !important
}

/* ARCHIVE */
#wrap-archive h2 {
    margin: 15px 0;
    font-weight: 400;
    font-family: 'Roboto Slab', serif;
    font-size: 1.2em;
    text-transform: none;
}

#wrap-archive h4, .c-sprzet-wodny h4 {
    margin-bottom: 1rem;
}

#wrap-archive p {
    font-weight: 300;
    font-size: 1em;
}

.dane {
    background-color: #377dff;
    width: 150px;
    height: 150px;
    margin-right: 15px;
    margin-bottom: 15px;
    padding: 60px 5px 15px;
    text-align: center;
    font-weight: 300;
    font-size: 3.5em;
    color: #fff;
}

.single-przyczepy .dane, .single-przyczepy_podlodziow .dane {
    padding: 70px 15px 15px;
    font-size: 4em
}

.dane span {
    font-size: 0.2em
}

.dane01 {
    background: url("img/dane/dane01.png") no-repeat center 15px #377dff;
}

.dane02 {
    background: url("img/dane/dane02.png") no-repeat center 15px #377dff;
}

.dane03 {
    background: url("img/dane/dane03.png") no-repeat center 15px #377dff;
}

.dane04 {
    background: url("img/dane/dane04.png") no-repeat center 15px #377dff;
}

.dane05 {
    background: url("img/dane/dane05.png") no-repeat center 15px #377dff;
}

.dane06 {
    background: url("img/dane/dane06.png") no-repeat center 15px #377dff;
}

.single-opis h5 {
    font-family: 'Roboto Slab', serif;
    font-size: 2em;
    font-weight: 300;
    margin-bottom: 15px;
}


/* LIST SPLYWY KAJAKOWE */
#wrap-archive.list-splywy-kajakowe h2 {
    margin: 0;
}

#wrap-archive.list-splywy-kajakowe p {
    font-weight: 400;
    font-size: 1em;
}

#wrap-archive.list-splywy-kajakowe .splywy-list {
    overflow: hidden;
    display: flex;
    align-content: center;
    align-items: center;
    min-height: 250px;
    background-size: cover;
    background-position: center center;
    flex-direction: column;
    justify-content: center;
}

.splywy-list-svg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.wyroznienie {
    opacity: 0.9;
    overflow: hidden;
    position: relative;
    z-index: 50;
    width: 70%;
    line-height: 30px;
    color: #fff;
}

.wyroznienie_promocja {
    padding-left: 15px;
    background-color: red;
    color: #fff;
}

.wyroznienie_polecany {
    padding-left: 15px;
    background-color: #ff3e00;
    color: #fff;
}

.wyroznienie_trudnosc {
    padding-left: 15px;
    background-color: #333;
    color: #fff;
}

.wyroznienie svg {
    top: -2px;
    position: relative;
    height: 20px;
    left: -5px;
}

.wyroznienie-btm-svg {
    bottom: 0;
    position: absolute;
    z-index: 55;
    background-color: #fff;
    width: 100%;
    max-width: 100%;
}

.thumb-header {
    display: flex;
    text-align: center;
}

#wrap-archive.list-splywy-kajakowe .thumb-header h2 {
    text-transform: uppercase;
    font-size: 1.6em;
    color: #fff;
}

#wrap-archive.list-splywy-kajakowe .thumb-header a, #wrap-archive.list-splywy-kajakowe .thumb-header a:hover, #wrap-archive.list-splywy-kajakowe .thumb-header a:focus {
    text-decoration: none;
}

/* SPLYWY SINGLE */
#single h1 {
    margin-bottom: 15px;
    font-family: 'Roboto Slab', serif;
    font-weight: 400;
    font-size: 1.4em;
}

.single-kontakt {
    margin-bottom: 15px;
}

.single-kontakt .btn-navigo {
    margin-top: 15px;
    font-size: 1.1em;
}

#single h4.cennik {
    font-family: 'Roboto Slab', serif;
}

#single table {
    margin-bottom: 0;
}

#single h3 {
    font-family: 'Roboto Slab', serif;
    text-transform: unset;
}

.embed-responsive {
    margin-bottom: 30px;
}

.row-splywy-galeria div {
    margin-bottom: 15px;
    padding-right: 0;
}


/* PODSTRONY */
#about {
    padding: 70px 0 50px;
}

#about h3 {
    margin-bottom: 50px;
    font-family: 'Roboto Slab', serif;
    text-align: center;
    font-size: 3em;
    font-weight: 300;
}

.kw {
    padding-top: 30px;
    text-align: center;
}

.kw h4 {
    margin: 30px 0;
    font-family: 'Roboto Slab', serif;
    font-size: 1.7em;
    font-weight: 300;
    text-transform: none;
}

.kw01, .kw02, .kw03, .kw04 {
}

.col-informacje h2, .col-informacje h3 {
    margin-top: 20px;
    margin-bottom: 30px;
    text-transform: none;
    font-family: 'Roboto Slab', serif;
    font-size: 1.7em;
}

.category-news-title {
    font-size: 1.3rem;
    color: rgb(16, 110, 190);
    text-transform: math-auto;
}

.entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
    margin-bottom: 1.5rem;
}

.entry-title {
    margin-bottom: 15px;
}

.text-dark a {
    font-weight: 400;
    color: #333;
}

.box-imprezy {
    overflow: hidden;
    display: grid;
    align-content: center;
    align-items: center;
}


/* NAV SIDE */
#menu-menu-boczne, .menu-menu-boczne-angielski-container, .menu-menu-boczne-niemiecki-container {
    border: 1px solid #efefef;
}

#menu-menu-boczne li, .menu-menu-boczne-angielski-container li, .menu-menu-boczne-niemiecki-container li {
    border-bottom: 1px solid #efefef;
    width: 100%;
    padding: 10px 5px;
    font-size: 0.9rem;
}

#menu-menu-boczne li a, #menu-menu-boczne-angielski li a, #menu-menu-boczne-niemiecki li a  {
    color: #333;
}

#menu-menu-boczne li.current-menu-item, #menu-menu-boczne-angielski li.current-menu-item, #menu-menu-boczne-niemiecki li.current-menu-item {
    background-color: #377dff;
}

#menu-menu-boczne li.current-menu-item a, #menu-menu-boczne-angielski li.current-menu-item a, #menu-menu-boczne-niemiecki li.current-menu-item a {
    color: #fff;
}

#menu-menu-boczne li > a:focus, #menu-menu-boczne li > a:hover ,
#menu-menu-boczne-angielski li > a:focus, #menu-menu-boczne-angielski li > a:hover ,
#menu-menu-boczne-niemiecki li > a:focus, #menu-menu-boczne-niemiecki li > a:hover
{
    background-color: #377dff;
    color: #fff;
}


/* FOOTER */
.footer-svg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

#footer {
    overflow: hidden;
    background-image: linear-gradient(150deg, #377dff 0%, #2d1582 100%);
    background-repeat: repeat-x;
    position: relative;
    padding: 150px 0 30px;
    color: #fff;
    line-height: 1.6;
}

#footer a {
    text-decoration: underline;
    color: #efefef;
}

#footer a:hover, #footer a:focus {
    color: #fff;
}

#footer h5 {
    margin-bottom: 30px;
    font-family: 'Roboto Slab', serif;
    font-size: 1.7em;
    font-weight: 300;
}

#footer p {
    font-weight: 300;
    color: #fff;
}

#footer .copy {
    border-top: 1px solid #2d1582;
    margin-top: 30px;
    padding-top: 30px;
    text-align: center;
    color: #bdbdbd;
}

#footer .copy a {
    color: #bdbdbd;
    text-decoration: underline;
}

#footer .copy a:hover, #footer .copy a:focus {
    color: #fff;
}

#footer .nav > li > a {
    padding: 5px 15px
}

#footer .nav > li > a:focus, #footer .nav > li > a:hover {
    text-decoration: none;
    background-color: transparent;
}


/* NAVBAR */
.navbar.navbar-navigo {
    background-color: transparent !important;
    border: 0;
    margin-top: 20px;
}

.navbar-navigo .navbar-nav > li > a {
    color: #1d1d1d;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    border-right: 1px solid #999;
}

.navbar-navigo .navbar-nav > .active > a, .navbar-navigo .navbar-nav > .active > a:focus, .navbar-navigo .navbar-nav > .active > a:hover {
    color: #000;
    background-color: transparent;
}
.navbar-toggler {
    border: 1px solid #333;
    padding-top: 9px;
}
.navbar-toggler-icon {
    display: block;
    width: 30px;
    height: 1px;
    border-bottom: 2px solid #333;
    margin-bottom: 5px;
}
.wpml-ls-legacy-list-horizontal {
     border: 0 !important;
     padding: 0 !important;
     clear: none !important;
    float: right;
}


/* INNE */
.breadcrumb {
    border-bottom: 1px solid #dddddd;
    background-color: transparent;
}
.breadcrumbs a {
    color: #1d1d1d;
}

.breadcrumbs-outer {
    border-bottom: 1px solid #efefef;
    margin-bottom: 30px;
    padding-bottom: 15px;
}

.btn-navigo {
    background-color: #377dff;
    margin-top: 30px;
    padding: 12px 20px 11px;
    color: #fff;
    font-size: 1.4em;
    font-weight: 300;
}

.btn-navigo-success {
    background-color: #28a745;
    border-color: #28a745;
}

.btn-navigo:hover, .btn-navigo:focus {
    background-color: rgba(6, 142, 227, 0.8);
    color: #fff;
}

.row-margin {
    margin-bottom: 30px;
}

#wrap-archive .align-box {
    margin-bottom: 30px;
}

#wrap-archive.list-splywy-kajakowe .align-box {
    margin-bottom: 5px;
    border-right: 5px solid white;
}

@media only screen and (min-width: 1920px) {
    #header {
        background-size: 100%, 140px;
    }
}


@media only screen and (max-width: 1024px) {

    #header {
        min-height: 186px;
    }

}

@media only screen and (max-width: 960px) {

    .bg-white-mobile {
        background-color: white;
    }

    #header {
        min-height: 200px;
        margin-bottom: 15px;
        background-size: 1920px, 140px;
    }

    .wyroznienie {
        font-size: 0.8rem;
    }

    #wrap-under .kw-content h2 {
        font-size: 2em;
    }

}

@media only screen and (max-width: 768px) {

    .contact-top {
        padding-bottom: 15px;
        text-align: center;
    }

    .inner-home h1 {
        font-size: 3em;
    }

    .inner-home p {
        font-size: 1.7em;
    }

    .inner-home-sprzet {
        width: 80%;
    }

    #neoNavbar {
        width: 100% !important;
    }

    .navbar-navigo .navbar-nav > li > a {
         text-transform: inherit;
        font-weight: 400;
    }

}

@media only screen and (max-width: 468px) {

    .logo {
        text-align: center;
    }

    .logo .pull-left {
        float: none !important;
    }

    .inner-home h1 {
        font-size: 2em;
    }

    .inner-home h2 {
        font-size: 1.8em;
    }

    .inner-home p {
        font-size: 1.2em;
    }

    .wrap-home {
        align-items: flex-end;
        padding-bottom: 10vh;
    }

    .inner-home-sprzet {
        width: 90%;
    }

    .home-kajaki-cta h4 {
        font-size: 3em;
    }

    .dane {
        width: 100%;
    }

}

@media only screen and (max-width: 320px) {  }

@media only screen and (min-width: 1024px) {
    .h2-sprzet {
        min-height: 50px;
    }

    .col-sprzet-img {
        min-height: 200px;
    }

    .p-sprzet-opis {
        min-height: 130px;
    }

    .post-type-archive-kajaki .col-sprzet-img {
        min-height: 160px;
    }

    .post-type-archive-kajaki .p-sprzet-opis {
        min-height:  65px;
    }

    .post-type-archive-lodzie .p-sprzet-opis {
        min-height:  95px;
    }

    .post-type-archive-przyczepy .col-sprzet-img {
        min-height: 160px;
    }

    .post-type-archive-przyczepy .p-sprzet-opis {
        min-height:  75px;
    }

}