.button-hover {
  transition: all 0.3s ease; }

.button-hover:hover {
  -webkit-box-shadow: 0px 2px 4px 0px #208aec;
  box-shadow: 0px 2px 4px 0px #208aec;
  -webkit-transform: translateY(-0.2rem);
  transform: translateY(-0.2rem);
  -webkit-transition-duration: .45s;
  transition-duration: .45s; }

#hot-single {
  width: 320px;
  min-height: 800px;
  background: url("../wordpress-theme-billfish/assets/images/common_texture.png") no-repeat top center;
  -webkit-background-size: contain;
  background-size: 100%;
  padding-right: 40px;
  border-right: 1px solid #D8D8D8;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  #hot-single .sidebar-1 > header {
    color: #1A1A1A;
    font-size: 16px;
    margin-bottom: 27px; }
  #hot-single .sidebar-1 > ul {
    width: 100%; }
    #hot-single .sidebar-1 > ul > li {
      width: 100%;
      height: 34px; }
      #hot-single .sidebar-1 > ul > li .current {
        background: #e8f3fe;
        color: #1B90FB; }
      #hot-single .sidebar-1 > ul > li > a {
        display: block;
        width: 100%;
        height: 100%;
        font-size: 14px;
        line-height: 34px;
        padding-left: 11px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        color: #3F3F3F;
        border-radius: 4px;
        display: -webkit-flex;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: nowrap; }
        #hot-single .sidebar-1 > ul > li > a:hover {
          background-color: #F5F5F5; }
        #hot-single .sidebar-1 > ul > li > a:focus {
          background: #e8f3fe;
          color: #1B90FB; }
        #hot-single .sidebar-1 > ul > li > a > i {
          margin-right: 11px; }
      #hot-single .sidebar-1 > ul > li:not(:last-child) {
        margin-bottom: 8px; }
  #hot-single .sidebar-2 {
    max-height: 100%; }
    #hot-single .sidebar-2 > header {
      color: #1A1A1A;
      font-size: 16px;
      margin-bottom: 32px;
      font-weight: 500; }
    #hot-single .sidebar-2 > ul {
      height: 100%;
      width: 100%;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      #hot-single .sidebar-2 > ul .current {
        background: #e8f3fe; }
        #hot-single .sidebar-2 > ul .current i {
          color: #1B90FB;
          border: 1px solid #1B90FB; }
        #hot-single .sidebar-2 > ul .current a {
          color: #1B90FB; }
      #hot-single .sidebar-2 > ul li {
        width: 100%;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        font-size: 14px;
        color: #3F3F3F;
        font-weight: 500;
        height: 34px;
        padding-left: 10px;
        line-height: 34px; }
        #hot-single .sidebar-2 > ul li i {
          display: inline-block;
          width: 20px;
          height: 20px;
          border: 1px solid #d8d8d8;
          border-radius: 50%;
          vertical-align: middle;
          margin-right: 10px;
          color: #666666;
          font-style: normal;
          text-align: center;
          line-height: 20px; }
        #hot-single .sidebar-2 > ul li a {
          font-size: 14px;
          color: #3F3F3F;
          font-weight: normal; }
          #hot-single .sidebar-2 > ul li a:hover {
            color: #1B90FB; }
        #hot-single .sidebar-2 > ul li:not(:last-child) {
          margin-bottom: 12px; }
