/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: A plain-vanilla &amp; lightweight theme for Elementor page builder
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 2.6.1.1669060966
Updated: 2022-11-21 21:02:46

*/

form.elementor-form input:hover,
form.elementor-form input:focus,
form.elementor-form textarea:hover,
form.elementor-form textarea:focus {
  outline: 0 !important;
  box-shadow: none !important;
}

form.elementor-form input {
  margin-bottom: 10px;
}

form.elementor-form .elementor-field-type-acceptance {
  margin-top: 20px;
  margin-bottom: 20px !important;
}

form.elementor-form .elementor-field-type-acceptance input {
  width: 20px;
  height: 20px;
}

form.elementor-form .elementor-field-type-acceptance label {
  font-size: 14px;
  line-height: 1.57;
  font-weight: 300;
  display: inline-block !important;
  margin-top: -50px !important;
  padding-left: 40px;
}

form.elementor-form .elementor-field-type-acceptance a {
  text-decoration: underline;
}

form.elementor-form .elementor-field-type-acceptance a:hover {
  text-decoration: none;
}

form.elementor-form .elementor-field-type-html {
  order: 6;
  font-size: 14px;
  font-weight: 300;
  margin-top: 20px;
}

/* Projekty - listing */

.es-listings[class*=" es-listings--grid-"].es-listings--grid-3 {
  grid-column-gap: 30px;
  grid-row-gap: 24px;
}

.es-listing {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 4px;
}

.es-listing__content {
  padding: 12px !important;
}

.es-powered,
.es-breadcrumbs,
.es-listing__content .es-listing__footer,
.es-listing__content .es-badge {
  display: none;
}

.es-listing__image__slider .slick-list {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.es-listing__meta {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}

.es-listing__meta li {
  flex: 1;
}

.es-listing__meta-area span b {
  font-weight: 400;
}

.es-search form[role="search"] .js-es-address {
  padding-left: 10px !important;
}

.es-search button.es-btn.es-btn--primary.es-btn--icon,
.es-search button.es-btn.es-btn--primary.es-btn--icon:hover {
  box-shadow: none !important;
}

.es-search button.es-btn.es-btn--primary.es-btn--icon:hover {
  opacity: 1 !important;
  border-color: transparent;
}

.es-search button.es-btn.es-btn--primary.es-btn--icon:hover span {
  color: #fff !important;
}

button.es-btn--saved-search {
  border-radius: 4px;
  background-color: #ECEEF0 !important;
}

.es-dymanic-content.content-font,
.es-property_section--open-house,
.es-property_section--location,
.es-property_section--request_form {
  display: none;
}

.es-property-section .es-property-section__title:after,
.es-single__header .es-single__header-terms,
.es-single__header-left .es-listing__meta,
.es-single__header-left .es-address,
.es-property_section--basic-facts .es-property-section__title {
  display: none;
}

@media (min-width: 1024px) {
  .js-es-single.es-single.es-single--single-slider {
    display: grid;
    grid-template-areas:
      'slider titlePrice'
      'slider values'
      'description description';
    grid-column-gap: 30px;
    grid-template-columns: 2fr 1fr;
  }
}

.js-es-single.es-single.es-single--single-slider .es-slider.js-es-slider {
  grid-area: slider;
  border: 1px solid #707070;
  border-radius: 3px;
  padding: 15px;
}

@media (min-width: 1024px) {
  .js-es-single.es-single.es-single--single-slider .es-single__header {
    grid-area: titlePrice;
    padding-top: 110px;
  }
}

.js-es-single.es-single.es-single--single-slider .es-single__header .es-price {
  font-size: 28px;
  font-weight: 700;
}

@media (max-width: 767px) {
  .js-es-single.es-single.es-single--single-slider .es-single__header .es-price {
    font-size: 21px;
  }
}

.js-es-single.es-single.es-single--single-slider .es-single__header .es-single__header-left {
  flex: 0 !important;
}

.js-es-single.es-single.es-single--single-slider .es-single__header .property-title {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.225;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .js-es-single.es-single.es-single--single-slider .es-single__header .property-title {
    font-size: 30px;
    margin-bottom: 0;
  }
}

.js-es-single.es-single.es-single--single-slider .es-property_section--basic-facts {
  margin-top: 0;
  margin-bottom: 100px;
}

@media (min-width: 1024px) {
  .js-es-single.es-single.es-single--single-slider .es-property_section--basic-facts {
    grid-area: values;
    margin-top: -160px;
    margin-bottom: 0;
  }
}

.js-es-single.es-single.es-single--single-slider .es-property_section--basic-facts ul li {
  margin-top: 2px;
  margin-bottom: 2px;
  font-size: 18px;
}

.js-es-single.es-single.es-single--single-slider .es-property_section--description {
  grid-area: description;
  margin-top: 0;
}

@media (max-width: 767px) {
  .js-es-single.es-single.es-single--single-slider .es-property_section--description {
    margin-bottom: -20px;
  }
}

@media (min-width: 1024px) {
  .js-es-single.es-single.es-single--single-slider .es-property_section--description {
    margin-left: 50px;
  }
}

.js-es-single.es-single.es-single--single-slider .es-property_section--description .es-property-section__title {
  color: var( --e-global-color-primary );
  font-size: 40px;
  font-weight: 700;
}

@media (max-width: 767px) {
  .js-es-single.es-single.es-single--single-slider .es-property_section--description .es-property-section__title {
    font-size: 25px;
    margin-bottom: 25px;
  }
}

.js-es-single.es-single.es-single--single-slider .es-property_section--description .es-property-section__content {
  padding-top: 0;
  font-size: 18px !important;
}

.js-es-single.es-single.es-single--single-slider .es-property_section--description .es-property-section__content li {
  padding-top: 0;
  font-size: 18px !important;
}

.es-single .es-single__header {
  flex-wrap: nowrap;
  flex-direction: column;
  align-items: flex-start;
}

.es-property-section .es-property-fields {
  grid-template-columns: 1fr;
}

@media (min-width: 1024px) {
  .es-slider .slick-arrow {
    top: 111%;
  }
}

.slick-slider .slick-arrow.es-icon_chevron-left:before,
.slick-slider .slick-arrow.es-icon_chevron-right:before {
  content: '';
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  width: 18px;
  height: 46px;
  background-position: center;
  background-repeat: no-repeat;
}

.slick-slider .slick-arrow.es-icon_chevron-left:before {
  background-image: url('/wp-content/uploads/2022/12/arrow-left-white.svg');
}

.slick-slider .slick-arrow.es-icon_chevron-right:before {
  background-image: url('/wp-content/uploads/2022/12/arrow-right-white.svg');
}

@media (min-width: 1024px) {
  .slick-slider .slick-arrow.es-icon_chevron-left:before {
    background-image: url('/wp-content/uploads/2022/12/arrow-left.svg');
  }

  .slick-slider .slick-arrow.es-icon_chevron-right:before {
    background-image: url('/wp-content/uploads/2022/12/arrow-right.svg');
  }

  .slick-slider .slick-arrow.es-icon_chevron-left {
    left: 0;
  }

  .slick-slider .slick-arrow.es-icon_chevron-right {
    right: 0;
  }

  .es-slider__pager .slick-list {
    max-width: calc(100% - 60px);
    margin: 0 auto !important;
  }
}

.es-mobile-gallery-wrap {
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: 20px !important;
}

@media (max-width: 1023px) {
  .es-listings-filter--mobile .es-title, .es-listings-filter--mobile .es-total {
    flex: 1;
    text-align: left !important;
  }
}

@media (max-width: 767px) {
  .es-listings[class*=" es-listings--grid-"][class*=" es-listings--grid-"] {
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .es-search--simple form .es-search__address {
    min-width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .es-search--simple form>.es-search__collapse-link {
    margin-left: 0;
  }
}

@media (min-width: 1250px) and (max-width: 1440px) {
  header nav ul li:not(:last-child)>a {
    -webkit-margin-end: 10px !important;
    margin-inline-end: 10px !important;
  }
}

@media (min-width: 1025px) and (max-width: 1249px) {
  header nav ul li:not(:last-child)>a {
    -webkit-margin-end: 0 !important;
    margin-inline-end: 0 !important;
  }

  header nav ul li:not(:first-child)>a {
    -webkit-margin-start: 30px !important;
    margin-inline-start: 30px !important;
  }

  header nav ul li a {
    font-size: 16px !important;
  }
}

.js-es-map.es-map {
  border-radius: 4px;
}

@media (min-width: 768px) {
  .es-properties .es-properties__list {
    margin-top: 30px;
  }

  .es-properties .es-properties__search {
    margin-bottom: 30px;
  }
}

.es-secondary-color.es-back-search-btn {
  margin-left: 50px;
  font-weight: 700;
  font-size: 18px;
  transition: .5s;
}

.es-secondary-color.es-back-search-btn:hover {
  color: var( --e-global-color-text );
  opacity: .7;
}

.first-word .customFirst-word {
  font-size: 24px;
  display: block;
  margin-bottom: -10px;
}

@media (max-width: 767px) {
  .first-word .customFirst-word {
    font-size: 16px;
    margin-bottom: -5px;
  }
}
.es-property-section .es-property-fields .es-property-field {
  font-size: 18px;
}

.single-pozice .elementor-widget-text-editor ul {
  padding-left: 20px;
  list-style: none;
}

.single-pozice .elementor-widget-text-editor ul li {
  margin-bottom: 10px;
  position: relative;
}

.single-pozice .elementor-widget-text-editor ul li:last-of-type {
  margin-bottom: 0;
}

.single-pozice .elementor-widget-text-editor ul li::before {
  content: '';
  position: absolute;
  top: 9px;
  left: -15px;
  width: 5px;
  height: 5px;
  background: var( --e-global-color-primary );
}
