/*
Theme Name: The Black Rabbit
Theme URI: http://www.beamtwenty3.co.uk
Description: Wordpress Theme By Neil Brown for The Black Rabbit
Version: 1.0
Author: Neil Brown
Author URI: http://www.beamtwenty3.co.uk
*/

/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
	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%;
		font: inherit;
		vertical-align: baseline; }
	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block; }
	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; }


/* #Basic Styles
================================================== */
	body {
		background: #fff;
		font-family: "Lucida Sans Typewriter", 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;	
		color: #444;
		-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
		-webkit-text-size-adjust: 100%;
 }


/* #Typography
================================================== */

	h1, h2, h3, h4, h5, h6 {
		color: #5b5b5b;
		font-weight: normal;
	}
	
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
	h1 { font-size: 24px; line-height: 45px; margin-bottom: 10px;}
	h2 { font-size: 20px; line-height: 40px; margin-bottom: 10px; }
	h3 { font-size: 18px; line-height: 34px; margin-bottom: 8px; }
	h4 { font-size: 16px; line-height: 30px; margin-bottom: 4px; }
	h5 { font-size: 15px; line-height: 24px; }
	h6 { font-size: 14px; line-height: 21px; }
	.subheader { color: #777; }

	p { 
		font-size: 14px;
		line-height: 24px;
		margin: 0 0 10px 0;
	}
	
	p img { margin: 0; }
	p.lead { font-size: 21px; line-height: 27px; color: #777;  }

	em { font-style: italic; }
	strong { font-weight: bold; color: #333; }
	small { font-size: 80%; }

/*	Blockquotes  */
	blockquote, blockquote p { font-size: 17px; line-height: 24px; color: #777; font-style: italic; }
	blockquote { margin: 0 0 20px; padding: 9px 20px 0 19px; border-left: 1px solid #ddd; }
	blockquote cite { display: block; font-size: 12px; color: #555; }
	blockquote cite:before { content: "\2014 \0020"; }
	blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #555; }

	hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 10px 0 30px; height: 0; }


/* #Links
================================================== */
	
	a, a:visited { 
	color: #6699CC;
	text-decoration: none;
	outline: 0;
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	-o-transition: all .1s linear;
	-ms-transition: all .1s linear;
	transition: all .1s linear;
	}
	
	a:hover, a:focus { 
	color: #666;
	text-decoration: none;
	}
	p a, p a:visited { line-height: inherit; }


/* #Lists
================================================== */
	ul, ol { margin-bottom: 20px; }
	ul { list-style: none outside; }
	ol { list-style: decimal; }
	ol, ul.square, ul.circle, ul.disc { margin-left: 30px; }
	ul.square { list-style: square outside; }
	ul.circle { list-style: circle outside; }
	ul.disc { list-style: disc outside; }

	
	li { 
	line-height: 18px;
	}
	
	ul.large li { line-height: 21px; }
	li p { line-height: 21px; }

/* #Images
================================================== */

	img {
		max-width: 100%;
		height: auto; }


/* #Buttons
================================================== */

 

	.cat-item a, .button,
	button,
	input[type="submit"],
	input[type="reset"],
	input[type="button"] {
	  border: 0px;
	  background-color: #6699CC;
	  -moz-border-radius: 3px;
	  -webkit-border-radius: 3px;
	  border-radius: 3px;
	  color: #fff !important;
	  display: inline-block;
	  font-size: 11px;
	  font-weight: bold;
	  text-decoration: none;
	  cursor: pointer;
	  margin-bottom: 20px;
	  line-height: normal;
	  padding: 8px 10px;
	  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	  	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	-o-transition: all .1s linear;
	-ms-transition: all .1s linear;
	transition: all .1s linear;
	  }

	.cat-item a:hover, .button:hover,
	button:hover,
	input[type="submit"]:hover,
	input[type="reset"]:hover,
	input[type="button"]:hover {
	  color: #eee;
	  background-color: #265c92;
	  border: 0px;
	  }

	.button:active,
	button:active,
	input[type="submit"]:active,
	input[type="reset"]:active,
	input[type="button"]:active {
		border: 0px;
		}

	.button.full-width,
	button.full-width,
	input[type="submit"].full-width,
	input[type="reset"].full-width,
	input[type="button"].full-width {
		width: 100%;
		padding-left: 0 !important;
		padding-right: 0 !important;
		text-align: center; }
		
		
	a.button:hover {
		text-decoration: none;
	}
	
	.button-2 {
	float: right;
	  border: 0px;
	  background-color: #EACA42;
	  -moz-border-radius: 3px;
	  -webkit-border-radius: 3px;
	  border-radius: 3px;
	  color: #fff !important;
	  display: inline-block;
	  font-size: 14px;
	  font-weight: bold;
	  text-decoration: none;
	  cursor: pointer;
	  margin-top: 7px;
	  line-height: normal;
	  padding: 7px 10px;
	  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	  	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	-o-transition: all .1s linear;
	-ms-transition: all .1s linear;
	transition: all .1s linear;
	  }

	.button-2:hover {
	  color: #eee;
	  background-color: #333;
	  border: 0px;
	  }	
	

	/* Fix for odd Mozilla border & padding issues */
	button::-moz-focus-inner,
	input::-moz-focus-inner {
    border: 0;
    padding: 0;
	}


/* #Forms
================================================== */

	form {
		margin-bottom: 20px; }
	fieldset {
		margin-bottom: 20px; }
	input[type="text"],
	input[type="password"],
	input[type="email"],
	textarea,
	select {
		border: 1px solid #ccc;
		padding: 6px 4px;
		outline: none;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		border-radius: 2px;
		font: 13px Verdana, Helvetica, Arial, sans-serif;
		color: #777;
		margin: 0;
		width: 95%;
		max-width: 100%;
		display: block;
		margin-bottom: 20px;
		background: #fff; }
	select {
		padding: 0; }
	input[type="text"]:focus,
	input[type="password"]:focus,
	input[type="email"]:focus,
	textarea:focus {
		border: 1px solid #EE2D67;
 		color: #444;
 		-moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
		-webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
		box-shadow:  0 0 3px rgba(0,0,0,.2); }
	textarea {
		min-height: 60px; }
	label,
	legend {
		display: block;
		font-weight: bold;
		font-size: 13px;  }
		
	select {
	width: 220px;
	margin-top: 15px;
	}
		
	input[type="checkbox"] {
		display: inline; }
	label span,
	legend span {
		font-weight: normal;
		font-size: 13px;
		color: #444; }

		span.req {
		color: #EE2D67;
		font-weight: bold;
		}

/* Header */

header {
	width: 100%;
	margin: 0 auto;
	padding: 20px 0px 10px 0px;
	background: #CCDEE5;
}

header img {
	width: 100%;
	display: block;
}

.twelve.columns.top-left {
	float: left;	
}
	
.twelve.columns.top-left p {
	font-size: 16px;
}
	
.four.columns.top-right {
	float: right;	
}

.top-left {
	text-align: left;
	margin-top: 10px;	
}

.top-right {
	text-align: right;	
}

.top-left p {
	font-size: 18px;
	margin: 0px 0px 5px 0px;
}

/* Slideshow */

.cycle-slideshow {
	width: 100%;
	margin: 0 auto 10px auto;
	position: relative;
	z-index: 1;
}

.cycle-slideshow img { 
    position: absolute; top: 0; left: 0;
    width: 100%; padding: 0; display: block;
}

.cycle-slideshow img:first-child {
    position: static; z-index: 100;
}

/* Shop Items */


.four.columns.shop-items {
	min-height: 300px;
}

.four.columns.shop-items img {
	opacity:1;
	filter:alpha(opacity=100); /* For IE8 and earlier */
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	-ms-transition: all .2s linear;
	transition: all .2s linear;
	-moz-transform: rotate(0);
}

.four.columns.shop-items img:hover {
	opacity:0.6;
	filter:alpha(opacity=60); /* For IE8 and earlier */
	-moz-transform: rotate(0);
}

.container.single-product {
	margin-top: 20px;
}

img.slideshow-thumb {
	width: 24%;
	cursor: pointer;
	margin: 0px 1% 1% 0px;
	float: left;
}

.shop-items h2 {
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	margin-top: 5px;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}

.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 75%;
	height: 75%;
}

.home .shop-items h2 {
	font-size: 16px;
	line-height: 20px;
}

.home-text {
	margin: 20px 0px 20px 0px;
}

/* Sidebar */

.side-links h3 {
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	margin-top: 5px;
}


/* press */

#masonry-loop .four.columns {
	margin-bottom: 20px;
}

/* Main Navigation */


nav.main {
	width: 100%;
	margin: 0 auto 10px auto;
	background-color: #666;
	position: relative;
	z-index: 200;
}

body.home nav.main {
	margin: 0 auto;
}


#main-nav {
	width: 100%;
	position: relative;
	z-index: 200;
	float: left;
	background-color: #666;
}

#main-nav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#main-nav li {
	float: left;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 1px;
	list-style: none;
	padding: 0px;
	background: none;
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	-o-transition: all .1s linear;
	-ms-transition: all .1s linear;
	transition: all .1s linear;
}

#main-nav li:hover {
	background-color: #333;
}

#main-nav a {
	display: block;
	font-weight: normal;
	padding: 10px 18px;
	margin: 0px;
	text-decoration: none;

}

#main-nav a:link,
#main-nav a:visited {
 color: #fff;
}

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

#main-nav li.current_page_item a, #main-nav li.current-menu-ancestor a, #main-nav li.current-menu-item a {
		background-color: #333;
	color: #fff;
}

#main-nav li.current_page_parent a {
	color: #fff;
}

/* #main-nav child dropdown lists */

#main-nav ul.sub-menu li {
	margin: 0px;
}

#main-nav ul.sub-menu a {
	background-color: #333;
	position: relative;
	z-index: 1000;
	font-size: 14px;
	padding: 5px 10px 5px 18px;
	width: 300px;
	color: #fff;
	line-height: 30px;
}

#main-nav ul.sub-menu a:hover {
	background-color: #666;
	color: #fff;
}

#main-nav li ul.sub-menu {
	position: absolute;
	width: 300px;
	left: -999em;
}

#main-nav li:hover ul.sub-menu {
	left: auto;
}

#footer-nav ul {
	margin: 10px 0px 10px 0px;
}


#footer-nav li {
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 1px;
	list-style: none;
	padding: 0px;
}


#footer-nav a {
	font-weight: normal;
	padding: 10px 0px;
	margin: 0px;
	text-decoration: none;
	color: #8b8b8b;
}

#footer-nav a:hover {
	color: #333;
}
	


/* Footer */

footer {
	width: 100%;
	margin: 20px auto 0 auto;
	padding: 10px 0px 10px 0px;
	background: #CCDEE5;
}

footer p {
	font-size: 12px;
	color: #8b8b8b;
	margin: 0px;
}

.eight.columns.social {
	text-align: right;
	margin-top: 80px;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

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

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}



div.wpcf7 {
	margin: 0px 0px 0px 0px !important;
	padding: 0;
}

div.wpcf7-mail-sent-ok {
	border: 0px solid #398f14 !important;
	color: #666 !important;
}

div.wpcf7-mail-sent-ng {
	border: 0px solid #ff0000 !important;
	color: #666 !important;
}

div.wpcf7-spam-blocked {
	border: 0px solid #ffa500 !important;
	color: #666 !important;
}

div.wpcf7-validation-errors {
	border: 0px solid #398f14 !important;
	color: #666 !important;
}

.wpcf7 {
	position: relative;
	z-index: 1;
}
