/*!
Theme Name: Barakah
Theme URI: https://bit.ly/barakah-wp
Author: Segitiga Digital Indonesia
Author URI: https://segitigadigital.com/
Description: Barakah is a fast, clean, and fully responsive WordPress theme designed for bloggers, magazines, and business websites.
Version: 1.0.0.4
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: barakah
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.

Barakah 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
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

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

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

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

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

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

:root {
  --brk-container-w: 1170px;
  --brk-shadow-sm: 0 2px 9px rgb(0 0 0 / 6%);
  --brk-shadow-lg: 0 1px 7px rgba(0, 0, 0, 0.3);
  /* --brk-shadow-lg: 0 5px 25px rgba(0, 0, 0, 0.3); */
  --hero-post-item-h: 215px;
  --border-radius-sm: 3px;
  --c-rgb: 255, 255, 255;
  --brk-radius-sm: 4px;
  --brk-transition-1: all 0.2s ease;
}

html.dark-mode {
  --brk-shadow-sm: 0 2px 9px rgb(0 0 0 / 41%);
}

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

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

/**
  * Remove the margin in all browsers.
  */
body {
  margin: 0;
  --brk-btn-bg-color: var(--brk-primary-color);
}

/**
  * 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;
}
.site {
  position: relative;
}
.brk-boxed-layout,
.brk-framed-layout {
  width: 100%;
  height: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: var(--brk-container-w, 1170px);
}
.brk-framed-layout {
  padding: 25px 15px;
}
.brk-boxed-layout .brk-site-inner,
.brk-framed-layout .brk-site-inner {
  background: #fff;
  box-shadow: var(--brk-shadow-lg);
}
.brk-boxed-layout .container,
.brk-framed-layout .container {
  padding-left: 30px;
  padding-right: 30px;
}
.container {
  width: 100%;
  height: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: var(--brk-container-w, 1170px);
}
.container.full {
  width: 100%;
  max-width: 100%;
}

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}
span.required {
  color: var(--brk-primary-color);
  font-weight: 400;
  font-family: monospace;
  font-size: 16px;
  line-height: normal;
}

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

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

audio,
canvas,
img,
video {
  vertical-align: middle;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
  box-sizing: border-box;
}

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

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: var(--brk-base-text-color, #212121);
  /* font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; */
  /* font-size: 14px; */
  line-height: 1.5;
}

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

h1 {
  font-size: 39.063px;
}
h2 {
  font-size: 31.25px;
}
h3 {
  font-size: 25px;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size: 16px;
}
h6 {
  font-size: 16px;
}

p {
  margin-bottom: 1.5em;
}

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

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

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

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

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

big {
  font-size: 125%;
}

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

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

ul,
ol {
  margin: 0 0 1.5em 3em;
  padding-left: 38.147px;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

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

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

figure {
  margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
  color: var(--brk-link-color, var(--brk-primary-color));
  text-decoration: none;
  /* transition: all 0.25s ease-in-out; */
}
a:focus {
  outline: thin dotted;
}
a:hover,
a:active {
  outline: 0;
}

/* Button
--------------------------------------------- */
.brk-btn {
  background-color: var(--brk-btn-bg-color);
  color: var(--brk-btn-text-color);
  padding: 7px 12px;
  line-height: normal;
  display: flex;
  align-items: center;
  gap: 6px;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: var(--brk-btn-bg-color);
  /* border-radius: 3px; */
  background: var(--brk-btn-bg-color);
  color: var(--brk-btn-text-color);
  line-height: normal;
  padding: 8px 16px;
  font-weight: 500;
  cursor: pointer;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  border: 1px solid;
  border-color: var(--brk-border-color);
  border-radius: 0px;
  padding: 8px 16px;
  background: none;
}
select {
  border: 1px solid #ccc;
}
textarea {
  width: 100%;
}

/* Animations
--------------------------------------------- */
.brk-loader {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  position: relative;
  animation: rotate 1s linear infinite;
}
.brk-loader::before,
.brk-loader::after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  inset: 0px;
  border-radius: 50%;
  border: 5px solid var(--brk-border-color);
  animation: prixClipFix 2s linear infinite;
}
.brk-loader::after {
  transform: rotate3d(90, 90, 0, 180deg);
  border-color: var(--brk-primary-color);
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes prixClipFix {
  0% {
    clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0);
  }
  50% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0);
  }
  75%,
  100% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%);
  }
}
@keyframes brkSlideInUp {
  0% {
    transform: translate3d(0, 20px, 0);
    opacity: 0;
  }

  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.brk-animate-slideInUp {
  opacity: 0;
  animation: brkSlideInUp 0.4s forwards 1;
  animation-delay: 0.3;
}

/* Grid Columns
--------------------------------------------- */
.grid-col-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
  --grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-col-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  --grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-col-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  --grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-col-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  --grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-col-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  --grid-template-columns: repeat(5, minmax(0, 1fr));
}
.grid-col-6 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  --grid-template-columns: repeat(4, minmax(0, 1fr));
}

/* Header
--------------------------------------------- */
.brk-header-builder-mobile-wrap {
  display: none;
}
.brk-header-row {
  position: relative;
}
.brk-header-row.brk-box-shadow {
  box-shadow: var(--brk-shadow-sm);
}
.brk-header-row .brk-header-row-inner {
  display: flex;
  justify-content: space-between;
  height: 100%;
  position: relative;
  gap: 20px;
}
.brk-header-builder-wrap.brk-box-shadow {
  box-shadow: var(--brk-shadow-sm);
}
.brk-header-column {
  display: flex;
  -webkit-box-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  align-items: center;
}
.brk-header-inner-column {
  height: 100%;
  display: flex;
  align-items: center;
}
.brk-header-column .inner-column-separator {
  width: 0.05rem;
  height: 50%;
  background-color: var(--brk-border-color);
}
.brk-header-builder-mobile-drawer-wrap .inner-column-separator {
  height: 0.01rem;
  width: 100%;
}
.brk-header-column.grow {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.brk-header-column.center {
  justify-content: center;
}
.brk-header-column.left {
  justify-content: left;
}
.brk-header-column.right {
  justify-content: right;
}
.site-title {
  margin: 0;
  padding: 0;
  height: 100%;
  display: flex;
  align-items: center;
}
.logo-text {
  margin: 0px;
}
.logo-text.logo-image {
  display: none;
}
html.dark-mode .light-mode-logo {
  display: none;
}
html.dark-mode .dark-mode-logo {
  display: block;
}
.dark-mode-logo {
  display: none;
}

/* Mobile Drawer
--------------------------------------------- */
.brk-mobile-drawer-overlay {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.brk-mobile-drawer-overlay.show {
  visibility: visible;
  background: rgba(0, 0, 9, 0.35);
}
.brk-body-mobile-drawer-open {
  overflow: hidden;
}

.brk-btn-mobile-drawer {
  cursor: pointer;
}

.brk-btn-mobile-drawer-close {
  position: absolute;
  left: 100%;
  font-size: 25px;
  color: #fff;
  cursor: pointer;
  z-index: 11;
  padding: 7px 10px;
  line-height: normal;
  display: flex;
}

.brk-mobile-drawer-canvas {
  position: fixed;
  left: 0;
  top: 0;
  width: 22%;
  height: 100%;
  z-index: 10;
  visibility: hidden;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  /* padding: 15px 0px; */
}

.brk-mobile-drawer-canvas.show {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  visibility: visible;
}

.brk-mobile-drawer-wrap {
  /* width: 22%; */
  height: 100%;
  background: #fff;
  position: relative;
}
.brk-mobile-drawer-wrap .footer-cr-wgt {
  font-size: 13px;
}
.brk-mobile-drawer-container {
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.brk-mobile-drawer-container .brk-header-row {
  height: 100%;
}
.brk-mobile-drawer-top-row .brk-header-column {
  justify-content: start;
}
.brk-mobile-drawer-bottom-row .brk-header-column {
  justify-content: end;
}

.brk-header-builder-mobile-drawer-wrap {
  width: 100%;
  height: 100%;
  z-index: 10;
  position: relative;
}

.brk-header-builder-mobile-drawer-wrap .container {
  max-width: none;
  padding: 0px;
}

.brk-header-builder-mobile-drawer-wrap .brk-header-desktop-top-row,
.brk-header-builder-mobile-drawer-wrap .brk-header-desktop-bottom-row {
  height: auto;
}

.brk-header-builder-mobile-drawer-wrap .brk-header-column {
  flex-direction: column;
  width: 100%;
}
.brk-header-builder-mobile-drawer-wrap .brk-header-module-item {
  padding: 20px;
  display: block;
  width: 100%;
}
.brk-header-builder-mobile-drawer-wrap .brk-search-form-wrap {
  width: 100% !important;
}
.no-transition {
  transition: none !important;
}
.brk-box-shadow .header-sticky.sticky {
  box-shadow: var(--brk-shadow-sm);
}
.header-sticky.sticky.pinned {
  transform: translate3d(0, 0, 0);
}
.header-sticky.sticky {
  will-change: transform;
  transform: translateY(-100%);
  transition: transform 0.3s;
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}

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

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

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

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

.brk-menu-container {
  height: 100%;
}
.brk-menu-wrap {
  height: 100%;
}
.brk-menu {
  height: 100%;
  width: 100%;
}
.brk-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}
.brk-menu li {
  height: 100%;
  position: relative;
}
.brk-menu-item-badge {
  display: block;
  font-size: 10px;
  padding: 2px 7px;
  border-radius: 6px;
  background: var(--brk-btn-bg-color);
  color: var(--brk-btn-text-color);
}
.brk-menu-item-badge-floating {
  position: absolute;
  top: 7px;
  right: 0;
}
.brk-menu-item-badge-inline {
  margin-left: 6px;
}
.brk-menu li.brk-mega-menu-item-get-posts,
.brk-menu li.brk-mega-menu-item-columns,
.brk-menu li.brk-mega-menu-item-custom {
  position: unset;
}
.brk-menu li .brk-toggle-sub-menu {
  line-height: normal;
  font-size: 10px;
  margin-left: 7px;
  opacity: 0.7;
}
.brk-menu li > .sub-menu li .brk-toggle-sub-menu {
  transform: rotate(270deg);
}
.brk-menu li .sub-menu {
  list-style: none;
  padding: 0px;
  margin: 0px;
  min-width: 200px;
  max-width: 300px;
  font-size: calc(var(--font-size) - 2px);
  box-shadow: var(--brk-shadow-sm);
  background-color: var(--brk-submenu-bg-color);
}

.brk-mobile-menu li .sub-menu {
  box-shadow: none;
}
.brk-mobile-menu li.menu-item > a {
  font-size: 15px;
}

.brk-mobile-menu li > .sub-menu li .brk-toggle-sub-menu {
  transform: none;
}
.brk-mobile-menu li .sub-menu li.menu-item > a {
  font-weight: 500;
  font-size: var(--font-size, 13px);
}
.brk-menu.brk-desktop-menu li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.brk-menu.brk-desktop-menu li .sub-menu {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-1%);
  -ms-transform: translateY(-1%);
  transform: translateY(-1%);
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: absolute;
  top: 100%;
  z-index: 5;
}
.sub-menu.brk-mega-menu-custom {
  width: 100%;
  max-width: none !important;
  left: 0;
}

.brk-menu li .sub-menu.brk-mega-menu-columns {
  width: 100%;
  max-width: unset;
  left: 0;
}

.brk-mega-menu-columns-wrap {
  list-style: none;
  margin: 0px;
  padding: 0px;
  display: grid;
  grid-template-columns: var(--grid-template-columns);
  gap: 30px;
}

.brk-mega-menu-columns-wrap li.menu-item > ul.brk-sub-menu-columns-item {
  opacity: 0.8;
}

.brk-mega-menu-columns-wrap
  li.menu-item
  > ul.brk-sub-menu-columns-item
  li.menu-item
  > a {
  font-weight: 500;
  /* font-size: 13px; */
  font-size: calc(var(--font-size) - 1px);
}

.brk-mega-menu-columns-wrap
  li.menu-item
  > ul.brk-sub-menu-columns-item
  li.menu-item
  > a {
  padding: 8px 0px;
}

.brk-menu .brk-mega-menu-columns-wrap > li.menu-item > a {
  margin-bottom: 10px;
  border-bottom: 2px solid var(--brk-border-color);
  padding: 10px 0px;
  padding-top: 0px;
}

.brk-mega-menu-columns-wrap > li.menu-item > a:before {
  content: "";
  background: var(--brk-primary-color);
  position: absolute;
  height: 2px;
  width: 20%;
  top: 100%;
  left: 0;
}

.brk-sub-menu-columns-item {
  margin: 0;
  padding: 0;
  margin: 0;
  list-style: none;
  font-weight: normal;
}

.brk-menu .brk-mega-menu-columns-wrap li a {
  height: unset !important;
}

.brk-menu li .sub-menu.brk-mega-menu-columns,
.sub-menu.brk-mega-menu.brk-mega-menu-get-posts {
  padding: 25px;
}
.brk-menu.brk-mobile-menu li .sub-menu.brk-mega-menu-columns {
  padding: 10px 0px;
  padding-bottom: 0px;
}
.brk-mobile-menu .brk-mega-menu-columns-wrap {
  gap: 20px;
}
.brk-menu.brk-mobile-menu li .sub-menu {
  padding: 10px 0;
}
.brk-mobile-menu.brk-menu li > .sub-menu li a {
  padding: 5px 0px;
}
.brk-mobile-menu .brk-mega-menu-columns-wrap {
  --grid-template-columns: repeat(2, minmax(0, 1fr));
}
.sub-menu.brk-mega-menu.brk-mega-menu-get-posts,
.sub-menu.brk-mega-menu-custom {
  width: 100%;
  max-width: none;
  left: 0;
  -webkit-transform: translateY(-1%);
  -ms-transform: translateY(-1%);
  transform: translateY(-1%);
}
.brk-mega-menu-get-posts
  .brk-post-list-3
  .small-post
  .brk-get-posts-module-item
  .entry-thumb {
  padding-bottom: 81px;
}
.brk-mega-menu-get-posts .brk-post-list-3 .featured-post {
  width: 35%;
}
.brk-mega-menu-get-posts .brk-get-posts-module-item .entry-thumb {
  padding-bottom: 152px;
}
.brk-mega-menu-get-posts-1 .brk-get-posts-module-item .entry-thumb,
.brk-mega-menu-get-posts-3 .brk-get-posts-module-item .entry-thumb {
  padding-bottom: 130px;
}
.brk-mega-menu-get-posts .brk-get-posts-module-item .entry-title {
  --post-title-max-line: 2 !important;
  font-size: 16px;
}
.brk-menu li .sub-menu li .sub-menu {
  left: 100%;
  top: 0%;
}
.brk-menu li > .sub-menu li:hover,
.brk-menu li > .sub-menu li.current-menu-item,
.brk-menu li > .sub-menu li.current-menu-ancestor {
  background: var(--brk-border-color);
}
.brk-menu li > .sub-menu li:hover > a,
.brk-menu li > .sub-menu li.current-menu-item a,
.brk-menu li > .sub-menu li.current-menu-ancestor a {
  color: var(--brk-primary-color);
}
.brk-menu li > .sub-menu li a {
  padding: 8px 16px;
  display: flex;
  justify-content: space-between;
}
.brk-menu li > a {
  width: 100%;
  display: flex;
  align-items: center;
  font-size: var(--font-size, 16px);
  position: relative;
  color: var(--brk-base-text-color);
}

.brk-menu.brk-desktop-menu li > a {
  height: 100%;
}

.brk-menu .brk-menu-item-nav-icon {
  margin-right: 10px;
}
/* Mega Menu Posts */
.mega-menu-post-filter {
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
}
.mega-menu-post-filter-item {
  border: 1px solid;
  border-color: var(--brk-border-color);
  padding: 3px 15px;
  font-size: 12px;
  cursor: pointer;
}

.mega-menu-post-filter-item.active {
  background: var(--brk-btn-bg-color);
  border-color: var(--brk-btn-bg-color);
  color: var(--brk-btn-text-color);
}
.brk-mega-menu-get-posts-4 .mega-menu-post-filter-item {
  border-color: transparent;
  font-size: 13px;
  padding: 4px 15px;
}
.brk-mega-menu-get-posts-4 .mega-menu-post-filter-item.active {
  /* background: #fff; */
  background: var(--brk-submenu-bg-color);
  color: var(--brk-primary-color);
}
.brk-mega-menu-get-posts-4 {
  display: flex;
  padding: 0px !important;
}

.brk-mega-menu-get-posts-4 .brk-module-wrap {
  padding: 15px;
}
.brk-mega-menu-get-posts-4 .mega-menu-post-filter {
  flex-direction: column;
  padding: 15px 0px 15px 15px;
  background: var(--brk-border-color);
  /* height: 100%; */
  margin-bottom: 0px;
}

/* Menu Hover Style
--------------------------------------------- */
/* Hover Style 1 */
.menu-hover-style-1.brk-main-menu > li.menu-item.current-menu-item > a,
.menu-hover-style-1.brk-main-menu > li.menu-item.current-menu-ancestor > a {
  color: var(--menu-hover-color, var(--brk-primary-color));
}
.menu-hover-style-1.brk-main-menu > li.menu-item > a:hover {
  color: var(--menu-hover-color, var(--brk-primary-color));
}
/* Hover Style 2 */
.menu-hover-style-2.brk-main-menu > li.menu-item.current-menu-item > a::before,
.menu-hover-style-2.brk-main-menu
  > li.menu-item.current-menu-ancestor
  > a::before {
  width: 100%;
}
.menu-hover-style-2.brk-main-menu > li.menu-item > a:hover::before {
  width: 100%;
}
.menu-hover-style-2.brk-main-menu > li.menu-item > a::before {
  content: "";
  background: var(--menu-hover-bg-color, var(--brk-primary-color));
  height: 3px;
  width: 0;
  position: absolute;
  left: 0;
  bottom: 1%;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* Hover Style 3 */
.menu-hover-style-3.brk-main-menu > li.menu-item.current-menu-item > a {
  color: var(--menu-hover-color);
  background-color: var(--menu-hover-bg-color, var(--brk-primary-color));
}
.menu-hover-style-3.brk-main-menu > li.menu-item > a:hover {
  color: var(--menu-hover-color);
  background-color: var(--menu-hover-bg-color, var(--brk-primary-color));
}

/* Mobile Menu
--------------------------------------------- */
.brk-mobile-menu {
  flex-direction: column;
  gap: 10px;
}
.brk-mobile-menu li {
  height: auto;
  background: none !important;
}
.brk-menu.brk-mobile-menu li .brk-toggle-sub-menu {
  margin-left: auto;
}

.brk-menu.brk-mobile-menu li .sub-menu {
  display: none;
}

.brk-menu.brk-mobile-menu li .sub-menu li .sub-menu {
  padding-left: 20px;
}

/* Post Share
--------------------------------------------- */
.entry-meta .brk-share-container {
  padding: 5px 10px;
  cursor: pointer;
}
.brk-share-container {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  position: relative;
}
.brk-post-share {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.brk-post-share .brk-post-share-item {
  background: var(--color);
  padding: 8px 16px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  flex: 1 1 auto;
  font-size: 13px;
  font-weight: 500;
  line-height: normal;
}
.brk-single-post .brk-share-label {
  flex-direction: column;
  font-size: 12px;
  border-right: 1px solid;
  border-color: var(--brk-border-color);
  padding-right: 10px;
  gap: 0px;
}
.brk-share-label {
  font-weight: bold;
  display: flex;
  align-items: center;
}
.brk-share-label i {
  font-size: 16px;
}
/* Share Tooltip */
.brk-share-tooltip:hover .brk-share-container-items {
  visibility: visible;
  opacity: 1;
}
.brk-share-tooltip .brk-share-container-items {
  position: absolute;
  visibility: hidden;
  bottom: 25px;
  right: 0;
  width: auto;
  box-shadow: var(--brk-shadow-sm);
  padding: 10px 10px;
  background: var(--brk-btn-text-color);
  z-index: 1;
  transition: opacity 0.3s;
  opacity: 0;
}
.brk-share-tooltip .brk-post-share {
  display: flex;
}
.brk-share-tooltip .brk-post-share-item {
  padding: 5px 10px;
  background: var(--color);
  color: #fff;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.brk-share-after-featured-img {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.brk-share-footer {
  margin-bottom: var(--content-gap);
}
/* Style 1 */
.brk-share-style-1 .brk-post-share {
  flex: 1 0 auto;
}
.brk-share-style-1 .brk-post-share-item {
  padding: 8px 16px;
  font-size: 16px;
}
.brk-share-style-1 .brk-share-btn-text {
  font-size: 14px;
}
/* COMBINED */
.brk-share-style-1.light-style .brk-post-share-item,
.brk-share-style-2.light-style .brk-post-share-item {
  background: none;
  border: 1px solid var(--brk-border-color);
  color: var(--color);
}
.brk-share-btn-text {
  border-left: 1px solid;
  border-color: #ffffff63;
  margin-left: 13px;
  padding-left: 13px;
}
.light-style .brk-share-btn-text {
  border-color: var(--brk-border-color);
}
.brk-share-btn-text::before {
  content: "";
}

/* Social Media
--------------------------------------------- */
.brk-social-media {
  display: flex;
  gap: 10px;
}
.brk-social-media-item {
  padding: 0 5px;
}
.brk-social-media-bg,
.brk-about-wrap .brk-social-media .brk-social-media-item.brk-social-media-bg {
  background: var(--color);
  color: #fff;
  font-size: 9px;
  width: 20px;
  height: 19px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0px;
}
.brk-social-media-nobg {
  color: var(--color);
}
.dark-mode .brk-social-media-nobg.brk-social-media-twitter {
  --color: #fff;
}
.brk-social-media-bg:hover {
  opacity: 0.75;
}
.brk-social-media-facebook {
  --color: #0d6fed;
}
.dark-mode .brk-social-media-twitter {
  --color: #000;
}
.brk-social-media-twitter {
  --color: #000000;
}
.brk-social-media-instagram {
  --color: #c13584;
}
.brk-social-media-linkedin {
  --color: #0077b5;
}
.brk-social-media-youtube {
  --color: #ff0000;
}
.brk-social-media-whatsapp {
  --color: #25d366;
}
.brk-social-media-telegram {
  --color: #0088cc;
}
.brk-social-media-snapchat {
  --color: #fffc00;
}
.brk-social-media-pinterest {
  --color: #e60023;
}
.brk-social-media-reddit {
  --color: #ff4500;
}
.brk-social-media-tiktok {
  --color: #000000;
}
.brk-social-media-discord {
  --color: #5865f2;
}
.brk-social-media-twitch {
  --color: #9146ff;
}
.brk-social-media-github {
  --color: #181717;
}
.brk-social-media-dribbble {
  --color: #ea4c89;
}
.brk-social-media-behance {
  --color: #1769ff;
}
.brk-social-media-medium {
  --color: #12100e;
}
.brk-social-media-tumblr {
  --color: #34526f;
}
.brk-social-media-vk {
  --color: #4c75a3;
}

/*
Search Form
--------------------------------------------- */
.brk-search-form-wrap {
  width: 100%;
  min-width: 60%;
}
.brk-search-type-popup {
  position: absolute;
  top: 100%;
  right: 0;
  padding: 15px 15px;
  visibility: hidden;
  -webkit-transform: translateY(-20%);
  -ms-transform: translateY(-20%);
  transform: translateY(-20%);
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 0;
  z-index: 3;
  box-shadow: var(--brk-shadow-sm);
}
.brk-search-type-popup.show {
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.brk-search-toggle-btn {
  padding: 0;
  background: none;
  border: 0;
  cursor: pointer;
}
.brk-header-builder-wrap .brk-social-media {
  font-size: 15px;
}
.brk-search-toggle-btn,
.theme-mode-label,
.brk-btn-mobile-drawer {
  font-size: 20px;
}
.brk-search-form-wrap .brk-search-form {
  display: flex;
  position: relative;
  line-height: normal;
  align-items: center;
  overflow: hidden;
  width: 100%;
}
.brk-search-form-wrap .brk-search-form .brk-search-form-input {
  margin: 0px;
  line-height: normal;
  height: 100%;
  padding: 10px 20px;
  font-size: 14px;
  width: 100%;
  border-style: solid;
  border-width: 1px;
}
.brk-search-form-wrap .brk-search-form .brk-search-form-btn {
  background: none;
  border: 0px;
  line-height: normal;
  padding: 0px 16px;
  height: 100%;
  position: absolute;
  right: 0px;
  cursor: pointer;
  color: #212121;
}
.dark-mode .brk-search-form-wrap .brk-search-form .brk-search-form-btn {
  color: #fff;
}

/* Ads
--------------------------------------------- */
.brk-ad-wrap {
  display: flex;
  flex-direction: column;
}
.brk-image-ads {
  align-self: var(--align-items);
}
.brk-image-ads .ads-text {
  margin: 0px;
  background: #f1f1f1;
  text-align: center;
  font-size: 12px;
  letter-spacing: 2px;
}
.brk-bg-ads {
  top: 0;
  left: 0;
  z-index: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: fixed;
}
.brk-post-content .brk-article-inline-ad {
  margin-bottom: 25px;
  width: 100%;
}
.brk-post-content .brk-article-inline-ad.align-start {
  float: left;
  margin-right: 25px;
}
.brk-post-content .brk-article-inline-ad.align-end {
  float: right;
  margin-left: 25px;
}
.above-article-ad {
  margin-bottom: var(--content-gap);
}

.above-article-content-ad {
  margin-bottom: var(--content-gap);
}
.below-article-title-ad {
  margin-top: var(--content-gap);
}
.below-article-content-ad {
  margin-bottom: var(--content-gap);
}
.below-article-ad {
  margin-bottom: var(--content-gap);
}
.below-comments-ad {
  margin-top: var(--content-gap);
}
/* Archive Ad */
.below-archive-hero-ad {
  margin-bottom: 25px;
}
.above-archive-title-ad {
  margin-bottom: 25px;
}
.below-archive-title-ad {
  margin-bottom: 25px;
}

/* Dark Mode Toggle
--------------------------------------------- */
/* Container */
.dark-mode-toggle {
  display: flex;
  align-items: center;
}

/* Hide default checkbox */
#dark-mode-switch {
  display: none;
}

/* Slider */
.theme-mode-label {
  /* width: 50px; */
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease;
}

/* Ikon */
.theme-mode-label i {
  position: absolute;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

/* Matahari (hidden by default) */
.icon-light {
  opacity: 0;
  transform: scale(0);
}

/* Mode Gelap: Ubah warna slider */
html.dark-mode .theme-mode-label {
  background-color: #ffcc00;
}

/* Mode Gelap: Tampilkan matahari, sembunyikan bulan */
html.dark-mode .icon-light {
  opacity: 1;
  transform: scale(1);
}

html.dark-mode .icon-dark {
  opacity: 0;
  transform: scale(0);
}

/* News Ticker
--------------------------------------------- */
.brk-module-wrap:has(.brk-news-ticker-wrap) {
  width: 100%;
}
.brk-news-ticker-wrap {
  display: flex;
  height: 100%;
  max-height: 35px;
  font-size: 12.8px;
  align-items: center;
}
.brk-news-ticker-label {
  display: flex;
  align-items: center;
  padding: 5px 12px;
  gap: 8px;
  font-weight: 500;
  line-height: normal;
}
.brk-news-ticker {
  display: flex !important;
  justify-content: space-between;
  position: relative;
  width: 100%;
  flex: 1;
  gap: 10px;
  padding-left: 10px !important;
}
.brk-news-ticker .swiper-wrap {
  visibility: hidden;
}
.brk-news-ticker.swiper-initialized .swiper-wrap {
  visibility: visible;
}
.brk-header-column.normal .brk-news-ticker ul {
  max-width: 323px;
  height: 100%;
  max-height: unset;
}
.brk-news-ticker .brk-slider-button-wrap {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 0 5px;
}
.brk-news-ticker .brk-slider-button-prev,
.brk-news-ticker .brk-slider-button-next {
  position: unset;
  cursor: pointer;
  padding: 5px 8px;
  border: 1px solid var(--brk-border-color);
  border-radius: 0px;
  display: flex;
  align-items: center;
  font-size: 10px;
}
.brk-news-ticker ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  display: flex;
  max-height: 31px;
}
.brk-news-ticker ul li {
  display: flex;
  align-items: center;
}
.brk-news-ticker ul li a {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  text-overflow: ellipsis;
  white-space: normal;
  color: var(--brk-base-text-color);
}
.brk-ticker-post-meta {
  margin-left: 10px;
}
.brk-ticker-post-date {
  opacity: 0.5;
}
.brk-news-ticker-wrap {
  width: 100%;
}

/* Main Content
--------------------------------------------- */
.brk-content-fullwidth .main-content-column {
  width: 100%;
}
.brk-content-narrow {
  display: flex;
  justify-content: center;
}
.brk-content-left-sidebar .widget-area {
  order: -1;
}
.brk-content-left-sidebar .brk-share-sticky {
  margin-left: 0;
  margin-right: -93.131px;
  right: 0;
}
.main-content-wrap {
  display: flex;
  gap: var(--brk-main-content-gap, 40px);
}
.brk-content-left-sidebar {
  justify-content: flex-end;
}
.widget-area,
.elementor-widget-container {
  --sidebar-gap: 40px;
}
.widget-area {
  width: 100%;
}
.brk-content-double-sidebar .widget-area:first-of-type {
  order: -1;
}
.sidebar-separator .widget-area {
  position: relative;
}
.sidebar-separator .widget-area::before {
  content: "";
  position: absolute;
  height: 100%;
  border-left: 1px solid;
  border-color: var(--brk-border-color);
  left: calc(-1 * (var(--main-content-gap, 40px) / 2));
}
.widget-area,
.theiaStickySidebar,
.elementor-widget-container {
  gap: var(--sidebar-gap);
}
.widget-area,
.theiaStickySidebar,
.elementor-widget-container {
  display: flex;
  flex-direction: column;
}
.sticky-element .theiaStickySidebar {
  gap: var(--gap);
}
.site-main {
  width: 66.666666%;
  flex-shrink: 0;
}
.brk-archive-template-hero-module {
  margin-bottom: 50px;
}

/* AJAX
--------------------------------------------- */
.brk-is-loading {
  opacity: 0.5;
  pointer-events: none;
}

.brk-is-loading::before {
  content: "";
  position: absolute;
}

/* Heading
--------------------------------------------- */
.brk-heading-wrap {
  margin-bottom: 30.518px;
}
.brk-heading-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  --heading-hightlight-text-color: var(--brk-primary-color);
}
.brk-heading-left {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  z-index: 1;
}
.brk-heading-icon {
  line-height: normal;
  color: var(--heading-icon-color, var(--brk-primary-color));
}
.brk-heading-right {
  margin-left: 15px;
  display: flex;
  align-items: center;
  /* flex-grow: 1; */
  justify-content: end;
  position: relative;
  z-index: 1;
  order: 3;
}
.brk-heading-title {
  color: var(--heading-text-color);
}
.brk-view-more-link {
  border: 1px solid;
  border-color: var(--brk-border-color);
  padding: 2px 10px;
  font-size: 12px;
  font-weight: 500;
  border-radius: 15px;
  opacity: 0.8;
}
.brk-heading-title {
  margin: 0px;
  font-size: 16px;
  margin-bottom: 0px !important;
  line-height: normal;
}
.brk-heading-content {
  margin-top: 13px;
  font-size: 12.8px;
}

.brk-heading-content p {
  padding-bottom: 0px;
  margin: 0;
}
.brk-heading-highlight {
  color: var(--heading-hightlight-text-color, var(--brk-primary-color));
}
.brk-heading-filter-wrap {
  position: relative;
  width: 100%;
}
.brk-heading-filter {
  list-style: none;
  display: flex;
  /* gap: 10px; */
  margin: 0px;
  /* padding: 0px; */
  flex-wrap: wrap;
  overflow: hidden;
  height: 19px;
  justify-content: end;
  width: 100%;
  font-size: 13px;
  padding: 0;
}
.brk-heading-filter-wrap .brk-heading-filter-item {
  cursor: pointer;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
}
.brk-heading-filter-wrap .brk-heading-filter-item span {
  margin: 0 8px;
}
.brk-heading-filter-wrap .brk-heading-filter-item.active {
  color: var(--brk-primary-color);
}
.brk-heading-filter-dropdown {
  margin: 0px;
  list-style: none;
  padding: 0;
  position: absolute;
  right: 0;
  text-align: right;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  z-index: 2;
  visibility: hidden;
  font-size: 13px;
}
.brk-heading-filter-dropdown.show {
  visibility: visible;
}
.brk-heading-filter-dropdown li {
  padding: 5px 11px;
  border-bottom: 1px solid var(--brk-border-color);
  /* width: 100%; */
  display: block !important;
  float: none !important;
}
.brk-heading-filter-dropdown li:last-child {
  border-color: 0px;
}
.dark-mode .brk-heading-filter-dropdown {
  background: #000;
}

.brk-heading-wrap .brk-pagination-wrap .page-numbers,
.brk-heading-wrap .brk-pagination-nextprev-btn,
.brk-heading-wrap .brk-pagination-loadmore-btn {
  padding: 4px 9px;
  font-size: 12px;
}

/* Heading Style 1 */
.brk-heading-wrap.brk-heading-style-1 {
  margin-bottom: 20px;
}
.brk-heading-style-1 .brk-heading-container .brk-heading-title {
  background-color: var(--heading-bg-color);
}
/* Heading Style 2 */
.brk-heading-style-2 .brk-heading-container {
  border-bottom: 2px solid var(--brk-border-color);
}
.brk-heading-style-2 .brk-heading-left {
  padding-bottom: 10px;
  padding-top: 10px;
  margin-top: -10px;
}
.brk-heading-style-2 .brk-heading-left::after {
  background: var(--brk-primary-color);
  position: absolute;
  height: 2px;
  width: 100%;
  top: 100%;
  left: 0;
  content: "";
}
/* Heading Style 3 */
.brk-heading-style-3 .brk-heading-container {
  border-bottom: 2px solid var(--brk-border-color);
}
.brk-heading-style-3 .brk-heading-left {
  padding-bottom: 10px;
  padding-top: 10px;
  margin-top: -10px;
}
.brk-heading-style-3 .brk-heading-left::after {
  background: var(--heading-bg-color, var(--brk-primary-color));
  position: absolute;
  height: 2px;
  width: 40%;
  top: 100%;
  left: 0;
  content: "";
}
/* Heading Style 4 */
.brk-heading-style-4 .brk-heading-container::after {
  content: "";
  height: 2px;
  background: var(--brk-border-color);
  order: 1;
  flex-grow: 10;
  margin: 0 15px;
}
.brk-heading-style-4 .brk-heading-left,
.brk-heading-style-4 .brk-heading-filter-item,
.brk-heading-style-4 .brk-pagination-wrap {
  background: var(--heading-bg-color);
}
.brk-heading-style-4 .brk-pagination-wrap {
  padding-left: 10px;
}
.brk-heading-style-4 .brk-heading-right {
  padding-left: 10px;
}
.brk-heading-style-4 .brk-heading-left {
  padding-right: 7px;
}
/* Heading Style 5 */
.brk-heading-style-5 .brk-heading-container {
  border-bottom: 2px solid var(--brk-border-color);
  padding-bottom: 10px;
}
/* Heading Style 6 */
.brk-heading-style-6 .brk-heading-container {
  border-top: 4px solid var(--heading-bg-color, var(--brk-primary-color));
  border-bottom: 1px solid var(--brk-border-color);
  padding: 12px 0px;
}
/* Heading Style 7 */
.brk-heading-style-7 .brk-heading-right {
  display: none;
}
.brk-heading-style-7 .brk-heading-container::before {
  order: 0;
  content: "";
  flex-grow: 10;
  margin-right: 15px;
  display: inline-block;
  height: 2px;
  background-color: var(--brk-border-color);
}
.brk-heading-style-7 .brk-heading-container::after {
  content: "";
  position: relative;
  flex: inherit;
  margin-left: 15px;
  flex-grow: 10;
  height: 2px;
  background-color: var(--brk-border-color);
}
/* Heading Style 8 */
.brk-heading-style-8 .brk-heading-container:after {
  content: "";
  order: 1;
  flex-grow: 10;
  height: 10px;
  background: var(--brk-border-color);
  margin: 0 15px;
  margin-right: 0;
}
/* Heading Style 9 */
.brk-heading-style-9 .brk-heading-left {
  background: var(--heading-bg-color, var(--brk-primary-color));
  padding: 8px 16px;
}
/* Heading Style 10 */
.brk-heading-style-10 .brk-heading-container {
  border-bottom: 2px solid;
  border-color: var(--heading-bg-color, var(--brk-primary-color));
}
.brk-heading-style-10 .brk-heading-left {
  background: var(--heading-bg-color, var(--brk-primary-color));
  padding: 8px 16px;
}
/* Heading Style 11 */
.brk-heading-style-11 .brk-heading-container {
  border-color: var(--heading-bg-color, var(--brk-primary-color));
  background: var(--heading-bg-color, var(--brk-primary-color));
  padding: 10px 16px;
}
/* Heading Style 12 */
.brk-heading-style-12 .brk-heading-container {
  border-top: 4px solid var(--heading-bg-color, var(--brk-primary-color));
  /* border-bottom: 1px solid var(--brk-border-color); */
  padding: 12px 0px;
  padding-bottom: 0;
}

/* Block Link
--------------------------------------------- */
.brk-block-link-content {
  display: grid;
  gap: 20px;
}

.brk-block-link-item {
  position: relative;
  overflow: hidden;
}

.brk-block-link-item:hover .brk-block-link-thumb img {
  -webkit-transform: scale(1.09);
  transform: scale(1.09);
}

.brk-block-link-content.style-1 .brk-block-link-thumb:before {
  content: "";
  opacity: 1;
  left: 15px;
  top: 15px;
  right: 15px;
  bottom: 15px;
  background: 0 0;
  border: 1px solid rgba(255, 255, 255, 0.5);
  z-index: 1;
  display: block;
  position: absolute;
}

.brk-block-link-thumb:before {
  content: "";
}

.brk-block-link-thumb {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
}

.brk-block-link-thumb img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  transition: transform 0.5s cubic-bezier(0, 0, 0.42, 1.21);
}

.brk-block-link-entry {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: var(--text-color);
}
.brk-block-link-entry .title {
  margin: 0px;
  font-weight: 600;
}
.brk-block-link-entry a {
  color: var(--text);
}
.brk-block-link-thumb::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--bg-color);
  opacity: 1;
  mix-blend-mode: multiply;
  z-index: 0;
}

/* Get Posts Module
--------------------------------------------- */
.post-list .entry-thumb-wrap {
  height: 100%;
}
.post-list .brk-item-boxed .entry-thumb-wrap {
  height: auto;
}
.brk-module-wrap {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.brk-get-posts-module-content-wrap {
  position: relative;
  overflow: hidden;
}
.brk-get-posts-module-item-wrap {
  position: relative;
}
.row-separator.brk-get-posts-module-item-wrap::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  bottom: calc(var(--item-gap) / 2 * -1);
  border-bottom: 1px solid var(--brk-border-color);
}
.column-separator.brk-get-posts-module-item-wrap:last-child::before {
  display: none;
}
.column-separator.brk-get-posts-module-item-wrap::before {
  content: "";
  position: absolute;
  right: 0;
  height: 100%;
  right: calc(var(--item-gap) / 2 * -1);
  border-right: 1px solid var(--brk-border-color);
}
.brk-get-posts-module-content {
  display: flex;
  flex-direction: column;
  gap: var(--item-gap);
  position: relative;
}
.brk-get-posts-module-content {
  --item-gap: 30px;
}
.brk-get-posts-module-content.swiper-wrapper {
  flex-direction: row;
  gap: inherit;
}
.brk-get-posts-module-item {
  display: flex;
  margin: 0px;
  height: 100%;
}

.post-grid :not(.brk-item-boxed) > .brk-get-posts-module-item {
  gap: 19.531px;
}

:not(.brk-item-boxed) > .brk-get-posts-module-item {
  gap: 24.414px;
}

.brk-get-posts-module-item.post {
  margin: 0px;
}

.brk-get-posts-module-item .entry-thumb-wrap {
  width: 30%;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}

.brk-get-posts-module-item .entry-thumb-wrap:hover .entry-thumb img {
  -webkit-transform: scale(1.09);
  transform: scale(1.09);
}

.brk-get-posts-module-item .entry-thumb {
  position: relative;
  padding-bottom: 70%;
  overflow: hidden;
  background: var(--brk-border-color);
}

.brk-format-overlay {
  position: absolute;
  top: 0;
  top: 50%;
  left: 50%;
  bottom: initial;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.brk-format-overlay {
  font-size: 18px;
  background: #00000091;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: normal;
  color: #fff;
  box-shadow: var(--brk-shadow-sm);
}
.format-video .brk-get-posts-module-item .entry-thumb::before {
  content: "";
}
.post-list .brk-item-boxed .brk-get-posts-module-item .entry-thumb {
  padding-bottom: 0;
  height: 100%;
}
.brk-get-posts-module-item .entry-thumb img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  transition: transform 0.5s cubic-bezier(0, 0, 0.42, 1.21);
}
.brk-get-posts-module-item .entry-content-wrap {
  display: flex;
  width: 100%;
  align-items: var(--entry-content-align-items);
  text-align: var(--entry-content-align-items);
  gap: 20px;
  background: var(--content-bg-color);
}
.brk-get-posts-module-item .entry-content-wrap .link-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.brk-get-posts-module-item .entry-content-wrap-inner {
  display: flex;
  flex-direction: column;
  align-items: var(--entry-content-align-items, start);
}
.brk-get-posts-module-item .brk-numbering {
  font-size: 31.25px;
  font-weight: bold;
  opacity: 0.3;
}
.brk-get-posts-module-item .brk-icon {
  margin-top: 4px;
}
.brk-get-posts-module-item .entry-header {
  display: flex;
  flex-direction: column;
  align-items: var(--entry-content-align-items);
  text-align: var(--entry-content-align-items);
}
.brk-get-posts-module-item .entry-title {
  margin: 0;
  font-size: 20px;
}
.brk-get-posts-module-item .entry-title a {
  display: -webkit-box !important;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  -webkit-line-clamp: var(--post-title-max-line, 2);
  -webkit-box-orient: vertical;
  line-clamp: var(--post-title-max-line, 2);
  overflow: hidden;
  color: var(--brk-base-text-color);
  transition: var(--brk-transition-1);
  -webkit-transition: var(--brk-transition-1);
}
.brk-get-posts-module-wrap .brk-get-posts-module-item .entry-title a:hover {
  color: var(--brk-link-color, var(--brk-primary-color));
}
.brk-get-posts-module-item .entry-meta {
  --entry-meta-font-size: 12px;
}
.brk-get-posts-module-item .entry-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  font-size: var(--entry-meta-font-size, 12px);
  margin-top: 12.5px;
  flex-wrap: wrap;
  line-height: normal;
}

.entry-meta .post-category a {
  font-weight: 500;
}

.brk-get-posts-module-item .post-author,
.brk-get-posts-module-item .post-author a {
  display: flex;
  align-items: center;
}

.author-name {
  font-weight: 600;
  margin-left: 3px;
}

.brk-get-posts-module-item .entry-content {
  margin: 0px;
  margin-top: 15.625px;
  opacity: 0.9;
  text-align: var(--entry-content-align-items);
}

.brk-get-posts-module-item .entry-content p {
  margin: 0px;
  font-size: 12.8px;
}

.brk-category-wrap {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.brk-category {
  line-height: normal;
  display: flex;
}
.brk-category.brk-cat-above-title {
  margin-bottom: 10px;
}

.brk-cat-float-thumb {
  position: absolute;
  /* top: 5px; */
  /* left: 5px; */
  margin: 0px !important;
}

.brk-cat-top-left {
  top: 10px;
  left: 10px;
}
.corner.brk-cat-top-left {
  top: 0;
  left: 0;
}

.brk-cat-top-right {
  top: 10px;
  right: 10px;
}
.corner.brk-cat-top-right {
  top: 0;
  right: 0;
}

.brk-cat-bottom-left {
  bottom: 10px;
  left: 10px;
}
.corner.brk-cat-bottom-left {
  bottom: 0;
  left: 0;
}

.brk-cat-bottom-right {
  bottom: 10px;
  right: 10px;
}
.corner.brk-cat-bottom-right {
  bottom: 0;
  right: 0;
}

.brk-post-read-more {
  padding: 6px 16px;
  font-size: 11px;
  margin-top: 15px;
  background: var(--brk-rdmore-bg-color);
  color: var(--brk-rdmore-text-color);
  border-color: var(--brk-rdmore-border-color, var(--brk-border-color));
  border-width: 1px;
  border-style: solid;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  /* align-self: baseline; */
  transition: var(--brk-transition-1);
  -webkit-transition: var(--brk-transition-1);
}
.brk-post-read-more.shadow {
  box-shadow: var(--brk-shadow-sm) !important;
}

.overlay-post-grid .brk-post-read-more {
  color: var(--brk-primary-color);
  background: var(--brk-btn-text-color);
}

.brk-post-read-more:hover {
  background: var(--brk-primary-color);
  color: var(--brk-btn-text-color);
  border-color: var(--brk-primary-color);
}

.brk-get-posts-module-item .entry-meta:has(.author-avatar) {
  margin-top: 9px !important;
}
.author-avatar {
  width: calc(var(--entry-meta-font-size) * 1.7);
  height: calc(var(--entry-meta-font-size) * 1.7);
  position: relative;
  overflow: hidden;
  margin-right: 5px;
}
.author-avatar img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
}

.brk-item-boxed-shadow {
  box-shadow: 0 2px 9px rgb(0 0 0 / 6%);
}
/* Content Style */
/* Content Style 1 */
.content-style-1 .entry-title a,
.overlay-post-grid .content-style-1 .entry-thumb-wrap .entry-title a {
  background: #ffffff;
  color: #212121 !important;
  display: inline !important;
}
/* Content Style 2 */
.content-style-2 .entry-content-wrap-inner .entry-header,
.content-style-3 .entry-content-wrap-inner .entry-header {
  background: #00000085;
  padding: 15px;
}
/* Content Style 3 */
.content-style-3 .entry-content-wrap {
  padding: 0px !important;
}

/* Grid Post */
.grid-layout .brk-get-posts-module-content {
  display: grid;
  grid-template-columns: var(--grid-template-columns);
}
.post-grid .brk-get-posts-module-item {
  flex-direction: column;
}
.post-grid .brk-get-posts-module-item .entry-thumb-wrap {
  width: 100%;
}
.post-grid .brk-get-posts-module-item .entry-meta {
  margin-top: 10px;
}

/* Grid Post Overlay */
.overlay-post-grid .entry-content-wrap {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
}
.overlay-post-grid .entry-content-wrap-inner {
  justify-content: end;
}
.overlay-post-grid .brk-category a::after,
.brk-cat-float-thumba::after,
.overlay-post-grid .brk-category-style-2 .brk-category a::after,
.brk-category-style-2 .brk-category.brk-cat-float-thumb a::after {
  opacity: 1;
  background: #ffffff;
}
.overlay-post-grid .entry-thumb-wrap .entry-content-wrap {
  background-image: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.7) 0%,
    rgba(0, 0, 0, 0) 70%
  );
  --entry-meta-color: #ffffff;
}
.overlay-post-grid .entry-thumb-wrap .entry-title a,
.overlay-post-grid .entry-thumb-wrap .entry-content {
  color: #ffffff !important;
}

/* Layout Size */
.layout-sm :not(.brk-item-boxed) > .brk-get-posts-module-item {
  gap: 15.625px;
}
.layout-sm .entry-thumb-wrap {
  width: 116.416px;
}
.layout-xs .brk-category,
.layout-sm .brk-category {
  margin-bottom: 8px;
}
.small-post,
.layout-sm .brk-get-posts-module-content,
.layout-xs .brk-get-posts-module-content {
  --item-gap: 24.414px;
}
.brk-get-posts-module-wrap:not(.brk-hero-post)
  .small-post
  .brk-get-posts-module-item
  .entry-title,
.small-post .brk-get-posts-module-item .entry-title,
.layout-sm:not(:has(.featured-post)) .brk-get-posts-module-item .entry-title {
  font-size: 15px;
  margin: 0px;
}
.small-post .brk-category a,
.layout-sm :not(:has(.featured-post)) .brk-category a,
.layout-xs :not(:has(.featured-post)) .brk-category a {
  font-size: 11px;
}
.layout-xs .entry-thumb-wrap {
  width: 93.13px;
}
.layout-xs :not(.brk-item-boxed) > .brk-get-posts-module-item {
  gap: 17px;
}
.layout-xs :not(:has(.featured-post)) .brk-get-posts-module-item .entry-title {
  font-size: 12.8px;
}

.layout-xs.brk-post-list-2 .entry-meta {
  --entry-meta-font-size: 11px;
  margin-top: 8px;
}

/* Combined */
.layout-sm.brk-post-grid-1 .entry-meta,
.layout-sm.brk-post-grid-5 .entry-meta,
.brk-post-grid-7 .small-post .entry-meta,
.brk-post-list-2 .entry-meta,
.brk-post-list-4 .entry-meta,
.brk-post-list-6 .entry-meta,
.brk-post-list-3 .small-post .entry-meta,
.brk-post-list-7 .small-post .entry-meta,
.brk-post-list-8 .small-post .entry-meta,
.brk-post-list-9 .small-post .entry-meta,
.brk-post-list-10 .small-post .entry-meta,
.brk-single-post .brk-inline-related-post .entry-meta {
  --entry-meta-font-size: 12px;
  margin-top: 8px;
}
.brk-post-grid-3 .featured-post .brk-get-posts-module-item .entry-title,
.brk-post-grid-7 .featured-post .brk-get-posts-module-item .entry-title {
  font-size: 22px;
}

/* Post List 1 */
.brk-post-list-1 .brk-get-posts-module-content {
  --item-gap: 30.518px;
}
.brk-post-list-1.layout-lg .entry-thumb-wrap {
  width: 355.272px;
}
.brk-post-list-1.layout-md .entry-thumb-wrap {
  width: 284.218px;
}

/* Post List 3 */
.brk-post-list-3.layout-lg .brk-get-posts-module-content {
  display: flex;
  flex-direction: row;
}
.brk-post-list-3.layout-md .brk-get-posts-module-content {
  flex-direction: row;
}
.brk-post-list-3.layout-sm .brk-get-posts-module-content {
  flex-direction: column;
}
.brk-post-list-3 .featured-post {
  width: 50%;
  flex: 1 0 auto;
}
.brk-post-list-3.layout-sm .featured-post {
  width: 100%;
  flex: 1 0 auto;
  position: relative;
  margin-bottom: var(--item-gap);
}

.brk-post-list-3.layout-sm .featured-post:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  bottom: calc(var(--item-gap) / 2 * -2);
  border-bottom: 1px solid var(--brk-border-color);
}

.brk-post-list-3.layout-lg .small-post {
  display: grid;
  grid-template-columns: var(--grid-template-columns);
  gap: var(--item-gap);
}

.brk-post-list-3 .small-post {
  display: flex;
  flex-direction: column;
  gap: var(--item-gap);
}
.brk-post-list-3 .featured-post .entry-thumb {
  padding-bottom: 230px;
}
.brk-post-list-3.layout-sm .featured-post .entry-thumb {
  padding-bottom: 65%;
}
/* Post List 4 */
.brk-post-list-4.layout-md .brk-get-posts-module-content {
  flex-direction: row;
}
.brk-post-list-4.layout-sm .brk-get-posts-module-content {
  flex-direction: column;
}
.brk-post-list-4 .featured-post {
  width: 50%;
  flex: 1 0 auto;
}
.brk-post-list-4.layout-md .featured-post article {
  height: 100%;
}
.brk-post-list-4.layout-sm .featured-post {
  width: 100%;
  flex: 1 0 auto;
}
.brk-post-list-4 .small-post {
  display: flex;
  flex-direction: column;
  gap: var(--item-gap);
}
.brk-post-list-4 .featured-post .entry-thumb {
  padding-bottom: 116%;
}
.brk-post-list-4.layout-md .featured-post .entry-thumb {
  height: 100%;
  padding-bottom: 0%;
}
.brk-post-list-4.layout-md .featured-post .entry-thumb-wrap {
  height: 100%;
}
.brk-post-list-4.layout-sm .featured-post .entry-thumb {
  padding-bottom: 220px;
}
/* Post List 5 */
.brk-post-list-5 .featured-post .entry-thumb {
  padding-bottom: 55%;
}
.brk-post-list-5 .small-post {
  display: flex;
  flex-direction: column;
  gap: var(--item-gap);
}
.brk-post-list-5 .small-post .brk-get-posts-module-item {
  gap: 25px;
}
.brk-post-list-5 .small-post .brk-get-posts-module-item .entry-thumb-wrap {
  width: 35%;
}
.brk-post-list-5 .small-post .entry-title {
  font-size: 20px;
}

/* Post List 6 */
.brk-tabpost-nav {
  display: flex;
  margin-bottom: 25px;
}
.brk-tabpost-nav-item {
  width: 100%;
  text-align: center;
  cursor: pointer;
  padding: 10px 10px;
  border: 1px solid;
  border-color: var(--brk-border-color);
  line-height: normal;
}
.brk-tabpost-nav-item.active {
  color: var(--brk-primary-color);
  border-bottom: 1px solid;
  font-weight: 600;
}
.brk-tabpost-nav-item:nth-child(2) {
  border-left: 0px;
  border-right: 0px;
}
.brk-tabpost-item {
  display: none;
}
.brk-tabpost-item.active {
  display: block;
}
/* Post List 7 */
.brk-post-list-7.layout-md .brk-get-posts-module-content {
  flex-direction: row;
}
.brk-post-list-7.layout-sm .brk-get-posts-module-content {
  flex-direction: column;
}
.brk-post-list-7 .featured-post {
  width: 50%;
  flex: 1 0 auto;
}
.brk-post-list-7.layout-md .featured-post article {
  height: 100%;
}
.brk-post-list-7.layout-sm .featured-post {
  width: 100%;
  flex: 1 0 auto;
}
.brk-post-list-7 .post-grid {
  display: grid;
  gap: var(--item-gap);
}
.brk-post-list-7 .featured-post .entry-thumb {
  padding-bottom: 116%;
}
.brk-post-list-7.layout-md .featured-post .entry-thumb {
  height: 100%;
  padding-bottom: 0%;
}
.brk-post-list-7.layout-md .featured-post .entry-thumb-wrap {
  height: 100%;
}
.brk-post-list-7.layout-sm .featured-post .entry-thumb {
  padding-bottom: 220px;
}
/* Post List 8 */
.brk-post-list-8 .featured-post .entry-thumb-wrap {
  width: 100%;
}
.brk-post-list-8 .featured-post .brk-get-posts-module-item .entry-content-wrap {
  padding: 25px;
}
.brk-post-list-8 .featured-post .entry-thumb {
  padding-bottom: 50%;
}
.brk-post-list-8 .brk-get-posts-module-content {
  display: flex;
  flex-direction: column;
}
.brk-post-list-8.layout-lg .brk-get-posts-module-content {
  flex-direction: row;
}
.brk-post-list-8.layout-lg .featured-post {
  width: 50%;
  flex: 1 0 auto;
}
.brk-post-list-8 .post-grid .brk-get-posts-module-item {
  flex-direction: row;
}
.brk-post-list-8 .post-grid .entry-thumb-wrap {
  width: 30%;
}
.brk-post-list-8 .small-post {
  display: grid;
  grid-template-columns: var(--grid-template-columns);
  gap: var(--item-gap);
  position: relative;
}
.brk-post-list-8 .small-post .entry-thumb {
  padding-bottom: 80px;
}
/* Post List 9 & Post List 10 */
.brk-post-list-9 .brk-get-posts-module-content,
.brk-post-list-10 .brk-get-posts-module-content {
  flex-direction: row;
}
.brk-post-list-9 .small-post,
.brk-post-list-10 .small-post {
  display: flex;
  flex-direction: column;
  gap: var(--item-gap);
}
.brk-post-list-10 .featured-post .brk-get-posts-module-item {
  flex-direction: column;
}
.brk-post-list-10 .featured-post .brk-get-posts-module-item .entry-thumb-wrap {
  width: 100%;
}
.brk-post-list-10 .featured-post .brk-get-posts-module-item .entry-thumb {
  padding-bottom: 60%;
}

.brk-get-posts-module-content .brk-post-group {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: var(--item-gap);
}

/* POST GRID
--------------------------------------------- */
.grid-col-1 .brk-get-posts-module-item .entry-title {
  font-size: 22px;
}
.grid-col-2 .brk-get-posts-module-item .entry-title {
  font-size: 20px;
}
.grid-col-3 .brk-get-posts-module-item .entry-title {
  font-size: 16px;
}
.grid-col-4 .brk-get-posts-module-item .entry-title {
  font-size: 17px;
}
.grid-col-5 .brk-get-posts-module-item .entry-title {
  font-size: 17px;
}
.grid-col-6 .brk-get-posts-module-item .entry-title {
  font-size: 17px;
}
/* Post Grid 1 */
/* Post Grid 3 */
.brk-post-grid-3 .featured-post .entry-thumb-wrap {
  width: 50%;
}
.brk-post-grid-3 .featured-post .entry-thumb {
  padding-bottom: 259px;
}
.brk-post-grid-3 .brk-get-posts-module-content {
  display: flex;
  flex-direction: column;
}
.brk-post-grid-3 .small-post {
  display: grid;
  grid-template-columns: var(--grid-template-columns);
  gap: var(--item-gap);
  position: relative;
}
/* Post Grid 4 */
.brk-post-grid-4 .featured-post .entry-thumb-wrap {
  width: 100%;
}
.brk-post-grid-4 .featured-post .entry-thumb {
  padding-bottom: 300px;
}
.brk-post-grid-4 .brk-get-posts-module-content {
  display: flex;
  flex-direction: column;
}
.brk-post-grid-4.layout-lg .brk-get-posts-module-content {
  flex-direction: row;
}
.brk-post-grid-4.layout-lg .featured-post {
  width: 50%;
  flex: 1 0 auto;
}
.brk-post-grid-4 .brk-get-posts-module-item {
  width: 100%;
}
.brk-post-grid-4 .small-post {
  display: grid;
  grid-template-columns: var(--grid-template-columns);
  gap: var(--item-gap);
  position: relative;
}
.brk-post-grid-4 .small-post .entry-thumb {
  padding-bottom: 170px;
}
/* Post Grid 5 */
.brk-post-grid-5 .brk-get-posts-module-item {
  flex-direction: row;
}
.brk-post-grid-5.post-grid .entry-thumb-wrap {
  width: 30% !important;
}
.brk-post-grid-5.layout-lg.post-grid .entry-thumb-wrap {
  width: 111px;
}
.brk-post-grid-5 .entry-thumb {
  padding-bottom: 70%;
}
/* Post Grid 6 */
.brk-post-grid-6 .entry-content-wrap {
  margin: 0 auto;
  /* justify-content: center; */
  background-image: unset !important;
  width: 90%;
  margin-top: -20%;
  position: relative;
}
.brk-post-grid-6 .entry-content-wrap-inner {
  padding: 12.5px;
  background: var(--content-bg-color);
}
/* Post Grid 7 */
.brk-post-grid-7 .featured-post .entry-thumb-wrap {
  width: 355.272px;
}
.brk-post-grid-7 .featured-post .entry-thumb {
  padding-bottom: 235px;
}
.brk-post-grid-7 .brk-get-posts-module-content {
  display: flex;
  flex-direction: column;
}
.brk-post-grid-7.layout-lg .brk-get-posts-module-content {
  flex-direction: row;
}
.brk-post-grid-7.layout-lg .featured-post {
  width: 50%;
  flex: 1 0 auto;
}
.brk-post-grid-7 .post-grid .brk-get-posts-module-item {
  flex-direction: row;
}
.brk-post-grid-7 .post-grid .entry-thumb-wrap {
  width: 116.416px;
}
.brk-post-grid-7 .small-post {
  display: grid;
  grid-template-columns: var(--grid-template-columns);
  gap: var(--item-gap);
  position: relative;
}
/* Post Grid 8 */
.brk-post-grid-8 .brk-get-posts-module-item .entry-thumb {
  padding-bottom: 130%;
}

.item-reverse .brk-get-posts-module-item {
  flex-direction: row-reverse;
}

/* Post Slider */
.dark-mode .swiper-pagination-bullet {
  --swiper-pagination-bullet-inactive-color: #fff;
}
.swiper:not(.swiper-initialized) .brk-get-posts-module-content.swiper-wrapper {
  display: grid;
  grid-template-columns: var(--grid-template-columns);
  grid-auto-flow: column;
  justify-content: end;
  /* gap: var(--item-gap); */
}
.brk-post-slider .brk-get-posts-module-item .entry-thumb {
  padding-bottom: 100%;
}
.brk-post-slider .brk-slider-pagination {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.swiper-pagination-bullet-active {
  background: var(--brk-primary-color) !important;
}
.brk-post-slider .brk-slider-button-prev,
.brk-gallery .brk-slider-button-prev {
  left: 10px;
}
.brk-post-slider .brk-slider-button-next,
.brk-gallery .brk-slider-button-next {
  right: 10px;
}

.dark-mode .brk-post-slider .brk-slider-button-prev,
.dark-mode .brk-post-slider .brk-slider-button-next,
.dark-mode .brk-gallery .brk-slider-button-prev,
.dark-mode .brk-gallery .brk-slider-button-next {
  background-color: #161616;
}

.brk-post-slider .brk-slider-button-prev,
.brk-post-slider .brk-slider-button-next,
.brk-gallery .brk-slider-button-prev,
.brk-gallery .brk-slider-button-next {
  position: absolute;
  top: 40%;
  z-index: 1;
  background: #fff;
  box-shadow: var(--brk-shadow-lg);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* COMBINED */
.brk-post-slider-1 .entry-content-wrap,
.brk-post-slider-2 .entry-content-wrap {
  padding: 25px;
}
/* Post Slider 1 */

/* Post Slider 2 */
.brk-post-slider-2 .brk-get-posts-module-item .entry-thumb {
  padding-bottom: 60%;
}
.brk-post-slider-2 .brk-get-posts-module-item .entry-title {
  font-size: 27px;
}
.brk-post-slider-2 .brk-slider-pagination {
  display: none;
}

/* Video Playlist */
.brk-playlist-container {
  display: flex;
}
.brk-playlist-video-content {
  width: 70%;
  flex: 1 0 auto;
  background: #212121;
  position: relative;
}
.brk-playlist-video-loader {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.brk-playlist-video-content-inner {
  position: relative;
  height: 100%;
  width: 100%;
}
.brk-playlist-video-content-inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.brk-playlist-list {
  background: #f7f7f7;
}
.brk-playlist-list-heading {
  background: var(--brk-primary-color);
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding: 15px;
}
.brk-playlist-list-subtitle {
  color: #fff;
  opacity: 0.7;
  margin-bottom: 5px;
  font-size: 13px;
}
.brk-playlist-list-title {
  margin: 0;
  font-size: 17px;
  color: #fff;
}
.brk-playlist-list-inner {
  display: flex;
  flex-direction: column;
  gap: var(--item-gap);
  height: 300px;
  overflow: auto;
}
.brk-playlist-list-inner {
  --item-gap: 0px;
}
.brk-playlist-item {
  cursor: pointer;
  padding: 15px;
  border-bottom: 1px solid var(--brk-border-color);
}
.brk-playlist-item.active {
  background: var(--brk-border-color);
}
.brk-playlist-item-inner {
  display: flex;
  gap: 15px;
}
.brk-playlist-item-thumb-wrap {
  width: 35%;
  flex: 1 0 auto;
}
.brk-playlist-item-title {
  margin: 0px;
  font-size: 14px;
  font-size: 13px;
}
.brk-playlist-item-title a,
.brk-playlist-item-title {
  color: var(--brk-base-text-color);
}

/* Post Source & Via
--------------------------------------------- */
.post-source-via-wrap {
  font-size: 13px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.post-source-via {
  display: flex;
  gap: 10px;
  align-items: center;
}

/* Post Tags
--------------------------------------------- */
.brk-tags-wrap {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.brk-post-tag a {
  background: var(--brk-border-color);
  color: var(--brk-base-text-color);
  padding: 5px 8px;
  display: flex;
  font-weight: 500;
  font-size: 12px;
  line-height: normal;
}

/* Post Category
--------------------------------------------- */
.brk-category a {
  position: relative;
  overflow: hidden;
  padding: 3px 8px;
  display: inline-flex;
  font-size: 12px;
  font-weight: 500;
}

.brk-category-wrap {
  --cat-bg-color: var(--brk-primary-color);
  --cat-text-color: var(--brk-btn-text-color);
}

.brk-category a span {
  position: relative;
  z-index: 2;
}

.brk-category a .cat-icon {
  position: relative;
  z-index: 2;
}

.brk-category a::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Category Style 1 */
.brk-category-style-1 .brk-category a span {
  color: var(--cat-text-color);
}

.brk-category-style-1 .brk-category a::after {
  background: var(--cat-bg-color);
}

/* Category Style 2 */
.brk-category-style-2 .brk-category a span {
  color: var(--cat-bg-color);
}

.brk-category-style-2 .brk-category a::after {
  opacity: 0.17;
  background: var(--cat-bg-color);
}

/* Category Style 3 */
.brk-category-style-3 .brk-category a span {
  color: var(--cat-bg-color);
}

.brk-category-style-3 .brk-category a {
  padding: 0px;
}

/* Hero Post
--------------------------------------------- */
.hero-post-overlay .entry-content-wrap {
  padding: 15px;
}
.hero-post-overlay .featured-post .entry-content-wrap {
  padding: 25px;
}
.hero-post-overlay .featured-post .entry-title {
  font-size: 31.25px;
}
.brk-hero-post .brk-get-posts-module-content {
  --item-gap: 10px;
}
.brk-hero-post .small-post .entry-title {
  font-size: 20px;
}
.brk-hero-post .small-post .entry-meta {
  --entry-meta-font-size: 12px;
}

/* Combined */
.brk-hero-post-2 .entry-thumb,
.brk-hero-post-3 .entry-thumb,
.brk-hero-post-4 .entry-thumb {
  padding-bottom: var(--hero-post-item-h);
}

/* Hero Post 1 */
.brk-hero-post-1 .brk-get-posts-module-content {
  display: grid;
  grid-template-areas:
    "item1 item2 item3"
    "item1 item4 item5";
  grid-template-columns: var(--featured-thumb-width, 50%) 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: var(--item-gap);
}
.brk-hero-post-1 .brk-get-posts-module-content {
  --item-gap: 30px;
}
.brk-hero-post-1 .brk-get-posts-module-item-wrap:nth-child(1) {
  grid-area: item1;
}
.brk-hero-post-1 .featured-post .brk-get-posts-module-item .entry-thumb {
  padding-bottom: 0;
  height: 100%;
}
.brk-hero-post-1 .featured-post .brk-get-posts-module-item .entry-thumb-wrap {
  height: 100%;
  flex-shrink: unset;
}

/* Hero Post 2 */
.brk-hero-post-2 .brk-get-posts-module-content {
  display: grid;
  grid-template-areas:
    "item1 item2 item3"
    "item1 item4 item5";
  grid-template-columns: var(--featured-thumb-width, 50%) 1fr 1fr;
  grid-template-rows: 1fr 1fr;
}
.brk-hero-post-2 .brk-get-posts-module-item-wrap:nth-child(1) {
  grid-area: item1;
}
.brk-hero-post-2 .featured-post .brk-get-posts-module-item .entry-thumb {
  padding-bottom: 0;
  height: 100%;
}
.brk-hero-post-2 .featured-post .brk-get-posts-module-item .entry-thumb-wrap {
  height: 100%;
  flex-shrink: unset;
}
/* Hero Post 3 */
.brk-hero-post-3 .brk-get-posts-module-content {
  display: grid;
  grid-template-areas:
    "item1 item2 item2"
    "item1 item3 item4";
  grid-template-columns: var(--featured-thumb-width, 50%) 1fr 1fr;
  grid-template-rows: 1fr 1fr;
}

.brk-hero-post-3 .featured-post {
  grid-area: item1;
}

.brk-hero-post-3 .brk-get-posts-module-item-wrap:nth-child(2) {
  grid-area: item2;
}

.brk-hero-post-3 .featured-post article {
  height: 100%;
}

.brk-hero-post-3 .featured-post .brk-get-posts-module-item .entry-thumb {
  padding-bottom: 0;
  height: 100%;
}

.brk-hero-post-3 .featured-post .brk-get-posts-module-item .entry-thumb-wrap {
  height: 100%;
  flex-shrink: unset;
}
/* Hero Post 4 */
.brk-hero-post-4 .brk-get-posts-module-content {
  display: grid;
  grid-template-areas:
    "item1 item2 item3"
    "item1 item2 item4";
  grid-template-columns: var(--featured-thumb-width, 50%) 1fr 1fr;
  grid-template-rows: 1fr 1fr;
}

.brk-hero-post-4 .featured-post {
  grid-area: item1;
}

.brk-hero-post-4 .brk-get-posts-module-item-wrap:nth-child(2) {
  grid-area: item2;
}

.brk-hero-post-4
  .brk-get-posts-module-item-wrap:nth-child(2)
  .entry-thumb-wrap {
  height: 100%;
}

.brk-hero-post-4 .brk-get-posts-module-item-wrap:nth-child(2) .entry-thumb {
  padding-bottom: 0;
  height: 100%;
}

.brk-hero-post-4 .featured-post article {
  height: 100%;
}

.brk-hero-post-4 .featured-post .brk-get-posts-module-item .entry-thumb {
  padding-bottom: 0;
  height: 100%;
}

.brk-hero-post-4 .featured-post .brk-get-posts-module-item .entry-thumb-wrap {
  height: 100%;
  flex-shrink: unset;
}
/* Hero Post 5 */
.brk-hero-post-5 .brk-get-posts-module-content {
  display: grid;
  grid-template-areas:
    "item2 item1 item4"
    "item3 item1 item5";
  grid-template-columns: 1fr var(--featured-thumb-width, 50%) 1fr;
  grid-template-rows: 1fr 1fr;
}
.brk-hero-post-5 .featured-post {
  grid-area: item1;
}
.brk-hero-post-5 .featured-post article {
  height: 100%;
}
.brk-hero-post-5 .featured-post .brk-get-posts-module-item .entry-thumb-wrap {
  height: 100%;
  flex-shrink: unset;
}
.brk-hero-post-5 .featured-post .brk-get-posts-module-item .entry-thumb {
  padding-bottom: 0;
  height: 100%;
}

.brk-hero-post-5 .entry-thumb {
  padding-bottom: var(--hero-post-item-h);
}
/* Hero Post 6 */
.brk-hero-post-6 .brk-get-posts-module-content {
  display: grid;
  grid-template-areas:
    "item2 item1 item3"
    "item2 item1 item3";
  grid-template-columns: 1fr var(--featured-thumb-width, 50%) 1fr;
  grid-template-rows: 1fr 1fr;
}
.brk-hero-post-6 .featured-post {
  grid-area: item1;
}
.brk-hero-post-6 .featured-post article {
  height: 100%;
}
.brk-hero-post-6 .featured-post .brk-get-posts-module-item .entry-thumb-wrap {
  height: 100%;
  flex-shrink: unset;
}
.brk-hero-post-6 .featured-post .brk-get-posts-module-item .entry-thumb {
  padding-bottom: 65%;
  height: 100%;
}
.brk-hero-post-6 .brk-get-posts-module-item-wrap:nth-child(2) {
  grid-area: item2;
}
.brk-hero-post-6 .brk-get-posts-module-item-wrap:nth-child(3) {
  grid-area: item3;
}
.brk-hero-post-6 .brk-get-posts-module-item-wrap:nth-child(2) .entry-thumb-wrap,
.brk-hero-post-6
  .brk-get-posts-module-item-wrap:nth-child(3)
  .entry-thumb-wrap {
  height: 100%;
}
.brk-hero-post-6 .brk-get-posts-module-item-wrap:nth-child(2) .entry-thumb,
.brk-hero-post-6 .brk-get-posts-module-item-wrap:nth-child(3) .entry-thumb {
  padding-bottom: 0;
  height: 100%;
}
/* Hero Post 7 */
.brk-hero-post-7 .brk-get-posts-module-content {
  display: grid;
  grid-template-areas:
    "item1 item1 item2 item2"
    "item3 item4 item5 item6";
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr auto;
}
.brk-hero-post-7 .brk-get-posts-module-item-wrap:nth-child(1) {
  grid-area: item1;
}
.brk-hero-post-7 .brk-get-posts-module-item-wrap:nth-child(2) {
  grid-area: item2;
}
.brk-hero-post-7 .featured-post .brk-get-posts-module-item .entry-thumb {
  padding-bottom: 70%;
  height: 100%;
}
.brk-hero-post-7 .featured-post .brk-get-posts-module-item .entry-thumb-wrap {
  height: 100%;
  flex-shrink: unset;
}
/* Hero Post 8 */
.brk-hero-post-8 .brk-get-posts-module-content {
  display: grid;
  grid-template-areas:
    "item1 item1"
    "item2 item3";
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
}
.brk-hero-post-8 .brk-get-posts-module-item-wrap:nth-child(1) {
  grid-area: item1;
}
.brk-hero-post-8 .featured-post .brk-get-posts-module-item .entry-thumb {
  padding-bottom: 50%;
}
.brk-hero-post-8 .featured-post .brk-get-posts-module-item .entry-thumb-wrap {
  height: 100%;
  flex-shrink: unset;
}
/* Hero Post 9 */
.brk-hero-post-9 .brk-get-posts-module-content {
  display: grid;
  grid-template-areas: "item1 item2 item3";
  grid-template-columns: 45% 1fr 1fr;
  grid-template-rows: 1fr;
}
.brk-hero-post-9 .brk-get-posts-module-item-wrap:nth-child(1) {
  grid-area: item1;
}
.brk-hero-post-9 .brk-get-posts-module-item-wrap:nth-child(2) .entry-thumb-wrap,
.brk-hero-post-9
  .brk-get-posts-module-item-wrap:nth-child(3)
  .entry-thumb-wrap {
  height: 100%;
}
.brk-hero-post-9 .brk-get-posts-module-item-wrap:nth-child(2) .entry-thumb,
.brk-hero-post-9 .brk-get-posts-module-item-wrap:nth-child(3) .entry-thumb {
  padding-bottom: 0;
  height: 100%;
}

/* Pagination
--------------------------------------------- */
.brk-pagination-wrap > div {
  display: flex;
  gap: 10px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.brk-pagination-wrap.align-center > div {
  justify-content: center;
}
.brk-pagination-wrap .page-numbers,
.brk-pagination-nextprev-btn,
.brk-pagination-loadmore-btn {
  padding: 6px 16px;
  border-width: 1px;
  border-style: solid;
  line-height: normal;
  border-color: var(--brk-border-color);
  color: var(--brk-base-text-color);
  cursor: pointer;
}
.brk-pagination-wrap .page-numbers {
  padding: 9px 15px;
}
.brk-pagination-loadmore-btn {
  text-align: center;
  box-shadow: var(--brk-shadow-sm);
  padding: 11px 60px;
  font-size: 12px;
}
.brk-pagination-wrap .page-numbers:hover {
  background: var(--brk-border-color);
}
.brk-pagination-nextprev-btn:hover,
.brk-pagination-loadmore-btn:hover {
  background-color: var(--brk-primary-color);
  color: var(--brk-btn-text-color);
  border-color: var(--brk-primary-color);
}
.brk-pagination-wrap .page-numbers.current {
  background: var(--brk-primary-color);
  border-color: var(--brk-primary-color);
  color: var(--brk-btn-text-color);
  font-weight: 500;
}

/* Entry Meta
--------------------------------------------- */
.entry-meta a {
  color: var(--entry-meta-color, var(--brk-base-text-color));
}
.entry-meta .entry-meta-left,
.entry-meta .entry-meta-right {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.entry-meta-separator {
  content: "";
  width: 2.8px;
  height: 2.8px;
  background: var(--entry-meta-color, var(--brk-base-text-color));
  border-radius: 10px;
  opacity: 0.5;
}
.entry-meta-left > span:not(.post-author):not(.post-category),
.entry-meta-right > span:not(.post-author):not(.post-category),
.author-text,
.author-label,
.brk-share-tooltip-btn {
  opacity: 0.73;
}
.entry-meta .post-author,
.entry-meta .post-author a {
  display: flex;
  align-items: center;
}

/* Author Box
--------------------------------------------- */
.brk-archive-page-container .brk-author-box-wrap {
  margin-bottom: 30px;
}
.brk-author-box-avatar-wrap {
  width: 12%;
  flex: 1 0 auto;
}
.brk-author-box-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.brk-author-box {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 25px 25px;
  border: 1px solid;
  border-color: var(--brk-border-color);
}
.brk-author-box-avatar {
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  width: 100%;
  padding-bottom: 100%;
}

.brk-author-box-avatar img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
  object-fit: cover;
}

.brk-author-box-name {
  margin: 0px;
  /* margin-bottom: 10px; */
  font-size: 20px;
  line-height: normal;
}

.brk-author-box-bio {
  margin: 0px;
  opacity: 0.7;
  font-size: 14px;
}

.brk-author-box-social {
  display: flex;
  align-items: center;
  gap: 15px;
}

.brk-author-box-social-item {
  color: var(--brk-base-text-color);
  margin-top: 10px;
  font-size: 13px;
}

/* Breadcrumbs
--------------------------------------------- */
.brk-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
  opacity: 0.8;
  font-size: 13px;
  margin-bottom: 30px;
}
.brk-breadcrumbs .brk-bread-sep {
  font-size: 9px;
}
.brk-breadcrumbs .brk-bread-item .brk-bread-link {
  color: var(--brk-base-text-color);
}
.brk-single-post .brk-breadcrumbs {
  margin-bottom: 0;
}

/* Single Post
--------------------------------------------- */
.brk-single-post-container,
.brk-single-page-container {
  --content-gap: 30px;
}
.brk-single-post .entry-header {
  margin-bottom: var(--content-gap);
}

.brk-single-post .entry-title {
  margin: 0px;
  font-size: 39.063px;
  line-height: 1.24;
}

.brk-post-subtitle {
  font-size: 14px;
  font-weight: 400;
  opacity: 0.7;
  font-size: 20px;
  margin: 15px 0px;
}

.post-head-style-2 .brk-post-subtitle {
  margin-bottom: 0px;
}

.brk-single-post .entry-meta {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  /* align-items: center; */
  /* gap: 10px; */
  flex-wrap: wrap;
  font-size: var(--entry-meta-font-size);
}

.brk-single-post .entry-meta {
  --entry-meta-font-size: 12.8px;
}

.brk-single-post .brk-category-wrap {
  margin-bottom: 15px;
}

.brk-featured-img-wrap {
  position: relative;
  margin-bottom: var(--content-gap);
}

.brk-featured-img-overlay .brk-featured-img-wrap {
  margin: 0;
}

.brk-featured-img-wrap .brk-quote {
  position: absolute;
  height: 100%;
  width: 100%;
  margin: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  text-align: center;
}

.brk-featured-img-wrap .brk-quote .brk-quote-inner {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 20px;
  color: #fff;
  margin: 0;
  padding: 40px;
}
.brk-featured-img-wrap .brk-quote .brk-quote-inner i {
  font-size: 45px;
}
.brk-featured-img-wrap .brk-quote p {
  color: #fff;
  position: relative;
  z-index: 2;
  font-size: 25px;
  font-weight: 500;
  margin: 0;
  line-height: 1.24;
}
.brk-featured-img-wrap .brk-quote cite {
  color: #fff;
  font-size: 16px;
}
.brk-featured-img-wrap .brk-quote::before {
  content: "";
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0px;
  left: 0px;
  z-index: 2;
  background: rgba(0, 0, 0, 0.4);
}
.brk-featured-img-wrap .entry-thumb {
  position: relative;
  overflow: hidden;
  padding-bottom: 55%;
}
.brk-featured-img-wrap .entry-thumb .entry-thumb-img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  /* background-attachment: fixed; */
  background-size: cover;
  background-position: center;
}

.brk-parallax-effect .entry-thumb .entry-thumb-img {
  background-attachment: fixed;
}

.brk-featured-img-wrap .entry-thumb iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.brk-share-before-content > div,
.brk-share-before-img > div {
  justify-content: center;
}
.brk-share-before-img {
  margin-bottom: var(--content-gap);
}
.brk-featured-img-wrap .entry-thumb img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
  object-fit: cover;
}

.brk-single-post .entry-content {
  margin: 0 auto;
  line-height: 1.7;
  font-size: 16px;
}

.brk-single-post .entry-content p {
  margin-top: 0px;
}
.brk-single-post .entry-content h1,
.brk-single-post .entry-content h2,
.brk-single-post .entry-content h3,
.brk-single-post .entry-content h4,
.brk-single-post .entry-content h5,
.brk-single-post .entry-content h6,
.brk-single-post .entry-content p {
  margin: 0px;
  margin-bottom: 20px;
}
.brk-single-post .entry-content .has-drop-cap {
  margin-bottom: 30px;
}
.brk-single-post .entry-content h1,
.brk-single-post .entry-content h2,
.brk-single-post .entry-content h3,
.brk-single-post .entry-content h4,
.brk-single-post .entry-content h5,
.brk-single-post .entry-content h6 {
  line-height: 1.24;
  margin-bottom: 12.5px;
}
.brk-single-post .entry-content p:last-child {
  margin-bottom: 0px;
}
.brk-single-post .entry-content ul,
.brk-single-post .entry-content ol {
  margin: 0px;
  margin-bottom: 20px;
}
.brk-single-post .entry-content ul li,
.brk-single-post .entry-content ol li {
  margin-bottom: 8px;
}
.brk-single-post .entry-content ul li:last-child,
.brk-single-post .entry-content ol li:last-child {
  margin-bottom: 0;
}
.brk-single-post .entry-content ul li {
  margin-bottom: 10px;
}
.brk-post-content-wrap {
  display: flex;
  gap: 20px;
  margin-top: var(--content-gap);
  margin-bottom: var(--content-gap);
  position: relative;
}
.brk-share-sticky {
  position: absolute;
  margin-left: -93.131px;
  height: calc(100% + 50px);
}
.brk-content-double-sidebar .brk-share-sticky {
  display: none;
}
.brk-share-sticky .brk-share-container {
  position: sticky;
  top: 10px;
}
.brk-share-sticky .brk-post-share .brk-post-share-item {
  padding: 8px 9px;
}
.brk-has-highlight .brk-post-share-item {
  padding: 10px 16px;
}
.brk-share-left-content .brk-post-share-item {
  padding: 7px 10px;
}

.brk-share-left-content .brk-share-container {
  position: sticky;
  top: 10px;
  padding: 0px 10px;
  padding-left: 0px;
}
.brk-post-content-wrap .brk-share-container {
  flex-direction: column;
}
.brk-post-content-wrap .brk-post-share {
  flex-direction: column;
}
.brk-post-content-wrap .brk-share-label {
  border-right: 0px;
  border-bottom: 1px solid;
  border-color: var(--brk-border-color);
  padding-right: 0px;
  padding-bottom: 10px;
}
.brk-single-post-footer {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}

/* Post Head Overlay */
.brk-featured-img-overlay {
  position: relative;
  overflow: hidden;
}
.brk-featured-img-overlay .entry-title {
  color: #fff !important;
}
.brk-featured-img-overlay .brk-post-subtitle {
  margin-bottom: 0px;
  margin-top: 8px;
}
.brk-featured-img-overlay::before {
  content: "";
  background-image: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.7) 0%,
    rgba(0, 0, 0, 0) 70%
  );
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.brk-featured-img-overlay .entry-header {
  position: absolute;
  bottom: 0;
  margin: 0;
  z-index: 2;
  /* background: linear-gradient(transparent, rgba(0, 0, 0, 0.67)); */
  /* padding: 30px; */
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: end;
  width: 100%;
  padding-left: 38.147px;
  padding-right: 38.147px;
}

.brk-featured-img-overlay,
.brk-featured-img-overlay .brk-single-post .entry-title,
.brk-featured-img-overlay .brk-single-post .entry-meta {
  color: #fff !important;
  --entry-meta-color: #ffffff;
}
.brk-featured-img-overlay .brk-breadcrumbs {
  position: absolute;
  top: 20px;
  z-index: 1;
}
.brk-featured-img-overlay .brk-breadcrumbs .brk-bread-item .brk-bread-link {
  color: #fff;
}
.brk-featured-img-overlay .wp-caption-text {
  position: absolute;
  bottom: 0px;
  background: #00000070;
  color: #fff;
  opacity: 1;
  padding: 8px 10px;
  line-height: normal;
  z-index: 2;
}
.brk-featured-img-overlay:has(.wp-caption-text) .entry-header {
  padding-bottom: 48px !important;
}
.brk-featured-img-overlay .wp-caption-text a {
  color: #fff;
  font-weight: bold;
  text-decoration: underline;
}
/* Combined */
.post-head-style-5 .post-head,
.post-head-style-6 .post-head,
.post-head-style-7 .post-head,
.post-head-style-8 .post-head {
  margin-bottom: var(--content-gap);
}
#brk-content-wrap:has(.post-head-style-9),
#brk-content-wrap:has(.post-head-style-10),
#brk-content-wrap:has(.post-head-style-12) {
  margin-top: 0px;
}
.post-head-style-6 .brk-featured-img-overlay .entry-header,
.post-head-style-7 .brk-featured-img-overlay .entry-header {
  padding: 30px;
}
.post-head-style-4 .brk-featured-img-wrap .entry-thumb,
.post-head-style-7 .brk-featured-img-wrap .entry-thumb,
.post-head-style-8 .brk-featured-img-wrap .entry-thumb {
  padding-bottom: 50%;
}
.post-head-style-9 .brk-featured-img-wrap .entry-thumb,
.post-head-style-10 .brk-featured-img-wrap .entry-thumb,
.post-head-style-12 .brk-featured-img-wrap .entry-thumb {
  padding-bottom: 460px;
}
.post-head-style-9 .brk-featured-img-overlay .entry-header,
.post-head-style-10 .brk-featured-img-overlay .entry-header {
  margin: 0 auto;
  left: 0;
  right: 0;
  padding-top: 30px;
  padding-bottom: 30px;
}
/* Post Head Style 1 */
.post-head-style-1 .brk-share-after-featured-img,
.post-head-style-3 .brk-share-after-featured-img {
  margin-top: 20px;
}
/* Post Head Style 2 */
.post-head-style-2 .entry-header {
  margin-top: 20px;
}
/* Post Head Style 5 */
.post-head-style-5 .brk-featured-img-overlay::before,
.post-head-style-8 .brk-featured-img-overlay::before,
.post-head-style-10 .brk-featured-img-overlay::before {
  background: rgba(0, 0, 0, 0.4);
}
.post-head-style-5 .post-head .entry-header,
.post-head-style-8 .post-head .entry-header,
.post-head-style-10 .post-head .entry-header {
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 100%;
  padding-bottom: 0 !important;
}

.post-head-style-5 .post-head .entry-meta,
.post-head-style-8 .post-head .entry-meta,
.post-head-style-10 .post-head .entry-meta {
  /* justify-content: center; */
  flex-direction: column;
  gap: 10px;
}

.post-head-style-5 .post-head .entry-meta > div,
.post-head-style-8 .post-head .entry-meta > div,
.post-head-style-10 .post-head .entry-meta > div {
  justify-content: center;
}

/* Post Head Style 11 */
.post-head-style-11 .post-head-box {
  display: flex;
  flex-direction: row-reverse;
  gap: var(--content-gap);
}

.post-head-style-11 .post-head-box .entry-meta {
  flex-direction: column;
  gap: 10px;
}
.post-head-style-11 .brk-featured-img-wrap {
  width: 60%;
  flex: 1 0 auto;
}
/* Post Head Style 12 */
.post-head-style-12 .bread-container {
  margin: 0 auto;
  max-width: var(--brk-container-w, 1170px);
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
}
.post-head-style-12 .wp-caption-text {
  display: none;
}
article.post-head-style-12 {
  margin-top: -11.5em;
  position: relative;
  z-index: 1;
}

.post-head-style-12 .entry-title-wrap > .entry-title {
  background: #fff;
  color: #212121 !important;
  display: inline !important;
}

.post-head-style-12 .entry-title-wrap {
  margin-bottom: 16px;
  min-height: 100px;
}

.loaded-nextpost {
  padding-top: 35px;
  margin-top: 35px;
  position: relative;
  overflow: hidden;
}
.loaded-nextpost::before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 3px;
  border: 3px dashed var(--brk-border-color);
}
.autoload-next-post-loader {
  display: none;
  align-items: center;
  justify-content: center;
}

/* Related Posts */
.brk-related-post {
  margin-top: var(--content-gap);
}

/* Inline Related Posts */
.brk-inline-related-post {
  margin-bottom: 25px;
}
.brk-inline-related-post .brk-pagination-wrap > div {
  font-size: 10px;
}
.brk-inline-related-post .brk-get-posts-module-content {
  gap: 15.625px;
}
.brk-inline-related-post .brk-module-wrap {
  gap: 20px;
}
.brk-inline-related-post.align-end {
  float: right;
  margin-left: 25px;
}

.brk-inline-related-post.align-start {
  float: left;
  margin-right: 25px;
}

.brk-inline-related-post.align-end,
.brk-inline-related-post.align-start {
  width: 50%;
}
.brk-inline-related-post.align-center {
  width: 100%;
}

.brk-inline-related-post.align-center .brk-get-posts-module-content {
  display: grid;
  grid-template-columns: var(--grid-template-columns);
}
.brk-inline-related-post .entry-thumb-wrap {
  width: 30%;
}
.brk-inline-related-post .brk-get-posts-module-item .entry-title {
  line-height: inherit;
  margin: 0;
}
.brk-inline-related-post .brk-get-posts-module-item .entry-header {
  margin: 0px;
}

/* Reading Progress Bar */
.brk-rd-progress-bar-wrap {
  top: 0;
  width: 100%;
  position: fixed;
  z-index: 999999;
}
.brk-rd-progress-bar {
  height: 5px;
  width: 0;
  background-color: var(--brk-primary-color);
}

/* Post Content 
--------------------------------------------- */
.wp-block-separator {
  border-color: var(--brk-border-color);
}
.wp-block-group {
  padding: 25px;
}
.wp-block-group__inner-container > :last-child {
  margin-bottom: 0px !important;
}
.wp-block-image figcaption,
.wp-caption-text {
  font-size: 13px;
}
.wp-block-pullquote,
.wp-block-quote {
  margin: 0px;
  padding: 0px;
  position: relative;
  text-align: left;
  padding-left: 56px;
  margin-bottom: 25px;
  line-height: 1.5;
  overflow: hidden;
}
.wp-block-pullquote p,
.wp-block-quote p {
  margin-bottom: 0px !important;
  font-weight: 600;
  font-size: 25px;
  line-height: 1.24;
}
.wp-block-pullquote blockquote:before,
.wp-block-quote::before {
  content: "\f10d";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 39px;
  color: var(--brk-primary-color);
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.wp-block-pullquote cite,
.wp-block-quote cite {
  font-size: 16px;
  opacity: 0.7;
  margin-top: 15px;
  line-height: normal;
}

.wp-block-pullquote cite:before {
  content: "";
  /* margin-right: 10px; */
}

/* Post Navigation
--------------------------------------------- */
.brk-post-nav {
  margin-bottom: var(--content-gap);
  padding: 20px 0px;
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: var(--brk-border-color);
}

.brk-post-navigation-inner {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

.brk-post-nav-thumb-wrap {
  width: 25%;
  flex: 1 0 auto;
}

.brk-post-navigation-item {
  width: 50%;
}
.brk-post-nav-next .brk-post-nav-thumb-wrap {
  order: 1;
}
.brk-post-nav-thumb {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  border-radius: 50%;
  overflow: hidden;
}
.brk-post-nav-thumb img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
  object-fit: cover;
}
.brk-post-nav-next a {
  justify-content: flex-end;
  text-align: right;
}
.brk-post-navigation-item a {
  display: flex;
  align-items: center;
  gap: 15px;
}
.brk-post-nav-content {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.brk-post-nav-title {
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 5px;
}
.brk-post-nav-text {
  font-size: 16px;
  font-weight: 600;
  color: var(--brk-base-text-color);
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}
.updated:not(.published) {
  display: none;
}
.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* 404
--------------------------------------------- */
.brk-404-template-wrap {
  padding: 30px 0;
}
.brk-not-found {
  width: 100%;
}
.brk-not-found-content {
  text-align: center;
}
.brk-not-found-content .page-title {
  font-weight: bold;
  font-size: 40px;
  margin: 0;
}
.brk-not-found-content .page-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 0px;
}

/* Comments
  --------------------------------------------- */
.comments-area {
  margin-top: var(--content-gap);
}
.comment-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  margin: 0px;
  padding: 0;
  margin-bottom: var(--item-gap);
}
.comment-list {
  --item-gap: 20px;
}
.comment-list li:first-child .comment-body {
  padding-top: 0px;
}
.comment-list .comment-respond {
  padding-top: var(--item-gap);
}
.comment-list .comment-body {
  padding: var(--item-gap) 0px;
  border-bottom: 1px solid var(--brk-border-color);
}
.comment-list li ol {
  display: flex;
  flex-direction: column;
  list-style: none;
}
.comment-list li ol.children li .comment-body {
  padding: var(--item-gap) 0px;
}
.comment-reply-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
}
#cancel-comment-reply-link {
  font-size: 16px;
}
.comment-meta {
  display: flex;
  align-items: center;
  gap: 13px;
}
.comment-author {
  display: flex;
  align-items: center;
  gap: 10px;
}
.comment-author::after {
  content: "";
  position: absolute;
}
.comment-author img {
  border-radius: 100%;
}
.comment-author .fn {
  font-size: 14px;
}
.comment-author .says {
  display: none;
}
.comment-metadata {
  font-size: 12px;
}
.comment-metadata a,
.comment-metadata {
  color: var(--brk-base-text-color);
  opacity: 0.8;
}
.comment-awaiting-moderation {
  flex: 1;
}
.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
  display: block;
}
.comment-form label {
  font-weight: 500;
  margin-bottom: 4px;
  display: block;
}
.comment-form-email {
  padding: 0 15px;
}
.comment-form-author,
.comment-form-email,
.comment-form-url {
  width: 33.333%;
  float: left;
  margin: 0px;
  margin-bottom: 15px;
  display: flex;
  flex-direction: column;
}
.comment-form-cookies-consent {
  display: flex;
  width: 100%;
  gap: 9px;
  align-items: center;
  margin: 0px;
  line-height: normal;
}
.comment-form .form-submit {
  margin: 0px;
  margin-top: 15px;
}

/* Widgets
  --------------------------------------------- */
.widget select {
  max-width: 100%;
}
/* Social Counters */
.brk-social-counters {
  display: grid;
  gap: 12.5px;
}
.brk-content-double-sidebar .brk-social-counters {
  grid-template-columns: repeat(1, minmax(0, 1fr));
  --grid-template-columns: repeat(1, minmax(0, 1fr));
}
.brk-social-count-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--color);
  color: #ffffff;
  padding: 10px 12.5px;
  font-size: 12.8px;
  gap: 10px;
  flex-wrap: wrap;
}
.brk-social-count-item.brk-social-media-youtube {
  color: #000;
}
.brk-social-count-item .brk-social-count {
  font-weight: 600;
}
.brk-social-count-item i {
  font-size: 12.8px;
}
.brk-social-count-left {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.light-style .brk-social-count-item {
  background: none;
  border: 1px solid var(--brk-border-color);
  color: var(--brk-base-text-color);
}
.light-style .brk-social-count-item i {
  color: var(--color);
}
/* Social Count Style 1 */
.brk-social-count-style-1 .brk-social-media-name {
  font-weight: 500;
}
/* Social Count Style 2 --- Combined */
.brk-social-count-style-2 .brk-social-count-item {
  justify-content: normal;
  padding: 10px 16px;
}
.brk-social-count-style-2 i {
  font-size: 21px;
}
.brk-social-count-style-2 .brk-social-media-name {
  font-size: 12px;
}
.brk-social-count-style-2 .brk-social-count-right {
  flex-direction: column;
  display: flex;
}
/* Social Count Style 3 --- Combined */

/* Social Count Style 4 --- Combined */
.brk-social-count-style-4 {
  gap: 0;
  grid-template-columns: var(--grid-template-columns);
}
.brk-social-count-style-4 .brk-social-count-item {
  flex-direction: column;
  padding: 15px 11px;
  gap: 10px;
}
.brk-social-count-style-4 i {
  font-size: 21px;
}
.brk-social-count-style-4 .brk-social-count-right {
  flex-direction: column;
  display: flex;
  justify-content: center;
  text-align: center;
  line-height: normal;
  gap: 1px;
}
.brk-social-count-style-4 .brk-social-count {
  font-size: 16px;
}

/* Search Form */
.search-form {
  display: flex;
}

/* WP Recent Posts
.widget_recent_entries {
}
 */

/* Widget Archive 
.widget_archive {
}
*/

/* Widget Nav Menu 
.widget_nav_menu {
}
*/
.widget_nav_menu ul.menu {
  list-style: none;
  margin: 0px;
  padding: 0px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* Categories */
.brk-list-cat {
  display: flex;
}
.brk-list-cat.grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  gap: 20px;
}
.brk-list-cat .category-item {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.brk-list-cat .category-thumbnail {
  position: relative;
  overflow: hidden;
  padding-bottom: 100%;
}
.brk-list-cat.style-2 .category-thumbnail::before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 100%;
  width: 100%;
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.67));
  padding: 12.5px;
  color: #fff;
  z-index: 1;
}
.brk-list-cat .category-thumbnail img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
  object-fit: cover;
}
.brk-list-cat .category-content {
  line-height: normal;
  display: flex;
  flex-direction: column;
}
.brk-list-cat .category-title {
  margin: 0px;
  font-size: 16px;
  font-weight: 600;
}
.brk-list-cat .category-count {
  opacity: 0.73;
  margin-top: 5px;
  font-size: 12px;
}
/* Style 1 */
.brk-list-cat.style-1 .category-thumbnail {
  border-radius: 50%;
}

.brk-list-cat.style-1 .category-thumbnail {
  padding-bottom: 100%;
}
.brk-list-cat.style-1 .category-content {
  text-align: center;
}
/* Style 2 */
.brk-list-cat.grid.style-2 {
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
}
.brk-list-cat.style-2 .category-item {
  position: relative;
}
.brk-list-cat.style-2 .category-content {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 12.5px 15px;
  color: #fff;
  z-index: 1;
}

/* Widget Comments */
.widget_recent_comments ul {
  margin: 0px;
  padding: 0px;
  display: flex;
  flex-direction: column;
  --item-gap: 10px;
  gap: var(--item-gap);
  list-style: none;
}

.widget_recent_comments ul li {
  position: relative;
  font-style: italic;
}

.widget_recent_comments ul li .comment-author-link {
  color: var(--brk-primary-color);
}

.widget_recent_comments ul li::after {
  content: "";
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  bottom: calc(var(--item-gap) / 2 * -1);
  border-bottom: 1px solid var(--brk-border-color);
}

.widget_recent_comments ul li > a {
  display: block !important;
  color: var(--brk-base-text-color);
  font-style: normal;
}

.widget_recent_comments ul li > a:hover {
  color: var(--brk-primary-color);
}
/* Tagcloud, Widget Categories */
.widget_categories ul,
.tagcloud {
  list-style: none;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin: 0px;
  padding: 0px;
}
.widget_categories ul {
  flex-direction: column;
  --item-gap: 19.531px;
  gap: var(--item-gap);
}
.widget_categories ul li {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.widget_categories ul li:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  bottom: calc(var(--item-gap) / 2 * -1);
  border-bottom: 1px solid var(--brk-border-color);
}
.widget_categories a {
  color: var(--brk-base-text-color);
  font-weight: 500;
}
.tagcloud a {
  font-size: 12px !important;
  color: var(--brk-base-text-color);
  padding: 5px 12.5px;
  background: var(--brk-btn-bg-color);
  color: var(--brk-btn-text-color) !important;
  display: block;
}
/* About */
.brk-about-wrap.centered {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.brk-rounded-img .brk-about-logo.full-width .custom-logo-link {
  padding-bottom: 100%;
  width: 100%;
}
.brk-about-logo.full-width .site-title {
  width: 100%;
}
.brk-about-logo.full-width .custom-logo-link {
  width: 100%;
}
.brk-about-logo.full-width .custom-logo-link img {
  width: 100%;
  height: auto;
}
.brk-about-wrap.brk-rounded-img .custom-logo-link {
  position: relative;
  overflow: hidden;
  padding-bottom: var(--height);
  width: var(--height);
}
.brk-about-wrap.brk-rounded-img .custom-logo-link .custom-logo {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
  object-fit: cover;
}
.brk-rounded-img .custom-logo-link {
  border-radius: 50%;
  overflow: hidden;
}
.brk-about-content {
  display: flex;
  flex-direction: column;
  /* gap: 19.531px; */
}
.centered .brk-about-content {
  align-items: center;
}
.brk-about-logo {
  margin-bottom: 24.414px;
}
.brk-about-content .brk-about-name {
  margin-bottom: 5px;
  margin-top: 0px;
}

.brk-about-occupation {
  margin-bottom: 5px;
  margin-top: 0px;
}

.brk-about-description {
  margin: 0;
}

.brk-about-description p {
  margin-top: 0;
  margin-bottom: 12.5px;
}

.brk-about-description p:last-child {
  margin-bottom: 0;
}
.brk-about-wrap .brk-social-media {
  margin-top: 19.531px;
}

.brk-about-wrap .brk-social-media .brk-social-media-item {
  background: rgba(var(--c-rgb), 0.12);
  width: 35px !important;
  height: 35px !important;
  font-size: 14px !important;
  color: var(--brk-base-text-color);
  border: 1px solid;
  border-color: var(--brk-border-color);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--brk-radius-sm);
}
/* Newsletter */
.brk-newsletter-box.brk-newsletter-boxed {
  padding: 25px;
}
.brk-newsletter-headline {
  margin: 0px;
  font-size: 25px;
}
.brk-newsletter-text {
  margin-top: 12.5px;
  margin-bottom: 19.531px;
}
.brk-newsletter-form {
  display: flex;
  flex-direction: column;
  gap: 15.625px;
}
.brk-newsletter-footer-text {
  margin-top: 15px;
  font-size: 13px;
}

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

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: flex;
  align-items: center;
  height: 100%;
}

.brk-about-wrap .custom-logo-link img {
  height: auto;
  width: var(--height);
}

.custom-logo-link .custom-logo {
  height: auto;
  width: auto;
}

/* 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;
}
.brk-featured-img-wrap .wp-caption-text {
  margin-top: 10px;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}
.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}
.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}
.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}
.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}
.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}
.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}
.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}
.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}
.gallery-caption {
  display: block;
}

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

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

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

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

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

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

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

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

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

:focus-visible {
  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;
}

/* GDPR Compliance
--------------------------------------------- */
.brk-cookie-law-policy {
  position: fixed;
  bottom: 0;
  display: none;
  width: 100%;
  background: #fff;
  font-size: 15px;
  box-shadow: var(--brk-shadow-lg);
  z-index: 3;
}

.brk-cookie-law-policy-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
  gap: 13px;
}

.brk-cookie-law-policy p {
  margin: 0px;
}

.brk-cookie-law-accept {
  cursor: pointer;
  padding: 5px 9px;
}

/* Footer
--------------------------------------------- */
.brk-footer-wrap .widget_categories ul {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  display: grid;
  --item-gap: 10px;
}
.brk-footer-wrap .widget_categories ul li:after {
  display: none;
}
.brk-footer-widget-container {
  display: flex;
  gap: 38.147px;
}
.footer-widget-col {
  width: 33.333333%;
}
.brk-footer-row {
  color: var(--brk-base-text-color);
}
.brk-footer-row-middle-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.brk-footer-row-bottom-content {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
}
.brk-footer-row-bottom-content.centered {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  text-align: center;
}
.brk-footer-row-bottom-content .brk-footer-right {
  display: flex;
  gap: 20px;
  align-items: center;
}
.brk-footer-menu {
  --font-size: 13px;
}
.brk-footer-menu {
  gap: 15px;
  row-gap: 8px;
  flex-wrap: wrap;
}
.brk-back-to-top-btn {
  width: 42px;
  height: 42px;
  line-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  bottom: -100px;
  right: 20px;
  z-index: 3;
  color: #ffffff;
  transition: 0.3s;
  font-size: 18px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  background: var(--brk-primary-color);
}
.brk-back-to-top-btn.show-top-button {
  bottom: 20px;
}
/* Layout 2 */
.brk-footer-layout-2 .footer-widget-col:first-child {
  width: 40%;
}
.brk-footer-layout-2 .footer-widget-col {
  width: 20%;
}
/* Layout 3 */
.brk-footer-layout-3 .footer-widget-col {
  width: 25%;
}
/* Layout 5 */
.brk-footer-layout-5 .brk-footer-row-top-content {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

/* Responsive 
  --------------------------------------------- */
@media only screen and (max-width: 1024px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .brk-boxed-layout .container,
  .brk-framed-layout .container {
    padding: 0 15px;
  }
  .brk-header-builder-mobile-drawer-wrap .container {
    padding: 0px;
  }
  .brk-header-builder-desktop-wrap {
    display: none;
  }
  .brk-header-builder-mobile-wrap {
    display: block;
  }
  .brk-mobile-drawer-canvas {
    width: 75%;
  }
  .brk-content-double-sidebar .widget-area:first-of-type {
    order: inherit;
  }
  .brk-get-posts-module-item .entry-title {
    font-size: 17px;
  }
  .brk-get-posts-module-item .entry-meta {
    --entry-meta-font-size: 12px;
    margin-top: 11px;
  }
  .brk-share-left-content {
    display: none;
  }
  .brk-social-counters {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    --grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .sidebar-separator .widget-area::before {
    display: none;
  }
}

@media only screen and (max-width: 640px) {
  .brk-search-toggle-btn,
  .theme-mode-label,
  .brk-btn-mobile-drawer {
    font-size: 20px;
  }
  .main-content-wrap {
    flex-direction: column;
  }

  .main-content-wrap .site-main {
    width: 100%;
  }

  .brk-boxed-layout,
  .brk-framed-layout {
    padding: 0px;
  }
  .brk-get-posts-module-item .entry-title {
    font-size: 20px;
  }
  .brk-hero-post-1 .brk-get-posts-module-content {
    grid-template-areas:
      "item1 item1"
      "item2 item3"
      "item4 item5";
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 2fr 1fr 1fr;
  }
  .brk-hero-post-1 .featured-post .brk-get-posts-module-item .entry-thumb {
    padding-bottom: 40%;
  }
  .brk-hero-post-2 .brk-get-posts-module-content {
    grid-template-areas:
      "item1 item1"
      "item2 item3"
      "item4 item5";
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 2fr 1fr 1fr;
  }
  .brk-hero-post-2 .featured-post .brk-get-posts-module-item .entry-thumb {
    padding-bottom: 50%;
  }

  .brk-hero-post-3 .brk-get-posts-module-content {
    grid-template-areas:
      "item1 item1"
      "item2 item2"
      "item3 item4";
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
  }

  .brk-hero-post-4 .brk-get-posts-module-content {
    grid-template-areas:
      "item1 item1"
      "item2 item2"
      "item3 item4";
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 2fr 1fr 1fr;
  }
  .brk-hero-post-4 .featured-post .brk-get-posts-module-item .entry-thumb {
    padding-bottom: 50%;
  }
  .brk-hero-post-5 .brk-get-posts-module-content {
    grid-template-areas:
      "item2 item3"
      "item1 item1"
      "item4 item5";
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 2fr 1fr;
  }
  .brk-hero-post-6 .brk-get-posts-module-content {
    grid-template-areas:
      "item2"
      "item1"
      "item3";
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 2fr 1fr;
  }
  .brk-hero-post-6 .featured-post .brk-get-posts-module-item .entry-thumb {
    padding-bottom: 350px;
  }
  .brk-hero-post-6 .brk-get-posts-module-item-wrap:nth-child(2) .entry-thumb,
  .brk-hero-post-6 .brk-get-posts-module-item-wrap:nth-child(3) .entry-thumb {
    padding-bottom: var(--hero-post-item-h);
  }
  .brk-hero-post-7 .brk-get-posts-module-content {
    grid-template-areas:
      "item1 item1"
      "item2 item2"
      "item3 item4"
      "item5 item6";
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1.5fr 1.5fr 1fr 1fr;
  }
  .brk-hero-post-7 .brk-get-posts-module-item-wrap:nth-child(1) .entry-thumb,
  .brk-hero-post-7 .brk-get-posts-module-item-wrap:nth-child(2) .entry-thumb {
    padding-bottom: 60%;
    height: 100%;
  }
  .brk-hero-post-7
    .brk-get-posts-module-item-wrap:nth-child(1)
    .entry-thumb-wrap,
  .brk-hero-post-7
    .brk-get-posts-module-item-wrap:nth-child(2)
    .entry-thumb-wrap {
    height: 100%;
    flex-shrink: unset;
  }
  .brk-hero-post-7 .brk-get-posts-module-item .entry-thumb {
    padding-bottom: var(--hero-post-item-h);
  }
  .brk-hero-post-8 .brk-get-posts-module-content {
    grid-template-areas:
      "item1 item1"
      "item2 item3";
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1.4fr 1fr;
  }
  .brk-hero-post-8 .featured-post .brk-get-posts-module-item .entry-thumb {
    height: 100%;
  }
  .brk-hero-post-8 .brk-get-posts-module-item .entry-thumb {
    padding-bottom: var(--hero-post-item-h);
  }

  .brk-post-grid-2 .entry-thumb {
    padding-bottom: 215px;
  }
  .brk-post-grid-3
    .small-post
    .brk-get-posts-module-item-wrap:nth-child(2n + 1):nth-child(n + 3) {
    display: none;
  }

  .brk-post-grid-5 .brk-get-posts-module-content {
    --grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .brk-post-grid-5.post-grid .entry-thumb-wrap {
    width: 30% !important;
  }

  .brk-post-grid-7 {
    --grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
  .brk-post-grid-7 .brk-get-posts-module-item .entry-thumb-wrap {
    width: 34% !important;
  }
  .brk-post-grid-7 .featured-post .entry-thumb-wrap {
    width: 100% !important;
  }

  .swiper:not(.swiper-initialized)
    .brk-get-posts-module-content.swiper-wrapper {
    --grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .brk-list-cat.grid.style-1,
  .brk-list-cat.grid.style-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  .brk-inline-related-post.align-center .brk-get-posts-module-content {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    --grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-col-2,
  .grid-col-3,
  .grid-col-4,
  .grid-col-5,
  .grid-col-6 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    --grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .layout-md {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    --grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .layout-lg {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    --grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .brk-post-grid-6 {
    --grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .brk-post-list-8 .small-post {
    --grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .brk-post-list-9 .brk-get-posts-module-item,
  .brk-post-list-10 .brk-get-posts-module-item {
    flex-direction: row;
  }
  .brk-post-list-9 .brk-get-posts-module-content,
  .brk-post-list-10 .brk-get-posts-module-content {
    flex-direction: column;
  }

  .brk-get-posts-module-item,
  .item-reverse .brk-get-posts-module-item {
    flex-direction: column;
  }

  .brk-get-posts-module-item .entry-thumb-wrap {
    width: 100% !important;
  }

  .layout-sm .entry-thumb-wrap {
    width: 38% !important;
  }
  .post-grid .entry-thumb-wrap {
    width: 100% !important;
  }
  .brk-single-post .brk-share-label,
  .brk-single-post-selector .brk-share-label {
    display: none;
  }

  .brk-post-list-3.layout-md .brk-get-posts-module-content {
    flex-direction: column;
  }
  .brk-post-list-3 .featured-post {
    width: 100%;
  }
  .brk-post-list-3 .small-post .brk-get-posts-module-item {
    flex-direction: row;
  }
  .brk-post-list-3 .small-post .brk-get-posts-module-item .entry-thumb-wrap {
    width: 116.416px !important;
  }

  .brk-post-list-1.layout-sm .brk-get-posts-module-item,
  .brk-post-list-2.layout-xs .brk-get-posts-module-item,
  .brk-post-list-2.layout-sm .brk-get-posts-module-item,
  .brk-post-list-4 .brk-get-posts-module-item,
  .brk-post-list-6.layout-sm .brk-get-posts-module-item {
    flex-direction: row;
  }

  .brk-post-list-7 .featured-post {
    width: 100%;
  }
  .brk-post-list-7.layout-md .brk-get-posts-module-content {
    flex-direction: column;
  }
  .brk-post-list-7 .featured-post .entry-thumb,
  .brk-post-list-7.layout-md .featured-post .entry-thumb,
  .brk-post-list-8 .featured-post .entry-thumb {
    padding-bottom: 80%;
  }
  .brk-post-list-8 .featured-post .entry-content {
    display: none;
  }

  .brk-post-list-1.layout-sm .entry-thumb-wrap,
  .brk-post-list-2.layout-xs .entry-thumb-wrap,
  .brk-post-list-2.layout-sm .entry-thumb-wrap,
  .brk-post-list-6.layout-sm .entry-thumb-wrap,
  .brk-post-list-8 .post-grid .entry-thumb-wrap {
    width: 116.416px !important;
  }

  .brk-inline-related-post .brk-post-list-2.layout-xs .entry-thumb-wrap {
    width: 25% !important;
  }

  .brk-featured-img-wrap .brk-quote p {
    font-size: 20px;
  }
  .post-head-style-5 .brk-featured-img-wrap .entry-thumb,
  .post-head-style-6 .brk-featured-img-wrap .entry-thumb,
  .post-head-style-7 .brk-featured-img-wrap .entry-thumb,
  .post-head-style-8 .brk-featured-img-wrap .entry-thumb,
  .post-head-style-9 .brk-featured-img-wrap .entry-thumb,
  .post-head-style-10 .brk-featured-img-wrap .entry-thumb {
    padding-bottom: 120%;
  }

  .brk-playlist-container {
    flex-direction: column;
  }
  .brk-playlist-video-content,
  .brk-playlist-list {
    width: 100%;
  }
  .brk-playlist-item-thumb-wrap {
    width: 29%;
  }
  .brk-playlist-video-content-inner {
    padding-bottom: 400px;
  }
  .post-head-style-11 .post-head-box {
    flex-direction: column;
    gap: 0;
  }
  .post-head-style-11 .brk-featured-img-wrap {
    width: 100%;
  }
  .wp-block-image .alignleft,
  .wp-block-image .alignright {
    float: none;
    width: 100%;
    text-align: center;
    margin: 0;
  }

  .wp-block-image .alignleft img,
  .wp-block-image .alignright img {
    width: 100% !important;
  }
  .brk-inline-related-post {
    width: 100% !important;
    float: none !important;
    margin-right: 0px !important;
    margin-left: 0px !important;
  }

  .brk-single-post-container,
  .brk-single-page-container {
    --content-gap: 20px;
  }

  .brk-single-post .brk-breadcrumbs .brk-bread-sep:nth-last-of-type(2) {
    display: none;
  }
  .brk-single-post .brk-breadcrumbs .brk-bread-item:last-child {
    display: none;
  }
  .brk-single-post-selector .entry-title {
    font-size: 31.25px;
  }
  .brk-single-post-selector .brk-post-subtitle {
    font-size: 18px;
  }
  .brk-share-btn-text {
    font-size: 12px !important;
  }
  .brk-post-share .brk-post-share-item {
    font-size: 12px;
    padding: 8px 12px;
  }
  .brk-single-post-selector .entry-content,
  .brk-single-post .entry-content {
    width: 100% !important;
  }
  .brk-post-navigation-item {
    width: 100%;
  }
  .brk-content-left-sidebar .widget-area {
    order: unset;
    /* margin-left: auto; */
  }
  .brk-content-left-sidebar .brk-share-sticky {
    display: none;
  }
  .brk-share-style-1 .brk-post-share {
    flex: auto;
  }
  .brk-author-box {
    flex-direction: column;
    text-align: center;
    justify-content: center;
  }
  .brk-author-box-avatar-wrap {
    width: 25%;
  }
  .brk-author-box-social {
    justify-content: center;
  }
  .comment-form-author {
    width: 100%;
  }
  .comment-form-email,
  .comment-form-url {
    width: 50%;
  }

  .comment-form-email {
    padding-left: 0px;
  }
  .centered .brk-footer-menu {
    justify-content: center;
  }
  .brk-footer-row-bottom-content {
    flex-direction: column-reverse;
    gap: 15px;
  }
  .brk-footer-widget-container {
    flex-direction: column;
  }
  .footer-widget-col {
    width: 100% !important;
  }
}

@media only screen and (max-width: 450px) {
  .brk-post-navigation-inner {
    flex-direction: column;
  }
}
