/* ! 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 {
	scroll-behavior: smooth;
	scroll-padding-top: 95px;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
	overflow-x: hidden !important;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/* 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 {
	text-decoration: none;
	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: 15px 35px;
    border-radius: var(--ei-border-radius);
    border: 2px solid var(--color-primary);
}

/**
 * 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 20px;
	font-weight: 600;
	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;
	accent-color: var(--color-primary);
}

/**
 * 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
--------------------------------------------- */
:root {
	--font-family: 'Inter', sans-serif;
	--color-primary: #1B4F37;
	--color-primary-2: #258F67;
	--color-price: #E84040;
	--color-section_bg: #F4F4EF;
	--color-secondary_bg: #EFC360;
	--color-secondary_text: #04121F;
	--color-black: #2A3141;
	--h1: 30px;
	--h2: 24px;
	--h3: 20px;
	--h4: 18px;
	--h5: 17px;
	--h6: 16px;
}

body,
button,
input,
select,
optgroup,
textarea {
	color: var(--color-black);
	font-family: var(--font-family);
	font-size: 1rem;
	line-height: 1.7;
	font-weight: 400;
}

h1 {
	font-size: var(--h1);
	line-height: 39px;
}
h2 {
	font-size: var(--h2);
	line-height: 32px;
}
h3 {
	font-size: var(--h3);
	line-height: 30px;
}
h4 {
	font-size: var(--h4);
	line-height: 28px;
}
h5 {
	font-size: var(--h5);
	line-height: 25px;
}
h6 {
	font-size: var(--h6);
	line-height: 24px;
}

::-webkit-scrollbar {
  	width: 7px;
}
::-webkit-scrollbar-track {
  	background: #ffffff;
  	border-radius: 2px;
}
::-webkit-scrollbar-thumb {
  	background: #dadada; 
  	border-radius: 2px;
}
::-webkit-scrollbar-thumb:hover {
  	background: #cccccc;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 25px;
    margin-bottom: 20px;
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 0 20px;
}

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 {
	min-height: 100vh;
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	padding-left: 1.2rem;
    margin: 0 0 1.5em 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
	border-radius: var(--ei-border-radius);
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a,
a:hover,
a:focus,
a:active,
a:visited {
	color: var(--color-primary-2);
}

a:hover,
a:active {
	outline: 0;
}

.pointer {
	cursor: pointer;
}

/* 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.4em;
}

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 {
	xborder-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 #e6e6e6;
	border-radius: 3px;
	padding: 3px 10px;
    outline: none;
    box-shadow: none;
}

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 #e6e6e6;
}

textarea {
	width: 100%;
}

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation .nav-left .nav ul {
	position: absolute;
    top: 120%;
    margin-top: -1px;
    margin-left: -30px;
    width: max-content !important;
    max-width: 200px;
    padding: 17px 0;
    background: #ffffff;
    -webkit-box-shadow: 0px 10px 20px 0px rgb(8 0 42 / 8%);
    -moz-box-shadow: 0px 10px 20px 0px rgba(8,0,42,0.08);
    box-shadow: 0px 10px 20px 0px rgb(8 0 42 / 8%);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    border: 1px solid #e6e6e6;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    list-style: none;
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}
body .main-navigation .nav-left .nav>li>ul, body.dark-mode .main-navigation .nav-left .nav>li>ul {
	border-top: 0 !important;
}
.main-navigation .nav-left .nav>li:hover>.dropdown {
    visibility: visible;
    opacity: 1;
    top: 102%;
}
.main-navigation .nav-left .nav li .dropdown li >a {
    width: 100%;
    display: block;
    padding: 3px 30px;
    margin-right: 0 !important;
    text-transform: capitalize;
    position: relative;
}

.main-navigation .nav-left .nav>li>ul>li>ul, .main-navigation .nav-left .nav>li>ul>li>ul>li>ul {
	xleft: -999em;
	top: 0 !important;
	opacity: 0 !important;
	visibility: hidden;
	transform: none !important;
    margin-left: 100%;
    -webkit-box-shadow: 10px 10px 20px 0px rgb(8 0 42 / 8%);
    -moz-box-shadow: 10px 10px 20px 0px rgb(8 0 42 / 8%);
    box-shadow: 10px 10px 20px 0px rgb(8 0 42 / 8%);
}
.main-navigation .nav-left .nav>li>ul>li:hover>.dropdown, .main-navigation .nav-left .nav>li>ul>li>ul>li:hover>.dropdown {
	opacity: 1 !important;
	visibility: visible;
}
.main-navigation .nav-left .nav ul li a svg {
	transform: rotate( 270deg );
}
.dark-mode .main-navigation .nav-left .nav ul li a svg path {
	fill: #ffffff;
}

.main-navigation .nav-left .nav ul li:hover > ul,
.main-navigation .nav-left .nav ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation .nav-left .nav ul, .main-navigation .nav-left .nav ul a {
	max-width: 300px;
}

.main-navigation li {
	xposition: relative;
	display: inline-block;
}

.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 .nav-left .nav {
	    list-style-type: none;
	    margin: 0;
	    padding: 0;
	}
}

.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%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.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;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* 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, .wp-block-image figcaption {
	font-size: 13px;
    color: #6d717f;
    line-height: 18px;
    text-align: center;
    margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/*=== CUSTOM ===*/

::-moz-selection { /* Code for Firefox */
  color: #ffffff;
  background: var(--color-primary-2);
}

::selection {
  color: #ffffff;
  background: var(--color-primary-2);
}

table {
	width: 100% !important;
	border-collapse: collapse;
	margin-bottom: 20px;
}
table tbody, table td, table tfoot, table th, table thead, table tr {
	text-align: inherit;
	padding: 10px 15px !important;
}
table, table td, table th {
  border: 1px solid #eaeaef;
}

.w-100 {
	width: 100%;
}

.wrapper {
    width: 100%;
}

.c-coming-soon {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
}
.c-coming-soon .container {
	width: 100%;
    max-width: 1600px !important;
    padding-right: 4rem;
    padding-left: 4rem;
    margin-right: auto;
    margin-left: auto;
}
.c-coming-soon h1 {
    font-size: 40px;
    text-transform: uppercase;
    margin: 30px 0 -10px;
}
.c-coming-soon p {
    font-size: 18px;
}
.c-coming-soon .c-btn {
	font-size: 15px;
}
.c-coming-soon .c-logo .logo-white, body.dark-mode .c-logo .logo-black {
	display: none;
}
body.dark-mode .c-coming-soon .c-logo .logo-white {
	display: inline-block !important;
}
@media only screen and (max-width: 767px) {
	.c-coming-soon .container {
		padding-right: 23px;
    	padding-left: 23px;
	}
	.c-coming-soon .c-logo img {
	    width: 120px !important;
	}
	.c-coming-soon h1 {
	    font-size: 25px;
	    margin: 13px 0 -5px;
	}
	.c-coming-soon p {
	    font-size: 14px;
	    font-weight: 400;
	    line-height: 21px;
	}
	.c-coming-soon .c-btn {
	    font-size: 13px;
	}
}

/* Video */
.single-post .desc iframe {
  width: 100% !important;
}
.ei-embed-yt {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  margin: 35px 0;
}
.ei-embed-yt iframe, .ei-embed-yt object, .ei-embed-yt embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ei-video_wrapper, .ei-video_wrapper_full, .ei-videoIframe, .ei-videoPoster {
  border-radius: 3px;
}
button.ei-videoPoster>span {
  position: absolute;
  left: 0;
  font-size: 1px;
  opacity: 0;
}
.ei-videoPoster {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  border: 0 !important;
  text-indent: -999em;
  overflow: hidden;
  opacity: 1;
  -webkit-transition: opacity 800ms, height 0s;
  -moz-transition: opacity 800ms, height 0s;
  transition: opacity 800ms, height 0s;
  -webkit-transition-delay: 0s, 0s;
  -moz-transition-delay: 0s, 0s;
  transition-delay: 0s, 0s;
}
.ei-videoPoster:hover {
  cursor: pointer;
}
.ei-videoPoster:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  margin: -30px 0 0 -30px;
  border: 5px solid #ff5148;
  background-color: #ff5148;
  border-radius: 100%;
  -webkit-transition: border-color .3s;
  -moz-transition: border-color .3s;
  transition: border-color .3s;
  transition: all .3s ease;
}
.ei-videoPoster:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  margin: -13px 0 0 -7px;
  border-left: 20px solid #fff;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  -webkit-transition: border-color .3s;
  -moz-transition: border-color .3s;
  transition: border-color .3s;
}
.ei-videoWrapperActive .ei-videoPoster {
  opacity: 0;
  height: 0;
  -webkit-transition-delay: 0s, 800ms;
  -moz-transition-delay: 0s, 800ms;
  transition-delay: 0s, 800ms;
}
.ei-videoPoster:before {
  box-shadow: 0px 0px 1px 1px #0000001a;
  animation: pulse-animation 2s infinite;
}
@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgb(255 81 72 / 75%);
  }
  100% {
    box-shadow: 0 0 0 15px rgb(255 81 72 / 0%);
  }
}

@media (max-width: 767px) {
  .ei-videoPoster:before {
    width: 40px !important;
    height: 40px !important;
    margin: -20px 0 0 -20px !important;
  }
  .ei-videoPoster:after {
    margin: -8px 0 0 -4px;
    border-left: 13px solid #fff;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
  }
  @keyframes pulse-animation {
    0% {
      box-shadow: 0 0 0 0px rgb(255 81 72 / 75%);
    }
    100% {
      box-shadow: 0 0 0 10px rgb(255 81 72 / 0%);
    }
  }
  .ei-embed-yt {
  	margin: 25px 0;
  }
}
.ei-embed-yt {
  box-shadow: 0px 4px 14px 7px rgb(132 132 133 / 18%);
}
body.dark-mode .ei-embed-yt {
    box-shadow: 0px 4px 14px 7px rgb(26 26 32 / 18%);
}

/* Hide Profile Sidebar */
.hide-p-sidebar .content.c-fullwidth {
	width: 100% !important;
	position: relative;
	-webkit-transition: all 0s ease-out 0s;
    -moz-transition: all 0s ease-out 0s;
    -ms-transition: all 0s ease-out 0s;
    -o-transition: all 0s ease-out 0s;
    transition: all 0s ease-out 0s;
}
body.dark-mode .hide-p-sidebar .content.c-fullwidth .main-navigation .c-logo h1 a {
	color: #ffffff;
}
@media only screen and (min-width: 1400px) {
   .hide-p-sidebar .content.c-fullwidth .container, .hide-p-sidebar .content.c-fullwidth .elementor-section.s-fullwidth.elementor-section-boxed > .elementor-container {
      max-width: 1320px !important;
   }
   body article figure img {
   	height: 170px !important;
   }
}

.hide-p-sidebar .c-logo .logo-white, body.dark-mode .hide-p-sidebar .c-logo .logo-black {
	display: none;
	-webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
body.dark-mode .hide-p-sidebar .c-logo .logo-white {
	display: inline-block !important;
}
.hide-p-sidebar .content.c-fullwidth .c-logo h1 {
	margin: 0;
}
.hide-p-sidebar .content.c-fullwidth .c-logo a {
	padding: 0;
    margin: 0;
}
.hide-p-sidebar .content.c-fullwidth .c-logo a img {
	border-radius: 0 !important;
}
.hide-p-sidebar .content.c-fullwidth .main-navigation .c-logo h1 a {
	font-size: 22px;
    font-weight: 500;
}

@media only screen and (min-width: 1171px) {
	.hide-p-sidebar .c-profile.sidebar, .hide-p-sidebar .content.c-fullwidth .main-navigation .nav-collapse:after {
		display: none !important;
	}
	.hide-p-sidebar .content.c-fullwidth .main-navigation {
		padding-top: 25px;
	}
	.hide-p-sidebar .content.c-fullwidth .main-navigation:after {
	    content: '';
	    position: absolute;
	    left: 0;
	    bottom: 0;
	    width: 100%;
	    height: 1px;
	    background: #e6e6e6;
	}
	body.dark-mode .hide-p-sidebar .content.c-fullwidth .main-navigation:after {
	    background: #575a6b;
	}
	body.dark-mode table, body.dark-mode table td, body.dark-mode table th {
		border-color: #575a6b;
	}
	.hide-p-sidebar .content.c-fullwidth .main-navigation>.container {
		-webkit-transition: all 0.3s ease-out 0s;
	    -moz-transition: all 0.3s ease-out 0s;
	    -ms-transition: all 0.3s ease-out 0s;
	    -o-transition: all 0.3s ease-out 0s;
	    transition: all 0.3s ease-out 0s;
	}
	.main-navigation .nav-right span.search {
		margin-top: 2px;
	}

	/* With Sidebar */
	.c-two-col>.container, .single-post .c-two-col {
		display: flex;
    	flex-wrap: wrap;
	}
	.c-two-col>.container .c-post-left, .single-post .c-two-col .c-post-left {
		flex: 0 0 auto;
	    width: 66.66666667%;
	    padding-right: 15px;
	}
	.c-two-col>.container .right-sidebar, .single-post .c-two-col .right-sidebar {
		flex: 0 0 auto;
    	width: 33.33333333%;
	}
	/* With Sidebar End */

}
@media only screen and (max-width: 1170px) {
	.hide-p-sidebar .content.c-fullwidth .container>.c-logo {
		display: none !important;
	}
	.right-sidebar .widget-area {
		margin-top: 60px;
	}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
   .hide-p-sidebar .content.c-fullwidth .container, .hide-p-sidebar .content.c-fullwidth .elementor-section.s-fullwidth.elementor-section-boxed > .elementor-container {
      max-width: 1340px !important;
   }
   body article figure img {
   	height: 170px !important;
   }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
   .hide-p-sidebar .content.c-fullwidth .container, .hide-p-sidebar .content.c-fullwidth .elementor-section.s-fullwidth.elementor-section-boxed > .elementor-container {
      max-width: 960px !important;
   }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
   .hide-p-sidebar .content.c-fullwidth .container, .hide-p-sidebar .content.c-fullwidth .elementor-section.s-fullwidth.elementor-section-boxed > .elementor-container {
      max-width: 720px !important;
   }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
   .hide-p-sidebar .content.c-fullwidth .container, .hide-p-sidebar .content.c-fullwidth .elementor-section.s-fullwidth.elementor-section-boxed > .elementor-container {
      max-width: 540px !important;
   }
   body article figure img {
   	height: 100px !important;
   }
}
@media only screen and (min-width: 576px) {
   .hide-p-sidebar .content.c-fullwidth .container, .hide-p-sidebar .content.c-fullwidth .elementor-section.s-fullwidth.elementor-section-boxed > .elementor-container {
      padding-right: 15px;
      padding-left: 15px;
   }
   .hide-p-sidebar .content.c-fullwidth .container .elementor-section.elementor-section-boxed > .elementor-container {
   	  padding-right: 0 !important;
      padding-left: 0 !important;
   }
   .hide-p-sidebar .content.c-fullwidth .c-ads {
   	margin-left: auto;
   	margin-right: auto;
   }
   .hide-p-sidebar .content.c-fullwidth footer.c-footer>.container {
   	 left: 50%;
     transform: translate(-50%, 0);
   }
   body article figure {
   	margin: 0 !important;
   }
}
@media only screen and (max-width: 767px) {
	/*.hide-p-sidebar .content.c-fullwidth .main-navigation .c-logo h1 a {
		font-size: 17px;
	}
	.hide-p-sidebar .content.c-fullwidth .main-navigation .nav-right span, .hide-p-sidebar .content.c-fullwidth .main-navigation .nav-right .c-btn {
		margin-left: 16px;
	}*/
}
/* Hide Profile Sidebar End */

/* Sidebar */
.sidebar {
    width: 30%;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    z-index: 9999;
    background: #27282B;
    color: #fff;
    overflow-y: auto;
    transition: all 0.3s;
}
.sidebar::-webkit-scrollbar {
  	width: 0px;
}
.sidebar::-webkit-scrollbar-thumb {
    background: transparent !important;
}
.sidebar::-webkit-scrollbar-track {
    background: transparent !important;
}
.sidebar .container {
	padding-right: 50px !important;
    padding-left: 50px !important;
}
.sidebar .c-content {
	height: 100vh;
	padding: 50px 0;
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center!important;
    align-items: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
}
.sidebar .c-content .profile img, nav .profile img {
	width: 88px;
    height: 88px;
    object-fit: cover;
    border-radius: 100%;
    border: 1px solid var(--color-primary);
    padding: 3px;
}
.sidebar .c-content .name {
	font-size: 19px;
    font-weight: 600;
    margin: 5px 0 3px;
}
.sidebar .c-content .name a {
	color: #ffffff;
}
.sidebar .c-content .description {
	font-size: 15px;
    line-height: 22px;
    font-weight: 400;
    margin-bottom: 19px;
}
.sidebar .c-content .c-ads {
	margin: 30px 0 40px;
}
.c-ads ins {
	background: transparent !important;
}

/* Sidebar End */

/* Social Media */
.top-share-btn {
	margin-top: 20px;
}
.top-share-btn .social-media p {
    display: none;
}
.social-media {
	display: inline-table;
}
.social-media p {
	font-size: 16px;
    font-weight: 700;
    color: var(--color-black);
    margin: 30px 0 8px !important;
}
#share-post a.fb {
	margin-left: 0 !important;
}
#share-post a.fb svg {
	width: 18px;
    margin-top: 7px;
}
#share-post a.em svg {
	width: 16px;
    margin-bottom: 0;
}
#share-post a {
	height: 32px;
    line-height: 37px;
    margin: 0 2.8px 6px;
}
#share-post a svg {
	width: 17px;
}
#share-post a.tw svg {
	width: 15px;
}
.sidebar .social-media a {
	width: 30px;
	height: 25px;
    line-height: 29px;
}
.sidebar .social-media a.fb svg {
	width: 17px;
    margin-top: 4px;
}
.social-media a {
    display: inline-block;
    width: 35px;
    height: 30px;
    line-height: 35px;
    border-radius: 3px;
    text-align: center;
    margin: 0 3px 6px;
    color: #ffffff;
    background: var(--color-primary);
    text-decoration: none;
}
.social-media a svg {
    width: 16px;
    height: auto;
}
.social-media a svg path, .social-media a svg circle {
	fill: #ffffff;
}
.social-media a.fb {
    background: #285da1;
}
.social-media a.ig {
    background: linear-gradient(to right, #f6833f, #ff004f);
}
.social-media a.ig svg {
	width: 14px;
    margin-bottom: 1px;
}
.social-media a.ti {
    background: linear-gradient(to right, #1acfc9, #ff004f);
}
.social-media a.ti svg {
	width: 14px;
    margin-bottom: 1px;
}
.social-media a.ms {
    background: linear-gradient(to right, #55a8d3, #0563a0);
}
.social-media a.ms svg {
	width: 15px;
}
.social-media a.sc {
    background: #FF6A22;
}
.social-media a.tr {
    background: #395976;
}
.social-media a.tr svg {
	width: 14px;
    margin-left: -1px;
}
.social-media a.yt {
    background: #E02F2F;
}
.social-media a.wpd {
    background: #504f50;
}
.social-media a.wa {
    background: #25D366;
}
.social-media a.tw {
    background: #000000;
}
.social-media a.tw svg {
	width: 14px;
    margin-bottom: 1px;
}
.social-media a.em {
    background: #BB001B;
}
.social-media a.em svg {
	width: 15px;
	margin-bottom: 1px;
}
.social-media a.tl {
    background: #0088CC;
}
.social-media a.ln {
    background: #087ab6;
}
.social-media a.ln svg {
	margin-left: 2px;
}
.social-media a.pn {
    background: #d2173f;
}
/* Social Media End */

/* Author */
.about-author {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    background: var(--color-section_bg);
    padding: 30px;
    margin-top: 50px;
    margin-bottom: 50px;
    border-radius: var(--ei-border-radius);
}
body.archive.author .about-author {
	margin-top: 0;
    margin-bottom: 30px;
}
.about-author .c-name {
	font-size: 18px !important;
	margin-bottom: -2px !important;
}
.about-author .c-name a {
	font-weight: 600;
	color: var(--color-black);
	-o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}
.about-author .c-name a:hover {
	color: var(--color-primary);
}
.about-author img {
	max-width: 65px !important;
	width: 65px !important;
    height: 65px !important;
    object-fit: cover;
    margin-right: 23px;
	border-radius: 100%;
	box-shadow: 0px 3px 12px 0px rgb(132 132 133 / 80%);
}
.about-author .aut-title {
	position: absolute !important;
    font-size: 1px !important;
    color: transparent !important;
}
.about-author p {
	line-height: 25px;
    margin: 4px 0 0;
}

/* Embed YouTube */
.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	margin-bottom: 20px;
} 
.embed-container iframe, .embed-container object, .embed-container embed { 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
}
/* Embed YouTube End */

/* Button */
.c-btn.xl {
	background-color: var(--color-primary);
	border-color: var(--color-primary);
	font-size: 14px;
	padding: 10px 23px;
}
/* Button End */

.content {
    width: 70%;
    min-height: 100vh;
    overflow-x: clip;
    position: absolute;
    top: 0;
    right: 0;
    padding-bottom: 120px;
    transition: all 0.3s;
}
.content-page, .c-404 {
	xmin-height: 75vh;
}
.hide-p-sidebar .container, .hide-p-sidebar .elementor-section.elementor-section-boxed > .elementor-container {
	width: 100%;
	margin-right: auto;
    margin-left: auto;
}
.p-sidebar .container, .p-sidebar .elementor-section.elementor-section-boxed > .elementor-container {
    width: 100%;
    max-width: 100% !important;
    padding-right: 100px;
    padding-left: 100px;
    margin-right: auto;
    margin-left: auto;
}
.p-sidebar .container .elementor-section.elementor-section-boxed > .elementor-container {
	padding-right: 0 !important;
    padding-left: 0 !important;
}

/* Menu */
.main-navigation {
	position: -webkit-sticky;
	position: sticky;
    width: 100%;
    top: 0;
    padding-top: 15px;
    margin-bottom: 30px;
    background-color: #fff;
    z-index: 1020;
}
.main-navigation>.container {
	position: relative;
}
.main-navigation .nav-collapse {
	position: relative;
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center!important;
    align-items: center!important;
    xborder-bottom: 1px solid #e6e6e6;
}
.main-navigation .nav-collapse:after {
	content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #e6e6e6;
}
.main-navigation .nav-left {
	position: relative;
	width: 70%;
}
.main-navigation .nav-right {
    width: 30%;
	position: absolute;
    right: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-end !important;
    -ms-flex-align: center!important;
    align-items: center!important;
}
.main-navigation .nav-right span, .main-navigation .nav-right .c-btn {
	display: inherit;
	margin-left: 20px;
}
.main-navigation .nav-right .c-btn {
	margin-right: 0;
	-ms-flex-align: center!important;
    align-items: center!important;
}
.main-navigation .nav-right .c-btn svg {
	width: 17px;
    margin: 0 7px 0 0 !important;
}
.main-navigation .nav-right .c-btn svg path {
	fill: #ffffff;
}
.main-navigation .nav-left .nav>li.active>a, .main-navigation .nav-left .nav>li.current-menu-parent>a, .main-navigation .nav-left .nav>li .dropdown li.active a {
	position: relative;
	font-weight: 500;
	color: var(--color-primary-2) !important;
}
.main-navigation .nav-left .nav>li>a:after {
	content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0%;
    height: 1px;
    background: var(--color-primary-2);
    transition: width .5s ease;
    z-index: 1;
}
.main-navigation .nav-left .nav>li>a:hover:after {
	width: 100%;
}
.main-navigation .nav-left .nav li a:hover, footer .c-menu ul li a:hover, .post-meta span a:hover>span {
	color: var(--color-primary-2) !important;
}
.main-navigation .nav-left .nav li a:hover svg path, .main-navigation .nav-left .nav li.active a svg path, .main-navigation .nav-left .nav>li.current-menu-parent>a svg path {
	fill: var(--color-primary-2) !important;
}
.main-navigation .nav-left .nav>li.active a:after, .main-navigation .nav-left .nav>li.current-menu-parent>a:after {
	content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: var(--color-primary-2);
}
.main-navigation a {
	font-size: 14px;
    font-weight: 400;
    color: var(--color-black);
    padding: 16px 0;
    margin-right: 30px;
}
.main-navigation a svg {
	float: right;
    width: 10px;
    margin-top: 9px;
    margin-left: 5px;
}
.main-navigation .ei-cart {
	position: relative;
    padding: 0;
    margin-left: 20px;
    margin-right: 18px;
}
.main-navigation .ei-cart svg {
	width: 17px;
    margin: 0;
}
.main-navigation .ei-cart #ei-cart-count {
	display: inline-block !important;
    position: absolute;
    overflow: hidden;
    top: -10px;
    right: -12px;
    margin: 0 !important;
    font-size: 10px;
    font-weight: 700;
    width: 15px;
    height: 15px;
    line-height: 15px;
    border-radius: 50%;
    color: var(--color-secondary_text);
    background: var(--color-secondary_bg);
    text-align: center;
}

.nav-left .navwrap::-webkit-scrollbar {
    height: 5px !important;
}
.nav-left .navwrap::-webkit-scrollbar-thumb {
    background: #dadada !important;
}
.nav-left .navwrap::-webkit-scrollbar-track {
    background: transparent !important;
    border-radius: 2px !important;
}
.nav-left ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-left .navwrap {
  overflow-y: hidden;
  overflow-x: auto;
  white-space: nowrap;
  /* -webkit-overflow-scrolling: touch; seems to confine overflow in error  */
  xpadding-bottom: 14px;
}
.nav-left .nav {
  display: table; /*white-space fix*/
  width: 100%;
  word-spacing: -9em; /*white-space fix*/
}
.nav-left .nav li {
  display: inline-block;
  text-align: left;
  word-spacing: normal; /*white-space fix*/
}
.nav-left .nav li > a {
  position: relative;
  -o-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
}
.nav-left .nav li:hover,
.nav-left .nav > li > a:hover,
.nav-left .nav li:focus,
.nav-left .nav > li > a:focus {
  z-index: 105;
}
.nav-left .nav li li {
  position: relative;
  display: block;
  white-space: normal;
}

/* allow touch to play but probably won't work with this scrolling version*/
.nav-left .nav .touch-only {
  display: none;
  left: -10px;
}
.touch-device .nav .touch-only {
  display: inline-block;
}
.touch-device .nav .touch-only a {
  background: var(--color-black);
  color: #ffffff;
}

/* remove hover when scrolling  */
.isScrolling .nav ul.dropdown {
  left: -999em;
  opacity: 0;
}

/* Menu End */

/* Breadcrumb */
body .breadcrumbs {
	font-size: 14px;
	line-height: 27px;
	color: #292929;
    background-color: var(--color-section_bg);
    border-color: var(--color-section_bg);
    padding: 4px 15px 5px;
	word-break: break-word;
  	overflow: hidden;
  	text-overflow: ellipsis;
  	display: -webkit-box;
  	-webkit-line-clamp: 1;
  	line-clamp: 1;
  	-webkit-box-orient: vertical;
  	visibility: visible;
  	xwhite-space: break-spaces;
}
body .breadcrumbs a {
	color: #292929;
}
.breadcrumb-item+.breadcrumb-item::before {
	float: none !important;
	margin-left: -3px;
}
.breadcrumbs__current {
    color: #757575;
}
.breadcrumbs__separator {
	font-size: 16px;
	padding: 0 2px;
}
/* Breadcrumb End */

/* Button */
body .c-btn {
	display: inline-block;
	font-size: 14px;
    padding: 8px 26px;
    border-radius: 50px;
    color: #ffffff;
    background-color: var(--color-primary);
}
body.single-post .desc .c-btn {
	color: #ffffff !important;
}
/* Button End

/* Article */
article.type-post {
	display: flex;
    flex-wrap: wrap;
    padding-top: 25px;
    margin-top: 20px !important;
    margin-bottom: 0 !important;
    border-top: 1px solid #e6e6e6;
}
article.type-post:first-of-type {
	padding-top: 0;
	margin-top: 0 !important;
	border-top: 0 !important;
}
article .post-content {
	flex: 0 0 auto;
    width: 80%;
    padding-right: 30px;
}
article figure {
	flex: 0 0 auto;
    width: 20%;
}
article figure img {
	width: 100%;
    height: 130px !important;
    object-fit: cover;
    border-radius: var(--ei-border-radius) !important;
}
article .post-category a, body .btn-cat, body .btn-cat:hover, body .btn-tag {
	display: inline-block;
    margin: 0px 1px 4px 0px;
	font-size: 12px;
	font-weight: 500;
    padding: 3px 10px;
    border-radius: 3px;
    color: #292929 !important;
    background-color: var(--color-section_bg);
}
body.single-post .tag>a {
	display: inline-block;
    margin: 0px 7px 7px 0px;
}
body .btn-tag {
	border: 1px solid #e6e6e6;
	background-color: transparent !important;
}
article .post-title {
	font-size: 22px;
    font-weight: 700;
    line-height: 28px;
    margin: 8px 0 -8px;
}
.post-title a {
	color: var(--color-black);
	-o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}
.post-title a:hover {
	color: var(--color-primary);
}
article .post-excerpt p {
	color: #4E5566;
	font-weight: 400;
	line-height: 24px;
	margin-bottom: 10px;
	-webkit-line-clamp: 3;
    line-clamp: 3;
    word-break: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    visibility: visible;
}
.post-meta {
	position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center!important;
    align-items: center!important;
}
.post-meta span {
	font-size: 14px;
    color: #757575;
    font-weight: 400;
}
.post-meta>span {
	margin-right: 5px;
}
.post-meta span a>span {
    font-weight: 600;
    color: var(--color-black);
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}
.post-meta span.dot {
	font-size: 20px;
    line-height: 0;
    margin-top: -8px;
    margin-left: 1px;
    margin-right: 6px;
}

.eishop_loadmore, .homepage-list .c-readmore>a{
	color: #ffffff;
	background-color: var(--color-primary);
	border-radius: var(--ei-border-radius);
	display: block;
	text-align: center;
	font-size: 14px;
	font-weight: 700;
	letter-spacing:1px;
	cursor:pointer;
	text-transform: uppercase;
	padding: 10px 0;
	margin-top: 30px;
	transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;  
}
/* Article End */

/* Title */
.wrapper.p-sidebar .content div.c-post-left>.title, .wrapper.p-sidebar .content .sec-title {
    padding: 15px 20px 17px;
    margin-bottom: 30px;
    border-radius: var(--ei-border-radius);
	background: var(--color-section_bg);
}
.wrapper.p-sidebar .content div.c-post-left>.title .c-taxonomy-description {
    margin: 8px 0 2px;
}
.wrapper.p-sidebar .content div.c-post-left>.title>.container {
	padding: 0 !important;
}
.wrapper.p-sidebar .content div.c-post-left>.title h1 {
    margin-top: 0;
    margin-bottom: 0;
}
.title h1, .sec-title {
	font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
}
.sec-title {
	margin-bottom: 30px;
}
.title h1 {
	margin: -15px 0 30px;
}
.content-page .title h1 {
	margin-bottom: 25px;
}
.title h1 span {
	display: block;
    font-size: 1rem;
    font-weight: 400;
    margin-top: 5px;
}
.title .c-taxonomy-description {
	margin: -23px 0 30px;
}
.title .c-taxonomy-description p:first-of-type {
	margin-top: 0 !important;
}
.title .c-taxonomy-description p:last-of-type {
	margin: 0 !important;
}
.title .c-taxonomy-description p {
	font-weight: 400;
    line-height: 24px;
    margin: 0 0 10px;
}
/* Title End */

/* Alert */
.c-alert {
    color: #664d03;
    background-color: #fff3cd;
    border: 1px solid #ffecb5;
    border-radius: var(--ei-border-radius);
    padding: 13px 20px;
    margin-bottom: 30px;
}
/* Alert End */

/* Search Form */
.search-overlay {
	position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    width: 100%;
    height: 100vh;
    cursor: zoom-out;
    background-color: rgb(0 0 0 / 60%);
}
.search-overlay, .search-form {
	opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.search-active .search-overlay, .search-active .search-form {
	opacity: 1;
    visibility: visible;
}
.search-active .search-form, body.dark-mode.search-active .search-form {
	padding: 25px;
	background-color: var(--color-primary) !important;
}
.search-form {
	position: fixed;
    width: inherit;
    top: 0;
    padding: 30px 0 10px;
    background-color: #ffffff;
    z-index: 999999;
}
.search-form form {
	position: relative;
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center!important;
    align-items: center!important;
	height: 50px;
    padding: 10px 20px 10px 0;
    background: #ffffff;
    box-shadow: 0px 0px 20px 3px rgb(0 0 0 / 5%);
    border-radius: var(--ei-border-radius);
}
.search-form select {
	width: 120px !important;
	padding: 0 40px 0 20px !important;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='5' viewBox='0 0 8 5' fill='none'%3E%3Cpath d='M7.35491 1.10501C7.30843 1.05814 7.25313 1.02095 7.1922 0.995561C7.13127 0.970177 7.06591 0.957108 6.99991 0.957108C6.9339 0.957108 6.86855 0.970177 6.80762 0.995561C6.74669 1.02095 6.69139 1.05814 6.64491 1.10501L4.35491 3.39501C4.30843 3.44187 4.25313 3.47907 4.1922 3.50445C4.13127 3.52984 4.06591 3.54291 3.99991 3.54291C3.9339 3.54291 3.86855 3.52984 3.80762 3.50445C3.74669 3.47907 3.69139 3.44187 3.64491 3.39501L1.35491 1.10501C1.30843 1.05814 1.25313 1.02095 1.1922 0.995561C1.13127 0.970177 1.06591 0.957108 0.999908 0.957108C0.933902 0.957108 0.868549 0.970177 0.80762 0.995561C0.74669 1.02095 0.691389 1.05814 0.644908 1.10501C0.551782 1.19869 0.499512 1.32541 0.499512 1.45751C0.499512 1.5896 0.551782 1.71633 0.644908 1.81001L2.93991 4.10501C3.22116 4.38591 3.60241 4.54369 3.99991 4.54369C4.39741 4.54369 4.77866 4.38591 5.05991 4.10501L7.35491 1.81001C7.44803 1.71633 7.5003 1.5896 7.5003 1.45751C7.5003 1.32541 7.44803 1.19869 7.35491 1.10501Z' fill='%23535353'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-size: 10px !important;
    background-position: calc(100% - 1.6em) center !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
body .search-form input[type="text"] {
	width: calc(100% - 160px);
	padding: 3px 10px 3px 23px !important;
    border-left: 1px solid #e6e6e6 !important;
    font-weight: 400;
}
.search-form button {
	position: absolute;
    right: 0;
	width: 55px;
	padding: 0 !important;
}
.search-form select, .search-form input[type="text"], .search-form button {
	font-size: 14px;
    color: #292929;
    background-color: transparent !important;
	border: 0 !important;
	border-radius: 0 !important;
	outline: none;
	box-shadow: none;
}
.search-form button span, span.socmed-title {
    position: absolute !important;
    font-size: 1px !important;
    color: transparent !important;
}
/* Search Form End */

/* Single Post */
.single-post h1.post-title {
	margin: 18px 0 12px;
	line-height: 39px;
}
.single-post figure.post-image {
	margin: 30px 0 25px;
}
.single-post figure.post-image img {
	width: 100%;
}
.single-post figure.post-image figcaption {
	font-size: 13px;
    color: #6d717f;
    text-align: center;
    line-height: 18px;
    margin: 0.2075em 0 2.4em;
}
.single-post blockquote p {
    display: block;
    font-weight: 700;
	margin: 0 0 20px 0 !important;
}
.single-post blockquote p:last-child {
	margin: 0 0 0px 0 !important;
}
.single-post blockquote p a, .single-post .c-also-read a {
	color: var(--color-primary-2);
}
body.single-post .content-single blockquote, .single-post .c-also-read.c-default {
	padding: 16px 20px 18px;
    background-color: var(--color-section_bg);
    border-left: 2px solid var(--color-primary);
    border-radius: var(--ei-border-radius);
}
.single-post .c-also-read {
	padding: 0;
    margin: -5px 0 28px !important;
    font-weight: 700;
    border-left: 0;
}
.single-post .c-also-read.with-image div {
	display: flex;
    flex-wrap: wrap;
    padding: 20px;
    margin-top: 10px;
    background-color: var(--color-section_bg);
    border-left: 2px solid var(--color-primary);
    border-radius: var(--ei-border-radius);
}
.single-post.dark-mode .c-also-read.with-image div {
	background-color: #353744;
}
.single-post .c-also-read.with-image a {
	display: flex;
    width: 80px;
}
.single-post .c-also-read.with-image a:last-of-type {
	display: flex;
    width: calc(100% - 80px);
    padding-left: 15px;
    font-weight: 700;
    line-height: 22px;
    color: var(--color-black);
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}
.single-post.dark-mode .c-also-read.with-image a:last-of-type {
	color: #ffffff;
}
.single-post .c-also-read.with-image a:hover:last-of-type {
	color: var(--color-primary);
}
.single-post .c-also-read.with-image a img {
	width: 100%;
    height: 60px;
    object-fit: cover;
}

.single-post .post-nav-links {
	color: var(--color-black);
    font-weight: 600;
    margin: 30px 0;
}
.single-post .post-nav-links .post-page-numbers {
	font-weight: 500;
	padding: 5px 5px;
    border-radius: var(--ei-border-radius);
}
.single-post .post-page-numbers.current {
	padding: 5px 10px;
    margin: 0 5px;
    color: #ffffff;
    background-color: var(--color-primary);
}
.single-post .content-single ol>li::marker {
    font-weight: bold;
}
.single-post .content-single ol>li {
    margin-bottom: 20px;
}
.medium-zoom-image--opened, .medium-zoom--opened .medium-zoom-overlay {
	z-index: 9999 !important;
}
.medium-zoom--opened .medium-zoom-overlay {
	opacity: .8 !important;
}
/* Single Post End */

/* Related Post */
.related-post {
	padding-top: 20px;
}
.related-post .c-row {
	display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.related-post article.type-post {
    display: block;
    flex: 0 0 auto;
    width: 33.3333%;
    padding: 0 10px;
    margin-top: 0 !important;
    margin-bottom: 30px !important;
    border-top: 0;
}
.related-post article .post-title {
    font-size: 16px;
    line-height: 22px;
    margin-top: 5px !important;
}
.related-post .sec-title {
	font-size: var(--h3);
}
.related-post article .post-content {
	width: 100%;
    padding-right: 0;
}
.related-post article figure {
	width: 100%;
}
.wrapper.p-sidebar .related-post article figure {
	margin: 0 !important;
}
.wrapper.p-sidebar .related-post article .post-title a {
	-webkit-line-clamp: 3;
    line-clamp: 3;
	word-break: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    visibility: visible;
    xwhite-space: break-spaces;
}
.related-post article figure img {
	aspect-ratio: 3/2 !important;
}
/* Related Post End */

/* Contact Form 7 */
::placeholder {
  	color: #909090 !important;
  	opacity: 1;
}
:-ms-input-placeholder {
 	color: #909090 !important;
}
::-ms-input-placeholder {
 	color: #909090 !important;
}
body .content input, body .content select, body .content textarea {
	width: 100%;
    font-size: 14px;
    border: 1px solid #eaeaef;
    color: var(--color-black);
    background-color: #fdfdfd;
    border: 0;
    margin-bottom: 20px !important;
}
body .content input[type="submit"] {
	width: auto;
    cursor: pointer;
    color: #ffffff;
    background-color: var(--color-primary) !important;
    border-color: var(--color-primary) !important;
}
body .wpcf7-spinner {
    display: block !important;
    margin: auto !important;
}
body .wpcf7-not-valid-tip {
    font-size: 13px !important;
    color: #ff6b57 !important;
    font-weight: normal !important;
    display: block !important;
    padding-top: 0px !important;
    margin-top: -18px !important;
    margin-bottom: -15px !important;
}
body span[data-name="your-message"] .wpcf7-not-valid-tip {
	margin-top: -25px !important;
    margin-bottom: -5px !important;
}
body .wpcf7 form .wpcf7-response-output {
    margin: -25px 0 0 !important;
    text-align: center !important;
    border-width: 1px !important;
    border-color: #ff6b57 !important;
    border-radius: var(--ei-border-radius) !important;
    padding: 10px 20px;
    color: #ff6b57 !important;
}
body .wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450 !important;
    color: #46b450 !important;
}
/* Contact Form 7 End */

/* 404 */
.c-404 {
	text-align: center;
}
.c-404 h2 {
	font-size: 18px;
    margin: -5px 0 -10px !important;
}
.c-404 p {
	font-size: 15px;
    margin-bottom: 15px;
}
/* 404 End */

/* Footer */
footer.c-footer>.container {
	position: absolute;
    bottom: 0;
}
footer .c-row {
	display: flex;
    flex-wrap: wrap;
    padding: 25px 0;
    margin-top: 60px;
    border-top: 1px solid #e6e6e6;
}
footer .c-row .col {
	flex: 0 0 auto;
    width: 50%;
    font-size: 13px;
	color: #757575;
}
footer .c-menu ul {
	list-style-type: none;
    margin: 0;
    padding: 0;
}
footer .c-menu ul li {
	display: inline-block;
	margin-right: 25px;
}
body footer .c-menu ul li.active a {
	color: var(--color-primary) !important;
}
footer .c-menu ul li a {
	color: #757575;
	-o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}
.wrapper.p-sidebar footer .c-row.c-hide-menu {
	-ms-flex-pack: center!important;
    justify-content: center!important;
}
.wrapper.p-sidebar footer .c-row.c-hide-menu>div.col:first-child {
	display: none;
}
.wrapper.p-sidebar footer .c-row.c-hide-menu .copyright {
	text-align: center;
}
footer .copyright {
	margin: 0;
	text-align: right;
}
/* Footer End

/* Comments Area */
.comments-area label[for="comment"], .comments-area label[for="author"], .comments-area label[for="email"] {
	display: none !important;
}
.comments-area .comment-respond textarea {
  width: 100% !important;
}
.comments-area .comment-respond input[type="text"], .comments-area .comment-respond input[type="email"], .comments-area .comment-respond input[type="url"] {
   width: 100% !important;
   display: block;
}
.comments-area .comment-respond input[type="text"], .comments-area .comment-respond input[type="email"], .comments-area .comment-respond input[type="url"], .comments-area .comment-respond textarea {
  margin-bottom: 0 !important;
}
.comments-area .comment-respond input[type="submit"] {
  font-size: 15px;
  color: #fff !important;
  box-shadow: 1px 2px 7px -5px rgb(0 0 0 / 80%) !important;
}
.comments-area .comment-respond,
.comments-area .entry-pings,
.comments-area .entry-comments {
    color: #444;
    overflow: hidden;
}
.comments-area .entry-comments h3{
    font-size: 30px;
    margin-bottom: 30px;
}
.comments-area .comment-respond h3,
.comments-area .entry-pings h3{
    margin-bottom: 10px;
}
.comments-area .comment-respond h3.comment-reply-title {
	color: #161f38;
	font-weight: 700 !important;
  	margin-top: 30px;
}
.comments-area .comment-respond h3.comment-reply-title small a {
  	padding-left: 10px;
  	text-decoration: underline;
  	font-size: 15px;
}
.comments-area {
  	margin-top: 50px;
}
.comments-area.no-comment {
  	margin-top: 32px;
}
.comments-area .comment-respond {
    border-left: none !important;
}
.comments-area .comment-respond p.form-submit {
  xmargin-bottom: 0 !important;
}
.comments-area .comment-header {
    color: #adaeb3;
    font-size: 14px;
    margin-bottom: 20px;
}
.comments-area .comment-header cite a {
    border: none;
    font-style: normal;
    font-size: 16px;
    font-weight: bold;
}
.comments-area .comment-header .comment-meta a {
    border: none;
    color: #adaeb3;
}
.comments-area h2.comments-title {
	color: #161f38;
	font-weight: 700 !important;
  	margin-bottom: 20px;
}
.comments-area a {
	text-decoration: none !important;
}
.comments-area ul {
  	list-style-type: none;
  	padding: 0;
}
.comments-area li.comment {
    border-right: none;
}
.comments-area .comment-content {
    clear: both;
    overflow: hidden;
}
.comments-area .comment-content p {
	margin: 0 0 20px;
}
.comments-area .comment-list li {
    padding: 20px 0px;
    border-top: 1px solid #e6e6e6;
}
.comments-area .comment-list .children {
    margin-left: 35px;
}
.comments-area .comment-list .children {
    margin-top: 20px;
    margin-bottom: -20px;
}
.single-post .comments-area li .comment-author img {
    width: 32px !important;
    height: 32px !important;
    object-fit: cover !important;
    margin-right: 6px;
    border-radius: 100%;
    vertical-align: middle;
}
.single-post .comments-area li .comment-metadata a {
  color: #9c9c9c !important;
  font-size: 14px;
}
.comments-area .comment-respond input[type="email"],
.comments-area .comment-respond input[type="text"],
.comments-area .comment-respond input[type="url"] {
    width: 50%;
}
.comments-area .comment-respond label {
    margin-right: 10px;
    margin-bottom: 10px;
}
.single-post .content .comments-area .comment-form-comment {
	margin-bottom: -4px !important;
}
.single-post .content .comments-area .comment-notes {
	margin-top: 0;
}
body .comment-form-cookies-consent input {
	width: auto !important;
    height: auto !important;
    margin-right: 5px !important;
    margin-bottom: 0 !important;
}
.comments-area .entry-comments .comment-author {
    margin-bottom: 0;
    position: relative;
}
.comments-area .entry-comments .comment-author img {
    border-radius: 50%;
    border: 5px solid #fff;
    left: -80px;
    top: -5px;
    position: absolute;
    width: 60px;
}
.comments-area .entry-pings .reply {
    display: none;
}
.comments-area .bypostauthor {
}
.comments-area .form-allowed-tags {
    background-color: var(--color-section_bg);
    font-size: 16px;
    padding: 24px;
}
body.single-post .comments-area li a.comment-reply-link, body.single-post .comments-area li a.comment-reply-link:focus{
    cursor: pointer;
    background-color: var(--color-primary);
    border: none;
    border-radius: 3px;
    color: #ffffff !important;
    font-size: 12px;
    letter-spacing: 1px;
    padding: 5px 13px;
    width: auto;
}
.comments-area .comment-reply-link:hover{
    color: #fff;
}
.comments-area label[for="wp-comment-cookies-consent"] {
  display: inline !important;
}
.comments-area footer.comment-meta {
	background: transparent !important;
    padding: 0 !important;
}
.comments-area footer.comment-meta .comment-awaiting-moderation {
	padding: 1px 5px;
    border-radius: 3px;
    background-color: #ff6b57;
    color: #ffffff;
}
.single-post .comments-area li .comment-meta .comment-author a {
	color: #444444 !important;
}
.single-post .comments-area li .comment-metadata {
	margin-bottom: 5px;
}
.comments-area .comment-form-author, .comments-area .comment-form-email {
	width: 49%;
    display: inline-block;
    margin-bottom: 0 !important;
}
.comments-area .comment-form-email {
	float: right;
}
.comments-area .comment-form-cookies-consent {
	clear: both;
}
/* Comments Area End */

/* Disqus */
#disqus_thread {
	margin-top: 50px;
	margin-bottom: 50px;
}
#disqus_thread .c-btn {
	font-size: 15px;
    padding: 14px 23px;
    line-height: 1;
}
/* Disqus End */

/* TOC */
.heading-level-3 {
	margin-left: 30px !important;
}
.heading-level-4,
.heading-level-5,
.heading-level-6 {
	margin-left: 60px !important;
}

.table-of-contents {
  	position: relative;
  	margin: 0px 0 30px;
	padding: 30px 40px 35px;
	border-radius: var(--ei-border-radius);
	background-color: #F9F9F9;
}
.table-of-contents.after_paragraph {
	margin: 33px 0 !important;
}
.table-of-contents .toc-headline {
  	font-size: 20px;
  	color: var(--color-black);
  	font-weight: 500;
  	display: block;
  	cursor: pointer;
}
.table-of-contents .toc-headline::before {
	content: '';
	width: 18px;
	height: 18px;
	display: inline-block;
	margin-right: 0.7rem;
}
.table-of-contents .toggle-toc {
  	position: absolute;
	top: 20px;
	right: 40px;
  	font-size: 25px;
  	cursor: pointer;
  	font-weight: 500;
}
.table-of-contents.collaps-true .toggle-toc {
    font-weight: 400;
}
@media (min-width: 768px) {
	.table-of-contents .toggle-toc {
	    margin-top: 5px;
	}
}
.table-of-contents ul {
  	padding: 0;
	margin-bottom: 0 !important;
}
.table-of-contents ul.collaps {
    display: none;
}
.table-of-contents li {
  	position: relative;
  	padding-left: 1rem;
  	list-style: none;
  	line-height: 1.2;
  	font-weight: 400;
  	margin: .3rem 0;
  	transition: .2s ease all;
}
.table-of-contents li:hover {
  	padding-left: 1.1rem;
}
.table-of-contents li a {
  	font-size: 16px;
  	line-height: 1.7;
  	text-decoration: none;
  	color: var(--color-black);
  	-o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}
.table-of-contents li a:hover {
	color: var(--color-primary);
}
.table-of-contents li a strong {
	font-weight: 400;
}
.table-of-contents li::before {
	content: '';
	position: absolute;
	left: -4px;
	margin-top: -3px;
	font-size: 25px;
}
.table-of-contents li>ul {
  	padding-left: 0.7rem;
  	padding-bottom: 1rem;
}
/* TOC End */

/* DataTable */
body .dataTables_wrapper {
	margin-top: 40px !important;
	padding: 30px 0;
	border-radius: var(--ei-border-radius);
	border: 1px solid #e6e6e6;
}
body .dataTables_length>label {
	display: flex;
	-ms-flex-align: center!important;
	align-items: center!important;
}
body .dataTables_wrapper .dataTables_filter input {
	width: auto;
	margin-left: 10px !important;
	margin-bottom: 0 !important;
    border: 0 !important;
    font-size: 13px;
    background-color: #fdfdfd !important;
    border: 1px solid #eaeaef !important;
}
body .dataTables_length>label>select {
	width: 100px;
	margin: 0px 10px !important;
	border: 1px solid #e6e6e6 !important;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='5' viewBox='0 0 8 5' fill='none'%3E%3Cpath d='M7.35491 1.10501C7.30843 1.05814 7.25313 1.02095 7.1922 0.995561C7.13127 0.970177 7.06591 0.957108 6.99991 0.957108C6.9339 0.957108 6.86855 0.970177 6.80762 0.995561C6.74669 1.02095 6.69139 1.05814 6.64491 1.10501L4.35491 3.39501C4.30843 3.44187 4.25313 3.47907 4.1922 3.50445C4.13127 3.52984 4.06591 3.54291 3.99991 3.54291C3.9339 3.54291 3.86855 3.52984 3.80762 3.50445C3.74669 3.47907 3.69139 3.44187 3.64491 3.39501L1.35491 1.10501C1.30843 1.05814 1.25313 1.02095 1.1922 0.995561C1.13127 0.970177 1.06591 0.957108 0.999908 0.957108C0.933902 0.957108 0.868549 0.970177 0.80762 0.995561C0.74669 1.02095 0.691389 1.05814 0.644908 1.10501C0.551782 1.19869 0.499512 1.32541 0.499512 1.45751C0.499512 1.5896 0.551782 1.71633 0.644908 1.81001L2.93991 4.10501C3.22116 4.38591 3.60241 4.54369 3.99991 4.54369C4.39741 4.54369 4.77866 4.38591 5.05991 4.10501L7.35491 1.81001C7.44803 1.71633 7.5003 1.5896 7.5003 1.45751C7.5003 1.32541 7.44803 1.19869 7.35491 1.10501Z' fill='%23535353'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-size: 10px !important;
    background-position: 75px !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    box-shadow: none;
}
body .dataTables_length>label>select, body .dataTables_wrapper .dataTables_filter input {
	border-radius: var(--ei-border-radius) !important;
	padding: 4px 12px !important;
	height: 35px;
}
body .dataTables_wrapper .dataTables_length, body .dataTables_wrapper .dataTables_filter, body .dataTables_wrapper .dataTables_info, body .dataTables_wrapper .dataTables_processing, body .dataTables_wrapper .dataTables_paginate {
	color: #747474;
	font-size: 14px;
}
body .dataTables_wrapper .dataTables_paginate .paginate_button.current, body .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
	width: 30px;
	height: 30px;
	line-height: 27px;
	border-radius: 100%;
	padding: 0;
	color: #fff !important;
	background: var(--color-primary);
}
body .dataTables_wrapper .dataTables_paginate .paginate_button:active, body .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
	background: none;
	box-shadow: none;
	border-color: transparent;
	color: var(--color-primary) !important;
	padding: 0.5em 1em;
	min-width: 1.5em;
}
body table.dataTable thead th, body table.dataTable thead td {
	padding: 10px;
	border-bottom: 1px solid #e6e6e6;
	font-weight: 600;
	color: #3e3e3e;
	text-align: left;
}
body table.dataTable.no-footer {
	padding: 20px 0 !important;
	border: 0 !important;
}
body table.dataTable td.s-date {
	width: 160px;
}
body table.dataTable th, body table.dataTable td {
	border: 0 !important;
	border-bottom: 1px solid #e6e6e6 !important;
	font-size: 16px !important;
	text-transform: capitalize !important;
	padding: 10px !important;
}
body table.dataTable.display tbody tr.even > .sorting_1, body table.dataTable.order-column.stripe tbody tr.even > .sorting_1, body table.dataTable.stripe tbody tr.odd, body table.dataTable.display tbody tr.odd, body table.dataTable tbody tr, body table.dataTable.display tbody tr.odd > .sorting_1, body table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
    background-color: transparent !important;
}
body table.dataTable.display tbody tr > .sorting_1 a:hover, body table.dataTable.display tbody tr > .sorting_1 a:focus {
	color: var(--color-primary) !important;
}
body table.dataTable .hover-flip-item span {
	text-transform: capitalize !important;
}
body body .dataTables_wrapper .dataTables_paginate .paginate_button.next {
	padding-right: 0 !important;
}
body table.dataTable th, body table.dataTable td {
	padding: 10px 25px !important;
}
body table.dataTable td a {
	color: var(--color-black);
	-o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}
body table.dataTable td a:hover {
	color: var(--color-primary);
}
body .dataTables_wrapper .dataTables_length, body .dataTables_wrapper .dataTables_info {
	padding-left: 25px;
}
body .dataTables_wrapper .dataTables_filter, body .dataTables_wrapper .dataTables_paginate {
	padding-right: 25px;
}
body .dataTables_paginate>span {
	padding-left: 10px;
    padding-right: 10px;
}
body span .paginate_button {
	padding-left: 5px !important;
    padding-right: 5px !important;
}
body span .paginate_button.current {
	margin-left: 8px !important;
	margin-right: 8px !important;
}
body span .paginate_button:first-child {
	margin-left: -7px !important;
}
body span .paginate_button:last-child {
	margin-right: -10px;
}
body span .paginate_button.current:first-child {
	margin-left: -1px !important;
}
body span .paginate_button.current:last-child {
	margin-right: -9px !important;
}
body table.dataTable tbody td a.btn {
	line-height: normal !important;
	padding-top: 3px;
	padding-bottom: 3px;
}
/* DataTable End */

/* Ads Dummy */
body .c-ads {
	margin: 25px 0 30px;
}
body .homepage-list .c-ads, body .homepage-list .c-ads.top_ad {
	margin-top: 30px !important;
	margin-bottom: 0 !important;
}
body .c-ads.top_ad {
	margin-top: 0 !important;
}
body .c-ads.bottom_ad {
	margin-top: 40px;
	margin-bottom: 0 !important;
}
.c-ad {
	text-align: center;
    font-weight: 500;
    color: #757575;
    background-color: var(--color-section_bg);
    border-radius: var(--ei-border-radius);
}
.c-ad span:last-child {
	padding-left: 25px;
	font-weight: 600;
}
.c-ad.x-top {
	max-width: 930px;
	margin: auto;
	font-size: 20px;
	padding: 40px 0;
}
.c-ad.x-sidebar {
	padding: 35px 0;
}
.c-ad.x-sidebar span:last-child {
	padding-left: 18px;
}
.home .c-ad.x-top {
	width: 100%;
}
.home .c-ads.middle_ad {
	margin-top: 0;
}
.right-sidebar .c-ad.x-top {
	font-size: 16px;
    padding: 30px 20px;
}
.c-float-ads {
	margin: 0 auto;
}
.c-float-ad-left, .c-float-ad-right {
	position: fixed;
	width: 160px;
	opacity: 0;
}
.c-float-ads.c-active .c-float-ad-left, .c-float-ads.c-active .c-float-ad-right {
	opacity: 1;
}
.c-float-ads.c-active .c-float-ad-right {
	right: auto;
}
.c-float-ad-left {
	margin-left: -180px;
}
.c-float-ad-right {
	margin-left: 960px;
	right: 0;
}
.c-float-ads .c-ad.x-top {
	height: 600px;
}
.c-float-ads .c-ad.x-top>div {
	white-space: nowrap;
    margin-top: 300px;
}
.c-float-ads .c-float-ad-left .c-ad.x-top>div {
	transform: rotate( -90deg );
}
.c-float-ads .c-float-ad-right .c-ad.x-top>div {
	transform: rotate( 90deg );
	margin-top: 165px;
}
.c-float-ads .c-ad span:last-child {
	letter-spacing: 1px;
}
body .c-float-ads span.c-close {
	width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 0;
}
body .c-float-ads span.c-close>span {
	width: 20px;
    height: 20px;
}
body .c-float-ads span.c-close>span svg {
    width: 8px;
    height: 8px;
}
body .c-float-ads .c-float-ad-left span.c-close {
	top: 0;
    left: 0;
    right: auto;
}
body .c-float-ads .c-float-ad-right span.c-close {
	top: 0;
    left: auto;
    right: 0;
}
body .c-float-ads img {
	border-radius: 0 !important;
}
/* Ads Dummy End */

/* Dark Mode */
.c-dark-mode svg:first-child, body.dark-mode .c-dark-mode svg:last-child {
    display: none;
}
body.dark-mode .c-dark-mode svg:first-child {
    display: inline-block;
}
body.dark-mode::-webkit-scrollbar-thumb, body.dark-mode .nav-left .navwrap::-webkit-scrollbar-thumb {
    background: #5d5f6e !important;
}
body.dark-mode::-webkit-scrollbar-track {
    background: #30313b !important;
}
body.dark-mode, body.dark-mode .main-navigation, body.dark-mode .search-form {
	background-color: #272935 !important;
}
body.dark-mode .main-navigation .nav-left:after {
	background-image: linear-gradient(to right, rgb(39 41 53 / 31%) 50%, #272935 100%) !important;
}
body.dark-mode .main-navigation .nav-collapse:after {
	background: #575a6b;
}
body.dark-mode .sidebar {
	background: #20222e;
}
body.dark-mode .c-modal-content {
	background-color: #20222e;
}
body.dark-mode .c-modal-body .c-btn.c-modal-hide {
	color: #ffffff;
    background-color: #353744 !important;
    border: 1px solid #575a6b !important;
}
body.dark-mode .widget-area .widget_tag_cloud a, body.dark-mode .btn-tag {
	background-color: #353744 !important;
	border: 1px solid #575a6b !important;
}
body.dark-mode .comments-area .comment-respond, body.dark-mode .comments-area .entry-pings, body.dark-mode .comments-area .entry-comments {
	background: transparent !important;
}
body.dark-mode .comments-area li.comment {
	background-color: transparent !important;
}
body.dark-mode .table-of-contents {
	background-color: #353744 !important;
}
body.dark-mode .nav>li.has-dropdown .dropdown {
	background-color: #353744 !important;
	border: 1px solid #575a6b !important;
    box-shadow: 0 15px 40px 5px rgb(88 88 101 / 15%) !important;
}
body.dark-mode .swiper-pagination-bullet {
	background: #ffffff;
}
body.dark-mode .elementor-widget-icon-box .elementor-icon-box-title, body.dark-mode .elementor-widget-icon-box .elementor-icon-box-description, body.dark-mode .elementor-widget-counter .elementor-counter-number-wrapper, body.dark-mode .elementor-widget-counter .elementor-counter-title, body.dark-mode .elementor-widget-testimonial .elementor-testimonial-content, body.dark-mode .elementor-widget-testimonial .elementor-testimonial-name, body.dark-mode .elementor-widget-testimonial .elementor-testimonial-job, body.dark-mode .elementor-widget-tabs .elementor-tab-content, body.dark-mode .elementor-widget-tabs .elementor-tab-title, body.dark-mode .elementor-widget-progress .elementor-title, body.dark-mode .elementor-widget-accordion .elementor-tab-content, body.dark-mode .elementor-widget-accordion .elementor-accordion-icon, body.dark-mode .elementor-widget-accordion .elementor-accordion-title, body.dark-mode .elementor-widget-icon-list .elementor-icon-list-text {
	color: #ffffff;
}
body.dark-mode .search-form form {
	background: #353744;
}
body.dark-mode .search-form select {
	border: 0 !important;
}
body.dark-mode .search-form select, body.dark-mode .widget-area .widget select {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='5' viewBox='0 0 8 5' fill='none'%3E%3Cpath d='M7.35491 1.10501C7.30843 1.05814 7.25313 1.02095 7.1922 0.995561C7.13127 0.970177 7.06591 0.957108 6.99991 0.957108C6.9339 0.957108 6.86855 0.970177 6.80762 0.995561C6.74669 1.02095 6.69139 1.05814 6.64491 1.10501L4.35491 3.39501C4.30843 3.44187 4.25313 3.47907 4.1922 3.50445C4.13127 3.52984 4.06591 3.54291 3.99991 3.54291C3.9339 3.54291 3.86855 3.52984 3.80762 3.50445C3.74669 3.47907 3.69139 3.44187 3.64491 3.39501L1.35491 1.10501C1.30843 1.05814 1.25313 1.02095 1.1922 0.995561C1.13127 0.970177 1.06591 0.957108 0.999908 0.957108C0.933902 0.957108 0.868549 0.970177 0.80762 0.995561C0.74669 1.02095 0.691389 1.05814 0.644908 1.10501C0.551782 1.19869 0.499512 1.32541 0.499512 1.45751C0.499512 1.5896 0.551782 1.71633 0.644908 1.81001L2.93991 4.10501C3.22116 4.38591 3.60241 4.54369 3.99991 4.54369C4.39741 4.54369 4.77866 4.38591 5.05991 4.10501L7.35491 1.81001C7.44803 1.71633 7.5003 1.5896 7.5003 1.45751C7.5003 1.32541 7.44803 1.19869 7.35491 1.10501Z' fill='%23FFFFFF'/%3E%3C/svg%3E") !important;
}
body.dark-mode .search-form input[type="text"] {
	border-left: 1px solid #575a6b !important;
}
body.dark-mode .search-overlay {
	background-color: rgb(39 41 53 / 62%);
}
body.dark-mode .breadcrumbs {
	color: #ffffff !important;
    background-color: #353744 !important;
    border-color: #353744 !important;
}
body.dark-mode form input::placeholder, body.dark-mode form textarea::placeholder {
  	color: #82879d !important;
  	opacity: 1;
}
body.dark-mode form input:-ms-input-placeholder, body.dark-mode form textarea:-ms-input-placeholder {
 	color: #82879d !important;
}
body.dark-mode form input::-ms-input-placeholder, body.dark-mode form textarea::-ms-input-placeholder {
 	color: #82879d !important;
}
body.dark-mode form input, body.dark-mode form select, body.dark-mode form textarea, body.dark-mode .comments-area .comment-respond input[type="text"], body.dark-mode .comments-area .comment-respond input[type="email"], body.dark-mode .comments-area .comment-respond input[type="url"], body.dark-mode .comments-area .comment-respond textarea, body.dark-mode .custom-widget .widget select, body.dark-mode .custom-widget .widget_search input[type="search"], body.dark-mode .dataTables_wrapper, body.dark-mode .dataTables_wrapper .dataTables_filter input, body.dark-mode .dataTables_length>label>select {
	color: #ffffff !important;
	background-color: #353744 !important;
	border: 1px solid #575a6b !important;
}
body.dark-mode article.type-post, body.dark-mode footer .c-row {
	border-top: 1px solid #575a6b;
}
body.dark-mode .related-post article.type-post {
	border-top: 0 !important;
}
body.dark-mode article .post-category a, body.dark-mode .btn-cat, body.dark-mode .btn-cat:hover, body.dark-mode table.dataTable td a.btn-cat:hover {
	color: #ffffff !important;
    background-color: #353744 !important;
    border: 1px solid #575a6b !important;
}
body.dark-mode .btn-tag {
	color: #ffffff !important;
    border: 1px solid #575a6b !important;
}
body.dark-mode table.dataTable th, body.dark-mode table.dataTable td {
	border-bottom: 1px solid #575a6b !important;
}
body.dark-mode .breadcrumbs__current {
    color: #babdc7 !important;
}
body.dark-mode, body.dark-mode .nav li a, body.dark-mode .widget .wid-title, body.dark-mode footer .title-footer, body.dark-mode .social-media a, body.dark-mode .table-of-contents .toc-headline, body.dark-mode .table-of-contents .toggle-toc, body.single-post.dark-mode .content .table-of-contents li a, body.single-post.dark-mode .content .table-of-contents li, body.single-post.dark-mode .social-media p, body.dark-mode .comments-area .comment-respond, body.dark-mode .comments-area .entry-pings, body.dark-mode .comments-area .entry-comments, body.dark-mode .comments-area h2.comments-title, body.single-post.dark-mode .content .comments-area li .comment-meta .comment-author a, body.dark-mode .comments-area .comment-respond h3.comment-reply-title, body.dark-mode .custom-widget section.widget ul li a, body.dark-mode .wp-calendar-table caption, body.dark-mode .wp-calendar-nav-prev a, body.dark-mode .dataTables_wrapper .dataTables_length, body.dark-mode .dataTables_wrapper .dataTables_filter, body.dark-mode .dataTables_wrapper .dataTables_info, body.dark-mode .dataTables_wrapper .dataTables_processing, body.dark-mode .dataTables_wrapper .dataTables_paginate, body.dark-mode table.dataTable thead th, body.dark-mode table.dataTable thead td, body.dark-mode .dataTables_wrapper .dataTables_paginate .paginate_button, body.dark-mode .elementor-widget-heading .elementor-heading-title, body.dark-mode .elementor-widget-text-editor, body.dark-mode .post-title a, body.dark-mode article .post-excerpt p, body.dark-mode table.dataTable td a, body.dark-mode .widget-area section.widget ul li a, body.dark-mode .widget-area .widget_tag_cloud a {
    color: #ffffff !important;
}
body.dark-mode table.dataTable td a:hover, body.dark-mode footer .c-menu ul li a:hover, body.dark-mode footer .c-menu ul li.active a, body.dark-mode .widget-area section.widget ul li a:hover, body.dark-mode .post-title a:hover {
	color: var(--color-primary) !important;
}
body.dark-mode footer .c-menu ul li a, body.dark-mode footer .copyright {
	color: #babdc7 !important;
}
body.dark-mode .post-meta span, body.single-post.dark-mode figure.post-image figcaption, body.dark-mode .wp-caption .wp-caption-text {
	color: #babdc7;
}
body.dark-mode .post-meta span a>span {
	color: #d9dbe0;
}
body.single-post.dark-mode .content .comments-area li .comment-metadata a, body.single-post.dark-mode .custom-widget section.widget ul li .post-date, body.dark-mode .dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
	color: #b3b3b3 !important;
}
body.dark-mode .dataTables_length>label>select {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='5' viewBox='0 0 8 5' fill='none'%3E%3Cpath d='M7.35491 1.10501C7.30843 1.05814 7.25313 1.02095 7.1922 0.995561C7.13127 0.970177 7.06591 0.957108 6.99991 0.957108C6.9339 0.957108 6.86855 0.970177 6.80762 0.995561C6.74669 1.02095 6.69139 1.05814 6.64491 1.10501L4.35491 3.39501C4.30843 3.44187 4.25313 3.47907 4.1922 3.50445C4.13127 3.52984 4.06591 3.54291 3.99991 3.54291C3.9339 3.54291 3.86855 3.52984 3.80762 3.50445C3.74669 3.47907 3.69139 3.44187 3.64491 3.39501L1.35491 1.10501C1.30843 1.05814 1.25313 1.02095 1.1922 0.995561C1.13127 0.970177 1.06591 0.957108 0.999908 0.957108C0.933902 0.957108 0.868549 0.970177 0.80762 0.995561C0.74669 1.02095 0.691389 1.05814 0.644908 1.10501C0.551782 1.19869 0.499512 1.32541 0.499512 1.45751C0.499512 1.5896 0.551782 1.71633 0.644908 1.81001L2.93991 4.10501C3.22116 4.38591 3.60241 4.54369 3.99991 4.54369C4.39741 4.54369 4.77866 4.38591 5.05991 4.10501L7.35491 1.81001C7.44803 1.71633 7.5003 1.5896 7.5003 1.45751C7.5003 1.32541 7.44803 1.19869 7.35491 1.10501Z' fill='%23FFFFFF'/%3E%3C/svg%3E") !important;
}
body.dark-mode .nav>li.has-dropdown>a svg path, body.dark-mode .main-navigation .nav-right span.search svg path, body.dark-mode .search-form button svg path {
	fill: #ffffff !important;
}
body.dark-mode .main-navigation .nav-right span.c-dark-mode svg path {
	stroke: #ffffff !important;
}
body.dark-mode .breadcrumbs a {
    color: #ffffff;
}
body.dark-mode .comments-area .comment-list li {
	border-top: 1px solid #353744 !important;
}
body.dark-mode .modal-content {
	border: 0 !important;
}
body.dark-mode .wp-calendar-table th, body.dark-mode .wp-calendar-table td, body.dark-mode .custom-widget .widget_tag_cloud a {
	color: #ffffff !important;
    border-color: #575a6b !important;
}
body.dark-mode .c-ad {
	color: #ffffff !important;
    background-color: #353744 !important;
}
body.dark-mode .about-author {
	background-color: #353744 !important;
}
body.dark-mode .about-author .c-name a {
	color: #ffffff;
}
body.dark-mode .about-author .c-name a:hover {
	color: var(--color-primary) !important;
}
/* Dark Mode End */

/* Modal */
.c-modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1055;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
}
.c-modal, .c-modal-backdrop {
	opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}
.c-modal.show, .c-modal-backdrop.show {
	opacity: 1;
    visibility: visible;
}
body.modal-hide .c-modal, body.modal-hide .c-modal-backdrop {
	display: none !important;
}
body.modal-hide {
	overflow-y: auto !important;
}
.c-modal-open {
    overflow-y: hidden !important;
}
.close-overlay {
	position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    width: 100vw;
    height: 100vh;
}
.c-modal-dialog {
    position: relative;
    display: flex;
    align-items: center;
    max-width: 500px;
    margin: auto;
    min-height: 100vh;
    pointer-events: none;
}
.c-modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: var(--ei-border-radius);
    outline: 0;
    margin: 30px 0;
}
.c-modal-content span.c-close, .c-profile span.c-close, .c-float-ads span.c-close, .search-form span.c-close {
    float: none !important;
    position: absolute;
    top: 13px;
    right: 13px;
    width: 25px;
    height: 25px;
    line-height: 21px;
    font-size: 16px;
    border-radius: 100%;
    background-color: #fd695e;
    opacity: 1;
    color: white;
    font-weight: normal !important;
    cursor: pointer !important;
    box-shadow: 0 7px 15px -10px rgb(0 0 0 / 60%);
    z-index: 1065;
}
body .search-form span.c-close {
	top: 10px !important;
    right: -50px !important;
    border-radius: 3px !important;
}
.c-modal-content span.c-close>span, .c-profile span.c-close>span, .c-float-ads span.c-close>span, .search-form span.c-close>span {
	width: 25px;
    height: 25px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center!important;
    align-items: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
}
.c-modal-content span.c-close>span svg, .c-profile span.c-close>span svg, .c-float-ads span.c-close>span svg, .search-form span.c-close>span svg {
	width: 9px;
	height: 9px;
}
.c-modal-content span.c-close>span svg path, .c-profile span.c-close>span svg path, .c-float-ads span.c-close>span svg path, .search-form span.c-close>span svg path {
	fill: #ffffff;
}
.c-modal-body {
	text-align: center;
    padding: 10% !important;
    z-index: 1055;
}
.c-modal .c-modal-content, .c-modal .c-modal-content .c-modal-body {
    border-radius: var(--ei-border-radius) !important;
}
.c-modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    width: 100vw;
    height: 100vh;
    background-color: rgb(0 0 0 / 60%);
    transition: opacity .15s linear;
}
.c-modal-body .c-title {
    font-size: 22px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 10px;
}
.c-modal-body p {
    font-size: 16px;
    line-height: 25px;
    margin: 0 0 10px;
}
.c-modal-body p:last-child {
	margin-bottom: 0;
}
.c-modal-body img {
	width: 100%;
	margin-top: 12px;
}
.c-modal-body .c-btn {
	display: inline-block;
    font-size: 14px;
    font-weight: 500;
    padding: 8px 23px;
    margin: 18px 3px 10px;
    border: 1px solid var(--color-primary);
}
.c-modal-body .c-btn.c-modal-hide {
	color: var(--color-black);
    border-color: var(--color-black);
    background-color: transparent;
    cursor: pointer;
}
/* Modal End */

/* Widget */
.widget-area .widget {
	margin: 0 0 20px;
}
.widget-area .widget.widget_custom_html {
	margin-bottom: 30px;
}
.widget-area.c-sticky-on {
	position: sticky;
}
.widget-area>.widget .widget-title {
	margin-top: -5px;
    font-size: 18px;
    margin-bottom: 6px;
}
.widget-area>.widget:first-child .widget-title {
	margin-top: -5px;
}
.widget-area .widget.widget_eishop_category_widget {
	margin-bottom: 40px;
}
.widget-area .widget .widget.category {
	margin-bottom: 0px;
}
.widget-area .widget iframe {
	width: 100%;
    max-width: 100%;
}
.widget-area .widget .gallery {
	display: flex;
    flex-wrap: wrap;
}
.widget-area .wp-caption-text {
	font-size: 11px;
    line-height: normal;
}
.widget-area .widget .gallery .gallery-item {
	width: 33.3333%;
	padding: 0 5px;
}
.widget-area .widget .gallery .gallery-item a {
	pointer-events: none;
}
.widget-area .widget .gallery .gallery-item img {
	width: 100%;
	height: 90px;
    object-fit: cover;
    border-radius: var(--ei-border-radius) !important;
}
.widget-area .widget.widget_media_image img {
	width: 100%;
	border-radius: var(--ei-border-radius) !important;
}
.widget-area .widget select {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='5' viewBox='0 0 8 5' fill='none'%3E%3Cpath d='M7.35491 1.10501C7.30843 1.05814 7.25313 1.02095 7.1922 0.995561C7.13127 0.970177 7.06591 0.957108 6.99991 0.957108C6.9339 0.957108 6.86855 0.970177 6.80762 0.995561C6.74669 1.02095 6.69139 1.05814 6.64491 1.10501L4.35491 3.39501C4.30843 3.44187 4.25313 3.47907 4.1922 3.50445C4.13127 3.52984 4.06591 3.54291 3.99991 3.54291C3.9339 3.54291 3.86855 3.52984 3.80762 3.50445C3.74669 3.47907 3.69139 3.44187 3.64491 3.39501L1.35491 1.10501C1.30843 1.05814 1.25313 1.02095 1.1922 0.995561C1.13127 0.970177 1.06591 0.957108 0.999908 0.957108C0.933902 0.957108 0.868549 0.970177 0.80762 0.995561C0.74669 1.02095 0.691389 1.05814 0.644908 1.10501C0.551782 1.19869 0.499512 1.32541 0.499512 1.45751C0.499512 1.5896 0.551782 1.71633 0.644908 1.81001L2.93991 4.10501C3.22116 4.38591 3.60241 4.54369 3.99991 4.54369C4.39741 4.54369 4.77866 4.38591 5.05991 4.10501L7.35491 1.81001C7.44803 1.71633 7.5003 1.5896 7.5003 1.45751C7.5003 1.32541 7.44803 1.19869 7.35491 1.10501Z' fill='%23535353'/%3E%3C/svg%3E") !important;
	background-repeat: no-repeat !important;
    background-size: 10px !important;
    background-position: calc(100% - 1.6em) center;
	outline: none;
	box-shadow: none;
    margin-top: 10px;
    margin-bottom: 5px !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.widget-area section.widget ul {
	list-style-type: none !important;
	margin: 0;
	padding: 0;
}
.widget-area section.widget ul li {
	font-size: 16px;
	margin: 0;
}
.widget-area section.widget ul li a {
	display: inline-block;
    padding: 5px 0 8px;
    color: var(--color-black);
    font-size: 16px !important;
    font-weight: 500;
    line-height: 25px;
    text-decoration: none;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}
.widget-area section.widget ul li a:hover {
	color: var(--color-primary);
}
.widget-area section.widget ul li.cat-item a>span {
	position: absolute;
    margin-left: 6px;
    font-size: 60%;
    line-height: 1;
    padding: 3px 5px;
    color: #ffffff;
    background-color: var(--color-primary);
    text-align: center;
    border-radius: 3px;
}
.widget-area section.widget ul li .post-date {
	display: block;
    font-size: 13px;
    color: #757883 !important;
    margin: -3px 0 8px;
}

/* Widget Calendar */
.wp-calendar-table {
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
	border-collapse: collapse;
	caption-side: top;
}
.wp-calendar-table caption {
	color: var(--color-black);
	font-weight: 500;
	margin-bottom: 10px;
	padding-top: 0 !important;
	text-align: left;
}
.wp-calendar-table th, .wp-calendar-table td {
	border: 1px solid var(--color-black);
	padding: 5px;
}
.wp-calendar-nav-prev a, .wp-calendar-table td a {
	text-decoration: none;
}

/* Widget Search */
.widget-area .widget_search form>label {
	display: block !important;
}
.widget-area .search-form {
	position: relative;
	visibility: visible;
    opacity: 1;
    padding-top: 0;
    padding-bottom: 0 !important;
    z-index: 1 !important;
}
.widget-area .widget_search input[type="search"] {
	margin-top: 10px;
	margin-bottom: 5px !important;
}
.widget-area .widget_search form input[type=submit] {
    display: none;
}

/* Widget Tags */
.widget-area .widget_tag_cloud a {
	display: inline-block;
    margin: 0px 7px 7px 0px;
    font-size: 13px !important;
    font-weight: 500;
    padding: 3px 10px;
    border-radius: 3px;
    color: #292929 !important;
    border: 1px solid #e6e6e6;
    background-color: transparent !important;
}

.widget-area .widget.widget_eishop_recent_post_widget>h5, .widget-area .widget.widget_eishop_popular_post_widget>h5, .widget-area .widget.widget_eishop_category_widget>h5, .widget-area .widget.widget_media_gallery>h5, .widget-area .widget.widget_media_image>h5, .widget-area .widget.widget_search>h5, .widget-area .widget.widget_tag_cloud>h5, .widget-area .widget.widget_custom_html>h5 {
	margin-bottom: 23px !important;
}
.widget-area .widget.widget_eishop_category_widget>h5 {
	margin-bottom: 23px !important;
}
.widget-area .widget .widget.post {
	margin-top: 0px !important;
}

.widget-area .recentcomments a {
	font-style: italic;
}
/* Widget End */


/* ===== RESPONSIVE ===== */

@media only screen and (min-width: 1300px) {
	.c-ads.top_ad .c-ad.x-top, .c-ads.bottom_ad .c-ad.x-top {
		max-width: 100%;
    	padding: 50px 0;
	}
}
@media only screen and (max-width: 1299px) {
	body .c-float-ads {
		display: none !important;
	}
}

@media only screen and (min-width: 1171px) {

	nav .profile, .sidebar-overlay, .c-profile span.c-close, .main-navigation .nav-collapse>.c-logo {
		display: none !important;
	}
	.in-feed-ad-mobile {
		display: none !important;
	}
	.in-feed-ad-desktop {
		padding-top: 25px;
	    margin-top: 20px !important;
	    border-top: 1px solid #e6e6e6;
	}

}
@media only screen and (max-width: 1170px) {

	.in-feed-ad-desktop {
		display: none !important;
	}
	.in-feed-ad-mobile {
		padding-top: 27px;
	    margin-top: 23px !important;
	    border-top: 1px solid #e6e6e6;
	}
	.sidebar {
		width: 320px;
		max-width: 80%;
		visibility: hidden;
    	opacity: 0;
		-webkit-transition: all .3s;
	    -o-transition: all .3s;
	    transition: all .3s;
	    -webkit-transform: translateX(-100%);
	    -ms-transform: translateX(-100%);
	    transform: translateX(-100%);
	    z-index: 99999;
	}
	.sidebar-overlay {
		position: fixed;
	    top: 0;
	    left: 0;
	    width: 100%;
	    height: 100%;
	    z-index: 9999;
	    background: rgb(0 0 0 / 60%);
	    visibility: hidden;
	    opacity: 0;
	    -webkit-transition: all 0.3s cubic-bezier(0.645,0.045,0.355,1);
	    -o-transition: all 0.3s cubic-bezier(0.645,0.045,0.355,1);
	    transition: all 0.3s cubic-bezier(0.645,0.045,0.355,1);
	}
	.sidebar-overlay.active {
		visibility: visible;
    	opacity: 1;
	}
	.sidebar.active {
		visibility: visible;
    	opacity: 1;
	    -webkit-transform: none;
	    -ms-transform: none;
	    transform: none;
	}
	.content {
		width: 100%;
	}
	nav .profile, .main-navigation .nav-right {
		position: absolute;
		top: 0;
	}
	.main-navigation .nav-right {
		width: 68%;
	}
	nav .profile {
		cursor: pointer;
	}
	.main-navigation .nav-left {
		width: 100%;
	}
	nav .profile img {
		width: 35px;
    	height: 35px;
    	padding: 1px;
	}
	.main-navigation .nav-left {
		width: 100%;
    	margin-top: 40px;
	}
	.search-form {
		padding: 40px 0;
	}

}

@media only screen and (max-width: 1099px) {
	body .search-form span.c-close {
		display: none !important;
	}
}

@media only screen and (max-width: 768px) {

	.container, .elementor-section.elementor-section-boxed > .elementor-container {
		padding-right: 23px !important;
    	padding-left: 23px !important;
	}

}

@media only screen and (max-width: 767px) {

	body {
		padding-top: 64px;
		padding-bottom: 64px;
	}
	body.home.ei-menu-type-simple {
		padding-top: 64px;
	}
	body.ei-menu-type-simple {
		padding-top: 80px;
		padding-bottom: 0 !important;
	}
	.container, .elementor-section.elementor-section-boxed > .elementor-container {
	    padding-right: 15px !important;
	    padding-left: 15px !important;
	}
	body .main-navigation {
		position: fixed;
		padding: 10px 0 !important;
		border-bottom: 0 !important;
	}
	body.ei-menu-type-simple .main-navigation {
		border-bottom: 1px solid #EAEAEF !important;
		padding: 20px 0 !important;
	}
	body.afterback-scroll .main-navigation {
	    top: 0 !important;
	}
	.p-sidebar .content {
		position: relative;
	}
	body.single .wrapper.p-sidebar, body.page .wrapper.p-sidebar, body.archive .wrapper.p-sidebar {
		margin-top: 22px;
	}
	.menu-toggle {
		cursor: pointer;
	}
	.menu-toggle .bar1, .menu-toggle .bar2, .menu-toggle .bar3 {
		width: 23px;
	    height: 2px;
	    background-color: #ffffff;
	    margin: 5px 0;
	    transition: 0.4s;
	}
	.menu-toggle.c-active .bar1 {
	  	transform: translate(0, 6px) rotate(-45deg);
	}
	.menu-toggle.c-active .bar2 {opacity: 0;}
	.menu-toggle.c-active .bar3 {
	  	transform: translate(0, -8px) rotate(45deg);
	}
	html {
		scroll-padding-top: 110px;
	}
	::-webkit-scrollbar {
	  	width: 0px;
	}
	::-webkit-scrollbar-thumb {
	    background: transparent !important;
	}
	::-webkit-scrollbar-track {
	    background: transparent !important;
	}
	.c-ad {
		border-width: 1px !important;
	}
	.c-ad.x-top {
		font-size: 14px !important;
    	padding: 20px 0 !important;
	}
	.c-ad span:last-child {
		padding-left: 12px !important;
	}

	.main-navigation {
		margin-bottom: 35px;
	}
	.main-navigation .nav-right {
		width: 68%;
		margin-top: 0 !important;
	}
	.nav-left .navwrap::-webkit-scrollbar {
	    height: 0px !important;
	}
	.sidebar::-webkit-scrollbar {
		width: 0px !important;
	}
	body .c-btn {
		padding: 3px 10px;
	}
	.main-navigation .nav-right span svg {
		width: 16px;
	}
	body.dark-mode .c-dark-mode svg:first-child {
		width: 23px;
	}
	.main-navigation .nav-right span.search, body .main-navigation .nav-collapse>.c-logo, body.ei-menu-type-simple .main-navigation .nav-collapse .search-form {
		display: none !important;
	}
	.ei-menu-type-simple .main-navigation .nav-right span.search, body.ei-menu-type-simple .main-navigation .nav-collapse>.c-logo {
		display: flex !important;
	}
	.main-navigation .nav-right span.search svg {
		width: 16px;
    	margin-top: 2px;
	}
	.ei-menu-type-simple .main-navigation .nav-right span.search svg {
		width: 17px;
        margin-top: 0;
	}
	.main-navigation .nav-left .nav>li:last-child>a {
		margin-right: 100px;
	}
	.nav-left .nav li > a {
		font-size: 13px;
		padding-top: 10px;
		padding-bottom: 10px;
		margin-right: 25px;
	}
	.nav-left .nav li > a svg {
		width: 8px;
	}
	.main-navigation .nav-left:after {
		height: 37px;
	}
	.search-form form {
		height: 44px;
    	padding: 8px 10px 8px 0;
	}
	.search-form select, .search-form input[type="text"] {
		font-size: 13px !important;
	}
	body .search-form form select {
		width: 95px !important;
	    padding: 0 30px 0 15px !important;
	    background-size: 9px !important;
	    background-position: calc(100% - 1.1em) center !important;
	}
	.search-form button {
		width: 45px;
	}
	.search-form button svg {
		width: 14px;
		margin-top: 5px;
	}
	body .search-form input[type="text"] {
		width: calc(100% - 130px);
	    padding: 3px 0px 3px 13px !important;
	}
	.search-form, .search-active .search-form, body.dark-mode.search-active .search-form {
	    padding: 20px 0;
	}
	.content {
		padding-bottom: 0;
	}
	article .post-title {
		font-size: 15px;
	    font-weight: 600;
	    line-height: 1.3;
	    margin: 6px 0 -6px;
	}
	article .post-category a, body .btn-cat, body .btn-cat:hover, body .btn-tag {
		padding: 2px 8px !important;
	}
	body, button, input, select, optgroup, textarea {
		font-size: 15px;
    	line-height: 1.6;
	}
	article .post-excerpt p {
		font-size: 13px;
    	line-height: 1.3;
		margin-bottom: 7px;
	    -webkit-line-clamp: 2;
	    line-clamp: 2;
	}
	.post-meta span {
		font-size: 12px;
	}
	.post-meta span.dot {
		font-size: 17px;
	    margin-top: -7px;
	}
	article.type-post {
		padding-top: 22px;
    	margin-top: 16px !important;
	}
	article .post-content {
		width: 70%;
    	padding-right: 20px;
	}
	article figure {
		width: 30%;
	}
	article figure img {
		height: 80px !important;
	}
	.related-post article figure img {
	    aspect-ratio: 3/2 !important;
	    height: auto !important;
	}
	.main-navigation .nav-left .nav ul {
		margin-left: -20px;
	}
	.main-navigation .nav-left .nav li .dropdown li >a {
		padding: 3px 20px;
	}
	.main-navigation .nav-left .nav ul a {
	    max-width: 180px;
	}
	.nav-left .nav li.has-dropdown>a {
		pointer-events: none;
	}
	.main-navigation .nav-left .nav li:hover .dropdown {
	    visibility: hidden;
	    opacity: 0;
	    top: 120%;
	}
	.nav-left .nav li.has-dropdown .dropdown.active {
	    visibility: visible;
	    opacity: 1;
	    top: 102%;
	}
	.sidebar .container {
	    padding-right: 30px !important;
	    padding-left: 30px !important;
	}
	.sidebar .c-content .name {
	    font-size: 17px;
	    line-height: 1.3;
	    margin: 5px 0;
	}
	.sidebar .c-content .description {
	    font-size: 14px;
	    line-height: 20px;
	}
	.eishop_loadmore, .homepage-list .c-readmore>a {
		font-size: 12px;
    	font-weight: 600;
    	padding: 9px 0;
    	margin-top: 30px;
	}
	.about-author {
		display: block;
	    text-align: center;
	    margin: 40px 0 20px;
	}
	.about-author img {
		margin-right: 0;
    	margin-bottom: 10px;
	}
	.about-author p {
		line-height: 23px;
	}
	.about-author .c-name {
	    font-size: 16px !important;
	    margin-bottom: -1px !important;
	}
	body.archive.author .about-author {
		margin-bottom: 15px;
	}
	#disqus_thread {
	    margin-top: 50px;
	    margin-bottom: 30px;
	}
	.comments-area.no-comment {
	    margin-top: 30px !important;
	}
	.comments-area .comment-respond h3.comment-reply-title {
		font-size: 17px !important;
	}
	.comments-area .comment-list .children {
	    margin-left: 20px !important;
	}
	.comments-area .comment-respond textarea {
	    width: 100% !important;
	    height: 100px !important;
	    padding: 8px 23px !important;
	}
	.single-post .content .comments-area li .comment-metadata a {
		font-size: 13px;
	}
	.comments-area ul {
		margin-bottom: 0 !important;
	}
	.comments-area .comment-respond p.form-submit {
	    margin-bottom: 0 !important;
	}
	body .content input, body .content select, body .content textarea, .comments-area .comment-respond textarea {
		font-size: 13px;
    	line-height: 1.5;
    	padding: 7px 15px !important;
	}
	body .content input, body .content select, body .content textarea {
		margin-bottom: 10px !important;
	}
	body .content input[type="submit"], #disqus_thread .c-btn {
		padding: 11px 18px;
	}
	.comments-area .comment-respond input[type="submit"], #disqus_thread .c-btn {
		font-size: 14px;
	}
	.comments-area .comment-form-cookies-consent {
	    margin: 20px 0;
	}
	body .comment-form-cookies-consent input {
		position: absolute;
    	margin-top: 3px;
	}
	body form.comment-form label[for="wp-comment-cookies-consent"] {
	    display: block !important;
	    line-height: 1.3;
	    padding-left: 25px;
	    margin-right: 0;
	}
	.single-post .content .comments-area .comment-notes {
		line-height: 1.3;
	}

	.c-modal-dialog {
		max-width: 100%;
		padding: 0 15px;
	}
	.c-modal-body {
		padding: 40px 20px !important;
	}
	.c-modal-body .c-title {
		font-size: 16px;
	    line-height: 20px;
	    margin-bottom: 8px;
	}
	.c-modal-body img {
		margin-bottom: 8px;
	}
	.c-modal-body p {
		font-size: 14px;
    	line-height: 20px;
	}
	.c-modal-body .c-btn {
		padding: 5px 12px;
    	margin: 10px 3px 5px;
	}
	.c-modal-content span.c-close, .c-profile span.c-close {
		top: 10px;
    	right: 10px;
    	width: 25px;
	    height: 25px;
	    line-height: 21px;
	    font-size: 16px;
	}
	.c-modal-content span.c-close>span, .c-profile span.c-close>span {
		width: 25px;
    	height: 25px;
	}
	.c-modal-content span.c-close>span svg, .c-profile span.c-close>span svg {
	    width: inherit;
	    height: 9px;
	}

	.c-alert {
		font-size: 14px;
    	line-height: 20px;
    	padding: 10px 15px;
	}
	.c-404 h2 {
		font-size: 16px;
	}
	.c-404 p {
		font-size: 14px;
	}

	.content-page .title h1 {
	    margin-top: 0px;
	    margin-bottom: 20px;
	}
	.wrapper.p-sidebar .content div.c-post-left>.title, .wrapper.p-sidebar .content .sec-title {
		padding: 12px 20px 12px;
	}
	.title h1 {
	    margin: -8px 0 25px;
	}
	.title h1, .sec-title, .related-post .sec-title {
		font-size: 17px;
	}
	.title h1 span {
		font-size: 14px;
		line-height: 20px;
	}
	.title .c-taxonomy-description p {
		font-size: 14px;
    	line-height: 20px;
	}
	.title .c-taxonomy-description {
	    margin: -18px 0 25px;
	}
	.wrapper.p-sidebar article.type-post {
		margin-top: 22px !important;
	}
	.related-post .sec-title {
		margin-bottom: 5px;
	}
	.related-post article.type-post {
		width: 50%;
		margin-bottom: 8px !important;
	}
	.wrapper.p-sidebar .related-post article.type-post {
		margin-top: 0 !important;
		margin-bottom: 30px !important;
	}
	.related-post article .post-title {
	    font-size: 15px;
	    line-height: 21px;
	    margin: -15px 0 -6px;
	}
	body .related-post article .post-title a {
		font-size: 14px !important;
    	line-height: 1.3;
	}
	.wrapper.p-sidebar article figure {
		margin: 0;
	}
	body .wrapper.p-sidebar .c-ads.bottom_ad {
		margin-top: 25px;
	}
	.single-post .wrapper.p-sidebar .content-single ol>li {
		margin-bottom: 10px;
	}
	h1 {
	    font-size: 18px;
	    line-height: 24px;
	}
	h2 {
	    font-size: 18px;
	    line-height: 24px;
	}
	h3 {
		font-size: 16px;
		line-height: 22px;
	}
	h4 {
		font-size: 15px;
		line-height: 20px;
	}
	h5 {
		font-size: 15px;
		line-height: 20px;
	}
	h6 {
		font-size: 15px;
		line-height: 20px;
	}

	body .dataTables_wrapper {
	    margin-top: 10px !important;
		border-radius: var(--ei-border-radius) !important;
	}
	body .dataTables_length>label {
		justify-content: center!important;
		margin-bottom: 20px;
	}
	body table.dataTable th, body table.dataTable td {
		font-size: 15px !important;
	}
	body .dataTables_wrapper .dataTables_paginate .paginate_button.current, body .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
		width: 25px;
    	height: 25px;
    	line-height: 23px;
	}
	body table.dataTable th, body table.dataTable td {
		padding: 10px !important;
	}
	body table.dataTable td {
		font-size: 14px !important;
	}
	body table.dataTable thead th:nth-child(3) {
		width: 86px !important;
	}
	body .dataTables_wrapper .dataTables_length, body .dataTables_wrapper .dataTables_info {
		padding-left: 0px;
	}
	body .dataTables_wrapper .dataTables_filter, body .dataTables_wrapper .dataTables_paginate {
		padding-right: 0px;
	}
	body .dataTables_wrapper .dataTables_paginate .paginate_button.next {
		padding-right: 1em !important;
	}
	body .dataTables_wrapper .dataTables_paginate .paginate_button, body .dataTables_wrapper .dataTables_paginate .paginate_button:active, body .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
		padding: 5px 9px;
	}
	table.dataTable td.s-date, table.dataTable thead th:nth-child(2) {
	    display: none !important;
	}
	body span .paginate_button.current:first-child {
	    margin-left: -1px !important;
	}
	body .wpcf7-spinner {
		margin-top: -10px !important;
	}
	body .wpcf7 form .wpcf7-response-output {
		margin-top: -20px !important;
    	line-height: 17px !important;
    	font-size: 13px !important;
	}
	body .wpcf7-not-valid-tip {
		font-size: 12px !important;
    	margin-top: -8px !important;
	}
	body span[data-name="your-message"] .wpcf7-not-valid-tip {
		margin-top: -14px !important;
	}

	body .breadcrumbs {
		height: 35px;
	    font-size: 12px;
	    line-height: 33px;
	    padding: 0 12px !important;
    	margin-top: -10px;
	}
	.breadcrumbs__separator {
	    font-size: 14px;
	    padding: 0;
	}
	.single-post h1.post-title {
	    margin: 13px 0 10px;
	    line-height: 1.3;
	}
	.single-post figure.post-image {
	    margin: 25px 0 20px;
	}
	.single-post figure.post-image figcaption, .wp-caption .wp-caption-text {
		font-size: 12px;
	}

	body .c-ads {
	    margin: 30px 0 35px;
	}
	.sidebar .c-content .c-ads {
	    margin: 30px 0 40px;
	}

	/* TOC */
	.table-of-contents {
		padding: 25px;
	}
	.table-of-contents .toc-headline::before {
		width: 15px;
    	height: 15px;
	}
	.table-of-contents .toc-headline {
		font-size: 17px;
	}
	.table-of-contents .toggle-toc {
		font-size: 21px;
		right: 30px;
	}
	.table-of-contents li {
		margin: 0.4rem 0;
	}
	.table-of-contents li a {
		font-size: 14px;
    	line-height: 1.6;
	}
	.table-of-contents li:before {
		margin-top: -4px;
    	transform: scale(0.9);
	}
	.heading-level-3 {
		margin-left: 20px !important;
	}
	.heading-level-4, .heading-level-5, .heading-level-6 {
		margin-left: 40px !important;
	}

	/* Widget */
	.right-sidebar .widget-area {
	    margin-top: 50px;
	}
	.widget-area section.widget ul li a {
		font-size: 15px !important;
	    line-height: 1.3;
	    padding: 5px 0;
	}
	.widget-area>.widget .widget-title {
	    font-size: 16px;
	    margin-bottom: 10px;
	}
	.widget-area .widget {
	    margin: 0 0 30px;
	}
	/* Widget End */

	footer .c-row .col {
		width: 100%;
	}
	footer .c-menu ul, footer .copyright {
		text-align: center;
	}
	footer .copyright {
		line-height: normal;
	}
	footer .c-menu ul li {
		margin-right: 3px;
    	margin-bottom: 8px;
	}
	footer .c-menu ul li:last-child {
		margin-right: 0;
	}
	footer .c-menu ul li a {
		padding: 2px 7px;
	}
	footer.c-footer>.container {
		position: relative;
	}
	footer .c-row {
		margin-top: 30px;
	}
	body footer .c-menu ul li.active a {
		border-color: var(--color-primary);
	}

	/* Elementor */
	body .elementor-image-gallery .gallery-columns-3 .gallery-item {
	    max-width: 33.33% !important;
	}
	/* Elementor End */

}
