/*
Theme Name: DevilDawgs
Theme URI: http://www.thewebsite.com
Author: Randy Jensen & Randy Hoyt
Author URI: http://www.handcraftedwp.com
Description: HTML5 starter theme based off Ian Stewart's HTML5 Toolbox Theme with other goodies added plus chunks of Paul Irish's HTML5 Boilerplate mixed in for good measure. Shake well. 
Version: 0.8.7
*/
@font-face {
    font-family: 'media_blackoutregular';
    src: url('fonts/mediablackoutpopskull_inc..eot');
    src: url('fonts/mediablackoutpopskull_inc..eot?#iefix') format('embedded-opentype'),
         url('fonts/mediablackoutpopskull_inc..woff') format('woff'),
         url('fonts/mediablackoutpopskull_inc..ttf') format('truetype'),
         url('fonts/mediablackoutpopskull_inc..svg#media_blackoutregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

article, aside, details, figcaption, figure, footer, header, hgroup, header, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }
html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

html, button, input, select, textarea { font-family: sans-serif; color: #222; }

body { margin: 0; font-size: 1em; line-height: 1.4; }

::-moz-selection { background: #111; color: #fff; text-shadow: none; }
::selection { background: #111; color: #fff; text-shadow: none; }
a.eats {font-family: 'Knockout 50 A', 'Knockout 50 B';    font-weight: 400;    font-style: normal;    color: #cc0000 !important;    font-size: 9em;    text-transform: uppercase;    line-height: .95em;    text-shadow: 2px 2px 1px #000, 3px 3px 0px #cc0000;}a.eats:hover {color:#fff !important;}
a { color: #00e; }
a:visited { color: #551a8b; }
a:hover { color: #06e; }
a:focus { outline: thin dotted; }

a:hover, a:active { outline: 0; }

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }

pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
header ul, header ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; width: 100%; height: auto;}

svg:not(:root) { overflow: hidden; }

figure { margin: 0; }


form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

label { cursor: pointer; }


legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

button, input { line-height: normal; }

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }

button[disabled], input[disabled] { cursor: default; }

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

textarea { overflow: auto; vertical-align: top; resize: vertical; }

input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }

.ir br { display: none; }

.hidden { display: none !important; visibility: hidden; }

.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

.invisible { visibility: hidden; }

.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}
                         
html body {
  font-size:62.5%;
}

body {
  background:#000;
} 

ul{
  margin:0;
  padding:0;
}  
ul li {
  list-style:none;
  margin:0;
  padding:0;   
  position:relative;
}  
h1,
h2,
h3,
h4,
h5,
h6 {  
  padding:0;
  margin:0;
}  

h1 {font-family: 'Knockout 50 A', 'Knockout 50 B';
    font-weight: 400;
    font-style: normal;
    color: #cc0000;
    font-size: 9em;
    text-transform: uppercase;
    line-height: .95em;
    text-shadow: 2px 2px 1px #000, 3px 3px 0px #cc0000;
}


h1#headline {margin-bottom:10px;}

/*h1 {
  font-size: 9em;
  font-family: 'media_blackoutregular';
  text-transform: uppercase;
  color: rgb(234,228,215);
  line-height: .95em;
}*/
h1 em { 
  font-size:50%;
  position:relative;
  top:-.55em;             
  font-style:normal;
  border-bottom:10px solid rgb(234,228,215);     
}      
h2 {
  font-size:4em;  
  font-family: 'Knockout 54 A', 'Knockout 54 B'; font-weight: 400; font-style: normal;
  text-transform:uppercase;
  color:#cc0000;
}
h3 {
  font-size:2em;  
  font-family: 'Knockout 54 A', 'Knockout 54 B'; font-weight: 400; font-style: normal;
  text-transform:uppercase;
  color:#cc0000;
}
h3 em { 
  font-size:60%;
  position:relative;
  top:-.45em;             
  font-style:normal;
  border-bottom:2px solid #cc0000; 
  font-family: 'Knockout 54 A', 'Knockout 54 B'; font-weight: 400; font-style: normal;
}      
h4 {
  font-size:1.5em;  
  font-family: 'Knockout 54 A', 'Knockout 54 B'; font-weight: 400; font-style: normal;
  text-transform:uppercase;
  color:#cc0000;
}
h4 em { 
  font-size:60%;
  position:relative;
  top:-.45em;             
  font-style:normal;
  border-bottom:2px solid #cc0000; 
  font-family: 'Knockout 54 A', 'Knockout 54 B'; font-weight: 400; font-style: normal;
}      
h5 {
  font-size:1.5em;
  text-transform:uppercase;
  color:rgb(255,222,64);
  font-family: 'Knockout 54 A', 'Knockout 54 B'; font-weight: 400; font-style: normal;
}
h6 {
  padding-top:25px;  
}
p {
  font-size:1.5em;
  text-transform:uppercase;
  color:rgb(234,228,215);
  font-family: 'Knockout 54 A', 'Knockout 54 B'; font-weight: 400; font-style: normal;
}
a:visited,
a {
  font-family: 'Knockout 54 A', 'Knockout 54 B'; 
  font-weight: 400;
  font-style: normal;   
  letter-spacing:0.05em;   
  font-size:1em;
  color:#fff;
  text-decoration:none;
  text-transform:uppercase;   
}
a:hover,
a:active {
  color:#cc0000;
}          


.yellow {
  color: rgb(255,222,64);
}
/* Header
**/
            
.wrapper {
  width:100%;
  float:left;
  position:relative; 
  height:auto;
  overflow:hidden;
}
header {
  width:100%;
  background:rgb(255,212,64);
  height:75px;
}   
header ul {
  width:auto; 
  max-width:961px;
  margin:0 auto; 
  position:relative;
  height:65px;
  padding:5px 0;
}
header ul li {
  position:relative; 
  } 
header ul li#mobile-menu {
  float:left;      
  width:50px;
  height:45px;
  padding:15px;
  display:none;
}
header ul li#logo {
  float:left;      
  width:150px;
  height:45px;
  padding:10px 0;
  }   
  header ul li#logo img {
    width:124px;
    height:39px;
  }
  
header ul li#addresses { 
  width:480px;
  float:right;
  height:55px; 
  padding:0 5px;  
  position: absolute;
  right: 0px;
  top: 10px;
}      
.address {
  margin:0 5px;
  float:left;
  width:150px;
  height:100%;
  text-align:center;
  color: #111;
} 
.address p,
.address h4 {
  color: #111;
  padding:0;
  margin:0;
  text-transform:uppercase;
}
.address p  {
  font-size:09px; 
  line-height:10px;
}
header ul li#social-header {
  margin-left:210px;
  width:194px;
  padding:10px 0;
  } 
header ul li#social-header a {
   width:35px;
   height:35px;
   margin:0 5px; 
   float: left;  
} 
header ul li#social-header a#facebook {
  background-image: url(img/social-nav-white.png);
  background-position: 0 0;
  background-repeat:no-repeat; 
}
header ul li#social-header a#twitter {
  background-image: url(img/social-nav-white.png);
  background-position: -43px 0;
  background-repeat:no-repeat; 
}
header ul li#social-header a#yelp {
  background-image: url(img/social-nav-white.png);
  background-position: -85px 0;
  background-repeat:no-repeat; 
}  

header ul li#social-header a#instagram {
  background-image: url(img/social-nav-white.png);
  background-position: -127px 0;
  background-repeat:no-repeat; 
}  

 

/* Nav
**/
nav {
  width:auto; 
  max-width:961px;
  margin:0 auto; 
  position:relative;
  height:auto;
  padding:15px 11px;   
  text-align:center;  
}    
nav ul li {
  width: auto;
  float: left;
}
nav ul li a {
  font-size:1.35em;
  padding:0 5px;
}
nav.visible {
  left:0px;
  padding-top:20px;
  }
  nav.visible ul li {
    width: 100%;
    float: left;  
    height:35px;
    position:relative;
    text-align:left;
  }
nav ul li.current_page_item a, nav ul li.current_page_parent a  {
  font-family: 'Knockout 50 A', 'Knockout 50 B'; font-weight: 400; font-style: normal;
  color:#cc0000; 
  font-size:3em;
  top:.25em;
  position:relative;  
  line-height:0px;
  text-shadow:2px 2px 1px #000, 3px 3px 0px #cc0000;
}

/* Content
**/
.main {
  width:auto; 
  max-width:961px;
  margin:0 auto; 
  position:relative;
  height:auto;
  padding:75px 11px;   
  text-align:center;
}

.container {
  width:100%;
  position:relative;
  margin:0px 0 0;
  height:auto;
  color:#fff;    
  font-family: 'Knockout 50 A', 'Knockout 50 B'; font-weight: 400; font-style: normal;
}
.container.half {
  width:50%;
  position:relative;
  float:left;
}
.container.third {
  width:32%;
  position:relative;
  float:left;
}

.container.fourth {
  width:24%;
  position:relative;
  float:left;
}
.container.fourth img,
.container.third img,
.container.half img {
  width:100%;
  max-width:350px;
  margin:0 auto;
  height:auto;
}
.container h1 {
}
.container h1#cater-headline,
  .container h1#eats-headline {
  font-size:4em;    
  line-height: .85em;  
  padding-bottom: 50px;
}
.container h1#contact-headline {
  font-size:6em;    
  line-height: .85em;  
  padding-bottom: 50px;
}
.container h1#cater-headline {
  padding-bottom: 20px;
}
.container h1#blog-headline {
  font-size:7em;    
}
.container h3 {
  padding:20px 0 5px 0;
}          
.container p {
  padding:0 50px;
}
.container.left {
  text-align:left;
}
#menu-content h2 { 
  border-bottom:10px solid #cc0000;
  width:95%;
  text-align:left;
}        
#menu-content h5 { 
  padding: 15px 0;
}
#menu-content ul {
  width:95%;
  float:left;
}
#menu-content ul li {
  background-image: url(img/dotted.gif);
  background-position: 0 4px;
  background-repeat:repeat-x; 
  padding:30px 0 10px 0;
  text-align:left;     
  width:100%;
  float:left;
  font-size:1em;
  text-transform:uppercase;
  color:#fff;
  font-family: 'Knockout 54 A', 'Knockout 54 B'; font-weight: 200; font-style: normal;
}    
 #menu-content .burgers ul  {
  padding:0px 0 30px 0;
}    
 #menu-content .burgers ul li {
  padding:10px 0 15px 0;
}    
.container.burgers p {
padding: 0 0px;  
margin:0; 
color:#fff;
font-size: 1em;
}
.container.burgers p strong {
  color:rgb(234,228,215);
  font-size: 1.5em;
}



#menu-content ul li strong,
#menu-content ul li b {
  position:absolute;
  color:rgb(234,228,215);
  left:0px;
  top:10px;
  padding:0;
  text-align:left;
  background:#000;
  font-size: 1.5em;
  padding-right:5px;
  padding-bottom:0px;
  float:left;
  width:auto;  
  height:auto;  
  line-height:1.2em;
}
#menu-content ul li#promo, 
  #menu-content ul li#toppings{
  background:none;
}
#menu-content ul li#promo {
    font-size:1.2em;
}
#menu-content ul li h6 {
  padding:10px 0 0 00;
  text-align:left;
  padding-right:5px;  
  float:left;
  width:100%;
  font-family: 'Knockout 54 A', 'Knockout 54 B'; font-weight: 400; font-style: normal;
  font-size:1.2em;
  text-transform:uppercase; 
}
#menu-content ul li em {
  position:absolute;
  right:0px;
  top:10px;
  color:rgb(234,228,215);
  background:#000;
  padding-left:5px;
  font-size: 1.5em;
}
#location-content h2 {
  padding:30px 0 0;  
  text-align: center;
}
#location-content img {
  max-width:350px;
  text-align: center;
}
#location-content p {
  text-align: center;
}
#location-content p em {
  color: rgb(255,222,64);
}
  
  
.container.post {  
  margin-top:50px; 
  float: left;
}
.post-image {
  width:300px;
  margin-right:50px;
  float:left;
}
.post-image img {
  width:100%;
}
.post-content {
  max-width:600px;
  float:left;   
  text-align:left;
}
.post-content p {
  padding:0px;
}  
          
          
.container.shop {  
  margin-top:50px; 
  float: left;
}

.container .shop-images {
  width: 100%;
  max-width: 961px;
  float: left;
  position: relative;
}
.container .shop-images img {
  float:left;
  width:205px;
  margin:10px;  
  height: auto;
}          
.container .shop-images img:first-child {
width:430px;
}/*
.forcejustify {
  text-align: justify;
}
.forcejustify:after {
  content: "";
  display: inline-block;
  width: 100%;
}
*/

.wp-image {   
  padding-top:25px;  
  overflow:hidden;
  
}      


/* Footer
**/   
.belly {
  background-image: url(img/belly-logo.png);
  background-position: 0 0;
  background-repeat:no-repeat; 
  text-align: left;
  font-size: 1.5em;
  text-transform: uppercase;
  color: #333;
  font-family: 'Knockout 54 A', 'Knockout 54 B';
  font-weight: 400;
  font-style: normal;
  float: left;
  position: relative;
  padding: 50px 0 0 100px;
  margin:50px 0 0  0;
}
footer {
  width:100%;
  background:#444;
  height:75px; 
  padding:20px 0;
  float: left; 
  margin:150px 0 0 0;
}  

footer #social-header {
  margin:0 auto;
  max-width:960px;
  width:auto;
  padding:10px 0;
  } 
footer #social-header a.social {
   width:35px;
   height:35px;
   margin:0 5px; 
   float: left;  
   opacity:0.5;
} 
footer #social-header a#facebook {
  background-image: url(img/social-nav-white.png);
  background-position: 0 0;
  background-repeat:no-repeat; 
}
footer #social-header a#twitter {
  background-image: url(img/social-nav-white.png);
  background-position: -43px 0;
  background-repeat:no-repeat; 
}
footer #social-header a#yelp {
  background-image: url(img/social-nav-white.png);
  background-position: -85px 0;
  background-repeat:no-repeat; 
}  

footer #social-header a#instagram {
  background-image: url(img/social-nav-white.png);
  background-position: -127px 0;
  background-repeat:no-repeat; 
}  

footer #stub {
  width:580px;	
  float:right;
  margin-top:-4px;
  margin-right:5px;	
}

footer #stub a.seamless {
   width:50px;
   height:50px;
   margin:0px 5px; 
   float: right;  
   opacity:1.0;
   padding-top:-10px;
	
} 

footer #stub .alignleft {
float:right;
width:75%;
}

footer #stub .alignright {
float:right;
width:55%;
}

footer #stub h5 {
  font-size:1.0em;	
}

footer #stub h5.new {
  font-size:1.2em;
color:#fff;	
margin-bottom:4px;
}

footer #stub h5.new a {
color:rgb(255,222,64);
}

@media all and (max-width:901px) and (min-width:0px) {  
  header ul li#mobile-menu {
    display:block;
  }
  header ul li#logo {
  margin:0 auto;
  width:140px;
  padding:10px 0;     
  float:none;
}

  header ul li#social-header {
    width: 180px;
    float: right;
    height: 55px;
    padding: 0 5px;
    position: absolute;
    right: 0px;
    top:15px;
    }
  header ul li#addresses {
  display:none;
  }
  nav {
    width:200px;
    margin:0;
    height:100%; 
    position:absolute;
    padding:0px 11px;   
    left:0px;
    background:#333;
    z-index:9;  
    left:-250px;
  } 
  nav a {
    font-size:1.35em;
    padding:0px;
    width:100%;
    float:left; 
    padding:30px 0 0 0;
  }   

footer {
background-color: transparent;
}

footer #social-header {
max-width:150px;
margin: 0 auto;
display:block;
float:none;
}

footer #stub {
float:none;
text-align:center;
margin-top:40px;
width:340px;

}        

footer #stub .alignleft {
float:none;
margin: 0 auto;
}  
}           

@media all and (max-width:801px) and (min-width:0px) {  
  .container.third,
  .container.half {
    width:100%;
    position:relative;
    float:left;
    padding-bottom: 50px;
  }
  .container.third img,
  .container.half img {
    width:100%;
    margin:0 auto;
    position:relative;
    height:auto;
  }    
  h1 {  
    font-size:3.5em;
  }                
  p {
    font-size:1.2em;
  }

  .container p {
    padding:0 5px 0 0;
  }
#menu-content h2 {
  line-height: 1em;
}    
.container .shop-images img,
.container .shop-images img:first-child{
width: 100%;
margin:10px 0 0;
}
}           
@media all and (max-width:401px) and (min-width:0px) {  
  header ul li#social-header {
    display:none;
    }          
    .main {
    text-align:left;
  } 
  .wp-image {
    display:none;
  }
}           