/**
Theme Name: Edmiston[R+D] 2021
Author: Edmiston[R+D]
Template: astra
*/



@keyframes crawl-left {
  to {
    transform: translateX(-120%);
  }
}

@keyframes crawl-right {
  to {
    transform: translateX(120%);
  }
}

.tpc {
  overflow: hidden;
}

.tpc:before,
.tpc:after {
  text-transform: uppercase;
  height: 130vh;
  overflow: hidden;
  position: absolute;
  z-index: 1;
  font-size: 80vh;
  line-height: 1;
  font-weight: 900;
  opacity: .01;
  display: inline-block;
  white-space: nowrap;
  word-spacing: 100vw;
  color: transparent;
  -webkit-text-stroke: 20px #FFFFFF;
}

.tpc:before {
    top: 10vh;
    left: 100%;
    animation: crawl-left 20s linear infinite;
    content: "Think Play Create ";
    -webkit-text-stroke: 0;
    color: rgba(255,255,255,1);
}

/* .tpc:after {
    top: -5vh;
    left: 100%;
    font-size: 120vh;
    animation: crawl-left 30s linear infinite;
    content: "Think Play Create ";
} */

.tpc:after {
    top: -15vh;
    font-size: 130vh;
    left: -880%;
    opacity: .01;
    -webkit-text-stroke: 30px rgba(255,255,255,1);
    animation: crawl-right 20s linear infinite;
    content: "Create Play Think";
}

/* .tpc:after {
    top: 25vh;
    vertical-align: text-bottom;
    left: -540%;
    animation: crawl-right 20s linear infinite;
    content: "Create Play Think";
} */

/* .tpc:after {
    top: calc((100vh / 3) * 2);
    right: 0;
    content: "PlayPlayPlayPlayPlayPlayPlayPlayPlayPlayPlayPlayPlayPlayPlayPlayPlayPlay";
    animation: crawl-right 14s linear infinite;
} */

.hero {
  min-height: 100vh;
}

ul.checklist {
  list-style-type: none;
}



ul.checklist li {
  padding-left: 23px;
}

ul.checklist li input {
  /* content: "<input type='checkbox'>"; */
  display: inline-block;
  margin-right: 10px;
  margin-left: -23px;
}

/* ul.checklist li:hover::after {
  content: "\f0dc";
  font-family: "campdads";
  display: block;
  float: right;
  color: var(--concrete);
} */

.col2 {
  column-count: 2;
}


ul.checklist li:hover::after:hover {
  color: var(--ink);
}

ul.checklist li.strike {
  text-decoration: line-through;
}


/* Gravity Forms */
.gform_wrapper ul li.gfield {
    padding: 10px 0 30px 0!important;
    margin-top: 10px!important;
}
.gform_wrapper ul li.gfield.gsection {
    padding: 10px 0 0 0!important;
    margin-bottom: 10px;
}
.gform_page_footer {
  /* margin-top: 40px!important; */
}
