/* 
Theme Name: Stylowe Meble
Author: Blazej Plis
Description: Meble Stylowe
Version: 1.0
*/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
  scroll-padding-top: 10vh;
  /* height of sticky header */
}

body {
  overflow-x: hidden;
}

a {
  color: black;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  -webkit-transition: text-shadow 0.3s;
  transition: text-shadow 0.3s;
}

a:hover {
  text-shadow: 0px 0px 5px #FFFFFF;
}

.subheading {
  text-align: center;
}

input[type='text'], input[type='submit'], textarea {
  -webkit-appearance: none;
  border-radius: 0;
}

h1,
h2,
h3,
h4 {
  color: white;
}

h1,
h4 {
  font-family: "Playfair Display", serif;
}

p {
  color: white;
  font-family: "Roboto", sans-serif;
}

.display {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.hide {
  display: none !important;
}

.dark_background {
  background-color: #0a0a0a !important;
}

.mobile_menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 1000;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 10vh;
}

.mobile_menu .fas {
  color: white;
  font-size: 2.3em;
}

.mobile_menu span.logo {
  width: auto;
}

.mobile_menu hr {
  width: 50%;
}

.mobile_menu a {
  font-size: 1.5em;
  margin: 0 1em;
  color: white;
  z-index: 1000;
}

nav {
  z-index: 199;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  height: 10vh;
  top: 0;
  padding: 0 10vw 0;
  width: 100vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

nav a {
  color: white !important;
  text-decoration: underline;
}

nav a.mobile_burger {
  display: none;
}

nav .fab {
  font-size: 1.3em;
}

.nav_background {
  height: 10vh;
  width: 100vw;
  background-color: white;
  display: none;
  position: fixed;
  z-index: 198;
  top: 0;
  left: 0;
}

nav .logo {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}

nav .logo span {
  font-family: "Playfair Display", serif;
  font-weight: 800;
  letter-spacing: 5px;
  text-transform: uppercase;
  text-align: center;
  font-size: 0.8em;
}

@media (max-width: 1255px) {
  nav a {
    display: none;
  }
  nav a.logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  nav a.mobile_burger {
    display: block;
  }
}

.button {
  color: white;
  text-decoration: none;
  padding: 15px 25px;
  text-transform: uppercase;
  border: 2px solid white;
  font-size: 1.5em;
  font-weight: 400;
  -webkit-transition: background-color 0.5s, color 0.5s;
  transition: background-color 0.5s, color 0.5s;
}

.button:hover {
  background-color: white;
  color: goldenrod;
}

@media (max-width: 363px) {
  .button {
    font-size: 1.2em;
  }
}

.subheading {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  text-transform: uppercase;
  margin-top: 0;
  letter-spacing: 5px;
  color: white;
}

.homepage_wrapper {
  width: 100vw;
  max-width: 100vw;
  min-height: 100vh;
  display: -ms-grid;
  display: grid;
      grid-template-areas: "left right"
 "left right2"
 "left_bottom right2";
}

.homepage_wrapper .meble_stylowe_left {
  width: 50vw;
  min-height: 100vh;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
  grid-area: left;
  background-image: url("/wp-content/themes/stylowemeble/images/homepage.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: white;
}

.homepage_wrapper .meble_stylowe_left h1,
.homepage_wrapper .meble_stylowe_left span,
.homepage_wrapper .meble_stylowe_left p,
.homepage_wrapper .meble_stylowe_left a {
  max-width: 75%;
}

.homepage_wrapper .meble_stylowe_left h1 {
  font-weight: 800;
  font-size: 3.5em;
  letter-spacing: 5px;
  text-transform: uppercase;
  text-align: center;
}

.homepage_wrapper .meble_stylowe_left p {
  font-weight: 400;
  text-transform: uppercase;
  margin: 10vh 0;
  font-size: 1.3em;
  letter-spacing: 5px;
  line-height: 1.5em;
}

.homepage_wrapper .meble_stylowe_right_contact {
  width: 50vw;
  height: 50vh;
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: right;
  background-image: url("/wp-content/themes/stylowemeble/images/krzeslo.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.homepage_wrapper .meble_stylowe_right_contact h3 {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 1.8em;
  letter-spacing: 5px;
  text-align: center;
}

.homepage_wrapper .meble_stylowe_right_contact span {
  margin: 5vh 0;
}

.homepage_wrapper h4 {
  font-weight: 800;
  font-size: 2em;
  text-transform: uppercase;
  letter-spacing: 3px;
  width: 50%;
  text-align: center;
}

.homepage_wrapper .meble_stylowe_doswiadczenie {
  width: 50vw;
  height: 115vh;
  -ms-grid-row: 2;
  -ms-grid-row-span: 2;
  -ms-grid-column: 2;
  grid-area: right2;
  background-image: url("/wp-content/themes/stylowemeble/images/tlo_homepage.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.homepage_wrapper .meble_stylowe_doswiadczenie .doswiadczenie_inner {
  height: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: white;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.homepage_wrapper .meble_stylowe_doswiadczenie .doswiadczenie_inner p {
  font-size: 1.2em;
  text-transform: uppercase;
  font-weight: 300;
  max-width: 50%;
  text-align: center;
  margin: 3vh 0;
}

.homepage_wrapper .meble_stylowe_o_nas {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: left_bottom;
  width: 50vw;
  height: 65vh;
  background-color: #B29472;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.homepage_wrapper .meble_stylowe_o_nas p {
  width: 60%;
  font-size: 1.2em;
  margin: 2vh 0;
}

@media (max-width: 1200px) {
  .homepage_wrapper {
        grid-template-areas: "left left"
 "right right2"
 "left_bottom right2";
  }
  .homepage_wrapper .meble_stylowe_left {
    width: 100%;
    min-height: 70vh;
  }
}

@media (max-width: 1090px) {
  .homepage_wrapper {
        grid-template-areas: "left left"
 "right right"
 "right2 right2"
 "left_bottom left_bottom";
  }
  .homepage_wrapper .meble_stylowe_left {
    padding: 10vh 0;
  }
  .homepage_wrapper .meble_stylowe_doswiadczenie {
    height: auto;
    width: unset;
    padding: 5vh 0;
  }
  .homepage_wrapper .meble_stylowe_right_contact {
    width: unset;
  }
  .homepage_wrapper .meble_stylowe_o_nas {
    width: unset;
  }
}

.nasze_realizacje {
  width: 100vw;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5vh 0;
}

.nasze_realizacje .header {
  text-align: center;
  margin-bottom: 10vh;
}

.nasze_realizacje .header h3 {
  color: black;
  font-size: 3em;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 8px;
  font-family: "Playfair Display", serif;
  opacity: 0.8;
}

.nasze_realizacje .header span {
  color: black;
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-size: 1.3em;
}

.nasze_realizacje .entry {
  display: -ms-grid;
  display: grid;
      grid-template-areas: "tekst_entry tekst_entry photo1"
 "photo2 photo3 photo4";
  width: 75%;
  grid-gap: 20px;
}

.nasze_realizacje .entry:nth-of-type(odd) {
  margin-top: 15vh;
}

.nasze_realizacje .entry a {
  height: 30vh;
}

.nasze_realizacje .entry .opis_pracy {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: tekst_entry;
}

.nasze_realizacje .entry .opis_pracy h4 {
  font-family: "Playfair Display", serif;
  font-size: 2em;
  color: black;
  opacity: 0.7;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 4px;
  text-align: center;
}

.nasze_realizacje .entry .opis_pracy p {
  width: 100%;
  color: black;
  padding: 25px;
  font-size: 1.3em;
  opacity: 0.8;
}

.nasze_realizacje .entry .entry_image_1 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: photo1;
}

.nasze_realizacje .entry .entry_image_2 {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: photo2;
}

.nasze_realizacje .entry .entry_image_3 {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
  grid-area: photo3;
}

.nasze_realizacje .entry .entry_image_4 {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
  grid-area: photo4;
}

.nasze_realizacje .entry img {
  width: 100%;
  display: block;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.nasze_realizacje .entry .zoom-effect-container {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.nasze_realizacje .entry .image-card {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.nasze_realizacje .entry .zoom-effect-container:hover .image-card img {
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
}

@media (max-width: 960px) {
  .nasze_realizacje .entry {
        grid-template-areas: "tekst_entry tekst_entry tekst_entry tekst_entry"
 "photo1 photo2 photo3 photo4";
  }
}

.kontakt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  background-color: #B29472;
}

.kontakt .kontakt_header {
  text-align: center;
  padding: 5vh 0;
}

.kontakt .kontakt_header h3 {
  font-size: 3em;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 8px;
}

.kontakt .kontakt_inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding-top: 5vh;
	justify-content: center;
}

.kontakt .kontakt_inner h3 {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 7px;
  font-size: 1.8em;
  text-align: center;
  font-weight: 400;
  width: 100%;
  margin: 5vh 0;
}

.kontakt .kontakt_inner .formularz_kontaktowy {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.kontakt .kontakt_inner .formularz_kontaktowy .wpcf7-response-output {
  font-family: "Roboto", sans-serif;
  color: white;
  font-size: 1.1em;
}

.kontakt .kontakt_inner .formularz_kontaktowy .wpcf7-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.kontakt .kontakt_inner .formularz_kontaktowy .wpcf7-form > p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.kontakt .kontakt_inner .formularz_kontaktowy .wpcf7-submit {
  width: 190px;
  padding: 10px;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin: 5vh 0;
}

.kontakt .kontakt_inner .formularz_kontaktowy input,
.kontakt .kontakt_inner .formularz_kontaktowy textarea {
  font-family: "Roboto", sans-serif;
  border: 1px solid #707070;
  font-weight: 300;
  font-size: 1.25em;
  padding: 8px;
}

.kontakt .kontakt_inner .formularz_kontaktowy input {
  height: 45px;
}

.kontakt .kontakt_inner .formularz_kontaktowy .form_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 75%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.kontakt .kontakt_inner .formularz_kontaktowy .form_row p {
  width: 49%;
}

.kontakt .kontakt_inner .formularz_kontaktowy .form_row p input {
  width: 100%;
  margin: 5px;
}

.kontakt .kontakt_inner .formularz_kontaktowy .form_row_100 {
  width: 75%;
}

.kontakt .kontakt_inner .formularz_kontaktowy .form_row_100 p {
  width: 100%;
}

.kontakt .kontakt_inner .formularz_kontaktowy .form_row_100 p input,
.kontakt .kontakt_inner .formularz_kontaktowy .form_row_100 p textarea {
  margin: 5px;
  width: 100%;
}

.kontakt .kontakt_inner .dane_kontaktowe {
  width: 50%;
}

.kontakt .kontakt_inner .dane_kontaktowe .dane_kontaktowe_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-height: 70%;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.kontakt .kontakt_inner .dane_kontaktowe .dane_kontaktowe_inner p {
  text-align: left;
  margin: 15px 0;
}

.kontakt .kontakt_inner .dane_kontaktowe .dane_kontaktowe_inner p i {
  font-size: 2em;
}

.kontakt .kontakt_inner .dane_kontaktowe .dane_kontaktowe_inner p span, .kontakt .kontakt_inner .dane_kontaktowe .dane_kontaktowe_inner p a {
  font-size: 1.5em;
  margin-left: 15px;
  color: white;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  text-transform: unset;
}

@media (max-width: 930px) {
  .kontakt .kontakt_inner {
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .kontakt .kontakt_inner .formularz_kontaktowy, .kontakt .kontakt_inner .dane_kontaktowe {
    width: 100%;
  }
  .kontakt .kontakt_header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .kontakt .subheading {
    width: 60vw;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
}

footer {
  background-color: #8E6230;
  min-height: 50vh;
  display: -ms-grid;
  display: grid;
  padding: 10vh 0;
  -ms-grid-columns: 30vw 30vw;
      grid-template-columns: 30vw 30vw;
  -ms-grid-rows: (1fr)[3];
      grid-template-rows: repeat(3, 1fr);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

footer h5 {
  color: white;
  font-weight: 800;
  font-size: 2em;
  letter-spacing: 5px;
  text-transform: uppercase;
  text-align: center;
}

footer .subheading {
  width: 100%;
  display: block;
  text-align: center;
  font-size: 0.9em;
}

footer div {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

footer div a {
  text-transform: unset;
}

footer div a:hover {
  text-shadow: 0px 0px 5px #FFFFFF;
}

footer div i {
  font-size: 1.8em;
  margin-right: 10px;
}

footer div i, footer div span, footer div a {
  color: white;
  font-family: "Roboto", sans-serif;
}

@media (max-width: 920px) {
  footer {
    -ms-grid-columns: 45vw 45vw;
        grid-template-columns: 45vw 45vw;
  }
}

@media (max-width: 639px) {
  footer {
    -ms-grid-columns: 60vw;
        grid-template-columns: 60vw;
    grid-gap: 25px;
    -ms-grid-rows: 1fr auto auto auto auto auto;
        grid-template-rows: 1fr auto auto auto auto auto;
  }
  footer div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media (max-width: 600px) {
  .homepage_wrapper .meble_stylowe_left h1 {
    font-size: 3em;
  }
  .homepage_wrapper .meble_stylowe_left p {
    font-size: 1em;
    text-align: center;
    margin: 5vh 0;
  }
  .homepage_wrapper .meble_stylowe_right_contact h3 {
    font-size: 1.5em;
  }
  .homepage_wrapper .meble_stylowe_right_contact .subheading {
    font-size: 0.8em;
  }
  .homepage_wrapper h4 {
    width: 100%;
    font-size: 2.2em;
  }
  .homepage_wrapper .meble_stylowe_doswiadczenie .doswiadczenie_inner p {
    max-width: 75%;
    font-size: 1em;
  }
  .homepage_wrapper .meble_stylowe_doswiadczenie .doswiadczenie_inner:nth-of-type(2) h4 {
    padding: 0 10vw;
  }
  .homepage_wrapper .meble_stylowe_o_nas {
    height: auto;
    padding: 5vh 0;
  }
  .homepage_wrapper .meble_stylowe_o_nas p {
    text-align: center;
  }
  .nasze_realizacje .header span {
    font-size: 1em;
  }
  .nasze_realizacje .header h3 {
    font-size: 2em;
  }
  .nasze_realizacje .entry {
        grid-template-areas: "tekst_entry"
 "photo1"
 "photo2"
 "photo3"
 "photo4";
  }
  .nasze_realizacje .entry .opis_pracy h4 {
    font-size: 1.8em;
  }
  .nasze_realizacje .entry .opis_pracy p {
    font-size: 1.15em;
  }
  .kontakt .kontakt_header h3 {
    font-size: 2em;
  }
  .kontakt .kontakt_inner h3 {
    font-size: 1.2em;
  }
  .kontakt .kontakt_inner .dane_kontaktowe .dane_kontaktowe_inner p {
    text-align: center;
  }
  .kontakt .kontakt_inner .dane_kontaktowe .dane_kontaktowe_inner p i {
    font-size: 1.5em;
  }
  .kontakt .kontakt_inner .dane_kontaktowe .dane_kontaktowe_inner p span, .kontakt .kontakt_inner .dane_kontaktowe .dane_kontaktowe_inner p a {
    font-size: 1.1em;
  }
}

.realizacja {
  font-size: 0.8em;
  position: absolute;
  bottom: 10px;
  left: 10px;
  color: white;
}
/*# sourceMappingURL=style.css.map */