/*#shipping_method > li:nth-child(1)
{
display: none !important;
}*/

/*styling header or logo row*/
.header .header-logo-row {
	background: #242321;
	
	}
.thb-full-menu > .menu-item > a {
	color: #ffffff;
}
.thb-full-menu .menu-item.current-menu-item > a {
  color: #cecece !important;
}
/*2025 - homepage - new Player One Pinball Medics partnership block at top of homepage*/
.partnership-hero {
	padding: 3%;
	border: 2px solid #333333;
	border-radius: 5px
}
/* Woo icons top right - fill with white / 34091822-hc kp */
.thb-secondary-item svg path {
  fill: #ffffff;
}

/*logo increase max height*/
.logo-holder .logoimg {
  max-height: 60px !important;
  object-fit: contain;
}
/*mobile slider - space between bottom and top of Recent Parts section*/
@media screen and (max-width: 480px) {
.super-simple-slider-container {
margin-bottom: 20px;
}
}
/*button appearance in homepage slider*/

.super-simple-slider-container .super-simple-slider .slide .overlay .opacity button {
  color: #ffffff !important;
	border: 1px #ffffff solid;
	border-radius: 45px;
	font-weight: 700;
}
/*mobile slider - hide call to action button on smallest screens*/
@media screen and (max-width: 480px) {
.super-simple-slider-container .super-simple-slider .slide .overlay .opacity button {
display: none !important;
}
}
/*red highlight box for pages and posts*/
.highlight p, p.highlight {
	color: #ffffff;
}
.highlight a, a.highlight {
	color: #ffffff;
	text-decoration: underline;
}
.highlight a:hover, a:hover.highlight {
	color: #000000;
	text-decoration: underline;
}
.highlight {
	padding: 2%;
	background-color: #E61E2B;
}
/*homepage recently added box with gradient effect*/
.homerecentbox {
	padding: 2%;
	background: linear-gradient(to bottom, #242321 0%, #C3C3C3 100%);
	border-radius: 5px;
}
.homerecentbox h2 {
	color: #ffffff;
	font-size: 1.25rem;
}
.homerecentbox .wc-block-grid__product .wc-block-grid__product-title {
	color: #ffffff;
}
.homerecentbox .wc-block-grid__products .product .product-category a {
	color: #ffffff;
}
/*homepage blocks grey gradient - Popular Links and Latest News*/
.homegradiantblock {
	background: linear-gradient(to bottom, #242321 0%, #C3C3C3 100%);
	padding: 2%;
	border-radius: 5px;
}
.homegradiantblock h2 {
	color: #ffffff;
	font-size: 1.25rem;
}
.homegradiantblock .wp-block-latest-posts.is-grid a {
	color: #ffffff;
}
/*homepage slideshow - button styling*/
.super-simple-slider-container .super-simple-slider .slide .overlay .opacity button {
	color: #ffffff !important;
}
/*red tagline bar below main menu*/
.pinballtag {
	padding-top: 0.5rem !important;
	outline: none !important;
	background-color: #a12d2d !important;
	}
.pinballtag p, p.pinballtag {
	color: #ffffff !important;
	margin-bottom: 0.5rem !important;
}
.pinballtag a, a.pinballtag {
	color: #ffffff !important;
}
.pinballtag a:hover, a:hover.pinballtag {
	color: #242321 !important;
	text-decoration: underline;

}
/*body links*/
body a {
	color: #E61E2B;
}
body a:hover {
	text-decoration: underline;
}
h2 {
	line-height: 1.1;
}
h3 {
	color: #666666;
	line-height: 1.1;	
}
/*footer styling*/
.footer {
  padding: 40px 0;
  margin-top: 40px;
	background: url('https://pinballmedics.ca/wp-content/uploads/2022/02/flippertilesmall_BLK.png') !important;
  background: #666666;
  color: rgba(255,255,255,0.9);
  font-size: 15px;
  position: relative;
}
/*woo product categories widget - keep all categories and subcats open*/
.widget.widget_product_categories .children {
display: block !important;
height: auto !important;
padding: 10px 0 10px 20px !important;
}
