.solihull-gallery-wrapper {
  border: 1px solid #ececec;
  box-shadow: 0 6px 0 #e1e1e1;
  padding: 25px 50px 40px;
  border-radius: 5px;
}
.solihull-gallery-wrapper h2 {
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .solihull-gallery-wrapper h2 {
    margin-bottom: 30px;
  }
}

.solihull-gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.solihull-gallery-item img {
  width: 100%;
  aspect-ratio: 10/7;
  object-fit: solihuller;
}

.elementor-element .solihull-button {
  display: flex;
  width: 250px;
  background-color: #005eb8;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 10px;
  padding: 16px;
  text-decoration-thickness: 1px;
}
.elementor-element .solihull-button.standard {
  text-align: center;
  justify-content: center;
  box-shadow: 0 4px 0 #3890e5;
  background-color: #005eb8;
}
.elementor-element .solihull-button.with_icon {
  background-color: #ffffff;
  color: #005eb8;
  text-decoration: underline;
  text-underline-position: under;
  text-align: left;
  justify-content: space-between;
  box-shadow: 0 4px 0 #005eb8;
  border: 1px solid #005eb8;
}
.elementor-element .solihull-button img {
  width: 16px;
  height: 16px;
  object-fit: contain;
  margin-left: 15px;
}
@media only screen and (min-width: 1600px) {
  .elementor-element .solihull-button img {
    width: 24px;
    height: 24px;
  }
}

.solihull-content-card {
  overflow: hidden;
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
  color: #231f20;
  font-weight: 400;
  font-size: 18px;
}
.solihull-content-card h3 {
  font-family: "Asap", sans-serif;
  color: #444444;
  font-size: 20px;
  margin-bottom: 15px;
}
.solihull-content-card p {
  margin-bottom: 0;
}
.solihull-content-card .card-content {
  padding: 22px 20px 30px;
}
.solihull-content-card.type-card {
  box-shadow: 0 6px 0 #e0e0e0;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.solihull-content-card.type-card img {
  width: 100%;
  aspect-ratio: 10/6;
  object-fit: solihuller;
}
.solihull-content-card.type-landscape {
  display: flex;
  flex-wrap: wrap;
  border-radius: 15px;
}
.solihull-content-card.type-landscape .card-image {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .solihull-content-card.type-landscape .card-image {
    width: 30%;
  }
}
.solihull-content-card.type-landscape .card-image img {
  width: 100%;
  height: 100%;
  object-fit: solihuller;
}
.solihull-content-card.type-landscape .card-content {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .solihull-content-card.type-landscape .card-content {
    width: 70%;
  }
}
@media only screen and (min-width: 768px) {
  .solihull-content-card.type-landscape h3 {
    margin-bottom: 20px;
  }
}
.solihull-content-card .solihull-button {
  width: fit-content;
  min-width: 180px;
  margin-top: 25px;
  font-size: 16px;
  padding: 12px;
}
@media only screen and (min-width: 1400px) {
  .solihull-content-card .solihull-button {
    min-width: 250px;
    font-size: 18px;
    margin-top: 32px;
    padding: 16px;
  }
}

.solihull-person-card .person-image {
  width: 100%;
  aspect-ratio: 10/11;
  object-fit: solihuller;
}
.solihull-person-card .person-image img {
  width: 100%;
  height: 100%;
  object-fit: solihuller;
}
.solihull-person-card .person-content {
  padding: 15px 0;
}
.solihull-person-card h5 {
  font-size: 18px;
  color: #363636;
  margin-bottom: 12px;
  font-weight: 700;
  padding-left: 8px;
}
.solihull-person-card h6 {
  width: 85%;
  font-size: 14px;
  margin-bottom: 15px;
  background-color: #005eb8;
  color: #ffffff;
  padding: 8px 10px;
  border-radius: 8px;
  line-height: normal;
}
.solihull-person-card p {
  padding-left: 8px;
  color: #444444;
  font-size: 16px;
}

.solihull-accordion .s-accordion-button {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  background-color: #005eb8;
  color: #ffffff;
  box-shadow: 0 4px 0 #7ddaf6;
  padding: 20px 25px;
  font-size: 20px;
  font-weight: 700;
  border-radius: 10px;
  border: none;
}
.solihull-accordion .s-accordion-button.active svg {
  transform: rotate(90deg);
}
.solihull-accordion .s-accordion-button svg {
  transition: all 0.3s;
}
.solihull-accordion .s-accordion-content {
  padding: 25px 12px;
}
@media only screen and (min-width: 768px) {
  .solihull-accordion .s-accordion-content {
    padding: 30px 20px;
  }
}

.solihull-search {
  width: 100%;
}
.solihull-search .solihull-search-form {
  width: 100%;
  display: flex;
  gap: 4px;
}
.solihull-search .solihull-search-form input {
  flex-grow: 1;
  height: 42px;
  font-size: 16px;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 10px;
  box-shadow: 0 2px 0 #f1f1f1;
  padding: 5px 10px;
  transition: all 0.3s;
}
@media (min-width: 768px) {
  .solihull-search .solihull-search-form input {
    height: 48px;
    font-size: 18px;
  }
}
@media (min-width: 1400px) {
  .solihull-search .solihull-search-form input {
    height: 55px;
  }
}
.solihull-search .solihull-search-form input:focus {
  outline: none;
  border-color: #004f98;
  box-shadow: 0 2px 0 #004f98;
}
.solihull-search .solihull-search-form button {
  width: 50px;
  border-radius: 10px;
  background-color: #004f98;
  color: #fff;
  border: none;
  transition: all 0.3s;
}
.solihull-search .solihull-search-form button:hover {
  background-color: #003d7a;
}/*# sourceMappingURL=widget.css.map */