@keyframes vex-pulse {
  0% {
    -moz-box-shadow: inset 0 0 0 300px transparent;
    -webkit-box-shadow: inset 0 0 0 300px transparent;
    box-shadow: inset 0 0 0 300px transparent; }
  70% {
    -moz-box-shadow: inset 0 0 0 300px #313131;
    -webkit-box-shadow: inset 0 0 0 300px #313131;
    box-shadow: inset 0 0 0 300px #313131; }
  100% {
    -moz-box-shadow: inset 0 0 0 300px transparent;
    -webkit-box-shadow: inset 0 0 0 300px transparent;
    box-shadow: inset 0 0 0 300px transparent; } }

@-webkit-keyframes vex-pulse {
  0% {
    -moz-box-shadow: inset 0 0 0 300px transparent;
    -webkit-box-shadow: inset 0 0 0 300px transparent;
    box-shadow: inset 0 0 0 300px transparent; }
  70% {
    -moz-box-shadow: inset 0 0 0 300px #313131;
    -webkit-box-shadow: inset 0 0 0 300px #313131;
    box-shadow: inset 0 0 0 300px #313131; }
  100% {
    -moz-box-shadow: inset 0 0 0 300px transparent;
    -webkit-box-shadow: inset 0 0 0 300px transparent;
    box-shadow: inset 0 0 0 300px transparent; } }

@-moz-keyframes vex-pulse {
  0% {
    -moz-box-shadow: inset 0 0 0 300px transparent;
    -webkit-box-shadow: inset 0 0 0 300px transparent;
    box-shadow: inset 0 0 0 300px transparent; }
  70% {
    -moz-box-shadow: inset 0 0 0 300px #313131;
    -webkit-box-shadow: inset 0 0 0 300px #313131;
    box-shadow: inset 0 0 0 300px #313131; }
  100% {
    -moz-box-shadow: inset 0 0 0 300px transparent;
    -webkit-box-shadow: inset 0 0 0 300px transparent;
    box-shadow: inset 0 0 0 300px transparent; } }

@-ms-keyframes vex-pulse {
  0% {
    -moz-box-shadow: inset 0 0 0 300px transparent;
    -webkit-box-shadow: inset 0 0 0 300px transparent;
    box-shadow: inset 0 0 0 300px transparent; }
  70% {
    -moz-box-shadow: inset 0 0 0 300px #313131;
    -webkit-box-shadow: inset 0 0 0 300px #313131;
    box-shadow: inset 0 0 0 300px #313131; }
  100% {
    -moz-box-shadow: inset 0 0 0 300px transparent;
    -webkit-box-shadow: inset 0 0 0 300px transparent;
    box-shadow: inset 0 0 0 300px transparent; } }

@-o-keyframes vex-pulse {
  0% {
    -moz-box-shadow: inset 0 0 0 300px transparent;
    -webkit-box-shadow: inset 0 0 0 300px transparent;
    box-shadow: inset 0 0 0 300px transparent; }
  70% {
    -moz-box-shadow: inset 0 0 0 300px #313131;
    -webkit-box-shadow: inset 0 0 0 300px #313131;
    box-shadow: inset 0 0 0 300px #313131; }
  100% {
    -moz-box-shadow: inset 0 0 0 300px transparent;
    -webkit-box-shadow: inset 0 0 0 300px transparent;
    box-shadow: inset 0 0 0 300px transparent; } }

.vex.vex-theme-wireframe {
  padding-top: 160px;
  padding-bottom: 160px; }
  .vex.vex-theme-wireframe .vex-overlay {
    background: rgba(0, 0, 0, 0.4); }
  .vex.vex-theme-wireframe .vex-content {
    font-family: "Helvetica Neue", sans-serif;
    background: #fff;
    color: #313131;
    border: 2px solid #313131;
    padding: 2em;
    position: relative;
    margin: 0 auto;
    max-width: 100%;
    width: 505px;
    font-size: 1.1em;
    line-height: 1.5em; }
    .vex.vex-theme-wireframe .vex-content h1, .vex.vex-theme-wireframe .vex-content h2, .vex.vex-theme-wireframe .vex-content h3, .vex.vex-theme-wireframe .vex-content h4, .vex.vex-theme-wireframe .vex-content h5, .vex.vex-theme-wireframe .vex-content h6, .vex.vex-theme-wireframe .vex-content p, .vex.vex-theme-wireframe .vex-content ul, .vex.vex-theme-wireframe .vex-content li {
      color: inherit; }
  .vex.vex-theme-wireframe .vex-close {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer; }
    .vex.vex-theme-wireframe .vex-close:before {
      position: absolute;
      content: "\00D7";
      font-size: 40px;
      font-weight: normal;
      line-height: 40px;
      height: 40px;
      width: 32px;
      text-align: center;
      top: 3px;
      right: 3px;
      color: #313131; }
    .vex.vex-theme-wireframe .vex-close:hover:before, .vex.vex-theme-wireframe .vex-close:active:before {
      color: #313131; }
  .vex.vex-theme-wireframe .vex-dialog-form .vex-dialog-message {
    margin-bottom: .5em; }
  .vex.vex-theme-wireframe .vex-dialog-form .vex-dialog-buttons {
    *zoom: 1; }
    .vex.vex-theme-wireframe .vex-dialog-form .vex-dialog-buttons:after {
      content: "";
      display: table;
      clear: both; }
  .vex.vex-theme-wireframe .vex-dialog-button {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: 0;
    float: right;
    margin: 0 0 0 .5em;
    font-family: inherit;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-size: .8em;
    line-height: 1em;
    padding: .75em 2em; }
    .vex.vex-theme-wireframe .vex-dialog-button.vex-last {
      margin-left: 0; }
    .vex.vex-theme-wireframe .vex-dialog-button:focus {
      animation: vex-pulse 1.1s infinite;
      -webkit-animation: vex-pulse 1.1s infinite;
      -moz-animation: vex-pulse 1.1s infinite;
      -ms-animation: vex-pulse 1.1s infinite;
      -o-animation: vex-pulse 1.1s infinite;
      -webkit-backface-visibility: hidden;
      outline: none; }
      @media (max-width: 568px) {
        .vex.vex-theme-wireframe .vex-dialog-button:focus {
          animation: none;
          -webkit-animation: none;
          -moz-animation: none;
          -ms-animation: none;
          -o-animation: none;
          -webkit-backface-visibility: hidden; } }
    .vex.vex-theme-wireframe .vex-dialog-button.vex-dialog-button-primary {
      background: #313131;
      color: #fff;
      border: 2px solid transparent; }
    .vex.vex-theme-wireframe .vex-dialog-button.vex-dialog-button-secondary {
      background: #fff;
      color: #313131;
      border: 2px solid #313131; }

.vex-loading-spinner.vex-theme-wireframe {
  height: 2.5em;
  width: 2.5em; }
