/*
Theme Name: SDS Theme 5

Author: Saturday Football, Inc.
Version: 5.0

*/

body {
	margin:0;
	font-family: ff-meta-serif-web-pro, serif;
}
/* headlines */
h1, .headline1 {
	font-family: alternate-gothic-no-1-d, sans-serif;
	font-weight:400;
}
.headline2 {
	font-family: alternate-gothic-no-2-d, sans-serif;	
}
.headline3 {
	font-family: alternate-gothic-no-3-d, sans-serif;
}
p {
	color:#0C0F14;
	font-size:20px;
	line-height:33px;
	letter-spacing:-.33px;
	padding-bottom:28px;
	margin:0;
}
ul {
	margin:0 0 0 28px;
	padding: 0 0 28px;
}
li {
	color:#0C0F14;
	font-size: 20px;
	line-height:33px;
	letter-spacing: -.33px;
}
/* section titles + quotes */
h2,h3,h4,h5,h6 {
	font-family: abolition, sans-serif;
	font-weight:400;
}
* {
	box-sizing: border-box;
}
iframe {
	max-width:100% !important;
}
/* header and nav bar */
header {
	width:100%;
}
header .firststripe-wrap {
	width:100%;
	background-color:#f3f3f3;	
	border-top:1px solid #e3e3e3;
}
header .firststripe {
	margin: 0 auto;
	max-width: 1160px;
	font-family: alternate-gothic-no-1-d, sans-serif;
    font-size: 15px;
    letter-spacing: .25px;
    line-height: 30px;
    padding-top:3px;
    color: #0C0F14;
    text-transform: uppercase;
}
header .firststripe a {
	margin-right:25px;
}
header .firststripe a, header .firststripe a:visited {
	text-decoration:none;
    color: #0C0F14;
}
header .firststripe a:hover {
	color:#000;
}
#latestnewsli {
	display:none;
}
.firststripe ul {
	margin:0;
	padding:0;
	list-style-type: none;
}
.firststripe li {
	float:left;
	padding-right:12px;
	font-family: alternate-gothic-no-1-d, sans-serif;
	font-size: 15px;
	letter-spacing: .25px;
	line-height: 30px;
}
#sportsbettinglink {
	overflow:hidden;
} 
.dropdown-content {
	display: none;
	position: absolute;
	background-color: #f1f1f1;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 9999;
}
.dropdown-content a {
	color: black;
	padding: 10px 14px;
	text-decoration: none;
	display: block;
}
/* Show the dropdown menu on hover */
#sportsbettinglink:hover .dropdown-content {
	display: block;
}
/* Change the background color of the dropdown button when the dropdown content is shown */
/* Change color of dropdown links on hover */
.dropdown-content a:hover {
	text-decoration:underline;
}
header .headerwrap-back {
	background-color:#0C0F14;
	width:100%;
	height: 70px;
}
.headicons {
	grid-column-start:19;
	grid-column-end:span 2;
	-ms-grid-column:19;
	-ms-grid-column-span:2;
	display:grid;
	display:-ms-grid;
	-ms-grid-columns: (1fr)[2];
	grid-template-columns: repeat(2, minmax(0, 1fr));
	grid-column-gap: 5px;
	column-gap: 5px;
	cursor:pointer;
}
.menu {
	grid-column:2;
	-ms-grid-column:2;
	background-position: -45px -151px;
	width:48px;
	height:34px;
	z-index:500;
	margin:17.5px 0px;
	transform:scale(0.4);
}
.search {
	grid-column:1;
	-ms-grid-column:1;
	background-position: -45px -185px;
	width:80px;
	z-index:500;
	height:46px;
	margin:12.5px 0px;
	transform:scale(0.4);
}
.grid-container {
	display:grid;
	display:-ms-grid;
	-ms-grid-columns: (1fr)[12];
	grid-template-columns: repeat(12, minmax(0, 1fr));
	grid-column-gap: 20px;
	column-gap:20px;
	grid-row-gap: 20px;
	grid-gap: 20px;
}
.grid-container > article {
	margin-right:20px;
	margin-bottom:20px;
}
header .wrap {
	position:relative;
	max-width: 1190px;
	margin:0 auto;	
	grid-template-rows: 69px;
	grid-template-columns: repeat(20, minmax(0, 1fr)) !important;
	-ms-grid-columns: (1fr)[20] !important;
	grid-column-gap: 8.4px !important;
	column-gap: 8.4px !important;
	display: flex;
    justify-content: space-between;
}
@media (max-width:1024px) {
	#opennavclick {
		display: block;
	}
	header .headerwrap-back {
		height: 70px;
		position: relative;
		background-color: #000;
	}
	header .wrap, .overlay-wrap {
		max-width:100%;
		padding:0 15px;
	}
}
a, a:visited, a:hover {
	color:#0C0F14;
	text-decoration:none;
}
.underlined {
	cursor: pointer;
}
#header-ad-space {
	width:100%;
	height:auto;
	margin:0 auto 15px;
	text-align:center;
}
.mid-content-ad-container {
	margin:10px 0;
	width:100vw;
	margin-left: calc(50% - 50vw);
	text-align:center;
}
.mid-content-wrap {
	max-width:950px;
	margin:0 auto;
}
@-moz-document url-prefix() {
	.mid-content-ad-container {
		width:130% !important;
		margin-left:-15%;
	}
	.mid-content-wrap {
		max-width:100%;
	}
}
.pp {
	width:100%;
	height:250px;
    background-image: url(/wp-content/themes/sds-5/images/productback.png);
    background-size:cover;
    background-position:center center;
    background-repeat:no-repeat;
	padding:0;
}
.pp .product-image {
	width:38%;
	float:left;
	height:250px;
	margin:0;
	text-align:center;
}
.pp .product-image img {
	max-height:250px;
	width:auto;
	margin: 0 auto;
}
.pp .product-info {
	width:62%;
	float:left;
	height:250px;
	margin:0;
}
.pp .product-title {
	font-family: abolition, sans-serif;
	font-size:24px;
	color:#0C0F14;
	margin: 20px 0 15px;
}
.pp .product-content {
	font-size:14px;
	line-height:20px;
	margin-bottom:28px;
}
.pp .product-content a, .pp .product-content a:visited, .pp .product-content a:hover {
	text-decoration:underline;
}
.pp .product-cta a, .pp .product-cta a:visited {
	border:1px solid #990000;
	text-transform:uppercase;
	font-size:16px;
	padding: 8px 20px;
	color:#990000;
    box-shadow: 0px 0px 0px #92dbf4 inset !important;
}
.pp .product-cta a:hover {
	border:1px solid #990000;
	color:#fff;
	background-color:#990000;
    box-shadow: 0px 0px 0px #92dbf4 inset !important;
}
.product-image a {
    box-shadow: 0px 0px 0px #92dbf4 inset !important;
	border:0px !important;	
}
.standard-page, .more-links {
	max-width:1160px;
	width:100%;
	margin:0 auto;
}
#homelogo {
	grid-column-start:1;
	grid-column-end:span 5;
	-ms-grid-column:1;
	-ms-grid-column-span:5;
}
.sdslogo {
	/* at 0 / 380 --- width is 200 / height is 240  */
	background-position: -250px -0px;
	background-image: url(/wp-content/themes/sds-5/images/sds@2x.png);
	background-repeat: no-repeat;
    background-size: 500px;
	width:250px;
	height:23px;
	float:left;
	z-index:500;
	position:relative;
	margin-top:23px;
	margin-left: 15px;
}
@media (max-width:1024px) { 
	.sdslogo {
		margin-left: 0;
	}
}
.announce {
	font-family: alternate-gothic-no-2-d, sans-serif;	
	grid-column-start:6;
	grid-column-end:span 13;
	-ms-grid-column:6;
	-ms-grid-column-span:13;
	height:69px;
	background-color:#333;
	font-size:22px;
	line-height:69px;
	padding-left:25px;
	color:#fff;
}
.announce a, .announce a:visited {
	color:#fff;
}
.announce a:hover {
	text-decoration:underline;
}
.blank-announce {
	background-color:#0C0F14;
}
/* The Overlay (background) */
.overlay {
	/* Height & width depends on how you want to reveal the overlay (see JS below) */    
	height: 0;
	width: 100%;
	position: fixed; /* Stay in place */
	z-index: 9999; /* Sit on top */
	left: 0;
	top: 0;
	background-color: rgb(0,0,0); /* Black fallback color */
	background-color: rgba(0,0,0, 0.9); /* Black w/opacity */
	overflow-x: hidden; /* Disable horizontal scroll */
	transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}
.overlay-wrap {
	max-width:1160px;
	margin:50px auto;	
	position:relative;
}
.overlaylogo {
	margin:50px auto;
	height:128px;
	width:250px;
	background-position: -250px -24px;
}
.overlay-close {
	position:absolute;
	top:0;
	right:0;
	background-position: -94px -152px;
	width:31px;
	height:31px;
}
.overlay-close:hover {
	background-position: -125px -152px;
}
.overlay .section-title {
	color:#fff !important;
	margin-bottom:25px;
}
.teamlinks {
	grid-column-start:1;
	grid-column-end:span 6;
	-ms-grid-column:1;
	-ms-grid-column-span:6;
}
.navlinks {
	grid-column-start:7;
	grid-column-end:span 6;
	-ms-grid-column:7;
	-ms-grid-column-span:6;
}
.overlaytitle {
	font-family: abolition, sans-serif;
	font-size:26px;
	color:#0C0F14;
}
/* flags */
.teamlogos {
	-ms-grid-columns: (1fr)[6] !important;
	grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
	margin-top:25px;
}
.teamlink {
	margin:8px 0;
}
.teamlink a, .teamlink a:visited {
	font-family: alternate-gothic-no-3-d, sans-serif;	
	color:#fff;
	font-size:20px;
	line-height:24px;
	text-decoration:none;
}
.teamlink a:hover {
	color:#e2e2e2;
}
.team-logo {
	width:25px;
	height:25px;
	margin:25px auto;
	transform:scale(1.75);
}
/* basic page layout */
main {
	margin: 0px 0px 20px;
}
@supports (grid-gap: 20px) {
	.grid-container > article {
		margin-right:0;
		margin-bottom:0;
	}
}
.main-sprite {
    background-image: url(/wp-content/themes/sds-5/images/sds.png);
    background-repeat: no-repeat;
    background-size:500px;
}
.team-icon {
	background-image: url(/wp-content/themes/sds-5/images/cfb.webp);
	background-repeat: no-repeat;
    background-size:325px;

}
.page-section {
	border-top:10px solid #f3f3f3;
	padding:15px 0 5px;
	margin-bottom:15px;
}
.section-title {
	font-family: abolition, sans-serif;
	font-size:32px;
	letter-spacing:.72px;
}
/* right col design */
.rightcol {
	grid-column: 11/13;
	display: flex;
    flex-direction: column;
}
.rightcol-article {
	position:relative;
	margin:20px 0 10px;
	border-top:1px solid #eaeaea;
}
.rightcol-article .timeago {
	position: absolute;
	top:0;
	left: 45px;
	font-family: alternate-gothic-no-1-d, sans-serif;
	font-size:14px;
	letter-spacing: .25px;
	line-height:35px;
	color:#8E9199;
	text-transform:uppercase;
}
.rightcol-article .second-timeago {
	left: 90px;
}
.rightcol-article .headline {
	margin-top:45px;
	font-size:17px;
	line-height:19px;
	color:#0C0F14;
	letter-spacing:-.11px;
}
.all-news-link a, .all-news-link a:visited, .all-news-link a:hover {
	font-family: alternate-gothic-no-1-d, sans-serif;
    font-size: 14px;
    letter-spacing: .25px;
    line-height: 35px;
    color: #8E9199;
    text-transform: uppercase;
}
.all-news-link a:hover {
	text-decoration:underline;
}
/* flags */
.flag {
	width:35px;
	height:35px;
	background-color:#eaeaea;
	position:absolute;
	top:0;
	left:0;
	display:inline-block;
}
.second-flag {
	left: 40px;
}
.team-flag {
	width:25px;
	height:25px;
	margin:5px;
	float:left;
}
.grid-headline .flag {
	top:-35px;
}
.grid-headline .teamtag {
	color:#fff;
	height:35px;
	padding:0 25px;
	position:absolute;
	top:-35px;
	left:35px;
	text-align:center;
	line-height:37px;
	font-size:15px;
	font-family: alternate-gothic-no-1-d, sans-serif;
}
.one-third {
	grid-column: auto / span 4;
	-ms-grid-column-span: 4;       
}
.one-third:nth-of-type(3n+1) {
	-ms-grid-column:1;
}
.one-third:nth-of-type(3n+2) {
	-ms-grid-column:5;
}
.one-third:nth-of-type(3n+3) {
	-ms-grid-column:9;
}
.two-thirds-end {
	grid-column: auto / span 8;
	-ms-grid-column-span: 8;       
	-ms-grid-column:5;
}
.grid-article-span-6 {
	grid-column: auto / span 6;
	-ms-grid-column-span: 6;       
}
.grid-article-span-6:nth-of-type(2n+1) {
	-ms-grid-column:1;
}
.grid-article-span-6:nth-of-type(2n+2) {
	-ms-grid-column:7;
}
.grid-article-span-3 {
    -ms-grid-column-span: 3;       
	grid-column: auto / span 3;
}
.grid-article-span-3:nth-of-type(4n+1) {
	-ms-grid-column:1;
}
.grid-article-span-3:nth-of-type(4n+2) {
	-ms-grid-column:4;
}
.grid-article-span-3:nth-of-type(4n+3) {
	-ms-grid-column:7;
}
.grid-article-span-3:nth-of-type(4n+4) {
	-ms-grid-column:10;
}
.grid-image-container {
	width:100%;
	height:73%;
	background-image: url("/wp-content/themes/sds-5/images/pattern2.png");
	background-size: 800px;
	filter: brightness(112%);	
}
.grid-image-container img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.side-image img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.grid-image {
	height:100%;
	width:100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size:cover;
	mix-blend-mode: LIGHTEN;
	-webkit-filter: grayscale(50%) contrast(.2);
	filter: grayscale(50%) contrast(.8);
}
.grid-image img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.grid-headline {
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	padding-right:40px;
	min-height:32%;
}
.grid-headline .text {
	background-color:#fff;
	padding:20px 20px 20px 0;
	font-size:24px;
	line-height:25px;
	letter-spacing:-.2px;
}
.grid-headline .mediumtext {
	font-size:32px;
	line-height:35px;
	letter-spacing:-.27px;
}
.grid-headline .largetext {
	font-size:52px;
	line-height:52px;
	letter-spacing:-.85px;
}
#SDS_Sponsored_Article {
	height: 70px !important;
	width: auto !important;
}
#SDS_Sponsored_Hub {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.15);
    background-color: #f3f3f3;
	margin-bottom: 25px;
	height: auto !important;
}
#StickyFooter {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    background-color: rgba(247, 247, 247, 0.9);
    z-index: 999;
}
#StickyFooter .buttonCloseStickyFooter {
    position: absolute;
    right: 10px;
    top: 5px;
    z-index: 1000;
    cursor: pointer;
	border: 1px solid black;
    height: 20px;
    width: 20px;
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
}
#SDS_StickyFooter {
	height: auto !important;
}
#archive-header {
	width:100%;
	margin:-20px 0 20px;
	height:266px;
	background-color:#0C0F14;
	padding-top:85px;
	text-align:center;
}
.archive-title {
	font-family: abolition, sans-serif;
	font-weight:400;
	color:#fff;
	font-size:62px;
	letter-spacing:.8px;
	padding:4px 0;
	margin:0;
}
.archive-subtitle {
	font-family: alternate-gothic-no-1-d, sans-serif;
	font-weight:400;
	color:#8E9199;
	font-size:19px;
	letter-spacing: .16px;
}
#searchform {
	display:none;
	position:absolute;
	top:69px;
	right:0;
	padding: 15px 20px;
	width:320px;
	white-space: nowrap;
	font-size: 0.9em; 
	z-index:99999;
	background-color:#0C0F14;
}
.show-form {
	display:block !important;
}
#nav-login-form input, #searchform input {
    display: block;
    width: 100%;
    padding: 10px; 
    border: 1px solid #ccc;
    border-radius: 0;
    font-size:14px;
}
.login-reg, .user-login-alert {
	max-width:1160px;
	margin:0 auto;
}
.user-login-alert {
	background-color:#f2f2f2;
	padding:28px 28px 0;
	margin-top:15px;
	margin-bottom:15px;
}
.login-reg .page-section {
	grid-column-start:1;
	grid-column-end:span 6;
	-ms-grid-column:1;
	-ms-grid-column-span:6;
}
.login-reg .page-section:nth-of-type(2) {
	grid-column-start:7;
	-ms-grid-column:7;
}
.login-reg label, .reset-pw-link {
	line-height: 35px;
    font-family: alternate-gothic-no-1-d, sans-serif;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: .12px;
    color: #8E9199;
    display:block;
}
.reset-pw-link a, .reset-pw-link a:visited {
	color:#000000;
	text-decoration:underline;
}
.login-reg input, .login-reg select, .login-reg textarea {
	width:100%;
	font-size:16px;
	padding: 8px;
	outline: none;
	border: 1px solid #e51831;
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
}
.login-reg input:focus, .login-reg select:focus, .login-reg textarea:focus {
	box-shadow: 0 0 5px #e51831;
	border:1px solid #e51831;
}
.login-reg input[type="submit"] {
	margin-top:25px;
	background-color: #e51831;
	cursor: pointer;
	color: #FFFFFF;
	padding: 8px 18px;
	text-decoration: none;
	font: 16px;
	width:auto;
}
.login-reg input[type="submit"]:hover {
	background-color:#000;
}
#viewmorenews {
	display:none;
}
@media (max-width:1160px) {
	.login-reg, .user-login-alert {
		max-width:100%;
		margin:0 15px;
	}
}
@media (max-width:767px) {
	.login-reg .page-section, .login-reg .page-section:nth-of-type(2) {
		grid-column-start:1;
		grid-column-end:span 12;
		-ms-grid-column:1;
		-ms-grid-column-span:12;
		-ms-grid-row:1;
	}
	.login-reg .page-section:nth-of-type(2) {
		-ms-grid-row:2;
	}
}
/* featured series code --- used to be in home.css */
.featured-series {
	background-color:#f3f3f3;
	padding:40px 0;
}
.featured-series .wrap {
	max-width:1160px;
	margin:0 auto;	
	position:relative;
}
.featured-series .latest-article {
	grid-column-start:1;
	grid-column-end:span 7;
	-ms-grid-column:1;
	-ms-grid-column-span:7;
	margin-right:20px;
}
@supports (grid-gap: 20px) {
	.featured-series .latest-article {
		margin-right:0;
	}
}
.featured-series .series-info {
	grid-column-start:8;
	grid-column-end:span 5;
	-ms-grid-column:8;
	-ms-grid-column-span:5;
}
.series-title-1 {
	font-family: abolition, sans-serif;
	font-size:55px;
	line-height:50px;
	letter-spacing:1.58px;
	color:#0C0F14;
}
.series-title-2 {
	font-family: abolition, sans-serif;
	font-size:76px;
	line-height:73px;
	letter-spacing:2.18px;
	color:#0C0F14;
	margin-bottom:32px;
}
@supports(-webkit-text-stroke: 1px #0C0F14) {
	.series-title-2 {
		color:#f3f3f3;
		-webkit-text-stroke: 1px #0C0F14;
	}
}
.featured-series .grid-headline .text {
	background-color:#f3f3f3;
}
.latest-article article {
	position:relative;
	height:558px;
}
.side-image-text {
	width:100%;
	min-height:100px;
	margin:8px 0;
}
.side-image {
	width:134px;
	height:84px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size:cover;
	float:left;
}
.side-text {
	margin-left:150px;
	position:relative;
	padding-top:40px;
}
.featured-series .sponsor-box {
	width:95px;
	height:117px;
	background-color:#0C0F14;
	position:absolute;
	top:-40px;
	right:0;
}
.presentedby {
	margin-top:25px;
	font-family: alternate-gothic-no-3-d, sans-serif;
	font-size:10px;
	color:#fff;
	text-align:center;
	letter-spacing:.34px;
}
/* flags */
.side-image-text .flag, .odds-team .flag {
	background-color:#f3f3f3;
}
.side-image-text .teamtag {
	font-family: alternate-gothic-no-1-d, sans-serif;
	color:#8E9199;
	position:absolute;
	top:0;
	left:40px;
	font-size:14px;
	letter-spacing: .25px;
	line-height:35px;
}
.gin-title {
	font-family: gin, serif;
	font-style: normal;
	font-weight: 400;
	grid-column-start: 1;
    grid-column-end: span 12;
    -ms-grid-column: 1;
    -ms-grid-column-span: 12;
    font-size:70px;
    line-height:76px;
    text-align:center;
}
.odds-intro, .odds-links {
	grid-column-start: 1;
    grid-column-end: span 12;
    -ms-grid-column: 1;
    -ms-grid-column-span: 12;
    font-size:18px;
    line-height:24px;
    text-align:center;
    margin:15px 0;
}
.odds-links {
	font-size:12px;
	text-align:left;
}
.odds-links a, .odds-links a:hover, .odds-links a:visited {
	text-decoration:underline;
	margin-right:15px;
}
.odds-game {
	grid-column: auto / span 2;
	-ms-grid-column-span: 2;  
	background-color:#fff;
	border:1px solid #e2e2e2;
	padding:15px 15px 8px;     
}
.odds-team {
	height:35px;
	position:relative;
	margin-bottom:8px;
}
.odds-team .teamname {
	color: #0C0F14 !important;
	font-size:15px;
}
.odds-team .teamname, .odds-team .teamodds {
	font-family: alternate-gothic-no-1-d, sans-serif;
	color:#8E9199;
	position:absolute;
	top:0;
	left:40px;
	font-size:15px;
	letter-spacing: .25px;
	line-height:35px;
}
.odds-team .teamodds {
	color:#0C0F14;
	left:auto;
	right:0;
	font-size:16px;
	text-align:center;
	width:35px;
	line-height:27px;
	margin:4px 0;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.odds-gametime {
	font-family: alternate-gothic-no-1-d, sans-serif;
    font-size: 13px;
    letter-spacing: .25px;
    line-height: 20px;
    color: #8E9199;
    text-transform: uppercase;
}
p.oddstext {
	font-family: alternate-gothic-no-1-d, sans-serif;
	color: #0C0F14 !important;
	font-size:19px;
}
.oddstext a, .oddstext a:visited, .oddstext a:hover {
	text-decoration:underline;
}
/* odds shortcode */
.odds-area {
    background-color:#f3f3f3;
    padding:15px;
    margin-bottom:15px;	
}
.odds-area .featured-odds {
	background-color:#fff;
	border:1px solid #e2e2e2;
	padding:15px 15px 8px;   
	width:50%;
	float:left;
	height: 165px;
}
.featured-odds .odds-types {
	height:20px;
	position:relative;
	margin-bottom:1px;
}
.featured-odds .odds-team {
	height:35px;
	position:relative;
	margin-bottom:8px;
}
.featured-odds .teamsection {
	position:absolute;
	top:0;
	left:130px;
	width:160px;
}
.featured-odds .odds-type {
	float:left;
	width:35px;
	text-align:center;
	margin:2px 15px 0px 0;
}
.featured-odds .teamname, .featured-odds .odds-entry {
	font-family: alternate-gothic-no-1-d, sans-serif;
	color:#8E9199;
}
.featured-odds .odds-entry {
	float:left;
	color:#0C0F14;
	font-size:18px;
	text-align:center;
	width:35px;
	line-height:31px;
	margin:2px 15px 2px 0;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.odds-type, .odds-footnote {
	font-size:9px !important;
	color:#666 !important;
}
.mainodds {
	line-height:23px;
}
.odds-footnote {
	line-height:9px;
}
.featured-odds .gametime {
	font-family: alternate-gothic-no-1-d, sans-serif;
	font-size:13px !important;
	letter-spacing:.5px;
	text-transform: uppercase;
	color:#666 !important;
	margin:12px 0 6px;
}
.odds-area .featured-promo {
	font-family: alternate-gothic-no-1-d, sans-serif;
	background-color:#fff;
	padding:15px 15px 8px;   
	width:47.5%;
	margin-left:2.5%;
	height: 165px;
	float:left;
	text-align:center;
}
.featured-promo p {
	font-size:28px;	
}
.featured-promo .bet-button, .featured-promo .bet-button:visited {
	background-color:#f0a249;
	color:#fff;
    padding: 12px 30px;
        border-radius: 3px;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: .3px;
    line-height: 22px;
    border-bottom: 0 solid #92dbf4;
    box-shadow: 0px 0 0px #92dbf4 inset;
}
.featured-promo .bet-button:hover {
	background-color:#4d4d4d;
    box-shadow: 0px 0 0px #92dbf4 inset;
}
.expert-section {
	padding: 25px 0 10px;
}
.expert-title {
	font-family: alternate-gothic-no-1-d, sans-serif;
    color: #fff;
    font-size: 14px;
    letter-spacing: .25px;
    line-height: 35px;
    padding: 0 20px;
    display:inline-block;
    text-transform:uppercase;
}
.expert-text {
	margin-top:10px;
}
/* end featured series code */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), 
only screen and (min--moz-device-pixel-ratio: 1.5), 
only screen and (min-resolution: 240dpi) {
	.main-sprite {
		background-image: url(/wp-content/themes/sds-5/images/sds@2x.png);
	}
	.hamburger-icon img {
		width: 22px;
		padding-top: 24px;
		margin-right: 17px;
	}
	.close-icon img {
		width: 22px;
		padding-top: 24px;
		margin-right: 17px;
		display: block;
	}
	.team-icon {
		background-image: url(/wp-content/themes/sds-5/images/cfb.webp);
	}
}
@media (max-width:1160px) {
	header .wrap, .overlay-wrap {
		max-width:100%;
	}
	.overlay-close {
		right:15px;
	}
	.featured-series {
		padding:40px 15px;
	}
	.featured-series .wrap {
		max-width:100%;
	}
	header .firststripe {
		padding:3px 15px 0;
	}
}
@media (max-width:1000px) {
	#homelogo {
		grid-column-end:span 10;
		-ms-grid-column-span:10;
	}
	.announce {
		display:none;
		-ms-grid-column-span:0;
		grid-column-end:span 0;
	}
	.headicons {
		grid-column-start:18;
		grid-column-end:span 3;
		-ms-grid-column:18;
		-ms-grid-column-span:3;
	}
	.rightcol-article .headline {
		margin-top:40px;
		font-size:14px;
		line-height:16px;
	}
	.section-title {
		font-size:28px;
	}
	.grid-headline .text {
		padding:15px 15px 15px 0;
		font-size:20px;
		line-height:22px;
	}
	.grid-headline .mediumtext {
		font-size:28px;
		line-height:30px;
	}
	.grid-headline .largetext {
		font-size:42px;
		line-height:42px;
	}	
	.grid-headline {
		padding-right:20px;
	}
	.grid-headline .teamtag {
		padding: 0 20px;
	}
	p, ul {
		font-size:18px;
		line-height:30px;
		padding-bottom:26px;
	}
	li { 
		font-size:18px;
		line-height:30px;
	}
	.mid-content-ad-container {
		margin-left: calc(50% - 45vw);
	}
	.mid-content-wrap {
		max-width:800px;
		margin:0 auto;
	}
	@-moz-document url-prefix() {
		.mid-content-ad-container {
			width:115% !important;
			margin-left:-7.5%;
		}
	}
	.featured-series .latest-article {
		grid-column-end:span 6;
		-ms-grid-column-span:6;
	}
	.featured-series .series-info {
		grid-column-start:7;
		grid-column-end:span 6;
		-ms-grid-column:7;
		-ms-grid-column-span:6;
	}
	.series-title-1 {
		font-size:55px;
		line-height:50px;
	}
	.series-title-2 {
		font-size:76px;
		line-height:73px;
		margin-bottom:32px;
	}
	.latest-article article {
		position:relative;
		height:558px;
	}
}
@media (max-width:950px) {
	.odds-game {
		grid-column: auto / span 4;
		-ms-grid-column-span: 4;  
	}	
	.gin-title {
		font-size:50px;
		line-height:55px;
	}
}
@media (max-width:850px) {
	.grid-headline .teamtag {
		padding: 0 10px;
	}
	.grid-headline {
		padding-right:15px;
	}
}
@media (max-width:767px) {
	.single-article #trendinglatest { /* hiding this so that taboola is higher for a while */
		display:none;
	}
	.more-links { 
		padding: 0 15px;
	}
	.odds-area .featured-odds {
		width:100%;
		float:none;
		height: auto;
	}
	.odds-area .featured-promo, .odds-area .featured-promo:visited {
		width:100%;
		margin-left:0;
		height: auto;
		float:none;
		text-align:center;
		font-size:20px;
		padding:10px 0;	
		display:block;
		align-items: center;
		margin-top:15px; 
	}
	.featured-odds .teamsection {
		left:150px;
	}
	.odds-links a, .odds-links a:hover, .odds-links a:visited {
		text-decoration:underline;
		margin-top:8px;
		display:block;
		margin-right:0;
	}
	.brandlinks { display:none; }
	#latestnewsli { display:block; }
	.grid-container > article {
		margin-right:0;
		margin-bottom:0;
	}
	.overlaytitle {
		font-size:20px;
	}
	.teamlink a, .teamlink a:visited {
		font-size:16px;
		line-height:20px;
	}
	#homelogo {
		grid-column-end:span 15;
		-ms-grid-column-span:15;
	}
	.headicons {
		grid-column-start:17;
		grid-column-end:span 4;
		-ms-grid-column:17;
		-ms-grid-column-span:4;
	}
	.flag {
		width:29;
		height:29px;
	}
	.team-flag {
		margin:2px;
	}	
	.grid-headline .teamtag {
		height:29px;
		padding:0 15px;
		top:-29px;
		left:29px;
		line-height:29px;
		font-size:13px;
	}
	.section-title {
		font-size:40px;
		line-height:42px;
	}
	.featured-odds .mobiletoparticle {
		padding-left:25px;
		padding-right:25px;
	}
	.odds-team .teamname {
		font-size:14px;
	}
	p.oddstext {
		font-size:16px;
	}
/* NEW MOBILE STYLES FOR TRENDING AND NEWS */
	.rightcol {
		margin:50px 15px 15px;
	}
	.rightcol .page-section {
		background-color:#f3f3f3;
		padding:15px;
		margin-bottom:25px;
	}
	.rightcol .section-title {
		border-top:0;
		padding:0;
		margin: 0 0 15px 0;
		font-size:26px;
		line-height:30px;
	}
	.rightcol-article {
		width:100%;
		border-bottom:2px solid #ddd;
		padding:15px 0;
		border-top:0 !important;
		margin:0 !important;
		height:auto !important;
	}
	.rightcol-article:last-of-type {
		border-bottom:0;
	}
	.rightcol-article .flag {
		display:none;
	}
	.rightcol-article .timeago {
		left:0;
		top:10px;
	}
	.rightcol-article .headline {
		font-size:19px;
		line-height:22px;
		margin-top:25px;
	}	
	.all-news-link {
		margin-left:0;
		display:none;
	}
	#viewmorenews { display:block;
		margin-top:15px;
		font-family: alternate-gothic-no-1-d, sans-serif;
		font-size: 16px;
		letter-spacing: .5px;
		line-height: 40px;
		text-transform: uppercase;
		background-color:#fff;
		text-align:center;
		color:#0C0F14;
		border:1px solid #0C0F14;
	}
	#viewmorenews:hover {
		color:#fff;
		background-color:#0C0F14;
	}
/* END NEW MOBILE STYLES */
	.one-third {
		grid-column: auto / span 12;
	}
	.two-thirds {
		grid-column: auto / span 12;
	}
	.grid-article-span-6 {
		grid-column: auto / span 12;
	}
	.grid-article-span-3 {
		grid-column: auto / span 12;
	}
	.grid-headline .largetext {
		font-size:28px;
		line-height:32px;
	}
	.grid-image-container, .grid-headline {
		position:relative;
		display:block;
		min-height:auto;
	}
	.grid-image-container {
		width:126px;
		height:107px;
		float:left;
	}
	.grid-headline {
		margin-left:145px;
		position:static;
		padding-right:0;
		width:calc(100% - 145px);
	}
	.grid-headline .flag {
		top:auto;
		bottom:0;
		left:0;
	}
	.grid-image {
		width:126px;
		height:107px;
	}
	.grid-headline .teamtag {
		top:auto;
		bottom:0;
	}
	.grid-article-wrap {
		position:static;
	}
	.grid-headline .text, .grid-headline .mediumtext, .grid-headline .largetext {
		font-size:20px;
		line-height:22px;
		font-family: alternate-gothic-no-3-d, sans-serif;
	}	
	.overlaylogo {
		margin:60px auto 30px;
		width:250px;
		height:128px;
	}
	.overlay-close {
		right:30px;
	}
	.overlay .section-title {
		font-size: 30px;
		line-height: 32px;
	}
	#archive-header {
		margin:-20px 0 20px;
		height:200px;
		background-color:#0C0F14;
		padding-top:70px;
		text-align:center;
	}
	#SDS_Sponsored_Hub {
		margin-bottom: 0;
	}
	#SDS_Sponsored_Article {
		height: 75px !important;
		margin-bottom: 10px;
	}
	.archive-title {
		font-size:42px;
	}
	.mid-content-ad-container {
		width: 100%;
		margin: 10px 0;
		text-align:center;
	}
	@-moz-document url-prefix() {
		.mid-content-ad-container {
			width:100% !important;
			margin-left:0;
			margin: 10px 0;
		}
	}
	.pp {
		width:100%;
		height:auto;
		padding:15px 15px 25px;
	}
	.pp .product-image {
		width:100%;
		float:center;
		height:auto;
	}
	.pp .product-image img {
		max-height:200px;
	}
	.pp .product-info {
		width:100%;
		float:none;
		height:auto;
		text-align:center;
	}
	.pp .product-title {
		margin: 15px 0 12px;
	}
	.pp .product-content {
		font-size:13px;
		line-height:18px;
		margin-bottom:28px;
		text-align:center;
	}
	/* override grid article settings for the top article */
	.mobiletoparticle {
		height: auto !important;
		margin:0 !important;
		border-top:0;
	}
	.featured-series .latest-article {
		margin-right:0;
	}
	.featured-series {
		padding:40px 0;
	}
	.featured-series .latest-article article {
		padding-top:160px;
	}
	.featured-series .sponsorspace article {
		padding-top:215px;
	}
	.mobiletoparticle .grid-image-container, .mobiletoparticle .grid-image {
		height:255px;
		width:100%;
		float:none;
	}
	.mobiletoparticle .grid-headline, .mobiletoparticle .grid-headline {
		margin:-29px 29px 0 0;
		padding-right:30px;
		position:relative;
		width:100%;
	}
	.mobiletoparticle .grid-headline .text {
		padding: 20px 29px;
		font-size:28px !important;
		line-height:32px !important;
	}
	.mobiletoparticle .grid-headline .flag {
		top:-29px;
		bottom:auto;
	}
	.mobiletoparticle .grid-headline .teamtag {
		top:-29px;
		bottom:auto;
	}
	.featured-series .wrap {
		display:block;
		max-width:100%;
		position:relative;
	}
	.series-title-1 {
		position:absolute;
		top:0;
		left:25px;
	}
	.series-title-2 {
		position:absolute;
		top:50px;
		left:25px;
	}
	.side-image {
		width:84px;
		height:84px;
		margin-left:29px;
		background-position: center center;
		background-repeat: no-repeat;
		float:left;
	}
	.side-text {
		margin-left:128px;
		position:relative;
		padding-top:30px;
		padding-right:15px;
		font-size:14px;
	}
	.side-image-text .teamtag {
		left:35px;
		line-height:29px;
	}
	.featured-series .sponsor-box {
		width:126px;
		height:auto;
		top:140px;
		right:auto;
		left:25px;
		text-align:center;
	}
	.presentedby {
		display:none;
	}
	.sponsor-box img {
		max-width:120px;
		margin:5px 3px;
	}
	.odds-game {
		grid-column: auto / span 6;
		-ms-grid-column-span: 6;  
	}	
	.gin-title {
		font-size:44px;
		line-height:50px;
	}	
	.odds-intro {
		font-size:14px;
		line-height:18px;
	}
	.featured-odds .wrap {
		display:grid;
		padding:0 15px;
	}
    .dropdown-content a {
		color: black;
		padding: 8px 12px;
		text-decoration: none;
		display: block;
    }
}
@media (max-width:600px) {
	.headicons {
		grid-column-start:18;
		grid-column-end:span 3;
		-ms-grid-column:18;
		-ms-grid-column-span:3;
	}
	.menu {
		grid-column-start:1;
		grid-column-end:span 2;
		-ms-grid-column:1;
		-ms-grid-column-span:2;
	}
	header .headerwrap-back {
		background-color: #000;
	}
}
#set {
	border-top:8px solid #000 !important;
}
#set .sponsor-box {
	width:150px;
}
#set .presentedby {
	color:#000;
}
#set .sponsor-box img {
	max-width:150px;
}
#texpete .sponsor-box {
	text-align:center;
	width:150px;
	height:105px;
}
#texpete .sponsor-box img {
	max-width:130px;
	padding:5px;
}
#texpete .grid-image {
    mix-blend-mode: normal;
    -webkit-filter: grayscale(0%) contrast(1);
    filter: grayscale(0%) contrast(1);
}
#betonline .presentedby {
	display:none; 
}
#betonline .sponsor-box {
	text-align:center;
	width:180px;
	height:58px;
}
#betonline .sponsor-box img {
	max-width:170px;
	padding:5px;
}
#mybookie {	
	border-top:8px solid #000 !important;
}
#mybookie .sponsor-box {
	text-align:center;
	width:180px;
	height:85px;
}
#mybookie .presentedby {
	color:#000;
}
#mybookie .sponsor-box img {
	max-width:150px;
	padding:5px;
}
@media (max-width:767px) {
	#mybookie .sponsor-box {
		height:auto;
	}
}
@media (max-width:400px) {
	#opennavclick {
		display: block;
	}
}
.starting5_wrapper {
	border:2px solid #65bca7;
	padding:25px 15px 0;
	margin: 15px 0;
	text-align:center;
}
.starting5 .gform_description, .starting5 .gform_footer, .starting5 .gform_header {
	text-align:center !important;
}
.starting5 label {
	display:none !important;
} 
.starting5 h3.gform_title {
	color:#65bca7 !important;
	font-size:2.0em !important;
	text-align:center;
}
.starting5 .gform_footer p {
	padding:0 !important;
	height:0;
}
.starting5 .gform_heading, .starting5 .gform_body, .starting5 .gform_footer {
	width:75% !important;
	margin:0 auto !important;
}
.starting5 input.button, .starting5 input[type=submit], .starting5 input.button, .starting5 input[type=submit] {
	background-color:#65bca7 !important;
	color:#fff !important;
	border-color:#65bca7 !important;
	padding: 8px 12px !important;
}
#FreeStarVideoAdContainer {
	max-height: 390px;
}
@media (max-width:783px) {
	#FreeStarVideoAdContainer {
		max-height: 345px;
	}
}
@media (max-width:440px) {
	#FreeStarVideoAdContainer {
		max-height: 250px;
	}
}
@media (max-width:390px) {
	#FreeStarVideoAdContainer {
		max-height: 225px;
	}
}
@media (max-width:335px) {
	#FreeStarVideoAdContainer {
		max-height: 200px;
	}
}
/* Bet Tabs */
.tab-content .tab-list li .tab-inner-content .column.tab-usp span.casino-name {
	font-size: 18px !important;
}
.tab-content .tab-list li .tab-inner-content .column.tab-bonus span.offer {
	font-size: 22px !important;
}
.tab-content .tab-list li .tab-inner-content .column.tab-bonus p {
	font-size: 12px !important;
}
.tab-content .tab-list li .tab-inner-content .column.tab-button .play {
	font-size: 12px !important;
}
.tab-content .tab-list li .tab-inner-content .column.tab-button .review {
	font-size: 10px !important;
}
/* END Bet Tabs */