/*
 *   Important Information about this CSS File
 *
 * - Do not delete or rename this file, if you do not use it leave it blank (delete
 *   everything) and the file will be skipped when you enable Production Mode in
 *   the Global theme settings.
 *
 * - Read the _README file in this directory, it contains useful help and other information.
 */
/* Add any valid CSS declarations */
/* slideshow */
#slider-text-block {
  position: absolute;
  display: block;
  top: 45%;
  right: 2%;
  width: 32%;
  height: 45%;
  overflow: hidden;
  text-align: left;
  background-color: #f7f9f9;
  background-color: rgba(247, 249, 249, 0.2);
  border-radius: 5px;
  padding: .5em;
}

#slider-text-title {
  height: 2.5 0.5 0.5 0.5 0.5em;
  margin-bottom: 10px;
  line-height: 1em;
  clear: both;
  overflow: hidden;
}

#slider-text-body {
  height: 63%;
  clear: both;
  font-family: "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", Verdana, Geneva, sans-serif;
  font-size: 80%;
  font-style: italic;
  text-overflow: ellipsis;
  overflow: hidden;
}

#slider-link {
  text-align: right;
  height: 1em;
}

/* Event Teaser page settings */
.event-teaser-page .event-row {
  width: 30%;
  min-height: 20em;
  margin-left: 1%;
  margin-right: 1%;
  margin-bottom: 1px;
  float: left;
}
.event-teaser-page .event-row .article-image {
  height: 200px;
  width: 100%;
  margin: auto;
}
.event-teaser-page .event-row .article-image img {
  verticle-align: middle;
  max-width: 100%;
  width: auto;
  height: auto;
}
.event-teaser-page .event-row .article-title {
  height: 4.5em;
  overflow: hidden;
}
.event-teaser-page .event-row .article-text-body {
  font-size: 75%;
  height: 12em;
  overflow: hidden;
  text-overflow: ellipse;
}

.event-row:nth-child(3n+1) {
  clear: both;
}
