<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 The MIT License (MIT)

 Copyright (c) 2017 Ivan Vilanculo

 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to deal
 in the Software without restriction, including without limitation the rights
 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 copies of the Software, and to permit persons to whom the Software is
 furnished to do so, subject to the following conditions:

 The above copyright notice and this permission notice shall be included in all
 copies or substantial portions of the Software.

 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
 SOFTWARE.
 **/

@font-face {
    font-family: OpenWeatherIcons;
    src: url(https://nokta.md/wp-content/themes/nokta/plugins/weather-module/assets/fonts/OpenWeatherIcons.eot);
    src: url(https://nokta.md/wp-content/themes/nokta/plugins/weather-module/assets/fonts/OpenWeatherIcons.eot#1748264461) format("embedded-opentype"), url(https://nokta.md/wp-content/themes/nokta/plugins/weather-module/assets/fonts/OpenWeatherIcons.woff2) format("woff2"), url(https://nokta.md/wp-content/themes/nokta/plugins/weather-module/assets/fonts/OpenWeatherIcons.woff) format("woff"), url(https://nokta.md/wp-content/themes/nokta/plugins/weather-module/assets/fonts/OpenWeatherIcons.ttf) format("truetype"), url(https://nokta.md/wp-content/themes/nokta/plugins/weather-module/assets/fonts/OpenWeatherIcons.svg#OpenWeatherIcons) format("svg");
    font-style: normal;
    font-weight: 400;
}

.owi {
    display: inline-block;
    transform: translate(0, 0);
    text-rendering: auto;
    font: normal normal 400 14px/1 OpenWeatherIcons;
    font-size: inherit;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}
.owi:before {
    font-size: 17px;
    color: #67c0e3;
}

.owi-lg {
    vertical-align: -15%;
    line-height: 0.75em;
    font-size: 1.33333333em;
}

.owi-2x {
    font-size: 2em;
}

.owi-3x {
    font-size: 3em;
}

.owi-4x {
    font-size: 4em;
}

.owi-5x {
    font-size: 5em;
}

.owi-fw {
    width: 1.28571429em;
    text-align: center;
}

.owi-01d::before {
    content: "\ea01";
    color: #ffd400;
}

.owi-01n::before {
    content: "\ea02";
    
}

.owi-02d::before {
    content: "\ea04";
}

.owi-02n::before {
    content: "\ea03";
}

.owi-03d::before {
    content: "\ea05";
}

.owi-03n::before {
    content: "\ea06";
}

.owi-04d::before {
    content: "\ea07";
}

.owi-04n::before {
    content: "\ea08";
}

.owi-09d::before {
    content: "\ea09";
}

.owi-09n::before {
    content: "\ea0a";
}

.owi-10d::before {
    content: "\ea0b";
}

.owi-10n::before {
    content: "\ea0c";
}

.owi-11d::before {
    content: "\ea0d";
}

.owi-11n::before {
    content: "\ea0e";
}

.owi-1232n::before {
    content: "\ea0f";
}

.owi-13d::before {
    content: "\ea10";
}

.owi-13n::before {
    content: "\ea12";
}

.owi-50d::before {
    content: "\ea11";
}

.owi-50n::before {
    content: "\ea13";
}

.weather-widget{
    display: flex;
    align-items: center;
}

.weather-widget i {
    margin-right: 6px;
    width: 19px;
}
.weather-widget .text{
    /* color: var(--gray4); */
}
.weather-widget__text { 
    font-size: .875rem;
    letter-spacing: .75px;
    padding-top: 2px;
}.currency-widget{
    display: flex;
    align-items: center;
}


.currency-widget { 
    font-size: .875rem;
    letter-spacing: .75px;
    padding-top: 2px;
}

.currency-widget__item:not(:last-child){
    margin-right: 25px;
}

.currency-widget__symbol{
    -webkit-text-stroke: 0.3px;
    opacity: .5;
}.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; /* 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 &gt; output {
	display: list-item;
	list-style: none;
}

.wpcf7-reflection &gt; output[hidden] {
	display: none;
}ul.elb-liveblog-list {
	list-style: none;
	margin: 0;
	padding: 0 0 0 30px;
}

.elb-liveblog .elb-liveblog-post {
	position: relative;
	padding-bottom: 30px;
}

.elb-liveblog .elb-liveblog-post:last-child {
	margin-bottom: 30px;
}

.elb-liveblog .elb-liveblog-post::before {
	content: '';
	display: block;
	position: absolute;
	left: -36px;
	top: 9px;
	width: 11px;
	height: 11px;
	line-height: 11px;
	font-size: 11px;
	border-radius: 50%;
}

.elb-is-editor .elb-liveblog-actions {
	display: block;
}

.elb-hide {
	display: none;
}

@keyframes elb-liveblog-highlight {
	0% {
	  background: #fefcbf;
	}
	100% {
	  background: none;
	}
  }

.elb-liveblog .elb-liveblog-highlight {
	animation: elb-liveblog-highlight 3s;
}

#elb-load-more {
	border: 0;
	margin-top: 10px;
}

.elb-liveblog ul.elb-liveblog-list {
	border-left: 1px dotted #bbb;
}

.elb-liveblog-post::before {
	background-color: #eee;
	border: 3px solid #ddd;
}

.elb-liveblog-post-heading {
	padding-top: .6em !important;
	font-size: 22px !important;
	margin-top: 0 !important;
}

.elb-liveblog-post-sharing {
	margin-top: 10px;
}

.elb-liveblog-post-sharing a {
	color: rgba( 0, 0, 0, .5 );
	display: inline-block;
}

.elb-liveblog-post-sharing a:hover {
	color: rgba( 0, 0, 0, 1 );
}

.elb-liveblog-post-content {
	width: 100%;
	overflow: hidden;
}

.elb-liveblog-post-content p:last-of-type {
	margin-bottom: 0;
}

.elb-liveblog-closed-message,
.elb-no-liveblog-entries-message {
	font-style: italic;
	margin: 15px 0;
}

.elb-liveblog-actions {
	font-size: .9rem;
	margin-top: 15px;
	opacity: .9;
    display: none;
}

.elb-liveblog-actions a {
	margin-right: 6px;
	display: inline-block;
}

.elb-liveblog-post-time {
	margin: 0;
	padding: 0;
	font-size: 14px;
}

.elb-liveblog-post-author {
	margin-top: 4px;
	font-size: 14px;
}

.elb-liveblog-post-time {
	color: #666;
}

.elb-liveblog-post-author {
	color: #111;
}

.elb-button {
	color: #fff;
}

#elb-show-new-posts {
	margin-bottom: 15px;
}#gnpub-gnfollow-shortcode-wrapper a{text-decoration:none;color:#000;border:1px solid #c6d2d9;padding:7px 15px 3px 16px;line-height:1;height:40px;vertical-align:middle;position:absolute}#gnpub-gnfollow-shortcode-wrapper a:focus{box-shadow:none}#gnpub-gnfollow-shortcode-wrapper img{width:120px;position:relative;top:9px;left:5px}#gnpub-gnfollow-shortcode-wrapper a:hover{border:1px solid #000}#gnpub-gnfollow-shortcode-follow-text{font-weight:500;font-size:13px}</pre></body></html>