#info,
#info-es {
  position: absolute;
  background-color: white;
  color: #333333;
}

#info,
#info-es {
  z-index: 810;
  top: 0px;
  left: 35%;
  width: 65%;
  overflow-x: scroll;
  height: 100%;
  box-shadow: -3px 0px 5px 0px #888888;
  display: block;
}

#info.closed,
#info-es.closed {
  left: 100%;
  box-shadow: none;
  display: none;
}

.infobox-wrapper {
  position: relative;
}

.infobox-close {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 10px;
  right: 10px;
  background-image: url('../img/close-blue.png');
  cursor: pointer;
  background-size: 30px 30px;
  background-repeat: no-repeat;
}

.infobox-close:hover {
  background-image: url('../img/close-green.png');
}

.infobox-content {
  padding: 25px;
}

.infobox-content .wp-block-image.infobox-banner {
  max-width: calc(100% + 50px);
  margin: -25px -25px 25px -25px;
}

.infobox-content .wp-block-image.infobox-banner img {
  width: 100%;
}

.infobox-content a {
  color: #933C06
}

.infobox-content a:hover {
  color: #71953e;
  text-decoration: none;
}

.infobox-content .fmfinder-infobox-navigation-links {
  background-color: #2B3E5E;
  color: white;
  padding: 10px 15px;
  display: block;
  border-radius: 5px;
  text-align: center;
}

.infobox-content .fmfinder-infobox-navigation-links:hover {
  background-color: #71953e;
  color: white;
}

.infobox-content .wp-block-columns {
  display: flex;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #767676;
}

.infobox-content .wp-block-columns:last-of-type {
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom: none;
}

.infobox-content .wp-block-column {
  width: calc(40% - 20px);
}

.infobox-content .wp-block-column:first-of-type {
  width: 60%;
  margin-right: 20px;
}

.infobox-content .wp-block-column figure,
.infobox-content .wp-block-column img {
  width: 100%;
  display: block;
  height: auto;
}

.fmfinder-infobox-title,
.fmfinder-infobox-navigation {
  font-family: "Oswald";
  margin-bottom: 20px;
  margin-top: 0px;
  font-size: 24px;
}

.fmfinder-infobox-small-screen-only {
  display: none;
}

.fmfinder-infobox-large-screen-only {
  display: block;
}

@media all and (max-width: 767px) {
  #info,
  #info-es {
    position: absolute;
    width: 100%;
    background-color: white;
  }

  #info,
  #info-es {
    z-index: 810;
    overflow-x: scroll;
    height: calc(100% - 50px);
    box-shadow: none;
    top: 50px;
    left: 0px;
  }

  #info.closed,
  #info-es.closed {
    top: 100%;
    left: 0px;
    height: 0px;
    overflow: hidden;
    box-shadow: none;
  }

  .infobox-content .wp-block-column:first-of-type {
    width: 100%;
  }

  .infobox-content .wp-block-column:last-of-type {
    display: none;
  }

  .fmfinder-infobox-small-screen-only {
    display: block;
  }

  .fmfinder-infobox-large-screen-only {
    display: none;
  }

  .fmfinder-infobox-navigation {
    margin-top: 20px;
  }
}

@media all and (max-width: 349px) {
  #info,
  #info-es {
    top: 41px;
    height: calc(100% - 41px);
  }
}

@media all and (max-width: 768px) {
  body.fmfinder {
    overflow-y: scroll;
  }
}

@media all and (min-width: 1385px) {
  #info,
  #info-es {
    width: 900px;
    left: calc(100% - 900px);
  }
}
