@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Work+Sans:wght@100;200;300;400;500;600;700;800;900&display=swap');

color: var(--turkus);
:root {
    --turkus: #d90368;
    --fiolet: #6255a4;
    --bialy: #ffffff;
    --szary: #838296;
    --szarytlo: #ebebeb;
}

/* Padding numeracji stron
.pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: center;
}

@media (max-width: 768px) {
  .pagination {
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding: 0.5rem;
    gap: 0.25rem;
  }

  .pagination .page-item {
    flex: 0 0 auto;
  }
}

@media (max-width: 768px) {
  .pagination {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding: 0.5rem;
    gap: 0.5rem;
    max-width: 100%;
    width: 100%;
  }

  .pagination .page-item {
    flex: 0 0 auto;
  }
*/

/* Ukryj poziomy pasek przewijania (opcjonalnie) */
.pagination::-webkit-scrollbar {
  display: none;
}

.pagination {
  scroll-snap-type: x mandatory;
}
.pagination .page-item {
  scroll-snap-align: start;
}



/* Propozycja chlebka 01-08-2025 */
#sp-chlebek {
  background-color: #6255a4;
  padding: 0 4%;
  color: #fff;
}
.breadcrumb {
  margin-bottom: 0.3%;
}
.fa-location {
  --fa: "\f3c5";
  padding-right: 10px;
}
.breadcrumb-item + .breadcrumb-item::before {
  color: #fff;
}
.pathway {
  color: #fff !important;
}
.pathway:hover {
  text-decoration: underline;
  color: #fff;
}
/* Koniec */


/* Zmiany 18-08-2025 */
.mod-login-logout__options.list-unstyled a {
  color: #077e94 !important;
}
.mod-login-logout__options.list-unstyled a:hover {
  color: #d90368 !important;
}
.pacifico-regular {
  font-family: "Pacifico", cursive;
  font-weight: 400;
  font-style: normal;
}
.agbalumo-regular {
  font-family: "Agbalumo", system-ui;
  font-weight: 400;
  font-style: normal;
}

.hasztag {
  font-family: "Agbalumo", cursive;
}


/* Koniec */

/* Zmiany 14-08-2025 */
.sppb-addon.sppb-addon-header.katalogOnline a:hover {
  color: #d90368 !important;
}
/* Koniec */

/* Zmiany 12-08-2025 */
.com-content-category-blog__navigation.w-100 {
  padding-top: 3%;
}
/* Koniec */

/* Zmiany 11-08-2025 */
.ciasteczka {
  font-size: 1rem;
}
.blog_title{
  padding-top: 5%;
}
.sp-cookie-close.sp-cookie-allow {
  font-weight: 600 !important;
  color: #434343 !important;
}
/* Tryb mobilny */
@media (max-width: 1100px) {
  .page-header h1 {
 	font-size: 1.6rem !important;
    padding: 5% 0% !important;
  }
   #cosik h2 {
 	font-size: 1rem !important;
    padding: 1% 0% !important;
  }
  .com-content-article__body h2 {
    font-size: 1.3rem !important;
  }
  .com-content-article.item-page {
 	padding: unset !important;
   }
  .com-content-article.item-page img {
 	width: 50%;
   }
}
@media (max-width: 768px) {
  .com-content-category-blog__items.blog-items.image-alternate.columns-4 {
    display: flex !important;
    flex-direction: column !important;
    gap: 1rem !important;
  }
  .com-content-article.item-page img {
 	width: 75%;
   }
  #cosik h2 {
 	font-size: 1.2rem !important;
  }
}
@media (min-width: 768px) {
  .container, .container-md, .container-sm {
    max-width: unset;
  }
}
/* Koniec */

/* Kalendarz 08-08-2025 */
.btn.btn-info.button {
  background: unset;
}
.btn-info {
  color: #000;
  background-color: unset;
  border-color: unset;
}
.btn:hover {
  color: #d90368;
}
.control-label {
  display: none;
}
#icagenda input:not([type="radio"]) {
  border: 2px solid #ced4da;
}
.ic-reg-event-title a {
  color: #6255a4;
}
.ic-reg-event-title a:hover {
  color: #d90368;
}
.ic-reg-icon {
  background: url(https://www2.bpmokotow.waw.pl/bpmok/images/icons/people64.png) 50% 50% no-repeat;
  width: 64px;
  height: 64px;
}
.ic-reg-event {
  background: unset;
}
.btn-light.disabled {
  background-color: unset;
  border-color: unset;
}
.btn-success {
  background-color: #077e94;
}
.btn-success:hover {
  background-color: #067185;
}
.ic-single-starttime {
  font-size: 1.5rem;
  padding-left: 5%;
}
.ic-divCell a {
  color: black;
}
.ic-divCell a:hover {
  color: #d90368;
}
iCicon.iCicon-backic {
  font-size: 1rem;
}
.small {
  font-size: 1.5rem;
  color: black;
  font-weight: 500;
}
.small:hover{
  color: #d90368;
}
.com-content-category-blog.blog.huehue h1 {
  color: #6255a4;
  padding-bottom: 3%;
}
.ictip-location {
  text-align: center;
}
.przerwa {
  padding: 0 2%;
}
.kalendarzTitle{
  font-family: Nunito Sans;
  font-weight: bold;
  font-size: 2.5rem;
  color: #6255a4;
}
.kalendarzPrevNext{
	width: 50px;
  opacity: 0.8;
  margin-top: 3%;
}
.kalendarzPrevNext:hover{
  opacity: 1;
}
.kalendarzPrevNext_x2{
	width: 50px;
  opacity: 0.8;
  margin-top: 3%;
}
.kalendarzPrevNext_x2:hover{
  opacity: 1;
}
/* Koniec */

/* Zmiany 05-08-2025 */
.divider.fa.fa-location {
  --fa: "\e0bb";
}
.mod-breadcrumbs__item.active.breadcrumb-item {
  color: #fff !important;
}
/* Koniec */

/* Zmiany 04-08-2025 */
#jf_results {
  padding: 2% 8% !important;
}
.com-content-category-blog.blog.huehue > h1 {
  color: #6255a4;
  font-size: 1.5rem;
  /*text-transform: uppercase; Zmiana 19-08-2025 */
  padding-bottom: 2%;
}
#cosik h2{
  font-weight: 500;
  font-size: 1.4rem;
}
.linkKategoria {
  text-transform: uppercase;
  font-weight: 500;
  color: #000;
  font-size: 1.4rem;
}
.create {
  font-size: 1.4rem;
}
.page-header {
  padding-bottom: unset;
}
.category-name {
  padding-right: 4%;
}
/* Koniec */

/* Zmiany 01-08-2025 */
.sppb-row-container {
  padding-left: unset !important;
  padding-right: unset !important;
}
/* Zmiany 11-08-2025 */
.sppb-btn{
  padding: 1% 2%;
}

.fa.fa-angle-left {
  border: 3px solid #828195;
  border-radius: 10px;
  padding: 10% 35%;
}
.fa-angle-left {
  color: #828195;
}
.fa-angle-left:hover {
  color: #fff !important;
  background-color: #828195;
}
.fa.fa-angle-left:active {
  background-color: #757486;
  border-color: #757486;
  color: white;
}
.fa.fa-angle-right {
  border: 3px solid #828195;
  border-radius: 10px;
  padding: 10% 35%;
}
.fa-angle-right {
  color: #828195;
}
.fa-angle-right:hover {
  color: #fff !important;
  background-color: #828195;
}
.fa.fa-angle-right:active {
  background-color: #757486;
  border-color: #757486;
  color: white;
}
/* Koniec */

/* Zmiany 31-07-2025 */
.page-header {
  padding-top: unset !important;
  padding-left: unset !important;
  margin-left: unset !important;
  padding-right: unset !important;
  margin-right: unset !important;
}
.article-info.text-muted {
  padding-left: unset !important;
  margin-left: unset !important;
  padding-right: unset !important;
  margin-right: unset !important;
}
.com-content-article.item-page {
  padding: 0 18%;
}

@media (max-width: 768px) {
  .com-content-article.item-page {
  padding: unset !important;
}
}

.icon-fw {
  width: unset !important;
}
.com-content-article__body {
  padding: unset !important;
  /*padding-top: 3% !important;*/
}
.mod-breadcrumbs__item.active.breadcrumb-item {
  font-weight: 500 !important;
  /*color: unset !important; Zmiana 05-08-2024*/ 
  /*text-decoration: underline;*/
  font-size: 1rem !important;
}
.mod-breadcrumbs.breadcrumb{
  padding-left: 2% !important;
  /*padding-top: 1% !important; Zmiana 05-08-2024*/ 
  font-size: 1rem !important;
}
/* Koniec */


#sp-footer a:hover {
  color: #d90368 !important;
  text-decoration: underline;
}

strong {
  font-weight: 500 !important;
}

.djacc-popup.djacc--light .djacc__btn, .djacc-popup.djacc--light .djacc__arrows{
  background: white !important;
  border-color: white !important;
}

.collapse {
  padding-left: 2%;
  color: #434343;
  font-size: 1.1rem;
  border-left: 5px solid #434343;
  margin-left: 2%;
  margin-bottom: 2%;
}

.btn.btn-collapse {
  margin-top: -5%; 
  color: #434343;
}

.btn.btn-collapse:hover {
  text-decoration: underline; 
  color: #6255a4;
}

.sppb-meta-category > a {
  color: #000 !important;
}

.jfilters-filter-calendar__button.btn.btn-primary {
  display: none;
}

.jfilters-filters-container {
  margin-bottom: 2%;
}

.jfilters-item__label-text {
  color: #434343;
}

.jfilters-filter-header__toggle:hover {
  background-color: unset;
  text-decoration: underline;
}

.com-content-category-blog__items.blog-items.image-alternate.columns-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2%;
}

.com-users-profile.profile, #jf_results {
  padding: 2% 2%;
}

.btn-toolbar {
  display: none;
}

#jform_name, #jform_password1, #jform_password2, #jform_email1, #username, #password {
  border: 2px solid #ced4da;
}



.com-users-profile__edit.profile-edit .btn.btn-secondary, .btn.btn-secondary.input-password-toggle {
  border-radius: 0 25px 25px 0 !important;
  padding: 0px 24px !important;
}

.com-content-article__body {
  padding: 2% 18%;
}

.align-content-center {
  align-content: unset !important;
  padding: 0 20%;
}

.page-item.active .page-link {
  background-color: #838296;
  border-color: #838296;
}

#search-result-list {
  display: unset !important;
}

.com-finder.finder {
  padding: 0 !important;
}

.pagination__wrapper {
  /*padding-top: 7%; Zmiana 12-08-2025 */
  padding-top: 1%;
}

#jfilters-filter-container-231-1 {
  padding-top: 10%;
}

.me-2 {
  display: none;
}

#q {
  margin-left: 10%;
}

.btn.btn-primary {
  /*background-color: #6255a4;
  color: white; Zmiana 08-08-2025*/
  background-color: #077e94;
  color: white;
  
  padding: 12px 24px;
  border: none;
  border-radius: 2px 25px 25px 2px !important;
  cursor: pointer;
  /*box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition:
  transform 0.2s, box-shadow 0.2s; Zmiana 08-08-2025*/
  margin-right: 2%;
  margin-left: 3%
  font-family: 'Poppins', sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
}
.btn.btn-primary:hover{
  background-color: #067185;
}

.btn.btn-sm.btn-secondary:hover {
  background-color: unset !important;
}

.btn.btn-secondary {
 /* background-color: #838296;
  color: white; Zmiana 08-08-2025*/
  background-color: unset;
  color: #434343;
  
  padding:12px 24px;
  font-size: 16px;
  border:none;
  border-radius:25px !important;
  cursor: pointer;
  /*box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition:
  transform 0.2s, box-shadow 0.2s;*/
  margin-right: 2%;
  font-family: 'Poppins', sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
}

.awesomplete {
  justify-content: center;
  align-items: center;
  display: flex;
}

.awesomplete::before {
  content: "\f002";
  font-family: 'Font Awesome 5 Free';
  font-weight: 700;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translatey(-50%);
}

.awesomplete :focus-visible {
  outline: 2px solid #6255a4 !important;
  outline-offset: -2px !important;
  padding: 15px 24px;
}

.form-inline {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  width: 60%;
  justify-content: space-between;
  padding: 10px 15px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
  border-radius: 12px;
}

.form-control{
  border: unset;
}

mark {
  background: unset;
  color: #6255a4;
  font-weight: 800;
}

.result__taxonomy {
  margin: 0;
  padding-top: 0.5%;
  font-size: 1rem;
}

.com-finder.finder {
  margin: 0 5% 0 5%;
}

.result__title-url {
  display: none;
}

.result__title-text {
  font-size: 1.5rem;
  line-height: 1.5;
  padding-bottom: 1%;
}

.result__title-text:hover {
  color: #6255a4;
}

.page-header {
  padding-top: 5%;
}

.sppb-social-share-wrap ul li a{border-radius: 40px !important;}

.col-lg-4 {width: 25% !important;padding-left: 3%;}

.blog_title {
  font-size: 1.4rem;
  line-height: 2.2rem;
  font-weight: 500;
  padding-left: 2%;
}

.burger-icon {margin-top: -1000%;}

/*.result__title {padding-left: 2%;}*/

blockquote {
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 400;
  margin: 1.5em 2em;
  padding: 1em 3em;
  border-left: 5px solid #6255a4;
  position: relative;
  color: #6255a4;
}

/* Zmiana 12-08-2025 */
@media (max-width: 768px) {
  blockquote {
	margin: unset;
	border-left: unset;
    padding: 4% 2% 1% 15% !important;
  }
}

blockquote::before {
  content: "\201C";
  font-size: 4em;
  color: #6255a4;
  position: absolute;
  top: -10px;
  left: 10px;
}

#search-result-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    /*gap: 20px;*/
}

.sppb-addon-articles-carousel .bx-wrapper .bx-pager.bx-default-pager a {
  height: 10px;
  border-radius: 10px;
}

figure {
  margin: 0 0 1rem;
  display: grid;
  place-items: center;
}

.sppb-social-share {margin-top: 2%;}
.sppb-addon-social-share ul li {width: 100%;}
.sppb-social-share-wrap ul li a {margin-left: 2%;}

.bx-wrapper .bx-pager.bx-default-pager a.active {background: #6255a4;}
.bx-wrapper .bx-pager.bx-default-pager a {background: #d8d8d8;}
.bx-wrapper .bx-pager.bx-default-pager a:hover {background: #6255a4;}
.sppb-addon-articles-carousel .bx-wrapper .bx-pager.bx-default-pager a.active {width: 100px;}
.sppb-addon-articles-carousel .bx-wrapper .bx-pager.bx-default-pager a {width: 90px;}
.sppb-articles-carousel-meta-category a {color: #d90368;}
.sppb-articles-carousel-link {font-size: 1.2rem; line-height: 1.5;}

/*.result__item {
    width: calc(50% - 20px);
    height: 200px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    overflow: hidden;
    vertical-align: top; 
 	padding-top: 0 !important;
  	margin-top: 0 !important;
}*/

.sppb-addon-articles .sppb-article-meta > span, .sppb-addon-articles .sppb-article-meta > time {
  /*color: #d90368;*/
  font-size: 1.4rem;
  line-height: 2.2rem;
  font-weight: 500;
  text-transform: uppercase;
  padding-top: 4% !important;
}

.sppb-article-img-wrap:hover{box-shadow: 0 0 0 2px #d90368;}

/*#sp-header-mobile{padding-bottom: 30px;}*/



#dj-slideshow4m156 .dj-slide{
box-shadow: 0 !important
}

#sp-cookie-consent{
  font-size: 1.2rem;
}

.newsletter{
  color: #000000 !important;
  font-weight: bold;
}

.eventTitle{
   color: #077e94;
   font-weight: bold;
   font-size: 2.5rem;
   padding-left: 40px;
}

.bx-controls-direction {
  position: relative;
  margin: 0 10px;
  justify-content: space-between;
  display: flex;
}

/*.sppb-img-responsive{border-top-right-radius: 20px;}*/

.dj-slides{position: static !important;}

.ictip-date-format {
  font-family: 'Poppins', sans-serif !important;
  font-weight: bold;
  font-size: 1.5rem !important;
}

.ictip-event-title {
  font-family: 'Poppins', sans-serif !important;
  font-weight: bold;
  font-size: 1.5rem !important;
}

input.guzikRejestracja{
  background: #6255a4;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  border: 0;
  font-size: 16px;
  transition: all 0.5s ease;
  font-weight: 400;
  z-index: 0;
  white-space: normal;
  color: #ffffff;
  width: 80% !important;
}

input.guzikRejestracja:after{
  background: #6255a4;
  content: "";
  position: absolute;
  transition: all 0.3s ease-in;
  transition-duration: 0.3s;
  z-index: -1;
  height: 100%;
  left: -35%;
  top: 0;
  transform: skew(-35deg);
  transition-duration: 0.5s;
  transform-origin: right top;
  width: 0;
}

input.guzikRejestracja:hover{
  border-color: #077e94;
  background-color: #077e94;
  color: #ffffff;
}

a.bipmok:hover {box-shadow: 0 0 15px 0 rgba(230,35,20, 0.8);border-radius: 12px;}
.sp-menu-separator:hover {text-decoration: underline;cursor: pointer;}

/*body > a.skipLinks {
    display: none;
}*/

/*mark {
  padding: 0.4rem;
  background-color: #6255a4;
  color: #fff;
  opacity: ;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border-radius: 15px;
}*/

.com-finder__counter.search-pages-counter {margin-top: 2%;}

.result__date {color: #6255a4;}

.com-finder__results > * + * {margin-top: 2rem;}

.result__item+.result__item{border-top:0 !important;margin-top:1.5em;padding-top:1.5em}

.result__title-link {
  flex-direction: column;
  display: flex;
  color: var(--secondcolor);
  font-size: 1.4rem;
  font-family: 'Poppins', sans-serif;
  font-weight: bold;
}

.kalendarzTitle{
  font-family: 'Poppins', sans-serif;
  font-weight: bold;
  font-size: 2.5rem;
  color: #6255a4;
}

.kalendarzPrevNext{
	width: 50px;
  opacity: 0.8;
  margin-top: 3%;
}

.kalendarzPrevNext:hover{
  opacity: 1;
}

.kalendarzPrevNext_x2{
	width: 50px;
  opacity: 0.8;
  margin-top: 3%;
}

.kalendarzPrevNext_x2:hover{
  opacity: 1;
}

.djacc--top-left{
  display: none;
}

.dj-slide-desc-text {
  display: none;
}

.tagi{
  color: #ffffff !important;
  font-size: 0.9rem !important;
  font-family: 'Fredoka';
  background: var(--maincolor) !important;
}

.tagi:hover{
  background: var(--secondcolor) !important;
}

.podloga{color: #6255a4;}
.podloga:hover{color: #077e94 !important;}

a.skipLinks {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  background-color: #6255a4;
  color: white;
  font-size: 40px;
  padding: 20px;
}

a.skipLinks:focus {
  position: static;
  width: auto;
  height: auto;
  background-color: #49abb0;
  color: white;
}

body {
  font-family: 'Ek Mukta', sans-serif;
  color: #707179;
  line-height: 1.6;
  font-size: 16px;
  font-weight: 400;
}

a {
  text-decoration: none;
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Ek Mukta", sans-serif;
  color: #0f1235;
  margin-top: 0;
margin-bottom: .5rem;
  line-height: 1.2;
  font-weight: 700;
}

a {
  color: #d90368;
  text-decoration: none;
  transition: 0.5s;
}

a,
a:hover,
a:focus,
a:active {
  /*text-decoration: underline;*/
  outline: none;
}

a:hover {
  color: #d90368;
  text-decoration: underline;
}

pre {
  word-break: break-word;
}

img {
  max-width: 100%;
}

ol {
  counter-reset: counter;
  padding-left: 0;
}

dl, ol, ul {
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
  	margin-left: 15px;
}

button:hover,
button:active,
button:focus {
  outline: 0;
}

/*input and button type focus outline disable*/
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=number]:focus,
textarea:focus,
input[type=button]:focus,
input[type=reset]:focus,
input[type=submit]:focus,
select:focus {
  outline: none;
  box-shadow: none;
  border: 1px solid #ddd;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}


body .sppb-btn,
body .btn {
  /*height: 55px;
  line-height: 55px;
  padding: 0 34px;*/
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  border: 0;
  font-size: 1.2rem;
  transition: all 0.5s ease;
  font-weight: 400;
  z-index: 0;
  white-space: normal;
}

body .sppb-btn:after,
body .btn:after {
  content: "";
  /*background: var(--fiolet);*/
  position: absolute;
  transition: all 0.3s ease-in;
  z-index: -1;
  height: 100%;
  left: -35%;
  top: 0;
  transform: skew(-35deg);
  transition-duration: 0.5s;
  transform-origin: right top;
  width: 0;
}

body .sppb-btn:hover:after,
body .btn:hover:after {
  height: 100%;
  width: 200%;
}

body .sppb-btn.sppb-btn-primary {
  color: #fff;
  background: var(--secondcolor);
  font-weight: bold;
}

body .sppb-btn.sppb-btn-primary:hover {
	color: #fff;
  	text-decoration: underline;
}

body .sppb-btn.sppb-btn-primary:after,
body .btn.btn-primary:after {
  background: var(--maincolor);
}

body .sppb-btn.sppb-btn-secondary {
  color: #fff;
  background: var(--maincolor);
  font-weight: bold;
  margin-top: -50px;
}

body .sppb-btn.sppb-btn-secondary:hover {
  color: #fff;
  text-decoration: underline;
}

body .sppb-btn.sppb-btn-secondary:after,
body .btn.btn-secondary:after {
  background: var(--secondcolor);
}

button {cursor: pointer;}

.sppb-addon-optin-forms,
.sppb-addon-optin-forms .sppb-optin-form-details-wrap:not(:empty){
	padding: 0px;
}

#sp-footer {
	font-size: inherit;
}

#sp-footer #sp-footer2 {
	text-align: inherit;
}

.p-relative {
	position: relative;
}

textarea.sppb-form-control {height: auto !important; padding-top: 15px !important;}

.sp-scroll-up {
	background: var(--maincolor);
	/*animation: backto-top-bounce 4s infinite ease-in-out;*/
  	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

@keyframes backto-top-bounce {
  0% {
    transform: translateY(-5px);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-5px);
  }
}

.overflow-hidden {overflow: hidden;}

.z-index2 {z-index: 2 !important;}

.sppb-media-heading {
	margin: 0;
}



/* HEADER */

#sp-header {
	height: auto;
	box-shadow: none;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	padding: 0;
	background: transparent;
	box-shadow: none;
}

#sp-header.header-sticky {
	background: #fff;
	-webkit-animation: 900ms ease-in-out 0s normal none 1 running fadeInDown;
	animation: 900ms ease-in-out 0s normal none 1 running fadeInDown;
	box-shadow: 0 10px 20px 0 rgba(46, 56, 220, 0.05);
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

#sp-header > .row {
	-ms-flex-align: center !important;
	align-items: center !important;
}

#sp-header > .container > .container-inner > .row {
	-ms-flex-align: center !important;
	align-items: center !important;
}

#sp-header .logo {
	height: auto;
	display: block;
}

#sp-header .logo a .logo-image,
#sp-header .logo a .logo-image-phone {
	display: inline-block;
	transition: all 0.3s ease-in-out 0s;
	height: auto;
	width: 100%;
	max-width: 170px;
}

.sp-megamenu-parent {
	margin: 0;
	float: none;
}

.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span,
.sp-megamenu-parent > li:last-child > a {
display: block;
font-size: 1.25rem;
font-weight: bold;
text-transform: uppercase;
padding: 0 26px;
line-height: 85px;
color: #0f1235;
  transition: all 0.5s ease;
  position: relative;
  margin-right: 1px;
  letter-spacing: .3px;
}

.sp-megamenu-parent > li.active > a,
.sp-megamenu-parent > li:hover > a,
.sp-megamenu-parent > li.active:hover > a {
	font-weight: 700;
	color: var(--maincolor);
  	text-decoration: underline;
}

body.ltr .sp-megamenu-parent > li.sp-has-child > a::after, body.ltr .sp-megamenu-parent > li.sp-has-child > span::after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f067";
	float: right;
	margin-left: 5px;
	font-size: 12px;
  transition: all 0.5s ease;
}

body.ltr .sp-megamenu-parent > li.sp-has-child:hover > a::after, body.ltr .sp-megamenu-parent > li.sp-has-child:hover > span::after,
body.ltr .sp-megamenu-parent > li.sp-has-child.active > a::after, body.ltr .sp-megamenu-parent > li.sp-has-child.active > span::after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f068";
	float: right;
	margin-left: 5px;
	font-size: 12px;
  transition: all 0.5s ease;
}

@media(max-width: 1400px) {
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span,
.sp-megamenu-parent > li:last-child > a {
padding: 0 22px;
}
}

@media(max-width: 1200px) {
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span,
.sp-megamenu-parent > li:last-child > a {
padding: 0 14px;
}
}

.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
	border: 0px solid transparent;
	border-radius: 0 0 12px 12px;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
	transition: all 0.3s ease 0s;
	padding: 0;
	position: relative;
	background: transparent;
}

.sp-megamenu-parent .sp-dropdown .sp-dropdown-items {
	background: #fff;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item {
	display: block;
	margin: 0px;
	padding: 0;
}

.sp-megamenu-parent > li > .sp-dropdown:not(.sp-dropdown-sub) > .sp-dropdown-inner > .sp-dropdown-items,
.sp-megamenu-parent > li > .sp-dropdown:not(.sp-dropdown-sub) > .sp-dropdown-inner > .sp-dropdown-items > li.sp-menu-item:last-child,
.sp-megamenu-parent > li > .sp-dropdown:not(.sp-dropdown-sub) > .sp-dropdown-inner > .sp-dropdown-items > li.sp-menu-item:last-child > a,
.sp-megamenu-parent > li > .sp-dropdown:not(.sp-dropdown-sub) > .sp-dropdown-inner > .sp-dropdown-items > li.sp-menu-item:last-child:hover > a {
	border-radius: 0 0 12px 12px;
}

.sp-megamenu-parent > li > .sp-dropdown:not(.sp-dropdown-sub) > .sp-dropdown-inner > .sp-dropdown-items > li.sp-menu-item:last-child > a,
.sp-megamenu-parent > li > .sp-dropdown:not(.sp-dropdown-sub) > .sp-dropdown-inner > .sp-dropdown-items > li.sp-menu-item:last-child:hover > a {
	overflow: hidden;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item + li.sp-menu-item {border-top: 1px solid #f5f5f5;}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a, .sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge) {
    font-size: 14px;
	font-weight: 500;
	color: #050a30;
	display: block;
	padding: 10px 20px;
	position: relative;
	z-index: 1;
	line-height: 26px;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:before {
	position: absolute;
	content: "";
	top: 0;
	left: auto;
	right: 0;
	width: 0;
	height: 100%;
	background: var(--maincolor);
	z-index: -1;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item:hover > a {
	color: #ffffff;
	padding: 10px 20px 10px 30px;
	background: var(--maincolor);
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:hover:before {
	left: 0;
	right: auto;
	width: 100%;
}

#offcanvas-toggler {
	/*display: block;
	height: 80px;*/
	line-height: inherit;
	*font-size: 20px;*
	transition: all 0.3s ease-in-out 0s;
}

#offcanvas-toggler > .fa {
	transition: all 0.3s ease-in-out 0s;
	color: #fff;
	font-size: 32px;
}

/* */



/* PAGE TITLE */

.sp-page-title {
	padding: 150px 0 150px 0;
	text-align: center;
	background-position: 0;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.sp-page-title .container {
	position: relative;
	z-index: 2;
}

.sp-page-title .sp-page-title-heading {
	font-size: 48px;
	font-weight: 700;
	margin-bottom: 30px;
	color: #fff;
	line-height: 1.3380952381;
}

.sp-page-title .breadcrumb {
list-style: none;
padding: 0;
margin: 0;
/*background: rgba(255, 255, 255, 0.1);*/
background: rgba(255, 255, 255, 0.2);
padding: 5px 25px;
border-radius: 40px;
display: inline-block;
}

.sp-page-title .breadcrumb li:before {display: none;}

.sp-page-title .breadcrumb > li {
	display: inline-block;
	margin-bottom: 0;
}


.sp-page-title .breadcrumb > li > a {
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	position: relative;
	margin-right: 9px;
	padding-right: 11px;
}

.sp-page-title .breadcrumb > li > a:after {
	position: absolute;
	right: 0;
	top: -1px;
	content: "/";
	height: 15px;
	width: 1px;
}

.sp-page-title .breadcrumb > li > a:hover {
	color: var(--secondcolor);
}

.sp-page-title .breadcrumb > .active {
	font-size: 16px;
	font-weight: 600;
	/*color: var(--secondcolor);*/
  	/*color: #0f1235;*/
  	color: #ffffff;
  	text-shadow: 0px 0px 10px #000;
}

/* */

/* USERS */

.form-validate {
    /*background: #F6F6F6;
    border-top: 4px solid #F6F6F6;*/
	  padding: 0px 40px 20px 40px;
	  /*padding: 50px 40px;*/
    /*background: rgba(221,221,221,0.2);*/
    /*border-radius: 30px;
    box-shadow: 0 0 15px 0 rgba(0,0,0,.1); Zmiana 08-08-2025*/
}

.spacer, legend {display: none;}

.form-validate .form-control {
/*border: 0 !important;*/
height: 50px;
padding: 0 18px;
font-size: 14px;
border-radius: 4px;
}


/* */


#sp-header.header-sticky ~ section#sp-main-body {
	padding-top: 0;
}
.com-content #sp-main-body,
.com-j2store #sp-main-body,
.com-tags #sp-main-body,
.com-users #sp-main-body {
	/*padding: 120px 0;*/
  	padding: 20px 0;
}

.com-spsimpleportfolio #sp-main-body,
.com-spsimpleportfolio #sp-header.header-sticky ~ section#sp-main-body {
	padding: 0;
}

.com-spsimpleportfolio #sp-main-body {
	z-index: 2;
	position: relative;
}

.com-spsimpleportfolio .page-content > .sppb-section {
    padding-top: 95px;
}


.com-content #sp-header.header-sticky ~ section#sp-main-body,
.com-j2store #sp-header.header-sticky ~ section#sp-main-body,
.com-tags #sp-header.header-sticky ~ section#sp-main-body,
.com-users #sp-header.header-sticky ~ section#sp-main-body {
	padding-top: 120px;
}

/* SIDEBAR */

.sidebar-class  .sppb-row-container {width: 100% !important; }
.sidebar-class.com-sppagebuilder #sp-main-body {margin: 0 auto;}
@media (min-width: 768px) {
.sidebar-class.com-sppagebuilder #sp-main-body {max-width: 750px;}
}
@media (min-width: 992px) {
.sidebar-class.com-sppagebuilder #sp-main-body {max-width: 970px;}
}
@media (min-width: 1200px) {
.sidebar-class.com-sppagebuilder #sp-main-body {max-width: 1170px;}
}

#sp-left .sp-module, #sp-right .sp-module {
	border: 0px solid #f3f3f3;
	padding: 0;
	border-radius: 0px;
}

#sp-left .sp-module ul > li, #sp-right .sp-module ul > li {
	display: block;
	border-bottom: 0px solid #f3f3f3;
}

/* */


/* BLOG */

.article-list .article {
	margin-bottom: 60px;
	padding: 0px;
	border: 0px solid #f5f5f5;
	border-radius: 0px;
}

.article-list .article .article-intro-image, .article-list .article .article-featured-video, .article-list .article .article-featured-audio, .article-list .article .article-feature-gallery {
	margin: 0px;
	border-radius: 0;
	border-bottom: 0px solid #f5f5f5;
	position: relative;
	overflow: hidden;
	border-radius: 7px;
	margin-bottom: 30px;
}

.article-list .article .article-intro-image img, .article-list .article .article-featured-video img, .article-list .article .article-featured-audio img, .article-list .article .article-feature-gallery img {
	border-radius: 0;
	width: 100%;
	transform: scale(1);
	transition: 0.9s;
}

.article-list .article:hover img {
	transform: rotate(1deg) scale(1.05);
}

.article-list .article .blog-meta,
.article-details .blog-meta {
    margin-bottom: 15px;
}

.article-list .article .comnt,
.article-details .comnt {
	background: var(--maincolor);
	display: inline-block;
list-style: none;
margin-right: 15px;
    height: 28px;
    color: #fff;
    line-height: 28px;
    padding: 0 12px;
    font-size: 12px;
    margin-top: 0;
    border-top: 0;
    border-radius: 4px;
}

.article-list .article .author,
.article-details .author {
    display: inline-block;
    list-style: none;
    margin-right: 15px;
    color: #949494;
	font-weight: 500;
}

.article-list .article .author span,
.article-details .author span {
    color: #29303b;
}

.article-list .article .date,
.article-details .date {
	display: inline-block;
	list-style: none;
	margin-right: 0;
	color: #949494;
}

.article-list .article .article-header h2 {
	font-size: 24px;
	color: #29303b;
	line-height: 1.3380952381;
	margin-bottom: 15px;
}

.article-list .article .article-header h2 a {
    color: #29303b;
}

.article-list .article .article-header h1 a:hover, .article-list .article .article-header h1 a:active, .article-list .article .article-header h1 a:focus, .article-list .article .article-header h2 a:hover, .article-list .article .article-header h2 a:active, .article-list .article .article-header h2 a:focus,
.postbox__meta span a:hover {
	color: var(--maincolor);
}

.article-introtext {
    margin-bottom: 18px;
}

.article-list .article .readmore-text a {
	position: relative;
	display: inline-block;
}

.article-list .article .readmore-text a:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 1px;
	width: 60%;
	background: var(--maincolor);
	transition: 0.4s;
}

.article-list .article .readmore-text a:hover:after {
	width: 100%;
}


/* SINGLE ARTICLE */

.article-details .sppb-row-container {padding: 0;}

.view-article #sp-main-body > .container {
	max-width: 100%;
	padding: 0;
  	/*padding: 0px 40px 0px 40px;*/
}

.article-details .article-full-image {
position: relative;
overflow: hidden;
border-radius: 7px;
margin-bottom: 30px;
}

.article-details .article-full-image img {
	display: inline-block;
	border-radius: 0;
	transform: scale(1);
	transition: 0.9s;
}

.article-details:hover .article-full-image img {
    transform: rotate(1deg) scale(1.05);
}

.article-details .article-header h1, .article-details .article-header h2 {
	font-size: 60px;
	color: #0f1235;
	margin-bottom: 30px;
	text-align: center;
}

.article-details > div > p {
	/*text-align: center;*/
}

.article-details .article-author-information {
	padding-top: 2rem;
	margin-top: 75px;
	border-top: 0px solid #f5f5f5;
	padding: 40px 65px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #f2f7ff;
}

.postbox__share {margin-top: 75px;}

#article-comments {
	padding-top: 0;
	margin-top: 75px;
	border-top: 0px solid #f5f5f5;
}

.article-social-share .social-share-icon ul li a {
	border: none;
	font-size: 15px;
	text-align: center;
	display: inline-block;
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	background: #f2f7ff;
	color: #9499ae;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.article-social-share .social-share-icon ul li a:hover {
	color: #ffffff;
	background: var(--maincolor);
}

.single-course .article-full-image, .single-course .article-details .article-can-edit,
.single-course .article-details .article-author-information, .single-course .share-rating, .single-event .article-details .article-can-edit,
.single-event .article-details .article-author-information, .single-event .share-rating {display: none;}

.single-event .article-details  {
	display: flex;
	flex-direction: column;
}

.single-event .article-details .blog-meta {order: 1;}
.single-event .article-details .article-header {order: 2;}
.single-event .article-details .article-full-image {
	order: 3;
	margin-bottom: 0;
	margin-top: 1.5rem;
}
.single-event .article-details .body-main-text {order: 4;}

/* */

/* ANIMATIONS */


@keyframes hero-image-animation {
  0% {
    transform: translateY(-30px);
  }
  100% {
    transform: translateY(0px);
  }
}

/* */


@media (min-width: 320px) {#sp-footer  .sppb-container-inner {max-width: 400px;width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 576x) {#sp-footer  .sppb-container-inner {max-width: 540px;width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 768px) {#sp-footer  .sppb-container-inner {max-width: 720px;width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 992px) {#sp-footer .sppb-container-inner {max-width: 960px;width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 1200px) {#sp-footer  .sppb-container-inner {max-width: 1140px;width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;}}

@media (min-width: 320px) {#sp-top1  .sppb-container-inner {max-width: 400px;width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 576px) {#sp-top1  .sppb-container-inner {max-width: 540px;width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 768px) {#sp-top1  .sppb-container-inner {max-width: 720px;width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 992px) {#sp-top1 .sppb-container-inner {max-width: 960px;width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 1200px) {#sp-top1  .sppb-container-inner {max-width: 1140px;width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;}}


@media (min-width: 320px) {.contained-row  .sppb-container-inner {max-width: 400px;width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 576px) {.contained-row  .sppb-container-inner {max-width: 540px;width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 768px) {.contained-row  .sppb-container-inner {max-width: 720px;width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 992px) {.contained-row .sppb-container-inner {max-width: 960px;width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 1200px) {.contained-row  .sppb-container-inner {max-width: 1140px;width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;}}




/* J4 Optimization */

.sp-page-title .breadcrumb .float-start {display: none !important;}
.sp-megamenu-wrapper, #sp-header > .container > .container-inner > .row > div > .sp-column,
#sp-header > .row > div > .sp-column  {display: block !important;}

#sp-header .sp-module {
	margin-left: 0px !important;
}

@media (min-width: 1400px) {#sp-footer  .sppb-container-inner {max-width: 1320px;width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;}}

@media (min-width: 1400px) {#sp-top1  .sppb-container-inner {max-width: 1320px;width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;}}

@media (min-width: 1400px) {.sppb-section  .sppb-row-container {/*max-width: 1320px;*/max-width: 1600px;width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;}}
