* {
  font-family: "montserrat", sans-serif;
}

*:active {
  outline: none;
}

@font-face {
  font-family: PureHeart;
  src: url("../fonts/PureHeart-Regular.otf");
  /*font-weight: bold;*/
}

.video_contain {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
}

video {
  display: block;
  height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}

button:focus {
  outline: none;
}

html, body {
  overflow-x: hidden !important;
}

.container, .container-fluid {
  padding: 0;
}

.valign {
  height: 100%;
  margin: auto;
}

p, ul {
  margin-bottom: 1rem;
}

ul li {
  margin: 0;
}

.btn-menu {
  color: white;
  font-size: 3rem;
  margin-top: 2rem;
  position: relative;
  z-index: 500;
}

.btn-primary {
  background: #fbdb04;
  padding: 1rem 3rem;
  border-radius: 4rem;
  font-weight: 600;
  text-decoration: none;
  font-size: 1.2rem;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
  color: #04222e;
}

.btn-primary:hover {
  background: #04222e;
  color: #fff;
}

.btn-secondary {
  background: #04222e;
  padding: 1rem 3rem;
  border-radius: 4rem;
  font-weight: 600;
  text-decoration: none;
  font-size: 1.2rem;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
  color: #fff;
}

.btn-secondary:hover {
  background: #fbdb04;
  color: #04222e;
}

.bg {
  background: url("../images/hero-bg.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg.page-bg {
  background: url("../images/page-bg.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 10rem;
}

.faq-page .bg.page-bg {
  background: url("../images/page-bg.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 10rem;
}

.main-menu .desktop-menu ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 3rem;
}

.main-menu .desktop-menu ul li {
  margin: 0rem 2rem;
}

.main-menu .desktop-menu ul li a {
  font-weight: 600;
  text-decoration: none;
  color: #fbdb04;
}

.main-menu .desktop-menu ul li:last-child {
  margin-right: 0;
}

.main-menu .desktop-menu ul li:last-child a {
  background: #fbdb04;
  padding: 1rem 2rem;
  border-radius: 4rem;
  color: #04222e;
}

.main-menu .logo {
  width: 32rem;
  left: -4rem;
  position: relative;
  z-index: 150;
}

.mobile-menu {
  display: none;
  text-align: right;
}

.modal-content {
  border: 0px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  height: auto;
  min-height: 100%;
  border-radius: 0;
}

.modal-content br {
  display: none;
}

.modal-content .modal-body ul {
  list-style: none;
  text-align: left;
}

.modal-content .modal-body ul li {
  margin-top: 1.5rem;
}

.modal-content .modal-body ul li a {
  font-weight: 600;
  text-decoration: none;
  color: black;
  font-size: 2rem;
}

.modal-content .modal-header {
  border-bottom: none;
}

.modal-dialog {
  max-width: 100% !important;
  margin: 0 !important;
  width: 100%;
  height: 100%;
  padding: 0;
}

.modal-content {
  background: url("../images/general-bg.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.modal-content .logo {
  width: 20rem;
}

.modal-header .btn-close {
  font-size: 2rem;
  position: relative;
  right: 1rem;
}

.section-01 .content {
  padding: 2rem 1rem;
}

.section-01 .content img {
  margin-bottom: 3rem;
}

.section-01 .top-space {
  margin-top: -2rem;
}

.section-01 iframe {
  position: relative;
  z-index: 100;
}

.slant-info {
  background: url("../images/slant-bg.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 7rem;
  padding-bottom: 4rem;
}

.slant-info .content {
  padding: 0;
  text-align: center;
  color: #fff;
}

.slant-info .content .alt-text {
  font-family: "PureHeart", sans-serif;
  font-size: 5rem;
  line-height: 1rem;
}

.slant-info .content .location {
  margin-top: 3rem;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 1px;
  font-size: 1.65rem;
  margin-bottom: .5rem;
}

.slant-info .content span {
  background: #fbdb04;
  color: #04222e;
  padding: .5rem 1.5rem;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 2px;
  font-size: 1.35rem;
}

.slant-info .wave {
  width: 12rem;
  height: auto;
  position: absolute;
  right: 2rem;
  margin-top: -8rem;
}

.plive {
  margin-top: -1rem;
}

.leaves {
  position: absolute;
  width: 25%;
  margin-top: -10rem;
}

.leaves-page {
  margin-top: -12rem;
}

.leaves2 {
  width: 25%;
  position: absolute;
  right: 0;
  margin-top: -7rem;
}

.leaves2-page {
  margin-top: -18rem;
}

.section-02 {
  background: url("../images/bg-artists2.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 20rem;
  margin-top: -1rem;
  padding-bottom: 5rem;
}

.section-02 img {
  margin-bottom: 2rem;
}

.section-02 .btn-row {
  margin-top: 2rem;
}

.section-02.lineup-pg {
  background: transparent;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 0;
  margin-top: 0;
  padding-bottom: 4rem;
}

.section-02.lineup-pg .title {
  margin: 4rem;
  margin-top: -2rem;
}

.page {
  background: url("../images/lineup-bg.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.section-03 {
  background: url("../images/stay-connected-bg.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 5rem 1rem;
}

.section-03 .content h2 {
  font-family: "PureHeart", sans-serif;
  font-size: 6rem;
  line-height: 1rem;
  margin-bottom: 4rem;
}

.section-03 .content p {
  font-size: .9rem;
  line-height: 2rem;
}

.section-04 {
  background: url("../images/socmed-bg-3.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 5rem 1rem;
  padding-bottom: 8rem;
}

.section-04 h2 {
  font-family: "PureHeart", sans-serif;
  text-shadow: 1px 4px 1px #fbdb04;
  font-size: 6rem;
  line-height: 1rem;
  margin-bottom: 6rem;
}

.section-04 .line {
  width: 100%;
  height: 1rem;
  background: #fbdb04;
  margin-top: -2rem;
}

.section-04 .btn-row {
  margin-top: 2rem;
}

.section-04 .btn-secondary {
  background: #0491c3;
}

.section-04 .btn-secondary:hover {
  background: #fbdb04;
}

.footer {
  background: url("../images/footer-bg2.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 2rem 1rem;
  padding-top: 12rem;
  margin-top: -5rem;
}

.footer .social-links img {
  padding: .25rem;
  width: 5rem;
}

.footer .inline-d {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.footer .inline-d p {
  margin: 0;
  margin-top: 3rem;
  text-transform: uppercase;
  font-weight: 800;
}

.copyright {
  background: black;
  color: white;
  padding: 1.5rem;
  text-transform: uppercase;
  font-size: .9rem;
  font-weight: 600;
}

/* Underline From Left */
.hvr-underline-from-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}

.hvr-underline-from-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: white;
  height: 4px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-underline-from-left:hover:before, .hvr-underline-from-left:focus:before, .hvr-underline-from-left:active:before {
  right: 0;
}

/* Grow */
.hvr-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.z-500 {
  position: relative;
  z-index: 500;
}

.faq-pg-general {
  padding: 0rem 1rem;
}

.faq-pg-general .general-text {
  width: 35rem;
}

.faq-pg-general h2 {
  font-size: 3rem;
  text-transform: uppercase;
  font-weight: 800;
  color: #043e5e;
}

.faq-pg-general p {
  text-transform: uppercase;
  font-weight: 800;
  color: #043e5e;
}

.faq-pg-general .underlined {
  border-bottom: 2px solid #043e5e;
  padding: 1rem 0rem;
}

.faq-pg-tickets {
  background: url("../images/tickets-bg.jpg") !important;
  background-position: center top !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  padding: 5rem 1rem !important;
}

.faq-pg-tickets .general-text {
  width: 35rem;
}

.faq-pg-tickets h2 {
  font-size: 3rem;
  text-transform: uppercase;
  font-weight: 800;
  color: #043e5e;
}

.faq-pg-tickets p {
  text-transform: uppercase;
  font-weight: 800;
  color: #043e5e;
}

.faq-pg-tickets .underlined {
  border-bottom: 2px solid #043e5e;
  padding: 1rem 0rem;
}

.tickets-section {
  margin-top: 3rem;
  margin-bottom: 2rem;
}

.tickets-section .btn-secondary {
  background-color: #0491c3;
}

.tickets-section .btn-secondary:hover {
  background-color: #000;
  color: #fff;
}

.tickets-section .link-text {
  text-transform: uppercase;
  border-bottom: 2px solid black;
  text-decoration: none;
  color: black;
  font-weight: 600;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

.tickets-section .link-text:hover {
  border-bottom: 2px solid #0491c3;
}

.faq-pg-general .general-text, .faq-pg-tickets .tickets-text {
  width: 30rem;
}

.footer .inline-d p {
  margin: 1rem;
}

.main-menu .desktop-menu ul li a {
  font-size: 21px;
}

/* WordPress */
.widget {
  list-style: none;
  list-style-type: none;
}

.menu-item-has-children .sub-menu {
  display: none;
  padding: 1rem 1.5rem;
  position: absolute;
  z-index: 20;
  text-align: left;
  -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}

.menu-item-has-children .sub-menu li {
  margin-left: 0;
}

.menu-item-has-children:hover .sub-menu {
  display: block;
}

/* Five columns */
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

.col-xs-15 {
  width: 20%;
  float: left;
}

@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    float: left;
  }
}

@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    float: left;
  }
}

@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: left;
  }
}
/*# sourceMappingURL=style.css.map */