/*
	Theme Name: Trade Rumors Base Theme
	Author: Foliovision
	Version: 1 (Hello Elementor 3.4.4)
*/

/* Reset CSS */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

*,
::after,
::before {
	box-sizing: border-box;
}

body {
	background-color: #fff;
	color: #333;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: inherit;
	font-family: inherit;
	font-weight: 600;
	line-height: 1;
	margin-block-end: 1rem;
	margin-block-start: 0.5rem;
}

h1 {
	font-size: 2.25rem;
}

h2 {
	font-size: 2.25rem;
}

h3 {
	font-size: 1.75rem;
}

h4 {
	font-size: 1.5rem;
}

h5 {
	font-size: 1.25rem;
}

h6 {
	font-size: 1rem;
}

p {
	margin-block-end: 0.9rem;
	margin-block-start: 0;
}

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

pre {
	font-family: monospace;
	font-size: 1em;
	white-space: pre-wrap;
}

a {
	background-color: transparent;
	color: var(--primary-color);
	text-decoration: none;
}

a:active,
a:hover {
	filter: brightness(1.15);
}

.site-header .site-title a,
a:not([href]):not([tabindex]),
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
	color: inherit;
	text-decoration: none;
	filter: none;
}

a:not([href]):not([tabindex]):focus {
	outline: 0;
}

abbr[title] {
	border-block-end: none;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
}

b,
strong {
	font-weight: bolder;
}

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

small {
	font-size: 80%;
}

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

img {
	border-style: none;
	height: auto;
	max-width: 100%;
}

details {
	display: block;
}

summary {
	display: list-item;
}

figcaption {
	color: #333;
	font-size: 16px;
	font-style: italic;
	font-weight: 400;
	line-height: 1.4;
}

[hidden],
template {
	display: none;
}

@media print {
	*,
	::after,
	::before {
		background: transparent !important;
		box-shadow: none !important;
		color: #000 !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]::after {
		content: " (" attr(href) ")";
	}

	abbr[title]::after {
		content: " (" attr(title) ")";
	}

	a[href^="#"]::after,
	a[href^="javascript:"]::after {
		content: "";
	}

	pre {
		white-space: pre-wrap !important;
	}

	blockquote,
	pre {
		-moz-column-break-inside: avoid;
		border: 1px solid #ccc;
		break-inside: avoid;
	}

	thead {
		display: table-header-group;
	}

	img,
	tr {
		-moz-column-break-inside: avoid;
		break-inside: avoid;
	}

	h2,
	h3,
	p {
		orphans: 3;
		widows: 3;
	}

	h2,
	h3 {
		-moz-column-break-after: avoid;
		break-after: avoid;
	}
}

label {
	display: inline-block;
	line-height: 1;
	vertical-align: middle;
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 1rem;
	line-height: 1.5;
	margin: 0;
}

input[type="date"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
select,
textarea {
	border: 1px solid #ddd;
	padding: 0.5rem 1rem;
	transition: all 0.3s;
	width: 100%;
}

input[type="date"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="url"]:focus,
select:focus,
textarea:focus {
	border-color: #333;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

[type="button"],
[type="reset"],
[type="submit"],
button {
	-webkit-appearance: button;
	width: auto;
}

[type="button"],
[type="submit"],
.button,
.malinky-load-more__button,
a.more-link,
button {
	background-color: var(--secondary-color);
	border: none;
	color: #fff;
	display: inline-block;
	font-size: 1rem;
	font-weight: 400;
	padding: 0.5rem 1rem;
	text-align: center;
	transition: all 0.3s;
	user-select: none;
	white-space: nowrap;
	text-transform: uppercase;
	text-decoration: none;
}

[type="button"]:focus:not(:focus-visible),
[type="submit"]:focus:not(:focus-visible),
button:focus:not(:focus-visible) {
	outline: none;
}

[type="button"]:focus,
[type="button"]:hover,
[type="submit"]:focus,
[type="submit"]:hover,
button:focus,
button:hover {
	background-color: var(--primary-color);
	color: #fff;
	text-decoration: none;
	filter: brightness(1.15);
}

[type="button"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
	cursor: pointer;
}

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

progress {
	vertical-align: baseline;
}

textarea {
	overflow: auto;
	resize: vertical;
}

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

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

[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

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

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

select {
	display: block;
}

table {
	background-color: transparent;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 0.9em;
	margin-block-end: 15px;
	width: 100%;
}

table td,
table th {
	border: 1px solid hsla(0, 0%, 50%, 0.502);
	line-height: 1.5;
	padding: 15px;
	vertical-align: top;
}

table th {
	font-weight: 700;
}

table tfoot th,
table thead th {
	font-size: 1em;
}

table caption + thead tr:first-child td,
table caption + thead tr:first-child th,
table colgroup + thead tr:first-child td,
table colgroup + thead tr:first-child th,
table thead:first-child tr:first-child td,
table thead:first-child tr:first-child th {
	border-block-start: 1px solid hsla(0, 0%, 50%, 0.502);
}

table tbody > tr:nth-child(odd) > td,
table tbody > tr:nth-child(odd) > th {
	background-color: hsla(0, 0%, 50%, 0.071);
}

table tbody tr:hover > td,
table tbody tr:hover > th {
	background-color: hsla(0, 0%, 50%, 0.102);
}

table tbody + tbody {
	border-block-start: 2px solid hsla(0, 0%, 50%, 0.502);
}

@media (max-width: 767px) {

	table table {
		font-size: 0.8em;
	}

	table table td,
	table table th {
		line-height: 1.3;
		padding: 7px;
	}

	table table th {
		font-weight: 400;
	}
}

dd,
dl,
dt,
li,
ol,
ul {
	background: transparent;
	border: 0;
	font-size: 100%;
	margin-block-end: 0;
	margin-block-start: 0;
	outline: 0;
	vertical-align: baseline;
}

:where(ul, ol) {
	padding-left: 0;
}

/* Theme setup */
:root {
	--topbar-h: 42px;
	--container-w: 990px;
	--spacer-x: 1rem;
	--sidebar-w: 333px;
	--arrow-w: 146px;
}

.comment-content :where(a),
.page-content :where(a) {
	text-decoration: underline;
}

.alignright {
	float: right;
	margin-left: 1rem;
}

.alignleft {
	float: left;
	margin-right: 1rem;
}

.aligncenter {
	clear: both;
	display: block;
	margin-inline: auto;
}

.alignwide {
	margin-inline: -80px;
}

.alignfull {
	margin-inline: calc(50% - 50vw);
	max-width: 100vw;
}

.alignfull,
.alignfull img {
	width: 100vw;
}

.wp-caption {
	margin-block-end: 1.25rem;
	max-width: 100%;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	display: block;
	margin-inline: auto;
}

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

.gallery-caption {
	display: block;
	font-size: 0.8125rem;
	line-height: 1.5;
	margin: 0;
	padding: 0.75rem;
}

.pagination {
	display: flex;
	justify-content: space-between;
	margin: 20px auto;
}

.sticky {
	display: block;
	position: relative;
}

.bypostauthor {
	font-size: inherit;
}

.hide {
	display: none !important;
}

.post-password-form {
	margin: 50px auto;
	max-width: 500px;
}

.post-password-form p {
	align-items: flex-end;
	display: flex;
	width: 100%;
}

.post-password-form [type="submit"] {
	margin-inline-start: 3px;
}

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

.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	clip-path: none;
	color: #333;
	display: block;
	font-size: 1rem;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 12px 24px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

.page-content :where(article:not(:last-of-type)) {
	padding-bottom: 2em;
}

.post .entry-title {
    line-height: 1.2;
}

.post .entry-title a {
	text-decoration: none;
}

.post :where(p, .quote-caption) {
    margin-bottom: 1.5rem;
}

.post .wp-post-image {
	max-height: 500px;
	object-fit: cover;
	width: 100%;
}

/* Comments */
.fv_tc_comment_sorting {
	display: flex;
	flex-direction: row-reverse;
	gap: 1px;
	font-family: var(--content-font);
	float: right;
	border-radius: 2px;
	overflow: hidden;
}

.fv_tc_comment_sorting a {
    background-color: #e4e4e4;
    font-weight: 600;
    color: #acacac;
    padding: 3px 12px;
}

.fv_tc_comment_sorting span {
    background-color: #aaa;
    font-weight: 400;
    color: #fff;
    padding: 3px 12px;
}

.title-comments {
	font-size: 1.5rem;
}

.comments-area .comment-list {
	font-size: 0.9em;
	list-style: none;
}

.comments-area .comment,
.comments-area .pingback {
	position: relative;
}

.comments-area .comment .comment-body,
.comments-area .pingback .comment-body {
	display: flex;
	flex-direction: column;
	padding-inline-start: 4.25rem;
	margin-bottom: 5px;
}

.comment-list .comment.odd > article {
	background-color: #f5f5f5;
}

.comment-list .comment.even > article {
	background-color: #fafafa;
}

.comment-list .bypostauthor.odd > article {
    background-color: #FCF6E3;
}

.comment-list .bypostauthor.comment > article {
    background-color: #FFFAED;
}

.comment-list .fv_cp_new_comment.comment > article {
    background-color: #e8f8e8;
}

.comment-list .comment > article {
	padding: 8px;
}

.comment-author {
	color: var(--primary-color);
	font-size: 0.75rem;
}

.comments-area .comment .avatar,
.comments-area .pingback .avatar {
	left: 0;
	margin-left: 8px;
	position: absolute;
}

.comments-area .comment-metadata a {
	color: #999;
}

.comments-area .comment-meta {
	display: flex;
	gap: 10px;
	margin-block-end: 7px;
	align-items: center;
	flex-wrap: wrap;
}

.comments-area .comment-metadata {
	font-size: 11px;
	display: flex;
	gap: 10px;
}

.comments-area .comment-content .reply a:first-of-type {
	color: #666;
}

.comments-area .comment-content .reply a {
	color: #bbb;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 600;
	float: none;
}

.comments-area .comment-content .reply .login-button {
	font-size: 14px;
}

.comment-respond {
	padding: 2rem 4rem;
}

.comments-area .must-log-in {
	margin-bottom: 1.5rem;
}

.comment-respond .button {
	padding-inline: 1.25rem;
}

.comment-reply-title {
	font-size: 1.5rem;
}

.comment .comment-reply-title {
	font-size: 1.25rem;
	display: flex;
	justify-content: space-between;
}

#cancel-comment-reply-link {
	font-weight: 300;
	font-size: 12px;
	color: #999;
	text-transform: uppercase;
}

.comment-form-comment textarea {
	line-height: 1.2;
	vertical-align: top;
	font-size: 14px;
	font-weight: 300;
}

.form-submit input[type="submit"] {
	background-color: #000;
}

.comment-form-comment label[for="comment"],
.comment-form .cp-checkboxes {
	display: none;
}

.comment-reply-login {
	color: #7d7d7d;
}

.comments-area .fv_tc_voting_box .fv-tc-like-button {
	padding: 0;
	width: 14px;
	height: 14px;
	margin-top: -3px !important;
}

.logged-in .comments-area .fv_tc_voting_box .fv_tc_voting > span {
	margin-top: -1px;
}

.comments-area .fv_tc_voting_box .fv-tc-like-button::after {
	margin-top: 0;
}

.comments-area div.fv_tc_voting_box > div.fv_tc_voting,
.fv_tc_voting_box + .reply {
	display: flex;
}

.comments-area .fv_tc_wrapper {
	min-height: unset;
	display: flex;
	align-items: center;
}

.comments-area .fv_tc_wrapper a:hover{
	filter: none;
}

.comments-area .comment-content .reply a:hover,
.fv_tc_voting:hover :is(span, .fv-tc-like-button, .fv-tc-like-button::after) {
	color: #000;
	opacity: 1;
}

.comments-area .fv_tc_voting_like::after,
.comments-area .comment-reply-link::after,
.comments-area .comment-mute-link::before {
	color: #bbb;
}

.login-remember {
	width: calc(100% - 67px);
	display: inline-block;
}

.login-submit {
	width: 67px;
	display: inline-block;
	right: 0;
}

.fv-tc-login-box-actions {
	text-align: center;
	margin: 0;
}

.fv-tc-login-box-actions a {
	color: #666;
}

.comments-area .children {
	list-style: none;
	margin: 0;
	padding-inline-start: 50px;
	position: relative;
}

.comment-list .depth-3 .children {
	padding-left: 0;
}

.comments-area .children li:last-child {
	padding-block-end: 0;
}

.comment-content > p {
    font-family: var(--content-font);
}

.site-header,
.site-inner,
.site-footer {
	margin-inline: auto;
	max-width: var(--container-w);
	position: relative;
}

.site-inner main {
	flex: 0 calc(var(--container-w) - var(--sidebar-w));
	min-width: 0;
	margin-bottom: 7em;
}

/* Header */
.site-header {
	padding-top: var(--topbar-h);
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
	max-width: var(--container-w);
}

.site-header .site-branding {
	flex-grow: 1;
}

.header-ad {
	display: flex;
	width: 100%;
	margin-block: 1.25rem;
	align-items: center;
	line-height: 0;
	justify-content: space-between;
}

#remove-ads-promo img {
	height: 95px;
}

.search-form {
	margin-right: 8px;
	margin-left: auto;
}

input.search-field {
	line-height: 1;
	font-size: 14px;
	border: none;
	padding: 7px 24px 7px 7px;
	outline-width: 0;
	color: #fff;
	background: var(--search-bg) url("images/mlb-sharing-icons-opt.png") no-repeat 100% -108px / 26px;
}

.search-submit {
	display: none;
}

/* Footer */
.site-footer {
	padding-bottom: 60px;
	padding-top: 1.25em;
	background: var(--footer-bg);
}

.is-member .site-footer {
	padding-bottom: 0;
}

.footer-widgets {
	display: flex;
	justify-content: space-evenly;
	margin-bottom: 1em;
	padding-bottom: 1em;
	padding-inline: 3em;
}

.footer-widgets .widget-title {
	font-size: 16px;
	color: var(--footer-fg);
	text-transform: uppercase;
	margin: 0 0 8px;
	font-weight: 700;
	text-align: center;
}

.footer-widgets li {
	border: 0;
	padding: 0;
	text-align: center;
	margin: 0;
}

.footer-widgets a {
	font-weight: 400;
	font-size: 13px;
	color: var(--footer-fg);
}

.site-footer p {
	font-size: 13px;
	text-align: center;
	color: #aaa;
}

.site-footer p a {
	color: #aaa;
}

.site-navigation {
	align-items: center;
	display: flex;
	flex-grow: 1;
	background: var(--topbar-bg);
	position: relative;
	width: 100%;
}

.site-navigation .menu {
	display: flex;
}

.site-navigation .menu > .menu-item > a {
	text-transform: uppercase;
}

.site-navigation .menu a {
	font-size: 0.875rem;
	line-height: 1;
	color: inherit;
	padding: var(--nav-padding);
	font-weight: var(--nav-font-weight);
	display: block;
}

.site-navigation .sub-menu a {
	padding: var(--subnav-padding);
}

.site-navigation .sub-menu {
	background: var(--subnav-bg);
	display: none;
	position: absolute;
	z-index: 2;
}

.site-navigation .menu-item:hover > .sub-menu {
	display: flex;
	flex-flow: wrap column;
}

.site-navigation .menu-item {
	display: inline;
	color: var(--nav-fg);
}

.site-navigation .sub-menu .menu-item {
	color: var(--subnav-fg);
}

.site-navigation .menu > .menu-item:hover {
	color: var(--nav-hover-fg);
	background: var(--nav-hover-bg);
}

.site-navigation .sub-menu .menu-item:not(.divisionname):hover {
	opacity: 0.8;
}

.site-navigation .divisionname {
	border: var(--subnav-border);
	border-width: 0 1px 1px 0;
	width: var(--subnav-width);
}

.site-navigation .teams-item:hover > .sub-menu {
	display: grid;
	grid-template-rows: repeat(2, 1fr);
	grid-auto-flow: column;
}

.teams-item .sub-menu .sub-menu {
	position: relative;
	display: block;
}

.teams-item .divisionname > a {
	color: #999;
	pointer-events: none;
}

/* Custom */
div.site-main {
	overflow-x: clip;
}

.site-inner {
	display: flex;
	background-color: #fdfdfd;
	box-shadow: 0 2px 3px #ccc;
}

.archive .page-header {
	background-color: var(--category-bg);
	padding-inline: 0;
}

.archive .page-header .entry-title {
	text-transform: uppercase;
	font-weight: var(--category-weight);
	margin: 0;
	width: max-content;
	color: var(--category-fg);
	padding: var(--category-padding);
	position: relative;
	font-size: 0;
}

.archive .page-header .entry-title span {
	font-size: 20px;
}

.page-content {
	padding: var(--spacer-x) var(--spacer-x) 3em;
}

.page-header,
.comments-area {
	padding-inline: var(--spacer-x);
}

.page .page-header,
.single .page-header {
	padding-top: var(--spacer-x);
}

.page .page-content
.single .page-header {
	padding-top: 0;
}

.page-content :where(p, li) {
	color: #444;
    font-family: var(--content-font);
	line-height: 1.625;
}

.page-content blockquote {
	margin: 40px;
    color: #888;
}

.page-content blockquote p {
    color: #888;
}

.page-content blockquote::before {
    content: "\201C";
    font-family: var(--content-font);
    font-size: 30px;
    height: 0;
	display: block;
    left: -20px;
    position: relative;
    top: -10px;
}

.page-content :where(ul, ol) {
	padding-left: revert;
	padding-bottom: inherit;
}

.front-office-badge {
	background: url(images/front-office-416px-bright-red-no-border.png) no-repeat right/cover;
	display: block;
	height: 22px;
	width: 112px;
	float: right;
}

/* Ad styling, the ad sizes have to stay */
.div-gpt-ad-post {
	min-height: 250px;
	min-width: 300px;
	margin-top: 20px;
	margin-bottom: 15px;
}

.div-gpt-ad-top {
	min-height: 90px;
	max-width: 728px;
	width: 100%;
	order: -1;
}

.div-gpt-sidebar-top {
	min-height: 250px;
	width: 300px;
}

.div-gpt-sidebar-bottom {
	min-height: 600px;
	min-width: 160px;
	max-width: 300px;
}

.div-gpt-ad-bottom {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	min-height: 90px;
	z-index: 100;
}

.div-gpt-ad-bottom + .div-gpt-ad-spacer {
	height: 117px;
}

.sidebar .widget-1 {
	margin-top: var(--spacer-x);
}

.floating-ad {
	position: sticky;
	top: 75px;
}

.opt-out-hidden {
	margin-top: 0;
	visibility: hidden;
	display: inline-block;
	line-height: 0;
}

.opt-out-hidden a {
	font-family: Arial;
	text-transform: uppercase;
	font-size: 10px;
	display: block;
	color: gray;
	text-align: center;
}

/* Live Chat Archive */
.live-chat-archive {
	font-size: 90%;
	font-family: sans-serif;
}

.live-chat-archive ul.moderator > li,
.live-chat-archive p:has(.moderator) + ul > li {
	background-color: #ebebeb;
}

.live-chat-archive > p {
	margin: 0 0 0 40px;
}

.live-chat-archive p.moderator {
	color: var(--primary-color);
}

.live-chat-archive ul {
	margin-left: 0;
}

.live-chat-archive ul > li {
	list-style-type: none;
	margin-left: 33px;
	padding: 6px;
}

.live-chat-archive li::before {
	content: attr(data-time);
	color: darkgray;
	font-size: 10px;
	width: 1em;
	display: block;
	margin-left: -38px;
	float: left;
	line-height: 23px;
}

/* Headlines Bar */
.headlines-bar {
	background: var(--topbar-bg);
	width: 100%;
	position: fixed;
	z-index: 9999;
}

.headlines-bar .wrap {
	margin: 0 auto;
	max-width: var(--container-w);
	display: flex;
	align-items: center;
	position: relative;
	gap: 4px;
}

.news-slider {
	position: relative;
	display: flex;
	flex-grow: 1;
}

.news-slider h3 {
	font-size: 14px;
	font-weight: 800;
	color: #fff;
	text-transform: uppercase;
	padding-right: 10px;
	line-height: 42px;
	margin: 0 26px 0 0;
	position: relative;
}

.news-slider .flexslider {
	display: flex;
	align-items: center;
}

.news-slider .flexslider .slides {
	list-style: none;
	margin-left: 2.75rem;
}

.news-slider .flexslider .slides a {
	color: #fff;
	font-size: 13px;
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	max-width: 43ch;
	font-weight: 300;
}

.news-slider .flex-direction-nav {
	list-style: none;
	padding: 0;
}

.news-slider .flexslider .flex-direction-nav {
	position: absolute;
	top: 8px;
	width: 38px;
}

.news-slider .flex-direction-nav li a {
	width: 16px;
	top: 5px;
	position: absolute;
}

.news-slider .flex-direction-nav li a::before {
	position: absolute;
	color: #ccc;
	line-height: 16px;
}

.news-slider .flex-direction-nav li a.prev::before {
	content: "\25B2";
}

.news-slider .flex-direction-nav li a.next::before {
	content: "\25BC";
}

.news-slider .flex-direction-nav li a.next {
	right: 0;
}

.linked-sites {
	float: none;
}

.linked-sites ul {
	display: flex;
	padding: 0;
}

.linked-sites ul li {
	float: none;
}

.linked-sites ul li.last {
	margin-right: 0;
}

.linked-sites a {
	font-size: 10px;
	font-weight: 700;
}

.login-link > a {
	padding: 12px 6px;
	font-size: 10px;
	text-transform: uppercase;
	color: #fff;
	display: block;
	font-weight: 700;
}

.pretty-social-profiles {
	display: flex;
	gap: 8px;
	margin-right: 4px;
}

.pretty-social-profiles .icon {
	background: #fff;
	border-radius: 14px;
	width: 26px;
	height: 26px;
	align-items: center;
	display: flex;
	justify-content: space-around;
}

.pretty-social-profiles .icon:hover {
	background-color: var(--primary-color);
	fill: #fff;
}

.wnbell-dropdown {
	height: 24px;
	line-height: 0;
}

.login-link.logged-in ul.sub-menu {
	background-color: #000;
	padding: 0.5rem 0;
	top: 26px;
	flex-direction: column;
	justify-content: space-evenly;
}

.login-link.logged-in .sub-menu .menu-item {
	padding: 0.5rem 0;
}

.login-link.logged-in:hover ul.sub-menu {
	display: block;
}

.logged-in .login-link.logged-in {
	position: relative;
	order: 2;
	display: flex;
}

.logged-in .wnbell-dropdown {
	order: 1;
	margin-left: 2em;
}

.headlines-bar i.tr-comment-badge {
	left: unset;
	pointer-events: none;
	z-index: 1;
	left: 1.75rem;
}

.header-profile-buton:hover {
	filter: none;
}

/* Sidebar */
.sidebar {
	display: flex;
	flex-direction: column;
	flex: 0 0 var(--sidebar-w);
	gap: 1em;
	border-left: 1px dotted var(--sidebar-border-color);
}

.d4p-tabber-header {
    border-top: var(--top-recent-border);
	display: flex;
	padding-inline: 1em;
	margin-bottom: 1em;
}

.d4p-tabber-header li {
	border: 0;
	padding: 0;
	margin: 0;
}

.d4p-tabber-header li a {
	font-weight: 800;
}

#d4p-tab-2-1:checked ~ .d4p-tabber-header li:nth-of-type(1) .d4p-st-title,
#d4p-tab-2-2:checked ~ .d4p-tabber-header li:nth-of-type(2) .d4p-st-title {
    background: var(--top-recent-active-bg);
    color: var(--top-recent-active-fg);
    font-weight: var(--top-recent-active-font-w);
}

.d4p-st-title {
    background: var(--top-recent-bg);
    color: var(--top-recent-fg);
	margin: 0 2px;
	text-transform: uppercase;
	font-weight: 800;
	display: block;
    padding: var(--top-recent-padding);
	margin-left: 0;
    line-height: 1;
}

.d4p-tab-radio,
.d4p-tabber-widget .d4p-st-tab { 
	display: none;
}

#d4p-tab-2-1:checked ~ .d4p-st-tab:nth-of-type(1),
#d4p-tab-2-2:checked ~ .d4p-st-tab:nth-of-type(2) { 
	display: block;
}

.widget:not(.widget_d4p-smashing-tabber):not(.widget-newsletter),
.d4p-st-tab,
.sendy-form {
	padding-inline: var(--sidebar-padding);
	margin-inline: var(--sidebar-margin);
}

.widget :where(li) {
	border-bottom: var(--widget-border);
	margin-bottom: var(--widget-spacing);
	padding-bottom: var(--widget-spacing);
	list-style-type: none;
}

.widget :where(a:not([class])) {
	color: var(--widget-fg);
	font: var(--widget-font);
}

.sendy-input-email input {
	line-height: 1;
	border: 1px solid #ddd;
	font-size: 14px;
	font-weight: 300;
	margin-bottom: 10px;
}

.sendy-input-submit input {
	background-color: #222;
	font-size: 14px;
	line-height: 1;
	padding: 10px 24px 11px;
}

.entry-footer {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	row-gap: 5px;
	margin-bottom: 2.5rem;
}

.fv_sharing_round {
	display: flex;
	gap: 4px;
	width: 100%;
}

body:where(.home, .archive) .fv_sharing_round {
	width: 75%;
}

.fv_sharing_round + .comments-link {
	margin-bottom: 3px;
	margin-right: 0;
	line-height: 1;
}

.fv_sharing_round a {
	text-decoration: none;
	background: url(images/mlb-sharing-icons-opt.png) no-repeat;
	display: inline-flex;
	height: 24px;
	align-items: center;
	width: 100%;
	background-size: 22px;
	background-position-x: 3px;
}


.fv_sharing_round > span,
.comments-link {
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 700;
	display: flex;
	align-items: center;
	width: 100%;
	margin-bottom: 3px;
}

.fv_sharing_round span a span {
	color: #fff;
	margin-left: 2.5em;
}

.fv_sharing_round span > span,
.comments-link .tc_highlight abbr {
	font-size: 10px;
	color: #ccc;
	margin-left: -2em;
	width: 2em;
	padding-right: 0.5em;
	text-align: right;
	contain: paint;
	text-decoration: none;
}

.fvfacebook_share a {
	background-color: #375fae;
	background-position-y: 3px;
}

.fvretweet a {
	background-color: #000;
	background-position-y: -29px;
}

.fvemail a {
	background-color: #d4cba5;
	background-position-y: -58px;
}

.comments-link {
	width: 25%;
	background-color: var(--primary-color);
	text-indent: 2.5em;
	text-decoration: none;
	margin-right: 3px;
	flex: 1;
}

span.comments-link {
	text-indent: 10px;
}

.comments-link:has(> .tc_highlight) {
	flex-direction: row-reverse;
}

.comments-link .tc_highlight {
	background: none;
	margin-left: auto;
	padding: 0;
}

.view-comments-button,
.post .button.view-comments-button:hover,
.malinky-load-more__button,
a.more-link,
.button-show-replies,
.page-content + div ~ .button,
.have-your-say {
	margin-inline: auto;
	width: max-content;
	display: flex;
	background-color: var(--button-bg);
	color: var(--button-fg);
	font-family: var(--button-font);
}

.fv_tc-hide_replies .comments-area .comment.depth-1 > .children:not(.show-replies) .button-show-replies {
	line-height: 1;
	font-weight: 400;
	font-size: 12px;
	border-radius: 4px;
	margin-bottom: 20px;
}

.have-your-say {
	margin-bottom: 1.5em;
}

.post .button.view-comments-button-disabled {
	background-color: #323232;
	color: #fff;
	cursor: not-allowed;
}

.entry-categories {
	display: flex;
	gap: 5px;
	flex-basis: 75%;
	flex-wrap: wrap;
}

.entry-categories a {
	text-decoration: none;
	background-color: #cfcfcf;
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 700;
	padding: 0 5px;
}

.byline {
    font-size: 14px;
    margin-bottom: 1rem;
    font-family: unset;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #9e9e9e;
}

.byline a {
	text-decoration: none;
	font-weight: 600;
}

.prev-next-navigation {
	display: flex;
}

.prev-next-navigation > div {
	border: 0 dotted #ddd;
	border-width: 0 1px 1px 0;
}

.prev-next-navigation .post-nav-next {
	border-right: 0;
}

.prev-next-navigation .main-link {
	padding-inline: 1em;
}

.prev-next-navigation a {
	display: flex;
	gap: 8px;
	font-size: 13px;
	font-weight: 300;
	color: #222;
	text-decoration: none;
	align-items: center;
	line-height: 1;
	padding-block: 1em;
	padding-right: 0.5em;
}

.prev-next-navigation a:hover {
	color: var(--primary-color);
	filter: none;
}

.post-nav-prev,
.post-nav-next {
	flex: 1;
}

.post .post-nav-prev a::before,
.post .post-nav-next a::after {
	filter: brightness(0.45);
	line-height: 0;
	flex: 0 0 10px;
}

.post-nav-next a {
	justify-content: flex-end;
	text-align: right;
	line-height: 1.2;
	padding-inline: 8px 0;
}

@media (max-width: 1280px) {

	:root {
		--arrow-w: 80px;
	}

	body .nav-arrow a {
		font-size: 16px;
	}
}

@media (max-width: 1180px) {

	body .nav-arrow {
		display: none;
	}
}

/* TODO remove unneeded body selector bump where possible */
@media (max-width: 1024px) {

	body .site-navigation ul.menu li a {
		padding-inline: 11px;
	}

	body .fv_sharing_round {
		width: 100%;
	}

	.comments-link {
		width: 12.4em;
		height: 2.4em;
		text-indent: 2.4em;
		font-size: 0.625em;
	}

	body .fv_sharing_round span a span {
		font-size: 10px;
	}

	body .fv_sharing_round a {
		background-position-x: -2%;
	}

	body .fvemail a {
		background-size: 2em 9.4em;
		background-position-x: 0;
	}

	.site-header .search-form {
		position: absolute;
		right: 0;
	}

	.site-header .search-form input:focus {
		background-color: #383838;
		box-shadow: -10px 0 10px #000;
		width: 150px;
	}

	.site-header .search-form input:focus::placeholder {
		color: #ccc;
	}

	.site-header .search-form input {
		width: 30px;
		background-color: transparent;
	}

	body .linked-sites,
	#remove-ads-promo {
		display: none;
	}

}

@media (max-width: 991px) {

	.post .wp-post-image {
		max-height: 400px;
	}
}

@media (max-width: 768px) {

	:root {
		--spacer-x: 0.5rem;
	}

	#comments .children {
		padding-inline-start: 20px;
	}

	.site-inner {
		flex-direction: column;
	}

	body .fv_sharing_round {
		width: 75%;
	}

	.comments-link {
		width: 25%;
	}

	body .news-slider h3 {
		padding-left: 10px;
	}

	body .headlines-bar {
		position: sticky;
		top: 0;
	}
}

@media (max-width: 575px) {

	.post .wp-post-image {
		max-height: 300px;
	}
}
