/*
 Theme Name:   Pinball - Soda City
 Description:  A child theme of Pinball NYC
 Author:       Kristopher Medina
 Template:     pinballnyc_3
 Version:      1.0.1
*/

/******   Soda City Red: #D0212A   ***********/

:root {
  --league-color: #D0212A;
  --league-font: Neucha;
}

.mainlogo {
    width: 180px;
    height: 174px;
    margin-top: 20px;
    margin-bottom: 35px;
    background-image: url('images/sodacity_logo.png');
}

.arrows {
	background-image: url('images/menu-arrows-animated.png');
	width: 95px;
	height: 123px;
}
.arrows.animateblock.fadeout {
	width: 95px;
	height: 123px;
}

.arrowsup {
	background-image: url('images/menu-arrows-UP.png');
	width: 95px;
	height: 123px;
	background-size: 95px 123px;
}
.arrowsup.animateblock.fadein.animated {
	width: 95px;
	height: 123px;
}

h1 {
	font-weight: 700;
	font-size: 32px;
	line-height: 50px;
	letter-spacing: -1px;
	text-transform: uppercase;
}
h1.expandbutton {
	font-size: 32px;
	line-height: 44px;
	background-image: url('images/expandbuttons.png');
	background-position: 10% -5px;
}
h1.expandbutton:hover {
	background-position: 10% -185px;
}
h1.expandbutton.opened {
	background-position: 10% -95px;
}
h1.expandbutton.opened:hover {
	background-position: 10% -275px;
}
h1.pagehead {
	font-size: 50px;
	line-height: 72px;
	margin-bottom: 20px;
	text-transform: uppercase;
}


table.schedule td.winner {
	background-image: url('images/winnerarrow.png');
}

ul.mainmenu li a {
	font-family: var(--league-font);
	font-size: 18px;
	line-height: 18px;
	padding-top: 12px;
	text-shadow: none;
	background-image: none;
	background: rgb(208,33,42);
	background: linear-gradient(90deg, rgba(208,33,42,1) 15%, rgba(240,91,112,1) 50%, rgba(208,33,42,1) 85%);
	box-shadow: 0 0 0 1px #FFFFFF;
	border: 2px solid #000000;
	margin-bottom: 11px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	width: 130px;
}
ul.mainmenu li a:hover, ul.mainmenu li a.selected {
	background-image: none;
	background: rgb(208,33,42);
	background: linear-gradient(90deg, rgba(208,33,42,1) 15%, rgba(240,91,112,1) 50%, rgba(208,33,42,1) 85%);
	box-shadow: 0 0 10px 3px #FFFFFF, 0 0 10px 0 #FFFFFF inset;
	-webkit-box-shadow: 0 0 10px 3px #FFFFFF, 0 0 10px 0 #FFFFFF inset;
	-moz-box-shadow: 0 0 10px 3px #FFFFFF, 0 0 10px 0 #FFFFFF inset;
	-o-box-shadow: 0 0 10px 3px #FFFFFF, 0 0 10px 0 #FFFFFF inset;
}

.home-slide h1, .bannerimg h1 {
	font-size: 58px;
	line-height: 68px;
}





/***************************  Registration Form  *****************************/

p.addplayer, p.removeplayer {
	background-image: url('images/button-add.png');
}
p.resetfields {
	background-image: url('images/clearbutton.png');
}
/* Submit Button */
form.regform input[type=submit], .gform_wrapper .gform_footer input[type=submit] {
	background-image: none;
	background: rgb(208,33,42);
	background: linear-gradient(90deg, rgba(208,33,42,1) 15%, rgba(240,91,112,1) 50%, rgba(208,33,42,1) 85%);
	box-shadow: 0 0 0 2px #FFFFFF;
	border: 2px solid #000000;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
form.regform input[type=submit]:hover, .gform_wrapper .gform_footer input[type=submit]:hover {
	text-decoration: none;
	border-color: #ddd;
	background-image: none;
	background: rgb(208,33,42);
	background: linear-gradient(90deg, rgba(208,33,42,1) 15%, rgba(240,91,112,1) 50%, rgba(208,33,42,1) 85%);
	box-shadow: 0 0 20px 3px #FFFFFF, 0 0 20px 0 #FFFFFF inset;
	-webkit-box-shadow: 0 0 20px 3px #FFFFFF, 0 0 20px 0 #FFFFFF inset;
	-moz-box-shadow: 0 0 20px 3px #FFFFFF, 0 0 20px 0 #FFFFFF inset;
	-o-box-shadow: 0 0 20px 3px #FFFFFF, 0 0 20px 0 #FFFFFF inset;
}





