/*
--- MAIN COLORS ---
*/
:root {
--lichen: #9cb37f;
--goldenglow: #ffde8b;
--dustyrose: #cf6e6a;
--tuscanred: #854A53;
--alabaster: #fafafa;
--onyx: #070707;
}

/* 
--- CORE BUTTONS ---
*/
.lcb-btn {
  background: var(--alabaster);
  color: var(--dustyrose);
  padding: 10px 30px;
  font-size: 20px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.lcb-btn:hover {
  background: var(--dustyrose);
  color: var(--alabaster);
  text-decoration: none;
}

/*
--- GENERAL ---
FONTS:
font-family: 'Nunito', sans-serif;
font-family: 'Rubik', sans-serif;
*/
body {
  font-family: 'Rubik', sans-serif !important;
  color: #070707;
  background: var(--alabaster);
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
}

h1 {
  font-size: 70px;
}

h2 {
  font-size: 55px;
}

h3 {
  font-size: 45px;
}

h4 {
  font-size: 30px;
}

h5 {
  font-size: 25px;
}

h6 {
  font-size: 20px;
}

p {
  font-size: 19px;
  line-height: 34px;
}

/*
--- CUSTOM STYLES ---
*/
.navbar {
  top: 0;
  background-color: rgba(255,255,255, 1);
}

.admin-bar .navbar {
  top: 32px;
}

.page {
  padding-top: 100px;
}

#main-nav {
  padding-top: 20px;
  padding-bottom: 20px;
}

#main-nav .nav-link {
  color: var(--tuscanred);
  font-size: 22px;
  font-weight: 700;
}

#main-nav .nav-link:hover {
  color: var(--dustyrose);
}

#main-nav .menu-item.active > .nav-link {
  color: var(--dustyrose);
  }

.navbar-brand {
  height: 58px !important;
  width: 200px !important;
}

.lcb-leftright-background {
  padding: 200px 0 !important;
}

.lcb-leftright {
  padding: 0 !important;
  min-height: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
}

img.lcb-image-right-rel {
  border-radius: 50%;
  height: 400px;
  width: 400px;
  object-fit: cover;
  margin-left: 12.5%;
}
img.lcb-image-left-rel{
  border-radius: 50%;
  height: 400px;
  width: 400px;
  object-fit: cover;
  margin-left: 12.5%;
}
.smaller-p p{
  font-size:16px !important;
  line-height:28px !important;
}
@media (max-width:991px){
  img.lcb-image-right-rel {
    margin:0;
    height: 300px;
    width: 300px;
    }
    img.lcb-image-left-rel {
      margin:0;
      height: 300px;
      width: 300px;
      }
    
    .lcb-order{
      text-align:center;
    }
    .lcb-leftrow{
      text-align:center;
    }
    .lcb-centeralign{
      margin-bottom:40px;
    }
    .lcb-heropage-title {
      font-size: 50px !important;
    }
}

.homewrap ul{
list-style: none;
padding:0;
}
.homewrap li:before{
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: var(--lichen);
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}
.lcb-plan-dnia li:before{
display:none;

}
.homewrap li{
   position: relative;
  padding:5px 0px 5px 20px;
  color: var(--lichen);
  font-weight: 600;
}
.lcb-plan-dnia li{
  padding:0;

}  

.lcb-leftright p {
  text-align: left;
  font-size: 22px;
  line-height: 34px;
  color: var(--alabaster);
}

.lcb-leftright-heading {
  text-align: center;
  font-size: 55px;
  line-height: 65px;
  font-weight: 700;
  color: var(--goldenglow);
  margin-bottom: 20px;
}

.lcb-leftright-leftheading {
  color: var(--dustyrose);
}

.lcb-leftrow p {
  color: var(--onyx);
}

.lcb-cta {
  background-color: var(--lichen);
}

.lcb-leftrighttext-title {
  color: var(--dustyrose);
}

.form-control:focus, .widget_archive select:focus, .widget_categories select:focus, .wpcf7 .wpcf7-validation-errors:focus, .wpcf7 input:focus[type=color], .wpcf7 input:focus[type=date], .wpcf7 input:focus[type=datetime-local], .wpcf7 input:focus[type=datetime], .wpcf7 input:focus[type=email], .wpcf7 input:focus[type=file], .wpcf7 input:focus[type=month], .wpcf7 input:focus[type=number], .wpcf7 input:focus[type=range], .wpcf7 input:focus[type=search], .wpcf7 input:focus[type=submit], .wpcf7 input:focus[type=tel], .wpcf7 input:focus[type=text], .wpcf7 input:focus[type=time], .wpcf7 input:focus[type=url], .wpcf7 input:focus[type=week], .wpcf7 select:focus, .wpcf7 textarea:focus {
  color: var(--lichen);
  background-color: var(--alabaster);
  border-color: var(--lichen);
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(156, 179, 127, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(156, 179, 127, 0.25);
}

.btn-outline-primary, .wpcf7 input[type=submit] {
  color: var(--lichen);
  border-color: var(--lichen);
}

.btn-outline-primary:hover, .wpcf7 input:hover[type=submit] {
  color: var(--alabaster);
  background-color: var(--lichen);
  border-color: var(--lichen);
}

.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show>.btn-outline-primary.dropdown-toggle, .wpcf7 .show>input.dropdown-toggle[type=submit], .wpcf7 input:not(:disabled):not(.disabled).active[type=submit], .wpcf7 input:not(:disabled):not(.disabled):active[type=submit] {
  color: var(--alabaster);
  background-color: var(--lichen);
  border-color: var(--lichen);
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus, .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-primary.dropdown-toggle:focus, .wpcf7 .show>input.dropdown-toggle:focus[type=submit], .wpcf7 input:not(:disabled):not(.disabled).active:focus[type=submit], .wpcf7 input:not(:disabled):not(.disabled):active:focus[type=submit] {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(156, 179, 127, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(156, 179, 127, 0.25);
}
.lcb-plan-dnia{
  list-style: none;
}
.lcb-plan-dnia li{
  font-weight:600;
  font-size:24px;
  margin:15px 0;

}
.lcb-plan-dnia li:nth-child(even){
color:var(--dustyrose);
}
.lcb-plan-dnia li:nth-child(odd){
  color:  var(--lichen);
  }


  .contact-name {
    color: var(--dustyrose);
    text-align: center;
  }
  
  .contact-tel {
    color: var(--tuscanred);
  }
  .contact-tel:hover {
    color: var(--dustyrose);
    text-decoration: none;
  }
  .contact-mail {
    display: block;
    text-align: center;
    color: var(--tuscanred);
  }
  .contact-mail:hover {
    color: var(--dustyrose);
    text-decoration: none;
  }

  .contact-adres p {
    margin-bottom: 0;
  }

  .contact-tel-name {
    margin-bottom: 0;
  }

  .contact-box {
    background-color: #fff;
    margin-bottom: 10px;
    padding: 10px 20px;
  }

  .lcb-contact-rightcol {
    background: #fff;
  }

  #wrapper-footer {
    padding-bottom: 5px;
  }

  .footer-bottomcont {
    background: #fff;
    padding-top: 30px;
  }

  
  .footer-logocont {
    display: flex;
    justify-content: center;
    padding-top: 60px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }
  
  .footer-zlobek {
    color: var(--goldenglow);
    text-align: center;
  }
  
  .footer-mail {
    display: block;
    text-align: center;
    color: var(--tuscanred);
  }
  .footer-mail:hover {
    color: var(--dustyrose);
  }

  .footer-copyright {
    text-align: center;
    background-color: var(--lichen);
    padding: 15px;
    color: #fff;
  }
  .centertext-right p{
    color: #070707 !important; 
    font-size:16px; 
  }
  .page-id-331 li{
    color:#070707 !important;
    padding-left:0 !important;
  }
 
  .page-id-331 li:before{
    display:none !important;
  }
  .page-id-331 .homewrap p a{
    color:var(--lichen) !important;
  } 
  div#wpcf7-f65-o1 {
    padding-top: 30px;
}
.contact-box:nth-child(3) {
  
  margin-bottom: 0px !important;

}

.wp-block-ub-tabbed-content-tabs-title.wp-block-ub-tabbed-content-tabs-title-mobile-horizontal-tab.wp-block-ub-tabbed-content-tabs-title-tablet-horizontal-tab {
  justify-content: center !important;
}

.wp-block-ub-tabbed-content-tab-title-wrap:last-child {
  margin-right: 0 !important;
}

.footer-box {
  background-color: var(--lichen);
  border-radius: 10px;
  padding: 20px 10px;
  margin-bottom: 10px;
}

.lcb-cta-container {
  justify-content: flex-end !important;
  padding-bottom: 35px;
}

.lcb-cta-bgtop {
  transform: translate(-50%, -60%) !important;
}

.lcb-cta {
  margin-bottom: 50px !important;
}

.wp-block-post-template li:before {
  display: none;
}

#single-wrapper {
  padding-top: 150px;
}

a {
  color: var(--tuscanred);
  text-decoration: none;
  background-color: transparent;
}

a:hover {
    color: var(--dustyrose);
}

.wp-block-group h2 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.wp-block-group h2 {
  font-size: 25px;
  color: var(--dustyrose);
}

.widget-area {
  /* background-color: var(--lichen); */
  padding: 20px;
  border-radius: 7px;
  margin-top: 50px;
}

.wp-block-search__label {
  display: none;
}

.wp-block-search__button {
  border-radius: 5px;
  background: var(--dustyrose) !important;
  color: var(--alabaster) !important;
}

.wp-block-search__button:hover {
  border-radius: 5px;
  background: var(--tuscanred) !important;
  color: var(--alabaster) !important;
}

.wp-block-search__input {
  border-radius: 5px;
}

.wp-block-search__input:focus-visible {
  outline: none;
  border-radius: 5px;
}

.wp-block-latest-posts li {
  margin-bottom: 10px;
  display: block;
}

.wp-block-latest-posts li > a {
  margin-left: 20px;
  margin-top: 5px;
  font-size: 20px;
}

.wp-block-latest-posts__featured-image {
 display: inline-block;
}

#single-wrapper .entry-title {
  text-align: center;
  color: var(--dustyrose);
  font-size: 40px;
  margin-top: 30px;
  margin-bottom: 20px;
}

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

.post-thumbnail img {
  max-height: 500px;
  object-fit: cover;
}

.entry-meta {
  margin-bottom: 10px;
}

#right-sidebar {
  height: fit-content;
}

.wp-block-post-title a {
  color: var(--dustyrose);
}

.wp-block-post-title a:hover {
  text-decoration: none;
}

img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
  max-height: 300px;
  object-fit: cover;
}

.wp-block-query-pagination {
  justify-content: center;
}

.page-numbers.current {
  color: var(--lichen);
}

.wp-block-latest-posts.wp-block-latest-posts__list {
  display: flex;
  flex-wrap: wrap;
}

.wp-block-latest-posts.wp-block-latest-posts__list li {
  flex: 0 0 25%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.page-id-486 li {
  font-size: 30px !important;
}

.jadlospis-title {
  margin-top: 50px;
  margin-bottom: 50px;
  color: var(--dustyrose);
}

.jadlospis-img {
  display: flex;
  justify-content: center;
}

.dokumenty-title {
  margin-top: 50px;
  margin-bottom: 50px;
  color: var(--dustyrose);
}

.page-id-490 .wp-block-file a:first-child {
  margin-left: 50px !important;
  position: relative !important;
  font-family: dashicons;
}

.page-id-490 .wp-block-file a:first-child:before {
  content: "\f497";
  position: absolute;
  left: -50px;
  top: -20px;
  color: black !important;
  font-size: 40px !important;
}

@media (max-width:600px){
  h2 {
    font-size: 30px !important;
  }
}

.footer-box .contact-tel {
  display: block;
  text-align: center;
}

