/*!
Theme Name: Kava Child
Theme URI:
Author: Zemez
Author URI:
Description: Kava child theme.
Template: kava
Version: 1.0.0
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: kava-child
*/
/*--------------------------------------------------------------
## Page preloader
--------------------------------------------------------------*/
.page-preloader-cover {
  position: fixed;
  z-index: 1200;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.95) !important }

.page-preloader {
  position: relative;
  display: block;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  border: 2px solid transparent;
  margin: -16.5px 0 0 -16.5px;
  -webkit-animation: tm_spin 1s linear infinite;
  animation: tm_spin 1s linear infinite;
  z-index: 11; }

@-webkit-keyframes tm_spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes tm_spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
	
/* Sweep To Right */
.comment-form .submit, .wpcf7-submit, #miniorange_otp_token_submit, .post-password-form label + input {
  text-align: left;
  text-transform: uppercase;
  transition: 0.3s;
  background-origin: padding-box;
  background-position: 100% 100%; /* change the direction of the change here */
  background-repeat: no-repeat;
  background-size: 210% 100%;
  border-radius: 3px;
  backface-visibility: hidden;
}

/* <- Magic Stuff Start */

.comment-form .submit:hover, .wpcf7-submit:hover, #miniorange_otp_token_submit:hover, .post-password-form label + input:hover {
  background-position: 0 0; /* change the direction of the change here */
  cursor: pointer;
  border-radius: 3px;
  overflow: hidden;
}

.comment-form .submit, .wpcf7-submit, #miniorange_otp_token_submit, .post-password-form label + input {
  background-image: linear-gradient(to right, #343634 50%, #414442 50%);
}

/* Magic Stuff End -> */

.comment-form .submit, .wpcf7-submit, .post-password-form label + input {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  color: #fff;
  padding: 0.5em 2.5em;
    vertical-align: middle;
    letter-spacing: 1.4px;
    word-spacing: 0px;
    font-size: 14px;
    line-height: 30px !important;
    font-weight: 600;
    font-style: normal;
    font-variant: normal;
    text-transform: uppercase;
    overflow: hidden;
}
input:focus::placeholder {
	opacity: 0;
}