/*
Theme Name: The Carpet Barn
Theme URI: https://wordpress.org/themes/twentysixteen/
Author: mediaBunker
Author URI: http://www.mediabunker.co.uk
Description: Bespoke Wordpress theme for The Carpet Barn in Bristol 
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: green, white, grey, yellow
Text Domain: thecarpetbarn

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/*
 * Resetting and rebuilding styles have been helped along thanks to the fine work of
 * Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
 * along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
 * and Blueprint http://www.blueprintcss.org/
 */

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, 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 {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 62.5%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

body {
	background: #f1f1f1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}

ol,
ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	quotes: none;
}

a:hover,
a:active {
	outline: 0;
}

a img {
	border: 0;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

/*** The Carpet Barn Styling ***/

@font-face {
    font-family: 'League Spartan';
    src: url('fonts/leaguespartan-bold.eot');
    src: url('fonts/leaguespartan-bold.eot?#iefix') format('embedded-opentype'),
         url('fonts/leaguespartan-bold.woff2') format('woff2'),
         url('fonts/leaguespartan-bold.woff') format('woff'),
         url('fonts/leaguespartan-bold.ttf') format('truetype'),
         url('fonts/leaguespartan-bold.svg#league_spartanbold') format('svg');
    font-weight: bold;
    font-style: normal;
}
	
body {
	font-family: Tahoma, Verdana, Segoe, sans-serif;
	font-size: 16px; font-size: 1.6rem;
	color: #333333;
	text-align: left;
	line-height: 1.4em;
	background: #ffffff;
}	

strong {
	font-weight: bolder;
}

h1 {
	font-family: 'League Spartan', 'Arial Black', 'Arial Bold', sans-serif;
	font-size: 23px; font-size: 2.3rem;
	letter-spacing: 0.08em;
	color: #FF8C00;
	line-height: 1.2em;
	text-transform: uppercase;
	margin-bottom: 30px;
}

h2 { 
	font-family: 'League Spartan', 'Arial Black', 'Arial Bold', sans-serif;
	font-size: 17px; font-size: 1.7rem;
	letter-spacing: 0.08em;
	color: #FF8C00;
	line-height: 1.3em;
	text-transform: uppercase;
	margin-bottom: 23px;
}

h3 {
	font-family: 'League Spartan', 'Arial Black', 'Arial Bold', sans-serif;
	font-size: 15px; font-size: 1.5rem;
	text-transform: uppercase;
	color: #454545;
}


h3.titleOnly {
	margin-bottom: 15px;
}


@media only screen and (min-width: 701px) {
	
	div > h3.titleOnly:last-child {
		margin-bottom: 0;
	}
}

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

	div:last-child > h3.titleOnly:last-child {
		margin-bottom: 0;
	}
}

h4 {
	font-family: Tahoma, Verdana, Segoe, sans-serif;
	font-size: 13px; font-size: 1.3rem;
	color: #333333;
	text-align: left;
	line-height: 1.4em;
}

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

	h4 {
		font-size: 12px; font-size: 1.2rem;
	}
}

p {
	margin-bottom: 15px;
}

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

	p {
		font-size: 14px; font-size: 1.4rem;
		line-height: 1.3em;
	}
}

a:link, a:visited {
	text-decoration: none;
	color: #222222;
}

a:hover {
	text-decoration: underline;
}

/*** Columns & Responsive Setup ***/

.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }

.col_2_divider {
	background: url('./images/background_column_divider.png') center 40px repeat-y;
	overflow: visible;
	display: inline-block;
	width: 100%;
}

.col {
	display: block;
	float:left;
	margin: 0 0 0 4%;
	position: relative;
}

.col:first-child { margin-left: 0; }

.span_3_of_3 { width: 100%; }
.span_2_of_3 { width: 65.33%; }
.span_1_of_3 { width: 30.66%; }

.span_2_of_2 { width: 100%; }
.span_1_of_2 { width: 48%; }

.span_1_of_1 { width: 100%; }

@media only screen and (max-width: 700px) {
	
	.col_2_divider {
		background: none;
	}

	.col {  margin: 0; }

	.span_1_of_2, .span_1_of_3 { 
		width: 100%;
		padding-bottom: 45px;
	}

	.span_1_of_2:last-child, .span_1_of_3:last-child {
		padding-bottom: 0;
	}
	
	.span_1_of_2.separateColumns, .span_1_of_3.separateColumns { 
		padding-bottom: 0;
	}

}

/*** General Content ***/

.outerContentWrapper {
	background-color: #FFFFFF;
}

.outerContentWrapper.alt {
	background-color: #E0E2E3;
}

.innerContentWrapper {
	margin:	0 auto;
	max-width: 960px;
	padding: 55px 15px 45px 15px;
	overflow: hidden;
}

@media only screen and (max-width: 700px) {
	.innerContentWrapper {
		margin:	0 auto;
		max-width: 960px;
		padding: 45px 15px 35px 15px;
		overflow: hidden;
	}
}

div#main .innerContentWrapper p a:link, div#main .innerContentWrapper p a:visited {
	text-decoration: underline;
}

div#main .innerContentWrapper p a:hover {
	text-decoration: none;
}

div#main .innerContentWrapper li {
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 20px;
}

.itemLinkWrapper:hover {
	text-decoration: none;
}

.lowerCase {
	text-transform: lowercase;
}

/*** 'Call To Action' Links ***/

.callToAction, a.callToAction {
	color: #FFFFFF;
	font-family: 'League Spartan', 'Arial Black', 'Arial Bold', sans-serif;
	font-size: 15px; font-size: 1.5rem;
	letter-spacing: 0.08em;
	background-color: rgb(0,103,81);
	text-transform: uppercase;
	line-height: 35px;
    height: 35px;
    padding: 2px 9px 0 10px;
    display: inline-block;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    margin-bottom: 15px;
}

@media only screen and (max-width: 480px) {
	.callToAction, a.callToAction {
		font-size: 12px; font-size: 1.2rem;
	}
}

a.itemLinkWrapper:hover .callToAction, button.callToAction:hover {
	background-color: #FF8C00;
}

/*** Header ***/

div#header {
	margin:	0 auto;
	background: #E0E2E3 url(./images/hard-wearing-carpet-with-comfortable-slippers.jpg) center -30px no-repeat;
	background-size: cover;
    width: 100%;
    padding-bottom: 30%;
    height: 0;
    transition: 0s linear;
    transition-property: background-position;
	transform: translate3d(0, 0, -1);
	position: relative;
}

body#carpets #header, body#carpetCare #header {
	background: #E0E2E3 url(./images/carpets-in-bristol.jpg) center -30px no-repeat;
	background-size: cover;
}

body#laminateFlooring #header, body#laminateCare #header {
	background: #E0E2E3 url(./images/bristol-laminate-flooring.jpg) center -30px no-repeat;
	background-size: cover;
}

body#vinylFlooring #header, body#vinylCare #header {
	background: #E0E2E3 url(./images/bristol-vinyl-flooring.jpg) center -30px no-repeat;
	background-size: cover;
}

body#karndeanFlooring #header, body#karndeanCare #header {
	background: #E0E2E3 url(./images/karndean-flooring-bristol-longwell-green.jpg) center -30px no-repeat;
	background-size: cover;
}

body#testimonials #header {
	background: #E0E2E3 url(./images/wooden-flooring-at-carpet-barn-bristol.jpg) center -30px no-repeat;
	background-size: cover;
}

body#getInTouch #header {
	background: #E0E2E3 url(./images/luxurious-laminate-flooring-at-longwell-green.jpg) center -30px no-repeat;
	background-size: cover;
}

body#manufacturers #header {
	background: #E0E2E3 url(./images/expert-carpet-fitting-bristol.jpg) center -30px no-repeat;
	background-size: cover;
}

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

	div#header {
		padding-bottom: 39%;
	}
}

div#header #logo {
	display: block;
	background-color: rgb(255,255,255);
	background-color: rgba(255,255,255, 0.7);
	margin-bottom: 7px;
}

div#header #logo img {
	display: block;
	margin: 0 auto;
	padding: 20px 0 20px 0;
	vertical-align: middle;
	width: 25%;
	max-width: 270px;
}

@media only screen and (max-width: 700px) {
	
	div#header #logo img {
		width: 42%;
		padding: 15px 0 15px 0;
	}
}

@media only screen and (max-width: 480px) {
	
	div#header #logo img {
		width: 35%;
		padding: 8px 0 8px 0;
	}
}

/*** Navigation ***/
div#navigationWrapper {
	z-index: 1000;
	transform: translate3d(0, 0, 0);
	position: relative;
	width: 100%;
	-webkit-transform: translate3d(0px,0px,0px); /* Fix to allow instant fixed navigation strip on ios (not just after finger release) */

	background-color: rgb(0,103,81);
	background-color: rgba(0,103,81, 0.9);
	
	height: 69px;
}

div#navigationWrapper.fixed {
	position: fixed;
   	top: 0;
}

div#navigationWrapper nav {
	margin:	0 auto;
	padding: 0 15px 0 15px;
	max-width: 960px;
    height: 69px;
    text-align: justify;
}

@media only screen and (max-width: 850px) {
	div#navigationWrapper nav#fullNavigation {
		display: none;
	}
}

div#navigationWrapper nav a {
	color: #fff;
}	

div#navigationWrapper nav a:hover {
	text-decoration: none;
	color: #FAC687;
}

div#navigationWrapper nav ul  {
	display: inline;
	line-height: 69px;
}

div#navigationWrapper nav ul li {
	display: inline;
	font-family: 'League Spartan', 'Arial Black', 'Arial Bold', sans-serif;
	font-size: 13px; font-size: 1.3rem;
	text-transform: uppercase;
	line-height: 69px;
	color: #fff;
}

div#navigationWrapper nav ul li i {
	font-size: 13px; font-size: 3.5rem;
	line-height: 69px;
	vertical-align: middle;
}

div#navigationWrapper nav ul:after { 
	content:' ';
	display:inline-block;
	width: 100%;
	height: 0;
}

body#carpets div#navigationWrapper nav#fullNavigation li.carpets a, body#laminateFlooring div#navigationWrapper nav#fullNavigation li.laminateFlooring a, body#vinylFlooring div#navigationWrapper nav#fullNavigation li.vinylFlooring a, body#karndeanFlooring div#navigationWrapper nav#fullNavigation li.karndeanFlooring a, body#testimonials div#navigationWrapper nav#fullNavigation li.testimonials a, body#getInTouch div#navigationWrapper nav#fullNavigation li.getInTouch a {
	color: #FF8C00;
}

/*** Responsive Navigation ***/

div#navigationWrapper nav#responsiveNavigation {
	display: none;
}

@media only screen and (max-width: 850px) {
	div#navigationWrapper nav#responsiveNavigation {
		display: inherit;
	}
}

@media only screen and (max-width: 700px) {
	div#navigationWrapper nav#responsiveNavigation .emailLink {
		display: none;
	}
}

@media only screen and (max-width: 480px) {
	
	div#navigationWrapper nav#responsiveNavigation .hide {
		display: none;
	}
}

div#navigationWrapper button.hamburger {
	cursor: pointer;
	transition-property: opacity, -webkit-filter;
	transition-property: opacity, filter;
	transition-property: opacity, filter, -webkit-filter;
	transition-duration: 0.15s;
	transition-timing-function: linear;
	color: #ffffff;
	background-color: transparent;
	border: 0;
	overflow: visible;
	display: inline;
	font-family: 'League Spartan', 'Arial Black', 'Arial Bold', sans-serif;
	font-size: 13px; font-size: 1.3rem;
	text-transform: uppercase;
	line-height: 69px;
	height: 69px;
	margin: 0;
	padding: 0;
}

.hamburgerLabel {
	display: inline-block;
	margin-right: 5px;
}

.hamburgerBox {
	width: 40px;
	height: 24px;
	display: inline-block;
	position: relative;
	vertical-align: middle;
	margin-bottom: 3px;
}

.hamburgerInner {
	display: block;
	top: 50%;
	margin-top: -2px;
}

.hamburgerInner, .hamburgerInner::before, .hamburgerInner::after {
	width: 40px;
	height: 4px;
	background-color: #ffffff;
	border-radius: 4px;
	position: absolute;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	transition-duration: 0.15s;
	transition-timing-function: ease;
}

.hamburgerInner::before, .hamburgerInner::after {
	content: "";
	display: block;
}

.hamburgerInner::before {
	top: -10px;
}

.hamburgerInner::after {
	bottom: -10px;
}

.hamburgerElastic .hamburgerInner {
	top: 2px;
	transition-duration: 0.4s;
	transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburgerElastic .hamburgerInner::before {
    top: 10px;
    transition: opacity 0.15s 0.4s ease;
}

.hamburgerElastic .hamburgerInner::after {
    top: 20px;
    transition: -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburgerElastic.isActive .hamburgerInner {
  -webkit-transform: translate3d(0, 10px, 0) rotate(135deg);
          transform: translate3d(0, 10px, 0) rotate(135deg);
  transition-delay: 0.1s;
}

.hamburgerElastic.isActive .hamburgerInner::before {
    transition-delay: 0s;
    opacity: 0;
}

.hamburgerElastic.isActive .hamburgerInner::after {
    -webkit-transform: translate3d(0, -20px, 0) rotate(-270deg);
            transform: translate3d(0, -20px, 0) rotate(-270deg);
    transition-delay: 0.1s;
}

/*** Important Notice (not always shown)  ***/
div.importantNotice {
	background-color: rgb(0,103,81);
	background-color: rgba(0,103,81, 0.9);
	text-align: center;
	color: #fff;
}

div.importantNotice.urgent {
	background-color: rgb(220,49,49);
	background-color: rgba(220,49,49, 0.9);
}

div.importantNotice.respect {
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0, 0.9);
}

div.importantNotice h3 {
	font-family: 'League Spartan', 'Arial Black', 'Arial Bold', sans-serif;
	font-size: 23px; font-size: 2.3rem;
	letter-spacing: 0.08em;
	color: #FFF;
	line-height: 1.2em;
	text-transform: uppercase;
	margin-bottom: 20px;
}


div#main .importantNotice li {
	list-style: none;
	margin: 0 0 5px 0;
}

div.importantNotice a {
	color: #fff;
	font-weight: bold;
}

/*** Sale Banner ***/
div#main #saleBanner {
	background-color: #DC3131;
	margin-top: 7px;
	margin-bottom: 7px;
}

div#main #saleBanner .innerContentWrapper {
	padding-top: 0;
	padding-bottom: 0;
}

div#main #saleBanner img {
	height: auto;
	width: 100%;
	object-fit: contain;
	display: block;
}


/*** Intro  ***/
div#intro {
	text-align: center;
}

div#intro .innerContentWrapper .textNonCentered {
	text-align: left;
}

/*** Product Multi Link Content (Grid of 4 items) ***/
div#main #multiLinks {
	padding:55px 0 60px 0;
}

@media only screen and (max-width: 700px) {
	div#main #multiLinks {
		padding:45px 0 50px 0;
	}
}

div#main #multiLinks h2 {
	margin: 0 auto 22px auto;
	max-width: 960px;
	padding: 0 15px 0 15px;
}

div#main #multiLinks .innerContentWrapper {
	padding: 0 15px 3.5% 15px;
}
@media only screen and (min-width: 960px) {
	
	div#main #multiLinks .innerContentWrapper {
		padding-bottom: 38px;
	}
}

div#main #multiLinks .innerContentWrapper:last-child {
	padding-bottom: 0;
}

div#main #multiLinks a {
	position: relative;
	overflow: hidden;
}

div#main #multiLinks a img {
	height: auto;
	width: 100%;
	object-fit: contain;
	display: block;
}

div#main #multiLinks a div {
	background-color: rgb(0,103,81);
	background-color: rgba(0,103,81, 0.82);
	padding: 15px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

div#main #multiLinks a div h2 {
	padding: 0;
	margin-bottom: 5px;
	color: #ffffff;
}

div#main #multiLinks a div p {
	color: #ff8c00;
	margin-bottom: 0;
}

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

	div#main #multiLinks .innerContentWrapper {
		padding-bottom: 0;
	}

	div#main #multiLinks a {
		height: 160px;
		margin-bottom: 2%;
	}
}

/*** Floor Fitting & Carpet Edging Content ***/
div#main #floorFittingService {
	background: #ffffff url(./images/carpet-fitting-service-bristol.jpg) center center no-repeat;
	background-size: cover;
}

div#main #floorFittingService .span_1_of_2 {
	width: 48%;
}

div#main #edgingService {
	background: #ffffff url(./images/carpet-edging-service-bristol.jpg) center center no-repeat;
	background-size: cover;
}

div#main #edgingService .span_1_of_2 {
	width: 48%;
}

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

	div#main #floorFittingService h2, div#main #edgingService h2 { 
		font-size: 14px; font-size: 1.4rem;
	}
}

/*** Store Product Range (Image) Content ***/
div#main #storeProductRange {
	background-color: #E0E2E3;
}

div#main #storeProductRange img {
	height: auto;
	width: 100%;
	object-fit: contain;
	display: block;
}

/*** Image Gallery ***/
div#main .galleryWrapper ul {
	margin: 0;
	width: 100%;
}

div#main .galleryWrapper li {
	float: left;
	display: inline-block;
	width: 30.66%;
	list-style: none;
	margin: 0 4% 18px 0;
	line-height: 1.4em;
}

div#main .galleryWrapper li a img {
	height: auto;
	width: 100%;
	object-fit: contain;
	display: block;
}

div#main .galleryWrapper li h4 {
	margin-top: 5px;
}

div#main .galleryWrapper li.everyThirdItem {
	margin-right: 0;
}

div#main .galleryWrapper li.afterEveryThirdItem {
	clear: left;
}

@media only screen and (max-width: 700px) { /* 2 column layout */

	div#main .galleryWrapper li {
		width: 48%;
		margin: 0 4% 18px 0;
	}
	
	div#main .galleryWrapper li.everyThirdItem {
		margin-right: 4%;
		clear: none;
	}

	div#main .galleryWrapper li.afterEveryThirdItem {
		clear: none;
	}
	
	div#main .galleryWrapper li.everySecondItem {
		margin-right: 0;
	}
}

/*** Google Map ***/
#googleMap {
	height:340px;
}

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

	#googleMap {
		margin-top: 5px;
		width: 100%;
	}
}

#googleVirtualTour {
    height:340px;
    width: 100%;
}

/*** Pre Footer ***/
div#preFooter {
	text-align: center;
	background-color: rgb(0,103,81);
}

div#preFooter h2 {
	color: #fff;
	margin: 0;
}

/*** Footer ***/
div#footer {
	color: #454545;
	font-family: 'League Spartan', 'Arial Black', 'Arial Bold', sans-serif;
	font-size: 15px; font-size: 1.5rem;
	padding-bottom: 10px;
}

div#footer a:link, div#footer a:visited, div#footer h3 {
	color: #454545;
}

div#footer a:hover {
	color: #FF8C00;
	text-decoration: none;
}

div#footer #contactDetails i {
	font-size: 30px; font-size: 3.0rem;
	line-height: 1.1em;
	padding-right: 3px;
}

div#footer #contactDetails .social i {
	padding-right: 12px;
}

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

	div#footer #contactDetails {
		padding: 25px 15px 13px 15px;
	}

	div#footer #contactDetails .col {  margin: 0; }

	div#footer #contactDetails .span_1_of_3 { 
		width: 100%;
		padding-bottom: 12px;
	}
}

div#footer #fullAddress {
	border-top: 1px solid #113F05;
	border-bottom: 1px solid #113F05;
	text-align: justify;
	padding: 23px 15px 0px 15px;
}

div#footer #fullAddress ul  {
	display: inline;
}

div#footer #fullAddress ul li {
	display:inline-block;
}

div#footer #fullAddress ul:after { 
	content:' ';
	display:inline-block;
	width: 100%;
	height: 0;
}

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

	div#footer #fullAddress ul {
		float: left;
		padding-bottom: 14px;
	}

	div#footer #fullAddress li {
		float: left;
		clear: both;
		margin-bottom: 5px;
	}

	div#footer #fullAddress ul:after { display: none; }

}

div#footer #siteLinks .spacer {
	margin-top: 18px;
}

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

	div#footer #siteLinks {
		padding: 25px 15px 13px 15px;
		margin-bottom: 18px;
	}

	div#footer #siteLinks .col {  margin: 0; }

	div#footer #siteLinks .span_1_of_3 { 
		width: 100%;
		padding-bottom: 25px;
	}

	div#footer #siteLinks .spacer {
		margin-top: 25px;
	}
}

div#footer h4 {
	margin: 0 auto;
	max-width: 960px;
	padding: 10px 15px 0 15px;
}

div#footer h4 a:link {
	text-decoration: underline;
}

div#footer h4 a:hover {
	text-decoration: none;
}


/* To be used with cookieCuttr by Chris Wharton (http://cookiecuttr.com) */

.cc-cookies { 
	position:fixed;
	width: 100%;
	left: 0;
	bottom: 0;
	padding: 5px 15px 5px 15px;
	background-color: rgb(0,103,81);
	background-color: rgba(0,103,81, 0.9);
	color: #fff;
	font-size: 14px; font-size: 1.4rem;
	z-index: 99999;
	text-align: center;
	vertical-align: middle;
	color: #fff;
	box-sizing:border-box;
}

.cc-cookies h4 {
	display: inline;
	font-size: 14px; font-size: 1.4rem;
	color: #fff;
}

.cc-cookies a, .cc-cookies a:hover {
	font-size: 14px; font-size: 1.4rem;
	color: #fff;
	text-decoration: underline;
	margin: 1em 0;
}

.cc-cookies a:hover {
	text-decoration: none;
}

.cc-overlay {
	height: 100%;
	padding-top: 25%;
}

.cc-cookies a.cc-cookie-accept, .cc-cookies-error a.cc-cookie-accept {
	display: inline-block;
	color: rgb(0,103,81);
	text-decoration: none;
	background: #FF8C00;
	background: #fff;
	font-size: 15px; font-size: 1.5rem;
	letter-spacing: 0.08em;
	font-family: 'League Spartan', 'Arial Black', 'Arial Bold', sans-serif;
	text-transform: uppercase;
	line-height: 35px;
	display: inline-block;
    height: 35px;
    padding: 3px 10px 0 10px;
}

.cc-cookies a.cc-cookie-accept:hover {
	background-color: #DE7A00;
	color: #fff;
}

.cc-cookies a.cc-cookie-decline, .cc-cookies-error a.cc-cookie-decline {
	color: #fff;
	text-decoration: underline;
	padding-left: 0.75em;
	padding-right: 0.75em;
}

.cc-cookies a.cc-cookie-decline:hover, .cc-cookies-error a.cc-cookie-decline:hover {
	text-decoration: none;
}

.cc-cookies-error a.cc-cookie-accept, .cc-cookies-error a.cc-cookie-decline { 
	display: block;
}

@media screen and (max-width: 960px) {
	
	.cc-cookies { 
		padding: 15px 15px 5px 15px;
	}
	
	.cc-cookies h4 {
		display: block;
		text-align: center;
	}
}

@media screen and (max-width: 700px) {
	
	.cc-cookies a.cc-cookie-accept, .cc-cookies a.cc-cookie-decline { 
		display: block;
		margin: 1em 0;
	}
}body#home nav#responsiveNavigationWrapper li.home a, body#carpets nav#responsiveNavigationWrapper li.carpets a, body#laminateFlooring nav#responsiveNavigationWrapper li.laminateFlooring a, body#vinylFlooring nav#responsiveNavigationWrapper li.vinylFlooring a, body#karndeanFlooring nav#responsiveNavigationWrapper li.karndeanFlooring a, body#testimonials nav#responsiveNavigationWrapper li.testimonials a, body#getInTouch nav#responsiveNavigationWrapper li.getInTouch a, body#manufacturers nav#responsiveNavigationWrapper li.manufacturers a, body#carpetCare nav#responsiveNavigationWrapper li.carpetCare a, body#laminateCare nav#responsiveNavigationWrapper li.laminateCare a, body#vinylCare nav#responsiveNavigationWrapper li.vinylCare a, body#karndeanCare nav#responsiveNavigationWrapper li.karndeanCare a {
  color: #FF8C00;
}

.sidr-hide {
	display: none;
}

.sidr {
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 999999;
  width: 260px;
  overflow-x: hidden;
  overflow-y: auto;
  font-family: 'League Spartan', 'Arial Black', 'Arial Bold', sans-serif;
  font-size: 15px; font-size: 1.5rem;
  text-transform: uppercase;
  background-color: rgb(0,103,81);
  color: #FFFFFF;
  box-shadow: 8px -1px 5px -3px #005744 inset;
}
.sidr .sidr-inner {
  padding: 0 0 15px;
}
.sidr .sidr-inner > p {
  margin-left: 15px;
  margin-right: 15px;
}
.sidr.right {
  left: auto;
  right: -260px;
}
.sidr.left {
  left: -260px;
  right: auto;
}
.sidr h1,
.sidr h2,
.sidr h3,
.sidr h4,
.sidr h5,
.sidr h6 {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2RmZGZkZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #dfdfdf));
  background-image: -moz-linear-gradient(#ffffff, #dfdfdf);
  background-image: -webkit-linear-gradient(#ffffff, #dfdfdf);
  background-image: linear-gradient(#ffffff, #dfdfdf);
  font-size: 11px;
  font-weight: normal;
  padding: 0 15px;
  margin: 0 0 5px;
  color: #FFFFFF;
  line-height: 24px;
  box-shadow: 0 5px 5px 3px rgba(0, 0, 0, 0.2);
}
.sidr p {
  font-size: 13px;
  margin: 0 0 12px;
}
.sidr p a {
  color: rgba(51, 51, 51, 0.9);
}
.sidr > p {
  margin-left: 15px;
  margin-right: 15px;
}
.sidr ul {
  display: block;
  margin: 0 0 15px;
  padding: 10px 0 0 0;
}
.sidr ul li {
  display: block;
  margin: 0;
  padding: 10px 10px 8px 15px;
}

.sidr ul li:hover,
.sidr ul li:hover > a,
.sidr ul li:hover > span, .sidr ul li.active > a,
.sidr ul li.active > span, .sidr ul li.sidr-class-active > a,
.sidr ul li.sidr-class-active > span {
  background-color: #005744;
}

.sidr ul li.divider, .sidr ul li.divider:hover {
	
	margin: 20px 0 20px 0;
	height: 1px;
	background-color: #005744;
	padding: 0;
}

.sidr ul li a,
.sidr ul li span {
  display: block;
  text-decoration: none;
  color: #FFFFFF;
}
.sidr ul li ul {
  border-bottom: 0;
  margin: 0;
}
.sidr ul li ul li {
  line-height: 40px;
  font-size: 13px;
}
.sidr ul li ul li:last-child {
  border-bottom: 0;
}
.sidr ul li ul li:hover, .sidr ul li ul li.active, .sidr ul li ul li.sidr-class-active {
  border-top: 0;
  line-height: 41px;
}
.sidr ul li ul li:hover > a,
.sidr ul li ul li:hover > span, .sidr ul li ul li.active > a,
.sidr ul li ul li.active > span, .sidr ul li ul li.sidr-class-active > a,
.sidr ul li ul li.sidr-class-active > span {
  box-shadow: 0 0 15px 3px #092701 inset;
}
.sidr ul li ul li a,
.sidr ul li ul li span {
  color: #FFFFFF;
  padding-left: 30px;
}
.sidr form {
  margin: 0 15px;
}
.sidr label {
  font-size: 13px;
}
.sidr input[type="text"],
.sidr input[type="password"],
.sidr input[type="date"],
.sidr input[type="datetime"],
.sidr input[type="email"],
.sidr input[type="number"],
.sidr input[type="search"],
.sidr input[type="tel"],
.sidr input[type="time"],
.sidr input[type="url"],
.sidr textarea,
.sidr select {
  width: 100%;
  font-size: 13px;
  padding: 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 0 10px;
  border-radius: 2px;
  border: 0;
  background: rgba(0, 0, 0, 0.1);
  color: rgba(51, 51, 51, 0.6);
  display: block;
  clear: both;
}
.sidr input[type=checkbox] {
  width: auto;
  display: inline;
  clear: none;
}
.sidr input[type=button],
.sidr input[type=submit] {
  color: #FFFFFF;
  background: #333;
}
.sidr input[type=button]:hover,
.sidr input[type=submit]:hover {
  background: rgba(51, 51, 51, 0.9);
}
