/*!
Theme Name: Club Mate
Theme URI: https://www.digiskill.de
Author: digiskill GmbH
Author URI: https://www.digiskill.de
Description: CLUB-MATE Website
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: clubmate
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Club Mate is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

body, html {
	overflow-x: hidden;
	min-width: 320px;
}

.vc_section {
	margin: 0px !important;
}

.vc_row {
	margin: 0px !important;
}

.wpb_wrapper > .wpb_content_element {
	margin-bottom: 0;
}

.owl-item .row {
	margin: 0px !important;
}

#storelocator-section {
	position: relative;
}

#storelocator-section #wpsl-container {
	margin-top: 160px;
	margin-bottom: 160px;
}

#storelocator-section #wpsl-result-list {
	width: auto;
	margin: 0;
}

#storelocator-section #wpsl-result-list .section-title p {
	padding-left: 0;
}

#storelocator-section #wpsl-wrap {
	margin-bottom: 0px !important;
}

#storelocator-section .wpsl-search {
	padding: 0;
	margin-bottom: 60px;
	background: transparent;
}

#storelocator-section #wpsl-search-wrap {
	float: none;
}

#storelocator-section #wpsl-search-wrap div {
	margin-right: 0;
	width: 100%;
	float: none;
}

#storelocator-section #wpsl-search-wrap .wpsl-input {
	position: relative;
	margin-bottom: 15px;
}

#storelocator-section #wpsl-search-wrap .wpsl-input input {
	width: 100%;
	height: 80px;
	padding-right: 57px;
	padding-left: 30px;
	color: #193781;
	background-color: #ffffff;
	border: none;
	border-bottom: 2px solid #193781;
	border-radius: 0;
	outline: 0;
}

#storelocator-section #wpsl-search-wrap .wpsl-input input::-webkit-input-placeholder {
	color: #c4c9d8;
}

#storelocator-section #wpsl-search-wrap .wpsl-input input::-moz-placeholder {
	color: #c4c9d8;
}

#storelocator-section #wpsl-search-wrap .wpsl-input input:-ms-input-placeholder {
	color: #c4c9d8;
}

#storelocator-section #wpsl-search-wrap .wpsl-input input:-moz-placeholder {
	color: #c4c9d8;
}

#storelocator-section #wpsl-search-wrap .wpsl-input input::placeholder {
	color: #c4c9d8;
}

#storelocator-section #wpsl-search-wrap #wpsl-search-btn {
	display: block;
	position: absolute;
	top: 50%;
	right: 20px;
	width: 30px;
	height: 30px;
	transform: translateY(-50%);
	background: url('assets/images/icons/search.svg') no-repeat center center;
	background-color: transparent !important;
	background-size: 100% auto;
	border: none;
	border-radius: 0;
	outline: none;
	box-shadow: none;
	float: none;
	padding: 0;
	margin: 0;
}

#storelocator-section #wpsl-stores {
	height: auto !important;
}

#storelocator-section #wpsl-stores .wpsl-preloader img {
	display: none;
}

#storelocator-section #wpsl-stores .wpsl-store-location {
	margin-bottom: 20px;
}

#storelocator-section #wpsl-stores .wpsl-store-location span {
	display: inline;
}

#storelocator-section #wpsl-stores .wpsl-store-location .wpsl-store-name {
	font-size: 20px;
	font-weight: 500;
}

#storelocator-section #wpsl-stores .wpsl-directions {
	display: none;
}

#storelocator-section #wpsl-stores .wpsl-no-results-msg {
	color: #193781;
	font-size: 22px;
}

#storelocator-section #wpsl-gmap {
	width: 100%;
	float: none;
	margin-bottom: 0;
}

/* Kontaktformular Footer & Kontaktseite */
.wpcf7-form .from-buttons,
.wpcf7-form .single-btn {
	position: relative;
}

.wpcf7-form .from-buttons .ajax-loader,
.wpcf7-form .single-btn .ajax-loader {
	position: absolute;
	right: 0;
	z-index: -1;
}

.wpcf7-form span.wpcf7-list-item {
	margin: 0;
}

/* Kontaktformular Kontaktseite */
#contact-section .wpcf7-form input.wpcf7-submit.bg-default-deepyellow {
	height: 60px;
	font-size: 18px;
	padding: 0px 40px;
	font-weight: 500;
	text-transform: initial;
	border: hidden;
	background-color: #c98a36;
}

#contact-section .wpcf7-form input.wpcf7-submit.bg-default-deepyellow:hover {
	background-color: #c98a36;
}

.language-switcher.language-switcher-mobile {
	display: none;
}

@media(max-width:991px) {
	#storelocator-section #wpsl-container {
		margin-top: 100px;
		margin-bottom: 100px;
	}

	#storelocator-section  #wpsl-stores, #storelocator-section  #wpsl-direction-details {
		margin-bottom: 40px;
	}
	
	#storelocator-section .wpsl-search {
		margin-bottom: 30px;
	}
	
	#storelocator-section #wpsl-gmap {
		height: 400px !important;
	}

	.language-switcher.language-switcher-mobile {
		display: block;
	}

	.language-switcher.language-switcher-desktop {
		display: none;
	}

	.select-option .nice-select {
		width: auto !important;
		display: inline-block;
	}

}



@media(max-width:575px) {
	.section-title.mb-60 {
		text-align: center;
	}
}
