/*
 *
 * PAGE STYLE - WORKSHOPS
 *
*/

.site-content.schedule .entry-content-wrapper {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 0 1.5em;
}

.site-content.schedule .entry-content {
  width: 100%;
  display: flex;
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: center;
  box-sizing: border-box;
  margin: var(--page-margin);
  outline: var(--black-border);
  background-color: var(--color-red);
  border-radius: var(--rounded-frame);
  padding: 1.5em 1.5em;
  max-width: var(--max-screen);
}

.site-content.schedule .article-title {
  font-family: "Resistance Regular", sans-serif;
  text-transform: uppercase;
  text-decoration: underline;
  margin: 0 auto;
}

.site-content.schedule h3 {
  box-sizing: border-box;
  margin: 0.5em auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-transform: uppercase;
  background-color: var(--color-green);
  outline: var(--black-border);
  font-family: "Resistance Regular", sans-serif;
  font-size: 1.2em;
  border-radius: 50px;
  padding: 0.3em 0.8em;
}

.site-content.schedule table tr {
  border-bottom: var(--black-border);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 0.5em;
}

.site-content.schedule table td {
  border: none;
}

.site-content.schedule table td:first-child {
  font-size: 0.6em;
  font-family: "Resistance Regular", sans-serif;
  width: auto;
  border: var(--black-border);
  background-color: transparent;
  font-weight: bold;
  padding: 0.25em 0.5em;
  display: inline-block;
}

.site-content.schedule table td:nth-child(2) {
  font-size: 1.2em;
  margin: 0 0.5em 0.25em;
  padding: 0;
  font-weight: 400;
}

.site-content.schedule table td:nth-child(3) {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.site-content.schedule table td:nth-child(3) a {
  text-transform: uppercase;
  padding: 2px 8px;
  border-radius: 15px;
  font-size: 0.6em;
  text-decoration: none;
  background-color: transparent;
  border: var(--black-border);
  color: var(--color-black);
}

.site-content.schedule table td:nth-child(3) a:hover {
  background-color: var(--color-green);
  color: var(--color-black);
}
