/*!
Theme Name: APKGLOW Theme
Author: Ansaar
Description: Description
Version: 1.0.0
Tested up to: 5.4
*/

blockquote {
  background: #f9f9f9;
  border-left: 8px solid #ccc;
  margin: 1.5em 10px;
  padding: 1rem;
  quotes: "\201C""\201D""\2018""\2019";
}
blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
blockquote p {
  display: inline;
}
p.comment-form-comment,
p.comment-form-author,
p.comment-form-email,
p.comment-form-url {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}
p.comment-form-comment textarea {
  margin-bottom: 20px;
  border-radius: 10px;
  border: 1px solid #ccc;
  padding: 10px;
}
p.comment-form-author input,
p.comment-form-email input {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  outline: 2px solid transparent;
  outline-offset: 2px;
  border: 1px solid #ccc;
  border-radius: 0.5rem;
  margin-bottom: 1rem;
  width: 100%;
}
p.comment-form-url {
  display: none;
}
.comment-form-cookies-consent {
  margin-bottom: 20px;
}
.comment-form label {
  font-size: 0.875rem;
  color: #484848;
}
.comment-form .required {
  color: red;
}
p.form-submit {
  display: inline-block;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: center;
  font-weight: 600;
  color: #fff;
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter,
    backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.3s;
  background-color: var(--primary-color-deep);
  font-family: Lato, sans-serif;
  background-image: none;
  border: none;

  border-radius: 0.5rem;
}
.submit {
  cursor: pointer;
}
h3.comment-reply-title {
  display: none;
}

@media screen and (min-width: 800px) {
  p.comment-form-author input,
  p.comment-form-email input {
    width: 50%;
  }
}
.comment-body .comment-author {
  display: flex;
  gap: 10px;
}
article.comment-body {
  margin-bottom: 30px;
}

article.comment-body .comment-content,
.comment-reply-link {
  margin-left: 30px;
}
.comment-reply-link {
  color: var(--primary-color-deep);
}
em.comment-awaiting-moderation {
  color: #ff7700;
}
.comments-area .children {
  margin-left: 30px;
}
.comment-body .comment-author img {
  border-radius: 3px;
  display: flex;
}
.dark body article.comment-body,
.dark body .comment-form label,
.dark body #email-notes,
.dark body .required-field-message {
  color: rgb(255 255 255 / 1);
}
.dark body p.comment-form-author input,
.dark body p.comment-form-email input,
.dark body p.comment-form-comment textarea {
  background: rgb(31 41 55 / 1);
  color: rgb(255 255 255 / 1);
  border-color: rgb(75 85 99 / 1);
}

/* logo */
.custom-logo {
  max-width: 180px;
  height: auto;
  border-radius: 2px;
}

/* pagination */

nav.pagination{
	margin-top:20px;
/* 	background:#00c35e; */
	padding:1rem;
	border-radius:99990px;
}
nav.pagination .page-numbers{
	display: flex;
/*     justify-content: space-around; */
	gap:10px;
	align-items:center;
}
li a.page-numbers{
font-weight:bold;
	width:30px;
	height:30px;
	border-radius:999995px;
	display:flex;
	justify-content:center;
	align-items:center;
}
li a.prev, li a.next{
	width:40px;
	height:40px;
	background:#00c35e;
	color:#fff;
	font-weight:bold;
}
li span.current{
	background:#00c35e;
	color:#fff;
	width:30px;
	height:30px;
	border-radius:999995px;
	display:flex;
	justify-content:center;
	align-items:center;
	font-weight:bold;
}
