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

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

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  scroll-behavior: smooth;
}

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

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 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; /* 1 */
  font-size: 1em; /* 2 */
}

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

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * 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; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * 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; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

/**
 * 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; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * 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; /* 1 */
  font: inherit; /* 2 */
}

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

:root {
	--font_family: 'Mukta', sans-serif;

	--black: #04011C;
	--white: #ffffff;
	--blue: #0e19a9;
	--red1: #ED063E;
	--blue-network: #00a5ec;

	--tint1: #1d1a33;
	--tint2: #363449;
	--tint3: #4f4d60;
	--tint4: #686777;
	--tint5: #82808e;
	--tint6: #9b99a4;
	--tint7: #b4b3bb;
	--tint8: #cdccd2;
	--tint9: #e6e6e8;
	--tint10: #e9e9ea;
	--tint11: #ebebed;
	--tint12: #eeeeef;

	/* Dark Mode Root Color */

	--dark-primary: #2d2d2d;
	--dark-secondary: #353535;
	--dark-blue: #0098da;

}

*, *:before, *:after {
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
}

body {
	margin: 0;
	padding: 0;
	font-family: var(--font_family);
	color: var(--black);
	counter-reset: my-counter;
}

a {
	text-decoration: none;
}

.container {
	max-width: 1040px;
	height: auto;
	margin: 0 auto;
	padding: 0 15px;
}

@media (max-width: 1040px) {
	.container {
		max-width: 100%;
	}
}

.container-full-width {
	max-width: 920px;
	height: auto;
	margin: 0 auto;
	padding: 0 15px;
}

@media (max-width: 1040px) {
	.container-full-width {
		max-width: 100%;
	}
}

.remove-list {
	list-style-type: none;
	/* margin: 0; */
	padding: 0;
}

/**
 * Navbar Top
 * ==============================================================
 */

.navbar-top {
	width: 100%;
	box-shadow: 0 0 30px 10px rgba(0, 0, 0, 0.03);
	-webkit-box-shadow: 0 0 30px 10px rgba(0, 0, 0, 0.03);
}

@media (max-width: 768px) {
	.navbar-top {
		display: none;
	}
}

.navbar-top .container {
	max-width: 1150px;
}

.navbar-top-flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: nowrap;
	padding: 10px;
}

/**
 * Navbar Top Left
 * ==============================================================
 */

.navbar-top-left ul li {
	display: inline-block;
	margin-right: 5px;
}

.navbar-top-left ul li span {
	display: inline-block;
	width: 27px;
	height: 27px;
	line-height: 27px;
	border-radius: 30px;
	background: var(--blue);
	color: var(--white);
	text-align: center;
	font-size: 14px;
	cursor: pointer;
}

.navbar-top-left ul li b {
	font-size: 15px;
}

#open_nav_menu_slide svg {
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-bottom: 2px;
	fill: white;
	vertical-align: middle;
}

#open_nav_menu_network svg {
	display: inline-block;
	width: 24px;
	height: auto
	margin-bottom: 2px;
	fill: var(--black);
	vertical-align: middle;
}

#open_nav_menu_network svg:hover{
	cursor: pointer;
}

.navbar-top-left-form {
	position: relative;
}

.navbar-top-left-form input[type=text] {
	background: var(--white);
	display: inline-block;
	outline: none;
	font-family: inherit;
	padding: 10px 20px;
	border: 1px solid var(--tint9);
	border-radius: 30px;
	font-size: 15px;
	width: 250px;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-o-transition: .3s;
}

.navbar-top-left-form input[type=text]:focus {
	width: 350px;
}

.navbar-top-left-form button[type=submit] {
	position: absolute;
	right: 0;
	padding: 10px 12px;
	border: none;
	background: transparent;
	cursor: pointer;
}

.navbar-top-left-form button[type=submit] svg {
	display: inline-block;
	width: 18px;
	height: 18px;
	fill: var(--black);
	vertical-align: middle;
}

/**
 * Navbar Top Right
 * ==============================================================
 */

.navbar-top-right ul li {
	display: inline-block;
}

.navbar-top-right ul li:first-child span {
	font-size: 13px;
	font-weight: 700;
	color: var(--tint6);
}

.navbar-top-right ul li:first-child span:hover {
	color: var(--black);
}

.navbar-top-right ul li a {
	display: inline-block;
	font-size: 15px;
	color: var(--black);
	margin-left: 15px;
}

/**
 * Navbar Menu Slide
 * ==============================================================
 */

.navbar-menu-slide {
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100vh;
	background: rgba(0, 0, 0, 0.9);
	z-index: 1000;
	margin-left: -100%;
}

.navbar-menu-slide-container {
	overflow: auto;
	width: 300px;
	height: 100vh;
	background: var(--white);
	padding: 0 20px;
	margin-left: -100%;
}

.navbar-menu-slide-header {
	padding: 15px 0;
}

.close-navbar-menu-slide {
	float: right;
	display: inline-block;
	width: 35px;
	height: 35px;
	line-height: 40px;
	text-align: center;
	vertical-align: middle;
	border-radius: 40px;
	color: var(--black);
	background: var(--tint10);
	cursor: pointer;
}

.close-navbar-menu-slide svg {
	display: inline-block;
	width: 16px;
	height: 16px;
	fill: var(--black);
	vertical-align: middle;
	margin-bottom: 4px;
}

.navbar-menu-slide-content {
	padding: 20px;
}

.navbar-menu-slide-content ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.navbar-menu-slide-content ul li {
	display: block;
}

.navbar-menu-slide-content ul li.menu-item-has-children > a:after {
	display: inline-block;
	font-family: "Font Awesome 6 Free";
	content: "\f0d7";
	color: var(--black);
	font-size: 14px;
	float: right;
}

.navbar-menu-slide-content ul li a {
	display: block;
	padding: 10px 0;
	font-weight: bold;
	color: var(--black);
}

/**
 * Navbar Menu Network
 * ==============================================================
 */
 
 @media (max-width: 1024px) {
	.navbar-top-center ul li, .network-menu {
		display: none;
	}
}

 .network-menu {
	margin-left: -100%;
	position: absolute;
	min-width: 1024px;
	height: 200px;
	background-color: #FFFFFF;
	left: 50%;
	transform: translateX(-50%);
	z-index: 999;
	border-bottom: 3px solid var(--blue-network);
	border-radius: 20px;
	box-shadow: 0px -4px 22px -3px rgba(0,0,0,0.1);
}

 body.dark-mode .network-menu{
	background-color: var(--dark-primary);
 }

 body.dark-mode .network-menu ul li a{
	color: var(--white);
 }

 body.dark-mode #open_nav_menu_network svg{
	fill: var(--white);
 }

 .network-menu ul {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	height: 150px;
 }

 .network-menu ul li {
	display: inline-block;
	flex-basis: 20%;
	margin: 0 15px;
 }

 .network-menu ul li a{
	color: var(--blue-network);
	font-weight: 700;
	width: 1024px;
}

 .network-menu ul li a:hover{
	text-decoration: underline;
 }

 .navbar-top-center{
	cursor: pointer;
 }

/* Child menu */

.navbar-menu-slide-content ul li ul {
	display: none;
	padding: 10px 15px;
}

.navbar-menu-slide-content ul li ul li a {
	font-size: 15px;
}

.navbar-menu-slide-footer ul li {
	display: inline-block;
	margin-bottom: 5px;
}

.navbar-menu-slide-footer ul li a {
	display: inline-block;
	font-size: 13px;
	color: var(--tint7);
	margin-right: 15px;
}

.navbar-menu-slide-footer p {
	margin: 0;
	line-height: 1.4;
	color: var(--tint7);
	font-size: 13px;
}

.navbar-menu-slide-footer p a {
	color: inherit;
	font-weight: bold;
	text-decoration: underline;
}

/**
 * Navbar Main
 * ==============================================================
 */

@media (max-width: 768px) {
	.navbar-main {
		display: none;
	}
}

.navbar-main-flex {
	width: 100%;
	height: auto;
	padding: 25px 0;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

/**
 * Navbar Main Site Branding
 * ==============================================================
 */

.navbar-main-site-branding h1 {
	display: inline-block;
	margin: 0 20px 5px 0;
	font-size: xxx-large;
	letter-spacing: -0.5px;
}

.navbar-main-site-branding h1 a {
	color: var(--blue);
}

.navbar-main-site-branding img {
	width: 250px;
	height: auto;
	object-fit: cover;
	vertical-align: middle;
	margin-right: 20px;
}


/**
 * Navbar Main Ads
 * ==============================================================
 */

.navbar-main-ads {
	overflow: hidden;
	width: 728px;
	height: auto;
}

.navbar-main-ads img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media (min-width: 421px){
	.navbar-mobile-ads{
		display: none;
	}
}

@media (max-width: 420px) {
	.navbar-mobile-ads{
		overflow: hidden;
		width: 367px;
		height: auto;
	}

	.navbar-mobile-ads img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}	
}

/**
 * Navbar Menu
 * ==============================================================
 */

.navbar-menu {
	width: 100%;
}

@media (max-width: 768px) {
	.navbar-menu {
		display: none;
	}
}

/**
 * Navbar Menu Menu
 * ==============================================================
 */

.navbar-menu-menu {
	overflow: auto;
	white-space: nowrap;
	background: var(--blue);
	border-radius: 5px;
	padding: 0 20px;
	transition: 0.5s;
}

.navbar-menu-menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.navbar-menu-menu ul li {
	display: inline-block;
}

.navbar-menu-menu ul li.menu-item-has-children > a:after {
	display: inline-block;
	font-family: "Font Awesome 6 Free";
	content: "\f0d7";
	color: var(--white);
	font-size: 14px;
	margin-left: 6px;
}

.navbar-menu-menu ul li:first-child a {
	padding-left: 0;
}

.navbar-menu-menu ul li a {
	display: inline-block;
	padding: 15px 10px;
	color: var(--white);
	font-weight: bold;
	font-size: 15.5px;
}

/* Child menu */

.navbar-menu-menu ul li:hover ul {
	display: block;
}

.navbar-menu-menu ul li ul {
	display: none;
	position: absolute;
	z-index: 1;
	background: var(--blue);
}

.navbar-menu-menu ul li ul li {
	display: block;
}

.navbar-menu-menu ul li ul li:first-child a {
	padding-left: 15px;
}

.navbar-menu-menu ul li ul li a {
	padding: 10px 15px;
	font-size: 14px;
}

/**
 * Navbar Mobile
 * ==============================================================
 */

.navbar-mobile {
	overflow: hidden;
	width: 100%;
	position: sticky;
	top: 0;
	left: 0;
	z-index: 999;
	background: var(--white);
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-o-transition: .3s;
}

.navbar-mobile.scroll {
	box-shadow: 0 0 30px 10px rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: 0 0 30px 10px rgba(0, 0, 0, 0.05);
}

@media (min-width: 768px) {
	.navbar-mobile {
		display: none;
	}
}

.navbar-mobile-flex {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	height: 60px;
}

/**
 * Navbar Mobile Menu Button
 * ==============================================================
 */

.navbar-mobile-menu-button span svg {
	display: inline-block;
	width: 30px;
	background: var(--white);
	border-radius: 5px
	border-color:var(--white);
	vertical-align: middle;
}

/**
 * Navbar Mobile Site Branding
 */

.navbar-mobile-site-branding h1 {
	display: inline-block;
	margin: 0;
}

.navbar-mobile-site-branding h1 a {
	color: var(--blue);
}

.navbar-mobile-site-branding img {
	width: 180px;
	height: auto;
	vertical-align: middle;
	object-fit: cover;
}

/**
 * Navbar Mobile Search Button
 * ==============================================================
 */

.navbar-mobile-search-button span svg {
	display: inline-block;
	width: 22px;
	fill: var(--black);
	/*background: var(--white);*/
	border-radius: 5px;
	border-color: var(--white);
	vertical-align: middle;
}

/**
 * Navbar Mobile Menu
 * ==============================================================
 */

.navbar-mobile-menu {
	width: 100%;
	box-shadow: 0 0 30px 10px rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: 0 0 30px 10px rgba(0, 0, 0, 0.05);
}

@media (min-width: 768px) {
	.navbar-mobile-menu {
		display: none;
	}
}

.navbar-mobile-menu .container {
	padding: 0 5px;
}

.navbar-mobile-menu-flex {
	overflow: auto;
	white-space: nowrap;
}

.navbar-mobile-menu-flex ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.navbar-mobile-menu-flex ul li {
	display: inline-block;
}

/*
.navbar-mobile-menu-flex ul li.menu-item-has-children > a:after {
	display: inline-block;
	font-family: "Font Awesome 6 Free";
	content: "\f0d7";
	color: var(--black);
	font-size: 14px;
	margin-left: 6px;
}*/

.navbar-mobile-menu-flex ul li a {
	display: inline-block;
	padding: 15px 10px;
	color: var(--black);
	font-weight: 600;
}

/* Child menu */
/*
.navbar-mobile-menu-flex ul li:hover ul {
	display: block;
}*/

.navbar-mobile-menu-flex ul li ul {
	display: none;
	position: absolute;
	z-index: 1;
	background: var(--white);
	box-shadow: 0 25px 30px 10px rgba(0, 0, 0, 0.04);
	-webkit-box-shadow: 0 25px 30px 10px rgba(0, 0, 0, 0.04);
}

.navbar-mobile-menu-flex ul li ul li {
	display: block;
}

.navbar-mobile-menu-flex ul li ul li a {
	font-size: 14px;
	padding: 10px 15px;
}

/**
 * Search Form Mobile
 * ==============================================================
 */

.search-form-mobile {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
	background: var(--white);
}

@media (min-width: 768px) {
	.search-form-mobile {
		display: none;
	}
}

.search-form-mobile-flex {
	position: relative;
	display: flex;
	flex-direction: row;
	align-items: center;
	height: 60px;
}

.search-form-mobile-flex form {
	width: 100%;
}

.search-form-mobile button svg {
	display: inline-block;
	width: 16px;
	fill: var(--black);
	vertical-align: middle;
	margin-bottom: 2px;
}

.search-form-mobile button[type=submit] {
	position: absolute;
	left: 0;
	padding: 12px 15px;
	outline: none;
	border: none;
	background: transparent;
}

.search-form-mobile input[type=text] {
	background: var(--white);
	width: 100%;
	outline: none;
	font-family: inherit;
	font-size: inherit;
	padding: 10px 40px;
	border: 1px solid var(--tint9);
	border-radius: 30px;
}

.search-form-mobile button[type=button] {
	position: absolute;
	right: 0;
	padding: 12px 15px;
	outline: none;
	font-size: inherit;
	font-family: inherit;
	border: none;
	background: transparent;
}

/**
 * Posts Bottom Menu
 * ==============================================================
 */

.posts-bottom-menu {
	margin-top: 25px;
}

@media (max-width: 468px) {
	.posts-bottom-menu {
		margin-top: 20px;
	}
}

.posts-bottom-menu-flex {
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: nowrap;
}

@media (max-width: 1020px) {
	.posts-bottom-menu .container {
		overflow: auto;
	}

	.posts-bottom-menu-flex {
		width: 1000px;
	}
}

.post-bottom-menu {
	position: relative;
	width: 318px;
}

.post-bottom-menu-image {
	overflow: hidden;
	width: 120px;
	height: 120px;
	margin: 0;
	padding: 0;
	display: table-cell;
	border-radius: 4px;
}

.post-bottom-menu-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .5s ease;
}

.post-bottom-menu-image img:hover{
	transform: scale(1.1);
}

.post-bottom-menu-entry {
	padding: 0 0 0 15px;
	display: table-cell;
	vertical-align: top;
}

.post-bottom-menu-title {
	display: block;
	font-size: 15.5px;
	line-height: 1.4;
	margin: 0 0 5px 0;
}

.post-bottom-menu-title a {
	color: var(--black);
}

.post-bottom-menu-date {
	font-size: 12px;
	color: var(--tint7);
}

@media (max-width: 468px) {
	.post-bottom-menu-title {
		font-size: 15px;
	}
}

/**
 * Main
 * ==============================================================
 */

.main {
	margin-top: 30px;
	display: inline-block;
	width: 100%;
}

@media (max-width: 468px) {
	.main {
		margin-top: 15px;
	}
}

/**
 * Main Left
 * ==============================================================
 */

.main-left {
	width: 66%;
	float: left;
}

@media (max-width: 768px) {
	.main-left {
		width: 520px;
		float: none;
		margin: 0 auto;
	}
}

@media (max-width: 540px) {
	.main-left {
		width: 100%;
		float: none;
		margin: 0;
	}
}

/**
 * Posts Swiper
 * ==============================================================
 */

.posts-swiper {
	overflow: hidden;
	border-radius: 8px;
}

.post-swiper {
	position: relative;
}

.post-swiper-image {
	width: 100%;
	height: 400px;
	margin: 0;
	padding: 0;
}

.post-swiper-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .5s ease;
}

.post-swiper-image img:hover{
    transform: scale(1.1);
}

.post-swiper-entry {
	overflow: hidden;
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 20px 15px;
	background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%);
}

.post-swiper-category a {
	font-weight: bold;
	color: var(--white);
	font-size: 15px;
}

.post-swiper-title {
	display: block;
	margin: 10px 0;
	font-size: 24px;
	font-weight: 800;
	line-height: 1.3;
}

.post-swiper-title a {
	color: var(--white);
}

.post-swiper-title a:hover {
	color: #FFB562;
}

.post-swiper-datapost {
	color: var(--tint6);
	font-size: 13px;
}

.post-swiper-datapost a {
	color: inherit;
	font-weight: bold;
}

.post-swiper-datapost .separator {
	margin: 0 5px;
}

@media (max-width: 768px) {
	.post-swiper-image {
		height: 300px;
	}

	.post-swiper-title {
		font-size: 24px;
	}
}

@media (max-width: 468px) {
	.post-swiper-category a {
		font-size: 12px;
	}

	.post-swiper-title {
		font-size: 20px;
	}

	.post-swiper-datapost {
		font-size: 12px;
	}
}

/**
 * Posts Main
 * ==============================================================
 */

.posts-main {
	margin-top: 30px;
}

.posts-main.paged {
	margin-top: 0;
}

.posts-main-paged-title {
	margin-bottom: 20px;
	font-size: 15.5px;
	text-align: center;
	line-height: 1.3;
}

.posts-main-paged-title a {
	color: var(--blue);
}

.post-main {
	width: 100%;
	margin-bottom: 25px;
}

.post-main-image {
	overflow: hidden;
	width: 200px;
	margin: 0;
	padding: 0;
	display: table-cell;
	border-radius: 6px;
}

.post-main-image img {
	width: 100%;
	height: 140px;
	object-fit: cover;
	transition: transform .5s ease;
	border-radius: 6px;
}

.post-main-image img:hover{
	transform: scale(1.2);
}

.post-main-entry {
	padding-left: 25px;
	display: table-cell;
	vertical-align: middle;
}

.post-main-category {
	color: var(--tint7);
}

.post-main-category a {
	font-weight: bold;
	color: var(--tint7);
	font-size: 14px;
}

.post-main-category a:not(:first-child) {
	margin-left: 6px;
}

.post-main-title {
	font-size: 20px;
	display: block;
	margin: 10px 0;
	line-height: 1.3;
	font-weight: 600;
}

.post-main-title a {
	color: var(--black);
}

.post-main-excerpt p {
	display: block;
	line-height: 1.4;
	color: var(--tint5);
	margin: 15px 0;
}

.post-main-datapost {
	font-size: 14px;
	color: var(--tint7);
}

.post-main-datapost a {
	color: inherit;
}

.post-main-datapost span.separator {
	margin: 0 4px;
}

@media (max-width: 568px) {
	.post-main-image {
		width: 110px;
	}

	.post-main-image img {
		height: 110px;
	}

	.post-main-entry {
		padding-left: 15px;
	}
}

@media (max-width: 468px) {
	.posts-main {
		margin-top: 15px;
	}

	.post-main {
		margin-bottom: 15px;
	}

	.post-main-category a {
		font-size: 12px;
	}

	.post-main-title {
		font-size: 17px;
	}

	.post-main-datapost {
		font-size: 12px;
	}
}

@media (max-width: 368px) {
	.post-main-title {
		font-size: 15px;
		font-weight: 700;
	}
}

/**
 * Posts Main Pagination
 * ==============================================================
 */

.posts-main-pagination {
	overflow: hidden;
	padding: 10px 0;
	text-align: center;
}

.posts-main-pagination a {
	display: inline-block;
	padding: 10px 20px;
	margin: 0 3px;
	background: var(--blue);
	color: var(--white);
	font-size: 15px;
	border-radius: 5px;
}

/**
 * Main Single
 * ==============================================================
 */

/* main single breadcrumbs */

.main-single-breadcrumbs {
	font-size: 14px;
	color: var(--tint7);
}

.main-single-breadcrumbs span {
	display: inline-block;
	font-weight: 600;
}

.main-single-breadcrumbs span a {
	color: inherit;
}

.main-single-breadcrumbs span a:hover {
	color: var(--black);
}

body.dark-mode .main-single-breadcrumbs span a:hover{
	color: var(--white); 	
}

.main-single-breadcrumbs span.breadcrumbs__separator {
	margin: 0 5px;
	font-size: 12px;
}

/* main single title */

.main-single-title h1 {
	font-size: 36px;
	line-height: 1.15;
	font-weight: 800;
	margin: 20px 0;
	text-align: center;
}

.main-single-title h1 a {
	color: var(--black1);
}

@media (max-width: 468px) {
	.main-single-title h1 {
		font-size: 28px;
	}
}

/* main single excerpt */

.main-single-excerpt p {
	margin: 0 0 15px 0;
	font-size: 16px;
	line-height: 1.5;
	color: var(--tint5);
	text-align: center;
}

/* main single metadata */

.main-single-metadata {
	margin-bottom: 20px;
	font-size: 15.5px;
}

.main-single-date {
	display: block;
	text-align: center;
	font-size: 14px;
	font-weight: 600;
	color: var(--tint5);
	margin-bottom: 25px;
}

.metadata-box {
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.main-single-admin a {
	color: var(--black);
	font-weight: 700;
	vertical-align: middle;
	font-size: 15px;
}

.main-single-comments-count {
	display: inline-block;
	padding: 8px 15px;
	background: var(--tint10);
	font-size: 14px;
	border-radius: 30px;
}

.main-single-comments-count a {
	color: var(--black);
	font-weight: 600;
}

.main-single-comments-count a i {
	font-size: 13px;
}

.main-single-view{
	color: var(--black);
	font-weight: 450;
	display: inline-block;
	font-size: 14px;

}

/* main single featured image */

.main-single-featured-image {
	overflow: hidden;
	width: 100%;
	height: auto;
	margin: 0 0 10px 0;
	padding: 0;
}

.main-single-featured-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 15px;
}

.main-single-featured-image figcaption {
	padding: 6px 0 0 0;
	margin: 0;
	text-align: center;
	font-size: small;
	color: var(--tint5);
}

/* main single content */

.main-single-content {
	overflow: hidden;
	word-wrap: break-word;
}

.main-single-content h1,
.main-single-content h2,
.main-single-content h3,
.main-single-content h4,
.main-single-content h5,
.main-single-content h6 {
	display: block;
	margin: 0 0 15px 0;
}

.main-single-content p {
	display: block;
	line-height: 1.6;
	margin: 0 0 20px 0;
}

.main-single-content a {
	color: var(--blue);
}

.main-single-content a:hover{
	text-decoration: underline;
}

.main-single-content blockquote {
	margin: 10px 0;
	padding: 10px 0 10px 20px;
	border-left: 6px solid var(--blue);
}

.main-single-content blockquote p {
	display: block;
	font-weight: 700;
	margin: 0 0 10px 0;
}

.main-single-content blockquote cite {
	line-height: 1.4;
	font-style: normal;
}

.main-single-content figure {
	overflow: hidden;
	margin: 10px 0;
	padding: 0;
}

.main-single-content figure.wp-caption {
	width: 100% !important;
}

.main-single-content figure.alignleft {
	text-align: left;
}

.main-single-content figure.aligncenter {
	text-align: center;
}

.main-single-content figure.alignright {
	text-align: right;
}

.main-single-content figure img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

.main-single-content img, .main-single-content p img {
	max-width: 100%;
	height: auto;
	border-radius: 10px;
}

.main-single-content figure figcaption {
	padding: 6px 0 0 0;
	margin: 0;
	text-align: center;
	font-size: small;
	color: var(--tint5);
}

.main-single-content figure.alignleft > figcaption {
	display: block !important;
	text-align: left;
}

.main-single-content figure.aligncenter > figcaption {
	display: block !important;
	text-align: center;
}

.main-single-content figure.alignright > figcaption {
	display: block !important;
	text-align: right;
}

.main-single-content .aligncenter {
	display: block;
	margin: 10px auto;
}

.main-single-content .alignleft {
	display: block;
	margin-right: auto;
}

.main-single-content .alignright {
	display: block;
	margin-left: auto;
}

.main-single-content ul,
.main-single-content ol {
	margin: 10px 0;
}

.main-single-content ul li, 
.main-single-content ol li {
	padding: 5px 0;
	line-height: 1.4;
}

.main-single-content iframe {
	max-width: 100%;
}

/* main single content pagination */

.main-single-content-pagination {
	padding: 15px 0;
}

.main-single-content-pagination span.page-links-title {
	display: block;
	font-weight: 700;
	font-size: 15.5px;
	margin-bottom: 10px;
	background: transparent;
	color: var(--black);
}

.main-single-content-pagination .post-page-numbers {
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 30px;
	text-align: center;
	font-weight: 700;
	background: var(--tint9);
	color: var(--black);
}

.main-single-content-pagination .post-page-numbers.current {
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 30px;
	text-align: center;
	font-weight: 700;
	background: var(--blue);
	color: var(--white);
}

/* main single tags */

.main-single-tags {
	padding: 15px 0;
}

.main-single-tags a {
	display: inline-block;
	padding: 6px 12px;
	margin: 0 4px 5px 0;
	border: 1px solid var(--blue);
	border-radius: 30px;
	color: var(--blue);
	font-weight: 700;
	font-size: 14px;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-o-transition: .3s;
}

.main-single-tags a:hover {
	background: var(--blue);
	color: var(--white);
}

/* main single share */

.main-single-share {
	padding: 30px 0;
	text-align: center;
}

.main-single-share-title span {
	display: block;
	text-align: center;
	margin: 10px 0;
	color: var(--tint7);
	font-size: 15px;
}

.main-single-share a {
	display: inline-block;
	width: 35px;
	height: 35px;
	line-height: 38px;
	border-radius: 30px;
	text-align: center;
	color: var(--white);
	margin: 0 2px 2px 2px;
}

.main-single-share a.fb {
	background: #1877F2;
}

.main-single-share a.tw {
	background: #1DA1F2;
}

.main-single-share a.wa {
	background: #25D366;
}

.main-single-share a.em {
	background: #BB001B;
}

.main-single-share a.pn {
	background: #E60023;
}

.main-single-share a.tl {
	background: #0088CC;
}

.main-single-share a.ln {
	background: #0077b5;
}

.main-single-share a.tr {
	background: #35465c;
}

/* main single author box */

.main-single-author-box {
	margin: 20px 0;
	padding: 20px;
	border: 1px solid var(--tint10);
	border-radius: 5px;
}



.main-single-author-box-image {
	display: table-cell;
	width: 120px;
	height: 120px;
}

.main-single-author-box-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 5px;
}

.main-single-author-box-content {
	overflow: hidden;
	display: table-cell;
	vertical-align: middle;
	padding-left: 20px;
}

.main-single-author-box-content h3 {
	display: block;
	margin: 0;
	padding: 0 0 10px 0;
	font-size: ;
}

.main-single-author-box-content h3 a {
	color: var(--blue);
}

.main-single-author-box-content p {
	display: block;
	margin: 0;
	font-size: 15px;
	line-height: 1.5;
	color: var(--tint5);
}

@media (max-width: 468px) {
	.main-single-author-box-image {
		display: block;
		margin: 0 auto 20px auto;
	}

	.main-single-author-box-content {
		display: block;
		padding-left: 0;
		margin: 0 auto;
		text-align: center;
	}
}

/* main single related */

.main-single-related {
	margin: 30px 0;
}

.main-single-related h2 {
	font-size: 20px;
	margin: 15px 0;
}

.main-single-related ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.main-single-related ul li {
	display: inline-block;
	width: 31%;
}

.post-related {
	overflow: hidden;
}

.post-related-image {
	width: 100%;
	height: 150px;
	margin: 0;
	padding: 0;
}

.post-related-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	vertical-align: middle;
	border-radius: 6px;
}

.post-related-title {
	display: block;
	font-size: medium;
	line-height: 1.3;
	margin: 10px 0 20px 0;
}

.post-related-title a {
	color: var(--black);
}

@media (max-width: 568px) {
	.main-single-related ul li {
		width: 48%;
	}

	.post-related-image {
		height: 120px;
	}

	.post-related-title {
		font-size: 15px;
	}
}

/* main single comments */

.comment-reply-title {
	display: inline-block;
	color: inherit;
	margin: 20px 0 0 0;
}

.comment-reply-title small a {
	color: var(--red1);
	font-size: 14px;
	margin-left: 5px;
}

.comment-form {
	margin-bottom: 30px;
}

.logged-in-as {
	display: block;
	margin: 15px 0;
}

.logged-in-as a {
	font-size: 14px;
	color: var(--tint4);
}

.comment-form-comment {
	margin: 10px 0;
}

.comment-form-comment label {
	display: block;
	margin-bottom: 10px;
	font-weight: bold;
}

.comment-form-comment textarea {
	width: 100%;
	padding: 15px;
	outline: none;
	border-radius: 5px;
	border: 1px solid var(--tint10);
	font-family: inherit;
	font-size: 15px;
}

.comment-form-author label,
.comment-form-email label,
.comment-form-url label {
	display: block;
	margin-bottom: 10px;
	font-weight: bold;
}

.comment-form-author input,
.comment-form-email input,
.comment-form-url input {
	width: 100%;
	padding: 10px 15px;
	outline: none;
	border-radius: 5px;
	border: 1px solid var(--tint10);
	font-family: inherit;
	font-size: 15px;
}

.comment-form-cookies-consent input {
	margin-right: 4px;
}

.comment-form-cookies-consent label {
	font-size: 14px;
}

.form-submit {
	margin: 0;
}

.form-submit input.submit {
	padding: 10px 15px;
	outline: none;
	border: none;
	background: var(--blue);
	color: var(--white);
	font-size: 15px;
	border-radius: 5px;
	cursor: pointer;
}

.post-comments {
	list-style-type: none;
	margin: 20px 0;
	padding: 0;
}

.post-comments li ul {
	list-style-type: none;
}

.comment-body {
	padding: 20px;
	background: var(--tint12);
	border-radius: 5px;
	margin-bottom: 15px;
}

.comment-author {
	margin-bottom: 10px;
}

.comment-author img {
	width: 30px;
	height: 30px;
	border-radius: 30px;
	vertical-align: middle;
	object-fit: cover;
	margin-right: 5px;
}

.comment-author span {
	font-size: 14px;
}

.comment-metadata a {
	font-size: 14px;
	color: var(--tint5);
}

.comment-content {
	line-height: 1.4;
}

.comment-body .reply a {
	font-size: 14px;
	font-weight: bold;
}

/**
 * Main Right
 * ==============================================================
 */

.main-right {
	width: 31%;
	float: right;
}

.main-right.main-right-sticky {
	position: sticky;
	-webkit-position: sticky;
	top: 20px;
}

@media (max-width: 768px) {
	.main-right {
		width: 520px;
		float: none;
		margin: 30px auto 0 auto;
	}
}

@media (max-width: 540px) {
	.main-right {
		width: 100%;
		float: none;
		margin-top: 30px
	}
}

@media (max-width: 468px) {
	.main-right {
		margin-top: 15px;
	}
}

/**
 * Main 404
 * ==============================================================
 */

.main-404 {
	overflow: hidden;
	width: 100%;
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
}

.main-404-container {
	text-align: center;
}

.main-404-title {
	font-size: 100px;
	margin: 0;
}

.main-404-desc {
	font-size: 20px;
	margin: 10px 0;
	line-height: 1.4;
}

.main-404-home-link a {
	font-weight: 700;
	color: var(--black);
	text-decoration: underline;
}

/**
 * Posts Bottom Main
 * ==============================================================
 */

.posts-bottom-main {
	margin-top: 30px;
}

.posts-bottom-main-flex {
	overflow: auto;
}

.posts-bottom-main-flex ul {
	width: 1010px;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.posts-bottom-main-flex ul li {
	float: left;
	width: 186px;
	margin-right: 20px;
}

.posts-bottom-main-flex ul li:last-child {
	margin-right: 0;
}

.post-bottom-main {
	overflow: hidden;
}

.post-bottom-main-image {
	overflow: hidden;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 140px;
	border-radius: 4px;
}

.post-bottom-main-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .5s ease;
}

.post-bottom-main-image img:hover{
	transform: scale(1.1);
}

.post-bottom-main-title {
	margin: 20px 0 10px 0;
	font-size: medium;
	line-height: 1.3;
}

.post-bottom-main-title a {
	color: var(--black);
}

.post-bottom-main-date {
	font-size: 12px;
	color: var(--tint7);
}

@media (max-width: 468px) {
	.posts-bottom-main {
		margin-top: 15px;
	}

	.post-bottom-main-title {
		font-size: 15px;
	}
}

/**
 * Advertisement
 * ==============================================================
 */

/* ads slider */
.ads-slider {
	width: 100%;
	margin-top: 25px;
}

.ads-slider-content {
	position: relative;
	overflow: hidden;
	width: 930px;
	height: auto;
	margin: 0 auto;
}

.ads-slider-content img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	vertical-align: middle;
}

@media (max-width: 930px) {
	.ads-slider-content {
		width: auto;
		height: auto;
	}
}

@media (max-width: 468px) {
	.ads-slider {
		margin-top: 15px;
	}
}

/* ads section 1 */
.ads-section-1 {
	width: 100%;
	margin-top: 30px;
}

.ads-section-1-content {
	overflow: hidden;
	width: 930px;
	height: auto;
	margin: 0 auto;
}

.ads-section-1-content img {
	max-width: 100%;
	height: auto;
	object-fit: cover;
	vertical-align: middle;
	margin: 0 auto;
}

@media (max-width: 930px) {
	.ads-section-1-content {
		width: auto;
		height: auto;
	}
}

@media (max-width: 468px) {
	.ads-section-1 {
		margin-top: 15px;
	}
}

/* ads section 2 */

.ads-section-2 {
	width: 100%;
	margin-top: 30px;
}

.ads-section-2-content {
	overflow: hidden;
	width: 580px;
	height: auto;
	margin: 0 auto;
}

.ads-section-2-content img {
	max-width: 100%;
	height: auto;
	object-fit: cover;
	vertical-align: middle;
	margin: 0 auto;
}

@media (max-width: 968px) {
	.ads-section-2-content {
		width: auto;
		height: auto;
	}
}

@media (max-width: 468px) {
	.ads-section-2 {
		margin-top: 15px;
	}
}

/* ads section 3 */

.ads-section-3 {
	width: 100%;
	margin-top: 20px;
}

.ads-section-3-content {
	overflow: hidden;
	width: 930px;
	height: auto;
	margin: 0 auto;
}

.ads-section-3-content img {
	max-width: 100%;
	height: auto;
	object-fit: cover;
	vertical-align: middle;
	margin: 0 auto;
}

@media (max-width: 930px) {
	.ads-section-3-content {
		width: auto;
		height: auto;
	}
}

@media (max-width: 468px) {
	.ads-section-3 {
		margin-top: 15px;
	}
}

/* ads single top */

.ads-single-top {
	width: 100%;
	margin: 15px 0;
}

.ads-single-top-content {
	overflow: hidden;
	width: 580px;
	height: auto;
	margin: 0 auto;
}

.ads-single-top-content img {
	max-width: 100%;
	height: auto;
	object-fit: cover;
	vertical-align: middle;
	margin: 0 auto;
}

@media (max-width: 930px) {
	.ads-single-top-content {
		width: auto;
		height: auto;
	}
}

/* ads single bottom */

.ads-single-bottom {
	width: 100%;
	margin-top: 15px;
}

.ads-single-bottom-content {
	overflow: hidden;
	width: 580px;
	height: auto;
	margin: 0 auto;
}

.ads-single-bottom-content img {
	max-width: 100%;
	height: auto;
	object-fit: cover;
	vertical-align: middle;
	margin: 0 auto;
}

@media (max-width: 930px) {
	.ads-single-bottom-content {
		width: auto;
		height: auto;
	}
}

/**
 * Footer
 * ==============================================================
 */

.footer {
	overflow: hidden;
	width: 100%;
	margin-top: 40px;
	padding: 40px 0 20px 0;
	border-top: 1px solid var(--tint10);
}

.footer-flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
}

.footer-column {
	width: 250px;
	height: auto;
}

@media (max-width: 768px) {
	.footer-flex {
		flex-direction: column;
		align-items: center;
	}

	.footer-column {
		margin-bottom: 20px;
		display: flex;
		flex-direction: column;
		align-items: center;
		text-align: center;
	}

	.footer-column .widget {
		margin-bottom: 0;
	}
}

/* footer site branding */

.footer-site-branding {
	width: 100%;
	height: auto;
}

.footer-site-branding h1 a {
	color: var(--blue);
}

.footer-site-branding img {
	width: 200px;
	height: auto;
}

/* footer copyright */

.footer-copy {
	margin-top: 10px;
}

.footer-copy span small {
	font-size: 14px;
	color: var(--tint6);
	line-height: 1.4;
}

.footer-copy span small a {
	color: inherit;
	text-decoration: underline;
}

/* footer social media */

.footer-social-media-title {
	margin: 0 0 20px 0;
}

.footer-social-media ul li {
	display: inline-block;
	margin-right: 4px;
	margin-bottom: 4px;
}

.footer-social-media ul li a {
	display: inline-block;
	width: 35px;
	height: 35px;
	line-height: 35px;
	border-radius: 35px;
	background: var(--tint10);
	color: var(--black);
	text-align: center;
}

/**
 * Dark Mode Section
 * ==============================================================
 */

/* Dark mode switcher */

.wpnm-button {
	font-size: 16px 
}

.wpnm-button-inner-left:empty {
    margin-left: -0.625em 
}

.wpnm-button-inner-left:before, .wpnm-button-inner-left:after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    /*transition*/
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    outline: none 
}

.wpnm-button .wpnm-button-inner, .wpnm-button .wpnm-button-inner-left {
	display: inline-block;
	font-size: 0.875em;
	position: relative;
	padding: 0em;
	line-height: 1em;
	cursor: pointer;
	color: rgba(149, 149, 149, 0.51);
	font-weight: normal 
}

.wpnm-button .wpnm-button-inner-left:before {
	content: '';
	display: block;
	position: absolute;
	z-index: 1;
	line-height: 2.125em;
	text-indent: 2.5em;
	height: 1em;
	width: 1em;
	margin: 0.25em;
	/*border-radius*/
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	right: 1.625em;
	bottom: 0em;
	background: #FFB200;
	transform: rotate(-45deg);
	box-shadow: 0 0 0.625em white 
}
 
.wpnm-button .wpnm-button-inner-left:after {
	content: "";
	display: inline-block;
	width: 2.5em;
	height: 1.5em;
	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;
	border-radius: 1em;
	background: rgba(255, 255, 255, 0.15);
	vertical-align: middle;
	margin: 0 0.625em;
	border: 0.125em solid #FFB200 
}
 
.wpnm-button.active .wpnm-button-inner-left:before {
	right: 1.0625em;
	box-shadow: 0.3125em 0.3125em 0 0 #eee;
	background: transparent 
}
 
.wpnm-button.active .wpnm-button-inner-left:after {
	background: rgba(0, 0, 0, 0.15);
	border: 0.125em solid white 
}
 
.wpnm-button .wpnm-button-inner-left {
	color: rgba(250, 250, 250, 0.51);
	font-weight: bold 
}
 
.wpnm-button.active .wpnm-button-inner-left {
	color: rgba(149, 149, 149, 0.51);
	font-weight: normal 
}
 
.wpnm-button.active .wpnm-button-inner-left + .wpnm-button-inner {
	color: rgba(250, 250, 250, 0.51);
	font-weight: bold 
}

/*Dark Mode Body*/

body.dark-mode {
	background-color: var(--dark-primary);
	color: var(--white);
}

body.dark-mode a {
	color: var(--white);
}

body.dark-mode .navbar-menu-menu {
	background-color: var(--dark-secondary);
	padding: 0 10px;
	transition: 0.5s;
}

body.dark-mode .navbar-menu-menu a {
	color: var(--white);
}

body.dark-mode .navbar-top-right ul li a {
	color: var(--white);
}

body.dark-mode .navbar-top-left ul li span {
	background-color: var(--dark-secondary);
}

body.dark-mode .navbar-menu-slide-container {
	background-color: var(--dark-secondary);
}

body.dark-mode .navbar-menu-slide-container a {
	color: var(--white);
}

body.dark-mode .navbar-menu-slide-content ul li.menu-item-has-children > a:after{
	color: var(--white);
}

body.dark-mode .navbar-menu-menu ul li ul li{
	background-color: var(--dark-primary);
}

body.dark-mode .main-single-tags a {
	color: var(--white);
	border-color: var(--white);
}

body.dark-mode .main-single-content p a { 
	color: var(--dark-blue);
}

body.dark-mode .main-single-tags a:hover {
	background: none;
}

/*Dark Mode Sitemap*/

body.dark-mode .main-single-sitemap {
    border: 1px solid var(--blank);
}

body.dark-mode .main-single-sitemap ul {
 	color: var(--white); 
}

body.dark-mode .sitemap-box, body.dark-mode .sitemap-box ul li {
	border: 1px solid var(--dark-secondary);
}

body.dark-mode .sitemap-posts h2{
	background: var(--dark-secondary);
}

/*Button Melayang Dark mode*/

.button-melayang {
	display: block;
	width: 35px;
	height: 35px;
	line-height: 50px;
	text-align: center;
	color: white;
	font-size: 24px;
	font-weight: bold;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	text-decoration: none;
	transition: ease all 0.3s;
	position: fixed;
	left: 25px;
	bottom:32px;
 }

.wpnm-button2 {
	display: none;
}

@media (max-width: 468px){

	.wpnm-button, .button-melayang{
		display: none;
	}
}



@media (max-width: 468px) {
	.wpnm-button2 {
		position: relative;
		display: flex;
		align-items: center;
		width: 150px;
		height: auto;
		margin-left: 35px;
	}
	
	.wpnm-button2 span {
		padding: 5px 10px;
		font-size: 18px;
		background: #EEEEEF;
		border-radius: 10px;
	}
	
	.wpnm-button2 span svg {
		padding-top: 2px;
		width: 16px;
		height: 16px;
	}
	
	.wpnm-button2 .btn-terang {
		position: absolute             ;
		opacity: 0;
		transform: scale(0);
		transition: 1s;
	}
	
	.wpnm-button2 .btn-gelap {
		opacity: 10;
		transform: scale(1);
		transition: 1s;
	}
	
	body.dark-mode .wpnm-button2 .btn-gelap {
		opacity: 0;
		transform: scale(0);
		transition: 1s;
	}
	
	body.dark-mode .wpnm-button2 .btn-terang {
		position: absolute;
		left: 0;
		top: 0;
		opacity: 10;
		transform: scale(1);
		transition: 1s;
	}
	
	body.dark-mode .wpnm-button2 span {
		background: var(--dark-secondary);
		border-radius: 10px;
	}
}

body.dark-mode .go-top span, body.dark-mode .go-top span svg {
	font-size: 16px;
	color: var(--white);
	stroke: var(--white);
	
}

body.dark-mode .go-top span, body.dark-mode .go-top span svg {
	background: var(--dark-primary);
}

/*Dark Mode Widget*/

body.dark-mode .main-single-content-pagination span.page-links-title {
	color: var(--white);
}

body.dark-mode .main-single-content blockquote a {
	color:  var(--dark-blue);
}

body.dark-mode .main-single-content blockquote {
	border-left: 6px solid var(--white);
}

body.dark-mode .main-single-content-pagination .post-page-numbers.current {
	background-color: var(--dark-secondary);
}

body.dark-mode .search-form-mobile {
	background-color: var(--dark-secondary);
}

body.dark-mode .search-form-mobile input[type=text] {
	color: var(--white);
	background: var(--dark-secondary);
}

body.dark-mode .comment-body, body.dark-mode .comment-form-comment textarea, body.dark-mode .comment-form-author input, body.dark-mode .comment-form-email input, body.dark-mode .comment-form-url input {
	background-color: var(--dark-secondary);
	border-color:  var(--dark-secondary);
	color: var(--white);
}

body.dark-mode .navbar-top-left-form input[type=text] {
	background-color: var(--dark-secondary);
	border: 1px solid var(--dark-secondary);
	width: 200px;
	color: var(--white);
}

body.dark-mode .navbar-top-left-form button[type=submit] svg {
	fill: #ffffff !important;
    stroke: #ffffff !important;
}

body.dark-mode .cls-1 {
    fill: none;
    stroke: var(--white);
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2px;
}

body.dark-mode .search-form-mobile button svg {
	fill: var(--white);
}

body.dark-mode .navbar-mobile-flex, body.dark-mode .navbar-mobile {
	background-color: var(--dark-primary);
}

body.dark-mode .navbar-mobile-menu-button span svg {
	fill: none;
    stroke: var(--white);
    stroke-linecap: round;
    stroke-linejoin: round;
    background: none;
    stroke-width: 2px;
}

body.dark-mode .navbar-mobile-menu-flex ul li a {
	color: var(--white);
}

body.dark-mode .navbar-mobile-site-branding h1 a {
	color: var(--white) !important;
}

body.dark-mode .navbar-main-site-branding h1 a {
	color: var(--white) !important;
}

body.dark-mode .footer-site-branding a {
	color: var(--white) !important;
}

body.dark-mode .widget_recent_entries ul li a {
	color: var(--white);	
}

body.dark-mode .widget_categories ul li a {
	color: var(--white);
}

body.dark-mode .widget_tag_cloud .tagcloud a {
	color: var(--white);
}

body.dark-mode .widget_archive ul li a { 
	color: var(--white);
}

body.dark-mode .navbar-top-right ul li:first-child span {
	color: var(--white);
}

body.dark-mode .post-main-excerpt p {
	color: #CCCCCC;
}

body.dark-mode .posts-main-pagination a {
	color: var(--black);
	background: var(--white);
}

body.dark-mode .footer .widget_nav_menu ul li a {
	color: var(--white);	
}

body.dark-mode .main-single-view {
	color: var(--white);	
}

body.dark-mode .main-single-comments-count {
	background: #39383e;
}

body.dark-mode .form-submit input.submit{
	color: var(--black);
    background: var(--white);
}

body.dark-mode .footer .footer-social-media ul li a {
	line-height: 38px;
}

/**
 * Widget Styles
 * ==============================================================
 */

.footer .widget {
	font-size: 15px;
}

.widget-title {
	display: block;
	font-size: 20px;
	margin: 0 0 15px 0;
}

.footer .widget-title {
	font-size: 18px;
}

/* widget archive */

.widget_archive {
	margin-bottom: 30px;
}

.widget_archive ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.widget_archive ul li {
	font-size: 15.5px;
	margin: 0;
}

.widget_archive ul li a {
	display: inline-block;
	padding: 8px 0;
	color: var(--black);
	font-weight: 700;
	font-size: 15.5px;
}

.widget_archive ul li a:before {
	content: "#";
	font-weight: bold;
	margin-right: 8px;
	font-size: 20px;
	vertical-align: middle;
	color: var(--tint7);
}

.widget_archive select {
	padding: 5px 10px;
	font-family: inherit;
	font-size: 15.5px;
	outline: none;
	color: var(--tint4);
	border: 1px solid var(--tint8);
	border-radius: 5px;
}

/* widget audio */

.widget_media_audio {
	margin-bottom: 30px;
}

/* widget calendar */

.widget_calendar {
	margin-bottom: 30px;
}

.wp-calendar-table {
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
	border-collapse: collapse;
}

.wp-calendar-table caption {
	margin-bottom: 10px;
}

.wp-calendar-table th, .wp-calendar-table td {
	border: 1px solid var(--tint8);
	padding: 5px;
}

/* widget search */

.widget_search {
	margin-bottom: 30px;
}

.widget_search form {
	position: relative;
}

.widget_search form input[type=search] {
	width: 100%;
	outline: none;
	border: 1px solid var(--tint8);
	padding: 12px 15px;
	font-family: inherit;
	border-radius: 5px;
}

.widget_search form input[type=submit] {
	display: none;
}

/* widget image */

.widget_media_image {
	margin-bottom: 30px;
	text-align: center;
}

.widget_media_image figure {
	margin: 0;
	padding: 0;
}

.widget_media_image figure img {
	max-width: 100%;
	height: auto;
	object-fit: cover;
}

.widget_media_image img {
	max-width: 100%;
	height: auto;
	object-fit: cover;
}

.widget_media_image figure figcaption {
	text-align: center;
	font-size: 14px;
	color: var(--tint6);
}

/* widget category */

.widget_categories {
	margin-bottom: 30px;
}

.widget_categories ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.widget_categories ul li {
	font-size: 15.5px;
	margin: 0;
}

.widget_categories ul li a {
	display: inline-block;
	padding: 8px 0;
	color: var(--black);
	font-weight: 700;
	font-size: 15.5px;
}

.widget_categories ul li a:before {
	content: "#";
	font-weight: bold;
	margin-right: 8px;
	font-size: 20px;
	vertical-align: middle;
	color: var(--tint7);
}

.widget_categories select {
	padding: 5px 10px;
	font-family: inherit;
	font-size: 15.5px;
	outline: none;
	color: var(--tint4);
	border: 1px solid var(--tint8);
	border-radius: 5px;
}

/* widget pages */

.widget_pages {
	margin-bottom: 30px;
}

.widget_pages ul {
	overflow: hidden;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.widget_pages ul li {
	width: 50%;
	float: left;
	margin: 0;
}

.widget_pages ul li a {
	display: inline-block;
	padding: 8px 0;
	color: var(--tint5);
	font-weight: 600;
	font-size: 15.5px;
	transition: .2s;
	-webkit-transition: .2s;
	-moz-transition: .2s;
	-o-transition: .2s;
}

.footer .widget_pages ul li a {
	font-weight: normal;
}

.widget_pages ul li a:hover {
	color: var(--black);
}

/* widget recent comments */

.widget_recent_comments {
	margin-bottom: 30px;
}

.widget_recent_comments ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.widget_recent_comments ul li {
	margin-bottom: 10px;
	color: var(--black);
	line-height: 1.4;
	margin: 0;
}

.widget_recent_comments ul li a {
	color: inherit;
}

/* widget nav menu */

.widget_nav_menu {
	margin-bottom: 30px;
}

.widget_nav_menu ul {
	overflow: hidden;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.widget_nav_menu ul li {
	width: 50%;
	float: left;
	margin: 0;
}

.widget_nav_menu ul li a {
	display: inline-block;
	padding: 8px 0;
	color: var(--tint5);
	font-weight: 600;
	font-size: 15.5px;
	transition: .2s;
	-webkit-transition: .2s;
	-moz-transition: .2s;
	-o-transition: .2s;
}

.footer .widget_nav_menu ul li a {
	font-weight: normal;
}

.widget_nav_menu ul li a:hover {
	color: var(--black);
}

/* widget meta */

.widget_meta {
	margin-bottom: 30px;
}

.widget_meta ul {
	overflow: hidden;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.widget_meta ul li {
	width: 50%;
	float: left;
	margin: 0;
}

.widget_meta ul li a {
	display: inline-block;
	padding: 8px 0;
	color: var(--tint5);
	font-weight: 600;
	font-size: 15.5px;
	transition: .2s;
	-webkit-transition: .2s;
	-moz-transition: .2s;
	-o-transition: .2s;
}

.widget_meta ul li a:hover {
	color: var(--black);
}

/* widget recent entries */

.widget_recent_entries {
	margin-bottom: 30px;
}

.widget_recent_entries ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.widget_recent_entries ul li {
	margin-bottom: 20px;
	counter-increment: my-counter;
	position: relative;
}

.widget_recent_entries ul li:before {
	content: counter(my-counter);
	display: table-cell;
	padding-right: 20px;
	vertical-align: middle;
	font-size: 30px;
	font-weight: bolder;
	color: var(--tint8);
}

.widget_recent_entries ul li a {
	display: table-cell;
	vertical-align: middle;
	color: var(--black);
	font-size: 16.5px;
	font-weight: 400;
	line-height: 1.4;
	margin-bottom: 4px;
}

.widget_recent_entries ul li span {
	display: none;
	font-size: 15px;
	color: var(--tint7);
}

/* widget tag cloud */

.widget_tag_cloud {
	margin-bottom: 30px;
}

.widget_tag_cloud .tagcloud {
	display: flex;
	flex-wrap: wrap;
}

.widget_tag_cloud .tagcloud a {
	color: var(--tint5);
	font-size: 14.5px !important;
	padding: 8px 15px;
	display: inline-block;
	border: 1px solid var(--tint8);
	margin-bottom: 5px;
	border-radius: 4px;
	font-weight: 600;
	width: auto;
	margin-right: 5px;
	transition: .2s;
	-webkit-transition: .2s;
	-moz-transition: .2s;
	-o-transition: .2s;
}

.widget_tag_cloud .tagcloud a:hover {
	border: 1px solid var(--black);
	color: var(--black);
}

/* widget text */

.widget_text {
	margin-bottom: 30px;
}

.widget_text p {
	font-size: 15.5px;
	color: var(--tint5);
	line-height: 1.6;
	letter-spacing: 0.1px;
}

/* widget custom HTML */

.widget_custom_html {
	margin-bottom: 30px;
}

.widget_custom_html iframe {
	width: 100%;
	height: auto;
}

/**
 * Widget block
 * ==============================================================
 */

/* widget block heading */

.widget_block h1, 
.widget_block h2, 
.widget_block h3, 
.widget_block h4, 
.widget_block h5, 
.widget_block h6 {
	display: inline-block;
	margin: 0 0 15px 0;
}

/* widget block unordered list and ordered list */

.widget_block ul, .widget_block ol {
	display: inline-block;
}

/* widget block blockquote */

.widget_block blockquote {
	margin: 10px 0;
}

.widget_block blockquote p {
	margin: 0 0 10px 0;
}

.widget_block blockquote cite {
	color: var(--tint5);
	font-size: 15px;
}

/* widget block shortcode and preformated text */

.widget_block pre {
	display: inline-block;
}

/* widget block pullquote */

/* widget block table */

.widget_block table {
	width: 100%;
	border-collapse: collapse;
}

.widget_block table th, .widget_block table td {
	border: 1px solid var(--tint8);
	padding: 10px 15px;
	font-size: 15px;
}

.widget_block > .wp-block-table figcaption {
	padding: 5px 0;
	font-size: 14px;
	text-align: center;
	color: var(--tint5);
}

/**
 * Widget Custom
 * ==============================================================
 */

 /* widget Random posts */

.raylight-randomr-posts-widget {
	margin-bottom: 30px;
}

.raylight-random-posts-widget ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.raylight-random-posts-widget ul li {
	margin-bottom: 15px;
}

.widget-random-posts-image {
	display: table-cell;
	vertical-align: top;
	width: 120px;
	height: 90px;
}

.widget-random-posts-image img {
	width: 100%;
	height: 90px;
	object-fit: cover;
	border-radius: 5px;
}

.widget-random-posts-entry {
	display: table-cell;
	vertical-align: top;
	padding-left: 15px;
}

.widget-random-posts-title {
	font-size: 16px;
	margin: 0 0 10px 0;
	font-weight: 500;
	line-height: 1.3;
}

.widget-random-posts-title a {
	color: inherit;
}

/* widget popular posts */

.raylight-popular-posts-widget {
	margin-bottom: 30px;
	background: #F0F2F5;
	padding: 15px;
	border-radius: 10px;
}

body.dark-mode .raylight-popular-posts-widget{
	background: #202020;
}
.raylight-popular-posts-widget ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.raylight-popular-posts-widget ul li {
	margin-bottom: 15px;
}

.widget-popular-posts-image {
	display: table-cell;
	vertical-align: top;
	width: 120px;
	height: 90px;
}

.widget-popular-posts-image img {
	width: 100%;
	height: 90px;
	object-fit: cover;
	border-radius: 5px;
}

.widget-popular-posts-entry {
	display: table-cell;
	vertical-align: top;
	padding-left: 15px;
}

.widget-popular-posts-title {
	font-size: 16px;
	margin: 0 0 10px 0;
	font-weight: 500;
	line-height: 1.3;
	color: #262626;
}

.widget-popular-posts-title:hover  {
	color: var(--dark-blue);
}

.widget-popular-posts-title a {
	color: inherit;
}


/* widget posts category */

.raylight-posts-category-widget {
	margin-bottom: 30px;
}

.raylight-posts-category-widget ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.raylight-posts-category-widget ul li {
	margin-bottom: 15px;
}

.widget-posts-category-image {
	display: table-cell;
	vertical-align: top;
	width: 120px;
	height: 90px;
}

.widget-posts-category-image img {
	width: 100%;
	height: 90px;
	object-fit: cover;
	border-radius: 5px;
}

.widget-posts-category-entry {
	display: table-cell;
	vertical-align: top;
	padding-left: 15px;
}

.widget-posts-category-title {
	font-size: 16px;
	margin: 0 0 10px 0;
	font-weight: 500;
	line-height: 1.3;
}

.widget-posts-category-title a {
	color: inherit;
}


/**
 * Go Top
 * ==============================================================
 */

.go-top {
	position: fixed;
	right: 30px;
	bottom: 30px;
	display: none;
}

@media (max-width: 468px) {
	.go-top {
		right: 20px;
		bottom: 20px;
	}
}

.go-top span {
	display: inline-block;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	background: var(--tint12);
	border-radius: 4px;
	cursor: pointer;
}

.go-top span svg {
	display: inline-block;
	width: 20px;
	stroke: var(--tint5);
	vertical-align: middle;
}

/*Sitemap Html style section*/

.main-single-sitemap {
    border-radius: 20px;
    border: 1px solid var(--tint9);
}

.main-single-sitemap ul{
 	color: var(--black);
    font-weight: bolder;
}

.main-single-sitemap ul a{
 	color: var(--dark-blue);	
}
.main-single-sitemap ul a:hover{
	text-decoration: underline;
}


.sitemap-box {
	position: relative;
	margin: 0 0 20px 0;
	padding: 5px;
	border-radius: 10px;
	border: 1px solid #EEEEEF;
	overflow: hidden;
}

.sitemap-box h2 {
	position: absolute;
	top: -30px;
	left: -10px;
	padding: 20px 0 5px 20px;
	background: var(--dark-secondary);
	width: calc(100% + 25px);
}

.sitemap-box .right {
	position: absolute;
	top: -30px;
	left: calc(50% - 10px);
}

.sitemap-box ul {
	list-style-type: circle;
	list-style-position: inside;
	padding: 30px 0 0 5px;
}

.sitemap-posts h2 {
	background: var(--dark-blue);
}

.sitemap-posts ul {
	padding: 30px 10px 0 5px;
}

.sitemap-posts ul .category {
	font-size: 12px;
	list-style: none;
	width: max-content;
}

.sitemap-box ul li {
	margin: 0 0 10px 0;
	padding: 5px;
	border-radius: 10px;
	border: 1px solid #EEEEEF;
	width: 100%;
}

/* profile author page  */

.profile-author{
	width: 100%;
	height: auto;
	padding: 20px;
    border: 1px solid var(--tint10);
    border-radius: 5px;
    text-align: center;
}

body.dark-mode .profile-author{
	background-color: var(--dark-secondary);
    border: 1px solid var(--dark-secondary);
}

.profile-author h2{
    font-size: 20px;
}

.profile-author img{
    border: 2px solid var(--tint10);
    border-radius: 50px;
}


.author-social-profile a{
	color: var(--black);
	margin: 5px;
}

/* Pagination author page */

.nav-links{
	overflow: hidden;
    padding: 10px 0;
    text-align: center;
}
.nav-links a{
	display: inline-block;
    padding: 10px 20px;
    margin: 0 3px;
    background: var(--blue);
    color: var(--white);
    font-size: 15px;
    border-radius: 5px;	
}
.page-numbers{
	display: none;
}

body.dark-mode .nav-links a{
	color: var(--black);
    background: var(--white);
}

/* TOC Style Section */

.toc{
    background: #f9f9f9 none repeat scroll 0 0;
    border: 1px solid #aaa;
    border-radius: 5px;
    padding: 10px;	
	width: max-content;
	max-width: 100%;
	margin-bottom: 20px;
}
.toc-title{
    font-weight: 700;
}
.toc-list li{
	margin: 5px;
	line-height: 1.4;
	list-style: none;
	counter-increment: css-counters;		
}
.toc-list li:before{
	color: var(--dark-blue);
}
.toc-list ul{
	counter-reset: css-counters 0; /* intializes counter, set -1 for zero-based counters */
  	content: counters(css-counters, ".") " "; /* generates inherited counters from parents */
}

.toc-list li:before{	
  	content: counters(css-counters, ".") " "; /* generates inherited counters from parents */
}
.toc-list li a{
	color: var(--dark-blue);
}
.toc ul{
	margin-bottom: -10px;
	margin-left: -32px;
}
.toc li{
	margin-top: -10px;	
}
.fa-angle-right:before{
	opacity: 0.8;
}
.toc small{
	color: var(--dark-blue);
	cursor: pointer;
}
.toc .toc-list li a:hover {
	text-decoration: underline;
	color: var(--dark-blue);
}
.toc-btnShow {
	display: none;
}
body.dark-mode .toc{
    background: var(--dark-secondary);
	border: 1px solid var(--dark-secondary);
}
body.dark-mode .toc-list li a{
	color: var(--dark-blue);
}


/* Float ads Left, Footer and Right Section */

@media (min-width: 1366px) {
	.float-ads-left{
		width: 160px;
		height: 660px;
		float: left;
		display: block;
		bottom: -120px;
		top: auto;
		left: 5px;
		position: fixed;
		z-index: 3;
	}

	.float-ads-left img{
		max-width: 100%;
		height: auto;
		top: -20px;
		z-index: -1;
		margin-left: -2px;
		position: relative;
		
	}
}

@media (min-width: 1366px) {
	.float-ads-right{
		width: 160px;
		height: 660px;
		float: right;
		display: block;
		bottom: -120px;
		top: auto;
		right: -5px;
		position: fixed;
		z-index: 3;
	}

	.float-ads-right img{
		max-width: 100%;
		height: auto;
		top: -20px;
		z-index: -1;
		margin-left: -2px;
		position: relative;
	}
}

/* Ads Video */

@media (min-width: 1366px) {
	.float-ads-video{
		width: 160px;
		height: 660px;
		bottom: -470px;
		float: right;
		display: block;
		top: auto;
		right: 135px;
		position: fixed;
		z-index: 3;
	}

	.float-ads-video img{
		max-width: 100%;
		height: auto;
	}

	.float-ads-video iframe{
		width: 290px;
		height: 170px;
		border-radius: 5px;
	}
}

@media (max-width: 1366px) {
	.float-ads-right, .float-ads-left, .float-ads-video {
		display: none;
	}
	
	.float-ads-footer {
		width: 720px;
		height: auto;
		position: fixed;
		z-index: 3;
		bottom: -7px;
	}
	.float-ads-footer img{
		width: 420px;
		height: auto;
		
	}
}


@media (max-width: 468px) {

	.float-ads-footer {
		width: 720px;
		height: auto;
		position: fixed;
		z-index: 3;
		bottom: -7px;
	}
	.float-ads-footer img{
		width: 420px;
		height: auto;
		
	}
}

@media (min-width: 1024px) {
	
	.float-ads-footer{
		width: 980px;
		height: 120px;
		float: left;
		bottom: 0;
		top: auto;
		left: 380px;
		position: fixed;
		z-index: 3;
	}

	.float-ads-footer img{
		max-width: 100%;
		height: 90px;
		top: auto;
		z-index: -1;
		margin-left: 0;
		position: relative;
	}

	.iklan-footer .float-ads-footer{
		width: 100%;
		height: auto;
		left: 0;
		position: fixed;
		background-color: rgb(230, 221, 221); /* Fallback color */
  		background-color: rgba(205, 194, 194, 0.4); /* Black w/opacity/see-through */
	}

	.iklan-footer .float-ads-footer img, .iklan-footer .float-ads-footer .exit-ads button{
		margin-left: 430px;	
		transition: width 2s;
	}
}

.exit-ads button{
	text-align: center;
    font-size: 12px;
    padding: 1px 5px;
    margin: 0;
    background-color: var(--white);
    border: none;
    color: var(--black);
	cursor: pointer;
}

.hidden-ads {
	display: none;
}

.rss-konten{
	background-image: radial-gradient(circle at 100% 0%, #ff8d55 0, #ff7c52 16.67%, #ff654d 33.33%, #f94646 50%, #ea1940 66.67%, #de0040 83.33%, #d50043 100%);
	box-shadow: 0px -4px 22px -3px rgba(0,0,0,0.1);
	padding: 20px;
	margin-top: 20px;
	border-radius: 20px;
	margin-bottom: 10px;
	
}

.rss-konten ul li{
	color: var(--red1);
	margin-top: 5px;
	margin-left: -15px;
}

.rss-konten ul li a, .rss-konten h2{
	color: var(--white);
	font-family: -apple-system, system-ui, BlinkMacSystemFont;
	font-size: 16px;
	width: 153px;
}

.rss-konten h2 img{
	max-width: 100%;
	height: auto;
}

.rss-konten ul li a:hover{
	color: #FFE7BF;
}

.rss-konten img{
	transition: transform .5s ease;
}

.rss-konten img:hover{
	transform: scale(1.5);
}

/* RSS Widget */

.widget_rss{
	padding: 20px;
	background: var(--red1);
	border-radius: 20px;
	font-family: -apple-system, system-ui, BlinkMacSystemFont;
}

.widget_rss .widget-title{
	background-color: var(--white);
	text-align: center;
	border-radius: 10px;
}

.widget_rss h2 a{
	color: var(--black);
}

.rss-widget-feed{
	display: none;
}

.widget_rss ul{
	list-style: none;
	margin-left: -25px;
	
}

.widget_rss ul li{
	margin-bottom: 15px;
	
}

.widget_rss ul li a{
	color: var(--white);
	margin-bottom: 5px;
	display: inline-block;
}

.widget_rss ul li a:hover{
	color: #FFE7BF;
}

.widget_rss .rss-date{
	font-size: 9px;
	color: var(--tint10);
}

/* Update Hover Color */

.post-bottom-menu-title a:hover, .post-main-title a:hover, .post-bottom-main-title a:hover, .widget_recent_entries ul li a:hover{
	color: var(--dark-blue)
}

body.dark-mode .widget_recent_entries ul li a:hover{
	color: var(--dark-blue);
}

body.dark-mode .widget_text p{
	color: var(--white);
}

/* Elementor Section */

.elementor-template-full-width #content{
    padding: 0;
}

#content p{
    font-size: 16px !important;
}
#page #content .widget-area .widget .title{
color: #ff000;
}

p{
    font-size: 16px ;
}
.widget .title{
   color: #ff000;
}

.custom_logo_dark_id {
    display: none;
}
