/*!
Firefli
https://firefli.com */
.ff-header-refresh.blue-header--index,
.ff-header-refresh.blue-header--country {
  background-color: #981309; /* dark orange */
  background-image: url('/wp-content/themes/giwps/ff-images/orange-hero-bg.webp');
  background-size: cover;
}

.ff-header-refresh.blue-header--index .blue-header__bg, 
.ff-header-refresh.blue-header--country .blue-header__bg {
  background-image: none; /* override the default map bg */
}

/* new social media sharing box above footer */
.ff-index-share {
  display: flex;
  align-items: center;
  padding: 80px 20px;
}

@media (min-width: 1000px) {
  .ff-index-share {
    padding: 120px 32px;
  }
}

/* social media share */
.ff-index-share {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  gap: 24px 32px;
  padding: 80px 20px;
  background-size: cover;
  background-image: url('/wp-content/themes/giwps/ff-images/share-block-bg.webp');
  margin-bottom: -1px; /* a weird 1px gap appears at bottom of page */
}

.ff-index-share h3 {
  font-size: 32px;
  margin: 0;
  color: #fff;
  text-align: center;
  font-family: 'Playfair Display', serif;
}

.ff-index-share__nav {
  display: flex;
  gap: 0.7em;
  align-items: center;
}

.ff-index-share__nav a {
  display: inline-block;
  line-height: 0;
  width: 48px;
  height: 48px;
}

.ff-index-share__nav img {
  width: 100%;
  height: 100%;
}

@media (min-width: 620px) {
  .ff-index-share {
    flex-direction: row;
  }
}

@media (min-width: 1000px) {
  .ff-index-share {
    padding: 100px 32px;
  }
}

/* align dropdowns on /video-library/ with adjacent radio group */
.facetwp-facet .facetwp-dropdown {
  margin-top: 0.5em;
}

/* update wysiwyg blockquote styles */
.post__content blockquote,
.fc.wysiwyg blockquote {
  color: #ff6600;
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  margin: 64px 0;
}

.fc.wysiwyg {
  font-size: 1.2em;
  line-height: 1.7;
}

/* update wysiwyg fig caption styles */
.wp-caption-text {
  color: #272727;
}