#header_wrap::before,
.ip-banner,
#breadcrumbs,
#content .entry-title {
  display: none;
}
#inner-page-wrapper > .container {
  width: 100%;
  padding: 0;
}
.ip-application-banner {
  position: relative;
}
.ip-application-banner canvas {
  width: 100%;
  height: auto;
  min-height: 250px;
  display: block;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.ip-application-banner::before {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #000000;
  opacity: 0.3;
}
.ip-application-banner::after {
  width: 100%;
  height: 332px;
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  background-image: url(../../images/slide-top-overlay.png);
  background-size: 100% 100%;
  background-position: top left;
  background-repeat: repeat-x;
}
.ip-custom-title {
  width: 100%;
  position: absolute;
  z-index: 2;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 55px;
  font-weight: 400;
  font-family: 'Compass Serif';
  letter-spacing: 0.05em;
  text-align: center;
  text-transform: capitalize;
}

/* PROCESS */
.ip_process_wrap {
  margin-top: 85px;
  text-align: center;
}
.process_box {
  min-height: 415px;
  padding: 45px;
  border: 1px solid #8c8985;
}
.process_icon {
  min-height: 61px;
  margin-bottom: 25px;
  font-size: 0;
}
.process_title {
  padding-bottom: 30px;
  font-size: 25px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  position: relative;
}
.process_title::after {
  width: 100%;
  max-width: 126px;
  height: 1px;
  content: "";
  background-color: #ffffff;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.process_txt {
  margin-top: 25px;
  font-size: 13px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 0.05em;
  text-align: justify;
}
.process_link {
  margin-top: 25px;
  text-align: left;
}
.process_link a {
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: underline;
}
.process_link a:hover {
  color: #8c8985;
}

.ip_process_button {
  margin-top: 70px;
}
.ip_process_button a {
  width: 201px;
  height: 78px;
  display: inline-block;
  vertical-align: top;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  line-height: 78px;
  letter-spacing: 0.05em;
  text-align: center;
  text-transform: uppercase;
  background-color: #8c8985;
  position: relative;
}
.ip_process_button a::before {
  width: 91%;
  height: 80.76%;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translate(0, -50%);
  border: 1px solid #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.ip_process_button a:hover {
  color: #000000;
  background-color: #ffffff;
}
.ip_process_button a:hover::before {
  border: 1px solid #000000;
}

/* LOGIN */
.ip_login_wrap {
  position: relative;
  font-size: 0;
  padding-right: 6.25%;
  margin-top: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.ip_login_photo {
  width: 48.13%;
  font-size: 0;
  background-color: #000000;
  position: relative;
  z-index: 2;
}
.ip_login_photo::after {
  width: 142px;
  height: 293px;
  content: "";
  position: absolute;
  z-index: -1;
  top: -110px;
  left: 228px;
  background-image: url(../../images/testimonials-accent.png);
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
  opacity: 0.15;
}
.ip_login_photo canvas {
  width: 100%;
  height: auto;
  display: block;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.57;
}
.ip_login_form_wrap {
  width: 51.86%;
  padding: 40px 0 95px;
  margin-left: -1px;
  border: 1px solid #8c8985;
}
.ip_login_form {
  width: 80%;
  max-width: 575px;
  margin: 0 auto;
  font-size: 0;
}
.ip_login_field {
  display: inline-block;
  vertical-align: top;
}
.ip_login_field_long {
  width: 100%;
  margin-top: 65px;
}
.ip_login_field_bottom {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ip_login_field_short {
  width: 50%;
}
.ip_login_field input[type="text"],
.ip_login_field input[type="email"],
.ip_login_field input[type="password"] {
  width: 100%;
  height: 55px;
  display: block;
  padding: 0 7px;
  color: #ffffff;
  font-size: 14px;
  letter-spacing: 0.05em;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #a4a4a4;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.ip_login_field.ip_login_checkbox input[type="checkbox"] {
  width: 23px;
  height: 23px;
  margin: 0;
  display: inline-block;
  vertical-align: top;
  border-radius: 0;
  border: 2px solid #ffffff;
  background-color: transparent;
}
.ip_login_field.ip_login_checkbox label {
  color: #ffffff;
  display: inline-block;
  vertical-align: top;
  margin-left: 20px;
  font-size: 14px;
  line-height: 23px;
  letter-spacing: 0.05em;
}

.ip_login_field_short.forgot_password {
  text-align: right;
}
.ip_login_field_short.forgot_password a {
  color: #ffffff;
  font-size: 14px;
  font-style: italic;
  letter-spacing: 0.05em;
  text-decoration: underline;
}
.ip_login_field_short.forgot_password a:hover {
  color: #8c8985;
}

.ip_login_submit {
  margin-top: 85px;
}
.ip_login_submit {
  /* width: 201px;
  height: 78px; */
  width: 172px;
  height: 50px;
  margin-top: 85px;
  position: relative;
}
.ip_login_submit input[type="submit"] {
  width: 100%;
  height: 100%;
  display: inline-block;
  vertical-align: top;
  padding: 0;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  /* line-height: 78px; */
  line-height: 0px;
  letter-spacing: 0.05em;
  text-align: center;
  text-transform: uppercase;
  background-color: #8c8985;
  position: relative;
  z-index: 1;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.ip_login_submit::before {
  content: "";
  /* width: 91%;
						                height: 80.76%;
						                position: absolute;
						                z-index: 2;
						                top: 50%;
						                left: 0;
						                right: 0;
						                margin: 0 auto;
						                transform: translate(0, -50%);
						                border: 1px solid #ffffff;
						                pointer-events: none;
						                -webkit-transition: all 0.3s ease-in-out;
						                -moz-transition: all 0.3s ease-in-out;
						                -ms-transition: all 0.3s ease-in-out;
						                -o-transition: all 0.3s ease-in-out;
						                transition: all 0.3s ease-in-out; */
}
.ip_login_submit:hover input[type="submit"] {
  color: #000000;
  background-color: #ffffff;
}
/*.ip_login_submit:hover::before {
  border: 1px solid #000000;
}*/

/* PROPERTIES */
.ip_application_properties {
  margin-top: 160px;
}
.ip_available_properties_wrap {
  text-align: center;
}
.ip_avail_prop_title {
  margin-bottom: 90px;
  color: #ffffff;
  font-size: 36px;
  font-weight: 600;
  line-height: 1;
  text-transform: capitalize;
  font-family: 'Compass Serif';
}
.ip_avail_prop_title span {
	color: #888581;
}
.ip_avail_prop_slider_wrap {
  position: relative;
  padding: 0 8px;
}
#ip_properties_slider {
  margin-left: -2px;
  margin-right: -2px;
}
.ip_prop_item {
  padding: 0 2px;
}
.ip_prop_item a {
  width: 100%;
  height: 100%;
  display: block;
}
.ip_prop_photo {
  font-size: 0;
}
.ip_prop_photo canvas {
  width: 100%;
  height: auto;
  display: block;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.ip_prop_photo:hover {
  opacity: 0.6;
}
.ip_avail_prop_arrows {
  width: 100%;
  height: 62px;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  pointer-events: none;
}
.ip_avail_prop_arrows .slick-arrow {
  width: 62px;
  height: 62px;
  color: #000000;
  background-color: #8c8985;
  text-align: center;
  position: absolute;
  top: 0;
  cursor: pointer;
  pointer-events: auto;
}
.ip_avail_prop_arrows .slick-arrow span {
  font-size: 23px;
  line-height: 62px;
}
.ip_avail_prop_arrows .slick-arrow:hover {
  background-color: #ffffff;
}
.ip_avail_prop_arrows .slick-arrow.avail_prop_prev {
  left: 8px;
}
.ip_avail_prop_arrows .slick-arrow.avail_prop_next {
  right: 7px;
}

/* MOBILE */
@media only screen and (max-width: 1199px) {
}
@media only screen and (max-width: 991px) {
  /* PROCESS */
  .process_box {
    min-height: auto;
    margin: 40px auto 0;
  }
  .process_txt,
  .process_link {
    text-align: center;
  }

  /* LOGIN */
  .ip_login_wrap {
    display: block;
    padding: 0 15px;
  }
  .ip_login_photo {
    width: 100%;
    max-width: 700px;
    margin: 0 auto 40px;
  }
  .ip_login_form_wrap {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    padding: 0 0 50px;
  }
  .ip_login_field_bottom {
    display: block;
  }
  .ip_login_field_short {
    width: 100%;
  }
  .ip_login_field_short.forgot_password {
    text-align: left;
    margin-top: 30px;
  }

  /* PROPERTIES */
  .ip_avail_prop_slider_wrap {
    max-width: 525px;
    margin: 0 auto;
  }
  .ip_avail_prop_arrows {
    position: relative;
    max-width: 160px;
    top: auto;
    margin: 30px auto 0;
    transform: none;
  }
}
@media only screen and (max-width: 767px) {
}
@media only screen and (max-width: 480px) {
}
