.elementor-kit-430{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-22583a6:#61CE70;--e-global-color-cbc63b7:#008615;--e-global-color-0fe4ae8:#FFFFFF;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-430 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1300px;}.e-con{--container-max-width:1300px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* style buttons in woocommerce menu basket */
	.woocommerce-mini-cart__buttons a {
		border-radius: 20px !important;
	}
	/* fix width of input fields, otherwise no values can be seen in some pages (e.g. add listing in events) */
  .woocommerce form input[type="number"] {
    max-width: 80px !important;
  }
	/* fix tags in search items in listing view */
	.directorist-search-field .directorist-search-tags directorist-flex {
		overflow: auto;
		max-height: 100px;
		display: block;   
	}

	.directorist-checkbox directorist-checkbox-primary {
		height: 24px;
	}
	/* Customize elastic search */
	.ep-search-modal {
		z-index: 99 !important;
		background: white;
	}
	.ep-search-modal__content {
		bottom: 0px;
    top: 74px;
    width: 100%;
    height: calc(100% - 74px);
    max-width: 100%;
	}
	.ep-search-page {
		max-width: 1100px;
    margin: 0 auto;
	}
	input.ep-search-input {
		border-radius: 100px;
    padding: 10px 15px;
    max-width: 440px;
		margin-top: 14px !important;
	}
	input.ep-search-input, .ep-search-small-button {
		border: 1px solid gainsboro !important;
	}
	.ep-search-small-button {
	    padding-left: 8px !important;
		padding-right: 8px !important;
	}
	.ep-search-sort__label {
		width: 62px;
        text-align: right;
	}
	.ep-search-modal__close {
		display: none !important;
	}/* End custom CSS */