/*!
Theme Name: drifters
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: drifters
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 with others.

drifters 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
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## 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;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #b3b3b3;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-style: normal;
  clear: both;
  line-height: 1.2em;
  color: #fff;
}

p {
  font-size: 1rem;
  margin-bottom: 1.5em;
}

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

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

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

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

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

big {
  font-size: 125%;
}

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

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

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: 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 {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# 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);
  font-size: 12px;
  font-size: 0.75rem;
  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%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #0475cc;
}
a:visited {
  color: #0475cc;
}
a:hover, a:focus, a:active {
  color: #fff;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  display: block;
  float: left;
  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 {
  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;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

.sub-menu {
  background: #fff;
}
.sub-menu a {
  margin-right: 0 !important;
  padding: 10px;
  font-size: 1em !important;
  border-bottom: 1px solid #eee;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
}

.sub-menu {
  width: 100%;
}
.sub-menu a {
  width: 100% !important;
}

.menu-item-has-children {
  position: relative;
  margin-right: 18px;
}

.menu-item-has-children::before {
  border-style: solid;
  border-width: 2px 2px 0 0;
  border-color: #c1c1c1;
  content: "";
  display: inline-block;
  height: 0.45em;
  right: 0em;
  position: absolute;
  top: 0.66em;
  width: 0.45em;
  transform: rotate(135deg);
}

@media screen and (min-width: 54em) {
  .menu-toggle {
    display: none;
  }

  .main-navigation ul {
    display: block;
  }

  .sub-menu {
    width: 200px !important;
  }
  .sub-menu li, .sub-menu a {
    width: 100% !important;
  }
}
.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: #f1f1f1;
  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;
}

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

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.content-area {
  float: right;
  margin: 0 0 0 -33%;
  width: 100%;
}

.site-main {
  margin: 0 0 0 33%;
}

.site-content .widget-area {
  float: left;
  overflow: hidden;
  width: 33%;
}

.site-footer {
  clear: both;
  width: 100%;
}

.no-sidebar .content-area {
  float: none;
  margin-left: auto;
  margin-right: auto;
}
.no-sidebar .site-main {
  margin-left: 16.5%;
  margin-right: 16.5%;
}

.site-main.full-page {
  margin-left: 0;
  margin-right: 0;
}

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

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

.post figure,
.page figure,
.single figure {
  width: 100% !important;
  max-width: 100%;
  position: relative;
}
.post figure a,
.page figure a,
.single figure a {
  display: block;
  width: 100%;
  margin-bottom: 0;
}
.post figure a img,
.page figure a img,
.single figure a img {
  display: block;
}
.post figure figcaption,
.page figure figcaption,
.single figure figcaption {
  font-size: 0.9rem;
  color: #e0e0e0;
  text-shadow: 0 0 4px #000;
  position: absolute;
  right: 1rem;
  bottom: 1.2rem;
}
.post figure figcaption a,
.page figure figcaption a,
.single figure figcaption a {
  display: inline !important;
  color: #e0e0e0;
}

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

/*--------------------------------------------------------------
   Layout
--------------------------------------------------------------*/
.aga-container {
  width: 100%;
  display: flex !important;
  flex-wrap: wrap;
}

.col-padding {
  padding: 15px;
}

.col1 {
  width: 8.33%;
}

.col2 {
  width: 16.66%;
}

.col3 {
  width: 24.99%;
}

.col4 {
  width: 33.32%;
}

.col5 {
  width: 41.65%;
}

.col6 {
  width: 49.98%;
}

.col7 {
  width: 58.31%;
}

.col8 {
  width: 66.64%;
}

.col9 {
  width: 74.97%;
}

.col10 {
  width: 83.3%;
}

.col11 {
  width: 91.63%;
}

.col12 {
  width: 100%;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

p:empty, div:empty {
  display: none;
}

.grow {
  transition: all 0.2s ease-in-out;
}

.grow:hover {
  transform: scale(1.1);
  z-index: 999;
}

.max-width {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 40px;
  position: relative;
  display: flow-root;
}

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

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
## AGA Styles
--------------------------------------------------------------*/
/*embed, iframe, object {
  width: 100%;
}*/
.page {
  margin: 0;
}

.max-width .max-width {
  padding: 0;
}

.site {
  overflow: hidden;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

.site-content {
  flex: 1;
}

.site-title {
  background-image: radial-gradient(circle, #0079ee, #0032a8, #001851);
  background-position: top center;
  background-size: cover;
}

a {
  transition: color 0.2s ease-out;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.content-area ul {
  margin-left: 0em;
}
.content-area ul li {
  margin-bottom: 1em;
}

.aga-tag {
  float: left;
  margin: 0 4px 4px 0;
  background: #444;
  font-family: "Oswald", sans-serif;
  color: #fff;
  font-size: 0.8em;
  text-decoration: none;
  padding: 2px 8px;
  border-radius: 3px;
}

.aga-tag:visited, .aga-tag:hover {
  color: #fff;
}

.costume-table img {
  max-height: 100px;
}

.pop {
  display: block;
  overflow: auto;
  width: 100%;
  margin: 1.5rem 0;
}

table {
  border-collapse: separate !important;
  border-spacing: 1px !important;
}
table th {
  text-align: left;
  color: #fff;
  background-color: #323232;
}
table tr {
  margin: 0;
}
table th, table td {
  padding: 4px 8px;
  font-size: 1rem;
}
table td {
  background-color: #222;
}
table tr:hover td {
  background-color: #323232 !important;
}

.easy-table th, .easy-table td {
  border: none !important;
  margin: 1px;
  line-height: 1.5 !important;
}

.banned-costumes img {
  max-height: 100px;
}

.fluid-width-video-wrapper {
  margin: 1.5rem 0;
}

.entry-content ul, .entry-content ol, .entry-content li > ul, .entry-content li > ol {
  margin-top: 1rem;
  margin-left: 0em;
}
.entry-content li {
  font-size: 1rem;
  margin-bottom: 1rem;
}
.entry-content .table-responsive {
  border: none !important;
  margin: 1rem 0;
}

.table-regions tr td:first-child, .table-regions tr th:first-child {
  width: 140px;
}
.table-regions tr td:nth-child(2), .table-regions tr th:nth-child(2) {
  width: 200px;
}

.wpcf7 {
  max-width: 600px;
}
.wpcf7 input, .wpcf7 textarea {
  margin: 0.5rem 0 0rem;
  width: 100%;
}
.wpcf7 input.wpcf7-file {
  font-size: 1rem;
}
.wpcf7 input.wpcf7-submit {
  width: auto;
}
.wpcf7 .wpcf7-select {
  margin: 0.5rem 0 0rem;
  color: #444;
}
.wpcf7 .wpcf7-select option {
  color: #444;
}
.wpcf7 .accept-this .wpcf7-list-item {
  margin: 0;
}
.wpcf7 .accept-this input {
  width: auto !important;
  margin-right: 10px;
}

.wp-block-table td {
  border: none !important;
}

.wp-block-table tr:first-of-type td {
  color: #fff;
  background-color: #323232;
  font-weight: 700;
}

/*bumper override*/
.xwl_pop_win_hdr {
  background: #004099 !important;
  border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 3px 3px 0 0;
  border: solid #0088CC 1px;
  border-bottom: none !important;
  color: #fff !important;
  font-family: Oswald, "sans serif" !important;
  font-weight: 700 !important;
  font-size: 1.5rem !important;
  padding: 10px !important;
}

.xwl_pop_win_hdr div {
  display: block !important;
}

.xwl_pop_win_body {
  padding: 10px !important;
  height: 176px !important;
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 0px 0px 5px 5px;
  -moz-border-radius: 0px 0px 5px 5px;
  -webkit-border-radius: 0px 0px 5px 5px;
}

.xwl_pop_win_body p {
  font-size: 18px;
}

.xwl_pop_win_body button {
  font-family: "Oswald", sans-serif;
  background: #666 !important;
  border: none !important;
  border-radius: 5px;
  font-size: 1rem;
}

.xwl_pop_win_body button.xwl_affirm {
  background: #0188CC !important;
}

.xwl_pop_win_body button:hover {
  color: #fff !important;
}

.wl_pop_overlay {
  display: block !important;
}

/* ---------------
  BREAKPOINTS
--------------- */
@media screen and (max-width: 960px) {
  #primary, #main {
    margin: 0;
    float: none;
  }

  #secondary {
    width: 100%;
    float: none;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .max-width {
    padding: 0 1rem;
  }
}
.site-header {
  background: #0475cc;
  z-index: 2;
  position: relative;
  /* Code for WPML language selector */
  /* WP Search Form */
}
.site-header .max-width {
  display: flex;
  align-items: center;
}
.site-header .site-branding {
  position: absolute;
  top: -10px;
  left: 10px;
}
.site-header .main-navigation {
  display: inline-block;
  float: left;
}
.site-header .partners {
  max-width: 120px;
  margin: 16px 0 16px 16px;
  float: right;
}
.site-header .widget_icl_lang_sel_widget {
  height: auto;
}
.site-header .widget_icl_lang_sel_widget a {
  border-radius: 3px !important;
  background-color: #061b5f !important;
  color: #b1b1b2 !important;
  border-color: #124d77 !important;
}
.site-header .widget_icl_lang_sel_widget a:visited {
  color: #b1b1b2 !important;
}
.site-header .widget_icl_lang_sel_widget a:hover {
  background-color: #00208d !important;
  color: #fff !important;
}
.site-header .widget_icl_lang_sel_widget ul ul {
  border: none !important;
  border-top: 1px solid #124d77 !important;
  border-radius: 0 !important;
}
.site-header .widget_icl_lang_sel_widget:hover a {
  background-color: #fff !important;
  color: #444 !important;
}
.site-header .wpml-ls-statics-shortcode_actions {
  background: none;
}
.site-header .wpml-ls-native {
  font-size: 12px;
}
.site-header .wpml-ls-legacy-dropdown a {
  padding: 4px 10px;
}
.site-header .wpml-ls-legacy-dropdown {
  width: 198px;
}
.site-header .language-selector {
  height: 27px;
}
.site-header .wpml-ls-sub-menu .wpml-ls-item a {
  border-color: #999 !important;
}
.site-header .search-form {
  margin-top: -4px;
}
.site-header .search-form .search-field {
  font-family: "Oswald", sans-serif;
  font-size: 0.8rem;
  background-color: #061b5f;
  border-color: #124d77;
  padding: 3px 8px;
}
.site-header .search-form .search-field:hover, .site-header .search-form .search-field:focus {
  background-color: #fff !important;
}
.site-header .search-form label {
  margin: 0;
}
.site-header .search-submit {
  font-family: "Oswald", sans-serif;
  background-color: #061b5f !important;
  border: 1px solid #124d77 !important;
  border-radius: 3px !important;
  display: inline-block !important;
  cursor: pointer !important;
  color: #b1b1b2 !important;
  font-size: 0.8rem !important;
  padding: 0 !important;
  height: 27px !important;
  text-decoration: none !important;
  text-shadow: none !important;
}
.site-header .search-submit:hover {
  background-color: #0475cc !important;
  color: #fff !important;
}
.site-header .search-submit:active {
  position: relative;
  top: 1px;
}

.aga-navigation-wrapper {
  width: 100%;
  border-top: 1px solid #19a3ff;
  border-bottom: 1px solid #19a3ff;
  content: "";
  display: table;
  table-layout: fixed;
}

.main-navigation {
  padding-left: 130px;
}
.main-navigation ul li a {
  font-family: "Oswald", sans-serif;
  color: #fff;
  font-size: 1.25rem;
  /*text-transform: uppercase;*/
  padding: 8px 16px;
  border-left: 1px solid #19a3ff;
  border-right: 1px solid #1a4a6a;
}
.main-navigation ul li a:hover {
  background-color: #19a3ff;
  text-decoration: none;
}

.post-navigation .nav-links {
  display: flex;
  flex-wrap: wrap;
}
.post-navigation .nav-previous, .post-navigation .nav-next {
  padding: 16px 24px;
  position: relative;
  transition: background-color 0.2s ease-out;
  display: flex;
  align-items: center;
}
.post-navigation .nav-previous a, .post-navigation .nav-next a {
  color: #ddd;
  text-decoration: none;
  display: block;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.post-navigation .nav-previous:hover, .post-navigation .nav-next:hover {
  background: #000;
}
.post-navigation .nav-previous {
  padding-left: 60px;
}
.post-navigation .nav-previous::after {
  content: "";
  display: inline-block;
  border-right: 4px solid #ddd;
  border-bottom: 4px solid #ddd;
  width: 24px;
  height: 24px;
  transform: rotate(-225deg);
  position: absolute;
  top: 50%;
  margin-top: -12px;
  left: 24px;
}
.post-navigation .nav-next {
  padding-right: 60px;
}
.post-navigation .nav-next::after {
  content: "";
  display: inline-block;
  border-right: 4px solid #ddd;
  border-bottom: 4px solid #ddd;
  width: 24px;
  height: 24px;
  transform: rotate(-45deg);
  position: absolute;
  top: 50%;
  margin-top: -12px;
  right: 24px;
}

.nav-menu {
  overflow: auto;
  border-right: 1px solid #19a3ff;
  border-left: 1px solid #1a4a6a;
}

.menu-toggle {
  background: transparent;
  border: none;
  color: #ddd;
  border-radius: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  float: right;
}
.menu-toggle .fa {
  font-size: 1.5rem !important;
}

.aga-utilities-wrapper {
  background: #061b5f;
  padding: 6px 0 3px 130px;
}

.aga-utilities {
  content: "";
  display: table;
  table-layout: fixed;
}

.social-links {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.social-links li {
  display: block;
  float: left;
  margin: 0 6px 0 0;
}
.social-links li:last-of-type {
  margin: 0;
}
.social-links .social-icon {
  background: url(images/social-outline.gif);
  width: 26px;
  height: 26px;
  display: block;
}
.social-links .social-icon.facebook {
  background-position: 0 0;
}
.social-links .social-icon.twitter {
  background-position: -26px 0;
}
.social-links .social-icon.youtube {
  background-position: -52px 0;
}
.social-links .social-icon.mixer {
  background-position: -78px 0;
}
.social-links .social-icon.twitch {
  background-position: -104px 0;
}
.social-links .social-icon.facebook:hover {
  background-position: 0 -26px;
}
.social-links .social-icon.twitter:hover {
  background-position: -26px -26px;
}
.social-links .social-icon.youtube:hover {
  background-position: -52px -26px;
}
.social-links .social-icon.mixer:hover {
  background-position: -78px -26px;
}
.social-links .social-icon.twitch:hover {
  background-position: -104px -26px;
}

/* ---------------
  BREAKPOINTS
--------------- */
@media screen and (max-width: 1200px) {
  .main-navigation ul li a {
    font-weight: 400;
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .post-navigation {
    margin: 0 -20px;
  }
  .post-navigation .nav-next, .post-navigation .nav-previous {
    float: none;
    width: 100%;
  }
  .post-navigation .nav-previous {
    border-bottom: 1px solid #666;
  }
}
@media screen and (max-width: 54em) {
  .site-header .max-width {
    /*overflow: hidden;*/
  }
  .site-header .site-branding, .site-header .partners {
    /*float: right;*/
    position: absolute;
    top: 0;
    left: 0;
  }
  .site-header .site-branding {
    left: 10px;
  }
  .site-header .partners {
    left: 80px;
  }

  .main-navigation {
    width: 100%;
  }
  .main-navigation .menu-global-nav-container .nav-menu {
    margin-top: 60px;
  }
  .main-navigation ul li {
    float: none;
  }
  .main-navigation ul li a {
    width: 100%;
    border-top: 1px solid #eee;
    text-align: center;
    padding: 8px;
  }

  .main-navigation {
    padding-left: 0;
  }

  .menu-primary-nav-container {
    clear: both;
    width: 100%;
  }

  .main-navigation ul li a {
    border-top: 1px solid #19a3ff;
    border-left: none;
    border-right: none;
    text-align: left;
    padding: 8px 16px;
  }
}
@media screen and (max-width: 667px) {
  .site-header .social-links {
    display: none;
  }

  .aga-utilities {
    width: 100%;
    padding: 0 6px;
  }
  .aga-utilities .widget {
    float: none !important;
    margin: 0 6px 3px;
    width: 100%;
  }

  .site-header .wpml-ls-legacy-dropdown {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .post-navigation a {
    font-size: 0.8em;
  }
}
.entry-header {
  position: relative;
}
.entry-header .post-categories {
  margin: 0;
  padding: 0 0 40px;
  list-style-type: none;
}
.entry-header .post-categories a {
  float: left;
  margin: 0 4px 4px 0;
  background: #444;
  font-family: "Oswald", sans-serif;
  color: #fff;
  font-size: 0.9em;
  text-decoration: none;
  padding: 4px 16px;
  border-radius: 16px;
}
.entry-header .entry-meta {
  position: absolute;
  width: 180px;
  top: 0;
  left: -220px;
  padding-right: 40px;
  padding-bottom: 2.5rem;
  border-right: 1px solid #444;
  color: #c1c1c1;
}
.entry-header .entry-meta h4 {
  margin: 0 0 0.2em;
}
.entry-header .entry-meta .date {
  font-size: 0.9rem;
}
.entry-header .entry-meta a {
  float: left;
  margin: 4px 4px 4px 0;
  padding: 4px 16px;
  background: #c1c1c1;
  font-family: "Oswald", sans-serif;
  color: #fff;
  font-size: 0.9em;
  text-decoration: none;
  border-radius: 16px;
}

.tags a {
  float: right;
  font-size: 0.9rem;
  font-family: "Oswald", sans-serif;
  margin: 0px 4px 4px 0;
  padding: 4px 16px;
  background: #c1c1c1;
  color: #fff;
  text-decoration: none;
}
.tags a:hover {
  text-decoration: none;
}

.tag {
  font-size: 0.9rem !important;
  font-family: "Oswald", sans-serif !important;
}

.entry-content figure, .wp-block-image, .wp-block-table {
  max-width: none;
  position: relative;
}
.entry-content figure img, .wp-block-image img, .wp-block-table img {
  width: 100%;
  border-radius: 8px;
}

.entry-content {
  margin-top: 0;
}

.single .entry-content a {
  display: inline-block;
}
.single .site-main {
  padding: 5rem 0;
}

h1.entry-title {
  font-size: 2.25em;
  line-height: 1.25em;
  text-transform: uppercase;
  margin-bottom: 0em;
}

.site-title img {
  width: 100%;
  display: block;
  margin: 0;
  margin: 0;
}

.wp-block-table {
  /*border: 1px solid #ddd;*/
  width: 140%;
  overflow-x: auto;
}
.wp-block-table td {
  border-bottom: 1px solid #eee;
}
.wp-block-table tr:first-of-type td {
  border-bottom: 2px solid #7e7e7e;
}
.wp-block-table tr:last-of-type td {
  border-bottom: none;
}

.post-img-container {
  margin-bottom: 2rem;
}

/* ---------------
  BREAKPOINTS
--------------- */
@media screen and (max-width: 1200px) {
  .site-title img {
    margin: 0 0 -120px;
  }

  .entry-header .entry-meta {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  .site-title img {
    margin: 0;
  }

  .type-post {
    margin: 40px 0 !important;
    padding: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .no-sidebar .site-main {
    margin: 0;
  }

  .entry-content figure, .wp-block-image, .wp-block-table {
    margin: 55px 0px 40px;
  }

  .wp-block-table {
    width: 100%;
  }

  .tags a {
    float: left;
  }

  .single .site-main {
    padding: 1.5rem 0;
  }

  .type-post {
    margin: 0 !important;
  }
}
@media screen and (max-width: 677px) {
  h1.entry-title {
    font-size: 1.5em;
  }
}
.page .site-title h1 {
  font-size: 5rem;
  text-align: left;
  padding: 10rem 0 0;
  margin: 0;
  line-height: 0.9em;
  text-shadow: none;
}
.page .entry-content {
  padding: 40px 0;
}

.page .site-title h1, .blog .site-title h1, .archive .site-title h1 {
  font-size: 5rem;
  text-align: left;
  padding: 10rem 0 0;
  margin: 0;
  line-height: 0.9em;
  text-shadow: none;
}

/* ---------------
  BREAKPOINTS
--------------- */
@media screen and (max-width: 767px) {
  .page .site-title h1, .blog .site-title h1, .archive .site-title h1 {
    font-size: 4rem;
    padding: 6rem 0 0;
  }
}
.widget-area {
  padding-right: 60px;
  padding-top: 60px;
}
.widget-area .widget {
  margin-bottom: 2.5em;
}
.widget-area .widget-title {
  text-transform: uppercase;
}
.widget-area ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.widget-area ul a {
  text-decoration: none;
  font-family: "Oswald", sans-serif;
  color: #c1c1c1;
  padding: 4px 0;
  margin: 4px 0;
  display: block;
}
.widget-area ul a:hover {
  text-decoration: underline;
}

.widget_recent_entries ul li {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #444;
}
.widget_recent_entries li:last-of-type {
  border-bottom: none;
}
.widget_recent_entries .post-date {
  font-family: "Oswald", sans-serif;
  color: #c1c1c1;
}

.widget_search .search-field {
  width: 70%;
}
.widget_search .search-submit {
  width: 24%;
  height: 32px;
  background: #444;
  color: #fff;
  border: none;
}

/*--------------------------------------------------------------
   Media Styles
--------------------------------------------------------------*/
@media screen and (max-width: 667px) {
  .widget_search .search-field {
    width: 73%;
  }
  .widget_search .search-submit {
    width: 25%;
  }
}
@media screen and (max-width: 480px) {
  .widget_search .search-field {
    width: 72%;
  }
  .widget_search .search-submit {
    width: 24%;
  }
}
.site-footer {
  background: #000;
  color: #666;
  padding: 40px 0;
  font-size: 0.8em;
}
.site-footer a {
  color: #666;
  text-decoration: underline;
}
.site-footer .widget {
  margin: 0;
}
.site-footer .widget-title {
  display: none;
}
.site-footer p {
  margin: 0;
}
.site-footer .ssnav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  overflow: auto;
}
.site-footer .ssnav ul li {
  float: left;
  display: block;
  margin-right: 6px;
}
.site-footer .aga-esrb {
  float: right;
  margin-left: 8px;
}
.site-footer .aga-esrb a {
  display: block;
}

.aga-utilities-footer {
  background: #061b5f;
  padding: 1rem 0;
  display: none;
}
.aga-utilities-footer .aga-utilities {
  padding: 0;
}
.aga-utilities-footer .widget_icl_lang_sel_widget, .aga-utilities-footer .widget_search {
  display: none;
}

/* ---------------
  BREAKPOINTS
--------------- */
@media screen and (max-width: 767px) {
  .site-footer .esrb {
    float: left;
    clear: both;
    margin-top: 1.5rem;
  }
  .site-footer .aga-esrb {
    margin: 0 8px 0 0;
  }
}
@media screen and (max-width: 667px) {
  .aga-utilities-footer {
    display: block;
  }
}
.banner-lightgray {
  background: #ddd;
}

.banner-darkgray {
  background: #444;
}

.full-width-banner {
  padding-left: 600px;
  padding-right: 600px;
  margin-left: -600px;
  margin-right: -600px;
  position: relative;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.full-width-banner::after {
  content: "";
  clear: both;
  display: table;
}

.full-width-banner.flat-top {
  padding-top: 0;
}

.full-width-banner.flat-bottom {
  padding-bottom: 0;
}

.banner-partners, .banner-news, .banner-tour-structure {
  padding-top: 40px;
  padding-bottom: 40px;
}

.banner-partners {
  background: #fff;
}

.banner-news {
  background: green;
}

.banner-tour-structure {
  background: #444;
}

.post-navigation-banner {
  background: #444;
  display: none;
}

/* Homepage */
.banner-news {
  background: url("images/bg-laura-gray.jpg") no-repeat center center #bfbfbf;
}

.banner-tour-structure {
  background: url("images/bg-balrog-blue.jpg") no-repeat center center #001851;
}

.banner-bg {
  background-color: #161619;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.banner-bg p {
  color: #e0e0e0;
}

.banner-bg.akuma {
  background-image: url("images/banners/bg-akuma.jpg");
}

.banner-bg.alex {
  background-image: url("images/banners/bg-alex.jpg");
}

.banner-bg.balrog {
  background-image: url("images/banners/bg-balrog.jpg");
}

.banner-bg.birdie {
  background-image: url("images/banners/bg-birdie.jpg");
}

.banner-bg.cammy {
  background-image: url("images/banners/bg-cammy.jpg");
}

.banner-bg.chunli {
  background-image: url("images/banners/bg-chunli.jpg");
}

.banner-bg.dhalsim {
  background-image: url("images/banners/bg-dhalsim.jpg");
}

.banner-bg.ed {
  background-image: url("images/banners/bg-ed.jpg");
}

.banner-bg.fang {
  background-image: url("images/banners/bg-fang.jpg");
}

.banner-bg.guile {
  background-image: url("images/banners/bg-guile.jpg");
}

.banner-bg.ibuki {
  background-image: url("images/banners/bg-ibuki.jpg");
}

.banner-bg.juri {
  background-image: url("images/banners/bg-juri.jpg");
}

.banner-bg.karin {
  background-image: url("images/banners/bg-karin.jpg");
}

.banner-bg.ken {
  background-image: url("images/banners/bg-ken.jpg");
}

.banner-bg.kolin {
  background-image: url("images/banners/bg-kolin.jpg");
}

.banner-bg.laura {
  background-image: url("images/banners/bg-laura.jpg");
}

.banner-bg.necalli {
  background-image: url("images/banners/bg-necalli.jpg");
}

.banner-bg.rashid {
  background-image: url("images/banners/bg-rashid.jpg");
}

.banner-bg.rmika {
  background-image: url("images/banners/bg-rmika.jpg");
}

.banner-bg.ryu {
  background-image: url("images/banners/bg-ryu.jpg");
}

.banner-bg.urien {
  background-image: url("images/banners/bg-urien.jpg");
}

.banner-bg.zangief {
  background-image: url("images/banners/bg-zangief.jpg");
}

.banner-bg.twitter {
  background: url("images/banners/bg-twitter-black.jpg") no-repeat center center;
  background-size: auto 100%;
}
.banner-bg.twitter .widgettitle {
  display: none;
}

.widget-do-etfw {
  max-width: 50%;
}

.black {
  background-color: #161619;
}

.light-text {
  color: #e0e0e0;
  font-weight: 700;
}

.dark-text {
  color: #303030;
  font-weight: 700;
}

/* ---------------
  BREAKPOINTS
--------------- */
@media screen and (max-width: 960px) {
  .widget-do-etfw {
    max-width: 100%;
  }

  .full-width-banner {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.post-preview {
  display: flex;
  flex-wrap: wrap;
}
.post-preview .post-image {
  width: 100%;
  margin-bottom: 8px;
}
.post-preview .post-content {
  width: 100%;
}
.post-preview .post-content .tag-category {
  display: inline-block;
  background: #444;
  margin-right: 6px;
}
.post-preview .entry-meta {
  margin: 0.75em 0;
}
.post-preview .entry-header a, .post-preview .entry-header a:visited {
  color: #444;
}
.post-preview .entry-header a:hover {
  color: #fff;
  /*text-decoration: none;*/
}
.post-preview .featured-image {
  position: relative;
}
.post-preview .featured-image .post-thumbnail {
  border-radius: 6px;
  overflow: hidden;
}
.post-preview .featured-image .post-thumbnail img {
  transition: all 0.4s ease-in-out;
}
.post-preview .featured-image .post-thumbnail:hover img {
  transform: scale(1.1);
  /* Equal to scaleX(0.7) scaleY(0.7) */
}
.post-preview .featured-image a, .post-preview .featured-image img {
  display: block;
}
.post-preview h2.entry-title {
  /*text-transform: uppercase;*/
  /* margin: 0.75em 0 0.25em; */
  margin: 0;
  /* text-align: center; */
}
.post-preview .post-date {
  color: #c1c1c1;
  font-family: "Oswald", sans-serif;
  /* text-align: center; */
}

.blog .site-main, .archive .site-main, .search .site-main {
  display: flex;
  flex-wrap: wrap;
  padding-top: 60px;
  padding-bottom: 60px;
}
.blog .post-preview, .archive .post-preview, .search .post-preview {
  /* padding: 8px; */
}
.blog .type-post, .archive .type-post, .search .type-post {
  margin: 0px 0 1.5em !important;
  padding: 0 4px !important;
  border-radius: 0;
  width: 100%;
}
.blog .type-post:nth-of-type(4),
.blog .type-post:nth-of-type(5),
.blog .type-post:nth-of-type(6),
.blog .type-post:nth-of-type(7),
.blog .type-post:nth-of-type(8),
.blog .type-post:nth-of-type(9),
.blog .type-post:nth-of-type(10), .archive .type-post:nth-of-type(4),
.archive .type-post:nth-of-type(5),
.archive .type-post:nth-of-type(6),
.archive .type-post:nth-of-type(7),
.archive .type-post:nth-of-type(8),
.archive .type-post:nth-of-type(9),
.archive .type-post:nth-of-type(10), .search .type-post:nth-of-type(4),
.search .type-post:nth-of-type(5),
.search .type-post:nth-of-type(6),
.search .type-post:nth-of-type(7),
.search .type-post:nth-of-type(8),
.search .type-post:nth-of-type(9),
.search .type-post:nth-of-type(10) {
  width: 100%;
}
.blog .type-post:nth-of-type(4) .post-preview .post-image,
.blog .type-post:nth-of-type(5) .post-preview .post-image,
.blog .type-post:nth-of-type(6) .post-preview .post-image,
.blog .type-post:nth-of-type(7) .post-preview .post-image,
.blog .type-post:nth-of-type(8) .post-preview .post-image,
.blog .type-post:nth-of-type(9) .post-preview .post-image,
.blog .type-post:nth-of-type(10) .post-preview .post-image, .archive .type-post:nth-of-type(4) .post-preview .post-image,
.archive .type-post:nth-of-type(5) .post-preview .post-image,
.archive .type-post:nth-of-type(6) .post-preview .post-image,
.archive .type-post:nth-of-type(7) .post-preview .post-image,
.archive .type-post:nth-of-type(8) .post-preview .post-image,
.archive .type-post:nth-of-type(9) .post-preview .post-image,
.archive .type-post:nth-of-type(10) .post-preview .post-image, .search .type-post:nth-of-type(4) .post-preview .post-image,
.search .type-post:nth-of-type(5) .post-preview .post-image,
.search .type-post:nth-of-type(6) .post-preview .post-image,
.search .type-post:nth-of-type(7) .post-preview .post-image,
.search .type-post:nth-of-type(8) .post-preview .post-image,
.search .type-post:nth-of-type(9) .post-preview .post-image,
.search .type-post:nth-of-type(10) .post-preview .post-image {
  width: 40%;
}
.blog .type-post:nth-of-type(4) .post-preview .post-content,
.blog .type-post:nth-of-type(5) .post-preview .post-content,
.blog .type-post:nth-of-type(6) .post-preview .post-content,
.blog .type-post:nth-of-type(7) .post-preview .post-content,
.blog .type-post:nth-of-type(8) .post-preview .post-content,
.blog .type-post:nth-of-type(9) .post-preview .post-content,
.blog .type-post:nth-of-type(10) .post-preview .post-content, .archive .type-post:nth-of-type(4) .post-preview .post-content,
.archive .type-post:nth-of-type(5) .post-preview .post-content,
.archive .type-post:nth-of-type(6) .post-preview .post-content,
.archive .type-post:nth-of-type(7) .post-preview .post-content,
.archive .type-post:nth-of-type(8) .post-preview .post-content,
.archive .type-post:nth-of-type(9) .post-preview .post-content,
.archive .type-post:nth-of-type(10) .post-preview .post-content, .search .type-post:nth-of-type(4) .post-preview .post-content,
.search .type-post:nth-of-type(5) .post-preview .post-content,
.search .type-post:nth-of-type(6) .post-preview .post-content,
.search .type-post:nth-of-type(7) .post-preview .post-content,
.search .type-post:nth-of-type(8) .post-preview .post-content,
.search .type-post:nth-of-type(9) .post-preview .post-content,
.search .type-post:nth-of-type(10) .post-preview .post-content {
  width: 60%;
  padding-left: 20px;
}
.blog .type-post:nth-of-type(4) .post-preview .post-content .entry-title, .blog .type-post:nth-of-type(4) .post-preview .post-content .post-date,
.blog .type-post:nth-of-type(5) .post-preview .post-content .entry-title,
.blog .type-post:nth-of-type(5) .post-preview .post-content .post-date,
.blog .type-post:nth-of-type(6) .post-preview .post-content .entry-title,
.blog .type-post:nth-of-type(6) .post-preview .post-content .post-date,
.blog .type-post:nth-of-type(7) .post-preview .post-content .entry-title,
.blog .type-post:nth-of-type(7) .post-preview .post-content .post-date,
.blog .type-post:nth-of-type(8) .post-preview .post-content .entry-title,
.blog .type-post:nth-of-type(8) .post-preview .post-content .post-date,
.blog .type-post:nth-of-type(9) .post-preview .post-content .entry-title,
.blog .type-post:nth-of-type(9) .post-preview .post-content .post-date,
.blog .type-post:nth-of-type(10) .post-preview .post-content .entry-title,
.blog .type-post:nth-of-type(10) .post-preview .post-content .post-date, .archive .type-post:nth-of-type(4) .post-preview .post-content .entry-title, .archive .type-post:nth-of-type(4) .post-preview .post-content .post-date,
.archive .type-post:nth-of-type(5) .post-preview .post-content .entry-title,
.archive .type-post:nth-of-type(5) .post-preview .post-content .post-date,
.archive .type-post:nth-of-type(6) .post-preview .post-content .entry-title,
.archive .type-post:nth-of-type(6) .post-preview .post-content .post-date,
.archive .type-post:nth-of-type(7) .post-preview .post-content .entry-title,
.archive .type-post:nth-of-type(7) .post-preview .post-content .post-date,
.archive .type-post:nth-of-type(8) .post-preview .post-content .entry-title,
.archive .type-post:nth-of-type(8) .post-preview .post-content .post-date,
.archive .type-post:nth-of-type(9) .post-preview .post-content .entry-title,
.archive .type-post:nth-of-type(9) .post-preview .post-content .post-date,
.archive .type-post:nth-of-type(10) .post-preview .post-content .entry-title,
.archive .type-post:nth-of-type(10) .post-preview .post-content .post-date, .search .type-post:nth-of-type(4) .post-preview .post-content .entry-title, .search .type-post:nth-of-type(4) .post-preview .post-content .post-date,
.search .type-post:nth-of-type(5) .post-preview .post-content .entry-title,
.search .type-post:nth-of-type(5) .post-preview .post-content .post-date,
.search .type-post:nth-of-type(6) .post-preview .post-content .entry-title,
.search .type-post:nth-of-type(6) .post-preview .post-content .post-date,
.search .type-post:nth-of-type(7) .post-preview .post-content .entry-title,
.search .type-post:nth-of-type(7) .post-preview .post-content .post-date,
.search .type-post:nth-of-type(8) .post-preview .post-content .entry-title,
.search .type-post:nth-of-type(8) .post-preview .post-content .post-date,
.search .type-post:nth-of-type(9) .post-preview .post-content .entry-title,
.search .type-post:nth-of-type(9) .post-preview .post-content .post-date,
.search .type-post:nth-of-type(10) .post-preview .post-content .entry-title,
.search .type-post:nth-of-type(10) .post-preview .post-content .post-date {
  text-align: left;
}
.blog .type-post:nth-of-type(4) .post-preview .post-content .entry-meta,
.blog .type-post:nth-of-type(5) .post-preview .post-content .entry-meta,
.blog .type-post:nth-of-type(6) .post-preview .post-content .entry-meta,
.blog .type-post:nth-of-type(7) .post-preview .post-content .entry-meta,
.blog .type-post:nth-of-type(8) .post-preview .post-content .entry-meta,
.blog .type-post:nth-of-type(9) .post-preview .post-content .entry-meta,
.blog .type-post:nth-of-type(10) .post-preview .post-content .entry-meta, .archive .type-post:nth-of-type(4) .post-preview .post-content .entry-meta,
.archive .type-post:nth-of-type(5) .post-preview .post-content .entry-meta,
.archive .type-post:nth-of-type(6) .post-preview .post-content .entry-meta,
.archive .type-post:nth-of-type(7) .post-preview .post-content .entry-meta,
.archive .type-post:nth-of-type(8) .post-preview .post-content .entry-meta,
.archive .type-post:nth-of-type(9) .post-preview .post-content .entry-meta,
.archive .type-post:nth-of-type(10) .post-preview .post-content .entry-meta, .search .type-post:nth-of-type(4) .post-preview .post-content .entry-meta,
.search .type-post:nth-of-type(5) .post-preview .post-content .entry-meta,
.search .type-post:nth-of-type(6) .post-preview .post-content .entry-meta,
.search .type-post:nth-of-type(7) .post-preview .post-content .entry-meta,
.search .type-post:nth-of-type(8) .post-preview .post-content .entry-meta,
.search .type-post:nth-of-type(9) .post-preview .post-content .entry-meta,
.search .type-post:nth-of-type(10) .post-preview .post-content .entry-meta {
  margin: 0px 0 0.5em;
}

.aga-pagination {
  clear: both;
  display: block;
  width: 100%;
}
.aga-pagination a, .aga-pagination span {
  /*margin: 0 4px 4px 0;*/
  background: #444;
  font-family: "Oswald", sans-serif;
  color: #ddd;
  font-size: 0.9em;
  text-decoration: none;
  padding: 4px 16px;
  border-radius: 16px;
}
.aga-pagination a:hover, .aga-pagination .current {
  background: #989898;
}

/* ---------------
  BREAKPOINTS
--------------- */
@media screen and (max-width: 767px) {
  .type-post {
    width: 100% !important;
  }
  .type-post .post-preview .post-image {
    width: 100%;
  }
  .type-post .post-preview .post-content {
    width: 100%;
  }
  .type-post .post-preview .post-content .entry-title, .type-post .post-preview .post-content .post-date {
    text-align: left;
  }
}
@media screen and (max-width: 677px) {
  .aga-latest-news .news-post {
    width: 100%;
  }

  .post-preview h2.entry-title {
    text-align: left;
    margin-top: 12px !important;
  }
  .post-preview .post-image {
    width: 100% !important;
  }
  .post-preview .post-image .tag-category {
    /* display: none; */
  }
  .post-preview .post-content {
    width: 700% !important;
    padding: 6px 0 16px !important;
  }
  .post-preview .post-content .tag-category {
    display: inline-block;
    background: #444;
    color: #ddd;
    font-size: 0.9em;
    text-decoration: none;
    padding: 4px 16px;
    border-radius: 16px;
  }
  .post-preview .post-content .tag-category:visited {
    color: #ddd;
  }
}
@media screen and (max-width: 480px) {
  .post-preview h2.entry-title {
    margin-top: 16px;
    font-size: 1em;
  }
}
#video-container {
  position: relative;
  display: block !important;
}

#myVideo {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  opacity: 0.33;
}

.hero-unit {
  padding: 5rem 0;
  background-image: radial-gradient(circle, #0079ee, #0032a8, #001851);
  background-size: cover;
  background-repeat: no-repeat;
}
.hero-unit .widget-title {
  display: none;
}
.hero-unit .widget {
  margin: 0;
}

.hero-content {
  flex-direction: row-reverse;
}
.hero-content .details {
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
  padding: 1.5rem !important;
}
.hero-content .details h2 {
  margin: 0 0 1rem;
  font-size: 4rem;
}
.hero-content .details, .hero-content .video {
  padding: 0 2rem;
}
.hero-content .video {
  display: none;
}

.aga-video-block {
  padding: 0 90px;
}
.aga-video-block .main {
  background: #444;
}

.home .no-sidebar .site-main {
  margin-left: 0px;
  margin-right: 0px;
}
.home .featured-image {
  margin: 0px;
}
.home .entry-content {
  padding: 0;
}
.home .widget {
  margin-bottom: 0;
}

.section-title-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 1.5rem;
}

.section-title {
  font-size: 3rem;
  margin: 0;
  text-transform: uppercase;
}

.section-link {
  background: #0475cc;
  color: #fff;
  margin-top: 0.5rem;
}

.section-link:hover {
  text-decoration: none;
}

.hero-img-container {
  max-width: 1600px;
  margin: 0 auto;
}

.cpt-qualify {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  margin: 0 -2.5rem 2rem !important;
  padding: 0;
}
.cpt-qualify .qualify {
  width: 25%;
  padding: 0 2.5rem;
  text-align: center;
}
.cpt-qualify .qualify h3, .cpt-qualify .qualify p {
  margin: 0.5rem 0;
}
.cpt-qualify .qualify h3 {
  font-size: 1.5rem;
}
.cpt-qualify .qualify.divider {
  border-right: 1px solid #333;
}

.hero .entry-content {
  padding-top: 0;
}

/* ---------------
  BREAKPOINTS
--------------- */
@media screen and (max-width: 1200px) {
  .hero-unit {
    padding: 4rem 0;
    background-size: 100% auto;
    background-position: top center;
  }

  .hero-content {
    flex-direction: column-reverse;
  }
  .hero-content .details, .hero-content .video {
    width: 100% !important;
  }
  .hero-content .details {
    margin-top: 16rem;
    background: #000;
  }
  .hero-content .video {
    margin-bottom: 1.5rem;
  }
}
@media screen and (max-width: 960px) {
  .aga-video-block {
    padding: 0;
  }

  .home .no-sidebar .site-main {
    margin-left: 0px;
    margin-right: 0px;
  }

  .banner-partners .max-width {
    text-align: center;
  }
  .banner-partners img {
    float: none;
    margin: 0 auto;
  }

  .cpt-qualify .qualify {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .hero-content .details {
    margin-top: 14rem;
  }
  .hero-content .details h2 {
    font-size: 3rem;
  }

  .hero-unit, .hero-unit .max-width {
    padding: 0;
  }
}
@media screen and (max-width: 677px) {
  .hero-content .details h2 {
    font-size: 2rem;
  }

  .section-title {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 480px) {
  .cpt-qualify .qualify {
    width: 100%;
  }

  .hero-content .details {
    margin-top: 6rem;
  }
}
.aga-utilities .widget {
  float: left;
  margin: 3px 6px 3px 0;
}
.aga-utilities .widget .widget-title {
  display: none;
}

.wpml-ls-item .wpml-ls-item-toggle:hover {
  background-color: #f4f4f4 !important;
}
.wpml-ls-item a {
  border-radius: 15px;
  padding: 6px 12px 10px;
  /*border-color: #003cf0;*/
  font-size: 0.9em;
  color: #4d4d4d;
  font-family: "Oswald", sans-serif;
}
.wpml-ls-item a:hover {
  text-decoration: none;
  background-color: #f4f4f4;
}

.wpml-ls-legacy-dropdown .wpml-ls-sub-menu, .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
  border-top: none;
}

/* ---------------
  BREAKPOINTS
--------------- */
.hero-training-camp {
  flex-direction: row-reverse;
}
.hero-training-camp .btn {
  display: inline-block;
  font-size: 1.5rem !important;
  text-transform: uppercase;
  background-color: #0475cc;
  font-weight: 700;
}
.hero-training-camp .btn:hover {
  text-decoration: none;
  background-color: #19a3ff;
}
.hero-training-camp .details {
  background: transparent;
  text-shadow: 0 0 6px #000;
}
.hero-training-camp .details .btn {
  text-shadow: none;
}
.hero-training-camp .logo {
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero-training-camp .logo .street-smarts-logo {
  max-width: 80%;
}

.wpcf7-submit {
  font-size: 1.5rem !important;
  font-weight: 700 !important;
  color: #fff !important;
  text-transform: uppercase;
  background-color: #323232 !important;
  border: none !important;
  padding: 10px 12px !important;
}

.what-is-training-camp {
  align-items: center;
}
.what-is-training-camp img {
  border-radius: 6px;
}
.what-is-training-camp .text {
  padding-right: 2rem;
}
.what-is-training-camp .text h2 {
  margin-top: 0;
}
.what-is-training-camp .text p {
  margin-bottom: 0;
}

ul.training-camp-bios {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
ul.training-camp-bios li {
  width: 100%;
  margin: 0 0 1.5rem;
  padding: 0;
}
ul.training-camp-bios .card {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
ul.training-camp-bios .card .figure {
  width: 25%;
  overflow: hidden;
  border-radius: 50%;
}
ul.training-camp-bios .card .figure img {
  display: block;
}
ul.training-camp-bios .card .text {
  width: 75%;
  padding-left: 2rem;
}
ul.training-camp-bios .card .text h3 {
  font-size: 2rem;
  margin: 0 0 1rem;
}
ul.training-camp-bios .card .text p {
  margin: 0;
}

.your-career-path .wpcf7-list-item {
  display: flex;
  align-items: center;
  margin: 0 0 6px;
}
.your-career-path .wpcf7-list-item input {
  width: 20px;
  margin: 0 6px 0 0;
}

/* ---------------
  BREAKPOINTS
--------------- */
@media screen and (max-width: 1200px) {
  .hero-unit.hero-street-smarts {
    background-size: cover !important;
  }

  .hero-training-camp .logo {
    width: 100% !important;
  }
  .hero-training-camp .details {
    margin-top: 4rem;
    background: rgba(0, 0, 0, 0.7);
  }
}
@media screen and (max-width: 960px) {
  .what-is-training-camp {
    flex-direction: column-reverse;
  }
  .what-is-training-camp img {
    border-radius: 6px;
  }
  .what-is-training-camp .text, .what-is-training-camp .figure {
    width: 100% !important;
  }
  .what-is-training-camp .text {
    padding: 0;
  }
  .what-is-training-camp .figure {
    margin-bottom: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .hero-training-camp .logo {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 677px) {
  ul.training-camp-bios .card {
    margin-bottom: 2.5rem;
    text-align: center;
  }
  ul.training-camp-bios .card .figure {
    width: 300px;
    height: 300px;
    margin: 0 auto 1rem;
  }
  ul.training-camp-bios .card .text {
    width: 100%;
    padding-left: 0rem;
  }
}
.hero-champions {
  padding-bottom: 0;
}

.hero-champions-timeline {
  flex-direction: row;
  background: url(images/bg-timeline-repeat-y.jpg) repeat-y top center;
  padding-bottom: 5rem;
}
.hero-champions-timeline .details {
  background: transparent;
  text-shadow: 0 0 6px #000;
  padding-left: 4rem !important;
  display: flex;
  align-items: center;
}
.hero-champions-timeline .details h2 {
  font-size: 2rem;
  font-weight: 400;
  color: #ffc200;
}
.hero-champions-timeline .details h2 span {
  font-size: 5rem;
  font-weight: 700;
  color: #fff;
  display: block;
  line-height: 1em;
}
.hero-champions-timeline .logo {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: 4rem;
}

.page-id-25035 .site-content .max-width, .page-id-25035 .site-content .entry-content {
  padding: 0 !important;
}

/* ---------------
  BREAKPOINTS
--------------- */
@media screen and (max-width: 1200px) {
  .hero-unit.hero-champions {
    background-size: cover;
  }
  .hero-unit.hero-champions .max-width {
    padding: 0;
  }

  .hero-champions-timeline .details {
    width: 49.98% !important;
    margin: 0;
  }
}
@media screen and (max-width: 960px) {
  .hero-champions-timeline {
    background-position: left 40px top;
  }

  .hero-champions-timeline .logo {
    display: block;
    padding: 0 0 0 3.5rem;
    margin: 1.5rem 0;
    width: 100% !important;
  }
  .hero-champions-timeline .details {
    width: 100% !important;
    margin: 0;
    padding: 0 2rem 0 6rem !important;
  }
}
@media screen and (max-width: 767px) {
  .hero-champions-timeline .logo {
    margin-top: 4rem;
  }

  .hero-unit.hero-champions {
    padding-top: 4rem;
  }

  .hero-champions-timeline .logo {
    padding-left: 5rem;
  }
  .hero-champions-timeline .logo img {
    width: 200px;
  }
  .hero-champions-timeline .details h2 {
    font-size: 1.5rem;
  }
  .hero-champions-timeline .details h2 span {
    font-size: 4rem;
  }
}
/*--------------------------------------------------------------
   Player Page
--------------------------------------------------------------*/
.aga-player-card {
  border: 1px solid #000;
  overflow: hidden;
  position: relative;
  padding: 2.5em 0;
}
.aga-player-card .max-width {
  margin-left: 16.5%;
  margin-right: 16.5%;
}
.aga-player-card .details {
  padding-left: 40px;
}
.aga-player-card .details h1 {
  color: #fff !important;
  margin: 0 0 1rem !important;
  padding: 0 !important;
  text-align: left !important;
  text-shadow: 0px 0px 8px #000;
}
.aga-player-card .details p {
  margin: 0 !important;
}
.aga-player-card .details .team-name {
  font-family: "Oswald", sans-serif !important;
  font-size: 2rem !important;
  font-weight: 700 !important;
  color: #fff !important;
  text-shadow: 0px 0px 8px #000;
}
.aga-player-card .player {
  padding: 0;
  position: relative;
}
.aga-player-card .aga-player-stats {
  margin-bottom: 0px;
}
.aga-player-card .aga-player-stats p {
  color: #fff !important;
}
.aga-player-card .aga-player-stats th, .aga-player-card .aga-player-stats td {
  text-shadow: 0px 0px 4px #000;
  padding: 4px 0px;
  background-color: transparent;
}
.aga-player-card .aga-player-stats tr:hover th, .aga-player-card .aga-player-stats tr:hover td {
  background-color: transparent !important;
}
.aga-player-card .aga-player-stats .aga-player-title {
  width: 140px;
}
.aga-player-card .portrait-container {
  display: block !important;
  background-position: center center;
  background-size: cover;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  margin-bottom: 1rem;
}
.aga-player-card .btn-edit-player {
  position: absolute;
  top: 20px;
  right: 16px;
}

.update-link {
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-size: 0.9rem !important;
  color: #bcbec0 !important;
  background-color: #000;
  display: inline-block;
  padding: 8px 12px;
  text-transform: uppercase;
  border-radius: 6px;
}

.update-link:hover {
  color: #fff !important;
  text-decoration: none;
}

.player-featured-image-default {
  background: url("images/characters/bg-player-default.jpg") no-repeat top center #000;
}

.player-featured-image-akuma {
  background: url("images/characters/bg-player-akuma.jpg") no-repeat top center #000;
}

.player-featured-image-alex {
  background: url("images/characters/bg-player-alex.jpg") no-repeat top center #000;
}

.player-featured-image-balrog {
  background: url("images/characters/bg-player-balrog.jpg") no-repeat top center #000;
}

.player-featured-image-birdie {
  background: url("images/characters/bg-player-birdie.jpg") no-repeat top center #000;
}

.player-featured-image-cammy {
  background: url("images/characters/bg-player-cammy.jpg") no-repeat top center #000;
}

.player-featured-image-chun-li {
  background: url("images/characters/bg-player-chunli.jpg") no-repeat top center #000;
}

.player-featured-image-dhalsim {
  background: url("images/characters/bg-player-dhalsim.jpg") no-repeat top center #000;
}

.player-featured-image-fang {
  background: url("images/characters/bg-player-fang.jpg") no-repeat top center #000;
}

.player-featured-image-guile {
  background: url("images/characters/bg-player-guile.jpg") no-repeat top center #000;
}

.player-featured-image-ibuki {
  background: url("images/characters/bg-player-ibuki.jpg") no-repeat top center #000;
}

.player-featured-image-juri {
  background: url("images/characters/bg-player-juri.jpg") no-repeat top center #000;
}

.player-featured-image-karin {
  background: url("images/characters/bg-player-karin.jpg") no-repeat top center #000;
}

.player-featured-image-ken {
  background: url("images/characters/bg-player-ken.jpg") no-repeat top center #000;
}

.player-featured-image-laura {
  background: url("images/characters/bg-player-laura.jpg") no-repeat top center #000;
}

.player-featured-image-kolin {
  background: url("images/characters/bg-player-kolin.jpg") no-repeat top center #000;
}

.player-featured-image-mbison {
  background: url("images/characters/bg-player-mbison.jpg") no-repeat top center #000;
}

.player-featured-image-m-bison {
  background: url("images/characters/bg-player-mbison.jpg") no-repeat top center #000;
}

.player-featured-image-nash {
  background: url("images/characters/bg-player-nash.jpg") no-repeat top center #000;
}

.player-featured-image-necalli {
  background: url("images/characters/bg-player-necalli.jpg") no-repeat top center #000;
}

.player-featured-image-rashid {
  background: url("images/characters/bg-player-rashid.jpg") no-repeat top center #000;
}

.player-featured-image-rmika {
  background: url("images/characters/bg-player-rmika.jpg") no-repeat top center #000;
}

.player-featured-image-r-mika {
  background: url("images/characters/bg-player-rmika.jpg") no-repeat top center #000;
}

.player-featured-image-ryu {
  background: url("images/characters/bg-player-ryu.jpg") no-repeat top center #000;
}

.player-featured-image-urien {
  background: url("images/characters/bg-player-urien.jpg") no-repeat top center #000;
}

.player-featured-image-vega {
  background: url("images/characters/bg-player-vega.jpg") no-repeat top center #000;
}

.player-featured-image-zangief {
  background: url("images/characters/bg-player-zangief.jpg") no-repeat top center #000;
}

.player-featured-image-ed {
  background: url("images/characters/bg-player-ed.jpg") no-repeat top center #000;
}

.player-featured-image-abigail {
  background: url("images/characters/bg-player-abigail.jpg") no-repeat top center #000;
}

.player-featured-image-menat {
  background: url("images/characters/bg-player-menat.jpg") no-repeat top center #000;
}

.player-featured-image-zeku {
  background: url("images/characters/bg-player-zeku.jpg") no-repeat top center #000;
}

.player-featured-image-sakura {
  background: url("images/characters/bg-player-sakura.jpg") no-repeat top center #000;
}

.player-featured-image-blanka {
  background: url("images/characters/bg-player-blanka.jpg") no-repeat top center #000;
}

.player-featured-image-falke {
  background: url("images/characters/bg-player-falke.jpg") no-repeat top center #000;
}

.player-featured-image-cody {
  background: url("images/characters/bg-player-cody.jpg") no-repeat top center #000;
}

.player-featured-image-g {
  background: url("images/characters/bg-player-g.jpg") no-repeat top center #000;
}

.player-featured-image-sagat {
  background: url("images/characters/bg-player-sagat.jpg") no-repeat top center #000;
}

.player-featured-image-kage {
  background: url("images/characters/bg-player-kage.jpg") no-repeat top center #000;
}

.player-featured-image-ehonda {
  background: url("images/characters/bg-player-e-honda.jpg") no-repeat top center #000;
}

.player-featured-image-lucia {
  background: url("images/characters/bg-player-lucia.jpg") no-repeat top center #000;
}

.player-featured-image-poison {
  background: url("images/characters/bg-player-poison.jpg") no-repeat top center #000;
}

.player-featured-image-gill {
  background: url("images/characters/bg-player-gill.jpg") no-repeat top center #000;
}

.player-featured-image-seth {
  background: url("images/characters/bg-player-seth.jpg") no-repeat top center #000;
}

.player-featured-image {
  background-size: cover;
}

.character-ryu {
  background: url("images/character-standings/character-ryu.png") no-repeat right;
}

.character-chun-li {
  background: url("images/character-standings/character-chun-li.png") no-repeat right;
}

.character-nash {
  background: url("images/character-standings/character-nash.png") no-repeat right;
}

.character-m-bison {
  background: url("images/character-standings/character-mbison.png") no-repeat right;
}

.character-cammy {
  background: url("images/character-standings/character-cammy.png") no-repeat right;
}

.character-birdie {
  background: url("images/character-standings/character-birdie.png") no-repeat right;
}

.character-ken {
  background: url("images/character-standings/character-ken.png") no-repeat right;
}

.character-necalli {
  background: url("images/character-standings/character-necalli.png") no-repeat right;
}

.character-vega {
  background: url("images/character-standings/character-vega.png") no-repeat right;
}

.character-r-mika {
  background: url("images/character-standings/character-rmika.png") no-repeat right;
}

.character-rashid {
  background: url("images/character-standings/character-rashid.png") no-repeat right;
}

.character-karin {
  background: url("images/character-standings/character-karin.png") no-repeat right;
}

.character-zangief {
  background: url("images/character-standings/character-zangief.png") no-repeat right;
}

.character-laura {
  background: url("images/character-standings/character-laura.png") no-repeat right;
}

.character-dhalsim {
  background: url("images/character-standings/character-dhalsim.png") no-repeat right;
}

.character-fang {
  background: url("images/character-standings/character-fang.png") no-repeat right;
}

.character-alex {
  background: url("images/character-standings/character-alex.png") no-repeat right;
}

.character-guile {
  background: url("images/character-standings/character-guile.png") no-repeat right;
}

.character-ibuki {
  background: url("images/character-standings/character-ibuki.png") no-repeat right;
}

.character-balrog {
  background: url("images/character-standings/character-balrog.png") no-repeat right;
}

.character-juri {
  background: url("images/character-standings/character-juri.png") no-repeat right;
}

.character-urien {
  background: url("images/character-standings/character-urien.png") no-repeat right;
}

.character-akuma {
  background: url("images/character-standings/character-akuma.png") no-repeat right;
}

.character-kolin {
  background: url("images/character-standings/character-kolin.png") no-repeat right;
}

.character-ed {
  background: url("images/character-standings/character-ed.png") no-repeat right;
}

.character-abigail {
  background: url("images/character-standings/character-abigail.png") no-repeat right;
}

.character-menat {
  background: url("images/character-standings/character-menat.png") no-repeat right;
}

.character-zeku {
  background: url("images/character-standings/character-zeku.png") no-repeat right;
}

.character-sakura {
  background: url("images/character-standings/character-sakura.png") no-repeat right;
}

.character-blanka {
  background: url("images/character-standings/character-blanka.png") no-repeat right;
}

.character-falke {
  background: url("images/character-standings/character-falke.png") no-repeat right;
}

.character-cody {
  background: url("images/character-standings/character-cody.png") no-repeat right;
}

.character-g {
  background: url("images/character-standings/character-g.png") no-repeat right;
}

.character-sagat {
  background: url("images/character-standings/character-sagat.png") no-repeat right;
}

.character-kage {
  background: url("images/character-standings/character-kage.png") no-repeat right;
}

.character-e-honda {
  background: url("images/character-standings/character-ehonda.png") no-repeat right;
}

.character-lucia {
  background: url("images/character-standings/character-lucia.png") no-repeat right;
}

.character-poison {
  background: url("images/character-standings/character-poison.png") no-repeat right;
}

.character-gill {
  background: url("images/character-standings/character-gill.png") no-repeat right;
}

.character-seth {
  background: url("images/character-standings/character-seth.png") no-repeat right;
}

.player-character {
  background-position: right center;
  background-color: #000;
}

.standings-grid .character-ryu {
  background: url("images/character-portraits/character-ryu.png") no-repeat center center;
}
.standings-grid .character-chun-li {
  background: url("images/character-portraits/character-chun-li.png") no-repeat center center;
}
.standings-grid .character-nash {
  background: url("images/character-portraits/character-nash.png") no-repeat center center;
}
.standings-grid .character-m-bison {
  background: url("images/character-portraits/character-mbison.png") no-repeat center center;
}
.standings-grid .character-cammy {
  background: url("images/character-portraits/character-cammy.png") no-repeat center center;
}
.standings-grid .character-birdie {
  background: url("images/character-portraits/character-birdie.png") no-repeat center center;
}
.standings-grid .character-ken {
  background: url("images/character-portraits/character-ken.png") no-repeat center center;
}
.standings-grid .character-necalli {
  background: url("images/character-portraits/character-necalli.png") no-repeat center center;
}
.standings-grid .character-vega {
  background: url("images/character-portraits/character-vega.png") no-repeat center center;
}
.standings-grid .character-r-mika {
  background: url("images/character-portraits/character-rmika.png") no-repeat center center;
}
.standings-grid .character-rashid {
  background: url("images/character-portraits/character-rashid.png") no-repeat center center;
}
.standings-grid .character-karin {
  background: url("images/character-portraits/character-karin.png") no-repeat center center;
}
.standings-grid .character-zangief {
  background: url("images/character-portraits/character-zangief.png") no-repeat center center;
}
.standings-grid .character-laura {
  background: url("images/character-portraits/character-laura.png") no-repeat center center;
}
.standings-grid .character-dhalsim {
  background: url("images/character-portraits/character-dhalsim.png") no-repeat center center;
}
.standings-grid .character-fang {
  background: url("images/character-portraits/character-fang.png") no-repeat center center;
}
.standings-grid .character-alex {
  background: url("images/character-portraits/character-alex.png") no-repeat center center;
}
.standings-grid .character-guile {
  background: url("images/character-portraits/character-guile.png") no-repeat center center;
}
.standings-grid .character-ibuki {
  background: url("images/character-portraits/character-ibuki.png") no-repeat center center;
}
.standings-grid .character-balrog {
  background: url("images/character-portraits/character-balrog.png") no-repeat center center;
}
.standings-grid .character-juri {
  background: url("images/character-portraits/character-juri.png") no-repeat center center;
}
.standings-grid .character-urien {
  background: url("images/character-portraits/character-urien.png") no-repeat center center;
}
.standings-grid .character-akuma {
  background: url("images/character-portraits/character-akuma.png") no-repeat center center;
}
.standings-grid .character-kolin {
  background: url("images/character-portraits/character-kolin.png") no-repeat center center;
}
.standings-grid .character-ed {
  background: url("images/character-portraits/character-ed.png") no-repeat center center;
}
.standings-grid .character-abigail {
  background: url("images/character-portraits/character-abigail.png") no-repeat center center;
}
.standings-grid .character-menat {
  background: url("images/character-portraits/character-menat.png") no-repeat center center;
}
.standings-grid .character-zeku {
  background: url("images/character-portraits/character-zeku.png") no-repeat center center;
}
.standings-grid .character-sakura {
  background: url("images/character-portraits/character-sakura.png") no-repeat center center;
}
.standings-grid .character-blanka {
  background: url("images/character-portraits/character-blanka.png") no-repeat center center;
}
.standings-grid .character-falke {
  background: url("images/character-portraits/character-falke.png") no-repeat center center;
}
.standings-grid .character-cody {
  background: url("images/character-portraits/character-cody.png") no-repeat center center;
}
.standings-grid .character-g {
  background: url("images/character-portraits/character-g.png") no-repeat center center;
}
.standings-grid .character-sagat {
  background: url("images/character-portraits/character-sagat.png") no-repeat center center;
}
.standings-grid .character-kage {
  background: url("images/character-portraits/character-kage.png") no-repeat center center;
}
.standings-grid .character-e-honda {
  background: url("images/character-portraits/character-ehonda.png") no-repeat center center;
}
.standings-grid .character-lucia {
  background: url("images/character-portraits/character-lucia.png") no-repeat center center;
}
.standings-grid .character-poison {
  background: url("images/character-portraits/character-poison.png") no-repeat center center;
}
.standings-grid .character-gill {
  background: url("images/character-portraits/character-gill.png") no-repeat center center;
}
.standings-grid .character-seth {
  background: url("images/character-portraits/character-seth.png") no-repeat center center;
}

/*--------------------------------------------------------------
   Media Styles
--------------------------------------------------------------*/
@media screen and (max-width: 800px) {
  .aga-player-card .max-width {
    margin-left: 0;
    margin-right: 0;
  }
  .aga-player-card .player {
    width: 100%;
  }
  .aga-player-card .player h1 {
    font-size: 34px !important;
  }
  .aga-player-card .player .aga-player-stats p {
    font-size: 18px !important;
  }
}
@media screen and (max-width: 650px) {
  .aga-player-card .details {
    padding-left: 0;
  }

  .update-link {
    position: relative;
    right: auto;
    bottom: auto;
    margin: 10px 0 0 20px;
  }
}
/*--------------------------------------------------------------
# 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;
}

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

/*--------------------------------------------------------------
## 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
--------------------------------------------------------------*/
.aga-gallery {
  margin: 0 -6px 1.5rem;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
  max-width: 25%;
  padding: 0 6px;
}
.gallery-item .popup-youtube {
  font-size: 1rem;
  line-height: 1.5rem;
  text-align: left;
  display: block;
  color: #666;
}
.gallery-item .popup-youtube img {
  width: 100%;
}
.gallery-item figure {
  margin: 0;
}
.gallery-item figcaption {
  margin-top: 0.5rem;
}

.gallery-caption {
  display: block;
}

.aga-media-header {
  clear: both;
}

.aga-gallery {
  display: flex;
  flex-wrap: wrap;
}

.truncate {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.thumbnail {
  position: relative;
  overflow: hidden;
  height: 240px;
  display: block;
  background-color: #000;
  background-position: center center;
  background-size: cover;
  border-radius: 6px;
}
.thumbnail .category {
  display: inline-table;
  color: #fff;
  transition: background-color 0.25s ease;
  text-transform: uppercase;
  font-size: 0.75rem !important;
  position: absolute;
  left: 20px;
  bottom: 20px;
  border: 2px solid #fff;
  border-radius: 3px;
  padding: 2px 6px;
}
.thumbnail img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  transform: translate(-50%, -50%);
  opacity: 0.75;
}

.gallery-video .play-btn {
  position: relative;
}
.gallery-video .play-btn::before {
  width: 100%;
  height: 100%;
  content: " ";
  background-image: url(images/play.png);
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  margin: 0 auto 0;
  top: 0;
  left: 0;
  right: 0;
  opacity: 1;
  z-index: 2;
}

/* ---------------
  BREAKPOINTS
--------------- */
@media screen and (max-width: 1200px) {
  .gallery-item {
    max-width: 33.33%;
  }
}
@media screen and (max-width: 960px) {
  .gallery-item {
    max-width: 50%;
  }
}
@media screen and (max-width: 677px) {
  .gallery-item {
    max-width: 100%;
  }
}