/**
* Base Colors
*/
/**************************
  Media Queries
***************************/
/*************************
  Fonts
**************************/
/*************************
  Button colours
**************************/
/*************************
  Location page colours
**************************/
/*************************
  Form colours
**************************/
/*************************
  Sidebar variables
**************************/
/*************************
  404 button background
**************************/
/*************************
  Results Partial
**************************/
/*************************
  Swiper
**************************/
/*************************
  Footer Top
**************************/
/* Additional Mixins */
.four-o-four .search-form {
  display: block;
  zoom: 1;
}

.four-o-four .search-form:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}

.uppercase-title {
  font-family: var(--secondary-font), sans-serif;
  color: #2b2b2b;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 0.15rem;
  text-align: center;
}

.t-404__video-container {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.t-404__video video {
  max-width: 100%;
  height: auto;
}

.t-404__video-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 99;
}

.four-o-four .search-form {
  border-radius: 0;
  overflow: hidden;
  max-width: 444px;
}

.four-o-four .search-form .input-std {
  height: 50px;
  border: 1px solid #d8d9d9;
  background-color: #ffffff;
  width: calc(100% - 60px);
  float: left;
  color: #000000;
  font-family: var(--main-font), sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 58px;
  padding: 0 20px;
  border: 1px solid #d8d9d9;
}

@media (max-width: 767px) {
  .four-o-four .search-form .input-std {
    font-size: 18px;
  }
}
.four-o-four .search-form .input-std::-webkit-input-placeholder {
  color: var(--text-color);
  opacity: 1;
}

.four-o-four .search-form .input-std::-moz-placeholder {
  opacity: 1;
  color: var(--text-color);
  opacity: 1;
}

.four-o-four .search-form .input-std:-moz-placeholder {
  color: var(--text-color);
  opacity: 1;
}

.four-o-four .search-form .input-std:-ms-input-placeholder {
  color: var(--text-color);
  opacity: 1;
}

.four-o-four .search-form .input-std.placeholder {
  color: var(--text-color);
  opacity: 1;
}

.four-o-four .search-form .input-std:focus {
  border: 1px solid #d8d9d9;
}

.four-o-four .search-form .submit {
  float: left;
  width: 57px;
  height: 50px;
  border: none;
  background: #000;
  color: #fff;
  font-family: var(--main-font), sans-serif;
  font-size: 21px;
  font-weight: 600;
  line-height: 50px;
  text-align: center;
  transition: all 0.2s linear;
  cursor: pointer;
}

.four-o-four .search-form .submit:hover {
  color: #fff;
  background: #1a1a1a;
}

/*# sourceMappingURL=page404.css.map*/