/**
 * @file
 * Visual styles for Journaleight's field components.
 */
.field--label-inline .field__items {
  margin-top: 20px;
}
.field--type-entity-reference ul.links {
  list-style: none;
}
.field--entity-reference-target-type-taxonomy-term .field__items {
  padding: 0;
  margin: 0;
}
.field--entity-reference-target-type-taxonomy-term .field-label {
  font-weight: normal;
  padding-right: 5px; /* LTR */
}
/*Taxonomy term reference*/
.field--entity-reference-target-type-taxonomy-term {
  display: block;
  overflow: hidden;
  position: relative;
  margin: 0 0 20px 0;
}
.field--entity-reference-target-type-taxonomy-term ul.links li {
  float: left;
  white-space: nowrap;
  margin-right: 10px;
  padding: 0;
}
.field--entity-reference-target-type-taxonomy-term ul.links li a {
  padding: 2px;
  line-height: 1;
  display: inline-block;
  margin: 1px 0 2px 0;
  min-width: auto;
  font-size: 16px;
}
.field--entity-reference-target-type-taxonomy-term ul.links li a:hover {
  text-decoration: none;
  color:#ffffff;
}
.node--view-mode-full .field--name-field-boats ul.links li {
  float: none;
}
a .field--name-title {
  color: #01ABF0;
}
a:hover .field--name-title {
  color: #fff;
}
