/*
Theme Name: Theme  
Author: CLEAR Media s.r.o.
Author URI: https://www.clearmedia.sk
Description: Vlastná šablóna vyvinutá Miroslavom Ivančíkom
Version: 1.0.0
Text Domain: theme
Domain Path: /languages
License: GNU General Public License v2 or later
License URI: LICENSE 
*/

body .main-nav-list {
	gap: 1.2rem;
}

body footer .col .widget_media_image img,
body footer .col .widget_media_image:last-child img {
	height: auto !important;
	width: 100%;
}

body .header-logo {
	align-items: center;
	display: inline-flex;
	line-height: 0;
}

body .header-logo img {
	display: block;
	height: 50px;
	width: auto;
}

body .job-map {
	margin-bottom: 2rem;
}

body .job-map-canvas {
	min-height: 380px;
	width: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

body .job-map-marker {
	align-items: center;
	animation: job-map-marker-pulse 1.4s ease-out infinite;
	background: transparent;
	border: 0;
	border-radius: 50%;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
	cursor: pointer;
	display: flex;
	height: 15px;
	justify-content: center;
	line-height: 1;
	padding: 0;
	position: relative;
	width: 15px;
}

body .job-map-marker img {
	display: block;
	height: 15px;
	width: 15px;
}

body .map-marker-pulse {
	animation: map-marker-pulse 1.4s ease-out infinite;
	border-radius: 50%;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}

body .store-location-option {
	background: #f7f7f7;
	border: 1px solid rgba(0, 0, 0, 0.08);
	margin-bottom: 1.5rem;
	padding: 1rem;
}

body .store-location-option-content {
	align-items: center;
	display: flex;
	gap: 1rem;
	justify-content: space-between;
}

body .store-location-status {
	font-size: 0.875rem;
	margin-top: 0.75rem;
}

body .store-location-status:empty{
    display: none;
}
body .store-location-prompt {
	right: 1rem;
	top: 1rem;
	max-width: min(420px, calc(100vw - 2rem));
	opacity: 0;
	position: fixed;
	transform: translateY(-1rem);
	transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
	visibility: hidden;
	z-index: 1070;
}

body .store-location-prompt.is-visible {
	opacity: 1;
	transform: translateY(0);
	visibility: visible;
}

body .store-location-prompt-panel {
    background: #fff;
    border: 0;
    box-shadow: 0 0.625em 1.875em rgba(2, 2, 3, 0.28);
    padding: 1.25rem;
    position: relative;
}

body .store-location-prompt-close {
	position: absolute;
	right: 0.75rem;
	top: 0.75rem;
}

body .store-location-prompt-body {
	padding-right: 1.5rem;
}

body .store-location-prompt-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
}

body .store-location-prompt-actions .btn{
    margin-left: 0;
}

body .store-location-prompt[hidden] {
	display: none;
}

body .modal-form-loader {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
	justify-content: center;
	min-height: 220px;
	text-align: center;
}

body .modal-form-loader[hidden] {
	display: none;
}

body .modal-form-spinner {
	animation: modal-form-spinner 0.8s linear infinite;
	border: 0.25rem solid rgba(211, 13, 19, 0.16);
	border-top-color: #d30d13;
	border-radius: 50%;
	display: block;
	height: 2.5rem;
	width: 2.5rem;
}

body .modal-form-error {
	background: #fff4f4;
	border: 1px solid rgba(211, 13, 19, 0.2);
	color: #9f090e;
	padding: 1rem;
}

@keyframes job-map-marker-pulse {
	0% {
		box-shadow: 0 0 0 0 rgba(47, 179, 68, 0.55), 0 3px 10px rgba(0, 0, 0, 0.25);
	}
	70% {
		box-shadow: 0 0 0 13px rgba(47, 179, 68, 0), 0 3px 10px rgba(0, 0, 0, 0.25);
	}
	100% {
		box-shadow: 0 0 0 0 rgba(47, 179, 68, 0), 0 3px 10px rgba(0, 0, 0, 0.25);
	}
}

@keyframes modal-form-spinner {
	to {
		transform: rotate(360deg);
	}
}

@keyframes map-marker-pulse {
	0% {
		box-shadow: 0 0 0 0 rgba(252, 4, 4, 0.55), 0 3px 10px rgba(0, 0, 0, 0.25);
	}
	70% {
		box-shadow: 0 0 0 13px rgba(252, 4, 4, 0), 0 3px 10px rgba(0, 0, 0, 0.25);
	}
	100% {
		box-shadow: 0 0 0 0 rgba(252, 4, 4, 0), 0 3px 10px rgba(0, 0, 0, 0.25);
	}
}

@media (max-width: 767.98px) {
	body .job-map-canvas {
		min-height: 300px;
	}

	body .store-location-option-content,
	body .store-location-prompt-actions {
		align-items: stretch;
		flex-direction: column;
	}

	body .store-location-prompt {
		right: 0.75rem;
		top: 0.75rem;
		max-width: calc(100vw - 1.5rem);
	}

	body .header-logo img {
		height: 30px;
	}
}
