/* Theme Name: shalom
Author: cesin.pl
Author URI: http://www.cesin.pl
Version: 1.0
*/

@charset "utf-8";

/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800&subset=latin-ext');
@import url('css/bootstrap.min.css');
@import url('css/animate.css');
@import url('css/hover-min.css');
@import url('fontawesome/css/fontawesome-all.min.css');
* {
    margin: 0px 0px;
    padding: 0px 0px;
    font-family: 'Open Sans', sans-serif;
}

html,
body {
    height: 100%;
}

#wrap {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -50px;
    /* Wysokosć stopki */
}

#push,
#footer {
    height: 50px;
    /* Wysokość stopki */
}

.col-lg-12,
.container-fluid {
    padding-left: 0!important;
    padding-right: 0!important;
}

.row {
    margin-left: 0;
    margin-right: 0;
}

a:hover,
a:visited,
a:active,
a:focus {
    text-decoration: none;
}


/* =WordPress Core
-------------------------------------------------------------- */

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}


/* WP - koniec*/


/*NAVBAR*/

.navbar {
    background: rgba(0, 0, 0, .1);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.scrolled {
    background: rgba(160, 126, 244, .4);
}

.nav-subpage {
    background: #fff!important;
}

.navbar-brand img {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
	max-width: 150px;
}

.scrolled .navbar-brand img {
    max-width: 80px;
}

.nav-subpage .navbar-brand img {
    max-width: 80px;
}

.hvr-sweep-to-top:before {
    background: rgba(160, 126, 244, .6);
}

.navbar-dark .navbar-nav .nav-link {
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
}

.navbar-dark .navbar-nav .nav-link:hover {
    color: #fff;
}

.navbar-dark .navbar-nav .nav-item-lang a {
    font-weight: 700;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding: .6rem;
    font-size: .9em;
}

.navbar-expand-lg .navbar-nav {
    border-bottom: 2px solid #fff;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    border-radius: 0;
    background: rgba(160, 126, 244, .9);
    border: none;
}

.navbar-expand-lg .navbar-nav .dropdown-menu a {
    color: #fff;
}

.navbar-expand-lg .navbar-nav .dropdown-menu a:hover {
    background: #fff;
    color: #a07ef4;
}


/*TOP*/

.top-img-main {
    height: 85vh;
}

.top-txt {
    width: 100%;
    background: rgba(160, 126, 244, .8);
    display: block;
    margin-top: 60vh;
    box-sizing: border-box;
    padding: 20px;
}

.btn-white-border {
    border: 3px solid #fff;
    background: transparent;
    color: #fff;
    border-radius: 0;
    font-size: 1rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.btn-white-border:hover {
    background: #fff;
    color: #a07ef4;
}

.top-txt h2 {
    color: #fff;
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 20px;
}


/*NEWS*/

#news {
    padding-top: 60px;
}

.news-item {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.news-txt {
    position: absolute;
    top: 0;
    width: 100%;
    padding: 20px;
    background: rgba(0, 0, 0, .2);
    min-height: 180px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.news-item:hover .news-txt {
    min-height: 250px;
    padding-top: 60px;
    background: rgba(160, 126, 244, .9);
}

.news-item .news-txt h3 a {
    color: #fff;
    font-size: 2.5rem;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 1px;
    line-height: 3rem;
}

.news-item .news-txt h3 a .fa {
    font-size: 1.5rem;
    vertical-align: middle;
}

.news-item .news-desc {
    position: absolute;
    bottom: 0;
    width: 80%;
    padding: 20px;
    color: #fff;
    font-size: 1.4rem;
    text-transform: uppercase;
    font-weight: 800;
    line-height: 1.8rem;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.news-item:hover .news-desc {
    bottom: -200px;
}

.news-img {
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

.news-item:hover .news-img {
    transform: scale(1.2);
}


/*BANNERS*/

.baner-item {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.baner-img {
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

.baner-item:hover .baner-img {
    transform: scale(1.2);
}

.baner-txt {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 20px;
    background: rgba(0, 0, 0, .2);
    min-height: 180px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.baner-txt .btn {
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.baner-item:hover .baner-txt .btn {
    opacity: 1;
}

.baner-item:hover .baner-txt {
    min-height: 250px;
    padding-bottom: 50px;
    background: rgba(160, 126, 244, .9);
}

.baner-item .baner-txt h3 a {
    color: #fff;
    font-size: 2.5rem;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 1px;
    line-height: 3rem;
}

.baner-item .baner-txt h3 a .fa {
    font-size: 1.5rem;
    vertical-align: middle;
}


/*SLIDER*/

#banners .carousel-indicators {
    bottom: 30px;
}

#banners .carousel-indicators li {
    cursor: pointer;
}

.carousel-item .baner-txt h3 {
    width: 75%;
}

.projekty-all {
    position: absolute;
    bottom: 31px;
    right: 15px;
    width: 25%;
    min-height: 186px;
    padding: 20px;
    text-align: right;
    color: #fff;
    background: rgba(160, 126, 244, .5);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.projekty-all:hover {
    background: rgba(160, 126, 244, .9);
}

.projekty-all h4 {
    font-weight: 800;
    font-size: 1.3rem;
    text-transform: uppercase;
    margin-bottom: 15px;
}


/*NEWSLETTER*/

#newsletter {
    padding-top: 20px;
    padding-bottom: 20px;
    background: #1b181f;
}

#newsletter h6 {
    color: #fff;
    font-weight: 400;
    font-size: 1.4rem;
    margin-top: 5px;
}

#newsletter input {
    border: #fff 1px solid;
    text-align: center;
    color: #1b181f;
    font-weight: 400;
    font-size: 1.1rem;
    border-radius: 0;
}

.btn-dark {
    background: #1b181f;
    border-color: #1b181f;
    border-radius: 0;
    font-weight: 700;
    letter-spacing: 1px;
}

.btn-dark:hover {
    background: #a07ef4;
    border-color: #a07ef4;
}

#newsletter .btn-dark {
    font-size: 1.1rem;
    padding-left: 2rem;
    padding-right: 2rem;
}


/*CONTACT*/

#contact {
    background: #1b181f;
    padding-top: 40px;
    padding-bottom: 40px;
    color: #fff;
}

#contact a {
    color: #fff;
}

#contact a:hover {
    color: #a07ef4;
}

#contact h5 {
    color: #8e79c4;
    font-weight: 800;
    letter-spacing: 1px;
    padding-bottom: 20px;
    border-bottom: 1px solid #fff;
    margin-bottom: 20px;
}

#contact table {
    line-height: 1.6rem;
}

#contact table tbody tr td {
    vertical-align: top;
}

#contact .fa {
    margin-right: 10px;
}

#contact b {
    font-size: 1.1rem;
    letter-spacing: 1px;
}

#contact .container img {
    max-width: 160px;
}


/* STOPKA */

#footer {
    background-color: #1b181f;
    color: #5d5d5d;
}

.copyright {
    margin: 13px 0;
    float: left;
}

.copyright a {
    color: #5d5d5d;
}

.copyright a:hover {
    color: #fff;
}

.credit {
    margin: 13px 0;
    float: right;
}


/*2019*/

.news-list .post-info {
    text-align: left;
}

.news-list .post-info .entry-title {
    font-weight: 700;
}

.news-list .void-grid .updated-on,
.news-list .void-grid .byline,
.news-list .void-grid .comments-link {
    display: none;
}

.news-list .void-grid .posted-on:before {
    display: none;
}

.news-list .void-grid .posted-on {
    margin-top: 3px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.news-list .void-grid .posted-on a time {
    color: #899198;
}

.news-list .blog-excerpt {
    font-weight: 700;
}

.news-list .entry-meta:after {
    display: block;
    content: '';
    width: 75px;
    height: 5px;
    background: #957cd5;
}

.news-list .entry-meta {
    padding-bottom: 15px;
}

.section-title h2:after {
    display: block;
    content: '';
    width: 75px;
    height: 5px;
    background: #957cd5;
    margin-top: 15px;
}

.baner-title h2:after {
    display: block;
    content: '';
    width: 75px;
    height: 5px;
    background: #fff;
    margin-top: 15px;
}

.projekty-slider .btn-readmore {
    display: none;
}

.main-subpage {
    margin-top: 100px;
}

.nav-subpage {
    -webkit-box-shadow: 0px 0px 15px 0px rgba(142, 121, 196, 0.5);
    -moz-box-shadow: 0px 0px 15px 0px rgba(142, 121, 196, 0.5);
    box-shadow: 0px 0px 15px 0px rgba(142, 121, 196, 0.5);
}

.nav-subpage .navbar-nav .nav-link {
    color: #242424;
}

.nav-subpage .navbar-nav .nav-link:hover,
.nav-subpage .navbar-nav .show>.nav-link {
    color: #8e79c4;
}

.plan-list ul {
    list-style: none;
    padding-left: 110px;
}

.plan-list ul li {
    position: relative;
}

.plan-list ul li .plan-czas {
    position: absolute;
    text-align: right;
    left: -110px;
}

.plan-czas {
    color: #8664de;
    font-weight: 700;
}

.plan-list .elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-closed,
.plan-list .elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-opened {
    display: none;
}

.plan-list .elementor-widget-toggle .elementor-toggle .elementor-tab-content {
    font-size: 13px;
}

.plan-list .elementor-toggle .elementor-tab-title {
    border: none;
}

.news-list .cat-links {
    display: none!important;
}

.elementor-row .elementor-column:nth-child(even) .plan-list .elementor-widget-container .elementor-toggle .elementor-toggle-item:nth-child(even) {
    background: #f9f9f9;
}

.elementor-row .elementor-column:nth-child(odd) .plan-list .elementor-widget-container .elementor-toggle .elementor-toggle-item:nth-child(odd) {
    background: #f9f9f9;
}

.elementor-row .elementor-column .plan-list .elementor-widget-container .elementor-toggle .elementor-toggle-item .elementor-tab-title {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.elementor-row .elementor-column .plan-list .elementor-widget-container .elementor-toggle .elementor-toggle-item .elementor-tab-title,
.elementor-tab-content {
    border-left: 5px solid transparent;
}

.elementor-row .elementor-column .plan-list .elementor-widget-container .elementor-toggle .elementor-toggle-item:hover:nth-child(odd) .elementor-tab-title {
    border-left-color: #957cd5;
}

.plan-list .elementor-widget-container .elementor-toggle .elementor-toggle-item:nth-child(odd) .elementor-active {
    border-left-color: #957cd5!important;
}

.elementor-row .elementor-column .plan-list .elementor-widget-container .elementor-toggle .elementor-toggle-item:hover:nth-child(even) .elementor-tab-title {
    border-left-color: #7ccecd;
}

.plan-list .elementor-widget-container .elementor-toggle .elementor-toggle-item:nth-child(even) .elementor-active {
    border-left-color: #7ccecd!important;
}

.plan-list .elementor-toggle .elementor-tab-content {
    border-bottom: none;
}

.nav-subpage .navbar-nav .active>.nav-link {
    color: #8e79c4!important;
}

.nav-subpage .navbar-nav .nav-link:focus {
    color: #8e79c4!important;
}

.news-list-subpage .post-info .entry-title {
    font-weight: 700;
}

.news-list-subpage .post-info {
    text-align: left;
}

.news-list-subpage .entry-meta {
    display: none;
}

.news-list-subpage .entry-title:after {
    display: block;
    content: '';
    width: 75px;
    height: 5px;
    background: #957cd5;
    margin-top: 15px;
}

.news-list-subpage .blog-excerpt {
    text-transform: uppercase;
    font-size: 13px;
    text-align: left;
    margin-top: 15px;
}

.projekt-list-subpage .entry-meta {
    display: none;
}

.projekt-list-subpage .entry-title:after {
    display: block;
    content: '';
    width: 76px;
    height: 5px;
    background: #957cd5;
    margin-top: 15px;
    margin-left: calc(50% - 38px);
    margin-bottom: 15px;
}

.projekt-list-subpage .entry-title {
    margin-bottom: 30px;
}

.main-single {
    margin-top: 100px;
}

.top-single {
    min-height: 300px;
}

.elementor-text-editor p a {
    color: #1b181f;
    font-weight: 700;
}

.elementor-text-editor p a:hover {
    color: #8e79c4;
}

.news-list .tags-links {
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px 15px;
    font-weight: 700;
    background: rgba(160, 126, 244, .6);
}

.news-list .tags-links a {
    color: #fff!important;
    pointer-events: none;
    cursor: default;
}

.news-list .tags-links:before {
    display: none!important;
}


/*DROPDOWN*/

#menu-menu .menu-item>.dropdown-menu>.menu-item-has-children>.dropdown-menu {
    right: -184px;
    left: auto;
    top: -30px;
    background: rgba(136, 102, 220, 0.9);
}

#menu-menu .menu-item>.dropdown-menu>.menu-item-has-children:hover>.dropdown-menu {
    display: block;
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}


/*OŚ CZASU*/

#event-timeline-wrapper:before {
    background: #957cd5!important;
}

.cool-event-timeline:before {
    background-color: rgba(149, 124, 213, .5)!important;
}

.ect-timeline-year {
    background-color: rgba(149, 124, 213, 1)!important;
    box-shadow: white 0px 0px 0px 4px, rgba(149, 124, 213, .5) 0px 0px 0px 8px!important;
    color: #fff!important;
}

.ect-timeline-year .year-placeholder span.month-year-box {
    color: #fff!important;
    font-size: 18px!important;
    line-height: 18px!important;
}

.ect-timeline-post .timeline-dots {
    background: #957cd5!important;
}

.ect-timeline-post.style-1 .timeline-meta {
    background: #bfb0e6!important;
}

.ect-timeline-post.even .timeline-meta:before {
    border-left-color: #bfb0e6!important;
}

.ect-timeline-post .timeline-content {
    background: #dfd7f2!important;
    border: #957cd5!important;
}

.ect-timeline-post.even .timeline-content:before {
    border-right-color: #dfd7f2!important;
}

.ect-timeline-post.odd .timeline-meta:before {
    border-right-color: #bfb0e6!important;
}

.ect-timeline-post.odd .timeline-content:before {
    border-left-color: #dfd7f2!important;
}

.ect-event-content a {
    color: #6647b5!important;
}

.single-tribe_events .tribe-events-cal-links {
    display: none!important;
}

.single-tribe_events .tribe-events-event-meta {
    display: none!important;
}

.tribe-events-nav-previous a,
.tribe-events-nav-next a {
    color: #957cd5!important;
    padding: 1rem;
    border: 3px solid #957cd5!important;
    border-radius: 10px;
    text-align: center;
    margin: 1rem;
    display: block;
}

.tribe-events-nav-previous a:hover,
.tribe-events-nav-next a:hover {
    color: #fff!important;
    background: #957cd5!important;
}

.tribe-events-notices {
    display: none!important;
}

.tribe-events-back {
    display: none;
}

.tribe-paralax {
    min-height: 400px;
    margin-bottom: 2rem;
}

.tribe-paralax-title {
    text-align: center;
    background-color: rgba(5, 5, 5, 0.5);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 2rem;
}

.tribe-paralax-title h1 {
    color: #fff;
    font-weight: 700;
    font-size: 1.8rem;
}

.tribe-paralax-date h2 {
    color: #957cd5;
    font-size: 1.4rem;
}

.tribe-events-single-event-description .container img,
.tribe-events-single-event-description .container p img {
    max-width: 100%;
    height: auto;
}

.top-paralax {
    min-height: 160px;
    margin-bottom: 2rem;
}

.main-media {
    padding-bottom: 2rem;
}


/*2019-05-09*/

#newsletter #button-addon2 {
    background: #8e79c4;
    border-color: #8e79c4;
}

#newsletter #button-addon2:hover {
    background: #7862af;
    border-color: #7862af;
}

.cool-event-timeline>.ect-timeline-year {
    display: none;
}

.cool-event-timeline .ect-timeline-year>.year-placeholder>span.month-year-box {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}

.ect-timeline-post .timeline-content>a.timeline-ev-img {
    display: none;
}

.previous-editions-child-page,
#previous-editions,
#media,
#timeline {
    margin-top: 8rem;
}

.previous-editions-child,
.previous-editions-child-month-year-box,
.previous-editions-child-year,
.previous-editions-child-year-placeholder,
.media-child,
.media-child-month-year-box,
.media-child-year,
.media-child-year-placeholder {
    text-align: center
}

.previous-editions-child-month-year-box,
.previous-editions-child-year,
.previous-editions-child-year-placeholder,
.media-child-month-year-box,
.media-child-year,
.media-child-year-placeholder {
    box-sizing: border-box;
    color: #fff;
    font-family: "Open Sans", sans-serif;
    hyphens: manual;
    text-size-adjust: 100%
}

.previous-editions-child-month-year-box,
.previous-editions-child-year-placeholder,
.media-child-month-year-box,
.media-child-year-placeholder {
    margin: 0
}

.previous-editions-child-year,
.previous-editions-child-year-placeholder,
.media-child-year,
.media-child-year-placeholder {
    font-size: 16px;
    font-weight: 400;
    height: 120px;
    line-height: 24px;
    padding: 0;
    vertical-align: middle;
    width: 120px
}

.previous-editions-child-year,
.previous-editions-line,
.media-child-year,
.media-line {
    background-color: #957cd5
}

.previous-editions-child-month-year-box a,
.media-child-month-year-box a {
    color: inherit;
    font-size: inherit
}

.previous-editions-child-month-year-box,
.media-child-month-year-box {
    display: inline-block;
    font-size: 17px;
    font-weight: 700;
    height: 98px;
    line-height: 18px;
    padding: 40px 8px;
    white-space: normal;
    width: 57.1094px;
    word-break: break-word
}

.previous-editions-child-url,
.media-child-url {
    color: #000;
    font-size: 3rem
}

.previous-editions-child-year-placeholder,
.media-child-year-placeholder {
    display: table-cell
}

.previous-editions-child-year,
.media-child-year {
    background-attachment: scroll;
    background-clip: border-box;
    background-image: none;
    background-origin: padding-box;
    background-position-x: 0;
    background-position-y: 0;
    background-size: auto;
    border-radius: 50%;
    box-shadow: #fff 0 0 0 4px, rgba(149, 124, 213, .5) 0 0 0 8px;
    display: table;
    margin: .5rem 0;
    min-height: 120px;
    position: relative;
    z-index: 10
}

.previous-editions-line,
.media-line {
    color: #a07ef4;
    min-height: 2rem;
    height: auto;
    margin: auto;
    width: .5rem
}

#previous-editions .row,
#media .row {
    justify-content: center
}

.text-align-center {
    text-align: center;
}

#news-page .recommend .news-tags,
.news-title a {
    font-weight: 700
}

#news-page .row,
.news-violet-line {
    margin-bottom: 1rem;
    margin-top: 1rem
}

.filter-category {
    cursor: pointer;
    margin-left: 1rem;
    margin-right: 1rem
}

.news-img img {
    display: block;
    margin: auto;
    max-height: 17.75rem
}

.news-post-excerpt {
    color: #212529;
    font-size: .8125rem;
    line-height: 1.5;
    text-transform: uppercase
}

.news-tags {
    display: none
}

.news-title a {
    color: #000;
    font-size: 1.25rem
}

.news-violet-line {
    background: #957cd5;
    height: .3125rem;
    width: 4.6875rem
}

#news-page .news-img {
    min-height: 18rem
}

#news-page .news-quadrangle {
    margin-bottom: 3rem;
    margin-top: 3rem;
    padding-left: 3em;
    padding-right: 3em
}

#news-page .recommend .news-tags {
    background: rgba(160, 126, 244, .6);
    color: #fff;
    display: inline-block;
    left: 0;
    padding: 10px 15px;
    position: absolute;
    top: 0
}

#news-page .row {
    padding-bottom: 1rem;
    padding-top: 1rem
}

#news-page {
    margin-top: 1rem
}

.page-template-previous_editions_child img {
    max-width: 100%;
    height: auto;
}


/*2019-05-24*/

.ev-mo {
    margin-left: 5px;
}

.news-title a {
    text-transform: uppercase;
}

.ect-timeline-post h2.content-title {
    text-transform: uppercase;
}

.main-border .container {
    position: relative;
    padding-bottom: 50px;
    padding-top: 50px;
}

.main-border .container:before {
    position: absolute;
    content: '';
    background: #8e79c4;
    width: 3px;
    height: calc(100% - 150px);
    top: 50px;
    left: -50px;
}

.lang-item-pl a {
    padding-right: 5px!important;
}

.lang-item-en a {
    padding-left: 5px!important;
}

.lang-item a {
    opacity: .6!important;
}

.lang-item a:hover {
    opacity: 1!important;
}

.current-lang a {
    opacity: 1!important;
}

#festival-program {
    margin-top: 1rem;
}


/*2019-05-29*/

.main-uniwersalny .container {
    position: relative;
    padding-bottom: 50px;
    padding-top: 50px;
}

.main-uniwersalny .container:before {
    position: absolute;
    content: '';
    background: #8e79c4;
    width: 3px;
    height: calc(100% - 150px);
    top: 50px;
    left: -50px;
}

.tribe-events-border .container {
    position: relative;
}

.tribe-events-border .container:before {
    position: absolute;
    content: '';
    background: #8e79c4;
    width: 3px;
    height: calc(100% - 150px);
    top: 50px;
    left: -50px;
}

.title-uniwersalny h1 {
    color: #8e79c4;
    font-weight: 600;
    font-size: 2.4rem;
    margin-bottom: 1rem;
}

#ect-events-list-content .ect-list-wrapper {
    position: relative;
    width: 100%;
}

#ect-events-list-content .ect-list-wrapper {
    display: flex;
    width: 100%;
    box-sizing: border-box;
    padding: 1rem 2rem;
    float: left;
}

#ect-events-list-content .ect-list-wrapper .ect-list-post-left {
    width: 100%!important;
    float: left;
}

#ect-events-list-content .ect-list-wrapper .ect-list-post-left .ect-list-img {
    height: auto;
    padding-bottom: 100%;
}

#ect-events-list-content .ect-list-wrapper .ect-list-post-right {
    width: 100%!important;
    float: left;
}

#ect-events-list-content .ect-list-wrapper .ect-list-post-right .ect-list-description {
    border: none;
    width: 100%;
    float: left;
    background: #fff;
    padding: 1rem 0;
}

#ect-events-list-content .ect-list-wrapper .ect-list-post-right .modern-list-right-side {
    border: none;
    width: 100%;
    float: left;
    background: #fff;
}

#ect-events-list-content .ect-list-wrapper .ect-list-post-right .ect-list-description .ect-list-title a {
    color: #000;
    font-size: 1.25rem;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.6rem;
}

#ect-events-list-content .ect-list-wrapper .ect-list-post-right .ect-list-description .ect-list-title a:after {
    display: block;
    content: '';
    background: #957cd5;
    height: .3125rem;
    width: 4.6875rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

#ect-events-list-content .ect-list-wrapper .ect-list-post-right .ect-list-description .ect-list-title {
    min-height: 96px;
}

#ect-events-list-content .ect-list-wrapper .ect-list-post-right .ect-list-description .ect-event-content p {
    font-size: .9rem;
    min-height: 80px;
    margin-bottom: 1rem;
}

#ect-events-list-content .ect-list-wrapper .ect-list-post-right .ect-list-description .ect-event-content .ect-events-read-more {
    background: #8664de;
    color: #fff!important;
    padding: 10px 20px;
    border-radius: 10px;
    font-size: .9rem;
}

#ect-events-list-content .ect-list-wrapper .ect-list-post-right .ect-list-description .ect-event-content .ect-events-read-more:hover {
    background: #1b181f;
}

#ect-events-list-content .ect-list-wrapper .ect-list-post-right .modern-list-right-side .ect-list-date .ect-date-area .ev-day,
#ect-events-list-content .ect-list-wrapper .ect-list-post-right .modern-list-right-side .ect-list-date .ect-date-area .ev-mo,
#ect-events-list-content .ect-list-wrapper .ect-list-post-right .modern-list-right-side .ect-list-date .ect-date-area .ev-yr {
    display: inline;
    font-size: .9rem;
    color: #d0d0d0;
    padding-left: 5px;
    margin: 0;
    top: 0;
}

#ect-events-list-content .ect-list-wrapper .ect-list-post-right .modern-list-right-side {
    padding: 0;
}

#ect-events-list-content .ect-list-wrapper .ect-list-post-right .modern-list-right-side .ect-list-date .ect-date-area {
    padding: 0;
    text-align: right;
    font-size: .9rem;
}

#ect-events-list-content .ect-list-wrapper .ect-list-post-right .modern-list-right-side .ect-list-date {
    padding: 0;
    display: none!important;
}

.elementor-page-6357 .ect-list-post.style-2,
.elementor-page-7 .ect-list-post.style-2 {
    width: 33%;
    padding-left: 3em;
    padding-right: 3em;
}

.elementor-section-wrap {
    overflow: hidden;
}

#festival-program .day::after {
    display: block;
    content: '';
    width: 75px;
    height: 5px;
    background: #957cd5;
    margin-top: 15px;
}


/*2019-05-30 PROGRAM*/

#festival-program .day h2 {
    color: #242424;
    font-family: "Open Sans", Sans-serif;
    font-size: 2rem;
    font-weight: 800;
    text-transform: uppercase;
}

#festival-program .day {
    margin-bottom: 1rem;
}

#festival-program .items .item {
    box-sizing: border-box;
    padding: 1rem;
    border-left: 5px solid transparent;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

#festival-program .items .item:nth-child(even) {
    background: #f9f9f9;
}

#festival-program .items .item:nth-child(odd) {
    background: #fff;
}

#festival-program .items .item .tab-row {
    width: 100%;
    display: block;
    overflow: hidden;
}

#festival-program .items .item:nth-child(even) .tab-row .hour {
    color: #7ccecd;
}

#festival-program .items .item:nth-child(odd) .tab-row .hour {
    color: #8664de;
}

#festival-program .items .item .tab-row .hour {
    display: block;
    float: left;
    width: 50px;
    font-family: "Open Sans", Sans-serif;
    font-size: 1.1rem;
    font-weight: 700;
}

#festival-program .items .item .tab-row .title {
    display: block;
    float: left;
    width: calc(100% - 60px);
    font-family: "Open Sans", Sans-serif;
    font-size: 1.1rem;
    color: #242424;
    font-weight: 700;
}

#festival-program .items .item .tab-row .heading p a,
#festival-program .items .item .tab-row .heading p {
    font-size: 1.1rem;
    color: #242424;
    font-weight: 300;
}

#festival-program .items .item .read-more {
    padding: .5rem 1rem;
    color: #fff;
    font-weight: 700;
    border-radius: 20px;
    display: inline-block;
    font-size: .8rem;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

#festival-program .items .item:nth-child(even) .read-more {
    background: #7ccecd;
}

#festival-program .items .item:nth-child(odd) .read-more {
    background: #8664de;
}

#festival-program .items .item .read-more:hover {
    background: #1b181f;
}

#festival-program .items .item:nth-child(even):hover {
    border-color: #7ccecd;
}

#festival-program .items .item:nth-child(odd):hover {
    border-color: #8664de;
}

#festival-program-page {
    margin-top: 6.375rem;
}

#news-page-nav .active,
#festival-program-nav .active {
    font-weight: 700;
}

#news-page-nav a,
#festival-program-nav a {
    color: #fff;
}

#news-page-nav,
#festival-program-nav {
    background: #957cd5;
}

#contact-URLs {
    margin-top: 8%;
}

#contact-URLs a {
    font-size: 1.4rem;
    margin-left: 1rem;
}

#contact-URLs>div {
    float: left;
}

#contact-URLs i {
    font-size: 4rem;
}

#newsletter-container>div {
    margin: 0;
}

#newsletter-container .tnp-field-email {
    width: 73%;
    float: left;
    margin-bottom: 0;
    height: 40px;
}

#newsletter-container .tnp-field-email .tnp-email {
    height: 40px;
}

#newsletter-container .tnp-field-email label {
    display: none;
}

#newsletter-container .tnp-field-privacy {
    position: absolute;
    bottom: -46px;
    color: white;
}

#newsletter-container .tnp-field-button {
    width: 27%;
    float: left;
}

#newsletter-container .tnp-field-button input {
    background: #8e79c4;
    border-color: #8e79c4;
    height: 40px;
    width: 100%;
    color: white;
    padding-top: 6px;
}

section.has_eae_slider:nth-child(2).elementor-element.elementor-element-c2e0aff.elementor-section-boxed.elementor-section-height-default.elementor-section-height-default.elementor-section.elementor-top-section {
    background: #957cd5;
}

section.has_eae_slider:nth-child(2).elementor-element.elementor-element-c2e0aff.elementor-section-boxed.elementor-section-height-default.elementor-section-height-default.elementor-section.elementor-top-section span span {
    color: white;
    font-size: 2rem;
    margin: 0;
    padding-top: 0;
    padding-bottom: 0;
    vertical-align: middle;
    display: inline;
}

span.widgetkit_countdown-row.widgetkit_countdown-show4 {
    display: block;
    margin: auto;
}

#program-attention {
    background: gray;
    color: white;
    height: 4rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

#program-attention p {
    margin: 0;
}

.gallery-noborder img {
	border: none!important;
}

/*2019-07-18 Akredytacja*/
#akredytacja .elementor-tab-title {
	text-align: center;
    border-radius: 5px;
}

/*2021-05*/
.is-menu {
	padding-top: 1.1rem;
}

/*2023-06*/
.is-menu path.search-icon-path {
	fill: #242424!important;
}
.home .is-menu path.search-icon-path {
	fill: #fff!important;
}
.lang-gtranslate {
	margin-left: 10px;
}
/* RESPONSYWNOŚĆ */

@media (max-height: 900px) {
    .scrolled .navbar-brand img,
    .navbar-brand img {
        max-width: 80px;
    }
}


/* Large devices (desktops, less than 1200px) */

@media (max-width: 1199.99px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 1rem 0.5rem;
    }
    .top-txt {
        margin-top: 50vh;
    }
    .baner-item .baner-txt h3 a {
        font-size: 2rem;
        line-height: 2.2rem;
    }
    .projekty-all h4 {
        font-size: 1.1rem;
    }
    .projekty-all {
        bottom: 30px;
        min-height: 180px;
    }
}


/* Medium devices (tablets, less than 992px) */

@media (max-width: 991.99px) {
    #footer {
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
    }
    .wow {
        visibility: visible !important;
        -webkit-animation: none !important;
        -moz-animation: none !important;
        -o-animation: none !important;
        -ms-animation: none !important;
        animation: none !important;
    }
    .navbar-dark .navbar-toggler {
        color: rgb(255, 255, 255);
        border-color: rgb(255, 255, 255);
    }
    .navbar-dark .navbar-toggler-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
    }
    .navbar-brand img {
        max-width: 80px;
    }
    .navbar-collapse {
        text-align: center;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        text-align: center;
    }
    .top-txt h2 {
        font-size: 24px;
    }
    .news-item .news-txt h3 a {
        font-size: 1.4rem;
        line-height: 1.6rem;
        font-weight: 700;
    }
    .news-txt {
        min-height: 150px;
    }
    .news-item .news-desc {
        display: none;
    }
    .baner-item .baner-txt h3 a {
        font-size: 1.2rem;
        line-height: 1.4rem;
    }
    .baner-txt {
        min-height: 160px;
    }
    .baner-item:hover .baner-txt {
        min-height: 190px;
        padding-bottom: 10px;
    }
    .projekty-all h4 {
        font-size: 0.8rem;
        font-weight: 600;
    }
    .projekty-all {
        min-height: 160px;
    }
    #ect-events-list-content .ect-list-wrapper .ect-simple-event {
        width: 50%;
    }
    #ect-events-list-content .ect-list-wrapper .ect-simple-event:last-child {
        display: none;
    }
    .nav-subpage .navbar-toggler {
        background: #8b67c2;
    }
}


/* Small devices (landscape phones, less than 768px) */

@media (max-width: 767.99px) {
    .navbar {
        background: rgba(0, 0, 0, .8);
    }
    .top-txt {
        margin-top: 120px;
    }
    .top-txt h2 {
        font-size: 20px;
    }
    .projekty-all {
        background: #1a2632;
        position: relative;
        width: 100%;
        right: 0;
        text-align: center;
        min-height: 0;
    }
    .projekty-all h4 {
        margin-bottom: 5px;
    }
    .btn {
        font-size: 14px;
    }
    .baner-txt {
        min-height: 160px;
        position: relative;
        height: 200px;
    }
    #banners .carousel-indicators {
        bottom: auto;
        top: 20px;
    }
    #ect-events-list-content .ect-list-wrapper .ect-simple-event {
        width: 100%;
    }
    .scrolled {
        background: rgba(160, 126, 244, .9);
    }
}


/*Extra small devices (portrait phones, less than 576px) */

@media (max-width: 575.99px) {
    #footer {
        height: auto;
    }
    .copyright {
        float: none;
        text-align: center;
        margin: 0;
    }
    .credit {
        float: none;
        text-align: center;
        margin: 0;
        padding-bottom: 15px;
    }
}

@media (max-width: 400px) {
    .news-item .news-txt h3 a {
        font-size: 1rem;
        line-height: normal;
        font-weight: 700;
    }
    .baner-item .baner-txt h3 a {
        font-size: 1rem;
        line-height: 1.2rem;
    }
    .baner-item .baner-txt h3 {
        line-height: 1.2rem;
    }
}

#gallery-1 img {
    border: 0px!IMPORTANT;
}

#gallery-2 img {
    border: 0px!IMPORTANT;
}

#gallery-3 img {
    border: 0px!IMPORTANT;
}

/* News pagination */

.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}

.page-numbers {
    margin-right: 2em;
    text-align: center;
    padding: 22px;
    font-size: 16px;
    color: black;
}

.page-numbers:hover:not(.current):not(.dots) {
    background: #eee;
}

.page-numbers.current {
    background: #8664de;
    color: black;
    border-radius: 4px;
    color: white;
}