.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	word-wrap: normal !important;
}

.wpcf7 .hidden-fields-container {
	display: none;
}

.wpcf7 form .wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
	border: 2px solid #00a0d2; /* Blue */
}

.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
	display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #46b450; /* Green */
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
	border-color: #dc3232; /* Red */
}

.wpcf7 form.spam .wpcf7-response-output {
	border-color: #f56e28; /* Orange */
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #ffb900; /* Yellow */
}

.wpcf7-form-control-wrap {
	position: relative;
}

.wpcf7-not-valid-tip {
	color: #dc3232; /* Red */
	font-size: 1em;
	font-weight: normal;
	display: block;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
	position: relative;
	top: -2ex;
	left: 1em;
	z-index: 100;
	border: 1px solid #dc3232;
	background: #fff;
	padding: .2em .8em;
	width: 24em;
}

.wpcf7-list-item {
	display: inline-block;
	margin: 0 0 0 1em;
}

.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
	content: " ";
}

.wpcf7-spinner {
	visibility: hidden;
	display: inline-block;
	background-color: #23282d; /* Dark Gray 800 */
	opacity: 0.75;
	width: 24px;
	height: 24px;
	border: none;
	border-radius: 100%;
	padding: 0;
	margin: 0 24px;
	position: relative;
}

form.submitting .wpcf7-spinner {
	visibility: visible;
}

.wpcf7-spinner::before {
	content: '';
	position: absolute;
	background-color: #fbfbfc; /* Light Gray 100 */
	top: 4px;
	left: 4px;
	width: 6px;
	height: 6px;
	border: none;
	border-radius: 100%;
	transform-origin: 8px 8px;
	animation-name: spin;
	animation-duration: 1000ms;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

@media (prefers-reduced-motion: reduce) {
	.wpcf7-spinner::before {
		animation-name: blink;
		animation-duration: 2000ms;
	}
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

@keyframes blink {
	from {
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

.wpcf7 [inert] {
	opacity: 0.5;
}

.wpcf7 input[type="file"] {
	cursor: pointer;
}

.wpcf7 input[type="file"]:disabled {
	cursor: default;
}

.wpcf7 .wpcf7-submit:disabled {
	cursor: not-allowed;
}

.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
	direction: ltr;
}

.wpcf7-reflection > output {
	display: list-item;
	list-style: none;
}

.wpcf7-reflection > output[hidden] {
	display: none;
}
.mc4wp-form input[name^=_mc4wp_honey]{display:none!important}.mc4wp-form-theme{margin:1em 0}.mc4wp-form-theme label,.mc4wp-form-theme input{box-sizing:border-box;cursor:auto;vertical-align:baseline;width:auto;height:auto;line-height:normal;display:block}.mc4wp-form-theme label:after,.mc4wp-form-theme input:after{content:"";clear:both;display:table}.mc4wp-form-theme label{margin-bottom:6px;font-weight:700;display:block}.mc4wp-form-theme input[type=text],.mc4wp-form-theme input[type=email],.mc4wp-form-theme input[type=tel],.mc4wp-form-theme input[type=url],.mc4wp-form-theme input[type=date],.mc4wp-form-theme textarea,.mc4wp-form-theme select{vertical-align:middle;width:100%;max-width:480px;height:auto;min-height:32px;text-shadow:none;background:#fff;border:1px solid #ccc;border-radius:2px;outline:0;padding:8px 16px;line-height:1.42857;color:#555!important}.mc4wp-form-theme textarea{height:auto}.mc4wp-form-theme input[readonly],.mc4wp-form-theme input[disabled]{background-color:#eee}.mc4wp-form-theme input[type=number]{min-width:40px}.mc4wp-form-theme input[type=checkbox],.mc4wp-form-theme input[type=radio]{border:0;width:13px;height:13px;margin:0 6px 0 0;padding:0;display:inline-block;position:relative}.mc4wp-form-theme input[type=checkbox]{-webkit-appearance:checkbox;-moz-appearance:checkbox;appearance:checkbox}.mc4wp-form-theme input[type=radio]{-webkit-appearance:radio;-moz-appearance:radio;appearance:radio}.mc4wp-form-theme button,.mc4wp-form-theme input[type=submit],.mc4wp-form-theme input[type=button]{cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;text-align:center;white-space:nowrap;vertical-align:middle;user-select:none;text-shadow:none;filter:none;background:0 0;border:1px solid #0000;border-radius:2px;width:auto;height:auto;padding:8px 16px;font-weight:400;line-height:1.42857;display:inline-block}.mc4wp-form-theme button:hover,.mc4wp-form-theme input[type=submit]:hover,.mc4wp-form-theme input[type=button]:hover,.mc4wp-form-theme button:focus,.mc4wp-form-theme input[type=submit]:focus,.mc4wp-form-theme input[type=button]:focus{color:#333;background:0 0;outline:0;text-decoration:none}.mc4wp-form-theme label>span,.mc4wp-form-theme li>label{font-weight:400}.mc4wp-alert{color:#c09853;clear:both}.mc4wp-success{color:#468847}.mc4wp-notice{color:#3a87ad}.mc4wp-error{color:#cd5c5c}.rtl .mc4wp-form-theme input[type=checkbox],.rtl .mc4wp-form-theme input[type=radio]{margin:0 0 0 6px}.mc4wp-form-theme-dark button,.mc4wp-form-theme-dark input[type=submit],.mc4wp-form-theme-dark input[type=button]{border-color:#1e1e1e;color:#fff!important;background-color:#444!important}.mc4wp-form-theme-dark button:hover,.mc4wp-form-theme-dark input[type=submit]:hover,.mc4wp-form-theme-dark input[type=button]:hover,.mc4wp-form-theme-dark button:focus,.mc4wp-form-theme-dark input[type=submit]:focus,.mc4wp-form-theme-dark input[type=button]:focus{border-color:#000;color:#fff!important;background-color:#1e1e1e!important}.mc4wp-form-theme-dark input[type=text]:focus,.mc4wp-form-theme-dark input[type=email]:focus,.mc4wp-form-theme-dark input[type=tel]:focus,.mc4wp-form-theme-dark input[type=url]:focus,.mc4wp-form-theme-dark input[type=date]:focus,.mc4wp-form-theme-dark textarea:focus,.mc4wp-form-theme-dark select:focus{border-color:#6a6a6a}.mc4wp-form-theme-light button,.mc4wp-form-theme-light input[type=submit],.mc4wp-form-theme-light input[type=button]{border-color:#d9d9d9;color:#000!important;background-color:#fff!important}.mc4wp-form-theme-light button:hover,.mc4wp-form-theme-light input[type=submit]:hover,.mc4wp-form-theme-light input[type=button]:hover,.mc4wp-form-theme-light button:focus,.mc4wp-form-theme-light input[type=submit]:focus,.mc4wp-form-theme-light input[type=button]:focus{border-color:#b3b3b3;color:#000!important;background-color:#d9d9d9!important}.mc4wp-form-theme-light input[type=text]:focus,.mc4wp-form-theme-light input[type=email]:focus,.mc4wp-form-theme-light input[type=tel]:focus,.mc4wp-form-theme-light input[type=url]:focus,.mc4wp-form-theme-light input[type=date]:focus,.mc4wp-form-theme-light textarea:focus,.mc4wp-form-theme-light select:focus{border-color:#d9d9d9}.mc4wp-form-theme-red button,.mc4wp-form-theme-red input[type=submit],.mc4wp-form-theme-red input[type=button]{border-color:#b52b27;color:#fff!important;background-color:#d9534f!important}.mc4wp-form-theme-red button:hover,.mc4wp-form-theme-red input[type=submit]:hover,.mc4wp-form-theme-red input[type=button]:hover,.mc4wp-form-theme-red button:focus,.mc4wp-form-theme-red input[type=submit]:focus,.mc4wp-form-theme-red input[type=button]:focus{border-color:#761c19;color:#fff!important;background-color:#b52b27!important}.mc4wp-form-theme-red input[type=text]:focus,.mc4wp-form-theme-red input[type=email]:focus,.mc4wp-form-theme-red input[type=tel]:focus,.mc4wp-form-theme-red input[type=url]:focus,.mc4wp-form-theme-red input[type=date]:focus,.mc4wp-form-theme-red textarea:focus,.mc4wp-form-theme-red select:focus{border-color:#e7908e}.mc4wp-form-theme-blue button,.mc4wp-form-theme-blue input[type=submit],.mc4wp-form-theme-blue input[type=button]{border-color:#2a6496;color:#fff!important;background-color:#428bca!important}.mc4wp-form-theme-blue button:hover,.mc4wp-form-theme-blue input[type=submit]:hover,.mc4wp-form-theme-blue input[type=button]:hover,.mc4wp-form-theme-blue button:focus,.mc4wp-form-theme-blue input[type=submit]:focus,.mc4wp-form-theme-blue input[type=button]:focus{border-color:#193c5a;color:#fff!important;background-color:#2a6496!important}.mc4wp-form-theme-blue input[type=text]:focus,.mc4wp-form-theme-blue input[type=email]:focus,.mc4wp-form-theme-blue input[type=tel]:focus,.mc4wp-form-theme-blue input[type=url]:focus,.mc4wp-form-theme-blue input[type=date]:focus,.mc4wp-form-theme-blue textarea:focus,.mc4wp-form-theme-blue select:focus{border-color:#7eb0db}.mc4wp-form-theme-green button,.mc4wp-form-theme-green input[type=submit],.mc4wp-form-theme-green input[type=button]{border-color:#3d8b3d;color:#fff!important;background-color:#5cb85c!important}.mc4wp-form-theme-green button:hover,.mc4wp-form-theme-green input[type=submit]:hover,.mc4wp-form-theme-green input[type=button]:hover,.mc4wp-form-theme-green button:focus,.mc4wp-form-theme-green input[type=submit]:focus,.mc4wp-form-theme-green input[type=button]:focus{border-color:#255625;color:#fff!important;background-color:#3d8b3d!important}.mc4wp-form-theme-green input[type=text]:focus,.mc4wp-form-theme-green input[type=email]:focus,.mc4wp-form-theme-green input[type=tel]:focus,.mc4wp-form-theme-green input[type=url]:focus,.mc4wp-form-theme-green input[type=date]:focus,.mc4wp-form-theme-green textarea:focus,.mc4wp-form-theme-green select:focus{border-color:#91cf91}@font-face{font-family:splwp-fontello;src:url(//kertpercek.hu/wp-content/plugins/location-weather/assets/font/fontello.eot?913132);src:url(//kertpercek.hu/wp-content/plugins/location-weather/assets/font/fontello.eot?913132#iefix) format('embedded-opentype'),url(//kertpercek.hu/wp-content/plugins/location-weather/assets/font/fontello.woff2?913132) format('woff2'),url(//kertpercek.hu/wp-content/plugins/location-weather/assets/font/fontello.woff?913132) format('woff'),url(//kertpercek.hu/wp-content/plugins/location-weather/assets/font/fontello.ttf?913132) format('truetype'),url(//kertpercek.hu/wp-content/plugins/location-weather/assets/font/fontello.svg?913132#fontello) format('svg');font-weight:400;font-style:normal}[class*=" splwp-icon-"]:before,[class^=splwp-icon-]:before{font-family:splwp-fontello;font-style:normal;font-weight:400;speak:never;display:inline-block;text-decoration:inherit;width:1em;margin-right:.2em;text-align:center;font-variant:normal;text-transform:none;line-height:1em;margin-left:.2em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.splwp-icon-api-settings:before{content:'\e803'}.splwp-icon-lw-icon:before{content:'\e809'}.splwp-icon-style-settings:before{content:'\e80c'}.splwp-icon-external-link:before{content:'\e80d'}.splwp-icon-humidity-1:before{content:'\e81a'}.splwp-icon-pressure-1:before{content:'\e81b'}.splwp-icon-wind-1:before{content:'\e873'}.splwp-icon-wind-gust-1:before{content:'\e81c'}.splwp-icon-precipitation-1:before{content:'\e81f'}.splwp-icon-clouds-1:before{content:'\e821'}.splwp-icon-visibility-1:before{content:'\e823'}.splwp-icon-sunrise-1:before{content:'\e825'}.splwp-icon-sunset-1:before{content:'\e826'}.splwp-icon-additional-data:before{content:'\e87b'}.splwp-icon-additional-data-style:before{content:'\e87c'}.splwp-icon-footer:before{content:'\e87d'}.splwp-icon-current-weather:before{content:'\e87e'}.splwp-icon-forecast-data:before{content:'\e87f'}.splwp-icon-regional-weather:before{content:'\e880'}.splwp-icon-display-icon:before{content:'\e881'}.splwp-icon-style:before{content:'\e882'}.splwp-icon-weather-settings:before{content:'\e883'}.splwp-icon-api-sett:before{content:'\e884'}.splwp-icon-code:before{content:'\e885'}.splwp-icon-advanced:before{content:'\e886'}.splwp-icon-key-01:before{content:'\e887'}.splwp-icon-weather-map:before{content:'\e888'}.splwp-icon-control-layer:before{content:'\e889'}.splwp-icon-map-preferences:before{content:'\e88a'}.splwp-icon-popup-weather:before{content:'\e88b'}.splwp-icon-location-icon:before{content:'\e899'}.splwp-icon-shuttle_2285485-1:before{content:'\e8bd'}.splwp-icon-check-icon:before{content:'\e8be'}.splwp-icon-chevron:before{content:'\e893'}.splw-lite-wrapper{display:flex;justify-content:center;flex-direction:column;font-size:16px;line-height:1.5;text-align:center;color:#fff;position:relative;overflow:hidden}.splw-weather-title{font-size:27px;text-align:center;font-weight:700;text-transform:capitalize;line-height:1.2}.splw-lite-wrapper .splw-lite-header{text-align:center}.splw-lite-wrapper .splw-lite-header-title-wrapper{display:inline-block}.splw-lite-wrapper .splw-lite-header-title{font-size:27px;font-weight:700;line-height:38px;margin-bottom:4px}.splw-lite-wrapper .splw-lite-current-time{display:inline-block;font-size:14px;font-weight:600;margin-bottom:10px}.splw-lite-wrapper .splw-lite-body{width:100%;margin:0 auto;padding-bottom:20px;font-size:.875em;font-weight:400}.splw-lite-wrapper .splw-lite-current-temp{text-align:center}.splw-lite-wrapper .splw-lite-current-temp span.cur-temp{font-size:48px;font-weight:700;line-height:56px}.splw-lite-wrapper .splw-lite-current-text{margin-top:10px}.splw-lite-wrapper .splw-lite-current-temp .splw-weather-icon{display:inline;box-shadow:none;width:58px}.splw-lite-wrapper .splw-lite-desc{display:inline-block;font-size:16px;font-weight:600;line-height:20px;text-transform:capitalize}.splw-lite-wrapper .splw-lite-daily-weather-details .splw-other-opt{display:flex;flex-direction:column;font-size:14px;font-weight:400;line-height:20px;margin-top:8px}.splw-main-wrapper .splw-weather-details .options-value{font-weight:600}.splw-main-wrapper .splw-lite-daily-weather-details .splw-other-opt div:not(.splw-weather-icons){padding-bottom:4px}.splw-lite-wrapper .splw-cur-temp{display:flex;justify-content:center;line-height:initial;align-items:center}.splw-lite-wrapper .splw-weather-attribution{padding:.5em 1em;font-size:11px;text-align:center;background:rgba(0,0,0,.1)}.splw-lite-wrapper .splw-weather-attribution a{text-decoration:none}.splw-lite-wrapper .splw-warning{padding:20px}.block-editor-page a.sp_lw_gb_edit_button,a.sp_lw_gb_edit_button{display:inline-block;text-decoration:underline;font-size:16px;margin:10px 0}.splw-weather-icons.icons_splw{display:flex;justify-content:space-between;margin-top:16px;order:7}.splw-main-wrapper .splw-weather-details div:not(.icons_splw) span.details-icon{display:inline-flex;margin-right:2px}.splw-lite-current-temp .temperature-scale{font-size:21px;vertical-align:top;line-height:20px;margin-top:6px;margin-left:4px;display:inline-block;font-weight:500}.splw-main-wrapper .splw-weather-detailed-updated-time{display:flex;justify-content:space-between;padding:6px 0;font-size:11px}.splw-weather-detailed-updated-time .splw-weather-detailed{text-align:left}.splw-weather-detailed-updated-time .splw-weather-updated-time{text-align:right}.splw-lite-wrapper .splw-weather-detailed-updated-time a{text-decoration:underline dotted;text-decoration-color:#ffffff75;color:#fff}.splw-main-wrapper .splw-weather-details div:not(.icons_splw) span.details-icon i{font-size:16px}.splw-main-wrapper.horizontal .splw-lite-templates-body{display:flex;row-gap:10px}.splw-main-wrapper.horizontal .splw-lite-templates-body div{flex:0 0 50%;text-align:left}.splw-main-wrapper.horizontal .splw-cur-temp{justify-content:flex-start}.splw-main-wrapper.horizontal .splw-lite-desc{text-align:left;width:100%}.splw-main-wrapper.horizontal .splw-lite-templates-body div.splw-lite-daily-weather-details{flex:0 0 50%}.splw-main-wrapper.horizontal .splw-lite-daily-weather-details .splw-other-opt{flex-direction:row;flex-wrap:wrap;margin-top:0}.splw-main-wrapper.horizontal .splw-lite-daily-weather-details .splw-other-opt div:nth-child(even){text-align:right}.splw-main-wrapper.horizontal .splw-lite-header-title-wrapper{display:flex;flex-direction:row;justify-content:flex-start;align-items:center}.splw-main-wrapper.horizontal .splw-lite-wrapper .splw-lite-header-title{font-size:14px;line-height:20px}.spwpcp-gutenberg-shortcode.editor-styles-wrapper{padding:0;line-height:24px;width:100%}.spwpcp-gutenberg-shortcode.editor-styles-wrapper>select{max-width:100%}.spwpcp-gutenberg-shortcode.editor-styles-wrapper::after{display:none}.vertical .splw-forecast{display:flex;align-items:center}.splw-lite-wrapper .splw-forecast-header-area{display:flex;justify-content:space-between;flex-wrap:wrap;flex:1;align-items:center;font-size:16px;letter-spacing:0;text-transform:none;margin-top:0;margin-bottom:0;line-height:20px}.splw-lite-wrapper .splw-forecast-weather select{background-color:transparent;font-size:16px;border:0;outline:0;color:#fff;transition:.3s;-webkit-transition:.3s;-moz-transition:.3s;-ms-transition:.3s;-o-transition:.3s;border-radius:0;width:auto;line-height:21px;appearance:none;-webkit-appearance:none;-moz-appearance:none;background:0 0;line-height:38px;padding-right:20px;position:relative}.splw-lite-wrapper .splw-forecast-weather{position:relative}.splw-lite-wrapper .splw-forecast-weather::after{content:'';position:absolute;background-color:#fff;width:100%;height:1.5px;bottom:7px;left:0}.entry-content ul.splw-tabs,.splw-tabs{display:flex;list-style-type:none!important;margin:0;padding:0;flex-wrap:wrap}.horizontal .splw-adv-forecast-days .splw-tab.active,.splw-forecast-section .splw-tab.active{opacity:1;margin-bottom:0}.splw-tab{cursor:pointer;margin-right:16px;padding-top:10px;padding-bottom:10px;opacity:.8;position:relative}li.splw-tab::after{position:absolute;width:100%;content:'';height:2px;bottom:0;background:#fff;left:0;transition:all .2s cubic-bezier(0,0,.2,1);transform:scale(0)}li.splw-tab.active::after{transform:scale(1)}.horizontal .splw-forecast-header-area{border-bottom:1px solid rgb(236 234 233 / 50%);margin-left:-20px;margin-right:-20px}.horizontal .splw-forecast-header-area .splw-tabs{padding-left:20px}.splw-pro-wrapper .splw-weather-details span:is(.temp-precipitation,.temp-min-mex,.temp-rainchance,.temp-wind,.temp-snow,.temp-snow,.temp-humidity,.temp-pressure){display:none}.splw-pro-wrapper .splw-weather-details span:is(.temp-precipitation,.temp-min-mex,.temp-rainchance,.temp-wind,.temp-snow,.temp-snow,.temp-humidity,.temp-pressure).active{display:inline-block}[data-tab-content]{visibility:hidden;position:absolute}.active[data-tab-content]{visibility:visible;position:static}.horizontal .lw-forecast-wrapper{display:flex;justify-content:space-between;flex-direction:row;font-size:16px;line-height:1.5;text-align:center;position:relative;overflow:hidden}.splw-lite-wrapper .splw-forecast>div{display:flex;flex:1 1;flex-wrap:nowrap;justify-content:center}.splw-lite-wrapper .splw-forecast .temp-min-mex .temperature-scale{display:none}.horizontal .splw-lite-wrapper .splw-forecast{display:flex;flex-direction:column;align-items:center;justify-content:center;pointer-events:painted;cursor:pointer;gap:10px}.horizontal .lw-forecast-wrapper .splw-forecast{padding:14px 0 0 0}.vertical .splw-lite-wrapper .splw-forecast .splw-forecast-time{justify-content:flex-start}.vertical .splw-lite-wrapper .splw-forecast .splw-weather-details{justify-content:flex-end}.block-editor-page .editor-styles-wrapper .splw-lite-wrapper .splw-forecast-weather select,.splw-lite-wrapper .splw-forecast-weather select{background-color:transparent;font-size:16px;border:0;outline:0;transition:.3s;-webkit-transition:.3s;-moz-transition:.3s;-ms-transition:.3s;-o-transition:.3s;border-radius:0;width:auto;line-height:21px;appearance:none;-webkit-appearance:none;-moz-appearance:none;background:0 0;line-height:38px;padding-right:20px;position:relative}.lw-select-arrow{position:absolute!important;right:-14px;left:auto;top:6px;bottom:0;transform:rotate(270deg)}.lw-select-arrow .splwp-icon-chevron:before{font-size:14px}