/*
Theme Name: NeatLabs TurboBlog
Theme URI: https://hellonitish.com/ 
Author: Nitish
Author URI: https://hellonitish.com/ 
Description: A minimal and performant theme for blogs.
Version: 1.0.0                       
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: neatlabs-turboblog        
Tags: blog, minimal, clean, responsive
*/
html {
  font-family: var(--wp--preset--font-family--body, "Ubuntu", sans-serif);
}

body {
  background: -webkit-gradient(linear, left top, left bottom, from(color-mix(in srgb, white 95%, var(--wp--preset--color--brand-primary))), to(color-mix(in srgb, white 95%, var(--wp--preset--color--brand-secondary))));
  background: linear-gradient(color-mix(in srgb, white 95%, var(--wp--preset--color--brand-primary)), color-mix(in srgb, white 95%, var(--wp--preset--color--brand-secondary)));
  position: relative;
  overflow-x: hidden;
  min-height: 100vh;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--wp--preset--font-family--heading, "Poppins", sans-serif);
}

a {
  color: var(--wp--preset--color--brand-primary);
}
a:hover {
  color: var(--wp--preset--color--brand-secondary);
}

.nav-wrapper.n-bshadow {
  background: var(--wp--preset--color--white, white);
}

.nav-brand {
  font-family: var(--wp--preset--font-family--heading, "Poppins", sans-serif);
  position: relative;
  top: -0.8rem;
}
.nav-brand.show-logo {
  line-height: 0;
  top: 0;
}

.site-logo {
  max-width: 150px;
  display: inline-block;
  margin: 0;
}

span.site-subtitle {
  font-size: 0.9rem;
  left: 0;
  position: absolute;
  bottom: -1rem;
  border-top: 2px solid var(--wp--preset--color--white, white);
}
span.site-name {
  font-weight: bold;
  font-size: 1.8rem;
  padding-top: 0;
  position: relative;
}

.wp-block-image img {
  background: var(--wp--preset--color--white, white);
}

.author-name {
  font-size: 95%;
}

.author-name span,
.mod-time span {
  font-weight: bold;
  color: color-mix(in srgb, white 30%, currentColor);
}

.edit-link {
  text-align: end;
}

.comments-section {
  border-top: 1px dashed var(--wp--custom--ntu--border-color);
}

.post-categories p,
.post-tags p {
  font-size: 100%;
}

.article-item-wrapper article {
  background: var(--wp--preset--color--white, white);
  height: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.article-item-wrapper article.n-h-zoom, .article-item-wrapper article.n-h-bshadow {
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}
.article-item-wrapper article.n-h-zoom:hover {
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
}
.article-item-wrapper article.n-h-bshadow:hover {
  -webkit-box-shadow: 0 0 6px #ccc, 0 0 18px #ddd;
          box-shadow: 0 0 6px #ccc, 0 0 18px #ddd;
}
.article-item-wrapper p {
  font-size: 1rem;
}
.article-item-wrapper h2 {
  font-size: 1.3rem;
}
.article-item-wrapper .post-meta {
  color: var(--wp--custom--ntu--archive-post-card-meta-color, #000);
  margin-top: calc(2 * var(--n-base-margin, 0.5rem));
  padding-top: calc(2 * var(--n-base-padding, 0.5rem));
  border-top: 1px solid color-mix(in srgb, 80% white, currentColor);
}
.article-item-wrapper .post-meta .author-name {
  margin: 0;
}
.article-item-wrapper .post-meta .mod-time {
  text-align: end;
  white-space: nowrap;
}

.sidebar-wrapper aside h3 {
  font-size: calc(11 * var(--wp--preset--font-size--base, 16px) / 8);
}

aside.widget-search form label {
  font-size: calc(12 * var(--wp--preset--font-size--base, 16px) / 8);
  font-family: var(--wp--preset--font-family--heading, "Poppins", sans-serif);
  font-weight: bold;
}

.search-form {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.website-footer {
  width: 100%;
  color: var(--wp--preset--color--white, white);
  margin-top: calc(10 * var(--n-base-margin, 0.5rem));
}
.website-footer .footer-widgets-section {
  background: var(--wp--custom--ntu--footer-column-section-color, rgba(0, 0, 0, 0.8666666667));
}
.website-footer .footer-tagline-section {
  background: var(--wp--custom--ntu--footer-tagline-section-color, rgba(0, 0, 0, 0.9333333333));
}
.website-footer .footer-tagline-section .footnote-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.website-footer .footer-tagline-section img.site-logo {
  -webkit-filter: grayscale(1) invert(1);
          filter: grayscale(1) invert(1);
}
.website-footer .footer-copyright-section {
  background: var(--wp--custom--ntu--footer-copyright-section-color, #000);
}
.website-footer .copyright-notice {
  font-size: 80%;
  text-align: center;
}
.website-footer .footer-widget-wrapper, .website-footer .footnote-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: calc(var(--n-base-padding, 0.5rem) * 2);
}
.website-footer a {
  color: var(--wp--preset--color--white, white);
  text-decoration: none;
}
.website-footer p a {
  text-decoration: underline;
}
.website-footer ul {
  padding-left: 0;
  list-style: none;
}

nav.pagination-container ul.pagination.pag-disjoint {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: calc(5 * var(--n-base-margin, 0.5rem)) auto;
}

.pagination li span.current {
  color: currentColor;
  padding: calc(2 * var(--n-base-padding, 0.5rem)) calc(4 * var(--n-base-padding, 0.5rem));
  display: inline-block;
}
.pagination li:has(span.current) {
  pointer-events: none;
  color: var(--wp--custom--ntu--border-color);
}

pre {
  width: 100%;
  background: color-mix(in srgb, white 95%, var(--wp--custom--ntu--text-color, #222));
}

.ntu-flex.edit-logout {
  text-align: right;
}

.form-group {
  max-width: 100%;
  width: 100%;
}
.form-group #comment {
  width: 100%;
  height: 6rem;
  font-size: 1.1rem;
}

form#commentform input {
  font-size: 1.1rem;
  font-family: var(--wp--preset--font-family--body, "Ubuntu", sans-serif);
}

.to-top {
  position: fixed;
  right: 1rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: var(--wp--preset--color--white, white);
  font-weight: bold;
  bottom: 1rem;
  background: -webkit-gradient(linear, left top, right top, from(var(--wp--preset--color--brand-secondary)), color-stop(0%, var(--wp--preset--color--brand-primary)));
  background: linear-gradient(90deg, var(--wp--preset--color--brand-secondary) 0%, var(--wp--preset--color--brand-primary) 0%);
}
.to-top.fix-left {
  right: auto;
  left: 1rem;
}
.to-top:hover {
  color: var(--wp--preset--color--white, white);
}

@media (min-width: 768px) {
  .main-content-wrapper.has-sidebar {
    border-right: 1px solid var(--wp--custom--ntu--border-color);
  }
}
/* Utility Classes */
.ntu-bg-brand-primary {
  background-color: var(--wp--preset--color--brand-primary);
}
.ntu-bg-brand-secondary {
  background-color: var(--wp--preset--color--brand-secondary);
}
.ntu-bg-success {
  background-color: var(--wp--preset--color--success);
}
.ntu-bg-info {
  background-color: var(--wp--preset--color--info);
}
.ntu-bg-white {
  background-color: var(--wp--preset--color--white);
}
.ntu-bg-black {
  background-color: var(--wp--preset--color--black);
}

.ntu-bgh-success:hover {
  background-color: var(--wp--preset--color--success);
}

.ntu-bgl-success {
  background-color: color-mix(in srgb, var(--wp--preset--color--success) 20%, white);
}

.ntu-tc-brand-primary {
  color: var(--wp--preset--color--brand-primary);
}
.ntu-tc-brand-secondary {
  color: var(--wp--preset--color--brand-secondary);
}
.ntu-tc-success {
  color: var(--wp--preset--color--success);
}
.ntu-tc-info {
  color: var(--wp--preset--color--info);
}
.ntu-tc-white {
  color: var(--wp--preset--color--white);
}
.ntu-tc-black {
  color: var(--wp--preset--color--black);
}

.ntu-tcl-success {
  color: color-mix(in srgb, var(--wp--preset--color--success) 80%, white);
}