@charset "UTF-8";
/*
Theme Name: Es-daw theme
Theme URI: https://github.com/PatrickBialek/007_small-company-theme
Version: 1.0.0
Author: Patryk Białek
Author UR: https://github.com/PatrickBialek
Description: A simple theme for small/medium companies. This theme contains following unique pages: front, gallery, about us and contact. Theme requires use afc, 7 from and flickity.
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

body {
  line-height: 1; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

html {
  font-size: 62.5%; }

body {
  font-size: 1.6rem;
  font-family: "Poppins", sans-serif; }

h1,
h2,
h3 {
  font-family: "Lato", sans-serif; }

.heading-primary {
  font-size: 5.5rem;
  font-size: 4rem;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 1rem; }

.heading-secondary {
  font-size: 3rem;
  color: #282828;
  font-weight: 500; }
  @media (max-width: 900px) {
    .heading-secondary {
      font-size: 3.5rem; } }

.paragraph {
  font-weight: 300;
  line-height: 2.8rem;
  font-size: 1.7rem; }
  @media (max-width: 900px) {
    .paragraph {
      font-size: 1.6rem; } }
  .paragraph--light {
    color: #fff;
    opacity: 0.7; }
  .paragraph--dark {
    color: #737373; }

.btn--white {
  border: solid 1px #fff;
  border-radius: 2px;
  padding: 1.2rem 2.4rem;
  color: #fff;
  border-color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2rem;
  transition: background-color 0.35s, border-color 0.35s, color 0.1s cubic-bezier(0.77, 0, 0.175, 1);
  text-decoration: none; }
  .btn--white:hover {
    background-color: #282828;
    border: solid 1px #282828;
    cursor: pointer; }

.heading-section {
  font-family: "Poppins", sans-serif;
  width: 100%;
  height: 350px;
  padding-top: 6rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }
  .heading-section, .heading-section__content {
    display: flex;
    justify-content: center; }
  .heading-section__content {
    flex-direction: column;
    text-align: center; }
    .heading-section__content h2 {
      color: #fff;
      font-size: 2.6rem; }

.margin-bottom-huge {
  margin-bottom: 4rem; }

.margin-bottom-medium {
  margin-bottom: 2rem; }

.margin-bottom-small {
  margin-bottom: 1rem; }

.text-center {
  text-align: center; }

.header.active span:nth-last-child(1) {
  transform: rotate(-45deg) translate(-2px, -1px); }

.header.active span:nth-last-child(2) {
  opacity: 0; }

.header.active span:nth-last-child(3) {
  transform: rotate(45deg) translate(2px, 0px); }

.header.active .header__nav {
  opacity: 1;
  transform: translateY(0%); }

.header, .header__top-bar, .header__logo-box, .header__nav,
.header__nav ul,
.header__nav ul li, .header__content {
  display: flex; }

.header__top-bar {
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0 2.4rem;
  background-color: #fff;
  width: 100%;
  position: fixed;
  z-index: 20;
  border-bottom: 1px solid #737373; }
  @media (max-width: 900px) {
    .header__top-bar {
      padding: 0 2rem; } }

.header__logo-box,
.header__nav ul li {
  justify-content: center; }

.header__logo-box {
  border: solid 2px #282828;
  border-radius: 4px;
  margin: 2rem 4rem;
  padding: 1.2rem 2.4rem;
  align-items: center;
  font-size: 2rem;
  font-weight: 700;
  font-family: "Lato", sans-serif; }
  @media (max-width: 900px) {
    .header__logo-box {
      margin: 2rem 0rem; } }

.header__nav {
  padding-top: 4px; }
  @media (max-width: 900px) {
    .header__nav {
      position: absolute;
      z-index: 5;
      background-color: #fff;
      height: 100vh;
      width: 100%;
      top: 89px;
      left: 0;
      box-sizing: border-box;
      padding: 2rem;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      padding-bottom: 114.5px;
      opacity: 0;
      transition: opacity .3s ease-in-out;
      transition: transform .85s ease-in-out;
      transform: translateY(-120%); } }
  .header__nav ul {
    height: 8.5rem;
    box-sizing: border-box; }
    @media (max-width: 900px) {
      .header__nav ul {
        width: 100%;
        flex-direction: column;
        height: auto; } }
    .header__nav ul li {
      height: 100%;
      align-items: center;
      padding: 0rem 2rem; }
      @media (max-width: 900px) {
        .header__nav ul li {
          margin: 1.5rem 0rem; } }
      .header__nav ul li a {
        color: #282828;
        text-decoration: none;
        font-size: 1.7rem;
        font-weight: 500;
        line-height: 2.2rem;
        vertical-align: middle;
        transition: all .1s ease-in-out; }
        @media (max-width: 900px) {
          .header__nav ul li a {
            font-size: 2.85rem; } }
        .header__nav ul li a:after {
          display: block;
          content: "";
          width: 1%;
          height: 2px;
          background-color: #282828;
          z-index: 3;
          margin-top: 1px;
          opacity: 0;
          transition: all .35s ease-in-out; }
        .header__nav ul li a:active {
          color: #737373; }
        .header__nav ul li a:hover::after {
          width: 100%;
          opacity: 1; }

.header__content {
  height: 100%;
  justify-content: flex-start;
  align-items: center;
  padding: 0 4rem; }

.header__hamburger-container {
  display: none; }
  @media (max-width: 900px) {
    .header__hamburger-container {
      display: flex;
      flex-direction: column;
      height: 100%;
      justify-content: center;
      align-items: center;
      margin: 3.05rem 0rem;
      cursor: pointer; } }
  .header__hamburger-container span {
    width: 33px;
    height: 4px;
    margin-bottom: 5px;
    position: relative;
    background-color: #282828;
    border-radius: 3px;
    transform-origin: 4px 0px;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
    display: block; }

.header__active {
  color: red !important; }

.heading {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100vh;
  flex-direction: column; }
  .heading, .heading__content {
    display: flex; }
  .heading__content {
    height: 100%;
    justify-content: flex-start;
    align-items: center;
    padding: 0 4rem;
    text-align: left; }
    @media (max-width: 900px) {
      .heading__content {
        text-align: center;
        padding: 0 2rem; } }

.last {
  padding: 6rem 0rem; }
  @media (max-width: 900px) {
    .last {
      padding: 4rem 2rem; } }
  .last, .last__description {
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center; }
  .last__description {
    width: 100%;
    max-width: 600px;
    text-align: center;
    margin-bottom: 4rem;
    padding: 0 2rem; }
    .last__description h2 {
      margin-bottom: 2rem; }
  .last__content {
    display: flex;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    flex-direction: row;
    align-items: center; }
    @media (max-width: 900px) {
      .last__content {
        flex-direction: column;
        max-width: 500px; } }
  .last__single {
    background-color: #f1eff0;
    width: 100%;
    margin: 0 2rem;
    height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 2rem; }

.visit-gallery {
  margin-top: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 300px; }
  @media (max-width: 900px) {
    .visit-gallery {
      margin-top: 3rem; } }
  .visit-gallery, .visit-gallery__content {
    flex-direction: column;
    display: flex; }
  .visit-gallery__content {
    height: 100%;
    justify-content: flex-start;
    align-items: center;
    padding: 0 4rem;
    justify-content: center;
    text-align: center; }
    .visit-gallery__content h2,
    .visit-gallery__content p {
      color: #fff; }
    .visit-gallery__content h2 {
      margin-bottom: 0.5rem; }
    .visit-gallery__content p {
      opacity: 0.8;
      margin-bottom: 2.5rem; }

.opinions {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2rem 2rem;
  width: 100%;
  background-color: #e9f0f7;
  box-sizing: border-box; }
  @media (max-width: 900px) {
    .opinions {
      padding: 2rem 0rem; } }
  .opinions__content {
    max-width: 700px;
    width: 100%;
    text-align: center;
    justify-content: center;
    padding: 0 2rem; }
  .opinions__quotension-mark {
    font-size: 90px;
    line-height: 1em;
    display: inline-block;
    vertical-align: middle;
    top: 38px;
    position: relative;
    color: #282828; }
  .opinions__quote {
    color: #737373;
    line-height: 1.6;
    font-weight: 300;
    font-style: italic;
    /*@include atTiny {
			line-height: 1.3;
			font-size: 1.35rem;
		}*/ }
  .opinions h4 {
    margin-top: 1.5rem; }

.carousel {
  width: 90%;
  box-sizing: border-box;
  padding: 1rem 2rem;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  outline: none;
  flex-direction: column; }
  .carousel__cell {
    text-align: center;
    height: 225px;
    margin-right: 10px;
    border-radius: 5px;
    width: 100%;
    margin-right: 10px; }

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%; }

.flickity-viewport {
  width: 100%;
  box-sizing: border-box;
  height: 300px;
  overflow: hidden;
  position: relative; }
  @media (max-width: 900px) {
    .flickity-viewport {
      height: 400px; } }
  @media (max-width: 500px) {
    .flickity-viewport {
      height: 300px !important; } }

.flickity-button {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  border: none;
  outline: none; }
  @media (max-width: 900px) {
    .flickity-button {
      display: none; } }

.previous {
  position: absolute;
  left: 20px; }

.next {
  position: absolute;
  right: 20px; }

.flickity-page-dots {
  width: 80%;
  display: flex;
  justify-content: center;
  align-items: center; }
  @media (max-width: 500px) {
    .flickity-page-dots {
      margin-top: 2rem; } }

.dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  filter: alpha(opacity=25);
  opacity: 0.25;
  cursor: pointer; }
  .dot.is-selected {
    opacity: 1; }

.gallery {
  display: flex;
  padding: 5rem 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center; }
  .gallery__content {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto; }
  .gallery__row {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center; }
    @media (max-width: 900px) {
      .gallery__row {
        flex-direction: column; } }
  .gallery__cell {
    margin: .5rem .5rem;
    width: 100%;
    box-sizing: border-box;
    height: 350px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all ease-in-out 0.2s; }
    @media (max-width: 900px) {
      .gallery__cell {
        margin: .5rem;
        max-width: 500px; } }
    .gallery__cell--grey {
      background-color: #efefef; }
      .gallery__cell--grey:hover {
        background-color: #eae5e5; }
    .gallery__cell--blue {
      background-color: #e9f0f7; }
      .gallery__cell--blue:hover {
        background-color: #dfeaf5; }
    .gallery__cell--beige {
      background-color: #f1eff0; }
      .gallery__cell--beige:hover {
        background-color: #efe1e8; }
  .gallery__image {
    max-width: 250px;
    max-height: 300px; }

.basic-info {
  padding: 6rem; }
  @media (max-width: 900px) {
    .basic-info {
      padding: 4rem 2rem; } }
  .basic-info, .basic-info__content {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center; }
  .basic-info__content {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto; }
    .basic-info__content h2 {
      margin-bottom: 2rem; }
    .basic-info__content p {
      margin-bottom: 1.6rem; }
  .basic-info__text p {
    font-weight: 300;
    line-height: 2.8rem;
    font-size: 1.7rem;
    color: #737373; }
    @media (max-width: 900px) {
      .basic-info__text p {
        font-size: 1.6rem; } }
  .basic-info__text em {
    font-style: italic; }
  .basic-info__text strong {
    font-weight: 700; }

.services {
  padding: 0rem 0rem 7rem; }
  @media (max-width: 900px) {
    .services {
      padding: 0rem; } }
  .services, .services__single {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%; }
  .services__section, .services__image-box, .services__box {
    display: flex; }
  .services__section {
    width: 100%;
    margin: 3rem auto 3rem;
    max-width: 1100px;
    align-items: center; }
    @media (max-width: 900px) {
      .services__section {
        margin-bottom: 3rem;
        text-align: center; } }
    .services__section:nth-of-type(odd) {
      flex-direction: row; }
      @media (max-width: 900px) {
        .services__section:nth-of-type(odd) {
          flex-direction: column-reverse; } }
    .services__section:nth-of-type(even) {
      flex-direction: row-reverse; }
      @media (max-width: 900px) {
        .services__section:nth-of-type(even) {
          flex-direction: column; } }
  .services__box {
    box-sizing: border-box;
    width: 50%;
    padding: 1rem 2rem;
    flex-direction: column; }
    .services__box p {
      color: #737373;
      font-weight: 300;
      line-height: 2.8rem;
      font-size: 1.7rem;
      margin-bottom: 1rem; }
    @media (max-width: 900px) {
      .services__box {
        width: 100%;
        padding: 2rem; } }
  .services__image-box {
    justify-content: center;
    width: 50%; }
    @media (max-width: 900px) {
      .services__image-box {
        width: 100%;
        max-width: 350px; } }
  .services__image {
    max-width: 100%; }

.google-map {
  display: flex;
  width: 100%;
  height: 300px; }
  .google-map iframe {
    width: 100%;
    height: 100%; }

.contact {
  padding: 8rem 0rem;
  justify-content: center; }
  @media (max-width: 900px) {
    .contact {
      padding: 2rem 0rem; } }
  .contact, .contact__content, .contact__form-row, .contact__textarea {
    width: 100%; }
  .contact, .contact__content, .contact__contact-data, .contact__form-box, .contact__form-row {
    display: flex; }
  .contact__content {
    max-width: 1200px;
    margin: 0 auto; }
    @media (max-width: 900px) {
      .contact__content {
        flex-direction: column;
        width: 100%;
        box-sizing: border-box;
        padding: 0rem 2rem; } }
  .contact__info-box {
    width: 33.333%;
    padding: 1rem;
    box-sizing: border-box; }
    @media (max-width: 900px) {
      .contact__info-box {
        width: 100%;
        text-align: center; } }
    .contact__info-box .heading-secondary {
      margin-bottom: 2rem; }
  .contact__contact-data {
    margin-top: 2rem;
    flex-direction: column; }
    .contact__contact-data p,
    .contact__contact-data span {
      color: #737373;
      font-size: 1.6rem;
      line-height: 2.6rem; }
  .contact__form-box {
    width: 66.666%;
    padding: 1rem;
    box-sizing: border-box;
    flex-direction: column; }
    @media (max-width: 900px) {
      .contact__form-box {
        width: 100%; } }
  .contact__form-row {
    justify-content: space-between;
    margin-bottom: 1.5rem; }
    @media (max-width: 500px) {
      .contact__form-row {
        display: flex;
        flex-direction: column; } }
  .contact__text {
    color: #282828;
    padding: 14px 18px;
    font-size: 1.6rem;
    border: 1px solid #e1e1e1;
    border-radius: 0;
    outline: 0;
    -webkit-appearance: none;
    cursor: pointer;
    box-sizing: border-box;
    margin-bottom: 1rem; }
    .contact__text::placeholder {
      font-size: 1.6rem;
      opacity: 0.7; }
    .contact__text--marign-right {
      margin-right: 1%; }
      @media (max-width: 900px) {
        .contact__text--marign-right {
          margin-right: 0%; } }
    .contact__text--50 {
      width: 49.2%; }
      @media (max-width: 500px) {
        .contact__text--50:first-child {
          margin-bottom: 1.5rem; } }
      @media (max-width: 900px) {
        .contact__text--50 {
          width: 100%; } }
    .contact__text--100 {
      width: 100%; }
  .contact__textarea {
    color: #282828;
    padding: 14px 18px;
    font-size: 1.6rem;
    resize: none;
    height: 150px;
    outline: none;
    border: 1px solid #e1e1e1;
    box-sizing: border-box;
    margin-bottom: 1rem; }
    .contact__textarea::placeholder {
      font-size: 1.6rem;
      opacity: 0.7; }
  .contact__send {
    border: solid 1px #282828;
    border-radius: 2px;
    padding: 1.2rem 2.4rem;
    color: #282828;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 2rem;
    transition: background-color 0.35s, border-color 0.35s, color 0.1s cubic-bezier(0.77, 0, 0.175, 1); }
    .contact__send:hover {
      color: #fff;
      background-color: #282828;
      cursor: pointer; }

.wpcf7-not-valid-tip,
.screen-reader-response {
  display: none; }

.wpcf7-validation-errors {
  color: red;
  margin-top: 1rem; }

.wpcf7-response-output {
  margin-top: 1rem; }

.footer {
  background-color: #232323;
  width: 100%;
  box-sizing: border-box;
  color: white;
  padding: 2rem 0rem;
  font-family: "Poppins", sans-serif; }
  .footer, .footer__content {
    display: flex;
    flex-direction: column; }
  .footer__content {
    justify-content: center;
    text-align: center; }
    .footer__content span {
      opacity: 0.75;
      line-height: 1.6; }

.posts {
  display: flex;
  justify-content: center;
  min-height: calc(100vh - 90px); }
  .posts__container {
    box-sizing: border-box;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    padding: 150px 0 25px; }
    @media (max-width: 900px) {
      .posts__container {
        padding: 150px 20px 25px; } }
  .posts__single-post {
    display: flex;
    width: 100%;
    flex-direction: column;
    margin-bottom: 60px; }
    .posts__single-post h2 > a {
      text-decoration: none;
      font-size: 3rem;
      color: #282828;
      font-weight: 500;
      font-family: "Lato", sans-serif;
      margin-bottom: 1rem;
      display: block; }
  .posts__image-box {
    margin-bottom: 2rem;
    display: flex;
    box-sizing: border-box;
    width: 100%; }
    .posts__image-box img {
      width: 100%;
      height: auto;
      max-height: 300px;
      object-fit: cover; }
  .posts__meta-box {
    margin-bottom: 1rem;
    font-size: 1.2rem; }
  .posts__excerpt {
    margin-bottom: 2rem;
    font-weight: 300;
    line-height: 2.8rem;
    font-size: 1.7rem;
    color: #737373; }
  .posts__more {
    text-decoration: none;
    color: #282828;
    width: 98px; }
    .posts__more::after {
      display: block;
      content: "";
      margin-top: 4px;
      height: 2px;
      background-color: #282828;
      width: 0%;
      transition: width .2s ease-in-out; }

.posts__more:hover::after {
  width: 100%; }

.single-post {
  display: flex;
  box-sizing: border-box;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 150px 20px 25px;
  min-height: calc(100vh - 70px);
  flex-direction: column;
  overflow: hidden; }
  .single-post__bg-image {
    margin-bottom: 2rem; }
    .single-post__bg-image img {
      max-height: 400px;
      width: 100%;
      object-fit: cover; }
  .single-post__heading h1 {
    text-decoration: none;
    font-size: 3rem;
    color: #232323;
    font-weight: 500;
    font-family: "Lato", sans-serif;
    margin-bottom: 1rem;
    display: block; }
  .single-post__content .wp-caption-text {
    font-size: 1.2rem; }
  .single-post__content p {
    font-weight: 300;
    line-height: 2.8rem;
    font-size: 1.7rem;
    color: #737373;
    margin-bottom: 2rem; }
    @media (max-width: 900px) {
      .single-post__content p {
        font-size: 1.6rem; } }
  .single-post__content h1, .single-post__content h2, .single-post__content h3, .single-post__content h4, .single-post__content h5, .single-post__content h6 {
    color: #232323;
    color: #232323;
    font-weight: 500;
    font-family: "Lato", sans-serif;
    margin-bottom: 1rem;
    display: block; }
  .single-post__content h1 {
    font-size: 3rem; }
  .single-post__content h2 {
    font-size: 2.5rem; }
  .single-post__content h3 {
    font-size: 2rem; }
  .single-post__content h4 {
    font-size: 1.7rem; }
  .single-post__content h5 {
    font-size: 1.4rem; }
  .single-post__content h6 {
    font-size: 1.1rem; }
  .single-post__content strong {
    font-weight: 700;
    color: #232323; }
  .single-post__content em {
    font-style: italic; }
  .single-post__content ul {
    padding-left: 2.5rem;
    margin-bottom: 2rem; }
    .single-post__content ul li {
      color: #737373;
      line-height: 2.8rem;
      font-size: 1.7rem;
      font-weight: 300;
      list-style-type: circle;
      margin-bottom: .5rem; }
  .single-post__content a {
    color: #232323;
    font-weight: 500; }
  .single-post__more {
    text-decoration: none;
    color: #282828;
    width: 120px; }
    .single-post__more::after {
      display: block;
      content: "";
      margin-top: 4px;
      height: 2px;
      background-color: #282828;
      width: 0%;
      transition: width .2s ease-in-out; }

.single-post__more:hover::after {
  width: 100%; }
