/**
 * Calabria Bros Main SCSS File
 *
 * Author: Pasquale Scerbo (pscerbo@waveactive.com)
 */
@import url(normalize.css);
@import url(main.css);
.container {
  width: 100%;
  height: 100%;
  max-width: 960px;
  margin: 0 auto;
  position: relative;
}

.one {
  float: left;
  width: 231px;
  padding-right: 19px;
  margin-bottom: 25px;
}

.two {
  float: left;
  width: 462px;
  padding-right: 19px;
  margin-bottom: 25px;
}

.no-padding {
  padding-right: 0 !important;
}

.platter-grid {
  float: left;
  width: 296px;
  height: 200px;
  margin: 0 18px 18px 0;
}

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

::-webkit-input-placeholder {
  color: #FFF;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #FFF;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #FFF;
}

:-ms-input-placeholder {
  color: #FFF;
}

/* DEFAULTS */
body {
  margin: 0;
  padding: 0;
  color: #303030;
  background: url("img/bg-body.jpg");
  font-size: 16px;
  font-family: 'Lato', Arial, Helvetica, sans-serif;
}

.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}

h1, h2, h3 {
  font-family: 'Cabin Sketch', cursive;
  margin: 0;
  padding: 0;
}

h2 {
  font-size: 40px;
  margin-bottom: 25px;
}

h3 {
  font-size: 36px;
  margin-bottom: 25px;
}

h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 0;
  padding: 0;
}

p {
  margin: 0 0 25px 0;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul li {
  font-size: 14px;
  margin-bottom: 5px;
}
ul li span {
  font-size: 12px;
  font-style: italic;
}

.clear {
  clear: both;
}

.spacer20 {
  clear: both;
  height: 20px;
}

.line {
  height: 1px;
  background: #6e6965;
  margin: 20px 0 40px 0;
  width: 100%;
  clear: both;
}

/* HEADER */
header {
  width: 100%;
  background: url("img/bg-nav.png") repeat;
  position: fixed;
  z-index: 500;
}

header #logo {
  width: 200px;
  height: 200px;
  top: 180px;
  left: 20px;
  position: relative;
  z-index: 100;
}
header #logo img {
  width: 100%;
}
header nav {
  position: absolute;
  top: 83px;
  width: 100%;
  height: 95px;
  z-index: 500;
  
}
header nav ul {
  margin: 0;
  padding: 0 0 0 240px;
  list-style: none;
}
header nav ul li {
  float: left;
  padding-right: 15px;
}
header nav ul li a {
  font-size: 15px;
  font-weight: 600;
  color: #000;
  text-decoration: none;
  line-height: 95px;
  text-transform: uppercase;
  /*
  &.active {
  	color: red;
  }
  */
}
header nav ul li a:hover {
  color: red;
}

@media screen and (min-width: 861px) {
  header {
    height: 300px;
    margin-top: -150px;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
    -webkit-transform: skewY(-5deg);
    -moz-transform: skewY(-5deg);
    -ms-transform: skewY(-5deg);
    -o-transform: skewY(-5deg);
    transform: skewY(-5deg);
  }
  header .container {
    height: 350px;
    -webkit-transform: skewY(5deg);
    -moz-transform: skewY(5deg);
    -ms-transform: skewY(5deg);
    -o-transform: skewY(5deg);
    transform: skewY(5deg);
  }
  header nav {
    padding-top: 120px;
    -webkit-transform: skewY(-5deg);
    -moz-transform: skewY(-5deg);
    -ms-transform: skewY(-5deg);
    -o-transform: skewY(-5deg);
    transform: skewY(-5deg);
  }
}

@media screen and (max-width: 860px) {
  header {
    height: 75px;
  }
  header #logo {
    width: 140px;
    height: 140px;
    top: 20px;
    left: 20px;
    position: relative;
    z-index: 100;
  }
  header nav {
    display: none;
  }
}

/* BANNER */
.banner {
  width: 100%;
  height: 500px;
  background: url("img/banner01.jpg") no-repeat center center;
  position: relative;
}
.banner.sub-banner01 {
  height: 500px;
  background: url("img/sub-banner01.jpg") no-repeat center center;
}
.banner.sub-banner02 {
  height: 500px;
  background: url("img/sub-banner02.jpg") no-repeat center center;
}
.banner.sub-banner03 {
  height: 500px;
  background: url("img/sub-banner03.jpg") no-repeat center center;
}
.banner.sub-banner04 {
  height: 500px;
  background: url("img/sub-banner04.jpg") no-repeat center center;
}
.banner .order-online {
  width: 200px;
  height: 200px;
  position: absolute;
  top: 50%;
  right: 60px;
  margin-top: -75px;
}
.banner .order-online img {
  width: 100%;
}

.inline-order {
  font-size: 28px;
  text-align: center;
  font-family: 'Cabin Sketch', cursive;
  display: none;
}
.inline-order p {
  margin: 0 0 20px 0;
  font-weight: bold;
}
.inline-order p:last-of-type {
  margin-bottom: 0;
}
.inline-order a {
  color: #303030;
  text-decoration: none;
}
.inline-order a span {
  color: #247f29;
}

/* DOORDASH */
.dd-bar {
  background: rgba(255, 255, 255, 0.5);
  padding: 30px 0;
}
.doordash {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: bold;
}

.doordash > div {
  padding-left: 20px;
  padding-right: 20px;
}

.doordash img {
  width: 130px;
  margin-right: 40px;
}

/* SHORT ADDRESS BAR */
#shortAddressBar {
  width: 100%;
  font-family: 'Cabin Sketch', cursive;
  font-size: 25px;
  text-align: center;
  padding: 25px 0 20px 0;
  line-height: 1.5em;
}
#shortAddressBar span {
  display: block;
  font-size: 18px;
}

/* CONTENT */
.content {
  padding: 50px 18px;
}

.sandwich {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2em;
}
.sandwich span {
  color: #247f29;
}
.sandwich p {
  font-weight: 400;
  font-size: 12px;
  margin: 5px 0 0 0;
  padding: 0;
}

.cntact {
  padding-left: 50px;
}
.cntact span {
  font-size: 14px;
  font-style: italic;
}

.done {
  display: none;
}

/* BUTTONS */
input[type=submit] {
  background: #303030;
  border: 0;
  font-family: 'Cabin Sketch', cursive;
  font-size: 25px;
  padding: 10px 30px;
  color: #FFF;
}

input[type=text] {
  background: url("img/bg-input.png");
  width: 100%;
  max-width: 443px;
  height: 50px;
  text-indent: 15px;
  color: #FFF;
  border: 0;
  margin-bottom: 17px;
}

textarea {
  width: 100%;
  max-width: 443px;
  height: 100px;
  resize: none;
  background: url("img/bg-input.png");
  border: 0;
  padding: 10px;
  margin-bottom: 17px;
  color: #FFF;
}

/* FOOTER */
footer {
  background: #303030;
  padding: 20px;
  padding: 40px 0;
}
footer .container .col {
  float: left;
  width: 212px;
  margin-right: 19px;
  color: #FFF;
  font-size: 12px;
}
footer .container .col.two {
  width: 443px;
  padding-top: 52px;
}
footer .container .col.two p {
  margin-bottom: 5px;
}
footer .container .col.two ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
footer .container .col.two ul li {
  float: left;
  margin-right: 5px;
}
footer .container .col.two ul li a {
  color: #FFF;
  font-size: 12px;
  text-decoration: none;
}
footer .container .col.two ul li a:hover {
  text-decoration: underline;
}
