/*
Theme Name: Walkers Nonsuch
Theme URI: ****************
Description: Main Theme
Version: 1.0
Author: 
Author URI: 
*/

/* 

COLOURS 

	

*/

@font-face {
    font-family: 'love_ya_like_a_sisterregular';
    src: url('webfonts/loveyalikeasister-webfont.eot');
    src: url('webfonts/loveyalikeasister-webfont.eot?#iefix') format('embedded-opentype'),
         url('webfonts/loveyalikeasister-webfont.woff2') format('woff2'),
         url('webfonts/loveyalikeasister-webfont.woff') format('woff'),
         url('webfonts/loveyalikeasister-webfont.ttf') format('truetype'),
         url('webfonts/loveyalikeasister-webfont.svg#love_ya_like_a_sisterregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@import "css/layout.css";

/*  ==========================================================================
	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, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	  	margin: 0;
	  	padding: 0;
	  	border: 0;
	  	outline: 0;
	  	line-height: inherit;
	  	font-weight: inherit;
	  	font-style: inherit;
	  	font-size: 16px;
	  	font-family: 'Nixie One', Helvetica, Arial, sans-serif;
	  	vertical-align: baseline;
	}


/*  ==========================================================================
	Miscellaneous Styles
	========================================================================== */
	::-moz-selection {
		background-color: #eb7123;
		color: #FFF;
		text-shadow: none;
	}
	::selection {
		background-color: #eb7123;
		color: #FFF;
		text-shadow: none;
	}
	::-webkit-input-placeholder {
	   color:  #9b9b9b;
	}
	:-moz-placeholder { /* Firefox 18- */
	   color:  #9b9b9b;  
	}
	::-moz-placeholder {  /* Firefox 19+ */
	   color:  #9b9b9b;  
	}
	:-ms-input-placeholder {  
	   color: #9b9b9b;  
	}



/*  ==========================================================================
	Typography
	========================================================================== */
	html,
	body {
		overflow-x: hidden;
	}
	html {
		font-size: 100%;
	    min-height:100%;
	}
	body {
	    min-height:100%;
	    background-color: #1d1d1b;
	    background-image: url(images/bricks-bg.jpg);
	    background-repeat: repeat;
	    
	}
	p, address, blockquote, pre, h1, h2, h3, h4, h5, h6, li {
		margin-bottom: 20px;
		color: #1d1d1b;
	}
	h1, h2, h3, h4, h5, h6 {
		font-family: 'Love Ya Like A Sister', Helvetica, Arial, sans-serif;
		letter-spacing: 1px;
		text-transform: uppercase
	}
	h1 {
		font-size: 60px;
		line-height: 64px;
	}
	h2 {
		font-size: 50px;
		line-height: 58px;
	}
	h3 {
		font-size: 36px;
		line-height: 40px;
	}
	h4 {
		font-size: 30px;
		line-height: 36px;
	}
	h5 {
		font-size: 16px;
		line-height: 16px;
	}
	h6 {
		font-size: 18px;
		line-height: 18px;
	}
	p, blockquote, address {
		font-size: 15px;
		line-height: 24px;
	}
	blockquote p {
		margin: 0;
		font-weight: bold;
	}
	blockquote, .debug {
		width: 94%;
		padding: 3%;
		color: #F2F2F2;
	}
	strong {
		font-weight: inherit;
		font-size: inherit;
		font-family: 'Love Ya Like A Sister', Helvetica, Arial, sans-serif;
	}
	figure {
		margin: 0;
	}
	article ul,
	article ol {
		margin-left: 25px;
		margin-bottom: 20px;
	}
	article ul li {
		list-style: disc;
	}
	article ol li {
		list-style: decimal;
	}
	article > *:last-child {
		margin-bottom: 0;
	}
	article figure {
		margin-bottom: 20px;
	}
	a {
		text-decoration: none; 
		font-size: inherit; 
		font-family: inherit; 
		color: #eb7225;
		-webkit-transition: all 0.3s ease-in-out 0s;
		-moz-transition: all 0.3s ease-in-out 0s;
		-o-transition: all 0.3s ease-in-out 0s;
		transition: all 0.3s ease-in-out 0s;
		font-weight: 700;
		outline: none;
	}
	a,
	button,
	input {
		outline: 0 !important;
	}
	button::-moz-focus-inner {
	  	border: 0;
	}
	a:hover {
		color: #1d1d1b;
	}
	input[type="checkbox"], input[type="radio"] {
		margin: 0 10px 10px 0;
	}
	input[type="checkbox"],
	input[type="radio" i] {
    	-webkit-appearance: radio;
    }
	img {
		display: block;
		max-width: 100%;
		height: auto;
	}
	span {
		font-weight: inherit;
		font-size: inherit;
		font-family: inherit;
		display: inline-block;
	}
	.up-index {
		z-index: 100;
		position: relative;	
	}
	em {
		font-weight: inherit;
		font-family: inherit;
		font-size: inherit;
	}
	
	
/*  ==========================================================================
	Clearfix
	========================================================================== */
	.cf:before,
	.cf:after,
	div.woocommerce:before,
	div.woocommerce:after {
	    content: " "; /* 1 */
	    display: table; /* 2 */
	}
	.cf:after,
	div.woocommerce:after {
	    clear: both;
	}
	/**
	 * For IE 6/7 only
	 * Include this rule to trigger hasLayout and contain floats.
	 */
	.cf,
	div.woocommerce {
	    *zoom: 1;
	}	
	.clear {
		clear: both;
	}
	
	
/*  ==========================================================================
	Colours
	========================================================================== */	
	.white-bg {
		background-color: #fffef6;
	}
	.orange-bg {
		background-color: #eb7225;
	}
	.orange-bg * {
		color: #fff;
	}
	.black-bg {
		background-color: #1d1d1b;
	}


/*  ==========================================================================
	Utility Classes
	========================================================================== */
	.left {
		float: left;
	}
	.right {
		float: right;
	}
	img.aligncenter {
		margin: 0 auto 20px;
	}
	.centered {
		text-align: center;
	}
	.col3 {
		width: 33.3333333%;
	}
	.col23 {
		width: 60%;
	}
	.col4 {
		width: 25%;
	}
	.last {
		margin-right: 0;
	}
	.col-half {
		width: 48%;
	}
	.col-half-full {
		width: 50%;
	}
	.button,
	.wpcf7-submit,
	#review_form #respond .form-submit input {
		color: #fff !important;
		display: inline-block;
		zoom:1; *display: inline; _height: 51px;
		margin: 0 auto;
		line-height: 32px;
		padding: 4px 25px;
		text-transform: uppercase;
		font-size: 24px;
		-webkit-transition: all 0.3s ease-in-out 0s;
		-moz-transition: all 0.3s ease-in-out 0s;
		-o-transition: all 0.3s ease-in-out 0s;
		transition: all 0.3s ease-in-out 0s;
		background-color: transparent;
		cursor: pointer;
		font-family: 'Love Ya Like A Sister', Helvetica, Arial, sans-serif;
		letter-spacing: 1px;
		border: 3px solid #fff;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}
	.button:hover,
	.button:focus,
	.wpcf7-submit:focus,
	.wpcf7-submit:hover,
	#review_form #respond .form-submit input:hover,
	#review_form #respond .form-submit input:focus {
		color: #fff !important;
		background-color: #1d1d1b !important;
		box-shadow: none;	
		
	}
	.button.orange-bg,
	.ajax_add_to_cart,
	div.woocommerce .button,
	.cart .button,
	.woocommerce-message .button,
	#review_form #respond .form-submit input {
		background-color: #eb7225;
		border: none;
		text-transform: none;
		padding: 9px 25px;
		font-size: 21px;
	}
	.hidden {
		display: none;
	}
	.table {
		display: table;
	}
	.v-h-center {
		display: table-cell;
		text-align: center;
		vertical-align: middle;
		width: 100%;
	}
	.wrapper {
		width: 96%;
		max-width: 1140px;
		margin: 0 auto;
	}
	.align-mid {
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
	.vertical-align-mid {
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		  -ms-transform: translateY(-50%);
		      transform: translateY(-50%);
	}
	.centrally-align-mid {
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		text-align: center;
		margin-left: 0 !important;
	}
	.background-cover {
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center center;
	}
	.alignright {
		float: right;
		margin: 0 0 20px 30px;
	}
	.alignleft {
		float: left;
		margin: 0 30px 20px 0;
	}
	.black {
		color: #1b1b1b !important;
	}
	.orange {
		color: #eb7225;
	}
	.margin-top {
		margin-top: 50px;
	}
	mark {
	    background-color: #eb7225;
	    padding: 5px;
	    color: #fff;
	}
	
	
/*  ==========================================================================
	Borders
	========================================================================== */
	.full-border {
		width: 100%;
		height: auto;
		display: block;
		position: relative;
		z-index: 10;
	}
	.small-orange-border {
		background-image: url(images/small-orange-border.jpg);
		background-repeat: no-repeat;
		background-position: center bottom;
		padding: 0 20px 15px;
	}
	.large-bordered {
		background-image: url(images/large-orange-border.png);
		background-repeat: no-repeat;
		background-position: center bottom;
		padding: 0 30px 15px;
		font-size: 30px;
		margin-bottom: 40px;
	}
	
	
/*  ==========================================================================
	Site Header
	========================================================================== */
	#container {
		margin: 15px auto 0;
		position: relative;
	}
	#site-header {
		padding: 10px 0 0;
		position: relative;
		z-index: 4000;
	}
	#site-header .paintborder.full-border {
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
	}
	.logo-link {
		width: 120px;
		margin: 0 0 0 80px;
		cursor: pointer;
	}
	.logo-link img {
		width: 100%;
		height: auto;
		display: block;
		-webkit-transition: all 0.3s ease-in-out 0s;
		-moz-transition: all 0.3s ease-in-out 0s;
		-o-transition: all 0.3s ease-in-out 0s;
		transition: all 0.3s ease-in-out 0s;
	}
	.logo-link:hover img,
	.logo-link:focus img {
		opacity: 0.4;
	}
	.sidebar-logo {
		position: absolute;
		top: 60px;
		left: -130px;
	}
	.social-icons {
		margin: 0 15px 10px 30px;
	}
	.social-icons li {
		display: inline-block;
		margin-bottom: 0;
	}
	.social-icons li a {
		display: block;
		height: 30px;
		width: 30px;
		line-height: 30px;
		text-align: center;
		background-color: #fff;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		position: relative;
		cursor: pointer;
	}

	.social-icons li:first-of-type a {
		background-color: #4267B2;
		color: white;
	}

	.social-icons li:last-of-type a {
		background-color: #1DA1F2;
		color: white;
	}
	.social-icons li a i {
		color: #fff;
		font-size: 22px;
		line-height: 31px;
		-webkit-transition: all 0.3s ease-in-out 0s;
		-moz-transition: all 0.3s ease-in-out 0s;
		-o-transition: all 0.3s ease-in-out 0s;
		transition: all 0.3s ease-in-out 0s;
	}
	.social-icons li a:after {
		/*content: "";*/
		height: 2px;
		width: 2px;
		background-color: #eb7225;
		position: absolute;
		top: 3px;
		left: 3px;
	}
	.social-icons li a:hover,
	.social-icons li a:focus {
		background-color: #1d1d1b;
	}
	.social-icons li a:hover i,
	.social-icons li a:focus i {
		color: #fff
	}
	
	
/*  ==========================================================================
	Primary Navigation
	========================================================================== */	
	#site-header .menu-primary-navigation-container {
		float: right;
		clear: right;
		margin-right: 30px;
	}
	#site-header .menu-primary-navigation-container .menu {
		text-align: right;
	}
	#site-header .menu-primary-navigation-container .menu > li {
		margin-bottom: 0;
	}
	#site-header .menu-primary-navigation-container .menu li a {
		font-family: 'Love Ya Like A Sister', Helvetica, Arial, sans-serif;
		position: relative;
		letter-spacing: 1.4px;
		font-weight: 300;
		color: #fff;
	}
	#site-header .menu-primary-navigation-container .menu li a:hover,
	#site-header .menu-primary-navigation-container .menu li a:focus,
	#site-header .menu-primary-navigation-container .menu li.current-menu-item > a,
	#site-header .menu-primary-navigation-container .menu li.current-page-parent > a,
	#site-header .menu-primary-navigation-container .menu li.current_page_parent > a {
		color: #1d1d1b
	}
	#site-header .menu-primary-navigation-container .menu > li.current-menu-item > a:after,
	#site-header .menu-primary-navigation-container .menu li.current-page-parent > a:after {
		content: url(images/current-nav-underline.png);
		position: absolute;
		bottom: 0px;
		left: 50%;
		color: #1d1d1b;
		margin-left: -60px;
	}
	#site-header .menu-primary-navigation-container .menu > li.current-menu-item.menu-item-has-children:hover > a:after {
		display: none;
	}
	#site-header .menu-primary-navigation-container .menu > li {
		display: inline-block;
		position: relative;
	}
	#site-header .menu-primary-navigation-container .menu > li > a {
		display: block;
		padding: 10px 18px;
		text-transform: uppercase;
		font-size: 22px;
		line-height: 24px;
	}
	#site-header .menu-primary-navigation-container .menu li .sub-menu {
		display: none;
		width: 198px;
		background-color: #656565;
		position: absolute;
		top: 100%;
		left: -20px;
		z-index: 120;
		text-align: left;
		padding: 20px;
	}
	#site-header .menu-primary-navigation-container .menu li:hover .sub-menu,
	#site-header .menu-primary-navigation-container .menu li:focus .sub-menu {
		display: block;
	}
	#site-header .menu-primary-navigation-container .menu li .sub-menu:before {
		content: "";
		position: absolute;
		width: 0;
		height: 0;
		top: -12px;
		left: 55px;
		border-style: solid;
		border-width: 0 15px 15px 15px;
		border-color: transparent transparent #656565 transparent;
	}
	#site-header .menu-primary-navigation-container .menu li .sub-menu:after {
		content: url(images/sub-nav-bottom.png);
		position: absolute;
		bottom: 10px;
		left: 0;
		right: 0;
		width: 100%;
		height: 3px;
	}
	#site-header .menu-primary-navigation-container .menu li .sub-menu li {
		list-style-type: none;
		display: block;
		margin-bottom: 0;
	}
	#site-header .menu-primary-navigation-container .menu li .sub-menu li a {
		text-transform: uppercase;
		line-height: 26px;
		font-size: 20px;
	}
	
	
/*  ==========================================================================
	Mobile Mobile
	========================================================================== */		
	#menu-toggle {
		margin: 25px 25px 0 20px;
		font-size: 30px;
		-webkit-transition: all 0.3s ease-in-out 0s;
		-moz-transition: all 0.3s ease-in-out 0s;
		-o-transition: all 0.3s ease-in-out 0s;
		transition: all 0.3s ease-in-out 0s;
		display: none;
	}
	#menu-toggle:hover,
	#menu-toggle:focus {
		color: #000;
	}
	
	
/*  ==========================================================================
	SlickSlider
	========================================================================== */	
	.home #slickslider {
		min-height: 420px;
		height: 420px;
		background-color: #000;
	}
	#slickslider {
		opacity: 0;
		-webkit-transition: all 0.3s ease-in-out 0s;
		-moz-transition: all 0.3s ease-in-out 0s;
		-o-transition: all 0.3s ease-in-out 0s;
		transition: all 0.3s ease-in-out 0s;
	}
	#slickslider.slick-initialized {
		opacity: 1;
	}	
	.slideinnerimage {
		display: none !important;
	}
	#inner-header {
		background-position: right center;
	}
	#slickslider,
	#inner-header {
		position: relative;
	}	
	#slickslider .slick-slide {
		height: 420px !important;
		position: relative;
	}
	#slickslider:after,
	#inner-header:after {
		content: "";
		height: 9px;
		background-image: url(images/white-border-top.png); 
		background-repeat: no-repeat;
		background-position: center center;
		background-size: auto 100%;
		position: absolute;
		bottom: 0;
		width: 100%;
	}
	.slide-content {
		margin-left: 5%;
		max-width: 35%;
	}
	.home .slide-content {
		max-width: 55%;
	}
	.slide-content * {
		color: #fff;
	}
	.slide-content *:last-child {
		margin-bottom: 0;
	}
	.slide-content h1,
	.slide-content h2 {
		font-size: 65px;
		line-height: 67px;
		margin-bottom: 10px;
		text-transform: uppercase;
	}
	.slide-content p {
		font-size: 25px;
		line-height: 32px;
		font-family: 'Love Ya Like A Sister', Helvetica, Arial, sans-serif;
		letter-spacing: 1px;
		text-transform: uppercase;
	}
	.slick-arrow {
		position: absolute;
		bottom: 22px;
		left: 50%;
		color: #b19e9c;
		font-size: 30px !important;
		z-index: 1000;
		cursor: pointer;
		-webkit-transition: all 0.3s ease-in-out 0s;
		-moz-transition: all 0.3s ease-in-out 0s;
		-o-transition: all 0.3s ease-in-out 0s;
		transition: all 0.3s ease-in-out 0s;
	}
	.slick-next {
		margin-left: 115px;
	}
	.slick-prev {
		margin-left: -125px;
	}
	.slick-arrow:hover,
	.slick-arrow:focus {
		color: #eb7225;
	}
	.slick-dots {
		position: absolute;
		bottom: 30px;
		left: 50%;
		-webkit-transform: translateX(-50%);
		  -ms-transform: translateX(-50%);
		      transform: translateX(-50%);
		text-align: center;
		margin: 0 auto;
	}
	.slick-dots li {
		display: inline-block;
		margin: 0 5px;
	}
	.slick-dots li button {
		height: 15px;
		width: 15px;
		display: block;
		text-indent: -9999px;
		overflow: hidden;
		border: none;
		background-color: #b19e9c;
		-webkit-border-radius: 15px;
		-moz-border-radius: 15px;
		border-radius: 15px;
		padding: 0;
		cursor: pointer;
		-webkit-transition: all 0.3s ease-in-out 0s;
		-moz-transition: all 0.3s ease-in-out 0s;
		-o-transition: all 0.3s ease-in-out 0s;
		transition: all 0.3s ease-in-out 0s;
		outline: none;
	}
	.slick-dots li button:hover,
	.slick-dots li button:focus,
	.slick-dots li.slick-active button {
		background-color: #eb7225;
	}
	.inner-header-image {
		display: none;
	}
	#factory-teams-title {
		margin-top: 0;
	}
	
	
	
/*  ==========================================================================
	Homepage
	========================================================================== */		
	.walkers-banner {
		background-repeat: no-repeat;
		background-position: left bottom;
		background-size: 100% auto;
		min-height: 230px;
		margin-bottom: 30px;
		position: relative;
	}
	.banner-content {
		max-width: 300px;
		margin: 0 auto;
	}
	.toffee-banner  {
		position: relative;
	}
	.toffee-banner .banner-content:before,
	.toffee-banner .banner-content:after {
		position: absolute;
		display: block;
	}
	.toffee-banner .banner-content:before {
		content: url(images/heart-1.png);
		top: 50px;
		left: -30px;
	}
	.toffee-banner .banner-content:after {
		content: url(images/heart-2.png);
		top: -10px;
		right: -30px;
	}
	.toffee-banner .banner-content {
		max-width: 560px;
		width: 90%;
		z-index: 100;
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		    -ms-transform: translate(-50%, -50%);
		        transform: translate(-50%, -50%);
	}
	.toffee-banner .banner-content p {
		max-width: 320px;
		margin: 0 auto 10px;
	}
	.banner-content * {
		margin-bottom: 10px;
	}
	.link-blocks {
		margin-bottom: 30px;
	}
	.link-blocks .col3 {
		width: 32.000000%;
		margin-right: 2%;
	}
	.link-blocks .col3:last-child {
		margin-right: 0;
	}
	figure.ragged-border {
		background-image: url(images/link-block-img-bg.jpg);
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 100% 100%;
		padding: 8px;
		margin-bottom: 20px;
		-webkit-box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    box-sizing: border-box;
	}
	.link-blocks figure img {
		width: 100%;
		height: auto;
	}
	.content-blocks {
		padding: 40px 0 0;
	}
	.content-blocks > .col-half {
		margin-bottom: 40px;
	}
	.content-blocks > .col-half.left {
		clear: both;
	}
	.content-blocks h4,
	.link-block h3 {
		font-size: 22px;
		line-height: 26px;
		margin-bottom: 10px;
	}
	.content-blocks > .col-half p {
		line-height: 19px;
	}
	
	
/*  ==========================================================================
	Inner Page - General
	========================================================================== */	
	#inner-header {
		height: 260px;
	}
	.inner-padding {
		padding: 30px; 
	}
	.intro {
		max-width: 80%;
		margin: 10px auto;
	}
	p .intro {
		font-size: 18px;
		line-height: 25px;
	}
	.section-title {
		width: 90%;
		margin: 30px auto 30px;
		max-width: 580px;
		text-align: center;
		position: relative;
	}
	.section-title h3 {
		z-index: 100;
		position: relative;
	}


/*  ==========================================================================
	Inner Page - About
	========================================================================== */	
	.fitvid  {
		margin-bottom: 30px;
	}
	.fitvid iframe {
		width: 100%;
		height: auto;
	}	
	

/*  ==========================================================================
	Inner Page - Infographic
	========================================================================== */		
	.infographic-wrapper {
		padding: 50px 0 300px;
		position: relative;
	}
	.infographic-wrapper img {
		margin: 0 auto;
	}
	.infographic-blocks li {
		position: absolute;
		list-style-type: none;
		text-align: center;	
	}
	.infographic-blocks li p {
		font-family: 'Love Ya Like A Sister', Helvetica, Arial, sans-serif;
		font-size: 18px;
		line-height: 20px;
		max-width: 300px;
		margin: 0 auto;
	}
	.infographic-blocks li p strong {
		font-size: 24px;
		font-weight: 300;
		line-height: 30px;
		color: #eb7123;
	}
	.infographic-blocks li img {
		margin-bottom: 20px;
	}
	.infographic-blocks li.block-1 {
		top: 100px;
	}
	.infographic-blocks li.block-2 {
		top: 30%;
	}
	.infographic-blocks li.block-2.left {
		top: 28%;
	}
	.infographic-blocks li.block-3 {
		top: 50%;
	}
	.infographic-blocks li.block-3.right {
		top: 55%
	}
	.infographic-blocks li.block-4 {
		bottom: 0;
	}
	.infographic-blocks li:after {
		position: absolute;
	}
	.infographic-blocks li.block-1.left:after {
		content: url(images/arrow-left-1.png);
		bottom: 40px;
		right: -100px;
	}
	.infographic-blocks li.block-2.left:after {
		content: url(images/arrow-left-2.png);
		bottom: 40px;
		right: -120px;
	}
	.infographic-blocks li.block-3.left:after {
		content: url(images/arrow-left-3.png);
		bottom: 120px;
		right: -120px;
	}
	.infographic-blocks li.block-1.right:after {
		content: url(images/arrow-right-1.png);
		bottom: 30px;
		left: -120px;
	}
	.infographic-blocks li.block-2.right:after {
		content: url(images/arrow-right-2.png);
		top: 40px;
		left: -60px;
	}
	.infographic-blocks li.block-3.right:after {
		content: url(images/arrow-right-3.png);
		bottom: 150px;
		left: -40px;
	}

		
	
/*  ==========================================================================
	Inner Page - Factory Teams
	========================================================================== */	
	#factory-teams-title:before {
		content: url(images/meet-team-emb.jpg);
		position: absolute;
		right: -120px;
		bottom: -20px;
		z-index: 0;
	}
	#accordion {
		margin: 20px 0 70px;
		background-image: url(images/accordion-divide.jpg);
		background-repeat: no-repeat;
		background-position: center bottom;
	}
	#accordion > h3 {
		font-size: 26px;
		line-height: 26px;
		padding: 30px 40px 30px 50px;
		position: relative;
		background-image: url(images/accordion-divide.jpg);
		background-repeat: no-repeat;
		background-position: center top;
		margin-bottom: 0;
		cursor: pointer;
	}
	#accordion > h3.first {
		background-image: none;
	}
	#accordion > h3:before {
		content: url(images/droplet.svg);
			position: absolute;
			left: 0;
			top: 50%;
			-webkit-transform: translateY(-50%);
		      -ms-transform: translateY(-50%);
		          transform: translateY(-50%);
	}
	#accordion > h3.world-icon {
		padding-left: 70px;
	}
	#accordion > h3.world-icon:before {
		content: url(images/world-icon.jpg);
	}
	#accordion > h3.uk-flag-icon {
		padding-left: 90px;
	}
	#accordion > h3.uk-flag-icon:before {
		content: url(images/uk-flag-icon.jpg);
	}
	#accordion > h3:after {
		content: "+";
		font-family: 'Love Ya Like A Sister', Helvetica, Arial, sans-serif;
		font-size: 60px;
		color: #eb7123;
		-webkit-transition: all 0.3s ease-in-out 0s;
		-moz-transition: all 0.3s ease-in-out 0s;
		-o-transition: all 0.3s ease-in-out 0s;
		transition: all 0.3s ease-in-out 0s;
		position: absolute;
		right: 0;
		top: 50%;
			-webkit-transform: translateY(-50%);
		      -ms-transform: translateY(-50%);
		          transform: translateY(-50%);
	}
	#accordion h3.ui-accordion-header-active:after {
		content: "-";
	}
	#accordion > div { 
		padding-bottom: 10px;
	}
	.gallery-slider {
		margin-bottom: 20px;
	}
	.gallery-slider {
		background-image: url(images/factory-team-img-bg.jpg);
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
		padding: 10px;
	}

	
/*  ==========================================================================
	Inner Page - Did you know? Template
	========================================================================== */	
	.bordered-block {
		background-image: url(images/bordered-intro-bg.jpg);
		background-repeat: no-repeat;
		background-position: center bottom;
		padding-bottom: 30px;
	}
	.flat-bordered-block {
		background-image: url(images/bordered-flat-bg.jpg);
		background-repeat: no-repeat;
		background-position: center bottom;
		padding-bottom: 16px;
	}
	.flat-bordered-block:last-child {
		background-image: none;
		padding-bottom: 0;
	}
	.bordered-intro-media {
		width: 30%;
	}
	.bordered-intro-media img {
		margin: 0 auto;
	}
	.bordered-intro-content {
		width: 60%;
		margin: 30px 5% 0;
	}
	.swipe-border {
		background-image: url(images/accordion-divide.jpg);
		background-repeat: no-repeat;
		background-position: center bottom;
		margin-bottom: 0;
	}
	
	
/*  ==========================================================================
	Inner Page - Team Members
	========================================================================== */	
	.team-member {
		margin: 40px 0 50px;
		position: relative;
	}
	.team-member:nth-child(3n+1) {
		clear: left;
	}
	.profile-image {
		height: 200px;
		width: 200px;
		-webkit-border-radius: 200px;
		-moz-border-radius: 200px;
		border-radius: 200px;
		overflow: hidden;
		margin: 0 auto 20px;
	}
	.team-member h3 {
		font-size: 28px;
		line-height: 30px;
		margin-bottom: 5px;
	}
	.team-member h5 {
		text-transform: none;
		font-weight: bold;
	}
	.team-member span {
		display: block;
		margin-bottom: 15px;
	}
	.team-member .email {
		padding-left: 40px;
		position: relative;
		display: inline-block;
	}
	.team-member .email:before {
		content: url(images/email-aeroplane.jpg);
		position: absolute;
		left: 0;
	}
	.team-member-inner {
		max-width: 90%;
		margin: 0 auto;
	}
	.profile-image-wrap {
		position: relative;
	}
	.embellishment {
		position: absolute;
		top: -80px;
		opacity: 0;
		z-index: -1;
		-webkit-transition: all 0.3s ease-in-out 0s;
		-moz-transition: all 0.3s ease-in-out 0s;
		-o-transition: all 0.3s ease-in-out 0s;
		transition: all 0.3s ease-in-out 0s;
	}
	.embellishment.left {
		left: 0;
	}
	.embellishment.right {
		right: 0;
	}
	.profile-image-hover {
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		z-index: -1;
		opacity: 0;
		-webkit-transition: all 0.3s ease-in-out 0s;
		-moz-transition: all 0.3s ease-in-out 0s;
		-o-transition: all 0.3s ease-in-out 0s;
		transition: all 0.3s ease-in-out 0s;
	}
	.team-member:hover .profile-image-hover,
	.team-member:focus .profile-image-hover,
	.team-member:hover .embellishment,
	.team-member:focus .embellishment {
		z-index: 10;
		opacity: 1;
	}
	.team-member:hover .embellishment,
	.team-member:focus .embellishment {
		z-index: 12;
	}
	
	
/*  ==========================================================================
	Inner Page - Callouts
	========================================================================== */		
	.signposts {
		margin: 50px 0;
		clear: both;
	}
	.signpost {
		width: 49%;
		position: relative;
		-ms-transform: rotate(-2deg); /* IE 9 */
		-webkit-transform: rotate(-2deg); /* Safari */
		transform: rotate(-2deg);
	}
	.signpost:after {
		content: "";
	    width: 100%;
	    position: absolute;
	    bottom: -40px;
	    background-image: url(images/signpost-shadow.png);
	    background-size: 100% auto;
	    background-repeat: no-repeat;
	    left: 0;
	    display: block;
	    right: 0;
	    z-index: -1;
	    height: 145px;
	    -ms-transform: rotate(2deg); /* IE 9 */
		-webkit-transform: rotate(2deg); /* Safari */
		transform: rotate(2deg);
	}
	.signpost * {
		color: #fff;
	}
	.signpost h3 {
		font-size: 48px;
		line-height: 52px;
	}
	.signpost .inner-padding {
		padding: 40px 40px;
		border: 7px solid #fff;
		box-shadow: 0px 0px 5px rgba(0,0,0,0.15);
		position: relative;
		z-index: 10;
	}
	.signpost .inner-padding:before {
		content: "";
		position: absolute;
		top: 0px;
		left: 0px;
		right: 0px;
		bottom: 0px;
		z-index: 0;
	}
	.orange-overlay-wrapper:before {
		background-color: #ed7203;
		background-color: rgba(237,114,3,0.77); 
	}
	.black-overlay-wrapper:before {
		background-color: #333;
		background-color: rgba(90,90,90,0.4);
	}
	.fullwidth-callout {
		padding: 15px 20px;
		position: relative;
	}
	.fullwidth-callout .border {
		position: absolute;
		left: 0;
		width: 100%;
	}
	.fullwidth-callout .border-top {
		bottom: 100%;
	}
	.fullwidth-callout .border-bottom {
		top: 100%;
	}
	.fullwidth-callout h2 {
		margin-bottom: 0;
		font-size: 40px;
		line-height: 50px;
		position: relative;
		display: inline-block;
	}
	
	
/*  ==========================================================================
	Our Toffees Page
	========================================================================== */		
	.toffee-products li {
		display: inline-block;
		width: 29%;
		margin: 0 2% 40px;
		position: relative;
		vertical-align: top;
	}
	.relative {
		position: relative;
	}
	.toffee-products li img {
		margin: 0 auto 20px;
	}
	.toffee-hover {
		position: absolute;
		opacity: 0;
		z-index: -1;
	}
	.toffee-products li:hover .toffee-hover,
	.toffee-products li:focus .toffee-hover {
		opacity: 1;
		z-index: 10;
	}
	.toffee-banner {
		background-image: url(images/toffee-banner-bg.svg);
		background-size: 100% 100%;
		background-repeat: no-repeat;
		min-height: 320px;
	}
	.product-variations > li {
		list-style-type: none;
		background-image: url(images/accordion-divide.jpg);
	    background-repeat: no-repeat;
	    background-position: center bottom;
	    margin-bottom: 0;
	}
	.product-variations > li:last-child {
		background-image: none;
	}
	.product-variations > li .tabs {
		display: none;
	}
	.product-variations li h2 {
		margin-top: 20px;
		font-size: 38px;
		line-height: 40px;
		margin-bottom: 40px;
	}
	.product-image  {
		width: 28%;
	}
	.product-image img {
		margin: -30px auto 0px;
	}
	.product-desc {
		width: 68%;
	}
	.product-desc ul {
		margin: 0 20px 20px;
	}
	.product-desc ul li {
		margin-bottom: 10px;
	}
	.shop-link {
		margin: 30px 0 40px;	
	}
	.shop-link span {
		line-height: 50px;
		display: inline-block;
		margin-right: 30px;
	}
	.shop-link span.delivery-label {
		margin: 0 0 0 30px;
		clear: none;
		padding-top: 0;
	}
	.tab-toggle {
		font-size: 27px;
		line-height: 30px;
		color: #eb7123;
		font-family: 'Love Ya Like A Sister', Helvetica, Arial, sans-serif;
		margin-bottom: 40px;
		cursor: pointer;
		-webkit-transition: all 0.3s ease-in-out 0s;
		-moz-transition: all 0.3s ease-in-out 0s;
		-o-transition: all 0.3s ease-in-out 0s;
		transition: all 0.3s ease-in-out 0s;
	}
	.tab-toggle:hover,
	.tab-toggle:focus {
		color: #1b1b1b;
	}
	.tab-toggle:after {
		content: " +";
		font-family: 'Love Ya Like A Sister', Helvetica, Arial, sans-serif;
		font-size: 30px;
	}
	.tab-toggle.tab-open:after {
		content: " -";
	}
	.nut-info {
		padding: 30px;
	}
	.ui-tabs-panel {
		
	}
	.available-sizes {
		margin-bottom: 30px;
		padding: 20px;
		position: relative;
		display: inline-block;
	}
	.available-sizes:before,
	.available-sizes:after {
		position: absolute;
	}
	.available-sizes:before {
		content: url(images/smash-left.png);	
		top: -5px;
		left: -10px;
	}
	.available-sizes:after {
		content: url(images/smash-right.png);
		top: -5px;
		right: -10px;
	}
	.available-sizes li {
		display: inline-block;
		font-size: 32px;
		line-height: 34px;
		font-family: 'Love Ya Like A Sister', Helvetica, Arial, sans-serif;
		margin: 0 20px;
		position: relative;
	}
	.available-sizes li:after {
		content: "&";
		position: absolute;
		right: -32px;
	}
	.available-sizes li:last-child:after {
		content: "";
	}
	.side-bordered {
		margin-bottom: 40px;
	}
	.side-bordered h3 {
		display: inline-block;
		position: relative;
		margin-bottom: 0;
	}
	.side-bordered h3:before,
	.side-bordered h3:after {
		position: absolute;
		margin-top: -6px;
	}
	.side-bordered h3:after {
		content: url(images/side-border-right.jpg);		
		left: 108%;
	}
	.side-bordered h3:before {
		content: url(images/side-border-left.jpg);
		right: 108%;
	}
	.column-wrap {
		margin-bottom: 40px;
	}
	.column-wrap figure img {
		margin: 0 auto;
	}
	.column-wrap .col3 p {
		max-width: 90%;
		margin: 0 auto;
	}
	
	
/*  ==========================================================================
	Single toffee page
	========================================================================== */		
	.single-toffee-intro .col-half.right img {
		margin-top: 20px;
	}
	.single-toffee-intro {
		margin-bottom: 0;
	}
	
	
	
/*  ==========================================================================
	Blog
	========================================================================== */	
	.sidebar {
		width: 30%;
	}
	.sidebar h3 {
		font-size: 22px;
		line-height: 26px;
	}
	.sidebar > ul > li {
		list-style-type: none;
		margin-bottom: 30px;
	}
	.content_column {
		width: 67%;
	}
	.blog-previews article {
		margin-bottom: 50px;
	}
	.blog-previews article h2 {
		font-size: 30px;
		line-height: 36px;
	}
	.blog-previews article h2 a {
		color: #1d1d1b;
	}
	.blog-previews article h2 a:hover,
	.blog-previews article h2 a:focus {
		color: #ec7123;
	}
	.post-thumbnail  {
		margin-bottom: 30px;
		overflow: hidden;
	}
	.post-thumbnail img { 
		width: 100%;
		height: auto;
		-webkit-transition: all 0.3s ease-in-out 0s;
		-moz-transition: all 0.3s ease-in-out 0s;
		-o-transition: all 0.3s ease-in-out 0s;
		transition: all 0.3s ease-in-out 0s;
	}
	.blog-previews article:hover .post-thumbnail img,
	.blog-previews article:focus .post-thumbnail img {
		-ms-transform: scale(1.02); /* IE 9 */
		-webkit-transform: scale(1.02); /* Safari */
		transform: scale(1.02);
	}
	.post-date {
		display: block;
		margin-bottom: 20px;
		font-size: 22px;
		line-height: 26px;
		font-family: 'Love Ya Like A Sister', Helvetica, Arial, sans-serif;
		color: #1d1d1b;
	}
	.read-more {
		margin: 20px 0 20px 0;
	}
	.sidebar > ul > li li {
		list-style-type: none;
		margin-bottom: 10px;
	}
	.sidebar > ul > li li a {
		color: #1d1d1b;
	}
	.sidebar > ul > li li a:hover,
	.sidebar > ul > li li a:focus {
		color: #ec7123;
	}
	.sidebar > ul > li li a:after {
		content: "»";
		position: relative;
		margin: -4px 0 0 5px;
	}
	.post-pagination {
		margin-top: 40px;
		padding: 40px 0;
		background-image: url(images/accordion-divide.jpg);
		background-repeat: no-repeat;
		background-position: center top;
	}
	.twitter-block {
		border: 1px solid #d4d4cc;
	}
	
	
/*  ==========================================================================
	Trade Page
	========================================================================== */		
	.trade-content {
		padding-left: 40px;
	}
	.page-template-trade-page-php .tick-list{
	    margin: 0 0 40px;
	    background-image: url(images/accordion-divide.jpg);
	    background-repeat: no-repeat;
	    background-position: center bottom;
	    padding-bottom: 20px;
    }

	.trade-catalogue {
		margin: 20px 0 25px 0;
		background-image: url(images/tradebrochure-bg.png);
		background-repeat: no-repeat;
		background-size: auto 100%;
		min-height:  290px;
		position: relative;
		overflow: hidden;
	}
	.white-line {
		position: absolute;
		width: 94%;
		margin: 0 auto;
		z-index: 0;
	}
	.white-line.top {
		top: 30px;
	}
	.white-line.bottom {
		bottom: 30px;
	}
	.trade-catalogue-content {
		max-width: 420px;
		margin: 20px auto;
		z-index: 20;
		position: relative;
	}

	@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
		.button,
		.wpcf7-submit,
		#review_form #respond .form-submit input {
	    	 -webkit-border-image-source: none;
			-moz-border-image-source: none;
			border-image-source: none;
			border: 3px solid #fff;
			padding: 6px 25px;
	  	}	
	}
	@-moz-document url-prefix() { 
	  	.button,
		.wpcf7-submit,
		#review_form #respond .form-submit input {
	    	 -webkit-border-image-source: none;
			-moz-border-image-source: none;
			border-image-source: none;
			border: 3px solid #fff;
			padding: 6px 25px;
	  	}
	}
	.trade-catalogue-content * {
		color: #fff;
	}
	.banner-img {
		z-index: 10;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		  -ms-transform: translateY(-50%);
		      transform: translateY(-50%);
	}
	.banner-img.left {
		right: 74%;
	}
	.banner-img.right {
		left: 75%;
	}
	.tick-list {
		margin: 20px 0 60px;
		text-align: center;
	}
	.home .tick-list {
		margin: 0 0 20px;
		background-image: url(images/accordion-divide.jpg);
		background-repeat: no-repeat;
		background-position: center bottom;
		padding-bottom: 20px;
	}
	.vertical-tick-list li,
	.tick-list li {
		padding-left: 30px;
		margin-bottom: 0;
		background-image: url(images/orange-tick.png);
		background-repeat: no-repeat;
		background-position: left center;
		list-style-type: none;
		margin-right: 20px;
		line-height: 35px;
		font-size: 17px;
		display: inline-block;
		font-family: 'Love Ya Like A Sister', Helvetica, Arial, sans-serif;
	}
	.small-banner .tick-list li {
		line-height: 64px;
		text-transform: uppercase;
		font-size: 18px;
		padding-left: 40px;
		margin: 0 40px;
	}
	.trade-stockists {
		list-style-type: none;
	}
	.trade-stockists li {
		margin-bottom: 20px;
	}
	.trade-stockists .flat-bordered-block:last-child {
		background-image: none;
		margin-bottom: 0;
	}
	.trade-stockists li h3 {
		text-transform: none;
		color: #eb7225;
	}
	.trade-stockists li p {
		font-size: 13px;
		line-height: 16px;
	}
	.trade-stockists li a {
		display: block;
		margin-top: 5px;
		font-weight: 700;
	}
	.trade-stockists li .button {
		margin-top: 30px;
		text-align: center;
		display: inline-block;
		padding: 9px 50px;
	}
	span.small {
		font-size: 15px;
		margin-bottom: 10px;
		color: #fff;
	}
	span.large,
	span.large a {
		font-size: 30px;
		line-height: 36px;
		font-family: 'Love Ya Like A Sister', Helvetica, Arial, sans-serif;
		color: #fff;
	}
	large a:hover,
	large a:focus {
		color: #1d1d1b;
	}
	.trade-news {
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		padding: 20px;
	}
	.trade-news li {
		list-style-type: none;
		margin-bottom: 10px;
	}
	.trade-news p {
		margin-bottom: 10px;
	}
	.readmore {
		margin-bottom: 15px;
		display: block;
	}
	
	
/*  ==========================================================================
	Contact Page
	========================================================================== */		
	.google-map iframe {
		height: 380px;
		margin: 0 0 40px 0;
		width: 100%;
	}
	.form-wrap {
		margin-bottom: 40px;
		background-image: url(images/contact-form-bg.png);
		min-height: 602px;
	}
	.form-wrap.grey-bg {
		background-image: url(images/grey-bg.png);
	}
	.form-wrap .inner-padding {
		padding: 70px 30px 50px;
	}
	.form-wrap h3 {
		text-align: center;
		color: #fff;
		font-size: 32px;
	}	
	.form-wrap .wpcf7-text {
		width: 100%;
		max-width: 350px;
		line-height: 22px;
		padding: 10px 4%;
		font-size: 18px;
		color: #868686;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		border: none;
		font-family: 'Nixie One', Helvetica, Arial, sans-serif;
		-webkit-box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    box-sizing: border-box;
	}
	.form-wrap textarea {
		font-size: 18px;
		color: #868686;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		width: 100%;
		padding: 10px 4%;
		border: none;
		height: 140px;
		font-family: 'Nixie One', Helvetica, Arial, sans-serif;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.contact-wrap .inner-padding {
		padding: 70px 50px 50px;
	}
	.contact-details {
		margin-bottom: 40px;
	}
	.contact-details li {
		list-style-type: none;
		font-size: 18px;
		line-height: 20px;
		margin-bottom: 10px;
	}
	.contact-details li i {
		margin-right: 10px;
		font-size: 23px;
		color: #eb7225;
	}
	div.wpcf7-mail-sent-ok {
	    background-color: #32cf4e !important;
	    border: none !important;
	    color: #fff !important;
	} 
	div.wpcf7-response-output {
	    position: absolute !important;
	    bottom: 0px !important;
	    left: 0 !important;
	    width: 90% !important;
	    padding: 20px 5% !important;
	    text-align: center;
	    margin: 0 !important;
	}
	div.wpcf7-validation-errors,
	span.wpcf7-not-valid-tip {
	    background-color: #f74040 !important;
	    border: none !important;
	    color: #fff !important;
	}
	span.wpcf7-not-valid-tip {
	    top: 0 !important;
	    left: 0 !important;
	    padding: 0 3% !important;
	    text-align: center !important;
	    width: 94% !important;
	    height: 4px !important;
	    text-indent: -9999px;
	    overflow: hidden;
	}
	
	
/*  ==========================================================================
	Shop pages - Where to buy
	========================================================================== */	
	.tab-border-title {
		background-image: url(images/bordered-title.jpg);
		background-repeat: repeat-x;
		background-position: center bottom;
		margin-bottom: 40px;
	}	
	.tab-border-title h2 {
		font-size: 24px;
		line-height: 22px;
		padding: 20px 30px;
		display: inline-block;
		background-color: #fffef6;
		margin-bottom: -3px;
		background-image: url(images/bordered-title.jpg);
		background-repeat: repeat-x;
		background-position: center top;
		position: relative;
	}
	.tab-border-title h2:before {
		content: url(images/bordered-title-left.jpg);
		position: absolute;
		top: 0;
		left: 0;
	}
	.tab-border-title h2:after {
		content: url(images/bordered-title-right.jpg);
		position: absolute;
		top: 0;
		right: 0;
	}
	.banner-button-right {
		width: 25%;
		text-align: center;
		position: absolute;
		top: 50%;
		right: 0;
		-webkit-transform: translateY(-50%);
		  -ms-transform: translateY(-50%);
		      transform: translateY(-50%);	
	}
	.where-to-buy-banner {
		overflow: hidden;
		background-image: url(images/tradebrochure-bg.png);
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 100% 100%;
	}
	.large-cart {
		margin: 0 auto 20px;
	}
	.where-to-buy-banner .banner-img.left {
		right: 70%;
	}
	#locations {
		width: 200px;
		height: 40px;
		margin-bottom: 20px;
		font-size: 18px;
		margin-top: 5px;
	}
	.stockist-container h4 {
		font-size: 24px;
		margin-right: 20px;
	}
	#mixcontainer .mix {
		display: none;
		width: 100%;
		margin-bottom: 40px;
	}
	.mix {
		width: 100%;
		margin-bottom: 40px;
		clear: both;
	}
	.mix h2 {
		font-size: 30px;
		line-height: 36px;
		color: #eb7225;
		text-transform: none;
		margin-bottom: 10px;
	}
	.mix p {
		margin-bottom: 0;
		line-height: 19px;
		font-size: 13px;
	}
	.mix .contact-details {
		margin: 46px 0 0;
	}
	.mix .contact-details li {
		line-height: 19px;
		font-size: 13px;
		margin-bottom: 0;
	}
	.mix img {
		margin: 0 auto;
	}
	
	

	
/*  ==========================================================================
	Shop pages - Shop Header
	========================================================================== */	
	.header-cart {
		position: relative;
	}
	.cart-count {
		position: absolute;
		top: -5px;
		right: -10px;
		background-color: #1b1b1b;
		line-height: 25px;
		height: 25px;
		width: 25px;
		display: block;
		color: #fff;
		text-align: center;
		-webkit-border-radius: 30px;
		-moz-border-radius: 30px;
		border-radius: 30px;
	}
	.cart-count:hover,
	.cart-count:focus {
		background-color: #fff;
	}
	.cart-contents {
		float: right;
		font-size: 18px;
		line-height: 29px;
		color: #1d1d1b;
		margin-right: 20px;
	}
	.cart-contents span {
		color: #1b1b1b;
	}
	.header-widget li {
		list-style-type: none;
	}
	#shop .woocommerce-breadcrumb,
	#shop .woocommerce-result-count {
		display: none;
	}
	.gridlist-toggle {
		float: left;
		clear: none !important;
		padding: 0 !important;
		margin: 0 0 70px 20px;
	}
	.gridlist-toggle a {
		margin-right: 20px;
		font-family: 'Love Ya Like A Sister', Helvetica, Arial, sans-serif;
		font-size: 18px;
	}
	.gridlist-toggle a.active {
		color: #1b1b1b;
	}
	.woocommerce-ordering {
		float: left !important;
	}
	
	
/*  ==========================================================================
	Shop pages - Main Shop
	========================================================================== */		
	.small-banner {
		background-image: url(images/small-banner-bg.jpg);
		background-repeat: repeat-x;
		background-position: center center;
		height: 64px;
		width: 100%;
		display: block;
		position: relative;
		margin-bottom: 30px;
	}
	.small-banner:before {
		content: url(images/small-banner-bg-left.jpg);
		position: absolute;
		left: 0;
		top: 0;
	}
	.small-banner:after {
		content: url(images/small-banner-bg-right.jpg);
		position: absolute;
		right: 0;
		top: 0;
	}
	.small-banner .tick-list {
		margin-top: 0;
	}
	.small-banner-open {
		position: absolute;
		right: 50px;
		top: 60px;
	}
	.shop-sidebar {
		width: 15%;
		clear: both;
	}
	.shop-sidebar h3 {
		font-size: 28px;
		line-height: 28px;
	}
	.products.list,
	.products.grid {
		width: 82%;
		float: right;
	}
	ul.products.list li.product img {
		width: 20% !important;
	}
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
		float: left;
	}
	.quantity input {
		float: left;
		margin-left: 5px;
	}
	.quantity button {
		height: 50px;
		width: 50px;
		line-height: 50px;
		text-align: center;
		display: inline-block;
		background-color: #eb7225;
		border: none;
		color: #fff;
		font-size: 30px;
		margin-left: 5px;
		outline: none;
		padding: 0;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		-webkit-transition: all 0.3s ease-in-out 0s;
		-moz-transition: all 0.3s ease-in-out 0s;
		-o-transition: all 0.3s ease-in-out 0s;
		transition: all 0.3s ease-in-out 0s;
		cursor: pointer;
	}
	.quantity button:hover,
	.quantity button:focus {
		background-color: #1d1d1b;
	}
	.woocommerce-pagination {
		clear: both;
		text-align: center;
	}
	.woocommerce-pagination .page-numbers li {
		display: inline-block;
	}
	.woocommerce-pagination .page-numbers li a,
	.woocommerce-pagination .page-numbers li span {
		display: block;
		height: 40px;
		width: 40px;
		line-height: 40px;
	}
	.woocommerce-pagination .page-numbers li span.current{
		color: #fff;
		background-color: #eb7225;
	}
	.product_cat-the-full-range .product_meta {
		display: none;
	}
	
	
/*  ==========================================================================
	Shopping Cart
	========================================================================== */		
	.cart-header {
		margin: 30px 0 40px;
		padding-bottom: 20px;
	}
	.inner-wrapper {
		width: 94%;
		margin: 0 3%;
	}
	.shop_table {
		width: 100%;
	}
	.shop_table thead {
		height: 50px;
		vertical-align: top;
	}
	.shop_table thead th {
		font-size: 18px;
		font-family: 'Love Ya Like A Sister', Helvetica, Arial, sans-serif;
		height: 30px;
		vertical-align: top;
		text-align: left;
		text-transform: uppercase;
	}
	.product-remove {
		padding: 0 0 0 20px;
	}
	.product-remove a {
		height: 20px;
		width: 20px;
		color: #fff;
		text-align: center;
		line-height: 20px;
		background-color: #eb7123;
		display: block;
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		border-radius: 20px;
	}
	.product-remove a:hover,
	.product-remove a:focus {
		background-color: #1b1b1b;
	}
	.cart_item {
		background-color: #f3f2ec;
		border-bottom: 5px solid #fffef6;
	}
	.cart_item td {
		height: 80px;
		vertical-align: middle;
		text-align: left;
	}
	.cart_item .product-name {
		text-align: left;
	}
	.product-thumbnail {
		padding: 10px;
	}
	.product-thumbnail img {
		max-height: 80px;
		width: auto;
	}
	.product-quantity {
		width: 100px;
	}
	.quantity > input.input-text {
		height: 50px !important;
		width: 60px !important;
		font-size: 18px;
		font-family: 'Nixie One', Helvetica, Arial, sans-serif;
		text-align: center;
	}
	.quantity > input.minus,
	.quantity > input.plus {
		height: 25px !important;
		width: 25px !important;
		background-color: #eb7225 !important;
		border: none !important;
		color: #fff !important;
		font-size: 22px !important;
		outline: none;
		-webkit-transition: all 0.3s ease-in-out 0s;
		-moz-transition: all 0.3s ease-in-out 0s;
		-o-transition: all 0.3s ease-in-out 0s;
		transition: all 0.3s ease-in-out 0s;
	}
	.quantity > input.minus:hover,
	.quantity > input.minus:focus,
	.quantity > input.plus:hover,
	.quantity > input.plus:focus {
		background-color: #1b1b1b !important;
	}
	input[type=number]::-webkit-inner-spin-button, 
	input[type=number]::-webkit-outer-spin-button { 
	  -webkit-appearance: none; 
	  margin: 0; 
	}
	td.actions {
		padding: 15px 0 60px;
	}
	.coupon {
		width: 450px;
		padding-left: 40px;
		float: left;
	}
	.actions .button {
		float: right;
	}
	.cart-collaterals {
		width: 50%;
		float: right;
		margin-bottom: 100px;
	}
	.cart_totals h2 {
		font-size: 24px;
		line-height: 24px;
		margin-bottom: 20px;
	}
	.cart_totals th {
		padding: 10px;
	}
	.cart_totals td {
		background-color: #f3f2ec;
		padding: 10px;
	}
	.wc-proceed-to-checkout {
		margin-top: 20px;
	}
	.wc-proceed-to-checkout a {
		display: block;
		text-align: center;
	}
	.woocommerce-info {
		margin-bottom: 10px;
	}
	#coupon_code {
		height: 40px;
		line-height: 45px;
		padding: 0 20px;
		margin-top: 4px;
		font-size: 18px;
	}
	.coupon #coupon_code {
		width: 230px;
	}
	.woocommerce-message {
		position: relative;
		z-index: 100;
		padding: 10px 30px;
		background-color: #f3f2ec;
		margin-bottom: 20px;
		text-align: center;
	}
	.woocommerce-thankyou-order-details li {
		margin-bottom: 5px;
	}
	
	
/*  ==========================================================================
	Checkout
	========================================================================== */		
	.cart-empty {
		text-align: center;
	}
	.return-to-shop {
		display: block;
		text-align: center;
	}
	.return-to-shop a {
		margin: 0 auto;
		display: inline-block;
	}
	div.woocommerce {
		padding: 70px 0;
	}
	.col2-set {
		width: 48%;
		float: left;
	}
	.checkout label {
		font-family: 'Love Ya Like A Sister', Helvetica, Arial, sans-serif;
		text-transform: uppercase;
		margin-bottom: 5px;
		display: block;
	}
	.form-row .button {
		margin-right: 20px;
	}
	.form-row-first {
		width: 48%;
		float: left;
	}
	.checkout_coupon .form-row-first {
		width: auto;
	}
	.form-row-last {
		float: right;
		width: 48%;
	}
	.checkout_coupon .form-row-last {
		width: auto;
		float: left;
		margin-left: 20px;
	}
	.input-text,
	textarea  {
		padding: 10px 10px;
		font-size: 15px;
		line-height: 18px;
		width: 100%;
		border: 1px solid #d7d8d2;
		-webkit-box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    box-sizing: border-box;
	    font-family: 'Nixie One', Helvetica, Arial, sans-serif;
	}
	.input-radio {
		float: left;
	}
	textarea {
		height: 100px;
	}
	.checkout .checkbox {
		display: inline-block;
	}
	.required {
		font-size: 20px;
		color: #eb7123;
	}
	.over-review-wrap {
		padding: 20px;
		-webkit-box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    box-sizing: border-box;
	    border: 2px solid #eb7123; 
	    background-color: #f9f9f9;
	}
	.over-review-wrap h3 {
		font-size: 28px;
		line-height: 30px;
	}
	#order_review .cart_item {
		background-color: #f2f1ec
	}
	#order_review .cart_item td {
		height: 50px;
		padding: 10px 20px;
	}
	#order_review .cart-subtotal th {
		padding-top: 20px;
		
	}
	#order_review th {
		font-size: 18px;
		font-family: 'Love Ya Like A Sister', Helvetica, Arial, sans-serif;
		height: 30px;
		text-transform: uppercase;
	}
	#order_review tfoot {
		margin-top: 20px;
	}
	#order_review .cart_item td.product-name {
		width: 50%;
	}
	.payment_methods {
		margin: 20px 0;
	}
	.payment_methods li {
		list-style-type: none;
	}
	#place_order {
		display: block;
		width: 100%;
	}
	.woocommerce-error {
		margin: 0 0 40px;
	}
	.woocommerce-error li {
		list-style-type: none;
		color: #eb7123;
		margin-bottom: 5px;
	}
	.wc_payment_method {
		clear: both;
	}
	.payment_method_paypal img {
		max-width: 40%;
		float: right;
		height: auto;
		margin-bottom: 20px;
		margin-left: 20px;
	}
	#payment_method_sagepayform {
		margin-top: 10px;
	}
	.wc_payment_method.payment_method_sagepayform label {
		display: block;
		line-height: 30px;
	}
	.wc_payment_method.payment_method_sagepayform label img {
		display: inline-block;
	}
	.about_sagepayform {
		clear: both;
		display: block;
		float: none !important;
		margin: 10px 0 ;
	}
	
	
	
/*  ==========================================================================
	Account
	========================================================================== */		
	.col2-set.addresses {
		width: 100%;
		margin-top: 40px;
	}
	.col2-set.addresses .col-1,
	.col-1.address {
		width: 48%;
		float: left;
	}
	.col2-set.addresses .col-2,
	.col-2.address {
		width: 48%;
		float: right;
	}
	.addresses-title,
	.upsells.products h2 {
		font-size: 32px;
		margin-top: 40px;
	}
	.order_details tfoot th {
		text-align: right;
		padding-right: 20px;
	}
	.shop_table.order_details {
		padding: 20px;
		border: 2px solid #eb7123; 
	    background-color: #f9f9f9;
	}
	.order_item {
		padding-bottom: 10px;
		border-bottom: 1px solid #ccc;
	}
	.order_details td {
		padding: 5px;
	}
	.shop_table.customer_details th {
		text-align: left;
	}
	.shop_table.customer_details td,
	.shop_table.customer_details th {
		padding: 5px 0;
	}
	
	
/*  ==========================================================================
	Site Footer
	========================================================================== */		
	#site-footer {
		padding: 35px 0;
		position: relative;
		z-index: 10;
	}
	.footer-col {
		width: 25.333333%;
		margin: 0 4%;
	}
	.footer-col.middle a {
		margin-bottom: 5px;
		color: #fff;
	}
	.footer-col.middle a:hover,
	.footer-col.middle a:focus {
		color: #eb7123;
	}
	.footer-col span {
		display: block;
		margin-bottom: 5px;
	}
	.footer-col.middle .margin-top {
		margin: -20px 0 -10px;
	}
	#site-footer .social-icons {
		margin: 0 0 30px;
		text-align: left;
		float: none;
	}
	#site-footer .social-icons li a {
		height: 45px;
		width: 45px;
		background-color: #eb7123;
	}

	#site-footer .social-icons li:first-of-type a {
		background-color: #4267B2;
	}

	#site-footer .social-icons li:last-of-type a {
		background-color: #1DA1F2;
	}
	#site-footer .social-icons li a:hover,
	#site-footer .social-icons li a:focus {
		background-color: #eb7123;
	}
	#site-footer .social-icons li a i {
		font-size: 34px;
		line-height: 45px;
		color: #fff;
	}
	#site-footer .social-icons li a:hover i,
	#site-footer .social-icons li a:focus i {
		color: #ffff;
	}
	#site-footer .menu-footer-menu-container{
		margin-right: 0;
		float: none;
	}
	#site-footer .menu-footer-menu-container .menu {
		text-align: left;
	}
	#site-footer .menu-footer-menu-container .menu li {
		display: block;
		margin-bottom: 0;
	}
	#site-footer .menu-footer-menu-container .menu li a {
		padding: 0;
		font-size: 14px;
		line-height: 19px;
		color: #fff;
		font-family: 'Nixie One', Helvetica, Arial, sans-serif;
		text-transform: uppercase;
	}
	#site-footer .menu-footer-menu-container .menu li .sub-menu {
		display: none;
	}
	#site-footer .menu-footer-menu-container .menu li a:after {
		content: "»";
		position: relative;
		margin: -4px 0 0 5px;
	}
	#site-footer span {
		color: #fff;
	}
	#site-footer span.small {
		font-size: 11px;
		max-width: 180px;
		margin: 0 auto;
	}
	#site-footer a:hover,
	#site-footer a:focus {
		color: #eb7123 !important;
	}
	
	
	
/*  ==========================================================================
	Woocommerce
	========================================================================== */		
	.sku_wrapper {
		margin-right: 20px;
	}
	.product-title-wrap {
		padding-top: 60px;
		background-image: url(images/product-brids.png);
		background-repeat: no-repeat;
		background-position: left top;
	}
	.product .images {
		width: 32%;
		float: left;
	}
	.product .summary {
		width: 65%;
		float: right;
	}
	.product_meta,
	.price span,
	.delivery-label {
		font-family: 'Love Ya Like A Sister', Helvetica, Arial, sans-serif;
		margin-bottom: 20px;
		font-size: 20px;
	}
	.price span span {
		margin-bottom: 0 !important;
	}
	.cart {
		clear: both;
	}
	.price {
		line-height: 30px;
		margin-bottom: 0;
		clear: both;
		margin-right: 20px;
	}
	.price,
	.quantity {
		float: left;
	}
	.quantity {
		margin: 0 30px 0 0 !important;
	}
	.price span {
		font-size: 28px;
		line-height: 28px;
	}
	.woocommerce-tabs {
		clear: both;
	}
	.woocommerce-message .button {
		margin: 0 30px 10px; 
	}
	.delivery-label {
		clear: both;
		display: inline-block;
		padding: 10px 80px 0 0;
		background-image: url(images/delivery-icon.png);
		background-repeat: no-repeat;
		background-position: right center;
		margin-top: 20px;
	}
	.wc-tabs-wrapper {
		margin-top: 60px;
		position: relative;
	}
	.ui-tabs {
		position: relative;
		margin-bottom: 50px;
	}
	.woocommerce-tabs .ui-tabs {
		margin-bottom: 0;
	}
	.wc-tabs-wrapper:after,
	.wc-tabs-wrapper:before,
	.ui-tabs:after,
	.ui-tabs:before {
		content: "";
		height: 100%;
		width: 5px;
		background-image: url(images/bordered-title-left.jpg);
	    position: absolute;
	    top: 0;
	    left: 0;
	}
	.wc-tabs-wrapper:after,
	.ui-tabs:after {
		left: auto;
		right: 0;
		top: 55px;
		bottom: 0;
		height: auto;
	}
	.wc-tabs,
	.ui-tabs-nav {
		background-image: url(images/bordered-title.jpg);
		background-repeat: repeat-x;
		background-position: center bottom;
		position: relative;
		padding-left: 5px;
	}
	.wc-tabs li,
	.ui-tabs-nav li {
		display: inline-block;
		
		font-size: 20px;
		font-family: 'Love Ya Like A Sister', Helvetica, Arial, sans-serif;
		text-transform: uppercase;
		color: #1b1b1b;
		background-image: url(images/bordered-title.jpg);
	    background-repeat: repeat-x;
	    background-position: center top;
	    margin-bottom: 0;
	    position: relative;
	    margin-left: -3px;
	    cursor: pointer;
	}
	.wc-tabs li:first-child,
	.ui-tabs-nav li:first-child {
		margin-left: 0;
	}
	.wc-tabs li:after,
	.ui-tabs-nav li:after {
		content: url(images/bordered-title-right.jpg);
	    position: absolute;
	    top: 0;
	    right: 0;
	}
	.wc-tabs li.active,
	.ui-tabs-nav li.ui-tabs-active {
		background-color: #fffef6;
	}
	.wc-tabs li a,
	.ui-tabs-nav li a {
		color: #1b1b1b;
		padding: 17px 32px 17px 24px;
		display: block;
	}
	.panel.wc-tab,
	.ui-tabs-panel {
		padding: 30px;
		background-image: url(images/bordered-title.jpg);
		background-repeat: repeat-x;
		background-position: center bottom;
	}
	.panel.wc-tab h2 {
		margin-top: 0;
	}
	.tabcontent {
		width: 80%;
	}
	.additional_information_tab, 
	#tab-additional_information  {
		display: none !important;
	}
	
	
	#tab-description ul {
		margin: 40px 0 0;
	}
	#tab-description ul li {
		display: inline-block;
		margin-right: 40px;
		padding-left: 30px;
		background-image: url(images/orange-tick.png);
		background-repeat: no-repeat;
		background-position: left center;
		text-transform: uppercase;
		font-family: 'Love Ya Like A Sister', Helvetica, Arial, sans-serif;
		font-size: 16px;
	}

	.column-title,
	.vertical-tick-list-title,
	.tab-info li.column-title {
		text-transform: uppercase;
		font-family: 'Love Ya Like A Sister', Helvetica, Arial, sans-serif;
		font-size: 16px;
		line-height: 16px;
		margin-bottom: 20px;
	}
	#tab-nut-info li,
	.tab-info li {
		display: block;
		list-style-type: none;
		line-height: 16px;
		font-size: 14px;
		margin-bottom: 10px;
	}
	.vertical-tick-list li {
		min-height: 25px;
		padding-left: 40px;
	}
	.upsells.products {
		width: 100%;
		position: relative;
		background-image: url(images/accordion-divide.jpg);
		background-repeat: no-repeat;
		background-position: center bottom;
		margin-bottom: 40px;
	}
	.upsells.products .products li {
		width: 31% !important;
		float: left;
		margin-right: 2.3333333% !important;
		list-style-type: none;
	}
	.upsells.products .products li .price,
	.upsells.products .products li .button {
		display: none !important;
	}
	.upsells.products .products li h3 {
		font-size: 20px !important;
		line-height: 22px !important;
	}	
	.upsells.products .products li img {
		margin: 0 auto 30px;
	}
	.related.products {
		margin-top: 40px;
	}
	.products li a img {
		margin: 0 auto;
	}
	.woocommerce-page ul.products li {
		text-align: center;
	}
	.woocommerce-page ul.products li.product:nth-child(3n+1) { 
		clear: both;
	}
	.related.products ul.products li.first.product {
		clear: none;
	}
	.woocommerce-page ul.products li.product .price {
		display: block;
		float: none;
	}
	.woocommerce-page ul.products li.product .star-rating {
		float: none;
		margin: 0 auto;
	}
	.related ul.products li.product h3 {
		font-size: 22px !important;
		line-height: 26px !important;
	}
	
	
	/* comments */
	.commentlist li {
		list-style-type: none;
		padding-bottom: 20px;
		background-image: url(images/accordion-divide.jpg);
		background-repeat: no-repeat;
		background-position: center bottom;
	}
	.comment_container img {
		display: none;
	}
	.star-rating {
		margin-bottom: 20px;
		float: left;
		width: 150px;
	}
	.commentlist li .meta {
		float: left;
	}
	.commentlist li .meta strong {
		text-transform: uppercase;
		font-size: 22px;
	}
	.commentlist li .description {
		clear: both;
	}
	
	
	/* Sidebar */
	.shop-sidebar .widgets li {
		list-style-type: none;
		margin-bottom: 5px;
	}	
	.shop-sidebar .widgets > li {
		margin-bottom: 15px;
	}
	.shop-sidebar .widgets li h3 {
		font-size: 18px;
		line-height: 20px;
		font-family: 'Nixie One', Helvetica, Arial, sans-serif;
		text-transform: none;
		position: relative;
		padding-left: 15px;
		cursor: pointer;
		margin-bottom: 0;
		-webkit-transition: all 0.3s linear 0s;
		-moz-transition: all 0.3s linear 0s;
		-o-transition: all 0.3s linear 0s;
		transition: all 0.3s linear 0s;
	}
	.shop-sidebar .widgets li h3.open {
		margin-bottom: 10px;
	}
	.shop-sidebar .widgets li h3:before {
		content: "+";
		font-family: 'Love Ya Like A Sister', Helvetica, Arial, sans-serif;
		font-size: 26px;
		line-height: 22px;
		position: absolute;
		left: 0;
		top: 0px;
		-webkit-transition: all 0.3s linear 0s;
		-moz-transition: all 0.3s linear 0s;
		-o-transition: all 0.3s linear 0s;
		transition: all 0.3s linear 0s;
	}
	.shop-sidebar .widgets li h3.open:before {
		content: "-";
	}
	.shop-sidebar .widgets li ul {
		max-height:0;
		overflow: hidden;
		-webkit-transition: all 0.5s linear 0s;
		-moz-transition: all 0.5s linear 0s;
		-o-transition: all 0.5s linear 0s;
		transition: all 0.5s linear 0s;
	}
	.shop-sidebar .widgets li ul.open {
		max-height: 9999px;
	}
	.shop-sidebar .widgets li ul li a {
		color: #1b1b1b;
		font-weight: normal;
	}
	.shop-sidebar .widgets li ul li a:hover,
	.shop-sidebar .widgets li ul li a:focus,
	.shop-sidebar .widgets li ul li.chosen a {
		color: #eb7225;
	}
	
	.stock {
		position: relative;
		height: 20px;
		display: block;
		margin-top: 20px;
	}
	ul.products.list li.product {
		background-image: url(images/accordion-divide.jpg);
		background-repeat: no-repeat;
		background-position: center bottom;
		margin-bottom: 30px;
	}
	ul.products.list li.product > a { 
		display: block;
	}
	ul.products.list li.product hr {
		display: none !important;
	}
	.woocommerce-page ul.products li.product .star-rating {
		display: none;
	}
	ul.products.list li.product img.size-shop_catalog {
		width: 17% !important;
	}
	ul.products.list li.product h3, ul.products.list li.product div[itemprop="description"], ul.products.list li.product .price, ul.products.list li.product .gridlist-buttonwrap {
		width: 50% !important;
		margin-right: 28%;
	}
	ul.products.list li.product  {
		position: relative;
	}
	ul.products.list li.product .price,
	ul.products.list li.product .gridlist-buttonwrap {
		float: none !important;
		position: absolute;
		right: 0;
		top: 8px;
		width: auto !important;
		margin: 0 !important;
		color: #1b1b1b !important;
	}
	ul.products.list li.product .price span {
		font-size: 38px !important;	
		margin-bottom: 0;
	}	
	ul.products.list li.product .gridlist-buttonwrap {
		top: 95px !important;
	}	
	.added_to_cart {
		display: block;
		text-align: right;
		padding-top: 20px;
	}
	ul.products.list li.product div[itemprop="description"] {
		margin-bottom: 40px;
	}
	
	
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
		list-style-type: none;
		margin-bottom: 40px;
	}
	.woocommerce ul.products.grid li.product img {
		margin: 0 auto 30px;
	}
	.woocommerce ul.products.grid li.product {
		text-align: center;
	}
	.woocommerce ul.products.grid li.product h3 {
		font-size: 24px;
		line-height: 26px;
		min-height: 80px;
	}
	.woocommerce ul.products.grid li.product .price {
		float: none;
	}
	.gridlist-buttonwrap {
		clear: both;
		margin: 0 auto;
	}
	.gridlist-buttonwrap a {
		margin: 0 auto;
	}
	
	
	.woocommerce-ordering {
		margin-right: 50px;
	}
	/* Dropkick */
	.dk-select, .dk-select *, .dk-select *:before, .dk-select *:after, .dk-select-multi, .dk-select-multi *, .dk-select-multi *:before, .dk-select-multi *:after {
	  -webkit-box-sizing: border-box;
	  -moz-box-sizing: border-box;
	  box-sizing: border-box; }
	
	.dk-select, .dk-select-multi {
	  position: relative;
	  display: inline-block;
	  vertical-align: middle;
	  line-height: 1.5em;
	  width: 200px;
	  cursor: pointer; }
	
	.dk-selected {
	  width: 100%;
	  white-space: nowrap;
	  overflow: hidden;
	  position: relative;
	  background-color: transparent;
	  border: none;
	  padding: 0;
	  -o-text-overflow: ellipsis;
	  text-overflow: ellipsis;
	  font-family: 'Love Ya Like A Sister', Helvetica, Arial, sans-serif;
	  font-size: 20px;
	  line-height: 22px;
	  background-image: url(images/small-orange-border.jpg);
		background-repeat: no-repeat;
		background-position: center bottom;
		padding-bottom: 10px;
		color: #eb7225;
 }
	  
	  .dk-selected:before, .dk-selected:after {
	    content: '';
	    display: block;
	    position: absolute;
	    right: 0; }
	  .dk-selected:before {
	    top: 10px;
	    border: solid transparent;
	    border-width: 0.25em 0.25em 0;
	    border-top-color: #eb7225;
	    margin: -0.125em 0.5em 0 0; }

	.dk-selected-disabled {
	  color: #BBBBBB; }
	
	.dk-select .dk-select-options {
	  position: absolute;
	  display: none;
	  left: 0;
	  right: 0; }
	
	.dk-select-open-up .dk-select-options {
	  border-radius: 0.4em 0.4em 0 0;
	  margin-bottom: -1px;
	  bottom: 100%; }
	
	.dk-select-open-down .dk-select-options {
	  border-radius: 0 0 0.4em 0.4em;
	  margin-top: -6px;
	  top: 100%; }
	
	.dk-select-multi .dk-select-options {
	  max-height: 10em; }
	
	.dk-select-options {
	  background-color: white;
	  border: 1px solid #CCCCCC;
	  border-radius: 0.4em;
	  list-style: none;
	  margin: 0;
	  max-height: 10.5em;
	  min-width: 100%;
	  overflow-x: hidden;
	  overflow-y: auto;
	  padding: 0;
	  width: auto;
	  z-index: 100; }
	
	.dk-option-selected {
	  background-color: #eb7225;
	  color: #fff; }
	
	.dk-select-options-highlight .dk-option-selected {
	  background-color: transparent;
	  color: inherit; }
	
	.dk-option {
	  padding: 5px 10px;
	  margin-bottom: 0; }
	
	.dk-select-options .dk-option-highlight {
	  background-color: #eb7225;
	  color: #fff; }
	
	.dk-select-options .dk-option-disabled {
	  color: #BBBBBB;
	  background-color: transparent; }
	
	.dk-optgroup {
	  border: solid #CCCCCC;
	  border-width: 1px 0;
	  padding: 0.25em 0;
	  margin-top: 0.25em; }
	  .dk-optgroup + .dk-option {
	    margin-top: 0.25em; }
	  .dk-optgroup + .dk-optgroup {
	    border-top-width: 0;
	    margin-top: 0; }
	  .dk-optgroup:nth-child(2) {
	    padding-top: 0;
	    border-top: none;
	    margin-top: 0; }
	  .dk-optgroup:last-child {
	    border-bottom-width: 0;
	    margin-bottom: 0;
	    padding-bottom: 0; }
	
	.dk-optgroup-label {
	  padding: 0 0.5em 0.25em;
	  font-weight: bold;
	  width: 100%; }
	
	.dk-optgroup-options {
	  list-style: none;
	  padding-left: 0; }
	  .dk-optgroup-options li {
	    padding-left: 1.2em; }
	
	.dk-select-open-up .dk-selected {
	  border-top-left-radius: 0;
	  border-top-right-radius: 0;
	  border-color: #eb7225; }
	
	.dk-select-open-down .dk-selected {
	  border-bottom-left-radius: 0;
	  border-bottom-right-radius: 0;
	  border-color: #eb7225; }
	
	.dk-select-open-up .dk-selected:before, .dk-select-open-down .dk-selected:before {
	  border-width: 0 0.25em 0.25em;
	  border-bottom-color: #eb7225; }
	
	.dk-select-open-up .dk-selected:after, .dk-select-open-down .dk-selected:after {
	  border-left-color: #eb7225; }
	
	.dk-select-open-up .dk-select-options, .dk-select-open-down .dk-select-options, .dk-select-multi:focus .dk-select-options {
	  display: block;
	  border-color: #eb7225; }
	
	.dk-select-multi:hover, .dk-select-multi:focus {
	  outline: none; }
	
	.dk-selected:hover, .dk-selected:focus {
	  outline: none;
	  border-color: #eb7225; }
	  .dk-selected:hover:before, .dk-selected:focus:before {
	    border-top-color: #eb7225; }
	  .dk-selected:hover:after, .dk-selected:focus:after {
	    border-left-color: #eb7225; }
	
	.dk-select-disabled {
	  opacity: 0.6;
	  color: #BBBBBB;
	  cursor: not-allowed; }
	  .dk-select-disabled .dk-selected:hover, .dk-select-disabled .dk-selected:focus {
	    border-color: inherit; }
	    .dk-select-disabled .dk-selected:hover:before, .dk-select-disabled .dk-selected:focus:before {
	      border-top-color: inherit; }
	    .dk-select-disabled .dk-selected:hover:after, .dk-select-disabled .dk-selected:focus:after {
	      border-left-color: inherit; }
	
	select[data-dkcacheid] {
	  display: none; }
	  
	  
	  
.star-rating{float:left; margin-right: 30px; width:80px;height:16px;background:url(images/star.png) repeat-x left 0} 
.star-rating span{background:url(images/star.png) repeat-x left -32px;height:0;padding-top:16px;overflow:hidden;float:left} 
.hreview-aggregate .star-rating{margin:10px 0 0 0} 
#review_form #respond{position:static;margin:0;width:auto;padding:0 0 0;background:transparent none;border:0} 
#review_form #respond:after{content:"";display:block;clear:both} 
#review_form #respond p{margin:0 0 30px} 
#review_form #respond .form-submit input{left:auto} 
#review_form #respond textarea{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:100%} 
p.stars:after{content:"";display:block;clear:both} 
p.stars span{width:80px;height:16px;position:relative;float:left;background:url(images/star.png) repeat-x left 0} 
p.stars span a{float:left;position:absolute;left:0;top:0;width:16px;height:0;padding-top:16px;overflow:hidden} 
p.stars span a:hover,p.stars span a:focus{background:url(images/star.png) repeat-x left -16px} 
p.stars span a.active{background:url(images/star.png) repeat-x left -32px} 
p.stars span a.star-1{width:16px;z-index:10} 
p.stars span a.star-2{width:32px;z-index:9} 
p.stars span a.star-3{width:48px;z-index:8} 
p.stars span a.star-4{width:64px;z-index:7} 
p.stars span a.star-5{width:80px;z-index:6}
	
.children .comment_container {
	padding: 20px 20px 5px 20px;
	border: 1px dashed #cfcfc7;
	background-color: rgba(255,255,255,0.4);
}



ul.products.list li.product .price .woocommerce-Price-currencySymbol {
    font-family: courier new,courier,monospace,sans-serif !important;
}

.product .price .amount .woocommerce-Price-currencySymbol {
    font-family: courier new !important;
    font-weight: 700 !important;
}

.order-total .woocommerce-Price-amount.amount .woocommerce-Price-currencySymbol {
    font-family: courier new !important;
    font-weight: bold !important;
}
	
ul#shipping_method {
	list-style-type: none;
	margin-left: 5px;
}
ul#shipping_method li {
	list-style: none;
}


#site-header {
	background: #fffef6;
	padding-bottom: 10px;
	height: 145px;
	box-sizing: border-box;
}

#site-header .menu-primary-navigation-container .menu li a {
color: black;}

#site-header .menu-primary-navigation-container .menu li .sub-menu a {
color: #fff;}

#site-header .menu-primary-navigation-container .menu > li > a {
font-size: 18px;
padding: 0 15px 0 19px;
line-height: 14px;
	border-left: 2px solid #eb7225;}

.logo-link {
margin: 15px 0 0 40px;}

.social-icons {
	margin-right: 40px;
}

#site-header .menu-primary-navigation-container {
margin-right: 40px;
padding-top: 20px;}

#site-header .menu-primary-navigation-container .menu > li:first-child a {
border-left: 0;}

#site-header .menu-primary-navigation-container .menu > li:last-child a {
padding-right: 0;}

#site-header .menu-primary-navigation-container .menu > li {
	padding: 10px 0;
}

#site-header .paintborder {
display: none;}

.social-icons li a i {
color: #eb7225;}

.social-icons li a i:hover {
	color: black;
}

.social-icons li:first-of-type a,
.social-icons li:last-of-type a{
	background: none;
}

.cart-contents {
font-size: 14px;}

.header-cart .cart-icon {
	width: 25px;
    margin-top: 3px;
}

#container {
	margin-top: 0;
}

.woocommerce-loop-product__title {
font-size: 25px;
line-height: 29px;
}

products div[itemprop="description"] {
   margin-bottom: 25px;
}

rs-fullwidth-wrap {
	overflow: hidden;
}

.mobile-show {
	display: none;
}

#menu-toggle {
color: black;
}

@media(max-width: 510px) {
	#site-header {
		height: auto;
  }
}

@media(max-width: 767px) {
	.mobile-show {
		display: block;
  	}
  
  	.mobile-hide {
      	display: none;
  	}
}

@media(max-width: 1023px) {
	
body.page-template-homepage .walkers-banner .banner-img.right {
	display: none;
}

body.page-template-homepage .walkers-banner {
background: none !important;
}
}

@media(min-width: 1025px) {
body.woocommerce-cart .woocommerce > form {
	float: left;
width: 65%;
padding-right: 30px;
box-sizing: border-box;
}

body.woocommerce-cart .woocommerce .cart-collaterals {
float: right;
width: 35%;
box-sizing: border-box;
padding-left: 30px;
border-left: 2px solid #e1ddd4;
}
}

body.woocommerce-cart .woocommerce .cart-collaterals h2 {
font-size: 20px;
border-bottom: 1px solid #e1ddd4;
}

.cart_item,
.cart_totals td {
background: transparent;
}

body.woocommerce-cart .woocommerce .coupon {
margin-bottom: 40px;
padding-left: 0;
}

body.woocommerce-cart .woocommerce input[name="update_cart"] {
margin: 0;
float: none;
}

body.woocommerce-cart .woocommerce .cart-header,
body.woocommerce-checkout .woocommerce .cart-header {
display: none;
}

body.woocommerce-cart .woocommerce,
body.woocommerce-checkout .woocommerce {
padding-top: 0;
}

.grey-banner {
background: #a1a1a1;
color: #fff;
text-transform: uppercase;
font-weight: bold;
padding: 20px;
font-size: 20px;
text-align: center;
}

.shop-breadcrumbs {
	font-size: 20px;
text-transform: uppercase;
text-align: center;
font-family: 'axehandelregular';
font-weight: normal;
color: #c8c6c7;
letter-spacing: 1px;
padding: 50px 20px 20px;
}

.shop-breadcrumbs span {
display: block;
vertical-align: middle;
font-family: 'axehandelregular';
}

.shop-breadcrumbs span.active {
color: #000;
}

body.single-product .product_title {
font-size: 40px;
}

body.woocommerce-cart .woocommerce .woocommerce-notices-wrapper {
display: none;
}

body.woocommerce-cart .woocommerce .coupon {
width: 100%;
display: flex;
}

body.woocommerce-cart .woocommerce .coupon #coupon_code {
flex-grow: 1;
margin-right: 30px;
}

body.woocommerce-checkout .woocommerce-input-wrapper {
	width: 100%;
}

@media(min-width: 768px) {
.shop-breadcrumbs {
font-size: 48px;
}
.shop-breadcrumbs span {
display: inline-block;
}
.shop-breadcrumbs span:after {
content: '>';
color: #fd7100;
display: inline-block;
margin: -0 10px 0 20px;
vertical-align: middle;
font-size: 50px;
}

.shop-breadcrumbs span:last-child:after {
display: none;
}
}

#site-header .menu-primary-navigation-container .menu > li.current-menu-item > a:after, #site-header .menu-primary-navigation-container .menu li.current-page-parent > a:after {
bottom: -10px;
}

.cart_item .product-price,
.cart_item .product-subtotal {
	min-width: 100px;
}

@media(min-width: 1025px) {
.cart_item td {
border-bottom: 1px solid black;
}
}
}


