@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap');

body {
    background: #f7f4ef;
    margin: 0 auto;
	font-size: 14px;
	line-height: 1.4;
}

hr {
    height: 1px;
    color: rgb(66, 66, 66);
    background: rgb(66, 66, 66);
    font-size: 0;
    border: 0;
    margin-bottom: 20px;
}


/* Typography
----------------------------------------------------------------------------------------------------*/

.figtree-<uniquifier> {
  font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

a {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
p, address {
	margin: 0;
	font-family: "Figtree", sans-serif;
}
address, address a {
    font-size: 16px!important;
}
h1, h1 a, .title1, .title1 a {
	margin:0 0 .5em 0;
	line-height: 1.1;
	font-family: "marcia", serif;
    font-weight: 400;
    font-style: normal;
}
h2, h2 a, .title2, .title2 a {
	margin:0 0 .5em 0;
	line-height: 1.4;
	font-weight: 300;
	font-family: "marcia", serif;
}
h3, h3 a, .title3, .title3 a {
	margin:0 0 .5em 0;
	line-height: 1.4;
	font-family: "marcia", serif;
}
h4, h4 a, .title4, .title4 a {
	margin:0 0 .5em 0;
	line-height: 1.4;
	font-family: "marcia", serif;
}
h5, h5 a, .title5, .title5 a {
	margin:0 0 .5em 0;
	line-height: 1.4;
	font-family: "marcia", serif;
}
h6, h6 a, .title6, .title6 a {
	margin:0 0 .2em 0;
	line-height: 1.4;
	font-family: "Figtree", sans-serif;
}
.whiteText h1, .whiteText h2, .whiteText h3, .whiteText h4, .whiteText h5, .whiteText h6, .whiteText p, .whiteText ul, .whiteText li, .whiteText blockquote, .whiteText a {
    color:#fff;
}
.whiteText .title1, .whiteText .title2, .whiteText .title3, .whiteText .title4, .whiteText .title5, .whiteText .title6 {
    color: #fff;
}
.banner p {
    background-color: #000;
}
.banner img {
    opacity: .8;
}
.banner-text h2, .hero h2  {
    font-size: 30px;
    font-family: "Figtree", sans-serif;
}

/* Forms
----------------------------------------------------------------------------------------------------*/

.le_form_name {
	font-size: 18px;
	margin: 0 0 10px 0;
}
.form-group {
	margin-bottom: 20px;
	position: relative;
}
.seFormButton, .wrapper input[type="submit"].seFormButton {
	padding: 8px 15px;
	border: 0px solid transparent;
	margin: 0;
	font-style: italic;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
	transition: all .2s ease;
	border-radius: 2px;
}
.wrapper input[type="submit"]:hover {
	cursor: pointer;
}
.wrapper input[type="text"],.wrapper input[type="email"],.wrapper input[type="password"], .wrapper textarea {
	padding: 10px;
	background-color: #fff;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	border-radius: 0;
	border:1px solid rgb(210,210,210);
	box-shadow: none !important;
	margin: 0;
}
.le_form label  {
    font-family: "Figtree", sans-serif;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .5px;
}
#le_form_container_4 .form-control, #le_form_container_5 .form-control, #le_form_container_2 .form-control  {
    height: 44px;
    border-radius: 2px;
    border: 1px solid rgb(191, 182, 167);
    font-family: "Figtree", sans-serif;
}
.recaptcha-terms  {
    font-size: 13px!important;
    font-family: "Figtree", sans-serif;
}
.recaptcha-terms a  {
    text-decoration: underline!important;
    font-size: 13px!important;
    font-family: "Figtree", sans-serif;
}
.seFormButton, .wrapper input[type="submit"].seFormButton  {
    font-style: normal;
    font-family: "Figtree", sans-serif;
    font-size: 16px;
}

/* -- Search Element --*/
.wrapper input[type="text"]#search_form_value {
	padding: 5px 10px;
}
#search_form_button {
    padding: 5px 15px;
    position: relative;
}

/* -- Hide input placehoder text on focus --*/
input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
input:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
input:focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */

:-webkit-input-placeholder {
    font-size: 13px; 
    color: #676767;
}
:-moz-placeholder { /* older Firefox*/
     font-size: 13px; 
    color: #676767;
}
:-moz-placeholder { /* Firefox 19+ */ 
    font-size: 13px; 
    color: #676767;
} 
:-ms-input-placeholder { 
    font-size: 13px; 
    color: #676767;
}
@media all and (min-width: 768px) {
    .form-inline .form-control {
        max-width: 150px;
    }
    .form-inline label.error {
        margin-top: 15px;
    }
}

/* ---- Form Alerts --- */
.le_form_container .error {
    color: #000;
    padding: 3px 8px;
    background-color: #fdcece;
}
.form-inline .no-labels label.error,.no-labels label.error {
    display:block !important;
}
.form-inline label.error {
    display:block;
    position: absolute;
    color: red;
    background: pink;
    padding: 2px 3px;
    border-radius: 2px;
    z-index: 2;
    color: #cd1719;
    font-size: 12px;
}
.recaptcha-terms {
    padding: 0 !important;
    margin: 0 !important;
}


/* Buttons
----------------------------------------------------------------------------------------------------*/

.se_button a, a.se_button {
	position: relative;
	display: inline-block;
	/*margin: 25px 0;*/
	padding: 12px 22px;
	border: none;
	border-radius: 2px;
	text-decoration: none;
	
}
.se_button a:hover, a:hover.se_button {
    text-decoration: none;
}
.se_button.button1 a, a.se_button.button1 {
    margin-top: 15px;
    font-family: "Figtree", sans-serif;
    font-size: 16px;
}
.se_button.button2 a, a.se_button.button2 {
    background-color: #ffffff;
    color: rgb(62, 75, 84);
    margin-top: 10px;
}
.se_button.button2 a:hover, a:hover.se_button.button2 {
    background-color: #1d2327;
    color: #ffffff;
}
.se_button.fullwidthButton a, a.se_button.fullwidthButton {
    display: block;
    text-align: center;
}
.se_button.largeButton a, a.se_button.largeButton {
	padding: 10px 35px;
	margin-top: 10px;
}
.whiteText a:hover  {
    color: #ffffff;
    text-decoration: none;
}

/* Gallery
----------------------------------------------------------------------------------------------------*/

#lightbox-container-image-data-box {
    max-width: 95% !important;
}
#aurora_page_wrapper {
    max-width: 100% !important;
    overflow-x: hidden !important;
    overflow-y: hidden !important;
}
#lightbox-container-image-box {
    max-width: 100% !important;
    overflow-x: hidden !important;
    overflow-y: hidden !important;
    height: auto !important;
}
#lightbox-container-image-box img {
    max-width: 100% !important;
    overflow-x: hidden !important;
    overflow-y: hidden !important;
}
#lightbox-container-image {
    max-width: 100% !important;
    overflow-x: hidden !important;
    overflow-y: hidden !important;
}
#lightbox-container-image img {
    max-width: 100% !important;
    overflow-x: hidden !important;
    overflow-y: hidden !important;
}


/* Site Branding
----------------------------------------------------------------------------------------------------*/
.se_siteBranding {
    line-height:1;
    padding: 0 0 10px 0;
}
.se_siteBranding img {
    max-width: 100%;
    height: auto;
}
.se_siteBranding a {
	word-break: break-word;
	max-width: 100%;
}
.se_siteBranding a:hover {
    text-decoration: none;
}
.le_logo_text {
    line-height: 1.4;
}

/* CSS
----------------------------------------------------------------------------------------------------*/

.whitetext h1, .whitetext h2, .whitetext h3, .whitetext h4, .whitetext h5, .whitetext h6, .whitetext p, .whitetext {
    color: #ffffff;
}
.whitetext h1 a, .whitetext h2 a, .whitetext h3 a, .whitetext h4 a, .whitetext h5 a, .whitetext h6 a, .whitetext p a, .whitetext a {
    color: #ffffff;
}

.cta h2 a {
    color: #fff;
    font-size: 24px!important;
    line-height: 30px;
    display: block;
    padding-top: 300px;
    background: rgba(61,75,84,0.2);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    text-decoration: none;
    padding-left: 10px;
    padding-bottom: 10px;
}
.cta h2 a:hover {
    background: rgba(0,0,0,0.6);
}
.testimonial-box p {
    text-transform: uppercase;
}
.testimonial-box .bx-wrapper .bx-controls-direction a {
    width: 22px;
    height: 37px;
}
.testimonial-box .bx-wrapper .bx-prev, .testimonial-box .bx-wrapper .bx-prev:hover{
    background: url("https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/iinsitetemplate5/arrows.png") no-repeat 0 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.testimonial-box .bx-wrapper .bx-next, .testimonial-box .bx-wrapper .bx-next:hover {
    background: url("https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/iinsitetemplate5/arrows.png") no-repeat -22px 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.testimonial-box .bx-wrapper .bx-prev:hover, .testimonial-box .bx-wrapper .bx-next:hover {
    transform: scale(1.2);
}
.testimonial-box .htmlSlide {
    padding: 0 75px;
}
.black-box {
    background-color: #fff;
    border: 3px solid #000;
    padding: 30px 20px;
    margin-bottom: 25px;
}
.black-box h2 {
    font-size: 24px;
}
.cta-img {
    display: block;
    position: relative;
    padding-top: 66.6%;
}
.cta-img img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: left;
}

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

.col-xs-15 {
    width: 20%;
    float: left;
}
.brew  {
    padding: 0 15px;
    margin-bottom: 40px!important;
}
.brew > p  {
    margin-bottom: 10px!important;
}


/* Food Menu
----------------------------------------------------------------------------------------------------*/

.menu-item {
    margin-bottom: 30px!important;
}
.menu-item p:first-child {
    font-family: "marcia", serif;
    font-size: 20px;
    margin-bottom: 10px;
    letter-spacing: 1px;
}

.menu-item p:nth-child(2) {
    font-size: 16px;
    font-style: oblique;
    font-family: "marcia", serif;
    letter-spacing: 1px;
}
.menu-choice p {
    font-family: "marcia", serif;
    font-size: 18px;
}






/* HomeMenu
----------------------------------------------------------------------------------------------------*/

.HomeMenu li {
	list-style: none;
	list-style-type: none;
	position: relative;
}
.HomeMenu li.le_menuitem_level_0 {
	display: inline-block;
	padding: 20px 0;
}
.HomeMenu li.le_menuitem_level_0 a {
    display: block;
    position: relative;
    padding: 10px 20px;
    line-height: 15px;
    color: #fff;
    font-size: 16px;
    word-break: break-word;
    text-decoration: none;
    text-transform: uppercase;
    background-repeat: no-repeat;
    background-position: 50% 100%;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
}
.HomeMenu li.le_menuitem_level_0 a:hover {
}

/* Blog
----------------------------------------------------------------------------------------------------*/
.blog_post_listing {
    padding: 0 !important;
    border: 1px solid #dddddd;
    justify-content: start !important;
}
.blog_post_listing .box-top {
    padding: 20px;
}
.blog_post_listing .title-flex, .blog_post_listing .title-flex h3 {
    margin-bottom: 0 !important;
    font-size: 28px;
}
.blog_post_listing .blog_post_listing_footer_section {
    display: none;
}
.feature_blog_text {
    height: 75px;
    overflow: hidden;
}
#blog_post_listing .feature_blog_text {
    float: none;
    font-size: 18px;
}
.blog_post_publishdatetime, #blog_post_listing .feature_blog_text  {
    font-family: "Figtree", sans-serif;
}
.blog_post_tag_header, .blog_post_footer_section_label  {
    font-size: 18px;
}
.title-flex > h3  {
    font-size: 28px;
}

a.read_more_link {
    display: inline-block !important;
    text-transform: uppercase;
    border: 2px solid #000;
    width: 140px;
}
.le-logged-in #blog_post:before {
    content: 'Click on dashboard icon in top black bar to edit this page';
    border-radius: 2px;
    background: rgba(199,232,42,.2);
    margin-bottom: 10px;
    padding: 10px;
    font-size: 14px;
    display: block;
}
.le-logged-in #blog_post_listing:before {
    content: 'Click on dashboard icon in top black bar to edit this page';
    font-family: 'Open Sans';
    border-radius: 2px;
    background: rgba(199,232,42,.2);
    margin-bottom: 10px;
    padding: 10px;
    font-size: 14px;
    display: block;
}



/* Wrapper
----------------------------------------------------------------------------------------------------*/

.wrapper {
	width: 100%;
	position: relative;
	overflow: hidden;
}
.le-logged-in .page-wrapper {
    position: relative;
    top: 40px;
}
.se_WrapperContent {
    padding-top: 40px;
}

/* Header
----------------------------------------------------------------------------------------------------*/
.header {
	padding: 10px 0 0 0;
}

/* Menu
----------------------------------------------------------------------------------------------------*/
.MainMenu {
    display: block;
    margin-top: 38px;
    font-family: "marcia", serif;
    letter-spacing: .5px;
}
.MainMenu ul {
    margin: 0;
    padding: 0;
}
.MainMenu li {
	list-style: none;
	list-style-type: none;
	position: relative;
}
.MainMenu li.le_menuitem_level_0 {
	display: inline-block;
}
.MainMenu li.le_menuitem_level_0 a {
    display: block;
    position: relative;
    padding: 10px 10px;
    line-height: 15px;
    word-break: break-word;
    text-decoration: none;
    text-transform: uppercase;
    background-repeat: no-repeat;
    background-position: 50% 100%;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
}
.MainMenu li.le_menuitem_level_0 a:hover {
}
.MainMenu .le_menu_level_1_container {
    position: absolute;
    left: 0;
}
.MainMenu ul.le_menu_level_1 {
    position: relative;
    left: 0;
    z-index: 10;
    display: none;
    margin: 0;
    padding: 13px 0 0 0;
    text-align: left;
    height: auto;
}
.MainMenu li.le_menuitem_level_0:hover ul.le_menu_level_1 {
	display: block;
}
.MainMenu li.le_menuitem_level_1 a {
	display: block;
	padding: 3px 10px;
	text-decoration: none;
	text-transform: uppercase;
	min-width: 160px;
	line-height: 1em;
}
.MainMenu li.le_menuitem_level_1 a:hover {
    background-image: none;
}
.MainMenu .le_menu_level_2_container {
    float: right;
	left: 100%;
	margin-top: -35px;
	padding: 0;
}
.MainMenu ul.le_menu_level_2 {
	position: absolute;
	right:0;
	left: 160px;
	z-index: 10;
	display: none;
	margin: 0;
	padding: 0;
	text-align: left;
}
.MainMenu li.le_menuitem_level_1:hover ul.le_menu_level_2 {
	display: block;
}
.navicon {
    position: relative;
    line-height: 68px;
    height: 45px;
    padding: 0 20px 0 0;
    text-transform: uppercase;
    background: transparent !important;
}
.navicon:after {
    position: absolute;
    content: '\f0c9';
    font-family: 'FontAwesome';
    top: 0;
    right: 0;
    font-size: 30px;
}
.OpenMobileMenu .navicon:after {
    content: '\f00d';
}
.navicon:hover {
    cursor: pointer;
}
@media (max-width: 991px) { 
    .OpenMobileMenu .wrapper {
        right:240px;
    }
    .se_menu {
        position: fixed;
        height: 100vh;
        width: 240px;
        padding: 0 20px 0 20px;
        top: 0;
        right:-240px;
        transition: right .3s ease;
    }
    .MainMenu {
        padding: 0;
        margin-top: 25px;
    }
    .OpenMobileMenu .se_menu {
        right:0;
    }
    .le_menu_level_container {
    	position: relative;
    }
    .MainMenu li {
        display: block;
        text-align: left;
        width: 100%;
    }
    .MainMenu li.le_menuitem_level_0 {
        padding: 0;
        list-style: none !important;
	    list-style-type: none !important;
    }
    .MainMenu ul.le_menu_level_1 {
        display: inline-block;
        padding: 0;
    }
    .MainMenu li.le_menuitem_level_0.hasChild > a:after, .MainMenu li.le_menuitem_level_1.hasChild > a:after {
        display:inline-block;
        position: relative;
        left: 5px;
        content: "+";
        color: #999;
    	height: 0;
    	width: 0;
    }
    .MainMenu li.hasChild > a.active-mobile-parent:after {
        content:"-";
    }
    .MainMenu li.le_menuitem_level_0.hasChild ul.le_menu_level_1, .MainMenu li.le_menuitem_level_1.hasChild ul.le_menu_level_2 {
        height: 0;
        /*visibility: hidden;*/
        /*opacity:0;*/
        transition: all .3s ease;
    }
    .MainMenu li.le_menuitem_level_0.hasChild ul.le_menu_level_1.open-mobile-sub, .MainMenu li.le_menuitem_level_1.hasChild ul.le_menu_level_2.open-mobile-sub {
        height: auto;
        visibility: visible;
        /*opacity: 1;*/
    }
    .MainMenu .le_menu_level_1_container {
        position: relative;
    }
    .MainMenu .le_menu_level_2_container {
    	left: 0;
    	margin-top: 0;
    }
    .MainMenu ul.le_menu_level_2 {
    	position: relative;
    	left: 0;
    }
    
    
}

/* Main Content
----------------------------------------------------------------------------------------------------*/
.content {
	padding: 0;
}
.htmlSlide {
    width: 100%!important;
    max-width: 100%!important;
}
.bx-viewport {
    padding-bottom: 75px !important;
}
.icon-title  {
    display: flex;
    align-items: center;
}

.icon-title p  {
    list-style-type: none;
    margin: 0px;
    text-align: left;
}
.icon-title > h3, .icon-title > h2  {
    margin-bottom: 0px;
    margin-left: 15px;
}

.le_jqueryui_target .ui-state-default, .le_jqueryui_target .ui-widget-content .ui-state-default, .le_jqueryui_target .ui-widget-header .ui-state-default  {
    border: none;
    background: transparent;
}

/* Expand
----------------------------------------------------------------------------------------------------*/
.expand {
    position: relative;
}
.expand h6, .expand-white h6 {
    position: relative; 
    font-size: 18px;
    padding: 15px 45px 15px 20px;
    line-height: 30px !important;
    font-weight: 400;
    border-bottom: 2px solid #363636;
}
.expand-white h6 {
    border-bottom: 2px solid #ffffff;
    color: #ffffff;
}
.expand h6:after, .expand-white h6:after {
    content: '+';
    color: #363636;
    top: 20px;
    right: 15px;
    float: right;
    font-size: 18px !important;
    line-height: 15px;
    border-radius: 50%;
    padding: 0 3px;
    width: 20px;
    height: 20px;
    display: inline-block;
    position: absolute;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
.expand-white h6:after {
    color: #ffffff;
}
.expand h6.active {
    margin-bottom: 10px !important;
}
.expand h6.active:after {
    content: '-';
    padding-left: 4px;
}
.expand h6:hover {
    cursor: pointer;
}
.expand p, .expand-white p {
    padding: 0 20px;
    font-size: 16px;
    margin-bottom: 30px;
}
.expand-white p  {
    color: #ffffff;
}
.expand p  {
    margin-bottom: 30px!important;
}

/* Footer
----------------------------------------------------------------------------------------------------*/

.footer {
    clear: both;
	padding: 50px 0;
    text-align: left;
}
.se_footer a  {
    text-decoration: none;
    font-size: 18px;
}
.se_footer a:hover  {
    text-decoration: underline;
}

.se_social a {
    margin: 0 .15em;
    text-decoration: none;
}
.fa, .fa-brands, .fab  {
    text-decoration: none;
}
.footer input[type="submit"].seFormButton {
    background: rgba(255,255,255,0);
    border: 2px solid #fff;
    color: #fff;
    padding: 8px 25px;
}
.footer input[type="submit"].seFormButton:hover {
    background: rgba(255,255,255,1);
    color: #000;
}
.footer .form-control {
    height: 39px !important;
}
.footer ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}
.footer ul li  {
    margin-bottom: 0px;
    font-size: 16px;
    font-family: "Figtree", sans-serif;
}
.footer ul li a  {
    text-decoration: underline;
    font-size: 16px;
}
.footer .hours > p {
    font-size: 16px;
}

.footer-bottom  {
    margin-top: 20px;
    border-top: 1px solid #363636;
    padding-top: 20px;
}

/* Media Queries
----------------------------------------------------------------------------------------------------*/
@media (max-width: 767px) {
    .header {
        padding: 0;
    }
    .MainMenu li.le_menuitem_level_1 a  {
        text-transform: capitalize;
        padding: 5px 0 8px 25px;
    }
    .se_siteBranding {
        padding: 0;
    }
    .desktop-only {
        display: none;
    }
    .feature_blog_image {
        width: 100% !important;
        height: auto;
        float: none;
    }
    .feature_blog_image img {
        width: 100% !important;
        height: auto;
    }
    .blog_post_listing_title_section {
        text-align: center;
    }
    #blog_post_listing .feature_blog_image {
        float:none;
        text-align: center;
        margin-bottom: 20px;
    }
    #blog_post_listing .feature_blog_text {
        text-align: center;
        float: none;
    }
    #blog_post_listing a.read_more_link {
        display: table !important;
        margin: 15px auto 15px auto;
    }
    #blog_sidebar {
        float: left !important;
        width: 100% !important;
    }
    .blog_post_listing_sidebar {
        width: 100% !important;
    }
    .se_social {
        padding-left: 10px;
    }
    h1, h1 a, .title1, .title1 a {
        font-size: 48px !important;
    }
    .hero h2  {
        font-size: 24px !important;
    }
    h2, h2 a, .title2, .title2 a {
        font-size: 40px !important;
    }
    .testimonial-box .htmlSlide {
        padding: 0 50px;
    }
    .footer  {
        text-align: center;
    }
    .footer .form-inline {
         margin-top: 15px;
    }
    .footer input[type="submit"].seFormButton {
        display: block;
        width: 100%;
        margin-top: -20px;
    }
    .footer .se_social  {
        margin-top: 10px;
    }
    .overlay-img-right, .overlay-img-left  {
        max-width: 90%;
        margin-left: -15px;
    }
    .overlay-text-right, .overlay-text-left  {
        padding: 0 45px;
        margin-top: 25px;
    }
    .cta h2 a  {
        padding-top: 190px;
        padding-bottom: 10px;
        font-size: 20px!important;
        line-height: 24px;
    }
    .icon-title  {
        display: block;
    }
    
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) { 
    .color-bknd {
        margin-top: -300px;
    }
    .form-inline {
        padding: 0 10%;
    }
    .form-inline input[type="text"], .form-inline input[type="email"], .form-inline input[type="password"], .form-inline textarea {
        margin-bottom: -18px;
    }
    .se_social {
        text-align: right;
    }
    
    .testimonial-box p {
        font-size: 24px;
    }
    .row-same-height {
        display:table;
        width: 100%;
        margin-right: 0px;
        margin-left: 0px;
    }
    .feature-container .row-same-height  {
        margin-right: -15px;
        margin-left: -15px;
    }
    .row-same-height [class^="col-"],
    .row-same-height [class*="col-"]{
        display: table-cell;
        float: none;
        vertical-align: middle;
        padding: 0px;
    }
    .half-width-form-control {
        display: inline-block;
        width: calc(50% - 2px);
    }
    .col-sm-15 {
        width: 20%;
        float: left;
    }
    .overlay-img-right  {
        margin-left: -75px;
    }
    .overlay-img-left  {
        margin-right: -75px;
    }
    .overlay-text-right  {
        margin-right: 25px;
        padding-left: 25%;
    }
    .overlay-text-left   {
        margin-left: 25px;
        padding-right: 25%;
    }
    .col-sm-pull-6 {
        right: 52%;
    }
}
@media (max-width: 991px) {
    .menu-sptr  {
        border-bottom: 2px solid rgb(5, 5, 5);
        padding-bottom: 15px !important;
        margin-bottom: 10px;
    }
}



/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .navicon {
        display: none;
    }
    .MainMenu {
        text-align: right;
    }
    .MainMenu li.le_menuitem_level_0 a:last-of-type {
        padding-right: 0 !important;
    }
    .MainMenu li.le_menuitem_level_0 a {
        padding: 10px 18px 8px 18px;
        font-size: 13px;
    }
    .MainMenu li.le_menuitem_level_0.hasChild > a:after {
        display: inline-block;
        position: relative;
        padding-left: 5px;
        top: -2px;
        font-family: "FontAwesome";
        content: '\f078';
        font-size: 11px;
        color: #363636;
    }
    .MainMenu li.le_menuitem_level_1 a {
        min-width: 260px;
        padding: 15px 10px 10px 20px !important;
        font-size: 14px !important;
        border-bottom: 1px solid #e9e4d5;
    }
    .MainMenu li.le_menuitem_level_1 a:hover, .MainMenu li.le_menuitem_level_0 a:hover  {
        text-decoration: underline;
    }
    .row-same-height [class^="col-"],
    .row-same-height [class*="col-"]{
        padding: 0px;
    }
    .col-md-15 {
        width: 20%;
        float: left;
    }
    .border-left  {
        border-left: 1px solid #000000;
        padding-left: 40px;
    }
    .se_social {
        padding-left: 40px;
    }
    
    .list  {
        padding-left: 20px;
    }
    .overlay-text-right  {
        margin-right: 25px;
        padding-left: 18%;
    }
    .overlay-text-left  {
        margin-left: 25px;
        padding-right: 18%;
    }
    .banner-text {
        position: absolute;
        text-align: center;
        z-index: 200;
        top: 6%;
        left: 0;
        right: 0;
    }
    .se_wrapperContent, .se_WrapperContent, .se_mainContent .le_content, .se_mainContent p, .se_mainCont  {
        margin-bottom: 0px;
    }
    
    .menu-sptr  {
        border-right: 2px solid rgb(5, 5, 5);
        padding-right: 15px !important;
    }
        
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .MainMenu li.le_menuitem_level_0 a {
        padding: 10px 20px;
    }
    .overlay-text-left  {
        margin-left: 20%;
        padding-right: 18%;
    }
    .overlay-text-right  {
        margin-right: 20%;
        padding-left: 18%;
    }
    .col-lg-15 {
        width: 20%;
        float: left;
    }
    /*.col-sm-pull-6  {*/
    /*    padding-right: 20% !important;*/
    /*    right: 40%;*/
    /*}*/
}


/* Resets
----------------------------------------------------------------------------------------------------*/

a#forgot_password_link {
    background: none !important;
    padding: 0 !important;
    line-height: 30px;
}

button::-moz-focus-inner,
	input[type="button"]::-moz-focus-inner,
	input[type="submit"]::-moz-focus-inner,
	input[type="reset"]::-moz-focus-inner {
	padding: 0 !important;
	border: 0 none !important;
}
img {
    max-width: 100%;
    height: auto;
}

/* - List Classes - */
.checklist ul { 
    padding-left:50px; 
    list-style:none; 
}
.checklist ul li { 
    margin-bottom:10px; 
    text-indent: -0.2em;
    font-size: 16px;
    font-family: "Figtree", sans-serif;
}
.checklist ul li:before {    
    font-family: 'FontAwesome';
    content: '\f105';
    margin: 0px 12px 0 -15px;
    font-size: 12px;
}

.pluslist ul { 
    padding-left:50px; 
    list-style:none; 
}
.pluslist ul li { 
    margin-bottom: 14px; 
    text-indent: -0.5em;
    font-size: 16px;
    font-family: "Figtree", sans-serif;
}
.pluslist ul li:before {    
    font-family: 'FontAwesome';
    content: '\2b';
    margin: 0px 12px 0 -15px;
    font-size: 12px;
}

.list ul li {
    font-size: 16px;
    margin-bottom:10px;
    font-family: "Figtree", sans-serif;
}


/* ========================================== Theme Speficic UI Styles ========================================== */
.expander {
    visibility: hidden;
    position: fixed;
    z-index: 1001;
    top:40px;
    left:0;
    width: 0;
    height: 0;
    overflow: hidden;
    line-height: 26px;
    text-align: center;
    background: #537fbc;
    color: white;
    cursor: pointer;
    border-radius: 0 0 2px 0;
    transition: left .2s ease;
}
.expander:hover {
    background: #3e63b8;
}

.le-edit-open .expander,
.le-design-open .expander{
    left: 200px;
    visibility: visible;
    width: 26px;
    height: 26px;
}

.expander:before {
    display: block;
    font-family: "FontAwesome";
    content: '\f065';
    transform: rotate(90deg);
}
.expanded-view .expander {
    left:0;
}
.expanded-view .expander:before {
    content: '\f066';
}

/* --- Expanded View Toggles --- */
.aurora_side_bar_title {
    transition: left .2s ease;
}

.le-edit-open.expanded-view .aurora_side_bar_title,
.le-design-open.expanded-view .aurora_side_bar_title {
    position: relative;
    opacity:0;
    left: -200px;
}

.le-edit-open.expanded-view .showSB,
.le-design-open.expanded-view .showSB {
    opacity:0;
    left: -200px !important;
}

.le-edit-open.expanded-view #auroraContentContainer,
.le-design-open.expanded-view #auroraContentContainer{
    left: 0;
}

/* --- Helper Instructions when in edit mode --- */
.edit-instructions {
    display: none;
}
.le-edit-open .edit-instructions {
    display: block;
    padding: 10px;
    text-align: center;
    border-radius: 2px;
    background: rgba(199,232,42,.2);
}
.le-edit-open .edit-instructions a{ 
    text-decoration: underline;
}

/* -- Hide Options in Color in Design Tab -- */
.aurora_color-options .aurora_style-menu-inner h4.aurora_style-section-title:nth-of-type(4) {
    display: none !important;
}
.aurora_color-options .aurora_style-menu-inner h4.aurora_style-section-title:nth-of-type(9) {
    display: none !important;
}
.aurora_color-options .aurora_style-menu-inner .form-group:nth-of-type(18) {
    display: none !important;
}
.aurora_color-options .aurora_style-menu-inner .form-group:nth-of-type(19) {
    display: none !important;
}
.aurora_color-options .aurora_style-menu-inner .form-group:nth-of-type(20) {
    display: none !important;
}
.aurora_color-options .aurora_style-menu-inner .form-group:nth-of-type(21) {
    display: none !important;
}
/*.aurora_color-options .aurora_style-menu-inner .form-group:nth-of-type(35) {*/
/*    display: none !important;*/
/*}*/
/*.aurora_color-options .aurora_style-menu-inner .form-group:nth-of-type(36) {*/
/*    display: none !important;*/
/*}*/
/*.aurora_color-options .aurora_style-menu-inner .form-group:nth-of-type(37) {*/
/*    display: none !important;*/
/*}*/
.aurora_color-options .aurora_style-menu-inner .form-group:nth-of-type(40) {
    display: none !important;
}
.aurora_color-options .aurora_style-menu-inner .form-group:nth-of-type(41) {
    display: none !important;
}
.aurora_color-options .aurora_style-menu-inner .form-group:nth-of-type(42) {
    display: none !important;
}
.aurora_color-options .aurora_style-menu-inner .form-group:nth-of-type(43) {
    display: none !important;
}
.aurora_color-options .aurora_style-menu-inner .form-group:nth-of-type(44) {
    display: none !important;
}
.aurora_color-options .aurora_style-menu-inner .form-group:nth-of-type(45) {
    display: none !important;
}
.aurora_color-options .aurora_style-menu-inner .form-group:nth-of-type(46) {
    display: none !important;
}
.aurora_color-options .aurora_style-menu-inner .form-group:nth-of-type(47) {
    display: none !important;
}
.aurora_color-options .aurora_style-menu-inner .form-group:nth-of-type(48) {
    display: none !important;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12{
    min-height: 0px !important;
}
/*-------------- Account Preset ----------------- */
/*-------------- Account Preset [Desktop]----------------- */
#le_footer-area1 {
    margin-bottom: 10px;
}
#le_footer-area2 {
    margin-bottom: 10px;
}
#le_footer-area3 {
    margin-bottom: 10px;
}
#le_footer-area4 {
    margin-bottom: 10px;
}
#le_section-eleven-area10 {
}
#le_section-eleven-area7 {
}
.aurora_about #le_section-five {
}
.aurora_about #le_section-five-area1 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/oldcityhallbrewery/Old_City_Hall_Brewery_Oswego_NY_Staff_1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 325px;
    padding-bottom: 325px;
}
.aurora_about #le_section-five-area2 {
}
.aurora_about #le_section-nine {
    background-color: rgb(62, 75, 84);
    padding-top: 115px;
    padding-bottom: 115px;
}
.aurora_about #le_section-nine-area2 {
}
.aurora_about #le_section-nine-area3 {
    margin-right: 50px;
}
.aurora_about #le_section-one {
    background-image: linear-gradient(rgba(43, 43, 43, 0.5), rgba(43, 43, 43, 0.5)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/oldcityhallbrewery/Old_City_Hall_Brewery_Oswego_NY_Restaurant_7.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: bottom center;
    padding-top: 200px;
    padding-bottom: 200px;
}
.aurora_about #le_section-three {
}
.aurora_about #le_section-three-area5 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/oldcityhallbrewery/after-construction/66-159WaterSt-66.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 325px;
    padding-bottom: 325px;
}
.aurora_about #le_section-two {
    padding-top: 115px;
    padding-bottom: 115px;
}
.aurora_about #le_section-two-area1 {
    padding-right: 15%;
    padding-left: 15%;
}
.aurora_apartments #le_section-eight {
    background-color: rgb(62, 75, 84);
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_apartments #le_section-eight-area1 {
}
.aurora_apartments #le_section-eight-area24 {
    padding-top: 8%;
    padding-left: 5%;
}
.aurora_apartments #le_section-five {
    margin-top: 100px;
    margin-bottom: 100px;
}
.aurora_apartments #le_section-five-area1 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/oldcityhallbrewery/46-Apt202-4.jpg);
    background-size: cover;
    background-position: top center;
    padding-top: 375px;
    padding-bottom: 375px;
}
.aurora_apartments #le_section-four {
    background-color: rgb(62, 75, 84);
    padding-top: 100px;
    padding-bottom: 100px;
}
.aurora_apartments #le_section-four-area1 {
    margin-bottom: 75px;
}
.aurora_apartments #le_section-four-area11 {
}
.aurora_apartments #le_section-four-area16 {
}
.aurora_apartments #le_section-four-area21 {
}
.aurora_apartments #le_section-four-area23 {
}
.aurora_apartments #le_section-four-area30 {
}
.aurora_apartments #le_section-four-area32 {
    margin-top: 15px;
    margin-bottom: 100px;
}
.aurora_apartments #le_section-four-area7 {
}
.aurora_apartments #le_section-nine {
    padding-top: 100px;
    padding-bottom: 100px;
}
.aurora_apartments #le_section-nine-area1 {
    margin-bottom: 50px;
}
.aurora_apartments #le_section-nine-area2 {
    margin-right: 75px;
}
.aurora_apartments #le_section-one {
    background-image: linear-gradient(rgba(43, 43, 43, 0.5), rgba(43, 43, 43, 0.5)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/oldcityhallbrewery/77-Apt203-13.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    padding-top: 200px;
    padding-bottom: 200px;
}
.aurora_apartments #le_section-seven {
    margin-top: 75px;
    margin-bottom: 125px;
}
.aurora_apartments #le_section-seven-area1 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/oldcityhallbrewery/21-Apt303-2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    padding-top: 375px;
    padding-bottom: 375px;
}
.aurora_apartments #le_section-six {
}
.aurora_apartments #le_section-ten {
}
.aurora_apartments #le_section-ten-area3 {
    margin-left: 75px;
}
.aurora_apartments #le_section-three {
}
.aurora_apartments #le_section-three-area5 {
}
.aurora_apartments #le_section-tweleve {
}
.aurora_apartments #le_section-tweleve-area1 {
    padding-right: 15%;
    padding-left: 15%;
}
.aurora_apartments #le_section-two {
    background-image: linear-gradient(rgba(247, 244, 239, 0.7), rgba(247, 244, 239, 0.7)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/oldcityhallbrewery/background/old-city-hall-brewery-paper-bkg-1600x800.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 115px;
    padding-bottom: 115px;
}
.aurora_apartments #le_section-two-area1 {
    padding-right: 15%;
    padding-left: 15%;
}
.aurora_apartments-contact #le_section-five {
}
.aurora_apartments-contact #le_section-four {
    background-image: linear-gradient(rgba(247, 244, 239, 0.7), rgba(247, 244, 239, 0.7)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/oldcityhallbrewery/background/old-city-hall-brewery-paper-bkg-1600x800.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 100px;
    padding-bottom: 100px;
}
.aurora_apartments-contact #le_section-four-area1 {
    margin-bottom: 50px;
}
.aurora_apartments-contact #le_section-four-area7 {
    background-color: rgb(255, 255, 255);
    margin-right: 15%;
    margin-left: 15%;
    padding-top: 50px;
    padding-right: 50px;
    padding-bottom: 50px;
    padding-left: 50px;
}
.aurora_apartments-contact #le_section-one {
    background-image: linear-gradient(rgba(43, 43, 43, 0.5), rgba(43, 43, 43, 0.5)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/oldcityhallbrewery/46-Apt202-4.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    padding-top: 200px;
    padding-bottom: 200px;
}
.aurora_apartments-contact #le_section-seven {
    background-color: rgb(62, 75, 84);
    padding-top: 20px;
    padding-bottom: 20px;
}
.aurora_apartments-contact #le_section-six {
    padding-top: 100px;
    padding-bottom: 100px;
}
.aurora_apartments-contact #le_section-three {
}
.aurora_apartments-contact #le_section-two {
    padding-top: 100px;
    padding-bottom: 100px;
}
.aurora_apartments-contact #le_section-two-area1 {
    padding-right: 15%;
    padding-left: 15%;
}
.aurora_book-appointment #le_section-one {
    background-image: linear-gradient(rgba(43, 43, 43, 0.25), rgba(43, 43, 43, 0.25)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/mindbodytemplate5/salon/view-of-salon-stylist-stations.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_brewery-contact #le_section-five {
}
.aurora_brewery-contact #le_section-four {
    background-image: linear-gradient(rgba(247, 244, 239, 0.7), rgba(247, 244, 239, 0.7)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/oldcityhallbrewery/background/old-city-hall-brewery-paper-bkg-1600x800.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 50px;
    padding-bottom: 100px;
}
.aurora_brewery-contact #le_section-four-area1 {
    margin-bottom: 50px;
}
.aurora_brewery-contact #le_section-four-area7 {
    background-color: rgb(255, 255, 255);
    margin-right: 15%;
    margin-left: 15%;
    padding-top: 50px;
    padding-right: 50px;
    padding-bottom: 40px;
    padding-left: 50px;
}
.aurora_brewery-contact #le_section-one {
    background-image: linear-gradient(rgba(5, 5, 5, 0.2), rgba(5, 5, 5, 0.2)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/oldcityhallbrewery/Old_City_Hall_Brewery_Oswego_NY_Connect.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    padding-top: 200px;
    padding-bottom: 200px;
}
.aurora_brewery-contact #le_section-six {
    padding-top: 100px;
    padding-bottom: 100px;
}
.aurora_brewery-contact #le_section-six-area1 {
}
.aurora_brewery-contact #le_section-six-area2 {
}
.aurora_brewery-contact #le_section-three {
}
.aurora_brewery-contact #le_section-two {
    padding-top: 100px;
    padding-bottom: 100px;
}
.aurora_brewery-contact #le_section-two-area1 {
    padding-right: 15%;
    padding-left: 15%;
}
.aurora_brews #le_section-eight {
    background-color: rgb(255, 255, 255);
    padding-top: 100px;
}
.aurora_brews #le_section-eight-area1 {
}
.aurora_brews #le_section-eight-area21 {
    margin-right: 75px;
}
.aurora_brews #le_section-eight-area22 {
}
.aurora_brews #le_section-five {
    margin-bottom: 100px;
}
.aurora_brews #le_section-five-area1 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/oldcityhallbrewery/icon/Old_City_Hall_Icon_Pattern-Blue.svg);
    background-repeat: repeat;
    background-position: top center;
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_brews #le_section-four {
}
.aurora_brews #le_section-four-area1 {
}
.aurora_brews #le_section-four-area11 {
}
.aurora_brews #le_section-four-area16 {
}
.aurora_brews #le_section-four-area7 {
}
.aurora_brews #le_section-nine {
    background-color: rgb(255, 255, 255);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_brews #le_section-nine-area1 {
}
.aurora_brews #le_section-nine-area2 {
    margin-left: 50px;
}
.aurora_brews #le_section-nine-area3 {
}
.aurora_brews #le_section-one {
    background-image: linear-gradient(rgba(5, 5, 5, 0.2), rgba(5, 5, 5, 0.2)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/oldcityhallbrewery/Old_City_Hall_Brewery_Oswego_NY_Beer_3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 200px;
    padding-bottom: 200px;
}
.aurora_brews #le_section-seven {
}
.aurora_brews #le_section-seven-area1 {
}
.aurora_brews #le_section-ten {
    background-color: rgb(255, 255, 255);
    padding-bottom: 75px;
}
.aurora_brews #le_section-ten-area2 {
    margin-right: 75px;
}
.aurora_brews #le_section-ten-area3 {
}
.aurora_brews #le_section-three {
    margin-top: 50px;
    margin-bottom: 100px;
}
.aurora_brews #le_section-three-area5 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/oldcityhallbrewery/icon/Old_City_Hall_Icon_Pattern-Blue.svg);
    background-repeat: repeat;
    background-position: top center;
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_brews #le_section-tweleve {
    background-color: rgb(62, 75, 84);
    padding-top: 100px;
    padding-bottom: 75px;
}
.aurora_brews #le_section-tweleve-area1 {
    padding-right: 15%;
    padding-left: 15%;
}
.aurora_brews #le_section-two {
    background-image: linear-gradient(rgba(247, 244, 239, 0.7), rgba(247, 244, 239, 0.7)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/oldcityhallbrewery/background/old-city-hall-brewery-paper-bkg-1600x800.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 115px;
    padding-bottom: 115px;
}
.aurora_brews #le_section-two-area1 {
    margin-bottom: 75px;
    padding-right: 15%;
    padding-left: 15%;
}
.aurora_brews #le_section-two-area15 {
}
.aurora_brews #le_section-two-area16 {
}
.aurora_brews #le_section-two-area17 {
}
.aurora_brews #le_section-two-area18 {
}
.aurora_brews #le_section-two-area19 {
}
.aurora_cans-growlers #le_section-eight {
}
.aurora_cans-growlers #le_section-eight-area1 {
}
.aurora_cans-growlers #le_section-eight-area13 {
}
.aurora_cans-growlers #le_section-eight-area15 {
}
.aurora_cans-growlers #le_section-eleven {
    background-color: rgb(62, 75, 84);
    padding-top: 100px;
    padding-bottom: 75px;
}
.aurora_cans-growlers #le_section-eleven-area1 {
    padding-right: 15%;
    padding-left: 15%;
}
.aurora_cans-growlers #le_section-four {
    margin-top: 15px;
    margin-bottom: 115px;
}
.aurora_cans-growlers #le_section-four-area1 {
    margin-bottom: 50px;
}
.aurora_cans-growlers #le_section-four-area13 {
}
.aurora_cans-growlers #le_section-four-area15 {
}
.aurora_cans-growlers #le_section-four-area16 {
}
.aurora_cans-growlers #le_section-four-area25 {
}
.aurora_cans-growlers #le_section-four-area27 {
}
.aurora_cans-growlers #le_section-one {
    background-image: linear-gradient(rgba(43, 43, 43, 0.25), rgba(43, 43, 43, 0.25)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/oldcityhallbrewery/Old_City_Hall_Brewery_Oswego_NY_Beer_4.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: bottom center;
    padding-top: 200px;
    padding-bottom: 200px;
}
.aurora_cans-growlers #le_section-six {
}
.aurora_cans-growlers #le_section-six-area1 {
}
.aurora_cans-growlers #le_section-six-area14 {
}
.aurora_cans-growlers #le_section-six-area16 {
}
.aurora_cans-growlers #le_section-three {
    background-image: linear-gradient(rgba(247, 244, 239, 0.7), rgba(247, 244, 239, 0.7)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/oldcityhallbrewery/background/old-city-hall-brewery-paper-bkg-1600x800.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    padding-top: 75px;
    padding-bottom: 115px;
}
.aurora_cans-growlers #le_section-three-area5 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/oldcityhallbrewery/icon/Old_City_Hall_Icon_Pattern-Blue.svg);
    background-repeat: repeat;
    background-position: top center;
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_cans-growlers #le_section-three-area6 {
}
.aurora_cans-growlers #le_section-tweleve {
}
.aurora_cans-growlers #le_section-tweleve-area1 {
}
.aurora_cans-growlers #le_section-two {
    background-image: linear-gradient(rgba(247, 244, 239, 0.7), rgba(247, 244, 239, 0.7)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/oldcityhallbrewery/background/old-city-hall-brewery-paper-bkg-1600x800.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 115px;
    padding-bottom: 50px;
}
.aurora_cans-growlers #le_section-two-area1 {
    padding-right: 15%;
    padding-left: 15%;
}
.aurora_cans-growlers #le_section-two-area24 {
}
.aurora_cans-growlers #le_section-two-area25 {
}
.aurora_cans-growlers-list #le_section-eight {
    margin-bottom: 115px;
}
.aurora_cans-growlers-list #le_section-eight-area1 {
    margin-bottom: 50px;
}
.aurora_cans-growlers-list #le_section-eight-area13 {
}
.aurora_cans-growlers-list #le_section-eight-area15 {
}
.aurora_cans-growlers-list #le_section-eleven {
    background-color: rgb(62, 75, 84);
    padding-top: 100px;
    padding-bottom: 75px;
}
.aurora_cans-growlers-list #le_section-eleven-area1 {
    padding-right: 15%;
    padding-left: 15%;
}
.aurora_cans-growlers-list #le_section-four {
    margin-top: 115px;
    margin-bottom: 115px;
}
.aurora_cans-growlers-list #le_section-four-area1 {
    margin-bottom: 50px;
}
.aurora_cans-growlers-list #le_section-four-area13 {
    margin-bottom: 60px;
}
.aurora_cans-growlers-list #le_section-four-area15 {
    margin-bottom: 60px;
}
.aurora_cans-growlers-list #le_section-four-area16 {
}
.aurora_cans-growlers-list #le_section-four-area25 {
}
.aurora_cans-growlers-list #le_section-four-area27 {
}
.aurora_cans-growlers-list #le_section-one {
    background-image: linear-gradient(rgba(43, 43, 43, 0.25), rgba(43, 43, 43, 0.25)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/oldcityhallbrewery/background/old-city-hall-brewery-line-of-beer-glasses.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: top center;
    padding-top: 200px;
    padding-bottom: 200px;
}
.aurora_cans-growlers-list #le_section-six {
    margin-bottom: 115px;
}
.aurora_cans-growlers-list #le_section-six-area1 {
    margin-bottom: 50px;
}
.aurora_cans-growlers-list #le_section-six-area14 {
}
.aurora_cans-growlers-list #le_section-six-area16 {
}
.aurora_cans-growlers-list #le_section-three {
    background-image: linear-gradient(rgba(247, 244, 239, 0.7), rgba(247, 244, 239, 0.7)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/oldcityhallbrewery/background/old-city-hall-brewery-paper-bkg-1600x800.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    padding-top: 75px;
    padding-bottom: 115px;
}
.aurora_cans-growlers-list #le_section-three-area5 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/oldcityhallbrewery/icon/Old_City_Hall_Icon_Pattern-Blue.svg);
    background-repeat: repeat;
    background-position: top center;
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_cans-growlers-list #le_section-tweleve {
}
.aurora_cans-growlers-list #le_section-tweleve-area1 {
}
.aurora_cans-growlers-list #le_section-two {
    background-image: linear-gradient(rgba(247, 244, 239, 0.7), rgba(247, 244, 239, 0.7)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/oldcityhallbrewery/background/old-city-hall-brewery-paper-bkg-1600x800.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 115px;
    padding-bottom: 75px;
}
.aurora_cans-growlers-list #le_section-two-area1 {
    margin-bottom: 75px;
    padding-right: 15%;
    padding-left: 15%;
}
.aurora_cans-growlers-list #le_section-two-area24 {
}
.aurora_cans-growlers-list #le_section-two-area25 {
}
.aurora_class-schedule #le_section-one {
    background-image: linear-gradient(rgba(43, 43, 43, 0.25), rgba(43, 43, 43, 0.25)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/mindbodytemplate5/salon/empty-stylist-booths.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_class-schedule #le_section-two {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_courses #le_section-one {
    background-image: linear-gradient(rgba(43, 43, 43, 0.25), rgba(43, 43, 43, 0.25)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/mindbodytemplate5/salon/empty-stylist-booths.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_courses #le_section-three {
}
.aurora_courses #le_section-two {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_events-calendar #le_section-five {
}
.aurora_events-calendar #le_section-five-area1 {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.aurora_events-calendar #le_section-five-area2 {
}
.aurora_events-calendar #le_section-four-area1 {
    padding-right: 15%;
    padding-bottom: 15%;
    padding-left: 15%;
}
.aurora_events-calendar #le_section-nine {
    background-color: rgb(62, 75, 84);
    padding-top: 115px;
    padding-bottom: 115px;
}
.aurora_events-calendar #le_section-nine-area1 {
    padding-right: 15%;
    padding-left: 15%;
}
.aurora_events-calendar #le_section-nine-area2 {
}
.aurora_events-calendar #le_section-nine-area3 {
    margin-right: 50px;
}
.aurora_events-calendar #le_section-one {
    background-image: linear-gradient(rgba(43, 43, 43, 0.5), rgba(43, 43, 43, 0.5)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/oldcityhallbrewery/Old_City_Hall_Brewery_Oswego_NY_Live_Music_Events_Calendar_Near_Syracuse_CNY.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    padding-top: 200px;
    padding-bottom: 200px;
}
.aurora_events-calendar #le_section-three {
}
.aurora_events-calendar #le_section-three-area5 {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.aurora_events-calendar #le_section-two {
    padding-top: 115px;
    padding-bottom: 115px;
}
.aurora_events-calendar #le_section-two-area1 {
    padding-right: 15%;
    padding-bottom: 15%;
    padding-left: 15%;
}
.aurora_gallery #le_section-eight {
}
.aurora_gallery #le_section-eight-area1 {
}
.aurora_gallery #le_section-eleven {
}
.aurora_gallery #le_section-five {
}
.aurora_gallery #le_section-five-area1 {
    background-repeat: repeat;
    background-position: top center;
}
.aurora_gallery #le_section-five-area2 {
}
.aurora_gallery #le_section-four {
}
.aurora_gallery #le_section-four-area1 {
    margin-bottom: 20px;
}
.aurora_gallery #le_section-four-area11 {
}
.aurora_gallery #le_section-four-area16 {
}
.aurora_gallery #le_section-four-area30 {
}
.aurora_gallery #le_section-four-area32 {
}
.aurora_gallery #le_section-four-area7 {
}
.aurora_gallery #le_section-nine {
    background-color: rgb(255, 255, 255);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.aurora_gallery #le_section-nine-area1 {
}
.aurora_gallery #le_section-nine-area2 {
    margin-right: 75px;
}
.aurora_gallery #le_section-one {
    background-image: linear-gradient(rgba(5, 5, 5, 0.2), rgba(5, 5, 5, 0.2)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/oldcityhallbrewery/Market_House_Old_City_Hall_Oswego_NY.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 200px;
    padding-bottom: 200px;
}
.aurora_gallery #le_section-seven {
}
.aurora_gallery #le_section-seven-area1 {
    background-repeat: repeat;
    background-position: top center;
}
.aurora_gallery #le_section-ten {
    background-color: rgb(255, 255, 255);
}
.aurora_gallery #le_section-ten-area3 {
    margin-left: 75px;
}
.aurora_gallery #le_section-three {
}
.aurora_gallery #le_section-three-area5 {
    background-repeat: repeat;
    background-position: top center;
}
.aurora_gallery #le_section-three-area7 {
}
.aurora_gallery #le_section-tweleve {
    background-color: rgb(62, 75, 84);
}
.aurora_gallery #le_section-tweleve-area1 {
    padding-right: 15%;
    padding-left: 15%;
}
.aurora_gallery #le_section-two {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 100px;
    padding-bottom: 50px;
}
.aurora_gallery #le_section-two-area1 {
}
.aurora_gift-cards #le_section-four {
    margin-bottom: 100px;
}
.aurora_gift-cards #le_section-four-area1 {
    background-color: rgba(0, 0, 0, 0);
}
.aurora_gift-cards #le_section-one {
    background-image: linear-gradient(rgba(43, 43, 43, 0.25), rgba(43, 43, 43, 0.25)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/oldcityhallbrewery/Old_City_Hall_Brewery_Oswego_NY_Gift_Cards_2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    padding-top: 200px;
    padding-bottom: 200px;
}
.aurora_gift-cards #le_section-three {
}
.aurora_gift-cards #le_section-two {
    padding-top: 75px;
}
.aurora_gift-cards #le_section-two-area1 {
    padding-right: 15%;
    padding-left: 15%;
}
.aurora_gift-cards #le_section-two-area14 {
    margin-top: 50px;
    margin-bottom: 50px;
}
.aurora_home #le_headerRegion {
    background-color: rgb(247, 244, 239);
}
.aurora_home #le_section-eight {
    background-color: rgb(62, 75, 84);
    padding-top: 25px;
}
.aurora_home #le_section-eight-area1 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/oldcityhallbrewery/Old_City_Hall_Brewery_Oswego_NY_Restaurant_4.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.aurora_home #le_section-eight-area2 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/oldcityhallbrewery/Old_City_Hall_Brewery_Oswego_NY_Restaurant_6.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.aurora_home #le_section-eight-area3 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/oldcityhallbrewery/Old_City_Hall_Brewery_Oswego_NY_Tap_Wall_Underground_3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.aurora_home #le_section-eight-area4 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/oldcityhallbrewery/Old_City_Hall_Brewery_Oswego_NY_Restaurant_8.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.aurora_home #le_section-five {
    background-image: linear-gradient(rgba(247, 244, 239, 0.7), rgba(247, 244, 239, 0.7)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/oldcityhallbrewery/background/old-city-hall-brewery-paper-bkg-1600x800.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 75px;
    padding-bottom: 100px;
}
.aurora_home #le_section-five-area1 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/oldcityhallbrewery/icon/Old_City_Hall_Icon_Pattern-Blue.svg);
    background-repeat: repeat;
    background-size: auto;
    background-position: top center;
    padding-top: 60px;
    padding-bottom: 50px;
}
.aurora_home #le_section-five-area2 {
}
.aurora_home #le_section-four {
    background-image: linear-gradient(rgba(247, 244, 239, 0.7), rgba(247, 244, 239, 0.7)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/oldcityhallbrewery/background/old-city-hall-brewery-paper-bkg-1600x800.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    padding-top: 75px;
}
.aurora_home #le_section-four-area1 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/oldcityhallbrewery/icon/Old_City_Hall_Icon_Pattern-Blue.svg);
    background-repeat: repeat;
    background-position: top center;
    padding-top: 60px;
    padding-bottom: 50px;
}
.aurora_home #le_section-four-area2 {
}
.aurora_home #le_section-one {
}
.aurora_home #le_section-one-content3 {
    margin-right: 5%;
    margin-left: 5%;
}
.aurora_home #le_section-one-content4 {
}
.aurora_home #le_section-one-content7 {
}
.aurora_home #le_section-seven {
    background-image: linear-gradient(rgba(247, 244, 239, 0.7), rgba(247, 244, 239, 0.7)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/oldcityhallbrewery/background/old-city-hall-brewery-paper-bkg-1600x800.jpg);
    padding-top: 115px;
    padding-bottom: 115px;
}
.aurora_home #le_section-seven-area1 {
}
.aurora_home #le_section-seven-area11 {
}
.aurora_home #le_section-seven-area2 {
    padding-left: 50px;
}
.aurora_home #le_section-seven-area3 {
}
.aurora_home #le_section-seven-area5 {
}
.aurora_home #le_section-seven-area6 {
}
.aurora_home #le_section-six {
    background-color: rgb(62, 75, 84);
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_home #le_section-six-area1 {
}
.aurora_home #le_section-six-area2 {
    padding-right: 50px;
}
.aurora_home #le_section-six-area3 {
}
.aurora_home #le_section-three {
    background-image: linear-gradient(rgba(247, 244, 239, 0.7), rgba(247, 244, 239, 0.7)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/oldcityhallbrewery/background/old-city-hall-brewery-paper-bkg-1600x800.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    padding-top: 100px;
}
.aurora_home #le_section-three-area5 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/oldcityhallbrewery/icon/Old_City_Hall_Icon_Pattern-Blue.svg);
    background-repeat: repeat;
    background-size: auto;
    background-position: top center;
    padding-top: 60px;
    padding-bottom: 50px;
}
.aurora_home #le_section-three-area6 {
}
.aurora_home #le_section-two {
}
.aurora_home #le_section-two-area1 {
    margin-top: 115px;
    margin-bottom: 115px;
    padding-right: 15%;
    padding-left: 15%;
}
.aurora_home #le_section-two-area2 {
}
.aurora_home #le_section-two-area3 {
}
.aurora_home #le_section-two-area8 {
}
.aurora_menus #le_section-eight {
}
.aurora_menus #le_section-eight-area1 {
}
.aurora_menus #le_section-five {
    margin-bottom: 100px;
}
.aurora_menus #le_section-five-area1 {
    margin-bottom: 25px;
}
.aurora_menus #le_section-four {
    margin-bottom: 100px;
}
.aurora_menus #le_section-four-area1 {
}
.aurora_menus #le_section-four-area10 {
    padding-right: 15%;
    padding-left: 15%;
}
.aurora_menus #le_section-four-area11 {
}
.aurora_menus #le_section-four-area16 {
    margin-top: 50px;
    margin-bottom: 20px;
}
.aurora_menus #le_section-four-area7 {
}
.aurora_menus #le_section-nine {
}
.aurora_menus #le_section-nine-area1 {
}
.aurora_menus #le_section-nine-area2 {
    margin-right: 75px;
}
.aurora_menus #le_section-one {
    background-image: linear-gradient(rgba(43, 43, 43, 0.25), rgba(43, 43, 43, 0.25)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/oldcityhallbrewery/Old_City_Hall_Brewery_Oswego_NY_Food_4.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    padding-top: 200px;
    padding-bottom: 200px;
}
.aurora_menus #le_section-seven {
    margin-bottom: 100px;
}
.aurora_menus #le_section-seven-area1 {
}
.aurora_menus #le_section-seven-area2 {
}
.aurora_menus #le_section-six {
    margin-bottom: 100px;
}
.aurora_menus #le_section-six-area1 {
    margin-bottom: 25px;
}
.aurora_menus #le_section-ten {
    background-color: rgb(62, 75, 84);
    padding-top: 100px;
    padding-bottom: 75px;
}
.aurora_menus #le_section-ten-area1 {
    padding-right: 15%;
    padding-left: 15%;
}
.aurora_menus #le_section-ten-area3 {
    margin-left: 75px;
}
.aurora_menus #le_section-three {
    margin-top: 100px;
    margin-bottom: 100px;
}
.aurora_menus #le_section-three-area1 {
    margin-bottom: 25px;
}
.aurora_menus #le_section-three-area5 {
}
.aurora_menus #le_section-tweleve {
    background-color: rgb(62, 75, 84);
    padding-top: 100px;
    padding-bottom: 75px;
}
.aurora_menus #le_section-tweleve-area1 {
    padding-right: 15%;
    padding-left: 15%;
}
.aurora_menus #le_section-two {
    background-image: linear-gradient(rgba(247, 244, 239, 0.7), rgba(247, 244, 239, 0.7)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/oldcityhallbrewery/background/old-city-hall-brewery-paper-bkg-1600x800.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 115px;
    padding-bottom: 115px;
}
.aurora_menus #le_section-two-area1 {
    margin-bottom: 75px;
    padding-right: 15%;
    padding-left: 15%;
}
.aurora_menus #le_section-two-area15 {
}
.aurora_menus #le_section-two-area16 {
}
.aurora_menus #le_section-two-area17 {
}
.aurora_menus #le_section-two-area18 {
}
.aurora_menus #le_section-two-area24 {
    margin-top: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    margin-left: 5px;
}
.aurora_menus #le_section-two-area25 {
    text-align: center;
}
.aurora_menus #le_section-two-area26 {
    margin-top: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    margin-left: 5px;
}
.aurora_private-parties #le_section-eight {
    background-color: rgb(255, 255, 255);
    background-repeat: no-repeat;
    background-size: auto;
    padding-top: 115px;
    padding-bottom: 115px;
}
.aurora_private-parties #le_section-eight-area1 {
    margin-bottom: 50px;
}
.aurora_private-parties #le_section-eleven {
}
.aurora_private-parties #le_section-five {
    margin-bottom: 25px;
}
.aurora_private-parties #le_section-five-area1 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/oldcityhallbrewery/icon/Old_City_Hall_Icon_Pattern-Blue.svg);
    background-repeat: repeat;
    background-position: top center;
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_private-parties #le_section-four-area1 {
}
.aurora_private-parties #le_section-four-area11 {
}
.aurora_private-parties #le_section-four-area16 {
}
.aurora_private-parties #le_section-four-area7 {
}
.aurora_private-parties #le_section-nine {
    padding-top: 115px;
    padding-bottom: 115px;
}
.aurora_private-parties #le_section-nine-area1 {
    margin-bottom: 50px;
}
.aurora_private-parties #le_section-nine-area11 {
    background-color: rgb(255, 255, 255);
    margin-right: 15%;
    margin-left: 15%;
    padding-top: 60px;
    padding-right: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
}
.aurora_private-parties #le_section-nine-area2 {
    margin-right: 75px;
}
.aurora_private-parties #le_section-one {
    background-image: linear-gradient(rgba(5, 5, 5, 0.2), rgba(5, 5, 5, 0.2)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/oldcityhallbrewery/Old_City_Hall_Brewery_Oswego_NY_Tap_Wall_Underground_Patio_2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    padding-top: 200px;
    padding-bottom: 200px;
}
.aurora_private-parties #le_section-seven {
    margin-top: 50px;
    margin-bottom: 75px;
}
.aurora_private-parties #le_section-seven-area1 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/oldcityhallbrewery/icon/Old_City_Hall_Icon_Pattern-Blue.svg);
    background-repeat: repeat;
    background-position: top center;
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_private-parties #le_section-ten {
    background-color: rgb(62, 75, 84);
    padding-top: 100px;
    padding-bottom: 100px;
}
.aurora_private-parties #le_section-ten-area1 {
    margin-bottom: 50px;
}
.aurora_private-parties #le_section-ten-area11 {
}
.aurora_private-parties #le_section-ten-area12 {
}
.aurora_private-parties #le_section-ten-area15 {
}
.aurora_private-parties #le_section-ten-area2 {
    margin-right: 50px;
}
.aurora_private-parties #le_section-ten-area3 {
}
.aurora_private-parties #le_section-three {
    margin-top: 50px;
    margin-bottom: 75px;
}
.aurora_private-parties #le_section-three-area5 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/oldcityhallbrewery/icon/Old_City_Hall_Icon_Pattern-Blue.svg);
    background-repeat: repeat;
    background-position: top center;
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_private-parties #le_section-three-area7 {
}
.aurora_private-parties #le_section-tweleve {
}
.aurora_private-parties #le_section-tweleve-area1 {
    padding-right: 15%;
    padding-left: 15%;
}
.aurora_private-parties #le_section-two {
    background-image: linear-gradient(rgba(247, 244, 239, 0.7), rgba(247, 244, 239, 0.7)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/oldcityhallbrewery/background/old-city-hall-brewery-paper-bkg-1600x800.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 115px;
    padding-bottom: 115px;
}
.aurora_private-parties #le_section-two-area1 {
    margin-bottom: 75px;
    padding-right: 15%;
    padding-left: 15%;
}
.aurora_private-parties-copy #le_section-one {
    background-image: linear-gradient(rgba(43, 43, 43, 0.25), rgba(43, 43, 43, 0.25)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/mindbodytemplate5/salon/salon-view.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_private-parties-copy #le_section-three {
    background-color: rgb(133, 130, 130);
    background-size: cover;
    background-position: top center;
    padding-top: 100px;
    padding-bottom: 100px;
}
.aurora_private-parties-copy #le_section-two {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_reservations #le_section-four {
    margin-bottom: 100px;
}
.aurora_reservations #le_section-four-area1 {
    background-color: rgba(0, 0, 0, 0);
}
.aurora_reservations #le_section-one {
    background-image: linear-gradient(rgba(43, 43, 43, 0.25), rgba(43, 43, 43, 0.25)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/oldcityhallbrewery/Old_City_Hall_Brewery_Oswego_NY_Food_2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    padding-top: 200px;
    padding-bottom: 200px;
}
.aurora_reservations #le_section-three {
}
.aurora_reservations #le_section-two {
    padding-top: 75px;
}
.aurora_reservations #le_section-two-area1 {
    padding-right: 15%;
    padding-left: 15%;
}
.aurora_reservations #le_section-two-area14 {
    margin-top: 50px;
    margin-bottom: 50px;
}
.aurora_schedule #le_section-one {
    background-image: linear-gradient(rgba(43, 43, 43, 0.25), rgba(43, 43, 43, 0.25)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/mindbodytemplate5/salon/empty-stylist-booths.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_schedule #le_section-two {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_staff #le_section-one {
    background-image: linear-gradient(rgba(43, 43, 43, 0.25), rgba(43, 43, 43, 0.25)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/mindbodytemplate5/salon/empty-stylist-booths.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_staff #le_section-two {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_thank-you #le_section-one {
    background-color: rgb(62, 75, 84);
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_thank-you #le_section-one-content3 {
    padding-right: 15%;
    padding-left: 15%;
}
.aurora_thank-you #le_section-two {
    margin-top: 25px;
}
.aurora_thank-you #le_section-two-area20 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/oldcityhallbrewery/background/old-city-hall-brewery-bkg-indoor-bar-rendering-renovation.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    margin-bottom: 25px;
}
.aurora_thank-you #le_section-two-area21 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/oldcityhallbrewery/background/old-city-hall-brewery-bkg-indoor-seating-rendering.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}
.aurora_thank-you #le_section-two-area22 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/oldcityhallbrewery/background/old-city-hall-brewery-bkg-indoor-pour-wall-rendering.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.aurora_thank-you #le_section-two-area23 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/oldcityhallbrewery/background/old-city-hall-brewery-bkg-indoor-seating-column-rendering-renovation.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center left;
}
.aurora_workshops #le_section-one {
    background-image: linear-gradient(rgba(43, 43, 43, 0.25), rgba(43, 43, 43, 0.25)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/mindbodytemplate5/salon/empty-stylist-booths.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_workshops #le_section-two {
    padding-top: 75px;
    padding-bottom: 75px;
}
.seFormButton {
    background-color: rgb(62, 75, 84);
    color: rgb(255, 255, 255);
}
.se_body,.se_bgColor_thumb,.se_bgImg_thumb {
    background-color: rgb(247, 244, 239);
}
.se_button a, a.se_button {
    background-color: rgb(62, 75, 84);
    color: rgb(255, 255, 255);
    font-size: 16px;
    border-width: 0px;
}
.se_button a:hover, a.se_button:hover {
    background-color: rgb(29, 35, 39);
    color: rgb(255, 255, 255);
}
.se_cta {
}
.se_cta .le_content a {
}
.se_cta .le_content a:hover {
}
.se_cta .le_content, .se_cta .le_content a {
}
.se_cta:hover {
}
.se_footer {
    background-color: rgb(191, 182, 167);
}
.se_footer a {
    color: rgb(5, 5, 5);
}
.se_footer a:hover {
    color: rgb(37, 45, 50);
}
.se_footer p, .se_footer h1, .se_footer h2, .se_footer h3, .se_footer h4, .se_footer h5, .se_footer  {
    color: rgb(5, 5, 5);
}
.se_header {
}
.se_header a {
}
.se_header a:hover {
}
.se_header p, .se_header h1, .se_header h2, .se_header h3, .se_header h4, .se_header h5, .se_header  {
}
.se_mainContent {
}
.se_menu {
}
.se_menu .le_menu_level_1_container, .se_menu ul.le_menu_level_2 {
    background-color: rgb(247, 244, 239);
}
.se_menu li.le_menuitem_level_0 a,.navicon {
    font-size: 15px;
    color: rgb(37, 45, 50);
}
.se_menu li.le_menuitem_level_0 a:hover {
    color: rgb(5, 5, 5);
}
.se_menu li.le_menuitem_level_1 a {
    color: rgb(37, 45, 50);
    background-color: rgb(247, 244, 239);
}
.se_menu li.le_menuitem_level_1 a:hover {
    color: rgb(5, 5, 5);
}
.se_siteBranding a {
    font-size: 35px;
    color: rgb(5, 5, 5);
}
.se_siteBranding:hover, .se_siteBranding a:hover {
    color: rgb(37, 45, 50);
}
.se_social a {
    color: rgb(37, 45, 50);
    font-size: 24px;
}
.se_social a:hover {
    color: rgb(5, 5, 5);
}
.se_tagline {
}
.se_wrapperContent a, .se_WrapperContent a, .se_mainContent a {
}
.se_wrapperContent a:hover, .se_WrapperContent a:hover,.se_mainContent a:hover {
}
.se_wrapperContent, .se_WrapperContent, .se_mainContent .le_content, .se_mainContent p, .se_mainCont {
}
a {
    color: rgb(5, 5, 5);
}
a:hover {
    color: rgb(37, 45, 50);
}
blockquote {
    font-family: 'Roboto Slab';
    font-size: 18px;
    color: rgb(62, 75, 84);
}
body .navicon {
    color: rgb(37, 45, 50);
}
h1, h1 a, .title1, .title1 a {
    font-size: 70px;
    color: rgb(62, 75, 84);
    font-weight: normal;
}
h2, h2 a, .title2, .title2 a {
    font-size: 54px;
    color: rgb(5, 5, 5);
    font-weight: normal;
}
h3, h3 a, .title3, .title3 a {
    font-size: 36px;
    color: rgb(5, 5, 5);
    font-weight: normal;
}
h4, h4 a, .title4, .title4 a {
    font-size: 22px;
    color: rgb(5, 5, 5);
}
h5, h5 a, .title5, .title5 a {
    font-size: 20px;
    color: rgb(255, 255, 255);
    font-weight: bold;
}
h6, h6 a, .title6, .title6 a {
    font-size: 16px;
    color: rgb(5, 5, 5);
    font-weight: bold;
}
hr {
}
p, ul, ol, dl {
    font-size: 18px;
    color: rgb(5, 5, 5);
    line-height: 1.5;
}

/*-------------- Account Preset [Desktop] End----------------- */
/*-------------- Account Preset [Tablet]----------------- */
@media screen and (max-width: 991.98px) {
    #le_footer-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    #le_footer-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    #le_footer-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    #le_footer-area4 {
    }
}
@media screen and (max-width: 991.98px) {
    #le_section-eleven-area10 {
    }
}
@media screen and (max-width: 991.98px) {
    #le_section-eleven-area7 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about #le_section-five-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about #le_section-five-area2 {
    margin-top: 50px;
    margin-bottom: 50px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about #le_section-nine {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about #le_section-nine-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about #le_section-nine-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about #le_section-three-area5 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about #le_section-two-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_apartments #le_section-eight {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_apartments #le_section-eight-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_apartments #le_section-eight-area24 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_apartments #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_apartments #le_section-five-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_apartments #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_apartments #le_section-four-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_apartments #le_section-four-area11 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_apartments #le_section-four-area16 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_apartments #le_section-four-area21 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_apartments #le_section-four-area23 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_apartments #le_section-four-area30 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_apartments #le_section-four-area32 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_apartments #le_section-four-area7 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_apartments #le_section-nine {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_apartments #le_section-nine-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_apartments #le_section-nine-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_apartments #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_apartments #le_section-seven {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_apartments #le_section-seven-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_apartments #le_section-six {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_apartments #le_section-ten {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_apartments #le_section-ten-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_apartments #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_apartments #le_section-three-area5 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_apartments #le_section-tweleve {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_apartments #le_section-tweleve-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_apartments #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_apartments #le_section-two-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_apartments-contact #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_apartments-contact #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_apartments-contact #le_section-four-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_apartments-contact #le_section-four-area7 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_apartments-contact #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_apartments-contact #le_section-seven {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_apartments-contact #le_section-six {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_apartments-contact #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_apartments-contact #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_apartments-contact #le_section-two-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_book-appointment #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_brewery-contact #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_brewery-contact #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_brewery-contact #le_section-four-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_brewery-contact #le_section-four-area7 {
    margin-right: 10%;
    margin-left: 10%;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_brewery-contact #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_brewery-contact #le_section-six {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_brewery-contact #le_section-six-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_brewery-contact #le_section-six-area2 {
    margin-bottom: 50px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_brewery-contact #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_brewery-contact #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_brewery-contact #le_section-two-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_brews #le_section-eight {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_brews #le_section-eight-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_brews #le_section-eight-area21 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_brews #le_section-eight-area22 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_brews #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_brews #le_section-five-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_brews #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_brews #le_section-four-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_brews #le_section-four-area11 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_brews #le_section-four-area16 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_brews #le_section-four-area7 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_brews #le_section-nine {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_brews #le_section-nine-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_brews #le_section-nine-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_brews #le_section-nine-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_brews #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_brews #le_section-seven {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_brews #le_section-seven-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_brews #le_section-ten {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_brews #le_section-ten-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_brews #le_section-ten-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_brews #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_brews #le_section-three-area5 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_brews #le_section-tweleve {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_brews #le_section-tweleve-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_brews #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_brews #le_section-two-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_brews #le_section-two-area15 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_brews #le_section-two-area16 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_brews #le_section-two-area17 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_brews #le_section-two-area18 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_brews #le_section-two-area19 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_cans-growlers #le_section-eight {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_cans-growlers #le_section-eight-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_cans-growlers #le_section-eight-area13 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_cans-growlers #le_section-eight-area15 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_cans-growlers #le_section-eleven {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_cans-growlers #le_section-eleven-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_cans-growlers #le_section-four {
    margin-top: 100px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_cans-growlers #le_section-four-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_cans-growlers #le_section-four-area13 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_cans-growlers #le_section-four-area15 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_cans-growlers #le_section-four-area16 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_cans-growlers #le_section-four-area25 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_cans-growlers #le_section-four-area27 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_cans-growlers #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_cans-growlers #le_section-six {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_cans-growlers #le_section-six-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_cans-growlers #le_section-six-area14 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_cans-growlers #le_section-six-area16 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_cans-growlers #le_section-three {
    margin-left: 0px;
    padding-left: 20px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_cans-growlers #le_section-three-area5 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_cans-growlers #le_section-three-area6 {
    margin-right: 20px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_cans-growlers #le_section-tweleve {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_cans-growlers #le_section-tweleve-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_cans-growlers #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_cans-growlers #le_section-two-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_cans-growlers #le_section-two-area24 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_cans-growlers #le_section-two-area25 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_cans-growlers-list #le_section-eight {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_cans-growlers-list #le_section-eight-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_cans-growlers-list #le_section-eight-area13 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_cans-growlers-list #le_section-eight-area15 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_cans-growlers-list #le_section-eleven {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_cans-growlers-list #le_section-eleven-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_cans-growlers-list #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_cans-growlers-list #le_section-four-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_cans-growlers-list #le_section-four-area13 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_cans-growlers-list #le_section-four-area15 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_cans-growlers-list #le_section-four-area16 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_cans-growlers-list #le_section-four-area25 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_cans-growlers-list #le_section-four-area27 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_cans-growlers-list #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_cans-growlers-list #le_section-six {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_cans-growlers-list #le_section-six-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_cans-growlers-list #le_section-six-area14 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_cans-growlers-list #le_section-six-area16 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_cans-growlers-list #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_cans-growlers-list #le_section-three-area5 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_cans-growlers-list #le_section-tweleve {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_cans-growlers-list #le_section-tweleve-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_cans-growlers-list #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_cans-growlers-list #le_section-two-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_cans-growlers-list #le_section-two-area24 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_cans-growlers-list #le_section-two-area25 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_class-schedule #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_class-schedule #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_courses #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_courses #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_courses #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_events-calendar #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_events-calendar #le_section-five-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_events-calendar #le_section-five-area2 {
    margin-top: 50px;
    margin-bottom: 50px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_events-calendar #le_section-four-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_events-calendar #le_section-nine {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_events-calendar #le_section-nine-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_events-calendar #le_section-nine-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_events-calendar #le_section-nine-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_events-calendar #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_events-calendar #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_events-calendar #le_section-three-area5 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_events-calendar #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_events-calendar #le_section-two-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_gallery #le_section-eight {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_gallery #le_section-eight-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_gallery #le_section-eleven {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_gallery #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_gallery #le_section-five-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_gallery #le_section-five-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_gallery #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_gallery #le_section-four-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_gallery #le_section-four-area11 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_gallery #le_section-four-area16 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_gallery #le_section-four-area30 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_gallery #le_section-four-area32 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_gallery #le_section-four-area7 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_gallery #le_section-nine {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_gallery #le_section-nine-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_gallery #le_section-nine-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_gallery #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_gallery #le_section-seven {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_gallery #le_section-seven-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_gallery #le_section-ten {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_gallery #le_section-ten-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_gallery #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_gallery #le_section-three-area5 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_gallery #le_section-three-area7 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_gallery #le_section-tweleve {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_gallery #le_section-tweleve-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_gallery #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_gallery #le_section-two-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_gift-cards #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_gift-cards #le_section-four-area1 {
    margin-right: 10%;
    margin-left: 10%;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_gift-cards #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_gift-cards #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_gift-cards #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_gift-cards #le_section-two-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_gift-cards #le_section-two-area14 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_headerRegion {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-eight {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-eight-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-eight-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-eight-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-eight-area4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-five-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-five-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-four-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-four-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-one {
    background-color: rgb(37, 45, 50);
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-one-content3 {
    padding-top: 50px;
    padding-bottom: 40px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-one-content4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-one-content7 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-seven {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-seven-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-seven-area11 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-seven-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-seven-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-seven-area5 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-seven-area6 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-six {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-six-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-six-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-six-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-three-area5 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-three-area6 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-two-area1 {
    margin-top: 75px;
    padding-right: 10%;
    padding-left: 10%;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-two-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-two-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-two-area8 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_menus #le_section-eight {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_menus #le_section-eight-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_menus #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_menus #le_section-five-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_menus #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_menus #le_section-four-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_menus #le_section-four-area10 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_menus #le_section-four-area11 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_menus #le_section-four-area16 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_menus #le_section-four-area7 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_menus #le_section-nine {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_menus #le_section-nine-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_menus #le_section-nine-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_menus #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_menus #le_section-seven {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_menus #le_section-seven-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_menus #le_section-seven-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_menus #le_section-six {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_menus #le_section-six-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_menus #le_section-ten {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_menus #le_section-ten-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_menus #le_section-ten-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_menus #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_menus #le_section-three-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_menus #le_section-three-area5 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_menus #le_section-tweleve {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_menus #le_section-tweleve-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_menus #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_menus #le_section-two-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_menus #le_section-two-area15 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_menus #le_section-two-area16 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_menus #le_section-two-area17 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_menus #le_section-two-area18 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_menus #le_section-two-area24 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_menus #le_section-two-area25 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_menus #le_section-two-area26 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_private-parties #le_section-eight {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_private-parties #le_section-eight-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_private-parties #le_section-eleven {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_private-parties #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_private-parties #le_section-five-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_private-parties #le_section-four-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_private-parties #le_section-four-area11 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_private-parties #le_section-four-area16 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_private-parties #le_section-four-area7 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_private-parties #le_section-nine {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_private-parties #le_section-nine-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_private-parties #le_section-nine-area11 {
    margin-right: 10%;
    margin-left: 10%;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_private-parties #le_section-nine-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_private-parties #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_private-parties #le_section-seven {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_private-parties #le_section-seven-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_private-parties #le_section-ten {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_private-parties #le_section-ten-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_private-parties #le_section-ten-area11 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_private-parties #le_section-ten-area12 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_private-parties #le_section-ten-area15 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_private-parties #le_section-ten-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_private-parties #le_section-ten-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_private-parties #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_private-parties #le_section-three-area5 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_private-parties #le_section-three-area7 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_private-parties #le_section-tweleve {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_private-parties #le_section-tweleve-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_private-parties #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_private-parties #le_section-two-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_private-parties-copy #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_private-parties-copy #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_private-parties-copy #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_reservations #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_reservations #le_section-four-area1 {
    margin-right: 10%;
    margin-left: 10%;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_reservations #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_reservations #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_reservations #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_reservations #le_section-two-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_reservations #le_section-two-area14 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_schedule #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_schedule #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_staff #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_staff #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_thank-you #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_thank-you #le_section-one-content3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_thank-you #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_thank-you #le_section-two-area20 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_thank-you #le_section-two-area21 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_thank-you #le_section-two-area22 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_thank-you #le_section-two-area23 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_workshops #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_workshops #le_section-two {
    }
}

/*-------------- Account Preset [Tablet] End----------------- */
/*-------------- Account Preset [Mobile]----------------- */
@media screen and (max-width: 767.98px) {
    #le_footer-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    #le_footer-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    #le_footer-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    #le_footer-area4 {
    }
}
@media screen and (max-width: 767.98px) {
    #le_section-eleven-area10 {
    }
}
@media screen and (max-width: 767.98px) {
    #le_section-eleven-area7 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about #le_section-five {
    margin-bottom: 50px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about #le_section-five-area1 {
    padding-top: 200px;
    padding-bottom: 200px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about #le_section-five-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about #le_section-nine {
    padding-top: 75px;
    padding-bottom: 75px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about #le_section-nine-area2 {
    margin-left: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about #le_section-nine-area3 {
    margin-top: 25px;
    margin-right: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about #le_section-one {
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    padding-top: 50px;
    padding-bottom: 50px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about #le_section-three {
    margin-bottom: 50px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about #le_section-three-area5 {
    padding-top: 200px;
    padding-bottom: 200px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about #le_section-two {
    padding-top: 75px;
    padding-bottom: 75px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about #le_section-two-area1 {
    padding-right: 20px;
    padding-left: 20px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_apartments #le_section-eight {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_apartments #le_section-eight-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_apartments #le_section-eight-area24 {
    padding-top: 25px;
    padding-left: 0px;
    text-align: center;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_apartments #le_section-five {
    margin-top: 25px;
    margin-bottom: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_apartments #le_section-five-area1 {
    padding-top: 175px;
    padding-bottom: 175px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_apartments #le_section-four {
    padding-bottom: 75px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_apartments #le_section-four-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_apartments #le_section-four-area11 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_apartments #le_section-four-area16 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_apartments #le_section-four-area21 {
    margin-bottom: 50px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_apartments #le_section-four-area23 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_apartments #le_section-four-area30 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_apartments #le_section-four-area32 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_apartments #le_section-four-area7 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_apartments #le_section-nine {
    background-color: rgb(255, 255, 255);
    padding-top: 75px;
    padding-bottom: 75px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_apartments #le_section-nine-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_apartments #le_section-nine-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_apartments #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/oldcityhallbrewery/77-Apt203-13.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-position: center center;
    padding-top: 50px;
    padding-bottom: 50px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_apartments #le_section-seven {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_apartments #le_section-seven-area1 {
    padding-top: 175px;
    padding-bottom: 175px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_apartments #le_section-six {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_apartments #le_section-ten {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_apartments #le_section-ten-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_apartments #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_apartments #le_section-three-area5 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_apartments #le_section-tweleve {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_apartments #le_section-tweleve-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_apartments #le_section-two {
    padding-top: 75px;
    padding-bottom: 75px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_apartments #le_section-two-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_apartments-contact #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_apartments-contact #le_section-four {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_apartments-contact #le_section-four-area1 {
    padding-right: 20px;
    padding-left: 20px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_apartments-contact #le_section-four-area7 {
    padding-right: 20px;
    padding-left: 20px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_apartments-contact #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/oldcityhallbrewery/46-Apt202-4.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-position: center center;
    padding-top: 50px;
    padding-bottom: 50px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_apartments-contact #le_section-seven {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_apartments-contact #le_section-six {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_apartments-contact #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_apartments-contact #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_apartments-contact #le_section-two-area1 {
    padding-right: 20px;
    padding-left: 20px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_book-appointment #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_brewery-contact #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_brewery-contact #le_section-four {
    padding-top: 75px;
    padding-bottom: 75px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_brewery-contact #le_section-four-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_brewery-contact #le_section-four-area7 {
    margin-right: 0px;
    margin-left: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_brewery-contact #le_section-one {
    background-position: center center;
    padding-top: 50px;
    padding-bottom: 50px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_brewery-contact #le_section-six {
    padding-top: 75px;
    padding-bottom: 75px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_brewery-contact #le_section-six-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_brewery-contact #le_section-six-area2 {
    margin-bottom: 50px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_brewery-contact #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_brewery-contact #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_brewery-contact #le_section-two-area1 {
    padding-right: 20px;
    padding-left: 20px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_brews #le_section-eight {
    padding-top: 75px;
    padding-right: 20px;
    padding-left: 20px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_brews #le_section-eight-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_brews #le_section-eight-area21 {
    margin-right: 0px;
    margin-bottom: 100px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_brews #le_section-eight-area22 {
    margin-top: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_brews #le_section-five {
    margin-top: 75px;
    margin-bottom: 75px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_brews #le_section-five-area1 {
    padding-top: 40px;
    padding-bottom: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_brews #le_section-four {
    padding-top: 75px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_brews #le_section-four-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_brews #le_section-four-area11 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_brews #le_section-four-area16 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_brews #le_section-four-area7 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_brews #le_section-nine {
    padding-right: 20px;
    padding-left: 20px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_brews #le_section-nine-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_brews #le_section-nine-area2 {
    margin-bottom: 100px;
    margin-left: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_brews #le_section-nine-area3 {
    margin-top: 25px;
    margin-left: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_brews #le_section-one {
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-position: center center;
    padding-top: 50px;
    padding-bottom: 50px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_brews #le_section-seven {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_brews #le_section-seven-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_brews #le_section-ten {
    padding-right: 20px;
    padding-bottom: 25px;
    padding-left: 20px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_brews #le_section-ten-area2 {
    margin-right: 0px;
    margin-bottom: 100px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_brews #le_section-ten-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_brews #le_section-three {
    margin-bottom: 10px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_brews #le_section-three-area5 {
    padding-top: 40px;
    padding-bottom: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_brews #le_section-tweleve {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_brews #le_section-tweleve-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_brews #le_section-two {
    padding-top: 75px;
    padding-bottom: 75px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_brews #le_section-two-area1 {
    padding-right: 10px;
    padding-left: 10px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_brews #le_section-two-area15 {
    margin-bottom: 20px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_brews #le_section-two-area16 {
    margin-bottom: 20px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_brews #le_section-two-area17 {
    margin-bottom: 20px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_brews #le_section-two-area18 {
    margin-bottom: 20px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_brews #le_section-two-area19 {
    margin-bottom: 20px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_cans-growlers #le_section-eight {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_cans-growlers #le_section-eight-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_cans-growlers #le_section-eight-area13 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_cans-growlers #le_section-eight-area15 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_cans-growlers #le_section-eleven {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_cans-growlers #le_section-eleven-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_cans-growlers #le_section-four {
    margin-top: 15px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_cans-growlers #le_section-four-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_cans-growlers #le_section-four-area13 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_cans-growlers #le_section-four-area15 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_cans-growlers #le_section-four-area16 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_cans-growlers #le_section-four-area25 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_cans-growlers #le_section-four-area27 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_cans-growlers #le_section-one {
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-position: bottom center;
    padding-top: 50px;
    padding-bottom: 50px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_cans-growlers #le_section-six {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_cans-growlers #le_section-six-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_cans-growlers #le_section-six-area14 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_cans-growlers #le_section-six-area16 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_cans-growlers #le_section-three {
    padding-bottom: 75px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_cans-growlers #le_section-three-area5 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_cans-growlers #le_section-three-area6 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_cans-growlers #le_section-tweleve {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_cans-growlers #le_section-tweleve-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_cans-growlers #le_section-two {
    margin-bottom: 25px;
    padding-top: 75px;
    padding-bottom: 75px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_cans-growlers #le_section-two-area1 {
    padding-right: 20px;
    padding-left: 20px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_cans-growlers #le_section-two-area24 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_cans-growlers #le_section-two-area25 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_cans-growlers-list #le_section-eight {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_cans-growlers-list #le_section-eight-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_cans-growlers-list #le_section-eight-area13 {
    margin-bottom: 20px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_cans-growlers-list #le_section-eight-area15 {
    margin-bottom: 20px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_cans-growlers-list #le_section-eleven {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_cans-growlers-list #le_section-eleven-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_cans-growlers-list #le_section-four {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_cans-growlers-list #le_section-four-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_cans-growlers-list #le_section-four-area13 {
    margin-bottom: 20px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_cans-growlers-list #le_section-four-area15 {
    margin-bottom: 20px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_cans-growlers-list #le_section-four-area16 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_cans-growlers-list #le_section-four-area25 {
    margin-bottom: 20px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_cans-growlers-list #le_section-four-area27 {
    margin-bottom: 20px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_cans-growlers-list #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_cans-growlers-list #le_section-six {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_cans-growlers-list #le_section-six-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_cans-growlers-list #le_section-six-area14 {
    margin-bottom: 20px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_cans-growlers-list #le_section-six-area16 {
    margin-bottom: 20px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_cans-growlers-list #le_section-three {
    padding-bottom: 75px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_cans-growlers-list #le_section-three-area5 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_cans-growlers-list #le_section-tweleve {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_cans-growlers-list #le_section-tweleve-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_cans-growlers-list #le_section-two {
    margin-bottom: 25px;
    padding-top: 75px;
    padding-bottom: 75px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_cans-growlers-list #le_section-two-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_cans-growlers-list #le_section-two-area24 {
    margin-bottom: 20px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_cans-growlers-list #le_section-two-area25 {
    margin-bottom: 20px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_class-schedule #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_class-schedule #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_courses #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_courses #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_courses #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_events-calendar #le_section-five {
    margin-bottom: 50px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_events-calendar #le_section-five-area1 {
    padding-top: 200px;
    padding-bottom: 200px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_events-calendar #le_section-five-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_events-calendar #le_section-four-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_events-calendar #le_section-nine {
    padding-top: 75px;
    padding-bottom: 75px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_events-calendar #le_section-nine-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_events-calendar #le_section-nine-area2 {
    margin-left: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_events-calendar #le_section-nine-area3 {
    margin-top: 25px;
    margin-right: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_events-calendar #le_section-one {
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-position: center center;
    padding-top: 50px;
    padding-bottom: 50px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_events-calendar #le_section-three {
    margin-bottom: 50px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_events-calendar #le_section-three-area5 {
    padding-top: 200px;
    padding-bottom: 200px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_events-calendar #le_section-two {
    padding-top: 75px;
    padding-bottom: 75px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_events-calendar #le_section-two-area1 {
    padding-right: 20px;
    padding-left: 20px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_gallery #le_section-eight {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_gallery #le_section-eight-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_gallery #le_section-eleven {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_gallery #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_gallery #le_section-five-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_gallery #le_section-five-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_gallery #le_section-four {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_gallery #le_section-four-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_gallery #le_section-four-area11 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_gallery #le_section-four-area16 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_gallery #le_section-four-area30 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_gallery #le_section-four-area32 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_gallery #le_section-four-area7 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_gallery #le_section-nine {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_gallery #le_section-nine-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_gallery #le_section-nine-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_gallery #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/oldcityhallbrewery/Market_House_Old_City_Hall_Oswego_NY.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_gallery #le_section-seven {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_gallery #le_section-seven-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_gallery #le_section-ten {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_gallery #le_section-ten-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_gallery #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_gallery #le_section-three-area5 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_gallery #le_section-three-area7 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_gallery #le_section-tweleve {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_gallery #le_section-tweleve-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_gallery #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_gallery #le_section-two-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_gift-cards #le_section-four {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_gift-cards #le_section-four-area1 {
    margin-right: 0px;
    margin-left: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_gift-cards #le_section-one {
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-position: bottom center;
    padding-top: 50px;
    padding-bottom: 50px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_gift-cards #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_gift-cards #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_gift-cards #le_section-two-area1 {
    padding-right: 20px;
    padding-left: 20px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_gift-cards #le_section-two-area14 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_headerRegion {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-eight {
    padding-bottom: 15px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-eight-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-eight-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-eight-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-eight-area4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-five-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-five-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-four {
    padding-top: 60px;
    padding-bottom: 60px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-four-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-four-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-one {
    background-color: rgb(37, 45, 50);
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-one-content3 {
    padding-top: 25px;
    padding-bottom: 40px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-one-content4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-one-content7 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-seven {
    padding-top: 75px;
    padding-bottom: 75px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-seven-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-seven-area11 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-seven-area2 {
    padding-left: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-seven-area3 {
    margin-top: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-seven-area5 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-seven-area6 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-six {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-six-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-six-area2 {
    padding-right: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-six-area3 {
    margin-top: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-three {
    padding-top: 75px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-three-area5 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-three-area6 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-two-area1 {
    margin-top: 75px;
    margin-bottom: 75px;
    padding-right: 0px;
    padding-left: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-two-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-two-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-two-area8 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_menus #le_section-eight {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_menus #le_section-eight-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_menus #le_section-five {
    margin-bottom: 75px;
    padding-right: 20px;
    padding-left: 20px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_menus #le_section-five-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_menus #le_section-four {
    margin-bottom: 75px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_menus #le_section-four-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_menus #le_section-four-area10 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_menus #le_section-four-area11 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_menus #le_section-four-area16 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_menus #le_section-four-area7 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_menus #le_section-nine {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_menus #le_section-nine-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_menus #le_section-nine-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_menus #le_section-one {
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-position: center center;
    padding-top: 50px;
    padding-bottom: 50px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_menus #le_section-seven {
    margin-bottom: 75px;
    padding-right: 20px;
    padding-left: 20px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_menus #le_section-seven-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_menus #le_section-seven-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_menus #le_section-six {
    margin-bottom: 75px;
    padding-right: 20px;
    padding-left: 20px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_menus #le_section-six-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_menus #le_section-ten {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_menus #le_section-ten-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_menus #le_section-ten-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_menus #le_section-three {
    margin-top: 75px;
    margin-bottom: 75px;
    padding-right: 20px;
    padding-left: 20px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_menus #le_section-three-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_menus #le_section-three-area5 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_menus #le_section-tweleve {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_menus #le_section-tweleve-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_menus #le_section-two {
    padding-top: 75px;
    padding-bottom: 75px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_menus #le_section-two-area1 {
    padding-right: 10px;
    padding-left: 10px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_menus #le_section-two-area15 {
    margin-bottom: 20px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_menus #le_section-two-area16 {
    margin-bottom: 20px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_menus #le_section-two-area17 {
    margin-bottom: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_menus #le_section-two-area18 {
    margin-bottom: 50px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_menus #le_section-two-area24 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_menus #le_section-two-area25 {
    text-align: center;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_menus #le_section-two-area26 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_private-parties #le_section-eight {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_private-parties #le_section-eight-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_private-parties #le_section-eleven {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_private-parties #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_private-parties #le_section-five-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_private-parties #le_section-four-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_private-parties #le_section-four-area11 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_private-parties #le_section-four-area16 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_private-parties #le_section-four-area7 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_private-parties #le_section-nine {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_private-parties #le_section-nine-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_private-parties #le_section-nine-area11 {
    margin-right: 0px;
    margin-left: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_private-parties #le_section-nine-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_private-parties #le_section-one {
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-position: center center;
    padding-top: 50px;
    padding-bottom: 50px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_private-parties #le_section-seven {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_private-parties #le_section-seven-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_private-parties #le_section-ten {
    padding-top: 75px;
    padding-bottom: 75px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_private-parties #le_section-ten-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_private-parties #le_section-ten-area11 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_private-parties #le_section-ten-area12 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_private-parties #le_section-ten-area15 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_private-parties #le_section-ten-area2 {
    margin-right: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_private-parties #le_section-ten-area3 {
    margin-top: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_private-parties #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_private-parties #le_section-three-area5 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_private-parties #le_section-three-area7 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_private-parties #le_section-tweleve {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_private-parties #le_section-tweleve-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_private-parties #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_private-parties #le_section-two-area1 {
    padding-right: 20px;
    padding-left: 20px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_private-parties-copy #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_private-parties-copy #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_private-parties-copy #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_reservations #le_section-four {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_reservations #le_section-four-area1 {
    margin-right: 0px;
    margin-left: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_reservations #le_section-one {
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-position: bottom center;
    padding-top: 50px;
    padding-bottom: 50px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_reservations #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_reservations #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_reservations #le_section-two-area1 {
    padding-right: 20px;
    padding-left: 20px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_reservations #le_section-two-area14 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_schedule #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_schedule #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_staff #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_staff #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_thank-you #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_thank-you #le_section-one-content3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_thank-you #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_thank-you #le_section-two-area20 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_thank-you #le_section-two-area21 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_thank-you #le_section-two-area22 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_thank-you #le_section-two-area23 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_workshops #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_workshops #le_section-two {
    }
}

/*-------------- Account Preset [Mobile] End----------------- */
/*-------------- Account Preset End ----------------- */
