/*Hide Leave a Reply text*/
#respond h3 {
	display: none;
}

/*Hide author link*/
a.author-link{
	display: none;
}

/*Hide homepage title*/
.home h1.entry-title {
    display: none;
}


/* Center 'Posted on' | KEL 26486109-hc */
.single .entry-meta {
    text-align: center;
}


/* Center line under post title | KEL 26486109-hc */
.author-title::after, .entry-meta::after, .page-template-right-column-page.singular .entry-meta::after {
    margin-left: auto;
    margin-right: auto;
}

.site-inner {
    margin-top: 2px;
}

 /* Remove side margins from header image | #26628988-hc KEF */

.custom-header {
     margin: 1.75em 0 1.75em 0;
}

/* Replace the header image on single pages and posts sm-3596129-zen, updated in 3798805-zen (KK) */
.single-post .custom-header,
.page .custom-header {
  display: none;
}

.home .custom-header,
.page-id-1194 .custom-header{
	display: block;
}

.single-post .site-header {
  margin-bottom: 0;
}

.single-post #masthead:before,
.page #masthead:before {
  display: block;
  width: 100%;
  content: '';
  background-image: url(https://hoopsdistillery.com/wp-content/uploads/2020/12/HD-banner.png);
  background-size: contain;
  position: relative;
  right: 0;
  background-repeat: no-repeat;
  padding-bottom: 17%;
}

.home #masthead:before,
.page-id-1194 #masthead:before {
  display: none;
}

/* Reducing spacing at header | wb-26668509-hc */
header#masthead {
    margin-bottom: 20px;
}

/* Aligning text widget with image of bottles | wb-26668509-hc */
aside#text-4 {
    padding-left: 12px;
}

/* Menu - desktop / 28222866-HC (MI) */
@media screen and (min-width: 720px) {
  .site-header {
    display: block;
    padding:-0 0 32px 0;
  }
  .nav-wrapper {
    justify-content: flex-start;
  }
}

/* Hide all page titles | 3798805-zen (KK) */
.page header.entry-header {
    display: none;
}

/* Left Align text widgets with Recent Posts etc. | MJR | hc-28269098 */
aside.widget.widget_text {
  padding-left: 0px !important;
}



/* BUMP MENU TOGGLE DOWN ON MOBILE, NOT ON HOME OR ABOUT PAGE | kb-28273710-hc | 28691617-hc eD */
body:not(.home, .page-id-1194) .menu-toggle {
    padding-top: 18.5%;
}

/* Adjust Image Widgets */
@media only screen and (max-width: 600px){
    aside#media_image-26,
    aside#media_image-22 {
        text-align: center;
    }
}
aside#text-19 {
    margin-bottom: 0;
}

/* hide post navigation for entries with nba-draft category | 28689829-hc eD */
.site-main .category-nba-draft + .post-navigation {
  display: none;
}

/* Reducing spacing between twitter image and feed | wb-26668509-hc */
aside#media_image-14 {
    margin-bottom: 0;
}

/* Bringing the Image widget and Text Widget closer together in the sidebar | MJR | hc-28269098 */
aside.widget.widget_media_image {
  margin-bottom: 25px !important;
}

/* hide line break in text widget on pages -mf-hc 28689829 */
#text-4 > div > p:nth-child(1) {
	display: none
}

/* Center align post title on single post pages | CM */
.single .hentry .entry-header .entry-title {
    text-align: center;
}

/* Left align post titles on Blog Posts block| CM */
.single .hentry .entry-title {
    text-align: left;
}

.wp-block-newspack-blocks-homepage-articles .sharedaddy {
    display: none;
}

/* Reduce space underneath text widget 29288777-hc    */
#text-25.widget, #text-25.widget.widget_text p {
    margin-bottom:0px;
}

/* Header - mobile / 31726467-HC (MI) */

@media only screen and (max-width: 767px) {
	.single-post #masthead::before,
	.page #masthead::before {
		background-size: auto 85px;
		background-position: center top;
}
}	

/* Hide featured image on homepage JC | 358212840-hc */

#main #post-5 .post-thumbnail {
    display:none;
}

#main #post-6170 .entry-title {
	display: none !important;
}


/* hide h1 title on post | 7848120-zd tdl */
#main #post-6123 .entry-title {
    display: none !important;
}




/* Depth Chart Styling */
.depth-chart {
  margin: 20px 0;
  font-family: Arial, sans-serif;
}
.depth-chart h2 {
  text-align: left;
  margin-bottom: 10px;
}
.depth-chart table {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
}
.depth-chart th {
  color: white;
  padding: 8px;
  text-align: center;
}
.depth-chart td {
  border: 1px solid #ddd;
  padding: 10px;
}

/* Long Term Injury Section */
.injured-players {
  margin-top: 15px;
  background: #ffe6e6;       /* light red/pink */
  border: 1px solid #ff0000;
  padding: 10px;
  border-radius: 6px;
}
.injured-players h4 {
  font-size: 1rem;           /* smaller header size */
  margin-bottom: 8px;
}

/* Hide unassigned players by default */
.unassigned {
  display: none !important;
}

/* Jump-to-team Menu */
.jump-to-team {
  margin-bottom: 40px;
  text-align: left;
  background: #f0f4f8;
  padding: 15px 20px;
  border-radius: 10px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  display: inline-block;
}
.jump-to-team label {
  font-weight: bold;
  margin-right: 10px;
  font-size: 16px;
  vertical-align: middle;
}
.jump-to-team select {
  padding: 8px 12px;
  font-size: 16px;
  border-radius: 6px;
  border: 1px solid #ccc;
  outline: none;
  cursor: pointer;
}
.jump-to-team select:hover {
  border-color: #005a9c;
}

/* Team Colors for Table Headers */

/* Eastern Conference */
.team-celtics th { background-color: #007A33; }
.team-bulls th { background-color: #CE1141; }
.team-cavs th { background-color: #6F263D; }
.team-pacers th { background-color: #002D62; }
.team-pistons th { background-color: #C8102E; }
.team-heat th { background-color: #98002E; }
.team-bucks th { background-color: #00471B; color: #EEE1C6; }
.team-knicks th { background-color: #006BB6; }
.team-nets th { background-color: #000000; }
.team-hawks th { background-color: #E03A3E; }
.team-raptors th { background-color: #CE1141; }
.team-wizards th { background-color: #002B5C; }

/* Western Conference */
.team-lakers th { background-color: #552583; color: #FDB927; }
.team-clippers th { background-color: #C8102E; }
.team-warriors th { background-color: #1D428A; color: #FFC72C; }
.team-suns th { background-color: #1D1160; color: #E56020; }
.team-nuggets th { background-color: #0E2240; color: #FEC524; }
.team-rockets th { background-color: #CE1141; }
.team-jazz th { background-color: #002B5C; color: #F9A01B; }
.team-mavericks th { background-color: #00538C; }
.team-grizzlies th { background-color: #5D76A9; }
.team-timberwolves th { background-color: #0C2340; color: #236192; }
.team-thunder th { background-color: #007AC1; }
.team-spurs th { background-color: #C4CED4; color: #000000; }
.team-kings th { background-color: #5A2D81; }
.team-blazers th { background-color: #E03A3E; }
.team-pelicans th { background-color: #0C2340; color: #B4975A; }
