body {
  font-family: "Lato", sans-serif;
  color: #151515;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  color: inherit;
  text-decoration: none;
}

p {
  margin: 0;
  padding: 0;
}

.container-padding {
  padding-top: 4em;
  padding-bottom: 4em;
}

.header {
  background: #fff;
}

.nav {
  height: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.nav .logo {
  display: flex;
  justify-content: center;
  align-items: center;
}

.nav .logo img {
  height: 100px;
  width: auto;
}

.main-nav {
  height: 100px;
  padding: 0;
  margin: 0;
  display: flex;
}

.main-nav li {
  list-style-type: none;
  display: block;
  padding: 0;
  margin: 0;
  height: 100px;
  border-left: 1px solid #e5e5e5;
}

.main-nav li:last-child {
  border-right: 1px solid #e5e5e5;
}

.main-nav li a {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  text-transform: uppercase;
  height: 100%;
  padding: 15px 50px;
  transition: background 0.2s ease-in-out;
}

.main-nav li a:hover {
  background: #f7f7f7;
}

@media (max-width: 1200px) {
  .main-nav {
    display: none;
  }

  .main-nav.open {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    background: white;
    top: 100px;
    left: 0;
    right: 0;
    z-index: 1000;
    height: auto;
    width: 100%;
    padding-bottom: 20px;
  }

  .main-nav.open li {
    width: 100%;
    height: 40px;
    margin: 0;
    padding: 0;
  }

  .main-nav.open li a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px 0;
  }
}

.footer {
  background: #232323;
  color: #575757;
  font-weight: 400;
  letter-spacing: 0.05em;
}

.footer .container {
  display: flex;
}

.footer .copyright {
  text-align: right;
  width: 30%;
  font-size: 11px;
}

.footer .block {
  width: 50%;
}

.footer .block.adwokat {
  width: 33%;
}

.footer .block p {
  font-size: 12px;
  margin-bottom: 0.5em;
}

.footer .block .heading {
  font-size: 26px;
}

.footer .block a {
  font-size: 15px;
  display: inline-block;
  color: #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 5px;
  margin-bottom: 0.4em;
  line-height: 1;
}

.footer .block a:hover {
  border-bottom: 1px solid #FBC403;
}

@media (max-width: 700px) {
  .footer .container {
    flex-direction: column;
  }

  .footer .copyright {
    text-align: left;
    width: 100%;
  }

  .footer .block {
    margin-bottom: 1em;
    width: 100%;
  }

  .footer .adwokat {
    width: 100% !important;
  }
}

.base-image {
  background-image: url("/wp-content/themes/padzinska.pl/gfx/base-image.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 550px;
}

.base-image.mini {
  height: 200px;
}

.base-image .container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 550px;
}

.base-image .head-text {
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  padding: 10px 50px;
  color: #fff;
  background: rgba(0, 0, 0, 0.4);
}

.base-image .head-text h1 {
  font-size: 70px;
}

.base-image .head-text h2 {
  font-size: 30px;
}

@media (max-width: 650px) {
  .base-image h1 {
    font-size: 40px !important;
  }

  .base-image h2 {
    font-size: 20px !important;
  }
}

.heading-text {
  font-size: 40px;
  text-transform: uppercase;
}

.heading-text:after {
  margin-top: 15px;
  margin-bottom: 30px;
  content: "";
  display: block;
  width: 70px;
  height: 5px;
  background: #FBC403;
}

.cta {
  display: inline-block;
  text-transform: uppercase;
  background: #FBC403;
  color: #000;
  padding: 10px 30px;
  border: 0;
}

.paragraph {
  margin-bottom: 1em;
}

.paragraph-mb {
  margin-bottom: 3em;
}

.page-content {
  text-align: justify;
}

.page-content p {
  margin-bottom: 1em !important;
  line-height: 1.7em;
}

.kontakt {
  display: flex;
}

.kontakt input,
.kontakt textarea {
  width: 100%;
  font-size: 14px;
  padding: 10px 12px;
  margin: 0;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.kontakt input[type=checkbox] {
  width: auto;
  display: inline;
}

.kontakt textarea {
  height: 140px;
}

.kontakt .kontakt-form {
  width: 70%;
}

.kontakt .contact-data {
  padding-left: 42px;
  font-size: 16px;
  line-height: 1.6em;
  width: 30%;
}

.kontakt .contact-data h2 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 8px;
}

@media (max-width: 900px) {
  .kontakt {
    display: block;
  }

  .kontakt .kontakt-form,
  .kontakt .contact-data {
    width: 100%;
  }
}

.kontakt .contact-form-row {
  width: 100%;
  display: flex;
  flex-direction: row;
  margin-bottom: 12px;
}

@media (max-width: 500px) {
  .kontakt .contact-form-row {
    flex-direction: column;
  }
}

.kontakt .contact-form-row.form-center {
  justify-content: center;
}

.kontakt .contact-form-row label {
  width: 100%;
  font-size: 16px;
}

.kontakt .contact-form-row .contact-form-item {
  width: 100%;
  padding-right: 20px;
}

.kontakt .contact-form-row .contact-form-item:last-child {
  padding-right: 0;
}

.kontakt .law-note {
  margin: 3em 0 1em;
  font-size: 12px;
}

#hamburger {
  width: 34px;
  height: 25px;
  z-index: 500;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
  display: none;
}

@media (max-width: 1200px) {
  #hamburger {
    display: block;
  }
}

#hamburger span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #151515;
  border-radius: 4px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}

#hamburger span:nth-child(1) {
  top: 0px;
}

#hamburger span:nth-child(2) {
  top: 9px;
}

#hamburger span:nth-child(3) {
  top: 18px;
}

#hamburger.open span:nth-child(1) {
  top: 9px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

#hamburger.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

#hamburger.open span:nth-child(3) {
  top: 9px;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.google-maps {
  width: 100%;
  position: relative;
}

.google-maps #map {
  width: 100%;
  height: 340px;
}

@media (max-width: 500px) {
  .google-maps #map {
    height: 226.6666666667px;
  }
}

.google-maps .desc {
  position: absolute;
  width: 400px;
  height: 340px;
  background-color: rgba(251, 196, 3, 0.85);
  padding: 2em;
  color: rgba(255, 255, 255, 0.7);
  top: 0;
  right: 0;
  z-index: 1;
  right: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 900px) {
  .google-maps .desc {
    right: 0;
  }
}

@media (max-width: 700px) {
  .google-maps .desc {
    display: none;
  }
}

.google-maps .desc h3 {
  color: #fff;
  font-weight: 500;
  font-size: 17px;
  margin-bottom: 1em;
}

.google-maps .desc p {
  font-size: 15px;
  margin-bottom: 1em;
  line-height: 1.3em;
}

.google-maps .desc a {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.4);
}

.google-maps .desc a:hover {
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}

.google-maps .desc .gm-section {
  width: 100%;
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 35px auto;
}

.google-maps .desc .gm-section.section-localization {
  background-image: url("/wp-content/themes/orthos/gfx/contact-localization.svg");
}

.google-maps .desc .gm-section.section-mail {
  background-image: url("/wp-content/themes/orthos/gfx/contact-mail.svg");
}

.google-maps .desc .gm-section.section-phone {
  background-image: url("/wp-content/themes/orthos/gfx/contact-phone.svg");
}

.google-maps .desc .gm-section.section-hours {
  background-image: url("/wp-content/themes/orthos/gfx/contact-hours.svg");
}

