/*
Code for conversations.php
*/
.series17 {
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}

.series17__title {
  font-size: 1.75em;
  font-weight: 700;
  display: block;
  line-height: 1.15;
}

.series17__title a {
  color: #21A857;
}

.series17__title a:hover {
  color: #aaa;
  text-decoration: none;
}

.series17__photo {
  display: inline-block;
  width: 150px;
  height: 150px;
  position: relative;
}

.series17__description {
  display: inline-block;
  vertical-align: top;
  margin-left: 50px;
  width: 50%;
}

.series17__description h3 {
  margin: 0px;
  font-size: 2em;
}

.series17__description h3 a:active {
  color: #fff;
}

.series17__description h5 {
  color: #636363;
  font-weight: 100;
  size: .75em;
  margin: 10px 0px 5px 0px;
  letter-spacing: 1px;
}

.ticketform {
  background-color: #21A857;
  margin-bottom: 30px;
  padding: 15px 0px;
}

.ticketform__title {
  color: #fff;
  width: 50%;
  display: inline-block;
  text-align: right;
  vertical-align: middle;
}

.ticketform__title p {
  display: block;
  margin: 0px;
}

.ticketform__title p:first-child {
  font-size: 1.5em;
  font-weight: 700;
}

.ticketform__title p:nth-child(2) {
  margin-top: -10px;
}

.ticketform__button {
  width: 30%;
  display: inline-block;
  text-align: center;
}

.ticketform__btn {
  background-color: #000;
  color: #fff;
  font-size: 1.25em;
  border: 0px;
  border-radius: 5px;
  padding: 10px 15px;
}

.ticketform__btn:hover {
  background-color: #fff;
  color: #000;
}

.convo {
  display: block;
  box-sizing: border-box;
  line-height: .5;
}

.convo__host {
  color: #aaa;
  font-size: 1.20em;
}

.convo__host span:first-child {
  color: #fff;
  font-weight: 900;
  display: block;
}

.convo__host span:nth-child(2) {
  margin-top: -2px;
  display: block;
  padding-bottom: 5px;
  line-height: 1.15;
}

.convo__header p {
  padding: 0px;
  margin: 0px;
  text-align: center;
  line-height: 1;
}

.convo__photo img {
  display: block;
  margin: 20px auto;
  position: relative;
}

.convo__details h1 {
  font-size: 2em;
  text-align: center;
  text-transform: uppercase;
}

.convo__details p:first-child {
  background-color: #00af52;
  padding: 3px 5px;
  color: #fff;
  font-weight: 700;
}

.convo__details p {
  text-align: center;
  color: #aaa;
}

.convo__button {
  text-align: center;
}

.conversation h1 {
  color: #fff;
}

.conversation h2 {
  color: #fff;
}

.conversation h3 {
  color: #21a857;
}

.conversation h4 {
  color: #21a857;
}

.conversation p {
  color: #fff;
}

/*
code for conversations-single.php
*/
.consingle__host span {
  font-size: 1.25em;
  display: block;
}

.consingle__host span:first-child {
  font-weight: bolder;
}

.consingle__host span:nth-child(2) {
  margin-top: -8px;
  color: #aaa;
}

.consingle__header {
  text-align: center;
}

.consingle__header h3 {
  font-size: 1.414em;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 3px;
  font-weight: 300;
}

.consingle__header p {
  font-weight: 700;
  font-size: 1em;
  text-transform: uppercase;
  line-height: 1.25;
  text-align: center;
  padding: 0px;
  margin: 0px;
}

.consingle__header p:last-child {
  font-weight: 500;
  color: #00AF52;
}

.consingle__header .image-box {
  height: 200px;
  width: 200px;
  display: block;
  margin: 20px auto;
  position: relative;
}

.consingle__content h1 {
  text-align: center;
  font-style: italic;
}

.consingle__content h1 .consingle__guest {
  font-style: normal;
  color: #00af52;
  font-weight: 300;
  font-size: .8em;
}

.consingle__content h5 {
  color: #21A857;
  margin: 0px;
  margin-top: 10px;
}

.consingle__content p {
  font-size: 1.25em;
  color: #555;
  line-height: 1.5;
}

.consingle__order {
  margin: 30px 0px;
}

.consingle__order h2 {
  font-size: 1.999em;
  text-transform: uppercase;
  color: #00AF52;
  text-align: center;
}

.consingle__bio h2 {
  font-size: 1.999em;
  text-transform: uppercase;
  color: black;
  text-align: center;
}

.consingle__bio p {
  font-size: 1.25em;
  line-height: 1.5;
  color: #555;
}

.consingle__biotext span {
  display: block;
  margin-top: 10px;
}

.consingle__biotext span:first-child {
  font-weight: bolder;
  text-transform: uppercase;
}

/*
code for sold out
*/
.image-box {
  position: relative;
}

.ribbon-wrapper {
  height: 115px;
  width: 115px;
  overflow: hidden;
  position: absolute;
  right: -1px;
  top: -1px;
}

.ribbon-wrapper .ribbon {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #bb3343;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
  color: #fff;
  font-size: 1em;
  left: -5px;
  line-height: 1.5em;
  padding: 2px 7px;
  position: relative;
  text-align: center;
  top: 30px;
  width: 150px;
  z-index: 999;
}

/*
code for the toggle element
*/
.cb-toggle-content li {
  text-transform: uppercase;
  font-weight: 700;
}

.cb-toggle-content li a {
  text-transform: none;
  font-weight: 400;
  color: #00af52;
}
