/* --------------------------------------------------
    COLORS
-------------------------------------------------- */
/* --------------------------------------------------
    MIXINS
-------------------------------------------------- */
/* --------------------------------------------------
    GLOBAL
-------------------------------------------------- */
* {
  text-decoration: none !important; }

body,
.page-boxed,
.page-sidebar {
  background-color: white !important; }

.page-boxed .page-container {
  background-color: white !important;
  border: none; }

.archiveTitle {
  margin-bottom: 30px;
  font-size: 22px;
  color: #4c4849; }
  .archiveTitle strong {
    color: #398a79; }

/* --------------------------------------------------
    HEADER
-------------------------------------------------- */
.page-header-fixed .page-container {
  margin-top: 65px; }

.page-content-wrapper .page-content {
  padding-top: 8px; }
  @media (max-width: 991px) {
    .page-content-wrapper .page-content {
      padding: 20px 10px 0 10px !important; } }

.page-content {
  padding-bottom: 0 !important;
  top: 0;
  background-color: white !important; }

.page-header.navbar {
  background-color: white;
  min-height: 65px;
  height: 65px; }
  @media (max-width: 991px) {
    .page-header.navbar {
      min-height: 65px !important;
      height: 65px !important;
      box-shadow: none;
      padding: 0 !important; } }
  .page-header.navbar .container {
    height: 100%;
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 0;
    flex-direction: row;
    flex-wrap: wrap; }
    @media (max-width: 991px) {
      .page-header.navbar .container {
        justify-content: space-between; } }
    @media (max-width: 991px) {
      .page-header.navbar .container:before, .page-header.navbar .container:after {
        display: none; } }
    .page-header.navbar .container .page-logo {
      margin: 0 !important;
      padding: 0 0 0 15px;
      width: auto;
      height: auto; }
      .page-header.navbar .container .page-logo a img {
        margin: 0 !important;
        top: 0;
        left: 0;
        height: auto !important; }

.page-boxed .page-header.navbar .page-logo {
  margin-left: 4px; }

@media (max-width: 991px) {
  .page-boxed .page-header.navbar > .container {
    padding: 0 10px !important; } }

@media (max-width: 991px) {
  .logo-default {
    width: 150px !important; } }

@media (max-width: 991px) {
  .toggler-wlasny {
    background-color: #398a79;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0;
    flex-direction: row;
    flex-wrap: wrap;
    height: auto !important;
    padding-top: 11px !important;
    border-radius: 50px !important; } }

/* --------------------------------------------------
    FOOTER
-------------------------------------------------- */
.page-footer {
  padding-top: 30px !important;
  padding-bottom: 10px !important;
  height: auto; }
  .page-footer .page-footer-inner {
    color: #4c4849;
    line-height: 17px; }
    .page-footer .page-footer-inner a {
      color: #398a79; }

/* --------------------------------------------------
    NAVIGATION
-------------------------------------------------- */
.page-sidebar .page-sidebar-menu li > a {
  background-color: white !important;
  border-top: none;
  border-bottom: 1px dotted #4c4849;
  text-transform: lowercase; }
  .page-sidebar .page-sidebar-menu li > a span {
    color: #4c4849 !important; }

.page-sidebar .page-sidebar-menu .special a {
  background-color: #398a79 !important;
  border: none;
  text-transform: none;
  border-radius: 50px !important;
  margin-top: 10px;
  height: 40px;
  padding: 0 15px;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 0;
  flex-direction: row;
  flex-wrap: wrap;
  transition: all 0.3s ease; }
  .page-sidebar .page-sidebar-menu .special a span {
    color: white !important; }
  .page-sidebar .page-sidebar-menu .special a:hover {
    background-color: rgba(57, 138, 121, 0.7) !important; }

.no-border a {
  border: none !important; }

.sidebar-odpych-dodaj-oglo {
  width: 100%;
  margin-top: 25px;
  padding: 0; }
  .sidebar-odpych-dodaj-oglo .portlet {
    width: 100%;
    margin: 0;
    border: solid 2px #398a79 !important;
    border-radius: 23px !important;
    overflow: hidden; }
  .sidebar-odpych-dodaj-oglo .portlet.box.red > .portlet-title {
    background-color: #398a79;
    min-height: auto;
    height: 38px;
    padding: 0 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0;
    flex-direction: row;
    flex-wrap: wrap; }
    .sidebar-odpych-dodaj-oglo .portlet.box.red > .portlet-title .caption {
      font-size: 14px !important;
      font-weight: normal;
      height: auto;
      width: auto; }
  .sidebar-odpych-dodaj-oglo .portlet > .portlet-body.red, .sidebar-odpych-dodaj-oglo .portlet.red {
    background-color: transparent; }
  .sidebar-odpych-dodaj-oglo .portlet.box > .portlet-body {
    padding-top: 20px;
    padding-bottom: 20px; }
    .sidebar-odpych-dodaj-oglo .portlet.box > .portlet-body .form-control {
      border-radius: 50px !important;
      border-color: #c9c6c6;
      appearance: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      font-size: 12px;
      padding: 8px 12px 6px 12px;
      color: #4c4849;
      cursor: pointer; }

.sidebar-odpych {
  width: 100%;
  padding: 0; }

#main-ads {
  background-color: #f7f7f7 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 25px;
  border-radius: 20px !important;
  padding: 20px 0; }

/* --------------------------------------------------
    LIST
-------------------------------------------------- */
#coreContent {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 30px;
  flex-direction: row;
  flex-wrap: wrap; }
  @media (max-width: 991px) {
    #coreContent {
      justify-content: start;
      align-items: start;
      flex-direction: column; } }
  #coreContent .post {
    background-image: url("");
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: calc((100% - (1 * 30px)) / 2);
    aspect-ratio: 1.5;
    margin: 0;
    padding: 20px;
    border-radius: 15px !important;
    overflow: hidden; }
    @media (max-width: 991px) {
      #coreContent .post {
        width: 100%; } }
    #coreContent .post::before {
      content: '';
      position: absolute;
      inset: 0;
      background: inherit;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      transform: scale(1);
      transition: transform 0.6s ease;
      z-index: 0; }
    #coreContent .post:hover::before {
      transform: scale(1.08); }
    #coreContent .post .postContent {
      background-color: rgba(57, 138, 121, 0.7);
      position: absolute;
      z-index: 1;
      top: auto;
      right: auto;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 105px;
      padding: 15px;
      border-radius: 20px; }
      #coreContent .post .postContent .wykrzyknik {
        height: 44px;
        margin: 0;
        font-size: 16px;
        font-weight: 400;
        line-height: 22px;
        color: white;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden; }
      #coreContent .post .postContent .postDate {
        min-heigh: 0;
        margin-top: 10px;
        padding: 0;
        opacity: 0.7;
        color: white; }
  #coreContent .pageNav {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 10px;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%; }
    #coreContent .pageNav .prev,
    #coreContent .pageNav .next {
      background-color: #398a79;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      gap: 0;
      flex-direction: row;
      flex-wrap: wrap;
      width: 35px;
      height: 35px;
      border-radius: 20px !important;
      overflow: hidden;
      transform: all 0.3s ease; }
      #coreContent .pageNav .prev:hover,
      #coreContent .pageNav .next:hover {
        background-color: rgba(57, 138, 121, 0.7); }
      #coreContent .pageNav .prev a,
      #coreContent .pageNav .next a {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        gap: 0;
        flex-direction: row;
        flex-wrap: wrap;
        width: 100%;
        height: 100%; }
        #coreContent .pageNav .prev a img,
        #coreContent .pageNav .next a img {
          filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(4010%) hue-rotate(73deg) brightness(111%) contrast(99%);
          height: 15px; }
    #coreContent .pageNav .prev img {
      transform: scaleX(-1); }

/* --------------------------------------------------
    ARTCILE
-------------------------------------------------- */
.article .article__header .article__title {
  display: block;
  margin: 0;
  color: #4c4849; }
.article .article__header .article__meta {
  display: block;
  margin-top: 10px; }
  .article .article__header .article__meta .article__date {
    color: #4c4849;
    opacity: 0.5; }
.article .article__content {
  padding: 0;
  margin-top: 30px;
  border-radius: 20px !important;
  line-height: 20px;
  color: #4c4849; }
  .article .article__content a {
    color: #398a79;
    font-weight: 700; }
  .article .article__content img {
    margin: 40px 0;
    display: block;
    border-radius: 20px !important;
    height: auto !important; }
  .article .article__content .not-rounded {
    border-radius: 0 !important; }
  .article .article__content h4 {
    margin-top: 30px; }

.yarpp-related p {
  font-size: 18px;
  text-align: center;
  margin: 50px 0 40px 0; }
.yarpp-related ol {
  display: flex;
  justify-content: start;
  align-items: stretch;
  gap: 15px;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0;
  padding: 0; }
  @media (max-width: 991px) {
    .yarpp-related ol {
      align-items: start;
      flex-direction: column; } }
  .yarpp-related ol dl {
    background-color: rgba(57, 138, 121, 0.7);
    margin: 0;
    width: calc((100% - 15px) / 2);
    overflow: hidden;
    transition: all 0.3s ease;
    color: white !important;
    font-size: 0;
    display: flex;
    align-items: center;
    border-radius: 50px !important; }
    @media (max-width: 991px) {
      .yarpp-related ol dl {
        width: 100%; } }
    .yarpp-related ol dl:hover {
      background-color: #398a79; }
    .yarpp-related ol dl a {
      color: white !important;
      font-weight: 400 !important;
      line-height: 18px !important;
      font-size: 13px;
      display: block;
      width: 100%;
      height: 100%;
      border-radius: 50px !important;
      padding: 10px 20px; }
    .yarpp-related ol dl abbr {
      color: white !important;
      position: relative;
      display: none; }

/* --------------------------------------------------
    404
-------------------------------------------------- */
.error404 {
  height: calc(100vh - 95px); }
  .error404 h1 {
    margin: 0 0 30px 0; }

/* --------------------------------------------------
    BANNERS
-------------------------------------------------- */
@media (max-width: 991px) {
  .banners-wrap {
    background-color: #f7f7f7;
    width: 100%;
    margin-top: 20px;
    border: none;
    border-radius: 20px !important;
    display: flex;
    justify-content: start;
    align-items: start;
    gap: 20px;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 20px; }
    .banners-wrap .section-d {
      display: none; }
    .banners-wrap .section-d2 {
      float: none;
      margin: 0; }
      .banners-wrap .section-d2 div {
        text-align: left !important;
        margin: 0 !important;
        width: auto !important;
        border: none !important; } }

/*# sourceMappingURL=verde.css.map */
