﻿@import url(../Content/bootstrap.min.css);
@import url(lightbox.min.css);
@keyframes slideNav {
  0% {
    transform: translateX(-100%);
    opacity: 0;
    filter: alpha(opacity=0);
    width: 0%; }
  100% {
    transform: translateX(0);
    opacity: 100;
    filter: alpha(opacity=10000);
    width: 100%; } }

@keyframes spinLogo {
  0% {
    transform: rotate3d(0); }
  100% {
    transform: rotate3d(0, 1, 0, 360deg); } }

/*Template specifics*/
/*LAYOUT*/
/*PAGE*/
body, html {
  width: 100%;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  overflow-x: hidden;
  overflow-y: hidden;
  color: white;
  background-image: url("../images/Screen Shot 2024-01-03 at 2.50.40 PM.png");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover; }

#container {
  height: 100%; }

/*Intro Video & Overlay */
#OverlayContainer {
  height: 100%;
  background-color: lightslategray;
  opacity: 0.45;
  filter: alpha(opacity=45);
  position: absolute;
  top: 0;
  left: 0; }

#VideoContainer {
  font-family: 'Segoe Script', sans-serif;
  font-weight: bold;
  font-size: 2em;
  color: #28a745;
  margin-left: 25%;
  margin-top: 10%; }

#VideoClose {
  border-style: none;
  width: 40px;
  height: 40px; }

#VideoContainer video {
  margin-top: 20px;
  margin-left: 30px;
  margin-bottom: 23px;
  max-width: 640px;
  height: auto;
  min-width: 340px;
  min-height: 60px;
  border-radius: 20px;
  box-shadow: -15px 15px 4px #888888;
  float: left;
  position: relative; }

@media screen and (max-width: 375px) and (max-height: 820px) {
  #VideoContainer video {
    margin-top: 20px;
    margin-left: -80px;
    margin-bottom: 23px;
    max-width: 640px;
    height: auto;
    min-width: 320px !important;
    min-height: 60px;
    border-radius: 20px;
    box-shadow: -15px 15px 4px #888888;
    float: left;
    position: relative;
    width: 320px !important; }
  #IntroText {
    margin-left: -74px !important;
    width: 360px !important; } }

@media screen and (max-width: 820px) and (max-height: 375px) {
  #VideoContainer video {
    margin-top: -42px;
    margin-left: 30px;
    margin-bottom: 23px;
    max-width: 640px;
    height: auto;
    min-width: 302px;
    max-height: 170px;
    border-radius: 20px;
    box-shadow: -15px 15px 4px #888888;
    float: left;
    position: relative;
    width: 302px !important; }
  #IntroText {
    margin-left: -20px !important;
    width: 548px !important; }
  #VideoClose {
    border-style: none;
    width: 40px;
    height: 40px;
    margin-top: -136px; } }

#IntroText {
  margin-left: 60px; }

/*HEADER*/
.animateLogo {
  animation: 3s ease 0s 1 spinLogo; }

#HeaderBackground {
  max-height: 50px; }

img.HeaderBackground {
  min-width: calc(100vw + 15px);
  min-height: calc(100vh);
  max-height: calc(100vh); }

#LogoBackground {
  background-color: transparent;
  /*padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;*/
  align-content: center;
  max-width: 225px;
  /*min-width: 70px;
    min-height: 85px;*/
  max-height: 123px;
  z-index: 2;
  float: left;
  margin-left: calc((100vw - 50%) - 50px);
  position: relative;
  top: 60px;
  /*border-radius: $border-radius;*/
  /*margin-left: 15px;*/
  /*max-width:300px;*/ }

#WebLogo {
  /*width: $Max-width;
    min-width:300px;*/
  height: auto;
  z-index: 9999;
  border-radius: 50%;
  border: 3px solid white;
  max-width: 150px;
  /*margin-top:15px;*/ }

#fbLogo {
  width: 30px;
  height: auto; }

/*Navigation*/
#NavMenu {
  top: -123px;
  position: relative;
  padding-left: 165px !important;
  background-color: transparent;
  border-radius: 20px 0 0 20px;
  min-width: 101vw;
  border-bottom: 2px solid;
  min-height: 140px; }

#Navigation {
  top: 45px;
  background-color: white;
  max-height: 104px;
  /*z-index: 1;*/
  border-radius: 20px 0 0 20px; }

#navbarItems {
  font-size: 26px;
  font-weight: bold;
  z-index: 3; }

/*a.nav-item.nav-link.pr-2{
    position:relative;
    top:3px;
}*/
@media screen and (min-width: 1245px) {
  #NavMenu {
    background-color: transparent;
    /*top: -135px;*/
    padding-left: 165px !important; } }

@media screen and (max-width: 1245px) {
  #NavMenu {
    background-color: transparent;
    /*top: -135px;*/
    padding-left: 160px !important; } }

@media screen and (max-width: 1160px) {
  #NavMenu {
    background-color: transparent;
    /*top: -135px;*/
    padding-left: 160px !important; } }

@media screen and (max-width: 1067px) {
  #NavMenu {
    background-color: transparent;
    /*top: -135px;*/
    padding-left: 160px !important; } }

@media screen and (max-width: 1030px) {
  #NavMenu {
    background-color: transparent;
    /*top: -135px;*/
    padding-left: 160px !important; }
  #Navigation {
    max-height: 74px !important;
    top: 48px; } }

@media screen and (max-width: 944px) {
  #NavMenu {
    background-color: transparent;
    /*top: -135px;*/
    padding-left: 160px !important; } }

q #NavMenu {
  background-color: transparent;
  top: -135px;
  padding-left: 160px !important; }

@media screen and (max-width: 767px) {
  #NavMenu {
    background-color: transparent;
    padding-left: 160px !important; }
  #Navigation {
    top: 28px;
    padding-left: 45px; }
  .navbar-collapse {
    /*max-width: 635px;*/
    top: -105px !important;
    position: relative; } }

@media screen and (max-width: 737px) {
  #NavMenu {
    background-color: transparent;
    padding-left: 65px !important; }
  #Navigation {
    top: 20px;
    width: 650px;
    max-height: 74px !important;
    padding-left: 130px; }
  .navbar-collapse {
    /*max-width: 600px;*/
    top: -60px !important;
    position: relative; } }

@media screen and (max-width: 695px) {
  #Navigation {
    top: 20px;
    width: 620px;
    max-height: 74px !important; }
  #NavMenu {
    background-color: transparent;
    top: -210px;
    padding-left: 65px !important;
    min-height: 124px !important; }
  .navbar-collapse {
    /*max-width: 550px;*/
    top: -60px !important;
    position: relative; } }

@media screen and (max-width: 655px) {
  #Navigation {
    max-height: 155px !important;
    min-height: 72px !important;
    width: 615px;
    padding-left: 187px;
    top: 42px;
    padding-right: 45px; }
  #NavMenu {
    background-color: transparent;
    top: -210px;
    padding-left: 65px !important;
    min-height: 124px !important;
    max-height: 155px !important; }
  #NavMenu.special {
    top: -155px;
    padding-left: 65px !important;
    min-height: 208px !important;
    max-height: 155px !important; }
  .navbar-collapse {
    /*max-width: 500px;*/
    top: -60px !important;
    position: relative; }
  #content {
    top: 10px !important; } }

@media screen and (max-width: 620px) {
  #Navigation {
    max-height: 155px !important;
    min-height: 72px !important;
    width: 615px;
    padding-left: 187px;
    top: 42px;
    padding-right: 45px; } }

@media screen and (max-width: 405px) {
  #NavMenu {
    background-color: transparent;
    top: -110px;
    padding-left: 65px !important;
    min-height: 124px !important;
    max-height: 155px !important; }
  #NavMenu.special {
    min-height: 284px !important; } }

@media screen and (max-width: 365px) {
  #NavMenu.special {
    min-height: 324px !important; } }

@media screen and (max-width: 342px) {
  #NavMenu.special {
    min-height: 348px !important; } }

@media screen and (max-width: 306px) {
  #NavMenu.special {
    min-height: 368px !important; } }

@media screen and (max-width: 298px) {
  #NavMenu.special {
    min-height: 408px !important; } }

.animateNav {
  animation: 3s ease 0s 1 slideNav; }

#Navigation a {
  color: Black;
  text-decoration: none; }

#Navigation a:visited {
  color: blue;
  text-decoration: none; }

#Navigation a:hover {
  color: Red;
  text-decoration: underline; }

#Navigation .dropdown-item {
  color: gray; }

.dropdown-toggle-split {
  /*color: yellow !important;*/ }

.dropdown-menu {
  background-color: white !important;
  border: 2px solid; }

.navbar-toggler {
  border: 2px solid black;
  background-color: #c5c5c5; }

.navbar-dark .navbar-toggler {
  color: black;
  border: 2px solid black; }

/*Removed*/
#VBar {
  background-color: black;
  min-width: 4px;
  max-width: 4px;
  position: relative;
  left: -2%;
  min-height: calc(100vh - 0px);
  max-height: calc(100vh - 0px);
  float: left;
  margin-right: -4px; }

/*CONTENT AREA*/
#content {
  max-height: calc(100vh - 0px);
  min-height: calc(100vh - 0px);
  overflow-y: scroll;
  overflow-x: hidden;
  /*background-image: url(/images/content-background.jpg );
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;*/
  position: relative;
  /*padding-right: 4px;*/
  /*padding-top: 15px;*/
  padding-left: 15px;
  z-index: 0;
  left: 0px;
  width: 107%;
  /*padding-right: 100px;*/
  padding-top: 75px;
  top: -120px !important; }

@media screen and (max-width: 650px) {
  #content {
    max-height: calc(100vh - 0px);
    min-height: calc(100vh - 0px);
    overflow-y: scroll;
    overflow-x: hidden;
    /*background-image: url(/images/content-background.jpg );
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;*/
    position: relative;
    padding-right: 4px;
    /*padding-top: 15px;*/
    padding-left: 15px;
    z-index: 0;
    left: 0px;
    width: 107%;
    /*padding-right: 100px;*/
    padding-top: 75px;
    top: -135px !important; } }

@media screen and (max-width: 405px) {
  #content {
    max-height: calc(100vh - 0px);
    min-height: calc(100vh - 0px);
    overflow-y: scroll;
    overflow-x: hidden;
    /*background-image: url(/images/content-background.jpg );
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;*/
    position: relative;
    padding-right: 4px;
    /*padding-top: 15px;*/
    padding-left: 15px;
    z-index: 0;
    left: 0px;
    width: 107%;
    /*padding-right: 100px;*/
    padding-top: 75px;
    top: -110px !important; } }

/*Used to center card-body divs with width = 50 applied through bootstrap w-50*/
@media screen and (max-width: 350px) {
  .cardBodyCentered {
    position: relative;
    left: -55px;
    margin-left: auto;
    margin-right: auto; } }

div.card-body ul {
  text-align: left; }

/*FOOTER*/
#footer {
  /*background-color: lightslategray;*/
  /*height:$Max-footer-height;*/
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10000;
  min-width: 290px; }

div#footer:before {
  background-color: lightslategray;
  /*height:$Max-footer-height;*/
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.4;
  filter: alpha(opacity=40);
  content: '';
  top: calc(100vh - 55px);
  border-radius: 20px;
  min-width: 290px; }

div#footer.special:before {
  background-color: lightslategray;
  /*height:$Max-footer-height;*/
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.9;
  filter: alpha(opacity=90);
  content: '';
  top: calc(100vh - 270px);
  border-radius: 20px; }

.col-12.footer.pr-0 {
  left: 50px;
  top: -90px;
  margin-bottom: -93px !important; }

@media screen and (min-width: 1190px) {
  div#footer.special:before {
    top: calc(100vh - 270px); }
  button#footerCollapse.special {
    top: -55px;
    position: relative; }
  .col-12.footer.pr-0 {
    top: -105px !important; } }

@media screen and (max-width: 1190px) {
  div#footer.special:before {
    top: calc(100vh - 404px); }
  button#footerCollapse.special {
    top: -110px;
    position: relative; }
  .col-12.footer.pr-0 {
    top: -165px !important; } }

@media screen and (max-width: 979px) {
  div#footer.special:before {
    top: calc(100vh - 410px); }
  button#footerCollapse.special {
    top: -110px;
    position: relative; }
  .col-12.footer.pr-0 {
    top: -162px !important; } }

@media screen and (max-width: 794px) {
  div#footer.special:before {
    top: calc(100vh - 485px); }
  button#footerCollapse.special {
    top: -110px;
    position: relative; }
  .col-12.footer.pr-0 {
    top: -162px !important; } }

@media screen and (max-width: 768px) {
  div#footer.special:before {
    top: calc(100vh - 545px); }
  button#footerCollapse.special {
    top: -170px;
    position: relative; } }

@media screen and (max-width: 608px) {
  div#footer.special:before {
    top: calc(100vh - 510px); }
  button#footerCollapse.special {
    top: -170px;
    position: relative; } }

@media screen and (max-width: 603px) {
  div#footer.special:before {
    top: calc(100vh - 520px); }
  button#footerCollapse.special {
    top: -170px;
    position: relative; } }

@media screen and (max-width: 423px) {
  div#footer.special:before {
    top: calc(100vh - 670px); } }

@media screen and (max-width: 418px) {
  div#footer.special:before {
    top: calc(100vh - 805px); } }

@media screen and (max-width: 238px) {
  div#footer.special:before {
    top: calc(100vh - 510px); } }

@media screen and (max-width: 375px) and (max-height: 820px) {
  div#footer:before {
    top: 560px !important; }
  div#footer.special:before {
    top: 20px !important; }
  button#footerCollapse.special {
    top: -90px;
    position: relative; }
  .col-12.footer.pr-0 {
    top: -82px !important; } }

@media screen and (max-width: 820px) and (max-height: 375px) {
  div#footer:before {
    top: 320px !important; }
  div#footer.special:before {
    top: 20px !important; }
  button#footerCollapse.special {
    top: -90px;
    position: relative; }
  .col-12.footer.pr-0 {
    top: -126px !important; } }

#footer ul {
  list-style: none;
  padding-left: 5px; }

.col-2.footerPic {
  left: 0px;
  top: -10px;
  margin-bottom: -75px !important;
  margin-top: 5px; }

.col-12.footer.pr-0 .col-1 {
  min-width: 95px !important;
  /*border-radius:$border-radius;
    border: 1px solid yellow;*/ }

.col-12.footer.pr-0 .col-2 {
  min-width: 185px !important; }

#footer .nav-link {
  display: inline;
  padding-left: 0px !important; }

#footer a {
  color: Black;
  text-decoration: none !important; }

#footer a:visited {
  color: blue;
  text-decoration: none; }

#footer a:hover {
  color: Red;
  text-decoration: underline; }

#footerOwnerImg {
  margin-top: 10px;
  margin-left: 15px;
  margin-right: 15px;
  max-width: 75px;
  height: auto;
  border-radius: 20px; }

/*End Layout*/
/*HOME PAGE Carousel*/
#HomeMainCarousel {
  margin-left: 205px;
  margin-top: 35px;
  margin-right: 20px;
  width: 800px;
  height: auto;
  min-height: 200px;
  min-width: 350px;
  position: relative;
  left: 13%; }

#HomeMainCarousel img {
  border-radius: 20px;
  min-height: 200px;
  min-width: 350px; }

@media screen and (max-width: 720px) {
  #HomeMainCarousel {
    margin-left: 100px; } }

@media screen and (max-width: 500px) {
  #HomeMainCarousel {
    margin-left: 15px; } }

/*Homepage Cards*/
.HomepageCard {
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 20px;
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 125px;
  /*@include opacity(0.95);*/
  min-width: 345px; }

.HomepageCard .card {
  margin-bottom: 250px;
  padding: 15px; }

.CardImageLeft {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  border-radius: 20px;
  max-height: 210px;
  min-height: 160px;
  min-width: 100px;
  width: auto; }

.CardImageLeft-h {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  border-radius: 20px;
  max-height: 210px;
  min-height: 110px;
  min-width: 150px;
  width: auto; }

.CardImageRight {
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: -10px;
  max-height: 210px;
  border-radius: 20px;
  width: auto;
  min-height: 160px;
  min-width: 100px; }

.CardImageRight-h {
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: -30px;
  max-height: 210px;
  border-radius: 20px;
  width: auto;
  min-height: 110px;
  min-width: 150px;
  width: auto; }

.CardImageRightRotated {
  margin-top: 50px;
  margin-bottom: 50px;
  max-height: 210px;
  min-height: 180px;
  min-width: 200px;
  border-radius: 20px;
  width: auto; }

.CardImageSale {
  max-height: 325px;
  max-width: 500px;
  border-radius: 20px;
  /*  this can be commented out to remove curved corners on the image*/ }

@media screen and (max-width: 375px) and (max-height: 820px) {
  .CardImageRightRotated {
    margin-left: 15px !important; } }

@media screen and (max-width: 820px) and (max-height: 375px) {
  .CardImageRightRotated {
    margin-left: 15px !important; } }

.HomepageCard .card-title, .HomepageCard .card-title-h {
  min-width: 135px; }

.HomepageCard .card-text, .HomepageCard .card-text-h {
  min-width: 120px; }

.HomepageCard .card-ul {
  position: relative;
  left: 41%; }

.card-text.narrow {
  max-width: 760px; }

.card-text.narrow-2 {
  max-width: 760px; }

@media screen and (max-width: 1500px) {
  .HomepageCard {
    margin-right: 110px; } }

/*Right side image positioning*/
@media screen and (max-width: 1280px) {
  .CardImageRightRotated {
    margin-top: 50px;
    margin-bottom: 50px;
    margin-left: -60px; }
  .HomepageCard {
    margin-right: 100px; }
  .HomepageCard .card-ul {
    left: 35%; } }

@media screen and (max-width: 1080px) {
  .CardImageRightRotated {
    margin-top: 50px;
    margin-bottom: 50px;
    margin-left: -80px; }
  .card-text.narrow {
    max-width: 650px; }
  .card-text.narrow-2 {
    max-width: 650px; }
  .HomepageCard {
    margin-right: 80px; }
  .HomepageCard .card-ul {
    left: 30%; } }

@media screen and (max-width: 980px) {
  .CardImageRightRotated {
    margin-top: 50px;
    margin-bottom: 50px;
    margin-left: -110px; }
  .card-text.narrow {
    max-width: 550px; }
  .card-text-h.narrow-2 {
    max-width: 325px; }
  .HomepageCard {
    margin-right: 75px; }
  .HomepageCard .card-text-h {
    margin-left: 30px; }
  .HomepageCard .card-title-h {
    margin-left: 30px; }
  .HomepageCard .card-ul {
    left: 25%; }
  .CardImageRight-h {
    margin-left: -65px; } }

@media screen and (max-width: 900px) {
  .CardImageRightRotated {
    margin-top: 50px;
    margin-bottom: 50px;
    margin-left: -110px; }
  .card-text.narrow {
    max-width: 450px; }
  .card-text.narrow-2 {
    max-width: 275px; }
  .HomepageCard {
    margin-right: 68px; } }

@media screen and (max-width: 800px) {
  .card-text.narrow {
    max-width: 445px; }
  .card-text.narrow-2 {
    max-width: 400px; }
  .CardImageRight-h {
    margin-left: -75px; }
  .HomepageCard {
    margin-right: 60px; } }

@media screen and (max-width: 768px) {
  .CardImageRightRotated {
    margin-top: 50px;
    margin-bottom: 50px;
    margin-left: -25px; }
  .HomepageCard {
    margin-right: 60px; }
  .HomepageCard .card-title-h {
    margin-left: 10px; }
  .HomepageCard .card-text-h {
    margin-left: 10px; }
  .HomepageCard .card-ul {
    left: 10%; }
  img.card-img.img-fluid.CardImageRight {
    margin-left: 30px; }
  img.card-img.img-fluid.CardImageRight-h {
    margin-left: 15px !important; } }

@media screen and (max-width: 720px) {
  .HomepageCard {
    margin-right: 60px; }
  .HomepageCard .card-ul {
    left: 5%; } }

@media screen and (max-width: 610px) {
  .HomepageCard {
    margin-right: 52px; } }

@media screen and (max-width: 500px) {
  .HomepageCard {
    margin-right: 35px; }
  .HomepageCard .card-ul {
    left: -9%; } }

/*CardImageRight positioning/alignment to right side*/
@media screen and (max-width: 3200px) {
  .col-md-2.padded {
    margin-top: 15px;
    margin-bottom: 15px;
    padding-left: 6rem !important; } }

@media screen and (max-width: 1420px) {
  .col-md-2.padded {
    margin-top: 15px;
    margin-bottom: 15px;
    padding-left: 5rem !important; } }

@media screen and (max-width: 1320px) {
  .col-md-2.padded {
    margin-top: 15px;
    margin-bottom: 15px;
    padding-left: 4rem !important; } }

@media screen and (max-width: 1220px) {
  .col-md-2.padded {
    margin-top: 15px;
    margin-bottom: 15px;
    padding-left: 1rem !important; } }

@media screen and (max-width: 1100px) {
  .col-md-2.padded {
    margin-top: 15px;
    margin-bottom: 15px;
    padding-left: 0rem !important; } }

@media screen and (max-width: 968px) {
  .col-md-2.padded {
    margin-top: 15px;
    margin-bottom: 15px;
    padding-left: 0rem !important; } }

/*END HOMEPAGE*/
#events {
  justify-content: center; }

.row.showInfo {
  padding-top: 10px;
  padding-right: 15px; }

svg.inline {
  /*width: 45px;
    height: 35px;*/ }

/*SVG IMAGES FOR EVENT DOORS / SHOWTIME ~ Music Note*/
svg.inline.fa-doors {
  width: 20px;
  height: 20px;
  margin-left: 8px;
  /*margin-right: 33px;*/
  overflow: visible;
  top: -22px;
  left: -2px;
  position: relative;
  transform: scale(0.1);
  -ms-transform: scale(0.1);
  -webkit-transform: scale(0.1); }

svg.inline.fa-showtime {
  width: 35px;
  height: 35px;
  position: relative;
  top: -14px;
  left: -8px;
  margin-right: 6px;
  overflow: visible;
  transform: scale(0.6);
  -ms-transform: scale(0.6);
  -webkit-transform: scale(0.6); }

svg.inline.fa-tickets {
  margin-right: 50px;
  position: relative;
  left: 40px;
  height: 30px;
  width: 40px; }

svg.inline.fa-links {
  width: 27px;
  height: 23px;
  position: relative;
  float: left; }

a.fa-links-text {
  font: bold 25px white; }

a.fa-tickets-text {
  position: relative;
  /*top: -30px;
    left: 95px;*/ }

a.fa-tickets-text:link {
  position: relative;
  color: white;
  font-size: 1em;
  /*top: -30px;
    left: 95px;*/ }

a.fa-tickets-text:active {
  position: relative;
  color: blue;
  /*top: -30px;
    left: 95px;*/ }

a.fa-tickets-text:visited {
  position: relative;
  color: #007bff;
  /*top: -30px;
    left: 95px;*/ }

/*DIV for Showtime positioning*/
span.fa-date {
  width: 100%;
  /* text-align: center; */
  display: inline-flex;
  justify-content: center;
  font: bold 25px white;
  margin-top: 5px; }

.fa-showtime {
  float: right;
  /*top: 3px;*/
  position: relative; }

span.fa-no-cover {
  width: 90px;
  text-align: center;
  display: inline-flex;
  justify-content: center;
  font: bold 24px arial;
  border: gold dashed;
  top: -12px;
  position: relative;
  margin-left: 7px;
  margin-right: 7px; }

span.fa-cover {
  /*width: 32%;*/
  display: inline-flex;
  justify-content: center;
  font: bold 24px arial;
  margin-left: auto;
  margin-right: auto; }

@media screen and (max-width: 450px) {
  span.fa-no-cover {
    width: 60px;
    border-top: gold dashed;
    border-bottom: gold dashed;
    border-left: none;
    border-right: none;
    display: inline-flex;
    justify-content: center;
    font: bold 22px arial;
    margin-left: 10px;
    margin-right: 10px; }
  span.fa-cover {
    width: 21%;
    display: inline-flex;
    justify-content: center;
    font: bold 24px arial;
    margin-left: auto;
    margin-right: auto; } }

@media screen and (max-width: 450px) {
  span.fa-no-cover {
    width: 50px;
    border-top: gold dashed;
    border-bottom: gold dashed;
    border-left: none;
    border-right: none;
    display: inline-flex;
    justify-content: center;
    font: bold 22px arial;
    margin-left: 10px;
    margin-right: 10px; } }

span.fa-door-time {
  margin-left: 32px; }

span.fa-showtime {
  float: right;
  top: 3px;
  position: relative; }

.collapsible {
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 20px;
  color: white;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px; }

.active, .collapsible:hover {
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 20px; }

.collapsible:after {
  content: '\002B';
  color: white;
  font-weight: bold;
  float: right;
  margin-left: 5px; }

.active:after {
  content: "\2212"; }

.eventDescription {
  padding: 10px 8px;
  border-radius: 20px;
  margin-top: auto;
  margin-bottom: auto;
  /*max-height: 0;*/
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: rgba(0, 0, 0, 0.8); }

#CurrentEvents {
  width: calc(100vw - 2%);
  margin-left: 10px; }

/*EVENT CARD*/
.card-title {
  padding-top: 15px;
  border-top: 1px solid white; }

#UpcomingEventsHeader {
  border-top: 2px solid white;
  background-color: transparent; }

#UpcomingEventsText {
  margin-left: 5px; }

.EventCard {
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 20px;
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
  /*@include opacity(0.95);*/
  max-width: 326px;
  min-width: 265px;
  border: 2px solid white; }

@media screen and (max-width: 450px) {
  .EventCard {
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: 20px;
    margin-top: 20px;
    margin-left: 105px;
    /*margin-right: 20px;*/
    /*@include opacity(0.95);*/
    max-width: 326px;
    min-width: 295px;
    border: 2px solid white; } }

.EventCard .card {
  margin-bottom: 250px;
  padding: 15px; }

.EventCard object {
  width: 272px;
  border-radius: 25px;
  border: 1px solid white;
  margin: 10px; }

.EventCard img {
  width: 300px;
  border-radius: 25px;
  border: 1px solid white;
  margin: 10px; }

@media screen and (max-width: 450px) {
  .EventCard img {
    width: 270px;
    border-radius: 25px;
    border: 1px solid white;
    margin: 10px; } }

@media screen and (max-width: 350px) {
  .EventCard img {
    width: 275px;
    border-radius: 25px;
    border: 1px solid white;
    margin: 10px; } }

.EventCardImageLeft {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  border-radius: 20px;
  max-height: 210px;
  min-height: 160px;
  min-width: 100px;
  width: auto; }

.EventCardImageLeft-h {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  border-radius: 20px;
  max-height: 210px;
  min-height: 110px;
  min-width: 150px;
  width: auto; }

.EventCardImageRight {
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: -10px;
  max-height: 210px;
  border-radius: 20px;
  width: auto;
  min-height: 160px;
  min-width: 100px; }

.EventCardImageRight-h {
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: -30px;
  max-height: 210px;
  border-radius: 20px;
  width: auto;
  min-height: 110px;
  min-width: 150px;
  width: auto; }

.EventCardImageRightRotated {
  margin-top: 50px;
  margin-bottom: 50px;
  max-height: 210px;
  min-height: 180px;
  min-width: 200px;
  border-radius: 20px;
  width: auto; }

.EventCardImageSale {
  max-height: 325px;
  max-width: 500px;
  border-radius: 20px;
  /*  this can be commented out to remove curved corners on the image*/ }

@media screen and (max-width: 375px) and (max-height: 820px) {
  .EventCardImageRightRotated {
    margin-left: 15px !important; } }

@media screen and (max-width: 820px) and (max-height: 375px) {
  .EventCardImageRightRotated {
    margin-left: 15px !important; } }

.EventCard .card-title, .EventCard .card-title-h {
  min-width: 135px; }

.EventCard .card-text, .EventCard .card-text-h {
  min-width: 120px; }

.EventCard .card-ul {
  position: relative;
  left: 41%; }

.EventCard-text.narrow {
  max-width: 760px; }

.EventCard-text.narrow-2 {
  max-width: 760px; }

/*Right side image positioning*/
@media screen and (max-width: 1280px) {
  .EventCardImageRightRotated {
    margin-top: 50px;
    margin-bottom: 50px;
    margin-left: -60px; }
  .EventCard .card-ul {
    left: 35%; } }

@media screen and (max-width: 1080px) {
  .EventCardImageRightRotated {
    margin-top: 50px;
    margin-bottom: 50px;
    margin-left: -80px; }
  .EventCard-text.narrow {
    max-width: 650px; }
  .EventCard-text.narrow-2 {
    max-width: 650px; }
  .EventCard .card-ul {
    left: 30%; } }

@media screen and (max-width: 980px) {
  .EventCardImageRightRotated {
    margin-top: 50px;
    margin-bottom: 50px;
    margin-left: -110px; }
  .EventCard-text.narrow {
    max-width: 550px; }
  .EventCard-text-h.narrow-2 {
    max-width: 325px; }
  .EventCard .card-text-h {
    margin-left: 30px; }
  .EventCard .card-title-h {
    margin-left: 30px; }
  .EventCard .card-ul {
    left: 25%; }
  .EventCardImageRight-h {
    margin-left: -65px; } }

@media screen and (max-width: 900px) {
  .EventCardImageRightRotated {
    margin-top: 50px;
    margin-bottom: 50px;
    margin-left: -110px; }
  .EventCard-text.narrow {
    max-width: 450px; }
  .EventCard-text.narrow-2 {
    max-width: 275px; } }

@media screen and (max-width: 800px) {
  .EventCard-text.narrow {
    max-width: 445px; }
  .EventCard-text.narrow-2 {
    max-width: 400px; }
  .EventCardImageRight-h {
    margin-left: -75px; } }

@media screen and (max-width: 768px) {
  .EventCardImageRightRotated {
    margin-top: 50px;
    margin-bottom: 50px;
    margin-left: -25px; }
  .EventCard .card-title-h {
    margin-left: 10px; }
  .EventCard .card-text-h {
    margin-left: 10px; }
  .EventCard .card-ul {
    left: 10%; }
  img.card-img.img-fluid.EventCardImageRight {
    margin-left: 30px; }
  img.card-img.img-fluid.EventCardImageRight-h {
    margin-left: 15px !important; } }

@media screen and (max-width: 720px) {
  .EventCard .card-ul {
    left: 5%; } }

@media screen and (max-width: 500px) {
  .EventCard .card-ul {
    left: -9%; } }

/*CardImageRight positioning/alignment to right side*/
/*END EVENT CARD*/
/*Image classes*/
img.centered {
  display: block;
  margin: 0 auto; }

.rotate90 {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg); }

/*Document icons*/
img.document {
  max-width: 200px; }

/*Image Galleries*/
#content img.galleryVertical {
  max-width: 150px;
  border-radius: 20px; }

#content img.galleryHorizontal {
  max-width: 300px;
  border-radius: 20px; }

/*IMAGE GALLERY CARD*/
.GalleryCard {
  border-radius: 20px;
  margin-top: 20px;
  max-height: 325px;
  margin-left: 20px;
  margin-right: 20px;
  opacity: 0.8;
  filter: alpha(opacity=80);
  min-width: 222px; }

.VideoGalleryCard {
  border-radius: 20px;
  margin-top: 20px;
  max-height: 400px;
  margin-left: 20px;
  margin-right: 20px;
  opacity: 0.8;
  filter: alpha(opacity=80);
  min-width: 222px; }

.GalleryCard-h {
  border-radius: 20px;
  margin-top: 20px;
  max-height: 325px;
  margin-left: 20px;
  margin-right: 20px;
  opacity: 0.8;
  filter: alpha(opacity=80);
  min-width: 372px !important; }

@media screen and (max-width: 375px) and (max-height: 820px) {
  .GalleryCard-h {
    border-radius: 20px;
    margin-top: 20px;
    max-height: 300px;
    margin-left: 20px;
    margin-right: 20px;
    opacity: 0.8;
    filter: alpha(opacity=80);
    min-width: 350px !important; } }

.GalleryCard .card-body {
  margin-bottom: 150px; }

/*Testimonials*/
.Testimonial:first-of-type {
  margin-top: 50px; }

.Testimonial:before {
  width: 95%;
  margin: 35px;
  border-radius: 20px;
  background-image: url(/images/testimonials/brick-wall.jpg);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  z-index: 1;
  content: ' ';
  display: block;
  position: absolute;
  left: 0;
  top: 20px;
  height: 375px;
  opacity: 0.2;
  filter: alpha(opacity=20); }

.Testimonial-alt1:before {
  width: 95%;
  margin: 35px;
  border-radius: 20px;
  background-image: url(/images/testimonials/cracked-earth.jpg);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  z-index: 1;
  content: ' ';
  display: block;
  position: relative;
  left: 0px;
  top: 20px;
  height: 350px;
  opacity: 0.2;
  filter: alpha(opacity=20); }

.Testimonial-alt2:before {
  width: 95%;
  margin: 35px;
  border-radius: 20px;
  background-image: url(/images/testimonials/cracked-mud.jpg);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  z-index: 1;
  content: ' ';
  display: block;
  position: relative;
  left: 0px;
  top: -375px;
  height: 750px;
  opacity: 0.2;
  filter: alpha(opacity=20); }

.Testimonial-alt3:before {
  width: 95%;
  margin: 35px;
  border-radius: 20px;
  background-image: url(/images/testimonials/cracked-mud.jpg);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  z-index: 1;
  content: ' ';
  display: block;
  position: relative;
  left: 0px;
  top: -1078px;
  height: 650px;
  opacity: 0.2;
  filter: alpha(opacity=20); }

.testimonial-media {
  z-index: 2;
  margin-left: 0px;
  width: 95%; }

.testimonial-media-alt1 {
  z-index: 2;
  margin-left: 0px;
  top: -385px;
  width: 95%; }

.testimonial-media-alt2 {
  z-index: 2;
  margin-left: 0px;
  top: -1180px;
  position: relative;
  width: 95%; }

.testimonial-media-alt3 {
  z-index: 2;
  margin-left: 0px;
  top: -1785px;
  position: relative;
  width: 95%; }

.testimonial-image-horizontal {
  border-radius: 20px;
  width: auto;
  height: 150px;
  margin: 10px;
  opacity: 1;
  filter: alpha(opacity=100); }

.testimonial-image-vertical {
  border-radius: 20px;
  width: 125px;
  height: auto;
  margin: 10px;
  opacity: 1;
  filter: alpha(opacity=100); }

@media screen and (min-width: 1561px) {
  div.testimonial-header-h {
    margin-top: 20px;
    margin-left: 35px; }
  div.testimonial-text-h {
    margin-top: -15px;
    margin-left: 35px;
    max-width: 1000px; }
  div.testimonial-gallery-h {
    margin-top: 10px;
    margin-left: -50px;
    margin-bottom: 50px; }
  div.testimonial-header-v {
    margin-top: 35px;
    margin-left: -25px; }
  div.testimonial-text-v {
    margin-top: -15px;
    margin-left: -25px;
    max-width: 1000px; }
  div.testimonial-gallery-v {
    margin-top: 10px;
    margin-left: -50px;
    margin-bottom: 50px; } }

@media screen and (max-width: 1560px) {
  .Testimonial:before {
    height: 400px; }
  div.testimonial-header-h {
    margin-top: 20px;
    margin-left: 45px; }
  div.testimonial-text-h {
    margin-top: -15px;
    margin-left: 45px;
    max-width: 1000px; }
  div.testimonial-gallery-h {
    margin-top: 10px;
    margin-left: -50px;
    margin-bottom: 50px; }
  div.testimonial-header-v {
    margin-top: 35px;
    margin-left: -25px; }
  div.testimonial-text-v {
    margin-top: -15px;
    margin-left: -25px;
    max-width: 1000px; }
  div.testimonial-gallery-v {
    margin-top: 0px;
    margin-left: -50px;
    margin-bottom: 50px; } }

@media screen and (max-width: 1280px) {
  div.testimonial-header-h {
    margin-top: 20px;
    margin-left: 65px; }
  div.testimonial-text-h {
    margin-top: -15px;
    margin-left: 65px;
    max-width: 1000px; } }

@media screen and (max-width: 1180px) {
  .Testimonial:before {
    height: 425px; }
  div.testimonial-header-h {
    margin-top: 20px;
    margin-left: 100px; }
  div.testimonial-text-h {
    margin-top: -15px;
    margin-left: 100px;
    max-width: 1000px; }
  div.testimonial-gallery-v {
    margin-top: 0px;
    margin-left: 0px;
    margin-bottom: 50px; } }

@media screen and (max-width: 1130px) {
  .Testimonial:before {
    height: 455px; }
  div.testimonial-header-h {
    margin-top: 20px;
    margin-left: 100px; } }

@media screen and (max-width: 1080px) {
  .Testimonial:before {
    height: 465px; }
  div.testimonial-header-h {
    margin-top: 20px;
    margin-left: 100px; }
  div.testimonial-header-v {
    margin-top: 20px;
    margin-left: 0px; }
  div.testimonial-text-v {
    margin-top: -15px;
    margin-left: 0px;
    max-width: 1000px; }
  div.testimonial-gallery-v {
    margin-top: 0px;
    margin-left: 0px;
    margin-bottom: 50px; } }

@media screen and (max-width: 980px) {
  .Testimonial:before {
    height: 535px !important; }
  .Testimonial-alt2:before {
    height: 840px !important; }
  .testimonial-media-alt2 {
    top: -1270px; }
  div.testimonial-header-h {
    margin-top: 20px;
    margin-left: 135px; }
  div.testimonial-text-h {
    margin-top: -15px;
    margin-left: 135px;
    max-width: 1000px; } }

@media screen and (max-width: 900px) {
  .Testimonial:before {
    height: 555px !important; }
  .Testimonial-alt2:before {
    height: 1040px !important; }
  .testimonial-media-alt2 {
    top: -1470px; }
  div.testimonial-header-v {
    margin-top: 20px;
    margin-left: 25px; }
  div.testimonial-text-v {
    margin-top: -15px;
    margin-left: 25px;
    max-width: 1000px; }
  div.testimonial-gallery-v {
    margin-top: 0px;
    margin-left: 0px;
    margin-bottom: 50px; } }

@media screen and (max-width: 850px) {
  .Testimonial:before {
    height: 620px !important; }
  .Testimonial-alt1:before {
    height: 440px !important; }
  .testimonial-media-alt1 {
    top: -475px; }
  .Testimonial-alt2:before {
    height: 1060px !important; }
  .testimonial-media-alt2 {
    top: -1495px; }
  .Testimonial-alt3:before {
    top: -300px;
    height: 1060px !important; }
  .testimonial-media-alt3 {
    top: -2095px; }
  div.testimonial-header-v {
    margin-top: 20px;
    margin-left: 35px; }
  div.testimonial-text-v {
    margin-top: -15px;
    margin-left: 35px;
    max-width: 1000px; }
  div.testimonial-gallery-v {
    margin-top: 0px;
    margin-left: 0px;
    margin-bottom: 50px; } }

@media screen and (max-width: 820px) {
  .Testimonial:before {
    height: 640px !important; }
  .Testimonial-alt1:before {
    height: 384px !important;
    /*altered for mobile layout horizontal*/
    top: 80px; }
  .testimonial-media-alt1 {
    top: -358px !important; }
  .Testimonial-alt2:before {
    height: 1090px !important; }
  .testimonial-media-alt2 {
    top: -1520px; }
  .Testimonial-alt3:before {
    top: -1486px;
    height: 1060px !important; }
  .testimonial-media-alt3 {
    top: -2600px; }
  div.testimonial-gallery-v {
    margin-top: 0px;
    margin-left: 100px;
    margin-bottom: 50px; } }

@media screen and (max-width: 788px) {
  .Testimonial:before {
    height: 622px !important; }
  .Testimonial-alt1:before {
    top: 0px !important;
    height: 490px !important; }
  .testimonial-media-alt1 {
    top: -545px !important; }
  .Testimonial-alt2:before {
    top: -552px !important;
    height: 1090px !important; }
  .testimonial-media-alt2 {
    top: -1694px !important; }
  .Testimonial-alt3:before {
    top: -1689px !important;
    height: 1060px !important; }
  .testimonial-media-alt3 {
    top: -2803px !important; }
  div.testimonial-gallery-h {
    margin-top: 10px !important;
    margin-left: 55px !important;
    margin-bottom: 50px !important; }
  div.testimonial-gallery-v {
    margin-top: 0px !important;
    margin-left: 100px !important;
    margin-bottom: 50px !important; } }

@media screen and (max-width: 768px) {
  .Testimonial:before {
    height: 735px !important; }
  .Testimonial-alt1:before {
    height: 604px !important;
    top: 80px !important; }
  .testimonial-media-alt1 {
    top: -580px !important; }
  .Testimonial-alt2:before {
    top: -475px !important;
    height: 1088px !important; }
  .testimonial-media-alt2 {
    top: -1617px !important; }
  .Testimonial-alt3:before {
    top: -1619px !important;
    height: 1060px !important; }
  .testimonial-media-alt3 {
    top: -2734px !important; } }

@media screen and (max-width: 700px) {
  .Testimonial:before {
    height: 735px !important; }
  .Testimonial-alt1:before {
    height: 680px !important;
    top: 80px !important; }
  .testimonial-media-alt1 {
    top: -660px !important; }
  .Testimonial-alt2:before {
    top: -565px !important;
    height: 1292px !important; }
  .testimonial-media-alt2 {
    top: -1911px !important; }
  .Testimonial-alt3:before {
    top: -1850px !important;
    height: 1150px !important; }
  .testimonial-media-alt3 {
    top: -3056px !important; }
  div.testimonial-header-h {
    margin-top: 20px !important;
    margin-left: 35px !important; }
  div.testimonial-text-h {
    margin-top: -15px !important;
    margin-left: 35px !important;
    max-width: 1000px !important; } }

@media screen and (max-width: 680px) {
  div.testimonial-gallery-h {
    margin-top: 10px !important;
    margin-left: 35px !important;
    margin-bottom: 50px !important; } }

@media screen and (max-width: 630px) {
  .Testimonial:before {
    height: 825px !important; }
  .Testimonial-alt1:before {
    height: 860px !important;
    top: 80px !important; }
  .testimonial-media-alt1 {
    top: -835px !important; }
  .Testimonial-alt2:before {
    top: -707px !important;
    height: 1440px !important; }
  .testimonial-media-alt2 {
    top: -2200px !important; }
  .Testimonial-alt3:before {
    top: -2090px !important;
    height: 1175px !important; }
  .testimonial-media-alt3 {
    top: -3320px !important; } }

@media screen and (max-width: 600px) {
  .Testimonial:before {
    height: 900px !important;
    min-width: 328px !important; }
  .Testimonial-alt1:before {
    height: 860px !important;
    top: 25px !important; }
  .testimonial-media-alt1 {
    top: -890px !important; }
  .Testimonial-alt2:before {
    top: -748px !important;
    height: 1470px !important; }
  .testimonial-media-alt2 {
    top: -2272px !important; }
  .Testimonial-alt3:before {
    top: -2264px !important;
    height: 1250px !important; }
  .testimonial-media-alt3 {
    top: -3569px !important; }
  div.testimonial-gallery-h {
    margin-top: 10px !important;
    margin-left: 25px !important;
    margin-bottom: 50px !important; } }

@media screen and (max-width: 550px) {
  .Testimonial:before {
    height: 945px !important; }
  .Testimonial-alt1:before {
    height: 860px !important;
    top: 35px !important; }
  .testimonial-media-alt1 {
    top: -881px !important; }
  .Testimonial-alt2:before {
    top: -755px !important;
    height: 1480px !important; }
  .testimonial-media-alt2 {
    top: -2290px !important; }
  .Testimonial-alt3:before {
    top: -2282px !important;
    height: 1650px !important; }
  .testimonial-media-alt3 {
    top: -3986px !important; } }

@media screen and (max-width: 500px) {
  .Testimonial:before {
    height: 965px !important; }
  .Testimonial-alt1:before {
    height: 860px !important;
    top: -10px !important; }
  .testimonial-media-alt1 {
    top: -925px !important; }
  .Testimonial-alt2:before {
    top: -922px !important;
    height: 1940px !important; }
  .testimonial-media-alt2 {
    top: -2916px !important; }
  .Testimonial-alt3:before {
    top: -2830px !important;
    height: 1650px !important; }
  .testimonial-media-alt3 {
    top: -4535px !important; } }

@media screen and (max-width: 479px) {
  .Testimonial:before {
    height: 1038px !important; }
  .Testimonial-alt1:before {
    height: 920px !important;
    top: -10px !important; }
  .testimonial-media-alt1 {
    top: -985px !important; }
  .Testimonial-alt2:before {
    top: -975px !important;
    height: 2100px !important; }
  .testimonial-media-alt2 {
    top: -3128px !important; }
  .Testimonial-alt3:before {
    top: -3032px !important;
    height: 1800px !important; }
  .testimonial-media-alt3 {
    top: -4886px !important; } }

@media screen and (max-width: 448px) {
  .Testimonial:before {
    height: 1340px !important; }
  .Testimonial-alt1:before {
    height: 975px !important;
    top: -10px !important; }
  .testimonial-media-alt1 {
    top: -1040px !important; }
  .Testimonial-alt2:before {
    top: -1044px !important;
    height: 2500px !important; }
  .testimonial-media-alt2 {
    top: -3598px !important; }
  .Testimonial-alt3:before {
    top: -3584px !important;
    height: 2050px !important; }
  .testimonial-media-alt3 {
    top: -5690px !important; } }

@media screen and (max-width: 380px) {
  .Testimonial:before {
    height: 1494px !important; }
  .Testimonial-alt1:before {
    height: 1068px !important;
    top: 100px !important; }
  .testimonial-media-alt1 {
    top: -1022px !important; }
  .Testimonial-alt2:before {
    top: -1010px !important;
    height: 2700px !important; }
  .testimonial-media-alt2 {
    top: -3764px !important; }
  .Testimonial-alt3:before {
    top: -3770px !important;
    height: 2196px !important; }
  .testimonial-media-alt3 {
    top: -6020px !important; } }

@media screen and (max-width: 820px) and (max-height: 375px) {
  .Testimonial:before {
    width: 95%;
    margin: 35px;
    border-radius: 20px;
    border: 2px solid;
    background-image: none;
    z-index: 1;
    content: ' ';
    display: block;
    left: 0;
    top: 33px !important;
    height: 693px !important;
    opacity: 0.2;
    filter: alpha(opacity=20); }
  .Testimonial-alt1:before {
    width: 95%;
    margin: 35px;
    border-radius: 20px;
    border: 2px solid;
    background-image: none;
    z-index: 1;
    content: ' ';
    display: block;
    left: 0px;
    top: 60px !important;
    height: 550px !important;
    opacity: 0.2;
    filter: alpha(opacity=20); }
  .testimonial-media-alt1 {
    top: -545px !important; }
  .Testimonial-alt2:before {
    width: 95%;
    margin: 35px;
    border-radius: 20px;
    border: 2px solid;
    background-image: none;
    z-index: 1;
    content: ' ';
    display: block;
    left: 0px;
    top: -387px !important;
    height: 1250px !important;
    opacity: 0.2;
    filter: alpha(opacity=20); }
  .testimonial-media-alt2 {
    top: -1692px !important; }
  .Testimonial-alt3:before {
    width: 95%;
    margin: 35px;
    border-radius: 20px;
    border: 2px solid;
    background-image: none;
    z-index: 1;
    content: ' ';
    display: block;
    left: 0px;
    top: -1503px !important;
    height: 1160px !important;
    opacity: 0.2;
    filter: alpha(opacity=20); }
  .testimonial-media-alt3 {
    top: -2717px !important; } }

@media screen and (max-width: 375px) and (max-height: 820px) {
  .Testimonial:before {
    width: 3%;
    margin: 35px;
    border-radius: 20px;
    border: 2px solid;
    background-image: none;
    z-index: 1;
    content: ' ';
    display: block;
    left: 0;
    top: 40px;
    height: 275px;
    opacity: 0.2;
    filter: alpha(opacity=20); }
  .Testimonial-alt1:before {
    width: 95%;
    margin: 35px;
    border-radius: 20px;
    border: 2px solid;
    background-image: none;
    z-index: 1;
    content: ' ';
    display: block;
    left: 0px;
    height: 1068px !important;
    top: 150px !important;
    opacity: 0.2;
    filter: alpha(opacity=20); }
  .testimonial-media-alt1 {
    top: -973px !important; }
  .Testimonial-alt2:before {
    width: 95%;
    margin: 35px;
    border-radius: 20px;
    border: 2px solid;
    background-image: none;
    z-index: 1;
    content: ' ';
    display: block;
    left: 0px;
    top: -906px !important;
    height: 2600px !important;
    opacity: 0.2;
    filter: alpha(opacity=20); }
  .testimonial-media-alt2 {
    top: -3562px !important; }
  .Testimonial-alt3:before {
    width: 95%;
    margin: 35px;
    border-radius: 20px;
    border: 2px solid;
    background-image: none;
    z-index: 1;
    content: ' ';
    display: block;
    left: 0px;
    top: -3440px !important;
    height: 2250px !important;
    opacity: 0.2;
    filter: alpha(opacity=20); }
  .testimonial-media-alt3 {
    top: -5744px !important; } }

div.testimonial-gallery-h img, div.testimonial-gallery-v img {
  width: 150px;
  height: auto;
  border-radius: 20px;
  border: 1px solid white; }

/*End Testimonials*/
/*For Google Maps*/
iframe {
  margin: 30px;
  border-radius: 20px !important;
  min-width: 200px;
  min-height: 100px;
  max-width: 400px;
  max-height: 300px; }

/*End For Google Maps*/
/*Overrides for Full Calendar*/
#calendar {
  border-radius: 20px;
  min-width: 330px; }

.fc-scroller.fc-day-grid-container {
  min-height: 275px; }

/*END Full Calendar Overrides*/
/*Timeline JS style overrides / container*/
#timeline-embed {
  width: 100%;
  height: 500px;
  margin: 15px;
  margin-bottom: 250px;
  border-radius: 20px;
  min-width: 345px; }

.tl-media-content img {
  border-radius: 20px;
  /*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
  box-shadow: 10px 10px 5px grey; }

.tl-storyslider .tl-slider-background {
  background-image: url(/images/testimonials/brick-wall.jpg) !important;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  opacity: 0.2;
  filter: alpha(opacity=20); }

.tl-slide {
  opacity: 1.8;
  filter: alpha(opacity=180); }

/*End Timeline JS Overrides*/
