/*
	Theme Name: nhance2022
	Theme URI: http://nicethemes.com/theme/nhance2022
	Description: Designed by <a href="https://peakstudios.com">Peak Studios</a>
	Author: Peak Studios
	Author URI: https://peakstudios.com

	Copyright: (c) 2013 NiceThemes.
	License: GNU/GPL Version 2 or later.
	License URI: http://www.gnu.org/licenses/gpl.html

	*************************************************************************

	0. 	CSS Reset
	1.	Document Setup
	2.	Header Styles
	3.	Navigation & Menus
	4.	Main Content Styles
	5. 	Comments
	6. 	Grid Styles
	7.	Post Content Styles
	8. 	Slider
	9.	Pagination
	10.	Footer Styles
	11.	Page Templates & Special styles
	12.	Contact form
	13.	Widgets
	14.	Cross Browser Compatibility
	15. Quote Form Styles 4230
	16. Reviews Styles 4550
	17.	Responsive

*/

/*-------------------------------------------------------------------------------------------*/
/* 0. RESET - http://meyerweb.com/eric/tools/css/reset/ | v1.0 | 20080212 */
/*-------------------------------------------------------------------------------------------*/

body,html{ height:100%; transition: all 0.4s ease; }
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video{border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;margin:0;padding:0; }
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
body{line-height:1; }
ol,ul{list-style:none; }
blockquote,q{quotes:none; }
blockquote:before,blockquote:after,q:before,q:after{content: '';content: none; }
:focus{outline:0; }
ins { text-decoration: none; }
del{text-decoration:line-through; }
table{border-collapse:collapse;border-spacing:0; }

/* Floating & Alignment  */
.fl, .alignleft {float:left; }
.fr, .alignright{float:right; }
.ac{text-align:center; }
.aligncenter {margin-left: auto;margin-right: auto;display: block;clear: both; }
.ar{text-align:right; }

/* Clear Floats  */
.col-full:after{content:".";display:block;height:0;clear:both;visibility:hidden; }
.fix{clear:both;height:1px;overflow:hidden;margin:-1px 0 0; }
html body * span.clear,html body * div.clear,html body * li.clear,html body * dd.clear{background:none;border:0;clear:both;display:block;float:none;font-size:0;list-style:none;overflow:hidden;visibility:hidden;width:0;height:0;margin:0;padding:0; }
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } .clearfix { display: inline-block; } /* Hide from IE Mac \*/ .clearfix { display: block; } /* End hide from IE Mac */ .none { display: none; } /* End Clearfix */

/*-----------------------------------------------------------------------------------*/
/*	1.	Document Setup
/*-----------------------------------------------------------------------------------*/

*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing:	border-box;
	box-sizing:			border-box;
}

body {
	font: 14px/22px 'Open Sans', arial, sans-serif;
	background: #fff;
	color: #434547;
	text-rendering: optimizelegibility;
}

#container {
	margin: 40px auto 0;
	max-width: 1280px;
	padding: 40px 0 40px;
}

body.page-template-template-google-map-locator #container {
	padding: 0;
	margin: 0;
	width:100%;
}

#content {
	width: 64.583%;
	float: left;
	overflow: hidden;
}

body.page-template-template-google-map-locator #content {
	width: 90%;
}

#sidebar {
	float: right;
	width: 31.25%;
	overflow: hidden;
}

#wrapper{
	background: #fff;
}

.has-slider #wrapper {
	margin-top: 100px;
	position: relative;
	z-index: 2;
}

body.page-template-template-two-column #wrapper {
	margin-top:40px !important;
}

#content-top {
	background: transparent;
	padding: 0;
	position: relative;
	width: 100%;
	z-index: 0;
	margin-top:160px;
}

.has-slider #content-top {
	margin-top: 125px !important;
}

body.home .has-slider #content-top {
	margin-top: 125px !important;
}



input,
textarea {
	font-size: 12px;
	line-height: 20px;
	background: #fff;
	color: #999;
	border: 1px solid #fff;
	font-family: inherit;
}

.full-width.get-an-estimate input[type=text],
.full-width.get-an-estimate textarea {
	color:#000;
}

.hidden {
	display: none;
}

.clear {
	clear: both;
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0;
	width: 100%;
}

hr {
	background-color: #e3e3e3;
	border: 0 none;
	height: 1px;
	margin-bottom: 20px;
}

ol, ul {
	list-style: none outside none;
}

a {
	text-decoration: none;
	color: #3e7ec2;
	-moz-transition:	all 0.1s linear;
	-o-transition:		all 0.1s linear;
	-ms-transition:		all 0.1s linear;
	transition:			all 0.1s linear;
	-webkit-transition: all 0.1s linear;
	padding-bottom: 1px;
}

a.nhanceBut {
	color:#FF671F;
	background: #DDDDDD none repeat scroll 0 0;
    border: medium none;
    border-radius: 3px;
    box-shadow: 0 -3px rgba(0, 0, 0, 0.1) inset;
    clear: both;
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    line-height: 25px;
    margin-bottom: 10px;
    padding: 8px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    transition: all 0.2s linear 0s;
    width: auto;
	display:online-block;
}

a.nhanceBut:hover {
	background: #EFF0F2 none repeat scroll 0 0;
}

body.blog .nav-entries a {
	color:#34627c;
	font-weight: bold;

}

body.blog .nav-entries a:hover,
body.blog .nav-entries a:active,
body.blog .nav-entries a:focus {
	color:#434547;
}



a.homedepotlink {
	color:#F86201;
	font-weight:bold;
}

a.homedepotlink:hover {
	color:#666;
}
a img {
	border: none;
}

a > img {
	vertical-align: bottom;
}

p,
pre,
ul,
ol,
dl,
dd,
blockquote,
address,
table,
fieldset,
form,
.gallery-row,
.post-thumb,
.author-bio {
	margin-bottom: 20px;
}

.hentry,
.navigation-links,
.hfeed,
.pinglist {
	margin-bottom: 40px;
}

.widget
.children,
.entry-content ol ol,
.entry-content ol ul,
.entry-content ul ul,
.comment-body ol ol,
.comment-body ol ul,
.comment-body ul ul,
.widget ul ul {
	margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	padding: 0;
	color: #6f6f71;
}

h1 {
	font-size: 24px;
	line-height: 28px;
}

h2{
	font-size: 24px;
	line-height: 28px;
	color:#434547;
	margin-bottom:20px;
}

.home-service h2 {
	text-align:center;
	color:#ef7038;
	font-weight:bold;
	font-size:50px;
	line-height:54px;
}

.home-service p.service-decription {
	text-align:center;
	font-size:18px;
	font-weight:bold;
}

h3 {
	font-size: 18px;
	line-height: 20px;
}

h4 {
	font-size: 16px;
	line-height: 18px;
	margin-bottom: 15px;
}

h5 {
	font-size: 14px;
	line-height: 16px;
}

h6 {
	font-size: 12px;
	line-height: 14px;
}

h1 a, h1 a:hover,
h2 a, h2 a:hover,
h3 a, h3 a:hover,
h4 a, h4 a:hover,
h5 a, h5 a:hover,
h6 a, h6 a:hover{
	border: none;
}

.full-width {
	width: 100% !important;
}

.col-full {
	margin: 0 auto;
	max-width: 1280px;
	position: relative;
}

body.tax-service-category .col-full {
	max-width: 1200px;
}

body.sidebar-left #content {
	float: right;
}
body.sidebar-left #sidebar {
	float: left;
}
.post-content p, .post-content ul li, .post-content ol li, .entry p, .entry ul li, .entry ol li {
	line-height:24px;
	font-size:16px;
	margin-bottom:10px;
}

#liveChat {
	display:none;
}

body.siteID237 #liveChat {
	display:inline;
}

.intrinsic-container {
  position: relative;
  height: 0;
  overflow: hidden;
}

/* 16x9 Aspect Ratio */
.intrinsic-container-16x9 {
  padding-bottom: 56.25%;
}

/* 4x3 Aspect Ratio */
.intrinsic-container-4x3 {
  padding-bottom: 75%;
}

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

#responsive-menu-container #responsive-menu li.responsive-menu-item a,
#responsive-menu-container #responsive-menu ul.responsive-menu-submenu li.responsive-menu-item a {
	line-height: 20px !important;
	height: 50px !important;
}

.baslideli .bottomImage{
	-webkit-border-top-left-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-bottomleft: 15px;
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;

}

.baslideli .topImage{
	-webkit-border-top-right-radius: 15px;
-webkit-border-bottom-right-radius: 15px;
-moz-border-radius-topright: 15px;
-moz-border-radius-bottomright: 15px;
border-top-right-radius: 15px;
border-bottom-right-radius: 15px;

}

.baslider-main {
	box-shadow: none !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important
}


.bx-viewport .ba-before {
	-webkit-border-bottom-left-radius: 15px;
-moz-border-radius-bottomleft: 15px;
border-bottom-left-radius: 15px;

}

 .bx-viewport .ba-after {
	 -webkit-border-bottom-right-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	border-bottom-right-radius: 15px;

 }



.bx-wrapper::before {
  content: "";
  width: 100%;
  height: 101%;
  position: absolute;
	background: rgba(255,255,255,0.8);
	z-index: 300;
	left:-100%;
}
.bx-viewport::before {
  content: "";
  width: 100%;
  height: 101%;
  position: absolute;
	background: rgba(255,255,255,0.8);
	z-index: 300;
	right:-100%;
}



p.split-capt {
	font-weight: bold;
	text-align:center;
	margin-top:-8%;
}

p.split-capt span {
	padding:0 20%;
}


body.page-template-template-catalog-home .wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
	position: relative;
	color: #434547;
	font-size: 18px;
	text-align: center;
	max-height: 48px;
	background: #fff;
	margin: 10px 0;
	font-weight: normal;
}


body.page-template-template-catalog-home .wp-block-gallery.has-nested-images.accessories-gallery {
	margin-bottom:40px;
}

#lightspeed-home lite-vimeo {
	background:transparent url(https://www.nhance.com/wp-content/themes/nhance2022/images/home-vid-bg.webp) no-repeat scroll center center / contain  !important;
}


/*-----------------------------------------------------------------------------------*/
/*	2.	Header
/*-----------------------------------------------------------------------------------*/
#header{
	background-color: transparent;
	border-bottom: 7px solid rgba(0,0,0,0.1);
}

.has-slider #header {
	background-color: #ffffff;
	width: 0px;
	height: 0px;
}

.home-flexslider-wrapper{
	position: relative;
}

body.page-template-template-contactTxtulr-php .home-flexslider-wrapper,
body.page-template-template-contactTxtulr-php .flexslider .slides > li {
	max-height:400px;
}

body.page-template-template-estimate-php .home-flexslider-wrapper,
body.page-template-template-estimate-php .flexslider .slides > li {
	max-height:440px;
}

body.page-template-template-contactTxtulr-php .slide-info,
body.page-template-template-estimate-php .slide-info {
	padding-top:120px;
}

#featured-wrap {
	position: relative !important;
	width: 100% !important;
	background: #fff !important;
	overflow: hidden !important;
}

#featured-wrap img {
	width:100%;
	height:auto;

}


#wrapper {
	margin-top:0!important;
}

body.page-template-template-jobs_directory.has-slider #featured-wrap,
body.job_listing-template-default.has-slider #featured-wrap {
	display:none;
}

.has-slider #featured {
	margin: 0;
	max-width: 100%;
	overflow: hidden;
	position: static;
	z-index: 1;
}

.has-slider #header {
	background-color: transparent;
	border-bottom: medium none;
	padding: 15px 0;
	position: absolute;
	width: 100%;
	z-index: 999;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.35) 0%), to(rgba(0, 0, 0, 0) 100%));
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 100%);
	background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 100%);
	background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 100%);
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 100%);
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 100%);
}

body.has-slider-menu #header{
	background-color: transparent;
	display: inline-block;
	position: relative;

}

#header #top{
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
	margin: 0 auto;
	padding: 15px 0;
}

.has-slider #header #top{
	padding: 0;
	position: relative;
}

#new-head {
	position:fixed;
	top:0;
	display:block;
	width:100%;
	z-index:999;
	background:#fff;
	transition: all 0.9s ease;
}

#logo-area {
	display:block;
	position:relative;
	width:40%;
	margin-right:-40px;
}

@media screen and (max-width: 800px) {
	#logo-area {
		position:relative !important;
		top:-30px;
	}
}

#logo-area #logo-area-inner {
	display:block;
	width:100%;
	max-width:1200px;
	margin:0 auto;
	padding:0;
	position:relative;
	clear:both;
}

#new-head.sticky #logo-area #logo-area-inner {
	padding:10px;
}

#logo-area #logo-area-inner #logo {
	display:block;
	width:auto;
	height:auto;
	position:relative;
	margin:0 auto;
	text-align:center;
}


#header a{
	border: none;
}

a:focus,
.hrf-title:focus{
	outline:2px dotted black;
}

#logo a .text-logo{
	color: #333333;
	display: inline-block;
	font-size: 34px;
	font-weight: bold;
	line-height: 45px;
	padding: 0 0 5px 5px;
	text-transform: lowercase;
}

#logo #retina-logo { display: none; }

#req_app_wrap {
	display:none;
}


#new-head {
	display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  align-content: center;
}

#new-head .split-head{
	flex: 0 0 auto;
  position: relative;
}

#new-head .main-title {
	font-size:24px;
}




#virtual-statement,
#covid-statement,
#steps-statement {
	display:none;
	margin-top:60px;
}

body.page-template-template-landing-page #responsive-menu-button {
	display:none !important;
}

/* Retina logo
@media only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5),
only screen and (min-resolution: 144dpi) {
	#logo #retina-logo { display: block; height: auto; }
	#logo #default-logo { display: none; }
}*/

html body .ls-container video, #ls-global .ls-container video {
	width:100%;
	height:auto !important;
	position: relative;
	top:25%;
}

.call-now-mobile,
#groundwork-dropdown,
#groundwork-call,
#readmore-close {
	display:none;
}

#groundwork-dropdown {
  position: absolute;
  left:10px;
  top:34px;
  background-color: #EAEAEA;
  padding:0 10px;
	z-index: 9999;
	width:90%;
}

#topApp:hover + #groundwork-dropdown,
#groundwork-dropdown:hover {
  display:block;
}

#groundwork-dropdown ul {
  margin:0;
  list-style: none;
}

#groundwork-dropdown ul li {
  margin:10px 0;
  padding:0;
}

#groundwork-dropdown ul li a.readmore {
  display:block;
	text-align: center;
}



/*-----------------------------------------------------------------------------------*/
/*	3.	Navigation 																	 */
/*-----------------------------------------------------------------------------------*/

.backtotop{
	bottom: -30px;
	border: none;
	color: #acb0b5;
	display: block;
	font-size: 20px;
	height: 32px;
	min-width: 29px;
	position: fixed;
	right: 17px;
	text-align: center;
	-webkit-transition: all 0.1s linear;
	-moz-transition:    all 0.1s linear;
	-o-transition:      all 0.1s linear;
	transition:         all 0.1s linear;
	z-index: 999;
}

.backtotop:hover{
	color: #8a8a8a;
	border: none;
}

.backtotop i.fa-chevron-up{
	display: inline-block;
	margin: 5px 1px 0 0;
}

.backtotop span {
	text-indent: -9999px;
	display:none;
}

#header #top #toggle-nav {
	display: none;
	height: 30px;
	position: absolute;
	right: 10px;
	text-align: center;
	line-height: 30px;
	font-size: 18px;
	top: 20px;
	width: 90px;
	background: #3e7ec2;
	text-shadow: none;
	-webkit-border-radius: 	2px;
	-moz-border-radius:		2px;
	border-radius:		 	2px;
	color: #fff;
}

#header #top #toggle-nav:before,
#header #top #toggle-nav:after {
	content: '';
	left: 7px;
	position: absolute;
}

#header #top #toggle-nav:after {
	content: '';
	font-style: normal;
	line-height: 20px;
	text-shadow: none;
	top: 5px;
}

#navigation{
/*	font-size: 16px;*/
	font-weight: 500;
    padding: 10px 0;
    width: 100%;
		box-shadow: -1px 6px 19px 0px rgba(0,0,0,0.49);
-webkit-box-shadow: -1px 6px 19px 0px rgba(0,0,0,0.49);
-moz-box-shadow: -1px 6px 19px 0px rgba(0,0,0,0.49);
margin-top:10px;
}
#navigation .nav-inner {
	display:block;
	width:100%;
	max-width:960px;
	position:relative;
	clear:both;
	margin:0 auto;
}
.nav {
	z-index: 99;
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 1;
	text-align:center;
}

#navigation .nav li a {
	position: relative;
	color: #434547;
	display: block;
	z-index: 100;
	padding: 5px 10px;
	line-height: 18px;
	text-decoration: none;
	text-transform: capitalize;
}

#navigation .nav li:hover > a,
#navigation .nav li a:focus,
#navigation .nav li.current_page_item a,
#navigation .nav li.current-menu-parent a,
#navigation .nav li.current_page_item a {
	color:#34627c;
}


#navigation .nav li .down-arrow{
	cursor: pointer;
	display: none;
	float: right;
	height: 28px;
	position: absolute;
	right: 0;
	top: 10px;
	width: 28px;
	color: #6f6f71;
	text-align: center;
	line-height: 28px;
	z-index: 999;
}

#navigation .nav li a.sf-with-ul:after {
	font-family:'FontAwesome';
	content: '\f107';
	display: inline-block;
	text-decoration: inherit;
	margin-left: 7px;
}

#navigation .nav li ul li a.sf-with-ul:after{
	margin-right: 5px;
	content: '\f105';
	float: right;
}

#navigation .nav li {
	width: auto;
	position: relative;
	margin-right: 10px;
	display:inline-block;
}

#navigation .nav li a.sf-with-ul:hover{

}

#navigation .nav li:last-child{
	margin-right: 0;
}

.nav li ul {
	display: none;
	position: absolute;
	width: 220px;
	z-index: 999;
	margin: 0;
	font-size: 13px;
	background-color:#fff;
}

#navigation .nav li ul li a{
	text-decoration: none;
	color:#6f6f71;
}
.nav li ul li {
	border: none;
	display:block;
	background-image: none;
	text-align:left;
}

#navigation .nav li ul li a {
	padding: 8px 10px;
	width: 220px;
	margin: 0;
	color: #6f6f71;
	text-decoration: none;
}

#navigation .nav li ul li.current-menu-item a,
#navigation .nav li ul li:hover a,
.nav li ul ul li:hover a,
.nav li ul ul ul li:hover a {
	color:#ff671f;
}

#navigation .nav li ul li:first-child a{
}

#navigation .nav li ul li:last-child a {

}

.nav li ul li a.sf-with-ul {
	padding: 5px 10px;
}

#navigation .nav li ul li a:hover,
.nav li ul li.current_page_item a,
.nav li ul li.current-menu-item a {
	color: #34627c;
}

#navigation .nav li ul ul {
	margin: -34px 0 0 220px;
	padding: 0;
}

#navigation .nav li ul ul li a {
	color: #434547;
}

#navigation .nav-inner #main-nav li ul li a  {
	color: #434547;
}

#navigation .nav-inner #main-nav li ul li a:hover {
	color:#34627c;
}


.nav li:hover,.nav li.hover {
	position: static;
}

.nav li:hover ul ul, .nav li.sfhover ul ul,
.nav li:hover ul ul ul, .nav li.sfhover ul ul ul,
.nav li:hover ul ul ul ul, .nav li.sfhover ul ul ul ul {
	left: -999em;
}

.nav li:hover ul, .nav li.sfhover ul,
.nav li li:hover ul, .nav li li.sfhover ul,
.nav li li li:hover ul, .nav li li li.sfhover ul,
.nav li li li li:hover ul, .nav li li li li.sfhover ul {

	left: auto;
}

.nav .sf-sub-indicator {
	position: absolute;
	display: block;
	right: 0.4em;
	top: 0.9em;
	width: 10px;
	height: 10px;
	text-indent: -999em;
	overflow: hidden;
}


#floor-boxes {
	display:block;
	position: relative;
	width:100%;
	max-width:1200px;
	margin:0 auto;
}

#floor-boxes ul {
	display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  align-content: flex-start;
}

#floor-boxes ul li {
  flex: 0 0 auto;
  margin: 5px;
	text-align: center;
	width:48%;
	list-style: none;
}

#floor-boxes ul li a {
	display:block;
	width:100%;
	padding:20px;
	font-size: 18px;
	font-weight: 700;
	cursor: pointer;
	border: none;
	-webkit-border-radius: 500px;
	-moz-border-radius:	500x;
	border-radius:		 500px;
	background: #6f6f71;
	color: #fff;
	-moz-transition:	all 0.2s linear;
	-o-transition:		all 0.2s linear;
	-ms-transition:		all 0.2s linear;
	transition:			all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

#floor-boxes ul li a:hover{
	background: #34627c;
}

.hrf-title.close-faq span:before{
	 font-family: "FontAwesome";
 	font-size: 20px;
 	content: '\f067';
	position: absolute;
top: 3px;
left: 7px;

}


.hrf-title.open-faq span:before{
	 font-family: "FontAwesome";
 	font-size: 20px;
 	content: '\f068';
	position: absolute;
top: 3px;
left: 7px;

}

/*-----------------------------------------------------------------------------------*/
/*	4.	Main Content Styles
/*-----------------------------------------------------------------------------------*/
.has-slider #content-top {
	margin-top:0;
}
body.home h1,
body.page-template-template-kbis h1 {
	color:#34627c;
	font-size: 48px;
	font-weight: bold;
	text-align: center;
	background-color: #fff;
	padding:30px;
	display:block;
	width:100%;
	box-shadow: 1px 7px 29px -10px rgba(0,0,0,0.75);
-webkit-box-shadow: 1px 7px 29px -10px rgba(0,0,0,0.75);
-moz-box-shadow: 1px 7px 29px -10px rgba(0,0,0,0.75);
	margin:-10px 0 40px 0;
	line-height: 1em;
}

body.home h2,
body.single-service h1,
body.page-template-template-full-width h1,
body.tax-service-category h1,
body.page-template-template-two-column h1,
body.page-template-template-service-head h1,
body.page-template-template-feedback h1,
body.page-template-template-landing-2023 h1,
body.page-template-template-catalog-home h1,
body.page-template-template-catalog-home.home-intro.wrapper h2,
body.page-template-template-landing-2023 #home-split-wrapper h2,
body.page-template-template-kbis #home-split-wrapper h2 {
	font-family: 'Encode Sans Condensed', sans-serif;
	font-size: 50px;
	text-align: center;
	margin-bottom: 40px;
	line-height: 1.1em;
	color: #434547;
}

body.page-template-template-catalog-home h2 {
	font-family: 'Encode Sans Condensed', sans-serif !important;
}

body.page-template-template-landing-2023 h1 span {
	font-family: 'Alex Brush', cursive;
	color:#34627c;
	font-size: 2em;
	line-height: 1em;
}

body.home #home-split-wrapper #home-split-box .splitter .split-content h3,
body.page-template-template-kbis #home-split-box .splitter .split-content h3,
body.page-template-template-landing-2023 #home-split-wrapper #home-split-box .splitter .split-content h3,
body.single-service #home-split-wrapper #home-split-box .splitter .split-content h3,
body.single-service h2,
body.single-service h2,
body.page-template-template-full-width h2,
body.tax-service-category h2 {
	font-family: 'Encode Sans Condensed', sans-serif;
	font-size: 28px;
	color:#434547;
	line-height: 32px;
	margin-bottom: 20px;
}

body.single-service #home-split-wrapper #home-split-box .splitter .split-content h4 {
	font-family: 'Encode Sans Condensed', sans-serif;
	font-size: 22px;
	color:#34627c;
	line-height: 30px;
	margin-bottom: 20px;
}

body.page-template-template-full-width h1 {
	margin-top:10px;
	line-height: 1em;
}

#home-tri-box {
	display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  align-content: center;
	max-width:1280px;
	margin:0 auto 60px;
}


#home-tri-box div {
	position: relative;
  flex: 0 0 auto;
  margin: 10px;
	max-width:30%;
}

#home-tri-box div img {
	width:100%;
	height:auto;
}

#home-tri-box div img:hover {
	border:2px dotted #434547;
}
#home-tri-box div p {
	text-align:center;
	font-size: 22px;
	text-transform: uppercase;
	color:#34627c;
	line-height: 28px;
}

#home-tri-box div p.tri-link {
	position: absolute;
	right:0;
	bottom:0;
	text-align:center;
	font-size: 18px;
	font-weight: bold;
	text-transform: none;
	background-color:#434547;
	color:#fff;
	padding:20px;
	-webkit-border-top-left-radius: 20px;
	-moz-border-radius-topleft: 20px;
	border-top-left-radius: 20px;
	margin-bottom: 0;
}

#home-tri-box div p.tri-link:hover {
	background-color:#325C77;
  color:#fff;
}

#f-logos-wrapper {
	box-shadow: 1px 7px 29px -10px rgba(0,0,0,0.75);
	-webkit-box-shadow: 1px 7px 29px -10px rgba(0,0,0,0.75);
	-moz-box-shadow: 1px 7px 29px -10px rgba(0,0,0,0.75);
	margin-bottom: 80px;
}

#featured-logos {
	display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  align-content: center;
	list-style: none;
	margin:0;
	background: rgb(252,103,26);
	background: linear-gradient(90deg, rgba(52,98,124,1) 18%, rgba(255,255,255,1) 18%);
}

@media screen and (min-width: 1950px) {
	#featured-logos {
	background: linear-gradient(90deg, rgba(52,98,124,1) 26%, rgba(255,255,255,1) 26%);
	}
}

#featured-logos li {
  flex: 0 0 auto;
  margin: 20px;
	list-style: none;
}

#featured-logos li p {
	margin: 0;
	font-weight: bold;
	background-color:#34627c;
}

#featured-logos li:first-of-type {
	background:#fff url(https://www.nhance.com/wp-content/themes/nhance2022/images/logo-bar-bg.png) no-repeat right top;
	color:#fff;
	font-size:20px;
	margin:0 40px 0 0;
	padding:60px;
}

#featured-logos li img {
	max-width:200px;
	height:auto;
}

#home-split-wrapper {
	display: block;
	position: relative;
	margin:0 auto 60px;
	max-width: 1280px;
}

#home-split-wrapper #home-split-box {
    position: relative;
    padding: 20px;
    background: #fff;
}
#home-split-wrapper #home-split-box:before {
    display: block;
    content: "";
    width: 40px;
    height: 40px;
    position: absolute;
    top: 5px;
    left: 5px;
    border-top: 3px solid #fc671a;
    border-left: 3px solid #fc671a;
}
#home-split-wrapper #home-split-box:after {
    display: block;
    content: "";
    width: 40px;
    height: 40px;
    position: absolute;
    bottom: 5px;
    right: 5px;
    border-bottom: 3px solid #fc671a;
    border-right: 3px solid #fc671a;
}

#split-after,
#split-before,
#split-after-2,
#split-before-2,
#split-after-3,
#split-before-3,
#split-after-4,
#split-before-4  {
	position: relative;
}

#split-after img,
#split-before img,
#split-after-2 img,
#split-before-2 img,
#split-after-3 img,
#split-before-3 img,
#split-after-4 img,
#split-before-4 img {
	width:100%;
	height:auto;
}



#home-split-wrapper #home-split-box .split-box-inner-odd{
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	align-content: center;
}

#home-split-wrapper #home-split-box .split-box-inner-even {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row-reverse;
	justify-content: center;
	align-items: center;
	align-content: center;
}


#home-split-wrapper #home-split-box .splitter div.split-image,
#home-split-wrapper #home-split-box .splitter div.split-content {
	flex: 0 0 auto;
	margin: 0;
	padding:0;
	width:49%;
}

#home-split-wrapper #home-split-box .splitter img {
	width:100%;
	height:auto;
}

#home-split-wrapper #home-split-box .splitter .split-content {
	padding:40px !important;
}



#home-split-wrapper #home-split-box .splitter .split-content a,
#home-split-wrapper.split-form-2022 a  {
	font-size: 20px;
	font-weight:bold;
	color:#34627c;
  text-decoration: underline;
}

#home-split-wrapper #home-split-box .splitter .split-content a:hover,
#home-split-wrapper #home-split-box .splitter .split-content a:focus,
#home-split-wrapper.split-form-2022 a:hover,
#home-split-wrapper.split-form-2022 a:focus {
	color:#6f6f71;
}



#home-split-wrapper.hs-no-border {
	display: block;
	position: relative;
	margin:0 auto 60px;
	max-width: 1280px;
}

#home-split-wrapper.hs-no-border #home-split-box {
    position: relative;
    padding: 0;
    background: #fff;
}
#home-split-wrapper.hs-no-border #home-split-box:before,
#home-split-wrapper.hs-no-border #home-split-box:after {
    display: none;
}


#home-split-wrapper.hs-no-border #home-split-box .splitter div.split-content {
	width:50%;
	padding: 40px 20px !important;
}

#home-split-wrapper.hs-no-border #home-split-box .splitter div.split-image {
	width:50%;
}

#home-split-wrapper.hs-no-border h3 {
	color:#325C77;
	font-weight:700;
}

#home-split-wrapper.hs-no-border .split-extender {
	margin-top:40px;

}

#home-split-wrapper.hs-no-border #home-split-box .splitter div.split-content a,
#home-split-wrapper.hs-no-border .split-extender a {
	border-bottom:none;
	font-size:16px;
	font-weight:400;
	
}

#ls-boxes {
	position: relative;
	max-width:1280px;
	margin:60px auto;
	border-top:2px solid #fc671a;
	border-bottom:2px solid #fc671a;
	padding:20px;
	display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  align-content: center;
}

#ls-boxes div {
  flex: 0 0 auto;
  margin: 0;
}

#ls-boxes div.ls-logo {
	width: 35%;
	padding: 60px 60px 60px 20px;
	border-right: 1px solid #434547;
}

#ls-boxes div img {
	width:100%;
	height:auto;
}

#ls-boxes div.ls-text {
	width: 65%;
	padding: 20px 20px 20px 60px;
}

#ls-boxes div.ls-text h3 {
	font-family: 'Encode Sans Condensed', sans-serif;
	font-size: 28px;
	color:#434547;
	line-height: 28px;
	margin-bottom: 20px;
}

#ls-boxes div.ls-text a {
	font-size: 20px;
	font-weight:bold;
	color:#34627c;
  text-decoration: underline;
}

#ls-boxes div.ls-text a:hover,
#ls-boxes div.ls-textt a:focus {
	color:#6f6f71;
}

a.h-changer,
a.split-changer {
	position: absolute;
right: 0;
bottom: 5px;
text-align: center;
font-size: 18px;
font-weight: bold;
text-transform: none;
background-color: #434547;
color: #fff;
padding: 20px;
-webkit-border-top-left-radius: 20px;
-moz-border-radius-topleft: 20px;
border-top-left-radius: 20px;
margin-bottom: 0;
}

a.split-changer {
	bottom: 6px;
}

body.home a.h-changer {
bottom: 10px;
}

a.h-changer:hover,
a.h-changer:active,
a.h-changer:focus,
a.split-changer:hover,
a.split-changer:active,
a.split-changer:focus {
	background-color:#325C77;
  color:#fff;
}

body.page-template-template-catalog-home .wp-container-4 .has-parallax {
	min-height: 0;
}

body.page-template-template-catalog-home .km-section {
	padding:0;
}

.youtubeContainer {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 60%;
}
.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
address {
	font-style: italic;
}

abbr[title],
acronym[title],
dfn[title] {
	cursor: help;
	border-bottom: 1px dotted #666;
}

blockquote {
	min-height: 40px;
	font-style: italic;
	margin-left: 15px;
	padding: 0 40px;
	color: #999;
}

strong {
	font-weight: bold;
}

em,
dfn,
cite {
	font-style: italic;
}

dfn {
	font-weight: bold;
}

sup {
	font-size: 11px;
	vertical-align: top;
}

sub {
	font-size: 11px;
	vertical-align: bottom;
}

small {
	font-size: 11px;
}

del {
	text-decoration: line-through;
}

ins {
	text-decoration: underline;
}

code,
pre {
	line-height: 18px;
}

var,
kbd,
samp,
code,
pre {
	font: 12px/18px Courier, "Courier New", monospace;
}

kbd {
	font-weight: bold;
}

samp,
var {
	font-style: italic;
}

pre {
	white-space: pre;
	overflow: auto;
	padding: 0;
	border: 1px solid #e8e8e8;
	clear: both;
	line-height: 19px;
}

code {
	padding: 3px;
	background: #f5f5f5;
}

ul,
ol,
dl {
	margin-left: 30px;
}

table {
	border: 1px solid #ccc;
	border-width: 1px;
	line-height: 18px;
	margin: 0 0 22px 0;
	text-align: left;
	padding: 0 5px;
}

table .even {
	background: #F4F4F4;
}

caption {
	text-align: left;
}

tr {
	border-bottom: 1px solid #ccc;
}

th,
td {
	padding: 5px;
	vertical-align: middle;
	text-align: center;
}

input,
textarea,
button {
	background: #f5f5f5;
}

input, textarea, select {
}

input,
textarea,
select {
	padding: 10px 5px;
	border: 1px solid #e7e7e7;
	-webkit-border-radius: 2px;
	-moz-border-radius:	2px;
	border-radius:		 2px;
	vertical-align: text-bottom;
}

button {
	padding: 2px 10px;
	cursor: pointer;
}

select {
	-webkit-border-radius: 	3px;
	-moz-border-radius:		3px;
	border-radius:			3px;
	color: #434547;
	height: 35px;
	padding: 8px;
	width: auto;
}

@media only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5),
only screen and (min-resolution: 144dpi) {
	select {
	}
}

select:hover {
	border: 1px solid #B3B3B3;
}

select option {
	cursor: pointer;
	padding: 5px 7px;
}

input:focus,
textarea:focus,
button:hover {
}

input:focus,
textarea:focus {
	color: #444;
}

input,
textarea {
	background: #fff;
	box-shadow:		 0 1px 2px #eee inset;
	-webkit-box-shadow: 0 1px 2px #eee inset;
	-moz-box-shadow:	0 1px 2px #eee inset;
	font-size: 10px;
}

input[type="submit"]{
	-webkit-box-shadow: 0 -4px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow:	0 -4px rgba(0, 0, 0, 0.1) inset;
	box-shadow:		 0 -4px rgba(0, 0, 0, 0.1) inset;
	padding: 10px 15px;
}

.find-callout {
	display: block;
	position: relative;
	padding: 20px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin: 0 10px 20px;
	background-color: #eaeaea;
	text-align: center;
}

ul.checked-list li {
	list-style: none;
	position: relative;
	margin-bottom: 10px;
}

ul.checked-list li:before {
	font-family: "FontAwesome";
font-size: 1.5em;
content: '\f00c';
color: #ef7038;
position: absolute;
left:-25px;
}

ul#palette-grid {
	position:relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: auto;
  align-content: start;
	margin:20px auto;
	max-width:1000px;
}

ul#palette-grid.wide {
	max-width:100%;
}
ul#palette-grid li {
  flex: 0 0 auto;
  margin: 10px;
	width:22%;
	text-align:center;
	list-style:none;
}

ul#palette-grid.wide li {
	width:12%;
}

ul#palette-grid li img {
	width:100%;
	height:auto;
}

ul#palette-grid li span {
	font-size:18px;
	font-weight:bold;
	padding:10px 0;
}

/*-------------------------------------------------------------------------------------------*/
/* 5. COMMENTS */
/*-------------------------------------------------------------------------------------------*/

#comments, #respond-container {
	position: relative;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid transparent;
}

#comments {
	margin:10px 0 20px;
}

#comments a {
	border-bottom: 1px solid #e7e7e7;
	padding-bottom: 1px;
}

#comments a:hover {
	border-bottom-color: #ccc;
}

#comments h3, h3.respond, h3#reply-title {
	margin: 20px 0;
	font-size: 21px;
	color: #3b3b3b;
}

#comments ol {
	margin: 0px;
}

#comments .comment.thread-even {
}

#comments .comment.bypostauthor .comment-container {
}

#comments .comment.bypostauthor .comment-entry {
	background: none;
}

#comments .comment.bypostauthor .avatar {
}

#comments .comment.bypostauthor .avatar img {
	border-color: #e7e7e7;
}

#comments .comment{
	width: 100%;
	list-style-type: none;
}

#comments .comment .comment-container {
	position: relative;
	padding: 15px 0;
	border-bottom: 1px solid #eee;
}

#comments .comment:last-child .comment-container {
	border-bottom: none;
}

#comments .comment-head {
	margin: 0 0 15px 0;
}

#comments .avatar {
	border: 1px solid #E7E7E7;
	float: left;
	margin: 0 10px 10px 0;
	padding: 3px;
}

#comments .avatar img{
	margin: 0;
	vertical-align: middle;
	display: block;
	padding: 0;
}

#comments .comment-head .name {
	margin: 0;
	font-size: 15px;
	color: #555;
}

#comments .comment-head .date,
#comments .comment-head .edit,
#comments .comment-head .perma {
	font: 12px/20px 'Raleway', arial, sans-serif;
}

#comments .comment-head .date a{
	color: #777;
}

#comments .comment-entry {
	margin-left: 85px;
	padding: 0;
}

#comments .comment-entry p {
	margin: 0 0 10px 0;
	font-size: 105%;
	font-family: 'Raleway', arial, sans-serif;
}

#comments .reply {
	font: 12px/20px 'Raleway', arial, sans-serif;
	float: right;
	margin-left: 10px;
	border: 1px solid #e7e7e7;
	-webkit-border-radius: 3px;
	-moz-border-radius:	3px;
	border-radius:		 3px;
}

#wrapper #comments .reply a {
	padding: 6px 9px;
	border: none;
	color: #828282;
}

#comments h5.nocomments {
	padding: 20px;
	font-family: 'Raleway', arial, sans-serif;
	font-size: 12px;
	color: #444444;
	font-weight: normal;
}

#comments ul.children{
	padding: 0px 0 0 45px;
	margin: 0;
}

#comments ul.children li {
}

#comments .cancel-comment-reply{
	margin: 10px 0;
}

#comments .navigation {
}

#comments .navigation a{
	display: block;
	margin: 15px 0 0 0;
	text-decoration: none;
}

#comments .navigation a:hover{
}

#comments h3#pings {
	margin-top: 25px;
}

#comments .pingbacks li.pingback {
	margin: 10px 0;
}

#comments .pingbacks li.pingback .reply {
	display: none;
}

#comments .nocomments {
	font-size: 14px;
	margin-top: 35px;
}

#respond {
}

#comments li #respond {
	margin-left: 85px;
}

#respond h3 {
	color: #333;
	font-weight: normal;
	margin-bottom: 20px;
}

#respond .left {
	float: left;
	width: 200px;
	margin-right: 15px;
}

#respond .right {
	float: left;
	width: 380px;
}

#respond label {
	color: #777;
}

#commentform p,
#respond p {
	margin: 0;
}

#commentform label,
#respond label {
	position: relative;
	display: inline;
	vertical-align: top;
	display: inline-block;
	margin-top: 5px;
}

#commentform span.required,
#respond span.required {
	font-size: 25px;
	font-weight: bold;
	line-height: 100%;
	vertical-align: top;
}

#commentform input.txt,
#respond input[type=text] {
	color: #666;
	width: 240px;
	margin: 0 5px 10px 0;
	padding: 5px 7px;
	height: 20px;
}

#commentform textarea,
#respond textarea {
	color: #666;
	width: 94% !important;
	padding: 5px 7px;
}

input[type=submit],
button,
#commentform .button,
#respond input[type="submit"],
.nice-contact-form input[type="submit"] {
	width: auto;
	padding: 12;
	line-height: 25px;
	font-size: 14px;
	font-weight: 700;
	cursor: pointer;
	border: none;
	-webkit-border-radius: 20px;
	-moz-border-radius:	20px;
	border-radius:		20px;
	background: #a2d678;
	color: #fff;
	-moz-transition:	all 0.2s linear;
	-o-transition:		all 0.2s linear;
	-ms-transition:		all 0.2s linear;
	transition:			all 0.2s linear;
	-webkit-transition: all 0.2s linear;
}

.nice-contact-form input[type="submit"]:hover,
#commentform .button:hover,
#respond input[type="submit"]:hover {
	color: #fff;
	background:#34627c;
}

input[type=submit], button,
#commentform .button:active,
#respond input[type="submit"]:active,
.nice-contact-form input[type="submit"]:active {
	color: #fff;
	background:#434547;
}

.gform_wrapper input[type="submit"]:active {
	background-color:#34627c !important;
}

body.page-template-template-google-map-locator

body.page-template-template-google-map-locator input[type=submit],
body.page-template-template-google-map-locator button,
body.page-template-template-google-map-locator #commentform .button:active,
body.page-template-template-google-map-locator #respond input[type="submit"]:active,
body.page-template-template-google-map-locator .nice-contact-form input[type="submit"]:active ,
#map button{
	color: #fff;
	background:#FFF !important;
}

body.page-template-template-google-map-locator button#responsive-menu-button {
	background:#FF671F !important;
}

/*-------------------------------------------------------------------------------------------*/
/* 6.  Grid Styles */
/*-------------------------------------------------------------------------------------------*/

ul.four-col-grid {
	padding: 25px 0;
	list-style: none;
	margin: 0px auto;
}

ul.four-col-grid li {
	display: inline-block;
	float: left;
	margin-bottom: 30px;
	margin-right: 26.3px;
	overflow: hidden;
	width: 220px;
}

ul.four-col-grid li:nth-child(4n+4) {
	margin-right: 0;
}

ul.four-col-grid li.last{
	margin-right:0 !important;
}

ul.four-col-grid img{
	overflow: hidden;
	background: #fff;
	-webkit-transition:	opacity .3s ease-in-out;
	-moz-transition:	opacity .3s ease-in-out;
	-o-transition:		opacity .3s ease-in-out;
	-ms-transition:		opacity .3s ease-in-out;
	transition:			opacity .3s ease-in-out;
	width: 100%;
}

ul.four-col-grid p {
	font-size:12px;
}

ul.four-col-grid .thumb{
	display: inline-block;
}

ul.four-col-grid .thumb a {
	background: #3e7ec2;
	position: relative;
	display: inline-block;
	border: none;
	padding: 0;
}

ul.four-col-grid a > img:hover {
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.1);
	-moz-box-shadow:	0 1px 2px rgba(0,0,0,.1);
	box-shadow:		 	0 1px 2px rgba(0,0,0,.1);
}
ul.four-col-grid .post-thumb{
	margin-bottom: 5px;
}

ul.four-col-grid .entry-title{
}

ul.four-col-grid .entry-title a{
}

ul.three-col-grid {
	padding: 25px 0;
	list-style: none;
	margin: 0 auto;
}

ul.three-col-grid li {
	display: inline-block;
	float: left;
	margin-bottom: 30px;
	margin-right: 33.3px;
	overflow: hidden;
	width: 31.02%;
}

ul.three-col-grid li:nth-child(3n+3) {
	margin-right: 0;
}

ul.three-col-grid li.last{
	margin-right:0 !important;
}

ul.three-col-grid img{
	overflow: hidden;
	width: 100%
}

ul.three-col-grid li.first{
	clear: left;
}

ul.one-col-grid {
	clear: both;
	float: left;
	list-style: none outside none;
	margin: 20px 0 0;
	padding: 25px 0;
	width: 100%;
}

ul.one-col-grid li {
	width: 100%;
	display:inline-block;
	overflow: hidden;
}

ul.one-col-grid img{
	width: 100%;
}

ul.two-col-grid {
	clear: both;
	float: left;
	list-style: none;
	margin: 0;
	padding: 25px 0;
	width: 100%;
}

ul.two-col-grid li {
	display: inline-block;
	float: left;
	margin: 0 50px 50px 0;
	overflow: hidden;
	width: 46%;
}

ul.two-col-grid li:nth-child(2n+2) {
	margin-right: 0;
}

.grid{
	overflow: hidden;
	margin-left: 0; /* same as your gutter */
}

.grid:after {
	content: "";
	display: table;
	clear: both;
}

.grid-pad {
	padding: 20px 0 20px 20px;
}

.grid-pad > [class*='col-']:last-of-type {
  padding-right: 20px;
}

.row:after {
	content: "";
	display: table;
	clear: both;
}

.row{
	padding-bottom: 3%;
}

[class*='columns-'] {
	float: left;
	padding-left: 3%;
}

[class*='columns-']:last-of-type {
	padding-right: 0;
}

[class*='columns-'] {
}

[class*='columns-'] img{
	max-width: 100%;
	height: auto;
}

.col-2-3 {
	width: 66.66%;
}

.columns-1 {
	width: 100%;
}

.columns-2 {
	width: 50%;
}

.columns-3 {
	width: 33.33%;
}

.columns-4 {
	width: 25%;
}

.columns-5 {
	width: 20%;
}

.columns-6 {
	width: 16.66%;
}

.columns-7 {
	width: 14.28%;
}

.columns-8 {
	width: 12.5%;
}

.columns-9 {
	width: 11.11%;
}

.columns-10 {
	width: 10%;
}

.columns-11 {
	width: 9.09%;
}

.columns-12 {
	width: 8.33%;
}

ul#color-choice-grid {
	width:100%;
	margin:20px 0;
}

ul#color-choice-grid li {
	list-style: none;
	display:table;
}

ul#color-choice-grid li div {
	display:table-cell;
	width:50%;
	padding: 20px;
}

ul#color-choice-grid li div h3 {
	font-weight: bold;
}

ul#color-choice-grid li:nth-child(1) div.grid-image {
	background:transparent url(https://www.nhance.com/wp-content/themes/nhance2022/images/nhance-door-styles.webp) no-repeat scroll center center / contain;
}

ul#color-choice-grid li:nth-child(2) div.grid-image {
	background:transparent url(https://www.nhance.com/wp-content/themes/nhance2022/images/nhance-wood-types.webp) no-repeat scroll center center / contain;
}

ul#color-choice-grid li:nth-child(3) div.grid-image {
	background:transparent url(https://www.nhance.com/wp-content/themes/nhance2022/images/nhacne-color-choices.webp) no-repeat scroll center center / contain;
}

ul#color-choice-grid li:nth-child(4) div.grid-image {
	background:transparent url(https://www.nhance.com/wp-content/themes/nhance2022/images/nhance-sheens.webp) no-repeat scroll center center / contain;
}

.columned {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: start;
  align-items: auto;
  align-content: start
}
.columned.four-c div {
  flex: 0 0 auto;
  margin: 10px;
	width:23%;
}

.columned.four-c div img {
	display: block;
	width: 100%;
	height:auto;
}

.columned.four-c div h3 {
	text-align: center;
	color:#34627c;
	font-weight: bold;
}

@media screen and (max-width: 1080px) {
	.columned.four-c div {
		width:30%;
	}
}

@media screen and (max-width: 780px) {
	.columned.four-c div {
		width:45%;
	}
}

@media screen and (max-width: 480px) {
	.columned.four-c div img {
		width: 95%;
	}
	.columned.four-c div {
		width:100%;
	}
}

.maphead {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: auto;
  align-content: center
}
.mapsplit {
  flex: 0 0 auto;
  padding: 20px;
	width:49%;
}

.mapover{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:600px;
	z-index: 9999;
	padding:40px;
}

.pac-logo {

}

.map-close:hover {
	cursor: pointer;
}

body.page-template-template-google-map-locator #wrapper {
	margin-top:0 !important;
}

.block-wrapper {
	display:block;
	position:relative;
	max-width:1200px;
	margin:0 auto;
}

.block-image img {
	height:auto !important;
}

.estimate-column {
	display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  align-content: start;
}

.estimate-column div {
	flex: 0 0 auto;
	width:95%;
}

.estimate-column .fluid-width-video-wrapper {
	padding-top:60% !important;
}

.estimate-column div h3 {
	color:#545454;
	font-size:3em;
	line-height: 1.2em;
	margin-bottom: 40px;
	font-weight: bold;
}

.estimate-column div h4 {
	color:#ff914d;
	font-size:4em;
	line-height: 1.2em;
	font-weight: bold;
}

.estimate-column div h4 span {
	display:block;
}


/*-------------------------------------------------------------------------------------------*/
/* 7.  Post */
/*-------------------------------------------------------------------------------------------*/
.post{
	display: block;
	margin: 0 0 30px;
	padding-bottom: 33px;
	border-bottom: 1px solid #efefef;
}

.sticky, .hentry{
}

.post-meta{
	margin: 5px 0 20px;
}

.post-content{
	font-family: 'Raleway', arial, sans-serif;
}

.post .post-content{
	display: block;
}

.has-video{
	margin-top: 20px;
}

.single .post header h1{
	font-size: 30px;
	line-height: 38px;
	margin-bottom: 10px;
}

body.page-template-template-blog-php .featured-image,
body.category .featured-image,
body.home .featured-image,
body.blog .featured-image{
	float: left;
	margin-right: 3%;
}

.single .featured-image,
.category .featured-image,
.post .featured-image{
	margin: 0 0 20px;
}

.single .featured-image a,
.category .featured-image a,
.post .featured-image a{
	display: inline-block;
	position: relative;
	border: none;
	padding: 0;
}

.single .featured-image img, .post .featured-image img {
	max-width: 620px;
	margin: 0;
	padding: 0;
	display: block !important;
}

body.page-template-template-blog-php .featured-image img,
body.category .featured-image img,
body.home .featured-image img,
body.blog .featured-image img{
	width: 100% !important;
}

a[href$=".jpg"], a[href$=".webp"], a[href$=".jpeg"], a[href$=".png"]:hover {
	border-bottom: none !important;
}

.entry-title{
	margin: 0 0 20px;
}

.entry ul {
	margin-bottom: 1.5em;
	padding: 0;
}

.entry ul ul {
	margin: 0 15px;
}

.entry ul li {
	list-style-type: disc;
}

.entry ul ul li {
	list-style-type: circle;
}

.entry ol {
	margin-bottom: 1.5em;
	padding: 0;
}

.entry ol ol {
	margin: 0 15px;
}

.entry ol li {
	list-style-type: decimal;
}

.entry ol li ol li {
	list-style-type: lower-latin;
}

.entry h1,
.entry h2,
.entry h3,
.entry h4,
.entry h5,
.entry h6 {
	line-height: 1.5em;
	margin: 0 0 0.5em;
	font-family: 'Raleway', arial, sans-serif;
}

.entry blockquote {
	border-left: 3px solid #3e7ec2;
	color: #999;
	font-size: 14px;
	margin: 0 20px;
	padding: 0 20px;
}

.color-palette-brochure .entry blockquote {
	border-left: none !important;
}

.post-content a{
	padding-bottom: 1px;
	border-bottom: 1px solid #6f6f71;
}

.post-content a img{
	padding: 0;
	border: none;
}

.post-content a:hover{
	border-bottom-color: #ccc;
}

body.single-post .post-content a {
	color:#34627c;
}

body.single-post .post-content a:hover,
body.single-post .post-content a:active,
body.single-post .post-content a:focus {
	color:#000;
}

.wp-caption.alignleft {
	margin: 0 20px 20px 0;
}

.wp-caption.alignright {
	margin: 0 0 20px 20px;
}

.wp-caption-text {
	padding-bottom: 5px;
}

.wp-caption {
	text-align: center;
	font-style: italic;
	color: #999;
	font-size: 11px;
	max-width: 500px;
	background: #f2f2f2;
}

.wp-caption img.size-large {
	margin: 10px 0 0 -180px;
}

.wp-caption img,
.wp-caption img a {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	text-align: center;
	font-weight: normal;
	margin: 0;
	padding: 0 5px 5px;
}

.wp-caption img{
	padding: 5px 5px 0;
	margin-bottom: 0;
}

.entry-content img {
	max-width: 680px;
}

img.alignleft {
	float: left;
	margin: 10px 25px 20px 0;
}

img.alignright {
	display: block;
	margin: 10px 0 25px 20px;
}

img.aligncenter {
	margin-left: auto;
	margin-right: auto;
	display: block;
	clear: both;
	margin-top: 5px;
}

.wp-caption img.size-large {
	margin: 10px 0 0 -180px;
}

.wp-smiley {
	max-height: 13px;
	margin: 0 !important;
}

.gallery {
	margin: auto;
}

.gallery-image {
	border: 2px solid #efefef;
	margin-left: 0;
}

.gallery-caption {
	margin-left: 0;
}

.gallery-item {
	float: left;
	text-align: center;
	margin-left: 0;
}

.gallery-item img{
	max-width: 100%;
	max-height: 100%;
}

.gallery-columns-2 dl{
	width: 50%;
}

.gallery-columns-3 dl{
	width: 33%;
}

.gallery-columns-4 dl{
	width: 25%;
}

.gallery-columns-5 dl{
	width: 20%;
}

.gallery-columns-6 dl{
	width: 16%;
}

.gallery-columns-7 dl{
	width: 14%;
}

.gallery-columns-8 dl{
	width: 12%;
}

.gallery-columns-9 dl{
	width: 11%;
}

.post-meta {
	color: #6f6f71;
}

body.single .post-meta {
	color: #434547;
	border-bottom: 1px solid #434547;
	font-size: 13px;
	padding: 3px 0 8px;
	margin: 0 0 20px;
}

.post-meta a{
	color: #999;
	border-bottom: 1px solid #ef7038 !important;
}

.post-meta a:hover{
	color: #757575;
	border: none;
}

/* 3.4 Post Author */
#post-author {
	border-bottom: 1px solid #efefef;
	padding: 0 15px 25px 0;
	clear: both;
	font-family: 'Raleway', arial, sans-serif;
}

#post-author h4 {
	margin-bottom: 5px;
	font-family: 'Raleway', arial, sans-serif;
}

#post-author .profile-image {
	border: 1px solid #E7E7E7;
	float: left;
	margin: 0 15px 5px 0;
	padding: 3px;
}

#post-author .profile-image img{
	display: block;
	margin: 0;
	padding: 0;
}

#post-author .profile-content {
	margin-left: 100px;
}

#post-author .profile-link {
	margin-top: 15px;
	font-family: 'Raleway', arial, sans-serif;
}

/*-----------------------------------------------------------------------------------*/
/*	8.  Slider
/*-----------------------------------------------------------------------------------*/
.slider{}

.flexslider {
	margin: 0;
	padding: 0;
}

.flexslider a{
	border: none;
}

.flexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden; /* Hide the slides before the JS is loaded. Avoids image jumping */
	position: relative;
}

.flexslider .slides img {
	display: block;
	width: 100%;
}

.flex-pauseplay span {
	text-transform: capitalize;
}

/* Clearfix for the .slides element */
.slides:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

html[xmlns] .slides {
	display: block;
}

* html .slides {
	height: 1%;
}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
	display: block;
}

/* FlexSlider Default Theme
*********************************/



body.page-template-template-absolute-full-width-php #wrapper {
	margin:0 !important;
}


.flexslider {
	margin: 0 auto;
	position: relative;
	zoom: 1;
}

.flex-viewport {
	max-height: 2000px;
 -webkit-transition:none;
 -moz-transition:none;
 transition:none;
}

.loading .flex-viewport {
	max-height: 300px;
}

.flexslider .slides {
	zoom: 1;
	margin: 0;
}

.carousel li {
	margin-right: 5px;
}

/* Direction Nav */
.flex-direction-nav{
	height: 0;
	margin: 0;
	width: 0;
}

.flex-direction-nav a {
	width: 45px;
	height: 60px;
	margin: -20px 0 0;
	display: block;
	position: absolute;
	top: 50%;
	cursor: pointer;
	text-indent: -9999px;
	-webkit-transition: all .3s ease;
	background-color: rgba(0, 0, 0, 0.1);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.flex-direction-nav a:hover{
	background-color: rgba(0, 0, 0, 0.7);
	width: 45px;
	height: 60px;
}

.flex-direction-nav .flex-next {
	background-position: -38px 12px;
	right: -50px;
	-webkit-box-shadow: inset 3px 0px 4px 2px rgba(0, 0, 0, 0.07);
	box-shadow: inset 3px 0px 4px 2px rgba(0, 0, 0, 0.07);
}

.flex-direction-nav .flex-prev {
	left: -50px;
	-webkit-box-shadow: inset -3px 0px 4px 2px rgba(0, 0, 0, 0.07);
	box-shadow: inset -3px 0px 4px 2px rgba(0, 0, 0, 0.07);
}

.flexslider:hover .flex-next { opacity: 1; right: -5px; }
.flexslider:hover .flex-prev { opacity: 1; left: -5px; }

.flexslider .flex-next:hover { right: -2px; }
.flexslider .flex-prev:hover { left: -2px; }

.flex-direction-nav .disabled {
	opacity: .3 !important;
	filter:alpha(opacity=30);
	cursor: default;
}

.flex-direction-nav a:before {
	font-family: "FontAwesome";
	font-size: 40px;
	display: inline-block;
	content: '\f104';
	color: #fff;
	left: 35%;
	position: absolute;
	text-indent: 0;
	top: 35%;
}

.flex-direction-nav a.flex-next:before  { content: '\f105'; }

.flex-control-nav {
	bottom: 4%;
	left: 0;
	margin: 0 auto;
	position: absolute;
	text-align: center;
	width: 100%;
	z-index: 999;
}

.flex-control-nav li {
	margin: 0 3px;
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.flex-control-paging li a {
	width: 12px;
	height: 11px;
	display: block;
	background: #222;
	cursor: pointer;
	text-indent: -9999px;
	-webkit-border-radius:	100%;
	-moz-border-radius:		100%;
	-o-border-radius:		100%;
	border-radius:			100%;
	opacity: .5 !important;
	filter:alpha(opacity=50);
}

.flex-control-paging li a:hover {
	background: #ddd;
	opacity: 1 !important;
	filter:alpha(opacity=100);
}

.flex-control-paging li a.flex-active {
	background: #f0f0f0;
	cursor: default;
	position: relative;
}

.flex-control-thumbs {
	margin: 5px 0 0;
	position: static;
	overflow: hidden;
}

.flex-control-thumbs li {
	width: 25%;
	float: left;
	margin: 0;
}

.flex-control-thumbs img {
	width: 100%;
	display: block;
	opacity: .7;
	cursor: pointer;
}

.flex-control-thumbs img:hover {
	opacity: 1;
}

.flex-control-thumbs .active {
	opacity: 1;
	cursor: default;
}

.flexslider .slides li:first-child:nth-last-child(1) .flex-caption,
.flexslider .slides li:only-child .flex-caption {
	display: block;
}

.flex-caption{
	position: absolute;
	left: 0;
	min-width:400px;
	padding: 20px;
	max-width: 50%;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.7);
	background: rgba(117, 120, 123, 0.6);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}


.flex-caption h2,
.flex-caption p{
	text-align: left;
}

.slide-info{
	left: 0;
	padding-top: 40px;
	position: absolute;
	top: 0;
	width: 100%;
}

.flex-caption h2{
	font-size: 38px;
	line-height: 44px;
	color: #ffffff;
}

.flex-caption p{
	color:#EFEFEF;
	font-weight: 500;
	font-size: 17px;
	line-height: 25px;
	margin: 0 0 10px;
	padding: 10px 10px 20px 0;
}

.flex-caption p a{
	border-bottom: 1px solid #3e7ec2;
	color: #fff;
}

.flex-active-slide .flex-caption{
	display: block;
}

.carousel li {
	margin-right: 30px;
}

#flex-carousel .flex-direction-nav{
	bottom: auto;
	left: auto
		;
}
#flex-carousel .flex-direction-nav a {
	width: 40px;
	height: 80px;
	margin: 0;
	display: block;
	background-image: url(https://www.nhance.com/wp-content/themes/nhance2022/images/bg_direction_nav.webp);
	background-repeat: no-repeat;
	background-color: transparent;
	position: absolute;
	top: 40%;
	cursor: pointer;
	text-indent: -9999px;
	opacity: 0;
	-webkit-transition: all .3s ease; box-shadow: none;
}

#flex-carousel .flex-direction-nav .flex-next {
	background-position: -35px -40px;
	right: -30px;
	left: auto;
}

#flex-carousel .flex-direction-nav .flex-prev {
	background-position: 0 -40px;
	left: -30px;
}

#flex-carousel .flex-direction-nav li{
	margin: 0;
	padding: 0;
}

#home-staff:hover .flex-next {
	opacity: 1;
	right: -80px;
}

#home-staff:hover .flex-prev {
	opacity: 1;
	left: -80px;
}

/*-----------------------------------------------------------------------------------*/
/*	9.  Pagination
/*-----------------------------------------------------------------------------------*/

.wp-pagenavi {
	clear: both;
	margin: 100px 0 20px;
	padding-bottom: 20px;
}

.wp-pagenavi span.pages {
	background: none;
	border: none;
}

#container .wp-pagenavi a,
#container .wp-pagenavi span {
	background: #e1e4e7;
	border-bottom: 1px solid #CED1D4;
	border-width: 0 0 1px;
	-webkit-border-radius: 2px;
	-moz-border-radius:	2px;
	border-radius:		 2px;
	color: #4f545b;
	display: inline-block;
	font-size: 14px;
	height: 30px;
	line-height: 32px;
	margin-right: 10px;
	padding: 0 12px;
}

.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink{
	font-family: 'Raleway', arial, sans-serif;
	font-weight: 600;
}

#container .wp-pagenavi a:hover,
#container .wp-pagenavi span.current {
	background: #CFD4DA;
	font-weight: normal;
}

.post-entries{
	padding: 0 0 20px;
	float: right;
	width: 40px;
}

.post-entries a{
	-webkit-border-radius: 3px;
	-moz-border-radius:	3px;
	border-radius:		 3px;
	background: #eee;
	background-repeat:no-repeat;
	background-position: 5px center;
	display: block;
	height: 0;
	overflow: hidden;
	padding-top: 18px;
	width: 18px;
	text-indent: -999;
}

.post-entries .nav-prev a{
	float: left;
	background-image: url(https://www.nhance.com/wp-content/themes/nhance2022/images/left-arrow.webp);
}

.post-entries .nav-next a{
	float: right;
	background-image: url(https://www.nhance.com/wp-content/themes/nhance2022/images/right-arrow.webp);
}

.post-entries a:hover{
	background-color: #e5e5e5;
}

/*-----------------------------------------------------------------------------------*/
/*	10.	Footer Styles
/*-----------------------------------------------------------------------------------*/

#footer {
	background: #fff;
	font-size: 13px;
	color: #434547;
	clear: both;
	margin: 0 auto;
	box-shadow:		 	0 15px 15px -20px #b0b0b0 inset;
	-moz-box-shadow:	0 15px 15px -20px #b0b0b0 inset;
	-webkit-box-shadow: 0 15px 15px -20px #b0b0b0 inset;
	padding-bottom: 40px;
}

#footer a{
	color: #434547;
	-moz-transition:	all 0.2s linear;
	-o-transition:		all 0.2s linear;
	-ms-transition:		all 0.2s linear;
	transition:			all 0.2s linear;
	-webkit-transition: all 0.2s linear;
}

#footer a:hover{
	color: #333;
	text-decoration: none;
	border-bottom: 0;
}

#footer h4{
	color: #fefefe;
	font-size: 18px;
	text-shadow: 1px 1px black;
	border-bottom: 1px dotted #555555;
	padding: 15px 0;
}

#extended-footer{
	color: #434547;
	padding: 30px 20px;
}

#extended-footer .inner{
	margin: 0 auto;
	max-width: 960px;
	display: block;
}

#extended-footer p{
	margin: 0;
	float: left;
}

#extended-footer a{
	color: #434547;
}

#extended-footer a:hover{
	color: #333;
}

#footer .testimonials{
	background: #333;
	text-align: center;
	border-bottom: 1px solid #323232;
}

#footer .testimonials .feedback {
	font-family: 'Raleway', arial, sans-serif;
	text-align: center;
	position: relative;
	margin: 0 auto 0 50px;
}

#footer .testimonials .feedback .thumb {
	margin-right: 20px;
}

#footer .testimonials .feedback img{
	float: left;
	-webkit-border-radius: 100%;
	-moz-border-radius:	100%;
	border-radius:		 100%;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4), 0 0 0 5px rgba(0, 0, 0, 0.1) inset
}

#footer .testimonials .feedback .quote {
	padding: 15px 0;
	width: 850px;
}

#footer .testimonials .feedback blockquote {
	line-height: 18px;
	font-size: 16px;
	margin-left: 25px;
	font-family: 'Raleway', arial, sans-serif;
	color: #fff;
	font-style: italic;
	padding-top: 5px;
}

#footer .testimonials .feedback blockquote.no-img {
	font-size: 16px;
	margin: 0;
	padding: 0;
}

#footer .testimonials .feedback cite {
	font-size: 16px;
	color: #828282;
	margin-right: 5px;
}

#footer .testimonials .feedback .feedback-url {
	font-size: 16px;
	color: #3e7ec2;
	font-style: italic;
	margin-left: 5px;
}

#footer .testimonials .feedback .pagination {
	overflow: auto;
	padding: 5px 0 10px;
}

#footer .testimonials .feedback .pagination a {
	display: block;
	overflow: hidden;
	height: 40px;
	width: 40px;
}

#footer .testimonials .feedback .pagination .btn-next,
#footer .testimonials .feedback .pagination .btn-prev{
	background-repeat: no-repeat;
	background-image: url(https://www.nhance.com/wp-content/themes/nhance2022/images/bg_direction_nav.webp);
	position: absolute;
	top: 30px;
	display: inline-block;
	text-indent: -999em;
	border: none;
}

#footer .testimonials .pagination .btn-next {
	float: right;
	right: 0;
	background-position: -24px 0;
}

#footer .testimonials .pagination .btn-prev {
	float: left;
	left: -50px;
}

#footer-navigation{
	float: right;
}

#footer-navigation ul li{
	float: left;
}

#footer-navigation ul li .separator{
	color: #ddd;
}

#footer-navigation ul li:first-child .separator{
	display: none;
}

#footer-navigation ul li a{
	margin: 0 15px;
	color: #888;
}

#footer #extended-footer .inner {
	position:relative;
}

#extended-footer img {
	bottom: -51px;
    position: absolute;
    right: 0;
    width: 450px;
}
/*-----------------------------------------------------------------------------------*/
/*	11.  Page Templates & special styles
/*-----------------------------------------------------------------------------------*/



.get-estimate-special_wrapper .gform_wrapper.gravity-theme .gfield input.large {
  -webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

.get-estimate-special_wrapper {
  background: #dadbdc url(https://www.nhance.com/wp-content/themes/nhance2022/images/get-estimate-tri-d.png) no-repeat scroll left 90px;
  -webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
padding:20px 40px;
}

.get-estimate-special_wrapper h2.gform_title {
  color:#000;
  font-weight: bold;
  position: relative;
	text-align: left;
	font-size: 36px;
}

.get-estimate-special_wrapper input[type="submit"] {
  width:100%;
}

#home-split-wrapper.split-form-2022 {
	padding:20px;
}

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

#home-split-wrapper.split-form-2022 .wp-block-columns {
	display: flex !important;
 }
#home-split-wrapper.split-form-2022 .wp-block-columns .wp-block-column.split-1 {
	margin-bottom:40px;
}

body.page-template-template-home-cat-top #home-split-wrapper.split-form-2022 .wp-block-columns {
	flex-flow: column-reverse;
 }

body.page-template-template-home-cat-top #home-split-wrapper.split-form-2022 .wp-block-columns .wp-block-column.split-2 {
	margin-bottom: 40px;
}

}


.home-social.corperate-dealer a.readmore i.fa,
.home-social.franchise-appointment a.readmore i.fa {
		display:none;
}
#homeVid {
	width:800px;
	height:auto;
	margin:0 auto;
	display:block;
}

.error404 input[type="submit"]{
	height: 35px;
	padding: 0 10px;
}


#commentform input[type=submit],
#footer-widgets .textwidget .read-more-link,
#nice_appointment input[type="submit"],
.button-bg{
	background-color: #a2d678;
	-webkit-box-shadow: 0 -4px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow:	0 -4px rgba(0, 0, 0, 0.1) inset;
	box-shadow:		 0 -4px rgba(0, 0, 0, 0.1) inset;
	text-shadow: 0 1px 1px rgba(0,0,0,0.2);
	border: 1px solid rgba(255, 255, 255, 0.85);
	-webkit-border-radius:	4px;
	-moz-border-radius:		4px;
	border-radius:			4px;
	font-weight: bold;
	color: #fff;
}

/* Home page template */

.home-block{
	display:block;
	padding: 40px 0;
	position: relative;
}

.home-block .home-block-wrapper,
body.single-service #container,
body.page-template-template-two-column #container {
	display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  align-content: flex-start;
	padding: 0 20px;
	position: relative;
	max-width: 1280px;
	margin:0 auto 20px;
}


.home-block .home-main,
body.single-service #container #service-item-content,
body.page-template-template-two-column #content {
	padding-top:40px;
	position: relative;
}

.sticky-side {
	flex: 0 0 auto;
	position: relative;
	padding-bottom: 20px;
}

#action-mover {
	position: -webkit-sticky;
   position: sticky;
	top:260px;
}

.action-box {
	width:100%;
	padding:25px;
	text-align: center;
	border:2px solid #FF671F;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	display: block;
	background-color: #fff;
	margin-bottom:20px;
}

.action-box.action2 {
	margin-bottom: 0;
}

.action-box p.action-head {
	font-size: 24px;
	font-weight: bold;
	line-height: normal;
	margin-bottom: 15px;
	color:#6f6f71;
}

.action-box .action-phone {
	font-size: 36px;
	font-weight: bold;
	line-height: normal;
	color:#fff;
	margin-bottom: 30px;
	text-shadow: rgb(117, 120, 123) 1px 0px 0px, rgb(117, 120, 123) 0.533333px 0.833333px 0px, rgb(117, 120, 123) -0.416667px 0.916667px 0px, rgb(117, 120, 123) -0.983333px 0.133333px 0px, rgb(117, 120, 123) -0.65px -0.75px 0px, rgb(117, 120, 123) 0.283333px -0.966667px 0px, rgb(117, 120, 123) 0.966667px -0.283333px 0px;
}

.action-box .readmore{
	display:block;
}

body.tax-service-category .home-block h2 {
	color:#fc671a;
	font-size: 30px;
	margin-bottom: 20px;
}


body #sidebar .widget_nice_appointments h3,
.home-block h2,
.home-block h3{
	color: #34627c;
	font-size: 30px;
	line-height:32px;
	margin-bottom: 20px;
	text-align:left !important;
}


.home-block .home-service-boxes {
	display:table;
}

.home-block .home-service-row {
	display:table-row;
	width: 100%;
}


.home-block .home-service-boxes .home-service-box-image,
.home-block .home-service-boxes .home-service-box-text {
	display:table-cell;
	vertical-align: middle;
	padding:20px;
	width: 50%;
}

.home-block .home-service-boxes .home-service-box-text img {
	display:none;
}

.home-block .home-service-boxes .home-service-box-image img {
	width:100%;
	height:auto;
}


.home-social .social{
	margin: 30px 0 10px 30px !important;
	text-align: right;
}

.home-social .social-links{
	border-right: 1px solid #E6E8EB;
	float: left;
	width: 50%;
}

.home-social-full-width .social-links{
	border-right: 0;
	width: 100%;
}

.home-social-full-width .social{
	margin-left: 0;
	text-align: center;
}

.home-social .social-links ul > li{
	margin-right: 20px;
}


.home-social-full-width .main-title .right {
	float: none;
	text-align: center;
}


#third_section {
	max-width:965px;
	margin:0 auto;
}

#third_section .third_float {
	float:left;
	width:33%;
	padding:0 2%;
}

#third_section .third_float img {
	margin:0 auto;
	display:block;
}

#third_section .third_float p, #third_section .third_float h2 {
	text-align:center;
	font-size:14px;
}

#third_section .third_float h2 {
	font-size:30px;
	font-weight:normal;
	margin:10px 0;
	text-transform:none;
}

#third_section #drier h2 {
	color:#125eab;
}

#third_section #drier p {
	color:#508ecd;
}

#third_section #cleaner h2 {
	color:#028853;
}

#third_section #cleaner p {
	color:#38b483;
}

#third_section #healthier h2 {
	color:#95459a;
}

#third_section #healthier p {
	color:#af7bb2;
}

#home-pink {
	background: #FFDFEF;
}

#home-pink h3 {
	color:#9B4E9E;
}

#home-pink .q_moved {
	position:relative;
	left:220px;
}

#home-video {
	margin-bottom:40px;
}

.home-staff{
	background: rgb(239,112,56);
background: linear-gradient(0deg, rgba(239,112,56,1) 35%, rgba(255,255,255,1) 35%);
}

#test-alt.home-staff{
	background: #fff;
	padding: 40px;
}

.home-staff .meet-doctor-button{
	text-align: center;
	z-index: 9;
	margin-top: 40px;
}

.home-staff .meet-doctor-button a{
	display: inline-block;
	font-size: 18px;
	text-decoration: none;
	padding: 15px 60px;
}

.home-staff ul,
.home-service .service-grid{
	padding: 0;
}

.home-staff ul li{
	margin-bottom: 0;
	padding-top: 10px;
	text-align: center;
}

.home-staff ul li img{
	-webkit-border-radius: 100%;
	-moz-border-radius:	100%;
	border-radius:		 100%;
	display: inline-block;
	width: 65%;
}

.home-staff ul li:hover img{
	-webkit-box-shadow: 0px 0px 10px rgba(50, 50, 50, 0.1);
	-moz-box-shadow:	0px 0px 10px rgba(50, 50, 50, 0.1);
	box-shadow:		 0px 0px 10px rgba(50, 50, 50, 0.1);
}

.home-staff li .content .staff-title{
	color: #767a7f;
	display: block;
	font-size: 18px;
	font-weight: 600;
	margin: 15px 0 5px;
}

.home-staff li .content .staff-title a{
	color: #6f6f71;
}

.home-staff li .staff-deparment{
	margin-bottom: 5px;
}

.home-staff li .staff-deparment a{
	color: #a4a7ab;
	font-size: 12px;
}

.home-staff li .staff-deparment a:hover{
	color: #3e7ec2;
}

.home-staff li .staff-excerpt{
	color: #757B83;
	font-size: 12px;
	font-weight: 500;
}

.home-staff ul{
	margin: 0;
}

.home-staff a.pink {
	color:#BF05A6;
}

.home-service ul li img{
	-webkit-border-radius: 2px;
	-moz-border-radius:	2px;
	border-radius:		 2px;
	border: 1px solid #d9dee4;
	width: 99%;
}

.home-service ul li .content .service-title{
	color: #6f6f71;
	display: block;
	font-size: 16px;
	font-weight: 500;
	margin: 15px 0 6px;
}

.home-service ul li .content .service-title a{
	color: #ef7038;
}

.home-service ul li .content .readmore{
	font-size: 14px;
}

#home-service li{
	/*opacity: 0;*/
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	padding-bottom:10px;
}

div.half-width {
	float:left;
	width:50%;
	padding:10px;
}

div.half-width img {
	width:100%;
	height:auto;
	border:1px solid #6f6f71;
	margin:10px 0;
}

#home-details h2 a {
	color:#434547;
	line-height:1em;
}

#home-details h2 a:active,
#home-details h2 a:hover,
#home-details h2 a:focus {
	color:#FF671F;
}


#sidebar.home-sidebar{
	width: 33%;
}


#service-split-wrapper {
  column-count: 2;
	column-rule-style: solid;
	column-gap: 80px;
	column-rule-width: 2px;
	column-rule-color: #FF671F;
	margin-bottom: 40px;
}

#filter{
	font-size: 14px;
	margin: 0;
}

#filter li {
	color: #444;
	display: block;
	float: left;
	height: 26px;
	line-height: 26px;
	position: relative;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
	margin-left: 5px;
}

#filter a {
	color: #777;
	display: block;
	height: 26px;
	font-size: 12px;
	padding: 0 10px;
	position: relative;
	z-index: 30;
	-webkit-border-radius: 3px;
	-moz-border-radius:	3px;
	border-radius:		 3px;
	background: #eee;
}

#filter li a:hover,
#filter li.active a {
	background: #3e7ec2;
	color: #fff;
}

body.page-template-template-home-php #container {
	border-top: none;
	margin-top: 5px;
	padding-top: 10px;
	width: 100%;

}

.entry {
	font: 14px/24px 'Raleway', arial, sans-serif;
}

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

ul.opaqueSwatches li {
	float:left;
	list-style:none;
	max-width:25%;
	text-align:center;
	padding: 10px;
}

ul.opaqueSwatches li img {
	display:block;
	margin:0 0 8px 0;
}

#counter {
	position: relative;
	margin-top:40px;
}

#counter.full-width .full-width-inner {
	padding:0;
}

#counter p {
	display:none;
}

#counter img {
	width:100%;
	height:auto;
}

.tree-items {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: start;
  align-items: auto;
  align-content: start;
	position: absolute;
	top:15px;
}
.tree-items div {
  flex: 0 0 auto;
  margin: 10px;
}

.tree-items div.tree-header {
	width:100%;
}

.tree-items div.tree-header h3 {
	color:#fff;
	font-size:2.5vw;
	font-weight: bold;
	text-transform: uppercase;
}


.tree-items img.tree-nhance-logo {
	width:100%;
	max-width:220px;
}

.tree-items img.am-forests-logo {
	width:100%;
	max-width:160px;
}

body.page-id-2552 .tree-items div.tree-header h3 {
	line-height: 0.5em;
	margin-bottom:0;
}

body.page-id-2552 .tree-items img.tree-nhance-logo {
	max-width:175px;
}

body.page-id-2552 .tree-items img.am-forests-logo {
	max-width:120px;
}

#counter h4 {
	position: absolute;
	bottom:25px;
	color:#fff;
	font-weight:bold;
	font-size:40px;
	text-align:center;
	left: 0;
right: 0;
margin: auto;
z-index: 100;
}

#counter h4 span {
	display: inline-block;
	font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
	font-size: 60px;
	color: #000;
	background: #fff;
	border: 2px solid #FF671F;
	padding: 25px 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	margin: 0 2px;
}

#counter h4 span.comma {
	background: transparent;
	border: none;
}

.page-template-template-two-column #counter h4 {
	bottom:18px;
	font-size:35px;
}

.page-template-template-two-column #counter h4 span {
	font-size: 50px;
	padding: 5px;
}

/* Blog - masonry template */
.blog-masonry{
	position: relative;
}

.blog-masonry ul.three-col-grid{
	padding: 0;
}

.blog-masonry .post{
	border-bottom: none;
	margin: 0;
	padding: 0;
}

.blog-masonry .three-col-grid li{
	border: 1px solid #e3e5e7;
	-webkit-border-radius: 2px;
	-moz-border-radius:	2px;
	border-radius:		 2px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:	border-box;
	box-sizing:		 border-box;
	margin-right: 30px;
	padding: 20px !important;
}

.blog-masonry .three-col-grid li:hover{
	border: 1px solid #e0e0e0;
	-webkit-box-shadow: 0px 0px 10px rgba(50, 50, 50, 0.08);
	-moz-box-shadow:	0px 0px 10px rgba(50, 50, 50, 0.08);
	box-shadow:		 0px 0px 10px rgba(50, 50, 50, 0.08);
}

.blog-masonry #posts_ajax_loader{
	background: url(https://www.nhance.com/wp-content/themes/nhance2022/images/loader.gif) no-repeat center center;
	bottom: 0;
	top: -20px;
	display: none;
	height: 40px;
	left: 49%;
	position: relative;
	width: 40px;
	clear: both;
}

.blog-masonry .no-more-posts {
	font-size: 14px;
	margin-top: 30px;
	text-align: center;
}

.blog-masonry .post-meta .post-comments{
	clear: both;
	display: block;
}

/* Home Page Template Elements */
.pre-footer-widgets div.last{
	border-right: 1px dotted #bbb;
}
.archive-header {
	border-bottom: 1px solid #e7e7e7;
	display: block;
	float: left;
	font-size: 18px;
	margin: 0 0 30px;
	padding: 0 0 10px;
	width: 100%;
}

span.rss a{
	color: #ddd;
}

span.rss a:hover{
	color: #ecad53;
}

.two-col{
}

.col-1,
.col-2 {
	width: 48%;
}

.col-1 {
	float: left;
}

.col-2 {
	float: right;
}

.pre-footer-widgets .widget-section {
	border-left: 1px dotted #bbb;
	padding: 0 10px;
	margin-right: 0 ;
	width: 297px ;
	float: left;
	margin-bottom: 30px;
	display: inline-block;
	overflow: hidden;
}

.pre-footer-widgets .widget-section .widgettitle{
	text-transform: uppercase;
	font-size: 18px;
	display: block;
	margin: 0 0 15px;
	border-top: 5px solid #444;
	padding-top: 15px;
}

.full-width, .full-width full-width-inner {
	overflow:visible;
	position:relative;
}

.full-width .full-width-inner {
	max-width:960px;
	margin:0 auto;
	padding:40px 0;
}

#home-lightspeed {
	background:#6f6f71 url(https://www.nhance.com/wp-content/themes/nhance2022/images/lightspeed_call_bg.webp) no-repeat scroll 0 0 / cover;
	padding:40px 0;
}

#home-lightspeed a:focus {
	outline:2px dotted #fff;
}

#home-lightspeed.light-cabinets {
	background:#6f6f71 url(https://www.nhance.com/wp-content/themes/nhance2022/images/lightspeed-cab-bg.webp) no-repeat scroll left center;
	background-size:cover;
	padding:40px 0;
}


#home-ccwr {
	background:transparent url(https://www.nhance.com/wp-content/themes/nhance2022/images/ccwr_call_bg.webp) no-repeat scroll 0 0;
	background-size:100%;
}
#home-lightspeed div.light_video {
	float:right;
	margin:0 0 10px 10px;
}

#home-lightspeed h2, #home-ccwr h2 {
	font-size:24px;
	margin-bottom:20px;
	color:white;
	text-shadow: 0px 0px 3px #000000;
}

#home-lightspeed p, #home-ccwr p {
	font-size:16px;
	margin-bottom:20px;
	color:#efefef;
	text-shadow: 0px 0px 3px #000000;
}

#search-boxes {
	display:table;
	width:100%;
}

#search-boxes #dealer-search,
#search-boxes #home-search {
	display:table-cell;
	width:50%;
}

#dealer-search {
	background:#6f6f71 url(https://www.nhance.com/wp-content/themes/nhance2022/images/find-your-local-nh.webp) no-repeat scroll center center / cover;
	padding: 200px 0;
}


#dealer-search h2 {
	font-size:36px;
	margin-bottom:30px;
	color:#fff;
	text-align:center;
	line-height: 40px;
	text-shadow: 0px 0px 3px #000000;
}

#dealer-search h3 {
	font-size:24px;
	margin-bottom:30px;
	color:#fff;
	text-align:center;
	text-shadow: 0px 0px 3px #000000;
}

#dealer-search p {
	text-align:center;
}

#dealer-search a:focus {
	outline:2px dotted #fff;
}

#onlineRetailerLink a {
	display:block;
	font-size:20px;
	font-weight:bold;
}

#onlineRetailerLink a:hover {
	color:#666;
}


/* Services - One Column template */
.service-filter-title{
	float: left;
	font-size: 18px;
	margin: 5px 15px 0 0;
}

.one-col-grid.service-grid .entry-title{
	display: block;
	margin-bottom: 15px;
}

.one-col-grid.service-grid .has-image .entry-title{
	float: left;
	margin-top: 25px;
	max-width: 76%;
}

.one-col-grid.service-grid .entry-title a{
	color: #3e7ec2;
	font-size: 20px;
}

.one-col-grid.service-grid .thumb{
	border: 1px solid #E3E5E7;
	float: left;
	margin: 0 4.5% 20px 0;
	width: 18.7%;
}

.one-col-grid.service-grid .excerpt-wrapper{
	max-width: 100%;
	float: left;
}

.one-col-grid.service-grid .has-image .excerpt-wrapper{

	max-width: 76%;
}

ul.service-grid li{
	border: 1px solid #E3E5E7;
	float: left;
	margin-bottom: 20px;
	padding: 25px 25px 5px 25px;
	width: 909px;
}

/* Services - Two Columns template */

ul.service-grid-two-col{
	margin-top: 40px;
}

ul.service-grid-two-col li{
	opacity: 0;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	width: 455px;
}

.service-grid-two-col .thumb{
	margin-bottom: 20px;
	width: 100%;
}

.service-grid-two-col .thumb img{
	width: 100%;
}

/* Staff template */

#staff .thumb{
	margin-bottom: 25px;
}

ul.staff-grid li{
	text-align: center;
	padding: 20px 10px 10px;
	width: 28%;
	border: 1px solid transparent;
}

ul.staff-grid li:hover{
	border: 1px solid #e0e0e0;
	-webkit-box-shadow: 0px 0px 10px rgba(50, 50, 50, 0.05);
	-moz-box-shadow:	0px 0px 10px rgba(50, 50, 50, 0.05);
	box-shadow:		 0px 0px 10px rgba(50, 50, 50, 0.05);
}

ul.staff-grid img{
	background: #fff;
	border: 1px solid #E3E3E3;
	-webkit-border-radius: 100%;
	-moz-border-radius:	100%;
	border-radius:		 100%;
	-webkit-transition: opacity .3s ease-in-out;
	-moz-transition:	opacity .3s ease-in-out;
	-o-transition:		opacity .3s ease-in-out;
	-ms-transition:		opacity .3s ease-in-out;
	transition:			opacity .3s ease-in-out;
	width: 60%;
}

.service-grid-two-col .entry-title a,
.staff-grid .entry-title a{
	display: block;
	font-size: 24px;
	line-height: 40px;
}

.staff-grid .staff-deparment{
	font-size: 17px;
	margin-bottom: 25px;
}

.staff-grid .staff-deparment a{
	color: #757B83;
}

.staff-intro-text{
	color: #343739;
	font-size: 16px;
	margin-bottom: 10px;
}

#staff .staff-excerpt .excerpt-content{
	height: 100px;
}

.readmore{
	width: auto;
	padding: 12px;
	line-height: 25px;
	font-size: 14px;
	font-weight: 700;
	cursor: pointer;
	border: none;
	-webkit-border-radius: 10px;
	-moz-border-radius:	10px;
	border-radius:		 10px;
	background: #434547;
	color: #fff;
	-moz-transition:	all 0.2s linear;
	-o-transition:		all 0.2s linear;
	-ms-transition:		all 0.2s linear;
	transition:			all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	clear: both;
	margin-bottom:10px;
}

.readmore.lgbtn{
	font-size: 20px;
}

header #req_app .readmore {
	background: #325C77;
	font-size: 20px;
}

.readmore:hover{
	background: #325C77;
  color:#fff !important;
}

header #req_app .readmore:hover,
header #req_app .readmore:focus {
	background: #434547;
}

.readmore.inslide-top {
	line-height: 1.1vw;
	font-size: 1vw;
	bottom:4.75vw;
	position: absolute;
left: 0;
right: 0;
margin: auto;
display:inline-block;
text-align: center;
max-width: 90%;
padding: 0.5vw;
}

.readmore.inslide {
	line-height: 1.1vw;
	font-size: 1vw;
	bottom:2vw;
	position: absolute;
left: 0;
right: 0;
margin: auto;
display:inline-block;
text-align: center;
max-width: 90%;
padding: 0.5vw;
}

.readmore.inslide:focus {
	outline:2px dotted #fff;
}

a#skip-to-content {
	left: 0%;
  position: absolute;
  transform: translateY(-800%);
	color: #34627c;
}

a#skip-to-content:focus {
	transform: translateY(0%);
}

.mobile-version span {
	display:block;
	margin-bottom: 10px;
}

.mobile-version	.readmore.inslide {
		line-height: 1.1vw;
		font-size: 2vw;
		bottom:auto;
		position: relative;
	left: auto;
	right: auto;
	margin: auto;
	display:inline-block;
	text-align: center;
	max-width: 95%;
	padding:10px;
	}



#staff .social{
	margin: 35px 0;
}

body.single-staff .staff-info .social a,
#staff .social a{
	margin-right: 10px;
}

/* Single Staff */
body.single-staff .thumb{
	float: left;
	margin: 0 70px 0 10px;
	width: 28%;
}

body.single-staff .thumb img{
	-webkit-border-radius:	2px;
	-moz-border-radius:		2px;
	border-radius:		 	2px;
	border: 1px solid #d9dee4;
	width: 100%;
}


body.single-staff .staff-info.has-video,
body.single-staff .staff-info.has-image{
	width: 58%;
}

body.single-staff .staff-info{
	float: left;
}

body.single-staff .staff-info header h1{
	color: #3e7ec2;
	font-size: 38px;
	line-height: 38px;
	margin-bottom: 5px;
}

body.single-staff .staff-deparment{
	margin-bottom: 15px;
}

body.single-staff .staff-deparment a{
	color: #757B83;
	font-size: 17px;
}

body.single-staff .excerpt-content{
	font-size: 13px;
}

body.single-staff .post-content{
	clear: both;
	float: left;
	margin: 50px 0;
}

body.single-staff .post-content h2{
	color: #0158B6;
	font-size: 30px;
}

body.single-staff #appointments-block-wrapper{
	border-top: 1px solid #E3E5E7;
}

/* single-service */

body.single-service .featured-image{
	width: 37%;
	float: right;
	margin-left: 20px;
}

.single-service .featured-image img{
	width: 100%;
	max-width: 480px;
}

/* Blog template */
body.page-template-template-blog-php .post h2,
body.category .post h2,
body.home .post h2,
body.blog .post h2,
.blog .post h2{
	font-size: 28px;
	line-height: 40px;
}

body.page-template-template-blog-php .post-meta,
body.category .post-meta,
body.home .post-meta,
body.blog .post-meta,
.blog .post-meta{
	font-size: 12px;
	font-weight: 500;
	margin-top: 15px;
}

body.page-template-template-blog-php .post-meta .post-date,
body.category .post-meta .post-date,
body.home .post-meta .post-date,
body.blog .post-meta .post-date,
.blog .post-meta .post-date{
	margin: 0 12px;
}


.post .post-content .readmore{
	border: 0;
}

body.page-template-template-blog-php .post .featured-image a,
body.category .post .featured-image a,
body.home .post .featured-image a,
body.blog .post .featured-image a,
.blog .post .featured-image a,
.blog .post .featured-image a{
	border: 1px solid #E7E7E7;
	padding: 3px;
}

body.page-template-template-blog-php .post .featured-image,
body.category .post .featured-image,
body.home .post .featured-image,
body.blog .post .featured-image,
.blog .post .featured-image{
	margin-top: 8px;
	width: 24.6%;
}

.blog .post .entry{
	clear: both;
}

/* Feedback / Testimonials template */

.testimonial blockquote{
	border-left: 0;
	float: right;
	font-size: 13px;
	margin: 0;
	padding: 0;
}

.testimonial.has-image blockquote{
	width: 67%;
}

.testimonial_wrapper .feedback-author {
	font-style: normal;
    font-weight: 500;
	margin-bottom: 18px;
    padding-left: 10px;
	color:#434547;
}

.testimonial_wrapper .feedback-text {
	color:#434547;
	padding-bottom:20px;
}
.testimonial.has-image .feedback-author{
	float: right;
	width: 67%;
}

.testimonial .feedback-author .feedback-author{
	color: #aaa;
	float: none;
}

.testimonial .feedback-author span,
.testimonial .feedback-author .feedback-url{
	color: #5C5D5B;
}

.feedback .feedback-grid .thumb{
	float: left;
	margin: 0 20px 25px 0;
	width: 25%;
}

.feedback .feedback-grid .thumb img{
	border: 1px solid #F0F0F0;
	-webkit-border-radius: 100%;
	-moz-border-radius:	100%;
	border-radius:		 100%;
	width: 100%;
}

.feedback .feedback-grid li{
	opacity: 0;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.display-ie8 {
	display: none;
}

/* Hovers */

.view {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
	cursor: default;
}

.view .mask, .view .content {
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0
}

.view img {
	z-index: 1;
}

.view a.info:hover {
	border: none !important;
}

.view-item {
	background: #000;
	opacity: 0.9;
}

.view-item img {
	-webkit-transition: all 0.3s ease-in-out 0.3s; /* Chrome 1-25, Safari 3.2+ */
	-moz-transition:	all 0.3s ease-in-out 0.3s; /* Firefox 4-15 */
	-o-transition:		all 0.3s ease-in-out 0.3s; /* Opera 10.50?12.00 */
	transition:			all 0.3s ease-in-out 0.3s;
}

.view-more .mask{
	zoom: 1; /* required for the filters */
	background-color: rgb(0, 0, 0); /* Fallback for web browsers that doesn't support RGBa */
	background-color: transparent; /* clear solid background for ie */
	background-color: rgba(0, 0, 0, 0.4); /* RGBa with 0.4 opacity */
	opacity: 0;
	z-index: 0;
}

.view-more .mask{
	background-position: center center;
	background-repeat: no-repeat;
}

.view-more:hover .mask {
	background-image: url(https://www.nhance.com/wp-content/themes/nhance2022/images/more.webp);
	opacity: 0.5;
	transition-delay: 0s;
	z-index: 2;
}

.view:hover img {
	transition-delay: 0s;
	-webkit-transition: all .3s;
	-moz-transition:	all .3s ;
	-o-transition:		all .3s ;
	transition:			all .3s ;
}

/* Business hours */

.day {
	border-bottom: 1px solid #efefef;
	padding: 8px 0;
}

.day .name {
	color: #656565;
	float: left;
}

.day .hours {
	float: right;
}

/* Gallery */
.gallery-container{
	width: 1000px;
}

/* Fancybox */
.fancybox-overlay a{
	border: none;
}

/* 404 not found template */
.error404-not-found #searchform #s{
	width: 200px;
}

/*-----------------------------------------------------------------------------------*/
/*	12.  Contact Form
/*-----------------------------------------------------------------------------------*/
body.page-template-template-contact-php #content{
	width: 73.8%;
}


body.page-template-template-contact-php #sidebar{
	width: 23.25%;
}

body.page-template-template-contact-php #sidebar h3 {
	color: #2D2F32;
	font-size: 18px;
	font-weight: 500;
	margin: 10px 0;
	text-transform: capitalize;
}

body.page-template-template-contact-php #sidebar .box{
	font-size: 14px;
}

body.page-template-template-contact-php #sidebar .box p{
	margin-top: 15px;
}

body.page-template-template-contact-php #sidebar .wp-post-image{
	width: 99.5%;
}

.page-head h1.entry-title{

}

body.page-template-template-contact-php #content h3{
	color: #3e7ec2;
	font-size: 26px;
	font-weight: 500;
}

body.page-template-template-contact-php #content .post{
	border-bottom: 0;
}

.nice-contact-map {
	float: left;
	margin-bottom: 25px;
	width: 98%;
}

body.page-template-template-contact-php .nice-contact-map #nice_embed{
	border: 1px solid #ddd;
	height: 342px;
	padding: 3px;
}

.nice-contact-form{
	width: 100%;
}

.nice-contact-sidebar .box {
	margin-bottom: 30px;
}

#nice_appointment label,
.nice-contact-form label {
	width: 100%;
	margin-bottom: 10px;
	clear: both;
	color: #777;
}

span.required{
	color: #3e7ec2;
	margin-left: 5px;
}

.widget input#s,
#nice_appointment input,
#nice_appointment textarea,
.nice-contact-form input,
.nice-contact-form textarea {
	width: 55%;
	padding: 10px 0 10px 10px;
	margin: 1px 0 0;
	font-size:100%;
	display: block;
}

.nice-contact-form input:focus,
.nice-contact-form textarea:focus,
.nice-contact-form input:active,
.nice-contact-form textarea:active {
	color: #3B3636;
}

.nice-contact-form textarea {
	height: 241px;
	width: 87%;
}
.nice-contact-form #node {
	float: left;
	width: 100%;
	display: none;
	color: #3e7ec2;
	margin-bottom: 10px;
	text-transform: capitalize;
}
.nice-contact-form #success {
	background: #48B855;
	color: #fff;
	float: left;
	font-size: 15px;
	margin-bottom: 20px;
	padding: 10px;
	width: 95%;
	display: none;
}

.nice-contact-form input[type=submit],
.flex-caption a.read-more {
	background-color: #6f6f71;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
	clear: both;
	font-size: 16px;
	font-weight: 500;
	height: auto;
	margin-top: 10px;
	padding: 12px 20px;

}

.flex-caption a#slideApp.read-more {
	background: #FF671F;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
	clear: both;
	font-size: 16px;
	font-weight: 500;
	height: auto;
	margin-top: 10px;
	padding: 12px 20px;

}

.flex-caption a.read-more{
	color: #fff;
	margin-top: 10px;
	-webkit-border-radius:	20px;
	-moz-border-radius:		20px;
	border-radius:			20px;
	border:1px solid #fff;
	display:inline-block;
}

.flex-caption a#orangeApp.read-more {
	background: #ff671f;
}

.flex-caption a#orangeApp.read-more span {
	 white-space: nowrap;
}

body.page-id-10.siteID1 .flex-caption a#orangeApp.read-more,
body.page-id-1624.siteID1 .flex-caption a#orangeApp.read-more {
	display:none;
}

.nice-contact-form input[type=submit]:active {
	margin-top: 1px;
}

.nice-contact-form label.error{
	color: #bbb;
	width: 350px;
}


.nice-contact-form input.valid{
	background-image: url(https://www.nhance.com/wp-content/themes/nhance2022/images/tick.webp);
	background-repeat: no-repeat;
	background-position: right center;
}

.page-head{
	clear: both;
	margin-bottom: 0;
	overflow: hidden;
	padding: 35px 0 0;
}

.main-title .left {

}

.title-desc {
	color: #7C8084;
	float: left;
	font-size: 13px;
	overflow: hidden;
	margin: 0 22px;
}

.title-desc .display-table{
	display: table;
	height: 32px;
}

.title-desc .display-table span{
	display: table-cell;
	vertical-align: middle;
}

.main-title .right {
	display: block;
    font-size: 24px;
    line-height: 34px;
    margin-top: 20px;
		width:auto;
}

.call-now {
	color: #434547;
}

.call-number{
	color: #34627c !important;
	font-weight:bold;
}

.call-number span {
	color: #434547 !important;
}

.call-number:hover,
.call-number:focus
{
	color: #434547 !important;
}


.full-width-title .left{
	width: 100%;
}

.full-width-title h1.entry-title{
	max-width: 73%;
	width: auto;
}

.full-width-title.large-width-title h1.entry-title{
	max-width: 100%;
	padding-bottom: 10px;
}

.full-width-title .title-desc{
	margin-right: 0;
}

.flex-caption a.read-more.mobile-only {
	display:none;
}

.flex-caption a.read-more.not-mobile {
	display:inline-block;
}

.gform_wrapper .gform_fileupload_multifile .gform_drop_area,
.gform_drop_area input {
	text-align: center;
	color: #434547 !important;
}

.gform_drop_area input {
	font-size:18px;
}

/*-------------------------------------------------------------------------------------------*/
/* 13. Widgets */
/*-------------------------------------------------------------------------------------------*/

#sidebar .widget h3 {
	font-size: 16px;
	font-weight: 500;
	margin: 0 0 20px;
}

.widget{
	clear: both;
	margin: 0 0 2em;
}

.widget ul {
	clear: both;
	list-style-position: inside;
	list-style-type: none;
	margin: 0px;
}

.widget ul li {
	border-bottom: 1px solid #efefef;
	padding: 8px 8px 8px 0;
	-moz-transition:	all 0.2s linear;
	-o-transition:		all 0.2s linear;
	-ms-transition:		all 0.2s linear;
	transition:			all 0.2s linear;
	-webkit-transition: all 0.2s linear;
}

.widget ul li a{
	color: #656565;
	border: none;
}

.widget ul li a:hover,
.widget ul li a:focus {
	border: none;
	color: #5a5a5a;
}

.widget ul li:last-child {
	border-bottom: none;
}

.widget select {
	font: 12px/20px 'Raleway', arial, sans-serif;
	color: #8a8a8a;
	width: 100%;
}

.widget .tagcloud a{
	background-color: #E0E4E7;
	-webkit-border-radius: 2px;
	-moz-border-radius:	2px;
	border-radius:		 2px;
	color: #8A8A8A;
	display: block;
	float: left;
	font-size: 14px;
	margin: 5px 15px 5px 0;
	padding: 6px 10px;
	text-transform: capitalize;
	}

.job-listings a {
	color:#434547;
	display:block;
}

.job_row:hover,
.job-listings a:hover,
.job-listings a:focus {
	background-color: #34627c !important;
color: #ffffff;
}


/* SEARCH */
/* Assistive text */
.screen-reader-text {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}

.widget a.screen-reader-text:active,
.widget a.screen-reader-text:focus {
	background: #eee;
	border-bottom: 1px solid #ddd;
	color: #1982d1;
	clip: auto !important;
	font-size: 12px;
	position: absolute;
	text-decoration: underline;
	top: 0;
	left: 7.6%;
}

.widget input#s {
	background: url(https://www.nhance.com/wp-content/themes/nhance2022/images/search.webp) no-repeat scroll 7px 10px #fff;
	padding: 10px 10px 10px 30px;
	width: 100%;
}

@media only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5),
only screen and (min-resolution: 144dpi) {
	.widget input#s {
		background-size: 16px 18px;
		background-image: url(https://www.nhance.com/wp-content/themes/nhance2022/images/search@2x.webp) !important;
	}
}

.widget input#searchsubmit {
	display: none;
}

.widget #s {
	width: 86%;
}

.widget #s:focus {
	background-color: #f9f9f9;
}

.widget #searchsubmit {
	display: none;
}

.widget .only-search #searchform {
	top: 5px;
	z-index: 1;
}

.widget .only-search #s {
	background-color: #666;
	border-color: #000;
	color: #222;
}

.widget .only-search #s,
.widget .only-search #s:focus {
	width: 85%;
}

.widget .only-search #s:focus {
	background-color: #bbb;
}

/* Opening Hours*/
.widget_nice_opening_hours{
}

#footer-widgets .widget_nice_opening_hours .day {
	border-bottom: 1px solid #dfdfe2;
	-webkit-box-shadow: 0 1px 0 #fff;
	-moz-box-shadow:	0 1px 0 #fff;
	box-shadow:		 0 1px 0 #fff;
}

#footer-widgets .widget_nice_opening_hours .day .name {
	color: #aaa;
}

/* FLICKR */
.widget_nice_flickr h3 span {
	color: #0061d8;
	padding: 0;
}

.widget_nice_flickr h3 span span{
	color: #ff1183;
	padding: 0;
}

.widget_nice_flickr .wrap {
	position: relative;
	padding: 0;
}

.widget_nice_flickr .flickr_badge_image{
	float: left;
	margin: 3px;
	background: #ddd;
	padding: 2px;
	height: 60px;
	width: 26.9%;
}

.widget_nice_flickr .flickr_badge_image:hover {
	background: #bbb;
	border-color: #eee;
}

#sidebar .widget_nice_flickr .flickr_badge_image{
	height: 80px;
}

.widget_nice_flickr .s div.flickr_badge_image:nth-of-type(3n+1) {
	margin-left: 0;
}

.widget_nice_flickr .s div.flickr_badge_image:nth-of-type(3n) {
	margin-right: 0;
}

.widget_nice_flickr a img {
	background: #4f4f4f;
	display: block;
	float: left;
	height: 100%;
	width: 100%;
	margin: 0;
	-webkit-transition: all 0.2s linear;
	-moz-transition:	all 0.2s linear;
	-ms-transition:		all 0.2s linear;
	-o-transition:		all 0.2s linear;
	transition:			all 0.2s linear;
}

#footer-widgets .widget_nice_flickr h3 span{
	color: #0061d8;
}

#footer-widgets .widget_nice_flickr h3 span span{
	color: #ff1183;
}

#footer-widgets .widget_nice_flickr a img {
	background: #4f4f4f;
	height: 100%;
	width: 100%;
}


/* Calendar */
.widget #calendar_wrap{
	background: #efefef;
	padding: 1px;
}

.widget_calendar #wp-calendar {
	color: #555;
	width: 100%;
	text-align: center;
	border: none;
	background: #fff;
	margin: 0 auto;
}

.widget_calendar #wp-calendar caption,
.widget_calendar #wp-calendar td,
.widget_calendar #wp-calendar th {
	text-align: center;
	background: #fff;
}
.widget_calendar #wp-calendar caption {
	background: #f8f8f8;
	padding: 8px 0;
}
.widget_calendar #wp-calendar th {
	background: #f4f4f4;
	border-bottom: 1px solid #efefef;
	border-top: 1px solid #efefef;
	font-weight: bold;
}
.widget_calendar #wp-calendar tfoot td {
	background: #f4f4f4;
	border-bottom: 1px solid #ececec;
	border-top: 1px solid #ececec;
	padding: 8px 5px;
}

.widget_calendar #wp-calendar tr {
	border: none;
}

#footer-widgets .widget #calendar_wrap {
	border: 1px solid #ddd;
	padding:0;
	background: transparent;
}

#footer-widgets .widget_calendar #wp-calendar,
#footer-widgets .widget_calendar #wp-calendar caption,
#footer-widgets .widget_calendar #wp-calendar td,
#footer-widgets .widget_calendar #wp-calendar th{
	background: transparent;
}

/* twitter */
.widget_nice_twitter ul li {
	background: #fff;
	padding: 8px 0;
}

.widget_nice_twitter ul li:hover {
	background: #fff;
}

.widget_nice_twitter p.tw-follow {
	margin-top: 10px;
	margin-bottom: 0;
	color: #888;
}

.widget_nice_twitter .one-tweet {
	font-size: 16px;
}

/* FEEDBACK */
.widget_nice_feedback .feedback {
}

.widget_nice_feedback .feedback img{
	float: left;
}

.widget_nice_feedback .feedback .quote {
	padding: 0 0 10px;
	float: left;
}

.widget_nice_feedback .feedback blockquote {
	line-height: 18px;
	font-size: 14px;
	margin-left: 25px;
}

.widget_nice_feedback .feedback blockquote.no-img {
	font-size: 16px;
	margin: 0;
	padding: 0;
}

.widget_nice_feedback .feedback cite {
	float: right;
}

.widget_nice_feedback .feedback .feedback-url {
	display: block;
	text-align: right;
}

.widget_nice_feedback .feedback .pagination {
	overflow: auto;
	padding: 5px 0 10px;
	float: right;
	width:40px;
}

.widget_nice_feedback .feedback .pagination a {
	display: block;
	width: 18px;
	height: 0;
	overflow: hidden;
	padding-top: 18px;
	border: none;
}

.widget_nice_feedback .feedback .pagination .btn-next,
.widget_nice_feedback .feedback .pagination .btn-prev{
	-webkit-border-radius: 3px;
	-moz-border-radius:	3px;
	border-radius:		 3px;
	background-repeat: no-repeat;
	background-position: 5px center;
}

.widget_nice_feedback .feedback .pagination .btn-next {
	float: right;
	background-image: url(https://www.nhance.com/wp-content/themes/nhance2022/images/right-arrow.webp);
}

.widget_nice_feedback .feedback .pagination .btn-prev {
	float: left;
	background-image: url(https://www.nhance.com/wp-content/themes/nhance2022/images/left-arrow.webp);
}

/* Blog Author */
.widget_nice_blogauthor .left {
	float: left;
	padding-right: 15px;
}

.widget_nice_blogauthor .right{
	float: right;
	padding-left: 15px;
}

.widget_nice_blogauthor img{
	-webkit-border-radius: 3px;
	-moz-border-radius:	3px;
	border-radius:		 3px;
}

/* Ads */
.widget_nice_ad img{
	width: 100%;
}

/* NiceTABS */
#tabs {
	height: auto;
	display: block;
}

#tabs ul.niceTabs {
	padding: 0px;
}

#tabs ul.niceTabs li {
	float: left; display: inline; color: #fff;
	margin: 0px; cursor: pointer;
	padding:0;
	border:0 none;
	background: #f8f8f8;
}

#tabs ul.niceTabs li a {
	color: #bbb;
	display: block;
	float: left;
	padding: 10px 8px;
	text-transform: none;
	font:13px/18px 'Raleway', arial, sans-serif;
	border: 1px solid #e7e7e7;
	border-width: 1px 1px 1px 0;
}

#tabs ul.niceTabs li a.active {
	padding-bottom: 11px;
	color: #555;
}

#tabs ul.niceTabs li a.active,
#tabs ul.niceTabs li a:hover {
	background: #fff;
	text-decoration: none;
	border-width: 1px 1px 0 0;
}

#tabs ul.niceTabs li:first-child a {
	border-width: 1px 1px 0px 1px;
}

#tabs .inside {
	background: #fff;
	border: 1px solid #e7e7e7;
	margin-top: -1px;
}

#tabs .inside ul,
#tabs .inside .tags {
	margin: 0;
	padding: 0;
	display: none;
}

#tabs .inside ul:first-child {
	display: inline;
}

#tabs .inside .tags {
	border-width: 1px;
	padding:10px;
}

#tabs .inside li {
	border-bottom: 1px solid #e7e7e7;
	padding: 12px;
	list-style: none;
	background: #fff;
	font-family: 'Raleway', arial, sans-serif;
}

#tabs .inside li a {
	color: #535353;
	font: 13px/18px 'Raleway', arial, sans-serif;
	padding: 0;
}

#tabs .inside a:hover{
}

#tabs .inside .tags a {
	padding: 4px 8px;
	margin: 3px 1px;
	display: inline-block;
	background: #dbdbdb;
	color: #fff;
	font-size: 12px !important;
	-webkit-border-radius: 3px;
	-moz-border-radius:	3px;
	border-radius:		 3px;
	border: none;
}

#tabs .inside .tags a:hover{
	text-decoration: none;
	background-color: #3e7ec2;
}

#tabs .inside li span.meta {
	display: block;
	font: 11px/20px 'Raleway', arial, sans-serif;
	text-transform: normal;
	color: #bbb;
}

#tabs .inside li img.avatar,
#tabs .inside li img.thumbnail {
	background-color: #fff;
	padding: 3px;
	float: left;
	border: 1px solid #e7e7e7;
	margin: 0 10px 0 0;
}

#tabs .inside li:hover img.avatar,
#tabs .inside li:hover img.thumbnail{
	border-color: #eee;
}

#footer-widgets #tabs ul.niceTabs li{
	padding: 0;
}

#footer-widgets #tabs ul.niceTabs li a{
	font: 12px/18px 'Raleway', sans-serif;
	padding: 8px 5px;
}

#footer-widgets .widget .widget_nice_social .social,
.widget_nice_social .social{
	margin: 0;
	background: none;
	padding: 0;
}

.social-links{
	margin:0 auto;
	list-style: none;
}

#footer-widgets .widget .widget_nice_social .social,
.widget_nice_social .social {
	list-style: none;
	margin: 0;
}

.social > li {
	display: inline-block !important;
	background-image: none;
	margin-right: 10px;
	padding: 0 !important;
	background-color: transparent;
	border: none !important;
	box-shadow: none !important;
}


.social a {
	background-image: url(https://www.nhance.com/wp-content/themes/nhance2022/images/social.webp);
	background-position: 0 0;
	background-repeat: no-repeat;
	display: inline-block;
	height: 37px;
	padding: 0;
	text-indent: -999em;
	width: 37px;
}

@media only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5),
only screen and (min-resolution: 144dpi) {
	/*.social a {
		background-size: 1120px 90px;
		background-image: url(https://www.nhance.com/wp-content/themes/nhance2022/images/social@2x.png) !important;
	}*/
}

.social .facebook a 			{ background-position: 0 0; }
.social .facebook:hover a 		{ background-position: 0 -52px; }
.social .twitter a 				{ background-position: -40px 0; }
.social .twitter:hover a 		{ background-position: -40px -52px; }
.social .fivehundredpx a		{ background-position: -80px 0; }
.social .fivehundredpx:hover a	{ background-position: -80px -52px; }
.social .devianart a			{ background-position: -120px 0; }
.social .devianart:hover a		{ background-position: -120px -52px; }
.social .youtube a 				{ background-position: -160px 0; }
.social .youtube:hover a 		{ background-position: -160px -52px; }
.social .dribbble a 			{ background-position: -200px 0; }
.social .dribbble:hover a		{ background-position: -200px -52px; }
.social .zerply a				{ background-position: -240px 0; }
.social .zerply:hover a			{ background-position: -240px -52px; }
.social .skype a				{ background-position: -280px 0; }
.social .skype:hover a			{ background-position: -280px -52px; }
.social .android a				{ background-position: -320px 0; }
.social .android:hover a		{ background-position: -320px -52px; }
.social .envato a				{ background-position: -360px 0; }
.social .envato:hover a			{ background-position: -360px -52px; }
.social .instagram a			{ background-position: -400px 0; }
.social .instagram:hover a		{ background-position: -400px -52px; }
.social .apple a				{ background-position: -440px 0; }
.social .apple:hover a			{ background-position: -440px -52px; }
.social .linkedin a 			{ background-position: -480px 0; }
.social .linkedin:hover a 		{ background-position: -480px -52px; }
.social .squarespace a			{ background-position: -520px 0; }
.social .squarespace:hover a	{ background-position: -520px -52px; }
.social .flickr a 				{ background-position: -560px 0; }
.social .flickr:hover a			{ background-position: -560px -52px; }
.social .path a					{ background-position: -600px 0; }
.social .path:hover a			{ background-position: -600px -52px; }
.social .tumblr a 				{ background-position: -640px 0; }
.social .tumblr:hover a			{ background-position: -640px -52px; }
.social .behance a				{ background-position: -680px 0; }
.social .behance:hover a		{ background-position: -680px -52px; }
.social .forrst a 				{ background-position: -720px 0; }
.social .forrst:hover a			{ background-position: -720px -52px; }
.social .paypal a				{ background-position: -760px 0; }
.social .paypal:hover a			{ background-position: -760px -52px; }
.social .foursquare a			{ background-position: -800px 0; }
.social .foursquare:hover a		{ background-position: -800px -52px; }
.social .pinterest a			{ background-position: -840px 0; }
.social .pinterest:hover a		{ background-position: -840px -52px; }
.social .github a				{ background-position: -880px 0; }
.social .github:hover a			{ background-position: -880px -52px; }
.social .quora a				{ background-position: -920px 0; }
.social .quora:hover a			{ background-position: -920px -52px; }
.social .vimeo a 				{ background-position: -960px 0; }
.social .vimeo:hover a 			{ background-position: -960px -52px; }
.social .designmoo a			{ background-position: -1000px 0; }
.social .designmoo:hover a		{ background-position: -1000px -52px; }
.social .google a 				{ background-position: -1040px 0; }
.social .google:hover a			{ background-position: -1040px -52px; }
.social .wordpress a			{ background-position: -1080px 0; }
.social .wordpress:hover a		{ background-position: -1080px -52px; }

.social .homeAdv a			    { background-position: -1121px 0; }
.social .homeAdv:hover a		{ background-position: -1120px -52px; }

.social .houzz a			    { background-position: -1161px 0; }
.social .houzz:hover a		    { background-position: -1160px -52px; }

.social .yelp a			    { background-position: -1201px 0; }
.social .yelp:hover a		    { background-position: -1200px -52px; }

.social .tiktok a			    { background-position: -1241px 0; }
.social .tiktok:hover a		    { background-position: -1240px -52px; }

#footer-widgets {
	padding: 50px 0 25px;
	display: block;
	border-bottom: 1px solid #434547;
	-webkit-box-shadow: 0 1px 0 #fff;
	-moz-box-shadow:	0 1px 0 #fff;
	box-shadow:		 0 1px 0 #fff;
}

#footer-widgets .widget {
	font-style: normal;
	color: #434547;
}


#footer-widgets .widget-wrap {
	max-width: 960px;
}

#footer-widgets .widget a {
	color: #434547;
}

#footer-widgets .widget li a {
	color: #434547;
}

#footer-widgets .widget li a:hover {
	color: #333;
	text-decoration: none;
}

#footer-widgets h3 {
	color: #434547;
	font-size: 18px;
	font-weight: 500;
	margin: 0 0 20px 0;
}

#footer-widgets .widget ul{
	padding: 0;
	background: none;
}

#footer-widgets .widget ul li {
	background: none;
	border-bottom: 1px solid #e7e7e7;
	-webkit-box-shadow: 0 1px 0 #fafafa;
	-moz-box-shadow:	0 1px 0 #fafafa;
	box-shadow:			0 1px 0 #fafafa;
}

#footer-widgets .widget ul li:first-child {
	padding-top: 0;
}

#footer-widgets .widget ul li:last-child {
	border-bottom: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: 	none;
	box-shadow:			none;
}

#footer-widgets .textwidget .read-more-link{
	background-color: #a2d678;
	color: #fff;
	display: block;
	font-size: 14px;
	font-weight: bold;
	margin-top: 5px;
	padding: 10px 0;
	width: 98px;
	text-align: center;
	-webkit-border-radius:	3px;
	-moz-border-radius:		3px;
	border-radius:		 	3px;
}

#footer-widgets .textwidget .read-more-link{
	text-decoration: none;
}

/* Appointment */
.widget_nice_appointments{
	background-color: #EFF2F5;
	padding: 25px;
	-webkit-border-radius: 	3px;
	-moz-border-radius:		3px;
	border-radius:			3px;
}

.widget_nice_appointments h3{
}

#nice_appointment{
	margin-bottom: 0;
}

#nice_appointment #node,
#nice_appointment #success{
	display: none;
}

#nice_appointment input,
#nice_appointment textarea{
	height: auto;
	width: 95%;
}

#nice_appointment p{
	margin-bottom: 5px;
}

#nice_appointment input[type="submit"]{
	font-size: 18px;
	margin-top: 15px;
	width: 100%;
}

#ui-datepicker-div{
	background-color: #fff;
	border: 1px solid #DFDFDF;
	color: #868686;
	display: none;
	font-size: 13px;
	padding: 17px;
	-webkit-box-shadow: 0 2px 1px rgba(0,0,0, 0.3);
	-moz-box-shadow:	0 2px 1px rgba(0,0,0, 0.3);
	box-shadow:		 	0 2px 1px rgba(0,0,0, 0.3);
	-webkit-border-radius:	3px;
	-moz-border-radius:		3px;
	border-radius:			3px;
}

#ui-datepicker-div a{
	color: #384E5B;
}

#ui-datepicker-div a:hover{
	color: #000;
}

#ui-datepicker-div .ui-datepicker-prev{
	margin-right: 10px;
}

#ui-datepicker-div table{
	border: 0;
}

#ui-datepicker-div table tr{
	border: 0;
}

/*-------------------------------------------------------------------------------------------*/
/* 14. Cross Browser Compatibility */
/*-------------------------------------------------------------------------------------------*/

.ie8 #top #navigation .nav li ul li.current-menu-item a,
.ie8 #top #navigation .nav li ul li:hover a,
.ie8 .nav li ul ul li:hover a,
.ie8 .nav li ul ul ul li:hover a {
	text-decoration: underline;
}

.ie .blog-masonry .three-col-grid li img{
	max-width: 258px;
}

.ie .view-more:hover .mask{
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}

.ie7 .display-ie8,
.ie9 .display-ie8,
.ie8 .display-ie8{
	display:block;
}

.ie8 .home-service .view,
.ie8 .service-grid-two-col .view{
	position: static;
}

.ie8 .home-service .mask,
.ie8 .service-grid-two-col .view-more .mask{
	display: none;
}

.ie8 #flex-carousel .flex-direction-nav a{
	display: none;
}

.ie8 #home-staff:hover .flex-direction-nav a{
	display: block;
}

/*-----------------------------------------------------------------------------------*/
/*	15.	Quote Form Styles
/*-----------------------------------------------------------------------------------*/



#imessageOK, #imessageERROR {
	border:1px solid #004785;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding:10px;
	font-size:16px;
	font-weight:bold;
	text-align: center;
	display:none;
	margin-bottom:20px;
	background: #F90;
	background: -webkit-gradient(linear, left top, left 25, from(#1F7255), color-stop(4%, #4B9E7E), to(#1F7255));
	background: -moz-linear-gradient(top, #1F7255, #4B9E7E 1px, #1F7255 25px);
	color:#fff;
}



#home-search {
	background:#6f6f71;
	text-align: center;
}

#home-search.home-block h2, #home-search.home-block h3 {
	display:block;
	margin-right: 10px;
	color:#fff !important;
	text-align: center !important;
}

#home-search imput#searchsubmit {
	background:#FF671F;
}

#home-search form #s {
	width:320px;
}

p.green_call, div.green_call, div.green_call ul li {
	background:#C2EFCA;
	border:2px solid #5FAF36;
	padding:20px 20px 20px 150px;
	font-size:18px;
	line-height:28px;
	position:relative;
	overflow:visible;
	color:#028853;
	margin:40px 0;
}
p.green_call img, div.green_call img {
	position:absolute;
	left:-30px;
	top:-10px;
}

div.blue_call {
	background:#DFEFFF;
	border:2px solid #125eab;
	padding:20px;
	position:relative;
	overflow:visible;
	margin:20px 0;
}




div.blue_call ul li, div.blue_call p {
	font-size:18px;
	line-height:28px;
	color:#125EAB;
	margin-bottom:16px;
}

div.blue_call h2, div.blue_call h3 {
	font-size:22px;
	line-height:28px;
	color:#125EAB;
	margin-bottom:16px;
	font-weight:bold;
}




p.purp_call, div.purp_call {
	background:#FDDFFF;
	border:2px solid #9B4E9E;
	padding:20px;
	position:relative;
	overflow:visible;
	margin:20px 0;
}

div.purp_call ul li, div.purp_call p {
	font-size:18px;
	line-height:28px;
	color:#9B4E9E;
	margin-bottom:16px;
}

div.purp_call h2, div.purp_call h3 {
	font-size:22px;
	line-height:28px;
	color:#9B4E9E;
	margin-bottom:16px;
	font-weight:bold;
}

/*-----------------------------------------------------------------------------------*/
/* 16.	Reviews and Coupon Styles

.feedback-wrapper {
	column-count: 3;
  column-gap: 0;
}
/*-----------------------------------------------------------------------------------*/
.feedback-wrapper #reviewstream {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: auto;
  align-content: start
}
.feedback-wrapper #reviewstream .review {
  flex: 0 0 auto;
  margin: 10px;
  width:31%;
}


div.testimonial_wrapper {
	break-inside: avoid;
max-width:475px;
min-width: 50%;
}

article.testimonial {
display:block;
position: relative;
padding: 12px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
margin:0 10px 20px;
background-color:#eaeaea;
}


#test-alt article.testimonial {
background-color:#34627c;
}

#test-alt article.testimonial:after
{
border-color: #FF671F transparent;
}

#test-alt article.testimonial:before {
	border-color: #fff transparent;
}

#test-alt .testimonial_wrapper .feedback-text {
	color: #fff;
}

#test-alt .testimonial_wrapper .feedback-author {
	color:#fff;
}

body #test-alt .testimonial_wrapper .feedback-author a {
	color:#fff;
}

body #test-alt .testimonial_wrapper .feedback-author a:hover {
	color:#FF671F;
}

body.page-template-template-feedback #container {
	margin: 0 auto;
	max-width: 1280px;
	padding: 0;
}

article.testimonial span.reviewer, article.testimonial div.stars  {
	display:none;
}
.testimonial-box .readmore {
	background-color:#434547;
	margin-top: 20px;
	display:inline-block;
}

div.coupon {
	width:300px;
	background: transparent url(https://www.nhance.com/wp-content/themes/nhance2022/images/N-Hance-Logo-2014.webp) no-repeat scroll center 10px;
	padding:90px 12px 12px;
	float:left;
	margin:10px;
	border:3px dashed #000000;
}

div.coupon span {
	display:block;
	text-align:center;
	line-height:16px;
	margin-bottom:8px;
}

div.coupon span.coup_title {
	background-color:#FF671F;
	color:#fff;
	font-size:16px;
	font-weight:bold;
	padding:4px;
	line-height:20px;

}

div.coupon span.coup_desc {
	color:#8C0C04;
	font-weight:bold;

}

div.coupon span.coup_code {
	color:#107948;
	font-weight:bold;
	line-height:20px;

}

div.coupon span.coup_disclaimer {
	font-style:italic;
	font-size:12px;

}

/*-----------------------------------------------------------------------------------*/
/*	16.4. Gallery
/*-----------------------------------------------------------------------------------*/
#vidGrid ul {
	display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: start;
  align-items: auto;
  align-content: start;
	margin: 20px 0 0;
	list-style: none;
}


#vidGrid ul li {
	flex: 0 0 auto;
	margin: 5px 10px;
	width: 30%;
	list-style: none;
	text-align: center;
	min-height: 250px;
}

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

body.siteID588.page-id-283 .fluid-width-video-wrapper {
}


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

#vidGrid ul li h3 {
	margin-top: 18px;
	margin-bottom: 12px;
	color:#34627c;
}


#photoGrid ul {
	display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: start;
  align-items: auto;
  align-content: start;
	margin: 20px 0 0;
	list-style: none;
}


#photoGrid ul li {
	flex: 0 0 auto;
	margin: 5px 10px;
	width: 31%;
	list-style: none;
	text-align: center;
}

#photoGrid.smallgal ul li {
	flex: 0 0 auto;
	margin: 5px 10px;
	width: 18%;
	list-style: none;
	text-align: center;
}

#photoGrid ul li img {
	width:100%;
	height:auto;
}


#photoGrid ul li h3 {
	margin: 12px 0;
	color:#34627c;
}
#photoGrid ul li a:hover h3 {
	color:#808080;
}

.baslider-main {
	margin:0 auto 40px;
}

/*-----------------------------------------------------------------------------------*/
/*	16.5. Floor Qualifier
/*-----------------------------------------------------------------------------------*/



ul.rating-menu {
	margin:20px 0 !important;
}


ul.rating-menu li {
	display:inline-block !important;
	margin:0 20px 0 0 !important;
	list-style:none !important;
}


ul.rating-menu li a.readmore {
	padding:12px !important;
}


ul.rating-menu li.dis a.readmore {
	opacity:0.2;
}

ul.floor-damages {
	margin:20px 0;
}

ul.floor-damages li {
	width:45%;
	background:#34627c;
	color:#fff;
	text-align:center;
	overflow:hidden;
	float:left;
	margin:20px 3% 0 0;
	list-style:none;
	-webkit-border-radius: 	5px;
	-moz-border-radius:		5px;
	border-radius:		 	5px;
}
ul.floor-damages li:nth-child(even) {
	margin:20px 0 0 0;
}

ul.floor-rating {
	margin:20px 0;
}

ul.floor-rating li {
	width:48%;
	background:#FF671F;
	color:#fff;
	text-align:center;
	overflow:hidden;
	float:left;
	margin:20px 2% 0 0;
	list-style:none;
	-webkit-border-radius: 	5px;
	-moz-border-radius:		5px;
	border-radius:		 	5px;
}
ul.floor-rating li:nth-child(even) {
	margin:20px 0 0 0;
}


body.postid-1749 #container .entry .featured-image,
body.postid-1793 #container .entry .featured-image {
    display:none !important;
}

ul.floor-damages li p {
	padding:20px;
}

ul.floor-damages li h3 {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    line-height: 20px;
}
#default-logo, #retina-logo {
    width:200px;
	height:auto !important;
	transition: all 0.4s ease;
}

#new-head.sticky #default-logo {
	width:200px;
	transition: all 0.4s ease;
}


/*-------------------------------------------------------------------------------------------*/
/* 17b. Split Pages */
/*-------------------------------------------------------------------------------------------*/


section#split-floor-head {
	background: url(https://www.nhance.com/wp-content/themes/nhance2022/images/floor-head.webp) no-repeat scroll center center / cover;
	display:table;
}

section#split-floor-head div {
	display:table-cell;
	padding:100px 100px;
	vertical-align:middle;
}
section#split-floor-head div.split-title {
	width:45%;
	text-align:center;
}

section#split-floor-head div.split-title h2 {
	font-size:100px;
	text-transform:uppercase;
	color:#ff671f;
	font-weight:700;
	line-height:100px;
}

section#split-floor-head div.split-content {
	width:55%;
}

section#split-floor-head div.split-content h3 {
	font-size:60px;
	color:#ffffff;
	margin-bottom:40px;
    line-height:60px;
}

section#split-floor-head div.split-content p {
	color:#fff;
	font-size:24px;
	line-height:28px;
}

.split-boxes {
	display:table;
	width:100%;
	margin:0;
	padding:0;
}

.split-boxes div {
	display:table-cell;
	vertical-align:middle;
	width:50%;
}

.split-boxes div.split-content {
	padding:40px;
}

.split-boxes div.split-content h3 {
	color:#ff671f;
	font-size:24px;
	margin-bottom:40px;
	padding: 30px 0;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	letter-spacing:3px;
	text-transform:uppercase;
	text-align:center;
}

.split-boxes div.split-content p {
	font-size:20px;
	line-height:28px;
}

.split-boxes div.split-content p i {
	color:#ff671f;
}

.split-boxes div.split-img img {
	width:100%;
	height:auto;
	margin:0;
	padding:0;
}

section#door-replacement {
	padding:40px;
	background-color:#EBECEC;

}

section#door-replacement h2 {
	font-size:30px;
	line-height:34px;
	font-weight:700;
	text-align:center;
}
section#door-replacement p {
	font-size: 20px;
    line-height: 28px;
}


.ba-before, .ba-after {
	padding: 0 !important;
	font-size: 13px !important;
	line-height: 1em !important;
	font-weight: normal !important;
	text-indent:-9999px;
	width:80px;
	height:26px;
	margin:0 -2px 0 0 !important;
	color: rgba(255, 255, 255, 0);
}

.ba-before {
	background:#606369 url(https://www.nhance.com/wp-content/themes/nhance2022/images/bg_bf.webp) no-repeat scroll 0 0 / cover !important;
}

.ba-after {
	background:#606369 url(https://www.nhance.com/wp-content/themes/nhance2022/images/bg_af.webp) no-repeat scroll 0 0 / cover !important;
}

.bx-viewport:hover .ba-before, .bx-viewport:hover .ba-after {
	opacity:1 !important;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus {
	color:#fff !important;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	color:#000 !important;
}



#pagefaqs .pagefaqs-inner {
	display: block;
	margin:0 auto;
	max-width: 1200px;
	padding:40px 20px;
}

#pagefaqs .pagefaqs-inner h2 {
	font-size: 36px;
	margin-bottom: 24px;
	color:#34627c;
	border-bottom: 1px solid #d3d3d3;
	text-align: center;
	padding-bottom: 24px;
}

#pagefaqs .pagefaqs-inner .hrf-faq-list {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: start;
	align-items: auto;
	align-content: start
}
#pagefaqs .pagefaqs-inner .hrf-faq-list article {
	flex: 0 0 auto;
  margin: 0;
	width:50%;
}
h3.hrf-title {
	margin: 0 2px 2px 0 !important;
}

/*-------------------------------------------------------------------------------------------*/
/* 17. Responsive */
/*-------------------------------------------------------------------------------------------*/
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
	margin-bottom:20px;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.post .video {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.flexslider .video{
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

.post .video iframe,
.post .video object,
.post .video embed,
.flexslider .video iframe,
.flexslider .video object,
.flexslider .video embed{
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

/* --- iPad Landscape --- */
@media screen and (max-width: 1080px) {

	.sticky-side {
		display:block;
		width:100%;
		position: relative;
		padding-bottom: 20px;
	}

	.action-box {
		width:100%;
		padding:25px;
		text-align: center;
		border:2px solid #FF671F;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		 position: relative;
		top:0;
		display: block;
	}

	div.testimonial_wrapper {
    max-width: 100%;
}

	.backtotop{
		display: none;
	}

	.page-head .main-title .title-desc,
	.page-head .main-title .right{
		display: none;
	}

	.main-title .left{
		max-width: 100%;
	}

	#content {
		float: none !important;
		overflow: hidden;
		width: 730px !important;
		margin: 0 auto 25px;
	}

	#container{
		width: 730px;
	}

	#sidebar{
		float: none !important;
		width: 730px;
		margin: 0 auto;
	}

	.col-full{
		width: 730px;
	}

	.single .featured-image {
		width: 100%;
	}

	#extended-footer .inner{
		width: 730px;
	}

	#footer .col-full{
		max-width: 730px;
	}

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

	.single .featured-image img,
	.post .featured-image img {
		max-width: 100%;
	}

	.post .wp-post-image {
		background: none;
		padding: 0;
	}
	.home-block-header {
		padding:0 20px;
	}

	ul.four-col-grid{
		width: auto;
		padding:25px 20px;
	}

	ul.four-col-grid li{
		width:48%;
		margin-right: 2%;
	}

	ul.four-col-grid li:nth-child(2n+1) {
		clear: both;
		float: left;
		margin-right: 2%;
	}

	ul.four-col-grid li:nth-child(2n) {
		margin-right: 0;
		float: right;
	}

	#home-service ul.four-col-grid li{
		width: 23.5%;
		min-height: 360px;
	}

	#home-service ul.four-col-grid li:nth-child(2n+1) {
		clear: none;
	}

	#home-service ul.four-col-grid li:nth-child(2n) {
		margin-right: 2%;
		float: left;
	}

	#logo{
		margin-left: 0;
	}

	#top #navigation .nav li ul li a{
		padding: 15px 10px;
		width: auto;
	}

	#top #navigation .nav li ul li:last-child a {
		border-bottom: none;
	}

	.has-slider #header{
		background-image: none;
		border-bottom: 7px solid rgba(0, 0, 0, 0.1);
		padding: 0;
		position: relative;
	}


	#navigation .nav li a.sf-with-ul{
		background-image: none;
	}



	#navigation,
	.home-block {
		margin: 0 auto;
		max-width: 100%;
	}

	/*.flex-active-slide .flex-caption,
	.flexslider .slides li:first-child:nth-last-child(1) .flex-caption,
	.flexslider .slides li:only-child .flex-caption {
		display: none;
	}*/

	.has-slider #header #top{
		background: none;
		margin-top: 0;
	}

	#header #top{
		padding: 15px 0 0;
	}

	#header #top #toggle-nav {
		display: block;
	}

	.has-slider #featured-wrap,
	.has-slider #content-top{
		position: relative;
	}

	.slide-info {
		padding-top: 10px;
	}

	.widget #s {
		width: 92%;
	}

	#footer-widgets .widget {
		padding-right: 20px;
	}

	.pre-footer-widgets .widget-section {
		border: none;
		padding: 0 1.7%;
		width: 31% !important;
	}

	ul.three-col-grid li.first,
	.pre-footer-widgets .first {
		padding-left: 0 !important;
	}

	ul.three-col-grid li.last,
	.pre-footer-widgets .last{
		padding-right: 0 !important;
	}

	.pre-footer-widgets div.last {
		border: none;
	}

	/*#sidebar {
		display: none;
	}*/

	body.single-menu #sidebar{
		display: block;
		width: 100%;
	}

	.gallery-container{
		width: 100%;
	}

	#footer .testimonials,
	#footer-navigation,
	.service-filter-title,
	#filter{
		display: none;
	}

	ul.service-grid-two-col{
		margin-top: 0;
		padding-top: 0;
	}

	ul.service-grid li{
		width: 93%;
	}

	.service-grid-two-col{
		height: auto !important;
	}

	.one-col-grid.service-grid .entry-title,
	.one-col-grid.service-grid .excerpt-wrapper{
		max-width: 74%;
	}

	.widget.widget_nice_flickr .flickr_badge_image{
		width: 60px;
	}

	.widget.widget_nice_flickr .s div.flickr_badge_image:nth-of-type(3n){
		margin-right: 3px;
	}

	.widget.widget_nice_flickr .s div.flickr_badge_image:nth-of-type(3n+1){
		margin-left: 3px;
	}


	.widget.widget_nice_flickr .s div.flickr_badge_image:nth-of-type(2n){
		margin-right: 0;
	}

	.widget.widget_nice_flickr .s div.flickr_badge_image:nth-of-type(2n+1){
		margin-left: 0;
	}

	ul.service-grid-two-col li{
		width: 46%;
	}

	body.page-template-template-contact-php #content {
		width: 100% !important;
	}

	.blog-masonry .three-col-grid li{
		margin-right: 25px;
	}

	.blog-masonry .three-col-grid li,
	.blog-masonry .three-col-grid li.last,
	.blog-masonry .three-col-grid li.first{
		padding: 20px !important;
	}

	.home-staff ul li{
		margin-bottom: 3%;
		text-align: left;
	}

	.home-staff ul li img{
		width: 30%;
		float: left;
	}

	.home-staff ul li .has-image .content{
		float: left;
		margin: 0 0 0 25px;
		width: 60%;
		display: inline-block;
	}

	.home-staff li .content .staff-title{
		margin-top: 0;
	}

}

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

.full-width .full-width-inner {
	padding:40px 20px;
}
}

/* --- iPad Portrait --- */
@media screen and (max-width: 800px) {

	a#skip-to-content {
		display:none;
	}

	header #req_app .readmore {
		font-size: 14px;
		position:relative;
		top:-34px; 
	}

	#groundwork-dropdown {
		position: fixed;
		left: 0;
		top: 95px;
		z-index: 9999;
		width: 100%;
	}

	#groundwork-call,
	#readmore-close {
		display:block;
	}

.call-number,
.call-now {
	display:none;
}

	.call-now-mobile {
		display: inline-block;
	width: 125px;
	padding:6px 12px;
	line-height: 25px;
	font-size: 14px;
	font-weight: 700;
	cursor: pointer;
	border: none;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: #434547;
	color: #fff;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	clear: both;
	margin-bottom: 10px;
}


	button#responsive-menu-button {
		right:0 !important;
	}
	.responsive-menu-open button#responsive-menu-button .responsive-menu-box {
	right: 3%;
}

	#home-split-wrapper #home-split-box .splitter div.split-image, 
	#home-split-wrapper #home-split-box .splitter div.split-content,
	#home-split-wrapper.hs-no-border #home-split-box .splitter div.split-image, 
	#home-split-wrapper.hs-no-border #home-split-box .splitter div.split-content
	{
		display:block;
		width: 100%;
	}


	#new-head {
	display: block;
	flex:none;
	padding-top:10px;
	min-height: 130px;
}


.has-slider #header {
	min-height: 120px;
}
.has-slider #content-top {
	margin-top:30px !important;
}

#new-head .split-head {
	flex: 0 0 auto;
	margin: -10px 0 0 0;
}

#new-head .main-title {
	font-size: 16px;
}

	.home-social, #new-head.sticky .home-social {
	display: block;
	margin:10px 0 0 0;
	padding: 0;
	position: absolute;
	top: 74px;
	left: 13.5em;
	text-align:center;
}


	#req_app {
		position: absolute;
		left:1em;
		top:90px;
	}

	#req_app .readmore {
		padding:10px;
	}

	body.home h1,
	body.page-template-template-kbis h1 {
	font-size: 20px;
	padding:20px;
}

#home-tri-box div {
	max-width: 285px;
}

#f-logos-wrapper {
	margin-bottom: 40px;
}

#featured-logos li {
	margin: 10px;
}

#featured-logos li img {
	max-width: 100px;
	height: auto;
}

#featured-logos {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	align-content: center;
	list-style: none;
	margin: 0;
	background: #fff;
	background: none;
}

#featured-logos li:first-of-type {
	background: #fff url(https://www.nhance.com/wp-content/themes/nhance2022/images/logo-bar-bg.png) no-repeat right top;
	color: #fff;
	font-size: 20px;
	margin: 0 40px 0 0;
	padding: 20px;
	width: 100%;
	text-align: center;
}

#home-split-wrapper #home-split-box .splitter {
	border-bottom:1px solid #FF671F;
}

#home-split-wrapper #home-split-box .split-box-inner-odd,
#home-split-wrapper #home-split-box .split-box-inner-even,
#home-split-wrapper #home-split-box .splitter div {
	flex:none;
	display:block;
	width: 100%;
	margin-top:20px;
}

body.home h2,
body.single-service h1,
body.tax-service-category h1,
body.page-template-template-full-width h1 {
	font-size: 36px;
line-height: 42px;
	margin-bottom: 20px;

}

body.page-template-template-full-width #container {
	margin: 0 auto;
	padding: 0 0 40px;
}


#home-split-wrapper #home-split-box::before,
#home-split-wrapper #home-split-box::after {
	display: none;
}

#home-split-wrapper #home-split-box {
	padding:0;
}

#home-split-wrapper #home-split-box .splitter .split-content,
#home-split-wrapper #home-split-box .splitter .split-image {
	padding: 20px 20px;
}



#ls-boxes div.ls-logo,
#ls-boxes div.ls-text {
	position: relative;
	max-width: 100%;
	width:100%;
	margin: 0 auto;
	border-top: none;
	border-bottom: none;
	padding:0 20px;
	display: block;
	border-right:none;
}

body .home-block.home-staff h3 {
	font-size: 20px !important;
}

#service-split-wrapper {
	column-count: 1;
	margin-bottom: 40px;
}

body.single-service #home-split-wrapper #home-split-box .splitter .split-content,
body.single-service #home-split-wrapper #home-split-box .splitter .split-image {
	padding: 0 !important;
	width:100%;
}

body.single-service .home-block .home-main,
body.single-service #container #service-item-content,
body.page-template-template-two-column #content {
	padding-top: 0;
	position: relative;
}

button#responsive-menu-button {
	width: 100% !important;
	height: 50px !important;
	position: fixed;
	top: 100px !important;;
	right: 0%;
	background: #fff !important;
	-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
box-shadow: 1px 7px 29px -10px rgba(0,0,0,0.75);
-webkit-box-shadow: 1px 7px 29px -10px rgba(0,0,0,0.75);
-moz-box-shadow: 1px 7px 29px -10px rgba(0,0,0,0.75);
}

.responsive-menu-label {
	color: #434547 !important;
	font-size: 18px !important;
	line-height: 13px;
}

.responsive-menu-inner, .responsive-menu-inner::before, .responsive-menu-inner::after {
	background-color:#434547 !important;
}

button#responsive-menu-button.is-active {
	z-index: 999 !important;
	text-align: right;
}



	.split-boxes {
		display:block;
		width:100%;
		margin:0;
		padding:0;
	}

	.split-boxes div {
		display:block;
		vertical-align:top;
		width:100%;
	}


	.home-block .home-block-wrapper,
	body.single-service #container {
		display: block;
		padding: 20px;
		position: relative;
		max-width: 100%;
		margin:0 auto 20px;
	}


	.home-block .home-main,
	body.single-service #container #service-item-content {
		display:block;
		width:100%;
		position: relative;
	}


	.home-block .home-service-row {
		display: table;
	}

	.home-block .home-service-boxes {
		display:block;
	}

	.home-block .home-service-boxes .home-service-box-text {
		display: table-footer-group;
		padding:20px;
		width: 100%;
	}

	.home-block .home-service-boxes .home-service-box-image {
		display: table-header-group;
	}

	.home-block .home-service-boxes .home-service-box-text img {
		display:none;
		margin-bottom:20px;
		width:100%;
		height:auto;
	}

	#search-boxes {
		display: block;
		width: 100%;
	}
	#search-boxes #dealer-search, #search-boxes #home-search {
		display: block;
		width: 100%;
		padding:40px;
	}
#new-head #logo-area #logo-area-inner #logo {
  display: block;
  float: left;
  margin: 0;
  position: relative;
}

#new-head #logo-area #logo-area-inner #logo h2 {
  margin: 0;
}

#new-head.sticky #default-logo, #new-head.sticky #retina-logo,
#new-head #default-logo, #new-head #retina-logo{
  transition: all 0.4s ease 0s;
  width: 150px;
}


.main-title .right {
  display: inline-block;
  font-size: 18px;
  line-height: 22px;
  margin-top: 20px;
  margin-left:10px;
}


	#content,
	.slider,
	#sidebar,
	.col-full,
	#extended-footer .inner {
		width: 100% !important;
	}

	#extended-footer .inner,
	#footer {
		width: 100%;
	}

	#sidebar{
		padding: 0;
	}

	.post .video {
		height: 100%;
	}

	#extended-footer .inner p{
		padding: 0 4%;
	}

	#footer-widgets .widget {
		padding: 0 4%;
	}

	.flex-caption{
	position: relative;
	left: auto;
	padding: 20px;
	max-width: 100%;
	margin:0 50px;
	text-align:center;
	min-width:100px;
}

.fade-effect .flex-caption p {
	display: none;
}

.flex-caption h2 {
	text-align:center;
}

#vidGrid ul li {
	width: 45%;
}

}

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

	#navigation .nav li .down-arrow {
    display: none !important;
}



	#TB_window {
	width:auto !important;
	left:88% !important;
	height:auto !important;
	top:50% !important;
}

	.flex-direction-nav .flex-prev {
		opacity: 1;
		left: 0;
	}

	.flex-direction-nav .flex-next {
		opacity: 1;
		right: 0;
	}

	.flex-caption h2 {
		font-size:18px;
		line-height:22px;
		margin:0;
	}

	#home-staff #flex-carousel .flex-direction-nav{
		bottom: 5%;
		left: 50%;
		position: absolute;
	}

	#footer-widgets .widget-section {
		width: 100%;
		padding:10px 30px;
	}

	.home-block {
	padding: 0;
}

.maphead {
  display: block;
}
.mapsplit {
  flex: none;
	display:block;
  padding: 20px;
	width:100%;
}

.testimonial-box {
	padding:20px 0;
}


}

/* iPad portrait */
@media screen and (max-width: 768px) {

div.testimonial_wrapper {
    max-width: 475px;
}

#home-lightspeed {
    background: url("https://www.nhance.com/wp-content/themes/nhance2022/images/lightspeed_call_bg.webp") no-repeat scroll 0 0 / 100% 100% transparent;

}
#home-lightspeed div.light_video {
	display:block;
    float:none;
	margin:10px auto;
}
#home-lightspeed .inner-pad {
	padding:0 10px;
}

	#content.home-testimonial{
		width: 97% !important;
	}

	.page-head{
	}

	.home-block .home-main, body.single-service #container #service-item-content, body.page-template-template-two-column #content {
	padding-top: 0;
	position: relative;
}


	#container {
		width: 93%;
	}

	.blog-masonry .three-col-grid li{
		margin-right: 22px;
	}

	#pagefaqs .pagefaqs-inner .hrf-faq-list {
		display: block;
	}
	#pagefaqs .pagefaqs-inner .hrf-faq-list article {
		flex: none;
		display:block;
		width: 100%;
	}


	.tree-items div.tree-header h3 {
		color:#fff;
		font-size:3vw;
		font-weight: bold;
		text-transform: uppercase;
	}

	.tree-items img.tree-nhance-logo {
		width:100%;
		max-width:150px;
	}

	.tree-items img.am-forests-logo {
		width:100%;
		max-width:100px;
	}

	body.page-id-2552 .tree-items img.tree-nhance-logo {
		max-width:140px;
	}

	body.page-id-2552 .tree-items img.am-forests-logo {
		max-width:90px;
	}
}

@media screen and (max-width: 730px) {
.main-title .right {
    display: none;
}
#req_app_wrap {
	display:inline;
	width:100%;
	background: transparent;
	text-align:left;
	padding:10px 0;
}


.estimate-column div h3 {
	font-size:2em;
	margin-bottom: 20px;
}

.estimate-column div h4 {
	font-size:3em;
}

a.h-changer {
text-align: center;
font-size: 16px;
padding: 10px;
}

body.page-template-template-catalog-home .wp-block-gallery.has-nested-images.accessories-gallery figure.wp-block-image figcaption {
	font-size: 14px;
}

}
/* Android (Samsung Galaxy) landscape */
@media screen and (max-width: 685px) and (min-width: 685px) {


	ul.three-col-grid li{
		margin-right: 21px;
	}

	.widget_nice_flickr .flickr_badge_image{
		height: 55px;
		width: 55px;
	}

	#container {
		width: 97%;
	}
}

@media screen and (max-width: 685px) {
	body.page-template-template-kbis #home-split-wrapper .gform_wrapper h2 {
		font-size: 34px;
	}

	.home-social .social{
		margin-left: 0;
		text-align: center;
	}

	.home-social .social-links {
		border-right: 0;
		width: 100%;
	}

	.home-social .social-links ul > li{
		margin-left: 5px;
		margin-right: 5px;
	}

	#home-service ul.four-col-grid li {
		width: 48%;
	}

	#home-service ul.four-col-grid li:nth-child(2n+1) {
		clear: both;
	}

	#container .home-testimonial{
		padding: 25px 0;
		width: 95% !important;
	}

	ul.service-grid li {
		padding: 25px 20px;
	}

	.blog-masonry .three-col-grid li{
		margin-right: 20px;
	}

	ul.feedback-grid li{
		width: 100%;
		margin: 0 0 30px;
		padding-bottom: 30px;
		border-bottom: 1px solid #efefef;
	}

	ul.feedback-grid li:last-child{ border-bottom: none; }

	.home-staff ul li{
		margin-bottom: 3%;
		text-align: center;
	}

	.home-staff ul li img{
		width: 40%;
		float: none;
	}

	.home-staff ul li .has-image .content{
		float: none;
		margin: 0;
		width: 100%;
	}

	.home-staff li .content .staff-title{
		margin-top: 15px;
	}

	ul.floor-damages li {
		width:100%;
	}
	.tree-items div.tree-header {
		width:35%;
	}

	.tree-items div.tree-header h3 {
		font-size:24px;
	}

	body.page-id-2552 .tree-items div.tree-header {
	width: 25%;
}

	body.page-id-2552 .tree-items div.tree-header h3 {
		line-height: 24px;
	}

	body.page-id-2552 .tree-items img.tree-nhance-logo {
		max-width:100px;
	}

	body.page-id-2552 .tree-items img.am-forests-logo {
		max-width:70px;
	}

	ul#palette-grid li,
	 ul#palette-grid.wide li{
		width:27%;
	}

	ul#palette-grid li span {
	font-size: 14px;
	font-weight: bold;
	padding: 10px 0;
}

}

/* --- Smartphones and small Tablet PCs --- */
@media screen and (max-width : 620px) {
html,body{
    -webkit-overflow-scrolling : touch !important;
    overflow: auto !important;
    height: 100% !important;
}

p.split-capt span {
	padding:0 10%;
}

.feedback-wrapper #reviewstream .review {
  width:95%;
}
	#content,
	.slider,
	#sidebar,
	.col-full,
	#extended-footer .inner {
		width: 100% !important;
	}

	#extended-footer .inner,
	#footer {
		width: 100%;
	}

	.content {
		width: 80%;
	}



	.widget_nice_feedback .feedback blockquote {
		padding-right: 0;
	}

	body.single-staff .staff-info.has-video, body.single-staff .staff-info.has-image{
		width: 52%;
	}

#new-head.sticky #default-logo, #new-head.sticky #retina-logo,
#new-head #default-logo, #new-head #retina-logo{
  width: 120px;
  margin-left:10px
}


.main-title .right {
    display:none;
}

}

/* --- Kindle Landscape --- */
@media screen and (max-width : 600px) {
	ul.three-col-grid li,
	.pre-footer-widgets .widget-section{
		width: 100% !important;
		padding: 20px 0 0 !important;
	}

	#footer #footer-widgets .widget_nice_flickr .flickr_badge_image {
		margin-left: 0;
		margin-right: 6px;
	}

	.one-col-grid.service-grid .entry-title,
	.one-col-grid.service-grid .excerpt-wrapper{
		max-width: 72%;
	}

	ul.service-grid-two-col li {
		margin-right: 0;
		width: 100%;
	}

	.home-staff ul li .content{
		width: 100%;
	}

	#container .home-testimonial .has-image .content{
		margin-top: 0;
		padding-top: 5px;
	}
	div.half-width {
  float: none;
  width: 100%;
  display:block;
}
}

/* iPhone 5 landscape */
@media screen and (max-width: 568px) {

	body.page-template-template-landing-2023 h1 span {
		font-size: 1.4em;
	}

body.page-template-template-landing-2023 h1 {
	font-size: 40px;
}

#home-lightspeed {
    background: url("https://www.nhance.com/wp-content/themes/nhance2022/images/lightspeed_call_bg.webp") no-repeat scroll 0 0 / 100% 100% transparent;

}
#home-lightspeed .inner-pad {
	padding:0 10px;
}


#homeVid {
	width:340px;
	height:auto;
	margin:0 auto;
}

p.green_call img, div.green_call img {
    display:none;
}

p.green_call, div.green_call, div.green_call ul li {
	padding:10px;
}

body.single-service .featured-image {
	margin-left:0;
}



img.alignleft, img.alignright, img.aligncenter {
	float: none;
	margin: 10px 0;
}

#home-pink .q_moved {
	position:relative;
	left:0;
}


#third_section .third_float {
    float: none;
    padding: 0 2%;
    width: 100%;
}

	body.single-staff .staff-info.has-video, body.single-staff .staff-info.has-image{
		width: 100%;
	}

	body.single-staff .thumb {
		float: none;
		margin: 0;
		width: 100%;
		text-align: center;
		margin-bottom: 20px;
	}

	body.single-staff .thumb img {
		width: 70%;
	}

	#vidGrid ul li {
		width: 100%;
	}

}

/* Android Landscape */
@media screen and (max-width: 515px) {
.flex-caption a.read-more.mobile-only {
	display:inline-block;
}

.flex-caption a.read-more.not-mobile {
	display:none;
}

	.widget #s {
		width: 90%;
	}

	.nice-contact-sidebar,
	.nice-contact-form {
		width: 100%
	}

	.one-col-grid.service-grid .thumb{
		width: 100%;
	}

	.home-social.corperate-dealer span {
	}
	.home-social.corperate-dealer a.readmore i.fa {
		display:inline;
		font-size:20px;
	}

}

/* iPhone Landscape */
@media screen and (max-width: 480px) {

	#commentform input.txt, #respond input[type="text"]{
		width: 60%;
	}

	#commentform textarea {
		width: 90%;
	}

	ul.service-grid li {
		padding: 25px 3.5%;
	}

	.home-staff ul li img{
		width: 55%;
	}

	#container .gallery .gallery-item{
		margin-right: 4%;
		width: 30%;
	}

	#container .gallery .gallery-item:nth-of-type(3n+3){
		margin-right: 0;
	}

	.gallery-item img{
		height: 100%;
	}

	body.single-service .featured-image{
		width: 100%;
		float: none;
		margin-right: 0;
	}

	#container .home-testimonial article{ text-align: center; }
	#container .home-testimonial .has-image .content{ padding-top: 10px; }

	.home-social.franchise-appointment a.readmore span {
		display:none;
}

	.home-social.franchise-appointment a.readmore i.fa {
		display:inline;
		font-size:20px;
}
.tree-items div.tree-header {
	width: 20%;
}

.tree-items div.tree-header h3 {
	font-size:16px;
}

.tree-items img.tree-nhance-logo {
	width:100%;
	max-width:80px;
}

.tree-items img.am-forests-logo {
	width:100%;
	max-width:60px;
}

}

/* Android (Samsung Galaxy) portrait */
@media screen and (max-width: 380px) {
	#nice_contact input,
	.nice-contact-form textarea{
		width: 90%;
	}

	#container .home-testimonial .entry .nice-image{
		clear: both;
		float: none;
		margin: 0 auto;
		width: 50%;
	}

	#container .home-testimonial .has-image .content{
		clear: both;
		width: 90%;
	}
	.flex-caption a#slideApp.read-more {
		display:none;
	}

}

/* iPhone portrait */
@media screen and (max-width: 320px) {


#third_section .third_float {
    float: none;
    padding: 0 2%;
    width: 100%;
}

	#home-service ul.four-col-grid li,
	ul.four-col-grid li {
		width: 100%;
		margin-right: 0;
		float:none;
	}

	ul.four-col-grid li:nth-child(even) {
		float:none;
	}

	.widget #s {
		width: 83.5%;
	}

	#container .home-testimonial .nice-image{
		float: none;
		width: 30%;
	}

	#container .home-testimonial .has-image .content{
		margin: 0;
		width: 100%;
	}
	.home-social .social-links ul > li{
		margin-left: 5px;
		margin-right: 5px;
	}

}

@media screen and (max-width: 340px) {
	#new-head .home-social.corperate-dealer #req_app_wrap, #new-head .home-social.franchise-appointment a#topApp {
		display: none;
	}

	.flex-caption a#orangeApp.read-more span {
		display:none;
	}
}


/* Crappy Android portrait */
@media screen and (max-width: 240px) {
	#footer-widgets .widget_nice_flickr .s div.flickr_badge_image:nth-of-type(3n+1){
		margin-left: 3px;
	}

	#footer #footer-widgets .widget_nice_flickr .s div.flickr_badge_image:nth-of-type(3n){
		margin-right: 0;
	}

	.home-staff .meet-doctor-button a{
		padding: 11px 45px;
	}

	.widget input#s{
		width: 81%;
	}
}
/* =Clearfix
-----------------------------------------------------------------------------*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

span.peak {position:absolute; left:-99999px; top:-99999px;}

div.customCommercial{
	width:100%;
	height:auto;
}

ul.four-col-grid .thumb a, #tabs .inside .tags a:hover, #toggle-nav {
    background-color: #fff !important;
}


body .home-block.home-staff h3 {
    color: #434547 !important;
	font-size:40px;
	margin-bottom:40px;
	text-align: center !important;
	text-transform: capitalize;
}

body #wrapper p a,
#content #navGalBot li a {
    color: #34627c;
}

body #wrapper #content p a {
	border-bottom:1px solid #34627c;
}

body .testimonial_wrapper .footer-review .feedback-author a {
	color:#34627c;
	text-decoration:underline;
}

body .testimonial_wrapper .footer-review .feedback-author a:hover,
body .testimonial_wrapper .footer-review .feedback-author a:active,
body .testimonial_wrapper .footer-review .feedback-author a:focus {
	color:#000;
}

.readmore {
    color: #fff !important;
}
#footer .testimonials .feedback .feedback-url, body #sidebar .widget_nice_appointments h3, .home-block h2 a, .home-block h3, .home-block h3 a, .welcome-message h2 b, .welcome-message h2 strong, .welcome-message h2 span, .one-col-grid.service-grid .entry-title a, .page-head h1.entry-title, body.page-template-template-contact-php #content h3, span.required, .home-staff li .staff-deparment a:hover, body.single-staff .staff-info header h1, .nice-contact-form #node, #content h2 a, #content .inner-page-left-ul li a, .tubepress-pagination-and-thumbs .tubepress-meta-title a {
    color: #6f6f71 !important;
}
.mob_button {
  background: #757878 none repeat scroll 0 0;
  border-radius: 20px;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  line-height: 16px;
	font-weight:700;
  margin: 0 5px;
  padding: 12px;
  position: relative;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}

body.page-template-template-leave-review a#slideApp,
body.page-id-50 a#slideApp,
body.page-id-10 a#slideApp {
	display:none;
}

#review-logos a {
	width:50px;
	margin-right:10px;
	display:inline-block;
}

section.payment-options {
	background: url(https://www.nhance.com/wp-content/themes/nhance2022/images/bg-payment-options.webp) no-repeat scroll left top #fff;
	display:block;
	width:618px;
	height:650px;
	margin:0 auto;
}

section.payment-options > ul {
	width:100%;
	padding:80px 90px 20px 20px;
}

section.payment-options ul li {
	list-style: none;
	margin-bottom:10px;
	color: #46525A;
	font-weight: bold;
	font-size: 22px;
}

section.payment-options ul li ul {
	margin-top:10px;
margin-bottom: 40px
}

section.payment-options ul li ul li {
	margin-left: 20px;
	font-size: 18px;
	font-weight: normal;
}

section.payment-options ul li ul li:before {
font-family: 'FontAwesome';
content: '\f068';
margin:0 15px 0 -30px;
color: #46525A;
}



body.page-template-template-directory #wrapper,
body.page-template-template-directory-state #wrapper {
	margin-top:0 !important;
}

body.page-template-template-directory #wrapper #content ol,
body.page-template-template-directory-state #wrapper #content ol  {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: auto;
  align-content: space-between;
}

body.page-template-template-directory-state #wrapper #content ol  {
	margin-left:20px;
}

body.page-template-template-directory #wrapper #content ol li,
body.page-template-template-directory-state #wrapper #content ol li {
  flex: 0 0 auto;
  margin: 5px;
	width:23%;
	margin-bottom:20px;
}

body.page-template-template-directory-state #wrapper #content ol li {
	width:48%;
	text-align: left;
	position: relative;
}

body.page-template-template-directory-state #wrapper #content ol li strong {
	margin-top:10px;
	display:block;
}

body.page-template-template-directory #wrapper #content ol li a,
body.page-template-template-directory-state #wrapper #content ol li a,
body.page-template-template-directory-state #wrapper #content ol li i {
	font-size: 18px;
	line-height:22px;
	display:block;
	color:#78787B;
}

body.page-template-template-directory-state #wrapper #content ol li i {
	position: absolute;
	top:0;
	left:-20px;
}

body.page-template-template-directory-state #wrapper #content ol li a {
	color:#325C77;
	margin-bottom: 8px;
}

body.page-template-template-directory #wrapper #content ol li a:hover {
	color:#434547;
}

body.page-template-template-directory-state #wrapper #content ol li a:hover {
	color:#434547;
}

body.page-template-template-jobs_directory #wrapper #content ul li {
	margin-bottom: 20px;
font-size: 20px;
}

body.page-template-template-jobs_directory #wrapper #content ul li a {
	color:#FF671F;
}

body.page-template-template-jobs_directory #wrapper #content ul li a:hover {
	color:#757B83;
}


@media screen and (max-width: 1175px) {
	.page-template-template-two-column #counter h4 {
	bottom: 1.4vw;
	font-size: 2.8vw;
	}

	.page-template-template-two-column #counter h4 span {
		font-size: 4vw;
		border: 2px solid #FF671F;
		padding: 0.5vw 0.5vw;
		margin: 0 2px;
	}

}

@media screen and (max-width: 860px) {
	#counter h4 {
		bottom: 2vw;
		font-size: 4vw;
	}

	#counter h4 span {
	font-size: 6vw;
	border: 2px solid #FF671F;
	padding: 2.5vw 1vw;
	margin: 0 2px;
}

.page-template-template-two-column #counter h4 {
	bottom: 2vw;
	font-size: 3.5vw;
}

.page-template-template-two-column #counter h4 span {
font-size: 6vw;
border: 2px solid #FF671F;
padding: 1vw;
margin: 0 2px;
}

}

@media screen and (max-width: 650px) {
section.payment-options {
	background: url(https://www.nhance.com/wp-content/themes/nhance2022/images/bg-payment-options.webp) no-repeat scroll left top #fff;
	display:block;
	width:100%;
	height:650px;
	margin:0 auto;
	background-size: contain;
}

section.payment-options > ul {
	width:100%;
	padding:40px 30px 20px 0;
}

section.payment-options ul li {
	list-style: none;
	margin-bottom:0;
	color: #46525A;
	font-weight: bold;
	font-size: 16px;
}

section.payment-options ul li ul {
	margin-top:0;
margin-bottom: 20px
}

section.payment-options ul li ul li {
	margin-left: 20px;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
}

section.payment-options ul li ul li:before {
font-family: 'FontAwesome';
content: '\f068';
margin:0 15px 0 -30px;
color: #46525A;
}

}


@media screen and (max-width: 600px) {
	#counter {
		margin-top:20px;
	}
	#counter h4 {
		bottom: 4vw;
		font-size: 4vw;
	}

	#counter h4 span {
	font-size: 6vw;
	border: 1px solid #FF671F;
	padding: 2.5vw 1vw;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	margin: 0 2px;
}


.page-template-template-two-column #counter h4 {
	bottom: 5vw;
	font-size: 2.5vw;
}

.page-template-template-two-column #counter h4 span {
font-size: 5vw;
border: 1px solid #FF671F;
padding: 1vw;
margin: 0 2px;
}

.bx-viewport li.baslideli {
	margin: 0 !important;
}

#slideOverlay::before {
	background: transparent;
}

body.page-template-template-kbis .wp-block-column.split-1 {
	display:none;
}

}

@media screen and (max-width: 400px) {
	#home-search form #s {
	width: 100%;
}

.mapover {
	padding: 20px;
}

.mapover #pac-container {
	width:330px !important;
}
.mapover #pac-container #pac-input {
	width:200px !important;
}
}

/***CSS FOR REFINISHING PAGE***********/

/*************************************************/
/*******Padding, Margins, Layout************/
/***********************************************/

.section-padding {
padding-left: 13%;
padding-right: 13%;
padding-bottom: 0px;
}

.white-content-section {
padding-left: 4%;
padding-right: 4%;
max-width: 1300px;
margin: auto;
}

.no-margin {padding-bottom: 0px!important; margin-bottom: 0px!important;}

.top-padding {padding-top: 75px;}
.bottom-padding {padding-bottom: 75px;}

.icon-padding {margin-right: 50px}

.column23 {
width: 60%;
max-width: 60%;
float: left;}

.column13 {
width: 30%;
max-width: 30%;
float: left; }

@media (max-width: 782px) {
.wp-block-columns {
    display: table!important;
}
.wp-block-column:not(:first-child), .wp-block-column:nth-child(2n) {
    margin-left: 0px!important;
}
.wp-block-column:not(:last-child) {
    margin-right: 0px;
}}

@media (max-width: 400px) {
	#virtual-statement,
	#covid-statement {
		display:none;
	}
	body.home #home-service {
		padding:0 0 40px !important;
	}

}

.has-3-columns .wp-block-column  {
margin-right: 5px!important;
margin-left: 5px!important;}

/*************************************************/
/*******Typography****************************/
/***********************************************/

.text p {font-size: 15px; line-height: 23px;}
.text-bigger {
font-size: 18px;
line-height: 25px;
width: 70%!important;
margin: auto;
}

.dark-header {
font-size: 36px!important;
font-weight: 600!important;
line-height: 40px!important;
}

.orange-header {
font-size: 36px!important;
color: #ee7a40!important;
font-weight: 600!important;
line-height: 40px!important;
padding-top: 10px!important;
}
.orange-header-small {
font-size: 24px!important;
color: #ee7a40!important;
font-weight: 600!important;
line-height: 30px!important;
padding-top: 10px!important;
}

.subhead {
letter-spacing: 3px;
color: #808383;
font-size: 15px!important;
font-weight: 500;
padding-bottom: 0px!important;
margin-bottom: 0px!important;}

ul {
  list-style-type: circle; }

.orange-background h2 {
color: white!important;
font-size: 40px!important;
line-height: 45px;
}

.orange-background h3, .orange-background a {
color: white!important;
font-size: 32px!important;
line-height: 32px;
}

.wood-bg-text {
font-size: 20px;
line-height: 1.4em;
font-weight: 600; }


/*************************************************/
/*******Dividers and Backgrounds***********/
/***********************************************/

.grey-divider:after {
content: '';
display: block;
background-color: lightgray;
width: 65px;
height: 4px;
margin-top:20px;}

.white-divider:after {
content: '';
display: block;
background-color: white;
width: 135px;
height: 2px;
margin-top:12px;
margin-bottom:12px;}

.orange-background {
color: white;
background-color: #f47331!important;
background-image: url('https://www.nhance.com/rdsi/files/2019/03/orange-curve-background.jpg');
background-repeat: no-repeat;
background-position: center right;
background-size: cover;
padding-top: 40px!important;
padding-bottom: 40px!important;
}

.wood-background {
color: white;
background-color: #e9eaea!important;
background-image: url('https://www.nhance.com/rdsi/files/2019/03/n-hance-wood-backgroud.png');
background-repeat: no-repeat;
background-position: center right;
background-size: cover;
padding-top: 40px!important;
padding-bottom: 40px!important;
}

.grey-background {background-color: #e9eaea; margin-bottom: 0px!important;}

/*************************************************/
/*******Google Map***************************/
/***********************************************/

.map-responsive{
    overflow:hidden;
    padding-bottom: 300px;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}


/*************************************************/
/*******Testimonials***************************/
/***********************************************/

.testimonial {
padding: 20px;
color: #000;
position: relative;
background: #f47331;
border-radius: .4em;}


.testimonial-name {
font-size: 18px;
font-weight: 700;
margin-top: 30px;}

.testimonial-section-padding {
padding-left: 20%;
padding-right: 20%; }


/*************************************************/
/*******Instagram Feed***********************/
/***********************************************/

#eapps-instagram-feed-1 {
    width: 74%;
    margin: auto;}

.eapps-instagram-feed-title {
font-size: 36px!important;
font-weight: 600!important;
line-height: 40px!important;}


/*************************************************/
/*******Miscellaneous*************************/
/***********************************************/

.blurb a{
color: white!important;
font-size: 48px; }
.blurb a:hover {color: #f47331!important;}

.blurb {margin-right:0px!important; margin-left: 0px!important;}

#home-search.home-block {padding: 180px 0!important;}

.img-shadow {box-shadow: 0px 12px 18px -6px rgba(0,0,0,0.3);}

.wp-block-button__link:hover {background-color: #f4854a!important;}




/*************************************************/
/*******Catalog*************************/
/***********************************************/

body.page-template-template-catalog-inner .entry h1,
body.page-template-template-catalog-inner .products h1,
body.page-template-template-catalog-inner h1 {
	text-align: center;
	color: #434547;
	line-height: 1.5em;
	margin: 0 0 0.5em;
	font-family: futura-pt, arial, sans-serif;
	font-size:36px;
}

body.page-template-template-catalog-home h2 {
	font-size: 30px;
	font-weight: 600;
	line-height: 1.4em;
	color: #434547;
	margin-bottom: 20px;
	font-family: futura-pt, sans-serif;
}

h3.alexa-head {
	color:#ef7038;
	font-family: alex-brush,sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:36px;
	line-height:1.4em;
}

body.page-template-template-catalog-home .home-intro p {
	font-size: 24px;
	line-height: 32px;
	font-family: futura-pt, sans-serif;
}

body.page-template-template-catalog-inner .taxonomy-description {
	text-align: center;
	margin-bottom: 40px;
}

.alt-fig .blocks-gallery-grid .blocks-gallery-image figcaption,
.alt-fig .blocks-gallery-grid .blocks-gallery-item figcaption,
.alt-fig .wp-block-gallery .blocks-gallery-image figcaption,
.alt-fig .wp-block-gallery .blocks-gallery-item figcaption {
	position: absolute;
	bottom: 0;
	width: 100%;
	max-height: 100%;
	overflow: auto;
	padding: 40px 10px 9px;
	color: #fff;
	text-align: center;
	font-size: 2rem;
	background: none;
	font-family: alex-brush,sans-serif;
	font-weight: 400;
	font-style: normal;
	text-shadow: 2px 2px 2px rgba(150, 150, 150, 1);
}

span.alexa {
	font-family: alex-brush,sans-serif;
font-weight: 400;
font-style: normal;
}


body.page-template-template-catalog-home .home-intro {
	text-align: center;
	color: #757B83;
	background-color: transparent;
	text-shadow: 0 0 3px #ffffff;
}

body.page-template-template-catalog-home .wrapper {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
	padding: 20px;
}

.full-columns[class*='columns-'] {
	width: 100%;
	float:none;
}

.full-columns .blocks-gallery-grid .blocks-gallery-item,
.full-columns .wp-block-gallery .blocks-gallery-item {
	flex-grow: 0;
}

body.page-template-template-catalog-inner #product_listing .classic-grid h2.product-name,
body.page-template-template-catalog-inner .classic-grid h2.product-name,
body.page-template-template-catalog-inner .ecommerce-product-catalog .classic-grid h2.product-name {
	font-size: 20px;
	padding: 10px 0;
	color: #434547;
	line-height: 22px;
	text-align: center;
}

body.page-template-template-catalog-inner .catalog-header {
	display:none;
}



body:not(.page-template-template-landing-page) .pum {
	display:none;
}

body.page-template-template-google-map-locator .gm-style .gm-style-iw-c,
#map .gm-style-iw-c {
	max-width:340px !important;
	min-width:340px !important;
}

#map .gm-style .gm-style-iw-d,
#map .gm-style-iw-c {
	max-height:500px !important;
}

#map .gm-style-iw-c {
	max-width:340px !important;
}

body.postid-3808.siteID1 article.post-3808 {
	padding:20px;
}

body.single-post.siteID1 h2 {
	font-family: 'Encode Sans Condensed', sans-serif;
font-size: 36px;
margin-bottom: 20px;
line-height: 1.1em;
color: #34627c;
}

body.postid-3808.siteID1 h2 {
margin-bottom: 40px;
text-align: center;
}

body.postid-3808.siteID1 .howto-steps {
	padding:20px 0;
	border-bottom:2px solid #F27122;
	display:block;
}


body.single-post.siteID1 h3 {
	font-family: 'Encode Sans Condensed', sans-serif;
font-size: 24px;
margin-bottom: 20px;
line-height: 1.1em;
color: #434547;
display:block;
}



body.postid-3808.siteID1 .howto-steps h3 {
	font-family: 'Encode Sans Condensed', sans-serif;
font-size: 24px;
margin-bottom: 20px;
line-height: 1.1em;
color: #434547;
display:inline-block;
width:auto;
padding:20px 20px 20px 0;
border:2px solid #F27122;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
border-radius: 50px;
}



body.postid-3808.siteID1 .howto-steps h3 span {
	font-family: 'Encode Sans Condensed', sans-serif;
font-size: 28px;
font-weight: bold;
margin-bottom: 20px;
line-height: 1.1em;
color:#fff;
background-color: #434547;
padding:20px;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
border-radius: 50px;
}

.blue-cta {
	background-color: #34627c;
	-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
padding:80px 40px;
margin-top:40px;
}

.blue-cta h3 {
	font-family: 'Encode Sans Condensed', sans-serif;
font-size: 32px;
margin-bottom: 20px;
line-height: 1.2em;
color: #fff !important;
text-align: center !important;
}

.blue-cta p {
	text-align: center;
	margin:40px 0;
}

.blue-cta p a {
	font-family: 'Encode Sans Condensed', sans-serif;
font-size: 24px;
line-height: 1.1em;
	border:2px solid #fff;
	-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius:8px;
background-color:#fff;
color:#34627c;
text-align: center;
margin:10px;
padding:12px 20px;
}

.blue-cta p a:hover,
.blue-cta p a:active,
.blue-cta p a:focus {
	background-color:#34627c;
	color:#fff !important;
}




@media (max-width: 700px) {

	.blue-cta p a {
		display:block;
	}
}

/* Kite Fix */
.km-row [class*="columns-"] {float: none !important;}


.km-small-cta .wp-block-group__inner-container {
	width:100%;
}

[class*="columns-"] {
	margin-bottom:40px;
}

#hero-dt {
	display:block;
}

#hero-mb {
	display:none;
}

@media (max-width: 800px) {

#hero-dt {
	display:none;
}

#hero-mb {
	display:block;
}

}

.gform_wrapper.gravity-theme .gfield_required {
	color: #B42808 !important;
}

#gform_wrapper_1 #field_1_11 {
	visibility:visible !important;
}
@media (max-width: 768px) {
	#navigation {
		display:none;
	}
}
.location-alpha-list {
	margin:20px 0;
}

.location-alpha-list ul,
.location-alpha-list ul li {
	list-style:none;
	margin:0;
	padding:0;
}

.location-alpha-list ul li {
	display:inline-block;
	text-align:center;
	margin-right:12px;
}


.location-alpha-list ul li a {
	border:1px solid #f4f3f3;
	padding:10px 14px;
}

.location-alpha-list ul li a:hover,
.location-alpha-list ul li a:focus {
	color:#FF7622;
}

.local-list ol {
	display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: start;
  align-items: auto;
  align-content: start
}

.local-list ol li {
	flex: 0 0 auto;
  margin: 10px;
  border:1px solid #f4f3f3;
	padding:20px;
	width:48%;
}

@media (max-width: 768px) {
	.local-list ol li {		
		width:100%;
	}
}

.wp-block-columns {
    gap: 3em !important;
}
.contact-section-2 {
            background-color: #315d77; /* Blue background color */
            color: white;
            text-align: center;
            padding: 60px 20px;
        }

        .contact-section-2 {
            margin-bottom: 40px; /* Space below the heading */
            color: white; /* Ensure heading is white */
        }

        /* Cards Container */
        .contact-cards {
            display: flex;
            justify-content: center;
            flex-wrap: wrap;
            gap: 20px;
        }

        /* Individual Cards */
        .contact-card {
            background-color: white;
            color: #333;
            width: 250px;
            padding: 30px 20px;
            border-radius: 10px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            text-align: center;
            border-bottom: 5px solid #f57c00; /* Orange border only at the bottom */
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }

        .contact-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
        }

        /* Icons */
        .contact-card i {
            font-size: 40px;
            color: #f57c00; /* Orange icon color */
            margin-bottom: 20px;
        }

        /* Links */
        .contact-card a {
            text-decoration: none;
            color: #315d77; /* Blue text color */
            font-weight: 500;
        }

        .contact-card a:hover {
            text-decoration: underline;
        }

        /* Text Styling */
        .contact-card p {
            margin: 5px 0;
            font-size: 18px;
            font-weight: bold; /* Bold titles */
            color: #333;
        }
.ti-widget-container {
    margin-bottom: 10px;
    text-align: left;
} 
.ti-widget.ti-goog {
    margin-bottom: 10px;
    text-align: left;
}  
.footer-bc{
  position: relative;
  width: 100vw;
  min-height: 80vh; /* Adjust height if needed */
  background: url('https://nhancecanada.ca/stagingtwo/wp-content/uploads/sites/46/2025/03/N-Hance-Vancouver-Skyline.png') 
  center center / cover no-repeat;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: flex-start; /* Align content to the left */
  padding: 50px 10%;
  text-align: left;
}
