/* ==========================================================================
   Normalize.scss settings
   ========================================================================== */
/**
 * Includes legacy browser support IE6/7
 *
 * Set to false if you want to drop support for IE6 and IE7
 */
/* Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 * 3. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *  `em` units.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active, a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Addresses styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 8/9/10.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *  Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 * 4. Improves appearance and consistency in all browsers.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *  and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *  `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *  Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 *  Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Corrects text not wrapping in Firefox 3.
 * 4. Corrects alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

@font-face {
  font-family: 'Atlas Grotesk Web';
  src: url(https://5ce58a.claudeassets.com/20260412031949im_/https://ahorse-vr.com/wp-content/themes/ahorse/includes/AtlasGrotesk-Medium-Web.woff2) format("woff2"), url(https://b36728.claudeassets.com/20260412031949im_/https://ahorse-vr.com/wp-content/themes/ahorse/includes/AtlasGrotesk-Medium-Web.woff) format("woff");
  font-weight: 500;
  font-style: normal;
  font-stretch: normal; }

@font-face {
  font-family: 'pauline';
  src: url(https://8ea3d1.claudeassets.com/20260412031949im_/https://ahorse-vr.com/wp-content/themes/ahorse/includes/Till-Normal.woff); }

body {
  background: #000; }

ul {
  margin: 0;
  padding: 0; }
  ul li {
    margin: 0;
    padding: 0; }

h1, h2, h3 {
  margin: 0;
  padding: 0;
  color: #ff3100;
  font-family: "pauline";
  text-transform: uppercase; }

h1 {
  font-size: 25px; }

h2 {
  font-size: 20px; }

h3 {
  font-size: 17px; }

a {
  color: #fff;
  font-size: 16px;
  font-family: "Atlas Grotesk Web"; }

p {
  color: #fff;
  font-size: 16px;
  font-family: "Atlas Grotesk Web"; }

.maxwidth {
  max-width: 1200px;
  margin: auto; }

.content {
  margin-top: 60px; }

.imageWrapper {
  overflow: hidden; }
  .imageWrapper img {
    width: 100%; }

.l-page {
  min-height: 100vh; }

.l-contentWrapper {
  padding: 20px;
  padding-top: 200px;
  font-size: 0px;
  max-width: 1000px;
  margin: auto; }

.l-blockcontainer {
  font-size: 0; }

.l-block {
  display: inline-block;
  vertical-align: top; }

.l-grid {
  background-image: url(https://3b57e3.claudeassets.com/20260412031949im_/https://ahorse-vr.com/wp-content/themes/ahorse/images/bgcrop.png);
  background-size: cover;
  background-position: center top;
  width: 100%;
  position: fixed;
  top: 50vh;
  height: 50vh;
  opacity: 0.4;
  min-width: 600px;
  z-index: -1; }

@media screen and (max-width: 500px) {
  .l-grid {
    opacity: 0.6; } }

.header {
  background: #000;
  position: fixed;
  transition: 0.5s;
  width: 100%;
  z-index: 4;
  height: 63px;
  top: 0; }
  .header .menuContainer {
    max-width: 1000px;
    margin: auto;
    width: 100%; }
    .header .menuContainer .current_page_item {
      background-color: #5700b3; }
      .header .menuContainer .current_page_item:before {
        content: '';
        position: absolute;
        background: linear-gradient(#5700b3, transparent);
        height: 100px;
        bottom: -100px;
        width: 100%;
        z-index: 2; }
    .header .menuContainer ul {
      font-size: 0px; }
    .header .menuContainer li {
      text-transform: uppercase;
      display: inline-block;
      width: 20%;
      height: 63px;
      position: relative; }
    .header .menuContainer a {
      text-decoration: none;
      position: relative;
      text-align: center;
      display: block;
      color: #fff;
      font-size: 20px;
      color: #ff3100;
      top: 23px;
      font-family: "pauline"; }

.headerGradient {
  position: relative;
  z-index: 1;
  height: 100px;
  width: 100%;
  background: linear-gradient(#000, transparent); }

.admin-bar .header {
  top: 32px; }

.toggle-nav {
  display: none !important; }

@media screen and (max-width: 600px) {
  .headerGradient {
    display: none; }
  .header {
    background: transparent; }
  .toggle-nav {
    top: -10px !important;
    font-size: 50px !important;
    padding: 15px;
    display: inline-block !important;
    color: #8D7F68;
    transition: color linear 0.15s; }
  .toggle-nav:hover, .toggle-nav.active {
    text-decoration: none;
    color: #8D7F68; }
  .menu-menu-1-container {
    display: inline-block;
    position: relative;
    background: #292929; }
  .menu-menu-1-container ul {
    display: none;
    position: absolute;
    top: -70px;
    padding-top: 80px;
    left: 0px;
    padding-left: 30px;
    background: rgba(19, 19, 19, 0.8); }
  .menu-menu-1-container li {
    display: block;
    float: none;
    padding-right: 50px; }
  .menu-menu-1-container .current_page_item {
    background-color: transparent !important; }
    .menu-menu-1-container .current_page_item:before {
      display: none; } }

#myBtn {
  text-decoration: underline;
  cursor: pointer; }

.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.6);
  /* Black w/ opacity */ }

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  max-width: 500px;
  position: relative;
  top: 50%;
  margin-top: -40px; }

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold; }

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer; }

.home .header .current_page_item {
  background-color: #000; }
  .home .header .current_page_item:before {
    content: '';
    position: absolute;
    background: linear-gradient(#000, transparent);
    height: 25px;
    bottom: -25px;
    width: 100%;
    z-index: 2; }

.pageHome {
  height: 100vh; }
  .pageHome .topArea {
    height: 50vh;
    position: relative; }
    .pageHome .topArea .container {
      position: absolute;
      width: 100%;
      bottom: 0; }
      .pageHome .topArea .container .imageWrapper {
        bottom: 0;
        margin: auto;
        max-width: 800px;
        position: relative;
        top: 47px; }
        .pageHome .topArea .container .imageWrapper .logoImg {
          background-size: contain;
          background-repeat: no-repeat;
          background-position: center;
          width: 100%;
          height: 0;
          padding-bottom: 40%; }
  .pageHome .botArea {
    height: 50vh;
    position: relative; }
    .pageHome .botArea .container {
      position: absolute;
      width: 100%;
      height: 50vh;
      z-index: -1; }
      .pageHome .botArea .container .imageWrapper {
        width: 100%;
        height: 50vh; }
        .pageHome .botArea .container .imageWrapper:before {
          content: '';
          height: 100px;
          background: linear-gradient(transparent, #5700b3);
          position: absolute;
          top: -100px;
          width: 100%;
          z-index: -1; }
        .pageHome .botArea .container .imageWrapper .gridImg {
          width: 100%;
          height: 50vh;
          background-size: cover;
          background-repeat: no-repeat; }
    .pageHome .botArea .logline {
      width: 100%; }
      .pageHome .botArea .logline h2 {
        padding-top: 12vh;
        font-size: 2em;
        color: #5700b3;
        text-align: center;
        font-weight: normal; }
    .pageHome .botArea .links {
      font-size: 0;
      position: absolute;
      bottom: 0;
      width: 100%; }
      .pageHome .botArea .links .l-maxwidth {
        max-width: 1200px;
        margin: auto; }
      .pageHome .botArea .links .trailer, .pageHome .botArea .links .booklet, .pageHome .botArea .links .ticket {
        width: 33%;
        display: inline-block;
        text-align: center;
        padding-bottom: 60px; }
        .pageHome .botArea .links .trailer a, .pageHome .botArea .links .booklet a, .pageHome .botArea .links .ticket a {
          color: #fff;
          font-size: 20px;
          font-family: pauline; }
      .pageHome .botArea .links .trailer1, .pageHome .botArea .links .booklet1 {
        width: 50%;
        display: inline-block;
        text-align: center;
        padding-bottom: 60px; }
        .pageHome .botArea .links .trailer1 a, .pageHome .botArea .links .booklet1 a {
          color: #fff;
          font-size: 20px;
          font-family: pauline; }
      .pageHome .botArea .links .icon {
        width: 12.5%;
        display: inline-block;
        vertical-align: middle; }
        .pageHome .botArea .links .icon img {
          width: 60%;
          display: block;
          margin: auto; }

@media screen and (max-width: 600px) {
  .pageHome .botArea .logline h2 {
    font-size: 1.1em; } }

@media screen and (max-width: 450px) {
  .pageHome .botArea .links .trailer a, .pageTest .botArea .links .booklet a {
    font-size: 15px; } }

.pagePress .content {
  font-size: 16px;
  max-width: 750px;
  margin: auto; }
  .pagePress .content h2 {
    font-size: 20px;
    font-weight: normal; }

.pageContact .content {
  font-size: 16px;
  max-width: 750px;
  margin: auto; }
  .pageContact .content h2 {
    font-size: 20px;
    font-weight: normal; }

.pageAbout .content {
  font-size: 16px;
  max-width: 750px;
  margin: auto; }
  .pageAbout .content h2 {
    font-size: 20px;
    font-weight: normal; }

.pageTrailer .l-contentWrapper {
  width: 100%;
  max-width: 1300px; }

.pageTrailer .trailerWrapper {
  margin: auto;
  position: relative;
  height: 0;
  padding-bottom: 56.25%; }
  .pageTrailer .trailerWrapper video {
    width: 100%;
    height: 100%;
    position: absolute; }

.pageCredits p {
  width: 33%;
  float: left;
  text-align: center; }

.page404 .titleWrapper {
  margin: auto;
  padding-top: 35%; }

.page404 a {
  text-decoration: none; }

.page404 h1 {
  font-size: 60px;
  text-align: center; }

.pageNews .l-newsContentWrapper {
  font-size: 0px;
  max-width: 1000px;
  margin: auto;
  height: 50vh;
  position: relative; }

.pageNews .content {
  position: absolute;
  width: 100%;
  margin: auto;
  bottom: 0; }
  .pageNews .content h3 {
    font-variant: small-caps;
    text-transform: capitalize;
    font-size: 20px; }

.pageNews .postWrapper {
  width: 100%; }
  .pageNews .postWrapper h2 {
    font-size: 20px;
    font-weight: normal; }
  .pageNews .postWrapper .post {
    padding: 20px 0; }
    .pageNews .postWrapper .post p {
      text-align: justify; }
    .pageNews .postWrapper .post .read-more {
      display: block;
      text-align: center;
      padding: 20px;
      color: #ff3100; }
    .pageNews .postWrapper .post img {
      width: 40%;
      padding: 20px 0 0 20px;
      float: right; }

.singlePost .l-contentWrapper {
  max-width: 650px; }
  .singlePost .l-contentWrapper h1 {
    padding: 10px; }

.singlePost .imageWrapper {
  height: 400px; }

.singlePost .content {
  max-width: 650px;
  margin: auto;
  padding: 20px;
  box-sizing: border-box; }
  .singlePost .content p:first-child {
    margin-top: 0; }

.singlePost .postNav {
  font-size: 0;
  padding-top: 40px; }
  .singlePost .postNav > div {
    display: inline-block;
    width: 33%;
    font-size: 17px;
    text-align: center; }

.pageTest {
  height: 100vh; }
  .pageTest .topArea {
    height: 50vh;
    position: relative; }
    .pageTest .topArea .container {
      position: absolute;
      width: 100%;
      bottom: 0; }
      .pageTest .topArea .container .imageWrapper {
        bottom: 0;
        margin: auto;
        max-width: 800px;
        position: relative;
        top: 47px; }
        .pageTest .topArea .container .imageWrapper .logoImg {
          background-size: contain;
          background-repeat: no-repeat;
          background-position: center;
          width: 100%;
          height: 0;
          padding-bottom: 40%; }
  .pageTest .botArea {
    height: 50vh;
    position: relative; }
    .pageTest .botArea .container {
      position: absolute;
      width: 100%;
      height: 50vh;
      z-index: -1; }
      .pageTest .botArea .container .imageWrapper {
        width: 100%;
        height: 50vh; }
        .pageTest .botArea .container .imageWrapper:before {
          content: '';
          height: 100px;
          background: linear-gradient(transparent, #5700b3);
          position: absolute;
          top: -100px;
          width: 100%;
          z-index: -1; }
        .pageTest .botArea .container .imageWrapper .gridImg {
          width: 100%;
          height: 50vh;
          background-size: cover;
          background-repeat: no-repeat; }
    .pageTest .botArea .logline {
      width: 100%; }
      .pageTest .botArea .logline h2 {
        padding-top: 12vh;
        font-size: 2em;
        color: #5700b3;
        text-align: center;
        font-weight: normal; }
    .pageTest .botArea .links {
      font-size: 0;
      position: absolute;
      bottom: 0;
      width: 100%; }
      .pageTest .botArea .links .trailer, .pageTest .botArea .links .booklet {
        width: 20%;
        display: inline-block;
        padding-left: 20%;
        text-align: center; }
        .pageTest .botArea .links .trailer a, .pageTest .botArea .links .booklet a {
          color: #5700b3;
          font-size: 20px;
          font-family: pauline; }
      .pageTest .botArea .links .icon {
        width: 20%;
        display: inline-block;
        vertical-align: middle; }
        .pageTest .botArea .links .icon img {
          width: 60%;
          display: block;
          margin: auto; }

@media screen and (max-width: 600px) {
  .pageTest .botArea .logline h2 {
    font-size: 1.1em; } }

@media screen and (max-width: 450px) {
  .pageTest .botArea .links .trailer a, .pageTest .botArea .links .booklet a {
    font-size: 15px; } }

@media screen and (max-width: 1024px) {
  .pageHome .background {
    top: 11%; } }

@media screen and (max-width: 500px) {
  .pageHome .background {
    top: 22%; } }

@media screen and (max-width: 770px) {
  .pageHome .background .gridWrapper {
    top: -35px; }
  .pageHome .container .linkWrapper .trailer a, .pageHome .container .linkWrapper .booklet a {
    font-size: 2.9vw; } }

@media screen and (min-width: 1600px) {
  .pageHome .homeContent {
    top: 670px; } }

@media screen and (max-width: 1024px) {
  .pageHome .homeContent {
    top: 570px; } }

@media screen and (max-width: 701px) {
  .pageHome .homeContent {
    top: 420px; } }

@media screen and (max-width: 500px) {
  .pageHome .homeContent {
    top: 440px; } }

@media screen and (max-width: 440px) {
  .pageHome .homeContent {
    top: 470px; } }

@media screen and (max-width: 375px) {
  .pageHome .homeContent {
    top: 370px; } }

@media screen and (max-width: 1180px) {
  .pageHome .homeContent .logline h3 {
    font-size: 3.2vw; } }

@media screen and (max-width: 600px) {
  .l-contentWrapper {
    padding-top: 100px; } }

@media screen and (max-width: 760px) {
  .pageCredits p {
    width: 50%; } }

@media screen and (max-width: 590px) {
  .pageCredits p {
    width: 100%; } }

/*# sourceMappingURL=main.css.map */
/*
     FILE ARCHIVED ON 04:59:36 Oct 10, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 11:47:27 Aug 28, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.366
  exclusion.robots: 0.047
  exclusion.robots.policy: 0.04
  esindex: 0.006
  cdx.remote: 28.271
  LoadShardBlock: 417.138 (3)
  PetaboxLoader3.datanode: 423.559 (5)
  PetaboxLoader3.resolve: 136.814 (2)
  load_resource: 157.617
  loaddict: 21.902
*/