/*
Theme Name: Cornerstone Container

Fonts Used:
font-family: "Ubuntu", 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: "Ubuntu", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.444em;
  letter-spacing: -0.02em;
  word-spacing: 0.04em;
  max-width: 2400px;
  margin: 0 auto;
  background: url("images/page-bg.webp") top center repeat #373737;
}
a {
  text-decoration: none;
  transition: .5s;
}
b, strong {
  font-weight: 700;
}
nav, section, footer, div, li, a, input, select, textarea, img, td, article, header {
  -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;
}
h1, h2, h3, h4, h5, h6 {
  line-height: 1.333em;
  box-sizing: border-box;
}
/*--------- HEADER ELEMENTS --------- */
#header {
  display: table;
  width: 100%;
  background: url("images/header-bg.webp") top center repeat #2e3035;
  border-bottom: 0.5em solid #9fff1f;
}
#branding {
  display: table;
  width: 1500px;
  margin: 1.5em auto 1.5em auto;
}
#branding .left {
  display: table-cell;
  vertical-align: middle;
}
#branding .left img {
  display: table;
  margin: 0;
  float: left;
  width: 25em;
  max-width: 100%;
}
#branding .middle {
  display: table-cell;
  vertical-align: middle;
}
#branding .right {
  display: table-cell;
  vertical-align: bottom;
  text-align: right;
}
#branding .right .phone {
  display: table;
  float: right;
  font-size: 2.667em;
  font-weight: 700;
  color: #9fff1f;
  text-align: center;
  line-height: 1.333em;
  margin: 0 0 0.776em 0;
}
#branding .right .phone a {
  font-weight: 700;
  color: #9fff1f;
}
#branding .right .phone a:hover {
  color: #fff;
}
/*--------- HEADER MENU ELEMENTS --------- */
.headermenu {
  display: table;
  width: 100%;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-flyout ul.mega-sub-menu {
  width: auto !important;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
  white-space: nowrap !important;
}
/*--------- MOBILE HEADER ELEMENTS --------- */
.mobileheader {
    display: none;
}
/*--------- F00TER ELEMENTS --------- */
#footer {
  display: table;
  width: 100%;
  background: #000;
  border-top: 0.5em solid #9fff1f;
}
#footer .footerinfo {
  display: table;
  width: 1500px;
  margin: 4em auto 4em auto;
}
#footer .footerinfo .left {
  display: table-cell;
  vertical-align: top;
  width: 33%;
}
#footer .footerinfo .left img {
  display: table;
  margin: 0;
  float: left;
  width: 22.5em;
  max-width: 100%;
}
#footer .footerinfo .middle {
  display: table-cell;
  vertical-align: top;
  width: 34%;
}
#footer .footerinfo .middle .location {
  display: table;
  width: auto;
  margin: 1em auto 0 auto;
  font-size: 1.333em;
  text-align: center;
  line-height: 1.444em;
  color: #fff;
}
#footer .footerinfo .middle .location a {
  color: #fff;
}
#footer .footerinfo .middle .location a:hover {
  color: #9fff1f;
}
#footer .footerinfo .middle .phone {
  display: table;
  width: auto;
  margin: 1em auto 0 auto;
  font-size: 2.667em;
  font-weight: 700;
}
#footer .footerinfo .middle .phone a {
  color: #9fff1f;
}
#footer .footerinfo .middle .phone a:hover {
  color: #fff;
}
#footer .footerinfo .right {
  display: table-cell;
  vertical-align: top;
  width: 33%;
}
#footer .footerinfo .right #menu ul li {
  font-size: 1.333em;
  text-align: right;
  line-height: 1.333em;
}
#footer .footerinfo .right #menu ul li a {
  color: #fff;
}
#footer .footerinfo .right #menu ul li a:hover {
  color: #9fff1f;
}
#footer .footerinfo .right #menu {
  display: table;
  float: right;
}
#footer .footerinfo .right #menu h3 {
  font-size: 1.333em;
  font-weight: 700;
  color: #9fff1f;
  text-align: right;
}
#copyright {
  display: table;
  width: 100%;
  font-size: 0.833em;
  font-weight: 400;
  text-align: right;
  color: #999999;
  line-height: 1.333em;
  padding: 1em;
}
#copyright .copyright {
  display: table;
  width: auto;
  margin: 0 auto 0 auto;
  text-align: center;
}
#copyright .copyright a {
  color: #999999;
}
#copyright .copyright a:hover {
  color: #fff;
}
/*--------- HOME BANNER ELEMENTS --------- */
#homebanner {
  display: table;
  width: 100%;
  position: relative;
}
#homebanner img {
  display: table;
  width: 100%;
  margin: 0;
}
#homebanner h2 {
  font-size: 4em;
  font-weight: 700;
  font-style: italic;
  color: #000;
  text-align: center;
  line-height: 1.333em;
  position: absolute;
  left: 0;
  right: 0;
  top: 1em;
  margin: 0 auto;
  text-shadow: -3px 0 white, 3px 0 white, 0 -3px white, 0 3px white;
}
#homebanner .quotebtn {
  display: inline-table;
  vertical-align: middle;
  background: #fff;
  color: #000;
  border-radius: 2em;
  font-size: 2em;
  font-weight: 700;
  text-transform: none;
  line-height: 1em;
  padding: 0 0 0 0.75em;
}
#homebanner .quotebtn em {
  display: inline-table;
  background: #9fff1f;
  font-style: normal;
  line-height: 2em;
  border-radius: 2em;
  padding: 0 0.75em 0 0.75em;
  margin: 0 0 0 0.25em;
}
#homebanner .quotebtn .fa-truck-fast {}
#homebanner .quotebtn:hover {
  background: #9fff1f;
}
#homebanner .quotebtn:hover em {
  background: #fff;
}
#homebanner .containerbtn {
  position: absolute;
  left: 2em;
  bottom: 2em;
  z-index: 2;
}
#homebanner .dumpsterbtn {
  position: absolute;
  right: 2em;
  bottom: 2em;
  z-index: 2;
}
/*--------- HOME SERVICES ELEMENTS --------- */
#services {
  display: table;
  width: 100%;
}
#services h2 {
  font-size: 2.667em;
  font-weight: 700;
  text-align: center;
  color: #9fff1f;
  line-height: 1.333em;
  margin: 1em auto 1em auto;
}
#services .services {
  display: table;
  width: 100%;
  margin: 0 auto 0 auto;
  background: #000;
  border-top: 0.5em solid #9fff1f;
}
#services .services h4 {
  font-size: 2.667em;
  font-weight: 700;
  text-align: center;
  color: #9fff1f;
  line-height: 1.333em;
  margin: 1em auto 2em auto;
  position: relative;
}
#services .services h4:before {
  content: "";
  display: inline-table;
  vertical-align: middle;
  width: 4em;
  height: 0.15em;
  background: linear-gradient(to right, rgba(153, 153, 153, 0) 0%, rgba(153, 153, 153, 0.5) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  margin: 0 0.25em 0 0;
}
#services .services h4:after {
  content: "";
  display: inline-table;
  vertical-align: middle;
  width: 4em;
  height: 0.15em;
  background: linear-gradient(to right, rgba(153, 153, 153, 0.5) 0%, rgba(153, 153, 153, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  margin: 0 0 0 0.25em;
}
#services .services .servicecontent {
  display: table;
  width: 1500px;
  margin: 4em auto 4em auto;
}
#services .services .servicecontent ul {
  display: grid;
  gap: 2.5em 2%;
  grid-template-columns: 32% 32% 32%;
  width: 100%;
  margin: 0 auto 0 auto;
}
#services .services .servicecontent ul li h3 {
  display: table;
  width: 100%;
  color: #9fff1f;
  font-size: 1.333em;
  font-weight: 700;
  line-height: 1.333em;
  margin: 0 0 1em 0;
}
#services .services .servicecontent ul li .textwidget {
  font-size: 1.333em;
  line-height: 1.333em;
  color: #fff;
}
/*--------- HOME CTA ELEMENTS --------- */
#cta {
  display: table;
  width: 100%;
}
#cta .cta {
  display: table;
  width: 1500px;
  margin: 5em auto 5em auto;
}
#cta .cta ul {
  display: grid;
  gap: 0 0;
  grid-template-columns: 32% 68%;
  width: 100%;
  margin: 0;
  background: #000;
  align-items: center;
}
#cta .cta ul li:first-child img {
  display: table;
  margin: 0 auto;
  width: 20em;
  max-width: 100%;
}
#cta .cta ul li:last-child {
  padding: 2em;
  font-size: 1.333em;
  background: #9fff1f;
}
#cta .cta ul li:last-child h3 {
  font-size: 2em;
  font-weight: 700;
  line-height: 1.333em;
  margin: 0 0 0.75em 0;
}
#cta .cta ul li:last-child .textwidget {
  line-height: 1.556em;
}
/*--------- HOME LOCATIONS ELEMENTS --------- */
#locations {
  display: table;
  width: 100%;
}
#locations .locations {
  display: table;
  width: 1500px;
  background: #000;
  margin: 0 auto 5em auto;
}
#locations .locations ul {
  display: grid;
  gap: 0 0;
  grid-template-columns: 32% 68%;
  width: 100%;
  margin: 0;
  background: #000;
}
#locations .locations ul li:first-child img {
  display: table;
  margin: 0 auto;
  width: 100%;
}
#locations .locations ul li:last-child {
  position: relative;
}
#locations .locations ul li:last-child #map {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
#locations .locations .reachout {
  font-size: 2.667em;
  font-weight: 700;
  line-height: 1.333em;
  color: #9fff1f;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
  padding: 0.75em;
}
#locations .locations .reachout .quotebtn {
  display: inline-table;
  vertical-align: middle;
  background: #fff;
  color: #000;
  border-radius: 2em;
  font-size: 0.75em;
  text-transform: none;
  line-height: 1em;
  margin: 0 0 0 1em;
  padding: 0 0 0 0.75em;
}
#locations .locations .reachout .quotebtn em {
  display: inline-table;
  background: #9fff1f;
  font-style: normal;
  line-height: 2em;
  border-radius: 2em;
  padding: 0 0.75em 0 0.75em;
  margin: 0 0 0 0.25em;
}
#locations .locations .reachout .quotebtn .fa-calculator {
  transform: rotate(-15deg);
}
#locations .locations .reachout .quotebtn:hover {
  background: #9fff1f;
}
#locations .locations .reachout .quotebtn:hover em {
  background: #fff;
}
/*--------- HOME CONTENT ELEMENTS --------- */
.page-template-front-page #container {
  display: table;
  width: 100%;
  margin: 0;
  padding: 0;
}
.page-template-front-page #container #homecontent {
  display: table;
  width: 1500px;
  background: #000;
  margin: 5em auto 0 auto;
  font-size: 1.333em;
  line-height: 1.444em;
  color: #fff;
  padding: 3em;
  position: relative;
}
.page-template-front-page #container #homecontent header h1 {
  font-size: 2em;
  font-weight: 700;
  color: #9fff1f;
  line-height: 1.333em;
  margin: 0 0 0.5em 0;
}
.page-template-front-page #container #homecontent h2 {
  font-size: 1.250em;
  font-weight: 700;
  line-height: 1.333em;
  margin: 0 0 1em 0;
}
.page-template-front-page #container #homecontent .homecontent .entry-content p {
  margin: 0 0 1.5em 0;
}
.page-template-front-page #container #homecontent .homecontent .entry-content p:empty {
  display: none;
}
.page-template-front-page #container #homecontent .homecontent .entry-content p:last-of-type {
  margin: 0;
}
.page-template-front-page #container #homecontent .homecontent .quotebtn {
  display: table;
  background: #fff;
  color: #000;
  border-radius: 2em;
  font-size: 1.5em;
  text-transform: none;
  line-height: 1em;
  padding: 0 0 0 0.75em;
  position: absolute;
  right: 2em;
  top: 2em;
}
.page-template-front-page #container #homecontent .homecontent .quotebtn em {
  display: inline-table;
  background: #9fff1f;
  font-weight: 700;
  font-style: normal;
  line-height: 2em;
  border-radius: 2em;
  padding: 0 0.75em 0 0.75em;
  margin: 0 0 0 0.25em;
}
.page-template-front-page #container #homecontent .homecontent .quotebtn .fa-calculator {
  transform: rotate(-15deg);
}
.page-template-front-page #container #homecontent .homecontent .quotebtn:hover {
  background: #9fff1f;
}
.page-template-front-page #container #homecontent .homecontent .quotebtn:hover em {
  background: #fff;
}
/* --------- PAGE ELEMENTS --------- */
#container #content a {
  color: #9fff1f;
}
#container #content a:hover {
  color: #fff;
}
#container {
  width: 1500px;
  display: table;
  margin: 0 auto;
  padding: 3em 0 3em 0;
}
#content {
  float: left;
  width: 73%;
  color: #fff;
  background: #000;
  padding: 2em;
}
#sidebar {
  float: right;
  width: 27%;
}
#container #content h1 {
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  font-size: 2.444em;
  line-height: 1.35em;
  margin: 0 0 0.5em 0;
  color: #9fff1f;
}
#container #content h2 {
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  font-size: 2em;
  line-height: 1.35em;
  margin: 0 0 0.600em 0;
  color: #fff;
}
#container #content h3 {
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  font-size: 1.667em;
  line-height: 1.35em;
  margin: 0 0 0.750em 0;
  color: #fff;
}
#container #content h4 {
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  font-size: 1.444em;
  line-height: 1.35em;
  margin: 0 0 0.900em 0;
  color: #fff;
}
#container #content ul {
  line-height: 1.5em;
  margin-bottom: 1.5em;
  padding-left: 1em;
}
#container #content ul li {
  list-style: none;
  padding: 0.5em 0 0.4em 1.35em;
  position: relative;
}
#container #content ul li:before {
  content: "\f058";
  left: 0;
  font-size: 0.889em;
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  color: #9fff1f;
}
#container #content ul li ul {
  margin-bottom: 0.5em;
}
#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: 32%;
  float: right;
  margin: 0 0 0.5em 1.5em;
  clear: right;
}
#container #content .imgright img {
  width: 100%;
  height: auto;
  margin: 0;
}
#container #content .threeimgs {
  display: table;
  width: 100%;
  padding: 0;
  margin: 0 0 2em 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:before {
  display: none;
}
#container #content .threeimgs li.double {
  width: 64%;
  margin: 0 0 0 2%;
}
.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 table {
  display: table;
  width: auto;
  border-collapse: collapse;
  margin: 0 0 1em 0;
}
#container #content table tr td {
  padding: 0.75em;
  border: 1px solid #9fff1f;
}
#container #content table tr td ul {
  margin: 0;
}
#container #content table tr td h4 {
  font-size: 1.222em;
  background: #9fff1f;
  padding: 0.5em;
  color: #000;
}
#container #content .btn {
  display: inline-table;
  vertical-align: middle;
  background: #ffff00;
  color: #000;
  border-radius: 2em;
  font-size: 1em;
  font-weight: 700;
  text-transform: none;
  line-height: 1em;
  padding: 0.5em 1em;
}
#container #content .btn:hover { 
  color: #000;
  background: #9fff1f;
}
/* --------- FORM ELEMENTS --------- */
.wpcf7 .wpcf7-form p {
  margin: 0 !important;
}
input {
  height: 3.333em;
  font-family: "Ubuntu", sans-serif;
  font-weight: 400;
  font-size: 1em;
  width: 100%;
  padding: 0 0.75em;
  border: 1px solid #ccc;
  margin: 0 0 0.5em 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.25);
}
textarea {
  height: 7em;
  font-family: "Ubuntu", sans-serif;
  font-weight: 400;
  font-size: 1em;
  width: 100%;
  padding: 0.5em 0.75em;
  border: 1px solid #ccc;
  margin: 0 0 0.5em 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  resize: none;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.25);
}
input[type="submit"] {
  display: table;
  font-family: "Ubuntu", sans-serif;
  text-decoration: none;
  color: #fff;
  font-size: 1em;
  font-weight: 700;
  line-height: 3.333em;
  text-transform: uppercase;
  background: #000;
  cursor: pointer;
  cursor: hand;
  border: none;
  padding: 0 1em;
  height: inherit;
  margin: 0 auto 0 auto;
  width: 100%;
  transition: .5s;
}
input[type="submit"]:hover {
  color: #000;
  background: #fff;
}
div.wpcf7 .wpcf7-spinner {
  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: red !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: green !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: red !important;
  font-size: 1em !important;
  font-weight: 400 !important;
  text-align: left !important;
  line-height: 1.25em !important;
}
div.wpcf7-validation-errors {
  color: red !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: 1em;
  line-height: 2.222em;
  padding: 0 1em;
  box-shadow: 1px 1px 2px #333;
}
#searchform input[type="submit"] {
  width: 25%;
  float: left;
  font-size: 1em;
  line-height: 2.778em;
  padding: 0;
  box-shadow: 1px 1px 2px #333;
}
/* --------- 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;
}
.blog #container #content article .size-post-thumbnail {
  display: none;
  width: 32%;
  float: right;
  margin: 0 0 0.5em 1.5em;
  clear: right;
}
.single #container #content article .size-post-thumbnail {
  display: none;
  width: 32%;
  float: right;
  margin: 0 0 0.5em 1.5em;
  clear: right;
}
/* --------- SIDEBAR ELEMENTS --------- */
.sidebarform {
  display: table;
  width: 100%;
  background: #9fff1f;
  padding: 2em;
  margin: 0 0 1.5em 0;
}
.sidebarform h3 {
  font-family: "Ubuntu", sans-serif;
  font-size: 1.667em;
  font-weight: 800;
  text-align: center;
  color: #000;
  margin: 0 0 0.25em 0;
}
.sidebarform .wpcf7 {
  margin: 0;
}
.sidebarform .wpcf7 table {
  display: table;
  margin: 0 auto;
}
.sidebarform .wpcf7 table tr td {
  float: left;
  width: 100%;
  padding: 0.25em 0;
}
.sidebarform .wpcf7 table tr td input {
  margin: 0;
}
.sidebarform .wpcf7 table tr td textarea {
  margin: 0;
}
/* --------- 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 --------- */
.contact {
  width: 100%;
  display: table;
}
.contact .address {
  width: 48%;
  float: left;
  display: table;
  text-align: left;
  font-size: 1em;
}
.contact .hours {
  width: 48%;
  float: right;
  display: table;
}
.contact .map {
  clear: both;
  float: left;
  display: table;
  width: 100%;
  margin: 2em 0 0 0;
  color: #bf2031;
}
.contact .map iframe {
  width: 100%;
  height: 350px;
  border: 1px solid #ccc;
}
.contact .map .left {
  float: left;
  width: 49%;
}
.contact .map .right {
  float: right;
  width: 49%;
}
/* --------- GALLERY PAGE ELEMENTS --------- */
.ngg-gallery-thumbnail img {
  width: 100%;
}
/* --------- RECAPTCHA ELEMENTS --------- */
.g-recaptcha div {
  width: 100% !important;
}
.g-recaptcha div iframe {
  width: 100% !important;
  overflow: hidden !important;
}
td.verify {
  text-align: center;
}
#slb_viewer_wrap .slb_theme_slb_baseline .slb_template_tag_item_content img {}