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

/* =========================
   YOAST FAQ ACCORDION STYLE
   ========================= */
.bread-crumbs-hero{
	text-align: center;
}
/* Main FAQ wrapper */
.wp-block-yoast-faq-block,
.schema-faq {
  margin: 30px 0;
}
.schema-faq .schema-faq-question.faq-q-open{
	border-bottom: 1px solid transparent;
}
h3.schema-faq-question {
    margin: 0 0 10px;
    font-size: 1.17em;
    font-weight: 700;
    line-height: 1.3;
}

h3.schema-faq-question a.schema-faq-question {
    display: inline-block;
    text-decoration: none;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    color: inherit;
}

/* Each FAQ item */
.wp-block-yoast-faq-block .schema-faq-section,
.schema-faq .schema-faq-section {
  background: #22314f;
  border: 0px solid #05634F !important;
  border-radius: 14px;
  margin-bottom: 16px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
}
.schema-faq p.schema-faq-answer{
	background-color: #182034 !important;
border: none
}
/* Question title */
.wp-block-yoast-faq-block .schema-faq-question,
.schema-faq .schema-faq-question {
  display: block;
  position: relative;
  margin: 0;
  padding: 18px 60px 18px 22px;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.4;
  color: #ffffff;
  background: #182034 !important;
  cursor: pointer;
  transition: all 0.25s ease;
	text-decoration: none !important;
}

/* If the plugin outputs the question as a button */
button.schema-faq-question {
  width: 100%;
  text-align: left;
  border: 0;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
}

/* Hover effect */
.wp-block-yoast-faq-block .schema-faq-question:hover,
.schema-faq .schema-faq-question:hover {
  background: #042a21;
  color: var(--ast-global-color-7) !important;
}

/* Plus icon */
.wp-block-yoast-faq-block .schema-faq-question::after,
.schema-faq .schema-faq-question::after {
  content: "+";
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--ast-global-color-7) !important;
  color: #000000;
  font-size: 20px;
  font-weight: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  transition: all 0.25s ease;
	text-decoration: none !important;
}

/* Open state - supports common accordion classes/attributes */
.wp-block-yoast-faq-block .schema-faq-section.active .schema-faq-question::after,
.schema-faq .schema-faq-section.active .schema-faq-question::after,
.wp-block-yoast-faq-block .schema-faq-section.open .schema-faq-question::after,
.schema-faq .schema-faq-section.open .schema-faq-question::after,
.wp-block-yoast-faq-block .schema-faq-question[aria-expanded="true"]::after,
.schema-faq .schema-faq-question[aria-expanded="true"]::after {
  content: "−";
  background: #bf9000;
	color: #000000;
}

/* Answer area */
.wp-block-yoast-faq-block .schema-faq-answer,
.schema-faq .schema-faq-answer {
  padding: 15px 23px !important;
  font-size: 15px;
  line-height: 1.8;
  color: #ffffff;
  background: #042a21;
/*   border-top: 1px solid #324568; */
}

/* Paragraph spacing inside answer */
.wp-block-yoast-faq-block .schema-faq-answer p,
.schema-faq .schema-faq-answer p {
  margin: 0 0 12px;
}

.wp-block-yoast-faq-block .schema-faq-answer p:last-child,
.schema-faq .schema-faq-answer p:last-child {
  margin-bottom: 0;
}

/* Links inside answer */
.wp-block-yoast-faq-block .schema-faq-answer a,
.schema-faq .schema-faq-answer a {
  color: #ff66b3;
  text-decoration: none;
  font-weight: normal;
}

.wp-block-yoast-faq-block .schema-faq-answer a:hover,
.schema-faq .schema-faq-answer a:hover {
  text-decoration: underline;
}

/* Smooth spacing on mobile */
@media (max-width: 768px) {
  .wp-block-yoast-faq-block .schema-faq-question,
  .schema-faq .schema-faq-question {
    font-size: 16px;
    padding: 16px 52px 16px 16px;
  }

  .wp-block-yoast-faq-block .schema-faq-answer,
  .schema-faq .schema-faq-answer {
    padding: 16px;
    font-size: 14px;
  }

  .wp-block-yoast-faq-block .schema-faq-question::after,
  .schema-faq .schema-faq-question::after {
    right: 14px;
    width: 24px;
    height: 24px;
    font-size: 18px;
  }
}
.ast-blog-layout-4-grid .ast-article-inner, .ast-blog-layout-5-grid .ast-article-inner, .ast-blog-layout-6-grid .ast-article-inner {
    box-shadow: 0px 6px 15px -2px #00000026;
}