/*
Theme Name: MOD
Theme URI: https://www.mod.si
Description: Custom website.
Author: MOD
Author URI: https://www.mod.si

Version: 3.4.1

Tags: accessibility-ready, block-styles, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, left-sidebar, one-column, right-sidebar, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, two-columns, wide-blocks

Template: genesis

License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Text Domain: mod
Requires at least: 5.4
Requires PHP: 5.6
*/

/* HTML5 Reset
---------------------------------------------------------------------------- */

/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css
---------------------------------------------------------------------------- */
/* stylelint-disable */
html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}
/* stylelint-enable */

/* Box Sizing
--------------------------------------------- */

html {
	box-sizing: border-box;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}
a:active, a:focus {
  outline: 0;
  border: none;
  -moz-outline-style: none;
}
.aos-init.aos-animate .alignfull {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(-50vw + 50%);
}
.gb-block-container.alignwide .gb-container-inside, .gb-block-container.alignwide .gb-container-inside {
    max-width: 100%;
}
html[lang="en-US"] .slo {
display: none;
}
html[lang="sl-SI"] .eng {
display: none;
}
/* Float Clearing
--------------------------------------------- */

.author-box::before,
.clearfix::before,
.entry::before,
.entry-content::before,
.footer-widgets::before,
.nav-primary::before,
.nav-secondary::before,
.pagination::before,
.site-container::before,
.site-footer::before,
.site-header::before,
.site-inner::before,
.widget::before,
.wrap::before {
	content: " ";
	display: table;
}

.author-box::after,
.clearfix::after,
.entry::after,
.entry-content::after,
.footer-widgets::after,
.nav-primary::after,
.nav-secondary::after,
.pagination::after,
.site-container::after,
.site-footer::after,
.site-header::after,
.site-inner::after,
.widget::after,
.wrap::after {
	clear: both;
	content: " ";
	display: table;
}

/* Defaults
---------------------------------------------------------------------------- */
/* Typographical Elements
--------------------------------------------- */

html {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

body {
    background-color: var(--primary-color);
    color: var(--text-color);
	font-size: 18px;
	font-weight: 400;
	line-height: 1.625;
	margin: 0;
	overflow-x: hidden;
}

button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	transition: all 0.2s ease-in-out;
}

a {
	color: #0073e5;
	text-decoration: underline;
	transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

a:focus,
a:hover {
	color: #333;
	text-decoration: none;
}

p {
	margin: 0 0 28px;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-bottom: 1px solid currentColor;
	clear: both;
	color: #eee;
	margin: 1.65em auto;
}

b,
strong {
	font-weight: 700;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

mark {
	background: #ddd;
	color: #333;
}

blockquote {
	margin: 30px;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	/*font-family: "Source Sans Pro", sans-serif;*/
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 20px;
}

h1 {
	font-size: 45px;
}

h2 {
	font-size: 40px;
}

h3 {
	font-size: 35px;
}

h4 {
	font-size: 30px;
}
/*.entry-content h4 {
	margin-top: 40px;
}*/

h5 {
	font-size: 25px;
}

h6 {
	font-size: 20px;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
	vertical-align: top;
}

figure {
	margin: 0;
}
.skrij {
    display: none;
}
/* Back to top
---------------------------------------------------------------------------- */
.to-top {
	display:inline-block;
	height:40px;
	width:40px;
	position:fixed;
	bottom:40px;
	right:10px;
	box-shadow:0 0 10px rgba(0,0,0,0.05);
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
	background:#ebc0bf url(/wp-content/themes/mod/images/to-top.svg) no-repeat center 50%;
	visibility:hidden;
	opacity:0;
	-webkit-transition:all .3s;
	-moz-transition:all .3s;
	transition:all .3s;
        z-index: 9999;
    border-radius: 100%;
}

.to-top.top-is-visible {
	visibility:visible;
	opacity:1;
}

.to-top.top-fade-out {
	opacity:.5;
}

.no-touch .to-top:hover {
	background-color:#e86256;
	opacity:1;
}

@media only screen and (min-width: 768px) {
	.to-top {
		right:20px;
		bottom:20px;
	}
}

@media only screen and (min-width: 1024px) {
	.to-top {
		height:60px;
		width:60px;
		right:30px;
		bottom:30px;
	}
}

/* Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

.gallery img {
	border: 1px solid #eee;
	height: auto;
	padding: 4px;
}

.gallery img:focus,
.gallery img:hover {
	border: 1px solid #999;
	outline: none;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

.gallery-item {
	float: left;
	margin: 0 0 30px;
	text-align: center;
}
.wp-block-gallery.has-nested-images figure.wp-block-image img,
figcaption.wp-element-caption{
    border-radius:1em 2em;
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #333;
	font-size: 18px;
	font-weight: 400;
	padding: 15px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

:-ms-input-placeholder {
	color: #333;
	opacity: 1;
}

::placeholder {
	color: #333;
	opacity: 1;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form button[type="submit"],
.button {
	background-color: #333;
	border: 0;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-weight: 600;
	padding: 15px 30px;
	text-align: center;
	text-decoration: none;
	white-space: normal;
	width: auto;
}

button:focus,
button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover,
.site-container div.wpforms-container-full .wpforms-form input[type="submit"]:focus,
.site-container div.wpforms-container-full .wpforms-form input[type="submit"]:hover,
.site-container div.wpforms-container-full .wpforms-form button[type="submit"]:focus,
.site-container div.wpforms-container-full .wpforms-form button[type="submit"]:hover,
.button:focus,
.button:hover {
	background-color: #0073e5;
	border-width: 0;
	color: #fff;
}

.entry-content .button:focus,
.entry-content .button:hover {
	color: #fff;
}

.button {
	display: inline-block;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
	background-color: #eee;
	border-width: 0;
	color: #777;
	cursor: not-allowed;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

a.wp-block-button__link {
  border-radius: 2em 1em !important;
  /*box-shadow: 0 0 10px rgb(0 0 0 / 20%);*/
     box-shadow:
    0 1px 2px rgba(17,24,39,.08),
    0 10px 20px rgba(17,24,39,.16),
    0 20px 40px rgba(17,24,39,.12);
}
a.wp-block-button__link:hover {
  /*box-shadow: 0 0 20px rgb(0 0 0 / 30%)!important;*/
transform: scale(1.04); 
    transition: transform .18s ease; 
      box-shadow:
    0 2px 4px rgba(17,24,39,.08),
    0 14px 28px rgba(17,24,39,.18),
    0 26px 52px rgba(17,24,39,.14)!important;
}

.wp-block-buttons>.wp-block-button.wp-block-button__width-50 {
    width: calc(48% - var(--wp--style--block-gap, .5em) * .5)!important;
}


/* CENTER privzeto */
a.wp-block-button__link{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  line-height:1;
  padding:.9em 1.6em;                  /* enaka L/R → tekst na sredini */
  transition: padding .25s cubic-bezier(.2,.8,.2,1),
              transform .18s ease, box-shadow .18s ease;
}

/* Ikona desno – privzeto NE zaseda prostora (width:0) */
a.wp-block-button__link::after{
  content:"";
  display:inline-block;
  width:0;                             /* ← pomembno: nič prostora v normalnem stanju */
  height:1.15em;
  margin-left:0;
  opacity:0;
  transform: translateX(-6px) scale(.85);
  transition: width .25s cubic-bezier(.2,.8,.2,1),
              margin-left .25s cubic-bezier(.2,.8,.2,1),
              opacity .25s ease, transform .25s ease;

  /* barva ikone = barva teksta */
  background: currentColor;
  -webkit-mask: url("/wp-content/themes/mod/images/logo.svg") no-repeat 50% / contain;
          mask: url("/wp-content/themes/mod/images/logo.svg") no-repeat 50% / contain;

  /* če želiš original barve SVG, namesto mask uporabi:
     background: url("/wp-content/themes/mod/images/logo.svg") no-repeat 50% / contain;
  */
}

/* HOVER: besedilo mehko levo + ikona se prikaže desno */
a.wp-block-button__link:hover,
a.wp-block-button__link:focus-visible{
  padding-left:2.0em;                  /* +0.4em levo */
  padding-right:1.2em;                 /* -0.4em desno (širina gumba ostane ista) */
}
a.wp-block-button__link:hover::after,
a.wp-block-button__link:focus-visible::after{
  width:1.15em;                        /* zdaj ikona dobi prostor */
  margin-left:.6em;                    /* razmik tekst–ikona */
  opacity:1;
  transform: translateX(0) scale(1);
}

/* (opcijsko) za zelo majhne gumbe */
a.wp-block-button__link.is-small{ padding:.7em 1.2em; }
a.wp-block-button__link.is-small:hover,
a.wp-block-button__link.is-small:focus-visible{
  padding-left:1.6em; padding-right:1.0em;
}
a.wp-block-button__link.is-small:hover::after,
a.wp-block-button__link.is-small:focus-visible::after{
  width:.95em; margin-left:.4em;
}

/* BLOG
--------------------------------------------- */
.post header.entry-header {
    /*text-align: center;*/
    margin-bottom: 2em;
    border-width: 10px;
}
.post header p.entry-meta:after {
    content: "";
    display: block;
    margin: 0 auto;
    width: 100%;
    padding-top: 1px;
    background: #cccccc;
    margin-top: 1em;
}
.post header p.entry-meta {
    text-transform: uppercase;
    letter-spacing: 0.08rem;
    font-size: small;
}

.post-hero {
	padding: 100px 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
    border-radius: 0 0 30% 30%;
}

.post-hero .entry-title {
    /*margin-bottom: 0;
    background-color: rgb(255 255 255);
    padding: 1em;
    text-transform: uppercase;
    max-width: 50%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;*/
    display: none;
}
.single-post .site-inner {
    padding-top: 20px;
}
.blog article, .archive article {
    box-shadow: 0 0 20px rgb(0 0 0 / 10%);
    padding: 1em;
    transition: transform .2s;
    border-radius: 2em 1em;
}
.blog article:hover, .archive article:hover, 
.podcastzadnje article:hover{
    transform: scale(1.1);
    background: white;
}
.archive a.entry-title-link, .category a.entry-title-link, .blog a.entry-title-link,
.podcastzadnje article a{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
        font-size: 27px;
}
.podcastzadnje article {
    box-shadow: 0 0 20px rgb(0 0 0 / 10%);
    padding: 1em;
    transition: transform .2s;
    background: white;
}

.blog footer.entry-footer,.archive footer.entry-footer {
   display: none;
}


.blog article p {
    display: none;
}
.post header p.entry-meta {
    display: block;
}
.blog article img,
.archive article img,
.most-liked-posts img,
.podcastzadnje article img{
    height: 200px;
    max-height: 200px;
    width: 100%;
    object-fit: cover;
}
.nomargin {
    margin-bottom: 0!important;
}
.blogkategorije .wp-block-cover__background,
.blogkategorije .gb-block-layout-column-inner{
    transition: transform .2s;
}
.blogkategorije .wp-block-cover__background:hover,
.blogkategorije .gb-block-layout-column-inner:hover{
    transform: scale(1.1);
    box-shadow: 0 0 20px rgb(0 0 0 / 20%);
}

/*RELATED POSTS*/
.related-posts-list .one-third {
    margin: 0.8%;
    text-align: center;
    padding: 0.5em;
    box-shadow: 0rem 0rem 0.5rem rgb(0 0 0 / 20%);
    position: relative;
    transition: transform .2s;
}
.related-posts-list .one-copy a {
    background: white;
    padding: 0.5em;
    text-decoration: none!important;
    color: #676862;
    width: 90%;
    right: 5%;
    left: 5%;
    z-index: 999;
    position: absolute;
    top: 0;
}
a.related-image img {
    height: 200px;
    object-fit: cover;
}

.related-posts-list .one-third:hover {
    box-shadow: 0rem 0rem 2rem rgb(0 0 0 / 20%);
    filter: brightness(1.1);
    transform: scale(1.05);
}
.related-posts-list {
    margin-bottom: 300px;
}
h3.related-title.slo {
    color: transparent;
}
.senca {
    box-shadow: 0 0 20px rgb(0 0 0 / 10%);
    }
.blogkategorije a {
    text-decoration: none !important;
}
.kategorije {
    box-shadow: 0 0 20px rgb(0 0 0 / 10%);
    border-radius: 1em;
    border: 2px solid white;
}
.wp-block-search__inside-wrapper {
    border: 0 !important;
}
/* Kontakt
--------------------------------------------- */
.kontaktpodatki {
    margin-top: -5%;
        z-index: 9;
}
.kontakniobrazec p {
    margin-bottom: 10px;
}
.detailscenter {
    text-align: center;
}
summary {
    outline: none !important;
}
.detailscenter summary::marker {
    display: none;
    font-size: 0;
}




.sencabesedilo {
    letter-spacing: .02em;
    text-shadow: 0 2px 14px rgba(255, 255, 255, .85), 0 0 2px rgba(255, 255, 255, .95);
    -webkit-text-stroke: .4px rgba(255, 255, 255, .7);
    paint-order: stroke fill;
}
input.wpcf7-form-control.wpcf7-submit {
    width: 100%;
    border-radius: 2em 1em;
}
button, input[type="button"], input[type="reset"], input[type="submit"], .site-container div.wpforms-container-full .wpforms-form input[type="submit"], .site-container div.wpforms-container-full .wpforms-form button[type="submit"], .button {
    background-color: #ae2071;
}

.narocanje figure.wp-block-media-text__media {
    width: 50px;
}

.narocanje .wp-block-media-text__content {
    padding: 0em 0.5em !important;
}
.narocanje figure.wp-block-media-text__media img {
    max-height: 50px;
    width: auto;
}
input, select, textarea {
    border-left: 0;
    border-right: 0;
    border-top: 0;
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.2), inset 2px 4px 0 0 rgba(255, 255, 255, 0.08);
}


/* Darilo, mini ponudba
--------------------------------------------- */
figure.wp-block-image.size-large.dariloloading,
.dariloloading img{
    margin-bottom: -1em;
    z-index: 9999;
    display: block;
    position: relative;
}
.zamaknjenogor {
    margin-top: -5%;
    z-index: 9;
    border-radius: 2em;
}

.hurrytimer-timer-block,
.hurrytimer-timer-block{
    width: 22%;
    height: 110px;
    background-color: #fff;
    border-radius: 8px;
    -moz-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.2), inset 2px 4px 0 0 rgba(255, 255, 255, 0.08);
    -webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.2), inset 2px 4px 0 0 rgba(255, 255, 255, 0.08);
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.2), inset 2px 4px 0 0 rgba(255, 255, 255, 0.08);
}

.tidycalkoledar:after {
    content: "";
    height: 35px;
    background: white;
    width: 100%;
    display: block;
    margin-top: -42px;
    position: relative;
    z-index: 9;
}
.posnetekblok {
    box-shadow: 0 0 20px rgb(0 0 0 / 10%);
    padding: 1em;
}
/* Trgovina
--------------------------------------------- */
.woocommerce span.onsale {
    color: white!important;
    padding: 0.2em 1em!important;
}
.ikoneshopping {
    text-align: center;
}
.woocommerce-tabs.wc-tabs-wrapper {
    box-shadow: 0 0 20px rgb(0 0 0 / 10%);
    padding: 2em;
    margin-bottom: 2em;
}
.full-width-content.woocommerce div.product .woocommerce-tabs ul.tabs li {
    background-color: transparent!important;
        text-transform: uppercase;
    font-weight: 100!important;
    letter-spacing: 0.09rem;
    font-size: small;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before, .woocommerce div.product .woocommerce-tabs ul.tabs li {
    border-color: transparent!important;
}
#review_form_wrapper {
    margin-top: 2em;
}
.woocommerce ul.products li.product {
    box-shadow: 0 0 20px rgb(0 0 0 / 10%);
    padding: 1em!important;
}
.woocommerce .woocommerce-ordering select {
    border: 0 !important;
    outline: none;
}
p.woocommerce-result-count {
    display: none;
}
.woof.woof_sid.woof_sid_auto_shortcode {
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    background: white;
    border: 0;
}
.woof_text_search_container.woof_container.woof_container_woof_text.woof_fs_by_text.woof_use_beauty_scroll {
    width: 100%;
}
.najnovejsiizdelki li.wc-block-grid__product {
    box-shadow: 0 0 20px rgb(0 0 0 / 10%);
    padding: 1em;
    background: white;
    margin: 1%;
}
.najnovejsiizdelki.wc-block-grid.has-2-columns .wc-block-grid__product {
    flex: 1 0 48%;
    max-width: 48%;
}
.najnovejsiizdelki.wc-block-grid.has-3-columns .wc-block-grid__product {
    flex: 1 0 31.3333333333%;
    max-width: 31.3333333333%;
}
.najnovejsiizdelki.wc-block-grid.has-4-columns .wc-block-grid__product {
    flex: 1 0 23%;
    max-width: 23%;
}
.najnovejsiizdelki p {
    display: none;
}
.najnovejsiizdelki .wc-block-grid__product-rating {
    text-align: center !important;
    display: inline-block;
}
.najnovejsiizdelki a.wp-block-button__link.add_to_cart_button {
    color: white;
}
h1.woocommerce-products-header__title.page-title {
    text-align: center;
}
.woocommerce ul.products {
    justify-content: left!important;
}
a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart,
button.single_add_to_cart_button.button.alt{
    border-radius: 5px;
}
h2#nakupuj {
    outline: 0;
}
.woocommerce-checkout .woocommerce {
    column-count: 2;
}
div#order_review {
    break-inside: avoid-column;
}
h3#order_review_heading {
    display: none;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2{
    width: 100%!important;
    page-break-inside: avoid;
    break-inside: avoid-column;
}
.wp-block-product-new a.wp-block-button__link.add_to_cart_button {
    color: white;
}
.woocommerce .star-rating span::before {
    background: -webkit-linear-gradient(#feeda4, #f3b81f);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
/* Course, tecaji
--------------------------------------------- */
.course-detail-info .lp-content-area {
    width: calc(100% - 320px);
    margin-left: 0;
}
.course-meta .course-meta__pull-left, .course-meta .course-meta__pull-right {
    gap: 1.5em!important;
}
.course-extra-box {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px;
    background: white !important;
    border: 1px solid white;
}
.course-tab-panel-faqs .course-faqs-box {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px;
    background: white !important;
    border: 1px solid white!important;
}
.course-extra-box__title {
    background: white!important;
}
.lp-archive-courses .course-meta__pull-left .meta-item,
.learn-press-nav-tabs li label{
    text-transform: none!important;
}
.single-lp_course .site-inner {
    padding-top: 0;
}
.course-detail-info {
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
}
/* CArtflow
--------------------------------------------- */
.landing .site-header, .landing .site-footer, .landing .entry-header, .landing h1.entry-title, .landing .breadcrumbs {
    display: none !important;
}

.landing .footer-widgets {
    display: none;
}
.landing .site-inner {
    padding-top: 0 !important;
}
.cartflows_step-template .wrapup_order_bump {
    display: none;
}

/* Kviz
--------------------------------------------- */
.asq-theme.asq-theme-buzzfeed .quiz-question-answer,
.asq-theme .quiz-question-answer{
    box-shadow: 0 0 3px rgb(0 0 0 / 10%)!important;
    background: transparent!important;
    border: 1px solid #e8e8e8!important;
}
.asq-theme.asq-theme-buzzfeed .quiz-result,
.asq-theme .quiz-result{
    box-shadow: 0 0 20px rgb(0 0 0 / 10%);
    border: 0;
}
.asq-theme .result-title {
    text-align: center;
    text-transform: uppercase;
    font-size: 1.5em !important;
    border: 0!important;
}
/* Home
--------------------------------------------- */
.naslovka figure.wp-block-media-text__media img {
    border-radius: 50% 0 50% 2em;
    box-shadow: 0 0 20px rgb(0 0 0 / 2%);
}
.homebanerrezultati img {
    vertical-align: text-top;
}
.homebannerbesedilo {
    margin-right: -15%;
    /*margin-left: -15%;*/
	border-radius: 2em;
}
.pagesgrid article {
    background: white;
    box-shadow: 0 0 20px rgb(0 0 0 / 10%);
    text-align: center !important;
    padding: 1em;
    transition: transform .2s;
    border-radius: 2em 1em;
}
.pagesgrid article img {
    border-radius: 2em 1em;
}
.pagesgrid article:hover {
    transform: scale(1.05);
}
.pagesgrid .gb-block-post-grid-more-link.gb-text-link {
    font-weight: normal;
    text-transform: uppercase;
    font-size: small;
    letter-spacing: 0.08rem;
}
.pagesgrid .gb-block-post-grid-text {
    text-align: center !important;
}
.podstranistoritve h3.gb-block-post-grid-title {
    font-size: 1.2em;
}
.vecgumbminimal {
    font-weight: normal;
    text-transform: uppercase;
    font-size: small;
    letter-spacing: 0.08rem;
}
.vecgumbminimal a {
    text-decoration: none !important;
}
.home .entry {
    margin-bottom: 0;
}
p.has-background {
    padding: 0.5em 1em !important;
    border-radius: 1em;
}

.wp-block-cover.alignfull.is-light.has-parallax.smile-cutout,
.wp-block-cover.alignfull.is-light.smile-cutout{
    /* border-bottom: 100px solid green; */
    border-radius: 0 0 30% 30%;
}
.okvircki .wp-block-genesis-blocks-gb-column.gb-block-layout-column {
    background: white;
    box-shadow: 0 0 20px rgb(0 0 0 / 10%);
    text-align: center !important;
    padding: 1em;
    transition: transform .2s;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 1em;
}
.okvircki .wp-block-genesis-blocks-gb-column.gb-block-layout-column:hover {
    box-shadow: 0 0 20px rgb(0 0 0 / 20%);
    transform: scale(1.01);
}
.wp-block-genesis-blocks-gb-column.pinki.gb-block-layout-column {
    background: #ae2071;
}
.wp-block-genesis-blocks-gb-column.zlati.gb-block-layout-column {
    background: #c1af94;
}

.wpmtst-testimonial.testimonial {
    background: white;
    box-shadow: 0 0 20px rgb(0 0 0 / 10%);
    padding: 1em;
}
h3.wpmtst-testimonial-heading.testimonial-heading {
    font-size: 1.5em;
}
.wpmtst-testimonial-content.testimonial-content {
    font-size: 14px;
}

.zavrtivlevo figure.wp-block-media-text__media {
    transform: rotate(3deg);
}
.zavrtivlevo .wp-block-media-text__content {
    background: white;
    padding: 8% !important;
    z-index: 9999;
    margin-right: -3em;
    box-shadow: 0 0 20px rgb(0 0 0 / 10%);
}
.zavrtivlevo figure.wp-block-media-text__media img {
    border-radius: 2em;
}
.zavrtivdesno figure.wp-block-media-text__media {
    transform: rotate(-3deg);
}
.zavrtivdesno .wp-block-media-text__content {
    background: white;
    padding: 8% !important;
    z-index: 9999;
    margin-left: -3em;
    box-shadow: 0 0 20px rgb(0 0 0 / 10%);
}
.zavrtivdesno figure.wp-block-media-text__media img {
    border-radius: 2em;
}

.ekipa .wp-block-column {
    background: white;
    box-shadow: 0 0 20px rgb(0 0 0 / 10%);
    text-align: center !important;
    padding: 1em;
    transition: transform .2s;
    border-radius: 2em 1em;
}
.ekipa img {
    border-radius: 2em 1em;
}

/* STORITVE
--------------------------------------------- */
.meninavigacija {
    /*background: #fff;
    border-radius: 2em 1em;
    padding: 1.1rem;
    box-shadow: 0 4px 22px rgba(0, 0, 0, .06), inset 0 0 0 1px rgba(0, 0, 0, .06);*/
        margin-top: -30%;
}
.meninavigacija li
 {
    list-style: none !important;
    background-color: #ae006eb0 !important;
    color: white !important;
    margin-left: 0 !important;
    margin: 1em;
    padding: 15px 30px;
    width: 100%;
    border-radius: 2em 1em !important;
        text-transform: uppercase!important;
}
.meninavigacija li a,
li.current-menu-item a{
    color: white!important;
    text-decoration: none!important;
}
.meninavigacija ul {
    padding-left: 0!important;
}

.meninavigacija li:hover {
 box-shadow: 0 1px 2px rgba(17, 24, 39, .08), 0 3px 6px rgba(17, 24, 39, .16), 0 1px 13px rgba(17, 24, 39, .22);
     transform: scale(1.05);
  transition: transform .35s ease;
    background-color: #ae006e !important;
}
li.current-menu-item {
    /* transform: scale(1.08); */
    box-shadow: 0 1px 2px rgba(17, 24, 39, .18), 0 3px 6px rgba(17, 24, 39, .16), 0 1px 13px rgba(17, 24, 39, .22);
    background-color: #ae006e!important;
}

.enakistolpci .gb-layout-column-wrap,
.enakistolpci .gb-block-layout-column,
.enakistolpci .gb-block-layout-column-inner {
  overflow: visible !important;
  transform: none !important; 
}

.enakistolpci .stolpec .gb-block-layout-column-inner {
  position: sticky;
  z-index: 10;
    top: 100px;   
}

.stickynaslov {
  position: sticky;
  z-index: 10;  /* da ostane nad vsebino */
    background: #fff;
    border-radius: 2em 1em;
    padding: 1.1rem;
    box-shadow: 0 4px 22px rgba(0, 0, 0, .06), inset 0 0 0 1px rgba(0, 0, 0, .06);
}

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 40px;
	width: 100%;
	word-break: break-all;
}

tbody {
	border-bottom: 1px solid #eee;
}

td,
th {
	line-height: 2;
	text-align: left;
	vertical-align: top;
}

td {
	padding: 0.5em;
}

tr {
	border-top: 1px solid #eee;
}

th {
	font-weight: 600;
	padding: 0.5em;
}

/* Screen Reader Text
--------------------------------------------- */

.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.widget_search input[type="submit"]:focus {
	background: #fff;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #333;
	display: block;
	font-size: 1em;
	font-weight: 700;
	height: auto;
	padding: 15px 23px 14px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.more-link {
	display: inline-block;
	position: relative;
	margin-bottom: 30px;
}


/* Structure and Layout
---------------------------------------------------------------------------- */
/* Landing stick menu - LANDING PAGE
--------------------------------------------- */
.topbarlanidngpage {
   box-shadow: 0 0 20px rgb(0 0 0 / 20%);
    overflow: hidden;
    /* position: fixed; */
    width: 100vw;
    display: block;
    z-index: 9999;
    /* left: 0; */
    /* margin-left: 0 !important; */
    position: sticky;
    top: 0;
}
.topbarlanidngpage .custom-logo-link img {
    width: auto!important;
}
.topbarlanidngpage .wp-block-site-logo img, .topbarlanidngpage .wp-block-site-logo {
    max-height: 50px;
    width: auto;
}


.gumbibrezobrobe a.wp-block-button__link.has-text-color.wp-element-button {
    border: 0!important;
}
details.wp-block-details {
    border-bottom: 1px solid #ebe9e9;
    padding: 1em;
}
details {
  /*overflow: hidden;  Skrije presežek vsebine */
  transition: max-height 1.5s ease; /* Animacija za gladko odpiranje in zapiranje */
}

details:not([open]) {
  max-height: 3.5em; /* Višina zaprtega stanja (približno višina summary) */    
}

details[open] {
  max-height: 500px; /* Dovolj visoko, da se prikaže vsa vsebina */
  overflow: auto; /* Še vedno prepreči prekomerno vsebino */
}






/* Site Container
--------------------------------------------- */

.site-container {
	animation: fadein 1s;
	word-wrap: break-word;
}

@keyframes fadein {

	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}

}

/* Site Inner
--------------------------------------------- */

.site-inner {
	clear: both;
	margin: 0 auto;
	padding: 60px 30px 0;
}


/* Common Classes
---------------------------------------------------------------------------- */

/* Avatar
--------------------------------------------- */

.avatar {
	border-radius: 50%;
	float: left;
}

.author-box .avatar,
.alignleft .avatar {
	margin-right: 20px;
}

.alignright .avatar {
	margin-left: 20px;
}

.comment .avatar {
	margin: 0 15px 20px 0;
}

/* Genesis
--------------------------------------------- */

.after-entry,
.archive-description,
.author-box {
	margin-bottom: 40px;
}

.after-entry {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
	padding: 20px 30px;
}

.after-entry .widget:last-of-type {
	margin-bottom: 0;
}

.breadcrumb {
	border-bottom: 1px solid #eee;
	font-size: 16px;
	margin-bottom: 40px;
	padding-bottom: 10px;
}

.genesis-title-hidden .breadcrumb {
	margin-top: 40px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.entry-content .search-form {
	margin-bottom: 40px;
	width: 50%;
}

.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	margin-top: 10px;
}

.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* Titles
--------------------------------------------- */

.archive-description .entry-title,
.archive-title,
.author-box-title {
	font-size: 2em;
	margin-bottom: 10px;
}

.entry-title {
	font-size: 45px;
	margin-bottom: 10px;
}

.entry-title a,
.sidebar .widget-title a {
	color: #333;
	text-decoration: none;
}

.entry-title a:focus,
.entry-title a:hover {
	color: #0073e5;
}

.widget-title {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 20px;
}

.genesis-title-hidden .site-inner {
	padding-top: 0;
}

/* WordPress
--------------------------------------------- */

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter,
.singular-image {
	display: block;
	margin: 0 auto 30px;
}

img.alignnone,
.alignnone {
	margin-bottom: 15px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 20px 20px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 20px 20px;
}

figcaption,
.gallery-caption,
.wp-caption-text {
	font-size: 14px;
	font-weight: 600;
	margin-top: 0.5em;
	margin-bottom: 1em;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 30px;
}

/* Widgets
---------------------------------------------------------------------------- */

.widget {
	margin-bottom: 40px;
}

.widget p:last-child,
.widget ul > li:last-of-type {
	margin-bottom: 0;
}

.widget ul > li {
	margin-bottom: 10px;
}

.widget ul > li:last-of-type {
	padding-bottom: 0;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: 0;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* Featured Content
--------------------------------------------- */

.featured-content .entry {
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
}

.featured-content .entry:last-of-type {
	border-bottom: none;
	margin-bottom: 0;
}

.featured-content .entry-title {
	font-size: 16px;
	margin-bottom: 5px;
	margin-top: 10px;
}


/* Plugins
---------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.after-entry .enews {
	text-align: center;
	padding: 10px;
}

.sidebar .enews {
	background-color: #f5f5f5;
	padding: 30px;
}

.enews-widget input {
	font-size: 16px;
	margin-bottom: 10px;
}

.after-entry .enews-widget input {
	text-align: center;
}

.enews-widget input[type="submit"] {
	margin: 0;
	width: 100%;
}

.enews form + p {
	margin-top: 20px;
}

/* Genesis Simple FAQ
--------------------------------------------- */

.gs-faq__question {
	background: transparent;
	border-bottom: 1px solid #eee;
	color: #333;
	padding-left: 0;
	padding-right: 0;
}

.gs-faq__question:focus,
.gs-faq__question:hover {
	background: transparent;
	color: #0073e5;
}

.gs-faq__question::after {
	content: "\f132";
	font-family: dashicons; /* stylelint-disable-line font-family-no-missing-generic-family-keyword */
	float: right;
}

.gs-faq__question.gs-faq--expanded::after {
	content: "\f460";
}

/* WP Forms
--------------------------------------------- */

.entry-content .wpforms-container {
	margin-bottom: 40px;
}

.entry-content .wpforms-form .wpforms-field {
	clear: both;
	margin: 20px 0;
	overflow: hidden;
}

.site-container .wpforms-container .wpforms-form .wpforms-field input {
	border-radius: 0;
	height: auto;
	padding: 15px;
}

.site-container .entry-content .wpforms-form .wpforms-field-label {
	font-weight: 600;
}

.site-container .entry-content .wpforms-form .wpforms-field-sublabel {
	font-size: 14px;
	font-weight: 300;
}

.entry-content .wpforms-form .wpforms-field-hp {
	display: none !important;
	left: -9000px !important;
	position: absolute !important;
}

.site-container .entry-content .wpforms-form textarea {
	padding: 15px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-small {
	height: 120px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-medium {
	height: 200px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-large {
	height: 300px;
}


/* Skip Links
---------------------------------------------------------------------------- */

.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link .skip-link-hidden {
	display: none;
	visibility: hidden;
}

.genesis-skip-link li {
	height: 0;
	list-style: none;
	width: 0;
}

/* Display outline on focus */
:focus {
	color: #333;
	outline: #ccc solid 1px;
}


/* Site Header
---------------------------------------------------------------------------- */

.site-header {
	background-color: #fff;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
	padding: 0 30px;
}

/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding-bottom: 25px;
	padding-top: 25px;
}

.wp-custom-logo .title-area {
	max-width: 350px;
	padding-bottom: 5px;
	padding-top: 5px;
	width: 100%;
}

.wp-custom-logo .custom-logo-link {
	display: block;
}

.wp-custom-logo .title-area img {
	width: auto;
}

.site-title {
	font-size: 20px;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 0;
}

.site-title a,
.site-title a:focus,
.site-title a:hover {
	color: #333;
	text-decoration: none;
}

.site-description,
.wp-custom-logo .site-title {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}


/* Site Navigation
---------------------------------------------------------------------------- */
nav#genesis-nav-primary {
    width: calc(100% - 180px) !important;
}

.genesis-nav-menu {
	clear: both;
	line-height: 1;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: block;
	float: none;
	position: relative;
}

.genesis-nav-menu a {
	color: #333;
	display: block;
	font-size: 15px;
	font-weight: 400;
	outline-offset: -1px;
	padding-bottom: 12px;
	padding-top: 12px;
	text-decoration: none;
}

.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link{
	color: #0073e5;
	text-decoration: none;
    border-radius: 1em 2em;
}

.genesis-nav-menu .sub-menu,
.genesis-nav-menu .sub-menu a {
	width: 100%;
}

.genesis-nav-menu .sub-menu {
	clear: both;
	display: none;
	left: -9999px;
	margin: 0;
	opacity: 1;
	padding-left: 15px;
	position: static;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	font-size: 14px;
	position: relative;
	word-wrap: break-word;
}

.genesis-nav-menu .menu-item:focus,
.genesis-nav-menu .menu-item:hover {
	position: relative;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	display: block;
	left: auto;
	opacity: 1;
}
.menu > .menu-item-has-children > a::after{
  content: "▾"; 
  font-size: 1em;
  margin-left: 6px;
  color: inherit; 
}
.menu > .menu-item-has-children:hover > a::after {
  transform: rotate(180deg);
}
/* Responsive Menu
--------------------------------------------- */

.menu .menu-item:focus {
	position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
	left: auto;
	opacity: 1;
}

.js .nav-primary {
	display: none;
	position: relative;
}

.genesis-responsive-menu .genesis-nav-menu .menu-item:hover > .sub-menu {
	display: none;
}

.menu-toggle,
.sub-menu-toggle {
	background-color: transparent;
	border-width: 0;
	color: #333;
	display: block;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
	visibility: visible;
}

.menu-toggle:focus,
.menu-toggle:hover,
.sub-menu-toggle:focus,
.sub-menu-toggle:hover {
	background-color: transparent;
	border-width: 0;
	color: #0073e5;
}


.menu-toggle.activated::before {
	content: "\f335";
}

.site-header .dashicons-before::before {
	transition: none;
}

.site-header .menu-toggle::before {
	float: left;
	margin-right: 5px;
	position: relative;
	text-rendering: auto;
	top: 1px;
}

.sub-menu-toggle {
	float: right;
	padding: 9px 10px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 100;
}

.sub-menu .sub-menu-toggle {
	padding: 12px 10px;
}

.sub-menu-toggle::before {
	display: inline-block;
	text-rendering: auto;
	transform: rotate(0);
	transition: transform 0.25s ease-in-out;
}

.sub-menu-toggle.activated::before {
	transform: rotate(180deg);
}
.menu-toggle {
    float: right;
    line-height: 20px;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 15px 0;
    position: relative;
    z-index: 1000;
    background: url(/wp-content/themes/mod/images/toggl.svg)!important;
    transition: top ease .3s,transform .4s ease,background-color ease .4s!important;
    background-size: 40px 26px!important;
    background-repeat: no-repeat!important;
    background-position-y: center!important;
    background-position-x: right!important;
    background-color: transparent!important;
    color: transparent!important;
}
#genesis-mobile-nav-primary.activated {
    background: url(/wp-content/themes/mod/images/togglx.svg)!important;
    transition: top ease .3s,transform .4s ease,background-color ease .4s!important;
    background-size: 40px 26px!important;
    background-repeat: no-repeat!important;
    background-position-y: center!important;
    background-position-x: right!important;
    background-color: transparent!important;
    color: transparent!important;
    outline: none!important;
}

/* Header Menu
--------------------------------------------- */

.nav-primary {
	clear: left;
	width: 100%;
}

/* Footer Menu
--------------------------------------------- */

.nav-secondary {
	margin-top: 10px;
}

.nav-secondary .genesis-nav-menu {
	line-height: 1.5;
}

.nav-secondary .menu-item {
	display: inline-block;
}

.nav-secondary a {
	margin-left: 10px;
	margin-right: 10px;
	padding: 0;
}
ul#menu-hitre-povezave li.current-menu-item {
    border-radius: 1em 2em;
    padding: 0.5em 2em;
}

/* Content Area
---------------------------------------------------------------------------- */


.most-liked-posts {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(var(--columns), 1fr); /* Uporablja število stolpcev */
    gap: 20px;
}

.post-item {
   text-align: center;
    display: inline-block;
    vertical-align: top;
    box-shadow: 0 0 20px rgb(0 0 0 / 10%);
    padding: 1em;
    margin: .5%;
    transition: transform .2s;
}
.post-item:hover {
    transform: scale(1.1);
    z-index: 999;
    background: white;
}
.post-item a {
    text-decoration: none !important;
        color: #324e66;
}
.post-item h3 {
    margin-bottom: 0;
    text-decoration: none !important;
        color: #324e66;
}
img.srcek,
img.srceksingle{
    height: 1em;
    vertical-align: middle;
    filter: drop-shadow(0px 3px 4px rgba(255, 111, 99, .4));
    width: auto;
}

/* Entry Content
--------------------------------------------- */

.entry {
	margin-bottom: 40px;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 30px;
	padding-left: 40px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ul > li,
.entry-content ul ul > li {
	list-style-type: circle;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #f5f5f5;
}

.content .sticky {
	background-color: #f5f5f5;
	padding: 30px;
}

/* Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 16px;
	margin-bottom: 0;
}

.entry-header .entry-meta {
	margin-bottom: 20px;
}

.entry-footer .entry-meta {
	border-top: 1px solid #eee;
	padding-top: 20px;
}

.entry-categories,
.entry-tags {
	display: block;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

/* Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 60px 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #f5f5f5;
	color: #333;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 4px;
	padding: 8px 12px;
	text-decoration: none;
}

.archive-pagination li a:focus,
.archive-pagination li a:hover,
.archive-pagination li.active a {
	background-color: #333;
	color: #fff;
}

/* Entry Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	margin-bottom: 40px;
}

.comment-list li {
	padding: 40px 0 0 30px;
}

.comment-list .depth-1 {
	padding-left: 0;
}

.comment-header {
	margin-bottom: 30px;
}

.comment-content {
	clear: both;
}

.comment-content ul > li {
	list-style-type: disc;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.comment-header p {
	margin-bottom: 0;
}

.entry-pings .reply {
	display: none;
}

.comment-form-cookies-consent label {
	display: inline;
	padding-left: 10px;
}

/* Sidebar
---------------------------------------------------------------------------- */

.sidebar {
	font-size: 16px;
	line-height: 1.5;
}

.sidebar .widget {
	margin-bottom: 40px;
}

.sidebar p {
	margin-bottom: 20px;
}

/* Footer Widgets
---------------------------------------------------------------------------- */

.footer-widgets {
	border-top: 1px solid #eee;
    background-color: var(--primary-color);
	clear: both;
	padding: 60px 0;
     /*   background-image: url(//localhost/dcenter/wp-content/themes/mod/images/client.jpg) !important;
    background-repeat: no-repeat !important;
    background-position: bottom center !important;
    background-size: 100vw auto !important;*/
      border-top: 1px solid #eee;
  clear: both;
  padding: 60px 0;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background-image:
    linear-gradient(rgba(255,255,255,0.1), rgba(255,255,255,0.1)),
    url('/wp-content/themes/mod/images/client.jpg');
  background-position: 0 0, bottom center;
  background-size: 100% 100%, 100vw auto;
  background-repeat: no-repeat, no-repeat;
}

.footer-widgets .wrap {
	margin-left: auto;
	margin-right: auto;
}

.footer-widget-area {
	margin-bottom: 40px;
	padding-left: 30px;
	padding-right: 30px;
}

.footer-widget-area:last-child,
.footer-widgets .widget:last-child {
	margin-bottom: 0;
}
a.button.gumbnoga {
    display: block;
}
.widget-area.footer-widgets-4.footer-widget-area {
    width: 100%;
}
.footer-widget-area a,
.site-footer a{
    color: black !important;
    text-decoration: none !important;
}

/* Site Footer
---------------------------------------------------------------------------- */

.site-footer {
    background-color: var(--primary-color);
	border-top: 1px solid #eee;
	font-size: 15px;
	line-height: 1.5;
	padding: 30px;
	text-align: center;
}

.site-footer p {
	margin-bottom: 0;
}

/* ====== ODPIRALNI ČAS – CEL0TEN CSS (dnevi v ozadju, aktivni obkljukani) ====== */

/* Kartice */
.odpiralni-cards{
  font-family:"Open Sans", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  display:grid; gap:1.25rem;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  margin:1rem 0;
}
.odpr-card{
  background:#fff;
  border-radius:18px;
  padding:1.1rem;
  box-shadow:0 4px 22px rgba(0,0,0,.06), inset 0 0 0 1px rgba(0,0,0,.06);
}
.odpr-card h3{
  margin:0 0 .6rem; font-size:1.05rem; line-height:1.2;
   position:relative; padding-left:.75rem;
}
.odpr-card h3::before{
  content:""; position:absolute; left:0; top:.2rem; bottom:.2rem;
  width:4px; border-radius:6px; background:#AE006E; /* magenta */
}

/* Vrste (dni levo, ura desno) */
.row{
  display:flex; align-items:center; justify-content:space-between;
  gap:.75rem; margin:.48rem 0; flex-wrap:wrap;
}
.time{
  /*font-weight:800; color:#222; */
    white-space:nowrap;
}

/* Dnevi v ozadju – vedno VSEH 5 v eni vrstici */
.days{
  display:grid; grid-template-columns: repeat(5, 1fr);
  gap:.4rem; flex:1 1 auto; 
}

/* Posamezen dan (neaktiven) */
.day{
  position:relative;
  display:grid; 
    place-items:left;
  font-weight:700; 
font-size:.6rem; 
    letter-spacing:.02em;
    padding:0 .4rem;
  border-radius:10px;
  color:#939598;               /* siva tipografija za neaktivne */
  background:#f5f5f5;          /* svetlo ozadje v ozadju */
  box-shadow: inset 0 0 0 1px rgba(0,0,0,.08);
}

/* Aktivni dan (highlight) */
.day.is-active{
  color:#000;
  background: rgba(174,0,110,0.12);                 /* #AE006E tint */
  box-shadow: inset 0 0 0 1px rgba(174,0,110,0.30);
}

/* ✓ jasen okrogel badge (ne prekrije besedila) */
.day.is-active::after{
  content:"✓";
  position:absolute;
  top:0px; right:0px;
  width:16px; height:16px; border-radius:50%;
  background:#AE006E; color:#fff;
  font-size:.65rem; font-weight:900; line-height:16px; text-align:center;
  box-shadow:0 2px 4px rgba(0,0,0,.15);
}

/* (opcijsko) sekundarni aktivni odtenek – taupe */
.day.is-active.taupe{
  background: rgba(176,156,127,0.18);               /* #B09C7F tint */
  box-shadow: inset 0 0 0 1px rgba(176,156,127,0.42);
}
.day.is-active.taupe::after{
  background:#B09C7F;
}

/* Opombe pod vrsticami */
.opomba{ color:#939598; font-size:.9rem; margin:.2rem 0 0; }

/* Responsive: na zelo ozkih širinah ura spodaj */
@media (max-width: 480px){
  .row{ flex-direction:column; align-items:flex-start; }
  .time{ margin-top:.2rem; }
}

/* (opcijsko) Dark mode */
@media (prefers-color-scheme: dark){
  .odpr-card{ background:#0f1216; box-shadow:0 10px 30px rgba(0,0,0,.5), inset 0 0 0 1px rgba(255,255,255,.06); }
  .odpr-card h3{ color:#fff; }
  .day{ background:#151922; color:#b8bcc4; box-shadow: inset 0 0 0 1px rgba(255,255,255,.08); }
  .day.is-active{ background: rgba(174,0,110,0.22); box-shadow: inset 0 0 0 1px rgba(174,0,110,0.5); color:#fff; }
  .day.is-active.taupe{ background: rgba(176,156,127,0.28); box-shadow: inset 0 0 0 1px rgba(176,156,127,0.58); }
  .time{ color:#fff; }
  .opomba{ color:#C1AF94; }
}
/* ===== FLIP KARTICA – OSEBA ===== */

/* ===== FLIP KARTICA – OSEBA (FIX) ===== */

.flip-card {
  perspective: 1000px;
  cursor: pointer;
    background: white;
    box-shadow: 0 0 20px rgb(0 0 0 / 10%);
    text-align: center !important;
    padding: 1em;
    transition: transform .2s;
    border-radius: 2em 1em;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  min-height: 420px;
  transition: transform 0.7s;
  transform-style: preserve-3d;
}

.flip-card.is-flipped .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-front,
.flip-back {
  position: absolute;         
  inset: 0;                    
  backface-visibility: hidden;
  border-radius: 16px;
  overflow: hidden;
}

/* SPREDAJ */
.flip-front {
  background: #ffffff;
  text-align: center;
}

.flip-front img {
  width: 100%;
  /*height: 220px;*/
  object-fit: cover;
    aspect-ratio: 1 / 1;
}

.flip-front h3 {
  margin: 16px 0 4px;
}

.flip-front p {
  margin: 0;
  opacity: 0.7;
    font-size: small;
}
.flip-back p {
    text-align: left;
   font-size: small;
}


.flip-back {
  background: #ffffff;
  padding: 24px;
  transform: rotateY(180deg);   
}

.flip-back {
  background: #ffffff;
  color: #324e66;
  padding: 24px;
  transform: rotateY(180deg);
  overflow-y: auto;         
}


.flip-back::-webkit-scrollbar {
  width: 6px;
}

.flip-back::-webkit-scrollbar-thumb {
  background: rgba(0,0,0,0.2);
  border-radius: 10px;
}
.flip-back-editor {
    border: 1px solid #ccd0d4;
    padding: 10px 12px;
    min-height: 120px;
    background: #fff;
    cursor: text;
}

.flip-back-editor:focus {
    border-color: #2271b1;
    box-shadow: 0 0 0 1px #2271b1;
    outline: none;
}

/* ===== KONEC FLIP KARTICA – OSEBA ===== */

/* Media Queries
---------------------------------------------------------------------------- */

@media only screen and (min-width: 480px) {

	table {
		table-layout: auto;
		word-break: normal;
	}

}
@media only screen and (max-width: 480px) {

    /*VSECKI LIKE BLOG*/
    .most-liked-posts {
    display: block;
    }
    .post-item {
    width: 100%;
    margin-bottom: 5%;
    }

}

@media only screen and (min-width: 960px) {

	/* Site Header
	--------------------------------------------- */

	.site-header {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		z-index: 99;
	}

	.admin-bar .site-header {
		top: 32px;
	}

	/* Genesis Menu
	--------------------------------------------- */

	.genesis-nav-menu .menu-item {
		display: inline-block;
	}

	.genesis-nav-menu .menu-item:focus,
	.genesis-nav-menu .menu-item:hover {
		position: relative;
	}

	.genesis-nav-menu > .menu-bold > a {
		font-weight: 700;
	}

	.genesis-nav-menu > .menu-highlight > a {
		background-color: #333;
		border-radius: 3px;
		color: #fff;
		font-weight: 600;
		margin-left: 15px;
		padding-left: 20px;
		padding-right: 20px;
	}

	.genesis-nav-menu > .menu-highlight > a:focus,
	.genesis-nav-menu > .menu-highlight > a:hover {
		background-color: #0073e5;
	}

	.genesis-nav-menu .sub-menu,
	.genesis-nav-menu .sub-menu a {
		width: 180px;
	}

	.genesis-nav-menu .sub-menu {
		border-top: 1px solid #eee;
		opacity: 0;
		padding-left: 0;
		position: absolute;
		transition: opacity 0.4s ease-in-out;
	}

	.genesis-nav-menu .sub-menu a {
		border: 1px solid #eee;
		border-top: 0;
		padding-bottom: 15px;
		padding-top: 15px;
	}

	.genesis-nav-menu .sub-menu .sub-menu {
		margin: -46px 0 0 179px;
	}

	/* Responsive Menu
	--------------------------------------------- */

	.js .nav-primary {
		display: block;
		padding-top: 5px;
	}

	.menu-toggle,
	.sub-menu-toggle {
		display: none;
		visibility: hidden;
	}

	/* Header Menu
	--------------------------------------------- */

	.nav-primary {
		clear: none;
		float: right;
		width: auto;
	}

	.nav-primary .genesis-nav-menu a {
		padding-left: 15px;
		padding-right: 15px;
	}
    /* TOP BAR
	--------------------------------------------- */
    #mega-menu-wrap-topbar #mega-menu-topbar {
    background: #ae2071!important;
    color: white;
    }
    
    #mega-menu-wrap-topbar #mega-menu-topbar > li.mega-menu-item > a.mega-menu-link {
        color: white!important;
        font-size: 14px!important;
    }
    /*ul.mega-sub-menu {
    box-shadow: 0 0 20px rgb(0 0 0 / 10%) !important;
    }*/
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:focus, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link {
        border-radius: 2em 1em;
    }

	/* Site-Inner
	--------------------------------------------- */

	.site-inner {
		max-width: 1140px;
	}


	/* Content
	--------------------------------------------- */

	.content {
		float: left;
		width: 100%;
	}
    .content-sidebar .content,
    .sidebar-content .content{
		float: left;
		width: 65%;
	}

	.sidebar-content .content {
		float: right;
	}

	.full-width-content .content {
		float: none;
		margin-left: auto;
		margin-right: auto;
	}

	/* Sidebar
	--------------------------------------------- */

	.sidebar {
		float: right;
		width: 30%;
	}

	.sidebar-content .sidebar {
		float: left;
	}

	/* Author Box
	--------------------------------------------- */

	.author-box {
		background-color: #f5f5f5;
		padding: 30px;
	}

	/* After Entry
	--------------------------------------------- */

	.after-entry {
		padding: 40px 60px;
	}

	.after-entry .enews {
		padding-left: 30px;
		padding-right: 30px;
	}

	/* Column Classes
	--------------------------------------------- */

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		float: left;
		margin-left: 2.564102564102564%;
	}

	.one-half,
	.three-sixths,
	.two-fourths {
		width: 48.717948717948715%;
	}

	.one-third,
	.two-sixths {
		width: 31.623931623931625%;
	}

	.four-sixths,
	.two-thirds {
		width: 65.81196581196582%;
	}

	.one-fourth {
		width: 23.076923076923077%;
	}

	.three-fourths {
		width: 74.35897435897436%;
	}

	.one-sixth {
		width: 14.52991452991453%;
	}

	.five-sixths {
		width: 82.90598290598291%;
	}

	.first {
		clear: both;
		margin-left: 0;
	}

	/* Entry Misc.
	--------------------------------------------- */

	.after-entry,
	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-pings {
		margin-bottom: 60px;
	}

	/* Footer Widgets
	--------------------------------------------- */

	.footer-widgets .wrap {
		max-width: 1140px;
	}

	.footer-widget-area {
		float: left;
		margin-bottom: 0;
		width: calc(100% / 3);
	}

}

/* Print Styles
---------------------------------------------------------------------------- */

@media print {

	*,
	*::before,
	*::after {
		background: transparent !important;
		box-shadow: none !important;
		color: #333 !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]::after {
		content: " (" attr(href) ")";
	}

	abbr[title]::after {
		content: " (" attr(title) ")";
	}

	a[href^="javascript:"]::after,
	a[href^="#"]::after,
	.site-title > a::after {
		content: "";
	}

	thead {
		display: table-header-group;
	}

	img,
	tr {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 2cm 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	.content,
	.content-sidebar {
		width: 100%;
	}

	button,
	input,
	select,
	textarea,
	.breadcrumb,
	.comment-edit-link,
	.comment-form,
	.comment-list .reply a,
	.comment-reply-title,
	.edit-link,
	.entry-comments-link,
	.entry-footer,
	.genesis-box,
	.header-widget-area,
	.hidden-print,
	.home-top,
	.nav-primary,
	.nav-secondary,
	.post-edit-link,
	.sidebar {
		display: none !important;
	}

	.title-area {
		text-align: center;
		width: 100%;
	}

	.site-title > a {
		margin: 0;
		text-decoration: none;
		text-indent: 0;
	}

	.site-inner {
		padding-top: 0;
		position: relative;
	}

	.author-box {
		margin-bottom: 0;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		orphans: 3;
		page-break-after: avoid;
		page-break-inside: avoid;
		widows: 3;
	}


	img {
		page-break-after: avoid;
		page-break-inside: avoid;
	}

	blockquote,
	pre,
	table {
		page-break-inside: avoid;
	}

	dl,
	ol,
	ul {
		page-break-before: avoid;
	}

}
/****************
*******MOBILE
****************/
@media only screen and (max-width: 1159px) {
}    
@media only screen and (max-width: 1023px) {

	.post-hero .entry-title {
		max-width: none;
	}

}

@media only screen and (max-width: 992px) {
}
/*Ipad*/
@media only screen and (max-width: 769px) {
    .skrijtablet {
    display: none;
    }
    .gumbistickylanding .wp-block-button.is-style-outline .wp-block-button__link {
    padding: 3px!important;
    margin-bottom: 1em;
	}
    .topbarlanidngpage .custom-logo-link:after {
    display: none;
	}
    .woocommerce-checkout .woocommerce {
    column-count: 1;
    }
}
/* MOBILE */
@media only screen and (max-width: 544px) {
    .skrijmobile {
    display: none;
	}
    /* Landing stick menu mobile */
	.topbarlanidngpage {
    padding: 5% !important;
	}
	.gumbistickylanding .wp-block-button.is-style-outline .wp-block-button__link {
    padding: 3px!important;
    margin-bottom: 1em;
	}
    .wp-block-media-text.is-stacked-on-mobile.obratnaslika .wp-block-media-text__content {
    grid-row: 1;
    }
    .wp-block-media-text.is-stacked-on-mobile.obratnaslika .wp-block-media-text__media {
        grid-row: 2;
    }
    .obratnaslika.wp-block-media-text.is-stacked-on-mobile figure {
    margin-bottom: 0;
    }
    .gb-block-post-grid header .gb-block-post-grid-title {
    font-size: 20px;
    }
    .entry-title, h1 {
	font-size: 35px;
    }

    h2 {
        font-size: 30px;
    }

    h3 {
        font-size: 25px;
    }

    h4 {
        font-size: 20px;
    }

    h5 {
        font-size: 20px;
    }

    h6 {
        font-size: 20px;
    }
    .ikonemobile img {
    max-height: 70px;
    margin-left: auto;
    margin-right: auto;
    }
    .ikonemobile {
    text-align: center;
    }
    .post-hero {
    padding: 50px 0;
    }
    
    figure.wp-block-image.size-large.dariloloading,
    .dariloloading img{
        margin-bottom: -0.5rem;
    }
    .homebannerbesedilo {
    margin-right: 0;
    margin: -15% -8% -8% -8%;    
    }
    .homebannerbesedilo .wp-block-button.has-custom-width.wp-block-button__width-50 {
    width: 100%;
    }
    .homebanner .wp-block-cover.alignfull.is-light.has-parallax {
    padding: 0;
    }
    .najnovejsiizdelki.wc-block-grid.has-2-columns .wc-block-grid__product,
    .najnovejsiizdelki.wc-block-grid.has-3-columns .wc-block-grid__product,
    .najnovejsiizdelki.wc-block-grid.has-4-columns .wc-block-grid__product{
    max-width: 100%;
    padding: 5%;    
    }
    /*COURSE*/
    .course-detail-info .lp-content-area {
    width: 100%;
    }
      .enakistolpci .stolpec .gb-block-layout-column-inner {
    position: static;
    top: auto;
  }
    .stickynaslov {
    position: static;
    top: auto;
  }
  .meninavigacija {
    margin-top: 5%;
    }
 
}
