/* top menu override */
.container-header {
    position: relative;
    z-index: 10;
    margin-bottom: 20px;
    background-color: #fa02f2;
    background-image: linear-gradient(135deg, #fa02f2 0%, #ff2200 100%);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.03) inset;
}

.container-topbar {
  padding: .5em .5em .5em 1em;
}


ul.mod-menu, ul.mod-menu_dropdown-metismenu button {
  font-weight: bold;
  font-style: italic;
}
a.nav-link {
  font-weight: bold;
  font-style: italic;
}
.field-label {
    font-size: 1em;
    font-weight: bold;
    color: #ff9900;
}

.field-value {
    font-size: 1em;
    font-weight: bold;
    color: #fff;
}

.field-entry {
    padding: 0em 0em 1em 0em;
    color: #fff;
}
li.field-entry {
    padding: 0em 0em 1em 0em;
    color: #ff0099;
}
  /* the following styles the fields displaying above articles */
  /*this tells the ul/li to display as a block. made this after changing subform.php styling */
  
.field-divider { display: block; }
  
  /*this will style the ul/li to have no bullets*/
  /*ul.fields-container {
      list-style: none;
      padding-left: 20em;
      background-color: #ffffff;
  }
  
  /*the following is the style for the label "Season assessment for the year" custom field */
  .field-label-assessment {
    padding: 0em 0em 1em 0em;
    line-height: 2;
    background: #;
    font-weight: bold;
    font-style: normal;
    font-size: 1em;
    color: #03fcbe;
  }
  /*the following is the style for the value "Season assessment for the year" custom field */
  .field-label-assessment-value {
    padding: 1em 0em 10em 0em;
    line-height: 1;
    font-weight: bold;
    font-style: normal;
    font-decoration: underline;
    font-size: 2em;
    color: #03fcbe;
  }
.field-entry {
    padding: 0em 0em 1em 0em;
}
  
  /* fields-container and season-assessment style the boxes containing the fields above the articles. */  
.fields-container {
    width: 100%;
    border: px solid;
    position: relative;
    list-style: none;
    z-index: 0;
    margin-bottom: 0px;
    margin-top: 10px;
    background-color: #30002f;
    background-image: linear-gradient(90deg, #1a0119 0%, #5e1203 150%);
    border-radius: 20px;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.03) inset;
    padding: em;
    column-count: 1;
    column-span: all;
}
ul.fields-container {
  font-weight: bold;
  font-style: italic;
}
