/*
 Theme Name:     hawk
 Theme URI:      https://www.detype.com
 Description:    Custom theme
 Author:         DeType
 Author URI:     https://www.detype.com
 Template:       Divi
 Version:        1.0.0

*/
/* =Theme customization starts here
------------------------------------------------------- */
input[type="submit"] {
  margin-top: 20px;
}
@font-face {
  font-family: 'Manus';
  src: url('fonts/Manus.woff2') format('woff2'), url('fonts/Manus.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.flex_row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  gap: 25px;
}
.flex-col {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 1;
  margin: 10px;
}
.flex-double-col {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 2;
}
.flex-triple-col {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 3;
}
.flex-four-col {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 4;
}
.flex-five-col {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 5;
}
.flex-six-col {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 6;
}
.flex-seven-col {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 7;
}
.fixed-body {
  position: fixed;
  width: 100%;
}
.fixed-section-menu {
  position: fixed;
  height: 100vh;
  overflow-y: scroll;
  left: 0;
  text-align: center;
  background: rgb(135 2 55 / 90%);
  top: 0 !important;
  z-index: 1;
  border: 0;
  width: 100%;
  z-index: 11;
}
.fixed-section-menu-content {
  display: table;
  width: 100%;
  height: 100vh;
}
.fixed-body header .et_pb_section, .fixed-body header .et_builder_inner_content, .fixed-body header .et_pb_row {
  position: static !important;
}
.fixed-body header .et_pb_column_3_tb_header {
  position: relative;
  z-index: 111;
}
.fixed-section-menu .et_pb_row_1_tb_header.et_pb_row {
  overflow: hidden;
  height: 100vh;
}
.fixed-section-menu li a {
  border-bottom: none;
  color: rgb(255 255 255);
  font-size: 30px;
  padding: 10px 5%;
  display: block;
  text-align: center;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.fixed-section-menu ul {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 111;
}
.fixed-section-menu ul li {
  max-width: 650px;
  display: block;
  margin: 0px auto;
}
.fixed-section-menu .et_pb_menu__logo {
  top: 126px;
  position: absolute;
  left: 8px;
}
#menu-open {
  cursor: pointer;
}
.fixed-section-menu li:hover a {
  color: #049ea4;
}
.fixed-body #menu-open {
  position: relative;
  z-index: 111;
  color: #ffffff;
}
.fixed-body .et_pb_column--with-menu {
  position: static !important;
  z-index: 1111 !important;
}
.fixed-body .et_pb_menu {
  opacity: 0.1;
  display: none;
}
.top-section {
  background: #fafafa;
  position: relative;
  padding: 30px 0;
}
.top-section:before {
  content: '';
  background: #fafafa;
  display: block;
  position: absolute;
  top: 0;
  left: -50%;
  width: 100%;
  height: 100%;
}
.top-section:after {
  content: '';
  display: block;
  background: #fafafa;
  position: absolute;
  top: 0;
  right: -50%;
  width: 100%;
  height: 100%;
}
#page-container {
  overflow-x: hidden;
}
.top-section h1 {
  font-size: 41px;
  color: #555;
  font-weight: bold;
  margin-bottom: 5px;
}
.top-section h3 {
  font-size: 17px;
  color: #555;
  font-weight: 400;
  margin-bottom: 10px;
}
.top-section h2 {
  font-size: 36px;
  font-weight: bold;
  color: #555;
}
.get-in-touch {
  text-align: left;
  font-size: 33px;
  font-weight: bold;
  background-color: #870237;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  color: #ffffff;
  border: 1px solid #979797;
}
.get-in-touch:hover {
  background-color: #ffcf1b;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
.get-in-touch a {
  color: #ffffff;
  padding: 10px;
  display: block;
  padding-left: 25px;
}
.get-in-touch span {
  display: block;
  font-size: 23px;
  font-weight: 400;
}
.common-lft {
  text-align: left;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  background-color: #ffcf1b;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  color: #ffffff;
  margin-top: 2px;
  line-height: 32px;
}
.images .flexslider .flex-viewport ul.slides li {
  background-color: #00000021;
}
.images .flexslider .flex-viewport ul.slides li img {
  opacity: 0.1;
}
.images .flexslider .flex-viewport ul.slides li.flex-active-slide img {
  opacity: 1;
}
.images .flexslider .flex-viewport ul.slides li.flex-active-slide {
  backgroud-color: transparent;
}
.common-lft:hover {
  background-color: #870237;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
.common-lft a {
  color: #000000;
  display: block;
  padding: 10px;
  padding-left: 80px;
  position: relative;
}
.common-lft:hover a {
  color: #ffffff;
}
.bed-bath-count ul {
  display: flex;
  align-items: center;
  list-style: none;
  padding: 16px 0 0;
  margin: 0;
  font-size: 28px;
  color: #000000;
  font-weight: 400;
  line-height: normal;
}
.bed-bath-count ul li {
  padding-right: 30px;
}
.bed-bath-count ul li img {
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}
#slider {
  margin-bottom: 0px;
  border: none;
  padding: 0;
  box-shadow: none;
  outline: none;
}
.property-details {
  color: #555;
  font-size: 16px;
  font-weight: 400;
  padding: 20px 0 40px;
}
.property-details h4 {
  color: #555;
  font-size: 21px;
  font-weight: bold;
  padding: 20px 0;
}
.features {
  padding: 10px 0;
}
.features h4 {
  font-size: 19px;
}
.features ul {
  list-style: disc;
  padding-left: 40px;
}
.features ul li {
  padding-left: 10px;
}
.map-top {
  height: 250px;
  margin-bottom: 20px;
}
#container {
  width: 80%;
  max-width: 1280px;
  margin: auto;
}
.form-section-arranging {
  position: relative;
  font-size: 16px;
  line-height: normal;
  color: #ffffff;
  text-align: center;
  background: #870237;
  font-weight: 400;
  padding: 20px;
}
.form-section-arranging h2 {
  font-size: 25px;
  color: #ffffff;
  font-weight: bold;
}
.form-section-arranging input, .form-section-arranging textarea, .form-section-arranging select {
  color: rgb(73, 73, 73);
  font-size: 18px;
  padding: 0 20px;
}
.form-section-arranging textarea {
  height: 100px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.form-section-arranging ::-webkit-input-placeholder {
  color: rgb(73, 73, 73);
  opacity: 1;
}
.form-section-arranging :-ms-input-placeholder {
  color: rgb(73, 73, 73);
  opacity: 1;
}
.form-section-arranging ::placeholder {
  color: rgb(73, 73, 73);
  opacity: 1;
}
.form-section-arranging .ajax-loader {
  position: absolute;
  bottom: 0;
}
.form-section-arranging textarea::placeholder {
  line-height: 78px;
}
.form-section-arranging .wpcf7 input.wpcf7-submit {
  width: 100% !important;
  margin-top: 10px;
  display: block;
  background: #ffcf1b;
  cursor: pointer;
  font-size: 18px;
  text-transform: uppercase;
  color: rgb(134, 2, 55);
}
.button-epc {
  padding-top: 10px;
}
.button-epc .btnsec {
  font-size: 18px;
  font-weight: normal;
  display: block;
  margin-bottom: 10px;
  border-radius: 5px;
  background: #ffcf1b;
  color: rgb(134, 2, 55);
  text-transform: uppercase;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  -webkit-box-shadow: 0px -1px 17px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px -1px 17px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0px -1px 17px 3px rgba(0, 0, 0, 0.1);
  text-align: center;
}
.button-epc .btnsec.epc-button {
  background: #870237;
}
.button-epc .btnsec:hover {
  background: #870237;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
.button-epc .btnsec.epc-button:hover {
  background: #ffcf1b;
}
.button-epc .btnsec a {
  display: block;
  padding: 10px 20px;
  color: rgb(134, 2, 55);
}
.button-epc .btnsec:hover a, .button-epc .btnsec.epc-button a {
  color: #ffffff;
}
.button-epc .epc-button.btnsec:hover a {
  color: rgb(134, 2, 55);
}
#sendToFriend18 {
  font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
  width: 500px;
  font-size: 16px;
  font-weight: 500;
}
#sendToFriend18 label {
  display: block;
  color: #666;
}
#sendToFriend18 .control {
  padding-bottom: 16px;
}
#sendToFriend18 input, #sendToFriend18 textarea {
  width: 100%;
  border-radius: 5px;
  min-height: 40px;
}
#sendToFriend18 input[type="submit"] {
  font-size: 16px;
  cursor: pointer;
  background-color: #870237;
  border-width: 0px !important;
  color: white;
  padding: 10px 20px;
  border-radius: 3px;
}
.similar_properties {
  background-color: #efefef;
  position: relative;
  padding: 40px 0;
}
.similar_properties:before {
  content: '';
  background: #fafafa;
  display: block;
  position: absolute;
  top: 0;
  left: -50%;
  width: 100%;
  height: 100%;
}
.similar_properties:after {
  content: '';
  display: block;
  background: #fafafa;
  position: absolute;
  top: 0;
  right: -50%;
  width: 100%;
  height: 100%;
}
.similar_properties .section-heading {
  font-size: 25px;
  padding-bottom: 20px;
  line-height: normal;
  font-weight: bold;
  color: rgb(17, 17, 17);
  position: relative;
  z-index: 1;
  text-align: center;
}
.similar_properties .section-heading span {
  font-weight: 400;
}
.similar-prop-slider {
  display: flex;
  position: relative;
  z-index: 1;
  justify-content: center;
  margin-left: -20px;
  flex-wrap: wrap;
}
.similar-prop-slider .prop-slide {
  width: calc(33.33% - 20px);
  width: -moz-calc(33.33% - 20px);
  width: -webkit-calc(33.33% - 20px);
  margin-left: 20px;
  margin-bottom: 20px;
  background: #fff;
  border-radius: 5px;
}
.similar-prop-slider .prop-slide .prop-img.thumbnail {
  position: relative;
}
.similar-prop-slider .prop-slide .prop-img.thumbnail span {
  position: absolute;
  background: #ffcf1b;
  line-height: normal;
  text-transform: uppercase;
  padding: 5px;
  border-radius: 5px;
  top: 20px;
  left: 20px;
  font-size: 12px;
  color: rgb(134, 2, 55);
  font-weight: 400;
}
.similar-prop-slider .prop-slide .prop-img.thumbnail h3 {
  position: absolute;
  background: #ffffff;
  line-height: normal;
  text-transform: uppercase;
  padding: 5px;
  border-radius: 5px;
  bottom: 20px;
  left: 20px;
  font-size: 15px;
  color: rgb(134, 2, 55);
  font-weight: bold;
}
.similar-prop-slider .prop-slide .prop-img.thumbnail img {
  width: 100%;
  transition: transform .6s ease-in-out;
  object-fit: cover;
  display: block;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.similar-prop-slider .prop-slide .prop-img.thumbnail a {
  display: block;
  max-height: 250px;
  overflow: hidden;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.similar-prop-slider .prop-slide .prop-img.thumbnail a:hover img {
  transform: scale(1.09) !important;
}
.details {
  font-size: 16px;
  font-weight: 400;
  color: rgb(29, 29, 29);
  padding: 15px;
  text-align: left;
  background: #fff;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.details a {
  color: rgb(29, 29, 29);
}
.details h2 {
  font-size: 20px;
  font-weight: bold;
  color: rgb(29, 29, 29);
  min-height: 50px;
}
.availability-section {
  border-top: 1px solid #f4f4f4;
  margin-top: 20px;
  padding-top: 20px;
}
.availability-section ul {
  padding: 0;
  margin: 0;
}
.availability-section ul li {
  display: inline-block;
  vertical-align: middle;
  padding-right: 10px;
  color: rgb(17, 17, 17);
}
.availability-section ul li img {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  margin-right: 5px;
}
.love-little {
  background-color: #657786;
  position: relative;
  padding: 60px 0;
}
.love-little:before {
  content: '';
  background: #657786;
  display: block;
  position: absolute;
  top: 0;
  left: -50%;
  width: 100%;
  height: 100%;
}
.love-little:after {
  content: '';
  display: block;
  background: #657786;
  position: absolute;
  top: 0;
  right: -50%;
  width: 100%;
  height: 100%;
}
.content-love-little {
  display: flex;
  position: relative;
  z-index: 1;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #ffffff;
  font-weight: 400;
}
.content-love-little h2 {
  font-size: 30px;
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
}
.conten-little {
  text-align: center;
  padding: 0 60px;
}
.btn-litle {
  font-size: 18px;
  font-weight: normal;
  display: inline-block;
  border-radius: 5px;
  background: #ffcf1b;
  color: rgb(134, 2, 55);
  text-transform: uppercase;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
.btn-litle:hover {
  background: #870237;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
.btn-litle a {
  display: block;
  padding: 10px 20px;
  color: rgb(134, 2, 55);
}
.btn-litle:hover a {
  color: #ffffff;
}
#slider {
  max-width: 1000px;
  margin: 0px auto;
}
#slider .flex-viewport {
  overflow: visible !important;
  height: 670px !important;
}
#slider ul li img {
  height: 670px;
  object-fit: fill;
  width: 100%;
}
#slider .flex-direction-nav a:before {
  background-image: url(images/previcon.png);
  width: 28px;
  height: 51px;
  content: '';
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#slider .flex-direction-nav a.flex-next:before {
  background-image: url(images/nexticon.png);
}
#slider .flex-direction-nav a {
  height: 51px;
  margin-top: -25.5px;
}
#slider .flex-direction-nav a {
  opacity: 1;
}
#slider .flex-direction-nav .flex-next {
  right: -50px;
}
#slider .flex-direction-nav .flex-prev {
  left: -50px;
  text-align: right;
}
.flexslider .flex-viewport ul.slides li {
  overflow: hidden;
}
.tel-call {
  padding-left: 55px;
  position: relative;
  line-height: normal;
}
.tel-call:before {
  content: '';
  width: 30px;
  height: 30px;
  background-image: url(images/phone.svg);
  background-size: 29px;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  display: block;
  left: 10px;
  margin-top: -15px;
  background-position: center;
}
.common-lft a:before {
  content: '';
  width: 30px;
  height: 30px;
  background-image: url(images/heart.svg);
  background-size: 30px;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  display: block;
  left: 35px;
  margin-top: -15px;
  background-position: center;
}
.common-lft a:hover:before, .get-in-touch:hover .tel-call:before {
  filter: invert(48%) brightness(1000%);
}
.arrangeview a:before {
  background-image: url(images/eye.svg);
}
.email-to-friend a:before {
  background-image: url(images/mail.svg);
}
.epc.common-lft a:before {
  background-image: url(images/epc.svg);
}
.brochureurl.common-lft a:before {
  background-image: url(images/brochure.svg);
}
.property-search-form-default {
  background-color: #049ea4;
  color: #ffffff;
  border-radius: 10px;
  position: relative;
  transition: all .5s
}
.property-search-form-default.rent-main {
  background-color: #4d0b58;
  transition: all .5s
}
.property-search-form-default .control-department {
  margin: 0;
  padding: 0;
}
.property-search-form-default .control-department label {
  background-color: #017c81;
  color: #ffffff;
  margin-left: 5px;
  display: block !important;
  font-size: 18px;
  cursor: pointer;
  min-width: 110px;
  line-height: 85px;
  text-align: center;
  padding: 0px;
  margin: 0;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
.property-search-form-default .control-department label:nth-of-type(1) {
  border-top-left-radius: 10px;
}
.property-search-form-default .control-department label:nth-of-type(2) {
  background-color: #35093e;
  border-bottom-left-radius: 10px;
}
.property-search-form .main-sec {
  padding: 25px 20px 0;
}
.property-search-form .main-sec .control {
  display: inline-block;
  padding: 0 5px;
}
.property-search-form .main-sec .control.control-address_keyword {
  width: 58%;
}
.property-search-form .main-sec .control.control-bedrooms {
  width: 20%;
}
.property-search-form .main-sec .control.control-property_type {
  width: 20%;
}
.property-search-form .pric {
  margin-left: 10px;
}
.property-search-form .pric .control {
  width: 50%;
}
.property-search-form .pric .search-form-slider {
  background: #d1e0e0;
  height: 5px;
  border: 0px;
  border-radius: 5px;
}
.property-search-form .pric .ui-slider-horizontal .ui-slider-handle {
  top: -10px;
  border-radius: 50%;
  background: #FFCF1B !important;
}
.property-search-form .pric label {
  font-size: 18px;
  padding-bottom: 20px;
  display: block;
  padding-top: 10px;
}
.property-search-form .pric label span {
  font-size: 16px;
  float: right;
}
.property-search-form .pric .ui-slider .ui-slider-range {
  background: #FFCF1B !important;
}
.property-search-form .main-sec .control input, .property-search-form .main-sec .control select {
  width: 100%;
  padding: 0 10px;
  font-size: 18px;
  height: 48px;
  border-radius: 5px;
}
.property-search-form-default .control-department input, .property-search-form-custompopup .control-department input {
  display: none;
}
.et_pb_image_new {
  margin-top: -86px;
}
.property-search-form-default input[type="submit"] {
  position: absolute;
  cursor: pointer;
  right: 35px;
  bottom: 25px;
  background-color: #ffcf1b;
  border-radius: 5px;
  border: 0;
  outline: 0;
  color: white;
  font-size: 18px;
  padding: 5px 30px;
  height: 50px;
  color: #870237 !important;
  font-weight: 400;
}

.property-search-form-channel_islands {
  background-color: #049ea4;
  color: #ffffff;
  border-radius: 10px;
  position: relative;
  transition: all .5s
}
.property-search-form-channel_islands.rent-main {
  background-color: #4d0b58;
  transition: all .5s
}
.property-search-form-channel_islands .control-department {
  margin: 0;
  padding: 0;
}
.property-search-form-channel_islands .control-department label {
  background-color: #017c81;
  color: #ffffff;
  margin-left: 5px;
  display: block !important;
  font-size: 18px;
  cursor: pointer;
  min-width: 110px;
  line-height: 85px;
  text-align: center;
  padding: 0px;
  margin: 0;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
.property-search-form-channel_islands .control-department label:nth-of-type(1) {
  border-top-left-radius: 10px;
}
.property-search-form-channel_islands .control-department label:nth-of-type(2) {
  background-color: #35093e;
  border-bottom-left-radius: 10px;
}
.property-search-form-channel_islands .control-department input{
  display: none;
}

.property-search-form-channel_islands input[type="submit"] {
  position: absolute;
  cursor: pointer;
  right: 35px;
  bottom: 25px;
  background-color: #ffcf1b;
  border-radius: 5px;
  border: 0;
  outline: 0;
  color: white;
  font-size: 18px;
  padding: 5px 30px;
  height: 50px;
  color: #870237 !important;
  font-weight: 400;
}

.property-search-form-custompopup {
  color: #ffffff;
  position: relative;
  transition: all .5s
}
.property-search-form-custompopup .main-sec {
  transition: all .5s;
  background-color: #017c81;
  padding-bottom: 35px;
}
.property-search-form-custompopup.rent-main .main-sec {
  transition: all .5s;
  background-color: #35093e;
}
.property-search-form-custompopup.rent-main {
  transition: all .5s
}
.property-search-form-custompopup .control-department {
  margin: 0;
  display: flex;
  padding: 0;
}
.property-search-form-custompopup .control-department label {
  background-color: #017c81;
  color: #ffffff;
  width: calc(50% - 13px);
  display: block !important;
  font-size: 18px;
  cursor: pointer;
  min-width: 110px;
  line-height: normal;
  text-align: center;
  padding: 1.5em 30px;
  margin: 0;
  margin-left: 13px;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
.property-search-form-custompopup .control-department label:nth-of-type(1) {
  border-top-left-radius: 0px;
  margin-left: 0px;
  margin-right: 13px;
}
.property-search-form-custompopup .control-department label:nth-of-type(2) {
  background-color: #35093e;
  border-bottom-left-radius: 0px;
}
.property-search-form-custompopup input[type="submit"] {
  cursor: pointer;
  background-color: #870237;
  border-radius: 5px;
  border: 0;
  outline: 0;
  color: white;
  font-size: 18px;
  padding: 5px 10px;
  height: 55px;
  font-weight: 400;
  margin: 0px auto;
  text-align: center;
  display: block;
}
.property-search-form-custompopup select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAHCAYAAADXhRcnAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpEOEZCMjYxMEYwNUUxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpEOEZCMjYxMUYwNUUxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkQ4RkIyNjBFRjA1RTExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkQ4RkIyNjBGRjA1RTExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Vxkp9gAAAI9JREFUeNpidHFxucHAwKAOxE+AmJmBMPgLxDJAfJMFSKwD4kqoAClgA+P///8ZXF1dPaCGcBKh6QcQB+3evXs7WDMIAA2QB1I7gFgDj0aQFz2BGh+AOEwwUaDAQyBlCMR7cGjcC5KHaQQBuM3IAOiKTiBVhiTUDdRUhq4Oq2aoAelAahIQ5wM1zsCmBiDAADhYMJXVZ9u9AAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  background-position: 97.5% center;
}
.property-search-form-custompopup .main-sec .control.control-address_keyword {
  width: 100% !important;
  display: block;
  padding-bottom: 20px;
}
.property-search-form-custompopup .main-sec .control.control-property_type {
  width: 100% !important;
  padding-bottom: 20px;
}
.property-search-form-custompopup .main-sec .control.control-radius, .property-search-form-custompopup .main-sec .control.control-minimum_bedrooms {
  width: calc(50% - 3px) !important;
  padding-bottom: 20px;
}
.property-search-form-custompopup .pric label {
  text-align: center;
}
.property-search-form-custompopup.property-search-form .pric label span {
  float: none;
  display: block;
}
.property-search-form-custompopup.property-search-form .pric .control {
  width: 100%;
  padding-bottom: 20px;
}
.post-type-archive-property {
  background: #efefef;
}
.post-type-archive-property .similar-prop-slider .prop-slide {
  margin-bottom: 20px;
}
.post-type-archive-property.et-db #et-boc .et-l .et_pb_section_2_tb_header {
  margin-bottom: 0px;
}
.post-type-archive-property h1 {
  font-family: 'Manus', Helvetica, Arial, Lucida, sans-serif;
  font-size: 80px;
  color: #019ea5;
  line-height: 75px;
  text-align: center;
  padding: 40px;
}
.search-button-property {
  width: 260px;
  float: right;
  margin-left: 20px;
  background: #019ea5;
}
.search-button-property a {
  color: #fff;
  display: table;
  height: 42px;
  text-decoration: none;
}
.search-button-property .icon {
  width: 42px;
  height: 42px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 24px;
  font-size: 2.4rem;
  background: #ffcf1b;
}
.search-button-property .text {
  display: table-cell;
  vertical-align: middle;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  padding: 0 15px;
}
#inlinefilter {
  background: transparent;
  padding: 0;
}
.search-button-property #et_search_icon:before {
  display: block;
  color: #fff !important;
  position: static;
}
select.orderby {
  background-color: #019ea5;
  border-color: #019ea5;
  display: inline-block;
  line-height: 40px;
  padding: 0 12px;
  border-radius: 0;
  vertical-align: middle;
  box-shadow: none;
  border: 1px solid #eaedf2;
  font-family: "Montserrat", sans-serif;
  width: auto;
  font-size: inherit;
  text-transform: inherit;
  color: #fff !important;
  background-image: url(images/selectimg.png);
  min-width: 190px;
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-repeat: no-repeat;
  background-position: 97.5% center;
}
.main-result-top {
  padding: 20px 0;
}
.main-result-top .propertyhive-result-count {
  width: calc(100% - 508px);
  width: -moz-calc(100% - 508px);
  width: -webkit-calc(100% - 508px);
  display: inline-block;
  vertical-align: middle;
}
.main-result-top .propertyhive-ordering {
  width: 228px;
  display: inline-block;
  vertical-align: middle;
}
.propertyhive-pagination {
  padding: 20px 0 40px;
}
.propertyhive-pagination ul {
  text-align: center;
}
.propertyhive-pagination ul li {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.propertyhive-pagination ul li .page-numbers {
  color: #fff;
  background: #017c81;
  display: block;
  transition: all .5s;
}
.propertyhive-pagination ul li .page-numbers.current, .propertyhive-pagination ul li .page-numbers:hover {
  background: #35093e;
}
#get-in-touch.valuation .info {
  color: #000000;
  margin-bottom: 1em;
}
#get-in-touch.valuation .form-title {
  color: #ffcf1b;
  text-align: center;
  margin-bottom: 0.3em;
  font-family: 'Manus', Helvetica, Arial, Lucida, sans-serif;
  text-rendering: optimizelegibility;
}
#get-in-touch label {
  position: absolute;
  left: -5000px;
  font-size: 12px;
  font-size: 1.2rem;
  text-transform: uppercase;
}
#get-in-touch.valuation label.show {
  text-transform: none;
  color: #000000;
  margin-bottom: 1em;
  display: block;
  position: static;
}
.alert-error {
  border-color: #e71d34;
  background: #E93449;
  color: #fff;
}
#register-form input[type="text"].error, #get-in-touch input[type="text"].error, #get-in-touch input[type="text"].is-invalid, #get-in-touch input[type="password"].error, #get-in-touch input[type="password"].is-invalid, #get-in-touch input[type="datetime"].error, #get-in-touch input[type="datetime"].is-invalid, #get-in-touch input[type="datetime-local"].error, #get-in-touch input[type="datetime-local"].is-invalid, #get-in-touch input[type="date"].error, #get-in-touch input[type="date"].is-invalid, #get-in-touch input[type="month"].error, #get-in-touch input[type="month"].is-invalid, #get-in-touch input[type="time"].error, #get-in-touch input[type="time"].is-invalid, #get-in-touch input[type="week"].error, #get-in-touch input[type="week"].is-invalid, #get-in-touch input[type="number"].error, #get-in-touch input[type="number"].is-invalid, #get-in-touch input[type="email"].error, #get-in-touch input[type="email"].is-invalid, #get-in-touch input[type="url"].error, #get-in-touch input[type="url"].is-invalid, #get-in-touch input[type="search"].error, #get-in-touch input[type="search"].is-invalid, #get-in-touch input[type="tel"].error, #get-in-touch input[type="tel"].is-invalid, #get-in-touch input[type="color"].error, #get-in-touch input[type="color"].is-invalid, #get-in-touch select.error, #get-in-touch select.is-invalid, #get-in-touch textarea.error, #get-in-touch textarea.is-invalid, .field.error, .field.is-invalid {
  color: #E93449;
  border-color: #E93449;
  background-color: #fff;
  background-position: 99% center;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDM0NDREQkYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NDM0NDREQ0YwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjQ3ODRGRkE2RjA0QTExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0MzQ0NERBRjA0QjExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+U8iT5wAAAedJREFUeNqk1U9I02Ecx/HtV3aIFAc1hcRDUoGXRAq0oNLA2CrsEFmHbikZu0iQYIFGYAiegkCpLipBxPpDEBMUzB0EhSG2LhG7hMR2GviPgUTvB57Bw8P3+U23B16HPX8+e/b8nt93wezZSMCnhXETF3AcB5BDCnH8Dq98ExcGHcFn8Ah3cdDni+fxnPDv9oAnTB7CKu6VCFXtChZy56LxUjt+jfuB8toSOth9wd7xWAWhqrUjYR/FRTwWJm+iIPT/w7bQf5ljiZnBg45dtKFX6H+LU8gIY8OEV6vgTkStwXWE8BPTGDHGPqNPz2mCfSOOYkA99TvCt1bhGPL68zMcwmncMuape10jrI+q4BbHi/FLn31S9z2x5tRhTc+1W506ipM+T3oRD4X+8+qtc4SqFvL0z/Fr14S+Szjis8bz9Lvvaq8cwS/wwGfdlqfPSWqTiFlX77o13u9Ym1PBs8JAytpRoy44X9Ft9E/gvbA+rYKn8NcaaMVc8UHgBw4b9/iqUQZ6hOAJFbyDcUflmsEX4a6+wTtHGfhAIUqa1U29Zc2BytouThD8x6xuN5CtMPi2CrXLZkZf/HyZoRFCP7n+QVR4PV7uI/AjGghN7OU/r1ilnqILtfpNC+o6vIFljBKYlhb/F2AAgaBsWR5wRiIAAAAASUVORK5CYII=);
  outline-color: #E93449;
}
#get-in-touch.valuation .row.half.first {
  width: 49%;
  margin-right: 1%;
  float: left;
}
#get-in-touch.valuation .row.half.last {
  width: 49%;
  margin-left: 1%;
  float: left;
}
#get-in-touch input[type="submit"] {
  text-transform: uppercase;
  width: inherit;
  font-size: 16px;
  background-color: #870237;
  border-width: 0px !important;
  color: white;
  padding: 10px 20px;
  border-radius: 3px;
  cursor: pointer;
}
#register-form input[type="text"] {
  width: 100% !important;
  min-height: 40px;
  border-radius: 5px;
}
#register-form label {
  color: white;
  font-size: 16px;
  font-weight: 500;
}
#register-form input[type="submit"] {
  width: inherit !important;
  font-size: 16px;
  background-color: #ffcf1a !important;
  color: #860337;
  border-width: 0px !important;
  padding: 10px 20px;
  border-radius: 3px;
  text-transform: uppercase;
}
#register-form .row {
  padding-bottom: 1em;
}
#get-in-touch input[type="text"], #get-in-touch input[type="password"], #get-in-touch input[type="datetime"], #get-in-touch input[type="datetime-local"], #get-in-touch input[type="date"], #get-in-touch input[type="month"], #get-in-touch input[type="time"], #get-in-touch input[type="week"], #get-in-touch input[type="number"], #get-in-touch input[type="email"], #get-in-touch input[type="url"], #get-in-touch input[type="search"], #get-in-touch input[type="tel"], #get-in-touch input[type="color"], #get-in-touch select, #get-in-touch textarea, .field {
  display: block;
  height: 60px;
  line-height: 60px;
  padding: 0 12px;
  margin-bottom: 14px;
  font-size: 1em;
  color: #000000;
  border-radius: 0;
  vertical-align: middle;
  box-shadow: none;
  border: 1px solid #eaedf2;
  width: 100%;
  font-family: "Montserrat", sans-serif;
  background-color: #eaedf2;
  -webkit-appearance: none;
  -webkit-transition: background-color 0.24s ease-in-out;
  transition: background-color 0.24s ease-in-out;
}
#get-in-touch textarea {
  max-width: 100%;
  min-height: 120px;
}
.alert-help, .alert-info, .alert-error, .alert-success {
  margin: 0 0 20px;
  padding: 1em 20px;
  border: 1px solid;
}
.call-section {
  margin-top: -105px;
}
@media only screen and (min-width:1024px) and (max-width:1249px) {
  .property-search-form .pric .control {
    width: 40%;
  }
  .property-search-form .main-sec .control.control-address_keyword {
    width: 48%;
  }
  .property-search-form .main-sec .control.control-bedrooms {
    width: 25%;
  }
  .property-search-form .main-sec .control.control-property_type {
    width: 25%;
  }
  .property-search-form .pric label {
    font-size: 15px;
  }
  .property-search-form .pric label span {
    font-size: 14px;
  }
  .property-search-form-default input[type="submit"], .property-search-form-custompopup input[type="submit"] {
    font-size: 16px;
  }
  .property-search-form .main-sec .control input, .property-search-form .main-sec .control select {
    font-size: 14px;
  }
  .top-section .flex-four-col, .property-details .flex-four-col {
    flex: 3;
  }
  .get-in-touch span {
    font-size: 20px;
  }
  .get-in-touch {
    font-size: 30px;
  }
  .common-lft {
    font-size: 20px;
  }
  .common-lft a {
    padding-left: 60px;
  }
  .common-lft a:before {
    left: 15px;
  }
  .tel-call {
    padding-left: 45px;
  }
  .tel-call:before {
    left: 0px;
  }
  .get-in-touch a {
    padding-left: 15px;
  }
  .top-section h1 {
    font-size: 37px;
  }
  .top-section h2 {
    font-size: 34px;
  }
  .conten-little {
    text-align: center;
    padding: 0px 30px;
  }
  #slider .flex-viewport, #slider ul li img {
    height: 500px !important;
  }
  .form-section-arranging input, .form-section-arranging textarea, .form-section-arranging select {
    font-size: 16px;
  }
}
@media only screen and (min-width:981px) and (max-width:1023px) {
  .top-section .flex-four-col, .property-details .flex-four-col {
    flex: 3;
  }
  .get-in-touch span {
    font-size: 20px;
  }
  .get-in-touch {
    font-size: 30px;
  }
  .common-lft {
    font-size: 20px;
  }
  .common-lft a {
    padding-left: 60px;
  }
  .common-lft a:before {
    left: 15px;
  }
  .tel-call {
    padding-left: 45px;
  }
  .tel-call:before {
    left: 0px;
  }
  .get-in-touch a {
    padding-left: 15px;
  }
  .top-section h1 {
    font-size: 37px;
  }
  .top-section h2 {
    font-size: 34px;
  }
  .conten-little {
    text-align: center;
    padding: 0px 24px;
  }
  .button-epc .btnsec {
    margin-right: 18px;
  }
  #slider .flex-viewport, #slider ul li img {
    height: 500px !important;
  }
  .form-section-arranging input, .form-section-arranging textarea, .form-section-arranging select {
    font-size: 16px;
  }
  .property-search-form .pric .control {
    width: 40%;
  }
  .property-search-form .main-sec .control.control-address_keyword {
    width: 48%;
  }
  .property-search-form .main-sec .control.control-bedrooms {
    width: 25%;
  }
  .property-search-form .main-sec .control.control-property_type {
    width: 25%;
  }
  .property-search-form .pric label {
    font-size: 15px;
  }
  .property-search-form .pric label span {
    font-size: 14px;
  }
  .property-search-form-default input[type="submit"], .property-search-form-custompopup input[type="submit"] {
    font-size: 16px;
  }
  .property-search-form .main-sec .control input, .property-search-form .main-sec .control select {
    font-size: 14px;
  }
}
@media (max-width: 980px) {
  .similar-prop-slider .prop-slide {
    width: calc(50% - 20px);
    width: -moz-calc(50% - 20px);
    width: -webkit-calc(50% - 20px);
    margin-bottom: 20px;
  }
  .top-section .flex_row, .property-details {
    display: block;
  }
  #slider .flex-viewport, #slider ul li img {
    height: 450px !important;
  }
  .call-section {
    margin-top: 20px;
    max-width: 400px;
  }
  .form-section-arranging {
    margin-top: 40px;
  }
  .love-little {
    padding: 40px 0;
  }
  .content-love-little {
    display: block;
    text-align: center;
  }
  .img-little {
    text-align: center;
    padding-bottom: 10px;
  }
  .conten-little {
    padding: 0 0 10px;
  }
  .btn-litle {
    margin-right: 0;
  }
  .get-in-touch span {
    font-size: 20px;
  }
  .get-in-touch {
    font-size: 30px;
  }
  .common-lft {
    font-size: 20px;
  }
  .common-lft a {
    padding-left: 60px;
  }
  .common-lft a:before {
    left: 15px;
  }
  .tel-call {
    padding-left: 45px;
  }
  .tel-call:before {
    left: 0px;
  }
  .get-in-touch a {
    padding-left: 15px;
  }
  .property-search-form .pric .control {
    width: 40%;
  }
  .property-search-form .main-sec .control.control-address_keyword {
    width: 48%;
  }
  .property-search-form .main-sec .control.control-bedrooms {
    width: 25%;
  }
  .property-search-form .main-sec .control.control-property_type {
    width: 25%;
  }
  .property-search-form .pric label {
    font-size: 12px;
  }
  .property-search-form .pric label span {
    font-size: 11px;
  }
  .property-search-form-default input[type="submit"], .property-search-form-custompopup input[type="submit"] {
    font-size: 13px;
    right: 20px;
  }
  .property-search-form .main-sec .control input, .property-search-form .main-sec .control select {
    font-size: 13px;
  }
  .property-search-form-default .control-department {
    display: flex;
  }
  .property-search-form-default .control-department label:nth-of-type(2) {
    border-radius: 0;
  }
  .property-search-form .main-sec {
    padding-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 767px) {
  .property-search-form .pric .control {
    width: 90%;
  }
  .property-search-form .main-sec .control.control-address_keyword {
    width: 100%;
    display: block;
    margin-bottom: 10px;
  }
  .property-search-form .main-sec .control.control-bedrooms {
    width: 48.5%;
    display: inline-block !important;
  }
  .property-search-form .main-sec .control.control-property_type {
    width: 50%;
    display: inline-block !important;
  }
  .property-search-form .pric label {
    font-size: 12px;
  }
  .property-search-form .pric label span {
    font-size: 11px;
  }
  .property-search-form-default input[type="submit"] {
    font-size: 13px;
    right: 20px;
    position: static;
    margin: 0 20px 20px;
  }
  .property-search-form .main-sec .control input, .property-search-form .main-sec .control select {
    font-size: 13px;
  }
  .property-search-form-default .control-department {
    display: flex;
  }
  .property-search-form-default .control-department label:nth-of-type(2) {
    border-radius: 0;
  }
  .property-search-form .main-sec {
    padding-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .top-section h1 {
    font-size: 36px;
  }
  .top-section h2 {
    font-size: 34px;
  }
  .form-section-arranging input, .form-section-arranging textarea, .form-section-arranging select {
    font-size: 15px;
    padding: 0 10px;
  }
  .button-epc .btnsec.epc-button {
    margin-bottom: 15px;
  }
  .content-love-little h2 {
    font-size: 28px;
  }
  .get-in-touch span {
    font-size: 20px;
  }
  .get-in-touch {
    font-size: 30px;
  }
  .common-lft {
    font-size: 20px;
  }
  .common-lft a {
    padding-left: 60px;
  }
  .common-lft a:before {
    left: 15px;
  }
  .tel-call {
    padding-left: 45px;
  }
  .tel-call:before {
    left: 0px;
  }
  .get-in-touch a {
    padding-left: 15px;
  }
  .similar-prop-slider {
    display: block;
    margin-left: 0px;
  }
  .similar-prop-slider .prop-slide {
    width: 100%;
    margin-left: 0px;
  }
  #slider .flex-viewport, #slider ul li img {
    height: 350px !important;
  }
}
@media (max-width: 480px) {
  .property-search-form .main-sec .control.control-bedrooms {
    width: 100%;
    margin-bottom: 10px;
    display: block !important;
  }
  .property-search-form .main-sec .control.control-property_type {
    width: 100%;
    display: block !important;
  }
  #slider .flex-viewport, #slider ul li img {
    height: 250px !important;
  }
  .bed-bath-count ul li {
    padding-right: 24px;
  }
}
@media (max-width: 360px) {
  .top-section h1 {
    font-size: 30px;
  }
  .top-section h2 {
    font-size: 27px;
  }
  .bed-bath-count ul li {
    padding-right: 20px;
  }
  .get-in-touch {
    font-size: 25px;
  }
  .get-in-touch span {
    font-size: 18px;
  }
  .common-lft {
    font-size: 18px;
  }
  .button-epc .btnsec {
    font-size: 14px;
  }
  .bed-bath-count ul {
    font-size: 20px;
  }
  .bed-bath-count ul li img {
    width: 40px;
  }
}
body {
  font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif !important;
}