﻿@font-face {
  font-family: "plantagenet_cherokeeregular";
  src: url("/font/plantc_1-webfont.woff2") format("woff2"), url("/font/plantc_1-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.ml-auto {
  margin-left: auto;
}

body {
  font-family: "plantagenet_cherokeeregular", Garamond;
  color: #291804;
}
body a {
  color: #93a25d;
}

.event-img {
  max-width: 50%;
  display: inline-block;
  float: left;
  margin: 1rem;
}

.discountBox, .giftCardBox {
  padding: 1rem;
  border: 2px solid #83e483;
  border-radius: 5px;
  margin-top: 1rem;
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.discountBox .material-icons, .giftCardBox .material-icons {
  color: green;
  margin-right: 1rem;
}

.totalsTable {
  font-family: "Lucida Console";
}

.discountBoxError {
  padding: 1rem;
  border: 2px solid red;
  border-radius: 5px;
  margin-top: 1rem;
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.discountBoxError .material-icons {
  color: red;
  margin-right: 1rem;
}

.event-col a {
  text-decoration: none !important;
  text-align: center;
  color: white;
  text-transform: uppercase;
}
.event-col a .event-prod-img {
  display: block;
  width: 100%;
  height: 200px;
  background-size: cover;
}
.event-col a span.event-col-title {
  background: #131313;
  display: block;
  padding: 0.5rem;
  text-decoration: none !important;
}
.event-col a:hover span.event-col-title {
  background: #f7a21c;
}

.logo a img {
  max-width: 100px;
}

.ticket-select-error {
  color: red;
  font-weight: bold;
}

.reservation-heading {
  background: #291804;
  color: white;
  padding: 1rem;
  margin: 0;
  border-radius: 5px;
}

label.error {
  color: red;
  font-weight: bold;
  margin-bottom: 1rem;
}

h1.light {
  color: #dcb689;
}

h1.dark, h2.dark, h3.dark, h4.dark, h5.dark, h6.dark {
  color: #93a25d;
}

.btn {
  text-transform: uppercase;
}

.btn-primary {
  background: #93a25d;
  border-color: #93a25d;
  color: white;
}
.btn-primary:hover {
  background: #809047;
  border-color: #809047;
}

.pre-footer {
  background-image: url(/img/prefooter.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-position: bottom;
}
.pre-footer .accreditations {
  padding-top: 250px;
}
.pre-footer .accreditations .acc-content-wrap {
  background: rgba(41, 24, 4, 0.8);
  padding: 1rem 0 1rem 0;
  font-family: "plantagenet_cherokeeregular";
  color: white;
}
.pre-footer .accreditations .acc-content {
  padding: 1rem;
  display: flex;
  align-items: center;
  font-size: 18px;
}
.pre-footer .accreditations .acc-content img {
  max-width: 150px;
  margin-right: 1rem;
}

#hero {
  background-image: url(/img/hero.jpg);
  min-height: 700px;
  width: 100%;
  display: block;
  top: 0;
  position: absolute;
  background-attachment: fixed;
  background-size: cover;
  background-position: bottom;
  z-index: 100;
}
#hero .cta {
  position: absolute;
  width: 100%;
  bottom: 1rem;
}
#hero .cta .callout-box {
  background-color: rgba(41, 24, 4, 0.8);
  padding: 1rem;
  display: inline-block;
}
#hero.subpage {
  min-height: 400px;
}
#hero.subpage .cta {
  position: absolute;
  width: 50%;
  bottom: 1rem;
  left: 25%;
}
#hero.subpage .cta .callout-box {
  background-color: rgba(41, 24, 4, 0.8);
  color: #dcb689;
  padding: 1rem;
  width: 100%;
  display: inline-block;
  text-align: center;
}

footer {
  background-color: red;
  padding: 2rem;
  color: white;
  margin-top: 3rem;
}
footer .fa {
  padding: 20px;
  font-size: 30px;
  width: 50px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
}
footer .fa:hover {
  opacity: 0.7;
}
footer .fa-facebook {
  background: #3B5998;
  color: white;
}
footer .fa-twitter {
  background: #55ACEE;
  color: white;
}
footer .fa-google {
  background: #dd4b39;
  color: white;
}
footer .fa-linkedin {
  background: #007bb5;
  color: white;
}
footer .fa-youtube {
  background: #bb0000;
  color: white;
}
footer .fa-instagram {
  background: #125688;
  color: white;
}
footer .fa-pinterest {
  background: #cb2027;
  color: white;
}
footer .fa-snapchat-ghost {
  background: #fffc00;
  color: white;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}
footer .fa-skype {
  background: #00aff0;
  color: white;
}
footer .fa-android {
  background: #a4c639;
  color: white;
}
footer .fa-dribbble {
  background: #ea4c89;
  color: white;
}
footer .fa-vimeo {
  background: #45bbff;
  color: white;
}
footer .fa-tumblr {
  background: #2c4762;
  color: white;
}
footer .fa-vine {
  background: #00b489;
  color: white;
}
footer .fa-foursquare {
  background: #45bbff;
  color: white;
}
footer .fa-stumbleupon {
  background: #eb4924;
  color: white;
}
footer .fa-flickr {
  background: #f40083;
  color: white;
}
footer .fa-yahoo {
  background: #430297;
  color: white;
}
footer .fa-soundcloud {
  background: #ff5500;
  color: white;
}
footer .fa-reddit {
  background: #ff5700;
  color: white;
}
footer .fa-rss {
  background: #ff6600;
  color: white;
}

#mainNav {
  width: 100%;
  height: 120px;
  position: relative;
  z-index: 200;
  background-color: #313131;
  -webkit-box-shadow: 0px 10px 23px -5px rgba(0, 0, 0, 0.55);
  -moz-box-shadow: 0px 10px 23px -5px rgba(0, 0, 0, 0.55);
  box-shadow: 0px 10px 23px -5px rgba(0, 0, 0, 0.55);
}
#mainNav .logo {
  display: inline-block;
}
#mainNav ul.topNav {
  display: inline;
}
#mainNav ul.topNav li {
  display: inline;
}
#mainNav ul.topNav li a {
  color: #FFFFFF;
  text-decoration: none;
  text-transform: uppercase;
  margin-left: 2rem;
  font-size: 20px;
}
#mainNav ul.topNav li a:hover {
  color: #F7A21C;
}

.available-months,
.available-days,
.available-times {
  margin: 1rem 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  column-gap: 1rem;
  row-gap: 1rem;
}

.configuration-table-container,
.order-summary-table-container {
  margin: 1rem 0;
  padding: 0;
}
.configuration-table-container .table,
.order-summary-table-container .table {
  margin: 0;
}

.checkout-container {
  margin: 0;
}

.reserve-panel {
  margin: 1rem 0;
  padding: 0;
}
.reserve-panel .totalsTable {
  margin: 0;
}
.reserve-panel .event-details-table {
  /*font-family: 'Lucida Console';*/
  margin: 0;
}

.checkout-button-container {
  margin: 0 0 1rem 0;
  padding: 0;
}

.reserveTag {
  padding: 1rem;
  border: 1px solid;
  display: block;
  border-radius: 0.5rem;
  text-transform: uppercase;
  cursor: pointer;
  transition: 0.3s;
  color: #93a25d;
  text-align: center;
}
.reserveTag small {
  font-size: 10px;
  display: block;
}
.reserveTag:hover {
  background-color: #F58029;
  color: white;
}
.reserveTag.selected {
  background-color: #F58029;
  color: white;
}

table.reserveTable tr td {
  padding: 0;
}
table.reserveTable tr td .reserveTag {
  display: block;
  margin-top: 0;
  margin-right: 0;
}

#mobileToggle {
  display: none;
}
#mobileToggle span.material-icons {
  color: white;
}

#mobileMenu {
  display: none;
}

#homePageWrap {
  margin-top: 550px;
  padding: 1rem;
  font-size: 20px;
}
#homePageWrap.subpage {
  margin-top: 245px;
}
#homePageWrap.subpage.inquiries {
  font-family: "Times New Roman";
}
#homePageWrap.subpage.animals .animal {
  height: 150px;
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
}
#homePageWrap.subpage.animals .animal span {
  display: block;
  z-index: 99999999;
  color: white;
}
#homePageWrap.subpage.animals .animal:hover {
  font-size: 0px;
}
#homePageWrap.subpage.animals .animal:hover::before {
  content: " ";
  background-color: transparent;
}
#homePageWrap.subpage.animals .animal::before {
  content: " ";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  background-color: rgba(41, 24, 4, 0.8);
  width: 100%;
  height: 150px;
}

#adminTop {
  background: #607d8b;
  padding: 1rem;
  color: white;
  margin-bottom: 1rem;
}
#adminTop h1 {
  margin-bottom: 0;
}
#adminTop h4 {
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 0;
}

#adminBoxes .box {
  padding: 1rem;
  background: #eceff1;
  border-radius: 0.5rem;
  margin-top: 0.5rem;
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  border: 1px solid #cfd8dc;
}
#adminBoxes a {
  cursor: pointer;
}
#adminBoxes a .material-icons {
  display: block;
  font-size: 3rem;
}
#adminBoxes a:hover {
  background: #cfd8dc;
}

.dataTables_filter {
  margin-bottom: 1rem;
}

.dataTable {
  border-top: 1px solid;
}

.dataTables_wrapper {
  background: white;
  padding: 1rem;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
  background: #93a25d;
  border-color: #93a25d;
  color: white !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  background: #667726;
  border-color: #93a25d;
  color: white !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  background-color: #dfd9d9;
}

.reservationTotal {
  color: #46b446;
  font-weight: bold;
  font-size: 20px;
}

@media (max-width: 768px) {
  .container, .container-md, .container-sm {
    max-width: 100% !important;
  }
}
@media (max-width: 767.98px) {
  #ReservationCheckoutForm td {
    vertical-align: middle;
  }
  #ReservationCheckoutForm td.qty-td {
    padding: 3px !important;
  }
  #ReservationCheckoutForm td.qty-td input {
    padding: 0;
    text-align: center;
  }
  #homePageWrap {
    margin-top: 280px;
    padding: 1rem;
  }
  #mobileToggle {
    display: block;
    padding-right: 1rem;
  }
  #mobileMenu {
    position: absolute;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    background: rgba(255, 255, 255, 0.8);
    z-index: 9999999999;
    display: none;
    text-align: center;
  }
  #mobileMenu.show {
    display: block;
  }
  #mobileMenu .closeMobileMenu .material-icons {
    font-size: 60px;
    color: #93a25d;
  }
  #mobileMenu ul {
    padding-left: 0 !important;
    margin-top: 1rem;
  }
  #mobileMenu ul.mobileMenu li {
    list-style-type: none;
  }
  #mobileMenu ul.mobileMenu li a {
    display: block;
    padding: 1rem;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1.5rem;
    border-bottom: 1px solid;
    background: white;
  }
  #topBar {
    display: none;
  }
  #hero {
    min-height: 350px !important;
  }
  #hero .cta {
    position: absolute;
    width: 100%;
    bottom: 1rem;
    left: 0;
  }
  #mainNav {
    height: 80px;
  }
  #mainNav .container {
    padding-top: 0 !important;
  }
  #mainNav ul.topNav {
    display: none;
  }
  #mainNav .logo img {
    max-width: 65px;
  }
}
#CreditCardContainer form {
  font-family: "plantagenet_cherokeeregular";
}

.sq-card-message {
  display: none;
}
.sq-card-message.sq-card-message-no-error {
  display: none;
}
.sq-card-message.sq-visible.sq-card-message-error {
  margin-bottom: 0;
  display: revert;
}

footer {
  background-color: #291804;
  padding: 2rem;
  color: white;
  margin-top: 3rem;
}
footer .col-lg-3 {
  line-height: 1.8;
}
footer #marginfooter {
  margin-top: 125px;
}
footer .footerlogo {
  margin: auto;
}

@media (max-width: 767.98px) {
  footer .col-lg-3 {
    margin-top: 2rem;
    line-height: 1.5;
  }
  footer #marginfooter {
    margin-top: 0;
  }
}

/*# sourceMappingURL=data:application/json;charset=utf-8,%7B%22version%22:3,%22sourceRoot%22:%22%22,%22sources%22:%5B%22file:///C:/Users/Christian%2520Thomas/source/repos/aapevents/aapevents/Resources/sass/styles.scss%22%5D,%22names%22:%5B%5D,%22mappings%22:%22AAAC;EACG;EACA;EACA;EACA;;AAGJ;EACI;;;AAEJ;EACI;EACA;;AAEA;EACI;;;AAIR;EACI;EACA;EACA;EACA;;;AAKJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;;;AAIR;EACI;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;;;AAKJ;EACI;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;;AAIA;EACI;EACA;EACA;EACA;;AAMA;EACI;;;AAQhB;EACI;;;AAIR;EACI;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;;;AAGJ;EACI;;;AAIA;EACI;;;AAIR;EACI;;;AAGJ;EACI;EACA;EACA;;AAEA;EACI;EACA;;;AAIR;EACI;EACA;EACA;EACA;;AAEA;EACI;;AAEA;EACI;EACA;EACA;EACA;;AAGJ;EAMI;EACA;EACA;EACA;;AARA;EACI;EACA;;;AAWhB;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;;AAEA;EACI;EACA;EACA;;AAIR;EACI;;AAEA;EACI;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;;;AAQhB;EACI;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA;EACA;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA;;;AAIR;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;;AAGJ;EACI;;AAEA;EACI;;AAEA;EACI;EACA;EACA;EACA;EACA;;AAEA;EACI;;;AAOpB;AAAA;AAAA;EAGI;EACA;EACA;EACA;EACA;EACA;;;AAGJ;AAAA;EAEI;EACA;;AAEA;AAAA;EACI;;;AAIR;EACI;;;AAGJ;EACI;EACA;;AAEA;EACI;;AAGJ;AACI;EACA;;;AAIR;EACI;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA;;;AAMA;EAOI;;AANA;EACI;EACA;EACA;;;AAQhB;EACI;;AAEA;EACI;;;AAIR;EACI;;;AAGJ;EACI;EACA;EACA;;AAEA;EACI;;AAEA;EACI;;AAIA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;;AAGJ;EACI;;AAEA;EACI;EACA;;AAIR;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAQpB;EACI;EACA;EACA;EACA;;AAEA;EACI;;AAGJ;EACI;EACA;EACA;;;AAKJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;;AAEA;EACI;EACA;;AAGJ;EACI;;;AAKZ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;EACA;;AAEA;EACI;EACA;EACA;;;AAIR;EACI;EACA;EACA;;;AAGJ;AAAA;EAEI;;;AAGJ;EACI;EACA;EACA;;;AAGJ;EACI;IACI;;;AAKR;EAEQ;IACI;;EAEA;IACI;;EAEA;IACI;IACA;;EAOhB;IACI;IACA;;EAGJ;IACI;IACA;;EAGJ;IACI;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;;EAEA;IACI;;EAIA;IACI;IACA;;EAIR;IACI;IACA;;EAGI;IACI;;EAEA;IACI;IACA;IACA;IACA;IACA;IACA;IACA;;EAQpB;IACI;;EAGJ;IACI;;EAEA;IACI;IACA;IACA;IACA;;EAIR;IACI;;EAGA;IACI;;EAGJ;IACI;;EAIA;IACI;;;AAQhB;EACI;;;AAGJ;EACI;;AAEA;EACI;;AAGJ;EACI;EACA;;;AAKR;EACI;EACA;EACA;EACA;;AAEA;EACI;;AAGJ;EACI;;AAGJ;EACI;;;AAMR;EAEQ;IACI;IACA;;EAGJ;IACI%22%7D */