/*
Theme Name: Her Monsters 
Author URI: Wonders Ahead Version: 3.0 
Text Domain : hermonsters 
*/

@font-face {
  font-family: "freshmannormal";
  src: url("assets/fonts/freshman-webfont.eot");
  src: url("assets/fonts/freshman-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("assets/fonts/freshman-webfont.woff2") format("woff2"),
    url("assets/fonts/freshman-webfont.woff") format("woff"),
    url("assets/fonts/freshman-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Sigmar One";
  src: url("assets/fonts/SigmarOne-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Ninepin";
  src: url("assets/fonts/ninepin.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "alarm_clockregular";
  src: url("assets/fonts/alarm_clock-webfont.eot");
  src: url("assets/fonts/alarm_clock-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("assets/fonts/alarm_clock-webfont.woff2") format("woff2"),
    url("assets/fonts/alarm_clock-webfont.woff") format("woff"),
    url("assets/fonts/alarm_clock-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "veteran_typewriter";
  src: url("assets/fonts/veteran_typewriter-webfont.eot");
  src: url("assets/fonts/veteran_typewriter-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("assets/fonts/veteran_typewriter-webfont.woff2") format("woff2"),
    url("assets/fonts/veteran_typewriter-webfont.woff") format("woff"),
    url("assets/fonts/veteran_typewriter-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "press_start";
  src: url("assets/fonts/pressstart2p-regular-webfont-webfont.eot");
  src: url("assets/fonts/pressstart2p-regular-webfont-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("assets/fonts/pressstart2p-regular-webfont-webfont.woff2")
      format("woff2"),
    url("assets/fonts/pressstart2p-regular-webfont-webfont.woff") format("woff"),
    url("assets/fonts/pressstart2p-regular-webfont-webfont.ttf")
      format("truetype");
  font-weight: normal;
  font-style: normal;
}

/* ---------------------------------------------------------------------------------------------------------- */

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.5;
  background: #000;
}

body {
  letter-spacing: 0;
  color: #292b2c;
  margin: 0;
}

* {
  cursor: url(https://staging.hermonsters.com/wp-content/themes/hermonsters/assets/images/cursor.png)
      2 0,
    auto !important;
  user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
}

input {
  user-select: all;
  -moz-user-select: all;
  -khtml-user-select: all;
  -webkit-user-select: all;
  -o-user-select: all;
}

a,
.ev_1,
.ev_1 * {
  cursor: url(https://staging.hermonsters.com/wp-content/themes/hermonsters/assets/images/cursor_pointer.png)
      2 0,
    auto !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Mali;
}

h1 {
  font-size: 60px;
  line-height: 71px;
  letter-spacing: 0px;
}

h2 {
  font-size: 48px !important;
  line-height: 57px !important;
  letter-spacing: 0px;
}

h3 {
  font-size: 28px !important;
  line-height: 33px !important;
  letter-spacing: 0px;
}

.btn {
  display: inline-block;
  font-weight: normal;
  line-height: 1.25;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  border-radius: 0.25rem;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.btn-secondary {
  color: #292b2c;
  background-color: #fff;
  border-color: #ccc;
}

a,
a:hover,
a:active,
a:visited {
  text-decoration: none;
}

#page {
  overflow: hidden;
  height: 100vh;
  width: 100vw;
  position: relative;
}

.page-template-terms-and-conditions #page {
  overflow-x: hidden;
  height: auto;
  width: 100%;
}

.page {
  min-height: calc(100vh - 490px);
}

#content {
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  transform: translateX(0vw);
  height: 100vh;
}

.page-template-terms-and-conditions #content {
  height: auto;
  overflow-x: hidden;
}

#content.menu_op {
  transform: translateX(-580px);
  overflow: hidden;
}

#content.menu_op_big {
  transform: translateX(-75vw);
  overflow: hidden;
}

.wrapper {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}

.wrapper.wrapper-content {
  max-width: 1200px;
}

#disable_msg {
  display: none;
  min-width: 250px;
  margin-left: -125px;
  background-color: #333;
  color: #fff;
  text-align: center;
  border-radius: 2px;
  padding: 16px;
  position: fixed;
  z-index: 9999;
  left: 50%;
  bottom: 30px;
  font-size: 17px;
}

.dagent_terms {
  position: absolute;
  height: 8vh;
  left: 50%;
  bottom: 8vh;
}

.dagent_oath {
  position: absolute;
  height: 30vh;
  left: 50%;
  top: 10vh;
  transform: translate(-67vh);
}

.content_container {
  background: #fff;
  max-width: 1200px;
  margin: 100px auto;
  padding: 100px;
}

/* Inventory Bar - OLD */

.inventory_bar {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  bottom: 0;
  display: flex;
  height: 80px;
  padding: 15px 20px;
  z-index: 1000;
}

.inventory_bar img {
  margin: 0 15px;
  align-self: center;
}

/* Menu */

.hm_tools {
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  position: absolute;
  width: 40px;
  right: 20px;
  top: 20px;
  z-index: 1003;
}

.hm_tools.menu_op {
  right: calc(580px + 20px);
}

.hm_tools.menu_op_big {
  right: calc(75vw + 20px);
}

.hm_tool {
  position: relative;
  margin-bottom: 30px;
  height: 40px;
}

.menu_lab {
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  position: relative;
  left: -50px;
  font-size: 12px;
  top: 10px;
  color: #fff;
  font-family: Mali;
  position: absolute;
  left: 0px;
  top: 12px;
  color: #fff;
  text-align: right;
  white-space: nowrap;
  transform: translatex(-50%);
  transform-origin: 100% 50%;
  padding-right: 10px;
  font-size: 14px;
  line-height: 14px;
  font-weight: 600;
  opacity: 0;
}

.hm_tool:hover .menu_lab {
  transform: translatex(-100%);
  opacity: 1;
}

/* Menu - Hamburger */

.hamburger {
  position: relative;
  width: 40px;
  height: 40px;
  z-index: 1003;
}

.ham1,
.ham2 {
  position: absolute;
}

.ham1 {
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  width: 40px;
  top: 5px;
  transform-origin: 89% 90%;
  transform: rotate(0deg);
}

.ham2 {
  width: 40px;
  top: 23px;
}

.hamburger.menu_op .ham1 {
  width: 40px;
  top: 0.2vh;
  transform: rotate(20deg);
}

/* Menu - Time Event Clock */

.time_event_clock {
  position: relative;
  width: 40px;
  height: 40px;
  z-index: 1003;
}

.tevnt_clock {
  width: 40px;
}

.tec_hand1 {
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform-origin: 50% 100%;
  animation: tec_hand 6s linear infinite;
  height: 9px;
}

.tec_hand2 {
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform-origin: 50% 100%;
  animation: tec_hand 0.5s linear infinite;
  height: 9px;
}

@keyframes tec_hand {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

.tevnt_clock_cont {
  transform-origin: 50% 50%;
  animation: tevnt_clock 0.1s linear infinite;
}

@keyframes tevnt_clock {
  0% {
    transform: rotate(10deg);
  }
  100% {
    transform: rotate(-10deg);
  }
}

/* Menu - Login / User */

.user_icon {
  width: 40px;
  display: block;
  height: 40px;
  overflow: hidden;
  border-radius: 50%;
  background: #000;
}

.user_icon img {
  width: 100%;
  height: 100%;
  max-width: 40px;
  max-height: 40px;
}

.login_user {
  color: #fff !important;
  font-size: 20px !important;
  font-family: Mali;
  font-weight: 600;
  text-decoration: none !important;
  margin: 0 0 20px;
}

.login_button {
  font-family: Mali;
  font-weight: 600;
  padding: 7px 15px 10px 15px;
  font-size: 18px !important;
  display: inline-block;
  line-height: 1.25;
  text-align: center;
  white-space: nowrap;
  color: #fff;
  background-color: #ff9b00;
  border-color: #ff9b00;
  border-radius: 4px;
  margin: 0 0 30px 20px;
}

.login_button:hover,
.login_button:focus {
  background-color: #000;
  border-color: #000;
  color: #fff;
  text-decoration: none !important;
}

#user-menu li > a {
  pointer-events: none;
  opacity: 0.3;
  cursor: not-allowed;
}

#user-menu li > a::after {
  display: inline-block;
  content: "Comming soon";
  background: #ff9b00;
  color: #000;
  font-size: 9px;
  font-weight: 600;
  padding: 2px 6px 3px;
  border-radius: 5px;
  margin: 0px 0 0 10px;
  position: relative;
  top: -3px;
}

/* Wallet connect */

.connect_wallet {
  font-family: Mali;
  font-weight: 600;
  padding: 7px 15px 10px 15px;
  font-size: 18px !important;
  display: inline-block;
  font-weight: normal;
  line-height: 1.25;
  text-align: center;
  white-space: nowrap;
  color: #fff;
  background-color: #ff9b00;
  border-color: #ff9b00;
  border-radius: 4px;
  margin: 0 0 30px;
}

.connect_wallet:hover {
  background-color: #000;
  border-color: #000;
}

#wallet_connect_box.hm_modal .modal-content {
  padding: 0 20px 0 20px;
}

.wallet_but {
  font-family: Mali;
  font-weight: 600;
  padding: 7px 15px 10px 15px;
  font-size: 18px !important;
  display: inline-block;
  font-weight: normal;
  line-height: 1.25;
  text-align: center;
  color: #fff;
  background-color: #ff9b00;
  border-color: #ff9b00;
  border-radius: 4px;
  margin: 16px 8px 0;
  width: 150px;
}

.wallet_but:hover {
  background-color: #000;
  border-color: #000;
}

.wallet_but.disabled {
  background-color: #999;
  border-color: #999;
  pointer-events: none;
}

/* Soudnd Switch */

.sound_switch {
  position: relative;
  width: 36px;
  height: 36px;
  display: block;
  background-image: url(assets/images/sound_on.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  animation: sound_pulse 0.5s ease-in infinite;
  z-index: 1003;
  display: block;
  top: 2px;
  left: 2px;
}

.sound_switch.snd_off {
  background-image: url(assets/images/sound_off.png);
  animation: none;
}

@keyframes sound_pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

.mo-openid-app-icons > p {
  display: none !important;
}

.mo-openid-app-icons {
  margin: 0 0 25px !important;
  display: inline !important;
}

.nouser_icon,
.map_icon,
.quest_icon {
  position: relative;
  width: 40px;
  height: 40px;
  z-index: 1003;
}

.menu_close_item {
  display: block;
  text-align: right;
  color: #fff;
  font-size: 30px;
  position: absolute;
  right: 30px;
  font-family: Mali;
  font-weight: 600;
  top: 28px;
  line-height: 22px;
}

.hm_side_menu {
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  position: absolute;
  width: 580px;
  height: 100vh;
  z-index: 1002;
  background-color: #20004c;
  background-image: url(assets/images/hm_menu_bg.jpg);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: auto 100%;
  top: 0;
  right: 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  transform: translateX(100%);
  padding: 100px 30px 30px 0px;
}

.hm_side_menu.big_menu {
  width: 75vw;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.hm_side_menu.menu_op {
  transform: translateX(0%);
}

.menu_title {
  font-family: Mali;
  color: #fff;
  position: absolute;
  top: 30px;
  left: 30px;
  font-size: 27px;
  line-height: 27px;
  font-weight: 600;
}

.hm_side_menu ul.menu {
  padding: 0;
  text-align: right;
}

.hm_side_menu ul.menu li {
  margin: 0 0 5px;
  list-style-type: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: end;
  -ms-flex-align: right;
  align-items: end;
  -webkit-box-pack: end;
  -webkit-justify-content: right;
  -moz-box-pack: flex-end;
  -ms-flex-pack: right;
  justify-content: end;
  justify-content: flex-end;
  position: relative;
}

.hm_side_menu ul.menu li a {
  color: #fff !important;
  font-size: 17px !important;
  font-weight: 600;
  font-family: Mali;
  text-decoration: none !important;
  padding: 3px 0px 5px 10px;
  -webkit-transition: 0.1s ease-in-out;
  -moz-transition: 0.1s ease-in-out;
  -o-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
  line-height: 20px;
}

.hm_side_menu ul.menu li a:hover {
  color: #ffa000 !important;
}

.hm_side_menu ul.menu li.disabled a {
  color: #fff !important;
  opacity: 0.2;
  text-decoration: line-through !important;
  cursor: not-allowed !important;
}

.hm_side_menu ul.menu li.menu_locked a {
  color: #fff !important;
  opacity: 0.2;
  cursor: not-allowed !important;
}

.hm_side_menu ul.menu li.menu_locked > a::after {
  display: inline-block;
  content: "Locked";
  background: #ff9b00;
  color: #000;
  font-size: 9px;
  font-weight: 600;
  padding: 2px 6px 3px;
  border-radius: 5px;
  margin: 0px 0 0 10px;
  position: relative;
  top: -3px;
}

.hm_side_menu ul.menu li.current-menu-item a {
  color: #ffa000 !important;
  font-size: 18px !important;
}

/* Time Event Clock */

.hm_side_menu.time_event_menu {
  padding: 0;
}

.hm_te_clock {
  position: relative;
}

.hm_te_clock_img {
  position: relative;
  width: 100%;
  margin-left: 40px;
  display: block;
}

.hm_te_date {
  color: #ffa000 !important;
  margin: 0 0 30px;
}

.hm_te_title {
  font-family: Sigmar One;
  color: #ffa000 !important;
  font-size: 30px;
  padding: 0 100px 0 50px;
  line-height: 30px;
}

.hm_te_description {
  color: #fff;
  font-family: Mali;
  font-weight: 600;
  font-size: 14px;
  line-height: 26px;
  margin: 20px 0 0;
  padding: 0 100px 0 50px;
}

/* Beeper */

.lil_pager {
  position: relative;
  width: 40px;
  height: 40px;
  z-index: 1003;
}

.pager_body {
  width: 100%;
  position: relative;
  z-index: 1000;
}

.pager_cont {
  padding-left: 40px;
  position: relative;
}

.pager_screen {
  background-image: url(assets/images/beeper/pager_screen.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: relative;
  width: 425px;
  z-index: 1003;
  position: absolute;
  height: 150px;
  left: 88px;
  top: 33px;
  padding: 12px 12px 12px 12px;
  font-family: Ninepin;
  color: #263426 !important;
}

.pager_screen a {
  color: #263426 !important;
  text-decoration: none;
}

.beep_top_row,
.beep_bot_row,
.beep_msg {
  background: none;
  border: none;
  outline: none;
  font-family: Ninepin;
  color: #263426 !important;
  padding: 0;
  font-size: 2.5vh;
  line-height: 3.5vh;
}

.beep_top_row_lab,
.beep_bot_row_lab {
  font-size: 1vh;
  line-height: 2vh;
}

.pager_ok {
  background-image: url(assets/images/beeper/pager_ok.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 72px;
  height: 82px;
  position: absolute;
  top: 215px;
  right: 45px;
  z-index: 9999;
}

.pager_cancel {
  background-image: url(assets/images/beeper/pager_cancel.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 72px;
  height: 82px;
  position: absolute;
  top: 215px;
  right: 145px;
  z-index: 9999;
}

.pager_cont.beeper_on .pager_screen {
  background-image: url(assets/images/beeper/pager_screen_on.png);
}

.pager_cont.beeper_on .pager_ok {
  background-image: url(assets/images/beeper/pager_ok_on.png);
}

.pager_cont.beeper_on .pager_cancel {
  background-image: url(assets/images/beeper/pager_cancel_on.png);
}

.pager_ok.press {
  background-image: url(assets/images/beeper/pager_ok_press.png) !important;
}

.pager_cancel.press {
  background-image: url(assets/images/beeper/pager_cancel_press.png) !important;
}

/* Missions list */

.missions_cont {
  box-sizing: border-box;
  height: calc(100vh - 130px);
  position: relative;
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-content: flex-start;
  align-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.missions_cont_l {
  width: 50%;
  height: 100%;
  padding: 30px 30px 30px 30px;
  background: rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  margin: 0 30px;
}

.missions_cont_l_inner {
  width: 100%;
  height: 100%;
  padding: 0px 30px 0px 0px;
  box-sizing: border-box;
}

.missions_cont_r {
  width: 50%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  padding: 30px;
}

.mission_details_cont {
  height: 100%;
  width: 100%;
}

.menu_mission_list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.menu_mission_list > li {
  color: #fff !important;
  font-size: 17px !important;
  font-family: Mali;
  font-weight: 600;
  text-decoration: none !important;
  -webkit-transition: 0.1s ease-in-out;
  -moz-transition: 0.1s ease-in-out;
  -o-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
  margin: 0 0 25px;
  border-radius: 20px;
  line-height: 20px;
}

.menu_mission_list > li:hover,
.menu_mission_list > li.act_miss_det {
  color: #ffa000 !important;
  margin-left: 10px;
}

.menu_mission_list > li > .fas {
  margin-right: 10px;
  color: #ffa000;
}

.menu_mission_list > li.plot_mission_item {
  font-size: 20px !important;
}

.menu_mission_list > li.plot_mission_item > .fas {
  margin-right: 10px;
  color: #ff1d60;
}

.mi_completed {
  opacity: 0.5;
}

.mission_image {
  width: 100%;
  margin: 0 0 20px;
}

.mission_title {
  font-family: Mali;
  font-weight: 600;
  color: #fff;
  font-size: 22px;
  line-height: 32px;
  margin: 0 0 20px;
  border-bottom: 2px solid #20004c;
  padding: 0 0 20px;
}

.mission_details {
  font-family: Mali;
  font-weight: 400;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
}

.mission_details a {
  color: #ffa000 !important;
}

/* Header */

.site-header .wrapper {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify !important;
  -webkit-justify-content: space-between !important;
  -moz-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
  -moz-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  width: 100% !important;
  max-width: 100%;
  padding: 0px;
}

.site-branding {
  z-index: 1000;
}

.location_locked {
  background-image: url(assets/images/locked.jpg);
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.locked_title {
  font-size: 24px;
  line-height: 24px;
  font-family: Sigmar One;
  color: #fff;
  text-transform: uppercase;
}

.locked_info {
  font-size: 18px;
  line-height: 18px;
  font-family: Mali;
  color: #fff;
  margin: 10px 0 0;
  text-align: center;
}

.site-header .wrapper .site-branding a img {
  width: 80px;
  height: auto;
}

.section .wrapper {
  max-width: 1200px;
}

.site-header {
  position: absolute;
  top: 20px;
  width: auto;
  z-index: 1000;
  left: 20px;
}

.click_ico {
  position: absolute;
  width: 20px;
  left: 50%;
  top: 0%;
  transform-origin: 50% 50%;
  transform: translate(-50%, -100%);
  z-index: 100;
  -webkit-animation: click_ico 1s linear infinite;
  -moz-animation: click_ico 1s linear infinite;
  animation: click_ico 1s linear infinite;
}

@keyframes click_ico {
  0% {
    transform: translate(-50%, -100%);
  }

  50% {
    transform: translate(-50%, -80%);
  }

  100% {
    transform: translate(-50%, -100%);
  }
}

.page-template .post-password-form {
  background-color: #000 !important;
  background-image: url("assets/images/gang.jpg");
  background-size: cover;
  position: center bottom;
  height: 100vh;
  width: 100vw;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.page-template .post-password-form > p:first-child {
  font-size: 30px;
  text-align: right;
  font-family: Sigmar One;
  line-height: 36px;
  color: #20004c;
  background: rgba(255, 255, 255, 0.8);
  text-align: center;
  margin: 0 auto;
  padding: 30px;
  width: 30vw;
}

.page-template .post-password-form > p:last-child {
  font-size: 20px;
  text-align: right;
  font-family: Sigmar One;
  line-height: 26px;
  background: rgba(255, 255, 255, 0.8);
  text-align: center;
  margin: 0 auto;
  padding: 30px;
  width: 30vw;
}

.page-template .post-password-form input[type="submit"] {
  font-family: Mali;
  font-weight: 600;
  color: #20004c;
  text-decoration: none !important;
  padding: 3px 15px 5px;
  background: #ffa000;
  margin: 30px 0 0;
  border: none !important;
}

.page-template .post-password-form label {
  width: 100%;
}

.page-template .post-password-form input[type="submit"]:hover,
.page-template .post-password-form input[type="submit"]:focus {
  color: #fff;
}

/* Error 404 */

.section.error404 {
  background-color: #000;
  height: 100vh;
  overflow: hidden;
  position: relative;
  background-image: url(assets/images/404.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

.top_text_small {
  font-size: 12px;
  text-align: right;
  font-family: MAli;
  letter-spacing: 4px;
  line-height: 10px;
  text-transform: none;
  font-weight: 600;
}

.top_text {
  font-size: 30px;
  text-align: right;
  font-family: Sigmar One;
  line-height: 36px;
  color: #20004c;
  text-transform: uppercase;
  margin-right: 60px;
  position: absolute;
  bottom: 24px;
  right: 160px;
  z-index: 1000;
}

.land_footer {
  position: absolute;
  bottom: 30px;
  left: 280px;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  align-items: flex-end;
  -webkit-align-items: flex-end;
  color: #20004c;
}

.land_footer img {
  margin-right: 10px;
  max-width: 130px;
}

.land_copyright {
  font-size: 12px;
  font-family: Mali;
  font-weight: 600;
}

/* Modals */

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  -moz-transition: transform 0.3s ease-out, -moz-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out,
    -moz-transform 0.3s ease-out, -o-transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  -moz-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
}

.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 9999;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 0.3rem;
  -moz-border-radius: 0.3rem;
  border-radius: 0.3rem;
  outline: 0;
  width: 100%;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #20004c;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.9;
}

.modal-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 15px;
  border-bottom: 1px solid #eceeef;
}

.modal-title {
  margin: 0;
  line-height: 1.5;
  font-weight: 500;
}

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 15px;
}

.modal-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 15px;
  border-top: 1px solid #eceeef;
}

.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}

.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

.modal-dialog-centered {
  min-height: calc(100% - (1.75rem * 2));
}

.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 60px);
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 30px auto;
  }

  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}

/* Sound */

.hm_modal .modal-header {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: none;
  padding: 20px 15px 0 15px;
}

.hm_modal .modal-content {
  transform: rotate(-4deg);
  font-family: Mali;
  text-align: center;
  padding: 0 75px 0 20px;
  background-image: url(assets/images/modal_bg.jpg);
  background-size: cover;
  box-shadow: -10px 10px 0px rgba(0, 0, 0, 0.4);
  line-height: 24px;
  font-size: 16px;
  font-weight: 600;
}

.hm_modal .modal-footer {
  border-top: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 30px;
}

.hm_modal .modal-title {
  font-family: Sigmar One;
  font-size: 30px;
  color: #20004c;
  line-height: 36px;
}

.headphones {
  width: 100px;
  position: absolute;
  top: -10px;
  right: -25px;
}

.hm_modal .btn {
  padding: 0.5rem 1rem;
  font-family: Mali;
  padding: 7px 15px 10px 15px;
  font-size: 16px !important;
  cursor: pointer;
  font-weight: 600;
}

.hm_modal .btn-primary {
  color: #fff;
  background-color: #ff9b00;
  border-color: #ff9b00;
}

.hm_modal .btn-primary:hover {
  color: #fff;
  background-color: #d78609;
  border-color: #d78609;
}

.hm_modal .btn-primary:focus,
.hm_modal .btn-primary.focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* Footer */

.copyright {
  margin: 50px 0 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  font-family: Mali;
  color: #fff;
}

.inv_item {
  height: 4vh !important;
  z-index: 1000;
}

/* Interface */

/* objectZoom */

.hm_item_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1100;
  background: rgba(0, 0, 0, 0.75);
  display: none;
  backdrop-filter: blur(5px);
}

.hm_item_cont {
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  background: transparent;
  width: 50vh;
  height: auto;
  display: inline-block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  animation: item_zoom 0.5s cubic-bezier(0.42, 0, 0.58, 1) 0.2s 1;
  -webkit-animation-fill-mode: forwards; /* Safari 4.0 - 8.0 */
  animation-fill-mode: forwards;
}

.hm_item_cont img {
  width: 100%;
}

@keyframes item_zoom {
  0% {
    transform: translate(-50%, -50%) scale(0);
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
  }
}

.hm_close_item,
.close_card {
  text-align: right;
  color: #fff;
  font-size: 31px;
  position: absolute;
  right: -30px;
  font-family: Mali;
  font-weight: 600;
}

.hm_close_item:hover,
.close_card:hover {
  color: #f00;
}

/* Black Bg Text */

.black_text_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1100;
  display: none;
  background: #000;
}

.black_text_bg_start {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1100;
  display: block;
  background: #000;
}

.black_text_wrap {
  position: absolute;
  top: 50%;
  display: flex;
  color: #fff;
  font-weight: 400;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  font-family: Mali;
  font-weight: 400;
  z-index: 999;
  font-size: 1.73vh;
  line-height: 2.2vh;
  width: 100%;
  z-index: 10000;
  text-align: center;
}

.black_text {
  background: none;
  width: 70vh;
  margin: 0 auto;
}

/* Converstaion */

.hm_close_conv {
  text-align: right;
  color: #fff;
  font-size: 31px;
  position: absolute;
  right: 40px;
  top: 40px;
  font-family: Mali;
  font-weight: 600;
}

.hm_close_conv:hover {
  color: #f00;
}

.black_conv_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1100;
  display: none;
  background: rgba(0, 0, 0, 0.8);
}

.conv_image {
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 80vh;
  max-width: 40vw !important;
  transform: translateX(-100%);
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  overflow: hidden;
  width: 50vw;
}

.convActive .conv_image {
  transform: translateX(0%);
}

.conv_char_ref {
  display: block;
  max-width: 100%;
  max-height: 100%;
  background-image: url(assets/images/alley/zoe_ref.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: contain;
  width: 50vw;
  height: 80vh;
  position: absolute;
}

.conv_char_smoke {
  display: block;
  max-width: 100%;
  max-height: 100%;
  background-image: url(assets/images/alley/zoe_smoke.gif);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: contain;
  width: 50vw;
  height: 80vh;
  position: absolute;
  mix-blend-mode: exclusion;
  filter: blur(4px);
}

.conv_char_zoe {
  display: block;
  max-width: 100%;
  max-height: 100%;
  background-image: url(assets/images/alley/zoe.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: contain;
  animation: character_bounce 2s linear infinite;
  width: 50vw;
  height: 80vh;
}

.conv_char_zoe.chat_emo_2 {
  background-image: url(assets/images/alley/zoe2.png);
}

.conv_char_teresa {
  display: block;
  max-width: 100%;
  max-height: 100%;
  background-image: url(assets/images/hq/office/teresa.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: contain;
  animation: character_bounce 2s linear infinite;
  width: 50vw;
  height: 80vh;
}

@keyframes character_bounce {
  0% {
    transform: translatey(0%);
  }

  50% {
    transform: translatey(0.4vh);
  }

  100% {
    transform: translatey(0%);
  }
}

.conv_chat {
  position: absolute;
  left: 40%;
  bottom: 5vh;
  width: 50vw;
  height: 80vh;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  right: 10vw;
}

.conv_chat ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  width: 100%;
}

.conv_chat ul li {
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  color: #fff;
  font-size: 16px;
  font-family: Mali;
  font-weight: 600;
  transform: translateY(50%);
  opacity: 0;
  padding: 10px 0 0 0;
  height: 0;
}

.conv_chat ul li.chat_sent {
  transform: translateY(0%);
  opacity: 1;
  padding: 10px 0 0 0;
  height: auto;
}

.conv_chat ul li.chat_user_txt {
  color: #ffa000;
  text-align: right;
}

.chat_name {
  display: block;
  margin: 15px 0 0;
}

.conv_chat ul li span.chat_txt {
  background: #fff !important;
  padding: 10px 25px 12px 25px;
  border-radius: 15px;
  color: #000;
  margin: 0;
  display: inline-block;
  line-height: 24px;
  position: relative;
}

.conv_chat ul li span.chat_txt::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 15px 0 0;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  bottom: -10px;
  left: 20px;
  right: auto;
}

.conv_chat ul li.chat_user_txt span.chat_txt {
  background: #ffa000 !important;
}

.conv_chat ul li.chat_user_txt span.chat_txt::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 10px 0;
  border-color: transparent #ffa000 transparent transparent;
  position: absolute;
  bottom: -10px;
  right: 20px;
  left: auto;
}

#chat_form {
  width: 100%;
  margin: 50px 0 0;
  position: relative;
}

.chat_text {
  background: none;
  width: 100%;
  height: 40px;
  color: #fff;
  outline: none;
  border: 2px solid #191919;
  padding: 0 120px 0 20px;
  user-select: text;
}

#chat_form button {
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  background: #ffa000;
  border: none;
  height: 40px;
  padding: 0 20px;
  font-weight: 600;
  font-family: Mali;
  position: absolute;
  right: 0;
  top: 0;
  width: 100px;
  font-size: 18px;
}

#chat_form button:hover,
#chat_form button:focus {
  background: #fff;
}

.beep_duck {
  position: absolute;
  left: 10vh;
  top: -19.8vh;
  height: 20vh;
  -webkit-animation: duck_007 1s cubic-bezier(0.42, 0, 0.58, 1) 1;
  -moz-animation: duck_007 1s cubic-bezier(0.42, 0, 0.58, 1) 1;
  animation: duck_007 1s cubic-bezier(0.42, 0, 0.58, 1) 1;
  animation-fill-mode: forwards;
}

@keyframes duck_007 {
  0% {
    top: 0vh;
  }

  100% {
    top: -19.8vh;
  }
}

.owl-carousel button.owl-dot {
  outline: none !important;
}

.owl-carousel button.owl-dot span {
  background: #fff;
  width: 16px;
  height: 16px;
  border: 2px solid #4fafab;
  display: block;
  border-radius: 10px;
  margin: 0 10px 0 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  outline: none !important;
}

.owl-carousel button.owl-dot.active span {
  background: #1b1b1c;
}

.owl-dots {
  position: absolute;
  right: 48px;
  bottom: 55px;
}

.owl-dots {
  position: absolute;
  right: calc(8.33333% - 23px);
  bottom: 55px;
}

.wpcf7-form-control {
  width: 100%;
}

.wpcf7-text,
.wpcf7-textarea {
  margin: 0 0 10px;
  padding: 10px;
  border-radius: 10px;
  border: 2px solid #ddd;
  outline: none !important;
  font-family: Mali;
}

.wpcf7-text:focus,
.wpcf7-textarea:focus {
  border: 2px solid #1b1b1c;
}

.wpcf7-textarea {
  max-height: 190px;
  font-family: Mali;
}

.wpcf7-submit {
  width: 130px;
  height: 40px;
  background: #f00;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 0;
  opacity: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  border: none;
  font-family: Mali;
  font-weight: 500 !important;
}

.wpcf7-submit:hover {
  background: #ffa000;
}

.wpcf7 .ajax-loader {
  background-color: #1b1b1c !important;
  position: absolute !important;
  top: 10px !important;
  right: 10px !important;
}

.wpcf7-not-valid-tip {
  font-size: 12px !important;
  margin: -10px 0 0 10px !important;
}

.owl-thumbs .owl-item img {
  cursor: pointer;
}

.agent_404 {
  height: 7vh;
  position: absolute;
  top: 48vh;
  left: 50%;
  transform: translateX(-3.2vh);
}

@media screen and (min-width: 2000px) {
  html {
    font-size: calc(100vw * 0.000521) !important;
  }
}
