.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;
}:root {
--nm-line-mult: 1;
--nm-letter-space: 0px;
} body.nm-highlight-links a {
outline: 2px solid #ffcc00;
background: rgba(255, 204, 0, 0.15);
}
body.nm-highlight-headings h1,
body.nm-highlight-headings h2,
body.nm-highlight-headings h3,
body.nm-highlight-headings h4,
body.nm-highlight-headings h5,
body.nm-highlight-headings h6 {
outline: 2px solid #00c4ff;
background: rgba(0, 196, 255, 0.1);
} body.nm-screen-mask::before {
content: "";
position: fixed;
inset: 0;
background: rgba(0, 0, 0, 0.65);
pointer-events: none;
z-index: 9980;
} body.nm-readable-font {
font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
font-size: 18px;
} body.nm-mode-contrast-dark,
body.nm-mode-contrast-dark * {
background-color: #000 !important;
color: #fff !important;
border-color: #fff !important;
}
body.nm-mode-contrast-light,
body.nm-mode-contrast-light * {
background-color: #fff !important;
color: #000 !important;
border-color: #000 !important;
} .nm-access-filter-layer {
position: fixed;
inset: 0;
pointer-events: none;
z-index: 2147483500;
display: none;
} body.nm-mode-invert .nm-access-filter-layer {
display: block;
background: #ffffff;
mix-blend-mode: difference;
} body.nm-mode-mono .nm-access-filter-layer {
display: block;
background: rgba(0,0,0,0.001);
-webkit-backdrop-filter: grayscale(1);
backdrop-filter: grayscale(1);
} body.nm-mode-sat-low .nm-access-filter-layer {
display: block;
background: rgba(0,0,0,0.001);
-webkit-backdrop-filter: saturate(0.4);
backdrop-filter: saturate(0.4);
}
body.nm-mode-sat-high .nm-access-filter-layer {
display: block;
background: rgba(0,0,0,0.001);
-webkit-backdrop-filter: saturate(1.7);
backdrop-filter: saturate(1.7);
} body.nm-line-adjust p,
body.nm-line-adjust span,
body.nm-line-adjust li,
body.nm-line-adjust a,
body.nm-line-adjust h1,
body.nm-line-adjust h2,
body.nm-line-adjust h3,
body.nm-line-adjust h4,
body.nm-line-adjust h5,
body.nm-line-adjust h6,
body.nm-line-adjust button,
body.nm-line-adjust input,
body.nm-line-adjust textarea {
line-height: calc(var(--nm-line-mult) * 1.4);
}
body.nm-letter-adjust p,
body.nm-letter-adjust span,
body.nm-letter-adjust li,
body.nm-letter-adjust a,
body.nm-letter-adjust h1,
body.nm-letter-adjust h2,
body.nm-letter-adjust h3,
body.nm-letter-adjust h4,
body.nm-letter-adjust h5,
body.nm-letter-adjust h6,
body.nm-letter-adjust button,
body.nm-letter-adjust input,
body.nm-letter-adjust textarea {
letter-spacing: var(--nm-letter-space);
} .nm-access-toggle {
position: fixed;
width: 64px;
height: 64px;
border-radius: 50%;
border: none;
background: #8BBF64;
box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
cursor: pointer;
z-index: 2147483647;
display: flex;
align-items: center;
justify-content: center;
padding: 0;
}
.nm-access-toggle:focus-visible {
outline: 3px solid #ffffff;
outline-offset: 3px;
}
.nm-access-toggle-icon {
display: inline-flex;
width: 36px;
height: 36px;
}
.nm-access-toggle-icon svg {
width: 100%;
height: 100%;
fill: none;
stroke: #ffffff;
stroke-width: 2.4;
}
.nm-access-toggle-icon svg circle:first-child {
stroke: #ffffff;
fill: none;
}
.nm-access-toggle-icon svg circle:nth-child(2),
.nm-access-toggle-icon svg path {
stroke: #ffffff;
fill: none;
} .nm-access-toggle-img {
width: 36px;
height: 36px;
object-fit: contain;
display: block;
} .nm-access-panel {
position: fixed;
width: 380px;
max-width: calc(100% - 48px);
background: #202124;
color: #fff;
border-radius: 24px;
box-shadow: 0 16px 30px rgba(0, 0, 0, 0.5);
padding: 20px 20px 16px;
z-index: 2147483600;
display: none;
font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
.nm-access-panel.is-open {
display: block;
}
.nm-access-header {
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: 16px;
}
.nm-access-header h2 {
font-size: 20px;
margin: 0;
color: #ffffff;
}
.nm-access-header-actions {
display: flex;
gap: 8px;
}
.nm-access-reset,
.nm-access-close {
border: none;
background: transparent;
color: #fff;
font-size: 18px;
cursor: pointer;
} .nm-access-grid {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 10px;
margin-bottom: 18px;
}
.nm-access-btn {
border-radius: 12px;
background: #303134;
border: 1px solid transparent;
padding: 10px 12px;
color: #fff;
font-size: 14px;
text-align: left;
cursor: pointer;
display: flex;
align-items: center;
justify-content: flex-start;
gap: 8px;
}
.nm-access-btn span {
display: block;
}
.nm-access-btn:hover {
background: #3c4043;
}
.nm-access-btn.is-active {
border-color: #8ab4f8;
background: #1f2933;
} .nm-access-sliders {
border-top: 1px solid #3c4043;
padding-top: 12px;
display: flex;
flex-direction: column;
gap: 10px;
}
.nm-access-slider-row label {
display: block;
font-size: 13px;
margin-bottom: 4px;
}
.nm-access-slider-control {
display: flex;
align-items: center;
gap: 6px;
}
.nm-access-slider-control input[type="range"] {
flex: 1;
}
.nm-access-slider-value {
min-width: 40px;
text-align: right;
font-size: 13px;
} .nm-slider-btn {
width: 24px;
height: 24px;
border-radius: 999px;
border: none;
background: #3c4043;
color: #fff;
font-size: 16px;
line-height: 1;
display: inline-flex;
align-items: center;
justify-content: center;
cursor: pointer;
} #nm-page-wrapper {
position: relative;
}  .nm-pos-right_bottom.nm-access-toggle {
right: 32px;
bottom: 32px;
}
.nm-pos-right_bottom.nm-access-panel {
right: 24px;
bottom: 110px;
} .nm-pos-left_bottom.nm-access-toggle {
left: 32px;
bottom: 32px;
}
.nm-pos-left_bottom.nm-access-panel {
left: 24px;
bottom: 110px;
} .nm-pos-right_middle.nm-access-toggle {
right: 32px;
top: 50%;
transform: translateY(-50%);
}
.nm-pos-right_middle.nm-access-panel {
right: 24px;
top: 50%;
transform: translateY(-50%);
} .nm-pos-left_middle.nm-access-toggle {
left: 32px;
top: 50%;
transform: translateY(-50%);
}
.nm-pos-left_middle.nm-access-panel {
left: 24px;
top: 50%;
transform: translateY(-50%);
} .nm-pos-right_top.nm-access-toggle {
right: 32px;
top: 32px;
}
.nm-pos-right_top.nm-access-panel {
right: 24px;
top: 96px;
} .nm-pos-left_top.nm-access-toggle {
left: 32px;
top: 32px;
}
.nm-pos-left_top.nm-access-panel {
left: 24px;
top: 96px;
}.slick-loading .slick-list{background:#fff url(//www.cptkrsko.si/wp-content/plugins/wp-logo-showcase-responsive-slider-slider/assets/images/ajax-loader.gif) center center no-repeat}.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:after,.slick-track:before{display:table;content:''}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}.wpls-wrap, .wpls-wrap * {-webkit-box-sizing: border-box; box-sizing: border-box; outline: none;} .wpls-logo-clearfix:before, .wpls-logo-clearfix:after{content: "";display: table;}
.wpls-logo-clearfix::after{clear: both;}
.wpls-logo-clearfix{clear: both;}
.wpls-logo-showcase{visibility: hidden; opacity:0; -webkit-transition:opacity 0.5s linear; transition:opacity 0.5s linear;}
.wpls-logo-showcase.slick-initialized {visibility: visible; opacity:1;}
.wpls-logo-showcase{padding:0 30px 20px 30px; margin:0; text-align:center;}
.wpls-logo-showcase.wpls-dots-false{padding:0 30px 0px 30px !important;}
.wpls-logo-showcase .slick-next{right:0px !important;}
.wpls-logo-showcase .slick-prev{left:0px !important}
.wpls-logo-showcase .slick-dots{left:30px !important; right:30px !important; text-align:center;bottom:-10px !important; position: absolute;}
.wpls-logo-showcase .wpls-logo-cnt.slick-slide{margin:0 5px;}
.wpls-logo-showcase .wpls-fix-box{max-height: 250px; width: 100%; line-height: 0;}
.wpls-logo-showcase .wpls-logo-cnt.slick-slide img{display:inline-block !important; border-radius:0px !important; max-height:250px; max-width:100%; padding:10px; border:1px solid #f1f1f1; box-shadow:none !important }
.wpls-logo-showcase .slick-slide{  text-align:center !important; display: inline-block !important;   float:none !important;    vertical-align: middle !important;     }
.wpls-logo-showcase .slick-slide .logo-title{color:#444; padding:10px 0; font-size:16px;}
.wpls-logo-slider.wpls-center .slick-slide {opacity: 0.5; transform: scale(0.7); transition: all 300ms ease 0s;}
.wpls-logo-showcase.wpls-center .slick-center{opacity: 1;transform: scale(1);}
.wpls-logo-showcase .slick-arrow::before{display: none !important;}
.wpls-logo-showcase .wplss-logo-slide::before, .wpls-logo-showcase .wplss-logo-slide::after{display: none !important;}
.sliderimage_hide_border .wpls-logo-cnt.slick-slide img{padding:0px; border:0px solid #f1f1f1;}
@media screen and (max-width: 641px) {
.wpls-logo-showcase.wpls-center .slick-slide {opacity: 1;transform: scale(1); transition: all 300ms ease 0s;}
.wpls-logo-showcase.wpls-center .slick-center{opacity: 1;transform: scale(1);}
} .fusion-flex-container.wpls-fusion-flex{ flex-direction: column; }
.wpls-elementor-tab-wrap{min-width: 0; min-height: 0;} .wpls-logo-showcase .slick-arrow{position:absolute; z-index:9; padding:5px; display: inline-block; background-color: rgba(0, 0, 0, 0.5); text-align:center; width:30px; height:30px; cursor: pointer; border-radius: 50%; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); -webkit-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out;}
.wpls-logo-showcase .slick-arrow svg{fill: #fff; height: 100%; width: 100%;}
.wpls-logo-showcase .slick-arrow:hover{background-color: rgba(0, 0, 0, 0.7);}
.wpls-logo-showcase .slick-dots {padding:0 !important; margin:0 !important; text-align:center;}
.wpls-logo-showcase .slick-dots li {list-style:none !important; display:inline-block !important; line-height:0px !important; margin:0 3px !important; padding:0px !important; }
.wpls-logo-showcase .slick-dots li button {text-indent:-99999px;margin: 0px !important; padding: 0px !important; border: 2px solid #444 !important; border-radius: 50% !important; width: 12px !important; height: 12px !important; background-color:#fff; cursor:pointer;}
.wpls-logo-showcase .slick-dots li button:focus {outline:none !important}
.wpls-logo-showcase .slick-dots li.slick-active button {background:#8D8C8C !important;}.popup-template .modal {
opacity: 0;
-webkit-transition: all 250ms ease;
-o-transition: all 250ms ease;
transition: all 250ms ease;
}
.popup-template .modal.is-open {
opacity: 1;
-webkit-transition: all 250ms ease;
-o-transition: all 250ms ease;
transition: all 250ms ease;
}[class*=tec-events-elementor-event-widget]{color:var(--tec-color-text-primary);font-family:var(--tec-font-family-sans-serif);font-size:1rem;font-weight:var(--tec-font-weight-regular);line-height:var(--tec-line-height-3);margin:0 0 var(--tec-spacer-0);padding:0}[class*=tec-events-elementor-event-widget] [class*=tec-events-elementor-event-widget]{color:inherit;font-family:inherit;font-size:inherit;font-weight:inherit;line-height:inherit;margin:inherit;padding:inherit}[class*=tec-events-elementor-event-widget] a,a[class*=tec-events-elementor-event-widget]{border-bottom-color:currentColor;text-decoration:underline}.e-con-inner [class*=elementor-widget-tec_elementor_widget]:not(:last-child),.elementor-section:not(.elementor-top-section) [class*=elementor-widget-tec_elementor_widget]:not(:last-child){margin-block-end:var(--tec-spacer-3)}.tec-events-elementor-widget-empty{background-color:var(--tec-color-background-secondary);color:var(--tec-color-text-secondary);font-size:1rem;font-weight:var(--tec-font-weight-regular);line-height:var(--tec-line-height-3);padding:1em;text-align:center}