.elementor-kit-8778{--e-global-color-primary:#2A1F18;--e-global-color-secondary:#B07A3E;--e-global-color-text:#4A372C;--e-global-color-accent:#61CE70;--e-global-color-2f13220:#F2ECE3;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;background-color:#F2ECE3;font-family:"Lato", Sans-serif;}.elementor-kit-8778 e-page-transition{background-color:#FFBC7D;}.elementor-kit-8778 a{font-family:"Lato", Sans-serif;font-size:17px;line-height:1.6em;}.elementor-kit-8778 h1{font-family:"Playfair Display", Sans-serif;font-size:60px;font-weight:500;}.elementor-kit-8778 h2{font-size:36px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.hero-bg {
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}

/* zdjęcie jako cover + pełna wysokość */
.zakwas-photo{
  position: relative;
  min-height: 600px;
  background-size: cover;
  background-position: center center;
}

.zuper-contact-bg{
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}

/* gradient wygaszający w prawo */
.zakwas-photo:after{
  content:"";
  position:absolute;
  top:0; right:0; bottom:0;
  width: 55%;
  background: linear-gradient(to right,
    rgba(26,19,16,0) 0%,
    rgba(26,19,16,0.65) 40%,
    rgba(26,19,16,1) 100%
  );
  pointer-events:none;
}


.kontakt {
    text-align:center;

}

.kontakt a {
    color: #F2ECE3;
    font-size: 1.2em;
}

.site-footer {
    background: #000;
    color: #F2ECE3;
    padding: 15px 20px;
}

.site-footer a {
    color: #F2ECE3;
}

.footer-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}/* End custom CSS */