/*  ----------  START Top Area  ----------  */
.Top {
    background-color: var(--color2);
    padding: 0.5% 5%;
    color: var(--color0);
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.Top p {
    color: var(--color0);
    font-size: calc(var(--px) + 0.1vw);
}

.Phone {
    max-width: 35%;
}

.Hours {
    max-width: 40%;
}
/*  ----------  End Top Area  ----------  */


/*  ----------  START Header  ----------  */
.Header {
    display: flex;
    align-items: center !important;
    padding: 2vw 5vw;
    justify-content: space-between;
}

.Logo {
    max-width: 25vw;
    min-width: 200px;
}


/*  ----------  START Main Menu  ----------  */
.MainMenu {
    display: flex;
    white-space: nowrap;
    padding: 0;
    max-width: 75vw;
    
}

.MainMenu ul.le_menu_level_0 {
    margin: 0px;
    padding: 0px;
}

.MainMenu li {
    list-style-type: none;    
}

.MainMenu li.le_menuitem_level_0 {
    display: inline-block;
    padding: 0;
}

.MainMenu li.le_menuitem_level_0 a {
    font-size: calc(var(--bod) - 0.25vw);
    line-height: calc(var(--bod) + 0.1vw);
    font-weight: 300;
    color: var(--color7);
    transition: 0.3s;
    text-decoration: none;
    padding: 0 1vw 0.6vw 1vw;
    border-bottom: 2px solid transparent;
}

.MainMenu li.le_menuitem_level_0 a:hover {
    color: var(--color3);
    border-bottom: 3px solid var(--color3);
}

.MainMenu [class*="Btn"] a {
    display: inline !important;
    margin-left: 1.2vw;
    padding: .6vw 1vw !important;
    font-weight: 400 !important;
}


/*  ----------  START 1st level submenu  ----------  */
.MainMenu ul.le_menu_level_1 {
    position: absolute;
    z-index: 200;
	display: none;
	padding: 0;
	text-align: left;
	min-width: 200px;
}

.MainMenu li.le_menuitem_level_0:hover ul.le_menu_level_1 {
	display: block;
}

.MainMenu li.le_menuitem_level_1 a {
	display: block;
	font-size: calc(10px + 0.6vw) !important;
    line-height: calc(10px + 0.6vw) !important;
	color: #ffffff;
	padding: 5%;
	text-decoration: none;
	background-color: var(--color8);
    margin-left: 0px;
    border-bottom: 1px solid var(--color0);
}

.MainMenu li.le_menuitem_level_1 a:hover {
    color: var(--color0);
    background-image: none;
    background-color: var(--color2);
    border-bottom: 1px solid var(--color0);
}
/*  ----------  END 1st level submenu  ----------  */


/*  ----------  START Small Menu Styles  ----------  */
.SmallMenu {
    display: none;
}

.Mobile {
    display: none;
}

.SmallNav {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 100;
    bottom: 0;
    left: 0;
    background-color: var(--color5);
    overflow-y: hidden;
    transition: 0.5s;
    margin-top: 0px;
    padding: 0;
}

.SmallNav ul {
    margin: 0;
    padding: 0;
}

.SmallNav ul li {
    list-style-type: none;
}

.SmallNav a {
    padding: 2vw 0;
    text-decoration: none;
    background-color: var(--color5);
    border: 2px solid transparent;
    border-radius: 0;
    font-size: calc(14px + 1.5vw);
    color: var(--color0);
    display: block;
    transition: 0.3s;
    text-align: center;
}

.SmallNav a:hover {
    background-color: var(--color8);
}

.SmallBtnStyle {
    cursor:pointer;
}

.SmallBtnStyle a {
    background-color: var(--color5) !important;
}

.SmallBtnStyle a:hover {
    background-color: var(--color5);
}

.SmallNavStyle {
    padding-top: 5%;
}
/*  ----------  END Small Menu Styles  ----------  */


/*  ----------  END Main Menu  ----------  */


/*  ----------  START Resonsive Styles  ----------  */
@media only screen and (max-width: 850px) {
    .Logo {
        margin: 0 auto;
        max-width: 250px;
    }

    .MainMenu {
        display: none;
    }
    
    .SmallMenu {
        display: inherit;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        background-color: var(--color2);
        padding: 3%;
        max-width: 20%;
        text-align: center;
        z-index: 20;
    }
    
    .Mobile {
        display: inherit;
        width: 100%;
        border-bottom: 10px solid var(--color2);
        position: fixed;
        bottom: 0;
        z-index: 20;
    }
}
/*  ----------  END Resonsive Styles  ----------  */


/*  ----------  START Footer Styles  ----------  */
.Footer {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/rosecitysign/rose-city-inc-2019/Footer_bkgd.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 2% 5%;
    display: flex;
}

.Footer p, .Footer a {
    color: var(--color0);
    font-size: calc(var(--px) + 0.3vw);
    line-height: calc(var(--px) + 0.6vw);        
    padding-bottom: var(--size6);
}

.Footer a {
    color: var(--color5);
}

.Footer a:hover {
    color: white;
}

.Footer h3 {
    font-weight: 700;
    font-size: var(--size3);
    color: var(--color0);
}

.FooterItem {
    max-width: 31.33%;
    margin: 0 2%;
}
/*  ----------  END Footer Styles  ----------  */


/*  ----------  START Body & Content GENERAL Styles  ----------  */
body {
    margin: 0 auto;
    background-color: #f2f1f1;
    font-family: var(--font1);
    color: var(--color1);
    font-size: var(--bod);
    line-height: 1;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}

.le_jqueryui_target * {
    
}

button, input[type="button"], input[type="submit"], a { 
     transition: background-color 0.6s ease;
}

p {
    display: block;
    -webkit-margin-before: 0px !important;
    -webkit-margin-after: 0px !important;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}

ul {
	list-style: disc;
	list-style-position: outside;
	padding-left: 30px;
}

ol {
	list-style-position: outside;
	padding-left: 30px;
}

blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content:'';
	content:none;
}

:focus {
	outline:0;
}

ins {
	text-decoration:none;
}

del {
	text-decoration:line-through;
}

p, li, a { font-size: var(--bod); line-height: var(--size2); }

h1, h2, h3, h4, h5, h6 { font-weight: 700; }
h1 { font-size: var(--size1); line-height: var(--size1); padding-top: var(--size6); padding-bottom: var(--px); }
h2 { font-size: var(--size2); line-height: var(--size1); padding-top: var(--size5); padding-bottom: var(--px); }
h3 { font-size: var(--size3); line-height: var(--size2); padding-top: var(--size4); padding-bottom: var(--px); text-transform: uppercase; letter-spacing: 1px !important;  }
h4 { font-size: var(--size4); line-height: var(--size3); padding-top: var(--size3); padding-bottom: var(--px); }
h5 { font-size: var(--size5); line-height: var(--size4); padding-top: var(--size2); padding-bottom: var(--px); }
h6 { font-size: var(--size6); line-height: var(--size5); padding-top: var(--size6); padding-bottom: var(--px); text-transform: uppercase; letter-spacing: 2px !important;  }

.Content {
    padding: 5%;
    min-height: 400px;
    line-height: var(--size4);
}

.Content p { padding-bottom: var(--bod); }

.Row {
    display: flex;
    flex-wrap: nowrap;
}

.Row .Single, .Row .Double, .Row .Triple, .Row .Quad {
    margin: 0 1%;
}

/*  ----------  END Body & Content Styles  ----------  */


/*  ----------  START Font Style Calculator  ----------  */
    :root {
        --px: 14px;
            --color0: #ffffff; /* standard white */
            --color1: #292929; /* font color */
            --color2: #2a1011; /* Dark Bergundy */
            --color3: #aa1d28; /* Base Red */
            --color4: #720c14; /* Dark Red */
            --color5: #51c0b7; /* Base SeaGreen */
            --color6: #00938e; /* Dark SeaGreen */
            --color7: #959593; /* Light Gray */
        
        --bod: calc(var(--px) + 0.5vw); 
            --size1: calc(var(--bod) * 2); 
            --size2: calc(var(--bod) * 1.5);
            --size3: calc(var(--bod) * 1.17); 
            --size4: calc(var(--bod) * 1);
            --size5: calc(var(--bod) * .83); 
            --size6: calc(var(--bod) * .67);
        
        --font1: 'Open Sans', sans-serif;
    }   
/*  ----------  END Font Style Calculator  ----------  */    

/*  ----------  START Btn Class Styles  ----------  */
    [class*="Btn"] a, .FeatureText a, .seFormButton { /*-- makes all buttons match --*/
        display: block;
        margin: var(--size6) auto var(--size4);
        max-width: 350px;
	    padding: .7vw var(--size6, 1vw);
        background-color: var(--color3);
        border: 2px solid transparent;
        border-radius: 5px;
        transition: all .4s linear;
	    color: var(--color0) !important;
	    font-size:  var(--size5);
	    font-weight: 400;
	    letter-spacing: 2px;
	    line-height: var(--size4);
	    text-align: center;
	    text-decoration: none;
	    text-transform: uppercase;
    }

    [class*="Btn"] a:hover, .FeatureText a:hover, .seFormButton:hover {
        background-color: var(--color6);
        color: var(--color0);
	    padding: .7vw var(--size6, 1vw);
        border-bottom: 2px solid transparent !important;
    }
    
    .LongBtn a, .LongBtn a:hover {
        width: 100%;
        max-width: 100%;
        padding: .5vw var(--size6, 1vw);
    }
    
    .LineBtn a, .FeatureText a { /*---- sets buttons on one line ---*/
    	display: inline-block;
    	margin: var(--size6, 2vw) 1vw;
        width: auto;
    }    
/*  ----------  END Btn Class Styles  ----------  */


/*  ----------  START Form Classes  ----------  */
.form-group {
    margin-top: 2%;
    margin-bottom: 2% !important;
}

.seFormButton {
    background-color: var(--color5);
    color: var(--color3);
    font-weight: 700;
}

.seFormButton:hover {
    background-color: var(--color6);
    color: var(--color0); 
}
/*  ----------  END Form Classes  ----------  */


/*  ----------  START Slider button Classes  ----------  */
.anythingSlider-default .anythingControls ul {
    height: 40px !important;
    left: 7px;
    margin: 0 41px 0 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    top: -40px !important;
    z-index: 200 !important;
}

.anythingSlider-default .anythingControls li {
    margin: 0 0.4vw !important;
}

.anythingSlider-default.activeSlider .anythingControls a {
    background-image: none !important;
    background: #2a1011 !important;
    border-radius: 50%;
    height: 10px;
    width: 10px;
    padding: 4px !important;
    transition: all .4s linear;
}

.anythingSlider-default.activeSlider .anythingControls a.cur, .anythingSlider-default.activeSlider .anythingControls a:hover {
    background-image: none !important;
    background: #aa1d28 !important;
    border-radius: 50%;
    height: 10px;
    width: 10px;
    padding: 8px !important;
    transition: all .4s linear;
}
/*  ----------  END Slider button Classes  ----------  */


/*  ----------  START Div Sizing Elements  ----------  */
    .Single {
        flex: 1 1 0;
    }
    
    .Double {
        flex: 2 1 0;
    }

    .Triple {
        flex: 3 1 0;
    }

    .Quad {
        flex: 4 1 0;
    }
    
    .Quint {
        flex: 5 1 0;
    }
    
    .NoSpace {
        margin: 0 !important;
    }
/*  ----------  END Div Sizing Elements  ----------  */


/*  ----------  START RESPONSIVE Div Sizing Elements  ----------  */
@media only screen and (max-width: 850px) {
 
    .Single, .Double, .Triple, .Quad  {
       flex: 1 1 100%; 
    }
    
    .Row {
        flex-wrap: wrap;
    }
    
    .Phone, .Hours {
        max-width: 100%;
    }
    
    .Phone img, .Hours img {
        display: none;
    }
    
    .Top {
        padding: 0;
        text-align: center;
    }
    
    .Footer {
        flex-wrap: wrap;
    }
    
    .Address {
        max-width: 100%;
        text-align: center;
    }
    
    .ReorderItem {
    }
    
    .Reorder1 {
        order: 1;
    }
    
    .Reorder2 {
        order: 2;
    }

    .Reorder3 {
        order: 3;
    } 

    .Reorder4 {
        order: 4;
    }
    
    .Reorder5 {
        order: 5;
    }

    .Reorder6 {
        order: 6;
    }     
    
    .FooterItem {
        max-width: 100%;
        text-align: center;
    }
    
    .Footer1 {
        order: 1;
    }

    .Footer2 {
        order: 2;
    }

    .Footer3 {
        order: 3;
    }
    
}
/*  ----------  END RESPONSIVE Div Sizing Elements  ----------  */


/*  ----------  START Wrapper Styles for Edit Menu  ----------  */
.wrapper {
	position: relative;
	right: 0;
	transition: right .3s ease;
}

.le-logged-in .page-wrapper, .le-logged-in .aurora-page-wrapper {
    position: relative;
    top: 40px;
}

.se_WrapperContent .se_mainContent {
    padding-top: 40px;
    padding-bottom: 40px;
}
/*  ----------  END Wrapper Styles for Edit Menu  ----------  */
/*-------------- Account Preset ----------------- */
/*-------------- Account Preset [Desktop]----------------- */
.se_body,.se_bgColor_thumb,.se_bgImg_thumb {
}
.se_menu {
}
.se_menu li.le_menuitem_level_0 a,.navicon {
}
.se_menu li.le_menuitem_level_0 a:hover {
}
.navicon {
}
.se_menu .le_menu_level_1_container, .se_menu ul.le_menu_level_2 {
}
.se_menu li.le_menuitem_level_1 a {
}
.se_menu li.le_menuitem_level_1 a:hover {
}
.se_header {
}
.se_header p, .se_header h1, .se_header h2, .se_header h3, .se_header h4, .se_header h5, .se_header h6 {
}
.se_header a {
}
.se_header a:hover {
}
.se_mainContent {
}
.se_wrapperContent, .se_WrapperContent, .se_mainContent .le_content, .se_mainContent p, .se_mainContent h1, .se_mainContent h2, .se_mainContent h3, .se_mainContent h4, .se_mainContent h5, .se_mainContent h6 {
}
.se_wrapperContent a, .se_WrapperContent a, .se_mainContent a {
}
.se_wrapperContent a:hover, .se_WrapperContent a:hover,.se_mainContent a:hover {
}
.se_footer {
}
.se_footer p, .se_footer h1, .se_footer h2, .se_footer h3, .se_footer h4, .se_footer h5, .se_footer h6 {
}
.se_footer a {
}
.se_footer a:hover {
}
a {
}
a:hover {
}
.se_button a, a.se_button {
}
.se_button a:hover, a.se_button:hover {
}
.seFormButton {
}
.se_cta {
}
.se_cta .le_content a {
}
.se_cta:hover {
}
.se_cta .le_content a:hover {
}
.se_cta .le_content, .se_cta .le_content a {
}
.se_social a {
}
.se_social a:hover {
}
hr {
}
.se_siteBranding a {
}
.se_siteBranding:hover, .se_siteBranding a:hover {
}
.se_tagline {
}
p, ul, ol, dl {
}
h1, h1 a, .title1, .title1 a {
}
h2, h2 a, .title2, .title2 a {
}
h3, h3 a, .title3, .title3 a {
}
h4, h4 a, .title4, .title4 a {
}
h5, h5 a, .title5, .title5 a {
}
h6, h6 a, .title6, .title6 a {
}
blockquote {
}
.aurora_bar-b-cue #le_center {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/rosecitysign/bbq/Rib_Award.jpg);
    background-size: cover;
    background-position: center center;
}
.aurora_bbq #le_center {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/rosecitysign/bbq/Rib_Award.jpg);
    background-size: cover;
    background-position: center center;
}
.aurora_home #le_center {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/rosecitysign/rose-city-inc-2019/Center_bkgd.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

/*-------------- Account Preset [Desktop] End----------------- */
/*-------------- Account Preset [Tablet]----------------- */

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

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