@charset "UTF-8";
/*
Theme Name: OSSIAN
Theme URI: www.ossianstudios.com
Author: Jacob Smith
Author URI: https://jacobdesign.co/
Description: Custom Theme for Ossian Studios
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: 
Text Domain: ossian
*/
/* @import "compass/reset"; Comment Out for Production*/
/* Slider */
/* line 45, sass/slick-theme.scss */
.slick-loading .slick-list {
  background: #fff url('images/ajax-loader.gif?1507052969') center center no-repeat;
}

/* Arrows */
/* line 52, sass/slick-theme.scss */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
/* line 70, sass/slick-theme.scss */
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
/* line 74, sass/slick-theme.scss */
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
/* line 78, sass/slick-theme.scss */
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
/* line 81, sass/slick-theme.scss */
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 92, sass/slick-theme.scss */
.slick-prev {
  left: -25px;
}
/* line 94, sass/slick-theme.scss */
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
/* line 98, sass/slick-theme.scss */
.slick-prev:before {
  content: "←";
}
/* line 100, sass/slick-theme.scss */
[dir="rtl"] .slick-prev:before {
  content: "→";
}

/* line 106, sass/slick-theme.scss */
.slick-next {
  right: -25px;
}
/* line 108, sass/slick-theme.scss */
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
/* line 112, sass/slick-theme.scss */
.slick-next:before {
  content: "→";
}
/* line 114, sass/slick-theme.scss */
[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
/* line 122, sass/slick-theme.scss */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

/* line 126, sass/slick-theme.scss */
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
/* line 135, sass/slick-theme.scss */
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
/* line 143, sass/slick-theme.scss */
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
/* line 155, sass/slick-theme.scss */
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
/* line 157, sass/slick-theme.scss */
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
/* line 161, sass/slick-theme.scss */
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 178, sass/slick-theme.scss */
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/*_variables.scss */
/* Body Text Styles */
/*_typography.scss*/
/* line 2, sass/_partials/typography.scss */
body {
  color: black;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  line-height: 1.6;
}

/* line 9, sass/_partials/typography.scss */
div,
input {
  font-family: "Montserrat", sans-serif;
}

/* line 14, sass/_partials/typography.scss */
.game-hero h1,
.hero-slider h2 {
  font-size: calc(35px + (26 - 14) * ((100vw - 300px) / (1600 - 300)));
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid #fff;
}

/* line 22, sass/_partials/typography.scss */
.page h1 {
  font-size: 65px;
}

/* line 25, sass/_partials/typography.scss */
.page .games-page h1 {
  font-size: calc(45px + (26 - 14) * ((100vw - 300px) / (1600 - 300)));
}

/* line 28, sass/_partials/typography.scss */
h3.section-header {
  font-size: 85px;
  font-weight: 300;
  color: #d3af36;
  letter-spacing: -5px;
  line-height: 1.5;
  border-bottom: 1px solid #d3af36;
  width: max-content;
  margin-bottom: 30px;
}

/* line 38, sass/_partials/typography.scss */
.post-text h2 a {
  font-size: 45px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid #fff;
  width: max-content;
}

/* line 1, sass/_partials/buttons.scss */
.gold-btn {
  background: radial-gradient(ellipse farthest-corner at right bottom, #fedb37 0%, #fdb931 8%, #9f7928 30%, #8a6e2f 40%, rgba(0, 0, 0, 0) 80%), radial-gradient(ellipse farthest-corner at left top, #ffffff 0%, #ffffac 8%, #d1b464 25%, #5d4a1f 62.5%, #5d4a1f 100%);
}

/* line 5, sass/_partials/buttons.scss */
.wpcf7-submit,
.ossian-btn,
a.wp-block-button__link {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  background: #353877;
  background: linear-gradient(163deg, #353877 10%, #000462 51%, #040762 100%);
  padding: 20px 50px;
  border: none;
  border-radius: 100px;
  text-decoration: none;
  max-width: 250px;
  width: 100%;
  text-align: center;
  filter: drop-shadow(0px 3px 49px rgba(0, 0, 0, 0.66));
}

/* line 22, sass/_partials/buttons.scss */
.wp-block-buttons > .wp-block-button:last-child {
  margin: 50px auto;
}

/* line 25, sass/_partials/buttons.scss */
.wp-block-button {
  margin: 0 auto;
}

/* line 32, sass/_partials/buttons.scss */
input[type="submit"]:hover {
  cursor: pointer;
}

/* line 25, sass/style.scss */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* line 31, sass/style.scss */
html,
body {
  background: #030534;
  padding: 0;
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  font-size: calc(16px + (26 - 14) * ((100vw - 300px) / (1600 - 300)));
}

/* line 40, sass/style.scss */
body.admin-bar {
  padding-top: 30px;
}
/* line 42, sass/style.scss */
body.admin-bar header.ossian-nav {
  top: 30px;
}

/* line 46, sass/style.scss */
header.ossian-nav {
  height: 100px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  padding: 20px;
  background: rgba(3, 5, 52, 0.85);
  filter: drop-shadow(0px 3px 39px rgba(0, 0, 0, 0.66));
  z-index: 1;
}

/* line 58, sass/style.scss */
img {
  display: block;
  max-width: 100%;
  height: auto;
}

/* line 64, sass/style.scss */
strong {
  font-weight: bold;
}

/* line 68, sass/style.scss */
header ul,
footer ul {
  list-style: none;
}

/* line 73, sass/style.scss */
nav ul li a,
.games-dropdown span,
p {
  font-size: 16px;
}

/* line 79, sass/style.scss */
nav.ossian-menu {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
/* line 84, sass/style.scss */
nav.ossian-menu .dropmenu {
  padding-right: 25px;
}
/* line 88, sass/style.scss */
nav.ossian-menu ul#menu-header li {
  display: flex;
  padding: 0 25px;
}

/* line 94, sass/style.scss */
.ossian-menu .menu li a,
.games-dropdown span {
  padding: 10px 25px;
  color: #d3af36;
  border: 1px solid transparent;
  text-transform: uppercase;
  display: block;
  position: relative;
}

/* line 103, sass/style.scss */
.games-dropdown span.current_page_item,
.ossian-menu .menu li.current_page_item a {
  border: 1px solid #d3af36;
  border-radius: 100px;
}

/* line 108, sass/style.scss */
.games-dropdown:hover {
  cursor: pointer;
}

/* line 111, sass/style.scss */
.sub-menu {
  position: fixed;
  left: 0;
  right: 0;
  top: 100px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  background-image: url("./images/games-overlay.png"), url("./images/daggorford-new.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px 15%;
  background-color: #030534;
}
/* line 127, sass/style.scss */
.sub-menu li {
  max-width: 350px;
  width: 100%;
  position: relative;
  margin: 0 20px;
}
/* line 132, sass/style.scss */
.sub-menu li img {
  border-radius: 15px;
  filter: drop-shadow(0px 8px 15px rgba(0, 0, 0, 0.15));
}

/* line 139, sass/style.scss */
.sub-menu.show {
  display: flex;
}

/* line 142, sass/style.scss */
.sub-menu {
  display: none;
}
/* line 144, sass/style.scss */
.sub-menu li {
  display: block;
  opacity: 1;
}

/* line 149, sass/style.scss */
.sub-menu {
  animation: growDown 300ms ease-in-out forwards;
  transform-origin: top center;
}

@keyframes growDown {
  0% {
    transform: scaleY(0);
  }
  80% {
    transform: scaleY(1.1);
  }
  100% {
    transform: scaleY(1);
  }
}
/* line 166, sass/style.scss */
.header-wrap,
nav ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

/* line 173, sass/style.scss */
nav ul li a {
  color: #d3af36;
  text-decoration: none;
  text-transform: uppercase;
}

/* Slider styles */
/* line 180, sass/style.scss */
.slider-hero .slick-list,
.slider-hero .slick-track,
.slider-hero .slick-slide {
  width: 100%;
}

/* line 187, sass/style.scss */
.screenshot-wrap .slick-list,
.screenshot-wrap .slick-track,
.screenshot-wrap .slick-slider,
.screenshot-wrap .slick-slide,
.screenshot-wrap .slider-nav {
  width: 100%;
  height: inherit;
}

/* line 196, sass/style.scss */
.slick-dotted.slick-slider {
  margin-bottom: 0;
}

/* line 199, sass/style.scss */
.hero-slider,
.game-hero {
  width: 100%;
  background: #ccc;
}
/* line 203, sass/style.scss */
.hero-slider .slick-slider,
.hero-slider .hero-wrap,
.game-hero .slick-slider,
.game-hero .hero-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
/* line 208, sass/style.scss */
.hero-slider .slick-slider .slick-dots,
.hero-slider .hero-wrap .slick-dots,
.game-hero .slick-slider .slick-dots,
.game-hero .hero-wrap .slick-dots {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  max-width: 300px;
  width: 100%;
  bottom: 50px;
}
/* line 216, sass/style.scss */
.hero-slider .slick-slider .slick-dots li,
.hero-slider .hero-wrap .slick-dots li,
.game-hero .slick-slider .slick-dots li,
.game-hero .hero-wrap .slick-dots li {
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  height: 8px;
  width: 100px;
  background: #fff;
}
/* line 223, sass/style.scss */
.hero-slider .slick-slider .slick-dots li button,
.hero-slider .hero-wrap .slick-dots li button,
.game-hero .slick-slider .slick-dots li button,
.game-hero .hero-wrap .slick-dots li button {
  display: none;
}
/* line 228, sass/style.scss */
.hero-slider .slick-slider .slick-dots li.slick-active,
.hero-slider .hero-wrap .slick-dots li.slick-active,
.game-hero .slick-slider .slick-dots li.slick-active,
.game-hero .hero-wrap .slick-dots li.slick-active {
  background: #d3af36;
}
/* line 232, sass/style.scss */
.hero-slider .slick-initialized .slick-slide,
.game-hero .slick-initialized .slick-slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
/* line 237, sass/style.scss */
.hero-slider .slick-initialized .slick-slide img,
.game-hero .slick-initialized .slick-slide img {
  width: 100%;
}
/* line 241, sass/style.scss */
.hero-slider .hero-container,
.game-hero .hero-container {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  padding: 149px 0px 50px 0px;
  align-items: center;
}
/* line 247, sass/style.scss */
.hero-slider .hero-container .hero-img,
.game-hero .hero-container .hero-img {
  padding: 20px;
}
/* line 249, sass/style.scss */
.hero-slider .hero-container .hero-img img,
.game-hero .hero-container .hero-img img {
  max-width: 350px;
  width: 100%;
  border-radius: 15px;
  filter: drop-shadow(0px 8px 15px rgba(0, 0, 0, 0.15));
}
/* line 256, sass/style.scss */
.hero-slider .hero-container .hero-content,
.game-hero .hero-container .hero-content {
  width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
/* line 261, sass/style.scss */
.hero-slider .hero-container .hero-content p,
.game-hero .hero-container .hero-content p {
  padding: 35px 0;
}
/* line 264, sass/style.scss */
.hero-slider .hero-container .hero-content .button-wrap,
.game-hero .hero-container .hero-content .button-wrap {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}

/* line 272, sass/style.scss */
.content-wrap .game-platforms {
  margin: 50px auto;
}

/* line 275, sass/style.scss */
.game-platforms {
  display: flex;
  flex-direction: row;
  align-items: center;
}
/* line 279, sass/style.scss */
.game-platforms span {
  font-size: 21px;
  font-weight: 600;
  color: #d3af36;
  padding-right: 20px;
}
/* line 285, sass/style.scss */
.game-platforms ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
}
/* line 290, sass/style.scss */
.game-platforms ul li {
  padding: 20px;
  list-style-type: none;
}
/* line 293, sass/style.scss */
.game-platforms ul li img {
  max-width: 35px;
  max-height: 35px;
}

/* line 301, sass/style.scss */
.wp-block-columns {
  margin-bottom: 0;
}

/* line 304, sass/style.scss */
.page .page.container .game-platforms ul,
.page .content-wrap .game-platforms ul {
  padding-left: 0;
}
/* line 307, sass/style.scss */
.page .page.container .game-platforms ul li,
.page .content-wrap .game-platforms ul li {
  list-style-type: none;
}

/* line 312, sass/style.scss */
.page.container .game-platforms {
  justify-content: center;
}

/* line 317, sass/style.scss */
p,
table {
  color: #fff;
  padding: 20px 0;
  line-height: 2;
}
/* line 322, sass/style.scss */
p a,
table a {
  color: #fff;
  text-decoration: underline;
}

/* line 327, sass/style.scss */
.container {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
  padding: 15px 25px;
}

/* line 333, sass/style.scss */
article.ossian-page .page {
  padding-top: 149px;
}

/* line 336, sass/style.scss */
article ul {
  padding-left: 15px;
}
/* line 338, sass/style.scss */
article ul li {
  font-size: 16px;
}

/* line 343, sass/style.scss */
.news-page h1 {
  font-size: 100px;
  color: #fff;
  font-weight: 300;
  letter-spacing: -5px;
  border-bottom: 1px solid #fff;
  width: max-content;
  line-height: 1.25;
}
/* line 352, sass/style.scss */
.news-page .ossian-grid {
  margin-top: 50px;
}

/* line 356, sass/style.scss */
.latest-news {
  padding: 100px 20px 0 20px;
}

/* line 359, sass/style.scss */
.post-meta span {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  padding: 15px 0;
}

/* line 365, sass/style.scss */
.large-post .post-meta span {
  font-size: 18px;
}

/* line 369, sass/style.scss */
.ossian-post ul li {
  color: #fff;
}
/* line 372, sass/style.scss */
.ossian-post .post-meta {
  padding-left: 10px;
}

/* line 376, sass/style.scss */
.content-wrap {
  max-width: 1200px;
  margin: 0 auto;
}

/* line 380, sass/style.scss */
.ossian-grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
/* line 384, sass/style.scss */
.ossian-grid .large-post {
  width: 100%;
}
/* line 387, sass/style.scss */
.ossian-grid .small-post {
  width: 50%;
}
/* line 389, sass/style.scss */
.ossian-grid .small-post h2 {
  line-height: 1.5;
}
/* line 391, sass/style.scss */
.ossian-grid .small-post h2 a {
  font-size: 25px;
}
/* line 395, sass/style.scss */
.ossian-grid .small-post img {
  max-width: 300px;
}
/* line 399, sass/style.scss */
.ossian-grid .large-post,
.ossian-grid .small-post {
  display: flex;
  flex-direction: row;
  margin-bottom: 80px;
}
/* line 404, sass/style.scss */
.ossian-grid .large-post img,
.ossian-grid .small-post img {
  border-radius: 15px;
  filter: drop-shadow(0px 0px 30px rgba(0, 0, 0, 0.36));
}
/* line 408, sass/style.scss */
.ossian-grid .large-post p,
.ossian-grid .small-post p {
  padding: 10px 0 20px 0;
}

/* line 413, sass/style.scss */
.ossian-grid .post-text {
  height: 100%;
  max-width: 100%;
  padding: 0 20px 0 50px;
}

/* line 418, sass/style.scss */
.ossian-footer-logo {
  padding: 50px 20px;
}

/* line 421, sass/style.scss */
.ossian-logo img {
  max-width: 180px;
}

/* line 424, sass/style.scss */
.ossian-footer-logo img {
  max-width: 200px;
}

/* line 427, sass/style.scss */
p.ossian-tm-text {
  font-size: 12px;
}

/* line 431, sass/style.scss */
.dropshadow {
  padding: 20px;
  filter: drop-shadow(0px 3px 49px rgba(0, 0, 0, 0.66));
}

/** Wordpress Styles **/
/* line 436, sass/style.scss */
.wp-block-post-featured-image img,
.wp-block-image.dropshadow figure img {
  border-radius: 15px;
}

/* line 440, sass/style.scss */
.wp-block-image figcaption {
  padding-top: 20px;
  color: #fff;
}

/* line 444, sass/style.scss */
.wp-block-gallery .blocks-gallery-item figure {
  filter: drop-shadow(0px 3px 9px rgba(0, 0, 0, 0.46));
}

/* line 447, sass/style.scss */
.blocks-gallery-grid,
.wp-block-gallery {
  padding: 20px 0;
}

/* line 453, sass/style.scss */
.news-page .latest-news {
  padding-bottom: 100px;
}

/* line 457, sass/style.scss */
.more-news {
  width: 100%;
}
/* line 459, sass/style.scss */
.more-news a {
  display: block;
  background: transparent;
  border: 1px solid #d3af36;
  border-radius: 100px;
  padding: 20px 25px;
  max-width: 250px;
  width: 100%;
  color: #d3af36;
  font-weight: 300;
  font-size: 21px;
  text-decoration: none;
  margin: 0 auto;
  text-align: center;
}

/* line 476, sass/style.scss */
.screenshot-text ul {
  list-style: disc;
}

/** Games Section **/
/* line 481, sass/style.scss */
.ossian-games {
  padding: 65px 50px;
  margin: 100px auto;
  border-radius: 15px;
  filter: drop-shadow(0px 3px 49px rgba(0, 0, 0, 0.66));
}
/* line 486, sass/style.scss */
.ossian-games h3 {
  font-size: 75px;
  font-weight: 300;
  letter-spacing: -5px;
  line-height: 1.25;
  color: #D4AF37;
  border-bottom: 1px solid #D4AF37;
  width: max-content;
}

/** Plugin Poll Styles */
/* line 497, sass/style.scss */
a.onyx-poll-ft-btn {
  color: #d3af36;
  font-weight: 600;
  text-align: center;
  margin-right: auto;
}

/* line 503, sass/style.scss */
a.onyx-poll-ft-btn:hover {
  color: #fff;
  transition: all .3s ease-in-out;
}

/* line 507, sass/style.scss */
.onyx-poll-footer {
  flex-direction: column;
}

/* line 510, sass/style.scss */
.onyx-poll.onyx-poll-widget {
  max-width: 600px;
  background: transparent;
  border: none;
}
/* line 514, sass/style.scss */
.onyx-poll.onyx-poll-widget ul.onyx-poll-choices {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  max-width: 900px;
  margin: 0 auto !important;
}
/* line 521, sass/style.scss */
.onyx-poll.onyx-poll-widget ul.onyx-poll-choices li {
  border-color: #d3af36;
  color: #d3af36;
  margin-bottom: 50px !important;
  max-width: 250px;
}
/* line 526, sass/style.scss */
.onyx-poll.onyx-poll-widget ul.onyx-poll-choices li span {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
}
/* line 533, sass/style.scss */
.onyx-poll.onyx-poll-widget .onyx-poll-choices li:before {
  background: #353877;
}
/* line 536, sass/style.scss */
.onyx-poll.onyx-poll-widget .onyx-poll-question,
.onyx-poll.onyx-poll-widget .onyx-poll-total {
  color: #fff;
  font-size: 21px !important;
  font-weight: 300;
}
/* line 542, sass/style.scss */
.onyx-poll.onyx-poll-widget .onyx-poll-footer {
  padding-top: 60px;
  text-align: center;
  width: 100%;
}

/** Poll & Newsletter Sections */
/* line 550, sass/style.scss */
.ossian-newsletter .consentbox {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 18px;
}
/* line 555, sass/style.scss */
.ossian-newsletter .consentbox a {
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  padding-left: 5px;
}
/* line 562, sass/style.scss */
.ossian-newsletter label {
  padding-right: 20px;
}
/* line 565, sass/style.scss */
.ossian-newsletter .checkbox {
  display: inline-flex;
  cursor: pointer;
  position: relative;
}
/* line 571, sass/style.scss */
.ossian-newsletter .checkbox > span {
  color: #34495E;
  padding: 0.5rem 0.25rem;
}
/* line 576, sass/style.scss */
.ossian-newsletter .checkbox > input {
  height: 25px;
  width: 25px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: 1px solid #fff;
  border-radius: 4px;
  outline: none;
  transition-duration: 0.3s;
  background-color: #555;
  cursor: pointer;
}
/* line 591, sass/style.scss */
.ossian-newsletter .checkbox > input:checked {
  border: 1px solid #d3af36;
  background-color: #d3af36;
}
/* line 596, sass/style.scss */
.ossian-newsletter .checkbox > input:checked:before {
  content: '\2713';
  font-size: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #030534;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 25px;
}
/* line 612, sass/style.scss */
.ossian-newsletter .checkbox > input:active {
  border: 2px solid #34495E;
}

/* line 616, sass/style.scss */
.post.container .poll-wrap h3 {
  font-size: 100px;
  font-weight: 200;
  color: #d3af36;
  letter-spacing: -3px;
  padding: 20px;
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.69));
}

/* line 624, sass/style.scss */
.ossian-poll,
.ossian-newsletter {
  padding: 65px 50px;
  margin: 100px auto;
  border-radius: 15px;
  filter: drop-shadow(0px 3px 49px rgba(0, 0, 0, 0.66));
}
/* line 630, sass/style.scss */
.ossian-poll .poll-wrap,
.ossian-poll .newlsetter-wrap,
.ossian-newsletter .poll-wrap,
.ossian-newsletter .newlsetter-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
/* line 636, sass/style.scss */
.ossian-poll .poll-wrap img.poll-logo,
.ossian-poll .poll-wrap img.newsletter-logo,
.ossian-poll .newlsetter-wrap img.poll-logo,
.ossian-poll .newlsetter-wrap img.newsletter-logo,
.ossian-newsletter .poll-wrap img.poll-logo,
.ossian-newsletter .poll-wrap img.newsletter-logo,
.ossian-newsletter .newlsetter-wrap img.poll-logo,
.ossian-newsletter .newlsetter-wrap img.newsletter-logo {
  max-width: 150px;
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.69));
}
/* line 641, sass/style.scss */
.ossian-poll .poll-wrap h3,
.ossian-poll .newlsetter-wrap h3,
.ossian-newsletter .poll-wrap h3,
.ossian-newsletter .newlsetter-wrap h3 {
  font-size: 100px;
  font-weight: 200;
  color: #d3af36;
  letter-spacing: -3px;
  padding: 20px;
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.69));
}
/* line 649, sass/style.scss */
.ossian-poll .poll-wrap label,
.ossian-poll .poll-wrap p,
.ossian-poll .newlsetter-wrap label,
.ossian-poll .newlsetter-wrap p,
.ossian-newsletter .poll-wrap label,
.ossian-newsletter .poll-wrap p,
.ossian-newsletter .newlsetter-wrap label,
.ossian-newsletter .newlsetter-wrap p {
  color: #fff;
  font-size: 21px;
}
/* line 654, sass/style.scss */
.ossian-poll .poll-wrap form,
.ossian-poll .newlsetter-wrap form,
.ossian-newsletter .poll-wrap form,
.ossian-newsletter .newlsetter-wrap form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* Hide the browser's default radio button */
  /* Create a custom radio button */
  /* On mouse-over, add a grey background color */
  /* When the radio button is checked, add a blue background */
  /* Create the indicator (the dot/circle - hidden when not checked) */
  /* Custom radio buttons for poll form */
}
/* line 659, sass/style.scss */
.ossian-poll .poll-wrap form .input-wrap,
.ossian-poll .newlsetter-wrap form .input-wrap,
.ossian-newsletter .poll-wrap form .input-wrap,
.ossian-newsletter .newlsetter-wrap form .input-wrap {
  position: relative;
}
/* line 663, sass/style.scss */
.ossian-poll .poll-wrap form input[type="radio"],
.ossian-poll .newlsetter-wrap form input[type="radio"],
.ossian-newsletter .poll-wrap form input[type="radio"],
.ossian-newsletter .newlsetter-wrap form input[type="radio"] {
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
/* line 676, sass/style.scss */
.ossian-poll .poll-wrap form .checkmark,
.ossian-poll .newlsetter-wrap form .checkmark,
.ossian-newsletter .poll-wrap form .checkmark,
.ossian-newsletter .newlsetter-wrap form .checkmark {
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}
/* line 684, sass/style.scss */
.ossian-poll .poll-wrap form .input-wrap:hover input[type="radio"] ~ .checkmark,
.ossian-poll .newlsetter-wrap form .input-wrap:hover input[type="radio"] ~ .checkmark,
.ossian-newsletter .poll-wrap form .input-wrap:hover input[type="radio"] ~ .checkmark,
.ossian-newsletter .newlsetter-wrap form .input-wrap:hover input[type="radio"] ~ .checkmark {
  background-color: #ccc;
}
/* line 687, sass/style.scss */
.ossian-poll .poll-wrap form .input-wrap:hover input[type="radio"]:checked ~ .checkmark,
.ossian-poll .newlsetter-wrap form .input-wrap:hover input[type="radio"]:checked ~ .checkmark,
.ossian-newsletter .poll-wrap form .input-wrap:hover input[type="radio"]:checked ~ .checkmark,
.ossian-newsletter .newlsetter-wrap form .input-wrap:hover input[type="radio"]:checked ~ .checkmark {
  background: #C0B63E;
}
/* line 692, sass/style.scss */
.ossian-poll .poll-wrap form input[type="radio"]:checked ~ .checkmark,
.ossian-poll .newlsetter-wrap form input[type="radio"]:checked ~ .checkmark,
.ossian-newsletter .poll-wrap form input[type="radio"]:checked ~ .checkmark,
.ossian-newsletter .newlsetter-wrap form input[type="radio"]:checked ~ .checkmark {
  background: #C0B63E;
}
/* line 696, sass/style.scss */
.ossian-poll .poll-wrap form .checkmark:after,
.ossian-poll .newlsetter-wrap form .checkmark:after,
.ossian-newsletter .poll-wrap form .checkmark:after,
.ossian-newsletter .newlsetter-wrap form .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
/* line 703, sass/style.scss */
.ossian-poll .poll-wrap form .checkmark:after,
.ossian-poll .newlsetter-wrap form .checkmark:after,
.ossian-newsletter .poll-wrap form .checkmark:after,
.ossian-newsletter .newlsetter-wrap form .checkmark:after {
  top: 9px;
  left: 9px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
}
/* line 710, sass/style.scss */
.ossian-poll .poll-wrap form .poll-inputs,
.ossian-poll .newlsetter-wrap form .poll-inputs,
.ossian-newsletter .poll-wrap form .poll-inputs,
.ossian-newsletter .newlsetter-wrap form .poll-inputs {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 500px;
  padding: 30px 20px;
}
/* line 717, sass/style.scss */
.ossian-poll .poll-wrap form .poll-inputs .input-wrap,
.ossian-poll .newlsetter-wrap form .poll-inputs .input-wrap,
.ossian-newsletter .poll-wrap form .poll-inputs .input-wrap,
.ossian-newsletter .newlsetter-wrap form .poll-inputs .input-wrap {
  width: 50%;
  display: flex;
  align-items: center;
  padding: 20px;
}
/* line 723, sass/style.scss */
.ossian-poll .poll-wrap form .poll-inputs label,
.ossian-poll .newlsetter-wrap form .poll-inputs label,
.ossian-newsletter .poll-wrap form .poll-inputs label,
.ossian-newsletter .newlsetter-wrap form .poll-inputs label {
  font-weight: 700;
  padding-left: 15px;
}
/* line 728, sass/style.scss */
.ossian-poll .poll-wrap form input#submit,
.ossian-poll .poll-wrap form input.tnp-submit,
.ossian-poll .newlsetter-wrap form input#submit,
.ossian-poll .newlsetter-wrap form input.tnp-submit,
.ossian-newsletter .poll-wrap form input#submit,
.ossian-newsletter .poll-wrap form input.tnp-submit,
.ossian-newsletter .newlsetter-wrap form input#submit,
.ossian-newsletter .newlsetter-wrap form input.tnp-submit {
  background: transparent;
  border: 1px solid #d3af36;
  border-radius: 100px;
  padding: 20px 25px;
  max-width: 250px;
  width: 100%;
  color: #d3af36;
  font-weight: 600;
  font-size: 21px;
  margin: 50px auto 0 auto;
}
/* line 741, sass/style.scss */
.ossian-poll .poll-wrap form input[type="submit"]:hover,
.ossian-poll .newlsetter-wrap form input[type="submit"]:hover,
.ossian-newsletter .poll-wrap form input[type="submit"]:hover,
.ossian-newsletter .newlsetter-wrap form input[type="submit"]:hover {
  cursor: pointer;
}
/* line 747, sass/style.scss */
.ossian-poll .newlsetter-wrap .newsletter-inputs,
.ossian-newsletter .newlsetter-wrap .newsletter-inputs {
  padding: 40px 20px 60px 20px;
}
/* line 749, sass/style.scss */
.ossian-poll .newlsetter-wrap .newsletter-inputs label,
.ossian-newsletter .newlsetter-wrap .newsletter-inputs label {
  text-align: center;
}
/* line 752, sass/style.scss */
.ossian-poll .newlsetter-wrap .newsletter-inputs input.tnp-email,
.ossian-poll .newlsetter-wrap .newsletter-inputs input.subscribe-input,
.ossian-newsletter .newlsetter-wrap .newsletter-inputs input.tnp-email,
.ossian-newsletter .newlsetter-wrap .newsletter-inputs input.subscribe-input {
  max-width: 450px;
  width: 100%;
  padding: 20px;
  border: 0;
  border-radius: 100px;
  color: #555;
  font-size: 20px;
  font-weight: 600;
}
/* line 763, sass/style.scss */
.ossian-poll .newlsetter-wrap .newsletter-inputs input.tnp-email:focus,
.ossian-poll .newlsetter-wrap .newsletter-inputs input.subscribe-input:focus,
.ossian-newsletter .newlsetter-wrap .newsletter-inputs input.tnp-email:focus,
.ossian-newsletter .newlsetter-wrap .newsletter-inputs input.subscribe-input:focus {
  outline: 3px solid #353877;
}
/* line 768, sass/style.scss */
.ossian-poll .newlsetter-wrap .es_subscription_message.success,
.ossian-newsletter .newlsetter-wrap .es_subscription_message.success {
  color: #36d936;
}

/* line 773, sass/style.scss */
.ossian-newsletter {
  max-width: 95%;
}
/* line 777, sass/style.scss */
.ossian-newsletter .newlsetter-wrap .emaillist form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* Hide the browser's default radio button */
  /* Create a custom radio button */
  /* On mouse-over, add a grey background color */
  /* When the radio button is checked, add a blue background */
  /* Create the indicator (the dot/circle - hidden when not checked) */
  /* Custom radio buttons for poll form */
}
/* line 782, sass/style.scss */
.ossian-newsletter .newlsetter-wrap .emaillist form input[type="submit"] {
  background: transparent;
  border: 1px solid #d3af36;
  border-radius: 100px;
  padding: 20px 25px;
  max-width: 250px;
  width: 100%;
  color: #d3af36;
  font-weight: 600;
  font-size: 21px;
  margin: 50px auto 0 auto;
}
/* line 794, sass/style.scss */
.ossian-newsletter .newlsetter-wrap .emaillist form input {
  background: #fff;
  border: 1px solid #d3af36;
  border-radius: 100px;
  padding: 20px 25px;
  max-width: 250px;
  width: 100%;
  color: #555;
  font-weight: 600;
  font-size: 21px;
  margin: 50px auto 0 auto;
}
/* line 806, sass/style.scss */
.ossian-newsletter .newlsetter-wrap .emaillist form input[type="submit"]:hover {
  cursor: pointer;
}
/* line 809, sass/style.scss */
.ossian-newsletter .newlsetter-wrap .emaillist form .input-wrap {
  position: relative;
}
/* line 813, sass/style.scss */
.ossian-newsletter .newlsetter-wrap .emaillist form input[type="radio"] {
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
/* line 824, sass/style.scss */
.ossian-newsletter .newlsetter-wrap .emaillist form p a {
  font-weight: bold;
  text-decoration: none;
  padding-left: 5px;
}
/* line 831, sass/style.scss */
.ossian-newsletter .newlsetter-wrap .emaillist form input[type="checkbox"] {
  margin: 0;
  height: 25px;
  width: 25px;
  padding: 0;
  border-radius: 5px;
}
/* line 838, sass/style.scss */
.ossian-newsletter .newlsetter-wrap .emaillist form input.es_txt_email {
  max-width: 450px;
  width: 100%;
  padding: 20px;
  border: 0;
  border-radius: 100px;
  color: #555;
  font-size: 20px;
  font-weight: 600;
}
/* line 850, sass/style.scss */
.ossian-newsletter .newlsetter-wrap .emaillist form .input-wrap:hover input[type="radio"] ~ .checkmark {
  background-color: #ccc;
}
/* line 853, sass/style.scss */
.ossian-newsletter .newlsetter-wrap .emaillist form .input-wrap:hover input[type="radio"]:checked ~ .checkmark {
  background: #C0B63E;
}
/* line 858, sass/style.scss */
.ossian-newsletter .newlsetter-wrap .emaillist form input[type="checkbox"]:checked {
  background: #C0B63E;
}
/* line 862, sass/style.scss */
.ossian-newsletter .newlsetter-wrap .emaillist form .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
/* line 869, sass/style.scss */
.ossian-newsletter .newlsetter-wrap .emaillist form .checkmark:after {
  top: 9px;
  left: 9px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
}
/* line 878, sass/style.scss */
.ossian-newsletter .newlsetter-wrap .es_subscription_message.error {
  text-align: center;
  margin: 20px auto;
  display: block;
}

/* line 890, sass/style.scss */
.ossian-games .games-wrap {
  border-radius: 15px;
}
/* line 893, sass/style.scss */
.ossian-games .games-container {
  display: flex;
  flex-direction: row;
  padding: 50px;
  margin-top: 25px;
}
/* line 898, sass/style.scss */
.ossian-games .games-container .game {
  position: relative;
  display: flex;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  margin-inline: 1rem;
}
/* line 905, sass/style.scss */
.ossian-games .games-container .game img {
  border-radius: 15px;
  filter: drop-shadow(0px 3px 9px rgba(0, 0, 0, 0.46));
}
/* line 909, sass/style.scss */
.ossian-games .games-container .game .game-icons {
  position: absolute;
  bottom: 0;
  width: 100%;
}
/* line 913, sass/style.scss */
.ossian-games .games-container .game .game-icons .game-icons-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 20px;
  justify-content: center;
  width: 100%;
}
/* line 920, sass/style.scss */
.ossian-games .games-container .game .game-icons .game-icons-wrap img {
  max-height: 28px;
  border-radius: 0;
  width: 20%;
  margin: 10px 0;
}

/* line 933, sass/style.scss */
.page .page.container,
.page .content-wrap {
  padding: 0 20px;
}
/* line 936, sass/style.scss */
.page .page.container h2,
.page .content-wrap h2 {
  font-size: 60px;
  padding-top: 30px;
}
/* line 940, sass/style.scss */
.page .page.container h3,
.page .content-wrap h3 {
  font-size: 40px;
  padding-top: 30px;
}
/* line 944, sass/style.scss */
.page .page.container h1,
.page .page.container h2,
.page .page.container h3,
.page .content-wrap h1,
.page .content-wrap h2,
.page .content-wrap h3 {
  font-weight: 400;
  color: #fff;
}
/* line 950, sass/style.scss */
.page .page.container .wp-block-post-featured-image,
.page .content-wrap .wp-block-post-featured-image {
  display: none;
}
/* line 953, sass/style.scss */
.page .page.container .blocks-gallery-item img,
.page .content-wrap .blocks-gallery-item img {
  border-radius: 15px;
}
/* line 956, sass/style.scss */
.page .page.container ul li,
.page .content-wrap ul li {
  color: #fff;
  list-style-type: disc;
}
/* line 960, sass/style.scss */
.page .page.container ul li a,
.page .page.container p a,
.page .content-wrap ul li a,
.page .content-wrap p a {
  color: #d3af36;
}
/* line 964, sass/style.scss */
.page .page.container input[type="text"],
.page .page.container input[type="email"],
.page .page.container .your-message textarea,
.page .content-wrap input[type="text"],
.page .content-wrap input[type="email"],
.page .content-wrap .your-message textarea {
  background: transparent;
  border: 0;
  border-bottom-color: currentcolor;
  border-bottom-style: none;
  border-bottom-width: 0px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding: 10px 0;
  color: #fff;
  font-size: 20px;
}
/* line 977, sass/style.scss */
.page .page.container input[type="text"]:focus,
.page .page.container input[type="email"]:focus,
.page .page.container .your-message textarea:focus,
.page .content-wrap input[type="text"]:focus,
.page .content-wrap input[type="email"]:focus,
.page .content-wrap .your-message textarea:focus {
  outline: 3px solid #353877;
  border-bottom: 1px solid #353877;
}
/* line 983, sass/style.scss */
.page .page.container .wpcf7-form,
.page .content-wrap .wpcf7-form {
  max-width: 400px;
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
}
/* line 990, sass/style.scss */
.page .page.container .wpcf7-response-output,
.page .content-wrap .wpcf7-response-output {
  font-size: 18px;
  border: none;
  color: #d3af36;
}
/* line 995, sass/style.scss */
.page .page.container .wpcf7-not-valid-tip,
.page .content-wrap .wpcf7-not-valid-tip {
  font-size: 18px;
}
/* line 998, sass/style.scss */
.page .page.container .wpcf7 form.invalid .wpcf7-response-output,
.page .content-wrap .wpcf7 form.invalid .wpcf7-response-output {
  border: none;
  color: red;
  margin: 0;
  padding: 20px 0 0 0;
}
/* line 1004, sass/style.scss */
.page .page.container .wpcf7-form .has-text span.wpcf7-not-valid-tip,
.page .content-wrap .wpcf7-form .has-text span.wpcf7-not-valid-tip {
  display: none;
}
/* line 1007, sass/style.scss */
.page .page.container label,
.page .content-wrap label {
  font-size: 25px;
}
/* line 1010, sass/style.scss */
.page .page.container input::placeholder,
.page .page.container textarea::placeholder,
.page .content-wrap input::placeholder,
.page .content-wrap textarea::placeholder {
  color: #65679B;
  font-size: 20px;
}

/* line 1019, sass/style.scss */
.page-template-game-template .hero-img {
  position: relative;
}
/* line 1021, sass/style.scss */
.page-template-game-template .hero-img span.play-trailer {
  position: absolute;
  bottom: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
/* line 1027, sass/style.scss */
.page-template-game-template .hero-img span.play-trailer .play-btn {
  padding: 50px 0;
  font-size: 21px;
  font-weight: 600;
  color: #d3af36;
  text-decoration: none;
  display: flex;
  align-items: center;
}
/* line 1035, sass/style.scss */
.page-template-game-template .hero-img span.play-trailer .play-btn img {
  max-width: 50px;
  margin-left: 10px;
}
/* line 1040, sass/style.scss */
.page-template-game-template .hero-img span.play-trailer span.play-trailer:hover {
  cursor: pointer;
}
/* line 1046, sass/style.scss */
.page-template-game-template .page.container h2 {
  color: #D4AF37;
  font-weight: 300;
}
/* line 1050, sass/style.scss */
.page-template-game-template .page.container .buy-game-closer {
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 100px 0;
}
/* line 1056, sass/style.scss */
.page-template-game-template .page.container .buy-game-closer span {
  color: #D4AF37;
  font-size: 25px;
  font-weight: 500;
}
/* line 1061, sass/style.scss */
.page-template-game-template .page.container .buy-game-closer ul {
  display: flex;
  flex-direction: row;
}
/* line 1064, sass/style.scss */
.page-template-game-template .page.container .buy-game-closer ul li {
  padding-left: 40px;
}
/* line 1066, sass/style.scss */
.page-template-game-template .page.container .buy-game-closer ul li img {
  max-height: 45px;
}

/* line 1075, sass/style.scss */
.blocks-gallery-grid .blocks-gallery-item,
.wp-block-gallery .blocks-gallery-item {
  flex-grow: unset;
}

/* line 1079, sass/style.scss */
.ossian-page .blocks-gallery-grid .blocks-gallery-item figcaption,
.ossian-page .wp-block-gallery .blocks-gallery-item figcaption {
  position: relative;
  background: none;
  font-size: 15px;
  text-align: left;
}

/* line 1086, sass/style.scss */
.wp-block-gallery .blocks-gallery-item figure {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}

/* line 1091, sass/style.scss */
.ossian-page .wp-block-gallery.is-cropped .blocks-gallery-item img {
  height: auto;
  flex: none;
}

.ossian-page .blocks-gallery-grid:not(.has-nested-images) {
	align-items: flex-start;
}

/* Video Modal
-----------------------------------------*/
/* line 1099, sass/style.scss */
.video-modal,
.video-modal .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
}

/* line 1108, sass/style.scss */
.video-modal {
  overflow: hidden;
  position: fixed;
  opacity: 0.0;
  -webkit-transform: translate(500%, 0%);
  transform: translate(500%, 0%);
  -webkit-transition: -webkit-transform 0s linear 0s;
  transition: transform 0s linear 0s;
  /* Flexbox display */
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  /* Vertical alignment */
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

/* line 1130, sass/style.scss */
.video-modal .overlay {
  z-index: 0;
  background: rgba(3, 5, 52, 0.75);
  opacity: 0.0;
  -webkit-transition: opacity 0.2s ease-out 0.04s;
  transition: opacity 0.2s ease-out 0.04s;
}

/* line 1137, sass/style.scss */
.modal-content {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  z-index: 1;
  margin: 0 auto;
  overflow-y: visible;
  background: #000;
  width: calc(100% - 12em);
  height: 0;
  padding-top: calc((100% - 12em) * 0.5625);
  /* 16:9 aspect ratio calc */
}

/* Mobile scaling to fit viewport */
@media (min-aspect-ratio: 16 / 9) {
  /* line 1153, sass/style.scss */
  .modal-content {
    width: 0;
    height: calc(100vh - 10em);
    padding-top: 0;
    padding-left: calc((100vh - 10em) * 1.7778);
    /* 16:9 aspect ratio calc */
  }
}
/* Mobile Layouts */
@media (max-width: 640px) {
  /* line 1162, sass/style.scss */
  .modal-content {
    width: calc(100% - 1em);
    padding-top: calc((100% - 1em) * 0.5625);
    /* 16:9 aspect ratio calc */
  }
}
/* close modal */
/* line 1168, sass/style.scss */
.play-trailer span,
.close-modal:hover {
  cursor: pointer;
}

/* line 1172, sass/style.scss */
.close-modal {
  display: block;
  position: absolute;
  right: 0;
  top: -50px;
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}
/* line 1181, sass/style.scss */
.close-modal img {
  max-width: 30px;
}

/* line 1185, sass/style.scss */
iframe#youtube {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: #000;
  box-shadow: 0px 3px 18px rgba(0, 0, 0, 0.5);
}

/* show the modal */
/* line 1196, sass/style.scss */
.reveal-modal .video-modal {
  opacity: 1.0;
  transform: translate(0%, 0%);
  -webkit-transform: translate(0%, 0%);
}

/* line 1201, sass/style.scss */
.reveal-modal .video-modal .overlay {
  opacity: 1.0;
}

/* line 1204, sass/style.scss */
.reveal-modal .modal-content {
  transform: translate(0%, 0%);
  -webkit-transform: translate(0%, 0%);
}

/* end video modal styles*/
/* line 1210, sass/style.scss */
.post.container {
  padding-top: 149px;
}
/* line 1212, sass/style.scss */
.post.container h1 {
  font-size: calc(50px + (26 - 14) * ((100vw - 300px) / (1600 - 300)));
  line-height: 1;
}
/* line 1216, sass/style.scss */
.post.container h2 {
  font-size: 65px;
  padding-top: 30px;
}
/* line 1220, sass/style.scss */
.post.container h3 {
  font-size: 55px;
  padding-top: 30px;
}
/* line 1224, sass/style.scss */
.post.container h1,
.post.container h2,
.post.container h3 {
  font-weight: 400;
  color: #fff;
}
/* line 1230, sass/style.scss */
.post.container .blocks-gallery-item img {
  border-radius: 15px;
}

/* line 1234, sass/style.scss */
.slick-next:before {
  content: url("./images/arrow-right.png");
}

/* line 1237, sass/style.scss */
.slick-prev:before {
  content: url("./images/arrow-left.png");
}

/* line 1241, sass/style.scss */
#homepage-slider .slick-next {
  right: 80px;
}
/* line 1244, sass/style.scss */
#homepage-slider .slick-prev {
  left: 80px;
  z-index: 999;
}
/* line 1248, sass/style.scss */
#homepage-slider .slick-next,
#homepage-slider .slick-prev {
  visibility: hidden;
}

/* line 1254, sass/style.scss */
#homepage-slider:hover .slick-next,
#homepage-slider:hover .slick-prev {
  visibility: visible;
}

/* line 1259, sass/style.scss */
.screenshot-wrap {
  display: flex;
  flex-direction: row;
}
/* line 1262, sass/style.scss */
.screenshot-wrap .slick-list.draggable {
  height: auto !important;
}
/* line 1265, sass/style.scss */
.screenshot-wrap .slick-next,
.screenshot-wrap .slick-prev {
  top: 50%;
}
/* line 1269, sass/style.scss */
.screenshot-wrap .slick-prev::before {
  content: url(./images/arrow-left.png);
  left: -60px;
  position: absolute;
}
/* line 1274, sass/style.scss */
.screenshot-wrap .slick-next::before {
  content: url(./images/arrow-right.png);
  position: absolute;
}
/* line 1278, sass/style.scss */
.screenshot-wrap .slick-prev::before,
.screenshot-wrap .slick-next::before {
  color: white;
  opacity: 0.75;
}
/* line 1283, sass/style.scss */
.screenshot-wrap .slick-prev::before {
  left: -30px;
}
/* line 1287, sass/style.scss */
.screenshot-wrap .js .screenshot-slider > div:nth-child(1n+2) {
  display: none;
}
/* line 1289, sass/style.scss */
.screenshot-wrap .js .screenshot-slider.slick-initialized > div:nth-child(1n+2) {
  display: block;
}
/* line 1291, sass/style.scss */
.screenshot-wrap .slider-nav .slick-slide {
  cursor: pointer;
}
/* line 1293, sass/style.scss */
.screenshot-wrap .screenshot-window {
  max-width: 50%;
  padding: 20px 50px 20px 20px;
}
/* line 1297, sass/style.scss */
.screenshot-wrap .screenshot-window .screenshot-slider .slick-slide {
  width: 100%;
  background: #fff;
}
/* line 1303, sass/style.scss */
.screenshot-wrap .screenshot-window .slider-nav .slick-slide {
  width: 25%;
  background: #fff;
}
/* line 1309, sass/style.scss */
.screenshot-wrap .screenshot-text {
  max-width: 50%;
  padding-left: 50px;
}
/* line 1312, sass/style.scss */
.screenshot-wrap .screenshot-text p {
  color: #fff;
  font-size: 17px;
}
/* line 1317, sass/style.scss */
.screenshot-wrap .slick-dots {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  max-width: 300px;
  width: 100%;
  bottom: -50px;
  margin: 0 auto;
  left: 0;
  right: 0;
}
/* line 1327, sass/style.scss */
.screenshot-wrap .slick-dots li {
  height: 8px;
  width: 100px;
  background: #fff;
}
/* line 1333, sass/style.scss */
.screenshot-wrap .slick-dots li.slick-active {
  background: #d3af36;
}

/* line 1338, sass/style.scss */
footer.ossian-footer {
  background-image: url("./images/footer-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}
/* line 1344, sass/style.scss */
footer.ossian-footer .footer-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  background: rgba(3, 5, 52, 0.55);
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 30px;
}
/* line 1353, sass/style.scss */
footer.ossian-footer .footer-wrap .ossian-social {
  display: flex;
  flex-direction: column;
  width: 100%;
  color: #C0B63E;
  text-align: center;
  background: rgba(14, 17, 91, 0.5);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 25px;
  filter: drop-shadow(0px 3px 19px rgba(0, 0, 0, 0.66));
}
/* line 1364, sass/style.scss */
footer.ossian-footer .footer-wrap .ossian-social span {
  font-size: 19px;
  text-transform: uppercase;
}
/* line 1368, sass/style.scss */
footer.ossian-footer .footer-wrap .ossian-social img {
  padding: 25px;
  padding-bottom: 0px;
  height: 55px;
}
/* line 1374, sass/style.scss */
footer.ossian-footer .footer-wrap .footer-text {
  padding: 30px 20px 20px 20px;
}
/* line 1377, sass/style.scss */
footer.ossian-footer .footer-wrap .footer-text p {
  text-align: center;
  color: #707070;
  display: block;
  line-height: 1;
  padding: 1em;
}
/* line 1384, sass/style.scss */
footer.ossian-footer .footer-wrap .footer-text p {
  padding: 0;
  line-height: 1.5;
}
/* line 1388, sass/style.scss */
footer.ossian-footer .footer-wrap ul#menu-footer {
  padding-bottom: 20px;
}
/* line 1391, sass/style.scss */
footer.ossian-footer .footer-wrap ul#menu-footer li a {
  display: block;
  text-align: center;
  color: #707070;
  font-size: 16px;
  line-height: 1;
  padding: 1em;
  text-decoration: none;
  text-transform: uppercase;
  transition: color ease-in-out .3s;
}
/* line 1402, sass/style.scss */
footer.ossian-footer .footer-wrap ul#menu-footer li a:hover {
  color: #d3af36;
}
/* line 1405, sass/style.scss */
footer.ossian-footer .footer-wrap .ossian-footer-copy {
  font-size: 16px;
}
/* line 1408, sass/style.scss */
footer.ossian-footer .footer-wrap .social-icon-wrap,
footer.ossian-footer .footer-wrap ul#menu-footer {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

/***** Mobile Styles */
/* line 1417, sass/style.scss */
.mobile-btn {
  display: none;
}
/* line 1419, sass/style.scss */
.mobile-btn span.middle {
  width: 35px;
}
/* line 1422, sass/style.scss */
.mobile-btn span {
  height: 2px;
  width: 50px;
  background: #d3af36;
  display: block;
  margin: 10px;
  border-radius: 15px;
}

/* line 1431, sass/style.scss */
.mobile-close-btn {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 30px;
  right: 30px;
}
/* line 1438, sass/style.scss */
.mobile-close-btn span {
  height: 2px;
  width: 20px;
  background: #d3af36;
  display: block;
  margin: -2px;
  position: absolute;
}
/* line 1446, sass/style.scss */
.mobile-close-btn span.left {
  transform: skewY(-45deg);
}
/* line 1449, sass/style.scss */
.mobile-close-btn span.right {
  transform: skewY(45deg);
}

/* line 1453, sass/style.scss */
.mobile-close-btn:hover {
  cursor: pointer;
}

/* line 1456, sass/style.scss */
.mobile-close-btn,
.mobile-logo {
  display: none;
}

/* line 1460, sass/style.scss */
.ossian-404page {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #D3AF36;
}
/* line 1468, sass/style.scss */
.ossian-404page a {
  font-size: 19px;
  color: #D3AF36;
  border-bottom: 1px solid #D3AF36;
  text-decoration: none;
}
/* line 1474, sass/style.scss */
.ossian-404page img {
  padding-top: 100px;
}

@media screen and (max-width: 967px) {
  /* line 1480, sass/style.scss */
  #homepage-slider .slick-next {
    right: 15px;
  }
  /* line 1483, sass/style.scss */
  #homepage-slider .slick-prev {
    left: 15px;
  }

  /* line 1487, sass/style.scss */
  .ossian-footer-logo img,
  .ossian-logo img {
    max-width: 150px;
  }

  /* line 1491, sass/style.scss */
  .mobile-btn,
  .mobile-logo,
  .mobile-close-btn {
    display: block;
  }

  /* line 1497, sass/style.scss */
  nav.ossian-menu {
    visibility: hidden;
    top: 0;
    left: 0;
    background: #030534;
    z-index: 2;
    width: 0;
    display: block;
    transition: width .2s ease-in-out;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
    max-height: 100vh;
    height: 100vh;
    overflow-y: scroll;
    position: fixed;
    padding: 100px 20px;
  }
  /* line 1514, sass/style.scss */
  nav.ossian-menu .mobile-logo {
    display: none;
    max-width: 180px;
    width: 100%;
    margin: 20px auto 50px auto;
  }
  /* line 1520, sass/style.scss */
  nav.ossian-menu .dropmenu {
    padding-right: 0;
  }
  /* line 1522, sass/style.scss */
  nav.ossian-menu .dropmenu span {
    scroll-margin-top: 70px;
  }
  /* line 1525, sass/style.scss */
  nav.ossian-menu .dropmenu .sub-menu {
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
    flex-direction: column;
  }
  /* line 1532, sass/style.scss */
  nav.ossian-menu .dropmenu .sub-menu li {
    padding-bottom: 30px;
  }
  /* line 1537, sass/style.scss */
  nav.ossian-menu ul,
  nav.ossian-menu .menu-header-container,
  nav.ossian-menu li,
  nav.ossian-menu a {
    width: 100%;
    text-align: center;
  }

  /* line 1545, sass/style.scss */
  nav.ossian-menu.reveal {
    max-width: 400px;
    width: 100%;
    visibility: visible;
  }
  /* line 1549, sass/style.scss */
  nav.ossian-menu.reveal .mobile-logo {
    display: block;
  }

  /* line 1553, sass/style.scss */
  ul#menu-header {
    flex-direction: column;
  }

  /* line 1556, sass/style.scss */
  ul.dropmenu {
    padding: 25px 0;
  }

  /* line 1559, sass/style.scss */
  nav.ossian-menu ul#menu-header li {
    padding: 25px;
  }

  /**Hero Slider*/
  /* line 1563, sass/style.scss */
  .hero-slider .hero-container .hero-img img {
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
  }

  /* line 1568, sass/style.scss */
  .game-platforms {
    flex-direction: column;
    padding-bottom: 0;
  }
  /* line 1571, sass/style.scss */
  .game-platforms span {
    padding-right: 0;
    padding-bottom: 20px;
  }

  /* line 1578, sass/style.scss */
  .hero-slider .hero-container .hero-content {
    width: 100%;
  }
  /* line 1581, sass/style.scss */
  .hero-slider .hero-container .hero-img {
    width: 100%;
    margin: 0 auto;
  }
  /* line 1586, sass/style.scss */
  .hero-slider .hero-container .hero-content h2 {
    text-align: center;
    padding-top: 30px;
  }
  /* line 1590, sass/style.scss */
  .hero-slider .hero-container .hero-content p {
    padding: 10px;
    text-align: center;
  }
  /* line 1594, sass/style.scss */
  .hero-slider .hero-container .hero-content .button-wrap {
    margin: 0 auto;
  }

  /* line 1600, sass/style.scss */
  .game-hero .hero-container {
    flex-direction: column;
    padding: 100px 0 0 0;
  }
  /* line 1603, sass/style.scss */
  .game-hero .hero-container .hero-img {
    width: 100%;
    padding: 0;
  }
  /* line 1606, sass/style.scss */
  .game-hero .hero-container .hero-img img {
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
  }
  /* line 1612, sass/style.scss */
  .game-hero .hero-container .hero-content {
    width: 100%;
  }
  /* line 1614, sass/style.scss */
  .game-hero .hero-container .hero-content h1 {
    text-align: center;
    padding: 20px 0;
  }
  /* line 1618, sass/style.scss */
  .game-hero .hero-container .hero-content p {
    text-align: center;
  }

  /* line 1623, sass/style.scss */
  .page h1,
  .page .page.container h2 {
    font-size: 45px;
  }

  /* line 1627, sass/style.scss */
  .page .page.container h3 {
    font-size: 30px;
  }

  /* line 1630, sass/style.scss */
  .game-platforms ul,
  .buy-game-closer ul {
    flex-wrap: wrap;
    justify-content: center;
  }
  /* line 1634, sass/style.scss */
  .game-platforms ul li,
  .buy-game-closer ul li {
    padding-bottom: 20px;
  }

  /* line 1638, sass/style.scss */
  .page-template-game-template .page.container h2 {
    font-size: 45px;
  }

  /** Posts **/
  /* line 1642, sass/style.scss */
  .ossian-grid .large-post,
  .ossian-grid .small-post {
    flex-direction: column;
  }

  /* line 1646, sass/style.scss */
  .ossian-grid .small-post {
    width: 100%;
  }

  /* line 1649, sass/style.scss */
  .ossian-grid .post-text {
    padding: 20px 0;
  }

  /* line 1652, sass/style.scss */
  .page-template-game-template .page.container h2,
  h3.section-header {
    font-size: calc(25px + (26 - 14) * ((100vw - 300px) / (1600 - 300)));
    letter-spacing: -1px;
  }

  /* line 1659, sass/style.scss */
  .large-post h2,
  .post-text h2 {
    font-size: calc(26px + (26 - 14) * ((100vw - 300px) / (1600 - 300)));
  }

  /* line 1663, sass/style.scss */
  .newsletter,
  .ossian-poll {
    max-width: 95%;
  }

  /* line 1667, sass/style.scss */
  .ossian-poll,
  .ossian-newsletter {
    padding: 20px;
  }

  /* line 1671, sass/style.scss */
  .ossian-games .games-container {
    flex-direction: column;
  }
  /* line 1673, sass/style.scss */
  .ossian-games .games-container .game {
    max-width: 450px;
    margin: 30px auto;
  }

  /* line 1678, sass/style.scss */
  .screenshot-wrap {
    flex-direction: column;
  }
  /* line 1680, sass/style.scss */
  .screenshot-wrap .screenshot-window,
  .screenshot-wrap .screenshot-text {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    width: auto;
    max-width: auto;
    padding: 0;
  }
  /* line 1689, sass/style.scss */
  .screenshot-wrap .slick-prev::before {
    left: -10px;
  }
  /* line 1692, sass/style.scss */
  .screenshot-wrap .slick-next::before {
    right: -10px;
  }
  /* line 1695, sass/style.scss */
  .screenshot-wrap .screenshot-text {
    margin-top: 50px;
  }
  /* line 1698, sass/style.scss */
  .screenshot-wrap .slick-dots li {
    visibility: hidden;
  }
  /* line 1701, sass/style.scss */
  .screenshot-wrap .slick-dots li.slick-active {
    visibility: visible;
  }

  /* line 1705, sass/style.scss */
  .page-template-game-template .page.container .buy-game-closer {
    flex-direction: column;
  }
  /* line 1707, sass/style.scss */
  .page-template-game-template .page.container .buy-game-closer span {
    text-align: center;
    padding-bottom: 20px;
  }

  /* line 1712, sass/style.scss */
  p.onyx-poll.onyx-poll-widget .onyx-poll-question,
  .ossian-newsletter .newlsetter-wrap p {
    font-size: 16px;
  }

  /* line 1716, sass/style.scss */
  .ossian-poll .poll-wrap h3,
  .ossian-newsletter .newlsetter-wrap h3 {
    font-size: calc(50px + (26 - 14) * ((100vw - 300px) / (1600 - 300)));
  }
}
@media screen and (max-width: 768px) {
  /* line 1722, sass/style.scss */
  .ossian-newsletter .consentbox {
    font-size: 16px;
    flex-wrap: nowrap;
    justify-content: center;
  }

  /* line 1727, sass/style.scss */
  .game-hero .hero-container {
    padding: 50px 0 0 0;
  }

  /**Hero Slider*/
  /* line 1731, sass/style.scss */
  .hero-slider .hero-container {
    flex-direction: column;
    padding: 100px 0 100px 0;
  }
  /* line 1734, sass/style.scss */
  .hero-slider .hero-container .hero-img img {
    max-width: 200px;
    width: 100%;
    margin: 0 auto;
  }
  /* line 1740, sass/style.scss */
  .hero-slider .hero-container .hero-content h2 {
    font-size: calc(25px + (26 - 14) * ((100vw - 300px) / (1600 - 300)));
  }
  /* line 1743, sass/style.scss */
  .hero-slider .hero-container .hero-content .game-platforms {
    flex-direction: column;
    padding: 20px 0;
  }

  /* line 1750, sass/style.scss */
  .hero-slider .slick-slider .slick-dots {
    bottom: 0;
  }

  /* line 1753, sass/style.scss */
  .game-hero .hero-container {
    padding: 100px 0 0 0;
  }
  /* line 1755, sass/style.scss */
  .game-hero .hero-container h1 {
    font-size: calc(25px + (26 - 14) * ((100vw - 300px) / (1600 - 300)));
  }

  /* line 1761, sass/style.scss */
  article.large-post h2 a,
  article.small-post h2 a {
    font-size: 30px;
    line-height: 1;
    padding-bottom: 5px;
  }
  /* line 1766, sass/style.scss */
  article.large-post img,
  article.small-post img {
    max-width: 350px;
    width: 100%;
  }

  /* line 1771, sass/style.scss */
  article.large-post,
  article.small-post {
    text-align: center;
  }
  /* line 1773, sass/style.scss */
  article.large-post img,
  article.small-post img {
    margin: 0 auto;
  }

  /* line 1778, sass/style.scss */
  h3.section-header {
    margin: 20px auto;
  }

  /* line 1781, sass/style.scss */
  .page figure.wp-block-gallery ul li {
    width: 100%;
  }
}

/* overrides */
body .wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
	position: relative;
	background: none;
	padding-top: 20px;
	font-size: 15px;
}
body .wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) img {
	height: auto;
}
