/* Theme Name: Bicycle Doctor 
Theme URI: http://www.origamipenguin.com/
Description: A theme built for Bicycle Doctor. 
Author: Luke Breen 
Author URI: http://www.origamipenguin.com/
Version: 1.0 
Tags: responsive 
bootstrap License: Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0) 
License URI: http://creativecommons.org/licenses/by-sa/3.0/ 

/* Theme Styles */

@import url('bootstrap/css/bootstrap.css'); 
@import url('bootstrap/css/bootstrap-responsive.css'); 

.right {
float: right;
}

.left {
float: left;
}

.content img.alignleft {
text-align: left;
float: left;
padding: 0 10px 10px 0;
}

.content img.alignright {
text-align: right;
float: right;
padding: 0 0 10px 10px;
}

img {
vertical-align: inherit !important;
}

.bg-container { 
     background-image: url(images/bg.jpg);
     background-repeat: repeat;
}

.bike-track {
 	background-image: url(images/bike-doc-bg.jpg);
    background-repeat: repeat-x;
    background-position: top;
}

.top-padding {
	padding-top: 60px;
	}

p, li {
	color: black;
}
ul {
	margin-bottom: 10px;
}

a, a h3, a h4 {
	color: #39F;
}

a:hover, a:hover h3, a:hover h4 {
	color: #9dc52d;
}

h1, h2, h3, h4, h5 {
	font-family: Tahoma, helvetica, sanserif;
	font-weight: bold; 
} 

h2 {
	font-size: 30px;
}

h3 {
	font-size: 25px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 15px;
}
.holding-page img{
	max-width: 600px;
	text-align: center;
}
.middle {
	margin-right: auto !important;
	margin-left: auto !important;
	}
	
.main-block img.border_corner {
	border: 1px solid #DFDBDF;
	margin-bottom: 10px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.main-block h1, .main-block h2, .main-block h3 {
	margin: 0 0 10px 0;
}

.half-width {
	width: 48%;
	border: 1px solid #DFDBDF;
	margin-bottom: 10px;
	background-image: url(images/corner-detail.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
	background-color: white;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.half-container {
padding: 0px 20px 0px 20px;
}

.hero-unit {
padding: 20px 40px;
margin-bottom: 30px;
font-size: 18px;
font-weight: 200;
line-height: 30px;
color: inherit;
background-color: #EEE;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
background-image: url(images/banner-image.jpg);
background-position: right;
border: 1px solid black;
}

.home-post-image {
	max-height: 200px;
	overflow: hidden;
}

.logo-block {
text-align: center;
}

.hero-unit h1 {
font-size: 45px;
}
/* Theme Styles End*/


/* Nav Menu Styles */
.navbar-div {
	width: 75%;
	float: left;
	}
	
.search-box {
	padding: 10px 0 0 0;
	text-align: right;
	}

#searchform {
	margin: 0;
	}	
	
#strapline-box {
	width: 455px;
	float: right;
	padding: 10px 0 10px 0;
}

.menu-header_menu-container {
padding: 80px 0 0 0;
}
	
 .menu-header_menu-container ul.menu {
   list-style-type : none;
   text-align : right; 
 }
 

 
 .menu-top_menu-container ul.menu {
 margin: 13px 0 0 0;
 }
 
 .menu-top_menu-container ul.menu li, .menu-foot_menu-container ul.menu li{
display: inline;
 margin: 0px 20px 0px 0px;
 font-size: 12px;
 font-weight: normal;
 } 
 
 .menu-foot_menu-container ul.menu li a {
 color: black;
 }

.menu-foot_menu-container ul.menu{
text-align: center;
 } 
 
 .menu-top_menu-container ul.menu li a {
  color: black;
 }

#menu-main-nav {
margin: 35px 0 0 0;	
}

/* Drop Down Menu */


/*
* Navigation
*/



ul#menu-main-navigation {
	float: right;
	margin: 3px 0;
}

ul#menu-main-navigation li {
	float: left;
	list-style: none;
	font-size: 100; /* 14px / 13px */
}

ul#menu-main-navigation li:hover {
	background: #222222;
}

ul#menu-main-navigation li a {
	display: block;
	color: #fff;
	cursor: pointer;
	padding: 9px 13px;
}

ul#menu-main-navigation li a:hover {
	color: #fec641;
	text-decoration: none;
}


/* dropdown */


ul#menu-header_menu {
	float: right;
	margin: 3px 0;
}

ul#menu-header_menu li {
	float: left;
	list-style: none;
	font-size: 100; /* 14px / 13px */
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

ul#menu-header_menu li:hover {
	background: black;
}

ul#menu-header_menu li a {
	display: block;
	cursor: pointer;
	padding: 4px 12px;
	font-weight: bold;
	font-size: 15px;
}

ul#menu-header_menu li a:hover {
	color: #9dc52d;
	text-decoration: none;
}

ul#menu-header_menu li ul {
	position: absolute;
	width: 170px;
	left: -9999em;
	clear: left;
	margin: 0;
	text-transform: none;
	z-index: 20000;
}

ul#menu-header_menu li:hover ul {
	left: auto;
}

ul#menu-header_menu li ul li {
	font-size: 12px;
	clear: left;
}

ul#menu-header_menu li.sub ul li a:hover {
	border-bottom: none;
	margin: 0;
}

ul.sub-menu li {
	display: list-item !important;
	list-style: none;
	text-align: left;
	margin-top: 2px;
	background-color: black;
	
}

/* Drop Down Menu End*/

ul#menu-top-menu {
	text-align: left;
	margin: 10px 0 0 0;
	}
	
ul#menu-top-menu li {
	margin: 0px 25px 0 0;	
	 display: inline;
	}
	
ul#menu-top-menu li a {
	color: #777776;
	font-size: 12px;
	font-weight: normal;
	}
	
ul#menu-top-menu-1 {
	text-align: center;
	}
	
.device-secondary-nav ul.nav li {
	margin: 0px 25px 0 0;	
	display: inline;
	}
	
.device-secondary-nav ul.nav li a {
	color: #777776;
	font-size: 12px;
	font-weight: normal;
	} 

.device-secondary-nav {
	text-align: left;
	}
	
.navbar-inverse .navbar-inner {
	background-color: #ededed;
	background-image: none;
	border-bottom: white;
	}
	
.navbar-inside-wrap {
min-height: 40px;
padding-left: 20px;
padding-right: 20px;
background-color: #FAFAFA;
background-image: -moz-linear-gradient(top, white, #F2F2F2);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), to(#F2F2F2));
background-image: -webkit-linear-gradient(top, white, #F2F2F2);
background-image: -o-linear-gradient(top, white, #F2F2F2);
background-image: linear-gradient(to bottom, white, #F2F2F2);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
border: 1px solid #D4D4D4;
-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
}
/* Nav Menu Styles End */

/* Home Style */

.logo-container {
	text-align: center;
	}
	
.banner-thumb img {
	max-height: 100px;
	width: auto;
	float: left;
	margin-right: 10px;
	}

.banner-wrap {
margin-bottom: 15px;
padding: 10px 20px;
border: 1px solid #DFDBDF;
background-color: white;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
}

.banner-content h2 {
font-size: 40px;
font-family: ubuntu, san-serif;
font-weight: 400 !important;
font-style: italic;
color: #9DC52D !important;
padding-left: 10px;
}

.banner-content p {
font-weight: normal !important;
padding-left: 10px;
font-size: 16px;
margin-top: 18px;
}

.intro_text {
padding-bottom: 40px;
}

ul.products li.product h3 {
	line-height: 15px;
	font-size: 12px;
	text-align: center;
	padding: 0 5px 5px 5px;
	}
	
.searchbar-div form {
margin: 0 0 0px;
width: 100%;
}
	
/* Home Style End*/

/* block Styles */

.widget {
	padding: 0px 20px 10px 20px;
	border: 1px solid #DFDBDF;
	margin-bottom: 10px;
	background-color: white;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	}

.main-block {
	padding: 20px 20px 0px 20px;
	border: 1px solid #DFDBDF;
	margin-bottom: 10px;
	background-image: url(images/corner-detail.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
	background-color: white;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.blog-post-wrap {
	padding: 10px 20px 0px 20px;
	}

.padded {
	padding: 20px;
}

.widget ul, .widget ul.menu {
	margin: 0px;
	padding: 0px;
}

.widget ul li {
list-style: none;
	padding: 0px;
	font-weight: bold;
	list-style: none;
	text-align: left;
}

.widget ul li ul li {
	padding: 0 0 0 10px;
	font-weight: normal;
	font-size: 12px;
}

.widget .textwidget iframe[style] {width: 100% !important;}

.foot-widget-area .widget ul li, .foot-widget-area .widget ul.menu li, .foot-widget-area .textwidget {
	list-style: none;
	margin: 0 0 2px 0;
	padding: 5px;
	border-bottom: 1px solid #85AD74;
	font-weight: bold;
	list-style: none;
	text-align: left;
	line-height: 17px;
}

.foot-widget-area .widget h4 {
	font-size: 18px;
	line-height: 18px;
	padding: 0 0 5px 5px;
	background-image: url(images/track-line.png);
	background-repeat: repeat-x;
	color: white;
	margin: 5px 0 5px 0 !important;
	}

.center {
	margin: auto;
	}
	
li.widget {
	list-style: none;
	}
	
.foot-widget-area .widget {
	padding: 0px;
	background-color: #EDEDED;
	border: none;
	}
	
.share-this {
	padding: 20px;
	text-align: center;
	}

/* block Styles End */

/* blog Styles */

.blog-post-wrap .wp-post-image {
	clear: both;
	float: left;
	margin: 10px 10px 20px 0;
	background-color: white;
	box-shadow: 0 1px 3px 0 rgba(0,0,0,0.4);
	-webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.4);
	-moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.4);
	}

#comment {
width: 98% !important;
}
/* blog Styles End*/

#fb-root {
    display: none;
}

.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
    width: 100% !important;
}

/* footer Styles */


	
.foot-sign-off {
	background-color: #b3b2b2;
	border-bottom: 10px solid #39F;
	padding: 30px 0 20px 0;
	}
	
.foot-sign-off p {
	font-size: 12px;
	color: white;
	line-height: 70%;
	text-align: left;
	}
	
.darker-background {
	background-color: #EDEDED;
	padding: 25px;
	}

.even-darker-background {
min-height: 40px;
padding: 15px 0 0 0;
background-color: #FAFAFA;
background-image: -moz-linear-gradient(top, white, #F2F2F2);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), to(#F2F2F2));
background-image: -webkit-linear-gradient(top, white, #F2F2F2);
background-image: -o-linear-gradient(top, white, #F2F2F2);
background-image: linear-gradient(to bottom, white, #F2F2F2);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
border: 1px solid #D4D4D4;
-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
	}
	
.made-in img {
	float: right;
	}

/* footer Styles End*/

/* Page styles */

#contact-form-comment-8-comment {
	width: 99%;
	height: 200px;
	}
#crumbs, #breadcrumbs {	
	margin: 0 0 1em;
	padding: 0;
	font-size: 0.92em;
	color: #777;
	}
	
#breadcrumb a {
	color: #39F;
	}
	
.shop_table {
	background-color: white;
	}
/* Page styles End */

/* woocommerce Styles */

ul.products li.product .price {
color: black;
font-weight: bold;
}

div.product .product_title {
	font-size: 35px !important;
	line-height: 35px !important;
	}
	
.thumb-labels {
	border: 1px solid #DFDBDF;
	text-align: center;
	padding: 0 0 15px 0;
	background-color: white;
	}
	
.thumb-labels p {
	margin: 0px;
	}
	
.thumb-labels a:hover p, .thumb-labels a:hover h3 {
	color: #9dc52d;
	}
	
.thumb-labels .add_to_cart_button {
	margin: 5px 0 0 0;
	}
	
.price-line {
	padding: 0 0 10px 0;
}
	
.add_to_cart_button {
	font-size: 12px !important;
	}

p.meta {
	margin: 0 0 5px 0;
	font-size: 12px;
	}
	
p.meta span.dental-price {
	text-decoration: line-through;
	}
	
p.our-price {
	font-weight: bold;
	}
	
.home-thumbs .products ul, ul.products {
	margin: 0 0 0px 0px !important;
	}
	
.home-thumbs ul.products li.product {
	margin-bottom: 15px !important;
	}
	
.last {
	margin-right: 0px !important;
	}
	
.single-product {
	padding: 20px;
	}
	
.variations .label {
	margin: 1px 10px 0 0;
	padding: 5px 0px 4px 0px;
	}
	
.variations .label label {
	margin: 0 0 0 10px;
	}
	
li.current-cat a, li.current-menu-item a {
	color: #9dc52d;
	}
	
.widget_shopping_cart p.buttons a.button {
	margin: 0 0 10px 0;
	}
	
ul.products li.product {	
	text-align: center;
}

div.product .woocommerce_tabs .panel, #content div.product .woocommerce_tabs .panel {
background-color: white;
padding: 10px 20px 0 20px;
margin: -23px 0 0 0;
border-bottom: 1px solid #DFDBDF;
border-right: 1px solid #DFDBDF;
border-left: 1px solid #DFDBDF;
}

.related ul.products li.product, .related ul li.product, .upsells.products ul.products li.product, .upsells.products ul li.product {
width: 22.05%;
}

#content div.product div.images img{width: auto; max-width:100%;}

div.product span.price, div.product p.price, #content div.product span.price, #content div.product p.price {
color: #9dc52d !important;
}

/* woocommerce Styles */

.price .amount, .price ins .amount {
	font-weight: 700;
	font-size: 25px;
	text-decoration: none !important;
	}
	
.price del .amount {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	margin: -2px 0 0 0;
	text-transform: uppercase;
	color: rgba(134,80,117,0.5);
	}
	
.star-rating {
	display: none !important;
	}
	
.dental-price {
	text-decoration: line-through;
	font-size: 13px;
	}
	
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	padding: 0 0 10px 0 !important;
	background-color: white;
	border: 1px solid #DFDBDF;
	text-align: center;
	margin: 0 3.5% 2.992em 0 !important;
}

input[type="number"] {
	margin-bottom: 0;
}

.woocommerce .related ul.products li.product, .woocommerce .related ul li.product, .woocommerce .upsells.products ul.products li.product, .woocommerce .upsells.products ul li.product, .woocommerce-page .related ul.products li.product, .woocommerce-page .related ul li.product, .woocommerce-page .upsells.products ul.products li.product, .woocommerce-page .upsells.products ul li.product {
float: left;
margin: 0 3% 2.992em 0;
padding: 0 0 10px 0;
position: relative;
width: 22.05% !important;
margin-left: 0;
}

.woocommerce ul.products li.last, .woocommerce-page ul.products li.last {
	margin-right: 0 !important;
}

/* woocommerce Styles End */

/* Media Queries */

@media screen and (max-width: 1199px) {

	.widget select {
	max-width: 180px !important;
	}
}


@media screen and (max-width: 979px) {
	ul.products li.product {
	float: left;
	margin: 0 3.8% 2.992em 0;
	padding: 0;
	position: relative;
	width: 40.10% !important;
	margin-left: 0;
	}
	
	ul#menu-header_menu li a {
	font-size: 14px;
	}

	#menu-main-nav {
	margin: 18px 0 0 0;
	}
	
	ul.products li.product {
	float: left;
	margin: 0 5% 2.992em 5%;
	padding: 0;
	position: relative;
	width: 45% !important;
	margin-left: 0;
	}

	.widget select {
	max-width: 125px !important;
	}
}

@media screen and (max-width: 449px) {
	ul.products li.product {
	float: left;
	margin: 0 3.8% 2.992em 0;
	padding: 0;
	position: relative;
	width: 100% !important;
	margin-left: 0;
	}
}

@media screen and (max-width: 767px) {
	#menu-top_menu, #menu-header_menu {
	text-align: center;
	}
	#strapline-box {
	width: 100%;
	float: none;
	padding: 10px 0 10px 0;
	text-align: center;
	}
	.foot-sign-off, .foot-sign-off p {
	text-align: center;
	}
	.summary {
	width: 100% !important;
	}
	div.product div.images, #content div.product div.images {
	width: 100% !important;
	max-width: 400px !important;
	}
	.widget select {
	max-width: none !important;
	}
}


/* Media Queries End*/