/*
Theme Name: arora
Theme URI: http://www.arora-design.co.uk/
Author: Zig Zag Advertising & Design
Author URI: hhttp://www.zigzagadvertising.co.uk/
Description: Custom theme for Arora Design
Version: 1.2
License: GNU General Public License v3.0 /
License URI: http://www.gnu.org/licenses/gpl-3.0.html


/* My Minimal WordPress Styling comes here */

/* This is a small security for too long strings titles */
body {
	word-wrap: break-word;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}


/* Images and wp-captions should always fit and be responsive */
img {
	display: inline-block;
	height: auto;
	max-width: 100%;
}
img[class*="wp-image-"] {
	margin-top: 10px;
	margin-bottom: 10px;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 10px;
	max-width: 100%;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 0 10px;
}
.wp-caption.aligncenter {
	margin-bottom: 10px;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
}
.wp-caption .wp-caption-text {
	text-align: center;
	margin-top: 10px;
}

/* WP Gallery */
.gallery {
	margin-bottom: 1.5em;
}
.gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.gallery dd {
	margin: 0;
}
.gallery-caption {
	display: block;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}


/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}


/* Content */
.main-content-inner {
	padding-bottom: 1.5em;
}
.hentry {
	margin: 0 0 1.5em;
}
.sticky {
	display: block;
}
.bypostauthor {
	display: block;
}


/* Clearing */
.clear {
	clear: both;
}

/* Navigation */

.dropdown-submenu{position:relative;}
.dropdown-submenu>.dropdown-menu{top:0;left:100%;-webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;}
.dropdown-submenu:active>.dropdown-menu, .dropdown-submenu:hover>.dropdown-menu {
display: block;
}
.dropdown-submenu>a:after{display:block;content:" ";float:right;width:0;height:0;border-color:transparent;border-style:solid;border-width:5px 0 5px 5px;border-left-color:#cccccc;margin-top:5px;margin-right:-10px;}
.dropdown-submenu:active>a:after{border-left-color:#ffffff;}
.dropdown-submenu.pull-left{float:none;}.dropdown-submenu.pull-left>.dropdown-menu{left:-100%;margin-left:10px;-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px;}


/* Here some needed widget styles
 * Most widgets are adapted in the file bootstrap-wp.js - and REALLY easy to modify! ;) */
.widget { margin-bottom: 2em; }
.widget_nav_menu ul.sub-menu li, .widget_pages ul.children li { padding-left: 15px; }

/* Hiding the search widget's button in widgets. thats just too old-skool. :) but if you want it back, just delete the next line.
 * Note: you can change the whole appearance of the search_form() function in our searchform.php */
.widget_search .search-form input[type="submit"] { display: none; }

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Nested comments? They are threaded and nested already, you just need to add your own styling to finalize!
 * For example with some margin, like the line below ;) Delete, modify, change classes in HTML if you desire another style */
 .comment .children { margin-left: 1.5em; }

/**
* Some WP Theme Repository requirements
*/

.sticky {
}

.gallery-caption {

}

.bypostauthor {

}

.entry-meta {
	clear: both;
}

/* Remove Bootstrap Rounded Corners */

code,
kbd,
pre,
.img-rounded,
.img-thumbnail,
.img-circle,
.form-control,
.btn,
.btn-link,
.dropdown-menu,
.input-group-addon,
.input-group-btn,
.nav-tabs a,
.nav-pills a,
.navbar,
.navbar-toggle,
.icon-bar,
.breadcrumb,
.pagination,
.pager *,
.label,
.badge,
.jumbotron,
.thumbnail,
.alert,
.progress,
.panel,
.well,
.modal-content,
.tooltip-inner,
.popover,
.popover-title,
.carousel-indicators li,
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border-radius:0 !important;
}

/* Webfonts */

@font-face {
	font-family: questa-slab, serif;
	font-weight: 500;
	font-style: normal;
}

/* Basics */

body {
	color: #768692;
	font-family: 'Cabin', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
}

    @media only screen and (min-width : 768px) {

		body {
			font-size: 16px;
		}


    }

/* Buttons */

.btn.btn-primary {
	background: #686868;
	border-color: #686868;
	color: #fff;
}


.btn.btn-primary:hover {
	background: #df7234;
	border-color: #df7234;
}

.btn.btn-primary:focus {
	background: #83411b;
	border-color: #83411b;
	outline: none !important;
}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
.col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

/* Images */

div.holder,
div.holderouter {
	position: relative;
	overflow: hidden !important;
}

div.holder .images {
	margin-bottom: 0 !important;
}

div.holder .brand {
	width: 120px;
	height: 120px;
	position: absolute;
	top: -15px;
	right: 0;
}

div.holder img {
	padding: 20px;	
	transition: all 0.25s ease;	
}

div.holderouter:hover div.holder img {
	transform: scale(1.2);
}


div.holderouter div.description {
	padding: 5px 15px;
	background-color: rgba(163,163,163,0.8);
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	transition: all 1s ease;	
}

div.holderouter:hover div.description {
	background-color: rgba(0,126,219,0.5);
}

div.holderouter h2 {
	margin: 0;
	font-family: questa-slab, serif;
	font-weight: 300;
	font-style: normal;
	color: #ffffff;
	/*text-shadow: 1px 1px 0px rgba(255,255,255,0.3);*/
}

/*div.holderouter:hover h2 {
	text-shadow: 1px 1px 0px rgba(255,255,255,0.6);
}*/

/*div.fadeframe {
	z-index: 9999;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;*/
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#007edb+0,007edb+100&0+0,0+66,0.1+100 */
	/*background: -moz-radial-gradient(center, ellipse cover,  rgba(0,126,219,0) 0%, rgba(0,126,219,0) 66%, rgba(0,126,219,0.1) 100%); /* FF3.6-15 */
	/*background: -webkit-radial-gradient(center, ellipse cover,  rgba(0,126,219,0) 0%,rgba(0,126,219,0) 66%,rgba(0,126,219,0.1) 100%); /* Chrome10-25,Safari5.1-6 */
	/*background: radial-gradient(ellipse at center,  rgba(0,126,219,0) 0%,rgba(0,126,219,0) 66%,rgba(0,126,219,0.1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00007edb', endColorstr='#0f007edb',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	/*transition: all 2s ease;	
}*/

div.holderouter:hover div.fadeframe {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#007edb+0,007edb+100&0+0,0+50,0.2+100 */
	background: -moz-radial-gradient(center, ellipse cover,  rgba(0,126,219,0) 0%, rgba(0,126,219,0) 50%, rgba(0,126,219,0.2) 100%); /* FF3.6-15 */
	background: -webkit-radial-gradient(center, ellipse cover,  rgba(0,126,219,0) 0%,rgba(0,126,219,0) 50%,rgba(0,126,219,0.2) 100%); /* Chrome10-25,Safari5.1-6 */
	background: radial-gradient(ellipse at center,  rgba(0,126,219,0) 0%,rgba(0,126,219,0) 50%,rgba(0,126,219,0.2) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00007edb', endColorstr='#33007edb',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

/* Typography */

h1,
h2 {
	color: #686868;
	margin-top: 0;
}

h1 {
	font-family: questa-slab, serif;
	font-weight: 300;
	font-style: normal;
	line-height: 0.85;
	font-size: 30px;
	letter-spacing: -0.01em;
	margin-bottom: 0.6em;
	margin-top: 35px;	
}

h2 {
	font-size: 18px;
	margin-bottom: 0.6em;
}

.homeTitle {
	margin: 20px 0;
	background-image: url('images/bg-home-title-grey.png');
	background-position: center center;
	background-repeat: repeat-x;
	text-align: center;
}

.homeTitle h2 {
	font-family: questa-slab, serif;
	font-weight: 300;
	font-style: normal;
	line-height: 0.85;
	font-size: 32px;
	text-align: center;
	display: inline-block;
	    zoom: 1;
	    *display: inline;
    background: #fff;
    margin: 0 auto;
    padding: 0 30px;
}

h3 {
	font-size: 16px;
}

p {
	margin-bottom: 1em;
}

p.lead {
	font-size: 18px;
}

p:last-of-kind {
	margin-bottom: 0;
}

.highlight {
	color: #007edb;
}

    /* Small Devices, Tablets */
    @media only screen and (min-width : 768px) {
		
		h1 {
			font-size: 36px;
			margin-bottom: 0.6em;
			margin-top: 0;
		}

		.homeTitle {
			margin: 40px 0;
		}

    }

    /* Small Devices, Tablets */
    @media only screen and (min-width : 768px) {
	
		p.lead {
			font-size: 18px;
		}

    }


/* Links */

a {
  transition: all 0.5s ease;
  outline: none;
}

a:link,
a:visited {
	color: #768692;
}

a:hover {
	color: #fc813b;
}

a:hover,
a:active,
a:focus {
	text-decoration: none;
}

/* Masthead */

#masthead {
	padding-bottom: 25px;
}

#masthead > .container {
	padding-bottom: 0;
}

#masthead .strapline {
	color: #557DC4;
	font-size: 36px;
	text-align: right;
	line-height: 1;
	display: block;
}

#masthead .cartIcons {
	text-align: right;
	color: #007edb;
}

#masthead #topper {
	/*background: url('images/lightblue-canvas-sketchy.png') 0 0 repeat;*/
	/*background: url('images/midblue-watercolour.jpg') 0 0 repeat #557DC4;*/
	background: #768692;
	height: 10px;
	margin-bottom: 15px;
}

#masthead .site-header-inner img {
	max-width: 200px;	
}

#masthead .uk img {
	max-height: 108px;
	max-width: 108px;
	width: 100%;
	margin: 0 15px;
}

#masthead .strap {
	font-family: questa-slab, serif;
	font-weight: 300;
	font-style: normal;
	font-size: 18px;
	letter-spacing: -0.02em;
}

#masthead div.contact {
	font-size: 24px !important;
	color: #686868;
	margin-bottom: 12px;
	margin-top: 12px;
}

#masthead .headerCart {
	margin-right: 20px;
}

    /* Small Devices, Tablets */
    @media only screen and (min-width : 768px) {

		#masthead #topper {
			height: 30px;
			margin-bottom: 30px;
		}

    }


/* Alerts */

.alert {
	margin-bottom: 40px;
}

/* Main Nav */

#mainNav {
	/*
	background: url('images/blue-canvas.png') 0 0 repeat #103578;
	*/
	background: #768692;
	/*border-top: 1px solid rgba(0,126,219,0.15);*/
	font-family: questa-slab, serif;
	font-weight: 200;
	font-style: normal;
	font-size: 10px;
}

#mainNav .container {
	padding-bottom: 0;
}

#mainNav a:link,
#mainNav a:visited {
	color: #fff;
}

#mainNav a:hover {
	color: #fc813b;
}

#mainMenu {
	margin-bottom: 0;
	line-height: 1;
}

#mainMenu li {
	padding: 0;
}

#mainMenu li > a {
	padding: 0.66em 0.5em;
	display: inline-block;
	transition: all 0.5s ease;	
}

#mainMenu li > a:hover {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,007edb+50,ffffff+100&0+2,0.05+50,0+98 */
	background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(245,250,254,0) 2%, rgba(0,126,219,0.05) 50%, rgba(245,250,254,0) 98%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(245,250,254,0) 2%,rgba(0,126,219,0.05) 50%,rgba(245,250,254,0) 98%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(245,250,254,0) 2%,rgba(0,126,219,0.05) 50%,rgba(245,250,254,0) 98%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
}

#mainMenu li > ul {
	border: none;
	font-size: 16px;

}

#mainMenu li li > a {
	font-family: 'Cabin', sans-serif;
	font-style: normal;
	font-weight: 400;
	display: inline-block;
	width: 100%;
	color: #768692 !important;
}

#mainMenu #menu-item-1471 a:link,
#mainMenu #menu-item-1471 a:visited {
	color: #ea0000 !important;
}

.dropdown-menu>.active>a {
	background-color: rgba(252,129,59,0.1) !important;
}

#dropdownProducts {
	display: none;
	background: #768692;
	background: url('images/dropdown-grad.png') 0 0 repeat-x;
	padding-top: 30px;	
	padding-bottom: 5px;
	border-top: 1px solid rgba(0,126,219,0.15);
}

#dropdownProducts a:link,
#dropdownProducts a:visited {
	color: #fc813b;
}

#dropdownProducts a:hover {
	color: #fc813b !important;
}

#dropdownProducts p.lead {
	font-size: inherit;
	margin-bottom: 0.5em;
}


#dropdownProducts .brandList .holder img {
	padding: 5px;
	transition: all 0.5s ease;	
}

#dropdownProducts .brandList .holder:hover img {
	padding: 0;
}

    /* Small Devices, Tablets */
    @media only screen and (min-width : 768px) {
	    
	    #mainNav {
			font-size: 15px;
		}

		#mainMenu li > a {
			padding: 0.66em 0.4em;   
		}
    }
    
    @media only screen and (min-width : 992px) {

		#mainNav {
			font-size: 15px;
		}
			
		#mainMenu li > a {
			padding: 0.26em 0.9em;
		}
		
	}    

    @media only screen and (min-width : 1200px) {

			
		#mainMenu li > a {
			padding: 0.66em 2.2em;
		}
		
	}    


/* Mobile Menu */

#mobileNav {
	font-size: 24px;
}


#mobileNav {
	background: url('images/midblue-watercolour.jpg') 0 0 repeat #557DC4;
	color: #fff;
	width: 80%;
	height: 100%;
	border-right: 1px solid #fff;
	position: absolute;
	top: 0;
	left: 0;
	background-prment: scroll;
	overflow-y: scroll;
	z-index: 999;
	padding: 30px 0 0 25px;
	display: none;
}

#mobileNav a:link,
#mobileNav a:visited {
	color: #fff;
}

#mobileMenu {
	margin-bottom: 0;
}

#mobileMenuToggle .headerCart {
	margin-top: 13px;
}

#mobileMenuToggle .mobileShowHide:active,
#mobileMenuToggle .mobileShowHide:hover {
	color: #007edb;
}

#mobileMenu > li > ul {
	display: block;
	background: transparent;
	position: relative;
	padding: 0;
	margin: 0;
	float: none;
	border: none;
	box-shadow: none;
	font-size: inherit;
}

#mobileMenu > li ul a {
	padding: 0;
}

#mobileMenu > li ul li.active a,
#mobileMenu > li ul li:active {
	background: transparent !important;
}

#mobileMenu > li ul a:active {
	background: transparent;
}

#mobileMenu li {
	margin-top: 0.5em;
}

#mobileMenu > li:first-child {
	margin-top: 0;
}

#mobileMenu span.caret {
	display: none;
}

#mobileMenu .aboutUsLink > a {
	display: none;
}

#mobileMenu .menu-item-1262 > a {
	display: none;
}

    /* Small Devices, Tablets */
    @media only screen and (min-width : 768px) {


    }

/* Breadcrumbs */

.breadcrumbs {
	padding: 60px 0 50px;
	font-size: 12px;
}

.breadcrumbWrapper {
	/*background: url('images/grad.png') 0 0 repeat-x;*/
	
}

.breadcrumbContainer {
	padding-bottom: 0;
}

    /* Small Devices, Tablets */
    @media only screen and (min-width : 768px) {

    }

/* Footer */

#colophon {
	/*background: url('images/midblue-watercolour.jpg') 0 0 repeat #557DC4;*/
	background: #768692;
 
	padding-top: 50px;
	padding-bottom: 200px;
	color: #fff;
	position: relative;
	margin-top: 30px;
	font-size: 18px;
}

/*#colophon .grad {*/
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#103578+0,103578+100&0.4+0,0+100 */
	/*background: -moz-linear-gradient(top,  rgba(16,53,120,0.4) 0%, rgba(16,53,120,0) 100%); /* FF3.6-15 */
	/*background: -webkit-linear-gradient(top,  rgba(16,53,120,0.4) 0%,rgba(16,53,120,0) 100%); /* Chrome10-25,Safari5.1-6 */
	/*background: linear-gradient(to bottom,  rgba(16,53,120,0.4) 0%,rgba(16,53,120,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66103578', endColorstr='#00103578',GradientType=0 ); /* IE6-9 */
	/*position: absolute;*/
	/*top: 0;*/
	/*left: 0;*/
	/*width: 100%;*/
	/*height: 200px;*/
/*}*/

#colophon h2 {
	color: #fff;
	font-size: 18px;
	margin-bottom: 1em;
}

#colophon a:link,
#colophon a:visited {
	color: rgba(255,255,255,0.7) !important;
}

#colophon .copyright {
	margin-top: 30px;
	font-size: 16px;
	color: rgba(255,255,255,0.5);
}

#colophon .copyright li {
	margin-bottom: 1em;
}

#colophon .copyright a:link,
#colophon .copyright a:visited {
	color: rgba(255,255,255,0.5) !important;
}

#colophon .footerAwards img {
	margin-top: -15px;
}

#colophon .menu-footer-shopping-container,
#colophon .menu-footer-about-container {
	margin-bottom: 40px;
}

#colophon .menu-footer-shopping-container li ,
#colophon .menu-footer-about-container li {
	margin-bottom: 0.5em;
}

    /* Small Devices, Tablets */
    @media only screen and (min-width : 768px) {

		#colophon {
			font-size: 16px;
		}

		#colophon.menu-footer-shopping-container,
		#colophon.menu-footer-about-container {
			margin-bottom: 0;
		}

		#colophon .menu-footer-shopping-container li ,
		#colophon .menu-footer-about-container li {
			margin-bottom: inherit;
		}
		
		#colophon .copyright {
			font-size: 12px;
		}

    }

/* Content */

/*body.home .main-content,
.main-content {
	background: url('images/grad.png') 0 0 repeat-x;
}*/

    /* Small Devices, Tablets */
    @media only screen and (min-width : 768px) {
		.main-content {
			background: none;
		}
    }

/* Sidebars */

.sidebar h3 {
	margin: 40px 0 15px;
}

.sidebar h3:first-child {
	margin-top: 0;
}

.sidebar .nav a {
	padding: 0.33em 0;
}

.sidebar .nav a:hover {
	background: none;
}

.sidebar .nav a:after {
	content: '\00a0\f105';
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
}


/* WooCommerce */

.woocommerce .single_add_to_cart_button,
.woocommerce .add_to_cart_button {
	background: #fc813b !important;
}

.product_meta {
	border: 1px solid #d3ced2;
	border-left: 0;
	border-right: 0;
	padding: 15px 10px;
}

.product_meta .sku {
	font-size: 18px;
	padding-bottom: 0.33em;
}

.woocommerce-Tabs-panel {
	padding: 5px 0 15px 15px !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
	padding-left: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
	background: #e5f2fb;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li:before {
	height: 1px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:first-of-type {
	margin-left: 0;
}

.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
	width: 100%;
	float: inherit;
}

.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
	width: 100%;
	float: inherit;
}

.singleProductImageWrapper {
	position: relative;
}

.singleProductImageWrapper .catThumb {
	width: 25%;
	position: absolute;
	top: 15px;
	left: 20px;
}


.singleProductImageWrapper,
.catImageWrapper {
	padding: 20px;
	background: url('images/frame-01-800x800.png') 0 0 no-repeat;
	background-size: cover;
	box-shadow: 5px 7px 10px rgba(0, 0, 0, 0.05);
}

.singleProductImageWrapper .images,
.catImageWrapper img {
	margin-bottom: 0 !important;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price,
p.rrp {
	color: #768692;
	font-weight: 700;
	font-size: 24px;
}

p.rrp {
	font-size: 2em;
	font-weight: 400;
}

span.rrp {
	color: #bababa;
	font-size: 0.66em;
	padding-left: 0.66em;
}

span.tradePrice {
	text-transform: uppercase;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce .button.alt
.woocommerce button.button
 {
	background: #fc813b;
	color: #fff;
	border-radius: 0;
	height: 41px !important;
}

.product_meta {
	font-size: 14px;
	margin-bottom: 40px;
}

ul.productList li {
	margin-bottom: 40px;
}

.woocommerce ul.products li.product a img {
	margin: 0;
}

.productList {
	clear: both;
	margin-top: 40px;
}

.productList .price {
	padding: 10px 0 0 0;
	display: block;
	font-size: 1.25em;
	line-height: 1.2;
}

.productList a.button {
	padding-top: 11px;
	padding-bottom: 10px;
	height: 41px !important;
	display: inline-block;
}

.productList .rrp {
	padding: 0;
	font-size: 0.8em;	
	color: #bababa;
	margin-bottom: 10px;
}

.productList a:link .rrp ,
.productList a:visited .rrp {
	color: #bababa;
}

.productList form.cart {
	
}

form.cart .quantity {
	float: left;
}

form.cart .quantity input,
form.cart button {
	box-sizing: border-box !important;
	line-height:normal !important;
	font-size: 16px !important;
	padding-top: 10px !important;
	padding-bottom: 9px !important;
	border-width: 1px !important;
	-webkit-appearance: none !important;
	border-radius: 0 !important;
	display: inline-block !important;
}

form.cart .quantity input {
	border: 1px solid rgba(0,0,0,0.1) !important;
	margin-right: 10px !important;
}

form.cart button {
	border-color: #fc813b !important;
	padding-top: 11px !important;
}


.woocommerce .zz-product-related .productList,
.woocommerce .products ul,
.woocommerce ul.products {
	margin-left: -15px !important;
	margin-right: -15px !important;
}

    @media only screen and (min-width : 500px) and (max-width : 767px) {
		.woocommerce .zz-product-related .col-xs-6 {
			width: 33.33333333%;
		}
    }
    
.woocommerce .wholesaleOnly {
	margin-bottom: 3em;
}

.woocommerce .ribbon {
	z-index: 99999;
	background: #fc813b;
	color: #fff;
	font-weight: bold;
	padding: 5px 0;
	text-align: center;
	position: absolute;
	top: 15px;
	left: -68px;
    -ms-transform: rotate(-45deg); /* IE 9 */
    -webkit-transform: rotate(-45deg); /* Safari */
    transform: rotate(-45deg);
    width: 200px;
    font-size: 18px;
}

.woocommerce .ribbonNew {
	
}

.woocommerce .thumbnails {
	padding-top: 20px !important;
}

.woocommerce .thumbnails img {
	border: 1px solid rgba(0,0,0,0.05);
	padding: 10px;
}

.woocommerce .additionalNotes p {
	color: #000;
}

.loopSku {
	margin-top: 5px;
	color: #555;
	font-size: 12px;
}

.loopSku a:link,
.loopSku a:visited {
	color: #555;
}

.woocommerce h1 span.brandName {
	font-size: 30px;
	display: block;
	margin-bottom: 5px;
}

.woocommerce .brandLogo {
	float: right;
	margin-left: 40px;
}

.woocommerce .brandLogo img {
	max-width: 100px;
}

.woocommerce .logosAwards {
	margin-top: 30px;
}

.woocommerce .logosAwards > ul > li {
	height: 100px;
}

.woocommerce .logosAwards img {
	width: auto;
	height: 100px;
	max-height: 100px;
	vertical-align: top;
}

.woocommerce .logosAwards > ul > li.uk img{
	height: 88px;
}

.taxProductCatAwards {
	float: right;
	margin-left: 30px;
}

.taxProductCatAwards img {
	height: 140px;
	width: auto;
}

.posList {
	margin-top: 30px;
}

.posList .single_add_to_cart_button {
	font-size: 12px !important;
}

.rangeList > li {
	border-top: 1px solid rgba(163,163,163);
	padding-top: 40px;
	margin-top: 50px;
}

.rangeList > li:first-child {
	border-top: none;
	padding-bottom: 0;
	margin-top: 0;
}

.rangeList > li > ul > li {
	padding-top: 60px;
}

.rangeList .catDescription p {
	font-size: 18px;
	margin-bottom: 0;
}

.rangeList h2 {
	margin-top: 0 !important;
}

.rangeList h3 {
	line-height: 0.8;
	padding-top: 0.66em;
}

.page-template-page-brands-php .main-content .rangeList h3 {
	font-family: questa-slab, serif;
	font-weight: 300;
	font-style: normal;
	font-size: 26px !important;
	color: #686868;
}

.rangeList p {
	font-size: 16px;
}

.catDescription {
	margin-top: 10px;
}

.bundle_form {
	margin-top: 40px;
}

.bundled_product_summary,
.bundled_product_images a {
	margin-right: 0 !important;
	margin-top: 0 !important;
}

.bundled_product_images div.holder img {
	padding: 5px;
}

.bundled_product_summary {
	padding-left: 100px !important;
}


/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

	.rangeList h3 {
		margin-top: 0;
		padding-top: 0;
	}

}
    
    

    
    
    

/* Contact Form 7 */
    
.ajax-loader,
#colophon .wpcf7-not-valid-tip {
	display: none !important;
}

.wpcf7-response-output {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.footerNewsletter .wpcf7-response-output {
	margin-top: 16px;
	border-color: #fc813b;
}

.wpcf7-submit {
	background: #fc813b;
	border-color: #fc813b;
}

.wpcf7-submit:focus {
	background: #83411b;
	border-color: #83411b;
	outline: none !important;
}

.footerNewsletter .wpcf7-email {
	border-color: transparent;
}

span.wpcf7-not-valid-tip {
	margin-top: 5px;
	color: #ea0000;
}

#wpcf7-f1362-p1248-o1 .wpcf7-submit {
	margin-top: 30px;
}

.wpcf7 legend {
	padding-top: 2em;
	padding-bottom: 0.5em;
	color: #103578;
	border-bottom: none;
}

span.wpcf7-list-item { 
	display: block;
}

/* Contact Page */

.page-id-1244 #wpcf7-f1313-p1244-o1 {
	margin-top: 30px;
}

.page-id-1244 #wpgmza_map_1 {
	margin-bottom: 40px;
	margin-top: 30px;
}

    /* Small Devices, Tablets */
    @media only screen and (min-width : 768px) {

		.page-id-1244 #wpgmza_map_1 {
			margin-top: 0;
		}

    }

/* Event List */

.eventList li {
	margin-top: 20px;
}

.eventList li:first-of-type {
	margin-bottom: 0;
}

.eventList img {
	border: 1px solid rgba(0,0,0,0.075);
}

/* Event Page */

.entry-content-thumbnail-event {
	border: 1px solid rgba(0,0,0,0.075);
}

.location {
	margin-top: 20px;
	font-size: 18px;
}

ul.eventMeta {
	padding: 10px 0;
	border: 1px solid rgba(0,0,0,0.1);
	border-left: none;
	border-right: none;
	margin-bottom: 30px;
}

.mastheadImage {
	margin-bottom: 30px;	
}


.sidebar .eventMeta {
	font-size: 12px;
}

.sidebar #events li {
	margin-top: 25px;
}

.sidebar #events h3 {
	margin: 0 0 0.25em;
	font-size: 18px;
	position: relative;
}

.sidebar #events h3:after {
	content: '\00a0\f105';
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
}

/* Home Page */


.homeNews {
	margin-top: 40px;
}

.homeNews li a {
	font-size: 18px;
	padding: 0.25em 0;
	display: block;
}

.homeNews li a:after {
	content: '\00a0\f105';
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
}

.home .entry-content {
	margin-bottom: 40px;
}

.home .register {
	/*background-color: rgba(0,126,219,0.15);*/
	color: #103578;
	height: 100%;
}

.home .register .holderouter,
.home .register .holder,
.home .register .fadeframe {
	height: 100%;
	width: 100%;
	overflow: hidden;
	
}

.home .register .holder .inner {
	padding: 12px 10px 0;
	overflow: hidden;
}

.home .register .head {
	font-family: questa-slab, serif;
	font-weight: 300;
	font-style: normal;
	font-size: 12px;
	letter-spacing: -0.01em;
	color: #686868;
	line-height: 0.8;
}

.home .register .text {
	font-size: 18px;
	line-height: 1;
	color: #768692;
	margin-top: 5;
}

.home .register .btn {
	font-size: 18px;
	margin-top: 10px;
}

.home .register .holder:hover .btn {
	background: #df7234;
	border-color: #df7234;
}

.home .register .holder:focus .btn {
	background: #83411b;
	border-color: #83411b;
}

.home .register .fadeframe {
	background: -moz-radial-gradient(center, ellipse cover,  rgba(0,126,219,0) 0%, rgba(0,126,219,0) 66%, rgba(0,126,219,0.2) 100%); /* FF3.6-15 */
	background: -webkit-radial-gradient(center, ellipse cover,  rgba(0,126,219,0) 0%,rgba(0,126,219,0) 66%,rgba(0,126,219,0.2) 100%); /* Chrome10-25,Safari5.1-6 */
	background: radial-gradient(ellipse at center,  rgba(0,126,219,0) 0%,rgba(0,126,219,0) 66%,rgba(0,126,219,0.2) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00007edb', endColorstr='#0f007edb',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */	
}

.homeSidebarWrapper {
	padding-left: 30px;
}

.homeSidebarWrapper h2 {
	font-family: questa-slab, serif;
	font-weight: 300;
	font-style: normal;
	font-size: 26px;
}

.homeBrands li {
	margin-bottom: 27px;
}

.homeBrands li img {
	padding: 8px;
}

.homeBrands .fadeframe {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#007edb+0,007edb+100&0+0,0+66,0.05+100 */
	background: -moz-radial-gradient(center, ellipse cover,  rgba(0,126,219,0) 0%, rgba(0,126,219,0) 66%, rgba(0,126,219,0.05) 100%); /* FF3.6-15 */
	background: -webkit-radial-gradient(center, ellipse cover,  rgba(0,126,219,0) 0%,rgba(0,126,219,0) 66%,rgba(0,126,219,0.05) 100%); /* Chrome10-25,Safari5.1-6 */
	background: radial-gradient(ellipse at center,  rgba(0,126,219,0) 0%,rgba(0,126,219,0) 66%,rgba(0,126,219,0.05) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00007edb', endColorstr='#0d007edb',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.home ul.productList li {
	margin-bottom: 27px;
}

.newsThumbHolder {
	border: 1px solid rgba(0,0,0,0.05) !important;
	margin-bottom: 10px;
}

.home .newsList li {
	margin-top: 20px;
}

.home .newsList li:first-child {
	margin-top: 0;
}

.home .newsList li a {
	line-height: 1.2;
}

.home .newsList li a:link,
.home .newsList li a:visited {
	color: #686868;
}

.home .newsList li:hover a {
	color: #fc813b;
}

.home .homeNews .more {
	margin-top: 20px;
	display: block;
}

.logout {
	padding-left: 0.66em;
	margin-left: 0.66em;
	border-left: 1px solid #bababa;
}

    /* Small Devices, Tablets */
    @media only screen and (min-width : 768px) {

		.home h1 {
			margin-top: 50px;
			margin-bottom: 40px;
		}
				
		.home .register .holder .inner {
			padding: 30px 20px 0;
		}
		
		.home .register .head {
			font-size: 22px;
		}
				
		.home .register .text {
			padding-top: 10px;
			font-size: 18px;
			line-height: 1.25;
			margin-top: 0;
		}

		.home .register .btn {
			margin-top: 15px;
		}


    }

/* Blog */

.entry-content-thumbnail {
	margin: 40px 0;
	border: 1px solid rgba(0,0,0,0.05) !important;
}

.entry-meta {
	font-size: 12px !important;
}

footer.entry-meta {
	margin-top: 50px;
}

.archive header .entry-meta,
.blog header .entry-meta {
	margin-bottom: 15px;
}

.archive header h2,
.blog header h2 {
	font-family: questa-slab, serif;
	font-weight: 300;
	font-style: normal;
	line-height: 0.85;
	font-size: 32px;
}

.archive article,
.blog article {
	margin: 50px 0 0 0;
	border-top: 1px solid rgba(0,126,219,0.15);
	padding: 60px 0 0 0;
}

.archive article:first-of-type,
.blog article:first-of-type {
	margin-top: 50px;
	padding: 0;
	border: none;
}

.archive article p:last-child,
.blog article p:last-child {
	margin-bottom: 0;
}

.archive article .btn,
.blog article .btn {
	margin-top: 20px ;
}

.blog article .entry-content-thumbnail {
	margin: 0 0 25px 0;
}

.archive .category-events .entry-meta,
.blog .category-events .entry-meta {
	font-size: 16px !important;
}

.archive .flag,
.blog .flag {
	background: #768692;
	color: #fff;
	padding: 0 0.25em;
}

/* Brand Page */

.page-template-page-brands-php .main-content h2 {
	font-family: questa-slab, serif;
	font-weight: 300;
	font-style: normal;
	line-height: 0.85;
	font-size: 32px;
	margin-top: 1em;
}

.page-template-page-brands-php .main-content h3 {
	font-size: 22px;
	margin-top: 0 !important;
}

.page-template-page-brands-php .main-content .brandList {
	margin-top: 30px;
}

.page-template-page-brands-php .main-content .brandCatList > li {
	margin-bottom: 50px;
}

.page-template-page-brands-php .main-content .brandCatList > li:first-child {
	margin-top: 0;
	border: none;
}

.page-template-page-brands-php .main-content .brandCatList h3 {
	margin-top: 20px !important;
}

.page-template-page-brands-php .main-content .brandCatList .btn.btn-primary {
	display: inline-block;
	    zoom: 1;
	    *display: inline;
	margin-top: 20px !important;
}

.page-template-page-brands-php .main-content .brand {
	margin-bottom: 40px;
}

/* Awards Page */

.awardPageList {
	margin-top: 30px;
}

.awardPageList li {
	padding: 15px;
	margin-bottom: 30px;
}

.awardPageList div.name {
	margin-top: 10px;
	font-size: 12px;
	line-height: 1.2;
}

.awardPageList img {
	max-height: 185px;
	width: auto;
}

/* Existing Customer Page */

#password-lost-form-wrap {
	margin-top: 2.5em;
}
