@font-face {
  font-family: "Mukta Mahee";
  font-display: swap;
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/MuktaMahee-ExtraLight.woff2") format("woff2");
}

@font-face {
  font-family: "Mukta Mahee";
  font-display: swap;
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/MuktaMahee-Light.woff2") format("woff2");
}

@font-face {
  font-family: "Mukta Mahee";
  font-display: swap;
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/MuktaMahee-Regular.woff2") format("woff2");
}

@font-face {
  font-family: "Mukta Mahee";
  font-display: swap;
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/MuktaMahee-Medium.woff2") format("woff2");
}

@font-face {
  font-family: "Mukta Mahee";
  font-display: swap;
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/MuktaMahee-SemiBold.woff2") format("woff2");
}

@font-face {
  font-family: "Mukta Mahee";
  font-display: swap;
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/MuktaMahee-Bold.woff2") format("woff2");
}

@font-face {
  font-family: "Mukta Mahee";
  font-display: swap;
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/MuktaMahee-ExtraBold.woff2") format("woff2");
}

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

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

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

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

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

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

body {
  margin: 0;
}

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

main {
  display: block;
}

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

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

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

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

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

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

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

a {
  background-color: transparent;
}

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

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

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

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

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

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

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

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

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

:root {
  --font_family: "Mukta Mahee", sans-serif;

  --black: #04011c;
  --white: #ffffff;
  --blue: #0e19a9;
  --red1: #ed063e;
  --black2: #1c1c1c;

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

  /* Dark Mode Root Color */

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

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

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

a {
  text-decoration: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Child menu */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.navbar-menu {
  width: 100%;
}

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

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

/* Navbar Menu Menu */
.navbar-menu-menu {
  position: relative;
  background: var(--blue);
  border-radius: 5px;
  padding: 0;
}

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

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

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

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

.menu-secondary-container,
.navbar-menu-menu ul li ul {
  background: #f0f0f0 !important;
}

.navbar-menu-menu.secondary {
  background: #f0f0f0 !important;
  border-radius: 0;
}

.navbar-menu-menu.secondary ul li > a {
  color: #404040;
}


.menu-secondary-container ul li a,
.navbar-menu-menu ul li ul li > a {
  color: #404040 !important;
}

/* Dropdown menu */
.navbar-menu-menu ul li ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 999;
  background: var(--blue);
  border-radius: 5px;
}

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

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

.navbar-menu-menu ul li ul li > a {
  padding: 10px 20px;
  font-size: 14px;
  color: var(--white);
  text-decoration: none;
}

/* Nested submenus */
.navbar-menu-menu ul li ul li ul {
  top: 0;
  left: 100%;
  margin-top: -2px;
}

/* Remove default list styling for submenus */
.navbar-menu-menu ul ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

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

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

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

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

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

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

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

/**
 * Navbar Mobile Site Branding
 */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.posts-main {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 24px;
}

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

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

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

.post-main {
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
}

.post-main-image {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9; /* 👈 ini kunci sejajarnya */
  overflow: hidden;
  border-radius: 8px;
}

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

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

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

.post-main-entry {
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

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

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

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

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

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

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

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

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

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

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

  .post-main-image img {
    height: 100%;
  }

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

@media (max-width: 468px) {
  .posts-main {
    margin-top: 15px;
    grid-template-columns: 1fr;
  }

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

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

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

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

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

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

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

.posts-main-pagination {
  grid-column: 1 / -1;
  display: flex;
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 30px;
}

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

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

/* main single breadcrumbs */

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

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

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

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

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

/* main single title */

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

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

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

/* main single excerpt */

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

/* main single metadata */

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

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

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

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

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

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

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

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

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

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

/* main single content */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* main single content table */
.main-single-content table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #ccc;
}

.main-single-content table th,
.main-single-content table td {
  padding: 8px;
  border: 1px solid #ccc;
}

.main-single-content table th {
  background-color: #f2f2f2;
  text-align: left;
}

.main-single-content table tbody tr:nth-child(even) {
  background-color: #f2f2f2;
}


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

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

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

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

/* main single tags */

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

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

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

/* main single share */

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

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

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

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

.main-single-share a.tw {
  background: #0f1419;
}

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

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

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

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

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

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

/* main single author box */

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

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

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

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

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

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

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

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

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

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

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

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

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

.post-related {
  overflow: hidden;
}

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

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

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

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

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

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

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

/* main single comments */

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

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

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

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

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

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

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

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

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

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

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

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

.form-submit {
  margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* footer copyright */

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

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

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

/* footer social media */

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

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

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

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

/* Dark mode switcher */

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

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

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

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

.wpnm-button .wpnm-button-inner-left:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  line-height: 2.125em;
  text-indent: 2.5em;
  height: 1em;
  width: 1em;
  margin: 0.25em;
  /*border-radius*/
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  right: 1.625em;
  bottom: 0em;
  background: #ffb200;
  transform: rotate(-45deg);
  box-shadow: 0 0 0.625em white;
}

.wpnm-button .wpnm-button-inner-left:after {
  content: "";
  display: inline-block;
  width: 2.5em;
  height: 1.5em;
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  border-radius: 1em;
  background: rgba(255, 255, 255, 0.15);
  vertical-align: middle;
  margin: 0 0.625em;
  border: 0.125em solid #ffb200;
}

.wpnm-button.active .wpnm-button-inner-left:before {
  right: 1.0625em;
  box-shadow: 0.3125em 0.3125em 0 0 #eee;
  background: transparent;
}

.wpnm-button.active .wpnm-button-inner-left:after {
  background: rgba(0, 0, 0, 0.15);
  border: 0.125em solid white;
}

.wpnm-button .wpnm-button-inner-left {
  color: rgba(250, 250, 250, 0.51);
  font-weight: bold;
}

.wpnm-button.active .wpnm-button-inner-left {
  color: rgba(149, 149, 149, 0.51);
  font-weight: normal;
}

.wpnm-button.active .wpnm-button-inner-left + .wpnm-button-inner {
  color: rgba(250, 250, 250, 0.51);
  font-weight: bold;
}

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

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

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

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

/* widget archive */
.widget_archive {
  margin-bottom: 30px;
}

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

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

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

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

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

/* widget audio */
.widget_media_audio {
  margin-bottom: 30px;
}

/* widget calendar */
.widget_calendar {
  margin-bottom: 30px;
}

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

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

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

/* widget html */
.textwidget.custom-html-widget img {
  width: 100%;
  height: auto;
}

/* widget search */
.widget_search {
  margin-bottom: 30px;
}

.widget_search form {
  position: relative;
}

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

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

/* widget image */
.widget_media_image {
  margin-bottom: 30px;
  text-align: center;
}

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

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

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

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

/* widget category */
.widget_categories {
  margin-bottom: 30px;
}

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

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

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

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

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

/* widget pages */

.widget_pages {
  margin-bottom: 30px;
}

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

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

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

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

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

/* widget recent comments */

.widget_recent_comments {
  margin-bottom: 30px;
}

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

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

.widget_recent_comments ul li a {
  color: inherit;
}

/* widget nav menu */

.widget_nav_menu {
  margin-bottom: 30px;
}

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

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

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

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

footer .widget_nav_menu .sub-menu {
  display: none;
}

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

/* widget meta */

.widget_meta {
  margin-bottom: 30px;
}

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

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

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

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

/* widget recent entries */

.widget_recent_entries {
  margin-bottom: 30px;
}

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

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

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

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

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

/* widget tag cloud */

.widget_tag_cloud {
  margin-bottom: 30px;
}

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

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

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

/* widget text */

.widget_text {
  margin-bottom: 30px;
}

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

/* widget custom HTML */

.widget_custom_html {
  margin-bottom: 30px;
}

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

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

/* widget block heading */

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

/* widget block unordered list and ordered list */

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

/* widget block blockquote */

.widget_block blockquote {
  margin: 10px 0;
}

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

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

/* widget block shortcode and preformated text */
.widget_block pre {
  display: inline-block;
}

/* widget block table */
.widget_block table {
  width: 100%;
  border-collapse: collapse;
}

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

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

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

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

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

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

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

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

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

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

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