/*
Theme Name: CSI
Author: Finn O'Connor
Author URI: http://ckfilm.nz

Table of Contents
*/


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,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{font-size:100%;font:inherit;padding:0;border:0;margin:0;vertical-align:baseline}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}.clear{clear:both}
.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.alignleft{}.aligncenter{}
ul{margin: 0; padding: 0;}



/* 
	1. GENERIC
*/

body {
	margin: 0;
	padding: 0;
	-webkit-text-size-adjust: none; /* The text size is not adjusted for Safari on iPhone */
	font-size: 11pt;
	background: #212121;
	font-family: "jaf-facitweb";
}

h1, h2, h3, h4 {
	line-height: normal;
	font-family: "jaf-facitweb";
}

span, p {
	line-height: normal;
	font-family: "jaf-facitweb";
}


/*
	Text sizes 
*/

h1 {
	font-size: 2.4em;
	line-height: normal;
	font-weight: 900;
	margin: 0;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1.1em;
	line-height: normal;
}

h3 p {
	margin: 0;
}

h4 {
	font-size: 1em;
}

span,p {
	color: #eee;
	font-size: 1em;
}

p a, h2 a, h1 a, h2 a, h3 a, .post-span a {
	color: #fff;
	text-decoration: none;
	padding-bottom: 2px;
	border-bottom: 1px solid #777;
}

p a:hover, h2 a:hover, h3 a:hover {
	border-color: #FF5252;
	color: #FF5252;
}

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

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

span.post-span {
	display: block;
	padding: 25px;
}

.service-span a {
	color: #fff;
	text-decoration: none;
	padding-bottom: 2px;
	border-bottom: 1px solid #777;
}

.service-span a:hover {
	border-color: #ff5252;
	color: #ff5252;
}

.service-span p {
	margin-top: 0px;
}

.service-span ul, .service-span ol {
	margin-top: -10px;
	margin-bottom: 20px;
}

.service-span ul li > ul {
	margin-bottom: 0px;
	margin-top: 10px;
}

.service-span ul li > ul li{
	list-style: square;
	padding: 5px 0;
	margin: 0 15px;
}

.service-span ol li, .service-span ul li {
	line-height: 180%;
}

.service-span ol li {
	list-style: decimal;
}

span.post-span p:first-child{margin: 0 0 25px 0;}
span.post-span h1 {font-size: 1.4em;}
span.post-span h2 {font-size: 1.4em; text-transform: capitalize; color: #ccc;}
span.post-span h3 {font-size: 1.4em;}
span.post-span h4 {font-size: 1.3em;}
span.post-span p {line-height: 200%;	margin: 20px 0;}
blockquote { border-left: 3px solid #d82b2b; margin-left: 30px; padding-left: 20px;}
span.post-span em {font-style: italic;}
.intro {font-weight: bold; font-size: 1.1em;}
strong {font-weight: bold;}

p {
	line-height: 180%;
	margin: 20px 0 30px 0;
}

p.text-small {
	margin: 5px 0;
	font-size: 0.9em;
}

p img {
	box-shadow: 0px 0px 8px #242424;
	border-radius: 1px;
}

h2 i {
	font-style: italic;
	font-weight: bold;
}

p img[src$=".png"] {
	box-shadow: none;
}

a.no-deco {
	text-decoration: none;
}

a.no-border {
	border: none;
}

.service-heading {
	margin: 25px 0 5px 0;
	padding-bottom: 15px;
	font-size: 1.1em;
	border-bottom: 1px dashed #444;
}

.service-heading::first-line {
	line-height: 200%;
	font-weight: bold;
	color: #fff;
	font-size: 1.3em;
}

/* 
	Colours
*/

.bg-primary {
	background: #212121;
}

.bg-secondary {
	background: #3b3b3b;
}

.bg-tertiary {
	background: #333;
}

.bg-accent{
	background:	#FF5252;
}

.text-primary-dark {
	color: #212121;
}

.text-secondary-dark {
	color: #3b3b3b;
}

.text-primary{
	color: #ddd;
}

.text-secondary{
	color: #c5c5c5;
}

.text-accent{
	color: #FF5252;
}

.text-green {
	color: #66CD00
}

.bg-primary-light{
	background: #F5F5F5;
}

.bg-secondary-light{
	background: #EEEEEE;
}

.text-primary-light {
	color: #454545;
}

.text-secondary-light{
	color: #616161;
}

.divider-bottom {
	border-bottom: 1px solid #474747;
}

.divider-top {
	border-top: 1px solid #474747;
}


/*
	Align
*/

.center-submit {
	display: flex !important;
	margin: 20px auto 0 auto;
	text-align: center;
}

.half-width-center {
	width: 50%;
	margin: 0 auto;
	margin-bottom: 0px !important;
}

.half-width-center label, .half-width-center input {
	padding: 4% !important;
}

.half-width-center input {
	width: 92% !important;
}


/*
	Padding/Margins
*/

.padding-large {padding: 60px;}
.padding-vertical-large {padding: 60px 0;}
.padding-vertical-vlarge {padding-top: 100px; padding-bottom: 100px;}
.padding-horizontal-large {padding-top: 60px; padding-bottom: 60px;}
.padding-horizontal-large {padding-left: 60px; padding-right: 60px;}
.padding-regular {padding: 40px;}
.padding-vertical-regular {padding-top: 40px; padding-bottom: 40px;}
.padding-horizontal-regular {padding-left: 40px; padding-right: 40px;}
.padding-small {padding: 25px;}
.padding-vertical-small {padding-top: 25px;	padding-bottom: 25px;}
.padding-horizontal-small {padding-left: 25px; padding-right: 25px;}
.padding-vsmall {padding: 10px;}
.padding-vertical-vsmall {padding-top: 10px; padding-bottom: 10px;}
.padding-horizontal-vsmall {padding-left: 10px; padding-right: 10px;}
.padding-bottom-large{padding-bottom: 60px;}
.padding-bottom-regular{padding-bottom: 40px;}
.padding-bottom-small{padding-bottom: 25px;}
.padding-top-large {padding-top: 60px;}
.padding-top-regular {padding-top: 40px;}
.padding-top-small {padding-top: 25px;}
.no-padding {padding: 0;}

.margin-large {margin: 60px;}
.margin-regular {margin: 40px;}
.margin-small {margin: 25px;}
.margin-vertical-regular {margin: 40px 0;}
.margin-horizontal-regular {margin: 0 40px;}
.margin-vertical-small {margin: 25px 0;}
.margin-horizontal-small {margin: 0 25px;}
.margin-top-small {margin: 25px 0 0 0;}
.margin-top-regular {margin: 40px 0 0 0;}
.margin-top-large {margin: 60px 0 0 0;}


.no-margin {margin: 0;}


/*
	Loader
*/

.spinner-container {
	display: none;
	align-items: center;
	justify-content: center;
	position: fixed;
	flex-direction: column;
  width: 150px;
  height: 60px;
  margin-top: -40px;
  top: 50%;
  margin-left: -75px;
	text-align: center;
  left: 50%;
}

.spinner-container span {
	margin-top: 80px;
	color: #FF5252;
	font-size: 1.2em;
	font-weight: bold;
}

.spinner {
	position: absolute;
	width: 40px;
  height: 40px;
  background-color: #FF5252;
  -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
  animation: sk-rotateplane 1.2s infinite ease-in-out;
}

@-webkit-keyframes sk-rotateplane {
  0% { -webkit-transform: perspective(120px) }
  50% { -webkit-transform: perspective(120px) rotateY(180deg) }
  100% { -webkit-transform: perspective(120px) rotateY(180deg)  rotateX(180deg) }
}

@keyframes sk-rotateplane {
  0% { 
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg) 
  } 50% { 
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg) 
  } 100% { 
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}



/*
	Containers
*/

.container{
	padding: 0;
	margin: 0 auto;	
	width: 100%;
	overflow: hidden;
}

.block {
	width: 90%;
	margin: 0 auto;
	max-width: 1400px;
}

.card {
	border-radius: 2px;
	box-shadow: 0px 0px 3px #222;
}

.item:hover {
	transform: scale(1.01);
}

.item-thumb {
	height: 0;
	width: 100%;
	padding-bottom: 66.66%;
	display: inline-block;
	background-size: cover;
	background-position: center center;
	position: relative;
}

.header {
	width: 70%;
	max-width: 900px;
	padding: 120px 10px;
}

.wrapper{
	background: rgba(30,30,30,0.8);
	position: fixed;
	z-index: 9999;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: none;
	overflow: auto;	
	-webkit-perspective: 1000px; /* Chrome, Safari, Opera  */
	-moz-perspective: 1000px; /* Firefox  */
	perspective: 1000px;	
	-webkit-transition: all ease-in-out 0.5s;
	transition: all ease-in-out 0.5s;
}

#covid {
	position: fixed;
	bottom: 0;
	left: 0;
	display: flex;
	align-content: center;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 100%;
	background: rgba(255, 82, 82,1);
	z-index: 1000;
}

#covid:hover {
	background: #e54949;
	cursor: pointer;
}

#covid > .block {
	display: flex;
	flex-direction: row;
	align-content: center;
	justify-content: center;
	align-items: center;
}

#covid h2 {
	text-align: center;
	padding: 15px 0;
	display: flex;
}

#covid h2 strong {
	margin: 0 5px;
}

#covid h2 span {
	align-self: center;
	font-weight: bold;
	font-size: 1.2em;
}

#covid-alert {
	height: 50vh;
	overflow: auto;
	background: #d34747;
	display: none;
}

#covid-close {
	position: absolute;
	right: 1%;

}

.cut-small {
	margin-top: -20px;
}

.cut {
	margin-top: -100px;
}

.big-cut {
	margin-top: -160px;
}

.post {
	max-width: 1000px;
}

.columns {
	display: flex;	
	justify-content: space-between;
	flex-direction: row;
	align-items: center;
}

.narrow{
	width: 80%;
	max-width: 1244px;
}

.very-narrow {
	max-width: 900px;
}

.align-right > * {
	float: right;
}

.title-primary {
	overflow: hidden;
	padding-top: 40px;
	padding-bottom: 90px;
	z-index: 0;
	margin: 0 auto;
}

.title-secondary {
	height: 90px;
	margin-top: -90px;
	z-index: 1;
}

.close {
	position: fixed;
	top:30px;
	right: 30px;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-in;	
	transition: all 0.3s ease-in;	
}

.close:hover {
	transform: rotate(90deg);
}

#blog-post {
	align-items: stretch;
}

#post-aside {
	background: #373737;
	top: 0;
	width: 35%;
	overflow: auto;
	flex-flow: row wrap;
}

#post-aside > a:hover .post-aside-item {
	background: #212121;
}

.post-aside-item {
}

.post-aside-item .thumb {
	height: 0;
	width: 35%;
	padding-bottom: 20%;
	display: inline-block;
	background-size: cover;
	background-position: center center;
}

.post-aside-item .desc {
	width: 65%;
	display: inline-block;
}


aside.current-aside {
	background: #FF5252;
}


/*
	Alignment
*/


.align-right {
	float: left;
}

.align-center {
	margin: 0 auto;
}

.align-left {
	float: right;
}

.text-align-center {
	text-align: center;
}

.text-align-right{
	text-align: right;
}

.vertical-align{
	vertical-align: middle;
}


/* 
	Icons
*/

/* Rules for sizing the icon. */
.material-icons.md-18 { font-size: 18px; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-48 { font-size: 48px; }
.material-icons.md-100 { font-size: 100px; }


/* Rules for using icons as white on a dark background. */
.material-icons.md-light { color: rgba(255, 255, 255, 1); }
.material-icons.md-light.md-inactive { color: rgba(255, 255, 255, 0.3); }

.icon-small {width: 24px; opacity: 0.5;}

/*
	Lists 
*/

ul {

}

ul.row > * {
	display: inline-block;
}

.horizontal-menu {
	padding: 0 10px;
}

li.column {
	list-style: circle;
}

span ul {
	margin-bottom: 10px;
}

span li, ul.list {
	margin-left: 30px;
	padding: 10px 0;
	list-style: circle;
}

ul.list li {
	padding: 10px 0;
}

ol {
	margin: 5px 0;
}

.grid {
}

.gutter-sizer{
	width: 2%;
}

.grid-sizer,
.grid-item { width: 31.3333%;}
.grid-item {
	margin-bottom: 2%;
}

/*
	Navigation Bar
*/

#logo{
	position: absolute;	
	display: flex;
	align-items: center;
	float: left;
	height: 91px;
	top: 0;
	margin-left: 20px;
	height: 100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
   	-o-transition: all 0.3s;
    transition: all 0.3s;
    clear: none;
}

#logo img {
	height: 60px;
}

#panel {
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100;
}

.scrolling-panel{
	background: #333;
	box-shadow: 0px -2px 8px #111;
}

.scrolling-panel #logo img {
	height: 45px;
}

#menu {
	clear: both;
	display: block;
	position: relative;
	margin: 0 auto;
	z-index: 20;
	height: 80px;
	width:100%;
}

#navigation { 
	float: right;
	display: block;
	clear: both;
}

#navigation div g div {
	float: left;
	display: inline-block;
}

#menu-items-wrapper > li, #menu-items > li { 
	list-style: none; 
	margin: 0;
	height: 100%;
	background:transparent;
	display: inline-block;
	/* Perspective has to go in the container of the rotated object */
	-webkit-perspective: 1000px; /* Chrome, Safari, Opera  */
	-moz-perspective: 1000px; /* Firefox  */
	perspective: 1000px;	
}

#navigation li img {
	height: 20px;
}

#navigation li a { 
	display: flex;
	align-items: center;
	height: 90px;	
	overflow: hidden;
	position: relative;
	padding: 0 20px;
	font-size: 0.7em;
	color: #999;
	font-weight:700;
	text-transform:uppercase;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;	
    cursor: pointer;
   	text-decoration: none; 
}

#navigation ul li a .active{
	font-weight: 900;
}

#navigation li > ul.sub-menu { 
	position: absolute;	
	opacity: 0;
	visibility: hidden;
	list-style: none;
	color: #888;
	clear: both;
	background: #333;
	box-shadow: 1px 1px 3px #222;
}

#navigation li ul.sub-menu li > .sub-menu {
	left: 100% !important;
	margin-top: -50px !important;
	transition: none !important;
	transform: none !important;
	opacity: 1 !important;
	visibility: visible !important;
	display: none;
}

#navigation li ul.sub-menu li:hover > .sub-menu {
	display: block;
}


#menu-items-wrapper > li > ul.sub-menu, #menu-items > li > ul.sub-menu {
	-webkit-perspective: 600px; /* Chrome, Safari, Opera  */
	-moz-perspective: 600px; /* Firefox  */
	perspective: 600px;	
	-webkit-transform: rotateX(90deg) translateY(0px); /* Safari */
	transform: rotateX(90deg) translateY(0px); /* Standard syntax */	
	-webkit-transform-origin: 100% 0;
	transform-origin: 100% 0;		
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transition: all 0.3s ease-in;	
	transition: all 0.3s ease-in;		
}

#menu li ul.sub-menu > li {
	background: #333;
	width: 100%;
}

#menu li ul.sub-menu li a, #menu li ul.sub-menu li {
	white-space: nowrap	;
	color: #888;
	font-size: 0.9em;
	text-transform: capitalize;
}

#menu li ul.sub-menu li a {
	height: 50px;
}

/*
#menu li ul.sub-menu li ul.sub-menu {
	background: #fff;
}*/

.phone-email-address {
	float: left;
}

.phone-email-address img, #phone-menu img {
	display: inline-block;
	vertical-align: middle;
}

#menu-items .phone-email-address span {
	display: none;
	margin-left: 15px;
}

#navigation li:hover > .sub-menu {
	visibility: visible;
}

#navigation li:hover a, #navigation li ul.sub-menu li:hover, #navigation li ul.sub-menu li a:hover {
	-webkit-transition: all ease-in-out 0.3s;	
	transition: all ease-in-out 0.3s;
}

ul.sub-menu li:hover .sub-menu {
	visibility: visible !important;
	opacity: 1 !important;
	-webkit-transform: rotateX(0deg) translateY(0px) !important; /* Safari */
	transform: rotateX(0deg) translateY(0px)!important ; /* Standard syntax */		
}

#navigation li:hover ul {
	opacity: 1;
	-webkit-transform: rotateX(0deg) translateY(0px); /* Safari */
	transform: rotateX(0deg) translateY(0px) ; /* Standard syntax */	
}

#navigation li:hover {
	background: #FF5252;
}

#navigation li:hover a  {
	color: #fff;
}

#navigation li ul.sub-menu li:hover > a{
	color: #ff5252 !important;	
	background: #272727;
	cursor: pointer;
}

.under-construction-icon {
	margin-left: 10px;
	font-size: 1em;
}

/* Hide the menu */
li#phone-menu {
	display: none;
}

.sub-menu-parent i {
	font-size: 1.5em;
	font-weight: bold;
	vertical-align: middle;
}


/*
	Splash
*/

#bgvid-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
    height: 600px;
	overflow: hidden;
	opacity: 1;
}

video#bgvid {
	z-index: -1;
	position: absolute;
	opacity: 0.9;
	background-size: 100% 100%;
	background-image: url(assets/videos/still.jpg);
    top: 0px;
    left: 0px; /* fixed to left. Replace it by right if you want.*/
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;}

.banner{
	position: relative;
	background-color: #ccc;
	overflow: hidden;
	width: 100%;
	margin: 0 auto 40px auto;	
	border-radius: 3px;
	height: 300px;
	background: no-repeat center center;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	background-position: center center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.post-video-container {
	position: relative;
	padding-bottom: calc(56.25% + 28.125px); /* 16:9 */
	height: 0;
	left: 0%;
	width: calc(100% + 50px);
	margin: 30px 0;
}

.post-video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	margin-left: -25px;
	width: 100%;
	height: 100%;
}

.wp-caption-text {
	margin: 5px 0 10px 0 !important;
	color: #aaa;
	text-align: center;
	font-size: 0.8em;
}

#splash{
	position: relative;
	text-align: center;
    height: 600px;
    padding: 0;
   	overflow: hidden; 
    width: 100%;
    z-index: 1;
    margin: 0px auto;	 
    background: rgba(30,30,30,0.7);
    top: 0;
    left: 0;
   	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row; 
}

#logo-big {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 100%;
	right: 0;
	z-index: -1;
}

#logo-big > div {
	margin: 0 auto;
	position: relative;
	justify-content: flex-end;
}

#logo-big > div img{
	position: relative;
	bottom: 0;
	right: 0;
	margin-bottom: -80%;
	width: 450px;
	height: 450px;
}

#blurb{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;	
}

#blurb > div{
	position: relative;
	display: block;
	flex-direction: column;
	text-align: left;
	width: 70%;
}

#blurb > div p {
	max-width: 600px;
}


#blurb img {
	position: absolute;
	width: 100%;
	height: 100%;
}

#video-wrapper{
	display: none;
	align-items: center;
}

#video {
	box-shadow: 1px 1px 20px -10px #111;
	width: 70%;
	left: 15%;
	position: relative;
	padding-bottom: 39.375%; /* 16:9 */
	height: 0;
}

#video iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/*
	Home
*/

#home-container {
	z-index: 40;
}
#cat-container{
	padding: 50px 0px;
}
#cat-container .columns{
    display: block;
}
#cat-container .very-narrow{
	max-width: 1200px;
}
.cat-banner{
    background-image: url(http://csiscan.nz/wp-content/uploads/2020/02/DSCF2504-TRG-Case-Study-3.jpg);
    background-size: cover;
    height: 320px;
    text-align: center;
	background-position: center;
}
.cat-text{
    background-color: rgba(50,50,50,0.3);
    height: 100%;
	display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
	padding: 0px 50px;
	text-shadow: 1px 1px 4px #111;
}
.cat-text h2{
	font-weight: bold;
	font-size: 20px;
	padding-bottom: 6px;
}
.cat-text h3{
	margin-bottom: 20px;
	color: #fff;
}

/* 
	404
*/

#fourohfour {
	position: absolute;
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

#fourohfour h1 {
	font-size: 4em;
}


/*
	Premium Content
*/

.page-item {
	margin: 5px 0;
	display: flex;
	align-items: center;
}

.page-item:first-child {
	margin-top: 0px;
}

.page-item:hover {
	transform: scale(1.01);
	box-shadow: 1px 1px 10px -3px #111;
}

.placeholder{
	opacity: 0.4;
}

.page-thumb {
	background-color: #303030;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	display: inline-block;
	width: 25%;
	height: 0;
	padding-bottom: 14.43%;
}

.page-desc {
	border-right: 1px solid #3c3c3c;
	width: 22%;
	padding: 20px 30px;
	display: inline-block;
}

.page-excerpt {
	margin: 20px 0;	
	width: 48%;
	padding: 0 30px;
	font-size: 0.8em;
	color: #bbb;
	display: inline-block;
}

.page-desc h1 {
	color: #ccc;
	font-size: 1em;
}

.page-desc h3 {
	margin-top: 6px;
}

.page-desc span.socicon {
	font-size: 2em;
	padding: 0 8px;
	line-height: 200%;
}

.page-desc span.socicon:hover {
	color: #fff;
}

.page-desc a {
	text-decoration: none;
}

#page-content {
	z-index: 9999;
}

#lock {
	width: 35%;
	margin-right: 30px;
}

#attachments h3 {
	text-align: left;
}

#attachments span {
	width: 100%;
	margin: 30px 0;
	text-transform: none;
	vertical-align: middle;
	font-weight: normal;
	font-size: 1.5em;
	color: #ccc;
}

#attachments ul li:before{
	content: '- ';
	color: #aaa;
}

#attachments ul li {
	margin-left: 15px;
}

#attachments ul li a {
	text-decoration: none;
	padding-bottom: 3px;
	border-bottom: 1px solid #aaa;
	color: #ccc;
}


/*
	Recent Projects
*/

#rp {
	margin-top: 80px;
}

.slick-track > div > div > p:last-child {
	margin: 0;
}


/*
	Forms
*/

#billing-form {
	top: -30px;
}

#billing-form input, #billing-form select {
	background: none;
	margin: 0px 0 0px 0;
	border: none;
	color: #eee;
	font-size: 1.2em;
	width: 95%;
	display: block;
	padding: 1.5% 2.5%; 	
	border-bottom: 2px solid #313131;
	box-shadow: none !important;
}

#billing-form select {
	background: #3b3b3b;
	width: 100%;
	padding: 1.5%;
	color: #ddd;
}

#wpform-field-hp {
	display: none;
}

#billing-form select {
	height: 50px;
}

#billing-form input:focus {
	border-color: #FF5252;
	outline: none !important;
	box-shadow: none !important;
}

.wpforms-field-row {
	width: 100%;
}

.wpforms-recaptcha-container {
	margin: 0 auto;
	padding-top: 20px;
	text-align: center;
}

label.wpforms-error {
/* 	background-color: #ff5252 !important; */
	color: #ff5252 !important;
}

.wpforms-error-container {
	padding: 0px 0px 20px 0px;
	margin: 0 auto;
	text-align: center;
	color: #f1f1f1;
}

.wpforms-error-container a {
	color: #fff;
}

.wpforms-confirmation-container p {
	text-align: center;
	color: #ddd;
	font-size: 1.5em;
}

.field, .wpforms-field {
	display: grid;
	border-top: 1px solid #343434 !important;
	border-radius: 2px !important;
	box-shadow: 0px 0px 3px #222 !important;	
	background: #3b3b3b;
	margin-bottom: 20px;
	padding: 0 !important;
}

.field textarea, .wpforms-field textarea {
	min-height: 150px !important;
	height: auto !important;
}

.field-description, .wpforms-field-description {
	padding: 2% !important;
	line-height: 150%;
}

.field-divider, .wpforms-field-divider {
	background: none;
	color: #ddd;
	font-weight: bold;
	box-shadow: none !important;
	border: none !important;
}

.field a, .wpforms-field a {
	color: #fff;
	font-weight: bold;
}

.field-divider h3, .wpforms-field-divider h3 {
	margin: 30px 0 0px 0;
	font-size: 1.5em;
}

.field label a, .wpforms-field label a {
	color: #fff;
}

.field > label, .one-half > .field-label, .wpforms-field > label, .wpforms-one-half > .wpforms-field-label {
	margin: 0 !important;
	background: #373737 !important;
	padding: 2%;
	display: block;
}

.field li label, .wpforms-field li label {
	display: inline-block !important;
	width: 90%;
	padding: 20px 0;
	line-height: 150% !important;
}

.field label, .field-description, .wpforms-field label, .wpforms-field-description {
	color: #aaa;
}

.field-sublabel, .wpforms-field-sublabel, .after {
	display: none;
}


input[class^="field-address"], input[class^='wpforms-field-address'] {
	border-bottom: 2px solid #3b3b3b !important;
}

input[class^='field-address']:focus, input[class^='wpforms-field-address']:focus {
	border-color: #FF5252 !important;
}

.one-half label, .wpforms-one-half label {
	padding: 4.8% !important;
}

.one-half input, .wpforms-one-half input {
	width: 90% !important;
	padding: 3% 4.8% !important;
}

.field-label-inline, .wpforms-field-label-inline {
	display: inline-block !important;
	background: none !important
}

.field li input[type="checkbox"], .wpforms-field li input[type="checkbox"]{
	margin: 2.5% !important;
	display: inline-block !important;
	width: auto !important;
	background: #444 !important;
	padding: 10px !important;
	line-height: 150%;
}

.field ul li label, .wpforms-field ul li label {
	background: none !important;
	padding: 0 !important;
}

label {
	background: none !important;
}

.first {
	margin-right: 1.5% !important;
}

.one-half {
	width: 49%;
	display: inline-block;
}

.wpforms-one-half {
	width: 49%;
	display: inline-block;
}

.one-third, .wpforms-one-third {
	width: 32%;
	display: inline-block;
}

.one-third label, .wpforms-one-third label {
	padding: 7.5%;
}

.one-third input, .wpforms-one-third input {
	width: 85% !important;
	padding: 5% 7.5% !important;
}

.wpforms-first {
	margin-right: 2% !important;
}


/*
	Services + Policies
*/

.expand {
	position: absolute;
	display: none;	
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background: rgba(30,30,30,0.5);
}

.expand i {
	color: #fff;
	cursor: pointer;
	font-size: 4em;
	transition: ease-out all 0.4s;
}

.expand i:hover {
	transform: scale(1.2);
}

.banner:hover .expand {
	display: flex;
}

.tooltip {
	display: none;
	color: #fff;
	font-size: 1.2em;
	margin-bottom: 20px;
	text-shadow: 1px 1px 4px #111;
	align-self: flex-end;
}

.breadcrumbs {
	position: relative;
	width: 90%;
	max-width: 1400px;
	margin: 0px auto;
	color: #666;	
}

.breadcrumbs span > span {
	font-size: 1em;
	color: #FF5252;
}

.breadcrumbs span > a {
	text-decoration: none;
	padding: 6px 0;
	color: #888;
	background: none;
	box-shadow: none;
	border-bottom: 1px solid #373737;
}

.breadcrumbs span > a:hover {
	color: #FF5252;
	border-bottom: 1px solid #FF5252;
}

.sp-grid {
	margin: 50px auto 60px auto;
	display: flex;
    flex-flow: row wrap;	
    justify-content: space-between;
}

.sp-grid .item {
	flex-basis: 32.5%;
	margin: 0 0 2% 0;
	overflow: hidden;	
}

.sp-thumb {
	border-radius: 3px 3px 0 0;	
	height: 0;
	width: 100%;
	padding-bottom: 56.25%;
	background-size: cover;
	position: relative;
	display: inline-block;
	-webkit-transition: all ease-in-out 0.2s;
	transition: all ease-in-out 0.2s;	
}

.sp-name {
	position: relative;
	padding: 15px;
	border-left: 4px solid #d82b2b;	
	text-align: left;
	color: #ddd;
	text-shadow: 1px 1px 10px #222;
	text-decoration: none;
}

.item-link:hover .sp-name {
	border-left: 8px solid #d82b2b;	
	background: #222;	
}

.item-link:hover .sp-thumb {
	transform: scale(1.05);
}

.sp-name:hover span {
	background: none;
}

.img-grid{
    display: grid;
	grid-template-columns: 30% 30% auto;
    grid-template-areas:
        "a b c"
        "d de c";
	column-gap: 20px;
    row-gap: 20px;
	margin: 30px 0px;
}
.tool{
    display: grid;
    grid-template-columns: auto auto;
    column-gap: 20px;
    margin-bottom: 30px;
}
.col1{
	grid-area: a;
}
.col2{
	grid-area: b;
}
.col3{
	grid-area: c;
			background-image: url(http://csiscan.nz/wp-content/uploads/2020/09/Hilti-PS1000-2000MHz-GPR-Scanner.jpg);
    background-size: cover;
    background-position: center;
}
.col4{
	grid-area: d;
}
.col5{
	grid-area: de;
}
@media (max-width:767px){
	.img-grid{
		grid-template-columns: auto auto;
    	grid-template-areas:
        	"a c"
        	"b c"
    	    "d de";
		column-gap: 10px;
    	row-gap: 10px;
    }
    .tool{
        display: block;
        margin-bottom: 50px;
    }
    .tool img{
        margin-bottom: 30px;
    }
}
/*
	Projects
*/



/*
	Project
*/

#project-container {
	width: 100%;
	background-size: 100%;	
}

.arrow {
	cursor: pointer;
	width: 10%;
}

#next-project img {float: right;}



@-webkit-keyframes slide-project-nav {
  0%   { bottom: -60px; }
  100% { bottom: 20px; }
}
@-moz-keyframes slide-project-nav {
  0%   { bottom: -60px; }
  100% { bottom: 20px; }
}
@-o-keyframes slide-project-nav {
  0%   { bottom: -60px; }
  100% { bottom: 20px; }
}
@keyframes slide-project-nav {
  0%   { bottom: -60px; }
  100% { bottom: 20px; }
}


#project-nav {
	display: flex;
	position: fixed;
	width: 100%;
	left: 0;
	margin: 0 auto;
	align-items: center;
	justify-content: center;
	bottom: 20px;
	z-index: 10;
    -webkit-animation: slide-project-nav 0.5s ease-in;
    -moz-animation:    slide-project-nav 0.5s ease-in;
    -o-animation:      slide-project-nav 0.5s ease-in;
  	animation:         slide-project-nav 0.5s ease-in;
}

#project-nav ul {
	padding: 0 15px;
	box-shadow: 0px 0px 8px -4px #171717;	
	border-radius: 3px;
	background: #333;
	width: auto;
	list-style: none;
}

#project-nav li {
	display: inline-block;
}

#project-nav li a{
	text-decoration: none;
	display: block;
	padding: 20px 10px;
	color: #ccc;
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
	border: 3px solid #333;	
}

#project-nav li a:hover{
	color: #d82b2b;
	border-bottom: 3px solid #d82b2b;	
}

.banner:hover .sub {
	display: flex;
}

.sub {
	position: absolute;
	align-items: center;
	width: 100%;
	bottom: 0;
	left: 0;
	background: rgba(30,30,30,0.7);
	text-align: center;
	display: none;
}

.sub span {
	color: #ccc;	
	padding: 10px 0;
	font-style: italic;
	font-size: 1em;
	display: block;
	width: 100%;
	text-align: center;
}

/* Core values
 */

 h2.core-values-header {
	color: #ddd;
	font-size: 2.4em;
	text-align: center;
	font-weight: 900;
}

/*
	Video Testimonials
*/

#video-testimonial {
	width: 100%;
	height: auto;
	background: url('assets/img/brosnan.jpg');
	background-size: cover;
	background-position: center center;
}

#video-testimonial > div:first-child {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 120px 0;
	background: rgba(50,50,50,0.3);
}

#play-testimonial:hover {
	color: #fff;
	cursor: pointer;
}

#video-testimonial h1, #video-testimonial h2{
	margin-left: 10px;
	text-shadow: 1px 1px 4px #111;
	font-size: 1.5em;
	color: #fff;
}

#video-testimonial h2 {
	font-size: 1em;
}

/*
	Testimonials
*/

#testimonial-big > div:last-child {
	margin-top: 25px;
}

#testimonial-big img {
	width: 200px;
}

.testimonial {
	width: 100%;
}

.client {
	width: 150px;
	flex: 0 0 150px;
	padding-right: 5%;
}

.client img {
	width: 100%;
	left: 0;
}

.testimonial-item {
	cursor: pointer;
}

.testimonial-item:hover {
	transform: scale(0.99);
}

img[src=""] {
   display: none;
}


/*
	Heritage
*/

.project-item {
	height: 300px;
}

.heritage-item img {
	width: 100%;
	height: auto;
}

.project-item img {
	height: 100%;
	width: auto;
	clear: both;
	overflow: hidden;
}



/*
	Blog
*/

.wp-caption img {
	width: 100% !important;
	height: auto;
	box-shadow: 0px 0px 18px -4px #111;
	margin: 0;
}

.post-span .alignleft {
	width: calc(50% + 50px) !important;
	margin-left: -25px;
	height: auto;
	float: left;
	margin: 25px 25px 25px -25px;
}

.post-span .alignright {
	width: calc(50% + 50px) !important;
	height: auto;
	float: right;
	margin: 25px -25px 25px 25px;
}

.post-span .alignfree {
	float: left;
	margin: 25px;
}

.post-span .alignleftpng {
	box-shadow: none;
}

.gold-awards {
	box-shadow: none;
	float: right;
	padding: 20px 0 20px 20px;
}

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

.aligncenter img {
	width: auto !important;
}

.post-span .alignnone {
	width: calc(100% + 50px) !important;
	margin-left: -25px;
	height: auto;
}

.post-span .two-across {
	width: calc(40% + 25px) !important;
	display: inline-block !important;
}

.post-span .two-across:nth-of-type(even){
	margin-right: -25px !important;
	margin-left: 0px !important;
}

.post-span a[rel="lightbox"]{
	border: none;
}

.noposts {
	color: #ccc;
}

.sharify-container {
	padding: 0 !important;
	vertical-align: middle;
	position: relative;
	width: 300px;
}

.sharify-count {
	display: none !important;
}

.sharify-container ul {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.sharify-container ul li {
	width: 25% !important;
	opacity: 0.6;	
}

.sharify-container ul li a {
	text-align: center;
}

.sharify-container li:hover {
	opacity: 1;
}


/* 
	Comments
*/

.bypostauthor .comment-author:before {
	content: 'Admin: ';
	color: #fff;
}

.children {
	margin-top: 15px;
	margin-left: 40px;
	border-left: 5px solid #FF5252;
}

.children li {
	margin: 0 !important;
	background: #373737 !important;
	box-shadow: none;
}

.children .comment-head {
	font-size: 0.8em;
	margin-bottom: 10px;
}

.children .comment-avatar img {
	width: 50px;
	height: 50px;
}

.children .comment em,.children .comment-body {
	margin: 0 0 20px 65px;
}

.comment-body p{
	margin: 5px 0;
}

.comment-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}

.comment-avatar, .comment-meta {
	display: inline-block;
}

.comment-avatar img {
	margin-right: 15px;
	width: 60px;
	height: 60px;
	border-radius: 50%;
}

.comment-author {
	text-transform: capitalize;
	color: #ccc;
	margin: 5px 0;
	font-size: 1.2em;
}

.company {
	display: inline-block;
	padding: 0;
}

.comment-author .company {
	font-size: 0.8em;
	color: #aaa;
}

.comment-date {
	color: #FF5252;
	text-transform: uppercase;
	font-size: 0.8em;
}

.comment-body {
	margin: 0px 0px 0px 75px;
	display: inline-block;
}

.comment-list li em, .children .comment-list li em {
	display: inline-block;
	margin: 5px 0;
	font-size: 0.7em;
	text-transform: uppercase;
	color: #888;
}

.children .comment-list li em {
	margin: 5px 0 10px 40px;
}

.comment-body p{
	color: #ccc;
	padding: 2px 0;
}

.sce-status {
	font-size: 0.7em;
	text-transform: uppercase;	
 	color: #888 !important;
 	margin: 10px 0 15px 0;
;
}

.sce-edit-comment {
	color: #888;
	font-size: 0.9em;
	margin: 10px 0 15px 0;
}

.sce-edit-comment a {
	text-decoration: none;
	color: #bbb;
	padding-bottom: 2px;
	border-bottom: 1px solid #999;
}

.sce-edit-comment a:hover {
	color: #FF5252;
	border-bottom: 1px solid #FF5252;
}

.sce-edit-comment textarea {
	padding: 10px;
	margin: 10px 0;
}

.sce-edit-comment button {
	border: none;
	line-height: 100%;
	display: inline-block;
	text-decoration: none;
	margin: 0 5px 15px 0;
	width: auto;
	padding: 8px 13px;
	font-size: 1em;
	text-shadow: 0px 0px 3px #222;
	color:#fff;
	background: #333;
	border-radius: 2px;
	box-shadow: 0px 0px 3px #222;
	border-bottom: 2px solid #212121;
	cursor: pointer;
	transform: scale(1.0);
}

.sce-edit-comment button:hover {
	border-color: #DB4949;	
	background: #FF5252;
}

.reply {
	text-align: right;
	right: 0;
}

.reply a {
	text-decoration: none;
	color: #bbb;
	padding-bottom: 2px;
	border-bottom: 1px solid #999;
}

.reply a:hover {
	color: #FF5252;
	border-bottom: 1px solid #FF5252;
}

.comment-notes {
	color: #FF5252;
}

#respond form p{
	margin: 5px 0;
}

input, textarea {
	width: 97%;
	padding: 1.5%;
	box-shadow: 0px 0px 5px #333;
	background: #414141;
	border-radius: 3px;
	color: #ccc;
	border: 0;
}

label {
	display: inline-block;
	color: #ccc;
	margin: 10px 0;
}

label.required {
	margin: 10px 0 !important;
	color: #ccc !important;
	font-weight: normal !important;
}

.comment-form-comment {
	padding: 0;
}

.form-submit {
	padding-top: 10px;
}

.form-submit #submit, .button, input[type="submit"], a.cat-button {
	border: none;
	line-height: 100%;
	display: inline-block;
	text-decoration: none;
	width: auto;
	padding: 17px 25px;
	font-size: 1em;
	text-shadow: 0px 0px 5px #222;
	color:#fff;
	background: #333;
	border-radius: 2px;
	box-shadow: 0px 0px 5px #222;
	border-bottom: 5px solid #212121;
	cursor: pointer;
	transform: scale(1.0);
}

.form-submit #submit:hover, .button:hover, input[type="submit"]:hover {
	border-color: #DB4949;	
	background: #FF5252;
}

.form-submit #submit:focus, .button:focus, input[type="submit"]:focus {
	transform: scale(0.95);
}


/*
	Sidebar
*/

#sidebar{
	justify-content: center;
	text-align: center;
	margin: 0px auto 40px auto;
}

.widget {
	margin: 0 25px;
}

.widget i:hover {
	color: #FF5252;
	cursor: pointer;
}

.widget select:hover {
	background: #3c3c3c;
}

.widget input, .widget select {
	display: inline-block;
	padding: 10px;
	margin: 10px 0;
}

.widget select {
	font-size: 1em;
	color: #ccc;
	padding: 15px;
	border: 1px solid #444;
	margin-bottom: 15px;
	background: #333;
	box-shadow: 0px 1px 7px -4px #111;
}

.widget > span {
	cursor: pointer;
	background: none;
	font-size: 1em;
	color: #ccc;
	padding: 15px;
	display: flex;
	align-items: center;
}

.widget > span:hover {
	color: #FF5252;
}

#search label {
	display: none;
}

#searchform {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#searchform form {
	border-bottom: 5px solid #FF5252;
}

#searchform input {
	padding: 25px 0;
	border: none;
	box-shadow: none;
	background: none;
	font-size: 2.5em;
	color: #FF5252;
	font-weight: bold;
	outline: none;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

#searchform input::-webkit-input-placeholder {
   color: #FF5252;
}

#searchform input:-moz-placeholder {
   color: #FF5252;
}  

#searchform input:-ms-placeholder {
   color: #FF5252;
} 

#searchform button[type="submit"]{
	border: none;
	background: none;	
	-moz-transition: all ease-in-out 0.5s;
	-webkit-transition: all ease-in-out 0.5s;
	transition: all ease-in-out 0.5s;	
	cursor: pointer;
}

#searchform button[type="submit"]:hover {
	transform: rotate(360deg);

}

#searchform button[type="submit"]:focus {
	transform: scale(0.95) rotate(360deg);
	outline: none;
}


/*
	The Team
*/

#team-container {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

#person{
	position: fixed;
	background: #ddd;	
	right: 0px; /* fixed to left. Replace it by right if you want.*/
	top: 90px;
	left:0;
	bottom: 0;
	background-repeat: no-repeat;
	background-size: 80%;
	background-position: center bottom;
	-webkit-transition: linear all 0.05s;
	transition: linear all 0.05s;
}

#person img{
	display: none;
}

#details {
	position: absolute;
	left: 0;
	float: left;
	text-align: left;
}

#details img{
	display: none;
}

#team {
	top: 91px;
	position: absolute;
	right: 0;
	width: 15%;
}

#team > div {
	position: relative;
	width: 100%;
}

#team > div img {
	opacity: 0.7;
	margin: 0;
	width: 100%;
	display: inline-block;
}

#team > div:hover img {    
	opacity: 1;
}


/*
	Contact
*/

#contact .page-thumb {
	height: auto;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30%;
	background: #2c2c2c;
}

#contact .page-item {
	display: flex;
	align-items: stretch;
}

#contact .page-desc {
	width: 70%;
}

#contact .social-media img {
	opacity: 0.7;
	display: inline-block;
	width: 35px;
	margin: 0 20px 0 0;
}

#contact .social-media img:hover {
	opacity: 1;
}

/* 
	Premium Menu
*/

#premium-menu {
	position: fixed;
	bottom: 20px;
	right: 20px;
	display: inline-block;
	z-index: 1000;
}

#premium-menu ul {
	background: rgba(30,30,30,0.9);
	padding: 0 15px;
	box-shadow: 1px 1px 10px -4px #111;
}

#premium-menu li {
	display: inline-block;
}

#premium-menu li a{
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #999;
	font-size: 0.9em;
	display: inline-block;
	padding: 25px 15px 23px 15px;
	border-bottom: 3px solid #222;
}

#premium-menu li a:hover {
	color: #ddd;
	border-bottom: 3px solid #d82b2b;
}


/* 
	Forms
*/

#estimate select {
	padding: 20px;
	background: #3c3c3c;
	border: none;
	color: #aaa;
	margin-bottom: 20px;
	border: 1px solid #444;
}

#estimate .salesforce_w2l_lead .w2linput.text.captcha{
	display: inline-block;
	width: auto;
}

#estimate .sf_required_fields_msg {
	color: #aaa;
	margin-bottom: 10px;
}

#estimate strong {
	color: #ccc;
}

.sf_field_first_name, .sf_field_last_name {
	width: 48.5%;
	display: inline-block;
}

.sf_field_last_name {
	margin-left: 3%;
}

#membership-login {
	width: 400px;
}

#membership form {
	margin: 0;
}

/* Offset the name fields */

	.membership-register form li:first-child, .membership-register form li:nth-child(2){
		width: 48.5% !important;
		display: inline-block;
	}

	.membership-register form li:nth-child(2){
		margin-left: 3% !important;
	}

#membership form li:nth-child(5){
	display: none;
}	

#estimate input:not([type="submit"]) {
	width: 100%;
	padding: 15px;
	box-shadow: 0px 0px 5px #333;
	background: #414141;
	border-radius: 3px;
	color: #ccc;
	border: 0;	
}

#membership input:not([type="submit"]){
	padding: 15px;
	width: calc(100% - 30px);
	box-shadow: 0px 0px 5px #333;
	background: #414141;
	border-radius: 3px;
	color: #ccc;
	border: 0;
}

#membership input[type="checkbox"], #estimate input[type="checkbox"] {
	width: auto;
	margin-top: 20px;
	box-shadow: none;
}

#membership label {
	font-size: 1.2em;
	display: inline-block;
	color: #ccc;
	margin: 10px 0;
	font-weight: normal !important;
	text-transform: capitalize;
}

#membership label[for=swpm-secret]{
 	text-transform: none;
	letter-spacing: 1px;
}

#membership fieldset {
	background: none;
	border: none;
	padding: 0;
	margin: 0;
}

.swpm-login-widget-logged {
	color: #ccc;
}

.swpm-login-widget-logged > div > div:first-child{
	color: #aaa;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 0.9em;
}

.swpm-login-widget-logged > div > div:last-child{
	margin: 10px 0;
	font-size: 1.2em;
}

.swpm-recaptcha-section {
	margin: 0 !important;
}

#membership a {
	display: inline-block;
	color: #bbb;
	margin: 5px 0;
	text-decoration: none;
	border-bottom: 1px solid #777;
	padding: 4px 0;
}

#membership a:hover {
	color: #fff;
	border-bottom: 1px solid #bbb;

}

#membership-container .swpm-error{
	border: none;
}

#membership-container h3{
	display: none;
}

#membership .error div {
	color: #aaa;
}

#membership li div, #membership li b {
	color: #ccc;
	display: block;
	margin: 10px 0;
}

.swpm-legend {
	display: none;
	margin: 0;
	padding: 0;
}

#membership .swpm-error{
	letter-spacing: 0px;
	text-transform: none;
}

#membership input.swpm-error {
	border-bottom: 2px solid #d82b2b;
}

#membership-container #item-swpm-4 {
	display: none;
}

.swpm_g_captcha {
	margin: 0 !important;
	padding: 0;
	text-align: left;
}

.swpm-section li {
	padding: 0 !important;
}

.swpm-item-submit {
	text-align: left;
}

.swpm-warning {
	margin-top: 30px;
	background: none;
	border: none;	
	border-left: 3px solid #ffff00;
}

.swpm-warning p {
	color: #ffff00 !important;
	font-weight: normal;
	margin: 0 !important;
	padding: 0;
}

.swpm-remember-me {
	margin-bottom: 10px;
}

.swpm-remember-me span {
	color: #aaa;
}

.swpm-login-form-submit, .swpm-pw-reset-submit, .swpm-submit  {
	font-size: 0.9em !important
}

.swpm-forgot-pass-link, .swpm-join-us-link {
	text-align: right;
}


/* 
	Solution Finder
*/

.solution-step {
	justify-content: space-between;
	margin-top: 15px;
}

.solution-step h2 span {
	font-size: 1.2em;
	font-weight: bold;
}

.solution-step i.material-icons {
	text-align: left;
	cursor: pointer;
	border: 1px solid #3b3b3b;
}

.solution-step i.material-icons:hover {
	background: #FF5252;
	color: #3b3b3b;
	border-color: #FF5252;
}

.solution-step h2 i:not(.material-icons) {
	font-style: italic;
	font-size: 1.2em;
}

.solution-feature text {
	fill: #ddd;
	font-size: 2.3em;
}

.solution-feature {cursor: pointer}

.solution-feature * {
	transition: 0.3s;
}

.solution-feature:hover text {
	padding-bottom: 3px;
	text-decoration: underline;
	cursor: pointer;
	fill: #fff;
}

.solution-feature:hover line, .solution-feature:hover polyline{
	stroke-width: 5px;
}

.solution-feature:hover circle{
	stroke-width: 14px;
}

.solution-type {
	margin-bottom: 20px;
	text-align: left;
}

.solution-type-heading {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.solution-type-heading h2 {
	font-size: 0.8em;
	padding: 0 30px;
	width: 100%;	
}

.solution-heading h3 {
	font-size: 0.8em;
}

.solution-icon {
	background-size: cover;
	background-position: center center;
	width: 200px;
	padding-bottom: 12%;
}

.solution-heading {
	font-size: 1.4em;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.solution-heading i {
	color: #FF5252;
	padding-right: 20px;
}

.solution-subtype {
}

.solution-subtypes, .solution-services {
	display: none;
}

.solution-service span a {
	opacity: 0;
}

.solution-service span:hover {
	color: #fff;
}

.solution-service span:hover a {
	opacity: 1;
}

.solution-service a {
	text-decoration: none;
	color: #ff5252;
}

.solution-service span {
	font-size: 1.1em;
}

.solution-service a i {
	vertical-align: middle;
}

.solution-subtype .solution-heading {
	padding: 20px 0px 20px 20px;
	border-bottom: 1px solid #444;	
}

.solution-subtype:hover {
	cursor: pointer;	
	background: #212121;
}

.solution-subtype:hover .solution-heading {
	border-color: #313131;
}

.close-solution {
	position: relative;
	text-align: right;
	float: right;
	transform-origin: center;	
}

#solution-services {
	margin: 0 auto;
	display: block !important;
}

.solution-services {
	padding: 20px 0;
}

.solution-services h3 {
	padding-left: 20px;
	font-size: 1.5em;
	margin-bottom: 10px;
}

.solution-services h3 em {
	font-style: italic;
	font-weight: bold;
}

.solution-service {
	padding: 10px 20px;
	border-top: 1px solid #262626;
}

.solution-heading img {
	width: 150px;
}

.solution-type-heading:hover {
	cursor: pointer;
	background-color: #393939;
	box-shadow: 10px 10px 40px -15px #222;
}

.solution-type-heading:active {
	background-color: #444;
}

#solution-types {
	display: none;
	height: 0;
	opacity: 0;
}

#solution-types > div:not(.solution-step) {
	margin: 0 auto 20px auto;
	justify-content: center;
}

#solution-services .page-desc {
	width: auto;
}

#solution-services .page-go{
	text-align: right;
	margin-left: auto;
	text-decoration: none;
	padding: 15px;
}

#solution-services .page-item:hover i {
	color: #FF5252;
}



/* 
	Footer 
*/


#footer-social {
	width: 100%;
	display: flex;
	justify-content: center;
	padding: 80px 0;
}

#footer-social li {
	padding: 0 15px;
}

#footer-social a {
	font-size: 1.5em;
	text-decoration: none;
	color: #888;
}

#footer-social a:hover {
	color: #d82b2b;
}

span.socicon.socicon-twitter:after{
    content: url(/wp-content/uploads/2020/09/social_twitter-svg-e1601008636649.png);
    filter: invert(1);
}
span.socicon.socicon-facebook:after{
    content: url(/wp-content/uploads/2020/09/social_facebook-svg-e1601008656847.png);
    filter: invert(1);
}
span.socicon.socicon-linkedin:after{
    content: url(/wp-content/uploads/2020/09/social_linkedin-svg-e1601008642350.png);
    filter: invert(1);
}
span.socicon.socicon-youtube:after{
    content: url(/wp-content/uploads/2020/09/social_youtube-svg-e1601008250783.png);
    filter: invert(1);
}
span.socicon.socicon-instagram:after{
    content: url(/wp-content/uploads/2020/09/social_instagram-svg-e1601008650554.png);
    filter: invert(1);
}


/*
	Breakpoint for Team Photo
*/	

@media screen and (max-aspect-ratio: 3/2) {

	#person { background-size: cover; }

}


/*
	Breakpoint 1600px
*/	

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

	/*	
		Home
	*/

	#bgvid-container, #splash {
	    height: 0;
	    padding-bottom: 40%;
	}


	/*
		Footer
	*/

	#menu-main-menu a {
		padding: 0 8px;
		font-size: 0.9em;
	}

}

/*
	Breakpoint 1280px
*/	

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

	/*	
		Home
	*/

	#bgvid-container, #splash {
	    height: 0;
	    padding-bottom: 50%;
	}

	#logo-big {
		margin-bottom: -15%;
	}


	/* 
		Containers 
	*/

	.header {
		padding: 90px 0;		
	}


	/*
		Footer
	*/
	
	#footer > div > ul:last-child li img {	
		padding: 7px;
	}

	#menu-main-menu a {
		font-size: 0.8em;
	}

	#navigation li a {
		padding: 0 8px;
	}
	
}


/*
	Breakpoint 1100px
*/	

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

	/* Navigation */

	#navigation li a { 
		display: flex;
		align-items: center;
		height: 90px;	
		overflow: hidden;
		position: relative;
		padding: 0 7px;
		font-size: 0.7em;
		color: #999;
		font-weight:700;
		text-transform:uppercase;
   		-webkit-transition: all 0.3s;
    		-moz-transition: all 0.3s;
    		-ms-transition: all 0.3s;
    		-o-transition: all 0.3s;
    		transition: all 0.3s;	
    		cursor: pointer;
   		text-decoration: none; 
	}


}


/*
	Mobile
*/	

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

	/*
		Text sizes 
	*/

	h1 {font-size: 1.7em;}
	h2 {font-size: 1.2em;}
	h3 {font-size: 1.1em;}
	span,p {font-size: 0.9em;}
	span.post-span img {max-width: calc(100% + 20px);}
	span.post-span {padding: 10px;}
	span.post-span p:first-child{margin: 0 0 10px 0;}
	span.post-span h1, span.post-span h2, span.post-span h3 {font-size: 1.2em;}
	span.post-span h4 {font-size: 1.1em;}
	span.post-span p {line-height: 180%; margin: 12px 0;}
	.gold-awards { display: none;}
	blockquote { border-left: 3px solid #d82b2b; margin-left: 20px; padding-left: 20px;}
	.intro {font-size: 1em;}

	p {
		line-height: 180%;
		margin: 10px 0 15px 0;
	}

	p.text-small {
		margin: 5px 0;
		font-size: 0.9em;
	}

	p img {
		box-shadow: 0px 0px 8px #242424;
		border-radius: 1px;
	}

	p img[src$=".png"] {
		box-shadow: none;
	}

	a.no-deco {
		text-decoration: none;
	}


	/*
		Forms
	*/

	input {
		margin: 5px 0;
	}
/*
	label {
		margin: 5px 0;
	}

	label.required {
		margin: 5px 0 !important;
	}*/


	/*
		Alignment
	*/

	.alignnone, .alignright, .alignleft {
		width: calc(100% + 20px);
		height: auto;
		margin: 10px 0 10px -10px;
	}
	
	.post-span .alignright, .post-span .alignright  {
	margin-bottom: 10px;
	}

	.alignright[src$=".png"] {
		width: 30%;
		max-width: 250px;
		min-width: 150px;
		margin: 10px;
		padding: 10px 0 10px 10px;
	}

	/*
		Padding/Margins
	*/

	.padding-large {padding: 30px;}
	.padding-vertical-large {padding: 30px 0;}
	.padding-vertical-vlarge {padding-top: 60px; padding-bottom: 60px;}
	.padding-horizontal-large {padding-top: 30px; padding-bottom: 30px;}
	.padding-horizontal-large {padding-left: 30px; padding-right: 30px;}
	.padding-regular {padding: 20px;}
	.padding-vertical-regular {padding-top: 25px; padding-bottom: 25px;}
	.padding-horizontal-regular {padding-left: 25px; padding-right: 25px;}
	.padding-small {padding: 10px;}
	.padding-vertical-small {padding-top: 10px;	padding-bottom: 10px;}
	.padding-horizontal-small {padding-left: 10px; padding-right: 10px;}
	.padding-vsmall {padding: 5px;}
	.padding-vertical-vsmall {padding-top: 5px; padding-bottom: 5px;}
	.padding-horizontal-vsmall {padding-left: 5px; padding-right: 5px;}
	.padding-bottom-large{padding-bottom: 30px;}
	.padding-bottom-regular{padding-bottom: 25px;}
	.padding-bottom-small{padding-bottom: 10px;}
	.padding-top-large {padding-top: 30px;}
	.padding-top-regular {padding-top: 25px;}
	.padding-top-small {padding-top: 10px;}
	.no-padding {padding: 0;}

	.margin-large {margin: 30px;}
	.margin-regular {margin: 20px;}
	.margin-small {margin: 10px;}
	.margin-vertical-regular {margin: 25px 0;}
	.margin-horizontal-regular {margin: 0 25px;}
	.margin-vertical-small {margin: 10px 0;}
	.margin-horizontal-small {margin: 0 10px;}
	.margin-bottom-regular {margin: 0 25px;}
	.margin-top-small {margin: 10px 0 0 0;}

	.no-margin {margin: 0;}


	/* 
		Containers 
	*/

	.block {
		width: 95%;
	}

	.cut {
		margin-top: -50px;
	}

	.header {
		width: 90%;
		max-width: none;
		padding: 50px 0;		
	}

	.header h1 {
		text-align: center;
	}

	.title-primary {
		justify-content: space-between;
		padding-top: 40px;
		padding-bottom: 60px;
	}

	.title-secondary {
		height: 70px;
		margin-top: -70px;
		z-index: 1;
	}

	.title-secondary > div:first-child {
		margin-left: 10px;
		width: 70%;
	}

	.title-secondary h3 {
		font-size: 0.9em;
	}

	.close {
		top: 10px;
		right: 10px;
	}
	
	/*
	    Covid
	*/
	
	#covid {
		display: block;
	}
	
	#covid-toggle {
		display: none;
	}
	
	#covid h2 {
		margin: 0 auto;
		width: 80%;
		padding: 10px 0;
		font-size: 1em;
	}
	

	/* 
		Home
	*/

	#video {width: 100%; padding-bottom: 56.25%; left:0;}

	#bgvid{background: #333; display: none;}

	#bgvid-container{
		height: 100%;
		background: url(assets/video/still.jpg) no-repeat center center;
	}

	#blurb {
		left: 5%;
		margin-top: -20%;
		width: 90%;
	}

	#blurb > div a {clear: both;}
	#blurb h1 {font-size: 2em; line-height: 100%;}
	#blurb > div {width: 100%;}
	#blurb {width: 90%; flex-direction: column;	}
	#blurb p {font-size: 0.9em; margin: 5px 0;}	
	#blurb > div:first-child{width: 100%;}
	.button {padding: 13px 17px;}

	#logo-big {
		bottom: -45%;
		width: 85%;
		right: -10%;
	}


	/* 
		Sidebar 
	*/

	#sidebar {
		width: 90%;
		padding-bottom: 0px;
		flex-direction: column;
	}
	
	.widget {
		margin: 0 auto;
		padding: 0;
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.widget select {
		padding: 8px;
	}

	#search {
		text-align: right;
	}

	#search label {
		display: inline-block;
	}

	#search i {
		font-size: 2em;
	}


	/*
		Menu
	*/

	#panel {height: 70px;}

	#menu {height: 70px;}

	#logo {margin-left: 15px; clear: both;background: none; width: 100%;} 

	#logo img { margin-top: 0px; height: 40px;
	}

	#navigation li:hover .sub-menu {
		display: none;
	}

	#menu {width: 100%;}

	li#phone-menu {
		display: flex;
	}

	#menu-items-wrapper .phone-email-address a{
		padding: 0 10px;
	}

	#menu-items-wrapper .phone-email-address a {
		height: 70px;
	}

	#menu-items {
		padding: 0;
		margin: 0;
		display: none;
		position: fixed;
		left: 0;
		top: 70px;
		overflow: scroll;
		background: #333;
		width: 100%;
		margin-bottom: 71px;
	}

	#menu-items .top {
		display: none;
	}

	#menu-items li {
		height: auto;
		width: 100%;
		perspective: 0;
		border-top: 1px solid #474747;
	}

	#menu-items li:first-child {
		border-top: none;
	}

	#menu-items li ul.sub-menu {
		display: none;
		position: relative;	
		opacity: 1;
		visibility: visible;
		list-style: none;
		margin-left: 0px;
		-webkit-transform: rotateX(0deg) translateY(0px); /* Safari */
		transform: rotateX(0deg) translateY(0px); /* Standard syntax */	
	}

	#menu-items li ul.sub-menu > li {
		border: none !important;
	}

	#menu-items li ul.sub-menu > li a {
		background: #212121;
		display: flex;
		align-items: center;
		padding: 0px 30px;
	}

	#menu-items li ul.sub-menu > li a:hover {
		background: #FF5252;
	}

	#menu-items li a{
		height: 100%;
		padding: 20px;
		display: block;
	}

	#menu-items .open-menu {
		display: block;
		opacity: 0.4;
	}

	#navigation li ul.sub-menu li:hover > a{
		background: #bf3b3b;
	}

	#navigation li ul.sub-menu li > .sub-menu {
		left: 0% !important;
		border-left: 5px solid #bf3b3b;
		margin-top: 0px !important;
	}	

	#navigation li ul.sub-menu li > .sub-menu a {
		padding: 0px 33px !important;
	}

	.phone-email-address:not(#phone-menu){
		display: none !important;
	}


	/*
		Posts
	*/

	.arrow {
		text-align: center;
		width: auto;
		padding: 10px;
	}	

	.blog-header {
		display: none;
	}

	.sharify-container {
		width: 150px;
		padding: 0;
		margin: 0 10px 0 0;
	}	

	.sharify-container ul {
		justify-content: flex-end;
	}

	#blog-post {
		padding: 0 2.5%;
		width: 95%;
		margin: 0;
		flex-direction: column;
	}

	#blog-post aside {
		display: none;
	}

	/* 	
		Solution Finder 
	*/

	.solution-step {
		justify-content: space-between;
		margin-top: 80px;
		text-align: left;
	}

	.solution-step h2 {
		font-size: 0.9em;		
		text-align: left;
	}

	#solution-types-step {
		margin-top: 0px;
	}

	.solution-icon {
		padding-bottom: 20%;
	}


	/*
		Page
	*/

	#load-more {
		display: block;
		width: 100%;
		background: #444;
		border-radius: 2px;
		box-shadow: 0px 0px 3px #222;
		margin: 0px auto 20px auto;
		font-size: 1.3em;
		padding: 10px;
		text-align: center;
	}

	#load-more span {
		vertical-align: middle;
	}

	#load-more:hover {
		color: #fff;
		background: #FF5252;
	}

	.page-excerpt {
		display: none;
	}

	.page-item {
		display: flex;
		flex-direction: column;
		align-content: stretch;
	}

	.page-desc {
		width: 90%;
	}

	.page-thumb {
		width: 100%;
		padding-bottom: 50%;	
	}


	/*
		Testimonials 
	*/

	#testimonial-slick-container {
		width: 100%;
	}

	#testimonials .arrow {
		display: none !important;
	}	

	#testimonials > div {
		flex-direction: row;
	}

	.testimonial-item > div {
		display: block !important;
	}

	.client {
		margin-top: -30px;
		margin-bottom: -30px;
		width: 40%;
		margin-left: 30%;
	}

	.testimonial {
		text-align: center;
		margin: 0 auto;
	}

	.slick-dots {
		margin: -10px 0 20px 0;
	}

	.slick-dots li {
		margin: 0 10px 0 0;
	}

	#testimonial-big > div:last-child {
		margin-top: 5%;
	}


	/*
		Premium Content
	*/

	#premium-content > div {
		align-items: stretch;
	}

	#lock {
		align-self: flex-start;
		width: 20%;
		margin: 0 15px 0 0;
	}


	/*
		Premium Content
	*/

	.banner {margin: 0 0 20px 0;}


	/*
		Estimate
	*/

	#membership {
		width: 90%;
	}

	#membership label {margin: 5px 0;}

	#estimate input {
	}

	.w2limg {
		width: 40%;
		padding-right: 2%;
	}

	#estimate .captcha {
		margin: 0;
		display: inline-block;
		width: 58%;
	}


	/* 
		Membership
	*/

	#membership input {
		padding: 5%;
		width: 90%;
	}

	#membership input[type='submit'] {
		padding: 10px 0;
		width: 100%;
	}

	#membership input[type='checkbox'] {width: auto;}

	/* Align */	

	.half-width-center {
		width: 100%;
		margin-bottom: 20px !important;
	}	

	/*
		Post
	*/

    .alignright {
        margin: 15px 0px 15px 15px;
    }

    .alignleft {
        margin: 15px 15px 15px 0px;
    }

	#comments {width: 90%; margin: 0 auto;}

	#comments h2 {
		margin: 30px 0 15px 0;
		font-size: 1.1em;
	}

	.comment-avatar  {
		margin-right: 5px;
	}

	.comment-avatar img {
		margin-right: 5px;
		margin-left: 0px;
		width: 40px;
		height: 40px;
	}

	.comment {margin: 25px 0 35px 0}

	.comment-body, .comment em {
		margin: 0;
	}

	.comment-body p {
		margin: 7px 0;
	}

	.comment-meta {
		width: 100%;
	}

	.comment-body .reply {margin: 0; font-size: 0.7em;}

	.reply a {font-size: 0.8em;}

	.comment-meta {
		font-size: 0.9em;
	}

	.children {
		margin: 5px 0 5px 10px;
	}

	.children .comment-avatar img {
		width: 30px;
		height: 30px;
	}

	.children .comment-body{
		margin: 0;
	}

	.children .comment-body p{
		background: none;
		padding: 5px 0;
	}

	#commentform input, #commentform textarea {
		padding: 5%;
		width: 90%;
	}	

	.form-submit #submit {
		width: 100%;
		margin: 5px 0;
		padding: 12px;
	}


	/*
		The Team
	*/

	#team-container{
		margin: 0;
		padding-bottom: 60px;
		height: auto;
		background: #ccc;
	}

	#person {
		top: 61px;
		background: none;
		position: relative;
		height: auto;
		overflow: hidden;
		background: none;
	}

	#person img{
		display: block;
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
		float: left;
	}

	#team {
		position: relative;
		top: 61px;
		height: auto;
		width: 100%;
		overflow: hidden;
		padding: 0;
		margin: 0;
	}

	#team > div { float: left;width: 50%;}

	#team > div img { width: 100%;}

	#details {
		position: relative;
		top: 0;
		width: 100%;
		padding: 0;
		background: #373737;
		padding: 20px 0px;
	}

	#details * { padding: 0px 20px;line-height: normal;}

	#details h1{ font-size: 2em;}

	#details h2 {font-size: 1.1em; color: #ddd;}

	#details h3 {font-size: 1.2em; color: #ddd;}	


	/* 
		Premium Menu
	*/

	#premium-menu {
		bottom: 0px;
		right: 0px;
		width: 100%;	
	}

	#premium-menu ul {
		padding: 0;
		display: flex;
		justify-content: space-around;
	}

	#premium-menu li {
		display: inline-block;
	}

	#premium-menu li a{
		text-decoration: none;
		text-transform: uppercase;
		letter-spacing: 2px;
		color: #999;
		font-size: 0.9em;
		display: inline-block;
		padding: 25px 15px 23px 15px;
		border-bottom: 3px solid #222;
	}

	#premium-menu li a:hover {
		color: #ddd;
		border-bottom: 3px solid #d82b2b;
	}


	/* 
		Footer
	*/
	
	#footer-social {
		padding: 0;
	}	

	#footer {
		padding: 35px 0;
	}

	#footer > div ul:first-child{
		display: none;
	}

	#footer > div ul:nth-child(2) {
		margin: 0 auto;
		float: none !important;
	}

}


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

	/*
		Home
	*/


	/* 
		Post
	*/

	.wp-caption {
		float: none;
		display: inline;
	}

	.wp-caption-text {
		text-align: center;
		margin: 0 auto;
		display: block;
		font-size: 0.9em;
	}


}