/**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);
	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 **/

/** Game Countdown Widget **/
.gcdWrapper .countDownWrapper {
  font-size: 1.5rem;
  width: 55px;
  text-align: center;
  height: 80px;
  color: white;
}
.gcdWrapper .uk-countdown > div + div {
  margin-left: 15px;
}
.gcdWrapper .countDownWrapper::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 55px;
  transform: translate(-50%, -50%);
  border: 2px solid <?php echo $borderColor;?>;
  /* border-radius: 50%; */
  height: 80px;
}
.gcdWrapper .uk-countdown-number, .gcdWrapper .uk-countdown-label {
  color: <?php echo $innerFontColor;?>;
}
.widgetGameCountdownHeader{
  background-color:<?php echo $headerBgColor;?>;
  color:<?php echo $headerFontColor;?>;
}
.gcdWrapper .uk-countdown-number {
  font-size: 2.5rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.gcdWrapper .uk-countdown-label {
  font-size: 1.5rem;
  position: absolute;
  top: 120%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.countDownParent{

}
.countDownVs{
  font-size: 2.5em;
  text-align: center;
}
.flex40{
  flex-basis: 40%;
}
.flex20{
  flex-basis: 20%;
}
.countDownMoreData {
  min-height: 50px;
  width: 72%;
  margin-top: 1.5em;
}
.countDownMoreData > div{
  text-align: center;
}
.countDownMoreData p{
  color: #002D56;
  font-family: oswaldregular;
}
.countDownMoreData a{
  font-family: oswaldregular;
}
.countDownMoreData svg {
  width: 30px;
  height: 30px;
}
.countDownMoreData svg path{
  color: #002D56;
}
.countDownMoreDataDate, .countDownMoreDataVenue, .countDownMoreDataTickets {
  flex-basis: 33%;
}
.gcdWrapper img {
  width: 150px;
}
/** End Game Countdown Widget **/

/** 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: 0px 10px;
	margin-bottom: 0.5em;
	background-color: #f5f5f5;
  flex-grow: 1;
  display: flex;
  align-items: center;
}
.widgetNewsColumnNavItem a:hover{
  text-decoration: none;
}
.widgetNewsColumnNavItem.uk-active{
  background-color: var(--colorSec);
}
.widgetNewsColumnNavItem.uk-active {
	background-color: var(--colorSec);
	transition: 0.6s all ease;
}
.widgetNewsColumnNavItem p {
	color: white;
}
.widgetNewsColumnNavItem h2 {
	color: #808080;
  font-size: 1.2em;
}
.widgetNewsColumnNavItem.uk-active h2 {
	color: white;
}
.newsTwoColNav li:last-child {
	margin-bottom: 0;
}
.newsTwoColButton {
	padding: 0.5em;
	background-color: var(--colorPri);
	color: white;
	display: block;
	margin-top: 10px;
	width: 150px;
	text-align: center;
}
/** End News Two Column Widget **/


/** Game Small Calender Widget **/
.calendarSection .uk-table td {
	padding: 8px 5px;
  border: 1px solid #002e62;
  text-align: center;
}
.calendarSection .uk-table th {
	padding: 10px 10px;
}
.dropParent a > span {
	padding: 8px;
}
.dropContainer p{
  color: white;
}
.dateToggle {
	background-color: #7ac043;
}
.dateToggle .uk-button-default {
	border: 1px solid #7ac043;
}
.dateToggle .uk-icon {
	fill: #002e62;
}
#monthAndYear{
  color: #002e62;
}
.dropContainer {
  left: 0px !important;
  top: 20px !important;
  width: 100%;
  overflow: hidden;
}
.dropContainer .uk-card{
	height: 248px;
  background-color: rgba(0, 46, 98,0.8);
}
.dropContainer .uk-card-small{
	padding: 5px;
  overflow-y: scroll;
}
.gameDropClose svg{
  color: #7ac043;
}
.gameCalWrapper {
	margin-bottom: 10px;
}
.gameTicketsWrapper {
	margin-top: 20px;
}
.gameTicketsWrapper a {
	background-color: var(--colorPri);
	color: var(--colorSec);
	padding: 11px;
}
.homeGame{
  background-color: var(--colorSec);
  color: var(--colorPri);
}
.awayGame{
  background-color: var(--colorPri);
  color: var(--colorSec);
}
.homeGame:hover, .awayGame:hover{
  color: white;
}
.gameCalLegendColor {
	padding: 0px 10px;
}
.gameCalLegendText {
	margin-right: 10px;
}
/** End Game Small Calender Widget **/


/**Media Queries**/
@media screen and (max-width: 1600px) {

}
/** 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;
  }

  .gcdWrapper .countDownWrapper {
    width: 50px;
  }
  .gcdWrapper .uk-countdown-number {
    font-size: 1.5rem;
  }
  .gcdWrapper .countDownWrapper::after {
    width: 50px !important;
    height: 50px !important;
  }
  .countDownMoreData{
    flex-direction: column;
    width: 100%;
  }
  .countDownMoreData div + div{
    margin-top: 0.5em;
  }
  .countDownVs {
    font-size: 1.5em;
    text-align: center;
  }
  .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**/
