/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */


.select2-selection__choice__remove{
	line-height: initial;
}

.finder-listings{
	box-shadow: none;
}

.marker-img {
	box-shadow: none;
}

a.reset-results-27 {
	display: none !important;
}

.material-icons.shopping_basket::before,
.mi.shopping_basket::before {
	content: "\e84f";
}

.fc-one-column,
.finder-listings {
	background: #fff;
}

.lf-item-container {
	box-shadow: none;
	border-radius: unset;
	overflow: visible;
}

.lf-item-container.listing-preview {
	min-height: 320px;
}

.finder-search .select2-container--default .select2-selection--multiple>ul>li:first-child {
	margin-top: 5px;
}

.explore-filter .select2-container--default .select2-selection--multiple {
	padding: 14px 0;
}

.explore-filter .select2-search--dropdown>input {
	display: none !important;
}

.explore-filter .select2-container--default .select2-selection--multiple {
	cursor: pointer;
}

.explore-filter .select2-container--default .select2-selection--multiple .select2-selection__choice {
	width: auto;
}

.explore-filter .select2-container .select2-search--inline .select2-search__field {
	display: none !important;
}

.finder-search .search-filters .form-group:nth-child(3),
.finder-search .search-filters .form-group:nth-child(4),
.finder-search .form-group.orderby-filter,
.finder-listings .fl-head {
	display: none;
}

.urban-collect.active-taxonomy-container {
	padding: 0px 30px;
}

.urban-collect.active-taxonomy-container .category-description {
	min-height: 1px;
	margin-bottom: 0px;
}

@media only screen and (max-width: 768px) {
	.urban-collect.active-taxonomy-container.with-bg {
		display: none;
	}

	.finder-search {
		padding-top: 100px;
	}
}

.finder-search {
	padding: 0px 20px;
}

.md-group {
	margin-bottom: 0px !important;
}


.c27-main-header.header-light-skin .scroll-logo {
	display: block;
}

.c27-main-header.header-light-skin .static-logo {
	display: none;
}

@media only screen and (max-width:768px) {
	.woocommerce-account .woocommerce-MyAccount-navigation>ul>li>a>.menu-text {
		display: none;
	}

	.woocommerce-account .woocommerce-MyAccount-navigation>ul>li>a>i {
		padding-right: 0;
	}

	#c27-explore-listings.finder-container {
		height: auto !important;
	}

	.explore-head-search input {
		height: 45px;
	}

}

@media only screen and (max-width:1200px) {

	.search-tab .search-filters {
		display: -webkit-box;
		display: flex;
		-webkit-box-orient: vertical;
		flex-direction: column;
	}

	.form-group.fc-search {
		margin-top: 15px;
	}
}

@media only screen and (min-width:1201px) {

	.finder-two-columns .fc-one-column .filter-wrapper {
		display: -webkit-box;
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
	}

	.finder-search .search-filters .form-group.fc-search {
		display: none;
	}

	#submit-job-form #form-section-submit .form-section {
		margin-bottom: 40px !important;
	}

}

.clusterDiv {
	/* background: #54595F; */
	height: 40px !important;
	width: 40px !important;
	line-height: 37px !important;
	font-size: 20px !important;
}

#form-section-tips.uc-tips.element {
	padding: 10px 30px;
}

#submit-job-form .form-section {
	opacity: 1;
	transform: none;
}

/* ELEMENTOR STICKY HEADER */

header.uc-transparent-sticky-header {
	--header-height: 80px;
	--opacity: 1;
	--shrink-me: 0.80;
	--sticky-background-color: #000;
	--transition: .3s ease-in-out;

	transition: background-color var(--transition),
		background-image var(--transition),
		backdrop-filter var(--transition),
		opacity var(--transition);
}

header.uc-white-sticky-header {
	--header-height: 80px;
	--opacity: 1;
	--shrink-me: 0.80;
	--sticky-background-color: #fff;
	--transition: .3s ease-in-out;

	transition: background-color var(--transition),
		background-image var(--transition),
		backdrop-filter var(--transition),
		opacity var(--transition);
}

@media screen and (max-width: 480px) {
	header.uc-white-sticky-header {
		--sticky-background-color: #000;
		background-color: #000;
		color: #fff;
	}
}

header.uc-sticky-header.elementor-sticky--effects {
	background-color: var(--sticky-background-color) !important;
	background-image: none !important;
	opacity: var(--opacity) !important;
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
}

header.uc-sticky-header>.elementor-container {
	transition: min-height var(--transition);
}

header.uc-sticky-header.elementor-sticky--effects>.elementor-container {
	min-height: calc(var(--header-height) * var(--shrink-me)) !important;
	height: calc(var(--header-height) * var(--shrink-me));
}

header.uc-sticky-header .elementor-nav-menu .elementor-item {
	transition: padding var(--transition);
}

header.uc-sticky-header.elementor-sticky--effects .elementor-nav-menu .elementor-item {
	padding-bottom: 10px !important;
	padding-top: 10px !important;
}

header.uc-sticky-header>.elementor-container .logo img {
	transition: max-width var(--transition);
}

header.uc-sticky-header.elementor-sticky--effects .logo img {
	max-width: calc(100% * var(--shrink-me));
}

/* ELEMENTOR STICKY HEADER - END */


/* NEWSLETTER SIGNUP */

.uc-input-switch {
	font-size: 24px;
	position: relative;
	display: inline-block;
	width: 2.4em;
	height: 1.2em;
}

.uc-input-switch input {
	opacity: 0;
	width: 0;
	height: 0;
	position: absolute;
}

.uc-input-slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
	border-radius: 1.2em;
}

.uc-input-slider:before {
	position: absolute;
	content: "";
	height: 1em;
	width: 1em;
	left: .1em;
	bottom: .1em;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
	border-radius: 50%;
}

input:checked+.uc-input-slider {
	background-color: var(--e-global-color-accent);
}

input:focus+.uc-input-slider {
	box-shadow: 0 0 1px var(--e-global-color-accent);
}

input:checked+.uc-input-slider:before {
	-webkit-transform: translateX(1.2em);
	-ms-transform: translateX(1.2em);
	transform: translateX(1.2em);
}


.wc_payment_methods label img{
	display: none;
}

form.uc-export-newsletter-subscribers input{
	width: auto;
}
