/**
* Theme Name: HoopsRumors
* 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: #e26500;
	--secondary-color: #000;
	--footer-bg: transparent;
	--footer-fg: #e26500;
	--button-bg: #eaeaea;
	--button-fg: #e26500;
	--button-font: Oswald, sans-serif;
	--search-bg: transparent;
	--topbar-bg: linear-gradient(to bottom, rgba(69,74,77,1) 0%,rgba(40,44,48,1) 100%);
	--top-recent-border: none;
	--top-recent-active-bg: linear-gradient(to bottom, #f0f2f2, #dadadd);
	--top-recent-active-fg: #222222;
	--top-recent-padding: 10px;
	--top-recent-bg: linear-gradient(to bottom, #dcdddd, #c9c8c9);
	--top-recent-fg: #fff;
	--nav-hover-bg: linear-gradient(to bottom, #f1f1f1 0%, #f1f1f1 49%, #dbdbdd 50%, #dbdbdd 100%);
	--nav-hover-fg: #000;
	--nav-fg: #fff;
	--nav-font-weight: 400;
	--subnav-bg: #f1f1f1;
	--subnav-fg: #515151;
	--subnav-padding: 10px;
	--subnav-border: 0 solid #e1e1e1;
	--subnav-width: 10rem;
	--nav-padding: 14px 19px;
	--content-font: Helvetica, sans-serif;
	--sidebar-padding: 0;
	--sidebar-margin: 1rem;
	--sidebar-border-color: #0000;
	--widget-border: none;
	--widget-margin: 6px 12px;
	--widget-font: 700 normal 13px Helvetica, sans-serif;
	--widget-fg: #e26500;
	--widget-spacing: 0;
	--category-bg: #0000;
	--category-weight: 700;
	--category-fg: #aaa;
	--category-padding: 20px 0 0 20px;
}

body {
	background: url(header-bg.jpg) center top no-repeat, url(gradient-bg.png) top repeat-x;
	font-family: Oswald, sans-serif;
}

.news-slider .flexslider .slides a {
	font-family: var(--content-font);
	font-weight: 400;
	margin-top: 3px;
}

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

.site-header {
	background: url(header-ball1.png) no-repeat right calc(100% - var(--topbar-h));
}

.site-header .site-title a {
	background: url(logo.optim.png) no-repeat -2px center/contain;
	display: block;
	color: #0000;
	height: 108px;
}

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

.site-navigation .menu > .menu-item:not(.first) > a {
    border-left: 1px solid #1a1a1a;
}

.site-navigation .menu > .menu-item:not(:last-of-type) > a {
    border-right: 1px solid #3e3e3e;
}

.site-inner {
	background: #fff url(page-content-bkg.gif) repeat-x center top;
}

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

.sidebar .widget-title {
	background: linear-gradient(to bottom, #f1f1f1 0%, #f1f1f1 49%, #dbdbdd 50%, #dbdbdd 100%);
	margin: 0;
	font-size: 1rem;
	padding: 12px;
	text-shadow: 2px 1px 2px #ffffff;
	text-transform: uppercase;
}

.d4p-tabber-header {
	padding: 0;
	gap: 1px;
	background-color: #989598;
	margin-bottom: 0;
}

.d4p-tabber-header li {
    width: 50%;
}

.d4p-st-title {
	margin: 0;
	text-align: center;
}

.d4p-st-title:hover {
	filter: brightness(1.05);
}

.site-inner::after,
.site-inner::before {
	content: "";
	width: 227px;
	height: 328px;
	background: url(bg-arrow-left.png) no-repeat;
	position: absolute;
	left: -227px;
	top: 200px;
}

.site-inner::after {
	transform: scaleX(-1);
	left: unset;
	right: -227px;
	top: 430px;
}

.site-navigation {
	height: var(--topbar-h);
}

.nav-arrow {
	filter: invert(1) brightness(10);
}

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

.header-ad {
	margin-block: 10px;
}

.menu > .menu-item > .sub-menu {
	box-shadow: 1px 1px 1px 1px #0006;
}

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

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

.nav-arrow a:hover {
	filter: brightness(8) contrast(0.92) sepia(0.03);
}

.malinky-load-more a:hover,
.view-comments-button:hover,
.have-your-say:hover {
	filter: contrast(1.1) saturate(3);
}

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

.comments-area .fv_tc_wrapper,
.comment-author .fn,
.comment-metadata time {
	font-family: var(--content-font);
}

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

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

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