@charset "UTF-8";
/*!
Theme Name: US Playing Card 2019
Theme URI: http://usplayingcard.com
Author: Icon MC
Author URI: http://iconmc.com
Description: Theme for US Playing Card
Version: 0.0.1
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: uspc-2019
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

Template: genesis

US Playing Card 2019 is based on Underscores https://underscores.me/, (C) 2012-2017 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:
----------------------------------------------------------------
# Normalize
# Vendors
# Typography
# Elements
# Components
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Full Screen Background
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | 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;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/**
 * 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;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 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;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* 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;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
 * 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;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * 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;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

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

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  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;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 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;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 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;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * 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;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* 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; }

/*--------------------------------------------------------------
# Vendor stylesheets
--------------------------------------------------------------*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.9.0/fonts/slick.eot");
  src: url("https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.9.0/fonts/slick.eot?#iefix") format("embedded-opentype"), url("https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.9.0/fonts/slick.woff") format("woff"), url("https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.9.0/fonts/slick.ttf") format("truetype"), url("https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.9.0/fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

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

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

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

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
@font-face {
  font-family: 'Gotham';
  src: url("fonts/Gotham-Book/Gotham-Book.eot");
  src: url("fonts/Gotham-Book/Gotham-Book.woff2") format("woff2"), url("fonts/Gotham-Book/Gotham-Book.woff") format("woff"), url("fonts/Gotham-Book/Gotham-Book.ttf") format("truetype"), url("fonts/Gotham-Book/Gotham-Book.svg#Gotham-Book") format("svg"), url("fonts/Gotham-Book/Gotham-Book.eot?#iefix") format("embedded-opentype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Gotham';
  src: url("fonts/Gotham-Bold/Gotham-Bold.eot");
  src: url("fonts/Gotham-Bold/Gotham-Bold.woff2") format("woff2"), url("fonts/Gotham-Bold/Gotham-Bold.woff") format("woff"), url("fonts/Gotham-Bold/Gotham-Bold.ttf") format("truetype"), url("fonts/Gotham-Bold/Gotham-Bold.svg#Gotham-Bold") format("svg"), url("fonts/Gotham-Bold/Gotham-Bold.eot?#iefix") format("embedded-opentype");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'ChronicleDeck';
  src: url("fonts/ChronicleDeck-Italic/ChronicleDeck-Italic.eot");
  src: url("fonts/ChronicleDeck-Italic/ChronicleDeck-Italic.woff2") format("woff2"), url("fonts/ChronicleDeck-Italic/ChronicleDeck-Italic.woff") format("woff"), url("fonts/ChronicleDeck-Italic/ChronicleDeck-Italic.ttf") format("truetype"), url("fonts/ChronicleDeck-Italic/ChronicleDeck-Italic.svg#Gotham-Book") format("svg"), url("fonts/ChronicleDeck-Italic/ChronicleDeck-Italic.eot?#iefix") format("embedded-opentype");
  font-weight: 400;
  font-style: italic; }

@font-face {
  font-family: 'FontAwesome';
  src: url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.eot");
  src: url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.woff2") format("woff2"), url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.woff") format("woff"), url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.ttf") format("truetype"), url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.svg") format("svg"), url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.eot?#iefix") format("embedded-opentype"); }

@font-face {
  font-family: 'slick';
  src: url("https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.9.0/fonts/slick.eot");
  src: url("https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.9.0/fonts/slick.woff") format("woff"), url("https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.9.0/fonts/slick.ttf") format("truetype"), url("https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.9.0/fonts/slick.svg") format("svg"), url("https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.9.0/fonts/slick.eot?#iefix") format("embedded-opentype"); }

body,
button,
input,
select,
optgroup,
textarea {
  color: #2a2d30;
  font-family: "Gotham", Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.8; }

body > div {
  font-size: 1rem; }

h1, h2, h3, .overlay ul li a, h4, .wp-block-quote cite, .footer-text ul li a, h5, h6 {
  clear: both; }

h1, p.full-screen-text__p, .wp-block-quote, pre {
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px; }

h2, h3, .overlay ul li a, h4, .wp-block-quote cite, .footer-text ul li a, h5, h6, p, dfn, cite, em, i, address, code, kbd, tt, var, abbr, acronym, mark, ins, big, .nav-previous a, ul, ol, dl, .post-thumb__img-container, .two-up {
  margin-left: auto;
  margin-right: auto;
  max-width: 684px; }

h1 {
  font-family: "Gotham", Helvetica, sans-serif;
  font-size: 3.5em;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.04;
  letter-spacing: -0.6px;
  margin-top: 1.5em;
  text-align: left;
  color: #2a2d30; }
  @media only screen and (min-width: 576px) {
    h1 {
      text-align: center; } }
  h1.page-title {
    margin-bottom: 1em; }

h2 {
  font-family: "Gotham", Helvetica, sans-serif;
  font-size: 2.75em;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.45;
  letter-spacing: -0.4px;
  text-align: left;
  color: #2a2d30; }

h3, .overlay ul li a {
  font-family: "Gotham", Helvetica, sans-serif;
  font-size: 2em;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.25;
  letter-spacing: -0.2px;
  text-align: left;
  color: #2a2d30; }

h4, .wp-block-quote cite, .footer-text ul li a {
  font-family: "Gotham", Helvetica, sans-serif;
  font-size: 1em;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.63;
  letter-spacing: 0.6px;
  text-align: left;
  color: #2a2d30; }

h5 {
  font-family: "Gotham", Helvetica, sans-serif;
  font-size: 1em;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.63;
  letter-spacing: 0.6px;
  text-align: left;
  color: #2a2d30; }

.white {
  color: #ffffff; }

.center {
  text-align: center; }

.home h1, .home h2, .home h3, .home .overlay ul li a, .overlay ul li .home a, .home h4, .home .wp-block-quote cite, .wp-block-quote .home cite, .home .footer-text ul li a, .footer-text ul li .home a {
  text-align: center; }

span.main-text,
span.subtext {
  color: #ffffff; }

p {
  font-family: "Gotham", Helvetica, sans-serif;
  font-size: 1.25em;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.8;
  letter-spacing: normal;
  text-align: left;
  color: #2a2d30; }
  p.full-screen-text__p {
    color: #ffffff;
    font-size: 1.25em;
    text-align: center; }

article p.subheading {
  display: block;
  font-size: 1.75em;
  line-height: 1.3;
  width: 100%; }
  @media only screen and (min-width: 992px) {
    article p.subheading {
      margin-left: auto;
      margin-right: auto;
      max-width: 1200px;
      text-align: center; } }

.wp-block-quote {
  display: flex;
  flex-wrap: wrap;
  padding: 1.5em; }
  .wp-block-quote::before {
    content: ""; }
  .wp-block-quote p {
    font-family: "ChronicleDeck", Georgia, serif;
    font-size: 2.75em;
    font-style: italic;
    font-weight: 400;
    line-height: 1.3;
    margin: 0 auto .5em;
    max-width: none;
    text-align: center;
    width: 100%; }
    @media only screen and (min-width: 1440px) {
      .wp-block-quote p {
        width: 1440px; } }
  .wp-block-quote cite {
    margin: auto;
    text-align: center;
    text-transform: uppercase; }
    .wp-block-quote cite:before {
      content: "–";
      margin-right: .25em; }

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

address {
  padding: 0 0 1.5em; }

pre {
  background: #3a3d42;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #f7f5f0;
  line-height: 1.6;
  margin-bottom: 1.6em;
  overflow: auto;
  padding: 3em; }
  pre * {
    color: #f7f5f0; }

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%; }

.testimonial {
  margin-bottom: 7.5em;
  margin-top: 5em;
  width: 100%; }
  @media only screen and (min-width: 992px) {
    .testimonial {
      margin-top: 0; } }
  .testimonial::before {
    content: ""; }
  .testimonial .testimonial-logo {
    display: block;
    height: 7.5em;
    margin: auto;
    margin-bottom: 2em;
    width: 7.5em; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit; }

a {
  cursor: pointer; }

body {
  background: #f7f5f0;
  /* Fallback for when there is no custom background color defined. */ }

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

ul, ol {
  padding: 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: bold; }

dd {
  margin: 0 1.5em 1.5em; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */ }

.table-container {
  overflow-x: scroll;
  padding: 1rem 1rem 3rem;
  position: relative;
  width: 100%; }
  @media only screen and (min-width: 768px) {
    .table-container {
      margin: auto; } }
  @media only screen and (min-width: 992px) {
    .table-container {
      left: -10rem;
      overflow-x: hidden;
      width: calc(992px - 2rem); } }
  @media only screen and (min-width: 1200px) {
    .table-container {
      left: -20.5rem;
      width: calc(1200px - 2rem); } }
  @media only screen and (min-width: 1440px) {
    .table-container {
      left: -32rem;
      width: calc(1440px - 2rem); } }

table {
  box-sizing: border-box;
  padding: 0 0 1.5rem;
  position: relative;
  width: calc(992px - 2rem); }
  @media only screen and (min-width: 768px) {
    table {
      margin: auto;
      width: calc(992px - 2rem); } }
  @media only screen and (min-width: 992px) {
    table {
      width: calc(992px - 2rem); } }
  @media only screen and (min-width: 1200px) {
    table {
      width: calc(1200px - 2rem); } }
  @media only screen and (min-width: 1440px) {
    table {
      width: 100%; } }

td {
  font-size: .9em;
  line-height: 1.5;
  padding-right: 2rem; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 0;
  border-radius: 2px;
  background: #2a2d30;
  color: #ffffff;
  display: block;
  font-family: "Gotham", Helvetica, sans-serif;
  font-size: 1em;
  font-weight: 700;
  letter-spacing: 0px;
  line-height: 1;
  padding: 1em 3.5em;
  text-transform: uppercase;
  cursor: pointer; }
  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.process-payment {
  display: flex;
  margin: auto; }

fieldset {
  border: 0;
  padding: 0;
  margin: 0; }

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: #2a2d30;
  border: 2px solid #dfddd0;
  border-radius: 3px;
  box-sizing: border-box;
  font-size: 1.25em;
  line-height: 1.4;
  padding: .5rem;
  margin-bottom: .5em;
  width: 100%; }
  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; }

label {
  font-size: .875em; }

select::-ms-expand {
  display: none; }

#frm_field_11_container {
  position: relative; }
  #frm_field_11_container:after {
    font-family: "FontAwesome";
    content: "\f0d7";
    font-size: 1em;
    position: absolute;
    right: 1em;
    top: calc(50% - .25em); }

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: .25em;
  background-color: #ffffff;
  border: 2px solid #dfddd0;
  font-size: 1.25em;
  margin-bottom: .5em;
  position: relative;
  width: 100%; }

.your-message-relates-to::after {
  display: block;
  content: '\f053   \f054';
  color: #2a2d30;
  font-family: "FontAwesome";
  font-size: .75em;
  position: absolute;
  right: 1rem;
  top: -.5rem;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg); }

textarea {
  width: 100%; }

.wpcf7 form p {
  margin: 0;
  padding: 0; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: royalblue; }
  a:visited {
    color: purple; }
  a:hover, a:focus, a:active {
    color: midnightblue; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
  z-index: 999 !important; }
  .main-navigation:hover {
    background: transparent; }
  .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 {
        left: 100%; }
      .main-navigation ul ul a {
        width: 200px; }
    .main-navigation ul li:hover > ul,
    .main-navigation ul li:focus > ul {
      left: auto; }
  .main-navigation li {
    float: left;
    position: relative; }
  .main-navigation a {
    display: block;
    text-decoration: none; }

.main-navigation__text-link:focus {
  background: transparent; }

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

.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%; }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }
  .screen-reader-text:focus {
    background-color: #f7f5f0;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    -webkit-clip-path: none;
            clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

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

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.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; }

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.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; }

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Global Components
--------------------------------------------------------------*/
.center-contents {
  display: flex;
  width: 100%; }

.btn, button {
  background-color: #3a3d42;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: "Gotham", Helvetica, sans-serif;
  font-weight: 700;
  font-size: 1.25em;
  line-height: 1;
  margin: auto;
  padding: 1em 2em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: all .2s ease; }
  .btn:hover, button:hover {
    opacity: .8; }
  .btn:visited, button:visited {
    background-color: #3a3d42;
    color: #ffffff; }

.header {
  height: 10em;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 100; }
  @media only screen and (min-width: 768px) {
    .header {
      height: 18em; } }

.header-gradient {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 27%, rgba(0, 0, 0, 0));
  z-index: 110; }

.single-post .header-gradient {
  background-image: none; }

header#masthead {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: fixed;
  width: 100%;
  z-index: 110; }

#masthead.scrolled {
  background-color: #2a2d30 !important;
  transition: background-color 200ms linear; }

.main-navigation {
  width: auto;
  z-index: 100; }

.site-branding {
  z-index: 100; }

.custom-logo {
  display: block;
  margin: auto;
  padding: .25em;
  width: 4em;
  z-index: 100; }

.main-navigation__text-link {
  font-size: 1em;
  font-weight: 700;
  letter-spacing: 0.6px;
  background-color: rgba(0, 0, 0, 0);
  border: none;
  color: #ffffff;
  cursor: pointer;
  outline: none;
  padding: 1.5em;
  text-decoration: none;
  text-transform: uppercase;
  z-index: 110; }
  .main-navigation__text-link:hover, .main-navigation__text-link:visited {
    color: #ffffff; }
  .main-navigation__text-link .menu-toggle__icon {
    margin-right: .5em;
    width: 1em; }

/* Overlay style */
.overlay {
  background-color: rgba(23, 24, 26, 0.9);
  display: flex;
  justify-content: space-around;
  height: 100%;
  left: 0;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 100;
  /* Overlay closing cross */ }
  .overlay .overlay-close {
    background-color: transparent;
    width: 80px;
    height: 80px;
    position: absolute;
    left: 20px;
    top: 20px;
    overflow: hidden;
    border: none;
    text-indent: 200%;
    outline: none;
    z-index: 120; }

/* Menu style */
.overlay nav {
  text-align: center;
  align-items: center;
  display: flex;
  justify-content: space-around;
  position: relative;
  top: 50%;
  height: 60%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 100; }

.overlay ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  height: 100%;
  position: relative;
  z-index: 100; }
  .overlay ul li {
    display: block;
    height: 20%;
    height: calc(100% / 5);
    min-height: 54px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
    .overlay ul li a {
      display: block;
      color: #fff;
      font-size: 2em;
      font-weight: 700;
      padding: .3em 1em;
      text-align: center;
      text-decoration: none;
      text-transform: uppercase;
      transition: all 0.2s ease;
      cursor: pointer; }
      .overlay ul li a:hover, .overlay ul li a:focus {
        background-color: #ac363b;
        cursor: pointer; }

/* Effects */
.overlay-slidedown {
  visibility: hidden;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  transition: visibility 0s 0.4s, -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, visibility 0s 0.4s;
  transition: transform 0.4s ease-in-out, visibility 0s 0.4s, -webkit-transform 0.4s ease-in-out; }
  .overlay-slidedown.open {
    visibility: visible;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    transition: -webkit-transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out; }

@media screen and (max-height: 30.5em) {
  .overlay nav {
    height: 70%;
    font-size: 34px; }
  .overlay ul li {
    min-height: 34px; } }

.post-thumb__container,
.two-up {
  display: block; }
  @media only screen and (min-width: 992px) {
    .post-thumb__container,
    .two-up {
      align-items: flex-start;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: space-between;
      margin: auto;
      width: 992px; } }
  @media only screen and (min-width: 1440px) {
    .post-thumb__container,
    .two-up {
      width: 1200px; } }

.post-thumb {
  cursor: pointer;
  display: block;
  padding: 2rem;
  text-decoration: none;
  transition: all .2s ease;
  width: 100%; }
  .post-thumb h3, .post-thumb .overlay ul li a, .overlay ul li .post-thumb a, .post-thumb h4, .post-thumb .wp-block-quote cite, .wp-block-quote .post-thumb cite, .post-thumb .footer-text ul li a, .footer-text ul li .post-thumb a, .post-thumb h5, .post-thumb p {
    transition: all .3s ease; }
  .post-thumb .post-thumb__img-container {
    background-repeat: no-repeat;
    background-size: 100%;
    position: relative;
    transition: background-size .3s ease; }
  .post-thumb:hover h3, .post-thumb:hover .overlay ul li a, .overlay ul li .post-thumb:hover a, .post-thumb:hover h4, .post-thumb:hover .wp-block-quote cite, .wp-block-quote .post-thumb:hover cite, .post-thumb:hover .footer-text ul li a, .footer-text ul li .post-thumb:hover a, .post-thumb:hover h5, .post-thumb:hover p {
    opacity: .7; }
  .post-thumb:hover .post-thumb__img-container {
    background-size: 110%; }
  @media only screen and (min-width: 992px) {
    .post-thumb {
      width: 47.5%; } }

.post-thumb__img-container {
  height: 10em; }
  @media only screen and (min-width: 576px) {
    .post-thumb__img-container {
      height: 20em; } }
  @media only screen and (min-width: 768px) {
    .post-thumb__img-container {
      height: 16em; } }

.content-area .site-main .post-thumb__date {
  font-size: .875em;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.86;
  letter-spacing: -0.1px;
  margin-top: 1.5em;
  padding: 0;
  text-align: left;
  color: #3a3d42; }

.content-area .site-main .post-thumb__heading {
  font-family: "Gotham", Helvetica, sans-serif;
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.2px;
  margin-top: .5em;
  padding: 0;
  text-transform: uppercase; }

.content-area .site-main .post-thumb__excerpt {
  font-family: "Gotham", Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.8;
  letter-spacing: 0.2px;
  padding: 0;
  text-align: left;
  color: #3a3d42; }

.two-up {
  align-items: center;
  box-shadow: 0 6px 16px rgba(42, 45, 48, 0.5);
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  padding: 1em;
  position: relative;
  z-index: 10; }
  .two-up.two-up--light-grey {
    background-color: #dfddd0; }
  .two-up.two-up--burgundy {
    background-color: #ac363b; }
    .two-up.two-up--burgundy h3, .two-up.two-up--burgundy .overlay ul li a, .overlay ul li .two-up.two-up--burgundy a, .two-up.two-up--burgundy p {
      color: #ffffff; }
  @media only screen and (min-width: 992px) {
    .two-up {
      max-width: none; } }

.two-up__img-container,
.two-up__text {
  width: 100%; }
  @media only screen and (min-width: 992px) {
    .two-up__img-container,
    .two-up__text {
      width: 47.5%; } }

.two-up__img-container {
  height: 16em;
  margin-bottom: 2em; }
  @media only screen and (min-width: 992px) {
    .two-up__img-container {
      height: 25em;
      margin-bottom: 0; } }

.two-up--casino-events {
  top: -4.5em; }

.site-footer {
  background-color: #2a2d30;
  box-sizing: border-box;
  border: 0;
  padding: 3.5em 1em;
  width: 100%; }
  @media only screen and (min-width: 992px) {
    .site-footer {
      padding: 3.5em; } }

.logo_uspc_white--footer_container {
  display: flex;
  margin-bottom: 2em;
  padding: 1em;
  width: 100%; }
  @media only screen and (min-width: 992px) {
    .logo_uspc_white--footer_container {
      display: block;
      margin: 0;
      padding: 0;
      width: 22em; } }

.logo_uspc_white--footer {
  height: 9.5em;
  margin: auto;
  -o-object-fit: contain;
     object-fit: contain;
  width: 9.5em; }

.footer-container {
  margin: auto;
  width: 100%; }
  @media only screen and (min-width: 992px) {
    .footer-container {
      align-items: center;
      display: flex; } }
  @media only screen and (min-width: 1440px) {
    .footer-container {
      width: calc(1440px - 18rem); } }

.footer__hr {
  background-color: #dfddd0;
  height: 2px;
  margin: 1.5em auto;
  opacity: .15;
  width: 100%; }

@media only screen and (min-width: 992px) {
  .footer-text {
    padding-left: 3em; } }

.footer-text div, .footer-text ul, .footer-text p {
  max-width: none; }
  @media only screen and (min-width: 992px) {
    .footer-text div, .footer-text ul, .footer-text p {
      margin-left: 0; } }

.footer-text p {
  color: #a3a8a8;
  font-size: 1em;
  line-height: 1.2;
  margin-bottom: 1em; }
  .footer-text p:last-child {
    margin-bottom: 0; }
  .footer-text p .footer-text__inline-link {
    color: #a3a8a8;
    font-size: 1em;
    font-weight: 300;
    line-height: 1.2;
    margin-bottom: 1em;
    text-decoration: underline; }
    .footer-text p .footer-text__inline-link:visited {
      color: #a3a8a8;
      opacity: .7; }
    .footer-text p .footer-text__inline-link:last-child {
      margin-bottom: 0; }

.footer-text a {
  color: #ffffff;
  cursor: pointer;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  transition: all .3s ease; }
  .footer-text a:hover {
    opacity: .7; }
  .footer-text a:visited {
    color: #ffffff; }

.menu-footer_menu-container {
  display: block; }
  @media only screen and (min-width: 768px) {
    .menu-footer_menu-container {
      display: flex; } }
  @media only screen and (min-width: 992px) {
    .menu-footer_menu-container {
      display: block; } }

.footer-text ul {
  list-style-type: none;
  margin: 0 auto 1em;
  padding: 0; }
  @media only screen and (min-width: 768px) {
    .footer-text ul {
      display: inline-block;
      margin: auto; } }
  @media only screen and (min-width: 992px) {
    .footer-text ul {
      display: inline-block;
      margin: 0;
      text-align: left; } }
  .footer-text ul li {
    margin-bottom: 1em;
    text-align: center; }
    @media only screen and (min-width: 768px) {
      .footer-text ul li {
        display: inline-block;
        margin: 0 1em 0 0;
        text-align: center;
        transition: opacity .3s ease; }
        .footer-text ul li:hover {
          opacity: .5; }
        .footer-text ul li:last-child {
          margin-right: 0; } }
    @media only screen and (min-width: 992px) {
      .footer-text ul li {
        text-align: center; } }
    .footer-text ul li a {
      color: #ffffff;
      display: inline-block;
      text-decoration: none;
      text-transform: uppercase; }

/*--------------------------------------------------------------
## Homepage/Front Page Components
--------------------------------------------------------------*/
.home .wp-block-columns {
  box-shadow: 0 6px 10px rgba(42, 45, 48, 0.3);
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  margin: 1em;
  position: relative;
  top: -5em;
  width: calc(100%-2em); }
  @media only screen and (min-width: 1440px) {
    .home .wp-block-columns {
      flex-wrap: nowrap;
      margin: auto;
      width: 1360px; } }
  .home .wp-block-columns .wp-block-column {
    margin: 0;
    flex-basis: 100%; }
    @media only screen and (min-width: 576px) {
      .home .wp-block-columns .wp-block-column {
        flex-basis: 50%; } }
    @media only screen and (min-width: 992px) {
      .home .wp-block-columns .wp-block-column {
        width: 25%;
        flex-basis: 25%; } }

.wp-block-button-home {
  align-items: center;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  display: flex;
  height: 11em;
  justify-content: space-around;
  margin: 0;
  position: relative;
  text-decoration: none;
  transition: background-size .3s ease;
  width: 100%; }
  @media only screen and (min-width: 768px) {
    .wp-block-button-home:hover {
      background-size: 107% auto; } }
  @media only screen and (min-width: 992px) {
    .wp-block-button-home {
      height: 8em; } }
  .wp-block-button-home .wp-block-button__link {
    background-color: transparent;
    color: #ffffff;
    text-shadow: 0px 2px 4px rgba(42, 45, 48, 0.5), 0px 2px 20px #2a2d30;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase; }

.products {
  background-color: #3a3d42;
  overflow-x: hidden;
  padding: 4em 0;
  width: 100%; }
  .products .product-container__logo {
    opacity: .5; }
  .products .slick-current .product-container__logo {
    opacity: 1; }

.product-container {
  margin-top: 2em;
  outline: none;
  width: 287px; }
  @media only screen and (min-width: 768px) {
    .product-container {
      width: 287px; } }
  @media only screen and (min-width: 992px) {
    .product-container {
      width: 360px; } }
  @media only screen and (min-width: 1440px) {
    .product-container {
      width: 420px; } }

.product-container__img-wrapper {
  align-items: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: flex;
  justify-content: space-around;
  margin: 0 auto 2rem;
  height: 300px;
  width: 100%; }

.product-container__img {
  display: block;
  max-height: 100%;
  max-width: 100%; }

.product-container__logo {
  margin: 1em auto;
  width: 8em; }

.carousel__arrows {
  display: inline-block;
  margin: auto;
  text-align: center;
  width: 100%; }

a.carousel__arrow-button {
  display: inline-block;
  color: #dfddd0;
  font-weight: 700;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase; }
  a.carousel__arrow-button:first-child {
    margin-right: 1em; }
  a.carousel__arrow-button .carousel__spade {
    display: inline-block;
    position: relative;
    top: 4px;
    height: 21px; }
  a.carousel__arrow-button .carousel__spade--left {
    -webkit-transform: rotate(-90deg) translateY(-0.25em);
            transform: rotate(-90deg) translateY(-0.25em);
    transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out; }
  a.carousel__arrow-button .carousel__spade--right {
    -webkit-transform: rotate(90deg) translateY(-0.25em);
            transform: rotate(90deg) translateY(-0.25em);
    transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out; }
  a.carousel__arrow-button.prev:hover .carousel__spade--left {
    -webkit-transform: rotate(-90deg) translateY(-0.5em);
            transform: rotate(-90deg) translateY(-0.5em); }
  a.carousel__arrow-button.next:hover .carousel__spade--right {
    -webkit-transform: rotate(90deg) translateY(-0.5em);
            transform: rotate(90deg) translateY(-0.5em); }

/*--------------------------------------------------------------
## Casino Page Components
--------------------------------------------------------------*/
.event__date {
  color: #f7f5f0;
  font-size: .875em;
  font-weight: 700;
  letter-spacing: -0.1px;
  margin-bottom: 0; }

.event__title {
  color: #f7f5f0;
  font-size: 1.25em;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -0.2px;
  margin-bottom: 1em;
  text-align: left; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */ }
  .widget select {
    max-width: 100%; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Front Page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block; }

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

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

.entry-content {
  margin: auto; }
  @media only screen and (min-width: 992px) {
    .entry-content {
      width: 768px; } }
  @media only screen and (min-width: 1440px) {
    .entry-content {
      width: 768px; } }

.content-area .site-main h1, .content-area .site-main h2, .content-area .site-main h3, .content-area .site-main .overlay ul li a, .overlay ul li .content-area .site-main a, .content-area .site-main h4, .content-area .site-main .wp-block-quote cite, .wp-block-quote .content-area .site-main cite, .content-area .site-main .footer-text ul li a, .footer-text ul li .content-area .site-main a, .content-area .site-main h5, .content-area .site-main h6, .content-area .site-main p, .content-area .site-main blockquote {
  padding: 0 16px; }

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

article {
  width: 100%; }

.content {
  width: 100%; }
  .content p {
    padding: 0 1em; }
  .content > p:last-child {
    margin-bottom: 3em; }

.page-id-25 .pagination {
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  margin: 2rem auto;
  padding: 0 2rem;
  width: 100%; }
  .page-id-25 .pagination .nav-previous {
    left: 0;
    margin-left: 0;
    margin-right: auto; }
  .page-id-25 .pagination .nav-next {
    margin-right: 0;
    right: 0;
    margin-left: auto; }

.post__cover {
  height: 20em;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 0; }
  .post__cover .post__cover-gradient {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15));
    bottom: 0;
    height: 2em;
    position: absolute;
    width: 100%; }
  .post__cover .post__cover-img {
    display: block;
    max-width: none;
    overflow: hidden;
    height: 100%; }
    @media only screen and (min-width: 1440px) {
      .post__cover .post__cover-img {
        height: auto;
        width: 100%; } }

.entry-content--post {
  position: relative; }

.entry-content--post-with-thumbnail {
  top: -14em; }
  @media only screen and (min-width: 992px) {
    .entry-content--post-with-thumbnail {
      top: -10em; } }

.post__feature-img {
  align-items: center;
  display: flex;
  justify-content: space-around;
  width: 100%; }
  @media only screen and (min-width: 992px) {
    .post__feature-img {
      height: 25em;
      margin: auto;
      overflow: hidden;
      position: relative;
      z-index: 10; } }

.nav_posts {
  height: 10em; }

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

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
## Contact-Us
--------------------------------------------------------------*/
@media only screen and (min-width: 992px) {
  .entry-content--contact {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: auto;
    max-width: 1170px; } }

.contact {
  box-sizing: border-box;
  padding: 1em; }
  @media only screen and (min-width: 1440px) {
    .contact {
      padding: 0; } }
  .contact p.subheading {
    margin-bottom: 2.5em;
    margin-top: .5em; }

#frm_form_2_container {
  width: 100%; }

@media only screen and (min-width: 1200px) {
  .contact {
    margin: auto;
    width: calc(1200px - 2rem); } }

.contact h3, .contact .overlay ul li a, .overlay ul li .contact a {
  margin-bottom: 0;
  margin-top: 0; }

.contact ul {
  margin-top: 1.5em;
  list-style-type: none;
  padding-left: .7em; }
  .contact ul li {
    margin-bottom: .5em;
    padding-left: .7em;
    position: relative; }
  .contact ul .main-contact__address:before {
    font-family: "FontAwesome";
    content: "\f276";
    position: absolute;
    left: -.7em; }
  .contact ul .main-contact__phone:before {
    font-family: "FontAwesome";
    content: "\f095";
    position: absolute;
    left: -.7em; }

.main-contact__address,
.main-contact__phone {
  text-decoration: none; }

.wp-block-column {
  flex-basis: 100%; }

/*--------------------------------------------------------------
## Casino
--------------------------------------------------------------*/
.casino-news {
  margin: 5.5em auto; }

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block; }

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

/* */
.img-container {
  background-color: #3a3d42;
  background-position: center center;
  background-size: cover; }

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

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

/*--------------------------------------------------------------
## Full Screen Background
--------------------------------------------------------------*/
.wp-block-cover,
.wp-block-cover-text {
  font-size: 1.5em; }

.wp-block-cover {
  height: 85vh;
  z-index: 0; }
  .wp-block-cover .wp-block-cover-text {
    font-size: 2em; }

.home .wp-block-cover .wp-block-cover-text,
.casino .wp-block-cover .wp-block-cover-text,
.about-us .wp-block-cover .wp-block-cover-text {
  max-width: 720px; }

.home .wp-block-cover-text,
.casino .wp-block-cover-text,
.about-us .wp-block-cover-text {
  font-size: 16px; }
  .home .wp-block-cover-text .main-text,
  .casino .wp-block-cover-text .main-text,
  .about-us .wp-block-cover-text .main-text {
    font-size: 3.5em;
    position: relative;
    line-height: 1.2;
    top: -16px; }
  .home .wp-block-cover-text .subtext,
  .casino .wp-block-cover-text .subtext,
  .about-us .wp-block-cover-text .subtext {
    font-size: 1.25em;
    position: relative;
    line-height: 1.5;
    top: 16px; }

/*
 * Use just a background image for edge
*/
_:-ms-fullscreen .wp-block-cover, :root .wp-block-cover {
  background-image: url("images/home-bg-image.jpg");
  background-size: cover;
  background-position: center; }
  _:-ms-fullscreen .wp-block-cover .wp-block-cover__video-background, :root .wp-block-cover .wp-block-cover__video-background {
    display: none; }

_:-ms-fullscreen .casino .wp-block-cover, :root .casino .wp-block-cover {
  background-image: url("images/casino-bg-image.jpg"); }

_:-ms-fullscreen .about-us .wp-block-cover, :root .about-us .wp-block-cover {
  background-image: url("images/about-bg-image.jpg"); }

@media all and (-ms-high-contrast: none) {
  .home .wp-block-cover .wp-block-cover-text,
  .casino .wp-block-cover .wp-block-cover-text,
  .about-us .wp-block-cover .wp-block-cover-text {
    margin-left: 0%; }
  .custom-logo-link {
    display: block;
    left: 47%;
    position: absolute;
    top: 6px; } }

/*--------------------------------------------------------------
## 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; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }
  .gallery-columns-2 .gallery-item {
    max-width: 50%; }
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%; }
  .gallery-columns-4 .gallery-item {
    max-width: 25%; }
  .gallery-columns-5 .gallery-item {
    max-width: 20%; }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%; }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%; }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%; }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%; }

.gallery-caption {
  display: block;
  color: black; }

/*--------------------------------------------------------------
## Video Gallery
--------------------------------------------------------------*/
.video-gallery {
  background-position: center left;
  background-size: cover;
  padding-top: 12em;
  position: relative;
  top: -8.5em;
  width: 100%;
  z-index: 0; }
  .video-gallery img {
    box-sizing: border-box;
    display: block;
    padding: 2em;
    width: 100%; }
  .video-gallery .vimeography-gallery[data-v-001ae780],
  .video-gallery .casino-video-gallery-container {
    margin: 0 auto; }
    @media only screen and (min-width: 992px) {
      .video-gallery .vimeography-gallery[data-v-001ae780],
      .video-gallery .casino-video-gallery-container {
        width: 768px; } }
    @media only screen and (min-width: 1200px) {
      .video-gallery .vimeography-gallery[data-v-001ae780],
      .video-gallery .casino-video-gallery-container {
        width: 992px; } }
    @media only screen and (min-width: 1440px) {
      .video-gallery .vimeography-gallery[data-v-001ae780],
      .video-gallery .casino-video-gallery-container {
        width: 1200px; } }
  .video-gallery .swiper-button-prev,
  .video-gallery .swiper-container-rtl,
  .video-gallery .swiper-button-next {
    background-image: url("images/spade_button.svg");
    opacity: 100%; }
  .video-gallery .swiper-button-next {
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1); }

/*--------------------------------------------------------------
## Video Gallery
--------------------------------------------------------------*/
.aboutUsTimeline__container {
  position: relative;
  width: 100%; }
  .aboutUsTimeline__container .carousel__arrow-button {
    color: #2a2d30; }

#aboutUsTimeline {
  display: block; }
  #aboutUsTimeline.slick-initialized .slick-slide {
    display: block; }

.timeline-post {
  align-items: center;
  display: flex;
  margin: 3rem;
  position: relative;
  height: 20rem; }

.timeline-post__img {
  bottom: 0;
  display: block;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  position: relative;
  transition: all .3s ease-in-out; }

.timeline-post__text {
  position: relative;
  transition: all .3s ease-in-out;
  width: 30rem; }
  @media only screen and (min-width: 768px) {
    .timeline-post__text {
      margin: auto; } }
  @media only screen and (min-width: 992px) {
    .timeline-post__text {
      width: 60rem; } }
  .timeline-post__text .timeline-post__h2 {
    font-family: "ChronicleDeck", Georgia, serif;
    font-size: 3em;
    text-align: center; }
    @media only screen and (min-width: 768px) {
      .timeline-post__text .timeline-post__h2 {
        font-size: 5em; } }
  .timeline-post__text .timeline-post__p {
    position: relative;
    text-align: center;
    width: 100%; }

.year-overlay {
  background-color: rgba(42, 45, 48, 0.5);
  display: table;
  height: 100%;
  position: absolute;
  top: 0;
  transition: all .3s ease-in-out;
  width: 100%;
  z-index: 300; }
  .year-overlay td {
    height: 100%;
    vertical-align: center; }
  .year-overlay .year-overlay__h5 {
    color: #ffffff;
    display: table-cell;
    margin: auto;
    text-align: center;
    text-shadow: 0px 2px 8px #000;
    vertical-align: middle; }

/*
 * Unique style for the active card
*/
.slick-current .timeline-post__img {
  -webkit-transform: scale(1.15);
          transform: scale(1.15); }

.slick-current .year-overlay {
  opacity: 0; }

/*
 * Other unique styles
*/
.timeline__hr {
  border-top: 2px solid rgba(42, 45, 48, 0.5);
  position: absolute;
  top: 15rem;
  width: 100%; }

/*# sourceMappingURL=maps/style.css.map */
