.footer-info a,
.footer .footer-bottom span a,
.footer .footer-bottom ul li a,
.img-hover img,
.icon-content img {
  -webkit-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

input[type="text"],
input[type="email"],
input[type="number"],
input[type="tel"],
input.webkitappearance,
textarea,
select {
  border-radius: 0 !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

form {
  margin: 0;
}

.img-hover:hover img,
.icon-content:hover img {
  filter: grayscale(1);
}

.grecaptcha-badge {
  z-index: 999;
}

nav {
    font-size: 0.9rem;
}

.title {
    text-transform: uppercase;
    font-weight: 800;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6, p, .footer address {
  margin-bottom: 1.8rem;
}

.form-group {
  margin-bottom: 0rem;
}

.slider-title-link {
  font-size: 60px !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
  color: #fff !important;
  padding: 0px !important;
  background: none !important;
  box-shadow: none !important;
}

@media only screen and (max-width: 767px), only screen and (max-device-width: 767px) {
  .slider-title-link {
    font-size: 40px !important;
  }
}

.slider, .side-widget, .page-header {
  background-image: url(/images/background.png) !important;
  background-position: center -100px;
  background-repeat: no-repeat;
}

.side-widget {
  background-position: 0 -100px;
}

.content-section {
  overflow: hidden;
}

.isotope-filter a {
    text-decoration: none !important;
}

.isotope-filter li {
  margin-right: 20px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.footer {
  line-height: 1.4rem;
}

a.racecar {
  font: italic bold 12px Verdana, Arial, Helvetica, sans-serif;
  text-decoration: none !important;
  text-transform: none;
  color: #fff;
  letter-spacing: 0;
}

.footer-logo {
  max-width: 400px;
  margin-bottom: 20px;
}

.footer .footer-bottom span {
  letter-spacing: 0.01rem;
}

.footer .footer-bottom span {
  font-size: 12px;
}

.footer-info a {
  color: #fff;
}

.footer-info a,
.footer .footer-bottom span a {
  text-decoration-color: #0b0b0b;
}

.footer .footer-bottom span a:hover {
  color: #fff;
  text-decoration-color: var(--primary-color);
}

.footer .footer-bottom ul li a {
  font-size: 12px;
  letter-spacing: 0.01rem;
}

.section-title h2 {
  font-weight: 700;
  text-transform: uppercase;
}

.project-slider .swiper-slide .project-box figcaption:after {
  background: none;
}

.no-padding-bottom {
  padding-bottom: 0px;
}

.slider .slider-content .inner h2 {
  text-transform: uppercase;
}

.side-content h5 {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
}

.project-slider .swiper-slide .project-box figcaption h5 {
  text-transform: uppercase;
}

.navbar .site-menu ul li {
  text-transform: uppercase;
  letter-spacing: 1px;
}

.slider .slider-content .controls .button-prev,
.slider .slider-content .controls .button-next {
  cursor: pointer;
}

.cursor-default {
  cursor: default;
}

.background-center-size-position {
  background-size: cover;
  background-position: center center;
}

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

.article-content-center ul {
  display: inline-block;
  text-align: left !important;
}

.article-content-center img {
  height: auto;
}


/* STOCK ENQUIRY FORM */
#enquiry-form {
  width: 800px;
  max-width: 100%;
  display: none;
  padding: 40px;
}

  .form-group span {
    display: inline-block;
    margin-left: 12px;
    background: #fff;
    padding: 0 6px;
    transform: translateY(14px);
    color: #8b8b8b;
    font-size: 15px;
  }

  .form-group:last-child {
    margin: 0;
  }

  .form-group input,
  .form-group textarea {
    width: 100%;
  }

.fancybox-close-small {
  transform: scale(1.5);
  top: 10px;
  right: 10px;
}


@media (max-width: 1500px) {
  .page-header {
    height: 350px;
  }
  .page-header .container h1 {
    font-size: 4rem;
  }
}

@media (max-width: 1279px) {
  .navbar {
    font-size: 0.8rem;
  }
  .navbar .site-menu ul li {
    margin: 0 8px;
  }
}

@media (max-width: 1169px) {
  .navbar .site-menu ul li {
    margin: 0 5px;
  }

  .navbar .site-menu ul li {
    letter-spacing: 0;
  }
}

@media (max-width: 991px) {
  .page-header {
    height: 300px;
    background-position: center 30px;
  }
  .page-header .container h1 {
    font-size: 3rem;
  }
  .content-section {
    padding: 40px 0;
  }
  .footer-logo {
    max-width: 300px;
  }
}
