<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 Theme Name:     Katarzyna BigosiĹska
 Author:         Sas Design
 Author URI:     https://sasdesign.pl
 Template:       Divi
 Version:        1
 Description:   Strona stworzona na zlecenie firmy PrzedsiÄbiorstwo Budowlane PBR S.A. przez agencjÄ interaktywnÄ Sas Design z Bydgoszczy.
 Wordpress Version: 6.4.1
*/


/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */

.et_pb_menu .et_pb_menu__wrap {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
justify-content: center !important;

}
.et_pb_menu .et_pb_menu__menu, .et_pb_menu .et_pb_menu__menu&gt;nav, .et_pb_menu .et_pb_menu__menu&gt;nav&gt;ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  width: 100%;
  max-width: 1200px;
}
ul#menu-menu-glowne {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-between;
  align-items: center;
} 
.flex-column-content-space-between {
display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
}
figure.wp-block-gallery {
  padding: 2em 0 3em 0;
}

.dica-item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.dica-item-content .et_pb_button_wrapper {
  margin-top: auto !important; 
	text-align: center !important;
}

#karuzela-oferta a.et_pb_button {
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 2em !important;
}

/* a.et_pb_button {
  margin-left: clamp(2em, calc(2em + (4em - 2em) * ((100vw - 1024px) / (1440px - 1024px))), 4em) !important;
  margin-right: clamp(2em, calc(2em + (4em - 2em) * ((100vw - 1024px) / (1440px - 1024px))), 4em) !important;
} */

/* RWD */
@media screen and (max-width: 1285px) {
	.et_pb_menu .et_pb_menu__menu&gt;nav&gt;ul {
		justify-content: space-around !important;
	}
}
@media screen and (max-width: 1180px) {
	ul#menu-menu-glowne {
	  justify-content: space-evenly !important;
	}
}
@media (max-width: 980px) {
  .et_pb_menu .et_pb_menu__menu {
      display: none !important;
  }
.et_pb_menu .et_mobile_menu {
  min-width: 85vw;
}
.flex-column-reverse-mobile {
  display:flex;
  flex-direction:column-reverse; 
}
ul#mobile_menu1, ul#mobile_menu2 {
  max-height: 74vh;
  scroll-behavior: smooth;
  overflow-x: scroll;
  overscroll-behavior: contain;
  margin-top: 17px;
}
}</pre></body></html>