﻿/* Fix Desktop Responsive Styles 1200px + (mediaqueries)
===================================================================== */
@media only screen and (max-width: 1200px) {

.cateringcontent a.downloadlink {
    display: block;
    line-height: 26px;
    margin: 0 0 0 0;
}

.cateringlocationselect h5 {
    font-size: 14px;
    line-height: 18px;
}

.pageheader.catering .cateringheadergrid .cateringtitle {
    top: 38%;
}

.cateringtagline {
    top: 51%;
}

.cateringheaderlinks {
    position: absolute;
    top: 58%;
    left: 4%;
    width: 95%;
    max-width: 570px;
    min-width:450px;
}

.cateringheaderlinks a {
    font-size: 12px;
    letter-spacing: .02em;
    padding: 8px 0 12px 0;
}

.cateringcontent {
    padding-top: 25px;
    padding-bottom: 20px;
    overflow: visible;
    padding-left: 0;
    margin-left: -30px;
}



/* ===========================================
 HOMEPAGAE
=========================================== */
.giftcardblock {
    height: 200px;
}

.newslettersignup {
    height: 200px;
}

.newsletterheading {
    padding: 40px 0px 0 0px;
    font-size: 29px;
    line-height: 32px;
}

.homegcheading {
    font-size: 32px;
    padding: 25px 0 0 0;
}

.homegcheading:after {
    width: 147px;
    height: 48px;
    top: 28px;
    right: -107px;
    background-size: 65%;
}

.homegcimage {
    float: left;
    width: 35%;
    padding-top: 25px;
}

.homegctext {
    font-size: 18px;
    line-height: 22px;
    letter-spacing: .04em;
}

.customerblock a .signuplink {
    width: 80%;
    padding-top: 15px;
}

.newsletterheading:before {
    width: 80px;
    height: 22px;
    transform: scale(.8);
}

.newsletterheading:after {
    width: 80px;
    height: 22px;
    transform: scale(.8);
}

.navbar-nav .fa-external-link-alt:before {
    position: absolute;
    top: 12px;
    right: -2px;
    font-size: 11px !important;
}

/* ===========================================
 LOCATION DETAILS
=========================================== */
.section-head:before {
    width: 107px;
    height: 23px;
    top: 16px;
    left: -25px;
    content: "";
    background-size: 90%;
}

.section-head:after {
    width: 107px;
    height: 23px;
    top: 16px;
    right: -25px;
    content: "";
    background-size: 90%;
}

}

/* Fix Desktop Responsive Styles 1280px + (mediaqueries)
===================================================================== */
@media only screen and (max-width: 1280px) {

.defaultlogo {
    top: 14px;
    left: 10px;
}

.defaultlogo img {
    width: 155px;
}

.navleft li a {
    margin-right: 3px;
}

.navbar-nav > li a {
	padding: 0 .8em 5px .8em;
}

.navleft li button {
	padding: 0 .8em 5px .8em;
}

}


/* Fix Desktop Responsive Styles 1180px + (mediaqueries)
===================================================================== */
@media only screen and (max-width: 1180px) {

.defaultlogo {
    top: 16px;
    left: 10px;
}

.defaultlogo img {
    width: 145px;
}

.navleft li a {
    margin-right: 3px;
}

.navbar-nav > li a {
	padding: 0 .5em 5px .5em;
}

.navleft li button {
	padding: 0 .5em 5px .5em;
}


}


/* Fix Desktop Responsive Styles 1112px + (mediaqueries)
===================================================================== */
@media only screen and (max-width: 1112px) {

.defaultlogo {
    top: 17px;
    left: 8px;
}

.defaultlogo img {
    width: 140px;
}

.navbar-nav > li a {
	font-size: 12px;
}

.navbar-default .navbar-nav.navright li.righmenudefaultnew {
    width: 42%;
}

.navbar-nav.navright li.orderonlinenew a {
    width: 160px;
}

.navright {
    width: 281px;
}

.righmenudefaultnew .fa-external-link-alt:before {
	right: -1px !important;
}

.orderonlinenew .fa-external-link-alt:before {
    top: 41px !important;
    right: 29px !important;
}

.righmenudefaultnew .fa-external-link-alt:before {
    right: 7px !important;
}



}








/* Fix Desktop Responsive Styles 900px + (mediaqueries)
===================================================================== */
@media only screen and (min-width: 900px) {

/* ===========================================
 LOCATION DETAILS
=========================================== */
.otcontainerhorizontal{
    position: relative;
    height: 150px;
    text-align:center;
    z-index: 4;
    margin: -10px;
    padding: 0;
}

#map {
    position: relative;
    margin-top: 20px;
    z-index: 2;
    overflow: hidden;
}

.opentablewidget {
    display: none;
}

}

/* Fix Desktop Responsive Styles 899px + (mediaqueries)
===================================================================== */
@media only screen and (max-width: 899px) {

/* ===========================================
 LOCATION DETAILS
=========================================== */
.otcontainerhorizontal{
    display: none;
}

.opentablewidget {
    display: block;
    width: 100%;

}


#map {
    height: 400px;
}



}



/* Fix Desktop Responsive Styles 768px + (mediaqueries)
===================================================================== */
@media only screen and (max-width: 768px) {


.carryoutdesktop {
	display: none !important;
}

.carryoutmobile {
	display: block !important;
}

.carrycontainerhorizontal{
    position: relative;
    display: block;
    text-align:center; 
    z-index: 4;
	margin: 0 auto;
    padding: 10px 10px 10px 10px;
}

.carrycontainerhorizontal img{
	width: 100%;
	max-width: 500px !important;
	text-align: center;
	margin: 0 auto;
}


}

/* Global Mobile Styles 1004px + (mediaqueries)
===================================================================== */
@media only screen and (max-width: 1003px) {

.navbar-nav .fa-external-link-alt:before {
    position: relative !important;
	display: inline-block !important;
    top: 0 !important;
    padding-left: 5px;
    font-size: 13px !important;
}

.orderonlinenewmobile .fa-external-link-alt:before {
    position: absolute;
    top: 32px !important;
    right: 22px !important;
    font-size: 10px !important;
}


.container-fluid {
    padding-right: 0;
    padding-left: 0;
    margin-right: 0;
    margin-left: 0;
}

.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
    margin-right: 0;
    margin-left: 0;
}

.carrycontainerhorizontal{
    position: relative;
    display: block;
    text-align:center; 
    z-index: 4;
	margin: 0 auto;
    padding: 15px 25px 5px 25px;
}

.carrycontainerhorizontal img{
	width: 100%;
	max-width: 984px;
	text-align: center;
	margin: 0 auto;
}



/* ===========================================
 HIDE ON MOBILE
=========================================== */
.navright {
    display: none;
}

/* ========================================
 HEADER
=========================================== */
.navbar-brand img {
    display: none;
}

.defaultlogo {
    top: 12px;
    left: 12px;
}

.defaultlogo img {
    width: 66%;
}

/* ========================================
 MOBILE NAV
=========================================== */
.navbar-header {
    height: 60px;
}

.navbar-nav {
    margin: 0 0;
}

.navbar-nav li {
    overflow-x: hidden;
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #003B49;
}

.navbar-default .navbar-toggle {
    background-color: #003B49;
}

.navbar-toggle {
    position: relative;
    float: right;
    width: 65px;
    height: 60px;
    padding: 0 8px;
    margin: 0;
    background-color: #003B49;
    background-image: none;
    border: none;
    border-radius: 0;
    text-align: center;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #F5F3F2;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 30px;
    height: 4px;
    border-radius: 1px;
    text-align: center;
    margin: 0 auto;
}

.navleft {
    height: auto !important;
}

.mobilerightside {
    display: block;
    position: absolute;
    top: 0;
    right: 65px;
    background-color: #7F3035;
    border-right: 1px solid #F5F3F2;
    height: 60px;
    width: 249px;
}

.mobilerightside ul {
	margin: 0;
	padding: 0;
}

.mobilerightside li.orderonlinenewmobile {
	position: relative;
	display: inline-block;
    float:left;
    height: 60px;
    width: 140px;
    padding: 0 0;
    list-style: none;
    text-align: center;
    padding-top: 11px;
}

.mobilerightside li:last-child {
    border-left: 1px solid #F5F3F2;
}

.mobilerightside li a {
    color: #ffffff;
    line-height: 9px;
    font-size: 11px;
	text-decoration: none;
}

.mobilerightside li.righmenudefaultmobile {
	position:relative;
    display: inline-block;
    float: left;
    height: 60px;
	width: 93px;
    padding: 0 0;
    list-style: none;
    text-align: center;
    padding-top: 11px;
	position: relative;
}

.righmenudefaultmobile .fa-external-link-alt:before {
    position: absolute;
    top: 32px !important;
    right: -2px !important;
    font-size: 10px !important;
}

.navbar-collapse  {
    width:100%;
    margin: 0;
    padding: 0;

}

.navbar-collapse ul .navleft {
    display: block;
    width: 50%;
    padding: 0;
    margin: 0;
}

.navbar-collapse ul.navleft li {
    display: block !important;
    width: 100% !important;
    padding: 8px 20px;
    border-bottom: 1px solid #ffffff;
}

.navbar-collapse ul.navleft li:first-child {
    box-shadow: inset 0 5px 6px -3px rgba(0,0,0,.5);
}

.navbar-default .navbar-nav.navleft > li {
    margin: 0 0 0 0;
}

.navbar-collapse ul.navleft li li {
    border-bottom: 1px solid #BFBFBF !important;
    box-shadow: none !important;
}

.navbar-collapse ul.navleft li li:last-child {
    border-bottom: none !important;
}

li.dropdown {
    overflow:hidden
}

.drop-location-search {
    width: 80%;
    padding-bottom: 1em;
}

button.btn-form:before {
    width: 98.5%;
}

/* ========================================
 PAGE TITLES
=========================================== */
.section-head:before {
    width: 80px;
    height: 23px;
    top: 16px;
    left: -25px;
    content: "";
    background-size: 80%;
}

.section-head:after {
    width: 80px;
    height: 23px;
    top: 16px;
    right: -25px;
    content: "";
    background-size: 80%;
}

.tab-content h6.specialevents-subhead {
    padding: 0 20px;
}

/* ========================================
 FOOD MENU
=========================================== */
.menu-wrapper h1:first-child {
    padding-top: 5px;
}

.menu-wrapper h1 {
    font-size: 27px;
    line-height: 29px !important;
}

.cateringsalad dl {
    margin-top: 0;
    margin-bottom: 10px;
}

dd.item-desc {
    width: 90%;
    margin: 0 auto;
}

/* ========================================
 ALL LOCATIONS
=========================================== */
.locationdesktop {
    display: none !important;
}

.location-result-cell {
    min-width: 439px;
}

.location-result-cell a.linkbutton, .location-content-block a.linkbutton {
    padding: 5px 12px 8px 12px;
}

/* =========== GLOBAL / FILTERS ============= */
.locationmobilenav {
    position: relative;
    z-index:99;
    height: 40px;
    width: 100%;
    height: 56px;
}

.locationfilterlist {
    position: relative;
	display: block;
    z-index: 900000000000;
    text-align:center
}

.locationfilterlist ul {
	margin: 0;
	padding: 0;
    width: 300px;
	list-style: none;
	position: relative;
	display: inline-table;
    border: none;
    border-bottom: 1px solid #f0f0f0;
}

.locationfilterlist ul li:hover > ul {
	display: block;
}

.locationfilterlist ul li {
	float: left;
	width: 100%;
	text-align: left;
    color: #003B49;
    background-color: #ffffff;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease; 
}
	
.locationfilterlist ul li:hover {
	background-color: #7F3035;
	color: #fff;
}

.locationfilterlist ul li:hover > a {
	background-color: #7F3035;
	color: #ffffff;
	}

.locationfilterlist ul li a {
	display: block; 
	padding: 10px 10px;
	color: #003B49;
	text-decoration: none;
    text-transform: uppercase;
    letter-spacing: .05em;
    font-weight: 400;
    font-size: 18px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.locationfilterlist ul li a:hover {
	color: #ffffff;
}
		
.locationfilterlist ul ul {
	display: none;
	border-radius: 0px; 
	padding: 0;
	position: absolute; 
	top: 100%;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.locationfilterlist ul ul li {
	float: none;
    font-weight: 300;
	position: relative;
    background-color: #003B49;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    box-sizing: border-box;
    border: none;
}

.locationfilterlist ul ul li:last-child {
    border-bottom: 1px solid #f0f0f0;
}

.locationfilterlist ul ul li a {
    font-size: 14px;
	padding: 6px 10px;
	color: #ffffff;
}	

.locationfilterlist ul ul li a:hover {
	background: #7F3035;
	color: #fff;
}

#down-triangle {
    float: right;
    width: 0; 
    height: 0;
    margin-top: 8px;
    border-top: 5px solid #003B49;
    border-left: 5px solid transparent; 
    border-right: 5px solid transparent; 
    }

.locationfilterlist ul ul li a:hover > #down-triangle {
    border-top: 5px solid #ffffff;
    border-left: 5px solid transparent; 
    border-right: 5px solid transparent; 
}

/* ========================================
 LOCATION DETAILS
=========================================== */
.location-menu-download li a {
    width: 100% !important;
}

.location-content-block {
    padding-top: 9px;    
    margin: 0 0 10px 0;
}

.storehourholidaycontent {
	font-size: 14px !important;
    line-height: 22px !important;
    font-weight: 500;
    letter-spacing: .04em;
}


/* ========================================
 GIFT CARDS PAGE
=========================================== */
.pageheader {
    height: 200px;
}

.pageheader.giftcards .gctitle {
    position: absolute;
    top: 30%;
    left: 0;
    width: 100%;
    text-align: center;
}

.pageheader.giftcards .gctitle h1 {
    text-align: center;
     margin: 0 auto;
}

.pageheader.giftcards .gctitle:before {
    display: none;
}

.gctitle .gctagline h2 {
    text-align: center;
     margin: 0 auto;    
     padding: 22px 0 0 0;
}

.gcheaderimg {
    display: none;
}

.gcgrid .col-md-7 {
    float: none;
}

.gcmobilewidth {
    width: 90%;
    margin: 0 auto;
}

.gcrightcontentcol .gcpromo:last-child {
    display: block;
    padding-bottom: 0;
}

.gcleftcontentcol {
    width: 100%;
    margin: 0 auto;
}

.gcleftcontentcol a:before {
    width: 98.8%;
}

.gcrightcontentcol {
    width: 100%;
    padding: 65px 0 55px 0;
}

.gcrightcontentcol .gcpromo a {
    width: 100%;
}

.gcrightcontentcol .gcpromo a:before {
    width: 98.8%;
}

.gcpromo {
    text-align: center;
}

.giftcardimage {
    display: block;
    padding-top: 0;
}


/* ========================================
 CARTERING
=========================================== */
.cateringimage {
    display: none;
}

.pageheader.catering {
    height: 263px;
}

.cateringheadergrid {
    text-align: center;
    width: 100%;
}

.pageheader.catering .cateringheadergrid .cateringtitle {
    position: absolute;
    width: 100%;
    top: 40px;
    left: 0;
    display: block;
}

.pageheader.catering .cateringtitle:before, .pageheader.catering .cateringtitle:after {
    display: none;
}

.cateringtagline {
    width: 100%;
    top: 82px;
    left: 0;
    display: block;
}

.cateringheaderlinks {
	width: 100%;
	top: 110px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	display: block;
	text-align: center;
}

.cateringheaderdescrip {
    width: 100%;
    bottom: 16px;
    left: 0;
    display: block;
}

.cateringaccentbg {
    display: none;
}

.cateringwrapper {

}

.cateringleftcol {
    float: none;
}

.cateringleftcol {
    margin-top: 1px;
    width: 100%;
    min-height: 250px;
}

.mobilenosidepadding {
    padding-left: 0;
    padding-right: 0;
}

.cateringlocationselect {
    width: 80%;
	max-width: 550px;
    margin: 0 auto;
    padding-top: 30px;
}

.side-padding.onlyleftpadding {
    padding-right: 3em;
}

/* ========================================
 OUR STORY
=========================================== */
.carousel-container {
    margin: 0 auto;
    position: relative;
    width: 650px;
}

#yplaylist-container .carousel-inner {
    height: 240px;
}

#yplaylist-container .carousel-inner .slider {
    position: relative;
    left: -215px;
    width: 9999px;
}

#yplaylist-container .carousel-inner .slider li {
    float: left;
    height: auto;
    margin-right: 1px;
    width:  214px;
}

#yplaylist-container .carousel-inner .slider li img {
    display: block;
    height: auto;
    width: 214px;
    box-shadow: 0 0px 15px rgba(0,0,0,.5) !important;
}

#yplaylist-container .carousel-container .controll {
    cursor: pointer;
    height: 54px;
    position: absolute;
    top: 70px;
    width: 20px;
    z-index: 5;
}

#yplaylist-container .carousel-container .prev {
    background-image: url(/Themes/Default/Content/Images/bt-prev-trans.png);
    background-size: 90%;
    background-repeat: no-repeat;
    left: -40px;
}

#yplaylist-container .carousel-container .next {
    background-image: url(/Themes/Default/Content/Images/bt-next-trans.png);
    background-size: 90%;
    background-repeat: no-repeat;
    right: -40px;
}


.home-ingredients img.img-responsive {
    max-width: 400px;
}

/* ========================================
 FOOTER
=========================================== */
.navsocial p {
    text-align: left;
}

.socialicons {
    text-align: left;
}

.socialicons a {
    text-align: left;
    padding: 0 0 0 0;
}

.copyright .container a {
    display: block;
    padding-left: 0;
    padding-top: 10px;
    float: none;
}

a.facebook:before{
    content:"\e632";
    position: absolute;
    top: 7px; 
    left: -15px;
}

a.twitter:before{
    content:"\e602"; 
    position: absolute;
    top: 7px; 
    left: -15px;
}

a.instagram:before{
    content:"\e640"; 
    position: absolute;
    top: 6px; 
    left: -15px;
}

.downloadacrobat {
    text-align: left;
}

.footersociallabel {
    text-align: left;
}

.navsocial {
	float: none;
	clear: both;
}


/* ========================================
 HOMEPAGE
=========================================== */
.newslettersignup {
    border-right: none;
    height: 200px;
}

.newsletterheading {
    padding: 35px 0 0 0;
    font-size: 30px;
    line-height: 32px;
}

.newsletterheading:before {
    width: 80px;
    height: 22px;
    transform: scale(.8);
}

.newsletterheading:after {
    width: 80px;
    height: 22px;
    transform: scale(.8);
}

.ig-row .col-sm-4 {
    text-align: center;
    margin: 0 auto;
}

.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
    display: block;
    max-width: 100%;
    height: 100%;
    text-align: center;
    margin: 0 auto;
}

.ig-row .img-responsive {
    height: auto !important;
}


.giftcardblock {
    height: 200px;
}

.giftcardblock .homegcgrid {
    width: 95%;
    margin: 0 auto;
    padding-top: 20px;
}

.homegcimage {
    padding-top: 0;
}


}


/* Grid Default 1004px + (mediaqueries)
===================================================================== */
@media only screen and (min-width: 1004px) {



}

/* Grid between 768-1003px (mediaqueries)
===================================================================== */
@media only screen and (min-width: 768px) and (max-width: 1003px) {


.main-promo-content {
    display: block;
    width: 100%;
    height: 100%
}

.carousel-inner {
    width: 100%;
    height: 100%;
}

.carousel-inner .item {
    width: 100%;
    height: 100%;
    max-height: 550px;
    max-width: 1004px;
    background-size: cover;
    background-position: center;

}

.carousel-inner .item img {
    width: 100%;
    height: 100%;
}

.ig-row {
    padding-top: 12px;
    margin-left: -25px;
}

.ig-row .col-sm-4 {
    text-align: left;
    margin: 0 auto;
    width: 33%;
    float: left;
}

.ig-row .col-sm-4 .img-responsive{
    max-width: 110%;
}

}

/* Grid between 480-767px (mediaqueries)
===================================================================== */
@media only screen and (min-width: 480px) and (max-width: 767px) {
    
/* ===========================================
 PAGE TITLES
=========================================== */
.section-head:before {
    display: none;
}

.section-head:after {
    display: none;
}

/* ===========================================
 LOCATIONS
=========================================== */
.location-title {
    margin-left: 0;
}

.location-title h2 {
    float: none;
}

.location-title h2:before {
    display: none;
}

.location-title a {
    float: none;
    display: block;
    color: #003B49;
    font-size: 12px;
    padding: 8px 0 0 0;
    background-color: #ffffff;
    letter-spacing: 0;
	margin-left: 0;
}

.location-title a:before {
    display: none;
}

.storehourcontent {
    font-size: 14px !important;
    line-height: 20px !important;
    letter-spacing: 0;
}

.storehourcontent .goright {
    padding-right: 5px;
}

.location-menu-download li a {
    width: 100% !important;
}

#map {
    height: 300px;
}


/* ===========================================
 GIFT CARDS
=========================================== */

.gcleftcontentcol a:before {
    width: 98.3%;
}

.gcrightcontentcol .gcpromo a:before {
    width: 98.3%;
}

/* ========================================
 OUR STORY
=========================================== */
.carousel-container {
    margin: 0 auto;
    position: relative;
    width: 400px;
}

#yplaylist-container .carousel-inner {
    height: 210px;
    width: 460px;
}

#yplaylist-container .carousel-inner .slider {
    position: relative;
    left: -134px;
    width: 9999px;
}

#yplaylist-container .carousel-inner .slider li {
    float: left;
    height: auto;
    margin-right: 1px;
    width:  133px;
}

#yplaylist-container .carousel-inner .slider li img {
    display: block;
    height: auto;
    width: 133px;
    box-shadow: 0 0px 15px rgba(0,0,0,.5) !important;
}

#yplaylist-container .carousel-container .controll {
    cursor: pointer;
    height: 54px;
    position: absolute;
    top: 70px;
    width: 20px;
    z-index: 5;
}

#yplaylist-container .carousel-container .prev {
    background-image: url(/Themes/Default/Content/Images/bt-prev-trans.png);
    background-size: 80%;
    background-repeat: no-repeat;
    left: -33px;
    margin-top: 0;
}

#yplaylist-container .carousel-container .next {
    background-image: url(/Themes/Default/Content/Images/bt-next-trans.png);
    background-size: 80%;
    background-repeat: no-repeat;
    right: -33px;
    margin-top: 0;
}

#yplaylist-container .carousel-container h4 {
    font-size: 12px;
}

/* ===========================================
 HOMEBANNER
=========================================== */
.main-promo-content {
    display: none !important;
}

.main-mobile-content {
    display: block;
    width: 100%;
    height: 100%
}

.carousel-inner {
    width: 100%;
    height: 100%;
}

.carousel-inner .item {
    width: 100%;
    height: 100%;
    min-width: 480px;
    max-width: 768px;
    max-height: 981px;
}

.carousel-inner .item img {
    width: 100%;
    height: 100%;
}



/* ===========================================
 HOME PAGE
=========================================== */
.customerblock a .signuplink {
    padding-top: 10px;
    width: 95%;
    max-width: 582px;
}

h3.newsletterheading {
    padding: 20px 20px 0 20px;
    font-size: 36px;
    line-height: 32px;
}

.newslettersignup {
    border-right: none;
    height: 140px;
}

.giftcardblock {
    height: 312px;
    background-color: #7F3035;
}

.giftcardblock .homegcgrid {
    padding-top: 10px;
	padding-bottom: 20px;
}

.homegcimage {
    float: none;
    width: 90%;
    margin: 0 auto;
    text-align: center;
}

.homegcimage img {
    max-width: 300px
}

.homegcdetails {
    float: none;
    width: 100%;
    text-align: center;
}

h3.homegcheading {
    position: relative;
    display: inline-block;
    font-family: 'MrsOnion-Regular', "Arial Black", Gadget, sans-serif !important;
    margin: 0 0 0 0;
    padding: 5px 0 0 0;
    font-size: 40px;
    text-shadow: 1px 1px 0 #000000;
    text-align: left;
}

.ig-row {
    padding-top: 12px;
    margin-left: -25px;
}

.ig-row .col-sm-4 {
    text-align: left;
    margin: 0 auto;
    width: 33%;
    float: left;
}

.ig-row .col-sm-4 .img-responsive{
    max-width: 110%;
}

#social-feed h4:before, #social-feed h4:after, .newsletterheading:before, .newsletterheading:after, .homegcheading:after  {
    display: none;
}


}

/* Grid between 320-479px (mediaqueries)
===================================================================== */
@media only screen and (min-width: 320px) and (max-width: 479px) {

/* ===========================================
 MOBILE MENU
=========================================== */
.navbar-header {
    padding-top: 0;
    height: 60px;
}

.defaultlogo {
    position: absolute;
    top: 15px;
    left: 11px;
    height: 64px;
    z-index: 10;
}

.defaultlogo img {
    max-width: 120px;
    text-align: center;
}

.mobilerightside {
    display: none;
}

.navbar-collapse {
    min-height: 345px;
}

.navright {
    display: block;
    width: 100%;
    background-color: #7F3035;
    border: none;
	height: 82px;
}

.navbar-default .navbar-nav.navright > li {
    float: none;
    display: block;
    width: 100%;
    text-align: left;
    padding: 0 20px;
    border-bottom: 1px solid #ffffff;
}

.navbar-nav.navright li a {
    position: relative;
    width: 100%;
    height: 50px;
    padding: 18px 15px;
    text-align: left;
}

.navbar-nav.navright li:last-child:before {
    display: none;
}

.carousel, .item, .active {
    height: auto;
}

.navbar-default .navbar-nav.navright > .active > a, .navbar-default .navbar-nav.navright > .active > a:hover, .navbar-default .navbar-nav.navright > .active > a:focus {
    color: #F5F3F2 !important;
}

.orderonlinenewmobile .fa-external-link-alt:before {
    position: absolute;
    top: -1px !important;
    right: -4px !important;
    font-size: 13px !important;
}

.righmenudefaultnew .fa-external-link-alt:before {
    position: absolute;
    top: -1px !important;
    right: -4px !important;
    font-size: 13px !important;
}

.drop-location-search {
    width: 100%;
    padding-bottom: 1em;
}

.navbar-default .navbar-nav.navright li.righmenudefaultnew {
    float: none;
    display: block;
    width: 100%;
    text-align: left;
    padding: 0 20px;
    border-bottom: 1px solid #ffffff;
}

.navbar-nav.navright li.righmenudefaultnew a {
    line-height: 35px;
    width: 100%;
    height: 40px;
    padding-top: 0;
    text-align: left;
}

.navbar-default .navbar-nav.navright li.orderonlinenew {
    float: none;
    display: block;
    width: 100%;
    text-align: left;
    padding: 0 20px;
    border-bottom: 1px solid #ffffff;
}

.navbar-nav.navright li.orderonlinenew a {
    position: relative;
    line-height: 35px;
    width: 100%;
    height: 40px;
    padding-top: 0;
    text-align: left;
}





/* ===========================================
 PAGE TITLES
=========================================== */
.section-head:before {
    display: none;
}

.section-head:after {
    display: none;
}

/* ===========================================
 FOOD MENU
=========================================== */
.container.menu-wrapper, .container.menu-legend {
    padding-left: 0;
    padding-right: 0;
}

.container.menu-wrapper .col-sm-6 {
    padding-left: 0;
    padding-right: 0;
}

.menu-wrapper h1 {
    font-size: 25px;
    line-height: 25px !important;
}

.menu-cat-subhead {
    padding: 0 15px;
}

.cateringsalad h6 {
    font-size: 12px;
}

dt.item-name {
    font-size: 12px;
    line-height: 14px;
    letter-spacing: -.02em;
}

dd.item-desc {
    padding-top: 5px;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    letter-spacing: .04em;
    font-weight: 300;
}

dt.icon-healthy:before {
    width: 20px;
}

.menu-legend dt.item-name {
    font-size: 12px;
}

dt.icon-favorites::before {
    width: 22px;
    height: 18px;
    transform: scale(.5);
}

dt.icon-favorites::after {
    width: 22px;
    height: 18px;
    transform: scale(.5);
}

dt.icon-healthy::before { 
    width: 33px;
    height: 16px;
    transform: scale(.7);
}

dt.icon-healthy::after { 
    width: 33px;
    height: 16px;
    transform: scale(.7);
}

dt.icon-healthy-new::before { 
    width: 54px;
    height: 22px;
    transform: scale(.7);
}

dt.icon-healthy-new::after { 
    width: 42px;
    height: 15px;
    transform: scale(.7);
}

dt.icon-new::before {
    width: 26px;
    height: 22px;
    margin-top: -1px;
    margin-left: -26px;
    transform: scale(.7);
}
/* ===========================================
 ALL LOCATIONS
=========================================== */
.statename h2:before, .statename h2:after {
    display: none;
}

.location-result-cell {
    min-height: 105px;
     display: block;
     width: 90%;
     margin: 0 auto;
     padding-bottom: 26px;
     min-width: 280px;
}

/* ===========================================
 LOCATION DETAILS
=========================================== */
.location-title {
    margin-left: 0;
}

.location-title h2 {
    float: none;
}

.location-title h2:before {
    display: none;
}

.location-title a {
    float: none;
    display: block;
    color: #003B49;
    font-size: 12px;
    padding: 8px 0 0 0;
	margin-left: 0;
    background-color: #ffffff;
    letter-spacing: 0;
}

.location-title a:before {
    display: none;
}

.location-result-cell a.linkbutton, .location-content-block a.linkbutton {
    display: block;
    width: 100%;
    text-align: center;
}

.storehourcontent {
    font-size: 14px !important;
    line-height: 20px !important;
    letter-spacing: 0;
}

.storehourcontent .goright {
    padding-right: 5px;
}

.location-menu-download li a {
    width: 100% !important;
}

.location-result-cell {
    min-height: 105px;
    display: block;
    width: 95%;
    margin: 0 auto;
    padding-bottom: 20px;
    min-width: 280px;
}

#map {
    height: 250px;
}

/* ===========================================
 GIFT CARDS
=========================================== */
.pageheader {
    height: 150px;
}

.pageheader.giftcards .gctitle h1 {
    font-size: 34px;
}

.gcrightcontentcol {
    padding: 25px 0 33px 0;
}

.gctitle .gctagline h2 {
    padding: 15px 0 0 0;
    letter-spacing: .04em;
    font-size: 16px;
}

.gcmobilewidth {
    width: 100%;
    margin: 0 auto;
}

.gcrightcontentcol .gcpromo h3 {
    font-size: 19px;
    line-height: 21px;
    letter-spacing: 0;
}

.gcrightcontentcol .gcpromo a {
    margin-top: 16px;
    font-size: 12px;
}

.gcrightcontentcol .gcpromo a:before {
    width: 97%;
}

.gcleftcontentcol a {
    margin-top: 10px;
    font-size: 12px;
}

.gcleftcontentcol a:before {
    width: 97%;
}

.gcleftcontentcol .accentornateunder {
    padding-top: 5px;
    padding-bottom: 5px;
}


/* ===========================================
 CATERING
=========================================== */
.pageheader.catering {
    height: 330px;
}

.cateringtagline {
    font-size: 22px;
    line-height: 23px;
    padding: 0 10px;
	top: 90px
}

.cateringheaderdescrip {
    width: 100%;
    bottom: 16px;
    left: 0;
    display: block;
    letter-spacing: .02em;
}

.cateringlocationselect {
    width: 85%;
    margin: 0 auto;
    padding-top: 30px;
}

.cateringheaderlinks {
    position: absolute;
    top: 142px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    width: 95%;
    max-width: none;
    min-width: 0;
}

.cateringheaderlinks br {
    display: none;
}

.cateringheaderlinks a {
	width: 100%;
	display: block;
    font-size: 12px;
    letter-spacing: .02em;
    padding: 8px 0 12px 0;
	margin-top: 8px;
}

.cateringheaderlinks a:first-child {
	width: 100%;
}

.cateringcontent {
    padding-top: 25px;
    padding-bottom: 20px;
    overflow: visible;
    padding-left: 0;
    margin-left: -30px;
}

/* ========================================
 OUR STORY
=========================================== */
.carousel-container {
    margin: 0 auto;
    position: relative;
    width: 260px;
}

#yplaylist-container .carousel-inner {
    height: 210px;
    width: 260px;
}

#yplaylist-container .carousel-inner .slider {
    position: relative;
    left: -131px;
    width: 9999px;
}

#yplaylist-container .carousel-inner .slider li {
    float: left;
    height: auto;
    margin-right: 1px;
    width:  130px;
}

#yplaylist-container .carousel-inner .slider li img {
    display: block;
    height: auto;
    width: 130px;
    box-shadow: 0 0px 15px rgba(0,0,0,.5) !important;
}

#yplaylist-container .carousel-container .controll {
    cursor: pointer;
    height: 54px;
    position: absolute;
    top: 60px;
    width: 20px;
    z-index: 5;
}

#yplaylist-container .carousel-container .prev {
    background-image: url(/Themes/Default/Content/Images/bt-prev-trans.png);
    background-size: 80%;
    background-repeat: no-repeat;
    left: -28px;
    margin-top: 0;
}

#yplaylist-container .carousel-container .next {
    background-image: url(/Themes/Default/Content/Images/bt-next-trans.png);
    background-size: 80%;
    background-repeat: no-repeat;
    right: -28px;
    margin-top: 0;
}

#yplaylist-container .carousel-container h4 {
    font-size: 12px;
}


/* ===========================================
 FOOTER
=========================================== */
ul.footer-links {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
}

.copyright .container {
    font-size: 10px;
    line-height: 13px;
}

.copyright .container a {
    font-size: 10px;
    line-height: 26px;
}

#social-feed h2:before, #social-feed h2:after {
    display: none;
}

.footersociallabel {
    text-align: left !important;
}


.navsocial {
	float: none;
	clear: both;
}



/* ===========================================
 HOMEBANNER
=========================================== */
.main-promo-content {
    display: none !important;
}

.main-mobile-content {
    display: block;
    width: 100%;
    height: 100%
}

.carousel-inner .item {
    width: 100%;
    height: 100%;
    min-width: 320px;
    max-width: 480px;
    min-height: 200px;
    max-height: 981px;
}

/* ===========================================
 HOME PAGE
=========================================== */
.customerblock a .signuplink {
    padding-top: 5px;
    width: 95%;
    max-width: 300px;
    font-size: 12px;
    line-height: 15px;
}

.newslettersignup {
    height: 110px;
}

h3.newsletterheading {
    padding: 20px 0 0 0;
    font-size: 26px;
    line-height: 26px;
}

.giftcardblock {
    height: 245px;
    background-color: #7F3035;
}

.giftcardblock .homegcgrid {
    padding-top: 10px;
}

.homegcimage {
    float: none;
    width: 80%;
    margin: 0 auto;
    text-align: center;
}

.homegcimage img {
    max-width: 230px
}

.homegcdetails {
    float: none;
    width: 100%;
    text-align: center;
}

h3.homegcheading {
    display: block;
    padding: 0 0 0 0;
    font-size: 30px;
    text-align: center;
}

.homegctext {
    display: block;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
}

.ig-row {
    padding-top: 12px;
    margin-left: -25px;
}

.ig-row .col-sm-4 {
    text-align: left;
    margin: 0 auto;
    width: 33%;
    float: left;
}

.ig-row .col-sm-4 .img-responsive{
    max-width: 125%;
}

#social-feed {
    padding: 20px 0;
}

#social-feed h4:before, #social-feed h4:after, .newsletterheading:before, .newsletterheading:after, .homegcheading:after  {
    display: none;
}


#social-feed h4 {
    font-size: 20px;
}

#social-feed .captiontext {
    font-size: 12px;
}

.formelements .col-sm-6, .formelements .col-sm-12 {
	padding-left: 0;
	padding-right: 0;
}

.g-recaptcha {
	margin-left: 0;
	transform:scale(0.85);
	-webkit-transform:scale(0.85);
	transform-origin:0 0;
	-webkit-transform-origin:0 0;
}




}