/*
Theme Name: Kulczycka.eu
Author: boardwalk.pl
Author URI: https://www.boardwalk.pl
Version: 1.0
Text Domain: kulczycka

*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,600;0,700;1,400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Mulish:wght@300;400&display=swap");
table.przyw_table {
	border: 1px solid;
}
table.przyw_table td,th {
	border: 1px solid;
	padding: 7px;
}

body {
  font-family: "Mulish", sans-serif;
  font-weight: 400;
  letter-spacing: .5px;
  line-height: 30px;
  color: #767676;
  font-size: 15px; }

main {
  margin-left: 450px;
  background: #f8f8f8; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
  color: #000;
  text-align: left;
  font-weight: 800; }

strong {
  font-family: "Montserrat", sans-serif; }

a, a:visited {
  text-decoration: none;
  color: #000;
  transition: .6s ease all; }
  a:hover, a:visited:hover {
    color: #a8785a;
    transition: .6s ease all; }

img {
  display: block;
  max-width: 100%;
  height: auto !important; }

.cta {
  font-family: "Montserrat", sans-serif;
  display: inline-block;
  padding: 4px 10px;
  line-height: 1.2;
  background: #a8785a;
  color: #fff !important;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  transition: .6s ease all;
  cursor: pointer; }
  .cta:hover {
    box-shadow: 0 0 20px #dfdfdf;
    background: #000;
    transition: 0.6s ease all; }

header.header {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100vh;
  width: 450px;
  display: flex;
  background: #fff;
  padding: 0 100px;
  border-right: 1px #ebebeb solid; }
header .header-inner {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column; }
header .logo {
  display: flex;
  align-items: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #000;
  margin-bottom: 30px;
  text-transform: uppercase;
  letter-spacing: 2px;
  transition: .6s ease all; }
  header .logo:hover {
    transition: .6s ease all; }
header nav ul {
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif; }
  header nav ul li {
    margin: 0;
    padding: 0; }
    header nav ul li.current-menu-item:not(.scroll) a {
      font-weight: 600; }
    header nav ul li a {
      color: #000; }
header .navbar-nav {
  display: flex; }
header .book-online {
  display: flex;
  margin-top: 30px;
  align-self: baseline;
  position: absolute;
  bottom: 30px;
  display: none; }
header .lang {
  margin-top: 30px;
  font-size: 13px; }
header .menu-rwd-trigger, header .menu-rwd-close {
  display: none;
  position: absolute;
  width: 30px;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  cursor: pointer; }
  header .menu-rwd-trigger div, header .menu-rwd-close div {
    height: 3px;
    background: #000;
    margin-bottom: 6px;
    transition: .5s ease; }
    header .menu-rwd-trigger div:last-of-type, header .menu-rwd-close div:last-of-type {
      margin: 0; }
  header .menu-rwd-trigger:hover div, header .menu-rwd-close:hover div {
    background: #a8785a;
    transition: .5s ease; }
header .menu-rwd-close {
  height: 30px;
  transform: rotate(-45deg) translateY(-50%);
  right: 0;
  margin-top: -4px; }
  header .menu-rwd-close div:first-of-type {
    transform: rotate(-90deg) translateX(-14px); }
  header .menu-rwd-close div:last-of-type {
    transform: translateY(5px);
    width: 29px; }

.copy a {
  color: #a8785a; }

.page-header {
  padding: 120px 0 0; }
.page-single {
  padding: 120px 0; }
  .page-single .description {
    text-align: justify; }

.section {
  text-align: justify; }
  .section .description img {
    margin: 40px 0 40px; }
  .section-title-small {
    display: inline-block;
    background-color: rgba(0, 0, 0, 0.04);
    background: #000;
    text-transform: uppercase;
    padding: 4px 10px;
    font-weight: 600;
    font-size: 12px;
    color: #333;
    font-family: "Montserrat", sans-serif;
    letter-spacing: 0;
    margin-bottom: 15px;
    color: #fff; }
  .section-title-medium {
    font-size: 20px;
    font-weight: 800; }
  .section-title-big {
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    font-size: 26px; }
  .section-welcome {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center; }
  .section-about {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 120px 0 120px 0;
    background: #fff; }
  .section-offer {
    padding-top: 120px;
    padding-bottom: 120px; }
  .section-meeting {
    padding-top: 120px;
    padding-bottom: 120px;
    background: #fff; }
    .section-meeting img {
      box-shadow: 0 0 20px #dfdfdf; }
  .section-blog {
    padding-top: 120px;
    padding-bottom: 120px; }
  .section-contact {
    padding-top: 120px;
    padding-bottom: 120px;
    background: #fff; }

.welcome-content {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center; }
  .welcome-content h1 {
    font-weight: 800;
    font-size: 24px;
    margin-bottom: 20px; }
  .welcome-content img {
    box-shadow: 0 0 20px #dfdfdf; }
  .welcome-content-left {
    flex: 1; }
  .welcome-content-right {
    flex: 2;
    padding-left: 80px; }

.about-content img {
  box-shadow: 0 0 20px #dfdfdf; }

.offer-content {
  display: flex;
  width: 100%;
  justify-content: center; }
  .offer-content-left {
    flex: 1; }
  .offer-content-right {
    flex: 1;
    padding-left: 80px; }

.meeting-content {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center; }
  .meeting-content img {
    box-shadow: 0 0 20px #dfdfdf; }
  .meeting-content-left {
    flex: 1; }
  .meeting-content-right {
    flex: 1; }

.contact-content {
  display: flex;
  width: 100%; }
  .contact-content img {
    box-shadow: 0 0 20px #dfdfdf; }
  .contact-content-left {
    flex: 1; }
  .contact-content-right {
    flex: 1;
    padding-left: 80px; }
  .contact-content a {
    color: #a8785a; }

.blog-list {
  padding: 3em 0; }
  .blog-list-four {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 50px; }
  .blog-list-column .blog-item {
    margin-bottom: 50px; }
.blog-item {
  box-shadow: 0 0 20px #dfdfdf; }
  .blog-item-description {
    padding: 20px 40px 40px;
    text-align: justify; }
  .blog-item-extra {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 20px;
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 5px; }
  .blog-item-date {
    text-transform: capitalize;
    font-size: 13px;
    color: #999;
    font-style: italic; }
  .blog-item-readmore {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    position: relative;
    overflow: hidden; }
    .blog-item-readmore span {
      display: inline-block;
      position: relative;
      background-color: #fff;
      z-index: 1;
      transition: 0.6s cubic-bezier(0.6, 0.01, 0, 1);
      -webkit-transform: translateX(-110%);
      transform: translateX(-110%); }
    .blog-item-readmore a {
      text-decoration: none;
      color: #000;
      display: inline-block;
      overflow: hidden;
      padding-right: 32px;
      position: relative;
      text-transform: uppercase;
      font-weight: 500;
      font-size: 12px;
      font-family: "Montserrat", sans-serif;
      cursor: pointer; }
      .blog-item-readmore a::before {
        position: absolute;
        content: "";
        background-color: #000;
        margin: auto;
        width: 100%;
        height: 1px;
        top: 0;
        left: 0;
        bottom: 0;
        -webkit-transform: scaleX(0.2);
        transform: scaleX(0.2);
        -webkit-transform-origin: left center;
        transform-origin: left center;
        -webkit-animation: read-more-anim;
        animation: read-more-anim;
        animation-duration: 0s;
        animation-timing-function: ease;
        animation-fill-mode: none;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-duration: .4s;
        animation-duration: .4s;
        -webkit-animation-timing-function: cubic-bezier(0.6, 0.01, 0, 1);
        animation-timing-function: cubic-bezier(0.6, 0.01, 0, 1); }
  .blog-item figure {
    margin-bottom: 1em;
    overflow: hidden; }
    .blog-item figure img {
      transition: 1s cubic-bezier(0.7, 0.01, 0, 1); }
  .blog-item h3 {
    font-size: 18px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    text-align: left; }
    .blog-item h3 a {
      color: #000; }
  .blog-item:hover img {
    transform: scale(1.2);
    transition: 1s cubic-bezier(0.6, 0.01, 0, 1); }

.screen-reader-text {
  display: none; }

@media (max-width: 1650px) {
  header.header {
    width: 350px; }

  main {
    margin-left: 350px; } }
@media (max-width: 1280px) {
  header.header {
    width: 300px;
    padding: 0 50px; }

  main {
    margin-left: 300px; } }
@media (max-width: 1152px) {
  .container {
    padding: 0 40px; }

  .welcome-content-right, .offer-content-right {
    padding-left: 40px; }

  .section .description img {
    margin: 30px 0; }

  .section-about, .section-offer, .section-meeting, .section-blog, .section-contact, .page-single {
    padding: 60px 0; }

  .page-header {
    padding-top: 60px; } }
@media (max-width: 1024px) {
  header.header {
    width: 250px;
    padding: 0 30px; }

  main {
    margin-left: 250px; }

  .container {
    padding: 0 20px; } }
@media (max-width: 991px) {
  header.header {
    width: auto;
    bottom: auto;
    right: 0;
    height: 70px;
    z-index: 99999; }

  header .header-inner {
    flex-direction: row;
    justify-content: space-between;
    align-items: center; }

  header .logo {
    margin-bottom: 0; }

  header .navbar-nav {
    height: 70px;
    align-items: center; }

  header nav ul li {
    margin-right: 15px; }

  .navbar-nav {
    flex-direction: row; }

  header .lang {
    right: 30px;
    top: 50%;
    margin: 0; }

  main {
    margin: 70px 0 0 0; }

  .section-welcome {
    height: calc(100vh - 70px); } }
@media (min-width: 769px) {
  .menu-rwd-close {
    display: none !important; } }
@media (max-width: 768px) {
  header.header {
    padding: 0 15px; }

  header .navbar-nav {
    display: none; }
    header .navbar-nav.opened {
      display: block;
      background: #f2f2f2;
      position: fixed;
      top: 70px;
      right: 0;
      bottom: 0;
      left: 0;
      padding: 50px 15px;
      height: auto; }
      header .navbar-nav.opened li {
        margin: 0 0 15px 0; }
        header .navbar-nav.opened li a {
          font-size: 18px; }

  header .menu-rwd-trigger {
    display: block; }

  header .lang {
    margin-right: 70px; }

  .container {
    padding: 0 15px;
    max-width: 100%; }

  .welcome-content h1 {
    font-size: 20px; }

  .section-title-big {
    font-size: 20px; }

  .section-title-medium {
    font-size: 18px; }

  .contact-content {
    flex-direction: column; }

  .contact-content-right {
    align-self: baseline;
    padding: 0;
    margin-top: 30px; } }
@media (max-width: 600px) {
  .section-welcome {
    height: auto;
    padding: 60px 0 30px; }

  .welcome-content, .offer-content {
    flex-direction: column; }

  .welcome-content-right, .offer-content-right {
    padding: 0; }

  .welcome-content-left {
    margin-bottom: 30px; }

  .blog-list-four {
    grid-template-columns: 1fr; }

  .section-welcome {
    padding-top: 30px; }

  .section-about, .section-offer, .section-meeting, .section-blog, .section-contact, .page-single {
    padding: 30px 0; }

  .page-header {
    padding-top: 30px; } }

/*# sourceMappingURL=style.css.map */
