4.5 C
New York
Wednesday, December 10, 2025

Buy now

spot_img

Coding Is for Everyone—as Long as You Speak English

Save this story Save Save this story Save This year marks the 30th anniversary of the World Wide Web, so there’s been a lot of pixels spilled on “the initial promises of the web”—one of which was the idea that you could select “view source” on any page and easily teach yourself what went into making it display like that. Here’s the very first webpage , reproduced by the tinker-friendly programming website Glitch in honor of the anniversary, to point out that you can switch to the source view and see that certain parts are marked up with and <body data-rsssl=1> and </p> <p> (which you might be able to guess stands for “paragraph”). Looks pretty straightforward—but you’re reading this on an English website, from the perspective of an English speaker. Now, imagine that this was the first webpage you’d ever seen, that you were excited to peer under the hood and figure out how this worked. But instead of the labels being familiar words, you were faced with this version I created , which is entirely identical to the original except that the source code is based on Russian rather than English. I don’t speak Russian, and assuming you don’t either, does <заголовок> and <заглавие> and <тело> and <п> still feel like something you want to tinker with? Gretchen McCulloch is WIRED’s resident linguist. She’s the cocreator of Lingthusiasm , a podcast that’s enthusiastic about linguistics, and her book Because Internet: Understanding the New Rules of Language comes out July 23, 2019, from Riverhead (Penguin). In theory, you can make a programming language out of any symbols. The computer doesn’t care. The computer is already running an invisible program (a compiler) to translate your IF or <body data-rsssl=1> into the 1s and 0s that it functions in, and it would function just as effectively if we used a potato emoji 🥔 to stand for IF and the obscure 15th century Cyrillic symbol multiocular O ꙮ to stand for <body data-rsssl=1>. The fact that programming languages often resemble English words like body or if is a convenient accommodation for our puny human meatbrains, which are much better at remembering commands that look like words we already know. But only some of us already know the words of these commands: those of us who speak English. The “initial promise of the web” was only ever a promise to its English-speaking users, whether native English-speaking or with access to the kind of elite education that produces fluent second-language English speakers in non-English-dominant areas. It’s true that software programs and social media platforms are now often available in some 30 to 100 languages—but what about the tools that make us creators, not just consumers, of computational tools? I’m not even asking whether we should make programming languages in small, underserved languages (although that would be cool). Even huge languages that have extensive literary traditions and are used as regional trade languages, like Mandarin, Spanish, Hindi, and Arabic, still aren’t widespread as languages of code. I’ve found four programming languages that are widely available in multilingual versions. Not 400. Four (4). Two of these four languages are specially designed to teach children how to code: Scratch and Blockly . Scratch has even done a study showing that children who learn to code in a programming language based on their native language learn faster than those who are stuck learning in another language. What happens when these children grow up? Adults, who are not exactly famous for how much they enjoy learning languages, have two other well-localized programming languages to choose from: Excel formulas and Wiki markup. Yes, you can command your spreadsheets with formulas based on whatever language your spreadsheet program’s interface is in. Both Excel and Google Sheets will let you write, for example, =IF(condition,value_if_true,value_if_false), but also the Spanish equivalent, =SI(prueba_lógica,valor_si_es_verdadero,valor_si_es_falso), and the same in dozens of other languages. It’s probably not the first thing you think of when you think of coding, but a spreadsheet can technically be made into a Turing machine , and it does show that there’s a business case for localized versions. Similarly, you can edit Wikipedia and other wikis using implementations of Wiki markup based on many different languages. The basic features of Wiki markup are language-agnostic (such as putting square brackets [[around a link]]), but more advanced features do use words, and those words are in the local language. For example, if you make an infobox about a person, it has parameters like “name = ” and “birth_place = ” on the English Wikipedia, which are “име = ” and “роден-място = ” on the Bulgarian Wikipedia. In addition to these four widely available, multilingual programming languages, there are several dozen, maybe a hundred or so, programming languages that are available in a language or two other than English, such as Qalb (Arabic), Chinese Python , farsinet (Persian), Hindawi Programming System (Bengali, Gujarati, and Hindi), and even a version of Perl but in Latin . Several non-English programming languages even date back to the era of government-sponsored room-sized megacomputers, such as several Soviet-era programming languages that were based on Russian and the multilingual languages ALGOL 68 (1960s) and 4th Dimension (1980s). But many newer languages, like Python, Ruby, and Lua, come from non-English speaking countries (the Netherlands, Japan, and Brazil) and still use English-based keywords. The initial promise of the web is, for many people, more of a threat—speak English or get left out of the network. These languages exist because it’s not difficult to translate a programming language. There are plenty of converters between programming languages—you can throw in a passage in JavaScript and get out the version in Python, or throw in a passage in Markdown and get out a version in HTML. They’re not particularly hard to create. Programming languages have limited, well-defined vocabularies, with none of the ambiguity or cultural nuance that bedevils automatic machine translation of natural languages. Figure out the equivalents of a hundred or so commands and you can automatically map the one onto the other for any passage of code. Indeed, it’s so feasible to translate programming languages that people periodically do so for artistic or humorous purposes, a delightful type of nerdery known as esoteric programming languages . LOLCODE , for example, is modeled after lolcats, so you begin a program with HAI and close it with KTHXBAI, and Whitespace is completely invisible to the human eye, made up of the invisible characters space, tab, and linebreak. There’s even Pikachu, a programming language consisting solely of the words pi , pika , and pikachu so that Pikachu can—very hypothetically—break away from those darn Pokémon trainers and get a high-paying job as a programmer instead. When you put translating code in terms of Pokémon , it sounds absurd. When you put translating code in terms of the billions of people in the world who don’t speak English, access to high-paying jobs and the ability to tinker with your own device is no longer a hypothetical benefit. The fact that code depends on English blocks people from this benefit, for reasons that are entirely unnecessary at a technical level. But a programming language isn’t just its technical implementation—it’s also a human community. The four widespread multilingual programming languages have had better luck so far with fostering that community than the solitary non-English-based programming languages, but it’s still a critical bottleneck. You need to find useful resources when you Google your error messages. Heck, you need to figure out how to get the language up and running on your computer at all. That’s why it was so important that the first web browser let you edit—not just view—websites, why Glitch has made such a point of letting you edit working code from inside a browser window and making it easy to ask for help. But where’s the Glitch for the non-English-speaking world? How do we make the web as tinker-friendly for the people who are joining it now (or who have been using it as a consumer for the past decade) as it was for its earliest arrivals? Here’s why I still have hope. In medieval Europe, if you wanted to access the technology of writing, you had to acquire a new language at the same time. Writing meant Latin. Writing in the vernacular—in the mother tongues, in languages that people already spoke—was an obscure, marginalized sideline. Why would you even want to learn to write in English or French? There’s nothing to read there, whereas Latin got you access to the intellectual tradition of an entire lingua franca. We have a tendency to look back at this historical era and wonder why people bothered with all that Latin when they could have just written in the language they already spoke. At the time, learning Latin in order to learn how to write was as logical as learning English in order to code is today, even though we now know that children learn to read much faster if they’re taught in their mother tongue first. The arguments for English-based code that I see on websites like Stack Overflow are much the same: Why not just learn English? It gains you access to an entire technological tradition. We know that Latin’s dominance in writing ended. The technology of writing spread to other languages. The technology of coding is no more intrinsically bound to English than the technology of writing was bound to Latin. I propose we start by adjusting the way we talk about programming languages when they contain words from human languages. The first website wasn’t written in HTML—it was written in English HTML. The snippet of code that appears along the bottom of Glitch’s reproduction ? It’s not in JavaScript, it’s in English JavaScript. When we name the English default, it becomes more obvious that we can question it—we can start imagining a world that also contains Russian HTML or Swahili JavaScript, where you don’t have an unearned advantage in learning to code if your native language happens to be English. This world doesn’t exist yet. Perhaps in the next 30 years, we’ll make it. More Great WIRED Stories Want to start fermenting your food? Get this gear Free throws should be easy. Why do NBA players miss ? Russia’s bid to exploit gas under the Arctic tundra Tracking eye movements can help computers learn Al Gore did not invent the Green New Deal, but he likes it 👀 Looking for the latest gadgets? Check out our latest buying guides and best deals all year round 📩 Want more? Sign up for our daily newsletter and never miss our latest and greatest stories</p> </div></div><div class="td_block_wrap tdb_single_tags tdi_134 td-pb-border-top td_block_template_1" data-td-block-uid="tdi_134" > <style>.tdb_single_tags{margin-bottom:2px;font-family:var(--td_default_google_font_1,'Open Sans','Open Sans Regular',sans-serif);font-weight:600}.tdb_single_tags span,.tdb_single_tags a{font-size:11px}.tdb_single_tags span{text-transform:uppercase}.tdb_single_tags a:hover{background-color:var(--td_theme_color,#4db2ec);border-color:var(--td_theme_color,#4db2ec);color:#fff}.tdb_single_tags ul{display:inline-block;margin:0;list-style-type:none;font-size:0}.tdb_single_tags li{display:inline-block;margin-left:0}.tdi_134 span{margin-right:4px;padding:2px 8px 3px;color:#fff;background-color:#222}.tdi_134 a{margin-right:4px;padding:1px 7px 2px;border:1px solid #ededed;color:#111}.tdi_134 a:hover{background-color:#008d7f;border-color:#008d7f}@media (min-width:1019px) and (max-width:1140px){.tdi_134 a{border:1px solid #ededed}}@media (min-width:768px) and (max-width:1018px){.tdi_134 a{border:1px solid #ededed}}@media (max-width:767px){.tdi_134 a{border:1px solid #ededed}}</style><div class="tdb-block-inner td-fix-index"><ul class="tdb-tags"><li><span>Tags</span></li><li><a href="https://magazinify.world/tag/gift-ideas/">Gift Ideas</a></li></ul></div></div><div class="wpb_wrapper td_block_separator td_block_wrap vc_separator tdi_136 td_separator_solid td_separator_center"><span style="border-color:#EBEBEB;border-width:1px;width:100%;"></span> <style scoped>.tdi_136{margin-top:28px!important;margin-bottom:20px!important}</style></div><div class="td_block_wrap tdb_single_post_share tdi_137 td-pb-border-top td_block_template_1" data-td-block-uid="tdi_137" > <style>.tdi_137 .td-post-sharing-visible{align-items:flex-start}</style><div id="tdi_137" class="td-post-sharing tdb-block td-ps-border td-ps-border-grey td-ps-padding td-ps-icon-color td-ps-text-color td-post-sharing-style17 "><div class="td-post-sharing-visible"><div class="td-social-sharing-button td-social-sharing-button-js td-social-handler td-social-share-text"> <div class="td-social-but-icon"><i class="td-icon-share"></i></div> <div class="td-social-but-text">Share</div> </div><a class="td-social-sharing-button td-social-sharing-button-js td-social-network td-social-facebook" href="https://www.facebook.com/sharer.php?u=https%3A%2F%2Fmagazinify.world%2F2025%2F12%2F09%2Fcoding-is-for-everyone-as-long-as-you-speak-english%2F" title="Facebook" ><div class="td-social-but-icon"><i class="td-icon-facebook"></i></div><div class="td-social-but-text">Facebook</div></a><a class="td-social-sharing-button td-social-sharing-button-js td-social-network td-social-twitter" href="https://twitter.com/intent/tweet?text=Coding+Is+for+Everyone%E2%80%94as+Long+as+You+Speak+English&url=https%3A%2F%2Fmagazinify.world%2F2025%2F12%2F09%2Fcoding-is-for-everyone-as-long-as-you-speak-english%2F&via=Magazinify" title="Twitter" ><div class="td-social-but-icon"><i class="td-icon-twitter"></i></div><div class="td-social-but-text">Twitter</div></a><a class="td-social-sharing-button td-social-sharing-button-js td-social-network td-social-pinterest" href="https://pinterest.com/pin/create/button/?url=https://magazinify.world/2025/12/09/coding-is-for-everyone-as-long-as-you-speak-english/&media=&description=Coding+Is+for+Everyone%E2%80%94as+Long+as+You+Speak+English" title="Pinterest" ><div class="td-social-but-icon"><i class="td-icon-pinterest"></i></div><div class="td-social-but-text">Pinterest</div></a><a class="td-social-sharing-button td-social-sharing-button-js td-social-network td-social-whatsapp" href="https://api.whatsapp.com/send?text=Coding+Is+for+Everyone%E2%80%94as+Long+as+You+Speak+English %0A%0A https://magazinify.world/2025/12/09/coding-is-for-everyone-as-long-as-you-speak-english/" title="WhatsApp" ><div class="td-social-but-icon"><i class="td-icon-whatsapp"></i></div><div class="td-social-but-text">WhatsApp</div></a></div><div class="td-social-sharing-hidden"><ul class="td-pulldown-filter-list"></ul><a class="td-social-sharing-button td-social-handler td-social-expand-tabs" href="#" data-block-uid="tdi_137" title="More"> <div class="td-social-but-icon"><i class="td-icon-plus td-social-expand-tabs-icon"></i></div> </a></div></div></div><div class="wpb_wrapper td_block_separator td_block_wrap vc_separator tdi_139 td_separator_solid td_separator_center"><span style="border-color:#EBEBEB;border-width:1px;width:100%;"></span> <style scoped>.tdi_139{margin-bottom:30px!important}</style></div><div class="td_block_wrap tdb_single_next_prev tdi_140 td-animation-stack td-pb-border-top td_block_template_1" data-td-block-uid="tdi_140" > <style>.tdi_140{margin-bottom:43px!important}</style> <style>.tdb_single_next_prev{*zoom:1}.tdb_single_next_prev:before,.tdb_single_next_prev:after{display:table;content:'';line-height:0}.tdb_single_next_prev:after{clear:both}.tdb-next-post{font-family:var(--td_default_google_font_2,'Roboto',sans-serif);width:48%;float:left;transform:translateZ(0);-webkit-transform:translateZ(0);min-height:1px;line-height:1}.tdb-next-post span{display:block;font-size:12px;color:#747474;margin-bottom:7px}.tdb-next-post a{font-size:15px;color:#222;line-height:21px;-webkit-transition:color 0.2s ease;transition:color 0.2s ease}.tdb-next-post a:hover{color:var(--td_theme_color,#4db2ec)}.tdb-post-next{margin-left:2%;text-align:right}.tdb-post-prev{margin-right:2%}.tdb-post-next .td-image-container{display:inline-block}.tdi_140 .td-module-container{display:flex;flex-direction:column}.tdi_140 .tdb-post-next .td-module-container{align-items:flex-end}.tdi_140 .td-image-container{display:block;order:0}.ie10 .tdi_140 .next-prev-title,.ie11 .tdi_140 .next-prev-title{flex:auto}.tdi_140 .tdb-next-post a{color:#000000;font-family:Rubik!important;font-size:15px!important;line-height:1.4!important;font-weight:500!important}.tdi_140 .tdb-next-post:hover a{color:#dd3333}.tdi_140 .td-module-title a{box-shadow:inset 0 0 0 0 #000}.tdi_140 .tdb-next-post span{font-family:Rubik!important;font-size:11px!important;text-transform:uppercase!important}@media (min-width:768px){.tdi_140 .td-module-title a{transition:all 0.2s ease;-webkit-transition:all 0.2s ease}}@media (min-width:1019px) and (max-width:1140px){.tdi_140 .td-module-title a{box-shadow:inset 0 0 0 0 #000}@media (min-width:768px){.tdi_140 .td-module-title a{transition:all 0.2s ease;-webkit-transition:all 0.2s ease}}}@media (min-width:768px) and (max-width:1018px){.tdi_140 .td-module-title a{box-shadow:inset 0 0 0 0 #000}@media (min-width:768px){.tdi_140 .td-module-title a{transition:all 0.2s ease;-webkit-transition:all 0.2s ease}}}@media (max-width:767px){.tdi_140 .td-module-title a{box-shadow:inset 0 0 0 0 #000}.tdi_140 .tdb-next-post a{font-size:13px!important;line-height:1.2!important}@media (min-width:768px){.tdi_140 .td-module-title a{transition:all 0.2s ease;-webkit-transition:all 0.2s ease}}}</style><div class="tdb-block-inner td-fix-index"><div class="tdb-next-post tdb-next-post-bg tdb-post-prev"><span>Previous article</span><div class="td-module-container"><div class="next-prev-title"><a href="https://magazinify.world/2025/12/09/why-the-krack-wi-fi-mess-will-take-decades-to-clean-up/">Why the Krack Wi-Fi Mess Will Take Decades to Clean Up</a></div></div></div><div class="tdb-next-post tdb-next-post-bg tdb-post-next"><span>Next article</span><div class="td-module-container"><div class="next-prev-title"><a href="https://magazinify.world/2025/12/09/what-happened-in-the-dark-puerto-ricos-year-of-fighting-for-power/">What Happened in the Dark: Puerto Rico’s Year of Fighting for Power</a></div></div></div></div></div><div class="tdb-author-box td_block_wrap tdb_single_author_box tdi_141 tdb-content-vert-top td-pb-border-top td_block_template_1" data-td-block-uid="tdi_141" > <style>@media (max-width:767px){.tdi_141{justify-content:center!important;text-align:center!important}}</style> <style>.tdb-author-box .tdb-author-photo,.tdb-author-box .tdb-author-info{display:table-cell;vertical-align:top}.tdb-author-box .tdb-author-photo img{display:block}.tdb-author-box .tdb-author-counters span{display:inline-block;background-color:#222;margin:0 10px 0 0;padding:5px 10px 4px;font-family:var(--td_default_google_font_2,'Roboto',sans-serif);font-size:11px;font-weight:700;line-height:1;color:#fff}.tdb-author-box .tdb-author-name,.tdb-author-box .tdb-author-url{display:block}.tdb-author-box .tdb-author-name{margin:7px 0 8px;font-family:var(--td_default_google_font_1,'Open Sans','Open Sans Regular',sans-serif);font-size:15px;line-height:21px;font-weight:700;color:#222}.tdb-author-box .tdb-author-name:hover{color:#4db2ec}.tdb-author-box .tdb-author-url{margin-bottom:6px;font-size:11px;font-style:italic;line-height:21px;color:#444}.tdb-author-box .tdb-author-url:hover{color:#4db2ec}.tdb-author-box .tdb-author-descr{font-size:12px}.tdb-author-box .tdb-author-social{margin-top:4px}.tdb-author-box .tdb-social-item{position:relative;display:inline-block;-webkit-transition:all 0.2s;transition:all 0.2s;text-align:center;-webkit-transform:translateZ(0);transform:translateZ(0)}.tdb-author-box .tdb-social-item:last-child{margin-right:0!important}.tdb-author-box .tdb-social-item i{color:#000;-webkit-transition:all 0.2s;transition:all 0.2s}.tdb-author-box .tdb-social-item:hover i{color:#000}.tdi_141{padding:20px;border:1px solid #ededed}.tdi_141 .tdb-author-info{width:auto;padding-bottom:0;padding-left:20px}.tdi_141 .tdb-author-photo{width:120px;transform:translateZ(0);-webkit-transform:translateZ(0);pointer-events:auto}.tdi_141 .tdb-author-name{margin:5px 0 10px 0;font-family:Rubik!important;font-size:15px!important;line-height:1.2!important;font-weight:500!important;text-transform:capitalize!important}.tdi_141 .tdb-social-item i{font-size:15px;vertical-align:middle;line-height:15px}.tdi_141 .tdb-social-item i.td-icon-twitter,.tdi_141 .tdb-social-item i.td-icon-linkedin,.tdi_141 .tdb-social-item i.td-icon-pinterest,.tdi_141 .tdb-social-item i.td-icon-blogger,.tdi_141 .tdb-social-item i.td-icon-vimeo{font-size:12px}.tdi_141 .tdb-social-item{min-width:15px;height:15px;margin:10px 20px 10px 0}.tdi_141 .tdb-author-url{font-family:Rubik!important;font-size:11px!important;line-height:1!important;font-weight:400!important}.tdi_141 .tdb-author-descr{font-family:Rubik!important;font-size:13px!important;line-height:1.4!important;font-weight:400!important}.tdi_141 .tdb-author-photo:hover:before{opacity:0}@media (min-width:1019px) and (max-width:1140px){.tdi_141{border:1px solid #ededed}}@media (min-width:768px) and (max-width:1018px){.tdi_141{padding:15px;border:1px solid #ededed}.tdi_141 .tdb-author-photo{width:80px;transform:translateZ(0);-webkit-transform:translateZ(0)}.tdi_141 .tdb-author-info{padding-bottom:0;padding-left:15px}.tdi_141 .tdb-author-name{margin:3px 0 8px 0;font-size:13px!important}.tdi_141 .tdb-author-descr{font-size:11px!important}}@media (max-width:767px){.tdi_141{border:1px solid #ededed}.tdi_141 .tdb-author-photo{display:inline-block;width:90px;transform:translateZ(0);-webkit-transform:translateZ(0)}.tdi_141 .tdb-author-info{display:inline-block;width:100%;padding-top:20px;padding-left:0}}</style><div class="tdb-block-inner td-fix-index"><a href="https://magazinify.world/author/admin_0ht326pq/" class="tdb-author-photo" title="admin_0ht326pq"><img alt='admin_0ht326pq' src='https://secure.gravatar.com/avatar/73118510dcca8836ab1d4d0a961a49ea9af8f04160243727e08c1af927299240?s=96&d=mm&r=g' srcset='https://secure.gravatar.com/avatar/73118510dcca8836ab1d4d0a961a49ea9af8f04160243727e08c1af927299240?s=96&d=mm&r=g 2x' class='avatar avatar-96 photo' height='96' width='96' decoding='async'/></a><div class="tdb-author-info"><a href="https://magazinify.world/author/admin_0ht326pq/" class="tdb-author-name">admin_0ht326pq</a><a href="https://magazinify.world" class="tdb-author-url">https://magazinify.world</a><div class="tdb-author-descr"></div><div class="tdb-author-social"></div></div></div></div><div class="td_block_wrap td_flex_block_4 tdi_142 td_with_ajax_pagination td-pb-border-top td_block_template_8 td_flex_block" data-td-block-uid="tdi_142" > <style>.td_block_template_8.widget>ul>li{margin-left:0!important}.td_block_template_8 .td-block-title{font-size:20px;font-weight:800;margin-top:0;margin-bottom:18px;line-height:29px;position:relative;overflow:hidden;text-align:left}.td_block_template_8 .td-block-title>*{position:relative;padding-right:20px;color:var(--td_text_header_color,#000)}.td_block_template_8 .td-block-title>*:before,.td_block_template_8 .td-block-title>*:after{content:'';display:block;height:4px;position:absolute;top:50%;margin-top:-2px;width:2000px;background-color:#f5f5f5}.td_block_template_8 .td-block-title>*:before{left:100%}.td_block_template_8 .td-block-title>*:after{right:100%}@media (max-width:767px){.td_block_template_8 .td-related-title a{font-size:15px}}.td_block_template_8 .td-related-title a:before{display:none}.td_block_template_8 .td-related-title a:first-child:after{display:none}.td_block_template_8 .td-related-title a:last-child:after{left:100%;right:auto}.td_block_template_8 .td-related-title .td-cur-simple-item{color:var(--td_theme_color,#4db2ec)}.tdi_142 .td-block-title>*:before,.tdi_142 .td-block-title>*:after{background-color:#85c442!important}@media (max-width:767px){.tdi_142{margin-bottom:40px!important}}</style> <style>.tdi_142 .td_module_wrap{padding-left:2.5px;padding-right:2.5px}.tdi_142 .td_block_inner{margin-left:-2.5px;margin-right:-2.5px}.tdi_142 .td_module_flex_1{padding-bottom:0px;margin-bottom:0px}.tdi_142 .td_module_flex_1 .td-module-container:before{bottom:-0px;border-width:0 0 1px 0;border-style:none;border-color:#eaeaea;border-color:#eaeaea}.tdi_142 .td_module_flex_4{padding-bottom:13px;margin-bottom:13px}.tdi_142 .td_module_flex_4 .td-module-container:before{bottom:-13px;border-width:0 0 1px 0;border-style:none;border-color:#eaeaea;border-color:#eaeaea}.tdi_142 .td_module_wrap:last-child{margin-bottom:0!important;padding-bottom:0!important}.tdi_142 .td_module_wrap:last-child .td-module-container:before{display:none}.tdi_142 .td_module_flex_1 .td-module-container{border-color:#eaeaea}.tdi_142 .td_module_flex_4 .td-module-container{border-color:#eaeaea}.tdi_142 .td_module_flex_1 .entry-thumb{background-position:center 50%}.tdi_142 .td_module_flex_4 .entry-thumb{background-position:center 50%}.tdi_142 .td_module_flex_4 .td-image-container{flex:0 0 30%;width:30%;display:block;order:0}.tdi_142 .td_module_flex_1 .td-image-wrap{padding-bottom:120%}.ie10 .tdi_142 .td_module_flex_1 .td-image-container,.ie11 .tdi_142 .td_module_flex_1 .td-image-container{flex:0 0 auto}.ie10 .tdi_142 .td_module_flex_4 .td-module-meta-info,.ie11 .tdi_142 .td_module_flex_4 .td-module-meta-info{flex:1}body .tdi_142 .td_module_flex_1 .td-favorite{font-size:36px;box-shadow:1px 1px 4px 0px rgba(0,0,0,0.2)}body .tdi_142 .td_module_flex_4 .td-favorite{font-size:36px;box-shadow:1px 1px 4px 0px rgba(0,0,0,0.2)}.tdi_142 .td_module_flex_4 .td-video-play-ico{width:20px;height:20px;font-size:20px}.tdi_142 .td_module_flex_1 .td-video-play-ico{top:50%;left:50%;transform:translate(-50%,-50%)}.tdi_142 .td_module_flex_1 .td-post-vid-time{display:block}.tdi_142 .td_module_flex_4 .td-post-vid-time{display:block}.tdi_142 .td_module_flex_1 .td-module-meta-info{position:absolute;bottom:0;left:0;width:100%;text-align:center;padding:15px 10px}.tdi_142 .td_module_flex_1 .td-category-pos-image .td-post-category:not(.td-post-extra-category){top:auto;bottom:0;left:50%;transform:translateX(-50%);-webkit-transform:translateX(-50%)}.tdi_142 .td_module_flex_1 .td-image-container{margin-left:auto;margin-right:auto}.tdi_142.td-h-effect-up-shadow .td_module_flex_1:hover .td-category-pos-image .td-post-category{transform:translate(-50%,-2px);-webkit-transform:translate(-50%,-2px)}.tdi_142 .td_module_flex_1 .entry-title{margin:10px 0 0 0;font-family:Rubik!important;font-size:15px!important;line-height:1.2!important;font-weight:500!important}.tdi_142 .td_module_flex_1 .td-audio-player{font-size:13px;opacity:1;visibility:visible;height:auto}.tdi_142 .td_module_flex_4 .td-audio-player{font-size:12px;opacity:1;visibility:visible;height:auto}.tdi_142 .td_module_flex_1 .td-post-category{padding:0px;background-color:rgba(255,255,255,0);color:#ffffff;font-family:Rubik!important;font-size:11px!important;font-weight:500!important;text-transform:uppercase!important}.tdi_142 .td_module_flex_1 .td-author-photo .avatar{width:20px;height:20px;margin-right:6px;border-radius:50%}.tdi_142 .td_module_flex_4 .td-author-photo .avatar{width:20px;height:20px;margin-right:6px;border-radius:50%}.tdi_142 .td_module_flex_1 .td-post-category:not(.td-post-extra-category){display:inline-block}.tdi_142 .td_module_flex_4 .td-post-category:not(.td-post-extra-category){display:inline-block}.tdi_142 .td_module_flex_1 .td-excerpt{display:none}.tdi_142 .td_module_flex_4 .td-excerpt{display:none}.tdi_142 .td_module_flex_1 .td-author-date{display:none}.tdi_142 .td_module_flex_4 .td-author-date{display:none}.tdi_142 .td_module_flex_1 .td-post-author-name{display:none}.tdi_142 .td_module_flex_4 .td-post-author-name{display:none}.tdi_142 .td_module_flex_1 .td-post-date,.tdi_142 .td_module_flex_1 .td-post-author-name span{display:none}.tdi_142 .td_module_flex_4 .td-post-date,.tdi_142 .td_module_flex_4 .td-post-author-name span{display:none}.tdi_142 .td_module_flex_1 .entry-review-stars{display:none}.tdi_142 .td_module_flex_1 .td-icon-star,.tdi_142 .td_module_flex_1 .td-icon-star-empty,.tdi_142 .td_module_flex_1 .td-icon-star-half{font-size:15px}.tdi_142 .td_module_flex_4 .entry-review-stars{display:none}.tdi_142 .td_module_flex_4 .td-icon-star,.tdi_142 .td_module_flex_4 .td-icon-star-empty,.tdi_142 .td_module_flex_4 .td-icon-star-half{font-size:15px}.tdi_142 .td_module_flex_1 .td-module-comments{display:none}.tdi_142 .td_module_flex_4 .td-module-comments{display:none}.tdi_142 .td_module_flex_1 .td-module-thumb a:after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:-webkit-linear-gradient(0deg,rgba(0,0,0,0.7),rgba(0,0,0,0.3) 35%,rgba(0,0,0,0) 50%,rgba(0,0,0,0));background:linear-gradient(0deg,rgba(0,0,0,0.7),rgba(0,0,0,0.3) 35%,rgba(0,0,0,0) 50%,rgba(0,0,0,0))}.tdi_142 .td_module_flex_1 .td-module-title a{color:#ffffff}.tdi_142 .td_module_flex_1 .td-post-category:hover{background-color:rgba(255,255,255,0)!important}.tdi_142 .td_module_flex_1 a{transition:all 0.1s ease;-webkit-transition:all 0.1s ease;box-shadow:inset 0 0 0 0 #000}.tdi_142 .td_module_flex_4 a{transition:all 0.1s ease;-webkit-transition:all 0.1s ease;box-shadow:inset 0 0 0 0 #000}.tdi_142.td_with_ajax_pagination .td-next-prev-wrap a:hover,.tdi_142 .td-load-more-wrap a:hover{background-color:#85c442!important;border-color:#85c442!important;border-color:#85c442!important}.tdi_142 .td-block-title a,.tdi_142 .td-block-title span{font-family:Rubik!important;font-size:17px!important;font-weight:500!important;text-transform:uppercase!important}html:not([class*='ie']) .tdi_142 .entry-thumb:after{background:rgba(112,204,63,0.3)}@media (min-width:767px){.tdi_142 .td_module_wrap{width:33.33333333%;float:left}.rtl .tdi_142 .td_module_wrap{float:right}}@media (min-width:767px){.tdi_142 .td_module_wrap:nth-child(3n+1){clear:both}}@media (min-width:767px){.tdi_142 .td_module_wrap:nth-last-child(-n+3){margin-bottom:0!important;padding-bottom:0!important}.tdi_142 .td_module_wrap:nth-last-child(-n+3) .td-module-container:before{display:none}}@media (min-width:1141px){html:not([class*='ie']) .tdi_142 .entry-thumb:after{content:'';width:100%;height:100%;position:absolute;top:0;left:0;opacity:0;transition:opacity 1s ease;-webkit-transition:opacity 1s ease;mix-blend-mode:color}html:not([class*='ie']) .tdi_142 .td-module-container:hover .entry-thumb:after{opacity:1}}@media (min-width:1019px) and (max-width:1140px){.tdi_142 .td_module_wrap{padding-left:2px;padding-right:2px}.tdi_142 .td_block_inner{margin-left:-2px;margin-right:-2px}.tdi_142 .td_module_flex_1 .td-module-meta-info{padding:12px 8px}.tdi_142 .td_module_flex_1 .entry-title{margin:8px 0 0 0}.tdi_142 .td_module_flex_1 a{transition:all 0.1s ease;-webkit-transition:all 0.1s ease;box-shadow:inset 0 0 0 0 #000}.tdi_142 .td_module_flex_4 a{transition:all 0.1s ease;-webkit-transition:all 0.1s ease;box-shadow:inset 0 0 0 0 #000}}@media (min-width:768px) and (max-width:1018px){.tdi_142 .td_module_wrap{padding-left:1.5px;padding-right:1.5px}.tdi_142 .td_block_inner{margin-left:-1.5px;margin-right:-1.5px}.tdi_142 .td_module_flex_1 .td-module-meta-info{padding:10px 5px}.tdi_142 .td_module_flex_1 .entry-title{margin:6px 0 0 0;font-size:11px!important}.tdi_142 .td_module_flex_1 a{transition:all 0.1s ease;-webkit-transition:all 0.1s ease;box-shadow:inset 0 0 0 0 #000}.tdi_142 .td_module_flex_4 a{transition:all 0.1s ease;-webkit-transition:all 0.1s ease;box-shadow:inset 0 0 0 0 #000}.tdi_142 .td-block-title a,.tdi_142 .td-block-title span{font-size:15px!important}}@media (max-width:767px){.tdi_142 .td_module_wrap{padding-left:0px;padding-right:0px}.tdi_142 .td_block_inner{margin-left:-0px;margin-right:-0px}.tdi_142 .td_module_flex_1{padding-bottom:1.5px;margin-bottom:1.5px}.tdi_142 .td_module_flex_1 .td-module-container:before{bottom:-1.5px}.tdi_142 .td_module_flex_1 .td-image-wrap{padding-bottom:110%}.ie10 .tdi_142 .td_module_flex_1 .td-image-container,.ie11 .tdi_142 .td_module_flex_1 .td-image-container{flex:0 0 auto}.tdi_142 .td_module_flex_1 a{transition:all 0.1s ease;-webkit-transition:all 0.1s ease;box-shadow:inset 0 0 0 0 #000}.tdi_142 .td_module_flex_4 a{transition:all 0.1s ease;-webkit-transition:all 0.1s ease;box-shadow:inset 0 0 0 0 #000}.tdi_142 .td_module_flex_1 .entry-title{font-size:17px!important}.tdi_142 .td_module_flex_1 .td-post-category{font-size:13px!important}}</style><script>var block_tdi_142 = new tdBlock(); block_tdi_142.id = "tdi_142"; block_tdi_142.atts = '{"image_align":"center","meta_info_align":"bottom","color_overlay":"eyJ0eXBlIjoiZ3JhZGllbnQiLCJjb2xvcjEiOiJyZ2JhKDAsMCwwLDApIiwiY29sb3IyIjoicmdiYSgwLDAsMCwwLjcpIiwibWl4ZWRDb2xvcnMiOlt7ImNvbG9yIjoicmdiYSgwLDAsMCwwLjMpIiwicGVyY2VudGFnZSI6MzV9LHsiY29sb3IiOiJyZ2JhKDAsMCwwLDApIiwicGVyY2VudGFnZSI6NTB9XSwiY3NzIjoiYmFja2dyb3VuZDogLXdlYmtpdC1saW5lYXItZ3JhZGllbnQoMGRlZyxyZ2JhKDAsMCwwLDAuNykscmdiYSgwLDAsMCwwLjMpIDM1JSxyZ2JhKDAsMCwwLDApIDUwJSxyZ2JhKDAsMCwwLDApKTtiYWNrZ3JvdW5kOiBsaW5lYXItZ3JhZGllbnQoMGRlZyxyZ2JhKDAsMCwwLDAuNykscmdiYSgwLDAsMCwwLjMpIDM1JSxyZ2JhKDAsMCwwLDApIDUwJSxyZ2JhKDAsMCwwLDApKTsiLCJjc3NQYXJhbXMiOiIwZGVnLHJnYmEoMCwwLDAsMC43KSxyZ2JhKDAsMCwwLDAuMykgMzUlLHJnYmEoMCwwLDAsMCkgNTAlLHJnYmEoMCwwLDAsMCkifQ==","image_margin":"0","modules_on_row":"33.33333333%","columns":"33.33333333%","meta_info_align1":"image","limit":"3","modules_category":"above","show_author2":"none","show_date2":"none","show_review2":"none","show_com2":"none","show_excerpt2":"none","show_excerpt1":"none","show_com1":"none","show_review1":"none","show_date1":"none","show_author1":"none","meta_info_horiz1":"content-horiz-center","modules_space1":"eyJhbGwiOiIwIiwicGhvbmUiOiIzIn0=","columns_gap":"eyJhbGwiOiI1IiwicG9ydHJhaXQiOiIzIiwibGFuZHNjYXBlIjoiNCIsInBob25lIjoiMCJ9","image_height1":"eyJhbGwiOiIxMjAiLCJwaG9uZSI6IjExMCJ9","meta_padding1":"eyJhbGwiOiIxNXB4IDEwcHgiLCJwb3J0cmFpdCI6IjEwcHggNXB4IiwibGFuZHNjYXBlIjoiMTJweCA4cHgifQ==","art_title1":"eyJhbGwiOiIxMHB4IDAgMCAwIiwicG9ydHJhaXQiOiI2cHggMCAwIDAiLCJsYW5kc2NhcGUiOiI4cHggMCAwIDAifQ==","cat_bg":"rgba(255,255,255,0)","cat_bg_hover":"rgba(255,255,255,0)","title_txt":"#ffffff","all_underline_color1":"","f_title1_font_family":"712","f_title1_font_line_height":"1.2","f_title1_font_size":"eyJhbGwiOiIxNSIsInBvcnRyYWl0IjoiMTEiLCJwaG9uZSI6IjE3In0=","f_title1_font_weight":"500","f_title1_font_transform":"","f_cat1_font_transform":"uppercase","f_cat1_font_size":"eyJhbGwiOiIxMSIsInBob25lIjoiMTMifQ==","f_cat1_font_weight":"500","f_cat1_font_family":"712","modules_category_padding1":"0","category_id":"","ajax_pagination":"next_prev","f_more_font_family":"","f_more_font_transform":"","f_more_font_weight":"","sort":"","tdc_css":"eyJhbGwiOnsiZGlzcGxheSI6IiJ9LCJwb3J0cmFpdCI6eyJkaXNwbGF5IjoiIn0sInBvcnRyYWl0X21heF93aWR0aCI6MTAxOCwicG9ydHJhaXRfbWluX3dpZHRoIjo3NjgsInBob25lIjp7Im1hcmdpbi1ib3R0b20iOiI0MCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9","custom_title":"Related Articles","block_template_id":"td_block_template_8","image_size":"","cat_txt":"#ffffff","border_color":"#85c442","f_header_font_family":"712","f_header_font_size":"eyJhbGwiOiIxNyIsInBvcnRyYWl0IjoiMTUifQ==","f_header_font_transform":"uppercase","f_header_font_weight":"500","mix_type_h":"color","mix_color_h":"rgba(112,204,63,0.3)","pag_h_bg":"#85c442","pag_h_border":"#85c442","block_type":"td_flex_block_4","separator":"","custom_url":"","title_tag":"","mc1_tl":"","mc1_title_tag":"","mc1_el":"","mc4_tl":"","mc4_title_tag":"","mc4_el":"","post_ids":"-5682","taxonomies":"","category_ids":"","in_all_terms":"","tag_slug":"","autors_id":"","installed_post_types":"","include_cf_posts":"","exclude_cf_posts":"","popular_by_date":"","linked_posts":"","favourite_only":"","offset":"","open_in_new_window":"","show_modified_date":"","time_ago":"","time_ago_add_txt":"ago","time_ago_txt_pos":"","review_source":"","el_class":"","td_query_cache":"","td_query_cache_expiration":"","td_ajax_filter_type":"","td_ajax_filter_ids":"","td_filter_default_txt":"All","td_ajax_preloading":"","h_effect":"","modules_border_size1":"","modules_border_style1":"","modules_border_color1":"#eaeaea","modules_divider1":"","modules_divider_color1":"#eaeaea","image_alignment1":"50","image_radius1":"","hide_image":"","show_favourites":"","fav_size":"2","fav_space":"","fav_ico_color":"","fav_ico_color_h":"","fav_bg":"","fav_bg_h":"","fav_shadow_shadow_header":"","fav_shadow_shadow_title":"Shadow","fav_shadow_shadow_size":"","fav_shadow_shadow_offset_horizontal":"","fav_shadow_shadow_offset_vertical":"","fav_shadow_shadow_spread":"","fav_shadow_shadow_color":"","video_icon1":"","video_icon_pos1":"center","video_popup":"yes","video_rec":"","spot_header":"","video_rec_title":"","video_rec_color":"","video_rec_disable":"","autoplay_vid":"yes","show_vid_t":"block","vid_t_margin":"","vid_t_padding":"","video_title_color":"","video_title_color_h":"","video_bg":"","video_overlay":"","vid_t_color":"","vid_t_bg_color":"","f_vid_title_font_header":"","f_vid_title_font_title":"Video pop-up article title","f_vid_title_font_settings":"","f_vid_title_font_family":"","f_vid_title_font_size":"","f_vid_title_font_line_height":"","f_vid_title_font_style":"","f_vid_title_font_weight":"","f_vid_title_font_transform":"","f_vid_title_font_spacing":"","f_vid_title_":"","f_vid_time_font_title":"Video duration text","f_vid_time_font_settings":"","f_vid_time_font_family":"","f_vid_time_font_size":"","f_vid_time_font_line_height":"","f_vid_time_font_style":"","f_vid_time_font_weight":"","f_vid_time_font_transform":"","f_vid_time_font_spacing":"","f_vid_time_":"","meta_width1":"","meta_margin1":"","meta_info_border_radius1":"","modules_category_margin1":"","modules_cat_border1":"","modules_category_radius1":"0","show_cat1":"inline-block","modules_extra_cat1":"","author_photo":"","author_photo_size1":"","author_photo_space1":"","author_photo_radius1":"","review_space1":"","review_size1":"2.5","review_distance1":"","art_excerpt1":"","excerpt_middle":"","show_audio1":"block","hide_audio":"","art_audio1":"","art_audio_size1":"1.5","m_padding2":"","modules_space2":"26","modules_border_size2":"","modules_border_style2":"","modules_border_color2":"#eaeaea","modules_divider2":"","modules_divider_color2":"#eaeaea","image_size3":"","image_alignment2":"50","image_width2":"","image_height2":"","image_floated2":"float_left","image_radius2":"","hide_image3":"","show_favourites2":"","fav_size2":"2","fav_space2":"","fav_ico_color2":"","fav_ico_color_h2":"","fav_bg2":"","fav_bg_h2":"","fav_shadow2_shadow_header":"","fav_shadow2_shadow_title":"Shadow","fav_shadow2_shadow_size":"","fav_shadow2_shadow_offset_horizontal":"","fav_shadow2_shadow_offset_vertical":"","fav_shadow2_shadow_spread":"","fav_shadow2_shadow_color":"","video_icon2":"","video_popup3":"yes","video_rec3":"","video_rec_title3":"","video_rec_color3":"","autoplay_vid3":"yes","show_vid_t3":"block","vid_t_margin3":"","vid_t_padding3":"","meta_info_horiz2":"content-horiz-left","meta_width2":"","meta_margin2":"","meta_padding2":"","meta_info_border_radius2":"","art_title2":"","modules_category3":"","modules_category_margin2":"","modules_category_padding2":"","modules_cat_border2":"","modules_category_radius2":"0","show_cat2":"inline-block","modules_extra_cat2":"","author_photo3":"","author_photo_size2":"","author_photo_space2":"","author_photo_radius2":"","review_space2":"","review_size2":"2.5","review_distance2":"","art_excerpt2":"","excerpt_middle3":"","show_audio2":"block","hide_audio3":"","art_audio2":"","art_audio_size2":"1","pag_space":"","pag_padding":"","pag_border_width":"","pag_border_radius":"","prev_tdicon":"","next_tdicon":"","pag_icons_size":"","f_header_font_header":"","f_header_font_title":"Block header","f_header_font_settings":"","f_header_font_line_height":"","f_header_font_style":"","f_header_font_spacing":"","f_header_":"","f_ajax_font_title":"Ajax categories","f_ajax_font_settings":"","f_ajax_font_family":"","f_ajax_font_size":"","f_ajax_font_line_height":"","f_ajax_font_style":"","f_ajax_font_weight":"","f_ajax_font_transform":"","f_ajax_font_spacing":"","f_ajax_":"","f_more_font_title":"Load more button","f_more_font_settings":"","f_more_font_size":"","f_more_font_line_height":"","f_more_font_style":"","f_more_font_spacing":"","f_more_":"","f_title1_font_header":"","f_title1_font_title":"Article title 1","f_title1_font_settings":"","f_title1_font_style":"","f_title1_font_spacing":"","f_title1_":"","f_cat1_font_title":"Article category tag 1","f_cat1_font_settings":"","f_cat1_font_line_height":"","f_cat1_font_style":"","f_cat1_font_spacing":"","f_cat1_":"","f_meta1_font_title":"Article meta info 1","f_meta1_font_settings":"","f_meta1_font_family":"","f_meta1_font_size":"","f_meta1_font_line_height":"","f_meta1_font_style":"","f_meta1_font_weight":"","f_meta1_font_transform":"","f_meta1_font_spacing":"","f_meta1_":"","f_ex1_font_title":"Article excerpt 1","f_ex1_font_settings":"","f_ex1_font_family":"","f_ex1_font_size":"","f_ex1_font_line_height":"","f_ex1_font_style":"","f_ex1_font_weight":"","f_ex1_font_transform":"","f_ex1_font_spacing":"","f_ex1_":"","f_title2_font_title":"Article title 2","f_title2_font_settings":"","f_title2_font_family":"","f_title2_font_size":"","f_title2_font_line_height":"","f_title2_font_style":"","f_title2_font_weight":"","f_title2_font_transform":"","f_title2_font_spacing":"","f_title2_":"","f_cat2_font_title":"Article category tag 2","f_cat2_font_settings":"","f_cat2_font_family":"","f_cat2_font_size":"","f_cat2_font_line_height":"","f_cat2_font_style":"","f_cat2_font_weight":"","f_cat2_font_transform":"","f_cat2_font_spacing":"","f_cat2_":"","f_meta2_font_title":"Article meta info 2","f_meta2_font_settings":"","f_meta2_font_family":"","f_meta2_font_size":"","f_meta2_font_line_height":"","f_meta2_font_style":"","f_meta2_font_weight":"","f_meta2_font_transform":"","f_meta2_font_spacing":"","f_meta2_":"","f_ex2_font_title":"Article excerpt 2","f_ex2_font_settings":"","f_ex2_font_family":"","f_ex2_font_size":"","f_ex2_font_line_height":"","f_ex2_font_style":"","f_ex2_font_weight":"","f_ex2_font_transform":"","f_ex2_font_spacing":"","f_ex2_":"","mix_color":"","mix_type":"","fe_brightness":"1","fe_contrast":"1","fe_saturate":"1","fe_brightness_h":"1","fe_contrast_h":"1","fe_saturate_h":"1","shadow_shadow_header":"","shadow_shadow_title":"Module Shadow","shadow_shadow_size":"","shadow_shadow_offset_horizontal":"","shadow_shadow_offset_vertical":"","shadow_shadow_spread":"","shadow_shadow_color":"","meta_bg":"","title_txt_hover":"","all_underline_height1":"","cat_style":"","cat_txt_hover":"","cat_border1":"","cat_border_hover1":"","author_txt":"","author_txt_hover":"","date_txt":"","ex_txt":"","com_bg":"","com_txt":"","rev_txt":"","audio_btn_color":"","audio_time_color":"","audio_bar_color":"","audio_bar_curr_color":"","meta_bg2":"","title_txt2":"","title_txt_hover2":"","all_underline_height2":"","all_underline_color2":"#000","cat_bg2":"","cat_bg_hover2":"","cat_txt2":"","cat_txt_hover2":"","cat_border2":"","cat_border_hover2":"","author_txt2":"","author_txt_hover2":"","date_txt2":"","ex_txt2":"","com_bg2":"","com_txt2":"","rev_txt2":"","audio_btn_color2":"","audio_time_color2":"","audio_bar_color2":"","audio_bar_curr_color2":"","pag_text":"","pag_h_text":"","pag_bg":"","pag_border":"","btn_title":"","ajax_pagination_next_prev_swipe":"","ajax_pagination_infinite_stop":"","css":"","td_column_number":2,"header_color":"","color_preset":"","border_top":"","class":"tdi_142","tdc_css_class":"tdi_142","tdc_css_class_style":"tdi_142_rand_style"}'; block_tdi_142.td_column_number = "2"; block_tdi_142.block_type = "td_flex_block_4"; block_tdi_142.post_count = "3"; block_tdi_142.found_posts = "6331"; block_tdi_142.header_color = ""; block_tdi_142.ajax_pagination_infinite_stop = ""; block_tdi_142.max_num_pages = "2111"; tdBlocksArray.push(block_tdi_142); </script><div class="td-block-title-wrap"><h4 class="td-block-title"><span>Related Articles</span></h4></div><div id=tdi_142 class="td_block_inner td-mc1-wrap"> <div class="td_module_flex td_module_flex_1 td_module_wrap td-animation-stack td-cpt-post"> <div class="td-module-container td-category-pos-above"> <div class="td-image-container"> <div class="td-module-thumb"><a href="https://magazinify.world/2025/12/09/heres-what-facebook-wont-let-you-post/" rel="bookmark" class="td-image-wrap " title="Here’s What Facebook Won’t Let You Post" ><span class="entry-thumb td-thumb-css" data-type="css_image" data-img-url="https://magazinify.world/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/no-thumb/td_696x0.png" ></span></a></div> </div> <div class="td-module-meta-info"> <a href="https://magazinify.world/category/business/" class="td-post-category" >Business</a> <h3 class="entry-title td-module-title"><a href="https://magazinify.world/2025/12/09/heres-what-facebook-wont-let-you-post/" rel="bookmark" title="Here’s What Facebook Won’t Let You Post">Here’s What Facebook Won’t Let You Post</a></h3> </div> </div> </div> <div class="td_module_flex td_module_flex_1 td_module_wrap td-animation-stack td-cpt-post"> <div class="td-module-container td-category-pos-above"> <div class="td-image-container"> <div class="td-module-thumb"><a href="https://magazinify.world/2025/12/09/the-problem-with-fitness-studies-based-on-activity-apps/" rel="bookmark" class="td-image-wrap " title="The Problem With Fitness Studies Based on Activity Apps" ><span class="entry-thumb td-thumb-css" data-type="css_image" data-img-url="https://magazinify.world/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/no-thumb/td_696x0.png" ></span></a></div> </div> <div class="td-module-meta-info"> <a href="https://magazinify.world/category/cognitive-science/" class="td-post-category" >Cognitive Science</a> <h3 class="entry-title td-module-title"><a href="https://magazinify.world/2025/12/09/the-problem-with-fitness-studies-based-on-activity-apps/" rel="bookmark" title="The Problem With Fitness Studies Based on Activity Apps">The Problem With Fitness Studies Based on Activity Apps</a></h3> </div> </div> </div> <div class="td_module_flex td_module_flex_1 td_module_wrap td-animation-stack td-cpt-post"> <div class="td-module-container td-category-pos-above"> <div class="td-image-container"> <div class="td-module-thumb"><a href="https://magazinify.world/2025/12/09/ai-can-help-apple-watch-predict-high-blood-pressure-sleep-apnea/" rel="bookmark" class="td-image-wrap " title="AI Can Help Apple Watch Predict High Blood Pressure, Sleep Apnea" ><span class="entry-thumb td-thumb-css" data-type="css_image" data-img-url="https://magazinify.world/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/no-thumb/td_696x0.png" ></span></a></div> </div> <div class="td-module-meta-info"> <a href="https://magazinify.world/category/business/" class="td-post-category" >Business</a> <h3 class="entry-title td-module-title"><a href="https://magazinify.world/2025/12/09/ai-can-help-apple-watch-predict-high-blood-pressure-sleep-apnea/" rel="bookmark" title="AI Can Help Apple Watch Predict High Blood Pressure, Sleep Apnea">AI Can Help Apple Watch Predict High Blood Pressure, Sleep Apnea</a></h3> </div> </div> </div> </div><div class="td-next-prev-wrap"><a href="#" class="td-ajax-prev-page ajax-page-disabled" aria-label="prev-page" id="prev-page-tdi_142" data-td_block_id="tdi_142"><i class="td-next-prev-icon td-icon-font td-icon-menu-left"></i></a><a href="#" class="td-ajax-next-page" aria-label="next-page" id="next-page-tdi_142" data-td_block_id="tdi_142"><i class="td-next-prev-icon td-icon-font td-icon-menu-right"></i></a></div></div> <script> var tdb_login_sing_in_shortcode="on"; </script> <div class="td_block_wrap tdb_single_comments tdi_143 tdb-comm-layout1 td-pb-border-top td_block_template_8" data-td-block-uid="tdi_143" > <style> .tdi_143 .td-block-title > *:before, .tdi_143 .td-block-title > *:after { background-color: #008d7f !important; } </style> <style>.tdb_single_comments input[type=text]{min-height:34px;height:auto}.tdb_single_comments .comments,.tdb_single_comments .comment-respond:last-child,.tdb_single_comments .form-submit{margin-bottom:0}.is-visually-hidden{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.tdb-comm-layout3 form,.tdb-comm-layout5 form{display:flex;flex-wrap:wrap}.tdb-comm-layout3 .td-form-comment,.tdb-comm-layout5 .td-form-comment,.tdb-comm-layout3 .form-submit,.tdb-comm-layout5 .form-submit{flex:0 0 100%;order:1}.tdb-comm-layout3 .td-form-author,.tdb-comm-layout3 .td-form-email,.tdb-comm-layout3 .td-form-url{flex:0 0 32%}.tdb-comm-layout5 .td-form-author,.tdb-comm-layout5 .td-form-email{flex:0 0 49%}.tdb-comm-layout5 .td-form-url{flex:0 0 100%}.tdb-comm-leave_reply_top .comments{display:flex;flex-direction:column}.tdb-comm-leave_reply_top .td-comments-title{order:0;margin-bottom:14px}.tdb-comm-leave_reply_top .comment-respond .form-submit{order:1;margin-bottom:21px}.tdb-comm-leave_reply_top .comment-list{order:2}.tdb-comm-leave_reply_top .comment-pagination{order:3}.tdi_143 cite a:hover{color:#008d7f}.tdi_143 .comment-link{display:inline-block}.tdi_143 .comment-reply-link:hover,.tdi_143 #cancel-comment-reply-link:hover,.tdi_143 .logged-in-as a:hover{color:#000000}.tdi_143 .comment{border-bottom-style:dashed}.tdi_143 .comment .children{border-top-style:dashed}.tdi_143 .td-comments-title a,.tdi_143 .td-comments-title span{font-family:Rubik!important;font-size:17px!important;font-weight:500!important;text-transform:uppercase!important}.tdi_143 cite{font-family:Rubik!important;font-size:15px!important;font-weight:500!important;text-transform:capitalize!important}.tdi_143 .comment-link,.tdi_143 .comment-edit-link{font-family:Rubik!important;font-size:11px!important;font-weight:400!important}.tdi_143 .comment-content p{font-family:Rubik!important;font-size:13px!important;font-weight:400!important}.tdi_143 .comment-reply-link{font-family:Rubik!important;font-weight:400!important;text-transform:uppercase!important}.tdi_143 .comment-reply-title{font-family:Rubik!important;font-size:15px!important;font-weight:500!important;text-transform:uppercase!important}.tdi_143 input[type=text],.tdi_143 textarea{font-family:Rubik!important;font-size:13px!important;font-weight:400!important}.tdi_143 .comment-form .submit{font-family:Rubik!important;font-size:13px!important;font-weight:400!important;text-transform:uppercase!important}.tdi_143 .comment-form-cookies-consent label,.tdi_143 .logged-in-as,.tdi_143 .logged-in-as a,.tdi_143 .td-closed-comments{font-family:Rubik!important;font-size:13px!important;line-height:1.2!important;font-weight:400!important}@media (min-width:767px){.tdb-comm-layout2 form,.tdb-comm-layout4 form{margin:0 -10px}.tdb-comm-layout2 .logged-in-as,.tdb-comm-layout4 .logged-in-as,.tdb-comm-layout2 .comment-form-input-wrap,.tdb-comm-layout4 .comment-form-input-wrap,.tdb-comm-layout2 .form-submit,.tdb-comm-layout4 .form-submit,.tdb-comm-layout2 .comment-respond p,.tdb-comm-layout4 .comment-respond p{padding:0 10px}.tdb-comm-layout2 .td-form-author,.tdb-comm-layout2 .td-form-email{float:left;width:33.3333%}.tdb-comm-layout2 .td-form-url{width:33.3333%}.tdb-comm-layout2 .td-form-url{float:left}.tdb-comm-layout4 .td-form-author,.tdb-comm-layout4 .td-form-email{float:left;width:50%}.tdb-comm-layout3 .td-form-author,.tdb-comm-layout5 .td-form-author,.tdb-comm-layout3 .td-form-email{margin-right:2%}}@media (max-width:767px){.tdb-comm-layout3 .td-form-author,.tdb-comm-layout3 .td-form-email,.tdb-comm-layout3 .td-form-url,.tdb-comm-layout5 .td-form-author,.tdb-comm-layout5 .td-form-email{flex:0 0 100%}}@media (min-width:768px) and (max-width:1018px){.tdi_143 .td-comments-title a,.tdi_143 .td-comments-title span{font-size:15px!important}.tdi_143 cite{font-size:13px!important}.tdi_143 .comment-reply-title{font-size:13px!important}}</style><div class="tdb-block-inner td-fix-index"><div class="comments" id="comments"> <div id="respond" class="comment-respond"> <h3 id="reply-title" class="comment-reply-title">LEAVE A REPLY <small><a rel="nofollow" id="cancel-comment-reply-link" href="/2025/12/09/coding-is-for-everyone-as-long-as-you-speak-english/#respond" style="display:none;">Cancel reply</a></small></h3><form action="https://magazinify.world/wp-comments-post.php" method="post" id="commentform" class="comment-form"><div class="clearfix"></div> <div class="comment-form-input-wrap td-form-comment"> <textarea placeholder="Comment:" id="comment" name="comment" cols="45" rows="8" aria-required="true" ></textarea> <label for="comment" class="is-visually-hidden">Comment:</label> <div class="td-warning-comment">Please enter your comment!</div> </div><div class="comment-form-input-wrap td-form-author"> <input class="" id="author" name="author" placeholder="Name:*" type="text" value="" size="30" aria-required='true' /> <label for="author" class="is-visually-hidden">Name:*</label> <div class="td-warning-author">Please enter your name here</div> </div> <div class="comment-form-input-wrap td-form-email"> <input class="" id="email" name="email" placeholder="Email:*" type="text" value="" size="30" aria-required='true' /> <label for="email" class="is-visually-hidden">Email:*</label> <div class="td-warning-email-error">You have entered an incorrect email address!</div> <div class="td-warning-email">Please enter your email address here</div> </div> <div class="comment-form-input-wrap td-form-url"> <input class="" id="url" name="url" placeholder="Website:" type="text" value="" size="30" /> <label for="url" class="is-visually-hidden">Website:</label> </div> <p class="comment-form-cookies-consent"> <input id="wp-comment-cookies-consent" name="wp-comment-cookies-consent" type="checkbox" value="yes" /> <label for="wp-comment-cookies-consent">Save my name, email, and website in this browser for the next time I comment.</label> </p> <p class="form-submit"><input name="submit" type="submit" id="submit" class="submit" value="Post Comment" /> <input type='hidden' name='comment_post_ID' value='5682' id='comment_post_ID' /> <input type='hidden' name='comment_parent' id='comment_parent' value='0' /> </p></form> </div><!-- #respond --> </div></div></div></div></div><div class="vc_column tdi_145 wpb_column vc_column_container tdc-column td-pb-span4 td-is-sticky"> <style scoped>.tdi_145{vertical-align:baseline}.tdi_145>.wpb_wrapper,.tdi_145>.wpb_wrapper>.tdc-elements{display:block}.tdi_145>.wpb_wrapper>.tdc-elements{width:100%}.tdi_145>.wpb_wrapper>.vc_row_inner{width:auto}.tdi_145>.wpb_wrapper{width:auto;height:auto}</style><div class="wpb_wrapper" data-sticky-enabled-on="W3RydWUsdHJ1ZSx0cnVlLHRydWVd" data-sticky-offset="20" data-sticky-is-width-auto="W2ZhbHNlLGZhbHNlLGZhbHNlLGZhbHNlXQ=="><div class="td_block_wrap td_block_social_counter tdi_146 td-social-style8 td-social-boxed td-social-font-icons td-pb-border-top td_block_template_8"> <style>.tdi_146 .td-block-title>*:before,.tdi_146 .td-block-title>*:after{background-color:#dd3333!important}.tdi_146{margin-bottom:38px!important}@media (min-width:768px) and (max-width:1018px){.tdi_146{margin-bottom:30px!important}}</style> <style>.td_block_social_counter{font-family:var(--td_default_google_font_1,'Open Sans','Open Sans Regular',sans-serif);font-weight:bold;font-size:11px;color:#fff;margin-bottom:47px}.td_block_social_counter .td-sp{position:relative}.td_block_social_counter .td-sp:after{content:'';width:1px;height:16px;background-color:rgba(255,255,255,0.1);position:absolute;right:-1px;top:8px}.td-social-list{*zoom:1}.td-social-list:before,.td-social-list:after{display:table;content:'';line-height:0}.td-social-list:after{clear:both}.td_social_type{width:100%;margin-bottom:10px;-webkit-transition:background-color 0.20s cubic-bezier(0,0,0.58,1) 0s;transition:background-color 0.20s cubic-bezier(0,0,0.58,1) 0s}.td_social_type:last-child{margin-bottom:0}.td_social_type:hover .td-social-box{background-color:#222}.td_social_type .td_social_info{padding:0 0 0 9px;position:relative;top:-12px}.td_social_type .td-social-box{height:32px;position:relative;overflow:hidden}.td_social_type .td-social-box .td-sp{display:inline-block}.td_social_type .td_social_number{border-left:1px solid rgba(255,255,255,0.1);padding-left:9px}.td_social_type .td_social_button{float:right;border-left:1px solid rgba(255,255,255,0.1);padding:0 14px;margin-top:8px;top:9px;height:16px;line-height:15px;text-transform:uppercase}.td_social_type .td_social_button a{color:#fff}.td_social_type .td_social_button a:after{content:'';display:block;height:32px;position:absolute;right:0;top:0;width:324px}.td_social_type .td_social_button a:hover{color:inherit;text-decoration:none!important}.td_social_type a{color:#fff}.td_social_facebook .td-social-box{background-color:#516eab}.td_social_rss .td-social-box{background-color:#ff6600}.td_social_soundcloud .td-social-box{background-color:#ff5419}.td_social_twitter .td-social-box{background-color:#29c5f6}.td_social_vimeo .td-social-box{background-color:#006599}.td_social_youtube .td-social-box{background-color:#e14e42}.td_social_instagram .td-social-box{background-color:#417096}.td_social_pinterest .td-social-box{background-color:#ca212a}.td_social_tiktok .td-social-box{background-color:#009191}.td_social_twitch .td-social-box{background-color:#9147FF}.td_social_steam .td-social-box{background-color:#c7d5e0}.td-social-boxed .td_social_type{text-align:center;width:33.3333%;margin:0;float:left}.td-social-boxed .td_social_type .td-social-box{height:100px}.td-social-boxed .td_social_type span{display:block;width:100%;padding:0}.td-social-boxed .td-sp{margin-top:10px}.td-social-boxed .td-sp::after{display:none}.td-social-boxed .td_social_info{font-size:17px;top:0}.td-social-boxed .td_social_info_name{font-size:13px;font-weight:normal}.td-social-boxed .td_social_button{opacity:0;position:absolute;height:100%;margin-top:0;top:0}.td-social-boxed .td_social_button a:after{width:100%;height:100%}.td-social-colored .td_social_facebook .td-sp{background-color:#516eab}.td-social-colored .td_social_rss .td-sp{background-color:#ff6600}.td-social-colored .td_social_soundcloud .td-sp{background-color:#ff5419}.td-social-colored .td_social_twitter .td-sp{background-color:#29c5f6}.td-social-colored .td_social_vimeo .td-sp{background-color:#006599}.td-social-colored .td_social_youtube .td-sp{background-color:#e14e42}.td-social-colored .td_social_instagram .td-sp{background-color:#417096}.td-social-colored .td_social_pinterest .td-sp{background-color:#ca212a}.td-social-colored .td_social_tiktok .td-sp{background-color:#009191}.td-social-colored .td_social_twitch .td-sp{background-color:#9147FF}.td-social-colored .td_social_steam .td-sp{background-color:#c7d5e0}.td-social-font-icons .td-sp{background:none;font-family:'newspaper',sans-serif;font-size:14px;text-align:center;font-weight:normal}.td-social-font-icons .td-sp:before{position:absolute;top:0;left:0;right:0;line-height:30px}.td-social-font-icons .td_social_facebook .td-sp:before{content:'\e818';color:#516eab}.td-social-font-icons .td_social_rss .td-sp:before{content:'\e828';color:#ff6600}.td-social-font-icons .td_social_soundcloud .td-sp:before{content:'\e82b';color:#ff5419}.td-social-font-icons .td_social_twitter .td-sp:before{content:'\e831';color:#000}.td-social-font-icons .td_social_vimeo .td-sp:before{content:'\e832';color:#006599}.td-social-font-icons .td_social_youtube .td-sp:before{content:'\e836';color:#e14e42}.td-social-font-icons .td_social_instagram .td-sp:before{content:'\e81d';color:#417096}.td-social-font-icons .td_social_pinterest .td-sp:before{content:'\e825';color:#ca212a}.td-social-font-icons .td_social_tiktok .td-sp:before{content:'\e9d6';color:#009191}.td-social-font-icons .td_social_twitch .td-sp:before{content:'\e909';color:#9147FF}.td-social-font-icons .td_social_steam .td-sp:before{content:'\e939';color:#1b2838}.td_block_social_counter.td-social-style8{color:#000}.td_block_social_counter.td-social-style8 .td-social-list{margin-left:-8px;margin-right:-8px}.td_block_social_counter.td-social-style8 .td_social_type .td-social-box{background-color:transparent;border:1px solid #ededed;margin:0 8px 16px}.td_block_social_counter.td-social-style8 .td_social_type .td_social_button{margin-top:7px}.td_block_social_counter.td-social-style8 .td_social_type a{color:#000}.td_block_social_counter.td-social-style8 .td_social_type:hover{color:#555}.td_block_social_counter.td-social-style8 .td_social_type:hover .td_social_type a{color:#555}.td_block_social_counter.td-social-style8 .td-sp{font-size:28px}.td_block_social_counter.td-social-style8 .td-sp:after{top:7px;background-color:#000;opacity:0.1}.td_block_social_counter.td-social-style8 .td-sp-twitter{font-size:22px}.td_block_social_counter.td-social-style8 .td_social_button{border-color:#ededed}div.tdi_146 .td-block-title a,div.tdi_146 .td-block-title span{font-family:Rubik!important;font-size:17px!important;font-weight:500!important;text-transform:uppercase!important}@media (min-width:1019px) and (max-width:1140px){.td_social_type .td_social_button a:after{width:300px}}@media (min-width:768px) and (max-width:1018px){.td_social_type .td_social_button a:after{width:228px}}@media (max-width:767px){.td_social_type .td_social_button a:after{width:100%}}@media (min-width:768px) and (max-width:1018px){.td-social-boxed .td_social_type .td-social-box{height:70px}}@media (min-width:768px) and (max-width:1018px){.td-social-boxed .td-sp{margin-top:4px}}@media (min-width:768px) and (max-width:1018px){.td-social-boxed .td_social_info{font-size:13px;top:-12px}}@media (min-width:768px) and (max-width:1018px){.td-social-boxed .td_social_info_name{top:-17px;font-size:10px}}@media (max-width:767px){.td_block_social_counter.td-social-style8 .td-social-list{margin-left:-2px;margin-right:-2px}}@media (min-width:768px) and (max-width:1018px){.td_block_social_counter.td-social-style8 .td_social_type .td-social-box{margin:0 2px 4px}}@media (max-width:767px){.td_block_social_counter.td-social-style8 .td_social_type .td-social-box{margin:0 2px 4px}}@media (min-width:768px) and (max-width:1018px){.td_block_social_counter.td-social-style8 .td-sp{font-size:21px}}@media (max-width:767px){.td_block_social_counter.td-social-style8 .td-sp{font-size:28px}}@media (min-width:768px) and (max-width:1018px){.td_block_social_counter.td-social-style8 .td-sp-twitter{font-size:18px}}</style><div class="td-block-title-wrap"><h4 class="td-block-title"><span>Stay Connected</span></h4></div><div class="td-social-list"><div class="td_social_type td-pb-margin-side td_social_facebook"><div class="td-social-box"><div class="td-sp td-sp-facebook"></div><span class="td_social_info td_social_info_counter">0</span><span class="td_social_info td_social_info_name">Fans</span><span class="td_social_button"><a href="https://www.facebook.com/tagdiv" >Like</a></span></div></div><div class="td_social_type td-pb-margin-side td_social_twitter"><div class="td-social-box"><div class="td-sp td-sp-twitter"></div><span class="td_social_info td_social_info_counter">0</span><span class="td_social_info td_social_info_name">Followers</span><span class="td_social_button"><a href="https://twitter.com/tagdivofficial" >Follow</a></span></div></div><div class="td_social_type td-pb-margin-side td_social_youtube"><div class="td-social-box"><div class="td-sp td-sp-youtube"></div><span class="td_social_info td_social_info_counter">0</span><span class="td_social_info td_social_info_name">Subscribers</span><span class="td_social_button"><a href="https://www.youtube.com/tagdiv" >Subscribe</a></span></div></div></div></div><div class="td_block_wrap td-a-rec td-a-rec-id-custom-spot td-a-rec-img tdi_147 td_block_template_1"> <style>.tdi_147{margin-bottom:40px!important}@media (min-width:768px) and (max-width:1018px){.tdi_147{margin-bottom:20px!important}}@media (max-width:767px){.tdi_147{margin-bottom:38px!important}}</style> <style>.tdi_147.td-a-rec{text-align:center}.tdi_147.td-a-rec:not(.td-a-rec-no-translate){transform:translateZ(0)}.tdi_147 .td-element-style{z-index:-1}.tdi_147 .td-spot-id-spot_img_hidden{display:none}.tdi_147 .td-adspot-title{display:block}.tdi_147 .td_spot_img_all img,.tdi_147 .td_spot_img_tl img,.tdi_147 .td_spot_img_tp img,.tdi_147 .td_spot_img_mob img{border-style:none}</style><div style="display: inline-block"><span class="td-adspot-title">- Advertisement -</span><a href="#" class="td_spot_img_all"><img src="https://magazinify.world/wp-content/uploads/2025/11/rec300.png" alt="spot_img" width="300" height="250" /></a></div></div><div class="td_block_wrap td_flex_block_1 tdi_148 td_with_ajax_pagination td-pb-border-top td_block_template_8 td_flex_block" data-td-block-uid="tdi_148" > <style>.tdi_148 .td-block-title>*:before,.tdi_148 .td-block-title>*:after{background-color:#008d7f!important}@media (max-width:767px){.tdi_148{margin-bottom:40px!important}}</style> <style>.tdi_148 .td-image-wrap{padding-bottom:100%}.tdi_148 .entry-thumb{background-position:center 50%}.tdi_148 .td-image-container{flex:0 0 30%;width:30%;display:block;order:0}.ie10 .tdi_148 .td-image-container,.ie11 .tdi_148 .td-image-container{flex:0 0 auto}.tdi_148 .td-module-container{flex-direction:row;border-color:#eaeaea!important}.ie10 .tdi_148 .td-module-meta-info,.ie11 .tdi_148 .td-module-meta-info{flex:1}body .tdi_148 .td-favorite{font-size:36px;box-shadow:1px 1px 4px 0px rgba(0,0,0,0.2)}.tdi_148 .td-module-meta-info{padding:0 0 0 15px;display:flex;flex-direction:column;justify-content:center;border-color:#eaeaea}.tdi_148 .td-category-pos-above .td-post-category{align-self:flex-start}.tdi_148 .td_module_wrap{padding-left:20px;padding-right:20px;padding-bottom:12px;margin-bottom:12px}.tdi_148 .td_block_inner{margin-left:-20px;margin-right:-20px}.tdi_148 .td-module-container:before{bottom:-12px;border-color:#eaeaea}.tdi_148 .entry-thumb,.tdi_148 .td-image-wrap:before,.tdi_148 .td-image-wrap:after,.tdi_148 .entry-thumb:before,.tdi_148 .entry-thumb:after{border-radius:100%}.tdi_148 .td-post-vid-time{display:block}.tdi_148 .td-post-category{padding:0px;background-color:rgba(255,255,255,0);color:#000000;font-family:Rubik!important;font-size:11px!important;line-height:1!important;font-weight:400!important;text-transform:uppercase!important}.tdi_148 .td-post-category:not(.td-post-extra-category){display:inline-block}.tdi_148 .td-author-photo .avatar{width:20px;height:20px;margin-right:6px;border-radius:50%}.tdi_148 .td-excerpt{display:none;margin:0px;column-count:1;column-gap:48px}.tdi_148 .td-audio-player{opacity:1;visibility:visible;height:auto;font-size:13px}.tdi_148 .td-read-more{display:none}.tdi_148 .td-author-date{display:none}.tdi_148 .td-post-author-name{display:none}.tdi_148 .td-post-date,.tdi_148 .td-post-author-name span{display:none}.tdi_148 .entry-review-stars{display:none}.tdi_148 .td-icon-star,.tdi_148 .td-icon-star-empty,.tdi_148 .td-icon-star-half{font-size:15px}.tdi_148 .td-module-comments{display:none}.tdi_148 .td_module_wrap:nth-last-child(1){margin-bottom:0;padding-bottom:0}.tdi_148 .td_module_wrap:nth-last-child(1) .td-module-container:before{display:none}.tdi_148 .td-post-category:hover{background-color:rgba(255,255,255,0)!important;color:#008d7f}.tdi_148 .td-module-title a{color:#000000;box-shadow:inset 0 0 0 0 #000}.tdi_148 .td_module_wrap:hover .td-module-title a{color:#008d7f!important}.tdi_148.td_with_ajax_pagination .td-next-prev-wrap a:hover,.tdi_148 .td-load-more-wrap a:hover{background-color:#008d7f!important;border-color:#008d7f!important;border-color:#008d7f!important}.tdi_148 .entry-title{margin:8px 0 0 0;font-family:Rubik!important;font-size:15px!important;line-height:1.2!important;font-weight:500!important}.tdi_148 .td-block-title a,.tdi_148 .td-block-title span{font-family:Rubik!important;font-size:17px!important;font-weight:500!important;text-transform:uppercase!important}.tdi_148 .td-editor-date,.tdi_148 .td-editor-date .td-post-author-name a,.tdi_148 .td-editor-date .entry-date,.tdi_148 .td-module-comments a{font-family:Rubik!important}html:not([class*='ie']) .tdi_148 .td-module-container:hover .entry-thumb:before{opacity:0}@media (min-width:768px){.tdi_148 .td-module-title a{transition:all 0.2s ease;-webkit-transition:all 0.2s ease}}@media (min-width:1019px) and (max-width:1140px){.tdi_148 .td_module_wrap{padding-bottom:10px;margin-bottom:10px;padding-bottom:10px!important;margin-bottom:10px!important}.tdi_148 .td-module-container:before{bottom:-10px}.tdi_148 .td_module_wrap:nth-last-child(1){margin-bottom:0!important;padding-bottom:0!important}.tdi_148 .td_module_wrap .td-module-container:before{display:block!important}.tdi_148 .td_module_wrap:nth-last-child(1) .td-module-container:before{display:none!important}.tdi_148 .td-module-title a{box-shadow:inset 0 0 0 0 #000}@media (min-width:768px){.tdi_148 .td-module-title a{transition:all 0.2s ease;-webkit-transition:all 0.2s ease}}}@media (min-width:768px) and (max-width:1018px){.tdi_148 .td-module-meta-info{padding:0 0 0 10px}.tdi_148 .td_module_wrap{padding-bottom:7.5px;margin-bottom:7.5px;padding-bottom:7.5px!important;margin-bottom:7.5px!important}.tdi_148 .td-module-container:before{bottom:-7.5px}.tdi_148 .td_module_wrap:nth-last-child(1){margin-bottom:0!important;padding-bottom:0!important}.tdi_148 .td_module_wrap .td-module-container:before{display:block!important}.tdi_148 .td_module_wrap:nth-last-child(1) .td-module-container:before{display:none!important}.tdi_148 .td-module-title a{box-shadow:inset 0 0 0 0 #000}.tdi_148 .entry-title{margin:5px 0 0 0;font-size:11px!important}.tdi_148 .td-block-title a,.tdi_148 .td-block-title span{font-size:15px!important}@media (min-width:768px){.tdi_148 .td-module-title a{transition:all 0.2s ease;-webkit-transition:all 0.2s ease}}}@media (max-width:767px){.tdi_148 .td_module_wrap{width:100%;float:left;padding-bottom:12px;margin-bottom:12px;padding-bottom:12px!important;margin-bottom:12px!important}.rtl .tdi_148 .td_module_wrap{float:right}.tdi_148 .td-module-container:before{bottom:-12px}.tdi_148 .td_module_wrap:nth-last-child(1){margin-bottom:0!important;padding-bottom:0!important}.tdi_148 .td_module_wrap .td-module-container:before{display:block!important}.tdi_148 .td_module_wrap:nth-last-child(1) .td-module-container:before{display:none!important}.tdi_148 .td-module-title a{box-shadow:inset 0 0 0 0 #000}@media (min-width:768px){.tdi_148 .td-module-title a{transition:all 0.2s ease;-webkit-transition:all 0.2s ease}}}</style><script>var block_tdi_148 = new tdBlock(); block_tdi_148.id = "tdi_148"; block_tdi_148.atts = '{"modules_on_row":"eyJwaG9uZSI6IjEwMCUifQ==","image_floated":"float_left","image_width":"30","image_height":"100","show_btn":"none","show_excerpt":"none","modules_category":"above","show_date":"none","show_review":"none","show_com":"none","show_author":"none","meta_padding":"eyJhbGwiOiIwIDAgMCAxNXB4IiwicG9ydHJhaXQiOiIwIDAgMCAxMHB4In0=","art_title":"eyJhbGwiOiI4cHggMCAwIDAiLCJwb3J0cmFpdCI6IjVweCAwIDAgMCJ9","f_title_font_family":"712","f_title_font_size":"eyJhbGwiOiIxNSIsInBvcnRyYWl0IjoiMTEifQ==","f_title_font_weight":"500","f_title_font_line_height":"1.2","title_txt":"#000000","cat_bg":"rgba(255,255,255,0)","cat_bg_hover":"rgba(255,255,255,0)","f_cat_font_family":"712","f_cat_font_transform":"uppercase","f_cat_font_weight":"400","f_cat_font_size":"11","modules_category_padding":"0","all_modules_space":"eyJhbGwiOiIyNCIsInBvcnRyYWl0IjoiMTUiLCJsYW5kc2NhcGUiOiIyMCJ9","category_id":"","ajax_pagination":"load_more","sort":"","title_txt_hover":"#008d7f","tdc_css":"eyJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiNDAiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3LCJhbGwiOnsiZGlzcGxheSI6IiJ9LCJwb3J0cmFpdCI6eyJkaXNwbGF5IjoiIn0sInBvcnRyYWl0X21heF93aWR0aCI6MTAxOCwicG9ydHJhaXRfbWluX3dpZHRoIjo3Njh9","cat_txt":"#000000","cat_txt_hover":"#008d7f","f_more_font_weight":"","f_more_font_transform":"","f_more_font_family":"","image_size":"td_150x0","f_meta_font_family":"712","custom_title":"Latest Articles","block_template_id":"td_block_template_8","border_color":"#008d7f","art_excerpt":"0","meta_info_align":"center","f_cat_font_line_height":"1","pag_h_bg":"#008d7f","image_radius":"100%","td_ajax_filter_type":"","f_header_font_size":"eyJhbGwiOiIxNyIsInBvcnRyYWl0IjoiMTUifQ==","f_header_font_weight":"500","f_header_font_transform":"uppercase","f_header_font_family":"712","pag_h_border":"#008d7f","block_type":"td_flex_block_1","separator":"","custom_url":"","title_tag":"","mc1_tl":"","mc1_title_tag":"","mc1_el":"","post_ids":"-5682","taxonomies":"","category_ids":"","in_all_terms":"","tag_slug":"","autors_id":"","installed_post_types":"","include_cf_posts":"","exclude_cf_posts":"","popular_by_date":"","linked_posts":"","favourite_only":"","limit":"5","offset":"","open_in_new_window":"","show_modified_date":"","time_ago":"","time_ago_add_txt":"ago","time_ago_txt_pos":"","review_source":"","el_class":"","td_query_cache":"","td_query_cache_expiration":"","td_ajax_filter_ids":"","td_filter_default_txt":"All","td_ajax_preloading":"","container_width":"","modules_gap":"","m_padding":"","modules_border_size":"","modules_border_style":"","modules_border_color":"#eaeaea","modules_border_radius":"","modules_divider":"","modules_divider_color":"#eaeaea","h_effect":"","image_alignment":"50","hide_image":"","show_favourites":"","fav_size":"2","fav_space":"","fav_ico_color":"","fav_ico_color_h":"","fav_bg":"","fav_bg_h":"","fav_shadow_shadow_header":"","fav_shadow_shadow_title":"Shadow","fav_shadow_shadow_size":"","fav_shadow_shadow_offset_horizontal":"","fav_shadow_shadow_offset_vertical":"","fav_shadow_shadow_spread":"","fav_shadow_shadow_color":"","video_icon":"","video_popup":"yes","video_rec":"","spot_header":"","video_rec_title":"","video_rec_color":"","video_rec_disable":"","autoplay_vid":"yes","show_vid_t":"block","vid_t_margin":"","vid_t_padding":"","video_title_color":"","video_title_color_h":"","video_bg":"","video_overlay":"","vid_t_color":"","vid_t_bg_color":"","f_vid_title_font_header":"","f_vid_title_font_title":"Video pop-up article title","f_vid_title_font_settings":"","f_vid_title_font_family":"","f_vid_title_font_size":"","f_vid_title_font_line_height":"","f_vid_title_font_style":"","f_vid_title_font_weight":"","f_vid_title_font_transform":"","f_vid_title_font_spacing":"","f_vid_title_":"","f_vid_time_font_title":"Video duration text","f_vid_time_font_settings":"","f_vid_time_font_family":"","f_vid_time_font_size":"","f_vid_time_font_line_height":"","f_vid_time_font_style":"","f_vid_time_font_weight":"","f_vid_time_font_transform":"","f_vid_time_font_spacing":"","f_vid_time_":"","meta_info_horiz":"layout-default","meta_width":"","meta_margin":"","meta_space":"","art_btn":"","meta_info_border_size":"","meta_info_border_style":"","meta_info_border_color":"#eaeaea","meta_info_border_radius":"","modules_category_margin":"","modules_cat_border":"","modules_category_radius":"0","show_cat":"inline-block","modules_extra_cat":"","author_photo":"","author_photo_size":"","author_photo_space":"","author_photo_radius":"","review_space":"","review_size":"2.5","review_distance":"","excerpt_col":"1","excerpt_gap":"","excerpt_middle":"","excerpt_inline":"","show_audio":"block","hide_audio":"","art_audio":"","art_audio_size":"1.5","btn_title":"","btn_margin":"","btn_padding":"","btn_border_width":"","btn_radius":"","pag_space":"","pag_padding":"","pag_border_width":"","pag_border_radius":"","prev_tdicon":"","next_tdicon":"","pag_icons_size":"","f_header_font_header":"","f_header_font_title":"Block header","f_header_font_settings":"","f_header_font_line_height":"","f_header_font_style":"","f_header_font_spacing":"","f_header_":"","f_ajax_font_title":"Ajax categories","f_ajax_font_settings":"","f_ajax_font_family":"","f_ajax_font_size":"","f_ajax_font_line_height":"","f_ajax_font_style":"","f_ajax_font_weight":"","f_ajax_font_transform":"","f_ajax_font_spacing":"","f_ajax_":"","f_more_font_title":"Load more button","f_more_font_settings":"","f_more_font_size":"","f_more_font_line_height":"","f_more_font_style":"","f_more_font_spacing":"","f_more_":"","f_title_font_header":"","f_title_font_title":"Article title","f_title_font_settings":"","f_title_font_style":"","f_title_font_transform":"","f_title_font_spacing":"","f_title_":"","f_cat_font_title":"Article category tag","f_cat_font_settings":"","f_cat_font_style":"","f_cat_font_spacing":"","f_cat_":"","f_meta_font_title":"Article meta info","f_meta_font_settings":"","f_meta_font_size":"","f_meta_font_line_height":"","f_meta_font_style":"","f_meta_font_weight":"","f_meta_font_transform":"","f_meta_font_spacing":"","f_meta_":"","f_ex_font_title":"Article excerpt","f_ex_font_settings":"","f_ex_font_family":"","f_ex_font_size":"","f_ex_font_line_height":"","f_ex_font_style":"","f_ex_font_weight":"","f_ex_font_transform":"","f_ex_font_spacing":"","f_ex_":"","f_btn_font_title":"Article read more button","f_btn_font_settings":"","f_btn_font_family":"","f_btn_font_size":"","f_btn_font_line_height":"","f_btn_font_style":"","f_btn_font_weight":"","f_btn_font_transform":"","f_btn_font_spacing":"","f_btn_":"","mix_color":"","mix_type":"","fe_brightness":"1","fe_contrast":"1","fe_saturate":"1","mix_color_h":"","mix_type_h":"","fe_brightness_h":"1","fe_contrast_h":"1","fe_saturate_h":"1","m_bg":"","color_overlay":"","shadow_shadow_header":"","shadow_shadow_title":"Module Shadow","shadow_shadow_size":"","shadow_shadow_offset_horizontal":"","shadow_shadow_offset_vertical":"","shadow_shadow_spread":"","shadow_shadow_color":"","all_underline_height":"","all_underline_color":"","cat_style":"","cat_border":"","cat_border_hover":"","meta_bg":"","author_txt":"","author_txt_hover":"","date_txt":"","ex_txt":"","com_bg":"","com_txt":"","rev_txt":"","audio_btn_color":"","audio_time_color":"","audio_bar_color":"","audio_bar_curr_color":"","shadow_m_shadow_header":"","shadow_m_shadow_title":"Meta info shadow","shadow_m_shadow_size":"","shadow_m_shadow_offset_horizontal":"","shadow_m_shadow_offset_vertical":"","shadow_m_shadow_spread":"","shadow_m_shadow_color":"","btn_bg":"","btn_bg_hover":"","btn_txt":"","btn_txt_hover":"","btn_border":"","btn_border_hover":"","pag_text":"","pag_h_text":"","pag_bg":"","pag_border":"","ajax_pagination_next_prev_swipe":"","ajax_pagination_infinite_stop":"","css":"","td_column_number":1,"header_color":"","color_preset":"","border_top":"","class":"tdi_148","tdc_css_class":"tdi_148","tdc_css_class_style":"tdi_148_rand_style"}'; block_tdi_148.td_column_number = "1"; block_tdi_148.block_type = "td_flex_block_1"; block_tdi_148.post_count = "5"; block_tdi_148.found_posts = "6331"; block_tdi_148.header_color = ""; block_tdi_148.ajax_pagination_infinite_stop = ""; block_tdi_148.max_num_pages = "1267"; tdBlocksArray.push(block_tdi_148); </script><div class="td-block-title-wrap"><h4 class="td-block-title"><span>Latest Articles</span></h4></div><div id=tdi_148 class="td_block_inner td-mc1-wrap"> <div class="td_module_flex td_module_flex_1 td_module_wrap td-animation-stack td-cpt-post"> <div class="td-module-container td-category-pos-above"> <div class="td-image-container"> <div class="td-module-thumb"><a href="https://magazinify.world/2025/12/09/heres-what-facebook-wont-let-you-post/" rel="bookmark" class="td-image-wrap " title="Here’s What Facebook Won’t Let You Post" ><span class="entry-thumb td-thumb-css" data-type="css_image" data-img-url="https://magazinify.world/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/no-thumb/td_150x0.png" ></span></a></div> </div> <div class="td-module-meta-info"> <a href="https://magazinify.world/category/business/" class="td-post-category" >Business</a> <h3 class="entry-title td-module-title"><a href="https://magazinify.world/2025/12/09/heres-what-facebook-wont-let-you-post/" rel="bookmark" title="Here’s What Facebook Won’t Let You Post">Here’s What Facebook Won’t Let You Post</a></h3> </div> </div> </div> <div class="td_module_flex td_module_flex_1 td_module_wrap td-animation-stack td-cpt-post"> <div class="td-module-container td-category-pos-above"> <div class="td-image-container"> <div class="td-module-thumb"><a href="https://magazinify.world/2025/12/09/the-problem-with-fitness-studies-based-on-activity-apps/" rel="bookmark" class="td-image-wrap " title="The Problem With Fitness Studies Based on Activity Apps" ><span class="entry-thumb td-thumb-css" data-type="css_image" data-img-url="https://magazinify.world/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/no-thumb/td_150x0.png" ></span></a></div> </div> <div class="td-module-meta-info"> <a href="https://magazinify.world/category/cognitive-science/" class="td-post-category" >Cognitive Science</a> <h3 class="entry-title td-module-title"><a href="https://magazinify.world/2025/12/09/the-problem-with-fitness-studies-based-on-activity-apps/" rel="bookmark" title="The Problem With Fitness Studies Based on Activity Apps">The Problem With Fitness Studies Based on Activity Apps</a></h3> </div> </div> </div> <div class="td_module_flex td_module_flex_1 td_module_wrap td-animation-stack td-cpt-post"> <div class="td-module-container td-category-pos-above"> <div class="td-image-container"> <div class="td-module-thumb"><a href="https://magazinify.world/2025/12/09/ai-can-help-apple-watch-predict-high-blood-pressure-sleep-apnea/" rel="bookmark" class="td-image-wrap " title="AI Can Help Apple Watch Predict High Blood Pressure, Sleep Apnea" ><span class="entry-thumb td-thumb-css" data-type="css_image" data-img-url="https://magazinify.world/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/no-thumb/td_150x0.png" ></span></a></div> </div> <div class="td-module-meta-info"> <a href="https://magazinify.world/category/business/" class="td-post-category" >Business</a> <h3 class="entry-title td-module-title"><a href="https://magazinify.world/2025/12/09/ai-can-help-apple-watch-predict-high-blood-pressure-sleep-apnea/" rel="bookmark" title="AI Can Help Apple Watch Predict High Blood Pressure, Sleep Apnea">AI Can Help Apple Watch Predict High Blood Pressure, Sleep Apnea</a></h3> </div> </div> </div> <div class="td_module_flex td_module_flex_1 td_module_wrap td-animation-stack td-cpt-post"> <div class="td-module-container td-category-pos-above"> <div class="td-image-container"> <div class="td-module-thumb"><a href="https://magazinify.world/2025/12/09/disruption-is-how-silicon-valley-eats-its-young/" rel="bookmark" class="td-image-wrap " title="“Disruption” Is How Silicon Valley Eats Its Young" ><span class="entry-thumb td-thumb-css" data-type="css_image" data-img-url="https://magazinify.world/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/no-thumb/td_150x0.png" ></span></a></div> </div> <div class="td-module-meta-info"> <a href="https://magazinify.world/category/the-big-story/" class="td-post-category" >The Big Story</a> <h3 class="entry-title td-module-title"><a href="https://magazinify.world/2025/12/09/disruption-is-how-silicon-valley-eats-its-young/" rel="bookmark" title="“Disruption” Is How Silicon Valley Eats Its Young">“Disruption” Is How Silicon Valley Eats Its Young</a></h3> </div> </div> </div> <div class="td_module_flex td_module_flex_1 td_module_wrap td-animation-stack td-cpt-post"> <div class="td-module-container td-category-pos-above"> <div class="td-image-container"> <div class="td-module-thumb"><a href="https://magazinify.world/2025/12/09/controversial-brain-imaging-uses-ai-to-take-aim-at-suicide-prevention-2/" rel="bookmark" class="td-image-wrap " title="Controversial Brain Imaging Uses AI to Take Aim at Suicide Prevention" ><span class="entry-thumb td-thumb-css" data-type="css_image" data-img-url="https://magazinify.world/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/no-thumb/td_150x0.png" ></span></a></div> </div> <div class="td-module-meta-info"> <a href="https://magazinify.world/category/cognitive-science/" class="td-post-category" >Cognitive Science</a> <h3 class="entry-title td-module-title"><a href="https://magazinify.world/2025/12/09/controversial-brain-imaging-uses-ai-to-take-aim-at-suicide-prevention-2/" rel="bookmark" title="Controversial Brain Imaging Uses AI to Take Aim at Suicide Prevention">Controversial Brain Imaging Uses AI to Take Aim at Suicide Prevention</a></h3> </div> </div> </div> </div><div class="td-load-more-wrap"><a href="#" class="td_ajax_load_more td_ajax_load_more_js" aria-label="Load more" id="next-page-tdi_148" data-td_block_id="tdi_148">Load more<i class="td-load-more-icon td-icon-font td-icon-menu-right"></i></a></div></div></div></div></div></div></div></div> <span class="td-page-meta" itemprop="author" itemscope itemtype="https://schema.org/Person"><meta itemprop="name" content="admin_0ht326pq"><meta itemprop="url" content="https://magazinify.world/author/admin_0ht326pq/"></span><meta itemprop="datePublished" content="2025-12-09T14:08:05+00:00"><meta itemprop="dateModified" content="2025-12-09T14:08:05+00:00"><meta itemscope itemprop="mainEntityOfPage" itemType="https://schema.org/WebPage" itemid="https://magazinify.world/2025/12/09/coding-is-for-everyone-as-long-as-you-speak-english/"/><span class="td-page-meta" itemprop="publisher" itemscope itemtype="https://schema.org/Organization"><span class="td-page-meta" itemprop="logo" itemscope itemtype="https://schema.org/ImageObject"><meta itemprop="url" content="https://magazinify.world/2025/12/09/coding-is-for-everyone-as-long-as-you-speak-english/"></span><meta itemprop="name" content="Magazinify"></span><meta itemprop="headline" content="Coding Is for Everyone—as Long as You Speak English"><span class="td-page-meta" itemprop="image" itemscope itemtype="https://schema.org/ImageObject"><meta itemprop="url" content="https://magazinify.world/wp-content/plugins/td-cloud-library/assets/images/td_meta_replacement.png"><meta itemprop="width" content="1068"><meta itemprop="height" content="580"></span> </article> </div> </div> </div> <!-- #tdb-autoload-article --> <div class="td-footer-template-wrap" style="position: relative; "> <div class="td-footer-wrap "> <div id="tdi_149" class="tdc-zone"><div class="tdc_zone tdi_150 wpb_row td-pb-row" > <style scoped>.tdi_150{min-height:0}.tdi_150{margin-right:auto!important;margin-left:auto!important;width:1164px!important}@media (min-width:1019px) and (max-width:1140px){.tdi_150{width:100%!important}}@media (min-width:768px) and (max-width:1018px){.tdi_150{width:100%!important}}@media (max-width:767px){.tdi_150{width:100%!important}}</style><div id="tdi_151" class="tdc-row"><div class="vc_row tdi_152 wpb_row td-pb-row tdc-element-style" > <style scoped>.tdi_152,.tdi_152 .tdc-columns{min-height:0}.tdi_152,.tdi_152 .tdc-columns{display:block}.tdi_152 .tdc-columns{width:100%}.tdi_152:before,.tdi_152:after{display:table}.tdi_152{padding-top:60px!important;padding-bottom:60px!important;position:relative}.tdi_152 .td_block_wrap{text-align:left}@media (max-width:767px){.tdi_152{padding-top:40px!important;padding-bottom:40px!important}}@media (min-width:768px) and (max-width:1018px){.tdi_152{padding-top:40px!important;padding-bottom:40px!important}}</style> <div class="tdi_151_rand_style td-element-style" ><div class="td-element-style-before"><style>.tdi_151_rand_style>.td-element-style-before{content:''!important;width:100%!important;height:100%!important;position:absolute!important;top:0!important;left:0!important;display:block!important;z-index:0!important;background-image:url("https://magazinify.world/wp-content/uploads/2025/11/3.jpg")!important;background-position:center center!important;opacity:0.2!important;background-size:cover!important}</style></div><style>.tdi_151_rand_style{background-color:#232d35!important}</style></div><div class="vc_column tdi_154 wpb_column vc_column_container tdc-column td-pb-span12"> <style scoped>.tdi_154{vertical-align:baseline}.tdi_154>.wpb_wrapper,.tdi_154>.wpb_wrapper>.tdc-elements{display:block}.tdi_154>.wpb_wrapper>.tdc-elements{width:100%}.tdi_154>.wpb_wrapper>.vc_row_inner{width:auto}.tdi_154>.wpb_wrapper{width:auto;height:auto}</style><div class="wpb_wrapper" ><div class="td_block_wrap tdb_header_logo tdi_155 td-pb-border-top td_block_template_1 tdb-header-align" data-td-block-uid="tdi_155" > <style>.tdi_155{margin-bottom:40px!important}@media (min-width:768px) and (max-width:1018px){.tdi_155{margin-bottom:30px!important}}@media (max-width:767px){.tdi_155{margin-bottom:25px!important}}</style> <style>.tdi_155 .tdb-logo-a,.tdi_155 h1{align-items:flex-start;justify-content:center}.tdi_155 .tdb-logo-svg-wrap{display:block}.tdi_155 .tdb-logo-svg-wrap+.tdb-logo-img-wrap{display:none}.tdi_155 .tdb-logo-img-wrap{display:block}.tdi_155 .tdb-logo-text-tagline{margin-top:2px;margin-left:0;display:none}.tdi_155 .tdb-logo-text-title{display:none}.tdi_155 .tdb-logo-text-wrap{flex-direction:column;align-items:flex-start}.tdi_155 .tdb-logo-icon{top:0px;display:block}</style><div class="tdb-block-inner td-fix-index"><a class="tdb-logo-a" href="https://magazinify.world/"><span class="tdb-logo-img-wrap"><img class="tdb-logo-img" src="https://magazinify.world/wp-content/uploads/2025/11/logo-footer.png" alt="Logo" title="" width="272" height="90" /></span></a></div></div> <!-- ./block --><div class="tdm_block td_block_wrap tdm_block_inline_text tdi_156 td-pb-border-top td_block_template_1" data-td-block-uid="tdi_156" > <style>.tdi_156{width:72%!important}@media (max-width:767px){.tdi_156{width:100%!important}}@media (min-width:768px) and (max-width:1018px){.tdi_156{width:80%!important}}@media (min-width:1019px) and (max-width:1140px){.tdi_156{width:78%!important}}</style> <style>.tdm_block.tdm_block_inline_text{margin-bottom:0;vertical-align:top}.tdm_block.tdm_block_inline_text .tdm-descr{margin-bottom:0;-webkit-transform:translateZ(0);transform:translateZ(0)}.tdc-row-content-vert-center .tdm-inline-text-yes{vertical-align:middle}.tdc-row-content-vert-bottom .tdm-inline-text-yes{vertical-align:bottom}.tdi_156{text-align:center!important;margin-right:auto;margin-left:auto}.tdi_156 .tdm-descr{color:#eaeaea;font-family:Rubik!important;font-size:13px!important;line-height:1.6!important;font-weight:400!important}@media (min-width:768px) and (max-width:1018px){.tdi_156 .tdm-descr{font-size:11px!important}}</style><p class="tdm-descr">Newspaper is your news, entertainment, music fashion website. We provide you with the latest breaking news and videos straight from the entertainment industry. Fashion fades, only style remains the same. Fashion never stops. There are always projects, opportunities. Clothes mean nothing until someone lives in them.</p></div><div class="tdm_block td_block_wrap tdm_block_inline_text tdi_157 td-pb-border-top td_block_template_1" data-td-block-uid="tdi_157" > <style>.tdi_157{margin-top:20px!important;margin-bottom:15px!important;padding-right:10%!important;padding-left:10%!important}@media (min-width:768px) and (max-width:1018px){.tdi_157{margin-top:15px!important;margin-bottom:10px!important}}</style> <style>.tdi_157{text-align:center!important;margin-right:auto;margin-left:auto}.tdi_157 .tdm-descr{color:#eaeaea;font-family:Rubik!important;font-size:13px!important;line-height:1.2!important}.tdi_157 .tdm-descr a{color:#008d7f}</style><p class="tdm-descr">Contact us: <a href="mailto:contact@yoursite.com">contact@yoursite.com</a></p></div><div class="tdm_block td_block_wrap tdm_block_socials tdi_158 tdm-content-horiz-center td-pb-border-top td_block_template_1" data-td-block-uid="tdi_158" > <style>.tdi_159 .tdm-social-item i{font-size:14px;vertical-align:middle;line-height:39.2px}.tdi_159 .tdm-social-item i.td-icon-linkedin,.tdi_159 .tdm-social-item i.td-icon-pinterest,.tdi_159 .tdm-social-item i.td-icon-blogger,.tdi_159 .tdm-social-item i.td-icon-vimeo{font-size:11.2px}.tdi_159 .tdm-social-item{width:39.2px;height:39.2px;margin:7px 14px 7px 0;background:rgba(255,255,255,0.03)}.tdi_159 .tdm-social-item-wrap:last-child .tdm-social-item{margin-right:0!important}.tdi_159 .tdm-social-item i,.tds-team-member2 .tdi_159.tds-social4 .tdm-social-item i{color:#ffffff}body .tdi_159 .tdm-social-item{border:1px solid rgba(203,149,88,0.03)}.tdi_159 .tdm-social-text{display:none;margin-left:2px;margin-right:18px}@media (min-width:1019px) and (max-width:1140px){body .tdi_159 .tdm-social-item{border:1px solid rgba(203,149,88,0.03)}}@media (min-width:768px) and (max-width:1018px){body .tdi_159 .tdm-social-item{border:1px solid rgba(203,149,88,0.03)}}@media (max-width:767px){body .tdi_159 .tdm-social-item{border:1px solid rgba(203,149,88,0.03)}}</style><div class="tdm-social-wrapper tds-social4 tdi_159"><div class="tdm-social-item-wrap"><a href="#" title="Facebook" class="tdm-social-item"><i class="td-icon-font td-icon-facebook"></i><span style="display: none">Facebook</span></a></div><div class="tdm-social-item-wrap"><a href="#" title="Instagram" class="tdm-social-item"><i class="td-icon-font td-icon-instagram"></i><span style="display: none">Instagram</span></a></div><div class="tdm-social-item-wrap"><a href="#" title="Linkedin" class="tdm-social-item"><i class="td-icon-font td-icon-linkedin"></i><span style="display: none">Linkedin</span></a></div><div class="tdm-social-item-wrap"><a href="#" title="Pinterest" class="tdm-social-item"><i class="td-icon-font td-icon-pinterest"></i><span style="display: none">Pinterest</span></a></div><div class="tdm-social-item-wrap"><a href="#" title="Tumblr" class="tdm-social-item"><i class="td-icon-font td-icon-tumblr"></i><span style="display: none">Tumblr</span></a></div><div class="tdm-social-item-wrap"><a href="#" title="Twitter" class="tdm-social-item"><i class="td-icon-font td-icon-twitter"></i><span style="display: none">Twitter</span></a></div></div></div></div></div></div></div><div id="tdi_160" class="tdc-row"><div class="vc_row tdi_161 wpb_row td-pb-row tdc-element-style tdc-row-content-vert-center" > <style scoped>.tdi_161,.tdi_161 .tdc-columns{min-height:0}.tdi_161,.tdi_161 .tdc-columns{display:block}.tdi_161 .tdc-columns{width:100%}.tdi_161:before,.tdi_161:after{display:table}@media (min-width:767px){.tdi_161.tdc-row-content-vert-center,.tdi_161.tdc-row-content-vert-center .tdc-columns{display:flex;align-items:center;flex:1}.tdi_161.tdc-row-content-vert-bottom,.tdi_161.tdc-row-content-vert-bottom .tdc-columns{display:flex;align-items:flex-end;flex:1}.tdi_161.tdc-row-content-vert-center .td_block_wrap{vertical-align:middle}.tdi_161.tdc-row-content-vert-bottom .td_block_wrap{vertical-align:bottom}}.tdi_161{padding-top:8px!important;padding-bottom:8px!important;position:relative}.tdi_161 .td_block_wrap{text-align:left}@media (max-width:767px){.tdi_161{padding-top:10px!important;padding-bottom:5px!important}}@media (min-width:768px) and (max-width:1018px){.tdi_161{padding-top:6px!important;padding-bottom:6px!important}}</style> <div class="tdi_160_rand_style td-element-style" ><style>.tdi_160_rand_style{background-color:#11171c!important}</style></div><div class="vc_column tdi_163 wpb_column vc_column_container tdc-column td-pb-span6"> <style scoped>.tdi_163{vertical-align:baseline}.tdi_163>.wpb_wrapper,.tdi_163>.wpb_wrapper>.tdc-elements{display:block}.tdi_163>.wpb_wrapper>.tdc-elements{width:100%}.tdi_163>.wpb_wrapper>.vc_row_inner{width:auto}.tdi_163>.wpb_wrapper{width:auto;height:auto}@media (max-width:767px){.tdi_163{margin-bottom:8px!important}}</style><div class="wpb_wrapper" ><div class="tdm_block td_block_wrap tdm_block_inline_text tdi_164 td-pb-border-top td_block_template_1" data-td-block-uid="tdi_164" > <style>@media (max-width:767px){.tdi_164{margin-top:0px!important;justify-content:center!important;text-align:center!important}}</style> <style>.tdi_164{text-align:left!important}.tdi_164 .tdm-descr{color:#cccccc;font-family:Rubik!important;font-size:13px!important;line-height:1.2!important}@media (min-width:768px) and (max-width:1018px){.tdi_164 .tdm-descr{font-size:11px!important}}</style><p class="tdm-descr">© Copyright - Newspaper WordPress Theme by TagDiv</p></div></div></div><div class="vc_column tdi_166 wpb_column vc_column_container tdc-column td-pb-span6"> <style scoped>.tdi_166{vertical-align:baseline}.tdi_166>.wpb_wrapper,.tdi_166>.wpb_wrapper>.tdc-elements{display:block}.tdi_166>.wpb_wrapper>.tdc-elements{width:100%}.tdi_166>.wpb_wrapper>.vc_row_inner{width:auto}.tdi_166>.wpb_wrapper{width:auto;height:auto}.tdi_166{justify-content:flex-end!important;text-align:right!important}@media (max-width:767px){.tdi_166{justify-content:center!important;text-align:center!important}}</style><div class="wpb_wrapper" ><div class="td_block_wrap td_block_list_menu tdi_167 td-blm-display-horizontal td-pb-border-top td_block_template_1 widget" data-td-block-uid="tdi_167" > <style>.tdi_167{margin-bottom:0px!important}@media(min-width:1141px){.tdi_167{display:inline-table!important}}@media (max-width:767px){.tdi_167{display:inline-block!important}}@media (min-width:768px) and (max-width:1018px){.tdi_167{display:inline-table!important}}@media (min-width:1019px) and (max-width:1140px){.tdi_167{display:inline-table!important}}</style> <style>.td_block_list_menu ul{flex-wrap:wrap;margin-left:12px}.td_block_list_menu ul li{margin-left:0}.td_block_list_menu ul li a{display:flex;margin-left:0}.td_block_list_menu .td-blm-menu-item-txt{display:flex;align-items:center;flex-grow:1}.td_block_list_menu .sub-menu{padding-left:22px}.td_block_list_menu .sub-menu li{font-size:13px}.td_block_list_menu li.current-menu-item>a,.td_block_list_menu li.current-menu-ancestor>a,.td_block_list_menu li.current-category-ancestor>a,.td_block_list_menu li.current-page-ancestor>a{color:var(--td_theme_color,#4db2ec)}.td_block_list_menu .td-blm-sub-icon{display:flex;align-items:center;justify-content:center;margin-left:.6em;padding:0 .6em;transition:transform .2s ease-in-out}.td_block_list_menu .td-blm-sub-icon svg{display:block;width:1em;height:auto}.td_block_list_menu .td-blm-sub-icon svg,.td_block_list_menu .td-blm-sub-icon svg *{fill:currentColor}.td_block_list_menu.td-blm-display-accordion .menu-item-has-children ul{display:none}.td_block_list_menu.td-blm-display-accordion .menu-item-has-children-open>a>.td-blm-sub-icon{transform:rotate(180deg)}.td_block_list_menu.td-blm-display-horizontal ul{display:flex}body .tdi_167 ul{text-align:left;justify-content:flex-start;margin:0px}body .tdi_167 ul li a{justify-content:flex-start}body .tdi_167 .td-blm-menu-item-txt{flex-grow:1}body .tdi_167 ul li{margin-right:16px}body .tdi_167 ul li:last-child{margin-right:0}body .tdi_167 a,body .tdi_167 .td-blm-sub-icon{color:#cccccc}body .tdi_167 li.current-menu-item>a,body .tdi_167 li.current-menu-ancestor>a,body .tdi_167 li.current-category-ancestor>a,body .tdi_167 li.current-page-ancestor>a,body .tdi_167 a:hover,body .tdi_167 li.current-menu-item>a>.td-blm-sub-icon,body .tdi_167 li.current-menu-ancestor>a>.td-blm-sub-icon,body .tdi_167 li.current-category-ancestor>a>.td-blm-sub-icon,body .tdi_167 li.current-page-ancestor>a>.td-blm-sub-icon,body .tdi_167 a:hover>.td-blm-sub-icon{color:#ffffff}body .tdi_167 li{font-family:Rubik!important;font-size:13px!important;line-height:1.2!important}@media (min-width:768px) and (max-width:1018px){body .tdi_167 li{font-size:11px!important}}</style><div class="td-block-title-wrap"></div><div id=tdi_167 class="td_block_inner td-fix-index"><div class="menu-td-demo-custom-menu-container"><ul id="menu-td-demo-custom-menu-1" class="menu"><li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-224"><a href="https://demo.tagdiv.com/newspaper_magazine_pro/blog"><span class="td-blm-menu-item-txt">Blog</span></a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-225"><a href="#"><span class="td-blm-menu-item-txt">About</span></a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-226"><a href="#"><span class="td-blm-menu-item-txt">Contact</span></a></li> </ul></div></div></div></div></div></div></div></div></div> </div> </div> <style>.tdc-footer-template .td-main-content-wrap{padding-bottom:0}</style> </div><!--close td-outer-wrap--> <script type="speculationrules"> {"prefetch":[{"source":"document","where":{"and":[{"href_matches":"/*"},{"not":{"href_matches":["/wp-*.php","/wp-admin/*","/wp-content/uploads/*","/wp-content/*","/wp-content/plugins/*","/wp-content/themes/Newspaper/*","/*\\?(.+)"]}},{"not":{"selector_matches":"a[rel~=\"nofollow\"]"}},{"not":{"selector_matches":".no-prefetch, .no-prefetch a"}}]},"eagerness":"conservative"}]} </script> <!-- Theme: Newspaper by tagDiv.com 2025 Version: 12.7.3 (rara) Deploy mode: deploy uid: 6939a585d871e --> <!-- Custom css from theme panel --> <style type="text/css" media="screen">.tdc-font-tdmp{font-family:td-multipurpose}</style> <script> const lazyloadRunObserver = () => { const lazyloadBackgrounds = document.querySelectorAll( `.e-con.e-parent:not(.e-lazyloaded)` ); const lazyloadBackgroundObserver = new IntersectionObserver( ( entries ) => { entries.forEach( ( entry ) => { if ( entry.isIntersecting ) { let lazyloadBackground = entry.target; if( lazyloadBackground ) { lazyloadBackground.classList.add( 'e-lazyloaded' ); } lazyloadBackgroundObserver.unobserve( entry.target ); } }); }, { rootMargin: '200px 0px 200px 0px' } ); lazyloadBackgrounds.forEach( ( lazyloadBackground ) => { lazyloadBackgroundObserver.observe( lazyloadBackground ); } ); }; const events = [ 'DOMContentLoaded', 'elementor/lazyload/observe', ]; events.forEach( ( event ) => { document.addEventListener( event, lazyloadRunObserver ); } ); </script> <script type="text/javascript" src="https://magazinify.world/wp-content/plugins/news-kit-elementor-addons/includes/assets/external/swiper/swiper-bundle.min.js?ver=11.2.5" id="nekit-swiper-js"></script> <script type="text/javascript" src="https://magazinify.world/wp-content/plugins/news-kit-elementor-addons/includes/assets/external/slick/slick.min.js?ver=1.8.0" id="slick-js"></script> <script type="text/javascript" src="https://magazinify.world/wp-content/plugins/news-kit-elementor-addons/includes/assets/external/js-marquee/jquery.marquee.min.js?ver=1.0.0" id="js-marquee-js"></script> <script type="text/javascript" src="https://magazinify.world/wp-content/plugins/news-kit-elementor-addons/includes/assets/external/typed-main/typed.umd.js?ver=3" id="typed-js-js"></script> <script type="text/javascript" src="https://magazinify.world/wp-content/plugins/news-kit-elementor-addons/includes/assets/external/jquery-cookie/jquery-cookie.js?ver=1.4.1" id="jquery-cookie-js"></script> <script type="text/javascript" id="nekit-main-js-extra"> /* <![CDATA[ */ var frontendData = {"_wpnonce":"460320abeb","ajaxUrl":"https://magazinify.world/wp-admin/admin-ajax.php"}; //# sourceURL=nekit-main-js-extra /* ]]> */ </script> <script type="text/javascript" src="https://magazinify.world/wp-content/plugins/news-kit-elementor-addons/includes/assets/js/frontend-script.js?ver=1.0.0" id="nekit-main-js"></script> <script type="text/javascript" src="https://magazinify.world/wp-includes/js/imagesloaded.min.js?ver=5.0.0" id="imagesloaded-js"></script> <script type="text/javascript" src="https://magazinify.world/wp-includes/js/masonry.min.js?ver=4.2.2" id="masonry-js"></script> <script type="text/javascript" src="https://magazinify.world/wp-content/plugins/wp-blog-post-layouts/includes/assets/js/frontend.js?ver=1.1.4" id="wpblog-post-layouts-public-script-js"></script> <script type="text/javascript" id="wpmagazine-modules-lite-public-script-js-extra"> /* <![CDATA[ */ var wpmagazineModulesObject = {"ajax_url":"https://magazinify.world/wp-admin/admin-ajax.php","_wpnonce":"a1f858ca10"}; //# sourceURL=wpmagazine-modules-lite-public-script-js-extra /* ]]> */ </script> <script type="text/javascript" src="https://magazinify.world/wp-content/plugins/wp-magazine-modules-lite/includes/assets/js/frontend.js?ver=1.1.3" id="wpmagazine-modules-lite-public-script-js"></script> <script type="text/javascript" src="https://magazinify.world/wp-content/plugins/wp-magazine-modules-lite/includes/assets/library/slick-slider/js/slick.min.js?ver=1.8.0" id="slick-slider-js"></script> <script type="text/javascript" src="https://magazinify.world/wp-content/plugins/wp-magazine-modules-lite/includes/assets/library/jQuery.Marquee/jquery.marquee.min.js?ver=1.0.0" id="jquery-marquee-js"></script> <script type="text/javascript" src="https://magazinify.world/wp-content/plugins/td-composer/legacy/Newspaper/js/tagdiv_theme.min.js?ver=12.7.3" id="td-site-min-js"></script> <script type="text/javascript" src="https://magazinify.world/wp-content/plugins/td-composer/legacy/Newspaper/js/tdPostImages.js?ver=12.7.3" id="tdPostImages-js"></script> <script type="text/javascript" src="https://magazinify.world/wp-content/plugins/td-composer/legacy/Newspaper/js/tdSocialSharing.js?ver=12.7.3" id="tdSocialSharing-js"></script> <script type="text/javascript" src="https://magazinify.world/wp-content/plugins/td-composer/legacy/Newspaper/js/tdModalPostImages.js?ver=12.7.3" id="tdModalPostImages-js"></script> <script type="text/javascript" src="https://magazinify.world/wp-includes/js/comment-reply.min.js?ver=6.9" id="comment-reply-js" async="async" data-wp-strategy="async" fetchpriority="low"></script> <script type="text/javascript" id="wp-statistics-tracker-js-extra"> /* <![CDATA[ */ var WP_Statistics_Tracker_Object = {"requestUrl":"https://magazinify.world/wp-json/wp-statistics/v2","ajaxUrl":"https://magazinify.world/wp-admin/admin-ajax.php","hitParams":{"wp_statistics_hit":1,"source_type":"post","source_id":5682,"search_query":"","signature":"e87fe29d15d3cdf80beebfb79da380f4","endpoint":"hit"},"onlineParams":{"wp_statistics_hit":1,"source_type":"post","source_id":5682,"search_query":"","signature":"e87fe29d15d3cdf80beebfb79da380f4","endpoint":"online"},"option":{"userOnline":true,"dntEnabled":false,"bypassAdBlockers":false,"consentIntegration":{"name":null,"status":[]},"isPreview":false,"trackAnonymously":false,"isWpConsentApiActive":false,"consentLevel":"disabled"},"jsCheckTime":"60000","isLegacyEventLoaded":"","customEventAjaxUrl":"https://magazinify.world/wp-admin/admin-ajax.php?action=wp_statistics_custom_event&nonce=6e9c580bb8"}; //# sourceURL=wp-statistics-tracker-js-extra /* ]]> */ </script> <script type="text/javascript" src="https://magazinify.world/wp-content/plugins/wp-statistics/assets/js/tracker.js?ver=14.15.4" id="wp-statistics-tracker-js"></script> <script type="text/javascript" src="https://magazinify.world/wp-content/plugins/td-cloud-library/assets/js/js_files_for_front.min.js?ver=6127d3b6131f900b2e62bb855b13dc3b" id="tdb_js_files_for_front-js"></script> <script id="wp-emoji-settings" type="application/json"> {"baseUrl":"https://s.w.org/images/core/emoji/17.0.2/72x72/","ext":".png","svgUrl":"https://s.w.org/images/core/emoji/17.0.2/svg/","svgExt":".svg","source":{"concatemoji":"https://magazinify.world/wp-includes/js/wp-emoji-release.min.js?ver=6.9"}} </script> <script type="module"> /* <![CDATA[ */ /*! This file is auto-generated */ const a=JSON.parse(document.getElementById("wp-emoji-settings").textContent),o=(window._wpemojiSettings=a,"wpEmojiSettingsSupports"),s=["flag","emoji"];function i(e){try{var t={supportTests:e,timestamp:(new Date).valueOf()};sessionStorage.setItem(o,JSON.stringify(t))}catch(e){}}function c(e,t,n){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);t=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data);e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(n,0,0);const a=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data);return t.every((e,t)=>e===a[t])}function p(e,t){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);var n=e.getImageData(16,16,1,1);for(let e=0;e<n.data.length;e++)if(0!==n.data[e])return!1;return!0}function u(e,t,n,a){switch(t){case"flag":return n(e,"\ud83c\udff3\ufe0f\u200d\u26a7\ufe0f","\ud83c\udff3\ufe0f\u200b\u26a7\ufe0f")?!1:!n(e,"\ud83c\udde8\ud83c\uddf6","\ud83c\udde8\u200b\ud83c\uddf6")&&!n(e,"\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc65\udb40\udc6e\udb40\udc67\udb40\udc7f","\ud83c\udff4\u200b\udb40\udc67\u200b\udb40\udc62\u200b\udb40\udc65\u200b\udb40\udc6e\u200b\udb40\udc67\u200b\udb40\udc7f");case"emoji":return!a(e,"\ud83e\u1fac8")}return!1}function f(e,t,n,a){let r;const o=(r="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?new OffscreenCanvas(300,150):document.createElement("canvas")).getContext("2d",{willReadFrequently:!0}),s=(o.textBaseline="top",o.font="600 32px Arial",{});return e.forEach(e=>{s[e]=t(o,e,n,a)}),s}function r(e){var t=document.createElement("script");t.src=e,t.defer=!0,document.head.appendChild(t)}a.supports={everything:!0,everythingExceptFlag:!0},new Promise(t=>{let n=function(){try{var e=JSON.parse(sessionStorage.getItem(o));if("object"==typeof e&&"number"==typeof e.timestamp&&(new Date).valueOf()<e.timestamp+604800&&"object"==typeof e.supportTests)return e.supportTests}catch(e){}return null}();if(!n){if("undefined"!=typeof Worker&&"undefined"!=typeof OffscreenCanvas&&"undefined"!=typeof URL&&URL.createObjectURL&&"undefined"!=typeof Blob)try{var e="postMessage("+f.toString()+"("+[JSON.stringify(s),u.toString(),c.toString(),p.toString()].join(",")+"));",a=new Blob([e],{type:"text/javascript"});const r=new Worker(URL.createObjectURL(a),{name:"wpTestEmojiSupports"});return void(r.onmessage=e=>{i(n=e.data),r.terminate(),t(n)})}catch(e){}i(n=f(s,u,c,p))}t(n)}).then(e=>{for(const n in e)a.supports[n]=e[n],a.supports.everything=a.supports.everything&&a.supports[n],"flag"!==n&&(a.supports.everythingExceptFlag=a.supports.everythingExceptFlag&&a.supports[n]);var t;a.supports.everythingExceptFlag=a.supports.everythingExceptFlag&&!a.supports.flag,a.supports.everything||((t=a.source||{}).concatemoji?r(t.concatemoji):t.wpemoji&&t.twemoji&&(r(t.twemoji),r(t.wpemoji)))}); //# sourceURL=https://magazinify.world/wp-includes/js/wp-emoji-loader.min.js /* ]]> */ </script> <script type="text/javascript" src="https://magazinify.world/wp-content/plugins/td-composer/legacy/Newspaper/js/tdLoadingBox.js?ver=12.7.3" id="tdLoadingBox-js"></script> <script type="text/javascript" src="https://magazinify.world/wp-content/plugins/td-composer/legacy/Newspaper/js/tdToTop.js?ver=12.7.3" id="tdToTop-js"></script> <script type="text/javascript" src="https://magazinify.world/wp-content/plugins/td-composer/legacy/Newspaper/js/tdAjaxSearch.js?ver=12.7.3" id="tdDatei18n-js"></script> <script type="text/javascript" src="https://magazinify.world/wp-content/plugins/td-composer/legacy/Newspaper/js/tdDatei18n.js?ver=12.7.3" id="tdDatei18n-js"></script> <script type="text/javascript" src="https://magazinify.world/wp-content/plugins/td-composer/legacy/Newspaper/js/tdAnimationSprite.js?ver=12.7.3" id="tdAnimationSprite-js"></script> <script type="text/javascript" src="https://magazinify.world/wp-content/plugins/td-composer/legacy/Newspaper/js/tdWeather.js?ver=12.7.3" id="tdWeather-js"></script> <script type="text/javascript" src="https://magazinify.world/wp-content/plugins/td-composer/legacy/Newspaper/js/tdLogin.js?ver=12.7.3" id="tdLogin-js"></script> <script type="text/javascript" src="https://magazinify.world/wp-content/plugins/td-cloud-library/assets/js/tdbMenu.js?ver=6127d3b6131f900b2e62bb855b13dc3b" id="tdbMenu-js"></script> <script type="text/javascript" src="https://magazinify.world/wp-content/plugins/td-cloud-library/assets/js/tdbSearch.js?ver=6127d3b6131f900b2e62bb855b13dc3b" id="tdbSearch-js"></script> <script type="text/javascript" src="https://magazinify.world/wp-content/plugins/td-composer/legacy/Newspaper/js/tdMenu.js?ver=12.7.3" id="tdMenu-js"></script> <script type="text/javascript" src="https://magazinify.world/wp-content/plugins/td-composer/legacy/Newspaper/js/tdSmartSidebar.js?ver=12.7.3" id="tdSmartSidebar-js"></script> <!-- JS generated by theme --> <script type="text/javascript" id="td-generated-footer-js"> jQuery().ready(function () { tdWeather.addItem({"block_uid":"tdb_header_weather_uid","location":"New York","api_location":"New York","api_language":"en","api_key":"c396e133ca2ab7dfa7cffcf66e07ca35","today_icon":"scattered-clouds-d","today_icon_text":"scattered clouds","today_temp":[4.5,40.1],"today_humidity":70,"today_wind_speed":[5.7,3.5],"today_min":[3.3,37.9],"today_max":[6.1,43],"today_clouds":40,"current_unit":0,"forecast":[{"timestamp":1765389600,"day_name":"Wed","day_temp":[6,43],"owm_day_index":0},{"timestamp":1765411200,"day_name":"Thu","day_temp":[5,41],"owm_day_index":2},{"timestamp":1765497600,"day_name":"Fri","day_temp":[1,34],"owm_day_index":10},{"timestamp":1765584000,"day_name":"Sat","day_temp":[3,37],"owm_day_index":18},{"timestamp":1765670400,"day_name":"Sun","day_temp":[2,35],"owm_day_index":26},{"timestamp":1765756800,"day_name":"Mon","day_temp":[-2,28],"owm_day_index":34}]}); }); jQuery().ready(function () { var blockClass = '.tdi_48'; jQuery(blockClass + '.tdb-horiz-menu-singleline > .menu-item-has-children a').click(function (e) { e.preventDefault(); }) }); /* global jQuery:{} */ jQuery(document).ready( function () { var tdbMenuItem = new tdbMenu.item(); tdbMenuItem.blockUid = 'tdi_69'; tdbMenuItem.jqueryObj = jQuery('.tdi_69'); tdbMenuItem.blockAtts = '{"main_sub_tdicon":"td-icon-down","sub_tdicon":"td-icon-right-arrow","mm_align_horiz":"content-horiz-center","modules_on_row_regular":"20%","modules_on_row_cats":"20%","image_size":"td_324x400","modules_category":"above","show_excerpt":"none","show_com":"none","show_date":"none","show_author":"none","mm_sub_align_horiz":"content-horiz-right","mm_elem_align_horiz":"content-horiz-center","mm_align_screen":"yes","f_elem_font_size":"eyJhbGwiOiIxMyIsInBvcnRyYWl0IjoiMTAifQ==","elem_padd":"eyJwb3J0cmFpdCI6IjAgMTBweCIsImFsbCI6IjAgMTJweCJ9","menu_id":"20","text_color":"#ffffff","tds_menu_active":"tds_menu_active3","f_elem_font_line_height":"eyJhbGwiOiI0OHB4IiwicG9ydHJhaXQiOiI0MHB4In0=","f_elem_font_family":"712","f_elem_font_transform":"capitalize","f_elem_font_weight":"400","f_elem_font_spacing":"0.4","tdc_css":"eyJhbGwiOnsibWFyZ2luLWxlZnQiOiItMTAiLCJkaXNwbGF5IjoiIn0sInBvcnRyYWl0Ijp7ImRpc3BsYXkiOiIifSwicG9ydHJhaXRfbWF4X3dpZHRoIjoxMDE4LCJwb3J0cmFpdF9taW5fd2lkdGgiOjc2OH0=","main_sub_icon_size":"eyJhbGwiOiIxMCIsInBvcnRyYWl0IjoiOSJ9","tds_menu_active3-bg_color":"#000000","f_sub_elem_font_family":"712","f_sub_elem_font_size":"12","mm_shadow_shadow_size":"20","mm_shadow_shadow_color":"rgba(0,0,0,0.15)","sub_shadow_shadow_size":"10","sub_shadow_shadow_offset_horizontal":"0","sub_shadow_shadow_offset_vertical":"2","sub_shadow_shadow_color":"rgba(0,0,0,0.15)","mm_shadow_shadow_offset_vertical":"4","sub_first_left":"-15","sub_rest_top":"-15","sub_padd":"10px 0 15px","sub_elem_padd":"5px 20px","align_horiz":"content-horiz-center","main_sub_icon_align":"eyJhbGwiOjEsInBvcnRyYWl0IjoiMCJ9","f_sub_elem_font_weight":"500","mm_child_cats":"10","main_sub_icon_space":"eyJwb3J0cmFpdCI6IjUifQ==","show_mega_cats":"yes","sub_text_color":"#000000","tds_menu_sub_active1-sub_text_color_h":"#008d7f","mm_border_size":"0","mm_elem_border":"0","mm_elem_border_a":"0","mm_sub_width":"100%","mm_elem_padd":"eyJhbGwiOiI1cHggMTVweCIsInBvcnRyYWl0IjoiM3B4IDEycHgifQ==","modules_gap":"eyJhbGwiOiIxNSIsInBvcnRyYWl0IjoiNyJ9","all_modules_space":"0","mm_sub_padd":"eyJhbGwiOiI1cHggMCAxNXB4ICIsInBvcnRyYWl0IjoiM3B4IDAgMTJweCAifQ==","mm_width":"eyJhbGwiOiIxMTY0IiwibGFuZHNjYXBlIjoiMTAwJSIsInBvcnRyYWl0IjoiMTAwJSJ9","mm_padd":"eyJhbGwiOiIyNSIsImxhbmRzY2FwZSI6IjIwIiwicG9ydHJhaXQiOiIxNSJ9","mm_sub_inline":"yes","mm_sub_border":"0","mm_subcats_posts_limit":"5","mm_subcats_bg":"#ffffff","meta_info_horiz":"content-horiz-center","meta_padding":"eyJhbGwiOiIxNXB4IDVweCAwIDVweCIsInBvcnRyYWl0IjoiMTJweCAwIDAgMCJ9","modules_category_padding":"0","art_title":"eyJhbGwiOiIxMHB4IDAgMCAwIiwicG9ydHJhaXQiOiI4cHggMCAwIDAifQ==","art_excerpt":"0","f_mm_sub_font_family":"712","f_mm_sub_font_size":"eyJhbGwiOiIxMyIsInBvcnRyYWl0IjoiMTEifQ==","f_mm_sub_font_line_height":"1.2","f_mm_sub_font_weight":"500","title_txt_hover":"#008d7f","title_txt":"#000000","mm_elem_color_a":"#008d7f","cat_bg":"rgba(255,255,255,0)","cat_bg_hover":"rgba(255,255,255,0)","cat_txt":"#000000","cat_txt_hover":"#008d7f","pag_h_bg":"#008d7f","pag_h_border":"#008d7f","f_title_font_family":"712","f_title_font_size":"eyJhbGwiOiIxNSIsInBvcnRyYWl0IjoiMTEifQ==","f_title_font_line_height":"1.2","f_title_font_weight":"500","f_cat_font_size":"eyJhbGwiOiIxMyIsInBvcnRyYWl0IjoiMTEifQ==","f_cat_font_line_height":"1","f_cat_font_weight":"400","f_cat_font_transform":"uppercase","pag_icons_size":"eyJwb3J0cmFpdCI6IjYifQ==","mc1_title_tag":"p","block_type":"tdb_header_menu","show_subcat":"","show_mega":"","mob_load":"","separator":"","width":"","inline":"","more":"","float_right":"","elem_space":"","sep_tdicon":"","sep_icon_size":"","sep_icon_space":"","sep_icon_align":"-1","more_txt":"","more_tdicon":"","more_icon_size":"","more_icon_align":"0","sub_width":"","sub_align_horiz":"content-horiz-left","sub_elem_inline":"","sub_elem_space":"","sub_elem_radius":"0","sub_icon_size":"","sub_icon_space":"","sub_icon_pos":"","sub_icon_align":"1","mm_content_width":"","mm_height":"","mm_radius":"","mm_offset":"","mm_posts_limit":"5","open_in_new_window":"","mm_ajax_preloading":"","mm_hide_all_item":"","mm_elem_order":"name","mm_elem_space":"","mm_elem_border_rad":"","mc1_tl":"","mc1_el":"","m_padding":"","modules_border_size":"","modules_border_style":"","modules_border_color":"#eaeaea","modules_divider":"","modules_divider_color":"#eaeaea","h_effect":"","image_alignment":"50","image_height":"","image_width":"","image_floated":"no_float","image_radius":"","hide_image":"","video_icon":"","show_vid_t":"block","vid_t_margin":"","vid_t_padding":"","vid_t_color":"","vid_t_bg_color":"","f_vid_time_font_header":"","f_vid_time_font_title":"Video duration text","f_vid_time_font_settings":"","f_vid_time_font_family":"","f_vid_time_font_size":"","f_vid_time_font_line_height":"","f_vid_time_font_style":"","f_vid_time_font_weight":"","f_vid_time_font_transform":"","f_vid_time_font_spacing":"","f_vid_time_":"","show_audio":"block","hide_audio":"","art_audio":"","art_audio_size":"1","meta_info_align":"","meta_width":"","meta_margin":"","meta_info_border_size":"","meta_info_border_style":"","meta_info_border_color":"#eaeaea","modules_category_margin":"","modules_cat_border":"","modules_category_radius":"0","show_cat":"inline-block","modules_extra_cat":"","author_photo":"","author_photo_size":"","author_photo_space":"","author_photo_radius":"","show_modified_date":"","time_ago":"","time_ago_add_txt":"ago","time_ago_txt_pos":"","excerpt_col":"1","excerpt_gap":"","excerpt_middle":"","show_review":"inline-block","review_space":"","review_size":"2.5","review_distance":"","show_pagination":"","pag_space":"","pag_padding":"","pag_border_width":"","pag_border_radius":"","prev_tdicon":"","next_tdicon":"","main_sub_color":"","sep_color":"","more_icon_color":"","hover_opacity":"","f_elem_font_header":"","f_elem_font_title":"Elements text","f_elem_font_settings":"","f_elem_font_style":"","f_elem_":"","sub_bg_color":"","sub_border_size":"","sub_border_color":"","sub_border_radius":"","sub_elem_bg_color":"","sub_color":"","sub_shadow_shadow_header":"","sub_shadow_shadow_title":"Shadow","sub_shadow_shadow_spread":"","tds_menu_sub_active":"tds_menu_sub_active1","f_sub_elem_font_header":"","f_sub_elem_font_title":"Elements text","f_sub_elem_font_settings":"","f_sub_elem_font_line_height":"","f_sub_elem_font_style":"","f_sub_elem_font_transform":"","f_sub_elem_font_spacing":"","f_sub_elem_":"","mm_bg":"","mm_content_bg":"","mm_border_color":"","mm_shadow_shadow_header":"","mm_shadow_shadow_title":"Shadow","mm_shadow_shadow_offset_horizontal":"","mm_shadow_shadow_spread":"","mm_subcats_border_color":"","mm_elem_color":"","mm_elem_bg":"","mm_elem_bg_a":"","mm_elem_border_color":"","mm_elem_border_color_a":"","mm_elem_shadow_shadow_header":"","mm_elem_shadow_shadow_title":"Elements shadow","mm_elem_shadow_shadow_size":"","mm_elem_shadow_shadow_offset_horizontal":"","mm_elem_shadow_shadow_offset_vertical":"","mm_elem_shadow_shadow_spread":"","mm_elem_shadow_shadow_color":"","f_mm_sub_font_header":"","f_mm_sub_font_title":"Sub categories elements","f_mm_sub_font_settings":"","f_mm_sub_font_style":"","f_mm_sub_font_transform":"","f_mm_sub_font_spacing":"","f_mm_sub_":"","m_bg":"","color_overlay":"","shadow_shadow_header":"","shadow_shadow_title":"Module Shadow","shadow_shadow_size":"","shadow_shadow_offset_horizontal":"","shadow_shadow_offset_vertical":"","shadow_shadow_spread":"","shadow_shadow_color":"","all_underline_height":"","all_underline_color":"#000","cat_border":"","cat_border_hover":"","meta_bg":"","author_txt":"","author_txt_hover":"","date_txt":"","ex_txt":"","com_bg":"","com_txt":"","rev_txt":"","shadow_m_shadow_header":"","shadow_m_shadow_title":"Meta info shadow","shadow_m_shadow_size":"","shadow_m_shadow_offset_horizontal":"","shadow_m_shadow_offset_vertical":"","shadow_m_shadow_spread":"","shadow_m_shadow_color":"","audio_btn_color":"","audio_time_color":"","audio_bar_color":"","audio_bar_curr_color":"","pag_text":"","pag_h_text":"","pag_bg":"","pag_border":"","f_title_font_header":"","f_title_font_title":"Article title","f_title_font_settings":"","f_title_font_style":"","f_title_font_transform":"","f_title_font_spacing":"","f_title_":"","f_cat_font_title":"Article category tag","f_cat_font_settings":"","f_cat_font_family":"","f_cat_font_style":"","f_cat_font_spacing":"","f_cat_":"","f_meta_font_title":"Article meta info","f_meta_font_settings":"","f_meta_font_family":"","f_meta_font_size":"","f_meta_font_line_height":"","f_meta_font_style":"","f_meta_font_weight":"","f_meta_font_transform":"","f_meta_font_spacing":"","f_meta_":"","f_ex_font_title":"Article excerpt","f_ex_font_settings":"","f_ex_font_family":"","f_ex_font_size":"","f_ex_font_line_height":"","f_ex_font_style":"","f_ex_font_weight":"","f_ex_font_transform":"","f_ex_font_spacing":"","f_ex_":"","mix_color":"","mix_type":"","fe_brightness":"1","fe_contrast":"1","fe_saturate":"1","mix_color_h":"","mix_type_h":"","fe_brightness_h":"1","fe_contrast_h":"1","fe_saturate_h":"1","el_class":"","block_template_id":"","td_column_number":1,"header_color":"","ajax_pagination_infinite_stop":"","offset":"","limit":"5","td_ajax_preloading":"","td_ajax_filter_type":"","td_filter_default_txt":"","td_ajax_filter_ids":"","color_preset":"","ajax_pagination":"","ajax_pagination_next_prev_swipe":"","border_top":"","css":"","class":"tdi_69","tdc_css_class":"tdi_69","tdc_css_class_style":"tdi_69_rand_style","context":""}'; tdbMenuItem.isMegaMenuFull = true; tdbMenuItem.megaMenuLoadType = ''; tdbMenu.addItem(tdbMenuItem); }); jQuery().ready(function () { var tdbSearchItem = new tdbSearch.item(); //block unique ID tdbSearchItem.blockUid = 'tdi_80'; tdbSearchItem.blockAtts = '{"results_msg_align":"content-horiz-center","image_floated":"float_left","image_width":"30","image_size":"td_324x400","show_cat":"none","show_btn":"none","show_date":"","show_review":"none","show_com":"none","show_excerpt":"none","show_author":"none","meta_padding":"0 0 0 15px","art_title":"0 0 5px","all_modules_space":"15","tdc_css":"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==","form_align":"content-horiz-right","icon_color":"#ffffff","icon_size":"eyJhbGwiOiIxOCIsInBvcnRyYWl0IjoiMTQifQ==","icon_padding":"eyJhbGwiOjIuNiwicG9ydHJhaXQiOiIyLjgifQ==","tdicon":"td-icon-magnifier-medium-short-light","show_form":"yes","form_border_color":"#dd3333","arrow_color":"#dd3333","form_shadow_shadow_size":"10","form_shadow_shadow_color":"rgba(0,0,0,0.12)","f_input_font_family":"712","f_input_font_weight":"400","f_btn_font_family":"712","f_btn_font_weight":"400","f_input_font_size":"13","f_placeholder_font_family":"712","f_placeholder_font_weight":"400","f_placeholder_font_size":"13","f_btn_font_size":"13","f_results_msg_font_family":"712","f_results_msg_font_size":"11","f_title_font_family":"712","f_title_font_size":"13","f_title_font_line_height":"1.2","f_meta_font_family":"712","f_meta_font_size":"11","f_meta_font_line_height":"1","title_txt_hover":"#008d7f","btn_bg_h":"eyJ0eXBlIjoiZ3JhZGllbnQiLCJjb2xvcjEiOiIjMDA4ZDdmIiwiY29sb3IyIjoiIzAwOGQ3ZiIsIm1peGVkQ29sb3JzIjpbXSwiZGVncmVlIjoiLTkwIiwiY3NzIjoiYmFja2dyb3VuZC1jb2xvcjogIzAwOGQ3ZjsiLCJjc3NQYXJhbXMiOiIwZGVnLCMwMDhkN2YsIzAwOGQ3ZiJ9","modules_gap":"0","image_height":"80","meta_info_align":"center","results_msg_color_h":"#008d7f","block_type":"tdb_header_search","post_type":"","disable_trigger":"","show_results":"yes","separator":"","disable_live_search":"","exclude_pages":"","exclude_posts":"","search_section_header":"","results_section_1_title":"","results_section_1_taxonomies":"","results_section_1_level":"","results_section_2_title":"","results_section_2_taxonomies":"","results_section_2_level":"","results_section_3_title":"","results_section_3_taxonomies":"","results_section_3_level":"","results_section_search_query_terms":"","results_section_search_query_terms_title":"","results_section_search_query_terms_taxonomies":"","sec_title_space":"","sec_title_color":"","tax_space":"","tax_title_color":"","tax_title_color_h":"","f_sec_title_font_header":"","f_sec_title_font_title":"Section title text","f_sec_title_font_settings":"","f_sec_title_font_family":"","f_sec_title_font_size":"","f_sec_title_font_line_height":"","f_sec_title_font_style":"","f_sec_title_font_weight":"","f_sec_title_font_transform":"","f_sec_title_font_spacing":"","f_sec_title_":"","f_tax_title_font_title":"Taxonomy title text","f_tax_title_font_settings":"","f_tax_title_font_family":"","f_tax_title_font_size":"","f_tax_title_font_line_height":"","f_tax_title_font_style":"","f_tax_title_font_weight":"","f_tax_title_font_transform":"","f_tax_title_font_spacing":"","f_tax_title_":"","toggle_txt":"","toggle_txt_pos":"","toggle_txt_align":"0","toggle_txt_space":"","aria_label":"Search","toggle_horiz_align":"content-horiz-left","inline":"","float_block":"","form_offset":"","form_offset_left":"","form_width":"","form_content_width":"","form_padding":"","form_border":"","form_align_screen":"","input_placeholder":"","placeholder_travel":"0","input_padding":"","input_border":"","input_radius":"","btn_text":"Search","btn_aria_label":"Search","btn_tdicon":"","btn_icon_pos":"","btn_icon_size":"","btn_icon_space":"","btn_icon_align":"0","btn_margin":"","btn_padding":"","btn_border":"","btn_radius":"","results_padding":"","results_border":"","results_msg_padding":"","results_msg_border":"","mc1_tl":"","mc1_title_tag":"","mc1_el":"","results_limit":"","open_in_new_window":"","modules_on_row":"100%","m_padding":"","modules_border_size":"","modules_border_style":"","modules_border_color":"#eaeaea","modules_divider":"","modules_divider_color":"#eaeaea","h_effect":"","image_alignment":"50","image_radius":"","hide_image":"","video_icon":"","show_vid_t":"block","vid_t_margin":"","vid_t_padding":"","vid_t_color":"","vid_t_bg_color":"","f_vid_time_font_header":"","f_vid_time_font_title":"Video duration text","f_vid_time_font_settings":"","f_vid_time_font_family":"","f_vid_time_font_size":"","f_vid_time_font_line_height":"","f_vid_time_font_style":"","f_vid_time_font_weight":"","f_vid_time_font_transform":"","f_vid_time_font_spacing":"","f_vid_time_":"","meta_info_horiz":"content-horiz-left","meta_width":"","meta_margin":"","meta_info_border_size":"","meta_info_border_style":"","meta_info_border_color":"#eaeaea","art_btn":"","modules_category":"","modules_category_margin":"","modules_category_padding":"","modules_cat_border":"","modules_category_radius":"0","modules_extra_cat":"","author_photo":"","author_photo_size":"","author_photo_space":"","author_photo_radius":"","show_modified_date":"","time_ago":"","time_ago_add_txt":"ago","time_ago_txt_pos":"","review_space":"","review_size":"2.5","review_distance":"","art_excerpt":"","excerpt_col":"1","excerpt_gap":"","excerpt_middle":"","btn_title":"","btn_border_width":"","form_general_bg":"","icon_color_h":"","toggle_txt_color":"","toggle_txt_color_h":"","f_toggle_txt_font_header":"","f_toggle_txt_font_title":"Text","f_toggle_txt_font_settings":"","f_toggle_txt_font_family":"","f_toggle_txt_font_size":"","f_toggle_txt_font_line_height":"","f_toggle_txt_font_style":"","f_toggle_txt_font_weight":"","f_toggle_txt_font_transform":"","f_toggle_txt_font_spacing":"","f_toggle_txt_":"","form_bg":"","form_shadow_shadow_header":"","form_shadow_shadow_title":"Shadow","form_shadow_shadow_offset_horizontal":"","form_shadow_shadow_offset_vertical":"","form_shadow_shadow_spread":"","input_color":"","placeholder_color":"","placeholder_opacity":"0","input_bg":"","input_border_color":"","input_shadow_shadow_header":"","input_shadow_shadow_title":"Input shadow","input_shadow_shadow_size":"","input_shadow_shadow_offset_horizontal":"","input_shadow_shadow_offset_vertical":"","input_shadow_shadow_spread":"","input_shadow_shadow_color":"","btn_color":"","btn_color_h":"","btn_icon_color":"","btn_icon_color_h":"","btn_bg":"","btn_border_color":"","btn_border_color_h":"","btn_shadow_shadow_header":"","btn_shadow_shadow_title":"Button shadow","btn_shadow_shadow_size":"","btn_shadow_shadow_offset_horizontal":"","btn_shadow_shadow_offset_vertical":"","btn_shadow_shadow_spread":"","btn_shadow_shadow_color":"","f_input_font_header":"","f_input_font_title":"Input text","f_input_font_settings":"","f_input_font_line_height":"","f_input_font_style":"","f_input_font_transform":"","f_input_font_spacing":"","f_input_":"","f_placeholder_font_title":"Placeholder text","f_placeholder_font_settings":"","f_placeholder_font_line_height":"","f_placeholder_font_style":"","f_placeholder_font_transform":"","f_placeholder_font_spacing":"","f_placeholder_":"","f_btn_font_title":"Button text","f_btn_font_settings":"","f_btn_font_line_height":"","f_btn_font_style":"","f_btn_font_transform":"","f_btn_font_spacing":"","f_btn_":"","results_bg":"","results_border_color":"","results_msg_color":"","results_msg_bg":"","results_msg_border_color":"","f_results_msg_font_header":"","f_results_msg_font_title":"Text","f_results_msg_font_settings":"","f_results_msg_font_line_height":"","f_results_msg_font_style":"","f_results_msg_font_weight":"","f_results_msg_font_transform":"","f_results_msg_font_spacing":"","f_results_msg_":"","m_bg":"","color_overlay":"","shadow_module_shadow_header":"","shadow_module_shadow_title":"Module Shadow","shadow_module_shadow_size":"","shadow_module_shadow_offset_horizontal":"","shadow_module_shadow_offset_vertical":"","shadow_module_shadow_spread":"","shadow_module_shadow_color":"","title_txt":"","all_underline_height":"","all_underline_color":"#000","cat_bg":"","cat_bg_hover":"","cat_txt":"","cat_txt_hover":"","cat_border":"","cat_border_hover":"","meta_bg":"","author_txt":"","author_txt_hover":"","date_txt":"","ex_txt":"","com_bg":"","com_txt":"","rev_txt":"","shadow_meta_shadow_header":"","shadow_meta_shadow_title":"Meta info shadow","shadow_meta_shadow_size":"","shadow_meta_shadow_offset_horizontal":"","shadow_meta_shadow_offset_vertical":"","shadow_meta_shadow_spread":"","shadow_meta_shadow_color":"","btn_bg_hover":"","btn_txt":"","btn_txt_hover":"","btn_border_hover":"","f_title_font_header":"","f_title_font_title":"Article title","f_title_font_settings":"","f_title_font_style":"","f_title_font_weight":"","f_title_font_transform":"","f_title_font_spacing":"","f_title_":"","f_cat_font_title":"Article category tag","f_cat_font_settings":"","f_cat_font_family":"","f_cat_font_size":"","f_cat_font_line_height":"","f_cat_font_style":"","f_cat_font_weight":"","f_cat_font_transform":"","f_cat_font_spacing":"","f_cat_":"","f_meta_font_title":"Article meta info","f_meta_font_settings":"","f_meta_font_style":"","f_meta_font_weight":"","f_meta_font_transform":"","f_meta_font_spacing":"","f_meta_":"","f_ex_font_title":"Article excerpt","f_ex_font_settings":"","f_ex_font_family":"","f_ex_font_size":"","f_ex_font_line_height":"","f_ex_font_style":"","f_ex_font_weight":"","f_ex_font_transform":"","f_ex_font_spacing":"","f_ex_":"","el_class":"","block_template_id":"","td_column_number":1,"header_color":"","ajax_pagination_infinite_stop":"","offset":"","limit":"5","td_ajax_preloading":"","td_ajax_filter_type":"","td_filter_default_txt":"","td_ajax_filter_ids":"","color_preset":"","ajax_pagination":"","ajax_pagination_next_prev_swipe":"","border_top":"","css":"","class":"tdi_80","tdc_css_class":"tdi_80","tdc_css_class_style":"tdi_80_rand_style"}'; tdbSearchItem.jqueryObj = jQuery('.tdi_80'); tdbSearchItem._openSearchFormClass = 'tdb-drop-down-search-open'; tdbSearchItem._resultsLimit = '4'; tdbSearch.addItem( tdbSearchItem ); }); /* global jQuery:{} */ jQuery(document).ready( function () { var tdbMenuItem = new tdbMenu.item(); tdbMenuItem.blockUid = 'tdi_94'; tdbMenuItem.jqueryObj = jQuery('.tdi_94'); tdbMenuItem.blockAtts = '{"main_sub_tdicon":"td-icon-down","sub_tdicon":"td-icon-right-arrow","mm_align_horiz":"content-horiz-center","modules_on_row_regular":"20%","modules_on_row_cats":"20%","image_size":"td_324x400","modules_category":"above","show_excerpt":"none","show_com":"none","show_date":"none","show_author":"none","mm_sub_align_horiz":"content-horiz-right","mm_elem_align_horiz":"content-horiz-center","mm_align_screen":"yes","f_elem_font_size":"eyJhbGwiOiIxMyIsInBvcnRyYWl0IjoiMTAifQ==","elem_padd":"eyJwb3J0cmFpdCI6IjAgMTBweCIsImFsbCI6IjAgMTJweCJ9","menu_id":"20","text_color":"#ffffff","tds_menu_active":"tds_menu_active3","f_elem_font_line_height":"eyJhbGwiOiI0OHB4IiwicG9ydHJhaXQiOiI0MHB4In0=","f_elem_font_family":"712","f_elem_font_transform":"capitalize","f_elem_font_weight":"400","f_elem_font_spacing":"0.4","tdc_css":"eyJhbGwiOnsibWFyZ2luLWxlZnQiOiItMTAiLCJkaXNwbGF5IjoiIn0sInBvcnRyYWl0Ijp7ImRpc3BsYXkiOiIifSwicG9ydHJhaXRfbWF4X3dpZHRoIjoxMDE4LCJwb3J0cmFpdF9taW5fd2lkdGgiOjc2OH0=","main_sub_icon_size":"eyJhbGwiOiIxMCIsInBvcnRyYWl0IjoiOSJ9","tds_menu_active3-bg_color":"#000000","f_sub_elem_font_family":"712","f_sub_elem_font_size":"12","mm_shadow_shadow_size":"20","mm_shadow_shadow_color":"rgba(0,0,0,0.15)","sub_shadow_shadow_size":"10","sub_shadow_shadow_offset_horizontal":"0","sub_shadow_shadow_offset_vertical":"2","sub_shadow_shadow_color":"rgba(0,0,0,0.15)","mm_shadow_shadow_offset_vertical":"4","sub_first_left":"-15","sub_rest_top":"-15","sub_padd":"10px 0 15px","sub_elem_padd":"5px 20px","align_horiz":"content-horiz-center","main_sub_icon_align":"eyJhbGwiOjEsInBvcnRyYWl0IjoiMCJ9","f_sub_elem_font_weight":"500","mm_child_cats":"10","main_sub_icon_space":"eyJwb3J0cmFpdCI6IjUifQ==","show_mega_cats":"yes","sub_text_color":"#000000","tds_menu_sub_active1-sub_text_color_h":"#008d7f","mm_border_size":"0","mm_elem_border":"0","mm_elem_border_a":"0","mm_sub_width":"100%","mm_elem_padd":"eyJhbGwiOiI1cHggMTVweCIsInBvcnRyYWl0IjoiM3B4IDEycHgifQ==","modules_gap":"eyJhbGwiOiIxNSIsInBvcnRyYWl0IjoiNyJ9","all_modules_space":"0","mm_sub_padd":"eyJhbGwiOiI1cHggMCAxNXB4ICIsInBvcnRyYWl0IjoiM3B4IDAgMTJweCAifQ==","mm_width":"eyJhbGwiOiIxMTY0IiwibGFuZHNjYXBlIjoiMTAwJSIsInBvcnRyYWl0IjoiMTAwJSJ9","mm_padd":"eyJhbGwiOiIyNSIsImxhbmRzY2FwZSI6IjIwIiwicG9ydHJhaXQiOiIxNSJ9","mm_sub_inline":"yes","mm_sub_border":"0","mm_subcats_posts_limit":"5","mm_subcats_bg":"#ffffff","meta_info_horiz":"content-horiz-center","meta_padding":"eyJhbGwiOiIxNXB4IDVweCAwIDVweCIsInBvcnRyYWl0IjoiMTJweCAwIDAgMCJ9","modules_category_padding":"0","art_title":"eyJhbGwiOiIxMHB4IDAgMCAwIiwicG9ydHJhaXQiOiI4cHggMCAwIDAifQ==","art_excerpt":"0","f_mm_sub_font_family":"712","f_mm_sub_font_size":"eyJhbGwiOiIxMyIsInBvcnRyYWl0IjoiMTEifQ==","f_mm_sub_font_line_height":"1.2","f_mm_sub_font_weight":"500","title_txt_hover":"#008d7f","title_txt":"#000000","mm_elem_color_a":"#008d7f","cat_bg":"rgba(255,255,255,0)","cat_bg_hover":"rgba(255,255,255,0)","cat_txt":"#000000","cat_txt_hover":"#008d7f","pag_h_bg":"#008d7f","pag_h_border":"#008d7f","f_title_font_family":"712","f_title_font_size":"eyJhbGwiOiIxNSIsInBvcnRyYWl0IjoiMTEifQ==","f_title_font_line_height":"1.2","f_title_font_weight":"500","f_cat_font_size":"eyJhbGwiOiIxMyIsInBvcnRyYWl0IjoiMTEifQ==","f_cat_font_line_height":"1","f_cat_font_weight":"400","f_cat_font_transform":"uppercase","pag_icons_size":"eyJwb3J0cmFpdCI6IjYifQ==","mc1_title_tag":"p","block_type":"tdb_header_menu","show_subcat":"","show_mega":"","mob_load":"","separator":"","width":"","inline":"","more":"","float_right":"","elem_space":"","sep_tdicon":"","sep_icon_size":"","sep_icon_space":"","sep_icon_align":"-1","more_txt":"","more_tdicon":"","more_icon_size":"","more_icon_align":"0","sub_width":"","sub_align_horiz":"content-horiz-left","sub_elem_inline":"","sub_elem_space":"","sub_elem_radius":"0","sub_icon_size":"","sub_icon_space":"","sub_icon_pos":"","sub_icon_align":"1","mm_content_width":"","mm_height":"","mm_radius":"","mm_offset":"","mm_posts_limit":"5","open_in_new_window":"","mm_ajax_preloading":"","mm_hide_all_item":"","mm_elem_order":"name","mm_elem_space":"","mm_elem_border_rad":"","mc1_tl":"","mc1_el":"","m_padding":"","modules_border_size":"","modules_border_style":"","modules_border_color":"#eaeaea","modules_divider":"","modules_divider_color":"#eaeaea","h_effect":"","image_alignment":"50","image_height":"","image_width":"","image_floated":"no_float","image_radius":"","hide_image":"","video_icon":"","show_vid_t":"block","vid_t_margin":"","vid_t_padding":"","vid_t_color":"","vid_t_bg_color":"","f_vid_time_font_header":"","f_vid_time_font_title":"Video duration text","f_vid_time_font_settings":"","f_vid_time_font_family":"","f_vid_time_font_size":"","f_vid_time_font_line_height":"","f_vid_time_font_style":"","f_vid_time_font_weight":"","f_vid_time_font_transform":"","f_vid_time_font_spacing":"","f_vid_time_":"","show_audio":"block","hide_audio":"","art_audio":"","art_audio_size":"1","meta_info_align":"","meta_width":"","meta_margin":"","meta_info_border_size":"","meta_info_border_style":"","meta_info_border_color":"#eaeaea","modules_category_margin":"","modules_cat_border":"","modules_category_radius":"0","show_cat":"inline-block","modules_extra_cat":"","author_photo":"","author_photo_size":"","author_photo_space":"","author_photo_radius":"","show_modified_date":"","time_ago":"","time_ago_add_txt":"ago","time_ago_txt_pos":"","excerpt_col":"1","excerpt_gap":"","excerpt_middle":"","show_review":"inline-block","review_space":"","review_size":"2.5","review_distance":"","show_pagination":"","pag_space":"","pag_padding":"","pag_border_width":"","pag_border_radius":"","prev_tdicon":"","next_tdicon":"","main_sub_color":"","sep_color":"","more_icon_color":"","hover_opacity":"","f_elem_font_header":"","f_elem_font_title":"Elements text","f_elem_font_settings":"","f_elem_font_style":"","f_elem_":"","sub_bg_color":"","sub_border_size":"","sub_border_color":"","sub_border_radius":"","sub_elem_bg_color":"","sub_color":"","sub_shadow_shadow_header":"","sub_shadow_shadow_title":"Shadow","sub_shadow_shadow_spread":"","tds_menu_sub_active":"tds_menu_sub_active1","f_sub_elem_font_header":"","f_sub_elem_font_title":"Elements text","f_sub_elem_font_settings":"","f_sub_elem_font_line_height":"","f_sub_elem_font_style":"","f_sub_elem_font_transform":"","f_sub_elem_font_spacing":"","f_sub_elem_":"","mm_bg":"","mm_content_bg":"","mm_border_color":"","mm_shadow_shadow_header":"","mm_shadow_shadow_title":"Shadow","mm_shadow_shadow_offset_horizontal":"","mm_shadow_shadow_spread":"","mm_subcats_border_color":"","mm_elem_color":"","mm_elem_bg":"","mm_elem_bg_a":"","mm_elem_border_color":"","mm_elem_border_color_a":"","mm_elem_shadow_shadow_header":"","mm_elem_shadow_shadow_title":"Elements shadow","mm_elem_shadow_shadow_size":"","mm_elem_shadow_shadow_offset_horizontal":"","mm_elem_shadow_shadow_offset_vertical":"","mm_elem_shadow_shadow_spread":"","mm_elem_shadow_shadow_color":"","f_mm_sub_font_header":"","f_mm_sub_font_title":"Sub categories elements","f_mm_sub_font_settings":"","f_mm_sub_font_style":"","f_mm_sub_font_transform":"","f_mm_sub_font_spacing":"","f_mm_sub_":"","m_bg":"","color_overlay":"","shadow_shadow_header":"","shadow_shadow_title":"Module Shadow","shadow_shadow_size":"","shadow_shadow_offset_horizontal":"","shadow_shadow_offset_vertical":"","shadow_shadow_spread":"","shadow_shadow_color":"","all_underline_height":"","all_underline_color":"#000","cat_border":"","cat_border_hover":"","meta_bg":"","author_txt":"","author_txt_hover":"","date_txt":"","ex_txt":"","com_bg":"","com_txt":"","rev_txt":"","shadow_m_shadow_header":"","shadow_m_shadow_title":"Meta info shadow","shadow_m_shadow_size":"","shadow_m_shadow_offset_horizontal":"","shadow_m_shadow_offset_vertical":"","shadow_m_shadow_spread":"","shadow_m_shadow_color":"","audio_btn_color":"","audio_time_color":"","audio_bar_color":"","audio_bar_curr_color":"","pag_text":"","pag_h_text":"","pag_bg":"","pag_border":"","f_title_font_header":"","f_title_font_title":"Article title","f_title_font_settings":"","f_title_font_style":"","f_title_font_transform":"","f_title_font_spacing":"","f_title_":"","f_cat_font_title":"Article category tag","f_cat_font_settings":"","f_cat_font_family":"","f_cat_font_style":"","f_cat_font_spacing":"","f_cat_":"","f_meta_font_title":"Article meta info","f_meta_font_settings":"","f_meta_font_family":"","f_meta_font_size":"","f_meta_font_line_height":"","f_meta_font_style":"","f_meta_font_weight":"","f_meta_font_transform":"","f_meta_font_spacing":"","f_meta_":"","f_ex_font_title":"Article excerpt","f_ex_font_settings":"","f_ex_font_family":"","f_ex_font_size":"","f_ex_font_line_height":"","f_ex_font_style":"","f_ex_font_weight":"","f_ex_font_transform":"","f_ex_font_spacing":"","f_ex_":"","mix_color":"","mix_type":"","fe_brightness":"1","fe_contrast":"1","fe_saturate":"1","mix_color_h":"","mix_type_h":"","fe_brightness_h":"1","fe_contrast_h":"1","fe_saturate_h":"1","el_class":"","block_template_id":"","td_column_number":1,"header_color":"","ajax_pagination_infinite_stop":"","offset":"","limit":"5","td_ajax_preloading":"","td_ajax_filter_type":"","td_filter_default_txt":"","td_ajax_filter_ids":"","color_preset":"","ajax_pagination":"","ajax_pagination_next_prev_swipe":"","border_top":"","css":"","class":"tdi_94","tdc_css_class":"tdi_94","tdc_css_class_style":"tdi_94_rand_style","context":""}'; tdbMenuItem.isMegaMenuFull = true; tdbMenuItem.megaMenuLoadType = ''; tdbMenu.addItem(tdbMenuItem); }); jQuery().ready(function () { var tdbSearchItem = new tdbSearch.item(); //block unique ID tdbSearchItem.blockUid = 'tdi_105'; tdbSearchItem.blockAtts = '{"results_msg_align":"content-horiz-center","image_floated":"float_left","image_width":"30","image_size":"td_324x400","show_cat":"none","show_btn":"none","show_date":"","show_review":"none","show_com":"none","show_excerpt":"none","show_author":"none","meta_padding":"0 0 0 15px","art_title":"0 0 5px","all_modules_space":"15","tdc_css":"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==","form_align":"content-horiz-right","icon_color":"#ffffff","icon_size":"eyJhbGwiOiIxOCIsInBvcnRyYWl0IjoiMTQifQ==","icon_padding":"eyJhbGwiOjIuNiwicG9ydHJhaXQiOiIyLjgifQ==","tdicon":"td-icon-magnifier-medium-short-light","show_form":"yes","form_border_color":"#dd3333","arrow_color":"#dd3333","form_shadow_shadow_size":"10","form_shadow_shadow_color":"rgba(0,0,0,0.12)","f_input_font_family":"712","f_input_font_weight":"400","f_btn_font_family":"712","f_btn_font_weight":"400","f_input_font_size":"13","f_placeholder_font_family":"712","f_placeholder_font_weight":"400","f_placeholder_font_size":"13","f_btn_font_size":"13","f_results_msg_font_family":"712","f_results_msg_font_size":"11","f_title_font_family":"712","f_title_font_size":"13","f_title_font_line_height":"1.2","f_meta_font_family":"712","f_meta_font_size":"11","f_meta_font_line_height":"1","title_txt_hover":"#008d7f","btn_bg_h":"eyJ0eXBlIjoiZ3JhZGllbnQiLCJjb2xvcjEiOiIjMDA4ZDdmIiwiY29sb3IyIjoiIzAwOGQ3ZiIsIm1peGVkQ29sb3JzIjpbXSwiZGVncmVlIjoiLTkwIiwiY3NzIjoiYmFja2dyb3VuZC1jb2xvcjogIzAwOGQ3ZjsiLCJjc3NQYXJhbXMiOiIwZGVnLCMwMDhkN2YsIzAwOGQ3ZiJ9","modules_gap":"0","image_height":"80","meta_info_align":"center","results_msg_color_h":"#008d7f","block_type":"tdb_header_search","post_type":"","disable_trigger":"","show_results":"yes","separator":"","disable_live_search":"","exclude_pages":"","exclude_posts":"","search_section_header":"","results_section_1_title":"","results_section_1_taxonomies":"","results_section_1_level":"","results_section_2_title":"","results_section_2_taxonomies":"","results_section_2_level":"","results_section_3_title":"","results_section_3_taxonomies":"","results_section_3_level":"","results_section_search_query_terms":"","results_section_search_query_terms_title":"","results_section_search_query_terms_taxonomies":"","sec_title_space":"","sec_title_color":"","tax_space":"","tax_title_color":"","tax_title_color_h":"","f_sec_title_font_header":"","f_sec_title_font_title":"Section title text","f_sec_title_font_settings":"","f_sec_title_font_family":"","f_sec_title_font_size":"","f_sec_title_font_line_height":"","f_sec_title_font_style":"","f_sec_title_font_weight":"","f_sec_title_font_transform":"","f_sec_title_font_spacing":"","f_sec_title_":"","f_tax_title_font_title":"Taxonomy title text","f_tax_title_font_settings":"","f_tax_title_font_family":"","f_tax_title_font_size":"","f_tax_title_font_line_height":"","f_tax_title_font_style":"","f_tax_title_font_weight":"","f_tax_title_font_transform":"","f_tax_title_font_spacing":"","f_tax_title_":"","toggle_txt":"","toggle_txt_pos":"","toggle_txt_align":"0","toggle_txt_space":"","aria_label":"Search","toggle_horiz_align":"content-horiz-left","inline":"","float_block":"","form_offset":"","form_offset_left":"","form_width":"","form_content_width":"","form_padding":"","form_border":"","form_align_screen":"","input_placeholder":"","placeholder_travel":"0","input_padding":"","input_border":"","input_radius":"","btn_text":"Search","btn_aria_label":"Search","btn_tdicon":"","btn_icon_pos":"","btn_icon_size":"","btn_icon_space":"","btn_icon_align":"0","btn_margin":"","btn_padding":"","btn_border":"","btn_radius":"","results_padding":"","results_border":"","results_msg_padding":"","results_msg_border":"","mc1_tl":"","mc1_title_tag":"","mc1_el":"","results_limit":"","open_in_new_window":"","modules_on_row":"100%","m_padding":"","modules_border_size":"","modules_border_style":"","modules_border_color":"#eaeaea","modules_divider":"","modules_divider_color":"#eaeaea","h_effect":"","image_alignment":"50","image_radius":"","hide_image":"","video_icon":"","show_vid_t":"block","vid_t_margin":"","vid_t_padding":"","vid_t_color":"","vid_t_bg_color":"","f_vid_time_font_header":"","f_vid_time_font_title":"Video duration text","f_vid_time_font_settings":"","f_vid_time_font_family":"","f_vid_time_font_size":"","f_vid_time_font_line_height":"","f_vid_time_font_style":"","f_vid_time_font_weight":"","f_vid_time_font_transform":"","f_vid_time_font_spacing":"","f_vid_time_":"","meta_info_horiz":"content-horiz-left","meta_width":"","meta_margin":"","meta_info_border_size":"","meta_info_border_style":"","meta_info_border_color":"#eaeaea","art_btn":"","modules_category":"","modules_category_margin":"","modules_category_padding":"","modules_cat_border":"","modules_category_radius":"0","modules_extra_cat":"","author_photo":"","author_photo_size":"","author_photo_space":"","author_photo_radius":"","show_modified_date":"","time_ago":"","time_ago_add_txt":"ago","time_ago_txt_pos":"","review_space":"","review_size":"2.5","review_distance":"","art_excerpt":"","excerpt_col":"1","excerpt_gap":"","excerpt_middle":"","btn_title":"","btn_border_width":"","form_general_bg":"","icon_color_h":"","toggle_txt_color":"","toggle_txt_color_h":"","f_toggle_txt_font_header":"","f_toggle_txt_font_title":"Text","f_toggle_txt_font_settings":"","f_toggle_txt_font_family":"","f_toggle_txt_font_size":"","f_toggle_txt_font_line_height":"","f_toggle_txt_font_style":"","f_toggle_txt_font_weight":"","f_toggle_txt_font_transform":"","f_toggle_txt_font_spacing":"","f_toggle_txt_":"","form_bg":"","form_shadow_shadow_header":"","form_shadow_shadow_title":"Shadow","form_shadow_shadow_offset_horizontal":"","form_shadow_shadow_offset_vertical":"","form_shadow_shadow_spread":"","input_color":"","placeholder_color":"","placeholder_opacity":"0","input_bg":"","input_border_color":"","input_shadow_shadow_header":"","input_shadow_shadow_title":"Input shadow","input_shadow_shadow_size":"","input_shadow_shadow_offset_horizontal":"","input_shadow_shadow_offset_vertical":"","input_shadow_shadow_spread":"","input_shadow_shadow_color":"","btn_color":"","btn_color_h":"","btn_icon_color":"","btn_icon_color_h":"","btn_bg":"","btn_border_color":"","btn_border_color_h":"","btn_shadow_shadow_header":"","btn_shadow_shadow_title":"Button shadow","btn_shadow_shadow_size":"","btn_shadow_shadow_offset_horizontal":"","btn_shadow_shadow_offset_vertical":"","btn_shadow_shadow_spread":"","btn_shadow_shadow_color":"","f_input_font_header":"","f_input_font_title":"Input text","f_input_font_settings":"","f_input_font_line_height":"","f_input_font_style":"","f_input_font_transform":"","f_input_font_spacing":"","f_input_":"","f_placeholder_font_title":"Placeholder text","f_placeholder_font_settings":"","f_placeholder_font_line_height":"","f_placeholder_font_style":"","f_placeholder_font_transform":"","f_placeholder_font_spacing":"","f_placeholder_":"","f_btn_font_title":"Button text","f_btn_font_settings":"","f_btn_font_line_height":"","f_btn_font_style":"","f_btn_font_transform":"","f_btn_font_spacing":"","f_btn_":"","results_bg":"","results_border_color":"","results_msg_color":"","results_msg_bg":"","results_msg_border_color":"","f_results_msg_font_header":"","f_results_msg_font_title":"Text","f_results_msg_font_settings":"","f_results_msg_font_line_height":"","f_results_msg_font_style":"","f_results_msg_font_weight":"","f_results_msg_font_transform":"","f_results_msg_font_spacing":"","f_results_msg_":"","m_bg":"","color_overlay":"","shadow_module_shadow_header":"","shadow_module_shadow_title":"Module Shadow","shadow_module_shadow_size":"","shadow_module_shadow_offset_horizontal":"","shadow_module_shadow_offset_vertical":"","shadow_module_shadow_spread":"","shadow_module_shadow_color":"","title_txt":"","all_underline_height":"","all_underline_color":"#000","cat_bg":"","cat_bg_hover":"","cat_txt":"","cat_txt_hover":"","cat_border":"","cat_border_hover":"","meta_bg":"","author_txt":"","author_txt_hover":"","date_txt":"","ex_txt":"","com_bg":"","com_txt":"","rev_txt":"","shadow_meta_shadow_header":"","shadow_meta_shadow_title":"Meta info shadow","shadow_meta_shadow_size":"","shadow_meta_shadow_offset_horizontal":"","shadow_meta_shadow_offset_vertical":"","shadow_meta_shadow_spread":"","shadow_meta_shadow_color":"","btn_bg_hover":"","btn_txt":"","btn_txt_hover":"","btn_border_hover":"","f_title_font_header":"","f_title_font_title":"Article title","f_title_font_settings":"","f_title_font_style":"","f_title_font_weight":"","f_title_font_transform":"","f_title_font_spacing":"","f_title_":"","f_cat_font_title":"Article category tag","f_cat_font_settings":"","f_cat_font_family":"","f_cat_font_size":"","f_cat_font_line_height":"","f_cat_font_style":"","f_cat_font_weight":"","f_cat_font_transform":"","f_cat_font_spacing":"","f_cat_":"","f_meta_font_title":"Article meta info","f_meta_font_settings":"","f_meta_font_style":"","f_meta_font_weight":"","f_meta_font_transform":"","f_meta_font_spacing":"","f_meta_":"","f_ex_font_title":"Article excerpt","f_ex_font_settings":"","f_ex_font_family":"","f_ex_font_size":"","f_ex_font_line_height":"","f_ex_font_style":"","f_ex_font_weight":"","f_ex_font_transform":"","f_ex_font_spacing":"","f_ex_":"","el_class":"","block_template_id":"","td_column_number":1,"header_color":"","ajax_pagination_infinite_stop":"","offset":"","limit":"5","td_ajax_preloading":"","td_ajax_filter_type":"","td_filter_default_txt":"","td_ajax_filter_ids":"","color_preset":"","ajax_pagination":"","ajax_pagination_next_prev_swipe":"","border_top":"","css":"","class":"tdi_105","tdc_css_class":"tdi_105","tdc_css_class_style":"tdi_105_rand_style"}'; tdbSearchItem.jqueryObj = jQuery('.tdi_105'); tdbSearchItem._openSearchFormClass = 'tdb-drop-down-search-open'; tdbSearchItem._resultsLimit = '4'; tdbSearch.addItem( tdbSearchItem ); }); jQuery(window).on( 'load', function () { var block = jQuery('.tdi_130'), blockClass = '.tdi_130', blockInner = block.find('.tdb-block-inner'), blockOffsetLeft; if( block.find('audio').length > 0 ) { jQuery(blockClass + ' audio').mediaelementplayer(); } if( block.hasClass('tdb-sfi-stretch') ) { jQuery(window).resize(function () { blockOffsetLeft = block.offset().left; if( block.hasClass('tdb-sfi-stretch-left') ) { blockInner.css('margin-left', -blockOffsetLeft + 'px'); } else { blockInner.css('margin-right', -(jQuery(window).width() - (blockOffsetLeft + block.outerWidth())) + 'px'); } }); jQuery(window).resize(); } setTimeout(function () { block.css('opacity', 1); }, 500); }); </script> <script>var td_res_context_registered_atts=["style_general_mobile_menu","style_general_header_align","style_general_header_logo","style_general_mobile_search","style_general_separator","style_general_header_weather","style_general_header_date","style_general_header_user","style_general_mobile_horiz_menu","style_general_icon_box2","style_general_icon_box","style_general_socials","style_general_header_mega_menu","style_general_module_header","style_general_header_menu","style_general_menu_active3","style_general_header_search","style_general_header_search_trigger_enabled","style_general_breadcrumbs","style_general_single_categories","style_general_single_title","style_general_title_single","style_bg_space","style_general_post_meta","style_general_single_author","style_general_single_date","style_general_comments_count","style_general_post_views","style_general_single_post_share","style_general_featured_image","style_general_single_content","style_general_single_tags","style_general_author_box","style_general_inline_text","style_general_list_menu","style_specific_list_menu_vertical","style_specific_list_menu_accordion","style_specific_list_menu_horizontal"];</script> </body> </html>