@font-face {
  font-family: "mountains_of_christmasbold";
  src: url("../woff2/mountainsofchristmas-bold-webfont.woff2") format("woff2"), url("../woff/mountainsofchristmas-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
body.page-template-santas-warehouse #header {
  display: none;
}
body.page-template-santas-warehouse main {
  margin-top: 0;
}

#santas-warehouse {
  position: relative;
  background: #000;
  width: 100vw;
  height: 100vh;
  top: 0;
  overflow: hidden;
  display: flex;
  justify-content: center;
}
#santas-warehouse .header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  z-index: 30;
}
@media (max-width: 991px) {
  #santas-warehouse .header {
    flex-direction: column;
    align-items: center;
  }
}
#santas-warehouse .header.info-window-open {
  z-index: 15;
}
#santas-warehouse .logo {
  display: block;
  margin: 10px 0 0 20px;
  width: 367px;
}
@media (max-width: 991px) {
  #santas-warehouse .logo {
    width: 280px;
    margin: 0;
  }
}
@media (max-width: 500px) {
  #santas-warehouse .logo {
    width: 250px;
  }
}
#santas-warehouse .top-bar {
  display: flex;
  align-items: center;
  padding: 23px 38px 0 0;
}
@media (max-width: 991px) {
  #santas-warehouse .top-bar {
    padding: 0 0 0 0;
  }
}
#santas-warehouse .menu {
  position: relative;
}
#santas-warehouse .menu .toggler {
  background: #ef7b10;
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  padding: 16px 22px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  cursor: pointer;
}
@media (max-width: 991px) {
  #santas-warehouse .menu .toggler {
    font-size: 0;
    padding: 10px;
    height: 48px;
  }
}
@media (max-width: 991px) {
  #santas-warehouse .menu .toggler > span {
    display: none;
  }
}
#santas-warehouse .menu .toggler svg {
  height: 31px;
  margin-left: 30px;
}
@media (max-width: 991px) {
  #santas-warehouse .menu .toggler svg {
    width: 25px;
    margin-left: 0;
  }
}
#santas-warehouse .menu .toggler svg rect {
  fill: #fff;
}
#santas-warehouse .menu .dropdown {
  position: absolute;
  top: 60px;
  left: 0;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  padding: 16px 22px;
  color: #333;
  font-size: 20px;
}
#santas-warehouse .menu .dropdown li {
  cursor: pointer;
}
#santas-warehouse .menu .dropdown li:hover {
  color: #ef7b10;
}
#santas-warehouse .scorebar {
  background: #fff;
  display: flex;
  padding: 8px 18px;
  margin-left: 20px;
  border: 1px solid #BBBBBB;
  border-radius: 5px;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}
@media (max-width: 991px) {
  #santas-warehouse .scorebar {
    padding: 8px 10px;
    margin-left: 10px;
  }
}
#santas-warehouse .scorebar > div {
  display: flex;
  line-height: 0.8;
  margin-right: 14px;
}
#santas-warehouse .scorebar > div:last-child {
  margin-right: 0;
}
#santas-warehouse .scorebar img {
  height: 44px;
  margin-right: 14px;
}
@media (max-width: 991px) {
  #santas-warehouse .scorebar img {
    height: 30px;
  }
}
#santas-warehouse .scorebar span {
  color: #ef7b10;
  font-size: 40px;
  font-weight: bold;
  display: block;
}
@media (max-width: 991px) {
  #santas-warehouse .scorebar span {
    font-size: 20px;
  }
}
#santas-warehouse .scorebar .time span {
  width: 155px;
}
@media (max-width: 991px) {
  #santas-warehouse .scorebar .time span {
    width: 80px;
  }
}
#santas-warehouse .draggable-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  cursor: move;
}
#santas-warehouse .draggable-container .draggable-image {
  width: 3000px;
  height: 2278px;
}
#santas-warehouse .controls {
  position: absolute;
  right: 8px;
  top: 50%;
  background: #fff;
  border-radius: 30px;
  padding: 6px;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  border: 1px solid #BBBBBB;
}
@media (max-width: 600px) {
  #santas-warehouse .controls {
    top: 150px;
  }
}
#santas-warehouse .controls > div {
  width: 36px;
  height: 36px;
  border-radius: 100%;
  background: #ef7b10;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 9px;
}
#santas-warehouse .controls > div:first-child {
  margin-bottom: 4px;
}
#santas-warehouse .controls > div path {
  fill: #fff;
}
#santas-warehouse .controls > div.disabled {
  opacity: 0.4;
}
#santas-warehouse .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 20;
}
#santas-warehouse .content .wrapper {
  position: relative;
  max-width: 700px;
  max-height: 100vh;
  background: #CD5B1C;
  padding: 1rem;
  text-align: center;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  overflow: hidden;
}
#santas-warehouse .content .wrapper:before {
  content: "";
  display: block;
  width: 200%;
  height: 200%;
  position: absolute;
  top: -50%;
  left: -50%;
  background: url(../svg/santas-border.svg);
  background-size: contain;
  animation: spin 5s linear infinite;
}
#santas-warehouse .content .wrapper:after {
  content: "";
  display: block;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  position: absolute;
  top: 4px;
  left: 4px;
  background: url(../jpg/santas-modal-background.jpg);
  background-size: contain;
}
@media (max-width: 767px) {
  #santas-warehouse .content .wrapper {
    padding: 0;
    height: 100%;
    width: 100%;
    max-width: 768px;
  }
}
#santas-warehouse .content .wrapper .inner {
  background: #fff;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  max-height: calc(100vh - 2rem);
  overflow-y: auto;
  padding: 2rem;
}
@media (max-width: 767px) {
  #santas-warehouse .content .wrapper .inner {
    max-height: 100vh;
    height: 100%;
    width: 100%;
  }
}
@media (max-width: 500px) {
  #santas-warehouse .content .wrapper .inner {
    padding: 1rem;
  }
}
#santas-warehouse .content .wrapper > * {
  position: relative;
  z-index: 2;
}
@media (max-width: 500px) {
  #santas-warehouse .content .wrapper p {
    font-size: 14px;
  }
}
#santas-warehouse .content h1 {
  font-family: "mountains_of_christmasbold";
  margin-bottom: 30px;
}
@media (max-width: 500px) {
  #santas-warehouse .content h1 {
    font-size: 32px;
  }
}
#santas-warehouse .content .buttons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 20px;
}
#santas-warehouse .content .btn {
  margin: 4px;
  white-space: nowrap;
  background: #ef7b10;
  border: none;
}
#santas-warehouse .content .btn.disabled {
  cursor: default;
  opacity: 0.4;
}
#santas-warehouse .content .close-icon {
  position: absolute;
  width: 24px;
  height: 24px;
  right: 15px;
  top: 15px;
  cursor: pointer;
}
#santas-warehouse .content .close-icon rect {
  fill: #ef7b10;
}
#santas-warehouse .intro,
#santas-warehouse .game-completed {
  background: url(../gif/loading.gif) center;
  background-repeat: no-repeat;
  background-size: 32px 32px;
}
@media (max-width: 767px) {
  #santas-warehouse .intro .wrapper .inner,
  #santas-warehouse .game-completed .wrapper .inner {
    padding-top: 150px;
    padding-bottom: 100px;
  }
}
@media (min-width: 768px) {
  #santas-warehouse .highscore .wrapper {
    width: 600px;
  }
}
#santas-warehouse .input-group.error input {
  border-color: #e50b0a !important;
  background: #efd5d5;
}
#santas-warehouse .input-group .feedback {
  display: block;
  width: 100%;
  color: #e50b0a;
  text-align: left;
  margin-left: 94px;
}
#santas-warehouse .input-group small {
  line-height: 1.4;
  width: 100%;
}
#santas-warehouse .input-group .input-group-prepend span {
  font-weight: 700;
  width: 94px;
  background: #fff;
  border: none;
  padding-left: 0;
}
#santas-warehouse .input-group.nickname .form-control, #santas-warehouse .input-group.email .form-control {
  border: 2px solid #ef7b10;
  border-radius: 10px;
}
#santas-warehouse .input-group .form-control {
  padding: 0.5rem 0.75rem;
  height: auto;
}
#santas-warehouse .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 17;
}
#santas-warehouse .highscore table,
#santas-warehouse .game-completed table {
  border: none;
  border-collapse: inherit;
  border-spacing: 0;
  width: 100%;
}
@media (max-width: 500px) {
  #santas-warehouse .highscore table,
  #santas-warehouse .game-completed table {
    padding: 0;
    line-height: 1.4;
    font-size: 15px;
  }
}
#santas-warehouse .highscore tr:last-child td,
#santas-warehouse .game-completed tr:last-child td {
  border-bottom: 2px solid #ef7b10;
}
#santas-warehouse .highscore th,
#santas-warehouse .game-completed th {
  border: none;
  border-bottom: 2px solid #ef7b10;
}
@media (max-width: 500px) {
  #santas-warehouse .highscore th span,
  #santas-warehouse .game-completed th span {
    display: none;
  }
}
#santas-warehouse .highscore td,
#santas-warehouse .game-completed td {
  border: none;
  border-bottom: 1px solid #EEEEEE;
}
#santas-warehouse .highscore th,
#santas-warehouse .highscore td,
#santas-warehouse .game-completed th,
#santas-warehouse .game-completed td {
  padding: 3px 10px;
  text-align: left;
}
@media (max-width: 500px) {
  #santas-warehouse .highscore th,
  #santas-warehouse .highscore td,
  #santas-warehouse .game-completed th,
  #santas-warehouse .game-completed td {
    padding: 5px 5px;
  }
}
#santas-warehouse .highscore .current-user,
#santas-warehouse .game-completed .current-user {
  background: #ef7b10;
  color: #fff;
}

body.page-template-santas-warehouse {
  position: fixed;
  padding: 0;
}
@media (max-width: 500px) {
  body.page-template-santas-warehouse {
    overflow: hidden;
  }
}
body.page-template-santas-warehouse .toasted-container {
  align-items: center;
  padding: 0 1rem;
  z-index: 10;
}
body.page-template-santas-warehouse .toasted-container .toasted {
  justify-content: flex-start;
}
body.page-template-santas-warehouse .toasted .primary,
body.page-template-santas-warehouse .toasted.toasted-primary {
  border: none;
  margin-top: 0;
}
body.page-template-santas-warehouse .toasted .primary.alert-danger,
body.page-template-santas-warehouse .toasted.toasted-primary.alert-danger {
  background-color: #dc3545;
}
body.page-template-santas-warehouse .toasted .primary.alert-warning,
body.page-template-santas-warehouse .toasted.toasted-primary.alert-warning {
  background-color: #ef7b10;
}
body.page-template-santas-warehouse .toasted .primary.alert-success,
body.page-template-santas-warehouse .toasted.toasted-primary.alert-success {
  background-color: #28a745;
}
body.page-template-santas-warehouse .toasted .primary.alert-info,
body.page-template-santas-warehouse .toasted.toasted-primary.alert-info {
  background-color: #556eac;
}
body.page-template-santas-warehouse .toasted .primary.alert-info:before,
body.page-template-santas-warehouse .toasted.toasted-primary.alert-info:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../png/ico-info.png);
  background-size: contain;
  margin-right: 0.5rem;
}
body.page-template-santas-warehouse .toasted .primary.alert-info strong,
body.page-template-santas-warehouse .toasted.toasted-primary.alert-info strong {
  font-weight: bold;
}
body.page-template-santas-warehouse .toasted .primary.alert-task,
body.page-template-santas-warehouse .toasted.toasted-primary.alert-task {
  background-color: #ef7b10;
  color: #ffffff;
  font-family: ff-meta-web-pro, sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 1.5rem;
  padding: 1rem 2rem 1.25rem;
}
@media (max-width: 991px) {
  body.page-template-santas-warehouse .toasted .primary.alert-task,
  body.page-template-santas-warehouse .toasted.toasted-primary.alert-task {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 1rem 1rem 1.25rem;
    font-size: 1.25rem;
  }
}
body.page-template-santas-warehouse .toasted .primary.alert-task span,
body.page-template-santas-warehouse .toasted.toasted-primary.alert-task span {
  font-weight: normal;
  padding-right: 0.5rem;
  font-size: 1.25rem;
  white-space: nowrap;
}
@media (max-width: 991px) {
  body.page-template-santas-warehouse .toasted .primary.alert-task span,
  body.page-template-santas-warehouse .toasted.toasted-primary.alert-task span {
    font-size: 1rem;
  }
}

[v-cloak] {
  display: none !important;
  opacity: 0 !important;
}

@keyframes spin {
  100% {
    transform: rotateZ(360deg);
  }
}

/*# sourceMappingURL=santas-warehouse.css.map */
