<!DOCTYPE html>
<html lang="el">
<head><meta charset="UTF-8"><script>if(navigator.userAgent.match(/MSIE|Internet Explorer/i)||navigator.userAgent.match(/Trident\/7\..*?rv:11/i)){var href=document.location.href;if(!href.match(/[?&]nowprocket/)){if(href.indexOf("?")==-1){if(href.indexOf("#")==-1){document.location.href=href+"?nowprocket=1"}else{document.location.href=href.replace("#","?nowprocket=1#")}}else{if(href.indexOf("#")==-1){document.location.href=href+"&nowprocket=1"}else{document.location.href=href.replace("#","&nowprocket=1#")}}}}</script><script>class RocketLazyLoadScripts{constructor(){this.triggerEvents=["keydown","mousedown","mousemove","touchmove","touchstart","touchend","wheel"],this.userEventHandler=this._triggerListener.bind(this),this.touchStartHandler=this._onTouchStart.bind(this),this.touchMoveHandler=this._onTouchMove.bind(this),this.touchEndHandler=this._onTouchEnd.bind(this),this.clickHandler=this._onClick.bind(this),this.interceptedClicks=[],window.addEventListener("pageshow",(e=>{this.persisted=e.persisted})),window.addEventListener("DOMContentLoaded",(()=>{this._preconnect3rdParties()})),this.delayedScripts={normal:[],async:[],defer:[]},this.allJQueries=[]}_addUserInteractionListener(e){document.hidden?e._triggerListener():(this.triggerEvents.forEach((t=>window.addEventListener(t,e.userEventHandler,{passive:!0}))),window.addEventListener("touchstart",e.touchStartHandler,{passive:!0}),window.addEventListener("mousedown",e.touchStartHandler),document.addEventListener("visibilitychange",e.userEventHandler))}_removeUserInteractionListener(){this.triggerEvents.forEach((e=>window.removeEventListener(e,this.userEventHandler,{passive:!0}))),document.removeEventListener("visibilitychange",this.userEventHandler)}_onTouchStart(e){"HTML"!==e.target.tagName&&(window.addEventListener("touchend",this.touchEndHandler),window.addEventListener("mouseup",this.touchEndHandler),window.addEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.addEventListener("mousemove",this.touchMoveHandler),e.target.addEventListener("click",this.clickHandler),this._renameDOMAttribute(e.target,"onclick","rocket-onclick"))}_onTouchMove(e){window.removeEventListener("touchend",this.touchEndHandler),window.removeEventListener("mouseup",this.touchEndHandler),window.removeEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.removeEventListener("mousemove",this.touchMoveHandler),e.target.removeEventListener("click",this.clickHandler),this._renameDOMAttribute(e.target,"rocket-onclick","onclick")}_onTouchEnd(e){window.removeEventListener("touchend",this.touchEndHandler),window.removeEventListener("mouseup",this.touchEndHandler),window.removeEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.removeEventListener("mousemove",this.touchMoveHandler)}_onClick(e){e.target.removeEventListener("click",this.clickHandler),this._renameDOMAttribute(e.target,"rocket-onclick","onclick"),this.interceptedClicks.push(e),e.preventDefault(),e.stopPropagation(),e.stopImmediatePropagation()}_replayClicks(){window.removeEventListener("touchstart",this.touchStartHandler,{passive:!0}),window.removeEventListener("mousedown",this.touchStartHandler),this.interceptedClicks.forEach((e=>{e.target.dispatchEvent(new MouseEvent("click",{view:e.view,bubbles:!0,cancelable:!0}))}))}_renameDOMAttribute(e,t,n){e.hasAttribute&&e.hasAttribute(t)&&(event.target.setAttribute(n,event.target.getAttribute(t)),event.target.removeAttribute(t))}_triggerListener(){this._removeUserInteractionListener(this),"loading"===document.readyState?document.addEventListener("DOMContentLoaded",this._loadEverythingNow.bind(this)):this._loadEverythingNow()}_preconnect3rdParties(){let e=[];document.querySelectorAll("script[type=rocketlazyloadscript]").forEach((t=>{if(t.hasAttribute("src")){const n=new URL(t.src).origin;n!==location.origin&&e.push({src:n,crossOrigin:t.crossOrigin||"module"===t.getAttribute("data-rocket-type")})}})),e=[...new Map(e.map((e=>[JSON.stringify(e),e]))).values()],this._batchInjectResourceHints(e,"preconnect")}async _loadEverythingNow(){this.lastBreath=Date.now(),this._delayEventListeners(),this._delayJQueryReady(this),this._handleDocumentWrite(),this._registerAllDelayedScripts(),this._preloadAllScripts(),await this._loadScriptsFromList(this.delayedScripts.normal),await this._loadScriptsFromList(this.delayedScripts.defer),await this._loadScriptsFromList(this.delayedScripts.async);try{await this._triggerDOMContentLoaded(),await this._triggerWindowLoad()}catch(e){}window.dispatchEvent(new Event("rocket-allScriptsLoaded")),this._replayClicks()}_registerAllDelayedScripts(){document.querySelectorAll("script[type=rocketlazyloadscript]").forEach((e=>{e.hasAttribute("src")?e.hasAttribute("async")&&!1!==e.async?this.delayedScripts.async.push(e):e.hasAttribute("defer")&&!1!==e.defer||"module"===e.getAttribute("data-rocket-type")?this.delayedScripts.defer.push(e):this.delayedScripts.normal.push(e):this.delayedScripts.normal.push(e)}))}async _transformScript(e){return await this._littleBreath(),new Promise((t=>{const n=document.createElement("script");[...e.attributes].forEach((e=>{let t=e.nodeName;"type"!==t&&("data-rocket-type"===t&&(t="type"),n.setAttribute(t,e.nodeValue))})),e.hasAttribute("src")?(n.addEventListener("load",t),n.addEventListener("error",t)):(n.text=e.text,t());try{e.parentNode.replaceChild(n,e)}catch(e){t()}}))}async _loadScriptsFromList(e){const t=e.shift();return t?(await this._transformScript(t),this._loadScriptsFromList(e)):Promise.resolve()}_preloadAllScripts(){this._batchInjectResourceHints([...this.delayedScripts.normal,...this.delayedScripts.defer,...this.delayedScripts.async],"preload")}_batchInjectResourceHints(e,t){var n=document.createDocumentFragment();e.forEach((e=>{if(e.src){const i=document.createElement("link");i.href=e.src,i.rel=t,"preconnect"!==t&&(i.as="script"),e.getAttribute&&"module"===e.getAttribute("data-rocket-type")&&(i.crossOrigin=!0),e.crossOrigin&&(i.crossOrigin=e.crossOrigin),n.appendChild(i)}})),document.head.appendChild(n)}_delayEventListeners(){let e={};function t(t,n){!function(t){function n(n){return e[t].eventsToRewrite.indexOf(n)>=0?"rocket-"+n:n}e[t]||(e[t]={originalFunctions:{add:t.addEventListener,remove:t.removeEventListener},eventsToRewrite:[]},t.addEventListener=function(){arguments[0]=n(arguments[0]),e[t].originalFunctions.add.apply(t,arguments)},t.removeEventListener=function(){arguments[0]=n(arguments[0]),e[t].originalFunctions.remove.apply(t,arguments)})}(t),e[t].eventsToRewrite.push(n)}function n(e,t){let n=e[t];Object.defineProperty(e,t,{get:()=>n||function(){},set(i){e["rocket"+t]=n=i}})}t(document,"DOMContentLoaded"),t(window,"DOMContentLoaded"),t(window,"load"),t(window,"pageshow"),t(document,"readystatechange"),n(document,"onreadystatechange"),n(window,"onload"),n(window,"onpageshow")}_delayJQueryReady(e){let t=window.jQuery;Object.defineProperty(window,"jQuery",{get:()=>t,set(n){if(n&&n.fn&&!e.allJQueries.includes(n)){n.fn.ready=n.fn.init.prototype.ready=function(t){e.domReadyFired?t.bind(document)(n):document.addEventListener("rocket-DOMContentLoaded",(()=>t.bind(document)(n)))};const t=n.fn.on;n.fn.on=n.fn.init.prototype.on=function(){if(this[0]===window){function e(e){return e.split(" ").map((e=>"load"===e||0===e.indexOf("load.")?"rocket-jquery-load":e)).join(" ")}"string"==typeof arguments[0]||arguments[0]instanceof String?arguments[0]=e(arguments[0]):"object"==typeof arguments[0]&&Object.keys(arguments[0]).forEach((t=>{delete Object.assign(arguments[0],{[e(t)]:arguments[0][t]})[t]}))}return t.apply(this,arguments),this},e.allJQueries.push(n)}t=n}})}async _triggerDOMContentLoaded(){this.domReadyFired=!0,await this._littleBreath(),document.dispatchEvent(new Event("rocket-DOMContentLoaded")),await this._littleBreath(),window.dispatchEvent(new Event("rocket-DOMContentLoaded")),await this._littleBreath(),document.dispatchEvent(new Event("rocket-readystatechange")),await this._littleBreath(),document.rocketonreadystatechange&&document.rocketonreadystatechange()}async _triggerWindowLoad(){await this._littleBreath(),window.dispatchEvent(new Event("rocket-load")),await this._littleBreath(),window.rocketonload&&window.rocketonload(),await this._littleBreath(),this.allJQueries.forEach((e=>e(window).trigger("rocket-jquery-load"))),await this._littleBreath();const e=new Event("rocket-pageshow");e.persisted=this.persisted,window.dispatchEvent(e),await this._littleBreath(),window.rocketonpageshow&&window.rocketonpageshow({persisted:this.persisted})}_handleDocumentWrite(){const e=new Map;document.write=document.writeln=function(t){const n=document.currentScript,i=document.createRange(),r=n.parentElement;let o=e.get(n);void 0===o&&(o=n.nextSibling,e.set(n,o));const s=document.createDocumentFragment();i.setStart(s,0),s.appendChild(i.createContextualFragment(t)),r.insertBefore(s,o)}}async _littleBreath(){Date.now()-this.lastBreath>45&&(await this._requestAnimFrame(),this.lastBreath=Date.now())}async _requestAnimFrame(){return document.hidden?new Promise((e=>setTimeout(e))):new Promise((e=>requestAnimationFrame(e)))}static run(){const e=new RocketLazyLoadScripts;e._addUserInteractionListener(e)}}RocketLazyLoadScripts.run();</script>
	

  <!--  <link href="/wp-content/themes/generatepress_child/assets/font/stylesheet.css" rel="stylesheet" crossorigin>-->
	<meta name='robots' content='index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1' />
<meta name="viewport" content="width=device-width, initial-scale=1">
	<!-- This site is optimized with the Yoast SEO Premium plugin v20.7 (Yoast SEO v20.7) - https://yoast.com/wordpress/plugins/seo/ -->
	<title>Κοζάνη: Το &quot;τρανύτερο&quot; κιχί φαγώθηκε από όλους της Κυριακή της Μ. Αποκριάς - ertnews.gr</title><style id="rocket-critical-css">body,h1,html,li,p,ul{margin:0;padding:0;border:0}html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}main{display:block}html{box-sizing:border-box}*,::after,::before{box-sizing:inherit}button{font-family:inherit;font-size:100%;margin:0}::-moz-focus-inner{border-style:none;padding:0}:-moz-focusring{outline:1px dotted ButtonText}body,button{font-family:-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-weight:400;text-transform:none;font-size:17px;line-height:1.5}p{margin-bottom:1.5em}h1{font-family:inherit;font-size:100%;font-style:inherit;font-weight:inherit}h1{font-size:42px;margin-bottom:20px;line-height:1.2em;font-weight:400;text-transform:none}ul{margin:0 0 1.5em 3em}ul{list-style:disc}li>ul{margin-bottom:0;margin-left:1.5em}strong{font-weight:700}small{font-size:75%}img{height:auto;max-width:100%}button{background:#55555e;color:#fff;border:1px solid transparent;-webkit-appearance:button;padding:10px 20px}a{text-decoration:none}.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;word-wrap:normal!important}.main-navigation{z-index:100;padding:0;clear:both;display:block}.main-navigation a{display:block;text-decoration:none;font-weight:400;text-transform:none;font-size:15px}.main-navigation ul{list-style:none;margin:0;padding-left:0}.main-navigation .main-nav ul li a{padding-left:20px;padding-right:20px;line-height:60px}.inside-navigation{position:relative}.main-navigation .inside-navigation{display:flex;align-items:center;flex-wrap:wrap;justify-content:space-between}.main-navigation .main-nav>ul{display:flex;flex-wrap:wrap;align-items:center}.main-navigation li{position:relative}.main-navigation ul ul{display:block;box-shadow:1px 1px 0 rgba(0,0,0,.1);float:left;position:absolute;left:-99999px;opacity:0;z-index:99999;width:200px;text-align:left;top:auto;height:0;overflow:hidden}.main-navigation ul ul a{display:block}.main-navigation ul ul li{width:100%}.main-navigation .main-nav ul ul li a{line-height:normal;padding:10px 20px;font-size:14px}.main-navigation .main-nav ul li.menu-item-has-children>a{padding-right:0;position:relative}.main-navigation.sub-menu-left ul ul{box-shadow:-1px 1px 0 rgba(0,0,0,.1)}.main-navigation.sub-menu-left .sub-menu{right:0}.menu-item-has-children .dropdown-menu-toggle{display:inline-block;height:100%;clear:both;padding-right:20px;padding-left:10px}.site-header{position:relative}.inside-header{padding:20px 40px}.site-logo{display:inline-block;max-width:100%}.site-header .header-image{vertical-align:middle}.inside-header{display:flex;align-items:center}.nav-float-right #site-navigation{margin-left:auto}.entry-content:not(:first-child){margin-top:2em}.entry-header,.site-content{word-wrap:break-word}.footer-widgets .widget :last-child{margin-bottom:0}.site-content{display:flex}.grid-container{margin-left:auto;margin-right:auto;max-width:1200px}.site-main>*{margin-bottom:20px}.separate-containers .inside-article{padding:40px}.separate-containers .site-main{margin:20px}.separate-containers.right-sidebar .site-main{margin-left:0}.separate-containers .inside-right-sidebar{margin-top:20px;margin-bottom:20px}.separate-containers .site-main>:last-child{margin-bottom:0}.featured-image{line-height:0}.separate-containers .featured-image{margin-top:20px}.gp-icon{display:inline-flex;align-self:center}.gp-icon svg{height:1em;width:1em;top:.125em;position:relative;fill:currentColor}.icon-menu-bars svg:nth-child(2){display:none}.container.grid-container{width:auto}.menu-toggle{display:none}.menu-toggle{padding:0 20px;line-height:60px;margin:0;font-weight:400;text-transform:none;font-size:15px}.menu-toggle .mobile-menu{padding-left:3px}.menu-toggle .gp-icon+.mobile-menu{padding-left:9px}button.menu-toggle{background-color:transparent;flex-grow:1;border:0;text-align:center}.mobile-menu-control-wrapper{display:none;margin-left:auto;align-items:center}@media (max-width:768px){.hide-on-mobile{display:none!important}.inside-header{flex-direction:column;text-align:center}.site-content{flex-direction:column}.container .site-content .content-area{width:auto}.is-right-sidebar.sidebar{width:auto;order:initial}#main{margin-left:0;margin-right:0}body:not(.no-sidebar) #main{margin-bottom:0}}</style><link rel="preload" href="https://www.ertnews.gr/wp-content/cache/min/1/549e11f52be5d697b33f336737135397.css" data-rocket-async="style" as="style" onload="this.onload=null;this.rel='stylesheet'" onerror="this.removeAttribute('data-rocket-async')"  media="all" data-minify="1" />
	<meta name="description" content="Δεν έμεινε ψίχουλο από το &quot;τρανύτερο&quot; κιχί που ετοίμασε και πρόσφερε στους επισκέπτες ο αρτοποιός Γιάννης Σιδέρης και μέλος της ομάδας τα &quot;Παρταλόπουλα&quot;" />
	<link rel="canonical" href="https://www.ertnews.gr/roi-idiseon/kozani-to-tranytero-kixi-fagothike-apo-olous-tis-kyriaki-tis-m-apokrias/" />
	<meta property="og:locale" content="el_GR" />
	<meta property="og:type" content="article" />
	<meta property="og:title" content="Κοζάνη: Το &quot;τρανύτερο&quot; κιχί φαγώθηκε από όλους της Κυριακή της Μ. Αποκριάς" />
	<meta property="og:description" content="Δεν έμεινε ψίχουλο από το &quot;τρανύτερο&quot; κιχί που ετοίμασε και πρόσφερε στους επισκέπτες ο αρτοποιός Γιάννης Σιδέρης και μέλος της ομάδας τα &quot;Παρταλόπουλα&quot;" />
	<meta property="og:url" content="https://www.ertnews.gr/roi-idiseon/kozani-to-tranytero-kixi-fagothike-apo-olous-tis-kyriaki-tis-m-apokrias/" />
	<meta property="og:site_name" content="ertnews.gr" />
	<meta property="article:publisher" content="https://www.facebook.com/ertnews/" />
	<meta property="article:published_time" content="2023-02-19T20:31:56+00:00" />
	<meta property="article:modified_time" content="2023-02-19T20:37:55+00:00" />
	<meta property="og:image" content="https://www.ertnews.gr/wp-content/uploads/2023/02/ΚΙΧΙ.jpg" />
	<meta property="og:image:width" content="1600" />
	<meta property="og:image:height" content="900" />
	<meta property="og:image:type" content="image/jpeg" />
	<meta name="author" content="Δέσποινα Αμαραντίδου" />
	<meta name="twitter:card" content="summary_large_image" />
	<meta name="twitter:creator" content="@ertnewsofficial" />
	<meta name="twitter:site" content="@ertnewsofficial" />
	<script type="application/ld+json" class="yoast-schema-graph">{"@context":"https://schema.org","@graph":[{"@type":"Article","@id":"https://www.ertnews.gr/roi-idiseon/kozani-to-tranytero-kixi-fagothike-apo-olous-tis-kyriaki-tis-m-apokrias/#article","isPartOf":{"@id":"https://www.ertnews.gr/roi-idiseon/kozani-to-tranytero-kixi-fagothike-apo-olous-tis-kyriaki-tis-m-apokrias/"},"author":{"name":"Δέσποινα Αμαραντίδου","@id":"https://www.ertnews.gr/#/schema/person/daaf5033a1bd8946e01caea76b1a6c38"},"headline":"Κοζάνη: Το &#8220;τρανύτερο&#8221; κιχί φαγώθηκε από όλους της Κυριακή της Μ. Αποκριάς","datePublished":"2023-02-19T20:31:56+00:00","dateModified":"2023-02-19T20:37:55+00:00","mainEntityOfPage":{"@id":"https://www.ertnews.gr/roi-idiseon/kozani-to-tranytero-kixi-fagothike-apo-olous-tis-kyriaki-tis-m-apokrias/"},"wordCount":0,"publisher":{"@id":"https://www.ertnews.gr/#organization"},"image":{"@id":"https://www.ertnews.gr/roi-idiseon/kozani-to-tranytero-kixi-fagothike-apo-olous-tis-kyriaki-tis-m-apokrias/#primaryimage"},"thumbnailUrl":"https://www.ertnews.gr/wp-content/uploads/2023/02/ΚΙΧΙ.jpg","articleSection":["KOZANH","ΡΟΗ ΕΙΔΗΣΕΩΝ"],"inLanguage":"el"},{"@type":"WebPage","@id":"https://www.ertnews.gr/roi-idiseon/kozani-to-tranytero-kixi-fagothike-apo-olous-tis-kyriaki-tis-m-apokrias/","url":"https://www.ertnews.gr/roi-idiseon/kozani-to-tranytero-kixi-fagothike-apo-olous-tis-kyriaki-tis-m-apokrias/","name":"Κοζάνη: Το \"τρανύτερο\" κιχί φαγώθηκε από όλους της Κυριακή της Μ. Αποκριάς - ertnews.gr","isPartOf":{"@id":"https://www.ertnews.gr/#website"},"primaryImageOfPage":{"@id":"https://www.ertnews.gr/roi-idiseon/kozani-to-tranytero-kixi-fagothike-apo-olous-tis-kyriaki-tis-m-apokrias/#primaryimage"},"image":{"@id":"https://www.ertnews.gr/roi-idiseon/kozani-to-tranytero-kixi-fagothike-apo-olous-tis-kyriaki-tis-m-apokrias/#primaryimage"},"thumbnailUrl":"https://www.ertnews.gr/wp-content/uploads/2023/02/ΚΙΧΙ.jpg","datePublished":"2023-02-19T20:31:56+00:00","dateModified":"2023-02-19T20:37:55+00:00","description":"Δεν έμεινε ψίχουλο από το \"τρανύτερο\" κιχί που ετοίμασε και πρόσφερε στους επισκέπτες ο αρτοποιός Γιάννης Σιδέρης και μέλος της ομάδας τα \"Παρταλόπουλα\"","breadcrumb":{"@id":"https://www.ertnews.gr/roi-idiseon/kozani-to-tranytero-kixi-fagothike-apo-olous-tis-kyriaki-tis-m-apokrias/#breadcrumb"},"inLanguage":"el","potentialAction":[{"@type":"ReadAction","target":["https://www.ertnews.gr/roi-idiseon/kozani-to-tranytero-kixi-fagothike-apo-olous-tis-kyriaki-tis-m-apokrias/"]}]},{"@type":"ImageObject","inLanguage":"el","@id":"https://www.ertnews.gr/roi-idiseon/kozani-to-tranytero-kixi-fagothike-apo-olous-tis-kyriaki-tis-m-apokrias/#primaryimage","url":"https://www.ertnews.gr/wp-content/uploads/2023/02/ΚΙΧΙ.jpg","contentUrl":"https://www.ertnews.gr/wp-content/uploads/2023/02/ΚΙΧΙ.jpg","width":1600,"height":900},{"@type":"BreadcrumbList","@id":"https://www.ertnews.gr/roi-idiseon/kozani-to-tranytero-kixi-fagothike-apo-olous-tis-kyriaki-tis-m-apokrias/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://www.ertnews.gr/"},{"@type":"ListItem","position":2,"name":"Κοζάνη: Το &#8220;τρανύτερο&#8221; κιχί φαγώθηκε από όλους της Κυριακή της Μ. Αποκριάς"}]},{"@type":"WebSite","@id":"https://www.ertnews.gr/#website","url":"https://www.ertnews.gr/","name":"ertnews.gr","description":"Ενημέρωση, Πολιτισμός, Ψυχαγωγία","publisher":{"@id":"https://www.ertnews.gr/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://www.ertnews.gr/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"el"},{"@type":"Organization","@id":"https://www.ertnews.gr/#organization","name":"ΕΡΤ ΑΕ","url":"https://www.ertnews.gr/","logo":{"@type":"ImageObject","inLanguage":"el","@id":"https://www.ertnews.gr/#/schema/logo/image/","url":"https://www.ertnews.gr/wp-content/uploads/2021/01/ERT.jpg","contentUrl":"https://www.ertnews.gr/wp-content/uploads/2021/01/ERT.jpg","width":1920,"height":1080,"caption":"ΕΡΤ ΑΕ"},"image":{"@id":"https://www.ertnews.gr/#/schema/logo/image/"},"sameAs":["https://www.facebook.com/ertnews/","https://twitter.com/ertnewsofficial"]},{"@type":"Person","@id":"https://www.ertnews.gr/#/schema/person/daaf5033a1bd8946e01caea76b1a6c38","name":"Δέσποινα Αμαραντίδου","image":{"@type":"ImageObject","inLanguage":"el","@id":"https://www.ertnews.gr/#/schema/person/image/","url":"https://secure.gravatar.com/avatar/cb9722f3f4ab8e6ae7e697753eef3c04?s=96&r=g","contentUrl":"https://secure.gravatar.com/avatar/cb9722f3f4ab8e6ae7e697753eef3c04?s=96&r=g","caption":"Δέσποινα Αμαραντίδου"},"url":"https://www.ertnews.gr/author/damarantidou/"}]}</script>
	<!-- / Yoast SEO Premium plugin. -->


<script type="rocketlazyloadscript" data-rocket-type="text/javascript">(function(){function i(e){if(!window.frames[e]){if(document.body&&document.body.firstChild){var t=document.body;var n=document.createElement("iframe");n.style.display="none";n.name=e;n.title=e;t.insertBefore(n,t.firstChild)}else{setTimeout(function(){i(e)},5)}}}function e(n,o,r,f,s){function e(e,t,n,i){if(typeof n!=="function"){return}if(!window[o]){window[o]=[]}var a=false;if(s){a=s(e,i,n)}if(!a){window[o].push({command:e,version:t,callback:n,parameter:i})}}e.stub=true;e.stubVersion=2;function t(i){if(!window[n]||window[n].stub!==true){return}if(!i.data){return}var a=typeof i.data==="string";var e;try{e=a?JSON.parse(i.data):i.data}catch(t){return}if(e[r]){var o=e[r];window[n](o.command,o.version,function(e,t){var n={};n[f]={returnValue:e,success:t,callId:o.callId};if(i.source){i.source.postMessage(a?JSON.stringify(n):n,"*")}},o.parameter)}}if(typeof window[n]!=="function"){window[n]=e;if(window.addEventListener){window.addEventListener("message",t,false)}else{window.attachEvent("onmessage",t)}}}e("__tcfapi","__tcfapiBuffer","__tcfapiCall","__tcfapiReturn");i("__tcfapiLocator")})();</script><script type="rocketlazyloadscript" data-rocket-type="text/javascript">(function(){(function(e,r){var t=document.createElement("link");t.rel="preconnect";t.as="script";var n=document.createElement("link");n.rel="dns-prefetch";n.as="script";var i=document.createElement("script");i.id="spcloader";i.type="text/javascript";i["async"]=true;i.charset="utf-8";var o="https://sdk.privacy-center.org/"+e+"/loader.js?target_type=notice&target="+r;if(window.didomiConfig&&window.didomiConfig.user){var a=window.didomiConfig.user;var c=a.country;var d=a.region;if(c){o=o+"&country="+c;if(d){o=o+"&region="+d}}}t.href="https://sdk.privacy-center.org/";n.href="https://sdk.privacy-center.org/";i.src=o;var s=document.getElementsByTagName("script")[0];s.parentNode.insertBefore(t,s);s.parentNode.insertBefore(n,s);s.parentNode.insertBefore(i,s)})("dba84ad7-1727-4488-8d5c-29b2599c1e85","zQMTbHHR")})();</script>
<!-- InMobi Choice. Consent Manager Tag v3.0 (for TCF 2.2) -->
<!--<script type="rocketlazyloadscript" data-rocket-type="text/javascript" async=true>
(function() {
  var host = window.location.hostname;
  var element = document.createElement('script');
  var firstScript = document.getElementsByTagName('script')[0];
  var url = 'https://cmp.inmobi.com'
    .concat('/choice/', 'QG3cx0srqZSgH', '/', host, '/choice.js?tag_version=V3');
  var uspTries = 0;
  var uspTriesLimit = 3;
  element.async = true;
  element.type = 'text/javascript';
  element.src = url;

  firstScript.parentNode.insertBefore(element, firstScript);

  function makeStub() {
    var TCF_LOCATOR_NAME = '__tcfapiLocator';
    var queue = [];
    var win = window;
    var cmpFrame;

    function addFrame() {
      var doc = win.document;
      var otherCMP = !!(win.frames[TCF_LOCATOR_NAME]);

      if (!otherCMP) {
        if (doc.body) {
          var iframe = doc.createElement('iframe');

          iframe.style.cssText = 'display:none';
          iframe.name = TCF_LOCATOR_NAME;
          doc.body.appendChild(iframe);
        } else {
          setTimeout(addFrame, 5);
        }
      }
      return !otherCMP;
    }

    function tcfAPIHandler() {
      var gdprApplies;
      var args = arguments;

      if (!args.length) {
        return queue;
      } else if (args[0] === 'setGdprApplies') {
        if (
          args.length > 3 &&
          args[2] === 2 &&
          typeof args[3] === 'boolean'
        ) {
          gdprApplies = args[3];
          if (typeof args[2] === 'function') {
            args[2]('set', true);
          }
        }
      } else if (args[0] === 'ping') {
        var retr = {
          gdprApplies: gdprApplies,
          cmpLoaded: false,
          cmpStatus: 'stub'
        };

        if (typeof args[2] === 'function') {
          args[2](retr);
        }
      } else {
        if(args[0] === 'init' && typeof args[3] === 'object') {
          args[3] = Object.assign(args[3], { tag_version: 'V3' });
        }
        queue.push(args);
      }
    }

    function postMessageEventHandler(event) {
      var msgIsString = typeof event.data === 'string';
      var json = {};

      try {
        if (msgIsString) {
          json = JSON.parse(event.data);
        } else {
          json = event.data;
        }
      } catch (ignore) {}

      var payload = json.__tcfapiCall;

      if (payload) {
        window.__tcfapi(
          payload.command,
          payload.version,
          function(retValue, success) {
            var returnMsg = {
              __tcfapiReturn: {
                returnValue: retValue,
                success: success,
                callId: payload.callId
              }
            };
            if (msgIsString) {
              returnMsg = JSON.stringify(returnMsg);
            }
            if (event && event.source && event.source.postMessage) {
              event.source.postMessage(returnMsg, '*');
            }
          },
          payload.parameter
        );
      }
    }

    while (win) {
      try {
        if (win.frames[TCF_LOCATOR_NAME]) {
          cmpFrame = win;
          break;
        }
      } catch (ignore) {}

      if (win === window.top) {
        break;
      }
      win = win.parent;
    }
    if (!cmpFrame) {
      addFrame();
      win.__tcfapi = tcfAPIHandler;
      win.addEventListener('message', postMessageEventHandler, false);
    }
  };

  makeStub();

  var uspStubFunction = function() {
    var arg = arguments;
    if (typeof window.__uspapi !== uspStubFunction) {
      setTimeout(function() {
        if (typeof window.__uspapi !== 'undefined') {
          window.__uspapi.apply(window.__uspapi, arg);
        }
      }, 500);
    }
  };

  var checkIfUspIsReady = function() {
    uspTries++;
    if (window.__uspapi === uspStubFunction && uspTries < uspTriesLimit) {
      console.warn('USP is not accessible');
    } else {
      clearInterval(uspInterval);
    }
  };

  if (typeof window.__uspapi === 'undefined') {
    window.__uspapi = uspStubFunction;
    var uspInterval = setInterval(checkIfUspIsReady, 6000);
  }
})();
</script>
<!-- End InMobi Choice. Consent Manager Tag v3.0 (for TCF 2.2) -->
<link rel="alternate" type="application/rss+xml" title="Ροή RSS &raquo; ertnews.gr" href="https://www.ertnews.gr/feed/" />
<link rel="alternate" type="application/rss+xml" title="Ροή Σχολίων &raquo; ertnews.gr" href="https://www.ertnews.gr/comments/feed/" />
<!-- Google tag (gtag.js) -->
<script type="rocketlazyloadscript" async src="https://www.googletagmanager.com/gtag/js?id=G-ERB41LBJ91"></script>
<script type="rocketlazyloadscript">
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag('js', new Date());

  gtag('config', 'G-ERB41LBJ91');
</script><style id='safe-svg-svg-icon-style-inline-css'>
.safe-svg-cover .safe-svg-inside{display:inline-block;max-width:100%}.safe-svg-cover svg{height:100%;max-height:100%;max-width:100%;width:100%}

</style>
<style id='elasticpress-facet-style-inline-css'>
.widget_ep-facet input[type=search],.wp-block-elasticpress-facet input[type=search]{margin-bottom:1rem}.widget_ep-facet .searchable .inner,.wp-block-elasticpress-facet .searchable .inner{max-height:20em;overflow:scroll}.widget_ep-facet .term.hide,.wp-block-elasticpress-facet .term.hide{display:none}.widget_ep-facet .empty-term,.wp-block-elasticpress-facet .empty-term{opacity:.5;position:relative}.widget_ep-facet .empty-term:after,.wp-block-elasticpress-facet .empty-term:after{bottom:0;content:" ";display:block;left:0;position:absolute;right:0;top:0;width:100%;z-index:2}.widget_ep-facet .level-1,.wp-block-elasticpress-facet .level-1{padding-left:20px}.widget_ep-facet .level-2,.wp-block-elasticpress-facet .level-2{padding-left:40px}.widget_ep-facet .level-3,.wp-block-elasticpress-facet .level-3{padding-left:60px}.widget_ep-facet .level-4,.wp-block-elasticpress-facet .level-4{padding-left:5pc}.widget_ep-facet .level-5,.wp-block-elasticpress-facet .level-5{padding-left:75pt}.widget_ep-facet input[disabled],.wp-block-elasticpress-facet input[disabled]{cursor:pointer;opacity:1}.widget_ep-facet .term a,.wp-block-elasticpress-facet .term a{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative}.widget_ep-facet .term a:hover .ep-checkbox,.wp-block-elasticpress-facet .term a:hover .ep-checkbox{background-color:#ccc}.ep-checkbox{-webkit-box-align:center;-ms-flex-align:center;-ms-flex-negative:0;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;background-color:#eee;display:-webkit-box;display:-ms-flexbox;display:flex;flex-shrink:0;height:1em;justify-content:center;margin-right:.25em;width:1em}.ep-checkbox:after{border:solid #fff;border-width:0 .125em .125em 0;content:"";display:none;height:.5em;-webkit-transform:rotate(45deg);transform:rotate(45deg);width:.25em}.ep-checkbox.checked{background-color:#5e5e5e}.ep-checkbox.checked:after{display:block}

</style>
<style id='elasticpress-facet-meta-style-inline-css'>
.widget_ep-facet input[type=search],.wp-block-elasticpress-facet input[type=search]{margin-bottom:1rem}.widget_ep-facet .searchable .inner,.wp-block-elasticpress-facet .searchable .inner{max-height:20em;overflow:scroll}.widget_ep-facet .term.hide,.wp-block-elasticpress-facet .term.hide{display:none}.widget_ep-facet .empty-term,.wp-block-elasticpress-facet .empty-term{opacity:.5;position:relative}.widget_ep-facet .empty-term:after,.wp-block-elasticpress-facet .empty-term:after{bottom:0;content:" ";display:block;left:0;position:absolute;right:0;top:0;width:100%;z-index:2}.widget_ep-facet .level-1,.wp-block-elasticpress-facet .level-1{padding-left:20px}.widget_ep-facet .level-2,.wp-block-elasticpress-facet .level-2{padding-left:40px}.widget_ep-facet .level-3,.wp-block-elasticpress-facet .level-3{padding-left:60px}.widget_ep-facet .level-4,.wp-block-elasticpress-facet .level-4{padding-left:5pc}.widget_ep-facet .level-5,.wp-block-elasticpress-facet .level-5{padding-left:75pt}.widget_ep-facet input[disabled],.wp-block-elasticpress-facet input[disabled]{cursor:pointer;opacity:1}.widget_ep-facet .term a,.wp-block-elasticpress-facet .term a{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative}.widget_ep-facet .term a:hover .ep-checkbox,.wp-block-elasticpress-facet .term a:hover .ep-checkbox{background-color:#ccc}.ep-checkbox{-webkit-box-align:center;-ms-flex-align:center;-ms-flex-negative:0;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;background-color:#eee;display:-webkit-box;display:-ms-flexbox;display:flex;flex-shrink:0;height:1em;justify-content:center;margin-right:.25em;width:1em}.ep-checkbox:after{border:solid #fff;border-width:0 .125em .125em 0;content:"";display:none;height:.5em;-webkit-transform:rotate(45deg);transform:rotate(45deg);width:.25em}.ep-checkbox.checked{background-color:#5e5e5e}.ep-checkbox.checked:after{display:block}

</style>
<style id='elasticpress-related-posts-style-inline-css'>
.editor-styles-wrapper .wp-block-elasticpress-related-posts ul,.wp-block-elasticpress-related-posts ul{list-style-type:none;padding:0}.editor-styles-wrapper .wp-block-elasticpress-related-posts ul li a>div{display:inline}

</style>

<style id='global-styles-inline-css'>
body{--wp--preset--color--black: var(--black);--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: var(--white);--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--color--dark: var(--dark);--wp--preset--color--light-gray: var(--light-gray);--wp--preset--color--lighten-gray: var(--lighten-gray);--wp--preset--color--accent: var(--accent);--wp--preset--color--accent-light: var(--accent-light);--wp--preset--color--accent-dark: var(--accent-dark);--wp--preset--color--light-blue: var(--light-blue);--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--duotone--dark-grayscale: url('#wp-duotone-dark-grayscale');--wp--preset--duotone--grayscale: url('#wp-duotone-grayscale');--wp--preset--duotone--purple-yellow: url('#wp-duotone-purple-yellow');--wp--preset--duotone--blue-red: url('#wp-duotone-blue-red');--wp--preset--duotone--midnight: url('#wp-duotone-midnight');--wp--preset--duotone--magenta-yellow: url('#wp-duotone-magenta-yellow');--wp--preset--duotone--purple-green: url('#wp-duotone-purple-green');--wp--preset--duotone--blue-orange: url('#wp-duotone-blue-orange');--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;}:where(.is-layout-flex){gap: 0.5em;}body .is-layout-flow > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-flow > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-flow > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-constrained > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-constrained > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){max-width: var(--wp--style--global--content-size);margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignwide{max-width: var(--wp--style--global--wide-size);}body .is-layout-flex{display: flex;}body .is-layout-flex{flex-wrap: wrap;align-items: center;}body .is-layout-flex > *{margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}
.wp-block-navigation a:where(:not(.wp-element-button)){color: inherit;}
:where(.wp-block-columns.is-layout-flex){gap: 2em;}
.wp-block-pullquote{font-size: 1.5em;line-height: 1.6;}
</style>


<style id='generate-style-inline-css'>
body{background-color:var(--white);color:var(--black);}a{color:var(--accent);}a{text-decoration:underline;}.entry-title a, .site-branding a, a.button, .wp-block-button__link, .main-navigation a{text-decoration:none;}a:hover, a:focus, a:active{color:var(--black);}.grid-container{max-width:1440px;}.wp-block-group__inner-container{max-width:1440px;margin-left:auto;margin-right:auto;}.site-header .header-image{width:120px;}.generate-back-to-top{font-size:20px;border-radius:3px;position:fixed;bottom:30px;right:30px;line-height:40px;width:40px;text-align:center;z-index:10;transition:opacity 300ms ease-in-out;opacity:0.1;transform:translateY(1000px);}.generate-back-to-top__show{opacity:1;transform:translateY(0);}.dropdown-click .main-navigation ul ul{display:none;visibility:hidden;}.dropdown-click .main-navigation ul ul ul.toggled-on{left:0;top:auto;position:relative;box-shadow:none;border-bottom:1px solid rgba(0,0,0,0.05);}.dropdown-click .main-navigation ul ul li:last-child > ul.toggled-on{border-bottom:0;}.dropdown-click .main-navigation ul.toggled-on, .dropdown-click .main-navigation ul li.sfHover > ul.toggled-on{display:block;left:auto;right:auto;opacity:1;visibility:visible;pointer-events:auto;height:auto;overflow:visible;float:none;}.dropdown-click .main-navigation.sub-menu-left .sub-menu.toggled-on, .dropdown-click .main-navigation.sub-menu-left ul li.sfHover > ul.toggled-on{right:0;}.dropdown-click nav ul ul ul{background-color:transparent;}.dropdown-click .widget-area .main-navigation ul ul{top:auto;position:absolute;float:none;width:100%;left:-99999px;}.dropdown-click .widget-area .main-navigation ul ul.toggled-on{position:relative;left:0;right:0;}.dropdown-click .widget-area.sidebar .main-navigation ul li.sfHover ul, .dropdown-click .widget-area.sidebar .main-navigation ul li:hover ul{right:0;left:0;}.dropdown-click .sfHover > a > .dropdown-menu-toggle > .gp-icon svg{transform:rotate(180deg);}:root{--black:#222;--dark:#666666;--light-gray:#dddddd;--lighten-gray:#f5f5f5;--white:#ffffff;--accent:#000f9f;--accent-light:#000f9f;--accent-dark:#000f9f;--light-blue:#f2f3fa;}.has-black-color{color:var(--black);}.has-black-background-color{background-color:var(--black);}.has-dark-color{color:var(--dark);}.has-dark-background-color{background-color:var(--dark);}.has-light-gray-color{color:var(--light-gray);}.has-light-gray-background-color{background-color:var(--light-gray);}.has-lighten-gray-color{color:var(--lighten-gray);}.has-lighten-gray-background-color{background-color:var(--lighten-gray);}.has-white-color{color:var(--white);}.has-white-background-color{background-color:var(--white);}.has-accent-color{color:var(--accent);}.has-accent-background-color{background-color:var(--accent);}.has-accent-light-color{color:var(--accent-light);}.has-accent-light-background-color{background-color:var(--accent-light);}.has-accent-dark-color{color:var(--accent-dark);}.has-accent-dark-background-color{background-color:var(--accent-dark);}.has-light-blue-color{color:var(--light-blue);}.has-light-blue-background-color{background-color:var(--light-blue);}.top-bar{background-color:var(--accent);color:#ffffff;}.top-bar a{color:#ffffff;}.top-bar a:hover{color:var(--white);}.site-header{background-color:var(--accent);color:var(--white);}.site-header a{color:var(--white);}.site-header a:hover{color:var(--lighten-gray);}.main-title a,.main-title a:hover{color:var(--white);}.site-description{color:var(--white);}.mobile-menu-control-wrapper .menu-toggle,.mobile-menu-control-wrapper .menu-toggle:hover,.mobile-menu-control-wrapper .menu-toggle:focus,.has-inline-mobile-toggle #site-navigation.toggled{background-color:rgba(0, 0, 0, 0.02);}.main-navigation,.main-navigation ul ul{background-color:var(--accent);}.main-navigation .main-nav ul li a, .main-navigation .menu-toggle, .main-navigation .menu-bar-items{color:var(--white);}.main-navigation .main-nav ul li:not([class*="current-menu-"]):hover > a, .main-navigation .main-nav ul li:not([class*="current-menu-"]):focus > a, .main-navigation .main-nav ul li.sfHover:not([class*="current-menu-"]) > a, .main-navigation .menu-bar-item:hover > a, .main-navigation .menu-bar-item.sfHover > a{color:var(--white);background-color:var(--accent);}button.menu-toggle:hover,button.menu-toggle:focus{color:var(--white);}.main-navigation .main-nav ul li[class*="current-menu-"] > a{color:var(--white);background-color:var(--accent);}.navigation-search input[type="search"],.navigation-search input[type="search"]:active, .navigation-search input[type="search"]:focus, .main-navigation .main-nav ul li.search-item.active > a, .main-navigation .menu-bar-items .search-item.active > a{color:var(--white);background-color:var(--accent);}.main-navigation ul ul{background-color:var(--accent-dark);}.main-navigation .main-nav ul ul li a{color:var(--white);}.main-navigation .main-nav ul ul li:not([class*="current-menu-"]):hover > a,.main-navigation .main-nav ul ul li:not([class*="current-menu-"]):focus > a, .main-navigation .main-nav ul ul li.sfHover:not([class*="current-menu-"]) > a{color:var(--white);background-color:var(--accent-dark);}.main-navigation .main-nav ul ul li[class*="current-menu-"] > a{color:var(--white);background-color:var(--accent-dark);}.separate-containers .inside-article, .separate-containers .comments-area, .separate-containers .page-header, .one-container .container, .separate-containers .paging-navigation, .inside-page-header{color:var(--black);}.inside-article a,.paging-navigation a,.comments-area a,.page-header a{color:var(--accent-light);}.inside-article a:hover,.paging-navigation a:hover,.comments-area a:hover,.page-header a:hover{color:var(--accent);}.entry-header h1,.page-header h1{color:var(--accent);}.entry-title a{color:var(--contrast);}.entry-title a:hover{color:var(--contrast-2);}.entry-meta{color:var(--contrast-2);}.sidebar .widget{background-color:var(--base-3);}.footer-widgets{color:var(--white);background-color:var(--accent);}.footer-widgets a{color:var(--white);}.footer-widgets a:hover{color:var(--white);}.footer-widgets .widget-title{color:var(--white);}.site-info{color:var(--white);background-color:var(--accent);}.site-info a{color:var(--white);}.site-info a:hover{color:var(--lighten-gray);}.footer-bar .widget_nav_menu .current-menu-item a{color:var(--lighten-gray);}input[type="text"],input[type="email"],input[type="url"],input[type="password"],input[type="search"],input[type="tel"],input[type="number"],textarea,select{color:var(--contrast);background-color:var(--base-2);border-color:var(--base);}input[type="text"]:focus,input[type="email"]:focus,input[type="url"]:focus,input[type="password"]:focus,input[type="search"]:focus,input[type="tel"]:focus,input[type="number"]:focus,textarea:focus,select:focus{color:var(--contrast);background-color:var(--base-2);border-color:var(--contrast-3);}button,html input[type="button"],input[type="reset"],input[type="submit"],a.button,a.wp-block-button__link:not(.has-background){color:#ffffff;background-color:var(--accent);}button:hover,html input[type="button"]:hover,input[type="reset"]:hover,input[type="submit"]:hover,a.button:hover,button:focus,html input[type="button"]:focus,input[type="reset"]:focus,input[type="submit"]:focus,a.button:focus,a.wp-block-button__link:not(.has-background):active,a.wp-block-button__link:not(.has-background):focus,a.wp-block-button__link:not(.has-background):hover{color:#ffffff;background-color:var(--accent);}a.generate-back-to-top{background-color:var(--accent-light);color:#ffffff;}a.generate-back-to-top:hover,a.generate-back-to-top:focus{background-color:var(--black);color:#ffffff;}@media (max-width: 1359px){.main-navigation .menu-bar-item:hover > a, .main-navigation .menu-bar-item.sfHover > a{background:none;color:var(--white);}}.nav-below-header .main-navigation .inside-navigation.grid-container, .nav-above-header .main-navigation .inside-navigation.grid-container{padding:0px 20px 0px 20px;}.separate-containers .inside-article, .separate-containers .comments-area, .separate-containers .page-header, .separate-containers .paging-navigation, .one-container .site-content, .inside-page-header{padding:0px;}.site-main .wp-block-group__inner-container{padding:0px;}.separate-containers .paging-navigation{padding-top:20px;padding-bottom:20px;}.entry-content .alignwide, body:not(.no-sidebar) .entry-content .alignfull{margin-left:-0px;width:calc(100% + 0px);max-width:calc(100% + 0px);}.one-container.right-sidebar .site-main,.one-container.both-right .site-main{margin-right:0px;}.one-container.left-sidebar .site-main,.one-container.both-left .site-main{margin-left:0px;}.one-container.both-sidebars .site-main{margin:0px;}.sidebar .widget, .page-header, .widget-area .main-navigation, .site-main > *{margin-bottom:0px;}.separate-containers .site-main{margin:0px;}.both-right .inside-left-sidebar,.both-left .inside-left-sidebar{margin-right:0px;}.both-right .inside-right-sidebar,.both-left .inside-right-sidebar{margin-left:0px;}.one-container.archive .post:not(:last-child):not(.is-loop-template-item), .one-container.blog .post:not(:last-child):not(.is-loop-template-item){padding-bottom:0px;}.separate-containers .featured-image{margin-top:0px;}.separate-containers .inside-right-sidebar, .separate-containers .inside-left-sidebar{margin-top:0px;margin-bottom:0px;}.rtl .menu-item-has-children .dropdown-menu-toggle{padding-left:20px;}.rtl .main-navigation .main-nav ul li.menu-item-has-children > a{padding-right:20px;}.widget-area .widget{padding:20px;}.footer-widgets-container{padding:0px;}.inside-site-info{padding:0px;}@media (max-width:768px){.separate-containers .inside-article, .separate-containers .comments-area, .separate-containers .page-header, .separate-containers .paging-navigation, .one-container .site-content, .inside-page-header{padding:0px;}.site-main .wp-block-group__inner-container{padding:0px;}.inside-top-bar{padding-right:30px;padding-left:30px;}.inside-header{padding-right:10px;padding-left:10px;}.widget-area .widget{padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;}.footer-widgets-container{padding-top:0px;padding-right:30px;padding-bottom:30px;padding-left:30px;}.inside-site-info{padding-right:30px;padding-left:30px;}.entry-content .alignwide, body:not(.no-sidebar) .entry-content .alignfull{margin-left:-0px;width:calc(100% + 0px);max-width:calc(100% + 0px);}.one-container .site-main .paging-navigation{margin-bottom:0px;}}/* End cached CSS */.is-right-sidebar{width:33%;}.is-left-sidebar{width:33%;}.site-content .content-area{width:67%;}@media (max-width: 1359px){.main-navigation .menu-toggle,.sidebar-nav-mobile:not(#sticky-placeholder){display:block;}.main-navigation ul,.gen-sidebar-nav,.main-navigation:not(.slideout-navigation):not(.toggled) .main-nav > ul,.has-inline-mobile-toggle #site-navigation .inside-navigation > *:not(.navigation-search):not(.main-nav){display:none;}.nav-align-right .inside-navigation,.nav-align-center .inside-navigation{justify-content:space-between;}.has-inline-mobile-toggle .mobile-menu-control-wrapper{display:flex;flex-wrap:wrap;}.has-inline-mobile-toggle .inside-header{flex-direction:row;text-align:left;flex-wrap:wrap;}.has-inline-mobile-toggle .header-widget,.has-inline-mobile-toggle #site-navigation{flex-basis:100%;}.nav-float-left .has-inline-mobile-toggle #site-navigation{order:10;}}
.dynamic-author-image-rounded{border-radius:100%;}.dynamic-featured-image, .dynamic-author-image{vertical-align:middle;}.one-container.blog .dynamic-content-template:not(:last-child), .one-container.archive .dynamic-content-template:not(:last-child){padding-bottom:0px;}.dynamic-entry-excerpt > p:last-child{margin-bottom:0px;}
.post-image:not(:first-child), .page-content:not(:first-child), .entry-content:not(:first-child), .entry-summary:not(:first-child), footer.entry-meta{margin-top:0em;}.post-image-above-header .inside-article div.featured-image, .post-image-above-header .inside-article div.post-image{margin-bottom:0em;}
</style>

<style id='generateblocks-inline-css'>
.gb-icon svg{height:1em;width:1em;fill:currentColor;}.gb-highlight{background:none;color:unset;}div.gb-headline-0eaf294f{font-size:25px;font-weight:bold;padding-top:0.25rem;padding-bottom:0.25rem;padding-left:0.5rem;margin-bottom:2rem;border-left-style: solid;border-left-width:5px;border-color:var(--accent-light);}div.gb-headline-08ea4370{margin-top:0;}div.gb-headline-69ec97fe{margin-top:0;}.gb-container .wp-block-image img{vertical-align:middle;}.gb-container .gb-shape{position:absolute;overflow:hidden;pointer-events:none;line-height:0;}.gb-container .gb-shape svg{fill:currentColor;}.gb-container-98d72c02{background-color:var(--lighten-gray);}.gb-grid-wrapper > .gb-grid-column-98d72c02 > .gb-container{display:flex;flex-direction:column;height:100%;}.gb-container-61768a44 > .gb-inside-container{padding:2rem 2rem 1rem;max-width:1440px;margin-left:auto;margin-right:auto;}.gb-grid-wrapper > .gb-grid-column-61768a44 > .gb-container{display:flex;flex-direction:column;height:100%;}.gb-grid-wrapper > .gb-grid-column-2fb47048{width:25%;}.gb-grid-wrapper > .gb-grid-column-2fb47048 > .gb-container{display:flex;flex-direction:column;height:100%;}.gb-grid-wrapper > .gb-grid-column-7fde09b3{width:25%;}.gb-grid-wrapper > .gb-grid-column-7fde09b3 > .gb-container{display:flex;flex-direction:column;height:100%;}.gb-grid-wrapper > .gb-grid-column-a78af58d{width:25%;}.gb-grid-wrapper > .gb-grid-column-a78af58d > .gb-container{display:flex;flex-direction:column;height:100%;}.gb-grid-wrapper > .gb-grid-column-e7ac368f{width:25%;}.gb-grid-wrapper > .gb-grid-column-e7ac368f > .gb-container{display:flex;flex-direction:column;height:100%;}.gb-grid-wrapper{display:flex;flex-wrap:wrap;}.gb-grid-column{box-sizing:border-box;}.gb-grid-wrapper .wp-block-image{margin-bottom:0;}@media (max-width: 1024px) {.gb-grid-wrapper > .gb-grid-column-2fb47048{width:50%;}.gb-grid-wrapper > .gb-grid-column-7fde09b3{width:50%;}.gb-grid-wrapper > .gb-grid-column-a78af58d{width:50%;}.gb-grid-wrapper > .gb-grid-column-e7ac368f{width:50%;}}@media (max-width: 767px) {div.gb-headline-0eaf294f{padding-top:0.5rem;padding-bottom:0;}.gb-container-61768a44 > .gb-inside-container{padding-top:4rem;padding-bottom:3rem;}.gb-grid-wrapper > .gb-grid-column-2fb47048{width:100%;}.gb-grid-wrapper > .gb-grid-column-7fde09b3{width:100%;}.gb-grid-wrapper > .gb-grid-column-a78af58d{width:100%;}.gb-grid-wrapper > .gb-grid-column-e7ac368f{width:100%;}}
</style>
<style id='rocket-lazyload-inline-css'>
.rll-youtube-player{position:relative;padding-bottom:56.23%;height:0;overflow:hidden;max-width:100%;}.rll-youtube-player:focus-within{outline: 2px solid currentColor;outline-offset: 5px;}.rll-youtube-player iframe{position:absolute;top:0;left:0;width:100%;height:100%;z-index:100;background:0 0}.rll-youtube-player img{bottom:0;display:block;left:0;margin:auto;max-width:100%;width:100%;position:absolute;right:0;top:0;border:none;height:auto;-webkit-transition:.4s all;-moz-transition:.4s all;transition:.4s all}.rll-youtube-player img:hover{-webkit-filter:brightness(75%)}.rll-youtube-player .play{height:100%;width:100%;left:0;top:0;position:absolute;background:url(https://www.ertnews.gr/wp-content/plugins/wp-rocket/assets/img/youtube.png) no-repeat center;background-color: transparent !important;cursor:pointer;border:none;}.wp-embed-responsive .wp-has-aspect-ratio .rll-youtube-player{position:absolute;padding-bottom:0;width:100%;height:100%;top:0;bottom:0;left:0;right:0}
</style>
<link rel="https://api.w.org/" href="https://www.ertnews.gr/wp-json/" /><link rel="alternate" type="application/json" href="https://www.ertnews.gr/wp-json/wp/v2/posts/3444195" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://www.ertnews.gr/xmlrpc.php?rsd" />
<link rel="wlwmanifest" type="application/wlwmanifest+xml" href="https://www.ertnews.gr/wp-includes/wlwmanifest.xml" />
<meta name="generator" content="WordPress 6.1.1" />
<link rel="alternate" type="application/json+oembed" href="https://www.ertnews.gr/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwww.ertnews.gr%2Fperifereiakoi-stathmoi%2Fkozani%2Fkozani-to-tranytero-kixi-fagothike-apo-olous-tis-kyriaki-tis-m-apokrias%2F" />
<link rel="alternate" type="text/xml+oembed" href="https://www.ertnews.gr/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwww.ertnews.gr%2Fperifereiakoi-stathmoi%2Fkozani%2Fkozani-to-tranytero-kixi-fagothike-apo-olous-tis-kyriaki-tis-m-apokrias%2F&#038;format=xml" />
<!-- Stream WordPress user activity plugin v3.9.3 -->
      <meta name="onesignal" content="wordpress-plugin"/>
            <script type="rocketlazyloadscript">

      window.OneSignal = window.OneSignal || [];

      OneSignal.push( function() {
        OneSignal.SERVICE_WORKER_UPDATER_PATH = "OneSignalSDKUpdaterWorker.js.php";
                      OneSignal.SERVICE_WORKER_PATH = "OneSignalSDKWorker.js.php";
                      OneSignal.SERVICE_WORKER_PARAM = { scope: "/" };
        OneSignal.setDefaultNotificationUrl("https://www.ertnews.gr");
        var oneSignal_options = {};
        window._oneSignalInitOptions = oneSignal_options;

        oneSignal_options['wordpress'] = true;
oneSignal_options['appId'] = '7ef8f724-7034-42a8-8642-e383bba88e04';
oneSignal_options['allowLocalhostAsSecureOrigin'] = true;
oneSignal_options['welcomeNotification'] = { };
oneSignal_options['welcomeNotification']['title'] = "";
oneSignal_options['welcomeNotification']['message'] = "Ευχαριστούμε για την εγγραφή!";
oneSignal_options['path'] = "https://www.ertnews.gr/wp-content/plugins/onesignal-free-web-push-notifications/sdk_files/";
oneSignal_options['promptOptions'] = { };
oneSignal_options['promptOptions']['actionMessage'] = "Θέλετε να λαμβάνετε ειδοποιήσεις για την έκτακτη επικαιρότητα;";
oneSignal_options['promptOptions']['acceptButtonText'] = "ΝΑΙ ΘΕΛΩ";
oneSignal_options['promptOptions']['cancelButtonText'] = "ΟΧΙ ΤΩΡΑ";
oneSignal_options['notifyButton'] = { };
oneSignal_options['notifyButton']['enable'] = true;
oneSignal_options['notifyButton']['position'] = 'bottom-left';
oneSignal_options['notifyButton']['theme'] = 'default';
oneSignal_options['notifyButton']['size'] = 'medium';
oneSignal_options['notifyButton']['showCredit'] = true;
oneSignal_options['notifyButton']['text'] = {};
oneSignal_options['notifyButton']['colors'] = {};
                OneSignal.init(window._oneSignalInitOptions);
                OneSignal.showSlidedownPrompt();      });

      function documentInitOneSignal() {
        var oneSignal_elements = document.getElementsByClassName("OneSignal-prompt");

        var oneSignalLinkClickHandler = function(event) { OneSignal.push(['registerForPushNotifications']); event.preventDefault(); };        for(var i = 0; i < oneSignal_elements.length; i++)
          oneSignal_elements[i].addEventListener('click', oneSignalLinkClickHandler, false);
      }

      if (document.readyState === 'complete') {
           documentInitOneSignal();
      }
      else {
           window.addEventListener("load", function(event){
               documentInitOneSignal();
          });
      }
    </script>
<meta property="fb:app_id" content="966242223397117"/>
<link rel="amphtml" href="https://www.ertnews.gr/perifereiakoi-stathmoi/kozani/kozani-to-tranytero-kixi-fagothike-apo-olous-tis-kyriaki-tis-m-apokrias/?amp"><meta name="facebook-domain-verification" content="dgje05kiggsx3qj24lksboktrxvn6z" /><link rel="icon" href="https://www.ertnews.gr/wp-content/uploads/2023/01/cropped-favicon-32x32.png" sizes="32x32" />
<link rel="icon" href="https://www.ertnews.gr/wp-content/uploads/2023/01/cropped-favicon-192x192.png" sizes="192x192" />
<link rel="apple-touch-icon" href="https://www.ertnews.gr/wp-content/uploads/2023/01/cropped-favicon-180x180.png" />
<meta name="msapplication-TileImage" content="https://www.ertnews.gr/wp-content/uploads/2023/01/cropped-favicon-270x270.png" />
		<style id="wp-custom-css">
			/*#wpadminbar{background-color:#738e96;}*/

@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;600;700;800&display=swap');

html, body {
    height: 100%;
    font-size: 20px;
}

@media screen and (max-width: 960px) {
    html {
        font-size: 10px;
    }
}

body {
    flex-direction: column;
    box-sizing: border-box;
    display: flex;
    place-content: stretch space-between;
    align-items: stretch;
    position: relative;
}

body > .site.grid-container.container {
    flex-grow: 1;
    width: 100%;
}

body, button, input, select, textarea {
    font-family: 'Manrope', Arial, Helvetica, sans-serif;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 150%;
    font-size: 20px;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    line-height: 125%;
    margin-bottom: 1rem;
    margin-top: 2rem;
    color: var(--accent);
}

h1, h2, .h1, .h2, h3, .h3 {
    font-weight: 700;
}

h1, .h1 {
    font-size: 2rem;
    line-height: 115%
}

h2, .h2 {
    font-size: 1.8rem;
}

h3, .h3 {
    font-size: 1.6rem;
}

@media screen and (max-width: 960px) {
    h1, .h1 {
        font-size: 2.4rem;
    }

    h2, .h2 {
        font-size: 2.2rem;
    }

    h3, .h3 {
        font-size: 2rem;
    }
}

h4, .h4 {
    font-size: 18px;
}


h5, .h5 {
    font-size: 14px;
}

h6, .h6 {
    font-size: 12px;
}

p {
    margin-bottom: 20px;
    margin-top: 0;
}

a, button {
    cursor: pointer;
    text-decoration: none;
    outline: none;
    box-shadow: none;
}

a:hover {
    text-decoration: underline;
}

.gb-headline a {
    color: inherit;
}

.gb-headline a:hover {
    text-decoration: none;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

p:empty {
    display: none;
}


.m-0 {
    margin: 0 !important;
}

.ml-0 {
    margin-left: 0 !important;
}

.mr-0 {
    margin-right: 0 !important;
}

.m-05 {
    margin: 0.5rem !important;
}

.m-1 {
    margin: 1rem !important;
}

.m-2 {
    margin: 2rem !important;
}

.mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.mx-auto, .advert-block,
.mx-auto .gb-inside-container,
.twitter-tweet {
    margin-left: auto !important;
    margin-right: auto !important;
}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.mx-1 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
}

.my-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}

.mx-2 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
}

.my-2 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
}

.my-4 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
}

.mb-4 {
    margin-bottom: 4rem !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mt-05 {
    margin-top: 0.5rem !important;
}

.mt-1 {
    margin-top: 1rem !important;
}

.mt-2 {
    margin-top: 2rem !important;
}

.mt-4 {
    margin-top: 4rem !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-05 {
    margin-bottom: 0.5rem !important;
}

.mb-1 {
    margin-bottom: 1rem !important;
}

.mb-2 {
    margin-bottom: 2rem !important;
}

.mr-05 {
    margin-right: 0.5rem !important;
}

.mr-1 {
    margin-right: 1rem !important;
}

.ml-1 {
    margin-left: 1rem !important;
}

.mr-2 {
    margin-right: 2rem !important;
}

.ml-2 {
    margin-left: 2rem !important;
}

.p-0 {
    padding: 0 !important;
}

.px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.px-1 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}

.py-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.px-2 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
}

.py-2 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
}

.p-2 {
    padding: 2rem !important;
}

.p-1 {
    padding: 1rem !important;
}

.p-05 {
    padding: 0.5rem !important;
}

.pt-1 {
    padding-top: 1rem !important;
}

.pt-2 {
    padding-top: 2rem !important;
}

.pb-1 {
    padding-bottom: 1rem !important;
}

.pb-2 {
    padding-bottom: 2rem !important;
}

.pr-1 {
    padding-right: 1rem !important;
}

.pl-1 {
    padding-left: 1rem !important;
}

.pr-2 {
    padding-right: 2rem !important;
}

.pl-2 {
    padding-left: 2rem !important;
}

.pb-4 {
    padding-bottom: 4rem !important;
}

/*
hide-on-mobile
hide-on-tablet
hide-on-desktop
*/

.hidden {
    display: none !important
}

@media screen and (max-width: 1024px) {
    .hidden-lt-md {
        display: none !important
    }
}

@media screen and  (max-width: 480px) {
    .hide-on-mobile-xs {
        display: none !important
    }
}

.advert-block,
.advert,
.aligncenter,
.has-text-align-center,
.text-center {
    text-align: center;
}

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

.alignfull a,
.alignfull img,
.fw {
    width: 100%;
}

.fh {
    height: 100%;
}

.sidebar-width {
    max-width: 300px;
}

.pointer {
    cursor: pointer;
}

.disabled {
    opacity: 0.5;
    pointer-events: none;
    -moz-transition: none;
    -o-transition: none;
    -webkit-transition: none;
    transition: none;
}

.advert {
    margin-bottom: 40px;
}

.inside-article .advert {
    margin-top: 20px;
    margin-bottom: 20px;
}

img {
    vertical-align: bottom;
}

hr {
    margin: 1rem 0;
}

.rel {
    position: relative;
}

.abs {
    position: absolute;
}

.uppercase {
    text-transform: uppercase;
}

.inline {
    display: inline-block;
}

.bt {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.bb {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.mute-text {
    color: var(--dark) !important;
}

.accent-text {
    color: var(--accent) !important;
}

.accent-text svg {
    fill: var(--accent) !important;
}

.accent-text a:hover svg {
    fill: var(--white) !important;
}

.accent-light-text {
    color: var(--accent-light) !important;
}

.accent-light-text svg {
    fill: var(--accent-light) !important;
}

.cta-position {
    flex-direction: column;
    box-sizing: border-box;
    display: flex;
    place-content: stretch space-between;
    align-items: stretch;
    max-width: 100%;
}

.cta-grid,
.cta-grid .gb-inside-container {
    height: 100%;
    flex-direction: column;
    box-sizing: border-box;
    display: flex;
    place-content: stretch space-between;
    align-items: stretch;
    max-width: 100%;
}

.cta-grid .gb-inside-container > .gb-grid-wrapper {
    height: 100%;
}

.cta-grid .gb-inside-container > .gb-grid-wrapper {
    margin-bottom: 2rem;
}

.cta-grid .gb-inside-container > .gb-grid-wrapper:last-child {
    margin-bottom: 0;
}

.cta-grid .gb-inside-container > .gb-grid-wrapper > .gb-grid-column {
    padding-bottom: 0;
}

a.cta-button {
    height: 100%;
    flex-direction: row;
    box-sizing: border-box;
    display: flex;
    place-content: center;
    align-items: center;
    padding: 0.5rem;
    width: 100%;
    text-align: center;
    border: 1px solid var(--light-gray);
    color: var(--accent-light);
}

a.cta-button.column {
    flex-direction: column;
    padding: 1rem;
    font-size: 18px;
    line-height: 21px;
}

a.cta-button:hover {
    border-color: var(--accent-light);
    text-decoration: none;
    color: var(--accent-light);
}

a.cta-button svg {
    font-size: 1rem;
    height: 20px;
    width: 20px;
    fill: var(--accent-light);
    vertical-align: middle;
    margin-right: 0.25rem;
}

a.cta-button.column svg {
    font-size: 1rem;
    height: 40px;
    width: 40px;
    margin-right: 0;
    margin-bottom: 0.5rem;
}

.dark-bg,
.dark-bg a,
.dark-bg .post-thumb .post-title a,
.dark-bg .post-thumb .post-title a:hover {
    color: var(--white);
}

.dark-bg .mute-text {
    color: var(--light-gray) !important;
}

.column {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
}

.row-inside-container > .gb-inside-container,
.row {
    display: flex;
    flex-direction: row;
    box-sizing: border-box;
}

.wrap {
    flex-wrap: wrap;
}

.center-center {
    place-content: center;
    align-items: center;
}

.center-end {
    place-content: flex-end center;
    align-items: flex-end;
}

.space-between-center {
    place-content: center space-between;
    align-items: center;
}

.space-between-start {
    place-content: flex-start space-between;
    align-items: flex-start;
}

.row-inside-container > .gb-inside-container,
.start-center {
    place-content: center flex-start;
    align-items: center;
}

.center-start {
    place-content: flex-start center;
    align-items: flex-start;
}

.start-end {
    place-content: flex-end flex-start;
    align-items: flex-end;
}

.end-center {
    place-content: center flex-end;
    align-items: center;
}

.start-start {
    place-content: flex-start flex-start;
    align-items: flex-start;
}

.space-between-stretch {
    place-content: stretch space-between;
    align-items: stretch;
}

.start-stretch {
    place-content: stretch flex-start;
    align-items: stretch;
}

.row-inside-container > .gb-inside-container > *:not(:last-child) {
    padding-right: 1rem;
}

.row-inside-container.first-no-gap > .gb-inside-container > *:first-child {
    padding-right: 0;
}

@media screen and (max-width: 960px) {
    .row-inside-container > .gb-inside-container > *:not(:last-child) {
        padding-right: 2rem;
    }
}


.scroll-y {
    scrollbar-color: rgba(118, 193, 237, 0.4) rgba(118, 193, 237, 0.2);
    scrollbar-width: thin;
    padding-right: 0.5rem;
}


/* width */
.scroll-y::-webkit-scrollbar {
    width: 8px;
}

/* Track */
.scroll-y::-webkit-scrollbar-track {
    background: rgba(118, 193, 237, 0.2);
}

.scroll-y::-webkit-scrollbar-thumb {
    background: rgba(118, 193, 237, 0.4);
}

/*
 #################
      Header
 #################
*/
body > .site-header {
    z-index: 9;
    position: sticky;
    top: 0;
    min-height: 60px;
    flex-direction: column;
    box-sizing: border-box;
    display: flex;
    place-content: stretch center;
    align-items: stretch;
}

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

.site-header .inside-header {
    place-content: space-between;
}

.site-header, .site-header a {
    color: #fff;
}

.main-navigation .main-nav ul li a {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    font-size: 17px;
}

.main-navigation .menu-item-has-children .dropdown-menu-toggle {
    padding-left: 0.25rem;
    padding-right: 0rem;
}

.main-navigation .menu-toggle .mobile-menu {
    visibility: hidden;
    position: absolute;
    left: -9999px;
    overflow: hidden;
}

.nav-float-right #site-navigation {
    flex-basis: auto;
}

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

    .nav-float-right #site-navigation {
        margin-left: 1rem;
    }

}

@media screen and  (max-width: 1359px) {
    .mobile-menu-control-wrapper {
        margin-right: auto;
        margin-left: 0;
    }

    .has-inline-mobile-toggle #site-navigation.toggled {
        z-index: 99999;
        position: fixed;
        bottom: 0;
        top: 60px;
        left: 0;
        overflow: auto;
        width: 100%;
        margin: 0;
        background: var(--accent-dark) !important;
        max-width: 480px;
        -webkit-animation: slide-right 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
        animation: slide-right 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;

        scrollbar-color: #152f4e var(--accent);
        scrollbar-width: thin;
    }

    /* width */
    .has-inline-mobile-toggle #site-navigation.toggled::-webkit-scrollbar {
        width: 8px;
    }

    /* Track */
    .has-inline-mobile-toggle #site-navigation.toggled::-webkit-scrollbar-track {
        background: var(--accent);
    }

    /* Handle */
    .has-inline-mobile-toggle #site-navigation.toggled::-webkit-scrollbar-thumb {
        background: #152f4e;
    }

    .has-inline-mobile-toggle #site-navigation.toggled a {
        padding: 0.5rem 1rem;
    }
}

.header-cta-menu .item {
    color: #fff;
    margin-left: 1rem;
    min-width: 18px;
}

.header-cta-menu .item svg {
    width: 16px;
    height: 16px;
    fill: #fff;
}

.live-tv {
    padding-left: 1rem;
    border-left: 1px solid #FFF;
}

@media screen and (max-width: 960px) {
    .header-cta-menu .item.live-tv {
        padding-left: 1.25rem;
        margin-left: 1.5rem
    }
}

.play-badge {
    width: 8px;
    height: 8px;
    min-width: 8px;
    border-radius: 4px;
    margin-right: 6px;
    background-color: #fff;
    transform: scale(1);
    -webkit-animation: pulse-scale 2s ease-out infinite;
    -moz-animation: pulse-scale 2s ease-out infinite;
    -ms-animation: pulse-scale 2s ease-out infinite;
    -o-animation: pulse-scale 2s ease-out infinite;
    animation: pulse-scale 2s ease-out infinite;
}


@-webkit-keyframes pulse-scale {
    0% {
        -webkit-transform: scale(0.95);
        -o-transform: scale(0.95);
        transform: scale(0.95);
        opacity: 1;
    }
    50% {
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
    100% {
        -webkit-transform: scale(1.05);
        -o-transform: scale(1.05);
        transform: scale(1.05);
        opacity: 1;
    }
}

@keyframes pulse-scale {
    0% {
        -ms-transform: scale(0.95);
        -moz-transform: scale(0.95);
        -webkit-transform: scale(0.95);
        -o-transform: scale(0.95);
        transform: scale(0.95);
        opacity: 1;
    }
    50% {
        -ms-transform: scale(1);
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
    100% {
        -ms-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -webkit-transform: scale(1.05);
        -o-transform: scale(1.05);
        transform: scale(1.05);
        opacity: 1;
    }
}

@-webkit-keyframes slide-right {
    0% {
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

/*
 #################
      Footer
 #################
*/


footer .inside-site-info {
    padding: 1rem;
}

.copyright-bar,
.site-footer {
    font-size: 14px;
}

.copyright-bar {
    width: 100%;
}

.site-footer ul .widget ul li {
    margin-bottom: 0;
}

.site-footer .footer-widgets-container {
    padding: 2rem 1rem 0 1rem;
}

.site-footer .footer-widgets-container .inside-footer-widgets {
    margin-left: -1rem;
}

.site-footer .footer-widgets-container .inner-padding {
    padding: 0 0 0 1rem;
}

.site-footer .footer-widgets .widget {
    margin-bottom: 1rem;
}

.site-footer form label {
    font-weight: 700;
}

.site-footer form textarea,
.site-footer form input {
    font-size: 12px;
    padding: 0.25rem;
    width: 100%;
    margin: 0.5rem 0;
}

.site-footer form button {
    font-size: 12px;
    background-color: var(--accent-light);
}


.site-footer form button:hover {
    background-color: var(--black);
}

.generate-back-to-top {
    bottom: 20px;
    right: 10px;
}

body .uwy.userway_p5 .uai {
    bottom: 40px !important;
    left: 10px !important;
}

/*
 #################
      Main Body
 #################
*/

body > .site.grid-container {
    max-width: 100%;
}

.gb-grid-wrapper > .gb-grid-column {
    padding-left: 2rem;
    padding-bottom: 2rem;
}

.gb-grid-wrapper {
    margin-left: -2rem;
}

.no-gap .gb-grid-wrapper > .gb-grid-column,
.search-toolbar .gb-grid-wrapper > .gb-grid-column {
    padding-left: 0;
    padding-bottom: 0;
}

.no-gap .gb-grid-wrapper,
.search-toolbar .gb-grid-wrapper {
    margin-left: 0;
}

h1.page-title {
    border-bottom: 0.2rem solid var(--accent-light);
    padding-bottom: 0.25rem;
    display: inline-block;
    color: var(--black);
}

@media screen and (min-width: 769px) {
    .site-content {
        position: relative;
    }

    .right-sidebar .site-content .content-area {
        max-width: calc(100% - 300px - 2rem);
    }

    .right-sidebar .site-content .sidebar {
        position: relative;
        min-width: calc(300px + 2rem);
        padding-left: 2rem;
    }

    .right-sidebar .inside-right-sidebar {
        height: 100%;
        flex-direction: column;
        box-sizing: border-box;
        display: flex;
        place-content: stretch space-between;
        align-items: stretch;
        max-width: 100%;
    }

    .right-sidebar .inside-right-sidebar > div {
        flex: 1 1 auto;
        box-sizing: border-box;
    }

    .right-sidebar .inside-right-sidebar > div > * {
        position: sticky;
        top: 100px;
        top: calc(60px + 2rem);
        background: #fff;

    }
}

.sidebar .gb-container > .gb-inside-container {
    padding: 0;
}


@media (max-width: 768px) {
    .is-left-sidebar.sidebar, .is-right-sidebar.sidebar {
        margin-top: 4rem;
    }
}

/*
 #################
     Search
 #################
*/

.search-toolbar .gb-inside-container, .search-toolbar form, .search-toolbar .wp-block-search__inside-wrapper, .search-toolbar .wp-block-search__input, .search-toolbar .wp-block-search__button-inside button[type="submit"] {
    height: 100% !important;
}

.search-toolbar .wp-block-search__button-inside {
    position: relative;
}

.search-toolbar .wp-block-search__button-inside input {
    width: 100%;
    outline: none;
    color: var(--accent);
    background-color: var(--white);
    border-color: var(--accent);
    padding: 1rem 3rem 1rem 1rem;
}

.search-toolbar .wp-block-search__button-inside button[type="submit"] {
    position: absolute;
    right: 1px;
    top: 1px;
    padding: 0 1.5rem;
    width: 45px;
    height: 44px;
    flex-direction: column;
    box-sizing: border-box;
    display: flex;
    place-content: center;
    align-items: center;
    background-color: transparent;
    z-index: 2;
}

.search-toolbar .wp-block-search__button-inside button[type="submit"] svg {
    fill: var(--accent);
    width: 36px !important;
    height: 36px !important;
}


/*
 #################
     Archive
 #################
*/
.breadcrumb {
    font-weight: 700;
}

.breadcrumb > * {
    margin-right: 25px;
    position: relative;
}

@media screen and (max-width: 960px) {
    .breadcrumb > * {
        font-size: 16px;
    }
}

.breadcrumb a {
    color: var(--black);
}

.breadcrumb > *:not(:last-child)::after {
    content: '';
    position: absolute;
    right: -15px;
    top: 10px;
    border: solid var(--black);
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.leading-section {
    background-color: var(--light-blue);
}


.leading-section .leading-posts {
    padding: 0 2rem 2rem 2rem;
}


.cta-position .wp-block-image img[height="24"] {
    max-height: 24px;
}

.separate-containers .paging-navigation {
    padding-top: 0px;
    padding-bottom: 0px;
}

.pagination {
    font-size: 14px;

}

.pagination .nav-links > .page-numbers {
    border: 1px solid #ddd;
    padding: 0 0.25rem;
    text-align: center;
    min-width: 36px;
    height: 36px;
    line-height: 36px;
    display: inline-block;
    margin-right: 0.5rem;
}

.pagination .nav-links > .page-numbers.dots {
    border: 0;
}

.pagination .nav-links > a:hover,
.pagination .nav-links > .current {
    background-color: var(--accent);
    border-color: var(--accent);
    color: var(--white);
    text-decoration: none;
}

.paging-navigation .prev.page-numbers, .paging-navigation .next.page-numbers {
    font-size: 0;
    border: 0;
}

.paging-navigation .prev.page-numbers span, .paging-navigation .next.page-numbers span {
    font-size: 18px;
}

.author .author-avatar {
    min-width: 120px;
}

.author-avatar {
    width: 120px;
    height: 120px;
    border-radius: 60px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: var(--light-gray);
    background-image: url(/wp-content/themes/generatepress_child/assets/avatar.png);
}

/*
 #################
     Single Post
 #################
*/
.single .grid-container {
    max-width: 1240px;
}


.single .inside-article {
    margin-bottom: 1rem;
}

.single .entry-content {
    max-width: 35rem;
    margin: 2rem auto;

}

.single-post .entry-content > figure,
.single-post .entry-content > figure audio,
.single-post .entry-content > figure video,
.single-post .entry-content > embed,
.single-post .entry-content > .responsive-container iframe,
.single-post .entry-content > iframe,
.single-post .entry-content > object,
.single-post .entry-content p > embed,
.single-post .entry-content p > iframe,
.single-post .entry-content p > object,
.single-post .entry-content [class*="wp-image"]:not(.alignleft):not(.alignright),
.single-post .entry-content p > img.size-full,
.single-post .entry-content p > img.size-large,
.single-post .entry-content > img.size-full,
.single-post .entry-content > img.size-large,
.single-post .wp-block-video video,
.single-post .featured-image.page-header-image-single img {
    max-width: 100%;
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.single-post .entry-content > figure,
.single-post .entry-content > embed,
.single-post .entry-content > .responsive-container iframe,
.single-post .entry-content > iframe,
.single-post .entry-content > object,
.single-post .entry-content p > embed,
.single-post .entry-content p > iframe,
.single-post .entry-content p > object {
    margin-top: 20px;
    margin-bottom: 20px;
}

.gallery {
    display: flex;
    flex-direction: column;
}

.gallery .gallery-item {
    width: 100%;
    max-width: 100%;
}

.gallery .gallery-item a {
    pointer-events: none;
    cursor: default;
}

.gallery-icon {
    padding: 0;
}

.wp-block-gallery[class*="columns"] {
    display: grid;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
}

.wp-block-gallery.columns-2 {
    grid-template-columns: repeat(2, 1fr);
}

.wp-block-gallery.columns-3 {
    grid-template-columns: repeat(3, 1fr);
}

.wp-block-gallery.columns-4 {
    grid-template-columns: repeat(4, 1fr);
}

.wp-block-gallery.columns-5 {
    grid-template-columns: repeat(5, 1fr);
}

.wp-block-gallery.columns-6 {
    grid-template-columns: repeat(6, 1fr);
}

.ert-iframe {
    width: 100%;
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
    margin-bottom: 20px;
}

.stretch-height .ert-iframe {
    margin-bottom: 0px;
}

.stretch-height > .article-list.scroll-y > .ert-iframe {
    height: 100%;
    height: calc(100% - 50px);
    padding-bottom: 0;
    min-height: 568px;
}

.ert-iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.single .author-avatar {
    width: 36px;
    height: 36px;
    border-radius: 18px;
}

.single .post-info,
.single .post-meta {
    margin-bottom: -0.25rem;
    margin-top: -0.25rem;
}

.share-btn-elements > *,
.single .post-info > *,
.single .post-meta > * {
    margin-bottom: 0.25rem;
    margin-top: 0.25rem;
}

.single .post-info > .post-meta {
    margin-bottom: 0;
    margin-top: 0;
}

@media screen and (max-width: 1024px) {
    .single .post-info > .post-meta {
        width: 100%;
    }
}

.single .post-meta > *,
.share-btn-elements > * {
    font-size: 14px
}

.single .post-author > *,
.single .post-info > *,
.single .post-info .post-meta > * {
    font-size: 15px;
}


.share-btn-elements > *,
.single .post-author > *,
.single .post-info > *,
.single .post-meta > * {
    margin-right: 0.5rem;
    line-height: 24px;
}


.single .post-info > *:last-child,
.single .post-meta > *:last-child {
    margin-right: 0;
}

.single .featured-media {
    margin-top: 20px;
}

.vert-separator {
    width: 1px;
    background-color: rgba(221, 153, 51, 0.4);
    margin-bottom: 0;
    height: 24px;
}

time {
    border-left: 0.13em solid rgba(221, 153, 51, 0.4);
    padding: 0.25em 0 0.25em 0.42em;
    line-height: 20px;
    margin-top: 0.25rem;
}

.share-btn-elements > a,
.single .post-meta > a {
    background-color: var(--lighten-gray);
    padding: 0 0.5rem;
    min-height: 36px;
    line-height: 36px;
}

@media screen and (max-width: 960px) {
    .share-btn-elements > a,
    .single .post-meta > a {
        padding: 0 1rem;
    }
}

.share-btn-elements > a {
    background-color: var(--accent-light);
    color: var(--white);
    height: 100%;
    flex-direction: row;
    box-sizing: border-box;
    display: flex;
    place-content: center flex-start;
    align-items: center;
}

.single .post-meta > a:hover,
.single header .post-meta > a {
    background-color: var(--accent);
    color: var(--white);
    text-decoration: none;
}

.share-btn-elements > a:hover {
    background-color: var(--accent);
    color: var(--white);
    text-decoration: none;
}

.single header .post-meta > a:hover {
    background-color: var(--black);
    color: var(--white);
    text-decoration: none;
}

.share-btn-elements > * {
    place-content: flex-end flex-start;
    align-items: flex-end;
    display: flex;
    flex-direction: row;
    box-sizing: border-box;
    line-height: 16px;
}

.share-btn-elements svg {
    margin-right: 0.5rem;
    width: 16px;
    height: 16px;
}


.share-btn-elements a svg {
    fill: var(--white);
    vertical-align: middle;
}

.share-btn-elements .mute-text svg {
    fill: var(--dark);
}


/* Gem Utils Templates */


.article-list > article:not(:last-child) {
    margin-bottom: 0.5rem;
}

.article-list.two-columns > article {
    margin-bottom: 1rem;
}

.sidebar .article-list.image-left > article:not(:last-child) {
    margin-bottom: 2rem;
}

.article-list.scroll-y {
    max-height: 458px;
    overflow-y: auto;
}

@media screen and (min-width: 960px) {
    .two-columns > article {
        width: 50%;
    }

    .two-columns > article:nth-child(odd) {
        padding-right: 0.5rem;
    }

    .two-columns > article:nth-child(even) {
        padding-left: 0.5rem;
    }
}

.post-thumb {
    width: 100%;
}

.post-thumb .post-image {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

.post-thumb > .post-image > .image,
.post-thumb > .post-image > a {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;
    background: rgba(0, 0, 0, 0.15);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
}

.post-thumb .post-title {
    font-weight: 700;
}

.post-thumb .post-title a {
    color: var(--black);
}

.post-thumb .post-title a:hover {
    color: var(--accent);
}

.post-thumb .article-summary {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.post-thumb .post-meta {
    position: absolute;
    bottom: 1rem;
    left: 1rem;
}

.post-thumb .post-meta a {
    color: var(--white);
    background-color: var(--accent-light);
    padding: 0.25rem 0.5rem;
}

.post-thumb .post-meta a:hover {
    text-decoration: none;
    background-color: var(--accent);
}

.post-thumb .post-meta > a:not(:first-child) {
    display: none;
}

.smaller-text .post-thumb .post-meta a {
    font-size: 16px
}

.post-thumb.ertflix .post-image:after,
.post-thumb.video .post-image:after,
.post-thumb.podcast .post-image:after {
    content: '';
    width: 100%;
    height: 100%;
    background-size: 60px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    pointer-events: none;
}

.post-thumb.ertflix .post-image:after,
.post-thumb.video .post-image:after {
    background-image: url(/wp-content/themes/generatepress_child/assets/video.svg);
}

.post-thumb.podcast .post-image:after {
    background-image: url(/wp-content/themes/generatepress_child/assets/podcast.svg);
}

.image-left.post-thumb,
.image-left .post-thumb {
    height: 100%;
    flex-direction: row;
    box-sizing: border-box;
    display: flex;
    place-content: center flex-start;
    align-items: center;
}


.image-left.post-thumb.start-start,
.image-left .post-thumb.start-start {
    place-content: flex-start flex-start;
    align-items: flex-start;
}

.image-left.post-thumb .post-image,
.image-left .post-thumb .post-image {
    width: 90px;
    padding-top: 90px;
    margin-bottom: 0 !important;
}

.image-left.post-thumb .post-content,
.image-left .post-thumb .post-content {
    padding-left: 1rem;
    flex: 1;
}

.image-left.post-thumb .post-content .post-title.h4,
.image-left .post-thumb .post-content .post-title.h4 {
    font-size: 16px;
}

.leading-section article .h4 {
    font-weight: 700;
}

.leading-section .leading-post article .h4 {
    font-size: 30px;
}


.leading-section .leading-post article .article-summary {
    -webkit-line-clamp: 2;
}

.leading-section .sidebar article .h4 {
    font-size: 20px;
}

.leading-section article .h5 {
    font-size: 18px;
    color: var(--black);
}

.leading-section .leading-post article {
    height: 100%;
}

.leading-section .leading-post article .post-image {
    margin-bottom: 0 !important;
    height: 100%;
}

.leading-section .leading-post article {
    position: relative;
}

.leading-section .leading-post article .post-content {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
    padding: 1rem;
    flex-direction: column;
    box-sizing: border-box;
    display: flex;
    place-content: flex-start flex-end;
    align-items: flex-start;
    pointer-events: none;
}

.leading-section .leading-post article .h4 a,
.leading-section .leading-post article .h5 {
    color: var(--white);
}


@media screen and (max-width: 768px) {
    .leading-posts .site-content .content-area,
    .leading-posts .site-content .sidebar {
        width: 100%;
        min-width: 100%;
        padding-left: 0;
    }

    .leading-posts .site-content {
        display: block;
    }

    .leading-section .leading-post article {
        margin-bottom: 2rem;
    }

    .leading-section .leading-post article .h4 {
        font-size: 20px;
    }

    .leading-section article .h5 {
        font-size: 16px;
    }


    .content-area .article-list > article:not(:last-child) {
        margin-bottom: 2rem;
    }

    .leading-section .leading-post article .post-image {
        padding-top: 100%;
    }

}

@media (min-width: 769px) and (max-width: 1024px) {
    .leading-section.elections .leading-post article .post-image {
        padding-top: 100%;
    }
}

.smaller-text h4, .smaller-text .h4 {
    font-size: 16px;
}

@media screen and  (max-width: 960px) {
    article .h4 {
        font-size: 16px;
    }

    .leading-section article .h5,
    .smaller-text h4, .smaller-text .h4 {
        font-size: 14px;
    }

    .leading-section .leading-post article .h4 {
        font-size: 21px;
    }
}


/* SLIDER */

.slider {
    overflow-x: hidden;
    position: relative;
}

.slider-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-x: hidden;
    max-height: 100%;
}


.slide-items {
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    will-change: transform;
    user-select: none;
    cursor: grab;
    margin: 0;
    padding: 0;
    list-style: none;
    -ms-overflow-style: none; /* Internet Explorer 10+ */
    scrollbar-width: none; /* Firefox */
}

.slide-items::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
}

.slide-items > .item {
    margin-right: 1rem;
    scroll-snap-align: start;
}


.slide-items > .item:last-child {
    margin-right: 2rem;
}

.slide-items > .item.active {
    background: var(--accent);
    color: var(--white);
}

.slider .nav-next,
.slider .nav-previous {
    position: absolute;
    top: calc(50% - 20px);
    width: 40px;
    height: 40px;
    text-align: center;
    padding: 0;
    background: var(--accent);
    color: var(--white);
    z-index: 1;
}

.slider .nav-next {
    right: 0;
}

.slider .nav-previous {
    left: 0;
}

.slider .nav-next:hover,
.slider .nav-previous:hover {
    background: var(--dark);
}

.slider .nav-next svg,
.slider .nav-previous svg {
    width: 40px;
    height: 40px;
    top: 0;
}

.slider,
.slider-wrapper,
.slide-items {
    height: auto;
    position: relative;
    width: 100%;
    overflow-y: hidden;
}

.post-carousel .slide-items {
    place-content: stretch space-between;
    align-items: stretch;
}

.post-carousel .slide-items > article {
    min-width: 33%;
    min-width: calc(33% + 1rem);
    max-width: calc(33% + 1rem);
    padding: 0 2rem 0 0;
    margin-right: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.leading-post .post-carousel .slide-items > article {
    min-width: 100%;
    min-width: 100%;
    max-width: 100%;
    padding: 0;
}

.leading-post .post-carousel .slide-items > article .post-content {
    padding: 2rem;
}

@media screen and (max-width: 960px) {
    .leading-post .post-carousel .slide-items > article .post-content {
        padding: 2rem 4rem;
    }
}


.stretch-grid article {
    max-width: 100%;
}

.stretch-grid article,
.post-carousel .slide-items > article {
    flex-direction: column;
    display: flex;
    place-content: stretch space-between;
    align-items: stretch;

}

.stretch-grid article,
.stretch-grid article .post-content,
.stretch-grid .gb-inside-container {
    height: 100%;
}


.post-carousel .slide-items > article .post-content {
    height: 100%;
}


@media screen and  (max-width: 960px) {
    .post-carousel .slide-items > article {
        min-width: 50%;
        min-width: calc(50% + 2rem);
        max-width: calc(50% + 2rem);
    }
}

@media screen and  (max-width: 480px) {
    .post-carousel .slide-items > article {
        min-width: 70%;
        min-width: calc(70% + 2rem);
        max-width: calc(70% + 2rem);
    }
}


.post-carousel .post-thumb .article-summary, .post-carousel .post-thumb .post-title a, .post-carousel .post-thumb * a {
    word-wrap: break-word;
    white-space: normal;
}

.post-carousel.slider .nav-next,
.post-carousel.slider .nav-previous {
    top: calc(40% - 20px);
}

.leading-post .post-carousel.slider .nav-next,
.leading-post .post-carousel.slider .nav-previous {
    top: calc(50% - 20px);
}

.post-carousel .slide-items > .ertflix-item {
    min-width: 320px;
    min-width: calc(320px + 2rem);
    width: calc(320px + 2rem);
    padding: 0 2rem 0 0;
    margin-right: 0;
}

@media screen and  (max-width: 380px) {
    .post-carousel .slide-items > .ertflix-item {
        min-width: 280px;
        min-width: calc(280px + 2rem);
        width: calc(280px + 2rem);
    }
}

.post-carousel .slide-items > .ertflix-item img {
    width: 100%;
}

.calendar-slider .item {
    font-size: 14px;
    padding: 0 0.5rem;
}

.calendar-slider .nav-next, .calendar-slider .nav-previous {
    position: relative;
}

.calendar-slider .nav-next {
    margin-left: 1rem;
}

.calendar-slider .nav-previous {
    margin-right: 1rem;
}


@media screen and (min-width: 769px) {
    .home .sidebar > .gb-inside-container {
        height: 100%;
        flex-direction: column;
        box-sizing: border-box;
        display: flex;
        place-content: stretch space-between;
        align-items: stretch;
        max-width: 100%;
    }

    .home .sidebar > .gb-inside-container > .gb-container.stretch-wrapper {
        flex: 1;
    }

    .home .sidebar > .gb-inside-container > .gb-container > .gb-inside-container {
        height: 100%;
    }

    .home .sidebar .stretch-height {
        position: relative;
        height: 100%;
    }

    .split-sidebar-stretch-height .sidebar .stretch-height {
        height: 50%;
    }

    .home .sidebar .stretch-height .article-list.scroll-y {
        max-height: 100%;
        position: absolute;
        top: 0;
        bottom: 2rem;
        width: 100%;
    }
}


.toggle-menu {
    position: relative;
}

.toggle-menu-container {
    height: 24px;
}

.toggle-menu-wrapper {
    position: absolute;
    padding: 1rem;
    background: var(--accent);
    color: var(--white);
    z-index: 2;
    display: none;
    right: 0;
    top: 100%;
    margin-top: 0.5rem;
    min-width: 280px;
    width: 100%;
}

.toggle-menu-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    background: transparent;
    height: 100%;
    width: 100%;
    display: none;
    z-index: 1;
}

.toggle-menu.open .toggle-menu-backdrop,
.toggle-menu.open .toggle-menu-wrapper {
    display: block;
}

.toggle-menu-button {
    background-color: transparent !important;
    padding: 0;
    width: 24px;
    height: 24px;
    z-index: 3;
    position: relative;
}

.toggle-menu-button svg {
    fill: #0f1a9e;
    width: 24px;
    height: 24px;
}

.broadcast-posts article {
    border-bottom: 1px solid #ddd;
    padding: 1rem;
}

.broadcast-posts .play-badge {
    width: auto;
    height: auto;
}

.broadcast-posts .play-badge,
.broadcast-posts article.active {
    background-color: #fafafa;
}

.broadcast-posts {
    padding: 0 1rem;
    max-height: 600px;
    overflow: auto;
}

.broadcast-posts .broadcast .post-image {
    padding-top: 90px;
    width: 160px;
}


@media (max-width: 768px) {
    .broadcast-posts .image-left.post-thumb.row {
        flex-wrap: wrap;
        flex-direction: column;
    }

    .broadcast-posts .image-left.post-thumb .post-image {
        order: 3;
    }

    .broadcast-posts .image-left.post-thumb .post-content {
        margin-bottom: 0.5rem;
    }

    .broadcast-posts .image-left.post-thumb .post-content,
    .broadcast-posts .image-left.post-thumb .broadcast-time {
        width: 100%;
        padding-left: 0;
    }
}

.appropriateness {
    background: #000;
    display: inline-block;
    color: #fff;
    width: 24px;
    height: 24px;
    border-radius: 12px;
    font-size: 14px;
    text-align: center;
    line-height: 24px;
    font-weight: 700;
}


.pulse {
    -webkit-animation: pulse 2s ease-out infinite;
    -moz-animation: pulse 2s ease-out infinite;
    -ms-animation: pulse 2s ease-out infinite;
    -o-animation: pulse 2s ease-out infinite;
    animation: pulse 2s ease-out infinite;
}


@-webkit-keyframes pulse {
    0% {

        opacity: 1;
    }
    50% {

        opacity: 0;
    }
    100% {

        opacity: 1;
    }
}

@keyframes pulse {
    0% {

        opacity: 1;
    }
    50% {

        opacity: 0;
    }
    100% {

        opacity: 1;
    }
}


#CybotCookiebotDialogBodyButtonAccept {
    background-color: #333333 !important;
    border: 1px solid #333333 !important;
}

#CybotCookiebotDialogSpecialFeaturesText {
    display: none !important;
}


.live-ctas img {
    width: 145px;
}

.gem-headline-text {
    font-size: 25px;
    font-weight: bold;
    padding-left: 0.5rem;
    margin-bottom: 1rem;
    border-left-style: solid;
    border-left-width: 5px;
    border-color: var(--accent-light);
}

.post-summary {
    font-size: 16px;
    font-weight: 600;
    color: var(--accent);
}

.post-summary a {
    font-weight: 800;
}

.post-summary .row {
    margin-bottom: 0.5rem;
}

.post-summary svg {
    margin-right: 0.5rem;
    width: 18px;
    height: 18px;
    fill: var(--accent);
}

.post-summary ul {
    position: relative;
    margin-left: 2.25rem;
}

.post-summary ul > li {
    margin-bottom: 0.5rem;
    line-height: 115%;
}

.post-summary ul:before {
    border-left: 2px solid #ddd;
    content: '';
    position: absolute;
    left: -2.225rem;
    top: 0;
    bottom: 0;
    height: 100%;
}

div#qc-cmp2-ui,
.qc-cmp-cleanslate.css-1ru73qk
.css-1fedwd.css-1fedwd {
    padding-top: 1rem;
}

.css-7lvdq2.css-7lvdq2 .qc-cmp2-close-icon,
.css-1fedwd.css-1fedwd .qc-cmp2-close-icon {
    background-image: none !important;
}

.css-7lvdq2.css-7lvdq2 .qc-cmp2-close-icon:before,
.css-1fedwd.css-1fedwd .qc-cmp2-close-icon:before {
    content: '\2716';
    display: inline-block;
    color: #fff;
    font-size: 21px;
    font-family: sans-serif;
}

.qc-cmp2-container .qc-cmp2-persistent-link {

    background-color: var(--accent) !important;

}

.category .content-area.leading-post > article:not(:last-child) {
    display: none;
}

.right-sidebar .inside-right-sidebar > div:first-child {
    flex: none;
}


.leading-post-title .post-title.h4 {
    font-size: 21px;
}


.timeline-header {
    gap: 1rem;
    line-height: 1.2;
}

.timeline-header .vignette strong{
	color:#eb0043;
}

@media screen and (min-width: 961px) {
    .timeline-header .vignette {
        min-width: 16%; width: 16%;
        padding-top: 0.35rem;
    }
}

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


    .timeline-header {
        flex-direction: column;
        place-content: flex-start;
        align-items: flex-start
    }

    .timeline-header .vignette {
        min-width: 22%;
    }
}

.timeline .slide-items {
    gap: 1rem;
}

.timeline:before {
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    top: 6px;
    left: 0;
}

.timeline-item {
    padding-top: 20px;
    position: relative;
    line-height: 100%;
}

.timeline-item, .timeline-item * {
    word-wrap: break-word;
    overflow-wrap: anywhere;
    white-space: normal;
    display: inline-block;
}

.timeline-item * {
    max-width: 100%;
}

.timeline-item:before {
    content: '';
    width: 12px;
    height: 12px;
    background-color: #C70039;
    border-radius: 6px;
    position: absolute;
    top: 0;
    left: 0;
}

.timeline button {
    padding: 6px;
    background-color: rgba(255, 255, 255, 0.25);
    border-radius: 20px;
    margin-top: -1rem;
}

.timeline .icon-arrow-left {
    margin-left: -2rem;
}

.timeline .icon-arrow-right {
    margin-right: -2rem;
}

@media screen and (min-width: 961px) {
    .timeline-item {
        min-width: 16%;
    }

    .timeline-item .item-title {
        font-size: 16px;
    }

    .timeline-item .item-time {
        font-size: 12px;
    }
}

@media screen  and (max-width: 960px) {
    .timeline-item {
        min-width: 23%;
    }

}

@media screen and (max-width: 480px) {
    .timeline-item {
        min-width: 46%;
    }

    .timeline-item .item-title {
        font-size: 14px;
    }

    .timeline-item .item-time {
        font-size: 11px;
    }
}


.bmpui-ui-uicontainer button:hover,
.bmpui-ui-uicontainer.bmpui-player-state-playing.bmpui-controls-hidden * {
    background: transparent;
}		</style>
		<noscript><style id="rocket-lazyload-nojs-css">.rll-youtube-player, [data-lazy-src]{display:none !important;}</style></noscript><script type="rocketlazyloadscript">
/*! loadCSS rel=preload polyfill. [c]2017 Filament Group, Inc. MIT License */
(function(w){"use strict";if(!w.loadCSS){w.loadCSS=function(){}}
var rp=loadCSS.relpreload={};rp.support=(function(){var ret;try{ret=w.document.createElement("link").relList.supports("preload")}catch(e){ret=!1}
return function(){return ret}})();rp.bindMediaToggle=function(link){var finalMedia=link.media||"all";function enableStylesheet(){link.media=finalMedia}
if(link.addEventListener){link.addEventListener("load",enableStylesheet)}else if(link.attachEvent){link.attachEvent("onload",enableStylesheet)}
setTimeout(function(){link.rel="stylesheet";link.media="only x"});setTimeout(enableStylesheet,3000)};rp.poly=function(){if(rp.support()){return}
var links=w.document.getElementsByTagName("link");for(var i=0;i<links.length;i++){var link=links[i];if(link.rel==="preload"&&link.getAttribute("as")==="style"&&!link.getAttribute("data-loadcss")){link.setAttribute("data-loadcss",!0);rp.bindMediaToggle(link)}}};if(!rp.support()){rp.poly();var run=w.setInterval(rp.poly,500);if(w.addEventListener){w.addEventListener("load",function(){rp.poly();w.clearInterval(run)})}else if(w.attachEvent){w.attachEvent("onload",function(){rp.poly();w.clearInterval(run)})}}
if(typeof exports!=="undefined"){exports.loadCSS=loadCSS}
else{w.loadCSS=loadCSS}}(typeof global!=="undefined"?global:this))
</script></head>

<body class="post-template-default single single-post postid-3444195 single-format-standard wp-custom-logo wp-embed-responsive sticky-menu-fade right-sidebar nav-float-right separate-containers header-aligned-center dropdown-click-arrow dropdown-click featured-image-active" itemtype="https://schema.org/Blog" itemscope>
	<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;" ><defs><filter id="wp-duotone-dark-grayscale"><feColorMatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 " /><feComponentTransfer color-interpolation-filters="sRGB" ><feFuncR type="table" tableValues="0 0.49803921568627" /><feFuncG type="table" tableValues="0 0.49803921568627" /><feFuncB type="table" tableValues="0 0.49803921568627" /><feFuncA type="table" tableValues="1 1" /></feComponentTransfer><feComposite in2="SourceGraphic" operator="in" /></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;" ><defs><filter id="wp-duotone-grayscale"><feColorMatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 " /><feComponentTransfer color-interpolation-filters="sRGB" ><feFuncR type="table" tableValues="0 1" /><feFuncG type="table" tableValues="0 1" /><feFuncB type="table" tableValues="0 1" /><feFuncA type="table" tableValues="1 1" /></feComponentTransfer><feComposite in2="SourceGraphic" operator="in" /></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;" ><defs><filter id="wp-duotone-purple-yellow"><feColorMatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 " /><feComponentTransfer color-interpolation-filters="sRGB" ><feFuncR type="table" tableValues="0.54901960784314 0.98823529411765" /><feFuncG type="table" tableValues="0 1" /><feFuncB type="table" tableValues="0.71764705882353 0.25490196078431" /><feFuncA type="table" tableValues="1 1" /></feComponentTransfer><feComposite in2="SourceGraphic" operator="in" /></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;" ><defs><filter id="wp-duotone-blue-red"><feColorMatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 " /><feComponentTransfer color-interpolation-filters="sRGB" ><feFuncR type="table" tableValues="0 1" /><feFuncG type="table" tableValues="0 0.27843137254902" /><feFuncB type="table" tableValues="0.5921568627451 0.27843137254902" /><feFuncA type="table" tableValues="1 1" /></feComponentTransfer><feComposite in2="SourceGraphic" operator="in" /></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;" ><defs><filter id="wp-duotone-midnight"><feColorMatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 " /><feComponentTransfer color-interpolation-filters="sRGB" ><feFuncR type="table" tableValues="0 0" /><feFuncG type="table" tableValues="0 0.64705882352941" /><feFuncB type="table" tableValues="0 1" /><feFuncA type="table" tableValues="1 1" /></feComponentTransfer><feComposite in2="SourceGraphic" operator="in" /></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;" ><defs><filter id="wp-duotone-magenta-yellow"><feColorMatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 " /><feComponentTransfer color-interpolation-filters="sRGB" ><feFuncR type="table" tableValues="0.78039215686275 1" /><feFuncG type="table" tableValues="0 0.94901960784314" /><feFuncB type="table" tableValues="0.35294117647059 0.47058823529412" /><feFuncA type="table" tableValues="1 1" /></feComponentTransfer><feComposite in2="SourceGraphic" operator="in" /></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;" ><defs><filter id="wp-duotone-purple-green"><feColorMatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 " /><feComponentTransfer color-interpolation-filters="sRGB" ><feFuncR type="table" tableValues="0.65098039215686 0.40392156862745" /><feFuncG type="table" tableValues="0 1" /><feFuncB type="table" tableValues="0.44705882352941 0.4" /><feFuncA type="table" tableValues="1 1" /></feComponentTransfer><feComposite in2="SourceGraphic" operator="in" /></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;" ><defs><filter id="wp-duotone-blue-orange"><feColorMatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 " /><feComponentTransfer color-interpolation-filters="sRGB" ><feFuncR type="table" tableValues="0.098039215686275 1" /><feFuncG type="table" tableValues="0 0.66274509803922" /><feFuncB type="table" tableValues="0.84705882352941 0.41960784313725" /><feFuncA type="table" tableValues="1 1" /></feComponentTransfer><feComposite in2="SourceGraphic" operator="in" /></filter></defs></svg><a class="screen-reader-text skip-link" href="#content" title="Μετάβαση σε περιεχόμενο">Μετάβαση σε περιεχόμενο</a>		<header class="site-header has-inline-mobile-toggle" id="masthead" aria-label="Site"  itemtype="https://schema.org/WPHeader" itemscope>
			<div class="inside-header">
				<div class="site-logo">
					<a href="https://www.ertnews.gr/" rel="home">
						<img  class="header-image is-logo-image" alt="ertnews.gr" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20386%20106'%3E%3C/svg%3E" width="386" height="106" data-lazy-src="https://www.ertnews.gr/wp-content/uploads/2023/01/ERT_NEWS_logo.svg" /><noscript><img  class="header-image is-logo-image" alt="ertnews.gr" src="https://www.ertnews.gr/wp-content/uploads/2023/01/ERT_NEWS_logo.svg" width="386" height="106" /></noscript>
					</a>
				</div>        <nav class="main-navigation mobile-menu-control-wrapper" id="mobile-menu-control-wrapper" aria-label="Mobile Toggle">
                        <button name="Menu Toggle" aria-label="Menu Toggle" data-nav="site-navigation" class="menu-toggle" aria-controls="primary-menu" aria-expanded="false">
                <span class="hidden">Menu Toggle</span>
                <span class="gp-icon icon-menu-bars"><svg viewBox="0 0 512 512" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="1em" height="1em"><path d="M0 96c0-13.255 10.745-24 24-24h464c13.255 0 24 10.745 24 24s-10.745 24-24 24H24c-13.255 0-24-10.745-24-24zm0 160c0-13.255 10.745-24 24-24h464c13.255 0 24 10.745 24 24s-10.745 24-24 24H24c-13.255 0-24-10.745-24-24zm0 160c0-13.255 10.745-24 24-24h464c13.255 0 24 10.745 24 24s-10.745 24-24 24H24c-13.255 0-24-10.745-24-24z" /></svg><svg viewBox="0 0 512 512" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="1em" height="1em"><path d="M71.029 71.029c9.373-9.372 24.569-9.372 33.942 0L256 222.059l151.029-151.03c9.373-9.372 24.569-9.372 33.942 0 9.372 9.373 9.372 24.569 0 33.942L289.941 256l151.03 151.029c9.372 9.373 9.372 24.569 0 33.942-9.373 9.372-24.569 9.372-33.942 0L256 289.941l-151.029 151.03c-9.373 9.372-24.569 9.372-33.942 0-9.372-9.373-9.372-24.569 0-33.942L222.059 256 71.029 104.971c-9.372-9.373-9.372-24.569 0-33.942z" /></svg></span><span class="mobile-menu">Menu</span>            </button>
        </nav>
                    <nav class="main-navigation sub-menu-left" id="site-navigation" aria-label="Primary"  itemtype="https://schema.org/SiteNavigationElement" itemscope>
                <div class="inside-navigation grid-container">
                                        <button name="menu-toggle" class="menu-toggle" aria-controls="primary-menu" aria-expanded="false">
                        <span class="gp-icon icon-menu-bars"><svg viewBox="0 0 512 512" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="1em" height="1em"><path d="M0 96c0-13.255 10.745-24 24-24h464c13.255 0 24 10.745 24 24s-10.745 24-24 24H24c-13.255 0-24-10.745-24-24zm0 160c0-13.255 10.745-24 24-24h464c13.255 0 24 10.745 24 24s-10.745 24-24 24H24c-13.255 0-24-10.745-24-24zm0 160c0-13.255 10.745-24 24-24h464c13.255 0 24 10.745 24 24s-10.745 24-24 24H24c-13.255 0-24-10.745-24-24z" /></svg><svg viewBox="0 0 512 512" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="1em" height="1em"><path d="M71.029 71.029c9.373-9.372 24.569-9.372 33.942 0L256 222.059l151.029-151.03c9.373-9.372 24.569-9.372 33.942 0 9.372 9.373 9.372 24.569 0 33.942L289.941 256l151.03 151.029c9.372 9.373 9.372 24.569 0 33.942-9.373 9.372-24.569 9.372-33.942 0L256 289.941l-151.029 151.03c-9.373 9.372-24.569 9.372-33.942 0-9.372-9.373-9.372-24.569 0-33.942L222.059 256 71.029 104.971c-9.372-9.373-9.372-24.569 0-33.942z" /></svg></span><span class="mobile-menu">Menu</span>                    </button>
                    <div id="primary-menu" class="main-nav"><ul id="menu-top-menu-final" class=" menu sf-menu"><li id="menu-item-2170013" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-2170013"><a href="https://www.ertnews.gr/news/eidiseis/ellada/">ΕΛΛΑΔΑ</a></li>
<li id="menu-item-2170017" class="menu-item menu-item-type-taxonomy menu-item-object-category current-post-ancestor menu-item-has-children menu-item-2170017"><a href="https://www.ertnews.gr/news/perifereiakoi-stathmoi/">ΠΕΡΙΦΕΡΕΙΑ<span role="button" class="dropdown-menu-toggle" tabindex="0"><span class="gp-icon icon-arrow"><svg viewBox="0 0 330 512" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="1em" height="1em"><path d="M305.913 197.085c0 2.266-1.133 4.815-2.833 6.514L171.087 335.593c-1.7 1.7-4.249 2.832-6.515 2.832s-4.815-1.133-6.515-2.832L26.064 203.599c-1.7-1.7-2.832-4.248-2.832-6.514s1.132-4.816 2.832-6.515l14.162-14.163c1.7-1.699 3.966-2.832 6.515-2.832 2.266 0 4.815 1.133 6.515 2.832l111.316 111.317 111.316-111.317c1.7-1.699 4.249-2.832 6.515-2.832s4.815 1.133 6.515 2.832l14.162 14.163c1.7 1.7 2.833 4.249 2.833 6.515z" /></svg></span></span></a>
<ul class="sub-menu">
	<li id="menu-item-2175208" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-2175208"><a href="https://www.ertnews.gr/news/perifereiakoi-stathmoi/volos/">ΒΟΛΟΣ</a></li>
	<li id="menu-item-2175206" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-2175206"><a href="https://www.ertnews.gr/news/perifereiakoi-stathmoi/voreio_aigaio/">ΒΟΡΕΙΟ ΑΙΓΑΙΟ</a></li>
	<li id="menu-item-2175211" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-2175211"><a href="https://www.ertnews.gr/news/perifereiakoi-stathmoi/zakinthos/">ΖΑΚΥΝΘΟΣ</a></li>
	<li id="menu-item-2175212" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-2175212"><a href="https://www.ertnews.gr/news/perifereiakoi-stathmoi/iraklio/">ΗΡΑΚΛΕΙΟ</a></li>
	<li id="menu-item-2185373" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-2185373"><a href="https://www.ertnews.gr/news/ert3/thessaloniki/">ΘΕΣΣΑΛΟΝΙΚΗ</a></li>
	<li id="menu-item-2175180" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-2175180"><a href="https://www.ertnews.gr/news/perifereiakoi-stathmoi/ioanina/">ΙΩΑΝΝΙΝΑ</a></li>
	<li id="menu-item-2175181" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-2175181"><a href="https://www.ertnews.gr/news/perifereiakoi-stathmoi/kavala/">ΚΑΒΑΛΑ</a></li>
	<li id="menu-item-2175182" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-2175182"><a href="https://www.ertnews.gr/news/perifereiakoi-stathmoi/kalamata/">ΚΑΛΑΜΑΤΑ</a></li>
	<li id="menu-item-2175183" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-2175183"><a href="https://www.ertnews.gr/news/perifereiakoi-stathmoi/kerkira/">ΚΕΡΚΥΡΑ</a></li>
	<li id="menu-item-2175184" class="menu-item menu-item-type-taxonomy menu-item-object-category current-post-ancestor current-menu-parent current-post-parent menu-item-2175184"><a href="https://www.ertnews.gr/news/perifereiakoi-stathmoi/kozani/">ΚΟΖΑΝΗ</a></li>
	<li id="menu-item-2175185" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-2175185"><a href="https://www.ertnews.gr/news/perifereiakoi-stathmoi/komotini/">ΚΟΜΟΤΗΝΗ</a></li>
	<li id="menu-item-2175186" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-2175186"><a href="https://www.ertnews.gr/news/perifereiakoi-stathmoi/larisa/">ΛΑΡΙΣΑ</a></li>
	<li id="menu-item-2175187" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-2175187"><a href="https://www.ertnews.gr/news/perifereiakoi-stathmoi/notio_aigaio/">ΝΟΤΙΟ ΑΙΓΑΙΟ</a></li>
	<li id="menu-item-2175188" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-2175188"><a href="https://www.ertnews.gr/news/perifereiakoi-stathmoi/orestiada/">ΟΡΕΣΤΙΑΔΑ</a></li>
	<li id="menu-item-2175189" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-2175189"><a href="https://www.ertnews.gr/news/perifereiakoi-stathmoi/patra/">ΠΑΤΡΑ</a></li>
	<li id="menu-item-2175190" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-2175190"><a href="https://www.ertnews.gr/news/perifereiakoi-stathmoi/pirgos/">ΠΥΡΓΟΣ</a></li>
	<li id="menu-item-2175191" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-2175191"><a href="https://www.ertnews.gr/news/perifereiakoi-stathmoi/seres/">ΣΕΡΡΕΣ</a></li>
	<li id="menu-item-2175193" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-2175193"><a href="https://www.ertnews.gr/news/perifereiakoi-stathmoi/tripoli/">ΤΡΙΠΟΛΗ</a></li>
	<li id="menu-item-2175194" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-2175194"><a href="https://www.ertnews.gr/news/perifereiakoi-stathmoi/florina/">ΦΛΩΡΙΝΑ</a></li>
	<li id="menu-item-2175195" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-2175195"><a href="https://www.ertnews.gr/news/perifereiakoi-stathmoi/chania/">ΧΑΝΙΑ</a></li>
</ul>
</li>
<li id="menu-item-2170014" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-2170014"><a href="https://www.ertnews.gr/news/eidiseis/ellada/politiki/">ΠΟΛΙΤΙΚΗ</a></li>
<li id="menu-item-2191218" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-2191218"><a href="https://www.ertnews.gr/news/eidiseis/diethni/">ΚΟΣΜΟΣ</a></li>
<li id="menu-item-2170016" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-2170016"><a href="https://www.ertnews.gr/news/eidiseis/oikonomia/">ΟΙΚΟΝΟΜΙΑ</a></li>
<li id="menu-item-2249195" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-2249195"><a href="https://www.ertnews.gr/news/video/">VIDEO</a></li>
<li id="menu-item-2929404" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2929404"><a target="_blank" rel="noopener" href="https://www.ertsports.gr/">ERTSPORTS.GR</a></li>
<li id="menu-item-3396671" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-3396671"><a href="#">ΠΕΡΙΣΣΟΤΕΡΑ<span role="button" class="dropdown-menu-toggle" tabindex="0"><span class="gp-icon icon-arrow"><svg viewBox="0 0 330 512" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="1em" height="1em"><path d="M305.913 197.085c0 2.266-1.133 4.815-2.833 6.514L171.087 335.593c-1.7 1.7-4.249 2.832-6.515 2.832s-4.815-1.133-6.515-2.832L26.064 203.599c-1.7-1.7-2.832-4.248-2.832-6.514s1.132-4.816 2.832-6.515l14.162-14.163c1.7-1.699 3.966-2.832 6.515-2.832 2.266 0 4.815 1.133 6.515 2.832l111.316 111.317 111.316-111.317c1.7-1.699 4.249-2.832 6.515-2.832s4.815 1.133 6.515 2.832l14.162 14.163c1.7 1.7 2.833 4.249 2.833 6.515z" /></svg></span></span></a>
<ul class="sub-menu">
	<li id="menu-item-2170020" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-2170020"><a href="https://www.ertnews.gr/news/eidiseis/epistimi/">ΕΠΙΣΤΗΜΗ</a></li>
	<li id="menu-item-2170019" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-2170019"><a href="https://www.ertnews.gr/news/eidiseis/politismos/">ΠΟΛΙΤΙΣΜΟΣ</a></li>
	<li id="menu-item-2170059" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-2170059"><a href="https://www.ertnews.gr/news/anadromes/">ΑΝΑΔΡΟΜΕΣ</a></li>
	<li id="menu-item-3362105" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-3362105"><a href="https://www.ertnews.gr/news/omogeneia/">ΟΜΟΓΕΝΕΙΑ</a></li>
	<li id="menu-item-2189030" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2189030"><a href="https://www.ert.gr">ERT.GR</a></li>
</ul>
</li>
</ul></div>                </div>
            </nav>
            <div class="header-cta-menu row end-center ">

	<a href="/?s=" class="item"  title="search">
		<svg 	  x="0px" y="0px"				 viewBox="0 0 24 24" >
			<path d="M19.5,9.8c0,2.2-0.7,4.1-1.9,5.8l5.9,5.9c0.6,0.6,0.6,1.5,0,2.1c-0.6,0.6-1.5,0.6-2.1,0l-5.9-5.9c-1.6,1.2-3.6,1.9-5.8,1.9
							 C4.4,19.5,0,15.2,0,9.8S4.4,0,9.7,0S19.5,4.4,19.5,9.8z M9.7,16.5c3.7,0,6.7-3,6.7-6.7S13.5,3,9.7,3S3,6.1,3,9.8S6,16.5,9.7,16.5z"/>
		</svg>
	</a>
	<a href="https://www.facebook.com/ertnews/" class="item hide-on-mobile" rel="noopener" title="facebook" target="_blank">
		<svg x="0px" y="0px" viewBox="0 0 24 24">
			<path d="M17.6,13.5l0.7-4.3h-4.2V6.3c0-1.2,0.6-2.3,2.4-2.3h1.9V0.3c0,0-1.7-0.3-3.4-0.3c-3.4,0-5.7,2.1-5.7,5.8v3.3H5.6v4.3h3.8V24
							 h4.7V13.5H17.6z"/>
		</svg>
	</a>
	<a href="https://twitter.com/ertnewsofficial/" class="item hide-on-mobile" rel="noopener" title="twitter" target="_blank">
		<svg x="0px" y="0px" viewBox="0 0 24 24">
		            <g  transform="translate(52.390088,-25.058597)">
                <path  d="M-52.3,25.8l9.3,12.4l-9.3,10.1h2.1l8.2-8.8l6.6,8.8h7.1l-9.8-13.1l8.7-9.4h-2.1l-7.5,8.1l-6.1-8.1H-52.3z
		 M-49.2,27.4h3.3l14.5,19.4h-3.3L-49.2,27.4z"/>
            </g>
		</svg>
	</a>
	<a href="https://www.youtube.com/ert" class="item hide-on-mobile" rel="noopener" title="youtube" target="_blank">
		<svg x="0px" y="0px" viewBox="0 0 24 24">
			<path d="M23.5,6.2c-0.3-1-1.1-1.9-2.1-2.1C19.5,3.6,12,3.6,12,3.6s-7.5,0-9.4,0.5c-1,0.3-1.8,1.1-2.1,2.1C0,8.1,0,12,0,12
							 s0,3.9,0.5,5.8c0.3,1,1.1,1.8,2.1,2.1c1.9,0.5,9.4,0.5,9.4,0.5s7.5,0,9.4-0.5c1-0.3,1.8-1.1,2.1-2.1C24,15.9,24,12,24,12
							 S24,8.1,23.5,6.2z M9.5,15.6V8.4l6.3,3.6L9.5,15.6L9.5,15.6z"/>
		</svg>
	</a>
    

    <a href="/live-tv"  title="live tv" class="row end-center live-tv item --hide-on-mobile-xs--">
        <span class="play-badge"></span>
        <span  class="lvnw-content fw column">
            <small><strong>Live TV</strong></small>
        </span>
    </a>
</div>			</div>
		</header>
		
	<div class="site grid-container container hfeed" id="page">
				<div class="site-content" id="content">
			
    <div class="grid-container">
        <div class="site-content pl-2 pr-2 my-2">

            <div class="content-area" id="primary">
                <main class="site-main" id="main">
                    
<article id="post-3444195" class="post-3444195 post type-post status-publish format-standard has-post-thumbnail hentry category-kozani category-roi-idiseon" itemtype="https://schema.org/CreativeWork" itemscope>
    <div class="inside-article">
        
            <header class="entry-header" aria-label="Περιεχόμενο">

                <h1 class="mt-0">Κοζάνη: Το &#8220;τρανύτερο&#8221; κιχί φαγώθηκε από όλους της Κυριακή της Μ. Αποκριάς</h1>

                                <div class="post-info row wrap start-center">
                    <div class="post-meta uppercase row wrap start-center">
                                                    <a href="https://www.ertnews.gr/news/perifereiakoi-stathmoi/">
                                <span>Περιφερειακοί σταθμοί</span>
                            </a>
                        <a href="https://www.ertnews.gr/news/perifereiakoi-stathmoi/kozani/" title="KOZANH">KOZANH</a>                    </div>
                    <div>
                        <time class="entry-date published" datetime="2023-02-19T22:31:56+02:00"
                              itemprop="datePublished">19/02/23 22:31</time>
                    </div>
                                            <div class="vert-separator"></div>
                        <div><strong>Ενημέρωση</strong>
                            <time class="entry-date modified" datetime="2023-02-19T22:37:55+02:00"
                                  itemprop="dateModified">19/02 22:37</time>
                        </div>
                                    </div>

                <div class="post-author row wrap start-center my-1">
                    <span class="author-avatar"  ></span>
                    <span class="mute-text">Σύνταξη</span>
                    <a itemprop="author" href="https://www.ertnews.gr/author/damarantidou/"
                       title="Δέσποινα Αμαραντίδου" rel="author" itemprop="url">
                            <span class="author-name" itemprop="name">
                                Δέσποινα Αμαραντίδου                            </span>
                    </a>
                </div>
                                <div class="featured-media">
                                            <div class="featured-image ">
                            <img width="768" height="432" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20768%20432'%3E%3C/svg%3E" class="attachment-medium_large size-medium_large wp-post-image" alt="Κοζάνη: Το &#8220;τρανύτερο&#8221; κιχί φαγώθηκε από όλους της Κυριακή της Μ. Αποκριάς" decoding="async" data-lazy-srcset="https://www.ertnews.gr/wp-content/uploads/2023/02/ΚΙΧΙ-768x432.jpg 768w, https://www.ertnews.gr/wp-content/uploads/2023/02/ΚΙΧΙ-485x273.jpg 485w, https://www.ertnews.gr/wp-content/uploads/2023/02/ΚΙΧΙ-1024x576.jpg 1024w, https://www.ertnews.gr/wp-content/uploads/2023/02/ΚΙΧΙ-1536x864.jpg 1536w, https://www.ertnews.gr/wp-content/uploads/2023/02/ΚΙΧΙ-391x220.jpg 391w, https://www.ertnews.gr/wp-content/uploads/2023/02/ΚΙΧΙ-100x56.jpg 100w, https://www.ertnews.gr/wp-content/uploads/2023/02/ΚΙΧΙ.jpg 1600w" data-lazy-sizes="(max-width: 768px) 100vw, 768px" data-lazy-src="https://www.ertnews.gr/wp-content/uploads/2023/02/ΚΙΧΙ-768x432.jpg" /><noscript><img width="768" height="432" src="https://www.ertnews.gr/wp-content/uploads/2023/02/ΚΙΧΙ-768x432.jpg" class="attachment-medium_large size-medium_large wp-post-image" alt="Κοζάνη: Το &#8220;τρανύτερο&#8221; κιχί φαγώθηκε από όλους της Κυριακή της Μ. Αποκριάς" decoding="async" srcset="https://www.ertnews.gr/wp-content/uploads/2023/02/ΚΙΧΙ-768x432.jpg 768w, https://www.ertnews.gr/wp-content/uploads/2023/02/ΚΙΧΙ-485x273.jpg 485w, https://www.ertnews.gr/wp-content/uploads/2023/02/ΚΙΧΙ-1024x576.jpg 1024w, https://www.ertnews.gr/wp-content/uploads/2023/02/ΚΙΧΙ-1536x864.jpg 1536w, https://www.ertnews.gr/wp-content/uploads/2023/02/ΚΙΧΙ-391x220.jpg 391w, https://www.ertnews.gr/wp-content/uploads/2023/02/ΚΙΧΙ-100x56.jpg 100w, https://www.ertnews.gr/wp-content/uploads/2023/02/ΚΙΧΙ.jpg 1600w" sizes="(max-width: 768px) 100vw, 768px" /></noscript>                        </div>
						<small class="mute-text">
                                                    </small>
                                    </div>

            </header>


        
        <div class="entry-content" itemprop="text">
            
<p>Δεν έμεινε ψίχουλο από το &#8220;τρανύτερο&#8221; κιχί που ετοίμασε και πρόσφερε στους επισκέπτες ο αρτοποιός Γιάννης Σιδέρης και μέλος της ομάδας τα &#8220;Παρταλόπουλα&#8221; στην πόλη της Κοζάνης το μεσημέρι της Μικρής Αποκριάς όπως έχει καθιερωθεί τα τελευταία χρόνια. Το κιχί, η κοζανίτικη πίτα, άλλωστε αποτελεί το παραδοσιακό έδεσμα που προσφέρετε δωρεάν μαζί με το κρασί σε όλους τους φανούς. </p>



<figure class="wp-block-image size-full"><img alt="Κοζάνη: Το &#8220;τρανύτερο&#8221; κιχί φαγώθηκε από όλους της Κυριακή της Μ. Αποκριάς" decoding="async" width="1024" height="576" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201024%20576'%3E%3C/svg%3E" alt="" class="wp-image-3444197" data-lazy-srcset="https://www.ertnews.gr/wp-content/uploads/2023/02/ΚΙΧΙ-ΕΞ.jpg 1024w, https://www.ertnews.gr/wp-content/uploads/2023/02/ΚΙΧΙ-ΕΞ-485x273.jpg 485w, https://www.ertnews.gr/wp-content/uploads/2023/02/ΚΙΧΙ-ΕΞ-768x432.jpg 768w, https://www.ertnews.gr/wp-content/uploads/2023/02/ΚΙΧΙ-ΕΞ-391x220.jpg 391w, https://www.ertnews.gr/wp-content/uploads/2023/02/ΚΙΧΙ-ΕΞ-100x56.jpg 100w" data-lazy-sizes="(max-width: 1024px) 100vw, 1024px" data-lazy-src="https://www.ertnews.gr/wp-content/uploads/2023/02/ΚΙΧΙ-ΕΞ.jpg" /><noscript><img alt="Κοζάνη: Το &#8220;τρανύτερο&#8221; κιχί φαγώθηκε από όλους της Κυριακή της Μ. Αποκριάς" decoding="async" width="1024" height="576" src="https://www.ertnews.gr/wp-content/uploads/2023/02/ΚΙΧΙ-ΕΞ.jpg" alt="" class="wp-image-3444197" srcset="https://www.ertnews.gr/wp-content/uploads/2023/02/ΚΙΧΙ-ΕΞ.jpg 1024w, https://www.ertnews.gr/wp-content/uploads/2023/02/ΚΙΧΙ-ΕΞ-485x273.jpg 485w, https://www.ertnews.gr/wp-content/uploads/2023/02/ΚΙΧΙ-ΕΞ-768x432.jpg 768w, https://www.ertnews.gr/wp-content/uploads/2023/02/ΚΙΧΙ-ΕΞ-391x220.jpg 391w, https://www.ertnews.gr/wp-content/uploads/2023/02/ΚΙΧΙ-ΕΞ-100x56.jpg 100w" sizes="(max-width: 1024px) 100vw, 1024px" /></noscript></figure>



<p>Από τις 3 τα ξημερώματα ξεκίνησαν στο φούρνο του Σιδέρη να φτιάχνουν, το μεγαλύτερο κιχί που μοιράστηκε σε όλο τον κόσμο που βρέθηκε στην κεντρική πλατεία της Κοζάνης να παρακολουθήσουν τα δρώμενα. Χρειάστηκαν 98 κιλά αλεύρι, 54 κιλά τυρί, 20 κιλά λάδι, 14 κιλά βούτυρο και 61 αυγά για να φτιαχτεί το κιχί που κάθε χρόνο προστίθενται πόντοι, ενώ φέτος η διάσταση του ήταν 2,40 επί 2,40 τετραγωνικά μέτρα. Η παράδοση συνεχίζεται με την Αποκριά της Κοζάνης να αποτελεί την επιλογή στους επισκέπτες που κατέκλυσαν και σήμερα την πόλη για να ζήσουν από κοντά το ιδιαίτερο έθιμο. Όλη η πόλη μια παρέα με το γλέντι να συνεχίζεται ακατάπαυστα νυχθημερόν στο κέντρο αλλά και στις γειτονιές της Κοζάνης. Καθημερινά ανάβει και ένας φανός με αποκορύφωμα την Κυριακή της Μεγάλης Αποκριάς όπου και θα ανάψουν και οι 14 μαζί με τους επισκέπτες να περιδιαβαίνουν τις γειτονιές να χορεύουν και να τραγουδούν γύρω από την πυρά.</p>
<div class="advert column center-center">
	<script type="rocketlazyloadscript" data-minify="1" async src="https://www.ertnews.gr/wp-content/cache/min/1/adman.js?ver=1750930275"></script>
<div id="xau-13742-%%CACHEBUSTER%%">
  <script type="rocketlazyloadscript">
    window.AdmanQueue = window.AdmanQueue || [];
    AdmanQueue.push(function () {
      Adman.adunit({
        id: 13742,
        h: 'https://x.grxchange.gr',
        elementId: 'xau-13742-%%CACHEBUSTER%%',
        
      })
    });
  </script>
</div>
</div>
<div class="gb-headline gb-headline-b422b867 gb-headline-text h4">Όλες οι&nbsp;<a href="https://www.ertnews.gr/roi-eidiseon/" target="_blank" rel="noreferrer noopener"><strong>Ειδήσεις</strong>&nbsp;</a>από την&nbsp;<strong><a href="https://www.ertnews.gr/news/eidiseis/ellada/" target="_blank" rel="noreferrer noopener">Ελλάδα</a></strong> και τον&nbsp;<a href="https://www.ertnews.gr/news/eidiseis/diethni/" target="_blank" rel="noreferrer noopener"><strong>Κόσμο</strong></a>,&nbsp; στο&nbsp;<a href="https://www.ertnews.gr/" target="_blank" rel="noreferrer noopener"><strong>ertnews.gr</strong></a></div>



<div class="gb-headline gb-headline-08ea4370 gb-headline-text h5">Διάβασε όλες τις ειδήσεις μας στο <strong><a rel="noreferrer noopener" href="https://news.google.com/search?q=site%3Aertnews.gr&amp;hl=el&amp;gl=GR&amp;gl=GR&amp;ceid=GR%3Ael" target="_blank">Google</a><br></strong>Κάνε like στη σελίδα μας στο <strong><a rel="noreferrer noopener" href="https://www.facebook.com/ertnews" target="_blank">Facebook</a><br></strong>Ακολούθησε μας στο <a rel="noreferrer noopener" href="https://twitter.com/ertnewsofficial" target="_blank"><strong>Twitter</strong></a><br>Κάνε εγγραφή στο κανάλι μας στο <strong><a rel="noreferrer noopener" href="https://www.youtube.com/c/ert" target="_blank">Youtube</a></strong><br>Γίνε μέλος στο κανάλι μας στο <a rel="noreferrer noopener" href="https://vb.me/194826" target="_blank"><strong>Viber</strong></a></div>



<p></p>



<div class="gb-headline gb-headline-69ec97fe gb-headline-text h6"><em>Προσοχή! Επιτρέπεται η αναδημοσίευση των πληροφοριών του παραπάνω άρθρου&nbsp;(<strong>όχι αυτολεξεί</strong>)&nbsp;ή μέρους αυτών μόνο αν:<br></em><em>– Αναφέρεται ως πηγή το&nbsp;<strong><a href="https://www.ertnews.gr/" target="_blank" rel="noreferrer noopener">ertnews.gr</a></strong>&nbsp;</em><em>στο σημείο όπου γίνεται η αναφορά.<br></em><em>– Στο τέλος του άρθρου ως Πηγή<br></em><em>– Σε ένα από τα δύο σημεία να υπάρχει ενεργός σύνδεσμος</em></div>
            <div class="my-2">
                
<div class="share-btn-elements row wrap center-center">
    <span class="mute-text">
        <svg x="0px" y="0px" viewBox="0 0 24 24">
           <path d="M18,15c-1.3,0-2.5,0.6-3.4,1.5l-4.5-2.8c0.5-1.1,0.5-2.3,0-3.4l4.5-2.8C15.5,8.4,16.7,9,18,9c2.5,0,4.5-2,4.5-4.5
	S20.5,0,18,0s-4.5,2-4.5,4.5c0,0.6,0.1,1.2,0.3,1.7L9.4,9C8.5,8.1,7.3,7.5,6,7.5c-2.5,0-4.5,2-4.5,4.5s2,4.5,4.5,4.5
	c1.3,0,2.5-0.6,3.4-1.5l4.5,2.8c-0.2,0.5-0.3,1.1-0.3,1.7c0,2.5,2,4.5,4.5,4.5s4.5-2,4.5-4.5C22.5,17,20.5,15,18,15L18,15z M18,1.5
	c1.7,0,3,1.3,3,3s-1.3,3-3,3c-1.7,0-3-1.3-3-3S16.3,1.5,18,1.5z M6,15c-1.7,0-3-1.3-3-3s1.3-3,3-3s3,1.3,3,3S7.7,15,6,15z M18,22.5
	c-1.7,0-3-1.3-3-3c0-1.7,1.3-3,3-3c1.7,0,3,1.3,3,3C21,21.2,19.7,22.5,18,22.5z"/>
        </svg>
        <span>Share</span>
     </span>
    <a href="https://www.facebook.com/sharer/sharer.php?u=https://www.ertnews.gr/perifereiakoi-stathmoi/kozani/kozani-to-tranytero-kixi-fagothike-apo-olous-tis-kyriaki-tis-m-apokrias/" target="_new"
       rel="noopener noreferrer" class="share-btn share-facebook" title="Click to share this on Facebook"
       name="Click to share this on Facebook">
        <svg x="0px" y="0px" viewBox="0 0 24 24">
            <path d="M17.6,13.5l0.7-4.3h-4.2V6.3c0-1.2,0.6-2.3,2.4-2.3h1.9V0.3c0,0-1.7-0.3-3.4-0.3c-3.4,0-5.7,2.1-5.7,5.8v3.3H5.6v4.3h3.8V24
							 h4.7V13.5H17.6z"/>
        </svg>
        <span>Facebook</span>
    </a>
    <a href="https://twitter.com/intent/tweet?url=https://www.ertnews.gr/perifereiakoi-stathmoi/kozani/kozani-to-tranytero-kixi-fagothike-apo-olous-tis-kyriaki-tis-m-apokrias/&text=%CE%9A%CE%BF%CE%B6%CE%AC%CE%BD%CE%B7%3A+%CE%A4%CE%BF+%26%238220%3B%CF%84%CF%81%CE%B1%CE%BD%CF%8D%CF%84%CE%B5%CF%81%CE%BF%26%238221%3B+%CE%BA%CE%B9%CF%87%CE%AF+%CF%86%CE%B1%CE%B3%CF%8E%CE%B8%CE%B7%CE%BA%CE%B5+%CE%B1%CF%80%CF%8C+%CF%8C%CE%BB%CE%BF%CF%85%CF%82+%CF%84%CE%B7%CF%82+%CE%9A%CF%85%CF%81%CE%B9%CE%B1%CE%BA%CE%AE+%CF%84%CE%B7%CF%82+%CE%9C.+%CE%91%CF%80%CE%BF%CE%BA%CF%81%CE%B9%CE%AC%CF%82&via="
       target="_new" rel="noopener noreferrer" class="share-btn share-twitter" title="Click to share this on Twitter"
       name="Click to share this on Twitter">
        <svg x="0px" y="0px" viewBox="0 0 24 24">
            <g  transform="translate(52.390088,-25.058597)">
                <path  d="M-52.3,25.8l9.3,12.4l-9.3,10.1h2.1l8.2-8.8l6.6,8.8h7.1l-9.8-13.1l8.7-9.4h-2.1l-7.5,8.1l-6.1-8.1H-52.3z
		 M-49.2,27.4h3.3l14.5,19.4h-3.3L-49.2,27.4z"/>
            </g>
        </svg>
        <span>Twitter</span>
    </a>
    <a onclick="window.open('https://www.linkedin.com/cws/share?url=https://www.ertnews.gr/perifereiakoi-stathmoi/kozani/kozani-to-tranytero-kixi-fagothike-apo-olous-tis-kyriaki-tis-m-apokrias/', 'newwindow', 'width=300,height=400'); return false;"
       href="https://www.linkedin.com/cws/share?url=https://www.ertnews.gr/perifereiakoi-stathmoi/kozani/kozani-to-tranytero-kixi-fagothike-apo-olous-tis-kyriaki-tis-m-apokrias/" target="_new" rel="noopener noreferrer"
       class="share-btn share-linkedin" title="Click to share this on Linkedin" name="Click to share this on Linkedin">
        <svg x="0px" y="0px" viewBox="0 0 24 24">
            <path d="M5.4,24h-5V8h5V24z M2.9,5.8C1.3,5.8,0,4.5,0,2.9C0,1.3,1.3,0,2.9,0c1.6,0,2.9,1.3,2.9,2.9C5.8,4.5,4.5,5.8,2.9,5.8z M24,24
	h-5v-7.8c0-1.9,0-4.2-2.6-4.2c-2.6,0-3,2-3,4.1V24h-5V8h4.8v2.2h0.1C14,8.9,15.6,7.6,18,7.6c5,0,6,3.3,6,7.6L24,24L24,24z"/>
        </svg>
        <span >Linkedin</span>
    </a>
    <a href="viber://forward?text=https://www.ertnews.gr/perifereiakoi-stathmoi/kozani/kozani-to-tranytero-kixi-fagothike-apo-olous-tis-kyriaki-tis-m-apokrias/" class="share-btn share-viber"
       title="Share to Viber" name="Share to Viber">
        <svg x="0px" y="0px" viewBox="0 0 24 24">
            <path d="M20.8,2.4c-0.6-0.5-3-2.3-8.4-2.3c0,0-6.3-0.4-9.4,2.5C1.3,4.3,0.7,6.8,0.6,9.9s-0.1,9,5.5,10.5h0l0,2.4c0,0,0,1,0.6,1.2
	c0.8,0.2,1.2-0.5,2-1.3c0.4-0.4,1-1.1,1.4-1.6c3.9,0.3,6.8-0.4,7.1-0.5c0.8-0.3,5.2-0.8,5.9-6.7C23.9,7.9,22.8,4.1,20.8,2.4z
	 M21.4,13.5c-0.6,4.9-4.2,5.2-4.8,5.4c-0.3,0.1-2.9,0.7-6.1,0.5c0,0-2.4,2.9-3.2,3.7c-0.2,0.2-0.5,0.2-0.5-0.3c0-0.3,0-4,0-4
	c0,0,0,0,0,0C2,17.5,2.3,12.6,2.3,10c0.1-2.6,0.5-4.7,2-6.2c2.6-2.4,8-2,8-2c4.5,0,6.7,1.4,7.2,1.8C21.2,5.1,22.1,8.5,21.4,13.5
	L21.4,13.5z M14.9,9.7c0,0.4-0.6,0.4-0.6,0c-0.1-1-0.5-1.5-1.5-1.6c-0.4,0-0.4-0.6,0-0.6C14.1,7.6,14.9,8.4,14.9,9.7z M15.9,10.3
	c0-2-1.2-3.5-3.6-3.7c-0.4,0-0.4-0.6,0-0.6c2.7,0.2,4.2,2.1,4.1,4.3C16.5,10.7,15.9,10.7,15.9,10.3L15.9,10.3z M18.1,10.9
	c0,0.4-0.6,0.4-0.6,0c0-3.8-2.6-5.9-5.7-5.9c-0.4,0-0.4-0.6,0-0.6C15.3,4.4,18,6.8,18.1,10.9z M17.5,15.5L17.5,15.5
	c-0.5,0.9-1.5,1.9-2.4,1.6l0,0c-1-0.3-3.3-1.5-4.8-2.6c-0.8-0.6-1.5-1.3-2-2c-0.5-0.6-1-1.3-1.4-2.2c-1-1.8-1.2-2.6-1.2-2.6
	c-0.3-1,0.7-1.9,1.6-2.4h0C7.7,5,8.1,5,8.4,5.4c0,0,0.6,0.7,0.8,1c0.2,0.3,0.5,0.8,0.7,1.1c0.3,0.5,0.1,1-0.2,1.2L9.2,9.2
	C8.9,9.4,8.9,9.9,8.9,9.9s0.8,3.2,4,4c0,0,0.4,0,0.7-0.2L14,13c0.2-0.3,0.7-0.5,1.2-0.2c0.7,0.4,1.6,1,2.1,1.5
	C17.7,14.6,17.8,15.1,17.5,15.5L17.5,15.5z"/>
        </svg>
        <span >Viber</span>
    </a>
    <a href="whatsapp://send?text=Κοζάνη: Το &#8220;τρανύτερο&#8221; κιχί φαγώθηκε από όλους της Κυριακή της Μ. Αποκριάς https://www.ertnews.gr/perifereiakoi-stathmoi/kozani/kozani-to-tranytero-kixi-fagothike-apo-olous-tis-kyriaki-tis-m-apokrias/"
       data-action="share/whatsapp/share" class="share-btn share-whatsapp" title="Share to WhatsApp"
       name="Share to WhatsApp">
        <svg x="0px" y="0px" viewBox="0 0 24 24">
            <path d="M20.4,3.5C18.2,1.2,15.2,0,12,0C5.4,0,0.1,5.3,0.1,11.9c0,2.1,0.5,4.1,1.6,5.9L0,24l6.3-1.7C8,23.3,10,23.8,12,23.8h0
	c6.6,0,12-5.3,12-11.9C24,8.7,22.6,5.7,20.4,3.5z M12,21.8c-1.8,0-3.5-0.5-5-1.4l-0.4-0.2l-3.7,1l1-3.6l-0.2-0.4
	c-1-1.6-1.5-3.4-1.5-5.3C2.1,6.4,6.5,2,12,2c2.6,0,5.1,1,7,2.9s3,4.4,3,7C22,17.4,17.4,21.8,12,21.8z M17.4,14.4
	c-0.3-0.1-1.8-0.9-2-1c-0.3-0.1-0.5-0.1-0.7,0.1c-0.2,0.3-0.8,1-0.9,1.2c-0.2,0.2-0.3,0.2-0.6,0.1c-1.7-0.9-2.9-1.6-4-3.5
	c-0.3-0.5,0.3-0.5,0.9-1.6c0.1-0.2,0-0.4,0-0.5C9.9,9,9.3,7.5,9,6.9C8.8,6.3,8.5,6.4,8.3,6.4c-0.2,0-0.4,0-0.6,0
	C7.6,6.4,7.3,6.5,7,6.8c-0.3,0.3-1,1-1,2.5s1.1,2.9,1.2,3.1c0.2,0.2,2.1,3.2,5.1,4.5c1.9,0.8,2.6,0.9,3.6,0.7c0.6-0.1,1.8-0.7,2-1.4
	c0.2-0.7,0.2-1.3,0.2-1.4C17.9,14.6,17.7,14.5,17.4,14.4z"/>
        </svg>
        <span >WhatsApp</span>
    </a>
    <a href="mailto:?subject=Κοζάνη: Το &#8220;τρανύτερο&#8221; κιχί φαγώθηκε από όλους της Κυριακή της Μ. Αποκριάς&body=https://www.ertnews.gr/perifereiakoi-stathmoi/kozani/kozani-to-tranytero-kixi-fagothike-apo-olous-tis-kyriaki-tis-m-apokrias/" class="share-btn share-email"
       title="Send Email" name="Send Email">
        <svg x="0px" y="0px" viewBox="0 0 24 24">
            <path d="M0,6c0-1.7,1.3-3,3-3h18c1.7,0,3,1.3,3,3v12c0,1.7-1.3,3-3,3H3c-1.7,0-3-1.3-3-3V6z M2.2,6v1l8.1,6.6c1,0.8,2.4,0.8,3.3,0
	L21.8,7V6c0-0.4-0.3-0.8-0.8-0.8H3C2.6,5.2,2.2,5.6,2.2,6L2.2,6z M2.2,9.9V18c0,0.4,0.3,0.8,0.8,0.8h18c0.4,0,0.8-0.3,0.8-0.8V9.9
	l-6.7,5.5c-1.8,1.5-4.4,1.5-6.2,0L2.2,9.9z"/>
        </svg>
        <span >Email</span>
    </a>
</div>            </div>
        </div>

            </div>
</article>
                </main>
            </div>

            <div class="widget-area sidebar is-right-sidebar" id="right-sidebar">
	<div class="inside-right-sidebar">
		<div class="gb-container gb-container-61768a44 p-0 my-2"><div class="gb-inside-container">

<div class="gb-headline gb-headline-0eaf294f gb-headline-text mb-1"><a href="/news/eidiseis/">ΤΕΛΕΥΤΑΙΑ ΝΕΑ</a></div>




        <article id="post-5427419" class="item post-thumb post">

            <div class="post-image mb-1">
                <a data-bg="https://www.ertnews.gr/wp-content/uploads/2025/07/6622807-485x323.jpg" class="rocket-lazyload" href="https://www.ertnews.gr/eidiseis/ellada/politiki/a-xaritsis-k-mitsotaki-opoion-kanona-kai-na-paraviasete-oi-meres-tis-alazoneias-sas-einai-metrimenes/"
                                       title="Α. Χαρίτσης: Κ. Μητσοτάκη όποιον κανόνα και να παραβιάσετε, οι μέρες της αλαζονείας σας είναι μετρημένες"
                   style=""></a>
                            </div>
            <div class="post-content">
                <div class="post-title h4 m-0">
                    <a href="https://www.ertnews.gr/eidiseis/ellada/politiki/a-xaritsis-k-mitsotaki-opoion-kanona-kai-na-paraviasete-oi-meres-tis-alazoneias-sas-einai-metrimenes/"
                                               title="Α. Χαρίτσης: Κ. Μητσοτάκη όποιον κανόνα και να παραβιάσετε, οι μέρες της αλαζονείας σας είναι μετρημένες">
                        Α. Χαρίτσης: Κ. Μητσοτάκη όποιον κανόνα και να παραβιάσετε, οι μέρες της αλαζονείας σας είναι μετρημένες                    </a>
                </div>
                                

            </div>
    </article>







<div class="article-list image-left mt-2">
        <article id="post-5427472" class="item post-thumb post">

            <div class="post-image mb-1">
                <a data-bg="https://www.ertnews.gr/wp-content/uploads/2024/10/AP19041492972055-485x323.jpg" class="rocket-lazyload" href="https://www.ertnews.gr/roi-idiseon/vretania-gia-dilitiriasi-paidion-se-kataskinosi-synelifthi-enas-76xronos-okto-paidia-sto-nosokomeio/"
                                       title="Βρετανία: Για δηλητηρίαση παιδιών σε κατασκήνωση συνελήφθη ένας 76χρονος &#8211; Οκτώ παιδιά στο νοσοκομείο"
                   style=""></a>
                            </div>
            <div class="post-content">
                <div class="post-title h4 m-0">
                    <a href="https://www.ertnews.gr/roi-idiseon/vretania-gia-dilitiriasi-paidion-se-kataskinosi-synelifthi-enas-76xronos-okto-paidia-sto-nosokomeio/"
                                               title="Βρετανία: Για δηλητηρίαση παιδιών σε κατασκήνωση συνελήφθη ένας 76χρονος &#8211; Οκτώ παιδιά στο νοσοκομείο">
                        Βρετανία: Για δηλητηρίαση παιδιών σε κατασκήνωση συνελήφθη ένας 76χρονος &#8211; Οκτώ παιδιά στο νοσοκομείο                    </a>
                </div>
                                

            </div>
    </article>







        <article id="post-5427405" class="item post-thumb post">

            <div class="post-image mb-1">
                <a data-bg="https://www.ertnews.gr/wp-content/uploads/2025/07/dolaria-480x360.jpg" class="rocket-lazyload" href="https://www.ertnews.gr/roi-idiseon/ipa-sto-2-6-o-plithorismos-ton-iounio-ayksithikan-oi-times-logo-dasmon/"
                                       title="ΗΠΑ: Στο 2.6% ο πληθωρισμός τον Ιούνιο &#8211; Αυξήθηκαν οι τιμές λόγω δασμών"
                   style=""></a>
                            </div>
            <div class="post-content">
                <div class="post-title h4 m-0">
                    <a href="https://www.ertnews.gr/roi-idiseon/ipa-sto-2-6-o-plithorismos-ton-iounio-ayksithikan-oi-times-logo-dasmon/"
                                               title="ΗΠΑ: Στο 2.6% ο πληθωρισμός τον Ιούνιο &#8211; Αυξήθηκαν οι τιμές λόγω δασμών">
                        ΗΠΑ: Στο 2.6% ο πληθωρισμός τον Ιούνιο &#8211; Αυξήθηκαν οι τιμές λόγω δασμών                    </a>
                </div>
                                

            </div>
    </article>







        <article id="post-5427379" class="item post-thumb post">

            <div class="post-image mb-1">
                <a data-bg="https://www.ertnews.gr/wp-content/uploads/2025/07/ap25070720693799-485x323.jpg" class="rocket-lazyload" href="https://www.ertnews.gr/eidiseis/diethni/portogalia-i-kyvernisi-skeftetai-na-anagnorisei-to-kratos-tis-palaistinis/"
                                       title="Πορτογαλία: Η κυβέρνηση σκέφτεται να αναγνωρίσει το κράτος της Παλαιστίνης"
                   style=""></a>
                            </div>
            <div class="post-content">
                <div class="post-title h4 m-0">
                    <a href="https://www.ertnews.gr/eidiseis/diethni/portogalia-i-kyvernisi-skeftetai-na-anagnorisei-to-kratos-tis-palaistinis/"
                                               title="Πορτογαλία: Η κυβέρνηση σκέφτεται να αναγνωρίσει το κράτος της Παλαιστίνης">
                        Πορτογαλία: Η κυβέρνηση σκέφτεται να αναγνωρίσει το κράτος της Παλαιστίνης                    </a>
                </div>
                                

            </div>
    </article>







</div>


</div></div><div class="sticky-advert">
	<div class="advert">
<script type="rocketlazyloadscript" data-minify="1" async src="https://www.ertnews.gr/wp-content/cache/min/1/adman.js?ver=1750930275"></script>
<div id="xau-12768-%%CACHEBUSTER%%">
  <script type="rocketlazyloadscript">
    window.AdmanQueue = window.AdmanQueue || [];
    AdmanQueue.push(function () {
      Adman.adunit({
        id: 12768,
        h: 'https://x.grxchange.gr',
        elementId: 'xau-12768-%%CACHEBUSTER%%',
        
      })
    });
  </script>
</div>
</div></div>

	</div>
</div>
        </div>
    </div>

	</div>
</div>

<div class="gb-container gb-container-98d72c02"><div class="gb-inside-container">
<div class="gb-container gb-container-61768a44"><div class="gb-inside-container">

<div class="gb-headline gb-headline-0eaf294f gb-headline-text">ΔΕΙΤΕ ΕΠΙΣΗΣ</div>






<div class="gb-grid-wrapper gb-grid-wrapper-f74b97f1 smaller-text">
<div class="gb-grid-column gb-grid-column-2fb47048"><div class="gb-container gb-container-2fb47048"><div class="gb-inside-container">
        <article id="post-5426339" class="item post-thumb post">

            <div class="post-image mb-1">
                <a data-bg="https://www.ertnews.gr/wp-content/uploads/2025/07/genniseis-485x273.jpg" class="rocket-lazyload" href="https://www.ertnews.gr/perifereiakoi-stathmoi/kozani/servia-enisxysi-gennisis-paidiou-me-10-000-eyro-apo-ta-antapodotika-tou-dasous-elatis/"
                                       title="Σέρβια: Ενίσχυση γέννησης παιδιού με 10.000 ευρώ από τα ανταποδοτικά του Δάσους Ελάτης"
                   style=""></a>
                            </div>
            <div class="post-content">
                <div class="post-title h4 m-0">
                    <a href="https://www.ertnews.gr/perifereiakoi-stathmoi/kozani/servia-enisxysi-gennisis-paidiou-me-10-000-eyro-apo-ta-antapodotika-tou-dasous-elatis/"
                                               title="Σέρβια: Ενίσχυση γέννησης παιδιού με 10.000 ευρώ από τα ανταποδοτικά του Δάσους Ελάτης">
                        Σέρβια: Ενίσχυση γέννησης παιδιού με 10.000 ευρώ από τα ανταποδοτικά του Δάσους Ελάτης                    </a>
                </div>
                                

            </div>
    </article>








</div></div></div>

<div class="gb-grid-column gb-grid-column-7fde09b3"><div class="gb-container gb-container-7fde09b3"><div class="gb-inside-container">
        <article id="post-5426330" class="item post-thumb post">

            <div class="post-image mb-1">
                <a data-bg="https://www.ertnews.gr/wp-content/uploads/2025/03/6502620-1-485x323.jpg" class="rocket-lazyload" href="https://www.ertnews.gr/perifereiakoi-stathmoi/kozani/s-zaxaraki-800-000-eyro-sto-panepistimio-d-makedonias/"
                                       title="Σ. Ζαχαράκη: «800.000 ευρώ στο Πανεπιστήμιο Δ. Μακεδονίας»"
                   style=""></a>
                            </div>
            <div class="post-content">
                <div class="post-title h4 m-0">
                    <a href="https://www.ertnews.gr/perifereiakoi-stathmoi/kozani/s-zaxaraki-800-000-eyro-sto-panepistimio-d-makedonias/"
                                               title="Σ. Ζαχαράκη: «800.000 ευρώ στο Πανεπιστήμιο Δ. Μακεδονίας»">
                        Σ. Ζαχαράκη: «800.000 ευρώ στο Πανεπιστήμιο Δ. Μακεδονίας»                    </a>
                </div>
                                

            </div>
    </article>








</div></div></div>

<div class="gb-grid-column gb-grid-column-a78af58d"><div class="gb-container gb-container-a78af58d"><div class="gb-inside-container">
        <article id="post-5426265" class="item post-thumb post">

            <div class="post-image mb-1">
                <a data-bg="https://www.ertnews.gr/wp-content/uploads/2025/07/antliotamiefsi-485x297.jpg" class="rocket-lazyload" href="https://www.ertnews.gr/perifereiakoi-stathmoi/kozani/ptolemaida-egkrithike-kata-pleiopsifia-i-gnomodotisi-gia-tin-mpe-tou-ergou-tis-antlisiotamieysis-sto-oryxeio-kardias/"
                                       title="Πτολεμαΐδα: Εγκρίθηκε, κατά πλειοψηφία, η  γνωμοδότηση  για την ΜΠΕ του έργου της  Αντλησιοταμίευσης στο Ορυχείο Καρδιάς"
                   style=""></a>
                            </div>
            <div class="post-content">
                <div class="post-title h4 m-0">
                    <a href="https://www.ertnews.gr/perifereiakoi-stathmoi/kozani/ptolemaida-egkrithike-kata-pleiopsifia-i-gnomodotisi-gia-tin-mpe-tou-ergou-tis-antlisiotamieysis-sto-oryxeio-kardias/"
                                               title="Πτολεμαΐδα: Εγκρίθηκε, κατά πλειοψηφία, η  γνωμοδότηση  για την ΜΠΕ του έργου της  Αντλησιοταμίευσης στο Ορυχείο Καρδιάς">
                        Πτολεμαΐδα: Εγκρίθηκε, κατά πλειοψηφία, η  γνωμοδότηση  για την ΜΠΕ του έργου της  Αντλησιοταμίευσης στο Ορυχείο Καρδιάς                    </a>
                </div>
                                

            </div>
    </article>








</div></div></div>

<div class="gb-grid-column gb-grid-column-e7ac368f"><div class="gb-container gb-container-e7ac368f"><div class="gb-inside-container">
        <article id="post-5426333" class="item post-thumb post">

            <div class="post-image mb-1">
                <a data-bg="https://www.ertnews.gr/wp-content/uploads/2024/08/πρόβατα-485x272.jpg" class="rocket-lazyload" href="https://www.ertnews.gr/perifereiakoi-stathmoi/kozani/grevena-epivevaiosi-eksi-estion-tis-nosou-tou-katarroikou-pyretou-tou-provatou/"
                                       title="Γρεβενά: Επιβεβαίωση έξι εστιών της νόσου του καταρροϊκού πυρετού του προβάτου"
                   style=""></a>
                            </div>
            <div class="post-content">
                <div class="post-title h4 m-0">
                    <a href="https://www.ertnews.gr/perifereiakoi-stathmoi/kozani/grevena-epivevaiosi-eksi-estion-tis-nosou-tou-katarroikou-pyretou-tou-provatou/"
                                               title="Γρεβενά: Επιβεβαίωση έξι εστιών της νόσου του καταρροϊκού πυρετού του προβάτου">
                        Γρεβενά: Επιβεβαίωση έξι εστιών της νόσου του καταρροϊκού πυρετού του προβάτου                    </a>
                </div>
                                

            </div>
    </article>








</div></div></div>
</div>




</div></div>
</div></div>
<div class="site-footer">
				<div id="footer-widgets" class="site footer-widgets">
				<div class="footer-widgets-container grid-container">
					<div class="inside-footer-widgets">
							<div class="footer-widget-1">
		<aside id="block-2" class="widget inner-padding widget_block widget_media_image">
<figure class="wp-block-image size-large is-resized"><img alt="Κοζάνη: Το &#8220;τρανύτερο&#8221; κιχί φαγώθηκε από όλους της Κυριακή της Μ. Αποκριάς" decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2075%2030'%3E%3C/svg%3E" alt="ERT" class="wp-image-3396306" width="75" height="30" data-lazy-src="https://www.ertnews.gr/wp-content/uploads/2023/01/ERT_logo_2020.svg"/><noscript><img alt="Κοζάνη: Το &#8220;τρανύτερο&#8221; κιχί φαγώθηκε από όλους της Κυριακή της Μ. Αποκριάς" decoding="async" src="https://www.ertnews.gr/wp-content/uploads/2023/01/ERT_logo_2020.svg" alt="ERT" class="wp-image-3396306" width="75" height="30"/></noscript></figure>
</aside><aside id="block-3" class="widget inner-padding widget_block">
<div class="gb-headline gb-headline-bdcf8530 gb-headline-text"><a href="mailto:mediatek@ert.gr">mediatek@ert.gr</a></div>
</aside><aside id="block-4" class="widget inner-padding widget_block widget_media_image">
<figure class="wp-block-image size-full"><a href="https://diavgeia.gov.gr/f/ertae" target="_blank" rel=" noreferrer noopener"><img alt="Κοζάνη: Το &#8220;τρανύτερο&#8221; κιχί φαγώθηκε από όλους της Κυριακή της Μ. Αποκριάς" decoding="async" width="119" height="44" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20119%2044'%3E%3C/svg%3E" alt="ΠΡΟΓΡΑΜΜΑ ΔΙΑΥΓΕΙΑ
" class="wp-image-3396303" data-lazy-src="https://www.ertnews.gr/wp-content/uploads/2023/01/diavgeia.png"/><noscript><img alt="Κοζάνη: Το &#8220;τρανύτερο&#8221; κιχί φαγώθηκε από όλους της Κυριακή της Μ. Αποκριάς" decoding="async" width="119" height="44" src="https://www.ertnews.gr/wp-content/uploads/2023/01/diavgeia.png" alt="ΠΡΟΓΡΑΜΜΑ ΔΙΑΥΓΕΙΑ
" class="wp-image-3396303"/></noscript></a></figure>
</aside>	</div>
		<div class="footer-widget-2">
		<aside id="block-5" class="widget inner-padding widget_block"><ul><li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-first td-menu-item td-normal-menu menu-item-38" style="text-align: left;"><a href="https://company.ert.gr/">ΕΤΑΙΡΕΙΑ</a></li><li style="text-align: left;"><a href="https://press.ert.gr/" target="_blank" rel="noopener">ΓΡΑΦΕΙΟ ΤΥΠΟΥ</a></li><li style="text-align: left;"><a href="https://press.ert.gr/category/deltia-typou/" target="_blank" rel="noopener">ΔΕΛΤΙΑ ΤΥΠΟΥ</a></li><li class="menu-item menu-item-type-custom menu-item-object-custom td-menu-item" style="text-align: left;"><a href="https://www.ert.gr/xorigies/">ΧΟΡΗΓΙΕΣ ΕΠΙΚΟΙΝΩΝΙΑΣ</a></li><li class="menu-item menu-item-type-custom menu-item-object-custom td-menu-item td-normal-menu menu-item-39" style="text-align: left;"><a href="https://archive.ert.gr/">ΕΡΤ ΑΡΧΕΙΟ</a></li></ul></aside>	</div>
		<div class="footer-widget-3">
		<aside id="block-6" class="widget inner-padding widget_block"><ul><li class="menu-item menu-item-type-custom menu-item-object-custom td-menu-item td-normal-menu menu-item-452" style="text-align: left;"><a href="https://mousikasynola.ert.gr/">ΜΟΥΣΙΚΑ ΣΥΝΟΛΑ</a></li><li class="menu-item menu-item-type-custom menu-item-object-custom td-menu-item td-normal-menu menu-item-317916" style="text-align: left;"><a href="https://csr.ert.gr/">ΚΟΙΝΩΝΙΚΗ ΕΥΘΥΝΗ</a></li><li class="menu-item menu-item-type-custom menu-item-object-custom td-menu-item" style="text-align: left;"><a href="https://www.ert.gr/contact-us/">ΕΠΙΚΟΙΝΩΝΙΑ</a></li><li class="menu-item menu-item-type-custom menu-item-object-custom td-menu-item" style="text-align: left;"><a href="https://dpo.ert.gr/">ΥΠΕΥΘΥΝΟΣ ΠΡΟΣΤΑΣΙΑΣ ΔΕΔΟΜΕΝΩΝ</a></li><li class="menu-item menu-item-type-custom menu-item-object-custom td-menu-item" style="text-align: left;">
<a href="javascript:Didomi.preferences.show()">ΡΥΘΜΙΣΕΙΣ COOKIES</a></li></ul></aside>	</div>
		<div class="footer-widget-4">
		<aside id="block-7" class="widget inner-padding widget_block"></aside>	</div>
						</div>
				</div>
			</div>
					<footer class="site-info" aria-label="Site"  itemtype="https://schema.org/WPFooter" itemscope>
			<div class="inside-site-info grid-container">
								<div class="copyright-bar">
					<div class="row space-between-center fw ">
<div>
<a rel="noreferrer noopener" href="https://www.ert.gr/" target="_blank">www.ert.gr</a>


</div>

<div>&copy; Copyright 2025 - ΕΡΤ Α.Ε. </div>
</div>				</div>
			</div>
		</footer>
		</div>

<a title="Επιστροφή στην κορυφή" aria-label="Επιστροφή στην κορυφή" rel="nofollow" href="#" class="generate-back-to-top" data-scroll-speed="400" data-start-scroll="300">
					<span class="gp-icon icon-arrow-up"><svg viewBox="0 0 330 512" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M305.863 314.916c0 2.266-1.133 4.815-2.832 6.514l-14.157 14.163c-1.699 1.7-3.964 2.832-6.513 2.832-2.265 0-4.813-1.133-6.512-2.832L164.572 224.276 53.295 335.593c-1.699 1.7-4.247 2.832-6.512 2.832-2.265 0-4.814-1.133-6.513-2.832L26.113 321.43c-1.699-1.7-2.831-4.248-2.831-6.514s1.132-4.816 2.831-6.515L158.06 176.408c1.699-1.7 4.247-2.833 6.512-2.833 2.265 0 4.814 1.133 6.513 2.833L303.03 308.4c1.7 1.7 2.832 4.249 2.832 6.515z" fill-rule="nonzero" /></svg></span>
				</a><script type="rocketlazyloadscript">
              (function(e){
                  var el = document.createElement('script');
                  el.setAttribute('data-account', 'GzSWerPeXi');
                  el.setAttribute('src', 'https://cdn.userway.org/widget.js');
                  document.body.appendChild(el);
                })();
              </script><script type="rocketlazyloadscript" id="generate-a11y">!function(){"use strict";if("querySelector"in document&&"addEventListener"in window){var e=document.body;e.addEventListener("mousedown",function(){e.classList.add("using-mouse")}),e.addEventListener("keydown",function(){e.classList.remove("using-mouse")})}}();</script><script data-minify="1" type='text/javascript' src='https://www.ertnews.gr/wp-content/cache/min/1/wp-content/themes/generatepress_child/js/script.js?ver=1750930179' id='script-js' defer></script>
<!--[if lte IE 11]>
<script type='text/javascript' src='https://www.ertnews.gr/wp-content/themes/generatepress/assets/js/classList.min.js?ver=3.2.4' id='generate-classlist-js'></script>
<![endif]-->
<script type='text/javascript' id='generate-menu-js-extra'>
/* <![CDATA[ */
var generatepressMenu = {"toggleOpenedSubMenus":"1","openSubMenuLabel":"\u0391\u03bd\u03bf\u03b9\u03c7\u03c4\u03ac \u03c5\u03c0\u03bf-\u03bc\u03b5\u03bd\u03bf\u03cd","closeSubMenuLabel":"\u039a\u03bb\u03b5\u03af\u03c3\u03b9\u03bc\u03bf \u03c5\u03c0\u03bf-\u03bc\u03b5\u03bd\u03bf\u03cd"};
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' src='https://www.ertnews.gr/wp-content/themes/generatepress/assets/js/menu.min.js?ver=3.2.4' id='generate-menu-js' defer></script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' src='https://www.ertnews.gr/wp-content/themes/generatepress/assets/js/dropdown-click.min.js?ver=3.2.4' id='generate-dropdown-click-js' defer></script>
<script type='text/javascript' id='generate-back-to-top-js-extra'>
/* <![CDATA[ */
var generatepressBackToTop = {"smooth":"1"};
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' src='https://www.ertnews.gr/wp-content/themes/generatepress/assets/js/back-to-top.min.js?ver=3.2.4' id='generate-back-to-top-js' defer></script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' src='https://cdn.onesignal.com/sdks/OneSignalSDK.js?ver=6.1.1' async='async' id='remote_sdk-js'></script>
<script>window.lazyLoadOptions={elements_selector:"img[data-lazy-src],.rocket-lazyload,iframe[data-lazy-src]",data_src:"lazy-src",data_srcset:"lazy-srcset",data_sizes:"lazy-sizes",class_loading:"lazyloading",class_loaded:"lazyloaded",threshold:300,callback_loaded:function(element){if(element.tagName==="IFRAME"&&element.dataset.rocketLazyload=="fitvidscompatible"){if(element.classList.contains("lazyloaded")){if(typeof window.jQuery!="undefined"){if(jQuery.fn.fitVids){jQuery(element).parent().fitVids()}}}}}};window.addEventListener('LazyLoad::Initialized',function(e){var lazyLoadInstance=e.detail.instance;if(window.MutationObserver){var observer=new MutationObserver(function(mutations){var image_count=0;var iframe_count=0;var rocketlazy_count=0;mutations.forEach(function(mutation){for(var i=0;i<mutation.addedNodes.length;i++){if(typeof mutation.addedNodes[i].getElementsByTagName!=='function'){continue}
if(typeof mutation.addedNodes[i].getElementsByClassName!=='function'){continue}
images=mutation.addedNodes[i].getElementsByTagName('img');is_image=mutation.addedNodes[i].tagName=="IMG";iframes=mutation.addedNodes[i].getElementsByTagName('iframe');is_iframe=mutation.addedNodes[i].tagName=="IFRAME";rocket_lazy=mutation.addedNodes[i].getElementsByClassName('rocket-lazyload');image_count+=images.length;iframe_count+=iframes.length;rocketlazy_count+=rocket_lazy.length;if(is_image){image_count+=1}
if(is_iframe){iframe_count+=1}}});if(image_count>0||iframe_count>0||rocketlazy_count>0){lazyLoadInstance.update()}});var b=document.getElementsByTagName("body")[0];var config={childList:!0,subtree:!0};observer.observe(b,config)}},!1)</script><script data-no-minify="1" async src="https://www.ertnews.gr/wp-content/plugins/wp-rocket/assets/js/lazyload/17.5/lazyload.min.js"></script><script>function lazyLoadThumb(e){var t='<img data-lazy-src="https://i.ytimg.com/vi/ID/hqdefault.jpg" alt="" width="480" height="360"><noscript><img src="https://i.ytimg.com/vi/ID/hqdefault.jpg" alt="" width="480" height="360"></noscript>',a='<button class="play" aria-label="play Youtube video"></button>';return t.replace("ID",e)+a}function lazyLoadYoutubeIframe(){var e=document.createElement("iframe"),t="ID?autoplay=1";t+=0===this.parentNode.dataset.query.length?'':'&'+this.parentNode.dataset.query;e.setAttribute("src",t.replace("ID",this.parentNode.dataset.src)),e.setAttribute("frameborder","0"),e.setAttribute("allowfullscreen","1"),e.setAttribute("allow", "accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"),this.parentNode.parentNode.replaceChild(e,this.parentNode)}document.addEventListener("DOMContentLoaded",function(){var e,t,p,a=document.getElementsByClassName("rll-youtube-player");for(t=0;t<a.length;t++)e=document.createElement("div"),e.setAttribute("data-id",a[t].dataset.id),e.setAttribute("data-query", a[t].dataset.query),e.setAttribute("data-src", a[t].dataset.src),e.innerHTML=lazyLoadThumb(a[t].dataset.id),a[t].appendChild(e),p=e.querySelector('.play'),p.onclick=lazyLoadYoutubeIframe});</script>
<script>"use strict";function wprRemoveCPCSS(){var preload_stylesheets=document.querySelectorAll('link[data-rocket-async="style"][rel="preload"]');if(preload_stylesheets&&0<preload_stylesheets.length)for(var stylesheet_index=0;stylesheet_index<preload_stylesheets.length;stylesheet_index++){var media=preload_stylesheets[stylesheet_index].getAttribute("media")||"all";if(window.matchMedia(media).matches)return void setTimeout(wprRemoveCPCSS,200)}var elem=document.getElementById("rocket-critical-css");elem&&"remove"in elem&&elem.remove()}window.addEventListener?window.addEventListener("load",wprRemoveCPCSS):window.attachEvent&&window.attachEvent("onload",wprRemoveCPCSS);</script><noscript><link rel="stylesheet" href="https://www.ertnews.gr/wp-content/cache/min/1/549e11f52be5d697b33f336737135397.css" media="all" data-minify="1" /></noscript></body>
</html>

<!-- plugin=object-cache-pro client=PhpRedis metric#hits=10633 metric#misses=193 metric#hit-ratio=98.2 metric#bytes=37898174 metric#prefetches= metric#store-reads=210 metric#store-writes=14 metric#store-hits=356 metric#store-misses=19 metric#sql-queries=31 metric#ms-total=867.03 metric#ms-cache=170.94 metric#ms-cache-median=0.08 metric#ms-cache-ratio=19.7 -->
