/*!
Theme Name: Visionary News
Theme URI: https://ascendoor.com/themes/visionary-news/
Author: Ascendoor
Author URI: https://ascendoor.com/
Description: Visionary News is a versatile WordPress theme crafted for news, portal, and magazine websites. With its clean structure, minimalist design, and user-friendly interface, it offers adaptable, responsive layouts optimized for performance. Ideal for online magazines, newspapers, bloggers, and journalists, it supports customization with options for color changes and widget additions. Its SEO-friendly design ensures seamless access to content across devices and browsers, enhancing user experience and search engine visibility. Check the theme documentation at: https://docs.ascendoor.com/docs/visionary-news/ and demo at: https://demos.ascendoor.com/visionary-news/
Version: 1.0.0
Requires at least: 5.0
Requires PHP: 7.4
Tested up to: 6.7
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: visionary-news
Tags: custom-background, custom-logo, custom-colors, custom-menu, featured-images, threaded-comments, translation-ready, theme-options, footer-widgets, full-width-template, left-sidebar, right-sidebar, news, blog

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Visionary News is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
.section-wrapper {
	max-width: 1360px;
	margin: 0 auto;
	width: 100%;
	padding: 0 20px;
}

.section-splitter {
	margin-bottom: 1.6rem;
}

.main-container-wrap {
	margin-block-start: 2.4rem;
}

.primary-widgets-area .main-container-wrap,
.secondary-widgets-area .main-container-wrap,
.site-footer .main-container-wrap,
aside .main-container-wrap {
	margin-block-start: 1.2rem;
}

.primary-widgets-area .main-container-wrap:first-child,
.secondary-widgets-area .main-container-wrap:first-child,
.site-footer .main-container-wrap:first-child,
aside .main-container-wrap:first-child {
	margin-block-start: 0;
}

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	color: var(--clr-text);
	font-family: var(--font-heading);
}

.site-footer h1, .site-footer
h2, .site-footer
h3, .site-footer
h4, .site-footer
h5, .site-footer
h6 {
	color: #fff;
}

h1 {
	font-size: var(--font-xlarge);
}

P {
	font-size: var(--font-base);
}

.title-heading {
	position: relative;
	display: flex;
	padding-bottom: 8px;
	margin-bottom: 14px;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid var(--clr-text);
}

.title-heading::after {
	content: '';
	position: absolute;
	width: 52px;
	height: 4px;
	inset-block-end: 0px;
	inset-inline-start: 0;
	background-color: var(--primary-color);
}

.title-heading .widget-title,
.title-heading .section-title,
.title-heading .widgettitle {
	position: relative;
	color: var(--clr-text);
	font-size: calc(var(--font-base) - 2px);
}

.title-heading a.view-all {
	text-decoration: none;
	transition: 0.3s ease;
	display: flex;
	justify-content: center;
	column-gap: 2px;
	color: var(--clr-text);
	font-size: calc(var(--font-xsmall) - 1px);
}

.title-heading a.view-all:focus-within, .title-heading a.view-all:hover {
	text-decoration: underline;
}

.title-heading a.view-all::after {
	content: '\f054';
	font-family: fontawesome;
	padding-inline-start: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: var(--clr-text);
	color: var(--bg-clr);
	width: 14px;
	height: 14px;
	border-radius: 50%;
	font-size: calc(var(--font-xsmall) - 4px);
}

.site-footer .title-heading a.view-all {
	color: #fff;
}

.widget:not(.ascendoor-widget) .widget-title {
	position: relative;
}

.page-title {
	font-size: calc(var(--font-large) + 14px);
}

@media (max-width: 600px) {
	.page-title {
		font-size: calc(var(--font-large) + 7px);
	}
}

html.font-sm {
	font-size: calc(var(--global-font) - 2px);
}

html.font-md {
	font-size: var(--global-font);
}

html.font-lg {
	font-size: calc(var(--global-font) + 2px);
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
:root {
	--bg-clr: #ffff;
	--header-height: 40px;
	--clr-text: #393e46;
	--shadow: #91919161;
	--border-clr: #d9d9d9;
	--logo-size-custom: 65px;
	--bg-clr-light: #f3f3f3;
	--primary-color: #FF7900;
	--clr-text-light: #7f8487;
	--site-title-color: #FF7900;
	--custom-bg-clr: #ffff;
	--title-bg: #3c3c3c;
	--cat-clr: var(--primary-color);
	--site-title-font:"Hind", serif;
	--site-description-font:"Roboto", serif;
	--font-heading: "Exo", serif;
	--font-body: "Roboto", serif;
	--font-xsmall: clamp(0.7rem, 0.13vw + 0.62rem, 0.79rem);
	--font-small: clamp(0.8rem, 0.17vw + 0.76rem, 0.89rem);
	--font-base: clamp(1rem, 0.34vw + 0.91rem, 1.19rem);
	--font-normal: clamp(1.25rem, 0.61vw + 1.1rem, 1.58rem);
	--font-large: clamp(1.56rem, 1vw + 1.31rem, 2.11rem);
	--font-xlarge: clamp(1.95rem, 1.56vw + 1.56rem, 2.81rem);
	--font-xxlarge: clamp(2.44rem, 2.38vw + 1.85rem, 3.75rem);
	--font-xxxlarge: clamp(3.05rem, 3.54vw + 2.17rem, 5rem);
}

.light-mode {
	--bg-clr: #fff;
	--title-bg: #3c3c3c;
	--clr-text: #393e46;
	--shadow: #91919161;
	--border-clr: #d9d9d9;
	--bg-clr-light: #f3f3f3;
	--clr-text-light: #7f8487;
}

body {
	background-color: var(--bg-clr);
	color: var(--clr-text);
	font-family: var(--font-body);
}

body.page {
	margin-bottom: 0;
}

body.menu-opened {
	overflow: hidden;
}

body.custom-background.dark-mode {
	background-color: #181818;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: var(--primary-color);
}

a:hover, a:focus, a:active {
	color: var(--primary-color);
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

ul.social-links {
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 1px;
}

ul.social-links li {
	list-style: none;
	vertical-align: middle;
}

ul.social-links li.menu-item-has-children {
	display: flex;
	align-items: center;
	gap: 3px;
}

ul.social-links li.menu-item-has-children > .sub-menu {
	padding: 0;
	margin: 0;
}

ul.social-links a {
	font-size: calc(var(--font-base) - 1px);
	text-decoration: none;
	transition: all 0.4s ease;
}

ul.social-links a::before {
	content: "";
	font-family: "fontawesome";
}

ul.social-links a[href*="facebook.com"]::before {
	content: "\f09a";
}

ul.social-links a[href*="x.com"]::before, ul.social-links a[href*="twitter.com"]::before {
	content: "\e61b";
}

ul.social-links a[href*="instagram.com"]::before {
	content: "\f16d";
}

ul.social-links a[href*="youtube.com"]::before {
	content: "\f16a";
}

ul.social-links a[href*="discord.com"]::before {
	content: "\f392";
}

ul.social-links a[href*="dribbble.com"]::before {
	content: "\f17d";
}

ul.social-links a[href*="google.com"]::before {
	content: "\f1a0";
}

ul.social-links a[href*="line.me"]::before {
	content: "\f3c0";
}

ul.social-links a[href*="linkedin.com"]::before {
	content: "\f0e1";
}

ul.social-links a[href*="medium.com"]::before {
	content: "\f23a";
}

ul.social-links a[href*="messenger.com"]::before {
	content: "\f39f";
}

ul.social-links a[href*="paypal.com"]::before {
	content: "\f1ed";
}

ul.social-links a[href*="pinterest.com"]::before {
	content: "\f0d2";
}

ul.social-links a[href*="reddit.com"]::before {
	content: "\f1a1";
}

ul.social-links a[href*="skype.com"]::before {
	content: "\f17e";
}

ul.social-links a[href*="slack.com"]::before {
	content: "\f198";
}

ul.social-links a[href*="snapchat.com"]::before {
	content: "\f2ac";
}

ul.social-links a[href*="spotify.com"]::before {
	content: "\f1bc";
}

ul.social-links a[href*="stackoverflow.com"]::before {
	content: "\f16c";
}

ul.social-links a[href*="t.me"]::before, ul.social-links a[href*="telegram.org"]::before {
	content: "\f3fe";
}

ul.social-links a[href*="twitch.tv"]::before {
	content: "\f1e8";
}

ul.social-links a[href*="vimeo.com"]::before {
	content: "\f27d";
}

ul.social-links a[href*="whatsapp.com"]::before {
	content: "\f232";
}

ul.social-links a[href*="wordpress.com"]::before, ul.social-links a[href*="wordpress.org"]::before {
	content: "\f19a";
}

ul.social-links a[href*="tumblr.com"]::before {
	content: "\f173";
}

ul.social-links a[href*="flickr.com"]::before {
	content: "\f16e";
}

ul.social-links a[href*="yahoo.com"]::before {
	content: "\f19e";
}

ul.social-links a[href*="soundcloud.com"]::before {
	content: "\f1be";
}

ul.social-links a[href*="vk.com"]::before {
	content: "\f189";
}

ul.social-links a[href*="qq.com"]::before {
	content: "\f1d6";
}

ul.social-links a[href*="weibo.com"]::before {
	content: "\f18a";
}

ul.social-links a[href*="facebook.com"] {
	color: #3b5999;
}

ul.social-links a[href*="twitter.com"] {
	color: #55acee;
}

ul.social-links a[href*="instagram.com"] {
	color: #c32aa3;
}

ul.social-links a[href*="youtube.com"] {
	color: #cd201f;
}

ul.social-links a[href*="discord.com"] {
	color: #5865f2;
}

ul.social-links a[href*="dribbble.com"] {
	color: #ea4c89;
}

ul.social-links a[href*="google.com"] {
	color: #dd4b39;
}

ul.social-links a[href*="line.me"] {
	color: #00b900;
}

ul.social-links a[href*="linkedin.com"] {
	color: #0e76a8;
}

ul.social-links a[href*="medium.com"] {
	color: #66cdaa;
}

ul.social-links a[href*="messenger.com"] {
	color: #006aff;
}

ul.social-links a[href*="paypal.com"] {
	color: #3b7bbf;
}

ul.social-links a[href*="pinterest.com"] {
	color: #e60023;
}

ul.social-links a[href*="reddit.com"] {
	color: #ff5700;
}

ul.social-links a[href*="skype.com"] {
	color: #00aff0;
}

ul.social-links a[href*="slack.com"] {
	color: #ecb22e;
}

ul.social-links a[href*="snapchat.com"] {
	color: #fffc00;
}

ul.social-links a[href*="spotify.com"] {
	color: #1db954;
}

ul.social-links a[href*="stackoverflow.com"] {
	color: #f47f24;
}

ul.social-links a[href*="telegram.org"] {
	color: #229ed9;
}

ul.social-links a[href*="twitch.tv"] {
	color: #6441a5;
}

ul.social-links a[href*="vimeo.com"] {
	color: #86c9ef;
}

ul.social-links a[href*="whatsapp.com"] {
	color: #34b7f1;
}

ul.social-links a[href*="wordpress.com"], ul.social-links a[href*="wordpress.org"] {
	color: #21759b;
}

ul.social-links a[href*="youtube.com"] {
	color: #c4302b;
}

ul.social-links a[href*="tumblr.com"] {
	color: #35465d;
}

ul.social-links a[href*="flickr.com"] {
	color: #f40083;
}

ul.social-links a[href*="yahoo.com"] {
	color: #6001d2;
}

ul.social-links a[href*="soundcloud.com"] {
	color: #ff5500;
}

ul.social-links a[href*="vk.com"] {
	color: #45668e;
}

ul.social-links a[href*="qq.com"] {
	color: #09f;
}

ul.social-links a[href*="weibo.com"] {
	color: #fa005e;
}

ul.social-links a:focus-within, ul.social-links a:hover {
	color: var(--primary-color);
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	color: #fff;
	margin-left: 0;
	cursor: pointer;
	padding: 12px 16px;
	transition: all 0.3s;
	text-decoration: none;
	border: 1px solid transparent;
	font-family: var(--font-body);
	background-color: var(--primary-color);
}

button:hover, button:focus-within,
input[type="button"]:hover,
input[type="button"]:focus-within,
input[type="reset"]:hover,
input[type="reset"]:focus-within,
input[type="submit"]:hover,
input[type="submit"]:focus-within {
	opacity: 0.8;
}

.carousel-navigation button:hover, .carousel-navigation button:focus-within {
	border: 1px solid var(--clr-text);
}

.post-carousel .slick-arrow {
	width: 36px;
	height: 36px;
	padding: 4px;
	color: var(--bg-clr-light);
	font-size: var(--font-xsmall);
	background-color: var(--clr-text);
	border-radius: 50%;
}

.post-carousel .slick-arrow.fa-chevron-left {
	margin-inline-end: 6px;
}

body.rtl .post-carousel .slick-arrow.fa-chevron-left::before {
	content: "\f054";
}

body.rtl .post-carousel .slick-arrow.fa-chevron-right::before {
	content: "\f053";
}

.slick-button button {
	padding: 0;
	background: none;
	border-radius: 0;
	background-color: none;
	transition: all 0.3s ease;
}

.slick-button .slick-arrow {
	opacity: 1;
	padding: 8px;
	z-index: 8;
	width: 40px;
	border: none;
	height: 40px;
	opacity: 0.8;
	color: #fff;
	position: absolute;
	visibility: hidden;
	transition: 0.3s ease;
	font-size: var(--font-xsmall);
	background-color: var(--primary-color);
	box-shadow: 1px 1px 5px 2px #18171773;
}

.slick-button .slick-arrow.fa-chevron-left {
	top: 50%;
	cursor: pointer;
	inset-inline-start: 6px;
	transition: all 0.3s ease;
	transform: translateY(-50%);
}

.slick-button .slick-arrow.fa-chevron-right {
	top: 50%;
	cursor: pointer;
	inset-inline-end: 6px;
	transition: all 0.3s ease;
	transform: translateY(-50%);
}

.slick-button .slick-arrow:focus-within, .slick-button .slick-arrow:hover {
	opacity: 1;
}

.slick-dots {
	gap: 8px;
	margin: 0;
	top: 10px;
	display: flex;
	position: absolute;
	inset-inline-end: 0;
	padding: 0 10px !important;
}

.slick-dots li {
	height: 25px;
	display: flex;
	list-style: none;
	align-items: center;
	justify-content: center;
}

.slick-dots li button {
	width: 6px;
	height: 6px;
	padding: 2px;
	font-size: 0;
	border: none;
	cursor: pointer;
	border-radius: 50%;
	background-color: #dedede;
}

.slick-dots .slick-active button {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: var(--primary-color);
}

.color-mode-switch {
	margin-inline-start: 6px;
	border-inline-start: 1px solid var(--border-clr);
}

.color-mode-switch #switch {
	border: 0;
	padding: 0;
	width: 30px;
	height: 30px;
	display: flex;
	position: relative;
	align-items: center;
	border-radius: unset;
	justify-content: center;
	background: transparent;
}

.color-mode-switch #switch .mode {
	overflow: hidden;
	position: relative;
}

.color-mode-switch #switch .mode::before {
	display: none;
	opacity: 0;
	transition: transform 1s ease;
}

.color-mode-switch #switch .mode::after {
	transition: transform 1s ease;
	content: "\f185";
	font-family: 'fontawesome';
	color: #fff;
	font-size: var(--font-base);
	display: flex;
	align-items: center;
	justify-content: center;
	display: block;
	opacity: 1;
}

@media (max-width: 768px) {
	.color-mode-switch #switch .mode::after {
		font-size: calc(var(--font-base) + 3px);
	}
}

.color-mode-switch #switch:hover {
	opacity: 1;
}

.color-mode-switch #switch:hover .mode::after {
	color: var(--primary-color);
}

body.light-mode .color-mode-switch #switch .mode::before {
	content: "\f186";
	font-family: 'fontawesome';
	color: var(--clr-text);
	font-size: var(--font-base);
	display: flex;
	align-items: center;
	justify-content: center;
	transition: transform 1s ease;
	display: block;
	opacity: 1;
}

@media (max-width: 768px) {
	body.light-mode .color-mode-switch #switch .mode::before {
		font-size: calc(var(--font-base) + 3px);
	}
}

body.light-mode .color-mode-switch #switch .mode::after {
	display: none;
	opacity: 0;
	transition: transform 1s ease;
}

body.light-mode .color-mode-switch #switch:hover, body.light-mode .color-mode-switch #switch:focus {
	opacity: 1;
}

body.light-mode .color-mode-switch #switch:hover .mode::before, body.light-mode .color-mode-switch #switch:focus .mode::before {
	color: var(--primary-color);
}

.color-mode-switch:focus, .color-mode-switch:focus-within, .color-mode-switch:focus-visible {
	outline-offset: 5px;
	border: 1px dashed black;
}

.color-mode-switch:focus #switch, .color-mode-switch:focus-within #switch, .color-mode-switch:focus-visible #switch {
	outline: none;
}

.pagination .nav-links {
	gap: 5px;
	display: flex;
	margin: 10px 0 20px;
	justify-content: center;
}

.pagination .nav-links a {
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	text-decoration: none;
	color: var(--clr-text);
	justify-content: center;
	transition: all 0.3s ease;
	border: 1px solid var(--border-clr);
}

.pagination .nav-links .current {
	width: 30px;
	height: 30px;
	display: flex;
	color: white;
	align-items: center;
	text-decoration: none;
	justify-content: center;
	transition: all 0.3s ease;
	border: 1px solid black;
	background-color: var(--primary-color);
}

.pagination .nav-links .next {
	width: auto;
	padding: 0 14px;
}

.pagination .nav-links .prev {
	width: auto;
	padding: 0 14px;
}

.posts-navigation {
	margin-top: 30px;
	margin-bottom: 10px;
}

.posts-navigation .nav-links {
	display: flex;
	gap: 20px;
	justify-content: space-between;
}

.posts-navigation .nav-links .nav-previous {
	position: relative;
}

.posts-navigation .nav-links .nav-previous a {
	gap: 10px;
	display: flex;
	font-weight: 600;
	align-items: center;
	text-decoration: none;
	color: var(--clr-text);
	justify-content: center;
	transition: all 0.3s ease;
}

.posts-navigation .nav-links .nav-previous a::before {
	content: "\f104";
	font-family: fontawesome;
}

.posts-navigation .nav-links .nav-previous a:focus-within, .posts-navigation .nav-links .nav-previous a:hover {
	color: var(--primary-color);
}

.posts-navigation .nav-links .nav-next {
	position: relative;
}

.posts-navigation .nav-links .nav-next a {
	gap: 10px;
	display: flex;
	font-weight: 600;
	align-items: center;
	text-decoration: none;
	color: var(--clr-text);
	justify-content: center;
	transition: all 0.3s ease;
}

.posts-navigation .nav-links .nav-next a::after {
	content: "\f105";
	font-family: fontawesome;
}

.posts-navigation .nav-links .nav-next a:focus-within, .posts-navigation .nav-links .nav-next a:hover {
	color: var(--primary-color);
}

.wp-block-search .wp-block-search__button {
	background: none;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: var(--clr-text);
	background-color: var(--bg-clr);
	border: 1px solid #ccc;
	padding: 3px;
	width: 100%;
	font-family: var(--font-body);
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: var(--clr-text);
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.right-sidebar .visionary-news-main-wrapper {
	margin-block: 20px;
}

.right-sidebar .visionary-news-main-wrapper:first-child {
	margin-top: 0;
}

.right-sidebar .visionary-news-main-wrapper .visionary-news-container-wrapper {
	display: flex;
	align-items: flex-start;
}

@media (max-width: 990px) {
	.right-sidebar .visionary-news-main-wrapper .visionary-news-container-wrapper {
		flex-direction: column;
	}
}

.right-sidebar .visionary-news-main-wrapper .visionary-news-container-wrapper #primary {
	width: 70%;
}

@media (max-width: 990px) {
	.right-sidebar .visionary-news-main-wrapper .visionary-news-container-wrapper #primary {
		width: 100%;
		padding-right: 0;
	}
}

.right-sidebar .visionary-news-main-wrapper .visionary-news-container-wrapper #secondary {
	top: 40px;
	width: 30%;
	position: sticky;
	width: calc(30% - 15px);
}

@media (max-width: 990px) {
	.right-sidebar .visionary-news-main-wrapper .visionary-news-container-wrapper #secondary {
		width: 100%;
		padding-block-start: 18px;
	}
}

@media (min-width: 992px) {
	.right-sidebar .visionary-news-main-wrapper .visionary-news-container-wrapper #primary:has(+ #secondary) {
		margin-inline-end: 1rem;
		padding-inline-end: 1rem;
		border-inline-end: 1px solid var(--border-clr);
	}
}

@media (max-width: 991px) {
	.right-sidebar .visionary-news-main-wrapper .visionary-news-container-wrapper #primary:has(+ #secondary) {
		margin-block-end: 1rem;
	}
}

.no-sidebar .visionary-news-main-wrapper {
	margin-block: 20px;
}

.no-sidebar .visionary-news-main-wrapper .visionary-news-container-wrapper #primary {
	width: 100%;
}

.left-sidebar .visionary-news-main-wrapper {
	margin-block: 20px;
}

.left-sidebar .visionary-news-main-wrapper:first-child {
	margin-top: 0;
}

.left-sidebar .visionary-news-main-wrapper .visionary-news-container-wrapper {
	display: flex;
	margin-block: 20px;
	align-items: flex-start;
	flex-direction: row-reverse;
}

@media (max-width: 990px) {
	.left-sidebar .visionary-news-main-wrapper .visionary-news-container-wrapper {
		flex-direction: column;
	}
}

.left-sidebar .visionary-news-main-wrapper .visionary-news-container-wrapper #primary {
	width: 70%;
}

@media (max-width: 990px) {
	.left-sidebar .visionary-news-main-wrapper .visionary-news-container-wrapper #primary {
		width: 100%;
		padding-left: 0;
	}
}

.left-sidebar .visionary-news-main-wrapper .visionary-news-container-wrapper #secondary {
	top: 40px;
	width: 30%;
	position: sticky;
	width: calc(30% - 15px);
}

@media (max-width: 990px) {
	.left-sidebar .visionary-news-main-wrapper .visionary-news-container-wrapper #secondary {
		width: 100%;
		border-right: none;
		padding-block-start: 18px;
	}
}

@media (min-width: 992px) {
	.left-sidebar .visionary-news-main-wrapper .visionary-news-container-wrapper #primary:has(+ #secondary) {
		margin-inline-start: 1rem;
		padding-inline-start: 1rem;
		border-inline-start: 1px solid var(--border-clr);
	}
}

@media (max-width: 991px) {
	.left-sidebar .visionary-news-main-wrapper .visionary-news-container-wrapper #primary:has(+ #secondary) {
		margin-block-end: 1rem;
	}
}

.no-sidebar .visionary-news-main-wrapper {
	margin-block: 20px;
}

.no-sidebar .visionary-news-main-wrapper .visionary-news-container-wrapper #primary {
	width: 100%;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.navigation {
	/* Small menu. */
}

.navigation .main-navigation {
	display: block;
}

@media (max-width: 991px) {
	.navigation .main-navigation {
		margin-bottom: -12px;
	}
}

.navigation .main-navigation ul {
	margin: 0;
	list-style: none;
	padding-inline-start: 0;
}

.navigation .main-navigation ul ul {
	top: 100%;
	float: none;
	z-index: 9999;
	display: block;
	position: absolute;
	inset-inline-start: -999em;
}

.navigation .main-navigation ul ul ul {
	top: 0;
	inset-inline-end: -999em;
}

.navigation .main-navigation ul ul li:hover > ul,
.navigation .main-navigation ul ul li.focus > ul {
	display: block;
	inset-inline-start: 100%;
}

.navigation .main-navigation ul li:hover > ul,
.navigation .main-navigation ul li.focus > ul {
	inset-inline-start: auto;
}

.navigation .main-navigation li {
	position: relative;
}

@media (max-width: 991px) {
	.navigation .main-navigation li {
		border-bottom: 1px solid var(--border-clr);
	}
	.navigation .main-navigation li:last-child {
		border-bottom: 1px solid transparent;
	}
}

.navigation .main-navigation li li > a:focus {
	outline-offset: -1px;
}

.navigation .main-navigation li a {
	display: block;
	font-weight: bold;
	text-decoration: none;
	color: var(--clr-text);
	transition: all 0.3s ease;
	font-size: calc(var(--font-base) - 1px);
}

@media (max-width: 991px) {
	.navigation .main-navigation li a {
		color: var(--clr-text);
	}
}

.navigation .main-navigation li a:focus, .navigation .main-navigation li a:hover {
	color: var(--primary-color);
}

.navigation .main-navigation .current_page_item > a,
.navigation .main-navigation .current-menu-item > a,
.navigation .main-navigation .current_page_ancestor > a,
.navigation .main-navigation .current-menu-ancestor > a {
	color: var(--primary-color);
}

@media (min-width: 992px) {
	.navigation .main-navigation .current_page_item > a::before,
	.navigation .main-navigation .current-menu-item > a::before,
	.navigation .main-navigation .current_page_ancestor > a::before,
	.navigation .main-navigation .current-menu-ancestor > a::before {
		content: '';
		bottom: -8px;
		inset-inline-start: 0;
		width: 100%;
		height: 4px;
		position: absolute;
		background-color: var(--primary-color);
	}
}

@media (min-width: 992px) {
	.navigation .main-navigation .navigation-area ul.menu li.menu-item-has-children {
		transition: all 0.3s ease;
	}
	.navigation .main-navigation .navigation-area ul.menu li.menu-item-has-children:last-child {
		border-bottom: none;
	}
	.navigation .main-navigation .navigation-area ul.menu li.menu-item-has-children > a::after {
		top: -3px;
		cursor: pointer;
		content: "\f078";
		font-style: normal;
		position: relative;
		line-height: inherit;
		font-variant: normal;
		display: inline-block;
		margin-inline-start: 7px;
		font-family: "fontawesome";
		font-size: calc(var(--font-xsmall) - 4px);
	}
	.navigation .main-navigation .navigation-area ul.menu li.menu-item-has-children ul {
		flex-direction: column;
		background-color: var(--bg-clr);
		box-shadow: 3px 6px 4px 0px var(--shadow);
	}
	.navigation .main-navigation .navigation-area ul.menu li.menu-item-has-children ul li.menu-item-has-children > a::after {
		top: 40%;
		cursor: pointer;
		content: "\f054";
		position: absolute;
		font-style: normal;
		inset-inline-end: 5%;
		line-height: inherit;
		font-variant: normal;
		display: inline-block;
		font-family: "fontawesome";
		font-size: calc(var(--font-xsmall) - 4px);
	}
	body.rtl .navigation .main-navigation .navigation-area ul.menu li.menu-item-has-children ul li.menu-item-has-children > a::after {
		content: "\f053";
	}
	.navigation .main-navigation .navigation-area ul.menu li.menu-item-has-children ul.sub-menu {
		opacity: 0;
		width: 230px;
		display: flex;
		gap: unset;
		margin-top: 10px;
		flex-direction: column;
		background-color: var(--bg-clr);
		box-shadow: 2px 6px 12px -2px var(--shadow);
		transition: visibility 0.4s cubic-bezier(0.3, 0.02, 0, 0.6), opacity 0.4s cubic-bezier(0.3, 0.02, 0, 0.6), transform 0.4s cubic-bezier(0.3, 0.02, 0, 0.6);
	}
	.navigation .main-navigation .navigation-area ul.menu li.menu-item-has-children ul.sub-menu li {
		border-bottom: 1px solid var(--border-clr);
	}
	.navigation .main-navigation .navigation-area ul.menu li.menu-item-has-children ul.sub-menu li a {
		color: var(--clr-text);
		padding: 12px 8px;
	}
	.navigation .main-navigation .navigation-area ul.menu li.menu-item-has-children ul.sub-menu li a:hover, .navigation .main-navigation .navigation-area ul.menu li.menu-item-has-children ul.sub-menu li a:focus-within {
		background-color: unset;
		color: var(--primary-color);
	}
	.navigation .main-navigation .navigation-area ul.menu li.menu-item-has-children ul.sub-menu li:last-child {
		border-bottom: none;
	}
	.navigation .main-navigation .navigation-area ul.menu li.menu-item-has-children:focus-within > .sub-menu, .navigation .main-navigation .navigation-area ul.menu li.menu-item-has-children:hover > .sub-menu {
		opacity: 1;
		transform: translateY(-10px);
	}
}

@media (max-width: 991px) {
	.navigation .main-navigation li a {
		padding: 10px 16px 10px 20px;
	}
	.navigation .main-navigation button.menu-toggle {
		padding: 0;
		width: 30px;
		height: 30px;
		border: none;
		cursor: pointer;
		background: none;
		position: relative;
		display: inline-block;
	}
	.navigation .main-navigation button.menu-toggle .ham-icon {
		height: 4px;
		width: 100%;
		position: absolute;
		transition-duration: 500ms;
		background-color: var(--clr-text);
		transition: 0.3s cubic-bezier(0.8, 0.5, 0.2, 1.4);
	}
	.navigation .main-navigation button.menu-toggle .ham-icon:nth-child(1) {
		top: 0px;
		inset-inline-start: 0px;
		width: 85%;
	}
	.navigation .main-navigation button.menu-toggle .ham-icon:nth-child(2) {
		top: 10px;
		inset-inline-start: 0px;
		opacity: 1;
	}
	.navigation .main-navigation button.menu-toggle .ham-icon:nth-child(3) {
		bottom: 6px;
		inset-inline-start: 0px;
		width: 85%;
	}
	.navigation .main-navigation button.menu-toggle.show {
		top: 65px;
		z-index: 999;
		position: fixed;
		inset-inline-end: 34px;
		transition: all 0.1s ease-in;
	}
}

@media (max-width: 991px) and (min-width: 600px) {
	body.scroll-up .navigation .main-navigation button.menu-toggle.show {
		top: 100px;
	}
}

@media (max-width: 991px) {
	.navigation .main-navigation button.menu-toggle.show .ham-icon {
		background-color: var(--clr-text);
	}
	.navigation .main-navigation button.menu-toggle.show .ham-icon:nth-child(1) {
		top: 13px;
		transition: 0.3s ease;
		transform: rotate(45deg);
	}
	.navigation .main-navigation button.menu-toggle.show .ham-icon:nth-child(2) {
		width: 0;
		opacity: 0;
	}
	.navigation .main-navigation button.menu-toggle.show .ham-icon:nth-child(3) {
		top: 13px;
		transition: 0.3s ease;
		transform: rotate(-45deg);
	}
	.navigation .main-navigation button.menu-toggle:hover .ham-icon:nth-child(1), .navigation .main-navigation button.menu-toggle:focus-within .ham-icon:nth-child(1) {
		width: 100%;
	}
	.navigation .main-navigation button.menu-toggle:hover .ham-icon:nth-child(3), .navigation .main-navigation button.menu-toggle:focus-within .ham-icon:nth-child(3) {
		width: 100%;
	}
	.navigation .main-navigation .navigation-area {
		top: 0;
		z-index: 50;
		height: 100%;
		position: fixed;
		min-width: 355px;
		visibility: hidden;
		overflow-y: scroll;
		padding: 100px 20px;
		inset-inline-end: -100%;
		transition: all 0.5s ease;
		background-color: var(--bg-clr);
		box-shadow: -3px 8px 14px rgba(0, 0, 0, 0.12);
	}
}

@media (max-width: 991px) and (max-width: 320px) {
	.navigation .main-navigation .navigation-area {
		width: 100%;
		padding-inline-start: 40px;
	}
}

@media (max-width: 991px) and (max-width: 600px) {
	body.scroll-up .navigation .main-navigation .navigation-area {
		padding: 140px 20px 100px 0;
	}
}

@media (max-width: 991px) {
	.navigation .main-navigation .navigation-area ul.menu li.menu-item-has-children {
		transition: all 0.3s ease;
	}
	.navigation .main-navigation .navigation-area ul.menu li.menu-item-has-children > a::after {
		top: -3px;
		cursor: pointer;
		content: "\f078";
		position: relative;
		font-style: normal;
		line-height: inherit;
		font-variant: normal;
		display: inline-block;
		margin-inline-start: 7px;
		font-family: "fontawesome";
		font-size: calc(var(--font-xsmall) - 4px);
	}
	.navigation .main-navigation .navigation-area ul.menu li.menu-item-has-children ul {
		height: 0;
		position: unset;
		overflow: hidden;
		transform: scaleY(0);
		padding-inline-start: 15px;
	}
	.navigation .main-navigation .navigation-area ul.menu li.menu-item-has-children ul li.menu-item-has-children > a::after {
		top: -2px;
		cursor: pointer;
		content: "\f078";
		position: relative;
		font-style: normal;
		line-height: inherit;
		font-variant: normal;
		display: inline-block;
		margin-inline-start: 7px;
		font-family: "fontawesome";
		font-size: calc(var(--font-xsmall) - 4px);
	}
	.navigation .main-navigation .navigation-area ul.menu li.menu-item-has-children:hover > ul, .navigation .main-navigation .navigation-area ul.menu li.menu-item-has-children.focus > ul {
		height: auto;
		transform: scaleY(1);
	}
	.navigation .main-navigation.toggled .navigation-area {
		visibility: visible;
		inset-inline-end: 0;
	}
}

.navigation .menu-toggle,
.navigation .main-navigation.toggled {
	display: block;
}

@media screen and (min-width: 992px) {
	.navigation .menu-toggle {
		display: none;
	}
	.navigation .main-navigation ul {
		display: flex;
		flex-wrap: wrap;
		column-gap: 22px;
		row-gap: 10px;
	}
}

.site-main .navigation .comment-navigation, .site-main
.navigation .posts-navigation, .site-main
.navigation .post-navigation {
	margin: 0 0 1.5em;
}

.navigation .comment-navigation .nav-links,
.navigation .posts-navigation .nav-links,
.navigation .post-navigation .nav-links {
	display: flex;
}

.navigation .comment-navigation .nav-previous,
.navigation .posts-navigation .nav-previous,
.navigation .post-navigation .nav-previous {
	flex: 1 0 50%;
}

.navigation .comment-navigation .nav-next,
.navigation .posts-navigation .nav-next,
.navigation .post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

body.sticky-nav .site-header .visionary-news-bottom-header.sticky-header {
	top: 0;
	width: 100%;
	z-index: 15;
	position: fixed;
	border-bottom: unset;
	background-color: var(--bg-clr);
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	transition: all 0.3s ease-in-out;
}

body.sticky-nav .site-header .visionary-news-bottom-header.sticky-header .visionary-news-bottom-header-wrapper {
	grid-template-columns: 2fr 1fr;
}

body.sticky-nav .site-header .visionary-news-bottom-header.sticky-header .visionary-news-bottom-header-wrapper .navigation {
	justify-self: self-start;
}

body.sticky-nav .site-header .visionary-news-bottom-header.sticky-header .visionary-news-bottom-header-wrapper .navigation .main-navigation .navigation-area .menu-primary-menu-container .nav-menu {
	justify-content: unset;
}

body.sticky-nav .site-header .visionary-news-bottom-header.sticky-header .visionary-news-bottom-header-wrapper .bottom-header-right-part {
	grid-row: unset;
}

@media (min-width: 768px) {
	body.sticky-nav.admin-bar .site-header .visionary-news-bottom-header.sticky-header {
		top: 32px;
	}
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.6em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.post .entry-header {
	margin-top: 10px;
}

.post .entry-header h1 {
	line-height: 1.3;
	word-break: break-all;
	font-size: var(--font-large);
}

.post-navigation {
	margin: 30px 0;
}

.post-navigation .nav-links {
	display: flex;
	justify-content: space-between;
	gap: 10px;
}

.post-navigation .nav-links .nav-previous {
	text-align: start;
}

.post-navigation .nav-links .nav-previous a {
	color: var(--clr-text-light);
	text-decoration: none;
}

.post-navigation .nav-links .nav-previous a span {
	position: relative;
	display: flex;
	gap: 10px;
	justify-content: center;
	align-items: center;
}

.post-navigation .nav-links .nav-previous a span::before {
	content: "\f104";
	font-family: "fontawesome";
}

body.rtl .post-navigation .nav-links .nav-previous a span::before {
	content: "\f105";
}

.post-navigation .nav-links .nav-previous a:focus-within, .post-navigation .nav-links .nav-previous a:hover {
	color: var(--primary-color);
}

.post-navigation .nav-links .nav-next {
	text-align: end;
}

.post-navigation .nav-links .nav-next a {
	color: var(--clr-text-light);
	text-decoration: none;
}

.post-navigation .nav-links .nav-next a span {
	position: relative;
	display: flex;
	gap: 10px;
	justify-content: center;
	align-items: center;
}

.post-navigation .nav-links .nav-next a span::after {
	content: "\f105";
	font-family: "fontawesome";
}

body.rtl .post-navigation .nav-links .nav-next a span::after {
	content: "\f104";
}

.post-navigation .nav-links .nav-next a:focus-within, .post-navigation .nav-links .nav-next a:hover {
	color: var(--primary-color);
}

.blog-archive-layout {
	margin-top: 10px;
}

.blog-archive-layout .main-container-wrap {
	border-top: unset;
	margin-block-start: 0;
	padding-block-start: 0;
}

.blog-archive-layout.grid-layout {
	gap: 1rem;
	display: grid;
}

.blog-archive-layout.grid-layout.column-2 {
	grid-template-columns: repeat(2, 1fr);
}

@media (max-width: 600px) {
	.blog-archive-layout.grid-layout.column-2 {
		grid-template-columns: repeat(1, 1fr);
	}
}

.blog-archive-layout.grid-layout.column-3 {
	grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 991px) {
	.blog-archive-layout.grid-layout.column-3 {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 600px) {
	.blog-archive-layout.grid-layout.column-3 {
		grid-template-columns: repeat(1, 1fr);
	}
}

.blog-archive-layout.grid-layout.column-4 {
	grid-template-columns: repeat(4, 1fr);
}

@media (max-width: 1024px) {
	.blog-archive-layout.grid-layout.column-4 {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (max-width: 991px) {
	.blog-archive-layout.grid-layout.column-4 {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 600px) {
	.blog-archive-layout.grid-layout.column-4 {
		grid-template-columns: repeat(1, 1fr);
	}
}

.blog-archive-layout.grid-layout article {
	margin: 0;
}

.blog-archive-layout.grid-layout article .blog-post-container .blog-post-inner .blog-post-image img {
	aspect-ratio: 1/0.6;
}

@media (min-width: 600px) {
	.blog-archive-layout.grid-layout article .blog-post-container .blog-post-inner .blog-post-detail .entry-title {
		font-size: calc(var(--font-normal) + 2px);
	}
}

.blog-archive-layout.grid-layout article .blog-post-container .blog-post-inner .blog-post-detail .post-excerpt p {
	margin-block-start: 10px;
	margin-bottom: 0;
	font-size: var(--font-small);
}

.site-main .page-header {
	margin-bottom: 20px;
}

.site-main .page-header h1 {
	font-size: var(--font-large);
	font-weight: 600;
}

.site-main .entry-meta {
	margin-block: 10px;
}

.site-main .entry-meta .post-date {
	margin-right: 10px;
}

.site-main .entry-meta .post-date i {
	margin-right: 6px;
}

.site-main .entry-meta .post-date a {
	color: var(--clr-text);
	text-decoration: none;
}

.site-main .entry-meta .post-date a:focus-within time, .site-main .entry-meta .post-date a:hover time {
	color: var(--primary-color);
}

.site-main .entry-meta .post-author i {
	margin-right: 6px;
}

.site-main .entry-meta .post-author a {
	color: var(--clr-text);
	text-decoration: none;
	transition: all 0.3s ease;
}

.site-main .entry-meta .post-author a:focus-within, .site-main .entry-meta .post-author a:hover {
	color: var(--primary-color);
}

.wp-block-page-list li {
	margin: 6px 0;
}

.wp-block-page-list a {
	font-size: calc(var(--font-base) - 1px);
}

.page-content .search-form {
	display: flex;
	align-items: center;
}

.page-content .search-form input {
	color: var(--clr-text);
	border: 1px solid #ccc;
	padding: 8px;
	border-end-start-radius: 4px;
	border-end-end-radius: 0;
	border-start-end-radius: 0;
	border-start-start-radius: 4px;
}

.page-content .search-form .search-submit {
	color: #fff;
	cursor: pointer;
	padding: 8px 12px;
	transition: all 0.3s;
	text-decoration: none;
	margin-inline-start: unset;
	border-end-start-radius: 0;
	border-end-end-radius: 4px;
	border-start-end-radius: 4px;
	border-start-start-radius: 0;
	border: 1px solid transparent;
	background-color: var(--primary-color);
}

.page-content .search-form .search-submit:hover, .page-content .search-form .search-submit:focus {
	opacity: 0.8;
}

.entry-footer {
	margin: 12px 0;
	font-size: calc(var(--font-small) + 2px);
	display: flex;
	flex-direction: column;
}

.entry-footer .post-categories {
	margin: 0;
	padding: 0;
	line-height: 0;
}

.entry-footer .post-categories a {
	z-index: 8;
	font-weight: 600;
	line-height: 11px;
	position: relative;
	text-decoration: none;
	display: inline-block;
	letter-spacing: 0.5px;
	margin-block-end: 4px;
	margin-inline-end: 8px;
	padding-inline-end: 8px;
	text-transform: uppercase;
	color: var(--primary-color);
	font-size: calc(var(--font-xsmall) - 1px);
}

.entry-footer .post-categories a:last-child::after {
	display: none;
}

.entry-footer .post-categories a::after {
	content: "";
	top: 50%;
	width: 3px;
	height: 3px;
	border-radius: 50%;
	position: absolute;
	inset-inline-end: 0px;
	transform: translateY(-50%);
	background-color: var(--primary-color);
}

.entry-footer .tags-links,
.entry-footer .edit-link,
.entry-footer .comments-link {
	margin-right: 12px;
	font-weight: 600;
}

.entry-footer .tags-links a,
.entry-footer .edit-link a,
.entry-footer .comments-link a {
	text-decoration: none;
	color: var(--clr-text);
	font-weight: 600;
	transition: all 0.3s ease;
}

.entry-footer .tags-links a:focus-within, .entry-footer .tags-links a:hover,
.entry-footer .edit-link a:focus-within,
.entry-footer .edit-link a:hover,
.entry-footer .comments-link a:focus-within,
.entry-footer .comments-link a:hover {
	color: var(--primary-color);
}

.related-posts h2 {
	font-size: var(--font-large);
	font-weight: 600;
}

@media (max-width: 600px) {
	.related-posts h2 {
		font-size: calc(var(--font-large) + 3.7px);
	}
}

.related-posts .entry-meta {
	margin-block: 10px;
}

.related-posts .entry-meta .post-date a {
	text-decoration: none;
	color: var(--clr-text-light);
}

.related-posts .entry-meta .post-author {
	margin-left: 4px;
}

.related-posts .entry-meta .post-author a {
	text-decoration: none;
	color: var(--clr-text-light);
}

.related-posts .row {
	display: flex;
	gap: 14px;
}

@media (max-width: 600px) {
	.related-posts .row {
		flex-wrap: wrap;
	}
}

.related-posts .row div {
	flex-basis: 33.33%;
}

@media (max-width: 600px) {
	.related-posts .row div {
		flex-basis: 100%;
	}
}

.related-posts .row div article {
	margin: 0;
}

.related-posts .row div article .post-thumbnail {
	line-height: 0;
}

.related-posts .row div article .post-thumbnail img {
	width: 100%;
	height: 200px;
	object-fit: cover;
}

.related-posts .row div article .post-text .entry-header {
	margin-top: 8px;
}

.related-posts .row div article .post-text .entry-header .entry-title a {
	display: inline;
	line-height: 1.2;
	text-decoration: none;
	color: var(--clr-text);
	font-size: var(--font-base);
}

.related-posts .row div article .post-text .entry-header .entry-title a:focus-within, .related-posts .row div article .post-text .entry-header .entry-title a:hover {
	color: var(--primary-color);
}

.related-posts .row div article .post-text .entry-content {
	margin-top: 6px;
}

.related-posts .row div article .post-text .entry-content p {
	font-size: var(--font-small);
	margin: 0;
}

body.no-sidebar .alignfull {
	margin-left: calc(50% - 50vw - 10px);
	margin-right: calc(50% - 50vw - 10px);
	max-width: 100vw;
	width: 100vw;
}

@media (max-width: 1200px) {
	body.no-sidebar .alignfull {
		margin-left: calc(50% - 50vw);
		margin-right: calc(50% - 50vw);
		padding: 0 20px;
	}
}

body.no-sidebar .alignfull .alignwide {
	margin-inline: auto;
}

body.no-sidebar .alignfull .aligncenter {
	margin-inline: auto;
}

body.no-sidebar .alignwide {
	max-width: 100vw;
}

@media (min-width: 768px) and (max-width: 1170px) {
	body.no-sidebar .alignwide {
		width: calc(100% + (100vw - 100%) / 2);
		margin-left: calc((100% - 100vw) / 4);
	}
}

@media (min-width: 1171px) {
	body.no-sidebar .alignwide {
		width: 1450px;
		margin-left: -96px;
	}
}

body.no-sidebar .alignwide .alignwide {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

.comments-area {
	margin-block: 15px;
}

.comments-area .comments-title {
	margin: 0 0 20px 0;
	font-size: calc(var(--font-normal) - 1px);
	font-weight: 500;
}

.comments-area .comments-title span {
	font-size: calc(var(--font-normal) - 1px);
}

.comments-area .required {
	color: red;
}

.comments-area .comment-list {
	margin: 0 0 0 1px;
	padding: 0 0 0 1px;
}

.comments-area .comment-list .comment-body .comment-meta {
	margin: 10px 0;
}

.comments-area .comment-list .comment-body .comment-meta .vcard {
	display: flex;
}

.comments-area .comment-list .comment-body .comment-meta .vcard .avatar {
	width: 45px;
	height: 45px;
	margin-right: 20px;
}

.comments-area .comment-list .comment-body .comment-meta .vcard .fn {
	margin-right: 6px;
}

.comments-area .comment-list .comment-body .comment-meta .vcard .fn a {
	text-decoration: none;
	color: var(--clr-text);
	font-weight: 600;
}

.comments-area .comment-list .comment-body .comment-meta .comment-metadata {
	margin-left: 62px;
}

.comments-area .comment-list .comment-body .comment-meta .comment-metadata a {
	text-decoration: none;
	color: var(--clr-text);
	transition: all 0.3s ease;
}

.comments-area .comment-list .comment-body .comment-meta .comment-metadata a:hover {
	color: var(--primary-color);
}

.comments-area .comment-list .comment-body .comment-meta .comment-metadata .edit-link {
	margin-left: 20px;
}

.comments-area .comment-list .comment-body .comment-content {
	background-color: var(--inner-bg);
	padding: 22px;
	margin: 15px;
}

.comments-area .comment-list .comment-body .comment-content p {
	margin: 0;
}

.comments-area .comment-list .comment-body .reply {
	margin-bottom: 10px;
}

.comments-area .comment-list .comment-body .reply a {
	text-decoration: none;
	color: var(--clr-text);
	transition: all 0.3s ease;
}

.comments-area .comment-list .comment-body .reply a:hover {
	color: var(--primary-color);
}

.comment-respond {
	margin-top: 32px;
}

.comment-respond .comment-form .logged-in-as a {
	text-decoration: none;
	color: var(--clr-text);
	margin-right: 6px;
	transition: all 0.3s ease;
}

.comment-respond .comment-form .logged-in-as a:hover {
	color: var(--primary-color);
}

.comment-respond .comment-form textarea {
	color: var(--clr-text);
}

.comment-form .comment-form-author {
	flex-direction: column;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets.*/
}

.widget:last-child {
	margin: 0;
}

.widget select {
	max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
}

/* widget-(h2 title) & ul-li*/
.site-footer {
	margin-block-start: 20px;
	color: #fff;
}

.site-footer h6.widget-title {
	color: #fff;
}

.widget p {
	font-size: calc(var(--font-small) + 2px);
}

.widget ol,
.widget ul {
	margin: 0;
	padding: 0;
}

.widget ol li,
.widget ul li {
	padding: 6px 0;
	list-style: none;
}

.widget ol li a,
.widget ul li a {
	position: relative;
	z-index: 3;
	text-decoration: none;
	color: var(--clr-text);
	font-size: calc(var(--font-small) + 2px);
	background-size: 0 1px;
	background-position: 0 94%;
	background-repeat: no-repeat;
	background-image: linear-gradient(90deg, var(--primary-color) 0, var(--primary-color) 94%);
	transition: background-size 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.5s ease;
}

.widget ol li:focus-within a, .widget ol li:hover a,
.widget ul li:focus-within a,
.widget ul li:hover a {
	background-size: 100% 1px;
	color: var(--primary-color);
}

/* end-of-widget-ul-li*/
/* widget-search-field*/
form .wp-block-search__inside-wrapper {
	margin-top: 12px;
}

form .wp-block-search__inside-wrapper input {
	width: 100%;
	padding: 8px;
	color: var(--clr-text);
	border: 1px solid #ccc;
	border-end-end-radius: 0;
	border-start-end-radius: 0;
	border-end-start-radius: 4px;
	border-start-start-radius: 4px;
}

form .wp-block-search__inside-wrapper button.wp-block-search__button {
	color: #fff;
	cursor: pointer;
	padding: 8px 12px;
	transition: all 0.3s;
	text-decoration: none;
	margin-inline-start: unset;
	border-end-start-radius: 0;
	border-end-end-radius: 4px;
	border-start-end-radius: 4px;
	border-start-start-radius: 0;
	border: 1px solid transparent;
	background-color: var(--primary-color);
}

form .wp-block-search__inside-wrapper button.wp-block-search__button:hover, form .wp-block-search__inside-wrapper button.wp-block-search__button:focus {
	opacity: 0.8;
}

/* end-of-widget-search-field*/
/* tag-cloud*/
.widget .wp-block-tag-cloud {
	font-size: 0;
	visibility: hidden;
}

.widget .wp-block-tag-cloud > a {
	color: var(--clr-text);
	font-size: var(--font-small) !important;
	text-decoration: none;
	border: 1px solid var(--border-clr);
	padding: 4px 10px;
	margin: 0 6px 6px 0;
	display: inline-block;
	visibility: visible;
	opacity: 1;
	transition: all 0.3s ease-in;
}

.widget .wp-block-tag-cloud > a:hover {
	color: #fff;
	background-color: var(--primary-color);
	border: 1px solid var(--primary-color);
}

.widget .wp-block-tag-cloud:hover > a:not(:hover) {
	opacity: 0.5;
}

.site-footer .widget .wp-block-tag-cloud {
	visibility: hidden;
}

.site-footer .widget .wp-block-tag-cloud > a {
	color: white;
	border: 1px solid white;
	padding: 3px 8px;
	transition: 0.3s ease;
	visibility: visible;
	opacity: 1;
}

.site-footer .widget .wp-block-tag-cloud:hover > a:not(:hover) {
	opacity: 0.5;
}

/* end-of-tag-cloud*/
/*widget-social-icons*/
.widget .wp-block-social-links {
	display: flex;
}

.widget .wp-block-social-links li {
	padding: 5px;
	margin-right: 5px;
}

.widget .wp-block-social-links .wp-block-social-link-anchor svg {
	fill: white;
}

.widget .wp-block-social-links:focus-within .wp-block-social-link-anchor svg, .widget .wp-block-social-links:hover .wp-block-social-link-anchor svg {
	fill: white;
}

/*end-of-widget-social-icons*/
/*widget-calander*/
.wp-block-calendar .wp-calendar-table tbody {
	color: var(--clr-text);
}

.wp-block-calendar .wp-calendar-table tbody td {
	transition: all 0.3s ease;
}

.wp-block-calendar .wp-calendar-table tbody td a {
	text-decoration: none;
}

.wp-block-calendar .wp-calendar-table tbody td:hover {
	background-color: var(--primary-color);
	color: white;
}

.wp-block-calendar .wp-calendar-table tbody td:hover a {
	color: white;
}

.wp-block-calendar .wp-calendar-table tbody #today {
	color: white;
	background-color: var(--primary-color);
}

.wp-block-calendar .wp-calendar-nav .wp-calendar-nav-prev a {
	color: var(--clr-text);
	text-decoration: none;
}

.wp-block-calendar .wp-calendar-nav .wp-calendar-nav-prev a:focus-within, .wp-block-calendar .wp-calendar-nav .wp-calendar-nav-prev a:hover {
	color: var(--primary-color);
}

.wp-block-calendar .wp-calendar-nav .wp-calendar-nav-next a {
	color: var(--clr-text);
	text-decoration: none;
}

.wp-block-calendar .wp-calendar-nav .wp-calendar-nav-next a:focus-within, .wp-block-calendar .wp-calendar-nav .wp-calendar-nav-next a:hover {
	color: var(--primary-color);
}

/*end-of-widget-calander*/
/*widget-gallery*/
.widget_media_gallery .wp-block-gallery {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

/*end-of-widget-gallery*/
/*classic widget*/
/*search-bar*/
.widget_search form.search-form {
	display: flex;
}

.widget_search form.search-form label input {
	width: 100%;
}

.widget_search form.search-form .search-submit {
	padding: 3px 12px;
}

/*tag cloud*/
.widget_tag_cloud .tagcloud a {
	color: black;
	font-size: calc(var(--font-base) - 1px) !important;
	text-decoration: none;
	transition: all 0.3s ease;
	border: 1px solid grey;
	padding: 12px 16px;
	margin: 0 5px 5px 0;
	display: inline-block;
}

.widget_tag_cloud .tagcloud a:focus-within, .widget_tag_cloud .tagcloud a:hover {
	color: var(--primary-color);
	border: 1px solid var(--primary-color);
}

/*latest post*/
.wp-block-latest-posts__list li {
	border-bottom: 1px solid var(--bg-clr-light) !important;
}

.wp-block-latest-posts__list li:last-child {
	border-bottom: unset !important;
}

/*gallery*/
.widget_media_gallery .gallery {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 15px;
}

.widget_media_gallery .gallery .gallery-item {
	margin: 0;
	overflow: hidden;
}

.widget_media_gallery .gallery .gallery-item .gallery-icon {
	font-size: 0;
	transform: scale(1);
	transition: 0.3s ease;
}

.widget_media_gallery .gallery .gallery-item .gallery-icon:focus-within, .widget_media_gallery .gallery .gallery-item .gallery-icon:hover {
	transform: scale(1.2);
}

/*calendar*/
.widget_calendar .calendar_wrap .wp-calendar-table caption {
	background: var(--primary-color);
	color: white;
}

.widget_calendar .calendar_wrap .wp-calendar-table tbody a {
	color: var(--primary-color);
	text-decoration: none;
}

.widget_calendar .calendar_wrap .wp-calendar-nav .wp-calendar-nav-prev a {
	color: #73777b;
	text-decoration: none;
}

.widget_calendar .calendar_wrap .wp-calendar-nav .wp-calendar-nav-prev a:focus-within, .widget_calendar .calendar_wrap .wp-calendar-nav .wp-calendar-nav-prev a:hover {
	color: var(--primary-color);
}

.widget_calendar .calendar_wrap .wp-calendar-nav .wp-calendar-nav-next a {
	color: #73777b;
	text-decoration: none;
}

.widget_calendar .calendar_wrap .wp-calendar-nav .wp-calendar-nav-next a:focus-within, .widget_calendar .calendar_wrap .wp-calendar-nav .wp-calendar-nav-next a:hover {
	color: var(--primary-color);
}

/*end of classic widgets*/
/* start of widgets*/
/* start of grid-posts widget*/
.grid-posts {
	container-type: inline-size;
}

.grid-posts .main-container-wrap .grid-posts-wrapper {
	gap: 1rem;
	display: grid;
}

@container (min-width: 601px) {
	.grid-posts .main-container-wrap .grid-posts-wrapper .blog-post-container .blog-post-inner .blog-post-detail .entry-title {
		font-size: var(--font-base);
	}
}

.grid-posts .main-container-wrap .grid-posts-wrapper .blog-post-container .blog-post-inner .blog-post-detail .post-meta {
	margin-bottom: 0;
}

.site-footer .grid-posts .main-container-wrap .grid-posts-wrapper .blog-post-container .blog-post-inner .blog-post-detail .post-meta .post-author span {
	color: #fff;
}

.site-footer .grid-posts .main-container-wrap .grid-posts-wrapper .blog-post-container .blog-post-inner .blog-post-detail .post-meta .post-author a {
	color: #fff;
}

.site-footer .grid-posts .main-container-wrap .grid-posts-wrapper .blog-post-container .blog-post-inner .blog-post-detail .post-meta .post-date a {
	color: #fff;
}

.grid-posts.style-1 .main-container-wrap .grid-posts-wrapper {
	grid-template-columns: repeat(3, 1fr);
}

@container (max-width: 1024px) {
	.grid-posts.style-1 .main-container-wrap .grid-posts-wrapper {
		grid-template-columns: repeat(2, 1fr);
	}
}

@container (max-width: 600px) {
	.grid-posts.style-1 .main-container-wrap .grid-posts-wrapper {
		grid-template-columns: repeat(1, 1fr);
	}
}

/* end of grid-posts widget*/
/* start of thumbnail-list-posts widget*/
.thumbnail-list-post {
	container-type: inline-size;
}

.thumbnail-list-post .thumbnail-list-post-wrapper {
	gap: 1rem;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}

@container (max-width: 1100px) {
	.thumbnail-list-post .thumbnail-list-post-wrapper {
		grid-template-columns: repeat(2, 1fr);
	}
}

@container (max-width: 600px) {
	.thumbnail-list-post .thumbnail-list-post-wrapper {
		grid-template-columns: repeat(1, 1fr);
	}
}

.thumbnail-list-post .thumbnail-list-post-wrapper .blog-post-container .blog-post-inner .blog-post-detail {
	align-self: center;
}

@container (max-width: 600px) {
	.thumbnail-list-post .thumbnail-list-post-wrapper .blog-post-container .blog-post-inner .blog-post-detail .post-categories {
		display: none;
	}
}

@container (min-width: 601px) {
	.thumbnail-list-post.style-1 .thumbnail-list-post-wrapper .blog-post-container .blog-post-inner .blog-post-image {
		min-height: 100px;
	}
}

@container (max-width: 600px) {
	.thumbnail-list-post.style-1 .thumbnail-list-post-wrapper .blog-post-container .blog-post-inner .blog-post-image {
		min-height: 80px;
	}
}

/* end of thumbnail-list-posts widget*/
/* end of list-posts widget*/
.list-post {
	container-type: inline-size;
}

.list-post .main-container-wrap .list-post-wrapper {
	gap: 1.2rem;
	display: grid;
}

.list-post .main-container-wrap .list-post-wrapper .blog-post-container:last-child {
	padding-bottom: 0;
}

.list-post .main-container-wrap .list-post-wrapper .blog-post-container:last-child::after {
	background-color: unset;
}

.list-post .main-container-wrap .list-post-wrapper .blog-post-container .blog-post-inner .blog-post-image img {
	aspect-ratio: 1/0.6;
}

.primary-widgets-area .list-post .main-container-wrap .list-post-wrapper .blog-post-container .blog-post-inner .blog-post-image img,
.column-2 .list-post .main-container-wrap .list-post-wrapper .blog-post-container .blog-post-inner .blog-post-image img {
	aspect-ratio: 1/0.7;
}

.list-post .main-container-wrap .list-post-wrapper .blog-post-container .blog-post-inner .blog-post-detail {
	align-self: center;
}

.site-footer .list-post .main-container-wrap .list-post-wrapper .blog-post-container .blog-post-inner .blog-post-detail .post-categories {
	display: none;
}

@container (max-width: 425px) {
	.list-post .main-container-wrap .list-post-wrapper .blog-post-container .blog-post-inner .blog-post-detail .post-categories {
		display: none;
	}
}

@container (min-width: 424px) {
	.list-post .main-container-wrap .list-post-wrapper .blog-post-container .blog-post-inner .blog-post-detail .entry-title {
		font-size: calc(var(--font-normal) + 2px);
	}
}

@container (max-width: 600px) {
	.list-post .main-container-wrap .list-post-wrapper .blog-post-container .blog-post-inner .blog-post-detail .post-excerpt {
		display: none;
	}
}

@container (min-width: 600px) {
	.list-post.style-1 .blog-post-container .blog-post-inner .blog-post-image {
		width: 45%;
	}
}

@container (min-width: 600px) {
	.list-post.style-1 .blog-post-container .blog-post-inner .blog-post-detail {
		width: 55%;
	}
}

/* end of list-posts widget*/
/* start of categories widget*/
.magazine-category-section .magazine-category-wrapper {
	gap: 1rem;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.magazine-category-section .magazine-category-wrapper .category-single {
	display: flex;
	overflow: hidden;
	position: relative;
	padding: 10px;
	border: 1px solid #fff;
}

.magazine-category-section .magazine-category-wrapper .category-single::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	opacity: 0.3;
	background: #222222;
	transition: 0.3s ease;
}

.magazine-category-section .magazine-category-wrapper .category-single img {
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	object-fit: cover;
}

.magazine-category-section .magazine-category-wrapper .category-single a {
	z-index: 2;
	width: 100%;
	padding: 6px;
	display: flex;
	color: #fff;
	font-weight: 600;
	position: relative;
	align-items: center;
	text-decoration: none;
	justify-content: flex-end;
	border: 1px solid #fff;
	font-size: calc(var(--font-base) - 2px);
}

.magazine-category-section .magazine-category-wrapper .category-single a .bar {
	flex: 1;
	min-width: 40px;
	margin-inline: 12px;
	border-bottom: 1px solid #fff;
}

.magazine-category-section .magazine-category-wrapper .category-single a .category-no {
	width: 36px;
	height: 36px;
	color: #fff;
	display: flex;
	flex-shrink: 0;
	align-items: center;
	justify-content: center;
}

.magazine-category-section .magazine-category-wrapper .category-single:focus-within::before, .magazine-category-section .magazine-category-wrapper .category-single:hover::before {
	opacity: 0.5;
}

/* end of categories widget*/
/*  start of widget-tile-posts */
.tile-posts {
	container-type: inline-size;
}

.tile-posts .main-container-wrap .tile-posts-wrapper {
	gap: 1rem;
	display: grid;
}

.tile-posts.style-1 .tile-posts-wrapper {
	grid-template-columns: repeat(3, 1fr);
}

@container (max-width: 991px) {
	.tile-posts.style-1 .tile-posts-wrapper {
		grid-template-columns: repeat(2, 1fr);
	}
}

@container (max-width: 600px) {
	.tile-posts.style-1 .tile-posts-wrapper {
		grid-template-columns: repeat(1, 1fr);
	}
}

.tile-posts.style-1 .tile-posts-wrapper .blog-post-container .blog-post-inner .blog-post-detail .entry-title {
	font-size: calc(var(--font-base) + 2px);
}

@container (min-width: 601px) {
	.tile-posts.style-1 .tile-posts-wrapper .blog-post-container:nth-child(1) {
		grid-row: span 2;
	}
}

@container (min-width: 769px) {
	.tile-posts.style-1 .tile-posts-wrapper .blog-post-container:nth-child(1) .blog-post-inner .blog-post-detail .entry-title {
		font-size: var(--font-normal);
	}
}

@container (min-width:1025px) {
	.tile-posts.style-1 .tile-posts-wrapper .blog-post-container:nth-child(2) {
		grid-column: span 2;
	}
}

/*  end of widget-tile-posts */
.widget_visionary_news_social_icons {
	container-type: inline-size;
}

.widget_visionary_news_social_icons ul.social-links {
	display: flex;
	flex-wrap: wrap;
}

.widget_visionary_news_social_icons ul.social-links li.menu-item {
	padding: 0;
	overflow: hidden;
	width: calc(20% - 4px);
}

@container (max-width:991px) {
	.widget_visionary_news_social_icons ul.social-links li.menu-item {
		width: calc(33.33% - 4px);
	}
}

@container (max-width: 600px) {
	.widget_visionary_news_social_icons ul.social-links li.menu-item {
		width: calc(50% - 4px);
	}
}

.widget_visionary_news_social_icons ul.social-links li.menu-item > a {
	gap: 10px;
	width: 100%;
	height: 42px;
	display: flex;
	color: #ffff;
	line-height: 1;
	overflow: visible;
	align-items: center;
	padding-inline-end: 16px;
	font-size: var(--font-small);
	background: var(--bg-clr-light);
}

.widget_visionary_news_social_icons ul.social-links li.menu-item > a::before {
	width: 40px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 0.5s cubic-bezier(0.01, 0.19, 0.34, 1.31);
}

.widget_visionary_news_social_icons ul.social-links li.menu-item > a[href*="facebook.com"] {
	background-color: #3b5999;
}

.widget_visionary_news_social_icons ul.social-links li.menu-item > a[href*="x.com"] {
	background-color: #000000;
}

.widget_visionary_news_social_icons ul.social-links li.menu-item > a[href*="twitter.com"] {
	background-color: #55acee;
}

.widget_visionary_news_social_icons ul.social-links li.menu-item > a[href*="instagram.com"] {
	background-color: #c32aa3;
}

.widget_visionary_news_social_icons ul.social-links li.menu-item > a[href*="youtube.com"] {
	background-color: #cd201f;
}

.widget_visionary_news_social_icons ul.social-links li.menu-item > a[href*="discord.com"] {
	background-color: #5865f2;
}

.widget_visionary_news_social_icons ul.social-links li.menu-item > a[href*="dribbble.com"] {
	background-color: #ea4c89;
}

.widget_visionary_news_social_icons ul.social-links li.menu-item > a[href*="google.com"] {
	background-color: #dd4b39;
}

.widget_visionary_news_social_icons ul.social-links li.menu-item > a[href*="line.me"] {
	background-color: #00b900;
}

.widget_visionary_news_social_icons ul.social-links li.menu-item > a[href*="linkedin.com"] {
	background-color: #0e76a8;
}

.widget_visionary_news_social_icons ul.social-links li.menu-item > a[href*="medium.com"] {
	background-color: #66cdaa;
}

.widget_visionary_news_social_icons ul.social-links li.menu-item > a[href*="messenger.com"] {
	background-color: #006aff;
}

.widget_visionary_news_social_icons ul.social-links li.menu-item > a[href*="paypal.com"] {
	background-color: #3b7bbf;
}

.widget_visionary_news_social_icons ul.social-links li.menu-item > a[href*="pinterest.com"] {
	background-color: #e60023;
}

.widget_visionary_news_social_icons ul.social-links li.menu-item > a[href*="reddit.com"] {
	background-color: #ff5700;
}

.widget_visionary_news_social_icons ul.social-links li.menu-item > a[href*="skype.com"] {
	background-color: #00aff0;
}

.widget_visionary_news_social_icons ul.social-links li.menu-item > a[href*="slack.com"] {
	background-color: #ecb22e;
}

.widget_visionary_news_social_icons ul.social-links li.menu-item > a[href*="snapchat.com"] {
	background-color: #fffc00;
}

.widget_visionary_news_social_icons ul.social-links li.menu-item > a[href*="spotify.com"] {
	background-color: #1db954;
}

.widget_visionary_news_social_icons ul.social-links li.menu-item > a[href*="stackoverflow.com"] {
	background-color: #f47f24;
}

.widget_visionary_news_social_icons ul.social-links li.menu-item > a[href*="t.me"], .widget_visionary_news_social_icons ul.social-links li.menu-item > a[href*="telegram.org"] {
	background-color: #229ed9;
}

.widget_visionary_news_social_icons ul.social-links li.menu-item > a[href*="twitch.tv"] {
	background-color: #6441a5;
}

.widget_visionary_news_social_icons ul.social-links li.menu-item > a[href*="vimeo.com"] {
	background-color: #86c9ef;
}

.widget_visionary_news_social_icons ul.social-links li.menu-item > a[href*="whatsapp.com"] {
	background-color: #34b7f1;
}

.widget_visionary_news_social_icons ul.social-links li.menu-item > a[href*="wordpress.com"], .widget_visionary_news_social_icons ul.social-links li.menu-item > a[href*="wordpress.org"] {
	background-color: #21759b;
}

.widget_visionary_news_social_icons ul.social-links li.menu-item > a[href*="youtube.com"] {
	background-color: #c4302b;
}

.widget_visionary_news_social_icons ul.social-links li.menu-item > a[href*="tumblr.com"] {
	background-color: #35465d;
}

.widget_visionary_news_social_icons ul.social-links li.menu-item > a[href*="flickr.com"] {
	background-color: #f40083;
}

.widget_visionary_news_social_icons ul.social-links li.menu-item > a[href*="yahoo.com"] {
	background-color: #6001d2;
}

.widget_visionary_news_social_icons ul.social-links li.menu-item > a[href*="soundcloud.com"] {
	background-color: #ff5500;
}

.widget_visionary_news_social_icons ul.social-links li.menu-item > a[href*="vk.com"] {
	background-color: #45668e;
}

.widget_visionary_news_social_icons ul.social-links li.menu-item > a[href*="qq.com"] {
	background-color: #09f;
}

.widget_visionary_news_social_icons ul.social-links li.menu-item > a[href*="weibo.com"] {
	background-color: #fa005e;
}

.widget_visionary_news_social_icons ul.social-links li.menu-item > a .screen-reader-text {
	clip: unset;
	clip-path: unset;
	height: auto;
	width: auto;
	margin: 0;
	position: unset !important;
	overflow: visible;
	color: #fff;
	transition: all 0.2s ease;
}

.site-footer .widget_visionary_news_social_icons ul.social-links li.menu-item > a .screen-reader-text {
	color: #fff;
}

.widget_visionary_news_social_icons ul.social-links li.menu-item:focus-within a, .widget_visionary_news_social_icons ul.social-links li.menu-item:hover a {
	padding-inline-end: 0;
	gap: 0;
}

.widget_visionary_news_social_icons ul.social-links li.menu-item:focus-within a::before, .widget_visionary_news_social_icons ul.social-links li.menu-item:hover a::before {
	width: 100%;
	background-color: #000000;
}

.widget_visionary_news_social_icons ul.social-links li.menu-item:focus-within a span, .widget_visionary_news_social_icons ul.social-links li.menu-item:hover a span {
	width: 0;
}

/*end of widgets*/
/*start of Primary, secondary and tertiary widget area */
.main-widget-area .widget-area-wrapper.frontpage-left-sidebar {
	display: flex;
	margin-inline: -1rem;
	align-items: flex-start;
	flex-direction: row-reverse;
}

@media (max-width: 991px) {
	.main-widget-area .widget-area-wrapper.frontpage-left-sidebar {
		flex-direction: column;
	}
}

@media (min-width: 992px) {
	.main-widget-area .widget-area-wrapper.frontpage-left-sidebar .primary-widgets-area:has(+ .secondary-widgets-area) {
		border-inline-start: 1px solid var(--border-clr);
	}
}

.main-widget-area .widget-area-wrapper.frontpage-right-sidebar {
	display: flex;
	margin-inline: -1rem;
	align-items: flex-start;
}

@media (max-width: 991px) {
	.main-widget-area .widget-area-wrapper.frontpage-right-sidebar {
		flex-direction: column;
	}
}

@media (min-width: 992px) {
	.main-widget-area .widget-area-wrapper.frontpage-right-sidebar .primary-widgets-area:has(+ .secondary-widgets-area) {
		border-inline-end: 1px solid var(--border-clr);
	}
}

.main-widget-area .widget-area-wrapper.no-sidebar .primary-widgets-area {
	width: 100%;
}

.main-widget-area .widget-area-wrapper.no-sidebar .secondary-widgets-area {
	width: 100%;
}

.main-widget-area .widget-area-wrapper .primary-widgets-area {
	width: 100%;
	padding-inline: 1rem;
	padding-block-end: 24px;
}

@media (min-width: 992px) {
	.main-widget-area .widget-area-wrapper .primary-widgets-area {
		width: 70%;
		padding-inline: 1rem;
	}
}

.main-widget-area .widget-area-wrapper .secondary-widgets-area {
	width: 100%;
	padding-inline: 1rem;
}

@media (min-width: 992px) {
	.main-widget-area .widget-area-wrapper .secondary-widgets-area {
		top: 40px;
		width: 30%;
		position: sticky;
		padding-inline: 1rem;
	}
	body.scroll-up .main-widget-area .widget-area-wrapper .secondary-widgets-area {
		top: 110px;
		transition: all 0.3s ease;
	}
}

/* end of Primary and secondary widget area */
/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
	/*rtl:ignore*/
	float: left;
	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {
	/*rtl:ignore*/
	float: right;
	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/* preloader CSS start
--------------------------------------------- */
#loader {
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
	display: table;
	position: fixed;
	min-height: 100%;
	overflow-x: hidden;
	overflow-y: hidden;
	vertical-align: middle;
	background-color: var(--bg-clr);
}

#loader .loader-container {
	z-index: 12;
	text-align: center;
	position: relative;
	display: table-cell;
	vertical-align: middle;
	text-transform: uppercase;
}

#loader #preloader {
	margin: auto;
	width: 100px;
	position: relative;
}

/*start-of-preloader */
#loader.loader-4 .loader-container #preloader {
	width: 45px;
	aspect-ratio: 1;
	background-size: 20% 100%;
	animation: bar-2 1s infinite linear;
	--c: no-repeat linear-gradient(var(--clr-text) 0 0);
	background: var(--c) 0% 50%, var(--c) 50% 50%, var(--c) 100% 50%;
}

@keyframes bar-2 {
	0% {
		background-size: 20% 100%, 20% 100%, 20% 100%;
	}
	33% {
		background-size: 20% 10%, 20% 100%, 20% 100%;
	}
	50% {
		background-size: 20% 100%, 20% 10%, 20% 100%;
	}
	66% {
		background-size: 20% 100%, 20% 100%, 20% 10%;
	}
	100% {
		background-size: 20% 100%, 20% 100%, 20% 100%;
	}
}

/*end-of-preloader */
/* start of header */
.site-header {
	margin-bottom: 22px;
	/* middle header*/
	/* bottom header*/
}

.site-header .visionary-news-middle-header {
	position: relative;
	z-index: 1;
}

.site-header .visionary-news-middle-header.has-bg-image .visionary-news-middle-header-wrapper .site-branding .site-identity .site-title a {
	color: #fff;
}

.site-header .visionary-news-middle-header.has-bg-image .visionary-news-middle-header-wrapper .site-branding .site-identity .site-description {
	color: #fff;
}

.site-header .visionary-news-middle-header.has-bg-image .visionary-news-middle-header-wrapper .header-social-icon .header-social-icon-container .social-links li a {
	color: #fff;
}

.site-header .visionary-news-middle-header .header-bg-image {
	top: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	inset-inline-start: 0;
}

.site-header .visionary-news-middle-header .header-bg-image::after {
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.4;
	position: absolute;
	background: #000;
}

.site-header .visionary-news-middle-header .header-bg-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.site-header .visionary-news-middle-header .visionary-news-middle-header-wrapper {
	z-index: 0;
	display: flex;
	flex-wrap: wrap;
	position: relative;
	padding-block: 24px;
	align-items: center;
	row-gap: 14px;
	column-gap: 30px;
}

@media (max-width: 768px) {
	.site-header .visionary-news-middle-header .visionary-news-middle-header-wrapper .heasder-button {
		order: 1;
	}
	.site-header .visionary-news-middle-header .visionary-news-middle-header-wrapper .site-branding {
		order: 3;
		width: 100%;
		justify-content: center;
	}
	.site-header .visionary-news-middle-header .visionary-news-middle-header-wrapper .header-social-icon {
		order: 2;
	}
}

.site-header .visionary-news-middle-header .visionary-news-middle-header-wrapper:has(.header-custom-button, .site-branding):not(:has(.header-social-icon)) {
	justify-content: center;
	flex-direction: column-reverse;
}

@media (max-width: 768px) {
	.site-header .visionary-news-middle-header .visionary-news-middle-header-wrapper:has(.header-custom-button, .site-branding):not(:has(.header-social-icon)) .heasder-button {
		order: 2;
	}
	.site-header .visionary-news-middle-header .visionary-news-middle-header-wrapper:has(.header-custom-button, .site-branding):not(:has(.header-social-icon)) .site-branding {
		order: 1;
	}
}

.site-header .visionary-news-middle-header .visionary-news-middle-header-wrapper:has(.site-branding, .header-social-icon):not(:has(.header-custom-button)) {
	justify-content: center;
	flex-direction: column;
}

.site-header .visionary-news-middle-header .visionary-news-middle-header-wrapper:has(.site-branding, .header-social-icon):not(:has(.header-custom-button)) .site-branding {
	order: 1;
}

.site-header .visionary-news-middle-header .visionary-news-middle-header-wrapper:has(.site-branding, .header-social-icon):not(:has(.header-custom-button)) .header-social-icon {
	order: 2;
}

.site-header .visionary-news-middle-header .visionary-news-middle-header-wrapper:has(.header-custom-button, .site-branding, .header-social-icon) {
	justify-content: space-between;
}

@media (max-width: 375px) {
	.site-header .visionary-news-middle-header .visionary-news-middle-header-wrapper:has(.header-custom-button, .site-branding, .header-social-icon) {
		justify-content: center;
	}
}

.site-header .visionary-news-middle-header .visionary-news-middle-header-wrapper .header-custom-button {
	border: unset;
	line-height: 1.1;
}

.site-header .visionary-news-middle-header .visionary-news-middle-header-wrapper .header-custom-button a {
	gap: 6px;
	display: flex;
	color: #fff;
	font-weight: 400;
	align-items: center;
	text-decoration: none;
	font-size: var(--font-small);
}

.site-header .visionary-news-middle-header .visionary-news-middle-header-wrapper .header-custom-button i {
	font-size: calc(var(--font-small) + 2px);
}

.site-header .visionary-news-middle-header .visionary-news-middle-header-wrapper .site-branding {
	display: flex;
	flex-shrink: 0;
	align-items: center;
	text-align: center;
	column-gap: 16px;
	row-gap: 2px;
}

@media (max-width: 600px) {
	.site-header .visionary-news-middle-header .visionary-news-middle-header-wrapper .site-branding:has(.site-logo) {
		flex-direction: column;
	}
}

@media (min-width: 601px) {
	.site-header .visionary-news-middle-header .visionary-news-middle-header-wrapper .site-branding:has(.site-logo) .site-identity .site-title {
		text-align: start;
	}
}

.site-header .visionary-news-middle-header .visionary-news-middle-header-wrapper .site-branding p {
	margin: 0;
}

@media (max-width: 656px) {
	.site-header .visionary-news-middle-header .visionary-news-middle-header-wrapper .site-branding .site-identity {
		display: flex;
		flex-direction: column;
	}
}

.site-header .visionary-news-middle-header .visionary-news-middle-header-wrapper .site-branding .site-identity .site-title {
	line-height: 1.2;
	font-size: var(--font-xlarge);
}

.site-header .visionary-news-middle-header .visionary-news-middle-header-wrapper .site-branding .site-identity .site-title a {
	font-weight: 700;
	text-decoration: none;
	transition: 0.3s ease;
	color: var(--site-title-color);
	font-family: var(--site-title-font);
}

.site-header .visionary-news-middle-header .visionary-news-middle-header-wrapper .site-branding .site-identity .site-description {
	line-height: 1.3;
	color: var(--clr-text);
	margin-block-start: 3px;
	font-size: calc(var(--font-small) + 2px);
	font-family: var(--site-description-font);
}

.site-header .visionary-news-middle-header .visionary-news-middle-header-wrapper .header-social-icon {
	flex-shrink: 0;
	isolation: isolate;
}

.site-header .visionary-news-middle-header .visionary-news-middle-header-wrapper .header-social-icon .social-links {
	gap: 6px;
}

.site-header .visionary-news-middle-header .visionary-news-middle-header-wrapper .header-social-icon .social-links li a {
	z-index: 1;
	width: 30px;
	height: 30px;
	border: 1px solid;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	transition: all 0.2s ease;
	font-size: calc(var(--font-small) - 1px);
}

.site-header .visionary-news-middle-header .visionary-news-middle-header-wrapper .header-social-icon .social-links li a:focus-within, .site-header .visionary-news-middle-header .visionary-news-middle-header-wrapper .header-social-icon .social-links li a:hover {
	color: var(--primary-color);
}

.site-header .visionary-news-bottom-header {
	position: relative;
	padding-block: 6px;
	border-block-end: 1px solid var(--border-clr);
	transition: all 0.3s ease-in-out;
}

@media (max-width: 991px) {
	.site-header .visionary-news-bottom-header {
		padding-block: 10px;
	}
}

.site-header .visionary-news-bottom-header .visionary-news-bottom-header-wrapper {
	gap: 16px;
	display: flex;
	position: relative;
	align-items: center;
	justify-content: space-between;
}

@media (max-width: 991px) {
	.site-header .visionary-news-bottom-header .visionary-news-bottom-header-wrapper .offcanvas {
		order: 2;
		margin-inline: auto 0;
	}
	.site-header .visionary-news-bottom-header .visionary-news-bottom-header-wrapper .navigation {
		order: 1;
	}
	.site-header .visionary-news-bottom-header .visionary-news-bottom-header-wrapper .bottom-header-right-part {
		order: 3;
	}
}

.site-header .visionary-news-bottom-header .visionary-news-bottom-header-wrapper .bottom-header-right-part {
	display: flex;
	align-items: center;
}

.site-header .visionary-news-bottom-header .visionary-news-bottom-header-wrapper .bottom-header-right-part .visionary-news-header-search {
	position: relative;
}

@media (max-width: 425px) {
	.site-header .visionary-news-bottom-header .visionary-news-bottom-header-wrapper .bottom-header-right-part .visionary-news-header-search {
		position: unset;
	}
}

.site-header .visionary-news-bottom-header .visionary-news-bottom-header-wrapper .bottom-header-right-part .visionary-news-header-search .header-search-wrap a {
	height: 30px;
	width: 30px;
	display: flex;
	padding-bottom: 2px;
	align-items: center;
	text-decoration: none;
	color: var(--clr-text);
	justify-content: center;
	transition: all 0.3s ease-in;
	font-size: calc(var(--font-base) - 2px);
}

.site-header .visionary-news-bottom-header .visionary-news-bottom-header-wrapper .bottom-header-right-part .visionary-news-header-search .header-search-wrap a:hover, .site-header .visionary-news-bottom-header .visionary-news-bottom-header-wrapper .bottom-header-right-part .visionary-news-header-search .header-search-wrap a:focus-within {
	color: var(--primary-color);
}

.site-header .visionary-news-bottom-header .visionary-news-bottom-header-wrapper .bottom-header-right-part .visionary-news-header-search .header-search-wrap .header-search-form {
	top: 100%;
	opacity: 0;
	z-index: 10;
	width: 330px;
	position: absolute;
	visibility: hidden;
	padding: 6px 0 0 0;
	inset-inline-end: 0;
}

@media (max-width: 425px) {
	.site-header .visionary-news-bottom-header .visionary-news-bottom-header-wrapper .bottom-header-right-part .visionary-news-header-search .header-search-wrap .header-search-form {
		width: 100%;
		top: 60%;
	}
}

.site-header .visionary-news-bottom-header .visionary-news-bottom-header-wrapper .bottom-header-right-part .visionary-news-header-search .header-search-wrap .header-search-form .search-form {
	padding: 6px;
	display: flex;
	background: var(--bg-clr);
	box-shadow: 2px 2px 6px var(--shadow);
}

.site-header .visionary-news-bottom-header .visionary-news-bottom-header-wrapper .bottom-header-right-part .visionary-news-header-search .header-search-wrap .header-search-form .search-form label {
	flex-basis: 75%;
}

.site-header .visionary-news-bottom-header .visionary-news-bottom-header-wrapper .bottom-header-right-part .visionary-news-header-search .header-search-wrap .header-search-form .search-form label .search-field {
	width: 100%;
	height: 38px;
	padding: 6px;
}

.site-header .visionary-news-bottom-header .visionary-news-bottom-header-wrapper .bottom-header-right-part .visionary-news-header-search .header-search-wrap .header-search-form .search-form .search-submit {
	padding: 10px;
	line-height: 1;
	flex-basis: 25%;
	font-size: var(--font-small);
}

.site-header .visionary-news-bottom-header .visionary-news-bottom-header-wrapper .bottom-header-right-part .visionary-news-header-search .header-search-wrap.show .header-search-form {
	opacity: 1;
	visibility: visible;
	transition: 0.3s ease-in;
}

/* end of header */
/* flash news section */
.visionary-news-flash-news {
	margin-block: 20px;
}

.visionary-news-flash-news .flash-news-section {
	position: relative;
}

.visionary-news-flash-news .flash-news-section .flash-news-wrapper {
	display: flex;
	align-items: center;
	background-color: var(--bg-clr-light);
}

.visionary-news-flash-news .flash-news-section .flash-news-wrapper .flash-news-title {
	color: #fff;
	flex-shrink: 0;
	font-weight: 800;
	padding: 5px 8px;
	margin-inline-end: 4px;
	font-size: var(--font-xsmall);
	background: var(--primary-color);
}

.visionary-news-flash-news .flash-news-section .flash-news-wrapper .flash-news-area {
	overflow: hidden;
}

.visionary-news-flash-news .flash-news-section .flash-news-wrapper .flash-news-area .flash-news .flash-news-posts-wrapper .flash-news-post {
	display: flex;
	align-items: center;
}

.visionary-news-flash-news .flash-news-section .flash-news-wrapper .flash-news-area .flash-news .flash-news-posts-wrapper .flash-news-post .single-post-wrap .content-wrap .flash-title {
	position: relative;
	display: flex;
	align-items: center;
}

.visionary-news-flash-news .flash-news-section .flash-news-wrapper .flash-news-area .flash-news .flash-news-posts-wrapper .flash-news-post .single-post-wrap .content-wrap .flash-title a {
	font-weight: 600;
	text-decoration: none;
	font-size: var(--font-small);
	line-height: 2;
	color: var(--clr-text);
	transition: 0.4s ease;
}

.visionary-news-flash-news .flash-news-section .flash-news-wrapper .flash-news-area .flash-news .flash-news-posts-wrapper .flash-news-post .single-post-wrap .content-wrap .flash-title a:hover, .visionary-news-flash-news .flash-news-section .flash-news-wrapper .flash-news-area .flash-news .flash-news-posts-wrapper .flash-news-post .single-post-wrap .content-wrap .flash-title a:focus-within {
	text-decoration: underline;
}

.visionary-news-flash-news .flash-news-section .flash-news-wrapper .flash-news-area .flash-news .flash-news-posts-wrapper .flash-news-post .single-post-wrap .content-wrap .flash-title::before {
	content: "\f111";
	color: var(--primary-color);
	font-family: "fontawesome";
	padding-inline-end: 12px;
	margin-inline-start: 12px;
	font-size: calc(var(--font-xsmall) - 7px);
	opacity: 0.3;
}

/* start of banner */
.magazine-banner {
	width: 100%;
}

.magazine-banner .section-wrapper .banner-container-wrapper {
	display: flex;
	align-items: flex-start;
}

@media (max-width: 991px) {
	.magazine-banner .section-wrapper .banner-container-wrapper {
		row-gap: 1.25rem;
		flex-wrap: wrap;
	}
}

.magazine-banner.banner-style-1 .section-wrapper .banner-container-wrapper .banner-main-part {
	width: 100%;
}

@media (min-width: 992px) {
	.magazine-banner.banner-style-1 .section-wrapper .banner-container-wrapper .banner-main-part {
		width: 75%;
		padding-inline-end: 1.25rem;
		border-inline-end: 1px solid var(--border-clr);
		top: 0;
		position: sticky;
	}
}

.magazine-banner.banner-style-1 .section-wrapper .banner-container-wrapper .banner-main-part .banner-main-wrap {
	gap: 1.25rem;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 768px) {
	.magazine-banner.banner-style-1 .section-wrapper .banner-container-wrapper .banner-main-part .banner-main-wrap {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 600px) {
	.magazine-banner.banner-style-1 .section-wrapper .banner-container-wrapper .banner-main-part .banner-main-wrap {
		grid-template-columns: repeat(1, 1fr);
	}
}

.magazine-banner.banner-style-1 .section-wrapper .banner-container-wrapper .banner-main-part .banner-main-wrap .blog-post-container.list-layout {
	grid-column: span 3;
}

@media (max-width: 768px) {
	.magazine-banner.banner-style-1 .section-wrapper .banner-container-wrapper .banner-main-part .banner-main-wrap .blog-post-container.list-layout {
		grid-column: span 2;
	}
}

@media (max-width: 600px) {
	.magazine-banner.banner-style-1 .section-wrapper .banner-container-wrapper .banner-main-part .banner-main-wrap .blog-post-container.list-layout {
		grid-column: span 1;
	}
}

.magazine-banner.banner-style-1 .section-wrapper .banner-container-wrapper .banner-main-part .banner-main-wrap .blog-post-container.list-layout .blog-post-inner {
	flex-direction: row-reverse;
	border: 1px solid var(--border-clr);
}

@media (max-width: 600px) {
	.magazine-banner.banner-style-1 .section-wrapper .banner-container-wrapper .banner-main-part .banner-main-wrap .blog-post-container.list-layout .blog-post-inner {
		flex-direction: column;
	}
}

.magazine-banner.banner-style-1 .section-wrapper .banner-container-wrapper .banner-main-part .banner-main-wrap .blog-post-container.list-layout .blog-post-inner .blog-post-image {
	width: 100%;
}

@media (min-width: 601px) {
	.magazine-banner.banner-style-1 .section-wrapper .banner-container-wrapper .banner-main-part .banner-main-wrap .blog-post-container.list-layout .blog-post-inner .blog-post-image {
		width: 60%;
	}
}

@media (min-width: 601px) {
	.magazine-banner.banner-style-1 .section-wrapper .banner-container-wrapper .banner-main-part .banner-main-wrap .blog-post-container.list-layout .blog-post-inner .blog-post-detail {
		padding-inline-start: 20px;
	}
}

@media (max-width: 600px) {
	.magazine-banner.banner-style-1 .section-wrapper .banner-container-wrapper .banner-main-part .banner-main-wrap .blog-post-container.list-layout .blog-post-inner .blog-post-detail {
		padding-inline: 20px;
		padding-block-end: 20px;
	}
}

.magazine-banner.banner-style-1 .section-wrapper .banner-container-wrapper .banner-main-part .banner-main-wrap .blog-post-container.list-layout .blog-post-inner .blog-post-detail .entry-title {
	font-size: calc(var(--font-large) - 3px);
}

.magazine-banner.banner-style-1 .section-wrapper .banner-container-wrapper .banner-main-part .banner-main-wrap .blog-post-container.grid-layout .blog-post-inner .blog-post-detail .entry-title {
	font-size: var(--font-base);
}

.magazine-banner.banner-style-1 .section-wrapper .banner-container-wrapper .featured-posts {
	container-type: inline-size;
	width: 100%;
}

@media (min-width: 992px) {
	.magazine-banner.banner-style-1 .section-wrapper .banner-container-wrapper .featured-posts {
		width: 25%;
		padding-inline-start: 1.25rem;
		top: 0;
		position: sticky;
	}
}

.magazine-banner.banner-style-1 .section-wrapper .banner-container-wrapper .featured-posts .featured-posts-wrap .blog-post-container {
	position: relative;
	margin-bottom: 1rem;
	padding-bottom: 1rem;
	border-bottom: 1px solid var(--border-clr);
}

.magazine-banner.banner-style-1 .section-wrapper .banner-container-wrapper .featured-posts .featured-posts-wrap .blog-post-container:last-child {
	margin-bottom: unset;
	padding-bottom: unset;
	border-bottom: none;
}

.magazine-banner.banner-style-1 .section-wrapper .banner-container-wrapper .featured-posts .featured-posts-wrap .blog-post-container .blog-post-inner {
	flex-direction: row-reverse;
}

.magazine-banner.banner-style-1 .section-wrapper .banner-container-wrapper .featured-posts .featured-posts-wrap .blog-post-container .blog-post-inner .blog-post-detail .entry-title {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
}

/* end of banner */
/* combined grid-list-tile-layouts */
.blog-post-container .blog-post-inner {
	display: flex;
}

.blog-post-container .blog-post-inner .blog-post-image {
	line-height: 0;
	flex-shrink: 0;
	overflow: hidden;
}

.blog-post-container .blog-post-inner .blog-post-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.3s ease;
}

.blog-post-container .blog-post-inner .blog-post-detail .post-categories {
	margin: 0;
	padding: 0;
	line-height: 0;
	margin-top: 4px;
	display: flex;
	align-items: center;
}

.blog-post-container .blog-post-inner .blog-post-detail .post-categories a {
	line-height: 1;
	font-weight: 600;
	position: relative;
	margin-block-end: 4px;
	letter-spacing: 0.1px;
	display: inline-block;
	text-decoration: none;
	margin-inline-end: 4px;
	text-transform: capitalize;
	color: var(--cat-clr);
	font-size: calc(var(--font-xsmall) - 1px);
	display: inline-flex;
	align-items: center;
	transition: 0.3s ease;
}

.blog-post-container .blog-post-inner .blog-post-detail .post-categories a:first-child::before {
	display: none;
}

.blog-post-container .blog-post-inner .blog-post-detail .post-categories a:hover, .blog-post-container .blog-post-inner .blog-post-detail .post-categories a:focus-within {
	text-decoration: underline;
}

.blog-post-container .blog-post-inner .blog-post-detail .post-categories a::before {
	content: '\f111';
	font-family: "fontawesome";
	font-size: calc(var(--font-xsmall) - 9px);
	opacity: 0.8;
	border-radius: 100%;
	margin-inline-end: 4px;
}

.blog-post-container .blog-post-inner .blog-post-detail .entry-title,
.blog-post-container .blog-post-inner .blog-post-detail .post-main-title {
	line-height: 1.2;
	margin-block: 4px;
	font-size: calc(var(--font-base) - 2px);
}

.blog-post-container .blog-post-inner .blog-post-detail .entry-title a,
.blog-post-container .blog-post-inner .blog-post-detail .post-main-title a {
	position: relative;
	z-index: 3;
	text-decoration: none;
	color: var(--clr-text);
	font-family: var(--font-heading);
	background-size: 0 1px;
	background-position: 0 94%;
	background-repeat: no-repeat;
	background-image: linear-gradient(90deg, var(--primary-color) 0, var(--primary-color) 94%);
	transition: background-size 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.5s ease;
}

.blog-post-container .blog-post-inner .blog-post-detail .entry-title:focus-within a, .blog-post-container .blog-post-inner .blog-post-detail .entry-title:hover a,
.blog-post-container .blog-post-inner .blog-post-detail .post-main-title:focus-within a,
.blog-post-container .blog-post-inner .blog-post-detail .post-main-title:hover a {
	background-size: 100% 1px;
	color: var(--primary-color);
}

.blog-post-container .blog-post-inner .blog-post-detail p.post-excerpt {
	margin-top: 4px;
	margin-bottom: 0;
	color: var(--clr-text);
	font-size: calc(var(--font-small) + 1px);
}

.blog-post-container .blog-post-inner .blog-post-detail .post-meta {
	row-gap: 4px;
	display: flex;
	flex-wrap: wrap;
	margin-top: 0.5rem;
	align-items: center;
}

.blog-post-container .blog-post-inner .blog-post-detail .post-meta:has(.post-date) .post-date {
	position: relative;
	margin-inline-start: 8px;
	padding-inline-start: 8px;
}

.blog-post-container .blog-post-inner .blog-post-detail .post-meta:has(.post-date) .post-date::before {
	content: '';
	position: absolute;
	width: 2px;
	height: 2px;
	top: 50%;
	inset-inline-start: 0;
	transform: translateY(-50%);
	background-color: var(--clr-text);
}

.blog-post-container .blog-post-inner .blog-post-detail .post-meta .post-author {
	flex-shrink: 0;
}

.blog-post-container .blog-post-inner .blog-post-detail .post-meta .post-author a {
	text-decoration: none;
	color: var(--clr-text);
	transition: all 0.3s ease;
	font-size: var(--font-xsmall);
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 600;
}

.blog-post-container .blog-post-inner .blog-post-detail .post-meta .post-author a:focus-within, .blog-post-container .blog-post-inner .blog-post-detail .post-meta .post-author a:hover {
	color: var(--primary-color);
}

.blog-post-container .blog-post-inner .blog-post-detail .post-meta .post-author a i {
	margin-inline-end: 4px;
	font-size: calc(var(--font-xsmall) - 1px);
}

.blog-post-container .blog-post-inner .blog-post-detail .post-meta .post-date a {
	text-decoration: none;
	color: var(--clr-text);
	transition: all 0.3s ease;
	font-size: var(--font-xsmall);
	display: flex;
	align-items: center;
	justify-content: center;
}

.blog-post-container .blog-post-inner .blog-post-detail .post-meta .post-date a:focus-within, .blog-post-container .blog-post-inner .blog-post-detail .post-meta .post-date a:hover {
	color: var(--primary-color);
}

.blog-post-container .blog-post-inner .blog-post-detail .post-meta .post-date a i {
	margin-inline-end: 4px;
	font-size: calc(var(--font-xsmall) - 1px);
}

.blog-post-container.grid-layout .blog-post-inner {
	flex-direction: column;
}

.blog-post-container.grid-layout .blog-post-inner:has(.blog-post-image) .blog-post-detail {
	margin-top: 10px;
	position: relative;
}

.blog-post-container.grid-layout .blog-post-inner .blog-post-image {
	width: 100%;
	height: 100%;
	position: relative;
}

.blog-post-container.grid-layout .blog-post-inner .blog-post-image img {
	aspect-ratio: 1/0.7;
}

.blog-post-container.grid-layout .blog-post-inner .blog-post-image .post-categories {
	left: 0;
	right: 0;
	top: 8px;
	bottom: 0;
	margin: 0;
	line-height: 0;
	position: absolute;
	padding: 0 0 0 8px;
	display: inline-block;
}

.blog-post-container.grid-layout .blog-post-inner .blog-post-image .post-categories li {
	list-style: none;
	padding-bottom: 6px;
	display: inline-block;
}

.blog-post-container.grid-layout .blog-post-inner .blog-post-image .post-categories a {
	color: #ffff;
	font-weight: 600;
	line-height: 8px;
	padding: 4px 6px;
	margin-block-end: 4px;
	letter-spacing: 0.5px;
	display: inline-block;
	text-decoration: none;
	margin-inline-end: 4px;
	padding-inline-end: 8px;
	text-transform: uppercase;
	background: var(--primary-color);
	font-size: calc(var(--font-xsmall) - 1.4px);
}

.blog-post-container.list-layout .blog-post-inner {
	gap: 1rem;
	height: 100%;
}

.blog-post-container.list-layout .blog-post-inner .blog-post-image {
	width: 30%;
}

.blog-post-container.list-layout .blog-post-inner .blog-post-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(1);
	aspect-ratio: 1/0.7;
	transition: all 0.3s ease;
}

.blog-post-container.list-layout .blog-post-inner .blog-post-detail {
	flex: 1;
	display: flex;
	align-self: center;
	flex-direction: column;
}

.blog-post-container.small-list-layout .blog-post-inner {
	gap: 1rem;
	height: 100%;
}

.blog-post-container.small-list-layout .blog-post-inner .blog-post-image {
	width: 30%;
}

.blog-post-container.small-list-layout .blog-post-inner .blog-post-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(1);
	aspect-ratio: 1/0.7;
	transition: all 0.3s ease;
}

.blog-post-container.small-list-layout .blog-post-inner .blog-post-detail {
	flex: 1;
	display: flex;
	align-self: center;
	flex-direction: column;
}

.blog-post-container.small-list-layout .blog-post-inner .blog-post-detail .entry-title {
	font-size: calc(var(--font-base) - 4px);
}

.blog-post-container.tile-layout .blog-post-inner {
	height: 100%;
	overflow: hidden;
	min-height: 280px;
	position: relative;
	background-color: var(--bg-clr-light);
}

.blog-post-container.tile-layout .blog-post-inner:has(.blog-post-image) .blog-post-image::before {
	content: "";
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0.2;
	position: absolute;
	inset-inline-start: 0;
	background: #000;
}

.blog-post-container.tile-layout .blog-post-inner:has(.blog-post-image) .blog-post-detail .entry-title a,
.blog-post-container.tile-layout .blog-post-inner:has(.blog-post-image) .blog-post-detail .post-main-title a {
	background-image: linear-gradient(#fff 0%, #fff 100%), linear-gradient(#fff 0%, #fff 100%);
	color: #fff;
}

.blog-post-container.tile-layout .blog-post-inner:has(.blog-post-image) .blog-post-detail .entry-title:hover a, .blog-post-container.tile-layout .blog-post-inner:has(.blog-post-image) .blog-post-detail .entry-title:focus-within a,
.blog-post-container.tile-layout .blog-post-inner:has(.blog-post-image) .blog-post-detail .post-main-title:hover a,
.blog-post-container.tile-layout .blog-post-inner:has(.blog-post-image) .blog-post-detail .post-main-title:focus-within a {
	color: #fff;
}

.blog-post-container.tile-layout .blog-post-inner:has(.blog-post-image) .blog-post-detail .post-excerpt {
	color: #fff;
}

.blog-post-container.tile-layout .blog-post-inner:has(.blog-post-image) .blog-post-detail .post-meta .post-author a {
	color: #fff;
}

.blog-post-container.tile-layout .blog-post-inner:has(.blog-post-image) .blog-post-detail .post-meta .post-author:hover a, .blog-post-container.tile-layout .blog-post-inner:has(.blog-post-image) .blog-post-detail .post-meta .post-author:focus-within a {
	color: #fff;
}

.blog-post-container.tile-layout .blog-post-inner:has(.blog-post-image) .blog-post-detail .post-meta .post-date a {
	color: #fff;
}

.blog-post-container.tile-layout .blog-post-inner:has(.blog-post-image) .blog-post-detail .post-meta .post-date:hover a, .blog-post-container.tile-layout .blog-post-inner:has(.blog-post-image) .blog-post-detail .post-meta .post-date:focus-within a {
	color: #fff;
}

.blog-post-container.tile-layout .blog-post-inner:has(.blog-post-image) .blog-post-detail .post-meta .post-author + .post-date a::before {
	color: #fff;
}

.blog-post-container.tile-layout .blog-post-inner .blog-post-image {
	top: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	inset-inline-start: 0;
}

.blog-post-container.tile-layout .blog-post-inner .blog-post-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.3s ease;
}

.blog-post-container.tile-layout .blog-post-inner .blog-post-detail {
	width: 100%;
	display: flex;
	position: relative;
	flex-direction: column;
	justify-content: flex-end;
	padding: 18px;
}

.blog-post-container.tile-layout .blog-post-inner .blog-post-detail .post-categories a {
	z-index: 1;
	color: #fff;
	line-height: 1;
	padding: 4px 6px 3px;
}

.blog-post-container.tile-layout .blog-post-inner .blog-post-detail .post-categories a::before {
	display: none;
}

.blog-post-container.tile-layout .blog-post-inner .blog-post-detail .post-categories a::after {
	content: '';
	position: absolute;
	inset: 0;
	background: var(--cat-clr);
	transition: 0.3s ease;
	z-index: -1;
}

.blog-post-container.tile-layout .blog-post-inner .blog-post-detail .entry-title a,
.blog-post-container.tile-layout .blog-post-inner .blog-post-detail .post-main-title a {
	color: var(--clr-text);
	font-family: var(--font-heading);
}

.blog-post-container.tile-layout .blog-post-inner .blog-post-detail .entry-title:hover a, .blog-post-container.tile-layout .blog-post-inner .blog-post-detail .entry-title:focus-within a,
.blog-post-container.tile-layout .blog-post-inner .blog-post-detail .post-main-title:hover a,
.blog-post-container.tile-layout .blog-post-inner .blog-post-detail .post-main-title:focus-within a {
	color: var(--primary-color);
}

.blog-post-container.tile-layout .blog-post-inner .blog-post-detail .post-excerpt {
	color: var(--clr-text);
}

@container (max-width: 400px) {
	.blog-post-container.tile-layout .blog-post-inner .blog-post-detail .post-excerpt {
		display: none;
	}
}

.blog-post-container.tile-layout .blog-post-inner .blog-post-detail .post-meta .post-author span {
	color: var(--clr-text);
}

.blog-post-container.tile-layout .blog-post-inner .blog-post-detail .post-meta .post-author a {
	opacity: 1;
	color: var(--clr-text);
}

.blog-post-container.tile-layout .blog-post-inner .blog-post-detail .post-meta .post-author:hover a, .blog-post-container.tile-layout .blog-post-inner .blog-post-detail .post-meta .post-author:focus-within a {
	color: var(--primary-color);
}

.blog-post-container.tile-layout .blog-post-inner .blog-post-detail .post-meta .post-date a {
	color: var(--clr-text);
}

.blog-post-container.tile-layout .blog-post-inner .blog-post-detail .post-meta .post-date::before {
	background-color: #fff;
}

.blog-post-container.tile-layout .blog-post-inner .blog-post-detail .post-meta .post-date:hover a, .blog-post-container.tile-layout .blog-post-inner .blog-post-detail .post-meta .post-date:focus-within a {
	color: var(--primary-color);
}

/* end of grid-list-tile-layouts */
/* start-of-footer */
footer.site-footer {
	--bg-clr: #262626;
	--bg-clr-light: #3d3d3d;
	--clr-text: #eeefe9;
	background-color: #000000;
}

footer.site-footer .footer-container-wrapper .footer-content-inside .ascendoor-widget:first-child .main-container-wrap {
	border-top: unset;
	padding-block-start: unset;
}

footer.site-footer .visionary-news-footer-newsletter {
	position: relative;
}

footer.site-footer .visionary-news-footer-newsletter::before {
	content: "";
	position: absolute;
	background-color: black;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.5;
}

footer.site-footer .visionary-news-footer-newsletter .footer-newsletter-wrapper {
	isolation: isolate;
	padding-block: 20px;
	display: flex;
	align-items: center;
	gap: 24px;
}

@media (max-width: 768px) {
	footer.site-footer .visionary-news-footer-newsletter .footer-newsletter-wrapper {
		flex-direction: column;
	}
}

footer.site-footer .visionary-news-footer-newsletter .footer-newsletter-wrapper .newsletter-title {
	width: 60%;
}

@media (max-width: 768px) {
	footer.site-footer .visionary-news-footer-newsletter .footer-newsletter-wrapper .newsletter-title {
		width: 100%;
		text-align: center;
	}
}

footer.site-footer .visionary-news-footer-newsletter .footer-newsletter-wrapper .newsletter-title h3 {
	font-size: var(--font-normal);
}

footer.site-footer .visionary-news-footer-newsletter .footer-newsletter-wrapper .newsletter-title p {
	margin: 8px 0 0 0;
	font-size: var(--font-small);
}

footer.site-footer .visionary-news-footer-newsletter .footer-newsletter-wrapper .newsletter-subscription-form {
	width: 40%;
}

@media (max-width: 768px) {
	footer.site-footer .visionary-news-footer-newsletter .footer-newsletter-wrapper .newsletter-subscription-form {
		width: 100%;
	}
}

footer.site-footer .visionary-news-footer-newsletter .footer-newsletter-wrapper .newsletter-subscription-form .wp-block-jetpack-subscriptions__container form {
	display: flex;
}

footer.site-footer .visionary-news-footer-newsletter .footer-newsletter-wrapper .newsletter-subscription-form .wp-block-jetpack-subscriptions__container form #subscribe-email {
	flex-grow: 1;
	margin: 0;
}

footer.site-footer .visionary-news-footer-newsletter .footer-newsletter-wrapper .newsletter-subscription-form .wp-block-jetpack-subscriptions__container form #subscribe-email input {
	width: 100%;
	padding: 6px;
	color: var(--clr-text);
	background-color: var(--bg-clr-light);
}

footer.site-footer .visionary-news-footer-newsletter .footer-newsletter-wrapper .newsletter-subscription-form .wp-block-jetpack-subscriptions__container form #subscribe-submit {
	margin: 0;
	flex-shrink: 0;
}

footer.site-footer .visionary-news-footer-newsletter .footer-newsletter-wrapper .newsletter-subscription-form .wp-block-jetpack-subscriptions__container form #subscribe-submit button.wp-block-button__link {
	width: 100%;
	color: white;
	font-weight: 600;
	border-radius: 0;
	padding: 6px 22px;
	transition: all 0.5s ease-in-out;
	background-color: var(--primary-color);
	border: 1px solid var(--primary-color);
	font-size: calc(var(--font-small) + 2px);
}

footer.site-footer .visionary-news-top-footer {
	padding-block: 20px;
	border-top: 1px solid #a6a6a1;
}

footer.site-footer .visionary-news-top-footer .top-footer-wrapper {
	display: flex;
	flex-wrap: wrap;
	margin-inline: -12px;
}

footer.site-footer .visionary-news-top-footer .top-footer-wrapper .footer-container-wrapper {
	width: 25%;
}

@media (max-width: 1028px) {
	footer.site-footer .visionary-news-top-footer .top-footer-wrapper .footer-container-wrapper {
		width: 50%;
		margin-bottom: 22px;
	}
}

@media (max-width: 600px) {
	footer.site-footer .visionary-news-top-footer .top-footer-wrapper .footer-container-wrapper {
		width: 100%;
	}
}

footer.site-footer .visionary-news-top-footer .top-footer-wrapper .footer-container-wrapper .footer-content-inside {
	padding-inline: 12px;
}

footer.site-footer .visionary-news-top-footer .top-footer-wrapper .footer-container-wrapper .footer-content-inside .widget-title {
	font-size: calc(var(--font-base) - 3px);
}

footer.site-footer .visionary-news-top-footer .top-footer-wrapper .footer-container-wrapper .footer-content-inside .widget:not(.widget_visionary_news_social_icons):not(.post-tabs-widget) ol,
footer.site-footer .visionary-news-top-footer .top-footer-wrapper .footer-container-wrapper .footer-content-inside .widget:not(.widget_visionary_news_social_icons):not(.post-tabs-widget) ul {
	padding: 0;
	margin: 0;
}

footer.site-footer .visionary-news-top-footer .top-footer-wrapper .footer-container-wrapper .footer-content-inside .widget:not(.widget_visionary_news_social_icons):not(.post-tabs-widget) ol li,
footer.site-footer .visionary-news-top-footer .top-footer-wrapper .footer-container-wrapper .footer-content-inside .widget:not(.widget_visionary_news_social_icons):not(.post-tabs-widget) ul li {
	list-style: none;
	border: none;
}

footer.site-footer .visionary-news-top-footer .top-footer-wrapper .footer-container-wrapper .footer-content-inside .widget:not(.widget_visionary_news_social_icons):not(.post-tabs-widget) ol li a,
footer.site-footer .visionary-news-top-footer .top-footer-wrapper .footer-container-wrapper .footer-content-inside .widget:not(.widget_visionary_news_social_icons):not(.post-tabs-widget) ul li a {
	color: white;
	text-decoration: none;
	color: var(--clr-text);
	font-family: var(--font-heading);
	background-size: 0 1px;
	background-position: 0 94%;
	background-repeat: no-repeat;
	background-image: linear-gradient(90deg, #fff 0, #fff 94%);
	transition: background-size 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.5s ease;
}

footer.site-footer .visionary-news-top-footer .top-footer-wrapper .footer-container-wrapper .footer-content-inside .widget:not(.widget_visionary_news_social_icons):not(.post-tabs-widget) ol li a:hover, footer.site-footer .visionary-news-top-footer .top-footer-wrapper .footer-container-wrapper .footer-content-inside .widget:not(.widget_visionary_news_social_icons):not(.post-tabs-widget) ol li a:focus-within,
footer.site-footer .visionary-news-top-footer .top-footer-wrapper .footer-container-wrapper .footer-content-inside .widget:not(.widget_visionary_news_social_icons):not(.post-tabs-widget) ul li a:hover,
footer.site-footer .visionary-news-top-footer .top-footer-wrapper .footer-container-wrapper .footer-content-inside .widget:not(.widget_visionary_news_social_icons):not(.post-tabs-widget) ul li a:focus-within {
	background-size: 100% 1px;
}

footer.site-footer .visionary-news-top-footer .top-footer-wrapper .footer-container-wrapper .footer-content-inside .footer-logo img {
	object-fit: cover;
}

footer.site-footer .visionary-news-top-footer .top-footer-wrapper .footer-container-wrapper .footer-content-inside .footer-sub-content p {
	margin: 10px 0;
	color: #bbbbbb;
	font-size: calc(var(--font-small) + 2);
}

footer.site-footer .visionary-news-top-footer .top-footer-wrapper .footer-container-wrapper .footer-content-inside .footer-social-icons {
	display: flex;
	margin-top: 25px;
}

@media (max-width: 425px) {
	footer.site-footer .visionary-news-top-footer .top-footer-wrapper .footer-container-wrapper .footer-content-inside .footer-social-icons {
		justify-content: center;
	}
}

footer.site-footer .visionary-news-top-footer .top-footer-wrapper .footer-container-wrapper .footer-content-inside .footer-social-icons a {
	color: grey;
	margin-right: 20px;
	text-decoration: none;
	transition: all 0.2s ease;
	font-size: calc(var(--font-normal) - 3px);
}

footer.site-footer .visionary-news-top-footer .top-footer-wrapper .footer-container-wrapper .footer-content-inside .footer-social-icons a:hover {
	color: var(--primary-color);
}

footer.site-footer .visionary-news-bottom-footer {
	padding-block: 20px;
	background-color: #1a1a1a;
}

footer.site-footer .visionary-news-bottom-footer .bottom-footer-content a {
	text-decoration: none;
}

footer.site-footer .visionary-news-bottom-footer .bottom-footer-content p {
	margin: 0;
	font-size: var(--font-small);
	text-align: center;
	color: #bbbbbb;
}

footer.site-footer .visionary-news-bottom-footer .bottom-footer-content a {
	transition: all 0.5s ease;
	color: #bbbbbb;
}

footer.site-footer .visionary-news-bottom-footer .bottom-footer-content a:focus-within, footer.site-footer .visionary-news-bottom-footer .bottom-footer-content a:hover {
	color: var(--primary-color);
}

/* end-of-footer */
/* start-of-scroll-to-top */
.scroll-progress-container {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 9999;
	display: flex;
	align-items: center;
	justify-content: center;
	visibility: hidden;
	opacity: 0;
}

.scroll-progress-container .scroll-progress-circle {
	width: 54px;
	height: 54px;
}

.scroll-progress-container .scroll-progress-circle .scroll-progress-background {
	fill: var(--bg-clr-light);
	stroke: var(--shadow);
	stroke-width: 4;
	stroke-dasharray: none;
}

.scroll-progress-container .scroll-progress-circle .scroll-progress-circle-bar {
	fill: none;
	stroke: var(--primary-color);
	stroke-width: 4;
	stroke-dasharray: 283;
	stroke-dashoffset: 0;
	transform-origin: center;
	transition: stroke-dashoffset 0.3s ease;
}

.scroll-progress-container .scroll-to-top {
	position: absolute;
	height: 100%;
	width: 100%;
	border-radius: 50%;
	cursor: pointer;
	transition: opacity 0.3s ease;
	z-index: 9998;
	display: flex;
	align-items: center;
	justify-content: center;
}

.scroll-progress-container .scroll-to-top svg {
	display: block;
	width: 20px;
	height: 20px;
	stroke: var(--primary-color);
	transition: all 0.1s ease;
}

.scroll-progress-container.show {
	opacity: 1;
	visibility: visible;
}

/* end-of-scroll-to-top */
/* start-of-breadcrumb */
.breadcrumbs ul {
	padding: 0;
	margin: 0;
}

.breadcrumbs ul li {
	list-style: none;
	display: inline-block;
}

.breadcrumbs ul li::after {
	content: "/";
	margin: 0 5px;
}

.breadcrumbs ul li:last-child::after {
	content: "";
	display: none;
}

.breadcrumbs ul a {
	text-decoration: none;
	color: var(--clr-text);
	transition: all 0.3s ease;
	margin: 0 3px;
}

.breadcrumbs ul a:focus-within, .breadcrumbs ul a:hover {
	color: var(--primary-color);
}

.breadcrumbs ul .trail-end {
	color: var(--clr-text-light);
}

/* end-of-breadcrumb */

/*# sourceMappingURL=style.css.map */