/**Widget Css**/

/**Misc Widget Css**/
.themeWidgetArrowWhite svg{
  color: white;
}
.themeWidgetArrowBlack svg{
  color: Black;
}
.panel-grid-cell > .widget {
	/* height: 100%; */
}
/**End Misc Widget Css**/

/**Grid One**/
/* .gridOneWrapperOne {
	display: flex;
	flex-direction: column;
	align-items: center;
} */
.gridOneWrapperOne div + div {
	margin-top: 0.5em;
}
.gridOneWrapperTwo div + section {
	margin-top: 0.5em;
}
[class*="gridOneField"] {
	/* display: flex;
	align-items: center;
	height: 100%;
	width: 100%; */
}

/**End Grid One**/
/** Game Center Widget **/
.homeGameCenter {
    color: black;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
    padding-top: 0.5em;
    background-color: white;
}
.homeGameCenter main > div {
    min-height: 82px;
}
.homeGameCenter p {
    margin-top: 0;
}
.homeGameCenterVersus {
    padding: 0.9em 1.5em;
    font-weight: bold;
}

.snyGamecenterShowMore {
  width: 100%;
  /* color: white;
  background-color: #b40914; */
  display: block;
  padding: 0.3em 0;
  font-weight: bold;
}
.snyGamecenterShowMore:hover {
  color: white;
}
.homeGameCenterContainerArrows polyline{
  stroke-width: 2;
}
.snyGamecenterShowMore polyline {
    stroke-width: 2;
}
.homeGameCenter footer {
    margin-top: 0.5em;
}
.homeGameCenter .uk-button {
    background-color: #f37736;
    color: #002f65;
    font-weight: bold;
    border-radius: 7px;
    transition: all 0.5s ease;
}
.homeGameCenter .uk-button:hover {
  background-color: #ffd204;
}
.snyGamecenterShowMore .uk-icon {
    font-size: 20px;
}
.homeGamecenterWrapper > div {
	border-top: 5px solid #b40914;
}
.homeGamecenterHeader {
	margin-bottom: 0;
	background-color: #b40914;
	width: 20%;
	color: white;
}
/** End Game Center Widget **/
/** Game Center Widget Vertical**/
.gameCenterVWrapper{

}
.gameCenterVul {
	padding-left: 0;
	margin-bottom: 0;
	display: flex;
	flex-direction: column;
  justify-content: space-between;
}
.gameCenterVul li {
	height: 32%;
  background-image: url('../inc/gamecenterbg.jpg');
}
.gameCenterVArticle {

}
.gameCenter{
  box-sizing: border-box;
}
.gameCenter .widget{
  height: 100%;
}
.gmVWidgDate {
	width: 60%;
}
.gmVWidgTime {
	width: 40%;
  color: #f1b837;
  text-align: right;
}
.gameCenterVArticle header {
	background-color: var(--colorAlt);
    /*background-color: #2c4024a8;*/
	padding: 0.2em;
	color: white;
	font-size: 1.4em;
}
.gameCenterVArticle main {
  height: 75%;
}
.teamsHomeLogo {
	max-width: 60%;
}
.teamsAwayLogo {
	max-width: 60%;
}
.gmImageWrapper {
	flex-direction: column;
	justify-content: space-between;
  align-items: center;
}
.gmButtons {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	height: 98%;
	padding: 0.2em 12px;
	box-sizing: border-box;
}
.gmTickets.uk-button-default {
	background-color: var(--colorPri);
	color: #fff;
	font-weight: bold;
}

.gmWatch.uk-button-default {
	background-color: var(--colorAlt);
	color: #fff;
	font-weight: bold;
}
.gmVenue {
	font-weight: bold;
	text-align: center;
	color: #fff;
}
/** End Game Center Widget Vertical **/

/** Sponsors Widget **/
/* Slider Sponsors */
.sponsorsSliderLogo a{
  /* width: 100%;
  height: 100%;
  display: flex; */
  transition: all 0.6s ease;
}
.sponsorsSliderLogo a:hover{
  background-color: rgba(0,0,0,0.4);
}
.sponsorsSliderLogo{
  /* height: 200px; */
}
.footerSponsorsGridWrapper {
    list-style: none;
}
.uk-slidenav-contrast {
    color: rgb(66, 65, 65);
}
.uk-slidenav-contrast:hover, .uk-slidenav-contrast:focus {
    color: rgb(205, 31, 54);
}
/** End Sponsors Widget **/
/** News Two Column Widget **/
.widgetNewsColumnNavItem {
	padding: 5px;
	margin-bottom: 0.5em;
}
.widgetNewsColumnNavItem.uk-active{
  background-color: #c2c2c2;
}
.widgetNewsColumnNavItem.uk-active {
	background-color: #c2c2c2;
	transition: 0.6s all ease;
}
/** End News Two Column Widget **/

/** Game Countdown Widget **/
.gcdWrapper .uk-countdown-number {
	font-size: 3.5em;
}
.gcdWrapper .uk-countdown > div + div {
	margin-left: 45px;
}
/** End Game Countdown Widget **/

/** Calender Widget **/
.calendarSection .uk-table td {
	padding: 8px 5px;
  	border: 1px solid aliceblue;
  	text-align: center;
}
.calendarSection .uk-table thead{
	background: #e76f00;
}
.calendarSection .uk-table .uk-text-emphasis {
    color: aliceblue !important;
}
.calendarSection .uk-table th {
	padding: 10px 10px;
}
.dropParent a > span {
	padding: 8px;
}
.dropContainer p{
  color: #002e62;
}
.dateToggle {
	background-color: #7ac043;
}
.dateToggle .uk-button-default {
	border: 1px solid #7ac043;
}
.dateToggle .uk-icon {
	fill: aliceblue;
}
#monthAndYear{
  	color: #e76f00;
	font-weight: bold;
}
/** End Calender Widget **/


/**Media Queries**/
@media screen and (max-width: 1600px) {
  .teamsHomeLogo {
  	max-width: 56%;
  }
  .teamsAwayLogo {
  	max-width: 56%;
  }
  .gmImageWrapper {
  	justify-content: space-evenly;
  }
}
/** End 1600px **/
@media screen and (max-width: 1200px) {
	.gridOneWrapperOne{
		flex-direction: row;
	}
  .homeGamecenterHeader {
    width: 100%;
  }
  .calendarSection .uk-table th {
  	padding: 5px;
  }
  .calendarCardBody {
  	padding: 0 !important;
  }
  .gameCenterVArticle header {
  	font-size: 1.2em;
  }
  .widgetSliderContentLink h2{
    font-size: 0.8em;
  }
  .gameCenterVul li + li{
    margin-top: 10px;
  }
  .gameCenterVArticle {
  	height: 220px;
  }
}
/** End 1200px **/
@media screen and (max-width: 960px) {

}
/** End 960px **/
@media screen and (max-width: 640px) {
  .gcdWrapper .uk-countdown-number {
  	font-size: 1.5em;
  }
  .gcdWrapper .uk-countdown-number::after {
    border-width: 4px !important;
    width: 40px !important;
    height: 40px !important;
  }
}
/** End 640px **/
/**End Media Queries**/
/**End Widget Css**/