/**
* Theme Name: style.less Template
* Description: Template for less Projects
* Author: Harry Burk
* Designer: -
* Organisation: Swell Design Group
* Version: 2.1.1
* Tags: harry, crisp, html5, awesome
*/
.transition-xxs {
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.transition-xs {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.transition-sm {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.transition-md {
  -webkit-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}
.transition-lg {
  -webkit-transition: all 1.2s ease-out;
  transition: all 1.2s ease-out;
}
.transition-xl {
  -webkit-transition: all 1.6s ease-out;
  transition: all 1.6s ease-out;
}
.transition-xxl {
  -webkit-transition: all 2.2s ease-out;
  transition: all 2.2s ease-out;
}
/* WHITE */
/* Light Grey */
/* Medium Grey */
/* Dark Grey */
/* BLACK */
.modal-backdrop {
  display: none;
}
.banner_link p {
  text-align: left;
  font-family: 'NeuzeitSLTBook';
  color: #fff !important;
  font-size: 13px;
}
.banner_link p:before {
  content: "";
  display: block;
  background: #fff;
  height: 1px;
  width: 12px;
  margin: 0 0 6px 0;
}
aside.sticky {
  position: fixed;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 480px) {
  aside.sticky {
    display: none;
  }
}
aside.sticky .tray {
  position: absolute;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  width: calc(200px);
  right: calc(-100px);
  z-index: -1;
}
aside.sticky .tray:hover {
  right: 100px;
}
aside.sticky .tray .tile {
  display: inline-block;
}
aside.sticky .tile {
  width: 100px;
  height: 100px;
  background-color: #404040;
  float: left;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
aside.sticky .tile:hover {
  background-color: #262626;
}
aside.sticky .tile p {
  font-size: 13px;
  color: white;
  line-height: 100px;
  text-align: center;
}
aside.sticky .tile-1 {
  background-color: #f0f0f0;
  background-image: url('assets/img/camera.svg');
  background-repeat: no-repeat;
  background-size: 40px;
  background-position: center;
  border: none;
}
aside.sticky .tile-1:hover {
  background-color: #f0f0f0;
}
aside.sticky .tile-1:hover + .tray {
  right: 100px;
}
#menu-header-menu li a:hover {
  color: #999;
}
#menu-header-menu li .sub-menu li:hover {
  border-color: #000;
}
#menu-header-menu li .sub-menu li:hover a {
  color: #000;
}
.menu-item-has-children a:hover {
  color: #000 !important;
  cursor: initial;
}
@media screen and (max-width: 767px) {
  .hide-mobile {
    display: none !important;
  }
}
.form select {
  padding: 19px 3% !important;
}
.form select.not-empty {
  color: #000 !important;
}
.form .select-wrapper {
  position: relative;
}
.form .select-wrapper.lose-pseudo::after {
  display: none;
}
.form .select-wrapper::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 18px;
  text-transform: uppercase;
  font-family: 'NeuzeitSLTBookHeavy';
  font-size: 13px;
  color: #cecece;
}
.form .select-wrapper.lose-pseudo::after {
  opacity: 0;
}
.form .select-wrapper-1::after {
  content: "Buyer Type*";
}
.form .select-wrapper-2::after {
  content: "Property Type*";
}
