/*
	file: style.css
	author: east side games
*/

@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed');


/**********************************
Global Elements
***********************************/
html {
	font-size: .9em;
	-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
	background: #FFF;
	font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	margin: 0;
	font-size: 16px;
	color: #000000;
	font-weight: 900;
	width: 100%;
	min-width: 320px;
}

.wrapper {
	min-width: 320px;
	padding-left: 0px;
}

.wrapper section:nth-child(n+3) {
	padding-top: 0
	padding-bottom: 0;
}

section h1:first-child {
	/*margin-top: 30px;*/
}

p {
	text-align: center;
	color: #ffffff;
	font-size: 1.4em;
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
}
.content-wrapper {
	background-color: #ffffff;
	height: 100%;
	background-size: 100%;
}
.content-wrapper a{
	color: salmon;
	font-size: 1.5em;
}
.Confirmation-text h1, p{
	color: #000000;
}

a {
	text-decoration: none;
	color: #ffffff;
	padding-bottom: 4px;
	cursor: pointer;
	font-size: 1.1em;
}
a:hover {
	color: salmon;
}

btn, a:active, a:focus {
 outline: 0;
}
ul {
	list-style-type: none;
	-webkit-padding-start: 0;
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	padding-left: 0px;
}
h1 {
	font-size: 250%;
	text-align: center;
	-webkit-margin-after: 0;
	-webkit-margin-before: 0;
	color: #ffffff;
}
h2 {
	text-align: center;
	color: #ffffff;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  font-weight: bold;
}
.red {
	color: #ff0000;
}

/**********************************
NAV
***********************************/
#nav {
	top: 0px;
	display: block;
	width: 100%;
	height: 48px;
}
nav {
	z-index: 1;
	position: fixed;
	background-color: rgb(68, 68, 68);
	width: 100%;
	display: block;
}
nav ul {
	margin: 0;
	list-style-type: none;
	text-align: center;
	-webkit-padding-start: 5px;
}
nav ul li {
	vertical-align: top;
	display: inline;
}

#tpb-nav-logo {
	display: block;
	width: 3em;
	position: fixed;
	left: 14px;
	top: 10px;
}


#tpb-nav-support {
	display: block;
	width: 6em;
	position: fixed;
	left: 84px;
	top: 10px;
}

#hamburger {
	margin: 0;
	padding: 0;
	display: block;
	float: right;
	position: fixed;
	z-index: 2;
	top: 14px;
	right: 14px;
	width: 1.8em;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
	cursor: pointer;
}

#hamburger span {
	display: block;
	position: absolute;
	height: 0.3rem;
	width: 100%;
	background-color: white;
	border-radius: 5px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}
#hamburger span:nth-child(1) {
	top: 0px;
}
#hamburger span:nth-child(2),#hamburger span:nth-child(3) {
	top: 8px;
}
#hamburger span:nth-child(4) {
	top: 16px;
}
#hamburger.open span:nth-child(1) {
	top: 9px;
	width: 0%;
	left: 50%;
}
#hamburger.open span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
#hamburger.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#hamburger.open span:nth-child(4) {
	top: 8px;
	width: 0%;
	left: 50%;
}
#page-nav {
	width: 100%;
	text-align: right;
	margin: 3.5em 0 1em 1em;
	display: none;
}
#page-nav li {
	padding: 0.2em 1em;
	margin-right: 1em;
	display: block;
	font-size: 2em;
}
#page-nav i {
	display: none;
}
#nav.open {
	height: auto;
	transition: .25s ease-in-out;
}
#page-nav.open {
	display: inline-block;
	height: 100vh;
}
.playbuttons {
	text-align: center;
	display:block;
	margin-top: 20px;
}
.playbuttons-nav {
	vertical-align: top;
	float: right;
	display: block;
}

.gpbutton-nav, .iosbutton-nav, .fbgrbutton-nav, .steambutton-nav {
	height: 34px;
	padding-left: 0.1em;
}

.gpbutton, .iosbutton, .fbgrbutton, .steambutton {
	display: inline-block;
	padding: initial;
	margin: 0 0.4em;
	width: 7em;
	height: 2.5em;
	margin-top: 15px;
}

.gpbutton:hover, .iosbutton:hover, .fbgrbutton:hover, .steambutton:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition: -webkit-transform .3s ease-out;
	-webkit-transition: transform .3s ease-out;
	-moz-transition: transform .3s ease-out;
	transition: transform .3s ease-out;
}

#latestnews::before, #whatsnew::before, #setup::before, #prettypictures::before, #footer::before { 
	background-color: inherit;
  	display: block; 
  	content: " ";  
  	height: 47px; 
  	visibility: hidden; 
  	pointer-events: none;
}

#nav-gplay img {
	width: 130px;
}
#nav-apple img {
	width: 150px;
}
#nav-gplay img:hover, #nav-apple img:hover {
	opacity: 0.7;
	filter: alpha(opacity=30);
}

#about {
	margin: auto !important;
	text-align: center;
	display: block;
}

#about h2 {
	margin: 30px auto 80px auto !important;
	width: 50%;
}

.video-container {
	width: auto;
	height: 56vw;
	margin: auto;
	margin-bottom: 20px;
}

#events h4 {
	font-size: larger;
	padding: 0 0.2em;
}


/**********************************
SPLASH
***********************************/

#splash {
	background: url(../img/TPBLineupWebsite_1920x740.png) no-repeat;
	background-color: #b69e75;
	background-position: top;
	background-size: cover;
	margin-top: 45px;
	height: 50vw;
	padding-top: 20px;
	padding-bottom: 20px;
}
#splash h1 {
	color: #292929;
}
#tpblogo, #tpbboys {
	display: block;
	margin: auto auto;
	margin-top: 3em;
}

#tpblogo {
	width: 70%;
}

#tpbboys {
	width: 50%;
}


.kittyvideo {
	margin: 0 auto;
	margin-top: 30px;
	text-align: center;
}
.video {
	width: 26%;
	height: 315px;
	border: solid rgba(255,255,255,0.5) 5px;

}

#videobackground {
	background-color: rgba(255,255,255,0.5);
	border-radius: 17px;
	padding: 5px;
	margin: 20px 0;
}

#videobackground h3 {
	font-size: 30px;
	font-weight: bolder;
}

#videobackground p {
	text-align: center;
	font-weight: bold;
	font-size: 22px;
}

.light-bg {
	background-color: rgba(255,255,255,0.60);
  border-radius: 17px;
  padding: 10px;
  margin: 0 auto;
  margin-top: 30px;
}
.wrapper {
	text-align: center;
}

/**********************************
Sign Up
***********************************/
#latestnews {
	padding-bottom: 30px;
	background: #333333;
	background-size: 20%;
	color: #ffffff;
}
#latestnews h1 {
	font-size: 2.5em;
	color: #ffffff;
	margin-bottom: 20px;
}
#latestnews h1 .news {
	font-size: .4em;
	font-style: italic;
}
#latestnews p {
	width: 45%;
	margin: 15px auto;
	display: block;
	line-height: 30px;
	font-size: 120%;
}

.latestnews-logo {
	margin: auto auto 15px;
	display: block;
	cursor: pointer;
	background: #FFF;
	padding: 10px;
	border: 2px solid rgba(204,204,204,0.89);
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}
.latestnews-logo:hover {
	border: 2px solid #7ac142;
}

#latestnews h2:nth-child(n+4) {
	margin-top: 20px;
}

[placeholder]:focus::-webkit-input-placeholder {
  transition: opacity 0.5s 0.5s ease;
  opacity: 0;
}

.applebtn {
	width: 225px;
	padding-right: 10px;
}

.gpbtn {
	width: 200px;
}

/**********************************
FORM
***********************************/

.required {
	color: #ff168f;
	float: center;
}
label {
	margin-top: 18px;
	display: block;
}
#formstyle {
	text-align: center;
	padding-top: 35px;
}

input {
	font-family: 'arial black', Haettenschweiler, 'Helvetica Rounded', Arial, sans-serif;
	font-style: italic;
	-webkit-font-smoothing: antialiased;
	font-size: 1.0em;
	line-height: 22.5px;
	width: 18em;
  height: 50px;
  color: #333333;
  border-radius: 15px;
}
#emailaddress {
	padding-left: 10px;
}
.emailbutton {
	width: 18em;
}
[placeholder]:focus::-webkit-input-placeholder {
    transition: opacity 0.5s 0.5s ease;
    opacity: 0;
}
#consent {
	margin: 20px 0 38px;
}
#consent-text, #consent-checkbox {
	display: inline;
}
#consent-checkbox {
	width: 22px;
}
#consent-text {
	position: relative;
	top: -8px;
	font-size: 0.875em;
}
button {
	display: block;
	margin: 18px auto 0;
	background: transparent;
  border: 0;
  margin-top: 18px;
  cursor: pointer;
  outline: none;
}

#signup-btn {
	margin-top: 30px;
}

#messagebox h2, #messagebox h3 {
	text-align: center;
}
#messagebox h2 {
	margin-top: 30px;
	font-size: 3em;
}
#success-msg a {
	text-decoration: underline;
	color: #C1F191;
}
#success-msg a:hover {
	color: #ff168f;
}

/**********************************
Updates
***********************************/
#whatsnew {
	background: #525252;
	background-size: 20%;
	color: #ffffff;
}
#whatsnew h1 {
	font-size: 2.5em;
	color: #ffffff;
	margin-bottom: 30px;
}
#whatsnew h2 {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 20px;
	margin-left: 5px;
	margin-right: 5px;
}

#whatsnew iframe {
  width: 94vw;
  height: 56vw;
}

#events-img {
	width: 90%;
	min-width: 240px;
	max-width: 460px;
}

#events-button {
	width: 210px;
	margin-bottom: 30px;
}

#whatsnew:nth-child(2) {
	width: 100%;
}


/**********************************
Good Stuff
***********************************/
#setup {
	color: #FFFFFF;
	background: url(../img/Julian_Head.png) bottom 30px right 40px no-repeat, url(../img/Ricky_Head.png) bottom 30px left 40px	 no-repeat #525252;
	background-size: 0;
	margin-bottom: 30px;

	background-size: 0;
}
#setup h1 {
	color: #ffffff;
}
#setup p {
	text-align: center;
  font-size: 1.2em;
  color: #ffffff;
}
#placard01, #placard02, #final-setup {
	text-align: center;
	padding: 1.5% 0;
}
.element-list, .setup-img {
	display: inline-block;
	vertical-align: middle;
}
.element-list {
	padding: 0 5%;
	line-height: 28px;
	width: 29%;
	list-style-image: url(../img/IconBribeSmall.png);
}
.element-list a {
	color: rgb(72, 73, 76);
}
.element-list a:hover {
	color: salmon;
}
.element-list ol {
	margin: 0 auto;
	background: #F5F5F5;
	color: #000;
	width: 327px;
	padding-top: 18px;
	padding-bottom: 18px;
	text-align: left;
	list-style-type: none;
}
.element-list ol li{
	margin-left: 20px;
	}
.element-list h2 {
	text-align: center;
	font-size: 120%;
	text-transform: uppercase;
	width: 351px;
	background: #353535;
	padding: 8px;
	-webkit-margin-before: 0;
	margin: 0 auto;
	color: #ffffff;
}
.setup-img {
	border: #ffffff solid 5px;
	border-radius: 22px
}
#setup a:hover {
	border-bottom: 0;
}
#final-ol {
	list-style-type: none !important;
}
#final-ol li {
	margin-left: -6%;
}

#placard01 img{
	 width: 90%;
	 max-width: 400px;
}

/**********************************
Screenshots
***********************************/

#prettypictures {
	background: url(../img/IconBossSchemes.png) top 100px left 100px no-repeat #8899a6;
	background-size: 15%;
	border-bottom: 0;
}
#prettypictures h1 {
	margin-top: 40px;
	margin-bottom: 10px;
	color: #ffffff;
}

.screenshot-row {
	width:90%;
	margin: 0 auto;
}

.screenshot-row img {
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-top: 20px;
}

#bubbles-head {
	padding-top: 30px;
	padding-bottom: 20px;
	clear: both;
}
#bubbles-head img {
	width: 6%;
	min-width: 100px;
	margin: 15px auto 0;
	display: block;
}
#bubbles-head strong {
	font-size: 120%;
}
#bubbles-head p {
	text-align: center;
	line-height: 30px;
	color: #171717;
}

/**********************************
Twitter
***********************************/
#twitter {
	padding: 30px 20px 20px 20px;
	border-bottom: 0;
 	background: #8899a6;
	background-size: 10%;
}

#twitter h1 {
	color: #000000;
}
#faqcontents {
	text-align: center;
}
.faqquestion {
	font-size: 1.1em;
	font-weight: bold;
}
.faqanswer {
	color: #615d63;
	margin-bottom: 20px;
}
.twitterfeed {
	margin-bottom: 20px;
	text-align: center;
}
#twitter p {
	  font-size: 1.2em;
	  margin-bottom: 20px;
}

#twitter ul li {
	margin: 0 0 10px 0;
}

#twitter ul li a {
	color: #000000;
}

#twitter ul li a:hover {
	color: #ffffff;
}

.twitter-timeline {
	height: 350px;
}


/**********************************
Footer
***********************************/
#footer {
	text-align: center;
 	background: url(../img/PointerHand.png) bottom 2em right 1em no-repeat, url(../img/IconBossFight.png) bottom 2em left 1em no-repeat #292929;
	background-size: 14%, 10%;
}
#footer img {
	width: 150px;
}
#footer a {
	color: #282828;
}
#footer a:hover {
	color: #FFF;
	border-bottom: 0px;
}
#footer p {
	color: #ffffff;
	font-size: 1.2em;
}

#social-support {
	display: inline-block;
	font-size: 2.5em;
	margin-bottom: 20px;
}
#social-support li {
 	cursor: pointer;
	width: 49px;
	height: 49px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 10px;
	display: inline;
}
#social-support a {
	color: #FFF;
}

#footertext {
	padding: 0 0.5em;
	margin-bottom: 20px;
  display: block;
}
.support-button.bottom {
	margin-bottom: 10px;
	transform: scale;
}
#esglogo {
	display: block;
	margin: auto auto 50px;
}
#esglogo img {
	width: 120px;
}
#esglogo p {
	text-align: center;
	font-size: 0.7em;
	margin: 10px 0;
}

.footerimages {
	padding-bottom: 30px;
}

#fineprint p {
	margin: 20px auto 10px auto;
	text-align: center;
}

#fineprint li {
	color: #ffffff;
	display: inline;
}

#fineprint li a,
#fineprint li a p {
	color: #fff !important;
}

#fineprint p:first-child {
	margin-top: 0;
}

/*********************************
Confirmation Page
*********************************/

.bubbles-thumbsup {
	width: 10em;
	margin-top: 30px;
}


/******************************************************************************************************************
Media Queries
*******************************************************************************************************************/

@media screen and (max-width: 800px) and (min-width: 1px) {
	#prettypictures {
		padding: 2% 0 10% 0;
		background: url(../img/UI_STACKING_004.png) bottom left 40px repeat-x;
		background-color: #8899a6;
    		background-size: 45%;
	}
	#about h2 {
    		margin: 30px auto 80px auto !important;
    		width: 90%;
	}
}

/**********************************
Big phone and up
***********************************/

@media (min-width: 600px) {

/** Splash **/

#splash {
	height: 40vw;
}

.playbuttons img {
	width: 11em;
	height: 3.2em;
}

/** Form **/

input {
	width: 22em;
}

.emailbutton {
	width: 22em;
}

.playbuttons-nav {
	display: none;
}

/** Screenshots **/

.screenshot-row img {
	margin: 10px 20px;
}

}

/**********************************
Tablet and up
***********************************/

@media (min-width: 900px) {

/** Nav **/

#hamburger {
	display: none;
}

#page-nav {
	text-align: center;
	display: block;
	margin: 10px 0;
	-webkit-padding-start: 0px;
}

#page-nav li {
	display: inline;
	margin: 0;
	font-size: 1.2em;
}


/** Splash **/

#splash {
	height: 30vw;
	padding-top: 10vw;
}

/** Form **/

#emailaddress {
	width: 30em;
}

/** Video **/

#whatsnew div {
	/*max-width: 900px;*/
}

#whatsnew iframe {
	width: 900px;
	height: 500px;
}

.video-container {
	height: auto;
}

#prettypictures {
	background: url(../img/IconBossSchemes.png) top 4em left 5% no-repeat #8899a6;
	background-size: 16em;
}


/** Press **/

#twitter > ul {
	font-size: 1.2em;
}

#footer {
	background: url(../img/PointerHand.png) bottom 2em right 4em no-repeat, url(../img/IconBossFight.png) bottom 2em left 4em no-repeat #292929;
	background-size: 14em, 10em;
	
}
}

/**********************************
Desktop and up
***********************************/

@media (min-width: 1200px) {

/** Nav **/

#nav {
	height: 60px;
}

#tpb-nav-logo {
	width: 4em;
	top: 12px;

}

#tpb-nav-support {
	width: 8em;
	top: 12px;

}

#page-nav {
  margin-top: 14px;
}

#page-nav a {
	font-size: 1.4em;
}

/** Splash **/

#splash {
	max-height: 360px;
}

/** Section **/

#latestnews::before, #whatsnew::before, #setup::before, #prettypictures::before, #footer::before {
	height: 60px;

}
}

/**********************************
Wide Desktop and up
***********************************/

@media (min-width: 1800px) {

/** Nav **/

.playbuttons-nav {
	display: block;
	margin-top: -42px;
	margin-right: 10px;
}



}
