

/* WYLACZONE KOLUMNY W VISUAL COMPOSER */
.usun_mnie {
	display: none !important;
}

/* OBRYS BUTTONA W SLIDERZE - naprawione / dodane */
.rev-btn {
	border-width: 1px !important;
}

/* WIELKOSC MAPY GOOGLE - zmiana*/
.qode_google_map {
height: 854px !important;
}
.google_map_shortcode_holder {
height: 854px !important;
}

/* FONT W FORMULARZU - zmiana */
.cf7_custom_style_1 {
font-family: 'Exo 2', sans-serif !important;
}
input.wpcf7-form-control.wpcf7-text {
font-family: 'Exo 2', sans-serif !important;
}
textarea.wpcf7-form-control.wpcf7-textarea {
font-family: 'Exo 2', sans-serif !important;
}
input.wpcf7-form-control.wpcf7-submit {
font-family: 'Exo 2', sans-serif !important;
}

/* KOLORYSTYKA LIST - BULLETÓW - zmiana */
ul.lista {
  list-style: none;
  padding: 0;
  margin: 0;
}
li.lista {
  padding-left: 2em; 
  text-indent: -.7em;
}
li.lista::before {
  content: "● ";
  color: #cb3333;
}

/* KOLORYSTYKA LIST - BULLETÓW - WERSJA BIAŁA */
ul.lista2 {
  list-style: none;
  padding: 0;
  margin: 0;
}
li.lista2 {
  padding-left: 2em; 
  text-indent: -.7em;
  color: #ffffff;
}
li.lista2::before {
  content: "● ";
  color: #ffffff;
}

/* KOLOR HAMBURGERA BTN W RWD - zmiana */
.fa-bars {
  color: #432483;
}