body, header, footer {
	background: #fff;
	font-family: "univers-next-pro-condensed", sans-serif;
	font-weight: 300;
	font-size: 15pt;
}

p {
	margin-top: 0;
	line-height: 24px;
}

p.login-submit, p.lost-password {
	width: 100%;
	text-align: center;
}

p.lost-password a {
	text-decoration: none;
	font-family: "univers-next-pro-condensed", sans-serif;
	font-weight: 600;
	font-style: normal;
}

header {
  position: fixed;
  width: 100%;
  background: #fff;
  margin-top: 0;
  margin-left: -1px;
  top: 0px;
  z-index: 10;
}

header > div:first-of-type {
	max-width: 800px;
	margin: auto;
	padding: 0 48px 0 0;
}

main {
	margin-top: 60px;
}

h1.wp-block-post-title {
	display: none;
}

h2 {
	font-family: "abolition", sans-serif;
	letter-spacing: 1px;
	margin-bottom: 0;
	font-size: 36pt;
	margin-bottom: -6px;
}

p.wp-block-site-title {
	font-family: "univers-next-pro-condensed", sans-serif;
	font-weight: 700;
	font-style: italic;
	letter-spacing: .5px;
  text-transform: uppercase;
  font-size: 14pt;
  position: relative;
  top: 12px;
}

.tt-open-signup-sheet img {
	max-width: 108px;
}

#tt-main-container {
	position: relative;
	margin-top: 32px;
}

#tt-signups-container, #tt-login-form-container, #tt-teams-container {
	z-index: 30;
  position: absolute;
  background: #fff;
  padding: 0;
  top: 14px;
  width: 100%;
  background: transparent;
}

#tt-login-form, #tt-signups, #tt-teams {
	margin: 0;
	padding: 24px;
	background: #fff;
}

#tt-signup {
	display: grid;
	grid-template-columns: auto auto;
}

.tt-time-slot {
	margin-bottom: 30px;
}

.tt-roster {
	display: grid;
	grid-template-columns: auto auto auto auto;
	row-gap: 24px;
	justify-content: space-between;
	margin-bottom: 30px;
	position: relative;
}

.tt-user-signup, .tt-roster-slot {
	min-width: 75px;
	min-height: 75px;
	width: 75px;
	background: #fff;
    text-align: center;
    position: relative;
    display: table;
}

.tt-user-signup.na {
	top: 6px;
}

.tt-user-signup.signed-up, .tt-roster-slot.filled {
	background: url(/wp-content/plugins/tee-tracker/public/img/golfball.png);
	background-repeat: no-repeat;
    background-position: top left;
    background-size: 75px;
}

.tt-user-signup-initials {
	display: none;
	font-family: "univers-next-pro-condensed", sans-serif;
	font-weight: 700;
	font-style: italic;
	font-size: 18px;
  vertical-align: middle;
  position: relative;
  top: -4px;
  left: -1px;
}

#tt-signup .tt-user-signup-initials {
	cursor: pointer;

}

#tt-signup .tt-user-signup-initials.na {
	cursor: default;
}

.tt-user-signup-initials.na {
	font-weight: normal;
	font-style: normal;
	color: #fff;
	background: #000;
	display: block;	
	min-width: 75px;
	min-height: 75px;
	width: 75px;
  vertical-align: middle;
}

.tt-user-signup.signed-up .tt-user-signup-initials,
.tt-roster-slot .tt-user-signup-initials,
.tt-user-signup-initials.na {
	display: table-cell;
}

.tt-user-signup-initials.na {
	font-family: "abolition", sans-serif;
	font-size: 24px;
}

.tt-signup-green-square {
	width: 75px;
	height: 75px;
	display: block;
}

#tt-signup .tt-signup-green-square {
	cursor: pointer;
}

.tt-user-signup.signed-up .tt-signup-green-square {
	display: none;
}

.tt-event-date {
	font-family: "univers-next-pro-condensed", sans-serif;
	font-weight: 600;
	font-style: normal;
}

.tt-signup-save, input.button {
	font-family: "abolition", sans-serif;
	font-weight: 400;
	font-style: normal;
	background: #fc0202;
	color: #fff;
	border: none;
	font-size: 24px;
	padding: 18px 48px;
	cursor: pointer;
	margin-top: 20px;
	margin-bottom: 12px;
	width: 150px;
	height: 75px;
	border-radius: 0;
}

.tt-signup-save {
	margin-bottom: 36px;
}

#tt-ajax-message {
	display: none;
	color: #7ac251;
}

#tt-ajax-message.error {
	color: red;
}

.tt-team {
	position: relative;
	margin-top: 36px;
}

.tt-teams-placeholder {
	width: 100%;
}

.team-green-bracket-container {
		position: absolute;
		z-index: 50;
		top: -24px;
}

.team-green-bracket {
	display: inline-block;
	position: absolute;
}

.team-green-bracket-left {
	background: url('/wp-content/plugins/tee-tracker/public/img/green_bracket_left.png');
	background-size: 3px 17px;
	background-repeat: no-repeat;
	width: 3px;
	height: 17px;
}

.team-green-bracket-middle {
	background: url('/wp-content/plugins/tee-tracker/public/img/green_bracket_middle.png');
	background-size: 1px 17px;
	background-repeat: repeat-x;
	width: 1px;
	height: 17px;

}

.team-green-bracket-right {
	background: url('/wp-content/plugins/tee-tracker/public/img/green_bracket_right.png');
	background-size: 3px 17px;
	background-repeat: no-repeat;
	width: 3px;
	height: 17px;

}

#tt-custom-login-form {
	margin-top: 24px;
}

#tt-custom-login-form .input {
	display: block;
    width: 300px;
    height: 32px;
    border-radius: 8px;
    border: solid 1px #ccc;
}

#tt-custom-login-form p.login-remember {
	display: none;
}

.tt-full-width-centered {
	width: 100%;
	text-align: center;
}

#overlay {
  position: fixed; /* Sit on top of the page content */
  width: 100%; /* Full width (cover the whole page) */
  height: 100%; /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5); /* Black background with opacity */
  z-index: 20; /* Specify a stack order in case you're using a different order for other elements */
}

.tt-close-popup {
	position: absolute;
  width: 32px;
  right: 40px;
  top: 24px;
  cursor: pointer;
 }

*:disabled {
  background-color: dimgrey;
  color: linen;
  opacity: 1;
}

.hidden {
	display: none;
}

/* non-mobile styles */

@media only screen and (min-width: 800px) {
  
	header {
		left: 0;
	}

	header > div:first-of-type {
		padding-right: 0;
	}

	.tt-open-signup-sheet img {
    max-width: 140px;
	}


	#tt-main-container {
		margin-top: 42px;
	}

	.tt-signup-green-square {
		width: 96px;
		height: 96px;
	}


	.tt-user-signup, .tt-roster-slot {
    min-width: 96px;
    min-height: 96px;
    width: 96px;
  }

  .tt-roster {
  	row-gap: 42px;
  }

  .tt-user-signup.signed-up, .tt-roster-slot.filled {
  	background-size: 96px;
  }

  .tt-user-signup-initials {
  	font-size: 18pt;
  }

  .tt-signup-save, input.button {
  	height: 96px;
  	width: 192px;
  }



}

