@charset "UTF-8";
/*
Theme Name: siehste
Theme URI:
Author: Stefan Käsche
Author URI:
Description: Theme for the website of Volleyballclub Strausberg e.V.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: siehste
Tags:

siehste is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
*/
@import url(./css/normalize.css);
@import url(./fonts/font-awesome/css/font-awesome.min.css);
html {
	box-sizing: border-box;
	min-width: 540px;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://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. */
	position: relative;
}

body,
button,
input,
select,
textarea {
	color: #3D464C;
	font-family: "Open Sans", sans-serif;
	font-size: 0.875rem;
	line-height: 1.6;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	text-transform: none;
	font-weight: 100;
}

a {
	color: #369;
	text-decoration: none;
	outline: 0;
}

a:hover, a:active {
	color: #0B8E36;
}

a:focus {
	outline: none;
}

p {
	margin: 0.8em 0;
}

b,
strong {
	font-weight: bold;
}

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

blockquote {
	margin: 0 1.5em;
	color: #b2b2b2;
	border: 1px solid #f2f2f2;
	border-width: 1px 0;
	float: left;
	font-style: italic;
	font-weight: 300;
	font-size: 1.3em;
	line-height: 1.4em;
	width: 50%;
	margin: 0 0 0.5em;
	position: relative;
	left: -20px;
}

blockquote p {
	margin: 1em 0;
}

blockquote.alignright {
	left: 0;
	right: -20px;
}

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

small {
	font-size: 75%;
}

big {
	font-size: 125%;
}

blockquote,
q {
	quotes: "" "";
}

blockquote:before, blockquote:after,
q:before,
q:after {
	content: "";
}

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

ul,
ol {
	margin: 0 0 1.5em 0;
	padding-left: 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 {
	max-width: 100%;
	height: auto;
}

figure {
	position: relative;
	margin: 0;
	max-width: 100%;
	line-height: 0;
}

figure figcaption {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.65);
	color: #fff;
	font-size: .875em;
	line-height: 1.3em;
	padding: 5px 8px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	opacity: .15;
	transition: opacity .2s;
}

figure:hover figcaption {
	opacity: 1;
}

table {
	margin: 1.5em 0;
	width: 100%;
	border: 1px solid #E5E5E5;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.04);
	border-spacing: 0px;
}

table * {
	word-wrap: break-word;
}

table caption h2 {
	text-align: left;
	margin-top: 0;
}

table th, table td {
	padding: 8px 10px;
}

table th {
	text-align: left;
	border-bottom: 1px solid #E1E1E1;
}

table tbody tr:nth-child(2n-1) {
	background-color: rgba(0, 0, 0, 0.03);
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	display: inline-block;
	border: 0;
	background: none #66A7C5;
	color: #fff;
	font-size: 12px;
	font-size: 0.75rem;
	padding: .55em 1em .4em;
	border-bottom: 2px solid rgba(0, 0, 0, 0.2);
	border-radius: 2px;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	opacity: 0.8;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
select,
textarea {
	color: #666;
	border-radius: 3px;
	padding: 10px;
	border: 0;
	background-color: #f2f2f2;
	line-height: 1.2em;
	box-sizing: border-box;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
select:focus,
textarea:focus {
	color: #111;
}

select {
	padding: 8px;
}

textarea {
	width: 100%;
}

.search-form {
	display: flex;
}

.search-form > * {
	flex-grow: 1;
}

.search-form input[name="s"] {
	width: 100%;
}

/**
 * Accessibility
 */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:hover, .screen-reader-text:active, .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;
	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. */
}

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

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/**
 * Gallery
 */
.gallery {
	margin: -1px;
}

.gallery:after {
	content: ".";
	clear: both;
	display: block;
	visibility: hidden;
	height: 0px;
	line-height: 0;
}

.gallery .gallery-item {
	line-height: 0;
	margin: 0;
	float: left;
	padding: 2px;
}

.gallery .gallery-item > div,
.gallery .gallery-item > div a,
.gallery .gallery-item > div img {
	display: block;
	line-height: 0;
	width: 100%;
	height: 100%;
}

.gallery .gallery-item > div {
	overflow: hidden;
	background-color: #f2f2f2;
	position: relative;
}

.gallery .gallery-item > div:before {
	box-sizing: border-box;
	content: "";
	display: block;
	width: 50px;
	height: 50px;
	background-color: rgba(255, 255, 255, 0.65);
	margin-top: -25px;
	margin-left: -25px;
	position: absolute;
	top: 50%;
	left: 50%;
	animation: spinner 1.2s infinite;
	border-radius: 100%;
	border: 4px solid rgba(255, 255, 255, 0.35);
	border-left-color: #fff;
	background-color: transparent;
	animation-timing-function: linear;
	margin-top: -25px;
	margin-left: -25px;
}

@keyframes rotateplane {
	0% {
		perspective: 120px;
	}
	50% {
		perspective: 120px;
		transform: rotateY(180deg);
	}
	100% {
		perspective: 120px;
		transform: rotateY(180deg) rotateX(180deg);
	}
}

@keyframes scaleout {
	0% {
		transform: scale(0);
	}
	100% {
		transform: scale(1);
		opacity: 0;
	}
}

@keyframes spinner {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

.gallery .gallery-item > div img {
	background: none no-repeat scroll center center / cover transparent;
	position: relative;
	z-index: 1;
	transition: all 1s;
}

.gallery .gallery-item > div:hover img {
	transform: scale(1.1, 1.1) rotateZ(-2deg);
}

.gallery.gallery-columns-1 .gallery-item {
	width: 100%;
	height: 100%;
}

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

.gallery.gallery-columns-3 .gallery-item {
	width: 33.33333%;
	height: 33.33333%;
}

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

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

.gallery.gallery-columns-6 .gallery-item {
	width: 16.66667%;
	height: 16.66667%;
}

.gallery.gallery-columns-7 .gallery-item {
	width: 14.28571%;
	height: 14.28571%;
}

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

.gallery.gallery-columns-9 .gallery-item {
	width: 11.11111%;
	height: 11.11111%;
}

#page {
	max-width: 1280px;
	overflow: hidden;
	margin: 0 auto;
}

#content,
#colophone {
	padding: 0 84px;
}

#content {
	padding-top: 222px;
	position: relative;
	min-height: 100vh;
}

#content:after {
	content: ".";
	clear: both;
	display: block;
	visibility: hidden;
	height: 0px;
	line-height: 0;
}

#content #primary {
	padding-right: 320px;
	position: relative;
}

#content #primary #main {
	padding-bottom: 20px;
	width: 100%;
	float: left;
}

#content #primary #secondary {
	width: 300px;
	float: right;
	margin-right: -320px;
	font-size: 85.71%;
}

#content #tertiary {
	text-align: right;
	color: rgba(61, 70, 76, 0.35);
	width: 160px;
	font-size: 76.923%;
	clear: right;
	float: right;
}

#colophon {
	position: absolute;
	background-color: #3D464C;
	color: #fff;
	margin-top: 20px;
	padding: 20px;
	padding-right: 340px;
	min-height: 150px;
	right: 0;
	border-bottom: 0;
	left: 0;
}

#colophon:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: -20px;
	height: 40px;
	width: 100%;
	background-color: #3D464C;
	transform: skewY(-1deg);
}

#colophon:after {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	width: 320px;
	height: 150px;
	right: 5px;
	bottom: 0;
	background: url("./images/block.png") no-repeat scroll 0 0 transparent;
	opacity: .1;
}

nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

nav ul li a {
	display: block;
}

.menu-toggle {
	position: fixed;
	z-index: 1;
	top: 10px;
	left: 10px;
	overflow: hidden;
	font-size: 2em;
	line-height: 1em;
	width: calc( 1em + 16px);
	padding: 5px 8px 4px;
	white-space: nowrap;
	color: transparent;
	background-color: transparent;
	border-bottom-color: transparent;
	cursor: pointer;
	transition: all 0.2s;
}

.menu-toggle:before {
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-right: 0.28em;
	margin-right: 0;
	color: #3D464C;
	width: 1em;
}

.menu-toggle:after {
	display: none;
}

.menu-toggle:hover {
	background-color: rgba(0, 0, 0, 0.05);
}

body.menu__expanded .menu-toggle:before {
	content: "\f105";
	color: #3D464C;
	position: relative;
	left: -3px;
}

body.menu__expanded .menu-toggle:after {
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-left: 0.28em;
	margin-left: 0;
	color: #3D464C;
	position: absolute;
	top: 6px;
	left: 20px;
}

#masthead {
	background-color: #f2f2f2;
	position: absolute;
	z-index: 100;
	top: 0;
	right: 0;
	left: 0;
	line-height: 1em;
}

#masthead .site-branding {
	position: absolute;
	z-index: 102;
}

#masthead .site-branding h1.site-title {
	margin: 0;
	position: relative;
}

#masthead .site-branding h1.site-title a {
	display: block;
	font-size: 1rem;
	line-height: 1.2em;
	color: #3D464C;
}

#masthead .site-branding h1.site-title a:first-line {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1rem;
}

#masthead .site-branding h1.site-title a:after {
	content: "";
	display: block;
	position: absolute;
	width: 2em;
	height: 2em;
	top: .6em;
	left: -2.6em;
	background: url("./images/logo.png") no-repeat scroll center center/auto 100% transparent;
}

#masthead:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: -20px;
	height: 40px;
	width: 100%;
	background-color: #f2f2f2;
	transform: skewY(-1deg);
}

body.top-menu #masthead {
	position: fixed;
	width: 100%;
	padding: 0;
	padding-left: 8em !important;
	height: auto !important;
	min-height: 2.5em;
}

body.top-menu #masthead h1.site-title {
	padding-top: .7em;
	white-space: nowrap;
}

body.top-menu #masthead .widget {
	display: none;
}

body.top-menu #content {
	padding: 55px 20px 0 40px;
}

body.top-menu #site-navigation div > ul {
	display: none;
}

body.top-menu.menu__expanded .menu-toggle:before {
	left: -2px;
}

body.top-menu.menu__expanded .menu-toggle:after {
	top: 5px;
	left: 19px;
}

body.top-menu.menu__expanded #site-navigation {
	margin-left: -8em;
	text-align: center;
	padding-top: 4em;
	position: relative;
	left: 0 !important;
	z-index: 1;
}

body.top-menu.menu__expanded #site-navigation div > ul {
	display: block;
}

body.top-menu.menu__expanded #site-navigation div > ul a {
	padding: .5em;
}

body.top-menu.menu__expanded #site-navigation div > ul > li > a {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1.3em;
}

body:not(.top-menu) #masthead {
	padding: 20px 340px 0 20px;
}

body:not(.top-menu) #masthead:before {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	width: 320px;
	height: 150px;
	right: 5px;
	bottom: -20px;
	background: url("./images/block.png") no-repeat scroll 0 0 transparent;
}

body:not(.top-menu) #masthead .site-branding {
	top: 20px;
	left: 20px;
}

body:not(.top-menu) #masthead .site-branding h1.site-title a {
	background-color: #fff;
	padding: 107px 20px 22px;
	width: 180px;
	text-align: center;
	box-shadow: 10px 0 30px -30px #000;
}

body:not(.top-menu) #masthead .site-branding h1.site-title a:after {
	top: 20px;
	left: 0;
	width: 100%;
	height: 75px;
	margin: 0 auto;
	transition: all 0.2s;
}

body:not(.top-menu) #masthead .widget {
	font-size: 85.71%;
	margin: 0;
	padding: 0 10px;
	max-width: 300px;
	box-sizing: border-box;
}

body:not(.top-menu) #masthead .widget.widget_posts ul li {
	display: none;
	display: none;
}

body:not(.top-menu) #masthead .widget.widget_posts ul li:first-child, body:not(.top-menu) #masthead .widget.widget_posts ul li:nth-child(2), body:not(.top-menu) #masthead .widget.widget_posts ul li:nth-child(3) {
	display: block;
}

body:not(.top-menu) #site-navigation {
	position: absolute;
	z-index: 101;
	top: 20px;
}

body:not(.top-menu) #site-navigation .menu-toggle {
	opacity: 0;
}

body:not(.top-menu) #site-navigation div > ul {
	font-weight: bold;
}

body:not(.top-menu) #site-navigation div > ul li {
	position: relative;
	background-color: #fff;
}

body:not(.top-menu) #site-navigation div > ul li a {
	line-height: 1.6;
	padding: 8px 13px 6px;
	position: relative;
	background: none transparent;
	text-transform: uppercase;
	white-space: nowrap;
}

body:not(.top-menu) #site-navigation div > ul li + li {
	margin-top: 7px;
}

body:not(.top-menu) #site-navigation div > ul li ul {
	display: none;
	position: absolute;
	z-index: 10;
	top: 0;
	left: 100%;
	font-weight: normal;
	font-size: 85.71%;
	box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.15);
	margin-left: 7px;
}

body:not(.top-menu) #site-navigation div > ul li ul li + li {
	margin-top: -3px;
}

body:not(.top-menu) #site-navigation div > ul li ul li + li > a {
	padding-top: 2px;
}

body:not(.top-menu) #site-navigation div > ul li ul ul {
	font-size: 100%;
	margin-left: 0;
	font-weight: normal;
}

body:not(.top-menu) #site-navigation div > ul li:hover.menu-item-has-children > a:after {
	content: "";
	position: absolute;
	top: 0;
	right: -7px;
	width: 7px;
	height: 100%;
}

body:not(.top-menu) #site-navigation div > ul li:hover > a,
body:not(.top-menu) #site-navigation div > ul li:hover.menu-item-has-children > a:after {
	background-color: #fff;
	color: #0B8E36;
}

body:not(.top-menu) #site-navigation div > ul li:hover > ul {
	display: block;
}

body:not(.top-menu).sidebar-menu #masthead {
	position: fixed;
	width: 220px;
	height: auto !important;
	padding: 0 20px 20px !important;
	margin-left: -220px;
	bottom: 0;
	background-color: #3D464C;
	overflow-y: auto;
	border-top: 0;
}

body:not(.top-menu).sidebar-menu #masthead > * {
	display: none;
}

body:not(.top-menu).sidebar-menu #masthead .site-branding,
body:not(.top-menu).sidebar-menu #masthead #site-navigation {
	display: block;
	position: relative;
	top: 0 !important;
	left: 0 !important;
}

body:not(.top-menu).sidebar-menu #masthead .site-branding h1.site-title a {
	background-color: transparent;
	box-shadow: none;
	color: #fff;
}

body:not(.top-menu).sidebar-menu #masthead #site-navigation {
	padding-top: 7px;
}

body:not(.top-menu).sidebar-menu #masthead:before, body:not(.top-menu).sidebar-menu #masthead:after {
	display: none;
}

body:not(.top-menu).sidebar-menu.sidebar-menu__toggleable #masthead {
	transition: all 0.2s;
}

body:not(.top-menu).sidebar-menu.sidebar-menu__toggleable #masthead #site-navigation {
	margin-bottom: 20px;
}

body:not(.top-menu).sidebar-menu.sidebar-menu__toggleable #masthead #site-navigation .menu-toggle {
	opacity: 1;
	cursor: pointer;
}

body:not(.top-menu).sidebar-menu.sidebar-menu__toggleable #masthead #site-navigation div > ul {
	margin: 0 -20px;
}

body:not(.top-menu).sidebar-menu.sidebar-menu__toggleable #masthead #site-navigation div > ul > li.menu-item-has-children:hover > a:after {
	display: none;
}

body:not(.top-menu).sidebar-menu.sidebar-menu__toggleable #masthead #site-navigation div > ul li {
	background-color: transparent;
}

body:not(.top-menu).sidebar-menu.sidebar-menu__toggleable #masthead #site-navigation div > ul li a {
	color: #fff;
	background-color: rgba(255, 255, 255, 0.02);
}

body:not(.top-menu).sidebar-menu.sidebar-menu__toggleable #masthead #site-navigation div > ul li a:hover,
body:not(.top-menu).sidebar-menu.sidebar-menu__toggleable #masthead #site-navigation div > ul > li > a {
	background-color: rgba(255, 255, 255, 0.05);
}

body:not(.top-menu).sidebar-menu.sidebar-menu__toggleable #masthead #site-navigation div > ul ul {
	display: block;
	position: relative;
	left: 0;
	box-shadow: none;
	margin-left: 0;
}

body:not(.top-menu).sidebar-menu.sidebar-menu__toggleable #masthead #site-navigation div > ul ul li + li {
	margin-top: 0;
}

body:not(.top-menu).sidebar-menu.sidebar-menu__toggleable #masthead #site-navigation div > ul ul li + li a {
	padding-top: 8px;
}

body:not(.top-menu).sidebar-menu.menu__expanded {
	overflow: hidden;
}

body:not(.top-menu).sidebar-menu.menu__expanded #masthead {
	margin-left: 0;
}

body:not(.top-menu).sidebar-menu.menu__expanded #masthead #site-navigation .menu-toggle {
	left: 230px;
}

body:not(.top-menu).sidebar-menu.menu__expanded:after {
	content: "";
	display: block;
	position: fixed;
	z-index: 1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 220px;
	background-color: rgba(0, 0, 0, 0.15);
}

.nav-links {
	padding-top: 20px;
	border-top: 1px solid #f2f2f2;
}

.nav-links:after {
	content: ".";
	clear: both;
	display: block;
	visibility: hidden;
	height: 0px;
	line-height: 0;
}

.nav-links > div a,
.nav-links > div .current {
	display: inline-block;
	border: 0;
	background: none #66A7C5;
	color: #fff;
	font-size: 12px;
	font-size: 0.75rem;
	padding: .55em 1em .4em;
	border-bottom: 2px solid rgba(0, 0, 0, 0.2);
	border-radius: 2px;
}

.nav-links > div a:hover,
.nav-links > div .current:hover {
	opacity: 0.8;
}

.nav-links > div .current {
	background-color: #0B8E36;
}

.nav-links > div.nav-previous {
	float: left;
}

.nav-links > div.nav-next {
	float: right;
}

#footer-navigation {
	position: relative;
	z-index: 1;
	font-size: 85.71%;
}

#footer-navigation .menu-toggle {
	display: none;
}

#footer-navigation ul.menu {
	margin: 0;
	padding: 0;
	list-style: none;
}

#footer-navigation ul.menu a {
	line-height: 1em;
	color: rgba(255, 255, 255, 0.65);
	padding: .5em;
	display: block;
}

#footer-navigation ul.menu a[href="/"] {
	pointer-events: none;
	text-transform: uppercase;
}

#footer-navigation ul.menu a:hover {
	text-decoration: underline;
}

#footer-navigation ul.menu > li {
	float: left;
}

#footer-navigation ul.menu > li > a {
	font-weight: bold;
}

#footer-navigation ul.menu > li + li {
	margin-left: 20px;
}

#comments .comments-title + #respond > h3 {
	margin-top: -15px;
}

#comments .comment-list {
	list-style: none;
	padding: 0;
	margin-bottom: -20px;
}

#comments .comment-list ol {
	list-style: none;
	margin: 0;
}

#comments .comment-list article .comment-author {
	float: left;
}

#comments .comment-list article .comment-metadata {
	text-align: right;
	font-size: 85.71%;
	padding-top: 3px;
}

#comments .comment-list article .comment-metadata a {
	color: #b2b2b2;
	cursor: text;
}

#comments .comment-list article .comment-content {
	box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
	padding: 0 15px;
	clear: left;
	margin-top: .25em;
	font-style: italic;
}

#comments #commentform {
	margin: 0 -5px;
}

#comments #commentform p {
	padding: 0 5px;
	margin-top: 0;
}

#comments #commentform p label {
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
}

#comments #commentform p input, #comments #commentform p textarea {
	width: 100%;
}

#comments #commentform p .description {
	display: inline-block;
	color: #b2b2b2;
	font-size: 85.71%;
	line-height: 1.3em;
	padding-top: 2px;
}

#comments #commentform p.logged-in-as {
	margin-top: -10px;
}

#comments #commentform p.comment-form-comment {
	float: none;
	clear: left;
	width: auto;
}

#comments #commentform p.comment-form-comment textarea {
	height: 8.5em;
}

#comments #commentform p.form-submit, #comments #commentform p:not(.comment-form-comment)[class^="comment-form-"] {
	width: 33.33333%;
	float: left;
}

#comments #commentform p.form-submit {
	min-width: 33.33333%;
	width: auto;
}

ul.share {
	list-style: none;
	margin: 20px 0 5px;
	padding: 0 0 22px;
	overflow: hidden;
	position: relative;
}

ul.share li {
	float: left;
	border-right: 0.28em solid #fff;
}

ul.share li a {
	display: inline-block;
	border: 0;
	background: none #66A7C5;
	color: #fff;
	font-size: 12px;
	font-size: 0.75rem;
	padding: .55em 1em .4em;
	border-bottom: 2px solid rgba(0, 0, 0, 0.2);
	border-radius: 2px;
}

ul.share li a:hover {
	opacity: 0.8;
}

ul.share li a.share__facebook {
	background-color: #6D84B4;
}

ul.share li a.share__facebook:before {
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-right: 0.28em;
}

ul.share li a.share__twitter {
	background-color: #38AEEA;
}

ul.share li a.share__twitter:before {
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-right: 0.28em;
}

ul.share li a.share__google {
	background-color: #D84C38;
}

ul.share li a.share__google:before {
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-right: 0.28em;
}

ul.share li a.share__email:before {
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-right: 0.28em;
}

ul.share li a.share__whatsapp {
	background-color: #43D854;
}

ul.share li a.share__whatsapp:before {
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-right: 0.28em;
}

ul.share li a.share__sms:before {
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-right: 0.28em;
}

ul.share:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 25%;
	border-bottom: 1px dotted #b2b2b2;
}

/**
 * Content
 */
article {
	padding-bottom: 20px;
}

article .entry-header {
	text-transform: uppercase;
}

article .entry-header h1.entry-title {
	font-size: 2em;
	line-height: 1.1em;
	text-transform: uppercase;
}

article .entry-header .entry-meta {
	font-size: 85.71%;
	line-height: 1.2em;
	margin-top: -1.3em;
}

article .entry-header .entry-meta > span {
	margin-right: 1.12em;
}

article .entry-header .entry-meta .posted-on ul,
article .entry-header .entry-meta .cat-links ul,
article .entry-header .entry-meta .tag-links ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: inline-block;
}

article .entry-header .entry-meta .posted-on ul li,
article .entry-header .entry-meta .cat-links ul li,
article .entry-header .entry-meta .tag-links ul li {
	display: inline;
}

article .entry-header .entry-meta .posted-on:before,
article .entry-header .entry-meta .cat-links:before,
article .entry-header .entry-meta .tag-links:before {
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-right: 0.28em;
	color: #b2b2b2;
}

article .entry-header .entry-meta .posted-on li + li:before,
article .entry-header .entry-meta .posted-on a + a:before,
article .entry-header .entry-meta .cat-links li + li:before,
article .entry-header .entry-meta .cat-links a + a:before,
article .entry-header .entry-meta .tag-links li + li:before,
article .entry-header .entry-meta .tag-links a + a:before {
	content: ", ";
	color: #b2b2b2;
	cursor: default;
}

article .entry-header .entry-meta .post-edit-link:before {
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-right: 0.28em;
	color: #b2b2b2;
}

article .entry-header .entry-meta .posted-on:before {
	content: "\f017";
}

article .entry-header .entry-meta .posted-on a {
	color: #3D464C;
	cursor: text;
}

article .entry-header .entry-meta .posted-on .published + .updated {
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
}

article .entry-header .entry-meta .cat-links:before {
	content: "\f07c";
}

article .entry-header .entry-meta .tag-links:before {
	content: "\f02c";
}

article .entry-header .entry-meta .byline .author a:before {
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-right: 0.28em;
}

article .post-thumbnail {
	line-height: 0;
	background: url("./images/pattern-light.svg") repeat fixed #b2b2b2;
	display: block;
	margin: 15px 0;
	margin-left: -20px;
}

article .post-thumbnail img {
	width: 100%;
}

article.post-teaser.has-post-thumbnail .post-thumbnail {
	overflow: hidden;
	padding-top: 56.25%;
	position: relative;
}

article.post-teaser.has-post-thumbnail .post-thumbnail img {
	position: absolute;
	top: 0;
	left: 0;
	transition: all 0.5s ease-out;
	transform: scale(1, 1);
	opacity: .85;
}

article.post-teaser.has-post-thumbnail:hover .post-thumbnail img {
	opacity: 1;
	transform: scale(1.1, 1.1) rotateZ(-2deg);
}

article.post-teaser .entry-header h1.entry-title {
	font-weight: 500;
}

article.post-teaser:hover .entry-header h1.entry-title a {
	color: #369;
}

article.post-teaser:hover .entry-header h1.entry-title a:hover {
	color: #0B8E36;
}

article.post-teaser .more-link {
	font-weight: bold;
}

article.post-teaser .more-link:before {
	content: "";
	display: block;
	line-height: 0;
	height: .5em;
}

article .entry-content .gallery {
	margin-left: -21px;
}

article .entry-content:empty {
	display: none;
}

article + article {
	border-top: 1px solid #f2f2f2;
	padding-top: 15px;
}

/**
 * Messages
 */
.ok,
[class*="ok-"] {
	background-color: #DFF2BF !important;
	color: #4F8A10;
}

.warning {
	background-color: #FEEFB3 !important;
	color: #9F6000;
}

.error,
[class*="error-"] {
	background-color: #FFBABA !important;
	color: #D8000C;
}

/**
 * Footer
 */
/**
 * Widgets
 */
.widget {
	margin: 20px 0;
	position: relative;
	z-index: 1;
}

.widget .widget-title,
.widget .widgettitle {
	margin: 0;
	padding: 5px 10px;
	background-color: #3D464C;
	color: #fff;
	font-size: 136.5275%;
	line-height: 1.6;
}

.widget .widget-title a,
.widget .widgettitle a {
	display: block;
	color: #fff;
}

/**
 * Lightbox
 */
#lightbox {
	display: none;
	line-height: 0;
	z-index: 1000;
	top: 0;
	width: 100%;
	height: 100%;
	max-width: 100%;
	max-height: 100%;
	left: 0;
	background-color: rgba(0, 0, 0, 0.85);
	text-align: center;
	box-sizing: border-box;
	padding: 20px;
	position: relative;
	position: fixed;
}

#lightbox:before {
	box-sizing: border-box;
	content: "";
	display: block;
	width: 50px;
	height: 50px;
	background-color: rgba(255, 255, 255, 0.65);
	margin-top: -25px;
	margin-left: -25px;
	position: absolute;
	top: 50%;
	left: 50%;
	animation: spinner 1.2s infinite;
	border-radius: 100%;
	border: 4px solid rgba(255, 255, 255, 0.35);
	border-left-color: #fff;
	background-color: transparent;
	animation-timing-function: linear;
	margin-top: -25px;
	margin-left: -25px;
}

@keyframes rotateplane {
	0% {
		perspective: 120px;
	}
	50% {
		perspective: 120px;
		transform: rotateY(180deg);
	}
	100% {
		perspective: 120px;
		transform: rotateY(180deg) rotateX(180deg);
	}
}

@keyframes scaleout {
	0% {
		transform: scale(0);
	}
	100% {
		transform: scale(1);
		opacity: 0;
	}
}

@keyframes spinner {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

#lightbox #lightbox__nav {
	max-height: 100%;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

#lightbox #lightbox__nav span {
	display: block;
	position: absolute;
	top: 3px;
	bottom: -3px;
	width: 50%;
	display: none;
}

#lightbox #lightbox__nav span.nav-prev {
	left: 0;
}

#lightbox #lightbox__nav span.nav-next {
	right: 0;
}

#lightbox img {
	box-shadow: 0 0 40px rgba(0, 0, 0, 0.65);
	position: relative;
	border: 3px solid #fff;
	max-height: 100%;
	width: auto;
}

#lightbox.loading:before {
	z-index: 1;
}

#lightbox.active {
	display: block;
}

/**
 * Google maps
 */
.gm-wrapper .gm-canvas {
	padding-top: 0 !important;
}

.gm-wrapper .info {
	display: none;
}

/**
 * Thickbox
 */
#TB_window {
	margin: 0 !important;
	width: auto !important;
	transform: translate(-50%, -50%);
}

#TB_window #TB_ajaxWindowTitle {
	width: auto;
}

#TB_window #TB_ajaxContent {
	width: auto !important;
	height: auto !important;
}

/**
 * Admin Bar
 */
#wpadminbar {
	position: fixed !important;
}

@media screen and (min-width: 600px) {
	body.admin-bar:not(#tinymce):before {
		top: 32px;
	}
	body.admin-bar #page {
		min-height: calc(100vh - 32px);
	}
	body.admin-bar.sidebar-menu #masthead, body.admin-bar.top-menu #masthead {
		top: 32px !important;
	}
	body.admin-bar #site-navigation .menu-toggle {
		top: 42px;
	}
}

@media screen and (max-width: 782px) and (min-width: 600px) {
	body.admin-bar:not(#tinymce):before {
		top: 46px;
	}
	body.admin-bar #page {
		min-height: calc(100vh - 46px);
	}
	body.admin-bar.sidebar-menu #masthead, body.admin-bar.top-menu #masthead {
		top: 46px !important;
	}
	body.admin-bar #site-navigation .menu-toggle {
		top: 56px;
	}
}

/**
 * Responsive
 */
@media screen and (min-width: 1200px) {
	#content {
		padding-right: 264px;
	}
	#content #tertiary {
		right: 84px;
		position: absolute;
		z-index: 1;
		clear: none;
	}
}

@media screen and (max-width: 862px) {
	body,
	button,
	input,
	select,
	textarea {
		font-size: 0.75rem;
	}
	table.season-table thead, table.season-table tbody, table.season-table tfoot, table.season-schedule thead, table.season-schedule tbody, table.season-schedule tfoot {
		font-size: 100%;
	}
	article.member {
		font-size: 100%;
	}
	#content {
		padding-right: 20px;
	}
	#content #primary {
		padding-right: 180px;
	}
	#content #primary #main {
		float: none;
		margin-right: -180px;
		width: auto;
	}
	#content #primary #secondary {
		width: 100%;
		margin-right: 0;
		float: left;
		font-size: 100%;
	}
	#content #tertiary {
		right: 0;
		position: relative;
		float: right;
	}
}

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

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