/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/
/* Strong, safe selectors for Avada’s contexts */
.fusion-body .entry-content .fusion-text blockquote,
.fusion-body .entry-content blockquote,
.fusion-builder-column .fusion-text blockquote,
.single-post .post-content blockquote,
.wp-block-quote,
blockquote {
  font-family: "Bodoni Moda", serif !important;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.35;
  color: inherit;
  background: transparent !important; /* kill theme bg */
  border: none;
  width: 80%;
  margin: 1.5em auto;
  padding: 0.25em 0.5em;
  position: relative;
}

/* Ensure inner paragraphs inherit the font/size */
.fusion-text blockquote p,
.wp-block-quote p,
blockquote p {
  margin: 0;
  font: inherit !important;
  color: inherit !important;
}

/* Opening quote (elevated) */
.fusion-text blockquote p:first-child::before,
.wp-block-quote p:first-child::before,
blockquote p:first-child::before {
  content: "“";
  font-family: "Bodoni Moda", serif;
  font-weight: 400;
  font-size: 3.2em;
  line-height: 0;
  position: absolute;
  left: -0.2em;
  top: -0.3em;
  opacity: 0.25;
  z-index: 0;
}

/* Closing quote */
.fusion-text blockquote p:last-child::after,
.wp-block-quote p:last-child::after,
blockquote p:last-child::after {
  content: "”";
  font-family: "Bodoni Moda", serif;
  font-weight: 400;
  font-size: 3em;
  line-height: 0;
  vertical-align: -0.4em;
  margin-left: 0.05em;
  opacity: 0.25;
}

/* Optional citation */
.fusion-text blockquote cite,
.wp-block-quote cite,
blockquote cite {
  display: block;
  margin-top: 0.6em;
  font-size: 0.7em;
  opacity: 0.85;
  text-align: right;
  font-weight: 400;
  font-style: italic;
}
.fusion-text blockquote cite::before,
.wp-block-quote cite::before,
blockquote cite::before { content: "— "; }
