/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

# Custom Style

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */


/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}


/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

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

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

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

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

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

/* Misc
	 ========================================================================== */

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

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

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #FDFFF6;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 1.875em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}
dd {
	margin-bottom: 1.5em;
}
ol ol, ol ul {
	padding-left: 20px;
}
dl {
	margin-left: 1.5em;
}
code {
	color: #1e1e1e;
	background: #f0f0f0;
	font-size: 14px;
}
a{
	text-decoration: none;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #0c1000;
}

a:hover,
a:focus,
a:active {
	color: #0c1000;
}

a:focus {
	outline: initial;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.6em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 15px;
	width: 100%;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
	color: #666;
	min-height: 50px;
	padding: 10px;
	border-radius: 0;
	outline: none;
	font-size: 1rem;
	line-height: 1.5;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Default Page width
--------------------------------------------------------------*/


@media (min-width: 576px) {
	.page-header .entry-title, .site-footer .footer-inner, .site-footer:not(.dynamic-footer), .site-header .header-inner, .site-header:not(.dynamic-header), body:not([class*=elementor-page-]) .site-main {
		max-width: 540px;
	}
}

@media (min-width: 768px) {
	.page-header .entry-title, .site-footer .footer-inner, .site-footer:not(.dynamic-footer), .site-header .header-inner, .site-header:not(.dynamic-header), body:not([class*=elementor-page-]) .site-main {
		max-width: 720px;
	}
}

@media (min-width: 992px) {
	.page-header .entry-title, .site-footer .footer-inner, .site-footer:not(.dynamic-footer), .site-header .header-inner, .site-header:not(.dynamic-header), body:not([class*=elementor-page-]) .site-main {
		max-width: 960px;
	}
}

@media (min-width: 1200px) {
	.page-header .entry-title, .site-footer .footer-inner, .site-footer:not(.dynamic-footer), .site-header .header-inner, .site-header:not(.dynamic-header), body:not([class*=elementor-page-]) .site-main {
		max-width: 1140px;
	}
}

@media (min-width: 1400px) {
	.page-header .entry-title, .site-footer .footer-inner, .site-footer:not(.dynamic-footer), .site-header .header-inner, .site-header:not(.dynamic-header), body:not([class*=elementor-page-]) .site-main {
		max-width: 1434px;
	}
}
.page-header .entry-title, .site-footer .footer-inner, .site-footer:not(.dynamic-footer), .site-header .header-inner, .site-header:not(.dynamic-header), body:not([class*=elementor-page-]) .site-main {
	margin-inline-start: auto;
	margin-inline-end: auto;
	width: 100%;
	padding: 0 12px;
}
/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}
.comment-awaiting-moderation {
	width: 100%;
}

/* Posts and pages
--------------------------------------------- */
#page.dexolix_page {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

#page.dexolix_page .site-main {
	flex-grow: 1;
}
.sticky {
	display: block;
}

.post,
.page {
	margin: 0;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}
.comment-list ol.children {
	margin-left: 20px;
}
.blog-review-form {
	padding: 30px 0;
	border-radius: 5px;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 3.125em;
}

.widget select {
	max-width: 100%;
	width: 100%;
	padding: 8px;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}
.elementor-image-gallery .gallery {
	display: block;
	margin-bottom: unset;
}
.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {
	float: right;
	margin-left: 1.5em;
	margin-bottom: 1.5em;
	clear: both;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}
.alignfull {
	width: 100vw !important;
	margin-top: 30px;
	margin-bottom: 30px;
	margin-left: calc(50% - 50vw) !important;
	margin-right: calc(50% - 50vw);
	position: relative;
	clear: both;
}
.alignwide {
	margin-left: calc(-93vw / 2 + 100% / 2);
	margin-right: calc(-93vw / 2 + 100% / 2);
	max-width: 100vw;
}
figcaption.blocks-gallery-caption {
	text-align: center;
	margin-bottom: 20px;
}
.wp-block-cover.has-background-dim.alignleft, .wp-block-gallery.alignleft {
	margin-bottom: 20px;
	margin-right: 20px;
}
/*
* Custom Style
*/

/* ======================
*** Start Style For Dexolix Theme
=========================*/
.default-header{
	border-bottom: 1px solid #eaeaea;
}
.default-header p{
	margin: 0;
}
/*Default Logo*/
.text-logo {
	color: #000;
	font-size: 40px;
	text-decoration: none;
}
.text-logo:visited {
	color: initial;
}

.wp-block-search__button svg {
	transform: rotate(260deg);
}
.wp-block-button {
	margin-bottom: 1.5em;
}
.wp-block-button__link:hover {
	background: #000;
	color: #fff;
}
.wp-block-file__button:hover {
	background: #000;
	color: #fff;
}
.wp-block-embed-twitter.alignwide {
	margin-left: 0;
	margin-right: 0;
}
.wp-block-embed-youtube iframe {
	width: 100%;
	height: 450px;
}
.wp-block-embed-wordpress-tv iframe{
	width: 100%;
	height: 700px;
}
.wp-block-embed :where(figcaption) {
	text-align: center;
}
.wp-block-calendar {
	margin-top: 10px;
}
.wp-block-calendar thead tr th, .wp-calendar-table thead tr th {
	text-align: center;
}
.wp-block-categories-dropdown {
	margin-bottom: 10px;
}
.wp-block-group.has-background {
	padding: 20px 38px;
}
.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
	width: 100px;
	margin: auto;
}
.search-title{
	margin-top: 0;
	margin-bottom: 40px;
	color: #000;
	font-size: 40px;
}
/*============================================
Menu CSS
=========================================*/

#dexolixmenu {
	padding: 0;
	margin: 0;
	border: 0;
	width: auto;
	display: flex;
}

#dexolixmenu ul,
#dexolixmenu li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#dexolixmenu ul {
	position: relative;
	z-index: 597;
	white-space: nowrap;
}

.dexolix-default-header #dexolixmenu > ul > li {
	line-height: 80px;
	height: 80px;
	display: flex;
	align-items: center
}

#dexolixmenu ul li {
	float: left;
	min-height: 1px;
	vertical-align: middle;
}
#dexolixmenu > ul > li {
	line-height: 80px;
	height: 80px;
	display: flex;
	align-items: center;
}

#dexolixmenu ul li.hover,
#dexolixmenu ul li:hover {
	position: relative;
	z-index: 599;
	cursor: default;
}

#dexolixmenu ul ul {
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: initial;
	z-index: 598;
	width: 100%;
}

#dexolixmenu ul ul li {
	float: none;
	background: #fff;
}

#dexolixmenu ul ul ul {
	top: 0;
	left: 200px;
	width: 200px;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	transform: translateX(0);
}

#dexolixmenu ul li:hover > ul {
	visibility: visible;
}

#dexolixmenu ul ul {
	bottom: 0;
	left: 0;
}

#dexolixmenu ul ul {
	margin-top: 0;
}

#dexolixmenu ul ul li {
	font-weight: normal;
}

#dexolixmenu a {
	display: block;
	line-height: 1em;
	text-decoration: none;
}



/*============================================
Dexolix Menu CSS
=========================================*/
#dexolixmenu {
	font-size: 1rem;
}

#dexolixmenu > ul.dexolix-main-nav {
	display: flex;
	flex-wrap: wrap;
}

#dexolixmenu:after,
#dexolixmenu ul:after {
	content: '';
	display: block;
	clear: both;
}

#dexolixmenu ul ul {
	text-transform: none;
	min-width: 200px;
	width: auto;
	background: #ffffff;
	-webkit-box-shadow: 0 6px 4px 0 rgba(10, 10, 25, .15);
	box-shadow: 0 6px 4px 0 rgba(10, 10, 25, .15);
	height: fit-content;
	left: 0;
	-webkit-transition: margin 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: margin 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: margin 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: margin 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
	transform: translateY(30px);
	padding: 14px 0;
}

#dexolixmenu ul li:hover > ul {
	visibility: visible;
	transform: translateY(0);
}

#dexolixmenu ul ul a {
	color: var(--main-text-color);
	padding: 16px;
	font-size: 1rem;
	line-height: 1.5rem;
	padding: 7.5px 20px;
	font-weight: 500;
}

#dexolixmenu ul ul ul {
	border-top: 0 none;
}

#dexolixmenu ul ul li {
	position: relative;
}

#dexolixmenu ul ul li:hover > a {
	color: initail;
}

#dexolixmenu ul ul li.has-sub > a:after {
	font-family: 'iconsax-outline' !important;
	content: "\e924";
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -12px;
	vertical-align: middle;
}

#dexolixmenu ul li.active > a {
	opacity: .7;
}

#dexolixmenu ul li.has-sub > a:after {
	font-family: 'iconsax-outline' !important;
	content: "\e924";
	margin-left: 5px;
	vertical-align: middle;
	display: inline-block;
	transition: margin 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);

}
#dexolixmenu ul li.has-sub:hover > a:after {
	transform: rotate(180deg);
}

#dexolixmenu ul li.last ul {
	left: auto;
	right: 0;
}

#dexolixmenu ul li.last ul ul {
	left: auto;
	right: 99.5%;
}

#dexolixmenu a {
	color: var(--main-text-color);
	padding: 5px 15.5px;
}

#dexolixmenu > ul > li > a {
	font-size: 1rem;
	line-height: 1.75;
	font-weight: 500;
}

#dexolixmenu li a i {
	padding-right: 10px;
}

#dexolixmenu li a .xpc-menu-img {
	display: inline-block;
	max-width: 30px;
}


/*============================================
Mega Menu CSS
=========================================*/

#dexolixmenu ul li.dexolix-mega-enbled,
#dexolixmenu ul li.dexolix-mega-enbled:hover {
	position: static;
}

#dexolixmenu .dexolix-mega-enbled ul {
	text-transform: none;
	min-width: auto;
	background: transparent;
	box-shadow: none;
	height: fit-content;
	left: 0%;
}

#dexolixmenu .dexolix-mega-enbled ul li {
	background: transparent !important;
}

#dexolixmenu .dexolix-mega-enbled ul.xpic-depth-0 {
	width: 100%;
	background: var(--main-text-color);
	display: none;
	border-radius: 0;
	-webkit-transform: translateY(10px);
	-ms-transform: translateY(10px);
	transform: translateY(10px);
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 15px;
	left: 0;
	justify-content: space-between;
	flex-wrap: wrap;
}

#dexolixmenu .dexolix-mega-enbled:hover ul.xpic-depth-0 {
	display: flex;
	-webkit-animation: fadeInFromNone .15s ease-out;
	animation: fadeInFromNone .15s ease-out;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

#dexolixmenu .dexolix-mega-enbled ul ul {
	visibility: visible;
	position: relative;
	top: unset;
	left: unset;
	z-index: 598;
	width: 100%;
}

#dexolixmenu .dexolix-mega-enbled li.has-sub > a:after {
	content: "";
	display: none !important;
	visibility: hidden !important;
}

#dexolixmenu .dexolix-mega-enbled ul ul a {
	padding: 5px 10px;
}

#dexolixmenu .dexolix-mega-enbled ul a {
	padding: 5px 10px;
}

#dexolixmenu .dexolix-mega-enbled ul li.has-sub {
	margin-bottom: 15px;
}

#dexolixmenu .dexolix-mega-enbled.dexolix-mega-col-2 ul.xpic-depth-0 > li {
	width: 50%;
}

#dexolixmenu .dexolix-mega-enbled.dexolix-mega-col-3 ul.xpic-depth-0 > li {
	width: 33.33333333%;
}

#dexolixmenu .dexolix-mega-enbled.dexolix-mega-col-4 ul.xpic-depth-0 > li {
	width: 25%;
}

#dexolixmenu .dexolix-mega-enbled.dexolix-mega-col-5 ul.xpic-depth-0 > li {
	width: 20%;
}

#dexolixmenu .dexolix-mega-enbled.dexolix-mega-col-6 ul.xpic-depth-0 > li {
	width: 16.66666666%;
}

#dexolixmenu .dexolix-mega-enbled ul ul li:hover > a,
#dexolixmenu .dexolix-mega-enbled li:hover > a {
	background: transparent !important;
}

#dexolixmenu .dexolix-mega-enbled ul li:first-child > a {
	padding-top: 5px;
}

#dexolixmenu .dexolix-mega-enbled ul li:last-child > a {
	padding-bottom: 5px;
}


/*============================================
Accordion CSS
=========================================*/

#dexolix-sidemenu,
#dexolix-sidemenu ul,
#dexolix-sidemenu ul li,
#dexolix-sidemenu ul li a {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	line-height: 1;
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%
}

#dexolix-sidemenu {
	width: 100%;
	color: #fff;
	margin-top: 30px
}

#dexolix-sidemenu ul ul {
	display: none;
	overflow: hidden;
}

#dexolix-sidemenu ul ul li a {
	opacity: .9;
}

.align-right {
	float: right
}

#dexolix-sidemenu > ul > li > a {
	padding: 13px 20px;
	cursor: pointer;
	z-index: 2;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	color: var(--main-text-color);
}

#dexolix-sidemenu > ul > li.active > a > span::after,
#dexolix-sidemenu > ul > li.open > a > span::after,
#dexolix-sidemenu > ul > li > a:hover > span::after {
	border-color: #482e0a
}

#dexolix-sidemenu ul ul li a {
	cursor: pointer;
	border-bottom: none;
	padding: 10px 20px;
	z-index: 1;
	text-decoration: none;
	font-size: 13px;
	background: 0 0 !important;
	box-shadow: none;
	line-height: 15px;
	font-weight: 600;
	color: var(--main-text-color);
}

#dexolix-sidemenu ul ul li.active > a,
#dexolix-sidemenu ul ul li.open > a,
#dexolix-sidemenu ul ul li:hover > a {
	background: 0 0;
	color: var(--main-text-color);
}

#dexolix-sidemenu ul ul li:first-child > a {
	box-shadow: none
}

#dexolix-sidemenu ul ul ul li a {
	padding-left: 30px
}

#dexolix-sidemenu > ul > li > ul > li.last > a,
#dexolix-sidemenu > ul > li > ul > li:last-child > a {
	border-bottom: 0
}

#dexolix-sidemenu > ul > li > ul > li.last.open > a,
#dexolix-sidemenu > ul > li > ul > li.open:last-child > a {
	border-bottom: 1px solid #32373e
}

#dexolix-sidemenu > ul > li > ul > li.open:last-child > ul > li:last-child > a {
	border-bottom: 0
}

#dexolix-sidemenu ul ul li.has-sub > a::after {
	display: block;
	position: absolute;
	content: "\EA4E";
	width: 5px;
	height: 5px;
	right: 20px;
	z-index: 10;
	top: 11.5px;
	font-family: 'remixicon'
}

#dexolix-sidemenu ul ul li.active > a::after,
#dexolix-sidemenu ul ul li.open > a::after,
#dexolix-sidemenu ul ul li > a:hover::after {
	border-color: #fff
}


/*============================================
Mobile Burger
=========================================*/

.burger {
	border-radius: 4px;
	z-index: 10;
	margin-top: 0;
	margin-left: 0;
	list-style: none;
	color: #fff;
	position: relative;
}
.mobile-nav {
	display: flex;
	justify-content: flex-end;
}
.burger span,
.burger span::before,
.burger span::after {
	display: block;
	width: 28px;
	height: 2px;
	background-color: #373833;
	outline: 1px solid transparent;
	-webkit-transition-property: background-color, -webkit-transform;
	-moz-transition-property: background-color, -moz-transform;
	-o-transition-property: background-color, -o-transform;
	transition-property: background-color, transform;
	-webkit-transition-duration: .3s;
	-moz-transition-duration: .3s;
	-o-transition-duration: .3s;
	transition-duration: .3s
}

.burger span::before,
.burger span::after {
	position: absolute;
	content: ""
}

.burger span::before {
	top: -6px
}

.burger span::after {
	top: 6px
}

.burger.clicked span {
	background-color: transparent !important
}

.burger.clicked span::before {
	-webkit-transform: translateY(6px) rotate(45deg);
	-moz-transform: translateY(6px) rotate(45deg);
	-ms-transform: translateY(6px) rotate(45deg);
	-o-transform: translateY(6px) rotate(45deg);
	transform: translateY(6px) rotate(45deg)
}

.burger.clicked span::after {
	-webkit-transform: translateY(-6px) rotate(-45deg);
	-moz-transform: translateY(-6px) rotate(-45deg);
	-ms-transform: translateY(-6px) rotate(-45deg);
	-o-transform: translateY(-6px) rotate(-45deg);
	transform: translateY(-6px) rotate(-45deg)
}

.burger.clicked span:before,
.burger.clicked span:after {
	background-color: #fff
}

.burger:hover {
	cursor: pointer
}

.overlaymobile {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99996;
	width: 100%;
	height: 100%;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	background-color: #fff;
	opacity: 0;
	visibility: hidden
}

.overlaymobile.show {
	opacity: .15;
	visibility: visible
}

.nav .nav-link {
	padding: 0 1rem;
}

.mobile--nav-menu {
	background-color: #ffffff;
	position: fixed;
	z-index: 99999;
	top: 0;
	left: 0;
	height: 100%;
	max-width: 300px;
	width: 100%;
	padding: 10px 0;
	overflow-y: auto;
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-transition: transform .55s cubic-bezier(.785, .135, .15, .86);
	-moz-transition: transform .55s cubic-bezier(.785, .135, .15, .86);
	-o-transition: transform .55s cubic-bezier(.785, .135, .15, .86);
	transition: transform .55s cubic-bezier(.785, .135, .15, .86)
}

.mobile--nav-menu.show {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0)
}

.mobile--nav-menu.show ul.main li {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	opacity: 1
}
/******************************************************************************************
Accordion Menu CSS
******************************************************************************************/

#dexolix-sidemenu,
#dexolix-sidemenu ul,
#dexolix-sidemenu ul li,
#dexolix-sidemenu ul li a {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	line-height: 1;
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
}

#dexolix-sidemenu {
	width: 100%;
	color: #fff;
	margin-top: 30px;
}

#dexolix-sidemenu ul ul {
	display: none;
}

.align-right {
	float: right;
}

#dexolix-sidemenu > ul > li > a {
	padding: 13px 20px;
	cursor: pointer;
	z-index: 2;
	font-size: 16px;
	font-weight: 600;
	text-decoration: none;
	color: #222;
}

#dexolix-sidemenu > ul > li.active > a,
#dexolix-sidemenu > ul > li.open > a,
#dexolix-sidemenu > ul > li > a:hover {
	color: initail;
	background: transparent;
}

.holder {
	width: 0;
	height: 0;
	position: absolute;
	top: 0;
	right: 0;
}

#dexolix-sidemenu ul li.has-sub > a::after {
	display: block;
	position: absolute;
	content: "\e924";
	width: 5px;
	height: 5px;
	right: 20px;
	z-index: 10;
	top: 11.5px;
	font-family: 'iconsax-outline' !important;
}

#dexolix-sidemenu > ul > li.active > a > span::after,
#dexolix-sidemenu > ul > li.open > a > span::after,
#dexolix-sidemenu > ul > li > a:hover > span::after {
	border-color: #eee;
}

#dexolix-sidemenu ul ul li a {
	cursor: pointer;
	border-bottom: none;
	padding: 10px 30px;
	z-index: 1;
	text-decoration: none;
	font-size: 15px;
	background: 0 0 !important;
	box-shadow: none;
	line-height: 15px;
	font-weight: 600;
	color: #222;
}

#dexolix-sidemenu ul ul li.active > a,
#dexolix-sidemenu ul ul li.open > a,
#dexolix-sidemenu ul ul li:hover > a {
	background: 0 0;
	color: #222;
}

#dexolix-sidemenu ul ul li:first-child > a {
	box-shadow: none;
}

#dexolix-sidemenu ul ul ul li a {
	padding-left: 45px;
}

#dexolix-sidemenu > ul > li > ul > li.last > a,
#dexolix-sidemenu > ul > li > ul > li:last-child > a {
	border-bottom: 0;
}

#dexolix-sidemenu > ul > li > ul > li.last.open > a,
#dexolix-sidemenu > ul > li > ul > li.open:last-child > a {
	border-bottom: 1px solid #32373e;
}

#dexolix-sidemenu > ul > li > ul > li.open:last-child > ul > li:last-child > a {
	border-bottom: 0;
}

#dexolix-sidemenu ul ul li.has-sub > a::after {
	display: block;
	position: absolute;
	content: "\e924";
	width: 5px;
	height: 5px;
	right: 20px;
	z-index: 10;
	top: 11.5px;
	font-family: 'iconsax-outline' !important;
}

#dexolix-sidemenu ul ul li.active > a::after,
#dexolix-sidemenu ul ul li.open > a::after,
#dexolix-sidemenu ul ul li > a:hover::after {
	border-color: #fff;
}

/*Blog Style*/

.dexolix-default-archive-post{
	position: relative;
	margin-bottom: 66px;
}
.default-post-thumbnail img{
	min-height: 434px;
	object-fit: cover;
}
.entry-title {
	margin: 36px 0 16px 0;
}
.entry-title.blog-post-title {
	margin-top: 20px;
	word-wrap: break-word;
}

.entry-title a {
	text-decoration: none;
	color: initial;
}

.posted-on a, .byline a {
	text-decoration: none;
	color: initial;
	font-weight: 500;
}

.entry-read-more-btn a {
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	gap: 4px;
	background: transparent;
	border: 1px solid #ECECEC;
	padding: 16px 30px;
	border-radius: 32px;
	color: #000;
	font-size: 16px;
	transition: all 0.3s;
}

.entry-read-more-btn {
	margin-top: 36px;
}

.entry-read-more-btn a:hover {
	background: #000;
	color: #fff;
	border-color: #000000;
}
.post-category-list .post-categories {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
}

.post-category-list .post-categories li a {
	text-decoration: none;
	background: #b0614a;
	color: #fff;
	padding: 10px 38px;
	border-radius: 32px;
	transition: all 0.3s;
	border: 1px solid transparent;
	display: inline-block;
}
.post-category-list .post-categories li a:hover {
	background: #fff;
	color: #3e251e;
}
.post-category-list.has_post_thumbnail {
	position: absolute;
	right: 30px;
	bottom: 30px;
}

.post-category-list.no_post_thumbnail .post-categories li a {
	padding: 0;
}
.post-category-list.no_post_thumbnail .post-categories li a:hover {
	background: initial;
	color: initial;
}



/*Blog Pagination*/
.dexolix-common-page-nav {
	display: flex;
	justify-content: center;
}
.dexolix-common-page-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline-flex;
	gap: 14px;
	flex-wrap: wrap;
	justify-content: center;
}

.dexolix-common-page-nav ul li .page-numbers {
	min-width: 44px;
	min-height: 44px;
	border: 1px solid rgb(105, 108, 112, 0.3);
	border-radius: 4px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #212529;
	font-size: 16px;
	font-weight: 600;
	text-decoration: none;
	transition: all 0.3s;
}

.dexolix-common-page-nav ul li a:hover,
.dexolix-common-page-nav ul li .page-numbers.current{
	background: #141519;
	color: #ffffff;
}

.dexolix-common-page-nav ul li .page-numbers.dots {
	background: transparent;
	color: #000;
}

/*Footer Style*/
.site-footer.default-theme-footer{
	padding: 16px 0;
	clear: both;
}
.footer-copyright-info {
	text-align: center;
}
.footer-copyright-info a{
	text-decoration: none;
	font-weight: 500;
	color: #000;
}
footer.entry-footer {
	clear: both;
}
/*Widget area*/
.widget-area ul{
	list-style: none;
	padding: 0;
}
.widget-area .widget > ul {
	margin-left: 0;
}
.widget-title {
	border-bottom: 1px solid #ececec;
	padding-bottom: 10px;
	margin-bottom: 24px;
	font-size: 20px;
}

.widget ul {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.widget ul li {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.widget ul li a {
	color: #000;
	text-decoration: none;
}
.widget ul li .children{
	width: 100%;
	display: block;
	margin-top: 10px;
}

/*Widget Search*/
.widget_search button {
	border-radius: 3px;
}
.widget_search button,
.widget_search input[type="submit"] {
	background: #000;
	color: #fff;
	transition: all 0.3s;
}
.widget_search button:hover, .widget_search input[type="submit"]:hover {
	color: #000;
	background: #ececec;
}
/*Widget Calender*/
.widget .wp-calendar-table{
	margin-bottom: 0;
}
.widget .wp-calendar-nav-prev a {
	color: #000;
	text-decoration: none;
	font-weight: 500;
}

/*Widget Recent Comment*/
.widget.widget_recent_comments ul li {
	display: initial;
}

/*Widget Tagcloud*/
.widget_tag_cloud .tagcloud a {
	color: #000;
}

/*Widget Nav Menu*/
.widget_nav_menu .menu-testing-menu-container > ul.menu {
	margin-left: 0;
}

.widget_nav_menu .menu-testing-menu-container > ul.menu li {
	display: initial;
}

/*Widget RSS Feed*/


/*
 Blog Single Style
 */
.author-info {
	display: flex;
	gap: 10px;
	align-items: center;
	margin-bottom: 45px;
}
.author-img {
	border-radius: 50%;
	overflow: hidden;
}
.post-single-title {
	word-wrap: break-word;
}
.post-single-meta {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
	margin-top: 50px;
	margin-bottom: 36px;
}
.post-single-comment {
	font-weight: 500;
}
.post-single-reading-titme {
	color: #666666;
}
.post-single-view-count {
	color: #666666;
}
.post-single-thumbnail img{
	width: 100%;
	height: 760px;
	object-fit: cover;
}
.post-single-content{
	margin-top: 50px;
}
.wp-block-avatar img {
	border-radius: 4px;
}

.wp-block-post-author__avatar img {
	border-radius: 4px;
}
/*
* Blog Single Tag List
 */
.post-single-tag-list {
	padding: 50px 0;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 60px;
	border-top: 1px solid #EBEBEB;
	clear: both;
}
.post-single-tag-list a {
	padding: 8px 18px;
	background-color: #78787834;
	font-size: 14px;
	line-height: 18px;
	font-weight: 500;
	color: #181818;
	border-radius: 32px;
	transition: all 0.60s;
	text-decoration: none;
	display: flex;
	flex-wrap: wrap;
}
.post-single-tag-list a:hover {
	color: #fff;
	background: #b0614a;
}

/*
 * Blog Single Social Share
 */
.post-single-share {
	display: flex;
	flex-wrap: wrap;
	border-top: 1px solid #EBEBEB;
	padding: 60px 0;
	align-items: center;
}
.dexolix-share-buttons{
	display: flex;
	align-items: start;
	gap: 10px;
	flex-wrap: wrap;
}
.dexolix-share-buttons a{
	text-decoration: none;
	color: #000000;
	font-weight: 500;
}

/*
 * Post Single Navigation
 */
.post-single-post-navigation{
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 40px;
	padding-top: 60px;
	border-top: 1px solid #EBEBEB;
}
.post-single-prev-post-link,
.post-single-next-post-link{
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	gap: 16px;
	width: calc(50% - 20px);
}
.post-single-next-post-link{
	align-items: end;
	text-align: right;
}
.post-single-prev-post-link a,
.post-single-next-post-link a{
	text-decoration: none;
	font-family: var(--second-family);
	font-weight: 700;
	font-size: 28px;
	line-height: 120%;
	color: var(--c3e251e);
}
.post-single-pagination-subtitle{
	display: flex;
	align-items: center;
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 18px;
	line-height: 140%;
	color: var(--c5a5a5a);
}


/*
 * Comment Reply
 */
.blog__comment_section {
	margin-top: 80px;
}
.comment-list, .comment-list ul, .comment-list ol{
	margin-left: 0;
}
.comment-list {
	list-style: none;
	margin: 0 0 50px 0;
	padding: 0;
}
.comment-list h2 {
	margin-bottom: 16px;
}
.comment-list li{
	list-style: none;
}

.comment-list .comment-body {
	padding: 30px 0 16px;
}

.comment-meta {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.comment-author.vcard img {
	height: auto;
	margin-right: 16px;
	width: 56px;
	border-radius: 50%;
}

.comment-author a {
	font-weight: 700;
	font-size: 18px;
	line-height: 24px;
	text-transform: capitalize;
	font-style: normal;
	text-decoration: none;
	color: #000;
}
.comment-author .says {
	display: none;
}
.comment-metadata a {
	color: #101010bf;
	text-decoration: none;
	font-size: 14px;
}

.comment-content {
	margin-top: 15px;
}

.comment-content p {
	color: #101010bf;
}

.comment-body .reply a {
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 16px;
}
.comment-body .comment-metadata {
	font-size: 16px;
}
blockquote {
	padding: 32px 40px;
	margin: 0;
	border: 1px solid #2d2e32;
}
blockquote p {
	margin-bottom: 0;
	font-size: 28px;
	font-weight: 600;
	font-style: italic;
}

blockquote cite {
	font-style: normal;
	font-size: 20px;
}
table {
	border-collapse: collapse;
	margin-bottom: 2rem;
	border: 1px solid #f5f5f5;
	caption-side: top;
}
table tr {
	border-bottom: 1px solid;
	border-bottom-color: #f5f5f5;
}
table tr th {
	text-align: left;
	font-weight: normal;
}
table tr th, table tr td {
	padding: 0.9375rem 0;
	padding-left: 0.9375rem;
}
tbody tr:nth-child(even) {
	border-bottom: 0;
	background-color: #f5f5f5;
}



/*
* Comment Form
*/
.comment-respond {
	background-color: #F5F5F5;
	padding: 30px;
	border-radius: 6px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 20px;
	flex-direction: column;
}
.comment-form {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.comment-form p {
	width: 100%;
}
.comment-form .comment-form-author {
	display: flex;
	flex-direction: column;
	width: calc(50% - 10px);
}

.comment-form .comment-form-email {
	display: flex;
	flex-direction: column;
	width: calc(50% - 10px);
}

.comment-form-url {
	display: inline-flex;
	flex-direction: column;
}

.comment-form input, .comment-form textarea {
	border: none;
}

.comment-form input:focus-visible, .comment-form textarea:focus-visible {
	border: none;
	outline: 0;
}

.comment-form .submit {
	background: #000;
	color: #fff;
	transition: all 0.3s;
	border: 1px solid #000;
	border-radius: 20px;
}

.comment-form .submit:hover {
	background: transparent;
	color: #000;
}

.comment-form label {
	font-weight: 500;
	margin-bottom: 10px;
}

.comment-form .comment-form-cookies-consent label{
	font-weight: 400;
	margin-bottom: 0
}
#cancel-comment-reply-link {
	color: #ff0000;
	font-size: 16px;
	margin-left: 40px;
}
.comment-metadata a time{
	display: none;
}

/*
 * 404 Style
 */

.content-404 h1{
	font-size: 300px;
	font-weight: 500;
	line-height: 360px;
	margin: 8px 0;
	color: #000;
}
.content-404 p{
	font-size: 18px;
	position: relative;
	color: #5d676d;
}
.content-404 a{
	position: relative;
	padding: 20px 32px 19px;
	border-radius: 0;
	overflow: hidden;
	vertical-align: middle;
	border: none;
	outline: none;
	display: inline-block;
	z-index: 2;
	border: 0;
	background: #000;
	color: #fff;
	transition: all 0.3s;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 500;
	margin-top: 40px;
	margin-bottom: 80px;
}
.content-404 a:hover{
	background: #0A1A3D;
}
.error404 #page.dexolix_page .site-main {
	display: flex;
	align-items: center;
	justify-content: center;
}

/*
 * Block Widget Style
 */
.widget_block ul,
.widget_block ol {
	padding-left: 0;
	margin-left: 0;
}
.wp-calendar-table #today {
	position: relative;
}

.wp-calendar-table #today:before {
	content: "";
	background: #000;
	width: 6px;
	height: 6px;
	border-radius: 100px;
	position: absolute;
	left: 16px;
	bottom: 2px;
}

.wp-block-latest-posts.wp-block-latest-posts__list li {
	justify-content: flex-start;
}

.wp-block-latest-posts.wp-block-latest-posts__list .wp-block-latest-posts__post-title {
	font-size: 18px;
	margin-top: 10px;
	width: 100%;
}

.wp-block-latest-posts.wp-block-latest-posts__list .wp-block-latest-posts__post-author{
	margin-right: 10px
}
ul.wp-block-social-links {
	flex-direction: row;
}
.wp-block-search__button-inside .wp-block-search__inside-wrapper input[type="search"]{
	border: 0;
}
.wp-block-tag-cloud a,
.widget_tag_cloud .tagcloud a{
	font-size: 14px !important;
}
.site-main .widget_rss img{
	width: auto;
}
.widget_search .search-submit {
	margin-top: 12px;
}
.widget.widget_nav_menu ul li {
	display: initial;
}
.wp-block-separator-height{
	border-top-width: 1px;
}


/****
 Common Style
 *****/
.clear-both {
	clear: both;
}
.lity-hide {
	display: none;
}
.woocommerce-Reviews-title{
	display: none;
}
.dexolix_product_item{
	position: relative;
}
.dexolix_product_item .onsale {
	position: absolute;
	top: 10px;
	left: 21px;
	background: #fff;
	padding: 3px 10px;
	border-radius: 4px;
}
/*.home-template-class,
.tag-template-class,
.category-template-class,
.search-template-class,
.archive-template-class{
	padding: 80px 0;
}*/
form.woocommerce-form.woocommerce-form-login.login {
	display: flex;
	flex-direction: column;
	gap: 16px;
}
.dexolix_product_single_default .yith-wcwl-add-to-wishlist-button--single {
	margin-top: 10px;
	padding-left: 16px;
}
.wp-block-button.is-style-squared .wp-block-button__link {
	border-radius: 0;
}
/**************** scroll top button ***************/
.scroll-top-btn {
	width: 40px;
	height: 40px;
	background-color: #031520;
	color: #ffffff;
	border-radius: 3px;
	position: fixed;
	bottom: 40px;
	right: 40px;
	z-index: 100;
	font-size: 15px;
}

.scroll-top-btn:hover {
	background: #D7FC70;
	color: #000;
}


/*
 * Responsive Style
 */
@media(max-width:767px){
	.default-post-thumbnail img {
		min-height: 246px;
		max-height: 246px;
	}
	.post-category-list.has_post_thumbnail {
		top: 190px;
	}
	.post-single-thumbnail img {
		height: 205px;
		object-fit: contain;
	}
	.post-single-prev-post-link a, .post-single-next-post-link a {
		text-decoration: none;
		color: #000000;
		font-size: 16px;
		font-weight: 500;
	}
	.wp-block-embed-youtube iframe {
		height: auto;
	}
	.wp-block-embed-wordpress-tv iframe{
		height: auto;
	}
	.search-title {
		font-size: 34px;
	}
	.content-404 h1 {
		font-size: 150px;
		font-weight: 500;
		line-height: 140px;
		margin: 8px 0;
	}
	.home-template-class,
	.single-template-class,
	.tag-template-class,
	.category-template-class,
	.search-template-class,
	.archive-template-class{
		padding: 60px 0;
	}
	/*.blog-template-section{
		padding: 60px 0
	}*/
}


@media only screen and (min-width: 950px) {
	.alignwide {
		margin-left: calc(25% - 25vw);
		margin-right: calc(25% - 25vw);
		width: auto;
		max-width: 1000%;
	}
}

