@charset "UTF-8";
/*!
Theme Name: Satu Theme
Theme URI: http://underscores.me/
Author: Nugroho Sugiharto
Author URI: https://nug.web.id
Description: Basic theme is built based on TailwindCSS and Underscores
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: satu
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.

Satu Theme 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
	- WP Contact Form 7
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/* 
 * Source: Oliver Go
 * URL: https://gist.github.com/Olivier-Go/18b376150f764e75a6e78bc546fb0b4f
 */
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  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;
}

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

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

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

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

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

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

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

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 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;
  outline-offset: -2px;
}

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

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

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

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

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

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

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

html {
  box-sizing: border-box;
}

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

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

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

@media (max-width: 1023px) {
  #wrapper {
    overflow-x: hidden;
  }
}

#wrapper.site {
  box-shadow: 0 25px 25px rgba(0, 0, 0, 0.15);
}

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

ul,
ol {
  margin: 0 0 1.5em 3em;
}

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%;
  border: 1px solid var(--color-table-border, var(--color-border));
}

table tr td, table tr th {
  border: 1px solid var(--color-table-border, var(--color-border));
  padding: 5px 8px;
}

/* Links
--------------------------------------------- */
a {
  color: var(--color-link);
}

a:visited {
  color: var(--color-link);
}

a:hover, a:focus, a:active {
  color: var(--color-link-hover);
}

a:focus {
  outline: thin dotted;
}

a:hover, a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid var(--color-border);
  border-radius: 3px;
  padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid var(--color-border);
}

textarea {
  width: 100%;
}

.form-control {
  width: 100%;
  border-radius: 5px;
  border-width: 1px;
  border-style: solid;
  border-color: var(--color-border);
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-text-opacity));
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 10px;
  padding-right: 10px;
}

.input-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
}

.input-group .button {
  margin-left: -1px;
  min-height: fit-content;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 10px;
  padding-right: 10px;
}

.input-group .button:focus {
  outline: 0;
}

.input-group .form-control {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.input-group .form-control:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.section {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

@media (max-width: 991px) {
  .section {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

.section .section-head {
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.25px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-align: center;
      align-items: center;
}

.section .section-head .title-wrap {
  position: relative;
}

.section .section-head .img-title {
  height: 60px;
  width: auto;
  object-fit: contain;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.section .section-head .img-title ~ .title-section {
  margin-left: 20px;
}

@media (max-width: 991px) {
  .section .section-head .img-title {
    height: 40px;
  }
  .section .section-head .img-title ~ .title-section {
    margin-left: 10px;
  }
}

.section .section-head .title-section {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  border-bottom: 4px solid var(--color-brand);
  color: var(--color-primary);
  display: inline-block;
  padding-bottom: 8px;
}

.section .section-head .title-section ~ p:first-of-type {
  margin-top: 0.25rem;
}

@media not all and (min-width: 1024px) {
  .section .section-head .title-section ~ p:first-of-type {
    margin-top: 1rem;
  }
}

@media not all and (min-width: 1024px) {
  .section .section-head .title-section {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (max-width: 991px) {
  .section .section-head .title-section {
    font-size: 1.3rem;
    line-height: 2rem;
  }
}

.section .section-head .loadmore-wrap {
  margin-left: auto;
}

.section .section-head .loadmore-wrap .icon {
  vertical-align: middle;
}

@media (max-width: 767px) {
  .section .section-head .loadmore-wrap {
    display: none;
  }
}

.section .section-head ~ .section-body {
  margin-top: 40px;
}

@media (max-width: 991px) {
  .section .section-head ~ .section-body {
    margin-top: 25px;
  }
}

@media not all and (min-width: 1024px) {
  .section {
    overflow: clip;
  }
}

.section.bg-primary .title-section {
  color: #FFF;
}

.section.bg-primary article.post-item.card {
  --color-content: var(--color-primary);
  --color-title: var(--color-content);
  background-color: #F5F5F5;
}

.section.section-video-hero {
  position: relative;
  overflow: hidden;
  min-height: 500px;
}

.section.section-video-hero .video-img-second {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  height: 100% !important;
  z-index: 0;
}

.section.section-video-hero .video-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  height: 100% !important;
  z-index: 0;
  filter: blur(0);
  opacity: 1;
  transform: scale(1);
}

.section.section-video-hero video {
  position: relative;
  z-index: 2;
}

footer.site-footer .footer-main > [class*=container] > *:not(:last-child) {
  margin-bottom: 28px;
}

footer.site-footer .footer-head {
  text-align: center;
  color: var(--color-brand);
}

footer.site-footer .footer-head .logo img {
  height: 60px;
  width: auto;
}

footer.site-footer .footer-head .logo ~ p:first-of-type {
  margin-top: 12px;
}

footer.site-footer .widgets-wrapper {
  margin-top: 0;
  margin-bottom: 0;
}

footer.site-footer .widgets-wrapper > [class*=column] {
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  padding: 28px 0;
}

@media (max-width: 1023px) {
  footer.site-footer .widgets-wrapper > [class*=column] {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  footer.site-footer .widgets-wrapper > [class*=column]:first-child {
    padding-bottom: 0;
  }
  footer.site-footer .widgets-wrapper > [class*=column]:not(:first-child) {
    border-top: 0;
    padding-top: 0;
  }
  footer.site-footer .widgets-wrapper > [class*=column]:not(:last-child) {
    border-bottom: 0;
  }
}

#sidebar-page-left .widget-wrap {
  position: sticky;
  top: 100px;
}

body.admin-bar #sidebar-page-left .widget-wrap {
  top: 132px;
}

header.site-header.scrolled:not(.scroll-down) ~ main.site-main #sidebar-page-left .widget-wrap {
  top: 52px;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.topnav {
  overflow: hidden;
  background-color: var(--color-brand);
  font-size: 0.75rem;
  line-height: 1rem;
  position: relative;
  z-index: 11;
}

.topnav .container .left {
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -ms-flex-positive: 1;
      flex-grow: 1;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.topnav .container .right {
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -ms-flex-positive: 1;
      flex-grow: 1;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  background-color: var(--color-dark);
}

.topnav .container .right:before {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 10;
  height: 0px;
  width: 0px;
  border-top-width: 52px;
  border-left-width: 45px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-style: solid;
  border-left-color: var(--color-brand);
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-top-color: transparent;
  content: '';
}

.topnav .container .right:after {
  position: absolute;
  top: 0px;
  left: 100%;
  z-index: 10;
  height: 100%;
  width: 100vw;
  background-color: var(--color-dark);
  content: '';
}

.topnav .icon svg {
  height: 16px;
  width: 16px;
}

.topnav a {
  display: -ms-flexbox;
  display: flex;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.topnav .iconph a {
  --color-icon-base: #FFF;
  --color-icon-hover: #FFF;
}

.topnav ul .item:not(:last-child) {
  margin-right: 1.5rem;
}

.topnav ul .item .icon ~ span {
  margin-left: 0.25rem;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
}

@media not all and (min-width: 1024px) {
  .topnav .container .left {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .topnav .container .right {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
}

.menu .menu-item {
  position: relative;
}

.menu .menu-item a {
  color: var(--link, var(--color-text));
}

.menu .menu-item a:not(.button):hover {
  color: var(--link-hover, var(--color-brand-hover));
}

.menu > .menu-item.current-menu-item > a {
  font-weight: 600;
  color: var(--link-active, var(--color-brand));
}

.menu .menu-item-has-children > .expand {
  position: absolute;
  right: 0px;
  top: 30px;
  height: 16px;
  width: 16px;
  z-index: 2;
}

.menu .menu-item-has-children > .expand svg {
  height: 100%;
  width: 100%;
}

.menu .menu-item-has-children > a {
  padding-right: 20px !important;
}

.menu .menu-item-has-children .menu-item-has-children > .expand {
  top: 18px;
  right: 10px;
}

.menu .menu-item-has-children .menu-item-has-children > .expand svg {
  --tw-rotate: -90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.menu .sub-menu .menu-item a:not(.button) {
  color: var(--link-submenu, var(--link, var(--color-text)));
}

.menu .sub-menu .menu-item a:not(.button):hover {
  color: var(--link-hover, var(--color-brand-hover));
}

@media (max-width: 1023px) {
  .menu > li.menu-item > a,
  .menu > li.cat-item > a {
    position: relative;
    padding-left: 28px;
  }
  .menu > li.menu-item > a:before,
  .menu > li.cat-item > a:before {
    content: '';
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml,%3Csvg width='25' height='24' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.60413 16.58L13.1841 12L8.60413 7.41L10.0141 6L16.0141 12L10.0141 18L8.60413 16.58Z' fill='%23FA9411'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    left: 0;
    top: -3px;
  }
  .menu li a {
    display: block;
  }
  .menu li li {
    margin-top: 10px;
  }
  .menu .menu-item-has-children:hover {
    --color-icon-base: var(--color-brand-hover);
  }
  .menu .menu-item-has-children:hover > a {
    color: var(--color-brand-hover) !important;
  }
  .menu .menu-item-has-children .expand {
    cursor: pointer;
    top: 0 !important;
    right: 0 !important;
  }
  .menu .menu-item-has-children .expand svg {
    transform: rotate(-90deg) !important;
    transition: transform .3s ease-in-out;
  }
  .menu .menu-item-has-children.show {
    --color-icon-base: var(--color-brand-hover);
  }
  .menu .menu-item-has-children.show > a {
    color: var(--color-brand-hover) !important;
  }
  .menu .menu-item-has-children.show > .sub-menu {
    display: block;
  }
  .menu .menu-item-has-children.show > .expand svg {
    transform: rotate(0deg) !important;
  }
  .menu .menu-item-has-children .sub-menu {
    display: none;
    transition: all .3s ease-in-out;
    position: relative !important;
  }
  .menu .menu-item-has-children .sub-menu .sub-menu {
    transform-origin: left !important;
    position: relative !important;
    width: 100% !important;
    right: unset !important;
    left: unset !important;
  }
  .menu .menu-item-has-children .menu-item-has-children > .expand {
    top: 0;
    right: 0;
  }
  .menu .menu-item-has-children > .expand {
    top: 0 !important;
    right: 0 !important;
    width: 45px;
    height: 45px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    padding: 0 15px;
  }
}

body.menunav-opened {
  overflow: hidden;
}

header.site-header {
  z-index: 9;
}

header.site-header .row-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

header.site-header .menunav {
  -ms-flex: 0 1 auto;
      flex: 0 1 auto;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
  transition-timing-function: linear;
  position: relative;
}

header.site-header .menunav .menu a {
  display: -ms-flexbox;
  display: flex;
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
  padding-left: 14px;
  padding-right: 14px;
  font-size: var(--size-menu, 1em);
}

header.site-header .menunav .sub-menu li:not(:last-child) {
  border-bottom-width: 1px;
  border-color: var(--color-submenu-separator, var(--color-border));
}

header.site-header .menunav .sub-menu li a {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: var(--size-submenu, 0.9em);
}

header.site-header .menunav .sub-menu li:last-child a {
  padding-bottom: 1rem;
}

header.site-header .menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

header.site-header .button-navsearch {
  --color-icon-hover: var(--color-brand-hover);
  border-width: 0px;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  outline: 2px solid transparent;
  outline-offset: 2px;
}

header.site-header .button-navsearch .icon {
  transition: transform .3s ease-in-out;
}

header.site-header .button-navsearch:hover {
  background-color: transparent;
}

header.site-header .button-navsearch svg {
  height: 1.25rem;
  width: 1.25rem;
}

header.site-header .button {
  min-height: unset;
}

header.site-header .menu-toggle {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

header.site-header .menu-toggle .icon {
  --tw-rotate: 0deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: linear;
}

body.menunav-opened header.site-header .menu-toggle .icon {
  --tw-rotate: -90deg;
}

header.site-header .menu-toggle svg {
  height: 1.25rem;
  width: 1.25rem;
}

header.site-header .action {
  -ms-flex: 0 1 auto;
      flex: 0 1 auto;
}

@media (max-width: 1023px) {
  header.site-header.scrolled.scroll-down {
    margin-top: 80px;
  }
  header.site-header.scrolled.scroll-down .mainnav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    transition: top .3s ease;
  }
}

@media (min-width: 1024px) {
  header.site-header.scrolled.scroll-down {
    margin-top: 80px;
  }
  header.site-header.scrolled.scroll-down .bottomnav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    transition: top .3s ease;
  }
}

@media (min-width: 1921px) {
  header.site-header.scrolled.scroll-down .bottomnav {
    max-width: 1920px;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media (min-width: 992px) {
  body.admin-bar header.site-header.scrolled.scroll-down .bottomnav {
    top: 32px;
  }
}

.mainnav {
  --mainnav-top-border: var(--color-brand);
  --color-link: #FFF;
  --color-icon-base: #FFF;
  --color-icon-hover: var(--color-brand-hover);
  position: relative;
  border-top-width: 3px;
  border-style: solid;
  border-color: var(--mainnav-top-border, var(--color-border));
  z-index: 10;
  background-color: var(--bg-menu, var(--color-primary));
  padding: 20px 0;
}

.mainnav .brand {
  -ms-flex: 0 1 auto;
      flex: 0 1 auto;
}

.mainnav .brand a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.mainnav .brand .logo ~ .text {
  padding-left: 0.5rem;
}

.mainnav .custom-logo {
  height: var(--height-logo, 60px);
  width: auto;
  object-fit: contain;
}

@media (max-width: 991px) {
  .mainnav .custom-logo {
    --height-logo: 50px;
  }
}

.mainnav .site-title {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
  color: var(--color-text);
}

.mainnav .site-description {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.5);
}

.mainnav .menunav a, .mainnav .action a, .mainnav .contact a {
  font-size: var(--size-menu);
}

.mainnav .list-contact:not(:last-child), .mainnav .list-social:not(:last-child) {
  margin-right: 28px;
}

.mainnav .list-contact .icon, .mainnav .list-social .icon {
  vertical-align: text-bottom;
}

.mainnav .list-contact .icon svg, .mainnav .list-social .icon svg {
  width: 18px;
  height: 18px;
}

.mainnav .list-contact .icon ~ span, .mainnav .list-social .icon ~ span {
  margin-left: 8px;
}

.mainnav .list-contact .item:not(:last-child), .mainnav .list-social .item:not(:last-child) {
  margin-right: 20px;
}

@media (min-width: 992px) {
  .mainnav .menunav, .mainnav .action {
    display: none;
  }
}

@media (max-width: 1023px) {
  .mainnav {
    border-top-width: 0;
    border-bottom-width: 2px;
  }
}

.bottomnav {
  display: block;
  background-color: var(--color-dark);
  --link: #FFF;
  --link-submenu: #FFF;
  --link-hover: var(--color-brand);
  --bg-color-submenu: var(--color-primary);
  --color-icon-base: var(--link);
  --color-icon-hover: var(--link-hover);
}

.bottomnav .menunav {
  width: 100%;
}

.bottomnav .search-navbar {
  top: 50% !important;
  display: none;
}

.bottomnav .search-navbar.active {
  display: block;
}

.bottomnav .search-navbar form.form-search .search-input .form-input {
  color: #FFF;
}

.bottomnav .search-navbar form.form-search .search-input .form-input, .bottomnav .search-navbar form.form-search .search-input button.form-submit {
  background-color: var(--color-dark);
  border-color: transparent;
}

.bottomnav .search-navbar form.form-search .search-input button.form-submit {
  position: relative;
}

.bottomnav .search-navbar form.form-search .search-input button.form-submit:after {
  content: '';
  width: 1px;
  height: calc(100% - 25px);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  background-color: rgba(255, 255, 255, 0.26);
}

@media (max-width: 991px) {
  .bottomnav .menunav, .bottomnav .action {
    display: none;
  }
}

.site-header {
  background-color: #FFF;
}

.site-header .menu .menu-item-has-children .expand {
  pointer-events: none;
}

@media (max-width: 1023px) {
  .site-header .menu .menu-item-has-children .expand {
    pointer-events: unset;
  }
}

.menunav .menu > li .sub-menu {
  margin-left: 0px;
  min-width: 180px;
  border-width: 0;
  border-style: solid;
  border-color: var(--color-submenu-separator, var(--color-border));
  background-color: var(--bg-color-submenu, #FFF);
  transition-property: all;
  transition-duration: 150ms;
  transition-duration: .2s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.menunav .menu > li > .sub-menu {
  position: absolute;
  top: 100%;
  left: 0px;
  z-index: 10;
  transform-origin: top;
  --tw-translate-x: 0px;
  --tw-translate-y: 0px;
  --tw-scale-x: 1;
  --tw-scale-y: 0;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-radius: 0px;
  opacity: 0;
}

.menunav .menu > li > .sub-menu .sub-menu {
  position: absolute;
  top: 0px;
  left: 100%;
  z-index: 10;
  transform-origin: left;
  --tw-translate-x: 0px;
  --tw-translate-y: 0px;
  --tw-scale-x: 0;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 0;
}

.menunav .menu > li:last-child > .sub-menu {
  left: unset;
  right: 0px;
}

.menunav .menu > li:last-child > .sub-menu .sub-menu {
  left: unset;
  right: 100%;
  transform-origin: right;
}

.menunav .menu > li:hover > .sub-menu {
  --tw-translate-x: 0px;
  --tw-translate-y: 0px;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 1;
}

.menunav .menu > li li:hover > .sub-menu {
  --tw-translate-x: 0px;
  --tw-translate-y: 0px;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 1;
}

@media (max-width: 1023px) {
  .menunav .menu > li.menu-item > a:before {
    display: none;
  }
}

@media not all and (max-width: 1023px) {
  header.site-header .menu-toggle {
    display: none;
  }
}

@media not all and (min-width: 1024px) {
  .mainnav {
    --bg-menu: var(--color-primary);
    --color-bordertop-menu-sm: var(--color-brand);
    --bg-color-submenu: rgba(0,0,0,0.4);
    --link: #FFF;
    --color-submenu-separator: rgba(255,255,255,.1);
    --size-menu: 1em;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .mainnav .menunav {
    position: absolute !important;
    padding-top: 10px;
    top: 60px;
    right: -100%;
    z-index: 99999;
    width: 100%;
    border-top-width: 2px;
    border-style: solid;
    border-top-color: var(--color-bordertop-menu-sm, var(--color-border));
    background-color: var(--bg-menu, #FFF);
    opacity: 0;
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
  .mainnav .menunav .menu .menu-item {
    width: 100%;
  }
  .mainnav .menunav .menu .menu-item a {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .mainnav .menunav .sub-menu li {
    margin-top: 0;
  }
  .mainnav .menunav .sub-menu li:not(:last-child) {
    border-color: transparent;
  }
  .mainnav .menunav .sub-menu li a {
    padding-top: 0.7rem !important;
    padding-bottom: 0.7rem !important;
  }
  .mainnav .menunav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    height: calc(100vh - 72px);
  }
  .mainnav .menunav .menunav-wrap {
    max-height: calc(100vh - 72px);
    overflow: auto;
  }
  .mainnav .menunav .search-navbar {
    -ms-flex-order: 99;
        order: 99;
    margin-top: auto;
  }
  .mainnav .menunav.opened {
    right: 0%;
    opacity: 1;
  }
  .mainnav .brand .text {
    display: none;
  }
  .mainnav .menu {
    -ms-flex-direction: column;
        flex-direction: column;
    padding-bottom: 0.75rem;
  }
  .mainnav .action .menu {
    -ms-flex-direction: row;
        flex-direction: row;
    padding-bottom: 0px;
  }
  .mainnav .menu-toggle {
    display: -ms-flexbox;
    display: flex;
  }
  .menunav .menu > li .sub-menu {
    position: relative;
    min-width: 100%;
    transform: none !important;
    border-radius: 0px;
    border-width: 0px;
    padding-left: 0;
    opacity: 1 !important;
  }
}

.search-navbar {
  --input-height: 50px;
  top: 0;
  position: relative;
  left: 0;
  opacity: 1;
  transform: unset;
}

@media (min-width: 1024px) {
  .search-navbar {
    position: absolute;
    width: 100%;
    top: -200%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: top .3s ease;
    z-index: 5;
    opacity: 0;
  }
}

.search-navbar.active {
  top: 50%;
  opacity: 1;
}

.search-navbar.active ~ .menu {
  opacity: 0;
}

.search-navbar form.form-search {
  margin-bottom: 0;
  width: 100%;
}

.search-navbar form.form-search .search-input {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.search-navbar form.form-search .search-input button.form-submit {
  border: 1px solid var(--color-border);
  border-left: 0;
  background-color: #FFF;
  margin-left: -10px;
  padding: 0 15px;
  height: var(--input-height);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.search-navbar form.form-search .search-input button.form-submit img {
  width: 25px;
  height: 25px;
  max-width: unset;
  object-fit: contain;
}

@media (max-width: 1023px) {
  .search-navbar form.form-search .search-input button.form-submit {
    display: none;
  }
}

.search-navbar form.form-search .search-input .form-input {
  padding: 10px 20px;
  height: var(--input-height);
  width: 100%;
}

.search-navbar form.form-search .search-input .form-input:focus {
  outline: 0;
}

@media (min-width: 1024px) {
  .search-navbar form.form-search .search-input .form-input {
    background-image: none !important;
  }
}

@media (max-width: 1023px) {
  .search-navbar form.form-search .search-input .form-input {
    --text-search: #FFF;
    --border-search: transparent;
    --bg-search: var(--color-dark);
    --bg-search-img: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='192' height='192' fill='%23000' viewBox='0 0 256 256'%3E%3Crect width='256' height='256' fill='none'%3E%3C/rect%3E%3Ccircle cx='116' cy='116' r='84' fill='none' stroke='%23FFF' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'%3E%3C/circle%3E%3Cline x1='175.4' y1='175.4' x2='224' y2='224' fill='none' stroke='%23FFF' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'%3E%3C/line%3E%3C/svg%3E");
    background-image: var(--bg-search-img, url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='192' height='192' fill='%23000' viewBox='0 0 256 256'%3E%3Crect width='256' height='256' fill='none'%3E%3C/rect%3E%3Ccircle cx='116' cy='116' r='84' fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'%3E%3C/circle%3E%3Cline x1='175.4' y1='175.4' x2='224' y2='224' fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'%3E%3C/line%3E%3C/svg%3E"));
    background-position: 17px center;
    background-repeat: no-repeat;
    background-size: 20px;
    padding: 6px 20px;
    padding-left: 45px;
    line-height: 1.3;
    color: var(--text-search, var(--color-text));
    background-color: var(--bg-search, #FFF);
    border-color: var(--border-search, var(--color-border));
    border-radius: 0;
  }
}

/* Breadcrumbs
--------------------------------------------- */
.breadcrumbs {
  border-width: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  color: var(--color-text);
  line-height: 1.5;
}

.breadcrumbs span[property="name"] {
  display: inline-block;
  padding: 0;
  margin-top: -3px;
  vertical-align: middle;
  max-width: 350px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.breadcrumbs .separator {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  color: var(--color-brand-hover);
}

.breadcrumbs span.last {
  color: var(--color-text);
  font-weight: 600;
}

.breadcrumbs a {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: var(--color-text);
}

.breadcrumbs a:hover {
  color: var(--color-brand-hover);
}

.breadcrumbs span {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.breadcrumbs .current-item {
  color: var(--color-brand);
}

/* Social Share
--------------------------------------------- */
.social-share {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 8px;
  -ms-flex-align: center;
      align-items: center;
}

.social-share .share-label {
  display: var(--share-label, none);
  color: var(--share-label-color, #636060);
  line-height: 1;
  margin-right: 5px;
  font-size: 0.9em;
}

.social-share li.item a {
  line-height: 1;
  display: -ms-flexbox;
  display: flex;
  width: var(--share-width, 36px);
  height: var(--share-height, 36px);
  padding: var(--share-padding, 10px);
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  border: 1px solid var(--share-border-color, #000);
  border-radius: var(--share-rounded, 50%);
  background-color: var(--share-bg, transparent);
  transition: all .3s ease;
}

.social-share li.item a:hover {
  border-color: var(--share-border-color-hover, #000);
  background-color: var(--share-bg-hover, transparent);
}

.social-share li.item.link {
  --share-border-color: var(--color-brand);
  --color-icon-base: var(--color-brand);
  --color-icon-hover: var(--color-brand);
  --share-border-color-hover: var(--color-brand-hover);
  --color-icon-base-hover: var(--color-brand-hover);
}

.social-share li.item.whatsapp {
  --share-border-color: #7AD06D;
  --color-icon-base: #FFF;
  --color-icon-hover: #FFF;
  --share-bg: #7AD06D;
  --share-border-color-hover: #4ecb3b;
  --color-icon-base-hover: #FFF;
  --share-bg-hover: #4ecb3b;
}

.social-share li.item.twitter {
  --share-border-color: #55ACEE;
  --color-icon-base: #FFF;
  --color-icon-hover: #FFF;
  --share-bg: #55ACEE;
  --share-border-color-hover: #2196ef;
  --color-icon-base-hover: #FFF;
  --share-bg-hover: #2196ef;
}

.social-share li.item.facebook {
  --share-border-color: #475993;
  --color-icon-base: #FFF;
  --color-icon-hover: #FFF;
  --share-bg: #475993;
  --share-border-color-hover: #243e94;
  --color-icon-base-hover: #FFF;
  --share-bg-hover: #243e94;
}

.social-share li.item.linkedin {
  --share-border-color: #55ACEE;
  --color-icon-base: #FFF;
  --color-icon-hover: #FFF;
  --share-bg: #55ACEE;
  --share-border-color-hover: #1f95ef;
  --color-icon-base-hover: #FFF;
  --share-bg-hover: #1f95ef;
}

@media (max-width: 991px) {
  .social-share li.item {
    --share-width: 30px;
    --share-height: 30px;
  }
}

/* Meta Post
--------------------------------------------- */
.meta-post {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 0.25rem;
  column-gap: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --color-icon-base: var(--color-text);
  --color-icon-hover: var(--color-brand-hover);
}

.meta-post a {
  color: var(--color-text);
}

.meta-post li:hover a {
  color: var(--color-brand-hover);
}

.meta-post > .item > span,
.meta-post > .item > a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 0.5rem;
}

.meta-post > .item .icon {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
}

/* Posts and pages
--------------------------------------------- */
.page-header {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  min-height: 160px;
  -ms-flex-align: center;
      align-items: center;
  background-size: auto;
  background-repeat: repeat;
  background-position: center;
}

.page-header .title-page {
  margin: 0px;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 600;
  line-height: 1.4;
  color: var(--color-title-page, #FFF);
}

.page-header .breadcrumbs {
  --color-text: #FFF;
}

.page-header .breadcrumbs ~ .title-page {
  margin-top: 0.5rem;
}

.page-header ~ .section {
  padding-top: 60px;
  padding-bottom: 60px;
}

@media (max-width: 991px) {
  .page-header ~ .section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.page-header .meta-post {
  margin-top: 1rem;
}

.page-header .meta-post li, .page-header .meta-post a {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.page-header .meta-post a:hover {
  color: var(--color-brand-hover);
}

.page-header .meta-post .icon {
  --color-icon-base: #FFF;
  --color-icon-hover: #FFF;
}

.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;
}

body.single .content-area article.post-item:not(.card) .post-title,
body.page .content-area article.post-item:not(.card) .post-title {
  font-size: 1.5rem;
  line-height: 1.3;
  font-weight: 600;
  margin-top: 28px;
  margin-bottom: 18px;
}

body.single .content-area article.post-item:not(.card) .post-title ~ *,
body.page .content-area article.post-item:not(.card) .post-title ~ * {
  margin-top: 0.75rem;
}

@media (max-width: 767px) {
  body.single .content-area article.post-item:not(.card) .post-title,
  body.page .content-area article.post-item:not(.card) .post-title {
    margin-top: 18px;
    margin-bottom: 10px;
  }
}

body.single .content-area article.post-item:not(.card) .post-head,
body.page .content-area article.post-item:not(.card) .post-head {
  width: 100%;
}

body.single .content-area article.post-item:not(.card) .post-head .head-top,
body.page .content-area article.post-item:not(.card) .post-head .head-top {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 15px;
}

body.single .content-area article.post-item:not(.card) .post-head .head-top .left,
body.page .content-area article.post-item:not(.card) .post-head .head-top .left {
  -ms-flex: 1 1 70%;
      flex: 1 1 70%;
}

body.single .content-area article.post-item:not(.card) .post-head .head-top .right,
body.page .content-area article.post-item:not(.card) .post-head .head-top .right {
  -ms-flex: 0 1 auto;
      flex: 0 1 auto;
  margin-left: auto;
}

@media (max-width: 991px) {
  body.single .content-area article.post-item:not(.card) .post-head .head-top .breadcrumbs span[property="name"],
  body.page .content-area article.post-item:not(.card) .post-head .head-top .breadcrumbs span[property="name"] {
    max-width: 200px;
  }
}

@media (max-width: 767px) {
  body.single .content-area article.post-item:not(.card) .post-head .head-top,
  body.page .content-area article.post-item:not(.card) .post-head .head-top {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  body.single .content-area article.post-item:not(.card) .post-head .head-top .left, body.single .content-area article.post-item:not(.card) .post-head .head-top .right,
  body.page .content-area article.post-item:not(.card) .post-head .head-top .left,
  body.page .content-area article.post-item:not(.card) .post-head .head-top .right {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    margin: 0;
  }
}

body.single .content-area article.post-item:not(.card) .post-head ~ .post-thumb,
body.single .content-area article.post-item:not(.card) .post-head .post-entry,
body.page .content-area article.post-item:not(.card) .post-head ~ .post-thumb,
body.page .content-area article.post-item:not(.card) .post-head .post-entry {
  margin-top: 1.25rem;
}

body.single .content-area article.post-item:not(.card) .post-head .post-entry,
body.page .content-area article.post-item:not(.card) .post-head .post-entry {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

body.single .content-area article.post-item:not(.card) .post-head .post-entry > *,
body.page .content-area article.post-item:not(.card) .post-head .post-entry > * {
  margin-bottom: 0.75rem;
}

body.single .content-area article.post-item:not(.card) .post-head .post-entry ul, body.single .content-area article.post-item:not(.card) .post-head .post-entry ol,
body.page .content-area article.post-item:not(.card) .post-head .post-entry ul,
body.page .content-area article.post-item:not(.card) .post-head .post-entry ol {
  margin-bottom: 0.75rem;
  list-style-position: outside;
}

body.single .content-area article.post-item:not(.card) .post-head .post-entry ul,
body.page .content-area article.post-item:not(.card) .post-head .post-entry ul {
  list-style-type: disc;
  padding-left: 1.25rem;
}

body.single .content-area article.post-item:not(.card) .post-head .post-entry ol,
body.page .content-area article.post-item:not(.card) .post-head .post-entry ol {
  padding-left: 1.75rem;
}

body.single .content-area article.post-item:not(.card) .post-head .post-entry ol > li,
body.page .content-area article.post-item:not(.card) .post-head .post-entry ol > li {
  padding-left: 0.5rem;
}

body.single .content-area article.post-item:not(.card) .post-entry p, body.single .content-area article.post-item:not(.card) .post-entry li,
body.page .content-area article.post-item:not(.card) .post-entry p,
body.page .content-area article.post-item:not(.card) .post-entry li {
  line-height: 1.7 !important;
  font-size: 1.08rem !important;
}

body.single .content-area article.post-item:not(.card) .post-entry p:not(:last-child), body.single .content-area article.post-item:not(.card) .post-entry li:not(:last-child),
body.page .content-area article.post-item:not(.card) .post-entry p:not(:last-child),
body.page .content-area article.post-item:not(.card) .post-entry li:not(:last-child) {
  margin-bottom: 1rem;
}

body.single .content-area article.post-item:not(.card) .post-entry ol, body.single .content-area article.post-item:not(.card) .post-entry ul,
body.page .content-area article.post-item:not(.card) .post-entry ol,
body.page .content-area article.post-item:not(.card) .post-entry ul {
  list-style-type: decimal;
  margin-left: 35px;
  margin-bottom: 1rem;
}

body.single .content-area article.post-item:not(.card) .post-entry ol li, body.single .content-area article.post-item:not(.card) .post-entry ul li,
body.page .content-area article.post-item:not(.card) .post-entry ol li,
body.page .content-area article.post-item:not(.card) .post-entry ul li {
  padding-left: 5px;
}

body.single .content-area article.post-item:not(.card) .post-entry ol li:not(:last-child), body.single .content-area article.post-item:not(.card) .post-entry ul li:not(:last-child),
body.page .content-area article.post-item:not(.card) .post-entry ol li:not(:last-child),
body.page .content-area article.post-item:not(.card) .post-entry ul li:not(:last-child) {
  margin-bottom: .35rem;
}

body.single .content-area article.post-item:not(.card) .post-entry ol ol, body.single .content-area article.post-item:not(.card) .post-entry ol ul, body.single .content-area article.post-item:not(.card) .post-entry ul ol, body.single .content-area article.post-item:not(.card) .post-entry ul ul,
body.page .content-area article.post-item:not(.card) .post-entry ol ol,
body.page .content-area article.post-item:not(.card) .post-entry ol ul,
body.page .content-area article.post-item:not(.card) .post-entry ul ol,
body.page .content-area article.post-item:not(.card) .post-entry ul ul {
  margin-top: .4rem;
  margin-bottom: .4rem;
}

body.single .content-area article.post-item:not(.card) .post-entry ul,
body.page .content-area article.post-item:not(.card) .post-entry ul {
  list-style-type: disc;
}

body.single .content-area article.post-item:not(.card) .post-share,
body.page .content-area article.post-item:not(.card) .post-share {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 20px;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  border-radius: 8px;
  border: 1px solid #E0E0E0;
  background: #f3f3f3;
  margin-top: 30px;
  --share-label: inline-block;
}

body.single .content-area article.post-item:not(.card) h1,
body.single .content-area article.post-item:not(.card) h2,
body.single .content-area article.post-item:not(.card) h3,
body.single .content-area article.post-item:not(.card) h4,
body.single .content-area article.post-item:not(.card) h5,
body.single .content-area article.post-item:not(.card) h6,
body.page .content-area article.post-item:not(.card) h1,
body.page .content-area article.post-item:not(.card) h2,
body.page .content-area article.post-item:not(.card) h3,
body.page .content-area article.post-item:not(.card) h4,
body.page .content-area article.post-item:not(.card) h5,
body.page .content-area article.post-item:not(.card) h6 {
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 15px;
}

body.single .content-area article.post-item:not(.card) h1,
body.page .content-area article.post-item:not(.card) h1 {
  font-size: 1.6rem;
  line-height: 1.3;
}

body.single .content-area article.post-item:not(.card) h2,
body.page .content-area article.post-item:not(.card) h2 {
  font-size: 1.5rem;
  line-height: 1.3;
}

body.single .content-area article.post-item:not(.card) h3,
body.page .content-area article.post-item:not(.card) h3 {
  font-size: 1.4rem;
  line-height: 1.3;
}

body.single .content-area article.post-item:not(.card) h4,
body.page .content-area article.post-item:not(.card) h4 {
  font-size: 1.3rem;
  line-height: 1.3;
}

body.single .content-area article.post-item:not(.card) h5,
body.page .content-area article.post-item:not(.card) h5 {
  font-size: 1.2rem;
  line-height: 1.3;
}

body.single .content-area article.post-item:not(.card) h6,
body.page .content-area article.post-item:not(.card) h6 {
  font-size: 1.1rem;
  line-height: 1.3;
}

body.single .content-area article.post-item:not(.card), body.single .content-area article.post-item:not(.card) p,
body.page .content-area article.post-item:not(.card),
body.page .content-area article.post-item:not(.card) p {
  font-size: 1rem;
  line-height: 1.7;
}

body.single .content-area article.post-item:not(.card) .post-thumbnail ~ .caption-thumb,
body.page .content-area article.post-item:not(.card) .post-thumbnail ~ .caption-thumb {
  font-size: .9rem;
  margin-top: 6px;
  font-style: italic;
}

body.single .content-area article.post-item:not(.card) .post-thumbnail ~ .caption-thumb:empty,
body.page .content-area article.post-item:not(.card) .post-thumbnail ~ .caption-thumb:empty {
  display: none;
}

.posts-wide {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}

@media (max-width: 991px) {
  .posts-wide {
    gap: 10px;
  }
}

.posts-wide .post-item.card {
  margin-bottom: 0;
}

.posts-wide .post-item.card:not(.card-large) {
  -ms-flex: 0 1 calc(33.33% - 20px);
      flex: 0 1 calc(33.33% - 20px);
}

@media (max-width: 991px) {
  .posts-wide .post-item.card:not(.card-large) {
    position: relative;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding-left: 220px;
  }
  .posts-wide .post-item.card:not(.card-large) .post-thumb {
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
    height: 100%;
    margin: 0 !important;
  }
  .posts-wide .post-item.card:not(.card-large) .post-thumb .post-thumbnail, .posts-wide .post-item.card:not(.card-large) .post-thumb .post-thumbnail img.wp-post-image:not(.thumb-bg-blur) {
    height: 100% !important;
  }
}

@media (max-width: 767px) {
  .posts-wide .post-item.card:not(.card-large) {
    padding-left: 150px;
  }
  .posts-wide .post-item.card:not(.card-large) .post-thumb {
    width: 130px;
  }
  .posts-wide .post-item.card:not(.card-large) .post-thumb .post-thumbnail, .posts-wide .post-item.card:not(.card-large) .post-thumb .post-thumbnail img.wp-post-image:not(.thumb-bg-blur) {
    height: 100% !important;
  }
}

.posts-wide .post-item.card-large {
  -ms-flex: 1 1 100%;
      flex: 1 1 100%;
}

body[class*=page-survey] #content-area article.post-item .post-entry {
  width: 100%;
}

@media (min-width: 992px) {
  body[class*=page-survey] #content-area article.post-item {
    -ms-flex-pack: center;
        justify-content: center;
  }
  body[class*=page-survey] #content-area article.post-item .post-entry {
    width: 50%;
  }
}

article.post-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

article.post-item > [class*=column-] {
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -ms-flex-positive: 0;
      flex-grow: 0;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  padding: 14px;
}

article.post-item:not(:last-child) {
  margin-bottom: 30px;
}

article.post-item.post-image-carousel .post-slide-badge {
  --color-icon-base: #FFF;
  --color-icon-hover: #FFF;
  color: #FFF;
  position: absolute;
  bottom: 5px;
  right: 5px;
  z-index: 3;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 0.7rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 2px 4px;
  gap: 3px;
  opacity: 0.7;
}

article.post-item .post-thumb {
  width: 33.333333%;
  -ms-flex-preferred-size: 33.333333%;
      flex-basis: 33.333333%;
  -ms-flex: 0 1 auto;
      flex: 0 1 auto;
  overflow: hidden;
  border-radius: 8px;
  position: relative;
}

article.post-item .post-thumb:empty {
  display: none;
}

article.post-item .post-thumb img.wp-post-image:not(.thumb-bg-blur) {
  height: 200px;
  width: 100%;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  object-fit: cover;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: .2s;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

article.post-item .post-thumb .wp-post-image:not(.thumb-bg-blur) {
  position: relative;
  z-index: 2;
}

article.post-item .post-thumb .thumb-bg-blur {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  height: 100% !important;
  z-index: 0;
  filter: blur(3.1px);
  opacity: 0.5;
  transform: scale(2.4);
}

@media (max-width: 991px) {
  article.post-item .post-thumb .thumb-bg-blur {
    display: block;
  }
}

article.post-item .post-thumb ~ .post-content {
  padding-left: 30px;
}

article.post-item .post-content {
  width: 66.666667%;
  -ms-flex-preferred-size: 66.666667%;
      flex-basis: 66.666667%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -ms-flex-positive: 1;
      flex-grow: 1;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
}

article.post-item .post-content .post-title ~ * {
  margin-top: 0.75rem;
}

article.post-item .post-cats {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.025rem;
  margin-bottom: 8px;
}

article.post-item .post-cats .cat-links a {
  display: inline-block;
  background-color: var(--bg-cat-item, var(--color-brand));
  padding: 4px 12px;
  border-radius: 8px;
  color: #FFF;
}

article.post-item .post-cats .cat-links a:hover {
  background-color: var(--bg-cat-item-hover, var(--color-brand-hover));
}

article.post-item .post-cats .post-categories {
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 7px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 1024px) {
  article.post-item .post-cats .post-categories {
    font-size: .9em;
  }
}

@media (max-width: 767px) {
  article.post-item .post-cats .post-categories {
    font-size: .8em;
  }
}

article.post-item .post-cats .post-categories li {
  display: inline-block;
}

article.post-item .post-title {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0;
}

article.post-item .post-title a {
  color: var(--color-title, var(--color-text));
}

article.post-item .post-title a:hover {
  color: var(--color-title-hover, var(--color-brand-hover));
}

article.post-item .summary {
  font-size: 1em;
  opacity: 0.7;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

article.post-item:hover .post-thumb img.wp-post-image:not(.thumb-bg-blur) {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

article.post-item .agenda-meta {
  list-style-type: none !important;
  padding-left: 0 !important;
  margin-left: 0 !important;
  margin-bottom: 0;
  font-size: 0.9em;
}

article.post-item .agenda-meta li {
  position: relative;
  padding-left: 25px !important;
}

article.post-item .agenda-meta li .icon {
  position: absolute;
  left: 0;
  top: 5px;
}

article.post-item .agenda-meta li .icon svg {
  fill: var(--color-brand);
}

article.post-item .agenda-meta li:not(:last-child) {
  margin-bottom: 3px;
}

article.post-item .agenda-meta li .separator {
  display: inline-block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: var(--color-content, #FFF);
  vertical-align: middle;
  margin: 0 3px;
}

@media not all and (min-width: 1024px) {
  article.post-item > [class*=column-] {
    padding: 8px;
  }
  article.post-item .post-thumb img.wp-post-image:not(.thumb-bg-blur) {
    height: 106px;
  }
  article.post-item .post-thumb ~ .post-content {
    padding-left: 20px;
  }
  article.post-item .post-title {
    font-size: 1rem;
  }
}

article.post-item.post-carousel {
  position: relative;
  margin-bottom: 0;
}

article.post-item.post-carousel .bg-carousel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

article.post-item.post-carousel::before {
  content: '';
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

article.post-item.post-carousel .post-content {
  width: 60%;
  display: block;
  position: relative;
  z-index: 2;
  --color-title: #FFF;
  --color-title-hover: var(--color-brand);
}

@media (max-width: 767px) {
  article.post-item.post-carousel .post-content {
    width: 100%;
  }
}

article.post-item.post-carousel .post-cats {
  --bg-cat-item: #E62129;
  --bg-cat-item-hover: #bb161c;
}

article.post-item.post-carousel .post-title {
  font-size: 2.125rem;
  line-height: 1.3;
  margin-bottom: 16px;
}

@media (max-width: 767px) {
  article.post-item.post-carousel .post-title {
    font-size: 1.5rem;
  }
}

article.post-item.post-carousel .button {
  padding-top: 12px;
  padding-bottom: 12px;
}

@media (max-width: 991px) {
  article.post-item.post-carousel .button {
    padding: 5px 14px;
    min-height: 36px;
    font-size: 1em;
  }
}

@media (max-width: 767px) {
  article.post-item.post-carousel .button {
    font-size: 0.9em;
  }
}

article.post-item.card {
  --bg-post-item: #f7f7f7;
  --color-title: var(--color-brand);
  --color-content: var(--color-text);
  background-color: var(--bg-post-item, var(--color-primary));
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  border-radius: 12px;
  overflow: hidden;
}

article.post-item.card, article.post-item.card a {
  color: var(--color-content, #FFF);
}

article.post-item.card .iconph {
  --color-icon-base: #FFF;
}

article.post-item.card:not(.card-large) {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: unset;
      flex-wrap: unset;
  margin-bottom: 0;
  -ms-flex-direction: column;
      flex-direction: column;
  padding: 20px;
}

@media (max-width: 991px) {
  article.post-item.card:not(.card-large).no-thumb {
    padding-left: 20px;
  }
}

article.post-item.card:not(.card-large) .post-thumb, article.post-item.card:not(.card-large) .post-content {
  -ms-flex: 1 1 100%;
      flex: 1 1 100%;
  width: 100%;
}

article.post-item.card:not(.card-large) .post-thumb {
  -ms-flex: 0 1 auto;
      flex: 0 1 auto;
  margin: -20px -20px 20px;
  width: auto;
  border-radius: 0;
}

article.post-item.card:not(.card-large) .summary {
  display: none;
}

article.post-item.card:not(.card-large) .meta-post {
  padding-top: 12px;
  margin-top: auto;
}

article.post-item.card .post-cats {
  font-size: 0.75rem;
}

article.post-item.card .post-cats .post-categories li a {
  padding: 2px 12px;
}

@media (max-width: 991px) {
  article.post-item.card .post-cats .post-categories li a {
    padding: 2px 6px;
  }
}

article.post-item.card .post-content {
  padding: 20px;
}

@media (max-width: 991px) {
  article.post-item.card .post-title {
    display: block;
    display: -webkit-box;
    max-height: 5.6rem;
    font-size: 1rem;
    line-height: 1.4;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

article.post-item.card-large .post-thumb, article.post-item.card-large .post-content {
  width: 50%;
}

@media (max-width: 991px) {
  article.post-item.card-large .post-thumb, article.post-item.card-large .post-content {
    width: 100%;
  }
}

article.post-item.card-large .post-thumb {
  border-radius: 0;
}

@media (max-width: 991px) {
  article.post-item.card-large .post-thumb img.wp-post-image:not(.thumb-bg-blur) {
    height: 300px !important;
  }
}

@media (max-width: 767px) {
  article.post-item.card-large .post-thumb img.wp-post-image:not(.thumb-bg-blur) {
    height: 200px !important;
  }
}

article.post-item.card-pengumuman, article.post-item.card-agenda {
  height: 100%;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}

article.post-item.card-pengumuman .post-content, article.post-item.card-agenda .post-content {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: start;
      justify-content: flex-start;
}

article.post-item.card-pengumuman .post-content .meta-post, article.post-item.card-agenda .post-content .meta-post {
  margin-top: auto;
  padding-top: 0.75rem;
}

article.post-item.card-agenda .agenda-date {
  padding: 20px 0 20px 20px;
}

article.post-item.card-agenda .agenda-date .date-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  text-align: center;
  line-height: 1;
  background-color: var(--color-brand);
  padding: 10px;
  border-radius: 4px;
  color: var(--color-agenda, #FFF);
}

article.post-item.card-agenda .agenda-date .date-wrap .date {
  font-size: 1.8rem;
  font-weight: 700;
}

article.post-item.card-agenda .agenda-date .date-wrap .month {
  letter-spacing: 2px;
  margin-top: 3px;
  font-size: 0.9rem;
}

@media (max-width: 991px) {
  article.post-item.card-agenda .agenda-date {
    padding: 0;
    -ms-flex: 0 1 auto;
        flex: 0 1 auto;
  }
  article.post-item.card-agenda .agenda-date .date-wrap {
    padding: 20px 10px;
    border-radius: 8px 0;
  }
}

@media (max-width: 991px) {
  article.post-item.card-agenda .post-content {
    width: 50%;
  }
}

article.post-item.card-video .post-thumbnail:before {
  content: '';
  background-color: rgba(0, 0, 0, 0.4);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='48' width='48' fill='white'%3E%3Cpath d='M15.7 38.4V9.3l22.85 14.55Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 65%;
  background-position: center;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: block;
  z-index: 8;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all .3s ease-in-out;
}

article.post-item.card-video .post-thumbnail:hover:before {
  background-color: rgba(0, 0, 0, 0.6);
}

article.post-item.category-pengumuman:not(:last-child) {
  border-bottom: 1px solid var(--color-border);
  padding-bottom: 20px;
  margin-bottom: 20px;
}

article.post-item.category-pengumuman .post-thumb ~ .post-content .summary {
  display: block;
}

article.post-item.category-pengumuman .post-content .summary {
  display: none;
}

@media (max-width: 991px) {
  .posts-list article.post-item .post-thumb {
    max-height: 200px;
  }
}

@media (max-width: 767px) {
  .posts-list article.post-item .post-thumb {
    max-height: 110px;
  }
}

.posts-list article.post-item .post-title {
  display: block;
  display: -webkit-box;
  max-height: 5.6rem;
  font-size: 1rem;
  line-height: 1.4;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.posts-list article.post-item .summary {
  display: block;
  display: -webkit-box;
  max-height: 4.2em;
  font-size: 1em;
  line-height: 1.4;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.post-anggota .tim-wrap:not(:last-child) {
  margin-bottom: 40px;
}

.post-anggota .tim-wrap .post-title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  border-bottom: 4px solid var(--color-brand);
  color: var(--color-primary);
  display: inline-block;
  padding-bottom: 8px;
}

.post-anggota .tim-wrap .post-title ~ p:first-of-type {
  margin-top: 0.25rem;
}

@media not all and (min-width: 1024px) {
  .post-anggota .tim-wrap .post-title ~ p:first-of-type {
    margin-top: 1rem;
  }
}

@media not all and (min-width: 1024px) {
  .post-anggota .tim-wrap .post-title {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (max-width: 991px) {
  .post-anggota .tim-wrap .post-title {
    font-size: 1.3rem;
    line-height: 2rem;
  }
}

.post-anggota .tim-wrap .table-info-anggota {
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.post-anggota .tim-wrap .table-info-anggota td.label {
  font-weight: 600;
  width: 33%;
}

.post-anggota .tim-wrap .table-info-anggota td, .post-anggota .tim-wrap .table-info-anggota th {
  font-size: 0.9rem;
  vertical-align: top;
  padding-top: 8px;
  padding-bottom: 8px;
}

.post-anggota .tim-wrap .table-info-anggota tr:first-child td {
  border-top: 0;
}

.post-anggota .tim-wrap .table-info-anggota tr:last-child td {
  border-bottom: 0;
  padding-bottom: 0;
}

.post-anggota .tim-wrap .table-info-anggota tr td {
  border-right: 0;
  border-left: 0;
}

.post-anggota .tim-wrap .table-info-anggota tr td:first-child {
  padding-left: 0;
}

.post-anggota .tim-wrap .table-info-anggota tr td:last-child {
  padding-right: 0;
}

@media (max-width: 767px) {
  .post-anggota .tim-wrap .table-info-anggota tr td.label, .post-anggota .tim-wrap .table-info-anggota tr td.separator {
    display: none;
  }
  .post-anggota .tim-wrap .table-info-anggota tr td.value::before {
    content: attr(data-label) " :";
    display: block;
    font-weight: 700;
  }
}

.post-anggota .tim-wrap .tim-item {
  margin-top: 40px;
}

.post-anggota .tim-wrap .tim-item:first-child {
  margin-top: 0;
}

.post-anggota .tim-wrap .foto-anggota {
  width: 180px;
  object-fit: contain;
}

@media (max-width: 991px) {
  .post-anggota .tim-wrap .foto-anggota {
    margin: 0 auto;
  }
}

.post-anggota .tim-wrap .nama-anggota {
  font-size: 1.2rem;
  margin-top: 0;
}

@media (max-width: 991px) {
  .post-anggota .tim-wrap .nama-anggota {
    text-align: center;
    margin-top: 1rem;
  }
}

/* Paginations
--------------------------------------------- */
.pagination {
  margin-top: 2rem;
  margin-bottom: 2rem;
  -ms-flex: 1 1 100%;
      flex: 1 1 100%;
  width: 100%;
}

.pagination > ul {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  list-style-type: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 0px;
}

.pagination .disabled {
  cursor: not-allowed;
  opacity: 0.6;
  --color-icon-base: var(--color-text);
  --color-link: var(--color-text);
}

.pagination .disabled:hover {
  --tw-border-opacity: 1;
  border-color: rgba(220, 220, 220, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  color: var(--color-text);
}

.pagination ul li:first-child {
  margin-right: auto;
}

.pagination ul li:first-child .page-numbers {
  border-right-width: 1px;
}

.pagination ul li:last-child {
  margin-left: auto;
}

.pagination ul li:last-child .page-numbers {
  border-right-width: 1px;
}

.pagination ul li .page-numbers {
  border-right-width: 0px;
  border-right-width: 0px;
}

.pagination ul li:nth-last-child(2) .page-numbers {
  border-right-width: 1px;
}

.pagination .prev.page-numbers {
  width: auto;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.pagination .next.page-numbers {
  width: auto;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.pagination .page-numbers .icon ~ span {
  margin-left: 0px;
}

.pagination .page-numbers span ~ .icon {
  margin-left: 0px;
}

.page-numbers {
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  width: 40px;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgba(220, 220, 220, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  font-size: 0.875rem;
  line-height: 1.25rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: .3s;
  --color-icon-base: var(--color-brand);
}

.page-numbers:hover {
  border-color: var(--color-brand-hover);
  background-color: var(--color-brand-hover);
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  --color-icon-hover: #FFF;
}

.page-numbers.page-number {
  margin-left: 7px;
  margin-right: 7px;
}

.page-numbers.current {
  border-color: var(--color-brand);
  background-color: var(--color-brand);
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  --color-icon-base: #FFF;
}

@media (min-width: 1024px) {
  .pagination .prev.page-numbers {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .pagination .next.page-numbers {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .pagination .page-numbers .icon ~ span {
    margin-left: 0.5rem;
  }
  .pagination .page-numbers span ~ .icon {
    margin-left: 0.5rem;
  }
}

@media not all and (min-width: 768px) {
  .pagination .page-numbers span {
    display: none;
  }
}

@media not all and (min-width: 1024px) {
  .page-numbers {
    height: 35px;
    width: 35px;
  }
  .page-numbers.page-number {
    margin-left: 4px;
    margin-right: 4px;
  }
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
section.widget {
  margin: 0 0 1.5em;
  border-radius: 8px;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  padding: 15px;
  --tw-shadow: 0 1px 2px 0 rgba(0,0,0,0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.widget:last-child {
  margin-bottom: 0;
}

.widget select {
  max-width: 100%;
}

.widget_block .wp-block-group__inner-container > h1,
.widget_block .wp-block-group__inner-container > h2,
.widget_block .wp-block-group__inner-container > h3,
.widget_block .wp-block-group__inner-container > h4,
.widget_block .wp-block-group__inner-container > h5,
.widget_block .wp-block-group__inner-container > h6 {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
}

@media (max-width: 1023px) {
  .widget_block .wp-block-group__inner-container > h1,
  .widget_block .wp-block-group__inner-container > h2,
  .widget_block .wp-block-group__inner-container > h3,
  .widget_block .wp-block-group__inner-container > h4,
  .widget_block .wp-block-group__inner-container > h5,
  .widget_block .wp-block-group__inner-container > h6 {
    font-size: 1.125rem;
  }
}

.widget_block .wp-block-group__inner-container > [class*=wp-block-]:not(.wp-block-heading), .widget_block .wp-block-group__inner-container > .widget {
  margin-top: 1.25rem;
}

.widget_block .wp-block-latest-posts__list {
  --color-border-separator: rgba(255,255,255,0);
}

.widget_block .wp-block-latest-posts__list > li:not(:last-child) {
  margin-bottom: 8px;
  border-bottom-width: 1px;
  border-style: solid;
  border-color: var(--color-border-separator);
  padding-bottom: 0;
}

.widget_block .wp-block-latest-posts__list > li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.widget_block .wp-block-latest-posts__post-title, .widget_block .wp-block-latest-posts__post-excerpt, .widget_block .wp-block-latest-posts__featured-image {
  -ms-flex: 1 1 100%;
      flex: 1 1 100%;
}

.widget_block .wp-block-latest-posts__featured-image {
  margin-bottom: 10px;
}

.widget_block .wp-block-latest-posts__featured-image img {
  width: 100%;
  height: 100px;
  object-fit: cover;
}

.widget_block .wp-block-latest-posts__post-author, .widget_block .wp-block-latest-posts__post-date {
  -ms-flex: 0 1 auto;
      flex: 0 1 auto;
}

.widget_block .wp-block-latest-posts__post-author ~ .wp-block-latest-posts__post-date {
  margin-left: 10px;
}

.widget_block .wp-block-latest-posts__post-excerpt {
  display: block;
  display: -webkit-box;
  max-height: 2.16em;
  font-size: 0.9em;
  line-height: 1.2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0;
}

.widget_block .wp-block-archives-list,
.widget_block .wp-block-categories-list {
  --color-border-separator: rgba(255,255,255,0);
}

.widget_block .wp-block-archives-list > li:not(:last-child),
.widget_block .wp-block-categories-list > li:not(:last-child) {
  margin-bottom: 8px;
  border-bottom-width: 1px;
  border-style: solid;
  border-color: var(--color-border-separator);
  padding-bottom: 0;
}

.widget_block .wp-block-archives-list > li.menu-item > a,
.widget_block .wp-block-archives-list > li.cat-item > a,
.widget_block .wp-block-categories-list > li.menu-item > a,
.widget_block .wp-block-categories-list > li.cat-item > a {
  position: relative;
  padding-left: 28px;
}

.widget_block .wp-block-archives-list > li.menu-item > a:before,
.widget_block .wp-block-archives-list > li.cat-item > a:before,
.widget_block .wp-block-categories-list > li.menu-item > a:before,
.widget_block .wp-block-categories-list > li.cat-item > a:before {
  content: '';
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg width='25' height='24' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.60413 16.58L13.1841 12L8.60413 7.41L10.0141 6L16.0141 12L10.0141 18L8.60413 16.58Z' fill='%23FA9411'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  left: 0;
  top: -3px;
}

.widget_block .wp-block-archives-list li a,
.widget_block .wp-block-categories-list li a {
  display: block;
}

.widget_block .wp-block-archives-list li li,
.widget_block .wp-block-categories-list li li {
  margin-top: 10px;
}

.widget_block .wp-block-archives-list .menu-item-has-children:hover,
.widget_block .wp-block-categories-list .menu-item-has-children:hover {
  --color-icon-base: var(--color-brand-hover);
}

.widget_block .wp-block-archives-list .menu-item-has-children:hover > a,
.widget_block .wp-block-categories-list .menu-item-has-children:hover > a {
  color: var(--color-brand-hover) !important;
}

.widget_block .wp-block-archives-list .menu-item-has-children .expand,
.widget_block .wp-block-categories-list .menu-item-has-children .expand {
  cursor: pointer;
  top: 0 !important;
  right: 0 !important;
}

.widget_block .wp-block-archives-list .menu-item-has-children .expand svg,
.widget_block .wp-block-categories-list .menu-item-has-children .expand svg {
  transform: rotate(-90deg) !important;
  transition: transform .3s ease-in-out;
}

.widget_block .wp-block-archives-list .menu-item-has-children.show,
.widget_block .wp-block-categories-list .menu-item-has-children.show {
  --color-icon-base: var(--color-brand-hover);
}

.widget_block .wp-block-archives-list .menu-item-has-children.show > a,
.widget_block .wp-block-categories-list .menu-item-has-children.show > a {
  color: var(--color-brand-hover) !important;
}

.widget_block .wp-block-archives-list .menu-item-has-children.show > .sub-menu,
.widget_block .wp-block-categories-list .menu-item-has-children.show > .sub-menu {
  display: block;
}

.widget_block .wp-block-archives-list .menu-item-has-children.show > .expand svg,
.widget_block .wp-block-categories-list .menu-item-has-children.show > .expand svg {
  transform: rotate(0deg) !important;
}

.widget_block .wp-block-archives-list .menu-item-has-children .sub-menu,
.widget_block .wp-block-categories-list .menu-item-has-children .sub-menu {
  display: none;
  transition: all .3s ease-in-out;
  position: relative !important;
}

.widget_block .wp-block-archives-list .menu-item-has-children .sub-menu .sub-menu,
.widget_block .wp-block-categories-list .menu-item-has-children .sub-menu .sub-menu {
  transform-origin: left !important;
  position: relative !important;
  width: 100% !important;
  right: unset !important;
  left: unset !important;
}

.widget_block .wp-block-archives-list .menu-item-has-children .menu-item-has-children > .expand,
.widget_block .wp-block-categories-list .menu-item-has-children .menu-item-has-children > .expand {
  top: 0;
  right: 0;
}

.widget_block .wp-block-latest-comments {
  --color-border-separator: rgba(255,255,255,0);
}

.widget_block .wp-block-latest-comments > li:not(:last-child) {
  margin-bottom: 8px;
  border-bottom-width: 1px;
  border-style: solid;
  border-color: var(--color-border-separator);
  padding-bottom: 0;
}

.widget_block .wp-block-latest-comments__comment > article {
  line-height: 1.3;
}

.widget_block .wp-block-calendar a {
  text-decoration: none;
}

.widget_block .wp-block-calendar .wp-calendar-table {
  width: 100%;
  margin-bottom: 0;
}

.widget_block .wp-block-calendar .wp-calendar-table caption {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px;
  font-weight: 700;
}

.widget_block .wp-block-calendar .wp-calendar-table th {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgba(122, 138, 153, var(--tw-text-opacity));
  border: 0;
}

.widget_block .wp-block-calendar .wp-calendar-table th, .widget_block .wp-block-calendar .wp-calendar-table td {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  padding: 5px;
  text-align: center;
}

.widget_block .wp-block-calendar .wp-calendar-table thead tr:last-child th, .widget_block .wp-block-calendar .wp-calendar-table thead tr:last-child td, .widget_block .wp-block-calendar .wp-calendar-table tbody tr:last-child th, .widget_block .wp-block-calendar .wp-calendar-table tbody tr:last-child td {
  border-bottom-width: 1px;
  border-style: solid;
  border-color: var(--color-border);
}

.widget_block .wp-block-calendar .wp-calendar-table thead tr th:first-child,
.widget_block .wp-block-calendar .wp-calendar-table thead tr td:first-child, .widget_block .wp-block-calendar .wp-calendar-table tbody tr th:first-child,
.widget_block .wp-block-calendar .wp-calendar-table tbody tr td:first-child {
  border-left-width: 1px;
  border-style: solid;
  border-color: var(--color-border);
}

.widget_block .wp-block-calendar .wp-calendar-table thead tr th:last-child,
.widget_block .wp-block-calendar .wp-calendar-table thead tr td:last-child, .widget_block .wp-block-calendar .wp-calendar-table tbody tr th:last-child,
.widget_block .wp-block-calendar .wp-calendar-table tbody tr td:last-child {
  border-right-width: 1px;
  border-style: solid;
  border-color: var(--color-border);
}

.widget_block .wp-block-calendar .wp-calendar-table thead tr:first-child th {
  border-top-width: 1px;
  border-style: solid;
  border-color: var(--color-border);
}

.widget_block .wp-block-calendar .wp-calendar-table tbody td {
  border: 0;
}

.widget_block .wp-block-calendar .wp-calendar-table tbody td a {
  position: relative;
  z-index: 10;
  display: block;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.widget_block .wp-block-calendar .wp-calendar-table tbody td a:before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  height: 1.5rem;
  width: 1.5rem;
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-radius: 9999px;
  background-color: var(--color-brand);
  --tw-content: '';
  content: var(--tw-content);
}

.widget_block .wp-block-calendar .wp-calendar-table ~ .wp-calendar-nav {
  margin-top: 0.25rem;
}

.widget_block .wp-block-calendar .wp-calendar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.widget_block .wp-block-calendar .wp-calendar-nav a {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
}

.widget_block .wp-block-calendar .wp-calendar-nav-prev a {
  text-align: left;
}

.widget_block .wp-block-calendar .wp-calendar-nav-next a {
  text-align: right;
}

.widget_block.widget_search button.wp-block-search__button {
  background-color: var(--color-primary);
  color: #FFF;
  font-size: 0.75em;
  padding: 9px 13px;
  margin-left: 0;
  transition: background .2s;
  border-radius: 0;
  border: 0;
}

.widget_block.widget_search button.wp-block-search__button:hover {
  background-color: var(--color-brand);
}

.widget_nav_menu {
  padding: 0;
  --color-icon-base: var(--color-brand);
  --color-icon-hover: var(--color-brand-hover);
}

.widget_nav_menu .menu {
  --color-border-separator: rgba(255,255,255,0);
}

.widget_nav_menu .menu > li:not(:last-child) {
  margin-bottom: 8px;
  border-bottom-width: 1px;
  border-style: solid;
  border-color: var(--color-border-separator);
  padding-bottom: 0;
}

.widget_nav_menu .menu > li.menu-item > a,
.widget_nav_menu .menu > li.cat-item > a {
  position: relative;
  padding-left: 28px;
}

.widget_nav_menu .menu > li.menu-item > a:before,
.widget_nav_menu .menu > li.cat-item > a:before {
  content: '';
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg width='25' height='24' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.60413 16.58L13.1841 12L8.60413 7.41L10.0141 6L16.0141 12L10.0141 18L8.60413 16.58Z' fill='%23FA9411'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  left: 0;
  top: -3px;
}

.widget_nav_menu .menu li a {
  display: block;
}

.widget_nav_menu .menu li li {
  margin-top: 10px;
}

.widget_nav_menu .menu .menu-item-has-children:hover {
  --color-icon-base: var(--color-brand-hover);
}

.widget_nav_menu .menu .menu-item-has-children:hover > a {
  color: var(--color-brand-hover) !important;
}

.widget_nav_menu .menu .menu-item-has-children .expand {
  cursor: pointer;
  top: 0 !important;
  right: 0 !important;
}

.widget_nav_menu .menu .menu-item-has-children .expand svg {
  transform: rotate(-90deg) !important;
  transition: transform .3s ease-in-out;
}

.widget_nav_menu .menu .menu-item-has-children.show {
  --color-icon-base: var(--color-brand-hover);
}

.widget_nav_menu .menu .menu-item-has-children.show > a {
  color: var(--color-brand-hover) !important;
}

.widget_nav_menu .menu .menu-item-has-children.show > .sub-menu {
  display: block;
}

.widget_nav_menu .menu .menu-item-has-children.show > .expand svg {
  transform: rotate(0deg) !important;
}

.widget_nav_menu .menu .menu-item-has-children .sub-menu {
  display: none;
  transition: all .3s ease-in-out;
  position: relative !important;
}

.widget_nav_menu .menu .menu-item-has-children .sub-menu .sub-menu {
  transform-origin: left !important;
  position: relative !important;
  width: 100% !important;
  right: unset !important;
  left: unset !important;
}

.widget_nav_menu .menu .menu-item-has-children .menu-item-has-children > .expand {
  top: 0;
  right: 0;
}

.widget-page-menu {
  margin: -15px;
  padding: 15px;
  background-color: var(--bg-widget, var(--color-primary));
  color: #FFF;
  border-radius: 8px;
}

.widget-page-menu ul.menu li:not(:hover) a,
.widget-page-menu ul.wp-block-categories li:not(:hover) a {
  color: #FFF;
}

.widget-page-menu ul.menu li.current_page_item a, .widget-page-menu ul.menu li.current-cat a,
.widget-page-menu ul.wp-block-categories li.current_page_item a,
.widget-page-menu ul.wp-block-categories li.current-cat a {
  color: var(--color-brand);
  font-weight: 600;
}

.site-footer a {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.site-footer a:hover {
  color: var(--color-brand-hover);
}

.site-footer p:not(:last-child) {
  margin-bottom: 10px;
}

.site-footer .footer-main {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

@media (max-width: 1023px) {
  .site-footer .footer-main {
    padding-top: 2.5rem;
    padding-bottom: 1.5rem;
  }
}

.site-footer .footer-main .columns-wrap > [class*=column-] .widget:last-child {
  margin-bottom: 0;
}

.site-footer .widget {
  background-color: transparent;
  padding: 0;
  box-shadow: unset;
  font-size: 0.875rem;
  line-height: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.25px;
  width: 100%;
}

.site-footer .widget a {
  color: #FFF !important;
}

.site-footer .widget a:hover {
  color: var(--color-link-hover) !important;
}

.site-footer .widget_nav_menu {
  padding: 0;
  --color-icon-base: #FFF;
  --color-icon-hover: var(--color-brand-hover);
}

.site-footer .widget_nav_menu .menu > li.menu-item > a,
.site-footer .widget_nav_menu .menu > li.cat-item > a {
  position: relative;
  padding-left: 28px;
}

.site-footer .widget_nav_menu .menu > li.menu-item > a:before,
.site-footer .widget_nav_menu .menu > li.cat-item > a:before {
  content: '';
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg width='25' height='24' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.60413 16.58L13.1841 12L8.60413 7.41L10.0141 6L16.0141 12L10.0141 18L8.60413 16.58Z' fill='%23FA9411'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  left: 0;
  top: -3px;
}

.site-footer .widget_nav_menu .menu li a {
  display: block;
}

.site-footer .widget_nav_menu .menu li li {
  margin-top: 10px;
}

.site-footer .widget_nav_menu .menu .menu-item-has-children:hover {
  --color-icon-base: var(--color-brand-hover);
}

.site-footer .widget_nav_menu .menu .menu-item-has-children:hover > a {
  color: var(--color-brand-hover) !important;
}

.site-footer .widget_nav_menu .menu .menu-item-has-children .expand {
  cursor: pointer;
  top: 0 !important;
  right: 0 !important;
}

.site-footer .widget_nav_menu .menu .menu-item-has-children .expand svg {
  transform: rotate(-90deg) !important;
  transition: transform .3s ease-in-out;
}

.site-footer .widget_nav_menu .menu .menu-item-has-children.show {
  --color-icon-base: var(--color-brand-hover);
}

.site-footer .widget_nav_menu .menu .menu-item-has-children.show > a {
  color: var(--color-brand-hover) !important;
}

.site-footer .widget_nav_menu .menu .menu-item-has-children.show > .sub-menu {
  display: block;
}

.site-footer .widget_nav_menu .menu .menu-item-has-children.show > .expand svg {
  transform: rotate(0deg) !important;
}

.site-footer .widget_nav_menu .menu .menu-item-has-children .sub-menu {
  display: none;
  transition: all .3s ease-in-out;
  position: relative !important;
}

.site-footer .widget_nav_menu .menu .menu-item-has-children .sub-menu .sub-menu {
  transform-origin: left !important;
  position: relative !important;
  width: 100% !important;
  right: unset !important;
  left: unset !important;
}

.site-footer .widget_nav_menu .menu .menu-item-has-children .menu-item-has-children > .expand {
  top: 0;
  right: 0;
}

.site-footer .widget .wp-block-social-links a {
  transition: all .3s ease-in-out;
}

.site-footer .widget .wp-block-social-links a:hover {
  color: #FFF !important;
  opacity: .7;
}

.site-footer .footer-credit {
  position: relative;
  padding-bottom: 1.2rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

@media (max-width: 1023px) {
  .site-footer .footer-credit {
    padding-top: 2rem;
    padding-bottom: 1rem;
  }
}

@media not all and (min-width: 1024px) {
  .site-footer .columns-wrap {
    margin: -15px;
  }
  .site-footer .columns-wrap > [class*=column-] {
    padding: 15px;
  }
}

section.section .list-contact .item,
footer.footer .list-contact .item {
  --color-icon-base: #FFF;
  --color-icon-hover: var(--color-brand-hover);
}

section.section .list-contact .item:not(:last-child),
footer.footer .list-contact .item:not(:last-child) {
  margin-bottom: 10px;
}

section.section .list-contact .item a,
footer.footer .list-contact .item a {
  position: relative;
  display: block;
  padding-left: 27px;
  word-break: break-word;
  line-height: 1.7;
}

section.section .list-contact .item a .icon,
footer.footer .list-contact .item a .icon {
  position: absolute;
  left: 0;
  top: 2px;
}

section.section .list-social .item,
footer.footer .list-social .item {
  --color-icon-base: #FFF;
  --color-icon-hover: var(--color-brand-hover);
}

section.section .list-social .item:not(:last-child),
footer.footer .list-social .item:not(:last-child) {
  margin-right: 12px;
}

section.section .list-social .item svg,
footer.footer .list-social .item svg {
  height: 18px;
  width: 18px;
}

section.section .list-contact .item {
  --color-icon-base: var(--color-text);
  --color-icon-hover: var(--color-brand-hover);
  --color-link: var(--color-text);
}

section.section .list-social .item {
  --color-icon-base: var(--color-text);
  --color-icon-hover: var(--color-brand-hover);
  --color-link: var(--color-text);
}

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

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* 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
--------------------------------------------- */
/* WP Contact Form 7
--------------------------------------------- */
.wpcf7-form label {
  font-weight: 600;
}

.wpcf7-form label * {
  font-weight: 400;
}

.wpcf7-form p {
  margin-bottom: 0px;
}

.wpcf7-form p:not(:last-child) {
  margin-bottom: 1.25rem;
}

.wpcf7-form-control-wrap {
  margin-top: 5px;
}

.wpcf7-form-control:not(.wpcf7-submit) {
  width: 100%;
  border-radius: 5px;
  border-width: 1px;
  border-style: solid;
  border-color: var(--color-border);
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-text-opacity));
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 10px;
  padding-right: 10px;
}

.wpcf7-form-control.wpcf7-submit {
  cursor: pointer;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  background-color: var(--color-brand);
  transition: all .3s ease-in-out;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  text-align: center;
  color: #FFF;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 1.25px;
  text-transform: uppercase;
  padding: 15px;
}

.wpcf7-form-control.wpcf7-submit:hover {
  background-color: var(--color-brand-hover);
}

.wpcf7-form-control.wpcf7-textarea {
  height: 70px;
}

.wpcf7-form-control ~ .wpcf7-not-valid-tip {
  margin-top: 0.5rem;
  display: block;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: var(--color-brand-hover);
}

/* Strong Testimonials
--------------------------------------------- */
.strong-form-inner {
  padding: 0 !important;
}

.wpmtst-form .form-field .text,
.wpmtst-form .form-field .textarea {
  width: 100%;
  border-radius: 5px;
  border-width: 1px;
  border-style: solid;
  border-color: var(--color-border);
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-text-opacity));
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 10px;
  padding-right: 10px;
}

.wpmtst-form .form-field.wpmtst-submit label {
  display: block;
  width: 100%;
}

.wpmtst-form .form-field .wpmtst_submit_testimonial {
  cursor: pointer;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  background-color: var(--color-brand);
  transition: all .3s ease-in-out;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  text-align: center;
  color: #FFF;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 1.25px;
  text-transform: uppercase;
  padding: 15px;
}

.wpmtst-form .form-field .wpmtst_submit_testimonial:hover {
  background-color: var(--color-brand-hover);
}

/* Glightbox
--------------------------------------------- */
.glightbox-container.glightbox-clean .gslide-title {
  font-weight: 600;
  margin-bottom: 0;
  font-size: 1.3rem;
}

.glightbox-container.glightbox-clean .gslide-title ~ .gslide-desc {
  margin-top: 10px;
}

/* Addtoany
--------------------------------------------- */
.share-post {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}

.share-post .addtoany_list.a2a_kit_size_32 a {
  line-height: 1;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
}

.share-post .addtoany_list a:not(.addtoany_special_service) > span {
  border-radius: 50%;
  padding: 3px;
}

.post-head .share-post .share-label {
  display: none;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          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;
  -webkit-clip-path: none;
          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;
}

/* 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;
}
/*# sourceMappingURL=style.css.map */