/*
Theme Name: Golo Child
Theme URI: https://wp.getgolo.com/
Author: Uxper
Author URI: http://uxper.co/
Version: 1.0.1
Template: golo
Text Domain: golo
Tags: editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
*/

.icon-search-filter {
  display: none !important;
  left: auto !important;
  right: 20px;
}
@media (max-width: 1024px) {
	.ekit-template-content-markup.ekit-template-content-header {
		background: #008359;
	}
	.home .ekit-template-content-markup.ekit-template-content-header {
		position: absolute;
		width: 100%;
		z-index: 4;
		border: none;
		background: transparent;
	}
}
@media (max-width: 767px) {
	.home .shape-bottom-radius {
		border-radius: 0 0 10% 10%;
		overflow: hidden;
	}
	.home .block-search .search-form {
		width: 90%;
		margin: 0 auto;
	}
	.home .elementor-place-search .block-search.layout-01 .input-search {
		padding: 14px 50px 14px 52px;
	}
	.home .elementor-shape.elementor-shape-bottom {
	  display: none;
	}
	.icon-search-filter {
		display: block !important;
	}
}

/* Filter popup button */
.icon-search-filter {
	cursor: pointer;
}

/* Filter popup */
.filter-popup {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 999;
	display: none;
}

.filter-popup.active {
	display: block;
}

.filter-popup-inner {
	position: fixed;
	top: 10%;
	right: 0;
	width: 100%;
	max-width: 400px;
	height: 90%;
	background-color: #fff;
/* 	overflow-y: auto; */
	transform: translateX(100%);
	transition: transform 0.3s ease;
	border-radius: 20px;
}

.filter-popup.active .filter-popup-inner {
	transform: translateX(0);
}

/* Header */
.filter-popup-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 15px 20px;
	border-bottom: 1px solid #eee;
}

.filter-popup-header h2 {
	margin: 0;
	font-size: 24px;
}

.close-filter {
	cursor: pointer;
	font-size: 24px;
}

/* Content */
.filter-popup-content {
	padding: 20px;
	height: calc(100% - 138px);
  	overflow-y: auto;
}

.filter-section {
	margin-bottom: 30px;
}

.filter-section h3 {
	margin-top: 0;
	margin-bottom: 15px;
	font-size: 18px;
}

/* Category options */
.filter-categories,
.filter-types,
.filter-tickets {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.filter-option {
	display: inline-flex;
	align-items: center;
	padding: 10px 15px;
	border: 1px solid #ddd;
	border-radius: 30px;
	cursor: pointer;
	margin-bottom: 10px;
	transition: all 0.3s ease;
}

.filter-option input[type="checkbox"],
.filter-option input[type="radio"] {
	display: none;
}

.filter-option img {
	width: 20px;
	height: 20px;
	margin-right: 8px;
}

.filter-option .option-text {
	font-size: 14px;
}

.filter-option input:checked + .checkmark + .option-text,
.filter-option input:checked + .option-text {
	color: #fb6e00;
}

.filter-option input:checked + .checkmark + img + .option-text,
.filter-option input:checked + .checkmark,
.filter-option:has(input:checked) {
	color: #fb6e00;
	border-color: #fb6e00;
	background-color: rgba(251, 110, 0, 0.1);
}

/* Time fields */
.filter-time {
	display: flex;
	gap: 20px;
}

.time-field {
	flex: 1;
}

.time-field label {
	display: block;
	margin-bottom: 8px;
	font-size: 14px;
}

.time-picker {
	position: relative;
	display: flex;
	align-items: center;
	border: 1px solid #ddd;
	border-radius: 5px;
	padding: 0 10px;
}

.time-picker i {
	margin-right: 8px;
}

.time-picker input {
	width: 100%;
	border: none;
	padding: 10px 0;
	outline: none;
}

/* Range slider */
.range-slider {
	margin-top: 15px;
}

.slider {
	width: 100%;
	height: 5px;
	background: #ddd;
	outline: none;
	-webkit-appearance: none;
	border-radius: 5px;
}

.slider::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 18px;
	height: 18px;
	background: #fb6e00;
	cursor: pointer;
	border-radius: 50%;
}

.slider::-moz-range-thumb {
	width: 18px;
	height: 18px;
	background: #fb6e00;
	cursor: pointer;
	border-radius: 50%;
}

.range-value {
	margin-top: 10px;
	text-align: center;
	font-size: 14px;
}

/* Footer */
.filter-popup-footer {
	padding: 15px 20px;
	border-top: 1px solid #eee;
	text-align: center;
}

.apply-filter-btn {
	width: 100%;
	display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  padding: 9px 25px;
  color: #fff;
  outline: 0;
  cursor: pointer;
  border: solid 1px #1e845b;
    border-top-color: rgb(35, 211, 211);
    border-right-color: rgb(35, 211, 211);
    border-bottom-color: rgb(35, 211, 211);
    border-left-color: rgb(35, 211, 211);
  border-top-color: rgb(35, 211, 211);
  border-right-color: rgb(35, 211, 211);
  border-bottom-color: rgb(35, 211, 211);
  border-left-color: rgb(35, 211, 211);
  background-color: #1e845b;
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}

.apply-filter-btn:hover {
	background-color: #e86300;
}

#filter-popup .golo-menu-filter .col {
  width: 100%;
  flex-basis: auto;
  text-align: left;
}
#filter-popup .golo-menu-filter .col .entry-filter {
	width: 100%;
}
#filter-popup .golo-menu-filter h4 {
	margin-top: 20px;
}

#filter-popup .golo-menu-filter ul.filter-control {
  display: flex;
  flex-wrap: wrap;
	max-height: none;
  gap: 10px 3%;
}

#filter-popup .golo-menu-filter ul.filter-control li .input-control {
  opacity: 0;
  visibility: hidden;
}

#filter-popup .golo-menu-filter ul.filter-control li label {
  padding-left: 0;
  padding: 5px 10px;
  border: 2px solid #1e845b;
  border-radius: 50px;
  text-align: center;
  text-align: center;
}

#filter-popup .golo-menu-filter ul.filter-control li + li {
  margin-top: 0;
}

#filter-popup .golo-menu-filter ul.filter-control li {
  min-width: 30%;
  max-width: 100%;
}

#filter-popup .filter-popup-inner {
  max-width: 100%;
}

#filter-popup .custom-checkbox:checked + label {
  background: #1e845b;
  color: #fff;
}
#filter-popup .golo-menu-filter ul.filter-control ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 3%;
  padding-left: 0;
}
#filter-popup .golo-menu-filter ul.filter-control {
	max-height: none
}
.popup-golo-nav-filter {
  margin-right: auto;
  margin-left: 10px;
  display: flex;
}
.popup-golo-clear-filter {
	cursor: pointer;
}
.popup-golo-clear-filter i {
  margin-right: 5px;
}