/* Player Pro overview styles.

   @file        overview.css.en
   requires:    /common/framework/css/framework.en.css
   ========================================================================== */

/* ==========================================================================
   header
   ========================================================================== */

body {
	font-size: 1.25rem;
}
#overview main a {
	color: #e00400;
	outline: none;
	text-decoration: none;
}
#overview main a:hover {
	color: #bb0000;
	outline: none;
}
#overview a.buyNowURL:hover img.buy-now {
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}
#overview p {
	font-size: 1.125rem;
	padding: 0 2rem 0 0;
}
#overview p.intro {
	font-size: 1.25rem;
}
#overview main h2 {
	color: #dd1100;
	font-size: 24px;
	font-weight: 600;
	line-height: 27px;
}
#overview main h3 {
	margin: 2rem 0 0.5rem;
	border-bottom: 1px solid #c1c1c1;
	color: #dd1100;
	font-size: 1.25rem;
	font-weight: 600;
	padding-bottom: 0.5rem
}
#overview main h3.red {
	margin: 0;
	width: 500px;
	border-bottom: 1px solid #c1c1c1;
	color: #dd1100;
	font-size: 18px;
	font-weight: 600;
}
#homepage-header {
	background: linear-gradient(to bottom, #8c0e04 0, #b00b0a 120px, #b5090a 240px);
	padding: 0 2rem;
}
#homepage-header .page-wrapper {
	display: flex;
	align-items: center;
	gap: 2rem;
	flex-wrap: wrap;
}
#homepage-header h1 {
	color: #ed1b2f;
	font-size: 3rem;
	font-weight: 400;
	text-transform: uppercase;
}
#header-text {
	flex: 1 1 55%;
}
#header-image {
	flex: 1 1 38%;
}
#header-image img {
	max-width: 100%;
	height: auto;
}
.red-header-title {
	color: #ed1b2f;
}
.white-header-title, .white-sub-title {
	color: #fff;
}
.white-sub-title {
	display: block;
	font-size: 1.25rem;
	font-weight: 400;
	text-align: right;
}
.header-gray-text {
	padding: 0 10px;
	color: #959595;
	font-size: 2.75rem;
	font-weight: 100;
	line-height: 44px;
	vertical-align: baseline;
}
#overview main #subnav {
	position: relative;
	bottom: 0;
	width: 100%;
	height: 45px;
	padding: 0 2rem;
	border-bottom: 5px solid #7e7e7f;
	background: linear-gradient(to bottom, #080809 0, #040405 40px);
}
#overview main #subnav .page-wrapper {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	box-sizing: border-box;
	margin: 0 auto;
	max-width: 980px;
}
#overview main #subnav a {
	display: inline-flex;
	align-items: center;
	padding: 5px 12px;
	border-radius: 6px;
	color: #fff;
	font-size: 1rem;
	font-weight: 600;
	line-height: 31px;
	text-decoration: none;
	white-space: nowrap;
}
#overview main #subnav a:hover {
	color: #bb0000;
}
#overviewtab {
	background: url('/player-pro/img/tabBG.gif') no-repeat bottom left / auto 100%;
}
#overviewtab a {
	background: url('/player-pro/img/tabBG.gif') no-repeat bottom right / auto 100%;
}
#logo {
	margin: 0 0 0 70px;
}
#tagline {
	margin: 5px 0 0 160px;
}
#sidebar {
	text-align: right;
}
#sidebar img.buy-now {
	margin-bottom: 30px;
}
#hp-links {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	gap: 20px;
	margin: 20px auto;
	max-width: 980px;
}
.hp-item {
	display: flex;
	align-items: center;
	gap: 12px;
}
.hp-item img {
	flex-shrink: 0;
	height: auto;
}
.hp-item a {
	color: #e00400;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.2;
	text-decoration: none;
}
/* ==========================================================================
   Responsive breakpoint styles
   ========================================================================== */

@media all and (max-width: 1200px) {}
@media all and (max-width: 900px) {
	#homepage-header h1 {
		font-size: 2rem;
	}
	#content .wrapper {
		grid-template-columns: 100%;
		padding: 2rem 0;
	}
	#sidebar {
		order: 1;
		justify-self: unset;
		text-align: left;
	}
	#sidebar img.buy-now {
		margin-bottom: 0;
	}
}
@media all and (max-width: 600px) {
	#homepage-header .page-wrapper {
		flex-direction: column;
		text-align: center;
	}
	#header-text {
		order: 1;
		flex: 1 1 auto;
		margin-top: 1rem;
	}
	#header-image {
		order: 2;
		text-align: center;
	}
	#content .wrapper {
		grid-template-columns: 1fr;
	}
	#left {
		max-width: 450px;
	}
	#sidebar img.buy-now {
		margin-bottom: 30px;
	}
	.hp-item {
		align-items: flex-start;
	}
	.hp-item img {
		margin-bottom: 8px;
	}
	#hp-links {
		grid-template-columns: 1fr;
	}
}
@media all and (max-width: 320px) {}
@media print {}