/*Custom CSS*/
body {
  font-family: 'Open Sans', sans-serif;
}

body, header, #container {
  line-height: 1.7em;
  color: #303030;
}

/*header*/
#header .header-b {
  border: none;
  border-bottom: solid 5px #141414;
}

.fa-caret-left:before {
  content: "\f053" !important;
  font-weight: 600;
}

.fa-caret-right:before {
  content: "\f054" !important;
  font-weight: 600;
}

/*Logo*/
.logo img {
  max-height: 125px;
  width: auto;
  max-height: 215px;
}

.logo {
  margin-left: auto;
  margin-right: auto;
  font-size: 1.5em;
  text-transform: uppercase;
  line-height: 1.15em;
}

.logo a {
  color: #1C1C1C !important;
  padding-top: 15px;
  padding-bottom: 15px;
}

a.hidden-logo {
  display: none;
}

.passed-header a.hidden-logo {
  display: block;
  padding: .2em;
}

.hidden-logo p {
  margin: 0;
}

span.call-today {
  display: none;
}

a.phone-number {
  display: block;
  background: #252525;
  margin: 5px auto;
  font-weight: bold;
  font-size: 1.1em;
  padding: 8px 15px 5px;
}

.wpcf7-form input, .wpcf7-form textarea {
  border: 3px solid #202020;
  padding: 4px 8px;
}

.mobile-menu-top img {
  max-height: 50px;
  padding-left: 15px;
}

/*nav*/
.nav-bar ul {
  padding: 0px 0px;
  line-height: 1em;
}

.passed-header .nav-bar {
  text-align: center;
}

.nav-bar ul li {
  margin: 0 .4em;
  text-align: center;
}

.nav-bar ul a {
  /* padding: 5px 12px !important; */
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  /* letter-spacing: 0.1em; */
  text-transform: capitalize;
  font-weight: 700;
  /* border-bottom: 3px solid transparent; */
  /* margin-right: 9px; */
}

.nav-bar ul > li:hover > a {
  color: #ffffff;
  background: #757575;
}

.nav-bar ul > li:hover {
  color: #ffffff;
  background: #757575;
}

.nav-bar ul > li.current-menu-item > a, .nav-bar ul li.current_page_parent > a, .nav-bar ul li.current-menu-ancestor > a {
  color: #fff;
  /* background-color: #202020; */
  /* border-radius: 25px; */
  /* border-right: 1.5px solid #ffffff; */
}

.nav-bar ul > li.current-menu-item, .nav-bar ul li.current_page_parent, .nav-bar ul li.current-menu-ancestor {
  color: #fff;
  background-color: #202020;
  /* border-radius: 25px; */
  /* border-right: 1.5px solid #ffffff; */
}

.nav-bar ul a:active {
  /* padding: .5em !important; */
  /* border-bottom: 2px solid #00368E; */
}

.header-visible .menu-wrap.stick-me {
  position: relative !important;
}

.stuck {
  background: white;
  /**/
}

.billboard .slide-header, .video-container .slide-header {
  font-size: 2.3em;
  margin-bottom: 15px;
  font-weight: 800;
  letter-spacing: 0.02em;
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
  text-align: center;
  text-shadow: 1px 3px 5px rgba(0, 0, 0, 0.87);
  line-height: 1.2em;
}

.header-c .nav-wrap {
  background: #660000;
}

.video-container {
  width: 100%;
  position: relative;
  padding: 0;
}

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

/*headings*/
h1 {
  margin: .5em 0 .5em;
  font-size: 2.15em;
}

h2 {
  font-size: 2em;
  margin-top: .5em;
  margin-bottom: .5em;
}

h2 + p {
  margin-top: .5em;
}

h3 {
  font-size: 1.6em;
}

/* .breakout h3 {
    color: #171717;
}
*/
h1, h2, h3, h4 {
  color: #1C1C1C;
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
  font-weight: 800;
}

h4 {
  font-size: 1.6em;
}

#footer .medium-wrapper {
  padding: 0em 2em;
}

@media only screen and (max-width: 500px) {
  .medium-wrapper {
    padding: 2em 0.5em;
  }
  #footer .medium-wrapper {
    padding: 0em 0.5em;
    padding-bottom: 1em;
  }
}

.bgheight {
  min-height: 420px;
}

@media only screen and (max-width: 768px) {
  .bgheight {
    min-height: 200px;
  }
  h4 {
    font-size: 1.1em;
  }
  .logo {
    font-size: 1.75em;
  }
}

.swiper-pagination-bullet-active {
  background: #000;
}

.swiper-pagination-bullet-active {
  background: #000;
}

.swiper-button-next {
  background: none;
}

.swiper-button-prev {
  background: none;
}

#content div[id*="gallery"] .gallery-item {
  float: none;
  padding: 5px;
  margin: 0;
}

#header p {
  margin: 0em 0;
  font-family: 'Raleway', sans-serif;
  font-weight: 800;
}

/*images*/
#content img, img, .feedback-header img {
  max-width: 100%;
  height: auto;
  width: auto;
}

body.page-id-16 img.aligncenter {
  max-width: 100% !important;
  width: auto;
  height: auto;
  margin: auto;
}

.bg-img {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -webkit-box;
  display: flex;
  position: relative;
  background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  min-height: 300px;
}

/*home ctas*/
.home-ctas h3 a {
  color: inherit;
  display: block;
}

.home-ctas h3 {
  text-align: left;
  font-size: 1.1em;
  color: #101010;
  line-height: 1.4em;
  background: #e4e4e4;
  margin: 0;
  padding: .95em;
}

.home-ctas {
  margin-top: 2em;
  margin-bottom: 2.5em;
}

.home-ctas .wrap {
  border: 0px solid #9fa2a4;
}

.home-ctas p {
  margin-top: 0;
  margin-bottom: 0;
}

/*homepage cta-list*/
.flex-wrapper, ul.cta-list {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 0;
  margin: 0em -20px;
  list-style: none !important;
}

.flex-wrapper .flex-item, .flex-wrapper > li,
ul.cta-list li {
  -webkit-flex-grow: 1;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -moz-flex-grow: 1;
  width: auto;
  -webkit-flex-basis: 300px;
      -ms-flex-preferred-size: 300px;
          flex-basis: 300px;
  /* border-radius: 10px; */
  list-style: none;
  padding: 32px;
}

ul.cta-list li {
  padding-left: 0;
  text-indent: 0;
  line-height: 1.6em;
  font-size: 1.0em;
  font-weight: 500;
  -webkit-flex-basis: 250px;
      -ms-flex-preferred-size: 250px;
          flex-basis: 250px;
  text-align: left;
}

ul.cta-list li h4:before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: '\f138';
  font-size: 1.0em;
  color: #9ea2a5;
  margin-right: 7px;
}

ul.cta-list {
  margin: 0 -15px;
}

/*buttons*/
.video-container .slider-content a, .btn, .wpcf7-form input[type=submit], button, html input[type="button"], input[type="reset"], input[type="submit"], a.contact-btn, .biziq-button, #content .btn, #slider .btn, .view-article, .rev-read-more, button#show-form-button {
  font-weight: 700;
  background: #ffffff;
  padding: 10px 27px 10px 27px;
  color: #202020;
  display: inline-block;
  text-align: center;
  margin-bottom: 10px;
  margin-top: 10px;
  min-width: 150px;
  /* text-transform: uppercase; */
  letter-spacing: -.01em;
  position: relative;
  z-index: 1;
  line-height: 1.4em;
  /* -webkit-transition: all .3s ease-in-out; */
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  /* transition: all .3s ease-in-out; */
  font-size: 1.05em;
  border-radius: 30px;
  border: solid 3px #202020;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  cursor: pointer;
  white-space: inherit;
}

a.slider-cta-button.btn:hover, .btn:hover, button#show-form-button:hover, #content .btn:hover {
  background: #202020 !important;
  color: #ffffff !important;
  border: solid 3px #202020;
}

.wpcf7-form input[type=submit]:hover {
  background: #202020 !important;
  color: #ffffff !important;
  border: solid 2px #ccc;
}

.inverse .btn {
  background: #ffffff00 !important;
  color: #fff;
}

.inverse .btn:hover {
  background: #ffffff !important;
  color: #202020 !important;
}

#footer .btn {
  border: solid 2px #eeeeee;
  color: #ffffff;
  font-size: 1em;
  font-weight: 600;
  margin-top: 10px;
  background-color: #202020;
  padding: 10px 16px;
}

#footer .btn:hover {
  background: #ffffff !important;
  color: #202020 !important;
}

.billboard .slider-content a:after, .video-container .slider-content a:after,
.btn:after, button i, .rev-read-more:after,
a.contact-btn:after, .biziq-button:after, .btn:after, #slider .btn:after, .view-article:after {
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  font-family: "Font Awesome 5 Pro";
  font-size: 1em;
  content: '\f138';
  font-weight: 600;
  margin-left: 10px;
}

.billboard .slider-content a:hover, .video-container .slider-content a:hover,
.btn:hover, #slider:hover .btn, button:hover, .rev-read-more:hover,
html input[type="button"]:hover,
input[type="reset"]:hover, input[type="submit"]:hover,
#content .view-article:hover, .wpcf7-form input[type=submit]:hover,
#content .btn:hover, #slider .btn:hover {
  color: #202020;
  background: #777777;
  border: solid 3px #202020;
}

.btn.tel-btn:after {
  content: '\f095';
}

.rev-read-more:hover,
html input[type="button"]:hover,
input[type="reset"]:hover, input[type="submit"]:hover,
#content .view-article:hover, .wpcf7-form input[type=submit]:hover,
#content .btn:hover, #slider .btn:hover {
  background: #202020;
  color: #ffffff;
}

.wpcf7-form input[type=submit], html input[type="button"], input[type="reset"], input[type="submit"], .view-article, .rev-read-more {
  display: inline-block;
  color: #303030;
  text-decoration: none;
  border: 3px solid #303030;
  background: #ffffff00;
  border-radius: 50px;
  padding: 8px 10px;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  position: relative;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  overflow: hidden;
}

input#biziq-review-submit {
  max-width: 250px;
}

button#show-form-button:hover {
  background: #141414;
  color: #fff;
}

.wpcf7-form input[type=submit]:hover {
  background: #858585;
  border: solid 3px #202020;
  color: #202020;
}

button, button#show-form-button {
  display: inline-block;
  padding: 8px 15px;
  color: #202020;
  text-decoration: none;
  border: 3px solid #202020;
  background: #20202000;
  border-radius: 30px;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  position: relative;
  text-transform: uppercase;
  font-weight: 700;
  overflow: hidden;
}

button:hover, button#show-form-button:hover {
  background: #141414;
  color: #202020;
}

.phone a {
  display: inline-block;
  padding: 10px 20px !important;
  color: #202020 !important;
  text-decoration: none;
  border: 3px solid #202020 !important;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  position: relative;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 30px;
  /* border-bottom: transparent !important; */
  background: transparent;
  overflow: hidden;
}

.phone a:hover {
  color: #ffffff !important;
  z-index: 2;
  background: #202020 !important;
}

/*slider buttons*/
.billboard .slider-content {
  max-width: 1400px;
}

.billboard .slider-content a, .video-container .slider-content a {
  background: transparent !important;
  color: #202020 !important;
  border-radius: 5px;
  font-family: 'Sen', sans-serif;
  border: solid 3px #202020 !important;
  font-size: 1.2em;
  letter-spacing: 0.05em;
  font-weight: 600;
  padding: 5px 15px;
  text-transform: UPPERCASE;
  text-decoration: none;
}

.billboard .slider-content a:hover, .video-container .slider-content a:hover {
  background: #DBE036 !important;
  border: solid 3px #141414;
  color: #202020 !important;
}

.billboard .slider-content a:hover:after, .billboard .slider-content a:hover {
  color: #ffffff;
}

/*usefull classes*/
.dk {
  background: #252525 !important;
}

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

.inverse *, #content .inverse h1, #content .inverse h2, #content .inverse h3, #content .inverse h4 {
  color: #fff;
}

.about-columns {
  margin-top: 3em;
  margin-bottom: 3em;
}

#header hr {
  margin: .25em 0;
  border-top: 10px solid #202020;
}

hr {
  margin: 1em 0;
  border-top: 3px solid #202020;
}

#footer hr {
  border-top: 3px solid #d8d8d8;
}

.neg-margin {
  margin: 0 -15px;
}

.neg-margin > div {
  padding: 0 15px;
}

.clear {
  clear: both;
}

/*feedback*/
.up-down a i {
  font-size: 7em;
  /* margin: 0; */
  text-align: center;
  display: inline-block;
  width: 35% !important;
  max-width: 200px;
  color: #202020;
}

.up-down {
  margin-bottom: 4em;
}

.up-down a i:hover {
  color: #858585;
}

.numbered h3:before {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  content: '';
}

.numbered .wrap {
  height: 100%;
  margin: 0 0;
  padding: 1em;
  border: 1px solid #d0d0d0;
}

.numbered.row > div {
  padding-bottom: 1.5em;
}

.numbered h3 span {
  background: #18bafe;
  color: #fff;
  margin-right: 10px;
  padding: 5px 15px;
}

/*Sidebar / blog */
.blog #sidebar .blog-wrap, .woocommerce #sidebar .blog-wrap, .single-post #sidebar .blog-wrap {
  padding: 1em 1.5em 2em;
  background: #141414;
  color: #fff;
}

.widget-title {
  color: #ffffff;
}

#sidebar a {
  color: #D8D8D8;
}

#sidebar li {
  padding: 5px 0px;
}

#sidebar a:hover {
  color: #fff;
}

a:hover {
  color: #858585;
  text-decoration: none;
}

/*Links*/
a {
  color: inherit;
  text-decoration: none;
  font-weight: bold;
}

#content .dotted {
  line-height: 1.2em;
  display: inline-block;
  border-bottom: 1px dotted;
  color: inherit;
}

.tel-inline {
  font-weight: 700;
}

.tel-inline:before {
  margin-right: 3px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f095";
  font-size: .9em;
}

/*breakouts*/
.breakout {
  background: transparent;
  color: #171717;
  width: 100vw;
  position: relative;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  left: 0px !important;
}

/*.breakout + .breakout {
    margin-top: -3em;
}*/
.burgendy {
  background: #9a0a37;
}

.breakout .medium-wrapper,
.small-wrapper {
  padding: 1em 1em;
}

.last-b {
  margin-bottom: -4em;
  font-size: 1.15em;
}

.full-w-col .text-col .wrap {
  /* max-width: 570px;*/
}

/*form*/
body.page-contact-us #content form {
  padding: 1em 1.5em;
  background-position: bottom right;
  color: #202020;
  -webkit-box-shadow: 3px 6px 10px #303030ab;
          box-shadow: 3px 6px 10px #303030ab;
  background-color: #D8D8D8;
}

body.page-contact-us #content form h2 {
  color: #1c1c1c;
}

form label {
  display: block;
  margin: .5em 0;
  font-weight: bold;
}

body.page-contact-us form textarea,
body.contact-us form input {
  /*border: none;
  font-weight: 400;*/
}

body.page-contact-us form input.submit {
  font-size: 1.05em;
  color: #fff;
}

form textarea, form input {
  width: 100%;
  border: none;
  margin-bottom: 5px;
  padding: 7px 7px;
  background: #fff;
  border: solid 2px #3B3834;
}

form textarea {
  height: 150px;
}

.wpcf7-form input[type=submit], form input.submit, form input[type="submit"], .btn.link-button {
  background: #ffffff;
  color: #202020;
  border: solid 3px #202020;
  /* text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.67); */
  font-size: 1.1em;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: .5em;
}

/*styled listed fancylist*/
#footer ul,
#content ul.marker,
#content ul.checked, ul.fancylist, ul.marker,
#content ul.fancylist {
  list-style: none;
  padding-left: 30px;
}

ul.marker {
  margin-top: 0;
}

#footer ul li,
ul.checked li,
ul.fancylist li,
ul.marker li {
  line-height: 1.5em;
  margin-bottom: 10px;
  text-indent: -25px;
}

ul.marker li:before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
  content: '\f276';
  margin-right: 5px;
  font-size: 1em;
}

#footer ul li:before,
ul.fancylist li:before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: '\f35a';
  margin-right: 5px;
  color: inherit;
  /* font-size: 1.15em; */
}

.bg-color-2 ul.fancylist li:before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: '\f0ad';
  margin-right: 5px;
  color: #ffffff;
  /* font-size: 1.15em; */
}

#footer ul li:before {
  content: '\f054';
}

ul.spaced li {
  margin-bottom: 10px;
}

ul.checked li:before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: '\f0ad';
  margin-right: 8px;
  color: #701124;
}

/*responsive video*/
.video-container {
  width: 100%;
  position: relative;
  padding: 0;
}

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

/*Footer*/
#footer {
  margin-top: 0em;
  padding-top: 2em;
  color: #D8D8D8;
  background: #202020;
  overflow: hidden;
}

header .row {
  max-width: 2041px;
  margin: auto;
  background-color: #fff;
  padding: 0em 0px;
}

#footer h2 {
  text-transform: uppercase;
  font-size: 1.8em;
  color: #ffffff;
  text-align: center;
  letter-spacing: 0.125em;
  margin-bottom: .45em;
  margin-top: 0;
}

#footer ul {
  padding-left: 25px;
}

#footer .textwidget p:first-of-type {
  margin-top: 0;
}

#footer a {
  color: inherit;
  text-decoration: none;
}

#footer a:hover {
  color: #ffffff;
  text-decoration: none;
}

span.icon-item a {
  text-indent: -11px;
  display: inline-block;
  margin-left: 22px;
  margin-bottom: .2em;
  margin-top: .5em;
}

span.icon-item i {
  margin-right: 5px;
  color: #ffffff;
}

#footer table {
  /* font-size: .98em; */
  line-height: 1.5em;
  max-width: 350px;
}

#footer .box {
  font-size: .98em;
  padding: .5em;
  text-align: center;
}

.socialicons {
  text-align: center;
}

#copyright {
  color: #D8D8D8;
  padding: 10px;
  background: #202020;
  margin-top: 1em;
  text-transform: uppercase;
  font-weight: 700;
}

.video-container {
  width: 100%;
  position: relative;
  padding: 0;
}

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

@media only screen and (min-width: 769px) {
  .parallax {
    background-attachment: fixed !important;
  }
  .passed-header .menu-wrap.stuck {
    border-bottom: solid 5px #303030;
    padding-bottom: 0em !important;
  }
  .nav-bar > ul > li {
    -webkit-flex-grow: 1;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -moz-flex-grow: 1;
    vertical-align: middle;
    border: none;
    margin: 0;
    position: relative;
    overflow: inherit;
    padding: 0px 0 0px;
  }
  .nav-bar ul.sub-menu {
    right: 0;
    width: auto;
    left: 0;
    /* z-index: -2; */
    top: 100%;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    display: block;
    opacity: 0;
    visibility: hidden;
  }
  .nav-bar ul.sub-menu li a {
    /* border-right: transparent; */
    /* border-bottom: solid 2px #EFE9E7; */
    /* border-top: transparent; */
    /* border-left: transparent; */
  }
  .nav-bar > ul > li:hover > ul.sub-menu {
    top: 100%;
    opacity: 1;
    visibility: visible;
    z-index: 5;
    margin: 0;
    width: 100%;
    text-align: center;
  }
  .nav-bar > ul > li ul.sub-menu li {
    margin: 0;
    min-width: 215px;
  }
  .full-w-col .text-col.text-col-left .wrap {
    margin: 0 0 0 auto;
  }
  .full-w-col .text-col.text-col-right .wrap {
    margin: 0 auto 0 0;
  }
  .full-w-col .text-col.text-col-left .wrap {
    padding: 2em;
  }
  .full-w-col .text-col.text-col-right .wrap {
    padding: 2em 4em 2em 1.5em;
  }
  .one-half {
    width: 50%;
    float: left;
  }
}

@media only screen and (max-width: 768px) {
  header#header {
    /* margin-top: 2em; */
  }
  #mobile-menu-container .current_page_item, #mobile-menu-container li:hover {
    text-decoration: none;
  }
  #mobile-menu-container a {
    font-size: .95em;
    line-height: 1.6em;
    padding: .5em 1em;
    display: block;
  }
  #mobile-menu-container .sub-menu a {
    color: #1c1c1c;
    background: #e4e4e4;
  }
  #mobile-menu-container a:focus {
    color: #ffffff;
    background: #202020;
  }
  .sub-menu-icon {
    cursor: pointer;
    background: #202020;
  }
  .slide-header h1, h1.slide-header, .billboard .slide-header {
    font-size: 2em;
    max-width: 90%;
  }
  .billboard .slider-content a, .video-container .slider-content a {
    font-size: 1.2em;
    padding: 8px 15px;
  }
  .billboard .slide-sub-header, .video-container .slide-sub-header {
    display: none;
  }
  .topPhone {
    text-align: right;
  }
  #content {
    min-height: 0;
  }
  .home-ctas .wrap {
    max-width: 400px;
    margin: 0 auto 1em;
  }
  #footer h2 {
    margin-top: 1em;
  }
  #footer .box {
    padding-bottom: 0;
  }
}

#wpadminbar {
  color: #fff;
  background: #909090 !important;
}

.hours-wrap {
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  text-align: center;
  max-width: 250px;
  color: #D8D8D8;
}

.socialicons img {
  max-width: 45px;
}

.service-1 {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url(/wp-content/uploads/hot-metal.jpg);
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(/wp-content/uploads/hot-metal.jpg);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(/wp-content/uploads/hot-metal.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
}

.service-2 {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url(/wp-content/uploads/plating-8.jpg);
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(/wp-content/uploads/plating-8.jpg);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(/wp-content/uploads/plating-8.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.service-3 {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url(/wp-content/uploads/00-32-Manual-polishing.jpg);
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(/wp-content/uploads/00-32-Manual-polishing.jpg);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(/wp-content/uploads/00-32-Manual-polishing.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.service-4 {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url(/wp-content/uploads/4-33-Painted-parts.jpg);
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(/wp-content/uploads/4-33-Painted-parts.jpg);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(/wp-content/uploads/4-33-Painted-parts.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
}

.service-5 {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url(/wp-content/uploads/3-17-Racks.jpg);
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(/wp-content/uploads/3-17-Racks.jpg);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(/wp-content/uploads/3-17-Racks.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.service-6 {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url(/wp-content/uploads/supply-chain-management-e1605221941248.jpg);
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(/wp-content/uploads/supply-chain-management-e1605221941248.jpg);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(/wp-content/uploads/supply-chain-management-e1605221941248.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.service-7 {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url(/wp-content/uploads/1-27-parts.jpg);
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(/wp-content/uploads/1-27-parts.jpg);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(/wp-content/uploads/1-27-parts.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.service-8 {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url(/wp-content/uploads/metal-polishing-warehouse.jpg);
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(/wp-content/uploads/metal-polishing-warehouse.jpg);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(/wp-content/uploads/metal-polishing-warehouse.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.service-9 {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url(/wp-content/uploads/Inspection-of-parts.jpg);
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(/wp-content/uploads/Inspection-of-parts.jpg);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(/wp-content/uploads/Inspection-of-parts.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.gallery-cover {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url(/wp-content/uploads/1-01-Pulidos-front.jpg);
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(/wp-content/uploads/1-01-Pulidos-front.jpg);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(/wp-content/uploads/1-01-Pulidos-front.jpg);
  background-size: contain;
  background-repeat: no-repeat;
}

.contact {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url(/wp-content/uploads/1-05-IPS-front.jpg);
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(/wp-content/uploads/1-05-IPS-front.jpg);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(/wp-content/uploads/1-05-IPS-front.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
}

@media only screen and (max-width: 1000px) {
  .service-1, .service-2, .service-3, .gallery-cover, .contact {
    background-size: cover;
    background-position: center;
  }
}

.four-oh-four-btn {
  display: table;
  background-color: #42B6F1 !important;
  color: #FFF !important;
  padding: 10px 15px;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.67);
}

.page-id-13 form label {
  display: none;
}

.header-a .phone-wrap.stuck {
  background-color: #e3e3e3;
}

.sticky-background {
  /* background:#e3e3e3; */
}

.header-a .logo {
  padding: 0rem 0;
}

.billboard .swiper-slide {
  height: 65vh;
  max-height: 750px;
}

.billboard .slide-sub-header, .video-container .slide-sub-header {
  font-size: 1.75em;
  font-family: 'Open Sans', sans-serif;
  color: #EFE9E7;
}

.colour-3 {
  background: #3b3834c2;
  -webkit-box-shadow: 0px 0px 4px 3px #21202014;
          box-shadow: 0px 0px 4px 3px #21202014;
  border-top: 11px solid #C0E8D0;
}

.review-body {
  font-style: normal;
  border: 0;
  line-height: 1.5em;
}

#content .review-body {
  font-size: .95em;
  text-align: center;
}

#content .review-info span {
  display: block;
  width: auto;
  text-align: center;
  float: none;
  line-height: 1.4em;
}

.review-nav-container {
  width: 100%;
}

.review-container {
  /* margin-top: 45px; */
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -15px;
  padding: 1em 2em;
  margin-bottom: 6em;
  margin-right: -15px;
}

.review-date, .admin-reply-date {
  font-size: 85%;
  float: right;
  font-weight: bold;
}

form#review-form label {
  color: #000;
}

.rev-cont {
  padding: 2em 1em 1em;
  border: 2px solid #202020;
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  -webkit-flex-grow: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 400px;
  -webkit-flex-basis: 400px;
          flex-basis: 400px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  margin: 0 1em 2em;
  -webkit-box-shadow: 2px 2px 5px #14141480;
          box-shadow: 2px 2px 5px #14141480;
}

.rev-cont:before {
  font-family: "Font Awesome 5 Pro";
  content: '\f10d';
  position: absolute;
  background-color: #757575;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  width: 50px;
  height: 50px;
  color: #ffffff;
  text-align: center;
  line-height: 50px;
  font-size: 1.25em;
  font-weight: 900;
  top: -22px;
  left: -25px;
  -webkit-box-shadow: 2px 2px 3px #00014b3b;
          box-shadow: 2px 2px 3px #00014b3b;
}

.final-star {
  color: #BFC1C2 !important;
}

.review-container h3.review-title {
  display: none;
}

.review-nav-container li a, #content .review-nav-container li {
  background: transparent;
}

.author-name {
  font-weight: bold;
  font-style: normal;
}

#content .review-nav-container li a {
  min-width: 0;
  color: #0c0c0c;
  padding: 5px;
}

button#show-comment-form-button {
  display: none;
}

.active-page a {
  color: #202020;
  border-bottom: 1px solid #757575;
}

.active-page {
  background: transparent;
}

@media only screen and (max-width: 500px) {
  .logo-wrap {
    text-align: center;
  }
  .row {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-right: 0px;
    margin-left: 0px;
  }
  .p-5 {
    /* padding: 0em !important; */
  }
}

#mobile-menu-container .current_page_item a, #mobile-menu-container .current_page_ancestor, #mobile-menu-container .current_page_ancestor a {
  background: #9a9a9a;
  color: #1c1c1c;
}

#mobile-menu-container.left, #mobile-menu-container.right {
  background: #1C1C1C;
}

#mobile-menu-container .menu-bar {
  background: #1C1C1C;
}

@media only screen and (max-width: 500px) {
  .page-id-13 .p-4 {
    padding: 0rem !important;
  }
}

.socialicons .bottomicon {
  width: 50px;
}

.cta-full {
  border: 3px solid #587569;
  /* color: #fff; */
  padding: 1em;
  margin: 2em 0 0;
}

#content .cta-full h2 {
  /* color: #fff; */
}

.locations li {
  display: inline-block;
}

.locations li:after {
  content: '|';
  margin: 0 5px;
}

.locations li:last-child:after {
  content: none;
}

.locations {
  max-width: 800px;
  margin: 1em auto;
  padding: 0;
}

#footer a {
  font-weight: 400;
  color: #D8D8D8;
}

#copyright a {
  font-weight: 700;
  color: #D8D8D8;
}

#copyright a:hover {
  font-weight: 700;
  color: #fff;
}

.header-b .stick-me > .end-xs:first-child {
  background: transparent;
}

.header-b .logo {
  padding: 0rem;
}

.bg-color-1 {
  background-color: #202020;
}

.bg-color-2 {
  background-color: #454545;
}

.bg-color-3 {
  background-color: #BFC1C2;
  background-image: url("/wp-content/uploads/brushed-alum.png");
}

.bg-color-4 {
  background-color: #BFC1C2;
}

.bg-color-5 {
  background-color: #D8D8D8;
  background-image: url("/wp-content/uploads/brushed-alum.png");
}

.bg-color-6 {
  background-color: #1a8346;
}

.bg-color-7 {
  background-color: #cd2027;
}

.bg-color-8 {
  background-color: #d0872a;
}

.color-1 {
  background-color: #31557B;
}

.color-2 {
  background-color: #080803;
}

.color-3 {
  background-color: #959595;
}

.color-4 {
  background-color: #fff;
}

.color-5 {
  background-color: #000;
}

.color-6 {
  background-color: #ddd;
}

.today {
  font-weight: 600;
  color: #ffffff;
}

.map-link {
  position: relative;
  display: block;
  max-width: 400px;
  margin-right: auto;
  margin-left: auto;
}

.map-link:after {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #777777ab;
  content: '\f08e';
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 6em;
  color: #202020;
  font-family: 'Font Awesome 5 Pro';
  -webkit-transition: 0.2s cubic-bezier(0.53, 0.02, 0.03, 0.93);
  transition: 0.2s cubic-bezier(0.53, 0.02, 0.03, 0.93);
  opacity: 0;
}

.map-link:hover:after {
  opacity: 1;
}

@media only screen and (min-width: 769px) {
  .wave-top-border {
    margin-top: -60px;
  }
  .bottom-padding {
    padding-bottom: 0px;
  }
}

@media only screen and (max-width: 768px) {
  .wave-top-border {
    margin-top: 0px;
  }
  .bottom-padding {
    padding-bottom: 30px;
  }
}

.nav-bar ul a {
  color: #202020;
}

.fa-phone:before {
  content: "\f095";
  font-weight: 600;
}

.fa-map-marker:before {
  content: "\f041";
  font-weight: 600;
}

ul.menu span.icon-item i {
  margin-right: 5px;
  color: inherit;
}

.home-services {
  margin-top: 2em;
  margin-bottom: 2.5em;
}

.home-services .wrap {
  padding: 15px 25px;
  border: 2px solid #2d70a5;
  color: #1C1C1C;
  background: #c4c4c4;
  height: 100%;
  min-height: 390px;
  margin: 10px;
}

.animation-element {
  position: relative;
}

.bounce-up .subject {
  opacity: 0;
  -webkit-transition: all 700ms ease-out;
  transition: all 700ms ease-out;
  -webkit-transform: translate3d(0px, 200px, 0px);
  -ms-transform: translate(0px, 200px);
  transform: translate3d(0px, 200, 0px);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.bounce-up.in-view .subject, .bounce-left.in-view .subject, .bounce-right.in-view .subject {
  opacity: 1;
  -webkit-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

.bounce-left .subject {
  opacity: 0;
  -webkit-transition: all 700ms ease-out;
  transition: all 700ms ease-out;
  -webkit-transform: translate3d(200px, 0px, 0px);
  -ms-transform: translate(200px, 0px);
  transform: translate3d(200px, 0, 0px);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.bounce-right .subject {
  opacity: 0;
  -webkit-transition: all 700ms ease-out;
  transition: all 700ms ease-out;
  -webkit-transform: translate3d(-200px, 0px, 0px);
  -ms-transform: translate(-200px, 0px);
  transform: translate3d(-200px, 0px, 0px);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flex-color {
  background-color: #D8D8D8;
  border: solid 4px #202020;
  color: #202020;
  text-align: center;
  font-weight: 700;
  margin: 10px;
}

li#menu-item-229 a {
  border-right: none;
}

.col-12.col-md-12.justify-content-center.justify-content-sm-between.stick-me.phone-wrap.stuck {
  background: #141414;
}

#sidebar .blog-wrap {
  background: #202020;
}

.widget-title {
  border-bottom: 2px solid #efe9e7;
}

#mobile-menu-container ul li {
  position: relative;
  width: 100%;
  border-bottom: 3px solid #202020;
  /* margin-bottom: 2px; */
}

#mobile-menu-container ul.sub-menu li {
  position: relative;
  width: 100%;
  border-bottom: 3px solid #141414;
  /* margin-bottom: 2px; */
}

#mobile-menu-container ul.sub-menu {
  border-top: 3px solid #141414;
  background: #141414;
  display: none;
  /* padding-top: 3px; */
}

#mobile-menu-container .menu-icon {
  background: #1C1C1C;
  color: #fff;
}

#mobile-menu-container .menu {
  background: #BFC1C2;
  color: #1c1c1c;
}

.border-bottom {
  padding-bottom: 5px;
  border-bottom: 3px solid #1C1C1C !important;
  line-height: 40px;
}

.card-style {
  margin: 15px 0px;
  /* min-height: 500px; */
  height: 100%;
  border: none;
  border-bottom: 25px solid #202020;
}

.card-body {
  padding: 1.25rem;
  /* min-height: 305px; */
}

.card-columns .card {
  margin-bottom: 1.25rem;
}

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
}

@media (min-width: 1000px) {
  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
}

.footer_logo img {
  max-height: 75px;
}

.box.footer_logo {
  /* max-width: 275px; */
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* department cards -----------------------------------------*/
.department-card {
  height: 366px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 55px;
  position: relative;
  line-height: 1;
  background-position: center;
  border: 0px solid white;
  background-size: cover;
}

.department-card-link {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #1c1c1cab;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  position: relative;
  font-family: 'Muli', sans-serif;
  text-transform: capitalize;
  font-weight: 700;
}

.department-card-link:after {
  content: '';
  position: absolute;
  left: 20px;
  top: 20px;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  border: 1px solid #ffffff;
  z-index: 1;
}

.hov-1 .department-card-link:hover {
  background: #757575b8;
  text-decoration: none;
  color: #ffffff;
}

/*
.hov-2  .department-card-link:hover {
    background: #26015196;
    text-decoration: none;
    color: #ffffff;
}
*/
/*
.hov-3  .department-card-link:hover {
    background: #358383bf;
    text-decoration: none;
    color: #ffffff;
}
*/
.department-title:after {
  content: '';
  display: block;
  margin: auto;
  width: 0%;
  margin-top: 7px;
  height: 3px;
  background: #ffffff;
  -webkit-transition: 0.2s cubic-bezier(0.42, 0, 0.05, 1.17);
  transition: 0.2s cubic-bezier(0.42, 0, 0.05, 1.17);
}

.department-title {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 32px;
  position: relative;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}

.department-card-link:hover .department-title:after {
  width: 20%;
}

@media (max-width: 1000px) {
  .department-title {
    font-size: 28px !important;
  }
  .department-card {
    height: 300px;
  }
  .card-body {
    padding: .75rem;
  }
  li.phone.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-243 {
    padding: 5px;
  }
}

.home-bg {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.35)), to(rgba(0, 0, 0, 0.35))), url("/wp-content/uploads/1-05-IPS-front.jpg");
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), url("/wp-content/uploads/1-05-IPS-front.jpg");
  background-image: linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), url("/wp-content/uploads/1-05-IPS-front.jpg");
  /* background-size: cover; */
  /* background-repeat: no-repeat; */
  background-attachment: fixed;
  -webkit-box-shadow: inset 0px 0px 15px 0px rgba(0, 0, 0, 0.75);
  box-shadow: inset 0px 0px 15px 0px rgba(0, 0, 0, 0.75);
}

.container-fluid {
  padding-right: 0px;
  padding-left: 0px;
}

.goog-te-gadget-simple {
  border: none !important;
}
