/* CSS Document */


/*
You can add your own CSS here. 

Click the help icon above to learn more.
*/
body {
	text-shadow: none !important;
	background-color: #ffffff;
}
.entry-wrap {
	display: block;
	padding: 0;
	background-color: inherit;
	border-radius: 0;
	box-shadow: none;
}
.has-post-thumbnail .entry-featured {
	border-bottom: 0;
}
a:hover {
	text-decoration: underline;
}

@media (min-width: 980px) {

body.x-navbar-fixed-top-active .x-navbar-wrap {
	height: 120px;
}

}

.x-navbar {
	border-bottom: none;
}
.x-navbar .desktop .x-nav li>a>span:after {
	display: none;
}
.x-breadcrumb-wrap {
	font-size: 13px;
	text-shadow: none;
	letter-spacing: .04em;
	background-color: rgb(242,242,242);
}
.x-breadcrumb-wrap a:hover {
	text-decoration: none;
}


.button {
	text-shadow: none !important;
	padding: 10px 30px;
	font-weight: 300;
}
h1, h2, h3, h4, h5 {
	margin-bottom: 10px !important;
}
.entry-wrap h1, .entry-info h1, h1.entry-title.entry-title-portfolio {
	font-size: 34px;
	font-weight: 400;
}
h1.entry-title.entry-title-portfolio {
	padding-bottom: 20px;
}
.entry-thumb {
	background-color: #2b2b2b;
}
.entry-thumb:before {
	display: none;
}
.entry-thumb img {
	transition: none;
}
a.entry-thumb:hover img {
	opacity: .7;
}
body.single-post .entry-featured .entry-thumb {
	margin-bottom: 30px;
}
.entry-wrap h2 {
	font-weight: 400;
	color: #97200d;
	text-transform: uppercase;
	font-size: 24px;
}
.entry-wrap h3 {
	font-weight: 400;
	font-size: 20px;
}
.entry-wrap h4 {
	font-weight: 400;
	font-size: 18px;
	text-transform: uppercase;
}
.entry-wrap h4.h-widget, aside h4.h-widget {
	text-transform: none;
	text-align: left;
	text-shadow: none;
	font-size: 24px;
	color: rgb(43, 43, 43);
	line-height: 27px;
}
.entry-wrap h5 {
	font-weight: 400;
	font-size: 16px;
}
h1.h-landmark {
	font-size: 34px;
	font-weight: 500;
	letter-spacing: .02em;
}
.p-landmark-sub {
	padding: 0;
}
.x-accordion {
	font-family: "Roboto", sans-serif;
}
.x-accordion-group {
	box-shadow: none;
	border: 1px solid rgb(242,242,242);
}
.x-accordion-heading .x-accordion-toggle:hover {
	background-color: rgb(249,249,249);
	text-decoration: none;
	color: rgb(43,43,43);
}
.x-accordion-heading .x-accordion-toggle {
	font-family: "Roboto", sans-serif;
}
.x-accordion-inner {
	border-top: none;
	padding: 0px 20px 25px 35px;
}

.x-navbar .desktop .x-nav > li > a:hover, .x-navbar .desktop .x-nav > .x-active > a, .x-navbar .desktop .x-nav > .current-menu-item > a {
	box-shadow: none !important;
	/*background-color: #97200d;*/
	border-bottom: none !important;
	opacity: 0.9;
	background: #ECECEC;
	color: #292929;
}

.desktop .sub-menu {
	/*background-color: #97200d;*/
	font-shadow: none !important;
	font-size: 16px;
	font-weight: 400;
	margin-top: 15px;
	border-radius: 0;
	opacity: 0.9;
	background: #ECECEC;
}
.x-navbar .desktop .sub-menu a {
	/*color: rgb(255,255,255) !important;*/
	color: #292929 !important;
}
.x-navbar .desktop .sub-menu a:hover {
	/*color: rgba(255,255,255,.75) !important;*/
	color: #e44126 !important;
	background-color: transparent;
	text-decoration: underline;
}
.x-nav-tabs a {
	background-color: rgb(249, 249, 249) !important;
	color: rgb(43, 43, 43)!important;
}
.x-nav-tabs > .active > a, .x-nav-tabs > .active > a:hover {
	box-shadow: none !important;
	background-color: rgb(255, 255, 255) !important;
	color: #e44126 !important;
}
.x-nav-tabs {
	border: none;
	box-shadow: none !important;
}
.x-tab-content {
	border: none;
	box-shadow: none !important;
}
.x-nav-tabs>li {
	border: none;
}
.x-nav-tabs>li>a {
	font-size: 16px;
	font-weight: 400;
}

.x-navbar-fixed-top-active .desktop .x-nav .x-megamenu>.sub-menu {
	/* max-width: 800px; */
  max-width: 1200px;
	left: auto !important;
}

.x-navbar .desktop .sub-menu li.kc-services-btn {
	text-align: center !important;
}

.x-navbar .desktop .sub-menu li.kc-services-btn .sub-menu {
	text-align: left !important;
}

.x-navbar .desktop .sub-menu .kc-services-btn > a {
	text-shadow: none !important;
    padding: 10px 30px !important;
    font-weight: 500 !important;
	color: #ffffff !important;
    border-color: rgb(151,32,13) !important;
    background-color: rgb(151,32,13) !important;
	border-radius: 0.25em !important;
	font-size: 16px !important;
	/* display: inline-block !important; */
  display: block !important;
  text-align: center;
}

.x-navbar .desktop .sub-menu .kc-services-btn > a:hover {
	border-color: #e44126 !important;
    background-color: #e44126 !important;
	color: #ffffff !important;
	text-decoration: none !important;
}

.desktop .x-nav .x-megamenu>.sub-menu>li>.sub-menu li:last-child {
	font-size: 14px;
	margin-top: 7px;
	text-transform: uppercase;
}

blockquote {
	font-family: "Roboto", sans-serif !important;
	color: #97200d !important;
	font-style: italic;
	font-size: 24px;
	font-weight: 300;
	letter-spacing: 1px;
	line-height: 34px;
	padding: 30px 60px 30px 60px;
	margin: 30px 0;
	border-top: 1px solid rgb(200,200,200);
	border-bottom: 1px solid rgb(200,200,200);
}
blockquote p {
	margin: 0 !important;
}
/* Start Rescent Projects in Sidebar */
ul.latest-projects-loop-container {
	margin-left: 0 !important;
	margin-top: 17px;
	padding: 0;
	box-shadow: none;
	border-radius: 0;
	border: 0;
	border-bottom: 0;
}
ul.latest-projects-loop-container > li {
	list-style: none;
	margin-bottom: 25px;
	padding: 0;
	box-shadow: none;
	border-radius: 0;
	border: 0;
	border-bottom: 0;
}
ul.latest-projects-loop-container > li > a {
	cursor: pointer;
	display: block;
	border: none;
	background: #2b2b2b;
	color: rgb(255, 255, 255) !important;
	
}

ul.latest-projects-loop-container.home-news > li > a {
	-moz-box-shadow: 0 0 5px #ccc;
    -webkit-box-shadow: 0 0 5px #ccc;
    box-shadow: 0 0 5px #ccc;
}
ul.latest-projects-loop-container > li > a:hover {
	text-decoration: none;
	background: #e1e1e1;
	color: #2b2b2b !important;
}
ul.latest-projects-loop-container > li > a > span {
	display: block;
}
ul.latest-projects-loop-container > li > a > span:first-child {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	min-height: 100px;
	max-height: 100px;
	display: block;
}
ul.latest-projects-loop-container > li > a:hover > span:first-child {
	-khtml-opacity: .80;
	-moz-opacity: .80;
	-ms-filter: "alpha(opacity=80)";
	filter: alpha(opacity=80);
 filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0.8);
	opacity: .8;
}
ul.latest-projects-loop-container > li > a > span:last-child {
	padding: 15px;
	text-shadow: none;
}
ul.latest-projects-loop-container.home-news > li > a > span:last-child {
	background: hsl(0, 0%, 97%);
	color: #e44126;
}
ul.latest-projects-loop-container > li > a > span:last-child > div:first-child {
	font-weight: 300;
	font-size: 18px;
	line-height: 1.2;
}
ul.latest-projects-loop-container.home-news > li > a:hover > span:last-child > div:first-child {
	color: #97200d;
	text-decoration: underline;
}
ul.latest-projects-loop-container > li > a > span:last-child > div:last-child {
	font-size: 14px;
	display: table;
	position: relative;
	margin-top: 5px;
	width: 100%;
}
ul.latest-projects-loop-container.home-news > li > a > span:last-child > div:last-child {
	color: rgb(43,43,43);
}
 ul.latest-projects-loop-container > li > a > span:last-child > div:last:child > span {
 display:table-cell;
 position:relative;
 margin-top:10px;
}
ul.latest-projects-loop-container > li > a > span:last-child > div:last-child > span:last-child {
	width: 20px;
	text-align: right;
	float: right;
}
 ul.latest-projects-loop-container > li > a > span:last-child > div:last:child > span:last-child i {
 font-size: 16px;
 font-family: "KCOS";
 color: rgb(255, 255, 255);
}
#sidebar-rfp-button {
	margin-top: 10px;
}
/*
  font-size: 18px;
  color: rgb(255, 255, 255);
  line-height: 1.2;

*/

/* End Rescent Projects in Sidebar */


/* Start testimonials in Sidebar */
ul.testimonials-sidebar-container {
	margin-left: 0 !important;
	box-shadow: none;
	border: none;
}
ul.testimonials-sidebar-container > li {
	list-style: none;
	margin-bottom: 25px;
	padding: 0;
	border-bottom: 0;
	box-shadow: none;
}
ul.testimonials-sidebar-container > li:last-child {
	margin-bottom: 0;
}
ul.testimonials-sidebar-container > li:hover {
	text-shadow: none;
}
ul.testimonials-sidebar-container > li > span:first-child {
	font-size: 14px;
	font-style: italic;
	line-height: 1.714;
	display: block;
	margin-bottom: 5px;
}

.x-main.left ul.testimonials-sidebar-container > li > span:first-child {
	font-size: 17px;
}
ul.testimonials-sidebar-container > li > span:last-child {
	font-size: 13px;
	font-weight: 400;
	display: block;
}
.widget ul.testimonials-sidebar-container li a {
	border-bottom: none;
    color: #e44126;
}

.button i.icons8-right {
	margin-right: 5px;
}
/* End testimonials in Sidebar */


/* Start Recent News in Sidebar */
.widget.widget_recent_entries li a {
	color: #e44126;
	text-shadow: none;
	font-size: 19px;
}
.widget.widget_recent_entries li a:hover {
	color: rgb(151,32,13);
}
.widget.widget_recent_entries ul {
	border-radius: 0;
	border: none;
	margin: 10px 0 0 0;
	box-shadow: none;
}
.widget.widget_recent_entries ul li {
	padding: 20px 0;
	box-shadow: none;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}
.widget.widget_recent_entries ul li:first-child {
	padding: 10px 0 20px 0;
}
.widget.widget_recent_entries ul li:hover {
	background-color: transparent;
}
.widget.widget_recent_entries li .post-date {
	font-size: 13px;
	text-transform: none;
	font-style: italic;
	text-shadow: none;
	opacity: 1;
}
/* End Recent News in Sidebar */

/* Start Related News in Sidebar */
#execphp-20 > h4, #execphp-21 > h4 {
	display: none;
}
/* End Related News in Sidebar */

/* Start Sidebar Nav Styles */
.widget_nav_menu ul li.current-page a {
	color: #e44126;
	background-color: #fff;
}
.widget_nav_menu ul li:first-child a {
	border-top: 1px solid rgba(0,0,0,0.1);
}
.widget_nav_menu ul li:last-child a {
	border-bottom: 1px solid rgba(0,0,0,0.1);
}
.widget_nav_menu ul li a:before {
	display: none;
	content: "TEST";
}
.menu-blog-container {
	padding-top: 5px;
}
.menu-blog-container > ul {
	border: none;
	box-shadow: none;
	border-radius: 0;
}
.menu-blog-container > ul li {
	border: none;
	box-shadow: none;
}
.menu-blog-container > ul li a {
	box-shadow: none;
	padding: 0.65em 0.85em 0.65em 0;
	color: #e44126;
	text-shadow: none;
	font-size: 16px;
	font-weight: 400;
}
.menu-blog-container li.current-page a {
	font-size: 19px;
}
.menu-blog-container a:hover, .menu-blog-container li.current-page a:hover, .menu-blog-container li.current-page a {
	padding: 0.65em 0.85em;
}
/* End Sidebar Nav Styles */
/* Start BX Slider for Project Gallery */
ul.bxslider {
	margin: 0 !important;
	list-style: none;
}
/* End BX Slider for Project Gallery */

/* Start Project Overview tile */
#project-overview-container {
	background-color: #ffffff;
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	float: right;
	margin-left: 20px;
	width: 50%;
}

@media only screen and (max-width: 1000px) {
#project-overview-container {
	width: 100%;
	float: none;
	margin-left: 0;
	margin-bottom: 30px;
}
}
.project-overview-container-top {
	padding: 25px;
	margin: 0 !important;
	list-style: none;
	display: block;
	position: relative;
	background-color: rgb(242,242,242);
}
.project-overview-container-top > h2 {
	font-size: 28px;
	color: rgb(43, 43, 43);
	font-weight: 200;
	text-transform: none !important;
	margin-top: 0 !important;
}
.project-overview-container-top > ul {
	margin: 0 !important;
}
.project-overview-container-top > ul > li {
	display: table;
	width: 100%;
	position: relative;
	margin-bottom: 13px;
}
.project-overview-container-top > ul > li:last-child {
	margin-bottom: 0;
}
.project-overview-container-top > ul > li > span {
	display: table-cell;
	position: relative;
	vertical-align: top;
	font-size: 14px;
}
.project-overview-container-top > ul > li:last-child > span {
	vertical-align: middle;
}
.project-overview-container-top > ul > li > span > i {
	font-size: 30px;
	margin-right: 10px;
	vertical-align: middle;
	line-height: 30px;
}
.project-overview-container-top > ul > li > span > i:last-child {
	margin-right: 0;
}
.project-overview-container-top > ul > li > span:first-child {
	width: 100px;
	font-size: 14px;
	color: rgb(43, 43, 43);
	font-weight: 400;
	padding-right: 15px;
}
.project-overview-container-bottom {
	display: block;
	position: relative;
}
#map_canvas, #map_canvas_contact {
	height: 100%;
	position: relative;
	overflow: hidden;
	min-height: 215px;
}
#map_canvas_top {
	height: 100%;
	position: relative;
	overflow: hidden;
	min-height: 400px;
}
.map-content {
	max-width: 200px;
}
.map-content h4 {
	margin-top: 0;
	font-size: 14px;
}
.map-content p {
	margin-top: 0;
	font-size: 12px;
	margin-bottom: 9px;
}
.map-content p:last-child {
	margin-bottom: 0;
}
/* End Project Overview tile */

/* Start Project Isotope View */

.x-portfolio-filters-menu {
    margin-top: 30px;
    text-align: left;
}

#x-iso-container .entry-wrap.cf {
	border: none;
	padding: 0;
	background: #2b2b2b;
}
#x-iso-container .entry-wrap.cf a {
	background: #2b2b2b;
	padding: 15px;
	color: rgb(255, 255, 255);
	display: block;
}
#x-iso-container .entry-wrap.cf a:hover {
	text-decoration: none;
	background: #e1e1e1;
	color: #2b2b2b;
	transition: none;
}
#x-iso-container .entry-wrap.cf a:hover .entry-title.entry-title-portfolio {
	color: #2b2b2b;
}
#x-iso-container .entry-wrap.cf a .entry-title.entry-title-portfolio {
	text-transform: none;
	text-align: left;
	padding: 0;
	margin: 0;
	color: #ffffff;
	font-weight: 300;
	font-size: 18px;
	line-height: 1.2;
	margin-bottom: 0 !important;
}
#x-iso-container .entry-wrap.cf a .vh-sidebar-txt > div {
	font-size: 14px;
	display: table;
	position: relative;
	margin-top: 5px;
	width: 100%;
}
#x-iso-container .entry-wrap.cf a .vh-sidebar-txt > div > span:last-child {
	width: 20px;
	text-align: right;
	float: right;
}
.x-header-landmark {
	text-align: left;
	position: relative;
}
.x-navbar {
	box-shadow: 0 0.15em 0.35em 0 rgba(0,0,0,0.1);
	z-index: 10000;
}
.x-header-landmark .x-header-landmark {
	text-align: left;
}
.x-header-landmark .h-landmark span:before, .h-landmark span:after {
	display: none;
}
.x-portfolio-filters {
	position: absolute;
	right: 0;
	top: 0;
	border-width: 1px;
	border-color: rgb(120, 120, 120);
	border-style: solid;
	border-radius: 5px;
	color: rgb(120, 120, 120);
	text-transform: none;
	font-size: 16px;
	padding: 10px 15px;
	display: none /* Delete this line to add back to page */;
	
}
.x-portfolio-filters span {
	position: relative;
	display: table;
}
.x-portfolio-filter {
	display: inline-block;
	border-radius: 5px;
	border: none;
	/* background-color: rgb(225, 225, 225); */
	/* background: #e1e1e1; */
	background: #ac1100;
	font-size: 16px;
	font-family: "Roboto";
	/* color: rgb(43, 43, 43); */
	color: #fff;
	text-transform: none;
	padding: 7px 10px;
	margin: 5px 5px;
}
.x-portfolio-filter:focus, .x-portfolio-filter:hover {
	background: #e44126;
	color: #fff;
	text-decoration: none;
}
.x-portfolio-filters-menu .selected {
	background-color: rgb(43, 43, 43);
	color: #ffffff;
}
.x-portfolio-filter > span {
	postition: relitive;
	display: table;
}
.x-portfolio-filters i {
	margin-right: 5px;
	/*display: table-cell;*/
	position: relative;
	vertical-align: middle;
	font-family: "Roboto", sans-serif;
	display: none /* Delete this line to add back to page */;
}
.x-portfolio-filters i:before, .x-portfolio-filter i:before {
	padding: 0 5px 0 0;
}
.x-portfolio-filters:hover {
	text-decoration: none;
}
.x-container.offset {
	margin: 40px auto;
}
/* End Project Isotope View */

/* Start Header Image */
#kc-header-image-container {
	background: no-repeat center center;
	min-height: 300px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
/* End Header Image */
/* Start Home Page Styles */
.x-navbar-fixed-top-active .x-navbar-wrap {
	margin-bottom: 0;
}
.h-custom-headline.accent span:before, .h-custom-headline.accent span:after {
	border-top: none !important;
	border-bottom: none !important;
}
body.home blockquote {
	padding: 0 60px;
	margin: 0;
	border-top: none;
	border-bottom: none;
}
#post-2, #post-2 .entry-content {
	margin-top: 0;
}
.x-btn.x-btn-large {
	padding: 0.579em 1.105em;
	text-shadow: none;
}
.x-btn.x-btn-large > i {
	top: 1px;
	position: relative;
	margin-right: 5px;
}
/* End Home Page Styles */

/* Start Home Gallery Styles */

#new-home-gallery-main-container {
	display: block;
}
.new-home-gallery-container {
	display: block;
	margin: 30px 5%;
}
.new-home-gallery-text {
	display: inline-block;
	position: relative;
	vertical-align: middle;
	width: 40%;
}

@media only screen and (max-width: 768px) {
.new-home-gallery-text {
	width: 100%;
	padding: 0 20px;
}
}
.new-home-gallery-text p {
	font-size: 18px;
	line-height: 26px;
	margin-bottom: 30px;
	text-shadow: 0px 0px 4px rgba(255, 255, 255, 0.3);
	font-weight: 500 !important;
	color: #191919 !important;
}
.new-home-gallery-text a {
	text-decoration: none !important;
	margin-bottom: 100px;
}
.new-home-gallery-text h2 {
	text-shadow: 0px 0px 4px rgba(255, 255, 255, 0.3);
	font-weight: 800 !important;
	color: #191919 !important;
	margin-top: 100px;
}

@media only screen and (max-width: 768px) {
.new-home-gallery-text h2 {
	font-size: 26px;
}
}
.new-home-gallery-img {
	display: inline-block;
	position: relative;
	vertical-align: middle;
	width: 60%;
}

@media only screen and (max-width: 768px) {
.new-home-gallery-img {
	width: 0;
	display: none;
}
}
.new-home-gallery-img img {
	text-align: right;
	max-height: 400px;
	width: auto;
	margin: auto;
	float: right;
}
.slider- .new-home-gallery-text {
	float: left;
}
.slider- .new-home-gallery-img {
	float: right;
	text-align: right;
}
.slider- .new-home-gallery-img img {
	padding: 0 5% 30px 0;
	float: left;
}
.slider-right .new-home-gallery-text {
	float: right;
	text-align: right;
}

@media only screen and (max-width: 768px) {
.new-home-gallery-text, .slider-right .new-home-gallery-text {
	text-align: center;
}
}
.slider-right .new-home-gallery-img {
	float: left;
}
.slider-right .new-home-gallery-img img {
	padding: 0 5% 30px 0;
	float: left;
}
.slider-left .new-home-gallery-text {
	float: left;
}
.slider-left .new-home-gallery-img {
	float: right;
}
.slider-left .new-home-gallery-img img {
	padding: 0 0 30px 5%;
	float: right;
}
.banner-color-light h2, .banner-color-light p {
	color: #ffffff !important;
	text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
}
.new-bxslider li {
	background-color: #cccccc;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.bx-wrapper .bx-viewport {
	border: 0;
}
.new-bxslider {
	margin: 0;
	padding: 0;
}
#new-home-gallery-main-container .bx-wrapper .bx-viewport {
	border: 0;
}
.new-home-gallery-container {
	display: block;
	margin: 0 auto;
	max-width: 1200px;
}

@media only screen and (max-width: 1400px) {
.new-home-gallery-container {
	width: 88%;
}
}
/* End home gallery styles */

/* Start home market segment styles */
#post-2 .x-section {
	margin: 0;
	padding: 0 0 40px 0;
}
#post-2 .x-section p {
	font-size: 16px;
}
#post-2 #x-section-5.x-section {
}

ul#home-segment-list-container {
	display: table;
	position: relative;
	width: 100%;
}

#kc-services ul#home-segment-list-container {
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	flex-flow: row wrap;
	/* justify-content: space-around; */
}

ul#home-segment-list-container > li {
	/* display: table-cell; */
	display: flex;
	position: relative;
	vertical-align: top;
	width: 16.66%;
	float: left;
}

#kc-services ul#home-segment-list-container > li {
	/*display: table-cell;
	position: relative;
	vertical-align: top;*/
	/*width: 16.66%;*/
	width: 33.3333%;
	/*float: left;*/
	list-style-type: none;
	padding: 10px;
}

#kc-services ul#home-segment-list-container > li:nth-child(4) {
	margin-left: 16.66%;
}

.page-id-2541 #kc-services ul#home-segment-list-container > li, .page-id-2535 #kc-services ul#home-segment-list-container > li {
	width: 20%;
}

.page-id-2541 #kc-services ul#home-segment-list-container > li:nth-child(4), .page-id-2535 #kc-services ul#home-segment-list-container > li:nth-child(4) {
	margin-left: 0;
}

.page-id-4253 #kc-services ul#home-segment-list-container > li {
	width: 25%;
}

.page-id-4253 #kc-services ul#home-segment-list-container > li:nth-child(4) {
	margin-left: 0;
}

@media only screen and (min-width: 768px) and (max-width: 900px) {
ul#home-segment-list-container > li {
	/*display: inline-block;
	width: 33.33%;*/
	width: 50%;
}
}

@media (max-width: 768px) {
	
.page-id-2541 #kc-services ul#home-segment-list-container > li, .page-id-2535 #kc-services ul#home-segment-list-container > li {
	width: 33.3333%;
}
  
.page-id-4253 #kc-services ul#home-segment-list-container > li {
	width: 50%;
}

}

@media only screen and (max-width: 500px) {
ul#home-segment-list-container > li {
	width: 100%;
}
}
ul#home-segment-list-container > li a {
	text-align: center;
	width: 100%;
}
ul#home-segment-list-container > li h3 {
	font-size: 15px;
	text-align: center;
}

@media only screen and (max-width: 900px) {
ul#home-segment-list-container > li h3 {
	/*font-size: 12px;*/
	padding-bottom: 20px;
}
}

@media only screen and (max-width: 500px) {
ul#home-segment-list-container > li h3 {
	font-size: 17px;
	padding-bottom: 20px;
	margin-top: 10px;
}
}
ul#home-segment-list-container .circle {
	font-size: 70px;
	vertical-align: middle;
	border-radius: 50%;
	display: block;
	background: #ac1100;
	text-align: center;
	/*line-height: 150px;
	height: 150px;
	width: 150px;*/
	line-height: 100px;
	height: 100px;
	width: 100px;
	position: relative;
	margin: auto;
	color: #ffffff;
}
ul#home-segment-list-container .circle:hover {
	background: #e44126;
}

@media only screen and (max-width: 1150px) {
.circle {
	line-height: 120px;
	height: 120px;
	width: 120px;
}
}
/* End home market segment styles */

/* Start home latest projects */
#x-section-home-2 .x-content-band {
	background-color: transparent;
	color: #fff;
	margin-bottom: 0;
	padding: 60px 0;
}
#x-section-home-2 h3 {
	color: #ffffff !important;
	text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
}
#x-section-home-2 p {
	color: #ffffff !important;
	text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
	font-size: 18px;
	line-height: 26px;
	margin-bottom: 30px;
	font-weight: 500;
}
#post-2 .latest-projects-loop-container > li {
	width: 30.6666%;
	display: inline-block;
	margin: 0 4% 0 0;
	float: left;
}

@media only screen and (max-width: 768px) {
#post-2 .latest-projects-loop-container > li {
	width: 100%;
	display: block;
	margin: 0 0 30px 0;
}
#post-2 .latest-projects-loop-container > li:last-child {
	margin: 0;
}
}
#post-2 .latest-projects-loop-container > li:last-child {
	margin-right: 0;
}
#post-2 ul.latest-projects-loop-container > li > a > span:first-child {
	min-height: 200px;
}
/* End home latest projects */

/* Start footer styles */
.x-colophon.top {
	padding: 40px 0 40px;
	border-top: none;
	background-color: rgb(242,242,242);
	border-top: 1px solid rgba(0,0,0,0.1);
}
.x-colophon.bottom {
	padding: 10px 0;
	font-size: 10px;
	text-align: center;
	color: #ffffff;
	background: #7a7a7a;
	border-top: 0;
}
.x-colophon.bottom a {
	color: #ffffff;
}
.x-colophon.bottom a:hover {
	color: #2b2b2b;
	text-decoration: none;
}
#menu-employee-login-menu {
	margin: 0;
}
#menu-employee-login-menu a > i {
	display: block;
	font-size: 53px;
}
#menu-employee-login-menu a >span {
	display: block;
	/* margin-top: -17px; */
}
#menu-employee-login-menu a > i {
	display: block;
	font-size: 53px;
}
#menu-employee-login-menu li {
	margin: 0 30px;
}

@media only screen and (max-width: 1078px) {
#menu-employee-login-menu li {
	margin: 0 8px;
}
}

@media only screen and (max-width: 768px) {
#menu-employee-login-menu li {
	width: 50%;
	margin: 0;
	float: left;
}
#menu-employee-login-menu li:last-child {
	margin: 0;
	margin-bottom: 30px;
	width: 50%;
}
}
.x-colophon.bottom .x-colophon-content {
	margin: 30px 0;
	clear: both;
	display: block;
}

@media only screen and (max-width: 768px) {
#kc-bottom-info span {
	display: block;
	text-align: center;
}
#kc-bottom-info span:nth-child(2) {
	display: none;
}
#kc-bottom-info span:first-child {
	margin-top: 11px;
}
}
/* End footer styles */

/* Start Footer Contact Styles */
#kc-contact-loop {
	margin-left: 0;
}
#kc-contact-loop > li, #kc-contact-loop > a {
	display: table;
	position: relative;
	width: 100%;
}
#kc-contact-loop > li {
	list-style: none;
	margin-left: 0;
	font-size: 17px;
}
#kc-contact-loop > li i {
	display: table-cell;
	position: relative;
	vertical-align: middle;
	padding-right: 5px;
	width: 30px;
}
#kc-contact-loop > li span {
	display: table-cell;
	position: relative;
	vertical-align: middle;
}
.kc-footer-p {
	font-size: 17px;
}
/* End Footer Contact Styles */

/* Start Search Results Customizations */
body.search-results .entry-featured, body.search-results .entry-content > div {
 display:none !Important;
}

body.search-results .entry-content > p{
	margin-bottom: 5px;
}
body.search-results .entry-content {
	margin-top: 10px !Important;
}
/* End Search Results Customizations */

/* Start Main News Page Styles */

body.blog .x-iso-container-posts.cols-3 .entry-wrap {
	background-color: rgb(242,242,242);
	padding: 15px;
	-moz-box-shadow: 0 0 5px #ccc;
    -webkit-box-shadow: 0 0 5px #ccc;
    box-shadow: 0 0 5px #ccc;
}

body.blog .x-iso-container-posts.cols-3 .has-post-thumbnail .entry-featured {
	-moz-box-shadow: 0 0 5px #ccc;
    -webkit-box-shadow: 0 0 5px #ccc;
    box-shadow: 0 0 5px #ccc;
}

body.blog .x-iso-container-posts.cols-3 .entry-wrap h2 {
	font-size: 19px;
	text-transform: none;
	line-height: 1.2;
	font-weight: 300;
}
body.blog .x-iso-container-posts.cols-3 .entry-wrap h2 > a {
	color: #e44126;
}
body.blog .x-iso-container-posts.cols-3 .entry-wrap h2 > a:hover {
	color: #97200d;
}
body.blog .x-iso-container-posts.cols-3 .entry-wrap .entry-content.excerpt {
	margin-top: 10px;
}
body.blog .x-iso-container-posts.cols-3 .entry-wrap .entry-content.excerpt p {
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 0;
}
body.blog .x-iso-container-posts.cols-3 .more-link {
	font-size: 14px;
	font-weight: 400;
	display: none;
}
/* Start Main News Page Styles */


/* Start Mobile Customizations */
.masthead-inline .x-btn-navbar:hover {
	text-transform: none;
	text-decoration: none;
}
.x-navbar .mobile .x-nav .current-menu-item > a, .x-navbar .mobile .x-nav .menu-item a:hover {
	color: #ac1100;
}
.x-navbar .mobile .x-nav .menu-item.x-active > a {
	color: rgb(120,120,120);
}
.x-navbar .mobile .x-nav .menu-item.x-active > a:hover {
	color: #e44126;
}
	
/* End Mobile Customizations */

/* Start Recaptch Customizations */
.wpcf7-recaptcha {
	margin-bottom:10px;
}
/* End Recaptch Customizations */

/* Start About Page Customizations */
#about-content-container {
    padding: 0 0px 10px !important;
}
#about-content-container .x-container.width {
	width:100%;
}

/* End About Page Customizations */

.x-section.parallax { position: static; background-position: 50% 0!important; }

/* navigation */

#menu-item-2561, #menu-item-2563 {
	border-left: 1px solid rgba(0,0,0,0.1);
}

/* utility nav */

#kc-utility-menu {
	background: #7A7A7A;
	color: #fff;
	padding: 5px 0;
}

#kc-utility-menu a, #kc-utility-menu a:hover {
	color: #fff;
}

.kc-quick-links {
	/* text-transform: uppercase; */
}

.kc-quick-links a {
	text-decoration: underline;
}

.kc-quick-links a:hover {
	text-decoration: none;
}

.x-top-nav {
    float: right;
	margin: 0;
}

.x-top-nav li {
	display: inline-block;
    list-style-type: none;
    vertical-align: top;    
}

.x-top-nav li a {
	padding: 0 10px 0 5px;
}

@media (max-width: 768px) {

.kc-quick-links {
    text-align: center;
}

.x-top-nav {
	float: none;
    text-align: center;
}
	
}

/* logo */

.x-brand img {
	max-width: 296px;
}

@media (max-width: 600px) {

.x-brand img {
	max-width: 260px;
}

}

/* kc-services */

.page-id-2 #kc-services {
  margin-bottom: 60px;
}

#kc-services h2 {
	margin-top: 0;
}

#kc-services h2 a {
	color: #ac1100;
}

#kc-services h2 a:hover {
	color: #e44126;
}

#kc-services .x-column {
	margin-right: 2%;
}

#kc-services .x-column:first-of-type {
	border-right: 1px solid #D8D8D8;
    padding-right: 2%;
}

#kc-services .button {
	margin-top: 10px;
}

@media (max-width: 768px) {

#kc-services .x-column h2 {
	margin-top: 40px;
}

#kc-services .x-column:first-of-type {
	border-bottom: 1px solid #D8D8D8;
	border-right: none;
	margin-top: 40px;
	padding-bottom: 40px;
    padding-left: 0;
}
	
}

.page-id-2 #kc-services.kc-septic {
  margin-bottom: 0;
}
#kc-services.kc-septic .x-column {
  border-right: 0;
  border-top: 1px solid #d8d8d8;
  margin-right: 0;
  padding-top: 50px;
  padding-right: 0;
  width: 100%;
}
#kc-services.kc-septic ul#home-segment-list-container > li {
  width: 25%;
}
#kc-services.kc-septic ul#home-segment-list-container > li:nth-child(4) {
  margin: 0;
}
@media (max-width: 768px) {
  #kc-services.kc-septic .x-column {
    margin-top: 0;
    padding-top: 0;
  }
  #kc-services.kc-septic ul#home-segment-list-container > li {
    width: 50%;
  }
}

/* kc-related-news, kc-related-testimonial */

.kc-related-news ul, .kc-related-testimonial ul {
	border: none;
	list-style-type: none;
    margin: 0 0 1.313em;
}

.kc-related-news li, .kc-related-testimonial li {
	margin-bottom: 10px;
	padding: 0 !important;
}

.kc-related-news li a, .kc-related-testimonial li a {
	border: none !important;
	color: #e44126 !important;
	font-size: 14px;
}

.kc-related-news li a:hover, .kc-related-testimonial li a:hover {
    color: #97200d !important;
}

/* misc */

.vertical-market-link {
	display: block;
	font-size: 16px;
	font-weight: 400;
	margin: 10px 0;
}

.vertical-market-link:hover {
	text-decoration: none;
}

.vertical-market-link:hover span {
	text-decoration: underline;
}

.kc-overlay {
	background: rgba(0,0,0,.5);
}

/* forms */

.radio-727 .wpcf7-list-item, #contact-form-20 .wpcf7-list-item {
	display: block;
}

.radio-727 .wpcf7-list-item .wpcf7-list-item-label, #contact-form-20 .wpcf7-list-item .wpcf7-list-item-label {
	margin-left: 5px;
}

/* recaptcha v3 */

.grecaptcha-badge {
	display: none;
}