@charset "UTF-8";
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@font-face {
  font-family: "Cubano Regular";
  src: url("../fonts/cubano-regular-webfont.eot");
  src: url("../fonts/cubano-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/cubano-regular-webfont.woff") format("woff"), url("../fonts/cubano-regular-webfont.ttf") format("truetype"), url("../fonts/cubano-regular-webfont.svg#cubanoregular") format("svg");
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
}
@font-face {
  font-family: "Clarendon BT Black";
  src: url("../fonts/tt0351m_-webfont.eot");
  src: url("../fonts/tt0351m_-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/tt0351m_-webfont.woff") format("woff"), url("../fonts/tt0351m_-webfont.ttf") format("truetype"), url("../fonts/tt0351m_-webfont.svg#clarendon_blk_btblack") format("svg");
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
}
@font-face {
  font-family: "Clarendon BT Roman";
  src: url("../fonts/tt0283m_-webfont.eot");
  src: url("../fonts/tt0283m_-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/tt0283m_-webfont.woff") format("woff"), url("../fonts/tt0283m_-webfont.ttf") format("truetype"), url("../fonts/tt0283m_-webfont.svg#clarendon_btroman") format("svg");
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
}
/* CSS Resets */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, img, ins, q, small, strong, sub, sup, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  margin: 0;
  padding: 0;
}

article, aside, figure, figure img, figcaption, hgroup, footer, header, nav, section, video, object {
  display: block;
}

a img {
  border: 0;
}

figure {
  position: relative;
}

figure img {
  width: 100%;
}

/* ==================================================================================================================== */
/* ! The 1140px Grid V2 by Andy Taylor \ http://cssgrid.net \ http://www.twitter.com/andytlr \ http://www.andytlr.com   */
/* ==================================================================================================================== */
/*.container {
padding-left: 20px;
padding-right: 20px;
}*/
.row {
  width: 100%;
  max-width: 1140px;
  /*min-width: 755px;*/
  margin: 0 auto;
  overflow: hidden;
}

.onecol, .twocol, .threecol, .fourcol, footer .widget, .fivecol, .sixcol, .sevencol, .eightcol, .ninecol, .tencol, .elevencol {
  margin-right: 3.8%;
  float: left;
  min-height: 1px;
}

.row .onecol {
  width: 4.85%;
}

.row .twocol {
  width: 13.45%;
}

.row .threecol {
  width: 22.05%;
}

.row .fourcol, .row footer .widget, footer .row .widget {
  width: 30.75%;
}

.row .fivecol {
  width: 39.45%;
}

.row .sixcol {
  width: 48%;
}

.row .sevencol {
  width: 56.75%;
}

.row .eightcol {
  width: 65.4%;
}

.row .ninecol {
  width: 74.05%;
}

.row .tencol {
  width: 82.7%;
}

.row .elevencol {
  width: 91.35%;
}

.row .twelvecol {
  width: 100%;
  float: left;
}

.last {
  margin-right: 0px;
}

img, object, embed {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

/* Smaller screens */
@media only screen and (max-width: 1023px) {
  body {
    font-size: 0.8em;
    line-height: 1.5em;
  }
}
/* Mobile */
@media handheld, only screen and (max-width: 800px) {
  body {
    /*font-size: 16px;*/
    -webkit-text-size-adjust: none;
  }
  .row, body, .container {
    width: 100%;
    min-width: 0;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .row .onecol, .row .twocol, .row .threecol, .row .fourcol, .row footer .widget, footer .row .widget, .row .fivecol, .row .sixcol, .row .sevencol, .row .eightcol, .row .ninecol, .row .tencol, .row .elevencol, .row .twelvecol {
    width: auto;
    float: none;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
/*! normalize.css v1.1.0 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -ms-text-size-adjust: 100%; /* 2 */
}

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: "Helvetica", "Arial", sans-serif;
}

/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0;
}

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none;
}

/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: "";
  content: none;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}

dd {
  margin: 0 0 0 40px;
}

/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}

/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0; /* 1 */
  -ms-interpolation-mode: bicubic; /* 2 */
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0; /* 1 */
  padding: 0;
  white-space: normal; /* 2 */
  *margin-left: -7px; /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%; /* 1 */
  margin: 0; /* 2 */
  vertical-align: baseline; /* 3 */
  *vertical-align: middle; /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
  *overflow: visible; /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
  *height: 13px; /* 3 */
  *width: 13px; /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto; /* 1 */
  vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #222;
}

body {
  font-size: 1em;
  line-height: 1.4;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

img {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

body {
  background-color: #ff81cf;
  line-height: 1.5em;
  margin: 0;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

a:hover,
a:active {
  text-decoration: underline;
}

blockquote {
  margin: 2em 8%;
}

hgroup,
nav {
  font-family: "Cubano Regular", sans-serif;
}

hgroup *,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  margin: 0;
}

svg {
  left: 0;
  position: absolute;
  top: 0;
  z-index: -99;
}

hr {
  margin: 2em 0;
}

.wp-block-button__link {
  font-family: "Cubano Regular", sans-serif;
  position: relative;
  padding: 10px 22px;
  border-radius: 6px;
  border: none;
  color: #fff;
  cursor: pointer;
  background-color: #7d0041;
  transition: all 0.2s ease;
}

.wp-block-button__link:active .wp-block-button__link:visited {
  color: white;
  transform: scale(0.96);
}

.wp-block-button__link:before,
.wp-block-button__link:after {
  position: absolute;
  content: "";
  width: 150%;
  left: 50%;
  height: 100%;
  transform: translateX(-50%);
  z-index: -1000;
  background-repeat: no-repeat;
}

.wp-block-button__link:hover,
.wp-block-button__link:visited {
  color: white;
  text-decoration: underline;
}

.wp-block-button__link:hover:before {
  top: -70%;
  background-image: radial-gradient(circle, #7d0041 20%, transparent 20%), radial-gradient(circle, transparent 20%, #7d0041 20%, transparent 30%), radial-gradient(circle, #7d0041 20%, transparent 20%), radial-gradient(circle, #7d0041 20%, transparent 20%), radial-gradient(circle, transparent 10%, #7d0041 15%, transparent 20%), radial-gradient(circle, #7d0041 20%, transparent 20%), radial-gradient(circle, #7d0041 20%, transparent 20%), radial-gradient(circle, #7d0041 20%, transparent 20%), radial-gradient(circle, #7d0041 20%, transparent 20%);
  background-size: 10% 10%, 20% 20%, 15% 15%, 20% 20%, 18% 18%, 10% 10%, 15% 15%, 10% 10%, 18% 18%;
  background-position: 50% 120%;
  animation: greentopBubbles 0.6s ease;
}

@keyframes greentopBubbles {
  0% {
    background-position: 5% 90%, 10% 90%, 10% 90%, 15% 90%, 25% 90%, 25% 90%, 40% 90%, 55% 90%, 70% 90%;
  }
  50% {
    background-position: 0% 80%, 0% 20%, 10% 40%, 20% 0%, 30% 30%, 22% 50%, 50% 50%, 65% 20%, 90% 30%;
  }
  100% {
    background-position: 0% 70%, 0% 10%, 10% 30%, 20% -10%, 30% 20%, 22% 40%, 50% 40%, 65% 10%, 90% 20%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
  }
}
.wp-block-button__link:hover::after {
  bottom: -70%;
  background-image: radial-gradient(circle, #7d0041 20%, transparent 20%), radial-gradient(circle, #7d0041 20%, transparent 20%), radial-gradient(circle, transparent 10%, #7d0041 15%, transparent 20%), radial-gradient(circle, #7d0041 20%, transparent 20%), radial-gradient(circle, #7d0041 20%, transparent 20%), radial-gradient(circle, #7d0041 20%, transparent 20%), radial-gradient(circle, #7d0041 20%, transparent 20%);
  background-size: 15% 15%, 20% 20%, 18% 18%, 20% 20%, 15% 15%, 20% 20%, 18% 18%;
  background-position: 50% 0%;
  animation: greenbottomBubbles 0.6s ease;
}

@keyframes greenbottomBubbles {
  0% {
    background-position: 10% -10%, 30% 10%, 55% -10%, 70% -10%, 85% -10%, 70% -10%, 70% 0%;
  }
  50% {
    background-position: 0% 80%, 20% 80%, 45% 60%, 60% 100%, 75% 70%, 95% 60%, 105% 0%;
  }
  100% {
    background-position: 0% 90%, 20% 90%, 45% 70%, 60% 110%, 75% 80%, 95% 70%, 110% 10%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
  }
}
.align-right {
  text-align: right;
}

header .inner,
nav .inner {
  margin: auto;
  max-width: 1140px;
  position: relative;
}
body.home header .inner,
body.home nav .inner {
  max-width: 880px;
}

.clearfix {
  *zoom: 1;
}
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

header {
  background-color: #ff81cf;
  background-image: url("../img/border/dashed-purple.png"), url("../img/border/dashed-purple.png");
  background-position: 0 12.25%, 0 86.25%;
  background-repeat: repeat-x;
  position: relative;
  overflow: hidden;
}
header h1 {
  background-image: url("../img/title2.png");
  background-repeat: no-repeat;
  background-size: contain;
  font-size: 1em;
  height: 195px;
  margin-bottom: 0;
  position: absolute;
  top: 0;
  width: 50%;
  display: table-cell;
  vertical-align: middle;
  background-position: center;
  z-index: 99;
}
header h1 a {
  display: block;
  height: 100%;
  text-indent: -9999px;
  width: 100%;
}
header h2,
header h3 {
  color: #feb914;
  font-size: 1.4em;
  position: absolute;
  right: 0;
  text-align: right;
  white-space: nowrap;
  text-shadow: 2px 2px 2px #000000;
}
header h2 {
  bottom: 2.5em;
}
header h3 {
  bottom: 1.5em;
}
header hgroup {
  height: 100%;
  display: table;
  width: 100%;
  position: relative;
  z-index: 99;
}
header span {
  color: #feb914;
}
header time {
  color: #fff;
  white-space: nowrap;
}
header .inner {
  height: 12em;
}

nav {
  background: #7d0041;
  -moz-background-clip: padding;
  -ms-background-clip: padding-box;
  -o-background-clip: padding-box;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  border-color: #7d0041;
  -moz-border-image: url("../img/border/dashed-purple.png") 2 0 repeat;
  -ms-border-image: url("../img/border/dashed-purple.png") 2 0 repeat;
  -o-border-image: url("../img/border/dashed-purple.png") 2 0 repeat;
  -webkit-border-image: url("../img/border/dashed-purple.png") 2 0 repeat;
  border-image: url("../img/border/dashed-purple.png") 2 0 repeat;
  border-style: dashed;
  border-width: 2px 0;
  font-size: 1.25em;
  height: 2.5em;
  line-height: 2.5em;
  position: relative;
  top: -6px;
  width: 100%;
  z-index: 98;
}
nav a {
  color: #fff;
  display: block;
  text-decoration: none;
}
nav a:hover, nav a:active {
  color: #f05e8c;
  text-decoration: none;
}
nav li {
  display: inline-block;
  float: left;
  margin-right: 1.5em;
  text-align: center;
}
nav li:last-of-type {
  margin-right: 0;
}
nav ul {
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
}
nav .inner {
  position: relative;
}

body.single-post nav .menu-blog a,
nav .current-menu-item a {
  color: #feb914;
}

#announcement {
  background: #95004d;
  -moz-background-clip: padding;
  -ms-background-clip: padding-box;
  -o-background-clip: padding-box;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  border-color: #7d0041;
  border-style: solid;
  border-width: 0 0 10px;
  -moz-border-image: url("../img/border/ribbon-purple.png") 0 0 10 repeat;
  -ms-border-image: url("../img/border/ribbon-purple.png") 0 0 10 repeat;
  -o-border-image: url("../img/border/ribbon-purple.png") 0 0 10 repeat;
  -webkit-border-image: url("../img/border/ribbon-purple.png") 0 0 10 repeat;
  border-image: url("../img/border/ribbon-purple.png") 0 0 10 repeat;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font: 1.5em "Clarendon BT Black", sans-serif;
  margin: 0;
  padding: 0.5em 0.75em;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  z-index: 98;
  display: none;
}

.img {
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  z-index: 97;
}

.img-truck {
  background-image: url("../img/icon/truck.png");
  height: 101px;
  left: 45%;
  top: 10%;
  width: 113px;
}
html.svg .img-truck {
  background-image: url("../img/icon/truck.svg");
}
body.home .img-truck {
  left: 54%;
}

.img-splat {
  background-image: url("../img/icon/splat.png");
  height: 207px;
  left: 0%;
  top: -3%;
  width: 336px;
}
html.svg .img-splat {
  background-image: url("../img/icon/splat.svg");
}

.img-napkin {
  background-image: url("../img/icon/napkin.png");
  height: 260px;
  right: 26%;
  top: -11%;
  width: 218px;
}
body.home .img-napkin {
  right: 6%;
  top: 2%;
}

.img-ribbon {
  background: url("../img/icon/yellow-ribbon.png") no-repeat;
  height: 120px;
  position: absolute;
  width: 200px;
}
html.svg .img-ribbon {
  background: url("../img/icon/yellow-ribbon.svg") no-repeat;
}

.img-ribbon-right {
  right: 0;
  top: 0;
}

.img-ribbon-left {
  left: 0;
  bottom: 0;
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

#top {
  position: relative;
}

article {
  background-color: #ff81cf;
  position: relative;
  top: -9px;
  z-index: 97;
}
article a:link,
article a:visited {
  color: #69c;
}
article a:hover,
article a:active {
  color: #369;
  text-decoration: none;
}
article hgroup {
  border-color: rgba(255, 129, 207, 0.5);
  border-style: dashed;
  border-width: 0 0 1px;
  line-height: 3.5em;
  margin: 4.3em 0 1.5em;
  padding-bottom: 0.1em;
}
article h1,
article .page-numbers a {
  color: #7d0041;
  line-height: 1;
  font-size: 3em;
  text-shadow: -3px 3px 1px rgba(255, 129, 207, 0.2);
  font-family: "Cubano Regular", sans-serif;
}
article h2 {
  color: black;
  line-height: 1em;
  font-family: "Cubano Regular", sans-serif;
  margin-bottom: 0.5em;
}
article p,
article ol,
article ul {
  margin: 0 0 1.5em;
}
article section:first-of-type hgroup:first-of-type {
  margin-top: 0;
}

article,
body.home article section {
  height: auto;
  width: 100%;
}

html.touch article,
html.touch body.home article section {
  -moz-mask: none;
  -ms-mask: none;
  -o-mask: none;
  -webkit-mask: none;
  mask: none;
}

#content {
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: auto;
  max-width: 1140px;
  min-height: 500px;
  overflow: hidden;
  padding: 4em 8% 2em;
}

body {
  margin-bottom: 460px; /* height of footer */
}

footer {
  background: #ff81cf;
  bottom: 0;
  color: #fff;
  font-size: 0.85em;
  height: 460px;
  margin: auto;
  position: fixed;
  width: 100%;
  z-index: -1;
}
footer a {
  color: #feb914;
  padding: 0 0.25em;
  text-decoration: none;
}
footer p,
footer ul {
  margin: 0 0 1.8em;
}
footer section {
  background-position: center 1.5em;
  background-repeat: no-repeat;
  border-color: #feb914;
  border-style: dashed;
  border-width: 0 1px 0 0;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 2em 3.8% 0;
}
footer .row > section {
  margin: 0;
  width: 33.3%;
}
footer .row > section:last-of-type {
  border-width: 0;
}
footer .widget-blog {
  background-image: url("../img/icon/knife.png");
}
html.svg footer .widget-blog {
  background-image: url("../img/icon/knife.svg");
}
footer .widget-blog .align-right {
  color: #feb914;
  line-height: 1.25em;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
footer .widget-connect {
  background-image: url("../img/icon/fork.png");
  background-position: center 1.5em;
}
footer .widget-connect a {
  float: right;
}
html.svg footer .widget-connect {
  background-image: url("../img/icon/fork.svg");
  background-position: center 1.5em;
}
footer .widget-connect ul {
  line-height: 2em;
  list-style: none;
  padding: 0;
}
footer .widget-directions {
  background-image: url("../img/icon/needle.png");
  text-align: center;
}
footer .widget-directions a {
  display: block;
}
html.svg footer .widget-directions {
  background-image: url("../img/icon/needle.svg");
}
footer .widget-directions img {
  background: #fff;
  border-color: #feb914;
  border-style: solid;
  border-radius: 1em;
  border-width: 0.5em;
  height: 116px;
  opacity: 0.97;
  padding: 0.5em;
  width: 180px;
}
footer .widget-directions img:hover {
  opacity: 1;
}
footer .widgettitle {
  color: #fff;
  font-family: "Cubano Regular", sans-serif;
  font-size: 3em;
  font-weight: normal;
  line-height: 1.7em;
  text-align: center;
  text-shadow: -5px 5px 1px #7d0041;
}
html.touch footer {
  position: static;
}

#end {
  background: #7d0041;
  -moz-background-clip: padding;
  -ms-background-clip: padding-box;
  -o-background-clip: padding-box;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  border-color: #7d0041;
  -moz-border-image: url("../img/border/dashed-purple.png") 2 0 0 repeat;
  -ms-border-image: url("../img/border/dashed-purple.png") 2 0 0 repeat;
  -o-border-image: url("../img/border/dashed-purple.png") 2 0 0 repeat;
  -webkit-border-image: url("../img/border/dashed-purple.png") 2 0 0 repeat;
  border-image: url("../img/border/dashed-purple.png") 2 0 0 repeat;
  border-style: dashed;
  border-width: 2px 0 0;
  bottom: 0;
  clear: both;
  margin: auto;
  padding: 1.5em 3.8% 1.5em 0;
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
}
#end li {
  display: inline;
  margin-left: 0.25em;
}
#end li:after {
  content: "·";
}
#end li:last-of-type:after {
  content: "";
}
#end li a {
  margin-right: 0.25em;
}
#end li a:hover, #end li a:active {
  color: #fff;
  text-decoration: none;
}
#end ul {
  color: #fff;
  font-size: 1.5em;
  list-style: none;
  margin: 0 0 1em;
  padding: 0;
  font-family: "Cubano Regular", sans-serif;
}

body.single-post #end .menu-blog a,
#end .current-menu-item a,
body.home #end .menu-home a {
  color: #fff;
}

#orbital-logo {
  background-image: url("../img/orbital.png");
  background-repeat: no-repeat;
  height: 28px;
  margin: auto;
  max-width: 183px;
  text-indent: -9999px;
  width: 100%;
}
#orbital-logo:hover {
  background-position: 0 -29px;
  opacity: 0.9;
}
#orbital-logo a {
  display: block;
}

#back-to-top {
  margin: 1em 0 0;
}
#back-to-top a {
  color: #fff;
  font-size: 1.2em;
  padding: 1em;
  line-height: 1;
}

input[type=date],
input[type=email],
input[type=text],
input[type=url],
textarea {
  background: #fff;
  border-color: rgba(255, 129, 207, 0.3);
  border-radius: 1em;
  border-style: solid;
  border-width: 1px;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
  padding: 0.5em;
  width: 60%;
}
input[type=date]:focus,
input[type=email]:focus,
input[type=text]:focus,
input[type=url]:focus,
textarea:focus {
  box-shadow: 0 0 5px #ff81cf;
  outline: 0;
}

input[type=submit] {
  background: transparent;
  border: 0;
  border-radius: 1em;
  color: #ff81cf;
  font: 1.5em "Cubano Regular", sans-serif;
  margin-left: 100px;
  padding: 0.15em 0.5em 0.25em;
  text-shadow: -2px 2px 1px rgba(255, 129, 207, 0.2);
}
input[type=submit]:hover {
  opacity: 0.8;
}
input[type=submit]:active {
  text-shadow: 2px -2px 1px rgba(255, 129, 207, 0.2);
}
input[type=submit]:focus {
  box-shadow: 0 0 5px #ff81cf;
  outline: 0;
}

label {
  color: #7d0041;
  display: inline-block;
  font-weight: bold;
  padding-right: 0.5em;
  text-align: right;
  width: 140px;
}

.instruction {
  font-size: 0.7em;
  opacity: 0.5;
}

body.home #content {
  max-width: 900px;
}

body.home #content {
  background-color: transparent;
  padding: 0;
}
body.home #content-inner {
  position: relative;
}
body.home article h1 {
  font-size: 2.5em;
}

.amenity {
  position: absolute;
  width: 8%;
}

#post-list {
  list-style: none;
  padding: 0;
}
#post-list hgroup {
  border: 0;
  font-family: "Helvetica", "Arial", sans-serif;
  font-size: 0.5em;
  line-height: 2.7em;
  margin: 0;
  padding: 0;
}
#post-list hgroup h1 {
  margin-bottom: 0.25em;
}
#post-list hgroup h1 a {
  font-family: "Cubano Regular", sans-serif;
  text-decoration: none;
  text-shadow: none;
}
#post-list hgroup h2 {
  font-size: 1.75em;
}
#post-list li {
  background-image: url("../img/icon/button-yellow.svg");
  background-position: left center;
  background-repeat: no-repeat;
  border-bottom: 1px dashed #ccc;
  padding: 1.5em 3.5em;
}
#post-list li:last-of-type {
  border: 0;
}
body.no-svg #post-list li {
  background-image: url("../img/icon/button-yellow.png");
}

body.single article section hgroup {
  font-size: 0.64em;
}

body.single article section:first-of-type hgroup:first-of-type {
  font-size: 1em;
  opacity: 1;
}

body.single article img {
  border: 1px solid #eee;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
  padding: 1em;
}
body.single article img.wp-smiley {
  padding: 0;
  box-shadow: none;
  border: none;
  background: none;
}

body.post-type-archive-sponsor .company {
  padding: 0 !important;
  height: 5em;
  margin-top: 1em;
}
body.post-type-archive-sponsor .company .logo {
  line-height: 5em;
}

body.post-type-archive-vendor .company {
  height: 12em;
  overflow: hidden;
  background: rgba(254, 185, 20, 0.1);
}
body.post-type-archive-vendor .company.truck {
  background: rgba(255, 129, 207, 0.1);
}
body.post-type-archive-vendor .company h1 {
  line-height: 0.9;
  margin-bottom: 0.25em;
}
body.post-type-archive-vendor article .address {
  opacity: 0.3;
}

body.post-type-archive-sponsor .company,
body.post-type-archive-vendor .company {
  float: left;
  font-size: 0.85em;
  line-height: 1.25em;
  margin-bottom: 3.2em;
  margin-right: 6%;
  min-height: 6em;
  padding: 0.5em;
  width: 42%;
}
body.post-type-archive-sponsor .company .logo,
body.post-type-archive-vendor .company .logo {
  float: right;
  line-height: 11em;
  vertical-align: middle;
}
body.post-type-archive-sponsor .company h1,
body.post-type-archive-vendor .company h1 {
  color: #ff81cf;
  font-size: 2.5em;
  text-shadow: none;
}
body.post-type-archive-sponsor .company h2 a,
body.post-type-archive-vendor .company h2 a {
  color: #feb914;
  text-decoration: none;
}
body.post-type-archive-sponsor .company h2 a:hover,
body.post-type-archive-vendor .company h2 a:hover {
  text-decoration: underline;
}
body.post-type-archive-sponsor .company hgroup,
body.post-type-archive-vendor .company hgroup {
  border: 0;
  font-size: 0.7em;
  line-height: 2.5em;
  margin-bottom: 0.6em;
  word-wrap: break-word;
}
body.post-type-archive-sponsor .company img,
body.post-type-archive-vendor .company img {
  height: auto;
  margin-left: 1em;
  max-height: 3em;
  max-width: 120px;
  width: auto;
}
body.post-type-archive-sponsor .company p:last-of-type,
body.post-type-archive-vendor .company p:last-of-type {
  margin-bottom: 0;
}

.button {
  background-image: url("../img/icon/button-inner.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 25%;
  border-radius: 360px;
  bottom: -20%;
  box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  max-height: 50px;
  max-width: 50px;
  height: 50px;
  width: 50px;
  position: absolute;
  width: 100%;
}
html.svg .button {
  background-image: url("../img/icon/button-inner.svg");
}
.popup-down .button {
  bottom: 80%;
}

.vendor.left .button {
  box-shadow: -2px 2px 1px rgba(0, 0, 0, 0.5);
  left: -8%;
}

.vendor.right .button {
  right: -8%;
}

.car {
  background-image: url("../img/car.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  height: 0.35%;
  position: absolute;
  width: 11%;
}

#car1 {
  left: -15%;
  top: 0.4728132388%;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

#car2 {
  right: -15%;
  top: 99.3380614657%;
}

#intro {
  background: rgba(125, 0, 65, 0.65);
  background-clip: padding-box;
  border-bottom: 3px dashed rgba(125, 0, 65, 0.65);
  color: #eee;
  font-size: 1.1em;
  line-height: 1.2;
  font-weight: bold;
  padding: 1.75em 25% 0.85em;
  position: absolute;
  text-align: center;
  top: 0;
  left: 0;
  right: 0;
}

#note {
  color: #ddd;
  font-size: 0.7em;
  line-height: 1.2em;
  padding: 0.5em;
  position: absolute;
  left: 4%;
  text-align: left;
  top: 100%;
  width: 100%;
}

.overlay {
  background: rgba(0, 0, 0, 0.8);
  -moz-background-clip: padding;
  -ms-background-clip: padding-box;
  -o-background-clip: padding-box;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  border: 1px dashed #000;
  color: #fff;
  display: none;
  font-size: 0.75em;
  padding: 1.5em;
  position: absolute;
  width: 35%;
  bottom: 25%;
}
.overlay img {
  clear: both;
  display: block;
  margin: 0 auto 1em;
}
.overlay p {
  line-height: 1.2;
}
.overlay p:last-of-type {
  margin: 0;
}
.overlay .address {
  color: #ff81cf;
  font-family: "Cubano Regular", sans-serif;
}
.overlay .close {
  color: #ccc;
  cursor: pointer;
  float: right;
  font: 1.5em "Cubano Regular", sans-serif;
  padding: 0.75em 1em;
  position: absolute;
  right: -0.5em;
  top: -0.5em;
}
.overlay .close:hover {
  color: #fff;
}
.popup-down .overlay {
  bottom: auto !important;
  top: 25%;
}
.popup-down.right .overlay .close {
  left: -0.5em;
}
.overlay h2 a {
  white-space: nowrap;
}

#content-inner .overlay hgroup {
  border: 0;
  font-size: 0.8em;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
  margin: 0 0 1em;
  overflow: hidden;
}
#content-inner .overlay h1 {
  color: #fff;
  line-height: 0.9;
  padding-bottom: 0.25em;
}
#content-inner .overlay h2,
#content-inner .overlay h2 a {
  color: #feb914;
  text-decoration: none;
}
#content-inner .overlay h2 a:hover,
#content-inner .overlay h2 a:active {
  text-decoration: underline;
}

#direction {
  margin: 0;
  padding: 0;
  pointer-events: none;
}
#direction li {
  background-color: rgba(255, 129, 207, 0.7);
  background-repeat: no-repeat;
  background-size: 100%;
  border: 2px solid #333;
  border-radius: 0.5em;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
  color: #eee;
  font-size: 0.7em;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 2em;
  list-style: none;
  padding: 0.5em 4em 0.5em 1em;
  position: absolute;
  right: -1%;
  text-align: center;
  z-index: 99;
}
#direction li.left {
  left: -1%;
  padding: 0.5em 1em 0.5em 4em;
  right: auto;
}
@media handheld, only screen and (max-width: 900px) {
  #direction li {
    padding-right: 1.5em;
  }
  #direction li.left {
    padding-left: 1.5em;
  }
}
@media handheld, only screen and (max-width: 680px) {
  #direction li {
    font-size: 0.5em;
    padding: 0.25em 1em;
  }
}
#direction sup {
  padding: 0 0.5em;
  top: -0.25em;
}

#direction li#street-ottawa {
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  top: 0.65%;
  right: 31%;
  font-size: 1em;
  z-index: 99;
  display: none;
}

#street-barton {
  top: 0.5768321513%;
}

#street-argyle {
  top: 7.9669030733%;
}

#street-campbell {
  top: 21.158392435%;
}

#street-edinburgh {
  top: 28.7943262411%;
}

#street-britannia {
  top: 36.2174940898%;
}

#street-cannon {
  top: 44.63356974%;
}

#street-roxborough {
  top: 60.2600472813%;
}

#street-dunsmure {
  top: 80.8888888889%;
}

#street-main {
  top: 99.4799054374%;
}

.vendor {
  position: absolute;
  width: 100%;
  pointer-events: none;
}
.vendor.restaurant {
  height: 1.0543735225%;
}
.vendor.restaurant .icon {
  width: 70%;
}
.vendor.restaurant .icon-title {
  text-align: center;
  width: 17%;
}
.vendor.restaurant.left .icon-title {
  left: 0;
  padding-left: 4%;
}
.vendor.restaurant.left .overlay {
  left: 20%;
}
.vendor.restaurant.right .icon-title {
  padding-right: 4%;
  right: 0;
}
.vendor.restaurant.right .overlay {
  right: 20%;
}
.vendor.restaurant .overlay {
  bottom: 50%;
}
.vendor.truck {
  height: 0.81%;
}
.vendor.truck .icon {
  width: 9%;
}
.vendor.truck .icon-title {
  width: 15%;
}
.vendor.truck.left .icon {
  left: 40%;
}
.vendor.truck.left .icon-title {
  left: 52%;
}
.vendor.truck.left .overlay {
  left: 45%;
}
.vendor.truck.left.side-street .icon {
  left: 10%;
}
.vendor.truck.left.side-street .icon-title {
  left: 28%;
}
.vendor.truck.left.side-street .overlay {
  left: 15%;
}
.vendor.truck.right .icon {
  right: 40%;
}
.vendor.truck.right .icon-title {
  direction: rtl;
  right: 52%;
  text-align: right;
}
.vendor.truck.right .overlay {
  right: 45%;
}
.vendor.truck.right.side-street .icon {
  right: 10%;
}
.vendor.truck.right.side-street .icon-title {
  right: 28%;
}
.vendor.truck.right.side-street .overlay {
  right: 15%;
}
.vendor.side-street .icon {
  max-height: 87px;
  max-width: 18%;
  top: 20%;
  width: auto;
}
.vendor .vendor-inner {
  height: 100%;
  position: relative;
  width: 100%;
}
.vendor .icon {
  cursor: pointer;
  position: absolute;
  pointer-events: auto;
}
.vendor .icon-title {
  -moz-hyphens: none;
  -ms-hyphens: none;
  -o-hyphens: none;
  -webkit-hyphens: none;
  color: #fff;
  cursor: pointer;
  display: table;
  font: 1.2em "Cubano Regular", sans-serif;
  height: 100%;
  hyphens: none;
  line-height: 1;
  position: absolute;
  text-shadow: -4px 3px 1px #000;
  pointer-events: auto;
}
.vendor .icon-title-inner {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}
.vendor .overlay {
  pointer-events: auto;
}
.vendor.on .icon-title {
  display: none;
}
.vendor.off .icon-title {
  display: table;
}

/* sizes */
#pocoloco,
#helensrestaurant,
#sinfullysweet,
#puravida {
  height: 0.8605200946%;
}

#dorasdelicatessenandcatering {
  height: 1.0496453901%;
}

#cannoncoffeecompany,
#olegourmet,
#cafelimoncello,
#brycesfishchips {
  height: 1.219858156%;
}

#qualitybakery,
#dunavmeatsdeli {
  height: 1.3096926714%;
}

#timhortons {
  height: 1.5508274232%;
}
#timhortons .icon-title {
  width: 14%;
}

/* overlays */
#pocoloco .overlay,
#cafelimoncello .overlay {
  bottom: 100%;
}

#dorasdeli .overlay {
  bottom: 60%;
}

#olegourmet .overlay {
  bottom: 40%;
}

#blairelements .overlay {
  bottom: 30%;
}

#comment-form {
  margin-bottom: 3em;
}

#comment-list {
  font-size: 0.85em;
  list-style: none;
  margin-top: 1.7em;
  padding: 0;
}

.comment {
  border-bottom: 1px dashed #ccc;
  list-style: none;
  margin: 0 6% 1.7em;
  position: relative;
}
.comment:last-of-type {
  border-bottom: 0;
}
.comment p {
  margin-bottom: 1.7em;
}

.comment-author {
  color: #ff81cf;
  white-space: nowrap;
  font: 1.5em "Cubano Regular", sans-serif;
  margin-bottom: 1em;
}
.comment-author a {
  text-decoration: none;
}
.comment-author cite {
  font-style: normal;
}
.comment-author img {
  border-radius: 360px;
  margin-right: 0.25em;
  padding: 0.2em;
}

body.single article .comment-author img {
  padding: 0.2em;
}

.comment-body {
  position: relative;
  padding-bottom: 2em;
}

.comment-meta {
  font-size: 0.8em;
  position: absolute;
  right: 0;
  bottom: 1em;
}

article a.comment-reply-link {
  background: #ff81cf;
  border-radius: 1em;
  color: #fff;
  font-size: 0.8em;
  letter-spacing: 1px;
  padding: 0.1em 0.75em;
  position: absolute;
  text-decoration: none;
  text-transform: lowercase;
  top: 0;
  right: 0;
}
article a.comment-reply-link:hover, article a.comment-reply-link:active {
  color: #fff;
  opacity: 0.8;
}

.comment-fields {
  position: relative;
}
.comment-fields img {
  position: absolute;
  top: 0;
  left: 150px;
}
.comment-fields .comment-form-captcha {
  display: none;
}

#captcha_code {
  margin-top: 90px;
}

.children .comment {
  margin-right: 0;
}

#gallery-1 img {
  border: none !important;
}

ul.page-numbers {
  clear: both;
  font-size: 1.5em;
  list-style: none;
  margin: 1em 0;
  padding: 0;
  text-align: center;
}
ul.page-numbers li {
  display: inline;
  margin-right: 1em;
}
ul.page-numbers li:last-of-type {
  margin-right: 0;
}

article .page-numbers a,
article .page-numbers span {
  color: #ff81cf;
  font: 1.5em "Cubano Regular", sans-serif;
  text-decoration: none;
}
article .page-numbers span.current {
  color: #e8b8c7;
}

@media handheld, only screen and (max-width: 1170px) {
  header .inner,
  nav .inner {
    margin: 0 1em;
  }
  body.home header .inner,
  body.home nav .inner {
    margin: 0 auto;
  }
  header h2,
  header h3 {
    font-size: 1.3em;
  }
}
@media handheld, only screen and (max-width: 900px) {
  body.home header .inner,
  body.home nav .inner {
    margin: 0 1em;
  }
  body.home #content-inner {
    -moz-mask-image: none;
    -ms-mask-image: none;
    -o-mask-image: none;
    -webkit-mask-image: none;
    mask-image: none;
    mask: none !important;
  }
  .button {
    bottom: -15%;
    height: 40px;
    width: 40px;
  }
  .vendor.right .button {
    right: -5%;
  }
  .vendor.left .button {
    left: -5%;
  }
}
@media handheld, only screen and (max-width: 768px) {
  header {
    display: block;
    padding-bottom: 1em;
  }
  header h1 {
    height: 150px;
    width: 100%;
  }
  header h1,
  header h2,
  header h3 {
    position: static;
    display: block;
    margin: 0 auto;
  }
  header h2,
  header h3 {
    white-space: normal;
    text-align: center;
  }
  header .inner {
    height: auto;
  }
  #announcement {
    font-size: 1em;
  }
  nav {
    font-size: 1em;
  }
  nav ul {
    position: static;
    margin: 0 auto;
    display: table;
  }
  nav li {
    float: none;
    margin-right: 1em;
  }
  article h1,
  article .page-numbers a {
    font-size: 2em;
  }
  #content {
    padding: 2em;
  }
  #intro {
    padding: 1em;
    font-size: 0.8em;
  }
  body.post-type-archive-sponsor .company,
  body.post-type-archive-vendor .company {
    float: none;
    height: auto;
    margin-bottom: 1em;
    min-height: 0;
    padding: 1em;
    width: 100%;
  }
  body.post-type-archive-sponsor .company .logo,
  body.post-type-archive-vendor .company .logo {
    line-height: 1;
  }
  #post-list li {
    padding: 1em 1em 1em 3.5em;
  }
  .img-ribbon {
    display: none;
  }
  body.home .img-napkin,
  .img-napkin {
    right: -9%;
    top: -33%;
  }
  .img-splat {
    left: -5%;
    top: -6%;
  }
  body.home .img-truck,
  .img-truck {
    left: 3%;
    top: 43%;
  }
  footer {
    font-size: 0.75em;
    line-height: 1.2em;
    position: static;
  }
  footer section#end {
    font-size: 0.7em;
    position: relative;
  }
  footer .row section.fourcol, footer .row section.widget {
    border-width: 0 0 1px;
    float: none;
    width: 100%;
  }
  footer .row section.fourcol:last-of-type, footer .row section.widget:last-of-type {
    border-width: 0;
  }
  footer .widget-directions,
  footer .widget-blog,
  footer .widget-connect {
    background: none;
  }
  html.svg footer .widget-directions,
  html.svg footer .widget-blog,
  html.svg footer .widget-connect {
    background: none;
  }
  footer .widget-directions img {
    height: auto;
    max-width: 40%;
  }
  footer .widgettitle {
    line-height: 1;
    margin-bottom: 0.5em;
  }
  #end {
    position: static;
  }
  #end ul {
    font-size: 1em;
    margin-bottom: 2em;
  }
}
@media handheld, only screen and (max-width: 500px) {
  header h1 {
    height: 100px;
  }
  header h2,
  header h3 {
    font-size: 1em;
    line-height: 1;
  }
  #intro {
    font-size: 0.7em;
  }
  #announcement {
    font-size: 0.7em;
  }
  nav {
    font-size: 0.9em;
    height: auto;
  }
  nav li {
    float: left;
  }
  body.home header .inner,
  body.home nav .inner,
  header .inner,
  nav .inner {
    margin: 0 0.5em;
  }
  .vendor .icon-title {
    font-size: 0.8em;
    text-shadow: -2px 2px 1px #000;
  }
  .overlay {
    font-size: 0.6em;
    padding: 1em;
    width: 45%;
  }
  .overlay p {
    line-height: 1;
    margin: 0;
  }
  .vendor.truck.right .icon {
    right: 40%;
  }
  .vendor.truck.left .icon {
    left: 40%;
  }
  .button {
    bottom: -10%;
    max-height: 25px;
    max-width: 25px;
  }
  #content-inner .overlay hgroup {
    margin: 0;
  }
}
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  /* custom */
  body {
    margin: 0 !important;
  }
  #announcement,
  nav,
  article hgroup,
  footer section,
  #end {
    border-color: #000;
  }
  #announcement {
    border-width: 0;
  }
  header h1 {
    height: 8em;
    margin: 0;
  }
  header h1 a {
    line-height: 3em;
    font-size: 4em;
    text-decoration: none;
    text-indent: 0;
    white-space: nowrap;
  }
  body.home header h2,
  body.home header h3,
  header h2,
  header h3 {
    font-size: 1em;
    line-height: 1em;
  }
  #content {
    padding-left: 0;
    padding-right: 0;
    min-height: 0;
  }
  footer {
    border-color: #000;
    border-style: dashed;
    border-width: 2px 0 0;
    bottom: auto;
    height: auto;
    position: relative !important;
  }
  footer #orbital-logo {
    text-indent: 0;
  }
  .img,
  .img-ribbon {
    display: none;
  }
  .vendor .overlay {
    display: block;
  }
  .vendor a.show-overlay span {
    display: none;
  }
  .overlay {
    margin-top: 1em;
  }
  body.home article section,
  article {
    -moz-mask-image: none;
    -ms-mask-image: none;
    -o-mask-image: none;
    -webkit-mask-image: none;
    mask-image: none;
    mask: none !important;
  }
  .close {
    display: none;
  }
  body.home .vendor.left .address {
    text-align: left;
  }
  body.post-type-archive-vendor article .address {
    opacity: 1;
  }
  footer .widget-directions img {
    border-width: 0;
  }
  input[type=date],
  input[type=email],
  input[type=text],
  input[type=url],
  textarea {
    border-color: #000;
  }
}
/*html.no-touch .widget-blog-content {
	padding: 0.5em 30% 0 0;
}*/

/*# sourceMappingURL=style.css.map */
