p {
  font-family: 'Raleway', sans-serif;
}
strong {
  display: inline-block;
}
button {
  font-family: 'Poppins', sans-serif !important;
}
ul li {
  font-family: 'Raleway', sans-serif;
  font-size: 0.85vw;
}
@media screen and (max-width: 1024px) {
  ul li {
    font-size: 3.8vw;
  }
}
@media screen and (max-width: 1024px) {
  ul {
    padding: 0;
  }
}
.wp-admin {
  background: #f8f8f8 !important;
}
.img-wrapper {
  overflow: hidden;
}
.img-wrapper img {
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.img-wrapper img:hover {
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.only-mobile {
  display: none;
}
@media screen and (max-width: 1024px) {
  .only-mobile {
    display: block;
  }
}
.only-desktop {
  display: block;
}
@media screen and (max-width: 1024px) {
  .only-desktop {
    display: none !important;
  }
}
@media screen and (max-width: 1024px) {
  .padding-mobile-none {
    padding: 0px !important;
  }
}
.more-click {
  color: #ae9755;
  font-weight: bold;
}
.font-size-18 {
  font-size: 18px !important;
}
@media screen and (max-width: 1024px) {
  .font-size-18 {
    font-size: 14px !important;
  }
}
@media screen and (max-width: 1024px) {
  #content {
    width: 85vw;
    margin: auto;
  }
}
#content button {
  display: inline-block;
  border: 1px solid #ae9755;
  padding: 15px 25px;
  color: #ae9755;
  font-weight: bold;
  text-align: center;
  margin: 0px;
  background: #fff;
  outline: none;
}
@media screen and (max-width: 1024px) {
  #content button {
    margin: 0px !important;
    margin-bottom: 10px !important;
  }
}
#content .button-gold {
  background: #ae9755;
  color: #fff;
}
#content .button-wrapper {
  margin: 30px 0px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  #content .button-wrapper {
    margin-bottom: 15px;
  }
}
#content .button-wrapper a {
  border-bottom: none;
  font-size: 14px;
}
#content .button-wrapper button {
  margin: 0px 10px;
}
.fadeOut {
  animation: fadeOut 1s ease-in-out 1s;
  animation-fill-mode: forwards;
}
.slick-slide .item {
  opacity: 0;
}
.slick-active .item {
  animation: fadeIn 1s ease-in-out 0.1s;
  animation-fill-mode: forwards;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@media screen and (max-width: 1024px) {
  #primary {
    width: 80vw;
    margin: auto;
  }
}
#navigation {
  background: #fff;
  padding: 10px 0px 20px 0px;
}
@media screen and (max-width: 1024px) {
  #navigation {
    border-bottom: 1px solid #ae9755;
    margin-bottom: 20px;
  }
}
#navigation .logo img {
  padding-top: 20px;
}
@media screen and (max-width: 1024px) {
  #navigation .logo img {
    width: 50vw;
    max-width: 200px;
    left: 10px;
    position: relative;
  }
}
@media screen and (max-width: 1024px) {
  #navigation .col-md-8 {
    padding: 30px;
  }
}
#navigation .submenu {
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  #navigation .submenu {
    display: none;
  }
}
#navigation .submenu img {
  display: inline-block;
  vertical-align: middle;
}
#navigation .submenu a {
  color: #ae9755;
}
#navigation .submenu h4 {
  font-family: 'Playfair Display', serif;
  font-size: 20px;
  display: inline-block;
  vertical-align: middle;
  padding-left: 10px;
}
#navigation .submenu h4 span {
  font-family: 'Poppins', sans-serif;
  color: #ae9755;
  font-weight: bold;
  display: inline-block;
  margin-left: 10px;
}
#navigation .submenu .right {
  float: right;
}
@media screen and (max-width: 1024px) {
  #navigation .menu-list {
    display: none;
    position: absolute;
    background: #fff;
    z-index: 10000;
    top: 93px;
    left: 0;
    width: 100%;
    -webkit-box-shadow: 0 3px 15px 0 rgba(0,0,0,0.04);
    box-shadow: 0 3px 15px 0 rgba(0,0,0,0.04);
  }
}
#navigation .nav-control {
  display: none;
}
@media screen and (max-width: 1024px) {
  #navigation .nav-control {
    position: absolute;
    right: 30px;
    top: 27px;
    display: block;
  }
}
#navigation .nav-control span {
  width: 30px;
  height: 5px;
  background: #ae9755;
  display: block;
  border-radius: 10px;
  margin-bottom: 5px;
}
#navigation .menu {
  padding-top: 40px;
}
#navigation .menu .menu-menu-container {
  width: 84%;
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 1024px) {
  #navigation .menu .menu-menu-container {
    width: 100%;
    text-align: center;
  }
}
#navigation .menu .right {
  display: inline-block;
  width: 15%;
  vertical-align: middle;
}
@media screen and (max-width: 1024px) {
  #navigation .menu .right {
    width: 100%;
    text-align: center;
    margin-top: 30px;
  }
}
#navigation .menu ul {
  padding: 0px;
  margin: 0px;
}
#navigation .menu ul li {
  display: block;
  font-family: 'Playfair Display', serif;
  font-size: 20px;
  display: inline-block;
  padding: 0px 15px;
  text-align: right;
  text-align: center;
}
@media screen and (max-width: 1366px) {
  #navigation .menu ul li {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 1024px) {
  #navigation .menu ul li {
    width: 100%;
    font-size: 25px;
  }
}
#navigation .menu ul li:first-child {
  padding: 0px;
  padding-right: 24px;
}
@media screen and (max-width: 1024px) {
  #navigation .menu ul li:first-child {
    padding: 0px 40px;
    padding-right: 40px;
  }
}
#navigation .menu ul li:last-child {
  padding: 0px;
  padding-left: 24px;
}
@media screen and (max-width: 1024px) {
  #navigation .menu ul li:last-child {
    padding: 0px 40px;
    padding-left: 40px;
  }
}
#header-video {
  width: 95vw;
  margin: auto;
  margin-bottom: 5vw;
}
@media screen and (max-width: 1024px) {
  #header-video {
    margin-bottom: 40px;
    width: 85vw;
  }
}
#header-video video {
  width: 100%;
}
.heading-aktualnosci {
  margin-top: 3vw;
}
@media screen and (max-width: 1024px) {
  .heading-aktualnosci {
    margin-bottom: 15vw;
  }
}
#header {
  width: 95vw;
  margin: auto;
  margin-bottom: 0px;
}
@media screen and (max-width: 1024px) {
  #header {
    width: 85vw;
  }
}
#header img {
  width: 100%;
}
.heading {
  text-align: center;
}
.heading .heading-v1 {
  border: 1px solid #ae9755;
  display: inline-block;
  padding: 30px 40px;
  font-family: 'Playfair Display', serif;
  text-align: center;
  position: relative;
}
.heading .heading-v1 h3 {
  margin: 0px;
  font-size: 30px;
  line-height: 35px;
  margin-bottom: 15px;
  color: #ccc;
}
@media screen and (max-width: 1024px) {
  .heading .heading-v1 h3 {
    font-size: 15px;
    line-height: 23px;
  }
}
.heading .heading-v1 span {
  font-family: 'Poppins', sans-serif;
  color: #ae9755;
  font-weight: bold;
}
.heading .heading-v1 button {
  position: absolute;
  font-family: 'Poppins', sans-serif;
  color: #ae9755;
  font-weight: bold;
  border: 1px solid #ae9755;
  background: #fff;
  padding: 20px 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 1024px) {
  .heading .heading-v1 button {
    font-size: 12px;
    padding: 10px 15px;
  }
}
.heading .heading-v1 button:before {
  content: "";
  width: 20px;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0px;
  left: -21px;
}
.heading .heading-v1 button:after {
  content: "";
  width: 20px;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0px;
  right: -21px;
}
.heading .heading-v2 h3 {
  font-family: 'Poppins', sans-serif;
  font-size: 60px;
  font-weight: bold;
  color: #ae9755;
  margin-top: -5px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .heading .heading-v2 h3 {
    font-size: 30px;
  }
}
.heading .heading-v2 h4 {
  font-family: 'Playfair Display', serif;
  color: #ccc;
  font-size: 40px;
  margin-top: -8px;
  margin-bottom: 0px;
}
@media screen and (max-width: 1024px) {
  .heading .heading-v2 h4 {
    font-size: 20px;
    margin-bottom: 5px;
  }
}
.heading .heading-v3 h3 {
  font-family: 'Poppins', sans-serif;
  font-size: 50px;
  font-weight: bold;
  color: #ae9755;
  margin-top: 0px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .heading .heading-v3 h3 {
    font-size: 30px;
  }
}
.heading .heading-v3 h4 {
  font-family: 'Playfair Display', serif;
  color: #ccc;
  font-size: 40px;
  margin-top: -8px;
  margin-bottom: 0px;
}
@media screen and (max-width: 1024px) {
  .heading .heading-v3 h4 {
    font-size: 20px;
    margin-bottom: 5px;
  }
}
#home-dynamic {
  padding-top: 0px;
}
#home-dynamic h1 {
  font-family: 'Poppins', sans-serif;
  font-size: 60px;
  font-weight: bold;
  color: #ae9755;
  margin-bottom: 0px;
}
@media screen and (max-width: 1024px) {
  #home-dynamic h1 {
    font-size: 30px;
    margin-bottom: 5px;
  }
}
#home-dynamic h2 {
  font-family: 'Poppins', sans-serif;
  font-size: 50px;
  font-weight: bold;
  color: #ae9755;
  margin: 20px 0px;
  margin-top: 0px;
}
@media screen and (max-width: 1024px) {
  #home-dynamic h2 {
    font-size: 25px;
  }
}
#home-dynamic h3 {
  font-family: 'Playfair Display', serif;
  color: #ccc;
  font-size: 40px;
  margin-top: -8px;
  margin-bottom: 0px;
}
@media screen and (max-width: 1024px) {
  #home-dynamic h3 {
    font-size: 20px;
    line-height: 27px;
  }
}
#home-dynamic h4 {
  font-family: 'Raleway', sans-serif;
  font-size: 30px;
  margin-top: 40px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  #home-dynamic h4 {
    font-size: 15px;
    line-height: 20px;
  }
}
#home-dynamic h5 {
  font-family: 'Poppins', sans-serif;
  font-size: 30px;
  font-weight: bold;
  margin: 10px 0px 40px 0px;
}
@media screen and (max-width: 1024px) {
  #home-dynamic h5 {
    font-size: 17px;
    line-height: 24px;
  }
}
#home-dynamic p {
  font-size: 20px;
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
}
@media screen and (max-width: 1024px) {
  #home-dynamic p {
    font-size: 14px;
  }
}
#home-dynamic a {
  font-weight: bold;
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  color: #ae9755;
  border-bottom: 1px solid #ae9755;
}
@media screen and (max-width: 1024px) {
  #home-dynamic a {
    font-size: 15px;
    line-height: 20px;
  }
}
#home-dynamic button {
  font-size: 14px;
}
@media screen and (max-width: 1024px) {
  #home-dynamic button {
    width: 100%;
    margin: 0px !important;
    margin-bottom: 10px !important;
  }
}
#home-dynamic strong {
  display: inline-block;
}
@media screen and (max-width: 1024px) {
  #home-dynamic .img-wrapper {
    margin-bottom: 30px;
  }
}
#psychoterapia-indywidualna {
  padding: 70px 0px 50px 0px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  #psychoterapia-indywidualna {
    padding: 50px 0px 10px 0px;
  }
}
#psychoterapia-indywidualna h1 {
  font-family: 'Poppins', sans-serif;
  font-size: 60px;
  font-weight: bold;
  color: #ae9755;
  margin-bottom: 0px;
}
@media screen and (max-width: 1024px) {
  #psychoterapia-indywidualna h1 {
    font-size: 30px;
    margin-bottom: 5px;
  }
}
#psychoterapia-indywidualna h2 {
  font-family: 'Playfair Display', serif;
  color: #ccc;
  font-size: 40px;
  margin-top: -8px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  #psychoterapia-indywidualna h2 {
    font-size: 20px;
    line-height: 27px;
  }
}
#psychoterapia-indywidualna h4 {
  font-family: 'Raleway', sans-serif;
  font-size: 30px;
  margin-top: 40px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  #psychoterapia-indywidualna h4 {
    font-size: 15px;
    line-height: 20px;
  }
}
#psychoterapia-indywidualna p {
  font-size: 20px;
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
}
@media screen and (max-width: 1024px) {
  #psychoterapia-indywidualna p {
    font-size: 14px;
  }
}
#psychoterapia-indywidualna .link {
  font-weight: bold;
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  color: #ae9755;
  border-bottom: 1px solid #ae9755;
}
@media screen and (max-width: 1024px) {
  #psychoterapia-indywidualna .link {
    font-size: 15px;
    line-height: 20px;
  }
}
@media screen and (max-width: 1024px) {
  #psychoterapia-indywidualna button {
    width: 100%;
    margin: 0px !important;
    margin-bottom: 10px !important;
  }
}
#home-o-mnie {
  padding: 30px 0px;
}
@media screen and (max-width: 1024px) {
  #home-o-mnie {
    padding: 15px 0px;
  }
}
@media screen and (max-width: 1024px) {
  #home-o-mnie img {
    font-size: 16px;
  }
}
#home-o-mnie p {
  font-size: 18px;
}
@media screen and (max-width: 1024px) {
  #home-o-mnie p {
    font-size: 14px;
  }
  #home-o-mnie p br {
    display: none;
  }
}
#home-o-mnie h4 {
  font-family: 'Poppins', sans-serif;
  font-size: 30px;
  font-weight: bold;
  margin: 10px 0px 40px 0px;
}
@media screen and (max-width: 1024px) {
  #home-o-mnie h4 {
    font-size: 17px;
    line-height: 24px;
  }
}
#home-o-mnie .heading h2 {
  font-family: 'Poppins', sans-serif;
  font-size: 50px;
  font-weight: bold;
  text-align: left;
  color: #ae9755;
  margin: 20px 0px;
}
@media screen and (max-width: 1024px) {
  #home-o-mnie .heading h2 {
    font-size: 25px;
  }
}
#home-opinie {
  padding: 70px 0px;
}
@media screen and (max-width: 1024px) {
  #home-opinie {
    padding: 20px 0px;
  }
}
#home-opinie .opinie-slider {
  position: relative;
}
#home-opinie .opinie-slider .slick-dots button {
  border: none;
  width: auto;
  height: auto;
  padding: 0px;
}
#home-opinie .opinie-slider .slick-dots li {
  margin: 0px;
  height: 18px;
}
#home-opinie .opinie-slider .slick-dots li button:before {
  position: absolute;
  top: -5px;
  left: 0;
  content: "";
  width: 10px;
  height: 10px;
  text-align: center;
  background-color: transparent;
  border-radius: 50%;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #ae9755;
}
#home-opinie .opinie-slider .slick-dots li.slick-active button:before {
  background: #ae9755;
}
#home-opinie .opinie-slider .wrapper {
  text-align: center;
  position: relative;
  display: block;
}
#home-opinie .opinie-slider .wrapper p {
  font-family: 'Raleway', sans-serif;
  font-size: 23px;
  margin: 0px;
  padding-top: 10px;
  margin: auto;
  display: inline-block;
}
@media screen and (max-width: 1024px) {
  #home-opinie .opinie-slider .wrapper p {
    font-size: 14px;
    line-height: 21px;
    padding: 10px 50px;
  }
}
#home-opinie .opinie-slider .wrapper p::before {
  content: "";
  width: 28px;
  height: 30px;
  background: url(../../images/icon/cytat.png);
  background-size: contain;
  background-repeat: no-repeat;
  left: -20px;
  float: left;
  position: relative;
  margin-top: 20px;
}
#home-opinie .opinie-slider .wrapper p::after {
  content: "";
  width: 28px;
  height: 30px;
  background: url(../../images/icon/cytat.png);
  background-size: contain;
  background-repeat: no-repeat;
  right: -10px;
  float: right;
  position: relative;
  margin-top: 0px;
  transform: rotate(180deg);
}
@media screen and (max-width: 1024px) {
  #home-opinie .opinie-slider .wrapper p::after {
    right: -35px;
    top: -20px;
  }
}
#home-opinie .opinie-slider .wrapper h5 {
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #ae9755;
}
@media screen and (max-width: 1024px) {
  #home-opinie .opinie-slider .wrapper h5 {
    font-size: 16px;
    line-height: 23px;
  }
}
#home-praca {
  padding: 50px 0px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  #home-praca {
    padding: 20px 0px;
  }
}
#home-praca .heading {
  margin-bottom: 40px;
}
#home-praca p {
  font-size: 20px;
}
@media screen and (max-width: 1024px) {
  #home-praca p {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1024px) {
  #home-praca button {
    width: 100%;
  }
}
#blog {
  padding-bottom: 50px;
}
#blog .blog-col-md-6 {
  width: 48%;
  padding: 0 1%;
  display: inline-block;
  vertical-align: top;
}
@media screen and (max-width: 1024px) {
  #blog .blog-col-md-6 {
    width: 96%;
    padding: 0 2%;
  }
}
#blog .share {
  width: 100%;
  padding: 15px 0px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  color: #ae9755;
  font-size: 20px;
  font-weight: bold;
  font-family: 'Poppins', sans-serif;
  text-align: center;
  cursor: pointer;
  margin-bottom: 20px;
}
#blog .share img {
  margin: 0px 10px;
}
#blog .prev-post-link h4,
#blog .next-post-link h4 {
  color: #ae9755;
  font-size: 20px;
  font-weight: bold;
  font-family: 'Poppins', sans-serif;
  cursor: pointer;
}
#blog .prev-post-link h4 img,
#blog .next-post-link h4 img {
  margin: 0px 10px;
}
#blog .back-to-blog button {
  width: 400px;
  margin: auto;
  display: block;
  margin-top: 70px;
}
#blog .prev-post-link {
  text-align: left;
}
#blog .next-post-link {
  text-align: right;
}
#blog .blog-item {
  padding-bottom: 70px;
}
#blog .blog-item img {
  width: 100%;
}
#blog .blog-item .date {
  font-family: 'Playfair Display', serif;
  color: #ae9755;
  font-size: 20px;
}
#blog .blog-item h2 a,
#blog .blog-item h3 a,
#blog .blog-item h4 a,
#blog .blog-item h5 a,
#blog .blog-item h6 a {
  font-weight: bold;
  font-family: 'Poppins', sans-serif;
  color: #ae9755;
  border-bottom: 1px solid #ae9755;
}
#blog .blog-item h2 {
  font-size: 2vw;
  font-family: 'Poppins', sans-serif;
  font-weight: bold;
  margin-bottom: 30px;
  margin-top: 10px;
  color: #000;
}
@media screen and (max-width: 1024px) {
  #blog .blog-item h2 {
    font-size: 5vw;
    line-height: 6.5vw;
  }
}
#blog .blog-item h3 {
  font-size: 30px;
  font-family: 'Poppins', sans-serif;
  font-weight: bold;
  margin-bottom: 30px;
  margin-top: 10px;
  color: #000;
}
#blog .blog-item p {
  font-size: 16px;
  font-family: 'Raleway', sans-serif;
}
#blog .blog-item p a {
  font-weight: bold;
  font-family: 'Poppins', sans-serif;
  color: #ae9755;
  border-bottom: 1px solid #ae9755;
}
#home-blog {
  padding: 50px 0px;
  padding-top: 10px;
}
#home-blog .heading {
  margin-bottom: 40px;
}
#home-blog .blog-item .date {
  font-family: 'Playfair Display', serif;
  color: #ae9755;
  font-size: 20px;
}
#home-blog .blog-item h2 {
  font-size: 25px;
  font-family: 'Poppins', sans-serif;
  font-weight: bold;
  margin-bottom: 30px;
  margin-top: 10px;
}
#home-blog .blog-item p {
  font-size: 16px;
  font-family: 'Raleway', sans-serif;
}
#footer {
  min-height: 300px;
  background: #ae9755;
  color: #fff;
  padding: 20px 0px;
}
@media screen and (max-width: 1024px) {
  #footer .container {
    max-width: 85vw;
    margin: auto;
  }
}
#footer h2 {
  font-family: 'Playfair Display', serif;
  font-size: 20px;
  color: #fff;
  margin-bottom: 20px;
  text-transform: uppercase;
}
#footer h2 a {
  color: #fff;
}
@media screen and (max-width: 1024px) {
  #footer h2 {
    margin: 15px 0px;
  }
}
#footer p {
  display: block;
  font-family: 'Playfair Display', serif;
  font-size: 15px;
  line-height: 18px;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  #footer br {
    display: none;
  }
}
#footer .footer-hide {
  display: none;
}
#footer .kontakt-box .no-padding {
  padding: 0px;
}
#footer .kontakt-box .padding-left-none {
  padding-left: 0px;
}
#footer .kontakt-box .footer-logo {
  position: relative;
  top: 7px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  #footer .kontakt-box .footer-logo {
    width: 90%;
    max-width: 200px;
    margin-top: 10px;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 1024px) {
  #footer .kontakt-box .col-md-6 {
    width: 100%;
    display: inline-block;
    vertical-align: top;
  }
  #footer .kontakt-box .col-md-6 br {
    display: block;
  }
}
#footer .kontakt-box h3 {
  display: inline-block;
  vertical-align: middle;
  font-family: 'Playfair Display', serif;
  font-size: 15px;
  line-height: 20px;
  color: #fff;
}
#footer .kontakt-box p {
  margin: 0px;
  margin-bottom: 7px;
}
@media screen and (max-width: 1024px) {
  #footer .kontakt-box p {
    font-size: 20px;
    line-height: 28px;
  }
}
@media screen and (max-width: 570px) {
  #footer .kontakt-box p {
    font-size: 3.2vw;
    line-height: 4.7vw;
  }
}
#footer .kontakt-box hr {
  margin: 10px 0px;
}
#footer .kontakt-box .item img {
  display: inline-block;
  vertical-align: middle;
}
#footer .kontakt-box .item h4 {
  display: inline-block;
  vertical-align: middle;
  font-family: 'Playfair Display', serif;
  font-size: 15px;
  line-height: 20px;
  color: #fff;
}
#footer .kontakt-box .item h4 a {
  color: #fff;
}
#footer .kontakt-box .item h4 b {
  font-family: 'Poppins', sans-serif;
}
#footer .kontakt-box .item h4 br {
  display: block;
}
@media screen and (max-width: 1024px) {
  #footer .kontakt-box .item h4 {
    font-size: 18px;
    line-height: 23px;
  }
}
@media screen and (max-width: 570px) {
  #footer .kontakt-box .item h4 {
    font-size: 3.5vw;
    line-height: 4.5vw;
  }
}
#footer ul {
  padding: 0px;
  margin: 0px;
}
@media screen and (max-width: 1024px) {
  #footer ul {
    display: none;
  }
}
#footer ul li {
  display: block;
  font-family: 'Playfair Display', serif;
  font-size: 15px;
  color: #fff;
}
#footer ul li a {
  color: #fff;
  text-decoration: none;
}
#footer ul li a:hover {
  text-decoration: underline;
}
#page-builder {
  position: relative;
  padding: 30px 0px;
}
@media screen and (max-width: 1024px) {
  #page-builder {
    padding: 0px;
  }
}
#page-builder a {
  color: #ae9755;
  border-bottom: 1px solid #ae9755;
}
#page-builder h4 {
  font-family: 'Playfair Display', serif;
  color: #ccc;
  font-size: 40px;
  margin-top: 65px;
  margin-bottom: 7px;
}
@media screen and (max-width: 1024px) {
  #page-builder h4 {
    font-size: 20px;
    margin-top: 40px;
  }
}
#page-builder h3 {
  font-family: 'Poppins', sans-serif;
  font-size: 60px;
  font-weight: bold;
  color: #ae9755;
  margin-top: -5px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  #page-builder h3 {
    font-size: 26px;
    margin-bottom: 20px;
  }
}
#page-builder h5 {
  font-size: 30px;
  line-height: 37px;
  font-family: 'Poppins', sans-serif;
}
@media screen and (max-width: 1024px) {
  #page-builder h5 {
    font-size: 16px;
    line-height: 24px;
  }
  #page-builder h5 br {
    display: none;
  }
}
#page-builder h6 {
  font-size: 35px;
  line-height: 43px;
  font-family: 'Raleway', sans-serif;
  font-weight: 200;
}
@media screen and (max-width: 1024px) {
  #page-builder h6 {
    font-size: 23px;
    line-height: 31px;
  }
}
#page-builder p {
  font-size: 20px;
  font-family: 'Raleway', sans-serif;
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  #page-builder p {
    font-size: 14px;
    line-height: 22px;
  }
  #page-builder p br {
    display: none;
  }
}
#page-builder figure {
  overflow: hidden;
}
#page-builder figure img {
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#page-builder figure img:hover {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
#page-builder iframe {
  width: 100%;
}
#page-builder ul {
  padding: 0px;
  margin: 0px;
}
#page-builder ul li {
  display: block;
  position: relative;
  left: 30px;
  font-size: 23px;
  font-family: 'Poppins', sans-serif;
}
@media screen and (max-width: 1024px) {
  #page-builder ul li {
    font-size: 14px;
    line-height: 29px;
  }
}
#page-builder ul li:before {
  content: "";
  width: 10px;
  height: 10px;
  background: #ae9755;
  border-radius: 100%;
  position: absolute;
  left: -25px;
  top: 15px;
}
@media screen and (max-width: 1024px) {
  #page-builder ul li:before {
    width: 7px;
    height: 7px;
    top: 11px;
  }
}
#page-builder .padding-left-10 {
  padding-left: 10px;
}
#page-builder .ul-style-v2 li {
  display: block;
  position: relative;
  left: 20px;
  font-size: 14px;
  font-family: 'Raleway', sans-serif;
}
#page-builder .ul-style-v2 li:before {
  content: "";
  width: 1px;
  height: 10px;
  background: #ae9755;
  border-radius: 100%;
  position: absolute;
  left: -12px;
  top: 5px;
}
#page-builder .ul-style-v3 li {
  display: block;
  position: relative;
  left: 30px;
  font-size: 14px;
  font-family: 'Raleway', sans-serif;
}
#page-builder .ul-style-v3 li a {
  color: #ae9755;
  border-bottom: 1px solid #ae9755;
  font-weight: bold;
}
#page-builder .ul-style-v3 li:before {
  content: "";
  width: 10px;
  height: 10px;
  background: #ae9755;
  border-radius: 100%;
  position: absolute;
  left: -25px;
  top: 5px;
}
#page-builder .sub-price {
  width: 300px;
  position: relative;
  right: 0;
  margin-top: -100px;
  float: right;
}
@media screen and (max-width: 1024px) {
  #page-builder .sub-price {
    width: 110px;
    margin-top: -55px;
  }
}
@media screen and (max-width: 420px) {
  #page-builder .sub-price {
    width: 100%;
    margin-top: -10px;
    margin-bottom: 20px;
    float: inherit;
  }
}
@media screen and (max-width: 1024px) {
  #page-builder .sub-price .col-md-6 {
    display: inline-block;
    padding: 0px 7px;
  }
}
@media screen and (max-width: 420px) {
  #page-builder .sub-price .col-md-6 {
    padding: 0px 15px;
  }
}
#page-builder .sub-price h4 {
  font-size: 20px;
  margin-top: 0px;
  margin-bottom: 0px;
}
@media screen and (max-width: 1024px) {
  #page-builder .sub-price h4 {
    font-size: 12px;
  }
}
@media screen and (max-width: 420px) {
  #page-builder .sub-price h4 {
    display: inline-block;
  }
}
#page-builder .sub-price p {
  color: #ae9755;
  font-weight: bold;
  font-size: 17px;
  margin: 0px;
  font-family: 'Poppins', sans-serif;
}
@media screen and (max-width: 1024px) {
  #page-builder .sub-price p {
    font-size: 10px;
  }
}
@media screen and (max-width: 420px) {
  #page-builder .sub-price p {
    display: inline-block;
  }
}
#page-builder .sub-price .left {
  text-align: right;
  border-right: 1px solid #000;
}
@media screen and (max-width: 420px) {
  #page-builder .sub-price .left {
    border-right: none;
    text-align: left;
  }
}
@media screen and (max-width: 420px) {
  #page-builder .sub-price .right {
    padding-left: 0px;
  }
}
#page-builder .wp-block-button__link {
  display: inline-block;
  border: 1px solid #ae9755;
  padding: 15px 25px;
  color: #ae9755;
  font-weight: bold;
  text-align: center;
  margin: 0px;
  background: #fff;
  outline: none;
  border-radius: 0px;
}
#page-builder .button-gold {
  color: #fff;
  background: #ae9755;
}
#page-builder .kontakt-form input[type="button"],
#page-builder .kontakt-form input[type="reset"],
#page-builder .kontakt-form input[type="submit"] {
  display: inline-block;
  border: 1px solid #ae9755;
  padding: 15px 25px;
  color: #ae9755;
  font-weight: bold;
  text-align: center;
  margin: 0px;
  background: #fff;
  outline: none;
  border-radius: 0px;
  font-family: 'Poppins', sans-serif;
}
@media screen and (max-width: 1024px) {
  #page-builder .kontakt-form input[type="button"],
  #page-builder .kontakt-form input[type="reset"],
  #page-builder .kontakt-form input[type="submit"] {
    font-size: 13px;
  }
}
#page-builder .kontakt-form input[type="checkbox"] {
  display: none;
}
#page-builder .kontakt-form input[type=checkbox]:checked + .wpcf7-list-item-label::before {
  background: #ae9755;
}
@media screen and (max-width: 1024px) {
  #page-builder .kontakt-form input[type=checkbox]:checked + .wpcf7-list-item-label::before {
    top: auto;
    margin-top: 5px;
  }
}
#page-builder .kontakt-form .wpcf7-list-item-label {
  margin-left: 10px;
  cursor: pointer;
}
#page-builder .kontakt-form .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border: 1px solid #ae9755;
  left: 0px;
  top: 3px;
}
@media screen and (max-width: 1024px) {
  #page-builder .kontakt-form .wpcf7-list-item-label::before {
    top: auto;
    margin-top: 5px;
  }
}
#page-builder .kontakt-form label {
  width: 100%;
}
#page-builder .kontakt-form label input {
  width: 100%;
  padding-left: 0px;
  border: none;
  border-bottom: 1px solid #ccc;
}
#page-builder .kontakt-form label textarea {
  width: 100%;
  padding-left: 0px;
  border: none;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 1024px) {
  #page-builder .kontakt-form label textarea {
    height: 150px;
  }
}
#page-builder .kontakt-form label ::-webkit-input-placeholder {
  font-size: 25px;
  color: #ccc;
  font-family: 'Raleway', sans-serif;
  font-weight: 200;
}
@media screen and (max-width: 1024px) {
  #page-builder .kontakt-form label ::-webkit-input-placeholder {
    font-size: 13px;
  }
}
#page-builder .kontakt-form label ::-moz-placeholder {
  font-size: 25px;
  color: #ccc;
  font-family: 'Raleway', sans-serif;
  font-weight: 200;
}
#page-builder .kontakt-form label :-ms-input-placeholder {
  font-size: 25px;
  color: #ccc;
  font-family: 'Raleway', sans-serif;
  font-weight: 200;
}
#page-builder .kontakt-form label :-moz-placeholder {
  font-size: 25px;
  color: #ccc;
  font-family: 'Raleway', sans-serif;
  font-weight: 200;
}
#page-builder .wpcf7-validation-errors,
#page-builder .wpcf7-acceptance-missing {
  margin: 0px;
  padding: 10px 30px;
  border: 1px solid #ae9755;
}
#page-builder .wpcf7-mail-sent-ok {
  margin: 0px;
  padding: 10px 30px;
  border: 1px solid #ae9755;
}
#page-builder .wpcf7-mail-sent-errors {
  margin: 0px;
  padding: 10px 30px;
  border: 1px solid #ae9755;
}
#page-builder .wp-block-gallery {
  margin: 0px;
  padding: 0px;
}
#page-builder .wp-block-gallery li {
  display: block;
  left: 0px;
}
#page-builder .wp-block-gallery li:before {
  display: none;
}
#rezerwacje .control {
  padding: 10px 0px;
  border-bottom: 1px solid #ccc;
}
#rezerwacje .control span {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background: #ae9755;
  margin-right: 10px;
  vertical-align: middle;
  top: 0px;
  position: relative;
}
#rezerwacje .control h4 {
  display: inline-block;
  vertical-align: middle;
  font-family: 'Poppins', sans-serif;
  text-transform: lowercase;
  color: #ae9755;
  font-weight: bold;
  font-size: 14px;
  line-height: 50px;
  margin: 0px;
}
@media screen and (max-width: 1024px) {
  #rezerwacje .control h4 {
    line-height: 40px;
    font-size: 11px;
    padding-left: 18px;
  }
}
#rezerwacje .control .week {
  display: inline-block;
  padding: 0px 10px;
  margin: 0px;
  font-size: 12px;
  font-family: 'Raleway', sans-serif;
  font-weight: bold;
  line-height: 50px;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  #rezerwacje .control .week {
    line-height: 30px;
  }
}
#rezerwacje .control .next-week:after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(50deg);
  position: relative;
  right: -107px;
  margin-top: -30px;
  display: block;
}
@media screen and (max-width: 1024px) {
  #rezerwacje .control .next-week:after {
    top: -21px;
    margin-top: 0px;
  }
}
#rezerwacje .control .prev-week {
  padding-left: 20px;
}
@media screen and (max-width: 1024px) {
  #rezerwacje .control .prev-week {
    padding-left: 40px;
  }
}
#rezerwacje .control .prev-week:before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(-135deg);
  position: relative;
  left: -18px;
  top: 30px;
  margin-top: -10px;
  display: block;
}
@media screen and (max-width: 1024px) {
  #rezerwacje .control .prev-week:before {
    top: 21px;
    margin-top: 0px;
  }
}
#rezerwacje .control .month,
#rezerwacje .control .year {
  display: inline-block;
  padding: 0 !important;
  margin: 0px;
  font-size: 12px;
  font-family: 'Raleway', sans-serif;
  font-weight: bold;
  line-height: 40px;
  position: relative;
  top: 5px;
  cursor: pointer;
  border: 1px solid #ccc;
  width: 7vw;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  #rezerwacje .control .month,
  #rezerwacje .control .year {
    float: inherit;
    display: block;
    line-height: 30px;
  }
}
#rezerwacje .control .more-month,
#rezerwacje .control .more-year {
  display: none;
  width: 200px;
  position: absolute;
  background: #fff;
  padding: 15px 30px;
  top: 49px;
  left: 0;
  z-index: 100;
  -webkit-box-shadow: 0 3px 15px 0 rgba(0,0,0,0.04);
  box-shadow: 0 3px 15px 0 rgba(0,0,0,0.04);
}
#rezerwacje .control .more-month h5,
#rezerwacje .control .more-year h5 {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  cursor: pointer;
}
#rezerwacje .control .wrapper {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
#rezerwacje .control .wrapper p {
  display: inline-block;
  padding: 0px 2vw;
  margin: 0px;
  font-size: 12px;
  font-family: 'Raleway', sans-serif;
  font-weight: bold;
  line-height: 40px;
  position: relative;
  top: 5px;
  cursor: pointer;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  #rezerwacje .control .wrapper p {
    float: inherit;
    display: block;
    line-height: 30px;
  }
}
#rezerwacje .control .wrapper button {
  display: inline-block;
  border: 1px solid #ae9755;
  padding: 0px 25px;
  color: #fff;
  background: #ae9755;
  font-weight: bold;
  text-align: center;
  margin: 0px;
  outline: none;
  border-radius: 0px;
  line-height: 40px;
  position: relative;
  top: 5px;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  #rezerwacje .calender {
    width: 85vw;
    margin: auto;
    margin-bottom: 40px;
  }
  #rezerwacje .calender .col-md-1 {
    display: inline-block;
    vertical-align: top;
    width: 20vw;
    padding-right: 0px;
  }
  #rezerwacje .calender .col-md-11 {
    display: inline-block;
    width: 65vw;
    padding: 0px;
    vertical-align: top;
  }
}
@media screen and (max-width: 768px) {
  #rezerwacje .calender {
    width: 85vw;
    margin: auto;
    margin-bottom: 40px;
  }
  #rezerwacje .calender .col-md-1 {
    display: inline-block;
    vertical-align: top;
    width: 20vw;
    padding-right: 0px;
  }
  #rezerwacje .calender .col-md-11 {
    display: inline-block;
    width: 67vw;
    padding: 0px;
    vertical-align: top;
  }
}
#rezerwacje .calender .time {
  height: 40px;
  border-bottom: 1px solid #ccc;
  line-height: 40px;
  font-family: 'Raleway', sans-serif;
  padding-left: 10px;
}
@media screen and (max-width: 768px) {
  #rezerwacje .calender .time {
    font-size: 11px;
    padding-left: 1vw;
  }
}
#rezerwacje .calender .time .no-reservation {
  display: block;
  margin: auto;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background: #ae9755;
  position: relative;
  top: 10px;
}
@media screen and (max-width: 768px) {
  #rezerwacje .calender .time .no-reservation {
    width: 15px;
    height: 15px;
  }
}
#rezerwacje .calender .time-wrapper .date h4 {
  font-size: 17px;
}
@media screen and (max-width: 768px) {
  #rezerwacje .calender .time-wrapper .date h4 {
    font-size: 11px;
  }
}
#rezerwacje .calender .reservation-calender .brak-danych {
  font-size: 50px;
  text-align: center;
  position: absolute;
  top: 283px;
  right: 0;
  left: 0;
  font-family: 'Poppins', sans-serif;
  color: #ae9755;
}
#rezerwacje .calender .cal-days {
  width: 19.5%;
  display: inline-block;
}
#rezerwacje .calender .bg-dark {
  background: #f5f5f5;
}
#rezerwacje .calender .date {
  height: 80px;
}
@media screen and (max-width: 768px) {
  #rezerwacje .calender .date {
    height: 40px;
  }
}
#rezerwacje .calender .date h3 {
  font-family: 'Playfair Display', serif;
  font-size: 20px;
  color: #ccc;
  text-align: center;
  margin-bottom: 0px;
}
@media screen and (max-width: 768px) {
  #rezerwacje .calender .date h3 {
    font-size: 11px;
  }
}
#rezerwacje .calender .date h4 {
  font-family: 'Poppins', sans-serif;
  font-size: 40px;
  color: #ae9755;
  text-align: center;
  font-weight: bold;
  margin-top: 5px;
  text-transform: capitalize;
}
@media screen and (max-width: 768px) {
  #rezerwacje .calender .date h4 {
    font-size: 19px;
    margin-bottom: 0px;
  }
}
#cookie {
  width: 100%;
  position: fixed;
  bottom: 0;
  padding: 30px 0px;
  background: #fff;
  border-top: 1px solid #ae9755;
  z-index: 100;
  display: none;
}
#cookie a {
  font-family: 'Poppins', sans-serif;
  color: #ae9755;
  font-weight: bold;
}
#cookie button {
  display: inline-block;
  border: 1px solid #ae9755;
  padding: 15px 25px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  margin: 0px;
  background: #fff;
  outline: none;
  background: #ae9755;
}
#rezerwacja-wp-admin {
  width: 100%;
  padding: 100px 0px;
}
#rezerwacja-wp-admin h5 {
  font-weight: bold;
  color: #ae9755;
  font-size: 30px;
  display: inline-block;
}
#rezerwacja-wp-admin .container {
  -webkit-box-shadow: 0 3px 15px 0 rgba(0,0,0,0.04);
  box-shadow: 0 3px 15px 0 rgba(0,0,0,0.04);
  border-radius: 3px;
  border: 1px solid #e5e5e5;
  box-shadow: 0 1px 1px rgba(0,0,0,0.04);
  width: 95% !important;
}
#rezerwacja-wp-admin .wrapper {
  padding: 20px 20px;
  background: #fff;
  border-bottom: 1px solid #e5e5e5;
}
#rezerwacja-wp-admin .wrapper h4 {
  font-size: 15px;
}
#rezerwacja-wp-admin .bg-item {
  background: #f9f9f9;
}
#rezerwacja-wp-admin .hours-item {
  display: inline-block;
  margin: 0px 10px;
  width: 4.5%;
}
#rezerwacja-wp-admin .no-reservation {
  display: block;
  margin: auto;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background: #ae9755;
  position: relative;
  top: 10px;
  cursor: pointer;
}
#rezerwacja-wp-admin .reservation {
  display: block;
  margin: auto;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background: red;
  position: relative;
  top: 10px;
  cursor: pointer;
}
#rezerwacja-wp-admin .select {
  display: inline-block;
  float: right;
}
#rezerwacja-wp-admin select {
  width: 150px;
  height: 52px;
  padding: 0px 1vw;
  border: 1px solid #ae9755;
  outline: none;
  color: #ae9755;
}
#rezerwacja-wp-admin input[type="submit"] {
  display: inline-block;
  border: 1px solid #ae9755;
  padding: 15px 25px;
  color: #ae9755;
  font-weight: bold;
  text-align: center;
  margin: 0px;
  background: #fff;
  outline: none;
}
#zlwidget .opinion-widget .branding {
  background: #ae9755 !important;
}
iframe {
  margin: auto;
  display: block;
  margin-top: 0vw;
}
@media screen and (max-width: 768px) {
  iframe {
    width: auto !important;
  }
}
