/*!
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-color: #1c3a5c;
  background-image: linear-gradient(to right, #407cca 0%, transparent 50%);
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.ff-header-refresh.blue-header--index::after,
.ff-header-refresh.blue-header--country::after {
  display: block;
  position: absolute;
  content: '';
  border-radius: 50%;
  background-color: #6dabe4;
  height: 1000px;
  width: 1000px;
  left: 0;
  top: 0;
  transform: translate(-80%, -80%);
  z-index: 1;
}

.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;
  position: relative;
  overflow: hidden;
  background-color: #1c3a5c;
  background-image: linear-gradient(to right, #407cca 0%, transparent 50%);
  flex-direction: column;
  justify-content: center;
  text-align: center;
  gap: 24px 32px;
  margin-bottom: -1px; /* a weird 1px gap appears at bottom of page */
}

.ff-index-share__nav {
  position: relative;
  z-index: 2;
}

.ff-index-share::after {
  display: block;
  position: absolute;
  content: '';
  border-radius: 50%;
  background-color: #6dabe4;
  height: 1000px;
  width: 1000px;
  left: 0;
  top: 0;
  transform: translate(-80%, -80%);
  z-index: 1;
}

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

.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;
}

/* update twitter logo to x logo */
.menu-social .footer__social-link.twitter a {
  background-image: url(./images/bg/x-logo-white.png);
  background-image: linear-gradient(transparent, transparent), url(./images/bg/x-logo-white.svg);
  background-color: #0F1418;
}