/*!
Theme Name: Abanob Adel
Theme URI: https://abanob.co
Author: Abanob Adel
Author URI: http://abanob.co/
Description: Theme Start For My Websites
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: abanob
Tags: wordpress, theme-from-scratch, abanob-adel

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.
*/

body .gform_wrapper {
  --gf-local-bg-color: #d97b48 !important;
  --gf-color-in-ctrl-primary: #d97b48 !important;
  --gf-local-border-color: #d97b48 !important;
  --gf-ctrl-outline-color-focus: #d97b48 !important;
  --gf-ctrl-btn-bg-color-primary: #d97b48 !important;
  --gf-ctrl-btn-bg-color-hover-primary: #965939 !important;
}
* {
  margin: 0;
}
html,
body {
  overflow-x: hidden !important;
}
.page-header,
.entry-header,
.es-powered {
  display: none !important;
}
.mt-8 {
  margin-top: 16px;
}
.container {
  max-width: 1240px;
  margin-right: auto !important;
  margin-left: auto !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.container_onside {
  margin-left: calc((100% - 1240px) / 2) !important;
  padding-right: 20px !important;
  padding-left: 20px !important;
  margin-right: auto !important;
}
.main-header .elementor-item-active {
  font-weight: 600 !important;
}

/* Handle Forrms */
.gform_required_legend {
  display: none !important;
}
.gform_button {
  display: block !important;
}
.gform_fields {
  gap: 16px !important;
}
.gform-field-label {
  color: #646365 !important;
  font-size: 16px !important;
  font-weight: 600 !important;
}
.gfield_required_asterisk {
  color: #d73f42 !important;
  font-size: 14px !important;
  font-weight: 600 !important;
}
.gform_fields
  :is(input:not([type="submit"]):not([type="radio"]), select, textarea) {
  font-size: 14px !important;
  color: #c2c2c2 !important;
  border: 1px solid #e9e9e9 !important;
  box-shadow: none !important;
  outline: none !important;
  font-weight: 400 !important;
  border-radius: 12px !important;
}
.iti__selected-dial-code {
  font-size: 14px !important;
  color: #c2c2c2 !important;
  font-weight: 400 !important;
}
.iti__selected-flag {
  top: 3px !important;
}
.gform_fields
  :is(input:not([type="submit"]):not([type="radio"]), select, textarea):focus {
  border: 1px solid #d97b48 !important;
}
.gform_button:focus {
  box-shadow: none !important;
  outline: none !important;
}
.gform_button[disabled] {
  background: #ececec !important;
  color: #8d8c8e !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  border-radius: 12px !important;
}
.gform_button {
  background: #d97b48 !important;
  color: #fff !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  border-radius: 12px !important;
  box-shadow: none !important;
}
.popup-style {
  padding: 32px;
  border-radius: 16px;
  box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
.popup-style .wp-block-heading {
  color: #282829;
  font-size: 24px;
  text-align: center !important;
}
.popup-style p {
  text-align: center !important;
}
.pum-close {
  height: 21px !important;
  width: 20px !important;
  right: 20px !important;
  top: 20px !important;
  border: 1px solid black !important;
}
#gform_wrapper_4 .gchoice {
  min-width: fit-content !important;
  border: none !important;
  box-shadow: none !important;
  background: transparent;
  max-height: 400px;
}
#gform_wrapper_4 .gchoice img {
  max-height: fit-content;
}
#gform_wrapper_4 .gfield_radio {
  justify-content: center !important;
  gap: 20px;
}
#gform_wrapper_4 .gfield-image-choice-wrapper-outer {
  padding: 0 !important;
}
#gform_wrapper_4 .gform-page-footer {
  justify-content: center;
}
.gform-theme--framework
  .gfield--type-image_choice.gfield--image-choice-appearance-card
  .gchoice:focus-within {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}

#gform_wrapper_4 .gform-page-footer input[type="button"] {
  padding: 12px 32px !important;
  z-index: 999 !important;
  border-radius: 12px !important;
}
#gform_page_4_2,
#gform_page_4_3 {
  background: white;
  padding: 32px;
  width: 70%;
  margin: auto;
  border-radius: 16px;
  box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.05);
}
body .gform_wrapper .noUi-horizontal .noUi-handle {
  width: 20px !important;
  height: 20px !important;
}
body .gform_wrapper .noUi-handle {
  border-radius: 50% !important;
}
body .gform_wrapper .noUi-handle:before,
body .gform_wrapper .noUi-handle:after {
  height: 0px !important;
}
body .gform_wrapper .noUi-horizontal {
  height: 8px !important;
  margin-top: 20px !important;
}
.hint-link {
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
  color: #1e3a95;
}
.hint-alert {
  font-size: 12px;
  color: #d73f42;
}
.success-section h4 {
  font-size: 24px !important;
  text-align: center !important;
}
.success-section p {
  text-align: center !important;
}
.success-section .elementor-button-content-wrapper {
  flex-direction: row-reverse !important;
}
.success-section a.elementor-button {
  background: transparent !important;
  color: #4e4d4e !important;
}
#gform_wrapper_5 .gform-footer {
  justify-content: end !important;
}
.es-single__header .es-price {
  font-family: "poppins";
  color: #d97b48;
  font-size: 40px !important;
  font-weight: 600 !important;
}
.es-custom-address {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 12px 0;
}
.es-custom-address span {
  color: #646365 !important;
  font-size: 16px;
  margin-bottom: 0 !important;
}
.es-property-section__title {
  display: none !important;
}
.es-property-section__content {
  padding: 0 !important;
}
.es-listing__meta li {
  font-size: 16px !important;
  color: #646365 !important;
  font-weight: 400;
}
.slick-next,
.slick-prev {
  padding: 14px 24px !important;
  height: min-content !important;
  width: max-content !important;
}

.slick-next {
  position: absolute !important;
  left: 50px !important;
  bottom: -60px !important;
}

.slick-prev {
  position: absolute !important;
  left: 0 !important;
  bottom: -60px !important;
}

.slick-next .es-icon,
.slick-prev .es-icon {
  left: unset !important;
  bottom: 50% !important;
  right: 20% !important;
  transform: translate(-50%, 50%) !important;
  padding: 0 !important;
}

.js-es-listing {
  border-radius: 12px;
  border: 1px solid #e9e9e9;
  box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.05);
}

.slick-list.draggable {
  border-radius: 12px 12px 0 0;
}
.propery-box-cta-area {
  margin-top: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.propery-box-cta-area .contacts-area {
  display: flex;
  align-items: center;
  gap: 8px;
}
.propery-box-cta-area .contacts-area .cta-item {
  border-radius: 40px;
  border: 0.5px solid #e9e9e9 !important;
  background: #fff;
  box-shadow: 4px 4px 8px 1px rgba(0, 0, 0, 0.08) !important;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s all ease-in;
}
.propery-box-cta-area .contacts-area .cta-item:hover {
  background: #e9e9e9;
}
.propery-box-cta-area .see-link {
	flex-direction : row-reverse;
  border-radius: 40px !important;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 24px !important;
}
.property-card-price {
  font-size: 18px;
  color: #d97b48;
  font-weight: 600;
}
.price-single-property {
  font-weight: 600;
  font-size: 28px;
  color: #d97b48;
}
.myhomex-property-box .es-listing__footer .es-listing__terms {
  display: none !important;
}
.es-search__address {
  min-width: 60% !important;
}
.es-search__address .es-field__address {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #78788014 !important;
  padding: 8px 16px !important;
  border: none !important;
  border-radius: 12px !important;
  height: 40px !important;
}
.es-search__address .es-field__address input {
  background: transparent !important;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  padding: 0 !important;
}
.js-es-control--layouts.es-control.es-control--layouts {
  display: none !important;
}
.first-row-search {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 24px;
}
.first-row-search .es-search__address {
  width: 100% !important;
  max-width: -webkit-fill-available !important;
}
.first-row-search .js-es-search-nav__item--more,
.second-row-search .myhomex_property_type,
.first-row-search .js-es-search__collapse-link {
  border: 1px solid #cbcacb !important;
  width: 100%;
  border-radius: 12px !important;
}

.second-row-search .myhomex_property_type {
  padding: 6px 24px !important;
  font-size: 14px;
  font-weight: 400;
}
.second-row-search .price-range-wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
}
.first-row-search .js-es-search-nav__item--more .title_filter {
  font-size: 16px;
  font-weight: 600;
  padding: 0 32px !important;
  display: flex;
  align-items: center;
  gap: 12px;
}
.myhomex_sort_details {
  margin-top: 40px;
}
.myhomex_sort_details h4.es-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 0 !important;
}
.myhomex_sort_details span.es-description {
  font-size: 16px;
  font-weight: 400;
  color: #c2c2c2;
  margin-bottom: 10px !important;
}
.myhomex_filter_form {
  flex-direction: column !important;
}
.second-row-search {
  display: flex;
  gap: 24px;
  align-items: center;
}
.myhomex_filter_price .price-range-label {
  font-size: 14px;
  font-weight: 400;
  color: #282829;
}
.myhomex_filter_price .price-range-buttons {
  display: flex;
  align-items: center;
  gap: 8px;
}
.myhomex_filter_price .price-range-btn {
  background: #f4f4f4;
  border: none;
  border-radius: 40px;
  padding: 6px 16px;
  color: #646365;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
}
.myhomex_filter_price .price-range-btn.active,
.myhomex_filter_price .price-range-btn:hover {
  background: #d97b48;
  color: white;
}
.myhomex_property_name_in_singular {
  font-size: 28px !important;
}
.mortgage-box {
  transition: opacity 0.4s ease, transform 0.3s ease;
}
.mortgage-box.hidden {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  pointer-events: none;
  transform: translateY(20px);
}
.mortgage-box.active {
  opacity: 1;
  visibility: visible;
  position: relative;
  pointer-events: all;
  transform: translateY(0);
}
.post-navigation {
  display: none !important;
}
.phone-input-wrapper{
 direction : ltr !important;
}
.iti__country-list{
	    direction: ltr;
    text-align: right;
    float: right;
    left: 0;
}
.results-final{
	align-items: end !important;
}
.request{
	flex-direction : row-reverse !important;
}
.es-listing .es-listing__image .es-badges{
	padding-right:10px !important;
	width: 100% !important;
}
.es-listings-filter .es-form{
	margin: 0 auto 0 0 !important;
}
.es-field__sort label{
	gap:12px !important;
}
.wpml-ls-statics-shortcode_actions{
	padding: 0 !important;
}
.es-property-section .es-property-fields .es-property-field .es-property-field__terms .es-icon{
	    margin-left: .6em !important;
}
.es-listing__meta{
	    display: flex;
    align-items: center;
    gap:10px;
    padding: 10px !important;
}
@media only screen and (max-width: 767px) {
  .first-row-search,
  .second-row-search {
    flex-direction: column;
    align-items: start;
  }
  .first-row-search .js-es-search-nav__item--more {
    padding: 12px !important;
  }
  .first-row-search .es-search-nav-wrap {
    width: 90% !important;
  }
  .myhomex_filter_price .price-range-buttons {
    flex-wrap: wrap;
  }
  .second-row-search .price-range-wrapper {
    align-items: start;
  }
  .es-search__address {
    min-width: 100% !important;
  }
  .price-single-property {
    font-size: 18px;
  }
  .propery-box-cta-area .see-link {
    font-size: 12px !important;
  }
  #gform_wrapper_4 .gchoice {
    max-height: 300px;
  }
  #gform_page_4_2,
  #gform_page_4_3 {
    width: 100%;
  }
  .first-row-search .es-search__address {
    width: 100% !important;
    max-width: 90% !important;
    min-width: 90% !important;
  }

  .first-row-search .js-es-search__collapse-link {
    display: flex !important;
    align-items: center;
    gap: 8px;
    padding: 6px 16px;
    width: fit-content;
    font-size: 16px;
    color: #282829;
    font-weight: 600;
  }
}
