﻿:root {
  --primary: #315a7d;
  --primary-rgb: #315a7d;
}
.video_description p {
  font-family: 'DM Sans', sans-serif;
  /* font-family: 'Poppins', sans-serif; */
}
.video_blocks {
  width: 100%;
}
.video-stream-image iframe {
  max-width: 100%;
  width: 100% !important;
  height: 500px;
}
@media (max-width: 767px) {
  .video-stream-image iframe {
    height: 300px;
  }
}
@media (max-width: 991px) {
  .video-stream-image iframe {
    height: 400px;
  }
}
.hdrLink {
  color: black;
  text-decoration: none;
}
footer {
  font-family: 'Poppins', sans-serif;
  padding-top: 50px;
}
footer *,
footer h4 {
  font-family: 'Poppins', sans-serif;
}
.posttime {
  font-size: smaller;
  color: red;
  margin: 0 0;
  padding: 0 0;
}
.sidebar_event_list {
  font-family: 'Poppins', sans-serif;
  list-style: none;
  padding: unset;
}
.sidebar_event_list li {
  border-left: 5px solid #0A142F;
  padding-left: 10px;
  margin-bottom: 10px;
  line-height: 1rem;
}
.sidebar_event_list li:hover {
  background-color: whitesmoke;
}
.sidebar_event_list li.upcoming {
  border-left: 5px solid whitesmoke;
}
.sidebar_event_list li.upcoming:hover {
  background-color: unset;
}
.sidebar_event_list a {
  text-decoration: none;
}
li.grpMonth {
  border: unset;
  background-color: whitesmoke;
  padding: 5px;
  width: 100%;
}
/* 24 / 08 */
.sidebar_event_list li.collapse,
.sidebar_event_list li.collapsing {
  border: 0;
  padding: 0;
  margin: 0;
  background: transparent !important;
}
.sidebar_event_list li .sidebar_event_list {
  margin: 0;
}
li.grpMonth {
  cursor: pointer;
}
.ohiologo {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  --border: 1px solid green;
  margin-bottom: 2em;
}
.ohiologo img {
  width: 65%;
  max-width: 100%;
}
.horselistDetail,
.horseDetail,
.personlistDetail,
.personDetail {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 20px;
  padding: 20px;
  border: 1px solid #ddd;
}
.horselistDetail > div:first-child,
.horseDetail > div:first-child,
.personlistDetail > div:first-child,
.personDetail > div:first-child {
  flex: 0 0 250px;
  max-width: 250px;
  display: flex;
  justify-content: center;
  align-items: start;
}
.horselistDetail > div:last-child,
.horseDetail > div:last-child,
.personlistDetail > div:last-child,
.personDetail > div:last-child {
  flex: 1;
}
.horselistDetail img,
.horseDetail img,
.personlistDetail img,
.personDetail img {
  max-width: 100%;
  height: auto;
}
.horselistDetail > div:first-child,
.personlistDetail > div:first-child {
  flex: 0 0 250px;
  max-width: 250px;
  display: flex;
  justify-content: center;
  align-items: start;
}
.horselistDetail > div:last-child,
.personlistDetail > div:last-child {
  flex: 1;
}
.horselistDetail:hover,
.personlistDetail:hover {
  background-color: #f9f9f9;
}
.horselistDetail .details,
.personlistDetail .details {
  display: grid;
  grid-template-columns: 1fr;
  gap: 5px;
  align-items: start;
  justify-items: start;
  align-self: start;
}
.horselistDetail .details div,
.personlistDetail .details div {
  --margin-bottom: 10px;
  width: 100%;
}
.horselistDetail .details div span,
.personlistDetail .details div span {
  font-weight: bold;
}
.horseDetail .details,
.personDetail .details {
  display: grid;
  grid-template-columns: 1fr;
  gap: 5px;
  align-items: start;
  justify-items: start;
  align-self: start;
}
.horseDetail .details div,
.personDetail .details div {
  --margin-bottom: 10px;
  width: 100%;
}
.horseDetail .details div span,
.personDetail .details div span {
  font-weight: bold;
  margin-right: 0.5em;
}
.horseDetail .details div .horseField,
.personDetail .details div .horseField,
.horseDetail .details div .personField,
.personDetail .details div .personField {
  font-weight: normal;
}
.horseName,
.personName {
  font-size: 1.5em;
  font-weight: bold;
  color: #EE3E47;
  padding-bottom: 5px;
  border-bottom: 1px solid grey;
  margin-bottom: 5px;
}
section {
  padding: 50px;
}
blockquote {
  margin-left: 2em;
  border-left: 3px solid grey;
  padding: 1em;
  background-color: aliceblue;
}
blockquote p:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .horselistDetail > div:first-child,
  .horselistDetail > div:last-child,
  .horseDetail > div:first-child,
  .horseDetail > div:last-child {
    flex: 1 1 100%;
    max-width: 100%;
  }
  .personlistDetail > div:first-child,
  .personlistDetail > div:last-child,
  .personDetail > div:first-child,
  .personDetail > div:last-child {
    flex: 1 1 100%;
    max-width: 100%;
  }
  section {
    padding: 0px;
  }
  blockquote {
    margin-left: 0;
  }
}