.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;
  -o-object-fit: solihuller;
     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;
  -o-object-fit: contain;
     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;
  -o-object-fit: solihuller;
     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%;
  -o-object-fit: solihuller;
     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: -moz-fit-content;
  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;
  -o-object-fit: solihuller;
     object-fit: solihuller;
}
.solihull-person-card .person-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: solihuller;
     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;
}

.slh-info-card-outer::before, .slh-info-card-outer::after {
  display: block;
  margin: 5px auto;
  height: 5px;
  border-radius: 10px;
}
.slh-info-card-outer::before {
  width: 25%;
}
.slh-info-card-outer::after {
  width: 68%;
}

.slh-info-card-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background-color: #684299;
  color: #ffffff;
  padding: 20px;
  border-radius: 20px;
}
.slh-info-card-wrapper .info-card-icon {
  display: flex;
  justify-content: center;
  align-items: center;
}

.cld-content-box {
  background-color: #8663AD;
  border-radius: 10px;
  padding: 40px;
  box-shadow: 0 10px 0 0 #BBA0DA;
}

.cld-bin-content {
  display: flex;
  align-items: flex-end;
}
.cld-bin-content .bin-text-content {
  width: 80%;
  flex-grow: 1;
}
@media only screen and (min-width: 768px) {
  .cld-bin-content .inner-img {
    margin-left: 42px;
  }
}
.cld-bin-content .inner-img img {
  width: 80px;
}

.solihull-resource-wrapper.layout-short_text .rspDetails {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}
.solihull-resource-wrapper.layout-short_text .rspDetails .rspdTop {
  margin-bottom: 0;
}
.solihull-resource-wrapper.layout-short_text .rspDetails .rspdTop h2 {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.solihull-resource-wrapper.layout-short_text .rspDetails .rspdBtm {
  flex-direction: column;
  align-items: flex-end;
}
.solihull-resource-wrapper.layout-designed .rspdTop h2 {
  font-size: 18px;
  text-decoration: underline;
}
@media only screen and (min-width: 768px) {
  .solihull-resource-wrapper.layout-designed .rspdTop h2 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1400px) {
  .solihull-resource-wrapper.layout-designed .rspdTop h2 {
    font-size: 22px;
  }
}
.solihull-resource-wrapper.layout-designed .btn-primary {
  font-weight: 600;
  color: #0f0f0f;
}
.solihull-resource-wrapper.layout-designed.horizontal .rsrcPost.type-atcl .rspDetails {
  background: #ffffff url("../images/widget_internal_lay.png");
}
.solihull-resource-wrapper.layout-designed.horizontal .rsrcPost.type-link .rspDetails {
  background: #ffffff url("../images/widget_extarnal_lay.png");
}
.solihull-resource-wrapper.layout-designed .rspDetails {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-repeat: no-repeat !important;
  background-size: auto !important;
  background-position: top right !important;
}
@media only screen and (min-width: 576px) {
  .solihull-resource-wrapper.layout-designed .rspDetails {
    padding: 25px 18px;
  }
}
@media only screen and (min-width: 992px) {
  .solihull-resource-wrapper.layout-designed .rspDetails {
    padding: 30px 28px;
  }
}
.solihull-resource-wrapper.layout-designed .rspDetails .rspdTop {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 0;
}
.solihull-resource-wrapper.layout-designed .rspDetails .rspdTop img {
  width: 40px;
}
.solihull-resource-wrapper.layout-designed .rspDetails .rspdTop h2 {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.solihull-resource-wrapper.layout-designed .rsrcPost.type-link {
  border: 1px solid #ffd696;
  box-shadow: 0 6px 0 0 #ffd696;
}
.solihull-resource-wrapper.layout-designed .rsrcPost.type-link .btn-primary {
  background-color: #ffeed2;
  box-shadow: 0 6px 0 0 #fedba1;
}
.solihull-resource-wrapper.layout-designed .rsrcPost:not(.type-link) {
  border: 1px solid #375fa4;
  box-shadow: 0 6px 0 0 #375fa4;
}
.solihull-resource-wrapper.layout-designed .rsrcPost:not(.type-link) .btn-primary {
  background-color: #e6f2ff;
  box-shadow: 0 6px 0 0 #b3d7fb;
}
.solihull-resource-wrapper.layout-designed .rsrcPost:not(.type-link) .rspdTop img {
  display: none;
}
.solihull-resource-wrapper.layout-designed.vertical .rspDetails {
  flex-direction: column;
  justify-content: center;
  gap: 25px;
}
.solihull-resource-wrapper.layout-designed.vertical .rspdTop {
  width: 100%;
  max-width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  text-align: center;
}
.solihull-resource-wrapper.layout-designed.vertical .rspdBtm {
  justify-content: center;
}/*# sourceMappingURL=widget.css.map */