/*
	Until this project is complete, separating this sheet into two distinct sections
	1: Styles that have been addressed and should be staying (permanently?)
	2: Styles that haven't been addressed and might be superfluous or moved to the main style.css
*/



/**************************************
	** HOPEFULLY PERMANANT STYLES **
**************************************/

/*
	General Resets
*/

a {
	transition: .3s ease-out;
}

/* yacbar */
@media all{
	#yacToolbar_center{
		background:rgba(0, 0, 0, 0.85) !important;
	}

	#yacToolbar_center ul li a{
		border-right:1px solid #999;
		color:#fff !important;
	}

	#yacToolbar_center ul li a:hover{
		background-color:#eee;
	}

	#yacToolbar_center .follow_text{
		color:#fff !important;
	}

}

/* I believe this is only needed for owlCarousel v1.3.2 */
#landing_banner img{
	width:100%;
}


/*
	Foundation Resets
*/

/* general */

body {
	background-color: transparent;
}

.row .row{
	/* foundation negative margins for nested .rows caused things to fall off screen*/
	margin-left:0 !important;
	margin-right:0 !important;
}

ul li ul, ul li ol, ul, ol{
	list-style: none;
	margin-left:0;
}

/* datepicker - because foundation icons are broken */
.button.datepicker-close{
	padding-top:7px;
}

/* <table> foundation resets */

table, table thead, table tr.even, table tr.alt, table tr:nth-of-type(even){
	background:none;
	border:none;
}

table tr th, table tr td, table thead tr th, table thead tr td{
	color:inherit;
	border:none;
}

/* foundation made it's own block grids slightly off center */
[class*="block-grid-"]{
	margin:0;
}

/* Navigation - target #nav_wrapper if you want a background */
.top-bar-section ul li{
	background:none;
}
.top-bar-section ul li > a, .top-bar-section li:not(.has-form) a:not(.button), .top-bar {
	background: transparent;
}



/* specials - tabs */

.tabs dd.active a:hover, .tabs dd.active a, .tabs .tab-title.active a {
	color: inherit;
}

.tabs dd > a {
	background: transparent;
	background-color: rgba(0,0,0,0.3);
	color: #fff;
}
.tabs dd > a:hover{
	color:#111;
}

#specials .tabs-content.vertical > .content, #specials .tabs-content.vertical{
	padding:0;
}

@media (max-width: 800px) {
	.tabs-content.vertical, .tabs.vertical{
		max-width:none;
		width:100%;
	}
}

/*
	Specific pages/modules/elements
*/

.photo-list img, .album-block img {
	border-radius: 4px;
	box-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}

#popup{
	color:#111;
}

/* Events */
.specific-day:hover .specific-day-info {
	color: #fff;
}

/* Videos */
.video-container iframe,
.video-container object,
.video-container embed {
	border:none;
	max-width:100%;
}

#captcha {
	text-transform: uppercase;
}


/* required label */

label .fa-asterisk{
	display:none;
}


label.required .fa-asterisk {
	display:inline-block;
	color: red;
	padding-left: 4px;
	position: absolute;
	line-height: 9px;
	font-size: 100%;
}

.opt-in {
  background: rgba(255, 255, 255, 0.15);
  padding: 12px;
}

.opt-in input {
  float: right;
  top: -16px;
}

.to-the-top {
	display: none;
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 999;
}
.to-the-top p {
	padding: 5px;
	background-color: #282828;
	border-radius: 5px;
	color: #ffffff;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
	margin: 0;
}


.sms-disclaimer{
	font-size:9px;
}







/******************************
	** Unaddressed Styles **
******************************/

.coupon-grid img {
	width: 100%;
	height:  auto;
}
.blog-entry-img img {
	max-width: 100%;
	height:  auto;
}

/* Real Person jQuery plugin styles v1.1.1. */

.realperson-disabled {
	opacity: 0.5;
	filter: Alpha(Opacity=50);
}

.realperson-disabled .realperson-regen {
	cursor: default;
}

.abs-box {
	top: 0px;
	bottom: 0px;
	right: 0px;
	left: 0px;
	position: absolute;
}

.comment-entries > .comments-entry:last-child {
	border: none;
}
.begin {
	padding-top: 30px;
}
.quick-links {
	margin-bottom: 10px;
	margin-top: 10px;
}

.quick-links-gap {
	height: 10px;
}

/* Blog */
.blog-entry-content {
	margin-bottom: 10px;
}
.blog-entry-content p {
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.blog-entry {
	margin-bottom: 20px !important;
}
.blog-entry-content {
	padding-top: 0px;
	margin-top: 20px;
	padding: 5px;
	line-height: 1.5rem;
}
.blog-entry > h2 {
	font-size: 1.6rem;
	padding-top: 10px;
}
.weblog-nav-entry-title {
	font-size: 1.3rem;
}
.weblog-nav {
	padding-top: 40px;
}
.weblog-nav-entry-img {
	display: none;
}
.weblog-nav-entry {
	padding: 10px 0px;
	border-bottom: 1px dotted #004358;
}
.weblog-nav > div.weblog-nav-entry:last-child {
	border: none;
}
.blog-entry-img {
	width: 200px;
	height: auto;
}
.blog-entry-content {
	padding: 5px;
	line-height: 1.5rem;
}

.blog-block {
	width: 32.333%;
}

/* Coupons */
.coupons-msg {
	padding: 10px;
	margin: 0px;
}
.coupon-block {
	padding: 10px;
	border: 2px dashed;
	background-color: #ffffff;
}
.coupon-grid > li {
	padding: 10px;
}



/* Comments */
.comment-person, .comment-date {
	display: inline;
}
.comment-person {
	margin-right:  5px;
}
.comment-date {
	margin-left: 2px;
}
.comment-submit textarea {
	min-height: 100px;
}
.comments-title {
	font-size: 2.2rem;
}
.comments-entry {
	padding: 10px;
}
.comment-person, .comment-date {
	font-size: .8rem;
	padding-bottom:  5px;
}
.comment-content, .blog-entry-content p {
	padding: 10px 1px;
	margin: 10px 0px;
	line-height: 2rem !important;
}
.comment-content {
	margin-top: 0px;
}
.comment-person {
	padding-left: 10px;
}
.comment-content {
	margin-bottom: 0px;
}
.comment-content p {
	margin-bottom: 0px;
}

.event-noimage img {
	border: 1px solid #dddddd;
}
.event-hasimage img {
	border: 1px solid #dddddd;
}


/* Contact */
#address, #business_hours {
	padding-top: 15px;
}
#business_hours ul li {
	list-style-type: none;
}
#business_hours ul {
	margin: 0;
}
.contact-biz {
	font-size: 220%;
}

@media screen and (max-width:640px){
	#contact{
		text-align: center;
	}
}

/* Menu */
#menu #navigation ul.top-level a {
	display: block;
	color: #222222;
	padding-top: 1rem;
	padding-right: 2rem;
	padding-bottom: 1.0625rem;
	padding-left: 2rem;
	font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
	font-size: 1rem;
	background: transparent;
	background-color: rgba(0,0,0,0.3) !important;
	color: #ffffff;
	text-decoration: none !important;
	transition: .2s ease-out;
}
#menu ul.top-level li {
	border: none;
}
#menu #navigation ul.top-level a:hover {
	color: #191919;
}
#menu #navigation ul.top-level a:hover {
	background: #e1e1e1 !important;
}
#menu #navigation ul.top-level a.selected {
	background: transparent;
}

#menu #right_menu {
	border: none;
	width:100%;
	max-width:300px;
	padding-top:16px;
	float:right;
}

#left_menu{
	padding:16px;
	width:65%;
	float:left;
}
@media screen and (max-width:975px){
	#left_menu{
		width:100%;
		border-left:none;
		border-top:1px solid #111;
	}
	#menu #right_menu{
		max-width: none;
		width: 100%;
		text-align: center;
	}
}

#menu{
	padding-top:16px;
	padding-bottom:16px;
}

#menu h2:not(.h2_class){
	font-size:2em;
	padding: 8px 0;
	border-top:1px solid #111;
	border-bottom:1px solid #111;
}

.item-buttons, .item-prices strong{
	display:none;
}

.item-prices{
	text-align: center;
	padding:4px 12px;
	float:right !important;
	/*background:#ddd;
	border:1px solid #999;*/
	border-radius:32px;
}

#menu .cat-single-item{
	border-bottom:1px dashed #999 !important;
}


#menu .menu-item-title{
	border-bottom:none !important;
}

#mini-cart h2 {
	font-size: 24px;
}
#menu #navigation ul.top-level a.selected {
	color: #ffffff !important;
}

.event-content > ul {
	margin: 0;
	padding: 2% 0px;
}

.coupon-footer {
	font-size: 1rem;
}
.coupon-footer img {
	width: 16px;
	height:  auto;
}

#navigation li {
	list-style: none;
}
#navigation .top-level {
	margin-left: 0px;
}
.item-buttons {
	margin-top: 10px;
}
#map_canvas {
	height: 190px;
	width: 100%
}
.contact-spacer {
	height: 20px;
}
.coupon-print {
	float: right;
	font-size: 1rem;
}
.coupon-print img {
	width: 16px;
	height: auto;
}

/* FORMS */
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #999999;
}
input:-moz-placeholder, textarea:-moz-placeholder {
  color: #999999;
}
input.error, textarea.error {
	margin-bottom: 1rem;
	border: 1px solid red !important;
	box-shadow: 1px 1px 5px rgba(0,0,0,0.3);
	border-radius: 6px;
	border-bottom-left-radius: 0px;
}
h3:after {
}
.validate input {
	position: relative;
}
textarea, input {
	color: #191919 !important;

}
.error-box {
	width: 100%;
	height: 30px;
	background-color: red;
	margin-top: -16px;
	margin-bottom:  10px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}
small .error-box {
	text-align:  center;
	color: #ffffff !important;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.9);
	padding-top: 2px;

}
small.error {
margin-top: -17px;
border-bottom-left-radius: 6px;
border-bottom-right-radius: 6px;
text-align: center;
width: 50%;
box-shadow: 1px 1px 0px #B8341D, 1px 1px 4px rgba(0,0,0,0.4);
padding-top: 10px;
}
.realperson-regen {
	text-align: left !important;
	padding: 5px;
	background-color: rgba(255,255,255,0.3);
	margin-top: 5px;
	margin-bottom:  10px;
}
.alert-box.warning {
	background-color: #F04124;
	box-shadow: 1px 1px 0px #B8341D, 1px 1px 4px rgba(0,0,0,0.4);
	border: none;
}

.rating input {
    position:absolute;
    filter:alpha(opacity=0);
    -moz-opacity:0;
    -khtml-opacity:0;
    opacity:0;
    cursor:pointer;
    width:17px;
}

.rating span {
    width:24px;
    height:16px;
    line-height:16px;
    padding:1px 22px 1px 0; /* 1px FireFox fix */
    background:url(/themes/fresh/images/icons/stars.png) no-repeat -22px 0;
}

/* Change span immediately following the checked radio */

.rating input:checked + span {
    background-position:-22px 0;
}
/* Reset all remaining stars back to default background.
   This supersedes the above due to its ordering. */

.rating input:checked + span ~ span {
    background-position:0 0;
}
input {
	margin: 0 0 1rem 0;
}
.survey-spacer {
	margin-top: 1em;
}

/* no records found error */
.none-found {
	padding: 20px 10px;
}
.none-found p {
	width: 100%;
	padding: 5px 10px;
	background-color: #dedede;
	border: 1px solid #aaaaaa;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.2);
	color: #555555;
}
.none-found .fa {
	padding-right:  8px;
	color: #555555;
	text-shadow: 1px 1px 0px #ffffff, 1px 1px 3px rgba(0,0,0,0.3);
}
