@charset "UTF-8";
/*!
Theme Name: gameshotline
Theme URI: https://github.com/a8cteam51/gameshotline
Author: WordPress Special Projects
Author URI: https://wpspecialprojects.wordpress.com
Template: varia-wpcom
Description: A child theme of https://wordpress.com/theme/varia/
Version: 1.12.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: gameshotline
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong {
  font-family: Poppins, sans-serif;
  font-weight: 700;
}

ol,
ul {
  font-family: Poppins, sans-serif;
}

a,
a:visited {
  color: #ff9173;
}

a:active,
a:hover {
  color: #d47156;
}

ul {
  list-style-type: circle;
}

@media screen and (max-width: 560px) {
  .wp-block-group .wp-block-group__inner-container > * {
    margin-top: 0;
    margin-bottom: 0;
  }
}

.ghl-hero-video.wp-block-embed {
  margin-bottom: 0;
}
@media screen and (max-width: 560px) {
  .ghl-hero-video.wp-block-embed .wp-block-group__inner-container > * {
    margin-bottom: auto;
    margin-top: auto;
  }
}

body,
html {
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 24px;
  min-height: 100%;
}

html {
  height: 100%;
}

.v1 {
  background: #1C242B;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.v1 main {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
}

.hidden {
  display: none !important;
}

.coming-soon {
  background: #1C242B;
  color: #fff;
  display: flex;
  flex-direction: column;
  font-family: Poppins, sans-serif;
}
.coming-soon main {
  align-items: center;
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: center;
}
.coming-soon main h1 {
  display: flex;
  width: 100%;
}
.coming-soon main h1 a {
  display: flex;
  width: 100%;
  align-items: center;
  flex-direction: column;
}
.coming-soon main h1 img {
  width: 100%;
  max-width: 50vw;
}
@media screen and (max-width: 414px) {
  .coming-soon main h1 img {
    max-width: 90vw;
  }
}
.coming-soon footer {
  font-size: 0.75rem;
  margin: 1.5rem 0;
  text-align: center;
}

.pattern-container {
  display: grid;
  width: 100%;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: 1;
}
@media screen and (max-width: 767px) {
  .pattern-container {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 414px) {
  .pattern-container {
    grid-template-columns: 1fr;
  }
}
.pattern-container img {
  flex: 1;
}
@media screen and (max-width: 414px) {
  .pattern-container img + img {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .pattern-container img + img + img {
    display: none;
  }
}

.ghl-site-header {
  align-items: center;
  background: #1c242b;
  display: flex;
  height: 9rem;
  justify-content: space-between;
  padding: 0;
  position: relative;
  width: 100%;
  z-index: 9;
  max-width: 80rem;
  align-self: center;
}
@media screen and (max-width: 767px) {
  .ghl-site-header {
    justify-content: space-between;
    height: 8rem;
  }
}
.ghl-site-header h1 {
  margin: 1rem;
  width: 14rem;
}
@media screen and (max-width: 1023px) {
  .ghl-site-header h1 {
    width: 10rem;
  }
}
@media screen and (max-width: 767px) {
  .ghl-site-header h1 {
    margin: 0;
  }
}
.ghl-site-header h1 a {
  display: block;
}
.ghl-site-header .nav-toggle {
  border-radius: 0;
  color: transparent;
  background: url("img/hamburger.svg") no-repeat;
  border: 0;
  display: none;
  overflow: hidden;
  padding: 0;
  height: 2rem;
  width: 2rem;
  margin-right: 2rem;
}
@media screen and (max-width: 767px) {
  .ghl-site-header .nav-toggle {
    display: block;
  }
}
.ghl-site-header .nav-toggle::after, .ghl-site-header .nav-toggle::before {
  display: none;
  margin: 0;
}
.ghl-site-header .nav-toggle.close {
  background-image: url("img/x.svg");
  margin-top: 2.8125rem;
}
.ghl-site-header .site-nav {
  margin-right: 2rem;
}
@media screen and (max-width: 767px) {
  .ghl-site-header .site-nav {
    bottom: 0;
    background: #c4c4c4;
    box-sizing: border-box;
    display: none;
    justify-content: space-between;
    height: 100vh;
    position: absolute;
    top: 0;
    width: 100vw;
  }
}
.ghl-site-header .site-nav ul {
  display: flex;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .ghl-site-header .site-nav ul {
    flex-direction: column;
    margin: 2.5rem 0 0 2.8125rem;
  }
}
.ghl-site-header .site-nav ul li {
  align-items: center;
  display: flex;
  margin-right: 2.5rem;
}
@media screen and (max-width: 1023px) {
  .ghl-site-header .site-nav ul li {
    margin-right: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .ghl-site-header .site-nav ul li {
    margin-right: 0;
    margin-bottom: 2.5rem;
  }
}
.ghl-site-header .site-nav ul li a {
  color: #ff9173;
  font-size: 1.125rem;
  text-decoration: none;
}
@media screen and (max-width: 1023px) {
  .ghl-site-header .site-nav ul li a {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .ghl-site-header .site-nav ul li a {
    color: #263342;
    font-size: 1.5rem;
    letter-spacing: 0.0625rem;
  }
}
.ghl-site-header .site-nav ul li a:hover {
  color: #d47156;
}
.ghl-site-header .site-nav ul li.current-menu-item a {
  color: #f2c8ba;
  cursor: default;
}
@media screen and (max-width: 767px) {
  .ghl-site-header .site-nav ul li.current-menu-item a {
    color: #d47156;
  }
}
.ghl-site-header .site-nav ul li:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .ghl-site-header .site-nav ul li:last-of-type {
    margin-bottom: 0;
  }
}
.ghl-site-header .site-nav ul li:last-of-type a {
  background: #ff9173;
  border-radius: 0.5rem;
  color: #283341;
  display: inline-block;
  font-weight: bold;
  padding: 0.25rem 2rem;
}
@media screen and (max-width: 1023px) {
  .ghl-site-header .site-nav ul li:last-of-type a {
    padding: 0.25rem 1rem;
  }
}
@media screen and (max-width: 767px) {
  .ghl-site-header .site-nav ul li:last-of-type a {
    padding: 0.5rem 2rem;
  }
}
.ghl-site-header .site-nav ul li:last-of-type a:hover {
  background: #d27b65;
}
.ghl-site-header + .sunset-message {
  background: #FF9F8E;
  padding: 0.75rem;
}
.ghl-site-header + .sunset-message p {
  font-weight: bold;
  color: #1C242B;
  font-size: 1rem;
  margin: 0 auto;
  max-width: 62rem;
}
.ghl-site-header + .sunset-message a {
  color: #1C242B;
}

#side-scroll {
  display: none;
}
#side-scroll span {
  display: none;
}
#side-scroll.active {
  display: block;
  position: fixed;
  top: 50%;
  left: -277px;
  transform: translateY(-50%);
  width: 277px;
  padding: 100px 10px 100px 0;
  z-index: 8;
  background: #1e2529;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 0 20px 20px 0;
  transition: left 0.3s ease;
}
#side-scroll.active.show {
  left: 0;
}
#side-scroll.active ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#side-scroll.active ul li.heading-link a {
  margin-left: 20px;
  font-size: 95%;
  font-weight: 400;
}
#side-scroll.active ul li.heading-link + li:not(.heading-link) {
  margin-top: 0;
}
#side-scroll.active ul li a {
  color: #fff;
  text-decoration: none;
  padding: 5px 40px;
  display: block;
  position: relative;
  font-weight: 700;
}
#side-scroll.active ul li a.active {
  background: rgba(55, 65, 71, 0.5);
  border-radius: 0 10px 10px 0;
}
#side-scroll.active ul li + li {
  margin-top: -4px;
}
@media all and (max-width: 1425px) {
  #side-scroll.active {
    width: 15vw;
  }
  #side-scroll.active ul li a {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media all and (max-width: 1183px) {
  #side-scroll.active {
    top: 0;
    transform: none;
    width: 100%;
    border-radius: 0;
    padding: 20px;
    left: 0;
    top: -100%;
    transition: top 0.3s ease;
  }
  #side-scroll.active.show {
    top: 0;
  }
  #side-scroll.active span {
    display: flex;
    color: #fff;
    cursor: pointer;
    font-weight: 700;
    gap: 20px;
    align-items: center;
  }
  #side-scroll.active span::before {
    content: "";
    background: url(img/hamburger.svg) no-repeat;
    height: 20px;
    width: 20px;
    background-size: contain;
    filter: brightness(100);
  }
  #side-scroll.active span + ul {
    display: none;
    margin-top: 20px;
  }
  #side-scroll.active span + ul li a {
    padding-left: 20px;
    padding-right: 20px;
  }
  #side-scroll.active span + ul li a.active {
    border-radius: 8px;
  }
  #side-scroll.active span.active::before {
    background: url(img/x.svg) no-repeat;
  }
  #side-scroll.active span.active + ul {
    display: block;
  }
  .admin-bar #side-scroll.active.show {
    top: 32px;
  }
}

.ghl-text-support {
  background: #263342;
}
.ghl-text-support .wp-block-group__inner-container {
  align-items: center;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .ghl-text-support .wp-block-group__inner-container {
    flex-direction: column;
    padding: 0 0 3rem;
  }
}
.ghl-text-support .wp-block-group__inner-container .wp-block-group__inner-container {
  align-items: center;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .ghl-text-support .wp-block-group__inner-container .wp-block-group__inner-container {
    padding-top: 3rem;
  }
}
.ghl-text-support h2 {
  color: #ff9173;
  font-size: 4rem;
  letter-spacing: 0.3125rem;
  width: 25rem;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .ghl-text-support h2 {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .ghl-text-support h2 {
    width: 18rem;
  }
}
.ghl-text-support p {
  color: #e5e5e5;
  max-width: 20rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .ghl-text-support p {
    padding: 0 2rem;
  }
}
.ghl-text-support.wp-block-group .wp-block-group__inner-container > p {
  margin-top: 2rem;
}
.ghl-text-support.wp-block-group .wp-block-group .wp-block-group__inner-container > * {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
.ghl-text-support img {
  margin: 4rem 0 4rem 8rem;
  max-width: 24rem;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .ghl-text-support img {
    max-width: 18rem;
    margin: 4rem 0;
  }
}
@media screen and (max-width: 767px) {
  .ghl-text-support img {
    margin: 0;
  }
}
.ghl-text-support h2 span {
  color: #fff;
}
.coming-soon-v2 .ghl-text-support h2 {
  font-size: 2rem;
  letter-spacing: 0.0625rem;
  max-width: 27rem;
  width: 100%;
}
.coming-soon-v2 .ghl-text-support p + h2 {
  margin-top: 1.5rem;
  max-width: 23rem;
  width: 100%;
}

.ghl-text-support-coming.ghl-text-support-coming.ghl-text-support-coming {
  background: #263342;
}
.ghl-text-support-coming.ghl-text-support-coming.ghl-text-support-coming .wp-block-group__inner-container {
  align-items: center;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .ghl-text-support-coming.ghl-text-support-coming.ghl-text-support-coming .wp-block-group__inner-container {
    flex-direction: column;
    padding: 0 0 3rem;
  }
}
.ghl-text-support-coming.ghl-text-support-coming.ghl-text-support-coming .wp-block-group__inner-container .wp-block-group__inner-container {
  align-items: center;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .ghl-text-support-coming.ghl-text-support-coming.ghl-text-support-coming .wp-block-group__inner-container .wp-block-group__inner-container {
    padding-top: 3rem;
  }
}
.ghl-text-support-coming.ghl-text-support-coming.ghl-text-support-coming h2 {
  color: #ff9173;
  font-size: 2.5rem;
  letter-spacing: 0.3125rem;
  margin: 2.5rem 2rem 0;
  max-width: 28rem;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .ghl-text-support-coming.ghl-text-support-coming.ghl-text-support-coming h2 {
    font-size: 1.5rem;
    margin-top: 1.5rem;
  }
}
.ghl-text-support-coming.ghl-text-support-coming.ghl-text-support-coming p {
  color: #e5e5e5;
  font-size: 1.25rem;
  line-height: 1.3;
  margin: 0 0 1.5rem;
  max-width: 28rem;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .ghl-text-support-coming.ghl-text-support-coming.ghl-text-support-coming p {
    margin: 0 2rem 1.5rem;
  }
}
.ghl-text-support-coming.ghl-text-support-coming.ghl-text-support-coming img {
  margin: 4rem 0 4rem 8rem;
  max-width: 24rem;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .ghl-text-support-coming.ghl-text-support-coming.ghl-text-support-coming img {
    max-width: 15rem;
    margin: 4rem 2rem;
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .ghl-text-support-coming.ghl-text-support-coming.ghl-text-support-coming img {
    margin: 0;
  }
}
.ghl-text-support-coming.ghl-text-support-coming.ghl-text-support-coming h2 span {
  color: #fff;
}
.coming-soon-v2 .ghl-text-support-coming.ghl-text-support-coming.ghl-text-support-coming h2 {
  font-size: 2rem;
  letter-spacing: 0.0625rem;
  max-width: 27rem;
  width: 100%;
}
.coming-soon-v2 .ghl-text-support-coming.ghl-text-support-coming.ghl-text-support-coming p + h2 {
  margin-top: 1.5rem;
  max-width: 23rem;
  width: 100%;
}

/**
 * Homepage: General styles
 * -----------------------------------------------------------------------------
 */
.page.home {
  /**
   * Homepage: Our Guides
   * -----------------------------------------------------------------------------
   */
  /**
   * Homepage: Where to Get Help
   * -----------------------------------------------------------------------------
   */
  /**
   * Homepage: ReSpec
   * -----------------------------------------------------------------------------
   */
}
.page.home .wp-block-group h2 {
  font-size: 3.5rem;
  font-weight: 900;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 2.2rem;
}
.page.home .wp-block-group .wp-block-group__inner-container,
.page.home .wp-block-group .wp-block-cover__inner-container {
  max-width: 66rem;
  padding-left: 4rem;
  padding-right: 4rem;
  box-sizing: content-box;
}
@media screen and (max-width: 1024px) {
  .page.home .wp-block-group .wp-block-group__inner-container,
.page.home .wp-block-group .wp-block-cover__inner-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .page.home .wp-block-group .wp-block-group__inner-container,
.page.home .wp-block-group .wp-block-cover__inner-container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.page.home .wp-block-group.ghl-home-our-guides {
  padding: 3rem 0 4rem;
  background-color: #263342;
}
.page.home .wp-block-group.ghl-home-our-guides h2 {
  color: #fff;
}
.page.home .wp-block-group.ghl-home-our-guides .post-card {
  background: #1C242B;
  border-radius: 1rem;
  color: #fff;
  display: block;
  padding-bottom: 1rem;
  text-decoration: none;
  position: relative;
  padding-bottom: 5rem;
}
.page.home .wp-block-group.ghl-home-our-guides .post-card:after {
  content: "Read Now";
  background: #FF9F8E;
  display: block;
  text-align: center;
  margin: 0 0 0 10%;
  color: #1C242B;
  border-radius: 0.5rem;
  padding: 0.8rem;
  font-weight: 700;
  position: absolute;
  bottom: 1rem;
  width: 80%;
}
.page.home .wp-block-group.ghl-home-our-guides .post-card h2 {
  font-family: "Playfair Display", serif;
  font-size: 2rem;
  margin-bottom: 1rem;
}
.page.home .wp-block-group.ghl-home-our-guides .post-card img {
  height: 180px;
  object-fit: cover;
  margin-bottom: 1rem;
  width: 100%;
}
.page.home .wp-block-group.ghl-home-our-guides .post-card > div {
  padding: 1rem;
}
.page.home .wp-block-group.ghl-home-our-guides .wp-block-gameshotline-featured,
.page.home .wp-block-group.ghl-home-our-guides .featured-content,
.page.home .wp-block-group.ghl-home-our-guides .post-card {
  height: 100%;
}
.page.home .wp-block-group.ghl-where-to-get-help {
  background: #ff9173 url("/wp-content/themes/gameshotline/img/diamonds-bg.png");
  background-size: cover;
  padding: 2rem 0 4rem;
}
.page.home .wp-block-group.ghl-where-to-get-help h2 {
  color: #1C242B;
}
.page.home .wp-block-group.ghl-where-to-get-help .wp-block-media-text {
  background: #F2C8BB;
  border-radius: 1rem;
  width: 100%;
  margin-bottom: 1rem;
  cursor: pointer;
}
.page.home .wp-block-group.ghl-where-to-get-help .wp-block-media-text__media {
  background: #fff;
  border-radius: 1rem 0 0 1rem;
  height: 100%;
  padding: 2rem;
  align-content: center;
  display: inline-grid;
}
.page.home .wp-block-group.ghl-where-to-get-help .wp-block-media-text__media img {
  max-height: 120px;
  object-fit: contain;
}
@media screen and (max-width: 600px) {
  .page.home .wp-block-group.ghl-where-to-get-help .wp-block-media-text__media {
    border-radius: 1rem 1rem 0 0;
  }
}
.page.home .wp-block-group.ghl-where-to-get-help .wp-block-media-text__content {
  padding-top: 3rem;
  padding-bottom: 3rem;
  min-height: 12rem;
}
.page.home .wp-block-group.ghl-where-to-get-help .wp-block-media-text__content .wp-block-heading {
  font-family: "Playfair Display", serif;
  font-size: 2rem;
  margin-bottom: 1rem;
}
.page.home .wp-block-group.ghl-where-to-get-help .wp-block-media-text__content p {
  margin: 0;
}
.page.home .wp-block-group.ghl-home-respec {
  background-color: #263342;
  padding: 2rem 0 4rem;
}
.page.home .wp-block-group.ghl-home-respec h2 {
  color: #fff;
  margin-bottom: 0.5rem;
}
.page.home .wp-block-group.ghl-home-respec h3 {
  color: #ff9173;
  font-family: "Playfair Display", serif;
  margin: 0 0 3rem;
}
.page.home .wp-block-group.ghl-home-respec .wp-block-media-text {
  background: #1C242B;
  border-radius: 1rem;
  padding: 2rem;
}
.page.home .wp-block-group.ghl-home-respec .wp-block-media-text .wp-block-media-text__media img {
  border-radius: 1rem;
}
.page.home .wp-block-group.ghl-home-respec .wp-block-media-text .wp-block-media-text__content {
  padding: 0;
  margin-left: 2rem;
}
.page.home .wp-block-group.ghl-home-respec .wp-block-media-text p {
  color: #fff;
  margin: 0 0 10px 0;
}
.page.home .wp-block-group.ghl-home-respec .wp-block-media-text .button a {
  font-size: 1rem;
  text-decoration: none;
}
@media screen and (max-width: 600px) {
  .page.home .wp-block-group.ghl-home-respec .wp-block-media-text .wp-block-media-text__content {
    margin: 1rem 0 0 0;
  }
}

.ghl-phone-sample.ghl-phone-sample.ghl-phone-sample.ghl-phone-sample {
  background: #e1e1e1;
  color: #283341;
  overflow: hidden;
  position: relative;
}
.ghl-phone-sample.ghl-phone-sample.ghl-phone-sample.ghl-phone-sample::before {
  background: url("img/brand-squares-white-10x10.svg");
  content: "";
  height: 90rem;
  width: 90rem;
  position: absolute;
  top: -23.5rem;
  left: -52rem;
  transform: rotate(42deg);
}
@media screen and (max-width: 767px) {
  .ghl-phone-sample.ghl-phone-sample.ghl-phone-sample.ghl-phone-sample::before {
    left: -87rem;
    top: -13.5rem;
  }
}
.ghl-phone-sample.ghl-phone-sample.ghl-phone-sample.ghl-phone-sample > .wp-block-group__inner-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 1rem;
  height: 42rem;
}
@media screen and (max-width: 767px) {
  .ghl-phone-sample.ghl-phone-sample.ghl-phone-sample.ghl-phone-sample > .wp-block-group__inner-container {
    display: flex;
    flex-direction: column-reverse;
    height: auto;
    padding: 3rem 0;
  }
}
.ghl-phone-sample.ghl-phone-sample.ghl-phone-sample.ghl-phone-sample > .wp-block-group__inner-container .wp-block-group {
  line-height: 1;
  margin: auto 0 auto 3rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1023px) {
  .ghl-phone-sample.ghl-phone-sample.ghl-phone-sample.ghl-phone-sample > .wp-block-group__inner-container .wp-block-group {
    margin: auto auto auto 0;
  }
}
@media screen and (max-width: 767px) {
  .ghl-phone-sample.ghl-phone-sample.ghl-phone-sample.ghl-phone-sample > .wp-block-group__inner-container .wp-block-group {
    margin: 0 2rem;
  }
}
.ghl-phone-sample.ghl-phone-sample.ghl-phone-sample.ghl-phone-sample > .wp-block-group__inner-container .wp-block-group h4 {
  font-size: 2.5rem;
  margin-bottom: 1rem;
  text-transform: uppercase;
}
.ghl-phone-sample.ghl-phone-sample.ghl-phone-sample.ghl-phone-sample > .wp-block-group__inner-container .wp-block-group ul {
  list-style: none;
  margin: 1.25rem 0.75rem 2rem;
  padding: 0;
}
.ghl-phone-sample.ghl-phone-sample.ghl-phone-sample.ghl-phone-sample > .wp-block-group__inner-container .wp-block-group ul li {
  background: url("img/checkbox.svg") left center no-repeat;
  padding-left: 1.75rem;
  margin-bottom: 1rem;
  font-size: 1.125rem;
}
.ghl-phone-sample.ghl-phone-sample.ghl-phone-sample.ghl-phone-sample > .wp-block-group__inner-container .wp-block-group ul li strong {
  text-transform: uppercase;
}
.ghl-phone-sample.ghl-phone-sample.ghl-phone-sample.ghl-phone-sample > .wp-block-group__inner-container .wp-block-group p {
  font-size: 1rem;
  line-height: 1.3;
  margin: 0 0 1.5rem;
  max-width: 23rem;
}
@media screen and (max-width: 1023px) {
  .ghl-phone-sample.ghl-phone-sample.ghl-phone-sample.ghl-phone-sample > .wp-block-group__inner-container .wp-block-group p {
    max-width: 17rem;
  }
}
.ghl-phone-sample.ghl-phone-sample.ghl-phone-sample.ghl-phone-sample > .wp-block-group__inner-container .wp-block-group p:last-of-type {
  margin-bottom: 0;
}
.ghl-phone-sample.ghl-phone-sample.ghl-phone-sample.ghl-phone-sample .phone-container {
  background: #000;
  border-radius: 2rem;
  box-sizing: border-box;
  justify-self: end;
  margin: 3rem auto auto;
  max-width: 100%;
  padding: 1rem;
  position: relative;
  transform: scale(0.85);
  width: 21rem;
}
@media screen and (max-width: 767px) {
  .ghl-phone-sample.ghl-phone-sample.ghl-phone-sample.ghl-phone-sample .phone-container {
    align-self: center;
    margin: 2rem 0 0;
  }
}
.ghl-phone-sample.ghl-phone-sample.ghl-phone-sample.ghl-phone-sample .phone-container .phone-container-inner {
  background: #fff;
  border-radius: 1rem;
  box-shadow: inset 0.0625rem 0.0625rem 0.125rem 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.ghl-phone-sample.ghl-phone-sample.ghl-phone-sample.ghl-phone-sample .phone-container h4 {
  background: rgba(0, 0, 0, 0.05);
  color: #283341;
  font-size: 0.75rem;
  padding: 2rem 0 0.75rem;
  margin: 0;
  text-align: center;
}
.ghl-phone-sample.ghl-phone-sample.ghl-phone-sample.ghl-phone-sample .phone-container ul {
  color: #444;
  display: flex;
  flex-direction: column;
  list-style: none;
  padding: 0.75rem 1.25rem;
  z-index: 1;
}
.ghl-phone-sample.ghl-phone-sample.ghl-phone-sample.ghl-phone-sample .phone-container ul li {
  display: inline-block;
  border-radius: 0.25rem;
  background: #e1e1e1;
  width: max-content;
  margin: 0.5rem 0;
  padding: 0.5rem 0.75rem;
  max-width: 13.5rem;
}
.ghl-phone-sample.ghl-phone-sample.ghl-phone-sample.ghl-phone-sample .phone-container ul li:nth-child(even) {
  align-self: flex-end;
  background: #ddf0ff;
}

.ghl-get-involved.ghl-get-involved.ghl-get-involved {
  background: #f2c8ba;
  color: #283341;
}
.ghl-get-involved.ghl-get-involved.ghl-get-involved > .wp-block-group__inner-container {
  display: flex;
  justify-content: space-between;
  padding: 4rem;
  max-width: 70rem;
}
@media screen and (max-width: 1023px) {
  .ghl-get-involved.ghl-get-involved.ghl-get-involved > .wp-block-group__inner-container {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .ghl-get-involved.ghl-get-involved.ghl-get-involved > .wp-block-group__inner-container {
    align-items: center;
    flex-direction: column;
    padding: 3rem;
  }
}
.ghl-get-involved.ghl-get-involved.ghl-get-involved h2 {
  font-size: 4rem;
  letter-spacing: 0.3125rem;
  margin-bottom: 0;
  text-transform: uppercase;
  width: 22.5rem;
  transform: translateY(1rem);
}
@media screen and (max-width: 1095px) {
  .ghl-get-involved.ghl-get-involved.ghl-get-involved h2 {
    font-size: 3rem;
    transform: translateY(2.75rem);
  }
}
@media screen and (max-width: 1023px) {
  .ghl-get-involved.ghl-get-involved.ghl-get-involved h2 {
    width: 100%;
    transform: none;
  }
}
@media screen and (max-width: 767px) {
  .ghl-get-involved.ghl-get-involved.ghl-get-involved h2 {
    text-align: center;
  }
}
.ghl-get-involved.ghl-get-involved.ghl-get-involved .donate {
  background: url("img/heart.svg") top center no-repeat;
  background-size: 1.75rem;
  font-size: 0.875rem;
  width: 10rem;
  margin: 0 2rem;
  padding-top: 3rem;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .ghl-get-involved.ghl-get-involved.ghl-get-involved .donate {
    margin: 2rem 0 0;
  }
}
@media screen and (max-width: 767px) {
  .ghl-get-involved.ghl-get-involved.ghl-get-involved .donate {
    margin: 2rem 0 3rem;
  }
}
.ghl-get-involved.ghl-get-involved.ghl-get-involved .donate a {
  background: #ff9173;
  border-radius: 0.75rem;
  color: #283341;
  display: block;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0.0625rem;
  padding: 1rem 0 0.85rem;
  margin-top: 1rem;
  text-decoration: none;
  text-transform: uppercase;
}
.ghl-get-involved.ghl-get-involved.ghl-get-involved .donate a:hover {
  background: #ef896e;
}
.ghl-get-involved.ghl-get-involved.ghl-get-involved .spread-the-word .wp-block-group__inner-container {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}
.ghl-get-involved.ghl-get-involved.ghl-get-involved .spread-the-word h4 {
  font-size: 1rem;
  letter-spacing: 0.0625rem;
  margin-bottom: 1rem;
  text-transform: uppercase;
}
.ghl-get-involved.ghl-get-involved.ghl-get-involved .spread-the-word ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.ghl-get-involved.ghl-get-involved.ghl-get-involved .spread-the-word li {
  margin-right: 1rem;
}
.ghl-get-involved.ghl-get-involved.ghl-get-involved .spread-the-word a {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: transparent;
  display: inline-block;
  overflow: hidden;
}
.ghl-get-involved.ghl-get-involved.ghl-get-involved .spread-the-word a.facebook {
  background-image: url("img/facebook.svg");
  height: 2.1875rem;
  width: 2.1875rem;
}
.ghl-get-involved.ghl-get-involved.ghl-get-involved .spread-the-word a.instagram {
  background-image: url("img/instagram.svg");
  height: 2.1875rem;
  width: 2.1875rem;
}
.ghl-get-involved.ghl-get-involved.ghl-get-involved .spread-the-word a.twitter {
  background-image: url("img/twitter.svg");
  height: 2.1875rem;
  width: 2.6875rem;
}
.ghl-get-involved.ghl-get-involved.ghl-get-involved .spread-the-word a.youtube {
  background-image: url("img/youtube.svg");
  height: 2.1875rem;
  width: 3.1875rem;
}

.ghl-about-us.ghl-about-us.ghl-about-us.ghl-about-us {
  background: #ff9173 url(img/about-graphic.png) no-repeat;
  background-size: contain;
  padding: 26vw 4rem 4rem;
}
@media screen and (min-width: 1500px) {
  .ghl-about-us.ghl-about-us.ghl-about-us.ghl-about-us {
    background-size: 90vw;
  }
}
@media screen and (max-width: 767px) {
  .ghl-about-us.ghl-about-us.ghl-about-us.ghl-about-us {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.ghl-about-us.ghl-about-us.ghl-about-us.ghl-about-us .wp-block-group__inner-container {
  box-sizing: border-box;
  color: #1C242B;
  display: flex;
  flex-direction: column;
  position: relative;
  max-width: 62rem;
}
.ghl-about-us.ghl-about-us.ghl-about-us.ghl-about-us .wp-block-group__inner-container > h2:first-child {
  font-family: "Playfair Display", serif;
  font-size: 5.6rem;
  margin-bottom: 0.5rem;
  margin-bottom: 1.5rem;
}
.ghl-about-us.ghl-about-us.ghl-about-us.ghl-about-us .wp-block-group__inner-container > p {
  font-size: 1.5rem;
  line-height: 1.32;
  max-width: 85%;
}
@media screen and (max-width: 767px) {
  .ghl-about-us.ghl-about-us.ghl-about-us.ghl-about-us .wp-block-group__inner-container h2:first-child {
    font-size: 2.8rem;
  }
  .ghl-about-us.ghl-about-us.ghl-about-us.ghl-about-us .wp-block-group__inner-container p {
    font-size: 1.2rem;
  }
}

/**
 * About: Stats
 * -----------------------------------------------------------------------------
 */
#ghl-stats {
  font-family: "Montserrat";
}
#ghl-stats h4 {
  margin-bottom: 1.2rem;
}
#ghl-stats .wp-block-column:nth-child(1) .wp-block-group:nth-child(1) {
  text-align: center;
}
#ghl-stats .wp-block-column:nth-child(1) .wp-block-group:nth-child(1) h4 {
  font-size: 5.5rem;
  display: block;
  color: #fff;
  margin-bottom: 1rem;
}
#ghl-stats .wp-block-column:nth-child(1) .wp-block-group:nth-child(1) p {
  color: #ff9173;
}
#ghl-stats .wp-block-column:nth-child(1) .wp-block-group:nth-child(2) ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#ghl-stats .wp-block-column:nth-child(1) .wp-block-group:nth-child(2) li {
  margin-bottom: 2.2rem;
  font-size: 1.25rem;
  position: relative;
  padding-left: 3rem;
}
#ghl-stats .wp-block-column:nth-child(1) .wp-block-group:nth-child(2) li strong {
  background: #263342;
  border-radius: 50%;
  width: 40px;
  display: inline-block;
  height: 40px;
  text-align: center;
  padding-top: 0.5rem;
  position: absolute;
  left: 0;
  top: -0.5rem;
}
#ghl-stats .wp-block-column:nth-child(2) .wp-block-group:nth-child(1) ul {
  font-size: 1.2rem;
  list-style: none;
  padding: 0;
}
#ghl-stats .wp-block-column:nth-child(2) .wp-block-group:nth-child(1) li {
  vertical-align: middle;
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
#ghl-stats .wp-block-column:nth-child(2) .wp-block-group:nth-child(1) li:before {
  content: "";
  background: #263342;
  width: 2.5rem;
  height: 2.5rem;
  display: inline-block;
  border-radius: 50%;
}
#ghl-stats .wp-block-column:nth-child(2) .wp-block-group:nth-child(1) li strong {
  display: inline-block;
  min-width: 3.9rem;
  margin: 0 0.2rem 0 0.5rem;
}
#ghl-stats .wp-block-column:nth-child(2) .wp-block-group:nth-child(1) li:nth-child(1):before {
  background-color: #F2C8BB;
}
#ghl-stats .wp-block-column:nth-child(2) .wp-block-group:nth-child(1) li:nth-child(2):before {
  background-color: #404040;
}
#ghl-stats .wp-block-column:nth-child(2) .wp-block-group:nth-child(1) li:nth-child(3):before {
  background-color: #263342;
}
#ghl-stats .wp-block-column:nth-child(2) .wp-block-group:nth-child(1) li:nth-child(4):before {
  background-color: #FF9173;
}
#ghl-stats .wp-block-column:nth-child(2) .wp-block-group:nth-child(1) li:nth-child(5):before {
  background-color: #E5E5E5;
}
#ghl-stats .wp-block-column:nth-child(2) .wp-block-group:nth-child(1) li:nth-child(6):before {
  background-color: #d47156;
}
#ghl-stats .wp-block-column:nth-child(2) .wp-block-group:nth-child(1) li:nth-child(7):before {
  background-color: #c4c4c4;
}

/**
 * About: Impact Reports
 * -----------------------------------------------------------------------------
 */
#ghl-impact-reports {
  background: #ff9173 url("/wp-content/themes/gameshotline/img/diamonds-bg.png");
  background-size: cover;
  padding: 4rem;
}
#ghl-impact-reports .wp-block-group__inner-container {
  max-width: 62rem;
  width: 100%;
}
#ghl-impact-reports h2.wp-block-heading {
  font-family: "Playfair Display", serif;
  color: #1C242B;
  font-size: 3.5rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  #ghl-impact-reports h2.wp-block-heading {
    font-size: 2.8rem;
  }
}
#ghl-impact-reports .wp-block-column {
  background-color: #1C242B;
  border-radius: 1rem;
  color: #fff;
  padding: 0 0 1.5rem;
  overflow: hidden;
}
#ghl-impact-reports .wp-block-column p {
  padding: 0 3rem;
  font-size: 2rem;
  font-weight: 900;
}
#ghl-impact-reports .wp-block-column .wp-block-buttons > .wp-block-button {
  margin: 0 auto;
}
#ghl-impact-reports .wp-block-column .wp-block-buttons .wp-block-button__link {
  background: #ff9f8e;
  border-radius: 0.5rem;
  color: #283341;
  display: inline-block;
  font-weight: bold;
  padding: 1rem 4rem;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  #ghl-impact-reports {
    padding: 3rem;
  }
  #ghl-impact-reports > h2 {
    font-size: 2.5rem;
  }
}

/**
 * About: Testimonials
 * -----------------------------------------------------------------------------
 */
#ghl-testimonials {
  background: #ff9173 url("/wp-content/themes/gameshotline/img/diamonds-bg.png");
  background-size: cover;
  color: #1C242B;
  padding: 4rem;
}
#ghl-testimonials .wp-block-group__inner-container {
  max-width: 62rem;
  width: 100%;
}
#ghl-testimonials h2.wp-block-heading {
  font-family: "Playfair Display", serif;
  color: #1C242B;
  font-size: 3.5rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  #ghl-testimonials h2.wp-block-heading {
    font-size: 2.8rem;
  }
}
#ghl-testimonials .owl-carousel:before {
  content: "❝";
  position: absolute;
  left: 4rem;
  font-size: 3rem;
  top: 7rem;
}
@media screen and (max-width: 990px) {
  #ghl-testimonials .owl-carousel:before {
    content: "";
    display: none;
  }
}
#ghl-testimonials .owl-carousel:after {
  content: "❞";
  position: absolute;
  right: 5rem;
  font-size: 3rem;
  bottom: 6rem;
}
@media screen and (max-width: 990px) {
  #ghl-testimonials .owl-carousel:after {
    content: "";
    display: none;
  }
}
#ghl-testimonials .owl-carousel .owl-stage {
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 990px) {
  #ghl-testimonials .owl-carousel .owl-stage {
    align-items: flex-start;
    padding-top: 4rem;
  }
}
#ghl-testimonials .owl-carousel .owl-item {
  padding: 2rem 8rem;
  font-size: 1.5rem;
  line-height: 2rem;
}
@media screen and (max-width: 767px) {
  #ghl-testimonials .owl-carousel .owl-item {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 990px) {
  #ghl-testimonials .owl-carousel .owl-item:before {
    content: "❝";
    position: absolute;
    left: 0;
    font-size: 2.5rem;
    top: 0;
  }
  #ghl-testimonials .owl-carousel .owl-item:after {
    content: "❞";
    position: absolute;
    right: 0;
    font-size: 2.5rem;
    bottom: 0;
  }
}
#ghl-testimonials .owl-carousel .owl-item strong {
  display: none;
  margin-top: 1rem;
  font-weight: normal;
}
#ghl-testimonials .owl-carousel .owl-item strong::before {
  content: "–  ";
}
@media screen and (max-width: 990px) {
  #ghl-testimonials .tss_testimonial_slider .owl-theme .owl-controls {
    display: none;
  }
}
#ghl-testimonials .tss_testimonial_slider .owl-theme .owl-controls .owl-nav [class*=owl-] {
  border-radius: 50%;
  display: inline-block;
  width: 44px;
  height: 44px;
  background: url(https://gameshotline-issue-2979.mystagingwebsite.com/wp-content/themes/gameshotline/img/arrow-right.svg) no-repeat #263342;
  background-size: contain;
}
#ghl-testimonials .tss_testimonial_slider .owl-theme .owl-controls .owl-nav .owl-prev {
  transform: rotate(180deg);
}
#ghl-testimonials .tss_testimonial_slider .owl-theme .owl-controls .owl-nav .owl-prev:before {
  content: "";
}
#ghl-testimonials .tss_testimonial_slider .owl-theme .owl-controls .owl-nav .owl-next:before {
  content: "";
}

.ghl-basic.ghl-basic.ghl-basic {
  background: #e5e5e5;
}
.ghl-basic.ghl-basic.ghl-basic .wp-block-group__inner-container {
  margin: 0 auto;
  max-width: 60rem;
  padding: 5rem 7rem;
}
@media screen and (max-width: 767px) {
  .ghl-basic.ghl-basic.ghl-basic .wp-block-group__inner-container {
    padding: 2.5rem;
  }
}
.ghl-basic.ghl-basic.ghl-basic h2 {
  color: #ff9173;
  font-size: 4rem;
  margin: 0 0 3rem;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .ghl-basic.ghl-basic.ghl-basic h2 {
    font-size: 3rem;
    margin: 1rem 0;
  }
}
.ghl-basic.ghl-basic.ghl-basic h3 {
  color: #273342;
  font-size: 2.25rem;
  margin: 5rem 0 2rem;
}
@media screen and (max-width: 767px) {
  .ghl-basic.ghl-basic.ghl-basic h3 {
    font-size: 1.75rem;
    margin-bottom: 0.25rem;
    word-break: break-word;
  }
}
@media screen and (max-width: 767px) {
  .ghl-basic.ghl-basic.ghl-basic h3:first-of-type {
    margin-top: 2rem;
  }
}
.ghl-basic.ghl-basic.ghl-basic h4 {
  margin: 2.5rem 0 1rem;
}
@media screen and (max-width: 767px) {
  .ghl-basic.ghl-basic.ghl-basic h4 {
    font-size: 1.5rem;
  }
}
.ghl-basic.ghl-basic.ghl-basic ul {
  list-style: none;
  margin: 0 0 2.5rem;
  padding: 0;
}
.ghl-basic.ghl-basic.ghl-basic ul p {
  line-height: 1.5;
  margin-bottom: 0.75rem;
  word-break: break-word;
}

.ghl-our-story.ghl-our-story.ghl-our-story.ghl-our-story {
  background: #263342;
  display: flex;
  justify-content: center;
  padding: 8rem 4rem;
}
@media screen and (max-width: 767px) {
  .ghl-our-story.ghl-our-story.ghl-our-story.ghl-our-story {
    padding: 3rem;
  }
}
.ghl-our-story.ghl-our-story.ghl-our-story.ghl-our-story .wp-block-group__inner-container {
  max-width: 62rem;
  width: 100%;
}
.ghl-our-story.ghl-our-story.ghl-our-story.ghl-our-story h2 {
  font-family: "Playfair Display", serif;
  color: #ff9173;
  font-size: 2.75rem;
  margin-bottom: 2.5rem;
}
.ghl-our-story.ghl-our-story.ghl-our-story.ghl-our-story p {
  line-height: 1.5;
  margin: 1rem 0;
  color: #fff;
}
.ghl-our-story.ghl-our-story.ghl-our-story.ghl-our-story .ghl-timeline h2 {
  color: #ff9173;
  font-size: 2rem;
}
.ghl-our-story.ghl-our-story.ghl-our-story.ghl-our-story .ghl-timeline ul {
  color: #ff9173;
  list-style: disc;
  border-left: 1px solid #ff9173;
  font-weight: strong;
  padding-left: 1.3rem;
}
.ghl-our-story.ghl-our-story.ghl-our-story.ghl-our-story .ghl-timeline ul li {
  margin-bottom: 0.5rem;
}
.ghl-our-story.ghl-our-story.ghl-our-story.ghl-our-story .ghl-timeline ul li em {
  color: #fff;
  font-weight: normal;
  font-style: normal;
  display: block;
  padding-left: 2rem;
}

.ghl-staff.ghl-staff.ghl-staff {
  background: #f2c8ba;
  padding: 8rem 0;
}
@media screen and (max-width: 1023px) {
  .ghl-staff.ghl-staff.ghl-staff {
    padding: 4rem 2rem;
  }
}
.ghl-staff.ghl-staff.ghl-staff .wp-block-group__inner-container {
  max-width: 52.5rem;
  width: 100%;
}
.ghl-staff.ghl-staff.ghl-staff .wp-block-group__inner-container h2:first-child {
  font-size: 3.5rem;
}
@media screen and (max-width: 767px) {
  .ghl-staff.ghl-staff.ghl-staff .wp-block-group__inner-container h2:first-child {
    font-size: 2.8rem;
  }
}
.ghl-staff.ghl-staff.ghl-staff .wp-block-group__inner-container h2 {
  font-size: 2rem;
  margin: 0 0 2rem 0.75rem;
  font-family: "Playfair Display", serif;
}
.ghl-staff.ghl-staff.ghl-staff .wp-block-group__inner-container h2 + p {
  margin-left: 0.75rem;
  margin-bottom: 2.5rem;
}
.ghl-staff.ghl-staff.ghl-staff ul {
  display: grid;
  justify-content: space-between;
  grid-auto-flow: row;
  grid-template-columns: 1fr 1fr 1fr;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .ghl-staff.ghl-staff.ghl-staff ul {
    align-items: center;
    flex-direction: column;
  }
}
.ghl-staff.ghl-staff.ghl-staff ul li {
  width: 14.25rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .ghl-staff.ghl-staff.ghl-staff ul li {
    margin-bottom: 1.5rem;
    width: auto;
  }
}
.ghl-staff.ghl-staff.ghl-staff img {
  border-radius: 2rem;
  width: 13.125rem;
  height: 13.125rem;
  object-fit: cover;
}
@media screen and (max-width: 1023px) {
  .ghl-staff.ghl-staff.ghl-staff img {
    width: 12rem;
    height: 12rem;
  }
}
@media screen and (max-width: 767px) {
  .ghl-staff.ghl-staff.ghl-staff img {
    width: 90%;
    height: 24vw;
  }
}
.ghl-staff.ghl-staff.ghl-staff h3 {
  color: #000;
  margin: 1rem 0 0.25rem;
  text-transform: uppercase;
}
.ghl-staff.ghl-staff.ghl-staff h3.vu {
  margin-left: auto;
  margin-right: auto;
  max-width: 10rem;
}
.ghl-staff.ghl-staff.ghl-staff h4 {
  margin-bottom: 1rem;
}
.ghl-staff.ghl-staff.ghl-staff h4.eve-title {
  margin-left: auto;
  margin-right: auto;
  max-width: 10rem;
}
.ghl-staff.ghl-staff.ghl-staff h3,
.ghl-staff.ghl-staff.ghl-staff h4 {
  font-size: 0.9375rem;
  letter-spacing: 0.0625rem;
}

.ghl-partners.ghl-partners.ghl-partners {
  background: #263342;
}
.ghl-partners.ghl-partners.ghl-partners > .wp-block-group__inner-container {
  display: flex;
  justify-content: space-between;
  max-width: 60rem;
  padding: 8rem 0;
}
@media screen and (max-width: 1023px) {
  .ghl-partners.ghl-partners.ghl-partners > .wp-block-group__inner-container {
    flex-direction: column;
    padding: 4rem;
  }
}
.ghl-partners.ghl-partners.ghl-partners > .wp-block-group__inner-container .wp-block-columns {
  margin-top: 0;
}
.ghl-partners.ghl-partners.ghl-partners > .wp-block-group__inner-container .wp-block-group {
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .ghl-partners.ghl-partners.ghl-partners > .wp-block-group__inner-container .wp-block-group {
    max-width: none;
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 1023px) {
  .ghl-partners.ghl-partners.ghl-partners > .wp-block-group__inner-container .wp-block-group:last-of-type {
    margin-bottom: 0;
  }
}
.ghl-partners.ghl-partners.ghl-partners .wp-block-group {
  margin: 0;
}
.ghl-partners.ghl-partners.ghl-partners .wp-block-group .wp-block-group__inner-container h2.wp-block-heading {
  font-size: 3.5rem;
}
@media screen and (max-width: 767px) {
  .ghl-partners.ghl-partners.ghl-partners .wp-block-group .wp-block-group__inner-container h2.wp-block-heading {
    font-size: 2.8rem;
  }
}
.ghl-partners.ghl-partners.ghl-partners .wp-block-group .wp-block-group__inner-container h2.wp-block-heading + p {
  font-size: 1.5rem;
}
.ghl-partners.ghl-partners.ghl-partners .wp-block-group .wp-block-group__inner-container h2 {
  color: #ff9173;
  font-size: 1.875rem;
  font-family: "Playfair Display", serif;
  margin-bottom: 1.5rem;
  padding: 0 3rem 0.875rem 0;
}
.ghl-partners.ghl-partners.ghl-partners .wp-block-group .wp-block-group__inner-container h4 {
  font-family: "Playfair Display", serif;
}
@media screen and (max-width: 767px) {
  .ghl-partners.ghl-partners.ghl-partners .wp-block-group .wp-block-group__inner-container h4 {
    margin-top: 2rem;
  }
}
.ghl-partners.ghl-partners.ghl-partners .wp-block-group .wp-block-group__inner-container h4 a {
  text-decoration: none;
}
.ghl-partners.ghl-partners.ghl-partners h2 span {
  display: block;
}
.ghl-partners.ghl-partners.ghl-partners ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ghl-partners.ghl-partners.ghl-partners li {
  color: #e5e5e5;
  letter-spacing: 0.0625rem;
  margin-bottom: 0.75rem;
}
.ghl-partners.ghl-partners.ghl-partners li a {
  color: #f2c8ba;
  text-decoration: none;
}
.ghl-partners.ghl-partners.ghl-partners li a:hover {
  text-decoration: underline;
}
.ghl-partners.ghl-partners.ghl-partners li:last-of-type {
  margin-bottom: 0;
}
.ghl-partners.ghl-partners.ghl-partners p {
  color: #fff;
  line-height: 1.5;
  margin: 0;
}

.ghl-grants.ghl-grants.ghl-grants {
  background: #31353a;
}
.ghl-grants.ghl-grants.ghl-grants > .wp-block-group__inner-container {
  display: flex;
  justify-content: space-between;
  max-width: 60rem;
  padding: 8rem 0;
}
@media screen and (max-width: 1023px) {
  .ghl-grants.ghl-grants.ghl-grants > .wp-block-group__inner-container {
    flex-direction: column;
    padding: 4rem;
  }
}
.ghl-grants.ghl-grants.ghl-grants > .wp-block-group__inner-container .wp-block-columns {
  flex-basis: 500px;
  margin-top: 0;
}
.ghl-grants.ghl-grants.ghl-grants > .wp-block-group__inner-container .wp-block-group {
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .ghl-grants.ghl-grants.ghl-grants > .wp-block-group__inner-container .wp-block-group {
    max-width: none;
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 1023px) {
  .ghl-grants.ghl-grants.ghl-grants > .wp-block-group__inner-container .wp-block-group:last-of-type {
    margin-bottom: 0;
  }
}
.ghl-grants.ghl-grants.ghl-grants > .wp-block-group__inner-container p:not(:last-of-type) {
  margin-bottom: 0.25rem;
}
.ghl-grants.ghl-grants.ghl-grants .wp-block-group {
  margin: 0;
}
.ghl-grants.ghl-grants.ghl-grants .wp-block-group .wp-block-group__inner-container h2 {
  background: url("img/heart-grey.svg") right center no-repeat;
  background-size: 2rem 2rem;
  border-bottom: 0.125rem solid #fff;
  color: #ff9173;
  font-size: 1.875rem;
  letter-spacing: 0.125rem;
  margin-bottom: 1.5rem;
  padding: 0 3rem 0.875rem 0;
}
.ghl-grants.ghl-grants.ghl-grants h2 span {
  display: block;
}
.ghl-grants.ghl-grants.ghl-grants ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ghl-grants.ghl-grants.ghl-grants li {
  color: #e5e5e5;
  letter-spacing: 0.0625rem;
  margin-bottom: 0.75rem;
}
.ghl-grants.ghl-grants.ghl-grants li a {
  color: #f2c8ba;
  text-decoration: none;
}
.ghl-grants.ghl-grants.ghl-grants li a:hover {
  text-decoration: underline;
}
.ghl-grants.ghl-grants.ghl-grants li:last-of-type {
  margin-bottom: 0;
}
.ghl-grants.ghl-grants.ghl-grants p {
  color: #fff;
  line-height: 1.5;
  margin: 0;
}

.page-guides {
  background: #263342;
  padding: 1rem 1.5rem;
}
.page-guides .wp-block-group .wp-block-group__inner-container {
  max-width: 62rem;
}
.page-guides .page-title {
  color: #fff;
  font-weight: 900;
  font-size: 3.5rem;
  font-family: "Montserrat", sans-serif;
  line-height: 64px;
}
.page-guides .wp-block-group {
  box-sizing: border-box;
  margin-bottom: 2rem;
}
.page-guides .post-card {
  background: url("img/arrow-right.svg") no-repeat 93% 96% #1C242B;
  background-size: 46px;
  border-radius: 1rem;
  color: #fff;
  display: block;
  text-decoration: none;
  padding-bottom: 12%;
}
.page-guides .post-card h2 {
  font-family: "Playfair Display", sans-serif;
  font-size: 1.5rem;
}
.page-guides .post-card h2, .page-guides .post-card div {
  padding: 1rem;
}
.page-guides #big-cards .post-card img {
  max-height: 275px;
  width: 100%;
  object-fit: cover;
}
.page-guides #big-cards .post-card h2 {
  font-size: 2rem;
}
.page-guides #long-cards .post-card img {
  max-height: 202px;
  width: 100%;
  object-fit: cover;
}
.page-guides #long-cards .post-card div > p {
  display: none;
}
.page-guides #small-cards .post-card {
  margin-bottom: 2rem;
}
.page-guides #small-cards .post-card > img,
.page-guides #small-cards .post-card div > p {
  display: none;
}
@media screen and (max-width: 768px) {
  .page-guides .wp-block-group .wp-block-group__inner-container .wp-block-columns {
    gap: 0;
  }
  .page-guides .wp-block-group .wp-block-group__inner-container .wp-block-columns .wp-block-column:not(:last-child) {
    margin-bottom: 0;
  }
  .page-guides .post-card {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 769px) {
  .page-guides {
    padding: 1rem 1.5rem;
  }
  .page-guides #big-cards .post-card img {
    border-radius: 1rem 1rem 0 0;
  }
  .page-guides #big-cards .wp-block-gameshotline-featured,
.page-guides #big-cards .featured-content,
.page-guides #big-cards .post-card {
    height: 100%;
  }
  .page-guides #long-cards .post-card {
    margin-bottom: 2rem;
    display: flex;
    padding-bottom: 0;
    padding-right: 12%;
    background-position: 97% 86%;
  }
  .page-guides #long-cards .post-card img {
    border-radius: 1rem 0 0 1rem;
    max-width: 33%;
  }
  .page-guides #small-cards .post-card img {
    display: none;
  }
  .page-guides #small-cards .wp-block-gameshotline-featured,
.page-guides #small-cards .featured-content,
.page-guides #small-cards .post-card {
    height: 100%;
  }
}

.ghl-footer {
  background: #1d242a;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .ghl-footer {
    padding: 2rem;
  }
}
.ghl-footer a, .ghl-footer a:visited {
  color: #fff;
}
.ghl-footer .footer-content {
  display: flex;
  justify-content: flex-end;
  margin: 1.5rem auto 0.5rem;
  max-width: 74rem;
  padding: 0 3rem;
}
@media screen and (max-width: 767px) {
  .ghl-footer .footer-content {
    flex-direction: column;
    height: auto;
    margin: 0;
    padding: 0;
  }
}
.coming-soon-v2 .ghl-footer .footer-content {
  justify-content: center;
  text-align: center;
}
.ghl-footer h4 {
  height: 7.74rem;
  margin: -1.4375rem 0 0 -1.4375rem;
  width: 15rem;
}
.ghl-footer h4 a {
  display: flex;
  height: 100%;
  width: 100%;
}
.ghl-footer .service-information {
  flex: 1;
  margin-right: 2rem;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .ghl-footer .service-information {
    display: block;
  }
}
.ghl-footer .service-information p {
  color: #fff;
  font-size: 0.88rem;
  line-height: 1.3;
  margin-bottom: 1rem;
  max-width: 24rem;
}
.ghl-footer .service-information p:last-of-type {
  margin-bottom: 0;
}

.ghl-newsletter-signup.ghl-newsletter-signup.ghl-newsletter-signup {
  background: #ff9173;
  overflow: hidden;
  position: relative;
}
.ghl-newsletter-signup.ghl-newsletter-signup.ghl-newsletter-signup .wp-block-group__inner-container {
  align-items: center;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
}
.ghl-newsletter-signup.ghl-newsletter-signup.ghl-newsletter-signup h3 {
  color: #1C242B;
  font-size: 3rem;
  letter-spacing: 0.125rem;
  margin: 6.25rem 0 0;
}
@media screen and (max-width: 767px) {
  .ghl-newsletter-signup.ghl-newsletter-signup.ghl-newsletter-signup h3 {
    font-size: 2.25rem;
    margin: 2rem;
  }
}
.ghl-newsletter-signup.ghl-newsletter-signup.ghl-newsletter-signup form {
  display: flex;
  justify-content: center;
  margin: 2.375rem 0 6.3125rem;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .ghl-newsletter-signup.ghl-newsletter-signup.ghl-newsletter-signup form {
    align-items: center;
    flex-direction: column;
    margin: 0 2rem 2rem;
  }
}
.ghl-newsletter-signup.ghl-newsletter-signup.ghl-newsletter-signup form [type=email] {
  border: 0;
  border-radius: 0.5rem;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  margin-right: 1rem;
  max-width: 18rem;
  padding: 1rem 1.5rem;
  width: 100%;
}
.ghl-newsletter-signup.ghl-newsletter-signup.ghl-newsletter-signup form button {
  background: #1C242B;
  color: #fac6b7;
  width: 9rem;
}
@media screen and (max-width: 767px) {
  .ghl-newsletter-signup.ghl-newsletter-signup.ghl-newsletter-signup form button {
    margin-top: 2rem;
  }
}
.ghl-newsletter-signup.ghl-newsletter-signup.ghl-newsletter-signup form button:hover {
  background: #323439;
}
.ghl-newsletter-signup.ghl-newsletter-signup.ghl-newsletter-signup::before {
  background: url("img/brand-squares-orange-10x10.svg");
  content: "";
  height: 90rem;
  position: absolute;
  right: -58rem;
  top: -30.5rem;
  transform: rotate(42deg);
  width: 90rem;
}

.ghl-faq.ghl-faq.ghl-faq {
  background: #fff;
  flex: 1;
}
.ghl-faq.ghl-faq.ghl-faq .wp-block-group__inner-container {
  margin: 5rem auto;
  max-width: 40rem;
}
@media screen and (max-width: 767px) {
  .ghl-faq.ghl-faq.ghl-faq .wp-block-group__inner-container {
    margin: 2.5rem;
  }
}
.ghl-faq.ghl-faq.ghl-faq h2 {
  color: #ff9173;
  font-size: 3rem;
  letter-spacing: 0.3125rem;
}
.ghl-faq.ghl-faq.ghl-faq h3 {
  font-size: 1.15rem;
  margin: 4rem 0 1rem;
}
@media screen and (max-width: 767px) {
  .ghl-faq.ghl-faq.ghl-faq h3:first-of-type {
    margin-top: 1.5rem;
  }
}
.ghl-faq.ghl-faq.ghl-faq ol {
  line-height: 1.3;
  margin: 0;
  padding: 0 1rem;
}
.ghl-faq.ghl-faq.ghl-faq ol li {
  margin-bottom: 1rem;
}
.ghl-faq.ghl-faq.ghl-faq p {
  line-height: 1.3;
  margin: 0 0 1rem;
}
.ghl-faq.ghl-faq.ghl-faq p:last-of-type {
  margin-bottom: 7rem;
}
@media screen and (max-width: 767px) {
  .ghl-faq.ghl-faq.ghl-faq p:last-of-type {
    margin-bottom: 3rem;
  }
}

.ghl-get-involved-page.ghl-get-involved-page.ghl-get-involved-page {
  background: #2f3338;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 1023px) {
  .ghl-get-involved-page.ghl-get-involved-page.ghl-get-involved-page {
    grid-template-columns: 1fr;
    overflow: hidden;
    position: relative;
  }
}
.ghl-get-involved-page.ghl-get-involved-page.ghl-get-involved-page .wp-block-group__inner-container {
  margin: 4.875rem 0 4.1875rem auto;
  max-width: 25.3125rem;
}
@media screen and (max-width: 1023px) {
  .ghl-get-involved-page.ghl-get-involved-page.ghl-get-involved-page .wp-block-group__inner-container {
    margin: 4rem;
    max-width: none;
    z-index: 2;
  }
}
@media screen and (max-width: 767px) {
  .ghl-get-involved-page.ghl-get-involved-page.ghl-get-involved-page .wp-block-group__inner-container {
    margin: 2.5rem;
  }
}
.ghl-get-involved-page.ghl-get-involved-page.ghl-get-involved-page h2 {
  color: #ff9173;
  font-size: 3rem;
  letter-spacing: 0.0625rem;
  margin: 0;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .ghl-get-involved-page.ghl-get-involved-page.ghl-get-involved-page h2 {
    margin-bottom: 1.5rem;
  }
}
.ghl-get-involved-page.ghl-get-involved-page.ghl-get-involved-page p {
  color: #e5e5e5;
  line-height: 1.33;
}
@media screen and (max-width: 767px) {
  .ghl-get-involved-page.ghl-get-involved-page.ghl-get-involved-page p {
    margin-bottom: 1.5rem;
  }
}
.ghl-get-involved-page.ghl-get-involved-page.ghl-get-involved-page::after {
  background: no-repeat url("img/tile-person-background.png");
  background-size: cover;
  content: "";
  display: block;
}
@media screen and (max-width: 1023px) {
  .ghl-get-involved-page.ghl-get-involved-page.ghl-get-involved-page::after {
    height: 100%;
    left: 19vw;
    opacity: 0.2;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
  }
}

.ghl-tell-your-friends.ghl-tell-your-friends.ghl-tell-your-friends > .wp-block-group__inner-container {
  display: flex;
  justify-content: center;
  margin: 5.5rem auto;
}
.ghl-tell-your-friends.ghl-tell-your-friends.ghl-tell-your-friends .wp-block-group {
  margin: 0 0 0 2.875rem;
}
.ghl-tell-your-friends.ghl-tell-your-friends.ghl-tell-your-friends ul {
  align-items: center;
  display: flex;
  justify-content: space-between;
  list-style: none;
  margin: 0 2.875rem 0 0;
  max-width: 20rem;
  padding: 0;
  width: 100%;
}
.ghl-tell-your-friends.ghl-tell-your-friends.ghl-tell-your-friends ul a {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: transparent;
  display: inline-block;
  overflow: hidden;
}
.ghl-tell-your-friends.ghl-tell-your-friends.ghl-tell-your-friends ul a.facebook {
  background-image: url("img/facebook-lite.svg");
  height: 3.1875rem;
  width: 3.1875rem;
}
.ghl-tell-your-friends.ghl-tell-your-friends.ghl-tell-your-friends ul a.instagram {
  background-image: url("img/instagram-lite.svg");
  height: 3.375rem;
  width: 3.375rem;
}
.ghl-tell-your-friends.ghl-tell-your-friends.ghl-tell-your-friends ul a.twitter {
  background-image: url("img/twitter-lite.svg");
  height: 2.9375rem;
  width: 3.6875rem;
}
.ghl-tell-your-friends.ghl-tell-your-friends.ghl-tell-your-friends ul a.youtube {
  background-image: url("img/youtube-lite.svg");
  height: 3.125rem;
  width: 4.1875rem;
}
.ghl-tell-your-friends.ghl-tell-your-friends.ghl-tell-your-friends h3 {
  color: #ff9173;
  font-size: 1.875rem;
}
.ghl-tell-your-friends.ghl-tell-your-friends.ghl-tell-your-friends p {
  color: #e5e5e5;
  line-height: 1.33;
  max-width: 25.3125rem;
}

.ghl-support-opportunities.ghl-support-opportunities.ghl-support-opportunities {
  background: #fac6b7;
}
.ghl-support-opportunities.ghl-support-opportunities.ghl-support-opportunities > .wp-block-group__inner-container {
  display: flex;
  justify-content: center;
}
.ghl-support-opportunities.ghl-support-opportunities.ghl-support-opportunities .wp-block-group__inner-container > p {
  font-size: 0.9375rem;
  letter-spacing: 0.0625rem;
  line-height: 1.33;
}
.ghl-support-opportunities.ghl-support-opportunities.ghl-support-opportunities .wp-block-group {
  margin: 8rem 0;
}
.ghl-support-opportunities.ghl-support-opportunities.ghl-support-opportunities .wp-block-group:first-of-type {
  margin-right: 3rem;
  width: 22.625rem;
}
.ghl-support-opportunities.ghl-support-opportunities.ghl-support-opportunities .wp-block-group:first-of-type .wp-block-group__inner-container {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.ghl-support-opportunities.ghl-support-opportunities.ghl-support-opportunities .wp-block-group:last-of-type {
  width: 25.3125rem;
}
.ghl-support-opportunities.ghl-support-opportunities.ghl-support-opportunities .wp-block-quote {
  border: 0;
  margin: 0;
  padding: 0;
  position: relative;
}
.ghl-support-opportunities.ghl-support-opportunities.ghl-support-opportunities .wp-block-quote::before, .ghl-support-opportunities.ghl-support-opportunities.ghl-support-opportunities .wp-block-quote::after {
  display: block;
  font-size: 3rem;
  position: absolute;
}
.ghl-support-opportunities.ghl-support-opportunities.ghl-support-opportunities .wp-block-quote p {
  color: #263342;
  font-family: Poppins, sans-serif;
  font-size: 1.875rem;
  font-weight: bold;
  letter-spacing: 0.0625rem;
  line-height: 1.33;
}
.ghl-support-opportunities.ghl-support-opportunities.ghl-support-opportunities .hearts {
  display: flex;
  flex: 1;
}
.ghl-support-opportunities.ghl-support-opportunities.ghl-support-opportunities .hearts span {
  background: no-repeat url("img/heart.svg");
  display: block;
  height: 1.5rem;
  width: 1.5rem;
}
.ghl-support-opportunities.ghl-support-opportunities.ghl-support-opportunities .hearts span:not(:last-of-type) {
  margin-right: 1rem;
}

.ghl-how-it-works-summary.ghl-how-it-works-summary.ghl-how-it-works-summary.ghl-how-it-works-summary {
  background: #fff;
  padding: 9.25rem 0;
}
@media screen and (max-width: 1023px) {
  .ghl-how-it-works-summary.ghl-how-it-works-summary.ghl-how-it-works-summary.ghl-how-it-works-summary {
    padding: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .ghl-how-it-works-summary.ghl-how-it-works-summary.ghl-how-it-works-summary.ghl-how-it-works-summary {
    padding: 3rem;
  }
}
.ghl-how-it-works-summary.ghl-how-it-works-summary.ghl-how-it-works-summary.ghl-how-it-works-summary .wp-block-group__inner-container {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  max-width: 62rem;
}
.ghl-how-it-works-summary.ghl-how-it-works-summary.ghl-how-it-works-summary.ghl-how-it-works-summary h2 {
  color: #ff9173;
  font-size: 3rem;
  margin: 0 0 4rem;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .ghl-how-it-works-summary.ghl-how-it-works-summary.ghl-how-it-works-summary.ghl-how-it-works-summary h2 {
    font-size: 2.25rem;
    margin-bottom: 1rem;
  }
}
.ghl-how-it-works-summary.ghl-how-it-works-summary.ghl-how-it-works-summary.ghl-how-it-works-summary h3 {
  margin: 0 0 2rem;
}
@media screen and (max-width: 767px) {
  .ghl-how-it-works-summary.ghl-how-it-works-summary.ghl-how-it-works-summary.ghl-how-it-works-summary h3 {
    font-size: 1.75rem;
    margin: 0 0 5rem;
  }
}
.ghl-how-it-works-summary.ghl-how-it-works-summary.ghl-how-it-works-summary.ghl-how-it-works-summary ul {
  display: flex;
  list-style: none;
  justify-content: space-between;
  margin: 0;
  max-width: 60rem;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .ghl-how-it-works-summary.ghl-how-it-works-summary.ghl-how-it-works-summary.ghl-how-it-works-summary ul {
    align-items: center;
    flex-direction: column;
  }
}
.ghl-how-it-works-summary.ghl-how-it-works-summary.ghl-how-it-works-summary.ghl-how-it-works-summary li {
  font-size: 0.9375rem;
  line-height: 1.4;
  max-width: 13.375rem;
}
@media screen and (max-width: 1023px) {
  .ghl-how-it-works-summary.ghl-how-it-works-summary.ghl-how-it-works-summary.ghl-how-it-works-summary li {
    max-width: 12.375rem;
  }
}
@media screen and (max-width: 767px) {
  .ghl-how-it-works-summary.ghl-how-it-works-summary.ghl-how-it-works-summary.ghl-how-it-works-summary li {
    margin-bottom: 5rem;
    max-width: none;
  }
}
.ghl-how-it-works-summary.ghl-how-it-works-summary.ghl-how-it-works-summary.ghl-how-it-works-summary li strong {
  color: #ff9173;
}
.ghl-how-it-works-summary.ghl-how-it-works-summary.ghl-how-it-works-summary.ghl-how-it-works-summary li::before {
  background: no-repeat center #e5e5e5;
  border-radius: 2rem;
  content: "";
  display: block;
  height: 11.4375rem;
  margin-bottom: 2rem;
  width: 11.4375rem;
}
@media screen and (max-width: 767px) {
  .ghl-how-it-works-summary.ghl-how-it-works-summary.ghl-how-it-works-summary.ghl-how-it-works-summary li::before {
    margin: 0 auto 2rem;
  }
}
.ghl-how-it-works-summary.ghl-how-it-works-summary.ghl-how-it-works-summary.ghl-how-it-works-summary li:first-of-type::before {
  background-image: url("img/phone.svg");
  background-size: 4.75rem 6.125rem;
  background-position: 4rem 2.5rem;
}
.ghl-how-it-works-summary.ghl-how-it-works-summary.ghl-how-it-works-summary.ghl-how-it-works-summary li:nth-of-type(2)::before {
  background-image: url("img/call-center.svg");
  background-size: 4.1875rem 6rem;
}
.ghl-how-it-works-summary.ghl-how-it-works-summary.ghl-how-it-works-summary.ghl-how-it-works-summary li:last-of-type::before {
  background-image: url("img/helping-hands.svg");
  background-size: 6.125rem;
}

.ghl-how-it-works-extended.ghl-how-it-works-extended.ghl-how-it-works-extended {
  background: #e5e5e5;
  position: relative;
  overflow: hidden;
}
.ghl-how-it-works-extended.ghl-how-it-works-extended.ghl-how-it-works-extended h3 {
  margin: 5rem 0 2.5rem;
}
@media screen and (max-width: 767px) {
  .ghl-how-it-works-extended.ghl-how-it-works-extended.ghl-how-it-works-extended h3 {
    font-size: 2rem;
  }
}
.ghl-how-it-works-extended.ghl-how-it-works-extended.ghl-how-it-works-extended > .wp-block-group__inner-container {
  display: flex;
  max-width: 56rem;
  position: relative;
  justify-content: space-between;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .ghl-how-it-works-extended.ghl-how-it-works-extended.ghl-how-it-works-extended > .wp-block-group__inner-container {
    flex-direction: column;
  }
}
@media screen and (max-width: 1023px) {
  .ghl-how-it-works-extended.ghl-how-it-works-extended.ghl-how-it-works-extended > .wp-block-group__inner-container .wp-block-group__inner-container {
    padding: 0 3rem;
  }
}
.ghl-how-it-works-extended.ghl-how-it-works-extended.ghl-how-it-works-extended::before {
  background: url("img/brand-squares-white-10x10.svg");
  content: "";
  height: 90rem;
  width: 90rem;
  position: absolute;
  top: -23.5rem;
  right: -57rem;
  transform: rotate(38deg);
}
@media screen and (max-width: 767px) {
  .ghl-how-it-works-extended.ghl-how-it-works-extended.ghl-how-it-works-extended::before {
    opacity: 0.5;
  }
}
.ghl-how-it-works-extended.ghl-how-it-works-extended.ghl-how-it-works-extended .phone-container {
  background: #000;
  border-radius: 2rem;
  box-sizing: border-box;
  justify-self: end;
  margin: auto 0 auto 6.9375rem;
  max-width: 100%;
  padding: 1rem;
  position: relative;
  transform: scale(0.85);
  width: 21rem;
}
@media screen and (max-width: 1023px) {
  .ghl-how-it-works-extended.ghl-how-it-works-extended.ghl-how-it-works-extended .phone-container {
    flex-shrink: 0;
    margin: auto 0;
  }
}
@media screen and (max-width: 767px) {
  .ghl-how-it-works-extended.ghl-how-it-works-extended.ghl-how-it-works-extended .phone-container {
    align-self: center;
    margin-bottom: 2rem;
  }
}
.ghl-how-it-works-extended.ghl-how-it-works-extended.ghl-how-it-works-extended .phone-container .phone-container-inner {
  background: #fff;
  border-radius: 1rem;
  box-shadow: inset 0.0625rem 0.0625rem 0.125rem 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.ghl-how-it-works-extended.ghl-how-it-works-extended.ghl-how-it-works-extended .phone-container h4 {
  background: rgba(0, 0, 0, 0.05);
  color: #283341;
  font-size: 0.75rem;
  padding: 2rem 0 0.75rem;
  margin: 0;
  text-align: center;
}
.ghl-how-it-works-extended.ghl-how-it-works-extended.ghl-how-it-works-extended .phone-container ul {
  color: #444;
  display: flex;
  flex-direction: column;
  list-style: none;
  padding: 0.75rem 1.25rem;
  z-index: 1;
}
.ghl-how-it-works-extended.ghl-how-it-works-extended.ghl-how-it-works-extended .phone-container ul li {
  display: inline-block;
  border-radius: 0.25rem;
  background: #e1e1e1;
  width: max-content;
  margin: 0.5rem 0;
  padding: 0.5rem 0.75rem;
  max-width: 13.5rem;
}
.ghl-how-it-works-extended.ghl-how-it-works-extended.ghl-how-it-works-extended .phone-container ul li:nth-child(even) {
  align-self: flex-end;
  background: #ddf0ff;
}
.ghl-how-it-works-extended.ghl-how-it-works-extended.ghl-how-it-works-extended h2 {
  color: #1C242B;
  font-size: 1.875rem;
  line-height: 1.12;
  margin-top: 7.1875rem;
}
.ghl-how-it-works-extended.ghl-how-it-works-extended.ghl-how-it-works-extended p {
  font-size: 0.9375rem;
  line-height: 1.5;
  margin: 1.5rem 0;
  max-width: 29.6975rem;
}
.ghl-how-it-works-extended.ghl-how-it-works-extended.ghl-how-it-works-extended p:last-of-type {
  margin-bottom: 5.875rem;
}
@media screen and (max-width: 767px) {
  .ghl-how-it-works-extended.ghl-how-it-works-extended.ghl-how-it-works-extended p:last-of-type {
    margin-bottom: 2rem;
  }
}

.ghl-media-hits.ghl-media-hits.ghl-media-hits {
  background: #f2c8ba;
  padding: 3rem 1.5rem;
}
.ghl-media-hits.ghl-media-hits.ghl-media-hits ul {
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0 auto;
  max-width: 80rem;
  align-items: center;
  justify-content: center;
}
.ghl-media-hits.ghl-media-hits.ghl-media-hits ul li {
  text-align: center;
  flex-grow: 1;
}
.ghl-media-hits.ghl-media-hits.ghl-media-hits ul img {
  max-width: 10rem;
}

.ghl-donation-box {
  align-items: center;
  background: #fff;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 4rem 3rem 3rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .ghl-donation-box {
    padding: 1rem;
  }
}
.ghl-donation-box h2 {
  margin: 0 0 1.5rem;
  text-transform: uppercase;
}
.ghl-donation-box > iframe {
  max-height: none !important;
  max-width: 62.5rem;
  width: 100%;
}
@media screen and (max-width: 42rem) {
  .ghl-donation-box > iframe {
    max-width: 26.6875rem;
  }
}

.ghl-contact-form.ghl-contact-form.ghl-contact-form {
  background: #e5e5e5;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 5rem 3rem;
}
@media screen and (max-width: 767px) {
  .ghl-contact-form.ghl-contact-form.ghl-contact-form {
    padding: 2.5rem;
  }
}
.ghl-contact-form.ghl-contact-form.ghl-contact-form .wp-block-group__inner-container {
  max-width: 40rem;
  width: 100%;
}
.ghl-contact-form.ghl-contact-form.ghl-contact-form .wp-block-group__inner-container > p {
  line-height: 1.5;
}
.ghl-contact-form.ghl-contact-form.ghl-contact-form .wp-block-group__inner-container > p:last-of-type {
  margin-bottom: 3rem;
}
.ghl-contact-form.ghl-contact-form.ghl-contact-form h2 {
  color: #273342;
  font-size: 3rem;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .ghl-contact-form.ghl-contact-form.ghl-contact-form h2 {
    margin-bottom: 1.5rem;
  }
}
.ghl-contact-form.ghl-contact-form.ghl-contact-form p {
  margin-bottom: 1.5rem;
}
.ghl-contact-form.ghl-contact-form.ghl-contact-form input {
  border-radius: 0;
  margin-top: 0.5rem;
  width: 100%;
}
.ghl-contact-form.ghl-contact-form.ghl-contact-form input:focus {
  outline: 0.125rem solid #273342;
}
.ghl-contact-form.ghl-contact-form.ghl-contact-form textarea {
  margin-top: 0.5rem;
}
.ghl-contact-form.ghl-contact-form.ghl-contact-form textarea:focus {
  outline: 0.125rem solid #273342;
}
.ghl-contact-form.ghl-contact-form.ghl-contact-form [type=submit] {
  background: #ff9173;
}
.ghl-contact-form.ghl-contact-form.ghl-contact-form [type=submit]:active, .ghl-contact-form.ghl-contact-form.ghl-contact-form [type=submit]:hover {
  background: #d47156;
}

.ghl-follow-up.ghl-follow-up.ghl-follow-up.ghl-follow-up {
  background: #fff;
  padding: 7rem 5rem;
}
@media screen and (max-width: 1023px) {
  .ghl-follow-up.ghl-follow-up.ghl-follow-up.ghl-follow-up {
    padding: 5rem 3rem;
  }
}
@media screen and (max-width: 767px) {
  .ghl-follow-up.ghl-follow-up.ghl-follow-up.ghl-follow-up {
    padding: 3rem;
  }
}
.ghl-follow-up.ghl-follow-up.ghl-follow-up.ghl-follow-up > .wp-block-group__inner-container {
  max-width: 52rem;
  margin: 0 auto;
}
.ghl-follow-up.ghl-follow-up.ghl-follow-up.ghl-follow-up > .wp-block-group__inner-container .wp-block-group__inner-container {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .ghl-follow-up.ghl-follow-up.ghl-follow-up.ghl-follow-up > .wp-block-group__inner-container .wp-block-group__inner-container {
    flex-direction: column-reverse;
  }
}
.ghl-follow-up.ghl-follow-up.ghl-follow-up.ghl-follow-up h3 {
  color: #ff9173;
  font-size: 3rem;
  margin: 0 0 3.5rem 1.5rem;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .ghl-follow-up.ghl-follow-up.ghl-follow-up.ghl-follow-up h3 {
    font-size: 2.25rem;
    margin: 0 0 2rem;
  }
}
.ghl-follow-up.ghl-follow-up.ghl-follow-up.ghl-follow-up .follow-up-sample {
  align-items: flex-start;
  flex-direction: column;
  list-style: none;
  margin: 0;
  max-width: 20rem;
  padding: 0 1.25rem;
}
@media screen and (max-width: 767px) {
  .ghl-follow-up.ghl-follow-up.ghl-follow-up.ghl-follow-up .follow-up-sample {
    margin: 2rem -1.15rem;
  }
}
.ghl-follow-up.ghl-follow-up.ghl-follow-up.ghl-follow-up .follow-up-sample li {
  border-radius: 0.75rem;
  margin-bottom: 1rem;
  padding: 1.125rem;
  position: relative;
}
@media screen {
  .ghl-follow-up.ghl-follow-up.ghl-follow-up.ghl-follow-up .follow-up-sample li .hidden {
    display: none;
  }
}
.ghl-follow-up.ghl-follow-up.ghl-follow-up.ghl-follow-up .follow-up-sample li.recieved {
  background: #8b75ab;
  color: #ebe5f3;
}
.ghl-follow-up.ghl-follow-up.ghl-follow-up.ghl-follow-up .follow-up-sample li.recieved::before {
  background: url("img/triangle-recieved.svg");
  left: -0.9375rem;
}
.ghl-follow-up.ghl-follow-up.ghl-follow-up.ghl-follow-up .follow-up-sample li.sent {
  align-self: flex-end;
  background: #ebe5f3;
  color: #8b75ab;
}
.ghl-follow-up.ghl-follow-up.ghl-follow-up.ghl-follow-up .follow-up-sample li.sent::before {
  background: url("img/triangle-sent.svg");
  right: -0.9375rem;
  width: 0.9375rem;
}
.ghl-follow-up.ghl-follow-up.ghl-follow-up.ghl-follow-up .follow-up-sample li:last-of-type {
  margin-bottom: 0;
}
.ghl-follow-up.ghl-follow-up.ghl-follow-up.ghl-follow-up .follow-up-sample li::before {
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 0.8125rem;
  position: absolute;
  width: 1rem;
  top: 1rem;
}
.ghl-follow-up.ghl-follow-up.ghl-follow-up.ghl-follow-up p {
  line-height: 1.5;
  max-width: 23rem;
  margin: auto 0;
}
@media screen and (max-width: 1023px) {
  .ghl-follow-up.ghl-follow-up.ghl-follow-up.ghl-follow-up p {
    margin-left: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .ghl-follow-up.ghl-follow-up.ghl-follow-up.ghl-follow-up p {
    margin: 0;
  }
}

.ghl-how-to-help.ghl-how-to-help.ghl-how-to-help.ghl-how-to-help {
  background: #fac6b7;
  padding: 7rem 5rem;
}
@media screen and (max-width: 1023px) {
  .ghl-how-to-help.ghl-how-to-help.ghl-how-to-help.ghl-how-to-help {
    padding: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .ghl-how-to-help.ghl-how-to-help.ghl-how-to-help.ghl-how-to-help {
    padding: 2.5rem;
  }
}
.ghl-how-to-help.ghl-how-to-help.ghl-how-to-help.ghl-how-to-help > .wp-block-group__inner-container {
  max-width: 51rem;
}
.ghl-how-to-help.ghl-how-to-help.ghl-how-to-help.ghl-how-to-help > .wp-block-group__inner-container .wp-block-group {
  margin: 0 0 2.5rem;
}
.ghl-how-to-help.ghl-how-to-help.ghl-how-to-help.ghl-how-to-help > .wp-block-group__inner-container .wp-block-group__inner-container {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .ghl-how-to-help.ghl-how-to-help.ghl-how-to-help.ghl-how-to-help > .wp-block-group__inner-container .wp-block-group__inner-container {
    flex-direction: column;
  }
}
.ghl-how-to-help.ghl-how-to-help.ghl-how-to-help.ghl-how-to-help > .wp-block-group__inner-container .wp-block-group__inner-container p {
  margin: 0 2rem 0 0;
  max-width: 25rem;
}
@media screen and (max-width: 767px) {
  .ghl-how-to-help.ghl-how-to-help.ghl-how-to-help.ghl-how-to-help > .wp-block-group__inner-container .wp-block-group__inner-container p {
    margin-bottom: 1.5rem;
  }
}
.ghl-how-to-help.ghl-how-to-help.ghl-how-to-help.ghl-how-to-help h3 {
  color: #263342;
  font-size: 3rem;
  margin-bottom: 3rem;
  text-transform: uppercase;
}
.ghl-how-to-help.ghl-how-to-help.ghl-how-to-help.ghl-how-to-help h4 {
  margin: 0 0 1rem;
}
.ghl-how-to-help.ghl-how-to-help.ghl-how-to-help.ghl-how-to-help p {
  line-height: 1.5;
  margin: 0 0 2.5rem;
}
.ghl-how-to-help.ghl-how-to-help.ghl-how-to-help.ghl-how-to-help p:last-of-type {
  margin-bottom: 0;
}
.ghl-how-to-help.ghl-how-to-help.ghl-how-to-help.ghl-how-to-help a {
  color: #263342;
}
.ghl-how-to-help.ghl-how-to-help.ghl-how-to-help.ghl-how-to-help a:hover {
  color: #000;
}
.ghl-how-to-help.ghl-how-to-help.ghl-how-to-help.ghl-how-to-help ul {
  align-items: center;
  display: flex;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  max-width: 20rem;
  padding: 0;
  width: 100%;
}
.ghl-how-to-help.ghl-how-to-help.ghl-how-to-help.ghl-how-to-help ul a {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: transparent;
  display: inline-block;
  overflow: hidden;
}
.ghl-how-to-help.ghl-how-to-help.ghl-how-to-help.ghl-how-to-help ul a.facebook {
  background-image: url("img/facebook.svg");
  height: 3.1875rem;
  width: 3.1875rem;
}
.ghl-how-to-help.ghl-how-to-help.ghl-how-to-help.ghl-how-to-help ul a.instagram {
  background-image: url("img/instagram.svg");
  height: 3.375rem;
  width: 3.375rem;
}
.ghl-how-to-help.ghl-how-to-help.ghl-how-to-help.ghl-how-to-help ul a.twitter {
  background-image: url("img/twitter.svg");
  height: 2.9375rem;
  width: 3.6875rem;
}
.ghl-how-to-help.ghl-how-to-help.ghl-how-to-help.ghl-how-to-help ul a.youtube {
  background-image: url("img/youtube.svg");
  height: 3.125rem;
  width: 4.1875rem;
}
.ghl-how-to-help.ghl-how-to-help.ghl-how-to-help.ghl-how-to-help ul a:hover {
  color: transparent;
}

.page-template-good-tips .ghl-footer,
.page-template-good-tips .ghl-site-header {
  background: #47334C;
}
.page-template-good-tips .entry-content {
  background-color: #382C3A;
  color: #FFFFFF;
  font-family: Montserrat, sans-serif;
  margin: 0;
  padding-bottom: 2rem;
  padding-top: 5rem;
  letter-spacing: 0.1em;
}
.page-template-good-tips .entry-content h1,
.page-template-good-tips .entry-content h2,
.page-template-good-tips .entry-content h3,
.page-template-good-tips .entry-content h4,
.page-template-good-tips .entry-content h5,
.page-template-good-tips .entry-content h6 {
  color: #FEA28B;
}
.page-template-good-tips .entry-content strong {
  font-family: Montserrat, sans-serif;
}
@media (max-width: 559px) {
  .page-template-good-tips .wp-block-group .wp-block-group__inner-container > * {
    margin-top: 2rem;
    margin-bottom: 2rem;
    max-width: calc(100% - 2rem) !important;
  }
}

.page-template-good-tips .entry-content {
  line-height: 1.4;
}
.page-template-good-tips .entry-content h2,
.page-template-good-tips .entry-content h3,
.page-template-good-tips .entry-content h4,
.page-template-good-tips .entry-content h5,
.page-template-good-tips .entry-content h6 {
  letter-spacing: 0.1em;
}
.page-template-good-tips .entry-content p {
  line-height: 1.6;
  margin-bottom: 1rem;
}
.page-template-good-tips .entry-content .gh-good-tips-heading {
  color: #FEA28B;
  font-size: 1.75rem;
  letter-spacing: 0.2em;
  margin-bottom: 2rem;
  text-transform: uppercase;
}
.page-template-good-tips .entry-content .gh-good-tips-title {
  color: #FFFFFF;
  font-family: "Playfair Display", sans-serif;
  font-size: 2.5rem;
  font-style: italic;
  letter-spacing: 0;
  max-width: 400px;
  margin: 1rem auto 2rem;
  text-transform: none;
}
@media (min-width: 600px) {
  .page-template-good-tips .entry-content .gh-good-tips-title {
    font-size: 3rem;
  }
}
@media (min-width: 782px) {
  .page-template-good-tips .entry-content .gh-good-tips-title {
    font-size: 3.5rem;
  }
}
.page-template-good-tips .entry-content .gh-good-tips-description {
  margin-left: auto;
  margin-right: auto;
  margin-top: 3rem;
}
@media (min-width: 560px) {
  .page-template-good-tips .entry-content .gh-good-tips-description {
    max-width: 550px !important;
  }
}
.page-template-good-tips .entry-content .gh-good-tips-info {
  background-color: #47334C;
  color: #FFFFFF;
  font-size: 1rem;
  padding: 2rem;
  line-height: 1.75;
  text-transform: uppercase;
}
@media (min-width: 450px) {
  .page-template-good-tips .entry-content .gh-good-tips-info {
    font-size: 1.25rem;
    padding: 1.75rem 3rem;
  }
}
@media (min-width: 600px) {
  .page-template-good-tips .entry-content .gh-good-tips-info {
    padding: 1.75rem 4rem;
  }
}
.page-template-good-tips .entry-content .gh-good-tips-info a,
.page-template-good-tips .entry-content .gh-good-tips-info a:active,
.page-template-good-tips .entry-content .gh-good-tips-info a:visited {
  color: #FFFFFF;
  text-decoration: none;
}
.page-template-good-tips .entry-content .gh-good-tips-info a:focus,
.page-template-good-tips .entry-content .gh-good-tips-info a:hover {
  color: #FEA28B;
  text-decoration: underline;
}
.page-template-good-tips .entry-content .wp-block-group.gh-good-tips-schedule {
  margin-top: 6rem;
}
.page-template-good-tips .entry-content .wp-block-group.gh-good-tips-schedule .wp-block-table.gh-good-tips-schedule-table {
  color: #FFFFFF;
}
.page-template-good-tips .entry-content .wp-block-group.gh-good-tips-schedule .wp-block-table.gh-good-tips-schedule-table table {
  margin: 0 auto;
  max-width: 550px;
}
.page-template-good-tips .entry-content .wp-block-group.gh-good-tips-schedule .wp-block-table.gh-good-tips-schedule-table tr:nth-child(odd) {
  color: #FEA28B;
}
.page-template-good-tips .entry-content .wp-block-group.gh-good-tips-schedule .wp-block-table.gh-good-tips-schedule-table td {
  border: 0 none;
  padding-top: 1rem;
  padding-left: 1rem;
  vertical-align: top;
  word-break: break-word;
}
.page-template-good-tips .entry-content .wp-block-group.gh-good-tips-schedule .wp-block-table.gh-good-tips-schedule-table td:first-child {
  white-space: nowrap;
  padding-right: 1rem;
  text-transform: uppercase;
}
.page-template-good-tips .entry-content .wp-block-group.gh-good-tips-past-episodes {
  margin-top: 6rem;
}
.page-template-good-tips .entry-content .wp-block-group.gh-good-tips-newsletter-signup {
  margin-top: 6rem;
}
.page-template-good-tips .entry-content .wp-block-group.gh-good-tips-newsletter-signup .wp-block-group__inner-container > p:not(.gh-good-tips-info) {
  letter-spacing: 0.02em;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 560px) {
  .page-template-good-tips .entry-content .wp-block-group.gh-good-tips-newsletter-signup .wp-block-group__inner-container > p:not(.gh-good-tips-info) {
    max-width: 550px !important;
  }
}
.page-template-good-tips .entry-content .wp-block-group.gh-good-tips-newsletter-signup form {
  display: flex;
  margin: 0 auto 6rem;
  width: 100%;
  text-align: center;
}
@media (max-width: 559px) {
  .page-template-good-tips .entry-content .wp-block-group.gh-good-tips-newsletter-signup form {
    align-items: center;
    flex-direction: column;
  }
}
@media (min-width: 560px) {
  .page-template-good-tips .entry-content .wp-block-group.gh-good-tips-newsletter-signup form {
    justify-content: center;
    max-width: 550px !important;
  }
}
.page-template-good-tips .entry-content .wp-block-group.gh-good-tips-newsletter-signup form input[type=email] {
  border: 0;
  border-radius: 0.5rem;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  max-width: 18rem;
  padding: 1rem 1.5rem;
}
@media (max-width: 559px) {
  .page-template-good-tips .entry-content .wp-block-group.gh-good-tips-newsletter-signup form input[type=email] {
    margin-bottom: 1rem;
  }
}
@media (min-width: 560px) {
  .page-template-good-tips .entry-content .wp-block-group.gh-good-tips-newsletter-signup form input[type=email] {
    margin-right: 1rem;
  }
}
.page-template-good-tips .entry-content .wp-block-group.gh-good-tips-newsletter-signup form button {
  background: #FEA28B;
  color: #382C3A;
  width: 9rem;
}

.wp-block-cover.homepage-good-tips-block,
.wp-block-group.homepage-good-tips-block {
  padding: 6rem 0;
}
.wp-block-cover.homepage-good-tips-block .wp-block-group__inner-container,
.wp-block-cover.homepage-good-tips-block .wp-block-cover__inner-container,
.wp-block-group.homepage-good-tips-block .wp-block-group__inner-container,
.wp-block-group.homepage-good-tips-block .wp-block-cover__inner-container {
  max-width: 70rem;
  padding-left: 4rem;
  padding-right: 4rem;
}
.wp-block-cover.homepage-good-tips-block h4,
.wp-block-group.homepage-good-tips-block h4 {
  font-family: "Playfair Display", sans-serif;
  font-size: 3.5rem;
  font-style: italic;
}
.wp-block-cover.homepage-good-tips-block p,
.wp-block-group.homepage-good-tips-block p {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 2rem;
}
.wp-block-cover.homepage-good-tips-block .wp-block-button a,
.wp-block-group.homepage-good-tips-block .wp-block-button a {
  line-height: 1.15;
  font-family: Montserrat, sans-serif;
  padding: 19px 29px;
  font-size: 1rem;
  display: flex;
}
.wp-block-cover.homepage-good-tips-block .wp-block-button.watch-now a:after,
.wp-block-group.homepage-good-tips-block .wp-block-button.watch-now a:after {
  background-image: url("img/arrow-forward-outline.svg");
  background-size: 22px 22px;
  content: "";
  color: #382c3a;
  display: block;
  margin-left: 0.4rem;
  margin-top: -1px;
  height: 22px;
  width: 22px;
}
.wp-block-cover.homepage-good-tips-block .tiled-gallery__item > img,
.wp-block-group.homepage-good-tips-block .tiled-gallery__item > img {
  background-color: transparent;
}

.wp-block-cover.homepage-good-tips-block {
  background: #382C3A;
}
.wp-block-cover.homepage-good-tips-block > img {
  left: auto;
  width: 50%;
  mask-image: linear-gradient(to left, rgb(0, 0, 0), rgba(0, 0, 0, 0));
}

/* sb-youtube.min.css | http://gameshotline.test/wp-content/plugins/feeds-for-youtube/css/sb-youtube.min.css?ver=1.2.1 */
[id^=sb_youtube_].sb_youtube.sby_col_2 .sby_items_wrap .sby_item {
  padding: 1rem 0 !important;
}

/* Inline #18 | http://gameshotline.test/goodtips/ */
@media (min-width: 480px) {
  [id^=sb_youtube_].sb_youtube.sby_col_2 .sby_items_wrap .sby_item:nth-child(2n+1) {
    padding-right: 1rem !important;
  }
  [id^=sb_youtube_].sb_youtube.sby_col_2 .sby_items_wrap .sby_item:nth-child(2n) {
    padding-left: 1rem !important;
  }
}
.page-template-post-to-page main {
  background-color: #fff;
}

.post-type-archive-resource #main {
  background-color: #e5e5e5;
  line-height: 1.5;
}
.post-type-archive-resource .archive-title-wrapper {
  background-color: #483942;
  color: #fff;
  padding: 4rem 6rem;
}
@media screen and (max-width: 767px) {
  .post-type-archive-resource .archive-title-wrapper {
    padding: 2rem;
  }
}
.post-type-archive-resource .archive-title {
  font-size: 3rem;
  letter-spacing: 0.125rem;
  margin-bottom: 1.5rem;
  text-align: center;
  text-transform: uppercase;
}
.post-type-archive-resource .archive-description {
  margin: 1rem auto;
  max-width: 550px;
  width: calc(100% - 3rem);
}
.post-type-archive-resource .archive-content,
.post-type-archive-resource .resource-download-wrapper {
  align-items: flex-start;
  color: #444;
  display: flex;
  margin: 0 auto 6rem;
  max-width: 1200px;
  padding-top: 6rem;
  width: calc(100% - 8rem);
}
@media screen and (max-width: 1023px) {
  .post-type-archive-resource .archive-content,
.post-type-archive-resource .resource-download-wrapper {
    margin: 0 auto 4rem;
    padding-top: 4rem;
    width: calc(100% - 6rem);
  }
}
@media screen and (max-width: 767px) {
  .post-type-archive-resource .archive-content,
.post-type-archive-resource .resource-download-wrapper {
    display: block;
    margin: 0 auto 2rem;
    padding-top: 2rem;
    width: calc(100% - 4rem);
  }
}
.post-type-archive-resource .resource-filter {
  margin-right: 4rem;
  flex: 0 0 250px;
}
@media screen and (max-width: 1023px) {
  .post-type-archive-resource .resource-filter {
    margin-right: 3rem;
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .post-type-archive-resource .resource-filter {
    margin-bottom: 2rem;
    margin-right: 0;
  }
}
.post-type-archive-resource .resource-filter__title {
  font-size: 16px;
  margin-bottom: 0.75rem;
}
.post-type-archive-resource .resource-tag-list,
.post-type-archive-resource .resource-category-list {
  list-style: none;
  margin-bottom: 2rem;
  padding: 0;
}
.post-type-archive-resource .resource-tag-list__item,
.post-type-archive-resource .resource-category-list__item {
  margin-bottom: 0.75rem;
}
.post-type-archive-resource .resource-tag-list__item a, .post-type-archive-resource .resource-tag-list__item a:visited,
.post-type-archive-resource .resource-category-list__item a,
.post-type-archive-resource .resource-category-list__item a:visited {
  color: #444;
  text-decoration: none;
}
.post-type-archive-resource .resource-tag-list__item a:hover, .post-type-archive-resource .resource-tag-list__item a:focus, .post-type-archive-resource .resource-tag-list__item a:active,
.post-type-archive-resource .resource-category-list__item a:hover,
.post-type-archive-resource .resource-category-list__item a:focus,
.post-type-archive-resource .resource-category-list__item a:active {
  color: #444;
  text-decoration: underline;
}
.post-type-archive-resource .resource-category-list__item.is-active > a {
  text-decoration: underline;
  display: flex;
  align-items: flex-start;
}
.post-type-archive-resource .resource-category-list__item.is-active > a:before {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 8.00012L7 11.0001L12.0002 6' stroke='%23483942' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
  background-position: center;
  content: "";
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  height: 1.5em;
  margin-right: 0.5rem;
  width: 1rem;
}
.post-type-archive-resource .resource-tag-list__item > a {
  display: flex;
  align-items: flex-start;
}
.post-type-archive-resource .resource-tag-list__item > a:before {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='16' height='16' rx='4' fill='%239D9D9D'/%3E%3C/svg%3E%0A");
  background-position: center;
  content: "";
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  height: 1.5em;
  margin-right: 1rem;
  width: 1rem;
}
.post-type-archive-resource .resource-tag-list__item.is-active > a:before {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='16' height='16' rx='4' fill='%23FF9173'/%3E%3Cpath d='M4 8.00012L7 11.0001L12.0002 6' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
}
.post-type-archive-resource .resource-list,
.post-type-archive-resource .resource-list--download {
  display: flex;
  flex-grow: 1;
  flex-wrap: wrap;
}
.post-type-archive-resource .resource-list .hentry,
.post-type-archive-resource .resource-list--download .hentry {
  background-color: #fff;
  margin-bottom: 3rem;
  transition: box-shadow 0.15s ease-out, transform 0.15s ease-out;
  word-break: break-word;
}
@media screen and (min-width: 1025px) {
  .post-type-archive-resource .resource-list .hentry:not(.no-resource-url):hover,
.post-type-archive-resource .resource-list--download .hentry:not(.no-resource-url):hover {
    box-shadow: 3px 3px 5px rgba(64, 64, 64, 0.5);
    transform: translate(-2px, -2px);
  }
}
.post-type-archive-resource .resource-list .hentry.no-resource-url,
.post-type-archive-resource .resource-list--download .hentry.no-resource-url {
  padding: 2rem 3.5rem 3.5rem;
}
.post-type-archive-resource .resource-list .hentry > a,
.post-type-archive-resource .resource-list--download .hentry > a {
  color: inherit;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 2rem 3.5rem 3.5rem;
  text-decoration: none;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .post-type-archive-resource .resource-list .hentry > a,
.post-type-archive-resource .resource-list--download .hentry > a {
    padding: 2rem 2rem 2.5rem;
  }
}
.post-type-archive-resource .resource-list .post-thumbnail,
.post-type-archive-resource .resource-list--download .post-thumbnail {
  margin: 1rem auto;
}
.post-type-archive-resource .resource-list .entry-title,
.post-type-archive-resource .resource-list--download .entry-title {
  font-size: 18px;
  margin: 1.5rem 0 2rem;
  text-align: center;
}
.post-type-archive-resource .resource-list .entry-content,
.post-type-archive-resource .resource-list--download .entry-content {
  margin: 0 0 2rem;
}
.post-type-archive-resource .gh-cta-btn, .post-type-archive-resource .gh-cta-btn:hover, .post-type-archive-resource .gh-cta-btn:focus {
  align-self: center;
  background-color: #483942;
  color: #fff;
  font-weight: 400;
  margin: auto auto 0;
  display: block;
}
@media screen and (min-width: 680px) and (max-width: 767px), screen and (min-width: 1080px) {
  .post-type-archive-resource .resource-list .hentry {
    margin-right: 3rem;
    width: calc(50% - 1.5rem);
  }
  .post-type-archive-resource .resource-list .hentry:nth-of-type(2n) {
    margin-right: 0;
  }
}
.post-type-archive-resource .resource-download-wrapper {
  display: block;
  margin-top: 0;
}
.post-type-archive-resource .resource-download__title {
  margin-bottom: 2rem;
  text-align: center;
}
.post-type-archive-resource .resource_download__description {
  margin: 1rem auto 3rem;
  max-width: 550px;
  width: calc(100% - 3rem);
}
@media screen and (min-width: 680px) and (max-width: 1079px) {
  .post-type-archive-resource .resource-list--download .hentry {
    margin-right: 3rem;
    width: calc(50% - 1.5rem);
  }
  .post-type-archive-resource .resource-list--download .hentry:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 1080px) {
  .post-type-archive-resource .resource-list--download .hentry {
    margin-right: 3rem;
    width: calc(33.3% - 3rem);
  }
  .post-type-archive-resource .resource-list--download .hentry:nth-of-type(3n) {
    margin-right: 0;
  }
}
.post-type-archive-resource .navigation.pagination {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}
.post-type-archive-resource .navigation.pagination .nav-links {
  justify-content: flex-start;
}
.post-type-archive-resource .prev.page-numbers:before,
.post-type-archive-resource .next.page-numbers:before {
  background-image: url(img/arrow-forward-outline.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 22px 22px;
  content: "";
  display: block;
  filter: invert(67%) sepia(56%) saturate(1735%) hue-rotate(316deg) brightness(110%) contrast(105%);
  height: 100%;
  width: 22px;
  transform: scaleX(-1);
}
.post-type-archive-resource .prev.page-numbers:hover:before,
.post-type-archive-resource .next.page-numbers:hover:before {
  filter: invert(67%) sepia(41%) saturate(2355%) hue-rotate(320deg) brightness(87%) contrast(90%);
}
.post-type-archive-resource .next.page-numbers:before {
  transform: scaleX(1);
}

.archive #primary,
.single-post #primary {
  background: #fff;
  overflow: hidden;
}
.archive main,
.single-post main {
  font-family: Poppins, sans-serif;
  font-size: 0.9375rem;
  line-height: 1.5;
  margin: 1.5rem auto;
}
.archive .button,
.archive button,
.archive input[type=submit],
.archive .wp-block-button__link,
.archive .wp-block-file__button,
.single-post .button,
.single-post button,
.single-post input[type=submit],
.single-post .wp-block-button__link,
.single-post .wp-block-file__button {
  background: #ff9173;
}
.archive .entry-title,
.single-post .entry-title {
  text-transform: uppercase;
  margin: 0 auto;
}
@media screen and (min-width: 560px) {
  .archive .entry-title,
.single-post .entry-title {
    max-width: 750px;
  }
}
.archive .entry-meta a,
.single-post .entry-meta a {
  color: #fff;
}
.archive .entry-content h1,
.single-post .entry-content h1 {
  font-size: 2rem;
}
.archive .entry-content h2,
.single-post .entry-content h2 {
  font-size: 1.5rem;
}
.archive .entry-content h3,
.single-post .entry-content h3 {
  font-size: 1.25rem;
}
.archive .entry-content h4,
.single-post .entry-content h4 {
  font-size: 1rem;
}
.archive .entry-content h5,
.single-post .entry-content h5 {
  font-size: 0.75rem;
}
.archive .entry-content h6,
.single-post .entry-content h6 {
  font-size: 0.75rem;
}
.archive .entry-footer,
.single-post .entry-footer {
  text-align: center;
}

.single-post main {
  margin-bottom: 0;
  padding-bottom: 0;
}
.single-post .entry-header {
  background: #ff9173;
  color: #1C242B;
  padding: 2.5rem 16px;
  margin: calc(-1.5rem - 32px) -16px 3rem !important;
  width: auto;
  max-width: none;
  text-align: center;
}
.single-post .entry-header .post-meta {
  color: #1C242B;
  text-align: center;
  font-style: italic;
  font-size: 1.25rem;
  margin-top: 0.5rem;
}
@media screen and (min-width: 750px) {
  .single-post .entry-header {
    margin: calc(-1.5rem - 32px) -100% 3rem !important;
  }
}
.single-post div.sharedaddy {
  text-align: center;
  background: #ff9173;
  color: #1C242B;
  padding: 2.5rem 0;
  margin: 2.5rem -100% 0 !important;
  width: auto;
  max-width: none !important;
}
.single-post div.sharedaddy h3.sd-title:before {
  content: none;
}
.single-post #sharing_email .sharing_send,
.single-post .sd-content ul li .option a.share-ustom,
.single-post .sd-content ul li a.sd-button,
.single-post .sd-content ul li.advanced a.share-more,
.single-post .sd-content ul li.preview-item div.option.option-smart-off a,
.single-post .sd-social-icon .sd-content ul li a.sd-button,
.single-post .sd-social-icon-text .sd-content ul li a.sd-button,
.single-post .sd-social-official .sd-content > ul > li .digg_button > a,
.single-post .sd-social-official .sd-content > ul > li > a.sd-button,
.single-post .sd-social-text .sd-content ul li a.sd-button {
  font-family: inherit;
  border-radius: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
  padding: 0;
}
.single-post #sharing_email .sharing_send:hover,
.single-post .sd-content ul li .option a.share-ustom:hover,
.single-post .sd-content ul li a.sd-button:hover,
.single-post .sd-content ul li.advanced a.share-more:hover,
.single-post .sd-content ul li.preview-item div.option.option-smart-off a:hover,
.single-post .sd-social-icon .sd-content ul li a.sd-button:hover,
.single-post .sd-social-icon-text .sd-content ul li a.sd-button:hover,
.single-post .sd-social-official .sd-content > ul > li .digg_button > a:hover,
.single-post .sd-social-official .sd-content > ul > li > a.sd-button:hover,
.single-post .sd-social-text .sd-content ul li a.sd-button:hover {
  font-family: inherit;
  border-radius: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
  padding: 0;
}
.single-post #sharing_email .sharing_send span,
.single-post .sd-content ul li .option a.share-ustom span,
.single-post .sd-content ul li a.sd-button span,
.single-post .sd-content ul li.advanced a.share-more span,
.single-post .sd-content ul li.preview-item div.option.option-smart-off a span,
.single-post .sd-social-icon .sd-content ul li a.sd-button span,
.single-post .sd-social-icon-text .sd-content ul li a.sd-button span,
.single-post .sd-social-official .sd-content > ul > li .digg_button > a span,
.single-post .sd-social-official .sd-content > ul > li > a.sd-button span,
.single-post .sd-social-text .sd-content ul li a.sd-button span {
  display: none;
}
.single-post .sd-content ul li {
  display: inline;
}
.single-post .sd-content ul li a.sd-button:before {
  font-size: 40px;
  background: #1C242B;
  color: #ff9173;
  border-radius: 100%;
  padding: 4px;
}
.single-post .sd-content ul li a.sd-button:hover:before {
  background: #31353a;
}
.single-post .sd-content .share-customize-link {
  margin-top: 20px;
}
.single-post .sd-content .share-customize-link a {
  color: #1C242B;
}

.page-safety-guide .hidden-mobile {
  display: block;
}
.page-safety-guide .back-to-top {
  display: none;
  width: 2rem;
  height: 2rem;
  position: fixed;
  bottom: 3.5rem;
  right: 1.5rem;
  border: solid #ff9173;
  border-width: 0 5px 5px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
.page-safety-guide .wp-block-columns.safety-guide-mobile-nav {
  display: none;
}
@media (min-width: 1184px) {
  .page-safety-guide .back-to-top {
    display: none !important;
  }
  .page-safety-guide .safety-guide-steps {
    display: none !important;
  }
}
@media (max-width: 1183px) {
  .page-safety-guide .hidden-mobile {
    display: none;
  }
  .page-safety-guide .back-to-top {
    display: block;
  }
  .page-safety-guide .wp-block-columns.safety-guide-mobile-nav {
    display: block;
  }
  .page-safety-guide .wp-block-columns.safety-guide-mobile-nav .wp-block-column ul {
    margin-top: 2rem;
  }
  .page-safety-guide .safety-guide-mobile-nav a {
    display: block;
    margin-top: 1rem;
  }
  .page-safety-guide .safety-guide-steps {
    display: flex;
    position: fixed;
    background: #333;
    bottom: 0;
    width: 100%;
    justify-content: space-between;
  }
  .page-safety-guide .safety-guide-steps button {
    display: block;
    background: transparent;
    padding: 1rem;
    width: 100%;
    text-align: center;
    color: #fff;
    text-decoration: underline;
  }
  .page-safety-guide .safety-guide-steps button:hover {
    background-color: rgba(0, 0, 0, 0.2);
  }
  .page-safety-guide .safety-guide-steps button[disabled],
.page-safety-guide .safety-guide-steps button[disabled]:hover {
    background: transparent;
    opacity: 0.5;
    text-decoration: none;
  }
  .page-safety-guide .wp-block-group .wp-block-group__inner-container > .wp-block-columns {
    margin-bottom: 32px;
  }
}

.content-area {
  background: #fff;
}

#blog-intro {
  padding: 40px 0;
  background: #483942;
}
#blog-intro .inner {
  display: flex;
  justify-content: space-between;
  align-content: center;
}
#blog-intro .inner img {
  max-height: 200px;
}
@media screen and (max-width: 767px) {
  #blog-intro .inner {
    padding: 0 16px;
  }
  #blog-intro .inner img {
    display: none;
  }
}
#blog-intro .inner h1 {
  text-transform: uppercase;
  font-size: 4rem;
  color: #fff;
  letter-spacing: 0.03em;
}
#blog-intro .inner h1 small {
  text-transform: none;
  display: block;
  font-size: 18px;
  font-weight: 500;
  margin-top: 8px;
  letter-spacing: 0.03em;
}

.archive #blog-intro h1 {
  font-size: 18px;
  align-self: center;
}
.archive #blog-intro h1 span {
  font-size: 4rem;
  display: block;
}

.main-loop {
  padding-bottom: 80px;
}
.main-loop .entry-header {
  margin-bottom: 15px;
}
.main-loop .entry-title a {
  text-decoration: none;
  color: #000;
}
.main-loop .entry-title a:hover {
  text-decoration: underline;
}
.main-loop article {
  margin-top: 80px;
  margin-bottom: 0;
}
.main-loop article .entry-content {
  margin-top: 15px;
}
.main-loop article .more-link {
  color: #d47156;
  margin-top: 10px;
}
.main-loop article .more-link:hover {
  color: #f2c8ba;
}
.main-loop article:first-child {
  margin-top: 50px;
}

article .entry-footer,
article .post-meta {
  margin: 0 auto;
  font-size: 16px;
  color: #000;
  text-align: left;
}
article .entry-footer a,
article .post-meta a {
  color: #d47156;
}
article .entry-footer a:hover,
article .post-meta a:hover {
  color: #f2c8ba;
}

.navigation.pagination,
.navigation.post-navigation {
  background: #e5e5e5;
  max-width: none;
  width: 100%;
  padding: 44px 16px;
}
.navigation.pagination .nav-links,
.navigation.post-navigation .nav-links {
  justify-content: center;
  color: #000;
  font-size: 20px;
}
.navigation.pagination .nav-links a,
.navigation.pagination .nav-links span,
.navigation.post-navigation .nav-links a,
.navigation.post-navigation .nav-links span {
  color: #000;
  font-size: 20px;
  padding: 0 14px;
}
.navigation.pagination .nav-links a:hover,
.navigation.post-navigation .nav-links a:hover {
  color: #d47156;
}
.navigation.pagination .nav-links a:hover span,
.navigation.post-navigation .nav-links a:hover span {
  color: #d47156;
}
.navigation.pagination .nav-links a:hover svg path,
.navigation.post-navigation .nav-links a:hover svg path {
  fill: #d47156 !important;
}

body .wp-block-cover .wp-block-cover__inner-container {
  max-width: 80rem;
  width: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media screen and (max-width: 767px) {
  body .wp-block-cover .wp-block-cover__inner-container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
body .wp-block-cover.narrow-cover .wp-block-cover__inner-container {
  max-width: 70rem;
}

.wp-block-social-links.is-style-logos-only .wp-social-link.wp-block-social-link {
  margin: 0;
}
.wp-block-social-links.is-style-logos-only .wp-social-link.wp-block-social-link .wp-block-social-link-anchor {
  padding: 0;
}
.wp-block-social-links.is-style-logos-only .wp-social-link.wp-block-social-link .wp-block-social-link-anchor svg {
  fill: #1d242a;
  width: 2.5rem;
  height: 2.5rem;
}

.wp-block-columns.profile-columns .wp-block-column {
  padding-left: 2rem;
  padding-right: 2rem;
}
@media screen and (max-width: 767px) {
  .wp-block-columns.profile-columns .wp-block-column {
    padding-left: 0;
    padding-right: 0;
  }
}

.wp-block-button.has-small-font-size .wp-block-button__link,
.wp-block-jetpack-button .wp-block-button__link {
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  color: #1d242a;
  font-weight: 600;
  padding: 0.75rem 1rem;
}

.wp-block-buttons > .wp-block-button.has-custom-font-size.has-small-font-size .wp-block-button__link {
  font-size: 1rem;
}

.wp-block-jetpack-button .wp-block-button__link {
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  body .wp-block-jetpack-contact-form .grunion-field-width-25-wrap,
body .wp-block-jetpack-contact-form .grunion-field-width-50-wrap,
body .wp-block-jetpack-contact-form .grunion-field-width-75-wrap {
    flex: 0 0 100%;
  }
}
.wp-block-cover.is-style-hate-raid-hero {
  padding-top: 6rem;
  padding-bottom: 8rem;
  position: relative;
}
.wp-block-cover.is-style-hate-raid-hero > a {
  position: absolute;
  z-index: 99;
  bottom: 20px;
  background: rgba(30, 36, 42, 0.5);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 99px;
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wp-block-cover.is-style-hate-raid-hero .wp-block-cover__inner-container {
  background: rgba(30, 36, 42, 0.5);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 30px;
  max-width: 766px;
  padding: 40px 30px;
  font-size: 16px;
  line-height: 32px;
}
.wp-block-cover.is-style-hate-raid-hero .wp-block-cover__inner-container *:not(.has-text-color) {
  color: #fff;
}
.wp-block-cover.is-style-hate-raid-hero ~ .wp-block-group .wp-block-columns {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  line-height: 32px;
}
.wp-block-cover.is-style-hate-raid-hero ~ .wp-block-group .wp-block-columns a {
  color: #f2c8ba;
}
.wp-block-cover.is-style-hate-raid-hero ~ .wp-block-group .wp-block-columns li::marker {
  color: #f2c8ba;
}
.wp-block-cover.is-style-hate-raid-hero ~ .wp-block-group .wp-block-columns ul {
  list-style: square;
}
@media only screen and (min-width: 560px) {
  .wp-block-cover.is-style-hate-raid-hero ~ .wp-block-group .wp-block-columns ol,
.wp-block-cover.is-style-hate-raid-hero ~ .wp-block-group .wp-block-columns ul {
    margin-left: 50px;
  }
}
.wp-block-cover.is-style-hate-raid-hero ~ .wp-block-group .wp-block-columns .wp-block-image img {
  border-radius: 10px;
}
.wp-block-cover.is-style-hate-raid-hero ~ .wp-block-group .wp-block-columns h1 {
  font-size: 2.5rem;
}
.wp-block-cover.is-style-hate-raid-hero ~ .wp-block-group .wp-block-columns h3 {
  font-size: 1.5rem;
}
.wp-block-cover.is-style-hate-raid-hero ~ .wp-block-group .wp-block-columns h4 {
  font-size: 1.35rem;
}
.wp-block-cover.is-style-hate-raid-hero ~ .wp-block-group .wp-block-columns .accordion-content *:not(li, h6) {
  margin-bottom: 32px;
}
.wp-block-cover.is-style-hate-raid-hero.safety-guide > a {
  width: 120px;
  height: 120px;
  margin-left: -30px;
  opacity: 0;
  border-radius: 0;
}
.wp-block-cover.is-style-hate-raid-hero.safety-guide .wp-block-cover__inner-container {
  display: none;
}
.wp-block-cover.is-style-hate-raid-hero.safety-guide ~ .wp-block-group {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.wp-block-cover.is-style-hate-raid-hero.safety-guide ~ .wp-block-group .wp-block-columns {
  max-width: 800px;
}
.wp-block-cover.is-style-hate-raid-hero.safety-guide ~ .wp-block-group .wp-block-columns a {
  color: #547a8c;
}
.wp-block-cover.is-style-hate-raid-hero.safety-guide ~ .wp-block-group .wp-block-columns li::marker {
  color: currentColor;
}
.wp-block-cover.is-style-hate-raid-hero.safety-guide ~ .wp-block-group .wp-block-columns .is-style-note-box {
  margin-left: 0;
  margin-right: 0;
  box-shadow: none;
}
.wp-block-cover.is-style-hate-raid-hero.safety-guide ~ .wp-block-group .wp-block-columns .is-style-note-box a {
  color: #fff;
}
.wp-block-cover.is-style-hate-raid-hero.safety-guide ~ .wp-block-group .wp-block-columns .is-style-note-box[style*="#fcd0b2"] a {
  color: #6261cc;
}
.wp-block-cover.is-style-hate-raid-hero.safety-guide ~ .wp-block-group .wp-block-columns .is-style-note-box[style*="#6261cc"] ol {
  margin-left: 0;
  padding-right: 160px;
}
.wp-block-cover.is-style-hate-raid-hero.safety-guide ~ .wp-block-group .wp-block-columns .is-style-note-box[style*="#6261cc"] h2 {
  position: relative;
  margin-bottom: 0;
  padding-right: 160px;
  font-size: 2rem;
}
.wp-block-cover.is-style-hate-raid-hero.safety-guide ~ .wp-block-group .wp-block-columns .is-style-note-box[style*="#6261cc"] h2 + h5 {
  margin-top: 10px;
  padding-right: 160px;
}
.wp-block-cover.is-style-hate-raid-hero.safety-guide ~ .wp-block-group .wp-block-columns .is-style-note-box[style*="#6261cc"] h2 img {
  position: absolute;
  right: 0;
  top: 0;
}
@media all and (max-width: 781px) {
  .wp-block-cover.is-style-hate-raid-hero.safety-guide ~ .wp-block-group .wp-block-columns .is-style-note-box[style*="#6261cc"] ol {
    padding-right: 0;
  }
  .wp-block-cover.is-style-hate-raid-hero.safety-guide ~ .wp-block-group .wp-block-columns .is-style-note-box[style*="#6261cc"] h2 {
    padding-right: 0;
    padding-left: 80px;
  }
  .wp-block-cover.is-style-hate-raid-hero.safety-guide ~ .wp-block-group .wp-block-columns .is-style-note-box[style*="#6261cc"] h2 + h5 {
    padding-right: 0;
    padding-left: 80px;
    margin-bottom: 25px;
  }
  .wp-block-cover.is-style-hate-raid-hero.safety-guide ~ .wp-block-group .wp-block-columns .is-style-note-box[style*="#6261cc"] h2 img {
    left: 0;
    right: auto;
    max-width: 60px;
  }
}
.wp-block-cover.is-style-hate-raid-hero.safety-guide ~ .wp-block-group .wp-block-columns .wp-block-column:not(:first-child:last-child) .is-style-note-box {
  height: 100%;
}

.is-style-note-box {
  background: #1e2529;
  border-radius: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
  padding: 24px;
  margin-left: 40px;
  margin-right: 40px;
}

@media only screen and (min-width: 560px) {
  .wp-block-columns .wp-block-column > .wp-block-separator {
    margin-top: 52px;
    margin-bottom: 52px;
  }
  .wp-block-columns .wp-block-column > .wp-block-separator:first-child {
    margin-top: 0;
  }
}

/*# sourceMappingURL=style.css.map */
