/*============================================================================
  #Override Stylesheet
  #Add Custom Styles Here
==============================================================================*/
.social-icon-1 ul li {
  margin: 0 !important;
  border-bottom: 1px solid #623a76 !important;
  min-width: 38px !Important; }

/* GLOBAL */
h1 {
  font-size: 40px;
  /*letter-spacing: 0.1em;*/ }

h2 {
  font-size: 30px;
  /*letter-spacing: 0.16em;*/ }

h3 {
  font-size: 24px;
  /*letter-spacing: 0.16em;*/ }

h4 {
  font-size: 18px;
  /*letter-spacing: -0.02em;*/ }

h5 {
  font-size: 14px;
  /* letter-spacing: 0em;*/ }

h1, h2, h3, h4, h5 {
  margin-top: 45px;
  margin-bottom: 30px;
  color: #5d3069; }

p {
  font-size: 14px;
  line-height: 28px;
  margin: 0px; }

ol {
  counter-reset: item;
  padding-left: 5px; }

ol > li {
  display: block;
  font-size: 14px;
  line-height: 28px;
  margin-top: 0px;
  margin-left: 0px; }

ul {
  padding-left: 25px; }

ol ul {
  list-style: disc;
  display: block;
  font-size: 14px;
  margin-top: 15px;
  margin-bottom: 15px; }

ul li {
  font-size: 14px;
  line-height: 28px; }

ol > li:before {
  content: counter(item) ". ";
  counter-increment: item;
  color: #5d3069;
  font-weight: bold;
  margin-right: 13px; }

.section--middle.section--small h1,
.section--middle.section--small h2,
.section--middle.section--small h3,
.section--middle.section--small h4 {
  color: #fff; }

/* BOOK MY SEAT */
.book-now {
  background: #fff; }

.book-now-content {
  padding: 24px 15px 34px 15px;
  text-align: center;
  color: #000; }

.right-line {
  border-right: 1px solid #ccc; }

.book-section {
  width: 33%;
  float: left;
  padding: 0 10px;
  margin: 19px 0; }

.clear {
  clear: both;
  height: 20px; }

.book-button a {
  background: #E68E13;
  color: #fff;
  text-decoration: none;
  display: block;
  margin: 0 28px;
  line-height: 38px;
  font-size: 14px;
  font-weight: bold;
  padding: 6px 0px; }

.book-title h4 {
  margin-top: 5px;
  margin-bottom: 15px;
  color: #5d3069;
  font-size: 24px;
  font-weight: bold; }

.section--custom_content .row.heading .col-md-8 {
  max-width: 900px;
  width: 100%; }

.section--custom_content .row.heading .col-md-8 h2.heading__title {
  font-weight: 600;
  font-size: 28px;
  line-height: 45px;
  margin: 0px; }

.section--custom_content .row.heading .col-md-8 p.heading__subtitle {
  max-width: 700px;
  margin: 15px auto 45px auto; }
