/* 1200px and up - laptop/desktop */

.L {
	float: left;
}
.R {
	float: right;
}
.CLEAR {
	clear: both;
}

.centered { 
	text-align:center; 
}
.leftalign { 
	text-align:left; 
}
.rightalign { 
	text-align:right; 
}

.FULL {
  width: 98%;
  margin: 0 1%;
}
.HALF {
  width: 48%;
  margin: 0 1%;
}
.THIRD {
  width: 31.3%;
  margin: 0 1%;
}
.THIRDx2 {
  width: 64.6%;
  margin: 0 1%;
}
.QUARTER {
  width: 23%;
  margin: 0 1%;
}
.QUARTERx3 {
  width: 73%;
  margin: 0 1%;
}
.FIFTH {
  width: 18%;
  margin: 0 1%;
}
.SIXTH {
  width: 14.6%;
  margin: 0 1%;
}

.wrapW {
	width:100%;
}
.pageW {
	width:1380px;
	margin:0 auto;
}

.italic {
  font-style: italic;
}
.unbold {font-weight: normal;}
.red { color: #F00 !important; }

body {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
  	background-color: #FFF;
}



img.centered {
	display: block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
img {
	max-width: 100%;
	height: auto;
} 

a.ANCHOR {
	margin: -240px 0 240px;
	display: inline-block;
}

/* FIXED TOP+HEADER */
body {
	padding-top: 150px;
}
#wrapHDR {
	position: fixed;
	top: 0px;
	box-shadow: 0 6px 6px #0002;
  	z-index: 1002;
}



/* HEADER */

#wrapHDR {
	background-color: #FFF;
}
#HDR {
	height: 150px;
	position: relative;
	z-index: 1000;
}
#LOGO {
	position: absolute;
	top: 15px;
	left: 0px;
	z-index: 2000;
}
#LOGO img {
	height: 110px;
	width: auto;
}

#HDRquotecall {
  position: absolute;
  top: 15px;
  right: 0px;
  z-index: 2000;
  text-align: right;
  width: max-content;
}
#HDRquote {
  display: inline-block;
  margin-right: 10px;
}
#HDRcall {
  display: inline-block;
}
#HDRquote a {
  color: #FFF;
  background-color: var(--KCTred);
  font-size: 12pt;
  padding: 4pt 20px;
  display: inline-block;
  border-radius: 5px;
  text-decoration: none;
}
#HDRcall a {
  color: var(--KCTblue);
  font-size: 16pt;
  font-weight: bold;
}
#HDRquote a:hover {
  background-color: #000;
}


/* NAVI */
#NAVI {
	bottom: 20px;
	position: absolute;
	right: 0px;
	width: max-content;
}
.navbar {
	text-align: center;
}
.main-navigation {
	display: inline-block;
}

a.Button {
  color: #FFF;
  background-color: var(--KCTred);
  font-size: 16pt;
  padding: 10px 20px;
  display: inline-block;
  border-radius: 5px;
  font-weight: bold;
  box-shadow: 0 4px 8px #0006;
}
a.BlackButton {
  background-color: #000;
}
a.RedButton {
  background-color: var(--KCTred);
}
a.Button:hover {
  box-shadow: none;
  text-decoration: none;
}
a.BlackButton:hover {
  background-color: var(--KCTred);
}
a.RedButton:hover {
  background-color: #000;
}

#MAIN .GalleryButton a {
	color: #FFF;
	background-color: var(--KCTred);
	font-size: 24pt;
	padding: 10px 30px;
	display: block;
	border-radius: 5px;
	font-weight: bold;
	box-shadow: 0 4px 8px #0006;
	margin: 40px auto;
	width: max-content;
}
#MAIN .GalleryButton a:hover {
  background-color: #000;
  text-decoration: none;
  box-shadow: none;
}



/* SLIDER */
#wrapHOMESLIDER {
	position: relative;
	overflow: hidden;
	background-color: var(--KCTbluelight);
	/* height: 100vh; */

	background-image: url("images/BCKslider.jpg");	
	background-position: top center;
	background-size: cover;
}
#HOMESLIDER {
	text-align: center;
	padding: 100px 0;
}
#HOMESLIDER #overlay {
	text-align: center;
	margin-bottom: 50px;
}
#HOMESLIDER #overlay img {
	max-width: 100%;
	animation: OverlayAnim 3s;
}
@keyframes OverlayAnim {
  0% { opacity:0; }
  30% { opacity:0; }
  100% { opacity:1; }
}

/*
#wrapHOMESLIDER h1 {
	position: absolute;
	bottom: 30%;
	text-align: center;
	left: 50%;
	transform: translateX(-50%);
	width: 90%;
	font-weight: 600;
	font-size: 40pt;
	color: #FFF;
	text-shadow: 0px 5px 6px #0008;
	animation: TitleAnim 3s;
	font-size: 3.5vw;
}
@keyframes TitleAnim {
  0% { bottom: -15%; opacity:0; }
  30% { bottom: -15%; opacity:0; }
  100% { bottom: 30%; opacity:1; }
}
*/






#wrapINNERBANNER {
    background-color: var(--KCTbluelight);
	background-position: center center;
	background-size: cover;
}
#INNERBANNER {
	/*height: 200px;*/
}
#INNERBANNER h1 {
	padding: 120px 0 40px;
	font-size: 36pt;
	color: #FFF;
	text-shadow: 0 2px 4px #0006;
	margin-bottom: 0;
}
#wrapINNERBANNEREMPTY {
	/* same height as HEADER */
	/*height: 150px;*/
	display: none;
}


/*
#wrapMAPBANNER {
	position: relative;
	margin-bottom: -7px;
	overflow-y: hidden;
}
*/





/* HOME BARS */

#wrapHOMESUBSLIDER {
  background-color: var(--KCTbluelight);
}
#HOMESUBSLIDER {
  padding: 60px 0 90px;
}
#HOMESUBSLIDER .HALF {
  text-align: center;
}

#RESTORATIONSERVICES {
  padding: 60px 0 90px;
  text-align: center;
}
#RESTORATIONSERVICES p {
  text-align: center;
  font-size: 18pt;
  padding: 0 2vw;
}
#RESTORATIONSERVICES .THIRD {
  padding: 2vw 2vw;
  box-sizing: border-box;
}
#RESTORATIONSERVICES a:hover img {
	filter: sepia(100%) hue-rotate(-45deg) saturate(120%);
	opacity: 1;
	transition: 500ms;
}
#RESTORATIONSERVICES img {
	transition: 500ms;
}

#wrapSCHEDULENOTSURE, #wrapSCHEDULEVIDEO {
  background-color: var(--KCTred);
	background-image: url("images/BCKschedule.jpg");
	background-position: top center;
	background-size: cover;
	background-attachment: fixed;
}
.SCHEDULEBLOCK {
  padding: 60px 0 90px;
}
.NOSCHEDULEBOX {
	padding: 0 4vw;
	box-sizing: border-box;
}
.NOSCHEDULEBOX h3 {
  color: #FFF;
  font-size: 24pt;
  text-align: center;
}
.NOSCHEDULEBOX p {
  color: #FFF;
  font-size: 16pt;
  text-align: center;
}
.NOSCHEDULEBOX img {
	border: solid 4px #FFF;
	border-radius: 10px;
	box-shadow: 0 10px 20px #0003;
	margin-top: 0;
	max-height: 500px;
}
#SCHEDULEVIDEO .SCHEDULEBOX {
  margin-top: 50px;
}
.SCHEDULEBOX {
  position: relative;
}
.SCHEDULEBOX .InnerBox {
  background-color: #FFF;
  padding: 2vw 4vw;
  box-sizing: border-box;
  border-radius: 10px;
  margin: 50px 4vw 0;
}
.SCHEDULEBOX .IconPhone {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.SCHEDULEBOX .InnerBox h3 {
  text-align: center;
  font-size: 24pt;
}
.SCHEDULEBOX .InnerBox h2 {
  font-size: 36pt;
  text-align: center;
}
.SCHEDULEBOX .InnerBox p {
  text-align: center;
  font-size: 16pt;
}

#TESTIMONIALS {
	padding: 60px 0 90px;
	display: flex;
	flex-direction: row;
	border-top: solid 1px var(--KCTred);
}
#TESTIMONIALS .THIRD {
	padding: 0 2vw 120px;
	box-sizing: border-box;
	width: initial;
	margin: initial;
	background-image: url("images/LOGOgooglereviews.png");
	background-position: bottom center;
	background-size: auto;
	background-repeat: no-repeat;
}
.Twhat {
  font-style: italic;
  text-align: left;
  font-size: 16pt;
}
.Twhat {
}
.Twho {
	text-align: right;
	font-weight: bold;
}

#BADGESLOGOS {
  padding: 0 2vw 90px;
  box-sizing: border-box;
}
#BADGESLOGOS {
  padding: 0 2vw 90px;
  box-sizing: border-box;
}
#TWOLOGOS  > div {
	text-align: center;
}
#BADGESLOGOS p {
  margin-top: 0;
}
#MORELOGOS {
	/* text-align: center; */
	margin-top: 30px;
}
#MORELOGOS > div {
	text-align: center;
}

#wrapHOMEBOTTOMVIDEO {
  background-color: var(--KCTbluelight);
}
#HOMEBOTTOMVIDEO {
  padding: 60px 2vw 90px;
  box-sizing: border-box;
}
#bottomvideo {
  border: solid 4px var(--KCTblue);
  border-radius: 10px;
  box-shadow: 0 10px 20px #0003;
}
#bottomvideo:hover {
  border-color: var(--KCTred);
  cursor: pointer;
  box-shadow: none;
}

#wrapABOUTSUBSLIDER {
  background-color: var(--KCTbluelight);
}
#ABOUTSUBSLIDER {
  padding: 60px 0 90px;
}

#MAP {
  padding: 60px 0 90px;
}
.gMap {
  border: solid 3px var(--KCTblue);
  border-radius: 10px;
}











/*
#wrapHOMEPORTFOLIO {
	background-color: var(--JSGred);
}
#HOMEPORTFOLIO {
	padding: 70px 0 100px;
}
#HOMEPORTFOLIO p {
	color: #FFF;
	font-size: 15pt;
}

#SERVICES {
	padding: 70px 0 100px;
	display: flex;
}
#SERVICES .L.QUARTER {
	width: auto;
	flex: auto;
}
#SERVICES li {
	font-size: 15pt;
}

#wrapASSOCIATIONS {
	border-top: solid 1px var(--JSGred);
}
#ASSOCIATIONS {
	padding: 70px 0 100px;
	text-align: center;
}
#ASSOCIATIONS img {
	height: 7.2vw;
	margin: 0 2%;
}
#ASSOCIATIONS h3 {
	font-weight: bold;
	color: var(--JSGred2);
	margin-bottom: 32pt;
}
*/






/*
#wrapLATESTVIDEOS {
	background-color: #FFF;
}
#LATESTVIDEOS {
	padding: 60px 0;
	max-width: 720px;
}
#LATESTVIDEOS h2 {
	text-align: center;
	text-shadow: 0 0 6px #FFF;
	margin-bottom: 30px;
}
.LatestVideo {
	background-color: #FFFC;
	box-sizing: border-box;
	text-align: center;
}
.LatestVideo img {
	max-width: 100% !important;
}
*/



#FORMnINFO {
	padding: 60px 0 90px;
}
#FORMnINFO h2 {
	margin-top: 0;
}
#INFO p {
	font-size: 16pt;
	line-height: 1.5;
}
#FORM {
}
.wpcf7-form br {
	display: none;
}
.wpcf7-form input, 
.wpcf7-form .wpcf7-textarea, 
.wpcf7-form .wpcf7-select {
	font-family: Lato, Helvetica, Arial, "sans-serif";
	color: #333;
	font-size: 14pt;
	background-color: #FFF;
	padding: 7px;
	/* width: 100%; */
	box-sizing: border-box;
	display: inline-block;
	border: solid 1px var(--KCTblue);
	margin-bottom: 10px;
	font-weight: 100;
	border-radius: 2px;
}
.wpcf7-form .wpcf7-submit {
	border: none;
	color: #FFF;
	background-color: var(--KCTred);
	font-family: Lato, Helvetica, Arial, "sans-serif";
	font-size: 18pt;
	font-weight: 600;
	padding: 10px 40px;
	width: max-content;
	margin-top: 20px;
}
.wpcf7-form .wpcf7-submit:hover {
	border: none;
	color: #FFF;
	background-color: #000;
	cursor: pointer;
	box-shadow: none;
}
.wpcf7-form .fullW {
  width: 98%;
  margin-right: 2%;
}
.wpcf7-form .halfW {
  width: 48%;
  margin-right: 2%;
  float: left;
}
#HorizontalResults {
	width: 100%;
	margin-top: 20px;
	display: none;
	/* background-color: #FFF; */
	/* padding: 20px 0; */
	box-sizing: border-box;
	height: 220px;
	/* border: solid 2px #C00; */
}

#wrapFORM.ReviewsForm {
	background-color: #000;
}
#wrapFORM.ReviewsForm h3 {
	color: var(--ILLorange);
	text-align: center;
	margin-bottom: 20pt;
}


.Map {
	margin-bottom: -5px;
	filter: grayscale(1);
}

#wrapMAPS {
	background-color: #000;
}
#MAPS {
	padding: 60px 0;
}
#MAPS h3, #MAPS p {
	text-align: center;
	color: #FFF;
}
iframe.gMap {
	border: solid 1px var(--JSGred2) !important;
	box-sizing: border-box;
}




/* MAIN */
#MAINwrap {
	background-color: #FFF;
}
#MAIN {
	padding: 60px 0 90px;
}
#MAIN.InnerFullWPage {
	padding: 40px 0% 80px;
	box-sizing: border-box;
}
#MAIN.ContactPage {
	padding: 0;
}
#MAIN h1 {
	font-size: 36pt;
	/* color: var(--JSGred2); */
	line-height: 1.3;
	margin-bottom: 30pt;
	/* text-transform: uppercase; */
	font-weight: bold;
}
#MAIN .ScriptTitleInner {
	font-family: "Birthstone", Helvetica, Arial, "sans-serif";
	color: var(--KCTred);
	font-size: 34pt;
	margin-top: 0;
	border-bottom: solid 2px var(--KCTred);
	padding-bottom: 10px;
}
/*	
#MAIN h2 {
	font-size: 21pt;
	color: #000;
	line-height: 1.3;
}
#MAIN h3 {
	font-size: 18pt;
	color: var(--JSGred2);
	line-height: 1.3;
}
#MAIN h4 {
	font-size: 15pt;
	color: var(--JSGred2);
	line-height: 1.3;
}
*/
#MAIN .wp-block-spacer {
	clear: both;
	height: 30pt !important;
}
#MAIN hr.wp-block-separator {
	clear: both;
	margin: 40pt 0;
	border: none;
	background-color: var(--JSGred2);
}
#MAIN a {
	color: var(--JSGred2);
}
#MAIN.ReviewsPage p {
	margin: 40pt 10%;
	font-size: 15pt;
}

.wp-block-video {
	width: 100%;
	height: auto;
	/*max-width: 1000px;*/
	margin: 20px auto;
}


/* Columns & captions */
.wp-block-columns {
	margin-bottom: 0;
}
.wp-block-columns.NOSHADOW .aligncenter.size-full {
	box-shadow: none;
}
.wp-block-image .aligncenter > figcaption, .wp-block-image .alignleft > figcaption, .wp-block-image .alignright > figcaption {
	display: block;
	text-align: center;
}
.wp-block-image.NOSHADOW img {
	box-shadow: none;
}
.wp-block-image.size-large {
	text-align: center;
	margin-bottom: 20pt;
}





#MAINL {
	padding-right: 4%;
	box-sizing: border-box;
}

#MAINR h2 {
	color: var(--ILLorange);
	font-size: 24pt;
}
#MAINR ul {
	padding-left: 20px;
}
#MAINR li {
	font-size: 12pt;
}
.widget_block {
	margin-bottom: 60px;
}
.widget_block li, .widget_block p, .widget_block a {
	color: var(--ILLorange);
}





/* PAGES' TWEAKS */
.wp-block-image.HardShadow .alignleft {
	margin-right: 2em;
}
.wp-block-image.HardShadow img {
	border: none;
	box-shadow: 10px 10px 0px #000;
	border-radius: 0;
}
.wp-block-image.HardShadow figcaption {
	font-size: 11pt;
	text-align: center;
	line-height: 1.4;
	margin-top: 10pt;
}



	#MAINLinner a.BigBlueButton {
		display: block;
		margin-bottom: 20px;
		padding: 26px 26px;
	}
	#MAINLinner a.BigBlueButton:hover {
		background-color: #000;
		text-decoration: none;
	}
	#NEEDHELP {
		background-color: var(--CILbluemediumbground);
		padding: 20px;
	}
	#NEEDHELP h3 {
		color: #FFF;
		margin-bottom: 16pt;
	}
	#NEEDHELP p {
		color: #FFF;
		text-align: left;
		line-height: 1.2;
	}
	#NEEDHELP:hover {
		background-color: var(--CILbluebutton);
		text-decoration: none;
	}

	/* POSTS */
	#MAINLinner .widget {
		background-color: var(--CILgraylightbground);
		padding: 20px 20px;
		margin-bottom: 20px;
	}
	#MAINLinner .widget:first-child {
		padding-top: 60px;
	}
	#MAINLinner .widget ul {
		padding-left: 0;
	}
	#MAINLinner .widget li {
		list-style: none;
		/* margin-bottom: 10pt; */
		font-size: 12pt;
		padding: 3pt 5pt;
	}
	#MAINLinner .widget li.current-cat {
		font-weight: bold;
		color: var(--CILbluebutton);
		background-color: var(--CILbluelightbground);
	}
	#MAINLinner .widget li a {
		color: var(--CILgraytext);
		display: block;
		border-bottom: dotted 1px var(--CILgraytext);
	}
	#MAINLinner .widget a:last-child {
		border-bottom: none;
	}

#MAINRinner h1 a, #MAINRinner h2 a, #MAINRinner h3 a, #MAINRinner h4 a {
	text-decoration: none;
}

.PostsInfo {
	border-top: dotted 1px var(--CILbluelighttext);
	margin: -5pt 0 20pt;
	display: block;
	/*text-align: right;*/
	padding-top: 5pt;
}
.PostsDate {
	font-size: 10pt;
	font-weight: bold;
	color: var(--CILbluelighttext);
}

.navigation.post-navigation {
	padding: 30px 0;
	border-top: solid 1px var(--CILbluetext);
	margin-top: 50px;
}
.navigation.post-navigation .L {
	text-align: left;
}
.navigation.post-navigation .R {
	text-align: right;
}

.PostPreview {
	margin-bottom: 40pt;
}
.PostPreview .PostsInfo {
	margin-bottom: 5pt;
}


/*
#wrapVIDEOBANNER {
	background-color: var(--CILbluedarkbground);
	background: linear-gradient(180deg, rgba(15,31,49,1) 0%, rgba(0,0,0,1) 50%, rgba(15,31,49,1) 100%);
}
#VIDEOTHUMBS h2 {
	text-align: center;
	border-bottom: solid 1px var(--CILbluelighttext);
	margin-bottom: 10pt;
	padding-bottom: 10pt;
	display: block;
}
.videothumb {
	width: 19%;
	margin: 0 0.5% 10px;
	float: left;
	font-size: 14px;
}
.videothumb a {
	min-height: 60px;
	display: block;
}
.videothumb img {
	width: 100%;
	height: auto;
	border-radius: 3px;
	background-color: var(--CILbluelighttext);
}
*/



#MAIN a {
	text-decoration: none;
}
#MAIN a:hover {
	text-decoration: underline;
}
#MAINL {
	/*padding: 80px 0;*/
}
#MAIN .HALF {
	width: 46%;
	margin: 0 2%;
}


/* FAQs */
/*
.ui-accordion .ui-accordion-icons {
	padding-left: 2.2em;
	margin-top: 10px !important;
	background: none;
	border: none;
}
.ui-accordion .ui-accordion-content {
	border: none;
	padding: 0 0 20px 1.3em;
	border-left: dotted 2px #CCC;
	margin-left: 0.9em;
	border-radius: 0;
	background: #0a436e11;
	margin-bottom: 20px;
}
.ui-accordion-content li {
	list-style: square;
}
*/




/* FOOTER */
#FTRwrap {
	background-color: var(--KCTblue);
}
#FTR {
	padding: 20px 0;
}

#FTR h4 {
	color: var(--FTRtitle);
	text-align: center;
}
#FTR p {
	font-size: 10pt;
	color: var(--FTRtxt);
	text-align: center;
	line-height: 1.2;
}
#FTR a {
	color: var(--FTRtxt);
}

#subFTR1 p {
	text-align: left;
}
#subFTR2 p {
	text-align: right;
}




/* extra */
.wp-block-video video {
	width: 100%;
	border: solid 4px var(--KCTblue);
	border-radius: 10px;
	box-shadow: 0 10px 20px #0003;
	box-sizing: border-box;
}
.wp-block-video video:hover {
	border-color: var(--KCTred);
	cursor: pointer;
	box-shadow: none;
}
.wp-block-video.alignright.VerticalVideo {
  width: 33%;
  float: right;
  margin: 0 0 20px 20px;
}


/* 241018 - no printable groups */
@media print {
	.wp-block-group.NOPRINT {
		display: none;
	}

	#SCHEDULENOTSURE {
	  display: none;
	}
	#FTRwrap {
	  display: none;
	}
	#MAIN h1 {
	  font-size: 26pt;
	  margin-bottom: 10pt;
	}
	.grecaptcha-badge {
	  display: none !important;
	}
	#wrapHDR {
	  /*! display: none; */
	}
	body {
	  padding-top: 120px;
	}
	#MAIN.InnerFullWPage {
	  padding: 40px 0 0;
	}

}



