a, a:focus, a:hover {
    text-decoration: none;
    color: #333;
}

.social {
	display: inline-block;
}

.temp-nav {
	padding-right: 0px;
}

.temp-nav .primary-nav__link img, .social img{
    height: 20px;
}

.header-info {
    border-bottom: 0px;
    padding-bottom: 0px;
}

.primary-nav__item {
    margin-top: 16px;
}

.temp-nav .nav-drop {
	right: auto;
}

.header-modal .primary-nav__item:nth-child(4):after {
	content: '';
	display: block;
	border-bottom: 1px solid #ccc;
	margin: 20px 5px 10px;
}

.header-modal .primary-nav__item.rewards:after {
	border-bottom: 0;
}

.header-modal .primary-nav__item.rewards {
	border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
}

.header-modal .primary-nav__item.shop {
    display: none;
}


.temp-nav .primary-nav__item.social:nth-child(5) {
	margin-right: 0;
}

.header-modal .nav-drop__item {
    margin-right: 10px;
}

.header-modal .nav-drop__items {
    list-style: none;
    margin: 0 0 0 18px;
    padding: 6px 15px 0;
}

.header-modal .header-info {
	display: none;
}

.header-modal .social {
	margin: 12px 10px 0;
}

.primary-nav__item:nth-child(7) {
	margin-right: 13px;
}

.hero__image{
	width: 90px;
}

.content-wrapper {
	min-height: 100%;
    margin-bottom: -202px; 
}

.content-wrapper#top {
	min-height: 100%;
    margin-bottom: -185px; 
}

.main, .permalinkpage .main, #homepage-bottom-container, #flavor-outer-container, #contactus-outer-container, #locator {
	margin-bottom: 252px;
}

.post__info--photo .post__caption, .post__info--photo .post__caption:hover, .permalinkpage .related-posts .post__actions, .permalinkpage .related-posts .post__caption {
	margin: 2px;
}

.post__info--photo .post__caption a, .post__info--photo .post__caption a:hover {
    color: #2babff;
    margin: 2px;
}

.related-posts__items .post--photo .post__caption, .related-posts__items .post--photo:hover .post__caption, .related-posts__items .post--photo .post__caption:hover, .related-posts__items .post--photo:hover .post__caption:hover {
    font-size: 15px;
    line-height: 20px;
}


.related-posts__items .post__actions-tags__items, .related-posts__items .post__actions-tags__items a{
	font-size: 13px;
    line-height: 1.3;
}

.results h3, .related-posts__title {
	text-transform: uppercase;
}


.pagination {
    margin: 24px 0 -24px;
}

.footer {
	background-color: rgba(255, 255, 255, 0.9);
	padding: 0 30px 20px;
	bottom: 0;
    /*position: absolute;*/
    width: 100%;
    border-top: 1px solid #ccc;
}

.footer .footer-nav {
	color: #666;
    margin: auto;
    padding-top: 10px;
}

.footer .temp-nav {
	padding-right: 0;
	margin: 20px auto 0;
	text-align: center;
	display: inherit;
}

.footer .temp-nav li{
	white-space: nowrap;
}



.footer .temp-nav .primary-nav__item {
	float: none;
	display: inline;

}

.footer p{
	margin: auto;
	text-align: center;
}

.seveneleven-icon {
	width: 35px;
    margin: 10px auto;
    display: block;
}

.seveneleven-icon a{
	width: 100%;
}

.ajaxLoader, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], select, textarea, .field {
	z-index: 0;
}



/**************************************************/
/*                     Mobile                     */
/**************************************************/


@media screen and (max-width: 479px){
	.hero {
		background-size: 250%;
	}
}


@media screen and (min-width: 480px){
	.hero {
		background-size: 200%;
		padding-bottom: 22% !important;
	}
}


@media screen and (min-width: 640px){
	.hero {
		background-size: 150%;
		padding-bottom: 16%;
	}
}

/* Theme bug fix */
@media screen and (min-width: 767px) {
	.lap-and-up--hidden {
    	display: block;
	}
}

@media screen and (min-width: 768px) {
	.lap-and-up--hidden {
    	display: none;
	}

	.header-modal>.container {
		display: none;
	}
}


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

	.desktop {
		display: none;
	}

	.header-modal {
		right: auto !important;
	}

	.footer .temp-nav {
		width: 230px;
	}

	.footer .primary-nav__item:nth-child(4, 7){
		margin: 0;
	}

	#flavor-filter-headline {
    	width: 100%;
	}

	.filter-field:nth-child(1) {
	    text-align: center;
    	width: 100%;
	}
}	

/**************************************************/
/*                 Tablet/Desktop                 */
/**************************************************/


@media screen and (min-width: 768px){
	.desktop {
		display: inline;
	}

	.hero {
		background-size: 150%;
		padding-bottom: 16%;
	}

	.nav-trigger { 
		display: none;
	}

	.primary-nav__item {
    	margin-top: 12px;
	}

	.primary-nav__item:nth-child(7) {
		margin-right: 18px;
	}

	.header-modal .primary-nav__item.shop {
	    display: block;
	}

	.hero__image{
		display: none;
	}

	.results__title{
    	margin-left: 40px;
	}

	.footer .temp-nav {
		padding-right: 0;
		width: 396px;
	}
}


@media screen and (min-width: 1024px){
	.hero {
		background-size: 130%;
		padding-bottom: 22%;
	}

	.nav-trigger { 
		display: none;
	}
}

@media screen and (min-width: 1200px){
	.hero {
		background-size: 100%;
	}
}