@charset 'UTF-8';

/*!
* Theme Name:  Daily Research News Pro
* Theme URI:   https://dailyresearchnews.com/
* Description: A custom WordPress theme specially designed for Daily Research News with content presentation and performance in mind.
* Author:      Daily Research News
* Author URI:  https://dailyresearchnews.com/
* Version:     1.0.0
* Text Domain: dailyresearchnews-pro
* Template:    genesis
* Template     Version: 2.5.2
* License:     GPL-2.0+
* License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/* # Table of Contents

- Utilities
- Variables
- Mixins
- Functions
- Reset
- Baseline Normalize
- Box Sizing
- Float Clearing
- Defaults
- Typography
- Headings
- Forms
- Objects
- Tables
- Accessibility
- Layout
- Site Containers
- Content Width
- Column Classes
- Gallery
- Common
- Avatars
- Genesis
- Search Form
- Titles
- WordPress
- Header
- Before Header
- Site Header
- Title Area
- Widget Area
- Hero Section
- Menus
- Menus
- Sub Menus
- Specific Menus
- Menu Toggles
- Content
- Entries
- Entry Meta
- Pagination
- Comments
- Sidebars
- Widgets
- Sidebars
- Footer
- Site Footer
- Footer Widgets
- Plugins
- Simple Social Icons
- Home
- Front Page
- Custom Header
- Print
- Print Styles
*/
/*
* Color Values
* Font Color Values
* Font Values
* Font Size Values
* Container Width
* Media Queries
* Get inverted Color
* normalize.css v7.0.0 | 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
*    IE on Windows Phone and in iOS.
*/
html {
	line-height: 1.15;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;

	/* GLOBAL COLORS */
	--color-primary: #005ac2;
	--color-secondary: #fcfc1c;

	/* TEXT */
	--color-text: #2f1854;
	--color-text-light: #808080;
	--color-text-placeholder: #c0c0c0;
	--color-text-meta: #6d757f;

	/* OTHER */
	--color-border-light: #b8c1cd;
	--color-bg-theme-light: #f8f4ff;
	--color-widget-border: #005ac24d;
	--color-faq-plus-icon: #f1ebff;
	--color-faq-minus-icon: #f3ffda;

	/* IMAGES & ICONS */
	--angle-rt: url("/wp-content/themes/theme-hunting-huh/assets/images/angle-rt.svg");
	--homepage-grid: url("/wp-content/themes/theme-hunting-huh/assets/images/homepage-grid.png");
	--newsletter-bg: url("/wp-content/themes/theme-hunting-huh/assets/images/newsletter-bg.png");
	--bg-pattern: url("/wp-content/themes/theme-hunting-huh/assets/images/bg-pattern.svg");
	--angle-up: url("/wp-content/themes/theme-hunting-huh/assets/images/angle-up.svg");
	--banner-line: url("/wp-content/themes/theme-hunting-huh/assets/images/banner-line-shape.svg");
	--home-banner-line: url("/wp-content/themes/theme-hunting-huh/assets/images/home-banner-line.png");
}


.path-color {
	fill: var(--color-primary);
}

.stroke-color {
	stroke: var(--color-primary);
}

/* Sections
========================================================================== */
/**
* Remove the margin in all browsers (opinionated).
*/
body {
	margin: 0;
}

/**
* Add the correct display in IE 9-.
*/

article,
aside,
footer,
header,
nav,
section {
	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
========================================================================== */
/**
* Add the correct display in IE 9-.
* 1. Add the correct display in IE.
*/
figcaption,
figure,
main {
	display: block;
}

/**
* Add the correct margin in IE 8.
*/
figure {
	margin: 1em 40px;
	margin: 1em 4rem;
}

/**
* 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
========================================================================== */
/**
* 1. Remove the gray background on active links in IE 10.
* 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
*/
a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}

/**
* 1. Remove the bottom border in Chrome 57- and Firefox 39-.
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/
abbr[title] {
	border-bottom: none;
	text-decoration: underline dotted;
}

/**
* Prevent the duplicate application of `bolder` by the next rule in Safari 6.
*/
b,
strong {
	font-weight: inherit;
}

/**
* 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 style in Android 4.3-.
*/
dfn {
	font-style: italic;
}

/**
* Add the correct background and color in IE 9-.
*/
mark {
	background-color: var(--color-secondary);
	color: #ffffff;
}

/**
* 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
========================================================================== */
/**
* Add the correct display in IE 9-.
*/
audio,
video {
	display: inline-block;
}

/**
* Add the correct display in iOS 4-7.
*/
audio:not([controls]) {
	display: none;
	height: 0;
}

/**
* Remove the border on images inside links in IE 10-.
*/
img {
	border-style: none;
}

/**
* Hide the overflow in IE.
*/
svg:not(:root) {
	overflow: hidden;
}

/* Twitter and YouTube Center Align Embed */
.wp-block-embed-youtube.wp-embed-aspect-16-9 .wp-block-embed__wrapper {
	position: relative;
	margin-bottom: 1em;
	padding-bottom: 56.25%; /* 16:9 ratio */
	height: 0;
	overflow: hidden;
}

.wp-block-embed-youtube.wp-embed-aspect-16-9 .wp-block-embed__wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Always center Twitter embeds, regardless of editor alignment */
.wp-block-embed-twitter {
	text-align: center;
}

.wp-block-embed-twitter .wp-block-embed__wrapper > div {
	display: inline-flex !important;
	justify-content: center;
	width: 100%;
}

/* Centres every embedded Tweet */
.twitter-tweet {
	margin-left: auto !important;
	margin-right: auto !important;
	margin-top: 10px !important;
	margin-bottom: 30px !important;
}

/* Forms
========================================================================== */
/**
* 1. Change the font styles in all browsers (opinionated).
* 2. Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
	font-family: "Inter";
	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;
}

/**
* 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
*    controls in Android 4.
* 2. Correct the inability to style clickable types in iOS and Safari.
*/
button,
html [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;
	outline: 0.1rem 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;
	/* 3 */
	white-space: normal;
}

/**
* 1. Add the correct display in IE 9-.
* 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/
progress {
	display: inline-block;
	vertical-align: baseline;
}

/**
* Remove the default vertical scrollbar in IE.
*/
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;
	outline-offset: -0.2rem;
}

/**
* Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
*/
[type="search"]::-webkit-search-cancel-button,
[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;
}

/** 
* Contact Form 7 Submit Buttom Margin
========================================================================== 
*/
.page-id-20 .wpcf7 .wpcf7-submit {
	margin-top: 30px;
}

/* Interactive
========================================================================== */
/*
* Add the correct display in IE 9-.
* 1. Add the correct display in Edge, IE, and Firefox.
*/
details,
menu {
	display: block;
}

/*
* Add the correct display in all browsers.
*/
summary {
	display: list-item;
}

/* Scripting
========================================================================== */
/**
* Add the correct display in IE 9-.
*/
canvas {
	display: inline-block;
}

/**
* Add the correct display in IE.
*/
template {
	display: none;
}

/* Hidden
========================================================================== */
/**
* Add the correct display in IE 10-.
*/
[hidden] {
	display: none;
}

/* ## Box Sizing
--------------------------------------------- */
html,
input[type="search"] {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

/* ## Float Clearing
--------------------------------------------- */
.author-box,
.clearfix,
.entry,
.entry-content,
.footer-widgets,
.nav-primary,
.nav-secondary,
.pagination,
.site-container,
.site-footer,
.site-header,
.site-inner,
.widget {
	clear: both;
}

.author-box:before,
.author-box:after,
.clearfix:before,
.clearfix:after,
.entry:before,
.entry:after,
.entry-content:before,
.entry-content:after,
.footer-widgets:before,
.footer-widgets:after,
.nav-primary:before,
.nav-primary:after,
.nav-secondary:before,
.nav-secondary:after,
.pagination:before,
.pagination:after,
.site-container:before,
.site-container:after,
.site-footer:before,
.site-footer:after,
.site-header:before,
.site-header:after,
.site-inner:before,
.site-inner:after,
.widget:before,
.widget:after {
	clear: both;
	display: block;
	content: "";
}

/* ## Typography
--------------------------------------------- */
* {
	-webkit-tap-highlight-color: transparent;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

::-moz-selection {
	background-color: #000000;
	color: #ffffff;
}

::selection {
	background-color: #000000;
	color: #ffffff;
}

.entry-content ::-moz-selection {
	background-color: var(--color-secondary);
	color: #000000;
}

.entry-content ::selection {
	background-color: var(--color-secondary);
	color: #000000;
}

html {
	font-size: 62.5%;
	max-width: 100vw;
}

body {
	color: #2f1854;
	font-family: "Inter";
	font-size: 17px;
	font-size: 1.7rem;
	font-weight: 400;
	line-height: 1.6;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: grayscale;
	margin: 0;
	padding: 0;
	max-width: 100vw;
	overflow-x: hidden;
}

body > div {
	font-size: 18px;
}

p {
	margin: 0 0 1.382em;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-bottom: 1px solid #f0f1f2;
	border-bottom: 0.1rem solid #f0f1f2;
	clear: both;
	padding: 1em 0 0;
	margin: 0 0 2em;
}

b,
strong {
	font-weight: 450;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	border-left: 1px solid #f0f1f2;
	border-left: 0.1rem solid #f0f1f2;
	margin: 1em 0;
	padding: 0 1em;
}

a {
	text-decoration: none;
	cursor: pointer;
	color: var(--color-primary);
	overflow-wrap: break-word;
	word-break: keep-all;
}

a:hover {
	/* 	color: #4900eb; */
	color: var(--color-primary);
}
h2 a {
	color: var(--color-primary);
}

h2 a:hover {
	color: #650078;
}

/* ## Headings
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Inter";
	font-weight: 500;
	line-height: 1.236;
	margin: 0 0 0.618em;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 30px;
	font-size: 3rem;
}

h3 {
	font-size: 25px;
	font-size: 2.5rem;
}

h4 {
	font-size: 21px;
	font-size: 2.1rem;
}

h5 {
	font-size: 19.3px;
	font-size: 1.93rem;
}

h6 {
	font-size: 17.4px;
	font-size: 1.74rem;
}

h1 b,
h1 strong,
h2 b,
h2 strong,
h3 b,
h3 strong,
h4 b,
h4 strong,
h5 b,
h5 strong,
h6 b,
h6 strong {
	font-weight: 700;
}

/* ## Forms
--------------------------------------------- */
input,
select {
	border: 1px solid #b3b3b3;
	border: 0.1rem solid #b3b3b3;
	border-radius: 0.1rem;
	padding: 0.5em 1em;
	width: 100%;
	line-height: 2;
	font-size: 16px;
}

input:focus,
select:focus {
	outline: none;
	border-color: #a0a8af;
}

:focus {
	outline: 1px solid #908f8f;
	outline: 0.1rem solid #908f8f;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

input[type="search"] {
	-webkit-appearance: none;
}

::placeholder {
	color: var(--color-text-placeholder);
}

::-moz-placeholder {
	color: var(--color-text-placeholder);
	opacity: 1;
}

::-webkit-input-placeholder {
	color: var(--color-text-placeholder);
}

.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background-color: #000000;
	border: 0;
	border-radius: 10px;
	color: #ffffff;
	cursor: pointer;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 600;
	padding: 1em 2em;
	text-decoration: none;
	display: inline-block;
	width: auto;
	height: auto;
	line-height: 1;
	transition: all 0.3s ease;
	box-shadow: inset 0 0 0 9rem rgba(255, 255, 255, 0);
}
a.button {
	margin: 5px 0 30px;
}

.button:hover,
.button:focus,
button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background: var(--color-secondary);
	color: #000;
}

.button.secondary,
button.secondary,
input[type="button"].secondary,
input[type="reset"].secondary,
input[type="submit"].secondary {
	background-color: #a0a8af;
}

.button.small,
button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small {
	font-size: 12px;
	font-size: 1.2rem;
}

.button.large,
button.large,
input[type="button"].large,
input[type="reset"].large,
input[type="submit"].large {
	font-size: 18px;
	font-size: 1.8rem;
}

.button:disabled,
button:disabled,
input[type="button"]:disabled,
input[type="reset"]:disabled,
input[type="submit"]:disabled {
	background-color: #f4f5f6;
	border-width: 0;
	color: #6a7681;
	cursor: not-allowed;
}

.button + button,
.button + .button,
button + button,
button + .button,
input[type="button"] + button,
input[type="button"] + .button,
input[type="reset"] + button,
input[type="reset"] + .button,
input[type="submit"] + button,
input[type="submit"] + .button {
	margin-top: 0;
	clear: none;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

fieldset {
	margin-bottom: 1em;
}

/* ## Objects
--------------------------------------------- */
embed,
iframe,
img,
object,
video,
.wp-caption,
.wp-video-shortcode {
	max-width: 100%;
	display: block;
}

img {
	height: auto;
	vertical-align: top;
}

figure {
	margin: 0;
}

video {
	object-fit: cover;
}

.wp-video-shortcode {
	width: auto !important;
}

/* ## Tables
--------------------------------------------- */
table {
	background-color: #ffffff;
	border: 1px solid #f0f1f2;
	border: 0.1rem solid #f0f1f2;
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 1;
	margin-bottom: 40px;
	margin-bottom: 4rem;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #f0f1f2;
	border-bottom: 0.1rem solid #f0f1f2;
}

td,
th {
	text-align: left;
	padding: 0.618em;
	border-top: 1px solid #f0f1f2;
	border-top: 0.1rem solid #f0f1f2;
	border-right: 1px solid #f0f1f2;
	border-right: 0.1rem solid #f0f1f2;
}

/* ## Accessibility
--------------------------------------------- */
.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut,
.wp-custom-logo .site-title,
.wp-custom-logo .site-description {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	height: 0.1rem;
	width: 1px;
	width: 0.1rem;
	border: 0;
	overflow: hidden;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus {
	clip: auto !important;
	height: auto;
	width: auto;
	display: block;
	padding: 10px 20px;
	padding: 1rem 2rem;
	z-index: 100000;
	text-decoration: none;
	box-shadow: 0 0 0.2rem 0.2rem rgba(0, 0, 0, 0.1);
}

.more-link {
	position: relative;
	font-style: normal;
}

.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link li {
	height: 0;
	width: 0;
	list-style: none;
}

/*
* Common Classes
*/
.ul-reset {
	list-style: none;
	margin: 0;
	padding: 0;
}

.clearfix:after,
.clearfix:before {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

/*
* Common Animation Keyframes
*/
@keyframes spin {
	100% {
		transform: rotate(360deg);
	}
}

/* ## Site Containers
--------------------------------------------- */
.content-sidebar-wrap {
	display: -ms-flexbox;
	display: flex;
	gap: 60px;
}

.content-sidebar-wrap,
.wrap {
	margin: 0 auto;
	max-width: 1200px;
	padding-left: 10px;
	padding-right: 10px;
}

.content-sidebar-wrap.is-fluid,
.wrap.is-fluid {
	max-width: none;
}

.full-width-content .content-sidebar-wrap .content {
	width: 100%;
}

.full-width-content .content-sidebar-wrap .content > .entry {
	background-color: #ffffff;
	border-radius: 7px;
	position: relative;
}

.site-inner {
	clear: both;
}

.page-builder .site-inner {
	border-top: 1px solid #f0f1f2;
	border-top: 0.1rem solid #f0f1f2;
	border-bottom: 1px solid #f0f1f2;
	border-bottom: 0.1rem solid #f0f1f2;
}

/* ## Content Widths and Positions
--------------------------------------------- */
.sidebar {
	width: 320px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

/* ## Gallery
--------------------------------------------- */
.gallery,
.gallery-row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.gallery a {
	display: block;
	min-height: 100%;
}

.gallery img {
	height: auto;
	width: 100%;
	display: block;
}

.gallery-caption {
	display: block;
}

.gallery-item {
	text-align: center;
	display: block;
	width: 48.717948717948715%;
	margin-bottom: 2.564102564102564%;
}

/* ## Avatars
--------------------------------------------- */
.avatar {
	border-radius: 50%;
	margin-right: 20px;
	margin-right: 2rem;
	float: left;
}

.alignright .avatar {
	margin-left: 20px;
	margin-left: 2rem;
}

/* ## Genesis
--------------------------------------------- */
.breadcrumb {
	padding: 1em 60px;
	padding: 1em 6rem;
	background-color: #ffffff;
	border-bottom: 1px solid #f0f1f2;
	border-bottom: 0.1rem solid #f0f1f2;
	font-size: 14px;
	font-size: 1.4rem;
	width: 100%;
}

.after-entry,
.author-box {
	background-color: #ffffff;
	margin-bottom: 40px;
	margin-bottom: 4rem;
	padding: 60px;
	padding: 6rem;
}

.entry + .author-box {
	margin-top: 40px;
	margin-top: 4rem;
	margin-bottom: 0;
}

.author-box p:last-of-type {
	margin-bottom: 0;
}

/* ## Search Form
--------------------------------------------- */
.search-form {
	display: block;
	width: 100%;
	position: relative;
	clear: both;
}

.search-form:before,
.search-form:after {
	clear: both;
	display: block;
	content: "";
}

.search-form input[type="search"] {
	width: 100%;
}

.search-form input[type="submit"] {
	display: none;
}

.entry .search-form {
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

html input.search-form-submit {
	height: 36px;
}

.header-search.open + .header-toggle-button {
	z-index: -1;
}

.header-search.open + .header-toggle-button .fa-search {
	display: none;
	z-index: -1;
}

/* ## Titles
--------------------------------------------- */
.author-box-content {
	font-size: 16px;
	font-size: 1.6rem;
}

.entry-title a {
	color: #000000;
	text-decoration: none;
	font-family: "Inter";
}

.entry-title a:hover {
	color: #a0a8af;
}

/* ## WordPress
--------------------------------------------- */
a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

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

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 1em;
}

img.alignnone,
.alignnone {
	margin-bottom: 1em;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 1em 1em 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 1em 1em;
}
.wp-block-image figcaption {
	border-left: 2px solid var(--color-primary);
	font-size: 1.4rem;
	font-style: italic;
	margin-top: -10px;
	padding: 2px 0 2px 16px;
	text-align: left !important;
}

.wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	margin: 0;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 1em;
}

.sticky,
.bypostauthor {
	background-color: transparent;
}

/* ## Breadcrumbs
--------------------------------------------- */
.tl-breadcrumbs {
	color: #ffffff;
	display: -ms-flexbox;
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	text-transform: uppercase;
	font-size: 18px;
	font-family: "Inter";
	font-weight: 500;
	letter-spacing: 2px;
}

.tl-breadcrumbs a {
	color: #ffffff;
}

.tl-breadcrumbs a:hover {
	text-decoration: underline;
}

.tl-breadcrumbs i:before {
	content: "/";
	margin: 0 5px;
}

/* ## Site Header
--------------------------------------------- */
.site-header {
	width: 100%;
	z-index: 100;
	background: transparent;
	border-bottom: 1px solid var(--color-primary);
	background: var(--color-primary);
}
body.home .site-header {
	/* position: absolute; */
}

.site-header > .wrap {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	height: 100%;
	min-height: 88px;
}

.site-header .header-right {
	display: flex;
	align-items: center;
	justify-content: center;
}

.site-header .header-right .subscribe-button {
	margin: 0;
}
.site-header .menu-item.current-menu-item > a,
.site-header .menu-item > a:hover {
	color: #000;
}

/* ## Title Area
--------------------------------------------- */
.title-area {
	display: flex;
	align-items: center;
}

.site-title {
	font-size: 30px;
	font-size: 3rem;
	font-family: "Inter";
	font-weight: 700;
	line-height: 1;
	margin-bottom: 0;
}

.site-title a {
	color: transparent;
	font-size: 44px;
	text-decoration: none;
}
.site-title a:focus {
	outline: 0.1rem solid #f0f1f200;
}
.site-description {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 0;
	line-height: 1.382;
	text-align: left;
}

.custom-logo {
	max-width: 150px;
	width: 150px;
}

.custom-logo-link:focus {
	outline: none;
}

/* ## HEADER SEARCH
--------------------------------------------- */
.header-search .widget {
	margin-bottom: 0;
}

.header-search .widget:last-of-type {
	margin-bottom: 0;
}

.header-search input[type="submit"] {
	color: #000;
	cursor: pointer;
	display: flex;
	position: absolute;
	right: 6px;
	text-align: center;
	top: 50%;
	background: var(--color-secondary);
	padding: 15px 32px;
	border-radius: 10px;
	height: 45px;
	transform: translateY(-50%);
}
.header-search input[type="submit"]:hover {
	background-color: var(--color-primary);
	color: #fff;
}

.header-search {
	position: absolute;
	left: auto;
	right: 10px;
	border-radius: 10px;
	/* width: 50%; */
	width: auto;
	top: 0;
	bottom: 0;
	margin: 0;
	border: none;
	background: #ffffff;
	transition: all 0.3s ease;
	transform: translateY(-100px);
	padding: 0 0 0 20px;
	z-index: 9;
	margin-top: 16px;
	margin-bottom: 16px;
}

.header-search .widget,
.header-search .widget-wrap,
.header-search .search-form {
	height: 100%;
}

.header-search.open {
	transform: translateY(0px);
	z-index: 999;
}

.header-search input[type="search"] {
	border: none;
	width: 100%;
	height: 100%;
	border-radius: 0;
	background: none;
	font-size: 16px;
	padding-left: 0;
	padding-right: 30px;
}

.header-search .fa-search:before {
	content: "\F00d";
	font-size: 26px;
}

.search-toggle {
	display: block;
	padding: 0 40px;
}

.search-toggle.open i:before {
	content: "\f00d";
}

/* ## Header Right
--------------------------------------------- */
.header-widget-area .widget:last-of-type {
	margin-bottom: 0;
}

/* ## Page Header
--------------------------------------------- */
.page-header {
	width: 100%;
	margin: 0 auto;
	background-size: cover;
	background-position: center;
	position: relative;
	padding: 180px 0 60px;
	padding: 18rem 0 6rem;
}

.page-header:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(255, 255, 255, 0.95);
	z-index: 1;
}

.page-header .wrap {
	position: relative;
	z-index: 2;
}

.page-header h1 {
	width: 100%;
	margin-bottom: 0;
	text-transform: capitalize;
}

.page-header p {
	width: 100%;
	margin: 1em 0 0;
}

.page-header .widget {
	background: transparent;
}

.header-toggle-button {
	background: transparent;
	box-shadow: none;
	height: 28px;
	border-radius: 0;
	font-size: 20px;
	color: #000000;
	outline: none;
	position: relative;
}

.search-toggle:hover svg path + path {
	fill: var(--color-secondary);
}

.header-toggle-button:hover,
.header-toggle-button:focus {
	background: transparent;
	box-shadow: none;
	color: #000000;
}

.nav-toggle {
	display: none;
}

.search-close {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	font-size: 26px;
	background: transparent;
	box-shadow: none;
	color: #000000;
	height: 100%;
	padding: 0;
}

.nav-toggle.open .openicon,
.nav-toggle:not(.open) .closeicon {
	display: none;
}

.nav-primary {
	display: -ms-flexbox;
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
}

.nav-primary > .wrap {
	padding: 0;
	margin: 0;
}

.nav-primary .menu {
	display: -ms-flexbox;
	display: flex;
	gap: 50px;
}

.nav-primary .menu > .menu-item > a {
	text-decoration: none;
	color: #ffffff;
	display: block;
	line-height: 2em;
	padding: 0;
	font-size: 16px;
	letter-spacing: 0.5px;
	margin: 0;
	font-family: "Inter";
	font-weight: 600;
	line-height: 88px;
}

.nav-primary .menu > .menu-item > a:hover {
	color: var(--color-secondary);
}

.nav-primary .menu > .menu-item.current-menu-item a span {
	color: var(--color-secondary);
	border-bottom: 1px solid var(--color-secondary);
	font-weight: 700;
	padding-bottom: 10px;
}

.nav-primary .menu > .menu-item:hover a span {
	border-bottom: 1px solid var(--color-secondary);
}
.nav-primary .menu > .menu-item > a span {
	padding-bottom: 5px;
}

.nav-primary .menu > .menu-item:hover .sub-menu {
	opacity: 1;
	transform: translate3d(0, 0, 0);
	visibility: visible;
	z-index: 9999;
}
.nav-primary a {
	margin: 0;
}

.sub-menu {
	position: absolute;
	/* right: -20px; */
	background: #ffffff;
	list-style: none;
	margin: 0;
	padding: 0;
	min-width: 200px;
	border-radius: 0 0 5px 5px;
	box-shadow: 0 20px 20px rgba(0, 0, 0, 0.2),
		inset 0 5px 10px -5px rgba(0, 0, 0, 0.3);
	padding: 10px;
	opacity: 0;
	transition: all 0.3s ease 0s;
	transform: translate3d(0, 10%, 0);
	z-index: -1;
	visibility: hidden;
}

.sub-menu .menu-item > a {
	color: #000000;
	padding: 10px 20px;
	display: block;
	border-radius: 5px;
	font-size: 13px;
}

.sub-menu .menu-item > a:hover {
	background: var(--color-primary);
	color: #ffffff;
}

/* ## Entries
--------------------------------------------- */
.entry {
	background-color: #ffffff;
	margin-bottom: 0;
}

.entry:last-of-type {
	margin-bottom: 0;
}

.entry-content {
	clear: both;
}

.entry-content:before,
.entry-content:after {
	clear: both;
	display: block;
	content: "";
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 1.382em;
}

.entry-content ol,
.entry-content ul {
	margin-left: 32px;
}

.error404 .entry-content ol,
.error404 .entry-content ul {
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

.entry-content ol > li {
	list-style-type: decimal;
	padding-left: 8px;
	margin-bottom: 10px;
	margin-left: 24px;
}

.entry-content ul > li {
	list-style-type: disc;
	position: relative;
	padding-left: 6px;
	margin-bottom: 10px;
	margin-left: 20px;
}

html .toc-list ul > li::before {
	height: 25px !important;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-top: 0;
	margin-bottom: 0;
}

.entry-content li li {
	list-style-type: none;
	position: relative;
	padding-left: 15px;
}

.entry-content code {
	background-color: #f4f5f6;
	display: block;
	padding: 10px 20px;
	padding: 1rem 2rem;
	border: 1px solid #f0f1f2;
	border: 0.1rem solid #f0f1f2;
	margin-top: 1em;
	font-size: 16px;
	font-size: 1.6rem;
}

.entry-content input,
.entry-content select,
.entry-content textarea {
	margin-bottom: 1em;
}

.entry-content > *:last-child {
	margin-bottom: 0;
}

.entry-image-link {
	content-visibility: auto;
	display: block;
}

.entry-image-link img {
	display: block;
}
.tl-post-img .entry-image {
	content-visibility: auto;
}
.single .entry-content {
	margin: 0 auto;
}

/* ## Entry Meta
--------------------------------------------- */
p.entry-meta {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 0;
}

.entry-header p.entry-meta {
	margin-bottom: 1em;
}

.entry-categories,
.entry-tags {
	display: block;
}

.entry-author-name {
	text-transform: capitalize;
}

.entry-footer {
	border-top: 1px solid #f0f1f2;
	border-top: 0.1rem solid #f0f1f2;
	margin-top: 40px;
	margin-top: 4rem;
	padding-top: 40px;
	padding-top: 4rem;
}

/* ## Pagination
--------------------------------------------- */
.pagination {
	margin: 20px 0;
}

.pagination ul {
	list-style: none;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0;
	margin: 0;
}

.pagination ul > li a {
	color: #212b36;
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 50%;
}

.pagination ul > li a i {
	font-weight: bold;
}

.pagination ul > li a:hover {
	background: var(--color-secondary);
}

.pagination ul > li.active a {
	color: #ffffff;
	background: var(--color-primary);
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination {
	margin: 20px 0;
}

.archive-pagination ul {
	list-style: none;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0;
	margin: 0;
}

.archive-pagination ul > li.pagination-omission {
	line-height: 40px;
}

.archive-pagination ul > li + li {
	margin-left: 5px;
}

.archive-pagination ul > li a {
	color: #111111;
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 50%;
}

.archive-pagination ul > li a i {
	font-weight: bold;
}

.archive-pagination ul > li a:hover {
	background: var(--color-secondary);
}

.archive-pagination ul > li.active a {
	color: #ffffff;
	background: var(--color-primary);
}

/* ## Archive Content
--------------------------------------------- */
.home .content > .entry,
.search-results .content > .entry,
.archive .content > .entry,
.blog .content > .entry {
	display: -ms-flexbox;
	display: flex;
	padding: 20px;
	border-radius: 7px;
	background: transparent;
	color: #777777;
}

.home .content > .entry:hover,
.search-results .content > .entry:hover,
.archive .content > .entry:hover,
.blog .content > .entry:hover {
	box-shadow: 0 7px 45px 0 rgba(0, 0, 0, 0.1);
}

.home .content > .entry:first-of-type,
.search-results .content > .entry:first-of-type,
.archive .content > .entry:first-of-type,
.blog .content > .entry:first-of-type {
	background: #ffffff;
}

.home .content > .entry .entry-title,
.search-results .content > .entry .entry-title,
.archive .content > .entry .entry-title,
.blog .content > .entry .entry-title {
	font-size: 24px;
	line-height: 26px;
	font-weight: normal;
	margin: 0;
	display: block;
	color: #000000;
	font-family: "Inter";
}

.home .content > .entry .entry-title a:hover,
.search-results .content > .entry .entry-title a:hover,
.archive .content > .entry .entry-title a:hover,
.blog .content > .entry .entry-title a:hover {
	color: var(--color-primary);
}

.home .content > .entry .entry-content,
.search-results .content > .entry .entry-content,
.archive .content > .entry .entry-content,
.blog .content > .entry .entry-content {
	margin: 10px 0 0;
	font-size: 16px;
}

.home .content > .entry .entry-footer,
.search-results .content > .entry .entry-footer,
.archive .content > .entry .entry-footer,
.blog .content > .entry .entry-footer {
	border-left: 0;
	padding-left: 0;
	border-top: 1px solid #dadada;
	padding-top: 10px;
	margin-top: 10px;
}

.home .content > .entry .entry-meta,
.search-results .content > .entry .entry-meta,
.archive .content > .entry .entry-meta,
.blog .content > .entry .entry-meta {
	font-size: 12px;
	color: #777777;
	border-left: 5px solid var(--color-secondary);
	padding-left: 10px;
}

.home .content > .entry .entry-meta a,
.search-results .content > .entry .entry-meta a,
.archive .content > .entry .entry-meta a,
.blog .content > .entry .entry-meta a {
	color: #777777;
}

.home .content > .entry .entry-meta a:hover,
.search-results .content > .entry .entry-meta a:hover,
.archive .content > .entry .entry-meta a:hover,
.blog .content > .entry .entry-meta a:hover {
	text-decoration: underline;
}

.home .content > .entry .entry-inner,
.search-results .content > .entry .entry-inner,
.archive .content > .entry .entry-inner,
.blog .content > .entry .entry-inner {
	padding: 0 30px;
}

.home .content > .entry .entry-image,
.search-results .content > .entry .entry-image,
.archive .content > .entry .entry-image,
.blog .content > .entry .entry-image {
	width: 240px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.home .content > .entry .entry-image-link,
.search-results .content > .entry .entry-image-link,
.archive .content > .entry .entry-image-link,
.blog .content > .entry .entry-image-link {
	position: relative;
	overflow: hidden;
	border-radius: 7px;
	border-bottom-right-radius: 0;
	display: block;
	margin-bottom: auto;
}

.home .content > .entry .entry-image-link img,
.search-results .content > .entry .entry-image-link img,
.archive .content > .entry .entry-image-link img,
.blog .content > .entry .entry-image-link img {
	width: 100%;
	transition: all 0.3s ease;
}

.home .content > .entry .entry-image-link:hover img,
.search-results .content > .entry .entry-image-link:hover img,
.archive .content > .entry .entry-image-link:hover img,
.blog .content > .entry .entry-image-link:hover img {
	transform: scale(1.1);
}

.home .content > .entry .entry-category,
.search-results .content > .entry .entry-category,
.archive .content > .entry .entry-category,
.blog .content > .entry .entry-category {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.home .content > .entry .entry-category .entry-categories,
.search-results .content > .entry .entry-category .entry-categories,
.archive .content > .entry .entry-category .entry-categories,
.blog .content > .entry .entry-category .entry-categories {
	display: -ms-flexbox;
	display: flex;
}

.home .content > .entry .entry-category a,
.search-results .content > .entry .entry-category a,
.archive .content > .entry .entry-category a,
.blog .content > .entry .entry-category a {
	text-decoration: none;
	padding: 5px 15px;
	margin-left: auto;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	color: #000000;
	font-size: 12px;
	background: var(--color-secondary);
}

.home .content > .entry .entry-category a:hover,
.search-results .content > .entry .entry-category a:hover,
.archive .content > .entry .entry-category a:hover,
.blog .content > .entry .entry-category a:hover {
	background: #ebd727;
}

.home .content > .entry .entry-category a + a,
.search-results .content > .entry .entry-category a + a,
.archive .content > .entry .entry-category a + a,
.blog .content > .entry .entry-category a + a {
	margin-left: 5px;
}

/* ## Mega Menu
--------------------------------------------- */
.megamenu-parent {
	position: static;
}

.megamenu-parent .megamenu-panel {
	position: absolute;
	left: 0;
	right: 0;
	min-width: unset;
	max-width: none;
	margin: 0;
	top: 100%;
	z-index: 1000;
	border-radius: 0 0 16px 16px;
	box-shadow: 0 8px 32px rgba(44, 11, 78, 0.12);
	background: #2d0b4e;
	display: none;
	pointer-events: none;
	opacity: 0;
	transition: opacity 0.18s;
}

.megamenu-parent:hover > .megamenu-panel,
.megamenu-parent:focus-within > .megamenu-panel {
	display: flex;
	pointer-events: auto;
	opacity: 1;
	animation: fadeInMegaMenu 0.2s;
}

/* Triangle arrow */
.megamenu-parent > a {
	position: relative;
}
.megamenu-parent > a::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 10px solid #fff;
	z-index: 1010;
	opacity: 0;
}
.megamenu-parent:hover a::after {
	opacity: 1;
}

/* Panel content */
.megamenu-panel {
	display: flex;
	background: #2d0b4e;
	border-radius: 0 0 16px 16px;
	box-shadow: 0 8px 32px rgba(44, 11, 78, 0.12);
	padding: 0;
	min-height: 320px;
	width: 100%;
	max-width: 100vw;
	margin: 0 auto;
	position: relative;
}

/* Categories Sidebar */
.megamenu-categories {
	background: #3d1a6a;
	min-width: 220px;
	padding: 32px 0 32px 0;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.megamenu-category-list {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

.megamenu-category {
	padding: 14px 36px;
	color: #fff;
	font-size: 1.08rem;
	font-weight: 500;
	cursor: pointer;
	transition: background 0.18s, color 0.18s;
	border: none;
	background: none;
	width: 100%;
	text-align: left;
	border-left: 4px solid transparent;
}

.megamenu-category.active,
.megamenu-category:hover {
	background: #6c3fd1;
	color: #fff;
	border-left: 4px solid #ffb800;
}

/* Posts Grid */
.megamenu-posts {
	flex: 1;
	background: #fff;
	padding: 32px 32px 32px 24px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 28px 24px;
	min-width: 400px;
	min-height: 256px;
	align-content: flex-start;
}

.megamenu-post {
	display: flex;
	align-items: center;
	background: #f7f3ff;
	border-radius: 10px;
	padding: 14px 18px;
	gap: 18px;
	box-shadow: 0 2px 8px rgba(44, 11, 78, 0.04);
	transition: box-shadow 0.18s;
}

.megamenu-post:hover {
	box-shadow: 0 4px 16px rgba(44, 11, 78, 0.1);
}

.megamenu-thumb img {
	width: 56px;
	height: 56px;
	object-fit: cover;
	border-radius: 8px;
	background: #e5dbfa;
	display: block;
}

.megamenu-title {
	font-size: 1.04rem;
	color: #2d0b4e;
	font-weight: 600;
	line-height: 1.3;
	margin-bottom: 2px;
}

.megamenu-loading {
	color: #6c3fd1;
	font-weight: bold;
	padding: 40px 0;
	text-align: center;
	width: 100%;
	grid-column: 1 / -1;
}

/* Responsive */
@media (max-width: 900px) {
	.megamenu-panel {
		min-width: 0;
		flex-direction: column;
		width: 98vw;
		left: 1vw;
		border-radius: 0 0 12px 12px;
	}
	.megamenu-categories {
		min-width: 0;
		width: 100%;
		flex-direction: row;
		padding: 16px 0;
		overflow-x: auto;
	}
	.megamenu-category-list {
		display: flex;
		flex-direction: row;
		width: 100%;
	}
	.megamenu-category {
		padding: 12px 18px;
		font-size: 1rem;
		border-left: none;
		border-bottom: 3px solid transparent;
	}
	.megamenu-category.active,
	.megamenu-category:hover {
		border-left: none;
		border-bottom: 3px solid #ffb800;
	}
	.megamenu-posts {
		padding: 18px 10px;
		grid-template-columns: 1fr;
		min-width: 0;
	}
}

/* ## Hero
--------------------------------------------- */
.hero-section {
	min-height: 50vh;
	display: flex;
	align-items: center;
	background-color: var(--color-primary);
	background-image: var(--bg-pattern);
	background-size: cover;
	background-position: right top;
	position: relative;
}
.home .hero-section:before {
	content: "";
	background-image: var(--home-banner-line);
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: contain;
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: -86px;
	right: 180px;
}

.hero-section .wrap {
	align-items: center;
	display: flex;
	flex-direction: column;
	z-index: 50;
}

.hero-section .heading-wrap {
	max-width: 800px;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 100px 0 140px;
}

.hero-section .hero-title {
	font-family: "Roboto Serif";
	color: var(--color-secondary);
	font-size: 2.5em;
	text-align: center;
	font-weight: 700;
	line-height: 1.5em;
}
.hero-section .hero-title.white {
	color: #ffffff;
}

.hero-section .hero-title span {
	color: var(--color-primary);
	background: var(--color-secondary);
}

.hero-section .search-form-inline {
	width: 600px;
	max-width: 100%;
}

.search-form-inline {
	display: flex;
	justify-content: center;
	gap: 15px;
}
.search-form-inline input.search-form-submit {
	background: var(--color-secondary);
	color: #000;
	height: 55px;
	padding: 15px 25px;
}

.search-form-inline input.search-form-submit:hover {
	background: #b6ed44;
}

.featured-in {
	display: flex;
	align-items: center;
	gap: 50px;
	position: absolute;
	bottom: 20px;
}
.home .featured-in {
	position: relative;
	margin-bottom: 25px;
}
.featured-in .featured-in-title {
	color: rgba(256, 256, 256, 0.5);
	font-size: 0.85em;
	font-weight: 500;
}
.featured-in .featured-in-logos {
	display: flex;
	gap: 30px;
	align-items: center;
}
.featured-in .featured-in-logos img {
	width: auto;
	height: 27px;
	object-fit: contain;
}

.featured-in .featured-in-logos svg,
.featured-in .featured-in-logos img {
	filter: grayscale(100%) contrast(0) brightness(1);
	transition: filter 0.4s ease;
}

.featured-in .featured-in-logos img:hover {
	filter: initial;
}

.featured-in .featured-in-logos svg:hover {
	filter: none;
}

.hero-section .featured-in .featured-in-logos svg,
.hero-section .featured-in .featured-in-logos img {
	filter: grayscale(100%) contrast(0) brightness(2);
	transition: filter 0.4s ease-in-out;
}

.hero-section .featured-in .featured-in-logos img:hover {
	filter: initial;
}

.hero-section .featured-in .featured-in-logos svg:hover {
	filter: none;
}

/* 
.home .featured-in svg path {
fill: #fff;
} */

.col-20 {
	width: 20%;
	flex: 0 0 20%;
}
.col-25 {
	width: 25%;
}
.col-30 {
	width: 30%;
}
.col-40 {
	width: 40%;
}
.col-60 {
	width: 60%;
}
.col-70 {
	width: 70%;
}
.col-75 {
	width: 75%;
}
.col-80 {
	width: 80%;
}
/* ## HOME POSTS 1
--------------------------------------------- */

.standard-padding {
	padding: 50px 0;
}

.nopaddingtop {
	padding-top: 0;
}
.nopaddingbottom {
	padding-bottom: 0;
}

.padding-40 {
	padding: 40px 0;
}

.light-bg {
	background: var(--color-bg-theme-light);
}

.two-col .wrap {
	display: flex;
	gap: 32px;
}

.flex-row {
	display: flex;
	flex-direction: row;
}

/* POPULAR POSTS COLUMN */
.post-items.category-outline .category {
	background: transparent;
	border: 1px solid var(--color-border-light);
}

.post-items.category-outline .category a {
	color: var(--color-text-meta);
}

/* Latest News Section */
.col-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 24px;
	padding-bottom: 10px;
	border-bottom: 4px double #dfdfdf;
	position: relative;
}
.col-header:after,
div#ez-toc-container .ez-toc-title-container:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -4px;
	width: 40px;
	height: 4px;
	background: var(--color-primary);
	clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
}

.col-header h2 {
	font-size: 1.5em;
	font-weight: 600;
	color: #183354;
	margin-bottom: 0;
}

.col-header h3 {
	font-size: 1.3em;
	font-weight: 600;
	color: #183354;
	margin-bottom: 0;
	margin-top: 7px;
}

.sidebar .widget-title {
	font-size: 1.3em;
	font-weight: 600;
	color: #183354;
	position: relative;
	margin-bottom: 24px;
	padding-bottom: 10px;
	border-bottom: 4px double #dfdfdf;
}

.sidebar .widget-title:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -4px;
	width: 40px;
	height: 4px;
	background: var(--color-primary);
	clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
}

.col-header .view-all {
	color: #183354;
	text-decoration: none;
	font-weight: 500;
	font-size: 14px;
	line-height: 1;
	gap: 9.69px;
	border-radius: 4px;
	border: 1px solid #cfcfcf;
	padding: 10px 18px;
	text-transform: uppercase;
	transition: all 0.3s ease;
}

.col-header .view-all svg {
	margin-left: 5px;
	margin-bottom: -1px;
}

.col-header .view-all:hover {
	background: var(--color-primary);
	border-color: var(--color-primary);
	color: #fff;
}

.col-header .view-all:hover svg path {
	fill: #fff;
}

.post-items {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}

.post-item {
	overflow: hidden;
	margin-bottom: 0;
	gap: 15px;
}

/* Featured Article Format (background image with overlay title) */
.post-item.featured {
	position: relative;
	width: calc(50% - 15px);
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: start;
	overflow: hidden;
	border-radius: 5px;
	background-size: 100%;
	background-position: center;
	transition: all 0.4s ease;
	padding: 100px 18px 18px 18px;
}

.post-item.featured:hover {
	background-size: 110%;
}

.post-item.featured .post-title {
	text-decoration: underline;
	text-decoration-color: transparent;
	text-decoration-thickness: 2px;
	transition: text-decoration-color 0.4s ease;
}

.post-item.featured:hover .post-title {
	text-decoration-color: currentColor;
}

.post-item.featured:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.4);
	z-index: 0;
}

.post-item .category {
	background: var(--color-secondary);
	padding: 5px 8px;
	border-radius: 4px;
	position: relative;
	line-height: 1;
	display: flex;
}

.post-item .category a {
	color: #000000;
	font-size: 0.6em;
	line-height: initial;
	text-transform: uppercase;
	font-family: "Inter";
	letter-spacing: 0.5px;
	font-weight: 600;
	display: block;
}

.post-item .post-title {
	font-size: 1em;
	font-weight: 600;
	position: relative;
	color: #000;
	margin: 0;
	line-height: 1.2;
	transition: all 0.4s ease;
}
.post-item.list .post-title:hover,
.post-item.thumbnail:hover .post-title {
	color: var(--color-primary);
}

.post-item.featured .post-title {
	color: #fff;
	font-size: 1.1em;
}

.post-item.list .post-title {
	font-size: 0.9em;
}

.post-item .post-meta {
	font-size: 0.7em;
	letter-spacing: 0.2px;
	position: relative;
	display: flex;
	gap: 10px;
	color: var(--color-text-meta);
}

.post-item.featured .post-meta {
	color: #fff;
}

.post-item .post-meta span {
	display: flex;
	align-items: center;
	line-height: 1;
	gap: 5px;
}
.post-item .post-meta span svg {
	margin-top: -3px;
}

/* Thumbnail Article Format (thumbnail right of title) */
.post-item.thumbnail {
	width: calc(50% - 15px);
	display: flex;
	align-items: flex-start;
	min-height: 120px;
}

.post-items.thumbnail-left .post-item {
	flex-direction: row-reverse;
}

.trending-posts .post-items.thumbnail-left .post-item {
	flex-direction: column-reverse;
}

.trending-posts .post-items.thumbnail-left .post-item {
	flex-direction: column-reverse;
}

.trending-posts .post-item.thumbnail .img-container,
.trending-posts .post-item.thumbnail img {
	width: 100%;
}

.trending-posts .category,
.trending-posts .post-meta {
	display: none;
}

.post-item .post-content {
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: start;
	gap: 10px;
}

.latest-articles .post-item .post-content,
.category-posts .post-item .post-content {
	order: 2;
}

.post-item.featured .post-content {
	justify-content: end;
}
.post-item.thumbnail .img-container {
	overflow: hidden;
	border-radius: 5px;
}
.post-item.thumbnail img {
	width: 200px;
	object-fit: cover;
	transition: all 0.4s ease;
}

.post-item.thumbnail:hover img {
	transform: scale(1.1);
}

/* Thumbnail Article Format (thumbnail top of title) */
.post-item.thumbnail.top {
	flex-direction: column;
	width: 100%;
}

.post-item.thumbnail.top a {
	width: 100%;
}

.post-item.thumbnail.top img {
	width: 100%;
	margin: 0;
}

.trending-posts {
	overflow: hidden;
}
.trending-navigation {
	display: flex;
	position: relative;
	flex-direction: row;
	gap: 5px;
}
.trending-navigation .swiper-button-next,
.trending-navigation .swiper-button-prev {
	position: relative;
	right: 0;
	left: 0;
	height: auto;
	width: auto;
	margin-top: 0;
	outline: none !important;
}
.trending-navigation .swiper-button-next:after,
.trending-navigation .swiper-button-prev:after {
	content: none;
}
.trending-navigation .swiper-button-next svg rect,
.trending-navigation .swiper-button-prev svg rect {
	fill: var(--color-bg-theme-light);
}
.trending-navigation .swiper-button-next:hover svg rect,
.trending-navigation .swiper-button-prev:hover svg rect {
	stroke: var(--color-primary);
	fill: var(--color-primary);
}
.trending-navigation .swiper-button-next:hover svg path,
.trending-navigation .swiper-button-prev:hover svg path {
	fill: #fff;
}

.home-posts-5 .category-posts .post-item.thumbnail h3 {
	font-size: 0.9em;
}
.home-posts-5 .category-posts .category {
	display: none;
}

/* .section-categories.standard-padding {
padding-top: 20px;
} */

.top-categories-title {
	font-size: 2rem;
	font-weight: 700;
	margin-bottom: 16px;
	color: #232d3b;
	position: relative;
}

.top-categories-list {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.category-card {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-radius: 8px;
	border: 2px solid #e5e7eb;
	overflow: hidden;
	text-decoration: none;
	padding: 26px 18px;
	transition: all 0.3s ease;
}

.category-card-label {
	position: relative;
	color: #000;
	text-transform: uppercase;
	font-size: 0.73em;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 0.5px;
	display: flex;
	align-items: center;
	gap: 10px;
	transition: all 0.3s ease;
}
.category-card-label svg {
	margin-top: -2px;
}

.category-card-arrow {
	z-index: 2;
	line-height: 1;
	margin-bottom: -3px;
}

.category-card:hover {
	border-color: var(--color-primary);
}

.category-card:hover .category-card-label {
	color: var(--color-primary);
}

/* .about-us.standard-padding{
padding-top: 20px;
} */

/* ## SWIPER POSTS
--------------------------------------------- */
.featured-posts-swiper {
	overflow: hidden;
}
.swiper-posts .post-items {
	flex-wrap: nowrap;
	gap: inherit;
}
.swiper-posts .post-items {
	flex-wrap: nowrap;
	gap: inherit;
}
.swiper-posts .post-items .post-item {
	height: auto;
}

/* ## HOME - NEWSLETTER
--------------------------------------------- */
.home .newsletter h3 {
	font-size: 2em;
	font-weight: 500;
}
.home .newsletter .newsletter-content {
	width: 700px;
	margin: 0 auto;
	max-width: 100%;
}
.home #newsletter-form {
	position: relative;
	max-width: 100%;
	width: 500px;
	margin: 0 auto;
}
.home #newsletter-form input {
	padding-top: 30px;
	padding-bottom: 30px;
}
.home #newsletter-form button {
	position: absolute;
	right: 4px;
	top: 50%;
	transform: translateY(-50%);
}

/* ## BLOG PAGE
--------------------------------------------- */
body.blog .content-sidebar-wrap {
	padding-top: 60px;
	padding-bottom: 60px;
}

/* ## ABOUT US
--------------------------------------------- */
.col-50 {
	width: 50%;
}
.about-us h2,
.about-us h3,
.about-us h4 {
	font-weight: 600;
}
.icon-box {
	display: flex;
	gap: 15px;
}
.icon-box-content h3 {
	margin-bottom: 0;
	font-size: 21px;
	line-height: 26px;
}

.author-quote {
	border-radius: 15px;
	background: #f7f4ff;
	padding: 30px;
	gap: 28px;
}

.author-profile-info {
	display: flex;
	gap: 20px;
	align-items: center;
}
.author-profile-info img {
	border-radius: 50%;
	width: 68px;
	height: 68px;
}

.author-name p {
	color: var(--color-text-meta);
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0.52px;
	margin-bottom: 0;
}

.author-name h3 {
	font-size: 21px;
	line-height: 26px;
}

.author-quote-text {
	color: var(--color-text-meta);
	font-style: italic;
	font-weight: 400;
	line-height: normal;
	margin: 20px 0 0;
}

.about-stats {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	padding: 30px 0 0;
	gap: 15px;
}
.about-stats .stat-number {
	color: var(--color-primary);
	font-family: Inter;
	font-size: 32px;
	font-weight: 600;
	line-height: 1.05;
	margin-bottom: 5px;
}
.about-stats .stat-single {
	border-radius: 15px;
	border: 1px solid rgba(118, 57, 255, 0.3);
	padding: 18px 24px;
}

.about-stats .stat-name {
	margin-bottom: 0;
}

/* ## TESTIMONIALS
--------------------------------------------- */
.testimonials-title {
	display: flex;
	gap: 15px;
	font-weight: bold;
	align-items: center;
}

.testimonial-swiper,
.testimonial-swiper .swiper {
	overflow: visible !important;
}

.testimonial-slide {
	display: flex;
	background-color: #ffffff;
	border-radius: 20px;
	box-shadow: 0px 85px 181px 0px rgba(21, 21, 21, 0.15);
}

.testimonial-content {
	flex: 1;
	padding: 40px 60px 40px 80px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	position: relative;
}

.testimonial-icon {
	margin: -50px 0 0 20px;
	opacity: 0.1;
	transform: rotate(180deg);
}

.testimonial-text p {
	font-size: 18px;
	line-height: 1.6;
	font-family: "Inter";
}

.testimonial-author {
	position: relative;
	display: flex;
}

/* Author Info */
.testimonial-author h3 {
	font-size: 24px;
	font-weight: 600;
	margin: 0 0 5px;
	font-family: "Inter";
}

.testimonial-author p {
	font-size: 14px;
	color: var(--color-text-light);
	margin: 0;
	font-family: "Inter";
}

/* Image Side */
.testimonial-image {
	flex: 1;
	padding: 0 80px 0 40px;
}

.testimonial-image img {
	height: 535px;
	object-fit: cover;
	margin: -80px 0 -20px;
	border-radius: 20px;
}

/* Navigation Button */
.testimonial-swiper .swiper-button-prev::after,
.testimonial-swiper .swiper-button-next::after {
	display: none !important;
}
.testimonial-navigation .swiper-button-next,
.testimonial-navigation .swiper-button-prev {
	width: 35px;
	height: 35px;
	outline: none !important;
}
.testimonial-navigation .swiper-button-prev {
	left: 22px;
}
.testimonial-navigation .swiper-button-next {
	right: 22px;
}
.testimonial-navigation .swiper-button-prev svg rect,
.testimonial-navigation .swiper-button-next svg rect {
	fill: #fff;
}
.testimonial-navigation .swiper-button-prev:hover svg rect,
.testimonial-navigation .swiper-button-next:hover svg rect {
	fill: var(--color-primary);
	stroke: var(--color-primary);
}
.testimonial-navigation .swiper-button-prev:hover svg path,
.testimonial-navigation .swiper-button-next:hover svg path {
	stroke: #fff;
}

/* ## NEWSLETTER
--------------------------------------------- */
.newsletter .wrap .newsletter-wrap {
	background: var(--color-primary);
	text-align: center;
	border-radius: 20px;
	height: 400px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	color: #fff;
	position: relative;
	background-image: var(--newsletter-bg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.newsletter svg.top-left {
	position: absolute;
	top: -2px;
	left: -2px;
}
.newsletter svg.bottom-right {
	position: absolute;
	bottom: -2px;
	right: -2px;
}

#breadcrumbs {
	font-size: 14px;
	margin-bottom: 0;
	font-weight: 500;
	line-height: 1;
}

/* ## SUBSCRIBE PAGE
--------------------------------------------- */
.subscribe-1 .wrap {
	align-items: center;
	justify-content: space-between;
}
.subscribe-1 .wrap h2 {
	font-weight: 600;
}

/* ## SEARCH PAGE
--------------------------------------------- */
.hero-section.small {
	min-height: auto;
	background-image: var(--bg-pattern);
}
.single-post .hero-section.small {
	background-image: var(--bg-pattern);
}
.hero-section.small .wrap {
	padding-top: 70px;
	padding-bottom: 70px;
}
.hero-section.small .heading-wrap {
	padding: 0;
}
.hero-section.small .featured-in {
	position: initial;
	margin-top: 80px;
}

body.search-results .content-sidebar-wrap,
body.archive .content-sidebar-wrap,
body.single-post .content-sidebar-wrap {
	padding-top: 60px;
	padding-bottom: 60px;
}
body.search-results .content-sidebar-wrap {
	padding-top: 0;
}

.grid-posts {
	display: grid;
	gap: 40px;
}
.grid-posts.two {
	grid-template-columns: 1fr 1fr;
}
.grid-posts.three {
	grid-template-columns: 1fr 1fr 1fr;
}

body.search-results .search-results-title {
	color: #000000;
	font-family: Inter;
	font-size: 26px;
	font-weight: 700;
	margin-bottom: 60px;
}
body.search-results .search-results-title span {
	color: var(--color-primary);
}
body.search-results .search-breadcrumb-title .breadcrumb_last {
	color: #908f8f;
}
body.search-results .search-breadcrumb-title #breadcrumbs {
	margin-bottom: 32px;
}

/* ## PAGINATION
--------------------------------------------- */
.pagination {
	display: flex;
	justify-content: center;
	gap: 12px;
	margin: 40px 0 0;
}

.pagination ul {
	display: flex;
	gap: 10px;
}

.pagination ul li {
	display: inline-block;
}

.pagination ul li a,
.pagination ul li span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 5px;
	border: 1px solid #dfe3e8;
	text-decoration: none;
	transition: background-color 0.3s ease, color 0.3s ease;
	cursor: pointer;
	user-select: none;
	outline: none;
}

.pagination ul li a:hover {
	background-color: var(--color-primary);
	color: #fff;
	border-color: var(--color-primary);
}
svg path,
svg rect {
	transition: all 0.3s ease;
}
.pagination ul li:hover svg path {
	fill: #fff;
}

.pagination ul li span.current {
	background-color: var(
		--color-primary
	); /* purple background for current page */
	color: #fff;
	border-color: var(--color-primary);
	cursor: default;
}

.pagination ul li span.dots {
	border: none;
	cursor: default;
	width: auto;
	padding: 0 8px;
	font-weight: 700;
}

/* ## Single Post
--------------------------------------------- */
section.featured-in-section {
	padding: 33px 0;
}
section.featured-in-section .wrap {
	display: flex;
	justify-content: center;
}
section.featured-in-section .featured-in {
	position: initial;
}
section.featured-in-section .featured-in .featured-in-title {
	color: #777;
}

.hero-section .entry-title {
	font-family: "Roboto Serif";
	color: var(--color-secondary);
	font-size: 2em;
	font-weight: 700;
	line-height: 1.2em;
	margin-bottom: 0;
	margin-top: -4px;
}

.hero-section .post-data {
	display: flex;
	flex-direction: column;
	gap: 22px;
}

.post-meta {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: end;
	align-items: center;
	position: relative;
	z-index: 2;
	gap: 50px;
}

.post-img {
	position: relative;
	overflow: hidden;
	border-radius: 5px;
	display: block;
}

.post-img img {
	width: 100%;
	margin-bottom: 0;
}

.post-img-wrap {
	width: 460px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	position: relative;
}

.post-title {
	color: #ffffff;
	font-size: 30px;
	line-height: 32px;
	margin: 10px 0 0 0;
}

.post-attr {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	height: 50px;
	color: #d2d2d2;
	font-size: 16px;
}

.post-attr a {
	color: #ffffff;
	font-size: 16px;
}

.post-date {
	color: #d2d2d2;
	font-size: 16px;
	display: flex;
	gap: 5px;
	align-items: center;
}

.post-date .entry-modified-time {
	color: #fff;
}

.post-attr a:hover {
	text-decoration: underline;
}

.hero-section #breadcrumbs,
.hero-section #breadcrumbs a {
	color: #fff;
}

.page .hero-section #breadcrumbs {
	margin-bottom: 15px;
}

/* HERO AUTHOR */
.post-attr {
	display: flex;
	gap: 80px;
}

.post-author-block {
	display: flex;
	align-items: center;
	gap: 20px;
}

.post-author-block img {
	/* 	width: 48px;
	height: 48px; */
	border-radius: 50%;
	object-fit: cover;
	margin: 0;
}

.post-author-info {
	display: flex;
	flex-direction: column;
}

.post-author-label {
	font-weight: 400;
	margin-bottom: 3px;
}

.post-author-name {
	color: #fff;
	border: 0 !important;
}

/* ARTICLE IMAGE SLIDER GALLERY */
.post-image-gallery {
	width: 100%;
	max-width: 800px;
	margin: 0 auto 30px;
}
.post-image-gallery .swiper-container {
	overflow: hidden;
}
.gallery-top {
	width: 100%;
	margin-bottom: 10px;
}
.gallery-top .swiper-slide {
	border-radius: 6px;
	overflow: hidden;
}
.gallery-thumbs {
	height: 100px;
	box-sizing: border-box;
	padding: 10px 0;
}
.gallery-thumbs .swiper-slide {
	width: 100px;
	height: 80px;
	opacity: 0.4;
	border-radius: 4px;
	cursor: pointer;
	overflow: hidden;
}
.gallery-thumbs .swiper-slide-thumb-active {
	opacity: 1;
	border: 1px solid var(--color-border-light);
}

/* EMBED */
.wp-block-embed__wrapper,
.tradingview-widget-container {
	margin-bottom: 5px !important;
}

/* ARTICLE REFERENCES */
article.post.entry {
	margin-bottom: 40px;
}

.article-references {
	margin-bottom: 40px;
}
.article-references h3 {
	font-weight: 700;
}
.article-references-box {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	border-radius: 10px;
	border: 1px solid #d9d9d9;
	padding: 30px;
	gap: 7px;
}
.article-references-box li {
	list-style: disc;
	color: var(--color-primary);
	font-size: 0.9em;
}

/* SOCIAL SHARE */
.post-social-share {
	display: flex;
	gap: 12px;
	margin: 0 0 40px;
	flex-wrap: wrap;
}

.post-share-btn {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 10px 16px;
	border-radius: 5px;
	font-weight: 500;
	font-size: 16px;
	transition: all 0.3s ease;
	line-height: 1;
	color: #fff;
}

.post-share-btn svg {
	display: block;
}

.post-share-btn.facebook {
	background: #3b589e;
}

.post-share-btn.x {
	background: #000;
}

.post-share-btn.linkedin {
	background: #0177b5;
}

.post-share-btn.whatsapp {
	background: #23d366;
}

.post-share-btn.email {
	background: #f4f4f4;
}

.post-share-btn:hover {
	opacity: 0.95;
	color: #fff;
}

.single-page .post-entry {
	margin-top: 100px;
}

.post-entry {
	margin-top: 50px;
	margin-bottom: 50px;
}

.post-entry p {
	font-size: 18px;
	line-height: 35px;
}

.post-entry .entry-content {
	max-width: 768px;
	margin: 0 auto;
}

.post-tags {
	width: 300px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-left: 30px;
	margin-top: 40px;
	background: var(--color-secondary);
	border-radius: 7px;
	padding: 30px;
}

.post-tags-title {
	font-size: 16px;
	font-weight: 500;
	margin: 0;
}

.post-tags-list {
	list-style: none;
	padding: 0;
	line-height: 1.2;
}

.post-tags-list a {
	color: #000000;
	display: inline;
	font-family: "Inter";
	font-weight: 500;
	text-transform: uppercase;
}

.post-tags-list a:hover {
	text-decoration: underline;
}

.post-tags-list li {
	display: inline-block;
}

.post-tags-list li + li:before {
	content: ", ";
}

.post-tags-block:last-child {
	margin-top: 12px;
}

/* GOOGLE NEWS PREFERRED SOURCE CTA ABOVE SOCIAL SHARE BUTTONS */
.child-theme-cta-sep {
	border: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.12);
	margin: 28px 0 18px;
}

.child-theme-cta {
	align-items: center;
	display: flex;
	gap: 18px;
	justify-content: center;
	margin: 40px 0;
	padding: 30px;
	min-height: 65px;
	border-radius: 10px;
	background-color: #faf8ff;
}

.child-theme-cta-text {
	font-weight: 500;
	white-space: nowrap;
	line-height: 1;
}

.child-theme-cta-badge img {
	height: 50px;
	width: auto;
	display: block;
}

/* SOCIAL SHARE */
.single-post .avatar {
	margin-right: 0;
	margin-bottom: 1px;
}
.single-post .sfsi_widget.sfsi_shortcode_container {
	float: none;
	margin: 40px 0;
}

/* POST AUTHOR */
.single-post .author {
	border-radius: 10px;
	border: 1px solid rgba(118, 57, 255, 0.3);
	background: #fff;
	box-shadow: 0px 5px 14px 0px rgba(8, 15, 52, 0.04);
	padding: 30px;
	display: flex;
	gap: 20px;
}
.single-post .author .author-header {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 10px;
}
.single-post .author .author-header .author-name-wrap {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.single-post .author .author-header .flex-row {
	gap: 10px;
	align-items: center;
}
.single-post .author .author-header .flex-row a {
	line-height: 0;
}
.single-post .author .author-header h2 {
	font-weight: 700;
	margin: 0;
	margin-bottom: 0;
	border-right: 2px solid #2f1854;
	line-height: 1em;
	padding-right: 11px;
	margin-right: 11px;
}
.single-post .author p {
	margin: 0;
}
.single-post .author hr {
	margin: 15px 0;
	padding: 0;
}
.single-post .author .author-about {
	color: #4b5563;
	margin-bottom: 10px;
}
.single-post .author .author-img {
	min-width: 150px;
}

/* ## ABOUT PAGE
--------------------------------------------- */
.special-heading {
	color: #000;
	font-family: "Roboto Serif";
	font-size: 2.2em;
	font-weight: 700;
}
.special-heading span {
	color: var(--color-primary);
}

.about-us-1 .col-70 p:last-child {
	margin-bottom: 0;
}
.about-us-3 .wrap p:last-child {
	margin-bottom: 0;
}

.about-us-2 .wrap .wrap {
	padding: 0;
}
.about-us-2 .team-member {
	border-radius: 10px;
	background: linear-gradient(0deg, #fff 0%, #fff 100%),
		var(--Primary-Purple, var(--color-primary));
	box-shadow: 5px 5px 40px 0px rgba(21, 21, 21, 0.15);
	padding: 20px;
	display: flex;
	flex-direction: column;
	gap: 20px;
	position: relative;
	z-index: 22;
	overflow: hidden;
}

.about-us-2 .team-member:before {
	content: "";
	width: 340px;
	height: 340px;
	background: #fcfbff;
	border-radius: 50%;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -2;
}

.about-us-2 .team-member:after {
	content: "";
	width: 370px;
	height: 370px;
	background: #f9f6ffb8;
	border-radius: 50%;
	display: block;
	position: absolute;
	bottom: -90px;
	left: -40px;
	z-index: -1;
}

.about-us-2 .team-member .team-member-info {
	display: flex;
	gap: 20px;
	align-items: center;
}
.about-us-2 .team-member .team-member-info img {
	border-radius: 10px;
}
.about-us-2 .team-member-details {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.about-us-2 .team-member-details h3,
.about-us-2 .team-member-details h4,
.about-us-2 .team-member-details p,
.about-us-2 .team-member-details hr {
	padding: 0;
	margin: 0;
}
.about-us-2 .team-member-details h3,
.about-us-2 .team-member-details h4 {
	font-weight: 700;
	font-size: 2.5rem;
}

.team-member-details p {
	font-weight: 600;
	color: #444;
}

.about-us-2 .team-member hr {
	border-bottom: 0.1rem solid #cacaca;
}
.about-us-2 .team-member-short-bio p {
	color: #555555;
}
.about-us-2 .team-member-short-bio p:last-child {
	margin-bottom: 0;
}

/* ## OUR TEAM PAGE
--------------------------------------------- */
/* section.our-team p {
margin-bottom: 15px;
} */
.our-team-desc {
	padding-bottom: 10px;
}
.our-team h2 {
	margin-bottom: 0;
}

.team-members .wrap.grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 40px;
}

.team-members .grid-author-box {
	background-color: #f8f8f8;
	border-radius: 12px;
	display: flex;
	flex-direction: column;
	overflow: hidden;
}

.team-members .author-info {
	padding: 20px;
}

.team-members .author-image img {
	width: 100%;
	object-fit: cover;
}

.team-members .author-name {
	margin-top: 0;
	margin-bottom: 5px;
	font-size: 1.3em;
	font-weight: bold;
}

.team-members .author-designation {
	color: #444;
	font-weight: 600;
}

.team-members .author-short-bio {
	color: var(--color-text-meta);
}
.team-members .author-social-title {
	color: var(--color-text-meta);
	margin: 0 0 3px;
}
.team-members .author-social a {
	display: inline-block;
	margin-right: 10px;
	font-size: 1.2em;
	color: #333;
	text-decoration: none;
}

.team-member-social svg,
.team-members .author-social svg,
.social-wrap svg {
	width: 30px;
	height: 30px;
}

.team-members .author-social a:hover {
	color: #007bff; /* Example hover color */
}

/* ## TEAM MEMBER SINGLE PAGE
--------------------------------------------- */
.parent-pageid-6961 section > .wrap.width-800 {
	max-width: 800px;
	padding-left: 0;
	padding-right: 0;
}
.parent-pageid-6961 .hero-section .flex-row {
	color: #fff;
	flex-direction: row;
	align-items: center;
}
.parent-pageid-6961 .hero-section .col-30 img {
	border-radius: 12px;
}
.parent-pageid-6961 .hero-section .col-70 {
	display: flex;
	flex-direction: column;
	gap: 18px;
}
.parent-pageid-6961 .name-wrap {
	align-items: baseline;
}
.parent-pageid-6961 .name-wrap h1.hero-title {
	font-size: 1.8em;
	color: #fff;
	margin-bottom: 0;
	border-right: 3px solid #fff;
	line-height: 1.1em;
	padding-right: 11px;
	margin-right: 11px;
}
.parent-pageid-6961 .name-wrap p,
.parent-pageid-6961 .education-wrap p:last-child {
	color: var(--color-secondary);
	font-weight: 700;
	margin-bottom: 0;
}
.parent-pageid-6961 .expertise-wrap,
.parent-pageid-6961 .education-wrap {
	gap: 20px;
}
.parent-pageid-6961 .expertise-wrap.flex-row {
	align-items: flex-start;
}
.parent-pageid-6961 .expertise-wrap > p,
.parent-pageid-6961 .education-wrap > p {
	font-weight: 600;
}
.parent-pageid-6961 .expertise-wrap p,
.parent-pageid-6961 .education-wrap p {
	margin-bottom: 0;
	line-height: 1;
}
.parent-pageid-6961 .expertise-wrap .expertise-list {
	gap: 10px;
	align-items: center;
	flex-wrap: wrap;
}
.parent-pageid-6961 .expertise-wrap .expertise-list p {
	color: #000;
	background: var(--color-secondary);
	font-size: 12px;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 0.8px;
	text-transform: uppercase;
	padding: 4px 10px;
	border-radius: 3px;
}
.parent-pageid-6961 .social-wrap {
	gap: 10px;
}

body.parent-pageid-6961 .tab-menu {
	display: flex;
	list-style: none;
	padding: 0;
	margin: 0;
	border-bottom: 3px solid #d9d9d9;
	align-items: end;
}
body.parent-pageid-6961 .tab-menu li {
	padding: 7px 33px;
	cursor: pointer;
	border: 1px solid var(--c-contrast-150);
	margin-right: -5px;
	border-radius: 10px 10px 0px 0px;
	background: #fff;
	border-top: 1px solid #acaeb4;
	border-right: 1px solid #acaeb4;
	border-left: 1px solid #acaeb4;
	margin-bottom: -3px;
	border-bottom: 3px solid #d9d9d9;
	font-weight: 600;
}
body.parent-pageid-6961 .tab-menu li.active {
	background: var(--c-a);
	color: var(--c-contrast-0);
	padding: 10px 20px;
	box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.15);
	background: #f7f4ff;
	border-bottom: 3px solid var(--color-primary);
	z-index: 1;
}
body.parent-pageid-6961 .tab-content {
	margin-top: 30px;
}
body.parent-pageid-6961 .tab-pane {
	display: none;
}
body.parent-pageid-6961 .tab-pane.active {
	display: block;
}
body.parent-pageid-6961 .tab-pane#posts {
	padding-top: 20px;
}

/* ## CONTACT US PAGE
--------------------------------------------- */
.contact-us-1 h2 {
	font-size: 2em;
	font-weight: 600;
}
.contact-form-wrapper {
	padding: 50px;
	border-radius: 10px;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.contact-form-wrapper .wpforms-container {
	margin: 0 !important;
}
.contact-form-wrapper .wpforms-container .wpforms-field {
	padding: 10px 0;
}
.contact-form-wrapper .wpforms-container input,
.contact-form-wrapper .wpforms-container textarea,
.contact-form-wrapper .wpforms-container select {
	display: flex;
	height: 50px;
	padding: 12px 20px !important;
	border-radius: 10px !important;
	border: 1px solid #b3b3b3 !important;
}
.contact-form-wrapper .wpforms-container textarea {
	height: 150px;
}
.contact-form-wrapper .wpforms-container-full button[type="submit"] {
	display: flex;
	height: 50px;
	padding: 12px 40px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	align-self: stretch;
	border-radius: 10px;
	background: var(--color-secondary) !important;
	color: #000 !important;
	width: 100%;
}
.contact-form-wrapper .wpforms-container-full button[type="submit"]:hover {
	background-color: var(--color-primary) !important;
	color: #fff !important;
}

.contact-detail {
	display: flex;
	gap: 10px;
	margin-bottom: 20px;
}
.contact-detail svg {
	width: 21px;
	margin-top: 1.5px;
}
.contact-detail p {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 0;
}
.contact-us-1 .wrap {
	gap: 50px;
}
.contact-details {
	margin-bottom: 40px;
}

/* ## 404 PAGE
--------------------------------------------- */
.section-404-1 h2 {
	font-weight: 700;
	font-size: 2.8em;
}
.section-404-1 h3 {
	font-size: 1.7em;
}
body.error404 .featured-posts-swiper {
	padding-bottom: 60px;
}

/* ## ARCHIVE PAGE
--------------------------------------------- */
.archive-description {
	border-radius: 10px;
	border-left: 4px solid var(--Primary-Green, var(--color-secondary));
	background: #f5f5f5;
	padding: 35px 30px;
	margin-bottom: 40px;
}
.archive-description p:last-child {
	margin-bottom: 0;
}

/* ## SIDEBAR AUTHOR
--------------------------------------------- */
.author-box-sidebar {
	border: 2px solid rgba(118, 57, 255, 0.3);
	border-radius: 10px;
	padding: 30px;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 40px;
}

.author-box-sidebar .author-avatar {
	width: 90px;
	height: 90px;
	border-radius: 50%;
	display: block;
	margin: 0;
	margin-bottom: 20px;
}

.author-box-sidebar .author-name {
	font-size: 1.3em;
	font-weight: bold;
	color: #170f49;
	margin-bottom: 0;
}

.author-box-sidebar .author-title {
	color: var(--color-text-meta);
	margin-bottom: 0;
	font-weight: 500;
	font-size: 0.8em;
}

.author-box-sidebar .author-divider {
	border: none;
	border-top: 1px solid #d9d9d9;
	margin: 17px 0;
	width: 100%;
	padding: 0;
}

.author-box-sidebar .author-socials {
	display: flex;
	justify-content: center;
	gap: 15px;
	margin-top: 0;
}

.author-box-sidebar .author-social-link {
	display: flex;
	line-height: 0;
}

/* ## SIDEBAR NEWSLETTER
--------------------------------------------- */
.sidebar-newsletter-box {
	display: flex;
	padding: 30px 25px 12px 25px;
	flex-direction: column;
	align-items: center;
	text-align: center;
	align-self: stretch;
	border-radius: 10px;
	border: 1px solid var(--color-widget-border);
	background: #fff;
	box-shadow: 0px 0px 60px 0px rgba(21, 21, 21, 0.15);
}
.sidebar-newsletter-box .newsletter-title {
	position: relative;
}
.sidebar-newsletter-box .newsletter-title svg {
	position: absolute;
	/* top: 0; */
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 0;
}
.sidebar-newsletter-box h2 {
	font-size: 1.4em;
	margin-bottom: 0;
	z-index: 1;
	position: relative;
	font-weight: 600;
	color: #000;
	font-family: "Inter";
}
.sidebar-newsletter-box p {
	color: var(--color-text-light);
	margin-top: 20px;
	margin-bottom: 25px;
}
.sidebar-newsletter-box #newsletter-form {
	width: 100%;
}
.sidebar-newsletter-box input[type="email"] {
	margin-bottom: 18px;
	outline: none;
	transition: border 0.2s;
	border-radius: 10px;
	border: 1px solid #b3b3b3;
	text-align: center;
	height: 50px;
}
.sidebar-newsletter-box button {
	width: 100%;
	border: none;
	color: #183354;
	font-weight: 600;
	background: var(--color-secondary);
	display: block;
	font-size: 18px;
	font-weight: 600;
	height: 50px;
}
.sidebar-newsletter-box button:hover {
	background: var(--color-primary);
	color: #fff;
}
.sidebar-newsletter-box #newsletter-message {
	margin-top: 18px;
	font-size: 12px;
}

/* ## LARGE NEWSLETTER
--------------------------------------------- */
.large-newsletter-box {
	display: flex;
	align-items: center;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0px 50px 100px 0px rgba(21, 21, 21, 0.15);
	padding: 30px;
	gap: 40px;
}

.large-newsletter-image img {
	max-width: 320px;
	border-radius: 10px;
	background: #f7f2ef;
	display: block;
}

.large-newsletter-content {
	flex: 1;
}

.large-newsletter-content h2,
.large-newsletter-content .title{
	font-size: 2em;
	font-weight: 700;
	margin-bottom: 18px;
}

.large-newsletter-content p {
	color: #908f8f;
	margin-bottom: 25px;
}

#large-newsletter-form,
#inline-newsletter-form,
#popup-newsletter-form,
#sticky-newsletter-form {
	display: flex;
	gap: 16px;
}

#large-newsletter-form input[type="email"],
#inline-newsletter-form input[type="email"],
#popup-newsletter-form input[type="email"],
#sticky-newsletter-form input[type="email"] {
	flex: 1;
	border-radius: 10px;
	border: 1px solid #b3b3b3;
	outline: none;
	transition: border 0.2s;
}

#large-newsletter-form button,
#inline-newsletter-form button,
#popup-newsletter-form button,
#sticky-newsletter-form button {
	background: var(--color-secondary);
	color: #000;
	justify-content: center;
}

#large-newsletter-form button:hover,
#inline-newsletter-form button:hover,
#popup-newsletter-form button:hover,
#sticky-newsletter-form button:hover {
	background: var(--color-primary);
	color: #fff;
}

#large-newsletter-message,
#inline-newsletter-message,
#popup-newsletter-message,
#sticky-newsletter-message {
	font-size: 1rem;
	margin-top: 6px;
	line-height: 1;
}

/* ARTICLE NEWSLETTER */
.large-newsletter.article-newsletter {
	margin: 40px 0;
}
.large-newsletter.article-newsletter .wrap {
	padding: 0;
}
.large-newsletter.article-newsletter .large-newsletter-box img {
	margin: 0;
}
.large-newsletter.article-newsletter .large-newsletter-box {
	padding: 25px;
}
.large-newsletter.article-newsletter #large-newsletter-form,
.large-newsletter.article-newsletter #inline-newsletter-form,
.large-newsletter.article-newsletter #popup-newsletter-form,
.large-newsletter.article-newsletter #sticky-newsletter-form {
	flex-direction: column;
}
.large-newsletter.article-newsletter #large-newsletter-form input[type="email"],
#inline-newsletter-form input[type="email"],
#popup-newsletter-form input[type="email"],
#sticky-newsletter-form input[type="email"] {
	margin-bottom: 0;
	line-height: 2em;
}
.large-newsletter.article-newsletter #large-newsletter-form button {
	text-align: center;
	justify-content: center;
}

/* ## Entry Content
--------------------------------------------- */
.entry-content img {
	max-width: 100%;
	margin: 10px 0 25px;
}

.entry-content table {
	width: 100%;
	font-size: 17px;
	line-height: 26px;
	border: 1px solid #f1f1f1;
}

.entry-content table th {
	text-align: left;
	font-weight: 500;
	padding: 10px;
	border: 1px solid #f1f1f1 !important;
}

.entry-content table tr.odd {
	background: #f9f9f9;
}

.entry-content table td {
	padding: 20px 25px;
}

.entry-content .wp-block-table td,
.entry-content .wp-block-table th {
	border: none;
	padding: 15px 18px;
}

.entry-content figure.wp-block-table {
	border-radius: 8px;
	border: 1px solid rgba(118, 57, 255, 0.3) !important;
}
.entry-content .wp-block-table table {
	border: none;
}
.entry-content .wp-block-table table tbody {
	border: inherit;
}
.wp-block-table tbody tr:first-child {
	background-color: var(--color-primary);
	color: white;
	font-weight: 600;
}
.wp-block-table tbody tr:nth-child(n + 2):nth-child(even) {
	background-color: #f7f4ff;
}
.wp-block-table tbody tr:nth-child(n + 2):nth-child(odd) {
	background-color: #ffffff;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	position: relative;
	word-break: break-word;
	font-weight: 700;
}
.entry-content h3 strong {
	font-weight: 700;
}
.entry-content table img {
	margin-left: auto;
	margin-right: auto;
}

table.htmltable th:first-child {
	border-top-left-radius: 10px !important;
}

table.htmltable th:last-child {
	border-top-right-radius: 10px !important;
}

table.htmltable th {
	background: var(--color-primary);
	color: #fff;
	border: 0;
}

.entry-content h4:before,
.entry-content h5:before,
.entry-content h6:before {
	padding-left: 0;
}
.entry-content .entry-pagination {
	display: -ms-flexbox;
	display: flex;
	color: #000000;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	border-top: 1px solid #dadada;
	padding-top: 20px;
}

.entry-content .entry-pagination > a {
	width: 40px;
	height: 40px;
	background: var(--color-primary);
	border-radius: 50%;
	text-align: center;
	line-height: 40px;
	margin: 0 5px;
	color: #ffffff;
}

.entry-content .entry-pagination > a:first-child {
	margin-left: 10px;
}

.entry-content blockquote {
	padding-left: 60px;
	padding-left: 6rem;
	margin: 30px 0;
	border: 0;
	position: relative;
}

.entry-content blockquote:before {
	content: "“";
	position: absolute;
	float: left;
	top: 0;
	left: 0;
	width: 60px;
	font-family: georgia, sans-serif;
	font-size: 60px;
	font-size: 6rem;
	font-style: italic;
	font-weight: bold;
	line-height: 1;
	text-align: center;
}

.entry-content blockquote p {
	margin: 0;
	line-height: 20px;
	font-size: 16px;
}

.entry-content figure {
	border-radius: 10px;
	overflow: hidden;
}

.entry-content figure figcaption {
	text-align: center;
	padding: 10px;
}

.table-wrap {
	width: 100%;
	overflow: auto;
}

span.required-field-message {
	font-size: 16px;
}

.wp-block-table table {
	margin-bottom: 0px;
}

.wp-block-table figcaption {
	border-bottom: 1px solid #f0f0f0;
	font-size: 15px;
	padding: 10px 0;
}

figure.wp-block-table {
	margin-bottom: 30px;
	border-radius: 0;
}

figure.wp-block-table.is-style-stripes {
	border-bottom: 0;
}

.wp-block-table thead th {
	background: var(--color-primary);
	color: #fff;
}

.wp-block-table.is-style-stripes tbody tr:nth-child(even) {
	background-color: #f9f2fb;
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
	background-color: transparent;
}

/* YOAST FAQS */
.schema-faq.wp-block-yoast-faq-block {
	margin-bottom: 30px;
}

.schema-faq-section {
	border-radius: 10.834px;
	border: 2px solid #f1f1f3;
	background: #fff;
	padding: 20px 30px;
	margin-bottom: 10px;
}

.schema-faq-question {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-weight: 600;
	cursor: pointer;
	transition: background 0.2s;
	position: relative;
}

/* Add Toggle Icon */
.schema-faq-question::after {
	content: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 5.038h4.037m0 0h4.039m-4.039 0V1m0 4.038v4.039' stroke='%23262626' stroke-width='1.154' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	transition: all 0.2s ease;
	margin-left: 40px;
	width: 60px;
	max-width: 30px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: var(--color-faq-plus-icon);
	border-radius: 5px;
}

.schema-faq-section.active .schema-faq-question {
	border-bottom: 2px solid #f4f4f6;
	padding-bottom: 15px;
}

.schema-faq-section.active .schema-faq-question::after {
	content: url("data:image/svg+xml,%3Csvg width='10' height='9' viewBox='0 0 10 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M0 4h9.98' stroke='%23262626' stroke-width='1.154' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h9.98v8.08H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
	background: var(--color-faq-minus-icon);
}

.schema-faq-answer {
	display: none;
	animation: fadeIn 0.3s;
	margin: 15px 0 0;
}

@keyframes fadeIn {
	from {
		opacity: 0;
		transform: translateY(-5px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

/* PROS AND CONS */
.pros-cons-block {
	display: flex;
	gap: 15px;
	margin: 40px 0;
}
.pros-cons-block .pros,
.pros-cons-block .cons {
	flex: 1;
	border-radius: 8px;
	border: 1px solid #d9d9d9;
}
.pros-cons-block .pros {
	border-top: 4px solid #70ad7d;
}
.pros-cons-block .cons {
	border-top: 4px solid #db6b6a;
}
.pros-cons-block .pcb-header {
	display: flex;
	align-items: center;
	font-weight: 600;
	justify-content: center;
	padding: 10px;
}
.pros-cons-block .pros .pcb-header {
	background: #eef6f0;
}
.pros-cons-block .cons .pcb-header {
	background: #f6eeee;
}
.pros-cons-block .pcb-icon {
	font-size: 1.3rem;
	margin-right: 0.5rem;
}
.pros-cons-block ul {
	list-style: none;
	padding-left: 0;
	margin: 0 !important;
	padding: 25px;
}
.pros-cons-block ul li {
	display: flex;
	align-items: flex-start;
	margin-left:0;
	margin-bottom: 1.2rem;
	line-height: 1.4;
	color: #3b3b3b;
	padding: 0;
}
.pros-cons-block .pcb-list-icon {
	flex: 0 0 16px;
	margin-right: 0.6em;
	font-size: 1.2em;
	margin-top: 0.2em;
}
.pros-cons-block textarea {
	width: 100%;
	min-height: 7em;
	padding: 0.6em;
	border-radius: 6px;
	border: 1px solid #d0d0d0;
	resize: vertical;
}
.entry-content .pros-cons-block ul > li::before,
.entry-content .pros-cons-block li li::before {
	content: none;
}
.pros-cons-block .pcb-icon img,
.pros-cons-block .pcb-list-icon img {
	margin: 0;
}

/* LIGHTNOTE & DARKNOTE */
.post-note {
	border-radius: 10px;
	padding: 32px 24px;
	margin: 0 0 20px;
	box-sizing: border-box;
}
.post-note h1,
.post-note h2,
.post-note h3,
.post-note h4,
.post-note h5,
.post-note h6 {
	color: var(--color-primary);
	font-weight: 600;
}
.post-note p:last-child {
	margin-bottom: 0;
}
.lightnote-block {
	background: #f5f5f5;
	border-left: 4px solid var(--color-secondary);
}
.darknote-block {
	background: #eae1ff;
	border-left: 4px solid var(--color-primary);
}

/* KEY TAKEAWAYS */

.key-takeaways-block {
	border-top: 2px solid #e9ecef;
	border-bottom: 2px solid #e9ecef;
	padding: 30px 0;
	margin-bottom: 40px;
}
.key-takeaways-block .kt-title {
	margin-bottom: 30px;
}
.key-takeaways-block .kt-list {
	padding: 0;
	margin: 0;
}
.key-takeaways-block .kt-list-item {
	display: flex;
	align-items: flex-start;
	margin-bottom: 28px;
	padding: 0;
}
.key-takeaways-block .kt-list-item:before {
	content: none;
}
.key-takeaways-block .kt-list-item:last-child {
	margin-bottom: 0;
}
.key-takeaways-block .kt-number {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 36px;
	min-height: 36px;
	font-size: 16px;
	font-weight: 700;
	background: var(--color-secondary);
	border-radius: 50%;
	margin-right: 18px;
	flex-shrink: 0;
}

/* Blockquote with author */
.child-theme-blockquote-block .blockquote-wrapper {
	display: flex;
	flex-direction: column;
	gap: 15px;
	position: relative;
}
.child-theme-blockquote-block .blockquote-quotes {
	font-size: 120px;
	color: #e9e9e9;
	line-height: 0.5;
	position: absolute;
	top: 12px;
}
.child-theme-blockquote-block .blockquote-text {
	margin-bottom: 0;
	margin-top: 60px;
}
.child-theme-blockquote-block .blockquote-footer {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.child-theme-blockquote-block .blockquote-author {
	color: var(--color-primary);
	font-size: 1.4em;
	font-weight: bold;
	font-weight: 600;
	font-style: normal;
	font-family: "Inter";
}

.child-theme-blockquote-block .blockquote-author-title {
	font-size: 13px;
	color: #808080;
}

#sticky-sidebar {
	z-index: 30;
}

#sticky-sidebar + .widget_text {
	/* padding-top: 30px; */
}

/* EASY TOC */
div#ez-toc-container {
	width: 100%;
	padding: 25px;
	background: #fff;
	border-radius: 10px;
	border: 1px solid rgba(118, 57, 255, 0.3);
	margin-bottom: 0px;
}
.ez-toc-title-container {
	position: relative;
	border-bottom: 4px double #dfdfdf;
	padding-bottom: 8px;
	margin-bottom: 10px;
}
div#ez-toc-container .ez-toc-list {
	padding-top: 10px;
}
div#ez-toc-container li {
	margin-bottom: 5px !important;
}
div#ez-toc-container li a:before {
	content: none;
}
#ez-toc-container li a {
	color: var(--c-a);
}
#ez-toc-container .ez-toc-js-icon-con,
#ez-toc-container .ez-toc-toggle label,
#ez-toc-container .ez-toc-cssicon {
	left: 0px;
}
#ez-toc-container ul li a:hover,
#ez-toc-container ul li a.mPS2id-highlight {
	color: var(--color-primary) !important;
	font-weight: 600;
	text-decoration: none;
}
/* #ez-toc-container ul li a:hover:before,
#ez-toc-container ul li a.mPS2id-highlight:before {
content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%238e44ec' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='9 18 15 12 9 6'%3E%3C/polyline%3E%3C/svg%3E");
position: absolute;
left: 8px;
margin-top: 2px;
} */
#ez-toc-container nav {
	max-height: 300px;
	overflow-y: scroll;
	padding-right: 3px;
}
#ez-toc-container nav::-webkit-scrollbar {
	width: 8px;
	height: 8px;
}
#ez-toc-container nav::-webkit-scrollbar-thumb {
	background-color: #e3e3e3;
	border-radius: 8px;
}
#ez-toc-container nav::-webkit-scrollbar-track {
	width: 8px;
	height: 8px;
	border-radius: 8px;
}

/*
* Table Of Content
*/
.toc-list {
	background: #ffffff;
	border-radius: 10px;
	box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.1);
	padding: 0 20px 20px 20px;
	display: inline-block;
	margin: 20px 0 40px;
}

.toc-list h5 {
	background: var(--color-primary);
	height: 40px;
	line-height: 40px;
	color: #ffffff;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 600;
	margin: 0;
	border-radius: 5px;
	padding: 0 20px;
	display: inline-block;
	box-shadow: 0 15px 20px -5px rgba(101, 31, 255, 0.5);
}

.toc-list h5:before {
	display: none;
}

.toc-list ul {
	list-style: none;
	margin: 10px 0 0 0;
	padding: 10px;
}

.toc-list ul li {
	list-style: none;
	line-height: normal;
}

.toc-list ul li + li {
	margin-top: 5px;
}

.toc-list ul li a {
	color: #000000;
	font-size: 16px;
}

.toc-list ul li a:hover {
	text-decoration: underline;
}

/*
* Easy Table of contents plugin
*/
.lwptoc {
	background: #fff;
	border: 0;
	border-radius: 10px;
	box-shadow: 0 20px 30px 0 rgb(0 0 0 / 10%);
	display: inline-block;
	margin: 20px 0 40px;
	padding: 0 20px 25px;
	position: relative;
	width: auto;
}

.lwptoc .lwptoc_header {
	margin-bottom: 0;
}

.lwptoc .lwptoc_i {
	display: block !important;
	padding: 0;
}

.lwptoc ul,
.lwptoc li,
.lwptoc ul li {
	background: none;
	line-height: 1.6;
	list-style: none none;
	margin: 0;
	overflow: hidden;
	z-index: 1;
}

.lwptoc ul,
.lwptoc li {
	margin: 0;
	padding: 0;
}

.lwptoc ul.lwptoc_itemWrap a,
.lwptoc ul.lwptoc_itemWrap a:visited {
	color: #000000;
	line-height: 1;
}

.lwptoc .lwptoc_itemWrap a {
	padding-left: 15px;
}

html .lwptoc .lwptoc_title {
	background: var(--color-primary);
	border-radius: 5px;
	box-shadow: 0 15px 20px -5px rgb(132 22 152 / 50%);
	color: #fff;
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	height: 40px;
	letter-spacing: 2px;
	line-height: 40px;
	margin: 0;
	padding: 0 20px;
	text-transform: uppercase;
}

html .lwptoc ul > li::before {
	height: 25px !important;
}

.lwptoc ul li {
	font-size: 16px;
	margin-top: 3px;
}

.lwptoc .lwptoc_toggle:before,
.lwptoc .lwptoc_toggle:after {
	content: none;
}

.lwptoc .lwptoc_toggle {
	background: var(--color-secondary);
	border: 0;
	border-radius: 5px;
	display: inline-block;
	margin-left: 20px;
	padding: 3px 10px;
	top: 6px;
}

.lwptoc .lwptoc_toggle a {
	color: inherit !important;
	font-family: inherit !important;
	font-size: 13px !important;
	font-style: unset;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
	top: 0;
	width: auto;
}

html .lwptoc-notInherit .lwptoc_i div a:hover,
html .lwptoc-notInherit .lwptoc_i div a:focus {
	border-bottom: 0 !important;
	color: inherit;
	outline: none;
	text-decoration: none;
}

.lwptoc_items {
	margin-top: 15px;
	padding: 10px 10px 0;
}

.lwptoc ul ul {
	margin-left: 1.5em;
}

.lwptoc ul,
.lwptoc li {
	margin: 0;
	padding: 0;
}

.lwptoc ul,
.lwptoc li,
.lwptoc ul li {
	background: none;
	line-height: 1.6;
	list-style: none none;
	margin: 0;
	overflow: hidden;
	z-index: 1;
}

.lwptoc_title,
.lwptoc_title-toggle {
	display: table-cell;
	text-align: left;
	vertical-align: middle;
}

.lwptoc div.lwptoc_title-container + ul.lwptoc_itemWrap {
	margin-top: 1em;
}

.lwptoc a {
	box-shadow: none;
	color: #444444;
	text-decoration: none;
	text-shadow: none;
}

.lwptoc a:visited {
	color: #9f9f9f;
}

.lwptoc a:hover {
	text-decoration: underline;
}

.lwptoc.counter-hierarchy ul,
.ez-toc-widget-container.counter-hierarchy ul,
.lwptoc.counter-flat ul,
.ez-toc-widget-container.counter-flat ul {
	counter-reset: item;
}

.lwptoc.counter-numeric li,
.ez-toc-widget-container.counter-numeric li {
	list-style-position: inside;
	list-style-type: decimal;
}

.lwptoc.counter-disc li,
.ez-toc-widget-container.counter-disc li {
	list-style-position: inside;
	list-style-type: disc;
}

.lwptoc.counter-hyphen li,
.ez-toc-widget-container.counter-hyphen li {
	list-style-position: inside;
	list-style-type: "-";
}

.lwptoc.counter-decimal ul.lwptoc_itemWrap li a::before,
.ez-toc-widget-container.counter-decimal ul.lwptoc_itemWrap li a::before {
	content: counters(item, ".") ". ";
	counter-increment: item;
	display: inline-block;
	margin-right: 0.2em;
}

.lwptoc.counter-roman li a::before,
.ez-toc-widget-container.counter-roman ul.lwptoc_itemWrap li a::before {
	content: counters(item, ".", upper-roman) ". ";
	counter-increment: item;
}

.ez-toc-widget-container ul.lwptoc_itemWrap li::before {
	content: " ";
	height: 30px;
	left: 0;
	line-height: 30px;
	position: absolute;
	right: 0;
	z-index: -1;
}

.ez-toc-widget-container ul.lwptoc_itemWrap li.active {
	background-color: #ededed;
}

.ez-toc-widget-container li.active > a {
	font-weight: 900;
}

.ez-toc-toggle i.ez-toc-glyphicon {
	margin-left: 2px;
}

.lwptoc input {
	left: -999em;
	position: absolute;
}

.lwptoc input[type="checkbox"]:checked + nav {
	border: none;
	display: none;
	max-height: 0;
	opacity: 0;
}

.lwptoc label {
	background: #f9efef;
	border: 1px solid #999191;
	border-radius: 5px;
	cursor: pointer;
	float: right;
	font-size: 16px;
	left: 10px;
	padding: 0px 4px 0px 5px;
	position: relative;
}

label.cssicon .ez-toc-glyphicon:empty {
	font-size: 16px;
	margin-left: 2px;
}

label.cssiconcheckbox {
	display: none;
}

.lwptoc.afterpara + p {
	display: none;
}

.ez-toc-widget-container ul li a {
	padding-left: 10px;
}

.ez-toc-widget-container ul.lwptoc_itemWrap li.active {
	height: auto !important;
}

/* YOU SHOULD ALSO READ */
.you-should-also-read-widget {
	margin-bottom: 30px;
}

.ysar-item {
	display: flex;
	align-items: flex-start;
	gap: 6px;
	padding: 18px 0;
	border-bottom: 1px solid #1b1b1f2e;
}

.ysar-item:first-child {
	padding-top: 0;
}

.ysar-arrow {
	color: var(--color-primary);
	margin-top: 3px;
}

.ysar-title {
	font-size: 0.95em;
	color: #010205;
}

.ysar-item .ysar-title:hover {
	font-weight: 600;
}

/*
* Editors Review
*/
.editors-review table {
	margin-bottom: 0;
}

.editors-review .editors-rating {
	text-align: center;
	font-weight: 500;
	margin-bottom: 7px;
}

.editors-review .editors-rating span {
	font-size: 200%;
	color: #fdc308;
}

.editors-review img {
	margin: 0;
}

.editors-review a.gb-button:hover {
	text-decoration: none;
}

.editors-review .wp-block-table.is-style-stripes tbody tr:nth-child(even) {
	background-color: transparent;
}

.editors-review .wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
	background-color: #f9f2fb;
}

.bluenote,
.rednote {
	background: #e1f5fe;
	padding: 30px;
	border-radius: 5px;
	position: relative;
	margin: 40px 0 30px 0;
}

.bluenote ol,
.bluenote ul,
.rednote ol,
.rednote ul {
	margin-bottom: 0;
}

.bluenote p {
	margin-bottom: 0;
	margin-top: 20px;
}
.bluenote strong,
.bluenote h1,
.bluenote h2,
.bluenote h3,
.bluenote h4,
.bluenote h5,
.bluenote h6,
.rednote strong,
.rednote h1,
.rednote h2,
.rednote h3,
.rednote h4,
.rednote h5,
.rednote h6 {
	position: absolute;
	top: -20px;
	height: 40px;
	line-height: 40px;
	background: #2196f3;
	color: #ffffff;
	padding: 0 20px;
	border-radius: 5px;
	font-family: "Inter";
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 600;
	box-shadow: 0 10px 20px 0 rgba(33, 150, 243, 0.5);
	font-size: 16px;
	margin: 0;
}

.bluenote strong:before,
.bluenote h1:before,
.bluenote h2:before,
.bluenote h3:before,
.bluenote h4:before,
.bluenote h5:before,
.bluenote h6:before,
.rednote strong:before,
.rednote h1:before,
.rednote h2:before,
.rednote h3:before,
.rednote h4:before,
.rednote h5:before,
.rednote h6:before {
	display: none;
}

.bluenote ul,
.rednote ul {
	margin: 0;
	padding-left: 20px;
}

/*
* Notes : Red
*/
.rednote {
	background: #ffebee;
}

.rednote strong,
.rednote h1,
.rednote h2,
.rednote h3,
.rednote h4,
.rednote h5,
.rednote h6 {
	background: #f44336;
	box-shadow: 0 10px 20px 0 rgba(244, 67, 54, 0.5);
}

/*
* Coupon
*/
.tl_coupon_wrap {
	text-align: center;
}

.tl_coupon_wrap .tl_coupon {
	list-style: none;
	margin: 0;
	padding: 0;
	display: -ms-inline-flexbox;
	display: inline-flex;
	background: var(--color-primary);
	border-radius: 10px;
	box-shadow: 0 15px 20px -5px rgba(0, 0, 0, 0.2);
	-ms-flex-align: center;
	align-items: center;
	overflow: hidden;
}

.tl_coupon_wrap .tlc_discount {
	padding: 30px;
	/* 	background: #4900eb; */
	background: var(--color-primary);
}

.tl_coupon_wrap p {
	margin: 0;
	line-height: normal;
}

.tl_coupon_wrap .tlc_button {
	padding: 30px;
}

.tl_coupon_wrap .tlc_button a {
	color: #000000;
	background: var(--color-secondary);
	height: 40px;
	line-height: 40px;
	display: block;
	padding: 0 20px;
	border-radius: 5px;
}

.tl_coupon_wrap .tlc_amount {
	font-size: 36px;
	font-weight: 600;
	color: #ffffff;
	line-height: 36px;
}

.tl_coupon_wrap .tlc_off {
	color: #ffffff;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 24px;
	line-height: 20px;
}

.tl_coupon_wrap .tlc_desc {
	padding-left: 20px;
}

.tl_coupon_wrap .tlc_title {
	font-family: "Inter";
	text-transform: uppercase;
	color: #ffffff;
	letter-spacing: 2px;
}

.tl_coupon_wrap .tlc_code {
	padding: 10px 20px;
	color: #ffffff;
	border: 2px dotted rgba(255, 255, 255, 0.5);
	background: rgba(255, 255, 255, 0.1);
	margin-top: 3px;
}

/* ## RELATED POSTS
--------------------------------------------- */
.related-posts {
	margin-top: 40px;
}

.related-posts h3 {
	font-weight: bold;
}
.related-posts .grid-posts {
	gap: 20px;
}

/* ## Comments
--------------------------------------------- */
.entry-comments,
.entry-pings {
	background-color: #ffffff;
	-ms-flex: 1;
	flex: 1;
}

div + .comment-respond {
	margin-top: 40px;
}

.comment-respond {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
}

.comment-respond textarea,
.comment-respond input[type="text"],
.comment-respond input[type="email"],
.comment-respond input[type="url"] {
	border-radius: 8px;
	border: 1px solid #e9ebf0;
	background: #fff;
	padding: 16px 18px;
	font-size: 0.85em;
}

.comment-respond h3 {
	font-weight: bold;
}

#commentform {
	border-radius: 8px;
	border: 0.5px solid #d9d9d9;
	background: #fafafa;
	padding: 30px;
}
#commentform .comment-form-author,
#commentform .comment-form-email {
	width: calc(50% - 5px);
	display: inline-block;
}
#commentform .comment-form-author {
	margin-right: 10px;
}
#commentform .comment-form-author input,
#commentform .comment-form-email input {
	width: 100%;
}
#commentform .form-submit {
	text-align: right;
	margin-bottom: 0;
}

.comment-list li {
	padding: 0;
}

.comment-list .depth-1 {
	padding-left: 0;
}

.comment-list .comment-respond {
	width: 100%;
	margin-top: 15px;
	background: #f5f5f5;
	padding: 40px;
	border-radius: 5px;
}
.comment-list .comment-respond h3 {
	justify-content: space-between;
}
.comment-list .comment-respond small a {
	margin-left: 20px;
	font-size: 60%;
	border: 1px solid var(--color-primary);
	border-radius: 5px;
	padding: 6px 15px;
	transition: all 0.3s ease;
	line-height: 1;
}

.comment-list .comment-respond small:hover a {
	background-color: var(--color-secondary);
	border-color: var(--color-secondary);
	color: #000;
}

.comment-header {
	margin-bottom: 2em;
}

.comment-header p {
	margin-bottom: 0;
}

.comment-edit-link {
	display: -ms-flexbox;
	display: flex;
	font-size: 13px;
	margin-left: 5px;
}

.entry-pings .comment-edit-link {
	padding: 0;
	clear: both;
	display: block;
}

.comment-meta {
	word-break: break-all;
}

.entry-pings .comment-meta {
	padding: 0 0 1em;
}

.comment-content {
	clear: both;
}

.comment-content ul > li {
	list-style-type: disc;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	font-size: 15px;
	width: 75%;
}

.comment-respond input[type="email"] label,
.comment-respond input[type="text"] label,
.comment-respond input[type="url"] label {
	display: block;
	margin-right: 10px;
	margin-right: 1rem;
}

.entry-pings .reply {
	display: none;
}

.pingback:last-of-type p {
	margin-bottom: 0;
}

.comments {
	margin: 40px 0 0 0;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
}

.comments .comment-notes,
.comments #gasp_p,
.comments #cl_replyme {
	font-size: 14px;
	font-weight: 500;
	line-height: 1.2;
}

.comment {
	margin-top: 20px;
}

.comment-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.comment-list .children {
	list-style: none;
	padding: 0;
	margin: 0;
	padding-left: 35px;
	border-left: 3px dashed #e7e7ed;
	outline: 0;
}

.comment-list .comment-author-rajeshnamase,
.comment-list .comment-author-rajeshnamase,
.comment-list .comment-author-maheshdabade,
.comment-list .comment-author-abhijithcherpu,
.comment-list .comment-author-prateek,
.comment-list .comment-author-ankushdas,
.comment-list .comment-author-shaunak,
.comment-list .comment-author-aishwaryagunde,
.comment-list .comment-author-bloggervedant,
.comment-list .comment-author-ujjwalkumar,
.comment-list .bypostauthor {
	position: relative;
	margin-bottom: 120px;
}

.entry-comments .comment-header {
	display: block;
	margin-bottom: 0.7em;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

.entry-pings .reply {
	display: none;
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 24px;
}

.entry-comments h3 {
	align-items: center;
	display: flex;
	font-weight: 700;
	margin-bottom: 20px;
}

.entry-comments h3 svg {
	margin-right: 16px;
}

.entry-comments h3 .reply-button {
	background-color: #ecc635;
	border: 0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #000;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 400;
	height: 45px;
	letter-spacing: 1px;
	margin-left: auto;
	padding: 15px 20px;
	width: auto;
	word-spacing: 2px;
}

.entry-comments h3 .reply-button:hover {
	background-color: var(--color-secondary);
	color: #000;
}

.entry-comments h3.comments-title.col-header {
	margin-bottom: 40px;
}

.entry-comments .comment-list li.depth-1:not(:first-child) {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #e7e7ed;
}

.entry-comments .comment-list li.depth-2 {
	padding-bottom: 0px;
}

.entry-comments .comment-list li article {
	position: relative;
}

.entry-comments .comment-list .comment-author {
	align-items: center;
	display: flex;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.1em;
	margin: 0 0 8px;
}

.entry-comments .comment-list .comment-author .says {
	display: none;
}

/* .comment .comment-author-editor .comment-author:after, .comment .comment-admin:after {
content: 'Post Author';
background: #222d81;
color:#ffffff;
padding: 12px 15px;
font-size: 13px;
float: right;
vertical-align: top;
border-radius: 0;
position: relative;
} */
html .comment.comment-admin .comment-author:after {
	content: "Admin";
}

.comment-list .comment-author-rajeshnamase:after,
.comment-list .comment-author-maheshdabade:after,
.comment-list .comment-author-abhijithcherpu:after,
.comment-list .comment-author-ujjwalkumar:after,
.comment-list .comment-author-editor:after,
.comment-list .comment-author-ttushar:after,
.comment-list .bypostauthor:after {
	content: none !important;
}

.comment-list
	.comment-author-rajeshnamase
	> article
	header
	.comment-author:after,
.comment-list
	.comment-author-maheshdabade
	> article
	header
	.comment-author:after,
.comment-list
	.comment-author-abhijithcherpu
	> article
	header
	.comment-author:after,
.comment-list
	.comment-author-ujjwalkumar
	> article
	header
	.comment-author:after,
.comment-list .comment-author-editor > article header .comment-author:after,
.comment-list .comment-author-ttushar > article header .comment-author:after,
.comment-list .bypostauthor > article header .comment-author:after {
	background: var(--color-secondary);
	border-radius: 3px;
	color: #000;
	content: "Daily Research News Crew";
	font-size: 13px;
	padding: 9px 12px;
}

.comment-list .bypostauthor > article header .comment-author:after {
	content: "Post Author";
	margin-left:15px;
}

.entry-comments .comment-list .comment-meta {
	display: inline-block;
	font-size: 14px;
	line-height: 18px;
}
.entry-comments .comment-list .comment-time {
	color: #939496;
	font-size: 16px;
}
.entry-comments .comment-list .comment-reply {
	font-size: 16px;
	text-align: right;
	margin-top: 5px;
}

.entry-comments .comment-list a.comment-time-link {
	color: #464646;
}

.entry-comments .comment-list .comment-reply a {
	color: #8991a0;
}
.entry-comments .comment-list .comment-reply a svg {
	margin-right: 5px;
}

h3#reply-title small {
	display: block;
	font-size: 16px;
	margin-top: 10px;
	text-decoration: underline;
}

a.comment-edit-link {
	margin-left: 0;
}
.comment-list .comment-author-rajeshnamase:after,
.comment-list .comment-author-rajeshnamase:after,
.comment-list .comment-author-maheshdabade:after,
.comment-list .comment-author-abhijithcherpu:after,
.comment-list .comment-author-prateek:after,
.comment-list .comment-author-ankushdas:after,
.comment-list .comment-author-shaunak:after,
.comment-list .comment-author-aishwaryagunde:after,
.comment-list .comment-author-bloggervedant:after,
.comment-list .comment-author-ujjwalkumar:after,
.comment-list .bypostauthor:after {
	content: "CoinLaw Crew";
	background: var(--color-secondary);
	position: absolute;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 600;
	top: 0;
	left: 0;
	width: 70px;
	border-radius: 70px 70px 10px 10px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: end;
	align-items: flex-end;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 80px 0 10px 0;
	text-align: center;
}

.comment-list .comment-author-rajeshnamase .comment-author,
.comment-list .comment-author-rajeshnamase .comment-author,
.comment-list .comment-author-maheshdabade .comment-author,
.comment-list .comment-author-abhijithcherpu .comment-author,
.comment-list .comment-author-prateek .comment-author,
.comment-list .comment-author-ankushdas .comment-author,
.comment-list .comment-author-shaunak .comment-author,
.comment-list .comment-author-aishwaryagunde .comment-author,
.comment-list .comment-author-bloggervedant .comment-author,
.comment-list .comment-author-ujjwalkumar .comment-author,
.comment-list .bypostauthor .comment-author {
	position: relative;
	z-index: 2;
}

.comment-list .comment-author-rajeshnamase .comment-author img,
.comment-list .comment-author-rajeshnamase .comment-author img,
.comment-list .comment-author-maheshdabade .comment-author img,
.comment-list .comment-author-abhijithcherpu .comment-author img,
.comment-list .comment-author-prateek .comment-author img,
.comment-list .comment-author-ankushdas .comment-author img,
.comment-list .comment-author-shaunak .comment-author img,
.comment-list .comment-author-aishwaryagunde .comment-author img,
.comment-list .comment-author-bloggervedant .comment-author img,
.comment-list .comment-author-ujjwalkumar .comment-author img,
.comment-list .bypostauthor .comment-author img {
	box-shadow: 0 10px 30px 0 rgba(101, 31, 255, 0.3);
}

.comment-list .bypostauthor:after {
	content: "Post Author";
}

.comment-body {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
}

.comment-header {
	display: -ms-flexbox;
	display: flex;
}

.comment-meta {
	-ms-flex-pack: end;
	justify-content: flex-end;
	font-size: 13px;
	color: #aaaaaa;
}

.comment-author {
	display: -ms-flexbox;
	display: flex;
	color: #000000;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	font-family: "Inter";
	font-size: 18px;
}

.comment-author img {
	border-radius: 50%;
	border: 3px solid #ffffff;
	box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.2);
	-ms-flex: 0 0 70px;
	flex: 0 0 70px;
	width: 70px;
	height: 70px;
}

.comment-author span {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

.comment-author a {
	color: #000000;
	font-family: "Inter";
	font-size: 18px;
}

/*
* Add Comment
*/
.add-comment {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 380px;
	margin-left: 40px;
}

.comment-form p {
	margin: 0 0 15px 0;
}

/* ## Widgets
--------------------------------------------- */
.widget {
	margin-bottom: 35px;
	word-wrap: break-word;
}

.widget:last-of-type {
	margin-bottom: 0px;
}

.single-post .sidebar .widget {
	margin-bottom: 35px;
}

.single-post .sidebar .widget:first-of-type {
	margin-bottom: 35px;
}

.sidebar .widget {
	font-size: 16px;
	font-size: 1.6rem;
	padding: 0;
}

/* default widget by genesis */
/* .single-post .sidebar > section.widget.widget_text {
display: none;
} */

/* .widget p:last-of-type {
margin-bottom: 0;
} */

.widget ul > li:last-of-type:not(.gfield) {
	margin-bottom: 0;
}

.widget ul > li:last-of-type {
	padding-bottom: 0;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 1em;
	text-indent: -1em;
}

.widget li li {
	border: 0;
	margin: 0 0 0 1em;
	padding: 0;
}

.widget-title {
	font-family: "Inter";
	font-size: 20px;
	font-size: 2rem;
}

.sidebar .featured-content:first-of-type {
	padding: 20px;
	box-shadow: 0 5px 50px 0 rgba(0, 0, 0, 0.1);
	border-radius: 7px;
	background: #ffffff;
}

.sidebar .featured-content:first-of-type .entry {
	margin: 0;
	padding: 0;
}

.sidebar .featured-content:first-of-type .entry + .entry {
	border-top: 1px solid #dadada;
	padding-top: 10px;
}

.sidebar .featured-content:first-of-type .entry h2,
.sidebar .featured-content:first-of-type .entry h4 {
	font-weight: 400;
	font-size: 16px;
}

.sidebar .featured-content:first-of-type .entry a {
	color: #222222;
	text-decoration: none;
}

.sidebar .featured-content:first-of-type .entry a:hover {
	color: var(--color-primary);
}

.sidebar .featured-content:not(:first-of-type) .entry {
	margin: 0;
	padding: 0;
}

.sidebar .featured-content:not(:first-of-type) .entry + .entry {
	margin-top: -1px;
}

.sidebar .featured-content:not(:first-of-type) .entry h2,
.sidebar .featured-content:not(:first-of-type) .entry h4 {
	font-weight: 400;
	font-size: 16px;
	margin: 0;
}

.sidebar .featured-content:not(:first-of-type) .entry a {
	color: #222222;
	padding: 20px;
	font-size: 16px;
	border: 1px solid var(--color-primary);
	border-radius: 7px;
	display: block;
	box-shadow: inset 0 0 10px 0 rgba(101, 31, 255, 0.15),
		0 3px 21px 0 rgba(101, 31, 255, 0.15);
}

.sidebar .featured-content:not(:first-of-type) .entry a:hover {
	color: var(--color-primary);
}

.sidebar .widget_recent_entries ul > li:first-child {
	padding-top: 0;
}

.sidebar .widget_recent_entries ul > li {
	margin-bottom: 0;
	padding: 18px 0;
	border-bottom: 1px solid #1b1b1f2e;
	padding-left: 24px;
	position: relative;
}

.sidebar .widget_recent_entries ul > li a:before {
	content: "";
	width: 18px;
	height: 18px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%238e44ec' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m9 18 6-6-6-6'/%3E%3C/svg%3E");
	background-size: 18px;
	background-position: 0 4px;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
}

.sidebar .widget_recent_entries a {
	font-size: 0.95em;
	color: #010205;
}

.sidebar .widget_recent_entries a:hover {
	color: var(--color-primary);
	font-weight: 600;
}

.sidebar .widget_categories ul {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.sidebar .widget_categories ul > li {
	padding: 0;
	margin: 3px;
	-ms-flex-positive: 1;
	flex-grow: 1;
	text-align: center;
}

.sidebar .widget_categories ul > li a {
	padding: 7px 20px;
	color: #ffffff;
	background: var(--color-primary);
	display: block;
	border-radius: 7px;
	transition: 0.3s ease-in-out;
}

.sidebar .widget_categories ul > li a:hover {
	background: #5518dd;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

.between-posts-area {
	padding: 20px;
}

/* Popular posts widget */
/* .sidebar .widget_custom_html:first-of-type {
background: #fff;
border-radius: 7px;
box-shadow: 0 5px 50px rgba(0, 0, 0, 0.1);
padding: 20px;
}

.sidebar .widget_custom_html:first-of-type li {
margin: 0;
padding: 0;
}

.sidebar .widget_custom_html:first-of-type li + li {
border-top: 1px solid #dadada;
padding-top: 10px;
}

.sidebar .widget_custom_html:first-of-type li a {
color: #111;
display: block;
font-family: "Inter";
font-size: 16px;
font-weight: 400;
margin-bottom: 0.618em;
text-decoration: none;
}

.sidebar .widget_custom_html:first-of-type li a:hover {
color: #841698;
} */

.sidebar .widget_custom_html:not(:first-of-type) li {
	margin: 0;
	padding: 0;
}

/* .sidebar .widget_custom_html:not(:first-of-type) li + li {
margin-top: -1px;
} */

/* .sidebar .widget_custom_html:not(:first-of-type) li a {
border: 1px solid #841698;
border-radius: 7px;
box-shadow: inset 0 0 10px 0 rgba(101, 31, 255, 0.15),
0 3px 21px 0 rgba(101, 31, 255, 0.15);
color: #111;
display: block;
font-family: 'Inter';
font-size: 16px;
font-size: 16px;
font-weight: 400;
margin: 0;
padding: 20px;
}

.sidebar .widget_custom_html:not(:first-of-type) li a:hover {
color: #841698;
} */
/* ## Site Footer
--------------------------------------------- */
.site-footer {
	width: 100%;
	background-color: #051423;
	color: #777777;
	padding: 64px 0 30px;
}

.site-footer > .wrap {
	margin: 0 auto;
	font-size: 12px;
	position: relative;
	color: rgba(256, 256, 256, 0.4);
}

.site-footer > .wrap:last-of-type {
	margin-bottom: 0;
	display: grid;
	grid-template-columns: 1fr 1fr;
	position: relative;
	padding-top: 30px;
}

.site-footer > .wrap:last-of-type::before {
	content: "";
	width: calc(100% - 20px);
	height: auto;
	border-top: 1px solid #333333;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}

.site-footer .footer-right-menu .menu {
	list-style: none;
	text-align: right;
}

.site-footer p:last-of-type {
	margin-bottom: 0;
}

.site-footer a {
	color: #cecece;
}

.site-footer a:hover {
	color: #ffffff !important;
}

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

.site-footer .footer-widgets .wrap {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	width: 100%;
	padding-bottom: 14px;
}

/* ## Footer Widgets
--------------------------------------------- */
.footer-branding {
	text-align: center;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	top: -50px;
}

.footer-branding .footer-logo-text {
	opacity: 0.1;
	height: 70px;
	width: 100%;
	position: relative;
	top: -50px;
}

.footer-branding .footer-logo {
	position: relative;
	z-index: 2;
	height: 100px;
	border-radius: 50%;
	box-shadow: 0 25px 70px rgba(0, 0, 0, 0.8);
}

.footer-widgets {
	display: -ms-flexbox;
	display: flex;
	padding-top: 0;
	color: #ffffff;
}

.footer-widgets .wrap {
	display: -ms-flexbox;
	display: flex;
}

.footer-widgets a {
	color: #ffffff;
	font-size: 16px;
	font-size: 1.6rem;
}

.footer-widget-area .textwidget:not(.custom-html-widget) a {
	color: #cacaca;
}

.footer-widget-area .textwidget:not(.custom-html-widget) a:hover {
	color: #fff;
	text-decoration: underline;
}
.footer-widgets a:hover {
	color: #ffffff;
}

.footer-widgets .footer-widgets-1 {
	-ms-flex: 1 1 60%;
	flex: 1 1 60%;
	padding-right: 30px;
	text-align: justify;
	line-height: 1.2;
}

.footer-widgets .footer-widgets-2 {
	-ms-flex: 1 1 20%;
	flex: 1 1 20%;
	padding-right: 30px;
}

.footer-widgets .footer-widgets-3 {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

.footer-widgets .widget {
	margin-bottom: 50px;
}

.footer-widgets .widget .widget-title {
	color: var(--color-secondary);
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 140%;
	margin-bottom: 18px;
}

.footer-widgets-1 .widget_custom_html {
	margin-bottom: 20px;
}

.footer-widgets-1 .widget_custom_html:last-child {
	margin-bottom: 50px;
}

.footer-widgets-1 .widget_custom_html .custom-logo {
	max-width: 200px;
}

.footer-widgets-1 .widget_custom_html p {
	font-size: 0.9em;
	font-weight: 600;
}

section#custom_html-7 {
	margin-bottom: 20px;
}

.footer-widgets .menu .menu-item {
	display: block;
	width: 100%;
	padding: 0;
	line-height: 1.2;
}

.footer-widgets .menu .menu-item + .menu-item {
	margin-top: 8px;
}

.footer-widgets .menu .menu-item a {
	color: #ffffffcc;
	line-height: normal;
	height: auto;
	font-size: 14px;
	padding: 0;
}

.footer-widgets .menu .menu-item a:hover,
.footer-widgets .menu .menu-item a:focus {
	color: #fff;
}

.footer-widgets .menu .menu-item a:hover,
.footer-widgets .menu .menu-item a:focus,
.footer-widgets .menu .menu-item.current-menu-item > a {
	box-shadow: none;
}

.footer-widgets .footer-widget-area a {
	font-size: 14px;
}

.footer-widgets .footer-widgets-1 .textwidget {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.footer-widgets .footer-widgets-1 .footer-contact {
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.footer-widgets .footer-widgets-1 .footer-social-icons {
	display: flex;
	gap: 10px;
	margin-left: -12px;
}
.footer-widgets .footer-widgets-1 .footer-social-icons svg {
	width: 35px;
	height: 35px;
}
.footer-widgets .footer-widgets-1 .footer-social-icons svg:hover path {
	fill: var(--color-secondary);
}

.footer-widgets .footer-widgets-4 .textwidget {
	gap: 20px;
	display: flex;
	flex-direction: column;
	align-items: end;
	font-size: 14px;
	color: #ffffffcc;
	text-align: right;
}

/* Adjust the item-[number] */
footer li#menu-item-6978 a:after {
	content: "HOT";
	background: #ffce30;
	padding: 3px 2px 2px;
	font-size: 10px;
	color: #000;
	border-radius: 2px;
	line-height: 1;
	margin-left: 7px;
	position: absolute;
	margin-top: 3px;
	font-weight: 600;
}

/*! Scroll Up
--------------------------------------------- */
.scroll-up {
	position: relative;
}

.scrollup:before {
	content: "\f106";
	font-family: "fontawesome";
	font-size: 20px;
	font-size: 20px;
	font-size: 2rem;
}

.scrollup:before {
	background: var(--angle-up);
	background-position: center;
	background-repeat: no-repeat;
	content: " ";
	display: flex;
	height: 35px;
	margin: auto;
	text-align: center;
	vertical-align: -webkit-baseline-middle;
	width: 30px;
}

.scrollup,
.scrollup:focus,
.scrollup:hover {
	position: fixed;
	display: none;
	right: 20px;
	bottom: 14px;
	color: #ffffff;
	line-height: 1;
	z-index: 10;
	background: var(--color-primary);
	border-radius: 50%;
	width: 36px;
	height: 36px;
	line-height: 36px;
	text-align: center;
}

.site-footer .scrollup {
	color: #ffffff;
}

/* Styling for yuzo related posts */
/* .yuzo_related_post {
margin: 80px 0 30px 0;
clear: both;
}

.yuzo_related_post:before,
.yuzo_related_post:after {
clear: both;
display: block;
content: '';
}

.yuzo_related_post .yuzo_wraps {
display: -ms-flexbox;
display: flex;
padding: 0 30px;
}

.yuzo_related_post .yuzo__title {
padding: 0 50px;
}

.yuzo_related_post .yuzo__title h3 {
margin: 0;
font-size: 18px;
text-transform: uppercase;
letter-spacing: 3px;
display: -ms-flexbox;
display: flex;
font-family: 'Inter';
-ms-flex-align: center;
align-items: center;
margin: 0 0 20px 0;
}

.yuzo_related_post .yuzo__title h3:after,
.yuzo_related_post .yuzo__title h3:before {
content: '';
-ms-flex: 1 1 auto;
flex: 1 1 auto;
height: 5px;
background: var(--color-secondary);
}

.yuzo_related_post .yuzo__title h3:after {
margin-left: 10px;
}

.yuzo_related_post .yuzo__title h3:before {
margin-right: 10px;
}

.yuzo_related_post .yuzo_wraps,
.yuzo_related_post .yuzo__title {
max-width: 1140px;
margin: 0 auto;
}

.yuzo_related_post .relatedthumb {
display: -ms-flexbox;
display: flex;
width: 33.333333% !important;
height: 100% !important;
-ms-flex-direction: column;
flex-direction: column;
-ms-flex-align: center;
align-items: center;
float: none !important;
padding: 0 20px !important;
}

.yuzo_related_post .relatedthumb .equalizer-inner {
width: 100%;
height: 100%;
}

.yuzo_related_post .relatedthumb .equalizer-inner>a {
display: block;
height: 100%;
}

.yuzo_related_post .relatedthumb .yuzo-img-wrap {
height: 100%;
}

.yuzo_related_post .relatedthumb .yuzo-img {
width: auto !important;
box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.4);
border-radius: 5px;
}

.yuzo_related_post .relatedthumb .yuzo__text--title {
margin: 20px 0 10px;
font-size: 20px !important;
line-height: 26px;
font-weight: normal;
display: block;
color: #222222;
font-family: 'Inter';
}

.yuzo_related_post .relatedthumb .yuzo__text--title:hover {
color: var(--color-primary);
} */

/* ## Simple Social Icons
--------------------------------------------- */
.simple-social-icons {
	overflow: hidden;
}

.simple-social-icons svg[class^="social-"],
.simple-social-icons svg[class*=" social-"] {
	display: inline-block;
	width: 1em;
	height: 1em;
	stroke-width: 0;
	stroke: currentColor;
	fill: currentColor;
}

.simple-social-icons ul {
	margin: -0.5em -0.5em 0 0;
	padding: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.simple-social-icons ul li {
	background: none;
	border: none;
	list-style-type: none;
	margin: 0.5em 0.5em 0 0;
	padding: 0;
}

.simple-social-icons ul li a {
	border: none;
	box-sizing: content-box;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	height: 1em;
	line-height: 1em;
	text-align: center;
	text-decoration: none;
	text-transform: none;
	width: 1em;
}

.simple-social-icons ul.aligncenter {
	-ms-flex-pack: center;
	justify-content: center;
}

.simple-social-icons ul.alignleft {
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.simple-social-icons ul.alignright {
	-ms-flex-pack: end;
	justify-content: flex-end;
}

/* ## IRPP Customization
--------------------------------------------- */
a.IRPP_button {
	border-radius: 10px;
	box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.1);
	overflow: hidden;
	background: var(--color-primary);
}

a.IRPP_button:hover .ctaButton {
	background: var(--color-secondary);
	color: #000000;
}

a.IRPP_button .ctaButton {
	background-color: #ff9800;
	color: #ffffff;
	box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
}

/*
* Button Config
*/
/*
* Default Button
*/
button,
.button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.secondary-button,
.wp-block-button__link.wp-element-button {
	height: 55px;
	padding: 12px 25px;
	cursor: pointer;
	border-radius: 10px;
	text-decoration: none;
	color: #000000;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-align: center;
	align-items: center;
	outline: 0;
	transition: all 0.3s ease 0s;
}

.wp-block-buttons {
	margin-bottom: 20px;
}

/*
* Normal Primary Button
*/
button,
.button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button--primary {
	background: var(--color-primary);
	border: none;
	color: #ffffff;
}

html button:hover,
html .button:hover,
html html button:hover,
html input[type="button"]:hover,
html input[type="reset"]:hover,
html input[type="submit"]:hover,
.button--primary:hover {
	background-color: var(--color-secondary);
	color: #000;
}

/*
* Accent Button
*/
.button--accent,
.secondary-button,
.wp-block-button__link.wp-element-button {
	background: var(--color-secondary);
	border: none;
	color: #000000;
	font-weight: 500;
	font-size: 1em;
}

.button--accent:hover,
.secondary-button:hover,
.wp-block-button__link.wp-element-button:hover {
	background: var(--color-primary);
	color: #fff;
}

/*
* Line Button
*/
.button--line {
	background: transparent;
	border: 1px solid;
}

.button--line.button--primary {
	border-color: var(--color-primary);
	color: var(--color-primary);
}

.button--line.button--primary:hover {
	background: var(--color-primary);
	color: #ffffff;
}

.button--line.button--accent {
	border-color: var(--color-secondary);
	color: var(--color-secondary);
}

.button--line.button--accent:hover {
	background: var(--color-secondary);
	color: #000000;
}

/*
* Large Button
*/
.button.button--large {
	height: 50px;
	padding: 0 30px;
}

/*
* Small Button
*/
.button.button--small {
	height: 28px;
	padding: 0 14px;
	border-radius: 3px;
	font-size: 9px;
	font-size: 0.9rem;
}

/*
* Icon button
*/
.button.button--icon {
	width: 40px;
	padding: 0;
	text-align: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.button.button--icon i,
.button.button--icon .button__icon {
	margin: 0;
}

/*
* Button With Icon
*/
.button__icon {
	font-style: normal;
	margin-right: 5px;
}

input[type="text"],
input[type="number"],
input[type="password"],
input[type="date"],
input[type="email"],
input[type="search"],
input[type="url"],
select {
	height: 55px;
	line-height: 55px;
	border: 1px solid #e0e0e0;
	padding: 10px 20px;
	vertical-align: top;
	font-family: "Inter";
	border-radius: 10px;
	width: 100%;
	font-size: 16px;
	outline: 0;
}

input[type="text"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="url"]:focus,
select:focus {
	border-color: #908f8f;
}

textarea {
	font-size: 16px;
	border: 1px solid #e0e0e0;
	padding: 10px;
	vertical-align: top;
	font-family: "Inter";
	border-radius: 5px;
	width: 100%;
	outline: 0;
}

textarea:focus {
	border-color: #908f8f;
	outline: none;
}

/* ## Social
--------------------------------------------- */
.tl-social {
	color: #ffffff;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
}

.tl-social > li + li {
	margin-left: 20px;
}

.tl-social > li a {
	color: #ffffff;
	font-size: 26px;
	transition: all 0.3s ease;
	display: block;
}

.tl-social-header > li a {
	color: #111111;
}

.tl-social-author > li a {
	color: #111111;
}

/*
* Social : Team
*/
.tl-social-team {
	padding: 20px 40px 40px;
}

.tl-social-team > li a {
	color: #b9b9b9;
	opacity: 0.6;
}

.tl-social-team > li a:hover {
	opacity: 0.9;
	color: #111111;
}

/*
* Social : Rajesh and Tushar
*/
.page-id-7178 .tl-intro-icon.trt-team-pic,
.page-id-12900 .tl-intro-icon.trt-team-pic {
	width: 200px;
}

.page-id-7178 .tl-intro .tl-social-team,
.page-id-12900 .tl-intro .tl-social-team {
	padding: 0;
}

.page-id-7178 .tl-social-wrapper,
.page-id-12900 .tl-social-wrapper {
	align-items: top;
	display: flex;
}

.page-id-7178 .tl-social-wrapper > p,
.page-id-12900 .tl-social-wrapper > p {
	margin-bottom: 0;
	margin-right: 15px;
	margin-top: -2px;
}

.page-id-7178 .tl-social-wrapper ul li,
.page-id-12900 .tl-social-wrapper ul li {
	line-height: 1;
}

/*
* Social Author
*/
.tl-social-author li a {
	font-size: 24px;
	opacity: 0.6;
}

.tl-social-author li a:hover {
	opacity: 0.9;
}

.tl-social-author li + li {
	margin-left: 10px;
}

/* ## Social Share
--------------------------------------------- */
.tl-social-share {
	text-align: center;
	border: 2px solid var(--color-primary);
	border-radius: 7px;
	box-shadow: inset 0 0 10px 0 rgba(101, 31, 255, 0.3),
		0 3px 21px 0 rgba(101, 31, 255, 0.3);
	max-width: 625px;
	margin: 30px auto 0;
	padding: 0 30px 30px 30px;
}

.tl-social-share-title {
	vertical-align: top;
	background: #ffffff;
	padding: 0 25px;
	display: inline-block;
	margin: -15px 0 0 0;
	text-transform: uppercase;
	font-size: 24px;
}

/* ## Cover
--------------------------------------------- */
.tl-cover {
	background-image: url("assets/images/cover.png");
	padding: 100px 0 220px;
	background-size: cover;
	background-color: var(--color-primary);
	background-position: center;
}

.blog .tl-cover {
	background-image: url("assets/images/blog.png");
}

.page-template-page-about .tl-cover {
	background-image: url("assets/images/about.png");
}

.archive .tl-cover {
	background-image: url("assets/images/category.png");
}

.error404 .tl-cover {
	background-image: url("assets/images/404-cover.jpg");
}

.tl-cover .tl-cover-title {
	color: var(--color-secondary);
	text-transform: uppercase;
	font-size: 24px;
	line-height: 26px;
	margin: 0;
	text-align: center;
	position: relative;
	letter-spacing: 5px;
	font-weight: 500;
}

.tl-cover .tl-cover-title:after {
	content: "";
	width: 100px;
	height: 2px;
	background: #ffffff;
	left: 50%;
	bottom: -20px;
	position: absolute;
	margin-left: -50px;
}

.tl-cover .tl-cover-single {
	padding: 200px 0 0;
	background-position: center center;
}

/* ## Intro
--------------------------------------------- */
.tl-intro {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	background: #ffffff;
	border-radius: 7px;
	margin-top: 20px;
	box-shadow: 0 7px 45px 0 rgba(0, 0, 0, 0.1);
	width: 100%;
	z-index: 10;
	position: relative;
}

.tl-intro-archive {
	padding: 30px;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-bottom: 40px;
	-ms-flex-align: left;
	align-items: left;
}

.tl-intro-small {
	margin-top: 0;
	-ms-flex-item-align: start;
	-ms-grid-row-align: start;
	align-self: start;
}

.tl-intro-small .tl-intro-icon {
	width: 80px;
}

.tl-intro-small .tl-intro-text {
	font-size: 14px;
	line-height: 20px;
}

.tl-intro-small .tl-intro-title {
	font-size: 18px;
}

.tl-intro-icon {
	width: 120px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin: 30px 0 30px 30px;
}

.tl-intro-icon img {
	width: 100%;
}

.tl-intro-data {
	padding: 30px;
}

.tl-intro-text {
	margin: 0;
	font-weight: 500;
	line-height: 26px;
}

.tl-intro-tabs {
	overflow: auto;
	width: 100%;
	white-space: nowrap;
	margin-bottom: -30px;
	margin-top: 20px;
}

.tl-intro-tabs > li {
	display: inline-block;
}

.tl-intro-tabs > li + li {
	margin-left: 5px;
}

.tl-intro-tabs > li a {
	font-weight: 900;
	display: block;
	padding: 0 20px;
	color: #111111;
	height: 40px;
	line-height: 30px;
	position: relative;
	font-family: "Inter";
}

.tl-intro-tabs > li a.active:after,
.tl-intro-tabs > li a:hover:after {
	bottom: 0;
	left: 0;
	right: 0;
	background: var(--color-secondary);
	height: 3px;
	position: absolute;
	content: "";
}

.tl-intro-404 {
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 100px;
}

.tl-intro-404 .tl-intro-icon {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	width: auto;
	padding: 0;
	margin: 0;
}

.tl-intro-404 .tl-intro-icon img {
	width: 300px;
}

.tl-intro-404 .tl-intro-data {
	text-align: center;
	-ms-flex: 1 1 100%;
	flex: 1 1 100%;
	padding: 0;
	margin-top: 20px;
}

/* ## Team
--------------------------------------------- */
.tl-team {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -20px;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.tl-team .tl-team-wrap {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	padding: 20px;
}

.tl-team-card {
	box-shadow: 0 30px 60px 0 rgba(0, 0, 0, 0.1);
	background-size: 140px;
	border-radius: 7px;
	height: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
}
/* 
.tl-team-card-t .tl-team-pic {
background-image: url('assets/images/logo-t.svg');
}

.tl-team-card-l .tl-team-pic {
background-image: url('assets/images/logo-l.svg');
}

.tl-team-card-o .tl-team-pic {
background-image: url('assets/images/logo-o.svg');
} */

.tl-team-pic {
	width: 170px;
	padding: 10px 40px 40px;
	background-repeat: no-repeat;
	background-position: bottom left;
	background-size: contain;
}

.tl-team-pic img {
	width: 100%;
	border-radius: 50%;
	overflow: hidden;
	border: 2px solid #ffffff;
	box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.4);
}

.tl-team-name {
	text-transform: uppercase;
	letter-spacing: 4px;
	font-weight: 500;
	font-size: 20px;
	margin: 0;
	padding: 0 40px;
	margin-top: -20px;
}

.tl-team-about {
	padding: 0 40px;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	margin-top: 10px;
	line-height: 1.4;
}

.tl-team-before-content,
.tl-team-after-content {
	max-width: 768px;
	margin: 40px auto;
}

.tl-team-before-content ol,
.tl-team-before-content ul {
	margin-bottom: 1em;
	margin-left: 40px;
	margin-left: 4rem;
}

.tl-team-before-content ul > li::before {
	background: var(--angle-rt);
	background-position: left;
	background-position-y: center;
	background-repeat: no-repeat;
	color: #666;
	content: " ";
	display: block;
	height: 31px;
	left: -5px;
	position: absolute;
	width: 35px;
}

.tl-team-before-content ul > li {
	list-style-type: none;
	padding-left: 15px;
	position: relative;
}

/* ## Title
--------------------------------------------- */
.tl-title {
	margin: 0;
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 3px;
	display: -ms-flexbox;
	display: flex;
	font-family: "Inter";
	-ms-flex-align: center;
	align-items: center;
	margin: 0 0 20px 0;
}

.tl-title:after,
.tl-title:before {
	content: "";
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	height: 5px;
	background: var(--color-secondary);
}

.tl-title:after {
	margin-left: 10px;
}

.tl-title:before {
	margin-right: 10px;
}

.tl-title-left:before {
	display: none;
}

/* ## Progress
--------------------------------------------- */
.tl-read-progress {
	position: fixed;
	height: 70px;
	background: #ffffff;
	top: 0;
	left: 0;
	right: 0;
	z-index: 101;
	transition: all 0.3s ease;
	transform: translateY(-100px);
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 20px;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.tl-read-progress.show {
	transform: translateY(0px);
}
/* 
.tl-read-progress>div {
-ms-flex: 1;
flex: 1;
} */

.admin-bar .tl-read-progress.show {
	top: 32px;
}

.tl-read-progress-logo img {
	height: 40px;
}

.tl-next-article {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	color: #111111;
}

.tl-next-article:hover {
	color: var(--color-primary);
}

.tl-read-progress-social {
	max-width: 600px;
}

.tl-read-progress-content {
	-ms-flex-pack: end;
	justify-content: flex-end;
	display: -ms-flexbox;
	display: flex;
}

.tl-next-article-img {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 10px;
}

.tl-next-article-img img {
	width: 100%;
	transform: scale(2);
}

.tl-next-article-data {
	max-width: 300px;
}

.tl-next-article-label {
	font-size: 12px;
	color: #777777;
}

.tl-next-article-title {
	margin: 0;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 16px;
	color: #000000;
}

.tl-next-article-title a {
	font-size: 16px;
	color: #000000;
}

.tl-progress-container {
	left: 0;
	width: 100%;
	height: 2px;
	margin-bottom: 0;
	position: absolute;
	bottom: -2px;
	background-color: var(--color-secondary);
	content: "";
	display: table;
	table-layout: fixed;
}

.tl-progress-bar {
	width: 0;
	float: left;
	position: absolute;
	height: 100%;
	z-index: 99;
	max-width: 100%;
	background-color: var(--color-primary);
	transition: width 0.6s ease;
	box-shadow: 0 0 10px 0 rgba(101, 31, 255, 0.56);
	border-bottom-right-radius: 15px;
	border-top-right-radius: 15px;
}

/* ## Author
--------------------------------------------- */
.tl-author-tags {
	margin-top: 100px;
	display: -ms-flexbox;
	display: flex;
}

.tl-author {
	position: relative;
	-ms-flex: 1;
	flex: 1;
}

.tl-author-img {
	position: absolute;
	left: 20px;
	width: 150px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	overflow: hidden;
	border-radius: 50%;
	border: 2px solid #ffffff;
	box-shadow: 0 30px 60px 0 rgba(0, 20, 100, 0.5);
	top: -10px;
}

.tl-author-img img {
	width: 100%;
}

.tl-author-header {
	padding-left: 200px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-size: 26px;
	font-weight: 500;
	margin-bottom: 10px;
	font-family: "Inter";
}

.tl-author-name {
	font-size: 24px;
	margin: 0;
}

.tl-author-about {
	padding: 30px 30px 30px 200px;
	color: #ffffff;
	background: var(--color-primary);
	border-radius: 7px;
	font-size: 14px;
	line-height: 20px;
}

.tl-author-about a {
	color: var(--color-secondary);
}

.tl-author-about a:hover {
	color: var(--color-secondary);
}

.tl-trending-topbar {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	-ms-flex-align: center;
	align-items: center;
	margin-top: -160px;
	margin-bottom: 20px;
}

.tl-trending-topbar-section h1 {
	text-transform: uppercase;
	font-size: 22px;
	font-weight: 500;
	letter-spacing: 2px;
}

.tl-trending {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
}

.tl-trending-article {
	width: 100%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 50px;
}

.tl-trending-article .widget {
	margin-bottom: 0;
}

.tl-trending-article .widget:last-of-type {
	margin-bottom: 0;
}

.tl-trending-article .widget-wrap {
	display: -ms-flexbox;
	display: flex;
	margin: 0 -20px;
}

.tl-trending-article .entry {
	padding: 0 20px;
	-ms-flex: 1;
	flex: 1;
	background: transparent;
}

.tl-trending-article .entry h2,
.tl-trending-article .entry .entry-title {
	font-size: 24px;
	line-height: 26px;
	font-weight: normal;
	margin: 20px 0 10px;
	display: block;
}

.tl-trending-article .entry h2 a,
.tl-trending-article .entry .entry-title a {
	color: #000000;
}

.tl-trending-article .entry h2 a:hover,
.tl-trending-article .entry .entry-title a:hover {
	color: var(--color-primary);
}

.tl-trending-article .entry > a {
	position: relative;
	overflow: hidden;
	border-radius: 7px;
	box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.4);
	background-color: #dadada;
	display: block;
}

.tl-trending-article .entry > a img {
	width: 100%;
	transition: all 0.3s ease;
}

.tl-trending-article .entry > a:hover img {
	transform: scale(1.1);
}

.tl-trending-article .post-info,
.tl-trending-article .entry-meta {
	font-size: 12px;
	color: #777777;
	border-left: 5px solid var(--color-secondary);
	padding-left: 10px;
}

.tl-trending-article .post-info a,
.tl-trending-article .entry-meta a {
	color: #777777;
}

.tl-trending-article .post-info a:hover,
.tl-trending-article .entry-meta a:hover {
	text-decoration: underline;
}

.tl-load-more-posts {
	margin-top: 30px;
	text-align: center;
}

.trt_page_title {
	color: #fff;
	display: -ms-flexbox;
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	text-transform: uppercase;
	font-size: 18px;
	font-family: "Inter";
	font-weight: 500;
	letter-spacing: 2px;
}

nav.rank-math-breadcrumb p {
	color: #fff;
	display: -ms-flexbox;
	display: flex;
	font-family: "Inter";
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 2px;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	text-transform: uppercase;
}

nav.rank-math-breadcrumb a {
	color: #fff;
}

nav.rank-math-breadcrumb a:hover {
	text-decoration: underline;
}

/* Press Release Disclaimer, end of content */
.press-release-disclaimer {
	position: relative;
	margin-top: 1.25rem;
	margin-bottom: 1.25rem;
	padding: 3rem;
	border: 1px solid rgba(0, 0, 0, 0.08);
	background: #f8fafc;
	color: #0f172a;
	border-radius: 12px;
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.02);
	line-height: 1.6;
}

.entry-disclosure {
	font-size: 0.8em;
	margin-top: 40px;
	border-radius: 10px;
	border: 0.5px solid #d9d9d9;
	background: #fafafa;
	padding: 30px;
	color: #6d757f;
}

.entry-disclosure a:hover {
	text-decoration: underline;
}

.tl-intro-icon.trt-team-pic img {
	border: 2px solid #fff;
	border-radius: 50%;
	box-shadow: 0 20px 40px -10px rgb(0 0 0 / 40%);
}

h1.trt_page_title {
	font-size: 1.65em;
}

a.shared-counts-button.shared-counts-no-count {
	border-radius: 3px !important;
	margin: 10px 5px !important;
	padding: 11px 25px 11px 7px !important;
}

.shared-counts-wrap.style-bar .shared-counts-button .shared-counts-label {
	font-weight: 500;
	line-height: 1;
}

.shared-counts-wrap {
	display: flex;
	flex-flow: wrap;
	justify-content: center;
	margin: 0 !important;
}

.content .shared-counts-wrap {
	margin: 10px 0 0 12px !important;
}

a.shared-counts-button.facebook.shared-counts-no-count {
	margin-left: 0px !important;
}

html .shared-counts-wrap.style-bar .shared-counts-button.included_total {
	border-left: 1px solid #dfdfdf;
	margin: 0 0 0 25px;
	min-width: 90px;
	padding-bottom: 10px;
	padding-top: 10px;
	position: relative;
}

html
	.shared-counts-wrap.style-bar
	.shared-counts-button.included_total
	.shared-counts-icon-label {
	bottom: 10px;
	color: #b1a9a5;
	font-size: 11px;
	font-weight: 100;
	left: 50%;
	position: absolute;
	text-transform: uppercase;
	transform: translateX(-50%);
}

html
	.shared-counts-wrap.style-bar
	.shared-counts-button.included_total
	.shared-counts-count,
html
	.shared-counts-wrap.style-bar
	.shared-counts-button.included_total
	.shared-counts-icon-label {
	float: none !important;
}

.shared-counts-wrap.style-bar
	.shared-counts-button.included_total
	.shared-counts-icon {
	display: none;
}

ul.tl-social.tl-social-team li a:hover svg path {
	fill: #333;
}

ul.tl-social.tl-social-team svg path {
	fill: #000;
}

.archive-pagination svg {
	vertical-align: middle;
	margin-top: -5px;
}

html
	.shared-counts-wrap.style-bar
	.shared-counts-button.included_total
	.shared-counts-count {
	display: block;
	font-size: 20px;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 15px;
	text-align: center;
}

#genesis-content {
	width: 100%;
	max-width: 100%;
}

#genesis-content
	> article
	> div
	> div
	> table
	> tbody
	> tr
	> td:nth-child(2)
	> strong {
	line-height: 50px;
}

.site-title,
.site-description {
	background: transparent;
	clip: rect(1px, 1px, 1px, 1px);
	color: transparent;
	position: unset !important;
}

/* # Responsive adjustments
--------------------------------------------- */
@media only screen and (min-width: 1200px) {
	#menu-child-theme-menu li.menu-item-has-children {
		padding-right: 15px;
	}
	#menu-child-theme-menu li.menu-item-has-children::after {
		content: "";
		width: 12px;
		height: 12px;
		display: block;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		right: 5px;
		background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6" fill="none" viewBox="0 0 24 24" stroke="%23000000" stroke-width="2"><path stroke-linecap="round" stroke-linejoin="round" d="M19 9l-7 7-7-7" /></svg>');
		background-size: 12px 12px;
	}
	#menu-child-theme-menu li.menu-item-has-children:focus-within::after,
	#menu-child-theme-menu li.menu-item-has-children:focus::after,
	#menu-child-theme-menu li.menu-item-has-children:hover::after {
		background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6" fill="none" viewBox="0 0 24 24" stroke="%23000000" stroke-width="2"><path stroke-linecap="round" stroke-linejoin="round" d="M5 15l7-7 7 7" /></svg>');
	}
}

@media only screen and (max-width: 1199px) {
	.oh {
		overflow: hidden;
	}

	.content-sidebar-wrap {
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.content-sidebar-wrap,
	.wrap {
		max-width: 100%;
		padding-left: 40px;
		padding-right: 40px;
	}

	.blog .sidebar-newsletter-box {
		display: none;
	}

	.sidebar {
		padding-left: 0;
		width: 100%;
		margin: 0 auto 0 auto;
	}
	.archive .sidebar-newsletter-box {
		display: none;
	}
	#ez-toc-container {
		display: none;
	}

	.header-toggle-button {
		padding: 0 20px 0 0;
	}
	.search-toggle.header-toggle-button {
		padding: 0 0 0 20px;
	}
	.header-search {
		height: 55px;
		width: calc(100% - 80px) !important;
		right: 40px;
	}
	.header-search.open {
		transform: translateY(65px);
	}

	.nav-toggle {
		display: block;
	}

	.nav-toggle.open i:before {
		content: "\f00d";
	}

	.nav-primary {
		-ms-flex-direction: column;
		flex-direction: column;
		position: fixed;
		z-index: 99;
		background: var(--color-primary);
		width: 260px;
		bottom: 0;
		transition: transform 0.3s ease;
		padding: 10px;
		top: 60px;
		overflow-y: auto;
		overflow-x: hidden;
		left: 0;
		transform: translate3d(-100%, 0, 0);
		opacity: 0;
		transition: transform 0.3s ease, opacity 0.3s ease;
	}

	.nav-primary.open {
		opacity: 1;
		transform: translate3d(0%, 0, 0);
		box-shadow: 30px 50px 100px 0 rgba(0, 0, 0, 0.5);
	}

	.nav-primary .menu {
		display: block;
	}

	.nav-primary .menu > .menu-item > a {
		height: auto;
		line-height: normal;
		padding: 15px 20px;
		color: #ffffff;
	}

	.nav-primary .menu > .menu-item:hover,
	.nav-primary .menu > .menu-item.current-menu-item {
		box-shadow: none;
	}

	.nav-primary .menu > .menu-item:hover > a,
	.nav-primary .menu > .menu-item.current-menu-item > a {
		background: #ffffff;
		color: var(--color-primary) !important;
		border-radius: 5px;
	}

	.nav-primary .menu > .menu-item.current-menu-item > a span {
		color: var(--color-primary) !important;
		border-bottom: 0;
	}

	.sub-menu {
		display: block;
		visibility: visible;
		opacity: 1;
		transform: translate3d(0, 0, 0);
		position: static;
		box-shadow: none;
		background: transparent;
		border-left: 1px solid rgba(255, 255, 255, 0.5);
		border-radius: 0;
		padding: 0;
		margin-left: 40px;
		min-width: none;
	}

	.sub-menu .menu-item > a {
		padding: 15px 20px 15px 0;
		color: #ffffff;
	}

	.sub-menu .menu-item > a:before {
		content: "";
		height: 1px;
		background: rgba(255, 255, 255, 0.5);
		width: 10px;
		display: inline-block;
		vertical-align: middle;
		margin-right: 10px;
	}

	.admin-bar .nav-primary {
		top: 92px;
	}

	.tl-post-tags {
		margin: 10px 0 0 0;
		width: 100%;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.tl-post-tags-block {
		margin-right: 20px;
		margin-bottom: 0;
	}

	.comment-respond input[type="email"],
	.comment-respond input[type="text"],
	.comment-respond input[type="url"] {
		width: 100%;
	}

	.comments {
		-ms-flex-direction: column;
		flex-direction: column;
	}

	div + .comment-respond {
		margin: 50px auto 0 auto;
	}
	/* 
	.yuzo_related_post .yuzo_wraps,
	.yuzo_related_post .yuzo__title {
	max-width: 960px;
} */

	.tl-read-progress {
		display: none;
	}

	.tl-author-tags {
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.hero-section .heading-wrap {
		max-width: 100%;
		width: 800px;
		text-align: center;
		display: flex;
		flex-direction: column;
		align-items: center;
		padding: 90px 0 150px;
	}

	.site-header .header-right .subscribe-button {
		display: none;
	}
	.home-posts-1 .wrap,
	.home-posts-5 .wrap {
		flex-direction: column-reverse;
	}

	.home-posts-1 .col-20,
	.home-posts-5 .col-20,
	.home-posts-1 .col-80,
	.home-posts-5 .col-80 {
		width: 100%;
	}

	.about-stats {
		grid-template-columns: 1fr 1fr;
	}

	/* Footer */
	.site-footer > .wrap:last-of-type::before {
		width: calc(100% - 80px);
	}
}

@media screen and (max-width: 1024px) {
	/* ## Hero
	--------------------------------------------- */
	.home .hero-section:before {
		position: absolute;
		bottom: -56px;
		right: 90px;
	}

	.large-newsletter-content h2,
	.large-newsletter-content .title{
		font-size: 1.5em;
	}
	.team-members .wrap.grid {
		grid-template-columns: 1fr 1fr;
	}

	.featured-in {
		flex-direction: column;
		gap: 10px;
	}

	.featured-in .featured-in-logos {
		padding: 10px 0;
		justify-content: start;
		flex-wrap: nowrap;
		overflow-x: auto;
		width: calc(100vw - 20px);
		margin: 0 -10px;
		padding-left: 10px;
		padding-right: 10px;
		-ms-overflow-style: none; /* Internet Explorer 10+ */
		scrollbar-width: none; /* Firefox, Safari 18.2+, Chromium 121+ */
	}

	.home .featured-in .featured-in-logos {
		overflow: visible;
		flex-wrap: wrap;
		gap: 20px 30px;
		justify-content: center;
	}

	.featured-in .featured-in-logos::-webkit-scrollbar {
		display: none; /* Older Safari and Chromium */
	}

	.featured-in .featured-in-logos svg {
		flex-shrink: 0;
		max-width: 120px;
		width: auto;
		height: auto;
	}

	.single-post .hero-section .wrap .post-meta {
		flex-direction: column-reverse;
		gap: 25px;
	}
	.single-post .post-img-wrap {
		width: 100%;
	}
}

@media only screen and (max-width: 991px) {
	.content-sidebar-wrap,
	.wrap {
		max-width: 100%;
		padding-left: 30px;
		padding-right: 30px;
	}

	.header-search {
		width: calc(100% - 60px) !important;
		right: 30px;
	}

	.site-header > .wrap {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		max-width: none;
		min-height: 60px;
	}

	.site-title {
		font-size: 2.4rem;
	}

	.site-description {
		line-height: 1;
		font-size: 1.4rem;
	}

	.pagination {
		margin: 40px 0;
	}

	.tl-post-header {
		padding-top: 0px;
	}

	.tl-post-meta {
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.tl-post-img-wrap {
		margin-bottom: 20px;
		margin-right: 0;
		width: 100%;
		max-width: 340px;
	}

	.tl_coupon_wrap .tl_coupon {
		-ms-flex-direction: column;
		flex-direction: column;
		overflow: hidden;
	}

	.tl_coupon_wrap .tl_coupon > li {
		width: 100%;
		-ms-flex: 1 1 100%;
		flex: 1 1 100%;
	}

	.tl_coupon_wrap .tlc_discount {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.tl_coupon_wrap .tlc_off {
		margin-left: 10px;
	}

	.tl_coupon_wrap .tlc_desc {
		padding: 30px 30px 0 30px;
	}

	.tl_coupon_wrap .tlc_button a {
		width: 100%;
	}

	.widget {
		margin-bottom: 6vw;
	}

	.widget:last-of-type {
		margin-bottom: 0;
	}

	.footer-widgets .wrap {
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.site-footer section#gtranslate-2 {
		margin-bottom: 35px;
	}

	/* Footer */
	.site-footer > .wrap:last-of-type::before {
		width: calc(100% - 60px);
	}

	.yuzo_related_post .yuzo_wraps,
	.yuzo_related_post .yuzo__title {
		max-width: 720px;
	}

	.tl-trending-topbar .tl-social {
		display: none;
	}

	.tl-social-topbar {
		display: none;
	}

	.tl-social-author {
		margin-top: 10px;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.tl-cover-single {
		padding: 60px 0 0;
	}

	.tl-cover-title {
		font-size: 16px;
		letter-spacing: 1px;
	}

	.tl-intro {
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.tl-intro-data {
		width: 100%;
	}

	.tl-intro-icon {
		width: 100px;
		padding: 0;
		margin: 20px 0 0 0;
	}

	.tl-intro-tabs {
		margin-left: -30px;
		margin-right: -30px;
		width: auto;
	}

	.tl-author-header {
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.tl-trending-article {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-bottom: 20px;
	}

	.tl-trending-article .widget-wrap {
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.tl-trending-article .entry {
		width: 100%;
		margin-bottom: 40px;
		-ms-flex: none;
		flex: none;
	}

	.tl-trending-article .entry .article-data {
		width: 100%;
	}

	/* Sidebar */
	.blog .sidebar-social {
		margin-top: 20px;
	}

	/* Press Release */
	.press-release .swiper-button-prev {
		left: 13px !important;
	}

	.press-release .swiper-button-next {
		right: 13px !important;
	}
}

@media only screen and (max-width: 900px) {
	.home-posts-section {
		flex-direction: column;
		gap: 24px;
	}
	.popular-posts-sidebar,
	.latest-post {
		width: 100%;
	}
	.post-item.featured,
	.post-item.thumbnail {
		width: 100%;
	}
	.post-items {
		gap: 18px;
	}
}

@media screen and (max-width: 800px) {
	h2.hero-title.white {
		font-size: 1.6em;
	}
	.hero-section .hero-search-form {
		width: 100%;
	}
	.hero-section.small.two-col .wrap {
		flex-direction: row;
	}

	.grid-posts.two {
		grid-template-columns: 1fr 1fr;
	}
	.grid-posts.three {
		grid-template-columns: 1fr 1fr;
	}

	.two-col .wrap {
		flex-direction: column;
	}
	.wrap .col-20,
	.wrap .col-25,
	.wrap .col-30,
	.wrap .col-40,
	.wrap .col-50,
	.wrap .col-60,
	.wrap .col-70,
	.wrap .col-75,
	.wrap .col-80 {
		width: 100%;
	}
	.home-posts-2 .wrap,
	.home-posts-4 .wrap {
		flex-direction: column-reverse;
	}

	.testimonial-image {
		padding: 0 40px 0 40px;
	}
	.testimonial-image img {
		height: auto;
		margin: 30px 0 0;
		width: 100%;
	}

	.home .newsletter .newsletter-wrap {
		height: auto;
	}
	.home .newsletter .newsletter-content {
		width: auto;
		padding: 100px 20px;
	}
	.home .newsletter .newsletter-content h3 {
		font-size: 1.5em;
	}

	.single-post .hero-section.small .wrap {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.single-post .hero-section .entry-title {
		font-size: 1.5em;
	}
	.article-references-box {
		grid-template-columns: 1fr;
	}
	.pros-cons-block {
		flex-direction: column;
	}
	.single-post .author {
		flex-direction: column;
	}
	.single-post .author .author-about {
		font-size: 0.85em;
	}
	.related-posts .grid-posts {
		grid-template-columns: 1fr 1fr;
	}

	.large-newsletter-box {
		flex-direction: column;
		padding: 20px;
		gap: 24px;
	}
	.large-newsletter-box .large-newsletter-image {
		width: 100%;
	}
	.large-newsletter-content h2,
	.large-newsletter-content .title{
		font-size: 1.4em;
	}
	.large-newsletter-image img {
		width: 100%;
		max-width: 100%;
	}

	.parent-pageid-6961 section > .wrap.width-800 {
		padding-left: 20px;
		padding-right: 20px;
	}

	.site-footer .footer-widgets .wrap {
		display: flex;
		gap: 30px;
	}

	.footer-widgets .wrap .footer-widgets-2 {
		padding-right: 0;
	}

	.site-footer .footer-widgets .wrap ul {
		columns: 2;
	}

	/* .footer-widgets .wrap .footer-widgets-1,
	.footer-widgets .wrap .footer-widgets-4 {
	flex: 0 0 100%;
}

	.footer-widgets .wrap .footer-widgets-2,
	.footer-widgets .wrap .footer-widgets-3 {
	flex: 0 0 calc(50% - 15px);
}

	.footer-widgets .wrap .footer-widgets-1 {
	order: 1;
}

	.footer-widgets .wrap .footer-widgets-2 {
	padding-right: 0;
	order: 3;
}

	.footer-widgets .wrap .footer-widgets-3 {
	order: 2;
}

	.footer-widgets .wrap .footer-widgets-4 {
	order: 4;
} */

	.footer-widgets .footer-widgets-4 .textwidget {
		align-items: start;
		text-align: left;
	}

	.footer-widgets-1 .widget_custom_html:last-child {
		margin-bottom: 20px;
	}

	.site-footer > .wrap:last-of-type {
		padding-top: 30px;
		margin-top: 30px;
	}
}

@media only screen and (max-width: 767px) {
	html {
		overflow-x: hidden;
	}

	.admin-bar .nav-primary {
		top: 106px;
	}

	#genesis-content > article > div > div > table > tbody > tr,
	.wp-block-table tbody tr,
	.wp-block-table thead tr {
		/* display: grid; */
	}

	#genesis-content > article > div > div > table > tbody > tr td {
		width: 100% !important;
	}

	#genesis-content
		> article
		> div
		> div
		> table
		> tbody
		> tr
		> td:nth-child(2)
		> strong {
		line-height: 50px;
	}

	.col-header h2,
	.col-header h3 {
		font-size: 1.2em;
	}

	.col-header .view-all {
		font-size: 13px;
	}

	.col-header .view-all svg {
		width: 8px;
	}

	.category-card {
		padding: 18px 0;
	}

	.single .entry-content h2 {
		font-size: 2.5rem;
	}

	.single .entry-content h3 {
		font-size: 2rem;
	}

	.home .tl-cover {
		background-image: unset !important;
		padding: 148px 0 302px;
	}

	.testimonial-slide {
		flex-direction: column;
	}

	.testimonial-content {
		order: 2;
	}

	.testimonial-image {
		order: 1;
	}

	.tl-cover-section,
	.entry-image .entry-image-link {
		content-visibility: auto;
	}
	.content-sidebar-wrap,
	.wrap {
		max-width: 100%;
		padding-left: 20px;
		padding-right: 20px;
	}

	.header-search {
		width: calc(100% - 40px) !important;
		right: 20px;
	}

	.one-half,
	.one-third,
	.one-fourth,
	.one-fifth,
	.one-sixth,
	.two-thirds,
	.two-fourths,
	.two-fifths,
	.two-sixths,
	.three-fourths,
	.three-fifths,
	.three-sixths,
	.four-fifths,
	.four-sixths,
	.five-sixths {
		float: none;
		margin-left: 0;
	}

	.first {
		clear: none;
		margin-left: 0;
	}

	.gallery-item {
		width: 100%;
		margin: 0 0 5vw;
	}

	.breadcrumb {
		padding: 1em 6vw;
	}

	.after-entry,
	.author-box {
		margin-bottom: 5%;
		padding: 6vw;
	}

	.entry + .author-box {
		margin-top: 6vw;
	}

	.page-header {
		padding: calc(6vw + 7rem) 0 6vw;
	}

	.entry {
		margin-bottom: 4rem;
	}

	.entry-footer {
		margin-top: 5vw;
		padding-top: 5vw;
	}

	.home .content > .entry,
	.search-results .content > .entry,
	.archive .content > .entry,
	.blog .content > .entry {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 0;
	}

	.home .content > .entry .entry-inner,
	.search-results .content > .entry .entry-inner,
	.archive .content > .entry .entry-inner,
	.blog .content > .entry .entry-inner {
		padding: 0;
		margin-top: 20px;
	}

	.home .content > .entry .entry-image,
	.search-results .content > .entry .entry-image,
	.archive .content > .entry .entry-image,
	.blog .content > .entry .entry-image {
		width: 100%;
	}

	.home .content > .entry .entry-category,
	.search-results .content > .entry .entry-category,
	.archive .content > .entry .entry-category,
	.blog .content > .entry .entry-category {
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.home .content > .entry:hover,
	.search-results .content > .entry:hover,
	.archive .content > .entry:hover,
	.blog .content > .entry:hover {
		box-shadow: none;
	}

	.home #newsletter-form button {
		position: relative;
		margin-top: 15px;
		width: 100%;
		text-align: center;
		display: block;
		top: 0;
		left: 0;
		transform: none;
	}

	.comment-header {
		margin-bottom: 5vw;
	}

	.comment-list .comment-respond {
		width: 100%;
		max-width: 500px;
		margin-top: 15px;
		background: #f5f5f5;
		padding: 40px;
		border-radius: 5px;
	}

	.pros-and-cons .gb-grid-wrapper {
		flex-wrap: wrap;
	}

	.pros-and-cons .gb-grid-column {
		width: 100%;
	}

	.tl-social-author {
		-ms-flex-pack: center;
		justify-content: center;
	}

	.tl-social-author > li > a {
		color: #ffffff;
	}

	.tl-social-author > li + li {
		margin-left: 20px;
	}

	.tl-intro-404 {
		padding: 50px;
	}

	.tl-intro-404 .tl-intro-icon img {
		width: 200px;
	}

	.tl-team .tl-team-wrap {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
	}

	.tl-author-img {
		position: relative;
		left: 0;
		right: 0;
		margin: 0 auto;
		box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
	}

	.tl-author-header {
		padding: 100px 30px 0 30px;
		background: var(--color-primary);
		margin: -90px 0 0 0;
		border-radius: 10px 10px 0 0;
	}

	.tl-author-name {
		-ms-flex-pack: center;
		justify-content: center;
		text-align: center;
		color: #ffffff;
	}

	.tl-author-about {
		padding: 30px;
		border-radius: 0 0 10px 10px;
	}

	html .tl-social-author svg path {
		fill: #fff;
	}

	html .tl-social-author a:hover {
		opacity: 0.9;
	}
	.tl-trending-topbar {
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}

	/* COMMENTS */
	#commentform .comment-form-author,
	#commentform .comment-form-email {
		width: 100%;
	}

	/* Footer */
	.site-footer > .wrap:last-of-type::before {
		width: calc(100% - 40px);
	}

	.featured-in .featured-in-logos img {
		width: 120px;
		height: auto;
	}
}

@media only screen and (max-width: 600px) {
	.post-author-block {
		gap: 10px;
	}

	.post-attr,
	.post-attr a {
		font-size: 13px;
	}

	.button + button,
	.button + .button,
	button + button,
	button + .button,
	input[type="button"] + button,
	input[type="button"] + .button,
	input[type="reset"] + button,
	input[type="reset"] + .button,
	input[type="submit"] + button,
	input[type="submit"] + .button {
		margin-top: 1em;
		clear: both;
	}

	.blog input[type="email"] {
		height: auto;
		line-height: 2;
	}

	.hero-section.small.two-col .wrap {
		flex-direction: column;
	}
	.post-attr {
		gap: 30px;
		justify-content: space-between;
		margin-top: 25px;
	}
	.related-posts .grid-posts,
	.grid-posts.two,
	.grid-posts.three,
	.team-members .wrap.grid {
		grid-template-columns: 1fr;
		gap: 30px;
	}

	.single-post .author .author-header .author-name-wrap,
	.single-post .author .author-header {
		flex-direction: column;
	}
	.single-post .author .author-img {
		margin: 0 auto;
	}

	.hero-section .heading-wrap {
		padding: 70px 0 100px;
	}
	.hero-section .search-form-inline {
		flex-direction: column;
	}

	.top-categories-list {
		gap: 12px;
	}
	.category-card-label {
		margin-left: 12px;
		font-size: 0.85em;
		padding: 7px 14px;
	}
	.category-card-arrow {
		margin-right: 16px;
		font-size: 1.5em;
	}

	.post-item.thumbnail {
		flex-direction: column;
	}

	/* .post-item.thumbnail, */
	.post-items.thumbnail-left .post-item.thumbnail {
		flex-direction: column-reverse;
	}

	.post-item.thumbnail .img-container {
		width: 100%;
	}

	.post-item.thumbnail img,
	.post-items.thumbnail-left .post-item.thumbnail img {
		width: 100%;
	}

	.about-stats .stat-number {
		font-size: 24px;
	}

	/* .nav-toggle.open,
	.nav-toggle:hover,
	.nav-toggle:focus {
	background: var(--color-secondary);
	color: #000000;
} */

	.nav-primary {
		top: 60px;
	}

	.tl-post-attr {
		height: auto;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 20px;
		border-radius: 5px;
		box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
	}

	.tl-post-attr > div {
		-ms-flex: 1 1 100%;
		flex: 1 1 100%;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
	}

	.tl-post-attr > div + div {
		border-top: 1px solid #f1f1f1;
		border-left: none;
		padding-top: 10px;
		padding-left: 0;
		margin: 10px 0 0 0;
	}

	.lwptoc {
		padding-left: 12px;
		padding-right: 12px;
	}

	.lwptoc .lwptoc_toggle {
		margin-left: 10px;
	}

	.comment-meta {
		display: none;
	}

	.add-comment {
		padding: 30px;
	}

	.comment-list .children {
		padding-left: 20px;
	}

	a.IRPP_button {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		padding: 10px;
	}

	a.IRPP_button .postImageUrl {
		width: 100%;
		border-radius: 5px;
	}

	a.IRPP_button .centered-text-area {
		width: 100%;
		display: -ms-flexbox;
		display: flex;
	}

	.tl-social-team {
		padding: 20px;
	}

	.tl-social-team > li a {
		font-size: 16px;
	}

	.tl-team-about,
	.tl-team-name {
		padding: 0 20px;
	}

	form#large-newsletter-form,
	form#inline-newsletter-form {
		flex-direction: column;
	}

	.single-post .author .author-header h2 {
		border: 0;
		margin-bottom: 10px;
		padding-right: 0;
		margin-right: 0;
	}
	.single-post .author .author-header .flex-row {
		justify-content: center;
	}

	.child-theme-cta {
		flex-direction: column;
		gap: 10px;
		min-height: auto;
		padding: 20px;
	}

	.child-theme-cta-text {
		white-space: normal;
		font-size: clamp(16px, 4.5vw, 20px);
		line-height: 1.2;
	}

	.child-theme-cta-badge img {
		margin-top: 8px;
		height: 52px;
	}

	.child-theme-cta-sep {
		margin: 20px 0 14px;
	}
}

@media print {
	*,
	*:before,
	*:after {
		background: transparent !important;
		box-shadow: none !important;
		color: #000000 !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: " (" attr(href) ")";
	}

	abbr[title]:after {
		content: " (" attr(title) ")";
	}

	a[href^="javascript:"]:after,
	a[href^="#"]:after,
	.site-title > a:after {
		content: "";
	}

	thead {
		display: table-header-group;
	}

	img,
	tr {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 2cm 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	blockquote,
	pre {
		border: 0.1rem solid #f0f1f2;
		page-break-inside: avoid;
	}

	.content,
	.content-sidebar {
		width: 100%;
	}

	button,
	input,
	select,
	textarea,
	.breadcrumb,
	.comment-edit-link,
	.comment-form,
	.comment-list .reply a,
	.comment-reply-title,
	.edit-link,
	.entry-comments-link,
	.entry-footer,
	.genesis-box,
	.header-widget-area,
	.hidden-print,
	.home-top,
	.nav-primary,
	.nav-secondary,
	.post-edit-link,
	.sidebar {
		display: none !important;
	}

	.title-area {
		text-align: center;
		width: 100%;
	}

	.site-title > a {
		margin: 0;
		text-decoration: none;
		text-indent: 0;
	}

	.site-inner {
		padding-top: 0;
		position: relative;
		top: -10rem;
	}

	.author-box {
		margin-bottom: 0;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		orphans: 3;
		page-break-after: avoid;
		page-break-inside: avoid;
		widows: 3;
	}

	img {
		page-break-after: avoid;
		page-break-inside: avoid;
	}

	blockquote,
	pre,
	table {
		page-break-inside: avoid;
	}

	dl,
	ol,
	ul {
		page-break-before: avoid;
	}
}

.oh {
	overflow: hidden !important;
}

/* Header */
.site-header .nav-primary .menu > .menu-item:hover a span {
	border-bottom: 0;
}

.site-header .sub-menu .menu-item > a:hover {
	color: #fff !important;
}

/* Header */
/* .site-header .menu-item.current-menu-item > a {
color: #000 !important;
} */

/* Social Share */
.cl-social-share .global-popup-btn {
	cursor: pointer;
}

.cl-social-share {
	position: fixed;
	top: 15%;
	display: none;
	transform: translate(calc(-100% - 48px), 0%);
}

.cl-social-share.show {
	display: block;
}

.cl-social-share .wrapper {
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease;
}

.cl-social-share.active .wrapper {
	opacity: 1;
	visibility: visible;
}

.cl-social-share .icon {
	width: 45px;
	height: 45px;
	border-radius: 50px;
	background: #f8f9fa;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 5px;
	margin-bottom: 10px;
	transition: all 0.3s ease;
}

.cl-social-share .icon:focus {
	outline: 0;
}

.cl-social-share .icon.share {
	cursor: pointer;
}

.cl-social-share .icon:hover {
	box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px,
		rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px,
		rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
}

.cl-social-share.active .icon.share:hover {
	box-shadow: none;
}

.cl-social-share .wrapper .icon img {
	transition: all 0.3s ease;
	border-radius: 50px;
}

.cl-social-share .wrapper .icon img:hover {
	transform: rotate(30deg);
}

.cl-social-share .icon.subscribe {
	position: relative;
	cursor: pointer;
}

.cl-social-share .icon.subscribe:before {
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 10px;
	display: inline-block;
	position: absolute;
	top: 12px;
	right: 11px;
	background: var(--color-secondary);
	transition: all 0.15s ease-in-out;
	animation: dot-up-bounce 3s ease-in-out infinite;
}

@keyframes dot-up-bounce {
	0% {
		transform: translateY(0);
	}
	3% {
		transform: translateY(0);
	}
	10% {
		transform: translateY(-5px);
	}
	17% {
		transform: translateY(0);
	}
	20% {
		transform: translateY(0);
	}
	23% {
		transform: translateY(0);
	}
	30% {
		transform: translateY(-5px);
	}
	37% {
		transform: translateY(0);
	}
	40% {
		transform: translateY(0);
	}
	43% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(-5px);
	}
	57% {
		transform: translateY(0);
	}
	60% {
		transform: translateY(0);
	}
	100% {
		transform: translateY(0);
	}
}

/* Single Post */
.single-post .entry-content a {
	word-break: break-word;
}

/* Number List */
.single-post .entry-content .wp-block-separator {
	padding: 0;
}

.single-post .number-list {
	counter-reset: my-counter;
	margin: 30px 0;
	display: flex;
	flex-direction: column;
	grid-gap: 10px;
}

.single-post .number-list li {
	list-style: none;
	counter-increment: my-counter;
	position: relative;
	padding-left: 50px;
	margin-left: 18px;
}

.single-post .number-list li::before {
	content: counter(my-counter);
	position: absolute;
	left: 0;
	top: 0;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: var(--color-secondary);
	color: #495057;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
}

.single-post .number-list li strong {
	font-weight: 700;
}

/* Table */
/* .single-post .wp-block-table .has-fixed-layout td,
.single-post .wp-block-table .has-fixed-layout th {
word-break: break-word !important;
} */

.single-post .wp-block-table::-webkit-scrollbar {
	width: 4px;
	height: 4px;
	background: #f7f4ff;
}

.single-post .wp-block-table::-webkit-scrollbar-track {
	width: 4px;
	height: 4px;
	border-radius: 4px;
}

.single-post .wp-block-table::-webkit-scrollbar-thumb {
	background-color: #e3e3e3;
	border-radius: 4px;
}

.single-post .wp-block-table {
	max-width: 800px;
	overflow: scroll hidden;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	/* white-space: nowrap; */
}

.single-post .wp-block-table thead,
.single-post .wp-block-table thead th {
	border: 0 !important;
}

.single-post .wp-block-table:has(thead) tbody tr:first-child {
	background-color: inherit;
	color: #2f1854;
	font-weight: 400;
	font-size: 16px;
}

.single-post .wp-block-table:not(:has(thead)) tr:first-child {
	background-color: var(--color-primary);
}

/* ------- Mega Menu (Links) ------- */
/* Mega Menu */
.mega-menu-btn a {
	margin-right: 10px !important;
}

.mega-menu-btn,
.site-header .nav-primary .menu-item-has-children {
	position: relative;
}

.site-header .nav-primary .menu-item-has-children a {
	margin-right: 10px;
}

.mega-menu-btn::after,
.site-header .nav-primary .menu-item-has-children:after {
	content: "";
	width: 9.6px;
	height: 7.6px;
	display: inline-block;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='16.043' viewBox='57 35.171 26 16.043' xml:space='preserve' fill='%23fff'%3E%3Cpath d='m57.5 38.193 12.5 12.5 12.5-12.5-2.5-2.5-10 10-10-10z'/%3E%3C/svg%3E");
	background-size: 9.6px 7.6px;
	background-repeat: no-repeat;
	position: absolute;
	right: -8px;
	top: 50%;
	transform: translateY(-50%);
}

.mega-menu-btn.active:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-right: 8px solid #ffffff;
	left: 50%;
	bottom: -3px;
	transform: translateX(-50%) rotate(90deg);
}

.mega-menu-btn:hover::after,
.site-header .nav-primary .menu-item-has-children:after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='16.043' viewBox='57 35.171 26 16.043' xml:space='preserve' fill='%23c2fa4d'%3E%3Cpath d='m57.5 38.193 12.5 12.5 12.5-12.5-2.5-2.5-10 10-10-10z'/%3E%3C/svg%3E");
}

.mega-menu-btn.active::after {
	transform: translateY(-50%) rotate(180deg);
}

.site-header .nav-primary .menu-item-has-children:hover:after {
	transform: translateY(-50%) rotate(180deg);
}

.mega-menus {
	display: none;
	max-width: 1200px;
	width: 100%;
	position: absolute;
	top: 86px;
	right: 50%;
	transform: translateX(50%);
	z-index: 999;
	background: #fff;
	border-radius: 10px;
	box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px;
}

.mega-menus.active {
	display: block;
}

.mega-menus .wrapper {
	display: flex;
}

.mega-menus.links {
	max-width: 526px;
}

/* Left Block */
.mega-menus .menu-title {
	color: #000000;
	font-weight: 600;
}

.mega-menus .left-block {
	flex: 0 0 180px;
	border-radius: 10px 0 0 10px;
	background: #f7f4ff;
	padding: 40px 30px;
}

.mega-menus .left-block ul li {
	margin-top: 25px;
	font-size: 16px;
	line-height: 1.3;
	color: #333;
	font-weight: 500;
}

.mega-menus .left-block ul li a {
	font-size: 16px;
	line-height: 1.3;
	color: #333;
	font-weight: 500;
}

.mega-menus ul li a {
	display: block;
}

.mega-menus ul li a:hover {
	color: var(--color-primary) !important;
}

.mega-menus.links ul li a:focus {
	outline: 0 !important;
}

/* Right Block */
.mega-menus.links .right-block {
	flex: 1;
	padding: 40px 30px;
}

.mega-menus.links .right-block ul li {
	margin-top: 17px;
	line-height: 1;
}

.mega-menus.links .right-block ul li a {
	font-size: 16px;
	line-height: 1.3;
	color: #818088;
	font-weight: 600;
	display: flex;
	align-items: center;
}

.mega-menus.links .right-block li svg {
	margin-left: 8px;
}

.mega-menus.links .right-block li a:hover path {
	stroke: var(--color-primary);
}

.mega-menus.links .right-block li .icon {
	background: #fff;
	width: 42px;
	height: 42px;
	border-radius: 10px;
	box-shadow: 0px 4px 20px rgba(23, 15, 73, 0.08);
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 15px;
}

/* Back button styles */
.mega-menus .back-btn,
.mega-menus .close-btn {
	display: none;
}

/* Mega Menu (Posts) */
.mega-menus.cate .left-block {
	flex: 0 0 250px;
	border-radius: 10px 0 0 10px;
	background: #f7f4ff;
	padding: 40px 30px;
}

.mega-menus .menu-content {
	padding: 40px;
}

.mega-menus .cat-content,
.mega-menus .cat-content > .title {
	display: none;
}

.mega-menus .cat-content.active {
	display: block;
}

.mega-menus.cate .menu-title {
	margin-bottom: 30px;
}

.mega-menus.cate .categories li {
	cursor: pointer;
}

.mega-menus.cate .categories .cat-item {
	padding: 8px 10px;
	margin-top: 15px;
}

.mega-menus.cate .categories .cat-item.active {
	background: #fff;
	color: var(--color-primary);
	padding: 8px 10px;
	border-radius: 5px;
}

.mega-menus .cards.grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 30px;
}

.mega-menus .cards .card-list {
	display: flex;
	grid-gap: 15px;
	align-items: center;
}

.mega-menus .cards .card-list .thumbnail {
	flex: 0 0 35%;
}

.mega-menus .cards .card-list .thumbnail img {
	border-radius: 10px;
	height: 90px;
	object-fit: cover;
}

.mega-menus .cards .card-list .content {
	flex: 1;
}

.mega-menus .cards .card-list .title {
	margin: 0;
	font-size: 16px;
	line-height: 1.6;
	font-weight: 400;
}

.mega-menus .cards .card-list .title a {
	color: #183354;
	display: block;
}

.mega-menus .cards .card-list .title a:hover {
	color: var(--color-primary);
}

/* Progress Bar */
.progress-bar {
	height: 3px;
	width: 100%;
	background: transparent;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	transition: background 0.3s ease;
}

.progress-bar.scroll {
	background: var(--color-secondary);
}

.progress-fill {
	height: 3px;
	width: 0%;
	background: var(--color-primary);
	transition: width 0.15s ease;
	position: fixed;
	top: 0;
	z-index: 9999;
}

.progress-bar.active {
	background: none;
	z-index: 9999;
}

.progress-bar.active .progress-fill {
	background: var(--color-secondary);
}

/* Stikcy Header */
.sticky-header {
	background: var(--color-primary);
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
	transform: translateY(-100%);
	opacity: 0;
	box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
	transition: transform 0.3s ease, opacity 0.3s ease;
}

.sticky-header.show {
	transform: translateY(0);
	opacity: 1;
}

.sticky-header .wrap {
	padding-top: 22px;
	padding-bottom: 22px;
}

.sticky-header .wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
}

.sticky-header .logo {
	flex: 0 0 150px;
}

.sticky-header .search {
	display: flex;
}

.sticky-header .search-icon {
	padding: 0 40px;
	height: auto;
	background: none;
}

.sticky-header .search-icon:focus {
	outline: 0;
}

.sticky-header .search .header-search {
	width: 70%;
	height: 56px;
	margin: 0;
	top: -12px;
	right: 0;
}

.sticky-header .content {
	display: flex;
	align-items: center;
}

.sticky-header .btn a {
	color: #fff;
	font-weight: 600;
	border-bottom: 3px solid var(--color-secondary);
}

#ez-toc-container .ez-toc-link.active,
#ez-toc-container li.active > .ez-toc-link {
	color: var(--color-primary) !important;
	font-weight: 600;
}

#ez-toc-container nav {
	margin-left: -18px;
}

#ez-toc-container .ez-toc-list li a {
	padding-left: 18px;
	position: relative;
}

#ez-toc-container .ez-toc-list li.active a:before {
	content: "";
	background-image: url("data:image/svg+xml,%3Csvg width='5' height='9' viewBox='0 0 5 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M.22.22a.747.747 0 0 0 0 1.058l2.91 2.91-2.91 2.91a.748.748 0 0 0 1.057 1.057l3.442-3.442a.747.747 0 0 0 0-1.058L1.277.213A.754.754 0 0 0 .219.22' fill='%237639FF'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	width: 10px;
	height: 10px;
	top: 6px;
	left: 0;
}

/* Block: Slider */
.post-image-gallery {
	position: relative;
}

.post-image-gallery .swiper-button-prev,
.post-image-gallery .swiper-button-next {
	width: 40px;
	height: 40px;
	background: #fff;
	border-radius: 5px;
	border: 1px solid #dfe3e8;
	transition: all 0.4s ease-in-out;
	display: flex;
	align-items: center;
	justify-content: center;
}

.post-image-gallery .swiper-button-prev:hover,
.post-image-gallery .swiper-button-next:hover {
	background: var(--color-primary);
	border: 1px solid var(--color-primary);
}

.post-image-gallery .swiper-button-prev svg,
.post-image-gallery .swiper-button-next svg {
	width: auto;
	height: auto;
}

.post-image-gallery .swiper-button-prev:hover path,
.post-image-gallery .swiper-button-next:hover path {
	stroke: #fff;
}

.post-image-gallery .swiper-button-prev:focus,
.post-image-gallery .swiper-button-next:focus {
	outline: 0;
}

.post-image-gallery .swiper-button-prev:after,
.post-image-gallery .swiper-button-next:after {
	display: none;
}

/* Single Post */
.entry-content #ez-toc-container,
.sidebar #ez-toc-container .ez-toc-title-toggle {
	display: none;
}

/* Share BTN */
.post-social-share .post-share-btn {
	font-size: 15px;
}

.post-social-share .chatgpt {
	background: #181818 !important;
}

.post-social-share .perplexity {
	background: #0098a1 !important;
}

/* Highlight box */
.highlight-effect {
	position: relative;
	z-index: 33;
}

.highlight-effect:before {
	z-index: -1;
	content: "";
	display: block;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(26, 26, 26, var(--opacity, 0));
	pointer-events: none;
	transition: background 0.1s linear;
}

.single-post .wp-block-table .has-fixed-layout {
	table-layout: auto;
}

.single-post .wp-block-table .has-fixed-layout td,
.single-post .wp-block-table .has-fixed-layout th {
	word-break: normal;
}

/* Author Popup */
.author-popup-trigger.active {
	position: relative;
}

.author-popup-trigger.active::before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-right: 8px solid #ffffff;
	left: 50%;
	bottom: -10px;
	transform: translateX(-50%) rotate(90deg);
	z-index: 222;
}

.author-popup-trigger:nth-child(1) .author-popup {
	left: 0;
}

.author-popup-trigger:nth-child(2) .author-popup {
	right: 0;
}

.author-popup {
	display: none;
	position: absolute;
	top: 100%;
	width: 400px;
	z-index: 100;
}

.author-popup .popup-body {
	background: #fff;
	border: 1px solid #e5e7eb;
	box-shadow: 10px 13px 28px -1px rgba(0, 0, 0, 0.06);
	padding: 20px;
	border-radius: 10px;
	margin-top: 5px;
}

.author-popup .head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	grid-gap: 20px;
	gap: 20px;
	margin-bottom: 15px;
}

.author-popup .head .name {
	font-size: 17px;
	line-height: 28px;
	font-weight: 500;
	margin-bottom: 4px;
	color: var(--color-text);
}

.author-popup .head .meta-info {
	display: flex;
	align-items: center;
	font-size: 13px;
	line-height: 20px;
	color: #304f60;
}

.author-popup .head .meta-info div:not(:last-child) {
	border-right: 2px solid #e7efff;
	padding-right: 10px;
	margin-right: 10px;
}

.author-popup .head .social-links {
	padding-top: 0px;
}

.author-popup .head .social-links img {
	width: 30px;
	height: 30px;
}

.author-popup .bio {
	font-size: 13px;
	line-height: 1.5;
	color: #304f60;
}

.author-popup .bio a {
	text-decoration: underline;
	color: var(--color-primary);
	font-size: 13px;
	line-height: 1.5;
}

.author-popup .bio a:hover {
	text-decoration: none;
}

.author-popup .post-section {
	margin-top: 15px;
	padding-top: 15px;
	text-align: left;
	border-top: 1px solid #efefef;
}

.post-section .post-heading {
	font-size: 15px;
	line-height: 22px;
	font-weight: 600;
	color: #3f3f43;
	letter-spacing: 1px;
	display: flex;
	align-items: center;
	grid-gap: 20px;
}

.post-section .post-list {
	margin-top: 10px;
}

.post-section .post-list .title {
	margin-bottom: 0;
	position: relative;
	padding-left: 18px;
}

.post-section .post-list .title::before {
	content: "";
	width: 7px;
	height: 7px;
	border-radius: 5px;
	background: #fff;
	position: absolute;
	left: 0;
	top: 7px;
	border: 1px solid var(--color-text);
}

.post-section .post-list .title:not(:last-child) {
	margin-bottom: 8px;
}

.post-section .post-list .title a {
	display: block;
	font-size: 12px;
	line-height: 20px;
	color: var(--color-text);
	font-weight: 400;
}

.post-section .post-list .title a:hover {
	color: var(--color-primary);
}

/*Table */
.wp-block-table tbody tr:not(:first-child) td {
	font-size: 16px;
}

/* Homepage */
/* Banner */
.hero-section .hero-title span {
	display: inline-block;
	position: relative;
	overflow: hidden;
	line-height: 1;
	top: 7px;
	color: #fff;
	z-index: 1;
	background: none;
}

.hero-section .hero-title span.active::after {
	background: var(--color-secondary);
}

.hero-section .hero-title span::after {
	content: attr(data-text);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: var(--color-primary);
	clip-path: inset(0 100% 0 0);
	z-index: 2;
}

.hero-section .hero-title span.active::after {
	animation: textColorReveal 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

@keyframes textColorReveal {
	0% {
		clip-path: inset(0 100% 0 0);
	}
	100% {
		clip-path: inset(0 0 0 0);
	}
}

/* Category Card */
.top-categories .category-card {
	background-color: #fff;
	position: relative;
	overflow: hidden;
	transition: border 0.3s ease;
}

.top-categories .category-card::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(270deg, #a19afc 0%, #483afb 100%);
	opacity: 0;
	transition: opacity 0.4s ease;
	z-index: 0;
}

.top-categories .category-card:hover::before {
	opacity: 1;
	box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.2);
}

.top-categories .category-card:hover {
	border: 2px solid #fff;
}

.top-categories .category-card:hover path,
.top-categories .category-card:hover .category-card-label {
	stroke: #fff;
	color: #fff;
}

.page-template-default .content-sidebar-wrap .wrap {
	padding-left: 0;
}

/* Global Popup */
.site-popup {
	display: none;
	position: fixed !important;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
}

.site-popup .backdrop {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	background: rgba(0, 0, 0, 0.85);
	transition: 0.3s all;
	z-index: 700;
}

.site-popup .container {
	width: 100%;
	max-width: 800px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	z-index: 1000;
}

.site-popup .content {
	position: relative;
}

.site-popup .content .close {
	position: absolute;
	top: 20px;
	right: 20px;
	cursor: pointer;
	z-index: 99;
}

.site-popup .large-newsletter.article-newsletter {
	margin: 0;
}

.site-popup .large-newsletter.article-newsletter input[type="email"] {
	padding: 14px 20px;
}

/* Popular posts  */
.popular-posts .post-items {
	grid-gap: 20px;
}

.popular-posts .post-items .post-item.list:not(:last-child) {
	border-bottom: 1px solid #dfdfdf;
	padding-bottom: 20px;
}

.popular-posts .post-items .post-meta {
	display: none;
}

.popular-posts .post-item.list .post-title {
	font-size: 0.9em;
	line-height: 1.4;
}

/* .page .sidebar-social {
	margin-top: 60px;
} */

.page .sidebar .widget:nth-child(2) {
	margin-top: 60px;
}

.sidebar-social {
	padding: 23px 26px;
	border: 1px solid var(--color-widget-border);
	border-radius: 10px;
}

.sidebar-social .social-icons {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 20px 46px;
}

.sidebar-social .social-icons img {
	width: 32px;
	height: 32px;
	object-fit: contain;
	transition: all 0.3s ease;
}

.sidebar-social .social-icons img:hover,
.sidebar-social .newsletter-cta:hover {
	transform: translateY(-1.3px);
}

.sidebar-social .newsletter-cta {
	padding: 15px 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	border: 1px solid var(--color-widget-border);
	margin-top: 25px;
	border-radius: 10px;
	transition: all 0.3s ease;
}

.sidebar-social .newsletter-cta span {
	font-size: 14px;
	line-height: 1.3;
	color: #636363;
}

/* Press Release */
.press-release {
	padding-bottom: 30px;
}

.press-release .wrap {
	display: block;
	position: relative;
}

.press-release .col-header .btn {
	display: flex;
}

.press-release .col-header .submit-pr {
	margin-left: 15px;
	background: var(--color-primary);
	color: #fff;
	border: 1px solid var(--color-primary);
}

.press-release .col-header .submit-pr:hover {
	opacity: 0.9;
}

.press-release .pr-posts {
	opacity: 0;
	transition: opacity 0.6s ease-in;
}

.press-release .pr-card {
	display: flex;
	gap: 18px;
	align-items: center;
}

.press-release .pr-card .img-container {
	flex: 0 0 37.2%;
}

.press-release .pr-card .post-content {
	flex: 1;
}

.press-release .pr-card .img-container img {
	border-radius: 5px;
}

.press-release .pr-card .post-title {
	color: #000;
	font-size: 16px;
	line-height: 1.4;
	font-weight: 600;
	margin-top: 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.press-release .pr-card .post-title:hover {
	color: var(--color-primary);
}

.press-release .swiper-button-next:after,
.press-release .swiper-button-prev:after {
	display: none;
}

.press-release .custom-nav {
	position: absolute;
	top: 88%;
	transform: translateY(-50%);
	color: #000;
	opacity: 0;
	transition: opacity 0.3s ease;
	z-index: 20;
	width: 36px;
	height: 36px;
	-webkit-user-select: none; /* Safari */
	-ms-user-select: none; /* IE 10 and IE 11 */
	user-select: none; /* Standard syntax */
}

.press-release:hover .custom-nav {
	outline: 0;
	opacity: 1;
}

.press-release:hover .custom-nav svg {
	outline: 0;
}

.press-release:hover .custom-nav svg,
.press-release:hover .custom-nav svg rect {
	fill: #fff;
}

.press-release:hover .custom-nav svg:hover,
.press-release:hover .custom-nav svg:hover rect {
	fill: var(--color-primary);
}
.press-release:hover .custom-nav svg:hover path {
	fill: #fff;
}

.press-release .swiper-button-prev {
	left: -8px;
}

.press-release .swiper-button-next {
	right: -8px;
}

.press-release .swiper-pagination {
	bottom: -35px !important;
}

.press-release .swiper-pagination-bullet {
	background: var(--color-primary);
}

@media (min-width: 1200px) {
	.mega-menus {
		top: 50px;
		background: none;
		box-shadow: none;
	}
	.mega-menus .wrapper {
		background: #fff;
		border-radius: 10px;
		box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px;
		margin-top: 36px;
	}

	.single-post .sidebar .FixedWidget__fixed_widget.active {
		padding-top: 50px;
		margin-bottom: 0;
	}

	.single-post .sidebar .FixedWidget__fixed_widget.active:last-of-type {
		padding-top: 35px;
	}
}

@media (max-width: 1199px) {
	/* Mega Menu */
	.mega-menu-btn.current-menu-item:after {
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='16.043' viewBox='57 35.171 26 16.043' xml:space='preserve' fill='%236E35ED'%3E%3Cpath d='m57.5 38.193 12.5 12.5 12.5-12.5-2.5-2.5-10 10-10-10z'/%3E%3C/svg%3E");
		transform: translateY(-50%) rotate(-90deg);
	}

	/* Header */
	.site-header .menu-item.current-menu-item > a {
		color: #fff !important;
	}

	.mega-menu-btn::after {
		transform: rotate(-90deg);
	}

	.mega-menu-btn::after,
	.site-header .nav-primary .menu-item-has-children:after {
		height: 8.5px;
		width: 20px;
		background-size: 20px 8.5px;
		right: 20px;
	}

	.mega-menu-btn:hover::after,
	.site-header .nav-primary .menu-item-has-children:hover:after {
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='16.043' viewBox='57 35.171 26 16.043' xml:space='preserve' fill='%237639FF'%3E%3Cpath d='m57.5 38.193 12.5 12.5 12.5-12.5-2.5-2.5-10 10-10-10z'/%3E%3C/svg%3E");
	}

	.site-header .nav-primary .menu-item-has-children:after {
		top: 21px;
		transform: none;
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='16.043' viewBox='57 35.171 26 16.043' xml:space='preserve' fill='%23fff'%3E%3Cpath d='m57.5 38.193 12.5 12.5 12.5-12.5-2.5-2.5-10 10-10-10z'/%3E%3C/svg%3E");
	}

	.site-header .nav-primary .menu-item-has-children:hover:after {
		transform: none;
	}

	.site-header .nav-primary .menu-item-has-children.open:after {
		transform: rotate(180deg);
	}

	/* Blog Page */
	.content-sidebar-wrap {
		gap: 0;
		padding-bottom: 40px;
	}

	/* Press Release */
	.press-release .custom-nav {
		width: 30px;
		height: 30px;
	}

	.press-release .swiper-button-prev {
		left: 23px;
	}

	.press-release .swiper-button-next {
		right: 23px;
	}

	/* Single Post */
	.sidebar-social {
		margin-top: 50px;
	}

	.page .sidebar-social,
	.page .sidebar .widget:nth-child(2) {
		margin-top: 0px;
	}
}

@media (max-width: 1200px) {
	/* Microinteractions */
	/* Toggle */
	.menu-toggle {
		display: flex;
		flex-direction: column;
		gap: 6px;
		cursor: pointer;
		transition: transform 0.4s ease;
	}

	.menu-toggle .bar {
		width: 28px;
		height: 2px;
		border-radius: 10px;
		background: #fff;
		transition: all 0.4s ease;
	}

	.menu-toggle .bar:first-child {
		width: 14px;
	}

	.menu-toggle .bar:last-child {
		width: 20px;
	}

	/* .nav-toggle.open .menu-toggle .bar:nth-child(1) {
	transform: rotate(45deg) translate(7px, 7px);
	width: 26px;
}

	.nav-toggle.open .menu-toggle .bar:nth-child(2) {
	transform: translateX(100%);
	opacity: 0;
}

	.nav-toggle.open .menu-toggle .bar:nth-child(3) {
	transform: rotate(-45deg) translate(5px, -5px);
	width: 26px;
} */

	.nav-toggle.open .menu-toggle .bar:nth-child(1) {
		transform: translateY(8px) rotate(45deg);
		width: 26px;
	}

	.nav-toggle.open .menu-toggle .bar:nth-child(2) {
		opacity: 0;
	}

	.nav-toggle.open .menu-toggle .bar:nth-child(3) {
		transform: translateY(-8px) rotate(-45deg);
		width: 26px;
	}

	/* Social Share */
	.cl-social-share {
		transform: none;
		left: 7px;
	}

	.cl-social-share .icon {
		width: 30px;
		height: 30px;
		padding: 3px;
	}

	.cl-social-share .icon img {
		height: 11px;
	}

	.mega-menus {
		max-width: 100%;
		height: 100%;
		background: #fff;
		position: fixed;
		top: 0;
		overflow-x: scroll;
		border-radius: 0;
		outline: 0;
	}

	.mega-menus.links {
		max-width: 100%;
	}

	.mega-menus .wrapper {
		display: block;
	}

	.mega-menus .left-block,
	.mega-menus .right-block {
		padding: 30px 20px !important;
		border-radius: 0;
	}

	/* CSS For  */
	.mega-menus .close-btn {
		display: inline-block;
		text-align: right;
		cursor: pointer;
		width: 40px;
		height: 40px;
		position: absolute;
		right: 20px;
		top: 15px;
	}

	.mega-menus .close-btn svg {
		background: #fff;
		width: 35px;
		height: 35px;
		padding: 6px;
		border-radius: 5px;
	}

	/* Posts */
	.mega-menus.cate {
		background: #f7f4ff;
	}

	.mega-menus.cate .right-block,
	.mega-menus.cate .cat-content {
		display: none;
	}

	.mega-menus.cate .right-block {
		padding: 0 20px !important;
	}

	.mega-menus.cate .right-block.active,
	.mega-menus.cate .cat-content.active {
		display: block;
	}

	.mega-menus .categories {
		background: none;
		margin: 0px;
	}

	.mega-menus .categories .cat-item {
		position: relative;
	}

	.mega-menus .categories .cat-item:after {
		content: "";
		width: 12px;
		height: 10px;
		display: inline-block;
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='16.043' viewBox='57 35.171 26 16.043' xml:space='preserve' fill='%23333'%3E%3Cpath d='m57.5 38.193 12.5 12.5 12.5-12.5-2.5-2.5-10 10-10-10z'/%3E%3C/svg%3E");
		background-size: 12px 10px;
		background-repeat: no-repeat;
		position: absolute;
		right: 15px;
		top: 50%;
		transform: translateY(-50%) rotate(-90deg);
		transition: 0.4s ease;
	}

	.mega-menus .categories .cat-item.active:after {
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='16.043' viewBox='57 35.171 26 16.043' xml:space='preserve' fill='%237639ff'%3E%3Cpath d='m57.5 38.193 12.5 12.5 12.5-12.5-2.5-2.5-10 10-10-10z'/%3E%3C/svg%3E");
	}

	.mega-menus .menu-title.hide,
	.mega-menus .categories.hide {
		display: none;
	}

	.mega-menus .menu-content {
		padding: 0;
	}

	.mega-menus .cat-content > .title {
		display: block;
		font-size: 15px;
		line-height: 25px;
		font-weight: 500;
		padding: 8px 15px;
		border-radius: 5px;
		margin-bottom: 15px;
		color: var(--color-primary);
		background: #e0d4ff;
	}

	.mega-menus .cards.grid {
		grid-template-columns: repeat(1, 1fr);
		grid-gap: 20px;
		margin-top: 30px;
		margin-bottom: 40px;
	}

	.mega-menus .cards .card-list .thumbnail {
		flex: 0 0 32%;
	}

	.mega-menus .cards .card-list .thumbnail img {
		height: 75px;
	}

	.mega-menus .cards .card-list .title {
		font-size: 15px;
		line-height: 1.5;
	}

	.mega-menus .back-btn {
		background: transparent;
		padding: 0;
		color: #3a3a3a;
		font-size: 15px;
		line-height: 1;
		border-radius: 4px;
		position: absolute;
		top: 25px;
		left: 20px;
		height: auto;
	}

	.mega-menus .back-btn svg {
		margin-right: 3px;
	}

	.mega-menus .back-btn.active {
		display: block;
	}
}

@media (max-width: 1024px) {
	/* Social Share */
	.cl-social-share {
		display: none !important;
	}
}

@media (max-width: 920px) {
	.press-release .swiper-button-next,
	.press-release .swiper-button-prev {
		display: none !important;
	}
}

@media (min-width: 921px) {
	.press-release .swiper-pagination {
		display: none !important;
	}
}

@media (max-width: 900px) {
	/* Home: Banner */
	.home .hero-section:before {
		display: none;
	}
}

@media (max-width: 767px) {
	.single-post .entry-content hr:nth-of-type(1),
	.single-post .entry-content hr:nth-of-type(2) {
		display: none;
	}

	.single-post .entry-content .key-takeaways-block {
		border-top: none;
		padding-top: 10px;
	}

	.entry-content ol,
	.entry-content ul {
		margin-left: 20px;
	}

	/* Number List */
	.single-post .number-list {
		margin: 25px 0;
	}

	.single-post .number-list li {
		padding-left: 40px;
		margin-left: 10px;
	}

	.single-post .number-list li::before {
		width: 30px;
		height: 30px;
		font-size: 16px;
	}

	/* Stikcy Header */
	.sticky-header .wrap {
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.sticky-header .logo {
		flex: 0 0 80px;
	}

	.sticky-header .logo img {
		width: 80px;
	}

	.sticky-header .search-icon {
		padding: 0 8px;
	}

	.sticky-header .search-icon svg {
		height: 22px;
	}

	.sticky-header .btn {
		line-height: 1;
	}

	.sticky-header .btn a {
		font-size: 13px;
		line-height: 1.5;
		border-bottom: 2px solid var(--color-secondary);
	}

	/* Block: Slider */
	.post-image-gallery .swiper-button-prev,
	.post-image-gallery .swiper-button-next {
		width: 30px;
		height: 30px;
		top: 37%;
	}

	.post-image-gallery .swiper-button-prev svg,
	.post-image-gallery .swiper-button-next svg {
		height: 11px;
	}

	/* Single Post */
	.hero-section .hero-title {
		font-size: 2em;
		word-break: break-word;
		line-height: 1.2;
		margin-top: 10px;
	}

	.entry-content #ez-toc-container {
		display: block;
		margin-bottom: 30px;
	}

	.entry-content #ez-toc-container ul li,
	.entry-content #ez-toc-container ul li a {
		font-size: 15px;
	}

	.entry-content #ez-toc-container li {
		margin-bottom: 10px !important;
	}

	/* Share BTN */
	.single-post .post-social-share {
		display: flex;
		flex-wrap: nowrap;
		overflow: scroll hidden;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar;
	}

	.single-post .post-social-share .post-share-btn span {
		display: none;
	}

	/* Table */

	#custom_html-127 {
		margin-top: 0;
	}

	/* FAQs */
	.schema-faq-section {
		padding: 20px 20px;
	}

	.schema-faq-question {
		gap: 20px;
	}

	.schema-faq-question::after {
		flex: 0 0 26px;
		width: 26px;
		height: 26px;
		background-size: 26px 26px;
		margin-left: 0;
	}

	/* Global Popup */
	.site-popup .container {
		max-width: 95%;
	}

	.site-popup .content .close {
		top: 40px;
		left: 50%;
		right: initial;
		transform: translateX(-50%) translateY(-50%);
	}

	.site-popup .content .close svg {
		width: 26px;
		height: 26px;
	}

	.site-popup .large-newsletter-image img {
		height: 170px;
		object-fit: contain;
	}

	.site-popup .large-newsletter-box {
		padding-top: 75px;
	}

	/****************
	* CONTACT PAGE *
	****************/

	.contact-form-wrapper {
		padding: 30px 20px;
	}

	/* Team Member Page */
	.parent-pageid-6961 .name-wrap h1.hero-title {
		font-size: 24px;
		border-right: 2px solid #fff;
		padding-right: 15px;
		margin-right: 15px;
	}

	.parent-pageid-6961 .name-wrap p {
		font-size: 17px;
		font-weight: 500;
	}

	.parent-pageid-6961 .expertise-wrap {
		margin-bottom: 15px;
	}

	.parent-pageid-6961 .expertise-wrap.flex-row,
	.parent-pageid-6961 .education-wrap.flex-row {
		display: block;
	}

	.parent-pageid-6961 .expertise-wrap > p,
	.parent-pageid-6961 .education-wrap > p {
		margin-bottom: 20px;
	}

	/* Press Release */
	.press-release {
		padding-bottom: 20px;
		padding-top: 50px;
	}

	/* Single Post: Social Icons */
	.sidebar-social {
		padding: 24px 20px;
	}

	.sidebar-social .newsletter-cta {
		padding: 15px 50px;
	}
}

@media (max-width: 580px) {
	/* Author Popup */
	.author-popup {
		width: 310px;
	}

	.author-popup .popup-body {
		padding: 20px 15px;
	}

	.author-popup .head {
		flex-wrap: wrap;
	}

	.author-popup .head img {
		display: none;
	}

	.author-popup .head .name {
		font-size: 16px;
		line-height: 26px;
		margin-bottom: 4px;
	}

	.author-popup .head .meta-info {
		flex-wrap: wrap;
		row-gap: 8px;
	}

	.author-popup .head .meta-info div:not(:last-child) {
		border-right: 1px solid #e7efff;
	}

	.author-popup .head .social-links img {
		width: 22px;
		height: 22px;
	}

	.author-popup .post-section .post-list {
		margin-top: 12px;
	}

	.author-popup .post-section .post-list .title a {
		font-size: 13px;
		line-height: 22px;
	}

	/* Team member */
	.about-us-2 .team-member:before {
		left: -120px;
	}

	.about-us-2 .team-member:after {
		bottom: -40px;
		left: -150px;
	}

	/* Press Release */
	.press-release .col-header .btn .view-all:first-child {
		display: none;
	}

	.press-release .pr-card .img-container {
		flex: 0 0 34%;
	}

	.press-release .pr-card .post-title {
		font-size: 15px;
	}

	.press-release .col-header .submit-pr {
		margin-left: 0px;
		padding: 10px 13px;
		display: block;
		width: 124px;
	}

	.sticky-header .search .header-search {
		width: 100% !important;
		border: 1px solid #e1e1e1;
	}
}
