/**
* Theme Name: ProHockeyRumors
* Author: Foliovision
* Template: trade-rumors-base
*/

@font-face {
	font-family: Oswald;
	font-weight: 400;
	font-display: fallback;
	src: url(fonts/oswald-v17-latin-regular.woff2) format('woff2');
}

@font-face {
	font-family: Oswald;
	font-weight: 700;
	font-display: fallback;
	src: url(fonts/oswald-v17-latin-700.woff2) format('woff2');
}

:root {
	--primary-color: #a03c3c;
	--secondary-color: #000;
	--footer-bg: #222;
	--footer-fg: #fff;
	--button-bg: #a03c3c;
	--button-fg: #fff;
	--button-font: Oswald, sans-serif;
	--search-bg: #383838;
	--topbar-bg: #444;
	--top-recent-border: 1px solid #eaeaea;
	--top-recent-active-bg: linear-gradient(to bottom, #a03c3c 3px, #0000 3px);
	--top-recent-active-fg: #a03c3c;
	--top-recent-active-font-w: 700;
	--top-recent-padding: 4px;
	--top-recent-bg: initial;
	--top-recent-fg: #a03c3c;
	--nav-padding: 13px 19px;
	--nav-hover-bg: #a03c3c;
	--nav-hover-fg: #fff;
	--nav-fg: #fff;
	--nav-font-weight: 400;
	--subnav-bg: #a03c3c;
	--subnav-fg: #fff;
	--subnav-padding: 10px;
	--subnav-border: 0 dotted #c95757;
	--subnav-width: 10rem;
	--content-font: Georgia, Times, serif;
	--sidebar-padding: 0;
	--sidebar-margin: 1rem;
	--sidebar-border-color: #ddd;
	--widget-border: none;
	--widget-margin: 6px 12px;
	--widget-font: 300 normal 14px Arvo, sans-serif;
	--widget-fg: #000;
	--widget-spacing: 9px;
	--category-bg: #0000;
	--category-weight: 700;
	--category-fg: #aaa;
	--category-padding: 20px 0 0 20px;
}

body {
	background: #000 url(phr-player-bg.jpg) no-repeat center 0 / contain;
	font-family: Oswald, sans-serif;
}

.news-slider h3 {
	letter-spacing: 1px;
	font-size: 16px;
	text-shadow: 1px 1px 2px #000;
	margin-right: 8px;
}

.news-slider h3::after {
	content: var(--arrow-icon);
	transform: scaleX(-1);
	display: inline-block;
	width: 10px;
	vertical-align: middle;
	line-height: 28px;
	filter: invert(0.7) sepia(0.4) saturate(8) hue-rotate(305deg);
}

.news-slider .flexslider .slides a {
	color: #ccc;
	line-height: 1;
}

.news-slider .flex-direction-nav li a::before {
    line-height: 15.84px;
}

.linked-sites a {
    font-size: 12px;
}

.login-link > a {
	font-size: 0.75em;
	font-weight: 400;
}

.site-header .site-title a {
	background: url(logo.optim.png) no-repeat right;
	display: block;
	color: #0000;
	height: 110px;
	margin-top: 15px;
}

.is-member .site-header .site-title a {
	margin-bottom: 10px;
}

.site-navigation {
	background: initial;
}

.site-navigation .menu > .menu-item > a {
    font-size: 16px;
    letter-spacing: 2px;
}

.search-form {
	margin-right: 0;
}

input.search-field {
    width: 220px;
    font-size: 12px;
}

.search-field::placeholder {
    color: #cfcfcf;
	font-family: sans-serif;
	text-transform: lowercase;
}

.nav-arrow::before {
	opacity: 0.6;
}

.header-ad {
	margin-block: 35px 20px;
}

.site-navigation {
	border-bottom: 5px solid #a03c3c;
}

.site-navigation .menu a {
	font-size: 13px;
}

.site-navigation .sub-menu .menu-item:not(.divisionname):hover {
	background: #444;
	opacity: 1;
}

.site-navigation .teams-item:hover > .sub-menu {
	grid-template-rows: 1fr;
}

.teams-item .divisionname > a {
    color: #F37878;
    text-transform: uppercase;
}

.page-content {
	font-size: 15px;
}

.page-content :where(p img) {
	padding: 3px;
}

div.nav-arrow a {
	color: #fff;
	text-shadow: none;
}

.nav-arrow:hover {
	filter: brightness(1.2);
}

.nav-arrow a:hover {
	filter: none;
}

.malinky-load-more a:hover,
.view-comments-button:hover,
.have-your-say:hover {
	filter: brightness(1.15) saturate(1.2);
}

.entry-footer {
	display: grid;
	grid-template-columns: auto 1fr;
	row-gap: 4px;
}

.entry-categories {
	grid-column: 2;
	justify-content: flex-end;
	overflow: hidden;
	column-gap: 6px;
}

.single .entry-categories {
	grid-column: 1;
	justify-content: flex-start;
}

.entry-categories a {
	line-height: 1;
	background: none;
	color: #a6a6a6;
	padding: 0;
	font-weight: 400;
	margin-right: -3px;
}

.single .entry-categories a {
	margin-inline: -3px 0;
}

body:not(.single) .entry-categories a:not(:last-of-type)::after {
	content: "|";
	margin-left: 4px;
}

.single .entry-categories a:not(:first-of-type)::before {
	content: "|";
	margin-right: 4px;
}

body:not(.single) .entry-categories a:last-of-type::after {
	content: "";
	margin-left: 7px;
}

.single .entry-categories a:first-of-type::before {
	content: "";
	margin-right: 7px;
}

.entry-footer a:hover::before,
.entry-footer a:hover::after {
	color: #8a8a8a;
}

.comments-link {
	display: flex;
	font-size: 14px;
	height: 36px;
	width: unset;
	text-indent: unset;
	justify-content: center;
	grid-row: span 2;
	padding: 14px 20px;
	background-color: gray;
	margin-bottom: 0;
}

.sidebar {
    background-color: #f7f7f7;
}

.sidebar :where(.widget-2, .widget-5, .widget-6, .widget-7) {
	border: 1px solid #e1e1e1;
	width: 300px;
	margin-inline: auto;
}

.sidebar .widget:is(.widget-5, .widget-6, .widget-7) > div,
.d4p-st-tab,
.widget .menu {
	margin: var(--widget-margin);
}

.sidebar .search-form {
	margin: 12px;
	display: flex;
}

.search-form label {
	width: 100%;
}

.sidebar .search-field {
	padding: 6px 12px;
	background: #ebebeb;
	color: #555;
}

.sidebar .search-submit {
	display: inline-block;
	padding: 6px 12px;
	line-height: 1;
	vertical-align: middle;
	color: #333333;
	background: #dbdbdd;
	font-weight: 700;
	padding-left: 20px;
	padding-right: 20px;
}

.d4p-tabber-header {
	padding: 0;
	margin-bottom: 1em;
}

.d4p-tabber-header li {
	margin-left: 20px;
}

.d4p-tabber-header li + li {
	margin-left: 12px;
}

#d4p-tab-2-2:checked ~ .d4p-tabber-header li:nth-of-type(2) .d4p-st-title {
	margin-left: 6px;
}

.d4p-st-title {
	margin: 0;
	text-align: center;
	font-weight: 500;
	font-size: 20px;
}

.d4p-st-title:hover {
	filter: brightness(1.3) saturate(0.8);
}

.sidebar .widget li {
	line-height: 1;
}

.sidebar .widget li a:hover {
    filter: opacity(0.7);
}

@media(max-width: 1500px) {
    body {
        background-size: auto;
    }
}

@media(max-width: 1139px) {
	:root {
		--container-w: 960px;
	}
}

@media(max-width: 1023px) {
	:root {
		--container-w: 750px;
	}
}

@media (max-width: 768px) {
	:root {
		--sidebar-margin: auto;
	}
}