@charset "utf-8";
/* CSS Document */

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
}

body {
	font-size: 1.2em;
	width: 100%;
	font-family: georgia, arial, sans-serif;
	color: #444;
	margin: 20px 0px;
}

img {   
	border-style: none;
	max-width:100%;
	height: auto;  
}

* {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

ol, ul {
list-style: none;
}

a:link {
	text-decoration:none;
	color: #255361;
}

a:hover {
	background-color: #255361;
	color: #ffffff;
}

a:visited {
	text-decoration:none;
	color: #255361;
}

.wrapper{
	width:100%;
}

.logo-holder{
	position: top center;
	width: 100%;
	height: auto;
	margin: 0 0 10px 0;
	float: left;
	background-color: #ffffff;
}

.site-container {
	max-width:980px;
	height: auto;
	padding: 0px 10px;
	margin: 10px auto;
	text-align:center;	
}

.contact-box {
	width: 42%; /* 350 / 960 */
	height:75px;
	float: right;
	text-align: right;
	background-color: #ffffff;
}

.google-maps {
	position: relative;
    padding-bottom: 40%; // This is the aspect ratio
    height: 0;
    overflow: hidden;
}

.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

h1 {
    font-size: 2.4em;
    line-height: 170px;
	color: #255361;
	font-family: 'Roboto', georgia, Helvetica, sans-serif;
}




/* Footer */

.footer-container {
	color:#000;
	margin-top: 40px; 
	font-size: 0.9em;
	float: left;
	padding: 30px 0px;
	border-top: 2px dashed #333333;
	width: 100%;
	text-align: center;
}

/* 
==========================================================================
Retina Images
========================================================================== 
*/

@media (-webkit-min-device-pixel-ratio: 1.3),
       (-o-min-device-pixel-ratio: 2.6/2),
       (min--moz-device-pixel-ratio: 1.3),
       (min-device-pixel-ratio: 1.3),
       (min-resolution: 1.3dppx) {
/* 
#backtotop {
	background-image:url(/images/logo@2x.png);
	background-size:200px 214px;
}
 
 

.logoholder a.logo {
	background:url(/images/smokehouse_logo@2x.jpg) no-repeat;
	background-size:100%;
}		 

.social_top .social a.twitter {
	background:url(/images/smokehouse_top_social_twitter@2x.png) no-repeat;
	background-size:20px 20px;
}

.social_top .social a.facebook {
	background:url(/images/smokehouse_top_social_facebook@2x.png) no-repeat;
	background-size:20px 20px;
}
*/
}


/* 
==========================================================================
Media Queries
========================================================================== 
*/

@media only screen and (max-width: 786px) {
	
.logo-holder{
	clear: both;
	float: none;
}	



h1 {
    font-size: 1.8em;
	line-height: 110px;
}

body {
	font-size: 1em;
}

}

@media only screen and (max-width: 600px) {

.article-content{
	width: 100%; /* 640 / 960 */
	float: none;
	clear: left;
}

h1 {
    font-size: 1.5em;
	line-height: 90px;
	text-align: center;
}

body {
	font-size: 0.8em;
}

}

@media only screen and (max-width: 430px) {

h1 {
    font-size: 1.2em;
	line-height: 70px;
}

}

