.hero-box-right-search:hover {
    background-color: #b41d1c !important;
}

.hero-box-right-search {
    transition: .5s all;
}

textarea {
    font-family: 'Lexend', sans-serif;
}

.contact-mid .contact-mid-right .wpcf7-submit:hover {
    color: #e80000;
    border: 2px solid #e80000;
    background-color: #fff;
}

.panorama {
  margin: 90px 0;
}

.panorama  iframe {
  height: 700px;
	
}

/* Inline #14 | https://dobregopasterza.milleniumhost.pl/ */

.gall-box-photo1 {
  width: 58%;
}

.gall-box-photo2 {
  width: 20%;
}

.gall-box img {
  height: 610px;
  object-fit: cover;
}

/* Element | https://dobregopasterza.milleniumhost.pl/ */

.gall-box-photo3 {
  width: 22%;
}




.gall-box img {
  padding: 0 !important;
}

.gall-box-photo2 {
  padding-right: 10px;
}

.gall-box-photo1 {
  padding-right: 10px;
}



/* Inline | https://dobregopasterza.milleniumhost.pl/flat/pietro-a-4/#pietro */

.building_a.Budynek.B:hover::before {
  background-color: #c4000130;
  opacity: ;
  content: '';
  position: absolute;
  width: 110px;
  height: 95px;
  bottom: 0px;
  right: 21%;
  border: 2px solid #c40001;
}

.building_a.Budynek.A:hover::before {
  background-color: #c4000130;
  opacity: ;
  content: '';
  position: absolute;
  width: 280px;
  height: 110px;
  bottom: 0px;
  right: -2%;
  border: 2px solid #c40001;
}


/* Inline | https://dobregopasterza.milleniumhost.pl/flat/59/ */

.field-history--row {
  display: flex;
  align-items: center;
  justify-content: ;
}

.field-history--row label {
  margin-left: auto;
  margin-right: 20px;
}

#history li {
border-bottom: 1px solid #f0f0f0;
}

#history li {
  padding: 10px 5px;
}

#filter {
  background-color: #c8020e;
  color: #fff;
  border: unset;
  padding: 10px 10px;
}

.field-history--row h2 {
  font-size: 30px;
}

.field-history--row {
  margin-bottom: 10px;
}


@media screen and (max-width: 768px) {
    .gall-box div {
        width: 100%;
    }

    .gall-box img {
        height: 400px;
        object-fit: cover;
    }

    .gall-box-photo2 {
        padding-right: 0;
    }

    .gall-box-photo1 {
        padding-right: 0;
    }

}