@charset 'UTF-8';

/*!
 * Theme Name:  CoinLaw Pro
 * Theme URI:   https://www.coinlaw.com/
 * Description: A custom WordPress theme specially designed for CoinLaw.io with content presentation and performance in mind.
 * Author:      CoinLaw
 * Author URI:  https://www.coinlaw.com/
 * Version:     1.0.0
 * Text Domain: coinlaw-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
	- Gravity Forms
- 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: #7639FF;
	--color-secondary: #C2FA4D;

	/* 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;
}


/* 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: #CAFF54;
	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;
}

/* 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: #CAFF54;
	color: #000000;
}

.entry-content ::selection {
    background-color: #CAFF54;
	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.5;
	-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: 600;
}

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);
}

a:hover {
	color: #4900eb;
}
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 #8d5bff;
    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: var(--color-secondary) !important; 
}

/* ## 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 : .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;
}

.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%;
	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);
}

.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;
}

.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.current-menu-item a {
	border-bottom: 1px solid #CAFF54;
	font-weight: 700;
}

.nav-primary .menu>.menu-item:hover a span {
	border-bottom: 1px solid #CAFF54;
}
.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: 99;
}
.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: 1em;
	margin-left: 20px;
}

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

.entry-content ol>li {
	list-style-type: decimal;
}

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

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

.entry-content ul>li::before,
.entry-content li li::before {
    background: url(/wp-content/themes/hodl-this-design/assets/images/angle-rt.svg);
    background-position: left;
    background-position-y: center;
    background-repeat: no-repeat;
    color: #666;
    content: " ";
    display: block;
    height: 27px;
    left: -5px;
    position: absolute;
    width: 35px;
}

.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: #CAFF54;
}

.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: #CAFF54;
}

.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 #CAFF54;
	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: #CAFF54;
}

.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.10);
}

.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: url('/wp-content/themes/hodl-this-design/assets/img/homepage-grid.png');
    background-size: cover;
    background-position: center top;
}

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

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

.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;
}

.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;
}
.featured-in .featured-in-logos img {
    max-width: 120px;
}

.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: 60px 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: #7f3fff;
  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;
}

.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: cover;
    background-position: center;
    padding: 100px 18px 18px 18px;
}

.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;
    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;
}

.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;
}

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

.post-item.featured .post-content {
    justify-content: end;
}

.post-item.thumbnail img {
    width: 200px;
	border-radius: 5px;
}

/* Thumbnail Article Format (thumbnail top of title) */
.post-item.thumbnail.top {
    flex-direction: column;
    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-3 .category-posts .post-item.thumbnail h3 {
    font-size: 0.9em;
}
.home-posts-3 .category-posts .category {
    display: none;
}

.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;
	background-size: cover;
	background-position: center;
	border-radius: 8px;
	overflow: hidden;
	text-decoration: none;
	transition: box-shadow 0.2s;
	box-shadow: 0 2px 16px rgba(0,0,0,0.08);
    padding: 28px 25px;
}

.category-card::before {
	content: '';
	position: absolute;
	inset: 0;
	background: rgba(34, 45, 59, 0.40); /* dark overlay */
	z-index: 1;
}

.category-card-label {
	position: relative;
	z-index: 2;
	border-radius: 5px;
	background: rgba(255, 255, 255, 0.30);
	color: #fff;
	text-transform: uppercase;
	font-size: 0.73em;
    font-weight: 500;
    line-height: 1;
    padding: 6px 9px;
    letter-spacing: 0.5px;
}

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

.category-card:hover {
	box-shadow: 0 4px 24px rgba(123,63,242,0.18);
	transform: translateY(-2px) scale(1.01);
}

/* ## 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:  10px;
    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 h4 {
	margin-bottom: 0;
}

.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-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.30);
    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 {
    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: url(/wp-content/themes/hodl-this-design/assets/images/newsletter-bg.png);
	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: url(/wp-content/themes/hodl-this-design/assets/img/pages-grid.png);
}
.single-post .hero-section.small {
	background-image: url(/wp-content/themes/hodl-this-design/assets/img/blog-post-grid.png);
}
.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: #72727296
}

.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;
}

/* 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);
}

/* 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;
}




.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: #CAFF54;
	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;

}

/* SOCIAL SHARE */
.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.30);
    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;
}
.single-post .author .author-header .author-name-wrap {
	display: flex;
    align-items: center;
}
.single-post .author .author-header .flex-row {
	gap: 10px;
}
.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, #7639FF);
    box-shadow: 5px 5px 40px 0px rgba(21, 21, 21, 0.15);
	padding: 20px;
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.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 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 h4 {
    font-weight: 700;
}
.about-us-2 .team-member hr {
    border-bottom: 0.1rem solid #cacaca;
}
.about-us-2 .team-member-short-bio p {
	margin-bottom: 0;
	color: #747474;
}

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

.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: var(--color-primary);
	font-weight: 700;
}

.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;
}

.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 {
    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.10);
}
.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: #CAFF54 !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, #CAFF54);
    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.30);;
    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;
}

/* ## SIDEBAR NEWSLETTER
--------------------------------------------- */
.sidebar-newsletter-box {
	display: flex;
	padding: 30px;
	flex-direction: column;
	align-items: center;
	text-align: center;
	align-self: stretch;
	border-radius: 10px;
	background: #FFF;
	box-shadow: 0px 50px 100px 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.3em;
	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;
}
.sidebar-newsletter-box button {
	width: 100%;
	border: none;
	color: #183354;
	font-weight: 600;
	background: var(--color-secondary);
	display: block;
}
.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 {
	font-size: 2em;
	font-weight: 700;
	margin-bottom: 18px;
}

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

#large-newsletter-form {
	display: flex;
	gap: 16px;
}

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

#large-newsletter-form button {
	background: var(--color-secondary);
	color: #000;
}

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

#large-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 {
    flex-direction: column;
}
.large-newsletter.article-newsletter #large-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: 18px;
	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: 18px 25px;
}

.entry-content figure.wp-block-table {
  	border-radius: 8px;
	border: 1px solid rgba(118, 57, 255, 0.30) !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 {
  text-align: center;
  content: '+';
  color: #b1b1b1;
  transition: all 0.2s ease;
  margin-left: auto;
  background: #F1EBFF;
  line-height: 30px;
  width: 30px;
  height: 30px;
  font-size: 1.3em;
  border-radius: 5px;
}

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

.schema-faq-section.active .schema-faq-question::after {
  content: '–';
  background: #F3FFDA;
}

.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;
    padding: 25px;
}
.pros-cons-block ul li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1.2rem;
    line-height: 1.4;
    color: #3B3B3B;
    padding: 0;
}
.pros-cons-block .pcb-list-icon {
    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 */
.coinlaw-blockquote-block .blockquote-wrapper {
    display: flex;
    flex-direction: column;
    gap: 15px;
    position: relative;
}
.coinlaw-blockquote-block .blockquote-quotes {
    font-size: 120px;
    color: #E9E9E9;
    line-height: 0.5;
    position: absolute;
    top: 12px;
}
.coinlaw-blockquote-block .blockquote-text {
    margin-bottom: 0;
    margin-top: 60px;
}
.coinlaw-blockquote-block .blockquote-footer {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

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

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

/* EASY TOC */
div#ez-toc-container {
    width: 100%;
    padding: 25px;
    background: #fff;
	border-radius: 10px;
	border: 1px solid rgba(118, 57, 255, 0.30);
    margin-bottom: 30px;
}
.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: 400;
	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: #CAFF54;
	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: .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: 12px;
    padding: 18px 0;
    border-bottom: 1px solid #1b1b1f2e;
}

.you-should-also-read-widget div:nth-child(2) {
    padding-top: 0;
}

.ysar-arrow {
    color: var(--color-primary);
}

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

/*
* 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;
}

.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: #CAFF54;
	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;
}
.related-posts .post-meta {
    display: none;
}


/* ## 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 {
	padding: 0 0 0 1em;
}

.comment-list .comment-respond {
	width: 100%;
	margin: 30px 0 30px 50px;
	background: #f5f5f5;
	padding: 40px;
	border-radius: 5px;
}

.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: 40px;
}

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

.comment-list .children {
	list-style: none;
	padding: 0;
	margin: 0;
	padding-left: 50px;
}

.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;
}

.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: #CAFF54;
	color: #000;
}

.entry-comments .comment-list li.depth-1 {
	margin-top: 0;
	padding-top: 30px;
}

.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: 700;
	line-height: 1;
	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: #CAFF54;
	border-radius: 3px;
	color: #000;
	content: 'CoinLaw Crew';
	font-size: 13px;
	padding: 9px 12px;
}

.comment-list .bypostauthor>article header .comment-author:after {
	content: 'Post Author';
}

.entry-comments .comment-list .comment-meta {
	display: inline-block;
	font-size: 14px;
	line-height: 18px;
}

.entry-comments .comment-list .comment-content {
	border: 1px solid #E7E7E7;
	border-radius: 5px;
	font-size: 15px;
	margin-top: 0;
	padding: 24px 30px;
	padding-bottom: 67px;
}

.entry-comments .comment-list .comment-content p {
	margin-bottom: 0;
}

.entry-comments .comment-list .comment-reply {
	bottom: 24px;
	font-size: 13px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: 600;
	left: 0;
	position: absolute;
	z-index: 99;
}

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

.entry-comments .comment-list .comment-reply a {
	color: #757575;
	margin-left: 32px;
}

.entry-comments .comment-list a.comment-time-link:hover,
.entry-comments .comment-list .comment-reply a:hover {
	color: #3240AD;
}

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: #CAFF54;
	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;
}

.comment-content {
	padding-left: 90px;
	margin-top: -70px;
	font-size: 16px;
	line-height: 20px;
}

.comment-reply a {
	margin-left: 90px;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-weight: 600;
	color: var(--color-primary);
	cursor: pointer;
}

.comment-reply a:hover {
	text-decoration: underline;
}

/*
* 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: 40px;
	margin-bottom: 4rem;
	word-wrap: break-word;
}

.widget:last-of-type {
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

.sidebar .widget {
	margin-bottom: 50px;
	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 .widget-title {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 0 20px 0;
	font-size: 24px;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-weight: 400;
}

.sidebar .widget-title:after {
	margin-left: 10px;
	content: '';
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	height: 5px;
	background: #CAFF54;
}

.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 {
	margin-bottom: 0;
	padding-bottom: 0;
}

.sidebar .widget_recent_entries ul>li+li {
	margin-top: -1px;
}

.sidebar .widget_recent_entries 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 .widget_recent_entries a:hover {
	color: var(--color-primary);
}

.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;
}

.sidebar .widget_categories ul>li a:hover {
	background: #4900eb;
}

.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, .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: .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, .15), 0 3px 21px 0 rgba(101, 31, 255, .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;
}

.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;
}

.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: #777777;
}

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

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

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

/* ## 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 .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: 6px;
}

.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;
}


/*! 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: url(/wp-content/themes/hodl-this-design/assets/images/angle-up.svg);
	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: #CAFF54;
}

.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: #CAFF54;
	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: #CAFF54;
	color: #CAFF54;
}

.button--line.button--accent:hover {
	background: #CAFF54;
	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: #CAFF54;
	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: #CAFF54;
	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: url(/wp-content/themes/hodl-this-design/assets/images/angle-rt.svg);
	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: #CAFF54;
}

.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: #CAFF54;
	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: #CAFF54;
}

.tl-author-about a:hover {
	color: #CAFF54;
}

.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 #CAFF54;
	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;
}

.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-coinlaw-menu li.menu-item-has-children {
        padding-right: 15px;
    }
    #menu-coinlaw-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-coinlaw-menu li.menu-item-has-children:focus-within::after,
    #menu-coinlaw-menu li.menu-item-has-children:focus::after,
    #menu-coinlaw-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;
	}

	.sidebar {
		padding-left: 0;
		width: 100%;
		margin: 50px auto 0 auto;
	}
	
	.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);
		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: #7639ffdb;
		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;
	}

	.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;
	}

	.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: 200px 0 150px;
	}

	.site-header .header-right .subscribe-button {
		display: none;
	}
	.home-posts-1 .wrap,
	.home-posts-3 .wrap {
		flex-direction: column-reverse;
	}

	.home-posts-1 .col-20,
	.home-posts-3 .col-20,
	.home-posts-1 .col-80,
	.home-posts-3 .col-80 {
		width: 100%;
	}
}

@media screen and (max-width: 1024px) {
	.large-newsletter-content h2 {
		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 {
		flex-wrap: wrap;
		padding: 20px;
		justify-content: center;
	}

	.single-post .hero-section .wrap .post-meta {
		flex-direction: column-reverse;
		gap: 25px;
	}
	.single-post .post-img-wrap {
		width: auto;
	}
}

@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);
		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;
	}

	.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%;
	}

}

@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-1 .wrap {
        flex-direction: column-reverse;
    }

	.about-stats {
		grid-template-columns: 1fr 1fr;
	}
	.testimonial-image {
    	padding: 0 40px 0 40px;
	}
	.testimonial-image img {
		height: auto;
		margin: 30px 0 0;
		width: 100%;
	}

	.home .newsletter {
		padding-left: 20px;
		padding-right: 20px;
	}
	.home .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 {
		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 .footer-widgets-4 .textwidget {
		align-items: start;
		text-align: left;
	}
}

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

	.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;
	}

	.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);
		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: 30px 0;
		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%;
	}
}

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

	.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;
	}

	.hero-section.small.two-col .wrap {
		flex-direction: column;
	}
    .post-attr {
        gap: 30px;
        justify-content: space-between;
    }
	.related-posts .grid-posts,
	.grid-posts.two,
	.grid-posts.three,
	.team-members .wrap.grid {
       grid-template-columns: 1fr;
        gap: 30px;
   	}

	.hero-section .heading-wrap {
        padding: 180px 0 100px;
	}
	.hero-section .search-form-inline {
		flex-direction: column;
	}

	.top-categories-list {
		gap: 12px;
	}
	.category-card-label {
		margin-left: 12px;
		font-size: 0.95em;
		padding: 7px 14px;
	}
	.category-card-arrow {
		margin-right: 16px;
		font-size: 1.5em;
	}

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

	.post-item.thumbnail img,
	.post-items.thumbnail-left .post-item.thumbnail img {
		width: 100%;
	}

	/* .nav-toggle.open,
	.nav-toggle:hover,
	.nav-toggle:focus {
		background: #CAFF54;
		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-content {
		margin-top: -50px;
	}

	.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;
	}
}


@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;
	}
}