/*
Theme Name: TAK Games
Theme URI: http://tak-games.com.au
Author: Tak Games
Author URI: http://tak-games.com.au
Version: 1.0


 */



/* Alignment */

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

blockquote.alignleft,
figure.wp-caption.alignleft,
img.alignleft {
	margin: 7px 24px 7px 0;
}

.wp-caption.alignleft {
	margin: 7px 14px 7px 0;
}

blockquote.alignright,
figure.wp-caption.alignright,
img.alignright {
	margin: 7px 0 7px 24px;
}

.wp-caption.alignright {
	margin: 7px 0 7px 14px;
}

blockquote.aligncenter,
img.aligncenter,
.wp-caption.aligncenter {
	margin-top: 7px;
	margin-bottom: 7px;
}


.pad-top {
	padding-top: 20px;
}

.pad-bottom {
	padding-bottom: 20px;
}

.pad {
	padding: 20px;
}

body {
	font-family: "Open Sans", Helvetica, Arial, Sans-Serif;

}

		h1, h2, h3, h4 {
			font-family: "Roboto Slab", Serif;
		}

		h2 {
			font-size: 2.5em;
			font-weight: 700;
		}

		h3 {
			font-size: 2em;
		}

		h3.boost-size {
			font-size: 3em;
		}

		h4 {
			color: #999;
		}

		h2 span {
			color: #25aae1;
		}

		#logo {
			text-align: center;
		}

		#logo h1 {
			width: 232px;
			height: 83px;
			background: transparent url('images/tak-games.png') no-repeat center center;
			background-size: 232px 83px;
			text-indent: -9999px;
			display: inline-block;
		}

		#social {
			text-align: center;
		}

		header {
			margin-bottom: 20px;
		}

		nav {
			background-color: #1c75bc;
			height: 50px;
		}

		#mobile-menu select {
			margin: 15px auto;
			display: block;
		}

		nav ul {
			list-style-type: none;
			margin: 0px;
			padding: 0px;
			text-align: center;
			display: none;
		}

		nav ul li {
			display: inline-block;
			padding-left: 25px;
			padding-right: 25px;
			height: 50px;
			line-height: 50px;
		}

		nav ul li a {
			color: #fff;
			text-decoration: none;
			font-size: 1.4em;
			text-transform: uppercase;
		}

		nav ul li a:hover {
			color: #fff;
			text-decoration: none;
		}

		nav ul li.current-menu-item {
			background-color: #489adb;
		}

		#splash {
			background: #000026 url('images/splash-background.jpg') no-repeat center center;
			height: 384px;
			color: #fff;
		}

		#special-container {
			position: relative;
		}

		#special-graphic {
			width: 596px;
			height: 480px;
			position: absolute;
			top: -10px;
			left: -40px;
			background: transparent url('images/store-launch.png') no-repeat center top;
		}

		#newsletter {
			background-color: #316b94;
			padding-top: 20px;
			padding-bottom: 20px;
		}

		#newsletter label {
			font-weight: normal;
			color: #fff;
		}

		#upcoming-event {
			color: #fff;
			background: #000 url("images/events-bg.jpg") no-repeat center center;
			background-size: cover;
			background-attachment: fixed;

			padding: 50px 0px 50px 0px;
		}

		#gui {
			background: #000026 url('images/splash-background.jpg') no-repeat left center;
			padding-top: 35px;
			padding-bottom: 35px;
			color: #fff;
		}

		#gui a {
			color: #fff !important;
		}

		span.event-title {
			font-size: 24px;
		}

		.bump-top {
			margin-top: 60px;
		}

		.bump-top-small {
			margin-top: 40px;
		}

		.bump-bottom {
			margin-bottom: 60px;
		}

		.bump-bottom-small {
			margin-bottom: 40px;
		}

		.facebook, .twitter, .google, .youtube {
			width: 32px;
			height: 32px;
			background: url('images/facebook.png') no-repeat center center;
			background-size: 32px 32px;
			text-indent: -9999px;
			display: inline-block;
		}

		.twitter {
			background-image: url('images/twitter.png');
		}

		.google {
			background-image: url('images/google.png');
		}

		.youtube {
			background-image: url('images/youtube.png');
		}

		.question {
			padding-left: 45px;
			background: url('images/question.png') no-repeat left top;
			background-size: 28px 33px;
			font-size: 20px;
			color: #666666;
			margin-bottom: 50px;
		}

		footer .container {
			border-top: 1px solid #999;
			padding-top: 30px;
		}

		input[type='text'],
		input[type='number'],
		input[type='email'],
		input[type='phone'],
		select,
		textarea {
  			font-size: 16px;
		}

		input.wpcf7-form-control {
			max-width: 100%;
		}


		/* Extra small devices (phones, less than 768px) */
		/* No media query since this is the default in Bootstrap */

		/* Small devices (tablets, 768px and up) */
		@media (min-width: 768px) {
			nav ul {
				display: block;
			}

			#mobile-menu {
				display: none;
			}

			#splash {
				background: #000026 url('images/splash-background.jpg') no-repeat left center;
			}

			nav ul li {
				padding-left: 15px;
				padding-right: 15px;
			}
		}

		/* Medium devices (desktops, 992px and up) */
		@media (min-width: 992px) {
			nav ul li {
				padding-left: 25px;
				padding-right: 25px;
			}
		}

		/* Large devices (large desktops, 1200px and up) */
		@media (min-width: 1200px) { 
			#pre-order-special {
				width: 596px;
				height: 480px;
				position: absolute;
				top: -10px;
				left: -40px;
				background: transparent url('images/pre-order-products.png') no-repeat center top;
			}
		}