/*
Theme Name: 4shaw
Author: David Ajnered
Author URI: http://davidajnered.com
*/

@import url(fonts/league-gothic/league-gothic.css);
@import url(fonts/avenir/avenir.css);

/* =Notes
--------------------------------------------------------------
This stylesheet uses rem values with a pixel fallback. The rem
values (and line heights) are calculated using two variables:

$rembase:     14;
$line-height: 24;

---------- Examples

* Use a pixel value with a rem fallback for font-size, padding, margins, etc.
	padding: 5px 0;
	padding: 0.357142857rem 0; (5 / $rembase)

* Set a font-size and then set a line-height based on the font-size
	font-size: 16px
	font-size: 1.142857143rem; (16 / $rembase)
	line-height: 1.5; ($line-height / 16)

---------- Vertical spacing

Vertical spacing between most elements should use 24px or 48px
to maintain vertical rhythm:

.my-new-div {
	margin: 24px 0;
	margin: 1.714285714rem 0; ( 24 / $rembase )
}

---------- Further reading

http://snook.ca/archives/html_and_css/font-size-with-rem
http://blog.typekit.com/2011/11/09/type-study-sizing-the-legible-letter/


/* =Reset
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}
html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a:focus {
	outline: thin dotted;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
del {
	color: #333;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 24px;
	margin-bottom: 1.714285714rem;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size: smaller;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}

/* Clearing floats */
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
	clear: both;
}
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
	display: table;
	content: "";
}


/* =Repeatable patterns
-------------------------------------------------------------- */

html, body {
	height: 100%;
}
body {
	background: #000 url(http://4shaw.net.au/wp-content/uploads/2014/12/4SHAW_Big_Web_Background.jpg) no-repeat;
	font-size: 12px;
}
.page-wrapper {
	width: 960px;
	margin: 0px auto;
	background: #000;
	min-height: 100%;
}
.header {
	font-family: 'LeagueGothicRegular';
	font-size: 24px;
	position: relative;
}
.header h1 {
	background: #000 url(/wp-content/themes/4shaw/images/4SHAW_inline.png) no-repeat center center;
	height: 103px;
	padding: 20px 0px;
}
.header .social {
	position: absolute;
	top: 20px;
	right: 20px;
}
.header .social li {
	margin-bottom: 5px;
}
.social a {
	display: block;
	text-indent: -9999px;
	height: 30px;
	width: 30px;
}
.social a.twitter {
	background: url(images/twitter.png) no-repeat;
}
.social a.facebook {
	background: url(images/facebook.png) no-repeat;
}
.social a.instagram {
	background: url(images/instagram.png) no-repeat;
}
.header #menu-default {
	background: #4d4d4d;
	overflow: hidden;
	padding-left: 40px;
}
.header #menu-default li {
	float: left;
}
.header #menu-default li a,
.header #searchform label {
	display: block;
	color: #e6e6e6;
	text-decoration: none;
	padding: 10px 5px 0px;
	margin-bottom: -4px;
	text-transform: uppercase;
}
.header #menu-default li a:hover {
	background: #6d6d6d;
}
.header #menu-default li ul.sub {
	position: absolute;
	left: 80px;
	background: #fff;
	margin: 0px;
	padding: 0px;
}
.header #menu-default li ul.sub li {
}
.header #menu-default li ul.sub li a {
	color: #4d4d4d;
}
.header #menu-default li ul.sub li a:hover {
	background: #00aeef;
	color: #fff;
}
.header #searchform {
	float: right;
	background: #4d4d4d;
	overflow: hidden;
	width: 230px;
	position: relative;
}
.header #searchform label {
	float: left;
	width: 55px;
}
.header #searchform input[type=text] {
	border: 0px;
	height: 19px;
	padding: 5px;
	width: 155px;
	background: #6d6d6d;
	color: #e6e6e6;
}
.header #searchform input[type=submit] {
	background: url(images/search-icon.png) no-repeat;
	border: 0px;
	text-indent: -9999px;
	height: 18px;
	width: 18px;
	position: absolute;
	top: 7px;
	right: 5px;
	cursor: pointer;
}


/* Footer */
.footer {
	position: relative;
	height: 176px;
	background: #000 url(images/footer.png) no-repeat;
	text-align: right;
	text-transform: uppercase;
	font-family: 'LeagueGothicRegular';
	color: #4d4d4d;
	font-size: 16px;
}
.footer .copy {
	float: right;
	clear: both;
	position: absolute;
	bottom: 10px;
	right: 10px;
}
.footer .copy a {
	text-decoration: none;
	color: #4d4d4d;
}
.footer .social {
	float: right;
	clear: both;
	margin-top: 20px;
}
.footer .social li {
	float: left;
	margin-right: 10px;
}
.footer .social li:last-child {
	margin-right: 5px;
}
.footer .social a {
	text-align: left;
}
.content-wrapper {
	overflow: hidden;
	background: #fff;
	padding: 50px 10px;
	width: 950px;
}
.content-wrapper .left-column {
	width: 230px;
	float: left;
}
.content-wrapper .left-column .widget img {
	max-width: 230px !important;
	height: auto;
}
.content-wrapper .left-column .widget h2 {
	margin-bottom: 0px;
}
.content-wrapper .left-column .widget p {
	margin-left: 10px;
}
.content-wrapper .left-column .widget p a {
	color: #00aeef;
	text-decoration: none;
}
.content-wrapper .left-column .widget p a:hover {
	text-decoration: underline;
}
.content-wrapper .main-content {
	width: 430px;
	padding-left: 40px;
	margin: 0px 10px;
	float: left;
}
.content-wrapper .right-column {
	width: 160px;
	float: right;
}

.content-wrapper h1,
.content-wrapper h2,
.content-wrapper h3,
.content-wrapper h4,
.content-wrapper h5,
.content-wrapper h6 {
	font-family: 'LeagueGothicRegular';
	line-height: 1.3em;
}

.content-wrapper h1 {
	font-size: 80px;
	color: #fff;
	background: #00aeef;
	padding: 150px 10px 0px;
	text-transform: uppercase;
}
.content-wrapper h2 {
	font-size: 50px;
	color: #4d4d4d;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.content-wrapper .main-content h2 {
	line-height: 50px;
}
.content-wrapper .main-content a {
	color: #00b0f0;
	text-decoration: none;
}
.content-wrapper .main-content a:hover {
	text-decoration: underline;
}
.content-wrapper h3 {
	font-family: "Avenir LT W01 85 Heavy";
	font-size: 18px;
	color: #00b0f0;
	text-transform: uppercase;
}
.content-wrapper blockquote {
	font-family: 'LeagueGothicRegular';
	font-size: 30px;
	margin-left: -40px;
	color: #4d4d4d;
	line-height: 30px;
	text-transform: uppercase;
}
.content-wrapper blockquote .quote:before {
   content: '" ';	
}
.content-wrapper blockquote .quote:after {
   content: ' "';	
}
.content-wrapper blockquote .author:before {
   content: ' - ';	
}
.content-wrapper blockquote .author {
	font-size: 25px;
	margin-left: 10px;
}
.content-wrapper p {
	margin-bottom: 20px;
}
.content-wrapper {
	color: #bbb;
	line-height: 1.5em;
	font-size: 14px;
	font-family: "Avenir LT W01 35 Light";
}
.content-wrapper .right-column ul {
	margin: 0px;
	padding: 0px;
}
.content-wrapper .right-column ul li {
	margin-bottom: 20px;
}
.content-wrapper .right-column ul li a {
	color: #bbb;
	font-family: 'LeagueGothicRegular';
	letter-spacing: 1px;
	font-size: 22px;
	text-transform: uppercase;
	text-decoration: none;
	margin: 0px;
}
.content-wrapper .right-column ul li a:hover {
	color: #999;
}

/* Riders */
.rider {
	margin-bottom: 40px;
	overflow: hidden;
}
.rider h2 {
	margin-bottom: 5px;
	line-height: 45px;
}
.rider h2 img {
	vertical-align: top;
	margin: 0px 0px 0px 5px;
}
.rider img.wp-post-image {
	float: left;
	margin: 5px 10px 0px 0px;
}
.rider .rider-content {
	float: left;
	width: 240px;
	margin-right: 20px;
}
.rider .rider-content p:last-child {
	margin-bottom: 0px;
}
.rider .achievements {
	text-transform: uppercase;
	font-family: 'LeagueGothicRegular';
	font-size: 22px;
	letter-spacing: 1px;
}
.rider a {
	text-transform: uppercase;
	font-family: 'LeagueGothicRegular';
	font-size: 22px;
	letter-spacing: 1px;
}
.rider .achievements li {
	margin-bottom: 10px;
}

/* Dealer */
.dealer {
	margin-bottom: 40px;
	overflow: hidden;
}
.dealer h2 {
	margin-bottom: 5px;
	line-height: 40px;
}
.dealer a.website {
	text-transform: uppercase;
	font-family: 'LeagueGothicRegular';
	font-size: 22px;
	letter-spacing: 1px;
}

/* News */
.posts {
	width: 560px;
}
.post img.wp-post-image {
	float: left;
	margin: 5px 10px 0px 0px;
}
.post .post-content {
	float: left;
	width: 370px;
	margin-right: 20px;
}
.post.full-width .post-content {
	width: 560px;
}

/* Front page */
body.page-home .upper {
	overflow: hidden;
}
body.page-home .downer {
	overflow: hidden;
	margin-top: 20px;
}
body.page-home .content-wrapper {
	padding-left: 0px;
}
body.page-home .right-column {
	float: left;
	margin-left: 20px;
	height: 470px;
	position: relative;
}
.slideshow-wrapper {
	float: left;
	position: relative;
}
.slideshow-navigation {
	position: absolute;
	top: 220px;
	left: 0px;
	width: 710px;
	z-index: 9999;
}
.slideshow-navigation .previous a {
 	float: left;
	margin-left: 20px;
	display: none;
}
.slideshow-navigation .next a {
	float: right;
	margin-right: 20px;
	background: url(images/slideshow-next.png) no-repeat;
	height: 24px;
	width: 24px;
	text-indent: -9999px;
}
.slideshow {
	height: 470px;
	width: 710px;
}
.slideshow li {
	position: relative;
	line-height: 0;
	height: 470px;
}
.slideshow li img {
	line-height: 0px;
}
.slideshow li div {
	position: absolute;
	bottom: 0px;
	left: 0px;
	background: #00aeef;
	padding: 10px;
	text-transform: uppercase;
	font-family: 'LeagueGothicRegular';
	font-size: 62px;
	line-height: 1em;
	color: #fff;
}
.slideshow li .more {
	display: block;
	position: absolute;
	bottom: 0px;
	right: 0px;
}

.downer .left {
	height: 480px;
	width: 400px;
	margin-left: 10px;
	float: left;
	position: relative;
}
.downer .right {
	width: 520px;
	float: left;
	margin-left: 10px;
}
.downer .left h2 {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 130px;
	line-height: 0.9em;
	color: #fff;
	background: #00aeef;
	padding: 10px;
	text-transform: uppercase;
	font-family: 'LeagueGothicRegular';
}
.downer .left a {
	position: absolute;
}
.downer .reppin {
	overflow: hidden;
}
.downer .reppin li {
	position: relative;
	float: left;
	width: 150px;
	background: #e6e6e6;
	margin: 0px 20px 20px 0px;
	padding: 20px 5px 0px 5px;
	line-height: 0.7em;
}
.downer .reppin li a {
	text-decoration: none;
	text-transform: uppercase;
	color: #808080;
	font-family: 'LeagueGothicRegular';
	font-size: 20px;
}
.downer .reppin li:nth-child(3n+3) {
	margin-right: 0px;
}
.downer .reppin li img {
	position: absolute;
	top: 0px;
	right: 0px;
}
.product-pushes {
	margin-top: 20px;
}
.product-pushes li {
	float: left;
	margin-right: 10px;
	margin-top:10px;
}
.product-pushes li:last-child {
	margin-right: 0px;
}
.product-pushes .image-wrapper {
	height: 150px;
	width: 160px;
	background: #f5f5f5;
	position: relative;
	text-align: center;
}
.product-pushes .image-wrapper img {
	max-height: 150px;
	max-width: 160px;
}
.product-pushes .image-wrapper span.arrow {
	position: absolute;
	bottom: 10px;
	right: 10px;
	display: block;
	background: url(images/slideshow-next.png) no-repeat;
	text-indent: -9999px;
	height: 24px;
	width: 24px;
}
.title-and-price-wrapper {
	position: relative;
	background: #00aeef;
	float: left;
	margin-top: 5px;
	text-transform: uppercase;
	color: #fff;
	padding: 10px;
	font-size: 16px;
	width: 140px;
	height: 60px;
}
.title-and-price-wrapper .price {
	position: absolute;
	bottom: 5px;
	right: 10px;
}
.title-and-price-wrapper .price .price-prefix {
	float: left;
	margin: -3px 3px 0px 0px;
}
.title-and-price-wrapper .price .price-value {
	float: left;
	font-size: 20px;
}
/* Generic */
a.more,
span.more {
	display: block;
	height: 30px;
	width: 100px;
	background: url(images/more-button.png) no-repeat;
	text-indent: -9999px;
}
a.more.bottom,
span.more.bottom {
	position: absolute;
	bottom: 0px;
}
a.more:hover,
span.more {
	opacity: 0.9;
}

/* Search */
.search-results li {
	margin-bottom: 20px;
}
.search-results li a {
	margin-top: 10px;
}

/* Contact */
.wpcf7 {
	
}
.wpcf7 label {
	display: block;
	font-family: 'LeagueGothicRegular';
	font-size: 24px;
	color: #777;
	margin-bottom: 5px;
}
.wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 textarea {
	border: 1px solid #ccc;
	padding: 5px;
	margin: 0px 0px 15px;
	width: 300px;
}
.wpcf7 input[type=submit] {
	background: #00aeef;
	border: 0px;
	padding: 10px 20px;
	font-family: 'LeagueGothicRegular';
	color: #fff;
	font-size: 24px;
	cursor: pointer;
}
.wpcf7 .wpcf7-response-output {
	margin: 20px 0px;
	border-color: #00aeef;
}
.wpcf7 .wpcf7-form-control-wrap {
	display: block;
}
.wpcf7 span.wpcf7-not-valid-tip {
	top: 0px;
	left: 0px;
	line-height: 1em;
	padding: 5px;
	width: 300px;
	border: 1px dashed #00aeef;
}


/*search*/
.product-data-wrapper {
	overflow: hidden;
	margin-top: 10px;
}
.product-data-wrapper .img-wrapper {
	max-width: 100px;
	float: left;
}
.product-data-wrapper .img-wrapper a {
	margin-top: 0px;
}
.product-data-wrapper img {
	max-width: 100px;
	line-height: 0px;
	display: block;
}
.product-data-wrapper #care,
.product-data-wrapper #specs {
	display: none;
}
.product-data-wrapper #guff h2 { display: none; }
.product-data-wrapper .product-data {
	float: left;
	width: 300px;
	margin-left: 20px;
}
.product-data-wrapper .price {
	color: #00b0f0;
	text-transform: uppercase;
	font-weight: bold;
}

ul#rider-index,
ul.dealer-index {
	margin-bottom: 20px;
}
ul#rider-index li {
	margin-bottom: 3px !important;
}
ul.dealer-index li {
	margin-bottom: 15px !important;
}