/*
	Theme Name: 
	Theme URI: https://www.dmwolvesbasketball.com/
	Description: Version 2 of DM Wolves Basketball
	Version: 1.0
	Author: Jonathan Joseph Limoanco (bluenimbus@gmail.com)
	Author URI: https://www.bluenimbus.com/jonathan
	Tags: HTML5, CSS3

*/

@media all and (max-width: 999px) {
	#content.gameday div.stats {
		display: grid !important; 
		grid-template-columns: 100% !important; 
	}
	#content.gameday div.stats div.left {
	    grid-row-start: 2;
	}
	#content.gameday div.stats div.right {
	   grid-row-start: 1; 
	}
	
	#content.gameday div.sponsors ul {
		grid-template-columns: repeat(2, 1fr) !important; 
	}
	body, html {
		min-width: 100% !important; 
		overflow-x: hidden; 
	}
	#logo img {
		width: 20% !important; 
	}
	div.inside {
		width: 95% !important; 
	}
	#nav {
		display: none; 
	}
	#header div.inside {
		display: block !important; 
		grid-template-columns: 15% 85%;
		align-items: center;
		padding-top: 15px;
		padding-bottom: 0px;
	}
	#footer {
		display: none; 
	}
	#bottom div.inside {
		display: block !important; 
		padding-top: 9px !important; 
		padding-bottom: 9px !important; 
	}
	#bottom div.links {
		display: none; 
	}
	#top_cut {
		margin-top: -10px; 
		display: none; 
	}
	#content.static div.inside {
		padding-top: 25px !important; 
		padding-bottom: 25px !important; 
	}
	#top_bottom {
		display: none; 
	}
	.tabs {
		width: 100% !important; 
	}
	div.content div.calendar {
		display: block !important; 
	}
	.calendar .img {
		display: none !important; 
	}
	.tab label {
		font-size: 90% !important; 
	}
	.content {
		margin-top: 0px !important; 
	}
	div.copyright p {
	    margin-top: 0px;
        margin-bottom: 0px;
        line-height: 19px;
        text-align: center;
    }
}
	
	
	
	
  	.sfm-label-metro  {
        display: block !important; 
	  	z-index: 10000; 
	  	position: absolute !important;
	  	top: 0 !important;
	  	right: 0 !important; 
  	}
  	#sfm-sidebar {
	  	display: block !important; 
	  	z-index: 10000; 
	  	position: absolute !important;
	  	top: 0 !important;
	  	right: 0 !important; 
  	}
  	#sfm-sidebar .sfm-menu li > a:before {
	  	background: rgba(247,148,29,1) !important;
  	}
}


#pt-cv-view-77628454tb:not(.pt-cv-nohover) .pt-cv-mask * {
	color: #fff !important; 
}



#sfm-sidebar {
    display: none;
}
.sfm-label-metro {
    display: none;
}


/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* general */ 


#header img {
    width: auto;
    height: auto;
}
img {
    width: auto;
    height: auto;
}

body, html {
	font-family: 'Roboto Slab', serif;
	margin: 0px; 
	padding: 0px; 
	width: 100%;
	height: 100%;
	font-size: 16px; 
	line-height: 24px; 
	/* remove code below when after */ 
	min-width: 1200px; 
}
div.inside {
	width: 1100px; 
	margin-left: auto;
	margin-right: auto; 
}
a {
	text-decoration: none; 
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto Slab', serif;
}
input, textarea, select {
	font-family: 'Roboto Slab', serif;
}

/* header */ 

#header {
	background-color: #000; 
}
#header div.inside {
	display: grid;
	grid-template-columns: 15% 85%; 
	align-items: center; 
	padding-top: 15px; 
	padding-bottom: 15px; 
	width: 95%;
}
#nav ul {
	display: grid;
	grid-template-columns: repeat(8, auto); 
	padding: 0px; 
	margin: 0px; 
	justify-content: flex-end;
    column-gap: 50px;
}


#nav ul ul{
	display: none;
	position: absolute;
	text-align: left;
	padding: 0px;
	z-index: 50000;
	margin-top: 0px;
	margin-right: 0px;
	color: #FFFFFF;
	margin-bottom: 0px;
	float: right;
	padding-top: 0px; 
    box-shadow: 0px 44px 68px -57px rgba(0,0,0,0.75);
    padding-top: 10px; 
}
#nav ul ul li:hover {
	display: block;
}
#nav ul li:hover ul{
	display: block;
}
#nav ul li:hover ul li a{
	display: block;
}
#nav li li{
	margin-bottom: 0px;
	list-style-position: inside;
	color: #FFF;
	display: block;
	padding-left: 15px;  
	padding-right: 15px;
	background-color: #1d1d1d;
}
#nav li li:first-child {

}
#nav li li a {
	color: #FFF !important;
	background-position: left; 
    padding-top: 5px !important; 
    padding-bottom: 5px !important; 
    padding-left: 0px; 
    padding-right: 0px; 
    display: block;
    width: auto; 
    background-color:##1d1d1d;
	font-size: 70% !important; 
}
#nav li li a:hover {
	color: #5e062b !important;
    border-bottom: none !important; 
}
#nav li li:last-child a {
	padding-bottom: 15px !important; 	
}
#nav li li.current_page_item a {
	color: #c5851f !important;
    border-bottom: none !important; 
}
#nav li.current_page_item li a {
    color: #fff !important;
    border-bottom: none !important; 
}
#nav li.current_page_item li a:hover {
    color: #c5851f !important;
}
#nav li li:first-child a {
    padding-top: 15px !important; 
}




#nav li {
	list-style-type: none; 
	padding: 0px; 
	margin: 0px; 
	font-size: 120%; 
	line-height:100%; 
}
#nav a {
	color: #fff; 
}
#nav a:hover {
	color: #5f062b; 
}

/* cut top */ 

#top_cut {
	position: relative;
	z-index: 2; 
}
#top_cut img {
	width: 100%;
	max-height: 33px; 
}

/* cut bottom */ 

#top_bottom {
	position: relative;
	z-index: 2; 
	margin-top: -30px; 
}
#top_bottom img {
	width: 100%;
	max-height: 33px; 
}

/* hero */ 

#hero {
    width: 100%;
    margin: 0px;
    padding: 0px;
    max-height: 707px;
    overflow: hidden;
    position: relative;
    z-index: 0;
    display: grid;
    grid-template-columns: 65% 35%;
    align-items: center;
    justify-content: center;
    background-color: #781020;
	position: relative;
}
div.royalSlider {
    transform: scale(1.05); 
}
#hero div.text {  
    margin-left: auto;
    margin-right: auto;
    z-index: 3;
    display: block; 
    opacity: 1; 
	color: #fff;
	text-align: center; 
}
#hero div.text h1 {
	font-size: 500%; 
	font-weight: 700; 
	line-height: 70%;
	margin-bottom: 0px; 
	margin-top: 0px; 
}
#hero div.text h2 {
	font-size: 250%; 
	text-transform: uppercase; 
	margin-top: 0px; 
	margin-bottom: 0px; 
}
#hero div.text hr {
	width: 23%; 
	margin-top: 30px; 
	margin-bottom: 30px; 
	border-top: 0px; 
	border-left: 0px; 
	border-right: 0px; 
	border-bottom: 3px solid #fff; 
}
#hero div.text h2 strong {
	text-transform: capitalize; 
	display: block; 
	font-size: 120%; 
	line-height: 130%; 
}

#hero div.shadow {
	width: 100%; 
    margin-left: 0px; 
    margin-right: 0px; 
    z-index: 2;
    width: 100%; 
    grid-row-start: 1;
    grid-row-end: 2;
    grid-column-start: 1;
    grid-column-end: 2;
    opacity: 1; 
}
#hero div.shadow img {
	width: 100%;
	height: auto; 
}
#hero div.img {
    width: 100%; 
    margin-left: 0px; 
    margin-right: 0px; 
    z-index: 1;
    width: 100%; 
    opacity: 1; 
}
#hero div.img img {
	width: 100%;
	height: auto; 
}


@media all and (max-width: 999px) {
    #hero {
        width: 100%;
        margin: 0px;
        padding: 0px;
        max-height: 707px;
        overflow: hidden;
        position: relative;
        z-index: 0;
        display: grid;
        grid-template-columns: 100%;
        align-items: center;
        justify-content: center;
        background-color: #781020;
    	position: relative;
    }
    #hero div.text h1 {
        font-size: 200%;
        font-weight: 700;
        line-height: 100%;
        margin-bottom: 0px;
        margin-top: 30px;
    }
    #hero div.text h2 strong {
        text-transform: capitalize;
        display: block;
        font-size: 100%;
        line-height: 100%;
    }
    #hero div.text h2 {
        font-size: 200%;
        text-transform: uppercase;
        margin-top: 0px;
        margin-bottom: 0px;
        line-height: 120%;
    }
    #hero div.text hr {
        margin-top: 15px; 
        margin-bottom: 15px;
    }
    #content.frontpage div.inside {
        grid-template-columns: 100% !important;
        column-gap: 0px !important;
        width: 100% !important;
    }
    .rsUni, .rsUni .rsOverflow, .rsUni .rsSlide, .rsUni .rsVideoFrameHolder, .rsUni .rsThumbs {
        background: transparent !important;
    }
    #content.frontpage {
        padding-top: 0px !important; 
        padding-bottom: 0px !important; 
    }
}




/* content frontpage */ 

#content.frontpage {
	background-color: #e8e8e8; 
	padding-top: 30px; 
	padding-bottom: 30px; 
	background-image: url(images/bg.jpg); 
}

#content.frontpage div.inside {
	display: grid;
	grid-template-columns: auto 30%;
	column-gap: 15px;  
	width: 95%;
}

#content.frontpage div.teamphoto img {
    width: 100%;
    height: auto;
    display: block;
}

/* content: coach */ 

#content.frontpage div.coach {

}
#content.frontpage div.coach div.img {
	text-align: center; 
	font-size: 90%; 
	line-height: 120%; 
	padding-top: 15px; 
}
#content.frontpage div.coach div.img img {
	border-radius: 50%; 
}
#content.frontpage div.coach div.text h3 {
	margin-top: 0px; 
	font-size: 225%; 
	margin-bottom: 20px; 
}
#content.frontpage div.coach div.text p {
	font-size: 95%; 
	line-height: 150%; 
}
#content.frontpage div.coach div.text a {
	background-color: #61082d; 
	color: #fff; 
	padding-left: 15px; 
	padding-right: 15px; 
	padding-top: 6px; 
	padding-bottom: 6px; 
	display: inline-block; 
	margin-top: 15px; 
}
#content.frontpage div.coach div.text a:hover {
	background-color: #000;
}
#content.frontpage div.instagram_gallery {
	background-color: #fff;
    padding-left: 20px;
    padding-right: 20px;
}
#content.frontpage div.instagram_gallery a[title="Free Instagram Feed widget"] {
    clip-path: polygon(49% 43%, 49% 43%, 49% 43%);
    cursor: none;
    width: 1px; 
    max-height: 1px;
    overflow: hidden;
}

/* twitter feed */ 

#content.frontpage div.twitter_feed {
	display: grid;
	grid-template-columns: 40% 60%; 
	padding-top: 30px; 
	width: 1000px; 
	margin-left: auto;
	margin-right: auto; 
	align-items: center; 
}
#content.frontpage div.twitter_feed div.img {
	width: 100%;
    margin: 0px;
    padding: 0px;
    max-height: 294px;
    overflow: hidden;
    position: relative;
    z-index: 0;
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: 294px 294px;
    align-items: center;
    justify-content: center;
    background-color: #e8e8e8;
	bottom: -30px; 
}
#content.frontpage div.twitter_feed div.mask {
	width: 100%;
    margin-left: auto;
    margin-right: auto;
    z-index: 2;
    grid-row-start: 1;
    grid-row-end: 2;
    grid-column-start: 1;
    grid-column-end: 2;
    display: block; 
    opacity: 1; 
}
#content.frontpage div.twitter_feed div.theimg {
	width: 100%; 
    margin-left: 0px; 
    margin-right: 0px; 
    z-index: 1;
    width: 100%; 
    grid-row-start: 1;
    grid-row-end: 2;
    grid-column-start: 1;
    grid-column-end: 2;
    opacity: 1; 
}
#content.frontpage div.twitter_feed div.text h4 {
	font-size: 200%; 
	margin-bottom: 0px; 
	z-index: 2; 
	position: relative;
	display: inline-block; 
	background-color: #e8e8e8; 
	padding-right: 30px; 
}
#content.frontpage div.twitter_feed div.text hr {
	opacity: 0.5;
	z-index: 1; 
	margin-top: -15px; 
	margin-bottom: 30px; 
}

/* pods */ 

#content.frontpage div.pods {
	width: 1000px; 
	margin-left: auto;
	margin-right: auto; 
}
#content.frontpage div.pods h4 {
	font-size: 200%; 
	margin-bottom: 0px; 
	z-index: 2; 
	position: relative;
	display: inline-block; 
	background-color: #e8e8e8; 
	padding-right: 30px; 
}
#content.frontpage div.pods hr {
	opacity: 0.5;
	z-index: 1; 
	margin-top: -15px; 
	margin-bottom: 30px; 
}
#content.frontpage div.pods ul {
	display: grid;
	grid-template-columns: 48.75% 48.75%; 
	column-gap: 2.5%; 
	padding: 0px; 
	margin: 0px; 
}
#content.frontpage div.pods li {
	list-style-type: none; 
	margin: 0px; 
	background-color: #fff;
	padding-left: 15px; 
	padding-right: 15px; 
	padding-top: 9px; 
	padding-bottom: 9px; 
	font-size: 80%;
	line-height: 150%; 
	border: 1px solid rgba(0,0,0,0.25); 
}
#content.frontpage div.pods li h5 {
	font-size: 200%; 
	margin-top: 15px; 
	margin-bottom: 15px; 
}

.tabs {
	position: relative;   
	min-height: 600px; /* This part sucks */
	clear: both;
	width: 1000px;	
	margin-left: auto;
	margin-right: auto; 
	margin-top: -30px; 
	clear: both; 
	display: block; 
}
.tab {
	float: left;
}
.tab label {
    background: #eee; 
    padding: 10px; 
    margin-left: -1px; 
	margin-right: 15px; 
    position: relative;
    left: 1px; 
    font-family: 'Roboto Slab', serif;
	padding-left: 30px; 
	padding-right: 30px; 
	font-weight: 700; 
	font-size: 120%; 
	cursor: pointer; 
	padding-top: 15px; 
	font-weight: 700;
	top: -5px; 
}
.tab [type=radio] {
  display: none;   
}
.content {
  position: absolute;
  top: 28px;
  left: 0;
  background: white;
  right: 0;
  bottom: 0;
  padding: 20px;
	min-height: 500px; 
	margin-top: 5px; 
}
[type=radio]:checked ~ label {
  background: white;
  border-bottom: 1px solid white;
  z-index: 2;
}
[type=radio]:checked ~ label ~ .content {
  z-index: 1;
}
div.content div.calendar {
	display: grid;
	grid-template-columns: auto 300px; 
}


.calendar .img {
    width: 100%;
    margin: 0px;
    padding: 0px;
    max-height: 352px;
    overflow: hidden;
    position: relative;
    z-index: 0;
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: 352px 352px;
    align-items: center;
    justify-content: center;
	right: -30px; 
}
.calendar .img div.mask {  
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    z-index: 2;
    grid-row-start: 1;
    grid-row-end: 2;
    grid-column-start: 1;
    grid-column-end: 2;
    display: block; 
    opacity: 1; 
}
.calendar .img div.theimg {
    width: 100%; 
    margin-left: 0px; 
    margin-right: 0px; 
    z-index: 1;
    width: 100%; 
    grid-row-start: 1;
    grid-row-end: 2;
    grid-column-start: 1;
    grid-column-end: 2;
    opacity: 1; 
}
.calendar .img img {
    width: 100%;
    height: auto;
    opacity: 1; 
}

/* sponsors */ 

#sponsor {
	clear: both; 
}


#sponsor div.inside {
	padding-top: 25px; 
	padding-bottom: 25px; 
	width: 95%;
}

#sponsor div.inside ul {
	display: grid;
	grid-template-columns: repeat(5,auto); 
	align-items: center; 
	column-gap: 15px;  
}
#sponsor div.inside li {
	list-style-type: none; 
	
}


/* footer */ 

#footer {
    background-color: #000000;
    color: #fff; 
    font-size: 90%; 
}
#footer div.inside {
    display: grid; 
    grid-template-columns: repeat(5, auto); 
    align-items: flex-start; 
    padding-top: 5px; 
    padding-bottom: 45px; 
    justify-content: space-between; 
    width: 95%;
}
#footer h6 {
    text-transform: capitalize;
    font-size: 140%; 
    letter-spacing: 0px; 
    font-weight: 600;
	margin-bottom: 25px; 
}
#footer ul {
    padding: 0px; 
    margin: 0px; 
}
#footer li {
    list-style-type: none; 
    margin: 0px; 
    padding-top: 5px; 
    padding-bottom: 5px; 
}
#footer a {
    color: #fff; 
}
#footer a:hover {
    text-decoration: underline; 
}
#footer div.social  ul {
    display: grid; 
    grid-template-columns: repeat(3, auto); 
    align-items: center;
    justify-content: flex-start; 
    column-gap: 25px; 
}
#footer div.social li a {
    font-size: 150%; 
}
#footer div.social li a:hover {
    text-decoration: none; 
    color: #c5851f; 
}
#footer input[type="text"] {
    padding-left: 15px; 
    padding-right: 15px; 
    padding-top: 9px; 
    padding-bottom: 9px; 
    font-size: 110%; 
    border: none; 
}
#footer input[type="submit"] {
    background-color: #c5851f; 
    color: #fff; 
    padding-left: 15px; 
    padding-right: 15px; 
    padding-top: 13px; 
    padding-bottom: 13px; 
    border: none; 
    font-size: 90%;
    text-transform: uppercase; 
    position: relative; 
    top: -1px; 
    left: -5px; 
    font-weight: 700; 
    cursor: pointer; 
}
#footer input[type="submit"]:hover {
    background-color: #000; 
}
#bottom {
    background-color: #1d1d1d;
    color: #fff;
    font-size: 90%; 
}
#bottom div.inside {
    display: grid; 
    grid-template-columns: 60% 40%; 
    align-items: center;
    width: 95%; 
}
#bottom ul {
    display: grid; 
    grid-template-columns: repeat(3, auto);
    padding: 0px; 
    margin: 0px; 
    text-align: right; 
}
#bottom li {
    list-style-type: none;
    padding: 0px; 
    margin: 0px; 
}
#bottom a {
    color: #fff;
}
#bottom a:hover {
    text-decoration: underline; 
}
a, li, div {
	transition: all .18s cubic-bezier(0.64,0.20,0.02,0.35);
	-webkit-transition: all .18s cubic-bezier(0.64,0.20,0.02,0.35);
}
img {
	transition: all .3s cubic-bezier(0.64,0.20,0.02,0.35);
	-webkit-transition: all .3s cubic-bezier(0.64,0.20,0.02,0.35);
}
input, textarea, button, label, option, select, .button, .hndle {
	transition: all .25s cubic-bezier(0.64,0.20,0.02,0.35);
	-webkit-transition: all .25s cubic-bezier(0.64,0.20,0.02,0.35);
}
#wpwrap #nav-menus-frame #menu-management-liquid li, .wp-picker-holder a {
	transition: none;
	-webkit-transition: none;
}


div.ctf-tweets {
	display: grid;
	grid-template-columns: 48.5% 48.5%;
	column-gap: 2.5%; 
}
div.ctf-tweets a {
	color: #61082d; 
	font-weight: 700; 
}

div.ctf-tweets div.ctf-item {
	list-style-type: none;
    margin: 0px;
    background-color: #fff;
    padding-left: 25px !important;
    padding-right: 25px !important;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    line-height: 150%;
	font-size: 90%; 
    border: 1px solid rgba(0,0,0,0.25) !important;
}


/*------------------------------------*\
    Inside Page
\*------------------------------------*/

#content.static div.inside {
	padding-top: 75px; 
	padding-bottom: 75px; 
	width: 1100px; 
	margin-left: auto;
	margin-right: auto; 
	min-height: 700px; 
}
#content.static div.inside h1 {
	margin-bottom: 50px; 
	line-height: 120%; 
}
#content.static div.inside a {
	color: #61082d; 
}
#content.static div.inside hr {
	border-bottom: 1px solid #61082d;
	width: 45px; 
	margin-left: 0px; 
	margin-right: auto; 
	margin-bottom: 45px; 
}

/*------------------------------------*\
	Game Day Page
\*------------------------------------*/

#content.gameday div.stats {
	display: grid;
	grid-template-columns: 1fr 1fr; 
	column-gap: 50px;
	align-items: flex-start; 
}
#content.gameday div.sponsors {
	margin-top: 50px; 
	border-top: 1px solid rgba(0,0,0,0.15); 
	padding-top: 15px; 
	text-align: center; 
}
#content.gameday div.sponsors ul {
	display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding: 0px;
    /* margin: 0px; */
    column-gap: 50px;
    padding-top: 30px;
    grid-row-gap: 50px;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}
#content.gameday div.sponsors li {
	list-style-type: none;
	margin: 0px;
	padding: 0px; 
	text-align: center; 
}
#content.gameday div.sponsors li img {
	max-width: 70%;
    height: auto;
    max-height: 75px;
}
#content.gameday div.left {
	text-align: center; 
}
#content.gameday div.right {
	text-align: center; 
}

/*------------------------------------*\
    COACHING STAFF
\*------------------------------------*/

#content.static div.inside ul.coachingstaff {
    display: grid;
    grid-template-columns: repeat(3, 1fr); 
    padding: 0px;
    margin: 0px; 
    grid-row-gap: 20px;
    grid-column-gap: 30px;
}
#content.static div.inside ul.coachingstaff li {
    list-style-type: none; 
    padding: 0px; 
    margin: 0px; 
}
#content.static div.inside ul.coachingstaff li img {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 15px;
    max-width: 374px;
    max-height: 374px;
    min-height: 374px;
}
#content.static div.inside ul.coachingstaff li {
    font-size: 14px;
    color: rgba(110, 110, 110, 1);
    font-weight: normal;
    font-style: normal;
    text-align: center;
    text-transform: none;
}
#content.static div.inside ul.coachingstaff strong {
    font-size: 20px;
    color: #000000;
    font-weight: normal;
    font-style: normal;
    text-align: center;
    text-transform: none;
    display: block;
}

@media all and (max-width: 999px) {
    #content.static div.inside ul.coachingstaff {
        display: grid;
        grid-template-columns: repeat(1, 1fr); 
        padding: 0px;
        margin: 0px; 
        grid-row-gap: 20px;
        grid-column-gap: 30px;
    }
    #content.static div.inside ul.coachingstaff li img {
        width: 100%;
        height: auto;
        display: block;
        margin-bottom: 15px;
    }
}



/*------------------------------------*\
    SPONSORS
\*------------------------------------*/

#content.sponsors ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr); 
    margin: 0px; 
    padding: 0px; 
    grid-column-gap: 20px; 
    grid-row-gap: 10px;
}
#content.sponsors ul.platinum {
    grid-template-columns: repeat(2, 1fr); 
}
#content.sponsors ul.gold {
    grid-template-columns: repeat(3, 1fr); 
}
#content.sponsors ul.silver {
    grid-template-columns: repeat(4, 1fr); 
}
#content.sponsors ul.bronze {
    grid-template-columns: repeat(6, 1fr); 
}
#content.sponsors li {
    list-style-type: none; 
    margin: 0px;
    padding: 0px;
}
#content.sponsors li img {
    border: 1px solid rgba(0,0,0,0.10);
    width: 100%;
    height: auto;
}
#content.sponsors h2 {
    margin-top: 25px;
    background-color: rgba(0,0,0,0.02); 
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    color: rgba(0,0,0,0.75);
}
#content.sponsors div.newsponsor img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 150px;
    height: auto;
    margin-top: 75px;
}

@media all and (max-width: 999px) {
    #content.sponsors ul {
        display: grid;
        grid-template-columns: repeat(1, 1fr); 
        margin: 0px; 
        padding: 0px; 
        grid-column-gap: 20px; 
        grid-row-gap: 10px;
    }
    #content.sponsors ul.platinum {
        grid-template-columns: repeat(1, 1fr); 
    }
    #content.sponsors ul.gold {
        grid-template-columns: repeat(1, 1fr); 
    }
    #content.sponsors ul.silver {
        grid-template-columns: repeat(2, 1fr); 
    }
    #content.sponsors ul.bronze {
        grid-template-columns: repeat(2, 1fr); 
    }
}




/*------------------------------------*\
    SCROLLING LOGOS
\*------------------------------------*/




#wpls-logo-showcase-slider-1 .wpls-fix-box, #wpls-logo-showcase-slider-1 .wpls-fix-box img.wp-post-image {
    max-height: 150px !important;
}




/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}


/*------------------------------------*\
    Some Modificiations
\*------------------------------------*/


.sp-player-list .data-name .player-photo img, .sp-player-list .data-name .player-flag img, .sp-player-list .data-team .team-logo img {
    max-width: 6em !important;
    max-height: 6em !important;
}

.sp-player-list .data-name .player-photo, .sp-player-list .data-name .player-flag, .sp-player-list .data-team .team-logo {
    min-width: 6em;
    min-height: 6em;
}


