/* VARIABLES */
/* *********************************************************** */
/* SHAPE MIXINS */
/* *********************************************************** */
/* RESET */
/* *********************************************************** */
/* line 91, ../../../../Local Sites/kichic/app/public/wp-content/themes/hello-elementor-child/assets/scss/theme.scss */
.reset-all {
  all: unset;
}

/* MEJORAS GENERALES */
/* *********************************************************** */
/* line 97, ../../../../Local Sites/kichic/app/public/wp-content/themes/hello-elementor-child/assets/scss/theme.scss */
html, body {
  overflow-x: hidden;
}

/* line 103, ../../../../Local Sites/kichic/app/public/wp-content/themes/hello-elementor-child/assets/scss/theme.scss */
p:last-child {
  margin-bottom: 0;
}

/* line 107, ../../../../Local Sites/kichic/app/public/wp-content/themes/hello-elementor-child/assets/scss/theme.scss */
h1, h2, h3, h4, h5, h6 {
  -webkit-hyphens: manual;
  -moz-hyphens: manual;
  -ms-hyphens: manual;
  hyphens: manual;
  word-break: break-word;
  overflow-wrap: break-word;
}

/* line 117, ../../../../Local Sites/kichic/app/public/wp-content/themes/hello-elementor-child/assets/scss/theme.scss */
#cmplz-document {
  max-width: 100%;
}

/* line 119, ../../../../Local Sites/kichic/app/public/wp-content/themes/hello-elementor-child/assets/scss/theme.scss */
#cmplz-document p {
  font-size: 1rem;
}

/* line 121, ../../../../Local Sites/kichic/app/public/wp-content/themes/hello-elementor-child/assets/scss/theme.scss */
#cmplz-document p:first-child {
  display: none;
}

/* line 124, ../../../../Local Sites/kichic/app/public/wp-content/themes/hello-elementor-child/assets/scss/theme.scss */
#cmplz-document p:last-child {
  display: none;
}

/* line 132, ../../../../Local Sites/kichic/app/public/wp-content/themes/hello-elementor-child/assets/scss/theme.scss */
.elementor-widget-text-editor .elementor-widget-container > ul, .elementor-widget-text-editor .elementor-widget-container > ol {
  margin-bottom: 1rem;
}

/* TYPOGRAPHY */
/* *********************************************************** */
/* line 148, ../../../../Local Sites/kichic/app/public/wp-content/themes/hello-elementor-child/assets/scss/theme.scss */
html {
  font-size: var(--e-global-typography-text-font-size);
}

@media (min-width: 768px) {
  /* line 154, ../../../../Local Sites/kichic/app/public/wp-content/themes/hello-elementor-child/assets/scss/theme.scss */
  html {
    font-size: var(--e-global-typography-text-font-size);
  }
}

@media (min-width: 1025px) {
  /* line 161, ../../../../Local Sites/kichic/app/public/wp-content/themes/hello-elementor-child/assets/scss/theme.scss */
  html {
    font-size: var(--e-global-typography-text-font-size);
  }
}

/* BUTTONS */
/* *********************************************************** */
/* line 168, ../../../../Local Sites/kichic/app/public/wp-content/themes/hello-elementor-child/assets/scss/theme.scss */
.elementor-button {
  text-decoration: none;
}

/* line 170, ../../../../Local Sites/kichic/app/public/wp-content/themes/hello-elementor-child/assets/scss/theme.scss */
.elementor-button:hover, .elementor-button:focus, .elementor-button:active {
  text-decoration: none !important;
  outline: none !important;
}

/* line 175, ../../../../Local Sites/kichic/app/public/wp-content/themes/hello-elementor-child/assets/scss/theme.scss */
.elementor-size-xs {
  padding: 0.625rem 1.25rem !important;
}

/* line 178, ../../../../Local Sites/kichic/app/public/wp-content/themes/hello-elementor-child/assets/scss/theme.scss */
.elementor-size-sm {
  padding: 0.75rem 1.5rem !important;
}

/* line 181, ../../../../Local Sites/kichic/app/public/wp-content/themes/hello-elementor-child/assets/scss/theme.scss */
.elementor-size-md {
  padding: 0.9375rem 1.875rem !important;
}

/* line 184, ../../../../Local Sites/kichic/app/public/wp-content/themes/hello-elementor-child/assets/scss/theme.scss */
.elementor-size-lg {
  padding: 1.25rem 2.5rem !important;
}

/* line 187, ../../../../Local Sites/kichic/app/public/wp-content/themes/hello-elementor-child/assets/scss/theme.scss */
.elementor-size-xl {
  padding: 1.5625rem 3.125rem !important;
}

/* line 192, ../../../../Local Sites/kichic/app/public/wp-content/themes/hello-elementor-child/assets/scss/theme.scss */
.elementor-button-success .elementor-button {
  background-color: var(--e-global-color-lpx_btn_success_background_color_normal);
  border-color: var(--e-global-color-lpx_btn_success_border_color_normal);
  color: var(--e-global-color-lpx_btn_success_text_color_normal);
}

/* line 196, ../../../../Local Sites/kichic/app/public/wp-content/themes/hello-elementor-child/assets/scss/theme.scss */
.elementor-button-success .elementor-button:hover {
  background-color: var(--e-global-color-lpx_btn_success_background_color_hover);
  border-color: var(--e-global-color-lpx_btn_success_border_color_hover);
  color: var(--e-global-color-lpx_btn_success_text_color_hover);
}

/* line 204, ../../../../Local Sites/kichic/app/public/wp-content/themes/hello-elementor-child/assets/scss/theme.scss */
.elementor-button-info .elementor-button {
  background-color: var(--e-global-color-lpx_btn_info_background_color_normal);
  border-color: var(--e-global-color-lpx_btn_info_border_color_normal);
  color: var(--e-global-color-lpx_btn_info_text_color_normal);
}

/* line 208, ../../../../Local Sites/kichic/app/public/wp-content/themes/hello-elementor-child/assets/scss/theme.scss */
.elementor-button-info .elementor-button:hover {
  background-color: var(--e-global-color-lpx_btn_info_background_color_hover);
  border-color: var(--e-global-color-lpx_btn_info_border_color_hover);
  color: var(--e-global-color-lpx_btn_info_text_color_hover);
}

/* line 216, ../../../../Local Sites/kichic/app/public/wp-content/themes/hello-elementor-child/assets/scss/theme.scss */
.elementor-button-warning .elementor-button {
  background-color: var(--e-global-color-lpx_btn_warning_background_color_normal);
  border-color: var(--e-global-color-lpx_btn_warning_border_color_normal);
  color: var(--e-global-color-lpx_btn_warning_text_color_normal);
}

/* line 220, ../../../../Local Sites/kichic/app/public/wp-content/themes/hello-elementor-child/assets/scss/theme.scss */
.elementor-button-warning .elementor-button:hover {
  background-color: var(--e-global-color-lpx_btn_warning_background_color_hover);
  border-color: var(--e-global-color-lpx_btn_warning_border_color_hover);
  color: var(--e-global-color-lpx_btn_warning_text_color_hover);
}

/* line 228, ../../../../Local Sites/kichic/app/public/wp-content/themes/hello-elementor-child/assets/scss/theme.scss */
.elementor-button-danger .elementor-button {
  background-color: var(--e-global-color-lpx_btn_danger_background_color_normal);
  border-color: var(--e-global-color-lpx_btn_danger_border_color_normal);
  color: var(--e-global-color-lpx_btn_danger_text_color_normal);
}

/* line 232, ../../../../Local Sites/kichic/app/public/wp-content/themes/hello-elementor-child/assets/scss/theme.scss */
.elementor-button-danger .elementor-button:hover {
  background-color: var(--e-global-color-lpx_btn_danger_background_color_hover);
  border-color: var(--e-global-color-lpx_btn_danger_border_color_hover);
  color: var(--e-global-color-lpx_btn_danger_text_color_hover);
}

/* FORMS */
/* *********************************************************** */
/* line 408, ../../../../Local Sites/kichic/app/public/wp-content/themes/hello-elementor-child/assets/scss/theme.scss */
.elementor-form {
  /* Input Radio */
}

/* line 411, ../../../../Local Sites/kichic/app/public/wp-content/themes/hello-elementor-child/assets/scss/theme.scss */
.elementor-form .elementor-column {
  align-items: flex-start;
  align-content: flex-start;
}

/* line 417, ../../../../Local Sites/kichic/app/public/wp-content/themes/hello-elementor-child/assets/scss/theme.scss */
.elementor-form .elementor-field-group {
  margin-bottom: 1.5rem;
}

/* line 350, ../../../../Local Sites/kichic/app/public/wp-content/themes/hello-elementor-child/assets/scss/theme.scss */
.elementor-form .elementor-field-group:last-child {
  margin-bottom: 0 !important;
}

/* line 422, ../../../../Local Sites/kichic/app/public/wp-content/themes/hello-elementor-child/assets/scss/theme.scss */
.elementor-form .elementor-field-label {
  margin-bottom: 0.4rem;
}

/* line 360, ../../../../Local Sites/kichic/app/public/wp-content/themes/hello-elementor-child/assets/scss/theme.scss */
.elementor-form .elementor-field-textual:hover {
  text-decoration: none !important;
}

/* line 364, ../../../../Local Sites/kichic/app/public/wp-content/themes/hello-elementor-child/assets/scss/theme.scss */
.elementor-form .elementor-field-textual:focus, .elementor-form .elementor-field-textual:focus-visible, .elementor-form .elementor-field-textual:focus-within {
  background-color: var(--e-global-color-lpx_field_bg_color_focus) !important;
  border-color: var(--e-global-color-lpx_field_border_color_focus) !important;
  box-shadow: none;
  outline: none !important;
}

/* line 337, ../../../../Local Sites/kichic/app/public/wp-content/themes/hello-elementor-child/assets/scss/theme.scss */
.elementor-form .elementor-field-textual::-webkit-input-placeholder {
  color: var(--e-global-color-5b13904) !important;
}

/* line 340, ../../../../Local Sites/kichic/app/public/wp-content/themes/hello-elementor-child/assets/scss/theme.scss */
.elementor-form .elementor-field-textual:-ms-input-placeholder {
  color: var(--e-global-color-5b13904) !important;
}

/* line 343, ../../../../Local Sites/kichic/app/public/wp-content/themes/hello-elementor-child/assets/scss/theme.scss */
.elementor-form .elementor-field-textual::placeholder {
  color: var(--e-global-color-5b13904) !important;
}

/* line 433, ../../../../Local Sites/kichic/app/public/wp-content/themes/hello-elementor-child/assets/scss/theme.scss */
.elementor-form .elementor-field-type-select:not(.elementor-field-type-select-multiple) .elementor-field {
  display: flex;
  flex-direction: column;
}

/* line 436, ../../../../Local Sites/kichic/app/public/wp-content/themes/hello-elementor-child/assets/scss/theme.scss */
.elementor-form .elementor-field-type-select:not(.elementor-field-type-select-multiple) .elementor-field::before {
  display: none;
}

/* line 440, ../../../../Local Sites/kichic/app/public/wp-content/themes/hello-elementor-child/assets/scss/theme.scss */
.elementor-form .elementor-field-type-select:not(.elementor-field-type-select-multiple) select {
  background-image: url("../icons/chevron-down.svg");
  background-repeat: no-repeat, repeat;
  background-position: right .7em top 55%, 0 0;
  background-size: 1em auto, 100%;
  cursor: pointer;
  padding-right: 30px !important;
  width: 100% !important;
}

/* line 360, ../../../../Local Sites/kichic/app/public/wp-content/themes/hello-elementor-child/assets/scss/theme.scss */
.elementor-form .elementor-field-type-select:not(.elementor-field-type-select-multiple) select:hover {
  text-decoration: none !important;
}

/* line 364, ../../../../Local Sites/kichic/app/public/wp-content/themes/hello-elementor-child/assets/scss/theme.scss */
.elementor-form .elementor-field-type-select:not(.elementor-field-type-select-multiple) select:focus, .elementor-form .elementor-field-type-select:not(.elementor-field-type-select-multiple) select:focus-visible, .elementor-form .elementor-field-type-select:not(.elementor-field-type-select-multiple) select:focus-within {
  background-color: var(--e-global-color-lpx_field_bg_color_focus) !important;
  border-color: var(--e-global-color-lpx_field_border_color_focus) !important;
  box-shadow: none;
  outline: none !important;
}

/* line 337, ../../../../Local Sites/kichic/app/public/wp-content/themes/hello-elementor-child/assets/scss/theme.scss */
.elementor-form .elementor-field-type-select:not(.elementor-field-type-select-multiple) select::-webkit-input-placeholder {
  color: var(--e-global-color-5b13904) !important;
}

/* line 340, ../../../../Local Sites/kichic/app/public/wp-content/themes/hello-elementor-child/assets/scss/theme.scss */
.elementor-form .elementor-field-type-select:not(.elementor-field-type-select-multiple) select:-ms-input-placeholder {
  color: var(--e-global-color-5b13904) !important;
}

/* line 343, ../../../../Local Sites/kichic/app/public/wp-content/themes/hello-elementor-child/assets/scss/theme.scss */
.elementor-form .elementor-field-type-select:not(.elementor-field-type-select-multiple) select::placeholder {
  color: var(--e-global-color-5b13904) !important;
}

/* line 402, ../../../../Local Sites/kichic/app/public/wp-content/themes/hello-elementor-child/assets/scss/theme.scss */
.elementor-form .elementor-field-type-select:not(.elementor-field-type-select-multiple) select::-ms-expand {
  display: none;
}

/* line 445, ../../../../Local Sites/kichic/app/public/wp-content/themes/hello-elementor-child/assets/scss/theme.scss */
.elementor-form .elementor-field-type-select:not(.elementor-field-type-select-multiple) .select-caret-down-wrapper {
  display: none !important;
}

/* line 452, ../../../../Local Sites/kichic/app/public/wp-content/themes/hello-elementor-child/assets/scss/theme.scss */
.elementor-form .elementor-field-type-upload input {
  cursor: pointer;
  padding: 0 !important;
}

/* line 455, ../../../../Local Sites/kichic/app/public/wp-content/themes/hello-elementor-child/assets/scss/theme.scss */
.elementor-form .elementor-field-type-upload input::file-selector-button {
  -webkit-border-top-left-radius: 0 !important;
  -webkit-border-top-right-radius: 0 !important;
  -webkit-border-bottom-right-radius: 0 !important;
  -webkit-border-bottom-left-radius: 0 !important;
  -moz-border-radius-topleft: 0 !important;
  -moz-border-radius-topright: 0 !important;
  -moz-border-radius-bottomright: 0 !important;
  -moz-border-radius-bottomleft: 0 !important;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border: none;
  cursor: pointer;
  margin-right: 24px;
  padding: 0.75rem 1.5rem !important;
}

/* line 464, ../../../../Local Sites/kichic/app/public/wp-content/themes/hello-elementor-child/assets/scss/theme.scss */
.elementor-form .elementor-field-type-upload input::-ms-browse {
  -webkit-border-top-left-radius: 0 !important;
  -webkit-border-top-right-radius: 0 !important;
  -webkit-border-bottom-right-radius: 0 !important;
  -webkit-border-bottom-left-radius: 0 !important;
  -moz-border-radius-topleft: 0 !important;
  -moz-border-radius-topright: 0 !important;
  -moz-border-radius-bottomright: 0 !important;
  -moz-border-radius-bottomleft: 0 !important;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border: none;
  cursor: pointer;
  margin-right: 24px;
  padding: 0.75rem 1.5rem !important;
}

/* line 473, ../../../../Local Sites/kichic/app/public/wp-content/themes/hello-elementor-child/assets/scss/theme.scss */
.elementor-form .elementor-field-type-upload input::-webkit-file-upload-button {
  -webkit-border-top-left-radius: 0 !important;
  -webkit-border-top-right-radius: 0 !important;
  -webkit-border-bottom-right-radius: 0 !important;
  -webkit-border-bottom-left-radius: 0 !important;
  -moz-border-radius-topleft: 0 !important;
  -moz-border-radius-topright: 0 !important;
  -moz-border-radius-bottomright: 0 !important;
  -moz-border-radius-bottomleft: 0 !important;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border: none;
  cursor: pointer;
  margin-right: 24px;
  padding: 0.75rem 1.5rem !important;
}

/* line 482, ../../../../Local Sites/kichic/app/public/wp-content/themes/hello-elementor-child/assets/scss/theme.scss */
.elementor-form .elementor-field-type-upload input label {
  color: red;
}

/* line 489, ../../../../Local Sites/kichic/app/public/wp-content/themes/hello-elementor-child/assets/scss/theme.scss */
.elementor-form .elementor-message {
  display: block;
}

/* line 494, ../../../../Local Sites/kichic/app/public/wp-content/themes/hello-elementor-child/assets/scss/theme.scss */
.elementor-form textarea {
  -webkit-border-top-left-radius: 0 !important;
  -webkit-border-top-right-radius: 0 !important;
  -webkit-border-bottom-right-radius: 0 !important;
  -webkit-border-bottom-left-radius: 0 !important;
  -moz-border-radius-topleft: 0 !important;
  -moz-border-radius-topright: 0 !important;
  -moz-border-radius-bottomright: 0 !important;
  -moz-border-radius-bottomleft: 0 !important;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  resize: none !important;
}

/* line 503, ../../../../Local Sites/kichic/app/public/wp-content/themes/hello-elementor-child/assets/scss/theme.scss */
.elementor-form .elementor-error .elementor-field-textual {
  background-color: var(--e-global-color-lpx_field_bg_color_danger) !important;
  border-color: var(--e-global-color-lpx_field_border_color_danger) !important;
  color: var(--e-global-color-lpx_field_text_color_danger) !important;
}

/* line 509, ../../../../Local Sites/kichic/app/public/wp-content/themes/hello-elementor-child/assets/scss/theme.scss */
.elementor-form input[type="checkbox"], .elementor-form input[type="radio"] {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* line 521, ../../../../Local Sites/kichic/app/public/wp-content/themes/hello-elementor-child/assets/scss/theme.scss */
.elementor-form .elementor-field-type-checkbox {
  /*
	.elementor-field-label{
		line-height: 1.3em;
		margin-top: 10px;
		margin-bottom: 15px;
	}
	*/
}

/* line 244, ../../../../Local Sites/kichic/app/public/wp-content/themes/hello-elementor-child/assets/scss/theme.scss */
.elementor-form .elementor-field-type-checkbox .elementor-field-subgroup {
  padding-left: 1.5em;
}

/* line 254, ../../../../Local Sites/kichic/app/public/wp-content/themes/hello-elementor-child/assets/scss/theme.scss */
.elementor-form .elementor-field-type-checkbox > div label:before {
  -webkit-border-top-left-radius: 2px !important;
  -webkit-border-top-right-radius: 2px !important;
  -webkit-border-bottom-right-radius: 2px !important;
  -webkit-border-bottom-left-radius: 2px !important;
  -moz-border-radius-topleft: 2px !important;
  -moz-border-radius-topright: 2px !important;
  -moz-border-radius-bottomright: 2px !important;
  -moz-border-radius-bottomleft: 2px !important;
  border-top-left-radius: 2px !important;
  border-top-right-radius: 2px !important;
  border-bottom-right-radius: 2px !important;
  border-bottom-left-radius: 2px !important;
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-right: 0.5em;
  margin-left: -1.5em;
  vertical-align: -2px;
  border: 1px solid #CCCCCC;
  padding: 0.12em;
  background-color: transparent;
  background-clip: content-box;
  transition: all 0.2s ease;
}

/* line 269, ../../../../Local Sites/kichic/app/public/wp-content/themes/hello-elementor-child/assets/scss/theme.scss */
.elementor-form .elementor-field-type-checkbox > div label {
  line-height: var(--e-global-typography-text-line-height);
  position: relative;
}

/* line 273, ../../../../Local Sites/kichic/app/public/wp-content/themes/hello-elementor-child/assets/scss/theme.scss */
.elementor-form .elementor-field-type-checkbox > div label:after {
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  content: "";
  left: 2px;
  position: absolute;
  top: 11px;
  transform: scaleX(-1) rotate(135deg);
  transform-origin: left top;
  width: 5px;
  display: none;
  width: 0.3em;
  height: 0.6em;
  border-color: #fff;
  margin-left: -1.4em;
  margin-top: -0.05em;
}

/* line 290, ../../../../Local Sites/kichic/app/public/wp-content/themes/hello-elementor-child/assets/scss/theme.scss */
.elementor-form .elementor-field-type-checkbox > div input:hover + label:before {
  border-color: var(--e-global-color-accent);
}

/* line 293, ../../../../Local Sites/kichic/app/public/wp-content/themes/hello-elementor-child/assets/scss/theme.scss */
.elementor-form .elementor-field-type-checkbox > div input:checked + label:before {
  border-color: var(--e-global-color-accent);
  background: var(--e-global-color-accent);
}

/* line 297, ../../../../Local Sites/kichic/app/public/wp-content/themes/hello-elementor-child/assets/scss/theme.scss */
.elementor-form .elementor-field-type-checkbox > div input:checked + label:after {
  display: inline-block;
}

/* line 523, ../../../../Local Sites/kichic/app/public/wp-content/themes/hello-elementor-child/assets/scss/theme.scss */
.elementor-form .elementor-field-type-checkbox .elementor-field-option {
  margin-bottom: 1rem;
}

/* line 525, ../../../../Local Sites/kichic/app/public/wp-content/themes/hello-elementor-child/assets/scss/theme.scss */
.elementor-form .elementor-field-type-checkbox .elementor-field-option:last-child {
  margin-bottom: 0 !important;
}

/* line 528, ../../../../Local Sites/kichic/app/public/wp-content/themes/hello-elementor-child/assets/scss/theme.scss */
.elementor-form .elementor-field-type-checkbox .elementor-field-option label {
  cursor: pointer;
}

/* line 532, ../../../../Local Sites/kichic/app/public/wp-content/themes/hello-elementor-child/assets/scss/theme.scss */
.elementor-form .elementor-field-type-checkbox .elementor-field-option label::before {
  cursor: pointer;
}

/* line 540, ../../../../Local Sites/kichic/app/public/wp-content/themes/hello-elementor-child/assets/scss/theme.scss */
.elementor-form .elementor-field-type-checkbox .elementor-subgroup-inline .elementor-field-option {
  padding-right: 50px;
}

/* line 306, ../../../../Local Sites/kichic/app/public/wp-content/themes/hello-elementor-child/assets/scss/theme.scss */
.elementor-form .elementor-field-type-radio .elementor-field-subgroup {
  padding-left: 1.5em;
}

/* line 309, ../../../../Local Sites/kichic/app/public/wp-content/themes/hello-elementor-child/assets/scss/theme.scss */
.elementor-form .elementor-field-type-radio > div label:before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-right: 0.5em;
  margin-left: -1.5em;
  -webkit-border-top-left-radius: 15px !important;
  -webkit-border-top-right-radius: 15px !important;
  -webkit-border-bottom-right-radius: 15px !important;
  -webkit-border-bottom-left-radius: 15px !important;
  -moz-border-radius-topleft: 15px !important;
  -moz-border-radius-topright: 15px !important;
  -moz-border-radius-bottomright: 15px !important;
  -moz-border-radius-bottomleft: 15px !important;
  border-top-left-radius: 15px !important;
  border-top-right-radius: 15px !important;
  border-bottom-right-radius: 15px !important;
  border-bottom-left-radius: 15px !important;
  vertical-align: -3px;
  border: 1px solid #CCCCCC;
  padding: 0.13em;
  background-color: transparent;
  background-clip: content-box;
  transition: all 0.2s ease;
}

/* line 324, ../../../../Local Sites/kichic/app/public/wp-content/themes/hello-elementor-child/assets/scss/theme.scss */
.elementor-form .elementor-field-type-radio > div label {
  line-height: var(--e-global-typography-text-line-height);
}

/* line 327, ../../../../Local Sites/kichic/app/public/wp-content/themes/hello-elementor-child/assets/scss/theme.scss */
.elementor-form .elementor-field-type-radio > div input:hover + label:before {
  border-color: var(--e-global-color-accent);
}

/* line 330, ../../../../Local Sites/kichic/app/public/wp-content/themes/hello-elementor-child/assets/scss/theme.scss */
.elementor-form .elementor-field-type-radio > div input:checked + label:before {
  background-color: var(--e-global-color-accent);
  border-color: var(--e-global-color-accent);
}

/* line 548, ../../../../Local Sites/kichic/app/public/wp-content/themes/hello-elementor-child/assets/scss/theme.scss */
.elementor-form .elementor-field-type-radio .elementor-field-option {
  margin-bottom: 1rem;
}

/* line 550, ../../../../Local Sites/kichic/app/public/wp-content/themes/hello-elementor-child/assets/scss/theme.scss */
.elementor-form .elementor-field-type-radio .elementor-field-option:last-child {
  margin-bottom: 0 !important;
}

/* line 553, ../../../../Local Sites/kichic/app/public/wp-content/themes/hello-elementor-child/assets/scss/theme.scss */
.elementor-form .elementor-field-type-radio .elementor-field-option label {
  cursor: pointer;
}

/* line 557, ../../../../Local Sites/kichic/app/public/wp-content/themes/hello-elementor-child/assets/scss/theme.scss */
.elementor-form .elementor-field-type-radio .elementor-field-option label::before {
  cursor: pointer;
}

/* line 565, ../../../../Local Sites/kichic/app/public/wp-content/themes/hello-elementor-child/assets/scss/theme.scss */
.elementor-form .elementor-field-type-radio .elementor-subgroup-inline .elementor-field-option {
  padding-right: 50px;
}

/* line 572, ../../../../Local Sites/kichic/app/public/wp-content/themes/hello-elementor-child/assets/scss/theme.scss */
.elementor-form .elementor-field-type-acceptance {
  /*
	.elementor-field-label{
		line-height: 1.3em;
		margin-top: 10px;
		margin-bottom: 15px;
	}
	*/
}

/* line 244, ../../../../Local Sites/kichic/app/public/wp-content/themes/hello-elementor-child/assets/scss/theme.scss */
.elementor-form .elementor-field-type-acceptance .elementor-field-subgroup {
  padding-left: 1.5em;
}

/* line 254, ../../../../Local Sites/kichic/app/public/wp-content/themes/hello-elementor-child/assets/scss/theme.scss */
.elementor-form .elementor-field-type-acceptance > div label:before {
  -webkit-border-top-left-radius: 2px !important;
  -webkit-border-top-right-radius: 2px !important;
  -webkit-border-bottom-right-radius: 2px !important;
  -webkit-border-bottom-left-radius: 2px !important;
  -moz-border-radius-topleft: 2px !important;
  -moz-border-radius-topright: 2px !important;
  -moz-border-radius-bottomright: 2px !important;
  -moz-border-radius-bottomleft: 2px !important;
  border-top-left-radius: 2px !important;
  border-top-right-radius: 2px !important;
  border-bottom-right-radius: 2px !important;
  border-bottom-left-radius: 2px !important;
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-right: 0.5em;
  margin-left: -1.5em;
  vertical-align: -2px;
  border: 1px solid #CCCCCC;
  padding: 0.12em;
  background-color: transparent;
  background-clip: content-box;
  transition: all 0.2s ease;
}

/* line 269, ../../../../Local Sites/kichic/app/public/wp-content/themes/hello-elementor-child/assets/scss/theme.scss */
.elementor-form .elementor-field-type-acceptance > div label {
  line-height: var(--e-global-typography-text-line-height);
  position: relative;
}

/* line 273, ../../../../Local Sites/kichic/app/public/wp-content/themes/hello-elementor-child/assets/scss/theme.scss */
.elementor-form .elementor-field-type-acceptance > div label:after {
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  content: "";
  left: 2px;
  position: absolute;
  top: 11px;
  transform: scaleX(-1) rotate(135deg);
  transform-origin: left top;
  width: 5px;
  display: none;
  width: 0.3em;
  height: 0.6em;
  border-color: #fff;
  margin-left: -1.4em;
  margin-top: -0.05em;
}

/* line 290, ../../../../Local Sites/kichic/app/public/wp-content/themes/hello-elementor-child/assets/scss/theme.scss */
.elementor-form .elementor-field-type-acceptance > div input:hover + label:before {
  border-color: var(--e-global-color-accent);
}

/* line 293, ../../../../Local Sites/kichic/app/public/wp-content/themes/hello-elementor-child/assets/scss/theme.scss */
.elementor-form .elementor-field-type-acceptance > div input:checked + label:before {
  border-color: var(--e-global-color-accent);
  background: var(--e-global-color-accent);
}

/* line 297, ../../../../Local Sites/kichic/app/public/wp-content/themes/hello-elementor-child/assets/scss/theme.scss */
.elementor-form .elementor-field-type-acceptance > div input:checked + label:after {
  display: inline-block;
}

/* line 575, ../../../../Local Sites/kichic/app/public/wp-content/themes/hello-elementor-child/assets/scss/theme.scss */
.elementor-form .elementor-field-type-acceptance .elementor-field-label {
  display: none;
}

/* line 580, ../../../../Local Sites/kichic/app/public/wp-content/themes/hello-elementor-child/assets/scss/theme.scss */
.elementor-form .elementor-field-type-acceptance .elementor-field-option label {
  cursor: pointer;
}

/* line 584, ../../../../Local Sites/kichic/app/public/wp-content/themes/hello-elementor-child/assets/scss/theme.scss */
.elementor-form .elementor-field-type-acceptance .elementor-field-option label::before {
  cursor: pointer;
}

@keyframes check {
  0% {
    height: 0;
    width: 0;
  }
  25% {
    height: 0;
    width: 6px;
  }
  50% {
    height: 11px;
    width: 6px;
  }
}

/* CUSTOM STYLES */
/* *********************************************************** */
/* line 611, ../../../../Local Sites/kichic/app/public/wp-content/themes/hello-elementor-child/assets/scss/theme.scss */
.lpx-white-link {
  color: #FFFFFF !important;
}

/* line 615, ../../../../Local Sites/kichic/app/public/wp-content/themes/hello-elementor-child/assets/scss/theme.scss */
.lpx-btn-menu .elementor-button-link {
  padding: 0.62rem 0.62rem !important;
}

/* line 618, ../../../../Local Sites/kichic/app/public/wp-content/themes/hello-elementor-child/assets/scss/theme.scss */
.lpx-btn-menu .elementor-button-icon {
  margin: 0 0 -8px 0;
}

/* line 623, ../../../../Local Sites/kichic/app/public/wp-content/themes/hello-elementor-child/assets/scss/theme.scss */
.lpx-btn-menu-mobile .elementor-button-link {
  padding: 0.4rem 0 !important;
}

/* line 626, ../../../../Local Sites/kichic/app/public/wp-content/themes/hello-elementor-child/assets/scss/theme.scss */
.lpx-btn-menu-mobile .elementor-button-icon {
  margin: 0 0 -8px 0;
}

/* line 631, ../../../../Local Sites/kichic/app/public/wp-content/themes/hello-elementor-child/assets/scss/theme.scss */
.lpx-sidebar-menu ul {
  list-style: none;
  padding-left: 0;
}

/* line 634, ../../../../Local Sites/kichic/app/public/wp-content/themes/hello-elementor-child/assets/scss/theme.scss */
.lpx-sidebar-menu ul li {
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
}

/* line 638, ../../../../Local Sites/kichic/app/public/wp-content/themes/hello-elementor-child/assets/scss/theme.scss */
.lpx-sidebar-menu ul li a {
  color: #fff;
  text-decoration: none;
  padding: 5px 0;
  display: block;
}

/* line 644, ../../../../Local Sites/kichic/app/public/wp-content/themes/hello-elementor-child/assets/scss/theme.scss */
.lpx-sidebar-menu ul li .sub-menu {
  display: none;
  padding-left: 1.5rem;
}

/* line 651, ../../../../Local Sites/kichic/app/public/wp-content/themes/hello-elementor-child/assets/scss/theme.scss */
.lpx-sidebar-menu .menu-item-has-children > a {
  display: inline-block;
  padding-right: 50px;
}

/* line 660, ../../../../Local Sites/kichic/app/public/wp-content/themes/hello-elementor-child/assets/scss/theme.scss */
.lpx-sidebar-menu .lpx-sidebar-sub-menu-down-icon > a {
  background-image: url("../images/submenu-arrow-down.png");
  background-repeat: no-repeat;
  background-position: right;
}

/* line 667, ../../../../Local Sites/kichic/app/public/wp-content/themes/hello-elementor-child/assets/scss/theme.scss */
.lpx-sidebar-menu .lpx-sidebar-sub-menu-up-icon > a {
  background-image: url("../images/submenu-arrow-up.png");
  background-repeat: no-repeat;
  background-position: right;
}

/* line 674, ../../../../Local Sites/kichic/app/public/wp-content/themes/hello-elementor-child/assets/scss/theme.scss */
.lpx-sidebar-menu-top-separator {
  padding-top: 10px;
}

/* line 676, ../../../../Local Sites/kichic/app/public/wp-content/themes/hello-elementor-child/assets/scss/theme.scss */
.lpx-sidebar-menu-top-separator::before {
  content: "";
  display: inline-block;
  width: 20px;
  border-top: #fff solid 1px;
  padding-bottom: 10px;
}

/* line 686, ../../../../Local Sites/kichic/app/public/wp-content/themes/hello-elementor-child/assets/scss/theme.scss */
.lpx-sidebar-menu-bottom-separator::after {
  content: "";
  display: inline-block;
  width: 20px;
  border-top: #fff solid 1px;
  padding-top: 0;
}

/* line 694, ../../../../Local Sites/kichic/app/public/wp-content/themes/hello-elementor-child/assets/scss/theme.scss */
.lpx-homepage-slider-container {
  position: relative;
}

/* line 699, ../../../../Local Sites/kichic/app/public/wp-content/themes/hello-elementor-child/assets/scss/theme.scss */
.lpx-homepage-slider-container .lpx-kichic-logo-the-perfect-balance {
  position: absolute;
  top: calc(5vw + 150px);
  left: 25%;
  right: 25%;
  z-index: 1;
}

/* line 706, ../../../../Local Sites/kichic/app/public/wp-content/themes/hello-elementor-child/assets/scss/theme.scss */
.lpx-homepage-slider-container .lpx-kichic-feel-the-experience {
  position: absolute;
  top: calc(5vw + 300px);
  left: 10%;
  right: 10%;
  z-index: 1;
}

/* line 715, ../../../../Local Sites/kichic/app/public/wp-content/themes/hello-elementor-child/assets/scss/theme.scss */
.lpx-homepage-sleep-loop-item .elementor-cta {
  aspect-ratio: 1 / 1;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}

/* line 723, ../../../../Local Sites/kichic/app/public/wp-content/themes/hello-elementor-child/assets/scss/theme.scss */
.lpx-homepage-sleep-loop-item .elementor-cta .elementor-cta__title {
  text-decoration: none;
}

/* line 726, ../../../../Local Sites/kichic/app/public/wp-content/themes/hello-elementor-child/assets/scss/theme.scss */
.lpx-homepage-sleep-loop-item .elementor-cta .elementor-cta__description {
  opacity: 0;
  height: 0;
  transform: translateY(100%) ease-in;
  transition: transform 0.5s, opacity 0.5s height 0.5s;
}

/* line 732, ../../../../Local Sites/kichic/app/public/wp-content/themes/hello-elementor-child/assets/scss/theme.scss */
.lpx-homepage-sleep-loop-item .elementor-cta .elementor-cta__button-wrapper {
  opacity: 0;
  height: 0;
  transform: translateY(100%) ease-in;
  transition: transform 0.5s, opacity 0.5s height 0.5s;
}

/* line 738, ../../../../Local Sites/kichic/app/public/wp-content/themes/hello-elementor-child/assets/scss/theme.scss */
.lpx-homepage-sleep-loop-item .elementor-cta:hover {
  text-decoration: none;
}

/* line 740, ../../../../Local Sites/kichic/app/public/wp-content/themes/hello-elementor-child/assets/scss/theme.scss */
.lpx-homepage-sleep-loop-item .elementor-cta:hover .elementor-cta__title {
  text-decoration: none;
}

/* line 743, ../../../../Local Sites/kichic/app/public/wp-content/themes/hello-elementor-child/assets/scss/theme.scss */
.lpx-homepage-sleep-loop-item .elementor-cta:hover .elementor-cta__description {
  opacity: 1;
  height: auto;
  transform: translateY(0);
  text-decoration: none;
}

/* line 749, ../../../../Local Sites/kichic/app/public/wp-content/themes/hello-elementor-child/assets/scss/theme.scss */
.lpx-homepage-sleep-loop-item .elementor-cta:hover .elementor-cta__button-wrapper {
  opacity: 1;
  height: auto;
  transform: translateY(0);
}

/* line 760, ../../../../Local Sites/kichic/app/public/wp-content/themes/hello-elementor-child/assets/scss/theme.scss */
.lpx-regular-cta .elementor-cta:hover {
  text-decoration: none;
}

/* line 762, ../../../../Local Sites/kichic/app/public/wp-content/themes/hello-elementor-child/assets/scss/theme.scss */
.lpx-regular-cta .elementor-cta:hover .elementor-cta__title {
  text-decoration: none;
}

/* line 765, ../../../../Local Sites/kichic/app/public/wp-content/themes/hello-elementor-child/assets/scss/theme.scss */
.lpx-regular-cta .elementor-cta:hover .elementor-cta__description {
  text-decoration: none;
}

/* line 774, ../../../../Local Sites/kichic/app/public/wp-content/themes/hello-elementor-child/assets/scss/theme.scss */
.lpx-horizontal-flex-list ul {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: 1fr;
  grid-gap: 5px;
  column-gap: 30px;
  text-align: center;
  padding-left: 0;
}

/* line 782, ../../../../Local Sites/kichic/app/public/wp-content/themes/hello-elementor-child/assets/scss/theme.scss */
.lpx-horizontal-flex-list ul li {
  display: inline-block;
}

@media (min-width: 550px) {
  /* line 789, ../../../../Local Sites/kichic/app/public/wp-content/themes/hello-elementor-child/assets/scss/theme.scss */
  .lpx-horizontal-flex-list ul {
    grid-template-columns: repeat(2, 1fr);
    text-align: left;
    padding-left: 1rem;
    max-width: 550px;
    margin: 0 auto;
  }
  /* line 795, ../../../../Local Sites/kichic/app/public/wp-content/themes/hello-elementor-child/assets/scss/theme.scss */
  .lpx-horizontal-flex-list ul li {
    display: revert;
  }
}

@media (min-width: 768px) {
  /* line 803, ../../../../Local Sites/kichic/app/public/wp-content/themes/hello-elementor-child/assets/scss/theme.scss */
  .lpx-horizontal-flex-list ul {
    grid-template-columns: repeat(3, 1fr);
    max-width: 768px;
    margin: 0 auto;
  }
}

@media (min-width: 1024px) {
  /* line 812, ../../../../Local Sites/kichic/app/public/wp-content/themes/hello-elementor-child/assets/scss/theme.scss */
  .lpx-horizontal-flex-list ul {
    grid-template-columns: repeat(4, 1fr);
    max-width: 100%;
  }
}

/* line 819, ../../../../Local Sites/kichic/app/public/wp-content/themes/hello-elementor-child/assets/scss/theme.scss */
html > .page-template:not(.home),
html > .archive:not(.home),
html > .post-type-archive:not(.home),
html > .elementor_library-template-default:not(.home),
html > .single:not(.home),
html > .page:not(.home) {
  padding-top: 100px;
  padding-bottom: 70px;
}

@media (min-width: 1024px) {
  /* line 829, ../../../../Local Sites/kichic/app/public/wp-content/themes/hello-elementor-child/assets/scss/theme.scss */
  html > .page-template:not(.home),
  html > .archive, .post-type-archive:not(.home),
  html > .elementor_library-template-default:not(.home),
  html > .single:not(.home),
  html > .page:not(.home) {
    padding-top: 120px;
    padding-bottom: 70px;
  }
}

/* line 840, ../../../../Local Sites/kichic/app/public/wp-content/themes/hello-elementor-child/assets/scss/theme.scss */
.lpx-horizontal-form .elementor-field-type-submit {
  padding-top: 1.6rem;
}

/* line 842, ../../../../Local Sites/kichic/app/public/wp-content/themes/hello-elementor-child/assets/scss/theme.scss */
.lpx-horizontal-form .elementor-field-type-submit .elementor-button {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}

/* line 849, ../../../../Local Sites/kichic/app/public/wp-content/themes/hello-elementor-child/assets/scss/theme.scss */
.elementor-form > .elementor-message {
  margin-top: 70px;
}

/* AVAILABILITY CALENDAR */
/* ************************************************ */
/* line 859, ../../../../Local Sites/kichic/app/public/wp-content/themes/hello-elementor-child/assets/scss/theme.scss */
.mphb-calendar {
  width: 100% !important;
}

/* line 861, ../../../../Local Sites/kichic/app/public/wp-content/themes/hello-elementor-child/assets/scss/theme.scss */
.mphb-calendar .datepick {
  width: 100% !important;
}

/* line 864, ../../../../Local Sites/kichic/app/public/wp-content/themes/hello-elementor-child/assets/scss/theme.scss */
.mphb-calendar .datepick-month-row {
  display: flex;
  flex-direction: column;
}

/* line 868, ../../../../Local Sites/kichic/app/public/wp-content/themes/hello-elementor-child/assets/scss/theme.scss */
.mphb-calendar .datepick-month {
  width: 100% !important;
}

/* line 872, ../../../../Local Sites/kichic/app/public/wp-content/themes/hello-elementor-child/assets/scss/theme.scss */
.mphb-calendar .last .datepick-month-header {
  height: 40px !important;
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: center;
  align-items: center;
  line-height: 1em;
  padding: 0;
}

@media (min-width: 1024px) {
  /* line 886, ../../../../Local Sites/kichic/app/public/wp-content/themes/hello-elementor-child/assets/scss/theme.scss */
  .mphb-calendar .datepick-month-row {
    flex-direction: row;
  }
}

/* line 892, ../../../../Local Sites/kichic/app/public/wp-content/themes/hello-elementor-child/assets/scss/theme.scss */
.lpx-mphb-availability-calendar .datepick-month-row {
  column-gap: 1rem;
}

/* line 894, ../../../../Local Sites/kichic/app/public/wp-content/themes/hello-elementor-child/assets/scss/theme.scss */
.lpx-mphb-availability-calendar .datepick-month-row .datepick-month-header {
  display: flex;
  column-gap: 2rem;
  flex-wrap: nowrap;
  justify-content: center;
  height: 40px;
}

/* line 900, ../../../../Local Sites/kichic/app/public/wp-content/themes/hello-elementor-child/assets/scss/theme.scss */
.lpx-mphb-availability-calendar .datepick-month-row .datepick-month-header .datepick-month-year {
  text-align: left;
  padding-right: 0;
  background-position: right;
  align-content: center;
}

/* line 906, ../../../../Local Sites/kichic/app/public/wp-content/themes/hello-elementor-child/assets/scss/theme.scss */
.lpx-mphb-availability-calendar .datepick-month-row .datepick-month-header .datepick-month-year:nth-child(2) {
  padding-right: 1.5rem;
}

/* line 910, ../../../../Local Sites/kichic/app/public/wp-content/themes/hello-elementor-child/assets/scss/theme.scss */
.lpx-mphb-availability-calendar .datepick-month-row .datepick-month {
  border: 0 !important;
}

/* line 914, ../../../../Local Sites/kichic/app/public/wp-content/themes/hello-elementor-child/assets/scss/theme.scss */
.lpx-mphb-availability-calendar .datepick-month-row table .mphb-date-cell {
  -webkit-border-radius: 0.75rem !important;
  -moz-border-radius: 0.75rem !important;
  border-radius: 0.75rem !important;
  height: 50px;
  padding: 0 2px !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 36px;
  color: var(--bricks-color-cilanb);
  font-weight: 500;
}

/* line 924, ../../../../Local Sites/kichic/app/public/wp-content/themes/hello-elementor-child/assets/scss/theme.scss */
.lpx-mphb-availability-calendar .datepick-month-row table .mphb-date-cell:hover {
  text-decoration: none;
}

/* line 927, ../../../../Local Sites/kichic/app/public/wp-content/themes/hello-elementor-child/assets/scss/theme.scss */
.lpx-mphb-availability-calendar .datepick-month-row table .mphb-date-cell .mphb-date-cell__price {
  font-weight: 400;
}

/* line 931, ../../../../Local Sites/kichic/app/public/wp-content/themes/hello-elementor-child/assets/scss/theme.scss */
.lpx-mphb-availability-calendar .datepick-month-row table .datepick-today {
  border: var(--bricks-color-cilanb) dashed 2px;
}

/* line 937, ../../../../Local Sites/kichic/app/public/wp-content/themes/hello-elementor-child/assets/scss/theme.scss */
.mphb-calendar .mphb-datepicker-peru .datepick-nav {
  border: 1px solid #e3e3e3;
}

/* line 941, ../../../../Local Sites/kichic/app/public/wp-content/themes/hello-elementor-child/assets/scss/theme.scss */
.mphb-calendar td .mphb-available-date {
  background-color: #FAF8F5;
  border: #e3e3e3 solid 1px;
}

/* line 945, ../../../../Local Sites/kichic/app/public/wp-content/themes/hello-elementor-child/assets/scss/theme.scss */
.mphb-calendar td .mphb-selected-date, .mphb-calendar td .mphb-selected-date--check-in, .mphb-calendar td .mphb-selected-date--check-in.mphb-date-check-out, .mphb-calendar td .mphb-selected-date--check-out, .mphb-calendar td .mphb-selected-date--check-out.mphb-date-check-in, .mphb-calendar td .mphb-selectable-date--check-in:hover, .mphb-calendar td .mphb-selectable-date--check-out:hover {
  background-color: #7AD09C !important;
  color: white !important;
}

/* line 949, ../../../../Local Sites/kichic/app/public/wp-content/themes/hello-elementor-child/assets/scss/theme.scss */
.mphb-calendar td .mphb-date-check-in {
  background: linear-gradient(to bottom right, #FAF8F5 0%, #FAF8F5 50%, #F5BEBE 50%, #F5BEBE 100%);
}

/* line 958, ../../../../Local Sites/kichic/app/public/wp-content/themes/hello-elementor-child/assets/scss/theme.scss */
.mphb-calendar td .mphb-date-check-out {
  background: linear-gradient(to bottom right, #F5BEBE 0%, #F5BEBE 50%, #FAF8F5 50%, #FAF8F5 100%);
}

/* line 967, ../../../../Local Sites/kichic/app/public/wp-content/themes/hello-elementor-child/assets/scss/theme.scss */
.mphb-calendar td .mphb-mark-as-unavailable--check-out {
  background: linear-gradient(to bottom right, #F5BEBE 0%, #F5BEBE 50%, #FAF8F5 50%, #FAF8F5 100%);
}

/* line 976, ../../../../Local Sites/kichic/app/public/wp-content/themes/hello-elementor-child/assets/scss/theme.scss */
.mphb-calendar td .mphb-booked-date {
  background-color: #F5BEBE;
}

/* line 979, ../../../../Local Sites/kichic/app/public/wp-content/themes/hello-elementor-child/assets/scss/theme.scss */
.mphb-calendar .mphb-datepicker-peru .datepick-ctrl, .datepick-popup .mphb-datepicker-peru .datepick-ctrl {
  margin-top: 1rem;
  border: 0;
}

/* line 983, ../../../../Local Sites/kichic/app/public/wp-content/themes/hello-elementor-child/assets/scss/theme.scss */
.mphb-calendar .datepick-month-row {
  align-items: flex-start;
}

/* line 986, ../../../../Local Sites/kichic/app/public/wp-content/themes/hello-elementor-child/assets/scss/theme.scss */
.mphb-calendar .mphb-datepicker-peru .datepick-month td, .datepick-popup .mphb-datepicker-peru .datepick-month td {
  padding: 1px;
}

/* line 989, ../../../../Local Sites/kichic/app/public/wp-content/themes/hello-elementor-child/assets/scss/theme.scss */
.mphb-datepicker-peru td .datepick-weekend {
  background-color: #fbf5ec;
}

/* POPUP CALENDAR */
/* ************************************************ */
/* line 997, ../../../../Local Sites/kichic/app/public/wp-content/themes/hello-elementor-child/assets/scss/theme.scss */
.datepick-popup .datepick-nav {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}

/* line 1000, ../../../../Local Sites/kichic/app/public/wp-content/themes/hello-elementor-child/assets/scss/theme.scss */
.datepick-popup .datepick-month-year {
  padding-right: 2rem;
}

/* line 1003, ../../../../Local Sites/kichic/app/public/wp-content/themes/hello-elementor-child/assets/scss/theme.scss */
.datepick-popup .datepick-ctrl .datepick-cmd {
  color: #7AD09C !important;
  background-color: transparent !important;
}

/* line 1006, ../../../../Local Sites/kichic/app/public/wp-content/themes/hello-elementor-child/assets/scss/theme.scss */
.datepick-popup .datepick-ctrl .datepick-cmd:hover {
  text-decoration: underline;
}

/* line 1011, ../../../../Local Sites/kichic/app/public/wp-content/themes/hello-elementor-child/assets/scss/theme.scss */
.datepick-popup .mphb-datepicker-peru.mphb-datepick-popup .datepick-month td .mphb-selectable-date {
  -webkit-border-radius: 0.4rem !important;
  -moz-border-radius: 0.4rem !important;
  border-radius: 0.4rem !important;
  background-color: #FAF8F5;
  border: #e3e3e3 solid 1px;
}

/* line 1016, ../../../../Local Sites/kichic/app/public/wp-content/themes/hello-elementor-child/assets/scss/theme.scss */
.datepick-popup .mphb-datepicker-peru.mphb-datepick-popup .datepick-month td .datepick-today {
  -webkit-border-radius: 0.4rem !important;
  -moz-border-radius: 0.4rem !important;
  border-radius: 0.4rem !important;
  border: var(--bricks-color-cilanb) dashed 2px;
  color: var(--bricks-color-cilanb);
}

/* line 1021, ../../../../Local Sites/kichic/app/public/wp-content/themes/hello-elementor-child/assets/scss/theme.scss */
.datepick-popup .mphb-datepicker-peru.mphb-datepick-popup .datepick-month td a.datepick-highlight {
  background-color: #7AD09C !important;
  color: white !important;
}

/* line 1025, ../../../../Local Sites/kichic/app/public/wp-content/themes/hello-elementor-child/assets/scss/theme.scss */
.datepick-popup .mphb-datepicker-peru.mphb-datepick-popup .datepick-month td .mphb-selectable-date {
  color: var(--bricks-color-cilanb);
}

/* line 1028, ../../../../Local Sites/kichic/app/public/wp-content/themes/hello-elementor-child/assets/scss/theme.scss */
.datepick-popup .mphb-datepicker-peru.mphb-datepick-popup .datepick-month td .mphb-check-in-date {
  -webkit-border-radius: 0.4rem !important;
  -moz-border-radius: 0.4rem !important;
  border-radius: 0.4rem !important;
  background-color: #7AD09C !important;
  color: white !important;
}

/* ROOM TYPE ATTRIBUTES */
/* ************************************************ */
/* line 1037, ../../../../Local Sites/kichic/app/public/wp-content/themes/hello-elementor-child/assets/scss/theme.scss */
.mphb-loop-room-type-attributes .mphb-room-type-facilities {
  display: none;
}

/* line 1040, ../../../../Local Sites/kichic/app/public/wp-content/themes/hello-elementor-child/assets/scss/theme.scss */
.mphb-loop-room-type-attributes .mphb-room-type-categories {
  display: none;
}

/* CHECKOUT FORM */
/* ************************************************ */
@media (min-width: 1024px) {
  /* line 1048, ../../../../Local Sites/kichic/app/public/wp-content/themes/hello-elementor-child/assets/scss/theme.scss */
  .mphb-customer-details {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }
  /* line 1052, ../../../../Local Sites/kichic/app/public/wp-content/themes/hello-elementor-child/assets/scss/theme.scss */
  .mphb-customer-details p {
    margin-bottom: 0 !important;
  }
}

/* line 1058, ../../../../Local Sites/kichic/app/public/wp-content/themes/hello-elementor-child/assets/scss/theme.scss */
.mphb_sc_checkout-submit-wrapper .button {
  font-size: 1.2rem;
  font-weight: 500;
}

/* line 1063, ../../../../Local Sites/kichic/app/public/wp-content/themes/hello-elementor-child/assets/scss/theme.scss */
.mphb-room-type.post-1098 {
  display: none;
}

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