/*!
Theme Name: Azki Blog
Theme URI: https://azki.app/blog
Author: Mohamad Fazel Hesari / Mahdi Rasti
Author URI: https://mdhesari.ir/
Description: Azki-blog is a theme for blog, magazines, news.
Requires PHP: 7.4
Text Domain: azki-blog
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/
.h5ap_standard_player {
  width: 90% !important;
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 999;
}

.admin-bar header.main-header {
  top: 32px;
}

.podcast-page > footer.main-footer {
  padding-bottom: 51px;
}

.lds-facebook {
  display: block;
  position: relative;
  width: 80px;
  height: 80px;
  margin: 0 auto;
}

.lds-facebook div {
  display: inline-block;
  position: absolute;
  left: 8px;
  width: 16px;
  background: #a7a8a9;
  animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}

.lds-facebook div:nth-child(1) {
  left: 8px;
  animation-delay: -0.24s;
}

.lds-facebook div:nth-child(2) {
  left: 32px;
  animation-delay: -0.12s;
}

.lds-facebook div:nth-child(3) {
  left: 56px;
  animation-delay: 0;
}

@keyframes lds-facebook {
  0% {
    top: 8px;
    height: 64px;
  }
  50%,
  100% {
    top: 24px;
    height: 32px;
  }
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
  margin: 32px 0;
}

.nav-links a,
.nav-links span {
  display: inline-flex;
  border-radius: 100%;
  background: #fff;
  border: 1px solid #ddd;
  margin: 0;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
}

.nav-links .next.page-numbers {
  border-radius:8px;
  width: 100px;
}

span.page-numbers.current {
  color: #fff;
  background-color: #001bc1;
}