.single-post .kt-clear{margin-top:-70px !important;}
.loop-entry.kb-post-has-video .post-thumbnail-inner::before, .loop-entry.tag-video .post-thumbnail-inner::before {display:none;}
.single-content h1, .single-content h2, .single-content h3, .single-content h4, .single-content h5, .single-content h6 {
    margin: 20px 0 20px 0 !important;
}

/* MV CSS */
@media only screen and (max-width: 424px) {
   .entry-content-wrap {
padding-left: 0 !important;
padding-right: 0 !important; }
}
/* END OF CSS */

/* ===== Yoast FAQ: EJB Custom Styled Accordion ===== */

.wp-block-yoast-faq-block,
.schema-faq {
  margin-top: 24px;
}

/* Card container */
.wp-block-yoast-faq-block .schema-faq-section,
.schema-faq .schema-faq-section {
          /* Outline */
  border-radius: 6px;
 background: rgba(193, 0, 22, 0.05);              /* Background */
  margin: 12px 0;
  overflow: hidden;
}

/* Question */
.wp-block-yoast-faq-block .schema-faq-question,
.schema-faq .schema-faq-question {
  margin: 0;
  padding: 16px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  line-height: 1.25;
  color: #101820;                   /* Text color */
}

/* Plus / minus icon */
.wp-block-yoast-faq-block .schema-faq-question::after,
.schema-faq .schema-faq-question::after {
  content: "+";
  font-weight: 700;
  margin-left: 10px;
  color: #c10016;                   /* Icon color */
  opacity: 1;
}

.wp-block-yoast-faq-block .schema-faq-section.is-open .schema-faq-question::after,
.schema-faq .schema-faq-section.is-open .schema-faq-question::after {
  content: "–";
}

/* Answer */
.wp-block-yoast-faq-block .schema-faq-answer,
.schema-faq .schema-faq-answer {
  padding: 0 18px 16px;
      /* Divider matches outline */
  display: none;
  color: #101820;                   /* Text color */
}

.wp-block-yoast-faq-block .schema-faq-section.is-open .schema-faq-answer,
.schema-faq .schema-faq-section.is-open .schema-faq-answer {
  display: block;
}


/*font update*/

/* Regular */
@font-face {font-display:swap;
  font-family: 'EightiesComeback-Regular';
  src: url('https://everythingjustbaked.com/wp-content/uploads/EightiesComeback-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}

/* Bold */
@font-face {font-display:swap;
  font-family: 'EightiesComeback-Bold';
  src: url('https://everythingjustbaked.com/wp-content/uploads/EightiesComeback-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
}

/* Italic */
@font-face {font-display:swap;
  font-family: 'EightiesComebackIt-Regular';
  src: url('https://everythingjustbaked.com/wp-content/uploads/EightiesComebackIt-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
}

/* Bold Italic */
@font-face {font-display:swap;
  font-family: 'EightiesComebackIt-Bold';
  src: url('https://everythingjustbaked.com/wp-content/uploads/EightiesComebackIt-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: italic;
}

h1, h2, h3, h4, h5, h6, h2 a {
  font-family: 'EightiesComeback', sans-serif !important; 
  letter-spacing: 0.03em;
	line-height: 1.2em;
}

