/*!
Theme Name: balv-bc
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: balv-bc
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.

balv-bc 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 */
    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: #404040;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
}

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

p {
    margin: 0;
    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: #fff;
    /* 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: none;
    background-color: #fdaf00;
    padding: 0.813em 1.063em;
    font-size: 1em;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.31;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
}

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: #bcbcbc;
    font-size: 1em;
    font-weight: normal;
    font-style: italic;
    font-stretch: normal;
    line-height: 1.31;
    letter-spacing: normal;
    text-align: left;
    padding: 0.813em 1.063em;
    border: solid 1.5px #e3e3e3;
    background-color: #ffffff;
}

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

label {
    font-size: 1em;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.31;
    letter-spacing: normal;
    color: #4b4b4b;
}
label i {
    color: #bcbcbc;
    font-style: italic;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
    color: #4b4b4b;
    text-decoration: none;
}

a:visited {
    color: #4b4b4b;
}

a:hover,
a:focus,
a:active {
    color: #fdaf00;
}

a:focus {
    outline: none;
}

a:hover,
a:active {
    outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
    clear: both;
    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;
}

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

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

/*--------------------------------------------------------------
# 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
--------------------------------------------------------------*/
.gallery {
    margin-bottom: 1.5em;
}

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

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}

/* Theme style */

.container {
    width: 100%;
    max-width: 93.75em;
    margin: 0 auto;
    padding: 0 7.5em;
}

/* mobile menu */
body {
    width: 100%;
    height: 100%;
}
#menu {
    position: fixed;
    left: inherit;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 0;
    width: 256px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    display: none;
    background: #fdaf01;
}
.slideout-panel {
    position: relative;
    z-index: 1;
    will-change: transform;
    background: #fff;
}
.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel {
    overflow: hidden;
}
.slideout-open #menu {
    display: block;
}
.slideout-menu .menu {
    padding: 0;
    margin: 3em;
    list-style: none;
}
.slideout-menu .menu li {
    margin: 1em 0;
}
.slideout-menu .menu li a {
    color: #fff;
    font-size: 2em;
}
.admin-bar .slideout-menu {
    padding-top: 46px;
}
.slideout-menu .socials ul {
    display: flex;
    margin: 3em;
    padding: 0;
    list-style: none;
}
.slideout-menu .socials ul li a {
    color: #fff;
    font-size: 2.5em;
    margin: 0.3em;
}

/* header */
header .toggle-button {
    background: transparent;
    border: 0;
    cursor: pointer;
    padding: 0;
    margin: 0 0 0 1em;
    color: #fdaf01;
    font-size: 2em;
    display: none;
}
header .toggle-button:focus {
    outline: none;
}
.header_inner {
    display: flex;
    justify-content: space-between;
    height: 4.375em;
}
header .site-branding {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 310px;
}
header .site-branding a.custom-logo-link {
    display: block;
    height: 2.688em;
    width: 2.688em;
}
header .site-branding h1 {
    margin: 0;
    margin-left: 1.25em;
    padding: 0;
    font-size: 1.25em;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.15;
    letter-spacing: 3px;
    text-transform: uppercase;
}
header .site-branding h1 a {
    color: #333333;
}

header .main-navigation {
    display: flex;
    justify-content: flex-end;
    padding-right: 4.4em;
}
header .main-navigation ul li {
    border-bottom: 5px solid transparent;
    transition: all 0.5s ease;
    height: 4.375em;
    display: flex;
    align-items: center;
}
header .main-navigation ul li:hover {
    border-color: #fdaf00;
}
header .main-navigation ul li + li {
    margin-left: 2.313em;
}
header .main-navigation ul li a {
    font-size: 1em;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.31;
    letter-spacing: normal;
    color: #4b4b4b;
}
header .socials ul {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
    height: 100%;
}
header .socials ul li a {
    width: 1.938em;
    height: 1.938em;
    background-color: #fdaf00;
    color: #fff;
    transition: all 0.5s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}
header .socials ul li a:hover {
    background-color: #fdc420;
}
header .socials ul li + li a {
    margin-left: 0.563em;
}

/* Front page */

#primary {
    background: #fff url("images/body_bg.jpg") repeat;
}

/* Hero section */
.hero {
    background: #000 url("images/hero_bg.jpg") center center no-repeat;
    background-size: cover;
}
.hero_inner {
    background: url("images/hero_pattern.png") center center no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
    height: 40.625em;
    display: flex;
    align-items: center;
    overflow: hidden;
}
.hero_player_photo {
    position: absolute;
    width: 44.875em;
    height: 40.625em;
    top: 0;
    right: 0;
    z-index: 2;
}
.hero_inner > .container {
    z-index: 3;
}
.hero_inner .text_block {
    width: 29.063em;
}
.hero_inner .text_block h2 {
    font-size: 2.813em;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.22;
    letter-spacing: normal;
    color: #ffffff;
    margin-top: 0.2em;
    margin-bottom: 0.2em;
}
.hero_inner .text_block p {
    font-size: 0.875em;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.64;
    letter-spacing: normal;
    color: #bcbcbc;
    margin-bottom: 1.8em;
}
.hero_inner .text_block h3 {
    font-size: 1em;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.44;
    letter-spacing: normal;
    color: #fdaf00;
    margin-bottom: 0.6em;
}
.hero_inner .text_block a.btn {
    font-size: 0.875em;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.36;
    letter-spacing: normal;
    color: #ffffff;
    box-shadow: 0 0 20px 0 rgba(253, 196, 32, 0.44);
    background-color: #fdaf00;
    padding: 0px 0 0 1.75em;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
}
.hero_inner .text_block a span {
    position: relative;
    background: #fdc420 url(images/arrow_btn.svg) center center no-repeat;
    width: 2.688em;
    height: 2.688em;
    margin-left: 1.75em;
    display: inline-block;
}

/* About section */

.about > .container {
    background: #fff;
    padding: 8.563em 7.5em 7.25em;
}
.about .about_row {
    display: flex;
}
.about .about_row .about_col {
    flex: 0 50%;
}
.about .text_col {
    padding-right: 4em;
}
.about h2 {
    font-size: 1.875em;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.3;
    letter-spacing: normal;
    color: #333333;
    margin-top: 0.5em;
    margin-bottom: 0.7em;
    display: flex;
    align-items: center;
}
.about h2:before {
    content: "";
    width: 1.1em;
    height: 1.1em;
    display: inline-block;
    position: relative;
    margin-right: 0.538em;
    background: url("images/info_icon.svg") center center no-repeat;
    background-size: contain;
}
.about .text_col p {
    font-size: 0.875em;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.86;
    letter-spacing: normal;
    color: #333333;
    margin-bottom: 1.8em;
}
.about .text_col h3 {
    margin-bottom: 0.5em;
}
.about .text_col ol {
    padding: 0;
    margin: 0;
    list-style: none;
    counter-reset: about-list-counet;
}
.about .text_col ol li {
    font-size: 1em;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.31;
    letter-spacing: normal;
    color: #4b4b4b;
    counter-increment: about-list-counter;
    display: block;
}
.about .text_col ol li + li {
    margin-top: 1.063em;
}
.about .text_col ol li:before {
    content: counter(about-list-counter);
    font-size: 0.75em;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: left;
    color: #fdaf00;
    width: 22px;
    height: 22px;
    border: solid 1.5px #fdaf00;
    background-color: #ffffff;
    margin-right: 1.463em;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.about .image_col {
    text-align: right;
}
.about .image_col img {
    max-width: 34.063em;
    max-height: 21.938em;
}
.about .benefits {
    margin-top: 6.063em;
    display: flex;
}
.about .benefits .benefit {
    width: 25%;
    transition: all 0.5s ease;
    padding: 1.75em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.about .benefits .benefit:hover {
    box-shadow: 0 7px 28px 0 rgba(0, 0, 0, 0.06);
    background-color: #ffffff;
}
.about .benefits .benefit .icon {
    width: 4.125em;
    height: 4.125em;
    display: flex;
    justify-content: center;
    align-items: center;
    border: solid 1.5px rgba(253, 196, 32, 0.41);
}
.about .benefits .benefit h3 {
    font-size: 1em;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.31;
    letter-spacing: normal;
    color: #4b4b4b;
    margin-top: 1.4em;
}

/* Team section */

.team_inner > .container {
    background-color: #ffffff;
}
.team_inner h2 {
    font-size: 1.875em;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.3;
    letter-spacing: normal;
    color: #333333;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0.8em;
}
.team_inner h2:before {
    content: "";
    width: 1.1em;
    height: 1.1em;
    display: inline-block;
    position: relative;
    margin-right: 0.338em;
    background: url("images/medal_icon.svg") center center no-repeat;
    background-size: contain;
}
.team_photo {
    margin-bottom: -15.294em;
    text-align: center;
}
.team_photo img {
    display: block;
    width: auto;
    height: 30.188em;
    margin: auto;
}
.players_container {
    padding-top: 20.2em;
    padding-bottom: 4.9em;
    background: url("images/team_bg.jpg") center center no-repeat;
    background-size: cover;
}
.players {
    margin: 0 -0.625em;
}
.players .player {
    height: 26.875em;
    margin: 0 0.625em;
    background-position: top center;
    background-size: cover;
}
.players .player:focus {
    outline: none;
}
.players .player .player_inner {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
    padding: 2.188em;
    background-color: rgba(51, 51, 51, 0.35);
    transition: all 0.5s ease;
}
.players .player.hover {
    display: flex;
    align-items: flex-end;
}
.players .player.hover .player_inner {
    max-height: 15.5em;
    background-color: transparent;
    background-image: linear-gradient(to bottom, rgba(51, 51, 51, 0), #333333);
    width: 100%;
}
.players .player .player_inner h3 {
    font-size: 1em;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.25;
    letter-spacing: normal;
    color: #ffffff;
}
.players .player .player_inner p {
    font-size: 0.938em;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: #f0f0f0;
    margin-bottom: 0;
}
.players .player .player_inner .socials {
    display: flex;
    max-height: 0;
    transition: all 0.5s ease;
    overflow: hidden;
}
.players .player.hover .player_inner .socials {
    max-height: 200px;
}
.players .player .player_inner .socials a {
    width: 1.938em;
    height: 1.938em;
    font-size: 1.063em;
    display: flex;
    justify-content: center;
    align-items: center;
    border: solid 1.5px #fdaf00;
    background: transparent;
    color: #fdaf00;
    margin-top: 1em;
}
.players .player .player_inner .socials a + a {
    margin-left: 0.813em;
}
.players .slick-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 0.75em;
}
.players .slick-dots li + li {
    margin-left: 0.563em;
}
.players .slick-dots button {
    width: 10px;
    height: 10px;
    border: solid 1.5px rgba(253, 175, 0, 0.5);
    background: transparent;
    font-size: 0;
    padding: 0;
    margin: 0;
    border-radius: 0;
    cursor: pointer;
    margin: 0 4.5px;
}
.players .slick-dots button:focus {
    outline: none;
}
.players .slick-dots li.slick-active button {
    width: 12px;
    height: 12px;
    background-color: #fdaf00;
    border-color: #fdaf00;
}
.players button.slick-arrow {
    font-size: 0;
    color: transparent;
    margin: 0;
    padding: 0;
    background: transparent url("images/players_arrow.svg") center center
        no-repeat;
    width: 35px;
    height: 35px;
    opacity: 0.37;
    border: solid 4px #707070;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -45px;
}
.players button.slick-arrow:focus {
    outline: none;
}
.players button.slick-arrow.slick-next {
    transform: translateY(-50%) rotate(180deg);
    left: inherit;
    right: -45px;
}

/* Video Section */
.video > .container {
    background-color: #ffffff;
    padding-top: 5em;
    padding-bottom: 3.75em;
}
.video h2 {
    font-size: 1.875em;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.3;
    letter-spacing: normal;
    text-align: center;
    color: #333333;
}
.video .video_block {
    display: flex;
    justify-content: center;
    margin-top: 1.6em;
}
.video .video_block .current_video {
    width: 50em;
    height: 27.875em;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: flex-end;
}
.video .video_block .current_video > a {
    display: block;
    width: 100%;
    height: 100%;
}
.video .video_block .current_video .current_video_inner {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    position: relative;
    transition: all 0.5s ease;
    cursor: pointer;
}
.video .video_block .current_video .current_video_inner:hover {
    background-color: rgba(51, 51, 51, 0.35);
}
.video .video_block .current_video .current_video_inner:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 66px;
    height: 66px;
    border-radius: 35px;
    transform: translate(-33px, -33px);
    background-color: #fdaf00;
    background-image: url("images/play.svg");
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 0;
}
.video .video_block .current_video:hover .current_video_inner:before {
    opacity: 1;
}
.video .video_block .current_video h3 {
    display: flex;
    align-items: flex-end;
    height: 11.313em;
    width: 100%;
    background-image: linear-gradient(to bottom, rgba(51, 51, 51, 0), #333333);
    font-size: 1em;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.06;
    letter-spacing: normal;
    color: #ffffff;
    padding: 2em 2.125em;
    transition: all 0.5s ease;
}
.video .video_block .current_video:hover h3 {
    /* background-image: none; */
}
.video .video_block .video_gallery {
    width: 15.625em;
    height: 27.875em;
    margin-left: 1.563em;
    overflow: hidden;
}
.video .video_block .video_gallery .slick-list {
    margin-top: -0.781em;
}
.video .video_block .video_gallery .video_item {
    margin: 0.781em 0px;
    position: relative;
}
.video
    .video_block
    .video_gallery
    .video_item.slick-current
    .video_item_inner:after,
.video .video_block .video_gallery .video_item:hover .video_item_inner:after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(51, 51, 51, 0.5);
}
.video .video_block .video_gallery .video_item:focus {
    outline: none;
}
.video .video_block .video_gallery .video_item_inner {
    width: 100%;
    height: 8.25em;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
    transition: all 0.5s ease;
}
.video_gallery_nav {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: -1em;
    margin-left: 1em;
}
.video_gallery_arrow {
    background: transparent url("images/video_arrow.svg") center center
        no-repeat;
    width: 19px;
    height: 12px;
    padding: 0;
    cursor: pointer;
    margin: 0.5em 0;
}
.video_gallery_arrow_prev {
    transform: rotate(180deg);
}
.video_gallery_nav ul.slick-dots {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.video_gallery_nav ul.slick-dots li button {
    width: 10px;
    height: 10px;
    border: solid 1.5px rgba(253, 175, 0, 0.5);
    background: transparent;
    font-size: 0;
    padding: 0;
    margin: 0;
    border-radius: 0;
    cursor: pointer;
    margin: 4.5px 0;
    display: block;
}
.video_gallery_nav ul.slick-dots li button:focus,
.video_gallery_arrow:focus {
    outline: none;
}
.video_gallery_nav ul.slick-dots li.slick-active button {
    width: 12px;
    height: 12px;
    background-color: #fdaf00;
    border-color: #fdaf00;
}

/* Photo gallery section */

.photo_gallery > .container {
    background-color: #ffffff;
    padding-bottom: 3.7em;
    padding-top: 3.75em;
}
.photo_gallery h2 {
    font-size: 1.875em;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.3;
    letter-spacing: normal;
    text-align: center;
    color: #333333;
}
.albums {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-left: -2.5em;
    margin-right: -2.5em;
    margin-top: 1.2em;
}
.albums .album {
    width: 15.938em;
    margin: 1.25em 2.5em;
    text-align: center;
    cursor: pointer;
}
.albums .album .album_poster {
    position: relative;
    margin-bottom: 1.6em;
}
.albums .album .album_poster img {
    display: block;
}
.albums .album .album_poster:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(51, 51, 51, 0.33) url("images/album_hover.svg") center
        center no-repeat;
    opacity: 0;
    transition: all 0.5s ease;
}
.albums .album:hover .album_poster:after {
    opacity: 1;
}
.albums .album h3 {
    font-size: 1.25em;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.3;
    letter-spacing: normal;
    color: #333333;
    margin-bottom: 0.2em;
}
.albums .album span {
    font-size: 1.063em;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.35;
    letter-spacing: normal;
    color: #bcbcbc;
}

/* Audio section */
.audio {
    background-color: #fdc420;
    background-image: url("images/audio_bg_1.svg"), url("images/audio_bg_2.svg");
    background-position: 6.8% center, 96% center;
    background-repeat: no-repeat, no-repeat;
    padding: 5em 0 3.7em;
}
.audio h2 {
    font-size: 1.875em;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.3;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    margin-bottom: 0.2em;
}
.audio p {
    font-size: 1em;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.06;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    margin-bottom: 1.2em;
}
.audio .audio_player {
    text-align: center;
}

/* Contact section */
.contact {
    display: flex;
}
.contact .contact_info {
    width: 100%;
    max-width: 45.5%;
    background: url("images/contacts_bg.jpg") center center no-repeat;
    background-size: cover;
    display: flex;
    justify-content: flex-end;
    padding: 5em 8.063em 3.125em;
}
.contact .contact_info .contact_info_inner {
    max-width: 21.2em;
}
.contact .contact_info h2 {
    font-size: 1.875em;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.3;
    letter-spacing: normal;
    color: #ffffff;
}
.contact .contact_info .contact_info_block {
    margin-bottom: 2.2em;
    margin-top: 1.6em;
}
.contact .contact_info .contact_info_block h3 {
    font-size: 1em;
    font-weight: normal;
    font-style: italic;
    font-stretch: normal;
    line-height: 1.51;
    letter-spacing: normal;
    color: #bcbcbc;
    border-bottom: solid 1.5px #4b4b4b;
    margin-bottom: 0.938em;
}
.contact .contact_info .contact_info_block ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.contact .contact_info .contact_info_block i {
    font-size: 1em;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.31;
    letter-spacing: normal;
    color: #ffffff;
    margin-right: 0.75em;
    width: 1.188em;
    text-align: center;
}
.contact .contact_info .contact_info_block a {
    font-size: 1em;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.31;
    letter-spacing: normal;
    color: #ffffff;
    margin-bottom: 5px;
    transition: all 0.5s ease;
}
.contact .contact_info .contact_info_block a:hover {
    color: #fdaf00;
}
.contact .contact_info .contact_info_block a span {
    color: #808080;
    margin-right: 0.375em;
}
.social_info_block li {
    margin-bottom: 0.9em;
}
.contact .contact_info .contact_info_block.social_info_block li a {
    border-bottom: solid 1px #808080;
    padding-bottom: 0.05em;
    transition: all 0.5s ease;
}
.contact .contact_info .contact_info_block.social_info_block li a:hover {
    color: #fdaf00;
    border-color: #fdaf00;
}
.contact .contact_block_form {
    background: #ffffff url("images/contact_form_bg.svg") right center no-repeat;
    width: 100%;
    max-width: 54.5%;
    padding: 5.1em 5.5em 2.9em;
}
.contact .contact_block_form h2 {
    font-size: 1.875em;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.3;
    letter-spacing: normal;
    color: #333333;
    margin-bottom: 0.6em;
}
.contact .contact_block_form .contact_form {
    max-width: 33.438em;
}
.contact .contact_block_form .contact_form p {
    margin-bottom: 1.2em;
}
.contact .contact_block_form .contact_form input {
    width: 100%;
    margin-top: 0.4em;
}
.contact .contact_block_form .contact_form textarea {
    width: 100%;
    margin-top: 0.4em;
    max-height: 6.4em;
}
.contact .contact_block_form .contact_form input.wpcf7-submit {
    margin-top: 0;
}

/* Subscribe section */
.subscribe {
    background-color: #f7f7f7;
    z-index: 1;
    position: relative;
    padding: 3.75em 0;
    text-align: center;
}
.subscribe h2 {
    font-size: 1.875em;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.3;
    letter-spacing: normal;
    color: #333333;
    margin-bottom: 0.2em;
}
.subscribe p {
    font-size: 1em;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.06;
    letter-spacing: normal;
    color: #333333;
    margin-bottom: 1.9em;
}
.subscribe_form input[type="email"] {
    min-width: 23.75em;
    margin-right: 1em;
}
.subscribe_form input[type="submit"] {
    min-width: 10.6em;
}

/* Partners */
.partners {
    background-color: #fff;
    box-shadow: 0 13px 11px 0 rgba(0, 0, 0, 0.02);
    padding: 3.75em 0;
    text-align: center;
}
.partners h2 {
    margin-bottom: 1em;
}
.partners .partner {
    display: flex;
    height: 8em;
    align-items: center;
    justify-content: center;
    margin: 0 1em;
}
.partners .partner:focus {
    outline: none;
}
.partners .partner a {
    display: block;
    height: 100%;
}
.partners .partner img {
    height: 100%;
    width: auto;
    display: block;
}

/* Footer */
footer {
    background-color: #333333;
    font-size: 0.938em;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: rgba(255, 255, 255, 0.62);
    padding: 1.1em 0;
}
footer > .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 4.9em;
}
footer a {
    color: #fdaf00;
}

/* Article */

article header {
    text-align: center;
    padding: 3em 0;
    background: #fdc420;
    color: #fff;
}
article h1 {
    font-size: 2.813em;
}
article .post-thumbnail img {
    max-height: 50vh;
    width: auto;
    margin: auto;
    display: block;
}
article .entry-content {
    margin-bottom: 2em;
}
article .entry-content a {
    color: #fdc420;
}
article .entry-content a:hover {
    text-decoration: underline;
}

@media only screen and (max-width: 1199px) {
    body {
        font-size: 14px !important;
    }

    header > .container {
        padding: 0 1.5em !important;
    }
    header .main-navigation {
        padding-right: 2.4em;
    }
    .container {
        padding: 0 5.5em;
    }
    .hero_inner {
        height: 31.525em;
    }
    .hero_player_photo {
        width: 34.875em;
        height: 31.525em;
    }
    .about > .container {
        padding: 4.563em 5.5em 4.25em;
    }
    .about .benefits .benefit .icon {
        padding: 0.5em;
    }
    .albums {
        margin-left: -2.1em;
        margin-right: -2.1em;
    }
    .albums .album {
        margin: 1.25em 2.1em;
        width: 15.138em;
    }
    .audio {
        background-position: -16.2% center, 130% center;
    }
    .contact .contact_info {
        padding: 5em 2.063em 3.125em;
    }
    .contact .contact_block_form {
        padding: 5.1em 3.5em 2.9em;
    }
    .contact .contact_info .contact_info_inner {
        max-width: 100%;
    }
}
@media only screen and (max-width: 849px) {
    body {
        font-size: 12px !important;
    }
    header .toggle-button {
        display: block;
    }
    header .main-navigation,
    header .socials {
        display: none;
    }
    .team_photo {
        margin-bottom: -13em;
    }
    .team_photo img {
        height: 26em;
    }
    .hero_player_photo {
        display: none;
    }
    .hero_inner {
        height: 27em;
    }
    .hero_inner .text_block {
        margin: auto;
        text-align: center;
    }
    .about .about_row {
        max-width: 25em;
    }
    .video .video_block .current_video {
        height: 20em;
    }
    .video .video_block .video_gallery {
        height: 20em;
    }
    .video .video_block .video_gallery .video_item_inner {
        height: 5em;
    }
    .about .benefits {
        margin-top: 3em;
    }
}

@media only screen and (max-width: 768px) {
    .about .about_row {
        flex-direction: column;
        max-width: inherit;
    }
    .about .about_row .about_col {
        flex: 0 100%;
        padding: 0;
    }
    .about .image_col {
        text-align: center;
        margin-top: 2em;
    }
    .about .image_col img {
        max-width: 100%;
    }
    .team_photo {
        margin-bottom: -10em;
    }
    .team_photo img {
        height: 20em;
    }
}
@media only screen and (max-width: 600px) {
    body {
        font-size: 10px !important;
    }
    .container {
        padding: 0 1.5em;
    }
    .about > .container {
        padding: 2.563em 1.5em 3.25em;
    }
    .about .benefits {
        flex-wrap: wrap;
    }
    .about .benefits .benefit {
        width: 50%;
    }
    .team_photo {
        margin-bottom: 0;
        padding-bottom: 3em;
    }
    .team_photo img {
        height: auto;
        width: 100%;
    }
    .players_container {
        padding-top: 3em;
    }
    .players_container > .container {
        padding: 0 5.5em;
    }
    .video .video_block {
        flex-direction: column;
    }
    .video .video_block .current_video {
        width: 100%;
    }
    .video .video_block .video_gallery {
        width: 100%;
        height: 6em;
        margin: 2em 0 0;
    }
    .video .video_block .video_gallery .video_item_inner {
        margin: 0px 0.781em;
        width: initial;
        height: 6em;
    }
    .video_gallery_nav {
        margin: 0;
        margin-top: 2em;
    }
    .video_gallery_nav,
    .video_gallery_nav ul.slick-dots {
        flex-direction: row;
    }
    .video_gallery_arrow {
        margin: 0 0.5em;
        transform: rotate(90deg);
    }
    .video_gallery_arrow_next {
        transform: rotate(-90deg);
    }
    .video_gallery_nav ul.slick-dots li button {
        margin: 0 4.5px;
    }
    .albums {
        justify-content: center;
        margin-left: 0;
        margin-right: 0;
    }
    .audio {
        background-image: none;
    }
    .contact {
        flex-direction: column;
    }
    .contact .contact_info,
    .contact .contact_block_form {
        max-width: 100%;
    }
    .contact .contact_info .contact_info_inner {
        width: 100%;
    }
    .subscribe_form input[type="email"] {
        margin-right: 0;
        margin-bottom: 1em;
    }
}
