/* LPP Gallery Description CSS*/

  #menu > ul {
    white-space: nowrap;
    flex-wrap: nowrap !important;
  }

  .object_desc {
    padding: 0 0 1em 0 !important;
    margin: -1em 0 0 !important;
    max-width: 100% !important;
  }

  .object_desc > .desc {
    color: white;
  }

  #content[theme='clear'] .object_desc > .desc {
    color: #2b2b2b;
  }

  .object_desc > .desc > .intro {
    background-color: #306db3;
    padding: 1em;
    border-bottom: 2px solid lightgray;
    text-align: center;
    margin-bottom: 0.25em;
  }

  @media (min-width: 1180px) {
    .object_desc > .desc > .intro {
      margin-bottom: 2em;
    }
  }

  #content[theme='clear'] .object_desc > .desc > .intro {
    background-color: #e5f1ff;
    padding: 1em;
    border-bottom: 2px solid lightgray;
    text-align: center;
  }

  .object_desc > .desc > .activities {
    background-color: #333333;
    padding:0;
    border-bottom: 2px solid lightgray;
  }

  #content[theme='clear'] .object_desc > .desc > .activities {
    background-color: transparent;
    padding: 0;
    border: 1px solid lightgray;
    border-radius: 3px;
  }

  .object_desc > .desc > .activities a {
    color: #98d3ff;
  }

  #content[theme='clear'] .object_desc > .desc > .activities a {
    color: #005db8;
  }

  .object_desc > .desc > .activities > .header {
    padding: 0.5em 0.5em 0.5em 1.5em;
    background-color: #3579c7;
    font-weight: bold;
    color:#ff9b00;
  }

  #content[theme='clear'] .object_desc > .desc > .activities > .header {
    padding: 0.5em 0.5em 0.5em 1.5em;
    background-color: #3579c7;
    border: 1px solid lightgray;
    border-bottom: none;
    font-weight: bold;
    color: #ffffff;
  }

  .object_desc > .desc > .activities ul {
    list-style: inside;
    margin:0.5em;
    padding-left: 0.5em;
  }