@charset "UTF-8";
/*
Theme Name: Divi by FASTSITE
Description: Child of Divi. Powered by FASTSITE
Version: 1.0
Author: FASTSITE
Author URI: https://fastsite.pl/
Template: Divi
*/
/*
COLORS
*/
/*------------------*/
/*
GRID
*/
/*------------------*/
@media (max-width: 980px) {
  .et_pb_section .et_pb_row,
.et_pb_section.et_section_specialty .et_pb_row {
    max-width: 1080px !important;
    width: 90%;
  }
}
.container,
.et_pb_row,
.et_pb_slider .et_pb_container,
.et_pb_fullwidth_section .et_pb_title_container,
.et_pb_fullwidth_section .et_pb_title_featured_container,
.et_pb_fullwidth_header:not(.et_pb_fullscreen) .et_pb_fullwidth_header_container {
  max-width: 1280px;
  width: 90%;
}

/*FASTSITE - SECTIONS & ROWS*/
.et_section_regular:not(.et_pb_fullwidth_section) {
  padding: 30px 0px !important;
}

.et_pb_row {
  padding: 30px 0px !important;
}

@media only screen and (max-width: 1080px) {
  .et_section_regular:not(.et_pb_fullwidth_section) {
    padding: 10px 0px !important;
  }

  .et_pb_row {
    padding: 10px 0px !important;
  }
}
@media only screen and (min-width: 981px) {
  .et_pb_row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    overflow: hidden;
  }
}
/*
FONTS
*/
/*------------------*/
html {
  font-size: 14px;
}

p a {
  color: inherit;
  text-decoration: underline;
}

body, p, h1, h2, h3, h4, h5, h6 {
  line-height: 2;
}

body, p {
  font-weight: 400;
  font-family: "Roboto", sans-serif !important;
}

h1 {
  font-size: 3rem !important;
  font-weight: 300 !important;
  font-family: "Source Serif Pro", serif !important;
}

h2 {
  font-size: 2rem !important;
  font-weight: !important;
  font-family: "Source Serif Pro", serif !important;
}

h3 {
  font-size: 1.75rem !important;
  font-weight: !important;
  font-family: "Source Serif Pro", serif !important;
}

h4 {
  font-size: 1.5rem !important;
  font-weight: !important;
  font-family: "Source Serif Pro", serif !important;
}

h5 {
  font-size: 1.25rem !important;
  font-weight: !important;
  font-family: "Source Serif Pro", serif !important;
}

h6 {
  font-size: 1.1rem !important;
  font-weight: !important;
  font-family: "Source Serif Pro", serif !important;
}

@media only screen and (max-width: 981px) {
  h1 {
    font-size: 2rem !important;
  }

  h2 {
    font-size: 1.75rem !important;
  }

  h3 {
    font-size: 1.5rem !important;
  }

  h4 {
    font-size: 1.25rem !important;
  }

  h5 {
    font-size: 1.1rem !important;
  }

  h6 {
    font-size: 1rem !important;
  }

  p {
    font-size: 1rem !important;
  }
}
/*
BUTTONS
*/
/*------------------*/
.et_pb_button,
.et_button_no_icon .et_pb_button,
.et_pb_more_button {
  color: #000000 !important;
  background: transparent !important;
  border-radius: 0px !important;
  border: solid 2px #f0f0f0 !important;
  padding: 1rem 3rem !important;
  font-size: 1rem !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
  font-weight: 500 !important;
  text-decoration: none !important;
}
.et_pb_button:hover,
.et_button_no_icon .et_pb_button:hover,
.et_pb_more_button:hover {
  color: #000000 !important;
  background: #f0f0f0 !important;
  border-radius: 0px !important;
  border: solid 2px #f0f0f0 !important;
  padding: 1rem 3rem !important;
  font-size: 1rem !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
  font-weight: 500 !important;
  text-decoration: none !important;
}
.et_pb_button:before, .et_pb_button:after,
.et_button_no_icon .et_pb_button:before,
.et_button_no_icon .et_pb_button:after,
.et_pb_more_button:before,
.et_pb_more_button:after {
  color: #000000 !important;
  font-size: 2rem !important;
  line-height: 1.5 !important;
  top: 0 !important;
  bottom: 0 !important;
}

/*
MODULES
*/
.et_pb_fs_recent_posts_card .fs_card_single .fs_card_content_inner {
  padding: 3rem 3rem !important;
}
@media only screen and (max-width: 981px) {
  .et_pb_fs_recent_posts_card .fs_card_single .fs_card_content_inner {
    padding: 15px 30px !important;
  }
}
.et_pb_fs_recent_posts_card .fs_card_single p.post-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  margin-bottom: 10px;
  font-size: 0.8em !important;
}
.et_pb_fs_recent_posts_card .fs_card_single p.post-meta span.published {
  max-width: fit-content !important;
  text-transform: uppercase;
  color: #cccccc;
}
.et_pb_fs_recent_posts_card .fs_card_single p.post-meta span.post-category {
  max-width: fit-content !important;
}
.et_pb_fs_recent_posts_card .fs_card_single p.post-meta span.post-category a {
  color: !important;
  text-transform: uppercase;
  opacity: 0.5;
  text-decoration: none !important;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.et_pb_fs_recent_posts_card .fs_card_single p.post-meta span.post-category a:hover {
  opacity: 1;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.et_pb_fs_recent_posts_card .fs_card_single .fs_card_thumbnail {
  display: inline-block;
  overflow: hidden;
}
.et_pb_fs_recent_posts_card .fs_card_single .fs_card_thumbnail img {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  vertical-align: middle;
}
.et_pb_fs_recent_posts_card .fs_card_single .fs_card_thumbnail img:hover {
  -webkit-transform: scale(1.1);
  /* Safari and Chrome */
  -moz-transform: scale(1.1);
  /* Firefox */
  -ms-transform: scale(1.1);
  /* IE 9 */
  -o-transform: scale(1.1);
  /* Opera */
  transform: scale(1.1);
}

.et_pb_fs_list_horizontal {
  padding: 0px !important;
}
.et_pb_fs_list_horizontal .fs_loadmore {
  text-align: center;
  display: block;
  clear: both;
  width: fit-content;
  margin: auto;
  position: relative;
  margin-top: 30px !important;
}
.et_pb_fs_list_horizontal .fs_list_single {
  padding: 0px !important;
  width: 100%;
  display: inline-block;
  float: left;
  margin-bottom: 60px;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  background-color: #ffffff;
}
.et_pb_fs_list_horizontal .fs_list_single p.published {
  padding-top: 10px;
  padding-bottom: 10px !important;
}
.et_pb_fs_list_horizontal .fs_list_single p.additional-meta {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  padding-top: 20px;
}
.et_pb_fs_list_horizontal .fs_list_single p.additional-meta a.read-more {
  display: block;
  color: #000000;
  text-transform: uppercase;
  border: solid 2px #f0f0f0;
  border-radius: 0px;
  opacity: 1 !important;
  line-height: 1 !important;
  padding: 1rem 1rem !important;
  transition: all 0.2s;
  text-decoration: none !important;
}
.et_pb_fs_list_horizontal .fs_list_single p.additional-meta a.read-more:hover {
  border: solid 2px #f0f0f0;
  border-radius: 0px;
  background-color: #f0f0f0 !important;
  opacity: 1;
  text-decoration: none !important;
  transition: all 0.2s;
}
.et_pb_fs_list_horizontal .fs_list_single p.additional-meta .post-category {
  padding: 1rem 0 !important;
  line-height: 1 !important;
}
.et_pb_fs_list_horizontal .fs_list_single p.additional-meta .post-category a {
  text-transform: uppercase;
  letter-spacing: 1px;
  color: inherit;
  opacity: 0.5;
  text-decoration: none !important;
  transition: all 0.2s;
}
.et_pb_fs_list_horizontal .fs_list_single p.additional-meta .post-category a:hover {
  opacity: 1;
  text-decoration: none !important;
  transition: all 0.2s;
}
.et_pb_fs_list_horizontal .fs_list_single .entry-title {
  font-weight: 700 !important;
  line-height: 1.5;
  padding-bottom: 0;
}
.et_pb_fs_list_horizontal .fs_list_single:first-of-type {
  padding-top: 0px !important;
}
.et_pb_fs_list_horizontal .fs_list_single .fs_list_thumbnail {
  width: 50%;
  float: none !important;
  margin-right: 0px;
  position: relative;
  background-size: cover;
  background-position: center;
}
.et_pb_column_1_3 .et_pb_fs_list_horizontal .fs_list_single .fs_list_thumbnail {
  width: 100%;
}
.et_pb_fs_list_horizontal .fs_list_single:hover .fs_list_thumbnail {
  background-position: center;
  background-size: cover;
}
.et_pb_fs_list_horizontal .fs_list_single .fs_list_content {
  display: flex;
  width: 100%;
  flex-direction: row;
}
.et_pb_fs_list_horizontal .fs_list_single .fs_list_content_inner {
  width: 50%;
  float: none !important;
  border: solid 2px #f0f0f0;
  border-left: 0;
  margin-left: 0px;
  position: relative;
  padding: 3rem 3rem !important;
}
.et_pb_column_1_3 .et_pb_fs_list_horizontal .fs_list_single .fs_list_content_inner {
  width: 100%;
}
.et_pb_fs_list_horizontal .fs_list_single.no_thumbnail .fs_list_content_inner {
  width: 100%;
  margin-left: 0px !important;
}
.et_pb_fs_list_horizontal .fs_list_single.no_thumbnail .fs_list_thumbnail {
  display: none;
}
@media only screen and (max-width: 981px) {
  .et_pb_fs_list_horizontal .fs_list_single .fs_list_thumbnail {
    display: block;
    width: 100%;
    height: 25vh;
    margin: 0px !important;
    margin-bottom: 0 !important;
  }
  .et_pb_fs_list_horizontal .fs_list_single .fs_list_content {
    display: block;
  }
  .et_pb_fs_list_horizontal .fs_list_single .fs_list_content_inner {
    border: solid 2px #f0f0f0 !important;
    border-top: none !important;
    padding: 1rem !important;
    width: 100% !important;
  }
}

.et_pb_fs_category_list .single-category {
  font-weight: 400;
  color: inherit;
  margin-bottom: 10px;
  width: fit-content;
  display: block;
  text-transform: uppercase;
  opacity: 0.5;
  transition: all 0.2s;
}
.et_pb_fs_category_list .single-category:hover {
  opacity: 1;
  transition: all 0.2s;
}

/*-----------------------------------*/
header#main-header {
  box-shadow: none !important;
  /*
  .logo_container {
    display: block;
    position: relative !important;
    padding-top: 20px !important;
  }

  div#et-top-navigation {
    display: block;
    position: relative;
    float: none;
    padding-left: 0px !important;

    #top-menu-nav {
      float: none !important;
      display: block;
      position: relative !important;
      width: 100%;
      height: 100%;
    }
  }
  */
}
header#main-header #top-menu {
  /*
  display: block;
  position: relative !important;
  float: none !important;
  */
}
header#main-header #top-menu li a {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
  color: black !important;
}
header#main-header #top-menu ul.sub-menu {
  padding: 0 !important;
  border: none !important;
}
header#main-header #top-menu ul.sub-menu li {
  padding: 0 !important;
  width: 100%;
  line-height: 1;
}
header#main-header #top-menu ul.sub-menu li a {
  width: 100% !important;
  padding: 1rem !important;
}
header#main-header .et_mobile_menu .menu-item-has-children > a {
  background: #ffffff !important;
}
header#main-header .et_mobile_menu li ul {
  padding: 0 1rem;
}

#main-footer {
  background-color: #f0f0f0;
}
#main-footer .et-social-icon a {
  font-size: 12px;
  color: #f0f0f0;
}

#footer-bottom {
  padding-top: 25px !important;
  padding-bottom: 15px !important;
}

#footer-info {
  font-size: 14px !important;
  color: #ffffff !important;
  font-weight: 300 !important;
}
#footer-info a {
  color: #ffffff !important;
}

#main-footer {
  background: #f0f0f0 !important;
}
#main-footer .et-social-icon a {
  color: #000000 !important;
}

div#footer-bottom {
  background: #f0f0f0 !important;
}

#footer-info {
  color: #000000 !important;
  font-weight: 400 !important;
}
#footer-info a {
  color: #000000 !important;
}

.et_mobile_menu {
  border: none;
  padding: 10px !important;
  background: #f9f9f9;
}
.et_mobile_menu li {
  padding: 0px !important;
}
.et_mobile_menu li a {
  padding: 1.5rem;
  line-height: 1;
  text-align: center;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 1rem !important;
  background: #ffffff;
}

.mobile_menu_bar:before {
  color: #000000;
}
.mobile_nav.opened .mobile_menu_bar:before {
  content: "M";
}

.error404 .et_pb_section .et_pb_row a {
  text-decoration: underline;
  color: #000000;
}

#mainslider .et_pb_slider {
  background-color: #ffffff;
}
#mainslider .et_pb_slider .et_pb_slide:not(.et_pb_slide_with_no_image) {
  background-color: #ffffff !important;
}
#mainslider .et_pb_slider .et_pb_slide:nth-of-type(1) {
  background-position: 70%;
}
#mainslider .et_pb_slider .et-pb-active-slide .et_pb_slide_description {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -ms-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
}
#mainslider .et_pb_slider .et_pb_container.clearfix {
  width: 100%;
}
#mainslider .et_pb_slider .et_pb_slide_overlay_container {
  opacity: 0;
  background: #ffffff !important;
}
#mainslider .et_pb_slider .et_pb_fullwidth_post_slider_0 .et_pb_slide:not(.et_pb_slide_with_no_image) {
  background-color: #ffffff !important;
}
#mainslider .et_pb_slider .et_pb_slide_description {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  background: #ffffff;
  padding: 3rem 3rem !important;
  color: #000000 !important;
  max-width: 50%;
  margin-left: 0;
  margin-top: 10rem !important;
  margin-bottom: 10rem !important;
}
@media only screen and (max-width: 981px) {
  #mainslider .et_pb_slider .et_pb_slide_description {
    width: 100% !important;
    max-width: 100%;
    padding: 1rem 1rem !important;
  }
}
#mainslider .et_pb_slider .et_pb_slide_description .et_pb_slide_title {
  font-weight: 700 !important;
  color: #000000 !important;
  text-align: left;
  text-shadow: none !important;
}
@media only screen and (max-width: 981px) {
  #mainslider .et_pb_slider .et_pb_slide_description .et_pb_slide_title {
    line-height: 1.5 !important;
  }
}
#mainslider .et_pb_slider .et_pb_slide_description .et_pb_slide_content {
  font-size: 1rem !important;
  color: #000000;
  text-align: left;
  text-shadow: none !important;
}
#mainslider .et_pb_slider .et_pb_button_wrapper {
  text-align: left;
}
#mainslider .et_pb_slider#regularslider .et_pb_slide_description .et_pb_slide_content h2,
#mainslider .et_pb_slider#regularslider .et_pb_slide_description .et_pb_slide_content h4,
#mainslider .et_pb_slider#regularslider .et_pb_slide_description .et_pb_slide_content p {
  color: black !important;
}
#mainslider .et_pb_slider#regularslider .et_pb_slide_description .et_pb_slide_content h2 {
  line-height: 1.25;
  font-weight: 700;
}

#mainposts {
  background-color: #fafafa;
}

#post {
  background: #fafafa;
}
#post h1.entry-title {
  line-height: 1.5 !important;
}
#post .et_pb_row {
  max-width: 960px !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}
#post .et_pb_row .et_pb_column_4_4 {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  background-color: #ffffff;
}
@media only screen and (min-width: 981px) {
  #post .et_pb_row .et_pb_column_4_4 {
    margin: 0px !important;
  }
}
#post #postheader {
  min-height: 300px;
  margin: 0px !important;
}
@media only screen and (max-width: 981px) {
  #post #postheader {
    min-height: 200px;
  }
}
#post #content {
  padding: 3rem 3rem !important;
}
@media only screen and (max-width: 981px) {
  #post #content {
    padding: 1rem !important;
  }
}
#post #content .post-content {
  padding-top: 3rem !important;
}
#post #facebook-comments {
  padding: 3rem 3rem !important;
}
@media only screen and (max-width: 981px) {
  #post #facebook-comments {
    padding: 1rem !important;
  }
}
#post #facebook-comments .fb_iframe_widget {
  width: 100% !important;
}
#post #facebook-comments .fb_iframe_widget span {
  width: 100% !important;
}
#post #facebook-comments .fb_iframe_widget iframe {
  width: 100% !important;
}

#category-header h1 {
  padding: 10px !important;
}

#autor {
  background-color: #fafafa;
}

#kategoria {
  background-color: #fafafa;
}

#kontakt {
  background-color: #fafafa;
}
#kontakt .fb_iframe_widget {
  width: 100% !important;
}
#kontakt .fb_iframe_widget iframe {
  width: 100% !important;
}
#kontakt .fb_iframe_widget span {
  width: 100% !important;
}
#kontakt .fb_iframe_widget ._2p3a {
  width: 100% !important;
}
#kontakt .page_header {
  padding-top: 6rem !important;
}
#kontakt .page_header h1, #kontakt .page_header h4 {
  text-align: center;
}
#kontakt .page_header h1 {
  font-weight: 700 !important;
}
#kontakt .page_header h4 {
  text-transform: uppercase;
  opacity: 0.75;
  line-height: 1;
}

/*
header#main-header {
  #top-menu{
    li{
      a {
        text-transform: uppercase;
        letter-spacing: 2px;
        color: white !important;
        font-weight: 500;
      }
    }
  }

  &.et-fixed-header{
    #top-menu{
      li{
        a {
          color: black !important;
        }
      }
    }
  }
}

div#page-container {
  padding-top: 0px !important;
  margin: 0px !important;
}

body.home{
  header#main-header {
    box-shadow: none;
    background: transparent !important;
    position: fixed;
    top: 0 !important;

    img#logo {
      filter: brightness(0) invert(1);
      transition: all 0s;
    }

    &.et-fixed-header {
      background: white !important;

      img#logo {
        filter: none;
        transition: all 0s;
      }
    }
  }
  div#page-container {
    padding-top: 0px !important;
    margin: 0px !important;
  }
}

@keyframes arrow{
  0%{
    transform: translateY(20px);
  }
  50%{
    transform: translateY(0px);
  }
  100%{
    transform: translateY(20px);
  }
}

#start {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;

  h1 {
    text-align: center;
    color: white;
    letter-spacing: 2px;
    font-weight: 300;
  }

  h2 {
    text-align: center;
    font-weight: 300;
    color: white;
    font-size: 1.25rem !important;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;

    @media only screen and (max-width: 981px){
      font-size: 1rem !important;
    }
  }

  .et_pb_button_module_wrapper {
    display: inline-flex;
    width: 50%;
    padding: 10px;
    margin: 0px !important;
    align-items: center;
    text-align: center;

    @media only screen and (max-width: 981px){
      display: block;
      width: 100%;
    }

    &.et_pb_button_0_wrapper{
      justify-content: flex-end !important;
    }

    &.et_pb_button_1_wrapper{
      justify-content: flex-start !important;
    }
  }

  .et_pb_button{
    min-width: 14rem;
  }

  .et_pb_blurb{
    .et_pb_main_blurb_image{
      margin-top: 60px;
      margin-bottom: 0px;
    }
    span.et-pb-icon{
      font-size: 0rem !important;
      animation: arrow 2s infinite !important;
      -webkit-animation: arrow 2s infinite !important;
      -moz-animation: arrow 2s infinite !important;
      -o-animation: arrow 2s infinite !important;

      &:before {
        content: "\e874";
        font-family: $icofont;
        font-size: 3rem;
        color: white !important;
      }
    }
  }
}

.section_header{
  h2 {
    font-size: 4rem;
    font-weight: 300;
    letter-spacing: 2px;
    display: table;

    @media only screen and (max-width: 981px){
      font-size: 3rem !important;
    }

    &:after {
      content: "";
      display: block;
      width: 100%;
      height: 4px;
      margin-top: 10px;
      background: $maincolor;
    }
  }

  .et_pb_column_4_4{
    h2 {
      text-align: center !important;
      font-size: 2rem !important;
      margin: auto;
      font-weight: 300;
    }
  }
}

#onas{
  h3{
    font-weight: 300;
  }
}


#uslugi {
  background: #f9f9f9;

  .et_pb_blurb{
    .et-pb-icon {
      font-size: 3rem;
      font-weight: 300 !important;
    }

    h4 {
      color: black;
      text-transform: uppercase;
      letter-spacing: 2px;
      text-align: center;
      font-size: 1rem !important;
      font-weight: 700 !important;
    }

    p {
      text-align: justify;
      text-align-last: center;
      color: black;
    }
  }
}

#rekomendacje{
  .section_header{
    h2{
      color: $white;
      &:after{
        background: $white;
      }
    }
  }

  .et_pb_slider{
    width: 100% !important;
    .et-pb-active-slide .et_pb_slide_description {
      -webkit-animation-name: fadeIn;
      -moz-animation-name: fadeIn;
      -ms-animation-name: fadeIn;
      -o-animation-name: fadeIn;
      animation-name: fadeIn;
    }

    .et_pb_slide {
      background: transparent !important;
    }

    .et_pb_slide_description{
      padding: 90px 60px !important;
      @media only screen and (max-width: 981px){
        padding: 20px !important;
      }
    }

    p{
      text-shadow: none !important;
      color: $white !important;
    }


    .et-pb-controllers{
      margin-bottom: -10px !important;
      bottom: 0 !important;
      a {
        height: 10px;
        width: 10px;
        background-color: $white;
        border-radius: 10px !important;
        &.et-pb-active-control{
          background-color: $maincolor;
        }
      }
    }

    .et-pb-arrow-prev {
      left: -10px !important;
      &:before{
        content: "\e875";
        font-family: $icofont;
      }
    }

    .et-pb-arrow-next {
      right: -10px !important;
      &:before{
        content: "\e876";
        font-family: $icofont;
      }
    }
  }
}

#dlaczegomy {
  //background: #f9f9f9;

  .et_pb_blurb{
    .et-pb-icon {
      font-size: 3rem;
      font-weight: 300 !important;
    }

    h4 {
      color: black;
      text-transform: uppercase;
      letter-spacing: 2px;
      text-align: center;
      font-size: 1rem !important;
      font-weight: 700 !important;
    }

    p {
      text-align: justify;
      text-align-last: center;
      color: black;
    }
  }
}

#kontakt{

  &:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: $white;
    opacity: 0.8;
  }

  h3{
    font-size: 2rem;
    display: table;
    border-bottom: solid 4px $maincolor;
    margin-bottom: 10px;
    font-weight: 300;
  }

  p {
    font-size: 1.25rem !important;
    line-height: 2;
    color: black;
  }

  form{
    p {
      line-height: 1.5;
      font-size: 1rem !important;
    }

    input[type=text],
    input[type=email],
    textarea {
      width: 100%;
      padding: 10px;
      border: none;
      border-radius: 10px;
      font-family: $mainfont;
    }

    input[type=submit] {
      font-family: $mainfont;
    }

    input[type=checkbox] {
      -webkit-appearance: none;
      margin-bottom: 0;
      vertical-align: middle !important;

      &:after {
        font-family: 'Material Icons';
        content: "\E835";
        font-size: 24px;
        color: #666666;
        transition: color 0.2s ease;
      }

      &:checked:after {
        font-family: 'Material Icons';
        content: "\E834";
        color: $maincolor;
        transition: color 0.2s ease;
      }
    }
  }
}

#onas,
#uslugi,
#rekomendacje,
#dlaczegomy,
#kontakt {
  padding: 90px 0px !important;
}*/
#footer-widgets h1 {
  font-size: 3rem !important;
  line-height: 3.5rem !important;
  font-family: "Rajdhani", sans-serif !important;
  font-weight: 700 !important;
  color: #ffffff !important;
  text-transform: uppercase;
}
@media only screen and (max-width: 981px) {
  #footer-widgets h1 {
    font-size: 2rem !important;
    line-height: 2.5rem !important;
  }
}
#footer-widgets h2 {
  font-size: 2rem !important;
  line-height: 2.5rem !important;
  font-family: "Rajdhani", sans-serif !important;
  font-weight: 400 !important;
  color: #ffffff !important;
  text-transform: uppercase;
}
@media only screen and (max-width: 981px) {
  #footer-widgets h2 {
    font-size: 1.5rem !important;
    line-height: 2rem !important;
  }
}
#footer-widgets h2 a {
  font-weight: 700 !important;
  text-decoration: underline;
}
#footer-widgets h3 {
  font-size: 1.5rem !important;
  line-height: 2rem !important;
  text-transform: uppercase;
  font-family: "Rajdhani", sans-serif !important;
  font-weight: 700 !important;
  color: #ffffff !important;
  text-decoration: underline;
}

.szkolenia_page .page_header {
  padding-top: 6rem !important;
}
.szkolenia_page .page_header h1, .szkolenia_page .page_header h4 {
  text-align: center;
}
.szkolenia_page .page_header h1 {
  font-weight: 700 !important;
}
.szkolenia_page .page_header h4 {
  text-transform: uppercase;
  opacity: 0.75;
  line-height: 1;
}
.szkolenia_page .et_pb_blurb {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 6rem 2rem;
  transition: all 0.5s;
}
.szkolenia_page .et_pb_blurb h4 {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
}
.szkolenia_page .et_pb_blurb:hover {
  filter: grayscale(1);
  transition: all 0.5s;
}
.szkolenia_page .et_pb_blurb:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #808080;
  opacity: 0.5;
  transition: all 0.5s;
}

.nieruchomosci_page .page_header {
  padding-top: 6rem !important;
}
.nieruchomosci_page .page_header h1, .nieruchomosci_page .page_header h4 {
  text-align: center;
}
.nieruchomosci_page .page_header h1 {
  font-weight: 700 !important;
}
.nieruchomosci_page .page_header h4 {
  text-transform: uppercase;
  opacity: 0.75;
  line-height: 1;
}

.nieruchomosci_page_content .et_pb_blurb .et_pb_blurb_content {
  max-width: 100%;
}
.nieruchomosci_page_content .et_pb_blurb .et_pb_blurb_content h4 {
  font-weight: 700;
  text-transform: uppercase;
}
.nieruchomosci_page_content .et_pb_gallery_grid h3 {
  font-size: 1rem !important;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  opacity: 0.7;
}
.nieruchomosci_page_content .et_pb_gallery_grid .et_pb_gallery_items {
  transition: none !important;
}
.nieruchomosci_page_content .et_pb_gallery_grid .et_pb_gallery_item {
  margin-bottom: 2rem !important;
}
.nieruchomosci_page_content .et_pb_gallery_grid .et_overlay:before {
  display: none;
}
.nieruchomosci_page_content .et_pb_gallery_pagination ul li.prev, .nieruchomosci_page_content .et_pb_gallery_pagination ul li.next {
  display: none !important;
}

body.single-product .et_pb_module h1 {
  font-weight: 700 !important;
  line-height: 1.25 !important;
}
body.single-product .et_pb_module.et_pb_wc_price p.price {
  font-weight: 700 !important;
  color: #666666 !important;
}
body.single-product .et_pb_module.et_pb_wc_tabs {
  border: solid 2px #f0f0f0 !important;
}
body.single-product ul.et_pb_tabs_controls {
  background: none !important;
}
body.single-product ul.et_pb_tabs_controls:after {
  border-top: solid 3px #f0f0f0 !important;
}
body.single-product .et_pb_tabs_controls li {
  border-right: solid 2px #f0f0f0 !important;
}
body.single-product .et_pb_module.et_pb_wc_add_to_cart form .quantity input.qty {
  border-radius: 0 !important;
  background: #383838 !important;
}
body.single-product .et_pb_post.product h2.woocommerce-loop-product__title {
  font-weight: 700 !important;
  line-height: 1.25 !important;
}
body.single-product .et_pb_post.product span.price span {
  font-weight: 700 !important;
  font-size: 1.5rem !important;
}

.et_pb_module.et_pb_shop h2.woocommerce-loop-product__title {
  font-weight: 700 !important;
  line-height: 1.25 !important;
  font-size: 1.5rem !important;
}
.et_pb_module.et_pb_shop span.price span {
  font-weight: 700 !important;
  font-size: 1.5rem !important;
}

.et-db #et-boc .et-l .et_overlay:before {
  color: #000000;
}

.woocommerce-page .woocommerce a {
  color: black;
  font-weight: 700;
}

.woocommerce-page .woocommerce .woocommerce-error,
.woocommerce-page .woocommerce .woocommerce-info,
.woocommerce-page .woocommerce .woocommerce-message {
  background: #cccccc;
}

.woocommerce-page button.button,
.woocommerce-page a.button,
.woocommerce-page .checkout-button.button.alt.wc-forward,
.woocommerce-page .single_add_to_cart_button.button.alt,
.woocommerce-page button#place_order {
  color: #000000 !important;
  background: transparent !important;
  border-radius: 0px !important;
  border: solid 2px #f0f0f0 !important;
  padding: 1rem 3rem !important;
  font-size: 1rem !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
  font-weight: 500 !important;
  text-decoration: none !important;
}
.woocommerce-page button.button:hover,
.woocommerce-page a.button:hover,
.woocommerce-page .checkout-button.button.alt.wc-forward:hover,
.woocommerce-page .single_add_to_cart_button.button.alt:hover,
.woocommerce-page button#place_order:hover {
  color: #000000 !important;
  background: #f0f0f0 !important;
  border-radius: 0px !important;
  border: solid 2px #f0f0f0 !important;
  padding: 1rem 3rem !important;
  font-size: 1rem !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
  font-weight: 500 !important;
  text-decoration: none !important;
}
.woocommerce-page button.button:before, .woocommerce-page button.button:after,
.woocommerce-page a.button:before,
.woocommerce-page a.button:after,
.woocommerce-page .checkout-button.button.alt.wc-forward:before,
.woocommerce-page .checkout-button.button.alt.wc-forward:after,
.woocommerce-page .single_add_to_cart_button.button.alt:before,
.woocommerce-page .single_add_to_cart_button.button.alt:after,
.woocommerce-page button#place_order:before,
.woocommerce-page button#place_order:after {
  display: none !important;
}

.woocommerce-page button#place_order {
  background-color: #ffffff !important;
}

.woocommerce div.product h1.product_title.entry-title {
  font-size: 2.5rem !important;
  font-weight: 700 !important;
  line-height: 1.5;
}

.woocommerce div.product .out-of-stock {
  color: red;
  width: 0;
  height: 0;
  overflow: hidden;
  margin-bottom: 2rem;
}
.woocommerce div.product .out-of-stock:before {
  content: "BRAK MIEJSC. ZAPYTAJ O DOSTĘPNOŚĆ - kontakt@nataliadrysiak.pl";
  position: absolute;
}

.woocommerce div.product p.stock.in-stock {
  display: none;
}

/*# sourceMappingURL=style.css.map */
