/*   
Theme Name: bywill
Theme URI: www.bywill.co.uk
Description: Custom theme
Author: 
Author URI: 
Version: 1.0
Tags: blue, white, light, right-sidebar, fixed-width
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
@import url('reset.css');
@import url('grid.css');
/* Default font settings. */
html {	font-size:100.01%;}
body {
	font-size: 16px;
	color: #303030;
	background: #fff;
	font-family: Arial, sans-serif;
	font-weight: 400;
	line-height: 18px;
}
/* Headings */
h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
	color: #333333;
}
h1, h2, h3 {

}
h1 {
	font-size: 45px;
	font-weight: 300;
	margin-bottom: 28px;
	line-height: 48px;
	color: #898500
}
h2 {
	font-size: 17px;
	margin-bottom: 7px;
	text-transform: uppercase;
	font-weight: 400;
	color: #898500;
}
.article h2 {
	font-size: 22px;
	margin-bottom: 24px;
	font-weight: 400;
	color: #303030;
}
h3 {
	font-weight: 700;
	font-size: 17px;
	margin-bottom: 15px;
}
h4 {	font-size: 16px; line-height: 18px; color: #13b5ea;	margin-bottom: 8px;}
h5 {	font-size: 14px;	margin-bottom: 8px;}
h6 {	font-size: 12px;	margin-bottom: 8px;}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
	margin: 0;
}
/* Text elements */::-moz-selection{ background: #06F; color:#fff; text-shadow: none; }::selection { background:#06F; color:#fff; text-shadow: none; }
p {
	margin: 0 0 15px;
	font-size: 16px;
}
p img.left {
	float: left;
	margin: 15px 15px 15px 0;
	padding: 0;
}
p img.right {
	float: right;
	margin: 15px 0 15px 15px;
}
img {
	max-width: 100%;
	height: auto;
}
blockquote {
	margin: 15px;
	color: #666;
	font-style: italic;
}
strong {
	font-weight: bold;
}
em, dfn {
	font-style: italic;
}
dfn {
	font-weight: bold;
}
sup, sub {
	line-height: 0;
}
abbr, acronym {
	border-bottom: 1px dotted #ccc;
}
address {
	margin: 0 0 15px;
	font-style: italic;
}
del {
	color:#ccc;
}
pre {
	margin: 15px 0;
	white-space: pre;
}
pre, code, tt {
	font: 14px 'andale mono', 'lucida console', monospace;
	line-height: 20px;
}
hr {
	border-style: none;
	border-bottom: 2px solid #898500;
	margin-top: 40px;
	margin-bottom: 40px;
}
hr.foot {
	margin-top: 30px;
	margin-bottom: 30px;
}
/* Lists */
ol #commentlist {
    margin: 0px 0px 10px 0px;
}
#commentlist li {
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 10px 0px;
	border-bottom: 1px dotted #ccc;
}
li ul, li ol {
	margin: 0;
}
ul, ol {
	margin: 0 15px 15px 0;
	padding-left: 20px;
}
nav ul, #sidebar ul {
	list-style-type: none;
    padding: 0px;
    margin: 0px 0px 10px 0px;
}
nav ul li {
	float: left;
}	
#sidebar li {
	list-style-type: none;
    padding: 0px;
    margin: 0px;
}
ul {
	list-style-type: disc;
}
ol {
	list-style-type: decimal;
}
dl {
	margin: 0 0 15px 0;
}
dl dt {
	font-weight: bold;
}
dd {
	margin-left: 20px;
}
/* Tables */
table {
	margin-bottom: 20px;
	width:100%;
}
th {
	font-weight: bold;
}
thead th {
	background: #c3d9ff;
}
th, td, caption {
	padding: 4px 10px 4px 5px;
}
tr.even td {
	background: #e5ecf9;
}
tfoot {
	font-style: italic;
}
caption {
	background: #eee;
}
/* Misc classes */
.small {
	font-size: 10px;
	margin-bottom: 8px;
	line-height: 18px;
}
.large {
	font-size: 19px;
	line-height: 19px;
	margin-bottom: 20px;
}
.hide {
	display: none;
}
.quiet {
	color: #888;
}
.loud {
	color: #000;
}
.highlight {
	background:#ff0;
}
.added {
	background:#060;
	color: #fff;
}
.removed {
	background:#900;
	color: #fff;
}
.first {
	margin-left:0;
	padding-left:0;}
.last {
	margin-right:0;
	padding-right:0;
}
.top {
	margin-top:0;
	padding-top:0;
}
.bottom {
	margin-bottom:0;
	padding-bottom:0;
}
.postmetadata {
      margin: 0px 0px 0px 0px;
      padding: 0px 0px 30px 0px;
}
.meta {
      font-size: 10px;
}
/* --------------------------------------------------------------
   forms
   * Sets up some default styling for forms
   * Gives you classes to enhance your forms
   Usage:
   * For text fields, use class .title or .text
   * For inline forms, use .inline (even when using columns)
-------------------------------------------------------------- */
label {
}
fieldset {
	padding:22px;
	margin: 0 0 24px 0;
	border: 1px solid #ccc;
}
legend {
	font-weight: bold;
	font-size:19px;
}
/* Form fields */
input[type=text], input[type=password], input.text, input.title, textarea, select, input[type=email] {
	background-color:#fff;
	border:1px solid #ccc;
	padding: 5px;
}
input[type=text]:focus, input[type=password]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus, input[type=email]:focus {
	border-color:#777;
}
input[type=text], input[type=password], input.text, input.title, textarea, select , input[type=email]{
	margin:8px 0;
}
input.text, input.title, input[type=email] {
	max-width: 300px;
	width: 80%;
	padding:5px;
}
input.title {
	font-size:24px;
}
textarea {
	width: 600px;
	max-width: 90%;
	height: 150px;
	padding:5px;
}
input[type=checkbox], input[type=radio], input.checkbox, input.radio {
	position:relative;
	top:4px;
}
form.inline {
	line-height:3;
}
form.inline p {
	margin-bottom:0;
}
/* Success, notice and error boxes */
.error, .notice, .success {
	padding: 12px;
	margin-bottom: 16px;
	border: 2px solid #ddd;
}
.error {
	background: #FBE3E4;
	color: #8a1f11;
	border-color: #FBC2C4;
}
.notice {
	background: #FFF6BF;
	color: #514721;
	border-color: #FFD324;
}
.success {
	background: #E6EFC2;
	color: #264409;
	border-color: #C6D880;
}
.error a {
	color: #8a1f11;
}
.notice a {
	color: #514721;
}
.success a {
	color: #264409;
}
/* links */ 
a {
	color: #333333;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
/* Misc */
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
.wp-caption-text {
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
	margin-right: 40px;
}
.alignright {
	float: right;
	margin-left: 40px;
}
.gallery-caption {
}
/* post */
.meta {
	word-wrap: break-word;
}
.sticky {
}
.bypostauthor {
}
/* Comments */#commentlist p {        margin: 0px;        font-size: 11px;}
#comments {
        margin:20px 0px 10px 0px;
        padding:20px 0px 10px 0px;
        border-top: solid 1px #ccc;
}
#postcomment {
        margin:20px 0px 10px 0px;
        padding:20px 0px 10px 0px;
        border-top: solid 1px #ccc;
}
/* --------------------------------------------------------------   
User Styles below here
-------------------------------------------------------------- 
*/

body {
	margin-bottom: 60px;
}

header {
	margin-bottom: 50px;
}

header .top-bar {
	background: #898500;
	height: 34px;
	box-shadow: inset  0  8px 8px -8px #696868;
	margin-bottom: 15px;
	text-align: right;
}

header .top-bar a {
	color: #FFFFFF;
	line-height: 34px;
}

header .top-bar a.my-account {
	background: url(images/my-account.png) 0px center no-repeat;
	padding-left: 25px;
}

header .top-bar a.basket {
	background-color: #44463E;
	display: inline-block;
	padding: 0 15px;
	margin-left: 15px;
}

header .top-bar a.basket span {
	display: inline-block;
	width: 20px;
	height: 34px;
	text-align: center;
	background: url(images/basket.png) center 5px no-repeat;
	font-size: 12px;
	margin-right: 5px;

}

header .logo img {
	width: 63px;
	height: auto;
}

header nav ul {
	margin-top: 23px;
	margin-left: 15px;
}

header nav ul li a {
	padding: 0 15px;
	font-size: 18px;
	line-height: 20px;
	font-weight: normal;
}

header nav form {
	float: right;
	margin-top: -10px;
}

header nav form input {
	border: 0;
	padding: 0;
	margin: 0;
	background: none;
}

header nav form input[type="submit"] {
	background: url(images/search.png) center center no-repeat;
	width: 26px;
	height: 25px;
	display: inline-block;
	text-indent: -1000px;
	overflow: hidden;
	cursor: pointer;
}

.wooframe {
	float: right;
}

.single-product .wooframe {
	width: auto;
}

.single-product .sidebar {
	display: none!important;
}

input[type=submit] {
	border: 0px;
	padding: 10px 15px;
	cursor: pointer;
}

.single-product .product .single_add_to_cart_button.button, .woocommerce ul.products li.product .button, .woocommerce .product .add_to_cart_button.button, input[type=submit] {
	background-color: #898500;
	border-radius: 0;
	color: #FFFFFF;
	font-weight: normal;
	border: 0;
}

.single-product .product .single_add_to_cart_button.button:hover, .woocommerce ul.products li.product .button:hover, .woocommerce .product .add_to_cart_button.button:hover{
	background-color: #898500;
	opacity: 0.7;
	}

header input[type=submit] {
	padding: 0;
}

.woocommerce .quantity .qty {
	vertical-align: top;
	margin: 0;
	padding: 9px 0;
}

.woocommerce ul.products li.last, .woocommerce-page ul.products li {
	min-height: 420px;
}

.woocommerce ul.products li.product .button, .woocommerce .product .add_to_cart_button.button {
	position: absolute;
	bottom: 30px;
}

.woocommerce-MyAccount-navigation ul li {
	float: none;
}

ul.product-categories {
	list-style-type: none;
	margin: 0px 0px 20px 0;
	padding: 0px;
}

.woocommerce .related.products {
	clear: both;
}

.woocommerce .related.products li.product h3 {
	font-size: 0.8em;
	line-height: 1em;
}

.woocommerce .related.products li.product {
	min-height: 400px;
}

.post-type-archive h1.page-title {
	display: none;
}

.categories_click {
	display: none;
}

h1.title a {
	color: #898500;
}

ul.products {
	min-height: 0px;
}

.signposts {
	margin: 50px 0;
}

.signposts > div {
	text-align: center;
}

.signposts > div > a > div {
	background: url(images/view-all.png) center center no-repeat #898500;
}

.signposts img {
	display: block;
	width: 100%;
	height: auto;
	opacity: 1;
	transition: opacity 0.5s ease-in-out;
}

.signposts a:hover img {
	opacity: 0.2;
}

.signposts a {
	display: block;
}

.signposts a:hover {
	text-decoration: none;
}

.signposts h3 {
	color: #898500;
	margin: 10px 0 0 0;
}

.wpcf7-form p {
	margin-bottom: 0px;
}

.wpcf7-form p .wpcf7-text {
	max-width: 45%;
	background: #CFCFCF;
}
.wpcf7-form p textarea {
	font-family: Arial;
	background: #CFCFCF;
}

.sku_wrapper {
	margin-bottom: 15px;
	font-weight: bold;
	display: inline-block;
}

footer {
	background: #44463E;
	text-align: right;
	color: #FFFFFF;
	padding: 15px 0;
	position: fixed;
	bottom: 0px;
	left: 0px;
	right: 0px;
	font-size: 12px;
	line-height: 14px;
}

footer a {
	color: #FFFFFF;
}

footer .textwidget {
	display: inline-block;
}

footer #menu-footer {
	list-style-type: none;
	display: inline-block;
	margin: 0px;
	padding: 0px;
	word-wrap: normal;
	margin-left: 6px;
}

footer #menu-footer li {
	display: inline-block;
	border-left: 1px solid #FFFFFF;
	padding: 0 4px;
}

footer #menu-footer li a {
	display: block;
}

@media all and (min-width: 980px) {

	.mobile {
		display: none;
	}
}
@media all and (max-width: 980px) and (min-width: 672px) {
	.full {
		display: none;
	}
	.mobile {
		display: none;
	}

}
@media all and (max-width: 672px) {
	.full, .no-mobile {
		display: none;
	}
	.mobile {
		display: block;
	}

	h1 {
		font-size: 28px;
		line-height: 32px;
	}

	header, header .top-bar {
		text-align: center;
	}

	header .logo {
		float: left;
		display: inline-block;
		width: auto!important;
	}

	header nav {
		float: right!important;
		width: auto!important;
		text-align: right;
	}

	header nav a.nav-btn {
		width: 40px;
		height: 40px;
		display: inline-block;
		background: url(images/mobile-nav.png) center center no-repeat;
		background-size: 40px 40px;
		margin-bottom: 20px;
	}

	header nav ul {
		margin: 0px;
		display: none;
	}

	header nav ul li {
		float: none;
		display: block;
	}

	header nav ul li a {
		display: block;
		line-height: 30px;
		margin: 5px 0;
	}

	header nav form {
		float: none;
	}

	footer { 
		display: none;
	}

	.woocommerce ul.products li.last, .woocommerce-page ul.products li {
		min-height: auto;
	}

	.woocommerce ul.products li.product .button, .woocommerce .product .add_to_cart_button.button {
		position: relative;
		bottom: auto;
	}

	ul.products {
		min-height: auto;
	}
	
	
}
@media all and (max-width: 380px) {

	
}