
/* Badges */
i.tr-comment-badge {
    width: 27px;
    height: 27px;
    position: absolute;
    left: 26px;
    margin-top: 25px;
	background-size:cover;
    background-repeat: no-repeat;
    background-image: url(images/badge-gold-star-2.png);
}
.headlines-bar i.tr-comment-badge {
    margin-top: 13px;
    margin-left: -7px;
	width: 20px;
    height: 20px;
	background-image: url(images/badge-gold-star-mob.png);
}
.navbar-header i.tr-comment-badge{
		background-image: url(images/badge-gold-star-mob.png);
}
.entry-comments .comment-author {
    position: relative;
}
@media only screen and (max-width : 765px)  { 
i.tr-comment-badge {
    width: 20px;
    height: 20px;
	left: 20px;
    margin-top: 28px;
	background-image: url(images/badge-gold-star-mob.png);
}
#comments .comment-avatar{
	    position: relative;
}
}
/* Header Sub Menu */
.linked-sites {
	float: right;
	
}
.linked-sites ul {
	list-style: none;
}
.linked-sites ul li {
	display: inline-block;
	float: left;
	margin-right: 4px;
	padding-right: 4px;
	border-right: 1px solid #666;
}
.linked-sites a {

	line-height: 1.2;
	text-transform: uppercase;
	color: #fff;
	display: block;
	text-align: center;
	width: 85px;
	font-weight: 700;
}
.linked-sites .shorter a {
	width: 60px;
}
.linked-sites a:hover,
.login-link a:hover {
	color: #ccc;
}
.linked-sites a span {
	display: block;
}
.login-link.logged-in ul.sub-menu {
    display: none;
    position: absolute;
    width: 200px;
    right: 0;
    list-style-type: none;
    text-align:right;
}
.login-link.logged-in:hover ul.sub-menu{
	display:block;
}
.login-link.logged-in {
    height: 100%;
}

.login-link.logged-in .sub-menu a {
    color: #fff;
    font-size: 13px;
    width: 100%;
    padding: 2px 10px;
    display: block;
    outline: none;
}
a.header-profile-buton {
    height: 100%;
    background: #ddd;
    overflow: hidden;
    border-radius: 30px;
    width: 26px;
    height: 26px;
    padding: 0 !important;
}

.logged-in .login-link.logged-in {position: absolute;right: 0;padding-left: 5px;}

.linked-sites ul li.last {
    border-right: none;
}

.entry-content p:has(+ .front-office-originals) {
	margin-bottom: 6px;
}

.front-office-originals::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -120px;
    height: 120px;
    background: #fff;
    mask-image: linear-gradient(to bottom, transparent, black);
}

.front-office-originals {
    background: url('/wp-content/plugins/fv-traderumors-membership-landing/images/mlb/landing-background.jpg') center / cover;
    color: white;
    margin-bottom: 3em;
    padding: min(5vw, 2em) min(4vw, 2.5em);
    position: relative;
    font-family: "Raleway", sans-serif;
}
body.site-hoops .front-office-originals {
    background: url('/wp-content/plugins/fv-traderumors-membership-landing/images/hoops/Hoops-Paywall-bg.webp') center / cover;
}

body.site-hoops #content .front-office-originals {
    background: url(/wp-content/plugins/fv-traderumors-membership-landing/images/hoops/Hoops-Paywall-bg.webp) right center / cover;
    background-position-y: -41px;
    background-repeat: no-repeat;
    background-color: black;
}

.front-office-originals a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
}

.site-hoops .front-office-originals a {
  line-height: 1.2;
  margin-bottom: 1em;
}

.front-office-originals img,
#content .front-office-originals img,
.userContent .front-office-originals img {
    border: 0;
    display: block;
    margin: 0 auto;
    max-width: 187px !important;
    background-color: transparent;
}

.front-office-originals h4,
.userContent .front-office-originals h4 {    
    color: white;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    font-size: min(4.25vw, 1.15em);
}

.site-hoops .front-office-originals h4 {
    line-height: 1.2;
    margin-bottom: 1em;
    font-family: unset;
}

.front-office-originals .benefit-badge {
    margin-bottom: 10px;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    max-width: 50ch;
    margin-inline: auto;
}

.front-office-originals .landing-divider {
    width: 100%;
    height: 1px;
    position: absolute;
    background: #c03;
}
body.site-pfr .front-office-originals .landing-divider {
  background: #516574;
}

.front-office-originals .the-badge {
    letter-spacing: 0.45em;
    font-weight: 300;
    background: #c03;
    padding: 4px 3px 4px 7px;
    color: #fff;
    font-size: 10px;
    line-height: 1;
    contain: paint;
}
body.site-pfr .front-office-originals .the-badge {
	background: #516574;
}

.front-office-originals p:first-of-type {
	margin-bottom: min(5vw, 2em);
}

.front-office-originals ul,
.userContent .front-office-originals ul {
	display: flex;
	margin: 0 auto;
	flex-direction: column;
    max-width: 45ch;
}

.site-hoops .front-office-originals ul {
	max-width: 440px;
}

.front-office-originals li {
	display: flex;
	position: relative;
	padding-left: min(5vw, 25px);
	font-size: min(3.5vw, 1em);
	line-height: 1.55;
}

.front-office-originals li::before {
	content: "";
	background: url('/wp-content/plugins/fv-traderumors-membership-landing/images/landing-checkmark.png') center / cover no-repeat;
	position: absolute;
	left: 0;
	top: 0.2em;
	display: block;
	width: min(4vw,18px);
	height: min(3vw,14px);
}
body.site-pfr .front-office-originals li::before {
	background: url('/wp-content/plugins/fv-traderumors-membership-landing/images/pfr/landing-checkmark-2.png') center / cover no-repeat;
}

.site-hoops .front-office-originals li::before {
  filter: invert(43%) sepia(98%) saturate(2827%) hue-rotate(9deg) brightness(97%) contrast(101%);
}
.site-hoops .front-office-originals .the-badge,
.site-hoops .front-office-originals .landing-divider {
  background: #e26500;
}