/*!
Theme Name: Sellzy
Theme URI: http://underscores.me/
Author: CretivieUiUX
Author URI: http://creativeuiux.com
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: sellzy
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.

Sellzy 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.
*/

/*
 * All main theme CSS is in /assets/css/style.css
 * This file contains only WordPress-required boilerplate classes.
 */

/* --------------------------------------------------------------
 * # Accessibility — WordPress core requires .screen-reader-text
 * -------------------------------------------------------------- */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* --------------------------------------------------------------
 * # Alignments — WordPress editor / Gutenberg alignment classes
 * -------------------------------------------------------------- */
.alignleft {
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  float: right;
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

/* --------------------------------------------------------------
 * # Media — WordPress caption & gallery classes
 * -------------------------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/* --------------------------------------------------------------
 * # Sticky Posts
 * -------------------------------------------------------------- */
.sticky {
  display: block;
}

/* --------------------------------------------------------------
 * # Skip Link
 * -------------------------------------------------------------- */
.skip-link.screen-reader-text:focus {
  z-index: 999999;
}

/* Blog */
.wp-block-search .wp-block-search__label {
  margin-bottom: 6px;
  display: inline-block;
}

:where(.wp-block-search__input) {
  border-radius: 30px !important;
  border-color: rgba(145, 158, 171, 0.32) !important;
  padding: 10px 16px !important;
}

:where(.wp-block-search__input):focus {
  border-color: #919eab;
  outline: none;
}

:where(.wp-block-search__button) {
  border-radius: 30px;
  background-color: #088178;
  color: #ffffff;
  padding: 10px 16px;
  border: transparent !important;
}

.wp-block-group .wp-block-heading {
  font-size: 30px;
  line-height: 1;
  margin-bottom: 12px;
}

.wp-block-latest-posts li {
  padding: 6px 0;
}

.wp-block-latest-posts li:last-child {
  padding-bottom: 0;
}

.wp-block-latest-comments .wp-block-latest-comments__comment {
  padding: 6px 0;
  margin-bottom: 0;
}

.navigation.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-bottom: 40px;
}

.navigation.pagination .nav-links {
  display: flex;
  gap: 6px;
}

.navigation.pagination .nav-links .page-numbers {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #dfe3e8;
  transition: all 0.3s;
}

.navigation.pagination .nav-links .page-numbers.current {
  background-color: rgba(0, 171, 85, 0.08);
  color: #088178;
  border-color: #088178;
  font-weight: 600;
}

.navigation.pagination .nav-links .page-numbers:hover {
  background-color: rgba(0, 171, 85, 0.08);
  color: #088178;
  border-color: #088178;
  font-weight: 600;
}
