/*
Theme Name: THPSX
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: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: thpsx
Tags:

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.

THPSX is based on Underscores http://underscores.me/, (C) 2012-2016 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 http://necolas.github.com/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
--------------------------------------------------------------*/
html {
	font-family: 'Roboto', sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

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

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5; 
}

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

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	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 http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

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

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

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

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

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 #c2c2c2;
	border-radius: 0px;
	padding: 3px;
}

body select {
	border: 1px solid #ccc;
	color: #666;
}
body .dynatable-demo select, body .dynatable-demo select:focus, body .dynatable-demo option {
	border: 0px solid transparent;
	padding: 5px 3px;
	font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
	margin-right: 6px;
	background-color: #7a7c7f;
    color: #fff;
}
.dynatable-demo input[type="search"] {
	border: 0px solid transparent;
	background-color: #7a7c7f;
    color: #fff;
}
.dynatable-demo input[type="search"]:focus {
	border: 0px solid transparent;
	background-color: #7a7c7f;
    color: #fff;
}

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

textarea {
	width: 100%;
}

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

a, a:hover, a:visited {
  color: #3c6eba;
}

a:hover,
a:focus,
a:active {
	color: #3c6eba;
	text-decoration: underline;
}

a:focus {
	outline: 0;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	display: block;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-right: 0;
    padding-left: 0px;
	height: 78px;
}

.main-navigation li {
	display: inline-block;
	position: relative;
	text-align: center;
	height: 100%;
	margin-left: 15px;
	padding-left: 15px;
	padding-right: 15px;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 17px;
	top: 50%;
	transform: translateY(-50%);
	position: relative;
	margin-top: -1px;
	border-bottom: 2px solid transparent;
}

.main-navigation ul ul {
	float: left;
	position: absolute;
	top: 78px;
	left: -999em;
	z-index: 99999;
	/* height: 100%; */
	margin-left: -15px;
}
h2.widget-title a:hover {
	text-decoration: none;
}
.main-navigation ul ul ul {
	left: -999em;
	top: 0;
	margin-left: 0px;
}

.main-navigation ul ul a {
	width: 250px;
    padding: 10px 20px;
}
.main-navigation ul ul a:hover {
	border-bottom: none;
}
.main-navigation ul li.menu-item-has-children:hover {
	background-color: #1e1e1e;
}
.main-navigation ul li.menu-item-has-children:hover a {
	color: #6e7373;
}
.main-navigation ul li.menu-item-has-children:hover li a {
	color: #fff;
}
.main-navigation ul li.menu-item-has-children a:hover {
	border-bottom: 2px solid transparent;
}
.main-navigation ul li.menu-item-has-children a li a:hover {
	border-bottom: none;
}
.main-navigation ul ul li {
    background-color: #1e1e1e;	
	margin-left: 0px;
	margin-right: 0px;
	height: 50px;
	padding-left: 0px;
	padding-right: 0px;
}
.main-navigation ul ul li:hover, .main-navigation ul ul li.menu-item-has-children:hover {
    background-color: #3c6eba;	
}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

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

@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 {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

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

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

.hentry {
	margin: 0 0 1.5em;
}

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

.single .byline,
.group-blog .byline {
	display: inline;
}

.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, /* Older / Newer Posts Navigation (always hidden) */
.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%;
}

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

/* Custom Edits */

.site-header {
	background-color: #25272a;
}
.header-inner {
	max-width: 1600px;
	margin: 0px auto;
	width: 100%;
	height:78px;
}
.logo {
	float: left;
}
.logo img {
	margin-top: 10px;
}
.main-navigation a:hover, .main-navigation li.current-menu-item a, .main-navigation li.current-menu-item a:hover, .main-navigation ul li.menu-item-has-children:hover a {
	border-bottom: 2px solid #3c6eba;
}
.main-navigation li.current-menu-item li a, .main-navigation li.current-menu-item li a:hover, .main-navigation ul li.menu-item-has-children:hover li a {
	border-bottom: none;
}
.social-icons {
	float: right;
	margin-top: -57px;
}
.social-icons .widget {
	margin-bottom: 0px;
}
.social-icons h2 {
	display: none;
}
.social-icons img {
	margin-left: 22px;
}
.site-content {
	max-width: 1600px;
	margin: 0px auto;
	padding-top: 24px;
}
.site-content #primary {
	max-width: 1045px;
	border: 3px solid #282a2d;
	background-color: #25272a;
	float: left;
	margin-right: 30px;
	width: 71%;
	color: #fff;
}
.site-content #primary-new {
	border: 3px solid #282a2d;
	background-color: #25272a;
	color: #fff;
}
.entry-content {
	padding: 35px;
	margin: 0px;
}
h2.entry-title, h1.entry-title {
	font-size: 36px;
	margin: 0px 0px 12px 0px;
	border-bottom: 3px solid #7a7c7f;
	line-height: 42px;
	text-transform: uppercase;
	color: #3c6eba;
}
h2.entry-title a {
	border-bottom: 3px solid #3c6eba;
}
h2.entry-title a {
	color: #3c6eba;
}
h2.entry-title a:hover {
	text-decoration: none;
}
.entry-meta {
	font-style: italic;
}
.discuss {
	margin-top: 32px;
}
.discuss.parks {
	margin-top: 0px;
	text-align: center; 
}
#secondary .discuss a {
	color: #3c6eba;
	font-size: 16px;
	border: 1px solid #3c6eba;
	line-height: 16px;
	text-transform: uppercase;
	padding: 10px 35px;
	font-weight: 700;
}
.discuss.parks a, .discuss.parks .discuss.parks, .custom-hnic a.dat-link {
	background-color: #3c6eba;
	color: #fff;
	font-size: 16px;
	border: 1px solid #3c6eba;
	line-height: 16px;
	text-transform: uppercase;
	padding: 6px 25px;
	font-weight: 700;
	background-image: none;
	border-radius: 0px;
	box-shadow: none;
	text-shadow: none;
}
a.dat-link {
	float: right;
	margin-left: 12px;
	margin-top: 6px;
}
.new-dat-link {
	background-color: #3c6eba;
	color: #fff;
	font-size: 16px;
	border: 1px solid #3c6eba;
	line-height: 19px;
	text-transform: uppercase;
	padding: 6px 25px;
	font-weight: 700;
	background-image: none;	
	box-shadow: none;
	text-shadow: none;	
	border-radius: 15px;
}
button.new-dat-link:hover {
	color: #3c6eba;
	background-color: transparent;
	text-decoration: none;
}
.numDownloaded {
	width: 100%;
	text-align: center;
	list-style-type: none;
	font-size: small;
}
#downloadHNICForm {
	text-align: center;
}
.discuss.parks a:hover, .discuss.parks .discuss.parks:hover, .custom-hnic a.dat-link:hover {
	color: #3c6eba;
	background-color: transparent;
	text-decoration: none;
}
#secondary .discuss a:hover {
	color: #fff;
	background-color: #3c6eba;
	text-decoration: none;
}
.thps-logos p {
	clear: both;
	padding-top: 25px;
}
.thps-logos img {
	margin-top: -16px;
}
#execphp-3 {
	color: #7a7c7f;
}
/* Homepage August 2018 */

.new-header {
	padding: 15px 30px;
	background-color: #3e6eb9;
	margin-top: 0px;
	margin-bottom: 0px;
}
.new-header h2, .new-header h3 {
	margin-top: 0px;
	margin-bottom: 0px;
	color: #fff;
}
.new-header h3 {
	font-size: 18px;
	font-weight: 400;
	line-height: normal;
	clear: none;
}
.new-header h2 {
	font-size: 30px;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
	clear: none;
}
.new-header .uploads-button {
	float: right;
	margin-top: 18px;
}
.new-header .uploads-button a {
	background-color: #fff;
    color: #3e6eb9;
    font-size: 16px;
    border: 1px solid #fff;
    line-height: 16px;
    text-transform: uppercase;
    padding: 6px 25px;
    font-weight: 700;
    background-image: none;
    border-radius: 0px;
    box-shadow: none;
    text-shadow: none;
}
.new-header .uploads-button a:hover {
	background-color: #3e6eb9;
    color: #fff;
    font-size: 16px;
    border: 1px solid #fff;
    line-height: 16px;
    text-transform: uppercase;
    padding: 6px 25px;
    font-weight: 700;
    background-image: none;
    border-radius: 0px;
    box-shadow: none;
    text-shadow: none;
	text-decoration: none;
}
#hnic-creations {
	background-color: #334a6e;
	padding: 30px 15px; 
}
#hnic-creations h3 {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 24px;
	font-weight: 700;
	color: #fff;
	line-height: 18px;
	text-transform: uppercase;
	clear: none;
	margin-bottom: 8px;
}
.custom-hnic {
	width: 25%;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
}
.hnic-image-wrapper {
	width: 100%;
	background-color: black;
}
.custom-hnic img {
	max-height: 204px;
	min-height: 204px;
	margin: 0px auto;
	display: block;
	margin-bottom: 10px;
}
.custom-hnic p {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 18px;
	font-weight: 500;
}
.custom-hnic p.hnic-title {
	font-size: 18px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: 700;
}
.krads-frog {
	background-color: #3e64a1;
	width: 95%;
	margin-top: 30px;
	margin-bottom: 30px;
	clear: both;
}
.da-newz {
	max-width: 1180px;
	margin: 0px auto;
}
.da-newz .post-categories {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.da-newz .post-categories li a {
	cursor: unset;
	font-size: 24px;
	color: #fff;
	text-transform: uppercase;
	padding: 15px 20px;
	background-color: #3e6eb9;
	font-weight: 700;
}
.da-newz .post-categories li a:hover {
	cursor: unset;
	text-decoration: none;
}
.da-image {
	float: left;
	max-width: 515px;
}
.da-image img {
	height: 290px;
}
.a-post {
	clear: both;
}
.da-date {
	margin: 18px 0px 0px 40px;
	display: inline-block;
}
.da-author {
	margin-left: 40px;
	display: inline-block;
}
.da-title {
	margin-top: 0px;
	margin-left: 40px;
	max-width: 620px;
	display: inline-block;
}
.da-title a {
	color: #fff;
	font-size: 36px;
	line-height: 42px;
	font-weight: 700;
}
.left-hand-shizzle {
	/*float: left;
	margin-bottom: 150px;
	margin-top: 12px;*/
	display: none;
} 
.da-excerpt {
	margin-left: 40px;
	max-width: 620px;
	display: inline-block;
}

/* Sidebar */

.site-content #secondary {
	max-width: 518px;
	float: left;
	width: 26%;
}
.site-content #secondary .widget {
	background-color: #25272a;
	padding: 25px;
	border-bottom: 7px solid #3c6eba;
}
h2.widget-title {
	font-size: 30px;
	margin: 0px 0px 12px 0px;
	border-bottom: 3px solid #7a7c7f;
	text-transform: uppercase;	
	color: #3c6eba;
	line-height: 36px;
}
h2.widget-title a {
	border-bottom: 3px solid #3c6eba;
	color: #3c6eba;
}
#secondary a {
	color: #7a7c7f;
}
#secondary a:hover {
	color: #7a7c7f;
}
.site-footer {
	background-color: #25272a;
	padding: 35px;
	margin-top: 23px;
}
.site-footer .site-info {
	text-align: center;
	color: #fff;
}
#execphp-2 li {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
	padding-top: 10px;
}
#execphp-2 li:before {
	content: none;
	/*content: "\003E";
	color: #7a7c7f;
	margin-right: 15px;*/
}
.execphpwidget .discuss {
	text-align: right;
}

/* Stats Page */

.statsAdmin {
	font-size: 16px !important;
	color: #3c6eba !important;
}
	  
#players {
	font-size: 26px;
	margin-left:auto;
	margin-right:auto;
}
#roomStats {
	margin:5px;
	background-color:#334a6e;
	float: left;
	width: 32%;
	min-width:270px;	
	border-bottom: 3px solid #3c6eba;
	display: inline-block;
  	vertical-align: top;
	color: #fff;
	font-size: 16px;
	padding: 25px;
/*Added By Sk8ace*/	
	height:420px;

}/*Added By Sk8ace*/	
#roomStats section {
	margin-top:10px;
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
    -webkit-column-gap: 5px; /* Chrome, Safari, Opera */
    -moz-column-gap: 5px; /* Firefox */
    column-gap: 5px;
	/*This code splits the Players into 2 colums*/
}
#roomHost {
	margin-top: 0px;
}
/*End Added by Sk8ace*/
#roomStats p {
	margin-bottom: 0px;
}
#total {
	margin-bottom:10px;
	font-size:22px;
	font-weight: 600;
}
#passworded > header {
	padding-left:10px;
	padding-right:40px;
	background-image: url(/locked-icon4.png);	
	background-repeat:no-repeat;
	background-position:right;	
}
#roomStats > header {
	padding-left:10px;
	padding-right:40px;	
}
#roomStats header p.room-name {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 700;
	margin-left: -4px;
	margin-top: 0px;
}

/* Forums */

.page-template-page-forums .site-content #primary {
	max-width: 100%;
	width: 100%;
}

/* Community Uploads */
.pagination {
	
}
.pagination_links {
	list-style-type: none;
    width: 100%;
    align-content: center;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-end;
    margin-left: -40px;
}

.pagination_links li {
	float: left;
}
#pageForm {
	float: left;
}
#pageFormButton {
	height: 32px;
}
.activePage {
	text-decoration: underline;
	font-size: 24px;
}
ul {
  list-style: disc;
}

#ul-example {
  overflow: hidden;
  width: 100%;
  position: relative;
  margin-left: 0;
  margin-top: 0;
  top: -10px;
  padding-left: 0px;
}
#ul-example li {
	margin-top: 18px;
	background-color: #334a6e;
	border-bottom: 3px solid #3c6eba;
}
	#ul-example #Parks{
		background-color: #334a6e;
		border-bottom: 3px solid #3c6eba !important;
	}
	#ul-example #Skaters{
		background-color: #334a6e;
		border-bottom: 3px solid #fff813 !important;
	}
	#ul-example #CustomLevels{
		background-color: #334a6e;
		border-bottom: 3px solid #0f7e5b !important;
	}
	#ul-example #CustomSkaters{
		background-color: #334a6e;
		border-bottom: 3px solid #c93e3e !important;
	}
	#ul-example #General{
		background-color: #334a6e;
		border-bottom: 3px solid #6f16c0 !important;
	}
select option[value="Parks"] {
  background-color: #3c6eba;
	color:black;
}
select option[value="Skaters"] {
  background-color: #fff813;
	color:black;
}
select option[value="CustomLevels"] {
  background-color: #0f7e5b;
	color:black;
}
select option[value="CustomSkaters"] {
  background-color: #c93e3e;
	color:black;
}
select option[value="General"] {
  	background-color: #6f16c0b3; 
	color:black;
}
select option:hover {
	cursor: hand;
}
.imgButton {	
	display: block;
	width: 322px;
	height: 38px;
	padding-top: 6px;
	text-transform: uppercase;
	background: #3c6eba;
	text-align: center;
	color: white !important;
	font-weight: 700;
	font-size: 16px;
	border: 1px solid #3c6eba;
	cursor:pointer;
}
.imgButton:hover{
	text-decoration: none;
	cursor:pointer;
	color: #3c6eba !important;
    font-size: 16px;
    border: 1px solid #3c6eba;
    line-height: 16px;
    text-transform: uppercase;
	padding: 10px 35px;
    font-weight: 700;
	background-image: none;
	border-radius: 0px;
	box-shadow: none;
	background: transparent;
	text-shadow: none;
}
#ul-example .first {
  
}
.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 30px;
    margin-left: 2.127659574468085%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.row-fluid .span4 {
    width: 300px;
	height:430px;
}

#ul-example .thumbnail-image img {
  height: 180px;
  max-width: 90% !important;
}
#ul-example h3 {
  line-height: auto;
  margin-bottom: 0px;
  margin-top: 10px;
  max-height: 30px;
  overflow-y: auto;
}
#ul-example h4 {
	margin-top: 0px;
	margin-bottom: 10px;
}
sub {
	float:right;
	padding:5px;
}
.caption {
	margin-top:-25px;
	padding: 15px;
}
#info {
	margin-top: -10px;
}
#info p {
	margin-bottom: 8px;
	height: 75px;
	overflow: hidden;
}
.thumbnail-image {
	text-align:center;
}
.dynatable-active-page {
	background: #3c6eba !important;
	border-radius: 0px !important;
}
#menu-item-104 {
	display: none;
}

/* Community Uploads */

iframe {
	border: 0px solid transparent;
}
.uploads-step {
	text-decoration: underline; 
	font-weight: 700;
	text-transform: uppercase;
	color: #3c6eba;
}
#welcome {
	float: right;
	margin-right: 20px;
	margin-bottom: 20px;
}
.uploads-table {
	width: 30%;
	float: left;
	margin-top: 8px;
}
.uploads-table input[type="radio"] {
	width: 20px;
	height: 20px;
}
.uploads-table label {
	font-size: 16px;
	text-transform: uppercase;
	margin-left: 5px;
}
.uploads-label {
	float: left;
	margin-right: 8px;
	margin-left: 5px;
}
.file-upload-field {
	border: 1px solid #c2c2c2;
	width: 97.80%;
	
}
#fileUploaderForm {
	width: 70%;
	text-align: right;
	float: left;
	padding-right: 20px;
}
#fileUploaderForm input[type="submit"].button, #dbUpload input[type="submit"], #initialDoButtons button:hover, #subBut:hover {
	color: #3c6eba;
    font-size: 16px;
    border: 1px solid #3c6eba;
    line-height: 16px;
    text-transform: uppercase;
	padding: 10px 35px;
    font-weight: 700;
	background-image: none;
	border-radius: 0px;
	box-shadow: none;
	background: transparent;
	text-shadow: none;
}
input[type="button"].my-uploads-button {
	color: #ffffff;
    font-size: 16px;
    border: 1px solid #30696f;
    line-height: 16px;
    text-transform: uppercase;
	padding: 10px 35px;
    font-weight: 700;
	background-image: none;
	border-radius: 0px;
	box-shadow: none;
	background: #30696f;
	text-shadow: none;
	margin-left: 5px;
	margin-right: 5px;
}
#fileUploaderForm input.button {
	color: #3c6eba;
    font-size: 16px;
    border: 1px solid #3c6eba;
    line-height: 16px;
    text-transform: uppercase;
	padding: 7px 5px 5px 5px;
    font-weight: 700;
	background-image: none;
	border-radius: 0px;
	box-shadow: none;
	background: transparent;
}
.fileUploaderForm input:hover {
	color: #fff;
    background-color: #3c6eba;
    text-decoration: none;
	text-shadow: none;
	cursor: pointer;
	line-height: 16px;
    text-transform: uppercase;
	padding: 7px 12px 5px 12px;
    font-weight: 700;
	background-image: none;
	border-radius: 0px;
	box-shadow: none;
}
.fileUploaderForm input {
	color: #3c6eba;
    font-size: 16px;
    border: 1px solid #3c6eba;
    line-height: 16px;
    text-transform: uppercase;
	padding: 7px 12px 5px 12px;
    font-weight: 700;
	background-image: none;
	border-radius: 0px;
	box-shadow: none;
	background: transparent;
	text-shadow: none;
	font-size: 16px;
    border: 1px solid #3c6eba;
	margin-top: 12px;
	margin-bottom: 12px;
}
#fileUploaderForm input.button:hover, #dbUpload input[type="submit"]:hover, #initialDoButtons button, #subBut {
	color: #fff;
    background-color: #3c6eba;
    text-decoration: none;
	text-shadow: none;
	cursor: pointer;
	line-height: 16px;
    text-transform: uppercase;
	padding: 10px 35px;
    font-weight: 700;
	background-image: none;
	border-radius: 0px;
	box-shadow: none;
	text-shadow: none;
	font-size: 16px;
    border: 1px solid #3c6eba;
}
#subBut {
	margin-bottom: 25px;
	margin-top: 25px;
}
#newUploads h3 {
	text-transform: uppercase;
}
#newUploads h4 {
	margin-bottom: 12px;
}
.uploadsLabel {
	min-width: 150px;
	display: inline-block;
	margin-top: 12px;
    margin-bottom: 12px;
}
.customLinkButton { 
     background:none!important;
     color:inherit;
     border:none; 
     padding:0!important;
     font: inherit;
     /*border is optional*/
     border-bottom:1px solid #444; 
     cursor: pointer;
	 box-shadow: none;
	 text-shadow: none;
	 -webkit-transition-duration: 0.4s; /* Safari */
     transition-duration: 0.4s;
	}
.customLinkButton:hover {
    background-color: #3c6eba;
	box-shadow: none;
}
.uploadsLabel h4 {
	margin-top: 0px;
	margin-bottom: 0px;
}
input[type="button"].my-uploads-button:hover {
	color: #30696f;
    background-color: transparent;
    text-decoration: none;
	text-shadow: none;
	cursor: pointer;
}
#dbUpload p {
	text-transform: uppercase;
}
#dbUpload input {
	width: 97.80%;
	padding: 6px;
	margin-bottom: 15px;
}
#dbUpload input[type="submit"] {
	width: auto;
}
#dbUpload input#Desc {
	height: 55px;
}
#myUpsIframe {
	width: 100%;
	min-height: 300px;
	margin-top: 5px;
}
#my-table {
	margin-top: 10px;
}
#my-table td {
	border: 1px solid #c2c2c2;
	padding: 6px;
}
#main .uploads-desktop {
	display: block;
}
#main .mobile-message {
	display: none;
}
.nav-links .nav-previous a {
	font-weight: 700;
	text-transform: uppercase;
	padding-left: 40px;
}
.nav-links .nav-next a {
	font-weight: 700;
	text-transform: uppercase;
	padding-right: 40px;
}
.home article p a {
color: #3c6eba;
text-decoration: underline;
}
.home article p a:hover {
text-decoration: none;
}/* Forums */.bbpress .site-content #primary {	border: 0px solid transparent;	background-color: #393c40;}body.bbpress.custom-background {	background-color: #393c40;}.bbpress h1.entry-title {	display: none;}#bbpress-forums ul.bbp-lead-topic, #bbpress-forums ul.bbp-topics, #bbpress-forums ul.bbp-forums, #bbpress-forums ul.bbp-replies, #bbpress-forums ul.bbp-search-results {	    color: #404040;    font-family: 'Roboto', sans-serif;    font-size: 16px;    font-size: 1rem;    line-height: 1.5;}#bbpress-forums li.bbp-header {	background: #25272a;}#bbpress-forums .forum-titles li {	color: #3c6eba;}#bbpress-forums .bbp-forum-info .bbp-forum-content, #bbpress-forums p.bbp-topic-meta, .bbp-breadcrumb p, .bbp-breadcrumb a {	font-size: 15px;	color: #fff;}#bbpress-forums input[type="submit"] {	color: #3c6eba;    font-size: 16px;    border: 1px solid #3c6eba;    line-height: 16px;    text-transform: uppercase;    padding: 7px 15px;    font-weight: 700;	background-image: none;	border-radius: 0px;	background-color: transparent;	box-shadow: none;	text-shadow: none;}#bbpress-forums input[type="submit"]:hover {	color: #fff;    background-color: #3c6eba;    text-decoration: none;	background-image: none;	box-shadow: none;	text-shadow: none;}#bbpress-forums div.odd, #bbpress-forums ul.odd, #bbpress-forums div.even, #bbpress-forums ul.even {	background-color: #2f3136;}#bbpress-forums ul.bbp-lead-topic, #bbpress-forums ul.bbp-topics, #bbpress-forums ul.bbp-forums, #bbpress-forums ul.bbp-replies, #bbpress-forums ul.bbp-search-results {	border-top: 0px solid transparent;	border-right: 0px solid transparent;	border-bottom: 7px solid #3c6eba;	border-left: 0px solid transparent;}#bbpress-forums li.bbp-footer {	display: none;}a.bbp-forum-title {	color: #3c6eba;	font-weight: 600;}#bbpress-forums li {	color: #fff;}#bbpress-forums input[type="text"] {	border: 0px solid transparent;}#bbpress-forums li.bbp-header, #bbpress-forums li.bbp-footer {	border-top: 0px solid transparent;}#bbpress-forums li.bbp-body ul.forum, #bbpress-forums li.bbp-body ul.topic {	border-top: 1px solid #7a7c7f;}#bbpress-forums .bbp-forums-list li {	font-size: 13px;}#bbpress-forums .bbp-forums-list li a {	color: #3c6eba;}.bbpress .site-content #secondary .widget h2.widget-title a {	color: #3c6eba;	border-bottom: 3px solid #3c6eba;}.bbpress .site-content #secondary .widget h2.widget-title {	border-bottom: 3px solid #7a7c7f;}.bbpress h2.widget-title a {	color: #3c6eba;	border-bottom: 3px solid #3c6eba;}.bbpress .site-content #secondary .widget {    background-color: #25272a;    padding: 25px;    border-bottom: 7px solid #3c6eba;}.bbpress .site-content #secondary .widget a {	color: #b9babc;} .bbpress #execphp-2 li:before {	color: #b9babc;}.bbpress .discuss a {	color: #3c6eba !important;	border: 1px solid #3c6eba;}.bbpress .discuss a:hover {	color: #fff !important;	background-color: #3c6eba;}.bbpress .site-content #secondary {	margin-top: 34px;}.bbpress .execphpwidget {	color: #b9babc;}
/* Responsive */

@media screen and (max-width:1499px) {
	.site-content #secondary .widget {
		padding: 25px;
	}
	h2.widget-title {
		font-size: 18px;
		line-height: 22px;
	}
	.execphpwidget .discuss {
		text-align: left;
	}
	.execphpwidget .discuss a {
		padding: 10px 15px;
	}
	
}
@media screen and (max-width:1250px) {
    .main-navigation li {
        padding-left: 10px;
        padding-right: 10px;
        margin-left: 0px;
    }
}
@media screen and (max-width:1080px) {
    .logo img {
        max-width: 150px;
    }
}

@media screen and (max-width:1023px) {
	.site-content #primary {
		width: 100%;
		float: none;
		margin-right: 0px;
	}
	.site-content #secondary {
		max-width: 1023px;
		width: 100%;
		float: none;
	}
	.social-icons {
		float: none;
		margin: 0px auto;
		width: 175px;
		padding-top: 20px;
	}
	.shiftnav.shiftnav-nojs.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item > .shiftnav-target:hover, .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item.shiftnav-active > .shiftnav-target, .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item.shiftnav-in-transition > .shiftnav-target, .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item.current-menu-item > .shiftnav-target, .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu > li.shiftnav-sub-accordion.current-menu-ancestor > .shiftnav-target, .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu > li.shiftnav-sub-shift.current-menu-ancestor > .shiftnav-target, .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu.shiftnav-active-highlight li.menu-item > .shiftnav-target:active, .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu.shiftnav-active-on-hover li.menu-item > .shiftnav-target:hover {
		background: #3c6eba !important;
		font-weight: 700 !important;
		text-transform: uppercase !important;
	}
	.shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu > li.menu-item > .shiftnav-target {
		font-weight: 700 !important;
		text-transform: uppercase !important;
	}
	.shiftnav.shiftnav-nojs.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item > .shiftnav-target:hover, .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item.shiftnav-active > .shiftnav-target, .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item.shiftnav-in-transition > .shiftnav-target, .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item.current-menu-item > .shiftnav-target, .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu > li.shiftnav-sub-accordion.current-menu-ancestor > .shiftnav-target, .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu > li.shiftnav-sub-shift.current-menu-ancestor > .shiftnav-target, .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu.shiftnav-active-highlight li.menu-item > .shiftnav-target:active, .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu.shiftnav-active-on-hover li.menu-item > .shiftnav-target:hover {
	background: #3c6eba !important;
		font-weight: 700 !important;
		text-transform: uppercase !important;
	}
	#shiftnav-toggle-main {
		background: #232828 !important;
		margin-top: 4px !important; 
	}
	#shiftnav-toggle-main-button {
		background: #232828 !important;
	}
	#menu-item-104 {
		display: block;
	}
}
@media screen and (max-width:600px) {
	#main .uploads-desktop {
		display: none;
	}
	#main .mobile-message {
		display: block;
	}
}
@media screen and (max-width:500px) {
	.social-icons {
		display: none;
	}
	h2.entry-title, h1.entry-title {
		font-size: 18px;
		line-height: 22px;
	}
	.discuss a {
		font-size: 14px;
		padding: 10px 14px;
	}
	.thps-logos img {
		float: none;
		display: block;
		margin-left: 12px;
	}
	.entry-content {
		padding: 15px;
	}
	.row-fluid .span4 {
		width: 97%;
	}
	.logo img {
		width: 120px;
	}
	#shiftnav-toggle-main.shiftnav-toggle-main-entire-bar:before, #shiftnav-toggle-main .shiftnav-toggle-burger {
		font-size: 30px !important;
	}
	#shiftnav-toggle-main.shiftnav-toggle-edge-right .shiftnav-toggle-burger, #shiftnav-toggle-main.shiftnav-toggle-edge-right.shiftnav-toggle-main-entire-bar:before, .shiftnav-open-right #shiftnav-toggle-main.shiftnav-toggle-main-entire-bar:before {
		padding-left: 12px !important;
	}
	#shiftnav-toggle-main .shiftnav-toggle-burger, #shiftnav-toggle-main.shiftnav-toggle-main-entire-bar:before {
		padding: 10px 12px !important;
	}
	.header-inner {
		height: 60px;
	}
}

/* 2018 Community Uploads */

.single-post .entry-header img {
	margin: 0px auto;
    display: block;
}
.table {
	margin: 12px;
}
.manage-uploads #subBut {
	margin-top: 10px;
	margin-bottom: 0px;
	color: #fff;
    background-color: #3c6eba;
    text-decoration: none;
	text-shadow: none;
	cursor: pointer;
	line-height: 16px;
    text-transform: uppercase;
	max-width: 100%;
	width: 100%;
    font-weight: 700;
	background-image: none;
	border-radius: 0px;
	box-shadow: none;
	text-shadow: none;
	font-size: 16px;
    border: 1px solid #3c6eba;
}
.manage-uploads #subBut:hover {
	color: #3c6eba;
    font-size: 16px;
    border: 1px solid #3c6eba;
    line-height: 16px;
    text-transform: uppercase;
	padding: 10px 35px;
    font-weight: 700;
	background-image: none;
	border-radius: 0px;
	box-shadow: none;
	background: transparent;
	text-shadow: none;
}
.manage-uploads #subBut2 {
	margin-top: 0px;
	margin-bottom: 0px;
	color: #fff;
    background-color: #3c6eba;
    text-decoration: none;
	max-width: 100%;
	width: 100%;
	text-shadow: none;
	cursor: pointer;
	line-height: 16px;
    text-transform: uppercase;
    font-weight: 700;
	background-image: none;
	border-radius: 0px;
	box-shadow: none;
	text-shadow: none;
	font-size: 16px;
    border: 1px solid #3c6eba;
	-webkit-appearance: button;
}
.manage-uploads #subBut2:hover {
	color: #3c6eba;
    font-size: 16px;
    border: 1px solid #3c6eba;
    line-height: 16px;
    text-transform: uppercase;
    font-weight: 700;
	background-image: none;
	border-radius: 0px;
	box-shadow: none;
	background: transparent;
	text-shadow: none;
}
.manage-uploads #subBut3 {
	margin-top: 0px;
	margin-bottom: 0px;
	color: #fff;
    background-color: #ba3c55;
	max-width: 100%;
	width: 100%;
    text-decoration: none;
	text-shadow: none;
	cursor: pointer;
	line-height: 16px;
    text-transform: uppercase;
    font-weight: 700;
	background-image: none;
	border-radius: 0px;
	box-shadow: none;
	text-shadow: none;
	font-size: 16px;
    border: 1px solid #ba3c55;
	-webkit-appearance: button;
}
.manage-uploads #subBut3:hover {
	color: #ba3c55;
    font-size: 16px;
    border: 1px solid #ba3c55;
    line-height: 16px;
    text-transform: uppercase;
    font-weight: 700;
	background-image: none;
	border-radius: 0px;
	box-shadow: none;
	background: transparent;
	text-shadow: none;
}

.uploads-file-name {
	color: #3c6eba !important;
	font-weight: 700;
}
#initialDoButtons button {
    margin-right: 12px;
}
#uploadsFileupload {
	color: #3c6eba;
    font-size: 16px;
    border: 1px solid #3c6eba;
    line-height: 16px;
    text-transform: uppercase;
    padding: 7px 2px 5px 2px;
    font-weight: 700;
    background-image: none;
    border-radius: 0px;
    box-shadow: none;
    background: transparent;
    text-shadow: none;
    font-size: 14px;
    margin-top: 6px;
    margin-bottom: 6px;
	max-width: 100%;
	width: 100%;
}
#uploadsFileupload:hover {
	color: #fff;
    background-color: #3c6eba;
    text-decoration: none;
    text-shadow: none;
    cursor: pointer;
    line-height: 16px;
    text-transform: uppercase;
    padding: 7px 2px 5px 2px;
    font-weight: 700;
    background-image: none;
    border-radius: 0px;
    box-shadow: none;
}
.table.manage-uploads {
	border: 0px solid #334a6e;
    background-color: #334a6e;
    padding: 12px;
    border-bottom: 3px solid #3c6eba;
	width: 29.4%;
	display: inline-block;
}
.manage-uploads .td {
	max-width: none;
}
#upIF {
	height: 100vh !important;
}
#thediv #main {
	padding: 20px;
}
.manage-uploads img {	
	max-width: 100% !important;
	height: 130px !important;
}
.load_more{ 
display: block; 
clear: both; 
position: relative;
 }
.load_more a, .load_more .loader{ 
display: block; 
height: 90px; 
font-size: 16px; 
font-weight: bold; 
color: #fff;
text-align: center;
line-height: 90px;
background: #000;
overflow: hidden; 
position: relative; 
}
.load_more{ 
display: block; 
clear: both; 
position: relative; 
}
.load_more a:hover{ 
color: #999; 
}

@media screen and (max-width:1023px) {
	.custom-hnic {
		width: 50%;
		margin-bottom: 30px; 
	}
	.da-title {
		margin-left: 10px;
		display: inline-block;
		max-width: 210px;
		margin-top: 0px;
	}
	.da-image {
		float: right;
		max-width: 50%;
	}
	.da-image img {
		max-height: 290px;
		height: auto;
	}
}
@media screen and (max-width:767px) {
	.new-header .uploads-button {
		float: none;
		position: absolute;
		margin-top: 73px;
	}
	.new-header {
		min-height: 135px;
	}
	.custom-hnic {
		width: 100%;
	}
	.da-image img {
		display: none;
	}
	.left-hand-shizzle {
		float: none;
		margin-bottom: 0px;
	}
	.da-title {
		display: block;
		max-width: 100%;
		margin-top: 12px;
	}
}
@media screen (min-width:1024px) and (max-width:1099px) {
	.discuss.parks a, .discuss.parks .discuss.parks, .custom-hnic a.dat-link {
		font-size: 12px;
		padding: 6px 10px;
	}
	.custom-hnic p.hnic-title {
		font-size: 16px;
		line-height: auto;
	}
	.custom-hnic p {
		font-size: 14px;
		line-height: auto;
	}
	.da-title {
		margin-left: 175px;
		display: block; 
	}
}

/* 2018 Roundness */

li#menu-item-100, li#menu-item-50, li#menu-item-23108 {
	border-radius: 0px 0px 15px 15px;
}
.site-content #primary-new, .discuss.parks a, .discuss.parks .discuss.parks, .custom-hnic a.dat-link,
.da-newz .post-categories li a, .entry-content, .site-content #secondary .widget, .site-content #primary,
#roomStats, #ul-example li {
	border-radius: 15px;
}
.new-header {
	border-radius: 15px 15px 0px 0px;
}
.new-header .uploads-button a, .new-header .uploads-button a:hover {
	border-radius: 18px;
}
.da-excerpt a.dat-link:hover {
    color: #3c6eba;
    background-color: transparent;
    text-decoration: none;
}
.da-excerpt a.dat-link {
	float: none;
	border-radius: 15px;
	background-color: #3c6eba;
    color: #fff;
    font-size: 16px;
    border: 1px solid #3c6eba;
    line-height: 16px;
    text-transform: uppercase;
    padding: 6px 25px;
    font-weight: 700;
    background-image: none;
    border-radius: 0px;
    box-shadow: none;
    text-shadow: none;
	border-radius: 15px;
	margin-left: 0px;
}
button.new-dat-link:hover {
	box-shadow: none;
	border: 1px solid #3c6eba;
}

.menu-merch-container {
	float: right;
	margin-top: 15px;
    margin-bottom: -15px;
    margin-right: 24px;
}
.main-navigation ul#merch {
	height: 40px;
	min-width: 170px;
}
.single .menu-merch-container, .page .menu-merch-container {
	display: none;
}
.single.single-product .menu-merch-container, .page.woocommerce-page .menu-merch-container  {
	display: block; 
}

/* January 2019 - Creation Detials Styles */

#allSections .caption {
	margin-top: 0px;	
}
#allSections #ul-example #CustomSkaters {
	border-bottom: 3px solid #3c6eba !important;
	border-radius: 15px;
	margin-top: 10px;
}
#creationIF body, iframe body, .creationStuff body {
	background: transparent !important;
}
#allSections {
	background-color: #25272a;	
}
#creationIF #CustomSkaters {
	display: table;
}
#creationIF .caption {
	display: table-row;
}
#midSection, #container, #bottomBottom .daChangelog, #theChangeLogPost {
	background-color: #25272a;
	padding: 15px;
	border-radius: 15px;
	margin-top: 15px;
	margin-bottom: 15px;
}
#topLeftSide, #topRightSide {
	display: table-cell;
	vertical-align: top;
	width: 50%;
}
#midLeftSide, #midRightSide {
	width: 100%;
}
#midRightSide #delBut, #midLeftSide #delBut, #bottomBottom #delBut {
    background-color: #b50000;
    color: #fff;
    font-size: 14px;
    border: 1px solid #b50000;
    line-height: 16px;
    text-transform: uppercase;
    padding: 4px 10px;
    font-weight: 700;
    background-image: none;
    border-radius: 0px;
    box-shadow: none;
    text-shadow: none;
    border-radius: 15px;
}
#midRightSide #delBut:hover, #midLeftSide #delBut:hover, #bottomBottom #delBut:hover {
	background-color: transparent;
    color: #b50000;
    font-size: 14px;
    border: 1px solid #b50000;
    line-height: 16px;
    text-transform: uppercase;
    padding: 4px 10px;
    font-weight: 700;
    background-image: none;
    border-radius: 0px;
    box-shadow: none;
	text-shadow: none;
	border-radius: 15px;
}
#allSections #subBut, #allSections #subBut:hover {
	border-radius: 20px;
	margin-top: 10px;
    margin-bottom: 0px;
}
#topLeftSide h4 {
	margin-bottom: 0px;
}
#topLeftSide #info {
	margin-top: 10px;
}
.authorName {
	font-style: italic;
}
.daRating {
	font-size: 14px;
}
.daChangelog {
	margin-bottom: 15px;
}
#bottomBottom svg {
	font-family: 'Roboto', sans-serif !important;
	border-radius: 15px;
}
#bottomBottom svg .highcharts-background {
	fill: rgba(37,39,42) !important;
}
.highcharts-credits {
	display: none;
}
.highcharts-title, .highcharts-title tspan {
	color: #fff !important;
	font-size: 18.5px;
	font-weight: 700;
	fill: #fff;
}
.highcharts-button rect {
	fill: rgba(37,39,42) !important;
}
.highcharts-button path {
	fill: #fff !important;
}
.highcharts-axis-title, .highcharts-axis-title tspan {
	color: #7a7c7f !important;
	font-size: 12px !important;
	fill: #7a7c7f !important;
	font-weight: 700;
}
.highcharts-axis-labels, .highcharts-axis-labels text {
	color: #7a7c7f !important;
	font-size: 12px !important;
	fill: #7a7c7f !important;
}
.highcharts-legend-item, .highcharts-legend-item text, .highcharts-legend-item tspan {
	color: #7a7c7f !important;
	font-size: 14px !important;
	fill: #7a7c7f !important;
}
.creationStuff, iFrame html body {
	background-color: #25272a;
}
#bottomBottom #container {
	clear: both;
}

#topNotifications h3 {
	margin-top: 0px;
}
#topNotifications .theNotifButton {
	background: none;
	color: #fff;
	border: none;
	text-decoration: underline;
	box-shadow: none;
	text-shadow: none;
	font-size: 14px;
}
#topNotifications .theNotifButton:hover {
	background: none;
	color: #fff;
	border: none;
	text-decoration: none;
}
#topNotifications {
	background-color: #334a6e;
    padding: 20px;
    border-radius: 20px;
    margin-top: 20px;
}
.archive .menu-merch-container {
	display: none;
}
.tuts {
	font-size: 30px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
	clear: none;
	margin-left: 40px;
}
.suggestions-grid h3 {
	margin-top: 0px;
	margin-bottom: 0px;
}
.suggestions-grid .vc_grid-filter.vc_grid-filter-center {
	text-align: left;
	font-style: italic;
}
.vc_gitem-zone.suggestions-grid {
	border-radius: 10px;
}
.suggestions-grid .vc_btn3.vc_btn3-size-md {
	background-color: #3c6eba !important;
    color: #fff;
    font-size: 16px;
    border: 1px solid #3c6eba;
    line-height: 19px;
    text-transform: uppercase;
    padding: 6px 25px;
    font-weight: 700;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
    border-radius: 15px;
}
.suggestions-grid .vc_btn3.vc_btn3-size-md:hover {
	    border: 1px solid #3c6eba;
	color: #3c6eba !important;
    background-color: transparent !important;
    text-decoration: none;
}
.suggestions-grid .vc_btn3-container.vc_btn3-inline {
	text-align: center;
	display: block;
}
.submissions-text h3 {
	font-weight: 400;
}
.submissions-text h3 {
	font-weight: 400;
}
.vc_pageable-load-more-btn .vc_btn3.vc_btn3-size-md {
	background-color: #3c6eba !important;
    color: #fff;
    font-size: 24px;
    border: 1px solid #3c6eba;
    line-height: 19px;
    text-transform: uppercase;
    padding: 12px 25px;
    font-weight: 700;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
    border-radius: 25px;
}
.vc_pageable-load-more-btn .vc_btn3.vc_btn3-size-md:hover {
	    border: 1px solid #3c6eba;
	color: #3c6eba !important;
    background-color: transparent !important;
    text-decoration: none;
}
.vc_grid-filter.vc_grid-filter-color-blue>.vc_grid-filter-item.vc_active, .vc_grid-filter.vc_grid-filter-color-blue>.vc_grid-filter-item:hover {
	background-color: #3e6eb9 !important;
}
a.thps-suggestions {
	background-color: #3c6eba !important;
    color: #fff !important;
    font-size: 18px;
    border: 1px solid #3c6eba;
    line-height: 19px;
    text-transform: uppercase;
    padding: 8px 25px;
    font-weight: 700;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
    border-radius: 25px;
	margin-top: 20px;
	margin-bottom: 12px;
}
a.thps-suggestions:hover {
	    border: 1px solid #3c6eba;
	color: #3c6eba !important;
    background-color: transparent !important;
    text-decoration: none;
}
.watch-action {
	padding-top: 15px;
}
body .lbg-style1 img {
    background: url(https://thpsx.com/wp-content/plugins/wti-like-post/images/thumb_up7.png) repeat scroll 0 0 !important;
	width: 25px;
	height: 29px;
}
body .lbg-style1 img:hover {
    background: url(https://thpsx.com/wp-content/plugins/wti-like-post/images/thumb_up7.png) repeat scroll 0 -29px !important;
}
body .status, body .lbg-style1 .lc {
	font-size: 16px;
	line-height: 29px;
}
.vc_gitem-zone.suggestions-grid {
    min-height: 438px;
}
body button, body button:hover, body button:active, body button:focus {
	box-shadow: none;
}

/* WooCommerce */

body .woocommerce ul.products li.product .price {
    color: #fff;
    display: block;
    font-weight: 400;
    margin-bottom: .5em;
    font-size: .857em
}
body .woocommerce #respond input#submit,
body .woocommerce a.button,
body .woocommerce button.button,
body .woocommerce input.button {
    background-color: #3c6eba;
    color: #fff;
    font-size: 16px;
    border: 1px solid #3c6eba;
    line-height: 16px;
    text-transform: uppercase;
    padding: 9px 25px 6px 25px;
    font-weight: 700;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
    border-radius: 15px;
    margin: 0;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    left: auto;
    display: inline-block;
}
body .woocommerce #respond input#submit:hover,
body .woocommerce a.button:hover,
body .woocommerce button.button:hover,
body .woocommerce input.button:hover {
    text-decoration: none;
    background-image: none;
    color: #3c6eba;
    background-color: transparent
}
body .woocommerce #respond input#submit.alt,
body .woocommerce a.button.alt,
body .woocommerce button.button.alt,
body .woocommerce input.button.alt {
    background-color: #3c6eba;
    color: #fff;
    font-size: 16px;
    border: 1px solid #3c6eba;
    line-height: 16px;
    text-transform: uppercase;
    padding: 9px 25px 6px 25px;
    font-weight: 700;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
    border-radius: 15px;
    -webkit-font-smoothing: antialiased
}

body .woocommerce #respond input#submit.alt:hover,
body .woocommerce a.button.alt:hover,
body .woocommerce button.button.alt:hover,
body .woocommerce input.button.alt:hover {
    color: #3c6eba;
    background-color: transparent;
    text-decoration: none;
}
body .woocommerce div.product .woocommerce-tabs ul.tabs {
    list-style: none;
    padding: 0 0 0 1em;
    margin: 0 0 1.618em;
    overflow: hidden;
    position: relative
}

body .woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: 1px solid #d3ced2;
    background-color: #ebe9eb;
    display: inline-block;
    position: relative;
    z-index: 0;
    border-radius: 4px 4px 0 0;
    margin: 0 -5px;
    padding: 0 1em
}

body .woocommerce div.product .woocommerce-tabs ul.tabs li a {
    display: inline-block;
    padding: .5em 0;
    font-weight: 700;
    color: #515151;
    text-decoration: none
}

body .woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
    text-decoration: none;
    color: #6b6a6b
}

body .woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: #fff;
    z-index: 2;
    border-bottom-color: #fff
}

body .woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: #3c6eba;
    text-shadow: inherit
}

body .woocommerce div.product .woocommerce-tabs ul.tabs li.active::before {
    box-shadow: 2px 2px 0 #fff
}

body .woocommerce div.product .woocommerce-tabs ul.tabs li.active::after {
    box-shadow: -2px 2px 0 #fff
}

body .woocommerce div.product .woocommerce-tabs ul.tabs li::after,
body .woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    border: 1px solid #d3ced2;
    position: absolute;
    bottom: -1px;
    width: 5px;
    height: 5px;
    content: ' ';
    box-sizing: border-box
}

body .woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    left: -5px;
    border-bottom-right-radius: 4px;
    border-width: 0 1px 1px 0;
    box-shadow: 2px 2px 0 #ebe9eb
}

body .woocommerce div.product .woocommerce-tabs ul.tabs li::after {
    right: -5px;
    border-bottom-left-radius: 4px;
    border-width: 0 0 1px 1px;
    box-shadow: -2px 2px 0 #ebe9eb
}

body .woocommerce div.product .woocommerce-tabs ul.tabs::before {
    position: absolute;
    content: ' ';
    width: 100%;
    bottom: 0;
    left: 0;
    border-bottom: 1px solid #d3ced2;
    z-index: 1
}
body .woocommerce-error,
body .woocommerce-info,
body .woocommerce-message {
    padding: 1em 2em 1em 3.5em;
    margin: 0 0 2em;
    position: relative;
    background-color: #f7f6f7;
    color: #515151;
    border-top: 3px solid #3c6eba;
    list-style: none outside;
    width: auto;
    word-wrap: break-word
}

body .woocommerce-message::before {
    content: '\e015';
    color: #3c6eba
}
body .woocommerce div.product p.price,
body .woocommerce div.product span.price {
    color: #fff;
    font-size: 1.25em
}

body .woocommerce div.product p.price ins,
body body .woocommerce div.product span.price ins {
    background: inherit;
    font-weight: 700;
    display: inline-block
}

body .woocommerce div.product p.price del,
body .woocommerce div.product span.price del {
    opacity: .5;
    display: inline-block
}
.woocommerce-tabs .watch-action {
	display: none;
}