.opinia-container {
    width: 100%;
    height: 900px;
    position: relative;
    background: #ddd;
}

.wydarzenie{
    background-size:cover;
    background-position: center top;
    background-repeat: no-repeat;
    width:100%;
    height:900px
}

.wydarzenie-info{
    width:80%;
    margin:0 auto;
}

.e-intro {
    text-align: center;
    margin-bottom: 60px;
    font-weight: 500;
    font-size: 30px;
}
.wydarzenie-inner-container{
    position: absolute;
    bottom:50px;
    z-index: 2;
}

.other_events li {
    float: left;
    margin-right: 20px;
}

.other_events {
    font-size: 12px;
    color: #a7a7a7;
    line-height: 12px;
    /* float: left; */
}
.edu-filter select {
    border-radius: 30px 0px 30px 30px;
    border: 1px solid #ededed;
    padding: 0px 40px 0px 15px;
    /* background: #f5f5f5; */
    transition: 500ms all ease;
    color: #212529;
    font-size:16px;
	margin-bottom: 20px;
	margin-right: 20px;
}

.edu-filter select:hover {
    border: 1px solid #fbb316;
    color: #212529;
}
.oe{
  font-size: 12px;
  color: #595959;
  display:inline-block;
  width:100%;
  line-height: 18px;
}

.edu-filter {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.edu-filter p{
    margin-right:15px;
    font-weight:bold;
}

.wydarzenie-mask-bottom{
    position: absolute;
    height:300px;
    bottom:0px;
    width:100%;
    z-index: 1;
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgb(0 0 0 / 70%) 86%);
}
.wydarzenie-mask-top{
    position: absolute;
    height:200px;
    top:0px;
    width:100%;
    z-index: 1;
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(0,0,0,0.6) 86%);
}

.slider-title{
    color:#fff;
    margin-bottom: 20px;
    font-size: 50px;
}

.event_date{color:#fff;margin-bottom: 50px;}

.more-button{
    color:#232323;
    background:#fcb316;
    transition: 500ms all ease;
    border-radius: 30px 0px 30px 30px;
    padding:10px 20px;
    font-size: 20px;
    text-decoration: none;
    margin-right:20px;
}

.more-button:hover{
    color:#232323;
    background:#ffc13b;
}

.other-info{display:inline-block; margin-top:30px; color:#666}

.button-slider{
    color:#fff;
    transition: 500ms all ease;
    border-radius: 30px 0px 30px 30px;
    padding:10px 20px;
    font-size: 20px;
    text-decoration: none;
}

.paid{
    background:#b30000;
    transition: 500ms all ease; ;
}

.paid:hover{
    background:#c40000;
    color:#fff;
}

.free{
    background:#006118;
    transition: 500ms all ease; ;
}

.free:hover{
    background:#00c733;
    color:#fff;
}

.page-template-template-strona-glowna .branding a img, .branding img {
    position: absolute;
    top: -60px;
}

.page-template-template-strona-glowna .split-header .branding {
    position: relative;
    width: 190px;
}
.split-header .branding {
    position: relative;
    width: 190px;
}
.events-container{width:100%;margin:0 auto;position: relative;padding-bottom: 60px;}
.events-container-top {
    padding: 60px 0px 30px 0px;
    display: flex;
    justify-content: space-between;
    width: 80%;
    margin: 0 auto;
}
.owl-dots{
    display:none;
}
.posts-container-top {
    padding: 0px 0px 30px 0px;
    display: flex;
    justify-content: space-between;
    width: 80%;
    margin: 0 auto;
}
.events-c-title{font-size:40px; font-weight:800; }

.wydarzenie-item{
    width:100%;
    background-size:cover;
    background-repeat: no-repeat;
    background-position: center top;
    height: 230px;
    transition: 500ms all ease;
    transform: scale(1);
}
.image-container{
    width:100%;
    height:230px;
    overflow: hidden;
    display: inline-block;
    margin-bottom: 20px;
    border-radius:0px 0px 100px 0px;
}
.events-item {
    position: relative;
    cursor:pointer;
}

.events-item:hover .wydarzenie-item{
    transform: scale(1.2);
    border-radius:0px 0px 100px 0px;
}
.post-item:hover .wydarzenie-item{
    transform: scale(1.2);
    border-radius:0px 0px 100px 0px;
}


.sygnet-wydarzenia {
    position: absolute;
    left: 0;
    bottom: -10px;
    z-index: 1;
}
.owl-stage-outer {
    position: relative;
    z-index: 3;
}
.events-list .owl-stage .owl-item, .post-inner .owl-stage .owl-item, .edu-list .owl-stage .owl-item{
    float: left;
}

.events-list, .post-inner, .edu-list {
    padding-left: 10%;
    display: inline-block;
     min-width: 100%;
}
.button-on-event {
    position: absolute;
    right: 0;
    top: 210px;
}
.event-lista-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    margin-bottom: 0;
    color: #190643;
    transition:500ms all ease;
}
.events-item:hover .event-lista-title, .post-item:hover .event-lista-title {
    color: #fcb317;
}
.event_list_date {
    color: #595959;
    font-size: 16px;
    font-weight: 500;
}
.bottom-data-link{text-decoration: none;}

.post-container{
    padding: 60px 0px 60px 0px;
    background:#f1f1f1;
    margin: 0px 0px 60px 0px;
}
.posts-container-bottom{
    padding: 30px 0px 0px 0px;
    display: flex;
    justify-content: flex-end;
    width: 80%;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.ckv-trans-btn{
    border-radius:30px 0px 30px 30px;
    border: 1px solid #595959;
    background:transparent;
    color: #595959;
    text-decoration: none;
    font-size: 16px;
    padding: 10px 30px;
    transition:500ms all ease;
}
.ckv-trans-btn:hover{
    background:#626262;
    color: #fff;
}
.owl-carousel-events-list, .owl-carousel-post-list, .owl-carousel-edu-list{
    overflow: hidden;
    max-width:85%}

.events-list .owl-nav, .post-inner .owl-nav, .edu-list .owl-nav {
    position: absolute;
    right: 0px;
    top: 60px;
    padding-right: 10%;
}

.owl-nav button{
    background:transparent; border:none;
}
.bottom-still-container{
    width:80%;
    margin:0 auto;
    margin-bottom:70px;
}
.pomysl{
    width: 70%;
    height:430px;
    float:left;
    box-sizing: border-box;
    overflow: hidden;
    cursor: pointer;
    display: inline-block;
    padding-right: 40px;
    position: relative;
}
.pomysl-image{
    background-image:url(ckv/images/startup.jpg);
    background-repeat: no-repeat;
    background-size:cover;
    box-sizing: border-box;
    border-radius: 0px 0px 100px 0px;
    width: 100%;
    height:430px;
    transform: scale(1);
    transition:500ms all ease;
}

#footer > .wf-wrap, #footer #bottom-bar > .wf-wrap {
    padding: 0 0px 0 0px !important;
}

.konkurs{
    width: 30%;
    height:430px;
    float:left;
    box-sizing: border-box;
    padding-left: 0px;
    position: relative;
    overflow: hidden;
}

.konkurs-image{
    background-image: url(ckv/images/wolontariat.jpg);
    background-repeat: no-repeat;
    background-size:cover;
    width:100%;
    height:430px;
    transform: scale(1);
    border-radius: 0px 0px 100px 0px;
    transition:500ms all ease;
}
.pomysl:hover .pomysl-image, .konkurs:hover .konkurs-image, .banner3:hover .banner3-image{
    transform: scale(1.2);
}

.education-container{
    margin-bottom:60px;
}

.bottom-title{
    position:absolute;
    left: 30px;
    bottom: 30px;
    color: #190643;
    font-weight: bold;
    background: rgba(255, 255, 255, 0.5);
    padding: 10px 30px;
    border-radius: 0px 0px 30px 0px;
}
.bottom-link{text-decoration:none}

.logo-center#bottom-bar .wf-container-bottom {
    font-size: 12px;
}
.footer h2 {
    font-size: 20px !important;
    line-height: 30px;
}

.footer .widget a, .footer .widget .post-content .text-secondary {
    color: #f9b117;
    text-decoration: none;
    transition: 500ms all ease;
}

#footer.solid-bg {
    background: #fff;
    background-image: url('https://ckvictoria.pl/html/files/2022/01/stopka-pozioma.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.footer .widget a:hover {
    color: #ffffff;
}

#footer p{font-weight:400 !important}
.sticky-logo img {
    position: relative !important;
    top: 0 !important;
}

.type-wydarzenia .post-thumbnail img, .type-edukacja .post-thumbnail img{
    width: 100%;
    height: auto !important;
    margin-bottom: 40px;
}

.wydarzenia-content {
    width: 75%;
    padding-right: 30px;
    float: left;
    box-sizing: border-box;
}

.wydarzenia-szczegoly {
    width: 25%;
    float: left;
    box-sizing: border-box;
    background: #ededed;
    padding: 30px;
    border-radius: 0px 0px 60px 0px;
}
.wydarzenia-szczegoly a{text-decoration:none}
.edu-details{
    width: 25%;
    float: left;
}
.edu-details-container{
    width: 100%;
    box-sizing: border-box;
    padding: 30px;
    background: #ededed;
    border-radius: 0px 0px 60px 0px;
}
.eduseparator{
    margin-top:40px;
}

.info-title {
    font-size: 16px;
}
.info-data {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}
.additional-info {
    font-size: 14px;
}
.footer-logo-ckv {
    text-align: center;
    padding-top: 30px;
}
.free-entrance {
    text-align: center;
    padding: 10px 10px;
    background: #009c28;
    color: #fff;
    margin-bottom: 20px;
    font-weight: bold;
    border-radius: 0px 0px 20px;
}
.triangle-bottom {
    position: absolute;
    z-index: 10;
    width: 0;
    bottom: -40px;
    right: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-right: 40em solid #cbc710;
    border-bottom: 40px solid transparent;
}

.btn-bilety {
    text-align: center;
    padding: 10px 10px;
    background: #d83e3e;
    color: #fff;
    margin-bottom: 20px;
    font-weight: bold;
    border-radius: 0px 0px 20px;
    cursor:pointer;
    transition:500ms all ease;
}
.btn-bilety a{color:#fff; text-decoration: none;}

.btn-bilety:hover{
    background:#c40000;
}

#main > .wf-wrap {
    padding: 0 0px 0 0px !important;
}
.comments-area{display:none}

.info-link{
    text-decoration:none;
    color:transparent;
    transition: 500ms all ease;
    cursor: pointer;
    color:#190643;
    word-break:break-all;
}

.info-link:hover{
    color:#fcb316
}

.events-page, .edu-list-page, .post-inner-page {
    display: grid;
    grid-template-columns: repeat( 3, 1fr );
    grid-gap: 40px;
}

.filteractive {
    background: #f9b117;
    color: #fff;
    border: 1px solid #f9b117;
}


.filter_row{display: grid;width: 80%;grid-template-columns: repeat(3, 1fr);text-align: center;grid-gap: 20px; margin: 0px auto 60px auto;}
.masthead:not(.side-header):not(.side-header-v-stroke):not(.side-header-menu-icon) .header-bar, .ph-wrap {
    padding-right: 0px;
    padding-left: 0px;
}
.else-events {
    text-align: center;
    margin-top: 60px;
}

/* Kalendarz wydarzenia */

.callendar-box {
    display: flex;
    background: #f9b117;
    padding: 0px 44px;
    margin-bottom: 50px;
    position: relative;
}

.callendar-box-elem {
    display: inline-flex;
    justify-content: center;
    padding: 20px 0px;
    text-align: center;
    transition: .1s;
    color: #212529;
    text-decoration: none;
}

.callendar-box-elem.link {
    cursor: pointer;
    position: relative;
}

.callendar-box-elem.link:hover {
    background: #272529;
    color: #fff;
    transition: .1s;
    text-decoration: none;
}

.callendar-box-elem.link.event-exists:before {
    position: absolute;
    content: '';
    bottom: 5px;
    left: 50%;
    transform: translate(-50%, 0);
    border-radius: 50%;
    width: 10px;
    height: 10px;
    background: #fff;
}

.callendar-month {
    display: flex;
    align-items: center;
    padding: 0px 10px;
    text-transform: uppercase;
    font-size: 26px;
    font-weight: 600;
}

.callendar-days {
    display: flex;
    padding: 0px 10px;
    width: 100%;
    justify-content: end;
}

.callendar-box-elem-sunday {
    color: #e12f1d;
}

.callendar-arrow {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    width: 24px;
    height: 24px;
    background-image: url('ckv/images/arrow-icon.svg');
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
    display: block;
}

.callendar-arrow.prev {
    left: 10px;
}

.callendar-arrow.next {
    right: 10px;
    transform: translate(0, -50%) rotate(180deg);
}

.callendar-scroll {
    display: flex;
    width: 100%;
}

.callendar-scroll-container {
    display: flex;
    width: 100%;
}

.callendar-choosed-day {
    position: relative;
}

.callendar-choosed-day:before {
    display: none;
}

.callendar-choosed-day:after {
    position: absolute;
    content: '';
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 15px 15px 15px;
    border-color: transparent transparent #ffffff transparent;

}

.callendar-hide {
    display: none;
}

.callendar-expired {
    opacity: .45;
}



.mobile-slider{display:none}
.desktop-slider{display:block}

.bsc-3{
    display:grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap:40px
}

.bsc-3 .pomysl{
    width: 100%;
    height:430px;
    float:left;
    box-sizing: border-box;
    overflow: hidden;
    cursor: pointer;
    display: inline-block;
    padding-right: 0px;
    position: relative;
}

.bsc-3 .konkurs{
    width: 100%;
    height:430px;
    float:left;
    box-sizing: border-box;
    padding-left: 0px;
    position: relative;
    overflow: hidden;
}


.bsc-3 .banner3{
    width: 100%;
    height:430px;
    float:left;
    box-sizing: border-box;
    padding-left: 0px;
    position: relative;
    overflow: hidden;
}

.banner3-image{
    
    background-repeat: no-repeat;
    background-size:cover;
    box-sizing: border-box;
    border-radius: 0px 0px 100px 0px;
    width: 100%;
    height:430px;
    transform: scale(1);
    transition:500ms all ease;
}

.dt-mobile-header .mini-search, .masthead .mini-search {
    margin-top: -4px;
}

.searchform {
    display: flex;
}
.home .wydarzenie-inner-container h3 {
    color: #fff;
}
/********* mobile **********/
/********* mobile **********/
/********* mobile **********/
/********* mobile **********/
/********* mobile **********/







@media (max-width:1360px){
    .masthead:not(.side-header):not(.side-header-menu-icon) .header-bar {
        max-width: calc(80% - 30px - 30px);
        max-width: 100% !important;
        margin: 0 auto;

    }

    .masthead:not(.side-header):not(.side-header-v-stroke):not(.side-header-menu-icon) .header-bar, .ph-wrap {
        padding-right: 20px;
        padding-left: 20px;
    }

    .filter_row{display: grid;width: 100%;grid-template-columns: repeat(3, 1fr);text-align: center;grid-gap: 20px; margin: 0px auto 60px auto;}
}

@media only screen and (max-width: 1400px) {
    .callendar-arrow.prev {
        left: 5px;
    }

    .callendar-arrow.next {
        right: 5px;
    }

    .callendar-days {
        padding: 0px 5px;
    }

    .callendar-month {
        padding: 0px 5px;
    }

    .callendar-box {
        padding: 0px 29px;
    }

    .callendar-box-elem {
        font-size: 16px;
    }
}

@media (max-width:1150px){
    .page-title .wf-wrap {
        min-height: 150px;
        padding-top: 0px;
        padding-bottom: 0px;
    }
    #main > .wf-wrap, #footer > .wf-wrap {
        padding: 0 20px 0 20px !important;
    }
    #main > .wf-wrap, #bottom-bar > .wf-wrap, #footer > .wf-wrap {
        width: 100%;
    }

    .opinia-container {
        height: 700px;
    }
    .wydarzenie{
        height:700px
    }
    .bsc-3{
        display:grid;
        grid-template-columns: repeat(1, 1fr);
        grid-gap:40px
    }
    

}

@media (max-width:1080px){
    .pomysl {
        width: 50%;
        padding-right: 20px;
        height:300px;
    }
    .pomysl-image {
        height: 300px;
    }
    .konkurs {
        width: 50%;
        height: 300px;
    }
    .konkurs-image {
        height: 300px;
    }

    .bottom-title {
        left: 10px;
        bottom: 30px;
        font-size: 16px;
        padding: 5px 15px;
    }
    .wydarzenia-content {
        width: 70%;
    }
    .wydarzenia-szczegoly, .edu-details {
        width: 30%;
    }
}

@media (max-width:992px){
  .filter_row{display: grid;grid-template-columns: repeat(1, 1fr);text-align: center;grid-gap: 20px; margin: 0px auto 60px auto;}

  .callendar-scroll {
      overflow-x: scroll;
      margin-bottom: 10px;
  }

  .callendar-scroll::-webkit-scrollbar {
    height: 10px;
    background: #e39e0c;
    border-radius: 10px;
  }

  .callendar-scroll::-webkit-scrollbar-thumb {
    background-color: #272529;
    border-radius: 10px;
  }

  .callendar-scroll-container {
      width: 1000px;
      margin-bottom: 5px;
  }

  .callendar-box-elem {
      width: 30px !important;
      padding: 10px 0px;
  }
}


@media (max-width:778px){
    .opinia-container {
        height: 600px;
    }
    .pomysl {
        width: 100%;
        padding-right: 0px;
        height:300px;
        margin-bottom:40px;
    }
    .konkurs {
        width: 100%;
        height: 300px;
    }
    .wydarzenie {
        height: 600px;
    }
    .slider-title {
        font-size: 25px;
        line-height: 36px;
        margin-bottom: 10px;
    }
    .more-button {
        font-size: 14px;
        display:inline-block;
        margin-bottom:10px;
    }
    .button-slider {
        font-size: 14px;
        display:inline-block;
    }
    .events-c-title {
        font-size: 30px;
        line-height: 30px;
    }


    .event_date {
        margin-bottom: 15px;
    }

    .events-page, .edu-list-page, .post-inner-page {
        display: grid;
        grid-template-columns: repeat( 2, 1fr );
        grid-gap: 30px;
    }
    .page-title.page-title-responsive-enabled .wf-wrap {
        min-height: 150px;
    }
    .wydarzenia-content {
        width: 100%;
        padding-right: 0px;
        margin-bottom: 60px !important;
    }
    .wydarzenia-szczegoly, .edu-details {
        width: 100%;
    }
}

@media (max-width:640px){
    .opinia-container {
        height: 100vh;
    }
    .wydarzenie{
        height:100vh
    }
    .mobile-slider{display:block; height:100vh; background-repeat:no-repeat; background-size: cover}
    .desktop-slider{background-image:none !important}
    .wydarzenie-inner-container{
       padding-right:30px;
    }
}

@media (max-width:540px){
    .events-page, .edu-list-page, .post-inner-page {
        display: grid;
        grid-template-columns: repeat( 1, 1fr );
        grid-gap: 30px;
    }
}
