/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

/* ---------- Custom blog archive styles for the Posts page ---------- */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
.c-container {
  max-width: 1312px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}
@media (min-width: 640px) {
  .c-container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  .c-container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .c-container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {
  .c-container {
    max-width: 1280px;
  }
}
@media (min-width: 1312px) {
  .c-container {
    max-width: 1312px;
  }
}
/* Button */
.c-button-group {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}
@media (min-width: 1024px) {
  .c-button-group {
    gap: 24px;
  }
}
.c-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  overflow: hidden;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  padding-top: 1rem;
  padding-right: 1.5rem;
  padding-bottom: 1rem;
  padding-left: 1.5rem;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  background-color: transparent;
  text-decoration-line: none;
  transition-property:
    color, background-color, border-color, text-decoration-color, fill, stroke,
    opacity, box-shadow, transform, filter, backdrop-filter;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.c-button:focus,
.c-button:hover {
  color: #fff;
}
.c-button:disabled {
  cursor: not-allowed;
  opacity: 0.75;
}
.c-button-primary {
  background-color: #c8a75e;
  border-color: #c8a75e;
  color: #fff;
}
.c-button-primary:hover,
.c-button-primary:focus {
  background-color: rgba(200, 167, 94, 0.8);
  border-color: rgba(200, 167, 94, 0.8);
  color: #fff;
}
.c-button-primary:active {
  background-color: rgba(200, 167, 94, 0.5);
  border-color: rgba(200, 167, 94, 0.5);
}
.c-button-primary-outline {
  border-color: #c8a75e;
}
.c-button-primary-outline:hover,
.c-button-primary-outline:focus {
  background-color: #c8a75e;
  border-color: #c8a75e;
  color: #fff;
}
.c-button-primary-outline:active {
  background-color: rgba(200, 167, 94, 0.5);
  border-color: rgba(200, 167, 94, 0.5);
}
.c-button-secondary {
  background-color: #0a1a2f;
  border-color: #0a1a2f;
  color: #fff;
}
.c-button-secondary:hover,
.c-button-secondary:focus {
  background-color: rgba(10, 26, 47, 0.8);
  border-color: rgba(10, 26, 47, 0.8);
  color: #fff;
}
.c-button-secondary:active {
  background-color: rgba(10, 26, 47, 0.5);
  border-color: rgba(10, 26, 47, 0.5);
}
.c-button-secondary-outline {
  border-color: #0a1a2f;
  color: #0a1a2f;
}
.c-button-secondary-outline:hover,
.c-button-secondary-outline:focus {
  background-color: #0a1a2f;
  border-color: #0a1a2f;
  color: #fff;
}
.c-button-secondary-outline:active {
  background-color: rgba(10, 26, 47, 0.5);
  border-color: rgba(10, 26, 47, 0.5);
}
/* Utilities */
.c-bg-white {
  background-color: #fff !important;
}
.c-bg-dark {
  background-color: #0a1a2f;
}
.c-text-white {
  color: #fff;
}
.c-text-white--muted {
  color: rgba(255, 255, 255, 0.7);
}
.c-text-dark {
  color: rgba(10, 26, 47, 0.7);
}
.c-text-center {
  text-align: center;
}
.c-spacer-100 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media (min-width: 1024px) {
  .c-spacer-100 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
@media (min-width: 1280px) {
  .c-spacer-100 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
.c-max-width-md {
  max-width: 604px;
  margin-left: auto;
  margin-right: auto;
}
.c-eyebrow {
  display: block;
  font-weight: 400;
  font-size: 1rem;
  color: #c8a75e;
  line-height: 1.5;
  margin-bottom: 0.75rem;
}
.c-eyebrow-uppercase {
  text-transform: uppercase;
}
.c-eyebrow-center {
  text-align: center;
}
.c-title-primary {
  font-size: 3rem;
  line-height: 1.05;
  font-weight: 400;
}
@media (min-width: 1024px) {
  .c-title-secondary {
    font-size: 4.125rem;
  }
}
.c-title-secondary {
  font-weight: 400;
  font-size: 2rem;
  line-height: 1.24;
}
@media (min-width: 1024px) {
  .c-title-secondary {
    font-size: 2.8125rem;
  }
}
.c-title-secondary strong,
.c-title-secondary span {
  font-weight: 600;
  font-style: italic;
}
.c-title-secondary--dark {
  color: #0a1a2f;
}
.c-title-secondary--light {
  color: #fff;
}
.c-blog {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
/* Grid */
.c-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -1rem;
  margin-left: -1rem;
}
.c-row-items-center {
  align-items: center;
}
.c-column {
  padding-right: 1rem;
  padding-left: 1rem;
  flex: 1 1 0%;
}
@media (min-width: 1024px) {
  .c-column-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 1024px) {
  .c-column-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
}
@media (min-width: 1024px) {
  .c-column-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}
/* Hero section */
.c-blog-hero {
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  background-color: var(--blog-bg);
  position: relative;
  z-index: 1;
}
.c-blog-hero:before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    linear-gradient(0deg, rgba(13, 32, 50, 0.7), rgba(13, 32, 50, 0.7));
  z-index: -1;
}

@media (min-width: 1024px) {
  .c-blog-hero .c-container {
    max-width: 765px;
    margin: 0 auto;
  }
}
@media (min-width: 1024px) {
  .c-blog-hero .c-container--wide {
    max-width: 1040px;
  }
}
.c-blog-hero.c-bg-cover {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.c-has-separator {
  display: block;
  position: relative;
}
.c-has-separator:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #c8a75e;
}
.c-blog-hero .hero-label {
  display: block;
  font-weight: 300;
  font-size: 24px;
  color: #c8a75e;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .c-blog-hero .hero-label {
    margin-bottom: 1.5rem;
  }
}
.c-blog-hero .hero-title {
  color: #fff;
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
@media (max-width: 1024px) {
  .c-blog-hero .hero-title {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    margin-bottom: 0;
  }
}
.c-blog-hero .hero-title span {
  color: #c8a75e;
  font-style: italic;
}
@media (min-width: 1024px) {
  .c-blog-hero .hero-title {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
.c-blog-hero .hero-copy {
  padding-top: 1rem;
  max-width: 564px;
  margin: 0 auto;
  font-size: 1rem;
  line-height: 1.8;
}
@media (min-width: 1024px) {
  .c-blog-hero .hero-copy {
    padding-top: 1.5rem;
  }
}
.c-blog-hero .hero-copy--wide {
  max-width: none;
  width: 100%;
}
/* Blog grid */
.c-blog-listing-header {
  text-align: center;
  margin-bottom: 2.5rem;
}
.c-blog-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .c-blog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1024px) {
  .c-blog-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
/* Blog card */
.c-blog-card {
  width: 100%;
  background: #fff;
  border: 1px solid rgba(10, 26, 47, 0.1);
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.08);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 0 !important;
}
.c-blog-card:hover {
  transform: translateY(-8px);
  border-bottom-color: rgb(200, 167, 94);
  box-shadow: 4px 4px 16px 0px rgba(200, 167, 94, 0.24);
}
.c-blog-card .post-thumbnail-link,
.c-blog-card .post-thumbnail {
  display: block;
  width: 100%;
  height: 250px;
}
.c-blog-card .post-thumbnail {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-blog-card .entry-inner {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.c-blog-card .post-category {
  margin-bottom: 18px;
  color: #b3914f;
  font-size: 0.875rem;
  font-weight: 500;
  text-transform: uppercase;
  display: none;
}
.c-blog-card .entry-title {
  margin: 0 0 18px;
  font-size: 1.375rem;
  line-height: 1.14;
  font-weight: 500;
  color: #0a1a2f;
}
.c-blog-card .entry-title a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease;
}
.c-blog-card .entry-title a:hover {
  color: #c8a75e;
}
.c-blog-card .entry-meta {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: rgba(0, 0, 0, 0.7);
  font-size: 0.75rem;
}
.c-blog-card .entry-meta .meta-date,
.c-blog-card .entry-meta .meta-reading-time,
.c-blog-card .entry-meta .meta-separator {
  color: rgba(0, 0, 0, 0.7);
}
.c-blog-card .entry-meta .meta-reading-time {
  display: inline-flex;
}
.c-blog-card .entry-excerpt {
  margin: 0 0 32px;
  color: rgba(0, 0, 0, 0.7);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
}
.c-blog-card .entry-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  border-top: 1px solid rgba(10, 26, 47, 0.1);
  padding-top: 12px;
}
.c-blog-card .read-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 18px;
  color: #c8a75e;
  font-size: 0.875rem;
  font-weight: 500;
  text-decoration: none;
  text-transform: capitalize;
  transition:
    color 0.25s ease,
    transform 0.25s ease;
}
.c-blog-card .read-more:hover,
.c-blog-card .read-more:focus {
  color: #d45528;
  transform: translateY(-1px);
}
.c-blog-card .read-more-arrow {
  margin-left: 8px;
  transition: margin-left 0.2s ease;
}
.c-blog-card .read-more:hover .read-more-arrow,
.c-blog-card .read-more:focus .read-more-arrow {
  margin-left: 12px;
}

/* Pagination */
.c-blog-listing .page-numbers {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}
.c-blog-listing .page-numbers li {
  display: inline-block;
}
.c-blog-listing .page-numbers a,
.c-blog-listing .page-numbers span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  min-height: 44px;
  padding: 0 14px;
  border-radius: 12px;
  border: 1px solid rgba(15, 23, 42, 0.12);
  color: #fff;
  text-decoration: none;
  background: #ffffff;
}
.c-blog-listing .page-numbers .current {
  background: #c8a75e;
  color: #ffffff;
  border-color: transparent;
}
/* Single */
.hero-meta {
  display: inline-flex;
  align-items: center;
  gap: 3rem;
}
.hero-meta .meta-author,
.hero-meta .meta-date,
.hero-meta .meta-reading-time {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  line-height: 1;
}
.c-post-single,
.ast-separate-container .ast-article-single.c-post-single {
  padding: 0;
}

/* ---------- Sidebar Sections ---------- */
.c-sidebar-section {
  margin-bottom: 2rem;
  padding: 1.5rem;
  border: 1px solid #e5e5e5;
  background: #ffffff;
}

/* Latest Blog Section */
.c-sidebar-latest-blogs .sidebar-section-title {
  margin: 0 0 1rem 0;
  font-size: 1.75rem;
  font-weight: 500;
  color: #0a1a2f;
}

.latest-blogs-list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.blog-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #e5e5e5;
  position: relative;
}

.blog-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.blog-item-wrapper {
  display: flex;
  gap: 1rem;
  flex: 1;
  align-items: center;
}

.blog-item-image {
  flex-shrink: 0;
  width: 100px;
  height: 80px;
  overflow: hidden;
  background: #f5f5f5;
}
.c-about-figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-item-content {
  flex: 1;
}

.blog-item-title {
  margin: 0 0 0.5rem 0;
  font-size: 1.125rem;
  font-weight: 500;
  color: #000000;
  line-height: 1.3;
}

.blog-item-title a {
  color: #000000;
  text-decoration: none;
  transition: color 0.3s ease;
}

.blog-item-title a:hover {
  color: #c8a75e;
}

.blog-item-excerpt {
  margin: 0;
  font-size: 0.875rem;
  color: rgba(0, 0, 0, 0.7);
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blog-item-arrow {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0a1a2f;
  text-decoration: none;
  transition: transform 0.3s ease;
  margin-top: 0.25rem;
}

.blog-item-arrow svg {
  width: 20px;
  height: 20px;
}

.blog-item-arrow:hover {
  transform: translateX(4px);
}

/* Subscribe Section */
.c-sidebar-subscribe .subscribe-title {
  margin: 0 0 0.5rem 0;
  font-size: 1.75rem;
  font-weight: 500;
  color: #0a1a2f;
  line-height: 1.3;
}

.c-sidebar-subscribe .subscribe-title strong {
  font-weight: 600;
  color: #c8a75e;
  font-style: italic;
}

.subscribe-description {
  margin: 0 0 1.5rem 0;
  font-size: 0.95rem;
  color: rgba(0, 0, 0, 0.7);
  line-height: 1.6;
}

.subscribe-form {
  margin: 0;
}

.form-group {
  display: flex;
  gap: 0;
}

.subscribe-input {
  flex: 1;
  padding: 0.75rem 1rem;
  border: 1px solid #d5d5d5;
  border-radius: 4px 0 0 4px;
  font-size: 0.95rem;
  color: #0a1a2f;
  background: #ffffff;
  transition: border-color 0.3s ease;
}

.subscribe-input::placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.subscribe-input:focus {
  outline: none;
  border-color: #c8a75e;
}

.subscribe-button {
  padding: 0.75rem 1.5rem;
  border: none;
  border-radius: 0 4px 4px 0;
  background: #c8a75e;
  color: #ffffff;
  font-size: 0.95rem;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.subscribe-button:hover {
  background: #b39550;
}

/* Social Share Section */
.c-sidebar-section.c-sidebar-social {
  border: none;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  padding: 0;
  justify-content: space-between;
}
.c-sidebar-social .social-title {
  margin: 0 0 0.75rem 0;
  font-size: 1.75rem;
  font-weight: 500;
  color: #0a1a2f;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.social-title svg {
  width: 20px;
  height: 20px;
  color: #c8a75e;
}

.social-icons {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 1px solid #d5d5d5;
  border-radius: 6px;
  color: #0a1a2f;
  text-decoration: none;
  transition: all 0.3s ease;
  background: #ffffff;
}

.social-icon:hover {
  border-color: #c8a75e;
  color: #c8a75e;
  background: #faf8f5;
}

.social-icon svg {
  width: 20px;
  height: 20px;
}

/* ---------- FAQ Section ---------- */
.c-faq {
  background-color: #fafafa;
}

.c-faq-container {
  max-width: 900px;
  margin: 0 auto;
}

.c-faq-header {
  text-align: center;
  margin-bottom: 3rem;
}

.c-faq-title {
  margin: 0.75rem 0 0;
  font-size: 2.375rem;
  font-weight: 400;
  color: #0a1a2f;
  line-height: 1.2;
}

.c-faq-items {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.c-faq-item {
  background: #ffffff;
  overflow: hidden;
  box-shadow: 0px 4px 30px 0px #00000012;
  transition: all 0.3s ease;
}

.c-faq-question {
  width: 100%;
  padding: 1.5rem;
  border: none;
  background: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  color: #0a1a2f;
  text-align: left;
  text-transform: none;
  font-family: "Playfair Display", serif;
  transition: all 0.3s ease;
}

.c-faq-question:hover {
  background-color: #f9f9f9;
}

.c-faq-question.active {
  background-color: #f9f9f9;
}

.question-text {
  flex: 1;
}

.question-icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  color: currentColor;
  transition: transform 0.3s ease;
}

.c-faq-question.active .question-icon {
  transform: rotate(180deg);
}

.c-faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
  border-top: 1px solid #e5e5e5;
}

.c-faq-answer.active {
  max-height: 500px;
}

.answer-content {
  padding: 1rem 1.5rem 1.5rem 1.5rem;
  font-size: 1rem;
  color: rgba(0, 0, 0, 0.7);
  line-height: 1.6;
}

.answer-content p {
  margin: 0;
}

/* Sinlge post content */
.c-single-post .entry-content h2 {
  font-size: 32px;
  letter-spacing: 0%;
  color: #0a1a2f;
  margin-bottom: 12px;
}

@media (max-width: 768px) {
  .c-single-post .entry-content h2 {
    font-size: 28px;
  }
}

.c-single-post .entry-content {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.7);
  line-height: 1.5;
}

.c-single-post .entry-content h3 {
  color: #0a1a2f;
  font-size: 24px;
  letter-spacing: 0%;
}

@media (max-width: 768px) {
  .c-single-post .entry-content h3 {
    font-size: 20px;
  }
}

.c-single-post .entry-content ul {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}

.c-single-post .entry-content ul li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 10px;
}

.c-single-post .entry-content ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 20px;
  height: 20px;
  background: url("images/c-check-icon.svg") no-repeat center;
  background-size: contain;
}

.c-single-post .entry-content figure {
  margin-block: 36px;
}

@media (max-width: 768px) {
  .c-single-post .entry-content figure {
    margin-block: 28px;
  }
}

.c-single-post .entry-content blockquote {
  font-weight: 500;
  font-style: italic;
  font-size: 20px;
  padding: 0;
  margin: 0 0 20px 0;
  font-style: normal;
  border-left: 0 !important;
}

.c-single-post .entry-content blockquote p {
  font-style: italic;
  color: black;
}

.c-single-post .entry-content a {
  color: rgba(0, 0, 0, 0.7);
}

.ss-form-container .srfm-form .srfm-block:not(.srfm-number-block) .srfm-input-common {
    border: 1px solid rgba(200, 167, 94, 0.08);
  height: 54px;
  margin-bottom: 0;
}

.ss-form-container .srfm-block label.srfm-block-label {
    display: none;
}