.jims-five-star-fses {
  background-color: transparent;
  width: 100%;
  padding: 1.5em; }
  .jims-five-star-fses .jims-five-star-fses__inner {
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 2em;
    justify-content: space-evenly; }
    .jims-five-star-fses .jims-five-star-fses__inner .jims-five-star-fses__item {
      font-family: sofia-pro, ubuntu, sans-serif;
      width: 100%;
      max-width: 350px; }
      .jims-five-star-fses .jims-five-star-fses__inner .jims-five-star-fses__item h3 {
        cursor: pointer; }
      .jims-five-star-fses .jims-five-star-fses__inner .jims-five-star-fses__item picture {
        width: 100%;
        cursor: pointer; }
      .jims-five-star-fses .jims-five-star-fses__inner .jims-five-star-fses__item picture img {
        width: inherit;
        object-fit: cover;
        max-height: 350px; }
  .jims-five-star-fses .jims-five-star-fses__load-more {
    width: 100%;
    display: flex;
    min-height: 150px;
    justify-content: space-around; }
    .jims-five-star-fses .jims-five-star-fses__load-more button {
      cursor: pointer;
      background: transparent;
      border: 0;
      color: transparent;
      transition: color 100ms ease-in; }
    .jims-five-star-fses .jims-five-star-fses__load-more:hover button {
      color: lightblue; }

#jims-five-star-fses-modal.hidden {
  display: none; }
#jims-five-star-fses-modal.active {
  background-color: rgba(0, 0, 0, 0.85);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999; }
  #jims-five-star-fses-modal.active article {
    background: transparent;
    position: relative;
    width: 80%;
    height: 90%;
    margin: 0 auto;
    top: 10%;
    box-sizing: border-box;
    border: 0;
    max-width: 960px; }
    #jims-five-star-fses-modal.active article div.white-area {
      background-color: white;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      padding: .5em 1.5em 1.5em 1.5em;
      max-height: 100%;
      box-sizing: border-box;
      overflow-y: auto;
      overflow-x: hidden; }
    #jims-five-star-fses-modal.active article .close {
      position: absolute;
      right: 10px;
      top: 10px;
      font-family: sans-serif;
      width: 30px;
      height: 30px;
      font-size: 26px;
      border-radius: 15px;
      background-color: transparent;
      color: black;
      font-weight: bold;
      text-align: center;
      line-height: 30px;
      cursor: pointer; }
    #jims-five-star-fses-modal.active article section.content {
      position: relative;
      border: 0;
      min-height: 100px;
      max-height: 50%;
      overflow-y: auto; }
    #jims-five-star-fses-modal.active article div.background {
      width: 100%;
      background-size: contain;
      height: 50vh;
      background-repeat: no-repeat;
      background-position: top center; }

/*# sourceMappingURL=jims_honored_partners.css.map */
