/*forhonor-continent.css file*/

#uplayWidget #LogInButton {
	background-color: rgba(135, 111, 50, 1);
}

#uplayWidget #CreateAccountButton {
  background-color: rgba(64, 187, 85, 0.9);
 }

.fyre-edit-profile-link {
	display:none;
}





/***Begin KC Styles***/
#forHonorKC {
  background: url('fhkc-background.jpg');
  background-repeat: none;
  overflow: hidden;
  background-size: cover;
  margin: 0px auto;
  height:85vh;
  width: 95%;
  max-width: 1000px;
  border: 10px solid transparent;
  -moz-border-image: -moz-linear-gradient(top right, #C7AB5A 0%, #846B1D 100%);
    -webkit-border-image: -webkit-linear-gradient(top right, #C7AB5A 0%, #846B1D 100%);
    border-image: linear-gradient(to bottom left, #C7AB5A 0%, #846B1D 100%);
    border-image-slice: 1;
    color:#ffffff;
    z-index:99999;
}
@media screen and (max-device-width: 480px){
  #KCInstructions{
    font-size:0.75em;
  }
}
#KCInstructions{
  margin-left:25px;
  font-size: 1em;
  margin-bottom: -20px;
}
#KCClose{
  text-decoration:none;
  z-index:99999999;
}
.KCClose:hover{
  border: 1px solid white;
}
.KCClose{
  background-image: url('gold-button-close_game.jpg');
  float:right;
  margin-right: 10px;
  width:60px;
  height:20px;
  background-size:cover;
}
#KCBegin{
  text-decoration:none;
}
.KCBegin:hover{
  border: 1px solid white;
}
.KCBegin{
  background-image: url('gold-button-begin.jpg');
  margin-left:auto;
  margin-right: auto;
  width:150px;
  height:50px;
}
#KCTopRight{
  display: inline-block;
  clear: none;
  float:right;
  margin-top: 15px;
  margin-right: 15px;
}
#KCBegin:active {
  position:relative;
  top:1px;
}
#KCTitle{
  display: inline-block;
  clear: none;
  margin-left:auto;
  margin-right: auto;
}
#KCTop{
  margin: 0px;
  padding:0px;
}
#KCLogo{
  background-image: url('fh-kc-logo.png');
  background-repeat: none;
  width: 170px;
    height: 30px;
    margin-left: 20px;
    float: left;
    margin-top: 10px;

}
#KCActionArea{
  height:76vh;
  min-height: 100px;
  width:100%;
}
#KCHealth{
  margin: 0px auto;
  border:#000 solid 3px;
  width:275px;
  height:27px;
  margin-bottom: 20px;
  clear:none;
}
.healthBar{
  display: inline-block;
  clear: none;
  float: left;
  width: 50px;
  height: 25px;
  margin:0px 0px 0px 5px;
  background: #ffffff;
}
@media (max-width: 500px){
  #KCHealth{
    width:218px;
    height:20px;
  }
  .healthBar{
    width: 40px;
    height: 18px;
    margin:0px 0px 0px 3px;
  }
}
#KCScore{
  display: inline-block;
  float: left;
  margin-left: 25px;
  clear: none;
  font-weight: bold;
  font-size: 1em;
}
.KCHidden{
  display: none !important;
}
#KCPlayerPos{
  margin: 0px auto;
  width: 95%;
  height: 40vh;
}
#KCComputer{
  width: 95%;
  height: 30vh;
  margin-right: auto;
  margin-left: auto;
  margin-top: 12px;
}
.damage{
  background: rgba(153, 0, 0, 0.6)!important;
}
.chevron-up{
  background-image:url('chevron-up.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center; 
}
.chevron-right{
  background-image:url('chevron-right.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center; 
}
.chevron-left{
  background-image:url('chevron-left.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center; 
}
.sword-up{
  background-image:url('sword-up.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center; 
}
.sword-right{
  background-image:url('sword-right.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center; 
}
.sword-left{
  background-image:url('sword-left.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center; 
}
.ready-attack{
  background-image:url('prepare-to-defend.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center; 
}
.ready-defend{
  background-image:url('prepare-to-attack.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center; 
}
/***End KC Styles***/

.icon-backstage:before {
   font-family: 'icomoon';
   speak: none;
   font-style: normal;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
}

.icon-backstage:before {
    content: "\e5ff";
 }

.nav .nav-menu.is-light li a.icon-backstage, .nav .nav-menu li a.icon-backstage  {
  color: #debf72 !important;
}

.nav .nav-menu.is-light .nav-menu-inner a:hover {
  color: #debf72;
  left: 0;
  top: -5px;
  font-size: 2.375em;
  letter-spacing: 0em;
}

body:not(.is-touch) .nav .nav-menu .nav-primary.icon-backstage:before {
  left: -3px;
  top: -5px;
  font-size: 2.475em;
  letter-spacing: 0em;
 }