/*
Theme Name: The Consultancy
Author: The Consultancy
Description: Bespoke theme from The Consultancy
Version: 0.0.1
Tags: consultancy
*/


* {
	outline: none !important;
	box-sizing: border-box;
}

html, body {
	overflow-x: hidden;
}

body {
	font-family: 'Montserrat', sans-serif;
    font-size: 17px;
	color: #55555a;
	line-height: 1em;
	font-weight: 300;
	background: #ffffff;
	padding: 173px 0px 0px;
	margin: 0px;
}

h1 {
	font-family: 'Montserrat', sans-serif;
	font-size: 3.4em;
	color: #1c1b1b;
	line-height: 1em;
	font-weight: 800;
	text-transform: uppercase;
	margin: 0px 0px 15px;
}

h2 {
	font-family: 'Montserrat', sans-serif;
	font-size: 2em;
	color: #1c1b1b;
	font-weight: 700;
	line-height: 1.2em;
	text-transform: uppercase;
	margin: 0px 0px 15px;
}

h3 {
	font-family: 'Montserrat', sans-serif;
	font-size: 1em;
	color: #55555a;
	line-height: 1.2em;
	font-weight: 400;
	text-transform: uppercase;
	margin: 0px 0px 15px;
}

h4 {
	font-family: 'Montserrat', sans-serif;
	font-size: 1.3em;
	color: #1c1b1b;
	line-height: 1.2em;
	font-weight: 300;
	margin: 0px 0px 15px;
}

.borderedtitle {
	margin-bottom: 25px;
}

.borderedtitle:after {
	width: 125px;
	height: 13px;
	display: block;
	content: '';
	background: url(images/borderedtitle-bg.png) center;
	background-size: cover;
	margin-top: 30px;
	clear: both;
}

.whitetxt .borderedtitle:after,
.whitetxt.borderedtitle:after {
	background-image: url(images/borderedtitledark-bg.png);
}

.centertxt .borderedtitle:after,
.centertxt.borderedtitle:after {
	margin: 30px auto 0px;
}

.borderedtitletop:before {
	width: 125px;
	height: 13px;
	display: block;
	content: '';
	background: url(images/borderedtitle-bg.png) center;
	background-size: cover;
	margin-bottom: 30px;
	clear: both;
}

.whitetxt .borderedtitletop:before,
.whitetxt.borderedtitletop:before {
	background-image: url(images/borderedtitledark-bg.png);
}

.centertxt .borderedtitletop:before,
.centertxt.borderedtitletop:before {
	margin: 0px auto 30px;
}

p {
	font-family: 'Montserrat', sans-serif;
	font-size: 0.9em;
	color: #55555a;
	line-height: 1.8em;
	margin: 0px 0px 15px;
}

ul, ol {
	padding-left: 20px;
	margin: 0px 0px 15px;
}

li {
	font-family: 'Montserrat', sans-serif;
	font-size: 0.9em;
	color: #55555a;
	line-height: 1.6em;
}

li li {
	font-size: 1em;
}

table {
	font-family: 'Montserrat', sans-serif;
	font-size: 0.9em;
	color: #55555a;
	line-height: 1.6em;
	margin: 0px 0px 15px;
}

img {
	width: auto;
	max-width: 100%;
	height: auto;
}

a {
	color: #a48b84;
	text-decoration: none;
	cursor: pointer !important;
}

a:hover {
	color: #3f3f3f;
	text-decoration: none;
}

.vc_btn3-container {
	padding-top: 10px;
	margin: 0px;
}

a.linkbtn {
	width: 250px;
	max-width: 100%;
	display: inline-block;
	position: relative;
	font-size: 17px;
	color: #ffffff;
	font-weight: 600;
	line-height: 50px;
	text-align: center;
	text-transform: uppercase;
	background: #acacac;
	padding: 0px 35px;
	border-radius: 50px;
	cursor: pointer;
}

a.linkbtn.whitebtn {
	color: #1c1b1b;
	background: #ffffff;
}

a.linkbtn:after {
	width: 35px;
	position: absolute;
	top: 0px;
	right: 0px;
	font-family: "Font Awesome 5 Pro";
	content: '\f0da';
	font-weight: 700;
	line-height: 50px;
	margin-left: 45px;
	z-index: 1;
}

a.linkbtn:hover {
	color: #333333 !important;
	text-decoration: none;
}

strong {
	font-weight: 600;
}

input[type=submit] {
	-webkit-appearance: none;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.contentspace {
	padding: 110px 0px;
}

.contentspacetop {
	padding-top: 110px;
}

.contentspacebot {
	padding-bottom: 110px;
}

.contentmargin {
	margin: 110px 0px;
}

.contentmargintop {
	margin-top: 110px;
}

.contentmarginbot {
	margin-bottom: 110px;
}

.showcase .img,
.showcase .txt {
	width: 50%;
	display: inline-block;
	margin-right: -4px;
	vertical-align: middle;
}

.showcase .txt {
	padding: 25px 80px;
}

.showcase .txt a.linkbtn {
	margin-top: 10px;
}

.showcase .img img {
	width: 100%;
	display: block;
}

.whitetxt,
.whitetxt * {
	color: #ffffff;
}

.lgreybg {
	background-color: #ebebeb !important;
}

.centertxt,
.centertxt * {
	text-align: center;
}

.righttxt,
.righttxt * {
	text-align: right;
}

.clear {
	clear: both;
}

.hidden {
	display: none !important;
}

.contentbox {
	width: 100%;
	float: left;
	position: relative;
}

.contentbox .contentbox {
	float: none;
	display: inline-block;
}

.popupoverlay {
	width: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	bottom: 0px;
	opacity: 0.58;
	background-color: #000000;
	z-index: 100;
}

.popupoverlay.open {
	width: 100%;
}

.lightboxcontainer {
	width: 100%;
	height: 100%;
	display: table;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 101;
	overflow: hidden;
}

.lightboxcontainer.open {
	width: 100%;
}

.lightboxcontainer .lightboxposition {
	width: 100px;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

.lightboxcontainer .lightboxposition .lightboxcenter {
	width: 90%;
	max-width: 912px;
	display: inline-block;
	position: relative;
	background: #ffffff;
}

.lightboxcontainer .closelightboxbtn {
	width: 40px;
	height: 40px;
	position: absolute;
	top: -20px;
	right: -20px;
	text-align: center;
	border-radius: 50%;
	z-index: 110;
}

.lightboxcontainer .closelightboxbtn i {
	font-size: 20px;
	color: #ffffff;
	line-height: 40px;
	vertical-align: top;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}

.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.grecaptcha-badge {
	display: none !important;
}

.mobileonly {
	display: none !important;
}

.wrapper {
	width: 1500px;
	margin: 0 auto;
}

.wrapper.restrict {
	max-width: 1000px;
}

.socialbox {
	width: 100%;
	display: inline-block;
	vertical-align: middle;
}

.socialbox a {
	width: 45px;
	height: 45px;
	display: inline-block;
	font-size: 20px;
	color: #ffffff;
	text-align: center;
	border-radius: 50%;
	margin: 0px 10px 0px 0px;
	vertical-align: middle;
}

.socialbox a.twitter {
	background-image: linear-gradient(#2acefd, #0975fe);
}

.socialbox a.youtube {
	background-image: linear-gradient(#fb1929, #981413);
}

.socialbox a.facebook {
	background-image: linear-gradient(#0e6cfe, #013a9d);
}

.socialbox a.instagram {
	background-image: linear-gradient(#0697fd, #0a4afc);
}

.socialbox a.google {
	background-image: linear-gradient(#fd1627, #930000);
}

.socialbox a.pinterest {
	background-image: linear-gradient(#bd081c, #bd081c);
}

.socialbox a.linkedin {
	background-image: linear-gradient(#0077b5, #0077b5);
}

.socialbox a:hover {
	color: #ffffff;
}

.socialbox a i {
	line-height: 45px;
}

.fixedtop {
	position: fixed;
	top: 0px;
	left: 0px;
	background: #ffffff;
	z-index: 10;
	border-bottom: 1px solid #cdcdcd;
}

.fixedtop .header {
	width: 100%;
	float: left;
	position: relative;
}

.header .logo {
	width: 100%;
	float: left;
	text-align: center;
	padding: 10px 0px;
}

.header .headerleft {
	width: auto;
	display: inline-block;
	position: absolute;
	top: 15px;
	left: 40px;
	text-align: center;
	z-index: 1;
}

.header .headerleft h3 {
	font-size: 1.5em;
	font-weight: 400;
	color: #ffffff;
	margin: 0px 0px 7px;
}

.header .headerleft h3 a {
	font-weight: 600;
	color: #ffffff;
}

.header .headerleft p {
	color: #ffffff;
	line-height: 28px;
	margin: 0px;
}

.header .headerleft p a {
	color: #ffffff;
}

.header .headerleft p i {
	width: 28px;
	height: 28px;
	line-height: 28px;
	background: #1877f2;
	border-radius: 50%;
	margin-right: 5px;
	vertical-align: middle;
}

.header .headerleft p span {
	color: #1877f2;
}

.header .headerright {
	width: auto;
	display: inline-block;
	position: absolute;
	top: 15px;
	right: 0px;
	z-index: 1;
}

.header .headerright a {
	width: 135px;
	height: 77px;
	display: inline-block;
	color: #ffffff;
	font-weight: 400;
	text-align: center;
	border-left: 1px solid #636363;
	margin-left: -4px;
	vertical-align: top;
}

.header .headerright a.mobilenavbtn {
	display: none;
}

.header .headerright a.headerbtn i {
	width: 40px;
	height: 40px;
	font-size: 20px;
	line-height: 40px;
	background: #ffffff;
	border-radius: 50%;
	margin-bottom: 15px;
}

.navigation {
	width: 100%;
	float: left;
	text-align: center;
	padding: 0px;
}

.navigation > div {
	width: 100%;
	display: inline-block;
	vertical-align: middle;
}

.navigation div > ul {
	width: auto;
	display: inline-block;
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.navigation div > ul > li {
	width: auto;
	display: inline-block;
	position: relative;
	font-size: 1em;
	font-weight: 500;
	text-transform: uppercase;
	padding: 0px;
	margin-right: -4px;
	vertical-align: middle;
}

.navigation div > ul > li.mobilelink {
	display: none;
}

.navigation div > ul > li > a {
	width: auto;
	display: inline-block;
	color: #1c1b1b;
	line-height: 65px;
	padding: 0px 30px;
}

.navigation div > ul > li:hover a {
	color: #ffffff;
}

.navigation div > ul > li.current-menu-item:hover a {
	color: #1c1b1b;
}

.navigation div > ul > li.menu-item-has-children > a:after {
	width: auto;
	display: inline-block;
	font-family: "Font Awesome 5 Pro";
	font-size: 15px;
	content: '\f0d7';
	color: #acacac;
	font-weight: 700;
	line-height: 65px;
	margin-left: 12px;
}

.navigation div > ul > li.menu-item-has-children:hover > a:after {
	color: #ffffff;
}

.navigation div > ul > li > ul {
	width: 300px;
	display: none;
	position: absolute;
	top: 65px;
	left: 0px;
	list-style: none;
	padding: 0px;
	border: 1px solid #c8c8c8;
	margin: 0px;
	z-index: 1;
}

.navigation div > ul > li:hover > ul {
	display: inline-block;
}

.navigation div > ul > li.open > ul {
	display: inline-block !important;
}

.navigation div > ul > li > ul > li {
	width: 100%;
	display: inline-block;
	font-family: 'Muli', sans-serif;
	font-size: 0.8em;
	text-align: left;
	line-height: 30px;
	border-top: 1px solid #c8c8c8;
}

.navigation div > ul > li > ul > li:first-child {
	border: 0px;
}

.navigation div > ul > li > ul > li > a {
	width: 100%;
	display: inline-block;
	color: #ffffff;
	padding: 10px 15px;
}

.navigation div > ul > li > ul > li:hover > a {
	color: #1c1b1b;
}

.navigation .headquote {
	width: 250px;
	display: inline-block;
	font-family: 'Muli', sans-serif;
	font-size: 0.9em;
	color: #ffffff;
	font-weight: 600;
	line-height: 49px;
	text-transform: uppercase;
	padding: 0px 22px 0px 14px;
	vertical-align: middle;
	margin-left: 17px;
}

.navigation .headquote i {
	float: right;
	font-size: 29px;
	color: #ffffff;
	line-height: 49px;
	margin-left: 5px;
	vertical-align: middle;
}

.navigation .headquote:hover {
	color: #ffffff;
}

.footerwhychoose {
	padding: 70px 0px;
}

.footerwhychoose .hometitle {
	margin-bottom: 55px;
}

.footerwhychoose .hometitle .companyname span {
	font-weight: 400;
}

.footerwhychoose .innertitle {
	padding: 30px 15px;
	margin-bottom: 30px;
}

.footerwhychoose .innertitle h2 {
	color: #ffffff;
	margin: 0px 0px 5px;
}

.footerwhychoose .innertitle p {
	font-size: 1.2em;
	color: #ffffff;
	font-weight: 700;
	margin: 0px;
}

.footerwhychoose .innertitle p .companyname span {
	color: #ffffff !important;
}

.footerwhychoose .benefits {
	margin: 0px 0px 70px;
}

.footerwhychoose .benefits > div {
	width: 25%;
	display: inline-block;
	padding: 10px;
	margin-right: -4px;
	vertical-align: top;
}

.footerwhychoose .benefits > div > div {
	width: 100%;
	display: inline-block;
	padding: 25px 15px 45px;
}

.footerwhychoose .benefits i {
	width: 115px;
	height: 115px;
	font-size: 60px;
	line-height: 115px;
	background: #ffffff;
	border-radius: 50%;
}

.footerwhychoose .benefits h3 {
	margin: 25px 0px 0px;
}

.footerwhychoose .benefits p {
	width: 285px;
	max-width: 100%;
	display: inline-block;
	margin: 25px 0px 0px;
}

.footerwhychoose .btns a.linkbtn {
	margin: 0px 20px;
}

.footerwhychoose .benefits.aboutbenefits > div {
	width: 50%;
}

.footerwhychoose .benefits.aboutbenefits > div > div {
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}

.footerwhychoose .benefits.aboutbenefits .img {
	width: 100%;
	height: 255px;
	display: inline-block;
	background-position: center;
	background-size: cover;
	margin-bottom: 30px;
}

.footerwhychoose .benefits.aboutbenefits p {
	width: 600px;
	padding: 0px 15px;
}

.footercontact {
	padding: 45px 0px;
}

.footercontact h3 {
	width: 33.33333333%;
	display: inline-block;
	font-size: 1.8em;
	color: #ffffff;
	line-height: 1.4em;
	vertical-align: middle;
	margin: 0px -4px 0px 0px;
}

.footercontact h3 .companyname {
	font-weight: 700;
}

.footercontact h3 .companyname span {
	font-weight: 400;
}

.footercontact .wrapper > div {
	width: 33.33333333%;
	display: inline-block;
	text-align: center;
	padding: 25px 15px;
	border-left: 1px solid #878786;
	margin-right: -4px;
	vertical-align: middle;
}

.footercontact .wrapper > div i {
	width: 75px;
	font-size: 60px;
	color: #ffffff;
	margin-right: 15px;
	vertical-align: middle;
}

.footercontact .wrapper > div > div {
	width: auto;
	display: inline-block;
	vertical-align: middle;
}

.footercontact .wrapper > div p {
	font-size: 1.2em;
	color: #ffffff;
	font-weight: 400;
	margin: 0px;
}

.footerwidgets {
	padding: 40px 0px 100px;
}

.footerwidgets .footerwidget {
	width: auto;
	display: inline-block;
	margin-right: 125px;
	vertical-align: top;
}

.footerwidgets .footerwidget h3 {
	font-weight: 600;
	text-transform: none;
	margin: 0px;
}

.footerwidgets .footerwidget ul {
	list-style: none;
	padding: 0px;
	margin: 10px 0px 0px;
}

.footerwidgets .footerwidget ul li {
	font-weight: 400;
	line-height: 2em;
}

.footerwidgets .footerwidget ul li a {
	color: #353535;
}

.footerwidgets .footerwidget p {
	font-weight: 400;
	margin: 10px 0px 0px;
}

.footerwidgets .footerwidget .sociallink {
	margin: 45px 0px 0px;
}

.footerwidgets .footerwidget .sociallink a {
	color: #55555a;
}

.footerwidgets .footerwidget .sociallink a i {
	width: 28px;
	height: 28px;
	color: #ffffff;
	line-height: 28px;
	text-align: center;
	background: #1877f2;
	border-radius: 50%;
	margin-right: 5px;
	vertical-align: middle;
}

.footerwidgets .footerwidget .sociallink a span {
	color: #1877f2;
}

.footerwidgets .footerwidget {
}

.footerwidgets .footerwidget4 {
	float: right;
	text-align: right;
	margin: 0px;
}

.footerbot {
	background: url(images/footerbot-bg.jpg) right no-repeat;
	background-size: 50% 100%;
}

.footerbot .wrapper {
	background: #ffffff;
}

.footerbot .footerbotleft {
	width: auto;
	float: left;
}

.footerbot .footerbotleft p {
	margin: 0px 0px 10px;
}

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

.footerbot .footerbotleft ul li {
	width: auto;
	display: inline-block;
	font-weight: 500;
	text-transform: uppercase;
	margin-right: 15px;
}

.footerbot .footerbotleft ul li a {
	color: #4a4a4a;
}

.footerbot .footerbotright {
	width: auto;
	float: right;
}

.footerbot .footerbotright p {
	width: auto;
	display: inline-block;
	position: relative;
	color: #4a4a4a;
	font-weight: 500;
	line-height: 80px;
	background: #ebebeb;
	padding-left: 95px;
	margin: 0px;
}

.footerbot .footerbotright p:after {
	width: 0px;
	height: 0px;
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: -45px;
	content: '';
	border-style: solid;
	border-width: 80px 45px 0px 0px;
	border-color: #ebebeb transparent transparent transparent;
	transform: rotate(180deg);
}

.cookiebar {
	width: 100%;
	display: none;
	position: fixed;
	bottom: 0px;
	left: 0px;
	line-height: 1.4em;
	background: #ffffff;
	padding: 15px 0px;
	border-top: 7px solid;
	z-index: 99999999999;
	box-sizing: border-box;
}

.cookiebar p {
	width: auto;
	float: left;
	font-size: 0.85em;
	margin: 0px !important;
}

.cookiebar p a {
	color: #9d8e87;
	font-weight: 600;
}

.cookiebar .links {
	width: auto;
	float: right;
}

.cookiebar .links a.cookieaccept {
	width: 175px;
	display: inline-block;
	color: #ffffff;
	line-height: 15px;
	text-align: center;
	padding: 15px 15px 15px 27px;
}

.cookiebar .links a.cookieaccept i {
	float: right;
	line-height: 15px;
}

.loopintro {
	padding-bottom: 50px;
}

.loopintro .wrapper {
	max-width: 900px;
}

.loopintro p {
	font-size: 1.1em;
	text-align: center;
	margin: 0px !important;
}

.blogcontainer {
}

.blogcontainer .blog-list {
	width: 66%;
	float: left;
}

.postlistbox {
	width: 100%;
	display: inline-block;
	padding: 45px;
	border: 1px solid #d0d0d0;
	margin-bottom: 35px;
}

.postlistbox h2 {
	font-weight: 500 !important;
	margin-bottom: 5px !important;
}

.postlistbox p {
	margin: 0px !important;
}

.postlistbox p.by {
	font-size: 0.9em;
}

.postlistbox .excerpt {
	width: 100%;
	display: inline-block;
	font-size: 1.1em;
	margin: 45px 0px 0px;
}

.postlistbox .postimg {
	width: 100%;
	height: 360px;
	display: inline-block;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	margin-top: 30px;
}

.postlistbox .postimg.noimg {
	background-size: auto;
}

.blogcontainer .blogpagination {
	width: 100%;
	display: inline-block;
}

.blogcontainer .blogpagination .past-page {
	width: auto;
	float: left;
}

.blogcontainer .blogpagination .next-page {
	width: auto;
	float: right;
}

.blogcontainer .blogsidebar {
	width: 31%;
	float: right;
}

.blogcontainer .blogsidebar > div > div {
	width: 100%;
	display: inline-block;
	padding: 20px;
	border: 1px solid #d0d0d0;
	margin-bottom: 20px;
}

.blogcontainer .blogsidebar h3 {
	font-size: 1em;
	color: #171717;
	font-weight: 600 !important;
}

.blogcontainer .blogsidebar ul {
	width: 100%;
	display: inline-block;
	padding: 0px;
	margin: 0px !important;
}

.blogcontainer .blogsidebar ul li {
	width: 100%;
	display: inline-block;
	font-size: 0.9em;
	font-weight: 400;
}

.blogcontainer .blogsidebar ul li a {
	width: 100%;
	display: inline-block;
	color: #ffffff;
	padding: 10px 15px;
	margin: 3px 0px;
}

.blogcontainer .blogsidebar ul li a:hover {
	text-decoration: none;
	background: #2c2a2a;
}

.blogbanner {
	height: 600px;
	background-color: #000000;
	background-position: center;
	background-size: cover;
}

.blogintro {
	padding: 50px 0px;
}

.blogintro .wrapper {
	max-width: 1000px;
}

.blogintro h1 {
	font-size: 1.2em;
	font-weight: 600 !important;
	text-transform: none;
	text-align: center !important;
	margin: 0px !important;
}

.blogintro p {
	font-size: 1.2em;
	text-align: center !important;
	margin: 0px !important;
}

.blog-post .wrapper {
	max-width: 900px;
}

.blog-post h1,
.blog-post h2,
.blog-post h3 {
	text-transform: none;
	text-align: left !important;
}

.blog-post h1:first-child,
.blog-post h2:first-child,
.blog-post h3:first-child {
	margin-top: 0px !important;
}

.blog-post h2:after,
.blog-post h3:after {
	display: none;
}

.blog-post .newscontent {
	padding: 0px 15px;
}

.blog-post .alignnone {
	display: block;
}

.blog-post .aligncenter {
	display: block;
	margin: 0px auto 25px;
}

.blog-post .alignleft {
	max-width: 50%;
	float: left;
	margin: 0px 15px 25px 0px;
}

.blog-post .alignright {
	max-width: 50%;
	float: right;
	margin: 0px 0px 25px 15px;
}

.socialicons {
	width: 100%;
	display: inline-block;
	text-align: center;
}

.blog-post .wrapper {
	max-width: 900px;
}

.contacttop {
	background: url(/wp-content/themes/consultancy/images/contactcontainer-bg.jpg) right no-repeat;
	background-size: 50% 100%;
}

.contacttop .contactdetails,
.contacttop .contactform  {
	padding: 75px 15px;
}

.contactdetails {
	width: 47%;
	float: left;
}

.contactdetails p {
	font-size: 1em;
}

.contactform {
	width: 47%;
	float: right;
}

.formbox {
	width: 100%;
	display: inline-block;
}

.formfields {
	width: 48%;
}

.formbox p {
	margin: 15px 0px 0px !important;
}

.formbox .input input,
.formbox .textarea textarea {
	width: 100%;
	font-family: 'Muli', sans-serif;
	font-size: 1em;
	color: #252525;
	line-height: 20px;
	background: #ffffff;
	padding: 20px;
	border: 1px solid #cccccc;
	margin-top: 2px;
}

.formbox .textarea textarea {
	height: 130px;
}

body.contact-us .formbox .textarea textarea {
	height: 75px;
}

.formbox .checkboxes span.wpcf7-list-item {
	width: 32.3333333%;
	display: inline-block;
	font-size: 0.9em;
	margin: 2px 0px 0px !important;
}

.formbox .checkboxes input {
	margin-right: 5px;
}

form .privacy {
	width: 100%;
	display: inline-block;
	position: relative;
	font-size: 0.8em;
	font-weight: 400;
	text-align: left;
	padding-bottom: 25px !important;
}

form .privacy * {
	position: static;
}

form .privacy .wpcf7-list-item-label {
	display: none;
}

form .privacy .wpcf7-list-item {
	margin: 0px;
}

form .privacy span.wpcf7-not-valid-tip {
	position: absolute;
	bottom: 0px;
	left: 0px;
}

.submitbox {
	width: 100%;
	display: inline-block;
	text-align: right;
	margin-top: 15px;
}

.submitbox input[type=submit] {
	width: 245px;
	max-width: 100%;
	display: inline-block;
	font-size: 17px;
	color: #ffffff;
	font-weight: 600;
	line-height: 50px;
	text-align: center;
	text-transform: uppercase;
	padding: 0px 30px 0px;
	border: 0px;
	border-radius: 50px;
	cursor: pointer;
}

.submitbox input:hover {
	color: #ffffff;
	text-decoration: none;
}

.submitbox p.note {
	font-size: 0.8em;
	color: #4e4e4e;
	text-align: left;
	margin: 0px !important;
}

span.wpcf7-not-valid-tip {
	font-size: 15px !important;
	font-style: italic;
}

div.wpcf7-response-output {
	font-size: 0.9em;
	color: #808080;
	text-align: center;
	padding: 10px !important;
	margin: 25px 0px 0px !important;
}

.wpcf7-form.sent .formbox,
.wpcf7-form.sent .submitbox {
	display: none;
}

.contactmap h2 {
	margin-bottom: 35px;
}

.contactmap iframe {
	width: 100% !important;
	height: 550px !important;
}

.quoteform h2 {
	margin: 0px 0px 50px;
}

.quoteform form {
	width: 100%;
	display: inline-block;
}

.quoteform h4 {
	width: 100%;
	display: inline-block;
	font-size: 1.3em;
	padding-bottom: 15px;
	border-bottom: 1px solid #1b2d46;
	margin: 0px 0px 20px;
}

.quoteform p {
	width: 100%;
	float: left;
	margin: 0px 0px 4px !important;
}

.quoteform p.note {
	margin: 0px 0px 25px !important;
}

.quoteform p.textarea.address {
	margin: 40px 0px 0px !important;
}

.quoteform .wpcf7 {
	width: 100%;
	display: inline-block;
	background: #efefef;
	padding: 50px 0px;
}

.quoteform .formbox {
	display: inline-block;
	padding: 0px 50px;
}

.quoteform .formbox.floatleft {
	width: 40%;
}

.quoteform .formbox.floatright {
	width: 60%;
}

.quoteform .formbox .wpcf7-form-control-wrap {
	width: 100%;
	display: inline-block;
}

.quoteform .formbox .wpcf7-checkbox,
.quoteform .formbox .wpcf7-radio {
	width: 100%;
	display: inline-block;
	margin-bottom: 35px;
}

.quoteform .formbox .wpcf7-checkbox .wpcf7-list-item,
.quoteform .formbox .wpcf7-radio .wpcf7-list-item {
	width: 50%;
	float: left;
	padding: 2px;
	margin: 0px;
	vertical-align: top;
}

.quoteform .formbox .wpcf7-checkbox label,
.quoteform .formbox .wpcf7-radio label {
	width: 100%;
	height: 35px;
	float: left;
	position: relative;
}

.quoteform .formbox .wpcf7-checkbox label .wpcf7-list-item-label,
.quoteform .formbox .wpcf7-radio label .wpcf7-list-item-label {
	width: 100%;
	float: left;
	position: absolute;
	top: 0px;
	left: 0px;
	font-size: 0.8em;
	line-height: 35px;
	background: #ffffff;
	padding: 0px 15px;
	z-index: 1;
}

.quoteform .formbox .wpcf7-checkbox label input[type="checkbox"]:checked + .wpcf7-list-item-label,
.quoteform .formbox .wpcf7-radio label input[type="radio"]:checked + .wpcf7-list-item-label {
	color: #ffffff;
	background: #50555b;
}

.quoteform .formbox .input input,
.quoteform .formbox .textarea textarea {
	display: inline-block;
	font-family: 'Muli', sans-serif;
	font-size: 0.9em;
	color: #919191;
	font-weight: 400;
	line-height: 1.8em;
	border: 0px;
}

.quoteform .formbox p.textarea.address textarea {
	height: 250px;
}

.quoteform .formbox p.textarea.notes textarea {
	height: 240px;
}

.quoteform .submitbox {
	margin-top: 35px;
}

.quoteform .submitbox > div {
	width: 50%;
	float: left;
	padding: 0px 50px;
}

.quoteform .submitbox .floatleft {
	text-align: left;
}

.quoteform .submitbox input[type="submit"] {
	width: 245px;
	max-width: 100%;
	color: #ffffff;
	background: #4aa9f0;
}

.quoteform .submitbox input[type="submit"]:hover {
	background: #1a318a;
}

.registerform .wrapper {
	max-width: 900px;
}

.registerform .formbox.floatright {
	width: 100%;
}

.ngg-galleryoverview {
	margin: 0px !important;
}

.ngg-galleryoverview .ngg-gallery-thumbnail-box {
	width: 25%;
	padding: 5px;
}

.ngg-galleryoverview .ngg-navigation span,
.ngg-galleryoverview .ngg-navigation a {
	width: 25px;
	height: 25px;
	display: inline-block !important;
	color: #70706e !important;
	line-height: 23px;
	font-weight: 400 !important;
	padding: 0px !important;
	border: 1px solid #c8c8c8 !important;
	border-radius: 0px !important;
	margin: 0px 3px !important;
}

.ngg-galleryoverview .ngg-navigation span {
	color: #ffffff !important;
	font-weight: 600 !important;
}

.ngg-galleryoverview .ngg-navigation a {
	background: #ffffff !important;
}

.ngg-galleryoverview .ngg-navigation a.next,
.ngg-galleryoverview .ngg-navigation a.prev {
	display: none !important;
}

.contactbanner {
	padding: 275px 0px 85px;
	margin: 0px !important;
}

.contactbanner p {
	width: 600px;
	max-width: 100%;
	display: inline-block;
	margin: 25px 0px 0px;
}

.contactbanner a.linkbtn {
	margin: 50px 0px 0px;
}

.privacycontent .wrapper {
	max-width: 900px;
}

.privacycontent h2 {
	font-size: 1.4em;
	font-weight: 400;
}

.privacycontent table {
	width: 100%;
	min-width: 600px;
	border-collapse: collapse;
	border: 1px solid #cccccc;
}

.privacycontent table td {
	width: 25%;
	padding: 5px 10px;
	border: 1px solid #cccccc;
}

.privacycontent table p {
	margin: 0px;
}

.sitemapcontent .wrapper {
	max-width: 900px;
}

.sitemapcontent .sitemapbox {
	width: 47%;
}

.topbenefits {
	padding: 20px 0px;
}

.topbenefits .wrapper {
	max-width: 1200px;
}

.topbenefits .wrapper > div {
	width: 25%;
	display: inline-block;
	padding: 10px;
	margin-right: -4px;
	vertical-align: middle;
}

.topbenefits .wrapper > div > div,
.topbenefits .wrapper > div > a {
	width: 100%;
	display: inline-block;
	color: #1c1b1b;
	font-weight: 400;
	text-align: center;
	line-height: 45px;
	padding: 0px 15px;
	border: 1px solid #acacac;
	box-shadow: -5px 5px 0px 0px #f2f2f2;
}

.topbenefits .wrapper > div > div i,
.topbenefits .wrapper > div > a i {
	float: left;
	line-height: 45px;
}

.topbenefits .wrapper > div > a:hover {
	color: #ffffff;
}

.topbenefits .wrapper > div > a:hover i {
	color: #ffffff !important;
}

.slick-dots {
	width: 100%;
	position: absolute;
	bottom: 55px;
	left: 0px;
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.slick-dots li {
	width: 15px;
	height: 15px;
	display: inline-block;
	background: #acacac;
	margin: 0px 3px;
}

.slick-dots li.slick-active {
	background: #1c1b1b;
}

.slick-dots li button {
	display: none;
}

.homebanner {
	text-align: center;
}

.homebanner .slick-slide {
	position: relative;
}

.homebanner .txt {
	width: 40%;
	min-height: 700px;
	display: inline-block;
	padding: 60px 30px;
}

.homebanner .txt h1 {
	width: 540px;
	max-width: 100%;
	min-height: 228px;
	display: inline-block;
	margin: 0px 0px 40px;
}

.homebanner .txt h1 span {
	white-space: nowrap;
}

.homebanner .txt p {
	width: 350px;
	max-width: 100%;
	display: inline-block;
	font-size: 1.1em;
	color: #2e2d32;
	font-weight: 400;
	margin: 0px 0px 45px;
}

.homebanner .txt .btns a.linkbtn {
	margin-bottom: 25px;
}

.homebanner .img {
	width: 30%;
	position: absolute;
	top: 0px;
	bottom: 0px;
	background-position: center;
	background-size: cover;
	z-index: 1;
}

.homebanner .img.left {
	left: 0px;
}

.homebanner .img.right {
	right: 0px;
}

.homebanner .img img {
	position: absolute;
	top: 50px;
	right: 50px;
	z-index: 1;
}

.homeintro {
	text-align: center;
}

.homeintro .wrapper {
	padding: 70px 0px;
	border-bottom: 1px solid #ececec;
}

.homeintro p {
	width: 1100px;
	max-width: 100%;
	display: inline-block;
	font-size: 1.3em;
	line-height: 2em;
	margin: 0px;
}

.homeintro p .companyname {
	color: #1c1b1b;
	font-weight: 700;
}

.homeintro p .companyname span {
	font-weight: 400;
}

.homereview .wrapper {
	text-align: center;
	padding: 70px 0px;
	border-bottom: 1px solid #ececec;
}

.homereview .review {
	width: 900px;
	max-width: 100%;
	display: inline-block;
}

.homereview .review a.linkbtn {
	margin-top: 15px;
}

.homeproducts {
	padding: 60px 0px;
}

.homeproducts h2 {
	margin: 0px 0px 60px;
}

.homeproducts .wrapper > div {
	height: 500px;
	display: inline-block;
	position: relative;
	background-color: #cccccc;
	background-position: center;
	background-size: cover;
	border: 10px solid #ffffff;
	margin-right: -4px;
	vertical-align: top;
}

.homeproducts .wrapper > div.small {
	height: 350px;
	display: inline-block;
	position: relative;
	background-color: #cccccc;
	background-position: center;
    background-size: 430px;
	border: 10px solid #ffffff;
	margin-right: -4px;
	vertical-align: top;
}

.homeproducts .wrapper > div.third {
	width: 33.33333333333%;
}

.homeproducts .wrapper > div.small {
	width: 20%;
}

.homeproducts .wrapper > div.half {
	width: 50%;
}

.homeproducts .wrapper > div:hover {
	opacity: 0.7;
}

.homeproducts .wrapper > div > a {
	width: 100%;
	height: 100%;
	display: inline-block;
}

.homeproducts .wrapper > div > a > div {
	width: 100%;
	position: absolute;
	bottom: 0px;
	left: 0px;
	padding: 15px;
	z-index: 1;
}

.homeproducts .wrapper > div h3 {
	margin: 0px 0px 5px;
}

.homeproducts .wrapper > div h3:after {
	height: 4px;
	background-image: none;
	margin-top: 7px;
}

.homeproducts .wrapper > div h2 {
	font-size: 1.7em;
	margin: 0px;
}

.homeproducts .wrapper > div.small h2 {
	font-size: 16px;
	margin: 0px;
}

.homebrands {
	margin-bottom: 75px;
}

.homebrands h2 {
	width: 100%;
	display: inline-block;
	position: relative;
	margin: 0px 0px 65px;
}

.homebrands h2:after {
	width: 100%;
	height: 1px;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 1px;
	content: '';
	background: #ececec;
	z-index: -1;
}

.homebrands h2 span {
	width: auto;
	display: inline-block;
	background: #ffffff;
	padding: 0px 30px;
}

.homebrands .slick-slide {
	padding: 1px;
}

.homebrands img {
	width: 100%;
}

.homeabout .wrapper {
	position: relative;
}

.homeabout .txt {
	width: 66.666666666%;
	display: inline-block;
	padding: 75px 15px 100px;
}

.homeabout .txt > div {
	width: 800px;
	max-width: 100%;
	display: inline-block;
}

.homeabout .txt h2 .companyname span {
	font-weight: 400;
}

.homeabout .txt p.call {
	font-size: 1.1em;
	margin: 40px 0px 0px;
}

.homeabout .img {
	width: 33.333333333%;
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background-position: center;
	background-size: cover;
	border-left: 15px solid #ffffff;
}

.innerbanner .wrapper {
	position: relative;
}

.innerbanner .img {
	width: 33.333333333%;
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background-position: center;
	background-size: cover;
	border-left: 15px solid #ffffff;
}

.innerbanner .txt {
	width: 66.666666666%;
	display: inline-block;
	padding: 35px 45px;
}

.innerbanner .txt h1 {
	font-size: 2em;
	margin: 0px;
}

.innerbanner .txt p {
	margin: 15px 0px 0px;
}

.productintro .wrapper {
	padding: 80px 0px;
	border-bottom: 1px solid #ececec;
}

.productintro .wrapper > div {
	width: 975px;
	max-width: 100%;
	display: inline-block;
}

.productintro h2 {
	margin-bottom: 0px;
}

.productintro h2:after {
	width: 125px;
	height: 13px;
	display: block;
	content: '';
	background: url(images/borderedtitle-bg.png) center;
	background-size: cover;
	margin: 25px auto 0px;
	clear: both;
}

.productintro p {
	margin: 25px 0px 0px;
}

.pagebenefits {
	text-align: center;
	padding: 50px 0px;
}

.pagebenefits .wrapper > div {
	width: 33.33333333%;
	display: inline-block;
	padding: 0px 15px;
	margin-right: -4px;
	vertical-align: top;
}

.pagebenefits .wrapper > div > div {
	width: 370px;
	max-width: 100%;
	display: inline-block;
	position: relative;
	text-align: left;
	padding-left: 85px;
}

.pagebenefits .wrapper > div i {
	width: 60px;
	height: 60px;
	position: absolute;
	top: 10px;
	left: 0px;
	font-size: 25px;
	line-height: 60px;
	text-align: center;
	border-radius: 10px;
	z-index: 1;
}

.pagebenefits .wrapper > div h3 {
	font-weight: 700;
	margin: 0px;
}

.pagebenefits .wrapper > div p {
	line-height: 1.6em;
	margin: 10px 0px 0px;
}

.pagebenefits .wrapper > div {
}

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

.productbox .wrapper {
	padding-bottom: 50px;
	border-bottom: 1px solid #ececec;
	margin-bottom: 50px;
}

.productscontainer .productbox:last-child .wrapper,
.productscontainer .productgallerycta:last-child .wrapper {
	padding-bottom: 0px;
	border-bottom: 0px;
	margin-bottom: 0px;
}

.productbox .wrapper > div {
	position: relative;
}

.productbox .img {
	width: 50%;
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	border-right: 15px solid #ffffff;
}

.productbox .img .productimg {
	width: 100%;
	display: inline-block;
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	background-position: center;
	background-size: cover;
	z-index: 1;
}

.productbox .img .productimg img {
	max-height: 100px;
	position: absolute;
	bottom: 120px;
	left: 20px;
}

.productbox .img .productname {
	width: 100%;
	display: inline-block;
	position: absolute;
	bottom: 0px;
	left: 0px;
	padding: 15px;
	z-index: 1;
}

.productbox .img .productname h3 {
	margin: 0px;
}

.productbox .img .productname h3:after {
	height: 4px;
	background-image: none;
	margin-top: 7px;
}

.productbox .img .productname h2 {
	font-size: 1.8em;
	margin: 5px 0px 0px;
}

.productbox .img .productname h2.borderedtitletop {
	margin: 0px;
}

.productbox .img .productname h2.borderedtitletop:before {
	height: 4px;
	background-image: none;
	margin-bottom: 7px;
}

.productbox .img iframe {
	width: 100%;
	height: 100%;
}

.productbox .txt {
	width: 50%;
	float: right;
	padding: 25px 15px;
}

.productbox .txt > div {
	width: 100%;
	max-width: 550px;
	height: 500px;
	display: table;
	margin: 0px auto;
	vertical-align: middle;
}

.productbox .txt > div > div {
	width: 100%;
	display: table-cell;
	vertical-align: middle;
}

.productbox .txt ul {
	width: 100%;
	display: inline-block;
	list-style: none;
	padding: 0px;
}

.productbox .txt ul li {
	width: 50%;
	display: inline-block;
	font-size: 0.8em;
	vertical-align: top;
	margin-right: -4px;
}

.productbox .txt .btns {
	width: 100%;
	display: inline-block;
	text-align: right;
	margin-top: 30px;
}

.productbox .txt .btns a.linkbtn {
	margin: 15px 0px 0px 15px;
}

.productbox .brands {
	margin-top: 50px;
}

.productbox .brands img {
	display: inline-block;
	margin: 0px 35px;
	vertical-align: middle;
}

.productgallerycta .wrapper {
	padding-bottom: 50px;
	border-bottom: 1px solid #ececec;
	margin-bottom: 50px;
}

.productgallerycta .txt,
.productgallerycta .img {
	width: 50%;
	display: inline-block;
	margin-right: -4px;
	vertical-align: middle;
}

.productgallerycta .txt {
	padding: 15px;
}

.productgallerycta .txt > div {
	width: 400px;
	max-width: 100%;
	displaY: inline-block;
}

.productgallerycta .txt h2 {
	font-size: 1.8em;
	font-weight: 300;
	line-height: 1.6em;
	margin: 0px 0px 5px;
}

.productgallerycta .txt h2 .companyname span {
	color: #ffffff;
	font-weight: 700;
}

.productgallerycta .txt h2 strong {
	font-weight: 700;
}

.productgallerycta .txt p {
	color: #1c1b1b;
	font-weight: 400;
}

.quotedesigners {
	text-align: center;
	margin-bottom: 80px;
}

.quotedesigners .wrapper > div {
	width: 33.3333333%;
	display: inline-block;
	vertical-align: top;
	background-position: top;
	background-size: auto 45%;
	background-repeat: no-repeat;
	padding: 50px 15px 30px;
	border-right: 20px solid #ffffff;
	border-left: 20px solid #ffffff;
	margin-right: -4px;
}

.quotedesigners .wrapper > div img {
	margin-bottom: 30px;
}

.quotedesigners .wrapper > div h3 {
	font-size: 2em;
	text-transform: uppercase;
	margin: 0px;
}

.quotedesigners .wrapper > div p {
	font-size: 1.1em;
	text-transform: uppercase;
	margin: 0px 0px 30px;
}

.tabs {
	width: 100%;
	display: inline-block;
}

.tabs .ui-tabs-nav {
	width: 100%;
	display: inline-block;
	list-style: none;
	text-align: center;
	padding: 0px;
	margin: 50px 0px;
}

.tabs .ui-tabs-nav li {
	width: 16.6666666666%;
	display: inline-block;
	padding: 10px;
	margin-right: -4px;
}

.tabs .ui-tabs-nav li a {
	width: 100%;
	display: inline-block;
	font-size: 17px;
	color: #ffffff;
	font-weight: 600;
	line-height: 50px;
	padding: 0px 10px;
	border-radius: 50px;
}

.aboutoffer .titlebox h2 {
	margin: 0px 0px 35px;
}

.aboutoffer .titlebox p {
	width: 600px;
	max-width: 100%;
	display: inline-block;
}

.aboutoffer .homeproducts .wrapper > div {
	width: 25% !important;
	height: 400px;
}

.aboutoffer .homeproducts .wrapper > div h3 {
	font-size: 0.8em;
}

.homeproducts .wrapper > div.small h3 {
    margin: 0px 0px 5px;
    font-size: 14px;
}

.aboutoffer .homeproducts .wrapper > div h2 {
	font-size: 1.4em;
}

.aboutoffer .btns .wrapper {
	padding-bottom: 50px;
	border-bottom: 1px solid #ececec;
}

.reviewsbox {
	margin-top: 50px;
}

.reviewsbox .wrapper {
	max-width: 1200px;
}

.reviewsbox .review {
	width: 100%;
	display: inline-block;
	text-align: center;
	padding: 25px;
	border: 1px solid #d7d7d7;
	margin: 25px 0px;
}

.reviewsbox .review h3 {
	margin: 0px;
}

.reviewsbox .review p.details {
	font-size: 0.9em;
	font-style: italic;
	margin: 5px 0px 0px;
}

.reviewsbox .review p.stars {
	margin: 10px 0px 0px;
}

.reviewsbox .review .details {
	width: 100%;
	display: inline-block;
}

.reviewsbox .review .details p {
	margin: 15px 0px 0px;
}

.reviewsleft {
	width: 66%;
	float: left;
}

.checkatradebox {
	width: 31%;
	float: right;
	padding: 15px;
	border: 1px solid #d7d7d7;
	margin-top: 25px;
}

.checkatradebox img {
	width: 100%;
}

.blogpagination {
	width: 100%;
}

.blogpagination a {
	width: auto;
	font-weight: 400;
}

.blogpagination .past-page {
	float: left;
}

.blogpagination .next-page {
	float: right;
}

.testimonialsnav a {
	width: 200px;
	max-width: 100%;
	display: inline-block;
	position: relative;
	font-size: 17px;
	color: #ffffff;
	font-weight: 600;
	line-height: 50px;
	text-align: center;
	text-transform: uppercase;
	background: #acacac;
	padding: 0px 35px;
	border-radius: 50px;
	cursor: pointer;
}

.testimonialsnav a:after {
	width: 35px;
	position: absolute;
	top: 0px;
	font-family: "Font Awesome 5 Pro";
	font-weight: 700;
	line-height: 50px;
	z-index: 1;
}

.testimonialsnav a.prev:after {
	content: '\f0d9';
	left: 0px;
}

.testimonialsnav a.next:after {
	content: '\f0da';
	right: 0px;
}

.homeshowroom {
	text-align: center;
	margin-top: 15px;
}

.homeshowroom .wrapper {
	background-position: right;
	background-repeat: no-repeat;
	background-size: contain;
	padding: 30px 15px;
}

.homeshowroom .txt,
.homeshowroom .btn {
	width: 50%;
	display: inline-block;
	margin-right: -4px;
	vertical-align: middle;
}

.homeshowroom .txt > div {
	width: 600px;
	max-width: 100%;
	display: inline-block;
}

.homeshowroom .txt i {
	width: 65px;
	float: left;
	font-size: 30px;
	color: #999999;
	line-height: 65px;
	background: #ffffff;
	border-radius: 50%;
	margin-right: 15px;
}

.homeshowroom .txt h3 {
	font-size: 2.2em;
	color: #ffffff;
	font-weight: 700;
	margin: 0px;
}

.homeshowroom .txt p {
	color: #ffffff;
	font-weight: 400;
	margin: 2px 0px 0px;
}

.productdesigners {
	margin-top: 80px;
}

.productdesigners .wrapper > div {
	padding-top: 30px;
}

.productdesigners .wrapper > div img {
	width: 250px;
}

.productdesigners .wrapper > div h3 {
	font-size: 1.4em;
	margin: 0px 0px 25px;
}

.productdesigners .wrapper > div p {
	display: none;
}