/*
Theme Name: hana
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0
License: GNU General Public License
License URI: license.txt
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/


/* =Reset
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
body {
	background: url('http://hanajapaneseeatery.com/wp-content/uploads/2013/01/hanabg11.png');
	height: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
	outline: 0;
}
a img {
	border: 0;
}


/* =Global
----------------------------------------------- */

body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: 'Arbutus Slab', serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

/* Text elements */
p {
	margin-bottom: 1.5em;
}
ul, ol {
	margin: 0 0 1.5em 3em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	padding: 1.6em;
	overflow: auto;
	max-width: 100%;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
button,
input {
	line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
	*overflow: visible;  /* Corrects inner spacing displayed oddly in IE6/7 */
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  color: #ffffff;
  background: #000000;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  background: #981B1E;
  text-decoration: none;
}
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type=text],
input[type=email],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
textarea:focus {
	color: #111;
}
input[type=text],
input[type=email] {
	padding: 3px;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 98%;
}

#zindextop {
z-index:999999;
position:relative;
}

/* Links */
a {
	color: #333333;
}
a:visited {
	color: #333333;
}
a:hover,
a:focus,
a:active {
	color: #333333;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

.assistive-text, .menu-toggle {
visibility: hidden;
height: 10px;
}


/* =Menu
----------------------------------------------- */

.main-navigation, .main-small-navigation {
    display: block;
    float: right;
    text-align: right;
    margin-top: 70px;
}
.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
        margin-right: 20px;
}
.main-navigation li {
    float: left;
    position: relative;
    font-size: 20px;
    font-family: 'Lato', sans-serif;
    margin-left: 50px;
    text-transform: uppercase;
    padding-left: 10px;
}
.main-navigation a {
	background: none repeat scroll 0 0;
 	color: #AB0534;
    	display: block;
    	text-align: left;
    	text-decoration: none;
}

.main-navigation li a:hover {
color: gray;}


.main-navigation ul ul {
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	display: none;
	float: left;
	position: absolute;
		top: 1.5em;
		left: 0;
	z-index: 99999;
}
.main-navigation ul ul ul {
	left: 100%;
	top: 0;
}
.main-navigation ul ul a {
	width: 200px;
}
.main-navigation ul ul li {
}
.main-navigation li:hover > a {
}
.main-navigation ul ul :hover > a {
}
.main-navigation ul ul a:hover {
color:#AB0534;
}
.main-navigation ul li:hover > ul {
	display: block;
}
.main-navigation li.current_page_item a,
.main-navigation li.current-menu-item a {
}


/* =Content
----------------------------------------------- */
div#main {
    clear: both;
    margin: 0 auto;
}
.sticky {
}
.hentry {
	margin: 0 0 1.5em;
}
.entry-meta {
	clear: both;
}
.byline {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
	clear:both;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}


/* =Asides
----------------------------------------------- */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

.ff-theme-classic .picture-item__inner {
    background: white !important;
    box-shadow: 0 0 0 0 !important;
}
.ff-item-cont {
    font-family: 'Lato', sans-serif;
}
aside#text-4 {
    font-size: 18px;
    color: gray;
    font-family: 'Lato', sans-serif;
    line-height: 38px;
    clear: both;
    padding-top: 20px;
    text-align: center;
}
/* =Media
----------------------------------------------- */

.site-header img,
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
.site-header img,
.entry-content img,
img[class*="align"],
img[class*="wp-image-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
.site-header img,
.entry-content img,
img.size-full {
	max-width: 100%;
	width: auto; /* Prevent stretching of full-size images with height and width attributes in IE8 */
}
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.site-content .gallery {
	margin-bottom: 1.5em;
}
.gallery-caption {
}
.site-content .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.site-content .gallery dd {
	margin: 0;
}
.site-content .gallery-columns-4 .gallery-item {
}
.site-content .gallery-columns-4 .gallery-item img {
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}


/* =Navigation
----------------------------------------------- */

.site-content .site-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}
.site-content .nav-previous {
	float: left;
	width: 50%;
}
.site-content .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/* =Comments
----------------------------------------------- */

.bypostauthor {
}

/* =Widgets
----------------------------------------------- */

.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */
#searchsubmit {
	display: none;
}


#displayblock {
}


.block {
width: 420px;
height: 250px;
float: left;
}

#displayblock img {
width: 420px;
height: 250px;
}

.caption  {
}

/* Menu Styles */

.menus-content {}
#smenuitem {}
#sushipic {}
#sushipic img {}
.sushi-entry {}
.fishsource {
}
.itemnotes {
    margin-right: 5px;
}

.menudescript {
font-family: 'Lato', sans-serif;
color: gray;
}

.fishsource a {
color:#555555;
text-decoration:none;
}

#prices {}
#prices a, .openprice a {
color:#555555;
text-decoration:none;
}

.sashimi {
margin-left:15px;}

.openprice {
margin-left:-15px;}

.menuheader {}

.menus-content h2 {
font-family: 'Lato', sans-serif;
font-size: 19px;
color: gray;
padding: 10px 0 20px 0;
}

ul.menus {
list-style:none inside;
margin: 0 0 0 10px;
}

.menus li {
clear: left;
padding-bottom: 10px;
}

#kmenuitem {
display: inline-block;
font-family: 'Lato', sans-serif;
max-width: 500px;
font-size: 14px;
color: #555555;
line-height: 18px;
}

#kmenuitem h3,.gform_wrapper h3.gform_title {
color: #AB0534;
font-size: 18px;
padding-bottom: 10px;
}

#kitchenpic, #sushipic {
width: 225px;
float: left;
display: inline-block;
padding-right: 20px;
height: 150px;
overflow: hidden;
margin-bottom: 20px;
}

#kitchenpic img, #sushipic img {
width: 225px;
height: auto;
}

.kitchen-entry {}
.kitchen-entry ul {
    margin-top: -15px;
}
.kitchen-entry ul li {
    padding-bottom: 0px;
}

.kitchen-entry p {
}
.notes {}
#prices {}

.lunch, .nigiri, {
}

.dinner {}

.taxdescript {
font-family: 'Lato', sans-serif;
font-size: 16px;
padding-bottom: 30px;
display: block;
}

#hours {
}

.gform_wrapper {
    overflow: inherit;
    margin: 1em 0;
    max-width: 98%;
    font-family: 'Lato', sans-serif;
}
.menumessage {
    clear: both;
    padding-top: 20px;
    font-style: italic;
    font-family: 'Lato', sans-serif;
    color: gray;
}
/* sidebar
================================================== */

.venue-stats {
margin: 15px;
border-radius: 5px;
border: solid 2px #1872B8;
padding: 10px;
background-image: linear-gradient(bottom, rgb(15,135,191) 34%, rgb(59,184,233) 67%);
background-image: -o-linear-gradient(bottom, rgb(15,135,191) 34%, rgb(59,184,233) 67%);
background-image: -moz-linear-gradient(bottom, rgb(15,135,191) 34%, rgb(59,184,233) 67%);
background-image: -webkit-linear-gradient(bottom, rgb(15,135,191) 34%, rgb(59,184,233) 67%);
background-image: -ms-linear-gradient(bottom, rgb(15,135,191) 34%, rgb(59,184,233) 67%);

background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.34, rgb(15,135,191)),
	color-stop(0.67, rgb(59,184,233))
);
width: 200px;
box-shadow: 0px 2px 5px #555555;
}

.venue-stats h3, #instagram h3 {
color: white;
font-family: 'Lato', sans-serif;
font-weight: normal;
font-size: 16px;
text-transform: capitalize;
text-shadow: 1px 1px 3px #333333;
}

.venue-stats h4 a {
color: white;
font-family: 'Lato', sans-serif;
font-size: 13px;
}

.venue-stats h4 a:hover {
color:gray;
}

.venue-stats ul {
list-style: none;
list-style-position: inside;
margin-left: 0px;
font-family: 'Lato', sans-serif;
font-size: 14px;
margin-bottom: 1px;
}

.venue-stats li {}
.venue-stats li a {
color:white;
text-decoration:none;}
.venue-stats li a:hover {
color:gray;
text-decoration:underline;}

.venue-stats img {
border-radius: 2px;
border: 1px solid #333333 !important;
box-shadow: 1px 1px 1px gray;
margin-left: 10px;}


#instagram {
width: 200px;
background-image: linear-gradient(left top, rgb(161,120,90) 34%, rgb(64,30,20) 67%);
background-image: -o-linear-gradient(left top, rgb(161,120,90) 34%, rgb(64,30,20) 67%);
background-image: -moz-linear-gradient(left top, rgb(161,120,90) 34%, rgb(64,30,20) 67%);
background-image: -webkit-linear-gradient(left top, rgb(161,120,90) 34%, rgb(64,30,20) 67%);
background-image: -ms-linear-gradient(left top, rgb(161,120,90) 34%, rgb(64,30,20) 67%);

background-image: -webkit-gradient(
	linear,
	left top,
	right bottom,
	color-stop(0.34, rgb(161,120,90)),
	color-stop(0.67, rgb(64,30,20))
);
border-radius: 5px;
border: 2px solid #CDC0AD;
padding: 10px;
margin: 15px;
box-shadow: 0px 2px 5px #555555;
}

.instagrambutton {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #012903), color-stop(1, #0f2e16) );
	background:-moz-linear-gradient( center top, #012903 5%, #0f2e16 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#012903', endColorstr='#0f2e16');
	background-color:#012903;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:1px solid #706aeb;
	display:inline-block;
	color:#f7f7f7;
	font-family:Verdana;
	font-size:11px;
	font-weight:bold;
	padding:4px 19px;
	text-decoration:none;
}.instagrambutton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #0f2e16), color-stop(1, #012903) );
	background:-moz-linear-gradient( center top, #0f2e16 5%, #012903 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0f2e16', endColorstr='#012903');
	background-color:#0f2e16;
}.instagrambutton:active {
	position:relative;
	top:1px;
}

/* honors page
================================================== */

.honorentry img {
width: 450px;
border: solid 20px #b8cdbc;
margin: 0 20px 20px 0;
}


h2.honortitle {
font-family: 'Lato', sans-serif;
font-weight: bold;
letter-spacing: .5px;
text-transform: uppercase;
font-size: 30px;
line-height: 38px;
}

h2.honortitle a {
color: #AB0534;
text-decoration: none;
}

.honordate {
font-size: 13px;
color: gray;
font-weight:normal;
}

em {
font-family: 'Lato', sans-serif;
letter-spacing: 1px;
font-size: 16px;
color: #333333;
line-height: 30px;
}

em a {
color: #333333;
}

hr {
       border : 0;
       height : 15px;
       background : url(http://hanajapaneseeatery.com/wp-content/uploads/2013/02/honorrule.png) 50% 0 no-repeat;
       margin : 200px 0 100px 0;
clear:both;
       }

blockquote {
margin: 0 1.5em;
background-image: url('http://hanajapaneseeatery.com/wp-content/uploads/2013/02/quote.png');
background-repeat: no-repeat;
background-position: 80%;
}


/* #Base 1280 Grid 
================================================== */

    	#page { 
		position: relative; 
		width: 1280px; 
		margin: 0 auto; 
		padding: 0;
		height: 800px;
		}
   
a.svgx {
    position: relative;
    display: inline-block;
}
h1.site-title {
    padding-top: 5px;
    width: 242px;
    display: block;
}
div#logotop {
    margin-left: 50px;
    display: block;
    float: left;
}
  	
a.svgx:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}		
	
hgroup {
width: auto;
float: left;
}

#masthead {
    margin-top: 5px;
}

#socialicons {
float:right;
margin-right: 30px;
}


img.social  {
width:24px;
height: 24px;
}

a img.social {

}

a:hover img.social  {
width:26px;
height: 26px;
}

	.container {
		height:800px;
		}
    

#displayblock {
}

.block {
width: 420px;
height: 250px;
float: left;
}

#displayblock img {
width: 420px;
height: 250px;
}

.caption {
margin-top: -485px;
display: block;
float: left;
font-size: 70px;
font-weight: normal;
font-family: 'Lato', sans-serif;
color: whiteSmoke;
margin-left: 15px;
margin-right: 5px;
line-height: 120px;
opacity: .8;
}


.caption a {
color:whitesmoke;
text-decoration:none;
}

.caption a:hover {
opacity: 0;
}

.menu-main-container {
text-align: right;
float: right;
background-image: url('http://hanajapaneseeatery.com/wp-content/uploads/2013/02/menubg1.png');
background-repeat: no-repeat;
background-origin: content-box;
background-position: center;
background-size: 100%;
}


.phone {
    font-family: 'Lato', sans-serif;
    font-size: 22px;
    color: #999;
    font-weight: 100;
    border-right: 1px solid #97191C;
    padding-right: 8px;
}


.entry-content, .menus-content {
background: #ffffff;
padding: 50px 25px 75px 25px;
}

#primary {
width: 75%;
float: left;
padding-right: 50px;
}

#secondary {
width: 200px;
float: left;
padding-top: 30px;
}

.entry-content h2 {
clear: none;
font-family: 'Lato', sans-serif;
font-size: 24px;
display: -.2px;
color: gray;
display: inline-block;
letter-spacing: -.2px;
}

.entry-content p {
font-family: 'Lato', sans-serif;
}



  /* #Desktop (Portrait)
================================================== */     
    /* Note: Design for a width of 960px */    
  @media only screen and (min-width: 960px) and (max-width: 1279px)   {
        #page                                  { width: 960px; }

.block {
width: 302px;
height: 180px;
float: left;
}

#displayblock img {
width: 302px;
height: 180px;
}

.main-navigation, .main-small-navigation {
    margin-top: 0;
}
.main-navigation li {
font-size: 16px;
padding-right: 30px;
padding-left: 10px;
}

.caption {
margin-top: -360px;
display: block;
float: left;
font-size: 50px;
font-weight: normal;
font-family: 'Lato', sans-serif;
color: whiteSmoke;
margin-left: 15px;
margin-right: 5px;
line-height: 90px;
opacity: .7;
}


.phone {
font-size: 22px;
}

h2 {
font-size: 20px;
font-family: 'Lato', sans-serif;
color: gray;
}

#primary {
width: 700px;
}

#secondary {
}
#kmenuitem {

    max-width: 300px;

}

}

    
/* #Tablet (Portrait)
================================================== */   

    /* Note: Design for a width of 768px */

    @media only screen and (min-width: 768px) and (max-width: 959px)  {
        #page                                  { width: 768px; }
        
   

.block {
width: 240px;
height: 143px;
float: left;
}

#displayblock img {
width: 240px;
height: 143px;
}

.main-navigation, .main-small-navigation {
    margin-top: 0;
}
.main-navigation ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
    margin-right: 50px;
}
.main-navigation li {
    float: left;
    position: relative;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    margin-left: 50px;
    text-transform: uppercase;
    padding-left: 0;
}
.caption {
margin-top: -275px;
display: block;
float: left;
font-size: 40px;
font-weight: normal;
font-family: 'Lato', sans-serif;
color: whiteSmoke;
margin-left: 15px;
margin-right: 5px;
line-height: 70px;
opacity: .9;
text-shadow: #444 1px 1px 2px;
}

aside#text-4 {
font-size: 12px;
color: gray;
font-family: 'Lato', sans-serif;
line-height: 28px;
}
.phone {
font-size: 18px;
}

#primary {
width: 530px;
padding-right: 20px;
}

#secondary {
}


}
/* #Mobile (Landscape)
================================================== */

    /* Note: Design for a width of 480px */
    
    @media only screen and (min-width: 300px) and (max-width: 767px) {
        #page { width: 100%; }

h2.site-description {

}

hgroup {
width: 100%;
float: left;
}

#socialicons {
    float: none;
    margin-top: 0;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.phone {
font-family: 'Lato', sans-serif;
font-size: 16px;
padding-right: 0px;
}
div#logotop {
    margin-left: 0;
    display: block;
    float: none;
    margin: 0 auto;
    width: 242px;
}
    .block {
width: 230px;
height: 137px;
float: left;
}

   .block.b {
visibility:visible;
height: 137px;
}

#displayblock img {
width: 230px;
height: 137px;
}

div#main {
    clear: both;
    margin: 0 auto;
    width: 460px;
}

.menu-main-container {
width: 100%;
margin: 0;
}
.main-navigation, .main-small-navigation {
    display: block;
    float: none;
    text-align: center;
    margin-top: 0;
}
.main-small-navigation ul, .main-navigation ul{
list-style:none;
margin: 0;
}

.main-small-navigation li, .main-navigation li {
    font-size: 16px;
    text-transform: uppercase;
    float: none;
    clear: both;
    text-decoration: none;
    padding-right: 0;
    padding-left: 0;
    margin: 0 auto;
}

.main-small-navigation li a, .main-navigation li a {
    text-decoration: none;
    text-align: center;
}

.caption {
margin-top: -375px;
display: block;
float: left;
font-size: 40px;
font-weight: normal;
font-family: 'Lato', sans-serif;
color: whiteSmoke;
margin-left: 15px;
margin-right: 5px;
line-height: 60px;
opacity: .9;
text-shadow: #444 1px 1px 2px;
}

.caption a {
color:whitesmoke;
text-decoration:none;}

.caption a:hover {
opacity: 0;
}

aside#text-4 {
font-size: 16px;
}

#yelpbar {
display:block;
}



#primary {
width: 100%;
float: left;
padding-right: 0;
}

#secondary {
    display: none;
}

    }
/*  #Mobile (Portrait) 
================================================== */
    
    /* Note: Design for a width of 320px */
    
    @media only screen and (max-width: 460px) {
        #page { width: 100%; }
       
div#main {
    clear: both;
    margin: 0 auto;
    width: 235px;
}



}



/* #Clearing
================================================== */

    /* Self Clearing Goodness */
    .container:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; } 
    
    /* Use clearfix class on parent to clear nested columns, 
    or wrap each row of columns in a <div class="row"> */
    .clearfix:before,
    .clearfix:after,
    .row:before,
    .row:after {
      content: '\0020';
      display: block;
      overflow: hidden;
      visibility: hidden;
      width: 0;
      height: 0; }
    .row:after,
    .clearfix:after {
      clear: both; }
    .row, 
    .clearfix {
      zoom: 1; }
      
    /* You can also use a <br class="clear" /> to clear columns */
    .clear {
      clear: both;
      display: block;
      overflow: hidden;
      visibility: hidden;
      width: 0;
      height: 0;
    }

/* #Media Queries
================================================== */
	/* Base 1280 Grid  */
	@media only screen and  (min-width: 960px) and (max-width: 1259px) {}

	/* iPad Portrait/Browser */
	@media only screen and (min-width: 768px) and (max-width: 959px) {}
	
	/* Mobile/Browser */
	@media only screen and (max-width: 767px) {}

	/* Mobile Landscape/Browser */
	@media only screen and (min-width: 480px) and (max-width: 767px) {}
	
	/* Anything smaller than standard 960 */
	@media only screen and (max-width: 959px) {}
	
	<!-- /* iPad Portrait Only */
	@media only screen and (min-width: 768px) and (max-width: 991px) and (max-device-width: 991px) {} -->
	
	/* Mobile Only */
	@media only screen and (max-width: 767px) and (max-device-width: 767px) {}
	
	/* Mobile Landscape Only */
	@media only screen and (min-width: 480px) and (max-width: 767px) and (max-device-width: 767px) {}