.tipsy {
    position: absolute;
    padding: 5px;
    z-index: 100000;
}

.tipsy-inner {
	font-family: 'Exo 2', sans-serif;
	font-size: 11px;
    background: #161616;
    color: #FFFFFF;
    max-width: 200px;
    padding: 5px 8px;
    text-align: center;
}

.tipsy-arrow {
    position: absolute;
    width: 0;
    height: 0;
    line-height: 0;
    border: 5px dashed #161616;
}
  
.tipsy-arrow-n {
    border-bottom-color: #161616;
}

.tipsy-arrow-s {
    border-top-color: #161616;
}

.tipsy-arrow-e {
    border-left-color: #161616;
}

.tipsy-arrow-w {
    border-right-color: #161616;
}
  
.tipsy-n .tipsy-arrow {
    top: 0px; left: 50%;
    margin-left: -5px;
    border-bottom-style: solid;
    border-top: none;
    border-left-color: transparent;
    border-right-color: transparent;
}

.tipsy-nw .tipsy-arrow {
    top: 0;
    left: 10px;
    border-bottom-style: solid;
    border-top: none;
    border-left-color: transparent;
    border-right-color: transparent;
}

.tipsy-ne .tipsy-arrow {
    top: 0;
    right: 10px;
    border-bottom-style: solid;
    border-top: none;
    border-left-color: transparent;
    border-right-color: transparent;
}

.tipsy-s .tipsy-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-top-style: solid;
    border-bottom: none;
    border-left-color: transparent;
    border-right-color: transparent;
}

.tipsy-sw .tipsy-arrow {
    bottom: 0;
    left: 10px;
    border-top-style: solid;
    border-bottom: none;
    border-left-color: transparent;
    border-right-color: transparent;
}

.tipsy-se .tipsy-arrow {
    bottom: 0;
    right: 10px;
    border-top-style: solid;
    border-bottom: none;
    border-left-color: transparent;
    border-right-color: transparent;
}

.tipsy-e .tipsy-arrow {
    right: 0;
    top: 50%;
    margin-top: -5px;
    border-left-style: solid;
    border-right: none;
    border-top-color: transparent;
    border-bottom-color: transparent;
}

.tipsy-w .tipsy-arrow {
    left: 0;
    top: 50%;
    margin-top: -5px;
    border-right-style: solid;
    border-left: none;
    border-top-color: transparent;
    border-bottom-color: transparent;
}

.catdesc {
  	font-family: 'Exo 2', sans-serif;
  	font-size: 11px;
  	padding: 6px 12px;
  	background: #003965;
  	color: #FAFAFA;
}

#header {
  	background: #005ea7;
  	height: 200px;
  	min-width: 1024px;
}

.logo {
  	float: left;
  	font-family: 'Exo 2', sans-serif;
  	font-size: 52px;
  	font-weight: 400;
  	color: #FFFFFF;
  	margin-top: 57px;
  	transition: all 0.5s ease;
}

.logo2 {
  	float: left;
  	color: #FFFFFF;
  	margin-top: 20px;
  	transition: all 0.5s ease;
}

.logo:hover > .logo2 {
  	transform: rotate(360deg);
}

.menu {
  	width: 492px;
  	float: right;
  	margin: 75px 0 0 0;
  	padding: 0;
  	text-align: right;
}

.menu ul {
  	margin: 0;
  	padding: 0;
}

.menu ul li {
  	list-style: none;
  	display: inline-block;
  	margin: 0 0 0 25px;
  	padding: 0;
  	text-align: center;
  	width: 60px;
  	height: 60px;
  	line-height: 30px;
}

/* Header nav buttons (Index / Search / Members / etc.) */
.menu ul li a:link,
.menu ul li a:visited{
  color: #ffffff;              /* default = WHITE */
  text-decoration: none;
  transition: all 0.5s ease;
}

.menu ul li a:hover,
.menu ul li a:active{
  color: #000000;              /* hover = BLACK */
  text-decoration: none;
  transition: all 0.5s ease;
}

#panel {
  	background: #003965;
  	height: 50px;
  	min-width: 1024px;
}

.news {
 	padding: 0;
	margin: 0;
  	width: 492px;
  	height: 50px;
  	line-height: 50px;
  	float: left;
}

.announcements {
  	width: 17px;
  	padding: 0 5px 0 0;
    color: #FFFFFF;
  	text-align: left;
  	float: left;
  	margin-top: 13px;
}

.automsj {
  	width: 446px;
  	float: left;
  	padding: 0 5px;
  	font-family: 'Exo 2', sans-serif;
  	font-size: 13px;
  	margin: 1px auto 0 auto;
}

.automsj ul {
  	padding: 0;
  	margin: 0;
}

.quotes {
    color: #FFFFFF;
  	list-style: none;
  	display: none;
  	text-align: left;
}

.usersection {
  	margin: 0;
  	padding: 0;
  	float: right;
  	text-align: right;
  	width: 492px;
  	height: 50px;
  	line-height: 50px;
  	color: #FFFFFF;
}

.loginbutton a:link, .loginbutton a:visited {
  	padding: 5px 8px;
  	margin-left: 10px;
  	color: #FFFFFF;
  	transition: all 0.5s ease;
  	background: #005ea7;
  	text-decoration: none;
}

.loginbutton a:hover, .loginbutton a:active {
  	transition: all 0.5s ease;
  	background: #0073cd;
  	text-decoration: none;
}

.registerbutton a:link, .registerbutton a:visited {
  	padding: 5px 8px;
  	margin-left: 10px;
  	color: #FFFFFF;
  	transition: all 0.5s ease;
  	background: #5ea700;
  	text-decoration: none;
}

.registerbutton a:hover, .registerbutton a:active {
  	transition: all 0.5s ease;
  	background: #79cd00;
}

.usermenu {
  	font-size: 13px;
  	margin-right: 20px;
}

.usermenu a:link, .usermenu a:visited {
  	color: #008fff;
  	transition: all 0.5s ease;
  	text-decoration: none;
}

.usermenu a:hover, .usermenu a:active {
	color: #54b4ff;
  	transition: all 0.5s ease;
}

.panelavatar {
	background: url(../../../images/square/default_avatar.png) no-repeat;
	background-size: 100% auto;
  	margin: 0 5px 0 0;
  	padding: 0;
}

.panelavatar img {
	margin: 0px;
	padding: 0px;
}

.panelavatar img[src=""] {
	display: none;
	margin: 0px;
	padding: 0px;
}

.wrapper-dropdown-5 {
    position: relative;
    top: -32px;
    float: right;
    cursor: pointer;
    outline: none;
    z-index: 999;
  	color: #008fff;
  	transition: all 0.5s ease;
}

.wrapper-dropdown-5 .dropdown {
	position: absolute;
	width: 190px;
    padding: 0;
	top: 18px;
	left: -179px;
	list-style: none;
	max-height: 0;
	overflow: hidden;
  	transition: all 0.5s ease;
  	color: #FFFFFF;
	background: #003965;
}

.wrapper-dropdown-5:hover, .wrapper-dropdown-5:active {
    cursor: pointer;
	transition: all 0.5s ease;
  	color: #54b4ff;
}

.wrapper-dropdown-5 .dropdown li {
    padding: 5px;
}

.wrapper-dropdown-5 .dropdown li a {
    padding: 5px;
    height: 20px;
    line-height: 18px;
    display: block;
    font-size: 13px;
    text-decoration: none;
    color: #FFFFFF;
  	transition: all 0.3s ease;
}

.wrapper-dropdown-5 .dropdown li:last-of-type a {
    border: none;
}

.wrapper-dropdown-5 .dropdown li i {
    margin-right: 5px;
    color: inherit;
    vertical-align: middle;
}

.wrapper-dropdown-5 .dropdown li:hover a {
    display: block;
    cursor: pointer;
	background: #008fff;
  	transition: all 0.3s ease;
}

.wrapper-dropdown-5.active .dropdown {
    max-height: 400px;
}

.tduser {
    padding: 0;
    margin: 0;
}

.admincp a:link, .admincp a:visited {
  	background: #d00000;
  	padding: 4px 3px 4px 5px;
  	transition: all 0.5s ease;
  	color: #EFEFEF;
}

.admincp a:hover {
  	background: #fe0000;
  	transition: all 0.5s ease;
  	color: #FFFFFF;
}

.modcp a:link, .modcp a:visited {
  	background: #00abd0;
  	padding: 4px;
  	transition: all 0.5s ease;
  	color: #EFEFEF;
}

.modcp a:hover {
  	background: #00d1fe;
  	transition: all 0.5s ease;
  	color: #FFFFFF;
}

.breadcrumb {
	font-family: 'Exo 2', sans-serif;
    font-size: 13px;
    font-weight: bold;
    overflow: hidden;
    margin: auto;
    padding: 0;
	background: #003965;
    color: #FFFFFF;
    border: 1px none;
    height: 44px;
    width: 984px;
  	min-width: 984px;
}

.breadcrumb .crust {
    display: block;
    float: left;
    position: relative;
}

.breadcrumb .crust:first-child a.crumb {
    padding-left: 10px;
}

.breadcrumb .crust a.crumb, .breadcrumb .crust b.lastcrumb {
    text-decoration: none;
    padding: 5px 5px 5px 30px;
    margin-bottom: -1px;
    outline: 0 none;
    display: block;
    color: #FFFFFF;
    text-decoration: none;
	background: #005ea7;
	transition: all 0.5s ease;
}

.breadcrumb .crust b.lastcrumb {
    background: transparent none;
}

.breadcrumb .crust a.crumb, .breadcrumb .crust b.lastcrumb {
    line-height: 35px;
}

.breadcrumb .crust .arrow {
    border: 22px solid transparent;
    border-right: 1px none;
    border-left-color: #003c6d;
    display: block;
    position: absolute;
    right: -22px;
    top: 0;
    z-index: 1;
    width: 0px;
    height: 0px;
}

.breadcrumb .crust .arrow span {
    border: 23px solid transparent;
    border-right: 1px none black;
    border-left-color: #005ea7;
    display: block;
    position: absolute;
    left: -24px;
    top: -23px;
    z-index: 51;
    white-space: nowrap;
    overflow: hidden;
    text-indent: 9999px;
    width: 0px;
    height: 0px;
	transition: all 0.5s ease;
}

.breadcrumb .refresh:hover {
    background-position: 0px -16px; 
}

.breadcrumb .crust:last-child a.crumb {
}

.breadcrumb .crust:hover a.crumb {
    text-decoration:none; 
    cursor: pointer;
    background: #0076D1;
	transition: all 0.5s ease;
}

.breadcrumb .crust:hover .arrow span { 
    border-left-color: #0076D1;
	transition: all 0.5s ease;
}

.effect {
  	opacity: 0.5;
  	transition: all 0.5s ease;
}

.effect:hover {
  	opacity: 1;
  	transition: all 0.5s ease;
}

.scrolltotop {
    cursor: pointer;
    border: 1px solid #54b4ff;
    padding: 2px 11px 6px 11px;
    position: fixed;
    bottom: 1em;
    right: 20px;
    text-decoration: none;
    color: #54b4ff;
    display: none;
	transition: all 0.5s ease;
  	font-size: 16px;
  	opacity: 0.75;
}

.scrolltotop:hover {    
    cursor: pointer;
    border: 1px solid #54b4ff;
    color: #54b4ff;
	transition: all 0.5s ease;
  	opacity: 1;
}

.thead {
  	background: #005ea7;
  	font-size: 13px;
  	color: #FAFAFA;
  	height: 30px;
  	line-height: 29px;
  	font-weight: bold;
}

.thead a:link, .thead a:visited {
  	color: #FAFAFA;
  	text-decoration: none;
  	font-weight: bold;
}

.thead a:hover, .thead a:active {
  	color: #FAFAFA;
  	text-decoration: none;
}

.theadend {
  	height: 3px;
  	background: #003965;
}

.language {
  	float: right;
  	margin-left: 20px;
}

.themes {
	float: right;
}

#footer {
  	background: #003965;
  	min-height: 200px;
  	min-width: 1024px;
}

#footer p,
#footer li {
  line-height: 1.6;
}

#copyright {
  	height: 50px;
  	line-height: 50px;
  	color: #FAFAFA;
  	background: #005ea7;
  	min-width: 1024px;
}

#copyright a:link, #copyright a:visited {
  	color: #54b4ff;
  	transition: all 0.5s ease;
  	text-decoration: none;
}

#copyright a:hover, #copyright a:active {
  	color: #98D2FF;
  	transition: all 0.5s ease;
  	text-decoration: none;
}

.one {
  	width: 330px;
  	margin-right: 130px;
  	float: left;
}

.two {
  	width: 150px;
  	margin-right: 170px;
  	float: left;
}

.three {
  	width: 150px;
  	float: left;
}

.one h3 {
  	font-size: 19px;
  	color: #FAFAFA;
  	margin: 20px 0;
}

.two h3 {
  	font-size: 19px;
  	color: #FAFAFA;
  	margin: 20px 0;
}

.three h3 {
  	font-size: 19px;
  	color: #FAFAFA;
  	margin: 20px 0;
}

.one p {
  	font-size: 13px;
	color: rgba(255, 255, 255, 0.5);
  	line-height: 11px;
}

.two ul {
  	margin: 0;
  	padding: 0;
}

.two ul li {
  	list-style: none;
  	display: block;
  	padding: 2px 0;
  	margin: 0;
}

.two ul li a:link, .two ul li a:visited {
  	text-decoration: none;
  	color: rgba(255, 255, 255, 0.5);
  	transition: all 0.5s ease;
}

.two ul li a:hover, .two ul li a:active {
  	color: rgba(255, 255, 255, 1);
  	transition: all 0.5s ease;
}

.three ul {
  	margin: 0;
  	padding: 0;
}

.three ul li {
  	list-style: none;
  	display: block;
  	padding: 2px 0;
  	margin: 0;
}

.three ul li a:link, .three ul li a:visited {
  	text-decoration: none;
  	color: rgba(255, 255, 255, 0.5);
  	transition: all 0.5s ease;
}

.three ul li a:hover, .three ul li a:active {
  	color: rgba(255, 255, 255, 1);
  	transition: all 0.5s ease;
}

::-webkit-scrollbar {  
    width: 15px;
}

::-webkit-scrollbar-track {  
    background: #003965;
}

::-webkit-scrollbar-thumb {  
    background: #005ea7;
}

::-webkit-scrollbar-thumb:hover {  
    background: #008fff;
}

.userbrowsing {
  	background: #FAFAFA;
  	border: 1px solid #CCC;
  	padding: 8px;
}

.moderatedby {
  	background: #FAFAFA;
  	border: 1px solid #CCC;
  	padding: 8px;
}

.pagination2 {
	width: 100%;	
}

.pagination2 a:link, .pagination2 a:visited {
  	font-family: 'Exo 2', sans-serif;
  	font-size: 11px;
  	background: #003965;
  	color: #FAFAFA;
  	transition: all 0.5s ease;
  	padding: 3px 7px 3px 6px;
}

.pagination2 a:hover, .pagination2 a:active {
  	background: #005ea7;
  	transition: all 0.5s ease;
}

.bigbutton a:link, .bigbutton a:visited {
  	font-family: 'Exo 2', sans-serif;
  	font-size: 13px;
  	background: #003965;
  	padding: 10px 16px 10px 12px;
  	color: #FAFAFA;
  	transition: all 0.5s ease;
}

.bigbutton a:hover, .bigbutton a:active {
  	background: #005ea7;
  	transition: all 0.5s ease;
}

.closedbutton a:link, .closedbutton a:visited {
  	font-family: 'Exo 2', sans-serif;
  	font-size: 13px;
  	background: #650000;
  	padding: 10px 16px 10px 12px;
  	color: #FAFAFA;
  	transition: all 0.5s ease;
}

.closedbutton a:hover, .closedbutton a:active {
  	background: #a70000;
  	transition: all 0.5s ease;
}

.centered {
  	text-align: center;
}

.pbbutton a:link, .pbbutton a:visited {
  	font-family: 'Exo 2', sans-serif;
  	font-size: 13px;
  	background: #005ea7;
  	padding: 5px 8px 5px 6px;
  	color: #FAFAFA;
  	transition: all 0.5s ease;
}

.pbbutton a:hover, .pbbutton a:active {
  	background: #0075d0;
  	transition: all 0.5s ease;
}

.pbredbutton a:link, .pbredbutton a:visited {
  	font-family: 'Exo 2', sans-serif;
  	font-size: 13px;
  	background: #a70000;
  	padding: 5px 8px 5px 6px;
  	color: #FAFAFA;
  	transition: all 0.5s ease;
}

.pbredbutton a:hover, .pbredbutton a:active {
  	background: #d00000;
  	transition: all 0.5s ease;
}

.minibutton a:link, .minibutton a:visited{
	padding: 5px;
  	text-align: center;
  	background: #005ea7;
  	transition: all 0.5s ease;
  	color: #FAFAFA;
}

.minibutton a:hover, .minibutton a:active {
  	background: #0075d0;
  	transition: all 0.5s ease;
}

.welcomebox {
  	width: 370px;
  	margin: 10px 0 0 20px;
  	float: left;
  	text-align: justify;
  	font-family: 'Exo 2', sans-serif;
  	font-size: 13px;
  	color: #363636;
  	line-height: 22px;
}

.welcometitle h1 {
  	font-family: 'Exo 2', sans-serif;
  	font-size: 19px;
  	font-weight: 400;
  	text-align: center;
  	margin: 0 0 30px 0;
  	color: #FAFAFA;
}

.welcometitle {
  	background: #005ea7;
  	color: #FAFAFA;
}

.welcomelogin {
  	width: 190px;
  	margin: 10px 10px 0 50px;
  	float: left;
  	text-align: left;
  	line-height: 22px;
}

input.loginbutton {
  	padding: 5px 8px;
  	color: #FFFFFF;
  	transition: all 0.5s ease;
  	background: #005ea7;
  	text-decoration: none;
  	border: 1px none;
}

input.loginbutton:hover {
  	transition: all 0.5s ease;
  	background: #0073cd;
  	text-decoration: none;
}

.welcomelogin ul {
    float: left;
    margin: 0;
  	padding: 0;
    list-style: none;
}

.welcomelogin li {
    display: block;
}

.log {
    color: #FFFFFF;
    padding: 8px 8px 7px 7px;
	margin: 0 0 10px 0;
    background: #363636;
    border-top: 1px solid #363636;
    border-left: 1px solid #363636;
    border-bottom: 1px solid #363636;
    border-right: 1px none;
}

.textlog {
	font-family: 'Exo 2', sans-serif;
	font-size: 13px;
    width: 90px;
    color: #363636;
    background: #FFFFFF;
    border-top: 1px solid #363636;
    border-right: 1px solid #363636;
    border-bottom: 1px solid #363636;
    border-left: 1px none;
    padding: 8px 8px 7px 8px;
  	margin: 0 0 10px 0;
}

/* Remove the comma separators that are plain text */
.subforums-list { 
  font-size: 0;
}

.subforums-list a,
.subforums-list .subforumicon {
  font-size: 11px; 
}

/* Board Statistics ONLY (Who's Online + Stats) */
#boardstats_e .smalltext,
#boardstats_e td.trow_stats,
#boardstats_e td.trow_stats .smalltext {
  font-size: 12px;
  line-height: 1.35;
}

/* Base avatar frame (posts / profile / member list) */
.ppw-avatarframe {
    display: inline-block;
    padding: 5px;
    background: #ffffff;
    border: 1px solid #dcdcdb;
}

.ppw-avatarframe img {
    display: block;
    object-fit: cover;
    object-position: top center;
}

/* Member list specific size */
.ppw-avatarframe--sm img {
    width: 85px;
    height: 85px;
    object-fit: cover;
    object-position: top center;
    display: block;
}

/* =========================
   Latest Posts sidebar (PPW)
   ========================= */

/* kill the plugin's default tborder frame */
.ppw-latestposts .tborder {
  border: 0 !important;
  background: transparent !important;
}

/* make the sidebar table behave like the forum tables */
.ppw-latestposts table {
  width: 100%;
  border-collapse: collapse;
  margin: 0;
}

/* MATCH HEADER: do NOT change font-size, only match the padding/height feel */
.ppw-latestposts .thead {
  padding: 0 !important;
}

.ppw-latestposts .thead > div {
  padding: 8.5px 9px !important; /* matches left forum headers */
}

/* ensure Latest Posts title inherits theme size */
.ppw-latestposts .thead strong {
  font-size: inherit !important;
  line-height: inherit !important;
}

/* compact cell spacing */
.ppw-latestposts td.latestpost {
  padding: 19.6px 14px !important;
}

/* divider between items (match forum row divider) */
.ppw-latestposts tr + tr td.latestpost {
  border-top: 1px solid #CDCCCD !important;
}

/* remove any leftover plugin borders */
.ppw-latestposts .tborder td,
.ppw-latestposts .tborder th {
  border: 0 !important;
}

/* ===== Compact Square-style content ===== */

/* Title */
.ppw-lp-title a {
  display: block;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 2px 0;
  text-decoration: none;
}

/* remove extra vertical spacing inside latest posts items */
.ppw-lp-item,
.ppw-lp-title,
.ppw-lp-by,
.ppw-lp-time {
  margin: 0 !important;
  padding: 0 !important;
}

.ppw-lp-title { margin-bottom: 2px !important; }
.ppw-lp-time { margin-top: 2px !important; }

/* By + time (THIS is what you want smaller) */
.ppw-latestposts .ppw-lp-by,
.ppw-latestposts .ppw-lp-time {
  font-size: 11px !important;     /* adjust to match left; try 11px if needed */
  line-height: 1.2 !important;
  margin: 0 !important;
  color: #6b6b6b !important;
}

/* tiny spacing between by and time */
.ppw-latestposts .ppw-lp-time {
  margin-top: 2px !important;
  opacity: 0.85;
}

/* keep username link from inflating */
.ppw-latestposts .ppw-lp-by a {
  font-size: inherit !important;
  line-height: inherit !important;
  font-weight: inherit !important;
}

/* bottom bar like forum containers (navy + thin gray line) */
.ppw-latestposts {
  position: relative;
  border-bottom: 3px solid #1b3f6b;
}

.ppw-latestposts::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #CDCCCD;
  pointer-events: none;
}

/* =========================
   Static sidebar box (PPW)
   ========================= */

.ppw-staticbox{
  position: relative;
  margin: 0 0 12px 0;
  background: #fff;            /* gives you the white box */
}

/* Header bar: make it FULL height like Latest Posts */
.ppw-staticbox .thead{
  padding: 8.1px 8px !important;  /* put padding on thead itself */
}

/* remove the extra inner padding you had */
.ppw-staticbox .thead > div{
  padding: 0 !important;
}

/* Body spacing */
.ppw-staticbox-body{
  padding: 19.6px 14px !important;
  background: #fff;
}

/* Bottom bar + thin gray line (no floating gap) */
.ppw-staticbox::before{
  content:"";
  position:absolute;
  left:0; right:0; bottom:0;
  height:3px;
  background:#1b3f6b;          /* navy bar */
  pointer-events:none;
}

.ppw-staticbox::after{
  content:"";
  position:absolute;
  left:0; right:0; bottom:3px; /* sits directly on top of navy bar */
  height:1px;
  background:#CDCCCD;          /* thin gray line */
  pointer-events:none;
}

/* images behave nicely */
.ppw-staticbox-body img{
  max-width:100%;
  height:auto;
  display:block;
}

/* spacing BELOW Featured to match forum category gaps */
.ppw-staticbox {
  margin-bottom: 18px;
}

/* spacing for the box that sits BELOW Latest Posts */
.ppw-staticbox--below{
  margin-top: 18px;
}

/* =========================
   Sponsorships (PPW) — stacked logos
   ========================= */

/* match the Champions box side padding feel (use the same 14px you used elsewhere) */
.ppw-staticbox--below .ppw-staticbox-body{
  padding: 19.6px 14px !important; /* same as your standard staticbox body */
}

/* stack images, no vertical gaps */
.ppw-sponsors{
  display: block;
  line-height: 0; /* kills tiny inline-image gaps */
}

/* =========================
   Sponsorships (PPW) — 2-image fade swap
   ========================= */

.ppw-sponsors{
  display: block;
  line-height: 0;
}

.ppw-sponsor{
  position: relative;
  display: block;
  width: 100%;
  line-height: 0;
  overflow: hidden;
}

.ppw-sponsor img{
  display: block;
  width: 100%;
  height: auto;
}

/* BW overlay fades IN on top (front never fades out) */
.ppw-sponsor{
  position: relative;
  display: block;
  width: 100%;
  line-height: 0;
  overflow: hidden;
  background: #fff; /* ensures any transparency sits on white */
}

.ppw-sponsor .front{
  display: block;
  width: 100%;
  height: auto;
}

.ppw-sponsor .back{
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;          /* keeps your logo ratio safe */
  object-position: center;
  opacity: 0;
  transition: opacity 0.5s ease;
  pointer-events: none;         /* makes the whole banner clickable cleanly */
}

.ppw-sponsor:hover .back{
  opacity: 1;
}

/* User CP avatar — square window with white mat + outer border */
.ppw-ucp-avatar{
  width: 120px;
  height: 120px;

  /* outer border */
  border: 1px solid #dcdcdb;

  /* white mat */
  background: #ffffff;
  padding: 5px;

  box-sizing: border-box;
}

/* avatar image */
.ppw-ucp-avatar img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  display: block;
}

/* Base forum title link */
.forumtitle-link{
  display: inline-block;
  position: relative;
}

/* Corporate Center (fid = 2) image title */
.forumtitle-link.fid2{
  width: 380px;
  max-width: 100%;
  aspect-ratio: 1280 / 176; /* keeps image perfectly proportional */
  background: url(https://i.ibb.co/qMzBxj3g/IMG-1040.png) no-repeat left center;
  background-size: contain;
}

/* Performer Profiles (fid = 3) image title */
.forumtitle-link.fid3{
  width: 380px;
  max-width: 100%;
  aspect-ratio: 1280 / 176;
  background: url(https://i.ibb.co/svNWtxmk/IMG-1055.png) no-repeat left center;
  background-size: contain;
}

/* Active Competitors (fid = 16) image title */
.forumtitle-link.fid16{
  width: 380px;
  max-width: 100%;
  aspect-ratio: 1280 / 176;
  background: url(https://i.ibb.co/Txfthz6F/IMG-1081.png) no-repeat left center;
  background-size: contain;
}

/* Managers Valets (fid = 17) image title */
.forumtitle-link.fid17{
  width: 380px;
  max-width: 100%;
  aspect-ratio: 1280 / 176;
  background: url(https://i.ibb.co/dwsxXfV2/IMG-1074.png) no-repeat left center;
  background-size: contain;
}

/* Before The Feed (fid = 19) image title */
.forumtitle-link.fid19{
  width: 380px;
  max-width: 100%;
  aspect-ratio: 1280 / 176;
  background: url(https://i.ibb.co/SwNxVnrN/IMG-1075.png) no-repeat left center;
  background-size: contain;
}

/* Championship Hall (fid = 20) image title */
.forumtitle-link.fid20{
  width: 380px;
  max-width: 100%;
  aspect-ratio: 1280 / 176;
  background: url(https://i.ibb.co/XrC3zzT9/IMG-3195.png) no-repeat left center;
  background-size: contain;
}

/* Reports Rumors (fid = 4) image title */
.forumtitle-link.fid4{
  width: 380px;
  max-width: 100%;
  aspect-ratio: 1280 / 176;
  background: url(https://i.ibb.co/Vpmfs6R2/IMG-1035.png) no-repeat left center;
  background-size: contain;
}

/* Thursday Night Surge (fid = 6) image title */
.forumtitle-link.fid6{
  width: 380px;
  max-width: 100%;
  aspect-ratio: 1539 / 731;
  background: url(https://i.ibb.co/Zpjr45Rv/IMG-1120.png) no-repeat left center;
  background-size: contain;
}

/* Crownpoint (fid = 7) image title */
.forumtitle-link.fid7{
  width: 380px;
  max-width: 100%;
  aspect-ratio: 4847 / 2326;
  background: url(https://i.ibb.co/B54m6kc7/CROWNP-26.png) no-repeat left center;
  background-size: contain;
}

/* Streaming History (fid = 15) image title */
.forumtitle-link.fid15{
  width: 380px;
  max-width: 100%;
  aspect-ratio: 1280 / 176;
  background: url(https://i.ibb.co/m5LbwjXd/IMG-1023.png) no-repeat left center;
  background-size: contain;
}

/* Behind The Curtain (fid = 9) image title */
.forumtitle-link.fid9{
  width: 380px;
  max-width: 100%;
  aspect-ratio: 1280 / 176;
  background: url(https://i.ibb.co/zHB40ysG/IMG-1026.png) no-repeat left center;
  background-size: contain;
}

/* Beyond The Arena (fid = 10) image title */
.forumtitle-link.fid10{
  width: 380px;
  max-width: 100%;
  aspect-ratio: 1280 / 176;
  background: url(https://i.ibb.co/MxrS5xMs/IMG-1027.png) no-repeat left center;
  background-size: contain;
}

/* Before The Feed (fid = 11) image title */
.forumtitle-link.fid11{
  width: 380px;
  max-width: 100%;
  aspect-ratio: 1280 / 176;
  background: url(https://i.ibb.co/JwBzwL47/B4-THEFEED.png) no-repeat left center;
  background-size: contain;
}

/* Curtain Call (fid = 12) image title */
.forumtitle-link.fid12{
  width: 380px;
  max-width: 100%;
  aspect-ratio: 1280 / 176;
  background: url(https://i.ibb.co/01rFLdK/IMG-3193.png) no-repeat left center;
  background-size: contain;
}

/* After Hours (fid = 13) image title */
.forumtitle-link.fid13{
  width: 380px;
  max-width: 100%;
  aspect-ratio: 1280 / 176;
  background: url(https://i.ibb.co/KzXqt0qQ/IMG-3192.png) no-repeat left center;
  background-size: contain;
}

/* Locker Room Talk (fid = 22) image title */
.forumtitle-link.fid22{
  width: 380px;
  max-width: 100%;
  aspect-ratio: 1280 / 176;
  background: url(https://i.ibb.co/wrsWN3CH/IMG-3199.png) no-repeat left center;
  background-size: contain;
}

/* Feuds Plotting (fid = 23) image title */
.forumtitle-link.fid23{
  width: 380px;
  max-width: 100%;
  aspect-ratio: 1280 / 176;
  background: url(https://i.ibb.co/wN86fV89/IMG-3200.png) no-repeat left center;
  background-size: contain;
}

/* Enable smooth grayscale hover effect on forum title images */
.forumtitle-link {
  transition: filter 0.5s ease, opacity 0.5s ease;
}

.forumtitle-link:hover {
  filter: brightness(0);
  opacity: 0.85;
}

/* Hide text visually but keep it clickable + accessible */
.forumtitle-link.fid2 .forumtitle-text{
  position: absolute;
  left: -9999px;
}

.forumtitle-link.fid3 .forumtitle-text{
  position: absolute;
  left: -9999px;
}

.forumtitle-link.fid4 .forumtitle-text{
  position: absolute;
  left: -9999px;
}

.forumtitle-link.fid6 .forumtitle-text{
  position: absolute;
  left: -9999px;
}

.forumtitle-link.fid7 .forumtitle-text{
  position: absolute;
  left: -9999px;
}

.forumtitle-link.fid15 .forumtitle-text{
  position: absolute;
  left: -9999px;
}

.forumtitle-link.fid9 .forumtitle-text{
  position: absolute;
  left: -9999px;
}

.forumtitle-link.fid10 .forumtitle-text{
  position: absolute;
  left: -9999px;
}

.forumtitle-link.fid11 .forumtitle-text{
  position: absolute;
  left: -9999px;
}

.forumtitle-link.fid12 .forumtitle-text{
  position: absolute;
  left: -9999px;
}

.forumtitle-link.fid13 .forumtitle-text{
  position: absolute;
  left: -9999px;
}

.forumtitle-link.fid16 .forumtitle-text{
  position: absolute;
  left: -9999px;
}

.forumtitle-link.fid17 .forumtitle-text{
  position: absolute;
  left: -9999px;
}

.forumtitle-link.fid19 .forumtitle-text{
  position: absolute;
  left: -9999px;
}

.forumtitle-link.fid20 .forumtitle-text{
  position: absolute;
  left: -9999px;
}

.forumtitle-link.fid22 .forumtitle-text{
  position: absolute;
  left: -9999px;
}

.forumtitle-link.fid23 .forumtitle-text{
  position: absolute;
  left: -9999px;
}

/* Add vertical breathing room around image-based forum titles */
.forumtitle-link {
  display: inline-block;
  padding: 8px 0px; /* top/bottom | left/right */
}

/* Fine-tune forum status icon vertical position */
.forum_status {
  position: relative;
  top: -3.5px; /* raise the icon */
  left: 4px;     /* move right */
}

/* Vertically align right-side forum info with image titles */
.forumbit_depth2_forum td:last-child,
.forumbit_depth2_forum td:nth-last-child(2) {
  position: relative;
  top: -6px; /* match the left icon adjustment */
}

/* Music (Featured box) header text size */
.ppw-staticbox .thead strong {
  font-size: 13px !important;   /* <-- change this number */
  font-weight: 700;
}

/* =========================
   Champions sidebar (PPW)
   ========================= */

.ppw-champions{
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin: 0;
  padding: 0;
}

.ppw-champions .champion{
  position: relative;
  width: 22%;
  height: 160px;
  overflow: hidden;
  border: 2px solid #005ea7;
  box-sizing: border-box;
  line-height: 0;
  background: #fff;

  transform: translateZ(0);
  -webkit-transform: translateZ(0);
}

.ppw-champions .champion img{
  position: absolute;
  top: 50%;
  left: 50%;

  width: 100%;
  height: auto;

  transform: translate(-50%, -50%) translateZ(0);
  -webkit-transform: translate(-50%, -50%) translateZ(0);

  display: block;
  transition: opacity 0.5s ease;

  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}

/* Fade swap */
.ppw-champions .back{ opacity: 0; }
.ppw-champions .champion:hover .back{ opacity: 1; }
.ppw-champions .champion:hover .front{ opacity: 0; }

/* Advertisement box header text size */
.ppw-staticbox--below .thead strong {
  font-size: 13px !important;   /* ← adjust this number */
  font-weight: 700;
}

/* =========================
   Sidebar Calendar (PPW) — manual
   ========================= */

.ppw-staticbox--calendar .ppw-staticbox-body{
  padding: 14px !important;
}

.ppw-cal{
  background: #ffffff;
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  padding: 12px;
}

.ppw-cal-head{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 10px;
}

.ppw-cal-title{
  font-family: 'Exo 2', sans-serif;
  font-weight: 700;
  font-size: 13px;
  color: #363636;
  text-align: center;
  flex: 1;
}

.ppw-cal-nav{
  width: 28px;
  height: 28px;
  border-radius: 8px;
  border: 1px solid #e6e6e6;
  background: #ffffff;
  color: #363636;
  cursor: pointer;
  line-height: 26px;
  font-size: 18px;
  padding: 0;
}

.ppw-cal-nav:hover{
  background: #f3f3f3;
}

.ppw-cal-dow{
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 6px;
  margin-bottom: 6px;

  font-family: 'Exo 2', sans-serif;
  font-size: 11px;
  font-weight: 700;
  color: #7a7a7a;
}

.ppw-cal-dow > div{
  text-align: center;
}

.ppw-cal-grid{
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 6px;
}

.ppw-cal-day{
  position: relative;
  height: 28px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  font-family: 'Exo 2', sans-serif;
  font-size: 11px;
  color: #2f2f2f;
}

.ppw-cal-day.is-pad{
  color: #bfbfbf;
}

.ppw-cal-day.is-today{
  outline: 2px solid rgba(0, 94, 167, 0.25);
  background: rgba(0, 94, 167, 0.06);
}

/* Event “dot/circle” */
.ppw-cal-day.has-event::after{
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--ppw-dot, #f3b84b);
  opacity: 0.95;
  z-index: 0;
}

/* keep number above the dot */
.ppw-cal-day > span{
  position: relative;
  z-index: 1;
}

/* clickable days with events */
.ppw-cal-day.has-event{
  cursor: pointer;
}

.ppw-cal-day.has-event:hover{
  background: rgba(0,0,0,0.04);
}

/* Upcoming list */
.ppw-cal-upcoming{
  margin-top: 12px;
  font-family: 'Exo 2', sans-serif;
  font-size: 11px;
  color: #5f5f5f;
}

.ppw-cal-upcoming .ppw-up-title{
  font-weight: 700;
  margin-bottom: 6px;
  color: #363636;
}

.ppw-cal-upcoming .ppw-up-item{
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 0;
  border-top: 1px solid #ededed;
}

.ppw-cal-upcoming .ppw-up-item:first-of-type{
  border-top: 0;
}

.ppw-cal-upcoming .ppw-up-dot{
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--ppw-dot, #f3b84b);
  flex: 0 0 auto;
}

.ppw-cal-upcoming .ppw-up-date{
  font-weight: 700;
  color: #363636;
  flex: 0 0 auto;
}

.ppw-cal-upcoming .ppw-up-label{
  flex: 1;
}

/* Promo VIDEO banner between panel + forum */
.ppw-promo-banner{
  --ppw-banner-scale: 0.75;

  width: calc(100% * var(--ppw-banner-scale));
  margin: 19px auto 0 auto;

  /* keep your banner shape */
  aspect-ratio: 1474 / 230;

  /* frame */
  border: 3px solid #005ea7;
  box-sizing: border-box;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.30);

  /* critical */
  overflow: hidden;
  background: #000;      /* prevents “see-through” hairlines */
  position: relative;
  line-height: 0;
}

/* Make the media fill the framed box cleanly */
.ppw-promo-banner video,
.ppw-promo-banner img{
  position: absolute;
  inset: 0;

  width: 100%;
  height: 100%;
  display: block;

  object-fit: cover;
  object-position: center;

  /* iOS rounding fix: overscan slightly so gaps/cropping disappear */
  transform: scale(1.00) translateZ(0);
  -webkit-transform: scale(1.00) translateZ(0);
}

/* =========================
   PPW banner header logo
   ========================= */

/* Tall blue header band */
#header{
  position: relative;
  height: 260px;          /* controls the blue space */
  overflow: hidden;
}

#header .wrapper{
  position: relative;
  height: 100%;
}

/* place logo from top-left (no vertical centering) */
#header .logo.ppw-header-logo{
  position: absolute;
  left: 30px;
  top: -30px;              /* <-- move this up/down */
  z-index: 5;
}

/* FORCE ratio-safe sizing (prevents smush) */
#header .logo.ppw-header-logo img{
  height: 217px !important;   /* your target */
  width: auto !important;
  max-width: none !important;
  max-height: none !important;
  display: block !important;
}

/* keep the menu top-right */
#header .menu{
  position: absolute;
  right: 30px;
  top: 30px;              /* <-- move up/down if needed */
  z-index: 10;
}

/* =========================
   Postbit group images (PPW)
   ========================= */

.ppw-postbit-groupimages{
  display: block;
  margin-top: -3px;
  padding-bottom: 15px;
}

.post_author .ppw-postbit-groupimages img{
  width: 150px !important;
  height: 25px !important;
  display: block !important;
  margin: 6px auto !important;
  object-fit: contain;

}

/* Group images — memberlist ONLY */
.ppw-groupbadge img{
  width: 120px !important;
  height: 20px !important;
  object-fit: contain;
  display: inline-block;
  vertical-align: middle;
}

/* Profile page group images */
.ppw-profile-groupimages img{
  width: 150px !important;
  height: 25px !important;
  display: block !important;
  margin: 6px 0 !important;
  object-fit: contain;
}

/* Hide broken/empty group images that create the blank square */
.ppw-profile-groupimages img[src=""],
.ppw-profile-groupimages img:not([src]){
  display: none !important;
}