/*
Theme Name: Definitive Roofing

Fonts Used:
    font-family: 'Open Sans', sans-serif;
*/
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 {}
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important
}
/*--------- BODY ELEMENTS --------- */
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.444em;
}
a {
  text-decoration: none;
  transition: .5s;
}
b, strong {
  font-weight: 700;
}
nav, section, footer, div, li, a, input, select, textarea, img, td {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input, select, textarea {
  -webkit-appearance: none;
}
p {
  margin: 0 0 1.5em 0;
}
p:last-child {
  margin: 0 !important;
}
a {
  text-decoration: none;
  transition: .5s;
}
em, i {
  font-style: italic;
}
img {
  height: auto;
}
/*--------- MENU ELEMENTS --------- */
#menu {
  display: table;
  width: 100%;
  border-bottom: 5px solid #000;
}
/*--------- HEADER ELEMENTS --------- 
#header {
	display: table;
	width: 100%;
	background: url(images/header-bg.webp) bottom center no-repeat #999999;
	background-size: cover;
}
#branding {
	display: table;
	width: 100%;
	margin: 2em auto 2em auto;
}
.logo {
	display: table;
	width: auto;
	margin: 0 auto 0 auto;
	font-size: 2.667em;
	font-weight: 600;
	text-align: center;
	padding: 1em;
	background: #fff;
	-moz-box-shadow: 0px 0px 10px 10px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0px 0px 10px 10px rgba(0,0,0,0.15);
	box-shadow: 0px 0px 10px 10px rgba(0,0,0,0.15);
}
.logo img {
	display: table;
	max-width: 7em;
	margin: 0 auto 0.75em auto;
}
.logo a {
	color: #000;
}
.logo a:hover {
	color: #189acc;
}
.phone {
	display: table;
	margin: 0 auto 0.5em auto;
	font-size: 0.75em;
}
.slogan {
	display: none;
}
.page-template-front-page .slogan {
	display: table;
	width: auto;
	margin: 0 auto;
	font-size: 2.667em;
	font-weight: 600;
	line-height: 1.33em;
	text-align: center;
}
.page-template-front-page #branding {
	display: table;
	width: 100%;
	margin: 5em auto 4em auto;
}
.page-template-front-page .logo {
	margin: 0 auto 2em auto;
}
--------- F00TER ELEMENTS --------- 
#footer {
	display: table;
	width: 100%;
	background: url(images/footer-bg.webp) bottom center no-repeat #999999;
	background-size: cover;
	padding: 5em 0 1em 0;
}
#footer .logo {
	margin: 0 auto 1.5em auto;
}
#footer .address {
	display: table;
	width: 100%;
	font-size: 0.417em;
	font-weight: 400;
	text-align: center;
	margin: 1em 0 0 0;
}
#footer #copyright {
	clear: both;
	display: table;
	margin: 0 auto 1em auto;
	font-size: 0.889em;
	font-weight: 400;
}
#footer #copyright a {
	color: #000;
}
#footer #copyright a:hover {
	color: #189acc;
}*/
/*--------- AFFILIATIONS ELEMENTS --------- */
#affiliations {
  display: table;
  width: 100%;
  margin: 0;
  padding: 4em 0;
}
#affiliations h3 {
  display: table;
  width: auto;
  margin: 0 auto;
  font-size: 2.667em;
  font-weight: 600;
  line-height: 1.33em;
  text-align: center;
}
#affiliations ul {
  display: table;
  width: 900px;
  margin: 1em auto 0 auto;
  text-align: center;
}
#affiliations ul li {
  list-style: none;
  display: inline-table;
  width: 24%;
  padding: 1em 1.5em;
  vertical-align: middle;
}
#affiliations ul li img {
  width: 100%;
}
/*--------- SERVICES ELEMENTS ----------*/
#services {
  display: table;
  width: 100%;
  padding: 4em 0;
  background: #000;
  color: #fff;
}
#services .widget {
  display: table;
  margin: 0 auto 0 auto;
  width: 1248px;
}
#services .widget h3 {
  font-size: 2em;
  font-weight: 600;
  margin: 0 0 0.75em 0;
  text-align: center;
  line-height: 1.333em;
  color: #fff;
}
#services .widget ul {
  display: table;
  width: 100%;
  text-align: center;
}
#services .widget ul li {
  display: inline-table;
  font-weight: 700;
  text-align: center;
  margin: 0 0;
  width: 16%;
}
#services .widget ul li:last-child {
  margin: 0;
}
#services .widget ul li span {
  display: table;
  margin: 0 auto 0 auto;
  width: 8em;
  height: 8em;
}
#services .widget ul li:nth-child(1) span {
  background: url(images/service1.webp) left top no-repeat;
  background-size: 8em;
}
#services .widget ul li:nth-child(2) span {
  background: url(images/service2.webp) left top no-repeat;
  background-size: 8em;
}
#services .widget ul li:nth-child(3) span {
  background: url(images/service3.webp) left top no-repeat;
  background-size: 8em;
}
#services .widget ul li:nth-child(4) span {
  background: url(images/service4.webp) left top no-repeat;
  background-size: 8em;
}
#services .widget ul li:nth-child(5) span {
  background: url(images/service5.webp) left top no-repeat;
  background-size: 8em;
}
#services .widget ul li:nth-child(6) span {
  background: url(images/service6.webp) left top no-repeat;
  background-size: 8em;
}
/*--------- HOME SOLUTIONS --------- */
#solutions {
  display: table;
  width: 100%;
}
.solutions {
  display: table;
  width: 1248px;
  margin: 5em auto;
}
.solutions li {
  list-style: none;
  float: left;
  width: 32%;
  margin: 0 2% 0 0;
}
.solutions li:last-child {
  margin: 0;
}
.solutions li h3 {
  font-size: 1.333em;
  font-weight: 700;
  line-height: 1.333em;
  margin: 0 0 0.75em 0;
}
.solutions li img {
  display: table;
  width: 100%;
  margin: 0 0 1em 0;
}
/*--------- HOME CONTENT ELEMENTS --------- */
.page-template-front-page #container {
  display: table;
  width: 100%;
  margin: 0;
  padding: 0;
}
.page-template-front-page #container #content {
  display: table;
  width: 100%;
}
#homecontent {
  width: 1248px;
  display: table;
  margin: 4em auto;
  text-align: center;
}
#homecontent .introtext {
  display: table;
  margin: 1.5em auto;
  width: 80%;
}
#homecontent .left {
  float: left;
  width: 25%;
}
#homecontent .left img {
  display: table;
  width: 100%;
  margin: 0;
}
#homecontent .middle {
  float: left;
  width: 50%;
}
#homecontent .right {
  float: left;
  width: 25%;
}
#homecontent .right img {
  display: table;
  width: 100%;
  margin: 0;
}
#homecontent .middle ul {
  display: table;
  width: 90%;
  margin: 0 auto;
  padding: 0;
}
#homecontent .middle ul li {
  font-weight: 600;
  padding: 0.5em 0;
  border-bottom: 1px solid #189acc;
}
#homecontent .middle ul li:last-child {
  border: none;
}
/* --------- HOME FORM TOP ELEMENTS --------- */
#homeformtop {
  display: table;
  width: 100%;
  margin: 0 auto;
  background: url(images/form-bg.webp) center no-repeat #189acc;
  background-size: cover;
  padding: 4em 0 5em 0;
  text-align: center;
}
#homeformtop h3 {
  font-size: 2.667em;
  font-weight: 600;
  line-height: 1.33em;
  text-align: center;
  color: #fff;
  margin: 0 0 0.5em 0;
}
#homeformtop .wpcf7 {
  display: table;
  width: 900px;
  margin: 0 auto 0 auto;
}
#homeformtop .wpcf7 tr td {
  width: 33%;
}
#homeformtop .wpcf7 tr td:first-child {
  padding: 0 0.5em 0.5em 0;
}
#homeformtop .wpcf7 tr td:last-child {
  padding: 0 0 0.5em 0.5em;
}
#homeformtop .wpcf7 tr td:only-of-type {
  padding: 0;
  width: 100%;
  padding: 0 0 0.5em 0;
}
/* --------- BOTTOM FORM ELEMENTS --------- */
#bottomform {
  display: table;
  width: 100%;
  margin: 0 auto;
  background: url(images/form-bg.webp) center no-repeat #189acc;
  background-size: cover;
  padding: 4em 0 5em 0;
}
#bottomform .widget {
  display: table;
  width: 900px;
  margin: 0 auto 0 auto;
}
#bottomform .widget .left {
  float: left;
  width: 34%;
  background: #000000;
  font-size: 1.778em;
  font-weight: 600;
  color: #fff;
  line-height: 1.333em;
  text-align: center;
  padding: 1.5em 2%;
}
#bottomform .widget .left span {
  font-weight: 300;
}
#bottomform .widget .left a {
  color: #fff;
}
#bottomform .widget .left a:hover {
  color: #189acc;
}
#bottomform .widget .right {
  float: right;
  width: 64%;
  color: #fff;
}
#bottomform .widget .right h4 {
  font-size: 2.667em;
  font-weight: 600;
  color: #fff;
  margin: 0 0 0.5em 0;
}
#bottomform .widget .right p {
  margin: 0 0 1em 0;
}
#bottomform .widget .right .wpcf7 {
  display: table;
}
#bottomform .widget .right .wpcf7 tr td {
  width: 50%;
}
#bottomform .widget .right .wpcf7 tr td:first-child {
  padding: 0 0.5em 0.5em 0;
}
#bottomform .widget .right .wpcf7 tr td:last-child {
  padding: 0 0 0.5em 0;
}
#bottomform .widget .right .wpcf7 tr td:only-of-type {
  padding: 0;
  width: 100%;
  padding: 0 0 0.5em 0;
}
#bottomform .widget .right .wpcf7 tr td input[type="submit"] {
  float: left;
  width: 50%;
}
#bottomform .widget .right .wpcf7 tr td textarea {
  height: 5em;
}
/* --------- PAGE ELEMENTS --------- */
#container #content a {
  color: #189acc;
  font-weight: 600;
}
#container #content a:hover {
  color: #000;
}
#container {
  width: 1248px;
  display: table;
  margin: 0 auto;
  padding: 3em 0 3em 0;
}
#content {
  float: left;
  width: 72%;
}
#sidebar {
  float: right;
  width: 25%;
}
#container #content h1 {
  font-size: 2.667em;
  line-height: 1.35em;
  margin: 0 0 0.5em 0;
  color: #1f1600;
  font-weight: 600;
}
#container #content h2 {
  font-size: 2em;
  line-height: 1.35em;
  margin: 0 0 0.600em 0;
  color: #000;
  font-weight: 600;
}
#container #content h3 {
  font-size: 1.75em;
  line-height: 1.35em;
  margin: 0 0 0.750em 0;
  color: #000;
  font-weight: 600;
}
#container #content h4 {
  font-size: 1.5em;
  line-height: 1.35em;
  margin: 0 0 0.900em 0;
  color: #000;
  font-weight: 600;
}
#container #content ul {
  line-height: 1.5em;
  margin-bottom: 1.5em;
  padding-left: 1em;
}
#container #content ul li {
  list-style: none;
  padding: 0.1em 0 0.1em 1.25em;
  background: url(images/bullet.webp) left 0.5em no-repeat;
  background-size: 0.8em;
}
#container #content ol {
  line-height: 1.5em;
  margin-bottom: 1.5em;
  padding-left: 2em;
  list-style: decimal;
}
#container #content ol li {
  padding: 0.3em 0;
}
#container #content .imgright {
  width: 300px;
  float: right;
  margin: 0 0 0.5em 1.5em;
  clear: right;
  position: relative;
}
#container #content .imgright img {
  width: 100%;
  height: auto;
  margin: 0;
  display: table;
}
#container #content .imgright span.before {
  text-align: center;
  text-transform: uppercase;
  display: block;
  background: #000;
  padding: 3px 10px;
  font-size: 16px;
  font-weight: 700;
  z-index: 1;
  position: absolute;
  color: #fff;
  top: 0;
  left: 0;
}
#container #content .imgright span.after {
  text-align: center;
  text-transform: uppercase;
  display: block;
  background: #000;
  padding: 3px 10px;
  font-size: 16px;
  font-weight: 700;
  z-index: 1;
  position: absolute;
  color: #fff;
  bottom: 0;
  right: 0;
}
.alignleft {
  float: left;
  margin: 0 1.5em 0.5em 0;
}
.alignright {
  float: right;
  margin: 0 0 0.5em 1.5em;
}
.alignnone {
  float: none;
  margin: 1.5em auto;
  display: table;
}
.aligncenter {
  float: none;
  margin: 1.5em auto;
  display: table;
}
#container #content .threeimgs {
  display: table;
  width: 100%;
  margin: 0 0 2em 0;
  padding: 0;
}
#container #content .threeimgs li {
  width: 32%;
  margin: 0 2% 0 0;
  padding: 0;
  list-style: none;
  background: none;
  float: left;
}
#container #content .threeimgs li:last-child {
  margin: 0;
}
#container #content .threeimgs li img {
  display: table;
  width: 100%;
  height: auto;
  margin: 0;
}
#container #content .threeimgs li.double {
  width: 64%;
  margin: 0 0 0 2%;
}
#container #content p.attachment {
  width: 300px;
  float: right;
  margin: 0 0 0.5em 1.5em !important;
  clear: right;
}
#container #content p.attachment img {
  width: 100%;
  height: auto;
  margin: 0;
}
body.attachment #container #content header h1 {
  font-size: 1em;
  margin: 0 0 1.5em 0;
}
/* --------- FORM ELEMENTS --------- */
.wpcf7 .wpcf7-form p {
  margin: 0 !important;
}
input {
  height: 2.222em;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 1.1em;
  width: 100%;
  padding: 0 1em;
  border: 1px solid #ccc;
  margin: 0 0 0 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
}
textarea {
  height: 6em;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 1.1em;
  width: 100%;
  padding: 0.4em 1em;
  border: 1px solid #ccc;
  margin: 0 0 0 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  resize: none;
}
input[type="submit"] {
  display: table;
  font-family: 'Open Sans', sans-serif;
  text-decoration: none;
  color: #fff;
  font-size: 1.1em;
  font-weight: 700;
  background: #000;
  cursor: pointer;
  cursor: hand;
  border: none;
  padding: 0.5em 1em;
  height: inherit;
  margin: 0 auto 0 auto;
  width: auto;
  display: table;
  text-transform: uppercase;
  transition: .5s;
}
input[type="submit"]:hover {
  color: #000;
  background: #fff;
}
div.wpcf7 .ajax-loader {
  visibility: hidden;
  z-index: 999;
  position: relative;
  top: -30px;
  right: 10px;
  float: right;
  margin: 0 0 -20px 0 !important;
}
div.wpcf7 br {
  display: none;
}
div.wpcf7-response-output {
  margin: 10px 0 0 0 !important;
  padding: 0 !important;
  color: yellow !important;
  text-align: center !important;
  font-size: 1em !important;
  border: none !important;
  line-height: 1.25em !important;
}
div.wpcf7-mail-sent-ng {
  margin: 10px 0 0 0 !important;
  padding: 0 !important;
  color: white !important;
  text-align: center !important;
  font-size: 1em !important;
  border: none !important;
  line-height: 1.25em !important;
}
span.wpcf7-not-valid-tip {
  margin: 0 0 5px 0 !important;
  color: yellow !important;
  font-size: 1em !important;
  font-weight: 400 !important;
  text-align: left !important;
  line-height: 1.25em !important;
}
div.wpcf7-validation-errors {
  margin: 0 0 5px 0 !important;
  color: yellow !important;
  border: none !important;
  font-weight: 400;
  margin: 0.556em 0 !important;
  line-height: 1.25em !important;
}
div.wpcf7-mail-sent-ok {
  border: none !important;
  margin: 0.556em 0 !important;
  line-height: 1.25em !important;
}
#searchform #s {
  width: 75%;
  float: left;
  border: 1px solid #ccc;
  margin: 0;
  font-size: 1.1em;
  line-height: 2.222em;
  padding: 0 1em;
}
#searchform input[type="submit"] {
  width: 25%;
  float: left;
  font-size: 1.1em;
  line-height: 2.222em;
  padding: 0;
}
#searchform input[type="submit"]:hover {
  background: #189acc;
  color: #fff;
}
/* --------- SIDEBAR FORM ELEMENTS --------- */
.sidebarform {
  display: table;
  width: 100%;
  padding: 1.5em 1em;
  background: #189acc;
  color: #fff;
  margin: 0 0 1.5em 0;
  text-align: center;
}
.sidebarform h3 {
  font-family: 'Open Sans', sans-serif;
  font-size: 2em;
  font-weight: 700;
  line-height: 1.33em;
  text-align: center;
  margin: 0 0 0.25em 0;
}
.sidebarform .wpcf7 {
  margin: 0.75em 0 0 0;
}
.sidebarform .wpcf7 table tr td {
  float: left;
  width: 100%;
  padding: 0 0 0.25em 0;
}
.sidebarform input[type="submit"] {
  color: #fff;
  background: #000;
  width: 100%;
  padding: 0.5em 1em;
}
.sidebarform input[type="submit"]:hover {
  color: #000;
  background: #fff;
}
.sidebarform div.wpcf7-mail-sent-ng {
  color: white !important;
}
.sidebarform span.wpcf7-not-valid-tip {
  color: yellow !important;
}
.sidebarform div.wpcf7-validation-errors {
  color: yellow !important;
}
.sidebarform .wpcf7-recaptcha div:first-of-type {
  width: 100% !important;
}
.sidebarform .wpcf7-recaptcha div:first-of-type iframe {
  width: 100% !important;
}
/* --------- SIDEBAR SERVICES ELEMENTS --------- */
.sidebarservices {
  display: table;
  width: 100%;
  padding: 1em 1em;
  border: 2px solid #189acc;
}
.sidebarservices h3 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.33em;
  text-align: center;
  margin: 0 0 0 0;
}
.sidebarservices ul {
  display: table;
  width: 100%;
  margin: 0;
  padding: 0;
}
.sidebarservices ul li {
  display: table;
  font-weight: 700;
  text-align: center;
  margin: 0 0;
  width: 100%;
  padding: 1em;
  border-bottom: 1px solid #000;
}
.sidebarservices ul li:last-child {
  margin: 0;
  border: none;
}
.sidebarservices ul li span {
  display: table;
  margin: 0 auto 0 auto;
  width: 8em;
  height: 8em;
}
.sidebarservices ul li:nth-child(1) span {
  background: url(images/service1.webp) left top no-repeat;
  background-size: 8em;
}
.sidebarservices ul li:nth-child(2) span {
  background: url(images/service2.webp) left top no-repeat;
  background-size: 8em;
}
.sidebarservices ul li:nth-child(3) span {
  background: url(images/service3.webp) left top no-repeat;
  background-size: 8em;
}
.sidebarservices ul li:nth-child(4) span {
  background: url(images/service4.webp) left top no-repeat;
  background-size: 8em;
}
.sidebarservices ul li:nth-child(5) span {
  background: url(images/service5.webp) left top no-repeat;
  background-size: 8em;
}
.sidebarservices ul li:nth-child(6) span {
  background: url(images/service6.webp) left top no-repeat;
  background-size: 8em;
}
/* --------- BLOG PAGE ELEMENTS --------- */
.entry-meta {
  margin: 0 0 1em 0;
}
.entry-footer {
  border: 1px solid #ededed;
  background: #fbfbfb;
  padding: 0.25em 1em;
  display: table;
  width: 100%;
  margin: 1.5em 0 0 0;
}
.cat-links {
  float: left;
  display: table;
  width: 100%;
  padding: 0;
}
.tag-links {
  float: left;
  display: table;
  width: 100%;
  padding: 0;
}
#nav-below {
  margin: 1.5em 0 0 0;
}
.nav-previous {
  float: left;
  width: 50%;
}
.nav-next {
  float: right;
  width: 50%;
  text-align: right;
}
#container #content article {
  margin: 0 0 3em 0 !important;
}
.postmetadata {
  border: 1px solid #ededed;
  background: #fbfbfb;
  padding: .75em;
  display: table;
  width: 100%;
  margin: 0;
  font-size: .883em;
  line-height: 1.444em;
  color: #999;
  box-sizing: border-box;
}
/* --------- VIDEO ELEMENTS --------- */
.videocontainer {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.videocontainer .videosize {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.videocontainer iframe {
  display: table;
}
/* --------- CONTACT PAGE ELEMENTS --------- */
.page-id-14 #content {
  float: right;
}
.page-id-14 #sidebar {
  float: left;
}
.contact {
  width: 100%;
  display: table;
}
.contact .address {
  width: 48%;
  float: left;
  display: table;
}
.contact .hours {
  width: 48%;
  float: right;
  display: table;
}
.contact .map {
  clear: both;
  float: left;
  display: table;
  width: 100%;
  margin: 2em 0 0 0;
}
.contact .map iframe {
  width: 100%;
  height: 350px;
  border: 1px solid #000;
}
/* --------- GALLERY PAGE ELEMENTS --------- */
.gallery #container #content {
  text-align: center;
}
#bwg_container1_0 #bwg_container2_0 .bwg-container-0 {
  width: 100% !important;
}
#bwg_container1_0 #bwg_container2_0 .bwg-container-0 .bwg-item {
  max-width: 100% !important;
  padding: 5px !important;
}
#bwg_container1_0 #bwg_container2_0 #spider_popup_overlay_0 {
  background-color: #000 !important;
  opacity: 0.70 !important;
  filter: Alpha(opacity=70) !important;
}
/*--------- F00TER ELEMENTS --------- */
#footer {
  display: table;
  width: 100%;
  background: url(images/footerbg.webp) top center no-repeat #999999;
  background-size: cover;
  padding: 0 0 2em 0;
}
#footer ul {
  display: table;
  width: 1248px;
  margin: 6em auto 2em auto;
}
#footer ul li {
  display: table-cell;
  vertical-align: top;
}
#footer ul li:nth-child(1) {
  width: 30%;
  text-align: left;
}
#footer ul li:nth-child(1) a {
  font-size: 2.667em;
  font-weight: 600;
  color: #000;
}
#footer ul li:nth-child(1) a:hover {
  color: #fff;
}
#footer ul li:nth-child(2) {
  width: 40%;
}
#footer ul li:nth-child(2) img {
  display: table;
  margin: 0 auto 0 auto;
  width: 27.667em;
  max-width: 100%;
  text-align: center;
}
#footer ul li:nth-child(2) a.social {
  display: table;
  margin: 1em auto 0 auto;
  font-size: 3em;
  color: #000;
}
#footer ul li:nth-child(2) a.social:hover {
  color: #189acc;
}
#footer ul li:nth-child(3) {
  width: 30%;
  font-size: 1.667em;
  font-weight: 600;
  text-align: right;
  line-height: 1.222em;
}
#footer #copyright {
  clear: both;
  display: table;
  margin: 14em auto 0 auto;
  font-size: 0.889em;
  font-weight: 400;
}
#footer #copyright a {
  color: #000;
}
#footer #copyright a:hover {
  color: #189acc;
}
/*--------- FOOTER LOGOS ELEMENTS --------- */
#footerlogos {
  display: table;
  width: 100%;
}
#footerlogos ul {
  display: table;
  width: 1248px;
  margin: 2em auto 1em auto;
  text-align: center;
}
#footerlogos ul li {
  display: inline-table;
  vertical-align: middle;
  margin: 0 1em;
}
#footerlogos ul li img {
  display: table;
  height: 6em;
  width: auto;
  margin: 0 0 1em 0;
}
#footerlogos ul li:first-of-type {
  margin: 0 1em 0 0;
}
#footerlogos ul li:last-of-type {
  margin: 0 0 0 1em;
}
#footerlogos ul li h3 {
  display: none;
}
/*--------- SERVICES ELEMENTS ----------*/
#services {
  display: table;
  width: 100%;
  padding: 4em 0;
  background: #000;
  color: #fff;
}
#services .widget {
  display: table;
  margin: 0 auto 0 auto;
  width: 1248px;
}
#services .widget h3 {
  font-size: 2em;
  font-weight: 600;
  margin: 0 0 1em 0;
  text-align: center;
  line-height: 1.333em;
  color: #fff;
}
#services .widget ul {
  display: table;
  width: 100%;
  text-align: center;
}
#services .widget ul li {
  display: inline-table;
  font-weight: 700;
  text-align: center;
  margin: 0 0;
  width: 12%;
}
#services .widget ul li:last-child {
  margin: 0;
}
#services .widget ul li span {
  display: table;
  margin: 0 auto 0 auto;
  width: 8em;
  height: 8em;
}
#services .widget ul li:nth-child(1) span {
  background: url(images/service1.webp) left top no-repeat;
  background-size: 8em;
}
#services .widget ul li:nth-child(2) span {
  background: url(images/service2.webp) left top no-repeat;
  background-size: 8em;
}
#services .widget ul li:nth-child(3) span {
  background: url(images/service3.webp) left top no-repeat;
  background-size: 8em;
}
#services .widget ul li:nth-child(4) span {
  background: url(images/service4.webp) left top no-repeat;
  background-size: 8em;
}
#services .widget ul li:nth-child(5) span {
  background: url(images/service5.webp) left top no-repeat;
  background-size: 8em;
}
#services .widget ul li:nth-child(6) span {
  background: url(images/service6.webp) left top no-repeat;
  background-size: 8em;
}
#services .widget ul li:nth-child(7) span {
  background: url(images/service7.webp) left top no-repeat;
  background-size: 8em;
}
#services .widget ul li:nth-child(8) span {
  background: url(images/service8.webp) left top no-repeat;
  background-size: 8em;
}
/*--------- HOME SOLUTIONS --------- */
#solutions {
  display: table;
  width: 100%;
}
.solutions {
  display: table;
  width: 1248px;
  margin: 5em auto;
}
.solutions li {
  list-style: none;
  float: left;
  width: 32%;
  margin: 0 2% 0 0;
}
.solutions li:last-child {
  margin: 0;
}
.solutions li h3 {
  font-size: 1.333em;
  font-weight: 700;
  line-height: 1.333em;
  margin: 0 0 0.75em 0;
}
.solutions li img {
  display: table;
  width: 100%;
  margin: 0 0 1em 0;
  box-shadow: 0.25em 0.25em 0.5em rgba(0, 0, 0, 0.25), -0.25em -0.25em 0.5em rgba(0, 0, 0, 0.25);
}
/*--------- HOME CONTENT ELEMENTS --------- */
.page-template-front-page #container {
  display: table;
  width: 100%;
  margin: 0;
  padding: 0;
}
.page-template-front-page #container #content {
  display: table;
  width: 100%;
}
#homecontent {
  width: 1248px;
  display: table;
  margin: 4em auto;
  text-align: center;
}
#homecontent .introtext {
  display: table;
  margin: 0 auto 3em auto;
  width: 100%;
}
#homecontent .left {
  float: left;
  width: 32%;
}
#homecontent .left img {
  display: table;
  width: 100%;
  margin: 0;
  box-shadow: 0.25em 0.25em 0.5em rgba(0, 0, 0, 0.25), -0.25em -0.25em 0.5em rgba(0, 0, 0, 0.25);
}
#homecontent .middle {
  float: left;
  width: 36%;
}
#homecontent .right {
  float: left;
  width: 32%;
}
#homecontent .right img {
  display: table;
  width: 100%;
  margin: 0;
  box-shadow: 0.25em 0.25em 0.5em rgba(0, 0, 0, 0.25), -0.25em -0.25em 0.5em rgba(0, 0, 0, 0.25);
}
#homecontent .middle ul {
  display: table;
  width: 90%;
  margin: 0 auto;
  padding: 0;
}
#homecontent .middle ul li {
  font-weight: 600;
  padding: 0.5em 0;
  border-bottom: 1px solid #189acc;
}
#homecontent .middle ul li:last-child {
  border: none;
}
/*--------- HEADER ELEMENTS --------- */
#header {
  display: table;
  width: 100%;
  background: url(images/headerbg.webp) top center no-repeat #999999;
  background-size: cover;
}
#branding {
  display: table;
  width: 92%;
  margin: 1em auto 1em auto;
}
#branding li {
  display: table-cell;
  vertical-align: middle;
}
#branding li:nth-child(1) {
  width: 33%;
  text-align: left;
}
#branding li:nth-child(1) .widget_media_image {
  display: inline-table;
  vertical-align: middle;
  margin: 0 1.25em 0 0;
}
#branding li:nth-child(1) .widget_media_image img {
  display: table;
  height: 6em !important;
  width: auto !important;
  margin: 0;
}
#branding li:nth-child(2) {
  width: 34%;
}
#branding li:nth-child(2) img {
  display: table;
  margin: 0 auto 0 auto;
  width: 20em;
  max-width: 100%;
}
#branding li:nth-child(3) {
  width: 33%;
  text-align: right;
}
#branding li:nth-child(3) a {
  font-size: 2.667em;
  font-weight: 600;
  color: #000;
}
#branding li:nth-child(3) a:hover {
  color: #fff;
}
/*--------- HOME BANNER ELEMENTS --------- */
#homebanner {
  display: table;
  width: 100%;
  background: url(images/bannerbg.webp) center no-repeat #999999;
  background-size: cover;
}
#homebanner .homebanner {
  display: table;
  width: 1248px;
  margin: 4em auto 4em auto;
}
#homebanner .homebanner .bannersections {
  display: table-cell;
  vertical-align: middle;
  box-shadow: 0.35em 0.35em 0.75em rgba(0, 0, 0, 0.5), -0.35em -0.35em 0.75em rgba(0, 0, 0, 0.5);
}
#homebanner .homebanner .bannersections h3 {
  display: none;
}
#homebanner .homebanner .bannersections:first-of-type {
  width: 67%;
}
#homebanner .homebanner .bannersections:last-of-type {
  width: 33%;
  padding: 2em;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#303030+0,828282+50,303030+100 */
  background: #303030; /* Old browsers */
  background: -moz-linear-gradient(top, #303030 0%, #828282 50%, #303030 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #303030 0%, #828282 50%, #303030 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #303030 0%, #828282 50%, #303030 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#303030', endColorstr='#303030', GradientType=0); /* IE6-9 */
  color: #fff;
  border-left: 1px solid #fff;
}
#homebanner .homebanner .bannersections:last-of-type ul li {
  list-style: none;
  padding: 0.4em 0 0.3em 1.35em;
  font-size: 1.333em;
  font-weight: 600;
  position: relative;
}
#homebanner .homebanner .bannersections:last-of-type ul li:before {
  content: "\f192";
  left: 0;
  font-size: 0.889em;
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}
#homebanner .homebanner .bannersections:first-of-type .metaslider .flexslider {
  margin: 0;
}
#homebanner .homebanner .bannersections:first-of-type .metaslider .flex-control-nav {
  bottom: 1em;
}
#homebanner .homebanner .bannersections:first-of-type .flex-control-paging li a {
  background: #189acc;
}
#homebanner .homebanner .bannersections:first-of-type .flex-control-paging li a.flex-active {
  background: #000;
}
/*--------- HOME USPS ELEMENTS --------- */
#usps {
  display: table;
  width: 100%;
}
#usps ul {
  display: table;
  width: 1248px;
  margin: 4em auto 4em auto;
}
#usps ul li {
  display: table-cell;
  vertical-align: top;
  width: 50%;
}
#usps ul li:last-child {
  padding: 0 0 0 2.667em;
}
#usps ul li:last-child .wp-caption {
  width: 100% !important;
}
#usps ul li img {
  display: table;
  width: 100%;
  margin: 0;
  box-shadow: 0.25em 0.25em 0.5em rgba(0, 0, 0, 0.25), -0.25em -0.25em 0.5em rgba(0, 0, 0, 0.25);
}
#usps ul li:first-child h3 {
  display: none;
}
#usps ul li:first-child h4 {
  font-size: 1.333em;
  font-weight: 700;
  margin: 0 0 1em 0;
}
#usps ul li:first-child .widget {
  display: table;
  width: 100%;
  margin: 0 0 4em 0;
}
#usps ul li:first-child .widget:last-of-type {
  margin: 0;
}
#usps ul li:first-child .widget .left {
  width: 50%;
  float: left;
}
#usps ul li:first-child .widget .left img {
  display: table;
  width: 100%;
  margin: 0;
}
#usps ul li:first-child .widget .right {
  width: 50%;
  float: left;
  padding: 0 0 0 1.333em;
}
#usps ul li:last-child h3 {
  font-size: 2em;
  font-weight: 600;
  text-align: center;
  line-height: 1.333em;
  margin: 0 0 0.75em 0;
}
#usps ul li:last-child img {
  margin: 0 0 1em 0;
}