/* HERO */
.hero-ggf {
  padding-bottom: 4rem !important;
}
.hero-ggf .button-group {
  margin-top: 2rem;
}
.page-template-premiercc-givegod5 .hero-top {
  padding-top: 2.5rem;
  padding-bottom: 3rem;
}
.page-template-premiercc-givegod5 .hero-standfirst {
  color: #324697;
  line-height: 1.3;
}
.page-template-premiercc-givegod5 h1 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  line-height: 1;
  font-size: 3.5em;
  text-align: center;
  color: #fff;
}
.page-template-premiercc-givegod5 .logo {
  margin-left: auto;
  margin-right: auto;
  display: block;
  max-width: 240px;
}
.ggf-arc {
  position: absolute;
  bottom: 0rem;
  height: 3.8rem;
  width: 100vw;
  display: flex;
  align-items: flex-end;
}
.ggf-arc img {
  margin: 0 !important;
  width: 100%;
  height: calc(100% - 0.8rem);
}

@media (min-width: 56.25em) {
  .page-template-premiercc-givegod5 .hero-top {
    padding-top: 6.88rem;
  }
  .page-template-premiercc-givegod5 h1 {
    text-align: left;
  }
  .page-template-premiercc-givegod5 .logo {
    margin-bottom: 0;
    max-width: 100%;
  }
}

/* GROUP CONTROLS */
.ggf-nav {
  margin-left: 0;
  list-style-type: none;
  margin-bottom: 0;
}
.ggf-nav.row {
  margin-left: -0.3rem;
  margin-right: -0.3rem;
}
.ggf-nav .col {
  padding-left: 0.3rem;
  padding-right: 0.3rem;
}
.ggf-nav li {
}
.ggf-tab {
  cursor: not-allowed;
  opacity: 0.7;
  background-color: #fff;
  width: 100%;
  padding: 0.5rem;
  text-decoration: none;
  text-align: center;
  border-radius: 4px;
  font-weight: 700;
  line-height: 1.1;
  font-family: Barlow, Helvetica Neue, sans-serif;
  text-transform: uppercase;
  transition: all 0.2s ease;
  color: #f49941 !important;
}
.ggf-tab.unlocked {
  cursor: pointer;
}
.is-active .ggf-tab {
  cursor: default;
}
.ggf-tab.unlocked:hover,
.ggf-tab.unlocked:active,
.is-active .ggf-tab {
  opacity: 1;
}
.ggf-nav li .is-active {
  cursor: default;
}

.ggf-nav .dates {
  display: block;
}

@media (min-width: 56.25em) {
  .ggf-nav li.is-active::after {
    content: '';
    display: block;
    position: absolute;
    width: 0.5rem;
    height: 3rem;
    background-color: #fff;
    top: 100%;
    transform: translateX(-50%);
    left: 50%;
  }
}

/* DAYS */
.ggf-day-nav {
  margin-bottom: 3rem;
}
.ggf-panel {
  display: none;
}
.ggf-day {
  display: none;
}
.ggf-day-tab {
  cursor: not-allowed;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
  background: #4a4a4a;
  opacity: 0.2;
  -webkit-mask: url('../svg/clockface.svg') no-repeat center;
  mask: url('../svg/clockface.svg') no-repeat center;
}

.ggf-day-tab.unlocked {
  cursor: pointer;
  background-color: #f49941;
  opacity: 1;
  transition: background 0.2s ease;
}
.ggf-day-tab.unlocked:hover {
  background-color: #f08f35;
}
.ggf-day-tab.is-active {
  cursor: default;
  opacity: 1;
  background-color: #324697;
}
.ggf-day-tab.is-active:hover {
  background-color: #324697;
}
.card-ggf {
  border: 1px solid #f49941 !important;
  border-radius: 0.5rem !important;
  /* TODO: Add a nice before graphic of the clock */
}

/* CONTENT AREA GENERAL */

.page-template-page-givegodfive .site-content h2,
.page-template-page-givegodfive .site-content h3,
.page-template-page-givegodfive .site-content h4,
.page-template-page-givegodfive .site-content h5,
.page-template-page-givegodfive .site-content h6 {
  color: #324697 !important;
}
.ggf-campaign,
.ggf-theme {
  display: block;
}
.ggf-campaign {
  font-size: 2.8125em;
}

.ggf-theme {
  font-size: 2.1875em;
  margin-top: 0.5rem;
}
@media (min-width: 56.25em) {
  .ggf-campaign {
    font-size: 4em;
  }
}

/* MOOD O METER */
ul.mood-rating {
  list-style-type: none;
  margin-left: 0;
  margin-bottom: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.mood-rating li {
}
.ratings {
  padding: 1rem 0;
  text-align: center;
}
.mood-icon {
  width: 3rem;
  padding: 0 0.25rem;
  margin-bottom: 0 !important;
  transition: opacity 0.2s ease;
}
p.mood-prompt {
  font-weight: 700;
  font-family: Barlow, Helvetica Neue, sans-serif;
  font-size: 1.5em;
  margin-bottom: 0.75rem;
}
.ggf-mood.selected img {
  animation: spin 0.5s ease-in forwards;
}
.ggf-mood:not(.locked):hover img {
  transform: scale(1.2);
}
.ggf-mood.locked,
.ggf-mood.selected {
  cursor: not-allowed;
}
.ggf-mood.fade img,
.ggf-mood.locked img {
  opacity: 0.2;
}

@keyframes spin {
  from {
    transform: scale(1.2) rotate(0deg);
  }
  to {
    transform: scale(1.2) rotate(720deg);
  }
}

@media (min-width: 56.25em) {
  .ratings {
    text-align: left;
  }
  p.mood-prompt {
    margin-bottom: 0;
  }
  .mood-icon {
    width: 4rem;
  }
}
@media (min-width: 75em) {
  p.mood-prompt {
    font-size: 2em;
  }
}

.ggf-chart {
  padding-top: 4rem;
  text-align: center;
  margin-bottom: 1.5rem;
}
.chart-wrapper {
  position: relative;
  width: 100%;
  height: 300px;
}
@media (min-width: 56.25em) {
  .chart-wrapper {
    height: 500px;
  }
}
@media (min-width: 75em) {
  .chart-wrapper {
    height: 600px;
  }
}
.chart-wrapper canvas {
  width: 100%;
  height: 100%;
}
/* UTILS */
.bg-orange {
  background-color: #f49941;
}
.bg-blue {
  background-color: #20368a;
  color: #fff;
}
.fs-reset {
  font-size: 1em !important;
}
.responsive-square {
  position: relative;
  padding-bottom: 100%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  margin: 1.5rem 0;
}

blockquote.ggf-verse {
  margin-left: 0;
  padding-left: 0;
  border-left: 0;
  text-align: center;
}
blockquote.ggf-verse h5 {
  font-style: normal;
}
blockquote.ggf-verse cite {
  text-align: center;
}

.button.ggf-blue,
a.button.ggf-blue {
  background-color: #324697;
  border-color: #324697;
  color: #fff;
}
.button.ggf-blue::before,
a.button.ggf-blue::before {
  background-color: #132466;
}
.button.ggf-blue:focus,
a.button.ggf-blue:focus {
  -webkit-box-shadow: 0 0 0.06rem 0.19rem #132466;
  box-shadow: 0 0 0.06rem 0.19rem #132466;
}
.button.ggf-blue:hover,
a.button.ggf-blue:hover {
  background-color: #20368a;
  border-color: #20368a;
}

.pt-1 {
  padding-top: 1rem !important;
}
