/*Lising*/
h4.hp-listing__title {
  min-height: 2.5em;
}

.hp-field--checkboxes, .hp-field--radio {
  max-height: 100%;
}

/*kontakt*/
textarea.wpcf7-form-control.wpcf7-textarea {
  height: 160px;
}

.page-id-290 h1.page__title.entry-title {
  padding: 100px;
}

.hp-template--listing-submit-page.hp-template--listing-submit-details-page.customize-support .hp-form__field.hp-form__field--checkboxes li {
  display: inline-block;
  width: 33%
}

/*Niestandardowe pokazywanie się i ukrywanie atrybutów na wynikach wyszukiwania*/
.hp-field.hp-field--checkboxes {
  display: none;
}

.hp-field.hp-field--checkboxes.active {
  display: block;
}

.hp-form__field.hp-form__field--checkboxes label.hp-field__label.hp-form__label:after {
  content: '+';
  /* Unicode character for "plus" sign (+) */
  font-size: 13px;
  color: #777;
  float: right;
  margin-left: 5px;
}

.hp-form__field.hp-form__field--checkboxes label.hp-field__label.hp-form__label.active:after {
  content: "-";
  /* Unicode character for "minus" sign (-) */
}

/*Wyłaczenie stylu listy dla kategori formularz dodawania*/
.hp-field.hp-field--select ul {
  list-style: none;
}

/*Obrazek na stronie głównej bez nakładki*/
.home .header-hero--cover.header-hero--large::after {
  background-color: rgba(0, 0, 0, 0.0);
}

/*styl WYBORU KATEGORII*/
.hp-field.hp-field--select ul:first-child {
  margin-left: 0;
}

.select2-container--default .select2-results>.select2-results__options {
  max-height: 400px;
}

ul#select2-categories-rv-results li:nth-child(1) {
  display: none;
}

.hp-template--listing-submit-page .hp-field.hp-field--checkboxes {
  display: block !important;
}

input.hp-field.hp-field--tel {
    padding-left: 90px !important;
}

/*GLOBAL SUPER*/
@media only screen and (min-width: 75em) {
  .container {
    width: 90rem;
  }

  .home .header-hero--large {
    padding: 20rem 0;
  }
