/* Theme Name: Kitchen Designer
Theme URI: http://www.yellowboxmarketing.co.uk
Description: This website was developed with Forge 4 by Yellow Box Marketing.
Author: Philip Whittle
Author URI: http://www.yellowboxmarketing.co.uk
Version: 1.0 */

/* Layout Containers Header */

.accountBar {
	width: 100%;
	float: left;
	background: #333333;
	color: #ffffff;
	font-size: 10pt;
}

.logoBar {
    width: 100%;
    float: left;
	font-size: 20pt;
    background: #e0bd5c;
	padding: 24px 0;
}
.logoBar img { height: 62px; }

.logoLeft {
    text-align: left;
}

.menuBar {
    width: 100%;
    float: left;
    background: #333333;
    color: #ffffff;
    z-index: 50;
    position: relative;
}

.menuWidget {
    text-align: left;
}

/* Layout Defaults */

html{ scroll-behavior: smooth; }

body {
    text-align: center;
    background: #e0bd5c;
    color: #333333;
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    padding: 0;
}

.bodyBar {
    width: 100%;
    float: left;
    background: #ffffff;
}

/* Layout Containers Footer */

.footerBar {
    width: 100%;
    float: left;
}

.footerDesigner {
    width: 100%;
    float: left;
	display: none;
	font-size: 15pt;
	color: #bd8e46;
	font-weight: 800;
	text-transform: uppercase;
    text-decoration: none;
    background: #e0bd5c;
	padding: 43px 0;
	bottom: 0;
}
.footerDesigner img { height: 20px; }

.footerDesigner ul li a { height: 40px !important; line-height: 40px !important; }

.badgesBar {
    width: 100%;
    float: left;
    background: #ffffff;
}
.badgesWidget {
}

.detailsBar {
    width: 100%;
    float: left;
    background: #333333;
    color: #ffffff;
    font-size: 10pt;
    padding: 24px 0 12px;
}
.detailsWidget {
}

.copyrightBar {
    width: 100%;
    float: left;
    background: #bd8e46;
    color: #ffffff;
    font-size: 8pt;
	text-transform: uppercase;
	letter-spacing: 1px;
    padding: 12px 0;
}
.copyrightWidget {
}

/* Layout Containers Popups */

.popupContent {
	position: fixed;
	background: rgba(0,0,0,0.75);
	float: left;
	width: 100%;
	height: 100%;
	bottom: -150%;
	z-index: 1001;
	transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
}

.popupContent .ajax-loader { display: none !important; }

.popupContentActive {
	bottom: 0;
}

.popupClose {
	position: absolute;
	width: 50px;
	height: 50px;
	cursor: pointer;
	background: url('images/close.png') center center;
	background-size: cover;
	top: 50px;
	right: 50px;
}

.popupContentInside {
	width: 60%;
	color: #ffffff;
	padding: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

/* Layout Containers Home Page */

.homepageBar {
    width: 100%;
    float: left;
}

.introBar {
	float: left;
	width: 100%;
	position: relative;
	background: #ffffff;
	padding: 66px 0 0;
}
.introAnchor {
	float: left;
	width: 100%;
	position: relative;
}
.introImage {
	float: left;
	width: 100%;
}
.introBox {
	width: 840px;
	padding: 15px 30px 30px;
	color: #ffffff;
	position: absolute;
	bottom: 20px;
	left: calc(50% - 420px);
	background: #dfbc5e;
	text-transform: uppercase;
	
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}
.introBox h1 { margin-top: 0; }
.introBoxField {
	float: left;
	width: 65%;
	display: block;
	background: #ffffff;
	margin: 0 !important;
	border: 0 !important;
	font-size: 18pt;
	padding: 35px 45px;
	position: relative;
	z-index: 999;
	
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	
	-webkit-border-top-left-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-bottomleft: 20px;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	
	-webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:    0px 5px 15px 0px rgba(0, 0, 0, 0.5);
	box-shadow:         0px 5px 15px 0px rgba(0, 0, 0, 0.5);
}
.introBoxButton {
	float: left;
	width: 35%;
	cursor: pointer;
	display: block;
	color: #ffffff;
	background: #4c1d2f;
	margin: 0 !important;
	border: 0 !important;
	text-transform: uppercase;
	font-weight: 800 !important;
	font-size: 18pt;
	padding: 35px 10px;
	
	-webkit-border-top-right-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
	-moz-border-radius-topright: 20px;
	-moz-border-radius-bottomright: 20px;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	
	-webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:    0px 5px 15px 0px rgba(0, 0, 0, 0.5);
	box-shadow:         0px 5px 15px 0px rgba(0, 0, 0, 0.5);
}

.sliderBar {
    width: 100%;
    float: left;
	overflow: hidden !important;
	position: relative;
    background: #ffffff;
}
.sliderScroll {
	display: none;
	width: 100px;
	bottom: 40px;
	color: #ffffff;
	position: absolute;
	cursor: pointer;
	text-transform: uppercase;
	font-size: 10pt;
	z-index: 998;
	left: calc(50% - 50px);
}

.featureBar {
    width: 100%;
    float: left;
	font-size: 14pt;
    background: #ffffff;
    padding: 100px 0;
}
.featureBar h3 {
	text-transform: uppercase;
	letter-spacing: 4px;
	font-size: 1.2em;
}

.howItWorksBar {
	width: 100%;
	float: left;
	background: #ffffff;
	font-size: 14pt;
	padding: 0;
}
.howItWorksBar img { vertical-align: bottom; }

.ctaBar {
	float: left;
	width: 100%;
	background: #e0bd5c;
	color: #ffffff;
	padding: 12px 0;
}
.ctaLeft {
	float: left;
	padding: 30px 0;
	text-align: left;
	font-size: 2.2em;
	font-weight: 800;
	text-align: left;
}
.ctaRight {
	float: right;
	padding-top: 18px;
}
.ctaBoxField {
	float: left;
	display: block;
	background: #ffffff;
	margin: 0 !important;
	border: 0 !important;
	font-size: 18pt;
	padding: 20px 25px;
	position: relative;
	
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	
	-webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.5);
	
	-webkit-border-top-left-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-bottomleft: 20px;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
}
.ctaBoxButton {
	float: left;
	cursor: pointer;
	display: block;
	color: #ffffff;
	background: #4c1d2f;
	margin: 0 !important;
	border: 0 !important;
	text-transform: uppercase;
	font-weight: 800 !important;
	font-size: 13pt;
	padding: 24px 28px;
	
	-webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.5);
	
	-webkit-border-top-right-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
	-moz-border-radius-topright: 20px;
	-moz-border-radius-bottomright: 20px;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;``
}

.brandsBar {
	width: 100%;
	float: left;
	background: #ffffff;
	font-size: 14pt;
	padding: 100px 0;
}
.brandsWidget {
	float: left;
	width: 40%;
	margin-right: 20%;
}
.brandsWidget:nth-of-type(2n) { margin-right: 0; }
.brandsWidget a, .brandsWidget a:visited {
	float: left;
	width: 100%;
	height: 250px;
	padding: 25px;
	background: #f2f2ef;
	background-position: center center !important;
	background-size: contain !important;
	background-repeat: no-repeat !important;
	color: #333333;
	font-size: 1.3em;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 3px;
	
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.brandsWidget.brands a { background-image: url('/wp-content/uploads/2020/09/home_reviews_brands.png'); }
.brandsWidget.brands a:hover { background-image: url('/wp-content/uploads/2020/09/home_reviews_brands_gold.png'); }

.brandsWidget.appliances a { background-image: url('/wp-content/uploads/2020/09/home_reviews_appliances.png'); }
.brandsWidget.appliances a:hover { background-image: url('/wp-content/uploads/2020/09/home_reviews_appliances_gold.png'); }

.brandsWidget.sinks a { background-image: url('/wp-content/uploads/2020/09/home_reviews_sinks.png'); }
.brandsWidget.sinks a:hover { background-image: url('/wp-content/uploads/2020/09/home_reviews_sinks_gold.png'); }

.brandsWidget.worktops a { background-image: url('/wp-content/uploads/2020/09/home_reviews_worktops.png'); }
.brandsWidget.worktops a:hover { background-image: url('/wp-content/uploads/2020/09/home_reviews_worktops_gold.png'); }

.whoWeAreBar {
	width: 100%;
	float: left;
	background: #ffffff;
	font-size: 14pt;
	padding: 100px 0 0;
}
.whoWeAreBar img { vertical-align: bottom; }
.whoWeAreLeft {
	width: 19%;
	float: left;
}
.whoWeAreMiddle {
	width: 75%;
	margin: 0 0 0 6%;
	float: left;
	text-align: left;
}
.whoWeAreMiddle h2 {
	text-transform: uppercase;
	margin-bottom: 36px;
}
.whoWeAreRight {
	width: 25%;
	float: left;
}

/* Layout Containers Hub Page */

.hubBar {
	width: 100%;
	float: left;
	background: #ffffff;
	font-size: 14pt;
	padding: 100px 0;
}
.hubRow {
	float: left;
	width: 100%;
	text-align: center;
}
a.hubItem, a.hubItem:visited, a.hubItem:hover, a.hubItem:active {
	display: inline-block;
	width: 22.6%;
	margin-right: 3.2%;
	cursor: pointer;
	overflow: hidden;
	background: #ececec;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}
a.hubItem:last-of-type { margin-right: 0 !important; }
.hubItemImage {
	display: block;
	float: left;
	width: 100%;
	height: 180px;
	background-color: rgba(0,0,0,0.1);
	background-position: center center;
	background-size: cover;
}
.hubItemLogo {
	display: block;
	float: left;
	width: 100%;
	height: 35px;
	padding: 16px 0;
}
.hubItemLogo img {
	max-height: 35px;
	max-width: 90%;
	vertical-align: bottom;
}

/* Layout Containers Content Page */

.contentBox {
    width: calc(100% - 30px);
	float: left;
	padding: 25px;
	border: 1px solid #dedede;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.designerPageBar {
	padding: 0 !important;
	height: calc(100vh - 220px);
	overflow-y: scroll;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
}
.designerPageInner {
	float: left;
	width: 100%;
	height: 100%;
}
.pageBar {
    width: 100%;
    float: left;
	font-size: 14pt;
    text-align: left;
    padding: 30px 0;
}
.pageBarWhite {
	width: 100%;
	float: left;
	font-size: 14pt;
	background: #ffffff;
	text-align: left;
	padding: 30px 0;
}
.pageBarGrey {
	width: 100%;
	float: left;
	font-size: 14pt;
	background: #efefef;
	text-align: left;
	padding: 30px 0;
}
.pageBarGreyThin {
	width: 100%;
	float: left;
	font-size: 14pt;
	background: #efefef;
	text-align: left;
}
.pageBarColour {
	width: 100%;
	float: left;
	font-size: 14pt;
	background: #333333;
	color: #ffffff;
	text-align: left;
	padding: 30px 0;
}
.pageTitleBar {
	width: 100%;
	float: left;
	background: #333333;
	color: #ffffff;
	padding: 15px 0;
}
.pageBox {
	float: left;
	width: 100%;
	background: #ffffff;
	padding: 0 50px 50px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.pageBoxTitle {
	float: left;
	width: 100%;
	color: #4c1d2f;
	margin: 30px 0;
}
.pageBoxTitle h1 {
	font-size: 1.4em;
	margin-bottom: 0;
	line-height: 1em;
}

.pageAccordion {
	float: left;
	font-size: 12pt;
	width: calc(100% - 30px);
	margin: 0 15px;
	padding: 20px 0;
	border-top: 1px solid #e5e4e4;
}
.pageAccordion:last-of-type { border-bottom: 1px solid #e5e4e4; }
.pageAccordion h3, .pageAccordion p { padding: 0; }
.pageAccordionTitle {
	float: left;
	width: calc(100% - 80px);
	padding-right: 80px;
	background-image: url('images/accordionArrow.jpg');
	background-repeat: no-repeat;
	background-position: center right;
	color: #4c1d2f;
	cursor: pointer;
}
.pageAccordionActive .pageAccordionTitle {
	background-image: url('images/accordionArrowActive.jpg');
}
.pageAccordionContent {
	float: left;
	width: 100%;
	opacity: 0;
	max-height: 0;
	overflow: hidden;
	transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}
.pageAccordionActive .pageAccordionContent {
	opacity: 1;
	max-height: 2000px;
}


/* Layout Container Blank Page */

.thankYouBar {
	float: left;
	width: 100%;
	padding: 100px 0 0;
}
.thankYouLeft {
	float: left;
	width: 20%;
}
.thankYouLeft img { vertical-align: bottom; }
.thankYouRight {
	float: right;
	width: 75%;
	background: #efefef;
	padding: 50px 80px;
	position: relative;
	font-size: 18pt;
	text-align: left;
	
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.thankYouRight:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 20px 20px 20px 0;
    border-color: transparent #efefef;
    display: block;
    width: 0;
    z-index: 1;
    left: -20px;
    bottom: 40px;
}

/* Layout Containers Blog Page */

.blogBar {
    width: 100%;
    float: left;
    text-align: left;
    padding: 12px 0;
}
.blogTitleBar {
	width: 100%;
	float: left;
	color: #4c1d2f;
	background: #ffffff`;
	padding: 24px 0;
}
.blogTitleBar h2 { text-transform: uppercase; }
.blogCategoryBar {
	float: left;
	width: 100%;
	padding: 36px 0;
	background: #e0bd5c;
	color: #ffffff;
}
.blogCategoryBar a, .blogCategoryBar a:visited {
	display: inline-block;
	background: #ffffff !important;
	color: #4c1d2f !important;
	width: 100%;
	padding: 20px 0;
	text-transform: uppercase;
	font-weight: 800;
	font-size: 16pt;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.blogCategoryBar a:hover, .blogCategoryBar a:active {
	background: #4c1d2f !important;
	color: #ffffff !important;
}
.blogCategoryBarLeft { float: left; width: 25%; }
.blogCategoryBarRight { float: right; width: 75%; margin-top: 10px; }
.blogCategoryLeft {
	float: left;
	color: #4c1d2f;
	text-transform: uppercase;
	background: #ffffff;
	padding: 15px;
	width: 300px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-radius: 80px;
	-moz-border-radius: 80px;
	-webkit-border-radius: 80px;
}
.blogCategoryRight {
	float: right;
	width: calc(100% - 350px);
}
.blogWidget {
	float: left;
	width: 48.5%;
	margin-right: 3%;
	margin-bottom: 20px;
}
.blogWidget:nth-of-type(2n) { margin-right: 0; }
.blogWidget:nth-of-type(2n+1) { clear: both; }
.blogWidgetImage {
	background: #dedede;
	background-size: cover;
	background-position: center center;
	color: #ffffff !important;
	position: relative;
	display: inline-block;
	width: calc(100% - 30px);
	margin: 10px 15px;
	height: 450px;
	text-transform: uppercase;
	font-weight: 600;
}
.blogWidgetImageContainer {
	float: left;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
}
.blogWidgetImage:hover .blogWidgetImageContainer {
	background: #4c1d2fbb;
}
.blogWidgetImageOverlay {
	background: #4c1d2fbb;
	padding: 15px;
	width: 80%;
	text-align: center;
	transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.blogWidgetImage:hover .blogWidgetImageOverlay {
	background: #4c1d2f00;
}

.navigation.pagination h2 { display: none; }
.nav-links span {
	display: inline-block;
	background: #e0bd5c;
	height: 20px;
	width: 20px;
	margin: 0 5px;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.nav-links a {
	display: inline-block;
	background: #efefef;
	height: 20px;
	width: 20px;
	margin: 0 5px;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.nav-links .prev, .nav-links .next { display: none; }

.relatedPostWidget {
	display: block;
	float: left;
	width: 30.6%;
	margin-right: 4.1%;
}
.relatedPostWidget:nth-of-type(3) {
	margin-right: 0;
}
.relatedPostImage {
	float: left;
	display: block;
	width: 100%;
	height: 150px;
	border-bottom: 15px solid #ececec;
	background-color: #dedede;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	
	transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
	
	-webkit-border-top-left-radius: 15px;
	-webkit-border-top-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 15px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}
.relatedPostWidget:hover .relatedPostImage {
	border-bottom: 15px solid #e0bd5c;
}
.relatedPostWidget h4 {
	display: block;
	float: left;
	padding: 0;
}

/* Kitchen Designer Form */

.formArea {
	float: left;
	width: 100%;
	/* height: calc(100vh - 220px);
	max-height: calc(100vh - 220px); */
	overflow: hidden;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
}
.formInner {
	float: left;
	width: 100%;
}

.progressBar {
	float: left;
	display: inline-block;
	height: 12px;
	width: 100%;
	background: #f2f2ef;
	border-radius: 24px;
	-moz-border-radius: 24px;
	-webkit-border-radius: 24px;
	margin-bottom: 30px;
}
.progressBar div {
	float: left;
	display: inline-block;
	height: 12px;
	background: #e0bd5c;
	border-radius: 24px;
	-moz-border-radius: 24px;
	-webkit-border-radius: 24px;
}
.progressBarInside1 { width: 5.88%; }
.progressBarInside2 { width: 11.76%; }
.progressBarInside3 { width: 17.65%; }
.progressBarInside4 { width: 23.53%; }
.progressBarInside5 { width: 29.41%; }
.progressBarInside6 { width: 35.29%; }
.progressBarInside7 { width: 41.18%; }
.progressBarInside8 { width: 47.06%; }
.progressBarInside9 { width: 52.94%; }
.progressBarInside10 { width: 58.82%; }
.progressBarInside11 { width: 64.71%; }
.progressBarInside12 { width: 70.59%; }
.progressBarInside13 { width: 76.47%; }
.progressBarInside14 { width: 82.35%; }
.progressBarInside15 { width: 88.24%; }
.progressBarInside16 { width: 94.12%; }
.progressBarInside17 { width: 100%; }

.formSection { float: left; width: 100%; display: none; }
.formSectionActive { display: block; }

.formSubSection { float: left; width: 100%; }

.formTitle {
	float: left;
	width: 100%;
	margin-bottom: 30px;
	color: #4c1d2f;
	position: relative;
}
.formTitle h2 { margin-bottom: 0; }
.formUnderline {
	display: inline-block;
	height: 6px;
	width: 222px;
	background: #debb5c;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}
.formTitleBack {
	position: absolute;
	top: 0;
	left: 0;
	width: 50px;
	height: 50px;
	background-image: url('form/formBackButton.png');
	background-size: cover;
	cursor: pointer;
	border-radius: 100px;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
}
.formTitleNotes {
	position: absolute;
	top: 0;
	right: 0;
	font-weight: 600;
}

.formToggle { float: left; width: 100%; margin-bottom: 30px; }
.formFields { float: left; width: 100%; margin-bottom: 30px; min-height: 257px; height: 257px; }
.formFieldsBig { float: left; width: 100%; margin-bottom: 30px; min-height: 417px; }
.formFieldsAlt { float: left; width: 100%; margin-bottom: 30px; min-height: 257px; }
.formFieldsOther { float: left; width: 100%; height: 50px; margin-bottom: 30px; line-height: 50px; font-weight: 600; color: #4d1e2e; }
.formControls { float: left; width: 100%; }
.formGap { float: left; width: 100%; height: 40px; }
.formGapBig { float: left; width: 100%; height: 80px; }
.formFieldsFinal { float: left; width: 100%; min-height: 417px; margin-bottom: 30px; }
.formToggle p { margin: 0; }

.wpcf7-response-output { display: none !important; }

[data-class="wpcf7cf_group"] {
	float: left;
	width: 100%;
}

.toggleSwitch {
	display: inline-block;
	vertical-align: bottom;
	cursor: pointer;
	height: 46px;
	width: 120px;
	padding: 2px;
	color: #ffffff;
	font-weight: 800;
	background: #4d1e2e;
	position: relative;
	border-radius: 80px;
	-moz-border-radius: 80px;
	-webkit-border-radius: 80px;
}
.toggleSwitchActive {
	background: #e0bd5c;
}
.toggleSwitch br { display: none; }
.toggleSwitchCircle {
	display: inline-block;
	position: absolute;
	left: 2px;
	top: 2px;
	width: 46px;
	height: 46px;
	background: #f2f2ef;
	border-radius: 80px;
	-moz-border-radius: 80px;
	-webkit-border-radius: 80px;
	transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}
.toggleSwitchActive .toggleSwitchCircle { left: calc(100% - 50px); }
.toggleSwitchLeft {
	display: none;
	position: absolute;
	width: calc(100% - 50px);
	height: 48px;
	line-height: 48px;
	top: 2px;
	left: 2px;
}
.toggleSwitchActive .toggleSwitchLeft { display: block; }
.toggleSwitchRight {
	display: block;
	position: absolute;
	width: calc(100% - 50px);
	height: 48px;
	line-height: 48px;
	top: 2px;
	right: 2px;
}
.toggleSwitchActive .toggleSwitchRight { display: none; }

.formFieldsScroller { float: left; width: 100%; margin-bottom: 30px; }
.sectionHidden { display: none; }

.scrollerNav { float: left; width: 100%; margin-bottom: 30px; }
.scrollerNavButton {
	display: inline-block;
	margin: 0 10px;
	height: 16px;
	width: 16px;
	cursor: pointer;
	background: #f2f2ef;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
}
.scrollerNavButton:hover {
	background: #e0bd5c;
}
.scrollerNavButtonActive {
	background: #e0bd5c;
}

.formFieldsInner {
	float: left;
	width: calc(100% - 200px);
	margin: 0 100px;
}

.formFieldsSliderMiddle {
	float: left;
	width: 100%;
	height: 254px;
	position: relative;
	overflow: hidden;
}

.formFieldsSliderPrevButton {
	display: inline-block;
	width: 50px;
	height: 50px;
	margin: 0 20px;
	background-image: url('form/formBackButton.png');
	background-size: cover;
	cursor: pointer;
	border-radius: 100px;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	vertical-align: middle;
}
.formFieldsSliderNextButton {
	display: inline-block;
	width: 50px;
	height: 50px;
	margin: 0 20px;
	background-image: url('form/formNextButton.png');
	background-size: cover;
	cursor: pointer;
	border-radius: 100px;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	vertical-align: middle;
}

.formFieldsSlider6 .formFieldsSliderInner {
	position: absolute;
	left: 0;
	height: 100%;
	width: 200%;
}

.slider6.step1 .formFieldsSliderPrevButton { pointer-events: none;
cursor: default; opacity: 0; }
.formFieldsSlider6.step1 .formFieldsSliderInner { left: 0; }

.slider6.step2 .formFieldsSliderNextButton { pointer-events: none;
cursor: default; opacity: 0; }
.formFieldsSlider6.step2 .formFieldsSliderInner { left: -100%; }

.slider9.step1 .formFieldsSliderPrevButton { pointer-events: none;
cursor: default; opacity: 0; }
.formFieldsSlider9.step1 .formFieldsSliderInner { left: 0; }

.formFieldsSlider9.step2 .formFieldsSliderInner { left: -100%; }

.slider9.step3 .formFieldsSliderNextButton { pointer-events: none;
cursor: default; opacity: 0; }
.formFieldsSlider9.step3 .formFieldsSliderInner { left: -200%; }

.formFieldsSlider9 .formFieldsSliderInner {
	position: absolute;
	left: 0;
	height: 100%;
	width: 300%;
}

.formFieldsFinal .wpcf7-list-item {
	margin-left: 0 !important;
	margin-top: 12px !important;
}

.formFields .wpcf7-list-item input {
	opacity: 0;
	display: none;
	margin: 0 !important;
	white-space: nowrap;
	height: 0 !important;
}
.formFields .wpcf7-list-item input:checked + span {
	color: #dfbc5d !important;
}
.formFields .wpcf7-list-item-label {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    max-height: 145px !important;
    font-size: 20px;
	font-weight: 500;
    color: #4D1D2D;
}
.formFields .wpcf7-list-item-label::before {
    content: " ";
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.formFields .wpcf7-list-item-label::after {
    content: " ";
	cursor: pointer;
    height: 220px;
    width: 100%;
    margin: auto;
    display: block;
    border-radius: 10px;
    padding: 0 30px;
	position: relative;
	top: 10px;
    background-repeat: no-repeat;
    background-origin: content-box;
    background-color: #f3f3f0;
    background-position: 50%;
    background-size: contain;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.formFieldsAlt .wpcf7-list-item input {
	opacity: 0;
	display: none;
	margin: 0 !important;
	white-space: nowrap;
	height: 0 !important;
}
.formFieldsAlt .wpcf7-list-item input:checked + span {
	color: #dfbc5d !important;
}
.formFieldsAlt .wpcf7-list-item-label {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    max-height: 155px !important;
    font-size: 16px;
	font-weight: 500;
    color: #4D1D2D;
}
.formFieldsAlt .wpcf7-list-item-label::before {
    content: " ";
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.formFieldsAlt .wpcf7-list-item-label::after {
    content: " ";
	cursor: pointer;
    height: 100px;
    width: 100%;
    margin: auto;
    display: block;
    border-radius: 10px;
    padding: 0 30px;
	position: relative;
	top: 5px;
    background-repeat: no-repeat;
    background-origin: content-box;
    background-color: #f3f3f0;
    background-position: 50%;
    background-size: contain;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.formFieldSelect2 {
	float: left;
	width: 100%;
	text-align: center;
}
.formFieldSelect2 .wpcf7-list-item {
    width: 23.5%;
	float: left;
	height: 257px;
	margin: 0 5% 0 0;
	display: inline-block;
	position: relative;
}
.formFieldSelect2 .wpcf7-list-item:nth-of-type(1) { margin-left: 24%; }
.formFieldSelect2 .wpcf7-list-item:nth-of-type(2) { margin-right: 24%; }

.formFieldSelect3 {
	float: left;
	width: 100%;
	text-align: center;
}
.formFieldSelect3 .wpcf7-list-item {
    width: calc(33.33% - 24px);
	float: left;
	height: 257px;
    margin: 0 36px 0 0;
	display: inline-block;
	position: relative;
}
.formFieldSelect3 .wpcf7-list-item:nth-of-type(3n) { margin-right: 0; }

.formFieldSelect4 {
	float: left;
	width: 100%;
	text-align: center;
}
.formFieldSelect4 .wpcf7-list-item {
    width: calc(25% - 27px);
	float: left;
	height: 257px;
	margin: 0 36px 0 0;
	display: inline-block;
	position: relative;
}
/* .formFieldSelect4 .wpcf7-list-item:nth-of-type(2n) { margin-right: 17.5%; }
.formFieldSelect4 .wpcf7-list-item:nth-of-type(2n-1) { margin-left: 17.5%; } */
.formFieldSelect4 .wpcf7-list-item:nth-of-type(4n) { margin-right: 0; }
.formFieldSelect4 .wpcf7-list-item:nth-of-type(4n+1) { clear: both; }

.formFieldSelect5 {
	float: left;
	width: 100%;
	text-align: center;
}
.formFieldSelect5 .wpcf7-list-item {
    width: 30%;
	float: left;
	height: 257px;
    margin: 0 5% 0 0;
	display: inline-block;
	position: relative;
}
.formFieldSelect5 .wpcf7-list-item:nth-of-type(3) { margin-right: 0; }
.formFieldSelect5 .wpcf7-list-item:nth-of-type(4) { clear: both; margin-left: 17.5%; }

.formFieldSelect6 {
	float: left;
	width: 100%;
	text-align: center;
}
.formFieldSelect6 .wpcf7-list-item {
    width: 14%;
	float: left;
	height: 257px;
    margin: 0 4% 0 0;
	display: inline-block;
	position: relative;
}
.formFieldSelect6 .wpcf7-list-item:nth-of-type(3) { margin-right: 0; }
.formFieldSelect6 .wpcf7-list-item:nth-of-type(4) { margin-left: 0; }

.formFieldSelect9 {
	float: left;
	width: 100%;
	text-align: center;
}
.formFieldSelect9 .wpcf7-list-item {
    width: 10.0044444%;
	float: left;
	height: 257px;
    margin: 0 1.66% 0 0;
	display: inline-block;
	position: relative;
}
.formFieldSelect9 .wpcf7-list-item:nth-of-type(3) { margin-right: 0; }
.formFieldSelect9 .wpcf7-list-item:nth-of-type(4) { margin-left: 0; }
.formFieldSelect9 .wpcf7-list-item:nth-of-type(6) { margin-right: 0; }
.formFieldSelect9 .wpcf7-list-item:nth-of-type(7) { margin-left: 0; }

.formFieldSelect9Big {
	float: left;
	width: 100%;
	text-align: center;
}
.formFieldSelect9Big .wpcf7-list-item {
    width: calc(33.33% - 24px);
	float: left;
	height: 139px;
    margin: 0 36px 0 0;
	display: inline-block;
	position: relative;
}
.formFieldSelect9Big .wpcf7-list-item:nth-of-type(3n) { margin-right: 0; }

.formFieldText {
	background: #debb5c;
	border: 0;
	font-size: 13pt;
	line-height: 26px;
	padding: 12px 20px;
	max-width: 100%;
	
	color: #ffffff;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.formFieldTextOnly .wpcf7-list-item-label::before { display: none; }
.formFieldTextOnly .wpcf7-list-item-label::after { display: none; }
.formFieldTextOnly .wpcf7-list-item-label {
	cursor: pointer;
	height: auto;
	width: 100%;
	margin: 33px auto 0;
	display: block;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 18pt;
	border-radius: 10px;
	padding: 70px 30px;
	position: relative;
	max-height: none !important;
	background-color: #f3f3f0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.formFieldTextOnly .wpcf7-list-item-label:hover {
	background: #dfbc5d;
	color: #ffffff !important;
}
.formFieldTextOnly .wpcf7-list-item input:checked + span {
	background: #dfbc5d;
	color: #ffffff !important;
}


.formBudget { float: left; width: 100%; margin-bottom: 30px; }
.formBudget2 div {
	display: block;
	float: left;
	width: 16.66%;
	height: 100px;
	position: relative;
	text-align: center;
	cursor: pointer;
	font-weight: 500;
	color: #4c1d2f;
}
.formBudgetActive:after {
	content: " ";
	position: absolute;
	bottom: 0;
	left: calc(50% - 10px);
	width: 20px;
	height: 20px;
	background: #bd8e46;
	border-radius: 100px;
	-moz-border-radius: 100px;`
	-webkit-border-radius: 100px;
}

.formBudgetGraphics { float: left; width: 100%; }
.formBudgetGraphics img { height: 200px; }

.formBudgetTitles {
	float: left;
	width: calc(100% - 26px);
	margin: 0 13px;
	font-weight: 600;
	color: #4c1d2f;
}
.formBudgetTitle {
	float: left;
	width: calc(100% / 6);
	position: relative;
	height: 40px;
	margin-top: 20px;
}
.formBudgetTitle:first-of-type, .formBudgetTitle:last-of-type {
	margin-top: 0;
	height: 60px;
}
.formBudgetTitle:after {
	display: block;
	content: " ";
	position: absolute;
	left: calc(50% - 3px);
	width: 6px;
	height: 28px;
	background: #e0bd5c;
	bottom: -19px;
	-webkit-border-top-left-radius: 20px;
	-webkit-border-top-right-radius: 20px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-topright: 20px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}
.formBudgetTitle:first-of-type:after, .formBudgetTitle:last-of-type:after {
	height: 48px;
}
.formBudgetSlider {
	float: left;
	width: calc(100% - (100% / 6));
	margin: 0 calc(100% / 12);
	position: relative;
	z-index: 1;
}
.formBudgetSlider:before {
	position: absolute;
	content: " ";
	left: 0;
	top: 13px;
	background: #e0bd5c;
	width: calc(100% - 26px);
	height: 6px;
	margin: 0 13px;
}

.formBudget .slider {
	-webkit-appearance: none;  /* Override default CSS styles */
	appearance: none;
	width: 100%; /* Full-width */
	height: 6px; /* Specified height */
	margin: 0 !important;
	background: rgba(0,0,0,0); /* Grey background */
	outline: none; /* Remove outline */
	position: relative;
}

/* The slider handle (use -webkit- (Chrome, Opera, Safari, Edge) and -moz- (Firefox) to override default look) */
.formBudget .slider::-webkit-slider-thumb {
  -webkit-appearance: none; /* Override default look */
  appearance: none;
  width: 20px; /* Set a specific slider handle width */
  height: 20px; /* Slider handle height */
  background: #bd8e46; /* Orange background */
  cursor: pointer; /* Cursor on hover */
	border: 0;
	outline: none;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
}

.formBudget .slider::-moz-range-thumb {
  width: 20px; /* Set a specific slider handle width */
  height: 20px; /* Slider handle height */
  background: #bd8e46; /* Green background */
  cursor: pointer; /* Cursor on hover */
	border: 0;
	outline: none;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
}


.formButton, .formButtonFinal {
	cursor: pointer;
	display: inline-block;
	margin: 0 20px;
	line-height: 50px;
	padding: 0 25px;
	color: #ffffff;
	background: #4d1e2e;
	border: 3px solid #4d1e2e;
	font-size: 14pt;
	font-weight: 800 !important;
	text-transform: uppercase;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
	-webkit-appearance: none;
}
.formButton:hover, .formButtonFinal:hover { background: #debb5c; border: 3px solid #debb5c; }
.formButtonTransparent, .formButtonBack {
	cursor: pointer;
	display: inline-block;
	margin: 0 20px;
	line-height: 50px;
	padding: 0 25px;
	color: #4d1e2e;
	background: #ffffff;
	border: 3px solid #4d1e2e;
	font-weight: 800;
	text-transform: uppercase;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}
.formButtonTransparent:hover, .formButtonBack:hover { border: 3px solid #debb5c; color: #debb5c; }

/* Kitchen Designer Form Toggle Switch */

/* .toggle-switch input[type=checkbox] {
	height: 35px;
	width: 75px;
	opacity: 0;
	margin: 0;
	margin-top: 20px;
}
.toggle-switch .switch-label {
	position: absolute;
	width: 70%;
	height: 100%;
	font-size: 0.875rem;
	display: block;
	color: white;
	text-indent: 0 !important;
	line-height: 35px;
	top: 0;
}

.toggle-switch input[type="checkbox"]:not(:checked) + span>.switch-label {
	right: 0;
}
.toggle-switch input[type="checkbox"]:not(:checked) + span>.switch-label:after {
	content: "no";
}

.toggle-switch input[type="checkbox"]:checked + span>.switch-label:after {
	left: 0;
}
.toggle-switch input[type="checkbox"]:checked + span>.switch-label:after {
	content: "yes";
}

.toggle-switch .wpcf7-list-item-label {
	cursor: pointer;
	text-indent: -9999px;
	width: 75px;
	height: 35px;
	background: #4d1d2d;
	display: block;
	border-radius: 100px;
	left: 50%;
	position:absolute;
	top: 30px;
	transform: translateX(-50%);
	pointer-events: none;
}

.toggle-switch .wpcf7-list-item-label:after {
	content: '';
	position: absolute;
	top: 0;
	left: -1px;
	width: 35px;
	height: 35px;
	border: 1px solid #ddd;
	background: #f6f6f6;
	border-radius: 90px;
	transition: 0.3s;
}

.toggle-switch input[type="checkbox"]:checked ~  .wpcf7-list-item-label {
	background: #dcbd5f;
}

.toggle-switch input[type="checkbox"]:checked ~ .wpcf7-list-item-label:after {
	left: calc(100%);
	transform: translateX(-100%);
}

.toggle-switch .wpcf7-list-item-label:active:after {
	width: 130px;
} */

/* Kitchen Designer Form Images */

#projectType .wpcf7-list-item:nth-of-type(1) span::after { background-image: url('form/project-type-extension.svg'); }
#projectType .wpcf7-list-item:nth-of-type(1):hover span::after { background-image: url('form/project-type-extension-gold.svg'); }
#projectType .wpcf7-list-item:nth-of-type(1) input:checked + span::after { background-image: url('form/project-type-extension-gold.svg'); }

#projectType .wpcf7-list-item:nth-of-type(2) span::after { background-image: url('form/project-type-new.svg'); }
#projectType .wpcf7-list-item:nth-of-type(2):hover span::after { background-image: url('form/project-type-new-gold.svg'); }
#projectType .wpcf7-list-item:nth-of-type(2) input:checked + span::after { background-image: url('form/project-type-new-gold.svg'); }

#projectType .wpcf7-list-item:nth-of-type(3) span::after { background-image: url('form/project-type-reno.svg'); }
#projectType .wpcf7-list-item:nth-of-type(3):hover span::after { background-image: url('form/project-type-reno-gold.svg'); }
#projectType .wpcf7-list-item:nth-of-type(3) input:checked + span::after { background-image: url('form/project-type-reno-gold.svg'); }



#projectStage .wpcf7-list-item:nth-of-type(1) span::after { background-image: url('form/stage-comp.svg'); }
#projectStage .wpcf7-list-item:nth-of-type(1):hover span::after { background-image: url('form/stage-comp-gold.svg'); }
#projectStage .wpcf7-list-item:nth-of-type(1) input:checked + span::after { background-image: url('form/stage-comp-gold.svg'); }

#projectStage .wpcf7-list-item:nth-of-type(2) span::after { background-image: url('form/stage-inspiration.svg'); }
#projectStage .wpcf7-list-item:nth-of-type(2):hover span::after { background-image: url('form/stage-inspiration-gold.svg'); }
#projectStage .wpcf7-list-item:nth-of-type(2) input:checked + span::after { background-image: url('form/stage-inspiration-gold.svg'); }

#projectStage .wpcf7-list-item:nth-of-type(3) span::after { background-image: url('form/stage-support.svg'); }
#projectStage .wpcf7-list-item:nth-of-type(3):hover span::after { background-image: url('form/stage-support-gold.svg'); }
#projectStage .wpcf7-list-item:nth-of-type(3) input:checked + span::after { background-image: url('form/stage-support-gold.svg'); }



#kitchenShape .wpcf7-list-item:nth-of-type(1) span::after { background-image: url('form/shape-longnarrow-1.svg'); }
#kitchenShape .wpcf7-list-item:nth-of-type(1):hover span::after { background-image: url('form/shape-longnarrow-gold.svg'); }
#kitchenShape .wpcf7-list-item:nth-of-type(1) input:checked + span::after { background-image: url('form/shape-longnarrow-gold.svg'); }

#kitchenShape .wpcf7-list-item:nth-of-type(2) span::after { background-image: url('form/shape-l.svg'); }
#kitchenShape .wpcf7-list-item:nth-of-type(2):hover span::after { background-image: url('form/shape-l-gold.svg'); }
#kitchenShape .wpcf7-list-item:nth-of-type(2) input:checked + span::after { background-image: url('form/shape-l-gold.svg'); }

#kitchenShape .wpcf7-list-item:nth-of-type(3) span::after { background-image: url('form/shape-square-1.svg'); }
#kitchenShape .wpcf7-list-item:nth-of-type(3):hover span::after { background-image: url('form/shape-square-gold.svg'); }
#kitchenShape .wpcf7-list-item:nth-of-type(3) input:checked + span::after { background-image: url('form/shape-square-gold.svg'); }

#kitchenShape .wpcf7-list-item:nth-of-type(4) span::after { background-image: url('form/shape-challenging-1.svg'); }
#kitchenShape .wpcf7-list-item:nth-of-type(4):hover span::after { background-image: url('form/shape-challenging-gold.svg'); }
#kitchenShape .wpcf7-list-item:nth-of-type(4) input:checked + span::after { background-image: url('form/shape-challenging-gold.svg'); }


#islandType .wpcf7-list-item:nth-of-type(1) span::after { background-image: url('form/none.png'); }
#islandType .wpcf7-list-item:nth-of-type(1):hover span::after { background-image: url('form/none-gold.png'); }
#islandType .wpcf7-list-item:nth-of-type(1) input:checked + span::after { background-image: url('form/none-gold.png'); }

#islandType .wpcf7-list-item:nth-of-type(2) span::after { background-image: url('form/island-l-1.svg'); }
#islandType .wpcf7-list-item:nth-of-type(2):hover span::after { background-image: url('form/island-l-gold.svg'); }
#islandType .wpcf7-list-item:nth-of-type(2) input:checked + span::after { background-image: url('form/island-l-gold.svg'); }

#islandType .wpcf7-list-item:nth-of-type(3) span::after { background-image: url('form/island-u-1.svg'); }
#islandType .wpcf7-list-item:nth-of-type(3):hover span::after { background-image: url('form/island-u-gold.svg'); }
#islandType .wpcf7-list-item:nth-of-type(3) input:checked + span::after { background-image: url('form/island-u-gold.svg'); }

#islandType .wpcf7-list-item:nth-of-type(4) span::after { background-image: url('form/island-one-1.svg'); }
#islandType .wpcf7-list-item:nth-of-type(4):hover span::after { background-image: url('form/island-one-gold.svg'); }
#islandType .wpcf7-list-item:nth-of-type(4) input:checked + span::after { background-image: url('form/island-one-gold.svg'); }

#islandType .wpcf7-list-item:nth-of-type(5) span::after { background-image: url('form/island-two-1.svg'); }
#islandType .wpcf7-list-item:nth-of-type(5):hover span::after { background-image: url('form/island-two-gold.svg'); }
#islandType .wpcf7-list-item:nth-of-type(5) input:checked + span::after { background-image: url('form/island-two-gold.svg'); }



#featuresType .wpcf7-list-item:nth-of-type(1) span::after { background-image: url('form/features-island.svg'); }
#featuresType .wpcf7-list-item:nth-of-type(1):hover span::after { background-image: url('form/features-island-gold.svg'); }
#featuresType .wpcf7-list-item:nth-of-type(1) input:checked + span::after { background-image: url('form/features-island-gold.svg'); }

#featuresType .wpcf7-list-item:nth-of-type(2) span::after { background-image: url('form/features-bank.svg'); }
#featuresType .wpcf7-list-item:nth-of-type(2):hover span::after { background-image: url('form/features-bank-gold.svg'); }
#featuresType .wpcf7-list-item:nth-of-type(2) input:checked + span::after { background-image: url('form/features-bank-gold.svg'); }

#featuresType .wpcf7-list-item:nth-of-type(3) span::after { background-image: url('form/features-utility.svg'); }
#featuresType .wpcf7-list-item:nth-of-type(3):hover span::after { background-image: url('form/features-utility-gold.svg'); }
#featuresType .wpcf7-list-item:nth-of-type(3) input:checked + span::after { background-image: url('form/features-utility-gold.svg'); }

#featuresType .wpcf7-list-item:nth-of-type(4) span::after { background-image: url('form/features-sink.svg'); }
#featuresType .wpcf7-list-item:nth-of-type(4):hover span::after { background-image: url('form/features-sink-gold.svg'); }
#featuresType .wpcf7-list-item:nth-of-type(4) input:checked + span::after { background-image: url('form/features-sink-gold.svg'); }



#diningType .wpcf7-list-item:nth-of-type(1) span::after { background-image: url('form/form_dining_diningtable.png'); }
#diningType .wpcf7-list-item:nth-of-type(1):hover span::after { background-image: url('form/form_dining_diningtable_gold.png'); }
#diningType .wpcf7-list-item:nth-of-type(1) input:checked + span::after { background-image: url('form/form_dining_diningtable_gold.png'); }

#diningType .wpcf7-list-item:nth-of-type(2) span::after { background-image: url('form/form_dining_breakfastbar.png'); }
#diningType .wpcf7-list-item:nth-of-type(2):hover span::after { background-image: url('form/form_dining_breakfastbar_gold.png'); }
#diningType .wpcf7-list-item:nth-of-type(2) input:checked + span::after { background-image: url('form/form_dining_breakfastbar_gold.png'); }



#breakfastBarType .wpcf7-list-item:nth-of-type(1) span::after { background-image: url('form/form_breakfast_raised.png'); }
#breakfastBarType .wpcf7-list-item:nth-of-type(1):hover span::after { background-image: url('form/form_breakfast_raised_gold.png'); }
#breakfastBarType .wpcf7-list-item:nth-of-type(1) input:checked + span::after { background-image: url('form/form_breakfast_raised_gold.png'); }

#breakfastBarType .wpcf7-list-item:nth-of-type(2) span::after { background-image: url('form/form_breakfast_lowered.png'); }
#breakfastBarType .wpcf7-list-item:nth-of-type(2):hover span::after { background-image: url('form/form_breakfast_lowered_gold.png'); }
#breakfastBarType .wpcf7-list-item:nth-of-type(2) input:checked + span::after { background-image: url('form/form_breakfast_lowered_gold.png'); }

#breakfastBarType .wpcf7-list-item:nth-of-type(3) span::after { background-image: url('form/form_breakfast_upover.png'); }
#breakfastBarType .wpcf7-list-item:nth-of-type(3):hover span::after { background-image: url('form/form_breakfast_upover_gold.png'); }
#breakfastBarType .wpcf7-list-item:nth-of-type(3) input:checked + span::after { background-image: url('form/form_breakfast_upover_gold.png'); }

#breakfastBarType .wpcf7-list-item:nth-of-type(4) span::after { background-image: url('form/form_breakfast_integrated.png'); }
#breakfastBarType .wpcf7-list-item:nth-of-type(4):hover span::after { background-image: url('form/form_breakfast_integrated_gold.png'); }
#breakfastBarType .wpcf7-list-item:nth-of-type(4) input:checked + span::after { background-image: url('form/form_breakfast_integrated_gold.png'); }



#kitchenStyle .wpcf7-list-item:nth-of-type(1) span::after { background-image: url('form/style-traditional.png'); }
#kitchenStyle .wpcf7-list-item:nth-of-type(1):hover span::after { background-image: url('form/style-traditional-gold.png'); }
#kitchenStyle .wpcf7-list-item:nth-of-type(1) input:checked + span::after { background-image: url('form/style-traditional-gold.png'); }

#kitchenStyle .wpcf7-list-item:nth-of-type(2) span::after { background-image: url('form/style-modern-german.png'); }
#kitchenStyle .wpcf7-list-item:nth-of-type(2):hover span::after { background-image: url('form/style-modern-german-gold.png'); }
#kitchenStyle .wpcf7-list-item:nth-of-type(2) input:checked + span::after { background-image: url('form/style-modern-german-gold.png'); }

#kitchenStyle .wpcf7-list-item:nth-of-type(3) span::after { background-image: url('form/style-luxury-german.png'); }
#kitchenStyle .wpcf7-list-item:nth-of-type(3):hover span::after { background-image: url('form/style-luxury-german-gold.png'); }
#kitchenStyle .wpcf7-list-item:nth-of-type(3) input:checked + span::after { background-image: url('form/style-luxury-german-gold.png'); }



#kitchenMaterials .wpcf7-list-item:nth-of-type(1) span::after { background-image: url('form/form_materials_laminate.png'); }
#kitchenMaterials .wpcf7-list-item:nth-of-type(1):hover span::after { background-image: url('form/form_materials_laminate_gold.png'); }
#kitchenMaterials .wpcf7-list-item:nth-of-type(1) input:checked + span::after { background-image: url('form/form_materials_laminate_gold.png'); }

#kitchenMaterials .wpcf7-list-item:nth-of-type(2) span::after { background-image: url('form/form_materials_ceramic.png'); }
#kitchenMaterials .wpcf7-list-item:nth-of-type(2):hover span::after { background-image: url('form/form_materials_ceramic_gold.png'); }
#kitchenMaterials .wpcf7-list-item:nth-of-type(2) input:checked + span::after { background-image: url('form/form_materials_ceramic_gold.png'); }

#kitchenMaterials .wpcf7-list-item:nth-of-type(3) span::after { background-image: url('form/form_materials_wood.png'); }
#kitchenMaterials .wpcf7-list-item:nth-of-type(3):hover span::after { background-image: url('form/form_materials_wood_gold.png'); }
#kitchenMaterials .wpcf7-list-item:nth-of-type(3) input:checked + span::after { background-image: url('form/form_materials_wood_gold.png'); }

#kitchenMaterials .wpcf7-list-item:nth-of-type(4) span::after { background-image: url('form/form_materials_glass.png'); }
#kitchenMaterials .wpcf7-list-item:nth-of-type(4):hover span::after { background-image: url('form/form_materials_glass_gold.png'); }
#kitchenMaterials .wpcf7-list-item:nth-of-type(4) input:checked + span::after { background-image: url('form/form_materials_glass_gold.png'); }



#kitchenColourScheme .wpcf7-list-item:nth-of-type(1) span::after { background-image: url('form/form_colour_dark.png'); }
#kitchenColourScheme .wpcf7-list-item:nth-of-type(1):hover span::after { background-image: url('form/form_colour_gold_left.png'); }
#kitchenColourScheme .wpcf7-list-item:nth-of-type(1) input:checked + span::after { background-image: url('form/form_colour_gold_left.png'); }

#kitchenColourScheme .wpcf7-list-item:nth-of-type(2) span::after { background-image: url('form/form_colour_light.png'); }
#kitchenColourScheme .wpcf7-list-item:nth-of-type(2):hover span::after { background-image: url('form/form_colour_gold_left.png'); }
#kitchenColourScheme .wpcf7-list-item:nth-of-type(2) input:checked + span::after { background-image: url('form/form_colour_gold_left.png'); }

#kitchenColourScheme .wpcf7-list-item:nth-of-type(3) span::after { background-image: url('form/form_colour_mixed.png'); }
#kitchenColourScheme .wpcf7-list-item:nth-of-type(3):hover span::after { background-image: url('form/form_colour_gold_right.png'); }
#kitchenColourScheme .wpcf7-list-item:nth-of-type(3) input:checked + span::after { background-image: url('form/form_colour_gold_right.png'); }

#kitchenColourScheme .wpcf7-list-item:nth-of-type(4) span::after { background-image: url('form/form_colour_colour.png'); }
#kitchenColourScheme .wpcf7-list-item:nth-of-type(4):hover span::after { background-image: url('form/form_colour_gold_right.png'); }
#kitchenColourScheme .wpcf7-list-item:nth-of-type(4) input:checked + span::after { background-image: url('form/form_colour_gold_right.png'); }



#kitchenWorktops .wpcf7-list-item:nth-of-type(1) span::after { background-image: url('form/worktops-corian.png'); }
#kitchenWorktops .wpcf7-list-item:nth-of-type(1):hover span::after { background-image: url('form/worktops-corian-gold.png'); }
#kitchenWorktops .wpcf7-list-item:nth-of-type(1) input:checked + span::after { background-image: url('form/worktops-corian-gold.png'); }

#kitchenWorktops .wpcf7-list-item:nth-of-type(2) span::after { background-image: url('form/worktops-quartz.png'); }
#kitchenWorktops .wpcf7-list-item:nth-of-type(2):hover span::after { background-image: url('form/worktops-quartz-gold.png'); }
#kitchenWorktops .wpcf7-list-item:nth-of-type(2) input:checked + span::after { background-image: url('form/worktops-quartz-gold.png'); }

#kitchenWorktops .wpcf7-list-item:nth-of-type(3) span::after { background-image: url('form/worktops-glass.png'); }
#kitchenWorktops .wpcf7-list-item:nth-of-type(3):hover span::after { background-image: url('form/worktops-glass-gold.png'); }
#kitchenWorktops .wpcf7-list-item:nth-of-type(3) input:checked + span::after { background-image: url('form/worktops-glass-gold.png'); }

#kitchenWorktops .wpcf7-list-item:nth-of-type(4) span::after { background-image: url('form/worktops-laminate.png'); }
#kitchenWorktops .wpcf7-list-item:nth-of-type(4):hover span::after { background-image: url('form/worktops-laminate-gold.png'); }
#kitchenWorktops .wpcf7-list-item:nth-of-type(4) input:checked + span::after { background-image: url('form/worktops-laminate-gold.png'); }

#kitchenWorktops .wpcf7-list-item:nth-of-type(5) span::after { background-image: url('form/worktops-ceramic.png'); }
#kitchenWorktops .wpcf7-list-item:nth-of-type(5):hover span::after { background-image: url('form/worktops-ceramic-gold.png'); }
#kitchenWorktops .wpcf7-list-item:nth-of-type(5) input:checked + span::after { background-image: url('form/worktops-ceramic-gold.png'); }

#kitchenWorktops .wpcf7-list-item:nth-of-type(6) span::after { background-image: url('form/worktops-steel.png'); }
#kitchenWorktops .wpcf7-list-item:nth-of-type(6):hover span::after { background-image: url('form/worktops-steel-gold.png'); }
#kitchenWorktops .wpcf7-list-item:nth-of-type(6) input:checked + span::after { background-image: url('form/worktops-steel-gold.png'); }



#kitchenWorktopsThickness .wpcf7-list-item:nth-of-type(1) span::after { background-image: url('form/worktop-slim.png'); }
#kitchenWorktopsThickness .wpcf7-list-item:nth-of-type(1):hover span::after { background-image: url('form/worktop-slim-gold.png'); }
#kitchenWorktopsThickness .wpcf7-list-item:nth-of-type(1) input:checked + span::after { background-image: url('form/worktop-slim-gold.png'); }

#kitchenWorktopsThickness .wpcf7-list-item:nth-of-type(2) span::after { background-image: url('form/worktop-standard.png'); }
#kitchenWorktopsThickness .wpcf7-list-item:nth-of-type(2):hover span::after { background-image: url('form/worktop-standard-gold.png'); }
#kitchenWorktopsThickness .wpcf7-list-item:nth-of-type(2) input:checked + span::after { background-image: url('form/worktop-standard-gold.png'); }

#kitchenWorktopsThickness .wpcf7-list-item:nth-of-type(3) span::after { background-image: url('form/worktop-oversized.png'); }
#kitchenWorktopsThickness .wpcf7-list-item:nth-of-type(3):hover span::after { background-image: url('form/worktop-oversized-gold.png'); }
#kitchenWorktopsThickness .wpcf7-list-item:nth-of-type(3) input:checked + span::after { background-image: url('form/worktop-oversized-gold.png'); }



#kitchenAppliances .wpcf7-list-item:nth-of-type(1) span::after { background-image: url('form/hob-two-in-one.svg'); }
#kitchenAppliances .wpcf7-list-item:nth-of-type(1):hover span::after { background-image: url('form/hob-two-in-one-gold.svg'); }
#kitchenAppliances .wpcf7-list-item:nth-of-type(1) input:checked + span::after { background-image: url('form/hob-two-in-one-gold.svg'); }

#kitchenAppliances .wpcf7-list-item:nth-of-type(2) span::after { background-image: url('form/app-oven.svg'); }
#kitchenAppliances .wpcf7-list-item:nth-of-type(2):hover span::after { background-image: url('form/app-oven-gold.svg'); }
#kitchenAppliances .wpcf7-list-item:nth-of-type(2) input:checked + span::after { background-image: url('form/app-oven-gold.svg'); }

#kitchenAppliances .wpcf7-list-item:nth-of-type(3) span::after { background-image: url('form/app-oven.svg'); }
#kitchenAppliances .wpcf7-list-item:nth-of-type(3):hover span::after { background-image: url('form/app-oven-gold.svg'); }
#kitchenAppliances .wpcf7-list-item:nth-of-type(3) input:checked + span::after { background-image: url('form/app-oven-gold.svg'); }

#kitchenAppliances .wpcf7-list-item:nth-of-type(4) span::after { background-image: url('form/app-microwave.svg'); }
#kitchenAppliances .wpcf7-list-item:nth-of-type(4):hover span::after { background-image: url('form/app-microwave-gold.svg'); }
#kitchenAppliances .wpcf7-list-item:nth-of-type(4) input:checked + span::after { background-image: url('form/app-microwave-gold.svg'); }

#kitchenAppliances .wpcf7-list-item:nth-of-type(5) span::after { background-image: url('form/app-coffee.svg'); }
#kitchenAppliances .wpcf7-list-item:nth-of-type(5):hover span::after { background-image: url('form/app-coffee-gold.svg'); }
#kitchenAppliances .wpcf7-list-item:nth-of-type(5) input:checked + span::after { background-image: url('form/app-coffee-gold.svg'); }

#kitchenAppliances .wpcf7-list-item:nth-of-type(6) span::after { background-image: url('form/winecooler-small.png'); }
#kitchenAppliances .wpcf7-list-item:nth-of-type(6):hover span::after { background-image: url('form/winecooler-small-gold.png'); }
#kitchenAppliances .wpcf7-list-item:nth-of-type(6) input:checked + span::after { background-image: url('form/winecooler-small-gold.png'); }

#kitchenAppliances .wpcf7-list-item:nth-of-type(7) span::after { background-image: url('form/app-dishwasher.svg'); }
#kitchenAppliances .wpcf7-list-item:nth-of-type(7):hover span::after { background-image: url('form/app-dishwasher-gold.svg'); }
#kitchenAppliances .wpcf7-list-item:nth-of-type(7) input:checked + span::after { background-image: url('form/app-dishwasher-gold.svg'); }

#kitchenAppliances .wpcf7-list-item:nth-of-type(8) span::after { background-image: url('form/fridge-integrated.png'); }
#kitchenAppliances .wpcf7-list-item:nth-of-type(8):hover span::after { background-image: url('form/fridge-integrated-gold.png'); }
#kitchenAppliances .wpcf7-list-item:nth-of-type(8) input:checked + span::after { background-image: url('form/fridge-integrated-gold.png'); }

#kitchenAppliances .wpcf7-list-item:nth-of-type(9) span::after { background-image: url('form/tap-boiling-1.svg'); }
#kitchenAppliances .wpcf7-list-item:nth-of-type(9):hover span::after { background-image: url('form/tap-boiling-gold-1.svg'); }
#kitchenAppliances .wpcf7-list-item:nth-of-type(9) input:checked + span::after { background-image: url('form/tap-boiling-gold-1.svg'); }



#kitchenHob .wpcf7-list-item:nth-of-type(1) span::after { background-image: url('form/hob-gas.svg'); }
#kitchenHob .wpcf7-list-item:nth-of-type(1):hover span::after { background-image: url('form/hob-gas-gold.svg'); }
#kitchenHob .wpcf7-list-item:nth-of-type(1) input:checked + span::after { background-image: url('form/hob-gas-gold.svg'); }

#kitchenHob .wpcf7-list-item:nth-of-type(2) span::after { background-image: url('form/hob-induction.svg'); }
#kitchenHob .wpcf7-list-item:nth-of-type(2):hover span::after { background-image: url('form/hob-induction-gold.svg'); }
#kitchenHob .wpcf7-list-item:nth-of-type(2) input:checked + span::after { background-image: url('form/hob-induction-gold.svg'); }

#kitchenHob .wpcf7-list-item:nth-of-type(3) span::after { background-image: url('form/hob-two-in-one.svg'); }
#kitchenHob .wpcf7-list-item:nth-of-type(3):hover span::after { background-image: url('form/hob-two-in-one-gold.svg'); }
#kitchenHob .wpcf7-list-item:nth-of-type(3) input:checked + span::after { background-image: url('form/hob-two-in-one-gold.svg'); }

#kitchenHob .wpcf7-list-item:nth-of-type(4) span::after { background-image: url('form/hob-range.svg'); }
#kitchenHob .wpcf7-list-item:nth-of-type(4):hover span::after { background-image: url('form/hob-range-gold.svg'); }
#kitchenHob .wpcf7-list-item:nth-of-type(4) input:checked + span::after { background-image: url('form/hob-range-gold.svg'); }



#kitchenOven .wpcf7-list-item:nth-of-type(1) span::after { background-image: url('form/oven-single.svg'); }
#kitchenOven .wpcf7-list-item:nth-of-type(1):hover span::after { background-image: url('form/oven-single-gold.svg'); }
#kitchenOven .wpcf7-list-item:nth-of-type(1) input:checked + span::after { background-image: url('form/oven-single-gold.svg'); }

#kitchenOven .wpcf7-list-item:nth-of-type(2) span::after { background-image: url('form/oven-two-single.svg'); }
#kitchenOven .wpcf7-list-item:nth-of-type(2):hover span::after { background-image: url('form/oven-two-single-gold.svg'); }
#kitchenOven .wpcf7-list-item:nth-of-type(2) input:checked + span::after { background-image: url('form/oven-two-single-gold.svg'); }

#kitchenOven .wpcf7-list-item:nth-of-type(3) span::after { background-image: url('form/oven-double.svg'); }
#kitchenOven .wpcf7-list-item:nth-of-type(3):hover span::after { background-image: url('form/oven-double-gold.svg'); }
#kitchenOven .wpcf7-list-item:nth-of-type(3) input:checked + span::after { background-image: url('form/oven-double-gold.svg'); }



#kitchenSingleOven .wpcf7-list-item:nth-of-type(1) span::after { background-image: url('form/oven-steam.svg'); }
#kitchenSingleOven .wpcf7-list-item:nth-of-type(1):hover span::after { background-image: url('form/oven-steam-gold.svg'); }
#kitchenSingleOven .wpcf7-list-item:nth-of-type(1) input:checked + span::after { background-image: url('form/oven-steam-gold.svg'); }

#kitchenSingleOven .wpcf7-list-item:nth-of-type(2) span::after { background-image: url('form/oven-pyrolytic.svg'); }
#kitchenSingleOven .wpcf7-list-item:nth-of-type(2):hover span::after { background-image: url('form/oven-pyrolytic-gold.svg'); }
#kitchenSingleOven .wpcf7-list-item:nth-of-type(2) input:checked + span::after { background-image: url('form/oven-pyrolytic-gold.svg'); }

#kitchenSingleOven .wpcf7-list-item:nth-of-type(3) span::after { background-image: url('form/oven-sousvide.svg'); }
#kitchenSingleOven .wpcf7-list-item:nth-of-type(3):hover span::after { background-image: url('form/oven-sousvide-gold.svg'); }
#kitchenSingleOven .wpcf7-list-item:nth-of-type(3) input:checked + span::after { background-image: url('form/oven-sousvide-gold.svg'); }



#kitchenTwoSingleOven .wpcf7-list-item:nth-of-type(1) span::after { background-image: url('form/oven-steam.svg'); }
#kitchenTwoSingleOven .wpcf7-list-item:nth-of-type(1):hover span::after { background-image: url('form/oven-steam-gold.svg'); }
#kitchenTwoSingleOven .wpcf7-list-item:nth-of-type(1) input:checked + span::after { background-image: url('form/oven-steam-gold.svg'); }

#kitchenTwoSingleOven .wpcf7-list-item:nth-of-type(2) span::after { background-image: url('form/oven-pyrolytic.svg'); }
#kitchenTwoSingleOven .wpcf7-list-item:nth-of-type(2):hover span::after { background-image: url('form/oven-pyrolytic-gold.svg'); }
#kitchenTwoSingleOven .wpcf7-list-item:nth-of-type(2) input:checked + span::after { background-image: url('form/oven-pyrolytic-gold.svg'); }

#kitchenTwoSingleOven .wpcf7-list-item:nth-of-type(3) span::after { background-image: url('form/oven-sousvide.svg'); }
#kitchenTwoSingleOven .wpcf7-list-item:nth-of-type(3):hover span::after { background-image: url('form/oven-sousvide-gold.svg'); }
#kitchenTwoSingleOven .wpcf7-list-item:nth-of-type(3) input:checked + span::after { background-image: url('form/oven-sousvide-gold.svg'); }



#kitchenDoubleOven .wpcf7-list-item:nth-of-type(1) span::after { background-image: url('form/oven-steam.svg'); }
#kitchenDoubleOven .wpcf7-list-item:nth-of-type(1):hover span::after { background-image: url('form/oven-steam-gold.svg'); }
#kitchenDoubleOven .wpcf7-list-item:nth-of-type(1) input:checked + span::after { background-image: url('form/oven-steam-gold.svg'); }

#kitchenDoubleOven .wpcf7-list-item:nth-of-type(2) span::after { background-image: url('form/oven-pyrolytic.svg'); }
#kitchenDoubleOven .wpcf7-list-item:nth-of-type(2):hover span::after { background-image: url('form/oven-pyrolytic-gold.svg'); }
#kitchenDoubleOven .wpcf7-list-item:nth-of-type(2) input:checked + span::after { background-image: url('form/oven-pyrolytic-gold.svg'); }

#kitchenDoubleOven .wpcf7-list-item:nth-of-type(3) span::after { background-image: url('form/oven-sousvide.svg'); }
#kitchenDoubleOven .wpcf7-list-item:nth-of-type(3):hover span::after { background-image: url('form/oven-sousvide-gold.svg'); }
#kitchenDoubleOven .wpcf7-list-item:nth-of-type(3) input:checked + span::after { background-image: url('form/oven-sousvide-gold.svg'); }



#kitchenWineCooler .wpcf7-list-item:nth-of-type(1) span::after { background-image: url('form/winecooler-small.png'); }
#kitchenWineCooler .wpcf7-list-item:nth-of-type(1):hover span::after { background-image: url('form/winecooler-small-gold.png'); }
#kitchenWineCooler .wpcf7-list-item:nth-of-type(1) input:checked + span::after { background-image: url('form/winecooler-small-gold.png'); }

#kitchenWineCooler .wpcf7-list-item:nth-of-type(2) span::after { background-image: url('form/winecooler-tall.png'); }
#kitchenWineCooler .wpcf7-list-item:nth-of-type(2):hover span::after { background-image: url('form/winecooler-tall-gold.png'); }
#kitchenWineCooler .wpcf7-list-item:nth-of-type(2) input:checked + span::after { background-image: url('form/winecooler-tall-gold.png'); }



#kitchenFridgeFreezer .wpcf7-list-item:nth-of-type(1) span::after { background-image: url('form/fridge-american.png'); }
#kitchenFridgeFreezer .wpcf7-list-item:nth-of-type(1):hover span::after { background-image: url('form/fridge-american-gold.png'); }
#kitchenFridgeFreezer .wpcf7-list-item:nth-of-type(1) input:checked + span::after { background-image: url('form/fridge-american-gold.png'); }

#kitchenFridgeFreezer .wpcf7-list-item:nth-of-type(2) span::after { background-image: url('form/fridge-integrated.png'); }
#kitchenFridgeFreezer .wpcf7-list-item:nth-of-type(2):hover span::after { background-image: url('form/fridge-integrated-gold.png'); }
#kitchenFridgeFreezer .wpcf7-list-item:nth-of-type(2) input:checked + span::after { background-image: url('form/fridge-integrated-gold.png'); }



#kitchenBoilingTap .wpcf7-list-item:nth-of-type(1) span::after { background-image: url('form/tap-sparkling-1.svg'); }
#kitchenBoilingTap .wpcf7-list-item:nth-of-type(1):hover span::after { background-image: url('form/tap-sparkling-gold-1.svg'); }
#kitchenBoilingTap .wpcf7-list-item:nth-of-type(1) input:checked + span::after { background-image: url('form/tap-sparkling-gold-1.svg'); }

#kitchenBoilingTap .wpcf7-list-item:nth-of-type(2) span::after { background-image: url('form/tap-boiling-1.svg'); }
#kitchenBoilingTap .wpcf7-list-item:nth-of-type(2):hover span::after { background-image: url('form/tap-boiling-gold-1.svg'); }
#kitchenBoilingTap .wpcf7-list-item:nth-of-type(2) input:checked + span::after { background-image: url('form/tap-boiling-gold-1.svg'); }



#sinkStyle .wpcf7-list-item:nth-of-type(1) span::after { background-image: url('form/form_sink_single_bowl.png'); }
#sinkStyle .wpcf7-list-item:nth-of-type(1):hover span::after { background-image: url('form/form_sink_single_bowl_gold.png'); }
#sinkStyle .wpcf7-list-item:nth-of-type(1) input:checked + span::after { background-image: url('form/form_sink_single_bowl_gold.png'); }

#sinkStyle .wpcf7-list-item:nth-of-type(2) span::after { background-image: url('form/form_sink_double_bowl.png'); }
#sinkStyle .wpcf7-list-item:nth-of-type(2):hover span::after { background-image: url('form/form_sink_double_bowl_gold.png'); }
#sinkStyle .wpcf7-list-item:nth-of-type(2) input:checked + span::after { background-image: url('form/form_sink_double_bowl_gold.png'); }

#sinkStyle .wpcf7-list-item:nth-of-type(3) span::after { background-image: url('form/form_sink_half_bowl.png'); }
#sinkStyle .wpcf7-list-item:nth-of-type(3):hover span::after { background-image: url('form/form_sink_half_bowl_gold.png'); }
#sinkStyle .wpcf7-list-item:nth-of-type(3) input:checked + span::after { background-image: url('form/form_sink_half_bowl_gold.png'); }

#sinkStyle .wpcf7-list-item:nth-of-type(4) span::after { background-image: url('form/form_sink_half_bowl_drainer.png'); }
#sinkStyle .wpcf7-list-item:nth-of-type(4):hover span::after { background-image: url('form/form_sink_half_bowl_drainer_gold.png'); }
#sinkStyle .wpcf7-list-item:nth-of-type(4) input:checked + span::after { background-image: url('form/form_sink_half_bowl_drainer_gold.png'); }



#sinkStyleDrainer .wpcf7-list-item:nth-of-type(1) span::after { background-image: url('form/form_sink_single_bowl.png'); }
#sinkStyleDrainer .wpcf7-list-item:nth-of-type(1):hover span::after { background-image: url('form/form_sink_single_bowl_gold.png'); }
#sinkStyleDrainer .wpcf7-list-item:nth-of-type(1) input:checked + span::after { background-image: url('form/form_sink_single_bowl_gold.png'); }

#sinkStyleDrainer .wpcf7-list-item:nth-of-type(2) span::after { background-image: url('form/form_sink_single_bowl.png'); }
#sinkStyleDrainer .wpcf7-list-item:nth-of-type(2):hover span::after { background-image: url('form/form_sink_single_bowl_gold.png'); }
#sinkStyleDrainer .wpcf7-list-item:nth-of-type(2) input:checked + span::after { background-image: url('form/form_sink_single_bowl_gold.png'); }




#extraction .wpcf7-list-item:nth-of-type(1) span::after { background-image: url('form/extraction-wall-mounted.png'); }
#extraction .wpcf7-list-item:nth-of-type(1):hover span::after { background-image: url('form/extraction-wall-mounted-gold.png'); }
#extraction .wpcf7-list-item:nth-of-type(1) input:checked + span::after { background-image: url('form/extraction-wall-mounted-gold.png'); }

#extraction .wpcf7-list-item:nth-of-type(2) span::after { background-image: url('form/hob-two-in-one.svg'); }
#extraction .wpcf7-list-item:nth-of-type(2):hover span::after { background-image: url('form/hob-two-in-one-gold.svg'); }
#extraction .wpcf7-list-item:nth-of-type(2) input:checked + span::after { background-image: url('form/hob-two-in-one-gold.svg'); }

#extraction .wpcf7-list-item:nth-of-type(3) span::after { background-image: url('form/extractions-island.png'); }
#extraction .wpcf7-list-item:nth-of-type(3):hover span::after { background-image: url('form/extractions-island-gold.png'); }
#extraction .wpcf7-list-item:nth-of-type(3) input:checked + span::after { background-image: url('form/extractions-island-gold.png'); }

#extraction .wpcf7-list-item:nth-of-type(4) span::after { background-image: url('form/extraction-popup.svg'); }
#extraction .wpcf7-list-item:nth-of-type(4):hover span::after { background-image: url('form/extraction-popup-gold.svg'); }
#extraction .wpcf7-list-item:nth-of-type(4) input:checked + span::after { background-image: url('form/extraction-popup-gold.svg'); }

#extraction .wpcf7-list-item:nth-of-type(5) span::after { background-image: url('form/extractions-ceiling.png'); }
#extraction .wpcf7-list-item:nth-of-type(5):hover span::after { background-image: url('form/extractions-ceiling-gold.png'); }
#extraction .wpcf7-list-item:nth-of-type(5) input:checked + span::after { background-image: url('form/extractions-ceiling-gold.png'); }

.uploadButton, .customButton {
	font-size: 20px;
	font-weight: 500;
	color: #4D1D2D;
}

.uploadButton span, .customButton span {
	display: inline-block;
	width: 30%;
	margin: 0;
}
.buttonMargin { margin-right: 30px !important; }

.uploadButton span span:first-of-type, .customButton span span:first-of-type {
	display: inline-block;
	width: 100%;
}

.uploadButton span span:last-of-type {
	background-image: url('form/dimension-upload-new.svg');
	background-color: #f3f3f0;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: contain;
	cursor: pointer;
	height: 220px;
	width: 100%;
	margin: 10px auto 0;
	display: inline-block;
	border-radius: 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.uploadButton:hover span span:last-of-type { background-image: url('form/dimensions-upload-gold.svg'); }
.uploadButton.active { color: #dfbc5d !important; }
.uploadButton.active span span:last-of-type { background-image: url('form/dimensions-upload-gold.svg'); }

.customButton span span:last-of-type {
	background-image: url('form/shape-challenging-1.svg');
	background-color: #f3f3f0;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: contain;
	cursor: pointer;
	height: 220px;
	width: 100%;
	margin: 10px auto 0;
	display: inline-block;
	border-radius: 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.customButton:hover span span:last-of-type { background-image: url('form/shape-challenging-gold.svg'); }
.customButton.active { color: #d4bc5d !important; }
.customButton.active span span:last-of-type { background-image: url('form/shape-challenging-gold.svg'); }

#uploads .wpcf7-list-item:nth-of-type(1) span::after { background-image: url('form/dimension-upload-new.svg'); }
#uploads .wpcf7-list-item:nth-of-type(1):hover span::after { background-image: url('form/dimensions-upload-gold.svg'); }
#uploads .wpcf7-list-item:nth-of-type(1) input:checked + span::after { background-image: url('form/dimensions-upload-gold.svg'); }

#uploads .wpcf7-list-item:nth-of-type(1) span::after { background-image: url('form/dimension-draw-new.svg'); }
#uploads .wpcf7-list-item:nth-of-type(1):hover span::after { background-image: url('form/dimensions-draw-gold.svg'); }
#uploads .wpcf7-list-item:nth-of-type(1) input:checked + span::after { background-image: url('form/dimensions-draw-gold.svg'); }

/* Layout Containers Contact Page */

.contactBar {
    width: 100%;
    float: left;
    text-align: left;
    padding: 12px 0;
}
.contactLeft {
}
.contactRight {
}

/* Layout Containers Gallery Page */

.galleryBar {
    width: 100%;
    float: left;
    text-align: left;
    padding: 12px 0;
}
.galleryLeft {}
.galleryRight {}
.galleryFull {}

.galleryWidget {
	float: left;
	width: 33.3%;
}

.galleryWidget:nth-of-type(3n+1) {
    clear: both;
}

/* Layout Containers Shop Page */

.shopBar {
    width: 100%;
    float: left;
    text-align: left;
    padding: 24px 0;
}
.shopBreadcrumbsBar {
    width: 100%;
    float: left;
    padding: 6px 0;
    color: #ffffff;
    background: #dedede;
    text-align: left;
}
.shopLeft {
}
.shopRight {
}
.shopFull {
}

/* Layout Alignment */

.paraGrid {
	width: auto;
	margin-left: 15px;
	margin-right: 15px;
}
.titleBar {
	width: 100%;
	float: left;
	padding-bottom: 36px;
}
.middleBar {
	width: 100%;
	float: left;
	padding: 36px 0;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.middleBar h1 { font-size: 1.6em; color: #4c1d2f; }
.titleBar h2 { text-transform: uppercase; }
.spacingBar {
	width: 100%;
	float: left;
	padding-bottom: 24px;
}

.grid1 { float: left; width: 100%; }
.grid2 { float: left; width: 50%; }
.grid3 { float: left; width: 33.3%; }
.grid3_2 { float: left; width: 66.7%; }
.grid3Middle { float: left; width: 33.4%; }
.grid4 { float: left; width: 25%; }
.grid4_3 { float: left; width: 75%; }
.grid5 { float: left; width: 20%; }
.grid5_2 { float: left; width: 40%; }
.grid5_3 { float: left; width: 60%; }
.grid5_4 { float: left; width: 80%; }

.gridInside { width: 90%; padding: 0 5%; }
.gridInsideBig { width: 70%; padding: 0 15%; }
.gridInsideSmall { width: 50%; padding: 0 25%; }

.grid970 {
    width: 970px;
    margin-left: auto;
    margin-right: auto;
}

.textLeft { text-align: left; }
.textCenter { text-align: center; }
.textRight { text-align: right; }

.textVertical {
	height: 259px;
	line-height: 259px
}
.textVertical span {
	display: inline-block;
	vertical-align: middle;
	line-height: normal;
}

.attachment-post-thumbnail {
    height: auto;
    max-width: 100%;
}

img.alignright {
    float: right;
    margin: 0 0 1em 1em;
}

img.alignleft {
    float: left;
    margin: 0 1em 1em 0;
}

img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

a img.alignright {
    float: right;
    margin: 0 0 1em 1em;
}

a img.alignleft {
    float: left;
    margin: 0 1em 1em 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

a img {
    border: 0;
}

.alignright { float: right; }
.alignleft { float: left; }

.clear { clear: both; margin: 0; padding: 0; }
.last { margin-right: 0 !important; margin-bottom: 0 !important; }
.nopadding { vertical-align: bottom; }

/* Content Text & Headers */

p {
    padding: 0 15px;
    margin: 10px 0;
	line-height: 1.4em;
}

.featureBar p {
    padding: 0 15px;
}

.copyrightBar p {
    margin: 0;
	padding: 0;
}

p.meta { color: #bd8e46; font-weight: 600; }

h1 {
    padding: 0 15px;
    margin: 10px 0;
    font-size: 2em;
}

.taglineBar h1 {
    margin-bottom: 0;
    font-size: 1.4em;
}

h2 {
    padding: 0 15px;
    margin: 10px 0;
    font-size: 2em;
}

.taglineBar h2 {
    margin-top: 0;
    font-size: 1em;
}

h3 {    
    padding: 0 15px;
    margin: 10px 0;
    font-size: 1.5em;
}

h4 {
    padding: 0 15px;
    margin: 10px 0;
    font-size: 1.4em;
}

h5 {
    padding: 0 15px;
    margin: 10px 0;
    font-size: 1.3em;
}

h6 {
    padding: 0 15px;
    margin: 10px 0;
    font-size: 1.2em;
}

h6.meta {
    padding: 0 15px;
    margin: 10px 0 0;
}

.underline {
	width: 100%;
	height: 3px;
	background: url('images/underline.png') center center;
	background-repeat: no-repeat;
}

.underlineOrange {
	display: inline-block;
	width: 100px;
	height: 3px;
	background: #dfbc5e;
}

.underlineLight {
	width: 100%;
	height: 3px;
	background: url('images/underlineLight.png') center center;
	background-repeat: no-repeat;
}

.underlineDark {
	width: 100%;
	height: 3px;
	background: url('images/underlineDark.png') center center;
	background-repeat: no-repeat;
}

/* Content Images */

img {
    padding: 0px;
    margin: 0px;
	max-width: 100%;
    height: auto;
}

#postLeft img {
    max-width: 100px;
}

/* Content Videos */

.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden; max-width: 100%;
}

.embed-container iframe, .embed-container object, .embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Content Lists */

ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

li {
    list-style-type: disc;
    margin-left: 15px;
}

.bodyBar ul {
    padding-left: 15px;
}

.rev_slider ul {
    padding-left: 0 !important;
}

.tp-bullets {
	z-index: 750 !important;
}

.plain-select  {
	display:inline-block;
	vertical-align:middle;
	position:relative;
	width:100%;
}

.plain-select select {
	line-height:normal;
	height: 50px;
	-webkit-appearance:none;
	-moz-appearance:none;
	-ms-appearance:none;
	appearance:none;
	width:200px;
	border-radius:6px;
	display:block;
	width:100%;
	border:1px solid #c8c8c8;
	background:#fff url(images/inpbg.png) repeat-x 0 0;
	color:#333333;
    font-size: 17px;
	padding:8px 20px 7px 10px;
	margin:0;
	line-height: auto;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	position: relative;
}

.plain-select select:focus {
	background: #f9f9f9;
	outline: none;
	border-color: #f38132;
}

.plain-select select:hover {
	background:#f9f9f9;
	outline:none;
	border-color:#f38132;
}

.plain-select:after{
	content: "";
	position: absolute;
	z-index: 2;
	right: 8px;
	top: 25px;
	height: 0;
	width: 0;
	border-top: 6px solid #31904D;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	pointer-events: none;
}

/* Content Menus */

header, a, img { /* Header Test */
    transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
}

header {
    float: left;
    width: 100%;
}

.bodyBar header {
	position: relative;
}

header.large { /* Large Sticky Header */
    background: #ffffff;
	z-index: 999;
}

header.large ul li a, .logoBar ul li a, .footerDesigner ul li a {
    line-height: 62px;
    height: 62px; 
    padding: 0 40px;
    display: block;
    margin: 0;
	font-weight: 800;
    text-decoration: none;
    color: #ffffff;
    z-index: 999;
}

header.large ul li:hover > a {
	color: #bd8e46;
}

header.large ul li a:hover, .logoBar ul li a:hover, .footerDesigner ul li a:hover {
    color: #bd8e46;
	z-index: 999;
}

header.large ul li.current_page_item a {
    z-index: 999;
}

header.large ul, .logoBar ul, .footerDesigner ul { /* Menu Level 1 */
    display: inline-block;
    zoom: 1;
    *display: inline;
    z-index: 999;
    vertical-align: bottom;
}

header.large li, .logoBar li, .footerDesigner li {
    display: inline-block;
    zoom: 1;
    *display: inline;
    list-style: none;
    position: relative;
    vertical-align: bottom;
    margin: 0;
    z-index: 999;
}

header.large ul li, .logoBar ul li, .footerDesigner ul li {
    padding: 0;
    display: block;
    float: left;
    line-height: 30px;
    z-index: 999;
}

header.large ul ul { /* Menu Level 2 */
    display: none;
    position: absolute;
    top: 76px;
    left: 0px;
    background: url('images/transparent.png');
    padding-top: 0px;
}

header.large ul ul li {
    float: none;
    width: 200px;
    text-align: left;
}

header.large ul li.current_page_item ul li a, header.large ul ul li a {
    width: 180px;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    background: #282828;
    background-position: center;
    color: #ffffff;
    margin: 0;
    font-size: 8pt;
    letter-spacing: 0;
    text-transform: none;
    line-height: 30px;
    height: 30px;
    padding: 0 10px;
    z-index:999;
}

header.large ul li.current_page_item ul li a:hover, header.large ul ul li a:hover {
    color: #ffffff;
    background: #a40207;
    background-position: center;
    padding: 0 10px;
    line-height: 30px;
}

header.large ul li:hover > ul {
    display: block;
}

header.large ul ul li ul { /* Menu Level 3 */
    left: 180px;
    top: 0;
    padding-top: 0;
}

header.small ul li a {
    line-height: 62px;
    height: 62px; 
    padding: 0 40px;
    display: block;
    margin: 0;
	font-weight: 800;
    text-decoration: none;
    color: #ffffff;
    z-index: 999;
}

header.small ul li:hover > a {
	color: #bd8e46;
}

header.small ul li a:hover {
	color: #bd8e46;
    z-index: 999;
}

header.small ul li.current_page_item a {
    z-index: 999;
}

header.small ul { /* Menu Level 1 */
    display: inline-block;
    zoom: 1;
    *display: inline;
    z-index: 999;
    vertical-align: bottom;
}

header.small li {
    display: inline-block;
    zoom: 1;
    *display: inline;
    list-style: none;
    position: relative;
    vertical-align: bottom;
    margin: 0;
    z-index: 999;
}

header.small ul li {
    padding: 0;
    display: block;
    float: left;
    line-height: 30px;
    z-index: 999;
}

header.small ul ul { /* Menu Level 2 */
    display: none;
    position: absolute;
    top: 76px;
    left: 0px;
    background: url('images/transparent.png');
    padding-top: 0px;
}

header.small ul ul li {
    float: none;
    width: 200px;
    text-align: left;
}

header.small ul li.current_page_item ul li a, header.small ul ul li a {
    width: 180px;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    background: #282828;
    background-position: center;
    color: #ffffff;
    margin: 0;
    font-size: 8pt;
    letter-spacing: 0;
    text-transform: none;
    line-height: 30px;
    height: 30px;
    padding: 0 10px;
    z-index:999;
}

header.small ul li.current_page_item ul li a:hover, header.small ul ul li a:hover {
    color: #ffffff;
    background: #a40207;
    background-position: center;
    padding: 0 10px;
    line-height: 30px;
}

header.small ul li:hover > ul {
    display: block;
}

header.small ul ul li ul { /* Menu Level 3 */
    left: 180px;
    top: 0;
    padding-top: 0;
}

/* Mobile Menu Button */

.logoMenuButton {
  width: 28px;
  height: 24px;
  margin-top: 5px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

.logoMenuButton span {
	display: block;
	position: absolute;
	height: 3px;
	width: 100%;
	background: #ffffff;
	border-radius: 9px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

.logoMenuButton span:nth-child(1) {
  top: 0px;
}

.logoMenuButton span:nth-child(2), .logoMenuButton span:nth-child(3) {
  top: 8px;
}

.logoMenuButton span:nth-child(4) {
  top: 16px;
}

.logoMenuButton.open span:nth-child(1) {
  top: 12px;
  width: 0%;
  left: 50%;
}

.logoMenuButton.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.logoMenuButton.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.logoMenuButton.open span:nth-child(4) {
  top: 12px;
  width: 0%;
  left: 50%;
}

/* Mobile Menu Level 1 */

.mobileMenu {
	max-height: 0;
	opacity: 0.5;
	position: fixed;
	width: 100%;
	top: 80px;
	z-index: 2000;
	overflow: hidden;
	height: calc(100vh - 80px);
	background: #e0bd5c;
	border-top: 1px solid #bd8e46;
	transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}
.mobileMenuVisible {
	opacity: 1;
	max-height: 1000px;
}
.mobileMenu ul {
	width: 100%;
	padding: 0;
	margin: 0;
	transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}
.mobileMenu ul li {
	width: 100%;
	padding: 0;
	margin: 0;
	list-style-type: none;
	position: relative;
}
.mobileMenu ul li a {
	width: 100%;
	display: block;
	text-align: center;
	padding-left: 12px;
	padding-right: 12px;
	line-height: 100px;
	font-size: 20pt;
	font-weight: 600;
	text-transform: uppercase;
	color: #ffffff;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-bottom: 1px solid #bd8e46;
}
/* .mobileMenu ul li.current-menu-item a { background: #d02120; color: #ffffff; }
.mobileMenu ul li.current-menu-item li a { background: #ffffff; color: #333333; } */

/* Mobile Menu Level 2 */

.mobileMenu ul li.menu-item-has-children a:first-of-type { width: calc(100% - 43px); }
.mobileMenu ul li.menu-item-has-children ul li a:first-of-type { width: calc(100%); }
.mobileMenu ul li.menu-item-has-children:after {
	position: absolute;
	display: block;
	top: 0;
	right: 0;
	content: " ▼";
	height: 42px;
	line-height: 42px;
	width: 42px;
	text-align: center;
    cursor: default;
	border-left: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
}
.mobileMenu ul li.has-children-active:after {
	content: " ▲";
}
.mobileMenu ul li.menu-item-has-children ul { overflow: hidden; max-height: 0; opacity: 0; }
.mobileMenu ul li.has-children-active ul { max-height: 400px; opacity: 1; }
.mobileMenu ul ul li a { padding-left: 24px; }

/* Content UberMenu Style */

.ubermenu-skin-black-white-2.ubermenu-responsive-toggle { /* Toggle Button */
	background: #333333 !important;
    font-size: 15pt !important;
}

.ubermenu-skin-black-white-2.ubermenu-responsive-toggle:hover { /* Toggle Button Hover */
	background: #222222 !important;
}

.ubermenu-skin-black-white-2 { /* Drop Down First Level */
  border: 1px solid #000000 !important;
  background-color: #3d3d3d !important;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #3d3d3d), color-stop(50%, #3d3d3d), color-stop(50%, #212121)) !important;
  background: -webkit-linear-gradient(top, #3d3d3d, #212121) !important;
  background: -moz-linear-gradient(top, #3d3d3d, #212121) !important;
  background: -ms-linear-gradient(top, #3d3d3d, #212121) !important;
  background: -o-linear-gradient(top, #3d3d3d, #212121) !important;
  -webkit-box-shadow: inset 1px 1px 0 0 rgba(255, 255, 255, 0.1) !important;
  -moz-box-shadow: inset 1px 1px 0 0 rgba(255, 255, 255, 0.1) !important;
  box-shadow: inset 1px 1px 0 0 rgba(255, 255, 255, 0.1) !important;
}

.ubermenu-skin-black-white-2 .ubermenu-item-level-0:hover > .ubermenu-target,
.ubermenu-skin-black-white-2 .ubermenu-item-level-0.ubermenu-active > .ubermenu-target { /* Drop Down Hover */
  background: #222222 !important;
  color: #ffffff !important;
}

.ubermenu-skin-black-white-2 .ubermenu-submenu.ubermenu-submenu-drop { /* Second Level Drop Down */
	background: #ffffff !important;
}

#ubermenu-main-2-main_nav { /* Remove Invisible Border Below Button */
    border: 0 !important;
}

/* Content Links & Buttons */

a, a:visited {
    text-decoration: none;
    color: #4c1d2f;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}

a:hover, a:active {
    color: #4c1d2f;
}

.accountBar a, .accountBar a:visited, .detailsBar a, .detailsBar a:visited, .copyrightBar a, .copyrightBar a:visited {
    color: #ffffff;
}

.accountBar a:hover, .accountBar a:active, .detailsBar a:hover, .detailsBar a:active, .copyrightBar a:hover, .copyrightBar a:active {
    color: #e0bd5c;
}

button, input[type=submit] {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
}

.buttonBasic {
    padding: 10px 20px;
    color: #ffffff;
    background: #333333;
    border: 2px solid #333333;
	margin-bottom: 6px;
    font-size: 10pt;
	display: inline-block;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}

.buttonBasic:hover{
    color: #ffffff;
    background: #333333;
    border: 2px solid #333333;
}

a.buttonBasic {
    color: #ffffff !important;
}

a:hover.buttonBasic {
    color: #ffffff !important;
}

.buttonTransparent {
    padding: 10px 20px;
    color: #333333;
    background: rgba(0,0,0,0) center;
    border: 2px solid #333333;
	margin-bottom: 6px;
    font-size: 10pt;
	display: inline-block;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}

.buttonTransparent:hover{
    color: #ffffff;
    background: #333333;
    border: 2px solid #333333;
}

a.buttonTransparent {
    color: #333333 !important;
}

a:hover.buttonTransparent {
    color: #ffffff !important;
}

.buttonWhite {
    padding: 10px 20px;
    color: #333333;
    background: #ffffff;
    border: 2px solid #ffffff;
	margin-bottom: 6px;
    font-size: 10pt;
	display: inline-block;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}

.buttonWhite:hover{
    color: #ffffff;
    background: #333333;
    border: 2px solid #333333;
}

a.buttonWhite {
    color: #333333 !important;
}

a:hover.buttonWhite {
    color: #ffffff !important;
}

.buttonWhiteTransparent {
    padding: 10px 20px;
    color: #ffffff;
    background: rgba(0,0,0,0);
    border: 2px solid #ffffff;
	margin-bottom: 6px;
    font-size: 10pt;
	display: inline-block;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}

.buttonWhiteTransparent:hover{
    color: #333333;
    background: #ffffff;
    border: 2px solid #ffffff;
}

a.buttonWhiteTransparent {
    color: #ffffff !important;
}

a:hover.buttonWhiteTransparent {
    color: #333333 !important;
}

.buttonColour {
    padding: 10px 20px;
    color: #ffffff;
    background: #f07622;
    border: 2px solid #f07622;
	margin-bottom: 6px;
    font-size: 10pt;
	display: inline-block;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}

.buttonColour:hover{
    color: #ffffff;
    background: #333333;
    border: 2px solid #333333;
}

a.buttonColour {
    color: #ffffff !important;
}

a:hover.buttonColour {
    color: #ffffff !important;
}

.buttonColourTransparent {
    padding: 10px 20px;
    color: #f07622;
    background: rgba(0,0,0,0);
    border: 2px solid #f07622;
	margin-bottom: 6px;
    font-size: 10pt;
	display: inline-block;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}

.buttonColourTransparent:hover{
    color: #ffffff;
    background: #f07622;
    border: 2px solid #f07622;
}

a.buttonColourTransparent {
    color: #f07622 !important;
}

a:hover.buttonColourTransparent {
    color: #ffffff !important;
}

.buttonFill, .buttonFill:visited {
    display: inline-block;
    padding: 10px 20px;
    position: relative;
    background: rgba(0,0,0,0);
    border: 2px solid #333333;
    box-sizing: border-box;
    overflow: hidden;
    z-index: 0;
    font-size: 12pt;
    cursor: pointer;
    transition: all 0.8s ease 0s;
    -moz-transition: all 0.8s ease 0s;
    -webkit-transition: all 0.8s ease 0s;
    color: #333333;
}
.buttonFill:hover, .buttonFill:active {
    color: #ffffff;
}

.buttonFill::before {
    background: #333333;
    display: block;
    width: 100%;
    height: 100%;
    content: " ";
    position: absolute;
    left: -100%;
    top: 0;
    z-index: -1;
    transition: all 0.8s ease 0s;
    -moz-transition: all 0.8s ease 0s;
    -webkit-transition: all 0.8s ease 0s;
}

.buttonFill:hover::before {
    left: 0;
}

p.buttonSpace {
    margin: 15px 0;
}

.submitCenter {
    margin-left: 20px;
}

.clickToCallBar a {
    width: 100%;
    display: block;
    line-height: 2.5em;
    background: #333333 url('images/splitbg.png') center;
    color: #ffffff;
}

.socialButton {
    max-width: 32px !important;
}

/* Postcode Checker Forms */

.introBar form, .ctaBar form { position: relative; }

.introBar .errorMessage {
	opacity: 0;
	position: absolute;
	z-index: 1000;
	background: #4c1d2f;
	color: #ffffff;
	padding: 10px 25px;
	width: 50%;
	top: -47px;
	margin-left: 7.5%;
	text-transform: none;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
}
.introBar .errorMessage:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(76, 29, 47, 0);
	border-top-color: #4c1d2f;
	border-width: 10px;
	margin-left: -10px;
}

.ctaBar .errorMessage {
	opacity: 0;
	position: absolute;
	z-index: 1000;
	background: #4c1d2f;
	color: #ffffff;
	padding: 10px 25px;
	width: 50%;
	top: -47px;
	margin-left: 4.25%;
	text-transform: none;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
}
.ctaBar .errorMessage:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(76, 29, 47, 0);
	border-top-color: #4c1d2f;
	border-width: 10px;
	margin-left: -10px;
}

.introBar .error .errorMessage, .ctaBar .error .errorMessage {
	display: block;
	opacity: 1;
}

/* Content Contact Forms */

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { 
    color:    #fff;
	opacity: 1;
}
input:-moz-placeholder, textarea:-moz-placeholder { 
    color:    #fff;
	opacity: 1;
}
input::-moz-placeholder, textarea::-moz-placeholder { 
    color:    #fff;
	opacity: 1;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder { 
    color:    #fff;
	opacity: 1;
}

.sidebarForm input::-webkit-input-placeholder, .sidebarForm textarea::-webkit-input-placeholder { 
    color:    #919191;
	opacity: 1;
}
.sidebarForm input:-moz-placeholder, .sidebarForm textarea:-moz-placeholder { 
    color:    #919191;
	opacity: 1;
}
.sidebarForm input::-moz-placeholder, .sidebarForm textarea::-moz-placeholder { 
    color:    #919191;
	opacity: 1;
}
.sidebarForm input:-ms-input-placeholder, .sidebarForm textarea:-ms-input-placeholder { 
    color:    #919191;
	opacity: 1;
}

.contact, .input-text {
    width: 100%;
    padding: 15px;
    font-family: 'Montserrat', sans-serif;
    font-size: 10pt;
    border: 1px solid #dedede;
	color: #333;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
}

.contact:hover, .input-text:hover {
    border: 1px solid #000000;
}

.contact2 {
    width: 100%;
    height: 120px;
    padding: 15px;
    resize: none;
    font-family: 'Montserrat', sans-serif;
    font-size: 10pt;
    border: 1px solid #dedede;
	color: #333;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
}

.contact2:hover {
    border: 1px solid #000000;
}

.contact3 {
    width: 180px;
    padding: 15px;
    font-family: 'Montserrat', sans-serif;
    font-size: 10pt;
    border: 1px solid #dedede;
	color: #333;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
}

.contact3:hover {
    border: 1px solid #000000;
}

.verification {
    padding: 0;
    margin: 0 0 8px;
    vertical-align: bottom;
}

.wpcf7 .wpcf7-validation-errors{
    border:none;
    background-color:#f4ae46;
    margin:0;
    padding:20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.wpcf7 .wpcf7-mail-sent-ok{
    border:none;
    background-color:#7ad33f;
    margin:0;
    padding:20px;
    
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.wpcf7 .wpcf7-mail-sent-ng{
    border:none;
    background-color:#cf2d38;
    margin:0;
    padding:20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    color: white;
}

.wpcf7 span.wpcf7-not-valid-tip{
    display: none;
}

.wpcf7-form .fleft{
  float: left;
}

.wpcf7-form .mright20{
  margin-right: 20px;
}

.wpcf7-form .mright40{
  margin-right: 40px;
}

.wpcf7-form .clear{
  clear: both;
}

form.invalid input.wpcf7-not-valid{
  background: #4d1e2e;
}

/* New Select Forms */

.select {
  display: inline-block;
  position: relative;
  height: 47.5px;
  background: white;
  width: 100%;
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.05);
}
.select:after {
  content: '';
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  right: 10px;
  bottom: 0;
  margin: auto;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #efc337 transparent transparent transparent;
  pointer-events: none;
}
.select:before {
  width: 30px;
  position: absolute;
  top: 1px;
  right: 1px;
  bottom: 1px;
  background: whitesmoke;
  content: '';
  pointer-events: none;
}
.select:hover:before {
  background: #d9d9d9;
}
.select select {
  font-size: 14px;
  border: none;
  box-shadow: none;
  border-radius: 0;
  background: transparent;
  height: 100%;
  width: 100%;
  cursor: pointer;
  outline: none;
  padding-right: 35px;
  padding-left: 15px;
  border: 1px solid #efc337;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.select select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
.select select::-ms-expand {
  display: none;
}
.select select:focus {
  border-color: #efc337;
}

@media all and (min-width: 0\0) and (min-resolution: 0.001dpcm) {
  .select select {
    padding-right: 0;
  }
  .select:after, .select:before {
    display: none;
  }
}

/* Content Data Grids */

.dataRow {
	float: left;
	width: 100%;
}

.data2 {
	float: left;
	width: 50%;
}

.data3 {
	float: left;
	width: 33.3%;
}

.data3_2 {
	float: left;
	width: 66.6%;
}

.data4 {
	float: left;
	width: 25%;
}

.data4_3 {
	float: left;
	width: 75%;
}

.data5 {
	float: left;
	width: 20%;
}

.data5_2 {
	float: left;
	width: 40%;
}

.data5_3 {
	float: left;
	width: 60%;
}

.data5_4 {
	float: left;
	width: 80%;
}

.data6 {
	float: left;
	width: 16.66%;
}

.data6_2 {
	float: left;
	width: 33.33%;
}

.data6_3 {
	float: left;
	width: 50%;
}

.data6_4 {
	float: left;
	width: 66.66%;
}

.data6_5 {
	float: left;
	width: 83.33%;
}

.cellLight {
	width: 100%;
	float: left;
	background: #efefef;
}

.cellDark {
	width: 100%;
	float: left;
	background: #dedede;
}

.cellTitle {
	width: 100%;
	float: left;
	background: #B69EF1;
	color: #ffffff;
}

/* Content Animations */

.underlineText { text-decoration: underline; }

.colourBrown { color: #bd8d45; }
.colourWhite { color: #ffffff; }
.colourOrange { color: #dfbc5e; }
.colourWine { color: #4c1d2f; }
.colourGrey { color: #ececec; }

@keyframes flickerAnimation {
  0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}

@-o-keyframes flickerAnimation{
  0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}

@-moz-keyframes flickerAnimation{
  0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}

@-webkit-keyframes flickerAnimation{
  0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}

.animate-flicker {
   -webkit-animation: flickerAnimation 4s infinite;
   -moz-animation: flickerAnimation 4s infinite;
   -o-animation: flickerAnimation 4s infinite;
    animation: flickerAnimation 4s infinite;
}

.animate-flicker-slow {
   -webkit-animation: flickerAnimation 10s infinite;
   -moz-animation: flickerAnimation 10s infinite;
   -o-animation: flickerAnimation 10s infinite;
    animation: flickerAnimation 10s infinite;
}

.fade {
    opacity: 1;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}

.fade:hover {
    opacity: 0.5;
}

.reveal {
	opacity: 0.5;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}

.reveal:hover {
	opacity: 1;
}

/* WooCommerce Core */

.woocommerce .page-title { display: none; }
p.woocommerce-result-count { padding: 0; }
p.price { padding: 0; }
p.stock.in-stock { padding: 0; }
.woocommerce-variation-availability p { padding: 0; }
.woocommerce-product-details__short-description p { padding: 0; }
.woocommerce-variation-description p { padding: 0; }
.woocommerce-variation-description h6, .woocommerce-variation-description h5, .woocommerce-variation-description h4, .woocommerce-variation-description h3, .woocommerce-variation-description h2, .woocommerce-variation-description h1 { padding: 0; }

.zoomImg { transition: none; }
.sku_wrapper { display: none; }

.woo-vari-titles {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	line-height: 3em !important;
}

.woo-vari-selectors .plain-select::after {
	margin-top: -17px;
}

.bodyBar .woocommerce-Price-amount {
	color: #27ae60 !important;
}

.woocommerce button.single_add_to_cart_button {
	background: #27ae60 !important;
	padding: 18px 25px !important;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 10pt !important;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
}

.woocommerce button.single_add_to_cart_button:hover {
	background-color: #333333 !important;
}

.add_to_cart_button { display: none !important; }

section.related { clear: both; }
section.related h2 { padding: 0; }

/* WooCommerce Errors */

ul.woocommerce-error {
	padding-left: 3.5em;
}

/* WooCommerce Cart */

.product-thumbnail img {
	width: 100px !important;
	border: 1px solid #dedede;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.product-remove { display: none; }

.woocommerce-shipping-calculator p { padding: 0; }

.cart_totals  h2 { padding: 0; }

.actions .coupon {
	width: 50% !important;
}

.actions .coupon #coupon_code {
	width: 50% !important;
	padding: 10px !important;
}

.actions .coupon .button {
	float: left !important;
}

.woocommerce .checkout-button {
	background: #27ae60 !important;
	padding: 18px 25px !important;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 10pt !important;
	width: 100%;
	font-size: 15pt !important;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
}

.woocommerce .checkout-button:hover {
	background-color: #333333 !important;
}

.shipping-calculator-form input::-webkit-input-placeholder, .shipping-calculator-form textarea::-webkit-input-placeholder { 
    color:    #333;
	opacity: 1;
}
.shipping-calculator-form input:-moz-placeholder, .shipping-calculator-form textarea:-moz-placeholder { 
    color:    #333;
	opacity: 1;
}
.shipping-calculator-form input::-moz-placeholder, .shipping-calculator-form textarea::-moz-placeholder { 
    color:    #333;
	opacity: 1;
}
.shipping-calculator-form input:-ms-input-placeholder, .shipping-calculator-form textarea:-ms-input-placeholder { 
    color:    #333;
	opacity: 1;
}

/* WooCommerce Checkout */

.woocommerce-billing-fields h3 { padding: 0; }
.woocommerce-shipping-fields h3 { padding: 0; }
.woocommerce-additional-fields h3 { padding: 0; }
#order_review_heading { padding: 0; }
ul.wc_payment_methods li { list-style-type: none; }
.select2-results__options li {	list-style-type: none; }

.checkoutTop {
	display: none;
}

.checkoutLeft {
    float: left;
	width: 49%;
}

.checkoutRight {
	float: right;
	width: 49%;
}

.checkoutBubble {
	float: left;
	width: 100%;
	padding: 16px;
	margin-bottom: 12px;
	border: 1px solid #dedede;
	border-radius: 16px;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.place-order button {
	background: #27ae60 !important;
	padding: 18px 25px !important;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 10pt !important;
	width: 100%;
	font-size: 15pt !important;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
}

.place-order button:hover {
	background-color: #333333 !important;
}

/* WooCommerce Quantity Increment */

.quantity .plus, .quantity .minus {
    position: relative !important;
    float: left !important;
    background: #efefef !important;
    border: 0 !important;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    height: 50px !important;
    width: 38px !important;
    font-weight: normal !important;
}

.quantity .input-text {
    float: left !important;
    border: 0 !important;
    margin: 0 2px !important;
    background: #efefef !important;
    height: 50px !important;
    font-weight: normal !important;
}

/* WooCommerce Accordions */

.woocommerce-tabs {
	float: right;
	width: 48%;
	clear: right !important;
}

.accordion-header h1::first-letter {
	display: none;
}

.accordion-header h1::nth-letter(2) {
	display: none;
}

.accordion-header {
    min-height: 20px !important;
}

.accordion-header h1 {
    font-weight: bold !important;
    letter-spacing: 1px !important;
    text-transform: uppercase !important;
    line-height: normal !important;
}

.drawer {
    margin-bottom: 12px;
}

/* Custom Tweaks */

.pageBar .swp_social_panel:not(.nc_floater):not(.swp_social_panelSide) { clear: both; width: calc(100% - 30px) !important; margin: 30px 15px 15px 15px; padding-top: 15px; }