@import url('https://fonts.googleapis.com/css2?family=Red+Hat+Display:wght@400;500;700&display=swap');

/* Global styles */
p {
  margin-bottom: 0;
}
.flex { display: flex; }
.w-full { width: 100%; }
.relative { position: relative; }
.white { color: white; }

/* Site content */
.site-content > .ast-container {
  max-width: 100%;
  padding: 0;
}

.site-title {
    display: none;
}

/* Entry header & content */
.entry-header.ast-no-thumbnail {
  margin-top: 40px;
}

.entry-content .content-block .ast-container {
  padding-left: 0;
  padding-right: 0;
}

/* Star rating */
.star-rating {
  display: flex;
  justify-content: center;
}

@media (max-width: 767px) {
  .star-rating .star {
    font-size: 20px;
  }
  .site-below-footer-wrap[data-section="section-below-footer-builder"] .ast-builder-grid-row {
    min-height: unset;
  }
}

/* Layout for larger screens */
@media (min-width: 922px) {
  .site-content .ast-container {
    display: block !important;
  }
  .entry-header.ast-no-thumbnail,
  .entry-content {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
  }
  h2 {
    margin-bottom: 35px;
  }
}

/* Layout for smaller screens */
@media (max-width: 921px) {
  .entry-header.ast-no-thumbnail,
  .entry-content {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 20px;
  }
}

/* Footer */
.ast-footer-copyright {
  text-align: center;
}
.ast-footer-copyright p {
  color: white;
}

.site-above-footer-wrap[data-section="section-above-footer-builder"],
.site-primary-footer-wrap[data-section="section-primary-footer-builder"],
.site-below-footer-wrap[data-section="section-below-footer-builder"] {
  background: #161E69;
  border: none;
  margin: 0 !important;
  padding-bottom: 15px;
}

.site-above-footer-wrap[data-section="section-above-footer-builder"] {
  margin: 60px 0 0;
  padding-bottom: 0;
  font-family: 'Red Hat Display', sans-serif;
  font-weight: 400;
  font-size: 20px;
  text-align: left;
}

.site-above-footer-wrap[data-section="section-above-footer-builder"] p {
  color: white;
}

.site-primary-footer-wrap[data-section="section-primary-footer-builder"] {
  padding: 10px 0 70px;
}

.site-below-footer-wrap[data-section="section-below-footer-builder"] {
  padding-top: 0;
}

#astra-footer-menu li {
  display: inline-block;
  position: relative;
  margin-right: 15px;
}

#astra-footer-menu li a,
#astra-footer-menu .menu-link {
  font-family: 'Red Hat Display', sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: white;
  text-decoration: none;
  padding-right: 10px;
}

#astra-footer-menu li:not(:last-child)::after {
  content: "|";
  color: white;
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 400;
}

/* Admin bar */
.admin-bar #page {
  min-height: unset;
}

/* Mobile header icon */
[data-section="section-header-mobile-trigger"] .ast-button-wrap .mobile-menu-toggle-icon .ast-mobile-svg {
  fill: #ffffff;
}

/* Mobile footer menu */
@media (max-width: 544px) {
  .footer-widget-area[data-section="section-footer-menu"] .astra-footer-mobile-vertical-menu {
    justify-content: left;
    display: flex;
  }
}

.ast-builder-footer-grid-columns {
  max-height: 100px;
}

.site-footer {
  overflow: hidden;
}

/* Header banner */
.header-banner-wrapper {
  background: #25293d;
}

/* Custom footer */
.custom-footer {
  color: #fff;
  position: relative;
  background: radial-gradient(ellipse 144% 476% at top center, #084E94 0%, #161E69 22%);
  padding: 50px 0 20px !important;
}

@media (min-width: 1200px) {
  .custom-footer .ast-container {
    padding-left: 0;
    padding-right: 0;
  }
}

.custom-footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 3px;
  width: 100%;
  background: linear-gradient(90deg, transparent 10%, white 45%, transparent 90%);
}

/* Play safe section */
.play-safe-title {
  color: white;
  font-family: 'Red Hat Display', sans-serif !important;
  font-size: 22px;
  margin-bottom: 20px;
  font-weight: 300;
  text-align: left;
}

.play-safe-wrap {
  flex-wrap: wrap;
  align-items: center;
  background-color: #020A55;
  border: 1px solid #094B91;
  padding: 20px;
  border-radius: 10px;
}

.play-safe {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

/* Headings */
h2.item-title,
.content-block h2,
h2 {
  margin-bottom: 40px !important;
}

