/*
Theme Name: Keilor Collision Centre
Theme URI: http://keilorcollision.com.au
Author: Anthony Mazzei
Author URI: http://anthmazzei.com/
Description: Keilor Collision WordPress theme
Version: 1.0
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Normalize
2.0 Typography
3.0 Elements
4.0 Forms
5.0 Navigation
	5.1 Links
	5.2 Menus
6.0 Accessibility
7.0 Alignments
8.0 Clearings
9.0 Widgets
10.0 Content
	10.1 Posts and pages
	10.2 Asides
	10.3 Comments
11.0 Infinite scroll
12.0 Media
	12.1 Captions
	12.2 Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 Normalize
--------------------------------------------------------------*/
* {
	position: relative;
}

body, html {
	font-family: 'Montserrat', sans-serif;
	-webkit-font-smoothing: antialiased;
	color: #7f7f7f;
	background: #4b4b4b;
	font-size: 16px;
	word-wrap: break-word;
}

h1, h2, h3, h4, h5, h6 {
	color: #353535;
	margin: 0 0 15px 0;
}

h1 {
	font-size: 26px;
}

h2 {
	font-size: 24px;
}

h3 {
	font-size: 22px;
}

.left {
	float: left;
}

.right {
	float: right;
}

img.left {
	margin: 0 30px 20px 0;
}

img.right {
	margin: 0 0 20px 30px;
}

p {
	margin: 0;
	padding-bottom: 15px;
	line-height: 1.5;
}

a, a:link, a:visited, a:active {
	color: #3d88c3;
}

ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

ul li {
	
}

.mobile-only {
	display: none;
}

.align-center {
	margin: 0 auto;
	display: block;
}

img {
	max-width: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

b,
strong {
	font-weight: bold;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/

button,
input,
select,
textarea {
	color: #404040;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	padding: 10px;
	outline: none;
	width: 100%;
	resize: none;
}

textarea {
	
}

.wpcf7-form {
	width: 70%;
}

/* -----------------------------------------------
   Site header
----------------------------------------------- */

#site-header {
	height: 200px;
	background: #fff;
	z-index: 2;
	border-bottom: 5px #000 solid;
}

/* -----------------------------------------------
   Nav
----------------------------------------------- */

.menu {
	width: 100%;
	font-size: 20px;
	line-height: 200px;
	padding: 0;
	margin: 0;
}

.menu li {
	display: inline-block;
}

.menu li a {
	color: #313131;
	padding: 0 40px;
}

.menu li a:hover {
	background: none;
	color: #666;
	
}

#logo {
	top: 5px;
}

#logo img {
	max-width: 65%;
}

/* -----------------------------------------------
   Flexslider
----------------------------------------------- */

#hero {
	max-height: 490px;
}

.flexslider {
	z-index: 1;
	margin: 0;
	background: none;
	border: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}

.flex-control-nav {
	z-index: 2;
	bottom: 5px;
}

/* -----------------------------------------------
   Page
----------------------------------------------- */

#page {
	padding: 90px 0;
	background: #fff;
	clear: both;
}

#logo-row {
	padding-top: 50px;
}

/* -----------------------------------------------
   Sidebar
----------------------------------------------- */

.widget-area {
	text-align: right;
}

.address {
	font-size: 20px;
	color: #5e5e5e;
}

/* -----------------------------------------------
   Site footer
----------------------------------------------- */

#site-footer {
	padding: 50px 0;
	color: #fff;
}

/* -----------------------------------------------
   Tablet
----------------------------------------------- */

@media (max-width: 1200px) {

	.menu {
		font-size: 16px;
	}

	.menu li a {
		padding: 0 20px;
	}

}

@media (max-width: 1000px) {

	.menu {
		
	}

	.menu li a {
		padding: 0 10px;
	}

}

@media (max-width: 767px) {

	#site-header {
		height: auto;
		padding: 10px 0;
	}

	.mobile-only {
		display: block;
		width: 25%;
		margin: 0 auto;
	}

	.menu {
		line-height: 1;
		font-size: 16px;
	}

	.menu li {
		display: block;
	}

	.menu li a {
		padding: 10px 0;
		display: block;
	}

	#logo {
		display: none;
	}

	#sidebar {
		text-align: left;
	}

}








































