/*!
Theme Name: Jaws
Theme URI: http://underscores.me/
Author: HockeyTech
Author URI: http://www.hockeytech.com
Description: A Pro HockeyTech Theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: jaws
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.

Jaws 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 {
	font-size: 10px;
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	height: 100vh;
	width: 100%;
	margin: 0;
	overflow-x: hidden;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 3.6rem;
}
h2 {
	font-size: 2.6rem;
}
h3 {
	font-size: 2.2rem;
}
h4 {
	font-size: 1.8rem;
}
.entry-meta {
	font-size: 1.4rem;
	margin: 0 0 1rem;
}

/* 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: 1.5rem; /* 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: 700;
}

/**
 * 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: 1.5rem; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 1.2rem;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 1.2rem;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25rem;
}

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: 1.6rem !important; /* 1 */
	line-height: 1.5 !important; /* 1 */
	margin: 0; /* 2 */
	color: #404040;
	min-height: 32px;
}


/**
 * 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.35rem 0.75rem 0.625rem;
}

/**
 * 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 {
	color: #404040;
	font-size: 1.6rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	line-height: 1.25;
	margin: 1rem 0;
}

p {
	margin-bottom: 1.5rem;
	line-height: 1.5;
}

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

blockquote {
	margin: 0 1.5rem;
}

address {
	margin: 0 0 1.5rem;
}

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

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

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

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

big {
	font-size: 3rem;
}

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

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	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: #ffffff;
	/* Fallback for when there is no custom background color defined. */
}

div#page {
	position: relative;
	width: 100%;
	background-color: #ffffff;
	margin-bottom: 50px;
	z-index: 1;
}

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

ul, ol {
	margin: 0;
	padding: 0;
	margin-left: 2rem;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li {
	margin: 0.3vw;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5rem 1.5rem;
}

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

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

table {
	border-collapse: separate;
    border-spacing: 0;
	margin: 0 0 1.5rem;
	width: 100%;
}
table tr th {
	padding: 4px 8px;
	border: none;
}
table tr td {
	padding: 2px 8px;
	border: none;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 1px;
	background: #e6e6e6;
	color: #171717;
	font-size: 1.6rem;
	line-height: 1;
	min-height: 32px;
	cursor: pointer;
	font-weight: 700;
}
input[type="radio"] {
	margin: 0 4px;
	line-height: 1 !important;
	vertical-align: bottom;
	cursor: pointer;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[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: 1px;
	padding: 3px 5px;
}

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

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #000000;
}

a:visited {
	color: #000000;
}

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

a:focus {
	outline: thin dotted;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

/* fixes flasing menu loading */
section.navigation-container {
	overflow: hidden;
}
section.navigation-container:hover {
	overflow: visible;
}
.show-mobile-menu {
	overflow: visible !important;
}
.main-navigation {
	display: table;
}

.social-media-menu-mobile {
    position: absolute;
    right: 40px;
}
socialnav#mobile-social-nav {
	display: none;
	position: relative;
	width: 100%;
	height: 40px;
	line-height: 40px;
	justify-content: center;
	align-items: center;
}
@media screen and (max-width: 560px) {
	.social-media-menu {
		display: none !important;
	}
	socialnav#mobile-social-nav {
		display: flex;
	}
}
.main-navigation ul.nav-menu {
	display: table;
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation ul.nav-menu ul.sub-menu,
.main-navigation ul.nav-menu ul.mega-menu {
	display: none;
}
.main-navigation ul ul {
	margin: 0;
}
.main-navigation ul ul a {
	min-width: 200px;
}

@media screen and (min-width: 1025px) {
	.main-navigation ul.nav-menu ul.sub-menu,
	.main-navigation ul.nav-menu ul.mega-menu {
		display: none;
		box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
		line-height: 2.25;
		position: absolute;
		z-index: -1;
		margin: 0;
	}
	.main-navigation ul li:hover > ul.sub-menu,
	.main-navigation ul li.focus > ul.sub-menu {
		display: block;
		left: auto;
		z-index: 999;
	}
	.main-navigation ul.nav-menu ul.sub-menu ul.sub-menu {
		left: -999rem;
		top: 0;
	}
	.main-navigation ul.nav-menu ul.sub-menu li:hover > ul.sub-menu,
	.main-navigation ul.nav-menu ul.sub-menu li.focus > ul.sub-menu {
		display: block;
		left: 100%;
		z-index: 999;
	}
	.main-navigation ul li:hover > ul.mega-menu {
		left: 0;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: flex-start;
		margin: 0;
		z-index: 9999;
	}
}

ul.mega-menu {
	width: 100%;
}
ul.mega-menu .mega-menu-widget {
	display: flex;
	flex-direction: column;
	flex-basis: 25%;
	width: 100%;
	padding: 1%;
}
ul.mega-menu .mega-menu-widget h2 {
	margin: 0 0 0.5rem 0;
	font-size: 2rem;
	line-height: 1.5;
}
ul.mega-menu .mega-menu-widget a {
	padding: 0;
}
.mega-menu-widget li a {
	padding: 0;
	line-height: 1.5;
}
ul.sub-menu li.item {
	float: none;
}
.main-navigation li {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}
.main-navigation ul.sub-menu li {
	clear: both;
}
.main-navigation a {
	display: block;
	text-decoration: none;
	padding: 0 0.8rem;
	cursor: pointer;
}
i.fab {
	font-size: 2rem;
	font-weight: 400 !important;
}
@media screen and (max-width: 320px) {
	i.fab {
		font-size: 1.5rem;
	}
}
.build-mega-menu ul.nav-menu li {
	float: none;
	padding: 2px 0;
}
.build-mega-menu ul.nav-menu li a {
	color: #000;
	padding: 6px 0;
	font-size: 1.6rem;
	font-weight: 400;
}

/* Mobile menu. */
body.mobile-menu-opened {
	overflow: hidden;
}
.show-mobile-menu .mobile-container {
	position: absolute;
	top: 0;
	left: -4px;
	right: -4px;
	bottom: 0;
	height: Calc(100dvh - 140px);
	z-index: 1001;
	overflow: auto;
}
.main-navigation.toggled ul.nav-menu {
	display: block;
	width: 100%;
}
.main-navigation.toggled ul.nav-menu li {
	width: 100%;
	line-height: 50px;
	padding: 0;
}
.main-navigation.toggled ul.nav-menu li a {
	padding: 0 5vw;
}
.menu-toggle {
	display: none;
	background-color: transparent;
	border-radius: 0;
	border: none;
	font-size: 1.5rem;
	cursor: pointer;
	margin: 0 6px;
	padding: 0;
}
.menu-toggle:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f0c9";
	padding: 8px;
	font-size: 2.4rem;
	vertical-align: middle;
}
.menu-toggle.toggled:before {
	content: "\f00d";
}
#mobile-menu-button.toggled,
#mobile-menu-button-top.toggled {
	display: table;
	position: fixed;
	width: 100%;
	z-index: 999;
}
.menu-main-menu-container.toggled,
.menu-main-menu-container-top.toggled {
	position: relative;
}
button.menu-toggle.toggled {
	padding: 0 1.4rem;
	margin: 0;
}
span.mobile_expand,
span.mobileExpand {
	display: none;
}
span.mobile_expand:before,
span.mobileExpand:before {
	position: absolute;
	right: 0;
	font-family: "Font Awesome 5 Free";
	content: "\f067";
	font-size: 2.2rem;
	font-weight: 900;
	color: #000000;
	text-align: center;
	width: 80px;
	cursor: pointer;
	background-color: rgba(0,0,0,0.15);
}
span.mobile_expand.expanded:before,
span.mobileExpand.expanded:before {
	content: "\f068";
}
.main-navigation.toggled ul.nav-menu ul.sub-menu.opened {
	display: table;
	position: relative !important;
	width: 100%;
}
.main-navigation.toggled ul.sub-menu.opened li a {
	padding: 0 7vw;
}
.main-navigation.toggled ul.sub-menu.opened ul.sub-menu.opened li a {
	padding: 0 9vw;
}
.mega-menu.opened {
	display: flex !important;
	flex-direction: column;
	width: 100%;
}
.mega-menu.opened .mega-menu-widget {
	padding: 5vw;
}
.mega-menu.opened .mega-menu-widget img {
	width: 100% !important;
}

@media screen and (max-width: 1024px) {
	.menu-toggle,
	span.mobile_expand,
	span.mobileExpand {
		display: block;
	}
	.main-navigation ul.nav-menu {
		display: none;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	width: 100%;
	padding: 1.5rem 0;
	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%;
}

/*--------------------------------------------------------------
# Content Body
--------------------------------------------------------------*/

.background-container {
	display: flex;
	flex-wrap: wrap;
}
div#featured-full-container {
	max-width: 100%;
	width: 100%;
}
#page-container.body-container {
	display: flex;
	flex-flow: row;
}
#primary.content-area {
	padding: 1vw 1.5vw;
	width: 100%;
	height: 100%;
}
article {
	width: 100%;
}
#secondary.widget-area {
	width: 320px; /* Default */
	flex-basis: auto;
	flex-shrink: 0;
}
#secondary.widget-area .widget {
	padding: 1vw;
}

/* Page No Sidebar */
#primary.content-area-full {
	padding: 1vw 1.5vw;
	width: 100%;
}

header.entry-header {
	border-bottom: 1px solid;
	margin-bottom: 2rem;
}
.cat-links {
	text-transform: uppercase;
	font-size: 1.4rem;
}
.posted-by {
	margin-bottom: 0.5rem;
	font-size: 1.4rem;
}
.posted-on {
	margin-bottom: 1rem;
	font-size: 1.4rem;
}
i.far.fa-clock {
	margin-right: 0.5rem;
}
.nav-links {
	font-size: 1.75rem;
}
.nav-previous:before {
	content: "\f053";
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
	font-size: 1.75rem;
	margin-right: 0.75rem;
}
.nav-next:after {
	content: "\f054";
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
	font-size: 1.75rem;
	margin-left: 0.75rem;
}
.thumbnail-caption {
	font-style: italic;
	font-size: 1.4rem;
	text-align: right;
}
footer.entry-footer {
	border-top: 1px solid;
	margin-top: 2rem;
	padding-top: 2rem;
}
.edit-link {
	margin-top: 1.5rem;
}
/* Comments */
.comment-author.vcard img.avatar {
	display: none;
}
.comment-content {
	background-color: #fdfdfd;
	padding: 0 1vw;
	margin: 1rem 0;
}
div#respond {
	padding: 1vw;
	margin-left: 2rem;
}
.comment-form label {
	display: block;
	padding-bottom: 0.25rem;
}
.comment-form input {
	width: 100%;
}

/*--------------------------------------------------------------
# Homepage Layout
--------------------------------------------------------------*/

#primary.content-area.homepage {
	padding: 0;

}
#page-container.body-container.homepage {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

#primary.content-area.homepage .site-main {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 1.5vw;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

#primary.content-area.homepage .site-main .featured-news-title {
	padding: 0 0 0.25vw;
	margin-bottom: 0.75vw;
}

@media screen and (max-width: 1000px) {
	#page-container.body-container {
		flex-wrap: wrap;
	}
	#content.site-content,
	footer.site-footer,
	footer .site-info {
		max-width: 100% !important;
	}
	#primary.content-area,
	#secondary.widget-area {
		padding: 3vw;
		width: 100% !important;
		margin: 0 auto !important;
	}
	#secondary.widget-area .widget {
		padding: 2vw;
	}
	#primary.content-area.homepage {
		padding: 0;
	}
	#primary.content-area.homepage .site-main {
		padding: 1vh 3vw;
	}
}

/*
 * Featured Posts
*/
.featured-container {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
	padding: 1.5vw 1vw;
	width: 100%;
}

article .featured-news-title {
	padding-bottom: 1vw;
}
.featured-news-title {
	flex: 1 100%;
	padding: 0 0.5vw 1vh;
	font-size: 2.2rem;
	font-weight: 700;
}
.feature-large {
	position: relative;
	flex-grow: 2;
	padding: 0.5vw;
}
.feature-large-image {
	position: relative;
	overflow: hidden;
	padding-bottom: 66%;
}
.feature-large-full-image {
	position: relative;
	overflow: hidden;
	padding-bottom: 66.6667%;
}
.feature-large-image img,
.feature-large-full-image img {
	position: absolute;
	top: 0;
	bottom: 0;
	right: -999px;
	left: -999px;
	margin: auto;
	max-width: 100%;
	-webkit-transition: -webkit-transform 0.4s ease;
	-moz-transition: -moz-transform 0.4s ease;
	-o-transition: -o-transform 0.4s ease;
	transition: transform 0.4s ease;
}
.feature-large-image img:hover,
.feature-large-full-image img:hover {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
.feature-medium-tall {
	position: relative;
	flex-grow: 1;
	padding: 0.5vw;
}
.feature-medium-tall-image {
	position: relative;
	padding-bottom: 132%;
	overflow: hidden;
}
.feature-medium-tall-image img {
	position: absolute;
	top: 0;
	bottom: 0;
	right: -999px;
	left: -999px;
	margin: auto;
	max-width: 200%;
	-webkit-transition: -webkit-transform 0.4s ease;
	-moz-transition: -moz-transform 0.4s ease;
	-o-transition: -o-transform 0.4s ease;
	transition: transform 0.4s ease;
}
.feature-medium-tall-image img:hover {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
.featured-title {
	position: absolute;
	bottom: 0.5vw;
	left: 0.5vw;
	right: 0.5vw;
	padding: 1vw;
	background-color: rgba(255,255,255,0.75);
	font-size: 2.3rem;
	line-height: 1.25;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.feature-large-full-image .social-addthis,
.feature-small-image .social-addthis,
.feature-medium-tall-image .social-addthis,
.feature-large-image .social-addthis {
	display: flex;
	justify-content: flex-end;
	padding: 1vw;
	position: absolute;
	width: 100%;
	top: 0;
}
.featuredImage {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-repeat: no-repeat;
	background-size: cover;
}
.feature-round .social-addthis {
	position: absolute;
	bottom: 0;
	display: flex;
	justify-content: flex-end;
	width: 100%;
}
.split-text .social-addthis {
	justify-content: flex-end;
	display: flex;
	padding: 0.25vw 0;
}
.carousel-title .social-addthis {
	z-index: 2;
  display: flex;
  padding: 0.5vw 0;
  justify-content: flex-start;
}
.round-articles {
	flex-basis: 35%;
	flex-grow: 0;
	padding: 0.5vw;
}
.feature-round {
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	height: 33.3333%;
	width: 100%;
}
.feature-round-image {
	width: 33%;
	padding: 1vw;
}
.feature-round-image img {
	border-radius: 50%;
	vertical-align: middle;
	-webkit-transition: -webkit-transform 0.4s ease;
	-moz-transition: -moz-transform 0.4s ease;
	-o-transition: -o-transform 0.4s ease;
	transition: transform 0.4s ease;
}
.feature-round-image img:hover {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
.featured-title-round {
	width: 67%;
	font-size: 1.8rem;
}
.featured-title-round a {
	text-decoration: none;
}
.four-articles {
	position: relative;
	flex-basis: 50%;
}
.feature-small {
	width: 50%;
	float: left;
	position: relative;
	padding: 0.5vw;
}
.feature-small .featured-title {
	font-size: 2rem;
}
.feature-small-image {
	padding-bottom: 66.6667%;
	position: relative;
	overflow: hidden;
}
.feature-small-image img {
	position: absolute;
	top: 0;
	bottom: 0;
	right: -999px;
	left: -999px;
	margin: auto;
	max-width: 100%;
	-webkit-transition: -webkit-transform 0.4s ease;
	-moz-transition: -moz-transform 0.4s ease;
	-o-transition: -o-transform 0.4s ease;
	transition: transform 0.4s ease;
}
.feature-small-image img:hover {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
.four-bottom-articles {
	display: flex;
	flex-flow: row;
	flex-wrap: wrap;
	justify-content: space-between;
	overflow: hidden;
}
.four-bottom-articles .feature-small {
	display: flex;
	flex-flow: column;
	width: calc(25% - 1vw);
	height: auto;
	margin: 0.5vw;
	padding: 0;
	background-color: #ffffff;
}
.four-bottom-articles .featured-title-four {
	padding: 1vw;
	font-size: 2rem;
	line-height: 1.35;
}
.four-bottom-articles .feature-small a {
	text-decoration: none;
}
.featuredTitleBox {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 100%;
	height: 100%;
}
.featuredTitleBox .social-addthis {
	display: flex;
	justify-content: flex-end;
	padding: 0 0.25vw 0.25vw;
}

/* Carousel */

.featured-car-container {
	display: block;
	position: relative;
	overflow: hidden;
}
.featured-car-container .featured-news-title {
	padding: 1vw 1.5vw;
}
.featured-car-container .siema {
	background-color: #000000;
}
.featured-car-container .siema .carousel-tile {
	position: relative;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 60vh;
}
.featured-car-container .siema .carousel-tile:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: block;
	background-color: rgba(0,0,0,0.5);
}
.featured-car-container button {
	position: absolute;
	top: 0;
	bottom: 0;
	height: 100%;
	padding: 0 2vw;
	background: none;
	border: none;
	color: #ffffff;
	cursor: pointer;
	z-index: 999;
}
.featured-car-container button.fprev {
	left: 0;
}
.featured-car-container button.fnext {
	right: 0;
}
.featured-car-container button:before {
	font-family: "Font Awesome 5 Free";
	font-size: 4rem;
}
.featured-car-container button.fprev:before {
	content: '\f053';
}
.featured-car-container button.fnext:before {
	content: '\f054';
}
.featured-car-container button.fprev:hover,
.featured-car-container button.fnext:hover {
	opacity: 0.5;
}
.carousel-title {
	position: absolute;
	top: 0;
	bottom: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
	padding: 0 12vw;
	color: #ffffff;
	font-size: 5.5vh;
	font-weight: 700;
	line-height: 1.25;
	text-shadow: 0px 3px 3px rgba(0,0,0,0.35);
	z-index: 1;
}
.carousel-excerpt {
	font-size: 1.8rem;
	font-weight: 400;
	margin: 1.5vh 0;
	line-height: 1.5;
}
.featured-car-container .dots {
	display: flex;
	justify-content: center;
	position: absolute;
	bottom: 2vh;
	left: 0;
	right: 0;
	z-index: 1;
}
.featured-car-container .dots .dots__item {
	width: 15px;
	height: 15px;
	margin: 0 .5rem;
	border: 0;
	background-color: #ffffff;
	border-radius: 50%;
	outline: 0;
	cursor: pointer;
}
.featured-car-container .dots .dots__item--active {
	background: #000000;
	border: 3px solid #ffffff;
}

/* Carousel Style 2 */

.carousel-tile-split {
	display: flex;
}
.carousel-tile-split .split-text {
	display: flex;
	flex-basis: 40%;
	flex-direction: column;
	justify-content: center;
	padding: 2vw;
}
.split-text .split-title {
	font-size: 4rem;
	line-height: 1.25;
	font-weight: 700;
}
.split-text .split-excerpt {
	margin-top: 2rem;
}
.carousel-tile-split .split-image {
	display: flex;
	flex-basis: 60%;
	background-size: cover;
	background-position-x: center;
	background-position-y: center;
	background-repeat: no-repeat;
}
.carousels2 .dots {
	width: 40%;
}
.carousel-buttons {
	display: flex;
	width: 40%;
	position: absolute;
	bottom: 0;
	justify-content: space-between;
}
.carousel-buttons button {
	position: relative;
	padding: 0 2vw;
}

@media screen and (max-width: 920px) {
	.carousel-tile-split .split-text,
	.carousel-tile-split .split-image {
		flex-basis: 50%;
	}
	.carousels2 .dots,
	.carousel-buttons {
		width: 50%;
	}
	.split-text .split-title {
		font-size: 3.2rem;
	}
}
@media screen and (max-width: 520px) {
	.carousel-tile-split .split-text {
		flex-basis: 100%;
	}
	.carousel-tile-split .split-image {
		flex-basis: 0%;
	}
	.carousels2 .dots,
	.carousel-buttons {
		width: 100%;
	}
	.split-text .split-title {
		font-size: 2.8rem;
	}
}

@media screen and (max-width: 1024px) {
	.carousel-title {
		font-size: 4rem;
	}
}

@media screen and (max-width: 1000px) {
	.featured-news-title {
		padding: 1vw 2vw 0;
	}
	.feature-large {
		flex-grow: 1;
		flex-basis: 100%;
		padding: 2vw;
	}
	.feature-medium-tall {
		padding: 2vw;
	}
	.round-articles {
		flex-basis: 100%;
		padding: 2vw;
	}
	.feature-round {
		height: auto;
	}
	.feature-round-image {
		width: 20%;
	}
	.featured-title-round {
		width: 80%;
		font-size: 2rem;
	}
	.four-articles {
		flex-basis: 100%;
		padding: 0.5vw;
	}
	.feature-small {
		padding: 1.5vw;
	}
	.feature-small .featured-title {
		bottom: 1.5vw;
		left: 1.5vw;
		right: 1.5vw;
	}
	.featured-title {
		bottom: 2vw;
		left: 2vw;
		right: 2vw;
		padding: 2vw;
	}
	.four-bottom-articles .feature-small {
		width: calc(50% - 4vw);
		margin: 2vw;
	}
	.featured-car-container .featured-news-title {
		padding: 1.5vw 3vw;
	}
	.slick-list {
		padding-bottom: 50%;
	}
	.slick-slide img {
		margin-top: -6.25%;
	}
}
@media screen and (max-width: 800px) {
	.carousel-title {
		font-size: 3.5rem;
	}
	.carousel-excerpt {
		display: none;
	}
}
@media screen and (max-width: 500px) {
	.feature-medium-tall {
		flex-basis: 100%;
	}
	.four-bottom-articles .feature-small {
		flex-flow: row;
		width: 100%;
	}
	.feature-small-image {
		padding-bottom: 18.6667%;
		width: 40%;
	}
	.featured-title {
		font-size: 2rem;
		white-space: normal;
	}
	.four-bottom-articles .featured-title-four {
		font-size: 1.6rem;
		padding: 2vw;
	}
	.carousel-title {
		font-size: 3rem;
		padding: 0 15vw;
	}
	.four-articles .feature-small {
		width: 100%;
	}
	.four-articles .feature-small .feature-small-image {
		padding-bottom: 66.6667%;
		width: 100%;
	}
	.feature-medium-tall-image {
		padding-bottom: 66%;
	}
}
@media screen and (max-width: 400px) {
	.carousel-title {
		font-size: 2rem;
	}
}

/* Featured Row */
.featured-row-container {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
section.featured-row {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
[class*="featured-row-article-"] {
	position: relative;
	background-size: cover;
	height: 20vh;
	background-position-x: center;
	background-position-y: center;
	background-repeat: no-repeat;
}
.featured-row-article-6 {
	flex-basis: calc(100% / 6);
}
.featured-row-article-8 {
	flex-basis: calc(100% / 8);
}
.mask {
	content: ' ';
	position: absolute;
	z-index: 100;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	background: #000000;
	pointer-events: none;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.feat-hover:hover .mask {
	opacity: 0.4;
}
.hover-info {
	opacity: 0;
	position: absolute;
	top: 0;
	bottom: 0;
	display: flex;
	align-items: flex-end;
	padding: 1vw;
	font-size: 1.8rem;
	color: #fff;
	font-weight: 700;
	line-height: 1.25;
	z-index: 100;
}
[class*="featured-row-article-"]:hover .hover-info {
	opacity: 1;
}
@media screen and (max-width: 768px) {
	.featured-row-article-6 {
		flex-basis: 33.3333%;
	}
	.featured-row-article-8 {
		flex-basis: 25%;
	}
}
@media screen and (max-width: 520px) {
	[class*="featured-row-article-"] {
		flex-basis: 50%;
	}
	.feat-hover .mask {
		opacity: 0.25;
	}
	[class*="featured-row-article-"] .hover-info {
		opacity: 0;
		padding: 2vw;
	}
	[class*="featured-row-article-"]:hover .hover-info {
		opacity: 0;
	}
}

/*
 * Category Page
*/
.categoryGroup {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
article.category {
	display: flex;
	flex-direction: column;
	border-bottom: 1px solid;
	padding-bottom: 1.5rem;
	margin-bottom: 2.5rem;
}
.category-image {
	position: relative;
	padding-bottom: 66.6667%;
	height: 0;
	overflow: hidden;
	margin-bottom: 1.5rem;
}
.category-image img {
	position: absolute;
	top: 0;
	bottom: 0;
	right: -999px;
	left: -999px;
	margin: auto;
	width: 100%;
	object-fit: cover;
	aspect-ratio: 16 / 9;
	-webkit-transition: -webkit-transform 0.4s ease;
	-moz-transition: -moz-transform 0.4s ease;
	-o-transition: -o-transform 0.4s ease;
	transition: transform 0.4s ease;
}
.category-image img:hover {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
.category-content {
	padding: 0 0 1.5rem 0;
}
footer.category-footer {
	display: table;
	margin: 0 auto;
	margin-top: auto;
	padding-top: 1vw;
}
a.category-more {
	text-align: center;
	width: 100%;
	display: table-cell;
	border: 2px solid;
	height: 36px;
	vertical-align: middle;
	padding: 0 2rem;
	text-decoration: none;
	font-weight: 700;
}
.jump-to-page {
	width: 100%;
	text-align: right;
}
.pagination.loop-pagination {
	text-align: center;
}
.page-numbers {
	min-width: 40px;
	display: inline-block;
	font-size: 1.8rem;
	padding: 0 1rem;
	font-weight: 700;
	border: 1px solid;
	margin: 0 0.25rem;
	text-decoration: none;
	height: 36px;
	line-height: 34px;
}
.page-numbers.current {
	background-color: rgba(0,0,0,0.15);
}
.loadmore {
	display: table;
	margin: 0 auto 2.5rem;
}
.misha_loadmore {
	display: table;
	padding: 0 3rem;
	text-align: center;
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: 2px;
	cursor: pointer;
	border: 2px solid;
	height: 36px;
	line-height: 32px;
	text-decoration: none;
	margin: 0 auto 2.5rem;
}

/* Homepage 2 column news */

article.homepage-2col-news {
	flex: 0 50%;
	width: 50%;
	padding: 1vw 0.5vw;
	margin: -0.5vw;
	margin-bottom: 0.5vw;
}
header.news-header {
	/* Hack for overflow titles */
	max-width: 600px;
}
span.title-wrap {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
@media screen and (max-width: 767px) {
	article.homepage-2col-news {
		flex: 0 100%;
		width: 100%;
	}
	header.news-header {
		/* Hack for overflow titles */
		max-width: 100%;
	}
}

/* Homepage 3 column news */
article.homepage-3col-news {
	width: 33.3333%;
	padding: 1vw 0.5vw;
	margin: -0.5vw;
	margin-bottom: 0.5vw;
}

@media screen and (max-width: 1000px) {
	article.homepage-3col-news {
		flex: 0 50%;
		width: 50%;
	}
}
@media screen and (max-width: 767px) {
	article.homepage-3col-news {
		flex: 0 100%;
		width: 100%;
	}
}

/* Homepage 4 column news */
article.homepage-4col-news {
	flex: 0 25%;
	width: 25%;
	padding: 1vw 0.5vw;
	margin: -0.5vw;
	margin-bottom: 0.5vw;
}

@media screen and (max-width: 1000px) {
	article.homepage-4col-news {
		flex: 0 50%;
		width: 50%;
	}
}
@media screen and (max-width: 767px) {
	article.homepage-4col-news {
		flex: 0 100%;
		width: 100%;
	}
}

/* Homepage Masonary */

.masonary-section {
	padding: 1.5vw;
}
main.masonary-container {
	-moz-column-count: 3;
	-webkit-column-count: 3;
	column-count: 3;
	-moz-column-gap: 1vw;
	-webkit-column-gap: 1vw;
	column-gap: 1vw;
	padding: 0;
}
.masonary-news-title {
	padding: 0 0 0.25vw;
	margin-bottom: 0.75vw;
	font-size: 2.2rem;
	font-weight: 700;
}
article.masonary {
	display: inline-block;
	width: 100%;
	border: 1px solid #dadada;
	padding: 0;
	margin-bottom: 2vh;
}
.masonary-image {
	overflow: hidden;
}
.masonary-image img {
	-webkit-transition: -webkit-transform 0.4s ease;
	-moz-transition: -moz-transform 0.4s ease;
	-o-transition: -o-transform 0.4s ease;
	transition: transform 0.4s ease;
}
.masonary-image img:hover {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
header.masonary-header {
	padding: 0 1vw;
}
.masonary-content {
	padding: 0 1vw 3vh;
}

@media screen and (max-width: 1000px) {
	.masonary-section {
		padding: 3vw;
	}
	main.masonary-container {
		-moz-column-count: 2 !important;
		-webkit-column-count: 2 !important;
		column-count: 2 !important;
		-moz-column-gap: 2vw;
		-webkit-column-gap: 2vw;
		column-gap: 2vw;
	}
}
@media screen and (max-width: 600px) {
	main.masonary-container {
		-moz-column-count: 1 !important;
		-webkit-column-count: 1 !important;
		column-count: 1 !important;
	}
}




/*--------------------------------------------------------------
# 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: 1.4rem;
	font-weight: 700;
	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.5rem;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5rem;
}

.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 select {
	max-width: 100%;
	width: 100%;
}

.textwidget ul li {
	float: none;
}
.textwidget ul li a {
	display: inline-block;
	vertical-align: middle;
	min-width: initial;
	clear: both;
}

socialwidget {
	display: flex;
	justify-content: center;
	align-items: center;
}
socialwidget div {
	margin: 0 10px;
}
socialwidget div a i.fab {
	font-size: 2.75rem;
}

socialbar#social-bar {
	display: flex;
}
socialbar#social-bar .social-media-bar {
	display: flex;
	position: relative;
	margin: 0 auto;
	width: 100%;
}
socialbar#social-bar .social-media-bar .social-bar-icons,
socialbar#social-bar .social-media-bar .social-bar-menu {
	display: flex;
	align-items: center;
	position: absolute;
}
socialbar#social-bar .social-media-bar .social-bar-icons div {
	padding: 0 0.5rem;
}

ul.social-bar-menu-items {
	list-style: none;
	margin: 0;
}
ul.social-bar-menu-items li {
	display: inline-block;
	margin: 0;
}
ul.social-bar-menu-items li a {
	padding: 0 0.6rem;
	cursor: pointer;
}

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

.hentry {
	margin: 0 0 1.5rem;
}

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

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

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

/* related posts */
.relatedcontainer {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
.relatedcontainer h3 {
	margin-bottom: 1rem;
}
.relatedcontainer .relatedthumb {
	flex: 1 1 25%;
	max-width: 300px;
	padding: 0 1%;
	margin-bottom: 3rem;
}
.relatedcontainer .relatedthumb .relatedimage {
	position: relative;
	overflow: hidden;
	height: 0;
	padding-bottom: 56.5%;
	margin-bottom: 1rem;
}
.relatedcontainer .relatedthumb .relatedimage img {
	position: absolute;
	width: 100%;
}
@media screen and (max-width: 767px) {
	.relatedcontainer .relatedthumb {
		flex: 1 1 50%;
	}
}

/*--------------------------------------------------------------
## 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,
video {
	margin: 0;
	max-width: 100%;
}
p > embed,
p > iframe,
p > object,
span > embed,
span > iframe,
span > object {
	margin-bottom: 0;
}
iframe {
	border: none;
	outline: none;
}

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

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5rem;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075rem 0;
}

.wp-caption-text {
	display: block;
	width: 100%;
	font-size: 1.5rem;
	font-style: italic;
	line-height: 1.5;
	text-align: right;
	color: #767676;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5rem;
}
ul.wp-block-gallery {
	list-style: none;
	margin: 0;
}
.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;
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/

footer.site-footer {
	/* Color set in customizer */
}
.site-info {
	margin: 0 auto;
}
.custom-footer {
	padding: 2vw 0 ;
}
@media screen and (max-width: 1000px) {
	.custom-footer {
		padding: 4vw;
	}
}
.customFooterLogo {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 0 2vh;
}
.customFooterLogo img {
	max-width: 100%;
}
.copyright {
	font-size: 1.2rem;
	text-align: center;
	padding: 2vh 0;
}
.powered-by-hockeytech {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	display: flex !important;
	justify-content: center;
	height: 50px;
	line-height: 50px;
	padding: 0;
	text-align: center;
	background-color: #000000 !important;
	z-index: -99;
}
.powered-by-hockeytech img {
	height: 22px;
	vertical-align: bottom;
}

/*------ Footer Widgets -----*/
.footer-widget-containter {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	align-content: center;
	padding: 3vh 0 2vh;
}
@media screen and (max-width: 1200px) {
	.footer-widget-containter {
		padding: 3vh 4vw;
	}
}
.footer-widget-containter ul {
	list-style: none;
	margin: 0;
}
.footer-widget-containter .widget_nav_menu h3 {
	margin: 0 0.3vw 1.5rem;
}
.footer-widget {
	min-height: 100px;
	padding: 0;
}
.footer-widget img {
	max-width: 100%;
}
@media screen and (max-width: 767px) {
	.footer-widget {
		min-width: 100%;
		min-height: auto;
		padding: 0 0 6vw;
		text-align: center;
	}
}
h3.widget-title,
h3.sow-headline {
	margin: 0 0 1.5rem;
	font-size: 2rem;
	font-weight: 400;
}
/* Footer Menu */
ul#footer-menu {
	list-style: none;
	text-align: center;
	margin: 0;
}
@media screen and (max-width: 320px) {
	ul#footer-menu {
		font-size: 14px;
	}
}
ul#footer-menu li {
	display: inline-block;
}

/* HTML5 Video Classes */

.wp-video,
.sow-video-wrapper,
.video-container {
	max-width: 100%;
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 0;
	height: 0 !important;
	overflow: hidden;
}
.wp-video .wp-video-shortcode,
.sow-video-wrapper iframe,
.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

mediaelementwrapper iframe {
	width: 100%;
	height: 100%;
}

.back-to-top {
	background: none;
	margin: 0;
	position: fixed;
	bottom: 0;
	right: 10px;
	width: 40px;
	height: 40px;
	z-index: 99999;
	display: none;
	text-decoration: none;
	color: #ffffff;
	text-align: center;
	background-color: #000;
}
a.back-to-top:hover {
	color: #666 !important;
}
.back-to-top i {
	font-size: 32px;
	line-height: 40px;
}

/* Splash Screen */

.forceShow {
	visibility: visible !important;
}
section.splash {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0,0,0,0.8);
	z-index: 9999;
	display: flex;
	justify-content: center;
	align-items: center;
}
section.splash .splash-containter {
	position: relative;
	background-color: #000000;
	width: 50vw;
	height: auto;
	overflow: hidden;
}
section.splash .splash-containter .close-splash {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 30px;
	padding: 4px 16px;
	cursor: pointer;
	color: #ffffff;
	z-index: 1;
}
section.splash .splash-containter .splash-image {
	display: flex;
    justify-content: center;
    align-items: center;
	font-size: 0 !important;
}
section.splash .splash-containter .splash-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	flex-wrap: wrap;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}
.splash-content .splash-text {
	width: 100%;
	padding: 4vw;
	font-size: 2vw;
	color: #ffffff;
	line-height: 1.25;
	font-weight: 700;
	text-shadow: 0px 4px 5px rgba(0, 0, 0, 0.50);
	text-align: center;
	align-self: center;
}
.splash-action {
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	padding: 2vw 4vw;
}
.splash-action a.splash-btn,
.splash-action .splash-btn {
	background: transparent;
	border: none;
	color: #ffffff;
	font-size: 1.8rem;
	padding: 8px 16px;
	cursor: pointer;
	z-index: 10001;
}
.splash-action a.splash-btn:hover,
.splash-action .splash-btn:hover {
	background-color: rgba(0,0,0,0.75);
}

/* Twitter Widget */
.twit-mobile {
	display: none;
	/*background-color: #fff;*/
}
.twit-full {
	display: block;
	/*background-color: #fff;*/
}
.timeline-Widget {
	border-radius: 0 !important;
}
@media screen and (max-width: 1120px) {
	.twit-mobile {
		display: block;
	}
	.twit-full {
		display: none;
	}
}
/* Facebook Widget */
.fb-column {
	text-align: center;
}
/* Statview Widget Overrides */
ul.ht-div-buttons li {
	margin: 0 0 6px 0;
}
.ht-standings-full {
	background-color: transparent !important;
	margin-top: 6px;
}
.ht-standings-full a {
	display: flex;
	justify-content: center;
	color: #fff !important;
	background: #000;
	border: 1px solid #000;
}
.ht-standings-full a:hover {
	background: rgba(0,0,0,0.5);
}
.ht-table {
	margin: 0;
}
.ht-table th, .ht-table-summary th {
	font-weight: 400;
}
.ht-table td {
	vertical-align: middle !important;
}
.ht-table .photo {
	display: none;
}
.widget_hockeytech_hockeytv {
	text-align: center;
}
.ht-leader-stats-container .ht-leader-stats-title {
	margin: 0 0 1.5rem !important;
	font-size: 2rem !important;
	font-weight: 400 !important;
	line-height: 1.25;
	text-transform: capitalize !important;
}

@media screen and (max-width: 768px) {
	.ht-leader-stats {
		width: 100% !important;
	}
	.ht-leader-stats:nth-child(even) {
		border-right: none !important;
	}
}

.ht-col-left ul li {
	margin: 0;
}
.ht-col-left.ht-check {
	padding-top: 3px !important;
}
.ht-table button {
	min-height: 20px;
	margin-bottom: 4px;
	vertical-align: middle;
}
.ht-player-details {
	border: none !important;
}
.ht-player-details .ht-player-image img {
	border-radius: 100%;
}
.ht-table td a {
	display: block;
}

/* Recent Posts Widget */

section.ht-recent-posts {
	display: flex;
	justify-content: space-evenly;
	align-items: flex-start;
}
section.ht-recent-posts .ht-recent-post {
	max-width: 320px;
	padding: 0 1rem 1rem;
}
section.ht-recent-posts .ht-recent-post .ht-recent-image {
	position: relative;
	height: 0;
	padding-bottom: 66.6667%;
	overflow: hidden;
	margin-bottom: 10px;
}
section.ht-recent-posts .ht-recent-post .ht-recent-image img {
	position: absolute;
	top: 0;
	width: 100% !important;
	max-width: 100% !important;
	left: 0;
}

.ht-recent-image a {
	padding: 0;
}
.ht-recent-title {
	line-height: 1.45;
}

/* Search form and page */

.search-box-page {
	display: flex;
	margin: 2rem 0;
}
.search-box-page h2.page-title {
	line-height: 32px;
	margin: 0;
	padding-right: 10px;
}
.search-box-page .search-field {
	min-width: 260px;
	border: 1px solid #000000;
	padding: 2px 6px;
}
input.search-submit {
	margin: 0 6px;
}
.search-buttons {
	margin-bottom: 3rem;
}
.search-buttons button.activeButton {
	background-color: #ababab;
}
.search-toggle,
.mobile-search-toggle,
.search-toggle-mobile {
	position: absolute;
	right: 0;
	cursor: pointer;
}
i.fas.fa-search {
	font-size: 2rem;
	padding: 0 1rem;
}
.search-box-wrapper,
div#mobile-search-container {
	top: 0;
	right: 40px;
	position: absolute;
	z-index: 99;
	padding: 0 4px 0 10px;
}
.hide {
	display: none;
}

/***********Team Network bar***********/

#leaguenetwork {
	display: flex;
}
#leaguenetwork .leaguenav {
	position: relative;
	display: flex;
	width: 100%;
	align-items: center;
}
#leaguenetwork .leaguelogo {
	padding: 0 15px;
	cursor: pointer;
	position: absolute;
	left: 0;
}
#leaguenetwork .mobilemenu {
	display: none;
	padding-right: 15px;
}
#leaguenetwork .mobilemenu select {
	height: 32px;
	width: 220px;
	color: #000;
}
#leaguenetwork .networkmenu {
	display: block;
	padding: 0 15px;
}
#leaguenetwork .leaguelogo img,
#leaguenetwork .networkmenu img {
	height: 32px;
	width: auto;
	padding: 0 2px;
	vertical-align: middle;
	box-sizing: border-box;
}
@media screen and (max-width: 1200px) {
	#leaguenetwork {
		display: none;
	}
	/* #leaguenetwork .leaguenav {
		justify-content: flex-end !important;
	}
	#leaguenetwork .mobilemenu {
		display: block !important;
	}
	#leaguenetwork .networkmenu {
		display: none !important;
	} */
}

/* Google Ad fix */
div[id^="div-gpt-ad-"] {
	width: 100% !important;
	max-width: 100%;
	margin: 0 auto;
	text-align: center;
}

/* WPZoom instagram fix */
.zoom-instagram-widget__items {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
}
li.zoom-instagram-widget__item {
    margin: initial;
}

/* Video thumbnail fix */
.aiovg .aiovg-responsive-container {
	padding-bottom: 56.25% !important;
}

/* Share button padding */
.at-above-post-page.addthis_tool {
    margin-bottom: 1vh;
}

.ht-check input[type="checkbox"] {
    visibility: hidden;
}
