/*
Theme Name: pizza
Theme URI: 
Author: Martin Duran
Author URI: 
Description: A theme designed by Jason Thalman
Version: 1.1

Tags:
*/
/* line 17, ../../../../../../Applications/Scout.app/Contents/Resources/vendor/gems/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
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;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../../Applications/Scout.app/Contents/Resources/vendor/gems/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../Applications/Scout.app/Contents/Resources/vendor/gems/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../Applications/Scout.app/Contents/Resources/vendor/gems/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../Applications/Scout.app/Contents/Resources/vendor/gems/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../Applications/Scout.app/Contents/Resources/vendor/gems/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../Applications/Scout.app/Contents/Resources/vendor/gems/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../Applications/Scout.app/Contents/Resources/vendor/gems/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../Applications/Scout.app/Contents/Resources/vendor/gems/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/* line 39, ../scss/style.scss */
body {
  font-size: 1em;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  overflow-x: hidden;
}

@font-face {
  font-family: 'FreestyleScriptRegular';
  src: url("freescpt.eot");
  src: url("freescpt.eot") format("embedded-opentype"), url("freescpt.woff") format("woff"), url("freescpt.ttf") format("truetype"), url("freescpt.svg#FreestyleScriptRegular") format("svg");
}

/* line 58, ../scss/style.scss */
a {
  text-decoration: none;
}

/* line 62, ../scss/style.scss */
p {
  font-size: .95em;
  line-height: 1.2em;
  padding: 7px 0;
}
/* line 66, ../scss/style.scss */
p strong {
  font-size: 1.1em;
  font-weight: 400;
}
/* line 70, ../scss/style.scss */
p a {
  color: #117e1a;
}
/* line 72, ../scss/style.scss */
p a:hover {
  color: #0b5111;
}

/* line 78, ../scss/style.scss */
h1, h2, h3, h4, h5 {
  color: #ca0709;
  font-size: 3.1em;
  font-family: 'FreestyleScriptRegular';
  text-align: center;
  padding: 15px 0;
}
/* line 84, ../scss/style.scss */
h1 a, h2 a, h3 a, h4 a, h5 a {
  color: white;
}
/* line 86, ../scss/style.scss */
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover {
  color: #ca0709;
}
/* line 90, ../scss/style.scss */
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child {
  width: 300px;
  height: 80px;
  color: white;
  font-size: 2.1em;
  font-family: 'FreestyleScriptRegular';
  text-align: center;
  line-height: 80px;
  text-transform: uppercase;
  display: block;
  padding: 0;
  margin: auto;
  background: url(http://www.eatza-pizza.com/wp-content/themes/pizza/images/banner.png) no-repeat;
}
/* line 104, ../scss/style.scss */
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong {
  width: 300px;
  height: 80px;
  color: white;
  font-size: .6em;
  font-family: 'FreestyleScriptRegular';
  text-align: center;
  line-height: 80px;
  text-transform: uppercase;
  display: block;
  padding: 0;
  margin: auto;
  background: url(http://www.eatza-pizza.com/wp-content/themes/pizza/images/banner.png) no-repeat;
}

/* line 119, ../scss/style.scss */
ul {
  width: 100%;
  float: left;
  display: block;
  padding: 10px 0 25px;
}

/* line 126, ../scss/style.scss */
li {
  width: 21%;
  height: 145px;
  font-size: .85em;
  float: left;
  display: block;
  padding: 1%;
  margin: 1%;
  border-radius: 9px;
  background: #f1f1f1;
  box-shadow: inset 0px 0px 12px rgba(0, 0, 0, 0.02);
}
@media (max-width: 960px) {
  /* line 126, ../scss/style.scss */
  li {
    width: 29.33%;
  }
}
@media (max-width: 700px) {
  /* line 126, ../scss/style.scss */
  li {
    width: 46%;
  }
}
@media (max-width: 400px) {
  /* line 126, ../scss/style.scss */
  li {
    width: 96%;
  }
}
/* line 146, ../scss/style.scss */
li h1, li h2, li h3, li h4, li h5, li h6 {
  width: auto;
  height: auto;
  color: #ca0709;
  font-size: 1.8em;
  font-family: 'FreestyleScriptRegular';
  text-align: left;
  line-height: 40px;
  text-transform: uppercase;
  display: block;
  padding: 0;
  margin: 0;
  background: none;
}
/* line 159, ../scss/style.scss */
li h1:first-child, li h2:first-child, li h3:first-child, li h4:first-child, li h5:first-child, li h6:first-child {
  width: auto;
  height: auto;
  color: #ca0709;
  font-size: 1.8em;
  font-family: 'FreestyleScriptRegular';
  text-align: left;
  line-height: 30px;
  text-transform: uppercase;
  display: block;
  padding: 0;
  margin: 0;
  background: none;
}

/* line 176, ../scss/style.scss */
header {
  width: 100%;
  height: 280px;
  border-top: 20px solid #ca0709;
  background: url(http://www.eatza-pizza.com/wp-content/themes/pizza/images/pizza_near_montgomery.jpg) center center no-repeat;
  position: relative;
}
/* line 182, ../scss/style.scss */
header span.navicon {
  width: 10%;
  height: 50px;
  display: none;
  background: none;
  position: absolute;
  top: -50px;
  left: 45%;
  z-index: 9999;
}
@media (max-width: 960px) {
  /* line 182, ../scss/style.scss */
  header span.navicon {
    display: block;
  }
}
/* line 194, ../scss/style.scss */
header span.navicon span {
  width: 100%;
  height: 5px;
  display: block;
  margin: 28px auto;
  background: white;
  position: relative;
}
/* line 201, ../scss/style.scss */
header span.navicon span:before {
  content: "";
  width: 100%;
  height: 5px;
  float: left;
  display: block;
  background: white;
  position: absolute;
  top: -10px;
  left: 0;
}
/* line 212, ../scss/style.scss */
header span.navicon span:after {
  content: "";
  width: 100%;
  height: 5px;
  float: left;
  display: block;
  background: white;
  position: absolute;
  bottom: -10px;
  left: 0;
}
/* line 225, ../scss/style.scss */
header section:first-child {
  max-width: 960px;
  margin: auto;
  position: relative;
}
/* line 230, ../scss/style.scss */
header section:first-child + section {
  width: 100%;
  height: 48px;
  background: rgba(255, 255, 255, 0.6);
  position: absolute;
  bottom: 20px;
  left: 0;
  z-index: 0;
}
/* line 238, ../scss/style.scss */
header section:first-child + section section {
  max-width: 960px;
  margin: auto;
}
/* line 241, ../scss/style.scss */
header section:first-child + section section section {
  width: 50%;
  float: left;
  background: none;
  position: relative;
  bottom: 0;
}
/* line 247, ../scss/style.scss */
header section:first-child + section section section p {
  color: white;
  font-size: 1.1em;
  line-height: 20px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6), 0px 0px 2px rgba(0, 0, 0, 0.6);
  padding: 4px;
}
@media (max-width: 960px) {
  /* line 247, ../scss/style.scss */
  header section:first-child + section section section p {
    text-align: center;
  }
}
@media (max-width: 960px) {
  /* line 241, ../scss/style.scss */
  header section:first-child + section section section {
    width: 100%;
    background: rgba(255, 255, 255, 0.6);
  }
}
/* line 262, ../scss/style.scss */
header section:first-child + section section section + section {
  text-align: right;
}
@media (max-width: 960px) {
  /* line 230, ../scss/style.scss */
  header section:first-child + section {
    height: auto;
    display: table;
    margin: 10px 0 0;
    background: none;
    position: relative;
    bottom: 0;
    clear: both;
  }
}
/* line 276, ../scss/style.scss */
header img:first-child {
  max-width: 100%;
  display: block;
  margin: auto;
  position: relative;
  top: -10px;
  z-index: 1;
}
@media (max-width: 960px) {
  /* line 276, ../scss/style.scss */
  header img:first-child {
    display: none;
  }
}
/* line 287, ../scss/style.scss */
header img.mobileLogo + p {
  color: white;
  font-size: 1.9em;
  font-weight: 500;
  font-style: italic;
  text-shadow: 0px 0px 2px black, 0px 0px 1px black, 0px 0px 3px black, 0px 0px 4px black;
  position: absolute;
  top: 25px;
  left: 0;
}
@media (max-width: 960px) {
  /* line 287, ../scss/style.scss */
  header img.mobileLogo + p {
    text-align: center;
    position: relative;
    top: 0;
  }
  /* line 300, ../scss/style.scss */
  header img.mobileLogo + p span {
    display: none;
  }
}
/* line 305, ../scss/style.scss */
header img.mobileLogo + p + p {
  color: white;
  font-size: 1.9em;
  font-weight: 700;
  font-style: italic;
  text-align: right;
  text-shadow: 0px 0px 2px black, 0px 0px 1px black, 0px 0px 3px black, 0px 0px 4px black;
  position: absolute;
  top: 25px;
  right: 0;
}
@media (max-width: 960px) {
  /* line 305, ../scss/style.scss */
  header img.mobileLogo + p + p {
    text-align: center;
    padding: 5px 0;
    position: relative;
    top: 0;
  }
  /* line 320, ../scss/style.scss */
  header img.mobileLogo + p + p span {
    display: none;
  }
}
/* line 325, ../scss/style.scss */
header nav {
  width: 100%;
  height: 60px;
  background: url(http://www.eatza-pizza.com/wp-content/themes/pizza/images/nav.jpg);
  position: absolute;
  top: 108px;
  left: 0;
  z-index: 2;
}
/* line 333, ../scss/style.scss */
header nav section {
  max-width: 960px;
  text-align: center;
  margin: auto;
}
@media (max-width: 960px) {
  /* line 333, ../scss/style.scss */
  header nav section {
    width: 100%;
  }
}
/* line 340, ../scss/style.scss */
header nav section a:first-child {
  position: absolute;
  top: 75px;
  left: 0;
}
@media (max-width: 960px) {
  /* line 340, ../scss/style.scss */
  header nav section a:first-child {
    width: auto;
    top: -35px;
    left: 5px;
  }
}
/* line 350, ../scss/style.scss */
header nav section a:first-child + a {
  position: absolute;
  top: 75px;
  left: 50px;
}
@media (max-width: 960px) {
  /* line 350, ../scss/style.scss */
  header nav section a:first-child + a {
    width: auto;
    top: -35px;
    left: 45px;
  }
}
/* line 360, ../scss/style.scss */
header nav section a:first-child + a + a {
  max-width: 140px;
  position: absolute;
  top: 77px;
  right: 0;
}
/* line 365, ../scss/style.scss */
header nav section a:first-child + a + a img {
  max-width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 960px) {
  /* line 360, ../scss/style.scss */
  header nav section a:first-child + a + a {
    width: auto;
    top: -35px;
    right: 5px;
  }
}
/* line 376, ../scss/style.scss */
header nav section a {
  color: white;
  font-size: 1.1em;
  font-weight: 100;
  line-height: 60px;
  text-transform: uppercase;
  display: inline-block;
  padding: 0 10px;
}
/* line 384, ../scss/style.scss */
header nav section a:hover {
  color: #ca0709;
}
@media (max-width: 960px) {
  /* line 376, ../scss/style.scss */
  header nav section a {
    width: 50%;
    float: left;
    display: none;
    padding: 0;
  }
}
@media (max-width: 960px) {
  /* line 325, ../scss/style.scss */
  header nav {
    width: 100%;
    height: auto;
    background: #117e1a;
    top: 0;
  }
}
@media (max-width: 960px) {
  /* line 176, ../scss/style.scss */
  header {
    width: 96%;
    height: auto;
    border-top: 40px solid #ca0709;
    padding: 0 2% 20px;
    background: url(http://www.eatza-pizza.com/wp-content/themes/pizza/images/pizza_near_montgomery.jpg) top center no-repeat #117e1a;
  }
}

/* line 411, ../scss/style.scss */
.free {
  width: 100%;
  text-align: center;
  display: table;
  padding: 20px 0;
  background: #ca0709;
  clear: both;
}
/* line 418, ../scss/style.scss */
.free p {
  color: white;
  font-size: 1.2em;
  font-weight: 600;
  line-height: 1.3em;
}
/* line 424, ../scss/style.scss */
.free p + p {
  font-size: .95em;
  font-weight: 200;
}

/* line 430, ../scss/style.scss */
.body {
  max-width: 960px;
  display: block;
  padding: 30px 0;
  margin: auto;
  overflow-x: hidden;
}
/* line 436, ../scss/style.scss */
.body p:first-child {
  color: black;
  font-size: 1.1em;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0 0 20px;
}
@media (max-width: 960px) {
  /* line 430, ../scss/style.scss */
  .body {
    width: 96%;
    padding: 30px 2%;
  }
}

/* line 450, ../scss/style.scss */
footer {
  width: 100%;
  float: left;
  text-align: center;
  display: table;
  padding: 15px 0 0;
  background: black;
  clear: both;
}
/* line 458, ../scss/style.scss */
footer div {
  max-width: 960px;
  margin: auto;
}
/* line 461, ../scss/style.scss */
footer div h6 {
  color: #ca0709;
  font-size: 3em;
  font-family: 'FreestyleScriptRegular';
  padding: 0 0 9px;
}
/* line 467, ../scss/style.scss */
footer div p {
  color: white;
  font-size: 1.1em;
  font-weight: 500;
  line-height: 1.1em;
}
/* line 472, ../scss/style.scss */
footer div p a {
  color: white;
}
/* line 474, ../scss/style.scss */
footer div p a:hover {
  color: #117e1a;
}
/* line 479, ../scss/style.scss */
footer div p + h6 {
  padding: 45px 0 0;
}
/* line 483, ../scss/style.scss */
footer div.rights {
  width: 100%;
  max-width: 2000px;
  color: white;
  float: left;
  display: block;
  padding: 1px 0;
  background: #ca0709;
}
/* line 491, ../scss/style.scss */
footer div.rights p {
  font-size: 14px;
  font-weight: 100;
}
/* line 494, ../scss/style.scss */
footer div.rights p a {
  color: white;
}
/* line 496, ../scss/style.scss */
footer div.rights p a:hover {
  color: #f1f1f1;
}

/* line 506, ../scss/style.scss */
.third {
  width: 33.33%;
  float: left;
  display: block;
  padding: 10px 0;
}
@media (max-width: 960px) {
  /* line 506, ../scss/style.scss */
  .third {
    width: 50%;
  }
}
@media (max-width: 700px) {
  /* line 506, ../scss/style.scss */
  .third {
    width: 100%;
  }
}

/* line 521, ../scss/style.scss */
table {
  width: 100%;
  font-size: .9em;
  display: table;
  margin: 20px 0;
  overflow-x: hidden;
}

/* line 529, ../scss/style.scss */
th {
  font-weight: 500;
  padding: 0 0 8px;
}
@media (max-width: 700px) {
  /* line 529, ../scss/style.scss */
  th {
    width: 96%;
    float: left;
    display: block;
    padding: 5px 2%;
    overflow: hidden;
  }
}

/* line 541, ../scss/style.scss */
td {
  font-weight: 400;
  padding: 3px 0;
}
/* line 544, ../scss/style.scss */
td em {
  float: right;
  display: none;
}
@media (max-width: 700px) {
  /* line 544, ../scss/style.scss */
  td em {
    display: inline-block;
  }
}
@media (max-width: 700px) {
  /* line 541, ../scss/style.scss */
  td {
    width: 96%;
    float: left;
    display: block;
    padding: 5px 2%;
    overflow: hidden;
  }
}

/* line 560, ../scss/style.scss */
table strong {
  color: #117e1a;
  font-size: .8em;
}

/* line 567, ../scss/style.scss */
.clear {
  display: none;
}

/* line 575, ../scss/style.scss */
.menu_price {
  padding: 3px 4px;
}

/* line 579, ../scss/style.scss */
.second_price {
  color: #117e1a;
  float: right;
  display: inline-block;
}

/* line 587, ../scss/style.scss */
.menu_category {
  width: 100%;
  float: left;
  display: block;
}

/* line 595, ../scss/style.scss */
.aligncenter {
  float: none;
  display: block;
  padding: 0 15px;
  margin: 20px auto;
}

/* line 602, ../scss/style.scss */
.show {
  display: block;
}

/* line 608, ../scss/style.scss */
.mobileLogo {
  display: none;
}
@media (max-width: 960px) {
  /* line 608, ../scss/style.scss */
  .mobileLogo {
    display: block;
    margin: auto;
  }
}

/* line 618, ../scss/style.scss */
.onlineOrdering {
  width: 100%;
  min-height: 109px;
  float: left;
  display: block;
  background: url(http://www.eatza-pizza.com/wp-content/themes/pizza/images/footerTop.png);
}
/* line 624, ../scss/style.scss */
.onlineOrdering section {
  max-width: 960px;
  color: white;
  margin: auto;
}
/* line 628, ../scss/style.scss */
.onlineOrdering section p {
  font-size: 1.2em;
  text-align: center;
  font-weight: 600;
  padding: 10px 0 5px;
}
/* line 634, ../scss/style.scss */
.onlineOrdering section a {
  display: table;
  margin: auto;
}
