:root {
  --main-color: #1e8f68;
}
* {
  border-radius: 0px !important;
}
.element-invisible {
  border: 0 none;
  height: 1px;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.logo {
  display: block;
}
.logo img {
  position: relative;
  transition: all 400ms ease;
}
#sp-header.menu-fixed .logo img {
  max-width: 70%;
}
#sp-header.menu-fixed {
  transition: 400ms;
  width: 100% !important;
}
#sp-header.menu-fixed,
#sp-header.menu-fixed .logo {
  height: 63px;
}
#sp-header.menu-fixed .sp-megamenu-parent > li > a {
  -webkit-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
  line-height: 63px;
  height: auto;
}
#mod-finder-searchword {
  display: inline-block;
}
#sp-title {
  padding-bottom: 70px;
  padding-top: 70px;
}
article {
  line-height: 22px;
}
.sp-module {
  margin-bottom: 50px;
  margin-top: 0px;
}
#sp-bottom .sp-module {
  margin-bottom: 0px;
}
#sp-breadcrumb .sp-module {
  margin-bottom: 0px;
}
.sp-module .sp-module-title {
  font-size: 18px;
  line-height: 1;
  margin: 0 0 10px;
  text-transform: uppercase;
  font-weight: 600;
  color: #6c6c6c;
  padding-bottom: 10px;
  width: auto;
  display: inline-block;
  border-bottom: 3px solid var(--main-color);
}
#sp-right {
  padding-left: 40px;
}
.popularne-wpisy .newsflash-item-wrapper {
  display: flex;
  align-items: center;
}
.popularne-wpisy .newsflash-title {
  order: 2;
  line-height: 0.7rem;
}
.popularne-wpisy .newsflash-title a {
  font-size: 12px;
  color: #000000;
  font-weight: normal;
}
.popularne-wpisy .newsflash-image {
  order: 1;
  max-width: 30%;
  margin: 0 10px 0 0;
}
.popularne-wpisy .newsflash-image img {
  width: 55px;
  height: 55px;
  object-fit: cover;
  max-width: max-content;
}
.popularne-wpisy .newsflash-item-wrapper {
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 15px;
  padding-top: 15px;
}
.popularne-wpisy .newsflash-item-wrapper:hover {
  background-color: #eeeeee;
  cursor: pointer;
}
.czy-wiesz-ze h3,
.czy-wiesz-ze p {
  font-size: inherit;
  font-weight: inherit;
  display: inline;
}
.popularne-linki {
  margin-top: 0px;
}
div.popularne-linki ul > li > a {
  line-height: normal;
  color: #8b8b8b;
}
.popularne-linki ul > li {
  padding-bottom: 5px;
  padding-top: 5px;
  padding-left: 0px;
}
.sp-module .tagscloud .tag-name {
  background-image: none;
  color: #9c9c9c;
  display: inline-block;
  margin: 2px 0;
  padding-top: 2px;
  padding-right: 7px;
  padding-left: 7px;
  padding-bottom: 2px;
  background-color: #ffffff;
  border: 1px solid #d0d0d0;
  font-size: 11px;
}
.sp-module .tagscloud .tag-name:hover {
  color: #ffffff;
}
.pagination {
  align-items: center;
}
.pagination .counter {
  color: #7f7f7f;
  margin-right: 20px;
}
.pagination > li > a,
.pagination > li > span {
}
.pagination > li > a,
.pagination > li > span {
  color: #7f7f7f;
}
#sp-main-body {
  padding-top: 50px;
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 100px;
}
.article-info > dd {
  color: #b3b3b3;
  font-size: 11px;
}
.article-info h3 {
  font-weight: normal;
  display: inline;
  font-size: inherit;
  line-height: inherit;
  margin: 0px;
}
.article {
  color: #808080;
  margin-bottom: 70px;
}
.entry-image,
.entry-gallery,
.entry-video,
.entry-audio,
.entry-link {
  position: relative;
  overflow: hidden;
}
.entry-image img {
  width: 100%;
}
.intro-image {
  background-color: var(--main-color);
}
.intro-image a::after {
  content: "CZYTAJ WIĘCEJ";
  transition: all 300ms ease;
  display: block;
  width: 50%;
  color: #ffffff;
  border: 1px solid #ffffff;
  text-align: center;
  position: absolute;
  top: -40%;
  margin-left: -25%;
  left: 50%;
  z-index: 100;
  padding: 15px;
  text-transform: uppercase;
}
.intro-image:hover a::after {
  top: 40%;
}
.entry-image:hover img {
  transition: all 300ms ease;
  opacity: 0.3;
  transform: scale(1.2);
}

.page-header {
  margin: 0 0 20px 0;
  border-bottom: 1px solid #eee;
}
.page-header h1 {
  margin-top: 0px;
}
h1 {
  margin-bottom: 30px;
  margin-top: 35px;
}

.breadcrumb {
  background-color: #ffffff;
  font-size: 13px;
  margin-bottom: 0px;
}
.entry-header {
  margin-bottom: 10px;
}
.entry-header h2 {
  color: #000000;
  margin-bottom: 0px;
  margin-top: 20px;
  line-height: 1.2;
}
.entry-header a:hover {
  color: var(--main-color);
}
article.item-page {
  position: relative;
}
article.item-page .page-header {
  position: absolute;
  right: 7%;
  top: 3%;
  background-color: #ffffff;
  border: none;
  width: auto;
  z-index: 100;
  margin: 0;
  padding: 0px;
}
article.item-page .page-header > * {
  color: #000000;
  font-weight: 300;
  font-size: 16px;
  letter-spacing: 1px;
  margin: 0px;
  text-transform: uppercase;
  padding-top: 10px;
  padding-left: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
}
.tags {
  margin-top: 40px;
}
.tags a {
  color: #ffffff;
  padding-top: 6px;
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 6px;
  font-size: 12px;
  display: inline-block;
  margin-bottom: 5px;
  background-color: #bbbbbb;
  line-height: 1;
  font-weight: bold;
}
.tags a:hover {
  background-color: var(--main-color);
}
.moduletable.share-module {
  margin-top: 60px;
  margin-bottom: 60px;
  font-weight: 600;
}
.share-header {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 10px;
  letter-spacing: 1px;
  color: #4a4a4a;
}
.share-module .jssocials-shares {
  text-align: center;
}
.share-module .jssocials-share-link {
  border: 1px solid #cdcdcd;
  border-radius: 0px;
  color: #acacac;
  padding: 1em 1em;
  transition: background 200ms ease-in-out 0s, color 200ms ease-in-out 0s, border-color 200ms ease-in-out 0s;
}
.share-module .jssocials-share-logo {
  font-size: 18px;
}
.share-module .jssocials-share-link:hover,
.share-module .jssocials-share-link:focus,
.share-module .jssocials-share-link:active {
  border: 1px solid #2851a8;
  color: #2851a8;
}
article.item-page div[itemprop="articleBody"] {
  font-size: 16px;
  line-height: 1.5em;
}
.breadcrumb {
  padding: 8px 15px;
}
a.pathway:link,
a.pathway:visited,
.breadcrumb,
.breadcrumb > .active {
  color: #b3b3b3;
}
.form-search .finder .input-medium {
  width: 99%;
}
.breadcrumb > li + li::before {
  content: "> ";
}
.tagswci {
  display: flex;
  margin-bottom: 60px;
  justify-content: space-between;
  gap: 10px;
}
.tagswci .item {
  display: flex;
  flex-direction: column;
  width: 23%;
  text-align: left;
  line-height: normal;
}
.tagswci .item .title {
  order: 2;
  color: #000000;
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 18px;
}
.tagswci .item .title:hover {
  color: var(--main-color);
}
.tagswci .item *:nth-child(2) {
  order: 1;
  background-color: var(--main-color);
  overflow: hidden;
  position: relative;
}
.tagswci .item *:nth-child(3) {
  order: 3;
  color: #808080;
}
.tagswci .item a:hover .introimage {
  transition: all 300ms ease;
  opacity: 0.3;
  transform: scale(1.2);
}
.tagswci .item :nth-child(2)::after {
  opacity: 0;
  left: 50%;
  position: absolute;
  top: 50%;
  z-index: 5;
  content: "";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-size: 14px;
  font-weight: 700;
  line-height: 44px;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  text-align: center;
  background-color: #fff;
  margin-left: -22px;
  margin-top: -22px;
}
.tagswci .item :nth-child(2):hover:after {
  transition: all 300ms ease;
  opacity: 1;
  transform: rotate(360deg);
}
.sp-module ul > li > a::before {
  color: var(--main-color);
}
#gototop {
  margin-top: 20px;
  margin-right: 20px;
  margin-left: 20px;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-right: 15px;
  padding-left: 15px;
  padding-bottom: 10px;
  background-color: #ffffff;
  border-width: 1px;
  border-style: solid;
}
#gototop:hover {
  color: #ffffff;
}
.entry-image,
.entry-gallery,
.entry-video,
.entry-audio,
.entry-link {
  margin-bottom: 10px;
}
article.item-page div[itemprop="articleBody"] p {
  display: inline;
}
article.item-page div[itemprop="articleBody"] a {
  color: #333333;
  text-decoration: underline;
}
article.item {
  margin-bottom: 70px;
}
.wf_caption a:link,
.wf_caption a:visited {
  font-size: 12px;
  color: #787878;
  text-decoration: none !important;
  line-height: normal;
}
.linki-pod-artykulem {
  font-size: 12px;
  margin-top: 40px;
}
.linki-pod-artykulem a:link,
.linki-pod-artykulem a:visited {
  font-size: 12px;
  color: #8e8e8e;
  text-decoration: none !important;
}
.linki-pod-artykulem a:before {
  content: "";
  font-family: FontAwesome;
  margin-right: 8px;
}
.naglowek-w-artykule {
  color: inherit;
  margin-top: 30px;
  margin-bottom: 10px;
  font-size: 18px;
}
.naglowek-h3 {
  display: inline;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}
.tag-category .filters button {
  float: none;
}
.tag-category .filters #filter-search {
  display: inline-block;
  max-width: 200px;
}
.tag-category .filters > .btn-group:first-child {
  width: 65%;
}
.custom.wstep {
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--main-color);
}
.custom.wstep h1 {
  font-size: 34px;
  margin-top: 0px !important;
}
.customslogan {
  color: #cccccc;
  font-size: 26px;
}
#contact-form input,
#contact-form textarea,
#contact-form .uneditable-input {
  width: 100%;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  height: auto;
}
#jform_contact_email_copy {
  width: auto !important;
}
.contact > h3 {
  display: none;
}
.btn-toolbar {
  justify-content: space-between;
}
.btn-toolbar .btn-group,
.btn-group-vertical {
  display: inline-block;
}
.tag-category .list-striped li {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .tagswci {
    flex-wrap: wrap;
  }
  .tagswci .item {
    width: 48%;
  }
}

@media (max-width: 480px) {
  .tagswci .item {
    width: 98%;
  }
}
