@import url("https://rsms.me/inter/inter.css");
body, html {
  background: #F9FAFB;
}

h1, h2, h3, h4, h5, h6, p, span, a, label, input, span {
  font-family: "Inter var", sans-serif;
}

h1 {
  font-weight: 300;
  font-size: 4em;
  color: #696a65;
}

h2 {
  color: #696a65;
}

h3 {
  font-weight: 400;
}

h4 {
  font-weight: 700;
}

p {
  line-height: 1.5em;
}

::selection {
  background: rgba(155, 155, 155, 0.3); /* WebKit/Blink Browsers */
}

::-moz-selection {
  background: rgba(155, 155, 155, 0.3); /* Gecko Browsers */
}

a {
  color: #383838;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  cursor: pointer !important;
}

a:hover,
a:active,
a:focus {
  color: #f12438;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  text-decoration: none;
}

.thankyou-note {
  display: none;
}

.long-content {
  text-align: justify;
}

input, textarea {
  border-radius: 2px !important;
}

textarea:focus, input:focus, .uneditable-input:focus {
  border-color: rgba(255, 78, 0, 0.46) !important;
  box-shadow: none !important;
  outline: 0 none !important;
}

.btn-generic {
  color: #fff;
  background: #f12438;
  border: none;
  border-radius: 0px;
}

.btn-action:hover {
  color: #f12438;
}

.btn-action:focus {
  color: #f12438;
}

.btn-action {
  color: #fff;
  background: #383838;
  border: none;
  border-radius: 0px;
}

.event-placeholder {
  text-align: center;
  font-size: 160px;
  color: #f3f3f3;
}
.event-placeholder i {
  margin: 0 auto;
  text-align: right;
}

.italic {
  font-style: italic;
}

.hide {
  display: none !important;
}

.list-actions a {
  margin-right: 10px;
}

.center-img {
  margin-top: 150px;
  text-align: center;
  display: flex;
  justify-content: center;
}
.center-img img {
  margin-bottom: 50px;
}

.nav-tabs {
  margin-bottom: 20px;
}

.navbar-default {
  background-color: white;
}

.navbar-nav {
  font-size: 16px;
}

.required:before {
  content: "* ";
  color: red;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #f12438;
  border-color: #f12438;
}

.pagination > li > a, .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #f12438;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

/**
TailwindUI
 */
* {
  --tw-shadow: 0 0 #0000;
}

.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.shadow {
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
}

.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
}

.shadow-xlg {
  --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
}

.shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
}

.shadow-inner {
  --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
}

.rounded-none {
  border-radius: 0px;
}

.rounded-sm {
  border-radius: 0.125rem;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-md {
  border-radius: 0.375rem;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-xl {
  border-radius: 0.75rem;
}

.rounded-2xl {
  border-radius: 1rem;
}

.rounded-3xl {
  border-radius: 1.5rem;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-tl-none {
  border-top-left-radius: 0px;
}

.rounded-tr-none {
  border-top-right-radius: 0px;
}

.rounded-br-none {
  border-bottom-right-radius: 0px;
}

.rounded-bl-none {
  border-bottom-left-radius: 0px;
}

.rounded-tl-sm {
  border-top-left-radius: 0.125rem;
}

.rounded-tr-sm {
  border-top-right-radius: 0.125rem;
}

.rounded-br-sm {
  border-bottom-right-radius: 0.125rem;
}

.rounded-bl-sm {
  border-bottom-left-radius: 0.125rem;
}

.rounded-tl {
  border-top-left-radius: 0.25rem;
}

.rounded-tr {
  border-top-right-radius: 0.25rem;
}

.rounded-br {
  border-bottom-right-radius: 0.25rem;
}

.rounded-bl {
  border-bottom-left-radius: 0.25rem;
}

.rounded-tl-md {
  border-top-left-radius: 0.375rem;
}

.rounded-tr-md {
  border-top-right-radius: 0.375rem;
}

.rounded-br-md {
  border-bottom-right-radius: 0.375rem;
}

.rounded-bl-md {
  border-bottom-left-radius: 0.375rem;
}

.rounded-tl-lg {
  border-top-left-radius: 0.5rem;
}

.rounded-tr-lg {
  border-top-right-radius: 0.5rem;
}

.rounded-br-lg {
  border-bottom-right-radius: 0.5rem;
}

.rounded-bl-lg {
  border-bottom-left-radius: 0.5rem;
}

.rounded-tl-xl {
  border-top-left-radius: 0.75rem;
}

.rounded-tr-xl {
  border-top-right-radius: 0.75rem;
}

.rounded-br-xl {
  border-bottom-right-radius: 0.75rem;
}

.rounded-bl-xl {
  border-bottom-left-radius: 0.75rem;
}

.rounded-tl-2xl {
  border-top-left-radius: 1rem;
}

.rounded-tr-2xl {
  border-top-right-radius: 1rem;
}

.rounded-br-2xl {
  border-bottom-right-radius: 1rem;
}

.rounded-bl-2xl {
  border-bottom-left-radius: 1rem;
}

.rounded-tl-3xl {
  border-top-left-radius: 1.5rem;
}

.rounded-tr-3xl {
  border-top-right-radius: 1.5rem;
}

.rounded-br-3xl {
  border-bottom-right-radius: 1.5rem;
}

.rounded-bl-3xl {
  border-bottom-left-radius: 1.5rem;
}

.rounded-tl-full {
  border-top-left-radius: 9999px;
}

.rounded-tr-full {
  border-top-right-radius: 9999px;
}

.rounded-br-full {
  border-bottom-right-radius: 9999px;
}

.rounded-bl-full {
  border-bottom-left-radius: 9999px;
}

.object-contain {
  object-fit: contain;
}

.object-cover {
  object-fit: cover;
}

.object-fill {
  object-fit: fill;
}

.object-none {
  object-fit: none;
}

.object-scale-down {
  object-fit: scale-down;
}

.form-group {
  margin-top: 8px;
}

.swal2-popup {
  font-size: 14px;
}

#brand-logo {
  padding: 10px;
}

.hero {
  width: 100%;
  height: 55vh;
  min-height: 450px;
  max-height: 500px;
  display: block;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

.hero-content {
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  display: block;
}

.hero-content {
  position: static;
}

#home-hero {
  background: url("/img/party5low.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
}

.hero-content {
  text-align: center;
  padding-top: 100px;
}
.hero-content h1 {
  color: #fff;
  margin-top: 10px;
  font-weight: 200;
  font-size: 1.8em;
}

.event-hero {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center center !important;
}

.content h1 {
  margin-bottom: 40px;
}

span.heading-border {
  width: 50%;
  height: 2px;
  background: #383838;
  display: block;
  position: absolute;
  float: left;
  margin-top: 10px;
  margin-left: 2px;
}

.long-content {
  padding-top: 50px;
  min-height: 100%;
}
.long-content form.contact-us-form .btn {
  margin-top: 20px;
  float: left;
}

.event-item {
  background: rgba(250, 250, 250, 0.8);
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 10px;
  display: block;
  width: 100%;
  cursor: pointer;
}
.event-item h1 {
  font-size: 1.5em !important;
}
.event-item h2 {
  font-size: 1em !important;
  margin: 0;
}

.event-item:hover {
  background: lightgray;
  cursor: pointer;
}

.event-image {
  margin-left: -7.5px;
  background-position: center center !important;
  background-size: cover !important;
  display: block;
  min-height: 100px;
  border-top: 1px solid rgba(106, 107, 103, 0.1882352941);
  border-left: 1px solid rgba(106, 107, 103, 0.1882352941);
  border-bottom: 1px solid rgba(106, 107, 103, 0.1882352941);
  border-right: 1px solid rgba(106, 107, 103, 0.1882352941);
}

.event-image:hover {
  cursor: pointer;
  color: rgb(30, 30, 30);
  background-color: rgb(200, 200, 200);
}

.event-list {
  list-style: none;
  font-family: "Lato", sans-serif;
  margin: 0px;
  padding: 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.event-list > li {
  background-color: rgb(255, 255, 255);
  padding: 0px;
  margin: 0px 0px 20px;
  width: 500px;
}

.event-list > li > time {
  display: inline-block;
  width: 100%;
  color: rgb(255, 255, 255);
  background-color: rgb(197, 44, 102);
  padding: 5px;
  text-align: center;
  text-transform: uppercase;
}

.event-list > li:nth-child(even) > time {
  background-color: rgb(165, 82, 167);
}

.event-list > li > time > span {
  display: none;
}

.event-list > li > time > .day {
  display: block;
  font-size: 56pt;
  font-weight: 100;
  line-height: 1;
}

.event-list > li time > .month {
  display: block;
  font-size: 24pt;
  font-weight: 900;
  line-height: 1;
}

.event-list > li > img {
  width: 100%;
}

.event-list > li > .info > .title {
  font-size: 15pt;
  margin: 0px;
}

.event-list > li > .info > .desc {
  font-size: 10pt;
  font-weight: 300;
  margin: 0px;
}

.event-list > li > .event-performances {
  position: absolute;
  right: 30px;
  top: 5px;
  color: rgba(56, 56, 56, 0.7490196078);
}

.event-list > li > .event-islive {
  position: absolute;
  top: 5px;
  color: #ffffff;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4196078431);
  font-size: 16px;
  margin-left: 5px;
}

.event-list > li > .info > ul,
.event-list > li > .social > ul {
  display: table;
  list-style: none;
  margin: 10px 0px 0px;
  padding: 0px;
  width: 100%;
  text-align: center;
}

.event-list > li > .social > ul {
  margin: 0px;
}

.event-list > li > .info > ul > li,
.event-list > li > .social > ul > li {
  display: table-cell;
  cursor: pointer;
  color: rgb(30, 30, 30);
  font-size: 11pt;
  font-weight: 300;
  padding: 3px 0px;
}

.event-list > li > .info > ul > li > a {
  display: block;
  width: 100%;
  color: rgb(30, 30, 30);
  text-decoration: none;
}

.event-list > li > .social > ul > li {
  padding: 0px;
}

.event-list > li > .social > ul > li > a {
  padding: 3px 0px;
}

.event-list > li > .info:hover {
  cursor: pointer;
  color: rgb(30, 30, 30);
  background-color: rgb(242, 242, 242);
}

@media (min-width: 1200px) {
  .event-list > li {
    width: 550px !important;
  }
}
@media (min-width: 768px) {
  .event-list > li {
    position: relative;
    display: block;
    width: 460px;
    height: 120px;
    padding: 0px;
  }
  .event-list > li > time,
  .event-list > li > img {
    display: inline-block;
  }
  .event-list > li > time,
  .event-list > li > img {
    width: 175px;
    float: left;
  }
  .event-list > li > .info {
    padding-top: 5px;
    background-color: rgb(255, 255, 255);
    overflow: hidden;
    position: relative;
    height: 120px;
    text-align: left;
    padding-right: 40px;
    border-top: 1px solid rgba(106, 107, 103, 0.1882352941);
    border-right: 1px solid rgba(106, 107, 103, 0.1882352941);
    border-bottom: 1px solid rgba(106, 107, 103, 0.1882352941);
    border-radius: 0 0.5rem 0.5rem 0;
  }
  .event-list > li > time,
  .event-list > li > img {
    width: 175px;
    height: 120px;
    padding: 0px;
    margin: 0px;
    object-fit: cover;
  }
  .event-list > li > .info > .title,
  .event-list > li > .info > .desc {
    padding: 0px 10px;
  }
  .event-list > li > .info > ul {
    position: absolute;
    left: 0px;
    bottom: 0px;
  }
  .event-list > li > .social {
    position: absolute;
    top: 0px;
    right: 0px;
    display: block;
    padding: 5px;
  }
  .event-list > li > .social > ul {
    border-left: 1px solid rgb(230, 230, 230);
  }
  .event-list > li > .social > ul > li {
    display: block;
    padding: 0px;
  }
  .event-list > li > .social > ul > li > a {
    display: block;
    width: 40px;
    padding: 10px 0px 9px;
  }
}
.performances > table > tbody > tr > td.icon {
  text-align: center;
}

.performances > table > thead > tr > th.icon {
  text-align: center;
}