:root {
  --aios-ihf-template-global-page-primary-color: var(--aios-ihf-template-results-page-primary-color, var(--primary));
  --aios-ihf-template-global-page-secondary-color: var(--aios-ihf-template-results-page-secondary-color, #cbb05e);
}

.pagination-wrap ul li.ip-banner {
  display: none;
}
.ip-custom-banner {
  position: relative;
  width: 100%;
}
.ip-custom-banner canvas {
  display: block;
  position: relative;
  z-index: 0;
  width: 100%;
  min-height: 250px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.ip-custom-banner:before {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #0006;
  content: "";
  z-index: 1;
}
.ip-custom-breadcrumbs {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  background: #cbb05ecc;
}
.ip-custom-breadcrumbs #breadcrumbs {
  color: #fff;
  margin: 10px 0;
}
.ip-custom-breadcrumbs #breadcrumbs a {
  color: #fff;
}
.ip-custom-breadcrumbs #breadcrumbs a:hover {
  color: #ccc;
}
#inner-page-wrapper {
  margin-bottom: 0;
  font-size: 0;
  z-index: unset;
}
#inner-page-wrapper > .container {
  width: 100%;
  padding: 0;
}
.fixed-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  font-size: 0;
}
.fixed-bg canvas {
  width: 100%;
  height: 100%;
  display: block;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed !important;
  background-repeat: no-repeat;
}
.safari-true .fixed-bg canvas,
.mobile .fixed-bg canvas {
  background-attachment: scroll !important;
}
.non-fixed-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  font-size: 0;
}
.non-fixed-bg canvas {
  width: 100%;
  height: 100%;
  display: block;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.canvas-img {
  position: relative;
}
.canvas-img canvas {
  width: 100%;
  height: auto;
  display: block;
}
.canvas-img img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
.site-inner-comm p {
  font-size: 15px;
  line-height: 24px;
  color: #000;
  letter-spacing: 0.05em;
}
.site-inner-comm ul {
  display: block;
  list-style-type: disc;
  margin-block-start: 1em;
  margin-block-end: 1em;
  padding-inline-start: 20px;
  unicode-bidi: isolate;
  line-height: 24px;
}
.site-inner-comm ul li {
  margin: 4px 0;
}
.site-inner-comm ul li::marker {
  color: #cbb05e;
}
#flres-section-one {
  position: relative;
  display: block;
  padding: 30px 0 0;
  text-align: center;
}
.ip-search-area {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 21px;
  border-top: solid 1px #333333;
  border-bottom: solid 1px #333333;
  position: relative;
}
.ip-search-left {
  width: 45%;
  border-right: solid 1px #333333;
}
.ip-search-right {
  width: 55%;
  border-left: none;
  border-right: none;
}
.sort-btn {
  width: 100%;
  max-width: 200px;
  position: relative;
}
.sort-btn button {
  display: flex;
  width: 100%;
  height: 37px;
  border: none;
  font-size: 18px;
  background: transparent;
  color: #404040;
  padding: 0 10px;
  border-radius: 0;
  text-align: left;
  position: relative;
  align-items: center;
  justify-content: space-between;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
  font-weight: 600;
}
.sort-btn button em {
  font-style: normal;
}
.sort-btn button.active {
  padding: 0 10px;
}
.sort-dropdown {
  display: none;
  width: 100%;
  background: #363636;
  border-radius: 0;
  color: #fff;
  padding: 0;
  margin-top: 0;
  border: none;
  position: absolute;
  z-index: 9;
  cursor: pointer;
}
.sort-dropdown.active {
  display: block;
}
.sort-dropdown span {
  font-size: 18px;
  color: #999;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  transition: color 0.3s ease;
  position: relative;
}
.sort-dropdown span i {
  font-size: 18px !important;
}
.sort-dropdown span:hover,
.sort-dropdown span:hover i {
  color: #cbb05e;
}
.ip-qs-buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
}
.ip-qs-button-field {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.ip-qs-button-field span {
  transition: all 0.3s ease-in-out;
}
.ip-qs-button-field span:first-child {
  font-size: 14px;
}
.ip-qs-button-field span:last-child {
  font-size: 11px;
  padding: 0 0 0 10px;
  top: 1px;
  font-weight: 700;
}
div#reset-url.ip-qs-button-field span {
  font-weight: 600;
  color: #cbb05e;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 14px;
}
div#reset-url.ip-qs-button-field span i {
  color: #000;
  font-style: normal;
}
div#reset-url.ip-qs-button-field span:last-child {
  font-size: 15px;
  color: #000;
}
div#reset-url.ip-qs-button-field input[type="submit"]{
    font-weight: 600;
    color: #cbb05e;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-size: 14px;
    border: none;
    background: none;
}

.ip-qs-button-field:hover span {
  color: #cbb05e;
}

.ip-quick-search select{
    font-size: 14px;
    border: none;
    box-shadow: none;
    width: 100%;
}

.ip-quick-search .bootstrap-select.btn-group .dropdown-toggle {
    width: 100%;
    height: 59px;
    border: none;
    padding: 0 115px 0 10px;
    display: block;
}
.ip-quick-search .bootstrap-select.btn-group .dropdown-toggle .filter-option {
    font-size: 14px;
    color: #333;
    font-weight: 500;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-family: var(--font-family-default);
    letter-spacing: .5px;
    overflow: hidden;
    text-overflow: ellipsis;
}


.ip-qs-mobile-filter {
  display: none;
}
.ip-qs-panels {
  position: absolute;
  width: 55%;
  top: calc(100% + 1px);
  right: 0;
  background: #fff;
  z-index: 91;
  box-shadow: -1px 4px 10px #0000004d;
  overflow: hidden;
  max-height: 0;
  transition: all 0.3s ease-in-out;
}
.ip-qs-panels.active {
  max-height: 1000px;
}
.ip-qs-panel-content {
  padding: 35px 20px;
}
.ip-qs-panel-content-inner {
  display: flex;
  flex-flow: row wrap;
  max-width: 100%;
}
.ip-qs-panel-field {
  display: none;
}
.ip-qs-panel-field.active {
  display: block;
}
span.ip-qs-panel-close-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 20px;
  height: 20px;
  z-index: 9999;
  cursor: pointer;
}
span.ip-qs-panel-close-btn:before,
span.ip-qs-panel-close-btn:after {
  content: "";
  width: 1px;
  height: 100%;
  background: #333;
  position: absolute;
  transform-origin: center;
  top: 0;
  left: 50%;
}
span.ip-qs-panel-close-btn:before {
  transform: rotate(45deg);
}
span.ip-qs-panel-close-btn:after {
  transform: rotate(-45deg);
}
.ip-qs-panel-content-inner > div.ip-qs-panel-btn {
  font-size: 13px;
  padding: 20px 35px;
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-left: 1px solid;
  border-color: #cbb05e;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.ip-qs-panel-content-inner > div.ip-qs-panel-btn:last-child {
  border-right: 1px solid;
}
.ip-qs-panel-content-inner > div.ip-qs-panel-btn:not(.checkbox-btn).active,
.ip-qs-panel-content-inner > div.ip-qs-panel-btn:not(.checkbox-btn):hover {
  background: #cbb05e;
  color: #fff;
}
.ip-qs-panel-content-inner > .ip-qs-panel-btn.checkbox-btn {
  display: flex;
  align-items: center;
  border: none !important;
}
.ip-qs-panel-content-inner
  > .ip-qs-panel-btn.virtual-btns.checkbox-btn:first-child {
  padding-left: 0;
}
.ip-qs-panel-content-inner
  > .ip-qs-panel-btn.virtual-btns.checkbox-btn:last-child {
  padding-right: 0;
}
span.checkbox-box {
  width: 15px;
  height: 15px;
  border: 1px solid #cbb05e;
  display: inline-block;
  margin-right: 10px;
  position: relative;
}
span.checkbox-box i {
  font-size: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.ip-qs-panel-content-inner
  > .ip-qs-panel-btn.checkbox-btn:hover
  span.checkbox-box
  i {
  opacity: 0.5;
}
.ip-qs-panel-content-inner
  > .ip-qs-panel-btn.checkbox-btn.active
  span.checkbox-box
  i {
  opacity: 1;
}
.ip-qs-panel-content-inner-panel {
  display: none;
}
.ip-qs-panel-content-inner-panel.active {
  display: block;
}
.ip-qs-panel-content em,
.ip-qs-panel-content-inner-panel-content em {
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  padding-bottom: 10px;
  display: block;
}
.ip-qs-panel-content-inner-panel-content {
  padding: 0 20px 30px;
}
.ip-qs-panel-content-inner-panel-content input {
  width: 100%;
  max-width: 400px;
  border: 1px solid;
  border-color: #cbb05e;
  padding: 10px;
}
.ip-qs-price-slider {
  width: 80%;
}
span.irs-to,
span.irs-from,
.irs-grid,
.irs--round .irs-min,
.irs--round .irs-max {
  display: none !important;
}
.irs--round .irs-bar {
  background-color: #cbb05e;
}
.irs--round .irs-handle {
  top: 30px;
  width: 15px;
  height: 15px;
  border: 2px solid #cbb05e;
}
.ip-qs-price-slider-btn {
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ip-qs-price-slider-btn > div {
  text-align: center;
  width: calc(50% - 5px);
  border: 1px solid #cbb05e;
  padding: 20px 0;
  color: #cbb05e;
}
.ip-qs-panel-content-inner > .ip-qs-panel-btn.checkbox-btn.price-btns {
  padding-left: 0;
}
.ip-loc-search-label {
  width: 80px;
  height: 61px;
  background: #cbb05e;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 11px;
  color: #fff;
  text-transform: uppercase;
  font-family: var(--font-family-default);
}
.ip-loc-search-label i {
  font-size: 25px;
  padding-top: 4px;
  margin-bottom: 4px;
}
.ip-location-searh-form {
  display: flex;
  flex-wrap: wrap;
}
.ip-loc-long-field {
  width: calc(100% - 80px);
  border-left: none;
  position: relative;
}
.ip-loc-long-field ul.dropdown-menu.inner {
  max-height: 310px !important;
}
.ip-loc-long-field input {
  width: 100%;
  height: 59px;
  border: none;
  font-size: 14px;
  color: #333;
  font-weight: 500;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-family: var(--font-family-default);
  padding: 0 115px 0 10px;
  letter-spacing: 0.5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
.ip-loc-links {
  position: absolute;
  top: 0;
  right: 20px;
  height: 100%;
  display: flex;
  align-items: center;
}
.ip-loc-links a {
  margin: 0 11px;
  transition: all 0.3s ease-in-out;
}
.ip-loc-links a:hover {
  opacity: 0.7;
}
.ip-qs-field select {
  border-radius: 0;
  color: #333;
  font-size: 13px;
  font-weight: 500;
  font-family: var(--font-family-default);
  text-transform: uppercase;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent url(../../images/search/dd-icon.png) no-repeat scroll
    right 2px center;
  width: 100%;
  height: 59px;
  padding: 0 30px 0 20px;
  border: none;
  line-height: 1;
  letter-spacing: 0.5px;
}
.ip-loc-long-field .bootstrap-select.btn-group .dropdown-toggle .filter-option {
  color: #333;
  font-size: 13px;
  font-weight: 500;
  font-family: var(--font-family-default);
  text-transform: uppercase;
}
.ip-loc-long-field .bootstrap-select .status {
  font-style: normal !important;
}
.ip-qs-form {
  display: flex;
  flex-wrap: wrap;
}
.ip-qs-field {
  width: 12%;
}
.ip-qs-field-long {
  width: 16%;
}
.ip-qs-field.ip-qs-radio {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  font-size: 13px;
  font-weight: 500;
  font-family: var(--font-family-default);
  text-transform: uppercase;
}
.ip-qs-field.ip-qs-radio input {
  margin-right: 8px;
  margin-top: 0;
}
.ip-search-result-title {
  font-size: 18px;
  color: #cbb05e;
  text-align: center;
  letter-spacing: 0.6px;
  font-family: var(--font-family-default);
  margin-bottom: 14px;
}
.ip-search-result {
  padding: 38px 5px 0;
  transition: all 1s ease-in-out;
  width: 100%;
  position: relative;
  left: 0;
}
#flres-section-two {
  position: relative;
  padding: 90px 0;
  display: block;
}
#flres-section-two .global-title-widget {
  text-align: center;
}
.ip-search-result-view {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0 15px 4px;
}
.main-tab-item {
  position: relative;
}
.main-tab-item.active a {
  background: #cbb05e;
}
.main-tab-item a img.icon-active,
.main-tab-item.active a img {
  display: none;
}
.main-tab-item.active a img.icon-active {
  display: block;
}
.main-tab-item.active a.ip-search-map i {
  color: #fff;
}
.main-tab-item a {
  border: solid 1px #cbb05e;
  width: 57px;
  height: 57px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 9px;
}
a.ip-search-map i {
  font-size: 30px;
  color: #cbb05e;
  position: relative;
  top: 1px;
}
#content a.ip-search-map i {
  font-style: normal;
}
.ip-search-result-view span i {
  font-size: 13px;
  color: #cbb05e;
  text-transform: uppercase;
  font-style: normal !important;
  font-weight: 700;
  letter-spacing: 0.7px;
  margin-left: 10px;
}
.ip-search-result-view span select {
  border: none;
  font-size: 13px;
  color: #333;
  font-weight: 500;
  letter-spacing: 1px;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent url(../../images/search/dd-icon.png) no-repeat scroll
    right 2px center;
  padding: 0 25px 0 5px;
  height: 30px;
  line-height: 30px;
}
.hide-tab {
  display: none;
}
.fp-list-wrap {
  position: relative;
  display: block;
  padding: 40px 0;
  font-size: 0;
  letter-spacing: 0;
  margin-left: -5px;
  margin-right: -5px;
}
.ipfp-list {
  font-size: 0;
  padding: 5px;
  display: inline-block;
  vertical-align: middle;
  width: 33.33%;
}
.ip-search-result.ip-search-result-half .ipfp-list {
  width: 50%;
}
.ip-search-result.ip-search-result-half .ipfp-list .ipfp-hover-inner {
  left: 15px;
}
.ipfp-list a {
  display: block;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}
.ipfp-list a:hover,
.ipfp-list a:focus {
  z-index: 5;
}
.ipfp-list canvas {
  display: block;
  width: 100%;
}
.ipfp-list .ipfp-container2 .ipfp-front:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #0000, #000000e6);
}
.ipfp-content {
  position: absolute;
  bottom: 15px;
  width: 100%;
  left: 0;
  z-index: 5;
  padding: 0 20px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.ipfp-address {
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 7px;
  margin-top: 11px;
  font-family: var(--font-family-default);
  display: block;
}
.ipfp-address span {
  display: block;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.ipfp-price {
  font-size: 17px;
  color: #fff;
  font-weight: 600;
  font-family: var(--font-family-default);
  letter-spacing: 0.1em;
}
.ipfp-content-view {
  font-size: 15px;
  font-weight: 600;
  color: #cbb05e;
  font-family: var(--font-family-default);
  margin-left: auto;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.ipfp-content-view i {
  color: #fff;
  font-size: 15px;
  font-style: normal;
}
.container2 .back canvas {
  opacity: 0.3;
}
.ipfp-hover-content {
  position: absolute;
  bottom: 15px;
  width: 100%;
  left: 0;
  z-index: 5;
  padding: 0 20px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.ipfp-list a canvas {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.ipfp-container2 {
  transform-style: preserve-3d;
  perspective: 1000px;
}
.ipfp-front {
  transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  backface-visibility: hidden;
}
.ipfp-back {
  transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  backface-visibility: hidden;
  background: #1a1a1a;
}
.ipfp-list .ipfp-container2 .ipfp-back:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #0000, #000000e6);
}
.ipfp-back canvas {
  opacity: 0.8;
  filter: grayscale(1);
}
.ipfp-back .ipfp-flip-inner {
  padding: 35px 15px 0;
}
.ipfp-container2:hover .ipfp-front,
.ipfp-container2:hover .ipfp-back {
  transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
}
.ipfp-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.ipfp-flip-inner {
  transform: translateY(0) translateZ(40px) scale(1);
  top: 0;
  position: absolute;
  left: 0;
  width: 100%;
  padding: 2rem;
  box-sizing: border-box;
  outline: 1px solid transparent;
  perspective: inherit;
  z-index: 2;
  height: 100%;
}
.ipfp-front .ipfp-flip-inner,
.ipfp-back .ipfp-flip-inner {
  top: auto;
  bottom: 0;
  display: flex;
  align-items: flex-end;
  padding: 22px 32px;
}
.ipfp-container2 .ipfp-back {
  transform: rotateY(180deg);
  transform-style: preserve-3d;
}
.ipfp-container2 .ipfp-front {
  transform: rotateY(0);
  transform-style: preserve-3d;
  position: relative;
}
.ipfp-container2:hover .ipfp-back {
  transform: rotateY(0);
  transform-style: preserve-3d;
}
.ipfp-container2:hover .ipfp-front {
  transform: rotateY(-180deg);
  transform-style: preserve-3d;
}
.ipfp-list a:hover .ipfp-front-status,
.ipfp-list a.aios-double-tap-active .ipfp-front-status {
  opacity: 0;
}
.pagination-wrap {
  justify-content: center;
  display: flex;
  margin-top: 45px;
  width: 100%;
}
.pagination-wrap ul {
  display: flex;
  padding: 0;
  margin: 0;
}
.pagination-wrap ul li {
  padding: 0 13px;
  display: flex;
  align-items: center;
}
.pagination-wrap ul li.prev-page {
  margin-right: 30px;
}
.pagination-wrap ul li.next-page {
  margin-left: 30px;
}
.pagination-wrap ul li.page-ellipsis {
  padding: 0;
}
.pagination-wrap ul li span,
.pagination-wrap ul li a {
  display: block;
  color: #000;
  transition: var(--default-transition);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  letter-spacing: 0.01em;
  font-weight: 500;
  white-space: nowrap;
}
.pagination-wrap ul li.current span,
.pagination-wrap ul li.current a,
.pagination-wrap ul li.active a {
  color: #c89b28;
  pointer-events: none;
  font-size: 20px;
}
.pagination-wrap ul li a:hover {
  color: #d9b854;
}
.pagination-wrap ul li.prev-page a,
.pagination-wrap ul li.next-page a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-size: 0.875vw;
  font-weight: 400;
  letter-spacing: 0.03em;
  color: #404040;
  text-align: center;
  text-transform: uppercase;
  padding: 0 0 0 0.03em;
}
.pagination-wrap ul li.prev-page a:hover,
.pagination-wrap ul li.next-page a:hover {
  color: #d9b854;
}
.pagination-wrap ul li.prev-page a i,
.pagination-wrap ul li.next-page a i {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.75vw;
  font-size: 10px;
  font-weight: 700;
}
.pagination-wrap ul li.prev-page a i {
  margin: 0 0.625vw 0 0;
}
.pagination-wrap ul li.next-page a i {
  margin: 0 0 0 0.925vw;
}
.grid-half {
  position: relative;
  display: block;
  padding-top: 40px;
}
.grid-half-flex {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.half-fp {
  display: block;
  width: 60%;
}
.half-fp .fp-list-wrap {
  padding: 0;
}
.half-fp .ipfp-list {
  width: 50%;
}
.half-map {
  display: block;
  width: 47.4%;
  padding: 5px 0;
}
.map-container {
  position: relative;
  display: block;
  padding-top: 40px;
}
.ihf-results-template h1.entry-title,
.ihf-results-template article#content > p#breadcrumbs,
.ihf-results-template .ip-banner{
	display: none !important;
}

.ihf-results-template #content-full{
	margin-top: 0;
}

.map-photo.canvas-img .listings-map{
    height: 794px;
}

.ihf-results-template #ihf-map-canvas .leaflet-control-zoom{
    display: block !important;
}

@media only screen and (max-width: 1199px) {
  .ip-custom-breadcrumbs {
    padding: 0 15px;
  }
  .comm-right {
    width: 45%;
  }
  .ip-search-left {
    width: 30%;
    border-right: solid 1px #333333;
  }
  .ip-search-right {
    width: 70%;
  }
  .ip-loc-long-field input {
    padding-left: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .comm-img-lg {
    display: none;
  }
  .comm-img-sm {
    position: relative;
    width: 100%;
  }
  .comm-top {
    flex-flow: column-reverse;
  }
  .comm-right,
  .comm-left {
    width: 100%;
    margin: 30px auto;
  }
  .ipfp-list {
    width: 100%;
  }
  .ipfp-front .ipfp-flip-inner {
    padding: 35px;
  }
  .en-list-wrap {
    flex-flow: wrap;
  }
  .en-list {
    width: 50%;
  }
  .ip-search-area {
    flex-flow: column;
    border: 0;
  }
  .ip-search-left {
    width: 100%;
    border-right: 0;
    max-width: 280px;
    margin: 0 auto;
  }
  .ip-qs-buttons {
    flex-flow: column;
  }
  .ip-qs-button-field-row {
    width: 100%;
    max-width: 300px;
    padding: 10px;
    border-bottom: 1px solid;
    margin: 5px 0;
  }
  .ip-loc-search-label {
    margin: 0 autos;
  }
}
@media only screen and (max-width: 767px) {
  .half-fp .ipfp-list {
    width: 100%;
  }
}
