/*==========  Desktop First Method  ==========*/
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
  /**/ }

  header .menu-center-wrapper,
  header .right--location {
    display: none; }

  header .top-main-menu .button-location {
	  top:10px; }
  header .hamburger,
  .header .hamburger {
    position: relative;
    display: flex !important;
    flex-direction: column;
    justify-content: space-between;
    z-index: 40;
    border-radius: 5px;
    height: 38px;
    width: 100%;
    cursor: pointer;
    padding: 2px;
    margin-top: 0px;
    margin-left: 0px;
    max-width: 60px;
    background-color: transparent; }
    header .hamburger.open span,
    .header .hamburger.open span {
      left: -3px;
      width: 28px; }
      header .hamburger.open span.top,
      .header .hamburger.open span.top {
        top: -1px; }
      header .hamburger.open span.bottom,
      .header .hamburger.open span.bottom {
        top: 1px; }
    header .hamburger.open span:first-child,
    .header .hamburger.open span:first-child {
      transform: rotate(45deg) translate(8.4px, 7.4px); }
    header .hamburger.open span:nth-child(2),
    .header .hamburger.open span:nth-child(2) {
      width: 0;
      opacity: 0; }
    header .hamburger.open span:nth-child(3),
    .header .hamburger.open span:nth-child(3) {
      transform: rotate(-45deg) translate(7.4px, -6.4px); }


    header .hamburger span,
    .header .hamburger span {
      position: relative;
      display: block;
      top: 1px;
      height: 7px;
      width: 80%;
      transition: all .25s;
      background-color: #c1cad8; }

	header .hamburger span.top,
    .header .hamburger span.top,
    header .hamburger span.bottom,
    .header .hamburger span.bottom {
		width: 100%;
	}

  .nav-mobile {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
/*     position: fixed; */
/*     z-index: 1500; */
/*     width: 100%; */
/*     height: calc(100% - 60px); */
/*     left: -100%; */
    background-color: #fff;
/*     transition-property: left; */
/*     transition-duration: .3s; */
/*     transition-timing-function: ease-in; */
    overflow: auto; }
    .nav-mobile.open {
      left: 0; }
    .nav-mobile #collapse ul {
      margin: 0;
      padding: 0; }
      .nav-mobile #collapse ul li > ul {
        display: none; }
      .nav-mobile #collapse ul li.first-item-menu.open .link i.fa-chevron-right {
        transform: rotate(90deg);
        transition: transform .15s ease-in-out,-webkit-transform .15s ease-in-out; }
      .nav-mobile #collapse ul .link {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding: 20px 20px;
        border-bottom: 1px solid #F0F0F0;
        cursor: pointer;
        text-decoration: none;
        transition: .3s; }
        .nav-mobile #collapse ul .link:hover {
          transition: .3s;
          background-color: #f5f5f5; }
        .nav-mobile #collapse ul .link span, .nav-mobile #collapse ul .link a {
          font-family: "AdelleSansBold", sans-serif;
          font-weight: 700;
          width: 100%;
          display: flex;
          font-size: 14px;
          line-height: 16px;
          /* color: #969799;  */
          color: #676767; }
         .nav-mobile #collapse ul .link.activelink span {
	         color: #00acef;
         }

         .dropdown-item {
			background-color: #e3e3e3;
		}

        .nav-mobile #collapse ul .link i.fa-chevron-right {
          transition: transform .15s ease-in-out,-webkit-transform .15s ease-in-out;
          font-size: 15px; }
      .nav-mobile #collapse ul .retreat {
        padding: 25px; }
        .nav-mobile #collapse ul .retreat:hover {
          background-color: #fff; }
      .nav-mobile #collapse ul ul.submenu li {
        padding: 0; }
        .nav-mobile #collapse ul ul.submenu li a {
          display: flex;
          padding: 20px 40px;
          border-bottom: 1px solid #F0F0F0;
          background-color: #f5f5f5;
          font-size: 15px;
          line-height: 16px;
          color: #969799; }
    .nav-mobile ul.toplevel {
	    /* border-bottom: 3px solid #5835A9; */
    }
    .nav-mobile .admittance {
/*       margin-top: 4rem; */ }
      .nav-mobile .admittance ul {
        margin: 0;
        padding: 0; }
        .nav-mobile .admittance ul li {
          list-style-type: none; }
          .nav-mobile .admittance ul li a {
            display: flex;
            flex-direction: row;
            justify-content: center;
            align-items: center;
            padding: 20px 40px;
            font-family: "AdelleSansBold", sans-serif;
            font-weight: 700;
            font-size: 16px;
            line-height: 18px;
            color: #969799;
            background-color: #f1f5f8;
            border-top: 1px solid #fff; }
            .nav-mobile .admittance ul li a.orange {
              color: #fff;
              background-color: #FA9000; }
 	.interior-top-logo {
		max-width: 300px;
		margin: 0 auto;
		height: auto;
		position: relative;
		margin-bottom: -170px;
		min-height: 200px;
	}
	.feat__image {
		margin-top: 50px;
	}

#mainnav button.close {
    font-size: 2.5rem;
}
@media only screen and (min-width: 600px) {
	#mainnav button.close {
	    position: fixed;
	    top: 20px;
	    right: 20px;
    }
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
  .main-info {
    margin-bottom: 252px; }
    .main-info .tiles .tiles-item.little {
      margin-bottom: 30px; }
    .main-info .text-info h1 {
      font-size: 6.3rem; } }

/* Medium Devices, Desktops */
@media only screen and (max-width: 800px) {
  .main-info {
    margin-top: 100px;
    margin-bottom: 203px; }
    .main-info::before {
      top: -98px; }
    .main-info .logo {
      padding-top: 40px; }
      .main-info .logo::before {
        top: -130px; } }

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  html {
    font-size: 10px; }
  h1.page-title {
	padding-left: 15px;
	padding-right: 15px;
	}
  section.main-content {
  	padding: 20px 15px 105px 15px;
  }
  .partypage section.main-content {
  	padding: 20px 0 105px 0;
  }

  .main-info {
    margin-bottom: 180px;
    margin-top: 150px; }
    .main-info .tiles {
      margin-top: 40px; }
      .main-info .tiles .tiles-item .body-item .content {
        padding: 20px; }
    .main-info .text-info p {
      text-align: center;
      font-size: 1.5rem; }
  section.about p {
    font-size: 21px; }
  section.validation h2 .color-text {
    display: inline-block; }
  /*Disable Animation on Mobile Devices*/
  .animated {
    /*CSS transitions*/
    -o-transition-property: none !important;
    -moz-transition-property: none !important;
    -ms-transition-property: none !important;
    -webkit-transition-property: none !important;
    transition-property: none !important;
    /*CSS transforms*/
    -o-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
    /*CSS animations*/
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    -ms-animation: none !important;
    animation: none !important; }

 	.interior-top-logo {
		max-width: 250px;
		margin: 0 auto;
		height: auto;
		position: relative;
		margin-bottom: -170px;
		min-height: 200px;
	}
	.feat__image {
		margin-top: 50px;
	}
  .btnXL {
	max-width: 100%;
	font-size: 2rem;
  }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 680px) {
  html {
    font-size: 10px; } }

@media only screen and (max-width: 600px) {
  .main-info {
    margin-bottom: 152px; }
    .main-info .text-info h1 {
      font-size: 5.7rem; }
  footer .footer-menu {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center; }
    footer .footer-menu .link-menu {
      margin-bottom: 40px; }

 	.interior-top-logo {
		max-width: 200px;
		margin: 20px auto;
		height: auto;
		position: relative;
		margin-bottom: -170px;
		min-height: 200px;
	}
	.feat__image {
		margin-top: 70px;
	}
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  .main-info {
    margin-bottom: 100px; }
    .main-info::before {
      top: -65px; }
    .main-info .logo {
      padding-top: 55px; }
      .main-info .logo::before {
        top: -120px; }
    .main-info .tiles {
      padding-bottom: 30px; }
      .main-info .tiles .tiles-item .body-item .content h2 {
        font-size: 2.8rem; }
    .main-info .text-info h1 {
      font-size: 3.6rem; }
    .main-info .text-info p {
      font-size: 1.4rem; }
  ul.submenu li {
    margin-bottom: 5px; }
    ul.submenu li a {
      font-size: 18px; }
  section.about p {
    font-size: 18px; }
  section.validation p {
    font-size: 17px; }
  form#form,
  form#form .form-wrapper {
    width: 100%; } }

/* .partypage .contentFrame {
  padding-right: 0px;
  padding-left: 0px;
} */

/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {
  /**/ }

/*==========  Mobile First Method  ==========*/
/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) {
  /**/ }


/* Extra Small Devices, Phones */
@media only screen and (min-width: 768px) {
	.main-info .text-info h1 {
		font-size: 6.3rem;
	}
	.contentHoursOpen .hours {
		font-size: 1.3rem;
	}
    header .hamburger, .header .hamburger {
    	margin-top: 30px;
    }
    .sign, .buy {
    	margin-top: 34px;
    }
    .quickLinks {
    	font-size: 1.6rem;
    }
	.footer .social a {
		font-size: 2rem;
	}
	.quickLinks a {
		border-bottom: 4px solid transparent;
		padding: 0 0 5px;
	}
}


/* Large Devices, Normal Screens */
@media only screen and (min-width: 992px) {
	/* .contentFrame {
		margin-top: 3rem;
		margin-bottom: 3rem;
	} */
	.openLocationMega .title--location {
		font-size: 30px;
		margin-left: 5px;
		margin-top: 0;
	}
	.openLocationMega .fa-caret-down {
		margin-top: 2px;
	}
	.sign, .buy, .buyGiftCard {
		margin-top: 40px;
		font-size: 22px;
	}
	.buy {
		margin-right: 1rem;
	}
	.footer {
		font-size: 1.0rem;
		line-height: 1.5rem;
	}
	#content, #aside {
		padding: 60px 0;
	}
	#content {
		padding-right: 30px;
	}
	.bapOnline .btn {
	    width: 60%;
    }
    .bapFull {
		padding-top: 60px;
	}
	.bookPartyLink {
	    font-size: 2em;
    }
}


/* Large Devices, Wide Screens */
/*
@media only screen and (min-width: 1100px) {
  .nav-mobile {
    display: none !important; } }
*/

@media only screen and (min-width: 1200px) {
	.sign, .buy, .buyC, .buyGiftCard {
		font-size: 26px;
	}
	.quickLinks {
		top: 45%;
		font-size: 2.3rem;
	}
	.quickLinks a {
		margin: 1rem 0.7rem 1rem;
	}
	#homepartysection {
		-webkit-clip-path: polygon(0 4%, 100% 0, 100% 100%, 0 97%);
		clip-path: polygon(0 4%, 100% 0, 100% 100%, 0 97%);
		margin-top: -45px;
	}
	.bapOnline {
    	min-height: 30vh;
    }
    .bapLeft {
		text-align: left;
	}
	.bapLeft .bapHeader {
		padding-left: 15px;
	}
	.bapRight p {
		font-weight: 400 !important;
		font-size: 20px !important;
	}
}


@media only screen and (min-width: 1400px) {

	body {
		font-size: 18px;
		line-height: 25px;
	}
	p {
		font-size: 18px;
		line-height: 25px;
	}

	/* .contentFrame {
		margin-top: 5rem;
		margin-bottom: 5rem;
	} */
	#content {
		padding-right: 60px;
	}

  .main-info::before,
  .main-info::after {
    background-size: cover; }
  .main-info::after {
    height: 350px; }


	.menu .menuText {
		margin-left: 4px;
		text-align: left;
	}

	.openLocationMega {
		padding-left: 22px;
	}
	.openLocationMega .title--location {
		font-size: 30px;
		margin-left: 5px;
		margin-top: 15px;
	}
	.openLocationMega .fa {
		margin-top: 17px;
	}
	.openLocationMega .fa-map-marker::before {
		font-size: 30px;
	}
	.openLocationMega .fa-caret-down {
		font-size: 25px;
		margin-top: 7px;
	}
	.menu .logo {
    	max-height: 160px;
    }
    header .hamburger, .header .hamburger {
    	width: 60px;
    	/* margin-left: 20px; */
    	margin-top: 40px;
    }
	.quickLinks {
		font-size: 2.5rem;
		right: -100px;
	}
	.sign, .buy, .buyGiftCard {
		margin-top: 60px;
	}



	section.main-content {
		padding: 20px 5% 105px 5%;
	}
	.partypage section.main-content {
		padding-left: 0;
		padding-right: 0;
	}



	.preFooter h3 {
		font-size: 3.5em;
	}
	.contentHoursOpen .hours {
		font-size: 2rem;
	}
	.contentEmailSubscribe p {
  		font-size: 1.5rem;
	}
	.contentEmailSubscribe input {
		padding: 1.25rem;
		font-size: 18px;
		}
	.contentEmailSubscribe .send-in {
		font-size: 18px;
		padding: 1.25rem 3.5rem;
	}


	.footer {
		font-size: 1.2rem;
	}
}


@media (min-width: 1440px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1600px;
  }
}
