/* Cuma untuk form style */
div#paypal-button-referral {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    background-color: rgba(255,255,255, 0.75);
    padding: 15px;
}

form.submitting .wpcf7-spinner {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 9999;
    width: auto;
    height: auto;
    border-radius: unset;
    margin: 0;
    opacity: 0;
    visibility: hidden;
}

form.submitting .wpcf7-spinner {
    opacity: 1;
    visibility: visible;
}

form .wpcf7-spinner::before {
    width: 60px;
    height: 60px;
    transform-origin: 30px 30px;
    background-color: transparent;
    border: 2px solid;
    border-top-color: transparent;
    border-right-color: transparent;
    left: 50%;
    top: 50%;
    margin-left: -30px;
    margin-top: -30px;
}

section.content.content_clear_blue.with_footer{
    min-height: calc( 100vh - 134px );
    display: flex;
    align-items: center;
}

/* Footer */
  
section.footer{
    background-color: #FE68A8;
    padding: 1px 0;
  }

#hok__back_to_top {
    position: fixed;
    z-index: 6;
    bottom: 15px;
    right: 15px;
    border: 0;
    background-color: #fff;
    font-size: 20px;
    opacity: 0.75;
    line-height: 40px;
    width: 40px;
    border-radius: 50%;
    transition: opacity 0.25s;
    visibility: hidden;
    height: 40px;
}

  #hok__back_to_top.open {
      visibility: visible;
  }

  #hok__back_to_top:hover {
      opacity: 1;
  }
  
  .footer .footer__social{
    color: #fff;
    text-align: center;
    margin-right: 5px;
    margin-top: 0;
  }
  
  .footer .footer__social a{
    font-size: 25px;
    color: #FFD5BD;
    background-color: #fff;
    height: 63px;
    width: 63px;
    border-radius: 50%;
    transition: all 0.25s;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .footer__social a:hover {
      opacity: 0.6;
  }
    
  .footer__social a:hover {}
  
  .footer__social i{
    font-size: 40px;
  }
  
  .footer__email{
    color: #fff;
    text-align: center;
    font-size: 20px;
    letter-spacing: 1px;
  }

  .footer__email a {
      color: inherit;
      transition: all 0.25s;
      text-transform: uppercase;
      font-weight: 500;
  }

  .footer__email a:hover {
      opacity: 0.7;
  }

  .footer_list_menu {
    list-style: none;
    display: flex;
    text-transform: uppercase;
    margin-bottom: 0;
    padding-left: 0;
  }

  .footer_list_menu li{
      margin-right: 40px;
  }

  .footer_list_menu a{
    color: #fff;
  }

  .footer_wrap {
    display: flex;
    justify-content: space-between;
    color: #fff;
    align-items: center;
    font-size: 12px;
    margin-bottom: 0;
    letter-spacing: 1px;
    padding: 36px 0px;
  }

  .footer_list_menu li.hok_copyright{
    margin-right: 60px;
  }

  .footer_info {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  @media only screen and (max-width: 991px){
    .footer_wrap {
      flex-direction: column;
    }
    .footer_info{
      margin-top: 20px;
    }
    .footer__email{
      font-size: 16px;
    }
    .footer__social i {
      font-size: 28px;
    }
    .footer__social a{
      width: 50px;
      height: 50px;
    }
    .footer_list_menu li.hok_copyright {
      margin-right: 0;
    }
    .footer_list_menu li {
      margin: 10px 22px;
    }
  
  }

  @media only screen and (max-width: 767px){
    .footer_wrap{
      flex-direction: column;
    }
    .footer__email{
      font-size: 14px;
    }
    .footer__social i {
      font-size: 26px;
    }
    .footer__social a{
      width: 46px;
      height: 46px;
    }
    .footer__social{
      margin-right: 15px;
    }
    /* .footer_list_menu{
      flex-direction: column;
      align-items: center;
    } */
    .footer_list_menu li.hok_copyright,
    .footer_list_menu li{
      text-align: center;
      font-size: 10px;
      margin: 0 15px 15px;
    }
    #hok__back_to_top{
      bottom: 7px;
    }
    .footer_info{
      margin-top: 0;
    }
  }
  
  /* EOF Footer */