/* -----------------------------------------------

Stylesheet: Main Stylesheet

------------------------------------------------ */

/* --------------------------------

STYLE SET 1: GLOBAL & GENERAL

-------------------------------- */

* {
  box-sizing: border-box;
}

html {
  background: #26123d;
}

body {
  font-family: "Asap", sans-serif;
  /*color: #c1afdd;*/
  color: #ada2db;
  background: #0b0211;
  line-height: 1.3;
  overflow-x: hidden;
  font-weight: 500;
}

main {
  margin: 0;
  padding: 0;
}

.container {
  padding: 0 4rem;
  box-sizing: content-box;
  margin: 0 auto;
}

/* @media screen and (max-width: 39.9375rem) {
  .container {
    padding: 0 2rem;
  }
} */

.container-full {
  max-width: 100%;
  width: 100%;
}

.container-wide {
  max-width: 1732px;
}

.container-regular {
  max-width: 1457px;
}

.container-thin {
  max-width: 1076px;
}

.container-tiny {
  max-width: 986px;
}

.sticky.is-anchored,
.sticky.is-stuck {
  z-index: 999;
}

.text-center {
  text-align: center;
}

/***- ADMIN BAR STICKY FIX -***/
@media screen and (min-width: 655px) and (max-width: 782px) {
  .admin-bar header.header .sticky.is-stuck {
    margin-top: 42px !important;
  }
}
@media screen and (min-width: 783px) {
  .admin-bar header.header .sticky.is-stuck {
    margin-top: 32px !important;
  }
}

/* fix image under footer bug */
body > img {
  display: none !important;
}

/* --------------------------------

STYLE SET 2: NAVIGATION MENUS

-------------------------------- */

/* -------------------------
   MAIN NAV - MOBILE
------------------------- */

#trigger-overlay {
  margin: 0;
  display: inline-block;
}

.menu-icon:after {
  background: #000;
  -webkit-box-shadow: 0 7px 0 #000, 0 14px 0 #000;
  box-shadow: 0 7px 0 #000, 0 14px 0 #000;
}
.menu-icon:hover:after {
  background: #000;
  -webkit-box-shadow: 0 7px 0 #000, 0 14px 0 #000;
  box-shadow: 0 7px 0 #000, 0 14px 0 #000;
}

.sticky.is-stuck .menu-icon:after {
  background: #000;
  box-shadow: 0 7px 0 #000, 0 14px 0 #000;
}
.sticky.is-stuck .menu-icon:hover:after {
  background: #000;
  box-shadow: 0 7px 0 #000, 0 14px 0 #000;
}

/* Overlay style */
.mobile-nav {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #111;
  z-index: 1200;
}

/* Overlay closing cross */
.mobile-nav .overlay-close {
  width: 30px;
  height: 30px;
  font-size: 30px;
  position: absolute;
  cursor: pointer;
  top: 30px;
  right: 39px;
  overflow: hidden;
  border: none;
  outline: none;
  z-index: 100;
  transition: color ease 0.4s;
  border: 2px solid #f3f4f9;
  border-radius: 50%;
}
.mobile-nav .overlay-close .close-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.mobile-nav .overlay-close .close-button polygon {
  fill: #ffffff;
}
.admin-bar .mobile-nav .overlay-close {
  top: 90px;
}

.mobile-nav .overlay-close:focus,
.mobile-nav .overlay-close:hover {
  color: #fff;
  border-color: #fff;
}

.mobile-nav ul {
  text-align: center;
  position: relative;
  font-size: 1em;
  z-index: 2;
}

.mobile-nav li a {
  color: rgba(255, 255, 255, 0.7);
  line-height: 2em;
  display: inline-block;
  padding: 0.7rem 2rem;
}
.mobile-nav .menu .active > a {
  background: transparent;
  color: #fff;
}

.mobile-nav .submenu li a {
  font-size: 0.9em;
}

.mobile-nav .accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a:after {
  border-color: #fff transparent transparent;
  border-width: 6px;
  transition: 0.3s ease all;
  position: static;
  display: inline-block;
  margin-left: 1rem;
  font-size: 0.5rem;
  color: #fff;
  vertical-align: middle;
  position: absolute;
  left: auto;
  right: 0.8rem;
  top: 50%;
  margin-top: 0;
}
.mobile-nav .accordion-menu .is-accordion-submenu-parent[aria-expanded="true"] > a::after {
  margin-top: -6px;
}

.mobile-nav li a:hover {
  color: #ffffff;
}

.mobile-nav .menu .current_page_item > a {
  color: #ffffff;
}

.mobile-nav ul.submenu {
  z-index: 9;
  background: #333333;
}

.responsive-nav {
  overflow: auto;
  background: none;
}

.mobile-nav ul.accordion-menu li {
  display: block;
  min-height: 60px;
}

.mobile-nav nav {
  text-align: center;
  position: relative;
  height: 100%;
  padding: 15% 0;
  font-size: 1.5em;
}

/* Effects */
.overlay-hugeinc {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s, visibility 0s 0.5s;
  transition: opacity 0.5s, visibility 0s 0.5s;
}

.overlay-hugeinc.open {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

/* .overlay-hugeinc nav {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.overlay-hugeinc nav ul {
  opacity: 0.4;
  -webkit-transform: translateY(-25%) rotateX(35deg);
  transform: translateY(-25%) rotateX(35deg);
  -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s;
}

.overlay-hugeinc.open nav ul {
  opacity: 1;
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
}

.overlay-hugeinc.close nav ul {
  -webkit-transform: translateY(25%) rotateX(-35deg);
  transform: translateY(25%) rotateX(-35deg);
} */

@media screen and (max-height: 30.5em) {
  .mobile-nav ul li {
    min-height: 34px;
  }
}

.mobile-nav .menu.medium-horizontal > li {
  display: block;
}

/* --------------------------------

STYLE SET 3: CONTENT TYPES

-------------------------------- */

/* -------------------------
 CONTENT - HERO 
------------------------- */
.page-header {
  padding: 2rem 0;
}

.page-header img {
  max-height: 35px;
}
@media screen and (min-width: 1500px) {
  .page-header img {
    max-height: 45px;
  }
}

/* -------------------------
 CONTENT - SECTIONS 
------------------------- */

main > section,
.gform_confirmation_message > section {
  margin: 6rem 0;
}

/* -------------------------
   CONTENT - gform confirmation message
------------------------- */
.overview-content {
  padding-right: 4rem;
}
.gform_confirmation_message br {
  display: none;
}
.chart-container {
  position: relative;
  display: inline-block;
}
#chart-final-percent {
  font-size: 2.975rem;
  position: absolute;
  top: 50%;
  left: 50%;
  color: #ffffff;
  transform: translate(-50%, -50%);
  font-family: "Source Serif Pro", serif;
}

/* -------------------------
   CONTENT - Ranking Key
------------------------- */
.key {
  margin: 0 -2rem;
}
.key .cell {
  margin: 1.5rem 2rem;
  position: relative;
  padding-left: 1.5rem;
}
.key .cell i.circle {
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background: #ffffff;
  display: inline-block;
  font-size: 1rem;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

/* -------------------------
   CONTENT - Category Nav
------------------------- */
.category-nav .menu {}
.category-nav .menu li {}
.category-nav .menu li a {
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: 600;
  opacity: .8;
}
.category-nav .menu li a:hover {
  opacity: 1;
}


/* -------------------------
   CONTENT - cta banner
------------------------- */

section.cta {
    padding: 9rem 4rem 7rem;
}
section.cta h2 {
    color: #ffffff;
}
section.cta p {
    color: #baacd1;
}

@media screen and (max-width: 800px) {
}

section.cta-banner {
    padding: 5rem 0;
    background: rgb(29,5,44);
    background: linear-gradient(90deg, rgba(29,5,44,1) 0%, rgba(101,19,157,1) 50%, rgba(29,5,44,1) 100%); 
}
section.cta-banner .container-cta-banner {
  max-width: 720px;
}
section.cta-banner .cell {
    max-width: 100%;
}
section.cta-banner h2 {
    color: #ffffff;
}
section.cta-banner p {
    margin: 0;
    color: #c0b4f0;
}

section.cta-banner .button {
    margin-left: 4rem;
}


@media screen and (max-width: 810px) {
    .cta-banner .grid-x {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

/* -------------------------
   CONTENT - Alt sections 
------------------------- */
section.alt {
  background: #1e0935;
  padding: 6rem 0;
}

/* -------------------------
   CONTENT - Tiles 
------------------------- */
.tile {
  background: #331868;
  padding: 3rem;
  border: 2px solid #47298e;
}

.alt .tile {
    background: #0b0211;
}


.tile-grid {
  margin: 0 -1.5rem;
}
.tile-grid > .cell {
  padding: 1.5rem;
}
.tile-grid > .cell > .tile {
  height: 100%;
}


/* tile rating bar */
.tile-rating {
  /* width: 100%; */
  height: 8px;
  border-radius: 100px;
  margin-top: .5rem;
  border: 2px solid  #1e0935;
  margin-bottom: 1.8rem;
  position: absolute;
  bottom: 3rem;
  left: 3rem;
  right: 3rem;
}
.tile-rating:after {
  transform: translateY(12px);
  display: block;
  font-weight: 600;
}

.tile-rating.low {
  border-color: #c83680;
  background: #c83680;
  background: linear-gradient(69deg, #c83680 0%, #c83680 33%, transparent 33%);
}
.tile-rating.low:after {
  content: 'Low';
}
.tile-rating.medium {
  border-color: #ea5f29;
  background: #ea5f29;
  background: linear-gradient(69deg, #ea5f29 0%, #ea5f29 66%, transparent 66%);
}
.tile-rating.medium:after {
  content: 'Medium';
}
.tile-rating.high {
  border-color: #26a22f;
  background: #26a22f;
  background: linear-gradient(69deg, #26a22f 0%, #26a22f 95%, transparent 95%);
}
.tile-rating.high:after {
  content: 'High';
}

.tile-rating .your-score {
  position: absolute;
  left: 50%;
  /* top: 50%; */
  padding-top: .7rem;
  font-weight: 600;
  transform: translateX(-50%)
}

.tile-rating .grade,
.tile-rating .percent {
  display: inline-block;
  width: 50%;
  padding-top: .7rem;
  font-weight: 600;
}
.tile-rating .percent {
  text-align: left;
}
.tile-rating .grade {
  text-align: right;
}


/* -------------------------
   CONTENT - Lists
------------------------- */

/* ul {
    list-style: none;
    margin: 0;
}
ul li {
    position: relative;
    padding-left: 1rem;
}
ul li:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background-color: #111;
} */

.tick-list {
  list-style: none;
  margin: 0;
}
.tick-list li {
  padding: 5px 5px 5px 0;
  font-size: 1.1rem;
  font-weight: 500;
  opacity: 0.8;
  position: relative;
  padding-left: 2.2em;
}
.tick-list li svg,
.tick-list li img {
  width: 1.1rem;
  position: absolute;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
}

/* --------------------------------

STYLE SET 4: TITLES

-------------------------------- */

h1,
h2,
h3,
h4,
h5 {
  font-family: "Source Serif Pro", serif;
  line-height: 1.4;
  color: #cfc5ed;
  margin-bottom: .8em;
}
h1 {
  color: #fff;
}
/* .alt h1,
.alt h2,
.alt h3,
.alt h4,
.alt h5,
h1.alt,
h2.alt,
h3.alt,
h4.alt,
h5.alt {
  color: #fff;
} */

h2.section-title {
  margin-bottom: 20px;
}

@media screen and (min-width: 40em) {
  h1 {
    font-size: 2.5rem;
  }
  h2 {
    font-size: 2rem;
  }
  h3 {
    font-size: 1.6rem;
  }
  h4 {
    font-size: 1.4rem;
  }
  h5 {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 39.9375em) {
  h1 {
    font-size: 2.2rem;
  }
  h2 {
    font-size: 1.7rem;
  }
  h3 {
    font-size: 1.4rem;
  }
  h4 {
    font-size: 1.2rem;
  }
  h5 {
    font-size: 1.1rem;
  }
}

/* --------------------------------

STYLE SET 5: BUTTONS

-------------------------------- */

/* -------------------------
   LINKS - DEFAULT
------------------------- */
a {
  transition: 0.2s ease-in-out all;
  color: #9d98df;
}
a:focus,
a:active,
a:hover {
  color: #7676bf;
}
/* -- ios fix -- */
a[href^="tel"] {
  text-decoration: inherit;
  color: inherit;
}

/* -------------------------
   BUTTONS
------------------------- */

a.button,
button.button,
input.button,
.nav-bar .menu li a.button,
.nav-bar .menu:hover li a.button:hover,
.gform_wrapper form input.button,
.gform_wrapper form .gform_body input.gform_previous_button.button,
.gform_wrapper form .gform_body input.gform_next_button.button {
  background: rgb(160, 73, 210);
  background: -moz-linear-gradient(90deg, rgba(160, 73, 210, 1) 0%, rgba(90, 63, 229, 1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(160, 73, 210, 1) 0%, rgba(90, 63, 229, 1) 100%);
  background: linear-gradient(90deg, rgba(160, 73, 210, 1) 0%, rgba(90, 63, 229, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#a049d2",endColorstr="#5a3fe5",GradientType=1);
  font-family: "Asap", sans-serif;
  font-weight: 500;
  background-size: 100%;
  zoom: 1;
  border: 0;
  cursor: pointer;
  display: inline-block;
  font-size: 1em;
  position: relative;
  z-index: 1;
  border-radius: 4px;
  padding: 1rem 1.6rem;
  opacity: 0.85;
  transition: 0.2s ease-in-out all;
  color: #ffffff;
}
.nav-bar .menu li a.button {
  line-height: 1.4;
}
a.button:hover,
a.button:focus,
.nav-bar .menu li a.button:hover,
.nav-bar .menu:hover li a.button:hover,
.nav-bar .menu li a.button:focus,
button.button:hover,
button.button:focus,
input.button:hover,
input.button:focus {
  opacity: 1;
}

a.button.outline,
button.button.outline,
input.button.outline {
  background: none;
  color: #fff;
  border-radius: 6px;
  border: 2px solid #6444e9;
  padding: 0.5em 0.7em;
}
a.button.outline:hover,
button.button.outline:hover,
input.button.outline:hover {
  background: #6444e9;
}

/* ALT */
a.alt,
button.button.alt,
input.button.alt {
  background: rgba(25, 0, 43, 0.66);
  zoom: 1;
  border: 0;
  cursor: pointer;
  display: inline-block;
  font-size: 0.9em;
  position: relative;
  padding: 0.85em 1em;
  z-index: 1;
  border-radius: 4px;
  opacity: 0.8;
  color: rgba(255, 255, 255, 0.85);
}
a.alt:hover,
a.alt:focus,
button.button.alt:hover,
button.button.alt:focus,
input.button.alt:hover,
input.button.alt:focus {
  background: rgba(25, 0, 43, 1);
  color: rgba(255, 255, 255, 1);
  opacity: 1;
}
a.alt-1 {
  zoom: 1;
  border: 0;
  cursor: pointer;
  display: inline-block;
  font-size: 0.9em;
  position: relative;
  padding: 0.85em 1em;
  color: #fefefe;
  z-index: 1;
  border-radius: 4px;
  font-weight: bold;
  opacity: 0.8;
  background: rgba(52, 24, 84, 0.7);
  color: rgba(255, 255, 255, 0.85);
}
a.alt-1:hover {
  background: rgba(52, 24, 84, 0.9);
  color: rgba(255, 255, 255, 1);
  font-weight: bold;
  opacity: 1;
}

/* CTA */

a.button.cta,
button.button.cta,
input.button.cta {
  background-size: 100%;
  background: rgb(229, 62, 130);
  background: -moz-linear-gradient(left, rgba(226, 62, 128, 1) 0%, rgba(100, 68, 231, 1) 100%);
  background: -webkit-linear-gradient(left, rgba(226, 62, 128, 1) 0%, rgba(100, 68, 231, 1) 100%);
  background: linear-gradient(to right, rgba(226, 62, 128, 1) 0%, rgba(100, 68, 231, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e53e82', endColorstr='#43368f',GradientType=1 );
  zoom: 1;
  border: 0;
  cursor: pointer;
  display: inline-block;
  font-size: 1.1em;
  position: relative;
  z-index: 5;
  border-radius: 4px;
  margin-bottom: 0;
  opacity: 0.85;
  transition: 0.2s ease-in-out all;
}

a.button.cta:before,
button.button.cta:before,
input.button.cta:before {
  /* content: '';
	border-radius: inherit;
	background: rgb(67,54,143);
	background: -moz-linear-gradient(left, rgba(100,68,231,1) 0%, rgba(226,62,128,1) 100%);
	background: -webkit-linear-gradient(left, rgba(100,68,231,1) 0%,rgba(226,62,128,1) 100%);
	background: linear-gradient(to right, rgba(100,68,231,1) 0%,rgba(226,62,128,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#43368f', endColorstr='#e53e82',GradientType=1 );
	display: block;
	height: 100%;
	position: absolute;
	top: 0; left: 0;
	opacity: 0;
	width: 100%;
	z-index: -100;
	transition: opacity 0.45s; */
  display: none;
}

a.button.cta:hover:before,
button.button.cta:hover:before,
input.button.cta:hover:before,
a.button.cta:focus:before,
button.button.cta:focus:before,
input.button.cta:focus:before {
  opacity: 1;
}
a.button.cta:hover,
button.button.cta:hover,
input.button.cta:hover,
a.button.cta:focus,
button.button.cta:focus,
input.button.cta:focus {
  opacity: 1;
}

/* --------------------------------

STYLE SET 6: PAGE STYLING

--------------------------------*/

/* -------------------------
   PAGE - Landing Page
------------------------- */

/* -------------------------
   PAGE - ScoreApp Landing Page
------------------------- */
.page-template-page-landing .container-thin {
  max-width: 730px;
}
.page-template-page-landing .container-regular {
  max-width: 1300px;
}
.page-template-page-landing hr {
  border-color: #44327c;
  max-width: 90%;
  margin: 4rem auto;
}

.page-template-page-landing header.page-header img {
  height: 40px;
  margin-bottom: 5rem;
}
.page-template-page-landing header.page-header h1 {
  margin-bottom: 2rem;
}
.page-template-page-landing header.page-header p {
  padding-bottom: 0.5rem;
  margin-bottom: 2rem;
}
.page-template-page-landing header.page-header .header-content-container,
header.page-header .header-content-container .header-content-inner {
  pointer-events: all;
  z-index: 1;
}

.page-template-page-landing section {
  margin: 8rem 0;
}

.page-template-page-landing .pink-text {
  color: #ff66b3;
}



.page-template-page-landing section.quick-hello {
  padding-top: 2rem;
}
.page-template-page-landing section.quick-hello .tile {
  position: relative;
  padding-top: 6rem;
}
.page-template-page-landing section.quick-hello .tile .sean-img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -75%);
  width: 190px;
}

.page-template-page-landing section.quick-hello .tile .sean-img:before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: -2px;
  z-index: -2;
  width: 100%;
  height: 100%;

  box-sizing: content-box;
  border: 2px solid #47298e;
  border-radius: 50%;
}
.page-template-page-landing section.quick-hello .tile .sean-img:after {
  content: "";
  position: absolute;
  bottom: calc(25% + 2px);
  left: -5px;
  right: -5px;
  top: -5px;
  z-index: -1;
  border-radius: 100px 100px 0 0;

  background: #0b0211;
}

.page-template-page-landing section.quick-hello .tile .sean-img img {
  border-radius: 50%;
  border: 17px solid #0b0211;
  box-sizing: border-box;
}

.page-template-page-landing section.quick-hello h2 {
  font-family: "Asap", sans-serif;
  font-weight: 600;
  font-size: 1.4rem;
  margin-bottom: 0.65rem;
}
.page-template-page-landing section.quick-hello .intro {
  font-family: "Asap", sans-serif;
  font-weight: 600;
  font-size: 1.1rem;
  color: #a79ec6;
}

.page-template-page-landing section.quick-hello .big-wins h3 {
  font-size: 1.8rem;
  margin-bottom: 0.65rem;
}

.page-template-page-landing section.quick-hello ol {
  counter-reset: item;
  list-style-type: none;
  margin: 1.5rem 1.5rem 0;
}

.page-template-page-landing section.quick-hello ol li {
  margin-bottom: 1rem;
  padding: 0.5rem 1rem 0.5rem 3.8rem;
  background: #251153;
  border-radius: 3px;
  position: relative;
}
.page-template-page-landing section.quick-hello ol .counter-cell-container {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  padding: 0.5rem 1rem;
  background: #5d3dc1;
  border-radius: 3px 0 0 3px;
  font-weight: 600;
}
.page-template-page-landing section.quick-hello ol .counter-cell:before {
  content: counter(item) "  ";
  counter-increment: item;
}

.page-template-page-landing section.quick-hello .take-control h3 {
  font-family: "Asap", sans-serif;
  font-weight: 600;
  font-size: 1.4rem;
  margin-bottom: 0.8rem;
}
.page-template-page-landing section.quick-hello .take-control p {
  margin-bottom: 0;
}
.page-template-page-landing section.quick-hello .take-control .button {
  background: #933ba7;
  margin: 1.35rem auto;
}
.page-template-page-landing section.quick-hello .footnote {
  font-size: 0.9rem;
  color: #8579b2;
  text-wrap: balance;
}

.page-template-page-landing section.stop-wasting .outline-tile {
  background: rgb(160, 73, 210);
  background: -moz-linear-gradient(90deg, rgba(160, 73, 210, 1) 0%, rgba(90, 63, 229, 1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(160, 73, 210, 1) 0%, rgba(90, 63, 229, 1) 100%);
  background: linear-gradient(90deg, rgba(160, 73, 210, 1) 0%, rgba(90, 63, 229, 1) 100%);
  padding: 8px;
  position: relative;
  z-index: 1;
  margin-top: -6rem;
}
.page-template-page-landing section.stop-wasting .outline-tile .tile-wrap {
  padding: 5rem 5rem 5rem;
  position: relative;
  z-index: 1;
  background: #0b0211;
}
.page-template-page-landing section.stop-wasting .grave-icon {
  /* position: absolute;
    top: -5px;
    left: 50%;
    transform: translate(-50%, -65%); */
  display: inline-block;
  padding: 0 3rem 2rem;
  background: #0b0211;
  text-align: center;
  font-weight: 600;
  font-size: 1.1rem;
  z-index: 2;
  color: #bfb2d3;
  position: relative;
}
.page-template-page-landing section.stop-wasting .grave-icon-inner {
  border-radius: 20px 20px 0 0;
  border: 5px solid #eb579a;
  -webkit-box-shadow: 0px 0px 15px 0px #eb579a, inset 0px 0px 15px 0px #eb579a;
  -moz-box-shadow: 0px 0px 15px 0px #eb579a, inset 0px 0px 15px 0px #eb579a;
  box-shadow: 0px 0px 15px 0px #eb579a, inset 0px 0px 15px 0px #eb579a;
  padding: 2rem 1.6rem;
  position: relative;
}
.page-template-page-landing section.stop-wasting .grave-icon-inner:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -30px;
  right: -30px;
  height: 20px;
  border-radius: 15px 15px 0 0;
  background: #0b0211;
  border: 5px solid #eb579a;
  -webkit-box-shadow: 0px 0px 15px 0px #eb579a;
  -moz-box-shadow: 0px 0px 15px 0px #eb579a;
  box-shadow: 0px 0px 15px 0px #eb579a;
  transform: translateY(100%);
}
.page-template-page-landing section.stop-wasting .grave-icon .rip {
  font-family: "Source Serif Pro", serif;
  margin-bottom: 0px;
  line-height: 1.4;
  font-size: 2.3rem;
  color: #cfc5ed;
  margin-bottom: 1.5rem;
}
.page-template-page-landing section.stop-wasting .grave-icon .date {
  margin-top: 0.5rem;
}

.page-template-page-landing section.stop-wasting h2 {
  margin: 3rem 0;
  color: #ffffff;
}

.page-template-page-landing section.stop-wasting .button.underlined {
  background: none;
  padding: 0.6em 0.2rem;
  font-weight: 600;
  font-size: 1.2rem;
  margin-bottom: 2rem;
  color: #d5d1e5;
  opacity: 1;
}
.page-template-page-landing section.stop-wasting .button.underlined:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: rgb(160, 73, 210);
  background: -moz-linear-gradient(90deg, rgba(160, 73, 210, 1) 0%, rgba(90, 63, 229, 1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(160, 73, 210, 1) 0%, rgba(90, 63, 229, 1) 100%);
  background: linear-gradient(90deg, rgba(160, 73, 210, 1) 0%, rgba(90, 63, 229, 1) 100%);
}

.page-template-page-landing section.stop-wasting .tick-list {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.page-template-page-landing section.score-cats h2 {
  margin-bottom: 1.2rem;
}
.cat-grid > .cell {
  padding: 8px;
}
.cat-grid .tile {
  height: 100%;
  position: relative;
  padding-bottom: 7rem;
}
.cat-grid .tile img {
  margin-bottom: 1rem;
  height: 56px;
}
.cat-grid .tile h3 {
  margin-bottom: 0.6em;
}
.cat-grid .tile p:last-child {
  margin: 0 auto;
}

.cat-grid ol {}
.cat-grid ol li {
  margin: .5rem 0;
}

.page-template-page-landing section.me-again p {
  font-weight: 600;
  font-size: 1.1rem;
  margin-bottom: 1.2rem;
}
.page-template-page-landing section.me-again .sean {
  background: rgb(160, 73, 210);
  background: -moz-linear-gradient(90deg, rgba(160, 73, 210, 1) 0%, rgba(90, 63, 229, 1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(160, 73, 210, 1) 0%, rgba(90, 63, 229, 1) 100%);
  background: linear-gradient(90deg, rgba(160, 73, 210, 1) 0%, rgba(90, 63, 229, 1) 100%);
  padding: 2px;
  border-radius: 50%;
  margin-right: 2rem;
}
.page-template-page-landing section.me-again .sean img {
  max-width: 150px;
  border-radius: 50%;
  padding: 4px;
  background: #0b0211;
}
.page-template-page-landing section.me-again h2 {
  font-family: "Asap", sans-serif;
  font-weight: 600;
  font-size: 1.4rem;
  margin-bottom: 0.65rem;
}
.page-template-page-landing section.me-again .big-text {
  font-size: 1.5rem;
}
.page-template-page-landing section.me-again .button {
  margin-top: 0.5rem;
}

/* -------------------------
   PAGE - Quiz Confirmation
------------------------- */
.category-descriptions .tile {
  position: relative;
  padding: 4rem;
}
.category-descriptions .tile .category-rating {
  padding: 0.3rem 1rem 0.4rem;
  border-radius: 6px;
  border: 2px solid white;
  color: white;
  font-weight: 600;
  line-height: 1;
}
.category-descriptions .tile .category-rating.low {
  border-color: #c83680;
  color: #c83680;
}
.category-descriptions .tile .category-rating.medium {
  border-color: #ea5f29;
  color: #ea5f29;
}
.category-descriptions .tile .category-rating.high {
  border-color: #26a22f;
  color: #26a22f;
}

/* -------------------------
   PAGE - ABOUT
------------------------- */
/* -------------------------
   PAGE - CONTACT
------------------------- */
/* -------------------------
   PAGE - BLOG
------------------------- */

/* -------------------------
   PAGE - 404
------------------------- */
.error404 .content-not-found {
  min-height: calc(60vh - 200px);
  padding: 2rem 0;
}
.error404 .content-not-found h1 {
  margin-bottom: 1rem;
}
.error404 .content-not-found h1 span {
  font-weight: 900;
  letter-spacing: 1px;
  text-align: center;
  font-size: 3em;
  background: #000000;
  /* background: rgb(2,0,36);
  background: linear-gradient(56deg, rgba(2,0,36,1) 0%, rgba(9,11,122,1) 27%, rgba(5,104,184,1) 100%);  */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.error404 .content-not-found p {
  opacity: 0.8;
}

/* --------------------------------

STYLE SET 7: FORMS

-------------------------------- */

/* -------------------------
   FORMS - BASE STYLING
------------------------- */

/* .gform_wrapper form .gform_fields {} */

/* labels */
.gform_wrapper form .gform_fields .gfield .gform-field-label {
  color: #d7d0f7;
  font-size: 1.2rem;
}

/* inputs */
.gform_wrapper form .gform_fields .gfield {
  margin-bottom: 1rem;
}
.gform_wrapper form .gform_fields .gfield input,
.gform_wrapper form .gform_fields .gfield textarea {
  padding: 0.7rem !important;
  height: auto;
  border: none;
  background: #f5f7f7;
  box-shadow: none;
  /* box-shadow: 0px 1px 8px 0 rgb(0 0 0 / 10%), 0 4px 10px 0 rgb(0 0 0 / 9%); */
  transition: 0.2s all ease-in-out;
  border-radius: 6px;
  margin: 0;
}
.gform_wrapper form .gform_fields .gfield input:focus,
.gform_wrapper form .gform_fields .gfield textarea:focus {
  height: auto;
  border: none;
  background-color: #eff2f2;
  box-shadow: none;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #666666;
  opacity: 1;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #666666;
  opacity: 1;
}
input::placeholder,
textarea::placeholder {
  color: #666666;
  opacity: 1;
}

/* quiz */
.gform_anchor {
  outline: none;
}

.gform_wrapper {
  max-width: 1000px;
  padding: 0 3rem;
  margin: 0 auto;
  min-height: calc(100vh - 500px);
}

.gform_wrapper form .gf_progressbar_wrapper {
  margin-bottom: 3rem;
}
.gform_wrapper.gravity-theme .gf_progressbar_percentage {
  height: 11px;
}
.gform_wrapper form .gf_progressbar_wrapper .gf_progressbar_title {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
  outline: 0!important;
  display: none;
}

.gform_wrapper.gravity-theme .gf_progressbar {
  background: #26123d;
}
.gform_wrapper.gravity-theme .gf_progressbar .gf_progressbar_percentage {
  background: #e23e80;
  color: #ffffff;
}
.gform_wrapper.gravity-theme .gf_progressbar .gf_progressbar_percentage span {
  color: transparent;
}

.gform_wrapper #gform_1 .gform_fields fieldset.gfield > .gfield_label,
.gform_wrapper #gform_4 .gform_fields fieldset.gfield > .gfield_label {
  font-family: "Source Serif Pro", serif;
  margin-bottom: 0px;
  line-height: 1.4;
  max-width: 750px;
  color: #cfc5ed;
  margin-bottom: 2rem;

  font-size: 2.4rem;
}
.gform_wrapper #gform_1 .gform_fields .gfield .gfield_required,
.gform_wrapper #gform_4 .gform_fields .gfield .gfield_required {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.gform_wrapper form .gform_fields .gfield_html {
  margin-bottom: 0;
}
.gform_wrapper .category {
  font-family: "Source Serif Pro", serif;
  line-height: 1;
  max-width: 750px;
  color: #cfc5ed;
  margin-bottom: 0;
  font-size: 1.2rem;
  opacity: 0.7;
}

.gform_wrapper.gravity-theme .gform_validation_errors,
.gform_wrapper.gravity-theme .gfield_validation_message, 
.gform_wrapper.gravity-theme .validation_message {
  background: #0b0211;
  border-radius: 6px;
}
.gform_wrapper.gravity-theme .gform_validation_errors {
  display: none;
}
.gform_wrapper.gravity-theme .gfield_validation_message, .gform_wrapper.gravity-theme .validation_message {
  margin-top: 2rem;
}

/* custom radios */

.gform_wrapper .gform_body .gform_fields .gfield--type-choice .gchoice {
  position: relative;
  margin-bottom: 1.2rem;
}
.gform_wrapper .gform_body .gform_fields .gfield--type-choice .gchoice input {
  margin: 0;
  position: absolute;
  height: 0;
  width: 0;
  opacity: 0;
  pointer-events: none;
}
.gform_wrapper .gform_body .gform_fields .gfield--type-choice .gchoice label {
  color: #ffffff;
  padding-left: 2.3rem;
  position: relative;
  font-weight: 500;
  opacity: 0.6;
  line-height: 1.3;
  transition: 0.4s ease opacity;
}
.gform_wrapper .gform_body .gform_fields .gfield--type-choice .gchoice label:hover {
  opacity: 0.9;
}
.gform_wrapper .gform_body .gform_fields .gfield--type-choice .gchoice input:checked + label {
  opacity: 1;
}

.gform_wrapper .gform_body .gform_fields .gfield--type-choice .gchoice label:after,
.gform_wrapper .gform_body .gform_fields .gfield--type-choice .gchoice label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 1.5rem;
  width: 1.5rem;
  background: transparent;
  border-radius: 3px;
  border: 3px solid rgba(255, 255, 255, 0.5);
}
.gform_wrapper .gform_body .gform_fields .gfield--type-choice .gchoice label:before {
  transition: background-color 0.3s ease;
}
.gform_wrapper .gform_body .gform_fields .gfield--type-choice .gchoice label:after {
  transition: opacity 0.4s ease;
}
.gform_wrapper .gform_body .gform_fields .gfield--type-choice .gchoice label:after {
  background: url("/wp-content/images/square-one-digital-agency-tick.svg");
  background-size: 90% auto;
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  opacity: 0;
}
.gform_wrapper .gform_body .gform_fields .gfield--type-choice .gchoice input:checked + label:before {
  background: rgba(255, 255, 255, 1);
}
.gform_wrapper .gform_body .gform_fields .gfield--type-choice .gchoice input:checked + label:after {
  opacity: 1;
  transition-delay: 0.1s;
}

.gform_wrapper .gform_body .gform_fields .ginput_container_radio {
  clear: both;
}
.gform_wrapper .gform_body .gform_fields .ginput_container_radio input {
  margin: 0;
}

/* --------------------------------

STYLE SET 8: SIDEBARS

-------------------------------- */

/* --------------------------------

STYLE SET 9: FOOTER

-------------------------------- */

.footer {
  /* margin-top: 6rem; */
}

.footer p {
  margin: 0;
}

/* lower footer */
.lower-footer {
  font-size: 1.1rem;
  padding: 2rem;
  background: #26123d;
  /* display: flex; */
  /* justify-content: space-between; */
}

.lower-footer nav ul li a {
  color: #f4f4f4;
  background: none;
}
.lower-footer nav ul li.active a {
  background: none;
  color: #f4f4f4;
}
/* .lower-footer nav ul li.current_page_item a {} */
.lower-footer nav ul li a:hover {
  color: #fff;
}
.copyright,
.s1-footer-sig a span {
  color: #f4f4f4;
}

/* sig */
.s1-footer-sig {
  text-align: right;
}
.s1-footer-sig a {
  display: inline-block;
  text-decoration: none;
  white-space: nowrap;
}
.s1-footer-sig a:hover {
  text-decoration: none;
}
.s1-footer-sig .s1-footer-sig-main {
  color: #999999;
  text-decoration: none;
  vertical-align: middle;
  padding-right: 25px;
}
.s1-footer-sig .s1-footer-sig-main img {
  display: inline-block;
  vertical-align: middle;
  max-width: 25px;
  margin-left: 13px;
}

/* --------------------------------

STYLE SET 10: WP JOINTS STYLING

-------------------------------- */

/* --------------------------------

STYLE SET 11: EXTENSION STYLES

-------------------------------- */

/* -------------------------
   EXTENSION - GOOGLE MAPS
------------------------- */

/*# sourceMappingURL=style.css.map */
