/* count styles, like seen on view page guest list */
/* mixin for three column layout like the gallery page, with an ad on the right */
/* this makes it possible to share styles without having to use the primary and secondary classes */
/* count styles, like seen on view page guest list */
/* mixin for three column layout like the gallery page, with an ad on the right */
/* this makes it possible to share styles without having to use the primary and secondary classes */
html {
  box-sizing: border-box;
}

*, *::after, *::before {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

*, *::after, *::before {
  box-sizing: inherit;
}

/* common colors used for yes/no/maybe states on invitations */
/* common colors used for yes/no/maybe states on invitations */
/* Colors */
/* Colors */
/* below this is new */
/* below this is new */
/* Grid settings */
/* Grid settings */
/* Breakpoints */
/* Breakpoints */
/* Minus 1 px to active on "less than 1020px" etc */
/* Minus 1 px to active on "less than 1020px" etc */
/* Unique due to length of new nav items overlapping with search bar */
/* Unique due to length of new nav items overlapping with search bar */
/* Type */
/* Type */
/* Layout */
/* Layout */
#full_preview_bar {
  top: 0;
  width: 100%;
  height: 75px;
  padding: 20px 0;
  background: #fffad6;
  border-bottom: 1px solid #ccc;
  z-index: 10000;
}
#full_preview_bar .inner {
  width: 980px;
  margin: 0 auto;
}
#full_preview_bar a.btn-primary {
  color: #fff;
}
#full_preview_bar h4 {
  font-size: 18px;
  margin-bottom: 5px;
  margin-top: 0;
}
#full_preview_bar p {
  font-size: 11px;
  color: #999;
}
#full_preview_bar .close_window {
  float: right;
  margin-top: 5px;
  padding: 8px 25px;
}
#full_preview_bar .close_window:hover {
  background-color: #fff;
  color: #62ae20;
  border: 1px solid #62ae20;
}

.preview-overlay-mask {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  cursor: not-allowed;
}

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