/*!
Theme Name: Quickhubfy Studios 2023
Author: jake / dekiru
Author URI: https://dekiru.uk
Description: WP theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: dekiru
*/
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 0;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 1;
}
.hamburger-box {
  width: 20px;
  height: 14px;
  display: inline-block;
  position: relative;
}
.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px;
}
.hamburger-inner,
.hamburger-inner:before,
.hamburger-inner:after {
  width: 20px;
  height: 2px;
  background-color: #504031;
  border-radius: 50px;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.hamburger-inner:before,
.hamburger-inner:after {
  content: '';
  display: block;
}
.hamburger-inner:before {
  top: -6px;
}
.hamburger-inner:after {
  bottom: -6px;
}
.hamburger--squeeze .hamburger-inner {
  -webkit-transition-duration: 0.075s;
  transition-duration: 0.075s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze .hamburger-inner:before {
  -webkit-transition: top 0.075s 0.12s ease, opacity 0.075s ease;
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}
.hamburger--squeeze .hamburger-inner:after {
  -webkit-transition: bottom 0.075s 0.12s ease,
    -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease,
    -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease,
    transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease,
    transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19),
    -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze.is-active .hamburger-inner {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition-delay: 0.12s;
  transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--squeeze.is-active .hamburger-inner:before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.075s ease, opacity 0.075s 0.12s ease;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}
.hamburger--squeeze.is-active .hamburger-inner:after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: bottom 0.075s ease,
    -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease,
    -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease,
    transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease,
    transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1),
    -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #ccc;
}
.mfp-preloader a:hover {
  color: #fff;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape),
  screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type='checkbox'],
[type='radio'] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}
[type='search'] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
body,
button,
input,
select,
optgroup,
textarea {
  color: #504031;
  font-family: 'Titillium Web', sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  margin-top: 0;
  font-size: 36px;
  font-size: 2.25rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 750px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: 56px;
    font-size: 3.5rem;
  }
}
.section-title {
  font-size: clamp(1.5rem, 0.5rem + 3.3333vw, 3rem);
  line-height: 1;
  position: relative;
  text-transform: uppercase;
  color: #504031;
  font-weight: 700;
  text-align: center;
  padding-bottom: 30px;
  margin-bottom: 30px;
  background: url(../../../index.html) center bottom no-repeat;
}
.subheader {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1;
  position: relative;
  text-transform: uppercase;
  color: #504031;
  font-weight: 600;
  text-align: center;
  padding-bottom: 30px;
  margin-bottom: 20px;
  background: url(//tornbanner.com/wp-content/themes/tornbanner-2023/assets/images/header-device.svg)
    center bottom no-repeat;
}
.secondary-title {
  font-size: clamp(1.5rem, 0.5rem + 3.3333vw, 3rem);
  line-height: 1;
  position: relative;
  text-transform: uppercase;
  color: #504031;
  font-weight: 600;
  text-align: center;
  margin-bottom: 30px;
}
p {
  margin-top: 0;
  margin-bottom: 0.5em;
}
@media (min-width: 750px) {
  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;
  font-size: 15px;
  font-size: 0.9375rem;
  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;
  font-size: 15px;
  font-size: 0.9375rem;
}
abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}
big {
  font-size: 125%;
}
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
body {
  background: #fff7ee;
}
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;
}
img {
  height: auto;
  max-width: 100%;
}
figure {
  margin: 1em 0;
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
button:not(.hamburger),
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);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:not(.hamburger):hover,
input[type='button']:hover,
input[type='reset']:hover,
input[type='submit']:hover {
  border-color: #ccc #bbb #aaa;
}
button:not(.hamburger):active,
button:not(.hamburger):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;
}
.tbs-button {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 600;
  font-size: clamp(1.125rem, 0.875rem + 0.8333vw, 1.5rem);
  line-height: 0.9;
  text-align: center;
  color: #fff;
  text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.15);
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 30px;
  min-height: 48px;
}
@media (min-width: 960px) {
  .tbs-button {
    min-height: 64px;
  }
}
.tbs-button:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #ff8f00;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  border-radius: 36px;
  -webkit-filter: drop-shadow(2px 2px 12px rgba(0, 0, 0, 0.15));
  filter: drop-shadow(2px 2px 12px rgba(0, 0, 0, 0.15));
  border: 3px solid transparent;
}
.tbs-button:visited {
  color: #fff;
}
.tbs-button:hover {
  color: #fff;
}
.tbs-button:hover:after {
  -webkit-transform: translate(-50%, -50%) scale(1.07);
  transform: translate(-50%, -50%) scale(1.07);
}
.tbs-button__small {
  font-size: clamp(0.75rem, 0.6667rem + 0.2778vw, 0.875rem);
  padding: 10px 20px;
  border-radius: 36px;
}
.tbs-button__alt {
  border-radius: 36px;
  font-weight: 600;
  color: #fff;
}
.tbs-button__alt:after {
  background-color: transparent;
  -webkit-box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.15);
  border: 3px solid rgba(255, 247, 238, 0.5);
}
.tbs-button__alt:visited {
  color: #fff;
}
.tbs-button__alt:hover {
  color: #fff;
}
.tbs-button__alt:hover:after {
  -webkit-transform: translate(-50%, -50%) scale(1.07);
  transform: translate(-50%, -50%) scale(1.07);
  background-color: rgba(217, 217, 217, 0.5);
}
.tbs-button__alt_dark {
  color: #504031;
}
.tbs-button__alt_dark:after {
  border: 3px solid rgba(80, 64, 49, 0.5);
}
.tbs-button__alt_dark:visited {
  color: #504031;
}
.tbs-button__alt_dark:hover {
  color: #504031;
}
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%;
}
a {
  color: #ff8f00;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
a:visited {
  color: #ff8f00;
}
a:hover,
a:focus,
a:active {
  color: #ff8f00;
}
a:focus {
  outline: thin dotted;
}
a:hover,
a:active {
  outline: 0;
}
.main-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
.main-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  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 {
  left: 100%;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.menu-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 1532px) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    row-gap: 10px;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
}
@media (min-width: 1532px) and (min-width: 1600px) {
  .main-navigation ul {
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }
}
.main-navigation .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0;
  margin: 0;
  gap: 20px;
  line-height: 1;
}
@media (min-width: 1532px) {
  .main-navigation .menu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
    height: 100%;
  }
}
.main-navigation .menu li {
  position: relative;
}
.main-navigation .menu li:not(.inpage) {
  font-weight: 700;
}
@media (min-width: 1532px) {
  .main-navigation .menu li.inpage:nth-of-type(3) {
    margin-left: 20px;
  }
  .main-navigation .menu li.inpage:nth-of-type(3):before {
    content: '';
    position: absolute;
    left: -20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1px;
    height: 110%;
    background-color: #a59b90;
  }
}
.main-navigation a {
  font-size: 24px;
}
@media (min-width: 1532px) {
  .main-navigation a {
    font-size: 18px;
  }
}
.main-navigation .social-links {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  position: absolute;
  top: 15px;
  right: 15px;
}
.main-navigation .social-links img {
  -webkit-filter: invert(22%) sepia(24%) saturate(646%) hue-rotate(348deg)
    brightness(98%) contrast(87%);
  filter: invert(22%) sepia(24%) saturate(646%) hue-rotate(348deg)
    brightness(98%) contrast(87%);
  opacity: 0.75;
}
@media (min-width: 1532px) {
  .main-navigation .social-links {
    margin: unset;
    margin-left: auto;
    position: unset;
    top: unset;
    right: unset;
    gap: 30px;
  }
  .main-navigation .social-links img {
    -webkit-filter: unset;
    filter: unset;
  }
}
@media (min-width: 1532px) {
  body.home .main-navigation .social-links img {
    -webkit-filter: invert(91%) sepia(2%) saturate(1628%) hue-rotate(329deg)
      brightness(107%) contrast(102%);
    filter: invert(91%) sepia(2%) saturate(1628%) hue-rotate(329deg)
      brightness(107%) contrast(102%);
    -webkit-filter: brightness(1) invert(1);
    filter: brightness(1) invert(1);
  }
}
body.menu-active .main-navigation .menu-content {
  opacity: 1;
  pointer-events: unset;
}
body.menu-active .main-navigation > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
body.menu-active .main-navigation .menu {
  font-weight: 400;
}
body.menu-active .main-navigation .menu ul {
  display: none;
}
body.menu-active .main-navigation .menu-item-has-children > a:after {
  content: none;
}
.hamburger {
  line-height: 1;
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 11;
  border: 2px solid #a59b90;
  border-radius: 36px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 36px;
  height: 36px;
}
.hamburger:hover {
  -webkit-filter: invert(91%) sepia(2%) saturate(1628%) hue-rotate(329deg)
    brightness(107%) contrast(102%);
  filter: invert(91%) sepia(2%) saturate(1628%) hue-rotate(329deg)
    brightness(107%) contrast(102%);
  -webkit-filter: brightness(0) saturate(100%) invert(51%) sepia(98%)
    saturate(671%) hue-rotate(358deg) brightness(99%) contrast(108%);
  filter: brightness(0) saturate(100%) invert(51%) sepia(98%) saturate(671%)
    hue-rotate(358deg) brightness(99%) contrast(108%);
}
.hamburger strong {
  display: none;
}
body.home:not(.menu-active) .hamburger .hamburger-inner,
body.home:not(.menu-active) .hamburger .hamburger-inner:before,
body.home:not(.menu-active) .hamburger .hamburger-inner:after {
  background-color: #fff;
}
.menu-content {
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  background-color: #e9e1d9;
  border-radius: 20px;
  padding: 64px 48px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 14px;
  pointer-events: none;
}
@media (min-width: 1532px) {
  .menu-content {
    width: 100%;
    position: relative;
    top: unset;
    left: unset;
    background-color: unset;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: unset;
    -ms-flex-align: unset;
    align-items: unset;
    -webkit-filter: unset;
    filter: unset;
    max-width: unset;
    height: unset;
    border-radius: unset;
    padding: unset;
    margin: unset;
    opacity: 1;
    pointer-events: unset;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
.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: #fff7ee;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  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;
}
#content[tabindex='-1']:focus {
  outline: 0;
}
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: '';
  display: table;
  table-layout: fixed;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body.menu-active {
  overflow: hidden;
}
::-moz-selection {
  color: #493a2d;
  background: rgba(255, 143, 0, 0.666);
}
::selection {
  color: #493a2d;
  background: rgba(255, 143, 0, 0.666);
}
img {
  display: block;
  width: 100%;
}
.hidden {
  display: none;
}
strong {
  font-weight: 700;
}
.site-main {
  overflow: hidden;
}
.section-content,
.page-header,
.header-content {
  width: 100%;
  max-width: 1530px;
  margin: 0 auto;
  padding: 30px;
}
@media (min-width: 960px) {
  .section-content,
  .page-header,
  .header-content {
    padding: 32px;
  }
}
@media (min-width: 1600px) {
  .section-content,
  .page-header,
  .header-content {
    padding: 64px 0;
  }
}
.section-content.page-content,
.page-content.page-header,
.page-content.header-content,
.section-content.news-content,
.news-content.page-header,
.news-content.header-content {
  padding: 0 20px;
  padding-top: 0 !important;
}
@media (min-width: 1600px) {
  .section-content.page-content,
  .page-content.page-header,
  .page-content.header-content,
  .section-content.news-content,
  .news-content.page-header,
  .news-content.header-content {
    padding: 0;
  }
}
section:not(.hero-banner)
  + section:not(
    .job-openings-banner,
    .power-block,
    .our-story-timeline,
    .open-positions,
    .key-staff
  )
  .section-content,
section:not(.hero-banner)
  + section:not(
    .job-openings-banner,
    .power-block,
    .our-story-timeline,
    .open-positions,
    .key-staff
  )
  .page-header,
section:not(.hero-banner)
  + section:not(
    .job-openings-banner,
    .power-block,
    .our-story-timeline,
    .open-positions,
    .key-staff
  )
  .header-content {
  padding-top: 0;
}
.background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -o-object-fit: cover;
  object-fit: cover;
}
.section-body {
  max-width: 900px;
  margin: 0 auto;
  padding: 20px 0;
}
@media (min-width: 960px) {
  .section-body {
    padding: 40px 0;
  }
}
.section-body h1,
.section-body h2,
.section-body h3,
.section-body h4,
.section-body h5,
.section-body h6 {
  font-size: 32px;
  font-size: 2rem;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 0.25em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 960px) {
  .section-body h1,
  .section-body h2,
  .section-body h3,
  .section-body h4,
  .section-body h5,
  .section-body h6 {
    font-size: 48px;
    font-size: 3rem;
  }
}
.section-body h2 {
  font-size: 28px;
  font-size: 1.75rem;
}
@media (min-width: 960px) {
  .section-body h2 {
    font-size: 44px;
    font-size: 2.75rem;
  }
}
.section-body h3 {
  font-size: 24px;
  font-size: 1.5rem;
}
@media (min-width: 960px) {
  .section-body h3 {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
.section-body h4 {
  font-size: 20px;
  font-size: 1.25rem;
}
@media (min-width: 960px) {
  .section-body h4 {
    font-size: 32px;
    font-size: 2rem;
  }
}
.image-object-fit {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.image-object-fit img {
  opacity: 0;
}
.hero-banner {
  position: relative;
  background-color: #000;
}
.hero-banner:after {
  content: '';
  display: block;
  background-color: rgba(0, 0, 0, 0.55);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}
.hero-banner video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 1;
}
.hero-banner .section-content,
.hero-banner .page-header,
.hero-banner .header-content {
  position: relative;
  z-index: 2;
  max-width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  height: 100%;
  min-height: 70vh;
  padding: 6vh 20px 4vh;
  color: #fff;
}
.hero-banner .section-content .banner,
.hero-banner .page-header .banner,
.hero-banner .header-content .banner {
  margin-bottom: auto;
  height: 38vh;
  width: auto;
  max-width: 600px;
}
.hero-banner .section-content .actions,
.hero-banner .page-header .actions,
.hero-banner .header-content .actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px;
}
@media (min-width: 960px) {
  .hero-banner .section-content .actions,
  .hero-banner .page-header .actions,
  .hero-banner .header-content .actions {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.hero-banner .section-title {
  font-weight: 300;
  font-size: clamp(1.5rem, 0.5rem + 3.3333vw, 3rem);
  text-align: center;
  text-transform: uppercase;
  margin: auto;
  margin-bottom: 32px;
  color: #fff;
  text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.35);
}
.power-block {
  position: relative;
}
.power-block .section-content,
.power-block .page-header,
.power-block .header-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
}
.power-block .copy {
  position: relative;
  z-index: 1;
  width: 66%;
  text-align: center;
}
@media (min-width: 960px) {
  .power-block .copy {
    width: 42%;
  }
}
.power-block .copy p:last-of-type {
  margin-bottom: 1.5em;
}
.power-block .section-title {
  color: #fff;
  font-size: 24px;
  font-size: 1.5rem;
}
.power-block .background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.power-block .background-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.power-block .background-image img {
  border-radius: 4px;
}
.power-block .background-image:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
}
@media (min-width: 960px) {
  .power-block .background-image:before {
    background: -webkit-gradient(
      linear,
      left top,
      right top,
      color-stop(10%, rgba(0, 0, 0, 0)),
      color-stop(33.3%, rgba(0, 0, 0, 0.8)),
      color-stop(66.6%, rgba(0, 0, 0, 0.8)),
      color-stop(90%, rgba(0, 0, 0, 0))
    );
    background: linear-gradient(
      to right,
      rgba(0, 0, 0, 0) 10%,
      rgba(0, 0, 0, 0.8) 33.3%,
      rgba(0, 0, 0, 0.8) 66.6%,
      rgba(0, 0, 0, 0) 90%
    );
  }
}
.our-story-timeline {
  position: relative;
  margin: 20px auto;
}
.our-story-timeline:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: calc(100% + 40px);
  max-width: 1610px;
  height: 100%;
  z-index: -2;
  background-color: #f8ebdc;
  border-radius: 16px;
}
@media (min-width: 960px) {
  .our-story-timeline {
    margin: 32px auto;
  }
}
@media (min-width: 1600px) {
  .our-story-timeline {
    margin: 64px auto;
  }
}
.our-story-timeline .intro .section-content,
.our-story-timeline .intro .page-header,
.our-story-timeline .intro .header-content {
  text-align: center;
  padding: 20px;
}
@media (min-width: 960px) {
  .our-story-timeline .intro .section-content,
  .our-story-timeline .intro .page-header,
  .our-story-timeline .intro .header-content {
    padding-top: 32px;
  }
}
@media (min-width: 1600px) {
  .our-story-timeline .intro .section-content,
  .our-story-timeline .intro .page-header,
  .our-story-timeline .intro .header-content {
    padding-top: 64px;
  }
}
.site-main.our-story .our-story-timeline:after {
  content: none;
}
.site-main.our-story .our-story-timeline .section-content,
.site-main.our-story .our-story-timeline .page-header,
.site-main.our-story .our-story-timeline .header-content {
  padding: 0 !important;
}
.timeline-slider {
  height: 360px;
  overflow: hidden;
  position: relative;
  cursor: -webkit-grab;
  cursor: grab;
}
.timeline-slider .event {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  position: relative;
}
.timeline-slider .event:after {
  content: '';
  display: block;
  background: url(//tornbanner.com/wp-content/themes/tornbanner-2023/assets/images/timeline-dot.svg)
    center center no-repeat;
  background-size: 16px 33px;
  width: 16px;
  height: 33px;
  position: absolute;
  top: calc(50% - 32px);
  left: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.35));
  filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.35));
}
.timeline-slider .event:hover .thumbnail {
  border-color: #fff7ee;
}
.timeline-slider .event:hover .description {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.timeline-slider .thumbnail {
  -webkit-filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.35));
  filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.35));
  border: 3px solid transparent;
  border-radius: 4px;
  height: 128px;
}
.timeline-slider .thumbnail img {
  border-radius: 4px;
}
.timeline-slider .event-details {
  width: 100%;
  text-align: center;
  margin-top: 35px;
}
.timeline-slider .year {
  margin-bottom: 5px;
  font-weight: 700;
}
.timeline-slider .title {
  font-size: 18px;
  font-size: 1.125rem;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 5px;
}
.timeline-slider .description {
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 0;
  line-height: 1.1;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
@media (min-width: 960px) {
  .timeline-slider .description {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
.timeline-slider:after {
  content: '';
  display: block;
  position: absolute;
  top: calc(50% - 24px);
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: calc(100% - 60px);
  max-width: 1530px;
  height: 2px;
  z-index: -1;
  overflow: hidden;
  opacity: 30%;
  background: -webkit-gradient(
    linear,
    right top,
    left top,
    color-stop(3.36%, rgba(80, 64, 49, 0)),
    color-stop(10.15%, #504031),
    color-stop(82.89%, #504031),
    color-stop(96.67%, rgba(80, 64, 49, 0))
  );
  background: linear-gradient(
    270deg,
    rgba(80, 64, 49, 0) 3.36%,
    #504031 10.15%,
    #504031 82.89%,
    rgba(80, 64, 49, 0) 96.67%
  );
}
.game-banners {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 35px;
}
.game-banners.small-banners {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.game-banners.small-banners .game-banner {
  width: calc(50% - 35px + 17.5px);
  aspect-ratio: 876/318;
  height: auto;
}
.our-games .game-banner {
  position: relative;
  height: 320px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.our-games .game-banner:hover .banner img {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.our-games .game-banner:hover .logo img {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.our-games .game-banner .banner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.our-games .game-banner .banner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.our-games .game-banner .banner {
  position: absolute;
  overflow: hidden;
  border-radius: 4px;
}
.our-games .game-banner .banner img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.our-games .game-banner .logo img {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.our-games .game-banner .banner-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.our-games .game-banner .banner-link span {
  display: none;
}
.our-games-v2 .game-banners {
  overflow: hidden;
  position: relative;
}
@media (min-width: 1200px) {
  .our-games-v2 .game-banners {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .our-games-v2 .game-banners .slide-controls {
    display: none;
  }
}
.our-games-v2 .game-banner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
}
.our-games-v2 .game-banner:hover .banner img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.our-games-v2 .game-banner:hover .logo img {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.our-games-v2 .game-banner .banner img {
  border-radius: 4px;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.our-games-v2 .game-banner .logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.our-games-v2 .game-banner .logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transform: scale(0.75);
  transform: scale(0.75);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.our-games-v2 .game-banner .banner-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.our-games-v2 .game-banner .banner-link span {
  display: none;
}
.open-positions {
  position: relative;
  margin: 20px auto;
}
.open-positions:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: calc(100% + 40px);
  max-width: 1610px;
  height: 100%;
  z-index: -2;
  background-color: #f8ebdc;
  border-radius: 16px;
}
@media (min-width: 960px) {
  .open-positions {
    margin: 32x auto;
  }
}
@media (min-width: 1600px) {
  .open-positions {
    margin: 64px auto;
  }
}
.open-positions .intro .section-content,
.open-positions .intro .page-header,
.open-positions .intro .header-content {
  text-align: center;
  padding: 20px;
}
@media (min-width: 960px) {
  .open-positions .intro .section-content,
  .open-positions .intro .page-header,
  .open-positions .intro .header-content {
    padding-top: 32px;
  }
}
@media (min-width: 1600px) {
  .open-positions .intro .section-content,
  .open-positions .intro .page-header,
  .open-positions .intro .header-content {
    padding-top: 64px;
  }
}
.jobs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 30px;
}
@media (min-width: 1200px) {
  .jobs {
    gap: 50px;
  }
}
.jobs .job {
  position: relative;
  padding: 15px;
  width: calc(50% - 30px + 15px);
}
@media (min-width: 750px) {
  .jobs .job {
    width: calc(33.3333333333% - 30px + 10px);
  }
}
@media (min-width: 1200px) {
  .jobs .job {
    width: calc(25% - 50px + 12.5px);
  }
}
@media (min-width: 1600px) {
  .jobs .job {
    width: calc(16.6666666667% - 50px + 8.3333333333px);
  }
}
.jobs .job:after {
  content: '';
  display: block;
  background-color: #f8ebdc;
  -webkit-box-shadow: 8px 8px 24px rgba(0, 0, 0, 0.25);
  box-shadow: 8px 8px 24px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.jobs .job:hover:after {
  -webkit-transform: translate(-50%, -50%) scale(1.025);
  transform: translate(-50%, -50%) scale(1.025);
  -webkit-box-shadow: 8px 8px 24px rgba(0, 0, 0, 0.5);
  box-shadow: 8px 8px 24px rgba(0, 0, 0, 0.5);
  border-radius: 6px;
}
.jobs .job .tbs-button {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 50%) scale(0.75);
  transform: translate(-50%, 50%) scale(0.75);
  -webkit-transform-origin: center center;
  transform-origin: center center;
}
.jobs .department {
  margin-bottom: 8px;
  text-transform: uppercase;
  display: none;
}
.jobs .job-title {
  font-weight: 600;
  color: #ff8f00;
  line-height: 0.9;
  margin-bottom: 10px;
  overflow-wrap: break-word;
  font-size: 20px;
  font-size: 1.25rem;
}
@media (min-width: 960px) {
  .jobs .job-title {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
.job-listings {
  padding-top: 0;
}
.more-about-careers {
  margin-top: 50px;
  text-align: center;
}
.more-about-careers P:last-child {
  margin-bottom: 0;
}
.text-image-blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
  color: #fff;
}
.text-image-blocks .content-block {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px;
  margin-bottom: 30px;
}
@media (min-width: 960px) {
  .text-image-blocks .content-block {
    padding: 60px;
    margin-bottom: 48px;
  }
}
@media (min-width: 1200px) {
  .text-image-blocks .content-block {
    min-height: 520px;
    padding: 80px;
  }
}
.text-image-blocks .content-block:last-of-type {
  margin-bottom: 0;
}
.text-image-blocks .content-block .background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.text-image-blocks .content-block .background-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.text-image-blocks .content-block .background-image img {
  border-radius: 4px;
}
.text-image-blocks .content-block .background-image:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0.85;
  border-radius: 4px;
}
@media (min-width: 960px) {
  .text-image-blocks .content-block .background-image:after {
    background: -webkit-gradient(
      linear,
      left top,
      right top,
      color-stop(28.88%, #000),
      color-stop(86.2%, rgba(80, 64, 49, 0))
    );
    background: linear-gradient(
      to right,
      #000 28.88%,
      rgba(80, 64, 49, 0) 86.2%
    );
  }
}
.text-image-blocks .content-block:nth-of-type(even) {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media (min-width: 960px) {
  .text-image-blocks .content-block:nth-of-type(even) .background-image:after {
    background: -webkit-gradient(
      linear,
      right top,
      left top,
      color-stop(28.88%, #000),
      color-stop(86.2%, rgba(80, 64, 49, 0))
    );
    background: linear-gradient(
      to left,
      #000 28.88%,
      rgba(80, 64, 49, 0) 86.2%
    );
  }
}
@media (min-width: 1200px) {
  .text-image-blocks .content {
    width: 70%;
  }
}
@media (min-width: 1200px) {
  .text-image-blocks .content {
    width: 40%;
  }
}
.text-image-blocks .section-title {
  font-size: 24px;
  font-size: 1.5rem;
  color: #fff;
  text-align: left;
  background-position: left bottom;
}
.single-post .logo {
  display: none;
}
.single-post .entry-header,
.single-post .entry-content,
.single-post .entry-footer,
.single-post .post-navigation,
.single-post .post-footer-content {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 32px;
}
.more-news {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.news-header {
  margin-bottom: 20px;
}
.entry-title {
  font-size: 32px;
  font-size: 2rem;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 4rem;
  padding-bottom: 30px;
  margin-bottom: 30px;
  background: url(//tornbanner.com/wp-content/themes/tornbanner-2023/assets/images/header-device.svg)
    left bottom no-repeat;
}
@media (min-width: 960px) {
  .entry-title {
    font-size: 48px;
    font-size: 3rem;
  }
}
.entry-meta {
  text-transform: uppercase;
  margin-bottom: 30px;
}
.entry-content {
  font-size: 20px;
  font-size: 1.25rem;
}
@media (min-width: 1200px) {
  .entry-content {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.entry-content a {
  color: #504031;
}
.entry-content a:hover {
  color: #ff8f00;
}
.post-footer {
  position: relative;
  padding: 25px;
  margin-top: 25px;
}
@media (min-width: 960px) {
  .post-footer {
    padding: 50px;
    margin-top: 50px;
  }
}
.post-footer:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 3px;
  width: 100%;
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    color-stop(3.36%, rgba(80, 64, 49, 0)),
    color-stop(10.15%, #504031),
    color-stop(82.89%, #504031),
    color-stop(96.67%, rgba(80, 64, 49, 0))
  );
  background-image: linear-gradient(
    270deg,
    rgba(80, 64, 49, 0) 3.36%,
    #504031 10.15%,
    #504031 82.89%,
    rgba(80, 64, 49, 0) 96.67%
  );
  opacity: 0.3;
}
.post-footer-title {
  text-transform: uppercase;
  margin-bottom: 0.25em;
  line-height: 1;
  font-size: 20px;
  font-size: 1.25rem;
}
@media (min-width: 960px) {
  .post-footer-title {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin: 40px auto;
  font-weight: 600;
  font-size: 20px;
  font-size: 1.25rem;
}
.wp-pagenavi .current,
.wp-pagenavi .page,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
.wp-pagenavi a:hover {
  border: 1px solid #ff8f00;
}
.wp-pagenavi > *:first-child {
  border-radius: 4px 0 0 4px;
  position: relative;
}
.wp-pagenavi > *:last-child {
  border-radius: 0 4px 4px 0;
  position: relative;
}
.news-blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 40px;
  margin: 20px auto;
}
@media (min-width: 960px) {
  .news-blocks {
    margin: 32px auto;
  }
}
.news-block {
  width: 100%;
  padding: 24px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
@media (min-width: 960px) {
  .news-block {
    width: calc(33.3333333333% - 40px + 13.3333333333px);
  }
}
.news-block:after {
  content: '';
  display: block;
  background: #fff7ee;
  -webkit-box-shadow: 8px 8px 24px rgba(0, 0, 0, 0.25);
  box-shadow: 8px 8px 24px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.news-block:hover:after {
  -webkit-transform: translate(-50%, -50%) scale(1.025);
  transform: translate(-50%, -50%) scale(1.025);
  -webkit-box-shadow: 8px 8px 24px rgba(0, 0, 0, 0.5);
  box-shadow: 8px 8px 24px rgba(0, 0, 0, 0.5);
  border-radius: 6px;
}
.news-block a {
  text-decoration: none;
  color: #504031;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.news-block a:hover .entry-title,
.news-block a:hover .read-article {
  color: #ff8f00;
}
.news-block .thumb {
  margin-bottom: 15px;
}
.news-block .thumb img {
  width: 100%;
  height: auto;
  border-radius: 4px;
}
.news-block .post-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
}
.news-block .entry-title {
  text-transform: uppercase;
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1;
}
.news-block .posted-on {
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 15px;
  font-size: 0.9375rem;
}
.news-block .read-article {
  text-decoration: underline;
  text-transform: uppercase;
}
.news-block .copy p:last-child {
  margin-bottom: 0.5em;
}
.news-block .news-item-link {
  margin-top: auto;
  margin-bottom: 0;
}
.news-block .news-item-link a {
  text-decoration: underline;
  font-weight: 600;
}
.news-block .news-item-link a:hover {
  color: #ff8f00;
  text-decoration: underline;
}
.news-block .news-item-link span {
  display: none;
}
.benefit-blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
  row-gap: 36px;
}
.benefit-block {
  padding: 24px 20px;
  position: relative;
  width: 100%;
}
.benefit-block:after {
  content: '';
  display: block;
  background: #fff7ee;
  -webkit-box-shadow: 8px 8px 24px rgba(0, 0, 0, 0.25);
  box-shadow: 8px 8px 24px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.benefit-block:hover:after {
  -webkit-transform: translate(-50%, -50%) scale(1.025);
  transform: translate(-50%, -50%) scale(1.025);
  -webkit-box-shadow: 8px 8px 24px rgba(0, 0, 0, 0.5);
  box-shadow: 8px 8px 24px rgba(0, 0, 0, 0.5);
  border-radius: 6px;
}
@media (min-width: 750px) {
  .benefit-block {
    width: calc(50% - 40px + 20px);
  }
}
@media (min-width: 960px) {
  .benefit-block {
    width: calc(33.3333333333% - 40px + 13.3333333333px);
  }
}
.benefit-block .benefit-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 14px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.benefit-block .benefit-title {
  margin-bottom: 0;
  font-weight: 700;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1;
}
.benefit-block .benefit-icon {
  -webkit-filter: invert(91%) sepia(2%) saturate(1628%) hue-rotate(329deg)
    brightness(107%) contrast(102%);
  filter: invert(91%) sepia(2%) saturate(1628%) hue-rotate(329deg)
    brightness(107%) contrast(102%);
  -webkit-filter: brightness(0) saturate(100%) invert(51%) sepia(98%)
    saturate(671%) hue-rotate(358deg) brightness(99%) contrast(108%);
  filter: brightness(0) saturate(100%) invert(51%) sepia(98%) saturate(671%)
    hue-rotate(358deg) brightness(99%) contrast(108%);
  width: 48px;
  height: auto;
}
.benefit-block p:last-of-type {
  margin-bottom: 0;
}
:root {
  --swiper-scrollbar-border-radius: 0;
  --swiper-scrollbar-top: auto;
  --swiper-scrollbar-bottom: 0;
  --swiper-scrollbar-left: 0;
  --swiper-scrollbar-right: 0;
  --swiper-scrollbar-sides-offset: 1%;
  --swiper-scrollbar-bg-color: $color_secondary;
  --swiper-scrollbar-drag-bg-color: rgba(0, 0, 0, 0.5);
  --swiper-scrollbar-size: 4px;
  --swiper-pagination-bottom: 20px;
  --swiper-pagination-bullet-height: 32px;
  --swiper-pagination-bullet-size: 32px;
  --swiper-pagination-bullet-inactive-color: transparent;
  --swiper-pagination-color: transparent;
  --swiper-theme-color: transparent;
  --swiper-pagination-bullet-horizontal-gap: 0;
}
.timeline-scrollbar {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: calc(100% - 60px);
  max-width: 1530px;
  height: 3px;
  z-index: 100;
  background-color: #504031;
  overflow: hidden;
}
.timeline-scrollbar .swiper-scrollbar-drag {
  background-color: #ff8f00;
}
.timeline-scrollbar .swiper-scrollbar-bg {
  color: rgba(0, 0, 0, 0.5);
}
.swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  position: relative;
}
.swiper-slide {
  height: auto;
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  background-color: #fff7ee;
  border-radius: 25px;
  height: 42px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 16px;
  position: absolute;
  z-index: 1;
  left: 50%;
  -webkit-transform: translateX(-50%) scale(0.75);
  transform: translateX(-50%) scale(0.75);
  width: unset;
  padding: 0 22px;
}
@media (min-width: 960px) {
  .swiper-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    -webkit-transform: translateX(-50%) scale(1);
    transform: translateX(-50%) scale(1);
  }
}
.swiper-button-lock {
  display: none;
}
.header-content {
  padding-top: 24px;
  padding-bottom: 32px;
}
.site-header {
  position: relative;
  z-index: 10;
  text-transform: uppercase;
  width: 100%;
  min-height: 68px;
}
body.home .site-header {
  position: absolute;
  top: 0;
  left: 0;
}
body.admin-bar.home .site-header {
  top: 46px;
}
@media (min-width: 960px) {
  body.admin-bar.home .site-header {
    top: 32px;
  }
}
body.admin-bar.home .site-header .site-content {
  margin-top: 46px;
}
@media (min-width: 960px) {
  body.admin-bar.home .site-header .site-content {
    margin-top: 32px;
  }
}
.site-header .logo {
  position: absolute;
  top: 5vh;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
  max-height: 36vh;
  aspect-ratio: 320/256;
}
@media screen and (min-height: 1080px) {
  .site-header .logo {
    max-height: unset;
    max-width: 608px;
    width: 50%;
    min-width: 360px;
    padding: 0 32px;
  }
}
body:not(.home) .site-header .logo {
  margin-top: 120px;
  aspect-ratio: 1244/236;
}
body:not(.home) .site-header .logo img {
  aspect-ratio: 1244/236;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: bottom;
  object-position: bottom;
  overflow: hidden;
}
.site-header a {
  display: block;
  text-decoration: none;
  color: #504031;
}
.site-header a:hover {
  color: #ff8f00;
}
body.home .site-header a:hover {
  color: #ff8f00;
}
@media (min-width: 1532px) {
  body.home .site-header a {
    color: #fff;
  }
}
.social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.social-links img {
  height: 24px;
  width: auto;
}
.social-links a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 24px;
}
.social-links a:hover {
  -webkit-filter: invert(56%) sepia(73%) saturate(2549%) hue-rotate(2deg)
    brightness(107%) contrast(102%);
  filter: invert(56%) sepia(73%) saturate(2549%) hue-rotate(2deg)
    brightness(107%) contrast(102%);
}
.social-links span {
  display: none;
}
.intro .section-content,
.intro .page-header,
.intro .header-content {
  padding-right: 8%;
  padding-left: 8%;
  text-align: center;
  position: relative;
}
@media (min-width: 960px) {
  .banners .section-content:before,
  .banners .page-header:before,
  .banners .header-content:before,
  .banners .section-content:after,
  .banners .page-header:after,
  .banners .header-content:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 20%;
    width: 90px;
    background-image: url(//tornbanner.com/wp-content/themes/tornbanner-2023/assets/images/flag-textured.png);
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.75;
    pointer-events: none;
  }
  .banners .section-content:before,
  .banners .page-header:before,
  .banners .header-content:before {
    left: 2%;
    background-position: left top;
  }
  .banners .section-content:after,
  .banners .page-header:after,
  .banners .header-content:after {
    right: 2%;
    background-position: right top;
  }
}
.page-template-template-careers .job-listings {
  padding-top: 40px;
  padding-bottom: 50px;
  margin-bottom: 20px;
  position: relative;
}
.page-template-template-careers .slide-content {
  position: relative;
  top: unset;
  left: unset;
}
.general-application {
  display: block;
  text-align: center;
  position: relative;
  margin: 20px auto;
  padding-bottom: 40px;
  font-size: 28px;
  font-size: 1.75rem;
}
.general-application p {
  text-transform: uppercase;
}
.featured-positions {
  position: relative;
}
.featured-positions-slide-pagination {
  position: absolute;
  z-index: 1;
  left: 0;
  width: 100%;
  top: unset !important;
  bottom: 20px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#BambooHR img {
  width: unset;
}
section.intro .no-copy {
  padding-bottom: 0;
}
section.intro p:last-of-type {
  margin-bottom: 0;
}
.page-header {
  position: relative;
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 4px;
  min-height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 40px;
}
@media (min-width: 960px) {
  .page-header {
    padding-top: 50px;
    padding-bottom: 50px;
    height: clamp(320px, 20vh, 480px);
  }
}
.page-header:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0, rgba(0, 0, 0, 0)),
    color-stop(40%, rgba(0, 0, 0, 0.5)),
    color-stop(60%, rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0) 0,
    rgba(0, 0, 0, 0.5) 40%,
    rgba(0, 0, 0, 0.5) 60%,
    rgba(0, 0, 0, 0) 100%
  );
  pointer-events: none;
}
.page-header img.bg-image,
.page-header video {
  border-radius: 4px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.page-header .logo {
  width: 50%;
  margin-bottom: auto;
  z-index: 1;
}
@media (min-width: 960px) {
  .page-header .logo {
    max-width: 600px;
  }
}
.page-header .header-title {
  position: absolute;
  bottom: 32px;
  text-transform: uppercase;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
  margin-bottom: 0;
  text-align: center;
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  font-weight: 300;
  line-height: 1;
  font-size: 32px;
  font-size: 2rem;
}
@media (min-width: 960px) {
  .page-header .header-title {
    bottom: 50px;
    font-size: 48px;
    font-size: 3rem;
  }
}
.key-staff {
  position: relative;
  margin: 20px auto;
}
.key-staff:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: calc(100% + 40px);
  max-width: 1610px;
  height: 100%;
  z-index: -2;
  background-color: #f8ebdc;
  border-radius: 16px;
}
@media (min-width: 960px) {
  .key-staff {
    margin: 32px auto;
  }
}
@media (min-width: 1600px) {
  .key-staff {
    margin: 64px auto;
  }
}
.key-staff .section-content,
.key-staff .header-content,
.key-staff .page-header {
  padding: 30px;
}
@media (min-width: 960px) {
  .key-staff .section-content,
  .key-staff .header-content,
  .key-staff .page-header {
    padding-top: 32px;
  }
}
@media (min-width: 1600px) {
  .key-staff .section-content,
  .key-staff .header-content,
  .key-staff .page-header {
    padding-top: 64px;
  }
}
.key-staff .senior-quote {
  font-size: 18px;
  text-align: center;
  padding: 30px;
}
@media (min-width: 960px) {
  .key-staff .senior-quote {
    padding: 32px;
  }
}
@media (min-width: 1600px) {
  .key-staff .senior-quote {
    padding: 64px 0;
  }
}
.key-staff .secondary-title {
  margin-bottom: 64px;
}
.staff-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 40px;
}
@media (min-width: 960px) {
  .staff-grid {
    padding: 0 100px;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
    row-gap: 45px;
  }
}
.staff-grid .staff-member {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  -webkit-box-shadow: 8px 8px 24px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 8px 8px 24px 0px rgba(0, 0, 0, 0.35);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: calc(50% - 40px + 20px);
}
@media (min-width: 750px) {
  .staff-grid .staff-member {
    width: calc(50% - 40px + 20px);
  }
}
@media (min-width: 960px) {
  .staff-grid .staff-member {
    width: calc(33.3333333333% - 40px + 13.3333333333px);
  }
}
.staff-grid .staff-member:hover {
  -webkit-box-shadow: 16px 16px 48px 0px rgba(0, 0, 0, 0.55);
  box-shadow: 16px 16px 48px 0px rgba(0, 0, 0, 0.55);
}
.staff-grid .staff-member:hover .detail {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.staff-grid .detail {
  padding: 20px;
  line-height: 1;
  color: #fff;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0, rgba(0, 0, 0, 0.75)),
    color-stop(80%, rgba(0, 0, 0, 0.25)),
    to(rgba(0, 0, 0, 0))
  );
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.75) 0,
    rgba(0, 0, 0, 0.25) 80%,
    rgba(0, 0, 0, 0) 100%
  );
}
.staff-grid .detail .name {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 0;
}
@media (min-width: 750px) {
  .staff-grid .detail .name {
    font-size: 24px;
  }
}
.staff-grid .detail .copy {
  display: none;
  margin-top: 0.5em;
  margin-bottom: 0;
}
@media (min-width: 750px) {
  .staff-grid .detail .copy {
    display: block;
    margin-bottom: 1em;
  }
}
.staff-grid .detail p:last-child {
  margin-bottom: 0;
}
.image-slider,
.image-slider2 {
  background-color: #f8ebdc;
}
:root {
  --swiper-pagination-bottom: 15px;
  --swiper-pagination-bullet-width: 24px;
  --swiper-pagination-bullet-height: 24px;
  --swiper-pagination-bullet-size: 24px;
  --swiper-pagination-bullet-inactive-color: transparent;
  --swiper-pagination-color: transparent;
  --swiper-theme-color: $off_white;
  --swiper-pagination-bullet-horizontal-gap: 0;
  --swiper-pagination-bullet-inactive-opacity: 0.5;
}
@media (min-width: 960px) {
  :root {
    --swiper-pagination-bottom: 30px;
  }
}
.swiper-pagination-bullet {
  display: block;
  border: 3px solid #504031;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #ff8f00;
  border-color: #ff8f00;
  -webkit-box-shadow: 2px 4px 8px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 2px 4px 8px 0px rgba(0, 0, 0, 0.35);
}
div[class*='slide-controls'] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  padding: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (min-width: 960px) {
  div[class*='slide-controls'] {
    padding: 0 32px;
  }
}
@media (min-width: 1200px) {
  div[class*='slide-controls'] {
    padding: 0 64px;
  }
}
div[class*='slider-next'],
div[class*='slider-prev'] {
  display: block;
  width: 64px;
  height: 64px;
  position: relative;
  border-radius: 32px;
  background: #fff7ee
    url(//tornbanner.com/wp-content/themes/tornbanner-2023/assets/images/slider-arrow.svg)
    center center no-repeat;
  background-size: 36px 36px;
  opacity: 0.75;
  -webkit-transform: scale(0.75);
  transform: scale(0.75);
}
@media (min-width: 960px) {
  div[class*='slider-next'],
  div[class*='slider-prev'] {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
div[class*='slider-next']:hover,
div[class*='slider-prev']:hover {
  opacity: 1;
}
div[class*='slider-next'].swiper-button-disabled,
div[class*='slider-prev'].swiper-button-disabled {
  opacity: 0.25;
}
div[class*='slider-next'] {
  -webkit-transform: rotate(180deg) scale(0.75);
  transform: rotate(180deg) scale(0.75);
}
@media (min-width: 960px) {
  div[class*='slider-next'] {
    -webkit-transform: rotate(180deg) scale(1);
    transform: rotate(180deg) scale(1);
  }
}
.slide-content {
  height: 100%;
  z-index: 2;
  padding-top: 20px;
  padding-bottom: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  margin: 0 80px;
  text-align: center;
}
@media (min-width: 960px) {
  .slide-content {
    width: 100%;
    padding: 40px 20% 80px;
    margin: unset;
  }
}
.slide-content:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0, rgba(0, 0, 0, 0)),
    color-stop(40%, rgba(0, 0, 0, 0.66)),
    color-stop(60%, rgba(0, 0, 0, 0.66)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0) 0,
    rgba(0, 0, 0, 0.66) 40%,
    rgba(0, 0, 0, 0.66) 60%,
    rgba(0, 0, 0, 0) 100%
  );
  pointer-events: none;
}
.slide-content .subheader {
  color: #fff;
}
.slide-content .slide-title {
  text-transform: uppercase;
  margin-bottom: 0.25em;
  line-height: 1;
  font-weight: 400;
  font-size: 32px;
  text-align: center;
}
@media (min-width: 960px) {
  .slide-content .slide-title {
    font-size: 36px;
  }
}
@media (min-width: 1200px) {
  .slide-content .slide-title {
    font-size: 48px;
  }
}
.job-openings-banner {
  position: relative;
  max-height: 548px;
  height: 33vh;
}
.job-openings-banner .background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.job-openings-banner .background-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.job-openings-banner .background-image:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0, rgba(0, 0, 0, 0)),
    color-stop(40%, rgba(0, 0, 0, 0.5)),
    color-stop(60%, rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0) 0,
    rgba(0, 0, 0, 0.5) 40%,
    rgba(0, 0, 0, 0.5) 60%,
    rgba(0, 0, 0, 0) 100%
  );
}
.job-openings-banner .section-content,
.job-openings-banner .header-content,
.job-openings-banner .page-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}
.job-openings-banner .banner-title {
  text-transform: uppercase;
  color: #fff;
  font-weight: 300;
  font-size: clamp(1.5rem, 0.5rem + 3.3333vw, 3rem);
  margin-bottom: 0.25em;
}
.site-footer {
  border-top: 3px solid rgba(80, 64, 49, 0.3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.site-footer h6 {
  margin-bottom: 20px;
}
.site-footer p {
  margin: 0;
}
.site-footer a {
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
  text-decoration: none;
}
.footer-content {
  max-width: 1530px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 32px;
  padding-bottom: 20px !important;
  padding: 30px;
}
@media (min-width: 960px) {
  .footer-content {
    padding: 32px;
  }
}
@media (min-width: 1600px) {
  .footer-content {
    padding: 64px 0;
  }
}
@media (min-width: 960px) {
  .footer-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 64px;
  }
}
.footer-content .logo img {
  width: 40%;
  max-width: 90px;
  margin: 0 auto;
}
@media (min-width: 960px) {
  .footer-content .logo img {
    width: 100%;
  }
}
.footer-content .footer-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 50px;
  margin-right: auto;
}
@media (min-width: 960px) {
  .footer-content .footer-columns {
    gap: 100px;
  }
}
.footer-content .column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: calc(50% - 25px);
}
@media (min-width: 960px) {
  .footer-content .column {
    width: unset;
  }
}
.footer-content .column ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.footer-content .footer-title {
  font-weight: 700;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1;
  text-transform: uppercase;
  color: #504031;
}
.footer-content .social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (min-width: 960px) {
  .footer-content .social-links {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-left: auto;
  }
}
.site-info {
  width: 100%;
  max-width: 1530px;
  margin: 0 auto;
  text-align: center;
  padding-top: 0 !important;
  padding: 30px;
}
@media (min-width: 960px) {
  .site-info {
    padding: 32px;
  }
}
@media (min-width: 1600px) {
  .site-info {
    padding: 64px 0;
  }
}
@media (min-width: 960px) {
  .site-info {
    text-align: right;
  }
}
.site-info a {
  color: #504031;
}
.site-info a:hover {
  color: #ff8f00;
}
