.single-historical-facts #header-section .elementor-row {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.single-historical-facts #header-section .elementor-row .elementor-column:last-child {
  width: 100%;
}

.single-historical-facts #header-section .elementor-row .elementor-column:not(:last-child) {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.single-historical-facts #header-section .fact-date {
  font-family: var(--Cinzel);
  font-size: 3.5rem;
  text-transform: uppercase;
  color: var(--dark-gold);
}

@media (max-width: 767px) {
  .single-historical-facts #header-section .fact-date {
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 2.8rem;
  }
}

.single-historical-facts #header-section h1.elementor-heading-title {
  font-size: 2rem;
  line-height: 3.25rem;
}

@media (max-width: 767px) {
  .single-historical-facts #header-section h1.elementor-heading-title {
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 1.8rem;
  }
}

@media (max-width: 767px) {
  .single-historical-facts #header-section .elementor-post-info__item--type-custom {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (max-width: 767px) {
  .single-historical-facts .elementor-widget-theme-post-content {
    padding: 0 1rem;
  }
  .single-historical-facts .elementor-widget-theme-post-content img {
    display: block;
    width: 100%;
    margin-bottom: .5rem;
  }
}

.history-fact-song {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.875rem 1rem;
  margin: 0 1.5rem;
  background-color: rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(239, 217, 171, 0.25);
  border-radius: .5rem;
}

@media (min-width: 768px) {
  .history-fact-song {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 1.875rem 2.5rem;
  }
}

.history-fact-song .song-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 767px) {
  .history-fact-song .song-info {
    margin-bottom: 1.5rem;
  }
}

.history-fact-song .song-info .song-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}

@media (min-width: 768px) {
  .history-fact-song .song-info .song-title {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: unset;
  }
}

.history-fact-song .song-info .song-title span:first-of-type {
  font-size: .75rem;
}

@media (min-width: 768px) {
  .history-fact-song .song-info .song-title span:first-of-type {
    width: 8rem;
  }
}

.history-fact-song .song-info .song-title .song {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-bottom: .5rem;
  font-family: var(--Cinzel);
  font-size: 1.125rem;
  font-weight: bold;
  color: var(--gold);
}

@media (min-width: 768px) {
  .history-fact-song .song-info .song-title .song {
    margin-bottom: unset;
  }
}

.history-fact-song .song-info .song-album {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}

@media (min-width: 768px) {
  .history-fact-song .song-info .song-album {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: unset;
  }
}

.history-fact-song .song-info .song-album span:first-of-type {
  font-size: .75rem;
}

@media (min-width: 768px) {
  .history-fact-song .song-info .song-album span:first-of-type {
    width: 8rem;
  }
}

.history-fact-song .song-info .song-album .album {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: .75rem;
  color: var(--gold);
}

.history-fact-song .song-info span {
  display: block;
}

.history-fact-song .btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.history-fact-song .btn i {
  margin-right: .5rem;
  line-height: 1;
}

.history-item-filter-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 1.5rem;
  margin: 0 -.5rem;
}

@media (min-width: 992px) {
  .history-item-filter-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: unset;
  }
  .history-item-filter-container > * {
    margin: 0 .5rem;
  }
}

.history-item-filter-container select {
  width: 100%;
  padding: 0.5rem 0;
  font-weight: bold;
  text-transform: uppercase;
  color: var(--gold);
  background-color: transparent;
  background-image: none;
  border-color: var(--gold);
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  cursor: pointer;
}

@media (min-width: 992px) {
  .history-item-filter-container select {
    width: 10rem;
  }
}

.history-item-filter-container select:hover, .history-item-filter-container select:focus, .history-item-filter-container select:active {
  color: var(--black) !important;
  background-color: var(--gold);
  border-color: transparent;
}

.history-item-filter-container .select-wrapper {
  position: relative;
}

@media (max-width: 991px) {
  .history-item-filter-container .select-wrapper {
    margin-bottom: .5rem;
  }
}

.history-item-filter-container .select-wrapper.hovered:after {
  color: var(--black);
}

.history-item-filter-container .select-wrapper::after {
  content: "\69";
  position: absolute;
  top: 50%;
  right: .5rem;
  -webkit-transform: translateY(-0.5rem);
          transform: translateY(-0.5rem);
  font-family: "sabaton" !important;
  font-size: 1rem;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  color: var(--gold);
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.history-item-filter-container .tab-pane {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.history-item-filter-container .tab-pane:not(.active) {
  display: none;
}

.history-item-filter-container .tab-pane .btn {
  margin: 0 .5rem;
  text-transform: uppercase;
}
/*# sourceMappingURL=history-item-page.css.map */