/*!
Theme Name: MafaTech
Theme URI: https://ipmafa.ac.id
Author: Kampus IPMAFA
Author URI: https://ipmafa.ac.id
Description: Tema khusus untuk IPMAFA hasil adaptasi.
Version: 2.1.2
Requires at least: 5.8
Tested up to: 6.5
Requires PHP: 7.2
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: MafaTech
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

WpNews is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- CSS Variable
	- Normalize
	- Tiny Slider
	- Sidr
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
# Layouts
	- Grid
	- Content
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* CSS Variable
--------------------------------------------- */
/* Using CSS Variable */
body {
	--font-reguler: 400;
	--font-bold: 600;
	--background-color: #f8f8f8;
	--scheme-color: #d32f2f;
	--secondscheme-color: #43a047;
	--bigheadline-color: #f1c40f;
	--main-color: #000000;
	--link-color-body: #000000;
	--hoverlink-color-body: #0076a3;
	--border-color: #dddddd;
	--header-bgcolor: #ffffff;
	--topnav-color: #222222;
	--mainmenu-bgcolor: #d32f2f;
	--mainmenu-color: #ffffff;
	--mainmenu-hovercolor: #f1c40f;
	--secondmenu-bgcolor: #e53935;
	--secondmenu-color: #000000;
	--secondmenu-hovercolor: #d32f2f;
	--content-bgcolor: #ffffff;
	--content-greycolor: #888888;
	--button-bgcolor: #43a047;
	--button-color: #ffffff;
	--footer-bgcolor: #f0f0f0;
	--footer-color: #888888;
	--footer-linkcolor: #888888;
	--footer-hover-linkcolor: #888888;
	--greybody-bgcolor: #efefef;
	--rgbacolor: var(--rgbacolor, rgba(0, 0, 0, 0.05));
	--btn-prev: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%221em%22%20height%3D%221em%22%20preserveAspectRatio%3D%22xMidYMid%20meet%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23111%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M19%2012H5%22%2F%3E%3Cpath%20d%3D%22M12%2019l-7-7l7-7%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
	--btn-next: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%221em%22%20height%3D%221em%22%20preserveAspectRatio%3D%22xMidYMid%20meet%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23111%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M5%2012h14%22%2F%3E%3Cpath%20d%3D%22M12%205l7%207l-7%207%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
body.dark-theme {
	--background-color: #111111;
	--scheme-color: #d32f2f;
	--secondscheme-color: #43a047;
	--bigheadline-color: #f1c40f;
	--main-color: #efefef;
	--link-color-body: #ffffff;
	--hoverlink-color-body: #f1c40f;
	--border-color: #444444;
	--header-bgcolor: #333333;
	--topnav-color: #ffffff;
	--mainmenu-bgcolor: #d32f2f;
	--mainmenu-color: #ffffff;
	--mainmenu-hovercolor: #f1c40f;
	--secondmenu-bgcolor: #333333;
	--secondmenu-color: #ffffff;
	--secondmenu-hovercolor: #f1c40f;
	--content-bgcolor: #222222;
	--content-greycolor: #888888;
	--footer-bgcolor: #333333;
	--footer-color: #dddddd;
	--footer-linkcolor: #ffffff;
	--footer-hover-linkcolor: #dddddd;
	--greybody-bgcolor: #333333;
	--rgbacolor: rgba(256, 256, 256, 0.05);
	--btn-prev: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%221em%22%20height%3D%221em%22%20preserveAspectRatio%3D%22xMidYMid%20meet%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M19%2012H5%22%2F%3E%3Cpath%20d%3D%22M12%2019l-7-7l7-7%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
	--btn-next: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%221em%22%20height%3D%221em%22%20preserveAspectRatio%3D%22xMidYMid%20meet%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M5%2012h14%22%2F%3E%3Cpath%20d%3D%22M12%205l7%207l-7%207%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
	line-height: 1.15;
}
body {
	margin: 0;
}
main {
	display: block;
}
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}
a {
	background-color: transparent;
}
abbr[title] {
	border-bottom: none;
	text-decoration: underline dotted;
}
b,
strong {
	font-weight: var(--font-bold, 700);
}
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
small {
	font-size: 80%;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
img {
	border-style: none;
}
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}
button,
input {
	overflow: visible;
}
button,
select {
	text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
	-webkit-appearance: button;
	appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
	border-style: none;
	padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
	outline: 1px dotted ButtonText;
}
fieldset {
	padding: 0.35em 0.75em 0.625em;
}
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}
progress {
	vertical-align: baseline;
}
textarea {
	overflow: auto;
}
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
[type="search"] {
	-webkit-appearance: textfield;
	appearance: textfield;
	outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}
details {
	display: block;
}
summary {
	display: list-item;
}
template {
	display: none;
}
[hidden] {
	display: none;
}

/* Tiny Slider
--------------------------------------------- */
/*! tiny-slider.css | MIT License | github.com/ganlanyuan/tiny-slider */
.tns-outer {
	padding: 0 !important;
}
.tns-outer [hidden] {
	display: none !important;
}
.tns-outer [aria-controls],
.tns-outer [data-action] {
	cursor: pointer;
}
.tns-slider {
	-webkit-transition: all 0s;
	-moz-transition: all 0s;
	transition: all 0s;
}
.tns-slider > .tns-item {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.tns-horizontal.tns-subpixel {
	white-space: nowrap;
}
.tns-horizontal.tns-subpixel > .tns-item {
	display: inline-block;
	vertical-align: top;
	white-space: normal;
}
.tns-horizontal.tns-no-subpixel:after {
	content: "";
	display: table;
	clear: both;
}
.tns-horizontal.tns-no-subpixel > .tns-item {
	float: left;
}
.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
	margin-right: -100%;
}
.tns-no-calc {
	position: relative;
	left: 0;
}
.tns-gallery {
	position: relative;
	left: 0;
	min-height: 1px;
}
.tns-gallery > .tns-item {
	position: absolute;
	left: -100%;
	-webkit-transition: transform 0s, opacity 0s;
	-moz-transition: transform 0s, opacity 0s;
	transition: transform 0s, opacity 0s;
}
.tns-gallery > .tns-slide-active {
	position: relative;
	left: auto !important;
}
.tns-gallery > .tns-moving {
	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	transition: all 0.25s;
}
.tns-autowidth {
	display: inline-block;
}
.tns-lazy-img {
	-webkit-transition: opacity 0.6s;
	-moz-transition: opacity 0.6s;
	transition: opacity 0.6s;
	opacity: 0.6;
}
.tns-lazy-img.tns-complete {
	opacity: 1;
}
.tns-ah {
	-webkit-transition: height 0s;
	-moz-transition: height 0s;
	transition: height 0s;
}
.tns-ovh {
	overflow: hidden;
}
.tns-visually-hidden {
	position: absolute;
	left: -10000em;
}
.tns-transparent {
	opacity: 0;
	visibility: hidden;
}
.tns-fadeIn {
	opacity: 1;
	z-index: 0;
}
.tns-normal,
.tns-fadeOut {
	opacity: 0;
	z-index: -1;
}
.tns-vpfix {
	white-space: nowrap;
}
.tns-vpfix > div,
.tns-vpfix > li {
	display: inline-block;
}
.tns-t-subp2 {
	margin: 0 auto;
	width: 310px;
	position: relative;
	height: 10px;
	overflow: hidden;
}
.tns-t-ct {
	width: 2333.3333333%;
	width: -webkit-calc(100% * 70 / 3);
	width: -moz-calc(100% * 70 / 3);
	width: calc(100% * 70 / 3);
	position: absolute;
	right: 0;
}
.tns-t-ct:after {
	content: "";
	display: table;
	clear: both;
}
.tns-t-ct > div {
	width: 1.4285714%;
	width: -webkit-calc(100% / 70);
	width: -moz-calc(100% / 70);
	width: calc(100% / 70);
	height: 10px;
	float: left;
}

/* Sidr
--------------------------------------------- */
/*! sidr.css | MIT License | https://github.com/artberri/sidr */
.sidr {
	display: block;
	position: fixed;
	top: 0;
	padding-bottom: 60px;
	max-width: 300px;
	width: 100%;
	height: 100%;
	z-index: 9999999;
	overflow-y: scroll;
	background-color: var(--content-bgcolor, #ffffff);
	box-shadow: 0 0 32px rgba(0, 0, 0, 0.2);
}
.admin-bar .sidr {
	top: 32px;
}
@media (max-width: 992px) {
	.admin-bar .sidr {
		top: 32px;
	}
}
@media screen and (max-width: 782px) {
	.admin-bar .sidr {
		top: 46px;
	}
}

@media screen and (max-width: 600px) {
	.admin-bar .sidr {
		top: 46px;
	}
}
.sidr .sidr-inner {
	padding: 0 0 0;
}
.sidr .sidr-inner > p {
	margin-left: 15px;
	margin-right: 15px;
}
.sidr.sidr-right {
	left: auto;
	right: -100%;
}
.sidr.sidr-left {
	left: -100%;
	right: auto;
}
.sidr ul {
	list-style: none;
	margin: 0 0 0;
	padding: 0;
}
.sidr ul li {
	width: 100%;
	display: block;
	list-style: none;
	padding: 0;
	margin: 0 0 0 0;
}
.sidr ul li > a:hover {
	background-color: var(--rgbacolor, rgba(0, 0, 0, 0.05));
}
.sidr ul li.sidr-class-menu-item-has-children > a:hover {
	background-color: transparent !important;
}
.sidr ul li a {
	padding: 7px 25px;
	display: block;
	position: relative;
	font-size: 16px;
	line-height: 20px;
	text-decoration: none;
}
.sidr ul li ul {
	border-bottom: 0;
	margin: 0;
}
.sidr ul li.sidr-class-menu-item-has-children {
	border-bottom: 1px solid var(--border-color, #dddddd);
	width: 100% !important;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.sidr ul li.sidr-class-menu-item-has-children > a {
	cursor: default;
	font-size: 16px;
}
.sidr ul li ul li a {
	font-size: 14px;
}
.sidr form {
	margin: 0 15px;
}
.sidr label {
	font-size: 13px;
}
.sidr input[type="search"],
.sidr input[type="text"] {
	width: 100%;
	margin: 10px 0 10px;
	display: block;
	clear: both;
}
/* Support menu icons plugin */
.menu-item i._mi,
.sidr-class-menu-item i._mi,
.sidr-class-menu-item img._mi {
	display: inline-block;
	vertical-align: middle;
}
.sidr-class-gmr-logo-wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 8px 25px;
	margin-bottom: 10px;
	border-bottom: 1px solid var(--border-color, #dddddd);
	height: 56px;
}
.sidr-class-gmr-logo-wrap a.sidr-class-logolink img {
	max-height: 34px;
	display: inline-block;
	max-width: 100%;
	width: 100%;
}
.sidr-class-close-topnavmenu-wrap svg {
	font-size: 28px;
	text-align: right;
	vertical-align: -0.25em !important;
	color: var(--topnav-color, #222222);
}
i._mi,
img._mi,
._svg {
	color: var(--content-greycolor, #888888);
	font-size: 22px;
	width: 22px;
	height: 22px;
	vertical-align: -0.25em !important;
	line-height: 1;
	margin-top: 0;
}
i._mi {
	vertical-align: -0.3em !important;
}
.menu-item i._mi,
.menu-item img._mi,
.menu-item ._svg {
	font-size: 18px;
	width: 18px;
	height: 18px;
	vertical-align: -0.15em !important;
}
.sidr-class-menu-item i._before,
.sidr-class-menu-item img._before {
	margin-right: 0.5em;
}
.sidr-class-menu-item i._after,
.sidr-class-menu-item img._after {
	margin-left: 0.5em;
}
.sidr-class-menu-item i.elusive {
	margin-top: -0.3em;
}
/* Support menu icons plugin */
.sidr-class-menu-item i._mi,
.sidr-class-menu-item img._mi {
	display: inline-block;
	vertical-align: middle;
}
.gmr-sidemenu {
	display: none !important;
}

/* New Scroll Mobile Menu */

.gmr-mobilemenuwrap {
	max-height: 42px;
	overflow: hidden;
	background-color: var(--mainmenu-bgcolor, #d32f2f);
}
.gmr-mobilemenu {
	overflow: auto;
	white-space: nowrap;
	display: none;
	max-width: 100% !important;
}
.gmr-mobilemenu ul {
	list-style: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
.gmr-mobilemenu ul li {
	display: inline-block;
	margin-right: 7px;
	margin-bottom: 14px;
}
.gmr-mobilemenu ul li a {
	padding: 14px 7px 14px 0;
	font-size: 14px;
	line-height: 14px;
	display: block;
	color: var(--mainmenu-color, #ffffff);
}
@media (max-width: 992px) {
	.gmr-mobilemenu {
		display: block;
	}
}

/* Box sizing
--------------------------------------------- */
*,
*::before,
*::after {
	box-sizing: border-box;
}
html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	word-wrap: break-word;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	font-family: sans-serif;
	line-height: 1.6;
	font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	margin-top: 0;
	margin-bottom: 10px;
	line-height: 1.3;
	hyphens: auto;
}

h1 {
	font-size: 24px;
}
h2 {
	font-size: 22px;
}
h3 {
	font-size: 20px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 17px;
}
h6 {
	font-size: 16px;
}

p {
	margin-top: 0;
	margin-bottom: 20px;
	word-wrap: break-word;
}

fieldset {
	border: 1px solid var(--border-color, #dddddd);
	margin: 0 0 20px 0;
	border-radius: 3px;
}

legend {
	color: var(--content-greycolor, #888888);
	padding: 0 10px;
}

del {
	color: inherit;
	opacity: 0.5;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

cite {
	font-size: 14px;
}

blockquote {
	margin: 0 0;
	border-left: 4px solid var(--border-color, #cccccc);
	color: var(--content-greycolor, #888888);
	padding-left: 1em;
	font-style: italic;
}
blockquote p {
	margin-top: 0 !important;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: rgba(0, 0, 0, 0.1);
	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 var(--border-color, #cccccc);
	cursor: help;
}

mark,
ins {
	text-decoration: underline;
}

big {
	font-size: 125%;
}

svg {
	display: inline-block;
	height: auto;
	max-width: 100%;
}
embed,
object {
	display: block;
	height: auto;
	max-width: 100%;
}

/* Elements
--------------------------------------------- */
body {
	background-color: var(--background-color, #f8f8f8);
	color: var(--main-color, #000000);
	font-weight: var(--font-reguler, 400);
}

hr {
	background-color: var(--border-color, #cccccc);
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 0;
}

dt {
	font-weight: var(--font-bold, 700);
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	vertical-align: middle;
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

table,
tr {
	border: 1px solid var(--border-color, #cccccc);
}

/* Links
--------------------------------------------- */
a {
	text-decoration: none;
	-webkit-tap-highlight-color: transparent;
	transition: 0.3s;
	color: var(--link-color-body, #000000);
}

.entry-content-single a,
a:hover,
a:focus,
a:active {
	outline: 0;
	color: var(--hoverlink-color-body, #d32f2f);
}

.entry-content-single a:hover,
p a {
	text-decoration: underline;
}

/* Forms
--------------------------------------------- */
a.button,
button,
input.button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	transition: 0.3s;
	border: none !important;
	border-radius: 3px;
	padding: 8px 15px;
	cursor: pointer;
	font-size: 14px;
	background-color: var(--button-bgcolor, #43a047);
	color: var(--button-color, #ffffff);
	overflow: visible;
	position: relative;
	outline: none;
	left: auto;
	display: inline-block;
}

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"],
select,
textarea {
	outline: none;
	font-size: 14px;
	color: var(--content-greycolor, #888888);
	background-color: var(--content-bgcolor, #ffffff);
	border: 1px solid var(--border-color, #cccccc);
	border-radius: 3px;
	padding: 7px 15px;
}

select option {
	color: var(--content-greycolor, #888888);
	background-color: var(--content-bgcolor, #ffffff);
	border: 1px solid var(--border-color, #cccccc);
}

select optgroup {
	border: 1px solid var(--border-color, #cccccc);
}

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,
select:focus,
textarea:focus {
	color: var(--main-color, #000000);
}

button[disabled],
button.disabled,
button:disabled,
a.button[disabled],
a.button.disabled,
a.button:disabled,
input[disabled],
input.disabled,
input:disabled {
	user-select: none;
	cursor: not-allowed !important;
	opacity: 0.3;
}

select {
	max-width: 100%;
}

textarea {
	width: 100%;
}

.img-cicle {
	border-radius: 50%;
}

.gmr-embed-responsive {
	position: relative;
	display: block;
	height: 0;
	padding: 0;
	overflow: hidden;
	margin: 1em 0;
}
.gmr-embed-responsive .gmr-embed-responsive-item,
.gmr-embed-responsive iframe,
.gmr-embed-responsive embed,
.gmr-embed-responsive object,
.gmr-embed-responsive video {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	border: 0;
}
.gmr-embed-responsive-16by9 {
	padding-bottom: 56.25%;
}
.gmr-embed-responsive-4by3 {
	padding-bottom: 75%;
}
.text-center {
	text-align: center;
}
.list-table {
	width: 100%;
	display: table;
	position: relative;
}
.table-row {
	display: table-row;
}
.table-cell {
	display: table-cell;
	vertical-align: middle;
	height: 100%;
}
.list-flex {
	display: flex;
	align-items: center;
}
.row-flex {
	display: inline-flex;
}
.table-row {
	display: table-row;
}
.table-cell {
	display: table-cell;
	vertical-align: middle;
	height: 100%;
}
.clear {
	clear: both;
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.gallery-style:before,
.gallery-style:after,
.row:before,
.row:after {
	content: " ";
	display: table;
}
.clearfix:after,
.container:after,
.gallery-style:after,
.row:after {
	clear: both;
}
.pull-right {
	float: right !important;
}
.pull-left {
	float: left !important;
}
/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

.site-branding {
	justify-content: space-between;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.gmr-banner-logo {
	width: 728px;
}
@media (max-width: 1200px) {
	.gmr-logo {
		max-width: 170px;
	}
}
@media (max-width: 992px) {
	.gmr-logo,
	.gmr-banner-logo {
		width: 100%;
		margin-top: 20px;
		text-align: center;
	}
}
.gmr-topnavwrap {
	width: 100%;
	background-color: var(--header-bgcolor, #ffffff);
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
	z-index: 9999;
	position: sticky;
	right: 0;
	left: 0;
	top: 0;
	margin: 0 auto;
	transition: all 0.3s ease;
}
.admin-bar .gmr-topnavwrap {
	top: 32px;
}
@media (max-width: 992px) {
	.admin-bar .gmr-topnavwrap {
		top: 32px;
	}
}
@media screen and (max-width: 782px) {
	.admin-bar .gmr-topnavwrap {
		top: 46px;
	}
}

@media screen and (max-width: 600px) {
	.admin-bar .gmr-topnavwrap {
		top: 0;
		position: relative;
	}
}
@media (max-width: 600px) {
	.gmr-topnavwrap.gmr-table-search {
		display: none;
	}
}

.gmr-topnavwrap .row-flex.gmr-navright {
	margin-left: auto;
	max-width: 250px;
}
.gmr-topnavwrap .row-flex #gmr-responsive-menu,
.gmr-topnavwrap .row-flex.gmr-navright .pull-right,
.gmr-topnavwrap .row-flex .gmr-searchform {
	height: 34px;
	margin: 6px 0;
	position: relative;
	color: var(--topnav-color, #222222);
}
.gmr-topnavwrap .row-flex .gmr-searchform {
	max-width: 330px;
	display: block;
}
.gmr-topnavwrap .row-flex .gmr-searchform input {
	outline: none;
	text-align: left;
	width: 100%;
	background: none;
	margin: 0;
	height: 34px;
	background-color: var(--rgbacolor, rgba(0, 0, 0, 0.05));
	border: none !important;
	padding: 7px 40px 7px 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 20px;
}
.gmr-topnavwrap .row-flex .gmr-searchform button {
	position: absolute;
	right: 0;
	top: 0;
	border: none;
	cursor: pointer;
	outline: none;
	background-color: transparent;
	padding: 5px 10px;
	border-radius: 15px;
	color: var(--content-greycolor, #888888);
}
.gmr-topnavwrap .row-flex .gmr-searchform button svg {
	width: 20px;
	height: 20px;
	line-height: 20px;
	vertical-align: -0.4em;
	padding: 0;
}
.topnav-button {
	padding: 5px 12px;
	display: inline-flex;
	margin: 6px 0 6px 10px;
	text-decoration: none;
	font-size: 13px;
	line-height: 1.7;
	text-align: center;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	background-color: var(--rgbacolor, rgba(0, 0, 0, 0.05));
	border-radius: 5px;
}
#search-menu-button,
.topnav-button.darkmode-button {
	padding: 5px 0;
	margin: 6px 0 6px 10px;
	background-color: transparent !important;
}
#search-menu-button svg,
.darkmode-button svg {
	height: 23px;
	width: 23px;
	line-height: 13px;
	vertical-align: -0.525em;
	padding: 0;
}

.gmr-search-btn {
	display: none;
}
@media (max-width: 992px) {
	.gmr-search-btn {
		display: inline-block;
		position: relative;
	}
}
.gmr-search-btn .search-dropdown {
	display: none;
	position: absolute;
	top: auto;
	right: 0;
	max-width: 300px;
	width: 220px;
	transition: all 0.3s;
	background-color: var(--content-bgcolor, #ffffff);
	padding: 5px 10px;
	border-radius: 3px;
	box-shadow: 0 0 32px rgba(0, 0, 0, 0.2);
}
.gmr-search-btn .search-dropdown.active {
	display: block;
}
/* Grid
--------------------------------------------- */
.container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}
@media (min-width: 768px) {
	.container {
		max-width: 728px;
	}
}
@media (min-width: 992px) {
	.container {
		max-width: 952px;
	}
}
@media (min-width: 1200px) {
	.container {
		max-width: 1070px;
	}
}
.row {
	margin-left: -15px;
	margin-right: -15px;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
}
@media (max-width: 992px) and (min-width: 500px) {
	.col-md-6.post,
	.col-md-4.post {
		flex: 0 0 auto;
		width: 50%;
	}
}
@media (min-width: 992px) {
	.col-md-12 {
		flex: 0 0 auto;
		width: 100%;
	}
	.col-md-11 {
		flex: 0 0 auto;
		width: 91.66666667%;
	}
	.col-md-10 {
		flex: 0 0 auto;
		width: 83.33333333%;
	}
	.col-md-9 {
		flex: 0 0 auto;
		width: 75%;
	}
	.col-md-8 {
		flex: 0 0 auto;
		width: 66.66666667%;
	}
	.col-md-7 {
		flex: 0 0 auto;
		width: 58.33333333%;
	}
	.col-md-6 {
		flex: 0 0 auto;
		width: 50%;
	}
	.col-md-5 {
		flex: 0 0 auto;
		width: 41.66666667%;
	}
	.col-md-4 {
		flex: 0 0 auto;
		width: 33.33333333%;
	}
	.col-md-3 {
		flex: 0 0 auto;
		width: 25%;
	}
	.col-md-2 {
		flex: 0 0 auto;
		width: 16.66666667%;
	}
	.col-md-1 {
		flex: 0 0 auto;
		width: 8.33333333%;
	}
	.col-md-offset-2 {
		margin-left: 16.666667%;
	}
	.col-md-offset-3 {
		margin-left: 25%;
	}
}
@media (min-width: 1200px) {
	.col-md-12 {
		flex: 0 0 auto;
		width: 100%;
	}
	.col-md-11 {
		flex: 0 0 auto;
		width: 91.66666667%;
	}
	.col-md-10 {
		flex: 0 0 auto;
		width: 83.33333333%;
	}
	.col-md-9 {
		flex: 0 0 auto;
		width: 75%;
	}
	.col-md-8 {
		flex: 0 0 auto;
		width: 66.66666667%;
	}
	.col-md-7 {
		flex: 0 0 auto;
		width: 58.33333333%;
	}
	.col-md-6 {
		flex: 0 0 auto;
		width: 50%;
	}
	.col-md-5 {
		flex: 0 0 auto;
		width: 41.66666667%;
	}
	.col-md-4 {
		flex: 0 0 auto;
		width: 33.33333333%;
	}
	.col-md-3 {
		flex: 0 0 auto;
		width: 25%;
	}
	.col-md-2 {
		flex: 0 0 auto;
		width: 16.66666667%;
	}
	.col-md-1 {
		flex: 0 0 auto;
		width: 8.33333333%;
	}
	.col-md-offset-2 {
		margin-left: 16.666667%;
	}
	.col-md-offset-3 {
		margin-left: 25%;
	}
}
.site {
	margin: 0 auto 0;
	background-color: var(--content-bgcolor, #ffffff);
}
.gmr-box-layout .site {
	max-width: 1082px;
}
/* Content
--------------------------------------------- */
.gmr-top-date {
	text-transform: uppercase;
}
.page-header {
	margin-bottom: 20px;
}
.inside-author-box {
	max-width: 100%;
	margin: 0 auto;
	background: rgba(0, 0, 0, 0.5);
	padding: 220px 40px 10px;
	position: relative;
}
.gmr-ab-gravatar {
	position: absolute;
	bottom: -50px;
}
.gmr-ab-gravatar img {
	border-radius: 50%;
	width: 114px;
	height: 114px;
	border-width: 7px;
}
.author-box {
	margin-bottom: 20px;
}
@media (max-width: 992px) {
	.author-box {
		margin-bottom: 60px;
	}
	.inside-author-box {
		padding: 220px 10px 10px;
	}
}
h1.author-title {
	text-transform: capitalize;
}
h1.author-title,
h3.widget-title,
h2.comments-title,
h3.comment-reply-title,
h3.related-text,
.related-text-onlytitle,
h1.page-title,
h3.page-title {
	position: relative;
	font-size: 18px;
	color: var(--scheme-color, #d32f2f);
	padding-top: 15px;
}
.related-text-onlytitle {
	padding-top: 0 !important;
}
h1.author-title:before,
h3.widget-title:before,
h2.comments-title:before,
h3.related-text:before,
h3.comment-reply-title:before,
h1.page-title:before,
h3.page-title:before {
	content: "";
	border-top: 2px solid var(--scheme-color, #f44336);
	width: 50px;
	position: absolute;
	display: block;
	top: -2px;
}
.box-widget h3.widget-title {
	padding-top: 0;
}
.box-widget h3.widget-title:before {
	border-top: 0;
}
h3.related-text {
	border-top: 2px solid var(--border-color, #cccccc);
}
h1.entry-title {
	font-size: 28px;
	color: var(--scheme-color, #d32f2f);
}

h2.entry-title {
	font-size: 20px;
}
@media (max-width: 992px) {
	h1.entry-title {
		font-size: 24px;
	}

	h2.entry-title {
		font-size: 16px;
	}
}
@media (max-width: 500px) {
	h2.entry-title {
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
	}
}
.box-item:hover h2.entry-title a {
	color: var(--hoverlink-color-body, #d32f2f);
}

.widget-subtitle,
.archive-description {
	color: var(--content-greycolor, #888888);
	font-size: 13px;
	line-height: 1.3;
}
.archive-description p:last-child {
	margin-bottom: 0;
}
.sidr-class-site-title,
.site-title {
	font-size: 22px;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.gmr-logo-mobile .site-title {
	font-size: 18px;
}
.gmr-logo-mobile .site-title a {
	color: var(--topnav-color, #222222);
}
.site-header {
	padding: 20px 0 20px;
}
@media (max-width: 992px) {
	.site-header {
		padding: 0 0 0;
	}
}
.sidr-class-site-title a,
.site-title a {
	font-weight: var(--font-bold, 700);
}
.close-topnavmenu-wrap {
	display: none !important;
}

/* Social & Icons
--------------------------------------------- */
.gmr-social-icon {
	margin: 0;
	padding: 0;
}
ul.social-author,
ul.social-icon {
	margin: 0 auto;
	padding: 0;
	list-style: none;
}
ul.social-author {
	text-align: right;
}
ul.social-author > li,
ul.social-icon > li {
	vertical-align: middle;
	display: inline-block;
	position: relative;
	margin-left: 5px;
}
ul.social-author > li > a,
ul.social-icon > li > a {
	position: relative;
	display: block;
	line-height: 20px;
}
ul.social-author > li svg,
ul.social-icon > li svg {
	height: 32px;
	width: 32px;
	line-height: 32px;
	padding: 4px;
	display: inline-block;
	vertical-align: middle;
	border-radius: 50%;
}
ul.social-icon > li path {
	fill: #ffffff;
}
ul.social-icon > li .twitter svg {
	background-color: #0f1419;
}
ul.social-icon > li .facebook svg {
	background-color: #3c5a99;
}
ul.social-icon > li .pinterest svg {
	background-color: #bd081c;
}
ul.social-icon > li .wp svg {
	background-color: #21759b;
}
ul.social-icon > li .instagram svg {
	background-color: #e4405f;
}
ul.social-icon > li .reddit svg {
	background-color: #ff5700;
}
ul.social-icon > li .linkedin svg {
	background-color: #0077b5;
}
ul.social-icon > li .youtube svg {
	background-color: #cd201f;
}
ul.social-icon > li .twitch svg {
	background-color: #6441a5;
}
ul.social-icon > li .spotify svg {
	background-color: #1db954;
}
ul.social-icon > li .whatsapp svg {
	background-color: #25d366;
}
ul.social-icon > li .tiktok svg {
	background-color: #010101;
}
ul.social-icon > li .telegram svg {
	background-color: #0088cc;
}
ul.social-icon > li .soundcloud svg {
	background-color: #ff7f34;
}
ul.social-icon > li .dailymotion svg {
	background-color: #00aaff;
}
ul.social-icon > li .rss svg {
	background-color: #ee802f;
}
ul.social-author > li path {
	fill: #ffffff;
}
ul.social-author {
	margin-left: 120px;
}

/* Social share */
ul.gmr-socialicon-share {
	margin: 0;
	padding: 0;
}
ul.gmr-socialicon-share li {
	text-align: center;
	display: inline-block;
	margin: 0 0 0 10px;
}
ul.gmr-socialicon-share li:first-child {
	margin: 0 0 0 0 !important;
}
ul.gmr-socialicon-share li a {
	background-color: var(--rgbacolor, rgba(0, 0, 0, 0.05));
	display: block;
	width: 30px;
	height: 30px;
	line-height: 36px;
	border-radius: 3px;
}
ul.gmr-socialicon-share li svg {
	font-size: 16px;
	width: 16px;
	height: 16px;
}
@media (max-width: 480px) {
	.comments-link .text-comment {
		display: none;
	}
}
/* breadcrumb */
.breadcrumbs {
	font-size: 14px;
	color: var(--content-greycolor, #888888);
}
.breadcrumbs a {
	color: var(--content-greycolor, #888888);
}
.breadcrumbs .separator {
	display: inline-block;
	position: relative;
	margin-left: 3px;
	margin-right: 3px;
	margin-top: -2px;
	top: auto;
	bottom: auto;
	vertical-align: middle;
	content: " ";
	border-bottom: 1px solid var(--content-greycolor, #888888);
	border-right: 1px solid var(--content-greycolor, #888888);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	height: 4px;
	width: 4px;
}

.breadcrumbs .last-cl {
	display: none !important;
}

/* Navigation
--------------------------------------------- */
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.gmr-mainmenu {
	margin: 0;
	padding: 0;
	display: block;
	z-index: 99;
	background-color: var(--secondmenu-bgcolor, #e53935);
}
#primary-menu {
	background-color: var(--mainmenu-bgcolor, #d32f2f);
}
.gmr-mainmenu-wrap {
	position: relative;
}

.gmr-mainmenu ul {
	list-style: none;
}
/* .gmr-mainmenu ul */
.gmr-mainmenu ul,
.gmr-mainmenu ul .sub-menu,
.gmr-mainmenu ul .children {
	margin: 0 auto;
	padding: 0;
	z-index: 999;
}
.gmr-mainmenu ul > li {
	display: inline-block;
	position: relative;
}
.gmr-mainmenu ul .sub-menu li,
.gmr-mainmenu ul .children li {
	display: block;
	position: relative;
	margin-right: 0;
}
.gmr-mainmenu ul > li > a {
	position: relative;
	display: block;
	padding: 12px 12px;
	font-size: 14px;
	line-height: 1.3;
	text-decoration: none !important;
	color: var(--mainmenu-color, #ffffff);
}
.gmr-mainmenu ul#secondary-menu > li > a {
	color: var(--secondmenu-color, #000000);
}
.gmr-mainmenu ul > li.menu-border > a span {
	border: 2px solid #fff;
	line-height: 20px;
	padding: 12px 10px;
	margin-top: 18px;
	margin-bottom: 18px;
}
.gmr-mainmenu ul > li.gmr-menu-cart > a sup {
	margin-left: 5px;
}
.gmr-mainmenu ul > li.page_item_has_children > a:after,
.gmr-mainmenu ul > li.menu-item-has-children > a:after,
.gmr-mainmenu ul .sub-menu > li.page_item_has_children > a:after,
.gmr-mainmenu ul .sub-menu > li.menu-item-has-children > a:after,
.gmr-mainmenu ul .children > li.page_item_has_children > a:after,
.gmr-mainmenu ul .children > li.menu-item-has-children > a:after {
	display: inline-block;
	position: relative;
	margin-left: 6px;
	margin-right: 3px;
	margin-top: -3px;
	top: auto;
	bottom: auto;
	vertical-align: middle;
	content: " ";
	border-bottom: 1px solid var(--mainmenu-color, #ffffff);
	border-right: 1px solid var(--mainmenu-color, #ffffff);
	-webkit-transform-origin: 66% 66%;
	-ms-transform-origin: 66% 66%;
	transform-origin: 66% 66%;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
	height: 6px;
	width: 6px;
}
.gmr-mainmenu ul#secondary-menu > li.page_item_has_children > a:after,
.gmr-mainmenu ul#secondary-menu > li.menu-item-has-children > a:after,
.gmr-mainmenu ul#secondary-menu .sub-menu > li.page_item_has_children > a:after,
.gmr-mainmenu ul#secondary-menu .sub-menu > li.menu-item-has-children > a:after,
.gmr-mainmenu ul#secondary-menu .children > li.page_item_has_children > a:after,
.gmr-mainmenu
	ul#secondary-menu
	.children
	> li.menu-item-has-children
	> a:after {
	border-bottom: 1px solid var(--secondmenu-color, #000000);
	border-right: 1px solid var(--secondmenu-color, #000000);
}
.gmr-mainmenu ul .sub-menu > li.page_item_has_children > a:after,
.gmr-mainmenu ul .sub-menu > li.menu-item-has-children > a:after,
.gmr-mainmenu ul .children > li.page_item_has_children > a:after,
.gmr-mainmenu ul .children > li.menu-item-has-children > a:after {
	margin-left: 0;
	margin-right: 0;
}
.gmr-mainmenu ul > li.page_item_has_children:hover > a:after,
.gmr-mainmenu ul > li.menu-item-has-children:hover > a:after {
	border-color: var(--mainmenu-hovercolor, #f1c40f);
}
.gmr-mainmenu ul#secondary-menu > li.page_item_has_children:hover > a:after,
.gmr-mainmenu ul#secondary-menu > li.menu-item-has-children:hover > a:after {
	border-color: var(--secondmenu-hovercolor, #d32f2f);
}
.gmr-mainmenu ul .sub-menu > li.page_item_has_children > a:after,
.gmr-mainmenu ul .sub-menu > li.menu-item-has-children > a:after,
.gmr-mainmenu ul .children > li.page_item_has_children > a:after,
.gmr-mainmenu ul .children > li.menu-item-has-children > a:after {
	content: " ";
	border-bottom: 1px solid var(--mainmenu-color, #ffffff);
	border-right: 1px solid var(--mainmenu-color, #ffffff);
	-webkit-transform-origin: 66% 66%;
	-ms-transform-origin: 66% 66%;
	transform-origin: 66% 66%;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	height: 6px;
	width: 6px;
	margin-top: -3px;
	top: auto;
	bottom: auto;
	float: right;
}
.gmr-mainmenu ul#secondary-menu .sub-menu > li.page_item_has_children > a:after,
.gmr-mainmenu ul#secondary-menu .sub-menu > li.menu-item-has-children > a:after,
.gmr-mainmenu ul#secondary-menu .children > li.page_item_has_children > a:after,
.gmr-mainmenu
	ul#secondary-menu
	.children
	> li.menu-item-has-children
	> a:after {
	border-bottom: 1px solid var(--secondmenu-color, #000000);
	border-right: 1px solid var(--secondmenu-color, #000000);
}
.gmr-mainmenu ul .sub-menu > li.page_item_has_children:hover > a:after,
.gmr-mainmenu ul .sub-menu > li.menu-item-has-children:hover > a:after,
.gmr-mainmenu ul .children > li.page_item_has_children:hover > a:after,
.gmr-mainmenu ul .children > li.menu-item-has-children:hover > a:after {
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
	border-color: var(--mainmenu-hovercolor, #f1c40f);
}
.gmr-mainmenu
	ul#secondary-menu
	.sub-menu
	> li.page_item_has_children:hover
	> a:after,
.gmr-mainmenu
	ul#secondary-menu
	.sub-menu
	> li.menu-item-has-children:hover
	> a:after,
.gmr-mainmenu
	ul#secondary-menu
	.children
	> li.page_item_has_children:hover
	> a:after,
.gmr-mainmenu
	ul#secondary-menu
	.children
	> li.menu-item-has-children:hover
	> a:after {
	border-color: var(--secondmenu-hovercolor, #d32f2f);
}
.gmr-mainmenu ul .sub-menu,
.gmr-mainmenu ul .children {
	left: 0;
	padding: 0;
	position: absolute;
	top: 120%;
	width: 220px;
	z-index: 999;
	opacity: 0;
	display: none;
	background-color: var(--mainmenu-bgcolor, #d32f2f);
}
.gmr-mainmenu ul#secondary-menu .sub-menu,
.gmr-mainmenu ul#secondary-menu .children {
	background-color: var(--secondmenu-bgcolor, #e53935);
}
.gmr-mainmenu ul > li.col-2 > .sub-menu {
	width: 350px;
}
.gmr-mainmenu ul > li.col-3 > .sub-menu {
	width: 450px;
}
.gmr-mainmenu ul > li.col-4 > .sub-menu {
	width: 600px;
}
.gmr-mainmenu ul > li.col-2 > .sub-menu > li {
	width: 50%;
	float: left;
	display: inline;
}
.gmr-mainmenu ul > li.col-3 > .sub-menu > li {
	width: 33.33%;
	float: left;
	display: inline;
}
.gmr-mainmenu ul > li.col-4 > .sub-menu > li {
	width: 25%;
	float: left;
	display: inline;
}
.gmr-mainmenu ul li.col-2 > .sub-menu,
.gmr-mainmenu ul li.col-3 > .sub-menu,
.gmr-mainmenu ul li.col-4 > .sub-menu {
	padding: 10px;
}
.gmr-mainmenu ul .sub-menu ul,
.gmr-mainmenu ul .children ul {
	left: 215px !important;
	top: 0 !important;
}
.gmr-mainmenu ul .sub-menu ul:after,
.gmr-mainmenu ul .children ul:after {
	border-width: 0;
	margin-left: 0;
}
.gmr-mainmenu ul .sub-menu a,
.gmr-mainmenu ul .children a {
	display: block;
	width: 100%;
	line-height: 15px;
	font-size: 13px;
	letter-spacing: 0;
	padding: 10px 12px !important;
	text-align: left;
	color: var(--mainmenu-color, #ffffff);
	text-transform: none !important;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-ms-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.gmr-mainmenu ul#secondary-menu .sub-menu a,
.gmr-mainmenu ul#secondary-menu .children a {
	color: var(--secondmenu-color, #000000);
}
.gmr-mainmenu ul .sub-menu > li:hover > a,
.gmr-mainmenu ul .children > li:hover > a {
	background-color: rgba(0, 0, 0, 0.025);
}

.gmr-mainmenu ul .sub-menu.current_page_item:after,
.gmr-mainmenu ul .sub-menu li,
.gmr-mainmenu ul .children.current_page_item:after,
.gmr-mainmenu ul .children li {
	float: none;
}
/* Focused for accessibility */
.gmr-mainmenu ul li > .sub-menu.focused,
.gmr-mainmenu ul li:hover > .sub-menu,
.gmr-mainmenu ul li > .children.focused,
.gmr-mainmenu ul li:hover > .children {
	opacity: 1;
	top: 100%;
	display: block;
	animation: anim 0.5s ease-in-out;
}
.gmr-mainmenu ul li > .sub-menu.focused:after,
.gmr-mainmenu ul li:hover > .sub-menu:after,
.gmr-mainmenu ul li > .children.focused:after,
.gmr-mainmenu ul li:hover > .children:after {
	opacity: 1;
	bottom: 100%;
	display: block;
	animation: anim 0.5s ease-in-out;
}
.gmr-mainmenu ul .sub-menu li:hover > a,
.gmr-mainmenu ul .sub-menu li.current-menu-item > a,
.gmr-mainmenu ul .sub-menu li.current-menu-ancestor > a,
.gmr-mainmenu ul .sub-menu li.current_page_item > a,
.gmr-mainmenu ul .sub-menu li.current_page_ancestor > a {
	background-color: var(--rgbacolor, rgba(0, 0, 0, 0.05));
}
.gmr-mainmenu ul > li:hover > a,
.gmr-mainmenu ul > li.current-menu-item > a,
.gmr-mainmenu ul > li.current-menu-ancestor > a,
.gmr-mainmenu ul > li.current_page_item > a,
.gmr-mainmenu ul > li.current_page_ancestor > a {
	color: var(--mainmenu-hovercolor, #f1c40f);
	background-color: var(--rgbacolor, rgba(0, 0, 0, 0.05));
}
.gmr-mainmenu ul#secondary-menu > li:hover > a,
.gmr-mainmenu ul#secondary-menu > li.current-menu-item > a,
.gmr-mainmenu ul#secondary-menu > li.current-menu-ancestor > a,
.gmr-mainmenu ul#secondary-menu > li.current_page_item > a,
.gmr-mainmenu ul#secondary-menu > li.current_page_ancestor > a {
	color: var(--secondmenu-hovercolor, #d32f2f);
}
ul li.sidr-class-menu-blue a,
ul li.menu-blue a {
	color: #2980b9 !important;
}
ul li.sidr-class-menu-orange a,
ul li.menu-orange a {
	color: #e56324 !important;
}
ul li.sidr-class-menu-red a,
ul li.menu-red a {
	color: #ff0000 !important;
}
ul li.sidr-class-menu-green a,
ul li.menu-green a {
	color: #3d842c !important;
}
ul li.sidr-class-menu-blue-light a,
ul li.menu-blue-light a {
	color: #90caf9 !important;
}
ul li.sidr-class-menu-orange-light a,
ul li.menu-orange-light a {
	color: #ffe082 !important;
}
ul li.sidr-class-menu-red-light a,
ul li.menu-red-light a {
	color: #ffab91 !important;
}
ul li.sidr-class-menu-green-light a,
ul li.menu-green-light a {
	color: #a5d6a7 !important;
}
ul li.sidr-class-menu-dot > a:after {
	content: "";
	width: 5px;
	height: 5px;
	background: #ff0000;
	position: relative;
	top: -5px;
	right: 0;
	margin-left: 4px;
	border-radius: 50%;
	display: inline-block;
}
ul li.menu-dot > a:after {
	content: "";
	width: 5px;
	height: 5px;
	background: #ff0000;
	position: relative;
	top: -5px;
	right: 0;
	margin-left: 4px;
	border-radius: 50%;
	display: inline-block;
}
ul li.sidr-class-menu-new > a:after,
ul li.menu-new > a:after {
	content: "New";
	display: inline-block;
	padding: 0 3px;
	background: #ff0000;
	color: #ffffff;
	font-size: 8px;
	line-height: 14px;
	vertical-align: top;
	margin-left: 5px;
	letter-spacing: -0.02em;
}

@keyframes anim {
	0% {
		display: none;
		transform: translateY(20%);
	}
	1% {
		display: block;
		opacity: 0;
		transform: translateY(20%);
	}
	100% {
		opacity: 1;
		transform: translateY(0%);
	}
}
ul.social-icon > li.responsive-menu {
	display: none;
}
#gmr-responsive-menu {
	height: 34px;
	display: inline-flex;
	flex-wrap: nowrap;
	align-items: center;
	max-width: 100px;
}
#gmr-responsive-menu div.ktz-i-wrap {
	width: 27px;
	height: 27px;
	display: block;
	position: relative;
	border-radius: 50%;
}
#gmr-responsive-menu span.ktz-i {
	display: block;
	position: absolute;
	height: 2px;
	left: 0;
	background: var(--topnav-color, #222222);
	border-radius: 9px;
	opacity: 1;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: 0.25s ease-in-out;
	-moz-transition: 0.25s ease-in-out;
	-o-transition: 0.25s ease-in-out;
	transition: 0.25s ease-in-out;
	width: 19px;
}
#gmr-responsive-menu span:nth-child(1) {
	top: 6px;
}
#gmr-responsive-menu span:nth-child(2) {
	top: 12px;
}
#gmr-responsive-menu span:nth-child(3) {
	top: 18px;
}

.gmr-logo-mobile {
	display: none;
}
.gmr-logo-mobile img {
	max-height: 34px;
	width: auto;
	display: inline-block;
	max-width: 200px;
	margin-left: 5px;
}
.gmr-table-search {
	margin-left: 10px;
}
@media (max-width: 992px) {
	#gmr-responsive-menu {
		max-width: 36px;
	}
	.gmr-logo-mobile {
		display: inline-flex;
		flex-wrap: nowrap;
		align-items: center;
		vertical-align: top;
		height: 34px;
		margin: 6px 0 6px 5px;
	}
	.nomobile,
	.gmr-table-search,
	.gmr-mainmenu {
		display: none;
	}
}
@media (max-width: 480px) {
	.gmr-logo-mobile .site-title {
		max-width: 150px;
	}
	.gmr-logo-mobile .site-title a {
		display: -webkit-box;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
	}
}
@media (max-width: 320px) {
	.gmr-logo-mobile .site-title {
		max-width: 100px;
	}
}

/**
 * Note: I have omitted any vendor-prefixes for clarity.
 * Adding them is left as an exercise for the reader.
 */
.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 {
	display: flex;
	padding: 20px 0;
	border-top: 1px solid var(--border-color, #cccccc);
	border-bottom: 1px solid var(--border-color, #cccccc);
	flex-direction: row;
	flex-wrap: nowrap;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous {
	flex: 1 0 48%;
	word-wrap: break-word;
	max-width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next {
	text-align: end;
	flex: 1 0 48%;
	word-wrap: break-word;
	max-width: 50%;
}

.site-main .posts-navigation,
.site-main .post-navigation {
	overflow: hidden;
	margin: 10px 0 0;
	padding-top: 5px;
	border-top: 1px solid rgba(0, 0, 0, 0.125);
	font-size: 14px;
}
.post-navigation .nav-previous span,
.post-navigation .nav-next span {
	color: #999;
	display: block;
}
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 48%;
}
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 48%;
}

.page-links {
	clear: both;
	margin: 20px 0 0;
}
.pagination {
	text-align: center;
}
.page-numbers {
	display: inline-block;
	padding: 5px 10px;
	margin: 0 2px 4px 0;
	text-align: center;
	text-decoration: none;
	border-radius: 3px;
	min-width: 33px;
	font-size: 16px;
	line-height: 22px;
	font-weight: var(--font-bold, 700);
	background-color: transparent;
}

.post-page-numbers {
	display: inline-block;
	padding: 3px 7px;
	margin: 0 2px 4px 0;
	text-align: center;
	text-decoration: none;
	border-radius: 4px;
	min-width: 29px;
	font-size: 14px;
	line-height: 22px;
	font-weight: var(--font-bold, 700);
	background-color: var(--border-color, #cccccc);
	color: #ffffff;
}

.page-numbers.dots {
	border: none;
	padding: 5px 0;
}

.prevnextpost-links .post-page-numbers {
	border-radius: 3px;
	background-color: var(--scheme-color, #d32f2f);
	color: #ffffff !important;
}

.text-page-link {
	display: block;
	color: var(--scheme-color, #d32f2f);
	font-size: 14px;
	line-height: 22px;
	font-weight: var(--font-bold, 700);
	margin-bottom: 10px;
}
.post-page-numbers.current,
.page-numbers.current,
a.post-page-numbers:hover,
a.page-numbers:hover {
	background-color: var(--scheme-color, #d32f2f);
	color: #ffffff;
}

/* Posts and pages
--------------------------------------------- */
.gmr-banner-beforecontent {
	margin-top: 20px;
}
.gmr-content {
	position: relative;
	padding-top: 20px;
	padding-bottom: 20px;
}
.inline-banner,
.module-widget,
article {
	position: relative;
	display: block;
	width: 100%;
}
.module-widget {
	margin-bottom: 30px;
}
.inline-banner {
	margin-bottom: 30px;
}
.box-item {
	display: flex;
}
.box-item.gmr-focus-news {
	flex-direction: row-reverse;
	padding: 15px;
	background-color: var(--greybody-bgcolor, #efefef);
}
.post-thumbnail {
	position: relative;
	border-radius: 3px;
	overflow: hidden;
}
.post-thumbnail .gmr-format {
	position: absolute;
	z-index: 1;
	top: 3px;
	left: 3px;
	padding: 2px 6px;
	display: inline-block;
	background-color: rgba(0, 0, 0, 0.5);
}
.post-thumbnail .gmr-format .duration {
	color: #ffffff !important;
	font-size: 12px;
	line-height: 14px;
	padding-left: 5px;
	vertical-align: 0.125em;
}
.post-thumbnail .gmr-format path {
	fill: #ffffff;
}
.widget .post-thumbnail.pull-left img {
	height: 75px;
	object-fit: cover;
}
.box-content {
	width: 69%;
	flex: 1;
	position: static;
	word-wrap: break-word;
}
.box-item.gmr-focus-news .box-content {
	width: 31%;
}
.box-item .post-thumbnail {
	width: 31%;
	display: block;
	margin: 0 20px 0 0;
	overflow: hidden;
	position: relative;
}
.page-index .box-item .post-thumbnail {
	width: 26%;
}
@media (max-width: 992px) {
	.box-item .post-thumbnail {
		margin: 0 15px 0 0;
	}
}
.box-item.gmr-focus-news .post-thumbnail {
	width: 31%;
	display: block;
	margin: 0 0 0 25px;
}

.page-index .box-item.gmr-focus-news .post-thumbnail {
	width: 26%;
}
.box-item .post-thumbnail:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 0;
}
.box-item .post-thumbnail img {
	width: 100%;
	display: block;
	transition: 0.2s all ease-in-out;
	border-radius: 3px;
}
.sticky {
	display: block;
}

.post,
.page {
	word-wrap: break-word;
}
.site-main,
article.post {
	margin-bottom: 30px;
}

.entry-header-single {
	margin-top: 20px;
}

.content-single header p {
	color: var(--content-greycolor, #888888);
	line-height: 1.5;
	font-size: 16px;
	font-style: italic;
}

.content-single .post-thumbnail {
	text-align: center;
}

.content-single .post-thumbnail img {
	width: 100%;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 0 0 0;
	display: block;
	position: relative;
}

.entry-content-archive p {
	margin-top: 10px;
	margin-bottom: 0;
	font-size: 13px;
	line-height: 1.4;
	color: var(--content-greycolor, #888888);
}
.single-wrap {
	display: flex;
	justify-content: space-around;
	align-items: flex-start;
}
@media (max-width: 992px) {
	.single-wrap {
		display: block;
	}
}
.entry-content-single {
	margin: 0 0 20px;
	width: 100%;
}
.entry-content-single.have-stickybanner {
	width: calc(100% - 140px);
}
@media (max-width: 992px) {
	.entry-content-single.have-stickybanner {
		width: 100%;
	}
}
.entry-content-single p {
	margin-top: 20px;
}
.meta-content {
	font-size: 12px;
	line-height: 14px;
	color: var(--content-greycolor, #888888);
	text-transform: capitalize;
	font-style: italic;
}
.gmr-cf-metacontent {
	margin-top: 10px;
}
.gmr-cf-metacontent span {
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px solid var(--border-color, #cccccc);
}
.gmr-cf-metacontent span:last-child {
	border-right: none;
}
.meta-content a {
	color: var(--content-greycolor, #888888);
}
.gmr-meta-topic {
	margin-bottom: 5px;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.gmr-meta-topic a {
	color: var(--secondscheme-color, #43a047);
}
.sep {
	margin-right: 5px;
	margin-left: 5px;
}

.posted-by {
	margin-right: 10px;
}

.entry-footer-archive .posted-by {
	display: none !important;
}
.comments-link {
	font-size: 13px;
}
.comments-link a {
	background-color: var(--rgbacolor, rgba(0, 0, 0, 0.05));
	display: inline-block;
	max-height: 30px;
	padding: 4px 15px;
	border-radius: 5px;
}
.comments-link svg path {
	fill: var(--content-greycolor, #888888);
}
.comments-link svg {
	font-size: 16px;
	width: 16px;
	height: 16px;
	margin-right: 5px;
	vertical-align: -0.25em;
}

.tags-links,
.cat-links,
.edit-link {
	margin-right: 4px;
}

.edit-link a.post-edit-link,
.tags-links a,
.cat-links a {
	background-color: var(--rgbacolor, rgba(0, 0, 0, 0.05));
	display: inline-block;
	margin-right: 2px;
	margin-bottom: 6px;
	font-size: 14px;
	line-height: 14px;
	padding: 8px 10px;
}

.entry-footer-single {
	margin-top: 20px;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-block-image figcaption,
.wp-caption-text {
	color: var(--content-greycolor, #888888);
	font-size: 12px;
	line-height: 1.3;
	text-align: left;
	margin: 0.8075em 0;
}
figcaption,
.gallery-caption,
.wp-caption {
	line-height: 1.3;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-item img {
	width: auto;
	display: inline-block;
	text-align: center;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .pagination {
	display: none;
}
#infinite-handle {
	margin-top: 50px;
	display: block;
	bottom: 15px;
	position: relative;
	text-align: center;
	top: auto !important;
	width: 100%;
}
#infinite-handle span {
	transition: 0.3s;
	border: none !important;
	border-radius: 3px;
	padding: 8px 15px;
	cursor: pointer;
	font-size: 14px;
	font-weight: var(--font-bold, 700);
	background-color: var(--button-bgcolor, #43a047);
	color: var(--button-color, #43a047);
}
@media (max-width: 800px) {
	#infinite-handle span {
		display: initial;
	}
}
.infinite-loader {
	width: 100%;
	text-align: center;
}
.infinite-loader .spinner {
	display: block;
	position: absolute !important;
	top: auto !important;
	bottom: 10px !important;
	left: 50% !important;
	margin-left: -12px;
}

.grav-whee {
	box-shadow: none;
	border: none;
	padding: 0;
	margin: -2px 0 0 -2px;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.sidr-class-screen-reader-text,
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.sidr-class-screen-reader-text:focus,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: var(--font-bold, 700);
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {
	/*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;
}

/* Gutenberg
--------------------------------------------- */
.wp-block-group.has-background {
	padding: 15px 20px;
}
.wp-block-button {
	margin-bottom: 15px;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 30px;
	position: relative;
}
.box-widget {
	padding: 15px;
	background-color: var(--greybody-bgcolor, #efefef);
	overflow: hidden;
}
.widget select {
	max-width: 100%;
}
.widget ul {
	margin-top: -5px;
	margin-bottom: -5px;
	padding-left: 0;
	list-style: none;
}
.widget ul.sub-menu,
.widget ul.children {
	margin-top: 5px;
	padding-left: 20px;
}
.widget li {
	padding: 3px 0;
}

/* Calendar widget */
#wp-calendar {
	width: 100%;
	margin-bottom: 5px;
}
#wp-calendar caption {
	text-align: right;
	margin-top: 0;
	margin-bottom: 10px;
}
#wp-calendar thead th {
	text-align: center;
	padding: 8px;
	background: var(--rgbacolor, rgba(0, 0, 0, 0.05));
}
#wp-calendar tbody td {
	background: rgba(0, 0, 0, 0.025);
	text-align: center;
	padding: 8px;
}
#wp-calendar tbody td:hover {
	background: var(--rgbacolor, rgba(0, 0, 0, 0.05));
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tbody td a {
	font-weight: var(--font-bold, 700);
}
#wp-calendar tfoot #next {
	text-align: right;
}
#wp-calendar tfoot #prev {
	padding-top: 10px;
}
@media (max-width: 480px) {
	#wp-calendar thead th,
	#wp-calendar tbody td {
		padding: 0;
	}
}
.wp-calendar-nav {
	display: flex;
	padding: 5px 0;
}
.wp-calendar-nav .wp-calendar-nav-prev {
	flex: 1 0 48%;
}

.wp-calendar-nav .wp-calendar-nav-next {
	text-align: end;
	flex: 1 0 48%;
}

/* RSS Widget */
.widget_rss h3 a {
	display: inline-block;
	margin-right: 5px;
}

.widget_rss ul li a.rsswidget {
	font-size: 18px;
	font-weight: var(--font-bold, 700);
	display: block;
	line-height: 1.3;
	margin-bottom: 5px;
}
.widget_rss ul li .rss-date {
	font-size: 14px;
	color: var(--content-greycolor, #888888);
}

/* Tag Cloud */
.tagcloud a {
	color: var(--link-color-body, #666);
	border: 1px solid var(--border-color, #cccccc);
	border-radius: 3px;
	display: inline-block;
	outline: 0;
	overflow: visible;
	margin: 0 5px 10px 0;
	padding: 5px 10px 5px;
	text-decoration: none;
	width: auto;
	font: inherit;
	vertical-align: middle;
	font-size: 14px !important;
	transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.tagcloud a:hover {
	color: #ffffff !important;
	background-color: var(--hoverlink-color-body, #0076a3);
	border-color: var(--hoverlink-color-body, #0076a3);
	transform: translateY(-3px);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
	text-decoration: none;
}

/* Popular Tag */
.WpNews-tag-lists li a:before {
	content: "#";
	display: inline-block;
	margin-right: 8px;
	color: var(--scheme-color, #d32f2f);
}

.cat-links-content {
	border-radius: 15px;
	display: inline-block;
	font-size: 13px;
}

.WpNews-tag-lists li {
	margin: 5px 0;
}

@media (max-width: 500px) {
	.WpNews-tag-lists li {
		display: inline-block;
		margin-right: 20px;
	}
	.entry-content-archive {
		display: none;
	}
}

/* Search widget */
.widget_search input[type="search"] {
	width: 100%;
	display: block;
}
.widget_search input[type="submit"] {
	display: none;
}

/* Module Widget */
.gmr-titlewidget {
	display: flex;
	flex-flow: wrap;
	padding-top: 15px;
	margin-bottom: 10px;
	align-items: center;
	justify-content: space-between;
	position: relative;
}
.gmr-titlewidget:before {
	content: "";
	border-top: 2px solid var(--scheme-color, #f44336);
	width: 50px;
	position: absolute;
	display: block;
	top: -2px;
}
h3.module-title {
	font-size: 18px;
	margin-bottom: 0;
	color: var(--scheme-color, #d32f2f);
}
.box-widget .gmr-titlewidget {
	padding-top: 0;
}
.box-widget .gmr-titlewidget:before {
	border-top: 0;
}

.icon-linktitle {
	font-size: 16px;
}
.icon-linktitle svg {
	height: 16px;
	width: 16px;
}
.tns-outer {
	position: relative;
}
.tns-controls button {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: auto;
	right: auto;
	z-index: 9;
	color: var(--main-color, #222d34);
	padding: 5px 10px;
	font-size: 18px;
	line-height: 30px;
	min-width: 40px;
	border-radius: 50%;
	vertical-align: middle;
	display: inline-block;
	background-color: var(--content-bgcolor, #ffffff);
	box-shadow: 0 3px 6px 0 rgba(51, 51, 51, 0.2);
}
.tns-controls button[data-controls="prev"] {
	left: 0;
}
.tns-controls button[data-controls="prev"] {
	background-image: var(--btn-prev);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.tns-controls button[data-controls="next"] {
	right: 0;
}
.tns-controls button[data-controls="next"] {
	background-image: var(--btn-next);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.gmr-slider-content {
	display: none;
}
.list-slider .post-thumbnail {
	display: block;
	overflow: hidden;
	position: relative;
	margin-bottom: 10px;
	border-radius: 5px;
}
.list-slider img {
	display: block;
	width: 100%;
	transition: 0.2s all ease-in-out;
}

/* Recent Posts Widget */
.WpNews-rp-widget li {
	margin: 10px 0;
}
.WpNews-rp-widget li .post-thumbnail {
	display: inline-block;
}
.WpNews-rp-widget li .big-thumb.post-thumbnail {
	margin-bottom: 15px;
	display: block;
}
.WpNews-rp-widget li .big-thumb.post-thumbnail img {
	display: block;
	width: 100%;
}
.rp-number {
	display: inline-block;
	color: #aaaaaa;
	font-size: 40px;
	line-height: 40px;
	padding: 3px 10px 3px 0;
	font-style: italic;
}
.count-text {
	margin-left: 10px;
}
.recent-title {
	font-size: 14px;
	display: inline-block;
	margin-bottom: 5px;
	line-height: 1.3;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.recent-content.has-thumbnail {
	margin-left: 115px;
}
.recent-content.numberstyle {
	margin-left: 45px;
}
.recent-content.countstyle {
	margin-left: 85px;
}
.WpNews-list-widget li {
	margin-bottom: 10px;
}

.WpNews-list-gallery {
	position: relative;
	margin-left: -12px;
	margin-right: -12px;
	display: flex;
	flex-wrap: wrap;
}
.list-gallery {
	flex: 0 0 auto;
	width: 50%;
	position: relative;
	min-height: 1px;
	padding-left: 12px;
	padding-right: 12px;
	margin-bottom: 15px;
	overflow: hidden;
}
.list-gallery.first-column {
	width: 100%;
}
.list-gallery.onlytitle {
	width: 100% !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.modulehome-wrap {
	margin-bottom: 30px;
}
.list-gallery.inmodule-widget {
	width: 33.33333333%;
	margin-bottom: 30px;
}
.list-gallery.gallery-col-2 {
	width: 50%;
}
.list-gallery.related-gallery {
	width: 33.333333%;
	margin-bottom: 30px;
}
.list-gallery.related-gallery.third-gallery {
	width: 50%;
}
@media (max-width: 600px) {
	.list-gallery.inmodule-widget,
	.list-gallery.related-gallery {
		width: 50%;
	}
}
.list-gallery .post-thumbnail {
	display: block;
	overflow: hidden;
	position: relative;
	margin-bottom: 10px;
}
.list-gallery img {
	display: block;
	width: 100%;
	transition: 0.2s all ease-in-out;
}
.list-gallery-title a {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.module-linktitle {
	width: 100%;
	display: block;
	margin-top: 20px;
}
.module-linktitle a {
	font-size: 14px;
	display: block;
	background-color: var(--greybody-bgcolor, #efefef);
	border-radius: 3px;
	line-height: 1.4;
	padding: 8px 16px;
	position: relative;
	color: var(--secondscheme-color, #43a047);
}
.box-widget .module-linktitle a {
	background-color: var(--secondscheme-color, #43a047);
	color: #ffffff;
}
.module-linktitle a svg {
	width: 14px;
	height: 14px;
}
.module-linktitle a svg path {
	fill: var(--secondscheme-color, #43a047);
}
.box-widget .module-linktitle a svg path {
	fill: #ffffff;
}

/*--------------------------------------------------------------
## Module
--------------------------------------------------------------*/
.gmr-bigheadline {
	overflow: hidden;
	margin-bottom: 24px;
	display: flex;
}
.gmr-big-headline {
	position: relative;
	display: block;
	width: 60%;
	margin: 0 25px 0 0;
}
.gmr-big-headline .post-thumbnail {
	display: block;
	overflow: hidden;
	position: relative;
}
.gmr-big-headline img {
	display: block;
	width: 100%;
	height: auto;
	transition: 0.2s all ease-in-out;
}
.gmr-bigheadline-content {
	padding: 15px 0;
}

h3.gmr-rp-biglink {
	font-size: 20px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

@media (max-width: 992px) {
	h3.gmr-rp-biglink {
		font-size: 18px;
	}
}
.gmr-gravatar-metasingle {
	width: 42px;
}

.gmr-bigheadline .gmr-bigheadline-right {
	width: 40%;
	display: block;
}
.gmr-bigheadline .gmr-bigheadline-right .post-thumbnail {
	width: 100%;
	display: block;
	margin-bottom: 10px;
}
.gmr-bigheadline .gmr-bigheadline-right .recent-title-wrap {
	margin-bottom: 25px;
}
.gmr-bigheadline .gmr-bigheadline-right .recent-title-wrap a {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

@media (max-width: 500px) {
	.gmr-bigheadline {
		display: block;
	}
	.gmr-big-headline {
		margin: 0 0 15px 0;
	}
	.gmr-big-headline,
	.gmr-bigheadline .gmr-bigheadline-right {
		width: 100%;
	}
	.gmr-bigheadline .gmr-bigheadline-right {
		display: flex;
	}
	.gmr-bigheadline .gmr-bigheadline-right > div {
		width: 50%;
		display: block;
	}
	.gmr-bigheadline .gmr-bigheadline-right > div:first-child {
		margin-right: 25px;
	}
}
.tns-nav {
	position: absolute;
	text-align: center;
	bottom: 10px;
	z-index: 999;
	left: 0;
	right: 0;
	display: block;
	width: 100%;
}
.tns-nav > [aria-controls] {
	width: 9px;
	height: 9px;
	padding: 0;
	margin: 0 5px;
	border-radius: 50%;
	background: #ddd;
	border: 0;
}
.tns-nav > .tns-nav-active {
	background: #999;
	width: 18px;
	border-radius: 4px;
}

/*--------------------------------------------------------------
## Infinite Scroll
--------------------------------------------------------------*/
.inf-pagination {
	text-align: center;
	display: none !important;
}
.view-more-button {
	display: block;
	font-size: 14px;
	display: block;
	background-color: var(--greybody-bgcolor, #efefef);
	line-height: 1.4;
	width: 100%;
	position: relative;
	color: var(--secondscheme-color, #43a047);
}
.view-more-button[disabled] {
	display: none !important;
}
.page-load-status {
	display: none;
	text-align: center;
}
.gmr-ajax-wrap {
	display: inline-block;
	vertical-align: middle;
	width: 40px;
	height: 40px;
}
@keyframes gmr-ajax-loader {
	0% {
		top: 88px;
		left: 88px;
		width: 0;
		height: 0;
		opacity: 1;
	}
	100% {
		top: 14px;
		left: 14px;
		width: 148px;
		height: 148px;
		opacity: 0;
	}
}
@-webkit-keyframes gmr-ajax-loader {
	0% {
		top: 88px;
		left: 88px;
		width: 0;
		height: 0;
		opacity: 1;
	}
	100% {
		top: 14px;
		left: 14px;
		width: 148px;
		height: 148px;
		opacity: 0;
	}
}
.gmr-ajax-loader {
	position: relative;
}
.gmr-ajax-loader div {
	box-sizing: content-box;
	position: absolute;
	border-width: 12px;
	border-style: solid;
	opacity: 1;
	border-radius: 50%;
	-webkit-animation: gmr-ajax-loader 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
	animation: gmr-ajax-loader 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.gmr-ajax-loader div:nth-child(1) {
	border-color: var(--scheme-color, #d32f2f);
}
.gmr-ajax-loader div:nth-child(2) {
	border-color: var(--scheme-color, #d32f2f);
	-webkit-animation-delay: -0.5s;
	animation-delay: -0.5s;
}
.gmr-ajax-loader {
	width: 40px !important;
	height: 40px !important;
	-webkit-transform: translate(-20px, -20px) scale(0.2) translate(20px, 20px);
	transform: translate(-20px, -20px) scale(0.2) translate(20px, 20px);
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
#comments {
	margin-top: 20px;
	margin-bottom: 20px;
}
.comments-title {
	margin-bottom: 20px;
	font-size: 20px;
}
.comment-content a {
	word-wrap: break-word;
}
ol.comment-list {
	list-style: none;
	margin: 0 0 40px;
	padding: 0;
	text-indent: 0;
	position: relative;
}
ol.comment-list li .comment-meta {
	margin-bottom: 20px;
	position: relative;
}
ol.comment-list li .comment-meta:after {
	content: " ";
	bottom: -15px;
	display: block;
	width: 100%;
	height: 1px;
	position: absolute;
	border-bottom: 1px solid var(--border-color, #cccccc);
}
ol.comment-list li.comment {
	margin: 0 0 15px;
}
.comment-body {
	position: relative;
}
.bypostauthor > .comment-body {
	padding-left: 15px;
	border-left: 2px solid var(--scheme-color, #d32f2f);
}
ol.comment-list li.comment ol.children li.comment {
	margin-left: 15px;
}
ol.comment-list li div.vcard cite.fn {
	font-style: normal;
}
ol.comment-list li div.vcard img.avatar {
	float: left;
	margin: 0 10px 0 0;
	width: 40px;
	height: 40px;
	border-radius: 50%;
}
ol.comment-list li .says {
	display: none !important;
}
ol.comment-list li div.comment-author {
	font-size: 13px;
}
ol.comment-list li div.comment-metadata {
	font-size: 12px;
	line-height: 10px;
}
ol.comment-list li div.comment-metadata a {
	color: #787878;
}
ol.comment-list li div.comment-metadata .edit-link {
	margin-left: 10px;
}
ol.comment-list > li > ol {
	list-style: square;
	margin: 0 0 1em 2em;
}
ol.comment-list li div.reply {
	font-size: 10px;
}
ol.comment-list li div.reply a {
	padding: 3px 6px;
	background-color: #333333;
	color: #ffffff;
	display: inline-block;
	border-radius: 2px;
}
ol.comment-list li ol.children {
	list-style: none;
	margin: 1em 0 0;
	padding-left: 0;
	text-indent: 0;
}
ol.comment-list li.pingback {
	padding: 1em;
}

@media (max-width: 767px) {
	ol.comment-list li.comment {
		margin: 0 0 5px;
	}
	ol.comment-list li.comment ol.children li.comment {
		margin-left: 5px;
	}
	ol.comment-list li.parent,
	ol.comment-list li ol.children li.depth-2,
	ol.comment-list li ol.children li.depth-3,
	ol.comment-list li ol.children li.depth-4 {
		border-left: none;
	}
}

.comment-form-cookies-consent {
	font-size: 14px;
	color: var(--content-greycolor, #888888);
	clear: both;
	display: block;
	width: 100%;
}

.comments-pagination {
	margin-bottom: 20px;
}

.gmr-fb-comments {
	margin: 0 -8px;
}

/*--------------------------------------------------------------
### Comment Form
--------------------------------------------------------------*/
#respond {
	position: relative;
}
.comment-form {
	margin-bottom: 20px;
}
.comment-form:before,
.comment-form:after {
	content: " ";
	display: table;
}
.comment-form:after {
	clear: both;
}
h3.comment-reply-title {
	font-size: 18px;
	padding-top: 15px;
}
ol.comment-list li #respond {
	margin-top: 14px;
}
ol.comment-list li #reply-title {
	font-size: 0;
}
#cancel-comment-reply-link {
	padding: 3px 6px;
	background-color: #333333;
	color: #ffffff;
	display: inline-block;
	border-radius: 3px;
	font-size: 10px !important;
	line-height: 1.5;
}
#commentform p.comment-notes {
	color: var(--content-greycolor, #888888);
	font-size: 14px;
	margin: 0 0 5px;
}
#commentform input[type="email"],
#commentform input[type="text"],
#commentform textarea {
	max-width: 100%;
	width: 100%;
}
#commentform p.comment-form-author {
	width: 48.5%;
	float: left;
}
#commentform p.comment-form-email {
	width: 48.5%;
	float: right;
}
#commentform p.comment-form-comment,
#commentform p.comment-form-url {
	clear: both;
}
#commentform p.form-submit {
	margin-bottom: 0 !important;
}
#commentform p.form-submit input {
	float: right;
}
@media (max-width: 767px) {
	#commentform p.comment-form-email,
	#commentform p.comment-form-author {
		width: 100%;
		float: none;
	}
}

.gmr-related-post {
	margin-top: 20px;
}

.gmr-related-post-onlytitle {
	margin-top: 20px;
	margin-bottom: 20px;
}
.gmr-related-post-onlytitle a {
	margin-bottom: 10px;
}
.wp-block-table.is-style-stripes {
	border-bottom: 1px solid var(--content-greycolor, #888888);
}

.wp-block-table.is-style-stripes tbody tr:nth-child(2n + 1) {
	background-color: var(--rgbacolor, rgba(0, 0, 0, 0.05));
}
/* Index Page
--------------------------------------------- */
.sidebar-indexpage {
	padding: 15px;
	border-radius: 3px;
	background-color: var(--greybody-bgcolor, #efefef);
}
.index-page-numbers {
	list-style: none;
	padding-left: 0;
}
.index-page-numbers li {
	padding: 0 0;
}
.index-page-numbers li a {
	padding: 9px 12px;
	display: flex;
	align-items: center;
	border-bottom: 1px solid var(--border-color, #dddddd);
	transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
	border-radius: 4px;
	color: var(--link-color-body, #000000);
	text-decoration: none;
}
.index-page-numbers li:last-child a {
	padding: 9px 12px;
	border-bottom: none;
}
.index-page-numbers li a .gmr-chevron-double {
	margin-right: 8px;
	flex-shrink: 0;
	color: var(--content-greycolor, #888888);
	transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1), color 0.3s ease;
	width: 14px;
	height: 14px;
	stroke-width: 3px;
	display: inline-block;
}
.index-page-numbers li a:hover {
	background-color: var(--rgbacolor, rgba(0, 0, 0, 0.03));
	color: var(--hoverlink-color-body, #0076a3);
	padding-left: 18px;
	text-decoration: none;
}
.index-page-numbers li a:hover .gmr-chevron-double {
	transform: translateX(4px);
	color: var(--hoverlink-color-body, #0076a3);
}
.gmr-filter-index {
	background: var(--greybody-bgcolor, #efefef);
	border-radius: 3px;
	margin-bottom: 20px;
	padding: 12px 12px;
}
.gmr-filter-index input[type="number"],
.gmr-filter-index select {
	max-width: 65px;
	font-size: 13px;
	padding: 3px 5px;
}
.gmr-filter-index select {
	padding: 5px 5px;
}
.gmr-filter-index input[type="submit"] {
	font-size: 13px;
	padding: 3px 10px;
}

/* Footer
--------------------------------------------- */
.gmr-ontop {
	position: fixed;
	bottom: 10px;
	right: 20px;
	cursor: pointer;
	font-size: 35px;
	z-index: 9999;
}
.gmr-ontop path {
	fill: var(--link-color-body, #000000);
}
.gmr-ontop:hover path {
	fill: var(--hoverlink-color-body, #d32f2f);
}
.site-footer {
	padding: 20px 0 40px;
	background-color: var(--footer-bgcolor, #f0f0f0);
	color: var(--footer-color, #888888);
}
.site-footer h3.widget-title {
	padding-top: 0;
	border-top: 0;
	font-size: 16px;
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 15px;
}
.site-footer h3.widget-title:before {
	top: auto;
	bottom: 0;
}
.widget-footer {
	margin-top: 20px;
}
.widget-footer .widget {
	clear: both;
}
.widget-footer .widget img {
	float: none !important;
	display: block;
	margin-bottom: 15px;
	max-width: 100%;
	height: auto;
}
.site-footer a {
	color: var(--footer-linkcolor, #888888);
}

.site-footer a:hover,
.site-footer a:focus,
.site-footer a:active {
	color: var(--footer-hover-linkcolor, #888888);
}
.site-info {
	margin-top: 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 8px 0;
	margin-bottom: 20px;
	border-bottom: 1px solid var(--border-color, #dddddd);
}
@media (max-width: 991px) {
	.site-info {
		display: block;
		text-align: center;
		border-bottom: none;
	}
}
.gmr-footer-logo img {
	height: 32px !important;
	max-height: 32px !important;
	width: auto !important;
	object-fit: contain;
}

.footer-menu {
	margin-bottom: 5px;
}

.footer-menu ul {
	list-style: none;
	padding-left: 0;
	margin: 0;
}
.footer-menu li {
	display: inline-block;
	margin-right: -4px;
}
.footer-menu li:after {
	content: "-";
	height: 10px;
	line-height: 10px;
	font-size: 14px;
	display: inline-block;
	margin: 0;
}
.footer-menu li:last-child:after {
	display: none;
}
.footer-menu li a {
	display: inline-block;
	padding: 0 8px;
	font-size: 14px;
}

/* 404 */
.error-404 {
	padding-top: 50px;
	padding-bottom: 50px;
}
.error-404 h1.page-title {
	border-top: none;
}

/* Banner */
.gmr-verytopbanner {
	padding-bottom: 20px;
}

.gmr-topbanner {
	padding-top: 20px;
	background-color: var(--content-bgcolor, #ffffff);
}

.gmr-banner-afterrelpost {
	margin-bottom: 30px;
}
.gmr-banner-stickyright {
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	width: 140px;
	text-align: left;
	flex: 1;
}
@media (max-width: 991px) {
	.gmr-banner-stickyright {
		display: none;
	}
}
.gmr-floatbanner {
	position: relative;
	z-index: 998;
}
.gmr-floatbanner-left {
	left: 50%;
	margin-left: -830px;
	position: fixed;
	overflow: hidden;
	top: auto;
	width: 300px;
}
.gmr-floatbanner-right {
	right: 50%;
	margin-right: -830px;
	position: fixed;
	overflow: hidden;
	top: auto;
	width: 300px;
}
@media (max-width: 1200px) {
	.gmr-floatbanner-left {
		margin-left: -780px;
	}
	.gmr-floatbanner-right {
		margin-right: -780px;
	}
}
.inner-floatleft {
	float: right;
}
.inner-floatright {
	float: left;
}
.gmr-floatbanner-left img,
.gmr-floatbanner-right img {
	max-width: none !important;
}
.gmr-floatbanner-footer {
	z-index: 999;
	position: fixed;
	text-align: center;
	bottom: 0;
	left: 0;
	right: 0;
}
.admin-bar .gmr-floatbanner-left,
.admin-bar .gmr-floatbanner-right {
	top: auto;
}
.gmr-floatbanner button {
	text-align: center;
	font-size: 12px;
	padding: 1px 5px;
	margin: 0;
	background-color: #ffffff;
	border-radius: 0 !important;
	border: none;
	color: #111111 !important;
	z-index: 9;
}
.inner-floatleft button {
	position: absolute;
	right: 0;
}
.inner-floatright button {
	position: absolute;
	left: 0;
}
.inner-floatbottom button {
	position: absolute;
	left: auto;
	right: auto;
}
@media (max-width: 991px) {
	.gmr-floatbanner-left,
	.gmr-floatbanner-right {
		display: none !important;
	}
	.gmr-floatbanner.gmr-floatbanner-footer {
		display: block !important;
	}
}

.gmr-footerbanner {
	margin-bottom: 20px;
}

.gmr-banner-aftercontent {
	margin-top: 20px;
}

.gmr-bannerpopup {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
}
.gmr-bannerpopup .gmr-modalbg {
	background-color: rgba(0, 0, 0, 0.5) !important;
}
.gmr-in-popup {
	background-color: var(--content-bgcolor, #ffffff);
	margin: auto;
	padding: 0;
	width: 80%;
	max-width: 350px;
	position: relative;
	z-index: 99999;
	top: 50%;
	transform: translateY(-50%);
	box-shadow: 0 0 32px rgba(0, 0, 0, 0.2);
}

.gmr-in-popup img {
	display: block;
	width: 100%;
}

.gmr-in-popup .close {
	position: absolute;
	display: block;
	top: -30px;
	right: -30px;
	z-index: 99;
	background-color: var(--content-bgcolor, #ffffff);
	color: var(--main-color, #222d34);
	box-shadow: 0 0 32px rgba(0, 0, 0, 0.2);
	padding: 5px 10px;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
	min-width: 34px;
	cursor: pointer;
	border-radius: 50% !important;
}

.gmr-bannerpopup .gmr-modalbg {
	background-color: rgba(0, 0, 0, 0.5) !important;
}
.gmr-modalbg {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.9);
}

@media (min-width: 992px) {
	.pos-sticky {
		position: sticky;
		position: -webkit-sticky;
		top: 46px;
	}
	.gmr-disable-sticky .pos-sticky {
		position: relative !important;
		top: auto !important;
	}
	.admin-bar .pos-sticky {
		top: 78px;
	}
	.admin-bar .gmr-disable-sticky .pos-sticky {
		top: auto !important;
	}
}

body.dark-theme .gmr-fb-comments {
	-webkit-filter: invert(1) hue-rotate(180deg);
	filter: invert(1) hue-rotate(180deg);
}

.gmr-topnotification {
	padding-top: 3px;
	padding-bottom: 3px;
	width: 100%;
	color: #ffffff;
	line-height: 18px;
	font-size: 14px;
	font-weight: 700;
	background-color: var(--scheme-color, #d32f2f);
	overflow: hidden;
}
.text-marquee {
	background-color: #ffffff;
	z-index: 1;
	padding: 3px 10px;
	border-radius: 3px;
	color: var(--scheme-color, #d32f2f);
	white-space: nowrap;
}
.gmr-topnotification a {
	color: #ffffff !important;
}
.gmr-topnotification a.gmr-recent-marquee {
	margin-right: 60px;
	display: inline-block;
}
.wrap-marquee {
	max-width: 100%;
	overflow: hidden;
	white-space: nowrap;
}
.gmr-topnotification div.marquee {
	padding: 3px 10px;
	padding-left: 100%;
	animation: marquee 35s linear infinite;
	-moz-animation: marquee 35s linear infinite;
	-webkit-animation: marquee 35s linear infinite;
}
.gmr-topnotification div.marquee:hover {
	animation-play-state: paused;
}
@keyframes marquee {
	0% {
		transform: translate(0, 0);
	}
	100% {
		transform: translate(-100%, 0);
	}
}

/* IPMAFA CUSTOM CSS FROM BLOGSPOT */

/*
-----------------------------------------------
Blogger Template Style
Name		:   Mafatech
Version		:	1.0. - Premium
Author		:	Kampus IPMAFA
Author Url	:	www.ipmafa.ac.id
-----------------------------------------------*/
    @import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap');

    /* ===== RESET & DASAR ===== */
    body {
      margin: 0;
      padding: 0;
      font-family: 'Plus Jakarta Sans', sans-serif;
      background-color: #f8fafc;
      color: #333;
      -webkit-font-smoothing: antialiased;
    }
    h1, h2, h3, h4, h5, h6 {
      font-family: 'Plus Jakarta Sans', sans-serif;
      margin-top: 0;
    }
    .wrapper {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 15px;
      box-sizing: border-box;
    }

    /* ===== TOP BAR ===== */
    .top-bar-area {
      background: #060e89; /* Biru tua khas IPMAFA */
      color: #fff;
      font-size: 13px;
      font-weight: 500;
      padding: 8px 0;
    }
    .top-bar-container {
      display: flex;
      justify-content: space-between;
      align-items: center;
    }
    .top-bar-left, .top-bar-right {
      display: flex;
      align-items: center;
    }
    .top-bar-left .widget-content a img {
      box-shadow: 0 0 3px rgba(255, 255, 255, 0.8);
      border-radius: 2px;
      transition: transform 0.2s ease, box-shadow 0.2s ease;
      display: block;
    }
    .top-bar-left .widget-content a:hover img {
      transform: scale(1.1);
      box-shadow: 0 0 6px rgba(255, 255, 255, 1);
    }
    .top-bar-center {
      display: flex;
      align-items: center;
      margin-left: auto;
      margin-right: 25px; /* Jarak ke sosial media */
    }
    /* Mencegah widget default merusak flexbox */
    .top-bar-area .widget { margin: 0; }
    .top-bar-area ul { list-style: none; padding: 0; margin: 0; display: flex; }
    .top-bar-area li { margin: 0 10px; }
    .top-bar-area a {
      color: #fff;
      text-decoration: none;
    }
    .top-bar-area a:hover { color: #f1c40f; }

    /* Dropdown Premium */
    .top-bar-center li {
      position: relative;
      margin: 0;
      padding: 8px 12px;
    }
    .top-bar-center li a {
      color: #fff;
      text-decoration: none;
      font-size: 14px; /* Teks menu diperbesar */
      font-weight: 500;
      transition: color 0.3s ease;
      display: inline-flex;
      align-items: center;
      gap: 6px;
    }
    .top-bar-center li a:hover {
      color: #f1c40f;
    }
    .top-bar-center li.has-sub > a .submenu-toggle {
      font-size: 9px;
      transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    }
    .top-bar-center li.has-sub:hover > a .submenu-toggle {
      transform: rotate(180deg);
      color: #f1c40f;
    }
    .top-bar-center li .sub-menu {
      position: absolute;
      top: 100%;
      left: 0;
      transform: translateY(8px);
      background: #0c1054;
      min-width: 180px;
      border-radius: 6px;
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
      padding: 8px 0;
      margin: 0;
      display: none;
      list-style: none;
      opacity: 0;
      visibility: hidden;
      transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s;
      z-index: 999999;
    }
    .top-bar-center li .sub-menu::before {
      content: '';
      position: absolute;
      top: -6px;
      left: 20px; /* Segitiga penunjuk rata kiri */
      border-width: 0 6px 6px;
      border-style: solid;
      border-color: transparent transparent #0c1054;
      display: block;
      width: 0;
    }
    .top-bar-center li:hover > .sub-menu,
    .top-bar-center li.menu-item-has-children:hover > .sub-menu {
      display: block;
      visibility: visible;
      opacity: 1;
      transform: translateY(0);
    }
    .top-bar-center li .sub-menu li {
      padding: 0;
      margin: 0;
      width: 100%;
    }
    .top-bar-center li .sub-menu li a {
      padding: 8px 20px;
      display: block;
      color: #e0e0e0;
      font-size: 13px; /* Teks submenu diperbesar */
      font-weight: 400;
      text-align: left;
      transition: all 0.25s ease;
      white-space: nowrap;
    }
    .top-bar-center li .sub-menu li a:hover {
      background: rgba(255, 255, 255, 0.08);
      color: #f1c40f;
      padding-left: 24px;
    }

    /* Menyembunyikan Google Translate Widget dan Bar Bawaan */
    iframe.skiptranslate, .goog-te-banner-frame, #goog-gt-tt {
      display: none !important;
      visibility: hidden !important;
    }
    body {
      top: 0 !important;
    }
    .goog-tooltip {
      display: none !important;
    }
    .goog-tooltip:hover {
      display: none !important;
    }
    .goog-text-highlight {
      background-color: transparent !important;
      border: none !important;
      box-shadow: none !important;
    }
    #google_translate_element {
      display: none !important;
    }

    /* Social Icons Premium */
    .social-search-icons { display: flex; gap: 5px; align-items: center; }
    .social-search-icons a {
      display: inline-flex;
      justify-content: center;
      align-items: center;
      width: 30px;
      height: 30px;
      color: #fff;
      text-decoration: none;
      border-radius: 3px;
      transition: all 0.3s ease;
      margin: 0 !important;
    }
    .social-icon.indeks { background: #0076a3; }
    .social-icon.fb { background: #3b5998; }
    .social-icon.ig { background: #e1306c; }
    .social-icon.yt { background: #ff0000; }
    .social-icon.tiktok { background: #010101; }
    .search-icon { background: transparent; font-size: 16px; margin-left: 5px !important; }
    
    .social-search-icons a:hover { filter: brightness(1.2); }

    /* ===== HEADER (Logo & Menu) ===== */
    .header-area { 
      background: #ffffff; 
      padding: 15px 0; 
      box-shadow: 0 2px 10px rgba(0,0,0,0.05);
      z-index: 100;
      transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    }
    body:not(.layout-mode) .header-area {
      position: sticky;
      top: 0;
    }
    /* Transisi Header saat Sticky - efek transparan soft */
    .site-header.is-sticky {
      padding: 5px 0;
      background: rgba(255, 255, 255, 0.82);
      backdrop-filter: blur(12px);
      -webkit-backdrop-filter: blur(12px);
      box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    }
    .header-container {
      display: flex;
      justify-content: space-between;
      align-items: center;
    }
    .header-logo-area {
      flex: 0 0 auto;
    }
    .header-logo-area img {
      display: block;
      height: 80px; /* Height eksplisit agar transisi mulus */
      max-height: 80px; 
      width: auto;
      transition: all 0.4s ease-in-out;
    }
    .site-header.is-sticky .header-logo-area img {
      height: 50px;
      max-height: 50px;
    }

    /* Reset margins/paddings on all header widgets to ensure perfect vertical flex centering */
    .header-area .widget {
      margin: 0 !important;
      padding: 0 !important;
    }
    
    /* Area Menu Visual Bergambar */
    .header-menu-visual-area {
      flex: 0 0 auto;
    }
    .header-menu-visual-area .menu-visual-section {
      /* display: flex dipindah ke luar b:skin agar tidak mengganggu layout editor */
    }
    
    /* Styling khusus widget Image di menu visual (hanya di blog asli) */
    .header-menu-visual-area .widget.Image {
      /* flex dipindah ke luar b:skin */
      margin: 0 !important;
      position: relative;
      text-align: center;
    }
    /* Mendukung .title, h2.title, dan h3.title untuk fleksibilitas Blogger */
    .header-menu-visual-area .widget.Image .title,
    .header-menu-visual-area .widget.Image h2.title,
    .header-menu-visual-area .widget.Image h3.title {
      font-size: 16px !important; /* Ukuran diganti ke 16px */
      font-weight: 600 !important; /* Tebal tulisan */
      color: #0076a3 !important; /* Warna biru khas IPMAFA */
      margin: 10px 0 0 0 !important; /* Jarak antara gambar dengan teks ditingkatkan menjadi 10px */
      font-family: 'Poppins', sans-serif !important; /* Font diganti ke Poppins */
      text-align: center !important;
      line-height: 1.2 !important;
      position: relative;
      display: inline-block !important;
      padding-bottom: 4px;
      transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
    }
    /* Efek garis bawah premium lincah pada hover menu visual */
    .header-menu-visual-area .widget.Image .title::after,
    .header-menu-visual-area .widget.Image h2.title::after,
    .header-menu-visual-area .widget.Image h3.title::after {
      content: "";
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 3px; /* Ketebalan garis bawah */
      background-color: #0b5e3d; /* Warna hijau khas IPMAFA */
      transform: scaleX(0);
      transform-origin: bottom right;
      transition: transform 0.35s cubic-bezier(0.86, 0, 0.07, 1);
    }
    .header-menu-visual-area .widget.Image:hover .title::after,
    .header-menu-visual-area .widget.Image:hover h2.title::after,
    .header-menu-visual-area .widget.Image:hover h3.title::after {
      transform: scaleX(1);
      transform-origin: bottom left;
    }
    /* Sembunyikan line break <br/> bawaan Blogger Widget Image agar seimbang atas-bawah */
    .header-menu-visual-area .widget.Image .widget-content br {
      display: none !important;
    }
    /* Judul menu visual menjadi rata tengah saat sticky */
    .site-header.is-sticky .header-menu-visual-area .widget.Image .title,
    .site-header.is-sticky .header-menu-visual-area .widget.Image h2.title,
    .site-header.is-sticky .header-menu-visual-area .widget.Image h3.title {
      margin: 0 !important;
      font-size: 16px !important; /* Ukuran tetap 16px saat sticky */
      color: #0076a3 !important; /* Warna tetap biru khas IPMAFA */
      font-family: 'Poppins', sans-serif !important;
    }
    .header-menu-visual-area .widget.Image .widget-content {
      display: flex;
      flex-direction: column;
      align-items: center;
      transition: all 0.4s ease-in-out;
      max-height: 60px;
      overflow: hidden;
      opacity: 1;
    }
    /* Sembunyikan pembungkus konten gambar sepenuhnya saat sticky untuk menghindari gap tinggi */
    .site-header.is-sticky .header-menu-visual-area .widget.Image .widget-content {
      max-height: 0 !important;
      margin: 0 !important;
      padding: 0 !important;
      opacity: 0;
    }
    .header-menu-visual-area .widget.Image img {
      height: 38px; /* Tinggi icon agar seragam */
      width: auto;
      object-fit: contain;
      display: block;
      opacity: 1;
      transform: scale(1);
      transition: all 0.4s ease-in-out;
    }
    /* Hilangkan gambar ketika sticky agar menu visual hanya teks saja */
    .site-header.is-sticky .header-menu-visual-area .widget.Image img {
      height: 0px !important;
      opacity: 0 !important;
      transform: scale(0) !important;
      margin: 0 !important;
      padding: 0 !important;
      pointer-events: none;
    }
    .header-menu-visual-area .widget.Image:hover img {
      transform: translateY(-4px); /* Animasi melayang sedikit */
    }
    .header-menu-visual-area .widget.Image:hover .title,
    .header-menu-visual-area .widget.Image:hover h2.title,
    .header-menu-visual-area .widget.Image:hover h3.title {
      color: #0b5e3d !important; /* Berubah jadi hijau IPMAFA saat hover */
    }
    /* Membuat seluruh area widget Image dapat di-klik (hanya di blog asli) */
    .header-menu-visual-area .widget.Image a {
      display: block;
    }
    .header-menu-visual-area .widget.Image a::after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 2;
    }
    
    .header-section h1 {
      font-size: 24px;
      color: #0b5e3d; /* Warna hijau khas IPMAFA */
      margin: 0;
    }
    
    /* ===== HERO VIDEO PREMIUM ===== */
    .hero-area { 
      background: #000; 
      color: #fff; 
      position: relative; 
      overflow: hidden; 
      /* min-height dan flex dipindah ke luar b:skin agar tidak merusak Layout Editor */
    }
    
    /* Overlay Gradien Sinematik */
    .hero-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(to right, rgba(6, 9, 59, 0.45) 0%, rgba(6, 9, 59, 0.15) 60%, rgba(0,0,0, 0.05) 100%);
      z-index: 2;
    }

    /* Iframe youtube sebagai background */
    .hero-video-bg { 
      position: absolute; 
      top: 50%; 
      left: 50%; 
      width: 100vw; 
      height: 56.25vw;
      min-height: 100vh;
      min-width: 177.77vh; 
      transform: translate(-50%, -50%); 
      pointer-events: none;
      z-index: 1;
      opacity: 1;
    }

    /* ===== HOME MENU VISUAL (KARTU BAWAH HERO) ===== */
    .home-menu-visual-wrapper {
      padding: 40px 0;
      background: #fff;
    }
    
    /* Styling Kartu Image */
    .home-menu-visual-section .widget.Image {
      border: 1px solid #e0e6ed;
      border-radius: 8px;
      padding: 20px 10px;
      background: #fff;
      transition: all 0.3s ease;
      margin: 0;
      position: relative;
      text-align: center;
    }
    .home-menu-visual-section .widget.Image:hover {
      box-shadow: 0 4px 15px rgba(0,0,0,0.08);
      border-color: #0076a3;
      transform: translateY(-4px);
    }

    /* ===== SCROLL ANIMATION: Home Menu Visual ===== */
    .home-menu-visual-section .widget.Image {
      opacity: 0;
      transform: translateY(40px);
      transition: opacity 0.55s cubic-bezier(0.25, 1, 0.5, 1),
                  transform 0.55s cubic-bezier(0.25, 1, 0.5, 1),
                  box-shadow 0.3s ease,
                  border-color 0.3s ease;
    }
    .home-menu-visual-section .widget.Image.is-visible {
      opacity: 1;
      transform: translateY(0);
    }
    .home-menu-visual-section .widget.Image.is-visible:hover {
      transform: translateY(-4px);
    }
    .home-menu-visual-section .widget.Image img {
      height: 55px; /* Ukuran icon */
      width: auto;
      object-fit: contain;
      margin-bottom: 12px;
    }
    .home-menu-visual-section .widget.Image .title,
    .home-menu-visual-section .widget.Image h2.title,
    .home-menu-visual-section .widget.Image h3.title {
      font-size: 15px !important;
      font-weight: 600;
      color: #0076a3 !important;
      margin: 0;
      font-family: 'Poppins', sans-serif;
    }
    .home-menu-visual-section .widget.Image .widget-content br {
      display: none !important;
    }
    .home-menu-visual-section .widget.Image a {
      display: block;
    }
    /* Buat seluruh kartu dapat di-klik */
    .home-menu-visual-section .widget.Image a::after {
      content: "";
      position: absolute;
      top: 0; left: 0; right: 0; bottom: 0;
      z-index: 1;
    }

    /* ===== CAROUSEL POST SLIDER ===== */
    .carousel-slider-wrapper {
      padding: 40px 15px; /* Added top spacing */
      position: relative;
    }
    .cs-header {
      display: flex;
      align-items: center;
      margin-bottom: 30px; /* Increased bottom margin */
      border-bottom: 2px solid #f1f5f9;
      padding-bottom: 15px;
    }
    .cs-header h3 {
      margin: 0;
      flex: 1;
      font-family: 'Poppins', sans-serif;
      font-size: 24px;
      font-weight: 700;
      color: #1e293b;
      position: relative;
    }
    .cs-header h3::after {
      content: "";
      position: absolute;
      left: 0;
      bottom: -17px;
      width: 60px;
      height: 4px;
      background: #0076a3;
      border-radius: 2px;
    }
    .cs-arrow {
      width: 45px;
      height: 45px;
      border-radius: 50%;
      background: rgba(255, 255, 255, 0.85);
      backdrop-filter: blur(4px);
      border: 1px solid rgba(226, 232, 240, 0.8);
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      transition: all 0.3s;
      color: #1e293b;
      font-size: 18px;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      z-index: 5;
      box-shadow: 0 4px 10px rgba(0,0,0,0.05);
    }
    .cs-arrow.prev { left: 15px; }
    .cs-arrow.next { right: 15px; }
    .cs-arrow:hover {
      background: #0076a3;
      color: #fff;
      border-color: #0076a3;
      box-shadow: 0 4px 15px rgba(0, 118, 163,0.4);
    }
    .cs-viewport {
      overflow: hidden;
      position: relative;
      padding: 10px 0;
    }
    .cs-item {
      box-sizing: border-box;
      border-radius: 10px;
      overflow: hidden;
      position: relative;
      transition: all 0.3s ease;
    }
    .cs-item:hover {
      transform: translateY(-4px);
    }
    .cs-thumb-area {
      position: relative;
      width: 100%;
      padding-top: 85%;
      overflow: hidden;
      display: block;
    }
    .cs-thumb-area img {
      position: absolute;
      top: 0; left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform 0.6s ease;
    }
    .cs-overlay {
      position: absolute;
      top: 0; left: 0; right: 0; bottom: 0;
      background: linear-gradient(to top, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.3) 60%, rgba(0,0,0,0) 100%);
      z-index: 1;
    }
    .cs-item:hover .cs-thumb-area img {
      transform: scale(1.08);
    }
    .cs-info {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      z-index: 2;
      padding: 50px 20px 15px;
      box-sizing: border-box;
      background: linear-gradient(to top, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0) 100%);
      border-radius: 0 0 10px 10px;
    }
    .cs-label {
      background: #0076a3;
      color: #fff;
      font-size: 11px;
      padding: 4px 10px;
      border-radius: 4px;
      font-weight: 600;
      text-transform: uppercase;
      text-decoration: none;
      letter-spacing: 1px;
      display: inline-block;
      margin-bottom: 8px;
    }
    .cs-title-wrapper {
      margin: 0 0 8px 0;
    }
    .cs-title {
      font-size: 18px;
      font-weight: 700;
      color: #fff !important;
      text-decoration: none;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      line-height: 1.4;
      text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
    }
    .cs-meta {
      display: flex;
      align-items: center;
      gap: 15px;
      font-size: 12px;
      color: rgba(255,255,255,0.85) !important;
    }
    .cs-author {
      font-weight: 600;
      position: relative;
    }
    .cs-author::after {
      content: "-";
      position: absolute;
      right: -10px;
    }

    /* ===== FEATURED POST SLIDER ===== */
    .featured-slider-wrapper {
      padding: 0 15px 40px;
    }
    .fs-container {
      display: grid;
      grid-template-columns: 2.2fr 1fr;
      gap: 20px;
      height: 460px;
      border-radius: 5px;
      overflow: hidden;
    }
    .fs-left {
      position: relative;
      height: 100%;
      border-radius: 12px;
      overflow: hidden;
      background: #000;
    }
    .fs-slide {
      position: absolute;
      top: 0; left: 0; width: 100%; height: 100%;
      opacity: 0;
      transition: opacity 0.6s ease-in-out;
      z-index: 1;
      pointer-events: none;
    }
    .fs-slide.active {
      opacity: 1;
      z-index: 2;
      pointer-events: auto;
    }
    .fs-slide img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform 6s ease;
    }
    .fs-slide.active img {
      transform: scale(1.05); /* Slow zoom effect */
    }
    .fs-overlay {
      position: absolute;
      top: 0; left: 0; width: 100%; height: 100%;
      background: linear-gradient(to right, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.4) 50%, transparent 100%);
      z-index: 2;
      box-sizing: border-box;
      display: flex;
      flex-direction: column;
      justify-content: center;
      padding: 40px;
    }
    .fs-label-wrap {
      display: flex;
      align-items: center;
      margin-bottom: 20px;
    }
    .fs-label {
      color: #fff;
      font-size: 13px;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 1px;
      margin-right: 15px;
    }
    .fs-label-line {
      height: 3px;
      background: #fff;
      flex: 1;
      max-width: 100px;
      position: relative;
    }
    .fs-label-line::after {
      content: "";
      position: absolute;
      left: 100%;
      top: 1px;
      height: 1px;
      width: 150px;
      background: rgba(255,255,255,0.4);
    }
    .fs-mid {
      display: flex;
      align-items: center;
    }
    .fs-mid-left {
      flex: 1;
    }
    .fs-title {
      color: #fff;
      font-size: 34px;
      font-weight: 800;
      margin: 0 0 25px;
      line-height: 1.3;
      text-decoration: none;
      display: block;
      font-family: 'Poppins', sans-serif;
    }
    .fs-title:hover {
      color: #e0f2fe;
    }
    .fs-btn {
      display: inline-flex;
      align-items: center;
      padding: 10px 25px;
      border: 2px solid #0076a3;
      border-radius: 30px;
      color: #fff;
      font-size: 12px;
      font-weight: 700;
      text-decoration: none;
      transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
      background: rgba(0,0,0,0.5);
    }
    .fs-btn:hover {
      background: var(--scheme-color, #0076a3);
      color: #ffffff !important;
      border-color: var(--scheme-color, #0076a3);
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
      transform: translateY(-2px);
    }
    .fs-btn i {
      margin-left: 8px;
      transition: transform 0.3s ease;
    }
    .fs-btn:hover i {
      transform: translateX(5px);
    }
    /* Animasi masuk elemen overlay */
    @keyframes fsSlideUp {
      to { opacity: 1; transform: translateY(0); }
    }
    .fs-slide.active .fs-label-wrap {
      opacity: 0;
      transform: translateY(20px);
      animation: fsSlideUp 0.6s ease forwards;
      animation-delay: 0.1s;
    }
    .fs-slide.active .fs-title {
      opacity: 0;
      transform: translateY(20px);
      animation: fsSlideUp 0.6s ease forwards;
      animation-delay: 0.2s;
    }
    .fs-slide.active .fs-btn {
      opacity: 0;
      transform: translateY(20px);
      animation: fsSlideUp 0.6s ease forwards;
      animation-delay: 0.3s;
    }
    .fs-nav-arrows {
      position: absolute;
      bottom: 30px;
      left: 40px;
      z-index: 3;
      display: flex;
      gap: 15px;
    }
    .fs-arrow {
      width: 40px;
      height: 40px;
      border-radius: 50%;
      border: 2px solid #0076a3;
      background: rgba(0,0,0,0.5);
      color: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      transition: all 0.3s;
      font-size: 16px;
    }
    .fs-arrow:hover {
      background: #0076a3;
    }

    .fs-right {
	  	display: flex;
  		flex-direction: column;
  		gap: 3px; /* Memberikan jarak antar-artikel yang konsisten sama rata 5px */
  		height: 100%;
  		overflow: hidden;
	}
    .fs-nav-item {
      display: flex;
      gap: 15px;
      padding: 12px 15px; /* Kurangi padding vertikal sedikit agar lebih lega */
      background: #fff;
      border: 1px solid #e2e8f0;
      border-radius: 5px;
      cursor: pointer;
      transition: all 0.3s ease;
      flex: 1;
      align-items: center;
      box-sizing: border-box;
    }

    .fs-nav-item:hover, .fs-nav-item.active {
      background: #f0f9ff;
      border-color: #0076a3;
      box-shadow: 0 4px 12px rgba(0,118,163,0.1);
    }
    .fs-nav-thumb {
      width: 110px;
      height: 80px;
      border-radius: 8px;
      object-fit: cover;
      flex-shrink: 0;
    }
    .fs-nav-info {
      flex: 1;
    }
    .fs-nav-title {
      font-size: 14px;
      font-weight: 600;
      color: #1e293b;
      margin: 0 0 8px;
      line-height: 1.4;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      font-family: 'Poppins', sans-serif;
    }
    .fs-nav-item:hover .fs-nav-title {
      color: #0076a3;
    }
    .fs-nav-meta {
      font-size: 12px;
      color: #64748b;
    }
    
    @media (max-width: 900px) {
      .fs-container {
        grid-template-columns: 1fr;
        height: auto;
      }
      .fs-left {
        height: 350px;
      }
      .fs-right {
        height: auto;
      }
    }

    .hero-container-inner {
      width: 100%;
      position: relative;
      z-index: 3;
    }

    .hero-content { 
      max-width: 650px;
      text-align: left;
      margin-left: 60px; /* Menjorok ke kanan pada layar desktop */
      animation: fadeInUp 1s ease-out;
    }

    /* Premium Typography */
    .hero-eyebrow {
      font-size: 14px;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 4px;
      color: #f1c40f;
      margin-bottom: 15px;
      display: inline-flex;
      align-items: center;
      gap: 10px;
      font-style: italic;
      text-shadow: 0 2px 8px rgba(0,0,0,0.6);
    }
    .hero-eyebrow::before {
      content: '';
      display: inline-block;
      width: 8px;
      height: 8px;
      background-color: #f1c40f;
      border-radius: 50%;
    }

    .hero-title { 
      font-size: 58px; 
      font-weight: 800; 
      text-transform: uppercase; 
      margin: 0 0 20px 0; 
      line-height: 1.1;
      letter-spacing: -1px;
      text-shadow: 0 2px 12px rgba(0,0,0,0.7), 0 0 30px rgba(0,0,0,0.4);
    }

    .hero-tagline { 
      font-size: 33px; 
      font-weight: 500; 
      letter-spacing: 0.5px;
      margin: 0 0 35px 0;
      line-height: 1.5;
      color: #ffffff;
      border-left: 4px solid #1bffa5;
      padding-left: 15px;
      text-shadow: 0 2px 8px rgba(0,0,0,0.6);
    }

    /* Tombol Aksi Premium */
    .hero-buttons {
      display: flex;
      gap: 15px;
    }
    .btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      padding: 14px 30px;
      font-size: 15px;
      font-weight: 600;
      border-radius: 30px;
      text-decoration: none;
      transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    }
    .btn-primary {
      background: #f1c40f;
      color: #06093b;
      box-shadow: 0 4px 15px rgba(241, 196, 15, 0.3);
    }
    .btn-primary:hover {
      background: #f39c12;
      transform: translateY(-3px);
      box-shadow: 0 8px 20px rgba(241, 196, 15, 0.5);
    }
    .btn-secondary {
      background: transparent;
      color: #ffffff;
      border: 2px solid rgba(255, 255, 255, 0.3);
    }
    .btn-secondary:hover {
      background: rgba(255, 255, 255, 0.1);
      border-color: #ffffff;
      transform: translateY(-3px);
    }

    /* Animasi fade-in-up */
    @keyframes fadeInUp {
      from {
        opacity: 0;
        transform: translateY(20px);
      }
      to {
        opacity: 1;
        transform: translateY(0);
      }
    }

    /* ===== KONTEN UTAMA & SIDEBAR ===== */
    .main-bg-wrapper {
      background-color: #ffffff;
      padding-top: 30px;
      padding-bottom: 30px;
      width: 100%;
    }
    .main-container { 
      display: flex; 
      flex-wrap: wrap; 
      margin-top: 0; 
      margin-bottom: 0;
    }
    .content-area { 
      flex: 1; 
      padding-right: 40px; 
    }
    .sidebar-area { 
      width: 320px; 
    }

    /* ===== WIDGET SIDEBAR ===== */
    .sidebar-area .widget {
      background: #fff;
      padding: 25px;
      border-radius: 12px;
      margin-bottom: 30px;
      box-shadow: 0 4px 15px rgba(0,0,0,0.03);
      border: 1px solid #f1f5f9;
    }
    .sidebar-area .widget h2, .sidebar-area .widget h3 {
      font-size: 18px;
      font-weight: 700;
      color: #1e293b;
      margin-top: 0;
      margin-bottom: 20px;
      padding-bottom: 12px;
      border-bottom: 2px solid #009688;
      display: inline-block;
      text-transform: uppercase;
    }
    .sidebar-area .widget ul {
      list-style: none;
      padding: 0;
      margin: 0;
    }
    .sidebar-area .widget ul li {
      padding: 12px 0;
      border-bottom: 1px dashed #e2e8f0;
      color: #475569;
    }
    .sidebar-area .widget ul li:last-child {
      border-bottom: none;
      padding-bottom: 0;
    }
    .sidebar-area .widget ul li a {
      color: #1e293b;
      text-decoration: none;
      font-weight: 500;
      transition: color 0.3s;
    }
    .sidebar-area .widget ul li a:hover {
      color: #009688;
    }

    /* ===== SIDEBAR LABEL POSTS WIDGET ===== */
    .sidebar-posts-list {
      display: flex;
      flex-direction: column;
      gap: 20px;
      margin-top: 15px;
    }
    .sidebar-post-item {
      display: flex;
      gap: 15px;
      align-items: flex-start;
    }
    .sidebar-post-thumb {
      flex: 0 0 100px;
      width: 100px;
      height: 75px;
      border-radius: 6px;
      overflow: hidden;
      background-color: #e2e8f0;
    }
    .sidebar-post-thumb img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      transition: transform 0.3s ease;
    }
    .sidebar-post-item:hover .sidebar-post-thumb img {
      transform: scale(1.08);
    }
    .sidebar-post-info {
      flex: 1;
      min-width: 0;
      display: flex;
      flex-direction: column;
      gap: 4px;
    }
    .sidebar-post-title {
      font-size: 14px;
      font-weight: 700;
      line-height: 1.4;
      margin: 0;
      font-family: 'Poppins', sans-serif;
    }
    .sidebar-post-title a {
      color: #0c1054; /* Biru tua khas */
      text-decoration: none;
      transition: color 0.2s ease;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
    }
    .sidebar-post-title a:hover {
      color: #0076a3; /* Hover biru terang */
    }
    .sidebar-post-date {
      font-size: 12px;
      color: #888;
    }
    .sidebar-post-more {
      font-size: 12px;
      font-weight: 600;
      color: #0076a3;
      text-decoration: none;
      display: inline-flex;
      align-items: center;
      gap: 2px;
      margin-top: 2px;
      transition: gap 0.2s ease;
    }
    .sidebar-post-more:hover {
      color: #0c1054;
      gap: 5px;
    }
    
    /* Popular Posts / BlogArchive di Sidebar (Redesigned) */
    /* ===== FIRST POPULAR POST ITEM (LARGE THUMBNAIL) ===== */
    .first-popular-item {
      flex-direction: column !important;
      align-items: stretch !important;
      gap: 12px !important;
      border-bottom: 1px solid #f1f5f9;
      padding-bottom: 20px;
      margin-bottom: 5px;
    }
    .first-popular-thumb {
      flex: 0 0 180px !important;
      width: 100% !important;
      height: 180px !important;
      border-radius: 8px !important;
    }
    .first-popular-thumb img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
    .first-popular-info {
      gap: 8px !important;
    }
    .first-popular-title {
      font-size: 16px !important;
    }
    .first-popular-snippet {
      font-size: 13px;
      color: #64748b;
      line-height: 1.5;
      margin: 0;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
    }
    
    /* Label / Tags Cloud di Sidebar */
    .sidebar-area .Label .label-size {
      display: inline-block;
      margin: 0 5px 8px 0;
    }
    .sidebar-area .Label .label-size a {
      display: block;
      background: #f8fafc;
      color: #475569;
      padding: 6px 14px;
      border-radius: 20px;
      font-size: 12px;
      font-weight: 600;
      border: 1px solid #e2e8f0;
      text-decoration: none !important;
      transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    }
    .sidebar-area .Label .label-size a:hover {
      background: linear-gradient(135deg, #009688, #00796B);
      color: #fff;
      border-color: transparent;
      transform: translateY(-2px);
      box-shadow: 0 4px 12px rgba(0, 150, 136, 0.3);
    }
    
    /* Profile Widget Sidebar */
    .sidebar-area .Profile img {
      border-radius: 50%;
      margin-bottom: 15px;
    }

    /* Gaya Card Berita (Blog) */
    article.post {
      background: #fff;
      padding: 10px;
      border-radius: 8px;
      margin-bottom: 30px;
      box-shadow: 0 4px 15px rgba(0,0,0,0.03);
    }
    article.post h2 { font-size: 22px; color: #222; }
    
    /* ===== FOOTER ===== */
    .footer-area { 
      background: #0f1923; 
      color: #94a3b8; 
      padding: 60px 0 0;
    }
    .footer-grid {
      display: grid;
      grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
      gap: 40px;
      padding-bottom: 40px;
      border-bottom: 1px solid rgba(255,255,255,0.08);
    }
    .footer-col h4 {
      color: #f1f5f9;
      font-size: 15px;
      font-weight: 600;
      font-family: 'Poppins', sans-serif;
      margin: 0 0 20px;
      padding-bottom: 10px;
      border-bottom: 2px solid #0076a3;
      display: inline-block;
    }
    /* Kolom 1: Logo & Deskripsi */
    .footer-col-brand .footer-logo img {
      max-height: 55px;
      width: auto;
      margin-bottom: 15px;
      filter: brightness(0) invert(1);
      opacity: 0.85;
    }
    .footer-col-brand p {
      font-size: 13px;
      line-height: 1.8;
      color: #94a3b8;
      margin: 0;
    }
    /* Kolom 2 & 3: Link List */
    .footer-col .widget.LinkList ul,
    .footer-col .widget.LinkList .widget-content ul {
      list-style: none;
      padding: 0;
      margin: 0;
    }
    .footer-col .widget.LinkList li {
      border-bottom: none;
      padding: 0;
    }
    .footer-col .widget.LinkList a {
      color: #94a3b8;
      font-size: 13.5px;
      text-decoration: none;
      display: flex;
      align-items: center;
      gap: 8px;
      padding: 7px 0;
      transition: color 0.2s, gap 0.2s;
    }
    .footer-col .widget.LinkList a::before {
      content: '\203A'; /* › */
      color: #0076a3;
      font-size: 18px;
      line-height: 1;
    }
    .footer-col .widget.LinkList a:hover {
      color: #fff;
      gap: 12px;
    }
    .footer-col .widget.LinkList h2,
    .footer-col .widget.LinkList h3 {
      color: #f1f5f9 !important;
      font-size: 15px !important;
      font-weight: 600 !important;
      font-family: 'Poppins', sans-serif !important;
      margin: 0 0 20px !important;
      padding-bottom: 10px !important;
      border-bottom: 2px solid #0076a3 !important;
      display: inline-block !important;
    }
    /* Kolom 4: Maps */
    .footer-col-map iframe {
      width: 100%;
      height: 220px;
      border: none;
      border-radius: 8px;
      filter: grayscale(20%);
    }
    /* Footer Bottom Bar */
    .footer-bottom {
      text-align: center;
      padding: 18px 0;
      font-size: 12px;
      color: #475569;
    }
    @media (max-width: 768px) {
      .footer-grid { grid-template-columns: 1fr 1fr; gap: 30px; }
      .footer-col-map { grid-column: 1 / -1; }
    }
    @media (max-width: 480px) {
      .footer-grid { grid-template-columns: 1fr; }
    }

    /* ===== RESPONSIVE ===== */
    @media (max-width: 768px) {
      .header-container {
        display: flex !important;
        justify-content: space-between !important;
        align-items: center !important;
        padding: 0 15px !important;
      }
      .mobile-menu-toggle, .mobile-search-toggle { display: block !important; }
      .header-logo-area {
        margin: 0 !important;
        flex: 1;
        text-align: center;
      }
      .header-logo-area img {
        margin: 0 auto;
        max-height: 45px !important;
      }
      .header-menu-visual-area { display: none !important; }
      .top-bar-center { display: none !important; }
      .top-bar-left, .top-bar-right { display: block !important; }
      .top-bar-container { justify-content: space-between !important; }
      .top-bar-right .search-icon { display: none !important; }
      .top-bar-right .social-icon { width: 22px !important; height: 22px !important; font-size: 11px !important; }

      .main-container { flex-direction: column; padding: 0 10px !important; }
      .content-area { padding-right: 0; }
      .sidebar-area { width: 100%; margin-top: 40px; }
      
      /* Home Menu Visual Mobile 2 Columns & Landing Animation */
      .home-menu-visual-section .widget.Image {
        flex: 0 0 calc(50% - 8px) !important;
        max-width: calc(50% - 8px) !important;
        box-sizing: border-box !important;
      }
      .home-menu-visual-wrapper {
        animation: landingSlideUp 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
        opacity: 0;
        transform: translateY(40px);
      }
      
      /* Kustomisasi Hero Mobile */
      .hero-area {
        min-height: 400px; /* Dikurangi 80px dari sebelumnya 480px */
      }
      
      /* Slider Title Mobile */
      .fs-title, .fs-title:hover {
        font-size: 16px !important;
      }
      .hero-content {
        text-align: left;
        padding: 0 10px;
        margin-left: 0; /* Reset margin-left agar tidak menjorok ke kanan di layar seluler */
      }
      .hero-title { 
        font-size: 32px; 
      }
      .hero-tagline {
        font-size: 21px;
        margin-bottom: 25px;
      }
      .hero-buttons {
        flex-direction: column;
        gap: 10px;
      }
      .btn {
        width: 100%;
      }
    }

    /* ===== LAYOUT EDITOR STYLES (TATA LETAK DASHBOARD) ===== */
    body.layout-mode .wrapper,
    #layout .wrapper {
      max-width: 100% !important;
      width: 100% !important;
    }
    body.layout-mode .header-container,
    #layout .header-container {
      display: block !important;
      width: 100% !important;
    }
    body.layout-mode .header-logo-area,
    #layout .header-logo-area {
      width: 100% !important;
      display: block !important;
      float: none !important;
      margin-bottom: 20px !important;
    }
    body.layout-mode .header-menu-visual-area,
    #layout .header-menu-visual-area {
      width: 100% !important;
      display: block !important;
      float: none !important;
    }
    
    /* ===== POST GRID (KABAR IPMAFA) ===== */
    .post-grid-wrapper {
      margin: 40px auto;
    }
    .pg-header {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 30px;
    }
    .pg-header-inner {
      font-size: 20px;
      font-weight: 800;
      color: #1e3a8a; /* Blue text */
      text-transform: uppercase;
      padding: 0 20px;
    }
    .pg-header::before, .pg-header::after {
      content: '';
      flex: 1;
      height: 1px;
      background: #1e3a8a; /* Blue lines */
    }
    .pg-container {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 12px;
    }
    .pg-item {
      background: #fff;
      border: 1px solid #e2e8f0;
      border-radius: 8px; /* Slightly less rounded than others */
      overflow: hidden;
      display: flex;
      flex-direction: column;
      transition: all 0.3s;
      box-shadow: 0 2px 8px rgba(0,0,0,0.03);
    }
    .pg-item:hover {
      transform: translateY(-5px);
      box-shadow: 0 10px 20px rgba(0,0,0,0.08);
    }
    .pg-thumb-area {
      position: relative;
      height: 180px;
      overflow: hidden;
    }
    .pg-thumb-area img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform 0.4s;
    }
    .pg-item:hover .pg-thumb-area img {
      transform: scale(1.05);
    }
    .pg-label {
      position: absolute;
      top: 15px;
      right: 15px;
      background: #3b82f6; /* Biru terang */
      color: #fff;
      font-size: 11px;
      font-weight: 700;
      padding: 4px 10px;
      border-radius: 20px;
      text-transform: uppercase;
      z-index: 2;
    }
    .pg-info {
      padding: 12px;
      display: flex;
      flex-direction: column;
    }
    .pg-title {
      font-size: 14px;
      font-weight: 700;
      color: #1e293b;
      text-decoration: none;
      line-height: 1.4;
      margin-bottom: 5px;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
    }
    .pg-title:hover {
      color: #1e3a8a;
    }
    .pg-btn {
      font-size: 12px;
      font-weight: 700;
      color: #475569;
      text-decoration: none;
      text-transform: capitalize;
      font-style: italic;
      letter-spacing: 0.5px;
      margin-top: 5px;
      margin-bottom: 5px;
    }
    .pg-btn:hover { color: #1e3a8a; }
    .pg-footer {
      padding: 0 12px 15px 12px;
      color: #94a3b8;
      font-size: 12px;
      font-weight: 500;
    }
    .pg-load-more-wrap {
      text-align: center;
      margin-top: 40px;
    }
    .pg-load-more {
      background: #1e3a8a;
      color: #fff;
      border: none;
      padding: 12px 30px;
      font-size: 14px;
      font-weight: 700;
      border-radius: 4px;
      cursor: pointer;
      transition: all 0.3s;
    }
    .pg-load-more:hover {
      background: #1e40af;
      box-shadow: 0 4px 12px rgba(30,58,138,0.3);
    }
    @media (max-width: 991px) { .pg-container { grid-template-columns: repeat(2, 1fr); } }
    @media (max-width: 767px) {
      .pg-title { font-size: 13px; margin-bottom: 8px; }
      .pg-thumb-area { height: 130px; }
    }
    /* ===== MAIN BLOG POSTS ===== */
    .main-widget-title {
      font-size: 22px;
      font-weight: 800;
      color: #1e293b;
      margin-bottom: 30px;
      padding-bottom: 15px;
      position: relative;
    }
    .main-widget-title::after {
      content: '';
      position: absolute;
      left: 0;
      bottom: 0;
      width: 60px;
      height: 3px;
      background: #009688; /* Teal underline */
    }
    .main-blog-posts {
      background: #fff;
      padding: 30px;
      border-radius: 12px;
      box-shadow: 0 4px 15px rgba(0,0,0,0.03);
    }
    .main-post-item {
      display: flex;
      gap: 25px;
      background: transparent;
      margin-bottom: 30px;
      padding-bottom: 30px;
      border-bottom: 1px dashed #e2e8f0;
    }
    .main-post-item:last-child {
      margin-bottom: 0;
      padding-bottom: 0;
      border-bottom: none;
    }
    .mp-thumb-area {
      flex: 0 0 320px;
      position: relative;
      border-radius: 8px;
      overflow: hidden;
      height: 200px;
    }
    .mp-thumb-area img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform 0.4s;
    }
    .mp-thumb-area:hover img {
      transform: scale(1.05);
    }
    .mp-info {
      display: flex;
      flex-direction: column;
      flex: 1;
    }
    .mp-label {
      display: inline-block;
      background: #009688; /* Teal background */
      color: #fff;
      font-size: 12px;
      font-weight: 700;
      padding: 4px 10px;
      border-radius: 4px;
      margin-bottom: 15px;
      align-self: flex-start;
    }
    .mp-title {
      font-size: 22px;
      font-weight: 700;
      color: #111;
      text-decoration: none;
      line-height: 1.3;
      margin-bottom: 12px;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
    }
    .mp-title:hover { color: #009688; }
    .mp-snippet {
      font-size: 15px;
      color: #64748b;
      line-height: 1.6;
      margin-bottom: 15px;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      overflow: hidden;
      flex: 1;
    }
    .mp-date {
      font-size: 12px;
      color: #94a3b8;
      margin-top: auto;
      font-weight: 400;
    }
    .main-load-more-wrap {
      text-align: center;
      margin: 40px 0;
    }
    .main-load-more {
      background: #fff;
      color: #009688;
      border: 2px solid #009688;
      padding: 12px 35px;
      font-size: 15px;
      font-weight: 700;
      border-radius: 30px;
      cursor: pointer;
      transition: all 0.3s;
      display: inline-flex;
      align-items: center;
      gap: 10px;
    }
    .main-load-more:hover {
      background: #009688;
      color: #fff;
      box-shadow: 0 4px 15px rgba(0,150,136,0.2);
    }
    .main-load-more .fa-spinner {
      animation: spin 1s linear infinite;
      display: none;
    }
    .main-load-more.loading .fa-spinner {
      display: inline-block;
    }
    @media (max-width: 767px) {
      .main-blog-posts { padding: 18px; }
      .main-post-item { 
        flex-direction: row; 
        gap: 12px; 
        align-items: flex-start;
        padding-bottom: 12px;
        margin-bottom: 12px;
      }
      .mp-thumb-area { 
        flex: 0 0 85px; 
        width: 85px; 
        height: 85px; 
        border-radius: 8px;
      }
      .mp-info {
        flex: 1;
        justify-content: center;
      }
      .mp-label, .mp-snippet { 
        display: none; 
      }
      .mp-title {
        font-size: 14px;
        line-height: 1.4;
        margin-bottom: 8px;
        -webkit-line-clamp: 3;
      }
      .mp-date {
        font-size: 11px;
        font-weight: 400;
      }
    }
    /* ===== OFF-CANVAS MENU ===== */
    .mobile-menu-toggle, .mobile-search-toggle {
      display: none;
      font-size: 24px;
      color: #1e293b;
      cursor: pointer;
      padding: 10px 0;
    }
    /* Custom Hamburger (Sedang, Panjang, Pendek) */
    .custom-bars {
      display: block;
      width: 24px;
      height: 2px;
      background: #1e293b;
      position: relative;
    }
    .custom-bars::before, .custom-bars::after {
      content: '';
      position: absolute;
      left: 0;
      height: 2px;
      background: #1e293b;
      transition: all 0.3s;
    }
    .custom-bars::before {
      top: -7px;
      width: 18px; /* Sedang */
    }
    .custom-bars::after {
      top: 7px;
      width: 12px; /* Pendek */
    }
    .offcanvas-overlay {
      position: fixed;
      top: 0; left: 0; width: 100%; height: 100%;
      background: rgba(0,0,0,0.6);
      z-index: 9998;
      opacity: 0;
      visibility: hidden;
      transition: all 0.4s ease;
    }
    .offcanvas-overlay.active {
      opacity: 1;
      visibility: visible;
    }
    .offcanvas-menu {
      position: fixed;
      top: 0; left: -300px;
      width: 280px;
      height: 100%;
      background: #fff;
      z-index: 9999;
      box-shadow: 2px 0 15px rgba(0,0,0,0.1);
      transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
      display: flex;
      flex-direction: column;
      overflow-x: hidden;
    }
    .offcanvas-menu.active {
      transform: translateX(300px);
    }
    .offcanvas-header {
      padding: 20px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      border-bottom: 1px solid #f1f5f9;
    }
    .offcanvas-header img {
      max-height: 40px;
    }
    .offcanvas-close {
      font-size: 24px;
      color: #64748b;
      cursor: pointer;
      width: 35px;
      height: 35px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      background: #f8fafc;
      transition: all 0.3s;
    }
    .offcanvas-close:hover {
      background: #f1f5f9;
      color: #0076a3;
    }
    .offcanvas-nav {
      list-style: none;
      padding: 10px 0;
      margin: 0;
      flex: 1;
      overflow-y: auto;
    }
    /* Item utama */
    .offcanvas-nav > li > a,
    .offcanvas-nav > li > .submenu-toggle {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 13px 20px;
      color: #1e293b;
      text-decoration: none;
      font-weight: 600;
      font-size: 15px;
      border-bottom: 1px solid #f1f5f9;
      cursor: pointer;
      background: none;
      border-top: none;
      border-left: none;
      border-right: none;
      width: 100%;
      text-align: left;
      transition: background 0.2s, color 0.2s;
    }
    .offcanvas-nav > li > a:hover,
    .offcanvas-nav > li > .submenu-toggle:hover {
      background: #f8fafc;
      color: #009688;
    }
    .offcanvas-nav > li.active > .submenu-toggle {
      color: #009688;
      background: #f0fdfa;
    }
    /* Ikon chevron submenu */
    .submenu-toggle .chev {
      display: inline-block;
      transition: transform 0.35s cubic-bezier(0.25, 0.8, 0.25, 1);
      font-style: normal;
      font-size: 12px;
      color: #94a3b8;
    }
    .offcanvas-nav > li.active > .submenu-toggle .chev {
      transform: rotate(180deg);
      color: #009688;
    }
    /* Submenu accordion */
    .offcanvas-nav .submenu {
      list-style: none;
      margin: 0;
      padding: 0;
      background: #f8fafc;
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.35s cubic-bezier(0.25, 0.8, 0.25, 1);
    }
    .offcanvas-nav > li.active > .submenu {
      max-height: 600px;
    }
    .offcanvas-nav .submenu li a {
      display: block;
      padding: 10px 20px 10px 35px;
      color: #475569;
      text-decoration: none;
      font-size: 14px;
      font-weight: 500;
      border-bottom: 1px solid #e8eef3;
      transition: background 0.2s, color 0.2s, padding-left 0.2s;
    }
    .offcanvas-nav .submenu li a:hover {
      background: #e6f7f5;
      color: #009688;
      padding-left: 42px;
    }
    
    /* Sembunyikan judul & bersihkan wrapper widget di offcanvas */
    .offcanvas-nav-section .widget > .title,
    .offcanvas-nav-section h2.title,
    .offcanvas-nav-section h3.title {
      display: none !important;
    }
    .offcanvas-nav-section .widget-content {
      padding: 0 !important;
      margin: 0 !important;
      overflow-x: hidden;
    }
    @keyframes landingSlideUp {
      0% {
        opacity: 0;
        transform: translateY(40px);
      }
      100% {
        opacity: 1;
        transform: translateY(0);
      }
    }
    /* ===== VIDEO PLAYLIST SECTION ===== */
    .vp-wrapper {
      padding: 50px 0;
      background: #f8fafc;
    }
    .vp-container {
      display: flex;
      gap: 0;
      align-items: stretch;
      background: #fff;
      border-radius: 12px;
      overflow: hidden;
      box-shadow: 0 4px 15px rgba(0,0,0,0.05);
      border: 1px solid #e2e8f0;
    }
    .vp-main {
      flex: 68%;
      position: relative;
      background: #000;
    }
    .vp-main iframe {
      position: absolute;
      top: 0; left: 0; width: 100%; height: 100%;
      border: none;
    }
    .vp-main::before {
      content: "";
      display: block;
      padding-bottom: 56.25%; /* Rasio 16:9 */
    }
    .vp-sidebar {
      flex: 32%;
      display: flex;
      flex-direction: column;
      background: #fff;
      border-left: 1px solid #e2e8f0;
    }
    .vp-header {
      padding: 15px 20px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      border-bottom: 1px solid #e2e8f0;
      background: #fff;
    }
    .vp-header h3 { margin: 0; font-size: 16px; color: #1e293b; font-weight: 600; }
    .vp-header span { font-size: 13px; color: #64748b; }
    .vp-list {
      flex: 1;
      overflow-y: auto;
      max-height: 460px; /* Tampil 5 item, sisanya bisa di-scroll */
    }
    .vp-list::-webkit-scrollbar { width: 5px; }
    .vp-list::-webkit-scrollbar-thumb { background: #cbd5e1; border-radius: 5px; }
    .vp-list::-webkit-scrollbar-track { background: transparent; }
    
    .vp-item {
      display: flex;
      gap: 15px;
      padding: 12px 20px;
      border-bottom: 1px solid #f1f5f9;
      cursor: pointer;
      transition: background 0.2s;
    }
    .vp-item:hover, .vp-item.active { background: #f8fafc; }
    .vp-item-thumb {
      position: relative;
      width: 120px;
      flex: 0 0 120px;
      height: 68px;
      border-radius: 4px;
      overflow: hidden;
      background: #000;
    }
    .vp-item-thumb img { width: 100%; height: 100%; object-fit: cover; opacity: 0.9; transition: opacity 0.3s; }
    .vp-item:hover .vp-item-thumb img { opacity: 1; }
    .vp-item-thumb::after {
      content: '\f144'; /* FontAwesome Play icon */
      font-family: 'Font Awesome 6 Free';
      font-weight: 900;
      position: absolute;
      top: 50%; left: 50%;
      transform: translate(-50%, -50%);
      color: #fff;
      font-size: 24px;
      opacity: 0.8;
      text-shadow: 0 2px 4px rgba(0,0,0,0.5);
    }
    .vp-item:hover .vp-item-thumb::after { opacity: 1; color: #ff0000; }
    .vp-item-duration {
      position: absolute;
      bottom: 4px; right: 4px;
      background: rgba(0,0,0,0.8);
      color: #fff;
      font-size: 10px;
      padding: 2px 4px;
      border-radius: 3px;
      z-index: 2;
    }
    .vp-item-info { flex: 1; display: flex; flex-direction: column; justify-content: center; }
    .vp-item-title { font-size: 13px; font-weight: 500; color: #475569; margin: 0 0 5px 0; line-height: 1.4; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
    .vp-item.active .vp-item-title { color: #0b5e3d; font-weight: 600; }

    @media (max-width: 768px) {
      .vp-container { flex-direction: column; }
      .vp-main, .vp-sidebar { flex: none; width: 100%; border-left: none; }
      .vp-list { height: auto; max-height: 350px; }
      .vp-main::before { padding-bottom: 56.25%; }
    }
    /* ===== PREMIUM SEARCH OVERLAY ===== */
    .search-overlay {
      position: fixed;
      top: 0; left: 0; width: 100%; height: 100%;
      background: rgba(15, 25, 35, 0.95);
      backdrop-filter: blur(10px);
      -webkit-backdrop-filter: blur(10px);
      z-index: 99999;
      display: flex;
      justify-content: center;
      align-items: center;
      opacity: 0;
      visibility: hidden;
      transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    }
    .search-overlay.active {
      opacity: 1;
      visibility: visible;
    }
    .search-overlay-close {
      position: absolute;
      top: 30px;
      right: 40px;
      font-size: 35px;
      color: #fff;
      cursor: pointer;
      transition: transform 0.3s ease;
      width: 50px;
      height: 50px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      background: rgba(255,255,255,0.1);
    }
    .search-overlay-close:hover {
      transform: rotate(90deg);
      background: #0076a3;
    }
    .search-overlay-content {
      width: 100%;
      max-width: 800px;
      padding: 0 30px;
      transform: translateY(40px) scale(0.95);
      transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
      transition-delay: 0.1s;
      opacity: 0;
    }
    .search-overlay.active .search-overlay-content {
      transform: translateY(0) scale(1);
      opacity: 1;
    }
    .search-overlay form {
      position: relative;
    }
    .search-overlay input {
      width: 100%;
      background: transparent;
      border: none;
      border-bottom: 2px solid rgba(255,255,255,0.2);
      color: #fff;
      font-size: 40px;
      font-weight: 700;
      padding: 15px 60px 15px 0;
      outline: none;
      transition: border-color 0.3s;
      font-family: inherit;
    }
    .search-overlay input::placeholder {
      color: rgba(255,255,255,0.3);
    }
    .search-overlay input:focus {
      border-color: #009688;
    }
    .search-overlay button {
      position: absolute;
      right: 0;
      bottom: 20px;
      background: transparent;
      border: none;
      color: #fff;
      font-size: 30px;
      cursor: pointer;
      transition: color 0.3s;
    }
    .search-overlay button:hover {
      color: #009688;
    }
    @media (max-width: 768px) {
      .search-overlay input { font-size: 26px; }
      .search-overlay-close { top: 20px; right: 20px; font-size: 25px; width: 40px; height: 40px; }
    }
    /* Responsive images and embeds for post body */
    .post-body img {
      max-width: 100% !important;
      height: auto !important;
      display: block !important;
      margin-left: auto !important;
      margin-right: auto !important;
      box-sizing: border-box !important;
    }
    /* Mencegah pembungkus gambar Blogger meluap dan memastikan rata tengah */
    .post-body .separator,
    .post-body .tr-caption-container {
      max-width: 100% !important;
      width: auto !important;
      height: auto !important;
      margin-left: auto !important;
      margin-right: auto !important;
      text-align: center !important;
      box-sizing: border-box !important;
      display: block !important;
      clear: both;
    }
    .post-body a {
      max-width: 100% !important;
      box-sizing: border-box !important;
    }
    .post-body .tr-caption-container img {
      margin-left: auto !important;
      margin-right: auto !important;
    }
    .post-body .tr-caption {
      font-size: 13px;
      color: #666;
      margin-top: 6px;
      text-align: center;
      display: block;
    }
    /* Reset margin atas elemen pertama di dalam postingan agar jaraknya konsisten 20px dari meta */
    .post-body > *:first-child {
      margin-top: 0 !important;
    }
    /* Hilangkan line break bawaan Blogger di dalam wrapper gambar */
    .post-body .separator br,
    .post-body .tr-caption-container br {
      display: none !important;
    }
    .post-body iframe,
    .post-body embed,
    .post-body object,
    .post-body video {
      max-width: 100%;
    }
    .post-body iframe[src*="youtube.com"],
    .post-body iframe[src*="youtu.be"] {
      aspect-ratio: 16 / 9;
      height: auto;
    }
    /* Responsive post titles */
    .blog-posts .post-title {
      font-size: 22px !important;
    }
    @media (max-width: 768px) {
      .blog-posts .post-title {
        font-size: 18px !important;
      }
    }
    /* Prevent horizontal scroll in post-body */
    .post-body {
      overflow-wrap: break-word;
      word-wrap: break-word;
      word-break: break-word;
    }
    .post-body div, 
    .post-body p, 
    .post-body span, 
    .post-body table, 
    .post-body pre {
      max-width: 100%;
      box-sizing: border-box;
    }
    .post-body table {
      display: block;
      width: 100% !important;
      overflow-x: auto;
    }
    .post-body pre {
      white-space: pre-wrap;
      word-wrap: break-word;
      overflow-x: auto;
    }

    /* TESTIMONI SLIDER SECTION */
    .testimoni-wrapper {
      padding: 40px 0 60px;
      background: transparent;
    }
    .testimoni-wrapper .wrapper {
      position: relative;
    }
    .testimoni-header {
      text-align: center;
      margin-bottom: 50px;
    }
    .testimoni-header h2 {
      font-size: 32px;
      font-weight: 700;
      color: #1e293b;
      margin: 0;
    }
    .testimoni-arrow {
      position: absolute;
      top: 55%;
      transform: translateY(-50%);
      width: 44px;
      height: 44px;
      border-radius: 50%;
      background: #fff;
      border: 1px solid #e2e8f0;
      color: #0f172a;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      z-index: 10;
      box-shadow: 0 4px 10px rgba(0,0,0,0.08);
      transition: all 0.3s;
      font-size: 18px;
    }
    .testimoni-arrow:hover {
      background: #1e3a8a;
      color: #fff;
      border-color: #1e3a8a;
    }
    .testimoni-arrow.prev { left: 0px; }
    .testimoni-arrow.next { right: 0px; }
    .testimoni-section {
      display: flex;
      overflow-x: auto;
      gap: 30px;
      padding: 60px 10px 20px 10px; /* adjusted padding for larger avatar */
      scrollbar-width: none;
      scroll-behavior: smooth;
    }
    .testimoni-section::after {
      content: '';
      flex: 0 0 1px;
      padding-right: 1px; /* fix trailing margin on scroll */
    }
    .testimoni-section::-webkit-scrollbar {
      display: none;
    }
    .testimoni-section .widget.Image {
      box-sizing: border-box;
      flex: 0 0 calc(33.333% - 20px); /* 3 columns on desktop perfectly */
      background: #ffffff;
      border-radius: 16px;
      box-shadow: 0 10px 30px rgba(0,0,0,0.06);
      margin: 0 !important;
      padding: 95px 25px 40px !important; /* Top padding 95px space for avatar */
      text-align: center;
      display: flex;
      flex-direction: column;
      position: relative;
    }
    /* Fallback styles before JavaScript restructures the DOM */
    .testimoni-section .widget.Image .title,
    .testimoni-section .widget.Image h2.title,
    .testimoni-section .widget.Image h3.title {
      font-size: 18px !important;
      font-weight: 700 !important;
      color: #0f172a !important;
      margin: 0 0 15px 0 !important;
      text-align: center !important;
    }
    .testimoni-section .widget.Image .widget-content {
      display: flex;
      flex-direction: column;
      align-items: center;
      flex-grow: 1;
      width: 100%;
    }
    .testimoni-section .widget.Image img {
      position: absolute !important;
      top: -60px !important;
      left: 50% !important;
      transform: translateX(-50%) !important;
      width: 120px !important;
      height: 120px !important;
      border-radius: 50%;
      object-fit: cover;
      border: 12px solid #0000001a;
      margin: 0 !important;
      background: #fff;
      box-shadow: 0 4px 15px rgba(0,0,0,0.08);
      z-index: 2;
    }
    .testimoni-section .widget.Image .widget-content > br {
      display: none !important;
    }
    .testimoni-section .widget.Image .caption {
      font-size: 14.5px;
      color: #475569;
      line-height: 1.7;
      margin: 0 !important;
      flex-grow: 1;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }
    .testimoni-section .widget.Image .caption br {
      display: none !important;
    }
    .testimoni-section .widget.Image .caption i,
    .testimoni-section .widget.Image .caption em {
      display: block;
      font-size: 13.5px;
      color: #94a3b8;
      margin-top: 15px;
      font-style: italic;
    }

    /* Restructured modern styles (after JavaScript execution) */
    .testimoni-section .widget.Image img.testimoni-avatar {
      position: absolute !important;
      top: -60px !important;
      left: 50% !important;
      transform: translateX(-50%) !important;
      width: 120px !important;
      height: 120px !important;
      border-radius: 50% !important;
      object-fit: cover !important;
      border: 12px solid #0000001a !important;
      margin: 0 !important;
      background: #fff !important;
      box-shadow: 0 4px 15px rgba(0,0,0,0.08) !important;
      z-index: 2 !important;
    }
    .testimoni-section .widget.Image .testimoni-card-content {
      display: flex;
      flex-direction: column;
      align-items: center;
      flex-grow: 1;
      width: 100%;
    }
    .testimoni-section .widget.Image .testimoni-name {
      font-size: 18px !important;
      font-weight: 700 !important;
      color: #0f172a !important;
      margin: 0 0 5px 0 !important;
      text-align: center !important;
      line-height: 1.3 !important;
    }
    .testimoni-section .widget.Image .testimoni-designation {
      font-size: 13.5px !important;
      color: #94a3b8 !important;
      font-style: italic !important;
      margin-bottom: 20px !important;
      text-align: center !important;
      line-height: 1.4 !important;
    }
    .testimoni-section .widget.Image .testimoni-quote {
      font-size: 14.5px !important;
      color: #475569 !important;
      line-height: 1.8 !important;
      margin: 0 !important;
      text-align: center !important;
      flex-grow: 1;
      font-style: italic;
    }
    .testimoni-section .widget.Image .testimoni-quote .quote-mark {
      font-size: 26px;
      font-weight: 700;
      color: #009688; /* Accent color */
      line-height: 0;
      vertical-align: middle;
      font-family: Georgia, serif;
      opacity: 0.8;
      display: inline-block;
    }
    .testimoni-section .widget.Image .testimoni-quote .quote-mark.open {
      margin-right: 6px;
      vertical-align: top;
      position: relative;
      top: 4px;
    }
    .testimoni-section .widget.Image .testimoni-quote .quote-mark.close {
      margin-left: 6px;
      vertical-align: bottom;
      position: relative;
      top: -2px;
    }

    @media (max-width: 1024px) {
      .testimoni-section .widget.Image { flex: 0 0 calc(33.333% - 20px); } /* 3 columns */
      .testimoni-arrow.prev { left: 5px; }
      .testimoni-arrow.next { right: 5px; }
    }
    @media (max-width: 768px) {
      .testimoni-section .widget.Image { flex: 0 0 calc(50% - 15px); } /* 2 columns */
      .testimoni-header h2 { font-size: 26px; }
        }
    @media (max-width: 576px) {
      .testimoni-section .widget.Image { flex: 0 0 280px; padding: 95px 20px 30px !important; } /* 1 column with proper top padding */
      .testimoni-arrow { width: 36px; height: 36px; font-size: 14px; }
      .testimoni-arrow.prev { left: 5px; }
      .testimoni-arrow.next { right: 5px; }
/* === IPMAFA HEADER ADJUSTMENTS === */
.site-branding .custom-logo {
  max-height: 85px !important;
  width: auto;
  object-fit: contain;
}

/* === TOP BAR MENU (WORDPRESS) === */
.top-bar-center .top-menu {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 20px;
}
.top-bar-center .top-menu > li > a {
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  font-weight: 500;
  padding: 10px 0;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.top-bar-center .top-menu > li:hover > a {
  color: #f1c40f;
}
/* Sub-menu basic styling */
.top-bar-center .top-menu .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background: #0c1054;
  min-width: 180px;
  border-radius: 6px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.25);
  padding: 8px 0;
  margin: 0;
  list-style: none;
  visibility: hidden;
  opacity: 0;
  transform: translateY(15px);
  transition: all 0.3s;
  z-index: 999;
}
.top-bar-center .top-menu li {
  position: relative;
}
.top-bar-center .top-menu li:hover > .sub-menu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
.top-bar-center .top-menu .sub-menu li a {
  padding: 8px 20px;
  display: block;
  color: #e0e0e0;
  font-size: 13px;
  text-decoration: none;
}
.top-bar-center .top-menu .sub-menu li a:hover {
  background: rgba(255,255,255,0.08);
  color: #f1c40f;
  padding-left: 24px;
}

/* FIX DROPDOWN OVERFLOW & VISIBILITY */
.top-bar-area {
  position: relative !important;
  z-index: 9999 !important;
  overflow: visible !important;
}
.top-bar-container,
.top-bar-center,
.top-bar-center .widget-content,
.top-bar-center .top-menu {
  position: relative !important;
  z-index: 9999 !important;
  overflow: visible !important;
}
.top-bar-center .top-menu li.menu-item-has-children:hover > .sub-menu,
.top-bar-center .top-menu li:hover > .sub-menu {
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(0) !important;
  display: block !important;
}
.top-bar-center .top-menu .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 999999 !important;
}

/* Chevron dan dropdown dikontrol via wp_add_inline_style di functions.php */

.top-bar-area.is-hidden { display: none !important; }


    /* ===== CAROUSEL POST SLIDER ===== */
    .carousel-slider-wrapper {
      padding: 40px 15px; /* Added top spacing */
      position: relative;
    }
    .cs-header {
      display: flex;
      align-items: center;
      margin-bottom: 30px; /* Increased bottom margin */
      border-bottom: 2px solid #f1f5f9;
      padding-bottom: 15px;
    }
    .cs-header h3 {
      margin: 0;
      flex: 1;
      font-family: 'Poppins', sans-serif;
      font-size: 24px;
      font-weight: 700;
      color: #1e293b;
      position: relative;
    }
    .cs-header h3::after {
      content: "";
      position: absolute;
      left: 0;
      bottom: -17px;
      width: 60px;
      height: 4px;
      background: #0076a3;
      border-radius: 2px;
    }
    .cs-viewport .tns-controls {
      position: absolute;
      top: 50%;
      left: 0; right: 0;
      transform: translateY(-50%);
      z-index: 5;
      display: flex;
      justify-content: space-between;
      pointer-events: none;
    }
    .cs-viewport .tns-controls button {
      width: 45px;
      height: 45px;
      border-radius: 50%;
      background: rgba(255, 255, 255, 0.85);
      backdrop-filter: blur(4px);
      border: 1px solid rgba(226, 232, 240, 0.8);
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      transition: all 0.3s;
      color: #1e293b;
      font-size: 18px;
      box-shadow: 0 4px 10px rgba(0,0,0,0.05);
      pointer-events: auto;
    }
    .cs-viewport .tns-controls button:first-child { margin-left: -20px; }
    .cs-viewport .tns-controls button:last-child { margin-right: -20px; }
    .cs-viewport .tns-controls button:hover {
      background: #0076a3;
      color: #fff;
      border-color: #0076a3;
      box-shadow: 0 4px 15px rgba(0, 118, 163,0.4);
    }
    .cs-viewport {
      position: relative;
      padding: 10px 0;
    }
    .cs-item {
      box-sizing: border-box;
      border-radius: 10px;
      overflow: hidden;
      position: relative;
      transition: all 0.3s ease;
    }
    .cs-item:hover {
      transform: translateY(-4px);
    }
    .cs-thumb-area {
      position: relative;
      width: 100%;
      padding-top: 85%;
      overflow: hidden;
      display: block;
    }
    .cs-thumb-area img {
      position: absolute;
      top: 0; left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform 0.6s ease;
    }
    .cs-overlay {
      position: absolute;
      top: 0; left: 0; right: 0; bottom: 0;
      background: linear-gradient(to top, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.3) 60%, rgba(0,0,0,0) 100%);
      z-index: 1;
    }
    .cs-item:hover .cs-thumb-area img {
      transform: scale(1.08);
    }
    .cs-info {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      z-index: 2;
      padding: 50px 20px 15px;
      box-sizing: border-box;
      background: linear-gradient(to top, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0) 100%);
      border-radius: 0 0 10px 10px;
    }
    .cs-label {
      background: #0076a3;
      color: #fff;
      font-size: 11px;
      padding: 4px 10px;
      border-radius: 4px;
      font-weight: 600;
      text-transform: uppercase;
      text-decoration: none;
      letter-spacing: 1px;
      display: inline-block;
      margin-bottom: 8px;
    }
    .cs-title-wrapper {
      margin: 0 0 8px 0;
    }
    .cs-title {
      font-size: 18px;
      font-weight: 700;
      color: #fff !important;
      text-decoration: none;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      line-height: 1.4;
      text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
    }
    .cs-meta {
      display: flex;
      align-items: center;
      gap: 15px;
      font-size: 12px;
      color: rgba(255,255,255,0.85) !important;
    }
    .cs-author {
      font-weight: 600;
      position: relative;
    }
    .cs-author::after {
      content: "-";
      position: absolute;
      right: -10px;
    }

/* ==========================================================================
   FEATURED SLIDER (MafaTech)
   ========================================================================== */
.fs-container {
  display: grid;
  grid-template-columns: 2.2fr 1fr;
  gap: 20px;
  height: 460px;
  border-radius: 5px;
  overflow: hidden;
}
.fs-left {
  position: relative;
  height: 100%;
  border-radius: 12px;
  overflow: hidden;
  background: #000;
}
.fs-slide {
  position: absolute;
  top: 0; left: 0; width: 100%; height: 100%;
  opacity: 0;
  transition: opacity 0.6s ease-in-out;
  z-index: 1;
  pointer-events: none;
}
.fs-slide.active {
  opacity: 1;
  z-index: 2;
  pointer-events: auto;
}
.fs-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 6s ease;
}
.fs-slide.active img {
  transform: scale(1.05);
}
.fs-overlay {
  position: absolute;
  top: 0; left: 0; width: 100%; height: 100%;
  background: linear-gradient(to right, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.4) 50%, transparent 100%);
  z-index: 2;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px;
}
.fs-label-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.fs-label {
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-right: 15px;
}
.fs-label-line {
  height: 3px;
  background: #fff;
  flex: 1;
  max-width: 100px;
  position: relative;
}
.fs-label-line::after {
  content: "";
  position: absolute;
  left: 100%;
  top: 1px;
  height: 1px;
  width: 150px;
  background: rgba(255,255,255,0.4);
}
.fs-mid {
  display: flex;
  align-items: center;
}
.fs-mid-left {
  flex: 1;
}
.fs-title {
  color: #fff;
  font-size: 34px;
  font-weight: 800;
  margin: 0 0 25px;
  line-height: 1.3;
  text-decoration: none;
  display: block;
}
.fs-title:hover {
  color: #e0f2fe;
}
.fs-btn {
  display: inline-flex;
  align-items: center;
  padding: 10px 25px;
  border: 2px solid #0076a3;
  border-radius: 30px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  background: rgba(0,0,0,0.5);
}
.fs-btn:hover i {
  transform: translateX(5px);
}
@keyframes fsSlideUp {
  to { opacity: 1; transform: translateY(0); }
}
.fs-slide.active .fs-label-wrap {
  opacity: 0;
  transform: translateY(20px);
  animation: fsSlideUp 0.6s ease forwards;
  animation-delay: 0.1s;
}
.fs-slide.active .fs-title {
  opacity: 0;
  transform: translateY(20px);
  animation: fsSlideUp 0.6s ease forwards;
  animation-delay: 0.2s;
}
.fs-slide.active .fs-btn {
  opacity: 0;
  transform: translateY(20px);
  animation: fsSlideUp 0.6s ease forwards;
  animation-delay: 0.3s;
}
.fs-nav-arrows {
  position: absolute;
  bottom: 30px;
  left: 40px;
  z-index: 3;
  display: flex;
  gap: 15px;
}
.fs-arrow {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #0076a3;
  background: rgba(0,0,0,0.5);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s;
  font-size: 16px;
}
.fs-arrow:hover {
  background: #0076a3;
}
.fs-right {
  display: flex;
  flex-direction: column;
  gap: 3px;
  height: 100%;
  overflow: hidden;
}
.fs-nav-item {
  display: flex;
  gap: 15px;
  padding: 12px 15px;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
  flex: 1;
  align-items: center;
  box-sizing: border-box;
}
.fs-nav-item:hover, .fs-nav-item.active {
  background: #f0f9ff;
  border-color: #0076a3;
  box-shadow: 0 4px 12px rgba(0,118,163,0.1);
}
.fs-nav-thumb {
  width: 140px;
  height: 90px;
  border-radius: 8px;
  object-fit: cover;
  flex-shrink: 0;
}
.fs-nav-info {
  flex: 1;
}
.fs-nav-title {
  font-size: 14px;
  font-weight: 600;
  color: #1e293b;
  margin: 0 0 8px;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.fs-nav-meta {
  font-size: 11px;
  color: #64748b;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .fs-container {
    grid-template-columns: 1fr;
    height: auto;
  }
  .fs-left {
    height: 350px;
  }
  .fs-right {
    height: auto;
  }
}

/* ==========================================================================
   HOME 2-COLUMN LAYOUT + POST GRID CARDS (MafaTech)
   ========================================================================== */

/* Wrapper utama beranda */
.home-content-wrapper {
  background: #f4f6f8;
  padding: 40px 0 50px;
}

/* Row 2 kolom */
.home-main-row {
  display: grid;
  grid-template-columns: 1fr 310px;
  gap: 30px;
  align-items: start;
}

/* Sidebar kanan */
.home-col-sidebar {
  position: sticky;
  top: 80px;
}
.home-sidebar-inner .widget {
  background: #fff;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 24px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.06);
}
.home-sidebar-inner .widget-title {
  font-size: 15px;
  font-weight: 700;
  color: #1e293b;
  border-bottom: 2px solid #0076a3;
  padding-bottom: 8px;
  margin: 0 0 16px;
}

/* ==========================================================================
   ARTICLE CARD GRID
   ========================================================================== */
.hpg-section {
  background: transparent;
}
.hpg-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.hpg-card {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0,0,0,0.07);
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  display: flex;
  flex-direction: column;
}
.hpg-card:hover {
  box-shadow: 0 6px 24px rgba(0,0,0,0.13);
  transform: translateY(-3px);
}
.hpg-thumb-link {
  display: block;
  text-decoration: none;
}
.hpg-thumb {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16/10;
  background: #e2e8f0;
}
.hpg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
  display: block;
}
.hpg-card:hover .hpg-img {
  transform: scale(1.04);
}
.hpg-no-thumb {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #0076a3 0%, #005f82 100%);
}
.hpg-cat {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #0076a3;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 3px 9px;
  border-radius: 20px;
  text-decoration: none;
  z-index: 2;
  transition: background 0.2s;
}
.hpg-cat:hover {
  background: #005f82;
  color: #fff;
  text-decoration: none;
}
.hpg-body {
  padding: 14px 16px 16px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.hpg-title {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.45;
  color: #1e293b;
  margin: 0 0 14px;
  flex: 1;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.hpg-title a {
  color: #1e293b;
  text-decoration: none;
}
.hpg-title a:hover {
  color: #0076a3;
}
.hpg-author {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: auto;
  border-top: 1px solid #f1f5f9;
  padding-top: 12px;
}
.hpg-avatar-link { flex-shrink: 0; }
.hpg-avatar {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #e2e8f0;
}
.hpg-author-info { min-width: 0; }
.hpg-author-name {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: #334155;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.hpg-author-name:hover { color: #0076a3; }
.hpg-author-desc {
  font-size: 11px;
  color: #94a3b8;
  margin: 2px 0 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Responsif */
@media (max-width: 1024px) {
  .home-main-row {
    grid-template-columns: 1fr 270px;
  }
  .hpg-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .home-main-row {
    grid-template-columns: 1fr;
  }
  .home-col-sidebar {
    position: static;
  }
  .hpg-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }
}
@media (max-width: 480px) {
  .hpg-grid {
    grid-template-columns: 1fr;
  }
}
/* .fs-btn hover: override global a:hover color */
a.fs-btn,
a.fs-btn:link,
a.fs-btn:visited {
  color: #ffffff !important;
}
a.fs-btn:hover,
a.fs-btn:focus,
a.fs-btn:active {
  background: var(--scheme-color, #0076a3) !important;
  border-color: var(--scheme-color, #0076a3) !important;
  color: #ffffff !important;
  text-decoration: none !important;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  transform: translateY(-2px);
}
.fs-btn i {
  margin-left: 8px;
  transition: transform 0.3s ease;
}
