a {
  color: #65499e;
}
h1 {
  font-size: 4vw;
}
@media all and (max-width: 480px) {
  h1 {
    font-size: 9vw;
  }
}

h2 {
  font-size: 3vw;
}
@media all and (min-width: 480px) and (max-width: 980px) {
  h2 {
    font-size: 3.5vw;
  }
}
@media all and (max-width: 480px) {
  h2 {
    font-size: 8vw;
  }
}

h3 {
  font-size: 1.5em;
}

p:empty {
  display: none !important;
}

.nowrap {
  white-space: nowrap;
}

.col2 {
  -webkit-columns: 2 350px;
     -moz-columns: 2 350px;
          columns: 2 350px;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
}

.col3 {
  -webkit-columns: 3 300px;
     -moz-columns: 3 300px;
          columns: 3 300px;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
}

.flex-c {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.flex-cv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.flex-ch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.mobile-only {
  display: none;
}
@media all and (max-width: 480px) {
  .mobile-only {
    display: block;
  }
}

/* .et-fb-preview--phone .et-db #et-boc #et-fb-app-frame {width: 375px !important}
#top-header > .container,#main-header > .container,	#et_search_outer > .container, #main-content > .container, div.et_pb_row, div.et_pb_row.et_pb_row_fullwidth {width: 90%;} */
.et_pb_row.w100 {
  width: 100% !important;
}

.et_pb_post {
  margin-bottom: 0;
}

.et_pb_row.w6040 > div.et_pb_column:nth-child(1) {
  width: 60%;
}

.et_pb_row.w6040 > div.et_pb_column:nth-child(2) {
  width: 40%;
}

.et_pb_equal_columns .et_pb_column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sliding-menu-main-container {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 440px;
  background: #F0EEE6;
  height: 100vh;
  z-index: 999;
  right: -480px;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 22px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  top: 0px;
  -webkit-box-shadow: -4px 0px 11px -6px #000000;
          box-shadow: -4px 0px 11px -6px #000000;
  padding: 10px 25px;
  max-width: 100vw;
}
.sliding-menu-main-container.open {
  right: 0;
}
.sliding-menu-main-container #close-btn {
  position: absolute;
  top: 35px;
  left: 35px;
}
.sliding-menu-main-container #close-btn svg {
  width: 35px;
}
.sliding-menu-main-container #close-btn:hover {
  cursor: pointer;
}
.sliding-menu-main-container li {
  padding: 10px 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 15px;
}
.sliding-menu-main-container li:hover {
  background-color: #1A191A;
}
.sliding-menu-main-container a {
  color: #4d4d4d;
  text-transform: uppercase;
}

.gform_wrapper.inline_wrapper {
  max-width: 920px;
  margin: 0 auto;
}
.gform_wrapper.inline_wrapper form {
  position: relative;
}
.gform_wrapper.inline_wrapper .gform_body {
  width: 80%;
}
@media all and (max-width: 480px) {
  .gform_wrapper.inline_wrapper .gform_body {
    width: 100%;
    margin-bottom: 20px;
  }
}
.gform_wrapper.inline_wrapper .gform_body input {
  border: none;
  padding: 15px 20px;
  background: transparent;
  color: #fff;
  border: 1px solid #464444;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.gform_wrapper.inline_wrapper .gform_body input:focus {
  border-color: #65499e;
  border-radius: 50px;
}
.gform_wrapper.inline_wrapper .gform_footer {
  width: 15%;
  position: absolute;
  top: 0px;
  right: 3%;
  margin-top: 0;
  padding-top: 0;
}
@media all and (max-width: 480px) {
  .gform_wrapper.inline_wrapper .gform_footer {
    position: relative;
    width: 100%;
    right: 0;
  }
}
.gform_wrapper.inline_wrapper .gform_footer .gform_button {
  padding: 15px 0;
  width: 100%;
  border: none;
  border-radius: 50px;
  background-color: #65499e;
  color: #fff;
}

/* Example 
@mixin transform($property) {
  -webkit-transform: $property;
  -ms-transform: $property;
  transform: $property;
}
.box { @include transform(rotate(30deg)); }

*/
body {
  font-family: "sofia-pro", sans-serif;
  font-size: 16px;
  line-height: 1.4em;
  font-weight: 300;
}
body h1, body h2 {
  font-family: "Royal";
}
body.custom-background {
  background-blend-mode: overlay;
  background-color: rgba(0, 0, 0, 0.8) !important;
  background-size: 150px;
}
body a:hover {
  cursor: pointer;
}
body #team #frame svg {
  width: 90vw;
}
@media all and (max-width: 2000px) {
  body #team #frame svg {
    -webkit-transform: scaleY(1.1) translateY(40px);
            transform: scaleY(1.1) translateY(40px);
  }
}
@media all and (max-width: 1600px) {
  body #team #frame svg {
    -webkit-transform: scaleY(1.1) translateY(40px);
            transform: scaleY(1.1) translateY(40px);
  }
}
@media all and (max-width: 1500px) {
  body #team #frame svg {
    -webkit-transform: scaleY(1.2) translateY(40px);
            transform: scaleY(1.2) translateY(40px);
  }
}
@media all and (max-width: 1280px) {
  body #team #frame svg {
    -webkit-transform: scaleY(1.2) translateY(50px);
            transform: scaleY(1.2) translateY(50px);
  }
}
@media all and (max-width: 1180px) {
  body #team #frame svg {
    -webkit-transform: scaleY(1.3) translateY(60px);
            transform: scaleY(1.3) translateY(60px);
  }
}
body.et-fb .et_pb_row.show-more {
  display: block;
}
body .et_pb_row.show-more {
  display: none;
}
body .tog {
  white-space: nowrap;
}

#main-header #main-menu li {
  margin: 0 3vw;
}
@media all and (max-width: 1240px) {
  #main-header #main-menu li {
    margin: 0 1.7vw;
  }
}
#main-header #main-menu li a:hover {
  color: #935eff !important;
  opacity: 1 !important;
}
#main-header #main-menu .et_pb_menu_page_id-home {
  display: none;
}

#mobile-menu .et_pb_column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#mobile-menu .et_pb_column .menu-toggle {
  margin: unset;
}
#mobile-menu .et_pb_column .menu-toggle::before {
  content: "MENU";
  color: #fff;
  top: 4px;
  position: absolute;
  left: -150%;
}
#mobile-menu .et_pb_column img {
  max-width: 150px;
}

#wm-footer #newsletter #form-desc {
  max-width: 680px;
  display: inline-block;
  margin: 30px auto;
}
#wm-footer #newsletter #gform_1 .gform_body input {
  padding: 15px 20px;
}
#wm-footer #newsletter #gform_1 .gform_footer {
  margin: 0;
  padding: 0;
}
#wm-footer #social {
  text-align: right;
}
@media all and (max-width: 480px) {
  #wm-footer #social {
    text-align: center;
  }
}
#wm-footer #social .et_pb_image {
  display: inline;
  margin-left: 8px;
  max-width: 45px;
}
#wm-footer #social .et_pb_image img {
  max-width: 45px;
}

.home #hero h1 {
  font-size: 4.6vw;
}
.home #update article h2 {
  display: none;
}
.home #update article * {
  font-size: 20px;
}
.home #update article .published {
  color: #65499e;
}
.home #update article .published::before {
  content: "Update on ";
  color: #65499e;
}
.home #update article .published::after {
  content: ":";
  color: #65499e;
}
.home #details #frame svg {
  width: 90vw;
}
.home #reviews #reviews-videos .et_pb_column {
  padding: 45px;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.home #reviews #reviews-videos .et_pb_column .et_pb_text_inner {
  text-align: center;
  font-size: 22px;
  line-height: 1.1em;
}
.home #reviews #reviews-videos .et_pb_column .et_pb_text_inner h3 {
  font-size: 32px;
}
.home #reviews #reviews-videos .et_pb_column .et_pb_text_inner .purple-play {
  position: absolute;
  left: 28px;
  top: 40px;
}
@media all and (max-width: 480px) {
  .home #reviews #reviews-videos .et_pb_column .et_pb_text_inner .purple-play {
    left: 0;
    top: 7px;
  }
}

/* SHOP THE GAME */
.page-id-22 .shopify-buy__cart-toggle {
  background-color: #935eff;
}
.page-id-22 .price {
  font-size: 24px;
  margin-top: 20px;
}
.page-id-22 a.waitingl {
  background-color: #935eff;
  color: #fff;
  padding: 8px 20px 12px;
  border-radius: 50px;
  text-align: center;
  display: inline-block;
  margin-top: 20px;
}

/* LEARN */
body.page-id-25 #learn-discover-container .et_pb_row_1-4_3-4 {
  max-width: none;
}
body.page-id-25 #learn-discover-container .et_pb_row_1-4_3-4 h2 {
  font-size: 28px;
  color: #65499e;
}
body.page-id-25 #learn-discover-container .et_pb_row_1-4_3-4 #side-nav-learn li {
  display: grid;
}
body.page-id-25 #learn-discover-container .et_pb_row_1-4_3-4 #side-nav-learn li a {
  border: 1px solid #fff;
  margin-bottom: 10px;
  text-transform: uppercase;
  padding: 15px;
  max-width: 220px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
}
body.page-id-25 #learn-discover-container .et_pb_row_1-4_3-4 #side-nav-learn li a:hover {
  background: #65499e;
}

/* About US */
.page-id-227 #full-team .team-member h2 {
  font-size: 34px;
}
.page-id-227 #full-team .team-member div {
  margin-bottom: 15px;
}

/* News and Features */
.page-id-27 article {
  margin-bottom: 65px;
}

/* Blog Post */
.single-post h1 {
  font-size: 34px;
}
.single-post h2 {
  font-size: 24px;
}