/*!
Theme Name: Brothers
Theme URI: http://underscores.me/
Author: 505 Games
Author URI: https://505games.com/
Description: Brothers Theme
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: brothers
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Brothers is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
@import url("https://use.typekit.net/lmv6btz.css");
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; }

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit; }

html {
  box-sizing: border-box; }

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #eeeeee;
  font-family: "athelas", serif;
  font-size: 1rem;
  line-height: 1.5; }

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  text-transform: uppercase; }

p {
  margin-bottom: 1.5em; }

dfn,
cite,
em,
i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace; }

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark,
ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

/* Elements
--------------------------------------------- */
body {
  background: #000000;
  font-size: 18px; }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul,
ol {
  margin: 0 0 1.5em 3em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: 700; }

dd {
  margin: 0 1.5em 1.5em; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

img {
  height: auto;
  max-width: 100%; }

figure {
  margin: 1em 0; }

table {
  margin: 0 0 1.5em;
  width: 100%; }

/* Links
--------------------------------------------- */
a {
  color: #454040; }
  a:visited {
    color: #100f0f; }
  a:hover, a:focus, a:active {
    color: #524c4c; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em; }
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa; }
  button:active, button:focus,
  input[type="button"]:active,
  input[type="button"]:focus,
  input[type="reset"]:active,
  input[type="reset"]:focus,
  input[type="submit"]:active,
  input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus,
  input[type="range"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="time"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="color"]:focus,
  textarea:focus {
    color: #111; }

select {
  border: 1px solid #ccc; }

textarea {
  width: 100%; }

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%; }
  .main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0; }
    .main-navigation ul ul {
      box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
      float: left;
      position: absolute;
      top: 100%;
      left: -999em;
      z-index: 99999; }
      .main-navigation ul ul ul {
        left: -999em;
        top: 0; }
      .main-navigation ul ul li:hover > ul,
      .main-navigation ul ul li.focus > ul {
        display: block;
        left: auto; }
      .main-navigation ul ul a {
        width: 200px; }
    .main-navigation ul li:hover > ul,
    .main-navigation ul li.focus > ul {
      left: auto; }
  .main-navigation li {
    position: relative; }
  .main-navigation a {
    display: block;
    text-decoration: none; }
  .main-navigation .active {
    text-decoration: underline;
    color: black; }
  .main-navigation button {
    background: transparent;
    border: none;
    font-size: 30px;
    padding: 5px;
    color: #7f4c3a; }

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block; }

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none; }
  .main-navigation ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    font-size: 22px; } }

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 1.5em; }

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex; }

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%; }

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%; }

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block; }

.post,
.page {
  margin: 0 0 1.5em; }

.updated:not(.published) {
  display: none; }

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em; }
  .widget select {
    max-width: 100%; }

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block; }

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }

.wp-caption-text {
  text-align: center; }

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%; }

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr); }

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr); }

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr); }

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr); }

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr); }

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr); }

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr); }

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr); }

.gallery-caption {
  display: block; }

/* Header
--------------------------------------------- */
.site-header {
  background: #dbd6d7;
  padding: 10px;
  filter: drop-shadow(0 5px 15px #222);
  color: #454040;
  display: flex;
  align-items: center;
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 9999; }
  @media screen and (max-width: 768px) {
    .site-header {
      align-items: flex-start; } }
  @media screen and (max-width: 768px) {
    .site-header .socials {
      display: none; } }
  .site-header .lang-select .trp-language-switcher div {
    border: none;
    background-color: transparent;
    max-width: 100%; }
    .site-header .lang-select .trp-language-switcher div:hover {
      background-color: #DCD6D7; }
    .site-header .lang-select .trp-language-switcher div a {
      color: #111111;
      font-size: 1.2rem; }
      .site-header .lang-select .trp-language-switcher div a:hover {
        background: rgba(255, 255, 255, 0.918); }

/* Footer
--------------------------------------------- */
footer a {
  color: white; }
  footer a:visited {
    color: white; }

footer .content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  padding: 15px; }
  @media screen and (max-width: 768px) {
    footer .content {
      flex-direction: column; } }
  footer .content .column {
    display: flex;
    gap: 10px; }
    footer .content .column.flex-col {
      flex-direction: column; }
    footer .content .column.flex-1 {
      flex: 1; }
    footer .content .column.flex-2 {
      flex: 2; }
    footer .content .column.align-items-center {
      align-items: center; }
    footer .content .column.justify-content-end {
      justify-content: flex-end; }

footer .wishlist {
  display: flex;
  gap: 10px; }
  @media screen and (max-width: 768px) {
    footer .wishlist {
      flex-direction: column;
      align-items: center;
      gap: 5px; } }
  footer .wishlist .text {
    text-wrap: nowrap;
    font-size: 1.4rem; }
  footer .wishlist .logos {
    display: flex;
    align-items: center;
    gap: 10px; }
    footer .wishlist .logos .logo {
      padding: 5px; }

footer .company-logos {
  display: flex;
  gap: 10px;
  align-items: center; }
  footer .company-logos .logo {
    padding: 10px; }

/* Globals
--------------------------------------------- */
.socials {
  display: flex;
  gap: 8px; }

.platforms .platform-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px; }
  .platforms .platform-wrapper .platform-icon img {
    filter: drop-shadow(0 0 5px #333) drop-shadow(0 0 10px #111) hue-rotate(180deg); }
  .platforms .platform-wrapper .platform-icon:hover img {
    filter: drop-shadow(0px 0px 15px #6e5541); }

.slick-dots li button:before {
  color: white;
  font-size: 13px; }

.slick-dots li.slick-active button:before {
  color: white; }

.play-icon {
  cursor: pointer;
  transition: all 0.4s ease;
  user-drag: none;
  -webkit-user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none; }
  .play-icon:hover {
    filter: drop-shadow(0 0 10px #bbbbbb); }

.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999; }

.modal__container {
  background-color: #111;
  padding: 10px;
  max-width: 75vw;
  max-height: 100vh;
  border-radius: 4px;
  overflow-y: auto;
  box-sizing: border-box; }
  @media screen and (max-width: 768px) {
    .modal__container {
      max-width: 95vh; } }

.modal__header {
  display: flex;
  justify-content: flex-end;
  align-items: center; }

.modal__title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.25;
  color: #c1b597;
  box-sizing: border-box; }

.modal__close {
  background: transparent;
  border: 0;
  color: #c1b597; }

.modal__header .modal__close:before {
  content: "\2715"; }

.modal__content {
  margin-top: 2rem;
  margin-bottom: 2rem;
  line-height: 1.5;
  color: #c1b597; }
  .modal__content video {
    width: 100%; }

.modal__btn {
  font-size: .875rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  background-color: #111;
  color: #c1b597;
  border-radius: .25rem;
  border-style: none;
  border-width: 0;
  cursor: pointer;
  -webkit-appearance: button;
  text-transform: none;
  overflow: visible;
  line-height: 1.15;
  margin: 0;
  will-change: transform;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: -webkit-transform .25s ease-out;
  transition: transform .25s ease-out;
  transition: transform .25s ease-out, -webkit-transform .25s ease-out; }

.modal__btn:focus,
.modal__btn:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05); }

.modal__btn-primary {
  background-color: #c1b597;
  color: #fff; }

@keyframes mmfadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes mmfadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes mmslideIn {
  from {
    transform: translateY(15%); }
  to {
    transform: translateY(0); } }

@keyframes mmslideOut {
  from {
    transform: translateY(0); }
  to {
    transform: translateY(-10%); } }

.micromodal-slide {
  display: none; }

.micromodal-slide.is-open {
  display: block; }

.micromodal-slide[aria-hidden="false"] .modal__overlay {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1); }

.micromodal-slide[aria-hidden="false"] .modal__container {
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1); }

.micromodal-slide[aria-hidden="true"] .modal__overlay {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1); }

.micromodal-slide[aria-hidden="true"] .modal__container {
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1); }

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform; }

.button {
  background: white;
  border: none;
  border-radius: 0;
  font-size: 1.4rem;
  padding: 9px 18px;
  text-decoration: none;
  cursor: pointer;
  margin: 5px 0; }

/* Sales Froce Forms
--------------------------------------------- */
.sf-form-area {
  padding: 10px 20px;
  text-align: center;
  max-width: 600px; }
  .sf-form-area h3 {
    margin-top: 15px;
    margin-bottom: 5px; }
  .sf-form-area .form-inputs {
    display: flex;
    justify-content: center;
    gap: 15px;
    align-items: center; }
    @media screen and (max-width: 767px) {
      .sf-form-area .form-inputs {
        flex-direction: column; } }
  .sf-form-area input[type=email],
  .sf-form-area input[type=date],
  .sf-form-area input[type=text] {
    border-radius: 0;
    width: 100%;
    padding: 12px 15px;
    font-size: 16px;
    color: #ffffff;
    border: 1px solid #b5aea2;
    background-color: black;
    margin-bottom: 20px; }
    @media screen and (max-width: 460px) {
      .sf-form-area input[type=email],
      .sf-form-area input[type=date],
      .sf-form-area input[type=text] {
        width: 100%; } }
    .sf-form-area input[type=email]:placeholder,
    .sf-form-area input[type=date]:placeholder,
    .sf-form-area input[type=text]:placeholder {
      color: #ffffff; }
    .sf-form-area input[type=email]:focus, .sf-form-area input[type=email]:active,
    .sf-form-area input[type=date]:focus,
    .sf-form-area input[type=date]:active,
    .sf-form-area input[type=text]:focus,
    .sf-form-area input[type=text]:active {
      border-radius: 0; }
  .sf-form-area .form-control {
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 1.1;
    display: grid;
    grid-template-columns: 1em auto;
    gap: 0.5em;
    justify-content: center; }
    .sf-form-area .form-control input[type=checkbox] {
      -webkit-appearance: none;
      appearance: none;
      background-color: #222;
      margin: 0;
      font: inherit;
      color: #952E27;
      width: 1.1em;
      height: 1.1em;
      border: 1px solid #b5aea2;
      transform: translateY(-0.075em);
      display: grid;
      place-content: center; }
      .sf-form-area .form-control input[type=checkbox]:checked {
        background-color: #1D221D; }
      .sf-form-area .form-control input[type=checkbox]:before {
        content: "";
        width: 0.75em;
        height: 0.75em;
        transform: scale(0);
        transition: 120ms transform ease-in-out;
        box-shadow: inset 1em 1em #2caf83; }
      .sf-form-area .form-control input[type=checkbox]:focus {
        outline: 2px solid #952E27;
        outline-offset: 2px; }
      .sf-form-area .form-control input[type=checkbox]:checked::before {
        transform: scale(1); }
    .sf-form-area .form-control .form-control + .form-control {
      margin-top: 1em; }
  .sf-form-area label {
    font-size: 1.2rem; }
  .sf-form-area button {
    margin: 10px auto; }
  .sf-form-area h3 {
    font-size: 1.2rem; }
  .sf-form-area p {
    font-size: 0.9rem;
    line-height: 0.9rem; }
  .sf-form-area a {
    color: white; }

main.submission-outcome {
  background-image: url("./img/about-bg.png");
  background-size: cover;
  background-position: center center;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center; }

.submission-outcome-box {
  max-width: 1000px;
  padding: 30px;
  margin: 60px auto;
  text-align: center;
  background: #333;
  border: 2px solid #111;
  color: #eee; }

@media screen and (max-width: 520px) {
  .submission-outcome-box {
    max-width: 100%;
    margin: 10px; } }

/* Homepage
--------------------------------------------- */
/* Hero
--------------------------------------------- */
.hero-about-wrapper {
  background-image: url("./img/hero-about-bg.jpg");
  background-position: bottom center;
  background-size: cover;
  background-repeat: no-repeat; }

.hero {
  width: 100%;
  height: 100vh;
  position: relative; }
  .hero .hero-wrapper {
    max-width: 550px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    margin: auto; }
    @media screen and (max-width: 768px) {
      .hero .hero-wrapper {
        padding: 10px; } }
    .hero .hero-wrapper .logo {
      filter: drop-shadow(0 0 5px #222); }
    .hero .hero-wrapper .purchase-box {
      background-color: rgba(64, 45, 23, 0.8);
      text-align: center;
      padding: 8px 26px;
      border: 2px solid #a07a5c;
      position: relative;
      border-radius: 20px; }
      .hero .hero-wrapper .purchase-box .title {
        text-shadow: 0 0 5px #333, 0 0 10px #111; }
        .hero .hero-wrapper .purchase-box .title * {
          margin: 0; }
      .hero .hero-wrapper .purchase-box:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url("./img/wooden-texture.jpg");
        background-position: center center;
        background-size: cover;
        opacity: 0.5; }
      .hero .hero-wrapper .purchase-box .box-wrapper {
        position: relative; }

/* About
--------------------------------------------- */
.about {
  width: 100%;
  height: 100vh;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center; }
  @media screen and (max-width: 768px) {
    .about {
      height: auto; } }
  .about .content {
    max-width: 1440px;
    margin: auto;
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 30px; }
    @media screen and (max-width: 768px) {
      .about .content {
        flex-direction: column;
        padding-top: 100px; } }
    .about .content .info {
      flex: 1; }
    .about .content .video {
      flex: 1;
      text-align: center; }

/* Deep Dive
--------------------------------------------- */
.deep-dive {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  padding: 100px 0; }
  @media screen and (max-width: 768px) {
    .deep-dive {
      padding: 40px 5px; } }
  .deep-dive #dd-slider {
    width: 100%;
    background-image: url("./img/deep-dive-bg.jpg");
    background-position: left center;
    background-size: cover;
    background-repeat: no-repeat; }
  .deep-dive .slick-list {
    height: 100%; }
  .deep-dive .dd-slide {
    position: relative; }
    .deep-dive .dd-slide .bg-image {
      position: absolute;
      top: 50%;
      left: 0;
      width: 100%;
      transform: translateY(-50%);
      z-index: -1;
      object-fit: cover; }
      @media screen and (max-width: 768px) {
        .deep-dive .dd-slide .bg-image {
          top: 0;
          bottom: 0;
          width: 100%;
          transform: none; }
          .deep-dive .dd-slide .bg-image img {
            object-fit: cover;
            height: 100%; } }
    .deep-dive .dd-slide .content {
      max-width: 1440px;
      margin: auto;
      padding: 100px 20px;
      display: flex;
      align-items: center;
      gap: 30px; }
      @media screen and (max-width: 768px) {
        .deep-dive .dd-slide .content {
          flex-direction: column;
          align-items: stretch;
          padding: 15px; } }
      .deep-dive .dd-slide .content .info {
        flex: 1; }
      .deep-dive .dd-slide .content .media {
        flex: 1.4;
        text-align: center; }
        @media screen and (max-width: 768px) {
          .deep-dive .dd-slide .content .media {
            height: 30vh; } }
        .deep-dive .dd-slide .content .media .comparison {
          position: relative;
          width: 100%;
          aspect-ratio: 16 / 9;
          height: auto;
          filter: drop-shadow(0 5px 15px #000); }
          .deep-dive .dd-slide .content .media .comparison .img {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-size: cover; }
          .deep-dive .dd-slide .content .media .comparison .foreground-img {
            width: 50%; }
          .deep-dive .dd-slide .content .media .comparison .comp-slider {
            position: absolute;
            -webkit-appearance: none;
            appearance: none;
            width: 100%;
            height: 100%;
            background: transparent;
            outline: none;
            margin: 0;
            transition: all .2s;
            border: none;
            --slider-height: 500px;
            display: flex;
            justify-content: center;
            align-items: center; }
            .deep-dive .dd-slide .content .media .comparison .comp-slider:hover {
              background: transparent; }
            .deep-dive .dd-slide .content .media .comparison .comp-slider::-webkit-slider-thumb {
              -webkit-appearance: none;
              appearance: none;
              width: 5px;
              height: var(--slider-height);
              background: white;
              cursor: pointer; }
            .deep-dive .dd-slide .content .media .comparison .comp-slider::-moz-range-thumb {
              width: 5px;
              height: var(--slider-height);
              background: white;
              cursor: pointer; }
          .deep-dive .dd-slide .content .media .comparison .slider-button {
            pointer-events: none;
            position: absolute;
            width: 30px;
            height: 30px;
            border-radius: 50%;
            background-color: white;
            left: calc(50% - 18px);
            top: calc(50% - 18px);
            display: flex;
            justify-content: center;
            align-items: center; }
            .deep-dive .dd-slide .content .media .comparison .slider-button:after {
              content: '';
              padding: 3px;
              display: inline-block;
              border: solid #5D5D5D;
              border-width: 0 2px 2px 0;
              transform: rotate(-45deg); }
            .deep-dive .dd-slide .content .media .comparison .slider-button:before {
              content: '';
              padding: 3px;
              display: inline-block;
              border: solid #5D5D5D;
              border-width: 0 2px 2px 0;
              transform: rotate(135deg); }

/* Blog
--------------------------------------------- */
.blog {
  width: 100%;
  background-image: url("./img/footer-bg.png");
  background-position: bottom center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px; }
  @media screen and (max-width: 768px) {
    .blog {
      height: auto; } }
  .blog .content {
    max-width: 75vw;
    margin: auto;
    padding: 20px;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 30px; }
    @media screen and (max-width: 768px) {
      .blog .content {
        max-width: 100%; } }
  .blog .post-container {
    max-width: 100%; }
    .blog .post-container .posts .card {
      background: #574230;
      margin: 5px 10px 18px 10px;
      border: 1px solid #95918c;
      box-shadow: 0px 5px 15px #000000; }
      .blog .post-container .posts .card .card-content {
        padding: 10px;
        display: flex;
        flex-direction: column; }
        .blog .post-container .posts .card .card-content .card-image img {
          border: 1px solid #95918c; }
        .blog .post-container .posts .card .card-content .card-title a {
          text-decoration: none;
          color: #b6aa8f; }
        .blog .post-container .posts .card .card-content .card-title h3 {
          margin-top: 3px;
          margin-bottom: 3px;
          font-size: 1.4rem; }
        .blog .post-container .posts .card .card-content .card-excerpt p {
          margin-top: 3px;
          margin-bottom: 3px;
          font-size: 1.2rem; }

/* Media
--------------------------------------------- */
.media-gallery {
  width: 100%;
  padding: 30px 0;
  display: flex;
  justify-content: center;
  align-items: center; }
  .media-gallery .content {
    max-width: 100%;
    padding: 0; }
    .media-gallery .content .media-slider {
      max-width: 100%;
      position: relative; }
      .media-gallery .content .media-slider:before {
        content: '';
        position: absolute;
        top: -5%;
        left: 0;
        width: 10%;
        height: 110%;
        background: black;
        background: -moz-linear-gradient(90deg, black 30%, rgba(0, 0, 0, 0) 100%);
        background: -webkit-linear-gradient(90deg, black 30%, rgba(0, 0, 0, 0) 100%);
        background: linear-gradient(90deg, black 30%, rgba(0, 0, 0, 0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
        z-index: 10; }
      .media-gallery .content .media-slider:after {
        content: '';
        position: absolute;
        top: -5%;
        right: 0;
        width: 10%;
        height: 110%;
        background: black;
        background: -moz-linear-gradient(270deg, black 30%, rgba(0, 0, 0, 0) 100%);
        background: -webkit-linear-gradient(270deg, black 30%, rgba(0, 0, 0, 0) 100%);
        background: linear-gradient(270deg, black 30%, rgba(0, 0, 0, 0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
        z-index: 10; }
      .media-gallery .content .media-slider .slick-list {
        padding: 0 20% 0 20% !important; }
        @media screen and (max-width: 768px) {
          .media-gallery .content .media-slider .slick-list {
            padding: 0 !important; } }
      .media-gallery .content .media-slider .media-slide {
        margin-left: 20px;
        margin-right: 20px; }
        @media screen and (max-width: 768px) {
          .media-gallery .content .media-slider .media-slide {
            margin-left: 8px;
            margin-right: 8px; } }

/* Single Blog page
--------------------------------------------- */
.single-post {
  background-image: url("./img/footer-bg.png");
  background-position: top center;
  background-repeat: no-repeat;
  margin-bottom: 30px; }
  .single-post .post-wrapper {
    max-width: 1200px;
    padding: 10px 20px;
    margin: auto;
    background: rgba(51, 51, 51, 0.863); }

/* Single 404 page
--------------------------------------------- */
.not-found-page {
  background-image: url("./img/footer-bg.png");
  background-position: bottom center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 60px;
  padding-bottom: 60px; }
  .not-found-page li a {
    color: white; }
  .not-found-page .error-404,
  .not-found-page .not-found {
    max-width: 1440px;
    padding: 10px 40px;
    margin: auto;
    background: rgba(0, 0, 0, 0.4); }
    .not-found-page .error-404 header,
    .not-found-page .not-found header {
      text-align: center;
      margin-top: 40px;
      text-transform: uppercase; }
    .not-found-page .error-404 .page-text,
    .not-found-page .not-found .page-text {
      text-align: center;
      margin-bottom: 40px; }
    .not-found-page .error-404 .button-wrap,
    .not-found-page .not-found .button-wrap {
      max-width: 50%;
      margin: 20px auto; }
      @media screen and (max-width: 700px) {
        .not-found-page .error-404 .button-wrap,
        .not-found-page .not-found .button-wrap {
          max-width: 100%; } }

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none; }

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; }
  .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; }

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0; }

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em; }

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em; }
