.contact-support {
  color: white;
  font-weight: bold;
  text-decoration: underline;
  transition: all 0.5s ease-in-out;
}
.contact-support:hover {
  color: #ff1d68;
}
.content-buy {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.content-buy .cont {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.content-buy .cont .logo {
  width: 550px;
  height: 260px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center bottom;
  background-image: url(assets/img/Synth-Riders-logo.png);
}
@media (max-width: 768px) {
  .content-buy .cont .logo {
    width: 80%;
  }
}
.content-buy .cont .text {
  z-index: 10;
  margin-top: 40px;
  margin-bottom: 5px;
  font-family: "Teko";
  color: white;
  text-decoration: none;
  white-space: normal;
  width: 100%;
  text-align: center;
  font-size: 55px;
  line-height: 1.3;
  letter-spacing: 0px;
  font-weight: 700;
  opacity: 1;
}
.content-buy .cont .btn-cont {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}
@media (max-width: 768px) {
  .content-buy .cont .btn-cont {
    flex-direction: column;
  }
}
.content-buy .cont .btn-cont .btn-oculus {
  margin: 20px 10px;
  width: 190px;
  height: 60px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(assets/img/btn-quest.png);
}
@media (max-width: 768px) {
  .content-buy .cont .btn-cont .btn-oculus {
    margin: 10px 15px;
  }
}
.content-buy .cont .btn-cont .btn-steam {
  margin: 20px 10px;
  width: 190px;
  height: 60px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(assets/img/btn-steam.png);
}
@media (max-width: 768px) {
  .content-buy .cont .btn-cont .btn-steam {
    margin: 10px 15px;
  }
}
.single-post *.edgtf-blog-holder *.edgtf-post-text-main p,
.single-post *.edgtf-blog-holder *.edgtf-post-text-main ul,
.single-post *.edgtf-blog-holder *.edgtf-post-text-main ol {
  font-size: 20px;
}
.page-template-blog-standard
  *.edgtf-blog-holder
  article
  .edgtf-post-excerpt-holder
  p {
  font-size: 20px;
}
.page-template-blog-standard *.edgtf-blog-holder article .edgtf-post-title {
  font-size: 40px;
}
.page-id-3366 *.edgtf-page-content-holder p,
.page-id-3366 *.edgtf-page-content-holder ul,
.page-id-3366 *.edgtf-page-content-holder ol {
  font-size: 20px;
  font-family: "Roboto";
}
.page-id-3366 *.edgtf-page-content-holder h1 a,
.page-id-3366 *.edgtf-page-content-holder h2 a,
.page-id-3366 *.edgtf-page-content-holder h3 a,
.page-id-3366 *.edgtf-page-content-holder h4 a,
.page-id-3366 *.edgtf-page-content-holder h5 a,
.page-id-3366 *.edgtf-page-content-holder h6 a,
.page-id-3366 *.edgtf-page-content-holder p a,
.page-id-3366 *.edgtf-page-content-holder li a {
  color: #ff1d68;
  transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.page-id-3366 *.edgtf-page-content-holder h1 a:hover,
.page-id-3366 *.edgtf-page-content-holder h2 a:hover,
.page-id-3366 *.edgtf-page-content-holder h3 a:hover,
.page-id-3366 *.edgtf-page-content-holder h4 a:hover,
.page-id-3366 *.edgtf-page-content-holder h5 a:hover,
.page-id-3366 *.edgtf-page-content-holder h6 a:hover,
.page-id-3366 *.edgtf-page-content-holder p a:hover,
.page-id-3366 *.edgtf-page-content-holder li a:hover {
  color: #ac66ff;
}
.op0 {
  opacity: 0;
  display: none;
}
.featuring-component-overlay {
  display: none;
  opacity: 0;
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
}
.featuring-component-modal {
  display: none;
  opacity: 0;
  position: fixed;
  border: 2px solid #ff1e6b;
  padding: 40px;
  z-index: 9999;
  background-color: #000;
  width: 900px;
  height: 500px;
  top: 50%;
  left: 50%;
  margin-top: -250px;
  margin-left: -450px;
}
@media (max-width: 1200px) {
  .featuring-component-modal {
    width: 85%;
    left: 0;
    margin-left: 5px;
  }
}
@media (max-width: 768px) {
  .featuring-component-modal {
    overflow-y: auto;
    width: 75%;
    left: 0;
    margin-left: 5%;
  }
}
@media (max-width: 500px) {
  .featuring-component-modal {
    width: 70%;
    height: 65vh;
    margin-top: -40vh;
  }
}
.featuring-component-modal .show-mobile {
  display: none;
}
@media (max-width: 768px) {
  .featuring-component-modal .show-mobile {
    display: block;
  }
}
.featuring-component-modal .hide-mobile {
  display: block;
}
@media (max-width: 768px) {
  .featuring-component-modal .hide-mobile {
    display: none;
  }
}
.featuring-component-modal .w40 {
  float: left;
  width: 40%;
  margin-right: 5%;
}
@media (max-width: 768px) {
  .featuring-component-modal .w40 {
    width: 100%;
    margin-right: unset;
  }
}
.featuring-component-modal .w60 {
  float: left;
  width: 55%;
}
@media (max-width: 768px) {
  .featuring-component-modal .w60 {
    width: 100%;
  }
}
.featuring-component-modal .close-featuring {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: all 0.5s ease-in-out;
  background-image: url(assets/img/close-featuring.png);
  cursor: pointer;
}
.featuring-component-modal .close-featuring:hover {
  transform: rotate(45deg);
}
.featuring-component-modal .title {
  float: left;
  width: 100%;
  font-family: "Teko", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 52px;
  letter-spacing: -0.08px;
  text-transform: uppercase;
  color: #ffffff;
  text-align: left;
}
.featuring-component-modal .title-small {
  float: left;
  width: 100%;
  margin-top: 40px;
  font-family: "Teko", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 29px;
  letter-spacing: -0.04px;
  text-transform: uppercase;
  color: #ffffff;
  text-align: left;
}
.featuring-component-modal .description {
  float: left;
  width: 100%;
  max-height: 180px;
  overflow-x: hidden;
  overflow-y: auto;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: -0.03px;
  color: #ffffff;
  text-align: left;
}
@media (max-width: 768px) {
  .featuring-component-modal .description {
    max-height: unset;
  }
}
.featuring-component-modal .description p {
  float: left;
  width: 100%;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: -0.03px;
  color: #ffffff;
  text-align: left;
}
.featuring-component-modal .tracklist {
  float: left;
  width: 100%;
  max-height: 180px;
  overflow-x: hidden;
  overflow-y: auto;
}
@media (max-width: 768px) {
  .featuring-component-modal .tracklist {
    max-height: unset;
  }
}
.featuring-component-modal ul,
.featuring-component-modal ol,
.featuring-component-modal li {
  float: left;
  width: 100%;
  margin-bottom: 5px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: -0.0363636px;
  text-align: left;
  color: #ffffff;
}
.featuring-component-modal .img {
  float: left;
  margin: 20px 10px;
  width: 100%;
  height: 220px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transition: all 0.5s ease-in-out;
}
.featuring-component-modal .btn-cont {
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}
.featuring-component-modal .btn-cont .btn-icon {
  margin: 20px 10px;
  width: 190px;
  height: 60px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center left;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1200px) {
  .featuring-component-modal .btn-cont .btn-icon {
    width: 140px;
    height: 50px;
  }
}
@media (max-width: 768px) {
  .featuring-component-modal .btn-cont .btn-icon {
    width: 100px;
    height: 30px;
  }
}
.featuring-component-modal .btn-cont .btn-icon:hover {
  transform: scale(1.03);
}
.featuring-component-modal .btn-cont .btn-v2-viveport {
  background-image: url(assets/img/btn-v2-viveport.png);
}
.featuring-component-modal .btn-cont .btn-v2-steam {
  background-image: url(assets/img/btn-v2-steam.png);
}
.featuring-component-modal .btn-cont .btn-v2-oculus-rift {
  background-image: url(assets/img/btn-v2-oculus-rift.png);
}
.featuring-component-modal .btn-cont .btn-v2-oculus-quest {
  background-image: url(assets/img/btn-v2-oculus-quest.png);
}
.featuring-component {
  width: 100%;
  display: block;
  z-index: 5;
}
.featuring-component .img {
  margin: 20px 10px;
  width: 100%;
  height: 300px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  box-shadow: 6px 6px 24px rgba(255, 29, 104, 0.3);
  border: 2px solid #ff1e6b;
  transition: all 0.5s ease-in-out;
}
.featuring-component .img:hover {
  box-shadow: 6px 6px 24px rgba(255, 29, 104, 0.8);
}
.previous-packs {
  position: absolute;
  width: 275px;
  height: 23px;
  bottom: -60px;
  left: 50%;
  margin-left: -137px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(assets/img/previous-packs.svg);
  transition: all 0.3s ease-in-out;
}
.previous-packs:hover {
  bottom: -57px;
}
.shoprb-component {
  width: 100%;
  display: block;
  z-index: 5;
}
.shoprb-component .img {
  margin: 20px 10px;
  width: 100%;
  height: 450px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  box-shadow: 6px 6px 24px rgba(255, 29, 104, 0.3);
  border: 2px solid #ff1e6b;
  transition: all 0.5s ease-in-out;
}
.shoprb-component .img:hover {
  box-shadow: 6px 6px 24px rgba(255, 29, 104, 0.8);
}
.page-id-2961 .edgtf-container a {
  color: #ff1d68;
}
.page-id-2961 .edgtf-container a:hover {
  color: #fff;
}
.page-id-14435 .edgtf-container a {
  color: #ff1d68;
}
.page-id-14435 .edgtf-container a:hover {
  color: #fff;
}
.page-id-9851 .edgtf-container a {
  color: #ff1d68;
}
.page-id-9851 .edgtf-container a:hover {
  color: #fff;
}
.page-id-9848 .edgtf-container a {
  color: #ff1d68;
}
.page-id-9848 .edgtf-container a:hover {
  color: #fff;
}
