html {
  font-size: 18px;
}

body {
  background: black;
  font-family: 'Roboto', sans-serif;
  color: white;
  margin: 0;
  overflow-x: hidden;
}

body * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body.no-scroll {
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}

a {
  color: white;
  text-decoration: none;
}

a.button, .comments-area .comment-body .reply a.comment-reply-link, .comments-area .comment-body .reply a.comment-reply-login, .comments-area a#cancel-comment-reply-link,
button.button,
.comments-area .comment-body .reply button.comment-reply-link,
.comments-area .comment-body .reply button.comment-reply-login,
.comments-area button#cancel-comment-reply-link,
input[type="submit"] {
  padding: 0.75rem;
  text-transform: uppercase;
  background: teal;
  border-radius: 5px;
  color: white;
  font-weight: bold;
  display: inline-block;
  border: 0;
  font-size: 1rem;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
}

a.button.outline, .comments-area .comment-body .reply a.outline.comment-reply-link, .comments-area .comment-body .reply a.outline.comment-reply-login, .comments-area a.outline#cancel-comment-reply-link,
button.button.outline,
.comments-area .comment-body .reply button.outline.comment-reply-link,
.comments-area .comment-body .reply button.outline.comment-reply-login,
.comments-area button.outline#cancel-comment-reply-link,
input[type="submit"].outline {
  border: 2px solid #ffffff;
  background: transparent;
}

a.button.outline:hover, .comments-area .comment-body .reply a.outline.comment-reply-link:hover, .comments-area .comment-body .reply a.outline.comment-reply-login:hover, .comments-area a.outline#cancel-comment-reply-link:hover,
button.button.outline:hover,
.comments-area .comment-body .reply button.outline.comment-reply-link:hover,
.comments-area .comment-body .reply button.outline.comment-reply-login:hover,
.comments-area button.outline#cancel-comment-reply-link:hover,
input[type="submit"].outline:hover {
  background: white;
  color: black;
}

a.button:hover, .comments-area .comment-body .reply a.comment-reply-link:hover, .comments-area .comment-body .reply a.comment-reply-login:hover, .comments-area a#cancel-comment-reply-link:hover,
button.button:hover,
.comments-area .comment-body .reply button.comment-reply-link:hover,
.comments-area .comment-body .reply button.comment-reply-login:hover,
.comments-area button#cancel-comment-reply-link:hover,
input[type="submit"]:hover {
  background: #004d4d;
}

a.button .fas, .comments-area .comment-body .reply a.comment-reply-link .fas, .comments-area .comment-body .reply a.comment-reply-login .fas, .comments-area a#cancel-comment-reply-link .fas,
a.button .far,
.comments-area .comment-body .reply a.comment-reply-link .far,
.comments-area .comment-body .reply a.comment-reply-login .far,
.comments-area a#cancel-comment-reply-link .far,
button.button .fas,
.comments-area .comment-body .reply button.comment-reply-link .fas,
.comments-area .comment-body .reply button.comment-reply-login .fas,
.comments-area button#cancel-comment-reply-link .fas,
button.button .far,
.comments-area .comment-body .reply button.comment-reply-link .far,
.comments-area .comment-body .reply button.comment-reply-login .far,
.comments-area button#cancel-comment-reply-link .far,
input[type="submit"] .fas,
input[type="submit"] .far {
  margin-right: 0.5rem;
}

a.button.open-contact, .comments-area .comment-body .reply a.open-contact.comment-reply-link, .comments-area .comment-body .reply a.open-contact.comment-reply-login, .comments-area a.open-contact#cancel-comment-reply-link,
button.button.open-contact,
.comments-area .comment-body .reply button.open-contact.comment-reply-link,
.comments-area .comment-body .reply button.open-contact.comment-reply-login,
.comments-area button.open-contact#cancel-comment-reply-link,
input[type="submit"].open-contact {
  margin-left: 0.5rem;
}

a.button.open-contact .far, .comments-area .comment-body .reply a.open-contact.comment-reply-link .far, .comments-area .comment-body .reply a.open-contact.comment-reply-login .far, .comments-area a.open-contact#cancel-comment-reply-link .far,
button.button.open-contact .far,
.comments-area .comment-body .reply button.open-contact.comment-reply-link .far,
.comments-area .comment-body .reply button.open-contact.comment-reply-login .far,
.comments-area button.open-contact#cancel-comment-reply-link .far,
input[type="submit"].open-contact .far {
  margin-right: 0;
}

.responsive-embed {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.responsive-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

header.site-header {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 768px) {
  header.site-header {
    position: absolute;
    z-index: 10;
    padding: 1rem;
  }
}

header.site-header .site-header-account {
  margin-left: auto;
}

header.site-header .site-branding {
  padding: 1rem 0 1rem 1rem;
}

@media (min-width: 768px) {
  header.site-header .site-branding {
    padding: 1rem;
  }
}

header.site-header .site-branding img {
  max-height: 70px;
  width: auto;
}

@media (min-width: 768px) {
  header.site-header .site-branding img {
    max-height: 80px;
  }
}

@media (min-width: 1200px) {
  header.site-header .site-branding img {
    max-height: 100px;
  }
}

header.site-header .account {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  margin-right: 1rem;
}

header.site-header .account .open-account {
  white-space: nowrap;
}

header.site-header .account .fa-user-circle {
  margin-right: 0;
}

@media (min-width: 768px) {
  header.site-header .account .fa-user-circle {
    margin-right: 0.5rem;
  }
}

header.site-header .account .button-text {
  display: none;
}

@media (min-width: 768px) {
  header.site-header .account .button-text {
    display: inline;
  }
}

header.site-header .main-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 2rem;
  display: none;
}

@media (min-width: 768px) {
  header.site-header .main-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

header.site-header .main-navigation .menu {
  margin: 0;
  list-style-type: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header.site-header .main-navigation .menu .menu-item {
  margin-right: 1rem;
}

header.site-header .main-navigation .menu .menu-item:last-of-type {
  margin-right: 0;
}

header.site-header .main-navigation .menu .menu-item a {
  padding: 0 0.5rem;
  display: block;
}

.page:not(.page-id-50):not(.home) .site {
  padding: 1rem;
}

@media (min-width: 768px) {
  .page:not(.page-id-50):not(.home) .site {
    margin-top: 200px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 1rem;
  }
}

.main-navigation-mobile {
  display: block;
  margin-top: -2rem;
}

.main-navigation-mobile ul {
  list-style-type: none;
  padding: 0;
  padding-left: 1rem;
}

.main-navigation-mobile a {
  padding: 0.25rem 0;
  display: block;
}

@media (min-width: 768px) {
  .main-navigation-mobile {
    display: none;
  }
}

.home {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.home header {
  display: none;
}

.home .site {
  width: 100%;
}

.home .home-logo, .home .home-logo svg {
  width: 100%;
  max-width: 800px;
  margin: auto;
}

.home .home-logo path, .home .home-logo svg path {
  stroke-width: 5;
}

.home .home-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2rem;
}

.home .home-buttons .button, .home .home-buttons .comments-area .comment-body .reply .comment-reply-link, .comments-area .comment-body .reply .home .home-buttons .comment-reply-link, .home .home-buttons .comments-area .comment-body .reply .comment-reply-login, .comments-area .comment-body .reply .home .home-buttons .comment-reply-login, .home .home-buttons .comments-area #cancel-comment-reply-link, .comments-area .home .home-buttons #cancel-comment-reply-link {
  margin: 0 0.5rem;
}

.film-banner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 768px) {
  .film-banner {
    height: 100vh;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 750px;
  }
}

.film-banner .film-banner-image {
  position: relative;
  width: 100%;
  overflow: hidden;
}

@media (min-width: 768px) {
  .film-banner .film-banner-image {
    position: absolute;
    height: 100vh;
  }
}

.film-banner .film-banner-image:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  content: ' ';
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(black), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 100%);
}

@media (min-width: 768px) {
  .film-banner .film-banner-image:after {
    background: -webkit-gradient(linear, left top, right top, from(black), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(90deg, black 0%, rgba(0, 0, 0, 0) 100%);
  }
}

.film-banner .film-banner-image img {
  max-width: 100%;
  height: auto;
}

@media (min-width: 768px) {
  .film-banner .film-banner-image img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    width: 100%;
    height: 100%;
  }
}

.film-banner .film-banner-info {
  padding: 1rem;
  margin-top: -6rem;
  position: relative;
}

@media (min-width: 768px) {
  .film-banner .film-banner-info {
    margin-top: 0;
    padding: 2rem;
  }
}

.film-banner .film-banner-info .film-banner-info-title {
  font-size: 2.5rem;
  margin: 0 0 0.5rem;
}

@media (min-width: 768px) {
  .film-banner .film-banner-info .film-banner-info-title {
    font-size: 3rem;
  }
}

.film-banner .film-banner-info .film-banner-info-name {
  font-weight: bold;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.film-banner .film-banner-info .film-banner-info-description {
  font-size: 1rem;
  margin-bottom: 1.5rem;
}

.film-banner .film-banner-info .play-button {
  margin-bottom: 1.5rem;
  padding: 1rem 1.5rem;
}

.film-banner .film-banner-info .more-info, .film-banner .film-banner-info .join-discussion, .film-banner .film-banner-info .additional-link, .film-banner .film-banner-info .open-synopsis {
  display: block;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.film-banner .film-banner-info .more-info:hover, .film-banner .film-banner-info .join-discussion:hover, .film-banner .film-banner-info .additional-link:hover, .film-banner .film-banner-info .open-synopsis:hover {
  margin-left: 0.5rem;
}

.film-banner .film-banner-info .more-info .fas, .film-banner .film-banner-info .join-discussion .fas, .film-banner .film-banner-info .additional-link .fas, .film-banner .film-banner-info .open-synopsis .fas {
  margin-right: 0.5rem;
}

.postid-39 .film-banner {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.postid-39 .film-banner .film-banner-image:after {
  display: none;
}

.postid-39 .film-banner .film-banner-info-description {
  max-width: 600px;
}

.artist-info,
.video-embed,
.synopsis,
.essay,
.contact {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 1s;
  transition: 1s;
  background: black;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: white;
  z-index: 10;
  overflow-y: auto;
}

.artist-info.active,
.video-embed.active,
.synopsis.active,
.essay.active,
.contact.active {
  opacity: 1;
  visibility: visible;
}

.artist-info .artist-info-inner, .artist-info .synopsis-inner, .artist-info .essay-inner, .artist-info .contact-inner,
.video-embed .artist-info-inner,
.video-embed .synopsis-inner,
.video-embed .essay-inner,
.video-embed .contact-inner,
.synopsis .artist-info-inner,
.synopsis .synopsis-inner,
.synopsis .essay-inner,
.synopsis .contact-inner,
.essay .artist-info-inner,
.essay .synopsis-inner,
.essay .essay-inner,
.essay .contact-inner,
.contact .artist-info-inner,
.contact .synopsis-inner,
.contact .essay-inner,
.contact .contact-inner {
  max-width: 600px;
  padding: 2rem 1rem;
  margin: auto;
}

.artist-info .close-artist-info,
.artist-info .close-video-embed,
.artist-info .close-synopsis,
.artist-info .close-essay,
.artist-info .close-contact,
.video-embed .close-artist-info,
.video-embed .close-video-embed,
.video-embed .close-synopsis,
.video-embed .close-essay,
.video-embed .close-contact,
.synopsis .close-artist-info,
.synopsis .close-video-embed,
.synopsis .close-synopsis,
.synopsis .close-essay,
.synopsis .close-contact,
.essay .close-artist-info,
.essay .close-video-embed,
.essay .close-synopsis,
.essay .close-essay,
.essay .close-contact,
.contact .close-artist-info,
.contact .close-video-embed,
.contact .close-synopsis,
.contact .close-essay,
.contact .close-contact {
  position: absolute;
  top: 0;
  right: 0;
  padding: 2rem;
  font-size: 2rem;
  color: white;
  cursor: pointer;
}

.video-embed {
  padding: 1rem;
}

@media (min-width: 768px) {
  .video-embed {
    padding: 2rem;
  }
}

@media (min-width: 992px) {
  .video-embed {
    padding: 4rem;
  }
}

@media (min-width: 1200px) {
  .video-embed {
    padding: 5rem;
  }
}

.comments-area {
  max-width: 900px;
  padding: 2rem 1rem;
  margin: auto;
}

.comments-area .comments-title {
  font-size: 2rem;
}

.comments-area h3 {
  text-transform: uppercase;
}

.comments-area .logged-in-as {
  display: none;
}

.comments-area .comment-form-comment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.comments-area .comment-form-comment label {
  padding-right: 1rem;
}

@media (min-width: 992px) {
  .comments-area .comment-form-comment label {
    width: 250px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.comments-area .comment-form-comment textarea {
  width: 100%;
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
}

.comments-area .comments-title {
  text-transform: uppercase;
}

.comments-area .comment-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.comments-area .comment-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 1px solid #999;
}

.comments-area .comment-body .comment-meta {
  padding-right: 1rem;
}

@media (min-width: 992px) {
  .comments-area .comment-body .comment-meta {
    width: 200px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.comments-area .comment-body .comment-meta .comment-metadata {
  font-size: 0.9rem;
}

.comments-area .comment-body .comment-meta .comment-metadata a {
  color: #999;
  margin-top: 0.5rem;
  display: block;
}

.comments-area .comment-body .comment-content {
  font-size: 0.9rem;
}

@media (min-width: 992px) {
  .comments-area .comment-body .comment-content {
    width: calc(100% - 300px);
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.comments-area .comment-body .comment-content p {
  margin-top: 0;
}

.comments-area .comment-body .comment-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  word-break: break-word;
}

.comments-area .comment-body .comment-author img {
  border-radius: 50px;
  margin-right: 0.5rem;
}

.comments-area .comment-body .comment-author .says {
  display: none;
}

.comments-area .comment-body .reply {
  margin-left: auto;
}

.comments-area .comment-respond {
  padding: 1rem 0;
  border-bottom: 1px solid #999;
}

.comments-area #cancel-comment-reply-link {
  margin-left: 1rem;
}

.comments-area .form-submit {
  text-align: right;
}

.films {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 1rem;
}

@media (min-width: 768px) {
  .films {
    padding: 150px 1rem 0;
  }
}

.films .film {
  width: 100%;
  padding: 1rem;
  position: relative;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}

@media (min-width: 576px) {
  .films .film {
    width: 50%;
  }
}

@media (min-width: 992px) {
  .films .film {
    width: 33.33%;
  }
}

@media (min-width: 1200px) {
  .films .film {
    width: 25%;
  }
}

.films .film.film-20 img {
  opacity: 0.25;
}

.films .film.film-20 .watch-film {
  position: absolute;
  bottom: 3rem;
  right: 1rem;
  width: calc(100% - 2rem);
  background: red;
  padding: 0.5rem 2rem;
  text-align: right;
}

.films .film.film-20 .watch-film .fas {
  margin-left: 0.5rem;
}

.films .film img {
  max-width: 100%;
  height: auto;
  border: 4px solid white;
}

.films .film .film-info {
  position: absolute;
  top: 1rem;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  width: calc(100% - 2rem);
  height: calc(100% - 2rem);
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  opacity: 0;
  padding: 1rem;
  border: 3px solid white;
}

.films .film .film-info .film-title {
  font-weight: bold;
  font-size: 1.6rem;
  margin-bottom: 0.25rem;
}

.films .film .film-info a:before {
  display: block;
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.films .film .watch-film {
  position: absolute;
  bottom: 2rem;
  right: 2rem;
}

.films .film .watch-film .fas {
  margin-left: 0.5rem;
}

.films .film:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  z-index: 10;
}

.films .film:hover .film-info {
  opacity: 1;
}

footer.site-footer {
  margin: 2rem;
  display: block;
}

@media (min-width: 992px) {
  footer.site-footer {
    display: none;
  }
}

.footer-logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1rem;
}

.footer-logos img {
  max-height: 80px;
  margin-right: 1rem;
}

.header-logos {
  margin-top: 0;
  margin-right: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: none;
}

@media (min-width: 992px) {
  .header-logos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.header-logos .header-logos-label {
  margin-right: 1rem;
}

.header-logos img {
  max-height: 60px;
  margin-right: 1rem;
}

.home footer, .home .main-navigation-mobile {
  display: none !important;
}

.page-id-102 .main-navigation-mobile, .user-registration-page .main-navigation-mobile {
  display: none;
}

.page-id-102.logged-in .main-navigation-mobile, .user-registration-page.logged-in .main-navigation-mobile {
  display: block;
}

@media (min-width: 768px) {
  .page-id-102.logged-in .main-navigation-mobile, .user-registration-page.logged-in .main-navigation-mobile {
    display: none;
  }
}

.ur-frontend-form .ur-form-row .ur-form-grid .__PrivateStripeElement, .ur-frontend-form .ur-form-row .ur-form-grid input[type=date], .ur-frontend-form .ur-form-row .ur-form-grid input[type=email], .ur-frontend-form .ur-form-row .ur-form-grid input[type=number], .ur-frontend-form .ur-form-row .ur-form-grid input[type=password], .ur-frontend-form .ur-form-row .ur-form-grid input[type=phone], .ur-frontend-form .ur-form-row .ur-form-grid input[type=text], .ur-frontend-form .ur-form-row .ur-form-grid input[type=timepicker], .ur-frontend-form .ur-form-row .ur-form-grid input[type=url], .ur-frontend-form .ur-form-row .ur-form-grid select, .ur-frontend-form .ur-form-row .ur-form-grid textarea {
  padding: 0.75rem 1rem;
  font-family: 'Roboto', sans-serif;
  border: 0;
}

.ur-frontend-form button, .ur-frontend-form button[type=submit], .ur-frontend-form input[type=submit] {
  margin-right: 0;
}

.ur-frontend-form .ur-form-row .ur-form-grid label, .ur-frontend-form .ur-form-row .ur-form-grid legend {
  font-size: 1rem;
}

#user-registration {
  background: transparent;
}

#user-registration label, #user-registration p {
  color: white;
}

#user-registration a {
  text-decoration: underline;
}

.ur-form-row .flatpickr-input, .ur-form-row .input-text {
  padding-left: 1rem !important;
}

#user-registration.vertical .user-registration-MyAccount-navigation {
  background: transparent;
  border-bottom: 0;
  font-size: 1rem;
  width: 30%;
}

#user-registration .user-registration-MyAccount-navigation ul .user-registration-MyAccount-navigation-link a {
  font-size: 1rem;
}

#user-registration.vertical .user-registration-MyAccount-navigation ul .user-registration-MyAccount-navigation-link.is-active a {
  border-color: white;
  background: transparent;
}

#user-registration .ur-edit-profile, #user-registration .user-registration-MyAccount-content, #user-registration.horizontal .ur-edit-profile, #user-registration.horizontal .user-registration-MyAccount-content {
  text-align: left;
}

#user-registration .ur-edit-profile .user-registration-profile-header .user-registration-img-container, #user-registration .user-registration-MyAccount-content .user-registration-profile-header .user-registration-img-container, #user-registration.horizontal .ur-edit-profile .user-registration-profile-header .user-registration-img-container, #user-registration.horizontal .user-registration-MyAccount-content .user-registration-profile-header .user-registration-img-container {
  margin: 0;
}

#user-registration .user-registration-MyAccount-content {
  padding-top: 0;
  width: 70% !important;
}

#user-registration .user-registration-MyAccount-content h2 {
  margin-top: 0;
}

#user-registration .user-registration-MyAccount-content h3 {
  margin: 0;
}

#user-registration .user-registration-MyAccount-content .user-registration-nick-name {
  display: none;
}

#user-registration .ur-edit-profile .edit-profile .user-registration-profile-header, #user-registration .ur-edit-profile .edit-profile h2, #user-registration .user-registration-MyAccount-content .edit-profile .user-registration-profile-header, #user-registration .user-registration-MyAccount-content .edit-profile h2, #user-registration.horizontal .ur-edit-profile .edit-profile .user-registration-profile-header, #user-registration.horizontal .ur-edit-profile .edit-profile h2, #user-registration.horizontal .user-registration-MyAccount-content .edit-profile .user-registration-profile-header, #user-registration.horizontal .user-registration-MyAccount-content .edit-profile h2 {
  text-align: left;
}

#user-registration.vertical .user-registration-error, #user-registration.vertical .user-registration-message {
  border-color: white;
  color: white;
  background: #222;
  margin-bottom: 1rem;
}

.user-registration-tips {
  display: none;
}

#user-registration .user-registration-MyAccount-content .edit-password legend, #user-registration .user-registration-MyAccount-content h2 {
  font-weight: bold;
}

.not-logged-in {
  text-align: center;
  margin-top: 250px;
}

.contact .nf-form-content button, .nf-form-content input[type=button], .nf-form-content input[type=submit] {
  background: transparent !important;
  border: 2px solid white !important;
  border-radius: 4px;
  font-weight: bold;
}

.contact .nf-form-content button:hover, .nf-form-content input[type=button]:hover, .nf-form-content input[type=submit]:hover {
  color: black;
  background: white;
}

.nf-form-fields-required {
  display: none;
}

.postid-20 .play-button {
  pointer-events: none;
  background: #888;
}
/*# sourceMappingURL=style.css.map */