:root{--digital-newspaper-loader-icon-width:250px;--digital-newspaper-loader-icon-height:250px}body .digital_newspaper_loading_box{position:fixed;opacity:.9;width:100%;height:100vh;background-color:#f0f0f0;z-index:10;left:0;top:0}.digital_newspaper_loading_box .box{position:absolute;left:calc(50% - 100px);top:calc(50vh - 150px);border:none}.digital_newspaper_loading_box{text-align:center}.box.active{margin:4px;border-width:2px;border-color:#2271b1}.digital_newspaper_loading_box button{display:inline-block;background:#fff0;border:2px solid #d95f3d;color:#fff;padding:.5em 1em;border-radius:5px;font-size:calc(16px + 2vw)}.digital_newspaper_loading_box [class*=loader-]{display:inline-block;width:var(--digital-newspaper-loader-icon-width);height:var(--digital-newspaper-loader-icon-height);color:inherit;vertical-align:middle;pointer-events:none}.digital_newspaper_loading_box .loader-1{border:.2em dotted var(--theme-color-red);border-radius:50%;-webkit-animation:1s loader-1 linear infinite;animation:1s loader-1 linear infinite}@-webkit-keyframes loader-1{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}@keyframes loader-1{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.digital_newspaper_loading_box .loader-2{border:.2em solid #fff0;border-left-color:var(--theme-color-red);border-right-color:var(--theme-color-red);border-radius:50%;-webkit-animation:1s loader-2 linear infinite;animation:1s loader-2 linear infinite}@-webkit-keyframes loader-2{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}@keyframes loader-2{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.digital_newspaper_loading_box .loader-3{border:.2em solid var(--theme-color-red);border-bottom-color:#fff0;border-radius:50%;-webkit-animation:1s loader-3 linear infinite;animation:1s loader-3 linear infinite;position:relative}@-webkit-keyframes loader-3{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}@keyframes loader-3{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.digital_newspaper_loading_box .loader-4{border:1px solid var(--theme-color-red);border-radius:50%;-webkit-animation:1s loader-4 linear infinite;animation:1s loader-4 linear infinite;position:relative}.digital_newspaper_loading_box .loader-4:before{content:"";display:block;width:0;height:0;position:absolute;top:-.2em;left:50%;border:.2em solid var(--theme-color-red);border-radius:50%}@-webkit-keyframes loader-4{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}@keyframes loader-4{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.digital_newspaper_loading_box .loader-5{border:.2em solid #fff0;border-top-color:var(--theme-color-red);border-radius:50%;-webkit-animation:1s loader-5 linear infinite;animation:1s loader-5 linear infinite;position:relative}.digital_newspaper_loading_box .loader-5:before{content:"";display:block;width:inherit;height:inherit;position:absolute;top:-.2em;left:-.2em;border:.2em solid var(--theme-color-red);border-radius:50%;opacity:.5}@-webkit-keyframes loader-5{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}@keyframes loader-5{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.digital_newspaper_loading_box .loader-6{border:.2em solid var(--theme-color-red);border-radius:50%;-webkit-animation:loader-6 1s ease-out infinite;animation:loader-6 1s ease-out infinite}@-webkit-keyframes loader-6{0%{transform:scale(0);opacity:0}50%{opacity:1}100%{transform:scale(1);opacity:0}}@keyframes loader-6{0%{transform:scale(0);opacity:0}50%{opacity:1}100%{transform:scale(1);opacity:0}}.digital_newspaper_loading_box .loader-7{border:0 solid #fff0;border-radius:50%;position:relative}.digital_newspaper_loading_box .loader-7:before,.loader-7:after{content:"";border:.2em solid var(--theme-color-red);border-radius:50%;width:inherit;height:inherit;position:absolute;top:0;left:0;-webkit-animation:loader-7 1s linear infinite;animation:loader-7 1s linear infinite;opacity:0}.digital_newspaper_loading_box .loader-7:before{-webkit-animation-delay:1s;animation-delay:1s}.digital_newspaper_loading_box .loader-7:after{-webkit-animation-delay:0.5s;animation-delay:0.5s}@-webkit-keyframes loader-7{0%{transform:scale(0);opacity:0}50%{opacity:1}100%{transform:scale(1);opacity:0}}@keyframes loader-7{0%{transform:scale(0);opacity:0}50%{opacity:1}100%{transform:scale(1);opacity:0}}.digital_newspaper_loading_box .loader-8{position:relative}.digital_newspaper_loading_box .loader-8:before,.loader-8:after{content:"";width:inherit;height:inherit;border-radius:50%;background-color:var(--theme-color-red);opacity:.6;position:absolute;top:0;left:0;-webkit-animation:loader-8 2s infinite ease-in-out;animation:loader-8 2s infinite ease-in-out}.digital_newspaper_loading_box .loader-8:after{-webkit-animation-delay:-1s;animation-delay:-1s}@-webkit-keyframes loader-8{0%,100%{transform:scale(0)}50%{transform:scale(1)}}@keyframes loader-8{0%,100%{transform:scale(0)}50%{transform:scale(1)}}.digital_newspaper_loading_box .loader-9{background-color:var(--theme-color-red);border-radius:50%;-webkit-animation:loader-9 1s infinite ease-in-out;animation:loader-9 1s infinite ease-in-out}@-webkit-keyframes loader-9{0%{transform:scale(0)}100%{transform:scale(1);opacity:0}}@keyframes loader-9{0%{transform:scale(0)}100%{transform:scale(1);opacity:0}}.digital_newspaper_loading_box .loader-10{position:relative;-webkit-animation:loader-10-1 2s infinite linear;animation:loader-10-1 2s infinite linear}.digital_newspaper_loading_box .loader-10:before,.loader-10:after{content:"";width:0;height:0;border:.5em solid var(--theme-color-red);display:block;position:absolute;border-radius:100%;-webkit-animation:loader-10-2 2s infinite ease-in-out;animation:loader-10-2 2s infinite ease-in-out}.digital_newspaper_loading_box .loader-10:before{top:0;left:50%}.digital_newspaper_loading_box .loader-10:after{bottom:0;right:50%;-webkit-animation-delay:-1s;animation-delay:-1s}@-webkit-keyframes loader-10-1{100%{transform:rotate(360deg)}}@keyframes loader-10-1{100%{transform:rotate(360deg)}}@-webkit-keyframes loader-10-2{0%,100%{transform:scale(0)}50%{transform:scale(1)}}@keyframes loader-10-2{0%,100%{transform:scale(0)}50%{transform:scale(1)}}.digital_newspaper_loading_box .loader-11{background-color:var(--theme-color-red);-webkit-animation:loader-11 1.2s infinite ease-in-out;animation:loader-11 1.2s infinite ease-in-out}@-webkit-keyframes loader-11{0%{transform:perspective(120px) rotateX(0deg) rotateY(0deg)}50%{transform:perspective(120px) rotateX(-180.1deg) rotateY(0deg)}100%{transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg)}}@keyframes loader-11{0%{transform:perspective(120px) rotateX(0deg) rotateY(0deg)}50%{transform:perspective(120px) rotateX(-180.1deg) rotateY(0deg)}100%{transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg)}}.digital_newspaper_loading_box .loader-12{position:relative}.digital_newspaper_loading_box .loader-12:before,.loader-12:after{content:"";display:block;position:absolute;background-color:var(--theme-color-red);left:50%;right:0;top:0;bottom:50%;box-shadow:-.5em 0 0 var(--theme-color-red);-webkit-animation:loader-12 1s linear infinite;animation:loader-12 1s linear infinite}.digital_newspaper_loading_box .loader-12:after{top:50%;bottom:0;-webkit-animation-delay:0.25s;animation-delay:0.25s}@-webkit-keyframes loader-12{0%,100%{box-shadow:-.5em 0 0 #fff0;background-color:var(--theme-color-red)}50%{box-shadow:-.5em 0 0 var(--theme-color-red);background-color:#fff0}}@keyframes loader-12{0%,100%{box-shadow:-.5em 0 0 #fff0;background-color:var(--theme-color-red)}50%{box-shadow:-.5em 0 0 var(--theme-color-red);background-color:#fff0}}.digital_newspaper_loading_box .loader-13:before,.digital_newspaper_loading_box .loader-13:after,.digital_newspaper_loading_box .loader-13{border-radius:50%;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation:loader-13 1.8s infinite ease-in-out;animation:loader-13 1.8s infinite ease-in-out}.digital_newspaper_loading_box .loader-13{color:var(--theme-color-red);position:relative;transform:translateZ(0);-webkit-animation-delay:-0.16s;animation-delay:-0.16s;top:-1em}.digital_newspaper_loading_box .loader-13:before{right:100%;-webkit-animation-delay:-0.32s;animation-delay:-0.32s}.digital_newspaper_loading_box .loader-13:after{left:100%}.digital_newspaper_loading_box .loader-13:before,.loader-13:after{content:"";display:block;position:absolute;top:0;width:inherit;height:inherit}@-webkit-keyframes loader-13{0%,80%,100%{box-shadow:0 1em 0 -1em}40%{box-shadow:0 1em 0 -.2em}}@keyframes loader-13{0%,80%,100%{box-shadow:0 1em 0 -1em}40%{box-shadow:0 1em 0 -.2em}}.digital_newspaper_loading_box .loader-14{border-radius:50%;box-shadow:0 1em 0 -.2em var(--theme-color-red);position:relative;-webkit-animation:loader-14 0.8s ease-in-out alternate infinite;animation:loader-14 0.8s ease-in-out alternate infinite;-webkit-animation-delay:0.32s;animation-delay:0.32s;top:-1em}.digital_newspaper_loading_box .loader-14:after,.loader-14:before{content:"";position:absolute;width:inherit;height:inherit;border-radius:inherit;box-shadow:inherit;-webkit-animation:inherit;animation:inherit}.digital_newspaper_loading_box .loader-14:before{left:-1em;-webkit-animation-delay:0.48s;animation-delay:0.48s}.digital_newspaper_loading_box .loader-14:after{right:-1em;-webkit-animation-delay:0.16s;animation-delay:0.16s}@-webkit-keyframes loader-14{0%{box-shadow:0 2em 0 -.2em var(--theme-color-red)}100%{box-shadow:0 1em 0 -.2em var(--theme-color-red)}}@keyframes loader-14{0%{box-shadow:0 2em 0 -.2em var(--theme-color-red)}100%{box-shadow:0 1em 0 -.2em var(--theme-color-red)}}.digital_newspaper_loading_box .loader-15{background:var(--theme-color-red);position:relative;-webkit-animation:loader-15 1s ease-in-out infinite;animation:loader-15 1s ease-in-out infinite;-webkit-animation-delay:0.4s;animation-delay:0.4s;width:.25em;height:.5em;margin:0 .5em}.digital_newspaper_loading_box .loader-15:after,.loader-15:before{content:"";position:absolute;width:inherit;height:inherit;background:inherit;-webkit-animation:inherit;animation:inherit}.digital_newspaper_loading_box .loader-15:before{right:.5em;-webkit-animation-delay:0.2s;animation-delay:0.2s}.digital_newspaper_loading_box .loader-15:after{left:.5em;-webkit-animation-delay:0.6s;animation-delay:0.6s}@-webkit-keyframes loader-15{0%,100%{box-shadow:0 0 0 var(--theme-color-red),0 0 0 var(--theme-color-red)}50%{box-shadow:0 -.25em 0 var(--theme-color-red),0 .25em 0 var(--theme-color-red)}}@keyframes loader-15{0%,100%{box-shadow:0 0 0 var(--theme-color-red),0 0 0 var(--theme-color-red)}50%{box-shadow:0 -.25em 0 var(--theme-color-red),0 .25em 0 var(--theme-color-red)}}.digital_newspaper_loading_box .loader-16{transform:rotateZ(45deg);perspective:1000px;border-radius:50%}.digital_newspaper_loading_box .loader-16:before,.digital_newspaper_loading_box .loader-16:after{content:"";display:block;position:absolute;top:0;left:0;width:inherit;height:inherit;border-radius:50%;-webkit-animation:1s spin linear infinite;animation:1s spin linear infinite}.digital_newspaper_loading_box .loader-16:before{transform:rotateX(70deg)}.digital_newspaper_loading_box .loader-16:after{transform:rotateY(70deg);-webkit-animation-delay:0.4s;animation-delay:0.4s}@-webkit-keyframes rotate{0%{transform:translate(-50%,-50%) rotateZ(0deg)}100%{transform:translate(-50%,-50%) rotateZ(360deg)}}@keyframes rotate{0%{transform:translate(-50%,-50%) rotateZ(0deg)}100%{transform:translate(-50%,-50%) rotateZ(360deg)}}@-webkit-keyframes rotateccw{0%{transform:translate(-50%,-50%) rotate(0deg)}100%{transform:translate(-50%,-50%) rotate(-360deg)}}@keyframes rotateccw{0%{transform:translate(-50%,-50%) rotate(0deg)}100%{transform:translate(-50%,-50%) rotate(-360deg)}}@-webkit-keyframes spin{0%,100%{box-shadow:.2em 0 0 0 var(--theme-color-red)}12%{box-shadow:.2em .2em 0 0 var(--theme-color-red)}25%{box-shadow:0 .2em 0 0 var(--theme-color-red)}37%{box-shadow:-.2em .2em 0 0 var(--theme-color-red)}50%{box-shadow:-.2em 0 0 0 var(--theme-color-red)}62%{box-shadow:-.2em -.2em 0 0 var(--theme-color-red)}75%{box-shadow:0 -.2em 0 0 var(--theme-color-red)}87%{box-shadow:.2em -.2em 0 0 var(--theme-color-red)}}@keyframes spin{0%,100%{box-shadow:.2em 0 0 0 var(--theme-color-red)}12%{box-shadow:.2em .2em 0 0 var(--theme-color-red)}25%{box-shadow:0 .2em 0 0 var(--theme-color-red)}37%{box-shadow:-.2em .2em 0 0 var(--theme-color-red)}50%{box-shadow:-.2em 0 0 0 var(--theme-color-red)}62%{box-shadow:-.2em -.2em 0 0 var(--theme-color-red)}75%{box-shadow:0 -.2em 0 0 var(--theme-color-red)}87%{box-shadow:.2em -.2em 0 0 var(--theme-color-red)}}.digital_newspaper_loading_box .loader-17{position:relative;background-color:var(--theme-color-red);border-radius:50%}.digital_newspaper_loading_box .loader-17:after,.digital_newspaper_loading_box .loader-17:before{content:"";position:absolute;width:.25em;height:.25em;border-radius:50%;opacity:.8}.digital_newspaper_loading_box .loader-17:after{left:-.5em;top:-.25em;background-color:var(--theme-color-red);transform-origin:.75em 1em;-webkit-animation:loader-17 1s linear infinite;animation:loader-17 1s linear infinite;opacity:.6}.digital_newspaper_loading_box .loader-17:before{left:-1.25em;top:-.75em;background-color:var(--theme-color-red);transform-origin:1.5em 1em;-webkit-animation:loader-17 2s linear infinite;animation:loader-17 2s linear infinite}@-webkit-keyframes loader-17{0%{transform:rotateZ(0deg) translate3d(0,0,0)}100%{transform:rotateZ(360deg) translate3d(0,0,0)}}@keyframes loader-17{0%{transform:rotateZ(0deg) translate3d(0,0,0)}100%{transform:rotateZ(360deg) translate3d(0,0,0)}}.digital_newspaper_loading_box .loader-18{position:relative}.digital_newspaper_loading_box .loader-18:before,.digital_newspaper_loading_box .loader-18:after{content:"";display:block;position:absolute;border-radius:50%;border:.1em solid #fff0;border-bottom-color:var(--theme-color-red);top:0;left:0;-webkit-animation:1s loader-18 linear infinite;animation:1s loader-18 linear infinite}.digital_newspaper_loading_box .loader-18:before{width:1em;height:1em}.digital_newspaper_loading_box .loader-18:after{width:.8em;height:.8em;top:.1em;left:.1em;animation-direction:reverse}@-webkit-keyframes loader-18{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}@keyframes loader-18{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.digital_newspaper_loading_box .loader-19{border-top:.2em solid var(--theme-color-red);border-right:.2em solid #fff0;-webkit-animation:loader-19 1s linear infinite;animation:loader-19 1s linear infinite;border-radius:100%;position:relative}@-webkit-keyframes loader-19{to{transform:rotate(360deg)}}@keyframes loader-19{to{transform:rotate(360deg)}}.digital_newspaper_loading_box .loader-20{background-color:#fff0;box-shadow:inset 0 0 0 .1em var(--theme-color-red);border-radius:50%;position:relative}.digital_newspaper_loading_box .loader-20:after,.digital_newspaper_loading_box .loader-20:before{position:absolute;content:"";background-color:var(--theme-color-red);top:.5em;left:.5em;height:.1em;transform-origin:left center}.digital_newspaper_loading_box .loader-20:after{width:.4em;-webkit-animation:loader-20 2s linear infinite;animation:loader-20 2s linear infinite}.digital_newspaper_loading_box .loader-20:before{width:.3em;-webkit-animation:loader-20 8s linear infinite;animation:loader-20 8s linear infinite}@-webkit-keyframes loader-20{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}@keyframes loader-20{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.digital_newspaper_loading_box .loader-21{position:relative}.digital_newspaper_loading_box .loader-21:before,.digital_newspaper_loading_box .loader-21:after{position:absolute;content:""}.digital_newspaper_loading_box .loader-21:before{width:80%;height:80%;left:10%;bottom:10%;border-radius:100% 100% 100% 0;box-shadow:0 0 0 .1em var(--theme-color-red);-webkit-animation:loader-21 1s linear infinite;animation:loader-21 1s linear infinite;transform:rotate(-46deg)}.digital_newspaper_loading_box .loader-21:after{width:1em;height:.3em;border-radius:100%;left:0;background-color:rgb(255 255 255 / .2);bottom:-.2em;z-index:-1}@-webkit-keyframes loader-21{0%{top:0}50%{top:-5px}100%{top:0}}@keyframes loader-21{0%{top:0}50%{top:-5px}100%{top:0}}.digital_newspaper_loading_box .loader-22{border:.1em var(--theme-color-red) solid;border-radius:100%;position:relative;overflow:hidden;z-index:1}.digital_newspaper_loading_box .loader-22:after,.digital_newspaper_loading_box .loader-22:before{position:absolute;content:"";background-color:var(--theme-color-red)}.digital_newspaper_loading_box .loader-22:after{width:50%;height:.1em;left:50%;top:50%;transform-origin:left center;-webkit-animation:loader-22 2s linear infinite alternate;animation:loader-22 2s linear infinite alternate}.digital_newspaper_loading_box .loader-22:before{width:100%;height:40%;left:0;bottom:0}@-webkit-keyframes loader-22{0%{transform:rotate(-160deg)}100%{transform:rotate(-20deg)}}@keyframes loader-22{0%{transform:rotate(-160deg)}100%{transform:rotate(-20deg)}}.digital_newspaper_loading_box .loader-23{height:.5em;border:.1em var(--theme-color-red) solid;border-radius:.1em;position:relative;-webkit-animation:loader-23 5s linear infinite;animation:loader-23 5s linear infinite}.digital_newspaper_loading_box .loader-23:after{width:.07em;height:100%;background-color:var(--theme-color-red);border-radius:0 .5em .5em 0;position:absolute;content:"";top:0;left:calc(100% + .1em)}@-webkit-keyframes loader-23{0%{box-shadow:inset 0 0 0 var(--theme-color-red)}100%{box-shadow:inset 1em 0 0 var(--theme-color-red)}}@keyframes loader-23{0%{box-shadow:inset 0 0 0 var(--theme-color-red)}100%{box-shadow:inset 1em 0 0 var(--theme-color-red)}}.digital_newspaper_loading_box .loader-24{width:.8em;height:1em;border:.1em var(--theme-color-red) solid;border-radius:0 0 .2em .2em;position:relative}.digital_newspaper_loading_box .loader-24:after,.digital_newspaper_loading_box .loader-24:before{position:absolute;content:""}.digital_newspaper_loading_box .loader-24:after{width:.2em;height:50%;border:.1em var(--theme-color-red) solid;border-left:none;border-radius:0 .5em .5em 0;left:calc(100% + .1em);top:.1em}.digital_newspaper_loading_box .loader-24:before{width:.1em;height:.3em;background-color:var(--theme-color-red);top:-.3em;left:.05em;box-shadow:.2em 0 0 0 var(--theme-color-red),.2em -.2em 0 0 var(--theme-color-red),.4em 0 0 0 var(--theme-color-red);-webkit-animation:loader-24 1s linear infinite alternate;animation:loader-24 1s linear infinite alternate}@-webkit-keyframes loader-24{0%{height:0}100%{height:6px}}@keyframes loader-24{0%{height:0}100%{height:6px}}.digital_newspaper_loading_box .loader-25{border:.1em var(--theme-color-red) solid;position:relative;-webkit-animation:loader-25-1 5s linear infinite;animation:loader-25-1 5s linear infinite}.digital_newspaper_loading_box .loader-25:after{width:.2em;height:.2em;position:absolute;content:"";background-color:var(--theme-color-red);bottom:calc(100% + .2em);left:-.4em;-webkit-animation:loader-25-2 1s ease-in-out infinite;animation:loader-25-2 1s ease-in-out infinite}@-webkit-keyframes loader-25-1{0%{box-shadow:inset 0 0 0 0 var(--theme-color-red)}100%{box-shadow:inset 0 -1em 0 0 var(--theme-color-red)}}@keyframes loader-25-1{0%{box-shadow:inset 0 0 0 0 var(--theme-color-red)}100%{box-shadow:inset 0 -1em 0 0 var(--theme-color-red)}}@-webkit-keyframes loader-25-2{25%{left:calc(100% + .2em);bottom:calc(100% + .2em)}50%{left:calc(100% + .2em);bottom:-.4em}75%{left:-.4em;bottom:-.4em}100%{left:-.4em;bottom:calc(100% + .2em)}}@keyframes loader-25-2{25%{left:calc(100% + .2em);bottom:calc(100% + .2em)}50%{left:calc(100% + .2em);bottom:-.4em}75%{left:-.4em;bottom:-.4em}100%{left:-.4em;bottom:calc(100% + .2em)}}.digital_newspaper_loading_box .loader-26{width:.5em;height:.5em;background-color:var(--theme-color-red);box-shadow:1em 0 0 var(--theme-color-red);border-radius:50%;-webkit-animation:loader-26 1s ease-in-out infinite alternate;animation:loader-26 1s ease-in-out infinite alternate}@-webkit-keyframes loader-26{0%{opacity:.1;transform:rotate(0deg) scale(.5)}100%{opacity:1;transform:rotate(360deg) scale(1.2)}}@keyframes loader-26{0%{opacity:.1;transform:rotate(0deg) scale(.5)}100%{opacity:1;transform:rotate(360deg) scale(1.2)}}.digital_newspaper_loading_box .loader-27{box-shadow:inset 0 0 0 .1em var(--theme-color-red);border-radius:50%;position:relative;margin-left:1.2em}.digital_newspaper_loading_box .loader-27:before{content:"";display:block;width:inherit;height:inherit;border-radius:50%;position:absolute;right:1.2em;top:0;box-shadow:inset 0 0 0 .1em var(--theme-color-red)}.digital_newspaper_loading_box .loader-27:after{border:.2em solid var(--theme-color-red);box-shadow:-1.2em 0 0 0 var(--theme-color-red);width:0;height:0;border-radius:50%;left:50%;top:25%;position:absolute;content:"";-webkit-animation:loader-27 2s linear infinite alternate;animation:loader-27 2s linear infinite alternate}@-webkit-keyframes loader-27{0%{left:0}100%{left:.5em}}@keyframes loader-27{0%{left:0}100%{left:.5em}}.digital_newspaper_loading_box .loader-28{position:relative;-webkit-animation:2s loader-28 infinite;animation:2s loader-28 infinite}.digital_newspaper_loading_box .loader-28:before{content:"";display:block;width:inherit;height:inherit;border-radius:80% 20%;border:.1em solid var(--theme-color-red);transform:rotate(45deg);border-width:.1em .05em .05em .1em}.digital_newspaper_loading_box .loader-28:after{content:"";display:block;width:.2em;height:.2em;position:absolute;top:.4em;left:50%;border-radius:50%;box-shadow:-.07em .07em 0 .1em var(--theme-color-red);-webkit-animation:2s loader-28-2 linear infinite;animation:2s loader-28-2 linear infinite}@-webkit-keyframes loader-28{0%,100%{transform:scaleY(1)}10%{transform:scaleY(0)}20%{transform:scaleY(1)}}@keyframes loader-28{0%,100%{transform:scaleY(1)}10%{transform:scaleY(0)}20%{transform:scaleY(1)}}@-webkit-keyframes loader-28{0%,100%{transform:translateX(0)}30%{transform:translateX(-100%)}50%{transform:transalteX(200%)}}@keyframes loader-28{0%,100%{transform:translateX(0)}30%{transform:translateX(-100%)}50%{transform:transalteX(200%)}}.digital_newspaper_loading_box .loader-29{border-radius:50%;box-shadow:inset 0 0 0 .1em var(--theme-color-red),-.5em -.5em 0 -.4em var(--theme-color-red),0 -.7em 0 -.4em var(--theme-color-red),.5em -.5em 0 -.4em var(--theme-color-red),-.5em .5em 0 -.4em var(--theme-color-red),0 .7em 0 -.4em var(--theme-color-red),.5em .5em 0 -.4em var(--theme-color-red),-.7em 0 0 -.4em var(--theme-color-red),.7em 0 0 -.4em var(--theme-color-red);-webkit-animation:5s loader-29 linear infinite;animation:5s loader-29 linear infinite}@-webkit-keyframes loader-29{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}@keyframes loader-29{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}@media (max-width:1030px){.sidebar-sticky #theme-content .row .secondary-sidebar{z-index:initial}.sidebar-sticky .secondary-sidebar,.sidebar-sticky .secondary-left-sidebar,.sidebar-sticky .secondary-sidebar,.sidebar-sticky .primary-content{position:initial}}@media (max-width:1025px){.news-filter .row-wrap{flex-direction:column}.news-filter.layout--one .featured-post{padding-right:0}.news-filter .row-wrap .trailing-post{padding-left:0}.news-filter.layout--one .trailing-post.bottom-trailing-post{flex-direction:column}body #theme-content .row{flex-direction:column}body #theme-content .row>div,body.both-sidebar #theme-content .row .secondary-left-sidebar,body.both-sidebar #theme-content .row .secondary-sidebar{width:100%;max-width:100%}body #theme-content .row .primary-content{order:1;margin-bottom:20px}body #theme-content .row .secondary-left-sidebar{order:2;margin:0;margin-bottom:20px}body #theme-content .row .secondary-sidebar{order:3;margin:0}body.both-sidebar #theme-content .row .secondary-left-sidebar{margin-right:0}body.both-sidebar #theme-content .row .secondary-sidebar{margin-left:0}#theme-content .secondary-sidebar{width:100%}body.single #theme-content .primary-content .single-related-posts-section-wrap.layout--list .single-related-posts-section article{flex:0 1 100%}body.both-sidebar #theme-content .row .primary-content{max-width:initial}.ticker-news-wrap span.icon{display:none}.news-grid .news-grid-post-wrap article.grid-item{flex:0 1 50%}.search.search-no-results #theme-content .row .primary-content{width:100%}body.right-sidebar #theme-content .row .secondary-sidebar,body.left-sidebar #theme-content .row .secondary-left-sidebar{margin:0}body.archive.author #theme-content .digital-newspaper-container.digital-newspaper-author-section .row{flex-direction:row}.search-popup--style-three .search-results-wrap .article-item .post-thumb-wrap{flex:0 1 20%}.site-header.layout--default .top-ticker-news .slick-list{width:88%}}@media (max-width:940px){.left-sidebar #theme-content .row,.right-sidebar #theme-content .row{flex-direction:column}.left-sidebar #theme-content .row>div,.right-sidebar #theme-content .row>div{max-width:100%;width:100%}#theme-content .row .primary-content{order:1;margin-bottom:20px}#theme-content .row .secondary-left-sidebar{order:2;margin:0}#theme-content .row .secondary-sidebar{order:3;margin:0}body.both-sidebar #theme-content .row .primary-content{max-width:100%;width:100%}body.right-sidebar #theme-content .row .primary-content,body.left-sidebar #theme-content .row .primary-content{max-width:100%;width:100%}.leftc-rights-section .row,.lefts-rightc-section .row{flex-direction:column}.leftc-rights-section .primary-content{margin-right:0}.leftc-rights-section .secondary-sidebar{margin-left:0;margin-top:25px}.lefts-rightc-section .primary-content{margin-left:0;order:1}.lefts-rightc-section .secondary-sidebar{margin-right:0;margin-top:25px;order:2}body.post-layout--two.no-sidebar #theme-content .row .primary-content .news-list-wrap article{flex:0 1 50%}.news-list-post-wrap.column--two{flex-direction:column}.news-list-post-wrap.column--two .list-item.no-feat-img .post-thumb-wrap{position:relative;padding-bottom:13%;width:100%;min-height:90px}.post-title{line-height:var(--post-title-lineheight-tab);letter-spacing:var(--post-title-letterspacing-tab);text-decoration:var(--post-title-textdecoration-tab);text-transform:var(--post-title-texttransform-tab)}body h2.post-title,.news-list-post-wrap .list-item .post-title,.news-list-post-wrap.column--two .list-item .post-title,body.post-layout--one #theme-content .primary-content article .post-element h2,body.post-layout--two #theme-content .primary-content .news-list-wrap .post-title{font-size:var(--post-title-size-tab)}.digital-newspaper-widget-carousel-posts .no-feat-img .post-thumb-wrap{padding-bottom:32.5%}.site-branding .site-title a{font-size:var(--site-title-size-tab);line-height:var(--site-title-lineheight-tab);letter-spacing:var(--site-title-letterspacing-tab)}h2.digital-newspaper-block-title,h2.digital-newspaper-widget-title{font-size:calc(var(--block-title-size-tab)*0.68);line-height:var(--block-title-lineheight-tab);letter-spacing:var(--block-title-letterspacing-tab)}.post-meta span,.post-meta time{font-size:var(--meta-size-tab);text-transform:var(--meta-texttransform-tab);text-decoration:var(--meta-textdecoration-tab)}.post-meta .author_name{font-size:var(--meta-size-tab);text-transform:var(--meta-texttransform-tab);text-decoration:var(--meta-textdecoration-tab)}.post-excerpt{font-size:var(--content-size-tab);text-transform:var(--content-texttransform-tab);text-decoration:var(--content-textdecoration-tab)}.single h1.entry-title{font-size:var(--single-title-size-tab);line-height:var(--single-title-lineheight-tab);letter-spacing:var(--single-title-letterspacing-tab)}.single .entry-header .post-categories li{line-height:var(--single-meta-lineheight-tab);font-weight:var(--single-meta-weight-tab)}.single .entry-header .post-categories li a{font-size:var(--single-meta-size-tab)}.single .entry-meta>span{font-size:var(--single-meta-size-tab)}.single .entry-meta>span{font-size:var(--single-meta-size-tab)}.single .post-inner .entry-content{font-size:var(--single-content-size-tab);line-height:var(--single-content-lineheight-tab);letter-spacing:var(--single-content-letterspacing-tab)}.site-header.layout--three .top-date-time,.site-header.layout--three .top-header-nrn-button-wrap{display:none}body .banner-layout--five .main-banner-list-posts{order:3;padding:0;flex:0 1 60%}body .banner-layout--five .main-banner-wrap{order:1;flex:0 1 70%;max-width:70%;padding:0 8px 0 0;margin-bottom:20px}body .banner-layout--five .main-banner-grid-posts{order:2;flex:0 1 30%;max-width:30%;padding:0 0 0 8px;margin-bottom:20px}}@media (max-width:768px){.main-navigation.hover-effect--one .menu>li>a:hover:before,.main-navigation.hover-effect--one .nav.menu>li>a:hover:before{content:none}body .site-header.layout--default .menu-item-description-wrap{top:7px;margin:0;overflow:hidden;left:auto;margin-left:12px}.digital-newspaper-widget-carousel-posts .no-feat-img .post-thumb-wrap{padding-bottom:44.5%}.site-header.layout--default .site-branding-section{padding:var(--header-padding-tablet) 0}.main-navigation ul ul{box-shadow:none}.site-footer .bottom-footer .bottom-inner-wrapper{flex-direction:column}.site-footer .site-info,.bottom-menu{text-align:center}.featured-post.is-sticky,.featured-post.is-sticky .post-thumb-wrap img{height:420px}.featured-post.is-sticky .post-element{padding:35px 35px 25px}.featured-post.is-sticky .post-element h2{width:100%;font-size:calc(var(--post-title-size)*1.3)}body .banner-layout--five .row{flex-direction:column}body .banner-layout--five .main-banner-wrap,body .banner-layout--five .main-banner-grid-posts{flex:100%;max-width:100%;padding:0}body .banner-layout--five .main-banner-wrap{order:1}body .banner-layout--five .main-banner-grid-posts{order:2}body .banner-layout--five .main-banner-wrap article .post-thumb{height:420px}body .banner-layout--five .main-banner-grid-posts article .post-thumb{height:295px}.search-popup--style-three .search-results-wrap{width:67%}.search-popup--style-three .site-header.layout--default .search-form-wrap form{width:90%}.site-header.layout--default .top-ticker-news .slick-list{width:75%}.search-popup--style-three.logged-in .site-header.layout--default .search-form-wrap{top:0}}@media (max-width:610px){.site-branding .site-title a{font-size:var(--site-title-size-mobile);line-height:var(--site-title-lineheight-mobile);letter-spacing:var(--site-title-letterspacing-mobile)}h2.digital-newspaper-block-title,h2.digital-newspaper-widget-title{font-size:calc(var(--block-title-size-mobile)*0.63);line-height:var(--block-title-lineheight-mobile);letter-spacing:var(--block-title-letterspacing-mobile)}.post-title{line-height:var(--post-title-lineheight-mobile);letter-spacing:var(--post-title-letterspacing-mobile);text-decoration:var(--post-title-textdecoration-mobile);text-transform:var(--post-title-texttransform-mobile)}.single h1.entry-title{font-size:var(--single-title-size-mobile);line-height:var(--single-title-lineheight-mobile);letter-spacing:var(--single-title-letterspacing-mobile)}.single .entry-header .post-categories li{line-height:var(--single-meta-lineheight-mobile);font-weight:var(--single-meta-weight-mobile)}.single .entry-header .post-categories li a{font-size:var(--single-meta-size-mobile)}.single .entry-meta>span{font-size:var(--single-meta-size-mobile)}.single .entry-meta>span{font-size:var(--single-meta-size-mobile)}.single .post-inner .entry-content{font-size:var(--single-content-size-mobile);line-height:var(--single-content-lineheight-mobile);letter-spacing:var(--single-content-letterspacing-mobile)}body h2.post-title,.news-list-post-wrap .list-item .post-title,.news-list-post-wrap.column--two .list-item .post-title,body.post-layout--one #theme-content .primary-content article .post-element h2,body.post-layout--two #theme-content .primary-content .news-list-wrap .post-title,.news-filter .featured-post .post-title,.leftc-rights-section .news-filter .trailing-post .post-title,.lefts-rightc-section .news-filter .trailing-post .post-title,.full-width-section .news-filter .featured-post .post-title,.bottom-full-width-section .news-filter .featured-post .post-title{font-size:var(--post-title-size-mobile)}.news-grid .news-grid-post-wrap article.grid-item{flex:100%}.news-list-post-wrap article .blaze_box_wrap{flex-direction:column;align-items:initial}.news-list article.list-item .blaze_box_wrap .post-element{padding:15px;margin:0}.news-list.section-no-thumbnail .post-element{padding-top:0}.news-filter.layout--one .trailing-post article .blaze_box_wrap{flex-direction:column;align-items:flex-start}.news-list-post-wrap article.no-feat-img figure{width:100%}body.post-layout--two #theme-content .row .primary-content .news-list-wrap article,body.post-layout--two.no-sidebar #theme-content .row .primary-content .news-list-wrap article{flex:0 1 100%}.post-excerpt{font-size:var(--content-size-mobile);text-transform:var(--content-texttransform-mobile);text-decoration:var(--content-textdecoration-mobile)}.site-header.layout--default .site-branding-section{padding:var(--header-padding-smartphone) 0}.news-list.layout--four .list-item .post-title{margin:0 0 6px;padding:0}.news-list.layout--four .list-item{align-items:flex-start}body.home.blog .news-filter .news-filter-post-wrap .filter-tab-content-wrapper .post-element{padding:15px}.ticker-news-wrap .digital-newspaper-ticker-controls{display:none}body .news-carousel .slick-slider ul.slick-dots{display:none!important}.site-header.layout--three .row{flex-direction:column;padding-top:10px;padding-bottom:10px}.ticker-news-section--full-width--layout .digital-newspaper-container,#main-banner-section.width-full-width--layout .digital-newspaper-container,.full-width-section.width-full-width--layout .digital-newspaper-container,.leftc-rights-section.width-full-width--layout .digital-newspaper-container,.lefts-rightc-section.width-full-width--layout .digital-newspaper-container,.bottom-full-width-section.width-full-width--layout .digital-newspaper-container,.site-main.width-full-width--layout .digital-newspaper-container,.header-width--full-width header.site-header .digital-newspaper-container,.search .site-main.width-full-width--layout .digital-newspaper-container,.error404 .site-main.width-full-width--layout .digital-newspaper-container,.home .site-main.width-full-width--layout .digital-newspaper-container,.single .site-main.width-full-width--layout .digital-newspaper-container,.archive .site-main.width-full-width--layout .digital-newspaper-container{margin:0}.ticker-news-section--full-width--layout .row,#main-banner-section.width-full-width--layout .row,.full-width-section.width-full-width--layout .row,.leftc-rights-section.width-full-width--layout .row,.lefts-rightc-section.width-full-width--layout .row,.bottom-full-width-section.width-full-width--layout .row,.home .site-main.width-full-width--layout .row,.search .site-main.width-full-width--layout .row,.error404 .site-main.width-full-width--layout .row,.single .site-main.width-full-width--layout .row,.archive .site-main.width-full-width--layout .row,.bottom-footer.width-full-width--layout .row,.header-width--full-width header.site-header .row{margin-right:calc(var(--bs-gutter-x) * -.5);margin-left:calc(var(--bs-gutter-x) * -.5)}.site-header.layout--default .top-ticker-news .slick-list{width:84%}.site-header.layout--default .top-ticker-news .slick-list li{text-align:initial}.search-popup--style-three .search-results-wrap{width:95%}}@media (max-width:700px){body.single #theme-content .primary-content .layout--grid .single-related-posts-wrap article{flex:1 1 100%}}@media (max-width:430px){body.post-layout--one #theme-content .primary-content article .blaze_box_wrap{flex-direction:column}body.home.blog #theme-content .primary-content .post-element,body.archive #theme-content .primary-content .post-element{padding:15px}}.sb-callout-ctn{width:370px;min-height:200px;overflow:auto;background:#fff;box-shadow:0 1px 5px 0 #0000000B,0 4px 12px 0 #0000000F,0 8px 23px 0 #00000013,0 14px 41px 0 #00000017,0 26px 77px 0 #0000001B}.sb-callout-ctn[data-type="frontend"]{position:fixed;bottom:25px;right:20px;z-index:1}.sb-callout-ctn[data-type="backend"]{position:fixed;bottom:85px;right:20px;z-index:99999}.sb-callout-ctn[data-type="side-menu"],body.wp-admin.index-php li .sb-callout-ctn[data-type="side-menu"],body.instagram-feed_page_sbi-feed-builder .sb-callout-ctn[data-type="side-menu"]{display:none!important;visibility:hidden!important;opacity:0!important}body:not([class*="page_sbi-feed-builder"]) .wp-menu-name:hover>.sb-callout-ctn[data-type="side-menu"],body:not([class*="page_sbi-feed-builder"]) .wp-has-current-submenu:hover .sb-callout-ctn[data-type="side-menu"],body.wp-admin.index-php .wp-menu-name .sb-callout-ctn[data-type="side-menu"]{display:block!important;visibility:visible!important;opacity:1!important}.sb-callout-ctn[data-type="side-menu"]{position:absolute;left:100%;top:-100px;z-index:999999}.sb-callout-ctn[data-position="bottom"]{bottom:0;top:unset}.sb-callout-ctn .sb-fs{width:100%;float:left;position:relative;box-sizing:border-box}.sb-callout-top-heading{padding:10px 15px;border-bottom:1px solid #E6E6EB;display:flex;align-items:center;column-gap:10px}.sb-callout-top-heading strong{color:#141B38!important;font-size:15px}.sb-callout-only-visible{font-size:10px;display:none;align-items:center;column-gap:5px;text-transform:uppercase;color:#0068A0!important;background:#D6F4FF!important;padding:2px 8px;border-radius:4px;line-height:21px}[data-type="frontend"] .sb-callout-top-heading{align-items:flex-start}[data-type="frontend"] .sb-callout-top-heading>svg{width:25px;margin-top:10px;height:auto}[data-type="frontend"] .sb-callout-only-visible{display:inline-flex}.sb-callout-top-dismiss{position:absolute;width:16px;height:20px;right:12px;top:10px;cursor:pointer;color:#2C324C!important}.sb-callout-top-dismiss:before,.sb-callout-top-dismiss:after{content:'';position:absolute;width:14px;height:2px;left:1px;top:8px;background:currentColor;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.sb-callout-top-dismiss:after{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.sb-callout-progress{padding:35px 25px;padding-bottom:45px;display:flex;align-items:center;justify-content:center;column-gap:20px}.sb-callout-progress-radial{width:71px;height:71px;flex-shrink:0;box-sizing:border-box;display:flex;justify-content:center;align-items:center;color:#0068A0!important;font-weight:600;font-size:17px}.sb-callout-progress-radial span{position:relative;z-index:9}.sb-callout-progress-radial svg{position:absolute;width:71px;height:71px}.sb-progress-svg{--size:71px;--half-size:calc(var(--size) / 2);--stroke-width:5px;--radius:calc((var(--size) - var(--stroke-width)) / 2);--circumference:calc(var(--radius) * pi * 2);--dash:calc((var(--progress) * var(--circumference)) / 100);animation:progress-animation 0s linear 0s 1 forwards}.sb-progress-svg circle{cx:var(--half-size);cy:var(--half-size);r:var(--radius);stroke-width:var(--stroke-width);fill:none}.sb-progress-svg .sb-progress-svg-bg{stroke:#0096CC;stroke-width:calc(var(--stroke-width) - 1px)}.sb-progress-svg .sb-progress-svg-fg{transform:rotate(-90deg);transform-origin:var(--half-size) var(--half-size);stroke-dasharray:var(--dash) calc(var(--circumference) - var(--dash));transition:stroke-dasharray 0s linear 0s;stroke:#9ce5ff;stroke-width:var(--stroke-width)}@property --progress{syntax:"<number>";inherits:false;initial-value:0}@keyframes progress-animation{from{--progress:0}to{--progress:var(--percent)}}.sb-callout-progress-text{display:flex;flex-direction:column}.sb-callout-progress-text strong{color:#141B38!important;font-size:16px}.sb-callout-progress-text span{color:#696D80!important;font-size:13px;margin-top:5px;line-height:1.5em}.sb-callout-plugins{padding:10px 0;background:#F9F9FA!important}.sb-callout-plugin-item{padding:5px 15px;display:flex;align-items:center;font-size:14px;font-weight:400;color:#434960!important;column-gap:10px}#adminmenu .sb-callout-plugin-item a:not(.sb-callout-item-btn){display:flex!important;color:inherit!important;justify-content:center;align-items:center;column-gap:7px;line-height:unset!important;background:unset!important}#adminmenu .sb-callout-plugin-item a:not(.sb-callout-item-btn):after{display:none}.sb-callout-item-checkbox{width:17px;height:17px;position:relative;flex-shrink:0;border-radius:50px;border:2px solid #9295A6!important}.sb-callout-plugin-item[data-done="true"]{color:#141B38!important;font-weight:600}.sb-callout-plugin-item[data-done="true"] .sb-callout-item-checkbox{background-color:#0096CC!important;border-color:#0096CC!important;color:#fff!important}.sb-callout-plugin-item[data-done="true"] .sb-callout-item-checkbox:after{content:'';position:absolute;width:9px;height:4px;border-left:2px solid currentColor;border-bottom:2px solid currentColor;-webkit-transform:rotate(-39deg);transform:rotate(-39deg);left:3px;top:4px}.sb-callout-item-btn{display:flex!important;background-color:#0068A0!important;color:#fff!important;font-size:10px!important;height:32px!important;font-weight:600!important;padding:10px 11px!important;position:relative!important;margin-left:auto!important;border-radius:3px!important;text-decoration:none!important;line-height:unset!important;align-items:center!important;justify-content:center!important;cursor:pointer!important}.sb-callout-item-btn.sb-callout-item-btn-grey{background:#F3F4F5!important;color:#141B38!important;border:1px solid #D0D1D7!important}.sb-callout-item-btn:after{content:''!important;position:absolute!important;width:5px!important;height:5px!important;right:14px!important;top:12px!important;border-right:2px solid currentColor!important;border-bottom:2px solid currentColor!important;-webkit-transform:rotate(-45deg)!important;transform:rotate(-45deg)!important}.sb-callout-bottom-btns{display:flex!important;justify-content:flex-start!important;padding:20px 20px!important;column-gap:10px!important;padding-bottom:5px!important}.sb-callout-bottom-btns .sb-callout-item-btn{margin-left:unset!important;flex-grow:1!important;text-align:center!important;font-size:11px!important;height:15px!important;cursor:pointer}[data-type="frontend"] .sb-callout-bottom-btns .sb-callout-item-btn{padding:7px 11px!important;height:unset!important}[data-type="dashboard"] .sb-callout-bottom-btns .sb-callout-item-btn{padding:10px 11px!important}.sb-callout-bottom-btns .sb-callout-item-btn:after{right:18px!important;top:14px!important}#adminmenu .sb-callout-ctn a:hover{box-shadow:unset!important}.sb-callout-ctn[data-type="dashboard"]{width:100%!important;box-sizing:border-box!important;background:unset!important;box-shadow:unset!important}.sb-callout-ctn[data-type="dashboard"] .sb-callout-top{display:none!important}#sb_dashboard_widget .inside{padding:0px!important}.sb-callout-top>a{background:unset!important;color:inherit}.sb-callout-ctn>a{display:none!important}.sb-callout-plugin-item .sb-callout-item-btn{padding:0 26px!important}@media (max-width:1200px){.sb-callout-ctn[data-type="frontend"],.sb-callout-ctn[data-type="backend"],.sb-callout-ctn[data-type="side-menu"]{display:none!important}}.addtoany_content{clear:both;margin:16px auto}.addtoany_header{margin:0 0 16px}.addtoany_list{display:inline;line-height:16px}.a2a_kit a:empty,.a2a_kit a[class^="a2a_button_"]:has(.a2a_s_undefined){display:none}.addtoany_list a,.widget .addtoany_list a{border:0;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle}.addtoany_list a img{border:0;display:inline-block;opacity:1;overflow:hidden;vertical-align:baseline}.addtoany_list a span{display:inline-block;float:none}.addtoany_list.a2a_kit_size_32 a{font-size:32px}.addtoany_list.a2a_kit_size_32 a:not(.addtoany_special_service)>span{height:32px;line-height:32px;width:32px}.addtoany_list a:not(.addtoany_special_service)>span{border-radius:4px;display:inline-block;opacity:1}.addtoany_list a .a2a_count{position:relative;vertical-align:top}.site .a2a_kit.addtoany_list a:focus,.addtoany_list a:hover,.widget .addtoany_list a:hover{background:none;border:0;box-shadow:none}.addtoany_list a:hover img,.addtoany_list a:hover span{opacity:.7}.addtoany_list a.addtoany_special_service:hover img,.addtoany_list a.addtoany_special_service:hover span{opacity:1}.addtoany_special_service{display:inline-block;vertical-align:middle}.addtoany_special_service a,.addtoany_special_service div,.addtoany_special_service div.fb_iframe_widget,.addtoany_special_service iframe,.addtoany_special_service span{margin:0;vertical-align:baseline!important}.addtoany_special_service iframe{display:inline;max-width:none}a.addtoany_share.addtoany_no_icon span.a2a_img_text{display:none}a.addtoany_share img{border:0;width:auto;height:auto}@media screen and (min-width:981px){.a2a_floating_style.a2a_default_style{display:none}}@font-face{font-family:'Nunito';font-style:normal;font-weight:200;src:url(https://kabarkalimantan1.com/wp-content/fonts/nunito/XRXV3I6Li01BKofIOOaBXso.woff2) format('woff2');unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:'Nunito';font-style:normal;font-weight:200;src:url(https://kabarkalimantan1.com/wp-content/fonts/nunito/XRXV3I6Li01BKofIMeaBXso.woff2) format('woff2');unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:'Nunito';font-style:normal;font-weight:200;src:url(https://kabarkalimantan1.com/wp-content/fonts/nunito/XRXV3I6Li01BKofIOuaBXso.woff2) format('woff2');unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:'Nunito';font-style:normal;font-weight:200;src:url(https://kabarkalimantan1.com/wp-content/fonts/nunito/XRXV3I6Li01BKofIO-aBXso.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:'Nunito';font-style:normal;font-weight:200;src:url(https://kabarkalimantan1.com/wp-content/fonts/nunito/XRXV3I6Li01BKofINeaB.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:'Nunito';font-style:normal;font-weight:300;src:url(https://kabarkalimantan1.com/wp-content/fonts/nunito/XRXV3I6Li01BKofIOOaBXso.woff2) format('woff2');unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:'Nunito';font-style:normal;font-weight:300;src:url(https://kabarkalimantan1.com/wp-content/fonts/nunito/XRXV3I6Li01BKofIMeaBXso.woff2) format('woff2');unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:'Nunito';font-style:normal;font-weight:300;src:url(https://kabarkalimantan1.com/wp-content/fonts/nunito/XRXV3I6Li01BKofIOuaBXso.woff2) format('woff2');unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:'Nunito';font-style:normal;font-weight:300;src:url(https://kabarkalimantan1.com/wp-content/fonts/nunito/XRXV3I6Li01BKofIO-aBXso.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:'Nunito';font-style:normal;font-weight:300;src:url(https://kabarkalimantan1.com/wp-content/fonts/nunito/XRXV3I6Li01BKofINeaB.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:'Nunito';font-style:normal;font-weight:400;src:url(https://kabarkalimantan1.com/wp-content/fonts/nunito/XRXV3I6Li01BKofIOOaBXso.woff2) format('woff2');unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:'Nunito';font-style:normal;font-weight:400;src:url(https://kabarkalimantan1.com/wp-content/fonts/nunito/XRXV3I6Li01BKofIMeaBXso.woff2) format('woff2');unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:'Nunito';font-style:normal;font-weight:400;src:url(https://kabarkalimantan1.com/wp-content/fonts/nunito/XRXV3I6Li01BKofIOuaBXso.woff2) format('woff2');unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:'Nunito';font-style:normal;font-weight:400;src:url(https://kabarkalimantan1.com/wp-content/fonts/nunito/XRXV3I6Li01BKofIO-aBXso.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:'Nunito';font-style:normal;font-weight:400;src:url(https://kabarkalimantan1.com/wp-content/fonts/nunito/XRXV3I6Li01BKofINeaB.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:'Nunito';font-style:normal;font-weight:500;src:url(https://kabarkalimantan1.com/wp-content/fonts/nunito/XRXV3I6Li01BKofIOOaBXso.woff2) format('woff2');unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:'Nunito';font-style:normal;font-weight:500;src:url(https://kabarkalimantan1.com/wp-content/fonts/nunito/XRXV3I6Li01BKofIMeaBXso.woff2) format('woff2');unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:'Nunito';font-style:normal;font-weight:500;src:url(https://kabarkalimantan1.com/wp-content/fonts/nunito/XRXV3I6Li01BKofIOuaBXso.woff2) format('woff2');unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:'Nunito';font-style:normal;font-weight:500;src:url(https://kabarkalimantan1.com/wp-content/fonts/nunito/XRXV3I6Li01BKofIO-aBXso.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:'Nunito';font-style:normal;font-weight:500;src:url(https://kabarkalimantan1.com/wp-content/fonts/nunito/XRXV3I6Li01BKofINeaB.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:'Nunito';font-style:normal;font-weight:600;src:url(https://kabarkalimantan1.com/wp-content/fonts/nunito/XRXV3I6Li01BKofIOOaBXso.woff2) format('woff2');unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:'Nunito';font-style:normal;font-weight:600;src:url(https://kabarkalimantan1.com/wp-content/fonts/nunito/XRXV3I6Li01BKofIMeaBXso.woff2) format('woff2');unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:'Nunito';font-style:normal;font-weight:600;src:url(https://kabarkalimantan1.com/wp-content/fonts/nunito/XRXV3I6Li01BKofIOuaBXso.woff2) format('woff2');unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:'Nunito';font-style:normal;font-weight:600;src:url(https://kabarkalimantan1.com/wp-content/fonts/nunito/XRXV3I6Li01BKofIO-aBXso.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:'Nunito';font-style:normal;font-weight:600;src:url(https://kabarkalimantan1.com/wp-content/fonts/nunito/XRXV3I6Li01BKofINeaB.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:'Nunito';font-style:normal;font-weight:700;src:url(https://kabarkalimantan1.com/wp-content/fonts/nunito/XRXV3I6Li01BKofIOOaBXso.woff2) format('woff2');unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:'Nunito';font-style:normal;font-weight:700;src:url(https://kabarkalimantan1.com/wp-content/fonts/nunito/XRXV3I6Li01BKofIMeaBXso.woff2) format('woff2');unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:'Nunito';font-style:normal;font-weight:700;src:url(https://kabarkalimantan1.com/wp-content/fonts/nunito/XRXV3I6Li01BKofIOuaBXso.woff2) format('woff2');unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:'Nunito';font-style:normal;font-weight:700;src:url(https://kabarkalimantan1.com/wp-content/fonts/nunito/XRXV3I6Li01BKofIO-aBXso.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:'Nunito';font-style:normal;font-weight:700;src:url(https://kabarkalimantan1.com/wp-content/fonts/nunito/XRXV3I6Li01BKofINeaB.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:'Nunito';font-style:normal;font-weight:800;src:url(https://kabarkalimantan1.com/wp-content/fonts/nunito/XRXV3I6Li01BKofIOOaBXso.woff2) format('woff2');unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:'Nunito';font-style:normal;font-weight:800;src:url(https://kabarkalimantan1.com/wp-content/fonts/nunito/XRXV3I6Li01BKofIMeaBXso.woff2) format('woff2');unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:'Nunito';font-style:normal;font-weight:800;src:url(https://kabarkalimantan1.com/wp-content/fonts/nunito/XRXV3I6Li01BKofIOuaBXso.woff2) format('woff2');unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:'Nunito';font-style:normal;font-weight:800;src:url(https://kabarkalimantan1.com/wp-content/fonts/nunito/XRXV3I6Li01BKofIO-aBXso.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:'Nunito';font-style:normal;font-weight:800;src:url(https://kabarkalimantan1.com/wp-content/fonts/nunito/XRXV3I6Li01BKofINeaB.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:'Nunito';font-style:normal;font-weight:900;src:url(https://kabarkalimantan1.com/wp-content/fonts/nunito/XRXV3I6Li01BKofIOOaBXso.woff2) format('woff2');unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:'Nunito';font-style:normal;font-weight:900;src:url(https://kabarkalimantan1.com/wp-content/fonts/nunito/XRXV3I6Li01BKofIMeaBXso.woff2) format('woff2');unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:'Nunito';font-style:normal;font-weight:900;src:url(https://kabarkalimantan1.com/wp-content/fonts/nunito/XRXV3I6Li01BKofIOuaBXso.woff2) format('woff2');unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:'Nunito';font-style:normal;font-weight:900;src:url(https://kabarkalimantan1.com/wp-content/fonts/nunito/XRXV3I6Li01BKofIO-aBXso.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:'Nunito';font-style:normal;font-weight:900;src:url(https://kabarkalimantan1.com/wp-content/fonts/nunito/XRXV3I6Li01BKofINeaB.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:'Rubik';font-style:normal;font-weight:300;src:url(https://kabarkalimantan1.com/wp-content/fonts/rubik/iJWKBXyIfDnIV7nErXyi0A.woff2) format('woff2');unicode-range:U+0600-06FF,U+0750-077F,U+0870-088E,U+0890-0891,U+0897-08E1,U+08E3-08FF,U+200C-200E,U+2010-2011,U+204F,U+2E41,U+FB50-FDFF,U+FE70-FE74,U+FE76-FEFC,U+102E0-102FB,U+10E60-10E7E,U+10EC2-10EC4,U+10EFC-10EFF,U+1EE00-1EE03,U+1EE05-1EE1F,U+1EE21-1EE22,U+1EE24,U+1EE27,U+1EE29-1EE32,U+1EE34-1EE37,U+1EE39,U+1EE3B,U+1EE42,U+1EE47,U+1EE49,U+1EE4B,U+1EE4D-1EE4F,U+1EE51-1EE52,U+1EE54,U+1EE57,U+1EE59,U+1EE5B,U+1EE5D,U+1EE5F,U+1EE61-1EE62,U+1EE64,U+1EE67-1EE6A,U+1EE6C-1EE72,U+1EE74-1EE77,U+1EE79-1EE7C,U+1EE7E,U+1EE80-1EE89,U+1EE8B-1EE9B,U+1EEA1-1EEA3,U+1EEA5-1EEA9,U+1EEAB-1EEBB,U+1EEF0-1EEF1}@font-face{font-family:'Rubik';font-style:normal;font-weight:300;src:url(https://kabarkalimantan1.com/wp-content/fonts/rubik/iJWKBXyIfDnIV7nMrXyi0A.woff2) format('woff2');unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:'Rubik';font-style:normal;font-weight:300;src:url(https://kabarkalimantan1.com/wp-content/fonts/rubik/iJWKBXyIfDnIV7nFrXyi0A.woff2) format('woff2');unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:'Rubik';font-style:normal;font-weight:300;src:url(https://kabarkalimantan1.com/wp-content/fonts/rubik/iJWKBXyIfDnIV7nDrXyi0A.woff2) format('woff2');unicode-range:U+0307-0308,U+0590-05FF,U+200C-2010,U+20AA,U+25CC,U+FB1D-FB4F}@font-face{font-family:'Rubik';font-style:normal;font-weight:300;src:url(https://kabarkalimantan1.com/wp-content/fonts/rubik/iJWKBXyIfDnIV7nPrXyi0A.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:'Rubik';font-style:normal;font-weight:300;src:url(https://kabarkalimantan1.com/wp-content/fonts/rubik/iJWKBXyIfDnIV7nBrXw.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:'Rubik';font-style:normal;font-weight:400;src:url(https://kabarkalimantan1.com/wp-content/fonts/rubik/iJWKBXyIfDnIV7nErXyi0A.woff2) format('woff2');unicode-range:U+0600-06FF,U+0750-077F,U+0870-088E,U+0890-0891,U+0897-08E1,U+08E3-08FF,U+200C-200E,U+2010-2011,U+204F,U+2E41,U+FB50-FDFF,U+FE70-FE74,U+FE76-FEFC,U+102E0-102FB,U+10E60-10E7E,U+10EC2-10EC4,U+10EFC-10EFF,U+1EE00-1EE03,U+1EE05-1EE1F,U+1EE21-1EE22,U+1EE24,U+1EE27,U+1EE29-1EE32,U+1EE34-1EE37,U+1EE39,U+1EE3B,U+1EE42,U+1EE47,U+1EE49,U+1EE4B,U+1EE4D-1EE4F,U+1EE51-1EE52,U+1EE54,U+1EE57,U+1EE59,U+1EE5B,U+1EE5D,U+1EE5F,U+1EE61-1EE62,U+1EE64,U+1EE67-1EE6A,U+1EE6C-1EE72,U+1EE74-1EE77,U+1EE79-1EE7C,U+1EE7E,U+1EE80-1EE89,U+1EE8B-1EE9B,U+1EEA1-1EEA3,U+1EEA5-1EEA9,U+1EEAB-1EEBB,U+1EEF0-1EEF1}@font-face{font-family:'Rubik';font-style:normal;font-weight:400;src:url(https://kabarkalimantan1.com/wp-content/fonts/rubik/iJWKBXyIfDnIV7nMrXyi0A.woff2) format('woff2');unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:'Rubik';font-style:normal;font-weight:400;src:url(https://kabarkalimantan1.com/wp-content/fonts/rubik/iJWKBXyIfDnIV7nFrXyi0A.woff2) format('woff2');unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:'Rubik';font-style:normal;font-weight:400;src:url(https://kabarkalimantan1.com/wp-content/fonts/rubik/iJWKBXyIfDnIV7nDrXyi0A.woff2) format('woff2');unicode-range:U+0307-0308,U+0590-05FF,U+200C-2010,U+20AA,U+25CC,U+FB1D-FB4F}@font-face{font-family:'Rubik';font-style:normal;font-weight:400;src:url(https://kabarkalimantan1.com/wp-content/fonts/rubik/iJWKBXyIfDnIV7nPrXyi0A.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:'Rubik';font-style:normal;font-weight:400;src:url(https://kabarkalimantan1.com/wp-content/fonts/rubik/iJWKBXyIfDnIV7nBrXw.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:'Rubik';font-style:normal;font-weight:500;src:url(https://kabarkalimantan1.com/wp-content/fonts/rubik/iJWKBXyIfDnIV7nErXyi0A.woff2) format('woff2');unicode-range:U+0600-06FF,U+0750-077F,U+0870-088E,U+0890-0891,U+0897-08E1,U+08E3-08FF,U+200C-200E,U+2010-2011,U+204F,U+2E41,U+FB50-FDFF,U+FE70-FE74,U+FE76-FEFC,U+102E0-102FB,U+10E60-10E7E,U+10EC2-10EC4,U+10EFC-10EFF,U+1EE00-1EE03,U+1EE05-1EE1F,U+1EE21-1EE22,U+1EE24,U+1EE27,U+1EE29-1EE32,U+1EE34-1EE37,U+1EE39,U+1EE3B,U+1EE42,U+1EE47,U+1EE49,U+1EE4B,U+1EE4D-1EE4F,U+1EE51-1EE52,U+1EE54,U+1EE57,U+1EE59,U+1EE5B,U+1EE5D,U+1EE5F,U+1EE61-1EE62,U+1EE64,U+1EE67-1EE6A,U+1EE6C-1EE72,U+1EE74-1EE77,U+1EE79-1EE7C,U+1EE7E,U+1EE80-1EE89,U+1EE8B-1EE9B,U+1EEA1-1EEA3,U+1EEA5-1EEA9,U+1EEAB-1EEBB,U+1EEF0-1EEF1}@font-face{font-family:'Rubik';font-style:normal;font-weight:500;src:url(https://kabarkalimantan1.com/wp-content/fonts/rubik/iJWKBXyIfDnIV7nMrXyi0A.woff2) format('woff2');unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:'Rubik';font-style:normal;font-weight:500;src:url(https://kabarkalimantan1.com/wp-content/fonts/rubik/iJWKBXyIfDnIV7nFrXyi0A.woff2) format('woff2');unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:'Rubik';font-style:normal;font-weight:500;src:url(https://kabarkalimantan1.com/wp-content/fonts/rubik/iJWKBXyIfDnIV7nDrXyi0A.woff2) format('woff2');unicode-range:U+0307-0308,U+0590-05FF,U+200C-2010,U+20AA,U+25CC,U+FB1D-FB4F}@font-face{font-family:'Rubik';font-style:normal;font-weight:500;src:url(https://kabarkalimantan1.com/wp-content/fonts/rubik/iJWKBXyIfDnIV7nPrXyi0A.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:'Rubik';font-style:normal;font-weight:500;src:url(https://kabarkalimantan1.com/wp-content/fonts/rubik/iJWKBXyIfDnIV7nBrXw.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:'Rubik';font-style:normal;font-weight:600;src:url(https://kabarkalimantan1.com/wp-content/fonts/rubik/iJWKBXyIfDnIV7nErXyi0A.woff2) format('woff2');unicode-range:U+0600-06FF,U+0750-077F,U+0870-088E,U+0890-0891,U+0897-08E1,U+08E3-08FF,U+200C-200E,U+2010-2011,U+204F,U+2E41,U+FB50-FDFF,U+FE70-FE74,U+FE76-FEFC,U+102E0-102FB,U+10E60-10E7E,U+10EC2-10EC4,U+10EFC-10EFF,U+1EE00-1EE03,U+1EE05-1EE1F,U+1EE21-1EE22,U+1EE24,U+1EE27,U+1EE29-1EE32,U+1EE34-1EE37,U+1EE39,U+1EE3B,U+1EE42,U+1EE47,U+1EE49,U+1EE4B,U+1EE4D-1EE4F,U+1EE51-1EE52,U+1EE54,U+1EE57,U+1EE59,U+1EE5B,U+1EE5D,U+1EE5F,U+1EE61-1EE62,U+1EE64,U+1EE67-1EE6A,U+1EE6C-1EE72,U+1EE74-1EE77,U+1EE79-1EE7C,U+1EE7E,U+1EE80-1EE89,U+1EE8B-1EE9B,U+1EEA1-1EEA3,U+1EEA5-1EEA9,U+1EEAB-1EEBB,U+1EEF0-1EEF1}@font-face{font-family:'Rubik';font-style:normal;font-weight:600;src:url(https://kabarkalimantan1.com/wp-content/fonts/rubik/iJWKBXyIfDnIV7nMrXyi0A.woff2) format('woff2');unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:'Rubik';font-style:normal;font-weight:600;src:url(https://kabarkalimantan1.com/wp-content/fonts/rubik/iJWKBXyIfDnIV7nFrXyi0A.woff2) format('woff2');unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:'Rubik';font-style:normal;font-weight:600;src:url(https://kabarkalimantan1.com/wp-content/fonts/rubik/iJWKBXyIfDnIV7nDrXyi0A.woff2) format('woff2');unicode-range:U+0307-0308,U+0590-05FF,U+200C-2010,U+20AA,U+25CC,U+FB1D-FB4F}@font-face{font-family:'Rubik';font-style:normal;font-weight:600;src:url(https://kabarkalimantan1.com/wp-content/fonts/rubik/iJWKBXyIfDnIV7nPrXyi0A.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:'Rubik';font-style:normal;font-weight:600;src:url(https://kabarkalimantan1.com/wp-content/fonts/rubik/iJWKBXyIfDnIV7nBrXw.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}/*!
Theme Name: Digital Newspaper
Theme URI: https://blazethemes.com/theme/digital-newspaper-free/
Author: BlazeThemes
Author URI: https://blazethemes.com/
Description: Digital Newspaper is now here to captivate WordPress website owners with unprecedented features you shall only find here first. The main banner has a professional 3 columns design that’s best suitable for news sites. It comes with 7 front sections with 7 different news block layouts and 9 custom Digital Newspaper widgets. You will get to choose separate colors and designs for all main elements of the page at both the initial and hover states. There are typography controls (5 font families, and font-weight) for Site title, Navigation Menu, Block Title, Post Title, Post Meta, Post Content, Archive, and Single Post. The theme provides custom breadcrumb trail options for popular plugins - Breadcrumb NavXT, Yoast SEO, and Rank Math SEO plugin. You will get a welcome dilemma in having to choose between 5 front page sidebar layouts, 5 archive sidebar layouts, 5 post sidebar layouts, 5 page sidebar layouts with sticky option in each layout, and 2 basic archive layouts. Also, the header section can be made sticky upon scrolling up and the theme has a scroll-to-top button. Enjoy the preference to select between boxed and full-width layouts in all sections. Available with 4+ pre-built starter websites, that you will get to install in one click. Demo link: https://doc.blazethemes.com/digital-newspaper/ Video tutorial: https://www.youtube.com/watch?v=h1aumrJXlyY
Version: 1.1.16
Tested up to: 6.0
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: digital-newspaper
Tags: news, blog, entertainment, one-column, two-columns, grid-layout, block-styles, left-sidebar, right-sidebar, custom-header, flexible-header, custom-background, custom-colors, custom-menu, featured-images, full-width-template, post-formats, sticky-post, rtl-language-support, footer-widgets, theme-options, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Digital Newspaper is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
 
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
 html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:#fff0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}*,*::before,*::after{box-sizing:inherit}html{box-sizing:border-box;scroll-behavior:smooth}body,button,input,select,optgroup,textarea{color:var(--body-text-default-color);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;font-size:1rem;line-height:1.5}h1,h2,h3,h4,h5,h6{clear:both}p{margin-bottom:1.5em}dfn,cite,em,i{font-style:italic}blockquote{margin:0 1.5em;border-left:5px solid var(--border-bottom-color);padding-left:15px}address{margin:0 0 1.5em}pre{background:#eee;font-family:var(--post-content-font);line-height:1.6;margin-bottom:1.6em;max-width:100%;padding:40px}code,kbd,tt,var{font-family:monaco,consolas,"Andale Mono","DejaVu Sans Mono",monospace}abbr,acronym{border-bottom:1px dotted #666;cursor:help}mark,ins{background:#fff9c0;text-decoration:none}big{font-size:125%}body{background:#fff}hr{background-color:#ccc;border:0;height:1px;margin-bottom:1.5em}ul,ol{margin:0 0 1.5em .5em}ul{list-style:disc}ol{list-style:decimal}li>ul,li>ol{margin-bottom:0;margin-left:.2em}dt{font-weight:700}dd{margin:0 .3em 1.5em}embed,iframe,object{max-width:100%}img{height:auto;max-width:100%}figure{margin:1em 0}table{margin:0 0 1.5em;width:100%}a{color:#4169e1}a:visited{color:#4169e1}a:hover,a:focus,a:active{color:#191970}a:focus{outline:thin dotted}a:hover,a:active{outline:0}button,input[type="button"],input[type="reset"],input[type="submit"]{border:1px solid;border-color:#ccc #ccc #bbb;border-radius:3px;background:#e6e6e6;color:rgb(0 0 0 / .8);line-height:1;padding:.6em 1em .4em}button:hover,input[type="button"]:hover,input[type="reset"]:hover,input[type="submit"]:hover{border-color:#ccc #bbb #aaa}button:active,button:focus,input[type="button"]:active,input[type="button"]:focus,input[type="reset"]:active,input[type="reset"]:focus,input[type="submit"]:active,input[type="submit"]:focus{border-color:#aaa #bbb #bbb}input[type="text"],input[type="email"],input[type="url"],input[type="password"],input[type="search"],input[type="number"],input[type="tel"],input[type="range"],input[type="date"],input[type="month"],input[type="week"],input[type="time"],input[type="datetime"],input[type="datetime-trendy"],input[type="color"],textarea{color:#666;border:1px solid #ccc;border-radius:3px;padding:5px}input[type="text"]:focus,input[type="email"]:focus,input[type="url"]:focus,input[type="password"]:focus,input[type="search"]:focus,input[type="number"]:focus,input[type="tel"]:focus,input[type="range"]:focus,input[type="date"]:focus,input[type="month"]:focus,input[type="week"]:focus,input[type="time"]:focus,input[type="datetime"]:focus,input[type="datetime-trendy"]:focus,input[type="color"]:focus,textarea:focus{color:#111}select{border:1px solid #ccc}textarea{width:100%}.main-navigation{display:block;width:100%}.main-navigation ul{display:none;list-style:none;margin:0;padding-left:0}.main-navigation ul ul{box-shadow:0 3px 3px rgb(0 0 0 / .2);float:left;position:absolute;top:100%;left:-999em;z-index:99999}.main-navigation ul ul ul{left:-999em;top:0}.main-navigation ul ul li:hover>ul,.main-navigation ul ul li.focus>ul{display:block;left:auto}.main-navigation ul ul a{width:200px}.main-navigation ul li:hover>ul,.main-navigation ul li.focus>ul{left:auto}.main-navigation li{position:relative}.main-navigation a{display:block;text-decoration:none}.menu-toggle,.main-navigation.toggled ul{display:block}@media screen and (min-width:48.1em){.menu-toggle{display:none}.main-navigation ul{display:flex;flex-wrap:wrap}.site-header.layout--one .main-navigation ul{justify-content:center}}.site-main .comment-navigation,.site-main .posts-navigation,.site-main .post-navigation{margin:0 0 1.5em}.comment-navigation .nav-links,.posts-navigation .nav-links,.post-navigation .nav-links{display:flex}.comment-navigation .nav-previous,.posts-navigation .nav-previous,.post-navigation .nav-previous{flex:1 0 50%}.comment-navigation .nav-next,.posts-navigation .nav-next,.post-navigation .nav-next{text-align:end;flex:1 0 50%}.sticky{display:block}.updated:not(.published){display:none}.page-content,.entry-content,.entry-summary{margin:1.5em 0 0}.page-links{clear:both;margin:0 0 1.5em}.comment-content a{word-wrap:break-word}.bypostauthor{display:block}.widget{margin:0 0 1.5em}.widget select{max-width:100%}.page-content .wp-smiley,.entry-content .wp-smiley,.comment-content .wp-smiley{border:none;margin-bottom:0;margin-top:0;padding:0}.custom-logo-link{display:inline-block}.wp-caption{margin-bottom:1.5em;max-width:100%}.wp-caption img[class*="wp-image-"]{display:block;margin-left:auto;margin-right:auto}.wp-caption .wp-caption-text{margin:.8075em 0}.wp-caption-text{text-align:center}.gallery{margin-bottom:1em;display:grid;grid-gap:1em}.gallery-item{display:inline-block;text-align:center;width:100%}.gallery-columns-2{grid-template-columns:repeat(2,1fr)}.gallery-columns-3{grid-template-columns:repeat(3,1fr)}.gallery-columns-4{grid-template-columns:repeat(4,1fr)}.gallery-columns-5{grid-template-columns:repeat(5,1fr)}.gallery-columns-6{grid-template-columns:repeat(6,1fr)}.gallery-columns-7{grid-template-columns:repeat(7,1fr)}.gallery-columns-8{grid-template-columns:repeat(8,1fr)}.gallery-columns-9{grid-template-columns:repeat(9,1fr)}.gallery-caption{display:block}.infinite-scroll .posts-navigation,.infinite-scroll.neverending .site-footer{display:none}.infinity-end.neverending .site-footer{display:block}.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;word-wrap:normal!important}.screen-reader-text:focus{background-color:#f1f1f1;border-radius:3px;box-shadow:0 0 2px 2px rgb(0 0 0 / .6);clip:auto!important;clip-path:none;color:#21759b;display:block;font-size:.875rem;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}#primary[tabindex="-1"]:focus{outline:0}.alignleft{float:left;margin-right:1.5em;margin-bottom:1.5em}.alignright{float:right;margin-left:1.5em;margin-bottom:1.5em}.aligncenter{clear:both;display:block;margin-left:auto;margin-right:auto;margin-bottom:1.5em}/*!
Theme Name: Digital Newspaper Plus
Theme URI: https://blazethemes.com/theme/digital-newspaper-free/
Author: BlazeThemes
Author URI: https://blazethemes.com/
Description: Digital Newspaper Plus is now here to captivate WordPress website owners with unprecedented features you shall only find here first. The main banner has a professional 3 columns design that’s best suitable for news sites. It comes with 7 front sections with 7 different news block layouts and 9 custom Digital Newspaper Plus widgets. You will get to choose separate colors and designs for all main elements of the page at both the initial and hover states. There are typography controls (5 font families, and font-weight) for Site title, Navigation Menu, Block Title, Post Title, Post Meta, Post Content, Archive, and Single Post. The theme provides custom breadcrumb trail options for popular plugins - Breadcrumb NavXT, Yoast SEO, and Rank Math SEO plugin. You will get a welcome dilemma in having to choose between 5 front page sidebar layouts, 5 archive sidebar layouts, 5 post sidebar layouts, 5 page sidebar layouts with sticky option in each layout, and 2 basic archive layouts. Also, the header section can be made sticky upon scrolling up and the theme has a scroll-to-top button. Enjoy the preference to select between boxed and full-width layouts in all sections. Available with 4+ pre-built starter websites, that you will get to install in one click. Demo link: https://doc.blazethemes.com/digital-newspaper/ Video tutorial: https://www.youtube.com/watch?v=h1aumrJXlyY
Version: 1.0.4
Tested up to: 6.0
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: digital-newspaper-plus
Template: digital-newspaper
Tags: news, blog, entertainment, one-column, two-columns, grid-layout, block-styles, left-sidebar, right-sidebar, custom-header, flexible-header, custom-background, custom-colors, custom-menu, featured-images, full-width-template, post-formats, sticky-post, rtl-language-support, footer-widgets, theme-options, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Digital Newspaper Plus is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
 :root{--digital-dark-color:#000;--site-bk-color:#f0f1f2;--newsletter-color:#27272a;--random-news-color:#27272a;--newsletter-color-hover:#27272a;--random-news-color-hover:#27272a;--top-header-slider-arrow-color:#fff;--white-text:#fff;--theme-color-red:#924ed5;--block-title-border-bottom-color:#e5e5e5;--block-title-color:#000;--border-color:#27272a}.digital_newspaper_dark_mode{--digital-dark-color:#fff;--site-bk-color:#27272b;--block-title-color:#fff;--border-color:#ffffff2e}body{background:var(--site-bk-color)}body .site-header.layout--default .main-header .menu-section{background-color:var(--header-bk-color)}.site-footer.dark_bk{border-top-color:var(--theme-color-red)}.error404 h1.page-title{text-align:center}.error404 #theme-content .button-404{text-transform:unset}#digital-newspaper-scroll-to-top{padding:2px 15px}#digital-newspaper-scroll-to-top:hover{background-color:var(--theme-color-red)}.block-title--layout-seven h2.digital-newspaper-block-title,.block-title--layout-seven .news-filter .post_title_filter_wrap,.block-title--layout-seven h2.digital-newspaper-widget-title,.archive.block-title--layout-seven .page-header,.search.block-title--layout-seven .page-header,.block-title--layout-seven h2.widget-title{border-bottom:2px solid var(--border-color);padding-bottom:6px}.block-title--layout-seven h2.digital-newspaper-block-title span,.block-title--layout-seven h2.digital-newspaper-widget-title span,.archive.block-title--layout-seven .page-header h1,.search.block-title--layout-seven .page-header h1,.block-title--layout-seven h2.widget-title span{background-color:#fff0;padding:0;color:var(--block-title-color);display:flex;align-items:center;gap:5px}.block-title--layout-seven h2.digital-newspaper-block-title span:before,.block-title--layout-seven h2.digital-newspaper-widget-title span:before,.archive.block-title--layout-seven .page-header h1:before,.search.block-title--layout-seven .page-header h1:before,.block-title--layout-seven h2.widget-title span:before{content:'';display:inline-block;width:10px;height:10px;position:relative;margin-right:6px;background:var(--theme-color-red)}.block-title--layout-seven .news-filter h2.digital-newspaper-block-title{border-bottom:none;padding:0}.archive.block-title--layout-seven .page-header{margin-bottom:25px}.archive.block-title--layout-seven .page-header .pate-title{padding-bottom:8px}.block-title--layout-seven .dark_bk h2.digital-newspaper-widget-title span,.block-title--layout-seven .dark_bk h2.widget-title span{color:#fff}.block-title--layout-seven .dark_bk h2.digital-newspaper-widget-title,.block-title--layout-seven .dark_bk h2.widget-title{border-color:#fff3}.site-header.layout--default .main-header .site-branding-section .row{justify-content:space-between;gap:20px}.site-header.layout--default .main-header .site-branding-section .row .ads-banner{flex:0 1 60%}body.site-boxed--layout{background-color:#f0f0f0}.site-header.layout--two .menu-section{background-color:#fff}.site-header.layout--two .menu-section .row{border-top:1px solid #f0f0f0}.digital_newspaper_dark_mode .site-header.layout--two .menu-section .row{border-color:#f0f0f082}.site-header.layout--two .main-header .sidebar-toggle-wrap{padding:0 15px 0 0}.site-header.layout--two .nav-menu{justify-content:flex-start;-webkit-justify-content:flex-start}.site-header.layout--two .social-icons-wrap{flex:1 1 20%}.site-header.layout--two .top-ticker-news .slick-arrow{color:#fff9}body .site-header.layout--default.layout--three .newsletter-element a,body .site-header.layout--default.layout--three .random-news-element a{color:#fff}body .post-categories a{color:var(--white-text)}body.digital_newspaper_dark_mode .digital-newspaper-category-no-bk .post-categories li.cat-item a{color:#8a8a8c}figure{margin:0}.tab_slider--banner_slider .main-banner-wrap{order:2;padding-right:0;padding-left:20px}.banner-layout--two.tab_slider--banner_slider .main-banner-wrap{padding-right:0}.tab_slider--banner_slider.banner-layout--two .main-banner-wrap .slick-prev{left:25px;right:auto}.tab_slider--banner_slider.banner-layout--two .main-banner-wrap .slick-next{right:auto;left:70px}.tab_slider--banner_slider.banner-layout--two .main-banner-slider .post-element{float:right}@media (max-width:950px){.tab_slider--banner_slider .main-banner-wrap{order:initial;padding-left:0}}@media (max-width:500px){.main-banner-wrap .post-element .post-excerpt{display:none}.banner-layout--two .main-banner-wrap .main-banner-slider .post-element .post-title{font-size:1.6rem;line-height:30px}}.banner-layout--two .row{display:flex;align-items:flex-start}.banner-layout--five .slick-arrow,.banner-layout--six .slick-arrow{color:#fff}.banner-layout--two .main-banner-wrap .no-feat-img figure.post-thumb{width:100%;height:100%;background-color:var(--noimg-bk-color)}.banner-layout--two figure.post-thumb-wrap img{width:100%}.banner-layout--two .main-banner-slider .post_slider_template_two{position:relative;height:100%}.banner-layout--two .main-banner-slider .post-element{bottom:0;width:80%;background:var(--banner-content-bk-color);color:var(--post-title-color);background-image:none;position:relative;margin-top:-80px}.banner-layout--two .main-banner-wrap{flex:0 1 65%;max-width:65%;padding-right:16px;width:100%}.banner-layout--two .main-banner-wrap .post-excerpt p:not(:first-child){display:none}.banner-layout--two .main-banner-wrap .post-excerpt,.banner-layout--two .main-banner-wrap .post-excerpt p{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.banner-layout--two .main-banner-popular-posts{flex:0 1 35%;max-width:35%;order:2}.banner-layout--two .main-banner-wrap .post-element .post-title{color:var(--post-title-color);width:100%;font-size:calc(var(--post-title-size)*1.2);margin:11px 0 5px}.banner-layout--two .post-element .post-categories li{margin-right:7px}.banner-layout--two .post-element .post-categories a{color:var(--theme-color-red);padding:0}.banner-layout--two .main-banner-related-posts-section-wrap .related-posts-wrap{border-color:#68686861}.banner-layout--two .main-banner-wrap .main-banner-related-posts-section-wrap ul li:before{color:var(--post-title-color)}.banner-layout--two .main-banner-wrap .slick-arrow{position:absolute;bottom:32%;z-index:9;border:none;height:40px;top:initial;visibility:visible;transform:translateY(-2rem)}.banner-layout--two .main-banner-wrap .slick-arrow i{color:var(--theme-color-red);background-color:var(--white-text);border-radius:0;border:none;box-shadow:0 0 20px -9px rgb(0 0 0 / 75%);-webkit-box-shadow:0 0 20px -9px rgb(0 0 0 / 75%);-moz-box-shadow:0 0 20px -9px rgb(0 0 0 / .75)}.banner-layout--two .main-banner-wrap .slick-arrow:hover i{color:var(--white-text);background-color:var(--theme-color-red)}.banner-layout--two .main-banner-wrap .main-banner-slider figure.post-thumb{height:432px;overflow:hidden}.banner-layout--two .main-banner-wrap .main-banner-slider figure.post-thumb img{width:100%;height:100%;object-fit:cover}.banner-layout--two .main-banner-wrap .slick-next{right:30px}.banner-layout--two .main-banner-wrap .slick-prev{right:70px;left:initial}.digital_newspaper_main_body .banner-layout--two .main-banner-popular-posts article{width:99%!important;margin-left:auto;margin-right:auto;position:relative}.banner-layout--two .main-banner-popular-posts article{height:105px}.digital_newspaper_main_body .banner-layout--two .main-banner-slider article{padding:7px}.main-banner-popular-posts h2.section-title{margin:0;margin-bottom:5px;line-height:1;padding-bottom:10px;width:80%;font-size:1.3rem;position:relative}.popular-posts-wrap .slick-prev{right:55px}.main-banner-popular-posts .popular-posts-wrap .slick-arrow{position:absolute;cursor:pointer;color:var(--slick-button-color);background-color:var(--white-bk-color);border:none;border-radius:0;text-align:center;font-size:.86rem;box-shadow:0 0 20px -9px rgb(0 0 0 / 75%);-webkit-box-shadow:0 0 20px -9px rgb(0 0 0 / 75%);-moz-box-shadow:0 0 20px -9px rgb(0 0 0 / .75);-webkit-transition:0.5s ease;transition:1s ease}.digital_newspaper_vertical_slider .popular-posts-wrap .slick-prev{right:51px}.popular-posts-wrap .slick-next{top:-10px;right:11px}.widget.widget_digital_newspaper_popular_posts_widget .popular-posts-wrap .slick-arrow{cursor:pointer;position:absolute;background-color:var(--white-bk-color);color:var(--slick-button-color);border:none;border-radius:0;font-size:.86rem;-webkit-transition:0.5s ease;transition:1s ease;box-shadow:0 0 20px -9px rgb(0 0 0 / 75%);-webkit-box-shadow:0 0 20px -9px rgb(0 0 0 / 75%);-moz-box-shadow:0 0 20px -9px rgb(0 0 0 / .75)}.digital_newspaper_vertical_slider .popular-posts-wrap .slick-arrow,.digital-newspaper-widget-carousel-posts.digital_newspaper_vertical_slider .slick-arrow{transform-origin:0 0;top:-12px;transform:rotate(270deg);padding:9px 8px 9px 8px}.popular-posts-wrap .slick-track article{display:flex;align-items:center;padding:7px;margin-bottom:16px;background:var(--banner-content-bk-color)}.main-banner-popular-posts.digital_newspaper_horizontal_slider .popular-posts-wrap .slick-track article{margin-top:5px}.popular-posts-wrap .slick-track article figure.post-thumb{flex:0 1 32%;position:relative;height:100%}.popular-posts-wrap .slick-track article .post-element{flex:0 1 68%;padding:5px 5px 5px 18px}.main-banner-popular-posts .post-element .post-categories a,.widget .post-element .post-categories a{color:var(--theme-color-red);font-size:calc(var(--meta-size) * 0.86)}.post-thumb .post-count{position:absolute;color:var(--white-text);background-color:var(--theme-color-red);width:30px;height:30px;bottom:0;left:0;font-size:.9rem;font-weight:500;text-align:center;padding:6px 7px 7px;z-index:9999}.popular-posts-wrap .post-title{margin:0;font-size:calc(var(--post-title-size)*0.71);line-height:1.5;text-decoration:none;color:var(--post-title-color);overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.popular-posts-wrap .post-title a{text-decoration:none;color:inherit}.banner-layout--two .popular-posts-wrap{height:427px}.popular-posts-wrap .post-meta{margin-top:5px;font-size:.9rem}.banner-layout--two .popular-posts-wrap .slick-list .slick-track,.widget .popular-posts-wrap .slick-list .slick-track{overflow:hidden;display:flex;flex-direction:column}.banner-layout--two .main-banner-wrap .slick-dots{top:10px;right:10px}.main-banner-popular-posts .no-feat-img figure{height:88px;background-color:var(--noimg-bk-color)}.main-banner-popular-posts.digital_newspaper_horizontal_slider .no-feat-img figure.post-thumb{height:98px}.main-banner-popular-posts.digital_newspaper_horizontal_slider .slick-list{height:505px;overflow:hidden}.main-banner-popular-posts.digital_newspaper_horizontal_slider .popular-posts-wrap .slick-arrow{top:-36px;padding:6px 11px}.digital_newspaper_horizontal_slider .slick-next.slick-arrow{right:0}.digital_newspaper_horizontal_slider .slick-prev.slick-arrow{right:35px}.banner-layout--two .digital_newspaper_horizontal_slider .popular-posts-wrap .slick-list .slick-track,.widget .digital_newspaper_horizontal_slider .popular-posts-wrap .slick-list .slick-track{display:block}.main-banner-popular-posts.digital_newspaper_horizontal_slider .slick-slide article .post-thumb{flex:0 1 34%!important}.main-banner-popular-posts.digital_newspaper_horizontal_slider .slick-slide article .post-element{flex:0 1 66%}.main-banner-popular-posts .popular-posts-wrap .post-thumb img{display:block;height:100%;width:100%;object-fit:cover}@media (max-width:950px){.banner-layout--two .row{flex-direction:column}.banner-layout--two .row .main-banner-wrap{flex:1;max-width:100%;padding-right:0;margin-bottom:1.5em}.banner-layout--two .main-banner-popular-posts{flex:1;max-width:100%;width:100%}.main-banner-popular-posts .popular-posts-wrap .slick-track article figure.post-thumb{max-width:150px}.banner-layout--two .main-banner-wrap .main-banner-slider figure.post-thumb{height:410px}.banner-layout--two .popular-posts-wrap{height:initial}}@media (max-width:760px){.banner-layout--two .main-banner-wrap .slick-arrow{bottom:40%}.main-banner-popular-posts .popular-posts-wrap.slick-vertical .slick-next{right:15px}}@media (max-width:650px){.banner-layout--two .main-banner-wrap .main-banner-slider figure.post-thumb{height:310px}}@media (max-width:485px){.banner-layout--two .main-banner-slider .post-element{margin-top:0;width:100%;padding:8px 13px}.banner-layout--two .main-banner-wrap .slick-arrow{bottom:220px}}@media (max-width:400px){.banner-layout--two .main-banner-wrap .slick-arrow{visibility:hidden}}.top-date-time-inner{font-size:12px;letter-spacing:.3px}.site-header.layout--default .top-ticker-news .slick-arrow{color:var(--top-header-slider-arrow-color)}.site-header.layout--default nav.main-navigation{flex:1 1 92%}header .site-title a{color:var(--digital-dark-color)}.site-header.layout--default .social-icons-wrap .social-icon{font-size:12px}.site-header .digital_newspaper_sidetoggle_menu_burger span{width:1.1em;margin:.13em 0}.site-header.layout--default .search-wrap .search-trigger{font-size:14px}.site-header.layout--default .header-right-button-wrap>div{display:inline-block}.site-header.layout--default .header-right-button-wrap>div{display:inline-block;padding-left:15px}.site-header.layout--default .header-right-button-wrap>div a{text-decoration:none}.site-header.layout--default .header-right-button-wrap span.title-text{font-family:var(--menu-family);font-weight:var(--menu-weight)}.site-header.layout--default .header-right-button-wrap .title-icon i{padding-right:6px;font-style:14px}.site-header.layout--two .newsletter-element .title-text,.site-header.layout--two .random-news-element .title-text{display:none}.site-header.layout--default .newsletter-element a:hover,.site-header.layout--default .random-news-element a:hover{color:var(--theme-color-red)}.site-header.layout--two .newsletter-element{padding-right:6px}.site-header.layout--two .random-news-element{padding:0 6px 0 20px}.digital_newspaper_main_body .banner-layout--two .main-banner-wrap article{background-color:#fff}.post-title a{color:inherit}.ticker-news-wrap.layout--three .digital-newspaper-ticker-controls button{background-color:var(--theme-color-red);color:#fff}.news-carousel .slick-dots{top:-1px}.news-carousel .slick-arrow{color:#fff}.block-title--layout-one a.view-all-button{top:8px;right:0}.block-title--layout-one .news-filter .viewall_enabled .filter-tab-wrapper{padding-right:35px}.block-title--layout-four a.view-all-button{top:4px;right:0}.block-title--layout-four .news-filter .viewall_enabled .filter-tab-wrapper{padding-right:35px}.block-title--layout-seven a.view-all-button{top:4px;right:0}.block-title--layout-seven .news-filter .viewall_enabled .filter-tab-wrapper{padding-right:35px}a.view-all-button i{padding-left:0}body.post-layout--six .site-main .primary-content article+article{margin-top:16px}body.post-layout--six #theme-content .site-main .row .primary-content .news-list-wrap article .blaze_box_wrap{display:flex;padding:12px}body.post-layout--six .site-main .primary-content .blaze_box_wrap .post-thumb-wrap{flex:0 1 35%;align-self:flex-start}body.post-layout--six .site-main .primary-content .blaze_box_wrap .post-thumb-wrap.no-feat-img{display:none}body.post-layout--six .site-main .primary-content .blaze_box_wrap .post-element{flex:1 1 65%;padding:5px 18px 5px 5px}body.post-layout--six #theme-content .primary-content article .card-header{display:flex;gap:35px;overflow:hidden}body.post-layout--six #theme-content .primary-content article .post-categories li{margin:0 5px 0 0}body.post-layout--six #theme-content .primary-content article .post-categories li a{padding:5px 7px 2px}body.post-layout--six #theme-content .primary-content article .post-date{position:relative;padding-left:2px;line-height:initial}body.post-layout--six #theme-content .primary-content article .post-date:after{content:'';width:15px;height:1px;background:#000;left:-27px;top:50%;position:absolute}body.post-layout--six #theme-content .primary-content article .post-date a{text-decoration:none}body.post-layout--six #theme-content .primary-content article .post-date time{color:var(--meta-text-color);font-size:calc(var(--meta-size)* 0.95);font-family:var(--meta-family);font-weight:var(--meta-weight);text-transform:var(--meta-texttransform);text-decoration:var(--meta-textdecoration)}body.post-layout--six #theme-content .primary-content article .post-element h2{margin:15px 0 27px 0;font-size:calc(var(--post-title-size) * 1.1);position:relative}body.post-layout--six #theme-content .primary-content article .post-element h2:after{content:'';width:40px;height:2px;background:#000;left:0;bottom:-12px;position:absolute}body.post-layout--six.digital_newspaper_dark_mode #theme-content .primary-content article .post-element h2:after,body.post-layout--six.digital_newspaper_dark_mode #theme-content .primary-content article .post-date:after{background-color:#ffffff94}body.post-layout--six #theme-content .primary-content article .card-footer{display:flex;justify-content:space-between;margin-top:12px}body.post-layout--six #theme-content .primary-content article .card-footer .post-link-button{margin:0}body.post-layout--six #theme-content .primary-content article .card-footer .post-meta{line-height:16px}.pagination,.digital-newspaper-widget-loader{margin-top:16px;text-align:center;overflow:hidden}.posts-navigation .nav-links{align-items:center}.navigation.posts-navigation{margin:0}.pagination .nav-next a{margin-right:8px}.comment-form p.form-submit{margin-bottom:0}.single-related-posts-wrap h2.post-title{margin-bottom:2px}@media (max-width:769px){.site-header.layout--default .main-header .site-branding-section .row{gap:0}.site-header.layout--three .main-header .site-branding-section .site-branding{padding-top:12px}.site-header.layout--default .main-header .site-branding-section .row .ads-banner{margin-bottom:20px}.site-header.layout--one .menu-section .row,.site-header.layout--two .menu-section .row{padding:15px 0}.site-header.layout--one .header-right-button-wrap{margin-bottom:20px}#digital_newspaper_menu_burger span{width:1.1em;height:.11em;margin:.13em 0}.main-navigation ul li>ul{left:auto;box-shadow:none}body.post-layout--six .site-main .primary-content .blaze_box_wrap{flex-direction:column}body.post-layout--six .site-main .primary-content .blaze_box_wrap .post-element{order:2;padding:18px 5px 5px}}@media (min-width:48.1em){.site-header.layout--one .main-navigation ul.menu ul li:hover>ul,.site-header.layout--one .main-navigation ul.menu ul li.focus>ul,.site-header.layout--one .main-navigation ul.nav-menu ul li:hover>ul,.site-header.layout--one .main-navigation ul.nav-menu ul li.focus>ul,.site-header.layout--two .main-navigation ul.menu ul li:hover>ul,.site-header.layout--two .main-navigation ul.menu ul li.focus>ul,.site-header.layout--two .main-navigation ul.nav-menu ul li:hover>ul,.site-header.layout--two .main-navigation ul.nav-menu ul li.focus>ul{left:100%}}.retrieving-posts .filter-tab-content-wrapper:after,.main-banner-slider:not(.slick-initialized):before,.popular-posts-wrap:not(.slick-initialized):before,.banner-layout--five .main-banner-grid-posts .grid-posts-wrap:not(.slick-initialized):before,.widget_digital_newspaper_carousel_widget .carousel-posts-wrap:not(.slick-initialized):before,.news-carousel .news-carousel-post-wrap:not(.slick-initialized):before{content:'';position:absolute;margin:auto;left:50%;top:50%;transform:translate(-50%,-50%);width:15px;height:15px;border-radius:100%;z-index:2;background-color:#fff0;box-shadow:15px 15px #55dbdb,-15px 15px #de8a0d,-15px -15px #55dbdb,15px -15px #de8a0d;-o-box-shadow:15px 15px #55dbdb,-15px 15px #de8a0d,-15px -15px #55dbdb,15px -15px #de8a0d;-ms-box-shadow:15px 15px #55dbdb,-15px 15px #de8a0d,-15px -15px #55dbdb,15px -15px #de8a0d;-webkit-box-shadow:15px 15px #55dbdb,-15px 15px #de8a0d,-15px -15px #55dbdb,15px -15px #de8a0d;-moz-box-shadow:15px 15px #55dbdb,-15px 15px #de8a0d,-15px -15px #55dbdb,15px -15px #de8a0d;animation:cssload-spin ease infinite 4.6s;-o-animation:cssload-spin ease infinite 4.6s;-ms-animation:cssload-spin ease infinite 4.6s;-webkit-animation:cssload-spin ease infinite 4.6s;-moz-animation:cssload-spin ease infinite 4.6s}@keyframes cssload-spin{0%,100%{box-shadow:15px 15px #55dbdb,-15px 15px #de8a0d,-15px -15px #55dbdb,15px -15px #de8a0d}25%{box-shadow:-15px 15px #de8a0d,-15px -15px #55dbdb,15px -15px #de8a0d,15px 15px #55dbdb}50%{box-shadow:-15px -15px #55dbdb,15px -15px #de8a0d,15px 15px #55dbdb,-15px 15px #de8a0d}75%{box-shadow:15px -15px #de8a0d,15px 15px #55dbdb,-15px 15px #de8a0d,-15px -15px #55dbdb}}.main-banner-slider:not(.slick-initialized),.banner-layout--five .main-banner-grid-posts .grid-posts-wrap:not(.slick-initialized){height:500px}.banner-layout--five .main-banner-grid-posts .grid-posts-wrap:not(.slick-initialized),.banner-layout--two .popular-posts-wrap:not(.slick-initialized){visibility:hidden;position:relative}.banner-layout--five .main-banner-grid-posts .grid-posts-wrap:not(.slick-initialized):before,.banner-layout--two .popular-posts-wrap:not(.slick-initialized):before{visibility:visible}.news-carousel .news-carousel-post-wrap:not(.slick-initialized),.widget_digital_newspaper_carousel_widget .carousel-posts-wrap:not(.slick-initialized){height:205px;background:#0000000d}@media (max-width:610px){.site-header.layout--default.layout--two .top-header .row{flex-direction:column;padding:10px 0;gap:6px}.site-header.layout--default.layout--three .top-header .row{gap:6px}}body.rtl .site-header.layout--default .social-icons-wrap{text-align:left}body.rtl .post-meta>span{display:inline-block;padding-left:10px}body.rtl .post-meta>span{padding-right:0}body.rtl .post-meta>span:last-child{padding-left:0}body.rtl .main-banner-wrap .post-categories{padding-left:10px}body.rtl .site-header.layout--default .search-form-wrap{left:0;right:auto}@media (min-width:48.1em){body.rtl .main-navigation ul.menu li.menu-item-has-children>a:after{margin-right:8px;margin-left:0;float:left}body.rtl .main-navigation ul.menu li.menu-item-has-children .sub-menu li>a:after{rotate:180deg}body.rtl .main-navigation ul.menu ul.sub-menu{text-align:right}body.rtl .main-navigation ul.menu li:hover>ul,body.rtl .main-navigation ul.menu li.focus>ul,body.rtl .main-navigation ul.nav-menu li:hover>ul,body.rtl .main-navigation ul.nav-menu li.focus>ul{right:0;left:auto}body.rtl .site-header.layout--one .main-navigation ul.menu ul li:hover>ul,body.rtl .site-header.layout--one .main-navigation ul.menu ul li.focus>ul,body.rtl .site-header.layout--one .main-navigation ul.nav-menu ul li:hover>ul,body.rtl .site-header.layout--one .main-navigation ul.nav-menu ul li.focus>ul,body.rtl .site-header.layout--two .main-navigation ul.menu ul li:hover>ul,body.rtl .site-header.layout--two .main-navigation ul.menu ul li.focus>ul,body.rtl .site-header.layout--two .main-navigation ul.nav-menu ul li:hover>ul,body.rtl .site-header.layout--two .main-navigation ul.nav-menu ul li.focus>ul{right:100%;left:initial}}body.rtl .sub-menu .menu-item-description-wrap{margin:0 10px 0 0}body.rtl a.view-all-button{right:initial;left:0}body.rtl .news-filter-post-wrap a.view-all-button,body.rtl .news-carousel a.view-all-button{left:2px}body.rtl .news-grid figure.post-thumb-wrap .post-categories{padding-right:0;right:10px}body.rtl #theme-content .row .secondary-sidebar{margin-left:0;padding:0;margin-right:20px}body.rtl.post-layout--one #theme-content .primary-content{margin-right:0}body.rtl.post-layout--one #theme-content .primary-content article figure{margin:0;margin-left:25px}body.rtl .post-meta span.author_name:before,body.rtl .post-meta a.author_name:before{padding-left:7px}body.rtl .page-numbers i{transform:rotate(180deg)}body.rtl.post-layout--one #theme-content .primary-content article figure .post-categories{margin:0;padding-left:0;padding-right:0}body.rtl.post-layout--one #theme-content .primary-content article figure .post-categories li{margin:0;margin-left:5px}body.rtl .news-carousel.layout--one .post-categories{padding:0}body.rtl h2.digital-newspaper-block-title span sub,body.rtl h2.digital-newspaper-widget-title span sub{display:inline-block}body.rtl .news-carousel .slick-dots{text-align:left;left:0;right:auto}body.rtl .news-carousel .viewall_enabled .slick-dots{left:35px}body.rtl h2.digital-newspaper-block-title span:before,body.rtl h2.digital-newspaper-widget-title span:before{right:0;border-left:5px solid #fff0;border-top:5px solid var(--theme-color-red);border-right:0}body.rtl .news-grid figure.post-thumb-wrap .post-categories li{margin-right:0;margin-left:5px}body.rtl .news-list-post-wrap .list-item figure.post-thumb-wrap .post-categories{padding:0;right:10px;align-items:flex-start}body.rtl .list-item .post-element{margin:0 20px 0 0;padding:5px 0 5px 5px}body.rtl .layout--two .list-item .post-element,body.rtl .layout--three .list-item .post-element{margin:0 0 0 20px;padding:5px 5px 5px 0}body.rtl .news-list-post-wrap .list-item figure.post-thumb-wrap .post-categories li{margin-right:0;margin-left:5px}body.rtl .news-filter .filter-tab-wrapper{text-align:left}body.rtl .news-filter.layout--one .featured-post{padding-right:0;padding-left:8px}body.rtl .news-filter.layout--one .trailing-post{padding-left:0;padding-right:8px}@media (max-width:1025px){body.rtl .news-filter.layout--one .featured-post{padding-left:0}body.rtl .news-filter.layout--one .trailing-post{padding-right:0}}body.rtl .news-filter .post-categories{padding-right:5px;right:5px}body.rtl .news-filter .post-categories li{margin-right:0;margin-left:5px}body.rtl .news-filter.layout--one .trailing-post .post-element{padding:0 18px 0 5px}body.rtl .widget_digital_newspaper_posts_list_widget .post-item .post-content-wrap{padding-right:15px;padding-left:0}body.rtl .tabbed-widget-tabs .tabbed-widget{margin-right:0;margin-left:15px}body.rtl .widget-tabs-content .post-element{margin-left:0;margin-right:15px}body.rtl .widget_digital_newspaper_popular_posts_widget .digital_newspaper_vertical_slider .popular-posts-wrap .slick-arrow.slick-prev,body.rtl .digital-newspaper-widget-carousel-posts.digital_newspaper_vertical_slider .slick-arrow.slick-prev{right:auto;left:0}body.rtl .widget_digital_newspaper_popular_posts_widget .digital_newspaper_vertical_slider .popular-posts-wrap .slick-arrow.slick-next,body.rtl .digital-newspaper-widget-carousel-posts.digital_newspaper_vertical_slider .slick-arrow.slick-next{right:auto;left:45px}body.rtl .popular-posts-wrap .slick-track article .post-element{padding-left:0;padding-right:15px}body.rtl .widget .opinion-title{text-align:right}body.rtl .opinion-meta{float:right}body.rtl .opinion-meta i{float:left}body.rtl body.single #theme-content .primary-content .single-related-posts-wrap article .post-title{text-align:right}body.rtl .single-related-posts-wrap{text-align:right}body.rtl .single-related-posts-section-wrap h2.digital-newspaper-block-title{text-align:right}body.rtl .single-related-posts-section-wrap h2.digital-newspaper-block-title span:before{right:0;border-left:5px solid #fff0;border-top:5px solid var(--theme-color-red);border-right:0;left:auto}body.rtl .leftc-rights-section .secondary-sidebar{margin-left:0;margin-right:20px}@media (max-width:769px){body.rtl .menu_txt{padding-left:0;padding-right:8px}}body.rtl .banner-layout--two.tab_slider--banner_slider .main-banner-wrap{padding-left:0;padding-right:20px}body.rtl .banner-layout--two .main-banner-wrap{padding-right:0;padding-left:20px}body.rtl .banner-layout--two .main-banner-wrap .slick-next{left:60px;right:auto}body.rtl .banner-layout--two .main-banner-wrap .slick-prev{left:20px;right:auto}body.rtl .popular-posts-wrap .slick-prev{right:auto;left:50px}body.rtl .popular-posts-wrap .slick-next{left:10px;right:auto}body.rtl .digital_newspaper_horizontal_slider .popular-posts-wrap .slick-arrow.slick-next{left:40px;right:auto}body.rtl .digital_newspaper_horizontal_slider .popular-posts-wrap .slick-arrow.slick-prev{left:0;right:auto}body.rtl .digital-newspaper-widget-carousel-posts.digital_newspaper_horizontal_slider .slick-arrow.slick-prev{left:0;right:auto}body.rtl .digital-newspaper-widget-carousel-posts.digital_newspaper_horizontal_slider .slick-arrow.slick-next{left:40px;right:auto}body.rtl #theme-content .primary-content .news-list-wrap article figure .post-categories{padding-right:0}body.rtl.post-layout--two #theme-content .primary-content .news-list-wrap article figure .post-categories li{margin-right:0;margin-left:5px}body.rtl.right-sidebar #theme-content .row .secondary-sidebar,body.rtl.left-sidebar #theme-content .row .secondary-sidebar{margin-left:0}body.rtl .single-related-posts-section-wrap{left:15px;right:auto}body.rtl .single-related-posts-section-wrap.layout--list .single-related-posts-section article .post-element{padding:0 15px 0 0}body.rtl.digital-newspaper-image-hover--effect-two .post-thumb::before,body.rtl.digital-newspaper-image-hover--effect-two .post-thumb-wrap::before{position:absolute;top:0;right:-75%;z-index:2;display:block;content:'';width:50%;height:100%;background:-webkit-linear-gradient(left,#fff0 0%,rgb(255 255 255 / .3) 100%);background:linear-gradient(to right,#fff0 0%,rgb(255 255 255 / .3) 100%);-webkit-transform:skewX(-25deg);transform:skewX(-25deg)}body.rtl.digital-newspaper-image-hover--effect-two .post-thumb:hover::before,body.rtl.digital-newspaper-image-hover--effect-two .post-thumb-wrap:hover::before{-webkit-animation:rshine 1s;animation:rshine 1s}@-webkit-keyframes rshine{100%{right:125%}}@keyframes rshine{100%{right:125%}}body.rtl .lefts-rightc-section .secondary-sidebar{margin-right:0;margin-left:20px}body.rtl .ticker-news-wrap span.icon{margin-right:0;margin-left:10px}body.rtl .main-banner-wrap .slick-dots{text-align:left;left:10px;width:initial}body.rtl .banner-layout--two .post-categories{padding-right:0}body.rtl .banner-layout--two .main-banner-popular-posts h2.section-title:before{right:0}@media (max-width:950px){body.rtl .banner-layout--two .main-banner-wrap{padding-left:0}body.rtl .banner-layout--two.tab_slider--banner_slider .main-banner-wrap{padding-right:0}}body.rtl a.view-all-button i{transform:rotate(179deg)}body.rtl ul.page-numbers{margin-right:0;padding-right:0;text-align:right}body.rtl a.post-link-button i{transform:rotate(179deg);margin-bottom:4px}body.rtl .navigation.posts-navigation .nav-next{text-align:center}body.rtl .digital-newspaper-widget-carousel-posts.layout--one .carousel-posts-wrap .post-categories{right:0}body.rtl .post-inner-wrapper .post-categories{padding-right:0}body.rtl.single .navigation.post-navigation .nav-links>div{border-left:1px solid #d9d9d9;border-right:none}body.rtl.single .navigation.post-navigation .nav-previous{text-align:left;padding-left:20px}body.rtl.single .navigation.post-navigation .nav-next{text-align:right;padding-right:20px}body.rtl.single .navigation.post-navigation .nav-next i{transform:rotate(180deg)}body.rtl.single .navigation.post-navigation .nav-previous i{transform:rotate(180deg)}@media (max-width:769px){body.rtl ul.menu .toggle-sub-menu{left:2px;right:initial;text-align:left}}body.rtl .bottom-menu{text-align:left}body.rtl .news-grid.layout--three figure.post-thumb-wrap .post-categories{right:initial}body.rtl .news-grid.layout--four .post-categories,body.rtl .digital-newspaper-multi-column-section .news-list-2 .post-categories{padding-right:0}body.rtl .news-list.layout--four .post-title{margin-right:-5rem;margin-left:0;padding:11px 15px 10px 0}@media (max-width:610px){body.rtl .news-list.layout--four .post-title{margin-right:0}}body.rtl .news-list.layout--two .news-list-post-wrap.column--three .list-item figure.post-thumb-wrap{margin-left:0;margin-right:15px}body.rtl .news-list.layout--four .column--three .list-item .post-title{padding:0}body.rtl .widget_digital_newspaper_posts_list_widget .layout-three .post-item:first-child .post-numbering{float:left}body.rtl .video-playlist-section.layout--one .video-item.activePlayer{border-right:3px solid var(--theme-color-red);border-left:none}body.rtl .video-playlist-section.layout--one .video-item .title-wrap{padding-left:0;padding-right:15px}body.rtl .widget ul li,body.rtl .widget ol li{padding:9px 27px 9px 0}body.rtl.widgets-items-list-icon--fas-fa-ban .widget ul li,body.rtl.widgets-items-list-icon--fas-fa-ban .widget ol li{padding-right:0}body.rtl .widget ul li:before,body.rtl .widget ol li:before{right:0;transform:rotate(180deg);left:initial}body.rtl .site-header.layout--default .header-right-button-wrap .title-icon i{padding:0 0 0 6px}body.rtl .site-header.layout--default .header-right-button-wrap>div:first-child{padding-left:30px}body.rtl .site-header.layout--default .header-right-button-wrap>div:last-child{padding-left:0}body.rtl .modal-content{padding:0 0 0 20px}body.rtl .site-header.layout--two .newsletter-element{padding:0 0 0 6px}body.rtl .site-header.layout--default .mode_toggle_wrap{padding:0 20px 0 0}body.rtl .site-header.layout--two .random-news-element{padding:0 20px 0 6px}body.rtl .site-header.layout--default .search-wrap{padding:0 20px 0 6px}body.rtl .site-header.layout--two .main-header .site-branding-section .site-branding{text-align:right}body.rtl .site-header.layout--two .ads-banner{padding:0 10px 0 0}body.rtl .site-header.layout--two .social-icons-wrap{text-align:left}body.rtl .widget.widget_digital_newspaper_news_filter_tabbed_widget .post-element{padding:0 15px 0 0}body.rtl .widget.widget_digital_newspaper_news_filter_tabbed_widget ul li{border-left:1px solid var(--border-line-color);border-right:none}body.rtl.left-sidebar #theme-content .row .secondary-left-sidebar{margin-right:0;margin-left:20px}body.rtl.both-sidebar #theme-content .row .secondary-left-sidebar{margin-right:0;margin-left:20px}body.rtl.both-sidebar #theme-content .row .secondary-sidebar{margin-left:0}body.rtl.left-both-sidebar #theme-content .secondary-left-sidebar,body.rtl.left-both-sidebar #theme-content .secondary-sidebar{margin-left:20px;margin-right:0}body.rtl.right-both-sidebar #theme-content .secondary-left-sidebar,body.rtl.right-both-sidebar #theme-content .secondary-sidebar{margin-left:0;margin-right:20px}@media (max-width:1025px){body.rtl #theme-content .row .secondary-left-sidebar,body.rtl #theme-content .row .secondary-sidebar{margin-left:0;margin-right:0}body.rtl.both-sidebar #theme-content .row .secondary-left-sidebar{margin-left:0}}body.rtl .site-header.layout--default .top-ticker-news .slick-list li{text-align:left}body.rtl .site-header.layout--default .top-ticker-news .slick-list{margin-right:auto}body.rtl .site-header.layout--two .top-ticker-news .slick-list li a{text-align:right}body.rtl .news-filter .tab-title{padding:0 15px 0 0}body.rtl .site-header.layout--three .top-header-nrn-button-wrap>div{padding-right:15px;padding-left:0}body.rtl .site-header.layout--three .top-header-nrn-button-wrap,body.rtl .site-header.layout--three .social-icons-wrap{text-align:left}body.rtl .site-header.layout--three .top-ticker-news .slick-list li{text-align:right}body.rtl .site-header.layout--three .main-header .site-branding-section .site-branding{text-align:right}body.rtl .site-header.layout--three .menu.nav-menu{justify-content:left}body.rtl .site-header.layout--three .search-wrap,body.rtl .site-header.layout--three .sidebar-toggle-wrap{padding:0 20px 0 0}body.rtl .ticker-news-wrap.layout--three .ticker-title{margin:-10px -10px 20px 0}body.rtl .banner-layout--five .main-banner-grid-posts{padding:0 0 0 8px}body.rtl .banner-layout--five .main-banner-list-posts{padding:0 8px 0 0}body.rtl .main-banner-wrap .main-banner-related-posts-section-wrap ul li:before{left:initial;right:0;transform:rotate(176deg)}body.rtl .main-banner-related-posts-section-wrap .related-posts-wrap{margin:15px 8px 0 0;padding:15px 20px 0 0}body.rtl .main-banner-list-posts .post-categories{padding:0}body.rtl .banner-layout--five .main-banner-list-posts article:not(:first-child) .post-title:before{left:initial;right:0;transform:rotate(180deg)}body.rtl .banner_slider--grid_slider--list_posts .main-banner-wrap,body.rtl .list_posts--grid_slider--banner_slider .main-banner-list-posts{padding:0 0 0 16px}body.rtl .banner_slider--list_posts--grid_slider .main-banner-wrap,body.rtl .list_posts--banner_slider--grid_slider .main-banner-list-posts{padding:0 0 0 8px}body.rtl .banner_slider--list_posts--grid_slider .main-banner-list-posts,body.rtl .grid_slider--list_posts--banner_slider .main-banner-list-posts{padding:0 8px 0 8px}body.rtl .banner_slider--list_posts--grid_slider .main-banner-grid-posts,body.rtl .list_posts--banner_slider--grid_slider .main-banner-grid-posts,body.rtl .list_posts--grid_slider--banner_slider .main-banner-wrap,body.rtl .grid_slider--list_posts--banner_slider .main-banner-wrap{padding:0 8px 0 0}body.rtl .banner-layout--five .main-banner-grid-posts .slick-arrow.slick-next{left:50px;right:auto}body.rtl .banner-layout--five .main-banner-grid-posts .slick-arrow.slick-prev{left:11px;right:auto}body.rtl .blaze-switcher-button .blaze-switcher-button-inner-left:before{padding:1px 4px 0 0}@media (min-width:48.1em){body.rtl .site-header.layout--one .main-navigation ul{justify-content:center}body.rtl header.layout--three .main-navigation ul.menu li:hover>ul,body.rtl header.layout--three .main-navigation ul.menu li.focus>ul,body.rtl header.layout--three .main-navigation ul.nav-menu li:hover>ul,body.rtl header.layout--three .main-navigation ul.nva-menu li.focus>ul{right:auto;left:0}body.rtl header.layout--three .main-navigation ul.menu ul li:hover>ul,body.rtl header.layout--three .main-navigation ul.menu ul li.focus>ul,body.rtl header.layout--three .main-navigation ul.nav-menu ul li:hover>ul,body.rtl header.layout--three .main-navigation ul.nav-menu ul li.focus>ul{left:100%}}body.rtl .top-nav-menu ul{text-align:left}body.rtl.digital_newspaper_dark_mode .post-inner p{color:var(--white-text)}body.rtl .site-header.layout--three .main-navigation .menu-header-menu-container{float:left}body.rtl .site-header.layout--default .top-ticker-news .slick-vertical .slick-track{top:-42px}body.rtl.block-title--layout-seven .news-filter .viewall_enabled .filter-tab-wrapper{padding:0 0 0 35px}body.rtl.post-layout--six .site-main .primary-content .blaze_box_wrap .post-element{padding:5px 5px 5px 18px}body.rtl.post-layout--six #theme-content .primary-content article .post-element h2:after{right:0}body.rtl.post-layout--six .post-categories{padding-right:0}body.rtl.post-layout--six #theme-content .primary-content article .post-date:after{right:-26px}body.rtl.post-layout--six #theme-content .primary-content article .post-categories li{margin:0 0 0 5px}body.rtl.block-title--layout-seven h2.digital-newspaper-block-title span:before,body.rtl.block-title--layout-seven h2.digital-newspaper-widget-title span:before,body.rtl.archive.block-title--layout-seven .page-header h1:before,body.rtl.search.block-title--layout-seven .page-header h1:before,body.rtl.block-title--layout-seven h2.widget-title span:before{margin:0 0 0 6px}body.rtl .banner-layout--five .main-banner-list-posts article:first-child .post-categories li{margin:0 0 0 5px}body.rtl .site-header .main-header .sidebar-toggle-wrap{padding:0 0 0 15px}body.rtl .main-navigation ul{padding-right:0}body.rtl .banner-layout--six .row .main-banner-wrap{padding:0 0 0 20px}body.rtl .banner-layout--six .row .main-banner-trailing-posts.layout--column .trailing-posts-wrap .post-item:nth-child(1){padding:0 0 0 10px}@media (max-width:769px){body.rtl.post-layout--six .site-main .primary-content .blaze_box_wrap .post-element{padding:18px 5px 5px}}body article .entry-content a{text-decoration:underline}.wp-block-tag-cloud a:hover{color:#fff;background-color:var(--theme-color-red)}body.digital_newspaper_font_typography{--digital-newspaper-global-preset-color-1:#FD4F18}body.digital_newspaper_font_typography{--digital-newspaper-global-preset-color-2:#27272a}body.digital_newspaper_font_typography{--digital-newspaper-global-preset-color-3:#ef4444}body.digital_newspaper_font_typography{--digital-newspaper-global-preset-color-4:#eab308}body.digital_newspaper_font_typography{--digital-newspaper-global-preset-color-5:#84cc16}body.digital_newspaper_font_typography{--digital-newspaper-global-preset-color-6:#22c55e}body.digital_newspaper_font_typography{--digital-newspaper-global-preset-color-7:#06b6d4}body.digital_newspaper_font_typography{--digital-newspaper-global-preset-color-8:#0284c7}body.digital_newspaper_font_typography{--digital-newspaper-global-preset-color-9:#6366f1}body.digital_newspaper_font_typography{--digital-newspaper-global-preset-color-10:#84cc16}body.digital_newspaper_font_typography{--digital-newspaper-global-preset-color-11:#a855f7}body.digital_newspaper_font_typography{--digital-newspaper-global-preset-color-12:#f43f5e}body.digital_newspaper_font_typography{--digital-newspaper-global-preset-gradient-color-1:linear-gradient( 135deg, #485563 10%, #29323c 100%)}body.digital_newspaper_font_typography{--digital-newspaper-global-preset-gradient-color-2:linear-gradient( 135deg, #FF512F 10%, #F09819 100%)}body.digital_newspaper_font_typography{--digital-newspaper-global-preset-gradient-color-3:linear-gradient( 135deg, #00416A 10%, #E4E5E6 100%)}body.digital_newspaper_font_typography{--digital-newspaper-global-preset-gradient-color-4:linear-gradient( 135deg, #CE9FFC 10%, #7367F0 100%)}body.digital_newspaper_font_typography{--digital-newspaper-global-preset-gradient-color-5:linear-gradient( 135deg, #90F7EC 10%, #32CCBC 100%)}body.digital_newspaper_font_typography{--digital-newspaper-global-preset-gradient-color-6:linear-gradient( 135deg, #81FBB8 10%, #28C76F 100%)}body.digital_newspaper_font_typography{--digital-newspaper-global-preset-gradient-color-7:linear-gradient( 135deg, #EB3349 10%, #F45C43 100%)}body.digital_newspaper_font_typography{--digital-newspaper-global-preset-gradient-color-8:linear-gradient( 135deg, #FFF720 10%, #3CD500 100%)}body.digital_newspaper_font_typography{--digital-newspaper-global-preset-gradient-color-9:linear-gradient( 135deg, #FF96F9 10%, #C32BAC 100%)}body.digital_newspaper_font_typography{--digital-newspaper-global-preset-gradient-color-10:linear-gradient( 135deg, #69FF97 10%, #00E4FF 100%)}body.digital_newspaper_font_typography{--digital-newspaper-global-preset-gradient-color-11:linear-gradient( 135deg, #3C8CE7 10%, #00EAFF 100%)}body.digital_newspaper_font_typography{--digital-newspaper-global-preset-gradient-color-12:linear-gradient( 135deg, #FF7AF5 10%, #513162 100%)}body.digital_newspaper_font_typography{--theme-block-top-border-color:linear-gradient( 135deg, #485563 10%, #29323c 100%)}.digital_newspaper_font_typography{--header-padding:15px}.digital_newspaper_font_typography{--header-padding-tablet:10px}.digital_newspaper_font_typography{--header-padding-smartphone:10px}.digital_newspaper_main_body .site-header.layout--default .top-header{background:linear-gradient(135deg,#6f88fa 0%,#20bdff 100%)}.digital_newspaper_font_typography{--site-title-family:Nunito}.digital_newspaper_font_typography{--site-title-weight:700}.digital_newspaper_font_typography{--site-title-texttransform:unset}.digital_newspaper_font_typography{--site-title-size:28px}.digital_newspaper_font_typography{--site-title-size-tab:28px}.digital_newspaper_font_typography{--site-title-size-mobile:28px}.digital_newspaper_font_typography{--site-title-lineheight:55px}.digital_newspaper_font_typography{--site-title-lineheight-tab:55px}.digital_newspaper_font_typography{--site-title-lineheight-mobile:33px}.digital_newspaper_font_typography{--site-title-letterspacing:0px}.digital_newspaper_font_typography{--site-title-letterspacing-tab:0px}.digital_newspaper_font_typography{--site-title-letterspacing-mobile:0px}.digital_newspaper_font_typography{--block-title-family:Nunito}.digital_newspaper_font_typography{--block-title-weight:600}.digital_newspaper_font_typography{--block-title-texttransform:unset}.digital_newspaper_font_typography{--block-title-textdecoration:none}.digital_newspaper_font_typography{--block-title-size:28px}.digital_newspaper_font_typography{--block-title-size-tab:27px}.digital_newspaper_font_typography{--block-title-size-mobile:25px}.digital_newspaper_font_typography{--block-title-lineheight:30px}.digital_newspaper_font_typography{--block-title-lineheight-tab:30px}.digital_newspaper_font_typography{--block-title-lineheight-mobile:30px}.digital_newspaper_font_typography{--block-title-letterspacing:0px}.digital_newspaper_font_typography{--block-title-letterspacing-tab:0px}.digital_newspaper_font_typography{--block-title-letterspacing-mobile:0px}.digital_newspaper_font_typography{--post-title-family:Nunito}.digital_newspaper_font_typography{--post-title-weight:600}.digital_newspaper_font_typography{--post-title-texttransform:unset}.digital_newspaper_font_typography{--post-title-textdecoration:none}.digital_newspaper_font_typography{--post-title-size:19px}.digital_newspaper_font_typography{--post-title-size-tab:20px}.digital_newspaper_font_typography{--post-title-size-mobile:19px}.digital_newspaper_font_typography{--post-title-lineheight:22px}.digital_newspaper_font_typography{--post-title-lineheight-tab:22px}.digital_newspaper_font_typography{--post-title-lineheight-mobile:22px}.digital_newspaper_font_typography{--post-title-letterspacing:0px}.digital_newspaper_font_typography{--post-title-letterspacing-tab:0px}.digital_newspaper_font_typography{--post-title-letterspacing-mobile:0px}.digital_newspaper_font_typography{--meta-family:Rubik}.digital_newspaper_font_typography{--meta-weight:400}.digital_newspaper_font_typography{--meta-texttransform:unset}.digital_newspaper_font_typography{--meta-textdecoration:none}.digital_newspaper_font_typography{--meta-size:13px}.digital_newspaper_font_typography{--meta-size-tab:13px}.digital_newspaper_font_typography{--meta-size-mobile:14px}.digital_newspaper_font_typography{--meta-lineheight:20px}.digital_newspaper_font_typography{--meta-lineheight-tab:20px}.digital_newspaper_font_typography{--meta-lineheight-mobile:20px}.digital_newspaper_font_typography{--meta-letterspacing:0px}.digital_newspaper_font_typography{--meta-letterspacing-tab:0px}.digital_newspaper_font_typography{--meta-letterspacing-mobile:0px}.digital_newspaper_font_typography{--content-family:Rubik}.digital_newspaper_font_typography{--content-weight:400}.digital_newspaper_font_typography{--content-texttransform:unset}.digital_newspaper_font_typography{--content-textdecoration:none}.digital_newspaper_font_typography{--content-size:14px}.digital_newspaper_font_typography{--content-size-tab:15px}.digital_newspaper_font_typography{--content-size-mobile:14px}.digital_newspaper_font_typography{--content-lineheight:22px}.digital_newspaper_font_typography{--content-lineheight-tab:24px}.digital_newspaper_font_typography{--content-lineheight-mobile:24px}.digital_newspaper_font_typography{--content-letterspacing:0px}.digital_newspaper_font_typography{--content-letterspacing-tab:0px}.digital_newspaper_font_typography{--content-letterspacing-mobile:0px}.digital_newspaper_font_typography{--menu-family:Nunito}.digital_newspaper_font_typography{--menu-weight:600}.digital_newspaper_font_typography{--menu-texttransform:unset}.digital_newspaper_font_typography{--menu-size:14px}.digital_newspaper_font_typography{--menu-size-tab:14px}.digital_newspaper_font_typography{--menu-size-mobile:14px}.digital_newspaper_font_typography{--menu-lineheight:24px}.digital_newspaper_font_typography{--menu-lineheight-tab:24px}.digital_newspaper_font_typography{--menu-lineheight-mobile:24px}.digital_newspaper_font_typography{--menu-letterspacing:0px}.digital_newspaper_font_typography{--menu-letterspacing-tab:0px}.digital_newspaper_font_typography{--menu-letterspacing-mobile:0px}.digital_newspaper_font_typography{--submenu-family:Nunito}.digital_newspaper_font_typography{--submenu-weight:600}.digital_newspaper_font_typography{--submenu-texttransform:unset}.digital_newspaper_font_typography{--submenu-size:14px}.digital_newspaper_font_typography{--submenu-size-tab:14px}.digital_newspaper_font_typography{--submenu-size-mobile:14px}.digital_newspaper_font_typography{--submenu-lineheight:24px}.digital_newspaper_font_typography{--submenu-lineheight-tab:24px}.digital_newspaper_font_typography{--submenu-lineheight-mobile:24px}.digital_newspaper_font_typography{--submenu-letterspacing:0px}.digital_newspaper_font_typography{--submenu-letterspacing-tab:0px}.digital_newspaper_font_typography{--submenu-letterspacing-mobile:0px}.digital_newspaper_font_typography{--single-title-family:Nunito}.digital_newspaper_font_typography{--single-title-weight:700}.digital_newspaper_font_typography{--single-title-texttransform:unset}.digital_newspaper_font_typography{--single-title-size:30px}.digital_newspaper_font_typography{--single-title-size-tab:28px}.digital_newspaper_font_typography{--single-title-size-mobile:23px}.digital_newspaper_font_typography{--single-title-lineheight:32px}.digital_newspaper_font_typography{--single-title-lineheight-tab:40px}.digital_newspaper_font_typography{--single-title-lineheight-mobile:32px}.digital_newspaper_font_typography{--single-title-letterspacing:0px}.digital_newspaper_font_typography{--single-title-letterspacing-tab:0px}.digital_newspaper_font_typography{--single-title-letterspacing-mobile:0px}.digital_newspaper_font_typography{--single-meta-family:Rubik}.digital_newspaper_font_typography{--single-meta-weight:400}.digital_newspaper_font_typography{--single-meta-texttransform:unset}.digital_newspaper_font_typography{--single-meta-size:13px}.digital_newspaper_font_typography{--single-meta-size-tab:13px}.digital_newspaper_font_typography{--single-meta-size-mobile:13px}.digital_newspaper_font_typography{--single-meta-lineheight:22px}.digital_newspaper_font_typography{--single-meta-lineheight-tab:22px}.digital_newspaper_font_typography{--single-meta-lineheight-mobile:22px}.digital_newspaper_font_typography{--single-meta-letterspacing:0px}.digital_newspaper_font_typography{--single-meta-letterspacing-tab:0px}.digital_newspaper_font_typography{--single-meta-letterspacing-mobile:0px}.digital_newspaper_font_typography{--single-content-family:Rubik}.digital_newspaper_font_typography{--single-content-weight:400}.digital_newspaper_font_typography{--single-content-texttransform:unset}.digital_newspaper_font_typography{--single-content-size:16px}.digital_newspaper_font_typography{--single-content-size-tab:15px}.digital_newspaper_font_typography{--single-content-size-mobile:15px}.digital_newspaper_font_typography{--single-content-lineheight:26px}.digital_newspaper_font_typography{--single-content-lineheight-tab:24px}.digital_newspaper_font_typography{--single-content-lineheight-mobile:24px}.digital_newspaper_font_typography{--single-content-letterspacing:0px}.digital_newspaper_font_typography{--single-content-letterspacing-tab:0px}.digital_newspaper_font_typography{--single-content-letterspacing-mobile:0px}body .site-branding img.custom-logo{width:150px}@media(max-width:940px){body .site-branding img.custom-logo{width:100px}}@media(max-width:610px){body .site-branding img.custom-logo{width:50px}}.digital_newspaper_main_body{--site-bk-color:#f0f1f2}body.digital_newspaper_font_typography{--digital-newspaper-animation-object-color:#924ed5}@media(max-width:610px){.ads-banner{display:block}}@media(max-width:610px){body #digital-newspaper-scroll-to-top.show{display:block}}body.digital_newspaper_main_body{--theme-color-red:var( --digital-newspaper-global-preset-color-8 )}body.digital_newspaper_dark_mode{--theme-color-red:var( --digital-newspaper-global-preset-color-8 )}body .post-categories .cat-item.cat-163{background-color:#29b8ff}body .post-categories .cat-item.cat-163:hover{background-color:#29b8ff}body .digital-newspaper-category-no-bk .post-categories .cat-item.cat-163 a{color:#29b8ff}body .digital-newspaper-category-no-bk .post-categories .cat-item.cat-163 a:hover{color:#29b8ff}body .post-categories .cat-item.cat-4136{background-color:#29b8ff}body .post-categories .cat-item.cat-4136:hover{background-color:#29b8ff}body .digital-newspaper-category-no-bk .post-categories .cat-item.cat-4136 a{color:#29b8ff}body .digital-newspaper-category-no-bk .post-categories .cat-item.cat-4136 a:hover{color:#29b8ff}body .post-categories .cat-item.cat-179{background-color:#29b8ff}body .post-categories .cat-item.cat-179:hover{background-color:#29b8ff}body .digital-newspaper-category-no-bk .post-categories .cat-item.cat-179 a{color:#29b8ff}body .digital-newspaper-category-no-bk .post-categories .cat-item.cat-179 a:hover{color:#29b8ff}body .post-categories .cat-item.cat-180{background-color:#29b8ff}body .post-categories .cat-item.cat-180:hover{background-color:#29b8ff}body .digital-newspaper-category-no-bk .post-categories .cat-item.cat-180 a{color:#29b8ff}body .digital-newspaper-category-no-bk .post-categories .cat-item.cat-180 a:hover{color:#29b8ff}body .post-categories .cat-item.cat-181{background-color:#29b8ff}body .post-categories .cat-item.cat-181:hover{background-color:#29b8ff}body .digital-newspaper-category-no-bk .post-categories .cat-item.cat-181 a{color:#29b8ff}body .digital-newspaper-category-no-bk .post-categories .cat-item.cat-181 a:hover{color:#29b8ff}body .post-categories .cat-item.cat-1412{background-color:#29b8ff}body .post-categories .cat-item.cat-1412:hover{background-color:#29b8ff}body .digital-newspaper-category-no-bk .post-categories .cat-item.cat-1412 a{color:#29b8ff}body .digital-newspaper-category-no-bk .post-categories .cat-item.cat-1412 a:hover{color:#29b8ff}body .post-categories .cat-item.cat-5305{background-color:#29b8ff}body .post-categories .cat-item.cat-5305:hover{background-color:#29b8ff}body .digital-newspaper-category-no-bk .post-categories .cat-item.cat-5305 a{color:#29b8ff}body .digital-newspaper-category-no-bk .post-categories .cat-item.cat-5305 a:hover{color:#29b8ff}body .post-categories .cat-item.cat-18850{background-color:#29b8ff}body .post-categories .cat-item.cat-18850:hover{background-color:#29b8ff}body .digital-newspaper-category-no-bk .post-categories .cat-item.cat-18850 a{color:#29b8ff}body .digital-newspaper-category-no-bk .post-categories .cat-item.cat-18850 a:hover{color:#29b8ff}body .post-categories .cat-item.cat-997{background-color:#29b8ff}body .post-categories .cat-item.cat-997:hover{background-color:#29b8ff}body .digital-newspaper-category-no-bk .post-categories .cat-item.cat-997 a{color:#29b8ff}body .digital-newspaper-category-no-bk .post-categories .cat-item.cat-997 a:hover{color:#29b8ff}body .post-categories .cat-item.cat-160{background-color:#29b8ff}body .post-categories .cat-item.cat-160:hover{background-color:#29b8ff}body .digital-newspaper-category-no-bk .post-categories .cat-item.cat-160 a{color:#29b8ff}body .digital-newspaper-category-no-bk .post-categories .cat-item.cat-160 a:hover{color:#29b8ff}body .post-categories .cat-item.cat-164{background-color:#29b8ff}body .post-categories .cat-item.cat-164:hover{background-color:#29b8ff}body .digital-newspaper-category-no-bk .post-categories .cat-item.cat-164 a{color:#29b8ff}body .digital-newspaper-category-no-bk .post-categories .cat-item.cat-164 a:hover{color:#29b8ff}body .post-categories .cat-item.cat-732{background-color:#29b8ff}body .post-categories .cat-item.cat-732:hover{background-color:#29b8ff}body .digital-newspaper-category-no-bk .post-categories .cat-item.cat-732 a{color:#29b8ff}body .digital-newspaper-category-no-bk .post-categories .cat-item.cat-732 a:hover{color:#29b8ff}body .post-categories .cat-item.cat-18851{background-color:#29b8ff}body .post-categories .cat-item.cat-18851:hover{background-color:#29b8ff}body .digital-newspaper-category-no-bk .post-categories .cat-item.cat-18851 a{color:#29b8ff}body .digital-newspaper-category-no-bk .post-categories .cat-item.cat-18851 a:hover{color:#29b8ff}body .post-categories .cat-item.cat-1347{background-color:#29b8ff}body .post-categories .cat-item.cat-1347:hover{background-color:#29b8ff}body .digital-newspaper-category-no-bk .post-categories .cat-item.cat-1347 a{color:#29b8ff}body .digital-newspaper-category-no-bk .post-categories .cat-item.cat-1347 a:hover{color:#29b8ff}body .post-categories .cat-item.cat-182{background-color:#29b8ff}body .post-categories .cat-item.cat-182:hover{background-color:#29b8ff}body .digital-newspaper-category-no-bk .post-categories .cat-item.cat-182 a{color:#29b8ff}body .digital-newspaper-category-no-bk .post-categories .cat-item.cat-182 a:hover{color:#29b8ff}body .post-categories .cat-item.cat-731{background-color:#29b8ff}body .post-categories .cat-item.cat-731:hover{background-color:#29b8ff}body .digital-newspaper-category-no-bk .post-categories .cat-item.cat-731 a{color:#29b8ff}body .digital-newspaper-category-no-bk .post-categories .cat-item.cat-731 a:hover{color:#29b8ff}body .post-categories .cat-item.cat-161{background-color:#29b8ff}body .post-categories .cat-item.cat-161:hover{background-color:#29b8ff}body .digital-newspaper-category-no-bk .post-categories .cat-item.cat-161 a{color:#29b8ff}body .digital-newspaper-category-no-bk .post-categories .cat-item.cat-161 a:hover{color:#29b8ff}body .post-categories .cat-item.cat-162{background-color:#29b8ff}body .post-categories .cat-item.cat-162:hover{background-color:#29b8ff}body .digital-newspaper-category-no-bk .post-categories .cat-item.cat-162 a{color:#29b8ff}body .digital-newspaper-category-no-bk .post-categories .cat-item.cat-162 a:hover{color:#29b8ff}body .post-categories .cat-item.cat-690{background-color:#29b8ff}body .post-categories .cat-item.cat-690:hover{background-color:#29b8ff}body .digital-newspaper-category-no-bk .post-categories .cat-item.cat-690 a{color:#29b8ff}body .digital-newspaper-category-no-bk .post-categories .cat-item.cat-690 a:hover{color:#29b8ff}body .post-categories .cat-item.cat-843{background-color:#29b8ff}body .post-categories .cat-item.cat-843:hover{background-color:#29b8ff}body .digital-newspaper-category-no-bk .post-categories .cat-item.cat-843 a{color:#29b8ff}body .digital-newspaper-category-no-bk .post-categories .cat-item.cat-843 a:hover{color:#29b8ff}body .post-categories .cat-item.cat-844{background-color:#29b8ff}body .post-categories .cat-item.cat-844:hover{background-color:#29b8ff}body .digital-newspaper-category-no-bk .post-categories .cat-item.cat-844 a{color:#29b8ff}body .digital-newspaper-category-no-bk .post-categories .cat-item.cat-844 a:hover{color:#29b8ff}body .post-categories .cat-item.cat-157{background-color:#29b8ff}body .post-categories .cat-item.cat-157:hover{background-color:#29b8ff}body .digital-newspaper-category-no-bk .post-categories .cat-item.cat-157 a{color:#29b8ff}body .digital-newspaper-category-no-bk .post-categories .cat-item.cat-157 a:hover{color:#29b8ff}body .post-categories .cat-item.cat-719{background-color:#29b8ff}body .post-categories .cat-item.cat-719:hover{background-color:#29b8ff}body .digital-newspaper-category-no-bk .post-categories .cat-item.cat-719 a{color:#29b8ff}body .digital-newspaper-category-no-bk .post-categories .cat-item.cat-719 a:hover{color:#29b8ff}body .post-categories .cat-item.cat-845{background-color:#29b8ff}body .post-categories .cat-item.cat-845:hover{background-color:#29b8ff}body .digital-newspaper-category-no-bk .post-categories .cat-item.cat-845 a{color:#29b8ff}body .digital-newspaper-category-no-bk .post-categories .cat-item.cat-845 a:hover{color:#29b8ff}body .post-categories .cat-item.cat-183{background-color:#29b8ff}body .post-categories .cat-item.cat-183:hover{background-color:#29b8ff}body .digital-newspaper-category-no-bk .post-categories .cat-item.cat-183 a{color:#29b8ff}body .digital-newspaper-category-no-bk .post-categories .cat-item.cat-183 a:hover{color:#29b8ff}body .post-categories .cat-item.cat-184{background-color:#29b8ff}body .post-categories .cat-item.cat-184:hover{background-color:#29b8ff}body .digital-newspaper-category-no-bk .post-categories .cat-item.cat-184 a{color:#29b8ff}body .digital-newspaper-category-no-bk .post-categories .cat-item.cat-184 a:hover{color:#29b8ff}body .post-categories .cat-item.cat-841{background-color:#29b8ff}body .post-categories .cat-item.cat-841:hover{background-color:#29b8ff}body .digital-newspaper-category-no-bk .post-categories .cat-item.cat-841 a{color:#29b8ff}body .digital-newspaper-category-no-bk .post-categories .cat-item.cat-841 a:hover{color:#29b8ff}body .post-categories .cat-item.cat-842{background-color:#29b8ff}body .post-categories .cat-item.cat-842:hover{background-color:#29b8ff}body .digital-newspaper-category-no-bk .post-categories .cat-item.cat-842 a{color:#29b8ff}body .digital-newspaper-category-no-bk .post-categories .cat-item.cat-842 a:hover{color:#29b8ff}body .post-categories .cat-item.cat-185{background-color:#29b8ff}body .post-categories .cat-item.cat-185:hover{background-color:#29b8ff}body .digital-newspaper-category-no-bk .post-categories .cat-item.cat-185 a{color:#29b8ff}body .digital-newspaper-category-no-bk .post-categories .cat-item.cat-185 a:hover{color:#29b8ff}body .post-categories .cat-item.cat-192{background-color:#29b8ff}body .post-categories .cat-item.cat-192:hover{background-color:#29b8ff}body .digital-newspaper-category-no-bk .post-categories .cat-item.cat-192 a{color:#29b8ff}body .digital-newspaper-category-no-bk .post-categories .cat-item.cat-192 a:hover{color:#29b8ff}body .post-categories .cat-item.cat-186{background-color:#29b8ff}body .post-categories .cat-item.cat-186:hover{background-color:#29b8ff}body .digital-newspaper-category-no-bk .post-categories .cat-item.cat-186 a{color:#29b8ff}body .digital-newspaper-category-no-bk .post-categories .cat-item.cat-186 a:hover{color:#29b8ff}body .post-categories .cat-item.cat-156{background-color:#29b8ff}body .post-categories .cat-item.cat-156:hover{background-color:#29b8ff}body .digital-newspaper-category-no-bk .post-categories .cat-item.cat-156 a{color:#29b8ff}body .digital-newspaper-category-no-bk .post-categories .cat-item.cat-156 a:hover{color:#29b8ff}body .post-categories .cat-item.cat-1245{background-color:#29b8ff}body .post-categories .cat-item.cat-1245:hover{background-color:#29b8ff}body .digital-newspaper-category-no-bk .post-categories .cat-item.cat-1245 a{color:#29b8ff}body .digital-newspaper-category-no-bk .post-categories .cat-item.cat-1245 a:hover{color:#29b8ff}body .post-categories .cat-item.cat-187{background-color:#29b8ff}body .post-categories .cat-item.cat-187:hover{background-color:#29b8ff}body .digital-newspaper-category-no-bk .post-categories .cat-item.cat-187 a{color:#29b8ff}body .digital-newspaper-category-no-bk .post-categories .cat-item.cat-187 a:hover{color:#29b8ff}body .post-categories .cat-item.cat-193{background-color:#29b8ff}body .post-categories .cat-item.cat-193:hover{background-color:#29b8ff}body .digital-newspaper-category-no-bk .post-categories .cat-item.cat-193 a{color:#29b8ff}body .digital-newspaper-category-no-bk .post-categories .cat-item.cat-193 a:hover{color:#29b8ff}body .post-categories .cat-item.cat-18954{background-color:#29b8ff}body .post-categories .cat-item.cat-18954:hover{background-color:#29b8ff}body .digital-newspaper-category-no-bk .post-categories .cat-item.cat-18954 a{color:#29b8ff}body .digital-newspaper-category-no-bk .post-categories .cat-item.cat-18954 a:hover{color:#29b8ff}body .post-categories .cat-item.cat-986{background-color:#29b8ff}body .post-categories .cat-item.cat-986:hover{background-color:#29b8ff}body .digital-newspaper-category-no-bk .post-categories .cat-item.cat-986 a{color:#29b8ff}body .digital-newspaper-category-no-bk .post-categories .cat-item.cat-986 a:hover{color:#29b8ff}body .post-categories .cat-item.cat-8308{background-color:#29b8ff}body .post-categories .cat-item.cat-8308:hover{background-color:#29b8ff}body .digital-newspaper-category-no-bk .post-categories .cat-item.cat-8308 a{color:#29b8ff}body .digital-newspaper-category-no-bk .post-categories .cat-item.cat-8308 a:hover{color:#29b8ff}body .post-categories .cat-item.cat-191{background-color:#29b8ff}body .post-categories .cat-item.cat-191:hover{background-color:#29b8ff}body .digital-newspaper-category-no-bk .post-categories .cat-item.cat-191 a{color:#29b8ff}body .digital-newspaper-category-no-bk .post-categories .cat-item.cat-191 a:hover{color:#29b8ff}body .post-categories .cat-item.cat-12693{background-color:#29b8ff}body .post-categories .cat-item.cat-12693:hover{background-color:#29b8ff}body .digital-newspaper-category-no-bk .post-categories .cat-item.cat-12693 a{color:#29b8ff}body .digital-newspaper-category-no-bk .post-categories .cat-item.cat-12693 a:hover{color:#29b8ff}body .post-categories .cat-item.cat-18852{background-color:#29b8ff}body .post-categories .cat-item.cat-18852:hover{background-color:#29b8ff}body .digital-newspaper-category-no-bk .post-categories .cat-item.cat-18852 a{color:#29b8ff}body .digital-newspaper-category-no-bk .post-categories .cat-item.cat-18852 a:hover{color:#29b8ff}body .post-categories .cat-item.cat-8205{background-color:#29b8ff}body .post-categories .cat-item.cat-8205:hover{background-color:#29b8ff}body .digital-newspaper-category-no-bk .post-categories .cat-item.cat-8205 a{color:#29b8ff}body .digital-newspaper-category-no-bk .post-categories .cat-item.cat-8205 a:hover{color:#29b8ff}body .post-categories .cat-item.cat-730{background-color:#29b8ff}body .post-categories .cat-item.cat-730:hover{background-color:#29b8ff}body .digital-newspaper-category-no-bk .post-categories .cat-item.cat-730 a{color:#29b8ff}body .digital-newspaper-category-no-bk .post-categories .cat-item.cat-730 a:hover{color:#29b8ff}body .post-categories .cat-item.cat-188{background-color:#29b8ff}body .post-categories .cat-item.cat-188:hover{background-color:#29b8ff}body .digital-newspaper-category-no-bk .post-categories .cat-item.cat-188 a{color:#29b8ff}body .digital-newspaper-category-no-bk .post-categories .cat-item.cat-188 a:hover{color:#29b8ff}body .post-categories .cat-item.cat-765{background-color:#29b8ff}body .post-categories .cat-item.cat-765:hover{background-color:#29b8ff}body .digital-newspaper-category-no-bk .post-categories .cat-item.cat-765 a{color:#29b8ff}body .digital-newspaper-category-no-bk .post-categories .cat-item.cat-765 a:hover{color:#29b8ff}body .post-categories .cat-item.cat-159{background-color:#29b8ff}body .post-categories .cat-item.cat-159:hover{background-color:#29b8ff}body .digital-newspaper-category-no-bk .post-categories .cat-item.cat-159 a{color:#29b8ff}body .digital-newspaper-category-no-bk .post-categories .cat-item.cat-159 a:hover{color:#29b8ff}body .post-categories .cat-item.cat-190{background-color:#29b8ff}body .post-categories .cat-item.cat-190:hover{background-color:#29b8ff}body .digital-newspaper-category-no-bk .post-categories .cat-item.cat-190 a{color:#29b8ff}body .digital-newspaper-category-no-bk .post-categories .cat-item.cat-190 a:hover{color:#29b8ff}body .post-categories .cat-item.cat-189{background-color:#29b8ff}body .post-categories .cat-item.cat-189:hover{background-color:#29b8ff}body .digital-newspaper-category-no-bk .post-categories .cat-item.cat-189 a{color:#29b8ff}body .digital-newspaper-category-no-bk .post-categories .cat-item.cat-189 a:hover{color:#29b8ff}body .post-categories .cat-item.cat-18853{background-color:#29b8ff}body .post-categories .cat-item.cat-18853:hover{background-color:#29b8ff}body .digital-newspaper-category-no-bk .post-categories .cat-item.cat-18853 a{color:#29b8ff}body .digital-newspaper-category-no-bk .post-categories .cat-item.cat-18853 a:hover{color:#29b8ff}body .post-categories .cat-item.cat-1{background-color:#29b8ff}body .post-categories .cat-item.cat-1:hover{background-color:#29b8ff}body .digital-newspaper-category-no-bk .post-categories .cat-item.cat-1 a{color:#29b8ff}body .digital-newspaper-category-no-bk .post-categories .cat-item.cat-1 a:hover{color:#29b8ff}body .post-categories .cat-item.cat-155{background-color:#29b8ff}body .post-categories .cat-item.cat-155:hover{background-color:#29b8ff}body .digital-newspaper-category-no-bk .post-categories .cat-item.cat-155 a{color:#29b8ff}body .digital-newspaper-category-no-bk .post-categories .cat-item.cat-155 a:hover{color:#29b8ff}header .site-title a,header .site-title a:after{color:#1e73be}header .site-title a:hover{color:#1e73be}.site-description{color:#8f8f8f}#amp-mobile-version-switcher{left:0;position:absolute;width:100%;z-index:100}#amp-mobile-version-switcher>a{background-color:#444;border:0;color:#eaeaea;display:block;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:16px;font-weight:600;padding:15px 0;text-align:center;-webkit-text-decoration:none;text-decoration:none}#amp-mobile-version-switcher>a:active,#amp-mobile-version-switcher>a:focus,#amp-mobile-version-switcher>a:hover{-webkit-text-decoration:underline;text-decoration:underline}