@charset "utf-8";

/* DEFAULT 1024px WIDE DESKTOP STYLES */
body{
	background:#fff;
	font-family: 'Cabin', 'sans-serif';
}
.inner{
	width:960px;
	margin:0 auto;
}

strong{
	font-weight:normal;
	font-weight:600;
}
/* GENERAL RULES */
.hiddenButton{
	visibility:hidden;
}
.mobileOnly{
	display:none;
}
.alignright{
	float:right;
}
.alignleft{
	float:left;
}
.screen-reader-text{
	display:none;
}
/* SITE HEADER */
.site-headers{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
	background-color: #fff;
}
.site-headers.shadow{
	-webkit-box-shadow: 0px 1px 6px 1px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 1px 6px 1px rgba(0,0,0,0.3);
	box-shadow: 0px 1px 6px 1px rgba(0,0,0,0.3);	
	transition:all 1s;
	-webkit-transition: all 1s;
}
.site-header{
	font-size:13px;
}

.site-header .inner > div{
	float:left;
	margin:16px 0 14px 0;
	line-height:1em;
}

.site-header .header-store{
	width:33.3%;
}

.box-cta-mobile {
	display:none;
}

.site-header .header-hours{
	width:38.6%;
}


.site-header .header-flyer-signup{
	width:15.6%;
}

.site-header .header-interior-flyer{
	width:12.5%;
	padding: 16px 0 14px 0;
	line-height: 1em;
	text-align:center;
}

.site-header .inner > div.header-interior-flyer{
	margin:0;
}

.site-header .header-interior-flyer a{
	color:#fff;
	text-decoration:none;
}

.site-header a{
	text-transform:uppercase;
	text-decoration:none;
}
.site-header a:hover{
	text-decoration:underline;
}
/* SITE NAV */
.logo-container{
	width:170px;	
	display:block;
	position:absolute;
	top:0px;
	left:0px;	
	height:59px;
	text-decoration:none;
	padding-top:8px;
}
.logo-container img{
	width:100%;
	height:auto;
}
.logo-container span{
	display:block;
	font-size:11px;
	text-align:right;
	text-decoration:none;
	margin-top:5px;
}
.logo-nav{
	position:relative;
	width:960px;
	margin:16px auto 18px auto;
}

.logo-nav .mobile-menu{
	display:none;
}
.logo-nav ul.menu{
/*
	width:640px;
	margin:0 0 0 320px;
	*/
	margin-left:100px;
	padding:0;
	text-align:right;
	position:relative;
}
.logo-nav .menu > li{
	position:relative;
	display:inline-block;
}

.logo-nav .menu > li > a{
	display:block;
	padding:22px 0;
	margin-left:50px;
	font-family: 'Cabin', 'sans-serif';
	font-weight:600;
	font-size:14px;
	text-decoration:none;
}

.logo-nav .menu > li > ul{
	display:none;
	position:absolute;
	top:61px;
	left:33px;
	/*
	width:93%;
	*/
	width:153px;
	margin:0;
	padding:12px 0 8px 0;
	z-index:10000;
}

.logo-nav .menu > li:hover > ul{
	display:block;
}

.logo-nav .menu > li > ul > li{
	text-align:left;
}

.logo-nav .menu > li > ul li:first-child{
	border-top:none;
}

.logo-nav .menu > li > ul li a{
	display: block;
	padding:7px 18px 7px 18px;	
	text-decoration:none;
	font-size:14px;
	font-weight:normal;
}
.logo-nav .menu > li.getcooking{
	position:static;
}
.logo-nav .menu > li.getcooking > ul{
	z-index:10000;
	display:none;
	position:absolute;
	top:53px;
	right:0;
	left:auto;
	/*
	width:704px;
	*/
	width:auto;
	margin:8px 0;
	padding:0;
}

.logo-nav .menu > li.getcooking:hover > ul{
	display:block;
}

.logo-nav .menu > li.getcooking > ul > li{
	width:154px;
	padding:8px 24px 8px 0;
	float:left;
}

.logo-nav .menu > li.getcooking > ul ul{
	padding:0;
}

.logo-nav .menu > li.getcooking > ul > li:first-child{
	width:120px;
	padding-left:24px;
}

.logo-nav .menu > li.getcooking > ul ul li{
	text-align:left;
}

.logo-nav .menu > li.getcooking > ul ul li:first-child{
	text-align:left;
}

.logo-nav .menu > li.getcooking > ul > li > a{
	display:block;
	padding:8px 18px 8px 10px;
	font-family: 'Cabin', 'sans-serif';	
	font-weight:bold;
	font-size:14px;
	text-decoration:none;
	
}

.logo-nav .menu > li.getcooking > ul ul li a{
	display:block;
	padding:8px 18px 8px 10px;
	font-family: 'Cabin', 'sans-serif';	
	font-weight:normal;
	font-size:14px;
	text-decoration:none;
}
/* SITE MAIN CONTENT AREA*/
.main-content-area{
	background:url(../../images/background-image.gif) top center repeat; 
	margin-top:140px !important;
}

.main-content-area .top-bg-cover{
	background:url(../../images/content-bg-cover.gif) top center repeat-x; 
	padding-bottom:45px;

}


/* SITE FOOTER */
.site-footer{
	padding:36px 0;
	font-family: 'Cabin', 'sans-serif';	
	line-height:1.6em;
}

.site-footer .inner{
	margin:0 auto;
	text-align:center;
}
.site-footer  .menu{
	margin:0;
}
.site-footer  .menu > li{
	position:relative;
	display:inline-block;
}

.site-footer .menu a{
	display:inline-block;	
	padding:0 48px;
	text-decoration:none;
	color:#fff;
	text-transform:uppercase;
	font-size:12px;
	font-weight:normal;
}
.site-footer .menu a:hover{
	text-decoration:underline;
}
.site-footer li:first-child{
	border-left:1px solid #fff;
}

/* Homepage */

.home .site-header .header-store{
	width:39%;
}

.home .site-header .header-hours{
	width:46%;
}

.home .site-header .header-flyer-signup{
	width:15%;
	text-align:right;
}

.home .site-header .header-interior-flyer{
	display:none;
}

.homepage-slider{
	width:73%;
	float:left;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
}

.homepage-flyer{
	float:right;
	width:25%;
	margin:0 0 20px 0;
	text-align:center;
	min-height:378px;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
}

.homepage-flyer h2{
	margin:0;
	padding:20px 0 10px 0;
	font-family: 'Cabin', 'sans-serif';	
	font-weight:400;
	line-height:1em;
	text-align:center;
	color:#fff;
	font-size:26px;
	font-weight:normal;
}

.homepage-flyer h2 span{
	display:block;	
	margin:0;
	padding:12px 0 18px 0;
	line-height:1em;
	text-align:center;
	text-transform:uppercase;
	color:#fff;
}
.homepage-flyer a{
	display:block;
	/* height:267px; */
	overflow:hidden;
}
.homepage-flyer img{
	/*margin:0px auto 20px 0;*/
    margin:0px auto;
	border:2px solid #fff;
}
.bxslider li{
	position:relative;
	zoom:1;
}
.bxslider li:after{
	padding-top:53.63%;
	display:block;
	content:'';
}
.bxslider li a{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	display:block;	
}
.bxslider li span h1{
	display:inline-block;
	margin:0 3.5% 0 0;
	padding:0px;
	font-family: 'Cabin', 'sans-serif';
	font-size:26px;
	font-weight:normal;
	line-height:2em;
	vertical-align:middle;
	color:#565656;
}

.bxslider li span strong{
	display:inline-block;
	margin:0 3.5% 0 0;
	padding:0px;
	font-family: 'Cabin', 'sans-serif';
	font-size:12px;
	font-weight:normal;
	line-height:2em;
	vertical-align:middle;
}

.homepage-tiles{
	padding-bottom:65px;
}

.homepage-tiles a{
	display:block;
	width:48%;
	float:left;
	position:relative;
	margin-bottom:22px;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
	height:257px;
	overflow:hidden;
}
.homepage-tiles a img{
	width:100%;
	height:auto;
}
.homepage-tiles a.even{
	margin-left:4%;
}
.homepage-tiles a:nth-child(2n+0){
	margin-left:4%;
}


.homepage-tiles a span{
	display:block;
	position:absolute;
	width:100%;
	top:72.5%;
	left:0px;
	
}

.homepage-tiles a span strong.box-title{
	float:left;
	margin-left:4.5%;
	font-family: 'Cabin', 'sans-serif';	
	font-weight:normal;
	font-size:18px;	
	line-height:2.6em;
	vertical-align:middle;
	color:#FFF;
}

.homepage-tiles a span strong.box-cta{
	float:right;
	margin-right:4.5%;
	font-family: 'Cabin', 'sans-serif';	
	font-weight:normal;
	font-size:12px;
	line-height:3.9em;
	vertical-align:middle;
}

/* Content Pages */

.content-pages{
	font-family: 'Cabin', 'sans-serif';

	margin-bottom:0px;
	padding:42px 36px 100px 36px;
	background:#fff;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.3);
}

.content-pages h1{

	margin:58px 0 28px 0;
	font-family: 'Cabin', 'sans-serif';
	font-weight:600;
	font-size:52px;
}
/* Locator Page */

.locator-page .red-divider{
	margin:28px 0 ;
	height:1px;
	overflow:hidden;
}

.locator-page .store-info{
	float:left;
	width:28.5%;
	height:290px;
}

.locator-page .store-info h2{
	font-size:16px;
	font-weight:600;	
	margin:6px 0 14px 0;
}

.locator-page .store-info p{
	font-size:16px;
	font-weight:400;	
	margin:6px 0 14px 0;
}


.locator-page .store-image{
	float:left;
	width:310px;
	height:305px;
	margin-right:2.2%;
	/*
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
	*/
}
.locator-page .store-image img{
	width:100%;
	height:auto;
}
.locator-page .store-image div{
	display:block;
	/*
	margin:8px;
	border:1px solid #e9ece9;
	*/
}

.locator-page .store-map{
	float:left;
	width:302px;
	height:285px;
	margin-top:10px;
	overflow:hidden;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
}

.locator-page .location-details > div{
	width:45%;
	margin-right:5%;
	float:left;
}

.locator-page .location-details h3{
	font-size:16px;
	font-weight:bold;	
	margin:6px 0 20px 0;
}

.locator-page .location-details p{
	font-size:16px;
	font-weight:normal;
	font-weight:400;	
	margin:6px 0 20px 0;
}
.locator-page .location-details .store-hours-label{
	text-transform:capitalize;
	display:inline-block;
	width:125px;
}
.locator-page .store-info a.set-home-store{
	display:block;
	width:80%;
	line-height:3em;	
	text-indent:16px;
	font-weight:600;
	color:#fff;
	text-decoration:none;
	margin-top:20px;
	font-size:14px;	
}

.locator-page .store-info a.select-another-store{
	display:block;
	width:80%;
	line-height:3em;	
	text-indent:16px;
	font-weight:600;
	text-decoration:none;
	margin-top:20px;
	font-size:14px;
}
.additional_notes{
	font-size:12px;
}
.store-services{
	clear:left;
	width:100% !important;
	margin:0 !important;
}
.store-services > div{
	width:50%;
	float:left;
}
.store-services > div > p{
	margin:0 20px 0 0 !important;
}

/* Store Locator */
.store-locator p{
	text-align:center;
}
.store-locator select{
	width:30%; 
	height:50px;
	font-size:14px;
	/*
	padding-top:15px;
	box-sizing:border-box;
	*/
	
	/*
	-webkit-appearance: none;
	border:1px solid #d7d7d7;
	background:url(../../images/drop-down-arrow.gif) 94% 15px no-repeat #FFF;
	*/
}
@-moz-document url-prefix() {
    .store-locator select{
        padding-top: 15px;
   }
}
#storeSelected,#visitStore{
	display:inline-block; 
	text-decoration:none; 
	padding:10px 30px; 
	margin-top:20px; 	
	font-size:14px;
	font-weight:600;
	text-transform:uppercase;
}
.currentLocationLink{
	
	text-indent:20px;
	border: 1px solid #e5e5e5;
	display: inline-block;
	
	
	font-weight: 600;
	text-decoration: none;
	
	font-size: 14px;
	text-transform: uppercase;
	margin: 0 auto;
	padding:10px 30px;
	
	background-repeat:no-repeat;
	background-position:30px 7px;	
	background-color:#c8c8c8;
}
/* FAQs Page */

.questions .qanda a.question {
	display:block;	
	font-weight:600;
	font-size:16px;
	line-height:1.5em;
	padding:6px 0;
	text-decoration:none;
}

.questions .qanda .answer{
	display:none;
}

.questions .qanda .answer p, .questions .qanda .answer li{	
	font-weight:400;
	font-size:16px;
	line-height:1.4em;
	padding:0;
	margin:1em 0;
}

.questions .qanda .answer p a{
	text-decoration:underline;
}

/* Category Pages */
.entry-content p,.taxonomy-description p, .entry-content li{	
	font-weight:400;
	line-height:1.4em;
	padding:0;
	margin:1em 0;
	font-size:14px;
}

.recipe-header{
	margin-bottom: 50px;
}
.recipe-image-container{
	width:50%;
	float:left;
	height:263px;
	background-size:cover;
	background-position:center center;
	overflow:hidden;
}
.recipe-image-container img{
	width:100%;
	height:auto;
	visibility:hidden;
}

.recipe-header-details{
	margin-left:53%;
	margin-right:25px;
	position:relative;
	height:263px;
	padding:10px 0;
	box-sizing:border-box;
}
body .recipe-page .recipe-title{	
	font-size:24px;
	font-weight:600;
	margin-top:0 !important;
}
.recipe-tags{
	height:100px;
}
.recipe-tag{
	display:inline-block;
	padding:10px;
	float:left;
	border-radius:3px;
	margin:3px;
	text-decoration:none;
	font-size:12px;
	font-weight:normal;
}
.recipe-header-foot{
	position:absolute;
	height:30px;
	bottom:0;
	left:0;
	right:0;
	padding-top:5px;
	text-align:center;
	font-size:14px;
}
.recipe-header-foot strong{
	font-weight:600;
}
.recipe-header-foot > div{
	width:33%;
	float:left;
}
.recipe-details .r-tabs-tab a{
	font-size:18px;
	font-weight:normal;
	text-decoration:underline;
}
.recipe-ingredients,.recipe-nutritional-info{
	font-size:14px;
}
.recipe-ingredient-row{
	margin:0 auto;
	position:relative;
}
.ingredient-qty1{
	position:absolute;
	line-height:30px;
	width:100px;
	left:0;
	top:0;
}
.ingredient-qty2{
	position:absolute;
	line-height:30px;
	width:100px;
	right:0;
	top:0;
}
.ingredient{
	margin-left:100px;
	margin-right:100px;
	width:auto;
	line-height:30px;
}
.recipe-ingredient-row:last-child{
	border-bottom:none;
}
.ingredient:first-letter{
	text-transform:uppercase;
}
.nutrition-description{
	line-height:40px;
}
.recipe-nutritional-row{
	position:relative;
	margin:0 auto;
	height:30px;
}
.recipe-nutritional-row:last-child{
	border-bottom:none;
}

.nutrition-name{
	position:absolute;
	left:0;
	width:60%;
	line-height:30px;
	text-transform:capitalize;
}
.nutrition-value{
	position:absolute;
	right:0;
	width:40%;
	line-height:30px;
}
.recipe-directions{
	margin-top:30px;
}
.recipe-directions h3, .recipe-tips h3{
	font-size:18px;
	font-weight:600;
	
}
.recipe-directions ol{
	padding:0 35px;
	font-size:16px;
}
.recipe-directions li{
	padding-bottom:10px;	
}
.recipe-directions li p{
	margin:0;
	font-size:16px;
	font-weight:normal;
}
.recipe-tips-box{	
	padding: 20px;
	text-align: center;
	font-size:16px;
	font-weight:normal;
}
/* recipe tag page */
.recipeTile_title{
	top: auto !important;
	bottom: 0;
}
.pagination{
	text-align:center;
	font-size:16px;
	font-weight:normal;
}
.pagination .page-numbers{
	display:inline-block;
	width:30px;
	height:30px;
	border:1px solid #565656;
	line-height:30px;
}
.pagination .page-numbers.prev, .pagination .page-numbers.next{
	width:auto;
	padding:0 5px;
}

/* We Care Pages */

.archive-page{
	font-family: 'Cabin', 'sans-serif';
}

.archive-page .taxonomy-description p {
margin: 1em 0 2em 0;
}

.archive-page h1.page-title {
	margin: 16px 0 28px 0;	
}

.archive-page .entry-content p, .taxonomy-description p {
	font-size:14px;
	font-weight:normal;
}

.archive-page article{
	
	padding:21px 0;
}


.archive-page article .entry-header{
	width:16%;
	float:left;
	
	text-align:center;
	margin-right:2%;
	margin-top: 5px;
}

.archive-page article .entry-header .entry-meta{
	text-align:center;
	line-height:2.4em;
	font-size:15px;
	font-weight:600;
	color:#474747;
}

.archive-page article .entry-content{
	width:80%;
	float:left;
	margin:0px;
	padding:0px;
}

.archive-page article .entry-content h3.entry-title{
	margin:0px;
	padding:0px;
	height:auto;
	line-height:1.5em;
	vertical-align:middle;
	font-size:16px;
	font-weight:600;
}

.archive-page article .entry-content h1.entry-title a{
	margin:0px;
	padding:0px;
	height:auto;
	
	font-weight:600;
	line-height:1.6em;
	vertical-align:middle;
	text-decoration:none;
}

.archive-page article .entry-content p{
	margin:1em 0;
	padding:0px;
	line-height:1.3em;
	font-size:14px;
	font-weight:normal;
	vertical-align:middle;
}

.archive-page article .entry-content > a{
	margin:0px;
	padding:0px;
	
	font-weight:600;
	line-height:1.6em;
	vertical-align:middle;
	text-decoration:none;
	
	float:right;		
}
.archive-page article .entry-content > a.entry-cta:hover{
	text-decoration:underline;
	text-transform:uppercase;
}
body .content-pages .full-article .entry-content{
	width:100%;
}
body .content-pages .full-article h2.entry-title{
	font-size:16px;
	font-weight:600;
}
.full-article .entry-content .attachment-post-featured{
	float:right;
	margin-left:20px;
}
#directions{
	width:40%;
	float:left;
}
#map{
    width: 60%;
    height: 450px;
}

#directions p{
	margin-right:50px;
}
#directions label{
	width:100px;
	display:inline-block;
	font-size:16px;
	font-weight:600;
}
#directions input{
	width:200px;
	display:inline-block;
	margin-bottom:15px;
	box-sizing:border-box;
	font-size: 14px;
	padding: 5px;
	border: 1px solid #474747;

}
#directions #find-us{
	display: block;
	width: 300px;
	line-height: 3em;	
	font-weight: 600;
	color: #fff;
	text-decoration: none;
	margin-top: 20px;
	font-size: 14px;
	text-align:center;
}
.store-locator-overlay{
	display:none;
	z-index: 99999999;
	position: fixed;
	left:0;
	top: 0;
	width: 100%;
	height: 100%;
	background:rgb(255,255,255);
	background: rgba(255,255,255,0.8);
}
.store-locator-fields{
	width:600px;
	height:185px;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	background:#fff;
	box-shadow: 0px 3px 7px 1px rgba(0,0,0,0.3);
	border: 1px solid #474747;
}
.store-locator-fields .locator-loader{
	position:absolute;
	width:100%;
	height:100%;
	background:rgb(255,255,255);	
	z-index:10;
}
.store-locator-fields .locator-loader img{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin:auto;
}
/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 */

/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	width:100%;
	height:auto;
	display: block;
}

.bx-wrapper ul, .bx-wrapper ol{
	margin:0;
	padding:0;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	left: 0;
	background: #fff;
	
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(../../images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #fff;
	text-indent: -9999px;
	display: block;
	width: 7px;
	height: 7px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-size:9px;
	color:#fff;
	text-decoration:none;
	text-align:center;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	font-size:9px;
	text-decoration:none;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(../../images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(../../images/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(../../images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(../../images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #6669;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}

.bx-wrapper .bx-pager{
	position:absolute;
	bottom: 2.6%;
	right: 1.4%;
	width: 97%;
	text-align:right;
	margin:0;
}

.bx-prev, .bx-next{
	display:none;
}

.bxslider li span{
	position:absolute;
	display:block;
	width:100%;
	/*
	top:77.8%;
	*/
	top:287px;
	background:rgb(255,255,255);
	background: rgba(255, 255, 255, 0.8); 
	text-align:right;
}
/* fresh pick calendar */
.fresh-pick{
	font-size:14px;
}
.fresh-pick .calendar-month{
	font-size:24px;
	font-weight:normal;	
}
.fresh-pick .calendar-month-container{
	width:33.33%;
	float:left;
	height:300px;
	background-color:#fff;
	position:relative;
}
.fresh-pick .month-box{
	position:absolute;
	top:10px;
	bottom:10px;
	right:1px;
	left:0;
	border-right:1px solid red;
	padding:10px;
}
.calendar-month-container:nth-child(3n) .month-box{
	border-right:none;
}
.fresh-pick .month-image{
	float:left;
	width:150px;
	text-align:center;
}
.fresh-pick .month-content{
	margin-left:150px;
}
.month-cta a{
	text-decoration:none;
}
.fresh-pick .month-whatelse-container{
	display:none;
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:rgb(255,255,255);
	background:rgba(255,255,255,0.5);
	z-index:99;
}
.fresh-pick .month-whatelse{
	width:400px;
	height:230px;
	position:absolute;
	right:0;
	left:0;
	top:0;
	bottom:0;
	margin:auto;
	background-color:#fff;
	border:1px solid #666;
	padding:20px;
	overflow:auto;
}
.month-whatelse strong{
	font-weight:600;	
}
.fresh-pick .month-whatelse .close-btn{
	position:absolute;
	top:10px;
	right:10px;
}
.fresh-feature .section-label{
	font-weight:700;
	font-size:16px;
}
.fresh-feature .section-content{
	font-weight:600;
}
/* pages */
.page-thumbnail{
	float:right;
	width:370px;
	text-align:right;
	padding-top:141px;

}
/* Promotions */
.promotions{
	margin-top:20px;
}
.promotions .promotion{
	padding:10px 0;	
}
.promotions .post_thumbnail{
	float:left;
}
.promotions .promo_title, .promotions .promo_desc, .promotions .promo_cta{
	margin-left:135px;
	display:block;
}
.promotions .promo_title{
	font-size:16px;
	font-weight:600;
	margin-top:0;
	text-decoration:none;
}
.promotions .promo_desc{
	font-size:14px;
	font-weight:normal;
}
.promotions .promo_cta{
	font-size:12px;
	font-weight:600;
	text-decoration:none;
	text-transform:uppercase;
}
.promotions .promo_cta:hover{
	text-decoration:underline;
}
/* recipe search */
.recipe-search-container{
	box-shadow: 0 3px 4px 1px rgba(100,100,100,0.3);
	padding:20px;
}
.recipe-search-container label{
	width:30%;
	display:block;
	float:left;
	font-size:16px;
	font-weight:600;
	line-height:40px;
	color:#474747;
}
.recipe-search-container #recipe-search-field{
	width:60%;
	display:block;
	float:left;
	font-size:16px;
	font-weight:normal;
	height:40px;	
	padding:0 10px;
	box-sizing:border-box;
	border-radius:3px 0 0 3px;
}
.recipe-search-container #recipe-search-submit{
	width:9%;
	display:block;
	float:left;
	font-size:16px;
	font-weight:600;	
	color:#fff;
	height:40px;
	border:none;
	border-radius:0 3px 3px 0;
}
.zendesk-iframe{
	border:none;
	width:100%;
	height:600px;
}
.contact-form span.wpcf7-form-control-wrap{
	width:100%;
	box-sizing:border-box;
}
div.wpcf7-validation-errors,span.wpcf7-not-valid-tip,div.wpcf7-mail-sent-ok{
	font-size:14px;
}
.contact-form .rightalign{
	text-align:right;
}
.contact-form .ajax-loader{
	display:block;
	margin:0 auto !important;
}
.contact-form .formRow{
	margin-top:10px;
}
.contact-form .halfRow{
	width:45%;
}
.contact-form .halfRow:nth-child(odd){
	float:left;
}
.contact-form .halfRow:nth-child(even){
	float:right;
}
.formRow input,.formRow textarea{
	box-sizing:border-box;
	width:100%;
	padding:5px;
}
.contact-form label,.contact-form input,.contact-form textarea{
	font-size:14px;
}
.contact-form label{
	font-weight:600;
}
/*store selector site */
.store-selector .entry-title{
	text-align:center;
	margin-top:0;
	
}
.store-locator-fields-container{
	text-align:center;
}
/*frame page*/
.ajaxStoreNumberAppendSrc{
	visibility:hidden;
}
.offer-load-mobile{
	display:none !important;
}
.feature_mob{
	display:none !important;
}
.feature_desk{
	position:relative !important;
}
@media only screen and (max-width:768px){
.site-headers{
	position:static;
}
.site-headers.shadow{
-webkit-box-shadow:none;
-moz-box-shadow:none;
box-shadow:none;
}
}
/* Styles for devices with less than 640 physical pixels */

@media only screen and (max-width:640px){

	.feature_mob{
	display:inline !important;
	position:relative !important;
}
.feature_desk{
	display:none !important;
}
	.offer-load{
	display:none !important;
}
.offer-load-mobile{
	display:block !important;
}
.hiddenButton{
	display:none !important;
}
.desktopOnly{
	display:none;
}
body .mobileOnly{
	display:block;
}
.inner{
	width:100%;
	margin:0 auto;
}
	
/* SITE HEADER */
.site-headers{
	position: inherit;
}
.site-headers.shadow{
	box-shadow: none;
}
.site-header{
	padding-bottom:2px;
}

.site-header .inner{
	width:100%;
	margin:0;
}

.site-header .inner > div{
	float:none;
	margin:6px 3%;
}

.site-header .header-store, .home .site-header .header-store{
	width:94%;
}

.site-header .header-hours, .home .site-header .header-hours{
	width:94%;
}

.site-header .inner > div.header-flyer-signup, .home .site-header .inner > div.header-flyer-signup{
	width:43%;
	text-align:left;
	margin:2px 3% 4px 3%;
	float:left;
	text-align:center;
	font-size:1.2em;
	font-weight:600;
	border-radius:6px;
	padding:3px 0;
}
.site-header .inner > div.header-interior-flyer{
	width:43%;
	padding:0;
	background:none;
	text-align:left;
	margin:2px 3% 4px 3%;
	float:right;
	text-align:center;
	font-size:1.2em;
	font-weight:600;
	border-radius:6px;
	padding:3px 0;
}

.main-content-area{
	margin-top:0 !important;
	background:none;
}
.main-content-area.homepage{
	margin:20px 18px 0;
}
.main-content-area .top-bg-cover{
	padding-bottom:10px;
}
/* SITE NAV */
.logo-nav{
	position:relative;
	width:100%;
	margin:0;
	padding:84px 0 0 0;
	-webkit-box-shadow: 0px 3px 5px rgba(0,0,0,0.3);
	box-shadow: 0px 3px 5px rgba(0,0,0,0.3);
}

.logo-nav .inner > a{
	top:12px;
	left:3%;
}

.logo-nav .mobile-menu{
	position:absolute;
	display:block;
	right:3%;
	top:25px;
	width:auto;
	background:#fff;
	
	text-align:center;
	border-radius:7px;
}

.logo-nav .mobile-menu a{
	display:block;
	
	font-family: 'Cabin', 'sans-serif';
	
	font-weight:700;
	padding:6px 12px;
	text-align:center;
	text-decoration:none;
}

.logo-nav ul.menu{
	display:none;
	width:100%;
	margin:0;
	text-align:left;
}

.logo-nav .menu > li{
	position:relative;
	display:block;
}

.logo-nav .menu > li > a{
	padding:8px 3%;
	margin-left:0;
}

.logo-nav .menu > li.on > a{
	border-bottom:none;
}


.logo-nav .menu > li > ul{
	display:none;
	position:static;
	top:0px;
	left:0px;
	width:100%;
	margin:0;
	padding:0;
}

.logo-nav .menu > li:hover > ul{
	display:none;
}

.logo-nav .menu > li > ul li a{
	display: block;
	padding:4px 3%;
	font-family: 'Cabin', 'sans-serif';
	
	text-decoration:none;
	color:#474747;
}

.logo-nav .menu > li.getcooking > ul{
	display:none;
	position:static;
	top:0px;
	left:0px;
	width:100%;
	margin:0;
	padding:0;
}

.logo-nav .menu > li.getcooking:hover > ul{
	display:none;
}
.logo-nav .menu > li.getcooking > ul > li{
	width:100% !important;
	margin:0 !important;
	padding:0 !important;
	float:none;
}

.logo-nav .menu > li.getcooking > ul ul{
	padding:0;
	margin:0;
	display:none;
}

.logo-nav .menu > li.getcooking > ul ul:first-child{
	width:100%;
	padding-left:0%;
}

.logo-nav .menu > li.getcooking > ul ul li{
	text-align:left;
	display:block;
}

.logo-nav .menu > li.getcooking  > ul > li > a{
	padding:4px 3%;
	
	color:#000;
	font-weight:700;
}

.logo-nav .menu > li.getcooking > ul ul li a{
	padding:4px 3%;
	
}
	
/* SITE FOOTER */
	
.site-footer{
	padding:8px 0;
	width:100%;
}

.site-footer .inner{
	width:100%;
}
.site-footer .menu{
	padding:0 10px;
}
.site-footer  .menu > li{
	position:relative;
	display:block;
	border-right:0;
	border-left:0;
	border-bottom:1px solid #fff;
	padding:5px 0;
}

.site-footer a{
	display:block;
	border-right:none;
	padding:10px 0;
	text-align:center;
}

.site-footer a:first-child{
	border-left:none;
}

/* Homepage Styles */

.homepage-slider{
	width:100%;
	float:none;
	margin-bottom:20px;
}

.homepage-flyer{
	float:none;
	width:100%;
}

.homepage-flyer h2{
	padding:20px 0 0 0;
	
}

.homepage-flyer h2 span{
	
	padding:12px 0 18px 0;
}
/*
.bxslider li{
	height:auto;
	overflow:hidden;
}
*/
.bxslider li span{
	top:77.8%;
}

.bxslider li span h1{
	font-size:1.6em;
}

.bxslider li span strong{
	font-size:.8em;
}
.homepage-tiles{
	padding-bottom:0;
}
.homepage-tiles a{
	width:100%;
	margin-bottom:22px;
	height:auto;
	max-height:275px;
}
.homepage-tiles a img{
	width:100%;
	height:auto;
}
.homepage-tiles a.even,.homepage-tiles a:nth-child(2n+0){
	margin-left:0%;
}

.homepage-tiles a span{
	top:72.5%;
}

/* Store Locator Page */

.locator-page{
	padding:20px 5% 40px 5%;
	text-align:center;
}

.locator-page h1{
	margin:20px 0 20px 0;
}

.locator-page .red-divider{
	margin:5% 0;
}

.locator-page .store-info{
	float:none;
	width:100%;
	height:auto;
	margin:0 0 20px 0;
}
.locator-page .store-info a.set-home-store, .locator-page .store-info a.select-another-store{
	margin-left:auto;
	margin-right:auto;
	text-indent:0;
}

.locator-page .store-image{
	float:none;
	width:100%;
	height:auto;
	margin:0 0 20px 0;
}
.locator-page .store-image div{
	text-align:center;
}

.locator-page .store-map{
	float:none;
	width:100%;
	height:auto;
	margin:0 0 20px 0;
}

.locator-page .location-details > div{
	width:100%;
	float:none;
}
.bx-wrapper img{
	height:auto;
}
/* we care page */
.archive-page article .entry-content{
	width:inherit;
}
body .archive-page article .entry-header{
	width:inherit;
	float:none;
	border:none;
}
.archive-page article .entry-header .entry-meta{
	text-align:left;
}
.attachment-header-image{
	width:100%;
	height:auto;
}

/* recipe page */

.recipe-image-container{
	width:100%;
	float:none;
}
.recipe-header-details{
	margin:10px;
	padding-top:20px;
	height:auto;
}
.recipe-tags{
	height:auto;
	margin-bottom:20px;
}
.recipe-header-foot{
	position:static;
	height:auto;
	padding:5px 0;
}
.r-tabs .r-tabs-accordion-title .r-tabs-anchor{
	font-size:16px;
}
/* find us on the way */
#directions{
	width:100%;
	float:none;
	margin-bottom:20px;
}
#map{
    width: 100%;
    height: 450px;
}

#directions p{
	margin-right:0;
}
#directions label{
	width:100%;
	display:block;
}
#directions input{
	width:100%;
	display:block;
	margin-bottom:0;
	height: 40px;
}
#directions #find-us{
	width: 100%;
}
.full-article .entry-content .attachment-post-featured{
	float:none;
	display:block;
	margin:0 auto;
}
.ltc_foodland .bot-sec .bot-sec1{
	margin-bottom:65px;
}

.ltc_foodland .bot-sec .bot-sec1 .rside .sbtn{
	padding:6px 10px !important;
	font-size:17px !important;
}
}

@media only screen and (max-width:599px){
/* Store Locator */
.store-locator select{
	width:90%;
	display:block;
	margin:20px auto;
	
}
.homepage-tiles a span strong.box-title{
	font-size:16px;
}
.frameCacheDiv iframe{
	height:100% !important;
	width:100% !important;
}
/* CONTEN PAGES */
.content-pages{
	padding:10px 18px;
	box-shadow:none;
	-webkit-box-shadow:none;
}
.content-pages h1{
	margin:15px 0 20px;
	font-size:32px;
}
.store-locator-fields{
	width:100%;
	height:100%;
}
.fresh-pick .month-content{
	margin:0;
}
.fresh-pick .calendar-month-container{
	float:none;
	width:inherit;
	height:auto;
}
.fresh-pick .month-box{
	position:static;
	border-right:none;
	margin:10px;
}
.fresh-pick .month-whatelse-container{
	position:static;
	clear:left;
}
.fresh-pick .month-whatelse{
	position:static;
	width:inherit;
	height:auto;
	border:none;
}
.fresh-pick .month-whatelse .close-btn{
	display:none;
}
.page-thumbnail{
	display:none;
}
/* recipe search */
.recipe-search-container label{
	float:none;
	width:100%;
}
.recipe-search-container #recipe-search-field{
	float:none;
	width:100%;
	box-sizing:border-box;
	border-radius:0;
}
.recipe-search-container #recipe-search-submit{
	width:100%;
	float:none;
	border-radius:0;
	margin-top:10px;
}
.store-services{
	clear:left;
	width:100% !important;
	margin:0 !important;
}
.store-services > div{
	width:100%;
	float:none;
}
.store-services > div > p{
	margin:inherit;
}
.contact-form .halfRow{
	width:100%;
	box-sizing:border-box;
	margin-top:10px;
}
.contact-form .halfRow:nth-child(odd),.contact-form .halfRow:nth-child(even){
	float:none;
}

}

/* Tweaks for tight elements at lower resolutions */

@media only screen and (max-width:480px){

.grey-bg span .box-cta {
  display: none;
}
	.box-cta-mobile {
  display:inline;
  color: #000;
  font-size: 19px;
  margin-left: 6px;
  margin-top: 8px;
  position: absolute;
}
.bxslider li span h1{
	font-size:1em;
}

.bxslider li span{
	top:70%;
}

::-webkit-input-placeholder { font-size:7px !important; padding-top:4px !important; }
::-moz-placeholder { font-size:7px !important; padding-top:4px !important; } /* firefox 19+ */
input:-moz-placeholder { font-size:7px !important; padding-top:4px !important; }

}
@media only screen and (max-width:370px){
.bxslider li span h1{
	font-size:0.8em;
}
}
/* Styles for printing */
@media print {
	
}
.myoffer-box{
	background:#ececec;
	border:5px solid #fff;
	width:280px;
	position:absolute;
	color:#ed1c24;
	padding:10px 0px;
	/*font-family:Archer-Book-Pro;*/
	margin-left:670px;
	z-index: 999;
	text-align:center;
	margin-top: -16px;
	box-shadow:0px 0px 1px #222;
	box-sizing:inherit !important;
}
.myoffer-box .brows{
	font-family: "Cabin","sans-serif";
	font-size:14px;
	margin:10px 0px;
	font-weight:bold;
}
.myoffer-box .txtb{
	margin:10px 0px;
}
.myoffer-box .txtb input{
	border: 1px solid #ed1c24;
    color: #636363;
    font-size: 10px;
   /* font-weight: bold;*/
    padding: 10px;
    width: 84%;
}
.myoffer-box .remb{
	color: #474747;
    font-family: "Cabin","sans-serif";
    font-size: 14px !important;
   /* font-weight: bold;*/
}
.myoffer-box .remb input{
	border:1px solid #459e3f;
}
.myoffer-box .hlinkdiv{
	margin:6px 0px;
}
.myoffer-box .hlinkdiv input[type="submit"]{
	background: #ed1c24;
	 border: 1px solid #ed1c24;
    color: #fff;
    font-family: "Cabin","sans-serif";
    font-size: 20px;
    padding: 5px 53px;
    text-decoration: none;
	font-weight:normal;
}
.myoffer-box .lmore{
color: #474747;
font-size: 13px;
font-family:"Cabin","sans-serif";
font-weight: bold;
}
.myoffer-box .lmore a{
	font-family: "Cabin","sans-serif";
    font-size: 13px;
	color:#474747;
	text-decoration:none;
}
.arrow-up {
 border-bottom: 15px solid #fff;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    height: 0;
    margin-left: 86%;
    margin-top: -29px;
    width: 0;
}
.arrow-up1 {
    border-bottom: 15px solid #c2c2c2;
    border-left: 15px solid transparent;
    border-right: 14px solid transparent;
    margin-left: 86%;
    margin-top: -31px;
    position: absolute;
    z-index: -9999;
}

/*** ltc foodland banner area *******/
.ltc_foodland .bot-sec{
	background:#f3f3f3;
}
.grey-bg{
	background:#f3f3f3;
}
.ltc_foodland .bot-sec .brows{
	color: #ed1c24;
    font-family: cabin;
    font-size: 20px;
    padding: 10px 0px;
    text-align: center;
	padding-bottom:0px;
	font-weight:bold;
}
.ltc_foodland .bot-sec .bot-sec1{ overflow:auto; padding:10px 20px; }
.ltc_foodland .bot-sec .bot-sec1 .lside{ float:left; width:57%; }
.ltc_foodland .bot-sec .bot-sec1 .rem-div{
	color: #231f20;
    font-size: 12px;
   /* font-weight: bold;*/
    margin-top: 7px; }
.ltc_foodland .bot-sec .bot-sec1 .rside{ float:right; width:37%; }
.ltc_foodland .bot-sec .bot-sec1 .rside .sbtn{
	background: #ed1c24 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    font-family: "Cabin","sans-serif";
    font-size: 24px;
    font-weight: bold;
    padding: 11px 36px;
	text-transform:uppercase;
}
.ltc_foodland .bot-sec .bot-sec1 .lside .txtbx{
	border: 2px solid #f11200;
    font-size: 11px;
   /* font-weight: bold;*/
    height: 24px;
    padding: 2px 7px;
    width: 95%;
}
.homepage-tiles a{
	text-decoration:none;
}

/**** check box style start******/
.ltc_remember_me_fl2 {
	width: 15px;
	height: 15px;
	background: #f11200;
	margin-left:0px;	
	position: relative;
	 padding-top: 2px;
	 padding-left:2px;
	 display:inline-block;
	 top:2px;
}
.ltc_remember_me_fl2 label {
	cursor: pointer;
	position: absolute;
	width: 13px;
	height: 13px;
	left: 2px;
	top: 2px;
	background:#fff;

}

.ltc_remember_me_fl2 label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	content: '';
	position: absolute;
	width: 8px;
	height: 4px;
	background: transparent;
	top: 3px;
	left: 2px;
	border: 2px solid #f11200;
	border-top: none;
	border-right: none;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.ltc_remember_me_fl2 label:hover::after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	opacity: 0.3;
}

.ltc_remember_me_fl2 input[type=checkbox]:checked + label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}
.ltc_airmiles_number_field_fl2 .error {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #555;
    margin: 2px 0;
    padding: 2px;
    position: absolute;
    z-index: 999;
	cursor:pointer;
}
/*** checkbox style end ***/

.ltc_remember_me_fl {
	width: 16px;
	height: 16px;
	background: #ed1c24;
	margin-left:-5px;	
	position: relative;
	 padding-top: 1px;
	 display:inline-block;
	 right: 6px;
	 top:3px;
}

.ltc_remember_me_fl label {
	cursor: pointer;
	position: absolute;
	width: 12px;
	height: 12px;
	left: 2px;
	top: 2px;
	background:#fff;

}
.chec{
	display:none;
}
.ltc_remember_me_fl label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	content: '';
	position: absolute;
	width: 8px;
	height: 4px;
	background: transparent;
	top: 3px;
	left: 2px;
	border: 2px solid #ed1c24;
	border-top: none;
	border-right: none;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.ltc_remember_me_fl label:hover::after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	opacity: 0.3;
}

.ltc_remember_me_fl input[type=checkbox]:checked + label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}
/*** checkbox style end ***/

/*** iga west foodland myoffer page style start ***/

.ltc_foodland.ltc_foodland_atlantic .bot-sec .brows {
    color: #1e719d;
}
.ltc_foodland.ltc_foodland_atlantic .bot-sec .bot-sec1 .rside .sbtn{
	 background: #1e719d;
}
.ltc_foodland.ltc_foodland_atlantic .bot-sec .bot-sec1 .lside .txtbx{
	    border: 2px solid #1e719d;
}
.ltc_foodland.ltc_foodland_atlantic .ltc_remember_me_fl2 {
    background: #1e719d;
}
.ltc_foodland.ltc_foodland_atlantic .ltc_remember_me_fl2 label::after{
	border: 2px solid #1e719d;
	border-top:none;
	border-right:none;
}
/*** iga west foodland myoffer page style end ***/

/*** foodland atlantic offer box css start ****/
.myoffer-box.myofferboxatlantic .brows{
	 color: #1e719d;
}
.myoffer-box.myofferboxatlantic .txtb input {
    border: 1px solid #1e719d;
}
.myoffer-box.myofferboxatlantic .hlinkdiv input[type="submit"] {
    background: #1e719d;
    border: 1px solid #1e719d;
}
.myoffer-box.myofferboxatlantic .ltc_remember_me_fl label::after{
	border: 2px solid #1e719d;
	border-top: none;
	border-right: none;
}
.myoffer-box.myofferboxatlantic .ltc_remember_me_fl {
    background: #1e719d;
}
/*** foodland atlantic offer box css end ****/

.logo-nav .menu li.atl a {
  margin-left: 40px;
}

.el_display_none{
    display: none;
}

.flyer_button {
    background-color: #14610f;
    border: 1px solid #000;
    height: 35px;
    color: #FFF;
    width: 155px;
    font-size:12px;
    font-weight: bold;
}

.flyer_img {
   /* height: 250px;*/
    overflow: hidden;
}

.wraptocenter {
    vertical-align: middle;
    display: table-cell;
    height: 265px;
}