/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */


.polpol {
    background: linear-gradient(to right, #F3F0DD 50%, transparent 50%);
}


.circle-wrap {
    position: relative;
    width: 560px;
	height: 560px; /* lahko v %, vw, karkoli */
    aspect-ratio: 1 / 1;  /* vedno popoln krog */
    margin: 0;
	overflow: visible;
}

.circle {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: visible;
    position: relative;
    z-index: 2;
}

.kadence-column35_b0b752-0d > .kt-inside-inner-col {
  border-radius: 50%;
}


.circle-text {
    position: absolute;
    inset: -60px;
    width: calc(100% + 120px);
    height: calc(100% + 120px);
    animation: spinText 20s linear infinite;
}





.candle {
	position: absolute;
	right: 90px;	
	top: 80px;
	z-index: 0;
}

.onoff {
	position: absolute;
	right: 435px;	
	top: 85px;
	z-index: 0;
	width: 60px;
}


.justtwist {
	z-index: 50 !important;
}



/* Hide element if the viewport width is 600px or less */
@media screen and (max-width: 800px) {

	
  .kt-inner-column-height-full:not(.kt-has-1-columns) > .wp-block-kadence-column.kadence-column35_cce9da-c2 {
    margin: 0 auto !important;
  }
	
	
	.circle-wrap {
    position: relative;
    width: 380px;
	height: 380px; /* lahko v %, vw, karkoli */
    aspect-ratio: 1 / 1;  /* vedno popoln krog */
    margin: 0;
	overflow: visible;
}

.circle {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: visible;
    position: relative;
    z-index: 2;
}

.kadence-column35_b0b752-0d > .kt-inside-inner-col {
  border-radius: 50%;
}


.circle-text {
    position: absolute;
    inset: -55px !important;
    width: calc(100% + 110px) !important;
    height: calc(100% + 110px) !important;
    animation: spinText 20s linear infinite;
}


	.ikone_list {
		max-width: 200px;
	}


.candle {
	position: absolute;
	right: 65px;	
	top: 45px;
	z-index: 0;
}

.onoff {
	position: absolute;
	right: 295px;	
	top: 60px;
	z-index: 0;
	width: 50px;
}


.justtwist {
	z-index: 50 !important;
}
	
	
	
}









.justtwist {
    display: inline-block;
    animation: justTwistOnce 6s ease-in-out infinite;
    transform-origin: center center;
}

@keyframes justTwistOnce {
    0%   { transform: rotate(0deg); }
    8%   { transform: rotate(15deg); }   /* desno */
    16%  { transform: rotate(-15deg); }  /* levo */
    24%  { transform: rotate(0deg); }

    24%  { transform: rotate(0deg); }
    100% { transform: rotate(0deg); }    /* pavza do konca cikla */
}


.patentpanding {
    transform: rotate(-15deg);
}


.kt-img-overlay35_f267f7-ea .kt-image-overlay-wrap .kt-block-intrisic {
  padding-bottom: 32% !important;
}

.kt-image-overlay-wrap {
  background: transparent !important;
}

/* Krožeče besedilo */
.circle-text {
    position: absolute;
    inset: -80px; /* malo večji krog okoli */
    width: calc(100% + 160px);
    height: calc(100% + 160px);
    animation: spinText 20s linear infinite;
}

@keyframes spinText {
    from { transform: rotate(0deg); }
    to   { transform: rotate(360deg); }
}

/* Debela ločilna črta namesto pomišljaja */
.circle-text tspan:last-child {
    stroke: #CFA358;
    stroke-width: 5px;
}

.candles img {
	width: 100%;
}