/*!
Theme Name: HPL
Theme URI: http://underscores.me/
Author: Gary Tietjen
Author URI: http://garyt.me
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: hpl
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
  box-sizing: border-box; }

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5; }

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both; }

p {
  margin-bottom: 1.5em; }

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

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

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

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

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

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

big {
  font-size: 125%; }

/* Elements
--------------------------------------------- */
body {
  background: #fff; }

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

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

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

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

dt {
  font-weight: 700; }

dd {
  margin: 0 1.5em 1.5em; }

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

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

figure {
  margin: 1em 0; }

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

/* Links
--------------------------------------------- */
a {
  color: #4169e1; }
  a:visited {
    color: #800080; }
  a:hover, a:focus, a:active {
    color: #191970; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

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

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

select {
  border: 1px solid #ccc; }

textarea {
  width: 100%; }

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%; }
  .main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0; }
    .main-navigation ul ul {
      box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
      float: left;
      position: absolute;
      top: 100%;
      left: -999em;
      z-index: 99999; }
      .main-navigation ul ul ul {
        left: -999em;
        top: 0; }
      .main-navigation ul ul li:hover > ul,
      .main-navigation ul ul li.focus > ul {
        display: block;
        left: auto; }
      .main-navigation ul ul a {
        width: 200px; }
    .main-navigation ul li:hover > ul,
    .main-navigation ul li.focus > ul {
      left: auto; }
  .main-navigation li {
    position: relative; }
  .main-navigation a {
    display: block;
    text-decoration: none; }

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

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none; }
  .main-navigation ul {
    display: flex; } }

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

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

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

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

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

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

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

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

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

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

.bypostauthor {
  display: block; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
  display: block; }

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

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

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

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

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

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

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

.site-main {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.25s linear;
  overflow: hidden;
  -webkit-animation: fadeIn 1.5s;
  /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadeIn 1.5s;
  /* Firefox < 16 */
  -ms-animation: fadeIn 1.5s;
  /* Internet Explorer */
  -o-animation: fadeIn 1.5s;
  /* Opera < 12.1 */
  animation: fadeIn 1.5s; }

/* Fading entrances  */
.slide-out .site-main {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s 0.25s, opacity 0.25s linear; }

.rankings_title {
  text-align: center; }

.entry-footer {
  position: fixed;
  bottom: 20px;
  right: 0; }

#rankings_table {
  max-width: 1000px;
  margin: 0 auto; }

.site-main .post-navigation {
  margin: 0 auto;
  max-width: 1000px; }

#buddypress {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0px 20px; }

.redarrow {
  margin-left: 10px;
  color: red; }

.greenarrow {
  margin-left: 10px;
  color: #8bc34a; }

.yellowline {
  margin-left: 10px;
  color: #ffc107; }

.redarrow i {
  margin-right: 5px; }

.greenarrow i {
  margin-right: 5px; }

.yellowline i {
  margin-right: 5px; }

/*th:nth-child(4){
	opacity: 0;
	width: 0 !important;
}*/
.navbutton i {
  margin: 0px 5px; }

.post-navigation {
  padding-bottom: 20px; }

.baseball-card {
  width: 348px;
  height: 500px;
  margin: 2em auto;
  perspective: 900px;
  display: none; }

.baseball-card article {
  width: 100%;
  height: 100%;
  border: solid 1px #CCC;
  transition: 1s;
  transform-style: preserve-3d;
  position: relative;
  border-radius: 3px;
  font-family: helvetica, arial, sans-serif; }

.baseball-card article.flipped {
  transform: rotateY(180deg); }

.front,
.back {
  width: 100%;
  height: 100%;
  cursor: pointer;
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  box-shadow: 2px 6px 15px rgba(0, 0, 0, 0.3); }

.front {
  background-color: #f8f8ee;
  z-index: 2;
  /* for firefox 31 */
  transform: rotateY(0deg); }

.back {
  box-sizing: border-box;
  background-color: #FF9088;
  transform: rotateY(180deg);
  padding: 0px; }

.player-photo {
  height: 86%;
  width: 86%;
  top: 10%;
  left: 7%;
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border: solid 1px #7d7c3c;
  border-radius: 10px;
  box-shadow: 0px 0px 0px 4px #ffff69, 0px 0px 0px 5px #7d7c3c; }

.position {
  margin: 0;
  padding: 0;
  position: absolute;
  color: white; }

.position-banner {
  position: absolute;
  display: block;
  top: 20px;
  left: 16px; }

.team-banner {
  position: absolute;
  display: block;
  bottom: 20px;
  right: 15px; }

.position {
  margin: 0;
  padding: 0;
  position: absolute;
  color: white;
  position: absolute;
  display: block;
  font-size: .65em;
  font-weight: bold;
  text-shadow: -1px -1px 0 #666, 1px -1px 0 #666, -1px 1px 0 #666, 1px 1px 0 #666;
  transform: rotate(-15deg);
  text-transform: uppercase;
  top: 39px;
  left: 23px;
  z-index: 1; }

.team {
  margin: 0;
  padding: 0;
  position: absolute;
  color: white;
  position: absolute;
  display: block;
  font-size: 10px;
  font-weight: bold;
  text-shadow: -1px -1px 0 #666, 1px -1px 0 #666, -1px 1px 0 #666, 1px 1px 0 #666;
  transform: rotate(-14deg);
  text-transform: uppercase;
  bottom: 52px;
  right: 21px;
  z-index: 1; }

.flex-grid {
  max-width: 100%; }

.flex-row {
  margin: 0;
  padding: 0;
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start; }

.flex-cell {
  order: 0;
  flex: 1 1 auto;
  align-self: stretch; }

.flex-cell.width-01 {
  flex: 0 0 8.3333333%; }

.flex-cell.width-02 {
  flex: 0 0 16.6666667%; }

.flex-cell.width-03 {
  line-height: 1.6em; }

.flex-cell.width-04 {
  flex: 0 0 33.33333333%; }

.flex-cell.width-05 {
  flex: 0 0 41.6666667%; }

.flex-cell.width-06 {
  flex: 0 0 50%; }

.flex-cell.width-07 {
  flex: 0 0 58.3333333%; }

.flex-cell.width-08 {
  flex: 0 0 66.6666667%; }

.flex-cell.width-09 {
  flex: 0 0 75%; }

.flex-cell.width-10 {
  flex: 0 0 83.3333333%; }

.flex-cell.width-11 {
  flex: 0 0 91.6666667%; }

.flex-cell.width-12 {
  flex: 0 0 100%; }

.text-right {
  text-align: right; }

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

.text-left {
  text-align: left; }

.back header {
  display: block;
  border: solid 3px rgba(0, 0, 0, 0.75);
  border-radius: 28px;
  position: relative;
  padding: 4px 0 6px 0;
  margin: 2px 10px 0px 10px;
  background-color: #e8e1c7; }

.card-number {
  position: absolute;
  top: -3px;
  left: -2px;
  border: solid 3px rgba(0, 0, 0, 0.75);
  border-radius: 50%;
  width: 50px;
  height: 50px;
  font-family: 'Roboto Condensed', sans-serif;
  text-align: center;
  margin: 0;
  padding: 0;
  line-height: .8em; }

.card-number:before {
  content: "HPL";
  display: block;
  font-weigth: bold;
  margin: .5em auto .1em auto;
  font-size: .75em; }

.header-grid {
  margin: 0 8px 0 54px; }

.header-player-name {
  text-transform: uppercase;
  font-size: 1.6em;
  margin: 0 !important;
  padding: 0;
  line-height: .9em;
  text-shadow: 0px 1px 2px rgba(255, 255, 255, 0.6); }

.back h2 {
  margin: 0; }

.header-player-position,
.header-player-team {
  font-weight: bold;
  text-transform: uppercase; }

.small-text {
  font-size: 0.62em; }

.bio {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 0.63em;
  text-align: justify;
  line-height: 1.05em;
  padding-bottom: .2em;
  padding-top: .2em;
  font-size: .8em;
  margin: 0.1em 10px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 1px 2px rgba(255, 255, 255, 0.3); }

.table-title {
  margin: 0 10px;
  text-transform: uppercase;
  font-size: .9em;
  border-bottom: solid 1px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 1px 2px rgba(255, 255, 255, 0.3); }

.player-stats {
  width: 320px;
  font-size: .66em;
  margin: 0 10px;
  border-collapse: collapse;
  max-height: 235px;
  height: 218px; }

.player-stats th,
.player-stats td {
  text-align: right;
  padding: 0.04em .01em;
  margin: 0;
  line-height: 10px; }

.player-stats thead tr th {
  border-bottom: solid 1px rgba(0, 0, 0, 0.6);
  padding-bottom: .4em;
  padding-top: .4em;
  box-shadow: 0px 1px 2px rgba(255, 255, 255, 0.3); }

.player-stats tbody tr:last-child td {
  border-bottom: solid 1px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 1px 2px rgba(255, 255, 255, 0.3); }

.player-stats tr th:first-child,
.player-stats tr td:first-child {
  font-weight: bold;
  text-align: left; }

.player-stats tr:first-child td {
  padding-top: .2em; }

.player-stats tr td:nth-child(2) {
  text-align: left; }

.player-stats thead tr th {
  font-weight: bold; }

.player-stats thead tr th:nth-child(2) {
  text-align: center; }

.player-stats tfoot tr {
  height: 17px; }

.trivia {
  position: absolute;
  bottom: 15px;
  right: 0px;
  margin: 0px 10px;
  min-height: 100px;
  background-color: #e8e1c7;
  font-family: 'Just Another Hand', cursive;
  text-transform: uppercase;
  border: solid 3px rgba(0, 0, 0, 0.75);
  border-radius: 28px;
  padding: .2em 1.2em;
  box-sizing: border-box;
  width: 330px; }

.question {
  display: block;
  font-weight: bold;
  font-style: italic;
  text-align: center;
  position: absolute;
  right: 9px;
  top: 9px;
  width: 194px;
  margin: 0;
  font-weight: bold;
  font-style: italic;
  text-align: center; }

.question:before {
  content: "Q.- "; }

.answer {
  margin: 0px;
  transform: rotate(-180deg);
  font-weight: bold;
  font-style: italic;
  display: inline-block;
  padding: 0;
  font-weight: bold;
  font-style: italic;
  text-align: center;
  position: absolute;
  bottom: 9px;
  right: 9px;
  width: 90px; }

.answer:before {
  content: "A.- "; }

#triviadude {
  position: absolute;
  bottom: 5px;
  left: 10px;
  z-index: 3; }

.printed {
  font-size: .7em;
  text-align: right;
  margin: .1em 0 0 0;
  position: absolute;
  bottom: 1px;
  right: 11px; }

@media (max-width: 35em) {
  /* uncomment out the line below if you don't want the sortable headers to show */
  /* css for reflow & reflow2 widgets */
  .ui-table-reflow td,
  .ui-table-reflow th {
    /* if not using the stickyHeaders widget (not the css3 version)
     * the "!important" flag, and "height: auto" can be removed */ }
  /* reflow widget only */ }

.bp-wrap {
  display: none; }

.activity {
  display: none !important; }

.bbcard {
  position: relative;
  width: 100%;
  max-width: 348px;
  height: 500px;
  margin: 2em auto;
  perspective: 900px; }

.bbfront,
.bbback {
  width: 100%;
  height: 100%;
  position: absolute;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 300ms;
  transition: -webkit-transform 300ms;
  transition: transform 300ms;
  transition: transform 300ms, -webkit-transform 300ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  border-radius: 5px; }

.bbfront {
  transform: rotateY(0deg);
  text-align: center;
  padding: 30px; }

.bbback {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  padding: 40px 15px; }

.bbcard:hover .bbfront {
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg); }

.bbcard:hover .bbback {
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg); }

.bbfront,
.bbback {
  width: 100%;
  height: 100%;
  cursor: pointer;
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  box-shadow: 2px 6px 15px rgba(0, 0, 0, 0.3); }

.bbfront {
  background-color: #f8f8ee;
  z-index: 2;
  /* for firefox 31 */
  transform: rotateY(0deg); }

.bbback {
  box-sizing: border-box;
  background-color: #FF9088;
  transform: rotateY(180deg);
  padding: 0px; }

.bbback header {
  display: block;
  border: solid 3px rgba(0, 0, 0, 0.75);
  border-radius: 28px;
  position: relative;
  padding: 8px 0 8px 0;
  margin: 2px 10px 0px 10px;
  background-color: #e8e1c7; }

.player-name {
  font-style: normal;
  color: #CF0000;
  font-weight: bold;
  font-size: 1.4em;
  top: 10px;
  position: absolute;
  right: 25px; }

@-webkit-keyframes spin {
  0% {
    background-position: 0, 0 0; }
  100% {
    background-position: 0, 0 -5640px; } }

/* machine border */
#machine {
  width: 580px;
  margin: auto;
  padding: 5px;
  overflow: hidden;
  background-color: #333;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#666666), to(#666666), color-stop(0.6, #333));
  border-radius: 10px; }

/* reel */
#machine > div {
  float: left;
  width: 100px;
  margin: 7px;
  height: 320px;
  background-color: #FFF;
  background-position: 0;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6)), color-stop(0.3, rgba(0, 0, 0, 0)), color-stop(0.7, rgba(0, 0, 0, 0))), url("https://cdn.huronpokerleague.com/wp-content/uploads/2020/07/08180809/s.png");
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 5px #000 inset; }

#machine > div:nth-of-type(2) {
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6)), color-stop(0.3, rgba(0, 0, 0, 0)), color-stop(0.7, rgba(0, 0, 0, 0))), url("https://cdn.huronpokerleague.com/wp-content/uploads/2020/07/08180817/o.png"); }

#machine > div:nth-of-type(3) {
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6)), color-stop(0.3, rgba(0, 0, 0, 0)), color-stop(0.7, rgba(0, 0, 0, 0))), url("https://cdn.huronpokerleague.com/wp-content/uploads/2020/07/08180815/r.png"); }

#machine > div:nth-of-type(4) {
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6)), color-stop(0.3, rgba(0, 0, 0, 0)), color-stop(0.7, rgba(0, 0, 0, 0))), url("https://cdn.huronpokerleague.com/wp-content/uploads/2020/07/08180815/r.png"); }

#machine > div:nth-of-type(5) {
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6)), color-stop(0.3, rgba(0, 0, 0, 0)), color-stop(0.7, rgba(0, 0, 0, 0))), url("https://cdn.huronpokerleague.com/wp-content/uploads/2020/07/08180812/y.png"); }

#play button {
  margin: 20px auto;
  text-align: center;
  display: block;
  padding: 5px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  color: #000;
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#CCC), to(#999));
  -webkit-box-shadow: 0 0 5px #000;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  text-shadow: 0 1px 1px #FFF; }

#rankings_table th:nth-child(5), #rankings_table td:nth-child(5) {
  display: none; }

#rankings_table th:nth-child(6), #rankings_table td:nth-child(6) {
  display: none; }

#rankings_table th:nth-child(7), #rankings_table td:nth-child(7) {
  display: none; }

#user_stats table {
  border-collapse: collapse; }

#user_stats {
  font-size: 9px;
  text-align: center;
  padding: 2px; }

#user_stats tr td {
  padding: 10px 0px; }

#user_stats tr:last-of-type {
  font-weight: bold;
  border-bottom: 1px solid; }

#public-personal-li {
  display: none; }

.tooltip {
  width: 150px;
  position: relative;
  left: 0;
  right: 0;
  margin: 0 auto;
  /* top: 50%; */
  /* left: 50%; */
  /* transform: translate(-50%, -50%); */
  background: white;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.3); }
  .tooltip__arrow {
    width: 50px;
    height: 25px;
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%) rotate(180deg);
    overflow: hidden; }
    .tooltip__arrow::after {
      content: "";
      position: absolute;
      width: 20px;
      height: 20px;
      background: white;
      transform: translateX(-50%) translateY(-50%) rotate(45deg);
      top: 0;
      left: 50%;
      box-shadow: 1px 1px 15px 0px rgba(0, 0, 0, 0.3); }

.tooltip_content {
  text-align: center;
  padding: 10px; }

#change-avatar-personal-li {
  position: absolute;
  left: 0;
  right: 0;
  width: 250px;
  margin: 0 auto !important;
  text-align: center;
  background-color: #6E80E4;
  border-radius: 5px; }

.change-avatar #change-avatar-personal-li {
  display: none !important; }

.change-avatar #bp-avatar-delete {
  display: none !important; }

.change-avatar .bp-avatar-status {
  display: none; }

.change-avatar .profile {
  text-align: center; }

a#change-avatar {
  color: #FFFFFF;
  font-size: 20px; }

a#change-avatar::before {
  content: "\f083";
  font-family: "Font Awesome 5 Pro";
  font-weight: 100;
  /*--adjust as necessary--*/
  margin-right: 10px;
  text-indent: 0;
  display: inline-block;
  line-height: initial; }

#members-dir-search {
  display: none; }

.legend {
  position: absolute;
  bottom: 0;
  font-size: 10px;
  font-weight: bold;
  padding: 10px; }

.bookshelf {
  width: 900px;
  margin: 5rem auto;
  text-align: center;
  position: relative; }

.book-grid {
  z-index: 2;
  position: relative;
  -webkit-transform: translateY(-15px);
  transform: translateY(-15px); }

.book-grid ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr); }

.book-grid ul li {
  justify-self: center; }

.book-grid ul img {
  display: block;
  box-shadow: 0px -5px 20px 2px rgba(0, 0, 0, 0.3);
  width: 200px;
  height: 300px;
  -o-object-fit: cover;
  object-fit: cover; }

.shelf-shadows {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1rem;
  border-radius: 2px;
  z-index: 1;
  box-shadow: 0px -5px 3px 0px rgba(170, 170, 170, 0.2), 0px 15px 20px 0px rgba(170, 170, 170, 0.7), 0px 5px 5px 0px rgba(119, 119, 119, 0.3); }

.shelf {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1rem;
  background-color: #f9f9f9;
  border-radius: 2px;
  z-index: 3; }

#rankingbtn {
  background-color: transparent;
  border: none; }

#rankingbtn a {
  text-decoration: none;
  color: #000000; }

#rankingbtn span {
  opacity: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
  overflow: hidden; }

#rankingbtn:hover span {
  opacity: 1; }

.rankings_nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  /* justify-content: space-between; */
  justify-content: center; }

.tilt-card {
  min-height: 250px;
  position: relative;
  width: 100%;
  background-color: #fff;
  margin-bottom: 1.6rem;
  transform-style: preserve-3d;
  transition: all 0.3s ease;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3.2rem 1.6rem;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.06), 0 6px 6px rgba(0, 0, 0, 0.09); }

.tilt-card .tilt-card__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  opacity: 0; }

.tilt-card .tilt-card__inner {
  transform: translateZ(20px); }

.tilt-card .tilt-card__inner .tilt-card__icon {
  height: 75px;
  width: 75px;
  margin: 0 auto;
  background-color: #3457C9;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  color: #fff;
  align-items: center;
  transition: all 0.3s ease;
  z-index: 1; }

.tilt-card .tilt-card__inner .tilt-card__title {
  font-weight: 900;
  color: #5c5c5c;
  text-align: center;
  margin: 1.6rem auto;
  font-family: "Lato", sans-serif; }

.tilt-card .tilt-card__inner .tilt-card__text {
  text-align: center;
  color: #adadad;
  margin: 0;
  line-height: 1.45;
  font-family: "Lato", sans-serif; }

.tilt-card:hover {
  z-index: 3;
  background-color: #3457C9;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.4); }

.tilt-card:hover .tilt-card__bg {
  opacity: 0.2;
  cursor: pointer; }

.tilt-card:hover .tilt-card__inner {
  color: #f0f0f0; }

.tilt-card:hover .tilt-card__inner .tilt-card__icon {
  background-color: #f0f0f0;
  color: #3457C9; }

.tilt-card:hover .tilt-card__inner .tilt-card__title {
  color: #fff; }

.tilt-card:hover .tilt-card__inner .tilt-card__text {
  color: rgba(255, 255, 255, 0.9); }

#play_button_submit {
  display: none; }

#btn-submit {
  display: none; }

#signout_button_submit {
  display: none; }

.play_card, .cashout_card, .signout_card {
  cursor: pointer; }

.control-group {
  position: relative; }

.control-group input + label {
  background: #fff;
  border-left: 5px solid #f0f0f0;
  color: #8c8c8c;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  left: 0;
  padding: 2px 11px 3px 6px;
  position: absolute;
  top: 5px;
  transition-duration: 500ms;
  transition-property: background, border-color, color, padding, top, left; }

.control-group input {
  -webkit-appearance: none;
  appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  border: 5px solid #f0f0f0;
  background: #fff;
  border-radius: 0;
  color: #222;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-weight: 600;
  outline: none;
  padding: 22px 12px 7px 12px;
  transition-duration: 500ms;
  transition-property: border-color, padding-top, padding-bottom;
  width: 100%; }

.control-group input::placeholder {
  color: #9c9c9c;
  font-weight: 400; }

.control-group input:focus {
  border-color: #2d9ae3;
  padding-top: 13px;
  padding-bottom: 16px; }

.control-group input:focus + label {
  background: #2d9ae3;
  border-color: #2d9ae3;
  color: #fff;
  top: -21px; }

.login-form-container {
  max-width: 300px;
  margin: 0 auto; }
  .login-form-container input {
    margin-bottom: 25px; }
  .login-form-container input::placeholder {
    display: none !important;
    opacity: 0; }
  .login-form-container input[type="submit"] {
    width: 100%;
    background: #2d9ae3;
    padding: 15px;
    font-weight: 600;
    color: white; }
