/* Start of Visual builder styling */
.sp-vb {
  background-color: #657587;
}
.sp-vb .sp-vb__element {
  color: #fff;
  padding-top: 80px;
  padding-bottom: 80px !important;
  text-align: center;
}
/* End of Visual builder styling */

/* Start of Live Filter styling */

.live-filter {
  background-color: #f2f2f2;
}
.live-filter__fields {
  padding: 20px 30px;
}
.live-filter__field {
  display: inline-flex;
  flex-direction: column;
  width: 100%;
  margin-right: 2%;
}
.live-filter__field p {
  font-weight: bold;
  font-size: 15px;
}
.live-filter__field select {
  height: 30px;
  border: 1px solid #dce6eb;
}


@media (min-width: 768px) {
  .live-filter__field {
    width: 30%;
  }
}

@media (min-width: 991px) {
  .live-filter__field {
    width: 20%;
  }
}


/* End of Live Filter styling */