.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 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.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; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; 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; 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; 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;
}.menu-item-object-language_switcher .trp-flag-image {
display: inline-block;
margin: -1px 5px;
vertical-align: baseline;
padding: 0;
border: 0;
border-radius:0;
} .trp-language-switcher{
height: 42px;
position: relative;
box-sizing: border-box;
width: 200px;
text-overflow: ellipsis;
white-space: nowrap;
}
.trp-language-switcher > div {
box-sizing: border-box;
padding:4px 20px 3px 13px;
border: 1.5px solid #949494;
border-radius: 2px;
background-image: url(//bazilikabudapest.hu/wp-content/plugins/translatepress-multilingual/assets/images/arrow-down-3101.svg);
background-repeat: no-repeat;
background-position:
calc(100% - 20px) calc(1em + 2px),
calc(100% - 3px) calc(1em + 0px);
background-size:
8px 8px,
8px 8px;
background-repeat: no-repeat;
background-color: #fff;
}
.trp-language-switcher > div:hover {
background-image: none;
}
.trp-language-switcher > div > a {
display: block;
padding: 7px 12px;
border-radius: 3px;
text-decoration: none;
color: #1E1E1E;
font-style: normal;
font-weight: 400;
font-size: 16px;
}
.trp-language-switcher > div > a:hover {
background: #F0F0F0;
border-radius: 2px;
}
.trp-language-switcher > div > a.trp-ls-shortcode-disabled-language {
cursor: default;
}
.trp-language-switcher > div > a.trp-ls-shortcode-disabled-language:hover {
background: none;
}
.trp-language-switcher > div > a > img{
display: inline;
margin: 0 3px;
width: 18px;
height: 12px;
border-radius: 0;
}
.trp-language-switcher .trp-ls-shortcode-current-language{
display: inline-block;
}
.trp-language-switcher:focus .trp-ls-shortcode-current-language,
.trp-language-switcher:hover .trp-ls-shortcode-current-language{
visibility: hidden;
}
.trp-language-switcher .trp-ls-shortcode-language{
display: inline-block;
height: 1px;
overflow: hidden;
visibility: hidden;
z-index: 1;
max-height: 250px;
overflow-y: auto;
left: 0;
top: 0;
min-height: auto;
}
.trp-language-switcher:focus .trp-ls-shortcode-language,
.trp-language-switcher:hover .trp-ls-shortcode-language{
visibility: visible;
max-height: 250px;
padding: 4px 13px;
height: auto;
overflow-y: auto;
position: absolute;
left: 0;
top: 0;
display: inline-block !important;
min-height: auto;
} #wpadminbar #wp-admin-bar-trp_edit_translation .ab-icon:before {
content: '\f326';
top: 3px;
}
@media screen and ( max-width: 782px ) {
#wpadminbar #wp-admin-bar-trp_edit_translation > .ab-item {
text-indent: 0;
}
#wpadminbar li#wp-admin-bar-trp_edit_translation {
display: block;
}
} .elementor-shortcode .trp-ls-shortcode-current-language,
.elementor-shortcode .trp-ls-shortcode-language {
width: 300px !important;
}@font-face {
font-family: 'splwp-fontello';
src: url(//bazilikabudapest.hu/wp-content/plugins/location-weather/assets/font/fontello.eot?91362592);
src: url(//bazilikabudapest.hu/wp-content/plugins/location-weather/assets/font/fontello.eot?91362592#iefix) format('embedded-opentype'),
url(//bazilikabudapest.hu/wp-content/plugins/location-weather/assets/font/fontello.woff2?91362592) format('woff2'),
url(//bazilikabudapest.hu/wp-content/plugins/location-weather/assets/font/fontello.woff?91362592) format('woff'),
url(//bazilikabudapest.hu/wp-content/plugins/location-weather/assets/font/fontello.ttf?91362592) format('truetype'),
url(//bazilikabudapest.hu/wp-content/plugins/location-weather/assets/font/fontello.svg?91362592#fontello) format('svg');
font-weight: normal;
font-style: normal;
}   [class^="splwp-icon-"]:before,
[class*=" splwp-icon-"]:before {
font-family: "splwp-fontello";
font-style: normal;
font-weight: normal;
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';
}.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: 0.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%;
}