/*!
Theme Name: infopediya_mod_apps
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: infopediya_mod_apps
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

infopediya_mod_apps is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

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;
}
