/*
Theme Name: Gritech
Description: Semantic, SEO Optimised, Custom Wordpress Theme for Gritech
Author: Hopping Mad Design
Author URI: http://www.hoppingmad.com.au/
*/
@font-face {
	font-family: 'montserratsemi_bold';
	src: url('fonts/montserrat-semibold.eot');
	src: url('fonts/montserrat-semibold.eot?#iefix') format('embedded-opentype'), url('fonts/montserrat-semibold.woff2') format('woff2'), url('fonts/montserrat-semibold.woff') format('woff'), url('fonts/montserrat-semibold.ttf') format('truetype'), url('fonts/montserrat-semibold.svg#montserratsemi_bold') format('svg');
	font-weight: normal;
	font-style: normal;
}
/* Reset */
a, abbr, acronym, address, area, b, bdo, big, blockquote, body, button, caption, cite, code, col, colgroup, dd, del, dfn, div, dl, dt, em, fieldset, form, h1, h2, h3, h4, h5, h6, hr, html, i, images, ins, kbd, label, legend, li, map, object, ol, p, param, pre, q, samp, small, span, strong, sub, sup, table, tbody, td, textarea, tfoot, th, thead, tr, tt, ul, var {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
input[type=number] {
	-moz-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
input[type=submit] {
	-webkit-appearance: none;
}
/* Defaults */
html, body {
	height: 100%;
	margin: 0;
}
body {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	color: #FFF;
	font: 14px 'Montserrat', sans-serif;
	background: #333;
}
img {
	border-style: none;
}
a {
	text-decoration: none;
	color: #4E8ABE;
}
a:hover {
	color: #4E8ABE;
}
input, textarea, select {
	font: 100% 'Ruda', sans-serif;
	vertical-align: middle;
}
form, fieldset {
	border-style: none;
	margin: 0;
	padding: 0;
	font: 100% 'Ruda', sans-serif;
}
img.alignleft {
	margin: 0 10px 10px 0;
}
.alignleft {
	float: left;
}
img.alignright {
	margin: 0 0 10px 10px;
}
.alignright {
	float: right;
}
.aligncenter {
	margin: 10px auto;
}
.clear {
	clear: both;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 0.7em;
	padding: 0;
}
.entry-content p, .entry-content ul {
	margin: 0 0 1em;
}
h2 {
	font-size: 22px;
	color: #4E8ABE;
}
h3 {
	font-size: 16px;
	color: #4E8ABE;
}
/* =====================
Header
======================== */
.full-width {
	max-width: 1026px;
	margin: 0 auto;
}
.site-branding {
	display: block;
	width: 410px;
	height: 42px;
	background: url(http://griptech.net.au/wp-content/themes/theme/images/logo1.png) no-repeat;
	background-size: 100% auto;
	float: left;
	margin: 60px 0 0 12px;
}
.header-right {
	width: 585px;
	float: right;
	text-align: right;
	margin: 39px 12px 0 0;
}
.enquire-now {
	display: inline-block;
	border: 1px solid #78A6CD;
	font: 12px / 18px 'Montserrat';
	color: #FFF;
	padding: 0 7px;
	vertical-align: top;
	margin-top: 4px;
}
.enquire-now:hover {
	color: #FFF;
	background: #4E8ABE;
}
.dekstop-menu {
	margin: 15px 0 0;
}
.dekstop-menu .menu-main-menu-container li {
	list-style: none;
	display: inline-block;
	margin-right: 20px;
	border-bottom: 1px solid #333;
}
.dekstop-menu .menu-main-menu-container .current-menu-item, .dekstop-menu .menu-main-menu-container li:hover {
	border-bottom: 1px solid #5A92C2;
}
.dekstop-menu .menu-main-menu-container a {
	text-transform: uppercase;
	font: 700 16px 'Arial', sans-serif;
	color: #FFF;
}
.dekstop-menu .menu-main-menu-container {
	display: inline-block;
}
.phone-1 {
	display: inline-block;
	color: #FFF;
	font: 15px 'Arial', sans-serif;
	background: url(images/phone.png) no-repeat left bottom 1px;
	padding-left: 20px;
}
#masthead {
	padding-bottom: 35px;
}
.search-form {
	display: inline-block;
	width: 130px;
	text-align: left;
	background: -webkit-linear-gradient(#404040, #4E4E4E);
	background: -o-linear-gradient(#404040, #4E4E4E);
	background: -moz-linear-gradient(#404040, #4E4E4E);
	background: linear-gradient(#404040, #4E4E4E);
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin-right: 20px;
}
.search-field {
	-webkit-appearance: none;
	border: none;
	font-size: 11px;
	height: 25px;
	width: 95px;
	float: left;
	background: none;
	padding: 0 3px 0 7px;
	color: #C7C7C7;
	-webkit-appearance: none;
}
.search-submit {
	background: url(images/search.png) no-repeat center center;
	width: 18px;
	height: 25px;
	border: none;
	float: left;
	-webkit-appearance: none;
	padding: 0;
}
#search-result {
	min-height: 300px;
}
/* =====================
Footer
======================== */
#colophon {
	min-height: 220px;
	background: #222;
}
#site-info {
	padding: 40px 12px 0;
}
#f-logo {
	display: inline-block;
	width: 250px;
	height: 25px;
	background: url(http://griptech.net.au/wp-content/themes/theme/images/logo1.png) no-repeat;
	background-size: 100% auto;
}
.f-social {
	display: inline-block;
	margin: 0 60px 0 33px;
}
.f-social a {
	margin-right: 25px;
}
.f-social a:last-child {
	margin: 0;
}
.f-social a:hover {
	-moz-box-shadow: 0px 0px 1px 1px #888;
	-webkit-box-shadow: 0px 0px 1px 1px #888;
	box-shadow: 0px 0px 10px 1px #FFF;
}
.facebook {
	display: inline-block;
	width: 21px;
	height: 21px;
	background: url(images/facebook.png) no-repeat;
	background-size: 100% auto;
}
.instagram {
	display: inline-block;
	width: 22px;
	height: 22px;
	background: url(images/instagram.png) no-repeat;
	background-size: 100% auto;
}
.youtube {
	display: inline-block;
	width: 44px;
	height: 19px;
	background: url(images/youtube.png) no-repeat;
	background-size: 100% auto;
}
.f-address {
	color: #FFF;
	display: inline-block;
	width: 250px;
	font-size: 12px;
	vertical-align: top;
}
.f-contact {
	display: inline-block;
	width: 250px;
	font-size: 12px;
	vertical-align: top;
	color: #FFF;
}
.f-contact a {
	color: #FFF;
}
.phone-2 {
	padding-left: 17px;
	background: url(images/phone-2.png) no-repeat left bottom 1px;
}
.email-2 {
	padding-left: 17px;
	background: url(images/email-2.png) no-repeat left center;
}
.design-by a {
	color: #FFF;
}
.design-by {
	color: #FFF;
	font-size: 10px;
	margin-top: 20px;
	text-align: right;
}
/* =====================
About
======================== */
#about-page {
	max-width: 1400px;
	margin: 35px auto 0;
}
.about-odd img {
	width: 50%;
	height: auto;
	float: left;
}
.about-odd .entry-content {
	width: 514px;
	float: left;
	padding: 0 20px;
}
.about-even img {
	width: 50%;
	height: auto;
	float: right;
}
.about-even .entry-content {
	width: 514px;
	float: right;
	padding: 0 20px;
}
.about-odd, .about-even {
	padding-bottom: 85px;
}
/* =====================
Contact
======================== */
#map iframe {
	width: 100%;
	height: 600px;
}
#map {
	max-width: 1400px;
	margin: 60px auto 0;
}
.contact-left, .contact-right {
	float: left;
	width: 50%;
}
.phone-3 {
	padding: 2px 0 2px 40px;
	background: url(images/phone-3.png) no-repeat left bottom 1px;
}
.email-3 {
	padding: 2px 0 2px 40px;
	background: url(images/email-3.png) no-repeat left center;
}
.contact-content a {
	color: #FFFFFF;
}
.contact-content {
	font-size: 18px;
}
.site-content {
	padding: 0 12px;
}
.contact-content p {
	margin-bottom: 15px;
}
.location {
	padding: 2px 0 2px 40px;
	background: url(images/location.png) no-repeat left top 5px;
	display: block;
}
.page-title {
	margin: 15px 0 40px;
}
.contact-form {
	max-width: 470px;
}
.contact-form li {
	list-style: none;
	margin-bottom: 22px;
}
.contact-form label {
	display: none;
}
.contact-form input[type='text'], .contact-form input[type='email'], .contact-form input[type='tel'] {
	border: 1px solid #4E8ABE;
	width: 100%;
	line-height: 35px;
	padding: 0 10px;
	font-size: 24px;
}
.contact-form textarea {
	border: 1px solid #4E8ABE;
	width: 100%;
	height: 220px;
	padding: 2px 10px;
	font-size: 24px;
}
.validation_message {
	color: red;
}
.validation_error {
	color: red;
	margin-bottom: 15px;
}
.contact-form input[type='submit'] {
	font-size: 25px;
	font-weight: 700;
	height: 35px;
	width: 125px;
	background: #FFF;
	color: #4E8ABE;
	text-align: center;
	border: none;
}
.contact-form input[type='submit']:hover {
	color: #FFF;
	background: #4E8ABE;
}
.contact-form .gform_footer {
	text-align: right;
}
/* =====================
Single Product
======================== */
.breadcrumb {
	font: 300 16px 'Arial';
	text-transform: uppercase;
	margin-bottom: 70px;
}
.breadcrumb a {
	color: #FFFFFF;
}
.breadcrumb span {
	color: #4E8ABE;
}
#single-product {
	position: relative;
	padding-top: 30px;
}
.back-to-products {
	color: #4E8ABE;
	font-size: 12px;
	line-height: 26px;
	border: 1px solid #8CB3D5;
	width: 142px;
	text-align: center;
	position: absolute;
	right: 12px;
	top: 30px;
	display: inline-block;
}
.back-to-products:hover {
	color: #FFF;
	background: #4E8ABE;
}
.p-right {
	width: 50%;
	float: right;
	margin-bottom: 80px;
}
.p-left {
	width: 50%;
	float: left;
	margin-bottom: 80px;
}
.p-content {
	color: #FFFFFF;
	line-height: 25px;
	margin-left: 35px;
	max-width: 430px;
}
.p-content ul {
	line-height: 22px;
}
.p-content header {
	font-size: 20px;
	font-family: 'montserratsemi_bold';
	margin-bottom: 5px;
}
.entry-content ul {
	margin-left: 20px;
}
.p-content strong {
	font-family: 'montserratsemi_bold';
	font-weight: 400;
}
.btn-enquiry {
	font-size: 24px;
	line-height: 40px;
	border: 1px solid #4E8ABE;
	width: 245px;
	text-align: center;
	display: block;
	margin-top: 40px;
	color: #FFF;
	background: #4E8ABE;
}
.btn-enquiry:hover {
	color: #4E8ABE;
	background: none;
	border: 1px solid #8CB3D5;
}
#sp-large-image-wrapper {
	height: 375px;
	text-align: center;
	overflow: hidden;
}
#sp-large-image-wrapper img {
	max-width: 100%;
	height: auto;
	display: block;
	margin: auto;
}
#sp-slideshow li {
	list-style: none;
	width: 75px;
	height: 75px;
	overflow: hidden;
	display: inline-block;
	cursor: pointer;
	margin: 10px 10px 10px 0;
	border: 1px solid #FFF;
}
#sp-slideshow li.current {
	border-color: #8CB3D5;
}
#sp-slideshow li img {
	display: block;
	height: 100%;
	width: auto;
}
.video-left {
	float: left;
	max-width: 490px;
	width: 100%;
}
.video-right {
	float: right;
	max-width: 490px;
	width: 100%;
}
.video-left iframe, .video-right iframe {
	width: 100%;
	height: 275px;
}
.btn-b {
	display: inline-block;
	font-size: 24px;
	line-height: 40px;
	border: 1px solid #4E8ABE;
	padding: 0 12px;
	color: #FFF;
	background: #4E8ABE;
}
.btn-b:hover {
	color: #4E8ABE;
	background: none;
	border: 1px solid #8CB3D5;
}
.back {
	
}
.sp-btn-wrapper {
	margin: 80px 0 115px;
}
.sp-thumb {
	float: left;
	width: 290px;
	height: 220px;
	border: 1px solid #111;
	text-align: center;
	margin-right: 45px;
}
.sp-thumb:before {
	content: ' ';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.sp-thumb img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}
.sp header {
	font-size: 25px;
	font-family: 'montserratsemi_bold';
	margin-bottom: 18px;
}
.sp {
	color: #FFFFFF;
	position: relative;
	margin-bottom: 80px;
}
.sp-intro {
	font-size: 18px;
}
.sp .btn-b {
	position: absolute;
	right: 0;
	bottom: 0;
}
/* =====================
Products
======================== */
.p-cat {
	width: 225px;
	float: left;
	margin: 0 30px 25px 0;
}
.p-cat-img {
	width: 225px;
	height: 170px;
	background: #FFF;
	text-align: center;
	overflow: hidden;
}
.p-cat-img img {
	max-width: 100%;
}
#p-car-wrapper .p-cat:nth-child(4n) {
	margin-right: 0;
}
.p-cat header {
	font-size: 20px;
	background: #4E8ABE;
	border: 1px solid #4E8ABE;
	color: #FFF;
	line-height: 33px;
	text-align: center;
	margin-top: 12px;
}
.p-cat:hover header {
	color: #4E8ABE;
	border: 1px solid #8CB3D5;
	background: none;
}
.heading-1 {
	font: 300 30px 'Arial';
	color: #FFFFFF;
	margin: 40px 0 50px;
}
#more-about-us {
	height: 510px;
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	margin: 70px 0 0;
}
#more-about-us a {
	display: inline-block;
	color: #FFF;
	font-size: 34px;
	background: #4E8ABE;
	line-height: 48px;
	width: 490px;
	margin: 255px 0 0;
}
#more-about-us a:hover {
	color: #4E8ABE;
	background: #333333;
}
/* =====================
Products
======================== */
#homepage .heading-1 {
	text-align: center;
}
.slide {
	float: left;
	position: relative;
}
.slide img {
	display: block;
	width: 100%;
	height: auto;
}
.slide header {
	color: #FFF;
	font: 700 48px 'Arial', sans-serif;
	position: absolute;
	left: 50%;
	top: 28.43%;
	margin: 0 0 0 -275px;
	max-width: 550px;
	text-transform: uppercase;
	text-align: center;
}
.slide .more {
	position: absolute;
	left: 50%;
	top: 61.76%;
	width: 346px;
	margin-left: -173px;
	color: #FFF;
	border: 2px solid #4E8ABE;
	line-height: 48px;
	font-size: 34px;
	text-align: center;
}
#slider-wrapper {}

#slider-page {
	position: absolute;
	width: 300px;
	left: 50%;
	margin-left: -150px;
	bottom: 6.47%;
	text-align: center;
}
#slider-page a {
	display: inline-block;
	width: 26px;
	height: 26px;
	background: url(images/bg-number.png) no-repeat center;
	text-align: center;
	color: #FFF;
	font-size: 8px;
	line-height: 26px;
	margin: 0 3px;
}
#slider-prev {
	position: absolute;
	top: 50%;
	left: 55px;
	margin: -16px 0 0;
	background: url(images/prev.png) no-repeat center;
	background-size: auto 100%;
	width: 32px;
	height: 32px;
}
#slider-next {
	position: absolute;
	top: 50%;
	right: 55px;
	margin: -16px 0 0;
	background: url(images/next.png) no-repeat center;
	background-size: auto 100%;
	width: 32px;
	height: 32px;
}
/* =====================
Mobile
======================== */
#open-tablet-menu, #tablet-menu, #tablet-phone {
	display: none;
}
@media screen and (max-width: 1024px) {
	.p-cat {
		margin-left: 15px;
		margin-right: 15px !important;
	}
	#p-car-wrapper {
		max-width: 765px;
		margin: auto;
	}
	.site-branding {
		width: 300px;
	}
	.header-right {
		margin-top: 27px;
	}
	#slider-wrapper {
		height: auto;
	}
	.about-odd .entry-content, .about-even .entry-content {
		width: 50%;
	}
}
@media screen and (max-width: 960px) {
	.dekstop-menu {
		display: none;
	}
	#open-tablet-menu {
		display: inline-block;
		width: 33px;
		float: right;
		position: relative;
	}
	#open-tablet-menu span {
		display: block;
		background: #4E8ABE;
		height: 3px;
		margin: 4px 0;
	}
	#open-tablet-menu span:first-child {
		margin-top: 0;
	}
	.header-right {
		width: 100%;
		text-align: left;
		margin: 17px 0 0;
		padding: 0 12px;
	}
	.header-top {
		display: inline-block;
		vertical-align: top;
	}
	#tablet-phone {
		float: right;
		display: inline-block;
		margin: 31px 12px 0 0;
	}
	.site-branding {
		margin-top: 30px;
	}
	#tablet-menu.active {
		display: block;
	}
	#tablet-menu {
		position: absolute;
		width: 80px;
		background: #FFF;
		z-index: 20;
		top: 25px;
		right: 0;
		padding: 0 5px;
		text-align: right;
	}
	#tablet-menu li {
		list-style: none;
		border-bottom: 1px solid #4E8ABE;
		font-size: 10px;
		line-height: 25px;
	}
	#tablet-menu ul li:last-child {
		border: none;
		padding-bottom: 5px;
	}
	#tablet-menu li a {
		color: #020000;
	}
	.slide header {
		font-size: 30px;
	}
}
@media screen and (max-width: 600px) {
	.f-social {
		display: block;
		margin: 5px 0;
	}
	.site-branding {
		margin-top: 15px;
		width: 195px;
		height: 17px;
	}
	#tablet-phone {
		margin-top: 14px;
		font-size: 12px;
	}
	#tablet-phone .phone-1 {
		background-size: 12px auto;
	}
	#masthead {
		padding-bottom: 23px;
	}
	.slide {
		height: 175px;
		overflow: hidden;
	}
	.slide img {
		width: auto;
		height: 100%;
	}
	.slide header {
		font-size: 16px;
		left: 0;
		width: 100%;
		margin: 0;
		padding: 0 30px;
	}
	#slider-next, #slider-prev {
		display: none !important;
	}
	.slide .more {
		font-size: 12px;
		line-height: 18px;
		width: 122px;
		margin-left: -61px;
	}
	.heading-1 {
		font-size: 12px;
		margin: 10px 0 20px;
	}
	.p-cat {
		width: 120px;
		margin: 0 7px 15px 7px !important;
	}
	.p-cat-img {
		width: 120px;
		height: 91px;
	}
	.p-cat-img img {
		max-width: 100%;
	}
	.p-cat header {
		font-size: 10px;
		line-height: 19px;
	}
	#p-car-wrapper {
		max-width: 270px;
	}
	#more-about-us {
		margin-top: 50px;
		height: 165px;
		background-color: #9B9B9B;
		background-size: auto 100%;
	}
	#more-about-us a {
		margin-top: 63px;
		width: 222px;
		font-size: 15px;
		line-height: 23px;
	}
	#site-info {
		padding-top: 12px;
	}
	.f-address, .f-contact {
		width: 48%;
		margin-top: 10px;
	}
	#colophon {
		min-height: 170px;
	}
	.about-odd .entry-content, .about-even .entry-content {
		width: 100%;
	}
	.about-odd, .about-even {
		padding-bottom: 20px;
	}
	.about-odd img, .about-even img {
		width: 100%;
		margin-bottom: 15px;
	}
	.sp-thumb {
		width: 50%;
		margin-right: 15px;
	}
	.sp header {
		font-size: 18px;
	}
	.sp-intro {
		font-size: 14px;
	}
	.btn-b {
		font-size: 14px;
		line-height: 30px;
	}
	.sp {
		margin-bottom: 40px;
	}
	.p-right, .p-left {
		width: 100%;
		margin-bottom: 20px;
	}
	.p-content {
		margin-left: 0;
	}
	.back-to-products {
		position: relative;
		left: auto;
		top: auto;
		right: auto;
		margin-bottom: 10px;
	}
	#single-product {
		padding-top: 5px;
	}
	.breadcrumb {
		margin-bottom: 10px;
	}
	.video-right, .video-left {
		float: none;
	}
	.sp-btn-wrapper {
		margin: 50px 0 80px;
	}
	.contact-left, .contact-right {
		width: 100%;
	}
	#map iframe {
		height: 250px;
	}
	#make-enquiry {
		margin-top: 25px;
	}
	.page-title {
		margin: 0 0 20px;
	}
}
@media screen and (max-width: 380px) {
	.site-branding {
		width: 175px;
		height: 15px;
	}
	.phone-1 {
		padding-left: 15px;
		background-size: 12px;
	}
	.enquire-now {
		margin-top: 2px;
	}
}
