.native__color--background,
.banner-title,
.native__button:hover,
.native-login__wrap,
.es-agent-register__wrap .es-field .es-field__content input[type=submit]:hover,
.navigate-line__wrapper > .mobile-menu__button,
.mobile-contact__button,
.color-bottom-sidebar,
.native__button--solid,
.color-bottom-sidebar .widget_es_native_page_teaser_widget a,
.es-login__wrap,
.not-found__background .theme-btn:hover,
.es-single-tabs-wrap ul.es-single-tabs li a:hover {
  background-color: #1d1d1d;
}

.es-request-widget-wrap input[type=submit]:hover,
.content-top-sidebar .es-dropdown-wrap ul li:hover {
  background: #1d1d1d !important;
}

.es-button.es-button-orange.es-hover-show.es-read,
.es-search__wrapper:before,
.content-top-sidebar .es-search__wrapper.es-search__wrapper--horizontal .es-search__buttons .es-button__wrap .es-button.es-button-orange-corner,
.content-top-sidebar .es-search__wrapper.es-search__wrapper--horizontal .es-search__buttons .es-button__wrap .es-button.es-button-orange-corner:hover {
  background: #1d1d1d !important;
}

.native__dark--background,
.footer__copyright,
.native-nav-links ul li .page-numbers:hover,
.widget_categories h2,
.widget_search {
  background-color: #353535;
}

.main-menu__menu li ul {
  background-color: #353535;
}

@media (max-width: 640px) {
  .header__contact-information {
    background-color: #353535;
  }
}
.main-menu__menu a:before,
.widget_categories .cat-item a:before {
  background: #484848;
}

.main-menu__menu li a,
.header__phone div,
.footer__copyright,
.color-bottom-sidebar .widget-title,
.color-bottom-sidebar h1 {
  color: #9e9e9e;
}

.menu-item-has-children > a:first-child:after {
  border-top-color: #9e9e9e !important;
}

.main-menu ul li:before {
  background: #353535;
}

.article-block__tags a {
  color: #353535;
}

.native__button,
.content-block__title:hover > span,
.sidr-class-mobile-menu__button:before,
.popular-properties__container ul li a,
.page-numbers,
.widget_recent_entries ul li a,
.widget_recent_entries,
.widget_recent_entries ul,
.post-search-form__button,
.native__button--login,
.es-agent__logout.es-btn.es-btn-orange-bordered,
.not-found__background .theme-btn {
  color: #1d1d1d;
}

.es-request-widget-wrap input[type=submit],
.es-agent__logout.es-btn.es-btn-orange-bordered,
.es-login__wrap .es-submit__wrap .es-btn.es-btn-orange {
  color: #1d1d1d !important;
}

.es-search__wrapper.es-search__wrapper--vertical .es-search__buttons .es-button__wrap .es-button.es-button-orange-corner,
.es-search__wrapper.es-search__wrapper--horizontal .es-search__buttons .es-button__wrap .es-button.es-button-orange-corner {
  color: #1d1d1d !important;
}

.es-search__wrapper.es-search__wrapper--vertical .es-search__buttons .es-button__wrap .es-button.es-button-orange-corner:hover,
.es-search__wrapper.es-search__wrapper--horizontal .es-search__buttons .es-button__wrap .es-button.es-button-orange-corner:hover,
.theme-btn.js-btn-submit:hover {
  color: #1d1d1d !important;
}

.native__button,
.content-block__grid li:hover,
.footer__socials a:hover,
.page-numbers {
  border-color: #1d1d1d;
}

.es-request-widget-wrap input[type=submit] {
  border: 1px solid #1d1d1d !important;
}

.es-single-tabs-wrap ul.es-single-tabs li a {
  border-top: 1px solid #1d1d1d;
  border-left: 1px solid #1d1d1d;
  border-right: 1px solid #1d1d1d;
}

.native-nav-links ul li .page-numbers:hover,
.color-bottom-sidebar__container > section {
  border-color: #353535;
}

.sidr ul li:hover > a,
.sidr ul li:hover > span, .sidr ul li.active > a,
.sidr ul li.active > span, .sidr ul li.sidr-class-active > a,
.sidr ul li.sidr-class-active > span {
  background: #353535;
  -webkit-box-shadow: 0 0 15px 3px #1d1d1d inset;
  box-shadow: 0 0 15px 3px #1d1d1d inset;
  color: #FFFFFF;
}

.sidr ul li ul li:hover > a,
.sidr ul li ul li:hover > span, .sidr ul li ul li.active > a,
.sidr ul li ul li.active > span, .sidr ul li ul li.sidr-class-active > a,
.sidr ul li ul li.sidr-class-active > span {
  -webkit-box-shadow: 0 0 15px 3px #1d1d1d inset;
  box-shadow: 0 0 15px 3px #1d1d1d inset;
}

.sidr-class-menu-item-has-children {
  position: relative;
}
.sidr-class-menu-item-has-children .fa {
  position: absolute;
  line-height: 40px;
  width: 40px;
  text-align: center;
  right: 0;
  top: 0;
}

.es-slideshow {
  background: transparent !important;
}

.success p {
  color: #fff;
}

* {
  min-height: 0;
  min-width: 0;
}

body {
  height: initial;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
}

.mobile-menu__button,
.mobile-contact__button,
.mobile-menu {
  display: none;
}

.navigate-line {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header__info-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__logo {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 50px;
  line-height: 50px;
  padding: 0 10px;
  overflow: hidden;
}
.header__logo .header__logo-image {
  width: auto;
  height: 100%;
}

.header__phone {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 10px;
}

.header__phone div {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
}

.header__phone div:before {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url('data:image/svg+xml;utf8,<?xml version="1.0" encoding="utf-8"?><svg width="8pt" height="20pt" viewBox="0 0 8 20" version="1.1" xmlns="http://www.w3.org/2000/svg"><path fill="#ffffff" opacity="1.00" d=" M 2.34 1.11 C 4.00 0.98 5.66 0.86 7.33 0.74 C 6.93 2.33 6.53 3.93 6.12 5.52 C 5.48 5.49 4.19 5.43 3.54 5.40 C 2.25 8.33 1.84 11.67 3.33 14.62 C 4.00 14.67 5.33 14.77 6.00 14.82 C 6.36 16.40 6.71 17.98 7.04 19.57 C 5.16 19.03 2.27 19.70 1.43 17.40 C 0.54 15.78 0.28 13.92 0.00 12.12 L 0.00 9.01 C 0.15 6.23 1.01 3.55 2.34 1.11 Z"/></svg>');
  margin-right: 8px;
  height: 20px;
  width: 8px;
}

.navigate-line__wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.navigate-line__wrapper .main-menu {
  margin-right: 20px;
}

/*main menu*/
.main-menu__menu {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.main-menu__menu li a,
.navigate-line__login li a {
  white-space: nowrap;
  display: block;
  line-height: 50px;
  height: 50px;
  padding: 0 18px;
}

.main-menu__menu li a {
  text-decoration: none;
  /*color: #9e9e9e;*/
}

.main-menu__menu > li > a {
  text-transform: uppercase;
  position: relative;
}

.navigate-line__login > li div,
.navigate-line__login > li p,
.navigate-line__login > li a {
  display: inline-block;
  padding: 0 10px;
  color: #ffffff;
  text-decoration: none;
  -webkit-transition-property: color;
  -moz-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.navigate-line__login > li:first-child > div,
.navigate-line__login > li:first-child > p,
.navigate-line__login > li:first-child > a {
  padding-right: 0;
}

.navigate-line__login > li:first-child > div:after,
.navigate-line__login > li > a:after {
  content: "|";
  display: inline-block;
  padding-left: 10px;
  color: #9e9e9e;
}

.navigate-line__login > li:last-of-type > a:after {
  content: "";
  display: none;
  padding-left: 10px;
  color: #9e9e9e;
}

.navigate-line__login li a:hover {
  -webkit-transition-property: color;
  -moz-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s;
  color: #9e9e9e;
}

.user-logged-in i {
  color: #ffffff;
  height: 50px;
  line-height: 50px;
}

.es-submit-property-wrap .menu-account_menu-container {
  padding: 0;
}

.main-menu__menu a,
.main-menu ul li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  -moz-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  -moz-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s;
  z-index: 1;
}

.main-menu__menu a:before,
.main-menu ul li:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -moz-transition-property: transform, -moz-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform, -moz-transform;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.main-menu__menu li:hover > a {
  color: #ffffff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* height: 60px;*/
}

.main-menu__menu > li:hover {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /*height: 60px;*/
  /* border-bottom: 2px solid #56c000;*/
}

.main-menu__menu a:hover:before,
.main-menu__first-line-items:hover:before,
.main-menu ul li:hover:before {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.main-menu__menu > li:hover > ul li a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: none;
  /*  border-bottom: 1px solid $main-menu-hover;*/
}

.main-menu__menu li {
  position: relative;
}

.main-menu__menu .main-menu__first-line-items {
  position: relative;
  /*  border-right: 1px solid #ffffff;*/
}

.main-menu__menu .main-menu__first-line-items:last-child {
  border-right: none;
}

.main-menu__menu li ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  /*background-color: $main-menu-backgrround;*/
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 50px;
  /*min-width: 244px;*/
  /*width: 100%;*/
  height: auto;
}

.main-menu__menu li ul li {
  position: relative;
  left: 0;
  height: auto;
  width: 100%;
}

.main-menu__menu li:hover > ul {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

.main-menu__menu li ul li ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  left: 100%;
  top: 0;
}

.navigate-line__login {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.navigate-line__login li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu-item-has-children > a:first-child:after {
  content: "";
  border: 4px solid transparent;
  border-style: solid;
  border-top-width: 4px;
  font-size: 16px;
  position: absolute;
  right: 3px;
  top: 23px;
}

/*end of main menu*/
.sticky-header {
  position: fixed;
  z-index: 3;
  width: 100%;
  top: 0;
}

.admin-bar .sticky-header {
  top: 32px;
}
@media screen and (max-width: 782px) {
  .admin-bar .sticky-header {
    top: 46px;
  }
}

@font-face {
  font-family: "Open Sans";
  src: url(../fonts/opensans/OpenSans-Regular.ttf);
}
@font-face {
  font-family: "Open Sans Semibold";
  src: url(../fonts/opensans/OpenSans-Semibold.ttf);
}
@font-face {
  font-family: "fontawesome";
  src: url(../fonts/font-awesome/fonts/fontawesome-webfont.ttf);
}
@font-face {
  font-family: "glyphicon";
  src: url(../fonts/bootstrap-icons/glyphicons-halflings-regular.ttf);
}
div, span, h1, h2, h3, h4, h5, h6, p, a, ul, li,
form, label, table, caption, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, section, time, mark {
  font-family: "Open Sans", "Arial", sans-serif;
  font-size: 14px;
  color: #1d1d1d;
}

p, div, a {
  line-height: 23px;
}

h1 {
  font-size: 36px;
  line-height: 65px;
  text-transform: uppercase;
  font-weight: 200;
}

h2 {
  font-size: 30px;
  line-height: 55px;
  color: #9e9e9e;
  text-transform: uppercase;
  font-weight: 200;
}

h3 {
  font-size: 32px;
  line-height: 55px;
  font-weight: 200;
}

h4 {
  font-size: 24px;
  line-height: 55px;
  text-transform: uppercase;
}

h5 {
  font-size: 16px;
  line-height: 55px;
  font-weight: 600;
  text-transform: uppercase;
}

h6 {
  font-size: 18px;
  line-height: 55px;
  font-weight: 200;
  color: #9e9e9e;
  text-transform: uppercase;
}

h7 {
  font-size: 18px;
  line-height: normal;
  font-weight: 200;
}

h8 {
  font-size: 16px;
  font-weight: bold;
  line-height: 30px;
}

/*theme color border, text*/
.native__button,
.es-agent-register__wrap .es-field .es-field__content input[type=submit],
.es-request-widget-wrap input[type=submit],
.not-found__background .theme-btn {
  text-decoration: none;
  outline: none;
  -webkit-appearance: none;
  border: 1px solid;
  display: inline-block;
  height: 36px;
  width: 150px;
  background-color: #ffffff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  font-size: 15px;
  font-weight: 400;
  line-height: 36px;
  text-align: center;
  border-radius: 3px;
}

.color-bottom-sidebar .widget_es_native_page_teaser_widget a {
  text-decoration: none !important;
  outline: none;
  -webkit-appearance: none;
  display: block;
  height: 36px;
  width: 150px;
  border: 1px solid #9e9e9e;
  color: #9e9e9e;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  font-size: 15px;
  font-weight: 400;
  line-height: 36px !important;
  text-align: center;
  border-radius: 3px;
  margin: 10px auto 0;
}

.widget_es_native_page_teaser_widget a:hover {
  border: 1px solid #ffffff;
  color: #ffffff;
}

.native__button:hover,
.not-found__background .theme-btn:hover {
  color: #FFFFFF;
}

.not-found__background .theme-btn {
  width: unset;
  padding: 0 10px;
}

.native__button--login,
.es-agent__logout.es-btn.es-btn-orange-bordered,
.es-login__wrap .es-submit__wrap .es-btn.es-btn-orange {
  text-decoration: none;
  text-transform: uppercase;
  outline: none;
  -webkit-appearance: none;
  border: 1px solid #e2e2e2;
  display: inline-block;
  height: 36px;
  width: 100px;
  background-color: #e2e2e2 !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
  line-height: 34px;
  text-align: center;
  border-radius: 3px;
}

.native__button--login:hover,
.es-agent__logout.es-btn.es-btn-orange-bordered:hover,
.es-login__wrap .es-submit__wrap .es-btn.es-btn-orange:hover {
  background-color: #ffffff !important;
}

.es-login__wrap .es-submit__wrap .es-btn.es-btn-orange {
  width: unset;
  padding: 0 10px !important;
}

.es-login__wrap .es-submit__wrap .es-btn.es-btn-orange:hover {
  border: 0 !important;
}

.es-agent__logout.es-btn.es-btn-orange-bordered {
  padding: 0 !important;
}

/*theme color text*/
.post-search-form__button {
  text-decoration: none;
  text-transform: uppercase;
  outline: none;
  -webkit-appearance: none;
  border: 0;
  /* border: 1px solid #ffffff;*/
  display: inline-block;
  height: 36px;
  width: 100px;
  background-color: #f0f0f0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  line-height: 36px;
  text-align: center;
  border-radius: 3px;
}

.post-search-form__button:hover {
  background-color: #ffffff;
  border: 0;
  /* border: 1px solid #f0f0f0;*/
}

/*solid button*/
.native__button--solid,
.es-button.es-button-orange.es-hover-show.es-read {
  text-decoration: none;
  text-transform: uppercase;
  outline: none;
  -webkit-appearance: none;
  border: none;
  display: inline-block;
  height: 36px;
  width: 100px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  font-size: 14px;
  color: #FFFFFF;
  font-weight: 600;
  line-height: 34px;
  text-align: center;
  border-radius: 3px;
}

.es-button.es-button-orange.es-hover-show.es-read {
  text-transform: none;
}

.native__button--solid:hover {
  color: #f0f0f0;
}

.es-button.es-button-orange.es-hover-show.es-read {
  padding: 0;
  line-height: 36px;
}

.es-button.es-button-orange.es-hover-show.es-read:hover {
  color: #f0f0f0 !important;
}

.es-button__wrap .js-es-save-search {
  color: #ffffff !important;
}

/*end of solid button*/
/*search buttons*/
/*left*/
.es-search__wrapper.es-search__wrapper--vertical .es-search__buttons .es-button__wrap .es-button.es-button-gray,
.es-search__wrapper.es-search__wrapper--horizontal .es-search__buttons .es-button__wrap .es-button.es-button-gray {
  text-decoration: none;
  padding: 0;
  text-transform: uppercase;
  outline: none;
  -webkit-appearance: none;
  border: none;
  display: inline-block;
  height: 36px;
  width: 100px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  font-size: 15px;
  font-weight: 100;
  background: #9e9e9e;
  color: #000000;
  line-height: 34px;
  text-align: center;
  border-radius: 3px;
}

.es-search__wrapper.es-search__wrapper--vertical .es-search__buttons .es-button__wrap .es-button.es-button-gray:hover,
.es-search__wrapper.es-search__wrapper--horizontal .es-search__buttons .es-button__wrap .es-button.es-button-gray:hover,
.es-search__wrapper.es-search__wrapper--vertical .es-search__buttons .es-button__wrap .es-button.es-button-orange-corner:hover,
.es-search__wrapper.es-search__wrapper--horizontal .es-search__buttons .es-button__wrap .es-button.es-button-orange-corner:hover {
  background: #ffffff !important;
}

/*right*/
.es-search__wrapper.es-search__wrapper--vertical .es-search__buttons .es-button__wrap .es-button.es-button-orange-corner,
.es-search__wrapper.es-search__wrapper--horizontal .es-search__buttons .es-button__wrap .es-button.es-button-orange-corner,
.theme-btn.js-btn-submit {
  text-decoration: none;
  padding: 0;
  text-transform: uppercase;
  outline: none;
  -webkit-appearance: none;
  border: none !important;
  display: inline-block;
  height: 36px;
  width: 100px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
  background: #e2e2e2 !important;
  line-height: 34px;
  text-align: center;
  border-radius: 3px;
}

/*end of search buttons*/
main {
  min-height: -webkit-calc(100vh - 159px);
  min-height: -moz-calc(100vh - 159px);
  min-height: calc(100vh - 159px);
  opacity: 0.99;
}

.sticky-header-main {
  margin-top: 50px;
}
@media screen and (max-width: 600px) {
  .sticky-header-main {
    margin-top: 0;
  }
}

.main-block {
  max-width: 1200px;
  margin: 20px auto;
}

.main-block__wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.article-block__container,
.article-block__copy,
.content-block__container {
  -webkit-box-flex: 4;
  -moz-box-flex: 4;
  -ms-flex-positive: 4;
  flex-grow: 4;
  margin: 10px;
  -ms-flex-preferred-size: 450px;
  flex-basis: 450px;
}

.article-block__container ul {
  display: block;
  list-style-type: disc;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 40px;
}

.article-block__container li {
  display: list-item;
  text-align: -webkit-match-parent;
}

.article-block__container ol {
  display: block;
  list-style-type: decimal;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 40px;
}

.sidebar {
  margin: 10px;
  -ms-flex-preferred-size: 320px;
  flex-basis: 320px;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.page h1 {
  line-height: 36px;
  margin-bottom: 30px;
}

.widget {
  /* margin: 10px 0 20px; */
}

.widget h2 {
  line-height: 30px;
  margin-bottom: 10px;
}

/*banner*/
.widget_es_native_banners_widget > a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  opacity: 0.99;
}

.widget_es_native_banners_widget {
  max-width: 100%;
  position: relative;
}

.widget_es_native_banners_widget img {
  max-width: 100%;
  height: auto;
  border-radius: 3px;
}

.banner__info-wrap {
  position: absolute;
  top: 50%;
  left: 0;
  max-width: 100%;
  z-index: 1;
}

.banner__info-wrap > div span {
  font-weight: 200;
  font-size: 30px;
  line-height: 44px;
  height: 44px;
  text-transform: uppercase;
  display: inline-block;
  padding: 0 20px;
}

.banner-title span {
  color: #FFFFFF;
}

.banner-subtitle span {
  color: #1d1d1d;
  background-color: #f0f0f0;
}

/*end of banner*/
/*breadcrumbs*/
.breadcrumbs {
  max-width: 1200px;
  margin: 20px auto;
}

.breadcrumbs span {
  margin: 0 10px;
}

.breadcrumbs span a {
  text-decoration: none;
}

.breadcrumbs .current {
  color: #9e9e9e;
}

/*end of breadcrumbs*/
/*full search*/
.widget_es_search_widget.es-widget {
  opacity: 0.99;
}

.es-search__wrapper {
  position: relative;
  z-index: 1;
  background: none;
}

.search--full-container .es-search__wrapper:before {
  opacity: 0.9;
}

.es-search__wrapper:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  border-radius: 3px;
}

.content-top-sidebar .es-search__wrapper--horizontal:before {
  display: none;
}

.es-search__wrapper.es-search__wrapper--horizontal {
  border-radius: 3px;
}

.search--full-wrapper {
  max-width: 650px;
  margin: 0 auto;
}

.search--full-wrapper .search--full-container {
  padding: 20% 0;
  margin: 0 10px;
}

.es-search__wrapper.es-search__wrapper--horizontal form .es-search__field,
.search--compact .es-search__wrapper.es-search__wrapper--horizontal form .es-search__field,
.search--compact .es-search__wrapper.es-search__wrapper--horizontal form .es-search__buttons,
.search--wide .es-search__wrapper.es-search__wrapper--horizontal form .es-search__field,
.search--wide .es-search__wrapper.es-search__wrapper--horizontal form .es-search__buttons,
.search--full .es-search__wrapper.es-search__wrapper--horizontal form .es-search__field,
.search--full .es-search__wrapper.es-search__wrapper--horizontal form .es-search__buttons {
  width: unset;
}

.es-search__wrapper.es-search__wrapper--horizontal .es-search__field {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: 196px;
  flex-basis: 196px;
}

.search--full .es-search__wrapper.es-search__wrapper--horizontal form .es-search__buttons {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 208px;
  flex-basis: 208px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.es-search__wrapper.es-search__wrapper--horizontal form .es-search__field.es-search__field--address {
  -webkit-box-flex: 2;
  -moz-box-flex: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  height: auto;
}

.es-search__wrapper.es-search__wrapper--horizontal form .es-search__field.es-search__field--address .es-field__wrap {
  padding: 0;
}

.es-search__wrapper.es-search__wrapper--horizontal form .es-search__field.es-search__field--address input {
  height: 34px;
}

.es-dropdown-wrap .es-list-dropdown, .es-dropdown-wrap .es-dropdown-list {
  width: 100%;
  left: 0;
}

.es-dropdown-wrap ul {
  width: auto;
}

.search--full-container .es-dropdown-wrap ul li:hover {
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #f0f0f0;
}

.search--full-container .es-dropdown-wrap ul li:hover a {
  color: #9e9e9e !important;
}

.search--full-container .es-dropdown-wrap ul li {
  background: #ffffff;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}

.search--full-container .es-search__wrapper .es-dropdown-wrap ul {
  border: 0;
}

.es-search__wrapper .es-dropdown-wrap ul li a {
  padding-left: 3px !important;
}

.es-search__wrapper .es-dropdown-wrap .es-label {
  color: #666;
}

.es-search__wrapper .es-dropdown-wrap {
  height: 28px;
  border-radius: 3px;
}

/*end of full search*/
/*content-top-sidebar search*/
.content-top-sidebar .es-search__wrapper.es-search__wrapper--horizontal form .es-search__field,
.content-top-sidebar .es-search__wrapper.es-search__wrapper--horizontal form .es-search__buttons {
  width: unset;
}

.content-top-sidebar .es-search__wrapper.es-search__wrapper--horizontal form .es-search__buttons,
.content-top-sidebar .es-search__wrapper.es-search__wrapper--horizontal form .es-search__field.es-search__field--address {
  margin-top: 10px;
}

.content-top-sidebar .es-search__wrapper .es-search__field .es-field__label label {
  color: #1d1d1d;
}

.content-top-sidebar .es-search__wrapper.es-search__wrapper--horizontal {
  padding: 0;
}

.content-top-sidebar .es-search__wrapper.es-search__wrapper--horizontal {
  background: none !important;
}

.content-top-sidebar .es-search__wrapper .es-search__field .es-field__wrap .es-field__range input,
.content-top-sidebar .es-search__wrapper .es-search__field .es-field__wrap.es-field__wrap--units .es-field__range .es-dropdown-wrap,
.content-top-sidebar .es-search__wrapper .es-search__field.es-search__field--address input,
.content-top-sidebar .es-search__wrapper .es-dropdown-wrap {
  border: 1px solid #e2e2e2;
  border-radius: 3px;
}

.content-top-sidebar .es-search__wrapper.es-search__wrapper--horizontal .es-search__buttons .es-button__wrap .es-button.es-button-orange-corner {
  color: #ffffff !important;
}

.content-top-sidebar .es-search__wrapper.es-search__wrapper--horizontal .es-search__buttons .es-button__wrap .es-button.es-button-orange-corner:hover {
  color: #9e9e9e !important;
}

.content-top-sidebar .es-search__wrapper.es-search__wrapper--horizontal .es-search__buttons .es-button__wrap .es-button.es-button-gray:hover {
  background: #9e9e9e !important;
  color: #FFFFFF !important;
}

.content-top-sidebar .es-search__wrapper .es-dropdown-wrap ul,
.content-top-sidebar .es-search__wrapper .es-dropdown-wrap ul li {
  list-style: none;
}

.content-top-sidebar .es-dropdown-wrap .es-list-dropdown, .es-dropdown-wrap .es-dropdown-list {
  left: -1px;
  width: -webkit-calc(100% + 2px);
  width: -moz-calc(100% + 2px);
  width: calc(100% + 2px);
}

.content-top-sidebar .es-search__wrapper .es-dropdown-wrap ul {
  border: 1px solid #000000;
  border-top: 0;
}

.content-top-sidebar .es-search__wrapper .es-dropdown-wrap.show {
  border: 1px solid #000000;
  border-bottom: 0;
}

.content-top-sidebar .es-search__wrapper .es-dropdown-wrap.show a {
  color: #9e9e9e;
}

/*end of content-top-sidebar search*/
/*home page*/
.home .article-block__copy > h2 {
  text-align: center;
  color: #1d1d1d;
  font-size: 36px;
}

.es-wrap .listing__sort-list li a {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  color: #9e9e9e;
  height: 34px;
  line-height: 34px;
}

.es-wrap .listing__sort-list .active a {
  padding: 0 20px;
  border: 1px solid #9e9e9e;
  border-radius: 3px;
}

.es-wrap .listing__sort-list li {
  list-style: none;
  margin: 15px;
}

.es-wrap .listing__sort-list {
  list-style: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 20px auto;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/*end of home page*/
/*submit listing*/
.es-manage-filter__wrap .es-filter__row .es-filter__fields {
  margin-right: 0;
}

.es-profile__tabs-wrapper > ul > li {
  list-style: none !important;
}

.es-saved-search__item {
  min-width: 210px;
}

.es-fields-inset__wrap .es-filter-address-input {
  padding-left: 5px;
}

/*end of submit listing*/
.article-block__container > img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

.article-block__copy ul li {
  list-style: square;
}

.article-block__copy ul, .article-block__copy ol {
  margin: 1em 20px;
}

.article-block__copy ol li {
  display: list-item;
  margin-left: 30px;
}

.article-block__copy ol {
  list-style-type: none;
  counter-reset: item;
  list-style-position: outside;
}

.article-block__copy ol li:before {
  content: counter(item) " ";
  display: inline-block;
  height: 24px;
  width: 24px;
  background-color: #9e9e9e;
  counter-increment: item;
  line-height: 24px;
  text-align: center;
  color: #FFFFFF;
  font-weight: 800;
  margin: 2px;
}

.article-block__copy blockquote p {
  color: #9e9e9e;
}

.article-block__copy blockquote {
  border-left: 1px solid #9e9e9e;
  margin: 20px 0 20px 50px;
  padding-left: 10px;
  font-style: italic;
  color: #9e9e9e;
}

.article-block__copy strong {
  font-weight: 600;
}

.article-block__copy p {
  font-size: 1.1em;
  line-height: 1.7;
}

.article-block__tags {
  margin: 20px 0;
}

.article-block__tags a {
  text-decoration: none;
  opacity: 0.7;
}

.article-block__tags a:hover {
  opacity: 1;
}

.article-block__title {
  padding: 10px;
}

.article-block__title > img {
  /*margin: 20px 0;*/
  max-width: 100%;
  width: 100%;
  height: auto;
}

.article-block__wrapper {
  border: 1px solid #e2e2e2;
  border-radius: 5px;
  padding: 10px 20px;
}

.article-block__footer {
  margin: 15px 0;
  padding-top: 15px;
  border-top: 1px solid #e2e2e2;
}
.article-block__footer p {
  margin: 5px 0;
}

.glyphicon-bookmark::before {
  font-family: "glyphicon";
  content: "\e044";
  font-size: 15px;
}

.glyphicon-comment::before {
  font-family: "glyphicon";
  content: "\e111";
  font-size: 15px;
}

.article-block__footer i,
.article-block__reply i {
  margin-right: 10px;
}

.article-block__posted i,
.article-block__reply i,
.article-block__posted span,
.article-block__date {
  color: #9e9e9e;
}

.article-block__posted i,
.article-block__posted a,
.article-block__reply span {
  text-transform: uppercase;
  text-decoration: none;
}

.article-block__date i {
  font-size: 18px;
}

/*comments*/
.comment-author img {
  height: auto;
  width: auto;
}

#comments {
  clear: both;
  padding: 2em 10px 0.5em;
}
#comments > .comment-list {
  padding: 0;
}

.comments-title {
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 1.5em;
}

.comment-list,
.comment-list .children {
  margin: 0;
  padding: 0;
}
.comment-list li,
.comment-list .children li {
  list-style: none;
}

.comment-list li:before {
  display: none;
}

.comment-body {
  margin-left: 65px;
}

.comment-author {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 0.4em;
  position: relative;
  z-index: 2;
}

.comment-author .avatar {
  height: 50px;
  left: -65px;
  position: absolute;
  width: 50px;
}

.comment-author .says {
  display: none;
}

.comment-meta {
  margin-bottom: 1.5em;
}

.comment-metadata {
  color: #767676;
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 800;
  letter-spacing: 0.1818em;
  text-transform: uppercase;
}

.comment-metadata a {
  color: #767676;
}

.comment-metadata a.comment-edit-link {
  color: #222;
  margin-left: 1em;
}

.comment-body {
  color: #333;
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 4em;
}

.comment-reply-link {
  font-weight: 800;
  position: relative;
}

.comment-reply-link .icon {
  color: #222;
  left: -2em;
  height: 1em;
  position: absolute;
  top: 0;
  width: 1em;
}

.children .comment-author .avatar {
  height: 30px;
  left: -45px;
  width: 30px;
}

.bypostauthor > .comment-body > .comment-meta > .comment-author .avatar {
  border: 1px solid #333;
  padding: 2px;
}

.no-comments,
.comment-awaiting-moderation {
  color: #767676;
  font-size: 14px;
  font-size: 0.875rem;
  font-style: italic;
}

.comments-pagination {
  margin: 2em 0 3em;
}

.form-submit {
  text-align: right;
}

fieldset {
  margin-bottom: 1em;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  background: #fff;
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
  border: 1px solid #bbb;
  border-radius: 3px;
  display: block;
  height: 33px;
  font-size: 16px;
  width: 100%;
  box-sizing: border-box;
}

textarea {
  height: initial;
}

.comment-form input[type=text],
.comment-form input[type=email],
.comment-form input[type=url],
.comment-form input[type=password],
.comment-form input[type=search],
.comment-form input[type=number],
.comment-form input[type=tel],
.comment-form input[type=range],
.comment-form input[type=date],
.comment-form input[type=month],
.comment-form input[type=week],
.comment-form input[type=time],
.comment-form input[type=datetime],
.comment-form input[type=datetime-local],
.comment-form input[type=color],
.comment-form textarea {
  margin-top: 5px;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #222;
  border-color: #333;
}

.comment-form p {
  padding-bottom: 10px;
}

.comment-form input[type=submit] {
  border: none;
  border-bottom: 2px solid #0d0d0d;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  background: #202020;
  outline: none;
  height: 40px;
  width: 143px;
  color: #ffffff;
  font-size: 16px;
  padding: 0;
}

.comment-form input[type=submit]:hover {
  background: #0d0d0d;
}

/*end of comments*/
.es-agent__list .es-agent__item {
  border-radius: 5px;
}

.es-agent__item .es-agent__item--inner .es-agent__content .es-agent__field.es-field__name {
  text-transform: capitalize;
}

.es-agent__field {
  margin-top: 20px;
}

.es-agent__field__mail a {
  text-decoration: none;
}

.es-agent__item .es-agent__item--inner .es-agent__content .es-agent__field.es-field__name,
.es-agent__item .es-agent__item--inner .es-agent__content .es-agent__field.es-field__tel {
  padding: 0;
}

.es-agent__field__url {
  margin-top: 10px;
}

.es-agent__item .es-agent__item--inner .es-agent__image {
  line-height: 0;
  -ms-flex-preferred-size: calc(35% - 10px);
  flex-basis: -webkit-calc(35% - 10px);
  flex-basis: -moz-calc(35% - 10px);
  flex-basis: calc(35% - 10px);
}

.es-agent__item .es-agent__item--inner .es-agent__content {
  -ms-flex-preferred-size: calc(65% - 10px);
  flex-basis: -webkit-calc(65% - 10px);
  flex-basis: -moz-calc(65% - 10px);
  flex-basis: calc(65% - 10px);
}

.es-agent__content--right .es-agent__field,
.es-agent__content--left .es-field__name {
  margin-top: 0;
}

.es-agent__content--right,
.es-agent__content--left {
  margin-top: 5px;
}

.content-block__image img {
  max-width: 100%;
  border-radius: 3px;
}

.content-block__title {
  text-decoration: none;
}

.content-block__container > h1 {
  line-height: normal;
  margin-bottom: 25px;
}

.content-block__title > span {
  font-size: 24px;
  line-height: 50px;
}

.article-block__tags {
  line-height: 40px;
}

.content-block__grid li {
  padding: 10px 20px;
  margin: 10px 0;
  border: 1px solid #e2e2e2;
  border-radius: 3px;
}

.button__wrap {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: right;
}

.es-agent-register__wrap .es-field .es-field__content input[type=submit] {
  width: 100%;
  border: 1px solid #000;
  color: #000;
  background: #e2e2e2;
  line-height: 22px;
}

.es-login__wrap-name {
  margin-bottom: 30px;
  color: #1d1d1d;
}

.article-block__copy .es-login__wrap-name {
  text-align: center;
}

.native-login__wrap,
.es-login__wrap {
  max-width: 360px;
  width: 100%;
  margin: 0 auto 50px;
  border-radius: 3px;
  padding: 20px 30px;
}

.es-login__wrap form {
  /*background: #56c000;*/
  /*border-radius: 5px;*/
  text-align: center;
  /* padding: 10px;*/
}

.native-login__wrap .es-login__links {
  text-align: left;
}

.native-login__wrap .es-login__links a {
  line-height: 30px;
  color: #ffffff;
  text-decoration: underline;
}

.native-login__wrap .es-message-error {
  color: #ffffff;
}

.native-login__wrap .es-login__links a:hover {
  text-decoration: none;
}

.native-login__wrap .es-field__wrap, .native-login__wrap .native-submit__wrap,
.es-login__wrap .es-field__wrap, .es-login__wrap .es-submit__wrap {
  position: relative;
  margin: 15px 0 !important;
  width: 100%;
  text-align: center;
  z-index: 0;
}

.native-login__wrap .es-field__wrap input:not([type=submit]),
.native-login__wrap .native-submit__wrap input:not([type=submit]),
.es-login__wrap .es-field__wrap input,
.es-login__wrap .es-field__wrap input,
.es-login__wrap .es-submit__wrap input,
.es-login__wrap .es-submit__wrap input {
  outline: none;
  height: 34px;
  padding-left: 30px;
  width: 100%;
}

.native-login__wrap .native__button--login, .native-login__wrap .es-btn--auth {
  margin-bottom: 10px;
}

.es-field-icon i,
.es-login__wrap .es-field__wrap.es-field-icon .fa {
  position: absolute;
  top: 14px;
  left: 11px;
  color: #dedede;
  font-size: 16px;
}

.native-login__wrap input:not([type=submit]):focus,
.es-login__wrap .es-field__wrap input:not([type=submit]):focus {
  outline: none;
  border: 1px solid #e2e2e2;
  -webkit-box-shadow: 0px 0px 4px 0px white;
  box-shadow: 0px 0px 4px 0px white;
}

.es-field__wrap {
  padding: 4px;
}

/*button*/
/*end of button*/
.sidr-open {
  display: block;
}

.sidr-class-sub-menu {
  display: none;
}

.mobile-menu {
  display: none;
}

.navigate-line__wrapper > .mobile-menu__button {
  text-decoration: none;
  margin: 0;
  height: 50px;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-family: "glyphicon";
  display: none;
}

.navigate-line__wrapper > .mobile-menu__button::before {
  display: block;
  height: 50px;
  width: 40px;
  line-height: 50px;
  text-align: center;
  color: #ffffff;
  font-size: 40px;
  content: "\e236";
}

.mobile-contact__button {
  text-decoration: none;
  height: 50px;
  width: 50px;
  font-size: 30px;
  content: "\e088";
}

.mobile-contact__button:before {
  display: block;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  color: #ffffff;
  font-size: 40px;
  font-family: "glyphicon";
  content: "\e182";
}

.sidr-class-mobile-menu__button:before {
  position: absolute;
  display: block;
  font-size: 20px;
  font-family: "glyphicon";
  content: "\e088";
  text-align: center;
  top: -26px;
  right: 6px;
}

.sidr {
  display: block;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 999999;
  width: 260px;
  overflow-x: hidden;
  overflow-y: auto;
  font-family: "Open Sans", arial, sans-serif;
  font-size: 15px;
  background: #f8f8f8;
  color: #333;
  -webkit-box-shadow: 0 0 5px 5px #ebebeb inset;
  box-shadow: 0 0 5px 5px #ebebeb inset;
}

.sidr .sidr-inner {
  margin-top: 30px;
  padding: 0 0 15px;
  position: relative;
}

.sidr .sidr-inner > p {
  margin-left: 15px;
  margin-right: 15px;
}

.sidr.left {
  left: -260px;
  right: auto;
}

.sidr p {
  font-size: 13px;
  margin: 0 0 12px;
}

.sidr p a {
  color: rgba(51, 51, 51, 0.9);
}

.sidr > p {
  margin-left: 15px;
  margin-right: 15px;
}

.sidr-class-sub-menu {
  display: none;
}

.sidr-class-sub-menu .sidr-class-sub-menu a {
  padding-left: 40px;
}

.sidr > ul {
  display: block;
  margin: 0 0 15px;
  padding: 0;
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid white;
}

.sidr ul li {
  display: block;
  margin: 0;
  line-height: 48px;
  border-top: 1px solid white;
  border-bottom: 1px solid #dfdfdf;
}

.sidr ul li:hover, .sidr ul li.active, .sidr ul li.sidr-class-active {
  /*border-top: 0;*/
  line-height: 49px;
}

.sidr ul li a,
.sidr ul li span {
  padding: 0 15px;
  display: block;
  text-decoration: none;
  color: #333;
  line-height: 40px;
}

.sidr ul li ul {
  border-bottom: 0;
  margin: 0;
}

.sidr ul li ul li {
  line-height: 40px;
  font-size: 13px;
}

.sidr ul li ul li:last-child {
  border-bottom: 0;
}

.sidr ul li ul li:hover, .sidr ul li ul li.active, .sidr ul li ul li.sidr-class-active {
  /*border-top: 0;*/
  line-height: 41px;
}

.sidr ul li ul li a,
.sidr ul li ul li span {
  color: rgba(51, 51, 51, 0.8);
  padding-left: 30px;
}

.sidr form {
  margin: 0 15px;
}

.sidr label {
  font-size: 13px;
}

.sidr input[type=text],
.sidr input[type=password],
.sidr input[type=date],
.sidr input[type=datetime],
.sidr input[type=email],
.sidr input[type=number],
.sidr input[type=search],
.sidr input[type=tel],
.sidr input[type=time],
.sidr input[type=url],
.sidr textarea,
.sidr select {
  width: 100%;
  font-size: 13px;
  padding: 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 0 10px;
  border-radius: 2px;
  border: 0;
  background: rgba(0, 0, 0, 0.1);
  color: rgba(51, 51, 51, 0.6);
  display: block;
  clear: both;
}

.sidr input[type=checkbox] {
  width: auto;
  display: inline;
  clear: none;
}

.sidr input[type=button],
.sidr input[type=submit] {
  color: #f8f8f8;
  background: #333;
}

.sidr input[type=button]:hover,
.sidr input[type=submit]:hover {
  background: rgba(51, 51, 51, 0.9);
}

/*custom*/
.popular-properties {
  width: 100%;
  text-align: center;
  background-color: #f0f0f0;
}

.popular-properties__container {
  text-align: center;
  padding: 45px 10px;
  margin: 0 auto;
  max-width: 1200px;
}

.popular-properties__container h3 {
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  margin-bottom: 20px;
}

.popular-properties__container ul {
  text-align: center;
  overflow: hidden;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.popular-properties__container ul li {
  display: inline-block;
}

.popular-properties__container ul li a {
  text-decoration: underline;
}

.popular-properties__container ul li a:after {
  display: inline-block;
  padding: 0 20px;
  content: "|";
}

.popular-properties__container ul li:last-child > a:after {
  display: none;
}

.popular-properties__container ul li a:hover {
  text-decoration: none;
}

.bottom-sidebar .widget {
  padding: 0;
}

.color-bottom-sidebar {
  width: 100%;
}

.color-bottom-sidebar__container {
  /*padding: 45px 0px;*/
  margin: 0 auto;
  max-width: 1200px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  overflow: hidden;
}

.color-bottom-sidebar__container > section {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 265px;
  flex-basis: 265px;
  margin: 45px 15px 45px -1px;
  padding-left: 20px;
  border-style: solid;
  border-left-width: 1px;
}

.color-bottom-sidebar a,
.color-bottom-sidebar p,
.color-bottom-sidebar .latest-news__block-wrapper .latest-new__date p {
  line-height: 30px;
  text-decoration: none;
  color: #f0f0f0;
}

.color-bottom-sidebar a:hover {
  text-decoration: underline;
}

.color-bottom-sidebar .widget-title,
.color-bottom-sidebar h1 {
  line-height: 30px;
  margin-bottom: 20px;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 200;
  text-align: center;
}

.message_sent__container {
  color: #2bbe0e;
}

.message_sent__container {
  padding-bottom: 20px;
  text-align: center;
}

.color-bottom-sidebar .es-slide__image,
.color-bottom-sidebar .es-slide__image a {
  line-height: 0;
}

.color-bottom-sidebar .es-slide__image a img {
  max-width: 100%;
  height: auto;
  width: 100%;
}

.color-bottom-sidebar .es-slide__content {
  height: 40px;
}

.color-bottom-sidebar .es-slide__top {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.color-bottom-sidebar .es-slide .es-slide__content .es-slide__top {
  top: unset;
  bottom: 40px;
}

.color-bottom-sidebar p {
  line-height: 20px;
}

.color-bottom-sidebar .latest-news__block-wrapper .latest-new__date p {
  color: #9f9f9f;
  line-height: 20px;
}

.color-bottom-sidebar .latest-news a:hover,
.color-bottom-sidebar .latest-news a:hover > p {
  text-decoration: none;
  color: #ffffff;
}

.color-bottom-sidebar .latest-news a {
  text-decoration: none;
}

.navigation.pagination {
  width: 100%;
}

.native-nav-links > ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none;
}

.native-nav-links > ul li {
  list-style: none;
}

.native-nav-links ul li > .page-numbers {
  text-align: center;
  display: block;
  height: 36px;
  width: 36px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 34px;
  border: 1px solid;
  border-radius: 3px;
  font-size: 14px;
  margin: 6px;
  text-decoration: none;
}

.native-nav-links ul li > .page-numbers:hover {
  color: #FFFFFF;
}

.native-nav-links ul li > .current {
  border-color: #e2e2e2;
  color: #e2e2e2;
}

.native-nav-links ul li .current:hover {
  border-color: #e2e2e2;
  color: #e2e2e2;
  background-color: unset;
}

.native-nav-links ul li > .next, .native-nav-links ul li > .prev {
  padding: 0 34px;
  width: auto;
}

.native-nav-links ul li > .next {
  margin-left: 20px;
}

.native-nav-links ul li > .prev {
  margin-right: 20px;
}

/*categories*/
.sidebar .widget {
  margin: 0px 0 20px;
}

.widget_categories {
  border-radius: 3px;
  overflow: hidden;
}

.widget_categories h2 {
  margin: 0;
  display: block;
  height: 60px;
  color: #FFFFFF;
  width: 100%;
  text-align: center;
  line-height: 60px;
  text-transform: uppercase;
}

.widget_categories .cat-item {
  margin: 0 0 1px 0;
  display: block;
  padding: 0 20px;
  height: 37px;
  position: relative;
}

.widget_categories .cat-item a:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  opacity: 0.5;
}

.widget_categories .cat-item:hover a:before {
  opacity: 1;
}

.widget_categories .cat-item:last-child {
  margin: 0;
}

.widget_categories .cat-item a {
  line-height: 37px;
  text-decoration: none;
}

/*end of categories*/
/*recent post*/
.widget_recent_entries {
  border-radius: 3px;
  overflow: hidden;
  border: 1px solid;
}

.widget_recent_entries h2 {
  margin: 0;
  display: block;
  height: 60px;
  color: #353535;
  width: 100%;
  text-align: center;
  line-height: 60px;
  text-transform: uppercase;
}

.widget_recent_entries ul {
  border-top: 1px solid;
  padding: 0 20px;
}

.widget_recent_entries ul li {
  padding: 20px 0;
  border-bottom: 1px solid #e2e2e2;
}

.widget_recent_entries ul li:last-child {
  border-bottom: none;
}

.widget_recent_entries ul li a {
  display: block;
  text-decoration: none;
}

.widget_recent_entries ul li span {
  display: block;
  color: #9e9e9e;
}

.widget_recent_entries ul li span:before {
  font-family: fontawesome;
  content: "\f017";
  margin-right: 5px;
}

/*end of recent post*/
/*native recent post*/
.widget_es_native_recent_posts_widget {
  max-width: 100%;
}

.widget_es_native_recent_posts_widget .widget-title {
  text-align: center;
  margin-bottom: 20px;
}

.native-recent-posts__title {
  text-decoration: none;
}

.native-recent-posts__title > p {
  text-decoration: none;
  padding: 10px 0 15px;
}

.native-recent-posts__title:hover > p {
  color: #9f9f9f;
}

.native-recent-posts__title img {
  width: 100%;
  height: auto;
  border-radius: 3px;
}

/*end of native recent post*/
/*widget search*/
.widget_search {
  border-radius: 3px;
  overflow: hidden;
  padding: 20px;
}

.widget_search h2 {
  margin: 0;
  display: block;
  color: #ffffff;
  width: 100%;
  text-align: left;
  line-height: normal;
  text-transform: none;
}

.post-search-form {
  margin-top: 10px;
}

.post-search-form__input-wrap {
  position: relative;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  overflow: hidden;
}

.post-search-form__input-wrap .post-search-form__input {
  outline: none;
  border: none;
  border-radius: 3px;
  padding-left: 35px;
  width: -webkit-calc(100% - 43px);
  width: -moz-calc(100% - 43px);
  width: calc(100% - 43px);
  height: 36px;
  padding-top: 0;
  padding-bottom: 0;
}

.post-search-form__input-wrap:after {
  content: "\f002";
  position: absolute;
  top: 0;
  left: 0;
  font-family: fontawesome;
  padding: 0 10px;
  font-size: 16px;
  line-height: 36px;
  color: #9e9e9e;
}

.post-search-form__form {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.post-search-form__form .post-search-form__button {
  margin-left: 10px;
}

/*end of widget search*/
/*search form*/
.es-search__wrapper .es-search__field .es-field__wrap .es-field__range input,
.es-search__wrapper .es-search__field .es-field__wrap.es-field__wrap--units .es-field__range .es-dropdown-wrap,
.es-search__wrapper .es-search__field.es-search__field--address input,
.es-search__wrapper .es-dropdown-wrap {
  border: 0;
  outline: none;
}

.es-search__wrapper .es-search__field .es-field__wrap .es-field__range .select2 {
  width: 31.33% !important;
}
.es-search__wrapper .es-search__field .es-field__wrap .es-field__range .select2 .select2-selection {
  border: 0;
  border-radius: 3px;
}

.select2-dropdown {
  width: auto !important;
}

.es-search__wrapper .es-search__field .es-field__label label {
  color: #ffffff;
}

.es-search__wrapper .widget-title {
  text-align: center;
  color: #FFFFFF;
  font-weight: 200;
}

.es-search__wrapper .es-search__field.es-search__field--address,
.es-search__wrapper .es-search__field {
  margin: 0;
}

.es-search__wrapper.es-search__wrapper--vertical .es-search__buttons {
  margin: 18px 0 0;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
}

.es-search__wrapper--horizontal .es-search__buttons {
  padding: 10px !important;
}

.es-search__buttons input {
  width: 100% !important;
  padding: 0 !important;
}

.es-search__wrapper .es-field__unit {
  color: #fff;
}

.es-search__wrapper .es-search__messages:not(:empty) {
  flex: 1 0 100%;
  padding: 14px;
}

.es-search__wrapper.es-search__wrapper--vertical .es-search__buttons .es-button__wrap {
  flex: 1 0;
  width: 100%;
  min-width: 140px;
}

.es-search__wrapper.es-search__wrapper--vertical > h2 {
  margin-bottom: 10px !important;
}

/*end of search form*/
/*vertical slider*/
.es-slideshow .es-slide__image img {
  height: auto;
}

/*end of vertical slider*/
/*latest news*/
.widget_es_native_latest_news_widget {
  max-width: 100%;
}

.widget_es_native_latest_news_widget .widget-title {
  text-align: center;
}

.widget_es_native_latest_news_widget .latest-news__grid .layout-long {
  padding: 15px 0;
}

.latest-news__block-wrapper .latest-new__title,
.latest-news__block-wrapper .latest-new__title p {
  text-decoration: none;
  font-size: 14px;
}

.sidebar .latest-news__block-wrapper .latest-new__title:hover > p {
  color: #9f9f9f;
}

.latest-news__block-wrapper .latest-new__date p {
  color: #9f9f9f;
}

.latest-news__block-wrapper .latest-new__date p:before {
  font-family: fontawesome;
  content: "\f017";
  padding-right: 3px;
}

/*end of latest news*/
/*request widget*/
.es-request-widget-wrap input[type=submit] {
  padding: 0 !important;
}

.es-request-widget-wrap input[type=submit]:hover {
  color: #ffffff !important;
}

/*end of request widget*/
/* calendar widget */
#wp-calendar {
  width: 100%;
}

#wp-calendar caption {
  text-align: right;
  color: #333;
  font-size: 12px;
  margin-top: 10px;
  margin-bottom: 15px;
}

#wp-calendar thead {
  font-size: 10px;
}

#wp-calendar thead th {
  padding-bottom: 10px;
}

#wp-calendar tbody {
  color: #aaa;
}

#wp-calendar tbody td {
  background: #f5f5f5;
  border: 1px solid #fff;
  text-align: center;
  padding: 8px;
}

#wp-calendar tbody td:hover {
  background: #fff;
}

#wp-calendar tbody .pad {
  background: none;
}

#wp-calendar tfoot #next {
  font-size: 10px;
  text-transform: uppercase;
  text-align: right;
}

#wp-calendar tfoot #prev {
  font-size: 10px;
  text-transform: uppercase;
  padding-top: 10px;
}

/* end of calendar widget */
/*request widget*/
.es-request-widget-wrap input[type=text],
.es-request-widget-wrap input[type=tel],
.es-request-widget-wrap input[type=email],
.es-request-widget-wrap textarea {
  outline: none;
}

/*end of request widget*/
.contact-block__form {
  border: 1px solid #e2e2e2;
  border-radius: 3px;
  padding: 30px;
  max-width: 617px;
  margin: 10px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.contact-block__input-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.contact-block__input-wrap label,
.contact-block__input-wrap .es-captcha-wrap {
  min-width: 165px;
  font-size: 18px;
  margin-top: 10px;
}

.contact-block__input-wrap .es-captcha-wrap {
  margin-top: 0;
}

.contact-block__input-wrap input,
.contact-block__input-wrap textarea {
  border: 1px solid #e2e2e2;
  outline: none;
  -ms-flex-preferred-size: 230px;
  flex-basis: 230px;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.contact-block__input-wrap textarea {
  min-height: 150px;
}

.contact-block__button-container {
  text-align: right;
}

.error {
  color: #9D1818;
}

.success {
  color: #ffffff;
}

.message_sent {
  position: absolute;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  bottom: 50%;
  width: 100%;
  z-index: 4;
  box-sizing: border-box;
  padding-right: 20px;
}

.message_sent__container {
  position: relative;
  padding: 30px;
  margin: auto;
  max-width: 580px;
  background-color: #1d1d1d;
  border-radius: 5px;
  z-index: 4;
}

.es-listing .es-property-inner .es-property-info h2 a {
  text-decoration: none;
  font-size: 18px;
  font-weight: normal;
  text-transform: none;
}

iframe {
  max-width: 100%;
  width: 100%;
}

.es-gallery-inner {
  overflow: hidden;
}

.es-single .es-info .es-gallery .es-gallery-inner {
  overflow: hidden;
}

.es-single .es-info .es-gallery .es-gallery-image {
  overflow: hidden;
}

.slick-slider .slick-track, .slick-slider .slick-list {
  overflow: hidden;
}

/*horizontal slider*/
.es-wide-sidebar {
  width: 100%;
}

.es-wide-sidebar .es-widget-map-wrap {
  padding: 0;
  border: 0;
}

.es-wide-sidebar .es-map-property-layout-horizontal {
  max-width: 100%;
  margin: 0 auto 20px;
  padding: 0;
}

.es-main-width-sidebar {
  max-width: 1200px;
  margin: 20px auto 0;
  padding: 0 10px;
}

.es-map-property-layout-horizontal > h2 {
  font-size: 18px;
  margin-bottom: 20px;
  color: #1d1d1d;
  text-transform: none;
  font-weight: 600;
}

.slick-active .es-slide,
.color-bottom-sidebar .es-slide {
  position: relative;
}

.slick-slide .es-slide .es-slide__content,
.color-bottom-sidebar .es-slide .es-slide__content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.es-slide .es-slide__content {
  background: none;
}

.slick-active .es-slide .es-slide__content,
.color-bottom-sidebar .es-slide .es-slide__content {
  background: rgba(0, 0, 0, 0.7);
}

.es-slide .es-slide__top .es-property-slide-categories a {
  color: #FFFFFF;
  text-decoration: none;
}

.es-slide .es-slide__top .es-price {
  color: #FFFFFF;
  background: none;
}

.es-slide .es-slide__bottom .es-bottom-icon {
  color: #9e9e9e;
  font-size: 14px;
}

.es-slideshow .slick-slide {
  margin-left: 10px;
  margin-right: 10px;
}

.es-slideshow.es-slideshow__horizontal .es-slick-arrow.es-slick-prev {
  left: -20px;
}

.es-slideshow.es-slideshow__horizontal .es-slick-arrow.es-slick-next {
  right: -20px;
}

.es-gallery .slick-slide {
  margin-left: 2px;
  margin-right: 2px;
}

.es-single .es-info .es-gallery .es-gallery-image-pager .slick-slide img {
  width: 100%;
}

/*end of horizontal slider*/
/*vertical slider*/
.es-map-property-layout-vertical .widget-title {
  text-align: center;
}

.color-bottom-sidebar .es-slide .es-slide__top,
.es-slideshow__vertical .es-slide .es-slide__top {
  position: absolute;
  top: -35px;
  left: 0;
}

.color-bottom-sidebar .es-slide .es-slide__top .es-property-slide-categories a,
.es-slideshow__vertical .es-slide .es-slide__top .es-property-slide-categories a {
  display: inline-block;
  height: 35px;
  line-height: 35px;
  padding: 0 20px;
  background: #1d1d1d;
  text-transform: uppercase;
}

.color-bottom-sidebar .es-slide .es-slide__top .es-price,
.es-slideshow__vertical .es-slide .es-slide__top .es-price {
  display: inline-block;
  height: 35px;
  line-height: 35px;
  padding: 0 20px;
  background: #ffffff;
  color: #1d1d1d;
}

/*end of vertical slider*/
/*single*/
.es-single-tabs-wrap ul.es-single-tabs {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 0;
}

.es-single-tabs-wrap ul.es-single-tabs li a {
  text-decoration: none;
  color: #1d1d1d;
  background: #ffffff;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.es-single-tabs-wrap ul.es-single-tabs li a:hover {
  color: #ffffff;
}

.es-single-tabs-wrap ul.es-single-tabs li a.active {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.es-single-tabs-wrap ul.es-single-tabs li a.active:hover {
  background: #ffffff;
  color: #9e9e9e;
}

.es-single .es-category-items a {
  color: #FFFFFF !important;
  background: #1d1d1d !important;
  padding: 0 10px;
  margin: 0 !important;
  height: 36px;
  line-height: 36px !important;
}

.es-single h2 .es-cat-price {
  flex: 1 0 !important;
}

.es-single .es-address {
  font-size: 14px;
  font-weight: 100;
}

.es-single h2 .es-title {
  font-size: 32px;
  line-height: normal;
  text-transform: none;
}

.es-single h2 .es-cat-price {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.es-single .es-tabbed h3 {
  text-transform: uppercase;
}

.es-tabbed-item.es-description ul {
  list-style: disc;
}

.es-property-fields a:hover {
  text-decoration: none;
}

.es-property-fields br {
  display: none;
}
.es-property-fields ul {
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 650px) {
  .es-single .es-info .es-gallery {
    max-width: 650px !important;
    width: 100%;
    padding-right: 0 !important;
    margin-bottom: 15px;
  }
}
/*end of single*/
/*list*/
.es-property-thumbnail .es-thumbnail a img {
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}

.es-listing .es-property-inner:hover .es-property-thumbnail .es-thumbnail a img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}

.es-wrap ul,
.es-wrap ul li {
  list-style: none;
}

.es-single .es-tabbed h3 {
  padding: 0;
  line-height: 30px;
}

.article-block__copy .es-layout-list,
.article-block__copy .es-listing {
  margin-left: 0;
}

.es-layout-list .es-property-info .es-button.es-button-orange.es-hover-show.es-read {
  display: none;
}

.es-layout-list .es-property-info:hover > .es-button.es-button-orange.es-hover-show.es-read {
  display: inline-block;
}

/*.es-layout-list .es-property-info:hover > .es-details-flex{
  display: inline-block;
}*/
/*end of list*/
.es-property-single-fields li img {
  height: auto;
}

.es-layout-2_col .es-property-excerpt > p,
.es-layout-3_col .es-property-excerpt > p {
  font-size: 0;
}

ul.es-property-single-fields {
  display: flex;
  margin: 10px -1% 0;
}
ul.es-property-single-fields li {
  list-style: none !important;
}

.single-properties .es-single .es-title {
  flex: 1;
}

.not-found__background {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
  width: 100%;
  text-align: center;
  padding-top: 100px;
}

.not-found__background h1,
.not-found__background div p {
  text-shadow: 0px 0 2px white, 0px 0 6px white;
}

@media (max-width: 1000px) {
  .main-menu,
.navigate-line__login {
    display: none;
  }

  .navigate-line__wrapper > .mobile-menu__button {
    display: block;
  }

  .user-logged-in {
    display: none;
  }
}
@media (max-width: 640px) {
  .header__contact-information {
    display: none;
  }

  .mobile-contact__button {
    display: block;
  }

  .header__contact-information {
    position: absolute;
    top: 50px;
    right: 0;
    width: 210px;
    height: 50px;
    overflow: hidden;
    z-index: 1;
  }

  .header__phone div,
.header__phone div:before {
    font-size: 20px;
    line-height: 50px;
  }
}
@media (max-width: 448px) {
  .es-search__wrapper.es-search__wrapper--horizontal form .es-search__buttons {
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin: 0 auto;
  }
}
@media screen and (max-width: 460px) {
  .es-agent__item .es-agent__item--inner .es-agent__content,
.es-agent__item .es-agent__item--inner .es-agent__image {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
footer {
  width: 100%;
}

.footer {
  text-align: center;
  margin: 0 auto;
}

.footer__copyright {
  height: 36px;
  text-align: center;
  line-height: 36px;
  font-size: 13px;
  margin: 10px 0 0;
}

.footer__socials {
  margin: 15px;
}

.footer__socials a {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 36px;
  width: 36px;
  line-height: 36px;
  border: 1px solid #e2e2e2;
  border-radius: 3px;
  margin: 3px;
}

.footer__socials a i {
  font-size: 21px;
}

.es-properties-map .es-overlay .es-overlay__head .es-overlay__close {
  line-height: 1;
  padding: 4px 6px 5px;
}

.es-rating .jq-star svg {
  height: 19px;
}

#es-media-list li {
  list-style: none;
  width: auto !important;
}

@media screen and (max-width: 600px) {
  #wpadminbar {
    position: absolute;
  }

  .sticky-header {
    position: static;
  }
}
.widgettitle, .widget-title {
  word-break: break-word;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

.es-manage-property__tab .es-tab#es-media .form-table {
  width: 100%;
}

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