/* Table of Content
==================================================
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face */

/* #Site Styles
================================================== */

h1 {
	font-family: "source-sans-pro"; 
	font-size: 24px; 
	color: #000000;
	margin: 0;
}
.center {
	text-align: center;
	align-content: center;
	align-self:center;
	margin: 0 auto;
}
.center p {
	margin: 0 20px;
}

hr.large {
	border: 0;
	height: 1px;
	background: #333;
	background-image: -webkit-linear-gradient(left, #ccc, #333, #ccc);
	background-image: -moz-linear-gradient(left, #ccc, #333, #ccc);
	background-image: -ms-linear-gradient(left, #ccc, #333, #ccc);
	background-image: -o-linear-gradient(left, #ccc, #333, #ccc);
	margin: 25px 0;
	/* [disabled]box-shadow: 0 0 10px 1px black; */
	/* [disabled]-webkit-box-shadow: 0 0 10px 1px black; */
}

.text-nowrap {
  white-space: nowrap;
}

/******************************************************
 Site ID (displays on all Riegsecker sites)
*******************************************************/
#site-id {
	position:relative;
	width:100%;
	height:28px;
	text-align:center;
    background: none repeat scroll 0 0 #31434E;
    margin: 0 auto;
    z-index: 10;
  
}
#site-id ul {
	list-style:none;
	text-align:center;
	margin:0 auto;
	padding:0;
	width:980px;
	height:29px;
	overflow:hidden;
}
#site-id ul li {
	display:inline;
	padding:7px 0;
	margin:0 9px;
	font:13px/29px Droid Serif;
	font-style:normal;
	color:#fff;
	text-shadow:0 -1px 0 #482a16;
}
#site-id ul li.title {
	font-weight:bold;
}
#site-id ul li.current {
	background:url('/assets/images/tick.png') center 24px no-repeat;
	color:#fff0cf;
	text-shadow:0 -1px 0 #482a16;
}
#site-id ul li a {
	font:13px/29px Droid Serif;
	font-style:normal;
	color:#fff;
	text-shadow:0 -1px 0 #482a16;
}
#site-id ul li a:hover {
	color:#fff0cf;
}

#important-message {
    position: relative;
    width: 100%;
    height: 28px;
    text-align: center;
    background-color: #C80003;
    margin: 0 auto;
    z-index: 100;
    text-transform: uppercase;
    display: block;
}
#important-message ul {
	list-style:none;
	text-align:center;
	margin:0 auto;
	padding:0;
	height:29px;
	overflow:hidden;
}
#important-message ul li {
	display:inline-block;
	padding:7px 0;
	margin:0 auto;
	font-size: 13px;
    font-family: Droid Serif;
	font-style:normal;
	color:#fff;
	text-shadow:0 -1px 0 #482a16;
}
@media screen and (max-width: 450px) {
  #important-message ul li {
    font-size: 3vw;
  }
}

#important-message ul li.title {
	font-weight:bold;
}
#important-message ul li.current {
	background:url('/assets/images/tick.png') center 24px no-repeat;
	color:#fff0cf;
	text-shadow:0 -1px 0 #482a16;
}
#important-message ul li a {
	font-style:normal;
	color:#fff;
	text-shadow:0 -1px 0 #482a16;
}
#important-message ul li a:hover {
	color:#fff0cf;
}


/******************************************************
 Header 
*******************************************************/

.gradient-top {
	background: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,1)),to(rgba(0,0,0,0)));
	background: linear-gradient(180deg,rgba(0,0,0,1) 10%,rgba(0,0,0,0) 100%);
    height: 180px;
    opacity: .75;
    position: absolute;
    width: 100%;
	
	/*background-color: #000000; 
	height: 100px; 
	opacity: 0.5; 
	position: absolute; 
	width: 100%; 
	border-bottom: 2px solid #ffffff;*/	
}

#header {
	margin: 0 auto;
	height: 110px;
	max-width: 1440px;
}

#header .logo {
	min-width: 200px;
	height: 110px;
	background-repeat: no-repeat;
	background-position: 0px 10px;
	background-image: url('/assets/images/riegsecker/layout/logo.png');
	text-indent: -999999px;
	background-size: 200px auto;
}

#header .bglogo {
	background-image: url('/assets/images/riegsecker/layout/logo-bluegate-overlay.png');
	background-position: 0px 0px;
}

#header .theatrelogo {
	min-width: 200px;
	height: 100px;
	background-repeat: no-repeat;
	background-position: 0px 10px;
	background-image: url('/assets/images/riegsecker/layout/logo-theatre-overlay.png');
	text-indent: -999999px;
	background-size: 205px auto;
}

#header .inner ul.social {
	position: absolute;
  right: 0;
  top: 20px;
  width: 130px;
}
#header .inner ul.social li {
	display:inline-block;
	width:27px;
	height:27px;
	opacity:.85;
	-webkit-transition:all .2s ease-in-out;
	-moz-transition:all .2s ease-in-out;
	-o-transition:all .2s ease-in-out;
	-ms-transition:all .2s ease-in-out;	
	transition:all .2s ease-in-out;
}
#header .inner ul.social li:hover {
	opacity:1;
}
#header .inner ul.social li.facebook {
	background:url('/assets/images/riegsecker/layout/social-facebook-white.png') 0 0 no-repeat;
}
#header .inner ul.social li.instagram {
	background:url('/assets/images/riegsecker/layout/social-instagram-white.png') 0 0 no-repeat;
}
#header .inner ul.social li.twitter {
	margin-left:4px;
	background:url('/assets/images/riegsecker/layout/social-twitter-white.png') 0 0 no-repeat;
}
#header .inner ul.social li.contact {
	margin-left:4px;
	background:url('/assets/images/riegsecker/layout/social-email-white.png') 0 0 no-repeat;
}

/******************************************************
 Primary Navigation 
*******************************************************/
ul#navigation {
	position:absolute;
	top:45px;
	right:0px;
	list-style:none;
	height:54px;
}
ul#navigation li {
    display: inline-block;
    float: left;
    line-height: 18px;
    margin: 9px 0 0;
    text-align: center;
    text-shadow: 0 1px 0 #000000;
    width: 108px;
}
ul#navigation li.fix {
	margin-left:-4px;
  position: relative;
  z-index: 10;
}
ul#navigation li a {
	font-weight:bold;
	color:#ffffff;
	-webkit-transition:all .2s ease-in-out;
	-moz-transition:all .2s ease-in-out;
	-o-transition:all .2s ease-in-out;
	-ms-transition:all .2s ease-in-out;	
	transition:all .2s ease-in-out;
}

ul#navigation li span {
	font-weight:400;
}

ul#navigation li a:hover {
	color:#00a3ff;
}

ul#navigation li ul{
        display: none;
}

ul#navigation li:hover ul{
        display: block; /* display the dropdown */
}

ul#navigation li:hover ul li{
    background-color: rgba(1,1,1,.6);
	/*background: linear-gradient(180deg,rgba(0,0,0,1) 10%,rgba(0,0,0,.5) 100%);*/

    border-radius: 5px;
    color: white;
    display: inline-block;
    float: left;
    line-height: 16px;
    margin: 2px 0 0 -35px;
    text-align: center;
    text-shadow: 0 1px 0 #000000;
    padding: 5px;
}

ul#navigation li:hover ul li a:hover {
	color:#E58000;
}

.menu-icon {
    display: none;
    position: absolute;
    right: 15px;
    top: 33px;
    height: 40px;
    width: 60px;
}

/******************************************************
 Waitlist 
*******************************************************/

    #waitlist-dialog{
        width: 100%;
        min-height: 100px;
        position: absolute;
        top: 100px;
        z-index: 1000;
        display: none;
        background-color: #f0ece4;
        background-image: url("../../assets/images/paper_bkg.jpg");
        border: 3px #A18959 groove; 
    }
    #nextStep{
        color: #fff;
    }
    @media only screen and (max-width: 767px) {
        #waitlist-dialog{
            height: 200vw;
            position: fixed;
            top: 0;
            left: 0;
            z-index: 1000;
            display: none;
        }
    }

ul#navigation #waitlist-button{
    color: white;
    background-color: dodgerblue;
    border-radius: 5px;
    padding: 5px 0;
    margin: 5px 10px 0;
    font-weight:bold;    
}
.book-button-mobile {
    display: block;
    padding: 0.7em 0.7em;
    margin: 0 auto 5px;
    border-radius: 0.2em;
    box-sizing: border-box;
    text-decoration:none;
    color:#FFFFFF;
    background-color:#3369ff;
    box-shadow:inset 0 -0.6em 1em -0.35em rgba(0,0,0,0.17),inset 0 0.6em 2em -0.3em rgba(255,255,255,0.15),inset 0 0 0em 0.05em rgba(255,255,255,0.12);
    text-align:center;
    position:relative;
    font-weight: bold;
    cursor: pointer;
}
#waitlist-button-mobile:active{
 box-shadow:inset 0 0.6em 2em -0.3em rgba(0,0,0,0.15),inset 0 0 0em 0.05em rgba(255,255,255,0.12);
}
.close{
    font-size: 30px;
    float: right;
    padding: 10px;
    clear: both;
}

.button-46 {
    width: 46%; display: block; float: left; margin: 0 2%;
}

.button-90 {
    width: 90%; display: block; float: left; margin: 0 5% 10px;
}

/******************************************************
 Hero and Special 
*******************************************************/
#hero {
  background: rgba(0, 0, 0, 0) url("../../assets/images/riegsecker/layout/hero-christmas-02.jpg") no-repeat scroll center center / cover ;
	height: 600px;
	left: 0;
	position: absolute;
	top: 0;
  width: 100%;
	overflow: hidden;
}
#bghero {
  background: rgba(0, 0, 0, 0) url("../../assets/images/riegsecker/layout/hero-christmas-03.jpg") no-repeat scroll center center / cover ;
	height: 600px;
	left: 0;
	position: absolute;
	top: 0;
  width: 100%;
	overflow: hidden;
}
#theatrehero {
	background: url("../../assets/images/bluegatetheatre/layout/hero-bgpac-13.webp") no-repeat center center;
	width: 100%;
	height: 600px;
	position: absolute;
	top: 0;
	left: 0;
	background-size: cover;
}
#bgtourshero {
  background: rgba(0, 0, 0, 0) url("../../assets/images/bluegatetours/hero-bluegatetours-01.jpg") no-repeat scroll center center / cover ;
  height: 600px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  overflow:hidden;
}
#carriagehero {
	background: url("../../assets/images/riegsecker/layout/hero-carriage-06.jpg") no-repeat center center;
	width: 100%;
	height: 600px;
	position: absolute;
	top: 0;
	left: 0;
	background-size: cover;
}
#shopshero {
	background: url("../../assets/images/riegsecker/layout/hero-furniture-02.jpg") no-repeat center center;
	width: 100%;
	height: 600px;
	position: absolute;
	top: 0;
	left: 0;
	background-size: cover;
}
#traditionshero {
	background: url("../../assets/images/riegsecker/layout/hero-traditions-05.jpg") no-repeat center center;
	width: 100%;
	height: 600px;
	position: absolute;
	top: 0;
	left: 0;
	background-size: cover;
}
#craftbarnhero {
	background: url("../../assets/images/riegsecker/layout/hero-christmas-02.jpg") no-repeat center center;
	width: 100%;
	height: 600px;
	position: absolute;
	top: 0;
	left: 0;
	background-size: cover;
}
#laserhero {
	background: url("../../assets/images/riegsecker/layout/hero-laser-01.jpg") no-repeat center center;
	width: 100%;
	height: 600px;
	position: absolute;
	top: 0;
	left: 0;
	background-size: cover;
}
#bgpachero {
	background: url("../../assets/images/bluegatetheatre/layout/hero-bgpac-08.jpg") no-repeat center center;
	width: 100%;
	height: 600px;
	position: absolute;
	top: 0;
	left: 0;
	background-size: cover;
}

#meetingshero {
  background: rgba(0, 0, 0, 0) url("../../assets/images/riegsecker/layout/hero-meetings-02.jpg") no-repeat scroll center center / cover ;
	height: 600px;
	left: 0;
	position: absolute;
	top: 0;
  width: 100%;
	overflow: hidden;
}

#hero-spacer {
	height: 600px; /* 572 */
	width: 100%;
}
#hero-logo {
	background: url(../images/riegsecker/layout/logo-bluegate-overlay.png) no-repeat center center;
	height: 120px;
	width: 100%;
}
#hero-tourslogo {
	background: url(../images/bluegatetours/logo-bluegatetours-overlay.png) no-repeat center center;
	height: 115px;
	width: 100%;
}
#hero-craftbarnlogo {
	background: url(../images/riegsecker/layout/logo-craftbarn-overlay.png) no-repeat center center;
	height: 115px;
	width: 100%;
}
#hero-theatrelogo {
	background: url(../images/riegsecker/layout/logo-theatre-overlay.png) no-repeat center center;
	height: 100px;
	width: 100%;
    display: block;
}

.special-left { 
	display:block;  /* none or block to display or hide special content - Christmas Gift Cards, Employment, etc */
	background-color: #000000;
	height: 204px; /* 140 */
	opacity: 1;
	position: absolute;
	left: 0;
	top: 360px; /* 430px; 360px; */
	width: 310px;
	/*background: url("https://www.bluegatebakery.com/images/layout/christmas/gift-card-button.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);*/ /*Gift Cards*/
	background: url(../images/riegsecker/layout/hiring-badge.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0); /*Employment - We're Hiring*/
	/*background: url(../images/riegsecker/layout/tours-badge.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0);*/ /*Tours - Announcement*/
	/*background: url("../images/riegsecker/layout/badge-musical-playing-now.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);*/ /*Tours - Announcement*/	/*background: url(../images/riegsecker/layout/badge-shipshewana-fall-crafters-fair.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0);*/ /*Fall Crafters Fair*/
	/*background: url(../images/riegsecker/layout/menno-girls-badge.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0);*/ /*Menno Girls Announcement*/
	/*background: url(../images/riegsecker/layout/memorial-day-open-badge.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0);*/ /*We're Open - Memorial Day*/
	/*background: url(../images/riegsecker/layout/american-made-show-badge.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0);*/ /*American Made*/
	/*background: url("../images/riegsecker/layout/badge-willie-nelson.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);*/ /*Willie Nelson*/
}
.special-giftcards { 
	display:block;  /* none or block to display or hide special content - Christmas Gift Cards, Employment, etc */
	background-color: #000000;
	height: 140px; /* 140 */
	opacity: 1;
	position: absolute;
	left: 0;
	top: 430px; /* 430px; 360px; */
	width: 310px;
	background: url("https://www.bluegatebakery.com/images/layout/christmas/gift-card-button.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0); 
}

.special-right {
  display: block; /* change to block/none to show/hide */
  background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
  float: right;
  height: 280px;
  opacity: 1;
  position: relative;
  top: 100px;
  width: 320px;
  border-radius: 10px;
  border: 1px solid;
}
.special-breakfastclub { 
  display:block;  /* none or block to display or hide special content - Christmas Gift Cards, Employment, etc */
	background-color: #000000;
  height: 260px; /* 260 */
  opacity: 1;
  position: absolute;
  left: 0;
	background: url(../images/riegsecker/layout/breakfastclub-badge.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0); /*Tours - Announcement*/
  top: 300px; /* 310px; */
  width: 300px;
}
.special-theatre{
  display:block; 
  height: 315px;  
  opacity: 1; 
  position: absolute; 
  left: 0; 
  background: url("/assets/images/bluegatetheatre/layout/gary-levox-badge.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  top: 250px; 
  width: 300px;
}
.hiring-special { /* hiring-special for bottom ribbon */
  display:none;  /* none or block to display or hide special content */
  height: 60px;
  position: fixed;
  left: 0;
	background: url(../images/riegsecker/layout/hiring-ribbon.png) no-repeat scroll 0 0; /*Employment - We're Hiring*/
  bottom: 0px;
  width: 205px;
}
.special-carryout-mobile { /* special-carryout-mobile for bottom ribbon */
  display:none;  /* none or block to display or hide special content */
  height: 110px;
  position: fixed;
  left: 0;
	background: url("/assets/images/bluegaterestaurant/layout/button-carryout.png") no-repeat 0 0; /*Employment - We're Hiring*/
  bottom: 0px;
  width: 300px;
    z-index: 1;
    background-size: contain;
}
.special-carryout{
  display:block; 
  height: 200px;  
  opacity: 1; 
  position: absolute; 
  left: 0; 
  background: url("/assets/images/bluegaterestaurant/layout/button-carryout.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  top: 400px; 
  width: 400px;
}

#special-content { 
    height: 100px;
    position: absolute;
    right: 0;
    top: 450px;
    width: 260px;
}
#special-content header {
    border-bottom: 2px solid #FFFFFF;
    border-top: 2px solid #FFFFFF;
    display: inline-block;
    margin: 18px 0 20px 3px;
    padding: 3px 0;
}
#special-content h2 {
    border-bottom: 2px solid;
    border-top: 2px solid;
    color: #FFFFFF;
    font-weight: 100;
    letter-spacing: 0.03em;
    margin: 5px 0;
    padding: 5px 0;
    text-align: center;
}
#special-content input {
}
#special-content select {
	padding: 5px 0px;
	line-height: 24px;
}
#header .bottom-sticker {
	display: block;
  position:absolute;
	bottom:-5px;
	right:10px;
	width:290px;
	height:50px;
	background:url('/assets/images/bluegaterestaurant/layout/bday.png') 90px 0 no-repeat;
	font:18px/50px Droid Serif;
	font-weight:bold;
	text-shadow:0 1px 0 #fff;
	color:#2e5397;
	-webkit-transition:all .3s ease-in-out;
	-moz-transition:all .3s ease-in-out;
	-o-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out;
}
#header .bottom-sticker:hover {
	color:#6C86B5;
}

/******************************************************
 Booking Widget 
*******************************************************/

.booking {
  background-color: #000f27;
  border-radius: 15px;
  height: 325px;
  margin-bottom: -325px;
  opacity: 0.5;
}
#booking-content { 
    margin: 0 auto;
    position: relative;
    width: 85%;
}
#booking-content header {
    border-bottom: 2px solid #FFFFFF;
    border-top: 2px solid #FFFFFF;
    display: inline-block;
    margin: 20px 0;
    padding: 3px 0;
	width: 100%;
}
#booking-content h2 {
    border-bottom: 2px solid;
    border-top: 2px solid;
    color: #FFFFFF;
    font-weight: 100;
    letter-spacing: 0.03em;
    margin: 5px 0;
    padding: 5px 0;
    text-align: center;
}
#booking-content input {
}
#booking-content select {
	padding: 5px 0px;
	line-height: 24px;
    height: 42px;
}
#arrival-date {
    float: left;
    margin: 0 10px 0 0;
    width: 47%;
}
#departure-date {
    float: left;
    margin: 0;
    width: 47%;
}
#arrival-date input {
    border: 0 none;
    height: 30px;
    margin: 0;
    padding: 0 0 0 5px;
}
#departure-date input {
    border: 0 none;
    height: 30px;
    margin: 0;
    padding: 0 0 0 5px;
}
.divNights { 
    float: left;
    height: 30px;
    margin: 0 3% 0 0;
    width: 30%;
}
.divAdults { 
    float: left;
    height: 30px;
    margin: 0 3%;
    width: 30%;
}
.divChildren { 
    float: left;
    margin: 0 0 0 0;
    width: 30%;
}
#w_txtNights {
    float: left;
    margin: 0;
    width: 85%;
    height: 20px;
}
#imgDown {
    float: right;
    position: relative;
    right: 3px;
    top: -18px;
}
#imgUp {
    float: right;
    position: relative;
    right: -7px;
    top: -30px;
}
img.ui-datepicker-trigger {
	position: relative;
	left: 40%;
	top: -25px;
}
#btnBookHotel {
    font-family: "source-sans-pro";
    font-size: 36px;
    font-weight: 100;
    height: 50px;
    padding-top: 2px;
    width: 100%;
}

#btnBookTheatre {
    font-family: "source-sans-pro";
    font-size: 36px;
    font-weight: 100;
    height: 50px;
    padding-top: 2px;
    width: 100%;
}
.mobile-banner{ display:none; }
.booking-link { display:none; }

/******************************************************
 Content Elements 
*******************************************************/

.row {
	margin: 10px 0 30px;
}

.feature {
}

.feature img {
    /*border: 6px solid rgba(97,97,97,.5);*/
	border-radius: 10px;
    height: auto;
    width: 100%; /* 96% with border */
}

.gallerypic img {
    /*border: 6px solid rgba(97,97,97,.5);*/
	border-radius: 10px;
	height: auto;
    min-width: 195px;
    width: 25%;
}

#side-gallery .gallerypic img {
    width: 47%;
    min-width: auto;
	margin-right: 6px;
}

img.subpage-header {
	border-radius: 10px;
}

#banner {
}

#banner h2 {
    font-family: "source-sans-pro";
    font-size: 48px;
    font-weight: 200;
    text-align: center;
}

.event-schedule {
	padding: 0 20px 10px;
}
.event, .local-event {
    background-color: #FFFFFF;
    font-family: "source-sans-pro";
    height: 110px;
    padding: 0;
}
.event-schedule ul li {
	margin-bottom: 20px;
}
.event-schedule ul li div {
}
.thumbnail {
	display: block;
	float: left;
	width: 110px;
}
.ribbon, .event-ribbon {
    display: block;
    float: left;
    font-size: 18px;
    height: auto;
    padding: 20px 0 0;
	  margin: 0 25px 0 18px;
    text-align: right;
    font-weight: 100;
}
.description {
    /*float: left;*/
    /*width: 39%;*/
    height: 110px;
    overflow: hidden;
}
.event-title {
    display: inline-block;
    font-size: 24px;
    padding: 11px 0 5px;
}
.longdate {
    display: none;
}
.venue {
    display: none;
}
.event-location {
    font-size: 18px;
    font-weight: 100;
    display: block;
}
.event-more {
	font-size:12px;
}
.tickets, .more-info {
    float: right;
    height: auto;
    text-align: center;
    width: 20%;
}
.ticket-button, .more-info-button {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #000000;
    border-radius: 5px;
    box-shadow: 1px 2px 1px #999999;
    height: 38px;
    margin: 25px auto 10px;
    padding: 10px 0 0;
    width: 80%;
}
.sold-out {
  background: repeating-linear-gradient(
    45deg,
    #ff6666,
    #ff6666 10px,
    #ff0000 10px,
    #ff0000 20px
	);
}

.tickets-mobile, .events-mobile {
	display: none;
	float:right;
	position:relative;
}

.photostream {
	padding: 2.7px;
	float:left;
}
.photostream-item {
	/* [disabled]width:18%; */
    height: 65px;
    overflow: hidden;
    text-align: center;
    width: 65px;
}
.hoursbox {
  margin: 2%;
  width: 25%;
  float: left;
  border: 1px solid;
  padding: 2%;
  border-radius: 10px;
  background-color: #aaaaaa;
}
.hoursbox h5{
  margin:5px 0 10px;
}
.hoursbox img {
	width: 100%;
	max-width: 250px;
}

.season-header {
	text-align: center; 
	background-color: rgb(140, 170, 220); 
	padding: 10px 0px; 
    font-family: source-sans-pro; 
	font-weight: 300; 
	font-size: 30px; 
	text-shadow: 1px 1px rgb(255, 255, 255); 
    height: 25px;
}



/******************************************************
 Video Responsive Elements 
*******************************************************/
.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
    margin-bottom: 7px;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

/******************************************************
 Blue Gate Menu Elements 
*******************************************************/

.scroller {
    background-color: rgba(255, 255, 255, 0.9);
    border: 1px solid #000000;
    height: 90px;
    width: 100%;
	position:relative;
	/*top:-28px;*/
}

.menu-section {
    border-top: 1px solid;
    padding: 15px 0 0;
}

.menu-section-nav-container {
	margin: 0 auto;
	min-width: 550px;
	max-width:550px;
	text-align:center;
}

#menu-disclaimer {
	font-size:10px;
	color: #f15a22;
	display:block;
	font-weight:bold;
	display:none;
}
.grid-sizer {
	margin: 1%;
	padding: 1%;
	width: 29%;
}

.grid-sizer-specials {
	margin: 1%;
	padding: 1%;
	width: 46%;
}

.item { 
    font-family: "source-sans-pro";
    margin: 1%;
    padding: 1%;
    width: 29%;
 }
.item.w2 { width: 46%; }
.item.w3 { width: 100%; margin: 10px auto; }
.item p {
	font-weight: 400;
	margin: 10px 0 10px;
	font-size: 14px;
	line-height: 24px;
}
h5 {
	border-bottom: 1px solid #bbbbbb;
}

.section-titles {
	background-color: #DCDCDC;
}

.section-titles h4 {
    font-size: 36px;
    font-weight: 200;
    line-height: 48px;
    text-align: center;
}

.item .section-headers {
    border-bottom: 1px solid #aaaaaa;
    font-size: 24px;
    font-weight: 400;
    padding-bottom: 10px;
}

.item img {
    /*border: 6px solid #979797;*/
    height: auto;
    width: 100%; /* 96% with border */
}

#breakfast {
	margin-top: 0px;
}
#family-style {
	margin-top: 0px;
}
#specials {
	margin-top: 0px;
}
#dinner {
	margin-top: 0px;
}
#desserts {
	margin-top: 0px;
}

#special-menus {
	font-size: 12px;
}
#special-menus a {
    border: 1px solid #dddddd;
    border-radius: 5px;
    font-size: 12px;
    line-height: 5px;
    margin-top: 5px;
    padding: 10px;
}
#special-menus a.active {
    background-color: #f15a22;
    color: #ffffff;
}

.sticky-header-nav a {
    color: #515252;
    cursor: pointer;
    display: inline-block;
    font-family: "source-sans-pro",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 18px;
    margin-right: 10px;
    padding: 10px 6px 5px;
}

.sticky-header-nav-indicator-track {
    bottom: -1px;
    height: 4px;
    position: relative;
    width: 100%;
}

.sticky-header-nav-indicator-track .sticky-header-nav-indicator {
    background-color: #F15A22;
    height: auto;
    position: absolute;
    transition-duration: 0.3s;
    transition-property: left, width;
    transition-timing-function: cubic-bezier(0.02, 0.92, 0.72, 0.99);
}

/******************************************************
 Blue Gate Theatre Elements 
*******************************************************/
.divider {
	background: -moz-linear-gradient(100% 100% 90deg, #f2f2f2, #e6e6e6) repeat scroll 0 0 rgba(0, 0, 0, 0);
	border-bottom: 1px solid #b3b3b3;
	border-top: 1px solid #b3b3b3;
	font: bold 27px/45px Droid Serif;
	height: 45px;
	/*margin-top: -38px;*/
	/*min-width: 875px;*/
	position: relative;
	text-align: center;
	text-shadow: 0 1px 0 #fff;
	text-transform: uppercase;
	width: 100%;
}

/*=========================================================================================================================
 SUB NAVIGATION
===========================================================================================================================*/
#subnav-container {
  margin-bottom: 10px;
}
#subnav {
	padding-top:5px;
}
#subnav a {
}
#subnav a:hover {
	color: #000;
}



/* #Page Styles
================================================== */

/* #Media Queries
================================================== */

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 1092px) {
		}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 860px) and (max-width: 1092px) {
			ul#navigation li { font-size: .875em; width: 90px; }
			.tickets, .more-info { width:17%; }
			.ribbon, .event-ribbon { margin: 0 15px 0 10px; }
			.event-location { display: none; }
	}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 859px) {
			ul#navigation li { font-size: .875em; width: 90px; }
			.tickets, .more-info { width:17%; }
			.ribbon, .event-ribbon { margin: 0 15px 0 10px; }
			.event-location { display: none; }
		}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
			.menu-icon { display:block; }
			.menu-icon:hover #nav { display:block; }
			#nav { display:none; padding: 0; background-color:#3C5380; position: relative; top: -8px; z-index:11; }
            ul#navigation #waitlist-button { display: none; }
			ul#navigation { list-style: none outside none; position:relative; top: 0; right: 0; height: auto; }
			
      ul#navigation li { 
        border-bottom: 1px solid #FFFFFF; 
        font-size: 1.5em; 
        line-height: 1.2em; 
        margin: 10px 0; 
        padding: 0 0 10px; 
        text-align: center; 
        width: 100%; 
      }
      
      ul#navigation li:hover ul{ display: block; /* display the dropdown */  margin: 0; }

      ul#navigation li:hover ul li {
        background-color: #333333;
        border-radius: 0;
        color: white;
        display: block;
        float: none;
        font-size: 1em;
        line-height: 27px;
        margin: 0;
        padding: 10px 0;
      }

      ul#navigation li:hover ul li a:hover { color:#E58000; }
			.social { display:none; }
			#hero { height: 300px; }
			#bghero { height: 300px; }
			#bgtourshero { height: 300px; }
      #theatrehero { height: 300px; }
      #bgpachero { height: 300px; }
      #carriagehero { height: 300px; }
      #shopshero { height: 300px; }
      #traditionshero { height: 300px; }
      #craftbarnhero { height: 300px; }    
      #laserhero { height: 300px; }
      #hero-spacer { height: 300px; }
        #meetingshero { height: 300px; }
      #subnav-container { display: none; }
			.special-left { display:none; }
		.special-giftcards { display: none; }
			.special-breakfastclub { display:none; }
      .special-theatre { display: none; }
			.special-right { display:none; }
      .hiring-special { display:block; }
        .special-carryout{ display:none; }
        .special-carryout-mobile{ display:block; }
        .special-theatre-mobile { display:block; }
			#special-content { display:none; }
			.booking { display:none; }
			#booking-content { display:none; }
			.mobile-banner { display:block; }
			.booking-link { display:block; margin-top: 10px; }
			.row p { margin: 0 0 20px 0; }
			h1 { font-size: 22px; }
			.tickets, .more-info { display:none; }
			.tickets-mobile, .events-mobile { display:block; }
			.event-location { display: none; }
			.ribbon, .event-ribbon { margin: 0 15px 0 10px; }
			.event-schedule { padding: 0; }
			.description { padding: 0 5px; } 
			#site-id { display:none; }
			.item { width: 90%; }
			.item.w2 { width: 90%; }
			.scroller { width: 100%; position:relative; top: 0px; }
			.sticky-header-nav-indicator-track { display:none; }
			#special-menus { display:none; }
			.menu-section-nav-container { width: 305px; min-width:305px; }
      .divider { font-size: 16px; }
      #side-gallery { display:none; }
      .hoursbox { width:96%; margin: 10px 2%;}
		#scroll-top { display: none; }
	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {
			.ribbon, .event-ribbon { margin: 0 15px 0 10px; }
				#scroll-top { display: none; }

  } 
 	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
			.ribbon, .event-ribbon { display: none; }
      .longdate { display: block; padding: 0 0 5px; }
      .venue { display: block; padding: 0 0 5px; }
  }



/* #Font-Face
================================================== */
/* 	This is the proper syntax for an @font-face file
		Just create a "fonts" folder at the root,
		copy your FontName into code below and remove
		comment brackets */

/*	@font-face {
	    font-family: 'FontName';
	    src: url('../fonts/FontName.eot');
	    src: url('../fonts/FontName.eot?iefix') format('eot'),
	         url('../fonts/FontName.woff') format('woff'),
	         url('../fonts/FontName.ttf') format('truetype'),
	         url('../fonts/FontName.svg#webfontZam02nTh') format('svg');
	    font-weight: normal;
	    font-style: normal; }
*/
