/*
Theme Name: SCR Startpoint
Theme URI: http://www.scrstartpoint.co.uk
Author: Sleep. Create. Repeat.
Author URI: http://www.sleepcreaterepeat.co.uk
Description: My startpoint theme
Version: 1.0.0
License: GNU General Public License v3.0 /
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: gray, light, two-columns, right-sidebar, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, featured-images, flexible-header, sticky-post,  theme-options, threaded-comments, translation-ready

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.

This theme is the most seamless and minimalistic integration of Twitter Bootstrap Framework into
the _s starter theme from Automattic, the guys behind WordPress.

_s (or Underscores) http://underscores.me/, (C) 2012-2013 Automattic, Inc. Twitter Bootstrap

Credits:

1. Bootstrap

 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)

 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=f58353a31151a8c05d7c)
 * Config saved to config.json and https://gist.github.com/f58353a31151a8c05d7c

2. wp_bootstrap_navwalker

* Class Name: wp_bootstrap_navwalker
* GitHub URI: https://github.com/twittem/wp-bootstrap-navwalker

3. Glyphicons

 * http://getbootstrap.com/components/

*/

/* My Minimal WordPress Styling comes here */

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

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


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

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

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


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


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


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

/* Navigation */

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


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

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

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

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

/**
* Some WP Theme Repository requirements
*/

.sticky {
}

.gallery-caption {

}

.bypostauthor {

}

.entry-meta {
	clear: both;
}

/* REMOVE BOOTSTRAP ROUNDED CORNERS */

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

/* TYPOGRAPHY */

body {
	color: #4f4b51;
	font-family: montserrat, sans-serif;
	font-weight: 400;
	font-style: normal;	
	font-size: 16px;
}

h1 {
	margin-top: 0;
	margin-bottom: 1em;
	font-family: ivymode, sans-serif;
	letter-spacing: 0.005em;
	font-size: 8vw;
	font-weight: 400;
	font-style: normal;
	color: #5b6c76;
}

h2 {
	font-size: 28px;
	margin-top: 1.5em;
	margin-bottom: 0.75em;
}

h2:first-child {
	margin-top: 0;
}

.lead {
	font-size: 115%;
	line-height: 1.5;
}

.lead p {
	margin-bottom: 1.25em;
}

.lead ul {
	margin-top: 0 !important;
}

.lead li {
	margin-bottom: 1.5em;
}

mark {
	background-color: aqua;
	font-weight: bold;
}

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

	h1 {
		font-size: 42px;
	}

}

/* TABLES */

table.christmas-opening {
	font-size: 18px;
}

table.christmas-opening td {
	padding-bottom: 0.25em;
}

table.christmas-opening tr:last-child td {
	padding-bottom: 0;
}

table.christmas-opening tr > td:first-child {
	padding-right: 1em;
}

table.christmas-opening tr > td:last-child {
	font-weight: bold;
}

/* CTA */

.cta {
	margin-top: 25px;
	background: #e0a41f;
	color: #fff;
	padding: 15px;
	font-size: 3.6vw;
	line-height: 1.3;
	font-size: 5vw;
}

.cta a:link,
.cta a:visited {
	color: #fff;
}

@media only screen and (min-width : 768px) {
	
	.cta {
		font-size: 2.1vw;
		text-align: center;
	}
}


@media only screen and (min-width : 992px) {
	
	.cta {
		font-size: 21px;
		padding: 10px;
	}
}

@media only screen and (min-width : 1200px) {
	
	.cta {
		font-size: 18px;
		padding: 10px;
	}
}

/* LISTS */

.main-content-inner ul:not([class]) {
	margin-top: 1em;
	margin-bottom: 1em;
	list-style-type: none;
	padding-left: 30px;
}

.main-content-inner ul:not([class]) li {
	margin-bottom: 0.5em;	
}

.main-content-inner ul:not([class]) li:before {
	content: '\f105';
	font-family: 'FontAwesome'; 
	float: left;
	margin-left: -30px;
	color: #e0a41f;
}

.main-content-inner ol:not([class]) {
    margin-left: 0;
    padding-right: 0;
    list-style-type: none;
    padding-left: 0;
}

.main-content-inner ol:not([class]) li {
	margin-bottom: 0.33em;	
    counter-increment: step-counter;
    padding-left: 30px;
    position: relative;
}

.main-content-inner ol:not([class]) li::before {
    content: counter(step-counter);
    font-weight: bold;
    position: absolute;
    top: 0;
    left: 0;
}

.lead li:before {
	
}

/* LINKS */

a {
	text-decoration: none !important;
	outline: none;
	border: none;
	transition: all 0.5s ease;
}

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

/* TOPPER */

#topper {
	background: #e4e0d9;
	color: #5b6c76;
	font-size: 80%;
	line-height: 1;
}

#topper ul {
	margin-bottom: 0;
	display: flex;
}

#topper li {
	text-align: center;
	word-spacing: 100vw;
	width: calc(100% / 5);
}


#topper .container {
	padding-top: 10px;
	padding-bottom: 10px;
}

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

	#topper li {
		word-spacing: normal;
	}

}

/* MASTHEAD */

#masthead {
	padding-top: 30px;
	padding-bottom: 5px;
}

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

.mastheadContacts {
	margin-top: 20px;
	font-size: 6.5vw;
	background: #a3b4b8;
	color: rgba(255,255,255,0.75);
	line-height: 1.1;
	text-align: center;
}

.mastheadContacts .row {
	display: flex;
	align-items: center;
}

.mastheadContacts .inner {
	padding: 10px 0;
}

.mastheadContacts .email {
	font-size: 3.25vw
}

.mastheadContacts a:link,
.mastheadContacts a:visited {
	color: #fff;
}

.mastheadContacts .visitStore {
	padding: 5px 0;
	background: #e0a41f;
	color: #fff;
	font-size: 3.5vw;
	display: block;
	text-transform: uppercase;
	line-height: 1;
}

.mastheadContacts .visitStore:hover {
}

#button-visit-our-store:hover .cls-2 {
	transition: all 0.5s ease;
}

#button-visit-our-store:hover .cls-2 {
	fill: #5b6c76;
}

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

	.mastheadContacts {
		font-size: 3vw;
		line-height: 1.05;
	}

}

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

	#masthead {
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.mastheadContacts a:link,
	.mastheadContacts a:visited {
		color: #e0a41f;
	}

	.mastheadContacts {
		margin-top: 0;
		font-size: 30px;
		background-color: transparent;
		color: #5c6c76;
		line-height: 1.2;
		text-align: right;
	}
	
	.mastheadContacts .inner {
	}
	
	.mastheadContacts .email {
		font-size: 19px;
	}	
	
	.mastheadContacts .visitStore {
		border-radius: 50%;
		font-size: 16px;
		padding: 0.7em 0.7em 0.75em;
		aspect-ratio: 1 / 1 !important;
	}

	.mastheadContacts .visitStore:link,
	.mastheadContacts .visitStore:visited {
		color: #fff;
		text-align: center;
	}

	.mastheadContacts .visitStore {
		background: transparent;
		padding: 0;
	}

	.mastheadContacts .visitStore svg {
		height: 80px;
	}

	.masthead-row {
		display: flex;
		align-items: center;
	}

}

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

	#masthead {
		padding-top: 6px;
		padding-bottom: 6px;
	}

	#homeLink img {
		max-width: 300px !important;
	}

	.mastheadContacts .visitStore svg {
		height: 100px;
	}

}

/* MAIN NAV */

#mainNav {
	background: #a3b4b8;
	color: #fff;
	line-height: 1;
	margin-bottom: 40px;
	font-size: 17px;
}

body.home #mainNav {
	margin-bottom: 0;
}


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

#mainMenu {
	margin-bottom: 0;
}

#mainMenu li {
	display: inline-block;
	float: left;
}

#mainMenu a {
	padding: 10px 0.8em;
	display: inline-block;
}

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

#mainMenu a:hover {
	color: #5b6c76;	
}

#mainMenu li:first-child > a {
	padding-left: 0;
}

#mainMenu li:last-child > a {
	padding-right: 0;
}

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

	#mainNav {
		position: relative;
		z-index: 10;
		border-bottom: 2px solid #fff;
		margin-bottom: 10px;
	}

	#mainMenu a {
		padding: 10px 0.6em;
	}

}

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

	#mainMenu a {
		padding: 10px 1.4em;
	}

}

/* MOBILE NAV */

#menuToggle {
	line-height: 0.5;
	float: right;
	font-size: 46px;
}

#mobileMenuContainer {
	display: none;
	background: #5c6c76;
	color: #fff;
	width: 80%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	font-size: 6vw;
	padding: 60px 30px 0;
}

#mobileMenuContainer .head {
	margin-bottom: 10vw;
}

#mobileMenu > li a,
#mobileMenu > li a:link,
#mobileMenu > li a:visited {
	color: #fff !important;
}


#mobileMenu > li > a {
	display: inline-block;
	padding-top: 1.33em;
}

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

/* BREADCRUMBS */

.breadcrumbs {
	font-size: 12px;
}

#breadcrumb {
	margin-bottom: 20px !important;
}

/* NOTICES */

.siteWideNotice {
	margin-top: -30px;
	background: #e0a41f;
	color: #fff;
	font-size: 105%;
	margin-bottom: 40px;
}

body.home .siteWideNotice {
	margin-bottom: 0;
}

.siteWideNotice .container {
	padding-top: 30px;
	padding-bottom: 30px;
}

.siteWideNotice .container p:last-of-type {
	margin-bottom: 0;
}

.siteWideNotice a:link,
.siteWideNotice a:visited {
	color: #fff;
	text-decoration: underline !important;
}

.siteWideBanner {
	margin-bottom: 20px;
}

body.home .siteWideBanner {
	margin-top: 20px;
}

#tvSpotBanner {
	background-color: #e0a41f;
	border-top: 2px solid #fff;
	margin-bottom: 20px;
}


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

	.siteWideNotice {
		margin-top: 0;
	}

	#tvSpotBanner {
		width: 750px;
		margin-left: auto;
		margin-right: auto;
	}

}

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

	#tvSpotBanner {
		margin: 0 0 40px;
		width: auto;
		position: relative;
	}


	body.home #tvSpotBanner {
		border-top-width: 3px;
		margin-bottom: 20px;
	}

}

/* SIDEBAR */

.sidebar {
	font-size: 14px;
}

.sidebar h3 {
	margin-bottom: 20px !important;
}

.sidebar aside.sidebarItem {
	background: #e4e0d9;
	color: #5b6c76;
	margin-bottom: 30px;
	padding: 6px;
}

.sidebar aside.sidebarItem .inner {
	background: rgba(255,255,255,0.1);
	border: 2px dashed #fff;
	box-shadow: 0 0 0 4px #e4e0d9;
	padding: 20px;
}

.sidebar aside.sidebarItem h3 {
	margin-top: 0;
	margin-bottom: 0.33em !important;
	font-size: 5vw;
}

.sidebar aside.sidebarItem .icon {
	font-size: 10vw;
	margin-left: -20px;
}

.sidebar aside.sidebarItem .fa-circle {
	color: rgb(163, 180, 184);

}

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

	.sidebar aside.sidebarItem {
	}

	.sidebar aside.sidebarItem .icon {
		font-size: 44px;
	}

	.sidebar aside.sidebarItem h3 {
		font-size: 24px;
	}


}

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


	.sidebar aside.sidebarItem h3 {
		line-height: 1;
		font-size: 20px;
	}

	.sidebar-padder {
		padding-left: 30px;	
	}

	.sidebar aside.sidebarItem {
		padding: 12px;
	}
	
	.sidebar aside.sidebarItem .icon {
		margin-bottom: 10px;
		margin-left: -32px;
	}


}

/* CONTACT FORMS */

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

/* CONTENT */

.section {
	margin-top: 30px;
}

.single-collection .section-tailored-fit {
	margin-top: 80px;
}

.section-tailored-fit h3 {
	font-weight: 600;
	text-align: center;
	font-size: 1.5rem;
	background-color: #e0a41f;
	color: #fff;
	padding: 5px 0;
	margin-top: 10px;
}

.section-tailored-fit .row > div img:not(.flash) {
	margin-top: 15px;
}

.section-tailored-fit .pictured-collection {
	margin-top: 0.25em;
	display: block;
	font-weight: 400 !important;
	font-size: 14px;
}

.flash-available-to-try {
	width: 33%;
	float: right;
	margin: -5px 0 10px 10px;
}

body.archive.tax-range.term-recliners .collectionList,
.section-dual-motor > div {
	margin-top: 30px;
}

body.archive.tax-range.term-recliners .taxonomy-description p:last-child {
	margin-bottom: 45px;
}

body.archive.tax-range.term-recliners .collectionList li:last-child {
	margin-bottom: 0;
}

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

	.section-tailored-fit .row > div,
	.section-dual-motor .row > div {
		margin-bottom: 20px;
	}

	.section-tailored-fit .row > div:last-child,
	.section-dual-motor .row > div:last-child {
		margin-bottom: 0;
	}

	.flash-available-to-try {
		width: 20%;
	}

	.section-tailored-fit h3 {
		font-size: 1.8rem;
		margin-top: 20px;
	}

	.section-tailored-fit .row > div img:not(.flash) {
		margin-top: 0;
	}

	.section-tailored-fit .pictured-collection {
		font-size: 12px;
		padding: 0 20px;
	}


}

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

	.flash-available-to-try {
		width: 120px;
	}

	.section-tailored-fit .row > div img:not(.flash) {
		padding: 0 30px;
	}

	.section-tailored-fit .pictured-collection {
		padding: 0;
	}


}

/* HOME PAGE */

#homeDepartments {
	padding: 0 15px;
	margin-bottom: 40px;
}

.homeDeptList li {
	margin-bottom: 10px;
}

.homeDeptList li .inner {
	position: relative;
	margin: 0;
}

.homeDeptList li .inner div.rangeName {
	position: absolute;
	background: rgba(225, 167, 30, 0.8);
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	font-size: 6vw;
	line-height: 1;
	padding: 0.5em 1em;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.rangeImage {
	overflow: hidden;
}

.rangeImage img {
	transition: transform 1s ease-in-out;
	width: 100%;
	max-width: none;
}

.rangeImage:hover img {
	transform: scale(1.2);
}

body.home .store {
	margin-top: 20px;
}


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

	.homeDeptList li .inner div.rangeName {
		font-size: 24px;	
	}

}

@media only screen and (min-width : 992px) {
	
	#homeDepartments {
		padding: 0;
	}

	.homeDeptList li {
		display: inline-block;
		float: left;
		width: 50%;
		margin-bottom: 0;
		border: 1px solid transparent;
	}

	.homeDeptList li.id-9,
	.homeDeptList li.id-15	,
	.homeDeptList li.id-11 {
		width: 33.3333%;
		border-top: 2px solid #fff;
	}

	.homeDeptList li:nth-child(1),
	.homeDeptList li:nth-child(3),
	.homeDeptList li:nth-child(4) {
		border-right: 1px solid #fff;
	}

	.homeDeptList li:nth-child(2),
	.homeDeptList li:nth-child(4),
	.homeDeptList li:nth-child(5) {
		border-left: 1px solid #fff;
	}
	
	body.home h1 {
		margin-bottom: 0.5em;
	}	
		
	body.home .store {
		margin-top: 0;
	}
	
	body.home .storeContainer {
		background: url('images/clouds.jpg') 0 0 no-repeat;
		background-size: cover;
	}


	body.home .storeContainer img {
		width: 100%;
		max-width: 100%;
		padding-left: 15px;
		padding-right: 15px;
		position: absolute;
		bottom: 0;
		left: 0;
	}
	
	
}

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

	.homeDeptList li .inner div.rangeName {
		font-size: 26px;	
	}
	
	

}

/* TEAM */

.theTeam {
	margin: 40px 0;
	line-height: 1.5;
}

.theTeam h2 {
	margin-bottom: 1em;
}
.teamList li {
	margin-bottom: 30px
}

.teamList h3 {
	margin-top: 0;
	color: #5b6c76;
}

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

	.teamList li {
		font-size: 16px;
	}

}

/* COLLECTIONS */

.collectionList > li {
	margin-bottom: 30px;
}

.collectionList h2 {
	margin: 0.66em 0;
	font-size: 22px;
}

.collectionList .thumbHolder {
	position: relative;
}

.collectionList .fromPrice {
	position: absolute;
	background: #e0a41f;
	color: #fff;
	font-weight: 700;
	text-align: center;
	line-height: 1;
	font-size: 7vw;
	padding: 0.33em;
	right: 15px;
	top: -15px;
}

.collectionList .fromPrice .from {
	display: block;
	font-weight: 300;
	text-transform: uppercase;
	font-size: 3vw;
}

h3.subCollections {
	margin-top: 80px;
	background: #e4e0d9;
	padding: 0.25em 0.5em;
}

.intro {
	margin-top: 30px;
}

.datasheet {
	line-height: 1.2;
	font-size: 18px;
	margin-top: 2em;
	margin-bottom: 2.5em;
}

.datasheet i {
	padding-right: 0.33em;
}

.itemList {
	margin-top: 60px;
	margin-top: 0;
	font-size: 14px;
}

.itemList li {
	text-align: center;
}

.itemList li .inner {
	padding-top: 40px;
	margin-top: 40px;
	border-top: 2px dotted #e4e0d9;
}

.itemList li:last-child .inner {
	margin-bottom: 0;
}

.itemList .titleWrapper {
	margin-bottom: 0.33em;
}

.itemList h3 {
	line-height: 1.1;
	font-size: 6vw;
	color: #5b6c76;
}

.itemList img {
	padding: 0 15px;
}

.itemList .itemPrice {
	font-size: 8vw;
}

.itemList .itemPrice > div {
	display: inline-block;
	line-height: 1;
	text-align: center;
	padding: 0.25em
}

.itemList .itemPrice > div label {
	font-weight: 400;
	font-size: 50%;
	display: block;
	margin: 0;
	padding: 0;
}

.itemList .itemPrice .rrp {
	padding-left: 0.5em;
	font-size: 80%;
}

.itemList .itemPrice .rrp .thePrice {
	text-decoration: line-through;
	text-decoration-color: rgba(225, 164, 32, 0.66);
}

.itemList .itemPrice .sale {
	background: #e0a41f;
	color: #fff;
	font-weight: 700;
}

.itemList .itemDimensions {
	margin-bottom: 10px;
}

.itemList .itemImage {
	position: relative;
}

.itemList .itemImage .saving {
	position: absolute;
	background: rgb(163, 180, 184);
	border: 1px solid #fff;
	color: #fff;
	font-weight: 700;
	right: 0;
	top: -10px;
	padding: 1em 0.5em;
	line-height: 0.9;
	font-size: 5vw;
	border-radius: 50%;
}

.itemList .item-note {
	font-size: 80%;
	margin-top: -10px;
	margin-bottom: 10px;
}

.seatSize {
	font-size: 80% !important;
}

.galleryList {
	margin-top: 40px;
	margin-bottom: 40px;
}

.galleryList > li {
	margin-bottom: 30px;
}

.galleryList > li .inner {
	position: relative;
	border: 1px solid rgba(227, 223, 216, 0.2);
}

table.noImageItems {
	width: 100%;
	margin: 40px 0 80px;
	line-height: 1.2;
}

table.noImageItems label {
	line-height: 1.2 !important;
	margin-bottom: 0;
}

table.noImageItems td {
	padding: 0.66em;
	border-bottom: 2px dotted #e4e0d9;
	vertical-align: top;
}

table.noImageItems .thePrice {
	text-decoration: line-through;
	text-decoration-color: rgba(225, 164, 32, 0.66);
}

table.noImageItems .theSalePrice {
	font-size: 150%;
}

table.noImageItems tr:first-child td {
	border-top: 2px dotted #e4e0d9;
}

table.noImageItems td:first-child {
	padding-left: 0;
}

table.noImageItems td.salePrice {
	background: #e0a41f;
	color: #fff;
	font-weight: 700;
}

.disclaimer {
	margin-top: 80px;
	font-size: 80% !important;
	font-style: italic !important;
}

@media only screen and (max-width : 767px) {
	
	.itemList li:first-child .inner {
		margin-top: 20px !important;
		border-top: none !important;
	}

}

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

	.datasheet {
	}

	.datasheet .fileSize {
		font-size: 80%;
	}

	.itemList {
		margin-top: 60px;
	}

	.itemList h3 {
		font-size: 20px;
	}

	.itemList .itemPrice {
		font-size: 4.5vw;
	}
	
	.itemList .itemImage .saving {
		font-size: 2.5vw;	
	}
	
	table.noImageItems td {
		vertical-align: middle;
	}
	
	.collectionList .fromPrice {
		line-height: 0.9;
		font-size: 28px;
	}
	
	.collectionList .fromPrice .from {
		font-size: 18px;
	}

	

}

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

	.itemList li:nth-child(-n + 2) .inner {
		margin-top: 0 !important;
		padding-top: 0 !important;
		border-top: none !important;
	}


}


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

	.itemList .itemList h3 {

	}

	.itemList .itemPrice {
		font-size: 32px;
	}

	.itemList .itemImage .saving {
		font-size: 20px;
		top: -20px;
	}	

	.itemList li:nth-child(-n+3) .inner {
		margin-top: 0 !important;
		padding-top: 0 !important;
		border-top: none !important;
	}

	.itemListModular li:nth-child(-n + 3) .inner {
		margin-top: 40px !important;
		padding-top: 40px !important;
		border-top: 2px dotted #e4e0d9 !important;
	}

}

/* TESTIMONIALS */

.testimonialList {
	margin: 0;
}

.testimonialList li {
	margin-bottom: 30px;
}

.testimonialList p {
	margin-bottom: 0;
}

.testimonialList .testimonialText {
	font-size: 1.2em;
	margin-bottom: 0.66em;
}

.testimonialList .testimonialText p:first-child::before {
	content: open-quote;
}

.testimonialList .testimonialText p:first-child::after {
	content: close-quote;
}

/* GALLERY */

.galleryImages > li {
	margin-bottom: 28px;
}

/* BLOG */

article.row {
	margin-left: -15px !important;
	margin-right: -15px !important;
}

.blog .entry-meta {
	margin-bottom: 1em;
}

.single .entry-meta {
	margin-bottom: 30px;
}

.entry-content-thumbnail {
	margin-bottom: 30px;
	position: relative;
}

.entry-content-thumbnail img {
	width: 100%;
}

.entry-content-thumbnail .flash {
	position: absolute;
	top: 0;
	right: 0;
	width: 18%;
}

.website-only {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 18%;
}

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

	.entry-content-thumbnail .flash,
	.website-only {
		width: 15%;
	}

	.archive .website-only {
		width: 22%;
		top: 5px;
		left: 5px;
	}

}

.nav > li > a {
	padding: 0 0 1em;
}

.nav > li > a:hover {
	background: none;
}

/* COLOPHON */

#colophon {
	background: #5b6c76;
	color: #e4e0d9;
	padding-top: 80px;
	padding-bottom: 120px;
	font-size: 16px;
	line-height: 1.5;
}

#colophon h2 {
	color: #e0a41f;
	font-size: 18px;
	font-weight: 700;
}

#colophon a:link,
#colophon a:visited {
	color: #e4e0d9;
}

#colophon div.container {
	padding-bottom: 0;
}

#colophon .footerItem .inner .footerItem {
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom: 2px dotted rgba(227, 223, 216, 0.25);
}

#legalMenu {
	margin-bottom: 0;
	margin-top: 40px;
	line-height: 1;
}

#legalMenu li {
	display: block;
	padding-bottom: 2.5em;
}

.footerSocial {
	font-size: 32px;
}

.footerSocial li {
	display: inline-block;
}

.footerSocial a:link,
.footerSocial a:visited {
	color: #e0a41f !important;
}

.footerContacts {
}

.footerContacts > span {
	display: block;
}

#colophon .mapLink {
	display: block;
	text-decoration: underline !important;
}

#colophon .footerStore {
	margin-top: 20px;
}

@media only screen and (min-width : 768px) {
	
	.footerSocial {
		font-size: 24px;
	}

	#colophon .footerItem .inner .footerItem {
		margin-bottom: 0;
		padding-bottom: 0;
		border-bottom: none;
	}
	
	#colophon .footerItem .inner {
		margin-bottom: 40px;
		padding-bottom: 40px;
		border-bottom: 2px dotted rgba(227, 223, 216, 0.25);
	}	

	#legalMenu li {
		display: inline-block;
		float: left;
		padding: 0 1em;
		font-size: 10px;
	}
	
	#legalMenu li:first-child {
		padding-left: 0;
	}
	
	#legalMenu li:last-child {
		padding-right: 0;
	}

}

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

	#colophon {
		font-size: 14px;
	}
	
	#colophon .footerItem .inner {
		margin-bottom: 0;
		padding-bottom: 0;
		border-bottom: none;
	}
	
	.footerSocial {
		text-align: right;
		margin-top: -0.2em;
	}
	
	#legalMenu {
		margin-top: 80px;
	}	
}

/* ACF Maps */

.acf-map {
    width: 100%;
    height: 400px;
    border: none;
    margin-bottom: 40px;
}

/* Slider */

#homeSlider {
	margin-bottom: 20px;
}

/* Fixes potential theme css conflict.*/
.acf-map img {
   max-width: inherit !important;
}

/* Kandoo */

.kandoo-apply {
	background-color: #e0a41f;
	margin: 3rem 0;
	padding: 1.5rem;
	color: #fff;
}

.kandoo-apply h2 {
	margin-bottom: 0.33em;
	font-weight: 700;
	color: #fff;
}

.kandoo-apply a.kandoo-button {
	display: inline-block;
	background-color: #fff;
	font-weight: 700;
	color: #4f4b51;
	padding: 0.5em 1em;
	font-size: 2rem;
	margin-top: 2rem;
	border-radius: 500px;
	margin-left: -0.5rem;
}

.kandoo-apply-single {
	margin: 0;
}

.kandoo-apply .pay-monthly {
	color: #fff;
}